@charset "utf-8";

/* ============================== */
/* 
	- Title: Crefull Template 
	- Autor: Imaginacionweb
	- Email: jdrendon@imaginacionweb.net
	- Version: 1.0
*/
/* ============================== */	

/* ---------------------- 
	Stylesheet Guide
-------------------------

01. Import styles
	-  bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).
	-  bootstrap-responsive.css	
	-  jquery.fancybox-1.3.1.css  - Lightbox
	-  flexslider.css
	-  Google Fonts
	-  animate.css
	
02. Basic Elements
	-  Standar Styles	
	-  Class and styles Generals
	-  Divisor
	-  Titles
	-  TABS
	-  ACCORDION		
	-  Top

0.3.  Structure
	-  Header
	-  Main Navigation
	-  Works
	-  Commnets
	-  Social
	-  Footer
	-  Sections Titles
	-  Contact
	-  item_team
	
0.4.	Layout 1024px version

0.5.	Layout for 767px mobile version

0.6.	Layout for 568px mobile version

0.7.	Layout for 380px mobile version

0.8.	Layout for 320px mobile version

*/

/* ---------------------------------------------------------------------- */
/*	01 Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-responsive.css");
/*jquery.fancybox-1.3.1.css  - Lightbox*/
@import url("../js/fancybox/jquery.fancybox-1.3.1.css");
/*carousel.css*/
@import url("carousel/flexslider.css");
/*Google Fonts*/
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,300,700,800");
/*Animations*/
@import url("animations/animate.css");


/* ---------------------------------------------------------------------- */
/*	02 Basic Elements
/* ---------------------------------------------------------------------- */

/* Standar Styles --------------------------------------------------------*/

body{
	font-size: 16px;	
	font-family: 'Open Sans', sans-serif;
	line-height:28px;
	color:#41413e;
	position: relative;
	font-weight: 300;
	background-color: #f2f2e8;
}
a{
	color: #43402f;
}
a:hover{
	text-decoration: none;	
	color: #43402f;
}
p{
	margin:0 0 20px 0;
	padding: 0;	
	font-weight: 300;
	line-height: 28px;
}
h1 {font-size:36px;}
h2 {font-size:30px;}
h3 {font-size:24px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:14px;}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 30px;
	padding: 5px 0 15px 0;	
	margin: 0;	
	color: #5e5c4d;
	font-family: 'OpenSansBold', Arial, sans-serif;
}

/* Class and styles General ----------------------------*/

.clearfix{
	width:1px;
	height:1px;	
	display:block;
	clear:both;
	content:" , ";
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.text_right{
	text-align: right;
}
.center{
	text-align: center;
}
.padding_top{
	padding-top: 20px;
}
.padding_bottom{
	padding-bottom: 40px;
}
.padding_top_mini{
	padding-top: 15px;
}
.margin_top{
	margin-top: 40px;
}
.button{
	width: auto;
	background-color: #43402f;
	border: 0;
	color: #fff;
	margin: 10px 0;	
	padding: 12px 25px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.button:hover{
	color: #fff;
	background: #F0712B;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

/* ul - list-check style */

ul.check{
	margin: 0;
	list-style: none;
}
ul.check li { background: url("../img/ok.png") 0 5px no-repeat; line-height: 20px;margin:10px 0; padding-left: 30px; }

/* divisor  ----------------------------*/

.divisor{
	position: relative;
	width: 100%;
	height: 1px;
	margin: 50px 0 50px 0;
	background-color: #cdcdcd;
}
.circle_left{
	position: absolute;
	left: 0;
	top: -5px;
	width: 10px;
	height: 10px;
	background-color: #F0712B;
	border-radius: 50%;
}
.circle_right{
	position: absolute;
	right: 0;
	top: -5px;
	width: 10px;
	height: 10px;
	background-color: #F0712B;
	border-radius: 50%;
}

/* Titles  ----------------------------*/

.title{
	margin:50px 0 30px 0;
	width: auto;
}
.title span{
	background-color: #554a39;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	padding: 6px 10px 6px 10px;
	display: inline;
}
.title h1{
	margin: 10px 0 10px 0;
	border-bottom: 8px solid #F0712B;
	padding-bottom: 7px;	
	line-height: 46px;
	display: block;
}

.efect{
	overflow: hidden;
}
.switcher-panel .padding_top{
	padding-top: 60px;
}
.resalt{
	color: #777;
	font-size: 21px;
	line-height: 30px;
	font-weight: 200;
	font-style: italic;
}


/* Tabs  ----------------------------*/

.tabs_services{
	display: table;
	margin: 0 auto;
	padding: 30px 0 40px 0;
}
.tabs_services li{
	float: left;	
	font-size: 18px;
	font-weight: bold;
	background-color: #f5f4f4;
	padding: 25px 40px;
	border: solid 1px #e3e3e3;
	border-right: 0;
	list-style: none
}
.tabs_services li:last-child{	
	border-right: solid 1px #e3e3e3;	
}
.tabs_services li a{	
	cursor: pointer;
	padding: 20px 40px;
	color: #555;
}
.services_1{
	background: url("../img/icons/services_1.png") no-repeat 45px center;
}
.services_2{
	background: url("../img/icons/services_2.png") no-repeat 45px center;
}
.services_3{
	background: url("../img/icons/services_3.png") no-repeat 45px center;
}
.switcher-content {
  display: none;
}
.switcher-panel{
	padding: 0 0 0;
}
.divisor_services{
	margin:0;
}


/* ACCORDION ------------------------------------------*/

.accordion-container h4{
	margin: 0;
	padding: 0;	
}
.accordion-trigger{
	text-decoration: none;
	padding:10px 10px 10px 25px;
	margin:0 0 10px 0;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #dbdbdb;
	background: #f9f9f9 url("../img/toggle.png") no-repeat right 14px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.accordion-trigger.active{	
	background: #F0712B url("../img/toggle.png") no-repeat right -69px;
	color: #fff;
}
.accordion-trigger:hover{
	background-color: #F0712B;	
	color: #fff;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.accordion-container{	
	padding:5px 0;
}
.accordion-container p{
	margin: 0;
}



/* Top ---------------------------------------------------------*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url("../img/ui.totop.png") no-repeat left top;
}
#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;	
}
#toTop:active, #toTop:focus {
	outline:none;
}


/* ---------------------------------------------------------------------- */
/*	03 Structure
/* ---------------------------------------------------------------------- */

/* header ---------------------------------------------------------*/

header{
	background-color: #F0712B;		
	border-top: 12px solid #43402f;
	text-align: center;
	padding: 90px 0;
	overflow: hidden;
}
header .container{
	position: relative;
}
header .bg_head{
	background: url("../img/bg_head.png") no-repeat center center;	
	height: 360px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
header h5{
	color: #fff;
	font-size: 25px;
	background-color: #4c4938;
	width: auto;	
	display: inline;	
	padding: 10px 35px;
	border-radius: 5px;
}
header h1{
	color: #fff;
	font-size: 68px;
	line-height: 88px;
	font-weight: 700;
	margin-top: 20px;	
}
header .border{
	height: 5px;
	background-color: #fff;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 20px;
}
header p{
	font-size: 25px;
	line-height: 35px;
	width: 55%;
	margin:0 auto;
	color: #342c22;
}

/*  Main Navigation -----------------------------------------*/

.nav_logo{
	background: #fafafa;		
	border-bottom: 2px solid #ddd;	
	padding: 20px 0;
	position: relative;
	z-index: 9;
}
.arrow_nav{
	background:url("../img/arrow_nav.png") repeat-x top;
	width: 100%;
	height: 16px;
	position: absolute;
	top:-14px;

}
.is-sticky{
	width: 100%;
	z-index: 999;
	padding: 10px 0;
}
.is-sticky .logo img{
	width: 60%;
	padding: 10px 0;
}
.tinynav{ 
	display: none 
}
.sf-menu{	
	margin:0;
	float: right;
	padding: 20px 0;			
}
.sf-menu ul{
	position:absolute;	
	list-style: none;
	top:-999em;
	width:170px;
	display:none;
}
.sf-menu > li{
	position: relative;
	float:left;	
	list-style: none;	
}
.sf-menu > li > a {
	text-decoration:none;
	display:block;
	font-size:17px;	
	font-weight: 600;
	color:#474747;
	padding:0 40px 0 0;
}
.sf-menu > li > a:hover{
	color: #F0712B;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul{top:35px; border: 1px solid #DDD; border-bottom: none; left:-28px; z-index:999;}
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em}
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover{
	text-decoration:none;
}
.sf-menu li li a{
	display:block;
	margin:0;
	position:relative;
	text-decoration:none;
	font-size:12px;
	line-height:16px;
	color:#777;
	overflow:hidden;
	padding:12px 15px;
	background-color: #F9F9F9;	
	border-bottom: 1px solid #DDD;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a{
	color:#1B1823;		
}
.sf-menu li li{
	float:none;
	position:relative;
	border-bottom: 1px solid #fff;
}
.sf-menu li li a:hover{
	background-color: #fcf9f4;	
	color: #dbc404;	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:145px;top:0;}


.content_info{
	padding: 30px 20px;
}


/* Works ----------------------------*/

.item_work{
	margin-bottom: 30px;
	overflow: hidden;
}
.item_work:hover .image_work a{
	top: 0;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.image_work{
	border-bottom: 7px solid #F0712B;
	position: relative;
}
.image_work a{
	position: absolute;
	width: 100%;
	top: -300px;
	left: 0;
	height: 100%;
	background: #5e5c4d url("../img/more.png")no-repeat center center;
	background: rgba(0,0,0,0.6) url("../img/more.png")no-repeat center center;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.image_work img{
	width: 100%;
}
.info_work{
	background: url("../img/arrow_work.png") no-repeat 10% -2px;
	background-color: #fff;
	padding: 10px;
	border:solid 1px #cdcdcd;
	border-top: 0;
	position: relative;
}
.info_work p{
	margin: 0;
	color: #5e5c4d;
	font-weight: 600;
}
.info_work .more{
	background-color: #F0712B;
	color: #fff;
	padding: 5px 30px 5px 6px;
	position: absolute;
	right: 0;
	top: 50%;
}
.info_work ul.stars{
	margin:10px 0;
	list-style: none;
}
.info_work .stars li{
	background: url("../img/star.png");
	width: 20px;
	height: 21px;	
	display: inline-block;
}

/* comments ----------------------------*/

.comments{
	background-color: #fff;
	border-top: 1px solid #ddd;
	padding: 80px 0 30px 0;	
}
.comments ul{
	list-style: none;
	margin: 0;
	position: relative;
}
.comments ul li{
	position: relative;
}
.comments .image{	
	width: 160px;	
	margin: 0 auto;
	height: 150px;
	border-radius: 50%;
	background: #000;
	position: relative;	
	overflow: hidden;
	border: 5px solid #F0712B;
}
.arrow_coment{
	width: 100%;
	height: 17px;
	position: absolute;
	bottom:68px;
}
.comments .image img{	
}
.name{
	border-top: 5px solid #43402f;
	border-bottom: 5px solid #43402f;
	padding: 20px 0;
	width: 42%;
	position: absolute;
	left: 0;
	top: 17%;
	text-align: right;
}
.job{
	border-top: 5px solid #43402f;
	border-bottom: 5px solid #43402f;
	padding: 20px 0;
	width: 42%;	
	position: absolute;
	right: 0;
	top: 17%;
	text-align: left;
}
.comments p{
	margin: 0 auto;
	width: 70%;
	text-align: center;
	margin-top: 25px;
}
.comments h3{
	padding: 0;
	color: #222;
}

/* Social   ----------------------------*/

.social ul{
	margin: 0 auto;
	list-style: none;
	display: table;
	margin-top: 40px;
}
.social ul li{
	display: inline-block;
	margin: 0 15px;
}
.social ul li a{
	color: #F0712B;
	font-weight: bold;
}

/* Footer ----------------------------*/

footer{
	background: url("../img/arrow_footer.png") no-repeat center top;
	background-color: #F0712B;
	padding: 60px 0 40px 0;
	text-align: center;
	color: #fff;
	font-weight: 600;
	border-bottom: 12px solid #43402f;
}
footer a{ color:#FFF}
footer a:hover{ color:#333}
footer p{
	margin: 0;
}

.section_title{	
	height: 280px;
	padding: 0;
	position: relative;	
	border-top: #F0712B solid 8px;
}

/* Bg Sections - Sections Titles  ----------------------------*/

.about{
	background: url("../img/section_title/about.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.services{
	background: url("../img/section_title/services.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.work{
	background: url("../img/section_title/work.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.bg_title{
	width: 100%;
	height: 100%;	
	background: url("../img/bg_title.png");
	background: rgba(67,64,47,0.7);	
	position: absolute;
}
.section_title h5{
	margin-top: 90px;
	background-color: #F0712B;
	position: relative;
}
.section_title .border{
	margin-top: 65px;
}

/* Contact  ----------------------------*/

.contact{
	background: transparent;
}
.map_area{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.contact_area .divisor{
	margin: 20px 0;
}
.map_area iframe{
	width: 100%;
	height: 100%;
}
#form2 input{
	width: 85%;
	height: 32px;
	margin-bottom: 20px;
}
#form2 textarea{
	width: 95%;
	height: 130px;
}
#form2 .button{
	width: auto;
	height: auto;
}

/* Item Team -------------------------------------------*/

.item_team{
	background-color: #fff;
	position: relative;
	border-bottom: 3px solid #cdcdcd;
	padding-bottom: 25px;
	text-align: center;
}
.item_team .image_team{
	position: relative;
}
.item_team .image_team img{
	width: 100%;
}
.item_team .info_team h4{
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.item_team .info_team h6{
	margin: 0;
	padding: 0;
}
.item_team .social_team{
	display: table;
	margin: 0 auto;
	list-style: none;
}
.item_team .social_team li{
	display: inline-block;
	margin-right: 15px;
}
.item_team .social_team li:last-child{	
	margin-right:0;
}
.arrow_team_gray{
	background: url("../img/arrow_team_gray.png") no-repeat center center;	
	height: 17px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.arrow_team_white{
	background: url("../img/arrow_team_white.png") no-repeat center center;
	left: 0;
	height: 17px;
	position: absolute;
	bottom: 0;
	width: 100%;
}


/* ---------------------------------------------------------------------- */
/*	 0.4 Version 1024px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 1024px) {
	
	.name{		
		width: 40%;			
	}
	.job{		
		width: 40%;					
	}
	.flexslider:hover .flex-next {opacity: 0.8; right: 15%;}
	.flexslider:hover .flex-prev {opacity: 0.8; left: 15%; }

}

/* ---------------------------------------------------------------------- */
/*	0.5 Mobile Version 767px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 767px) {

	#menu{
		display: none;	
	}
	.tinynav {
		display: inline;
		width: 50%;				
		position: absolute;
		top: 25px;
		right: 20px;
		border: 1px solid #dbdbdb;
		height: 35px;	
	} 	
	.logo img{
		width: 33%;
		padding: 0 20px;
	}
	.is-sticky .logo img{
		width: 33%;
		padding: 0 20px;
	}
	.nav_logo {
		padding: 20px 0 0 0;
	}
	.is-sticky{
		padding: 20px 0 0 0;
	}


	header{	
		padding: 40px 0;
		overflow: hidden;
	}
	header .bg_head{		
		display: none;
	}
	header h5{
		color: #fff;
		font-size: 20px;
		line-height: 30px;
	}
	header h1{		
		font-size: 58px;
		line-height: 68px;		
	}
	header p{
		font-size: 20px;
		line-height: 30px;	
		width: 75%;	
	}

	.content_info{
		padding: 20px;
	}
	.title h1{		
		font-size: 26px;
		line-height: 56px;		
	}
	
	.tabs_services{
		display: table;
		margin: 0 auto;
		padding: 30px 0 40px 0;
	}
	.tabs_services li{
		float: none;	
		border-right: 1px solid #e3e3e3;
		border-bottom:0;
		font-size: 12px;
		line-height: 24px;		
	}
	.tabs_services li:last-child{	
		border-bottom:1px solid #e3e3e3;
	}
	.tabs_services li a{	
		cursor: pointer;
		padding: 20px 40px;
		color: #555;
	}

	.arrow_coment{	
		bottom:35%;
	}
	.name{		
		width: 35%;		
	}
	.job{		
		width: 35%;		
	}
	.comments p{
		width: 80%;		
	}
	.comments h3{
		font-size: 20px;
	}	
	.flex-direction-nav a {		
		top: -195px;		
	}
	.flexslider:hover .flex-next {opacity: 0.8; right: 0;}
	.flexslider:hover .flex-prev {opacity: 0.8; left: 0; }

	.item_team{
		margin-bottom: 20px;
	}

}


/* ---------------------------------------------------------------------- */
/*	0.6 Mobile Version 568px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 568px) {

	.comments .image{	
		width: 120px;		
		height: 110px;	
	}
	.arrow_coment{	
		bottom:42%;
	}
	.name{		
		width: 30%;	
		top: 7%;	
	}
	.job{		
		width: 30%;	
		top: 7%;		
	}
	.comments p{
		width: 90%;		
	}
	.comments h3{
		font-size: 16px;
	}	
	.flex-direction-nav a {		
		top: -195px;		
	}
	.flexslider:hover .flex-next {opacity: 0.8; right: 0;}
	.flexslider:hover .flex-prev {opacity: 0.8; left: 0; }
	.logo img {
    padding: 136px 20px 0;
    width: 33%;
}

}


/* ---------------------------------------------------------------------- */
/*	0.7 Mobile Version 380px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 380px) {

	.arrow_coment{	
		bottom:53%;
	}
	.comments h3{
		font-size: 14px;
	}	
	.name{		
		width: 28%;			
	}
	.job{		
		width: 28%;					
	}
	.flex-direction-nav a {		
		top: -235px;		
	}
	.comments h3 {
    font-size: 7px !important;
}
header h1 {
    font-size: 50px !important;
}
.row-fluid .span3{ width:100% !important}
}

/* ---------------------------------------------------------------------- */
/*	0.8 Mobile Version 320px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 320px) {

	.arrow_coment{	
		bottom:53%;
	}
	.comments h3{
		font-size: 12px;
	}	
	.name{		
		width: 27%;			
	}
	.job{		
		width: 27%;					
	}
	.tabs_services li{
		text-align: right;
	}
}