@charset "UTF-8";
@font-face {
	font-family: HelveticaTsl;
	src: url('helvetica-neue-lt-roman.eot');
	/* IE9 Compat Modes */
	src: url('helvetica-neue-lt-roman.eot?#iefix') format('embedded-opentype'), url('HelveticaNeueLTStd-Roman.otf') format("opentype");
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #ff8a2f;
	margin: 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	width: 100%;
	overflow-y: scroll;
	/* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	/* font-size: 0px; */
}

.mobile__portraite {
	display: none;
}

.color-gray {
	color: gray;
}

@media only screen and (max-width:567px) and (orientation: portrait) {
	.mobile__portraite {
		display: block;
		position: fixed;
		z-index: 9999999;
		width: 100%;
		height: 100%;
		background: #000;
		top: 0;
	}
	.mp__container {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.mp__container img{
		width: 150px;
		height: 150px;;

	}
	.mp__container p {
		font-size: 20px;
		text-align: center;
		color: #fff;
	}
}
#output_canvas_overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/************************** LAYOUT ***************************/

.container_2 {
	float: left;
    height: auto;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    overflow: auto hidden;
    /* background: #797D82; */
	margin-bottom: -4px;
	min-height: 100%;
}

@media (max-height: 969px) {
	.container {
		height: calc(100% - -51px);
	}
}
@media (max-height: 800px) {
	.container {
		/* height: 100%; */
	}
	.ng-scope {
		height: auto;
	}
}
@media (max-height: 680px) and (max-width: 1800px) {
	.container {
		height: 177%;
	}

}
@media (max-height: 680px) and (max-width: 1350px) {
	.container {
		height: 129%;
	}

}
@media (max-height: 520px) and (max-width: 1350px) {
	.container {
		height: 169%;
	}

}
@media (max-height: 560px) and (max-width: 1200px) {
	.container {
		height: 147%;
	}

}
@media (max-height: 540px) and (max-width:1100px) {
	.container {
		height: 137%;
	}
}
@media (max-height: 530px) and (max-width:1000px) {
	.container {
		height: 128%;
	}
}
@media (max-height: 630px) and (max-width:920px) {
	.container {
		height: 115%;
	}
}

.subcontainer1 {
	float: left;
	width: 100%;
	height: auto;
}

.subcontainer2 {
	position: absolute;
	left: 0;
	top: -100%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99;
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	left: 0;
}

#roomDesigner {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
}

/************************** POP-UP WINDOWS  ***************************/

.popUpContainer {
	opacity: 1.0;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
	position: fixed;
	top: 35%;
	margin-left: -150px;
	left: 50%;
	z-index: 9999;
}

.popUp .warning {
	margin-left: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin-right: 15px;
}

.signin {
	width: 300px;
	visibility: hidden;
	opacity: 1.0;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

.signup {
	width: 300px;
	visibility: hidden;
	opacity: 0.0;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

.save {
	width: 300px;
	visibility: hidden;
	opacity: 1.0;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

.sendemail {
	width: 300px;
	visibility: hidden;
	opacity: 1.0;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

.open {
	width: 560px;
	margin-left: -79px;
	margin-top: -130px;
	visibility: hidden;
	opacity: 1.0;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

.open ul {
	overflow-x: hidden;
	overflow-y: scroll;
	display: block;
	min-height: 200px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 506px;
}

.open li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 6px;
	padding: 0;
	position: relative;
}

.open .design {
	background: #f7f7f7;
	border-radius: 5px;
	color: #817d7d;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	height: 131px;
	padding: 5px;
	position: relative;
	right: 0;
	top: 0;
	width: 140px;
	z-index: 1;
}

.open .design:active {
	-webkit-box-shadow: inset 5px 5px 5px -5px rgba(50, 50, 50, 0.37);
	-moz-box-shadow: inset 5px 5px 5px -5px rgba(50, 50, 50, 0.37);
	box-shadow: inset 5px 5px 5px -5px rgba(50, 50, 50, 0.37);
	border-color: #AEACAC;
}

/* .open img {} */

.open .deleteButton {
	background-image: url("../i/icon-trash.svg");
	background-color: #f7f7f7;
	background-position: center center;
	cursor: pointer;
	display: block;
	height: 30px;
	position: absolute;
	right: 0;
	top: 3px;
	width: 30px;
	z-index: 3;
	border-radius: 0 0 0 5px;
}

.open .deleteButton:active {
	background-position: 1px 1px;
}

.open .text {
	font-size: 10px;
	text-shadow: 1px 1px #ffffff;
	height: 25px;
	overflow: hidden;
	display: block;
	width: 140px;
	margin-top: 1px;
}

.w_smlWidth .open {
	width: 300px;
	margin-left: 1px;
	margin-top: -88px;
}

.w_480 .open {
	width: 433px;
	margin-left: -67px;
	margin-top: -39px;
}

.w_720 .open {
	width: 445px;
	margin-left: -71px;
	margin-top: -40px;
}

.w_smlWidth .open ul {
	min-height: 200px;
	max-height: 254px;
	width: 260px;
}

.w_480 .open ul, .w_720 .open ul {
	min-height: 110px;
	max-height: 110px;
	width: 391px
}

.w_smlWidth .open li, .w_720 .open li, .w_480 .open li {
	margin: 4px;
}

.w_smlWidth .open .design {
	width: 112px;
	height: 109px;
}

.w_480 .open .design, .w_720 .open .design {
	width: 112px;
	height: 95px;
}

.w_smlWidth .open img {
	width: 111px;
	height: 86px;
}

.w_480 .open img, .w_720 .open img {
	width: 111px;
	height: 72px;
}

.w_smlWidth .open .text, .w_720 .open .text, .w_480 .open .text {
	width: 100%;
}

.popUp {
	position: absolute;
	background: rgba(255, 138, 47, 0.9);
	border-radius: 7px 7px 7px 7px;
	z-index: 102;
}

.w_720 .popUpContainer {
	top: 20%;
}

.popUp h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	background-image: url(../i/droupdown.png);
	background-position: 0px 29px;
	background-repeat: repeat-x;
	height: 40px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding: 0px;
}

.popUp label {
	width: 270px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	margin-left: 20px;
	margin-top: 10px;
}

.popUp input {
	border: 1px solid #fff;
	background: #fff;
	border-radius: 5px 5px 5px 5px;
	font-size: 14px;
	padding: 8px 5px;
	width: 200px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #606060;
}

.darkscreen {
	visibility: hidden;
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 101;
	opacity: 0.0;
	filter: alpha(opacity=80);
	/* For IE8 and earlier */
}

.popUpButtCont {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 43px;
}

.popUpButtCont .standatdButton {
	background: none;
	border-radius: 5px;
	height: 26px;
	margin: 5px 5px 0;
	padding-top: 7px;
	width: 120px;
	border: 1px solid #fff;
	text-shadow: none;
	color: #fff;
}

.popUpButtCont .standatdButton:hover {
	color: #fff;
}

.popUpButtCont .standatdButton:active {
	background-position: -440px -110px;
	color: #fff;
	height: 26px;
	padding: 7px 0 0;
	width: 120px;
}

/* **************FORM******************** */
.half_width-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
div.half_width-wrapper input.half_width {
	width: 45%;
}
.lowes_info {
	display: flex;
	align-items: center;
}
.lowes_info img {
	margin-right: 20px;
	width: 80px;
}
.lowes_info p {
	font-size: 18px;
	text-align: left;
	color: #000;
}

.submit_form {
	background-color: #006f79;
    border: none;
    padding: 6px 19px;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -moz-transition: all ease-out 100ms 0ms;
    -webkit-transition: all ease-out 100ms 0ms;
    -o-transition: all ease-out 100ms 0ms;
    transition: all ease-out 100ms 0ms;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0..1);
}
.front {
	font-size: 16px;
	color: #56566a;
	font-weight: 700;
}
.canvas_wrap{
	position: relative;
	z-index: 2;
}
.canvas_wrap:after{
	content: "";
    display: block;
    position: absolute;
    top: -10%;
    left: 31%;
    width: 90%;
    height: 90%;
    background: url(../../../../rooms/pdf_back_2.png) no-repeat;
    background-size: cover;
    z-index: -1;
}
.canvas_wrap::before{
	content: "BACK";
	font-size: 16px;
	color: #56566a;
	font-weight: 700;
    display: block;
    position: absolute;
    top: -14%;
    left: 31%;
    width: 100%;
    z-index: -1;
}
@media (max-width:700px) {
	#output_canvas_overlay{
		width: 30% !important;
	}
}
@media (max-width:1920px) {
	.canvas_wrap::before{
		top: -16% !important;
	}
}
@media (max-width:1200px) {
	.canvas_wrap::before{
		top: -15% !important;
		font-size: 10px;
	}
	.front{
		font-size: 10px;
	}
}
@media (max-width:991px) {
	.canvas_wrap::before{
		top: -19.5% !important;
	}
}

@media (min-width:1024px) and (max-width:1400px) {
	.background_pdf {
		background-position: 10% 30px;
	}
}
@media all and (max-width:1023px) {
	.background_pdf {
		background-position: 10% 90px;
	}
}
/************************** DROUPDOWN LIST ***************************/

#droupdownList {
	margin: 10px 0 0 10px;
	width: 224px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	float: left;
	position: relative;
	display: none;
}

#droupdownList .arrow {
	position: absolute;
	z-index: 5;
	right: 10px;
	top: 14px;
}

#droupdownList .button {
	cursor: pointer;
	width: 178px;
	padding: 8px 29px 8px 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	z-index: 3;
	border: 1px solid #fff;
	border-radius: 5px;
	position: relative;
	z-index: 6;
}

/* #droupdownList .button:hover {}

#droupdownList .button:active {} */

#droupdownList .list {
	display: block;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	position: absolute;
	top: 40px;
	background-color: #f6f6f6;
	width: 224px;
	left: 0;
	border-radius: 0px 0px 5px 5px;
	overflow: hidden;
	height: 0px;
	visibility: visible;
}

#droupdownList .list li {
	cursor: pointer;
	list-style-type: none;
	margin: 0px;
	display: block;
	padding: 5px;
	width: 210px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #888;
	height: 20px;
}

#droupdownList .list li:hover {
	background-color: #ededed;
	color: #FF0000;
	border: 1px solid #e6e6e6;
	text-shadow: 1px 1px #ffffff;
	height: 18px;
}

/************************** ROLLING LIST ***************************/

.rollingList {
	width: calc(100% - 15px);
	height: 50px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
	position: relative;
	margin-top: 86px;
}

.rollingList li {
	list-style-type: none;
	display: block;
}

.rollingList ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

#slidesConteiner {
	/* The width of the gallery */
	height: 50px;
	overflow: hidden;
	padding: 0 100px 0 50px;
	display: flex;
  align-items: center;
}
@media screen and (max-width: 720px) {
	#slidesConteiner {
		height: 40px;
	}
}

#leftButton {
	float: left;
	height: 50px;
	width: 40px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../i/icon/icon-arrowl.svg) no-repeat center center #fff;
}

#leftButton:hover, #rightButton:hover, .popUpButtCont .standatdButton:hover {
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#leftButton:active, #rightButton:active {
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#rightButton {
	float: left;
	height: 50px;
	width: 50px;
	background: url(../i/icon/icon-arrowr.svg) no-repeat center center #fff;
	cursor: pointer;
	position: absolute;
	right: 40px;
	top: 0;
}

#slides {
	overflow: hidden;
	left: 0;
	font-size: 16px;
	width: 100% !important;
}

#slides .act {
	color: #06F;
}

.slide {
	float: left;
	overflow: hidden;
	padding: 16px 20px;
	font-family: 'Open Sans', sans-serif;
	color: #504D4D;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	cursor: pointer;
}

.slide:hover {
	color: #06F;
}

.rollingList #closePopup {
	height: 50px;
	width: 40px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
	text-indent: -9999px;
	background: url(../i/icon/icon-close.svg) no-repeat center center #fff;
}

@media  screen and (max-width: 737px) {
	.rollingList {
		margin-top: 57px;
		height: 40px;
	}
	.slidesConteiner {
		height: 40px;
	}
	.rollingList #closePopup {
		height: 40px;
	}
	
}
/************************** THUMBNAILS ***************************/

.colorsList {
	display: block;
	/*height: 70%;*/
	height: 89%;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
}

@media only screen and (orientation: landscape) and (max-height: 700px) {

	.colorsList {
		height: 85%;
		overflow-y: scroll;
	}

}

@media only screen and (orientation: landscape) and (max-height: 500px) {

	.colorsList {
		height: 75%;
		overflow-y: scroll;
	}

}

.colorsList ul {
	padding: 0px;
	margin: 0px;
	display: block;
	overflow: hidden;
	padding: 10px;
}

.colorsList .normal {
	cursor: pointer;
	list-style-type: none;
	display: block;
	background: #f7f7f7;
	border: 1px solid #fff;
	border-radius: 5px;
	/* height: 135px;
	width: 110px; */
	float: left;
	padding: 5px;
	margin: 5px;
	font-family: 'Open Sans', sans-serif;
	color: #817D7D;
}

.colorsList .normal_cfb {
	cursor: pointer;
	list-style-type: none;
	display: block;
	background: #f7f7f7;
	border: 1px solid #fff;
	border-radius: 5px;
	/* height: 138px;
	width: 110px; */
	float: left;
	padding: 5px;
	margin: 5px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #817D7D;
	font-size: 10px;
}

.colorsList .normal_cfb .text {
	font-size: 8px;
	text-shadow: 1px 1px #ffffff;
	height: 32px;
	overflow: hidden;
	display: block;
	width: 90px;
	margin-top: 1px;
}

.w_smlWidth .colorsList .normal {
	margin: 5px 4px;
}

.colorsList .normal:active, .colorsList .normal.act, .colorsList .small:active, .colorsList .small.act {
	-webkit-box-shadow: inset 5px 5px 5px -5px rgba(50, 50, 50, 0.37);
	-moz-box-shadow: inset 5px 5px 5px -5px rgba(50, 50, 50, 0.37);
	box-shadow: inset 5px 5px 5px -5px rgba(50, 50, 50, 0.37);
	border-color: #AEACAC;
}

.colorsList .normal .image {
	display: block;
	height: 110px;
	width: 110px;
}

.colorsList .normal_cfb .image {
	display: block;
	height: 110px;
	width: 110px;
	background-position: center;
  background-size: 110px;
}

.colorsList .normal .text {
	font-size: 10px;
	text-shadow: 1px 1px #ffffff;
	height: 30px;
	overflow: hidden;
	display: block;
	width: 110px;
	margin-top: 5px;
}

.colorsList .normal_glaze .text {
	height: 38px;
}

.colorsList .small {
	cursor: pointer;
	list-style-type: none;
	display: block;
	background: #f7f7f7;
	border: 1px solid #fff;
	border-radius: 5px;
	width: 110px;
	float: left;
	padding: 5px;
	margin: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #817D7D;
}

.w_smlWidth .colorsList .small {
	width: 82px;
	margin: 5px 3px;
}

.colorsList .small .color {
	display: block;
	height: 30px;
	width: 100%;
}

.colorsList .normal .color {
	display: block;
	height: 110px;
	width: 100%;
}

.colorsList .small .text {
	font-size: 10px;
	text-shadow: 1px 1px #ffffff;
	height: 12px;
	overflow: hidden;
	display: block;
	width: 100%;
	margin-top: 1px;
}

/************************** BUTTONS ***************************/

.mainBut {
	text-align: center;
	/* margin: 5px 5px 0; */
	padding: 6px;
}

.mainBut span {
	display: block;
	margin-top: -3px;
}

.menuButtonnsContainer {
	width: 100%;
	position: absolute !important;
	left: 0;
	top: 0;
	background: rgba(41, 40, 40, 0.42);
	z-index: 102;
	padding: 0 0 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	padding-bottom: 15px;
}
.menuButtonnsContainer .coins_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mainBut:hover, .rollingList #closePopup:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#openButton {
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	height: 40px;
	width: 40px;
	float: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

#saveButton {
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	height: 40px;
	width: 40px;
	float: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	margin-top: 1px;
}

#saveButton span {
	margin-top: -7px;
}

#printButton {
	cursor: pointer;
	margin-right: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	height: 40px;
	width: 40px;
	float: right;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

#logoMain {
	margin-right: 25px;
	height: 30px;
	width: 160px;	
	margin: 0px 0px 0px 17px;
}
@media screen and (max-width: 642px) {
		#logoMain {
			width: 130px;
	}
}
@media screen and (max-width: 580px) {
	.menuButtonnsContainer {
		padding-bottom: 5px;
	}
	.menuButtonnsContainer>.coins_wrapper {
		display: none;
	}
	#changeRoom {
		display: inline-table;
	}
}

#logoCoins {
	margin: 7px 5px 0px 5px;
	padding: 5px;
	border-radius: 50em;
	display: none;	
	font-size: 16px;
	color: #fff;
}

#logoCoins img {
	width: 100%;
	height: 100%;
}

.smalll {
	display: none;
}

.normal_coins {
	/* border: 2px solid rgb(255, 255, 255) !important; */
	display: block !important;
	cursor: pointer;
}

.active_coins {
	-webkit-box-shadow: 0px 0px 11px 7px rgb(7, 7, 7);
	-moz-box-shadow: 0px 0px 11px 7px rgb(7, 7, 7);
	box-shadow: 0px 0px 11px 7px rgb(7, 7, 7);
}

#pdfButton {
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	height: 40px;
	width: 40px;	
	margin-top: -5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

#emailButton {
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	height: 40px;
	width: 40px;
	float: right;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

#changeRoom {
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	height: 40px;
	/* width: 40px; */
	float: right;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
#changeRoom img{
	float: left;
    margin-top: 8px;
    margin-right: 7px;
}
#changeRoom span{
	/* float: left; */
    width: 115px;
    padding-top: 12px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
}

.standatdButton {
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #606060;
	text-shadow: 1px 1px #ffffff;
	height: 30px;
	width: 125px;
	background-image: url(../i/buttons.png);
	background-position: -440px -10px;
	padding-top: 11px;
	float: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	text-align: center;
}

.standatdButton:hover {
	background-position: -440px -60px;
	color: #06F;
}

.standatdButton:active {
	background-position: -440px -110px;
	color: #06F;
	padding-top: 12px;
	padding-left: 1px;
	height: 29px;
	width: 124px;
}

.spinner-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, .7);
	z-index: 1001;
}

.spinner {
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	position: absolute;
}

.spinner .loader {
	font-size: 50px;
	text-indent: -9999em;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0;
	position: relative;
	-webkit-animation: load6 1.7s infinite ease;
	animation: load6 1.7s infinite ease;
}

.error_input {
	color: firebrick !important;
	border-bottom: 1px solid firebrick !important;
}

@-webkit-keyframes load6 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff, -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
	}
	5%, 95% {
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff, -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
	}
	30% {
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.51em -0.66em 0 -0.42em #ffffff, -0.75em -0.36em 0 -0.44em #ffffff, -0.83em -0.03em 0 -0.46em #ffffff, -0.81em 0.21em 0 -0.477em #ffffff;
	}
	55% {
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.29em -0.78em 0 -0.42em #ffffff, -0.43em -0.72em 0 -0.44em #ffffff, -0.52em -0.65em 0 -0.46em #ffffff, -0.57em -0.61em 0 -0.477em #ffffff;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff, -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
	}
}

@keyframes load6 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff, -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
	}
	5%, 95% {
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff, -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
	}
	30% {
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.51em -0.66em 0 -0.42em #ffffff, -0.75em -0.36em 0 -0.44em #ffffff, -0.83em -0.03em 0 -0.46em #ffffff, -0.81em 0.21em 0 -0.477em #ffffff;
	}
	55% {
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.29em -0.78em 0 -0.42em #ffffff, -0.43em -0.72em 0 -0.44em #ffffff, -0.52em -0.65em 0 -0.46em #ffffff, -0.57em -0.61em 0 -0.477em #ffffff;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff, -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
	}
}

.wrap_loader {
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	position: absolute;
}

.wrap_loader .loader {
	font-size: 50px;
	text-indent: -9999em;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0;
	position: relative;
	-webkit-animation: load7 1.7s infinite ease;
	animation: load7 1.7s infinite ease;
}

@-webkit-keyframes load7 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.11em -0.83em 0 -0.42em #000000, -0.11em -0.83em 0 -0.44em #000000, -0.11em -0.83em 0 -0.46em #000000, -0.11em -0.83em 0 -0.477em #000000;
	}
	5%, 95% {
		box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.11em -0.83em 0 -0.42em #000000, -0.11em -0.83em 0 -0.44em #000000, -0.11em -0.83em 0 -0.46em #000000, -0.11em -0.83em 0 -0.477em #000000;
	}
	30% {
		box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.51em -0.66em 0 -0.42em #000000, -0.75em -0.36em 0 -0.44em #000000, -0.83em -0.03em 0 -0.46em #000000, -0.81em 0.21em 0 -0.477em #000000;
	}
	55% {
		box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.29em -0.78em 0 -0.42em #000000, -0.43em -0.72em 0 -0.44em #000000, -0.52em -0.65em 0 -0.46em #000000, -0.57em -0.61em 0 -0.477em #000000;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.11em -0.83em 0 -0.42em #000000, -0.11em -0.83em 0 -0.44em #000000, -0.11em -0.83em 0 -0.46em #000000, -0.11em -0.83em 0 -0.477em #000000;
	}
}

@keyframes load7 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.11em -0.83em 0 -0.42em #000000, -0.11em -0.83em 0 -0.44em #000000, -0.11em -0.83em 0 -0.46em #000000, -0.11em -0.83em 0 -0.477em #000000;
	}
	5%, 95% {
		box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.11em -0.83em 0 -0.42em #000000, -0.11em -0.83em 0 -0.44em #000000, -0.11em -0.83em 0 -0.46em #000000, -0.11em -0.83em 0 -0.477em #000000;
	}
	30% {
		box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.51em -0.66em 0 -0.42em #000000, -0.75em -0.36em 0 -0.44em #000000, -0.83em -0.03em 0 -0.46em #000000, -0.81em 0.21em 0 -0.477em #000000;
	}
	55% {
		box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.29em -0.78em 0 -0.42em #000000, -0.43em -0.72em 0 -0.44em #000000, -0.52em -0.65em 0 -0.46em #000000, -0.57em -0.61em 0 -0.477em #000000;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.11em -0.83em 0 -0.42em #000000, -0.11em -0.83em 0 -0.44em #000000, -0.11em -0.83em 0 -0.46em #000000, -0.11em -0.83em 0 -0.477em #000000;
	}
}

/************************** DESIGN CANVASE  ***************************/

.designCanvase {
	height: auto !important;
	overflow: hidden!important;
	width: 100%;
	width: 700px;
	height: 600px;
	float: left;
	position: relative;
	/* overflow: auto; */
	overflow: hidden;
}

.designCanvase svg {
	z-index: 2;
	position: absolute;
	display: block;
	height: auto;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
}

.height_oriented svg {
	height: 700px;
	width: auto;
}

.designCanvase .designImageBkg, .designCanvase .designImage {
	position: relative;
	top: 0;
	left: 0;
	background: transparent;
	height: 100% !important;
	/* width: inherit !important; */
	min-width: 100%;
}

.height_oriented .designImage {
	width: auto;
	height: 700px;
}

.designCanvase div.spinner-overlay {
	position: fixed;
}

#init-spinner.spinner-overlay {
	background: rgba(255, 255, 255, 1.0);
}

#init-spinner {
	z-index: 150;
}

.loading {
	height: 28px;
	width: 28px;
	position: absolute;
	z-index: 10;
	right: 9px;
	top: 9px;
}

.popUp .spinner {
	background: rgba(232, 237, 240, 0.35);
	height: 100%;
	width: 100%;
	margin: 0;
	top: auto;
	left: auto;
	z-index: 10;
}

.popUp .spinner div {
	left: auto !important;
	right: 25px;
	top: 20px;
	margin: 0;
	position: absolute;
	border-radius: 50%;
	font-size: 10px;
	height: 10px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -9999em;
	width: 10px;
	-webkit-animation: load8 1.7s infinite ease;
	animation: load8 1.7s infinite ease;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		box-shadow: -0.11em -0.83em 0 -0.3em #ffffff, -0.11em -0.83em 0 -0.32em #ffffff, -0.11em -0.83em 0 -0.34em #ffffff, -0.11em -0.83em 0 -0.36em #ffffff, -0.11em -0.83em 0 -0.377em #ffffff;
	}
	5%, 95% {
		box-shadow: -0.11em -0.83em 0 -0.3em #ffffff, -0.11em -0.83em 0 -0.32em #ffffff, -0.11em -0.83em 0 -0.34em #ffffff, -0.11em -0.83em 0 -0.36em #ffffff, -0.11em -0.83em 0 -0.377em #ffffff;
	}
	30% {
		box-shadow: -0.11em -0.83em 0 -0.3em #ffffff, -0.51em -0.66em 0 -0.32em #ffffff, -0.75em -0.36em 0 -0.34em #ffffff, -0.83em -0.03em 0 -0.36em #ffffff, -0.81em 0.21em 0 -0.377em #ffffff;
	}
	55% {
		box-shadow: -0.11em -0.83em 0 -0.3em #ffffff, -0.29em -0.78em 0 -0.32em #ffffff, -0.43em -0.72em 0 -0.34em #ffffff, -0.52em -0.65em 0 -0.36em #ffffff, -0.57em -0.61em 0 -0.377em #ffffff;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		box-shadow: -0.11em -0.83em 0 -0.2em #ffffff, -0.11em -0.83em 0 -0.32em #ffffff, -0.11em -0.83em 0 -0.34em #ffffff, -0.11em -0.83em 0 -0.36em #ffffff, -0.11em -0.83em 0 -0.377em #ffffff;
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		box-shadow: -0.11em -0.83em 0 -0.3em #ffffff, -0.11em -0.83em 0 -0.32em #ffffff, -0.11em -0.83em 0 -0.34em #ffffff, -0.11em -0.83em 0 -0.36em #ffffff, -0.11em -0.83em 0 -0.377em #ffffff;
	}
	5%, 95% {
		box-shadow: -0.11em -0.83em 0 -0.3em #ffffff, -0.11em -0.83em 0 -0.32em #ffffff, -0.11em -0.83em 0 -0.34em #ffffff, -0.11em -0.83em 0 -0.36em #ffffff, -0.11em -0.83em 0 -0.377em #ffffff;
	}
	30% {
		box-shadow: -0.11em -0.83em 0 -0.3em #ffffff, -0.51em -0.66em 0 -0.32em #ffffff, -0.75em -0.36em 0 -0.34em #ffffff, -0.83em -0.03em 0 -0.36em #ffffff, -0.81em 0.21em 0 -0.377em #ffffff;
	}
	55% {
		box-shadow: -0.11em -0.83em 0 -0.3em #ffffff, -0.29em -0.78em 0 -0.32em #ffffff, -0.43em -0.72em 0 -0.34em #ffffff, -0.52em -0.65em 0 -0.36em #ffffff, -0.57em -0.61em 0 -0.377em #ffffff;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		box-shadow: -0.11em -0.83em 0 -0.2em #ffffff, -0.11em -0.83em 0 -0.32em #ffffff, -0.11em -0.83em 0 -0.34em #ffffff, -0.11em -0.83em 0 -0.36em #ffffff, -0.11em -0.83em 0 -0.377em #ffffff;
	}
}

.menuButtonnsContainer .loading {
	height: 32px;
	width: 32px;
	right: auto;
	top: auto;
}

.menuButtonnsContainer .spinner {
	top: 30px;
	left: 658px;
	margin: 0;
	height: auto;
	width: auto;
}

.copyright {
	font-size: 13px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	padding: 5px;
	position: fixed;
	bottom: 0;
	left: 15px;
	margin: 0;
	color: #fff;
	text-shadow: none;
	text-align: right;
	z-index: 9;
}

@media print {
	.subcontainer2, .menuButtonnsContainer {
		display: none;
	}
	.designCanvase {
		border: none;
		box-shadow: none;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		margin: 0;
	}
	body {
		background: #fff;
	}
}

/************************** SELECT ROOM ***************************/

#selroom {
	float: left;
	height: 100%;
	width: 100%;
	position: relative;
}

.sw-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
	height: 100%;
	z-index: 15;
}

/* .sw-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 23px;
	height: 100%;
	z-index: 15;
} */

#selroom .container-room {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#selroom .sr__logo {
	width: 320px;
}

#selroom .sr__logo img {
	width: 100%;
	height: 100%;
}

/************************** SELECT ROOM NEXT button ***************************/

.rd__button--next {
	padding: 15px 30px;
	right: 25px;
	bottom: 40px;
	border-radius: 10px;
	position: fixed;
	z-index: 99;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0px 0px 19px -4px rgba(66, 66, 66, 1);
	-moz-box-shadow: 0px 0px 19px -4px rgba(66, 66, 66, 1);
	box-shadow: 0px 0px 19px -4px rgba(66, 66, 66, 1);
}
@media screen and (min-width: 700px) and (min-height:80px) and (max-height:780px){
	.rd__button--next{
		bottom: 15px;
	}
}

.rd__button--next:hover {
	background: rgba(255, 255, 255, 1);
}

.rd__button--next .rd__button--info {
	display: flex;
	justify-content: center;
	align-items: center;
}

.rd__button--next .rd__button--info svg {
	width: 40px;
	height: 40px;
}

.rd__button--next .rd__button--info p {
	font-size: 38px;
	color: #607c7c;
}

.rd__button--next .svg__arrow {
	fill: #607C7C;
}

/************************** SELECT ROOM (second ver)***************************/

#wrap-room {
	height: calc(100% - 40px);
	overflow: auto;
	width: 100% !important;
	margin: 0 !important;
	padding-top: 40px;
}

.rooms__descriptions {
	text-align: center;
	font-size: 26px;
	font-weight: 100;
	text-transform: uppercase;
	font-family: HelveticaTsl;
	color: #616161;
}

.changeModal__closeBtn {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
	z-index: 99;
}

.rooms__logo {
	width: 100%;
	text-align: center;
}

.rooms__logo img {
	width: 25%;
	min-width: 200px;
	margin-bottom: 20px;
}

.room__container {
	width: 80%;
	margin: 0 10%;
}

.wrap__collection--item {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: left;
	margin: 30px auto;
	font-family: 'Roboto', sans-serif;
	align-items: center;
}

.wrap__collection--item span {
	font-size: 13px;
	color: #a29d9d;
	font-family: HelveticaTsl;
	padding-left: 10px;
	font-weight: 600;
}

.wrap__collection--item img {
	height: 50px;
	border-right: 3px solid #707072;
	padding-right: 10px;
}
.bathroom_item img {
	height: 80px;
    border-right: 3px solid #707072;
    padding-right: 10px;
}
.wrap__collection--item .wrap__collection--description {
	padding-left: 15px;
	margin-right: 40px;
}

.wrap__collection--item .wrap__collection--description h3 {
	color: #616161;
	font-size: 26px;
	position: relative;
	margin: 0;
}

.wrap__collection--item .wrap__collection--description h3 span {
	color: #616161;
	font-size: 8px;
	top: 0px;
	right: -10px;
	position: absolute;
}

.wrap__collection--item .wrap__collection--series {
	color: #616161;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
}

.wrap__collection--item .wrap__collection--slogan {
	color: #616161;
	font-size: 18px;
}

#selroom .wrap-slide {
	/*height: 100%;*/
	width: 100%;
	/*float: left;*/
	text-align: center;
	/*overflow: auto;*/
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.wrap-slide .w-slide {
	margin: 0 !important;
	background-color: #FFFFFF;
	/*border: 5px solid #FFFFFF;
	box-shadow: 1px 1px 55px rgba(215, 215, 215, 0.89);*/
	position: relative;
	z-index: 10;
	text-align: center;
	width: 95% !important;
	display: inline-block;
	box-sizing: border-box;
}

.sel-slide {
	display: block;
	font-family: 'Open Sans', sans-serif;
	color: #817D7D;
}

.wrap-slide .w-slide:active {
	top: 1px;
	left: 1px;
}

.sel-slide a {
	display: block;
	text-decoration: none;
	color: #817D7D;
}

.sel-slide img {
	cursor: pointer;
	width: 100%;
}

.wrap-slide .room {
	width: 30%;
	display: inline-block;
	/* margin-left: 37px; */
	margin-bottom: 43px;
}

.wrap-slide .room .caption {
	display: flex;
	color: #2d2d2d;
	text-decoration: none;
	padding: 15px;
	padding-right: 0;
	text-align: left;
	min-height: 44px;
	font: normal 400 16px "minion-pro", serif;
	font-family: 'Raleway';
	font-size: 19px;
	line-height: 36px;
}

.wrap-slide .room .caption .number {
	/* font: normal 400 16px "minion-pro-display", serif; */
	font-family: HelveticaTsl;
	font-weight: 400;
	font-size: 28px;
	display: block;
	min-width: 55px;
}
.wrap-slide .dollarPrice {
	/* font: normal 400 16px "minion-pro-display", serif; */
	font-family: HelveticaTsl;
	font-weight: 400;
	font-size: 25px;
	display: block;
	min-width: 55px;
	/* text-transform: uppercase; */
	color: #616161;
}
.wrap-slide .dollarPrice_bath {
	/* font: normal 400 16px "minion-pro-display", serif; */
	font-family: HelveticaTsl;
    font-weight: 400;
    font-size: 20px;
    display: block;
    min-width: 55px;
    color: #616161;
}
.colorsList .bigCabinets {
	display: flex!important;
	flex-wrap: wrap;
	height: auto;
}
.colorsList .bigCabinets li {
	height: 230px;
	width: 140px;
	box-sizing: border-box;
	padding: 15px;
	margin: 10px;
}

.colorsList li.active {
	box-shadow: 0 0 0 5px #06F;
}

.colorsList .bigCabinets li span.image {
	width: 100%;
	height: 180px;
	background-size: contain;
	background-position: center;
}

.colorsList .bigCabinets li span.text {
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	text-align: center;
	color: #000;
}

.colorsList .finishSection {
	overflow: hidden;
	margin-top: 25px;
}

.colorsList .finishSection h3, .colorsList .doorStylesSubSectionHeader {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0px;
	font-weight: 400;
	font-size: 36px;
	width: 100%;
	text-transform: uppercase;
}

/* .sel-slide a:hover {} */

.sel-slide a:hover {
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

#currentColors {
	width: 50%;
	margin: 13px 0 0 40px;
}

#currentColors ul {
	padding: 0;
	margin: 0;
	display: flex;
}

#currentColors ul li {
	width: 33%;
	display: inline-flex;
	align-items: flex-start;
}

#currentColors ul li:last-child {
	margin: 0;
}

#currentColors .currentColors__name {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	font-family: 'Open Sans', sans-serif;
	width: auto;
	height: auto;
	overflow: hidden;
}

.currentColors__name .currentColors__name--top {
	height: auto;
	overflow: hidden;
	text-align: left;
}

#currentColors ul li img {
	height: 29px;
	margin-right: 10px;
	width: 18px;
}

#currentColors ul li div {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

#currentColors ul li div span {
	font-size: 11px;
	font-weight: 500;
}

#points {
	float: left;
	width: 100%;
	text-align: center;
	height: 12px;
	position: absolute;
	left: 50%;
	bottom: 3%;
	display: none !important;
}

#points ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#points li {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	position: relative;
}

#points li a {
	display: block;
	height: 12px;
	width: 12px;
	text-indent: -9999px;
	background: url(../i/slide_point.png) no-repeat;
}

#points .act a {
	background-position: 0 -12px;
}

.next {
	position: absolute;
	right: 30px;
	top: 50%;
	width: 28px;
	height: 47px;
	background: url(../i/slide_arrow.png) no-repeat -28px 0;
	margin: -36px 0 0;
	text-indent: -9999px;
	z-index: 20;
	cursor: pointer;
	display: none !important;
}

.next:hover {
	background-position: -28px -47px;
}

.prev {
	position: absolute;
	left: 30px;
	top: 50%;
	width: 28px;
	height: 47px;
	background: url(../i/slide_arrow.png) no-repeat;
	margin: -36px 0 0;
	text-indent: -9999px;
	z-index: 20;
	cursor: pointer;
	display: none !important;
}

.prev:hover {
	background-position: 0 -47px;
}

#selroom, #roomDesigner {
	display: flex;
}

.w_mob .mainBut {
	margin: 0px 0px 0;
	width: 10% !important;
}
.w_mob #changeRoom{
	width: 20% !important;
}
.w_mob #changeRoom span{
    width: 105px;
    padding-top: 13px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
}

.w_mob #droupdownList {
	width: 42%;
	float: right;
	margin-right: 7px;
}

.w_mob #droupdownList .button {
	width: auto;
	font-size: 13px;
	padding: 8px 29px 8px 7px;
	white-space: nowrap;
}

.w_mob #droupdownList .button span {
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}

.w_mob #droupdownList .list {
	left: auto;
	right: 0;
}

@media only screen and (max-width: 1144px) {
	#currentColors {
		display: none;
	}
	.rollingList {
		margin-top: 57px;
	}
}
@media all and (max-width: 700px) {
	#logoCoins {
		font-size: 11px;
	}
}

@media only screen and (max-width: 440px) {
	.normal_coins {
		display: none !important;
	}
	.active_coins {
		display: block !important;
	}
	
}

@media only screen and (max-width: 952px) {
	.wrap-slide .room {
		width: 75%;
	}
}

@media only screen and (max-width: 952px) {
	.wrap-slide .room {
		width: 100%;
		margin-left: 0;
	}
}
/*----------quiz header-----------*/
.header_title {
	width: 85%;
	margin: 0 auto;
}
.header_text {
	text-align: center;
	font-size: 21px;
	margin-bottom: 5px;
}
.ng-binding {
	text-align: left;
	font-size: 14px;
}
.imageCheckbox_question>div>ul{
	margin-left: 15px;
	line-height: 17px;
}
.imageCheckbox_question, .images_question {
    width: calc(31%);
    margin: 0px 10px;
    margin-top: 10px;
    padding: 10px;
    border: 10px solid #ffffff;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	align-items: center;
}
.imageCheckbox_question>div {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
	line-height: 23px;
}
.imageCheckbox_question img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 920px) {
    .imageCheck_section {
        flex-wrap: wrap !important;
    }
	.imageCheckbox_question, .images_question {
		/* width: calc(47%); */
		max-width: 220px;
	}
}
@media screen and (max-width: 720px) {
    .imageCheck_section {
        flex-wrap: wrap !important;
    }
	.imageCheckbox_question, .images_question {
		/* width: calc(47%); */
		max-width: 220px;
	}
	.header_text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 720px) {
	.ng-binding {
		font-size: 13px;
		list-style-type: none;
	}
	.imageCheckbox_question>div {
		line-height: 15px;
		margin-top: 5px;
	}
}
@media screen and (max-width: 580px) {
    .imageCheck_section {
        flex-wrap: wrap;
        
    }
 .images_question {
        width: 40%;
    }
    
}
@media screen and (max-width: 620px) {
    .imageCheck_section {
        flex-wrap: wrap !important;
    }
	.imageCheckbox_question, .images_question {
		width: auto;
		max-width: 45%;
		min-width: 120px;
	}
}

/* email */

.email_title-img {
	background-image: url(../../email/title_img.png);
	display: block;
	width: 100%;
	height: 80px;
	
}
.email-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.email-step1 {}
.email-column {
	display: flex;
	flex-direction: column;
}
.email-step2 {}
.email-step3 {}

/*=================footer=================*/
.footer-wrapper {
	display: inline-block;
	width: 100%;
}
@media (min-width: 1200px) {
	footer {
		max-width: 1400px !important;
	}
}
/* --------------------------------------- */

/*================== header=============== */
.utility-nav>nav>ul:first-child img {
	/* background-image: url(https://thomasvillevisualizer.com/~/media/thomasville/homedlogo); */
	 content: url(https://www.thomasvillecabinetry.com/~/media/thomasville/homedlogo);

}
.utility-nav {
	max-width: none !important;
	background-color: #797D82;
	padding-right: 4.5%;
}
.utility-nav, .main-nav {
	width: 100% !important;
}
.instagram_tip {
	display: none;
	margin: 0 20px;
}
.instagram_tip p {
	font-size: 19px;
	line-height: 1.4;
	text-align: left;
	color: #fff;
	max-width: 300px;
}

/*====================== marker quiz asterisk =========================*/
.asterisk_marker {
	list-style-type: "*";
}

.asterisk_marker::marker {
	letter-spacing: 10px;
	font-size: 13px;
}