
/* ----------- Logo ----------- */
#trueHeader #logo{
	float:left;
	display:block;
	width:100%;
	height:98px;
}


/*------------------*/
/*	estructura sitio
/*------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
	border-top: 4px solid #FFF:/*#ff5902;*/
}
.container_full {
	width: 100%;
	float: left;
	margin: auto auto auto auto;
}
.container {
	width: 1170px;
	margin: auto auto auto auto;
}


/* columnas */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*------------------*/
/*	MENU
/*------------------------------------------------------*/

#top-nav{
	float: right;
}
#top-nav ul {
	float: right;
	padding: 0px;
	margin: 0px;
}

#respon-menu{
	display: none;
}



/* Estilos Menu */
  #top-nav,  #top-nav ul, #top-nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
  }

  #top-nav ul {
    position: relative;
    
    float: left;
  }

  #top-nav ul li {
    float: left;
    min-height: 1px;
    line-height: 0.8em;
    vertical-align: middle;
  }

  #top-nav ul li.hover, #top-nav ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
  }

  /* Custom CSS Styles */
  #top-nav {
    font-weight: 600;
    font-size: 18px;
  }

  #top-nav .current{
    border-bottom: 4px solid #ff5801;
  }

  #top-nav .current a{
    color: #282828 !important;
  }

  #top-nav ul a, #top-nav ul a:link, #top-nav ul a:visited {
    display: block;
    color: #ff5801;
    text-decoration: none;
    font-weight: 300;
  }

  #top-nav > ul {
    float: none;
  }

  #top-nav   ul   li {
    float: left;
    border-bottom: 2px solid #282828;
  }

  #top-nav ul li a {
    padding: 10px 20px;
  }

  #top-nav ul li:hover {
    border-bottom: 4px solid #ff5801;
  }

  #top-nav ul li:hover > a {
    color: #282828;
  }

  #top-nav > ul > li:hover {
    /*background: #f6f6f6;*/
  }

  #top-nav #respon-menu ul{

  }
  /* Termina Estilos Menu */



/*------------------*/
/*	SECCIONES
/*------------------------------------------------------*/

.triple-padded{
	padding: 30px;
}

/* articulos en index */

.h1bcoidx{
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 2.5em;
}

.tc{
  text-align: center;  
}

.tl{
	text-align: left;
}

.tnr{
  color: #ff5902;
  font-size: 1.8em;
}

.bctr{
  background-image: url("../images/bck-bc-tr.png");
  background-repeat: repeat;
}

.warning{
  	background-color: #ff5801;
  	color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif !important;
	padding: 10px 35px;
    border-radius: 0px !important;
    border: 0;
}

.slidertestimonios li p{
     font-style: normal;
    font-weight: 300;
    font-size: 1.1em !important;
    font-family: 'Open Sans', sans-serif !important;
    color:#fff;
  }


.orangetwo{
    font-weight: 400;
    color: #ff5902 !important;
    font-size: 1.2em !important;
    font-family: 'Open Sans', sans-serif !important;
    float: right;
}

/* DATOS TOP  */
.datos-1 ul{
    float:right;
}

.datos-1 ul li{
    float:left;
    padding-right: 15px;
    list-style-image: url("../images/point.png");
    text-decoration: underline;
}

.datos-1 ul li.last{
    padding-right: 0px;
}

.back_index{
	background-image: url("../images/sliders/revolution/slider-bg1.jpg");
	background-repeat: no-repeat;
}
.orange{
	color:#ff5801;
}

.homepage_section {
	float: left;
	width: 100%;
	margin-top: 0px;
}

.aboutpage_section {
	float: left;
	width: 100%;
	margin-top: 0px;
}


.our_team_presentation {
	float: left;
	width: 100%;
	margin-top: 0px;
}
.servicespage_section {
	float: left;
	width: 100%;
	margin-top: 0px;
}
.quotepage_section {
	float: left;
	width: 100%;
	margin-top: -21px;
}
.contactpage_section {
	float: left;
	width: 100%;
	margin-top: -21px;
}

a.button_slider {
	float: left;
	padding: 12px 22px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #fff;
}
a.button_slider:hover {
	color: #fff;
	background-color: #ddac36;
	border: 1px solid #ddac36;
}



/* fondos de secciones */
.bck_section_1{
	
	background: url("../images/bck-home.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
}

.bck_section_2{
	background: url("../images/bck-aboutus.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
}

.bck_section_3{
	background: url("../images/bck-ourteam.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
}

.bck_section_4{
	background: url("../images/bck-services.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
}

.bck_section_5{
	background: url("../images/bck-quote.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
}

.bck_section_6{
	background: url("../images/bck-contactus.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
}


/* terminana fondos secciones*/

/* layout1 fusection1 */
.layout1_fusection1 {
	float: left;
	width: 100%;
	padding: 68px 0px;
	text-align: center;
	/*background:url("../images/bck-aboutus.jpg") no-repeat center bottom;*/
}
.layout1_fusection1 h1 {
	font-size: 40px;
	padding: 0px;
	margin: 0px 0px 52px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #ff5801;
}
.layout1_fusection1 h1 strong {
	font-weight: bold;
	color: #02b68d;
}

.layout1_fusection1 p.white{
	color: #fff;
	text-align: justify;
	line-height: 1.4em;
}

.layout1_fusection1 .one_third {
	float: left;
	width: 29%;
	text-align: center;
	margin-right: 6.5%;
}
.layout1_fusection1 .one_third.last {
	margin-right: 0%;
}
.layout1_fusection1 .one_third h3 {
	margin-top: 18px;
	margin-bottom: 16px;
}
.layout1_fusection1 .one_third a {
	color: #fff;
	font-size: 12px;
	padding: 10px 22px;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #bfbfbf;
}
.layout1_fusection1 .one_third a:hover {
	background-color: #999;
}

/* home */
.homepage_section h1{
	font-size: 40px;
	padding: 0px;
	margin: 0px 0px 52px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #fff;
}

.homepage_section h2{
	font-size: 30px;
	padding: 0px;
	margin: 0 0 30px 80px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #ff5801;
}

.bxslider p{
	padding: 30px 60px;
}

/* our team */
.our_team {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #282828;
	padding: 68px 0px;
}
.our_team h1 {
	font-size: 40px;
	padding: 0px;
	margin: 0px 0px 50px 0px;
	font-weight: normal;
}
.our_team h1 i {
	color: #727272;
	font-size: 18px;
	font-style: normal;
	display: block;
	padding-top: 18px;
	line-height: 22px;
	font-weight: 300;
}
.our_team .one_fourth {
	
}
.our_team .one_fourth:hover {

}
.our_team .one_fourth img {
	width: 100%;
}
.our_team_presentation .one_fourth h4 {
	text-decoration: underline;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #ff5801;
}

.our_team_presentation h1{
	font-size: 40px;
	padding: 0px;
	margin: 0px 0px 52px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #ff5801;
}
.our_team .three_fourth h4 {
	font-size: 30px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #ff5801;
}

.our_team_presentation .one_fourth em {
	text-decoration: none;
	color: #ff5801;
	font-size: 11px;
	font-style: normal;
}

.our_team .three_fourth  em {
	text-decoration: none;
	color: #ff5801;
	font-size: 15px;
	font-style: normal;
}

.our_team .three_fourth p{
	color: #fff;
	line-height: 1.8em;
	margin-top: 15px;
}

.our_team ul.people_soci {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 55px;
}
.our_team .people_soci li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 100%;
	line-height: 13px;
	vertical-align: middle;
	background-color: #eee;
}
.our_team .people_soci li:hover {
	background-color: #999;
}
.our_team .people_soci li:hover i {
	color: #fff;
}
.our_team .people_soci li i {
	color: #494949;
	font-size: 9px;
}


/* clients */
.clients {
	float: left;
	width: 100%;
	height: 350px;
	text-align: center;
	background: url(../images/clients-bg.jpg) no-repeat center top;
}
.clients h1 {
	font-size: 40px;
	padding: 0px;
	margin: 80px 0px 50px 0px;
	font-weight: normal;
	color: #fff;
	font-size: 34px;
}
.clients h1 i {
	font-size: 18px;
	color: #fff;
	font-style: normal;
	display: block;
	padding-top: 9px;
	line-height: 22px;
	font-weight: 300;
}



/* quote Page */
.quote_page {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.quote_page h1 {
	font-size: 40px;
	padding: 0px;
	margin: 0px 0px 52px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #ff5801;
	text-align: left;
}
.quote_page h1 i {
	font-size: 18px;
	color: #727272;
	font-style: normal;
	display: block;
	padding-top: 18px;
	line-height: 22px;
}
.quote_page h3 {
	color: #fff;
	text-align: center;
	width: 370px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	background-color: #35353d;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

.quote_page	form div{
		display: block;
		position: relative;
	}

.quote_page	.clear{
		clear: both;
		margin: 0px;
		padding: 0px;
	}

.quote_page	._red{
		color: #ff0000;
	}

.quote_page	label, input{
		display: block;
		float: left;
	}

.quote_page	input[type="text"] {
		height: 33px;
		margin-right: 15px;
	}

.quote_page	label{
		width: 150px;
		height: 19px;
		font-size: 1.2em;
    	font-family: 'Open Sans', sans-serif !important;
    	text-align: left;
    	color: #c4c4c4;
    	margin-right: 15px;
	}

.quote_page .css-label{
	text-align: left;
	padding-left: 25px;
	color: #ff5801;
}

.quote_page input[type=radio].css-checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}

.quote_page input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -19px;
}

.quote_page input[type=radio].css-checkbox + label.css-label {
display: inline-block;
background-repeat: no-repeat;
background-position: 0 0;
vertical-align: middle;
cursor: pointer;
}

.quote_page label.css-label {
	background-image:url(../images/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.quote_page	.map_icon{
	height: 33px;
	color: #666;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif !important;
	background-color: #fff;
	background-image: url(../images/quote_icons/map.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: 3em;
	border: none;
}

.quote_page	.leight_icon{
	height: 33px;
	width: 94px;
	color: #666;
	font-size: 1em;
    font-family: 'Open Sans', sans-serif !important;
	background-color: #fff;
	background-image: url(../images/quote_icons/leight.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: 3em;
	border: none;
}

.quote_page	.weight_icon{
	height: 33px;
	width: 94px;
	color: #666;
	font-size: 1em;
    font-family: 'Open Sans', sans-serif !important;
	background-color: #fff;
	background-image: url(../images/quote_icons/weight.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: 3em;
	border: none;
}

.quote_page	.heigth_icon{
	height: 33px;
	width: 94px;
	color: #666;
	font-size: 1em;
    font-family: 'Open Sans', sans-serif !important;
	background-color: #fff;
	background-image: url(../images/quote_icons/height.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: 3em;
	border: none;
}

.quote_page	.lbs_icon{
	height: 33px;
	width: 94px;
	color: #666;
	font-size: 1em;
    font-family: 'Open Sans', sans-serif !important;
	background-color: #fff;
	background-image: url(../images/quote_icons/lbs.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: 3em;
	border: none;
}

.quote_page .custom-btn {
    border:none;
    text-decoration:none;
    color:#fff;
    background-color: #ff5801;
    padding: 9px 55px;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif !important;
}


.contact_info {
	float: left;
	width: 100%;
	padding: 70px 0px;
}

.bck-data{
	
}

.contact_info h1 {
	font-size: 34px;
	font-weight: 300;
	margin-bottom: 34px;
}

.contact_info h1 i {
	font-size: 16px;
	line-height: 27px;
	display: block;
	padding-top: 10px;
	font-style: normal;
}


/* four columns features section */
.four_col_fusection {
	text-align: center;
}
.four_col_fusection .one_fourth {
	position: relative;
	margin-right: 0.8%;
	padding-right: 2.530%;
	padding-left: 2%;
	float: left;
}
.four_col_fusection h1 {
	font-size: 40px;
	padding: 0px;
	margin: 0px 0px 50px 0px;
	font-weight: normal;
}
.four_col_fusection h1 i {
	font-size: 18px;
	color: #727272;
	font-style: normal;
	display: block;
	padding-top: 18px;
	line-height: 22px;
	font-weight: 300;
}
.four_col_fusection .one_fourth {
	width: 19.8%;
	text-align: center;
	border-right: 1px solid #f6f6f6;
}
.four_col_fusection .one_fourth i {
	color: #02b68d;
	margin-bottom: 30px;
	display: block;
}
.four_col_fusection .one_fourth h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 25px;
	text-transform: uppercase;
}
.four_col_fusection .one_fourth a {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
}
.four_col_fusection .one_fourth a:hover {
	color: #3d3d48;
}
.four_col_fusection .one_fourth a:hover i {
	color: #ff7b29;
}
.four_col_fusection .one_fourth a i {
	display: inherit;
	margin: 0px 0px 0px 2px;
	color: #999;
}
.four_col_fusection .last {
	margin-right: 0 !important;
	clear: right;
	border: none;
}
.four_col_fusection.inner .one_fourth i {
	color: #3d3d48;
}


/* services slider section */
.services{

}

.services h1 {
	font-size: 40px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #ff5801;
	text-align: left;
}

.services ul {
  text-align: left;
  margin: 0;
  padding: 0;
  width: 180px;
  margin-left: 20px;
}

.services ul li {
   list-style-type: disc;
   color: #ff5801;
   margin: 10px 0px;
}



.services .white{
	color: #fff !important;
	text-decoration: underline;
}


.services_slider_sec {
	float: left;
	width: 100%;
	padding: 50px 0px 50px 0px;
	margin: 0px;
	background-color: #ff5801;
	color: #fff;
}


.services .slidertestimonios-services li p{
     font-style: normal;
    font-weight: 300;
    font-size: 1.1em !important;
    font-family: 'Open Sans', sans-serif !important;
    color:#fff;
  }

/* scroll up */
.scrollup{
    width:100%;
    height:40px;
    background:#282828;
    opacity:1;
    position:fixed;
    bottom:0;
    
    z-index: 999;
}

.scrollup	label, input{
		display: block;
		float: left;
		margin-top: 5px;
	}

.scrollup input[type="text"] {
		height: 25px;
		margin-right: 20px;
		/*text-align: center;*/
	}

.scrollup	label{
		width: 170px;
		height: 19px;
		padding: 5px;
		font-size: 1.0em;
    	font-family: 'Open Sans', sans-serif !important;
    	text-align: left;
    	color: #fff;
    	margin-right: 15px;
	}

.scrollup .custom-btn {
    border:none;
    text-decoration:none;
    color:#fff;
    background-color: #ff5801;
    padding: 9px 55px;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif !important;
}

.scrollup a img{
	margin-top: 10px;
	margin-left: 80px;
}

/* avances de scrool interno */

	a[id= "nav3"]:target ~ #site_wrapper article.article {
    -webkit-transform: translateY( -1000px );
    transform: translateY( -1000px );
}

/* avances internos */