@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,700);

body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	background: none;
}

/* WRAPPERS */
.wrapper {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
	padding: 140px 80px 80px;
}

.blu {
	background-color: rgba(108, 174, 223, .5);
}

.wt {
	background-color: rgba(255, 255, 255, .5);
}

/* TITLE */
.title {
	position: relative;
	float: left;
	width: 50%;
	height: 30px;
	padding: 20px 0;
	color: #6caedf;
	font-size: 30px;
	line-height: 30px;

}

/* SOFA WRAPER */
.sofa {
	position: relative;
	float: right;
	width: 50%;
	max-width: 510px;
	text-align: center;
}

/* SOFA SWIPER */
.swiper-container {
	position: relative;
	width: 100%;
	height: 340px;
}

.swiper-wrapper {
	position: relative;
	width: inherit;
	height: inherit;
}

.swiper-slide {
	position: relative;
	width: inherit;
	height: inherit;
	overflow: hidden; /*ADDED TO HIDE OVERFLOW*/
}

/* SOFA IMAGE */
.sofa img {
	display: inline-block;
	position: relative;
	z-index: 1;
	/*width: 510px;*/
	/*height: 340px;*/
	width: 100%;
    height: 100%;
    object-fit: contain;
}

.caption {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 14px 0;
	color: #FFF;
	font-size: 14px;
	line-height: 14px;
	text-indent: 14px;
	background: rgba(0, 0, 0, .5);
	text-align: left;
}

/* SOFA INFO */
.info {
	position: relative;
	float: left;
	width: 50%;
}

.info ul {
	margin: 0 1px 1px;
	padding: 0;
	background: rgba(255, 255, 255, .75);
}

.info ul li {
	display: block;
	float: left;
	width: 50%;
	margin: 0;
	padding: 10px 0;
	color: #000;
	text-indent: 14px;
	list-style: none;
}


@media all and (max-width: 1200px) {
	.wrapper {
		max-width: 510px;
	}

	.title {
		width: 100%;
	}

	.sofa {
		width: 100%;
	}

	.info {
		width: 100%;
	}
}


@media all and (max-width: 720px) {

	body,
	html {
		font-size: 10px;
	}

	.wrapper {
		max-width: 300px;
		padding: 140px 10px 80px;
	}

	/* SOFA IMAGE */
	.sofa img {
		width: 300px;
		height: 200px;
	}

	/* SOFA SWIPER */
	.swiper-container {
		height: 200px;
	}
}

.info table {
	width: 100%;
	border-spacing: 0px 1px;
}

.info td:first-of-type {
	background: rgba(255, 255, 255, .5);
}

.info tr {
	background: rgba(255, 255, 255, .75);
	color: black;
	text-transform: uppercase;
}

.info td {
	padding: 8px 16px;
}