/* Global */

body {
	font: 16px 'weblysleek_uisemilight', 'Open Sans', sans-serif;
	color: #000;
	background-color:#ffffff;
	padding:0 !important;
	margin:0 !important;
}
img {
	max-width: 100%;
}
a:link {
	color: #dc1e3d;
	text-decoration: none;
}
a:hover {
	color: #dc1e3d;
	text-decoration: none;
}
a:visited {
	color: #dc1e3d;
	text-decoration: none;
}
a:active,
a:focus{
outline: none;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
li{ 
	padding-right: 1em; 
    padding-left: 1em; 
    padding-bottom: 18px;
    text-indent: -.7em;
}
li:before{
    content: "• ";
    color: #dc1e3d;
}
.gris{
	color: #6e6e6e;
}
#social{
	width: 54px;
	height: 22px;
	display: block;
	float: left;
	margin-top: 2px;
}
#facebook{
	background: url('../images/fb-sprite.png') no-repeat;
	background-position: 0 0;
	width: 22px;
	height: 22px;
	float: left;
}
#mail{
	background: url('../images/mail-sprite.png') no-repeat;
	background-position: 0 0;
	width: 23px;
	height: 22px;
	margin-left: 9px;
	float: left;
}
#facebook:hover,
#mail:hover{
	background-position: 0 -22px;
}
#facebook a,
#mail a{
	width: 100%;
	height: 100%;
	display: block;
}
#floating-social{
	width: 38px;
	height: 80px;
	position: fixed;
	top: 350px;
	right: 10px;
	z-index: 9;
}
#floating-facebook{
	background: url('../images/floating-facebook.png') no-repeat;
	background-position: -2px -3px;
	width: 38px;
	height: 38px;
	margin-bottom:4px;
	display: block;
}
#floating-facebook:hover{
	background-position: -2px -43px;
}
#floating-mail{
	background: url('../images/floating-mail.png') no-repeat;
	background-position: -3px -3px;
	width: 38px;
	height: 38px;
	display: block;
}
#floating-mail:hover{
	background-position: -3px -43px;
}
#floating-facebook a,
#floating-mail a{
	width: 100%;
	height: 100%;
	display: block;
}
.back-to-top {
	background: url('../images/btt.gif') no-repeat;
	background-position: 0 0;
	-webkit-box-shadow: 0px 0px 5px #888888;
    -moz-box-shadow: 0px 0px 5px #888888;
	box-shadow: 0px 0px 5px #888888;
	width: 37px;
	height: 44px;
    position: fixed;
    right: 70px;
    bottom: 0;
    display: none;
}
.back-to-top:hover{
	background-position: 0 -44px;
}


/* Fonts */

@font-face {
    font-family: 'weblysleek_uisemibold';
    src: url('../fonts/weblysleekuisb-webfont.eot');
    src: url('../fonts/weblysleekuisb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/weblysleekuisb-webfont.woff') format('woff'),
         url('../fonts/weblysleekuisb-webfont.ttf') format('truetype'),
         url('../fonts/weblysleekuisb-webfont.svg#weblysleek_uisemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'weblysleek_uisemilight';
    src: url('../fonts/weblysleekuisl-webfont.eot');
    src: url('../fonts/weblysleekuisl-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/weblysleekuisl-webfont.woff') format('woff'),
         url('../fonts/weblysleekuisl-webfont.ttf') format('truetype'),
         url('../fonts/weblysleekuisl-webfont.svg#weblysleek_uisemilight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'weblysleek_uisemibold_italic';
    src: url('../fonts/weblysleekuisbi-webfont.eot');
    src: url('../fonts/weblysleekuisbi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/weblysleekuisbi-webfont.woff') format('woff'),
         url('../fonts/weblysleekuisbi-webfont.ttf') format('truetype'),
         url('../fonts/weblysleekuisbi-webfont.svg#weblysleek_uisemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	background-color:#dc1e3d;
	z-index:100;
}
.box-shadow:after{
	content: "";
    width: 100%;
    height: 0;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
    -webkit-box-shadow: 0px 3px 10px 1px #000000;
    -moz-box-shadow: 0px 3px 10px 1px #000000;
    box-shadow: 0px 3px 10px 1px #000000;
}
#logo {
	text-align: center;
	margin: 10px 0;
}
#nav {
	text-align: right;
	margin: 18px 0 15px;
}
.navigation a{
	font: 16px 'weblysleek_uisemibold', 'Open Sans', sans-serif;
	float: left;
	list-style: none;
	margin: 0 0 0 77px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.navigation li{
	text-indent: 0 !important;
	float: left;
	padding:0 0 0 0;
}
.navigation li a:hover{
	cursor:pointer;
	color: #a9d3d0;
}
.navigation li:before{
	content: none;
}
.navigation .active{
	cursor:pointer;
	color: #ccc;
	/*font-weight:bold;*/
}



/* Contact Form */
#contact-area {
	width: 784px;
	margin: 18px auto 0;
	position: relative;
	display: block;
}
#input-container{
	width: 380px;
	float: left;
	display: block;
}
#textarea-container{
	width: 380px;
	float: right;
	display: block;
}
#submit-container{
	width: 100%;
	float: left;
	margin-top: 14px;
	display: block;
}
#contact-area input,
#contact-area textarea {
	font: 12px 'weblysleek_uisemilight', 'Open Sans', sans-serif;
	color: #888;
	padding: 5px;
	width: 368px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #e1e1e1;
}
#contact-area textarea{
	height: 118px;
	resize:none;
}
#contact-area input.submit-button {
	font: 12px 'weblysleek_uisemibold', 'Open Sans', sans-serif;
	background: #dc1e3d;
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	color: #fff;
	width: 85px;
	height: 31px;
	margin: 0 auto;
	display: block;
}
#contact-area input.submit-button:hover {
	background-color: #a91129;
}
#exito{
	background: url('../images/gracias.jpg');
	width: 380px;
	height: 130px;
	position: absolute;
	top: 10px;
	right: 0;
}
#error,
#exito{
	display: none;
}


/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:140px 0;
}



/* Slide 1 */
#container-slides{
	margin: 0;
	position: absolute;
	float: left;
}
#live,
#work,
#play{
	background: url('../images/slides.png') no-repeat;
	width: 282px;
	height: 564px;
	float: left;
	display: none;
}
#play{
	background-position: 0 0;
	margin-left: 76px;
}

#live{
	background-position: -282px 0;
	margin-left: 0;
}
#work{
	background-position: -564px 0;
	margin-left: 76px;
}
.stage{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 900px;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.far-clouds{
	background: transparent url('../images/far-clouds.png') 305px 50px repeat-x;
}
.negro{
	background: url('../images/opacidad.png');
	width: 100%;
	height: 564px;
	position: absolute;
	display: none;
	z-index: 3;
}
.animacion{
	position: relative;
	z-index: 4;
}
#slide1{
	background-image:url('../images/fondo-1.jpg');
	background-repeat:no-repeat;
	background-color:#ffffff;
	padding: 57px 0 0;
	height: 564px;
}
#slide1 h1 {
	font: 16px 'weblysleek_uisemibold', 'Open Sans', sans-serif;
	color:#fff;
	margin: 3px 0 0;
	text-transform: uppercase;
}
#slide1 h2 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
#edificio{
	background: url('../images/edificio.png') no-repeat;
	width: 1109px;
	height: 564px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#logo-lofts{
	background: url('../images/logo.png') no-repeat;
	width: 435px;
	height: 121px;
	margin: 0 auto;
    display: none;
}
#slider-1{
	background-color: #dc1e3d;
	width: 261px;
	height: 30px;
	float: right;
	text-align: center;
	margin-top: 104px;
	display: none;
}


/* Slide 2 */ 

#slide2{
	background-color:#fff;
	padding: 67px 0 34px;
	/*height: 120px;*/
}
#slide2 h1 {
	font: 20px 'weblysleek_uisemibold', 'Open Sans', sans-serif;
	color:#000;
	text-transform: uppercase;
}
#slide2 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
#separador{
	background-color: #dc1e3d;
	width: 131px;
	height: 1px;
	margin: -7px auto 19px;
	display: block;
}
#flecha-abajo-1,
#flecha-abajo-2,
#flecha-abajo-3{
	width: 57px;
	height: 57px;
	display: block;
}
#flecha-abajo-1{
	background: url('../images/flecha-abajo.png') no-repeat;
	margin: -96px auto 0;
	position: relative;
	z-index: 5;
}
#flecha-abajo-2{
	background: url('../images/flecha-abajo.png') no-repeat;
	margin: -169px auto 52px;
}
#flecha-abajo-3{
	background: url('../images/flecha-abajo.png') no-repeat;
	margin: -168px auto 0;
}
#flecha-abajo-1:hover,
#flecha-abajo-2:hover,
#flecha-abajo-3:hover{
	background-position: 0 -57px;
}
#flecha-abajo-1 a,
#flecha-abajo-2 a,
#flecha-abajo-3 a{
	width: 100%;
	height: 100%;
	display: block;
}
#botones-conoce{
	background: url('../images/botones-conoce-fondo.png') no-repeat;
	width: 340px;
	height: 80px;
	margin: 0 auto;
	display: block;
}
#botones-conoce div{
	width: 80px;
	height: 80px;
	margin: 0 15px;
	display: inline-block;
}
#botones-conoce div a{
	width: 100%;
	height: 100%;
	display: block;
}
#boton-1{
	background: url('../images/conoce-1-btn.jpg') no-repeat;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
/*#boton-1:hover{
	background: url('../images/conoce-1-btn.jpg') no-repeat;
	background-position: 0 -80px;
}*/
/*.permahover-1{
	background: url('../images/conoce-1-btn.jpg') no-repeat !important;
	background-position: 0 -80px !important;
}*/
#boton-2{
	background: url('../images/conoce-2-btn.jpg') no-repeat;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
/*#boton-2:hover{
	background: url('../images/conoce-2-btn.jpg') no-repeat;
	background-position: 0 -80px;
}*/
/*.permahover-2{
	background: url('../images/conoce-2-btn.jpg') no-repeat !important;
	background-position: 0 -80px !important;
}*/
#boton-3{
	background: url('../images/conoce-3-btn.jpg') no-repeat;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
/*#boton-3:hover{
	background: url('../images/conoce-3-btn.jpg') no-repeat;
	background-position: 0 -80px;
}*/
/*.permahover-3{
	background: url('../images/conoce-3-btn.jpg') no-repeat !important;
	background-position: 0 -80px !important;
}*/
#boton-1-texto,
#boton-2-texto,
#boton-3-texto{
	display: none;
}

#showrooms-galeria{
	margin: 40px 0 20px;
}

#showrooms-galeria div{
	width: 138px;
	height: 138px;
	margin: 0 25px;
	display: inline-block;
}

#showrooms-galeria div a{
	width: 100%;
	height: 100%;
	display: block;
}

#s-1{
	background: url('../images/s-1.jpg') no-repeat;
}

#s-2{
	background: url('../images/s-2.jpg') no-repeat;
}

#s-3{
	background: url('../images/s-3.jpg') no-repeat;
}


/* Slide 3 */ 

#slide3{
	background-image:url('../images/cuu.jpg');
	background-repeat:no-repeat;
	background-color:#ffffff;
	height: 34px;
}
#slide3 h1 {
	font: 45px 'weblysleek_uisemibold', 'Open Sans', sans-serif;
	color:#fff;
	text-transform: uppercase;
	display: inline;
	margin: 0 12px;
}
#slide3 h2 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
#botones-carousel{
	width: 48px;
	height: 13px;
	margin: 60px auto 0;
	display: block;
}
#anterior,
#siguiente{
	background: url('../images/flechas.png') no-repeat;
	width: 10px;
	height: 13px;
	display: block !important;
}
#anterior{
	background-position: 0 0;
	float: left;
}
#siguiente{
	background-position: -38px 0;
	float: right;
}
#anterior:hover,
#siguiente:hover{
	cursor:pointer;
}




/* Slide 4 */

#slide4{
	background-color:#fff;
	padding: 139px 0 20px;
	/*height: 245px;*/
}
#slide4 h1 {
	font: 20px 'weblysleek_uisemibold', 'Open Sans', sans-serif;
	color:#000;
	text-transform: uppercase;
}
#slide4 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
#vista-loft{
	background: url('../images/loft-view.jpg') no-repeat;
	width: 470px;
	height: 378px;
	padding-top: 34px;
	float: left;
}
#separador-2{
	background-color: #dc1e3d;
	width: 100%;
	height: 1px;
	margin: -7px 0 18px;
	display: block;
}


/* Slide 5 */

#slide5{
	background-color:#fafafa;
	color:#ffffff;
	position: relative;
	/*height: 360px;*/
	padding: 139px 0 329px;
}
#slide5 h1 {
	font: 20px 'weblysleek_uisemibold', 'Open Sans', sans-serif;
	color:#000;
	text-transform: uppercase;
}
#slide5 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
.galeria{
	width: 100%;
	height: 200px;
	position: relative;
	display: block;
	float: left;
}
#cuadro-1,
#cuadro-2,
#cuadro-3,
#cuadro-4,
#cuadro-5,
#cuadro-6,
#cuadro-7{
	width: 162px;
	height: 162px;
	position: absolute;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
	display: block;
}
#overlay{
	display: block;
    height: 100%;
    width: 100%;
    opacity: 1;
    background: rgba(0,0,0,.5);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#cuadro-1 a,
#cuadro-2 a,
#cuadro-3 a,
#cuadro-4 a,
#cuadro-5 a,
#cuadro-6 a,
#cuadro-7 a{
	width: 100%;
	height: 100%;
	display: block;
}
#cuadro-1:hover #overlay,
#cuadro-2:hover #overlay,
#cuadro-3:hover #overlay,
#cuadro-4:hover #overlay,
#cuadro-5:hover #overlay,
#cuadro-6:hover #overlay,
#cuadro-7:hover #overlay{
    opacity: 0;
}
#cuadro-1{
	background: url('../images/img-1.jpg') no-repeat;
	top: 154px;
	left: 177px;
}
#cuadro-2{
	background: url('../images/img-2.jpg') no-repeat;
	bottom: 5px;
	left: 298px;
}
#cuadro-3{
	background: url('../images/img-3.jpg') no-repeat;
	top: 153px;
	left: 419px;
}
#cuadro-4{
	background: url('../images/img-4.jpg') no-repeat;
	bottom: 6px;
	left: 540px;
}
#cuadro-5{
	background: url('../images/img-5.jpg') no-repeat;
	top: 153px;
	left: 660px;
}
#cuadro-6{
	background: url('../images/img-6.jpg') no-repeat;
	bottom: -237px;
	left: 297px;
}
#cuadro-7{
	background: url('../images/img-7.jpg') no-repeat;
	bottom: -237px;
	left: 539px;
}


/* Slide 6 */

#slide6 {
	background-image:url('../images/fondo-3.jpg');
	background-repeat:no-repeat;
	background-color:#ffffff;
	height: 20px;
}
#slide6 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide6 h2 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
#logo-lofts-small{
	background: url('../images/logo-2.png') no-repeat;
	width: 174px;
	height: 48px;
	float: right;
	margin-top: 203px;
    display: block;
}



/* Slide 7 */

#slide7{
	background-color:#ffffff;
	padding: 139px 0 28px;
}
#slide7 h1 {
	font: 20px 'weblysleek_uisemibold', 'Open Sans', sans-serif;
	color:#000;
	text-transform: uppercase;
}
#slide7 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}



/* Slide 8 */

#slide8{
	background: url('../images/mapa.jpg') no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
  	background-size: cover;
	background-color:#fff;
	height: 0px;
}
#slide8 h1 {
	font: 20px 'weblysleek_uisemibold', 'Open Sans', sans-serif;
	color:#000;
	text-transform: uppercase;
}
#slide8 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}



/* Copyright */

.copyright{
	background-color: #dc1e3d;
	width: 100%;
	height: 35px;
	padding-top: 9px;
	display: block;
	float: left;
}

.copyright p{
	font: 11px 'weblysleek_uisemibold_italic', 'Open Sans', sans-serif;
	color: #fff;
	margin: 0px 0 0;
}



/* Diseño */

.diseno{
	width: 100%;
	margin: 48px 0 38px;
	position: relative;
	float: left;
	z-index: 99;
}

.diseno h1 {
	font: 20px 'weblysleek_uisemibold', 'Open Sans', sans-serif;
	color:#000;
	text-transform: uppercase;
}

#logos div{
	margin: 24px ;
	display: inline-block;
}

#ctu{
	background: url('../images/ctu.png') no-repeat;
	width: 85px;
	height: 32px;
}

#s1{
	background: url('../images/s1.png') no-repeat;
	width: 53px;
	height: 58px;
}

#interceramic{
	background: url('../images/interceramic.png') no-repeat;
	width: 227px;
	height: 36px;
}

#kohler{
	background: url('../images/kohler.png') no-repeat;
	width: 159px;
	height: 34px;
}



/* Tablet */
@media screen and (max-width: 1024px) {

#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
	padding:0;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

#decorative {
	display:none;
}

#content {
	text-align:center;
	width:100%;
}

#slide1 h1 {
	/*line-height: 1em;*/
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}

}




/* Mobile */
@media screen and (max-width: 480px) {

#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	margin:5px 0;
}

.navigation{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}


#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}


}




