@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

html, body {
	height:100%;
}
.full-height {
  height: 100%;
}
body {
	color:#175C80;
	background-color:#F1F1F1;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size:14px; line-height:1.5;
	margin:0; padding:0;
}

body #wrapper {/* used by RTL*/
	overflow:hidden; 
	min-height:100%; /*  because short page hide long menus */
}

body.bg-grey,
body.bg-grey #wrapper {
	background-color:#F1F1F1;
}
.container {
	position:relative;
}

a:active,
a:focus,
a:hover { 
	color: #2FA4CE;
	text-decoration:none;
}


/* black link color - override theme color link */
a.href-reset,
.href-reset a {
	color:#175C80;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color:#175C80;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color:#2FA4CE;
}

section header>h1,
section header>h2,
section header>h3,
section header>h4,
section header>h5,
section header>h6 {
	margin:0;
}

small { 
	font-family: 'Roboto Condensed', sans-serif; 
}
label {
	display:block;
}


/* form control: inputs, textarea, etc */
.btn {
	position:relative;
}
.btn-default {
	border-width:2px;
}

.btn>.label-absolute {
	position:absolute;
	right:-6px;
	top:-8px;
}



.input-group-addon {
	border:#ddd 2px solid;
	border-right:0;
}
	section.dark .input-group-addon {
		background-color:#2FA4CE ;
		border-color:#666;
		color:#eaeaea;
	}
.form-control {
	border:#ddd 2px solid;
	box-shadow:none;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
section .input-group-btn .btn.btn-default,
section .input-group-btn button.btn-default {
	border-width:2px;
	border-color:#ddd;
}
.form-control:focus {
	border-color:#c6c6c6;
}
	section.dark .form-control {
		border-color:#666;
		background-color: rgba(255,255,255,0.05);
	}
	section.dark .form-control:focus {
		border-color:#999;
	}



.nav-tabs>li>a {
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
			border-radius: 3px 3px 0 0;
}

.label {
	padding:.4em .6em .4em;
}


/* DARK PRESETS */
section.dark input, 
section.dark select, 
section.dark textarea { 
	color:#fff;
}
section.dark .btn {
	color:#fff;
}
section.dark .thumbnail {
	border-color:#444;
	background-color:transparent;
}
section.dark h1.page-header,
section.dark h2.page-header,
section.dark h3.page-header,
section.dark h4.page-header,
section.dark h5.page-header,
section.dark h6.page-header {
	border-bottom-color:#666;
}


/* fonts */
.font-open-sans {
	font-family: 'Roboto Condensed', sans-serif !important;
}
.font-lato {
	font-weight:300;
	font-family: 'Roboto Condensed', sans-serif !important;
}
.font-raleway {
	font-family: 'Roboto Condensed', sans-serif; !important;
}



/* 
	GLOBAL RADIUS
	Add here all needed bootstrap elements 
*/
pre,
.alert,
.panel,
.navbar-toggle,
.btn {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

/* 
	bootstrap rewrite 
*/
img.img-responsive {
	display:inline-block;
}


/* cover video */
.cover-video {

}




/** Boxed
 **************************************************************** **/
body.boxed {
	background-color:#f1f2f7;
}
body.boxed section {
	background-color:#fff;
}
body.boxed #wrapper {
	max-width:1170px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
@media only screen and (max-width: 992px) {
	body.boxed #wrapper {
		margin-top:0;
		margin-bottom:0;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
}



 
 
/* ***************************** TOP NAV *********************************** **/
#header {
	position: relative;
	left:0;
	top:0;
	right:0;
	z-index:1000;
	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:90px;
	-webkit-transition: all .300s;
	   -moz-transition: all .300s;
		 -o-transition: all .300s;
			transition: all .300s;
			padding-top: 10px;
}
#header a.logo.logo-responsive>img {
	height:100%; /* used on center - example: page-coming-soon-1.html */
}


.box h3{
	text-align:center;
	position:relative;
	top:80px;
}
.box {
	width:70%;
	height:200px;
	background:#FFF;
	margin:40px auto;
}

/* force uppercase links */
#topBar ul li a,
#mainMenu ul li a,
#topMain ul li a {
	text-transform:uppercase;
}


/* two logo images : light & dark */
#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;
}



/**  *********************************** SEARCH ********************** **/
	#header li.search {
		display:inline-block;
		padding-top: 20px;
	}
	#header li.search .search-box {
		display:none;
		right: 0;
		left:auto;
		top: 100%;
		padding: 15px;
		background-color: rgba(91, 91, 91, 0.2); /*#fff;*/
		position: absolute;
		box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
		width: 274px;
		margin-top: 36px;
		z-index: 22;
	}
	#header.header-md li.search .search-box {
		margin-top:25px;
	}
	#header.header-sm  li.search .search-box {
		margin-top:19px;
	}
	#header.fixed  li.search .search-box {
		margin-top:18px;
	}
		#header.fixed.header-sm  li.search .search-box {
			margin-top:18px;
		}
		#header.fixed.header-md  li.search .search-box {
			margin-top:15px;
		}

	#header li.search i.fa {
		color: #FFF;
		cursor: pointer;
		position: relative;
		margin-top: -15px;
	}
	form.mobile-search {
		display:none;
	}

/** ************************** SEARCH - Header ********************** **/
	#header .search-box.over-header {
		text-align:center;
		position:absolute;
		padding:0;
		background-color:#fff !important;
		left:0; top:0 !important; right:0; bottom:0;
		width:100%; 
		height:100%;
		margin:0 !important; 
		z-index:2000;
		border:0;
		display:none;
	}
	#header .search-box.over-header>form {
		display:block;
		z-index:0;
	}
	#header .search-box.over-header>form>input {
		font-size:32px;
		font-weight:bold;
		background-color:transparent;
		height:inherit;
		position:absolute;
		top:50%; left:0;
		width:100%;
		margin-top:-30px;
		padding-left:40px;
		padding-right:60px;
		border:0;
		box-shadow:none;
	}

	#header .search-box.over-header>form>input::-webkit-input-placeholder { 	/* WebKit browsers */
		color: #666;
		text-transform:uppercase;
	}

	#header .search-box.over-header>form>input:-moz-placeholder { 				/* Mozilla Firefox 4 to 18 */
		color: #666;
		text-transform:uppercase;
	}

	#header .search-box.over-header>form>input::-moz-placeholder { 			/* Mozilla Firefox 19+ */
		color: #666;
		text-transform:uppercase;
	}

	#header .search-box.over-header>form>input:-ms-input-placeholder {			/* Internet Explorer 10+ */
		color: #666;
		text-transform:uppercase;
	}

	#header .search-box.over-header #closeSearch {
		position:absolute;
		right:0;
		color:#333;
		background:transparent;
		top:50%; right:30px;
		font-size:20px;
		margin-top:-10px;
		z-index:1;
	}

	/*********************** Mobile Button ********************* **/
/** Top Nav
 **************************************************************** **/
#header {
	position: relative;
	left:0;
	top:0;
	right:0;
	z-index:1000;
	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:90px;
	-webkit-transition: all .300s;
	   -moz-transition: all .300s;
		 -o-transition: all .300s;
			transition: all .300s;
			padding-top: 10px;
}
#header a.logo.logo-responsive>img {
	height:100%; /* used on center - example: page-coming-soon-1.html */
}


.box h3{
	text-align:center;
	position:relative;
	top:80px;
}
.box {
	width:70%;
	height:200px;
	background:#FFF;
	margin:40px auto;
}

/* force uppercase links */
#topBar ul li a,
#mainMenu ul li a,
#topMain ul li a {
	text-transform:uppercase;
}


/* two logo images : light & dark */
#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;
}



	/* shadows */
	#header.shadow-after-1:before {
		content:' ';
		position:absolute;
		left:0; right:0;
		width:100%; height:60px;
		bottom:-60px;
		background-image:url('../images/misc/shadow1.png');
		background-size: 100% 100%;
	}
	#header.shadow-before-1:before {
		content:' ';
		position:absolute;
		left:0; right:0; top:0;
		width:100%; height:60px;
		background-image:url('../images/misc/shadow1.png');
		background-size: 100% 100%;
	}

	#header.shadow-after-2:before {
		content:' ';
		position:absolute;
		left:0; right:0;
		width:100%; height:60px;
		bottom:-60px;
		background-image:url('../images/misc/shadow2.png');
		background-size: 100% 100%;
	}
	#header.shadow-before-2:before {
		content:' ';
		position:absolute;
		left:0; right:0; top:0;
		width:100%; height:60px;
		background-image:url('../images/misc/shadow2.png');
		background-size: 100% 100%;
	}
	#header.shadow-after-3:before {
		content:' ';
		position:absolute;
		left:0; right:0;
		width:100%; height:60px;
		bottom:-60px;
		background-image:url('../images/misc/shadow3.png');
		background-size: 100% 100%;
	}
	#header.shadow-before-3:before {
		content:' ';
		position:absolute;
		left:0; right:0; top:0;
		width:100%; height:60px;
		background-image:url('../images/misc/shadow3.png');
		background-size: 100% 100%;
	}


	/** Search - Default
	 ********************** **/
	#header li.search {
		display:inline-block;
		padding-top: 20px;
	}
	#header li.search .search-box {
		display:none;
		right: 0;
		left:auto;
		top: 100%;
		padding: 15px;
		background-color: #fff;
		position: absolute;
		box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
		width: 274px;
		margin-top: 36px;
		z-index: 22;
	}
	#header.header-md li.search .search-box {
		margin-top:25px;
	}
	#header.header-sm  li.search .search-box {
		margin-top:19px;
	}
	#header.fixed  li.search .search-box {
		margin-top:18px;
	}
		#header.fixed.header-sm  li.search .search-box {
			margin-top:18px;
		}
		#header.fixed.header-md  li.search .search-box {
			margin-top:15px;
		}

	#header li.search i.fa {
		color: #FFF;
		cursor: pointer;
		position: relative;
	}
	form.mobile-search {
		display:none;
	}

	/** Search - Header
	 ********************** **/
	#header .search-box.over-header {
		text-align:center;
		position:absolute;
		padding:0;
		background-color:#fff !important;
		left:0; top:0 !important; right:0; bottom:0;
		width:100%; 
		height:100%;
		margin:0 !important; 
		z-index:2000;
		border:0;
		display:none;
	}
	#header .search-box.over-header>form {
		display:block;
		z-index:0;
	}
	#header .search-box.over-header>form>input {
		font-size:32px;
		font-weight:bold;
		background-color:transparent;
		height:inherit;
		position:absolute;
		top:50%; left:0;
		width:100%;
		margin-top:-30px;
		padding-left:40px;
		padding-right:60px;
		border:0;
		box-shadow:none;
	}

	#header .search-box.over-header>form>input::-webkit-input-placeholder { 	/* WebKit browsers */
		color: #666;
		text-transform:uppercase;
	}

	#header .search-box.over-header>form>input:-moz-placeholder { 				/* Mozilla Firefox 4 to 18 */
		color: #666;
		text-transform:uppercase;
	}

	#header .search-box.over-header>form>input::-moz-placeholder { 			/* Mozilla Firefox 19+ */
		color: #666;
		text-transform:uppercase;
	}

	#header .search-box.over-header>form>input:-ms-input-placeholder {			/* Internet Explorer 10+ */
		color: #666;
		text-transform:uppercase;
	}

	#header .search-box.over-header #closeSearch {
		position:absolute;
		right:0;
		color:#333;
		background:transparent;
		top:50%; right:30px;
		font-size:20px;
		margin-top:-10px;
		z-index:1;
	}

	/** Mobile Button 
	 ********************** **/
	#topNav button.btn-mobile {
		display:none;
	}
		#topNav button.btn-mobile {
			color:#2FA4CE;
			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;
			color: #FFF;
		}
	}


	
	#header li.search .search-box,
	#header li.quick-cart .quick-cart-box {
		border:rgba(0,0,0,0.07) 1px solid;
		border-top:0;
	}





	/* Transparent Header */
	#header.transparent {
		position:absolute;
		background-color:transparent;
		border-bottom: none; /*rgba(255,255,255,0.3) 1px solid;*/

		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}
	#header.transparent.color,
	#header.transparent.dark {
		border:0;
	}
	
	#header.transparent #topMain.nav-pills>li>a {
		color:#fff;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	#header.transparent #topMain.nav-pills>li.active>a,
	#header.transparent #topMain.nav-pills>li>a:hover {
		background-color:rgba(23,91,127, 0.03);
	}
	#header.transparent #topMain.nav-pills>li.active>a,
	#header.transparent #topMain.nav-pills>li>a:hover {
		color: #2FA4CE;
	}
	#header.transparent + section.page-header.page-header-lg,
	#header.transparent + section.page-header {
		/*margin-top:-100px;*/
		padding:180px 0;
	}
	#header.transparent + section.page-header.page-header-xlg {
		padding:280px 0;
		padding-top:350px;
	}
	
	#header.transparent + section.page-header.page-header-lg {
		padding-top:250px;
	}

	#header.transparent a.social-icon {
		background-color:rgba(0,0,0,0.2);
	}
	#header.transparent a.social-icon>i {
		color:#eaeaea;
	}
	
		/* on scroll */
		#header.fixed.transparent{
		/*background-image: url(../../imgs/bgk_menu.png);*/
		background-repeat: no-repeat;
		background-position: 100%;
		background-color:#175C80;/*#fff;*/
		}
		#header.fixed.dark,
		#header.fixed.dark.transparent {
			background-color:#333;
			border:0;
		}
		#header.fixed.transparent ul.nav-second-main li a,
		#header.fixed.transparent ul.nav-second-main li a>i,
		#header.fixed.transparent #topMain.nav-pills>li>a {
			color:#FFF;
		}
		#header.fixed.dark.transparent ul.nav-second-main li a,
		#header.fixed.dark.transparent ul.nav-second-main li a>i,
		#header.fixed.dark.transparent #topMain.nav-pills>li>a {
			color:#fff;
		}
		#header.fixed.transparent #topMain.nav-pills>li>a {
			margin-top: 18px;
		}

	@media only screen and (max-width: 992px) {
		#header.transparent.fixed #topNav button.btn-mobile {
			color:#FFF !important;
		}
		#header.transparent.dark.fixed #topNav button.btn-mobile {
			color:#fff !important;
		}
		#header.transparent #topMain.nav-pills>li>a {
			color:#fff;
		}
		#header.transparent.dark #topMain.nav-pills>li>a {
			color:#fff;
		}
	}
	

	@media only screen and (max-width: 768px) {
		#header.transparent + section.page-header {
			margin-top:0;
		}

		/* force dark submenu */
		#header.transparent #topMain {
			background-color:#333 !important;
		}
		#header.transparent #topMain li.active>a {
			color:#2FA4CE !important;
		}
	}




	@media only screen and (max-width: 768px) {
		#header.transparent + section.page-header {
			margin-top:0;
		}
	}





	/* fullwidth container */
	#topNav .full-container {
		display:block;
		margin:0 15px;
	}

	/* remove bootstrap issue */
	#topNav ul.dropdown-menu>li,
	#topNav ul.dropdown-menu>li a {
		background-color:transparent;
	}
	#topNav .nav-pills>li+li {
		margin-left:0;
	}

	/* search */
	#header li.search .search-box form {
		margin:0;
	}


	/* Medium Height : 70 */
	#header.header-md #topNav a.logo {
		height:70px;
		line-height:50px;
	}
	#header.header-md #topNav a.logo>img {
		height:70px;
	}
	#header.header-md #topNav #topMain>li>a {
		height:70px;
		line-height:50px;
	}
	@media only screen and (max-width: 992px) {
		#header.header-md #topMain.nav-pills>li>a {
			color:#212121;
		}
		#header.header-md #topMain.nav-pills>li.active>a,
		#header.header-md #topMain.nav-pills>li>a:hover {
			color:#212121;
			background-color:rgba(0,0,0,0.02);
		}
	}


	/* Small Height : 60px */
	#header.header-sm #topNav a.logo {
		height:60px;
		line-height:50px;
	}
	#header.header-sm #topNav a.logo>img {
		height:60px;
	}
	#header.header-sm #topNav #topMain>li>a {
		height:60px;
		line-height:40px;
	}
	@media only screen and (max-width: 992px) {
		#header.header-sm #topMain.nav-pills>li>a {
			color:#212121;
		}
		#header.header-sm #topMain.nav-pills>li.active>a,
		#header.header-sm #topMain.nav-pills>li>a:hover {
			color:#212121;
			background-color:rgba(0,0,0,0.02);
		}
	}


	/* Sticky 60px */
	#header.fixed {
		position:fixed;
		border-bottom:rgba(0,0,0,0.08) 1px solid;
	}
	#header.fixed #topNav a.logo {
		height:70px;
		line-height:50px;
	}
	#header.fixed #topNav a.logo>img {
		height:60px;
	}
	#header.fixed #topNav #topMain>li>a {
		height:40px;
		line-height:40px;
	}


	/* Static */
	#header.static {
		position:fixed;
		border-bottom:rgba(0,0,0,0.08) 1px solid;
	}



	@media only screen and (max-width: 992px) {
		#header.header-sm #topMain.nav-pills>li>a,
		#header.header-md #topMain.nav-pills>li>a {
			color:#212121;
		}
		#header.header-sm #topMain.nav-pills>li.active>a,
		#header.header-sm #topMain.nav-pills>li>a:hover,
		#header.header-md #topMain.nav-pills>li.active>a,
		#header.header-md #topMain.nav-pills>li>a:hover {
			color:#212121;
			background-color:rgba(0,0,0,0.02);
		}
		
		#header.transparent.header-sm #topMain.nav-pills>li>a,
		#header.transparent.header-md #topMain.nav-pills>li>a,
		#header.transparent.header-sm #topMain.nav-pills>li.active>a,
		#header.transparent.header-sm #topMain.nav-pills>li>a:hover,
		#header.transparent.header-md #topMain.nav-pills>li.active>a,
		#header.transparent.header-md #topMain.nav-pills>li>a:hover {
			color:#fff;
		}
		
		#header.dark .submenu-dark #topMain {
			background-color:#333;
		}
		#header.dark #topMain.nav-pills>li.active>a,
		#header.dark #topMain.nav-pills>li:hover>a,
		#header.dark #topMain.nav-pills>li>a {
			color:#fff;
		}
		#header.dark #topMain.nav-pills>li.active>a {
			background-color:rgba(0,0,0,0.1);
		}
	}



	/* 
		Top Bar
	*/
	#topBar {
		display:block;
		background-color:#fff;
		border-bottom:rgba(0,0,0,0.05) 1px solid;
	}
	#topBar>.border-bottom {
		border-bottom:rgba(0,0,0,0.05) 1px solid;
	}
	#topBar>.border-top {
		border-top:rgba(0,0,0,0.05) 1px solid;
	}
	
	#topBar.dark {
		color:#ccc;
		background-color:#363839;
		border-bottom-color:rgba(255,255,255,0.1);
	}
	#topBar.dark .dropdown-menu a,
	#topBar.dark ul.top-links>li>a {
		color:#fff;
	}
	#topBar.dark .dropdown-menu a:hover {
		color:#fff !important;
		background-color:#333;
	}
	#topBar.dark ul.top-links>li {
		border-right: rgba(255,255,255,0.1) 1px solid;
	}

	body.boxed #topBar.dark ul.top-links>li {
		border-right:0;
	}
	#topBar.dark .dropdown-menu {
		background-color:#363839;
	}
	#topBar.dark .dropdown-menu .divider {
		background-color:#444;
	}
		#topBar.dark>.border-bottom {
			border-bottom-color:rgba(255,255,255,0.1);
		}
		#topBar.dark>.border-top {
			border-top-color:rgba(255,255,255,0.1);
		}
	
	/* Logo */
	#topBar .logo {
		display:inline-block;
	}
	#topBar .logo img {
		-webkit-transition: width .4s ease, height .4s ease;
			 -o-transition: width .4s ease, height .4s ease;
				transition: width .4s ease, height .4s ease;
	}
	#topBar .logo.has-banner {
		height:80px;
		line-height:100px;
		
	}
	
	/* banner */
	#topBar .banner {
		margin:5px 0;
		display:inline-block;
		padding-left:5px;
		border-left:rgba(0,0,0,0.05) 1px solid;
	}
	#topBar.dark .banner {
		border-left-color:rgba(255,255,255,0.05) 1px solid;
	}

	/* social Icon */
	#topBar .social-icon {
		margin:3px 0 0 0;
	}
	
	/* Links */
	#topBar ul.top-links {
		float:left;
		margin:0;
	}
	#topBar ul.top-links>li {
		padding:0;
		display:inline-block;
		margin-left:-3px;
		position:relative;
		border-right:rgba(0,0,0,0.1) 1px solid;
		
	}
	#topBar ul.top-links>li:hover >.dropdown-menu,
	#mainMenu ul.top-links>li:hover >.dropdown-menu {
		display:block !important;
	}
	#topBar ul.top-links>li .dropdown-menu {
		z-index:3000;
	}
	#topBar ul.top-links>li>a {
		padding:10px;
		font-size:12px;
		color:#151515;
		display:block;
		text-decoration:none;
	}
	#topBar ul.top-links>li>a:hover {
		background-color:rgba(0,0,0,0.01);
	}
	#topBar ul.top-links>li>a>i {
		margin-right:5px;
		filter: alpha(opacity=30);
		opacity:0.3;
	}
	@media only screen and (max-width: 768px) {
		#topBar {
			text-align:center;
		}
		#topBar ul.top-links {
			display:inline-block;
			float:none;
			margin:0 auto;
		}
		#topBar ul.top-links>li:last-child>a {
			border-right:0;
		}
	}
	#topBar ul.top-links li.text-welcome {
		padding:0 15px;
		font-size:12px;
	}

	/* Drop Downs & Lang */
	#topBar ul.dropdown-menu {
		min-width:50px;
		margin:0; padding:0;
		margin-left:-1px;
	}
	#topBar ul.dropdown-menu>li>a {
		padding:8px 6px;
		font-size:12px;
	}
	#topBar ul.dropdown-langs>li>a {
		padding:3px 6px;
		font-size:12px;
	}
	#topBar ul.top-links>li>a>img.flag-lang {
		float:left;
		margin-top:3px;
		margin-right:6px;
	}
	#topBar ul.dropdown-menu>li>a>i {
		margin-right:6px;
	}
	#topBar ul.dropdown-langs>li:hover>a {
		color:#000 !important;
		background-color:#eee;
	}
	#topBar ul.dropdown-menu>li.divider {
		margin:0; padding:0;
		border-bottom:0;
		height:1px;
	}




	/* 
		Nav Second Main 
		- search, etc
	*/
	#header ul.nav-second-main {
		border-left:rgba(0,0,0,0.1) 1px solid;
		padding-left:15px;
		margin-top: 39px;

		-webkit-transition: all .300s;
		   -moz-transition: all .300s;
			 -o-transition: all .300s;
				transition: all .300s; 
	}
	#header.fixed ul.nav-second-main {
		margin-top: 39px;
	}
		#header.header-sm ul.nav-second-main {
			margin-top:20px;
		}
		#header.header-md ul.nav-second-main {
			margin-top:23px;
		}
	#header ul.nav-second-main li {
		padding-top:33px;
		padding:0 5px 0px 5px;
	}
	#header ul.nav-second-main li>a {
		background-color:transparent;
		color:#666;
		padding:0 3px;
		display:block;
	}
	#header ul.nav-second-main li i {
		font-size:18px;
		width: 20px;
		height: 20px;
		margin:0;
		padding:0;

		opacity:0.6;
		filter: alpha(opacity=60);

		-webkit-transition: all .300s;
		   -moz-transition: all .300s;
			 -o-transition: all .300s;
				transition: all .300s; 
	}
	#header ul.nav-second-main li:hover i {
		opacity:1;
		filter: alpha(opacity=100);
	}
	#header ul.nav-second-main li .badge {
		padding:3px 6px;
	}
	
	/* dark & color menu */
	#header.transparent ul.nav-second-main li a,
	#header.transparent ul.nav-second-main li a>i,
	#header.color ul.nav-second-main li a,
	#header.color ul.nav-second-main li a>i,
	#header.dark ul.nav-second-main li a,
	#header.dark ul.nav-second-main li a>i {
		color:#fff;

		opacity:1;
		filter: alpha(opacity=100);
	}

	@media only screen and (max-width: 992px) {
		#header ul.nav-second-main {
			margin:15px 15px 0 0;
			border:0;
		}
		#header ul.nav-second-main li {
			padding:0;
			padding-top:6px;
		}
		#header ul.nav-second-main {
			-webkit-transition: all 0s;
			   -moz-transition: all 0s;
				 -o-transition: all 0s;
					transition: all 0s; 
		}
		#header.fixed ul.nav-second-main li {
			padding-top:0;
		}
		#header.header-md ul.nav-second-main li>a,
		#header.header-sm ul.nav-second-main li>a {
			margin-top:-6px;
		}

	}


	/** ************************************************************* **/
	/* submenu */
	#topNav ul.dropdown-menu {
		text-align:left;
		margin-top:0;
		box-shadow:none;
		/*border:#eee 1px solid;
		border-top:#eee 0 solid;*/
		list-style:none;
		background-color:#fff;
		/*box-shadow:rgba(0,0,0,0.2) 0 6px 12px;*/
		min-width:200px;
		padding: 0;

		/*border-color: #1ABC9C #fff #fff;*/

		-webkit-transition: top .4s ease;
			 -o-transition: top .4s ease;
				transition: top .4s ease;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}

	#topNav ul.dropdown-menu li {
		position:relative;
		/*border-bottom: rgba(0,0,0,0.06) 1px solid;*/
	}
	#topNav .submenu-dark ul.dropdown-menu li {
		border-bottom-color: rgba(0,0,0,0.2);
	}
	#topNav ul.dropdown-menu li:last-child {
		border-bottom:0;
	}
	#topNav ul.dropdown-menu li a {
		margin:0;
		padding:7px 15px;
		font-weight:400;
		line-height:23px;

		color:#666;
		font-size:12px;
		display:block;
		text-decoration:none;
	}
	#topNav ul.dropdown-menu>li a i {
		margin-right:6px;
		font-size:12px;
	}
	#topNav ul.dropdown-menu a.dropdown-toggle {
		background-position: right center;
		background-repeat: no-repeat;
	}
	#topNav ul.dropdown-menu li.active>a, 
	#topNav ul.dropdown-menu li.active:hover>a, 
	#topNav ul.dropdown-menu li.active:focus>a, 
	#topNav ul.dropdown-menu li:hover>a, 
	#topNav ul.dropdown-menu li:focus>a, 
	#topNav ul.dropdown-menu li:focus>a {
		color:#000;
		background-color:rgba(0,0,0,0.05);
	}
	
	#topNav ul.dropdown-menu li.divider {
		margin:-1px 0 0 0;
		padding:0; border:0;
		background-color:rgba(0,0,0,0.1);
	}
	#topNav .nav li:hover>ul.dropdown-menu {
		padding:0;
		display:block;
		z-index:100;
	}
	#topNav ul.dropdown-menu li .label {
		margin-top:4px;
	}

	/* sub-submenu */
	#topNav ul.dropdown-menu>li:hover > ul.dropdown-menu {
		display:block;
		position:absolute;
		left:100%; top:0;
		padding:0; margin:0; 
		border-left:0 !important;
		border-right:0 !important;
		border-bottom:0 !important;
	}
	/** ************************************************************* **/


	/* 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%;
		}
		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;
		}
			#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;
		}
		#topNav div.nav-main-collapse.collapse {
			display: none !important;
		}
		#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;
		}
		
		#topNav .dropdown-menu.pull-right,
		#topNav .dropdown-menu.pull-left {
			float:none !important;
		}
	}
	
	@media only screen and (max-width: 500px) {
		#topNav div.nav-main-collapse {
			max-height:250px;
		}
	}



	/* Mega Menu */
	#topNav #topMain>li.mega-menu {
	  position: inherit;
	  color:#fff;

	}
	#topNav #topMain>li.mega-menu>ul {
	  max-width:100%;
	  width: 100%;
	}
	#topNav #topMain>li.mega-menu div.row {
		display:table;
		margin:0; 
		padding:0;
		width:100%;
	}
	#topNav #topMain>li.mega-menu div.row div {
		display:table-cell;
		border-left: rgba(0,0,0,0.1) 1px solid;
		margin-left: -1px;
		display: table-cell;
		vertical-align: top;
		float: none;

		margin:0; 
		padding:15px 0 0 0;
	}
	#topNav #topMain>li.mega-menu div.row>div:first-child {
		border-left:0 !important;
	}
	#topNav #topMain>li.mega-menu div.row div>ul>li>span {
		color:#111;
		font-weight:bold;
		display:block;
		padding:6px 15px 15px 15px;
	}
	#topNav #topMain>li.mega-menu div.row div:first-child {
		border-left:0;
	}


	/* LIGHT SUBMENU */
	#topNav ul.dropdown-menu a.dropdown-toggle {
		background-image: url('../images/submenu_light.png');
	}


	/* DARK SUBMENU */
	#topNav div.submenu-dark ul.dropdown-menu {
		background-color:#175C80;
	}
	#topNav div.submenu-dark ul.dropdown-menu a.dropdown-toggle {
		background-image: url('../images/submenu_dark.png');
	}
	#topNav div.submenu-dark ul.dropdown-menu li.active>a, 
	#topNav div.submenu-dark ul.dropdown-menu li.active:hover>a, 
	#topNav div.submenu-dark ul.dropdown-menu li.active:focus>a, 
	#topNav div.submenu-dark ul.dropdown-menu li:hover>a, 
	#topNav div.submenu-dark ul.dropdown-menu li:focus>a, 
	#topNav div.submenu-dark ul.dropdown-menu li:focus>a {
		color:#fff;
		background-color:rgba(0,0,0,0.15);
	}
	#topNav div.submenu-dark ul.dropdown-menu li.divider {
		background-color:rgba(255,255,255,0.1);
	}
	#topNav div.submenu-dark ul.dropdown-menu>li a {
		color:#ccc;
	}
	#topNav div.submenu-dark #topMain>li.mega-menu div.row div>ul>li>span {
		color:#fff;
	}
	#topNav div.submenu-dark #topMain>li.mega-menu div.row div { 
		border-left: rgba(0,0,0,0.2) 1px solid;
	}







/** Page Menu
 **************************************************************** **/
#page-menu {
  position: relative;
  height: 44px;
  line-height: 46px;
  background-color:#333;
  color:#fff;
  text-shadow:rgba(0,0,0,.1) 1px 1px 1px;
  z-index:100;
  overflow:hidden;
}
#page-menu ul {
	margin:0;
	line-height: 44px;
}
#page-menu ul>li {
	line-height: 44px;
	float:left;
}
#page-menu ul>li>a {
	color:#fff;
	height:44px;
	padding:0 10px;
	display:inline-block;
	text-decoration:none;

	-webkit-transition: all .300s;
	   -moz-transition: all .300s;
		 -o-transition: all .300s;
			transition: all .300s; 
}
	#page-menu ul>li>a>i {
		margin-right:5px;
	}
#page-menu ul>li:hover,
#page-menu ul>li.active {
	background-color:rgba(0,0,0,0.3);
}
#page-menu nav {
	position:relative;
}
#page-menu ul.list-inline.dropdown-menu {
	display:block;
}
#page-menu-mobile {
	display:none;
	font-size:21px;

	background-color:rgba(0,0,0,0.2);
	height:44px;
	width:44px;
}
@media only screen and (min-width: 990px) {
	#page-menu ul {
		display:block !important;
	}
}
@media only screen and (max-width: 992px) {
	#page-menu {
		overflow:visible;
	}
	#page-menu ul>li {
		float:none !important;
	}

	#page-menu-mobile {
		display:inline-block;
	}
	#page-menu ul {
		display:none;
		position:absolute;
		min-width:200px;
	}
	#page-menu nav.pull-right ul {
		right:-15px;
		top:44px;
	}
	#page-menu nav.pull-left ul {
		left:-15px;
		top:44px;
	}
	#page-menu nav.pull-right #page-menu-mobile {
		margin-right:-15px;
	}
	#page-menu nav.pull-left #page-menu-mobile {
		margin-left:-15px;
	}
	#page-menu ul>li,
	#page-menu ul>li>a {
		color:#fff !important;
		display:block;
		float:none;
	}
	#page-menu ul>li>a {
		color:#ccc;
	}
}



	/* page menu light */
	#page-menu.page-menu-light {
		color:#151515;
		text-shadow:rgba(255,255,255,.1) 1px 1px 1px;
		background-color:rgba(0,0,0,0.1);
	}
	#page-menu.page-menu-light ul {
		background-color:rgba(0,0,0,0.02) !important;
	}
	#page-menu.page-menu-light ul li {
		border-left:rgba(0,0,0,0.05) 1px solid;
	}
	#page-menu.page-menu-light ul li:hover {
		background-color:rgba(0,0,0,0.02);
	}
	#page-menu.page-menu-light ul li a {
		color:#151515;
	}
	#page-menu.page-menu-light ul li.active a {
		color:#fff;
	}


	/* page menu dark */
	#page-menu.page-menu-dark {
		background-color:#444;
	}
	#page-menu.page-menu-dark ul {
		background-color:#666 !important;
	}
	#page-menu.page-menu-dark ul li {
		border-left:#444 1px solid;
	}


	/* 
		page menu color 
	*/
	#page-menu.page-menu-color ul li {
		border-left:rgba(0,0,0,0.1) 1px solid;
	}

	/* page menu transparent */
	#page-menu.page-menu-transparent {
		color:#151515;
		border-top:rgba(0,0,0,0.05) 1px solid;
		border-bottom:rgba(0,0,0,0.05) 1px solid;
		text-shadow:rgba(255,255,255,.1) 1px 1px 1px;
		background-color:transparent;
	}
	#page-menu.page-menu-transparent ul {
		background-color:transparent !important;
	}
	#page-menu.page-menu-transparent ul li {
		border-left:#fafafa 1px solid;
	}
	#page-menu.page-menu-transparent ul li a {
		color:#2FA4CE ;
	}
	#page-menu.page-menu-transparent ul li:hover {
		background-color:rgba(0,0,0,0.01);
	}
	#page-menu.page-menu-transparent ul li.active {
		background-color:rgba(0,0,0,0.05);
		margin-bottom:-1px;
	}

	@media only screen and (max-width: 992px) {
		#page-menu.page-menu-light ul {
			background-color:#777 !important;
		}
		#page-menu.page-menu-transparent ul {
			background-color:#777 !important;
		}
		#page-menu.page-menu-transparent ul li.active {
			margin-bottom:0;
		}
		#page-menu ul li {
			border-left:0;
		}
	}





/** Scroll To Top
 **************************************************************** **/
#toTop {
	font-size:38px;
	line-height:33px;
	background-color: rgba(23,92,128,0.3);
	color: #FFF;
	position: fixed;
	height: 35px; width: 40px;
	left: 20px; bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.9;
	filter: alpha(opacity=90);
	text-decoration:none;
	display:none;
	z-index: 99999;

	-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(23,92,128,1);
}
#toTop:before {
	font-family: "fontawesome";
	content: "\f102";
}

#toSec{
	font-size:38px;
	line-height:33px;
	background-color: rgba(0,0,0,0.3);
	color: #FFF;
	position: absolute;
	height: 35px; width: 40px;
	right: 50%; bottom: 6px;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.9;
	filter: alpha(opacity=90);
	text-decoration: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;
}
#toSec:hover {
	background-color: rgba(0,0,0,0.7);
}
#toSec:before {
	font-family: "fontawesome";
	content: "\f103";
}







/** Preloader
 **************************************************************** **/
#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;
}

.page-loader{
 	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 100000;	
}

#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;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}







/** Misc
 **************************************************************** **/
.img-hover img {
	-webkit-transition: all .400s;
	   -moz-transition: all .400s;
		 -o-transition: all .400s;
			transition: all .400s;
}
	.img-hover:hover img {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

ul.list-inline.list-separator>li:before {
	content: '/';
	display: inline-block;
	margin-right: 10px;
	opacity: .5;
}
ul.list-inline.list-separator>li:first-child:before {
	margin:0;
	content:'';
}

.dropdown-menu {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.navbar-toggle {
	border:0;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#111;
}

/* infinite scroll */
#infscr-loading {
	position: fixed;
	top: 50%; left: 50%;
	width: 68px; height: 68px;
	line-height: 68px;
	font-size: 30px;
	text-align: center;

	color: #fff;
	margin: -34px 0 0 -34px;
	background-color: rgba(0,0,0,0.8);

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

form .row {
	margin-bottom:20px;
}
form label {
	font-weight:bold;
}
table a {
	color:#666;
}
section.dark table a {
	color:#ddd;
}



/* Featured OWL Carousel */
.owl-carousel.featured .thumbnail.pull-left {
	margin-right:20px;
}
.owl-carousel.featured .thumbnail.pull-right {
	margin-left:20px;
}
.owl-carousel.featured a {
	color:#333;
}
section.dark .owl-carousel.featured a {
	color:#999;
}

/* 
	increment / decrement - quantity shop like 

	<!-- QTY -->
	<span class="incrdcr">
		<a href="#" data-for="no" data-min="1" class="decr">-</a>
		<input id="no" type="text" name="qty" value="1" title="Number" >
		<a href="#" data-for="no" data-max="999" class="incr">+</a>
	</span>
	<!-- /QTY -->
*/
.incrdcr .incr,
.incrdcr .decr {
	color:#000;
	display: block;
	float: left;
	cursor: pointer;
	border: 0 transparent;
	padding: 0;
	width: 36px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: rgba(0,0,0,0.07);
	font-size: 16px;
	font-weight: 700;
	text-decoration:none;

	-webkit-transition: background-color .2s linear;
		 -o-transition: background-color .2s linear;
			transition: background-color .2s linear;
}
.incrdcr .incr:hover,
.incrdcr .decr:hover {
	background-color: rgba(0,0,0,0.1);
}

.incrdcr>input {
	float: left;
	width: 50px;
	height: 40px;
	line-height: 40px;
	border: 0;
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.07);
	text-align: center;
	margin-bottom: 0;
}

/* Link List - example: page-faq-4.html */
ul.list-links>li>a {
	color:#111;
	font-weight:700;
	display:inline-block;
	padding:3px 0;
	font-size:16px;
}
ul.list-links>li>a>i {
	margin-right:6px;
}
section.dark ul.list-links>li>a {
	color:#fff;
}

/* Slimscroll */
.slimScrollBar {
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
			border-radius: 0 !important;
}


/* Canvas Particles */
#canvas-particle {
	position:absolute;
}

/* Youtube Background */
#video-volume {
	bottom: 85px;
	left: 50%;
	margin: 0 0 0 -15px;
	position: absolute;
	z-index: 100;
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #FFFFFF;
	cursor: pointer;
}

/* Text Rotator */
h1>span.rotate,
h2>span.rotate,
h3>span.rotate,
h4>span.rotate,
h5>span.rotate,
h6>span.rotate {
	color:inherit !important;
}


/** EVENT LIST 

	Example Usage: index-thematics-music.html

	<div class="event-item">
		<div class="event-date-wrapper">
			<span class="event-date-day">02</span>
			<span class="event-date-month">April</span>
		</div>
		<div class="event-content-wrapper">
			<div class="event-content-inner-wrapper">
				<h3 class="event-title"><a href="#">Columbia, SC</a></h3>
				<div class="event-location">Colonial Life Arena w/ Aloe Blacc </div>
			</div>
			<div class="event-status-wrapper">
				<a href="#">Buy Now</a>
			</div>
		</div>
	</div>

**/
.event-item {
	margin-bottom:25px;
	padding:10px;
	display:block;
	background-color:rgba(0,0,0,0.04);
}
section.dark .event-item {
	background-color:rgba(0,0,0,0.06);
}

.event-item .event-date-wrapper {
	float: left;
	text-align: center;
	width: 55px;
	margin-right: 20px;
}
.event-item .event-date-wrapper .event-date-day {
    font-size: 43px;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}
.event-item .event-date-wrapper .event-date-month {
    font-size: 14px;
    font-weight: bold;
    display: block;
}
.event-item .event-content-wrapper {
    padding-top: 6px;
    overflow: hidden;
    position: relative;
}
.event-item .event-content-wrapper .event-content-inner-wrapper {
    padding-right: 105px;
}
	.event-item .event-content-wrapper .event-content-inner-wrapper .event-title {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.event-item .event-content-wrapper .event-location {
		font-size:13px;
	}
.event-item .event-content-wrapper .event-status-wrapper {
    position: absolute;
    top: 10px;
    right: 0px;
    text-align: center;
    letter-spacing: 1px;
}
@media only screen and (max-width: 600px) {
	.event-item .event-content-wrapper .event-content-inner-wrapper {
		padding-right:0;
	}
	.event-item .event-content-wrapper .event-status-wrapper {
		position:relative;
		top:auto;
		right:auto;
		left:auto;
		text-align:left;
	}
}


/**  INLINE NEWS 

	Example Usage: index-thematics-music.html

	<div class="inews-item">
		<a class="inews-thumbnail" href="#">
			<span class="inews-sticky font-lato">
				<i class="fa fa-bullhorn"></i> 
				STICKY POST
			</span>
			<img class="img-responsive" src="assets/images/demo/thematics/music/i3-min.jpg" alt="image" />
		</a>
		
		<div class="inews-item-content">

			<div class="inews-date-wrapper">
				<span class="inews-date-day">29</span>
				<span class="inews-date-month">June</span>
				<span class="inews-date-year">2015</span>
			</div>

			<div class="inews-content-inner">

				<h3 class="size-20"><a href="#">Lorem Upsum Dolor</a></h3>
				<ul class="blog-post-info list-inline noborder margin-bottom-20 nopadding">
					<li>
						<a href="page-profile.html">
							<i class="fa fa-user"></i> 
							<span class="font-lato">By John Doe</span>
						</a>
					</li>
					<li>
						<i class="fa fa-folder-open-o"></i> 

						<a class="category" href="#">
							<span class="font-lato">Design</span>
						</a>
						<a class="category" href="#">
							<span class="font-lato">Photography</span>
						</a>
					</li>
				</ul>

				<p>Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Idque Caesaris facere voluntate liceret: sese habere....</p>
			</div>
			

		</div>
	</div>

**/
.inews-item {
	clear:both;
	margin-bottom:30px;
	min-height:132px;
	position:relative;
}
	.inews-item:after,
	.inews-item:before {
		display:table;
		content:" ";
	}
	.inews-item:after {
		clear: both;
	}
.inews-item .inews-thumbnail {
	border:0;
	padding:0;
	width: 35%;
	max-width:350px;
	margin: 0 20px 0 0;
	float:left;
	position:relative;
}
	.inews-item .inews-thumbnail .inews-sticky {
		position:absolute;
		left:0; bottom:-1px;
		background-color:#74c6de;
		color:#fff;
		font-size: 11px;
		font-weight: bold;
		padding: 5px 12px;
		text-shadow:#333 0 0 1px;
	}
	.inews-item .inews-thumbnail .inews-sticky>i {
		font-size:14px;
		margin-right:8px;
	}
.inews-item .inews-date-wrapper {
	text-align: center;
	position:absolute;
	left:0;
	margin-right: 20px;
	width: 65px;
	padding-bottom: 20px;
	background-color:rgba(0,0,0,0.1);
}
.inews-item .inews-date-wrapper:before {
	content:' ';
	position:absolute;
	right:-10px;
	top:6px;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;

	border-left: 10px solid rgba(0,0,0,0.1);
}
	.inews-item .inews-date-wrapper .inews-date-day {
		display: block;
		font-size: 50px;
		line-height: 1;
		margin-bottom: 16px;
	}
	.inews-item .inews-date-wrapper .inews-date-month {
		display: block;
		font-size: 14px;
		line-height: 1;
		margin-bottom: 14px;
	}
	.inews-item .inews-date-wrapper .inews-date-year {
		display: block;
		font-size: 17px;
		line-height: 1;
	}
.inews-item .inews-item-content {
	overflow:hidden;
	padding-left:85px;
	position:relative;
}
	.inews-content-inner h3 {
		margin-bottom:8px;
		display:block;
		margin-top:3px;
	}
	.inews-content-inner .list-inline>li {
		padding:0;
	}

@media only screen and (max-width: 768px) {
	.inews-item {
		max-width:380px;
		margin-left:auto;
		margin-right:auto;
	}
	.inews-item .inews-thumbnail {
		float:none;
		display:block;
		margin-bottom:20px;
		width:100%;
	}
}

.team-item {
	position:relative;
}
.team-item .team-item-image {
	position:absolute;
	left:0;
	top:0;
}
.team-item .team-item-desc {
	padding-left:180px;
}
@media only screen and (max-width: 482px) {
	.team-item {
		text-align:center;
	}
	.team-item .team-item-desc {
		padding-left:0;
		margin-top:20px;
	}
	.team-item a.social-icon {
		float:none !important;
	}
	.team-item .team-item-image {
		position:relative;
	}
}


/* flot chart */
.flot-chart .legendLabel {
	padding:0 8px;
}



/** Landing Page
 **************************************************************** **/
form.landing-form {
    padding: 30px;
    border-radius: 3px;
	background: rgba(0,0,0,.3);
}



/** Featured Grid
 **************************************************************** **/
section.featured-grid div.row>div {
	padding-left:4px;
	padding-right:4px;
	overflow:hidden;
	position:relative;
}
section.featured-grid div.row>div img {
	width:100%;
}
section.featured-grid div.row>div .absolute {
	z-index:10;
	margin:20px;
}
section.featured-grid div.row>div .absolute p {
	margin:0;
}

section.featured-grid div.row>div div.relative {
	margin-bottom:10px;
}

section.featured-grid div.row>div h1,
section.featured-grid div.row>div h2,
section.featured-grid div.row>div h3,
section.featured-grid div.row>div h4,
section.featured-grid div.row>div h5,
section.featured-grid div.row>div h6 {
	margin:0;
	color:#000;
	line-height:1.1;
}
section.featured-grid div.row>div h1 {
	font-size:70px;
}
section.featured-grid div.row>div a:hover {
	color:#fff;
}

section.featured-grid div.row>div .absolute.top-right {
	top:0; bottom:auto;
	right:0; left:auto;
}
section.featured-grid div.row>div .absolute.top-left {
	top:0; bottom:auto;
	left:0; right:auto;
}
section.featured-grid div.row>div .absolute.bottom-right {
	bottom:0; top:auto;
	right:0; left:auto;
}
section.featured-grid div.row>div .absolute.bottom-left {
	bottom:0; top:auto;
	left:0; right:auto;
}
section.featured-grid div.row>div .absolute.top-center {
	bottom:auto; top:0;
	left:auto; right:auto;
}
section.featured-grid div.row>div .absolute.bottom-center {
	bottom:0; top:auto;
	left:auto; right:auto;
}


/* ribbon */
section.featured-grid div.row>div .ribbon {
	position: absolute;
	right: 4px;
	top: -3px;
	color: #fff;
	text-align:right;

	width: 33.5%;
	height: 33.5%;
}
section.featured-grid div.row>div .ribbon:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	border: 150px solid #333;
	border-right: 0;
	border-bottom: 0;
	border-left: 150px solid transparent;
}
section.featured-grid div.row>div .ribbon h2,
section.featured-grid div.row>div .ribbon h3,
section.featured-grid div.row>div .ribbon h4 {
	color:#fff;
}


@media only screen and (max-width: 480px) {
	section.featured-grid div.row>div {
		margin:15px 0;
	}
}
@media only screen and (max-width: 600px) {
	section.featured-grid div.row>div h1 {
		font-size:40px;
	}
	section.featured-grid div.row>div h2 {
		font-size:25px;
	}
}




/** Captions
 **************************************************************** **/
.caption-default,
.caption-light,
.caption-dark,
.caption-color,
.caption-primary,
.caption-warning,
.caption-info,
.caption-danger {
	color:#fff;
	padding:10px;
	font-size:13px;
	background-color:rgba(0,0,0,0.9);
}
.caption-default {
	color:inherit;
	border:#666 1px solid;
	background-color:transparent;
}
.caption-light {
	color:#333;
	background-color:#eaeaea;
}
.caption-dark {
	color:#eee;
	background-color:#666;
}
.caption-primary,
.caption-warning,
.caption-info,
.caption-danger {
	color:#fff;
	background-color:#333;
}
	.caption-warning {
		background-color:#f0ad4e;
	}
 	.caption-info {
		background-color:#5bc0de;
	}
	.caption-danger {
		background-color:#d9534f;
	}
.caption-slider-default {
	position:absolute !important;
	left:0; right:0;
	top:0; bottom:0;
	color:#000 !important;
}
.caption-slider-default .caption-container {
	margin:0 50px;
}
.caption-slider-default h1,
.caption-slider-default h2,
.caption-slider-default h3,
.caption-slider-default h4,
.caption-slider-default p {
	margin:0;
	color:#000 !important;
}
@media only screen and (max-width: 480px) {
	.caption-slider-default .caption-container {
		margin:0 30px;
	}
	.caption-slider-default h2 {
		font-size:16px;
	}
	.caption-slider-default p {
		display:none;
	}
}



 
/** Aside
 **************************************************************** **/
.tab-post {
	padding-bottom: 20px;
	margin: 0 0 20px 0;
	border-bottom: rgba(0,0,0,0.06) 1px solid;
}
.tab-post a {
	color:#666;
	text-decoration:none;
}
section.dark .tab-post a {
	color:#ddd;
}
.tab-post small {
	display: block;
	font-size: 12px;
}



	/** Aside Navigation
	 ********************* **/
	ul.side-nav span.badge {
		float:right;
		margin-top:3px;
		font-weight:400;
	}
	ul.side-nav>li>span.badge {
		margin-top:12px;
		margin-right:6px;
	}
	ul.side-nav li.list-group-item>a>.label {
		margin-right:20px;
	}

	ul.side-nav li {
		list-style:none;
	}
	ul.side-nav ul {
		margin:0 0 20px 0;
		padding:0;
	}
	ul.side-nav ul li {
		padding:0 15px;
	}
	ul.side-nav ul li:last-child {
		border-bottom:0;
	}
	ul.side-nav a {
		display:block;
		text-decoration:none;
		color:#333;
		font-size:13px;
		letter-spacing: 1px;
	}
	ul.side-nav a i.fa {
		width:10px;
	}
	ul.side-nav ul li a {
		padding:3px;
		font-size:12px;
	}
	ul.side-nav>li {
		padding:0;
	}
	ul.side-nav>li>a {
		padding:7px 10px;
	}
	ul.side-nav>li.list-group-item.active {
		border:0;
		background-color:transparent;
	}
	ul.side-nav>li.active>a {
		background-color:transparent;
	}
	ul.side-nav li.list-toggle.active:after,
	ul.side-nav > li.active>a {
		font-weight:700;
	}
	ul.side-nav li.list-toggle:after {
		content: "\f104";
		font-family: FontAwesome;
		position: absolute;
		font-size: 15px;
		right: 10px;
		top: 7px;
		font-weight:normal;
		color:#999;
	}
	ul.side-nav li.list-toggle.active:after {
		content: "\f107";
	}

	ul.side-nav .list-group-item {
		background-color:rgba(0,0,0,0);
		border-left:0;
		border-right:0;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	section.dark ul.side-nav .list-group-item {
		border-bottom-color:#333;
		border-top-color:#333;
	}



/** Masonry Gallery
 **************************************************************** **/
.masonry-gallery { 
	position: relative; 
}
.masonry-gallery a, 
.masonry-gallery img {
	display: block;
	height: auto!important;
}
.masonry-gallery a {
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
}
.masonry-gallery img {
	width: 100%;
	border-radius: 0!important;
	padding: 0 1px 1px 0;
}

	/* columns */
	.masonry-gallery.columns-2 a { 
		width: 50%; 
	}
	.masonry-gallery.columns-3 a { 
		width: 33.30%; 
	}
	.masonry-gallery.columns-4 a { 
		width: 25%; 
	}
	.masonry-gallery.columns-5 a { 
		width: 20%; 
	}
	.masonry-gallery.columns-6 a { 
		width: 16.60%; 
	}



/** Image Hover
 **************************************************************** **/
.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;
}







/** Sliders
 **************************************************************** **/
section#slider {
	display:block;
	padding:0;
	margin:0;
	box-shadow:none;
	background-color:#f1f1f1;
	overflow:hidden !important;
	border-bottom:0;
	z-index:0;

		-webkit-transition: all 0s;
		   -moz-transition: all 0s;
			 -o-transition: all 0s;
				transition: all 0s;
}
section#slider.transparent {
		background-color:transparent;
}

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: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
 }
section#slider canvas {
	width:auto !important;
	height:auto !important;
}
	#slider img.img-responsive {
		display:inline-block;
	}

	#slider h1,
	#slider h2,
	#slider h3,
	#slider h4,
	#slider h5,
	#slider h6,
	#slider p {
		color:#fff;
		text-shadow:rgba(0,0,0,0.16) 1px 1px 1px;
	}
	#slider h1 {
		font-size:60px;
		line-height:60px;
	}
	#slider h2 {
		font-size:40px;
		line-height:40px;
	}
	#slider h3 {
		font-size:30px;
		line-height:30px;
	}
	#slider .btn {
		margin-top:30px;
	}
	#slider .btn-default,
	.slider .btn-default {
		color:#fff;
		background-color:transparent;
		border-color:#fff;
		border-width:2px;
	}
	#slider .btn-default:hover,
	.slider .btn-default:hover {
		background-color:rgba(255,255,255,0.1);
	}
	#slider .btn,
	.slider .btn {
		color:#fff !important;
	}

@media only screen and (max-width: 768px) {
	#slider h1 {
		font-size:30px;
		line-height:35px;
		text-align:center;
	}
	#slider h2 {
		font-size:27px;
		line-height:27px;
		text-align:center;
	}
	#slider h3 {
		font-size:20px;
		line-height:20px;
		text-align:center;
	}
}

	/** Swiper Slider
	 ************************* **/
    .swiper-container {
        width: 100%;
        height: 100%;
		position:relative;
    }

	.swiper-slide {
		color:#fff;
        font-size: 18px;
        background: #fff;
		position:relative;

		  background-position: center center;
			background-repeat: no-repeat;

		-webkit-background-size: cover;
		   -moz-background-size: cover;
			 -o-background-size: cover;

		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		   background-size: cover;
				box-sizing: border-box;
	}
	.swiper-pagination-bullet {
		width:20px !important;
		height:5px !important;
		background:#fff !important;
		opacity: 0.5 !important;
		filter: alpha(opacity=50) !important;

		-webkit-border-radius: 0 !important;
		   -moz-border-radius: 0 !important;
				border-radius: 0 !important;
	}
	.swiper-pagination-bullet:hover,
	.swiper-pagination-bullet-active {
		-webkit-transition: all .200s;
		   -moz-transition: all .200s;
			 -o-transition: all .200s;
				transition: all .200s;

		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
	}
	
	.swiper-caption {
		color:#fff;
		position:absolute;
		opacity: .85;
		bottom: 0;
		left:0; 
		right:0;
		height: 80px;
		line-height:20px;
		padding:30px 15px;
		text-shadow: 1px 1px 1px rgba(0,0,0,.3);

		background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.85)));
		background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
		background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
		background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
		background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	}
	@media only screen and (max-width: 480px) {
	    .swiper-container {
			width: 100%;
			/*height: 300px;*/
			position:relative;
		}

		.swiper-caption {
			font-size:15px;
		}
	}
	
	.swiper-container.has-fixed-footer .swiper-button-next,
	.swiper-container.has-fixed-footer .swiper-button-prev {
		margin-top:-80px;
	}





/** Standard Forms Messages

	USAGE:
		<p id="alert_success" class="alert alert-success alert-mini">Message sent! Thank You!</p>
 **************************************************************** **/
#alert_newsletter,
#alert_mandatory,
#alert_success,
#alert_failed {
	display:none;
}





/** Portfolio
 **************************************************************** **/
/* do not move from here - we rewrite this below */
.item-box-desc h2,
.item-box-desc h3,
.item-box-desc h4,
.item-box-desc h5 {
	font-size:18px;
	line-height:21px;
	margin:0;
	padding:0;
}
.item-box .owl-carousel {
	margin-top:0px !important;
}






/** Mixitup
 **************************************************************** **/
.mix-grid .mix {
	opacity: 0;
	display: none;
}
.mix.nogutter,
.mix.nogutter>.item-box  {
	padding:0 !important;
	margin:0 !important;
	line-height:0;
}




/** Contact
 **************************************************************** **/
.contact-over-map {
	position:absolute;
	z-index:1;
	top:0; right:0;
	bottom:0; left:0;
	height:100%;
}

.contact-over-box {
	position:relative;
	z-index:5;
	background-color:#fff;
	width:100%;
	max-width:380px;
	min-height:300px;
	padding:20px;
	box-shadow:#888 0 0 16px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

section.dark .contact-over-box {
	background-color:#2FA4CE ;
}







/** 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: 'Roboto Condensed', sans-serif;
	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;
	}
}



/** Login & Register
 **************************************************************** **/
ul.login-features>li {
	content: ' ';
	clear: both;
	padding: 8px 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}
ul.login-features>li>i {
	font-size:30px;
	float:left;
	padding-right:20px;
}
.login-forgot-password {
  display: inline-block;
  margin-top: 8px;
}
.modal-short {
	max-height: 400px;
	overflow: auto;
}
@media only screen and (max-width: 992px) {
	form div.col-xs-6>button {
		margin:0 !important;
	}
}






/** Search Page
 **************************************************************** **/
div.search-result {
	padding:20px 0;
	border-bottom:#eee 1px solid;
}
div.search-result p {
	margin:0; padding:0;
}
div.search-result img {
	float:left; 
	margin-right:10px;
	margin-top:6px;
}
.search-title-aside {
	margin-top:20px;
	font-size:17px;
	line-height: 20px;
	color:#888;
	font-weight:400;
}
ul.search-history {
	border-bottom:#eee 1px solid;
	margin-bottom:0;
	padding-bottom:6px;
}





/** Block Review
	example usage: page-forum-post.html
 **************************************************************** **/
.block-review-content div.block-review-body {
	position:relative;
	padding:20px 0 20px 150px;
}
.block-review-content div.block-review-avatar {
	width:130px;
	float:left;
	margin-left:-140px;
}
@media only screen and (max-width: 482px) {
	.block-review-content div.block-review-body {
		padding:20px 0 20px 100px;
	}
	.block-review-content div.block-review-avatar {
		width:80px;
		margin-left:-90px;
	}
	.block-review-content div.block-review-avatar img {
		width:70px;
	}
}



/** Footer
 **************************************************************** **/
#footer {
	color: #FFF;
	background-color: #175C80;
	margin-top: 0px;
}
#footer>.container {
	padding-top:30px;
	margin-bottom:0px;
}
#footer>.copyright {
	background-color:#175C80;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size:13px;
	display:block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#footer>.copyright.has-social {
	padding:8px;
}
#footer>.copyright.has-social .social-icon {
	margin-top:8px;
	margin-bottom:0;
	line-height:0;
}
#footer>.copyright .copyright-text {
	margin-top:14px;
}
#footer canvas {
	width:auto !important;
	height:auto !important;
}
#footer h4 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #2FA4CE;
	font-weight: 700;
	margin:0;
	padding:0;
	word-spacing: normal;
	font-size: 20px;
	}


	@media only screen and (max-width: 480px) {
		#footer h4 {
			margin-top:60px;
			display:block;
		}
		#footer .mobile-block {
			margin-bottom:25px !important;
		}
		#footer.footer-fixed .mobile-block {
			margin-bottom:0 !important;
		}
		#footer .copyright {
			text-align:center;
		}
	}

	/* footer list links */
	#footer ul.footer-links>li {
	padding-bottom:0px;
	font-weight:300;
	text-transform: uppercase;
	font-size: 16px;
	}
	#footer ul.footer-links>li>a {
		color: rgba(255,255,255,0.6);
	}
	#footer ul.footer-links>li>a:hover {
		color: rgba(255,255,255,0.9);
	}
	#footer ul.footer-links>li>a:before {
		content: "";
		display: inline-block;
		line-height: 
	}
	#footer .social-icon i {
		color: rgba(255,255,255,0.6);
	}


	/* footer news list */
	#footer ul.footer-list li {
		padding:8px 0;
		border-bottom:rgba(0,0,0,0.2) 1px solid;
	}
	#footer ul.footer-list li small {
		display:block;
		font-family: 'Roboto Condensed', sans-serif;
		color:#ddd;
	}

	#footer ul.footer-list.half-paddings li {
		padding:4px 0;
	}
	#footer ul.footer-list.half-paddings.noborder li {
		border:0;
	}

	/* footer posts */
	#footer ul.footer-posts>li {
		padding: 15px 0;
		border-bottom:rgba(255,255,255,0.07) 1px solid;
	}
	#footer ul.footer-posts>li:first-child {
		padding-top:0;
	}
	#footer ul.footer-posts>li:last-child {
		border-bottom:0;
	}
	#footer ul.footer-posts>li>small {
		display:block;
	}

	/* footer contact text */
	#footer address {
		background:url('../images/world-map.png') no-repeat center;
	}
	#footer address .footer-sprite {
		margin-bottom:20px;
		padding-left:30px; 
		background:url('../images/footer_sprite.png') no-repeat 0 0;
	}
		#footer address .footer-sprite:last-child {
			margin-bottom:0;
		}
	#footer p {
		line-height:18px;
	}
	#footer p.contact-desc {
		margin:0 0 30px 0; 
		padding:0 0 10px 0;
		border-bottom:#403E44 1px dashed;
	}
	#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;
	}


	/* footer links - breadcrumbs like */
	#footer ul.inline-links>li+li:before {
	  padding: 0 5px 0 0;
	  content: "/\00a0";
	  color:rgba(255,255,255,0.3);
	}


	/* footer images gallery */
	#footer .footer-gallery>a {
		display:inline-block;
		margin-bottom:3px;
		margin-right:3px;
		float:left;
	}
	#footer .footer-gallery>a:hover {
		opacity:0.8;
	}


	@media only screen and (max-width: 768px) {
		#footer .footer-gallery {
			text-align:center;
		}
		#footer .footer-gallery>a,
		#footer .footer-gallery>img {
			float:none;
			margin-right:0;
		}
		
		#footer .row>div {
			margin-bottom:60px;
		}
	}

	/* sticky footer */
	footer.sticky {
		width: 100%;
	}
	@media only screen and (max-width: 768px) {
		footer.sticky {
			top:auto !important;
			position:relative !important;
		}
	}

#footer .btn,
#footer .form-control {
	height:36px;
}
#footer .btn-sm,
#footer .btn-xs,
#footer .btn-lg,
#footer .btn-xlg {
	height:auto;
}


#footer .copyright ul.list-social-icons {
	height:30px;
}
#footer .copyright ul.list-social-icons a.social-icon {
	margin:0;
}
	
	

/** Footer Light
 ** ************************ **/
#footer.footer-light {
	color:#666;
	background-color:#ddd;
}
#footer.footer-light form input,
#footer.footer-light form textarea,
#footer.footer-light form .input-group-addon {
	color:#eaeaea;
}
#footer.footer-light .copyright,
#footer.footer-light .copyright a {
	color:#414141;
}
#footer.footer-light h1,
#footer.footer-light h2,
#footer.footer-light h3,
#footer.footer-light h4,
#footer.footer-light h5,
#footer.footer-light h6 {
	color:#414141;
}
#footer.footer-light p,
#footer.footer-light a,
#footer.footer-light ul.footer-links>li>a {
	color:#666;
}
#footer.footer-light a:hover,
#footer.footer-light ul.footer-links>li>a:hover {
	color:#000;
}
#footer.footer-light ul.footer-posts>li {
	border-bottom-color:rgba(0,0,0,0.07);
}
#footer.footer-light form textarea::-webkit-input-placeholder,
#footer.footer-light form input::-webkit-input-placeholder {
	color: #eaeaea; /* WebKit browsers */
}

#footer.footer-light form textarea:-moz-placeholder,
#footer.footer-light form input:-moz-placeholder { 			
	color: #eaeaea;	/* Mozilla Firefox 4 to 18 */
}

#footer.footer-light form textarea::-moz-placeholder,
#footer.footer-light form input::-moz-placeholder { 		
	color: #eaeaea;	/* Mozilla Firefox 19+ */
}

#footer.footer-light form textarea:-ms-input-placeholder,
#footer.footer-light form input:-ms-input-placeholder {		
	color: #eaeaea;	/* Internet Explorer 10+ */
}




/** Fixed Footer
 ** ************************ **/
#footer.footer-fixed {
	position:fixed;
	left:0; right:0;
	bottom:0;
	width:100%;
	z-index:30;
	padding:10px 0;

	filter: Alpha(Opacity=95);
	opacity:0.95;
}
#footer.footer-fixed .social-icon {
	margin-top:0;
	margin-bottom:0;
}
#footer.footer-fixed .footer-links>span,
#footer.footer-fixed .footer-links>a {
	line-height:30px;
	font-size:13px;
	padding:6px 10px;
	border-right:rgba(255,255,255,0.1) 1px solid;
}
#footer.footer-fixed.footer-light .footer-links>a {
	border-right:rgba(0,0,0,0.1) 1px solid;
}



/** Responsive
 **************************************************************** **/
@media only screen and (max-width: 992px) {
	#header.header-sm #topNav button.btn-mobile {
			margin-top:16px;
	}
	#header.header-sm #topNav button.btn-mobile {
			margin-top:11px;
	}
	#topNav #topMain>li.mega-menu div.row div {
		display:block !important;
		border:0 !important;
	}
	.block-md {
		display:block;
	}
	.text-center-md {
		text-align:center !important;
		float:none !important;
	}

	#header .nav-second-main .quick-cart-box, 
	#header .nav-second-main .search-box {
		box-shadow:none !important;
	}


	/* fullwidth button fix */
	body>.btn.fullwidth,
	#wrapper>.btn.fullwidth {
		padding-top:0!important;
		padding-bottom:20px!important;

		white-space: pre;           /* CSS 2.0 */
		white-space: pre-wrap;      /* CSS 2.1 */
		white-space: pre-line;      /* CSS 3.0 */
		white-space: -pre-wrap;     /* Opera 4-6 */
		white-space: -o-pre-wrap;   /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap;  /* HP Printers */
		word-wrap: break-word;      /* IE 5+ */
	}
	body>.btn.fullwidth>span,
	#wrapper>.btn.fullwidth >span {
		line-height:30px !important;
	}

}

@media only screen and (max-width: 768px) {
	#header.fixed {
		position:relative;
	}
	
	/*#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;
	}
	.mobile-block>.social-icon {
		float:none !important;
	}
	.block-xs {
		display:block;
	}
	.text-center-xs {
		text-align:center !important;
		float:none !important;
	}
	.modal-short {
		max-height: 320px;
		overflow: auto;
	}
	
	.size-50 {
		font-size:30px !important;
		line-height:36px !important;
	}
	.size-40 {
		font-size:30px !important;
		line-height:36px !important;
	}
	.size-30 {
		font-size:23px !important;
		line-height:26px !important;
	}

}
/** DEMO ONLY
	DO NOT USE THIS CSS - USED FOR DEMO ONLY!
 **************************************************************** **/
.iconsPreview a {
	text-decoration:none;
}
 .iconsPreview .fa-hover a {
	display:block;
	padding:4px;
	text-decoration:none;
}
.iconsPreview .fa-hover a:hover {
	background-color:#f3f3f3;
}
.iconsPreview .fa-hover i {
	width:20px;
	margin-right:10px;
	color:#333 !important;
}
.iconsPreview .fa-hover a span { 
	color:#666;
}
/** *** **/

.iconFlags a {
	text-decoration:none;
}
.iconFlags .flag-icon {
	padding-top:4px;
	padding-bottom:4px;
	cursor:pointer;
	display:block;
}
.iconFlags .flag-icon img {
	display:inline-block;
	margin-right:6px;
}
.iconFlags .flag-icon:hover {
	background-color:#f3f3f3;
}

.bs-glyphicons a {
	text-decoration:none;
}
.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}
.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}
.bs-glyphicons li {
	float: left;
	width: 25%;
	height: 115px;
	padding: 10px;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #fff;
	background-color: #f9f9f9;
	cursor:pointer;
	padding-top: 20px;
}
.bs-glyphicons li:hover {
	background-color:#f3f3f3;
}
@media (min-width: 769px) {
	.bs-glyphicons li {
		width: 12.5%;
		font-size: 12px;
	}
}
.iconExamples a {
	text-decoration:none;
}
.iconExamples .example {
	text-align: center;
	cursor:pointer;
	padding:6px 3px;
}
.iconExamples .example:hover {
	background-color:#f3f3f3;
}
.iconExamples .example:before, 
.iconExamples .example:after {
	content: " ";
	display: table;
}
.iconExamples .example .icon {
	font-size: 20px;
	float: left;
	width: 35px;
}
.iconExamples .example .class {
	text-align: center;
	float: left;
	margin-top: 0;
	font-weight: 400;
	margin-left: 10px;
	color: #333;
}



/** *** **/
.row.show-grid,
.row.show-grid>div {
	padding:0;
}
.grid-block {
	background-color: #EEE;
	border: 1px solid #FFF;
	display: block;
	line-height: 40px;
	min-height: 40px;
	text-align: center;
}
.grid-color span {
	display:block;
	padding: 10px 0;
	text-align: center;
	background-color:rgba(0,0,0,0.1);
}
.grid-demo [class*="col-"] {
	background: #fafafa;
	border: 1px solid;
	border-color: #ddd;
	padding: 10px;
	text-align: center;
	margin-bottom:20px;
}
.grid-demo .row {
	margin-left:0;
	margin-right:0;
}

/** *** **/
.linecon a {
	text-decoration:none;
}
.linecon .icon {
	width: 12.5%;
	float: left;
	height: 115px;
	text-align: center;
	padding: 22px 10px;
	margin: 0 -1px -1px 0;
	border: 1px solid #fff;
	background-color: #f6f6f6;
	word-wrap: break-word;
	cursor:pointer;
}
.linecon .icon:hover {
	background-color:#f3f3f3;
}
.linecon .icon i {
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
}

/** *** **/
.colors-bg-demo {
	padding:3px;
	margin-top:3px;
}


/** et line icons */


.et-line-icons li>i {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 26px;
	display:block;
	text-align:center;
	color:#000;
	margin-top:25px;
}
.et-line-icons li>span {
	font-size:13px;
}
.et-line-icons li {
	float: left;
	width: 25%;
	height: 115px;
	padding: 10px;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #fff;
	background-color: #f9f9f9;
	cursor:pointer;
}
.et-line-icons li:hover {
	background-color:#f3f3f3;
}
@media (min-width: 769px) {
	.et-line-icons li {
		width: 12.5%;
		font-size: 12px;
	}
}

#topMain {
	padding-top: 0px;
}
.orbis-top {
	width: 100%;
	float:right;
	margin-right: -40px;
}
.orbis-top img {
	max-height: 35px;
	float:right;
	padding-top: 5px;
}

@media (max-width: 350px) {
	.et-line-icons li {
		width: 12.5%;
		font-size: 12px;
	}
}

/* ****************************  PRODUTOS ********************************** */
.familia {
	min-height: 1080px;
	padding:0;
	display: block;
	position: relative;
	border-bottom:rgba(0,0,0,0.1) 1px solid;

	-webkit-transition: all .400s;
	   -moz-transition: all .400s;
		 -o-transition: all .400s;
			transition: all .400s;
	background-attachment: scroll;
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	background-size: cover !important;
	box-sizing: border-box !important;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
@media (max-width: 1200px) {
	.familia {
		min-height: 768px;
	}
}
@media (max-width: 500px) {
	.familia {

}
}
.familia-content {
	/*padding-right: 40%;
	background-color: rgba(255,255,255,0.7);*/
}
.familia h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 72px;
	color: #175C80;
	padding: 0;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.familia h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 72px;
	color: #175C80;
	margin: 0;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.familia .linha80 {
	width: 180px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2FA4CE;
	padding-top: 30px;
}
.familia-content .texto-fam {
	color:#175C80;
	font-weight: 300;
	font-size: 18px;
	text-align:justify;
	text-shadow: 1px 1px 1px #F9F9F9;
	/*background-color: rgba(249,249,249, 0.3);*/
}
.btns-sub-familias a {
	color:#fff;
	display:block;
	height:40px;
}
.btns-sub-familias:hover {
	color:#175C80;
	cursor:pointer;
}
.btns-sub-familias .btn-subfam {
	color:#fff;
	background-color: #175C80;
	border-color:#fff;
	border-width:2px;
	height: 60px;
	text-align:center;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
	line-height: 18px;
	padding-top: 10%;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}
.btns-sub-familias .btn-subfam:hover {
	background-color:rgba(47,164,206,1);
	color:#175C80;
	border: thin solid #175C80;
}
.nome-fams {
	position:absolute;
	display:block;
	left:0; right:0; top:50%;
	margin-top:1%;
	margin-bottom:0;
	width:100%;
	text-align:center;
	z-index:99999;
	line-height:23px;
}
.lista-fam {
	margin-top: 0;
}
/* ****************************  /PRODUTOS ********************************** */

.anima-esq {
  width: 100px;
  height: 100px;
  background-color: red;
  animation-name: example;
  animation-duration: 4s;
  }
/* ****************************  TEXTOS ********************************** */
.textos {
	background-color: #F1F1F1;
}
.textos img {
  mix-blend-mode: multiply;
}
.textos h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 72px;
	color: #175C80;
	margin: 0;
	padding: 0;
}
.textos h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 60px;
	color: #175C80;
	margin: 0;
	padding: 0;
}
.textos h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #175C80;
	margin: 0;
	padding: 0;
	line-height: 18px;
	
}
.textos .linha80 {
	width: 180px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2FA4CE;
	padding-top: 0px;
	margin-top: -30px;
	margin-bottom: 50px;
}
.margem-top-20 {
	padding-top: 30px;
}

/* ****************************  /TEXTOS ********************************** */
/* ****************************  BANNER PRODUTOS ********************************** */

/* ****************************  /BANNER PRODUTOS ********************************** */
.multiply img {
  mix-blend-mode: multiply;
}
.vazia {
	padding-top: 60px;
}


/* *****************************  BLOCOS ******************************************** */

.bloco {
	/*min-height: 450px; */
	padding:0;
	display: block;
	position: relative;
	/*border-bottom:rgba(0,0,0,0.1) 1px solid;*/
	font-family: 'Roboto Condensed', sans-serif;
	color:#175C80;
	font-weight: 300;
	font-size: 20px;
	text-transform:normal;
	font-style: normal;
	font-variant: normal;

	-webkit-transition: all .400s;
	   -moz-transition: all .400s;
		 -o-transition: all .400s;
			transition: all .400s;
			
	background-attachment: scroll;
	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;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.bloco-content {
	/*padding-right: 40%;
	background-color: rgba(255,255,255,0.7);*/
	margin-bottom: 40px;
}
.bloco h1 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#175C80;
	font-weight: 300;
	font-size: 72px;
	margin-top: 50px;
	text-transform:uppercase;
	font-style: normal;
	font-variant: normal;
}
.bloco h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#175C80;
	font-weight: 300;
	font-size: 72px;
	margin-top: 50px;
	text-transform:uppercase;
	font-style: normal;
	font-variant: normal;
}
.bloco h3 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#175C80;
	font-weight: 700;
	font-size: 30px;
	margin-top: -40px;
	text-transform:uppercase;
	font-style: normal;
	font-variant: normal;
}
.bloco h4 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#175C80;
	font-weight: 300;
	font-size: 26px;
	text-transform:uppercase;
	font-style: normal;
	font-variant: normal;
}
.bloco i {
	color:#175C80;
	font-weight: 500;
	font-size: 44px;
	margin-bottom: -40px;
}
.bloco .linha80 {
	width: 180px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2FA4CE;
	padding-top: 40px;
}
.bloco-content .texto-bloco {
	font-family: 'Roboto Condensed', sans-serif;
	color:#175C80;
	font-weight: 300;
	font-size: 18px;
	text-align:justify;
}
.bloco .compromisso {
	margin-top: 45px;
}
.bloco .solucoes {
	margin-top: 45px;
}
.link-bloco:after {
	content: "";
	font-weight: 500;
	text-align:center;
}
.bloco .bloco-content .texto-bloco a {
	width: 60px;
	height: 24px;
	display:inline-block;
	border-radius: 8px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #175C80;
	background-color:#175C80;
	font-weight: 500;
	font-size: 14px;
	color: #FFF;
	text-align:center;
	padding-left:2px;
}
.bloco .bloco-content .texto-bloco a:hover {
	background-color:#2FA4CE;
	border-color: #2FA4CE;
	color:#FFF;
}

/* ***************************** /BLOCOS  ********************************** */

.nopadding {
	margin:0;
	padding:0;
}
.nopadding:hover {
	cursor:pointer;
}

/* ***************************** SOLUÇÃO ******************************* */
.full-height {
  height: 100%;
}
.solucao {
	height: 800px;
	padding:0;
	display: block;
	position: relative;
	-webkit-transition: all .400s;
	   -moz-transition: all .400s;
		 -o-transition: all .400s;
			transition: all .400s;
	background-attachment: scroll;
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
}

.solucao h1 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#175C80;
	font-weight: 300;
	font-size: 82px;
	margin-top: 150px;
	text-transform:uppercase;
}
.solucao .linha80 {
	width: 180px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2FA4CE;
	padding-top: 40px;
}

.solucao-content {
}
.solucao-content .texto-solucao {
	font-family: 'Roboto Condensed', sans-serif;
	color:#175C80;
	font-size: 22px;
	font-weight:300;
	text-align:left;
	padding-right: 60px;
	 text-shadow:rgba(255,255,255,0.5) 1px 1px 1px;

}
.img-subsolucao {
	min-height: 100%;
	min-width: 100%;
	margin:0;
	padding:0;
}

@media only screen and (max-width: 992px) {
	.solucao {
		height: 420px;
	}
	.solucao h1 {
		font-family: 'Roboto Condensed', sans-serif;
		color:#175C80;
		font-weight: 300;
		font-size: 60px;
		margin-top: 50px;
		text-transform:uppercase;
	}
	.solucao .linha80 {
		width: 180px;
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color: #2FA4CE;
		padding-top: 40px;
	}
	
	.solucao-content {
	}
	.solucao-content .texto-solucao {
		font-family: 'Roboto Condensed', sans-serif;
		color:#175C80;
		font-size: 18px;
		font-weight:300;
		text-align:left;
		padding-right: 300px;
		text-shadow:rgba(255,255,255,0.5) 1px 1px 1px;
	}
}


/* ********************************* /SOLUÇÃO ********************************* */

/* ********************************* /SUB SOLUÇÕES ********************************* */
.subsolucoes {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #175C80;
}
.subsolucoes .subsolucao {
	background-color: #175C80;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.subsolucoes .subsolucao .esq  {
	margin:0px;
	padding:0px;
	background-color: #F1F1F1;
}
.subsolucoes .subsolucao .esq img {
	margin:0px;
	padding:0px;
	min-height:100%;
	min-width: 100%
}
.subsolucoes .subsolucao .drt  {
	margin:0px;
	padding:0px;
	background-color: #F1F1F1;
}
.subsolucoes .subsolucao .drt img {
	margin:0px;
	padding:0px;
}
.subsolucoes .subsolucao div  {
	margin:0px;
	padding:0px;
}
.subsolucoes .subsolucao .subsolucao-content {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0px;
	margin:0px;
}
.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto {
	padding: 100px;
}

.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .linha80 {
	width: 180px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2FA4CE;
	padding-top: 30px; /*30px;*/
}
.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 60px; /*72px;*/
	color: #FFF;
	padding: 0;
	margin-top: -40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 28px; /*30px;*/
	line-height: 34px;
	color: #FFF;
	padding: 0;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao {
	margin-top: 10px;
	color: #FFF;
}
.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ul li {
	list-style-type: none;
	font-size: 18px;
}
.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ul li a {
	color: #FFF;
	font-size: 18px;
}
.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ul li a:after {
	content:"+";
	display:inline;
	font-size: 20px;
	padding-left: 10px;
	color: #2FA4CE;
}
.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ul li a:hover {
	color: #2FA4CE;
	font-size: 18px;
}
.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ol>li a:after {
	content:"+";
	display:inline;
	font-size: 20px;
	padding-left: 10px;
	color: #2FA4CE;
	list-style-type: none;
}
.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ol li a:hover {
	color: #2FA4CE;
	font-size: 18px;
}

@media only screen and (max-width: 1292px) {
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto {
		padding: 50px;
	}
	
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .linha80 {
		width: 180px;
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color: #2FA4CE;
		padding-top: 15px; /*30px;*/
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto h1 {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 300;
		font-size: 48px; /*72px;*/
		color: #FFF;
		padding: 0;
		margin-top: -10px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto h2 {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 300;
		font-size: 18px; /*30px;*/
		line-height: 24px;
		color: #FFF;
		padding: 0;
		margin-top: 40px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao {
		margin-top: 10px;
		color: #FFF;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ul li {
		list-style-type: none;
		font-size: 14px;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ul li a {
		color: #FFF;
		font-size: 14px;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ul li a:after {
		content:"+";
		display:inline;
		font-size: 16px;
		padding-left: 10px;
		color: #2FA4CE;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ul li a:hover {
		color: #2FA4CE;
		font-size: 14px;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ol>li a:after {
		content:"+";
		display:inline;
		font-size: 16px;
		padding-left: 10px;
		color: #2FA4CE;
		list-style-type: none;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ol li a:hover {
		color: #2FA4CE;
		font-size: 14px;
	}
}

@media only screen and (max-width: 992px) {
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto {
		padding: 25px;
		margin-left: 15px;
	}
	
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .linha80 {
		width: 180px;
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color: #2FA4CE;
		padding-top: 15px; /*30px;*/
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto h1 {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 300;
		font-size: 36px; /*72px;*/
		color: #FFF;
		padding: 0;
		margin-top: -5px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto h2 {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 300;
		font-size: 14px; /*30px;*/
		line-height: 18px;
		color: #FFF;
		padding: 0;
		margin-top: 20px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao {
		margin-top: 10px;
		color: #FFF;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ul {
		margin-top:0;
		margin-bottom:0;
		margin-left: 15px;
		margin-right:0;
		padding:0;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ul li {
		list-style-type: none;
		font-size: 14px;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ul li a {
		color: #FFF;
		font-size: 14px;
		line-height: 15px;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ul li a:after {
		content:"+";
		display:inline;
		font-size: 14px;
		padding-left: 10px;
		color: #2FA4CE;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ul li a:hover {
		color: #2FA4CE;
		font-size: 14px;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ol>li a:after {
		content:"+";
		display:inline;
		font-size: 16px;
		padding-left: 10px;
		color: #2FA4CE;
		list-style-type: none;
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto .texto-subsolucao ol li a:hover {
		color: #2FA4CE;
		font-size: 14px;
	}
}



/* ********************************* /SUB SOLUÇÕES ********************************* */

.conteudo {
	margin-top: 100px;
	margin-bottom: -30px;
}
.conteudo h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 72px;
	color: #175C80;
	padding: 0;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.conteudo h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 32px;
	color: #175C80;
	margin: 0;
	padding: 0;
}

.conteudo .linha80 {
	width: 180px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2FA4CE;
	padding-top: 30px;
}


/* ********************** LISTA DE PRODUTOS ***************************** */
.produtos {
	margin-top: 120px;
	margin-bottom: 60px;
}
.produtos h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 72px;
	color: #175C80;
	padding: 0;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.produtos .linha80 {
	width: 180px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2FA4CE;
	padding-top: 30px;
}


.lista-produtos  {
	height: 220px;
	margin-bottom: -60px;
}
.lista-produtos:hover  {
	cursor:pointer;
}
.lista-produtos img.img-lista-prod {
	margin-left:0;
	margin-top: 15%;
}
.lista-produtos img {
	/*position:absolute;*/
	bottom: 110px;
}
.lista-produtos:hover img  {
	transform: scale(0.9,0.9);
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.lista-produtos-content  {
}
.lista-produtos-content h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #175C80;
	line-height: 18px;
	height: 50px;
	text-align:center;
}
.lista-produtos-content .ref {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #2FA4CE;
	text-align:center;
}
.outros-produtos {
	height: 200px;
	text-align:left;
}
.outros-produtos:hover  {
	cursor:pointer;
}

.outros-produtos-content {
	text-align:center;
	margin-left:0;
	margin-right:0;
	height: 170px;
}
.outros-produtos-content .img-lista {
	position:absolute;
	background-color: #f1f1f1;
}
.outros-produtos-content .img-lista img{
	height: 145px;
	width:auto;
	mix-blend-mode: multiply;
}
.outros-produtos-content:hover .img-lista img{
	filter: blur(2px);
}

.outros-produtos .outros-produtos-content .referencia {
	color:#2FA4CE;
	text-align:center;
	
}
.outros-produtos-content h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #175C80;
	line-height: 18px;
	height: 50px;
	text-transform:uppercase;
	text-align:center;
}
.outros-produtos-content .ref {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 11px;
	color: #999;
}
/* ********************** /LISTA DE PRODUTOS ***************************** */

.conteudo .navega-fam {
	margin-bottom: 50px;
	font-size: 16px;
}

/* ********************** /PRODUTO ***************************** */
.produto {
	margin-top: 125px;
	background-color: none;
}
.produto .navega{
	margin-bottom: 0px;
	font-size: 16px;
}
.produto .img-prod{
	background-color: #F1F1F1;
	mix-blend-mode: multiply;
}
.produto .img-prod img{
	padding: 90px;
  	mix-blend-mode: multiply;
}
.produto .produto-content {
	background-color: #F1F1F1;
}
.produto .produto-content .fichas-produto{
	min-height: 40px;
}
.produto .produto-content h1 {
	  font-family: 'Roboto Condensed', sans-serif;
	  font-weight: 500;
	  font-size: 22px;
	  color: #175C80;
	  margin-top: 30px;
	  padding: 0;
	  text-transform:capitalize;
  }
.produto .produto-content h1 .ref2{
	  font-family: 'Roboto Condensed', sans-serif;
	  font-weight: 700;
	  font-size: 16px;
	  color: #2FA4CE; 
	  margin: 0;
	  padding: 0;
	  text-transform:capitalize;
  }  
.produto .produto-content h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 32px;
	color: #175C80;
	margin: 0;
	padding: 0;
	text-transform:capitalize;
  }
.produto .produto-content .linha80 {
	width: 180px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2FA4CE;
	padding-top: 15px;
}
.produto .produto-content .texto-produto {
	margin-top: 30px;
}
.produto .produto-content .form-produto input {
	border: thin solid #175C80;	
	border-radius: 5px;
	height: 47px;
	background-color: #FFF;
}
.produto .produto-content .form-produto textarea {
	border: thin solid #175C80;	
	border-radius: 5px;
	height: 86px;
}
.produto .produto-content .form-produto .g-recaptcha {
	margin-left:5px;
	margin-right:0;
	text-align:center;
}
.produto .produto-content .notas h3{
	color: #175C80;
	font-size: 16px;
	margin-bottom: 0px;
}
.produto .produto-content .notas {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #175C80;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.produto .produto-content .notas a{
	color: #2FA4CE;
	font-weight:bold;
}
.produto .produto-content .notas a:hover{
	color: #175C80;
}
.produto .img-prod {
	background-color: #F1F1F1;
}
.produto .img-prod img{
  mix-blend-mode: multiply;
}
.produto .produto-content .produto-marca {
	max-height:  70px;
	margin-top: 20px;
	margin-bottom: 60px;
	background-color: #F1F1F1;
}
.produto .produto-content .produto-marca img {
  	mix-blend-mode: multiply;
	max-height: 40px;
	width:auto;
}
.produto .produto-content .produto-marca h1 {
	text-transform:capitalize;
}

/* ********************** /PRODUTO ***************************** */
/* ********************** MARCAS ***************************** */
.marcas {
	background-color: #F1F1F1;
	margin-bottom: 90px;
	margin-top: 40px;
}
/*
.marcas .grid-table {
  grid-template-columns: repeat(4, auto);
}

.marcas .grid-table > div:nth-child(6n+5),
.marcas .grid-table > div:nth-child(6n+6),
.marcas .grid-table > div:nth-child(6n+7) {
  	background-color: lightgreen;
}
*/
.marcas .marca:hover {
	cursor:pointer;
}
.marcas .marca {
  	mix-blend-mode: multiply;
	background-color: #F1F1F1;
  	width: 100%;
	margin-bottom: -150px;;
}
.marcas .marca img {
  mix-blend-mode: multiply;
  max-width: 50%;
  max-height: 150px;
}
.marcas .marca:hover a img {
  transform: scaleY(1.9);
  transform-origin: 100% 100%;
}
.marcas .marca .marca-desc {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #2FA4CE;
	margin-top: 20px;
	padding-left: 15px;
	text-align:left;	
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;     /* fallback */
   max-height: 96px;      /* fallback */
   -webkit-line-clamp: 6; /* number of lines to show */
   -webkit-box-orient: vertical;
   font-weight: 300;
   	color:#175C80;
}
.marcas .marca .marca-desc p{
   font-weight: 300;
   	color:#175C80;

}
.marcas .marca .marca-links {
	height: 200px;
}
.marcas .marca .marca-links ul li {
	list-style-type: none;
	font-size: 11px;
	margin-left: -10px;
	line-height: 14px;
	padding: 0;
	margin-bottom:0;
	margin-top:0;
}
.marcas .marca .marca-links  ul li a {
	color: #175C80;
	font-size: 11px;
	font-weight: 500;
	line-height: 15px;
}
.marcas .marca .marca-links ul li a:after {
	content:"+";
	display:inline;
	font-size: 14px;
	padding-left: 10px;
	color: #175C80;
}
.marcas .marca .marca-links  ul li a:hover {
	color: #2FA4CE;
	font-size: 14px;
}
.marcas .marca .marca-links  ol>li a:after {
	content:"+";
	display:inline;
	font-size: 13px;
	padding-left: 10px;
	color: #175C80;
	list-style-type: none;
}
.marcas .marca .marca-links  ol li a:hover {
	color: #2FA4CE;
	font-size: 13px;
}

/* ********************** /MARCAS ***************************** */

/*  ********************* SOLUÇOES HOME *********************** 
#portfolio {
	padding-left: 15px;
	padding-right: 25px;
}
#portfolio .solucoes {
	margin-bottom: 75px;
	margin-top: -20px;
}
#portfolio .solucao {
	border-radius: 5px;
	background-color: transparent;
	color: #FFF;
	margin-bottom: -25px;
	height: auto;
	margin-top: 50px;
}
#portfolio .solucao .imagem {
	background-color: none;
	margin:0px;
	padding:0px;
  	position: relative;
  	width: 100%;
}
#portfolio .solucao .imagem img {
	border-radius: 7px;
  	mix-blend-mode: multiply;
	max-width: 100%;
}
#portfolio .solucao .imagem .nome-solucao {
	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	height: 100%;
  	width: 100%;
  	transition: .5s ease;
	z-index: 9999;
	width: 200px;
	line-height: 26px;
}
#portfolio .solucao .imagem .nome-solucao h2 {
	font-family: 'Roboto Condensed', sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	color:#175C80;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 2px;
	margin-bottom: 0;
	letter-spacing: normal;
	line-height: 26px;
}

#portfolio .solucao:hover  {
	cursor:pointer;
}
#portfolio .solucao:hover img {
	filter: blur(2px);
}*/
/*  ********************* /SOLUÇOES HOME *********************** */

/*  ********************* FAMILIAS *********************** 

.bts-familias {
	margin-top: -20px;
	margin-left: -20px;
}
.bts-familias .bt-familia {
	border-radius: 5px;
	background-color: #039;
	color: #FFF;
	margin-bottom: 25px;
	height: auto;
		mix-blend-mode: multiply;

}
.bts-familias .bt-familia .imagem {
	background-color: none;
	margin:0px;
	padding:0px;
  	position: relative;
  	width: 100%;
		mix-blend-mode: multiply;

}
.bts-familias .bt-familia .imagem img {
	border-radius: 15px;
	mix-blend-mode: multiply;
	max-width: 100%;
	border: thin solid #f1f1f1;
}
.bts-familias .bt-familia .imagem .nome-familia {
	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	height: 100%;
  	width: 100%;
  	transition: .5s ease;
	z-index: 9999;
	width: 200px;
	line-height: 26px;
}
.bts-familias .bt-familia .imagem .nome-familia h2 {
	font-family: 'Roboto Condensed', sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	color:#175C80;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 2px;
	margin-bottom: 0;
	letter-spacing: normal;
	line-height: 18px;
  	text-shadow:rgba(255,255,255,.1) 1px 1px 1px;
}

.bts-familias .bt-familia:hover  {
	cursor:pointer;
}
.bts-familias .bt-familia:hover img {
	filter: blur(2px);
}
*/

/*  ********************* /FAMILIAS *********************** */


/*  ********************* SUBFAMILIAS *********************** */

.bts-subfamilias {
	margin-top: -20px;
	margin-left: -20px;
}
.bts-subfamilias .bt-subfamilia {
	border-radius: 15px;
	background-color: #F1F1F1;
	color: #FFF;
	margin-bottom: 25px;
	height: auto;
}
.bts-subfamilias .bt-subfamilia .imagem {
	background-color: none;
	margin:0px;
	padding:0px;
  	position: relative;
  	width: 100%;
}
.bts-subfamilias .bt-subfamilia .imagem img {
	border-radius: 15px;
	mix-blend-mode: multiply;
	max-width: 100%;
	border: thin solid #d2d2d2;
}
.bts-subfamilias .bt-subfamilia .imagem .nome-subfamilia {
	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	height: 100%;
  	width: 100%;
  	transition: .5s ease;
	z-index: 9999;
	width: 200px;
	line-height: 18px;
}
.bts-subfamilias .bt-subfamilia .imagem .nome-subfamilia h2 {
	font-family: 'Roboto Condensed', sans-serif;
	padding-left: 15px;
	padding-right: 50px;
	color:#175C80;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 0;
	margin-bottom: 0;
	letter-spacing: normal;
	line-height: 18px;
  	text-shadow:rgba(255,255,255,.1) 1px 1px 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bts-subfamilias .bt-subfamilia:hover  {
	cursor:pointer;
}
.bts-subfamilias .bt-subfamilia:hover {
  	mix-blend-mode: multiply;
	background-color: rgba(23,92,128,0.95);
}
.bts-subfamilias .bt-subfamilia:hover .imagem .nome-subfamilia h2 {
	color: #2FA4CE;
	font-size: 18px;
  	transition: .5s ease;
}
.bts-subfamilias .bt-subfamilia:hover img {
	/*filter: blur(2px);*/
}


/*  ********************* /SUBFAMILIAS *********************** */


.contacto .form-contacto input {
	border: thin solid #175C80;	
	border-radius: 5px;
	height: 47px;
}
.contacto .form-contacto textarea {
	border: thin solid #175C80;	
	border-radius: 5px;
	height: 86px;
}
.contacto .form-contacto .g-recaptcha {
	margin-left:17%;
	margin-right:17%;
	text-align:center;
}
.contacto .notas {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #175C80;
	padding-left: 15px;
	margin-top: -20px;
	margin-bottom: 20px;
	text-align:center;
}
.contacto .notas h3{
	color: #175C80;
}

section#slider .overlay {
	min-width: 100%;
	min-height: 100%;
	background-color: rgba(23,92,128,0.6);
	margin: 0px;
	padding:0px;
	position:absolute;
	z-index: 999;
}

section#slider .texto-banner {
	z-index: 999;
	background-color: none;
	min-height: 300px;
	position:absolute;
	top: 100px;
}
.banner {
	padding-left: 5%;
	padding-right: 5%;
	text-align:center;
	float:none;
}
.texto-banner .linha {
	width: 250px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2FA4CE;
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right:auto;
	margin-left:auto;
}

.stretched-text {
  letter-spacing: -1px;
  display: block;
  font-size: 72px;
  transform: scaleY(1.9);
  transform-origin: 100% 100%;
  margin-top: 300px;
  font-weight: bold;
  -webkit-text-stroke: 0px white;
  color: #FFF;
  width: 100%;
  background-color:transparent;
  
}
.stretched-text2 {
	letter-spacing:-2px;;
	display: block;
	font-size: 44px;
	transform: scaleY(1.9);
	transform: scaleX(1.0);
	transform-origin: 100% 100%;
	font-weight: 400;
	color:#FFF;
	text-transform:lowercase;
 	background-color:transparent;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	z-index: 9999999;
}
.stretched-text2 i{
	font-size: 36px;
	font-weight: 300;
	color: #2FA4CE;;
}
.stretched-text2 i:hover{
	font-size: 36px;
	font-weight: 300;
	color: #FFF;;
}
.blank100 {
	height: 60px;
}


/************************** MARCAS *-****************************** */
#marcas {
	margin-top: 30px;
}
#marcas .marcas-familia h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 40px;
	color: #175C80;
	padding: 0;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-variant: normal;
	text-transform: normal;
}
#marcas .marcas-familia .linha80 {
	width: 180px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2FA4CE;
	padding-top: 15px;
	margin-bottom: 50px;
}
.logo-marca {
	width: 100px;
	float:left;
	display:block;
	margin-top: -15px;
}
.logo-marca img {
	max-width: 100px;
	height:auto;
}
#marcas  .quadrado {
	width: 36px;
	height: 36px;
	background-color: #2FA4CE;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 11px;
	float:left;
	border-radius: 5px;
}
/* **************************  /MARCAS  **************************** */

/* **************************  BOTÕES FAMILIAS E SOLUÇÕES   **************************** */
#FamSol {
	padding-left: 15px;
	padding-right: 25px;
	margin-bottom: 50px;
	margin-top: -60px;
}
#FamSol .botoes {
	margin-bottom: 25px;
	margin-top: -20px;
}
#FamSol .botao {
	border-radius: 5px;
	background-color: transparent;
	color: #FFF;
	margin-bottom: -25px;
	height: auto;
	margin-top: 50px;
}
#FamSol .botao .imagem {
	mix-blend-mode:multiply; 
	border:thin solid #d2d2d2; 
	border-radius: 7px; 
	background: rgb(216,216,216);
}
#FamSol .botao .imagem:hover {
  	mix-blend-mode: multiply;
	background-color: rgba(23,92,128,0.95);
}
#FamSol .botao .imagem img {
	border-radius: 7px;
  	mix-blend-mode: multiply;
	max-width: 100%;
}
#FamSol .botao .imagem .nome-botao {
	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	height: 100%;
  	width: 100%;
  	transition: .5s ease;
	z-index: 9999;
	width: 250px;
	line-height: 26px;
	margin-top: 50px;
	margin-left: 10px;
}
#FamSol .botao .imagem .nome-botao h2 {
	font-family: 'Roboto Condensed', sans-serif;
	padding-left: 20px;
	padding-right: 0px;
	color:#175C80;
	text-transform: uppercase;
	padding-top: 2px;
	margin-bottom: 0;
	letter-spacing: normal;
	line-height: 26px;
	padding-top: 30px; 
	font-size: 20px; 
	font-weight: 600; 
	width: 80%; 
	white-space: normal; 
	display: table-cell;
  	transition: .5s ease;
}
#FamSol .botao .imagem .nome-botao h3 {
	display:none;
}
#FamSol .botao:hover .imagem .nome-botao h3 {
	padding-left: 22px;
	font-size: 14px;
	color: #FFF;
	display:block;
	font-weight: 300;
}

#FamSol .botao:hover .imagem .nome-botao h2 {
	color: #2FA4CE;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: -1px;
	font-weight:600;
}

#FamSol .botao:hover  {
	cursor:pointer;
}
#FamSol .botao:hover img {
	filter: blur(2px);
}

/* **************************  /BOTÕES FAMILIAS E SOLUÇÕES  **************************** */

.mapa {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
.formaweb .forma {
	color: #6C6;
}
.formaweb .web {
	color:#FFF;
	text-transform:capitalize;
}
.formaweb .forma:hover {
	color: #FFF;
}
.formaweb .web:hover {
	color:#6C6;
	text-transform:capitalize;
}
.livro {
	margin-top: -10px;
}
/*
hr {
	margin-top: 50px;
	margin-bottom: 100px;
}
*/
.btn-primary {
	background-color:#333;
	border:0;
}
.informacao {
	width: 100%;
	background-color: transparent;
	color: #FFF;
	position:absolute;
	top: 0px;
	height: 60px;
	padding-left: 500px;
}

@media only screen and (max-width: 1200px) {
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto h1 {
		font-size: 36px; /*30px;*/
	}
	.subsolucoes .subsolucao .subsolucao-content .subsolucao-texto h2 {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 300;
		font-size: 18px; /*30px;*/
		line-height: 22px;
		color: #FFF;
		padding: 0;
		margin-top: 25px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
	}
	
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
	/*
	#slider {
		max-height: 100%;
	}
	#slider .fullheight {
		max-height: 100%;
	}
	#slider.overlay {
		height: 100%;
	}
	*/
}

@media only screen and (max-width: 992px) {
	/*
	#slider {
		max-height: 450px;
	}
	#slider .fullheight {
		max-height: 450px;
	}
	*/
		#header li.search {
		display:inline-block;
		margin-top: 17px;
	}

	#slider.overlay {
		height: 100%;
	}
	
	section#slider .texto-banner {
		z-index: 999;
		background-color: none;
		min-height: 300px;
		position:absolute;
		top: 100px;
	}
	#slider .banner {
		margin-top: -50px;
	}
	#slider .banner .stretched-text h1 {
		letter-spacing: -2px;
		display: block;
		font-size: 72px;
		transform: scaleY(0.5);
		transform-origin: 100% 100%;
		font-weight: 700;
		-webkit-text-stroke: 0px white;
		color: #FFF;
		width: 100%;
		background-color:transparent;
		font-family: 'Roboto Condensed', sans-serif;
	}
	.stretched-text2 h2 {
		letter-spacing:-2px;;
		display: block;
		font-size: 16px;
		transform: scaleY(1.9);
		transform: scaleX(1.0);
		transform-origin: 100% 100%;
		font-weight: 400;
		color:#FFF;
		text-transform:lowercase;
		background-color:transparent;
		margin-top: 0px;
		margin-left:auto;
		margin-right:auto;
		z-index: 9999999;
		font-family: 'Roboto Condensed', sans-serif;
	}
	.stretched-text2 i{
		font-size: 32px;
		font-weight: 300;
		color: #2FA4CE;;
	}
	.stretched-text2 i:hover{
		font-size: 32px;
		font-weight: 300;
		color: #FFF;;
	}
	#topNav nav.nav-main {
		background-color:#175C80;
	}
}
@media only screen and (max-width: 376px) {
	/*
	#slider {
		max-height: 185px;
	}
	#slider .fullheight {
		250px;
	}
	*/
	#slider .slider-video .overlay {
		min-height: 100%;
	}
	
	#slider .banner .stretched-text {
		margin-top: 200px;
		padding:0;
	}
	#slider .banner .stretched-text h1 {
		letter-spacing: -2px;
		display: block;
		font-size: 36px;
		transform: scaleY(0.5);
		transform-origin: 100% 100%;
		font-weight: 700;
		-webkit-text-stroke: 0px white;
		color: #FFF;
		width: 100%;
		background-color:transparent;
		font-family: 'Roboto Condensed', sans-serif;
	}
	.stretched-text2 h2 {
		letter-spacing:-2px;;
		display: block;
		font-size: 16px;
		transform: scaleY(1.9);
		transform: scaleX(1.0);
		transform-origin: 100% 100%;
		font-weight: 400;
		color:#FFF;
		text-transform:lowercase;
		background-color:transparent;
		margin-top: 0px;
		margin-left:auto;
		margin-right:auto;
		z-index: 9999999;
		font-family: 'Roboto Condensed', sans-serif;
	}
	.stretched-text2 i{
		font-size: 28px;
		font-weight: 300;
		color: #2FA4CE;;
	}
	.stretched-text2 i:hover{
		font-size: 28px;
		font-weight: 300;
		color: #FFF;;
	}
	.bloco h1 {
		font-size: 52px;
	}
	.bloco h2 {
		font-size: 52px;
	}
	.bloco h3 {
		font-family: 'Roboto Condensed', sans-serif;
		color:#175C80;
		font-weight: 700;
		font-size: 30px;
		margin-top: -40px;
		text-transform:uppercase;
		font-style: normal;
		font-variant: normal;
	}
	.bloco h4 {
		font-family: 'Roboto Condensed', sans-serif;
		color:#175C80;
		font-weight: 300;
		font-size: 26px;
		text-transform:uppercase;
		font-style: normal;
		font-variant: normal;
	}
  	.bloco h2.countTo {
	 font-size: 36px;
	}
  	.bloco h3 {
	 font-size: 16px;
	}
	.hidden-xs {
		display:none;
	}
	.solucao {
		margin-top: -60px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		width: 100%;
	}
	
	.solucao h1 {
		font-family: 'Roboto Condensed', sans-serif;
		color:#175C80;
		font-weight: 300;
		font-size: 42px;
		margin-top: 50px;
		text-transform:uppercase;
	}
	.solucao-content {
		background-color: rgba(255,255,255,0.5);
		margin: 10px;
		border-radius: 10px;
	}
	.solucao-content .texto-solucao {
		font-family: 'Roboto Condensed', sans-serif;
		color:#175C80;
		font-size: 13px;
		font-weight:300;
		text-align:left;
		padding-right: 0px;
		text-shadow:rgba(255,255,255,0.5) 1px 1px 1px;
	}
	#topNav nav.nav-main {
		background-color:#175C80;
	}
	.familia {
		margin-top: -60px;
	}
	.familia h1 {
		margin-top: 80px;
		margin-left: 0px;
	}
	/* PRODUTOS */
	.produtos {
		margin-top: 20px;
	}
	.produtos h1 {
		font-size: 52px;
		font-weight: 900;
	  	-webkit-text-stroke: 1px #175C80;
	}
	#marcas .marcas-familia h2 {
		font-size: 26px;
		font-weight: 400;
		padding-top: 18px;
		letter-spacing: -1px;
	}
	#marcas  .quadrado {
		width: 18px;
		height: 23px;
		background-color: #2FA4CE;
		margin-left: 15px;
		margin-right: 5px;
		margin-top: 25px;
		float:left;
		border-radius: 5px;
	}
	/* /PRODUTOS */
}
/*
@media only screen and (max-height: 800px), and (max-width: 1280px) {
	#slider {
		min-height: 100%;
	}
	#slider .fullheight {
		650px;
	}
	#slider.overlay {
		height: 650px;
	}
}
*/

div.ultima div {
	margin-bottom: -80px;
	padding-bottom: 0px;
}
@media only screen and (max-width: 376px) {
	div.ultima div {
		margin-bottom: -50px;
		padding-bottom: 0px;
	}
}
.lista-produtos-content h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #175C80;
	line-height: 18px;
	height: 50px;
	text-align:center;
}

.logo-marca-lista {
	  mix-blend-mode: multiply;
}