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

/*
* STYLE CSS GLOBAL
*/


body * {
	box-sizing: border-box;
}

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

.content-container {
	max-width: 1400px;
	width: 100%;
	padding: 40px 16px;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

/*.catalog-banner .content-container img {
	max-width: 300px;
	width: 100%;
	margin-bottom: 32px;
	height: auto;
}
*/

/*
.catalog-description {
	max-width: 1000px;
	width: 100%;
	color: white;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 32px;
}
*/

.single-fabric-swatch span {
	text-transform: uppercase;
}

/*
.catalog-banner {
	background-image: url("images/alt-images/catalog-banner.jpg");
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	background-position: center;
}
*/

h1.page-title {
	font-size: 42px;
	font-weight: 800;
	color: #ffffff;
	margin: 0px;
	padding-bottom: 48px;
}

/*body .catalog-tabs {
	max-width: unset;
	width: 100%;
	padding: unset;
	margin: unset;
	display: flex;
	flex-direction: row;
	gap: 16px 32px;
	flex-wrap: wrap;
	justify-content: center;
}*/

/*.catalog-tabs a {
	float: none;
	width: 100%;
	border-radius: 100px;
	border: solid 1px #6caedf;
	padding: 8px 24px;
	width: auto;
}*/

/*.catalog-tabs a span {
	margin: 0;
}*/

/*.catalog-tabs a span {
	padding: unset;
	border: unset;
}*/

/*.catalog-tabs a.active span {
	background: unset;
}*/

/*.catalog-tabs a.active {
	background: #6caedf;
}*/

ul,
ol {
	margin: 15px 0 25px;
	padding: 0;
}

li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: circle;
}

a {
	color: #007dc3;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 250ms;
	transition: all 250ms;
}

a > * {
	-webkit-transition: all 250ms;
	transition: all 250ms;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 24px 0;
}

p {
	margin: 18px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.headline {
	color: #6caedf;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
}

.subhead {
	color: #6caedf;
	font-size: 20px;
	line-height: 30px;
}

.bold {
	font-weight: 700;
}

/* NAV */
.nav-wrapper {
	position: fixed;
	z-index: 10000;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	border-bottom: solid 10px rgba(108, 174, 223, 0.75);
	top: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.nav-logo {
	/*float: left;
	padding: 15px;
	text-align: center;*/

	padding: 12px;
}

.nav-collapse,
.nav-bottom {
	display: block;
	float: right;
	padding: 0 10px;
}

.nav-collapse a,
.nav-bottom a {
	display: inline-block;
	vertical-align: middle;
	/*height: 20px;*/
	/*margin: 40px 2px 30px;*/
	/*padding: 5px 10px;*/
	padding: 8px 16px;
	/*color: #007dc3;*/
	color: #6caedf;
	/*font-size: 17px;*/
	font-size: 16px;
	/*line-height: 20px;*/
	line-height: 1.4;
	text-decoration: none;
	border: solid 1px rgba(108, 174, 223, 0);
	border-radius: 50px;
}

.nav-collapse a:hover,
.nav-bottom a:hover {
	/*color: #414042;*/
	background: rgba(108, 174, 223, 0.33);
	color: #6caedf;
	border: solid 1px rgba(108, 174, 223, 1);
}

/* BANNER */

.idezign-banner {
	z-index: 7000;
	position: absolute;
	top: 115px;
	right: 0px;
}

.idezignfx {
	opacity: 0.85;
	filter: alpha(opacity=85);
	/* For IE8 and earlier */
}

.idezignfx:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

.banner {
	height: 100%;
}

.banner .swiper-slide {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-bottom {
	position: absolute;
	z-index: 500;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.75);
}

.banner-headline {
	display: inline-block;
	vertical-align: middle;
	max-width: 800px;
	font-size: 38px;
	line-height: 50px;
	text-align: left;
}

.find {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	margin: 0 auto;
	padding: 25px 0;
	color: #414042;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
}

.find div {
	width: 100%;
	background: url(../links/btn/sofa.png) no-repeat center;
	background-size: 150px 150px;
}

.find div a {
	height: 130px;
	display: block;
	margin: 0;
	padding: 0;
	background: url(../links/btn/find.png) no-repeat center;
	background-size: 150px 150px;
}

.find div a:hover {
	background-size: 160px 160px;
}

/* BODY */
.wrapper {
	width: 100%;
	margin: 0;
	padding: 110px 0 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.content {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.half {
	float: left;
	width: 50%;
}

.third {
	float: left;
	width: 33%;
}

.two-third {
	float: left;
	width: 67%;
}

.copy {
	padding: 40px;
}

.inset {
	max-width: 400px;
	height: auto;
}

.inset img {
	width: 100%;
	height: auto;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

/* BOTTOM */
.bottom {
	width: 100%;
}

.bottom .nav-logo {
	float: right;
}

.nav-bottom {
	float: none;
}

.nav-bottom a {
	margin: 20px 2px 5px;
	color: #6caedf;
	border: solid 1px rgba(255, 255, 255, 0);
}

.nav-bottom a:hover {
	color: #fff;
	border: solid 1px rgba(255, 255, 255, 0.2);
}

/* JS NAV */
.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}

.nav-collapse.opened {
	max-height: 9999px;
}

.disable-pointer-events {
	pointer-events: none !important;
}

.nav-toggle {
	display: block;
	/*float: right;*/
	/*height: 20px;*/
	/*margin: 40px 12px 30px;*/
	margin-right: 16px;
	/*padding: 5px 10px 5px 45px;*/
	padding: 8px 16px 8px 48px;
	color: #414042;
	font-size: 17px;
	/*line-height: 20px;*/
	line-height: 1.2;
	text-decoration: none;
	border: solid 1px rgba(108, 174, 223, 0.5);
	border-radius: 50px;
	/*background-color: #FFF;*/
	background-image: url(../links/btn/toggle.png);
	/*background-position: 10px center;*/
	background-position: 16px center;
	background-repeat: no-repeat;
	background-size: 20px;
}

body .nav-wrapper .nav-collapse-0.opened {
	max-height: 500px !important;
}

@media screen and (max-width: 1020px) {
	/* NAV */
	.nav-collapse {
		/*display: block;*/
		display: flex;
		flex-direction: column;
		/*float: none;*/
		/*margin: 120px 0 0;*/
		margin-bottom: 16px;
		row-gap: 8px;
		width: 100%;
		width: 100%;
	}

	.nav-collapse a,
	.nav-collapse a:hover {
		display: block;
		margin: 2px;
		/*padding: 5px 10px;*/
		padding: 12px 24px;
		color: #007dc3;
		/*border: solid 1px #DDD;*/
		border: solid 1px #6caedf;
		/*background: #FFF;*/
		text-align: center;
	}

	/* BANNER */
	.banner-headline {
		max-width: 500px;
		font-size: 30px;
		line-height: 35px;
		text-align: center;
	}

	/* BODY */
	.half,
	.third,
	.two-third {
		width: 100%;
	}

	/* BOTTOM */
	.bottom {
		padding: 20px 0;
		text-align: center;
	}

	.bottom .nav-logo {
		display: none;
	}

	.nav-bottom {
		display: none;
	}
}

@media all and (max-width: 750px) {
	/* BANNER */

	.idezign-banner {
		top: 490px;
		right: 0px;
	}

	.banner {
		height: 540px;
	}

	.banner-bottom {
		bottom: auto;
		height: 400px;
		padding: 140px 0 0;
	}

	.find {
		display: block;
	}

	/* BODY */
	.copy {
		padding: 10px;
	}
}

@media screen and (min-width: 1020px) {
	.js .nav-collapse {
		position: relative;
	}

	.js .nav-collapse.closed {
		max-height: none;
	}

	.nav-toggle {
		display: none;
	}
}

/* FLIP */
.flip-x {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

/* BLUR */
.blur {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
}

/* SCROLLBAR */
::-webkit-scrollbar {
	width: 16px;
	/* for vertical scrollbars */
	height: 16px;
	/* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
	background: rgba(108, 174, 223, 1);
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 125, 195, 1);
}

/* ANIMATIONS */
@keyframes top {
	from {
		top: -90px;
	}

	to {
		top: 0;
	}
}

@-webkit-keyframes top {
	from {
		top: -90px;
	}

	to {
		top: 0;
	}
}

@keyframes bottom {
	from {
		bottom: -160px;
	}

	to {
		bottom: 0;
	}
}

@-webkit-keyframes bottom {
	from {
		bottom: -160px;
	}

	to {
		bottom: 0;
	}
}
