html{
	width:100%;
	height: 100%;
}
html, body{
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.text-white{
	color: #fff;
}
.text-orange{
	color: #F47925;
}
.text-dark{
    color: #171717;
}
.bar-gray{
	background: #d8d8d8;
}
.bar-orange{
	background: #ff7200;
}
.bar-gray-light{
	background: #f7f7f7;
}
.btn-white{
	border: 1px solid #fff;
	color: #fff;
}
.btn-gray{
	border: 1px solid #aaa;
	color: #aaa;
}
.btn-orange{
	border: 1px solid #F47925 !important;
	color: #F47925;
}
.padding-box{
	padding: 30px;
}
.no-padding{
  padding: 0;
}
.margin-left-20{
	margin-left: 20px;
}
.btn-app-outline{
	border: 1px solid #000;
	color: #000;
	border-radius: 15px;
	padding: 3px 12px;
	font-size: .8em;
	text-decoration: none !important; 
}
.btn-app-outline-white{
	border: 1px solid #fff;
	color: #fff;
	border-radius: 10px;
	padding: 3px 12px;
	font-size: 1.2em;
	text-decoration: none !important; 
}
.nav{
	width: 100%;
	height: 120px;
	background: #ff7200;
	line-height: 120px;
	border-bottom: 2px solid #F47925;
}
.nav ul{
	list-style: none;
	height: 60px;
	padding: 0;
	align-items:center;
	margin: 0;
}
.nav ul li{
	display: inline-block;
	color: #fff;
	line-height: 60px;
}
.nav ul li.title{
	font-size: 2em;
}
.nav ul li a{
	color: #fff;
	padding: 10px 25px;
	font-size: 17px;
}
.services-list{
	list-style: none;
	height: 70px;
	padding: 0;
	margin: 0;
	    display: flex;
    vertical-align: middle;
    justify-content: center;
}
.services-list li{
	display: inline-block;
	width: 16%;
	text-align: center;
	line-height: 70px;
}
.services-list li a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.services-list li a:hover{
	color: #ff7200;
}
.header-home{
/*	height: 270px;
	width: 100%;
	background: url(../images/home/LyC_banner1.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover; */
}
.header-services{
	height: 500px;
	width: 100%;
	background: url(../images/services/banner_servicios.jpg) center;
	background-size: cover;
}
.header-projects{
	height: 500px;
	width: 100%;
	background: url(../images/banner_projects.png) center;
	background-size: cover;
}
.header-mobiliario{
    height: 500px;
	width: 100%;
	background: url(../images/services/banner_mobiliario.jpg) center;
	background-size: cover;
}
.header-silleria{
    height: 500px;
	width: 100%;
	background: url(../images/services/banner_silleria.png) center;
	background-size: cover;
}
.list-dot{
	padding: 0;

}
.list-dot li{
	display: inline-block;	
	width: 28px;
	height: 28px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
}
footer{
	width: 100%;
	/*height: 50px;*/
	background: #d8d8d8;
}
footer ul{
	list-style: none;
	height: 60px;
	padding: 0;
	align-items:center;
	margin: 0;
}
footer ul li{
	display: inline-block;
	line-height: 50px;
}
footer ul li.title{
	font-size: 1em;
}
footer ul li a{
	color: #fff;
	padding: 15px;
}

.works-filter{
    list-style: none;
    padding: 0;
    margin: 0 0 45px 0;
    font-size: 13px;
    /*text-transform: uppercase;*/
    text-align: center;
    /*letter-spacing: 0.4em;*/
    color: #555;
    cursor: default;
}
.works-filter a{
    display: inline-block;
    margin: 0 27px;
    color: #999;
    text-decoration: none;

    -webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);

    cursor: pointer;
}
.works-filter a:hover{
    color: #111;
    text-decoration: none;
}
.works-filter a.active{
    color: #111;
    cursor: default;
}
.works-filter a.active:hover{
    color: #111;
}


/*
 * Works grid
 */

.works-grid{
    list-style: none;
    margin: 0;
    padding: 0;
}
.work-item{
    width: 25%;
    float: left;
    margin: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.work-grid-2 .work-item{
    width: 50%;
}
.work-grid-3 .work-item{
    width: 33.333%;
}
.container .work-grid-3 .work-item{
    width: 33.2%;
}
.work-grid-5 .work-item{
    width: 20%;
}

.works-grid.work-grid-gut{
    margin: 0 0 0 -10px;
}
.works-grid.work-grid-gut .work-item{
    padding: 0 0 10px 10px;
}

.work-item > a{
    display: block;
    padding: 0 0 84px 0;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
.work-item a,
.work-item a:hover{
    color: #111;
    border: none;
}
.work-img{
    position: relative;
    overflow: hidden;
}
.work-img img{
    width: 100%;
    display: block;
    overflow: hidden;
}
.work-intro{
    width: 100%;
    height: 84px;
    padding: 20px 20px 0 20px;

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

    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
}
.work-title{
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.2;
}
.work-descr{
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    color: #aaa;
    line-height: 1.2;
}
.works-grid.hide-titles .work-item > a{
    overflow: hidden;
    padding: 0;
}
.works-grid.hide-titles .work-item .work-intro{
    opacity: 0;
    bottom: -94px;
}
.works-grid.hide-titles .work-item:hover .work-intro{
    opacity: 1;
}



/* Work item hover state */

.work-intro{
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.work-item:hover .work-intro{
    /*bottom: auto;*/
    /*top: 50%;*/
    color: #fff;

    -webkit-transform: translateY(-99px);
    -moz-transform: translateY(-99px);
    transform: translateY(-99px);

    z-index: 3;
}
.work-item:hover .work-title{
    color: #ccc;
}
.work-item:hover .work-descr{
    color: #999;
}
.work-item .work-img:after{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(250,250,250, 0);

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);

}
.work-item:hover .work-img:after{
    background: rgba(20,20,20, .85);
}

.works-grid.hover-color .work-item:hover .work-intro,
.works-grid.hover-color .work-item:hover .work-title,
.works-grid.hover-color .work-item:hover .work-descr{
    color: #000;
}
.works-grid.hover-color .work-item:hover .work-img:after{
    background: #ff7200;
    opacity: .73;
}
.works-grid.hover-white .work-item:hover .work-intro,
.works-grid.hover-white .work-item:hover .work-title,
.works-grid.hover-white .work-item:hover .work-descr{
    color: #000;
}
.works-grid.hover-white .work-item:hover .work-img:after{
    background: rgba(250,250,250, .9);
}

.work-item .work-img > img{
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.work-item:hover .work-img > img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*
 * Works full view
 */

.work-full{
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}
.work-full-load{
    padding-top: 60px;
}
.work-loader{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10001;
}
.work-loader:after{
    display: block;
    content: " ";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    background: url(../images/loader.gif) no-repeat;
}

/* Work navigation */

.work-navigation{
    width: 100%;
    background: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;

    z-index: 99;
}
.work-navigation .fa{
    font-size: 12px;
    vertical-align: middle;
}
.work-navigation .fa-times{
    font-size: 16px;
    margin-top: -2px;
}
.work-navigation a{
    display: block;
    float: left;
    width: 33.33333%;
    overflow: hidden;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    cursor: default;
}
.work-navigation a,
.work-navigation a:visited{
    color: #555;
}
.work-navigation a:hover{
    color: #111;
}
.work-navigation a span{
    display: inline-block;
    height: 60px;
    line-height: 59px;
    padding: 0 4%;
    background: #fff;
    cursor: pointer;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.work-navigation span:hover{
    background: #f7f7f7;
}
.work-back-link{
    margin: 20px 0 0;
    display: block;
    background: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #151515;
}
.work-prev{
    text-align: left;
}
.work-all{
    text-align: center;
}
.work-next{
    text-align: right;
}
.work-container{
    padding: 50px 0;
}
.work-full-title{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}
.work-full-media{
    margin-top: 30px;
}

.work-full-media img{
    max-width: 100%;
    height: auto;
}
.work-full-text{
    text-align: left;
    font-size: 13px;
    color: #777;
}
.work-full-text h6{
    margin-top: 5px;
}
.work-detail{
    font-weight: 400;
}
.work-detail p:last-child{
    margin-bottom: 0;
}
.work-full-detail{
    font-size: 11px;
    color: #777;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.work-full-detail p{
    padding: 4px 0;
    margin: 0;
    border-top: 1px solid rgba(0,0,0, .05);
}
.work-full-detail p:last-child{
    border-bottom: 1px solid rgba(0,0,0, .05);
}
.work-full-detail p strong{
    width: 100px;
    display: inline-block;
}
.work-full-action{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
    text-align: center;
}


.hover-box{
	position: relative;
}
.hover-box .content{
 width: 92%;
 height: 100%;
 background: rgba(0,0,0,.5);
 position: absolute;
 top: 0;
 left: 15;
 display: none;
}
.hover-box .content .text{
	position: absolute;
   top: 50%;
   left: 50%;
   width: 250px;
   height: 100px;
   margin-top: -50px; /* Half the height */
   margin-left: -125px;
}
.hover-box .content .text p a{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 8px 0;
    color:#fff;
    text-decoration: none;
}
.hover-box:hover > .content{
   display: block;
}