/**** Foundation.css ****/

*, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
* {
	outline: none
}
a {
	text-decoration: none
}
img {
	max-width: 100%
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	font-weight: 700;
	line-height: 1.2
}
p {
	margin: 0 0 22px
}
ul {
	padding: 0;
	margin: 0;
	list-style: none
}
input[type="text"], input[type="email"], select {
	float: left;
	width: 100%;
	height: 41px;
	color: #424242;
	font-size: 14px;
	margin: 0 0 10px;
	background: #fff;
	padding: 6px 10px;
	border-radius: 8px;
	border: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	float: left;
	width: 100%;
	resize: none;
	height: 47px;
	color: #424242;
	font-size: 14px;
	margin: 0 0 10px;
	background: #fff;
	padding: 6px 10px;
	border-radius: 8px;
	border: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
}
input[type="submit"] {
	margin: 0;
	color: #fff;
	width: 100%;
	float: left;
	height: 41px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 8px;
	background: #17499f;
	text-transform: uppercase;
	border: 1px solid #cfcfcf;
	font-family: Arial, Helvetica, sans-serif;
}
.row {
	width: 1180px;
	max-width: 100%;
	clear: both;
	margin: 0 auto
}
.row:before, .row:after {
	content: "";
	display: table
}
.row:after {
	clear: both
}
.row .row {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 -15px
}
.row.collapse .column, .row.collapse .columns {
	padding: 0
}
.row .row {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 -15px
}
.row .row.collapse {
	margin: 0
}
.column, .columns {
	float: left;
	min-height: 1px;
	padding: 0 15px;
	position: relative
}
.column.centered, .columns.centered {
	float: none;
	margin: 0 auto
}
[class*="column"] + [class*="column"]:last-child {
	float: left
}
[class*="column"] + [class*="column"].end {
	float: left
}
.one, .row .one {
	width: 8.33333%
}
.two, .row .two {
	width: 16.66667%
}
.three, .row .three {
	width: 25%
}
.four, .row .four {
	width: 33.33333%
}
.five, .row .five {
	width: 41.66667%
}
.six, .row .six {
	width: 50%
}
.seven, .row .seven {
	width: 58.33333%
}
.eight, .row .eight {
	width: 66.66667%
}
.nine, .row .nine {
	width: 75%
}
.ten, .row .ten {
	width: 83.33333%
}
.eleven, .row .eleven {
	width: 91.66667%
}
.twelve, .row .twelve {
	width: 100%
}

@media only screen and (max-width: 767px) {
.row {
	width: auto;
	min-width: 0;
	margin-left: 0;
	margin-right: 0;
	clear: both
}
.column, .columns {
	width: auto!important;
	float: none
}
.column:last-child, .columns:last-child {
	float: none
}
[class*="column"] + [class*="column"]:last-child {
	float: none
}
.column:before, .columns:before, .column:after, .columns:after {
	content: "";
	display: table
}
.column:after, .columns:after {
	clear: both
}
}

/**** Menu Slidebars.css ****/

.sb-menu {
	margin: 0;
	padding: 0;
	background: #e6e6e6;
	list-style-type: none
}
.sb-menu li {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #fff;
}
.sb-menu li a {
	width: 100%;
	color: #fff;
	font-size: 16px;
	background: #555;
	display: inline-block;
	padding: 12px;
	line-height: 21px
}
.sb-menu li li:last-child {
	border-bottom: 0
}
.sb-menu li a:hover, .sb-menu li.current a, .sb-menu li.current-menu-item a {
	color: #fff;
	background: #2ea3f2
}
.sb-menu li li a {
	background: #ccc!important;
	color: #39434e!important
}
.sb-menu li li a:hover, .sb-menu li li.current a, .sb-menu li li.current-menu-item a {
	background: #333!important;
	color: #fff!important
}
.sb-menu ul {
	list-style: none;
	margin: 1px 0 0
}
.sb-toggle-left, .sb-open-left {
	cursor: pointer
}
#sb-site.top-padding {
	padding-top: 50px
}
#fixed-top {
	top: 110px;
	z-index: 999;
	right: 15px;
	display: none;
	cursor: pointer;
	position: absolute;
	background: #fff;
	padding: 12px 10px 8px;
	border-radius: 5px;
	border: 2px solid #2ea3f2
}
#fixed-top span.sb-toggle-left {
	float: left;
	color: #fff;
	padding: 22px
}
.navicon-line {
	width: 24px;
	height: 3px;
	border-radius: 1px;
	margin-bottom: 3px;
	background-color: #2ea3f2
}

@media only screen and (max-width:767px) {
#fixed-top {
	display: block;
	z-index: 999
}
}
#sb-site, .sb-site-container, .sb-slidebar {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html.sb-scroll-lock.sb-active:not(.sb-static) {
	overflow: hidden
}
html.sb-web-app, html.sb-web-app body {
	height: 100%;
	overflow: hidden
}
html.sb-web-app body {
	-webkit-overflow-scrolling: touch
}
#sb-site, .sb-site-container {
	min-height: 500px !important;
	width: 100%
}
.sb-slidebar {
	height: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	z-index: 0;
	display: none;
	-webkit-transform: translate(0px);
	background: #121212;
    background-size: cover;
}
.sb-left {
	left: 0
}
.sb-right {
	right: 0
}
html.sb-static .sb-slidebar, .sb-slidebar.sb-static {
	position: absolute
}
.sb-slidebar.sb-active {
	display: block
}
.sb-style-overlay {
	z-index: 9999
}
.sb-momentum-scrolling {
	-webkit-overflow-scrolling: touch
}
.sb-slidebar {
	width: 100%
}
.sb-width-thin {
	width: 15%
}
.sb-width-wide {
	width: 45%
}

@media (max-width: 480px) {
.sb-slidebar {
	width: 100%
}
.sb-width-thin {
	width: 55%
}
.sb-width-wide {
	width: 85%
}
}

@media (min-width: 481px) {
.sb-slidebar {
	width: 100%
}
.sb-width-thin {
	width: 40%
}
.sb-width-wide {
	width: 70%
}
}

@media (min-width: 768px) {
.sb-slidebar {
	width: 100%
}
.sb-width-thin {
	width: 25%
}
.sb-width-wide {
	width: 55%
}
}

@media (min-width: 992px) {
.sb-slidebar {
	width: 100%
}
.sb-width-thin {
	width: 15%
}
.sb-width-wide {
	width: 45%
}
}

@media (min-width: 1200px) {
.sb-slidebar {
	width: 100%
}
.sb-width-thin {
	width: 5%
}
.sb-width-wide {
	width: 35%
}
}
.sb-hide {
	display: none
}
.sb-slidebar .sb-menu ul {
	display: none
}
span.side_icoh {
	background: url(../images/plusgray.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	cursor: pointer;
	background-color: #ccc
}
span.side_icoh.on {
	background: url(../images/minusgray.png) no-repeat center center;
	background-color: #ccc
}
.sb-close {
	font-size: 30px;
	cursor: pointer;
	color: #2ea3f2;
	right: 15px;
	top: 20px;
	position: absolute;
	line-height: 30px;
}
.sb-close .navicon-line {
	background-color: #fff;
}
.sb-logo {
	clear: both;
	position: relative;
	background: #fff;
	padding: 10px 15px 5px;
}
.sb-logo img {
	width: 132px;
}

/**** Owl.Carousel.css ****/

#owl, #owl2, #owl3, #owl4 {
	z-index: 1;
	position: relative
}
#owl {
	padding: 0;
	text-align: left
}
#owl2, #owl3 {
	margin-bottom: 0;
	text-align: center;
	padding: 0 0 40px;
}
#owl .owl-item, #owl2 .owl-item, #owl3 .owl-item, #owl4 .owl-item {
	float: left
}
#owl .item {
	position: relative;
	padding: 0
}
#owl2 .item, #owl3 .item {
	padding: 14px 0 0 25px;
	text-align: center
}
#owl .item .tx, #owl2 .item .tx {
	transition: .5s ease;
	-o-transition: .5s ease;
	-webkit-transition: .5s ease;
	min-height: 60px;
	padding-right: 5px
}
#owl .item a.btn, #owl2 .item a.btn {
	margin-top: 23px
}
.owl-wrapper-outer {
	overflow: hidden
}
.owl-nav {
	left: 0;
	margin-top: -46px;
	top: 50%;
	width: 100%;
	z-index: 9999;
	position: absolute
}
#owl .owl-prev, #owl .owl-next {
	width: 68px;
	height: 93px;
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -999px;
	background-image: url(../images/slide-arrows.png)
}
#owl .owl-prev {
	left: 0;
	background-position: left
}
#owl .owl-next {
	right: 0;
	background-position: right
}
.owl-buttons {
	width: 100%;
	position: absolute;
	top: 50%
}
#owl2 .owl-buttons {
	float: right
}
.owl-carousel .owl-wrapper {
	display: block;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000
}
#owl .owl-controls {
	padding-top: 0
}
.owl-dots {
	padding-top: 0;
	bottom: 0;
	width: 100%;
	position: absolute;
	text-align: center;
	z-index: 999!important
}
.owl-controls {
	text-align: center
}
.owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
	background: #eb9a92
}
.owl-dot+.owl-dot {
	margin-left: 10px
}
.owl-dot:hover, .owl-dot.active {
	background: #742427
}
@keyframes fadeIn {
from {
opacity:0
}
to {
opacity:1
}
}
.fadeIn {
	animation-name: fadeIn
}
@keyframes fadeOut {
from {
opacity:1
}
to {
opacity:0
}
}
.fadeOut {
	animation-name: fadeOut;
}
#owl2 .owl-nav, #owl3 .owl-nav, #owl4 .owl-nav {
	top: 25%;
}
#owl2 .owl-prev, #owl2 .owl-next, #owl3 .owl-prev, #owl3 .owl-next, #owl4 .owl-prev, #owl4 .owl-next {
	width: 20px;
	height: 38px;
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -999px;
	background-image: url(../images/slide-arrows.png)
}
#owl2 .owl-prev, #owl3 .owl-prev, #owl4 .owl-prev {
	left: 26px;
	background-position: left
}
#owl2 .owl-next, #owl3 .owl-next, #owl4 .owl-next {
	right: 41px;
	background-position: right
}
#owl2 .owl-prev:hover, #owl2 .owl-next:hover, #owl3 .owl-prev:hover, #owl3 .owl-next:hover, #owl4 .owl-prev:hover, #owl4 .owl-next:hover {
	opacity: 0.8;
}
.owl-stage-outer {
	overflow: hidden;
	position: relative;
	z-index: 9999;
}
#owl3 .owl-dots {
	top: 0;
}

@media only screen and (max-width: 1019px) {
	.owl-nav { top: 42%; margin-top: -50px; }
	#owl .owl-prev, #owl .owl-next { width: 50px; height: 50px; }
}
@media only screen and (max-width: 767px) {
	.owl-nav { display: none; }
}
