

#designer_main{
	max-width:1050px;
	margin:15px auto;
}
.description{
	max-width:1010px;
	padding-bottom:18%;
	position:relative;
	padding-top:15px;
	margin:0 auto;
}

.designers .designer .img{
	position:relative;
	
	text-align:center;
	height:255px;
	width:100%;
	
}
.helper {
    height: 100%;
    padding: 0;
    text-align: center;
}
.helper,
.image {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.designers .img img:after{
	content:"";
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.designers .designer a{
	display:block;
	height:100%;
	width:100%;
}
.designers .designer .name{
	
	font-style:italic;
	font-size:1.2em;
	width:100%;
	text-align:center;
	padding:5px 0;
}
.designer a{
	color:#000;
}
.designers{
	max-width:1050px;
	margin:15px 0 15px 0;
}
.couture .designer{
		text-align:center;
}
.couture .designer img{
	border:1px solid #000;

}
.couture .designer .name{
	
	font-style:italic;
	font-size:16px;
	width:100%;
	text-align:center;
	padding:5px 0;
}
.couture a{
	color:#000;
}
.couture{
	max-width:1050px;
	margin:15px 0 15px 0;
	
	padding-top:10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9d8e67+0,ffffff+100 */
background: #9d8e67; /* Old browsers */
background: -moz-linear-gradient(top,  #9d8e67 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d8e67), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9d8e67 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9d8e67 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9d8e67 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9d8e67 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d8e67', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.roomShots .inner{
	width:228px;
}
.roomShots .thumb{
	float:left;
	margin:8px 8px 0 0;
	height:62px;
}

.top_quote{
	display:none;
	position:absolute;
}
.top_quote img{
	max-width:100%;
	height:auto;
}
#tq_0{
	display:block;
}
#ralph .top {
	display: flex;
	padding: 20px;
	align-items: center;
	justify-content: space-between;
}
#ralph .top > div {
	flex-basis: 48%;
}
#ralph h1 {
	font-size: 24px;
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;
	text-align: center;
	padding: 5px;
	font-weight: 400;
}
#ralph .list {
	display: flex;
	padding: 20px;
	justify-content: space-between;
}
#ralph .list > div {
	flex-basis: 24%;
	margin: 0 0 20px 0;
	text-align: center;
}
#ralph .list > div img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}
#ralph .list a {
	position: relative;
	color: #000;
	display: block;
	margin-bottom: 10px;
}
#ralph .list a.img {
	padding-bottom: 127.3070588235294%;
}
@media (max-width: 800px) {
	#ralph .list {
		flex-wrap: wrap;
	}
	#ralph .list > div {
		flex-basis: 48%;
	}
}
