.house-img {
	display:none;
}
.fassa-couche-wrapper {
	float:left;
	width:100%;
	padding:20px;
	background:#fff;
	margin-top:20px;
}

.aui .fassa-couche-wrapper h3 {
	margin-top:0px;
    float:none!important;
    font-size: 22px;
    font-weight: bold!important;
    text-transform:none!important;
    margin-bottom:10px!important;
}

/* House Section */
.intro{
    margin: 0px;
    }

.house-container{
    margin: 30px 0px;
    margin-bottom:0px;
    background-repeat:no-repeat;
    }

.house-img{
    width: 750px;
    height: auto;
    display:block!important;
    margin:0 auto;
    }
    
/* Swatches Section */
.swatches-container{
	float:left;
	width:100%;
    margin: 0px 0px 30px 0px;
    text-align:center;
}
    
.swatch{
    display: inline-block;
    position:relative;
    width: 65px;
    height: 65px;
    margin: 0px 10px 10px 0px;
    padding: 7px;
    border: solid 1px #eee;
    cursor: pointer;
    }
.swatch img {
	width:100%;
	height:100%;
}    
.swatch-hidden {
	display:none;
}    
.swatch:hover{
    border: solid 1px #ccc;
    }
    
.selected{
    border: solid 1px #013571;
    background-color: #eee;}
    
.clearfix{
    clear: both;
    }
    
.house-title{
    text-align: center;
    font-size: 15px;
    text-transform:uppercase;
    padding: 10px 0px 20px;
    letter-spacing: 2px;
    color: #013571;
    }
    
/* Finitions Zoom */
.finitions-container{
	display:block;
	width:1015px;
    margin: 0 auto;
    position: relative;
    margin-top:20px;
    }
.finitions-list {
	
}    
.finitions-container img{
    display: block;
    }
    
#fin01, #fin03{
    float: left;}
    
.finitions-img{
    width: 110px;
    height:auto;
    margin-bottom: 5px;}
    
#finitions-show{
    
    }

.finitions-title{
    font-size: 14px;
    /* display: block; */
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 25px;
    }
    
.finition{
    float:left;
    width:145px;
    margin-bottom: 10px;
    margin-right: 5px;
    text-align:center;
    padding: 4px;
    border: solid 1px #ddd;
}
.finition img {
	width:100%;
}
.asterisc {
    position:absolute;
    top: 0px;
    right: 1px;
    font-size: 20px;
}
.finiture-img-wrapper {
	display:inline-block;
	width:250px;
    height:300px;
}
.finiture-img {
	width:250px;
    height:250px;
}
.finiture-img img {
	width:100%;
	height:100%;
}


@media only screen and (max-width: 1200px) {
	.finiture-img-wrapper {
	   width:200px;
       height:250px;
	}
	.finiture-img {
	   width:200px;
	   height:200px;
	}
	.finitions-container{
        width:820px;
    }
}
@media only screen and (max-width: 980px) {
	.swatches-container br {
	   display:none!important;
	}
	.swatch {
	   width:45px;
	   height:45px;
	}
	.finiture-img-wrapper {
	   width:250px;
       height:300px;
	}
	.finiture-img {
       width:250px;
       height:250px;
    }
    .finitions-container{
        width:510px;
    }
}

@media only screen and (max-width: 700px) {
   .finitions-container {
       float:left;
       width:100%;
   }
   #finitions-show {
       position:static;
       float:left;
   }
   .finition {
       width:25%;
       margin-right:0px;
   }
   .finitions-list {
    float:left;
    width:100%;
   }
}

@media only screen and (max-width: 560px) { 

   .finiture-img-wrapper {
	   width:200px;
       height:250px;
   }
   .finiture-img {
       width:200px;
       height:200px;
    }
    .finitions-container{
        width:410px;
    }
    
}

@media only screen and (max-width: 500px) { 
	.finition {
       width:50%;
   }
	
}
@media only screen and (max-width: 450px) { 
    .finiture-img-wrapper {
	   width:250px;
       height:300px;
	}
    .finiture-img {
       width:250px;
       height:250px;
    }
    .finitions-container{
        width:260px;
    }
    
}