/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
input, textarea {-webkit-appearance: none;border-radius: 0;}
textarea { overflow: auto; }
/* Global */
body {
	background:#ffffff;
	font-family: 'Sanchez', serif;
	font-size: 100%;
	line-height: 24px;
    -webkit-font-smoothing: antialiased;
}
/* start header */
.header_bg{
	z-index: 999;
	width: 100%;
	position: fixed;
	background-color: #FF9900;
	height:105px;
	background-image: url(../images/encabezado-index.jpg);
	background-position: left top;
}
.header{
	padding-top: 1.5%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
}
.top-header{
	background-color: #FFCC00;
}
.top-header-left{
	float:left;
	font-size: 0.7em;
}
.top-header-left ul li{
	display:inline-block;
	padding: 0.4em 1em 0.3em;
	float:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #F09100;
	border-left-color: #FF9900;
}
.top-header-left ul li:first-child{
	border-left:none;
}
.top-header-left ul li a{
	display: inline-block;
}
.top-header-left ul li span{
	width:28px;
	height:28px;
	display:inline-block;
	vertical-align:middle;
}
.top-header-left ul li  p{
	display:inline-block;
	color:#F0F0F0;
}
.top-header-left ul li:nth-child(1) a,.top-header-left ul li:nth-child(2) a{
	color:#F0F0F0;
}
.top-header-left ul li:nth-child(1) a span,.top-header-left ul li:nth-child(2) a span{
	background:url(../images/agent.png) no-repeat 0px 0px;
}
.top-header-left ul li  p span{
	background:url(../images/01.png) no-repeat 0px 0px;
}
.top-header-right{
	float:right;
	font-size: 1em;
	margin-right: 5%;
	margin-top:-20px;
	color:#000000;
}
.reg{
	color:#1DD2AF;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.reg:hover{
	color:#FFF;
}
.top-header-right ul li{
	float: left;
}
.top-header-right ul li a{
	display: block;
	padding: 0.55em;
}
.top-header-right ul li a span{
	height:20px;
	width: 20px;
	display: block;
}
.top-header-right ul li a.face span{
	background: url(../images/social-icons.png) no-repeat 0px 0px;
}
.top-header-right ul li a.face:hover{
	background:#3D5A99;
}
.top-header-right ul li a.twit span{
	background: url(../images/social-icons.png) no-repeat -20px 0px;
}
.top-header-right ul li a.twit:hover{
	background:#359BED;
}
.top-header-right ul li a.thum span{
	background:url(../images/social-icons.png) no-repeat -38px 0px;
}
.top-header-right ul li a.thum:hover{
	background:#3B5876;
}
.top-header-right ul li a.pin span{
	background:url(../images/social-icons.png) no-repeat -56px 0px;
}
.top-header-right ul li a.pin:hover{
	background:#CC1D24;
}
.top-header-right ul li{
}
.top-header-right ul li:first-child{
	border-left-color: #28323C;
}
.contact-info {
	padding: 0.3em 0;
	font-family: 'Sanchez', serif;
}
.logo{
	float: left;
}
.logo h1 a{
	display: block;
}
.h_right{
	position:relative;
	float: right;
}
.menu{
	float: left;
	margin-right: 10px;
}
.menu li{
	float: left;
	margin-right: 10px;
}
.menu li.active a,.menu li a:hover{
	color: #AD990C;
}
.menu li a{
	font-size: 0.8em;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Sanchez', serif;
	font-weight: 300;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/*fonts*/
CSS selector {
	font-family: 'Sanchez', serif;
}

/*start search*/
.sb-search {
	position: absolute;
	top:-12px;
	right:0px;
	width: 0%;
	min-width: 45px;
	font-family: 'Open Sans', sans-serif;
	height: 42px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	left: 0px;
	border: none;
	outline: none;
	background: #313338;
	width: 100%;
	height: 46px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	z-index: 10;
	padding: 5px 20px;
	font-size: 13px;
	color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
	color: #fff;
	background: #313338 url('../images/search.png') no-repeat 13px 13px;
	z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background: #313338 url('../images/search.png') no-repeat 13px 13px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*-- start-smartphone_nav --*/
.nav {
    display:none;
}
.nav-item {
    float:left;
    *display:inline;
    zoom:1;
}
.nav-item a {
    display:block;
}
.nav-item a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
}
.nav-mobile {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0px;
	height:32px;
	width: 32px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	right: 0px;
}
.nav-mobile {
    display:block;
}
.nav {
   margin-top:5px;
   width:100%;
}
.nav-list {
    display:none;
}
.nav-item {
    width:100%;
    float:none;
}
.nav-item a {
	font-weight:300;
	padding: 10px;
	text-transform:uppercase;
	color:#FFF;
    -webkit-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-o-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
	font-size: 0.8725em;
	background-color: #333333;
}
.nav-inner {
   display: none;
}
.nav-active, .nav-active-inner .nav-inner {
     display:block;
}
#idioma1 {
	position: relative;
	z-index: 999;
	top: 75px;
	right: 1px;
	float: left;
}
/****social_icons******/
.social_icons
{
	float:left;
	padding: 1.85em 1em;
}
.social_icons li
{
	float:left;
	margin-left: 1.2em;
}
.social_icons ul .in a span 
{
	background-position: 0px 0px ;
}
.social_icons ul .in a span:hover
{
	background-position: 0px -24px ;
}
.social_icons ul .pro a span 
{
	background-position: -28px 0px ;
}
.social_icons ul .pro a span:hover
{
	background-position: -28px -24px ;
}
.social_icons ul .twitter a span
{
	background-position: -57px 0px ;
}
.social_icons ul .twitter a span:hover
{
	background-position: -57px -24px ;
}
.social_icons ul .facebook a span
{
	background-position: -84px 0px;
}
.social_icons ul .facebook a span:hover
{
	background-position: -84px -24px;
}
/**********about****************/
.about {
    font-family: 'Sanchez', serif;
	text-align: center;
	padding: 4em 0em;
	background-image: url(../images/bg-about.jpg);
	background-repeat:   repeat-x;
	background-position: left center;
}
.about h2 {
    font-family: 'Sanchez', serif;
	color: #303030;
	font-size: 3.7em;
	font-weight: 600;
}
.about  span,.services span
{
	color:#FF9900;
}
.about h4{
	color: #333333;
	font-size: 2em;
	padding: 1em 0em 1em 0em;
}
.about h6,.services h6,.team h6,.section-title h6,.contact h6{
    font-family: 'Sanchez', serif;
	width:150px;
	margin: 0 auto;
	border-bottom:1px solid #cecccc;
}
.about p{
	font-family: 'Sanchez', serif;
	color: #333333;
	width: 56.5%;
	margin: 0 auto;
	padding: 2em 0em;
}
/**********about****************/
.conozca {
	font-family: 'Sanchez', serif;
	text-align: center;
	padding: 4em 0em;
	background-image: url(../images/bg-conozca.jpg);
	background-repeat: repeat;
}
.conozca h2 {
    font-family: 'Sanchez', serif;
	color: #303030;
	font-size: 3.7em;
	font-weight: 600;
}
.conozca  span,.services span
{
	color:#FF9900;
}
.conozca h4{
	color: #FFF;
	font-size: 2em;
	padding: 1em 0em 1em 0em;
}
.conozca h6,.services h6,.team h6,.section-title h6,.contact h6{
    font-family: 'Sanchez', serif;
	width:150px;
	margin: 0 auto;
	border-bottom:1px solid #cecccc;
}
.conozca p{
    font-family: 'Sanchez', serif;
	color: #979797;
	width: 56.5%;
	margin: 0 auto;
	padding: 2em 0em;
}
.para_a {
	font-size: 1.1em;
}
.top-grids {
	margin: 2em 0;
	position:relative;
}
.top-grid1{
	margin-top: 2em;
	padding-top: 2em;
	position:relative;
}
.top-grid1 label{
	background: #ECECEC;
	height: 1px;
	display: block;
	position: absolute;
	top: -16px;
	width: 94%;
}
.top-grid{
	width: 31.9%;
	float: left;
	margin-right: 2%;
	text-align: center;
	padding-bottom: 3em;
}
.top-grid:nth-child(3),.top-grid:nth-child(6){
	margin-right:0px;
	border-right:0;
}
.top-grid a.icon,.grid_of_1 a.icon,.service_grids a.icon,.c_grids a.icon{
	width: 61px;
	height: 61px;
	display: inline-block;
	padding: 0px;
	text-align: center;
}
.top-grid  a{
	font-size: 1.5em;
	color: #232323;
	padding: 0.5em 0 0.6em 0;
	display: block;
}
.top-grid p{
	color: #838383;
	line-height: 1.6em;
	font-size: 0.9em;
	width: 85%;
	margin: 0 auto;
	padding: 0.6em 0em;
}
.monitor{
	background: url(../images/iconset.png) no-repeat -1px 0px;
}
.target{
	background: url(../images/iconset.png) no-repeat -90px 0px;
}
.event{
	background: url(../images/iconset.png) no-repeat -175px 0px;
}
.grid_of_1
{
	width:18%;
	margin-left: 9%;
	float:left;
}
.grid_of_1:nth-child(1)
{
	margin-left: 0%;
}
.grid_of_1n a{
	float:left;
}
.cup
{
	background: url(../images/iconset.png) no-repeat -1px -107px;
}
.smill
{
	background: url(../images/iconset.png) no-repeat -78px -105px;
}
.meeting
{
	background: url(../images/iconset.png) no-repeat -170px -107px;
}
.parties
{
	background: url(../images/iconset.png) no-repeat -255px -103px;
}
.grids-of_4
{
	background: #F0F0F0;
	padding: 3.5em 0em;
}
.grid_of_1 a {
	float: left;
}
.grid_of_1 .sub_grid
{
	float:right;
}
.sub_grid  span
{
	font-size: 3.4em;
	font-weight: 900;
}
.sub_grid  p{
	color:#979797;
	padding: 0.3em 0em;
	width: 100%;
}
.clients
{
	background-image: url(../images/bg1.jpg);
}
.clients h3 {
	color: #FFF;
	font-size: 1.8em;
	font-weight: 900;
	padding: 2.5em 0em 0em 0em;
}
.clients h4 {
	color: #FFF;
	padding: 0.8em 0em;
	font-size: 1.9em;
	font-weight: 300;
}
/* start cauresol */
.nbs-flexisel-container {
	padding:2em 0em 3em 0em;
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	width:200px;
	height:100px;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100px;
	max-height: 45px;
}
/*** start cauresol  navigation ***/

/****/
/******start_services******/
.services {
	padding-bottom: 3.7em;
}
.heading {
font-family: 'Sanchez', serif;
	color: #303030;
	font-size: 2em;
	font-weight: 600;
	text-align: center;
}
.desc {
font-family: 'Sanchez', serif;
	color: #979797;
	font-size: 1.5em;
	text-align: center;
	padding: 1em 0em;
}
.grid1
{
	width:31.2%;
	float:left;
	margin: 6% 0% 0% 3%;
}
.grid1:nth-child(1),.grid1:nth-child(4)
{
	margin-left: 0%;
}
.service_grids a{
	float:left;
	margin-top: 1%;
}
.service_grids .grid_sub
{
	float:right;
	width: 73%;
	margin-left: 7%;
}
.grid_sub h3
{
 	color:#303030;
 	font-size: 1.2em;
}
.grid_sub h3 span{
	margin-left: 8px;
}
.grid_sub h6
{
 	width:100px;
 	padding: 0.2em 0em;
 	margin: 0;
}
.grid_sub p
{
	color: #838383;
	line-height: 1.6em;
	font-size: 0.9em;
	padding: 1.2em 0em;
}
.system{
	background: url(../images/iconset.png) no-repeat 1px -205px;
}
.tools{
	background: url(../images/iconset.png) no-repeat -89px -210px;
}
.mobile
{
	background: url(../images/iconset.png) no-repeat -184px -208px;
}
.monitor
{
	background: url(../images/iconset.png) no-repeat -280px -207px ;
}
.smonitor
{
	background: url(../images/iconset.png) no-repeat -383px -210px;
}
.radio
{
	background: url(../images/iconset.png) no-repeat -484px -208px;
}
.slider2
{
	background-image: url(../images/bg2.jpg);
}
.slider2 p{
	color:#fff;
	font-size: 1.2em;
}
.slider2 p span
{
	color:#fff;
	font-weight:600;
	font-size: 1.1em;
}
.slider2 p img{
	margin: 0em 1em;
}
.slider2  h4{
	color:#fff;
	font-size: 0.8em;
	padding: 1em 0em;
}
.slider2  h6
{
	padding: 1em 0em;
}
/*****end-services*******/
/*****start-team*******/
.team_members
{
	background: #F0F0F0;
	padding: 1em 0em;
	position:relative;
	margin-top: 4em;
}
.team_members:before
{
	content: '';
	position: relative;
	right: 48.5%;
	text-align: center;
	top: -25px;
	border-left: 25px solid rgba(0, 0, 0, 0);
	border-right: 25px solid rgba(0, 0, 0, 0);
	border-bottom: 25px solid #F0F0F0;
}
.team p{
    font-family: 'Sanchez', serif;
	color: #979797;
	width: 70%;
	margin: 0 auto;
	padding: 2em 0em;
}
.para_a {
	font-size: 1em;
}

/* =========================================================
**************************Portfolio*************************
============================================================ */
.typo1 {
	position:relative; 
	width:100%; 
	height:100%; 
	padding:4em 0 0;
}
.portfolio-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index:0;
}
#portfolio .section-title .small-caption,
#portfolio .section-title .big-caption {
    font-family: 'Sanchez', serif;
	color:#fff;
	font-size:14px;
	text-align:center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
  list-style:none;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

#container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.element {
	width: 225px;
	height: 225px;
	float: left;
	margin-top: 2.5px;
	margin-right: 25px;
	margin-bottom: 2.5px;
	margin-left: 25px;
	overflow: visible;
	position: relative;
}
/* start content */
.content_bg{
	background-color: #FBFBFB;
}
.content{
	padding: 4% 6%;
}
.content_text{
    font-family: 'Sanchez', serif;
	text-align:center;
	margin-bottom: 4%;
}
.content_text1{
	font-family: 'Sanchez', serif;
	text-align:center;
	margin-bottom: 3%;
	margin-top: 3%;
	margin-right: 5%;
	margin-left: 5%;
}
.content_text h2{
	font-size: 2.5em;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.content_text p{
	font-size: 1em;
	color: #777777;
	font-family: 'Sanchez', serif;
}
/* start btm_grids */
.btm_grids{
	margin:4% 0;
	background: #ffffff;
	padding: 4%;	
}
.btm_grid h2{
	font-family: 'Sanchez', serif;
	font-size:2em;
	color: #252525;
	text-transform:capitalize;
	margin-bottom: 2%;
}
.btm_grid h3{
	font-size:0.925em;
	color: #FF9900;
	line-height: 1.8em;
	font-family: 'Sanchez', serif;
	margin-bottom: 2%;
}
.btm_grid p{
	font-size:0.925em;
	color: #777777;
	line-height: 1.8em;
	font-family: 'Sanchez', serif;
	
}
.btm_grid p.top{
	margin-top: 2%;
}
/* start service*/
.ser-grid-list{
	display: block;
}
.ser-grid-list:first-child{
	margin-left:0;
}
.ser-grid-list{
	float: left;
	width: 21.99999%;
	margin-left: 4%;
}
.ser-grid-list img{
	margin-bottom: 8%;
}
.btm_grid.top{
	margin-top: 4%;	
}
.button1 {
	font-family: 'Sanchez', serif;
	text-align: center;
	display: block;
	margin-top: 10%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	z-index: 1;
	position: relative;
	color: #000000;
	background-color: #FF9900;
	text-transform: uppercase;
}
.button1:hover {
	opacity: 0.8;
}

.box {
    background-color: #fff;
}

.box_bot {
    padding: 13px 124px 18px 20px;
    position: relative;
}

.box_bot .fa {
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    right: 58px;
    top: 50%;
    margin-top: -18px;
    color: #d9593f;
}

.gallery .text1 {
    margin-bottom: 0;
	font-family: 'Sanchez', serif;
}

.box_bot .fa:hover  {
    color: #333;
}

.block2 .fa {
    display: block;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    color: #34393d;
    margin-bottom: 32px;
}

.block2 .fa-file-text-o {
    font-size: 65px;
    position: relative;
    top: -2px;
}

.block2 .fa-lightbulb-o {
    font-size: 64px;
    top: -1px;
    position: relative;
}

/**** Details ****/
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	box-shadow: 0px 0px 2px #ccc;
	padding:1.5%;
	margin:1% 0;
	background-color: #f9f9f9;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid {
	display: block;
	float:left;
	margin:0% 0 0% 1.6%;
}
.grid:first-child { margin-left: 0; }

.images_3_of_1 {
	width:30.2%;
}
.blog{
	width: 68.1%;
}
.images_3_of_1  img {
	max-width:100%;
	display:block;
}
.blog  h3{
	color: #FF9900;
	margin-bottom: 0.3em;
	font-size: 1.2em;
	line-height: 1.2;
	font-family:'Raleway', sans-serif;
	font-weight: normal;
	margin-top: 0px;
}
.blog  p  {
	font-size:0.8125em;
	padding:0.3em 0;
	color: #333;
	line-height: 1.6em;
	font-family :'Raleway', sans-serif; 	
}
.price p,.available p{
	font-size:0.8125em;
	padding:1.3% 1%;
	color:#222;
	vertical-align:top;
}
.price p span{
	font-size:1.5em;
	font-family:'Raleway', sans-serif;
	color: #FF9900;
}
.available p span{
	font-size:1em;
	color: #FF9900;
}
.blog .button1{
	margin-top:1%;
	line-height:2em;
}
.blog .button1 a{
	font-size:1em;
	color:#000000;
	background: #FF9900;
	padding:8px 15px;
	cursor:pointer;	
}
.blog .button1 a:hover{
	color:#FF9900;
	background: #f3f3f3;
}

/**** Example Options ****/

#options {
	text-align:center;
	margin:20px 0;
}
#options ul {
  margin: 0;
  list-style: none;
  display:inline-block;
}

#options li {
  float: left;
}

#options li a {
	display: block;
	color:#979797;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border:0px solid transparent;
	outline:none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#options li a:hover {
	color:#FFCC00;
	opacity: 0.8;
}

#options li a.selected {
	border:0px solid #EBEBEB;
	background-color: #FFFFCC;	
}

.grid figure {
	margin: 0;
	position: relative;
	text-align:center;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background-color: #99cf16;
	border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border:0px solid transparent;
  outline:none;
  transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.grid figcaption h3 {
    font-family: 'Sanchez', serif;
	padding: 0;
	color: #fff;
	font-size:14px;
	line-height:18px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.grid figcaption h3 a {
	color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

.grid figcaption .meta-box {
	color:#fff;
}
.grid figcaption span a {
	font-size:10px;
	color:#fff;
}
.grid figcaption span a:hover {
	color:#fff;
}

.grid figcaption footer {
	position:absolute;
	bottom:20px;
	text-align:center;
	width:100%;
}
.grid figcaption a.link-gallery,
.grid figcaption a.link-p-detail {
	padding: 6px 10px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	min-width: 60px;
	color: #FFFFFF;
	margin-right: 10px;
	font-size: 1em;
}

.cs-style-5 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
	
}

.cs-style-5 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0.5;
	filter: alpha(opacity=0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.no-touch .cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#portfolio .load-more {
	font-size:14px;
	padding:15px 25px 18px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
.contact-bg
{
	background:#F0F0F0 url(../images/slider2.jpg) no-repeat;
	margin-top: 3.5em;
	padding-bottom: 4em;
}
.tool_tip
{
	padding: 10em 0em;
}
.tool_tip a 
{
	display: block;
	background: #FFF;
	padding: 1em 3em;
	width: 100px;
	margin: 0 auto;
	position: relative;
}
.tool_tip a:after
{
	content: '';
	position: absolute;
	right: 39%;
	text-align: center;
	bottom: -20px;
	border-left: 20px solid rgba(0, 0, 0, 0);
	border-right: 20px solid rgba(0, 0, 0, 0);
	border-top: 20px solid #FFF;
}
.form
{
	background: #fff;
}
.contact-form {
	float:left;
	width:50%;
	margin: 2em 1em 2em 3.5em;
}
.address
{
	float:right;
	width: 35%;
	margin: 2em 3em 2em 0em;
}
.address h3
{
	font-size: 1.6em;
}
.address p{
	color:#979797;
	font-size: 1em;
	padding-top: 1em;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:1em;
	color: #303030;
	padding-bottom:10px;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:90%;
	background:#fff;
	border: none;
	outline:none;
	color:#303030;
	font-size:0.85em;
	border:1px solid #EBEBEB;
	font-family: 'Sanchez', serif;
	-webkit-appearance:none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	cursor:pointer;
	color:#fff;
	font-size: 1.2em;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #39A38F;
	padding:15px 20px;
	border:none;
	  font-family: 'Sanchez', serif;
	   margin-top: 20px;
	   -webkit-appearance: none;
}
.contact-form input[type="submit"]:hover{
	background-color:#41B9A3;
}
.contact-form p{
	color:#999;
	font-size:0.85em;
	margin-bottom:4%;
}
.c_grids
{
	width:100%;
	padding: 2em 0em 0em 0em;
}
.c_grids a{
	float:left;
}
.c_grids p{
	float: left;
	font-size: 1.2em;
	padding: 0.2em 1em;
	color: #303030;
}
.pointor
{
	background: url(../images/iconset.png) no-repeat -268px -8px;
}
.contact-img
{
	background: url(../images/iconset.png) no-repeat -366px -8px;
}
.website
{
	background: url(../images/iconset.png) no-repeat -478px -8px;
}
.footer {
    font-family: 'Sanchez', serif;
	background-color: #FF6600;
}
.footer-left {
	float: left;
	padding: 1.85em 1em;
}
.copy p{
	color:#FFFFFF;
	font-size:1em;
}
.copy p a{
	color:#39A38F;
}
.copy p a:hover{
	color:#979797;
}
.social {
	float:right;
	padding: 2.2em 1em;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 44px;
	height:44px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_move.png) no-repeat right top;
}
.Estilo2 {color: #FF9900; font-family: 'Sanchez', serif; font-size:14px}
/*****end-team*********/
/*****responsive******/
@media screen and (max-width: 1440px) 
{
	.carousel {
		 margin: 0em;
	}
	
}
@media screen and (max-width: 1366px)
{
	.logo {
	width: 170px;
	}
	.about h2 {
	font-size: 3em;
	} 
	.sub_grid span {
	font-size: 3.2em;
	}
	.contact-member {
	padding: 11px 10px;
	}
	#container {
	height: 1150px !important;
	position:relative;
	}
	
}
@media screen and (max-width: 1280px) 
{
	.wrap{
		width:100%;
	}
	.logo {
	width: 260px;
	}
	.header{
	padding-top: 1%;
	padding-right: 0.5%;
	padding-bottom: 1%;
	padding-left: 0.5%;
    }
	.menu li a{
	margin-top:0px;
	margin-left:10px;
	font-size: 0.3em;
	margin-right: 3px;
	margin-left: 3px;
    }
	.top-header-right{
	margin-top:-5px;
	}
	.navigation {
	width: 100%;
	}
	header h1 {
	font-size: 26px;
	}
	.navigation li {
	margin-left: 5px;
	}
	.sub_grid span {
	font-size: 2.6em;
	}
	.service_grids .grid_sub {
	width: 70%;
	}
	.about h2 {
	font-size: 2.8em;
	}
	.about h4 {
	font-size: 1.7em;
	}
	#idioma1 {
	margin-top:0px;
	left: 1px;
	float: left;
    }
}
@media screen and (max-width: 1024px)
{

    .header{
	padding-top: 1%;
	padding-right: 0.5%;
	padding-bottom: 1%;
	padding-left: 0.5%;
    }
	.wrap{
		width:100%;
	}
	.logo {
	width: 150px;
	}
	.menu li a{
	margin-top:2px;
	margin-left:25px;
	font-size: 0.15em;
	margin-right: 3px;
	margin-left: 3px;
    }
	.navigation {
	width: 100%;
	}
	.about h2 {
	font-size: 2.3em;
	}
	.about h4 {
	font-size: 1.3em;
	}
	.about p {
	width: 71%;
	}
	.sub_grid span {
	font-size: 2.4em;
	}
	.top-grid a {
	font-size: 1.3em;
	}
	.heading {
	font-size: 1.7em;
	}
	.navigation {
	width: 62%;
	}
	.social_icons {
	padding: 1.6em 1em;
	}
	.desc {
	font-size: 1.2em;
	}
	#container {
	height: 1150px !important;
	position:relative;
	}
	.sub_grid p {
	width: 100%;
	}
	#idioma1 {
	margin-top:0px;
	left: 1px;
	float: left;
    }
}	
@media screen and (max-width: 1000px) {

    .logo {
	width: 150px;
	margin-top:10px;
	margin-left:20px;
	}
	.wrap{
	width:95%;
	}
	.menu {
	visibility: hidden;
	margin-top:-15px;
	}
	.nav {
	display: block;
	}
	.top-grid:nth-child(1),.grid_of_1:nth-child(4),.grid1:nth-child(3),.grid1:nth-child(6){
	display: none;
	}
	.top-grid {
	width: 47.9%;
	padding-bottom: 0em;
	}
	.about p {
	width: 92%;
	padding: 1em 0em 0.5em 0em;
	}
	.sub_grid p {
	width: 100%;
	}
	.grid_of_1 {
	width: 26%;
	}
	.nbs-flexisel-container {
	padding: 1em 0em 1em 0em;
	max-width: 100%;
	}
	.clients h3 {
	padding: 1.2em 0em 0em 0em;
	}
	.about {
	padding: 3em 0em;
	}
	.grid1 {
	width: 46.5%;
	margin: 6% 0% 0% 6%;
	}
	.tool_tip {
	padding: 3em 0em;
	}
	.tool_tip a {
	padding: 0.6em 2em;
	}
	.contact-form {
	float: none;
	width: 90%;
	margin: 2em 1em 2em 3.5em;
	}
	.address {
	float: none;
	width: 89%;
	margin: 2em 1em 2em 3.5em;
	padding-bottom: 2em;
	}
	.c_grids p {
	font-size: 1em;
	}
	.c_grids {
	width: 60%;
	}
}
	
}
@media screen and (max-width: 800px) {

    .logo {
	width: 150px;
	margin-top:10px;
	margin-left:20px;
	}
	.wrap{
	width:95%;
	}
	.menu {
	visibility: hidden;
	margin-top:-15px;
	}
	.nav {
	display: block;
	}
	.top-grid:nth-child(1),.grid_of_1:nth-child(4),.grid1:nth-child(3),.grid1:nth-child(6){
	display: none;
	}
	.top-grid {
	width: 47.9%;
	padding-bottom: 0em;
	}
	.about p {
	width: 92%;
	padding: 1em 0em 0.5em 0em;
	}
	.sub_grid p {
	width: 100%;
	}
	.grid_of_1 {
	width: 26%;
	}
	.nbs-flexisel-container {
	padding: 1em 0em 1em 0em;
	max-width: 100%;
	}
	.clients h3 {
	padding: 1.2em 0em 0em 0em;
	}
	.about {
	padding: 3em 0em;
	}
	.grid1 {
	width: 46.5%;
	margin: 6% 0% 0% 6%;
	}
	.tool_tip {
	padding: 3em 0em;
	}
	.tool_tip a {
	padding: 0.6em 2em;
	}
	.contact-form {
	float: none;
	width: 90%;
	margin: 2em 1em 2em 3.5em;
	}
	.address {
	float: none;
	width: 89%;
	margin: 2em 1em 2em 3.5em;
	padding-bottom: 2em;
	}
	.c_grids p {
	font-size: 1em;
	}
	.c_grids {
	width: 60%;
	}
}
@media screen and (max-width: 768px) {

    .logo {
	width: 150px;
	margin-top:10px;
	margin-left:20px;
	}
	.wrap{
	width:95%;
	}
	.top-header-right{
		margin-top:20px;
		margin-left:15px;
	}
	.menu {
	visibility: hidden;
	margin-top:-15px;
	}
	.nav {
	display: block;
	}
	.top-grid:nth-child(1),.grid_of_1:nth-child(4),.grid1:nth-child(3),.grid1:nth-child(6){
	display: none;
	}
	.top-grid {
	width: 47.9%;
	padding-bottom: 0em;
	}
	.about p {
	width: 92%;
	padding: 1em 0em 0.5em 0em;
	}
	.sub_grid p {
	width: 100%;
	}
	.grid_of_1 {
	width: 26%;
	}
	.nbs-flexisel-container {
	padding: 1em 0em 1em 0em;
	max-width: 100%;
	}
	.clients h3 {
	padding: 1.2em 0em 0em 0em;
	}
	.about {
	padding: 3em 0em;
	}
	.grid1 {
	width: 46.5%;
	margin: 6% 0% 0% 6%;
	}
	.tool_tip {
	padding: 3em 0em;
	}
	.tool_tip a {
	padding: 0.6em 2em;
	}
	.contact-form {
	float: none;
	width: 90%;
	margin: 2em 1em 2em 3.5em;
	}
	.address {
	float: none;
	width: 89%;
	margin: 2em 1em 2em 3.5em;
	padding-bottom: 2em;
	}
	.c_grids p {
	font-size: 1em;
	}
	.c_grids {
	width: 60%;
	}
}
@media screen and (max-width: 640px) {
	#idioma1 {
	margin-top:0px;
	left: 1px;
	float: left;
    }
    .wrap{
	width:95%;
	}
	.header_bg{
	position: relative;
    }
	.top-header-right{
		margin-top:10px;
		margin-left:15px;
	}
	.logo {
	width: 150px;
	}
	.navigation li a {
	padding: 0.4em 1em;
	font-size: 0.8em;
	}
	.grid_of_1 {
	width: 27%;
	}
	 .grid1:nth-child(2), .grid1:nth-child(4) {
	display: none;
	}
	.grid1 {
	width: 47.5%;
	margin: 6% 0% 0% 4%;
	}
	.bg_mask2 {
	padding: 2em 0em 1em 0em;
	}
	.slider2 p {
	font-size: 1em;
	}
	.services {
	padding-bottom: 2.7em;
	}
	.contact-form {
	width: 85%;
	padding-top: 1em;
	}
	.ser-grid-list {
		margin-top:4%;
		width: 47.99999%;
	}
	.ser-grid-list:nth-child(3){
		margin-left: 0;
	}
	.address {
	width: 83%;
	}
	.header_toggle {
	right: 29px;
	}
	.Estilo2 {color: #FF9900; font-family: 'Sanchez', serif; font-size:12px}
}
@media screen and (max-width: 480px) 
{
	.wrap{
		width:95%;
	}
	.header_bg{
	position: relative;
    }
	.top-header-left ul li:nth-child(1),.top-header-left ul li:nth-child(2),.top-header-left ul li:nth-child(3){
		display:none;
	}
	.top-header-left ul li{
		border-left:none;
	}
	.top-header-right{
		margin-top:10px;
		margin-left:15px;
	}
	.top-grid {
	width: 100%;
	padding-bottom: 1.5em;
	}
	.about {
	text-align: center;
	background-color: #F3F3F3;
	background-image:none;
	padding: 2em 0em;
	height:1000px;
	}
	.about h4 {
	font-size: 1em;
	}
	.about p {
	width: 100%;
	padding: 1em 0em 0.5em 0em;
	}
	.conozca {
	text-align: center;
	background-image: url(../images/bg-conozca.jpg);
	background-repeat: repeat;
	padding: 2em 0em;
	}
	.conozca h4 {
	font-size: 1.6em;
	}
	.conozca p {
	width: 100%;
	padding: 1em 0em 0.5em 0em;
	}
	.para_a
	{
		font-size: 1.1em;
	}
	.grid_of_1:nth-child(3) {
	display: none;
	}
	.grid_of_1 {
	width: 39%;
	margin-left: 20%;
	}
	.clients h3 {
	font-size: 1.4em;
	}
	.grid1 {
	float: none;
	width: 100%;
	margin: 0%;
	margin-top: 2em;
	}
	.service_grids .grid_sub {
	width: 80%;
	margin-left: 2%;
	}
	.c_grids {
	width: 80%;
	}
	.logo1 {
	width: 180px;
	}
	.blog {
		width:100%;
	}
	.blog .button {
		line-height:2.2em;
	}
	.blog .button a {
		padding:8px 15px;
		font-size:0.8em;
		font-weight:normal;
	}
	.Estilo2 {color: #FF9900; font-family: 'Sanchez', serif; font-size:12px}
	
	.content-text1{
	width:90%;
	}
	#idioma1 {
	margin-top:0px;
	left: 1px;
	float: left;
    }
}
@media screen and (max-width: 320px) 
{
    #idioma1 {
	margin-top:0px;
	left: 1px;
	float: left;
	position:relative;
    }
    .wrap{
	width:95%;
	}
	.header_bg{
	position: relative;
    }
	.navigation li a {
	padding: 0.4em 1em;
	font-size: 0.8em;
	}
	.logo {
	padding: 0em 0em 0em 0em;
	}
	.top-header-left{
		display:none;
	}
	.top-header-left ul li{
		border-left:none;
	}
	.top-header-right{
		margin-top:10px;
		margin-left:12px;
	}
	.about h2 {
	font-size: 1.2em;
	line-height:0.5em;
	}
	.about {
	text-align: center;
	background-color: #F3F3F3;
	background-image:none;
	padding: 2em 0em;
	}
	.about h4 {
	font-size: 1em;
	padding: 0.5em 0em;
	}
	.conozca h2 {
	font-size: 1.2em;
	line-height:0.5em;
	}
	.conozca {
	text-align: center;
	background-image: url(../images/bg-conozca.jpg);
	background-repeat: repeat;
	padding: 2em 0em;
	}
	.conozca h4 {
	font-size: 1.5em;
	padding: 0.5em 0em;
	}
	.para_a {
	font-size: 1em;
	}
	.grid_of_1 a {
	float: none;
	}
	.grid_of_1 .sub_grid {
	float: none;
	margin-top: 1em;
	}
	.service_grids .grid_sub {
	width: 70%;
	margin-left: 2%;
	}
	.grid_sub h3 {
	font-size: 1.1em;
	}
	.team_members:before {
	right: 37.5%;
	}
	.contact-form {
	width: 88%;
	padding: 1em 1.2em;
	margin: 0px;
	}
	.contact-form input[type="submit"] {
	padding: 10px 20px;
	}
	.address {
	width: 83%;
	margin: 0;
	padding: 1em 1em;
	}
	.c_grids {
	width: 100%;
	}
	.slider2 h4 {
	font-size: 1em;
	}
	.about h6, .services h6, .team h6, .section-title h6, .contact h6 {
	width: 100px;
	}
	.top-grid a {
	font-size: 1.3em;
	padding: 0.5em 0 0em 0;
	}
	.c_grids p {
	font-size: 0.8em;
	}
	.footer-left {
	float: none;
	padding: 1em 0em 0em 0em;
	text-align: center;
	font-size:13px
	}
	.social_icons {
	width: 50%;
	padding: 1em 4em;
	float: none;
	}
	.footer {
	padding-bottom: 1em;
	}
	.heading {
	font-size: 1.3em;
	}
	.desc {
	font-size: 1em;
	}
	.address h3 {
	font-size: 1.1em;
	}
	.contact-member {
	display: none;
	}
	.Estilo2 {color: #FF9900; font-family: 'Sanchez', serif; font-size:11px}
	
	.content-text1{
	width:90%;
	}
}
@media screen and (max-width: 240px) 
{
    .logo {
	width: 170px;
	}
	.top-header-left{
		display:none;
	}
	.top-header-left ul li{
		border-left:none;
	}
	.top-header-right{
		margin-top:10px;
		margin-left:12px;
	}
	.navigation li a {
	padding: 0.4em 1em;
	font-size: 0.8em;
	}
	.logo {
	padding: 1.1em 0.5em 1em 0.5em;
	}
	.about h2 {
	font-size: 1em;
	}
	.about {
	text-align: center;
	background-color: #F3F3F3;
	background-image:none;
	padding: 1.5em 0em;
	}
	.about h4 {
	font-size: 1em;
	padding: 0.5em 0em;
	}
	.conozca h2 {
	font-size: 1em;
	}
	.conozca {
	text-align: center;
	background-image: url(../images/bg-conozca.jpg);
	background-repeat: repeat;
	padding: 1.5em 0em;
	}
	.conozca h4 {
	font-size: 1em;
	padding: 0.5em 0em;
	}
	.para_a {
	font-size: 1em;
	}
	.grid_of_1 a {
	float: none;
	}
	.grid_of_1 .sub_grid {
	float: none;
	margin-top: 1em;
	}
	.service_grids .grid_sub {
	width: 70%;
	margin-left: 2%;
	}
	.grid_sub h3 {
	font-size: 1.1em;
	}
	.team_members:before {
	right: 37.5%;
	}
	.contact-form {
	width: 88%;
	padding: 1em 1.2em;
	margin: 0px;
	}
	.contact-form input[type="submit"] {
	padding: 10px 20px;
	}
	.address {
	width: 83%;
	margin: 0;
	padding: 1em 1em;
	}
	.c_grids {
	width: 100%;
	}
	.slider2 h4 {
	font-size: 1em;
	}
	.about h6, .services h6, .team h6, .section-title h6, .contact h6 {
	width: 100px;
	}
	.top-grid a {
	font-size: 1.3em;
	padding: 0.5em 0 0em 0;
	}
	.c_grids p {
	font-size: 0.8em;
	}
	.footer-left {
	float: none;
	padding: 1em 0em 0em 0em;
	text-align: center;
	font-size:12px;
	}
	.social_icons {
	width: 50%;
	padding: 1em 4em;
	float: none;
	}
	.footer {
	padding-bottom: 1em;
	}
	.heading {
	font-size: 1.3em;
	}
	.desc {
	font-size: 1em;
	}
	.address h3 {
	font-size: 1.1em;
	}
	.contact-member {
	display: none;
	}
	#idioma1 {
	position: relative;
	z-index: 9999;
	top: 0px;
	left: 1px;
	float: left;
}
}
