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

a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}

.form-control:focus {
  box-shadow: none;
}

/*PAGE LOADER*/

#loader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#loaderInner {
    background:#ffffff url(../img/load.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 60px;
}

@media (max-width: 992px) {
    .container{
		width:100%;
	}
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin:7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    /* inline-block space fix */
    margin-right:-4px;
}

a {
	font-weight: 300;
	font-size: 12px;
    color: #797979;
	text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #878075;
}

.navbar-default{
	  background: rgba(255, 255, 255, 0.9);
  		border-bottom: #ebebeb solid 1px;}

.navbar-default .navbar-toggle{
	border:0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background:#FFF;
}

/* CSS CUERPO */
/* background setup */
.background {
	background-image:url(../img/cover.jpg);
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}

.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}

.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
	display:table;
}

.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}

/* COVER */
h1.m-titulo{
	font-family: 'Playfair Display', serif;
	font-size:75px;
	color:#FFF;
	letter-spacing:2px;
	text-transform:uppercase;
}

h1.m-titulo:after {
	content: '';
	width: 400px;
	height: 1px;
	display: block;
	margin: 20px auto 0;
	background-color: #FFF;
}

h3.s-titulo{
	color:#FFF;
	font-weight:lighter;
	text-transform: capitalize;
	letter-spacing:4px;
}

.subtitulos-main{
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	font-size:20px;
	}

h2.titulo{
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	color:#2EB267;
	font-size:25px;
	margin-bottom: 70px;
}

h2.titulo:after {
	content: '';
	width: 60px;
	height: 1px;
	display: block;
	margin: 20px auto 0;
	background-color:#777;
}

h2.titulo-w{
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	color:#FFF;
	font-size:25px;
	margin-bottom: 20px;
}

h2.titulo-w:after {
	content: '';
	width: 20px;
	height: 1px;
	display: block;
	margin: 20px auto 30px;
	background-color: #FFF;
}

.proyect-button{
	font-weight:bolder;
	left: 170px;
	top: 0px;
	bottom: 0px;
	width: 260px;
	margin-top: 61px;
	margin-right: 14px;
	margin-left: 14px;
	padding-right: 28px;
	padding-left: 28px;
	border-width: 3px;
	border-color: white;
	box-shadow: none;
	-webkit-transition: background-color 600ms ease;
	transition: background-color 600ms ease;
	color: white;
}

.boton{
	display: block;
	margin-top: 31px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border: 1px solid #FFF;
	border-radius: 0px;
	background: rgba(255,255,255,0.25);
	box-shadow: none;
	opacity: 1;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	  letter-spacing: 2px;
}

.boton:hover {
	color: #171717;
	cursor: pointer;
	background: #ffffff;
}

p{
  color: #797979;
  font-size: 1.5rem;
  line-height: 1.71428571em;
  margin-top: 12px;
  letter-spacing: .1px;
  font-weight: 300;

}

.push-top{padding-top:80px;}
.push {	padding:80px 0;}
.push-down{ margin-bottom:30px;}

.subtitulos{
	font-family: 'Playfair Display', serif;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:2px;
}

.gray{ color:#f5f2f2 !important;}


.secc{
	border-right: solid 1px #D2CFCE;
	text-align: center;
	vertical-align: top;
}

.secc-end{
	text-align: center;
	vertical-align: top;
}

.resume{
	background: #F5F2F2;
	padding: 80px 0;
	color:#333;
}

.resume2{
	padding: 10px 0;
	color:#FFF;
}

.resume3{
	padding: 60px 0;
}

.white{ color:#AAA;}

.border:after{
	content: '';
	width: 500px;
	height: 1px;
	display: block;
	margin:15px auto 15px;
}

/*PROYECTOS*/

h3.thumbnail-title{
	font-family: 'Playfair Display', serif;
	font-size:15px;
	text-transform:uppercase;
	margin:0;
}

.thumbnail-title-in{
	color:#FFF;
	font-size:15px;
	text-transform:uppercase;
}

.thumbnail{
	border-radius:0;
	padding: 5px;
	border:0;
}

.form-control{
	border:0;
	border-radius:0;
}

.impress{
	font-weight: lighter;
	font-size:20px;
	color:#797979;
}

address{
	color:#797979;
}

.close{
	opacity:1;
}

/* Smartphones*/
@media (max-width: 480px) {
.col-span{width: 100%; margin:10px 0px;}
.lSSlideOuter .lSPager.lSGallery{
	display:none;
}
}

/*PROYECTOS*/
h2.proyects{
	width:100%;
	color:#3d3b46;
	margin:0;
	font-size:14px;
	padding:10px 0;
	font-weight:200;
}
/*MOBILIARIO*/

a.venobox:hover,a.venobox:focus, a.venobox:active{
	box-shadow:none;
	background:none;
	border:0;
}

.navbar-brand {
padding: 4px 15px;
}

.img-main{
	display: block;
	margin-top: 31px;
	margin-left:auto;
	margin-right:auto;
	text-align: -webkit-center;
	text-align: -moz-center;
}

.btn {border-radius:0;}

.btn:focus,.btn:active, .btn:focus{
   outline: none !important;
   box-shadow:none;
}

.alf{border: solid 1px rgba(219, 219, 219, 1);}

.navbar-toggle{border-radius: 0px;}

.navbar-toggle:hover{background:rgba(255, 255, 255, 0.9);}

.sls1 {
    position: relative;
    background-color: transparent;
    background-image: url(../img/landing-img.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: inherit;
    background-size: cover;
    min-height: 400px;
    width: 100%;
}

.sls2 {
    position: relative;
    background-color: transparent;
    background-image: url(../img/services-parallax.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: inherit;
    background-size: cover;
    min-height: 400px;
    width: 100%;
}

.footer{
	background:#2D2D2D;
	color:#FFF;}

.lSSlideOuter .lSPager.lSpg { display:none;}

/*	MIXITUP */
.mix{display:none;}
.mix{ padding:0 0;}

.remo{ padding:0 0;}
/*	MIXITUP */

.btn-default.active{
	background:#2EB267;
	color:#FFF;
	box-shadow:none;
	border:1px solid #2EB267;
}
.iltro{ 
	text-transform:none;}

.iltro:hover{ 
	background:#2EB267;
	color:#FFF;
	border:1px solid #2EB267;
}

.info-item{
	padding:15px;
	font-size:12px;
	color: #777;
}

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  width: 100%;
  height: auto;
}

#owl-demo2 .item{
  margin: 3px;
}
#owl-demo2 .item img{
  width: 100%;
  height: auto;
}

.vivid{
width: 200px;
cursor: pointer;
color: #FFF;
padding: 16px;
background: #2EB267;
transition: all 0.2s ease-in-out 0s;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
font-weight: 400;
letter-spacing: 2px;}

.vivid:hover, .vivid:focus{
width: 200px;
cursor: pointer;
color: #FFF;
padding: 16px;
background: #2EB267 !important;}
