html, body {
	height:100%;
	direction: ltr;
}
body {
	color:#666;
	background-color:#fff;
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
	-webkit-font-smoothing: antialiased;

	font-size:16px; line-height:1.5;
	margin:0; padding:0;
}

body #wrapper {/* used by RTL*/
	overflow:hidden; 
	min-height:100%; /*  because short page hide long menus */
}

section {
	display: block;
	position: relative;
	padding: 100px 0;
	border-bottom:rgba(0,0,0,0.1) 1px solid;
	background-color: #fff;

	background-attachment: fixed;
	  background-position: center center;
		background-repeat: no-repeat;

	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		 -o-background-size: cover !important;

	-webkit-box-sizing: border-box !important;
	   -moz-box-sizing: border-box !important;
	   background-size: cover !important;
			box-sizing: border-box !important;
}


section:after,
section:before {
	content:" ";
	display:table;
}
	section:after {
		display: block;
	    content: "";
	    clear: both;
	}

section.parallax {
	-webkit-transition: none;
	   -moz-transition: none;
		 -o-transition: none;
			transition: none;
}

	div.alternate,
	section.alternate {
		background-color:rgba(0,0,0,0.02) !important;
	}

section.parallax {
	border:0;
}

.container {
	position:relative;
}

a:active,
a:focus,
a:hover { 
	color: #212121;
	text-decoration:none;
}

section header>h1,
section header>h2,
section header>h3,
section header>h4,
section header>h5,
section header>h6 {
	margin:0;
}

small { 
	font-family: 'Lato', sans-serif; 
}

label {
	display:block;
}

.btn {
	position:relative;
}

.btn-default {
	border-width:2px;
}

.form-control {
	border:#ddd 1px solid;
	box-shadow:none;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.font-lato {
	font-weight:300;
	font-family:'Lato',Arial,Helvetica,sans-serif !important;
}

pre,
.alert,
.card,
.navbar-toggle,
.btn {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

img.img-fluid {
	display:inline-block;
}

#header,
#topNav,
#topMain {
	display: block;
}

#header {
	position: relative;
	left:0; top:0; right:0;
	z-index:1000;
	font-size:14px;
	background-color:#fff;
	border-bottom: rgba(0,0,0,0.05) 1px solid;

	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
			box-shadow: 0 0 2px rgba(0,0,0,.1) !important;

	-webkit-transition: all .800s;
	   -moz-transition: all .800s;
		 -o-transition: all .800s;
			transition: all .800s;
}

#header a.logo>img {
	height:80px;
	-webkit-transition: all .300s;
	   -moz-transition: all .300s;
		 -o-transition: all .300s;
			transition: all .300s;
}

#header.navbar-toggleable-md .navbar-collapse {
	display: inherit;
	width: auto;
}

#header a.logo>img:last-child {
	display:none;
}

#header a.logo>img:first-child {
	display:inline-block;
}

#header.fixed a.logo>img:first-child {
	display:none;
}

#header.fixed a.logo>img:last-child {
	display:inline-block;
}

#header.shadow-after-3:before {
	content:' ';
	position:absolute;
	left:0; right:0;
	width:100%; height:60px;
	bottom:-60px;
	background-image:url('../images/_smarty/misc/shadow3.png');
	background-size: 100% 100%;
}

#topNav button.btn-mobile {
	display:none;
}

#topNav button.btn-mobile {
	color:#333;
	display: none;
	padding:6px 10px;
	float:right;
	margin-top:13px;
	margin-right:0;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

#topNav button.btn-mobile i {
	padding:0; margin:0;
	font-size:21px;
}

@media only screen and (max-width: 992px) {
	#topNav button.btn-mobile {
		display:inline-block;
	}
}

#topNav .nav-pills>li+li {
	margin-left:0;
}

#topMain.nav-onepage>li.active>a {
	font-weight:bold;
}

#header.fixed {
	position:fixed;
	border-bottom:rgba(0,0,0,0.08) 1px solid;
}
#header.fixed #topNav a.logo {
	height:60px;
	line-height:50px;
}
#header.fixed #topNav a.logo>img {
	height:60px;
}
#header.fixed #topNav #topMain>li>a {
	height:60px;
	line-height:60px;
}

	#topMain.nav-onepage>li.active>a {
		font-weight:bold;
	}

	/* onepage active link */
	#topMain.nav-onepage>li.active>a {
		font-weight:bold;
	}


/** Responsive Top Nav
 ********************* **/
@media only screen and (max-width: 992px) {
	.navbar-collapse {
		height:100%;
	}

	#topNav div.nav-main-collapse {
		padding:0; margin:0;
	}
	#topNav button.btn-mobile {
		display:block;
		float:right;
		margin-right:0;

		-webkit-transition: none;
		   -moz-transition: none;
			 -o-transition: none;
				transition: none;
	}

	#topNav nav.nav-main {
		background-color:#fff;
	}
	#topNav div.nav-main-collapse,
	#topNav div.nav-main-collapse.in {
		width: 100%;
		margin:-1px 0 0 0;
	}
	#topNav div.nav-main-collapse {
		float: none;
		overflow-x:hidden;
		max-height:350px;
	}

	#header.fixed #topNav div.nav-main-collapse,
	#topNav div.nav-main-collapse {
		max-height:100% !important;
		height:100%;
		width: 100%;
		position: fixed !important;
		left:0 !important; right:0; bottom:0; top:0;
		z-index:9999 !important;
		overflow-y: scroll !important;
		padding-top:58px !important;
		margin:0 !important;
	}
	#topNav div.nav-main-collapse {
		-webkit-overflow-scrolling: touch; /* iOS smooth scroll */
	    -webkit-animation: fadeIn .3s !important;
	            animation: fadeIn .3s !important;
	}

	#header.fixed #topNav button.btn-mobile-active,
	#topNav button.btn-mobile-active {
		position: fixed !important;
		z-index:999999 !important;
		background-color: #232323 !important;
		height: 60px !important;
		top:0 !important;
		width: 100%;
		left:0; right:0;
		margin: 0 !important;
		opacity: 0.9;

	}
	#topNav button.btn-mobile-active>i {
		float:right;
		margin-right:10px;
		margin-left:10px;
		color: #fff !important;
		font-size:30px;
	}
	#topNav button.btn-mobile-active>i:before {
		content: "\f00d" !important;
	}

	#menu-overlay {
		position: fixed;
		top:0; bottom:0;
		left:0; right:0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4);
		z-index:10 !important;
	}

	/* dropdown background color */
	#topMain,
	#topNav ul.dropdown-menu {
		color: #fff;
		background-color: #333;
		display: block;
	}

	#topMain>li>a {
		color: #fff !important;
	}

	#topMain>li>a,
	#topNav ul.dropdown-menu li>a {
		font-size:15px !important;
	}
	/* ====================== END MOBILE MENU V2 ==================== */



	#topNav div.nav-main-collapse.collapse:not(.show) {
		display: none;
	}

	#topNav div.nav-main-collapse {
		position: relative;
	}

	#topMain li {
		display:block !important;
		float:none;
		text-align:left;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	#topMain li a {
		text-align:left;
		border:0;
		height:auto;
		line-height:15px;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	#topMain>li:hover,
	#topMain>li:hover>a {
		border-top:0 !important;
	}
	#topMain>li>a {
		height:auto;
		line-height:auto;
	}
}

@media only screen and (max-width: 500px) {
	#topNav div.nav-main-collapse {
		max-height:290px;
		overflow-y:auto;
	}
}

#toTop {
	font-size:38px;
	line-height:33px;
	background-color: rgba(0,0,0,0.3);
	color: #FFF;
	position: fixed;
	height: 35px; width: 40px;
	right: 6px; bottom: 6px;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.9;
	filter: alpha(opacity=90);
	text-decoration:none;
	display:none;
	z-index: 1000;

	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}

#toTop:hover {
	background-color: rgba(0,0,0,0.7);
}

#toTop:before {
	font-family: "fontawesome";
	content: "\f102";
}

#preloader {
    position: fixed;
    z-index: 9999999;
    top: 0; bottom: 0;
    right: 0; left: 0;

    background: #fff;
}

.inner {
    position: absolute;
    top: 0; bottom: 0;
    right: 0; left: 0;

    width: 54px;
    height: 54px;
    margin: auto;
}

#preloader span.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0,0,0, 0.08);
  border-right: 1px solid rgba(0,0,0, 0.08);
  border-bottom: 1px solid rgba(0,0,0, 0.08);
  border-left: 1px solid rgba(0,0,0, 0.5);
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
   -webkit-animation: spinner 700ms infinite linear;
   -moz-animation: spinner 700ms infinite linear;
   -ms-animation: spinner 700ms infinite linear;
   -o-animation: spinner 700ms infinite linear;
   animation: spinner 700ms infinite linear;
  
  z-index: 100001;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-width: 1px;
    padding: 6px 12px;
    line-height: 26px;
}

.btn-group-lg>.btn, .btn-lg {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px !important;
    padding-bottom: 10px!important;
    font-size: 18px !important;
    line-height: 1.3333333 !important;
}

.btn {
	font-size: 15px;
	line-height: 1.6;
}

#topMain>li>a {
	display: block;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

ul.nav>li>a {
	display: block;
}

ul.nav.nav-pills>li {
	display: inline-block;
}

.image-hover {
	position:relative;
	display:table;
}
.image-hover>img {
    -webkit-transition: all 0.2s cubic-bezier(0.310, 0.100, 0.570, 1.000);  
       -moz-transition: all 0.2s cubic-bezier(0.310, 0.100, 0.570, 1.000); 
		-ms-transition: all 0.2s cubic-bezier(0.310, 0.100, 0.570, 1.000); 
		 -o-transition: all 0.2s cubic-bezier(0.310, 0.100, 0.570, 1.000);
			transition: all 0.2s cubic-bezier(0.310, 0.100, 0.570, 1.000);
}
.image-hover:hover>img {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

	/* IE 5-7 */
	filter: alpha(opacity=90);

	/* Netscape */
	-moz-opacity: 0.9;

	/* Safari 1.x */
	-khtml-opacity: 0.9;

	/* Good browsers */
	opacity: 0.9;
}

.image-hover-icon {
	position:absolute;
	left:0; top:0;
	bottom:0; right:0;
	z-index:3;

	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

	/* IE 5-7 */
	filter: alpha(opacity=0);

	/* Netscape */
	-moz-opacity: 0;

	/* Safari 1.x */
	-khtml-opacity: 0;

	/* Good browsers */
	opacity: 0;

    -webkit-transition: all 0.2s cubic-bezier(0.310, 0.100, 0.570, 1.000);  
       -moz-transition: all 0.2s cubic-bezier(0.310, 0.100, 0.570, 1.000); 
		-ms-transition: all 0.2s cubic-bezier(0.310, 0.100, 0.570, 1.000); 
		 -o-transition: all 0.2s cubic-bezier(0.310, 0.100, 0.570, 1.000);
			transition: all 0.2s cubic-bezier(0.310, 0.100, 0.570, 1.000);
}
	.image-hover-icon.image-hover-dark {
		background-color:rgba(0,0,0,0.3);
	}
	.image-hover-icon.image-hover-light {
		background-color:rgba(255,255,255,0.3);
	}
		.image-hover-icon.image-hover-light>i {
			color:#111;
		}
.image-hover-icon>i {
	font-size:40px;
	position:absolute;
	left:50%; top:50%;
	margin-left:-15px;
	margin-top:-15px;
	z-index:2;
	color:#fff;
}
.image-hover:hover>.image-hover-icon {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	/* IE 5-7 */
	filter: alpha(opacity=100);

	/* Netscape */
	-moz-opacity: 1;

	/* Safari 1.x */
	-khtml-opacity: 1;

	/* Good browsers */
	opacity: 1;
}



.tp-caption {
	text-shadow:#000 1px 1px 1px;
}

.tp-caption.text_white, 
.tp-caption.text_black, 
.tp-caption.block_white, 
.tp-caption.block_theme_color, 
.tp-caption.block_black {
	white-space: nowrap;
	line-height: 34px;
	border-width: 0px;
	margin: 0px;
	padding: 1px 10px;
	letter-spacing: 0px;
	font-size: 22px;
	color: #fff;
	text-shadow:none;
}

.tp-caption.block_white {
	background-color: #fff;
}

.tp-bannertimer {
	background:rgba(0,0,0,0.5) !important;
	height:2px !important;
}

.tparrows {
	top:50% !important;
	margin-top:-25px;
}

.tparrows.preview1 {
	margin-top:-50px !important;
}

.tparrows:hover {
	color: #fff;
}

.nav-pills>li.active>a, 
.nav-pills>li.active>a:hover, 
.nav-pills>li.active>a:focus {
	color:#333;
	background-color:rgba(0,0,0,0.07);
}

	/* timeline center */
	.timeline_center { 
		margin: 0; 
		position: relative;  
		background: url('../images/_smarty/timeline/timeline_top.png') no-repeat top center; 
		padding-top: 9px; 
	}
	.timeline_center:after { 
		content: ""; 
		width: 0px; 
		height: 0px; 
		border-width: 3px; 
		border-style: solid; 
		position: absolute; 
		left: 50%; 
		bottom: -10px; 
		margin-left: -3px; 
		display: block; 
		z-index: 1; 
		
		-webkit-border-radius: 100%; 
				border-radius: 100%; 
	}
	.timeline_center li { 
		padding: 0 0 25px 55%; 
		position: relative; 
		background: url('../images/_smarty/timeline/timeline_right.png') no-repeat top center; 
	}
	.timeline_center li:nth-child(even) { 
		padding: 0 55% 25px 0; 
		background: url('../images/_smarty/timeline/timeline_left.png') no-repeat top center; 
		text-align:right;
	}

	.timeline_center li h3 { 
		font-size: 30px; 
		line-height: 35px; 
		position: static;
	}
	.timeline_center li h3 span { 
		position: absolute; 
		right: 55%; 
		top: 0px; 
		font-size:20px;
	}
	.timeline_center li h3:before { 
		content: ""; 
		width: 15px; 
		height: 15px; 
		border-width: 4px; 
		border-style: solid; 
		position: absolute; 
		left: 50%; 
		top: 11px; 
		margin-left: -7px; 
		display: block; 
		z-index: 1; 
		
		-webkit-border-radius: 100%; 
				border-radius: 100%; 
	}
	.timeline_center li:nth-child(even) h3 { 
		text-align: right; 
	}
	.timeline_center li:nth-child(even) h3 span { 
		left: 55%; 
		right: auto;
	}

	.timeline_center li .timeline-desc { 
		position: relative; 
		font-size: 15px; 
		line-height: 31px; 
	}
	.timeline_center li .timeline-desc:before { 
		content: ""; 
		width: 100%; 
		height: 100%; 
		position: absolute; 
		left: -122%; 
		top: 0; 
	}
	.timeline_center li .timeline-desc.timeline-desc-line {
		background: url('../images/_smarty/timeline/textline.png') repeat-y; 
	}
	.timeline_center li:nth-child(even) .timeline-desc:before { 
		left: auto; 
		right: -122%; 
	}
	.timeline_center li:nth-child(even) .timeline-desc { 
		text-align: right; 
	}

	.timeline_center li h3:before, 
	.timeline_center:after {
		border-color: #333;
	}

	@media only screen and (max-width: 650px) {
		.timeline_center { background-position: 11px top; }
		.timeline_center li { padding: 0 0 25px 70px !important; background: url('../images/_smarty/timeline/timeline_right.png') no-repeat !important; background-position: -30px top !important; width: auto; }
		.timeline_center li h3 span { position:relative; display:block; right:auto; left:auto; padding:5px 0 !important; margin:0; }
		.timeline_center li:nth-child(even) h3 span { position:relative; display:block; right:auto; left:auto; padding:0; margin:0; }
		.timeline_center li h3 { font-size:24px; line-height:24px; }
		.timeline_center li h3,
		.timeline_center li:nth-child(even) h3 { text-align: left; }
		.timeline_center li h3:before { left: 13px; }
		.timeline_center li .timeline-desc,
		.timeline_center li:nth-child(even) .timeline-desc { text-align: left; }
		.timeline_center li .timeline-desc:before { display: none; }
		.timeline_center:after { left: 13px; }
	}

#footer {
	font-size:14px;
	color: rgba(255,255,255,0.6);
	display: block;

	background: #313131;
	background: -moz-linear-gradient(top, #555555 0%, #313131 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
	background: -webkit-linear-gradient(top, #555555 0%, #313131 100%);
	background: -o-linear-gradient(top, #555555 0%, #313131 100%);
	background: -ms-linear-gradient(top, #555555 0%, #313131 100%);
	background: linear-gradient(to bottom, #555555 0%,#313131 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#313131',GradientType=0 );
}
#footer>.container {
	padding-top:60px;
	margin-bottom:60px;
}
#footer:after,
#footer:before {
	content:" ";
	display:table;
}
	#footer:after {
		display: block;
	    content: "";
	    clear: both;
	}

#footer>.copyright {
	background-color:rgba(0,0,0,0.2);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	padding:25px 0;
	font-size:13px;
	display:block;
}

#footer>.copyright:after,
#footer>.copyright:before {
	content:" ";
	display:table;
}
	#footer>.copyright:after {
		display: block;
	    content: "";
	    clear: both;
	}

	#footer img.footer-logo {
		margin-bottom:20px;
		display:block;
	}

	#footer a {
		color: rgba(255,255,255,0.6);
		text-decoration:none;
	}

	#footer a:hover {
		color: rgba(255,255,255,0.9);
	}

	#footer  p {
		margin-top:0;
	}
	
	#footer ul {
		margin-bottom:0;
	}


	#footer address {
		margin-bottom:0;
	}

	@media only screen and (max-width: 480px) {
		#footer .mobile-block {
			margin-bottom:25px !important;
		}
		#footer.footer-fixed .mobile-block {
			margin-bottom:0 !important;
		}
		#footer .copyright {
			text-align:center;
		}
	}

	#footer address {
		background:url('../images/easyshifts/world-map.png') no-repeat center;
	}
	#footer address .footer-sprite {
		margin-bottom:20px;
		padding-left:30px; 
		background:url('../images/easyshifts/footer_sprite.png') no-repeat 0 0;
	}
		#footer address .footer-sprite:last-child {
			margin-bottom:0;
		}
	#footer p {
		line-height:18px;
	}

	#footer address .footer-sprite.address {
		background-position:0 0;
	}
	#footer address .footer-sprite.phone {
		background-position:0 -138px;
		line-height:30px;
	}		
	#footer address .footer-sprite.email {
		background-position:0 -247px;
	}

	@media only screen and (max-width: 768px) {
		#footer .row>div {
			margin-bottom:60px;
		}
	}


#footer .btn,
#footer .form-control {
	height:36px;
}
#footer .btn-sm,
#footer .btn-sm,
#footer .btn-lg,
#footer .btn-xlg {
	height:auto;
}

@media only screen and (max-width: 768px) {
	img.img-fluid {
		float: none !important;
	}

	#header.fixed {
		position:fixed;
	}
	
	#header.transparent + #slider h1 {
		margin-top:80px !important;
	}
	section div.row>div {
		margin-bottom:60px;
	}
	section div.row.lightbox>div {
		margin-bottom:0;
	}
	section form div.row>div.form-group>div,
	section form div.row>div {
		margin-bottom:15px;
	}
	section form div.row>div.form-group>div:last-child,
	section form div.row>div:last-child {
		margin-bottom:0;
	}

	.block-sm {
		display:block;
	}
	.text-center-md {
		text-align:center !important;
	}
	
	form.landing-form >div {
		margin-bottom:5px !important;
	}
}


@media only screen and (max-width: 480px) {
	.mobile-block {
		display:block;
		float:none !important;
		position:relative;
	}

}

@media (min-width: 1200px) {
	.container {
	    width: 1170px;
	    max-width: 100%;
	}
}


/** Error 404
 **************************************************************** **/
.error-404 {
	content: '404';
	font-size:200px;
	line-height:200px;
	font-weight:bold;
	color:#ddd;
	text-align:center;
	left:0; right:0;
	top:0; bottom:0;
}
section.dark .error-404 { 
	color:#666;
}
.inline-search-404 {
	margin-top:60px;
}

@media only screen and (max-width: 482px) {
	.inline-search-404 {
		margin-top:20px;
	}
	footer.footer-err-404 {
		display:none;
	}
	.err-404-row>div {
		margin-bottom:15px !important;
	}
}



/** Maintenance
 **************************************************************** **/
.maintenance {
	padding: 20px;
	margin-top: 10%;
	background-color: rgba(0,0,0,0.05);
	font-family:'Open Sans';
	font-size:14px; 
	line-height:23px;
	text-align: center;
	font-weight:300;
}
.maintenance h1 {
	font-size:50px;
	line-height:50px;
	font-weight:300;
	margin-bottom:6px;
}
@media only screen and (max-width: 480px) {
	.maintenance h1 {
		font-size:40px;
		line-height:40px;
	}
}

/** Responsive Top Nav
	********************* **/
	@media only screen and (max-width: 992px) {
	.navbar-collapse {
		height:100%;
	}
	form.mobile-search {
		display:block;
	}

	#topNav div.nav-main-collapse {
		padding:0; margin:0;
	}
	#topNav button.btn-mobile {
		display:block;
		float:right;
		margin-right:0;

		-webkit-transition: none;
			-moz-transition: none;
				-o-transition: none;
				transition: none;
	}
		#header.dark #topNav button.btn-mobile,
		#header.transparent #topNav button.btn-mobile,
		#header.theme-color #topNav button.btn-mobile {
			color:#fff;
		}
	#topNav nav.nav-main {
		background-color:#fff;
	}
	#topNav div.nav-main-collapse,
	#topNav div.nav-main-collapse.in {
		width: 100%;
		margin:-1px 0 0 0;
	}
	#topNav div.nav-main-collapse {
		float: none;
		overflow-x:hidden;
		max-height:350px;
	}





	/* ======================== MOBILE MENU V2 ===================== */
	html.noscroll,
	html.noscroll body {
		overflow: hidden !important;
	}

	#header.fixed #topNav div.nav-main-collapse,
	#topNav div.nav-main-collapse {
		max-height:100% !important;
		height:100%;
		width: 100%;
		position: fixed !important;
		left:0 !important; right:0; bottom:0; top:0;
		z-index:9999 !important;
		overflow-y: scroll !important;
		padding-top:58px !important;
		margin:0 !important;
	}
	#topNav div.nav-main-collapse {
		-webkit-overflow-scrolling: touch; /* iOS smooth scroll */
		-webkit-animation: fadeIn .3s !important;
				animation: fadeIn .3s !important;
	}

	#header.fixed #topNav button.btn-mobile-active,
	#topNav button.btn-mobile-active {
		position: fixed !important;
		z-index:999999 !important;
		background-color: #232323 !important;
		height: 60px !important;
		top:0 !important;
		width: 100%;
		left:0; right:0;
		margin: 0 !important;
		opacity: 0.9;

	}
	#topNav button.btn-mobile-active>i {
		float:right;
		margin-right:10px;
		margin-left:10px;
		color: #fff !important;
		font-size:30px;
	}
	#topNav button.btn-mobile-active>i:before {
		content: "\f00d" !important;
	}

	#menu-overlay {
		position: fixed;
		top:0; bottom:0;
		left:0; right:0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4);
		z-index:10 !important;
	}

	/* dropdown background color */
	#topMain,
	#topNav ul.dropdown-menu {
		color: #fff;
		background-color: #333;
		display: block;
	}
	#topNav ul.dropdown-menu {
		border: 0;
	}
	#topMain>li>a {
		color: #fff !important;
	}
	#topNav ul.dropdown-menu li>a {
		color: #fbfbfb !important;
	}
	#topMain>li>a,
	#topNav ul.dropdown-menu li>a {
		font-size:15px !important;
	}
	/* ====================== END MOBILE MENU V2 ==================== */



	#topNav div.nav-main-collapse.collapse:not(.show) {
		display: none;
	}
	#topNav div.nav-main-collapse.in {
		display: block !important;
	}
	#topNav div.nav-main-collapse {
		position: relative;
	}



	#topMain>li>a>span {
		display:none !important;
	}
	#topMain li {
		display:block !important;
		float:none;
		text-align:left;

		-webkit-border-radius: 0;
			-moz-border-radius: 0;
				border-radius: 0;
	}
	#topMain li a {
		text-align:left;
		border:0;
		height:auto;
		line-height:15px;

		-webkit-border-radius: 0;
			-moz-border-radius: 0;
				border-radius: 0;
	}
	#topMain>li:hover,
	#topMain>li:hover>a {
		border-top:0 !important;
	}
	#topMain>li>a {
		height:auto;
		line-height:auto;
	}

	/* submenu */
	#topMain ul.dropdown-menu {
		position: static;
		clear: both;
		float: none;
		display: none !important;
		border-left:0 !important;

		-webkit-box-shadow: none;
			-moz-box-shadow: none;
				box-shadow: none;
	}

	#topNav nav.nav-main li.resp-active > ul.dropdown-menu {
		display: block !important;
		margin-left:30px;
		margin-right:30px;
		padding:20px 0;
		border-right:0;
	}
	#topNav nav.nav-main li.resp-active > ul.dropdown-menu li {
		border-left:0;
	}

	#topNav ul.nav>li:hover>a:before, 
	#topNav ul.nav>li.active>a:before {
		background-color:transparent;
	}

	#topNav ul.dropdown-menu>li:hover > ul.dropdown-menu {
		position:static;
	}

	#topNav div.submenu-dark ul.dropdown-menu {
		border-top:0;
	}


	/** sub menu */
	#topNav nav.nav-main li.resp-active > ul.dropdown-menu {
		margin:0; padding:0;
	}
	#topNav nav.nav-main li > ul.dropdown-menu li a {
		padding-left:40px;
		width: 100%;
		display: block;
	}
	
	#topNav .dropdown-menu.float-right,
	#topNav .dropdown-menu.float-left {
		float:none !important;
	}
}

@media only screen and (max-width: 500px) {
	#topNav div.nav-main-collapse {
		max-height:290px;
		overflow-y:auto;
	}
}

.tparrows.round, .tp-leftarrow.round, .tp-rightarrow.round, .flex-prev, .flex-next, .camera_next, .camera_prev, .nivo-nextNav, .nivo-prevNav, .owl-prev, .owl-next, .swiper-button-next, .swiper-button-prev {
    background-image: none !important;
    border: 0;
    color: #ccc;
    font-size: 34px;
    line-height: 55px;
    height: auto !important;
    width: 56px !important;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .400s;
    -moz-transition: all .400s;
    -o-transition: all .400s;
    transition: all .400s;
}


/** Sliders
 **************************************************************** **/
 section#slider {
	display:block;
	padding:0;
	margin:0;
	box-shadow:none;
	background-color:#151515;
	overflow:hidden !important;
	border-bottom:0;
	z-index:0;

		-webkit-transition: all 0s;
		   -moz-transition: all 0s;
			 -o-transition: all 0s;
				transition: all 0s;
}
/* enable animation for mobile fullheight */
section#slider.mobile-fullheight {
	-webkit-transition: all .400s;
	   -moz-transition: all .400s;
		 -o-transition: all .400s;
			transition: all .400s;
}
	section#slider.transparent {
		background-color:transparent;
	}
section#slider.parallax-slider:before {
    background-color: rgba(0,0,0,0.0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

section#slider .text-muted {
	color: #fff !important;
}

section#slider .slider-video {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
}
section#slider .slider-video video {
	position: absolute;
	top:0; bottom: 0; 
	left:0; right: 0;
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	overflow: hidden;
}
section#slider canvas {
	width:auto !important;
	height:auto !important;
}
section#slider a:hover {
	color:#fff;
}