body {	color: #000000;	font:300 15px/15px Roboto,Arial,Helvetica;
	-webkit-font-smoothing:antialiased;}

a{color:#00a9c6; text-decoration:none;}
a:hover{color:#666;}
.btn,a,.btn:hover,a:hover {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none !important;
}

body{
	font-family: "Open Sans";
	font-size: 24px;
	font-style: normal;
}

h1,h2,h3,h4{margin: 0;line-height: 1em;}
h1{font:700 5em Roboto,Arial,Helvetica;margin:0.25em 0;text-transform: uppercase;}
h2{font:300 2.5em Roboto,Arial,Helvetica;margin-bottom: 1.5em;}
h3{font:300 2em Roboto,Arial,Helvetica;margin:2em 0 1em 0;}
h4{font:300 1.5em Roboto,Arial,Helvetica;margin-bottom: 1em;}
h4 i{margin-right: 0.5em;}

p{font-size:1em;line-height: 1.7em; margin-bottom: 1.7em;}

.spacer{padding: 6em 0;}

.btn{border:none;border-radius: 0;padding: 1em 4em;background: rgba(0,0,0,0.5);text-transform: uppercase;}
.btn:hover,.btn:active{color: #fff;}
.btn-default{color: #ccc;border: 1px solid #aaa;}
.btn-default:hover,.btn-default:active{background: rgba(0,0,0,0.8);}
.btn-primary{color: #fff;background:#e89f10;width: 100%;outline: none;}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{background:#f3c024;box-shadow: none;}


.navbar-nav > li > a{font-size: 1em;line-height: 3.6em;}
.navbar-fixed-top{top: 5px;}
.navbar-inverse{background: #111;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{background: none;color: #E89F10;}

#head,.carousel{margin-top: 0;}
.carousel {

	background-color: rgba(40, 40, 40, 0.6);
	height: 100%;


}
/*#home{padding-top: 6em;}*/

/*about*/
.about.spacer{padding-left: 4em; padding-right: 4em;padding-bottom: 0;}

.services ul li{width: 10em;height: 10em;border: 1px solid #ccc;padding: 0;border-radius: 50%;margin: 0 1.25em;line-height: 13.5em;color: #999;}
.services ul li span{line-height: 2em;display: inline-block;font-weight: 300;}
.services ul li span i{font-size: 3em;}
.services ul li span b{display: block;font-size: 1em;font-weight: 300;}


/*testimonials*/
.partners img{float: left;margin:0 75px 30px 0;}
.testimonails{min-height: 195px;}
.testimonails img{margin-top: 5px;}
.testimonails span{color: #888;}
.testimonails span b{font-weight: 400;}
.carousel-indicators li{border: 1px solid #f3c024;}
.carousel-indicators{bottom: 0;}


/*team*/
.team figure{width: 100%;}
.team img{width: 100%;}
.team b{font-size: 1.2em;display: block;}
.team a i.fa{color: #fff; font-size: 2em;}
.team a i.fa:hover{color: #E89F10;}
.team p{
	text-transform:none;
	font-size: 100%;
}

.highlight-info2{ background:url(../images/3.jpg) center fixed; background-size: cover; color:#fff; height: auto;}
.highlight-info .overlay{background: rgba(255,255,255,0.4);}
.highlight-info2 .overlay{background: rgba(0,01,0,0.8);}
.highlight-info h4, .highlight-info2 h4{color: #fff;margin:0.5em 0 0 0;}
/*about us*/

/*Services*/

/*--------------------
-------- contact -------
#contact{background:url(../images/lab.jpg) center fixed; background-size: cover; color:#fff;}*/

.contact-left {
	background-color: rgba(104, 102, 96, 0.5);
	display: inline;
	float: left;
	padding: 30px 40px 10px;
	width: 100%;
	height: 450px;
}
.contact-left h2 {
	color: #fafafa;
	font-size: 25px;
	margin-bottom: 35px;
}
.single-address {
	display: inline;
	float: left;
	margin-bottom: 15px;
	padding-right: 50px;
	width: 100%;
}
.single-address h4 {
	color: #fafafa;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}
.single-address p {
	color: #fafafa;
	font-size: 14px;
	margin-bottom: 5px;
}
.contact-right{
	background-color: rgba(104, 102, 96, 0.5);
	display: inline;
	float: left;
	padding: 30px 40px;
	width: 100%;
}
.contact-right h2 {
	color: #fafafa;
	font-size: 35px;
	margin-bottom: 48px;
}

.contact-right h4 {
	margin: 0 0 25px;
}
.validateform .form-group input, .validateform .form-group textarea {
	width:100%;
	background: transparent;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	box-shadow: none;
	transition: border-color 0.3s ease-in-out;
	-webkit-transition: border-color 0.3s ease-in-out;
	border-radius: 0;
	margin: 0 0 3px;
	padding: 10px 8px;

}
/*
.validateform .form-group textarea{
	color: darkslategrey;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	height: 100px;
}*/

.validateform .form-control:focus {
	outline: 0;
	box-shadow: none;
	border-color:#ccc;
}
.validateform .form-control::-webkit-input-placeholder {
	color: lightgrey;
	font-size: 14px;
}

.validateform .form-control:-moz-placeholder {
	color: #e2e2e2;
	font-size: 14px;
}

.validateform .form-control::-moz-placeholder {
	color: #e2e2e2;
	font-size: 14px;
}

.validateform .form-control:-ms-input-placeholder {
	color: #e2e2e2;
	font-size: 14px;
}
.validateform button {
	float: right;
	margin-right: 0;
	border-radius: 0px;
	margin-top: 8px;
	padding: 2px 30px;
}
.validateform.button-default::after,
.validateform .button-default > span {
	padding: 12px 40px;
}

.button-default {
	display:inline-block;
	cursor:pointer;
	margin: 0 7px 10px 0;
	padding:13px 30px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	box-shadow: 0;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	line-height:20px;
	font-size:13px;
	color:#fff;
	background-color: rgba(255, 255, 255, 0.2); ;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.button-default:hover {
	background: #fff; color:#333;
	border-color:#ccc;
	font-weight: 700;
}

.validation{
	color: #ffcc33;
	font-size:2em;
	text-align:left;
}
/**/
form#contact-form .validation {
	font-size:13px;
}

#sendmessage {
	background:rgba(255,255,255,0.7);
	display:none;
	font-size: 17px;
	text-align:center;
	color: black;
	padding:15px 12px 15px 65px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;
}

#sendmessage.show,.show  {
	display:block;
}



.g-recaptcha {
	height: 40px;
	margin-top: 15px;
	max-width: 100%;
}

/* map*/



/* -------------------------
contact ends ------------- */

/* social media*/
.social{color: #fff; font-size: 1.5em; }
.social a{color:rgba(255,255,255,0.8);margin: 0 1em; }
.social a:hover {
	color: white;
}
.social.spacer{padding:0;
margin-top: -5%;}

.droits {
	border-top: 1px solid #ffffff;
	padding-top: 10px;
}

.footer_elem{padding: 1em 0;}

.footer{background-color: darkslategrey; color: rgba(253,241,184,0.5); font-size: 14px; padding: 30px; }
.footer a{color: #aaa; padding: 0; }

.gototop{position: fixed;bottom: 20px; right: 20px;background: rgba(0,0,0,0.5);padding: 10px;color: #fff;}
.gototop i{line-height: 0.5em;}

/*
@media (max-width: 1200px) {
	body{font:300 13px/13px Roboto,Arial,Helvetica;}
	.navbar-brand{padding-top: 11px;}
	.services ul li{margin:0 0.5em; }
	
	.grid figure h2{font: 700 1.5em Roboto,Arial,Helvetica;}
	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}

	.partners img{margin: 0 25px 25px 0;}
}

@media (max-width: 900px) {
	h1{font: 700 3.5em Roboto,Arial,Helvetica;}
	h4 {font: 300 1.3em Roboto,Arial,Helvetica;}
	.btn{padding: 1em 2em;}
	.partners img{margin: 0 15px 25px 0;width: 157px;}
	.services ul li{width: 9em;height: 9em;}
	figure.effect-chico figcaption {padding: 2em;}	
	figure.effect-oscar figcaption {padding: 20%;}
	figure.effect-chico figcaption::before{top: 10px;right: 10px;bottom: 10px;left: 10px;}
	.grid figure.effect-chico p{font-size: 0.6em;line-height: 1.5em;}	
}


@media (max-width: 767px) {
	body{font:300 12px/12px Roboto,Arial,Helvetica;}
	.navbar-nav > li > a {
		line-height: 1em;
	}
	.navbar-brand{
		padding: 7px;
	}
	.navbar-brand img{
		height: 25px;
	}
	.navbar-toggle{
		margin-top: 12px;
	}

	h2.text-center{
		text-align: center;
		font-size: 1.7em;
	}
	h4 {
		font: 300 1.2em Roboto,Arial,Helvetica;
	}
	#partners h2{
		padding: 0 1em;
	}
	#home {
		padding-top: 3em;
	}

	.partners{
		display: block;float: left;
	}
	.partners img{
		width: 120px;
	}

	.about.spacer{padding-left: 2em;padding-right: 2em;
	}
	.spacer{
		padding:2em 0 0 0;}
	.services ul li{
		margin-bottom: 1em;
	}

	.highlight-info .overlay, .highlight-info2 .overlay{
		padding-bottom: 2em;
	}

	.grid.team div{
		margin: 0;
		padding: 0;
	}
	figure.effect-chico figcaption {
		padding: 1.5em;
	}
	.footer{
		margin-top: 2em;
		padding-bottom: 2em;
	}

	.navbar-custom{
		background-color: black;
	}
}*/

/* My CSS
==============================================*/
#home {
	background: transparent no-repeat fixed;
	background-size: cov	er;
	height: 103.5%;}

.header-overlay{
	background-color: rgba(0, 0, 0, 0.6);
}

.carousel {
	background-color: transparent;
}


.carousel-content p {
	font-size: 1.35em;
	line-height: 1.5em;
	margin-bottom: 20px;

}
.header-content {
	float: left;
	width: 100%;
	height: 100%;
	/*padding: 140px;*/
	text-align: center;
}
.header-content h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
}
.header-content h2 span {
	font-weight: normal;
	line-height: 16px;
}
.header-btn-area{
	margin-top: 0;
	float: left;
	display: inline;
	width: 100%;
	text-align: center;
}
.header-btn-area a{
	margin: 0;
}
.flex_caption1{
	position: relative;
}

/*nav bar
.navbar-collaps {
	margin-top: 20px;


}*/

.nav {
	padding-left: 29%;}


.navbar-header{
	/*margin: 40px 0;*/
	display: table;
	width: 100%;
	/*padding-left: 40%;*/

}

.navbar-brand img {
	width: 150%;
	/*margin-bottom: 15px;*/
	margin:auto;
}


/*
.navbar-brand {
	padding: 0;
}
.navbar-collapse{
	margin: auto 0;

}

.navbar-right {
	float: left;
	width: 100%;
}

.navbar-nav {

	margin: 0 0 0 -75%;
}*/
.navbar-brand img{
	width: 30%;
	/*margin-bottom:0;*/
}

.intro2{
	text-inden:0;
	margin-top: 100px;
}

.intro2 h1 {font-family:Great Vibes;font-size:50px;font-weight:400 ;line-height:1.1;}
.intro2 h1 span.big {

	margin-bottom: 0px;
	padding: 36px 0 10px ;
	display: inline-block;
	text-transform: none;
	font-size:120px;
}
.intro2 h1 span.small {
	font-size:90px; font-family:Oswald; font-weight:700;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: rgba(253,241,184,0.7);
}
.intro2 h1 span.smaller {
	font-size:20px;
	font-family:Oswald;
	display:block;
	margin-top:30px;
	font-weight:300;
}

/* ========== Slider =========*/
.carousel-caption {
	padding-bottom: 0;
	bottom: 0;
}

.item {
	height: auto;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
.slider-inner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	margin-top: 5%;
}

.carousel-content {
	margin: 10% auto;
	text-align: center;
	width: 50%;
}


.carousel-inner.btn-primary {
	margin-top: 8px;
	padding: 5px 30px;
	border: 1px solid #ffffff !important;
	color: #ffffff !important;
	background-color: transparent;
	border-radius: 2px;
}
.carousel-inner h2 {
	margin-top: 150px;
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
}
.carousel-inner h2 > span {
	color: #45aed6;
}
.carousel-inner .btn {
	margin-top: 10px;
}
.carousel-inner .owl-prev,
.carousel-inner .owl-next {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 30px;
	display: inline-block;
	margin-top: -35px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100px;
	z-index: 5;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}
.carousel-inner .owl-prev:hover,
.carousel-inner .owl-next:hover {
	background-color: #45aed6;
}
.carousel-inner .owl-prev {
	left: -35px;
	text-indent: 14px;
}
.carousel-inner .owl-next {
	right: -35px;
	text-indent: -14px;
}



/*======================*

@media screen and (max-width:900px) {

	 .intro2 {
		color:#fff;
		text-align:center;
		position:relative;
		display:block;
		vertical-align:middle;
		margin-top:0px;
		margin-bottom:70px;
		left:auto;
		right:auto;
	}
	.intro2 a {
		color:#fff;
	}
}/

/* ============= Services ============ */
.fancy {
	line-height: 0.5;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}
.fancy span {
	display: inline-block;
	position: relative;
}
.fancy span:before,
.fancy span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid #f1f1f1;
	top: 15px;
	width: 400px;
}
.fancy span:before {
	right: 100%;
	margin-right: 10px;
}
.fancy span:after {
	left: 100%;
	margin-left: 10px;
}
/* service lists */
.service { margin-bottom: 20px }
.service .media-right i.fa {
	text-align: center;
	font-size: 30px;
	background-color: #FFCC33;
	color: #ffffff;
	padding: 25px 0;
	border-radius: 50px;
	border-top-left-radius: 0;
	margin: 0 10px;
	margin-right: 20px;
	width: 82px;
	height: 80px;
	transition: background-color 0.5s;
}
.service .media-left i.fa {
	text-align: center;
	font-size: 30px;
	background-color: #FFCC33;
	color: #ffffff;
	padding: 25px 0;
	border-radius: 50px;
	border-top-right-radius: 0;
	margin: 0 10px;
	margin-left: 20px;
	width: 82px;
	height: 80px;
	transition: background-color 0.5s;
}
.process:hover i.fa,
.service:hover i.fa { background-color: #333333 }
h4.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;
	line-height: 20px;
}

.nostyle{
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

.nostyle i {
	color: darkslategrey;
}
.nav-pills a {
	background-color: #f3f3f3;
}
.nav-pills a:active {
	background-color: red;
}


/* ============= Services 3 ============ */


/* Accordion */
.accordion-heading {
	color: #393838;
	background: #e9edeb;
}

.accordion-toggle, .accordion-heading {
	padding: 20px !important;
}

.accordion-heading a {
	color: #393838;
}

.accordion-inner {
	color: #393838;
	background: #f9f9f9;
	border: 0px;
	padding: 30px 20px !important;
}

/* tabs */

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	background-color: #778899;
	border-color: #e9edeb #e9edeb transparent;
	border-style: solid;
	color: #3b3b3b;
}

.nav-tabs li a {
	border-radius: 0px;
	border: 0px;
	color: #3b3b3b;
	background: #e9edeb;
	padding: 20px;
}
.tab-content h4 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	line-height: 30px;
	margin: 35px 0 35px 0;
}

.tab-content p{
	font-size: 1.2em;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}





/* Responsive
@media screen and (max-width:767px) {
	.intro2 h1 {
		font-size:60px;
		line-height:1.2;
		margin: 0;
	}
	.intro2 h1 span.small {
		font-size:45px;
		line-height:1.3;

	}
	.intro2 h1 span.smaller {
		font-size:17px;
		line-height:1.3;
		margin: 0;
	}

	.intro2 h1 span.big {
		font-size:100%;
	}

}

@media screen and (min-width:768px) {
	.carousel-caption {
		margin-bottom: 10%;
		padding-bottom: 0;
		bottom: -100px;
	}

	.intro2 h1 {
		font-size:60px;
		line-height:1.2;
		margin: 0;
	}
	.intro2 h1 span.small {
		font-size:45px;
		line-height:1.3;
	}
	.intro2 h1 span.smaller,.logoarea .intro2 h1 span.smaller {
		font-size:17px;
		line-height:1.3;
	}

	.hover-text img {
		margin: 0;
	}
}

@media screen and (min-width:2000px) {
	.carousel-caption {
		margin-bottom: 20%;
		padding-bottom: 0;
		bottom: -20%;
	}


}

@media screen and (max-width: 430px){

	.intro2{
		margin-bottom: 45px;
	}
	.intro2 h1 {
		font-size:100%;
		line-height:1.2;
	}
	.intro2 h1 span.small {
		font-size:100%;
		line-height:1.3;
	}
	.intro2 h1 span.smaller, .intro2 h1 span.smaller {
		font-size:100%;
		line-height:1.3;
	}

	.intro2 h1 span.big {
		font-size: 20px;
	}
	.carousel-caption {
		padding-bottom: 0;
		bottom:0;
	}
	.intro2 h1 span.smaller {
		font-size: 10px;
		line-height: 1.3;
		margin-top: 10px;
	}
	.hover-text img {
		margin: 0;
	}

	.carousel-caption {
		padding-bottom: 0;
		bottom: 0;
	}

}
*/

/*--------------------*/
/* team accordion */ /* ================ ETHANOL ==============================
/*--------------------*/

button.accordion {
	background-color: rgba(20,29,43,.2)/* #eee*/;
	color: #444;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	float: left;
}

button.accordion.active, button.accordion:hover {
	background-color: rgba(20,29,43,.3);
}


button.accordion:after {
	font-family: 'FontAwesome';
	content: "\f077";
	/*content: '\02795';*/
	font-size: 15px;
	color: #777;
	float:right;
	margin-left: 5px;
}

button.accordion.active:after {
	content: "\f078";
}

div.panel {
	padding: 16px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: 0.6s ease-in-out;
	opacity: 0;
	font-size: 14px;
	text-align: justify;
}

div.panel.show {
	opacity: 1;
	max-height: 500px;
	font-size: 14px;
	text-align: justify;
}

/*--------------------*/
/* PORTFOLIO */ /* ================ ETHANOL ==============================
/*--------------------*/

/* Portfolio / Works Sections*/
#tf-team { padding: 60px 0 }
#team .item {
	padding: 30px 0px;
	margin: 5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.item .hover-bg {
	position: relative;
	overflow: hidden;
}
.hover-bg .hover-text {
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	height: 25%;
	padding: 20px;
	color: #ffffff;
	transition: all 0.8s;
	-webkit-transition: all 08s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.hover-bg .hover-text.on { opacity: 1 }
.hover-bg .hover-text.off {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transform: translateX(100%) translateY(-90%);
	transform: translateX(100%) translateY(-90%);
	opacity: 1;
	background: rgba(0, 0, 0, 0.70);
}
.hover-bg:hover .hover-text.off {
	-webkit-transform: translateX(0%) translateY(-90%);
	transform: translateX(0%)  translateY(-90%);
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span {
	width: 15px;
	height: 15px;
	margin: 5px;
	background: #bababa;
}
/* Why Us or Features Section */
#tf-features,
#feature { padding: 60px 0 }
.features-content { padding: 0 30px 0 }
.features-content h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #333333;
}

.nav.nav-pills > li > a {
	position: relative;
	display: block;
	background-color: #f3f3f3;
	padding: 14px;
	border-bottom: 1px solid #cccccc;
	text-transform: uppercase;
	margin-bottom: 10%;
	color: #6f6f6f;
}
.nav.nav-pills > li > a small {
	text-transform: lowercase;
	font-style: italic;
}
.nav.nav-pills > li > a:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: darkslategrey;
	padding: 14px;
	border-bottom: 1px solid #778899;
}
.nav-pills > li > a { border-radius: 4px }
ul.features li span.fa {
	font-size: 35px;
	vertical-align: middle;
	margin-right: 20px;
	float: left;
	clear: both;
	margin-top: 5px;
}

/*Portfolio or works blocks */
#tf-works {
	/*padding: 60px 0;*/
	 height: auto;
}



#itemsWork{
	margin: 15px;/* */
}


ul.cat { margin: 30px 0 }
ul.cat li a {
	background: inherit;
	border: 1px solid;
	padding: 5px 10px;
	border-radius: 3px;
}
ul.cat li a:hover,
ul.cat li a:focus,
ul.cat li a.active {
	background: #f1f1f1;
	border: 1px solid;
	padding: 5px 10px;
	border-radius: 3px;
	color: inherit;
}
.nopadding {
	padding: 0
}
.box a {
	margin: 2px;
	color:#ffffff;
}
.box .hover-bg {
	position: relative;
	overflow: hidden;
}
.box .hover-bg .hover-text {
	height: 100%;
	bottom: 0;
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
	background: transparent;
	color:#ffffff;
}
.box:hover .hover-bg .hover-text {
	background-color: rgba(1, 1, 1, 0.5)
}
.box .hover-bg:hover .hover-text.off {
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%)  translateY(0%);
	opacity: 1;
}
.box .hover-text i.fa {
	font-size: 20px;
	background: transparent/*#141D2B#e5b112*/;
	padding: 13px;
	position: relative;
	top: 40%;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	transition: all 0.5s;
	border: solid #ffffff 1px;
}
.box .hover-text i.fa:hover {
	background: rgba(20,29,43,.4)/*#333333*/;
	color:#ffffff;
}
.box .hover-text i.fa.fa-expand {
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-transform: translateX(-400%) translateY(0%);
	transform: translateX(-400%)  translateY(0%);
	opacity: 0;
	transition: all 0.5s;
	color:#ffffff;
}
.box:hover .hover-text i.fa.fa-expand {
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%)  translateY(0%);
	opacity: 1;
	color:#ffffff;
}

/* zoom gallerie*/
.box .hover-text i.fa.fa-search-plus {
	border-top-right-radius: 0;
	-webkit-transform: translateX(-400%) translateY(0%);
	transform: translateX(-400%)  translateY(0%);
	opacity: 0;
	transition: all 0.5s;
	color:#ffffff;
}
.box:hover .hover-text i.fa.fa-search-plus {
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%)  translateY(0%);
	opacity: 1;
	color:#ffffff;
}

.box .hover-text i.fa.fa-chain {
	border-top-left-radius: 0;
	-webkit-transform: translateX(400%) translateY(0%);
	transform: translateX(400%)  translateY(0%);
	opacity: 0;
	transition: all 0.5s;
}
.box:hover .hover-text i.fa.fa-chain {
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%)  translateY(0%);
	opacity: 1;
}
/* Style 2 - Not Fullwidth */
#itemsWorkThree .box,
#itemsWorkTwo .box { margin-bottom: 30px }
#itemsWorkTwo .hover-bg .hover-text { padding: 30% 0 }
#itemsWorkTwo .box:hover .hover-bg .hover-text {
	background-color: rgba(255, 223, 125, 0.70);
	border: 10px solid rgba(185, 156, 72, 0.80);
}
#itemsWorkTwo .box .hover-bg .hover-text h5 small {
	text-transform: capitalize;
	color: #000000;
}
#itemsWorkTwo .box .hover-bg .hover-text h5 {
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	-webkit-transform: translateX(0%) translateY(400%);
	transform: translateX(0%)  translateY(400%);
	opacity: 0;
	transition: all 0.5s;
}
#itemsWorkTwo .box:hover .hover-bg .hover-text.off h5 {
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%)  translateY(0%);
	opacity: 1;
}
#itemsWorkTwo .box .hover-text i.fa {
	font-size: 20px;
	background: transparent;
	padding: 13px;
	position: relative;
	top: 40%;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	transition: all 0.5s;
	border: 1px solid #ffffff;
}
#itemsWorkTwo .box .hover-text i.fa:hover { background: #333333 }
/* Portfolio Style #3 */
#itemsWorkThree .box h5 {
	border: 1px solid #ddd;
	padding: 10px 0;
	margin: 0;
}
/* Isotope Filter */
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font-size: 14px;
	background: #f1f1f1;
	border: 1px solid #333;
	letter-spacing: 2px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 35px;
	border-radius: 2px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: #ffffff !important;
	background: rgba(255, 255, 255, 1) !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav,
.nivo-lightbox-theme-default .nivo-lightbox-close { opacity: 1 }
.nivo-lightbox-error {
	color: #C59A6D !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	border-top: 4px solid #ffcc33;
}
/* Single Portfolio Detail */
#work-detail-one,
#work-detail-two,
#work-detail-three { padding: 60px 0 }
.work-detail .dl-horizontal dt {
	text-align: left;
	margin-bottom: 10px;
}
.work-related-thumb { margin-bottom: 30px }
.work-related-thumb .img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 0;
	line-height: 1.42857143;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.work-related-thumb .img-thumbnail:hover { opacity: 0.8 }
/* Process Section */
#tf-process { padding: 60px 0 }
.process i.fa {
	text-align: center;
	font-size: 30px;
	background-color: #FFCC33;
	color: #ffffff;
	padding: 25px 0;
	border: 4px solid #ffffff;
	border-radius: 50px;
	border-top-left-radius: 0;
	margin: 0 10px;
	margin-right: 20px;
	width: 92px;
	height: 90px;
	transition: background-color 0.5s;
}
#tf-process .gray-bg { position: relative }
.gray-bg .vline {
	position: absolute;
	height: 100%;
	padding: 5px;
	border-left: 3px solid #ffffff;
	left: 20%;
}
#process { padding: 60px 0 20px 0 }
.process { margin-bottom: 40px }

.divider-header {
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	margin-top: 26px;
	margin-bottom: 29px;
}

.divider-header {
	background: #666;
}
.separator.transparent {
	background-color: transparent;
}
.separator {
	position: relative;
	display: block;
	height: 1px;
	margin: 10px 0;
}



/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

	#home{
		height: 80%;
		padding-top: 0;
	}
	.fill {
		height: 100%;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.carousel-caption {
		padding-bottom: 0;
		bottom: 20%;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img{
		display: block;
		height: 570px;
	}
	#myCarousel {
		height: 440px;
	}
	.fa-2x {
		font-size: 2.5em;
	}
	iframe {
		width: 210px;
		height: 180px;
	}

	.rc-anchor-normal {
		height: 74px;
		width: 100px;
		font-size: 7px;
		float: left;
	}

	.validateform button {
		float: left;
		margin-right: 0;
		border-radius: 0px;
		padding: 2px 10px;
		margin-top: 8px;
	}

	.contact-right {
		background-color: rgba(104, 102, 96, 0.5);
		display: inline;
		float: left;
		padding: 10px 10px;
		width: 100%;
		margin-bottom: 20px;
	}

	.contact-left {
		padding: 30px 25px 10px;
	}

	.contact-right h4 {
		margin: 0 15px 25px;
	}

	#contact h2{
		margin:0;
	}

	.footer {
		margin-top: 0;
	}
	.team figure {
		width: 90%;
		margin: auto 18px 18px;
	}

	.navbar-header {
		padding-left: 0;
	}
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
	.intro2 {
		margin-bottom: 60px;
		left: auto;
		right: auto;
	}
	.intro2 h1 {
		font-size:60px;
		line-height:1;
		margin: 0;
	}
	.intro2 h1 span.small {
		font-size:25px;
		line-height:1;

	}
	.intro2 h1 span.smaller {
		font-size:10px;
		line-height:1;
		margin: 0;
	}

	.intro2 h1 span.big {
		font-size:70%;
		line-height:0.5;
	}
	.team figure {
		width: 70%;
		margin: 5% 15% 5% 15%;
	}
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
	.carousel-inner>.item>img {
		display: block;
		height: 625px;
	}
	#home{
		height: 80%;
	}
	#tf-works {
		height: 80%;
	}
	.navbar-header {
		padding-left: 0;
	}

	.carousel-inner h2 {
		margin-top: 0;
		margin-bottom: 0px;
		font-size: 26px;
	}

	.carousel-control .icon-prev, .carousel-control .icon-next {
		height: 44px;
		width: 44px;
		font-size: 30px;
		top: 80%;
	}

}


/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
	#tf-works {
		height: 200%;
	}
	.carousel-inner h2 {
		margin: 0;
		font-size: 28px;
	}
	.stack-slider .slick-prev, .stack-slider .slick-next {
		top: 150%;
	}


}
	/* ----------- iPhone 6+ ----------- */
	/* Portrait and Landscape */
	@media only screen
	and (min-device-width: 414px)
	and (max-device-width: 736px)
	and (-webkit-min-device-pixel-ratio: 3) {

	}

	/* Portrait */
	@media only screen
	and (min-device-width: 414px)
	and (max-device-width: 736px)
	and (-webkit-min-device-pixel-ratio: 3)
	and (orientation: portrait) {
		.carousel-inner > .item > img {
			display: block;
			height: 700px;
		}

		.navbar-header {
			padding-left: 0;
		}
	}

	/* Landscape */
	@media only screen
	and (min-device-width: 414px)
	and (max-device-width: 736px)
	and (-webkit-min-device-pixel-ratio: 3)
	and (orientation: landscape) {


		.intro2 {
			margin-bottom: 50px;
			left: auto;
			right: auto;
		}

		.intro2 h1 span.small {
			font-size: 28px;
			line-height: 1;

		}

		.intro2 h1 span.smaller {
			font-size: 15px;
			line-height: 1;
			margin: 0;
		}

		.intro2 h1 span.big {
			font-size: 110%;
			font-weight: 300;
		}

		.team figure {
			width: 70%;
			margin: 5% 15% 5% 15%;

		}
	}

	/* ----------- iPhone 4 and 4S ----------- */
	/* Portrait and Landscape */
	@media only screen
	and (min-device-width: 320px)
	and (max-device-width: 480px)
	and (-webkit-min-device-pixel-ratio: 2) {
		.carousel-caption {
			padding-bottom: 0;
			bottom: 25%;
		}
	}

	/* Portrait */
	@media only screen
	and (min-device-width: 320px)
	and (max-device-width: 480px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: portrait) {

		.carousel-inner > .item > a > img, .carousel-inner > .item > img {
			display: block;
			height: 440px;
		}

		.fa-2x {
			font-size: 2em;
		}

		iframe {
			width: 210px;
			height: 180px;
		}

		.rc-anchor-normal {
			height: 74px;
			width: 100px;
			font-size: 7px;
			float: left;
		}

		.validateform button {
			float: left;
			margin-right: 0;
			border-radius: 0px;
			padding: 2px 10px;
			margin-top: 8px;
		}

		.contact-right {
			background-color: rgba(104, 102, 96, 0.5);
			display: inline;
			float: left;
			padding: 10px 10px;
			width: 100%;
			margin-bottom: 20px;
		}

		.contact-left {
			padding: 30px 25px 10px;
		}

		.contact-right h4 {
			margin: 0 15px 25px;
		}

		#contact h2 {
			margin: 0;
		}

		.footer {
			margin-top: 0;
		}

		.team figure {
			width: 90%;
			margin: auto 18px 18px;
		}

		.intro2 {
			margin-bottom: 0;
		}

		#home {
			margin-bottom: 0;
			margin-top: 15%;
		}

		.intro2 h1 {
			font-size: 135%;
			line-height: 1.2;
		}

		.intro2 h1 span.small {
			font-size: 150%;
			line-height: 0.8;
		}

		.intro2 h1 span.smaller, .intro2 h1 span.smaller {
			font-size: 100%;
			line-height: 1.3;
		}

		.intro2 h1 span.big {
			font-size: 250%;
			font-weight: 600;
		}

		.carousel-caption {
			padding-bottom: 0;
			bottom: 16%;
		}

		.intro2 h1 span.smaller {
			font-size: 80%;
			line-height: 2;
		}

		.service-table {
			font-size: 14px;
		}

		.single-service {
			padding: 0;
		}

		.single-service .service-title {
			margin-top: 30px;
		}

		hr {
			margin-top: 10%;
		}

		h2 {
			margin: 0;
		}

		.carousel-inner {
			position: relative;
			height: auto;
		}
	}
	/* Landscape */
	@media only screen
	and (min-device-width: 320px)
	and (max-device-width: 480px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: landscape) {
		.intro2 {
			margin-bottom: 0;
			left: auto;
			right: auto;
		}

		.intro2 h1 span.small {
			font-size: 22px;
			line-height: 0.5;

		}

		.intro2 h1 span.smaller {
			font-size: 12px;
			line-height: 0.5;
			margin: 0;
		}

		.intro2 h1 span.big {
			font-size: 80%;
			font-weight: 300;
		}

		.team figure {
			width: 70%;
			margin: 5% 15% 5% 15%;
		}

		.carousel-caption {
			padding-bottom: 0;
			bottom: 0;
		}

		.carousel-indicators li, .carousel-indicators .active {
			width: 6px;
			height: 6px;
		}

		.carousel-indicators {
			bottom: 0;
		}

		header {
			height: 85%;
		}

		h2 {
			margin: 0;
		}

		hr {
			margin-top: 10%;
		}

		.validateform button {
			float: left;
			margin-right: 0;
			border-radius: 0px;
			padding: 2px 10px;
			margin-top: 8px;
		}
	}
	/* ----------- Galaxy S3 ----------- */
	/* Portrait and Landscape */
	@media screen
	and (device-width: 320px)
	and (device-height: 640px)
	and (-webkit-device-pixel-ratio: 2) {

	}

	/* Portrait */
	@media screen
	and (device-width: 320px)
	and (device-height: 640px)
	and (-webkit-device-pixel-ratio: 2)
	and (orientation: portrait) {

	}

	/* Landscape */
	@media screen
	and (device-width: 320px)
	and (device-height: 640px)
	and (-webkit-device-pixel-ratio: 2)
	and (orientation: landscape) {

	}

	/* ----------- Galaxy S4 ----------- */
	/* Portrait and Landscape */
	@media screen
	and (device-width: 320px)
	and (device-height: 640px)
	and (-webkit-device-pixel-ratio: 3) {

	}

	/* Portrait */
	@media screen
	and (device-width: 320px)
	and (device-height: 640px)
	and (-webkit-device-pixel-ratio: 3)
	and (orientation: portrait) {

	}

	/* Landscape */
	@media screen
	and (device-width: 320px)
	and (device-height: 640px)
	and (-webkit-device-pixel-ratio: 3)
	and (orientation: landscape) {

	}

	/* ----------- Galaxy S5 ----------- */
	/* Portrait and Landscape */
	@media screen
	and (device-width: 360px)
	and (device-height: 640px)
	and (-webkit-device-pixel-ratio: 3) {

	}

	/* Portrait */
	@media screen
	and (device-width: 360px)
	and (device-height: 640px)
	and (-webkit-device-pixel-ratio: 3)
	and (orientation: portrait) {

	}

	/* Landscape */
	@media screen
	and (device-width: 360px)
	and (device-height: 640px)
	and (-webkit-device-pixel-ratio: 3)
	and (orientation: landscape) {

	}

	/* ----------- iPad mini ----------- */
	/* Portrait and Landscape */
	@media only screen
	and (min-device-width: 768px)
	and (max-device-width: 1024px)
	and (-webkit-min-device-pixel-ratio: 1) {

	}

	/* Portrait */
	@media only screen
	and (min-device-width: 768px)
	and (max-device-width: 1024px)
	and (orientation: portrait)
	and (-webkit-min-device-pixel-ratio: 1) {

	}

	/* Landscape */
	@media only screen
	and (min-device-width: 768px)
	and (max-device-width: 1024px)
	and (orientation: landscape)
	and (-webkit-min-device-pixel-ratio: 1) {

	}

	/* ----------- iPad 1 and 2 ----------- */
	/* Portrait and Landscape */
	@media only screen
	and (min-device-width: 768px)
	and (max-device-width: 1024px)
	and (-webkit-min-device-pixel-ratio: 1) {

	}

	/* Portrait */
	@media only screen
	and (min-device-width: 768px)
	and (max-device-width: 1024px)
	and (orientation: portrait)
	and (-webkit-min-device-pixel-ratio: 1) {

	}

	/* Landscape */
	@media only screen
	and (min-device-width: 768px)
	and (max-device-width: 1024px)
	and (orientation: landscape)
	and (-webkit-min-device-pixel-ratio: 1) {

	}

	/* ----------- iPad 3 and 4 ----------- */
	/* Portrait and Landscape */
	@media only screen
	and (min-device-width: 768px)
	and (max-device-width: 1024px)
	and (-webkit-min-device-pixel-ratio: 2) {

	}

	/* Portrait */
	@media only screen
	and (min-device-width: 768px)
	and (max-device-width: 1024px)
	and (orientation: portrait)
	and (-webkit-min-device-pixel-ratio: 2) {

	}

	/* Landscape */
	@media only screen
	and (min-device-width: 768px)
	and (max-device-width: 1024px)
	and (orientation: landscape)
	and (-webkit-min-device-pixel-ratio: 2) {

	}

