@import 'settings-panel.css';

@import url("http://fonts.googleapis.com/css?family=Open Sans+Condensed:400,700");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700");
@import url("http://fonts.googleapis.com/css?family=Volkhov:400italic");
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');


html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family:'Noto Sans', sans-serif;
	background: #FFF; 
}

a {
	color: #000;
	transition: .4s;
	font-family: 'Noto Sans', sans-serif;
}

a, a:hover, a:focus, a:active {
	outline: 0;
	text-decoration: none;
	transition: .4s;
	color:#EBB703;
	font-family: 'Noto Sans', sans-serif;
}

a:hover {
	color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noto Sans', sans-serif;
	color:#000;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p {
	margin-bottom: 17px;
	font-size: 13px;
	line-height: 23px;
	color: #878787;
}

ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.bold{
	font-weight: 800;
}
.no-padding {
	padding: 0 !important;
}

.outer-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	background:#fff;
}

.outer-wrapper.boxed {
	width: 98%;
	max-width:1250px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.outer-wrapper.boxed header {
	width: 100%;
	max-width:1250px;
	margin-left: auto;
	margin-right: auto;
}


#header-main.affix a.navbar-brand {
	font-size: 31px !important;
	margin: 5px 0 0;
}

#header-main.affix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 0;
	padding: 10px 0;
	min-height: inherit;
	z-index: 999;
	background: #ffffff;
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #efefef;
}

#header-main.affix .navbar {
	margin-top: 0px;
}

#header-main.affix .navbar-nav > li > .dropdown-menu {
	margin-top: 12px !important;
}

#header-main.affix .navbar-brand img {
	width: 80%;
	margin-top: 7px;
	margin-bottom: 7px;
}

#header-main.affix .navbar-brand {
	line-height: 38px;
}

#header-main {
    padding: 0px;
    position: relative;
    background-color: #FFF;
    top: 0px;
    left: 0px;
    right: 0px;
    font-family: raleway;
    z-index: 99999;
	border-bottom: 1px solid #eee;
								}


#header-main .navbar-default {
	background-color: #fff;
	border:none;
	margin-bottom: 35px;
}

#header-main .navbar-brand {
    padding: 0px 0 0;
}


#header-main .navbar-brand img {
    width: 80px;
    /*height: 24px;*/
}

#header-main .navbar {
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0px;
	margin: 5px 0px 0px;
	list-style: outside none none;
	font-size: 14px;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	background-clip: padding-box;
}

#header-main .yamm .nav,
	#header-main .yamm .collapse,
	#header-main .yamm .dropup,
	#header-main .yamm .dropdown {
	position: static;
}

#header-main .yamm .container {
	position: relative;
}

#header-main .yamm .dropdown-menu {
	left: auto;
	right: auto;
	
}

.white-wrapper .testimonial h3,
	#header-main .yamm-fw .dropdown-menu li a {
	color: #262626 !important;
}

#header-main .yamm-fw .dropdown-menu li a:before {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 13px;
	padding-right: 5px;
}

#header-main .yamm-fw .dropdown-menu li {
	list-style: none;
	padding: 0;
}

#header-main .yamm-fw .nav.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}

#header-main .yamm .yamm-content {
	padding: 20px;
	
}

#header-main a:hover {
	text-decoration: none;
	color: #EBB703;
}

#header-main .dropdown-menu li a:focus,
	#header-main .dropdown-menu li a:active,
	#header-main .dropdown-menu li a:hover {
	background-color: #fff;
}

#header-main .yamm img {
	margin-bottom: 30px;
}

#header-main .dropdown-menu,
	#header-main .yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: none;
	margin-top: -1px;
	border: none;
	border-top: 1px solid #fff;
z-index: 999999;
}
/*#header-main .navbar-nav > li {border-right: 1px solid #EBB703;}*/
#header-main .navbar-nav > li > a:focus,
#header-main .navbar-nav > li > a {
	color: #262626;
	padding: 15px 10px 10px;
	font-size: 11px;
	overflow: hidden;
	position: relative;
	z-index: 99999;
	text-transform: uppercase;
	letter-spacing: 3px;
}
	

#header-main .navbar-nav > li:hover > a ,
#header-main .navbar-nav > li > a:hover {
background:transparent !important;
}


#header-main .dropdown-menu li a {
	text-decoration: none;
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 12px;
	color: #262626 !important;
	background: transparent !important;
	font-weight:500;
}

#header-main .dropdown-menu li a:hover {
	color: #EBB703 !important;
	background: #fff !important;
}

#header-main .dropdown-menu {
	padding: 0 !important;
	border-radius: 0 !important;
}

#header-main .yamm-fw .dropdown-menu li a {
	padding: 11px 0px;
	font-size: 11px;
	font-weight:500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#header-main .yamm-fw .dropdown-menu li a:hover {
	background: transparent !important;
	color: #EBB703 !important;
}
#header-main .yamm-fw .dropdown-menu li a:current {
	background: transparent !important;
	color: #EBB703 !important;
}
#header-main .dropdown-menu li {
	float: none;
	display: block;
	margin: 0;
	text-align: left;
	border: 0;
	
	position: relative;
}

#header-main .dropdown-menu li:last-child {
	border-bottom: 0;
}

#header-main .navbar-nav > li > a:hover,
	#header-main .navbar-default .navbar-nav > .open > a,
	#header-main .navbar-default .navbar-nav > .open > a:hover,
	#header-main .navbar-default .navbar-nav > .open > a:focus
	#header-main .navbar-default .navbar-nav > .open > a:active {
	color: #EBB703 !important;
}

#header-main .dropdown-menu,
	#header-main .yamm .dropdown.yamm-fw .dropdown-menu {
	border-top-color: #EBB703 !important;
}

#header-main .yamm h3 i,
	#header-main .yamm-fw .dropdown-menu li a:before {
	color: #EBB703;
}

.yamm .dropdown-submenu > .dropdown-menu {
	top: 0px;
	left: 100% !important;
	margin-top: -3px !important;
	margin-left: -1px;
	border-radius: 0px 6px 6px;
}

#header-main .yamm .dropdown-menu {
	right: auto;
}
#navbar-collapse-1 ul li a:hover {
	color: #EBB703;
}
#navbar-collapse-1 ul li a:active {
	color: #EBB703;
}

.arrow-up {
    
    font-size: 12px;
    display: inline-block;
    line-height: 0;
    position: relative;
    top: -1px;
    color: #aaa;
    margin-left: 2px;
}

#header-main .navbar-nav > li > a:hover .arrow-up {
	color:#EBB703;
}

#header-main .navbar-nav > li > a.active .arrow-up {
	color:#EBB703;
}

.navbar-brand {
	font-family:'Noto Sans', sans-serif;
	color: #000 !important;
	margin-top: 15px;
	font-size: 35px;
	height: 0;
}

.navbar-nav {
	float: left;
	margin: 0 0 -1px;
	
}
.slider {
    width: 100%;
    margin: auto;
    overflow: hidden;
 
    background-size: cover;
    opacity: 0.;
}
.slider ul{
    display: flex;
    padding: 0px;
    width: 600%;
    animation: cambio 15s infinite alternate linear;
}
.slider li{
    width: 100%;
    list-style: none;
    padding: 0;
    bottom: 0;
    padding-top: 130px;
}  
.slider img{
    width: 100%;
}
.slider-wrap {
    position: relative !important;
	margin-top:50px;
}


.inner-content {
	padding: 60px 0;
}

.section-about h3 {
	font-size: 25px;
	margin: 15px 0 20px;
}
.spaceup30 {

	margin-top: 30px;
}
.spaceup70 {

	margin-top: 70px;
}
.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 20px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 10px;
}

.space100 {
	margin-bottom: 100px;
}
.gallery{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
}
.left{
	vertical-align:left
} 
.button {
	background: #ccc;
	padding: 15px 20px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-size: 12px;
	letter-spacing: 2px;
	font-family:'Noto Sans', sans-serif;
	border-radius: 0px;
	display: table;
	transition: .4s;
}

.button:hover {
	background: #EBB703 !important;
	color: #fff !important;
}
.social-icons .facebook a:hover {
  background: #3B5998;
}

.social-icons .linkedin a:hover {
  background: #007bb6;
}
.scrollup{
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 0px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-image: url(../images/basic/up2.jpg);
}

/*												Progress Bars ^
--------------------------------------------------------------*/

.progress-bars {
	margin-bottom: 30px;
}

.progress-scale {
	height: 6px;
	margin-bottom: 25px;
}

.progress-label {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 13px;
	color: #474343;
}

.progress-line {
	width: 0;
	height: 6px;
	position: relative;
	-webkit-transition: width 2s ease-in-out;
	transition: width 2s ease-in-out;
}

.progress-line {
	background-color: #8dc73f;
	-webkit-animation: bg-move 2s linear infinite;
	animation: bg-move 2s linear infinite;
}
#clientes {
	background-image: url(../images/basic/ab6.jpg);
	padding: 0;
	color: #fff;
}

#clientes .overlay {
	background-color: rgba(213,185,185,0.2);
	padding: 70px 0 40px;
}
.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.page_header_parallax {
	background: url(../images/bg/p_3.jpg) repeat-X fixed center;
	background-size: cover;
	padding: 20px 0 20px;
}

.page_header_parallax2 {
	background: #000 url(/images/blog/Contacto1.jpg) no-repeat fixed center;
	background-size: cover;
	padding: 80px 0 80px;
}


.page_header h3 {
	font-family:'Noto Sans', sans-serif;
	margin: 0;
	color: #ffffff;
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 48px;
	font-weight:300;
	
}

.page_header h3 span {
    background: #8dc73f;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 4px 6px;
    display: table;
	font-weight:700;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom:15px;
}
.bcrumb-wrap {
border-bottom: 1px solid #F0F0F0;
background:#fff;
height:47px;
}
.bcrumbs {
	margin-top: 10px;
}
.bcrumbs li {
	float: left;
	margin-right: 20px;
	color: #888;
	line-height: 25px;
	position: relative;
	font-size:13px;
}

.bcrumbs li::before {
	content: "/";
	position: absolute;
	right: -12px;
	color: #aaa;
	opacity: 0.5;
}

.bcrumbs li:last-child:before {
	display: none;
}

.bcrumbs li a {
	color: #aaa;
}

footer {
	margin-top: 40px;
	background-size: 80%;
	padding: 60px 0 100px;
	border-top: 15px solid #eee;
}

.hidden-heading {
	display:none !important;
}

.footer-bottom {
	background-color:#eee;
	height: 80px;
	position: relative;
	top: -80px;
	margin-bottom: -80px;
	overflow: hidden;
	padding: 23px 0;
}

.footer-bottom p {
	color: #666;
	padding-top: 5px;
	margin: 0;
}
.borderfp {
	border-right: 2px solid #eee;
}


.full-contact {
	background:#fff;
    padding: 70px 100px;
}

.full-contact input {
	width:100% !important;
}
.feature-box .feature-box-icon {
	float: left;
	font-size: 40px;
	color: #EBB703;
	position: relative;
	top: -5px;
}

.feature-box2 .feature-box-icon {
	float: left;
	font-size: 30px;
	position: relative;
	top: -5px;
	border-radius:50%;
	background:#EBB703;
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	color:#fff;
}

.feature-box2 .feature-box-info {
margin-left: auto;
	margin-right: auto;
}

.feature-box-info {
	margin-left: auto;
	margin-right: auto;
}

.feature-box-info h4 {
	text-transform: uppercase;
	font-size: 15px;
	background-repeat: no-repeat;
}

.mm-wrap {
	padding-bottom: 40px;
}

.logo {
	margin-top: -165px;
}


.nav-tabs {
	border-bottom: none;
	display: table;
	width: 100%;
}

.nav-tabs li {
	
	border-right: none;
	width: 25%;
	position: relative;
	overflow: hidden;
}

.nav-tabs li.active::after {
	content: "";
	background: #EBB703;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -9px;
	right: -10px;
	transform: rotate(45deg);
}

.nav-tabs li:last-child {
	border-right: 1px solid #e5e5e5;
}

.nav-tabs li a {
	box-shadow: none;
	background: transparent;
	border: none !important;
	display: table;
	width: 100%;
	text-align: center;
	padding: 40px 10px;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	color: #000;
	font-size: 16px;
}

.nav-tabs li a span {
	color: #EBB703;
	margin-right: 10px;
}

.style1 {
	border-left: 5px solid #EBB703;
}

.style1 p {
	font-size: 12px;
	font-weight: 100;
	line-height: 27px;
	color: #888;
}

.style1.blockquote {
	border-left: none;
	border-right: 5px solid #EBB703;
}

.style2 {
	border: none;
	padding: 0 0 0 70px;
	position: relative;
}

.style2 span {
	color: #000;
	font-size: 50px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.style2 p {
	font-size: 38px;
	font-weight: 100;
	line-height: 42px;
	font-family: Noto Sans;
	color: #555;
}

#testimonial .owl-prev {
	background: #fff;
	border: 1px solid #000;
	width: 20px;
	height: 20px;
	line-height: 10px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}
.no-padding {
	padding: 0;
}


.padding30 {
	padding: 30px 0 !important;
}

.padding40 {
	padding: 40px 0 !important;
}
.padding-top-40 {
	padding:40px 0 0 !important;
}
.padding50 {
	padding: 50px 0 !important;
}

.padding60 {
	padding: 60px 0 !important;
}

.padding70 {
	padding: 70px 0 !important;
}

.padding-top-70 {
	padding:70px 0 0 !important;
}

.padding80 {
	padding: 80px 0 !important;
}

.padding90 {
	padding: 90px 0 !important;
}

.padding100 {
	padding: 100px 0 !important;
}

.padding110 {
	padding: 110px 0 !important;
}

.padding150 {
	padding: 150px 0 !important;
}

.padding120-40 {
	padding-top: 120px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom:40px;
}
.padding20lat {
	padding: 0px 20px !important;
}

.padding30lat {
	padding: 0px 30px !important;
}
.padding20down {
	padding: 20px !important;
}
.uppercase {
	text-transform: uppercase;
}

input.form-control {
	padding: 0 20px;
	border-radius: 3px;
	height: 50px;
	font-size: 14px;
	border: 1px solid #ccc;
}

textarea.form-control {
	padding: 20px 20px;
	border-radius: 3px;
	font-size: 14px;
	border: 1px solid #ccc;
}

.form-control-feedback {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 44px;
	line-height: 42px !important;
	text-align: center;
	pointer-events: none;
}
.form-control:focus {
    border-color: #eee;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 204, 204, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 204, 204, .6)
}
.feature-content i {
	width: 70px;
	height: 70px;
	color: #fff;
	border-radius: 50%;
	line-height: 70px;
	font-size: 30px;
	text-align: center;
	position: relative;
	transition: .4s;
	float: left;
	top: -4px;
	background: #EBB703;
 /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #EBB703 0%, #8dc73f 49%, #7aad36 50%, #7aad36 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#EBB703), color-stop(85%,#EBB703), color-stop(86%,#7aad36), color-stop(100%,#7aad36));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #8dc73f 0%,#8dc73f 49%,#7aad36 50%,#7aad36 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #8dc73f 0%,#8dc73f 49%,#7aad36 50%,#7aad36 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #8dc73f 0%,#8dc73f 49%,#7aad36 50%,#7aad36 100%);
 /* IE10+ */
	background: linear-gradient(135deg,  #8dc73f 0%,#8dc73f 49%,#7aad36 50%,#7aad36 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBB703', endColorstr='#7aad36',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */;
}

.fc-inner {
	margin-left: 85px;
}

.feature-content h2 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 15px 0 10px;
}

.feature-content p {
	font-size: 13px;
	line-height: 21px;
	margin: 0;
}

.fc-main {
	padding: 80px 80px 0 20px;
}

.gal-5col li {
	width: 20%;
	float: left;
	border: 1px solid #fff;
}

.gal-4col li {
	width: 25%;
	float: left;
	border: 1px solid #fff;
}

.gal-3col li {
	width: 33.3333%;
	float: left;
	border: 1px solid #fff;
}

.gal-2col li {
	width: 50%;
	float: left;
	border: 1px solid #fff;
}


h2.post-title {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 5px;
}

h2.post-title a {
	color: #000;
}

h2.post-title a:hover {
	color: #EBB703;
}

h2.post-title-small {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 5px;
}

h2.post-title-small a {
	color: #000;
}

h2.post-title-small a:hover {
	color: #EBB703;
}

.post-meta {
	margin-bottom:-10px;
}

.quote-meta .post-meta {
	margin-bottom:5px;
}

.post-meta span {
	margin-right: 15px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#EBB703;
}

.post-meta span i {
	margin-right: 0px;
	color: #aaa;
}

.post-meta span a {
	color: #EBB703;
}

.post-meta span a:hover {
	color: #000;
}

.blog-sep {
	height: 1px;
	border-bottom: 1px solid #e3e3e3;
	padding-top: 50px;
	margin-bottom: 40px;
}

.quote-meta {
	padding-left: 70px;
}

.page_nav {
	display: table;
	margin: 0 auto;
}

.page_nav a {
	margin: 0 2px;
	background: #000;
	color: #fff;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	font-family: 'Noto Sans', sans-serif;
}

.page_nav a:hover {
	background: #EBB703;
	color: #fff;
}

#blog-slider .owl-prev {
	background: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #000;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -2px;
	border-radius: 0px;
	transition: .4s;
}

#blog-slider .owl-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 12px;
	color: #000;
	line-height:20px;
	transition: .4s;
}

#blog-slider .owl-next {
	background: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -2px;
	border-radius: 0px;
	transition: .4s;
}

#blog-slider .owl-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 2px;
	right: 0px;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	transition: .4s;
}

#blog-slider .owl-prev:hover {
	background: #000;
	color: #fff;
}

#blog-slider .owl-next:hover {
	background: #000;
	color: #fff;
}

#blog-slider .owl-prev:hover:after ,
#blog-slider .owl-next:hover:after {
	color: #fff;
	transition: .4s;
}


.info-home h3 {
	font-family: Open Sans;
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 90px 0 10px;
}

.info-home h3 span {
	letter-spacing: 0px;
	display: block;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	margin: 0 0 -12px;
}

.info-home h3 em {
	letter-spacing: 0px;
	font-style: normal;
	display: block;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-size: 70px;
	text-transform: uppercase;
	color: #EBB703;
}

.info-home p {
	font-size: 16px;
	line-height: 25px;
}

.project-item {
	width: 20%;
	float: left;
	border: 10px solid #FFFFFF;
}

.project-gal {
	position: relative;
}

.overlay-folio {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.hover-box {
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.hover-zoom {
	display: table;
	margin: 0 auto;
	position: relative;
	top: 50%;
	margin-top: -25px;
}

.hover-zoom a {
	background: #000;
	color: #fff;
	width: 50px;
	height: 50px;
	margin: 0 5px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
}

.hover-zoom a:hover {
	background: #EBB703;
	color: #fff;
}

.hover-zoom .zoom {
	position: relative;
	left: -50px;
	opacity: 0;
	transform: rotate(-140deg);
}

.hover-zoom .link {
	position: relative;
	right: -50px;
	opacity: 0;
	transform: rotate(140deg);
}

.project-item:hover .hover-zoom a.link {
	position: relative;
	right: 0px;
	opacity: 1;
	transform: rotate(0deg);
}

.project-item:hover .hover-zoom a.zoom {
	position: relative;
	left: 0px;
	opacity: 1;
	transform: rotate(0deg);
}

.project-item:hover .overlay-folio {
	opacity: 1;
	transition: .5s;
	visibility: visible;
}

.project-info {
	padding: 20px;
}

.project-info h2 {
	margin: 0;
	font-size: 13px;
	text-transform: capitalize;
}

.project-info p {
	margin: 0;
}

.filter {
	margin: 35px auto 50px;
	display: table;
}

.filter li {
	float: left;
	margin: 20px 10px 0;
}

.filter a {
	color: #000;
	border: 1px solid #000;
	font-family: 'Noto Sans', sans-serif;;
	font-size: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 6px 10px;
}

.filter a:hover {
	color: #ffffff;
	background-color: #EBB703;
}

#portfolio-section h3 {
	font-size: 30px;
	margin: 0;
}

.welcome-content h2 {
	font-size: 50px;
	font-weight: 300;
}

h2.title {
	font-size: 30px;
}

.features-left i {
	font-size: 50px;
	float: right;
	color: #EBB703;
}

.features-left h3,
.features-left p {
	margin-right: 85px;
	text-align: right;
}

.features-left h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 70px 85px 15px 0;
}

.features-right i {
	font-size: 50px;
	float: left;
	color: #EBB703;
}

.features-right h3,
.features-right p {
	margin-left: 85px;
}

.features-right h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 70px 0 15px 85px;
}
.owl-theme .owl-controls .owl-page span {
	background: rgba(0,0,0,0.5);
}

#home-quote .owl-theme .owl-controls {
	margin-top: 30px;
	text-align: center;
	position: relative;
}


footer h4 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0px 0px 25px;
	color: #000;
	position: relative;
}

footer p {
	font-size: 14px;
}

.c-info {
	
	background-position: 0 100%;
	overflow: visible;
	padding-bottom: 78px;
}

.c-info li i {
	position: absolute;
	left: 0px;
	color: #444;
	top: 6px;
}

.c-info li {
	padding-left: 25px;
	position: relative;
	font-size: 14px;
	color: #999;
	margin-bottom: 13px;
	line-height: 23px;
}

.f-posts li {
	margin-bottom: 10px;
	padding-bottom: 17px;
	border-bottom: 1px solid #eee;
}

.f-posts li:last-child {
	border-bottom: none;
}

.f-posts li img {
	float: left;
	width: 55px;
	border: 5px solid rgba(0,0,0,0.1);
}

.f-posts li h5 {
	margin: 0px 0px 5px 70px;
	font-family: Open Sans;
	font-size: 13px;
}

.f-posts li h5 a {
	color: #000;
}

.f-posts li h5 a:hover {
	color: #EBB703;
}

.f-posts li p {
	font-size: 12px;
	margin: 0 0 0 70px;
}

.thumbs li {
	float: left;
	margin: 0 5px 5px 0;
}

.thumbs li img {
	width: 75px;
transition:.4s;
}

.thumbs li img:hover {
opacity:0.7;
transition:.4s;
}

.f-social a {
	border: 1px solid #444;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	color: #777;
	line-height: 23px;
	text-align: center;
	margin-right: 3px;
	font-size: 11px;
}

.f-social a:hover {
	background: #444;
	color: #999;
	line-height: 23px;
	text-align: center;
	margin-right: 3px;
	font-size: 11px;
}

.footer-top {
	background: #333;
	padding: 40px 0;
}


.bm-item {
	width: 33.33333%;
	float: left;
	position: relative;
	margin: 0 0 50px;
	padding: 0 15px;
}

.bm-item .post-title-small {
	font-size: 16px;
}

.blog-mason-4col .bm-item {
	width: 25%;
	float: left;
	position: relative;
	margin: 0 0 40px;
	padding: 0 15px;
}

.blog-mason-2col .bm-item {
	width: 50%;
	float: left;
	position: relative;
	margin: 0 0 40px;
	padding: 0 15px;
}

.blog-single p {
	font-size: 16px;
	line-height: 30px;
}

.prevnext .left {
	text-transform: uppercase;
	color: #000;
	letter-spacing: 5px;
	float: left;
	font-size: 13px;
}

.prevnext .right {
	text-transform: uppercase;
	color: #000;
	letter-spacing: 5px;
	float: right;
	font-size: 13px;
}


.no-margin-top {
	margin-top: 0px !important;
}

#portfolio-home.folio-boxed-2col .project-item {
	width: 50%;
	overflow: hidden;
}

#portfolio-home.folio-boxed-3col .project-item {
	width: 33.3333333%;
	overflow: hidden;
}

#portfolio-home.folio-boxed-4col .project-item {
	width: 25%;
	overflow: hidden;
	
}

.overlay-folio2 {
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

#portfolio-home.folio-boxed-2col .project-info ,
#portfolio-home.folio-boxed-3col .project-info ,
#portfolio-home.folio-boxed-4col .project-info {
	position: absolute;
	bottom: -50%;
	left: 0;
	display: table;
	margin: 0 auto;
	right: 0;
	text-align: center;
	transition: .4s;
	width:100%;
}

#portfolio-home.folio-boxed-2col .project-item img ,
#portfolio-home.folio-boxed-3col .project-item img ,
#portfolio-home.folio-boxed-4col .project-item img {
	transform: scale(1);
	transition: .4s;
}

#portfolio-home.folio-boxed-2col .project-info h2 ,
#portfolio-home.folio-boxed-3col .project-info h2 ,
#portfolio-home.folio-boxed-4col .project-info h2 {
	font-size: 15px;
	color: #000;
	letter-spacing: 1px;
	transition:.4s;
}

#portfolio-home.folio-boxed-2col .project-info h2:hover ,
#portfolio-home.folio-boxed-3col .project-info h2:hover ,
#portfolio-home.folio-boxed-4col .project-info h2:hover {
	color: #EBB703;
	transition:.4s;
}

#portfolio-home.folio-boxed-2col .project-item:hover img ,
#portfolio-home.folio-boxed-3col .project-item:hover img ,
#portfolio-home.folio-boxed-4col .project-item:hover img {
	transform: scale(1.1);
	transition: .4s;
}

#portfolio-home.folio-boxed-2col .project-item:hover .overlay-folio2 ,
#portfolio-home.folio-boxed-3col .project-item:hover .overlay-folio2 ,
#portfolio-home.folio-boxed-4col .project-item:hover .overlay-folio2 {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

#portfolio-home.folio-boxed-2col .project-item:hover .project-info ,
#portfolio-home.folio-boxed-3col .project-item:hover .project-info ,
#portfolio-home.folio-boxed-4col .project-item:hover .project-info {
	bottom: 0%;
	transition: .4s;
}

#portfolio-home.gutter .project-item {
	border: 5px solid #fff !important;
}

#portfolio-home.tiles .project-item {
	padding-bottom: 100px;
	border-right: 5px solid #fff !important;
	border-left: 5px solid #fff !important;
}

#portfolio-home.tiles .project-info {
	position: absolute;
	left: 0px;
	display: table;
	margin: 0px auto;
	right: 0px;
	text-align: center;
	transition: all 0.4s ease 0s;
	bottom: 10px;
}

#portfolio-home.tiles .overlay-folio2 {
	opacity: 1 !important;
	visibility: visible !important;
	background: transparent !important;
}

#portfolio-home.tiles .project-gal {
	overflow: hidden;
}

#portfolio-home.tiles .overlay-folio2 {
	opacity: 1 !important;
	visibility: visible !important;
	background: transparent !important;
}

#portfolio-home.tiles .project-item:hover .overlay-folio2 {
	background: rgba(255,255,255,0.8) !important;
}

#portfolio-home.tiles .project-item:hover .project-info {
	transition: all 0.4s ease 0s;
	bottom: 92px;
}

#portfolio-home .project-gal img {
	width: 100%;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}
.container {
	
	padding-bottom: 20px;

}
.container-full {
	width: 100%;
	padding: 0%;
}

.container-full .folio-boxed-2col .project-item {
	width: 50% !important;
}

.container-full .folio-boxed-3col .project-item {
	width: 33.3333% !important;
}

.container-full .folio-boxed-4col .project-item {
	width: 25% !important;
}

.fsidebar {
	width: 30%;
	float: left;
	padding-right: 30px;
}

#fs-content {
	width: 68%;
	float: right;
}

.fs-info h3 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
}

.project-meta li {
	margin-top: 12px;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}

.project-meta li i {
	margin-right: 8px;
}

.fsidebar2 {
	width: 30%;
	float: right;
	padding-right: 0px;
	padding-left: 30px;
}

#fs-content.fs-content2 {
	width: 68%;
	float: left;
}

.contact-info i {
	margin-right: 10px;
}

.list-style1 li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 7px;
	color: #878787;
}

.list-style1 li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #EBB703;
}

.list-wrap .col-sm-3 {
	width: 20%;
}


.cs-wrap {
	display: table;
	margin: 0 auto;
	text-align: center;
}

.cs-wrap span {
	width: 150px;
	height: 150px;
	display: table;
	position: absolute;
	border-radius: 50%;
	line-height: 150px;
	color: #000;
	font-family: Montserrat;
	font-size: 28px;
	letter-spacing: 1px;
}

.cs-wrap .chart-color2 span {
	color: #EBB703;
}


.cs-wrap h6 {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

.progress {
	height: 24px;
	margin-bottom: 40px;
	overflow: visible;
	box-shadow: none;
	border-radius: 0px;
}

.progress-bar {
	margin: 0px;
	border-radius: 0px;
	height: 20px;
	line-height: 20px;
	box-shadow: none !important;
	font-family: Montserrat;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: left;
	padding: 0 12px;
	position: relative;
}

.progress-bar span {
	position: absolute;
	right: -15px;
	background: #ddd;
	padding: 0px 4px;
	border-radius: 2px;
	top: -25px;
	color: #666;
/**	text-shadow: 0 0 2px #000; **/;
}

.progress-bar-default {
	background: #000;
}

.progress-bar span:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px 5px 0;
	border-color: #ddd transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -5px;
	left: 0;
	right: 0px;
	margin: 0 auto;
}

.progress-bar-success {
	background: #EBB703 !important;
}

.progress-bar-info {
	background: #0FA2D5 !important;
}

.progress-bar-warning {
	background: #FF4862 !important;
}

.no-width-skills {
	width: 0% !important;
}

.nav-tabs li.col-md-4 {
	width: 33.3333%;
	padding-left: 0px;
	padding-right: 0px;
}

.nav-tabs li i {
	color: #EBB703;
	margin-right: 10px;
}


.line-head {
    font-family:'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 22px;
}

.line-head span {
    background: #FFF;
    padding-right: 15px;
    position: relative;
    z-index: 88;
    margin: 0px 0px 20px;
}

.line-head::after {
    content: "";
    background: #d3d3d3;
    height: 1px;
    position: absolute;
    top: 9px;
    left: 0px;
    width: 100%;
}

#p-single .nav-tabs li a {
	padding: 21px 10px !important;
}

.box-content {
	border: 1px solid #e4e4e4;
	padding: 15px 30px 30px;
}



.higlight {
	color: #EBB703;
}
.client-logo a {
	opacity:0.4;
	display:table;
	margin:0 auto;
}

.client-logo a:hover {
	opacity:1;
}

#carousel_five .owl-prev {
	background: #fff;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 0;
	position: absolute;
	left: -50px;
	transition:.4s;
	top: 50%;
	margin-top: -22px;
	
}

#carousel_five .owl-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 25px;
	color: #000;
	line-height: 42px;
	transition: .4s;
}

#carousel_five .owl-next {
	background: #fff;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 0;
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#carousel_five .owl-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 2px;
	right: 0px;
	font-size: 25px;
	color: #000;
	line-height: 42px;
	transition: .4s;
}

#carousel_five:hover .owl-prev  {
	opacity:0.3 !important;
		left:0px !important;
		transition:.4s !important;
}

#carousel_five:hover .owl-next  {
	opacity:0.3 !important;
		right:0px !important;
		transition:.4s !important;
}

#carousel_five .owl-prev:hover {
	background: #000;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
	transition:.4s;
position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	
}

#carousel_five .owl-next:hover {
	background: #000;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	right: 0px;
		transition:.4s;
	top: 50%;
	margin-top: -22px;
	
}

#carousel_five .owl-prev:hover:after ,
#carousel_five .owl-next:hover:after {
	color: #fff;
	transition: .4s;
}

.hb-info h4 {
	margin:20px 0 15px;
}

.hb-info h4 a {
	color:#000;
}

.hb-thumb {
	position:relative;
}

.date-meta {
    background: #8dc73f ;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0;
    padding: 6px 13px;
}

.date-meta span {
	display:block;
	font-size:26px;
font-weight:700;
}

.home-contact-form .input-wrap, .home-contact-form .textarea-wrap {
	display: block;
	margin: 0 0 12px 0;
	position: relative;
}

.home-contact-form .input-wrap i {
	position: absolute;
	top: 9px;	left: 11px;

	color: #c1c4c5;
}

.home-contact-form .textarea-wrap i {
	position: absolute;
	top: 12px;	left: 11px;

	color: #c1c4c5;
}

.home-contact-form .input-wrap i + input, .textarea-wrap i + textarea {
	padding-left: 31px;
}

.home-contact-form input:focus + i{color: #000 !important;}
.home-contact-form textarea:focus + i{color: #000 !important;}


.home-contact-form .input-wrap input,
.home-contact-form .textarea-wrap textarea,
.home-contact-form .select-wrap select {
	width: 217px;
	height: 33px;

	padding: 0 12px;
	padding-left:40px;	
	background: #fafafa;
	
	border: 1px solid #e2e2e2;
	border-top: 1px solid #d4d4d4;
	outline: none;
	border-radius: 2px;

	color: #65686d;
	font-size:13px;
	line-height: 1.6;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.home-contact-form .textarea-wrap textarea {
	width:100%;
	height:100px;
	padding:10px 20px 15px 40px;
}

.home-project-3col .project-item  {
	width:33.3333%;
	border:10px solid #fff;
}


.highlight {
	color:#EBB703 !important;
}

.highlight2 {
	color:#EBB703 !important;
}
.border-down {
	
	border-bottom: 1px solid #EBB703;
	border-top: 1px solid #EBB703;
}


.header-x {
    padding: 15px 0 0 10px;
}

.header-x .s-cart {
	float:left;
	margin-right:10px;
	position:relative;
	cursor:pointer;
}

.ci-item {
    display: table;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 4px;
    margin-bottom: 13px;
}


.intro-wrap {
	background:url(../images/slider/9.jpg) no-repeat center;
	background-size:cover;
}

.intro-wrap h1 {
	font-family:Open Sans;
	font-size:70px;
	font-weight:300;
	color:#fff;
	margin:200px 0 0;
}

.intro-wrap p {
	font-size:16px;
	font-weight:400;
	color:#fff;
	margin:20px 0 30px;
}

.head-w-ul span {
	font-weight:700;
	border-bottom:4px solid #EBB703;
	color:#EBB703;
}


.col-md-6 .fs-info .clearfix.space20 {
}
parallax {
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
.ssc-inner form button {
    margin-top: -50px;
}

}

/*
#header2 .header-x {
    padding: 18px 0px 0px 15px;
    position: relative;
    z-index: 8888888;
}

#header2 #top-bar {
    height: 90px;
}

#header2 #top-bar .top-bar-content {
    border-right: none;
}

#header2 .navbar-brand > img {
    display: block;
    width: 152px;
    margin: -9px auto 0px;
}

#header2 header {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}

#header2 .navbar-center {
	float:none;
    display: table !important;
    margin: 0 auto !important;
}

#header2 #top-bar .top-login ,
#header2 #top-bar .nav-social-icons ,
#header2 .social-icons li {
	border:none;
}

#header2 .h2-tr {
    padding: 25px 0;
}

#header4 #top-bar {
	background:#000;
	border:none;
}

#header4 #top-bar a ,
#header4 #top-bar .top-bar-content p ,
#header4 #top-bar .social-icons li a {
    color: #666;
	border:none;
}

#header4 #top-bar .social-icons li a:hover {
    color: #fff;
}

#header4 #top-bar a:hover {
    color: #aaa;
}

#header5 .header-wrap {
	position:absolute;
	top:0;
	width:100%;
	left:0;
	right:0;
}

#header5 #top-bar ,
#header5 header {
	background:transparent;
	border:none;
}

#header5 #top-bar {
	border-bottom:1px solid rgba(0,0,0,0.1);
}

#header5 .navbar-nav > li > a:focus ,
#header5 .navbar-nav > li > a {
	background:transparen !important;
	color:#fff;
}
*/
.navbar-default .navbar-nav > li.active > a {
	color:#EBB703 !important;
	background:transparent !important;
}
/*
#header5 .sc-trigger i,
#header5 .ss-trigger i {
	color:#fff;
}

#header5 .is-sticky header {
	background:#000;
}

#header5 .header-wrap {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: 99999999;
    background: rgba(0,0,0,0.1);
}

#header5 #top-bar a ,
#header5 #top-bar .top-bar-content p ,
#header5 #top-bar .social-icons li a {
    color: #fff;
	border:none;
}

#header4 #top-bar .social-icons li a:hover {
    color: #fff;
}

#header4 #top-bar a:hover {
    color: #aaa;
}


#header6 .header-wrap {
	position:absolute;
	top:0;
	width:100%;
	left:0;
	right:0;
}

#header6 #top-bar ,
#header6 header {
	background:transparen;
	border:none;
}

#header6 #top-bar {
	border-bottom:1px solid rgba(0,0,0,0.1);
}

#header6 .navbar-nav > li > a:focus ,
#header6 .navbar-nav > li > a {
	background:transparen !important;
	color:#2F2F2F;
}*/

.navbar-default .navbar-nav > li.active > a {
	color:#EBB703!important;
	background:transparent !important;
}

/*#header6 .sc-trigger i,
#header6 .ss-trigger i {
	color:#000;
}

#header6 .is-sticky header {
	background:#fff;
	margin-bottom: 7px;
}

#header6 .header-wrap {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: 99999999;
    background: rgba(0,0,0,0);
}

#header6 #top-bar a ,
#header6 #top-bar .top-bar-content p ,
#header6 #top-bar .social-icons li a {
    color: #fff;
	border:none;
}
*/




@media only screen and (min-width: 768px)  and (max-width: 959px)  {
#clientes {
	background-image: url(../images/basic/ab7.jpg);
	padding: 0;
	color: #fff;
}

.nav-tabs li a {
    padding-top: 40px;
    padding-right: 5px;
    padding-left: 100px;
    padding-bottom: 40px;
    font-size: 14px;
 }   

 
.layout-modes {
    display: none;
}

.filter-btn {
    float: none;
    margin-top: -8px;
    margin-bottom: 40px;
    position: relative;
    top: 44px;
}

.fsidebar {
    width: 40%;
}

#fs-content {
    width: 58%;
}

#header-main .navbar-nav > li > a {
    padding: 35px 15px;
	
}

.thumbs li img {
    width: 50px;
}

#fs-content.fs-content2 {
    width: 58%;
    float: left;
}

.slider-wrap{
	margin-top:70px;
}

}

@media screen and (max-width: 767px) {
footer h4 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 25px 0px 25px;
	border-top: 2px solid #ccc;
	padding-top: 20px;
}
#clientes {
	background-image: url(../images/basic/ab7.jpg);
	padding: 0;
	color: #fff;
}
	#header-main .navbar {
	margin-top: 20px;
	margin-bottom: 5px;
	border: none;
		}
.header-x {
    padding: 34px 0px 0px 15px;
    position: absolute;
    top: -7px;
    float: right !important;
    right: 0;
}

.navbar-toggle {
    margin-right: 20px !important;
}

.project-item {
    width: 100%;
    float: left;
}

.section-team-block p {
    margin: 0px 0px 15px;
    font-size: 11px;
    line-height: 18px;
}

.stats2-info {
    margin: 25px 0 !important;
}


.nav-tabs li {
    min-height: 130px;
	
}

.nav-tabs li a {
font-size: 14px;
padding-left: 50px;
	 
}

.nav-tabs li a span {
    display: block;
}



.filter-btn {
    float: none;
    margin-top: -8px;
    margin-bottom: 40px;
    position: relative;
    top: 44px;
}
.fc-main {
    padding: 80px 0px 0px 0px;
}

.cta-dark p {
    margin: 0px 0px 20px;
}



.fsidebar {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 40px;
}

#fs-content {
    width: 100%;
    float: right;
}

#fs-content.fs-content2 {
    width: 100%;
    float: left;
}

.style2 span {
    color: #000;
    font-size: 30px;
    position: relative;
}
.navbar-brand {
    margin-top: 14px;
}

.navbar-toggle {
    margin-top: 34px;
	margin-bottom: 34px;
    margin-right: 0;
}

#header-main .navbar-nav > li > a {
    padding: 12px 68px;
}

.dropdown-menu {
    position: relative;
    min-width: 100%;
}

.navbar-nav {
    float: left;
    margin: 0px 0px -1px;
    width: 100%;
}

.navbar-nav {
    float: left;
    margin: 0px 0px -1px;
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;

}

.slider-wrap {
	position:relative;
	margin-top:70px;
}

.style2 {
    padding: 0;
}

.navbar-collapse {
overflow: hidden !important;
padding: 0 !important;

}

.style2 p {
    font-size: 27px;
    font-weight: 100;
    line-height: 36px;
}

.quote-meta {
    padding-left: 0;
}

.post-meta span {
    font-size: 10px;
}

.page_nav a {
    width: 30px;
    line-height: 30px;
    margin: 0px 0px;
}


.container {
	width:100%;
	max-width:500px;
	margin:0 auto;
}
.slider-wrap{
	margin-top:70px;
}
    .aside {
	margin-bottom:30px;
}


.page_header h3 {
    font-size: 34px;
}

.style2 span {
    color: #000;
    font-size: 30px;
    position: absolute;
    display: block;
    height: 55px;
}

.style2 p {
    padding-top: 40px;
}

.footer-bottom {
    background: #ccc;
    height: auto;
    position: relative;
    top: -80px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 23px 0px;
    text-align: center;
}

.f-social {
    float: none !important;
    margin: 0px auto;
}
.inner-content {
	padding: 20px 0;
}
}
.clientes  {
	font-size: 12px;
	color: #333;
	line-height: 170%;
	padding-left: 30px;
}
.active  {
	color: #EBB703;
}
.borde  {
	border: 1px  #CCCCCC;
	
}
.fotopad  {
	padding-right: 10px;
	padding-bottom: 10px;
	
}
/* Image Opacity */
.grid img {
    opacity: 1;
}
.grid img:hover {
    opacity:.6;
}
.baja{
	text-transform: lowercase;
}
.p_grande{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #000000;
	padding-left: 60px;
	padding-top: -15px;
}
h3 {
	font-family: 'Noto Sans', sans-serif;
	color:#000;
	font-size:20px; 
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 150%;
}
.project-meta{
    margin-bottom: 30px;	
}
#clientes {
	background-image: url(../images/basic/mostaza.jpg);
	padding: 0;
	color: #fff;
}

/*
img{ filter: grayscale(75%);  -webkit-filter: grayscale(75%); filter: grayscale(75%); }
img:hover{ filter: grayscale(0%);  -webkit-filter: grayscale(0%); filter: grayscale(0%); }

