/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain) */
   html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
   body { line-height: 1; }
   ol, ul { list-style: none; }
   blockquote, q { quotes: none; }
   blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
   table { border-collapse: collapse; border-spacing: 0; }
   html { box-sizing: border-box; }
   *, *:before, *:after { box-sizing: inherit; }

body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	background-color: #ffffff;
	color: #444444;
	line-height: 1.2;
	font-size: 100%;
}

/*-------------------- SHARED --------------------*/
img {
	max-width: 100%;
	height: auto;
}
sup {
	font-size: 0.5em;
	vertical-align: baseline;
	position: relative;
	top: -0.9em;
}

.bold-text {
	font-weight: bold;
}
.show-desktop {
	display: block;
}
.show-mobile {
	display: none;
}
.show-tablet {
	display: none;
}
.show-special {
	display: none;
}

p {
	margin: 0;
	padding: 0;
}

/*-------------------- STYLES --------------------*/

.container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
}

.product-wrap-initial {
	max-width: 1440px;
	z-index: 3;
	position: relative;
	margin: 0 auto 0 auto;
}

.product-wrap {
	max-width: 1440px;
	z-index: 3;
	position: relative;
	margin: 0 auto 0 auto;
}

.shops-logo {
	padding-top: 100%;
	display: inline-block;
	width: 100%;
	position: relative;
}

.shops-logo img {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.copyright {
	text-align: center;
	padding-top: 60px !important;
	line-height: 19.5px;
	font-size: 16px;
	font-weight: 400;
	margin: 0 auto;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	background-color: #ffffff;
	color: #808285;
	background-color: #f6f8fa;
}

.icon-wrap-footer {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 19.5px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	background-color: #ffffff;
	color: #808285;
}
.icon-wrap-header {
	text-align: right;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 19.5px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	background-color: #ffffff;
	color: #808285;
	margin-top: 40px;
	margin-right: 80px;
	display: inline;
	position: absolute;
	float: right;
	left: 100%;
	margin-left: -200px;
}

.logo-ny,
.logo-la,
.logo-atl {
	padding-top: 15px;
	padding-left: 3px;
	max-width: 100%;
}

.logo {
	padding-top: 15px;
	padding-left: 6px;
	max-width: 100%;
	display: inline;
	position: relative;
	float: left;
}

.logo-img-cleared,
.logo-img-chair,
.logo-img-lamp {
	padding-top: 15px;
	padding-left: 3px;
	max-width: 100%;
}

.img-chair {
	display: inline;
	max-width: 100%;
	padding: 15px 0px 50px 70px;
}

.img-cleared {
	padding: 15px 0px 50px 200px;
	max-width: 100%;
	display: inline;
}

.img-lamp{
	padding: 15px 0px 50px 250px;
	max-width: 100%;
	display: inline;
}

.header-wrapper {
	padding-bottom: 30px;
	display: inline-block;
}

.top p {
	color: #808285;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	padding: 60px 10px 20px 10px;
	text-align: center;
	line-height: 19.5px;
	font-weight: 400;
}

.hero {
	height: 511px;
	padding: 115px 0 0 0;
	position: absolute;
	top: 52px;
	width: 100%;
	z-index: 2;
}
.carousel {
	height: 511px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.carousel .slide {
	height: 511px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-moz-box-shadow: inset 0 0 6px #b0b0b0;
	-webkit-box-shadow: inset 0 0 6px #b0b0b0;
	box-shadow: inset 0 0 6px #b0b0b0;
}

.logo-wrap {
	background-color: rgba(46, 45, 45, 0.9);
	display: inline-block;
	padding: 40px 30px 45px 95px;
	max-width: 450px;
	width: 47%;
}
.logo-wrap p {
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 17.5px;
	padding: 30px 0 0 0;
}
.label-wrap {
	display: inline-block;
	max-width: 340px;
	padding: 0 0 0 15px;
	vertical-align: top;
	width: 50%;
}
.label-ny {
	color: #ffffff;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 15px 0;
	padding: 0 0 0 18px;
	background-color: #ff825c;
	max-width: 270px;
	text-decoration: none;
	width: 100%;
}
.label-la {
	color: #ffffff;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 15px 0;
	padding: 0 0 0 18px;
	background-color: #46b8dc;
	max-width: 337px;
	text-decoration: none;
	width: 100%;
}
.label-atl {
	color: #ffffff;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-weight: 500;
	padding: 0 0 0 18px;
	background-color: #7dbf91;
	max-width: 240px;
	text-decoration: none;
	width: 100%;
}
.col-address {
	display: table;
	margin: 0 auto 0 auto;
	max-width: 1440px;
	position: relative;
	top: -44px;
	z-index: 3;
	padding-top: 20px;
	width: 100%;
	border-spacing: 4px;
}

.col-address .col {
	display: table-cell;
	padding: 0 5px 0 5px;
	position: relative;
	text-align: center;
	width: 33%;
}

.col-address .col .header-link {
	color: #fff;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 700;
	max-width: 240px;
	max-height: 64px;
	margin: 0 auto 0 auto;
	padding: 12px 10px 12px 10px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	/* box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.18); */
	/* text-shadow: 0px 10px 16px rgba(0, 0, 0, 0.18); */
	text-transform: uppercase;
}
.ny-shadow {
	box-shadow: 6px 5px 15px 0.1px #ff825c;
}

.la-shadow {
	box-shadow: 6px 5px 15px 0.1px #46b8dc;
}

.atl-shadow {
	box-shadow: 6px 5px 15px 0.1px #7dbf91;
}

.col-address .col .header-link.ny {
	background: #ff825c;
	/* position: relative; */
	/* top: -32px; */
}
.col-address .col .header-link.la {
	background: #46b8dc;
	/* position: relative; */
	/* top: -32px; */
}
.col-address .col .header-link.atl {
	background: #7dbf91;
	/* position: relative; */
	/* top: -32px; */
}

.col-address .col .header-link.clearance {	
	background: #FFFFFF;	
	margin-top:20px;
}

.col-address .col .header-link.clearance.ny {
	border: #ff825c 1px solid;		
	color:#ff825c;	
}

.col-address .col .header-link.clearance.atl {
	border: #7dbf91 1px solid;
	color:#7dbf91;
}

.col-address .col .header-link .button-text-wrapper {
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.col-address .col .header-link .button-text-wrapper .button-text {
	font-size: 16px;
	font-weight: 700;
}

.col-address .col .header-label {
    margin: 10px 0 25px 0;
}

.col-address .col .header-label .header-label-text {
    font-family: Tahoma, sans-serif;
    font-size: 72px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.56);
}

.col-address .col .address {
	color: #7a7a7a;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 30px 0 20px 0;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
}
.col-address .col .address a,
.col-address .col .phone a {
	color: #7a7a7a;
	text-decoration: none;
}
.col-address .col .phone {
	color: #7a7a7a;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0 auto 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.header-list-main {
	color: #7a7a7a;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 55px 0;
	padding: 0 120px 0 120px;
	text-align: center;
	width: 100%;
}

.header-list-main-inscription {
	color: black;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 32px;
	margin: 0 0 55px 0;
	text-align: left;
	width: 100%;
	line-height: 39px;
}

.first-text {
	padding: 120px 0px 50px 200px;
	display: inline;
	position: relative;
	width: 50%;
	float: left;
}

.second-text {
	padding: 120px 0px 50px 6px;
	display: inline;
	position: relative;
	width: 53%;
	float: right;
	margin-right: 110px;
}

.third-text {
	padding: 150px 0px 50px 200px;
	display: inline;
	position: relative;
	width: 47%;
	float: left;
}

.product-list {
	display: table;
	margin: 0 auto 0 auto;
	max-width: 1320px;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}

.product-list-col {
	display: table-cell;
	width: 200px;
}
.product-list .col-left-group {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.product-list .col-right-group {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.product-list-wrap {
	margin: 0 0 25px 0;
	position: relative;
}
.product-list-wrap .list-header {
	color: black;
	cursor: default;
	/* border-bottom: 3px solid #8e8e8e; */
	font-family: "Montserrat", sans-serif;
	font-weight: 700 !important;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 5px 4px;
	width: 100%;
}

.strip {
	color: #6d6d6d;
	padding: 0 0 5px 4px;
	width: 40px;
	margin-bottom: 7px;
}
.strip-ny {
	border-top: 8px solid #ff825c;
}

.strip-la {
	border-top: 8px solid #46b8dc;
}

.strip-atl {
	border-top: 8px solid #7dbf91;
}

.short-line {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 5px 4px;
	width: 20px;
	margin-left: 3px;
	margin-bottom: 7px;
}

.cities {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	text-align: left;
	padding-bottom: 25px;
}

.short-line-orange {
	border-bottom: 4px solid #ff825c;
}

.short-line-green {
	border-bottom: 4px solid #7dbf91;
}

.short-line-blue {
	border-bottom: 4px solid #46b8dc;
}

.product-wrap {
	display: inline-block;
	position: relative;
}

.product-list-wrap .btn-toggle {
	display: none;
}
.product-list-wrap ul {
	height: auto;
	margin: 12px 0 0 4px;
}
.product-list-wrap ul li {
	color: black;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 17.07px;
	padding: 0 0 0 0;
}
.content-second {
	background: #4f5153;
	display: block;
	padding: 74px 0 80px 0;
}
.content-second .col-wrap {
	display: table;
}
.content-second .col-left {
	display: table-cell;
	padding: 0 30px 0 30px;
	text-align: center;
	vertical-align: middle;
	width: 52%;
}
.content-second .col-right {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 47%;
}
.content-second .col-right h3 {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 48px;
	font-weight: 100;
	line-height: 48px;
	margin: 40px 0 20px 0;
}
.content-second .col-right p {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 15px 0;
	padding: 0 50px 0 0;
}
.content-second .disclaimer {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	padding: 0 0 0 20px;
}

.content-third {
	background: #fff;
	padding: 74px 0 80px 0;
	position: relative;
}
.content-third .col-wrap {
	display: table;
}
.content-third .col-left {
	display: table-cell;
	padding: 0 75px 0 65px;
	text-align: center;
	vertical-align: top;
	width: 51%;
}
.content-third .col-right {
	display: table-cell;
	padding: 0 60px 0 0;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 48%;
}
.content-third .col-left h3 {
	color: #4f5153;
	font-family: "Montserrat", sans-serif;
	font-size: 48px;
	font-weight: 100;
	line-height: 48px;
	margin: 40px 0 20px 0;
	text-align: left;
}
.content-third .col-left p {
	color: #4f5153;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 15px 0;
	text-align: left;
}
.content-third .disclaimer {
	color: #4f5153;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}

.content-fourth {
	/* background: #f1f1f1; */
	background:white;
	padding: 40px 0 40px 0;
}
.content-fourth h3 {
	color: #888;
	font-family: "Montserrat", sans-serif;
	font-size: 48px;
	font-weight: 100;
	line-height: 48px;
	text-align: center;
}
.content-fourth p {
	color: #6f6f6f;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 15px 0 0 0;
	padding: 0 20px 0 20px;
	text-align: center;
}
.content-fourth .col-map {
	display: table;
	margin: 35px auto 0 auto;
	max-width: 1205px;
	width: 100%;
}
.content-fourth .google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.content-fourth .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.content-fourth .col-map .col {
	display: table-cell;
	text-align: center;
	padding: 0 10px 0 10px;
	width: 33%;
}
.content-fourth .col-map .col img {
	padding: 0 5px 0 5px;
}
.content-fourth .col-map .col .location {
	/* color: #7a7a7a; */
	color:black;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	margin: 30px 0 0 0;
	padding-left: 10px;
	display: flex;
	align-items: center;
	/* text-transform: uppercase; */
}
.content-fourth .col-map .col .address {
	/* color: #7a7a7a; */
	color:black;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0 0 0;
	line-height: 20px;
	text-align: left;
	padding-left: 55px;
	/* text-transform: uppercase; */
}
.content-fourth .col-map .col .hours,
.content-fourth .col-map .col .fax,
.content-fourth .col-map .col .phone,
.content-fourth .col-map .col .email,
.content-fourth .col-map .col a {
	/* color: #7a7a7a; */
	color:black;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 0 0;
	text-decoration: none;
	text-align: left;
}
.content-fourth .col-map .col .phone,
.content-fourth .col-map .col .email,
.content-fourth .col-map .col a {
	padding-left: 28px !important;
}

.content-fourth .col-map .col .hours,
.content-fourth .col-map .col .fax,
.content-fourth .col-map .col a {
	padding-left: 55px;
}


/* .content-fourth .col-map .col .email {
	text-transform: uppercase;
} */
.footer {
	position: relative;
	height: 150px;
	background-color: #f6f8fa;
}
.footer ul {
	margin: 25px 0 0 65px;
}
.footer ul li {
	display: inline-block;
	list-style-type: none;

	border-left: 1px solid #6d6d6d;
	color: #6d6d6d;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	padding: 0 15px 0 15px;
}
.footer ul li:first-child {
	border-left: none;
	padding: 0 15px 0 0;
}
.footer ul li a {
	color: #6d6d6d;
	text-decoration: none;
}
.footer .icon-wrap {
	position: absolute;
	top: 0;
	right: 20px;
}

.footer .icon-wrap .icon-fb {
	margin: 0 10px 0 0;
}

.footer .icon-wrap-header {
	position: relative;
	top: 0;
	text-align: right;
	right: 20px;
}

.footer .icon-wrap-footer {
	position: relative;
	top: 0;
	text-align: center !important;
	padding-top: 40px;
	background-color: #f6f8fa;
}

.icon-arrow-right {
	content: url("../img/arrow-right-thin.svg");
	white-space: nowrap;	
	padding-left: 10px;
	display: inline-block;
	
}
.icon-clearance {
	content: url("../img/ny-icon-clearance.svg");
	white-space: nowrap;	
	padding-left: 10px;
	display: inline-block;	
}
.icon-clearance.atl {
	content: url("../img/atl-icon-clearance.svg");
	white-space: nowrap;	
	padding-left: 10px;
	display: inline-block;
}

.feather {
	font-size: 26px !important;
	padding-right: 20px !important;
}

.feather-la {
	color:#46B8DC;
}
.feather-ny {
	color:#FF825C;
}

.feather-atl {
	color: #7DBF91;
}

.feather-ny, .feather-la, .feather-atl {
	padding-top: 5px;
	font-weight: 500 !important;
}

/*-------------------- MEDIA QUERIES --------------------*/

@media (max-width: 1340px) {
	.img-cleared,
	.img-lamp {
		padding: 15px 0px 50px 80px;
	}

	.img-chair {
		padding: 15px 0px 50px 40px;
	}
}

@media (max-width: 1280px) {
	.header-wrapper {
		margin-left: 0px;
	}

	.icon-wrap-header {
		margin-right: 0px;
	}

	.img-chair {
		padding: 15px 0px 50px 0px;
	}
	.header-list-main-inscription {
		font-size: 30px;
	}

	.img-cleared {
		padding: 15px 0px 50px 100px;
	}

	.img-lamp {
		padding: 15px 0px 50px 150px;
	}

	.first-text {
		padding: 120px 0px 50px 120px;
	}

	.third-text {
		padding: 150px 0px 50px 120px;
	}
}

@media (max-width: 1200px) {
	.header-list-main-inscription {
		font-size: 29px;
	}

	.img-cleared {
		padding: 15px 0px 50px 70px;
	}

	.img-lamp{
		padding: 15px 0px 50px 130px;
	}

	.first-text {
		padding: 120px 0px 50px 100px;
	}

	.second-text {
		margin-right: 80px;
	}

	.third-text {
		padding: 150px 0px 50px 100px;
	}
}

@media (max-width: 1135px) {
	.second-text {
		margin-right: 50px;
	}
}

@media (max-width: 1080px) {
	.logo-img-cleared,
	.logo-img-chair,
	.logo-img-lamp {
		width: 300px;
	}

	.first-text {
		padding: 60px 0px 50px 30px;
	}

	.second-text {
		padding: 50px 20px 50px 0px;
	}

	.third-text {
		padding: 90px 0px 50px 30px;
	}

	.img-cleared {
		padding: 15px 0px 50px 90px;
	}

	.img-lamp {
		padding: 15px 0px 50px 130px;
	}

	.product-list {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 960px) {
	br {
		display: none;
	}

	.container {
		max-width: none;
		width: 100%;
	}

	.icon-wrap-header {
		display: none;
	}

	.logo,
	.logo-ny,
	.logo-la,
	.logo-atl {
		margin: 0 auto;
		max-width: 100%;
	}

	.header-list-main-inscription {
		font-size: 22px;
		line-height: 29px;
		font-weight: 500;
	}

	.first-text {
		padding: 60px 0px 0px 50px;
	}

	.second-text {
		padding: 60px 20px 70px 0px;
	}

	.third-text {
		padding: 90px 0px 0px 50px;
	}

	.logo-img-cleared,
	.logo-img-chair,
	.logo-img-lamp {
		width: 290px;
	}

	.img-lamp,
	.img-cleared {
		padding: 15px 0px 50px 90px;
		max-width: 100%;
	}

	.img-chair {
		padding: 15px 50px 50px 0px;
		max-width: 100%;
	}
}

@media (max-width: 880px) {
	.grid {
		margin-left: -3px;
		margin-right: -3px;
	}

	.logo-img-cleared,
	.logo-img-chair,
	.logo-img-lamp {
		width: 260px;
	}
}

@media (max-width: 840px) {
	.container {
		max-width: none;
	}
	.product-list {
		display: none;
	}

	.header-list-main-inscription {
		font-size: 22px;
		margin: 0 0 55px 0;
		font-weight: 500;
	}

	.first-text {
		padding: 50px 0px 50px 40px;
		width: 54%;
	}

	.second-text {
		padding: 50px 0px 50px 1px;
		margin-right: 50px;
		width: 54%;
	}

	.third-text {
		padding: 80px 0px 50px 40px;
		width: 49%;
	}

	.img-lamp,
	.img-cleared {
		padding: 15px 20px 50px 60px;
	}

	.img-lamp {
		margin-left: 70px;
	}
	.img-cleared {
		margin-left: 40px;
	}

	.img-chair {
		padding: 15px 50px 50px 15px;
	}

	.col-address .col {
		padding: 0 0 0 0;
	}

	.col-address .col .header-link {
		max-width: 226px;
		max-height: 56px;
		padding: 12px 10px 12px 10px;
	}

	.col-address .col .header-label .header-label-text {
		font-size: 56px;
	}

	.icon-arrow-right {
		top: 16px;
	}

	.header-list-main-inscription {
		font-weight: 500;
		font-size: 24px;
		word-wrap: break-word !important;
	}

	.logo,
	.logo-ny,
	.logo-la,
	.logo-atl {
		padding-left: 0px;
	}
	.col-img-left {
		padding-left: 0px !important;
	}

	.col-img-right {
		padding-right: 0px !important;
	}

	.top p {
		padding: 0px 0px 7px 0px;
		width: 654px;
		margin: 0 auto;
	}

	.logo-img-cleared,
	.logo-img-chair,
	.logo-img-lamp {
		width: 252px;
	}

	.header-wrapper {
		display: inline-block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.logo {
		float: none;
	}
}

@media (max-width: 819px) and (min-width: 771px) {
	.container {
		max-width: none;
	}

	.first-text {
		padding: 50px 0px 6px 30px;
	}

	.second-text {
		margin-right: 30px;
	}

	.img-cleared,
	.img-lamp {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 770px) {
	.container {
		max-width: none;
	}
	.show-desktop {
		display: none;
	}

	.product-list {
		display: none;
	}

	.icon-wrap-header {
		display: none;
	}

	.logo,
	.logo-ny,
	.logo-la,
	.logo-atl {
		margin: 0 auto;
	}
	.header-list-main-inscription {
		font-size: 22px;
		margin: 0 0 55px 0;
		word-wrap: break-word !important;
	}
	.img-chair {
		padding: 15px 20px 50px 15px;
	}

	.img-lamp,
	.img-cleared {
		padding: 15px 20px 50px 40px;
	}

	.img-lamp {
		margin-left: 70px;
	}

	.img-cleared {
		margin-left: 50px;
	}

	.first-text {
		padding: 40px 0px 50px 30px;
		width: 51%;
	}

	.second-text {
		padding: 40px 20px 50px 20px;
		margin-right: 30px;
		width: 56%;
	}

	.third-text {
		padding: 100px 0px 50px 40px;
		width: 47%;
	}

	.col-address .col {
		padding: 0 0px 0 0px;
	}

	.top p {
		padding: 0px 0px 7px 0px;
		width: 654px;
		margin: 0 auto;
	}

	.logo-img-cleared {
		padding-left: 3px;
		width: 235px;
	}
}

@media (max-width: 760px) {
	.container {
		max-width: none;
	}

	.product-list {
		display: none;
	}

	.icon-wrap-header {
		display: none;
	}
	.second-text {
		margin-right: 10px;
	}
}

@media (max-width: 680px) {
	.container {
		max-width: none;
	}
	.show-desktop {
		display: none;
	}
	.product-list {
		display: none;
	}
	.footer ul {
		margin: 25px 0 0 20px;
	}
	.footer ul li {
		padding: 0 10px 0 10px;
	}
	.footer ul li:first-child {
		padding: 0 10px 0 0;
	}
	.footer .icon-wrap {
		position: relative;
		right: auto;
		top: auto;
		margin: 20px 0 0 20px;
	}
}

@media (max-width: 660px) {
	.container {
		max-width: none;
	}
	.second-text {
		float: left;
	}
	.first-text,
	.second-text,
	.third-text {
		padding: 0px 0px 20px 20px;
		width: 100%;
	}
	.img-cleared,
	.img-chair,
	.img-lamp {
		margin-left: 27.27%;
	}
}

@media (max-width: 640px) {
	/* ============== MOBILE ============== */

	.show-desktop {
		display: none;
	}
	.show-mobile {
		display: block;
	}
	.show-tablet {
		display: none;
	}

	.product-list {
		display: none !important;
	}

	.col-address .col {
		display: inline;
		position: relative;
	}

	.container {
		max-width: none;
	}

	.label-wrap {
		padding: 0 0 0 5px;
	}
	.logo-wrap {
		display: inline-block;
		max-width: 450px;
		padding: 40px 10px 45px 10px;
	}

	.label-ny,
	.label-la,
	.label-atl {
		font-size: 20px;
		margin: 0 0 15px;
		padding: 0 0 0 10px;
	}
	.header-list-main {
		padding: 0 20px 0 20px;
	}
	.col-address .col .header-link {
		font-size: 14px;
	}
	.product-list {
		display: block;
		margin: 0 auto 0 auto;
		max-width: 1440px;
	}
	.product-list-col {
		display: block;
	}

	.product-list .col-left-group {
		width: 50%;
	}
	.product-list .col-right-group {
		width: 48%;
	}
	.col-address .col h2 {
		font-size: 12px;
	}
	.content-second {
		display: block;
		padding: 30px 0 30px 0;
	}
	.content-second .col-left {
		display: table-footer-group;
		padding: 0 30px 0 30px;
		width: 100%;
	}
	.content-second .col-left img {
		padding: 20px 20px 0 20px;
	}
	.content-second .col-right {
		display: table-header-group;
		width: 100%;
	}
	.content-second .col-right h3 {
		margin: 0 0 20px 0;
		padding: 0px 20px 0 20px;
	}
	.content-second .col-right p {
		padding: 0 20px 0 20px;
	}
	.content-second .disclaimer {
		padding: 0 20px 0 20px;
	}
	.content-third {
		padding: 20px 0 20px 0;
	}
	.content-third .col-left {
		display: block;
		padding: 0 20px 0 20px;
		width: 100%;
	}
	.content-third .col-right {
		display: block;
		padding: 0 30px 0 30px;
		width: 100%;
	}

	.content-fourth {
		padding: 30px 0 30px 0;
	}
	.content-fourth .col-map .col {
		display: block;
		padding: 20px 20px 10px 20px;
		width: 100%;
	}
	.content-fourth .col-map {
		margin: 0 auto 0;
	}
	.footer ul li.copyright {
		border-left: none;
		padding: 0 160px 0 0;
	}

	.header-list-main-inscription {
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
		word-wrap: break-word !important;
	}

	.img-cleared,
	.img-chair,
	.img-lamp {
		padding: 0 0 0 0;
	}

	.icon-wrap-header {
		display: none;
	}

	.logo,
	.logo-ny,
	.logo-la,
	.logo-atl {
		margin: 0 auto;
		max-width: 100%;
	}

	.top p {
		padding: 18px 0px 7px 0px;
		margin: 0 auto;
		width: 520px;
	}
	.col-address .col .header-label .header-label-text {
		font-size: 64px;
	}
	.col-address .col .header-link.clearance.ny {
		margin-bottom: 20px;
	}
}

@media (max-width: 590px) {
	.container {
		max-width: none;
	}

	.product-list {
		display: none;
	}

	.product-wrap-initial {
		padding-left: 0px;
	}

	.col-address .col {
		display: inline;
		position: relative;
	}

	.header-list-main-inscription {
		font-weight: 500;
		font-size: 18px;
		max-width: none;
		word-wrap: break-word !important;
	}

	.first-text,
	.second-text,
	.third-text {
		padding: 40px 0px 20px 20px;
	}

	.img-lamp,
	.img-cleared,
	.img-chair {
		padding: 0 0 0 0;
	}

	.icon-wrap-header {
		display: none;
	}

	.logo,
	.logo-ny,
	.logo-la,
	.logo-atl {
		margin: 0 auto;
		max-width: 100%;
		padding-left: 0px;
	}
}

@media (max-width: 480px) {
	.container {
		max-width: none;
	}

	.content-fourth .col-map .col .address {
		width: 240px;
	}
	.product-list {
		display: none;
	}
	.product-wrap {
		width: 100%;
	}
	.product-wrap-initial {
		max-width: 100%;
		margin-left: 5%;
	}
	.show-desktop {
		display: none;
	}

	.col-address .col .header-link {
		font-size: 18px;
	}
	.col-address .col .address {
		font-size: 12px;
		padding: 0 5px;
	}
	.col-address .col .address a,
	.col-address .col .phone a {
		font-size: 12px;
	}
	.product-list .col-left-group {
		display: block;
		width: 100%;
	}
	.product-list .col-right-group {
		display: block;
		width: 100%;
	}
	.product-list-wrap {
		margin: 10px 0 10px 0;
	}
	.product-list-wrap h3 {
		cursor: pointer;
		max-width: 100%;
	}

	.product-list-wrap .btn-toggle {
		display: block;
		height: 9px;
		position: absolute;
		right: 20px;
		top: 5px;
		width: 9px;
	}
	.product-list-wrap .btn-toggle.icon-plus {
		background: url("../img/icon_plus_minus.png") 0 0 no-repeat;
	}
	.product-list-wrap .btn-toggle.icon-minus {
		background: url("../img/icon_plus_minus.png") 0 -9px no-repeat;
	}
	.product-list-wrap ul {
		height: 0;
		overflow: hidden;
	}
	.footer ul li.copyright {
		border-left: none;
		padding: 0;
	}
	.header-list-main-inscription {
		font-weight: 500;
		font-size: 18px;
		text-align: left;
		max-width: none;
		word-wrap: break-word !important;
	}

	.first-text {
		padding: 10px 3px 10px 0px;
		width: 328px;
	}

	.second-text {
		padding: 10px 3px 10px 0px;
		width: 333px;
	}

	.third-text {
		padding: 10px 3px 10px 0px;
		width: 270px;
	}

	.img-lamp,
	.img-cleared,
	.img-chair {
		padding: 0 0 0 0;
		margin-left: 20%;
	}

	.icon-wrap-header {
		display: none;
	}

	.col-address .col {
		padding: 0 0 0 0;
		display: inline;
		position: relative;
	}

	.logo-img-cleared,
	.logo-img-chair,
	.logo-img-lamp {
		margin: 0 auto;
		padding-left: 0px;
		width: 184px;
	}
	.top p {
		max-width: 100%;
		width: 296px;
		font-size: 12px;
		line-height: 15px;
		margin: 0 auto;
		word-break: break-word;
	}

	.copyright {
		margin: 0 auto;
		font-size: 12px;
		line-height: 15px;
		width: 267px;
	}

	.col-address {
		border-spacing: 0px;
		padding-top: 0px;
		top: -20px;
	}

	.col-address .col .header-label .header-label-text {
		font-size: 52px;
	}
}

@media (max-width: 280px) {
	.img-lamp,
	.img-chair,
	.img-cleared {
		margin-left: 40px;
	}

	.product-wrap-initial {
		margin-left: 3px;
	}

	.header-list-main-inscription{
		font-size: 16px;
	}

	.first-text,.second-text {
		width: 260px;
	}
}

submit::-moz-focus-inner {
	border: 0;
}
submit:focus {
	outline: 0 !important;
}
button:focus {
	outline: 0 !important;
}

/* High DPI aware devices (aka retina) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
}
