@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;
}

@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;
	}
	.mp__container {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.mp__container p {
		color: #ffffff;
	}
	.mp__container img{
		width: 150px;
		height: 150px;;

	}
}

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

.visualizer-container {
	height: auto;
    width: 100%;
    display: flex;
}

.blockVisualizer {
	position: absolute;
	height: 100%;
	z-index: 9;
	top: 0;
	left: 0;
	background-color: #fff;
}

.subcontainer1 {
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #ffffff;
}

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

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

.designCanvasWrapper {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	max-width: 1091px;
}

/************************** 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;
}

/************************** 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;
}

/************************** HEADER ***************************/
@font-face {
	font-family: "Avenir LT W01 85 Heavy";
	src: url("../Fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?iefix") format("eot")
}
html {
	background: #5d6062 url(../i/main-page-icons/bghtml.png) repeat center top;
}

body{
	background: transparent url(../i/main-page-icons/body-background.png) repeat-x center top !important;
}

.container-with-diagonal-stripes {
	/* background: transparent url(../i/main-page-icons/bgcontainerstripesdiag.png) repeat 0 0; */
}

.header-wrapper {
	display: flex;
	justify-content: space-around;
	width: 960px;
	height: 107px;
	margin: 0 auto;
}

.header-logo {
	width: 20%;
	display: flex;
	align-items: center;
}

.header-interface {
	display: flex;
	flex-wrap: wrap;
	width: 60%;
}

.header-interface_utility {
	width: 80%;
	padding: 5px 37px 3px 0;
	margin-bottom: 17px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.header-search-bar {
	width: 20%;
	margin-bottom: 17px;
	font-size: 11px;
}

.header-interface_main {
	width: 100%;
}

.util-list, .interface-list, header a {
	list-style: none;
}

.util-list {
	display: flex;
	flex-direction: row;
	padding: 10px 15px 9px 0;
	font-size: 11px;
}
.control{
	font-family: 'Avenir LT W01 85 Heavy';
}
.util-list_item {
	margin: 0 30px 0 5px;
	padding: 0 0 0 5px;
	font-weight: bold;
	font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position-y: center;
}

.util-list_item--like-icon {
	background-image: url(../i/main-page-icons/like.png);
	margin-left: 0;
	padding: 0;
}

.util-list_item--home-icon {
	background-image: url(../i/main-page-icons/home.png);
}

.util-list_item--mail-icon {
	background-image: url(../i/main-page-icons/mail.png);
}

.util-list_item a {
	padding: 6px 0 6px 20px;
	color: #cccccc;
}

.util-list_item a:hover, .interface-list_item a:focus {
	text-decoration: underline;
}

.util-list_item a:hover, .interface-list_item a:hover {
	color: #b29f50;
}

.interface-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: transparent;
	font-size: 12px;
	font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
}

.interface-list_item a {
	line-height: 1.4;
	color: white;
	font-weight: bold;
}


/************************** FOOTER ***************************/

.footer {
	position: relative;
	width: 100%;
	height: auto;
	background: #fff url(../i/main-page-icons/bgfooter.png) repeat-y 50% 0%;
	left: 0;
	bottom: 0
}

.footer-wrapper {
	width: 98%;
	max-width: 980px;
	margin: 0 auto;
}

.footer-logo {
	background: transparent url(../i/main-page-icons/spritefootericons.png) no-repeat -119px 0;

	margin: 0 0 20px;
	width: 111px;
	height: 22px;
}
/************************** ROLLING LIST ***************************/

.rollingList {
	width: 100%;
	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;
	max-width: 1091px;
	margin: 56px auto 0 auto;
}

.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;
}

#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;
	display: flex;
	justify-content: space-around;
}

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

.slide {
	float: left;
	overflow: hidden;	
	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;
}

/************************** THUMBNAILS ***************************/

.colorsList {
	display: block;
	/*height: 70%;*/
	height: 88%;
	overflow-x: scroll;
	overflow-y: scroll;
	width: 100%;
	max-width: 1091px;
	margin: 0 auto;
}



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

.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: 80px;
	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;
}

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

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

.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;
}

.mainBut img {
	width: 30px;
}

.menuButtonnsContainer {
	width: 100%;
	height: 55px;
	position: absolute;
	top: 0;
	background: rgba(41, 40, 40, 0.42);
	z-index: 102;
	max-width: 1091px;
	/* padding: 0 0 10px 0; */
}

.visualizer-title {
	position: absolute;
	width: 30%;
	height: 100%;
	color: white;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Avenir LT W01 85 Heavy';
}

.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;
	float: left;
	margin: 14px 0px 0px 17px;
}

#logoCoins {
	float: left;
	margin: 7px 5px 0px 5px;
	/* border: 2px solid #fff; */
	border-radius: 50em;
	display: none;
	width: 40px;
	height: 40px;
	font-size: 1px;
}

#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 rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 0px 11px 7px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 11px 7px rgba(255, 255, 255, 1);
}

#pdfButton {
	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;
}

#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;
}
#full_screen_class{
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	height: 40px;
	width: 45px;
	float: right;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
#full_screen_class img{
	float: left;
	margin-top: 5px;
	margin-left: 3px;
}
#full_screen_class 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;
}
#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;
	width: 30px;
}
#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: 100% !important;
	width: 100%;
	/* overflow: scroll; */
	position: relative;
	/* overflow: auto; */
}

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

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

.designCanvase .designImageBkg, .designCanvase .designImage {
	position: relative;
	top: 0;
	left: 0;
	background: transparent;
	height: 100%;
	max-width: none;
}

.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-visualizer {
	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: 10px 10px;
	right: 25px;
	bottom: 25px;
	border-radius: 10px;
	position: absolute;
	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);
}
.rd__button--full_screan{
	padding: 12px 10px;
	right: 25px;

}
@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: 30px;
	height: 30px;
}
.rd__button--full_screan .rd__button--info svg {
	width: 35px;
	height: 35px;
}
.rd__button--next .rd__button--info p {
	font-size: 26px;
	color: #607c7c;
	margin: 0;
	font-family: sans-serif;
}

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

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

#wrap-room {
	height: 100%;
	overflow: hidden;
	width: 100% !important;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}

.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;
}

.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 {
	text-align: center;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1100px;
	padding: 0;
}

.wrap-slide .w-slide {
	margin: 0 !important;
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
	width: 100% !important;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	height: 90%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img-block {
	display: flex;
  justify-content: center;
}

.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:870px;
	height: 500px;
	max-width: fit-content !important;
}

.wrap-slide .room {
	width: 30%;
	margin-bottom: 43px;
	padding: 10px;
	overflow: hidden;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	margin-top: 20px;
	border: 3px solid #00000091;
}

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

.wrap-slide .room .caption .number {
	font-family: Roboto;
	font-weight: bold;
	font-size: 20px;
	display: block;
	min-width: 55px;
	color: rgb(176, 167, 105);

}
.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;
	margin: 0 auto;
	color: #616161;
}
.colorsList .bigCabinets li {
	height: 230px;
	width: 140px;
	box-sizing: border-box;
	padding: 15px;
	margin: 10px;
}

.colorsList .bigCabinets {
	display: flex !important;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

#currentColors {
	width: 50%;
	float: left;
	margin: 13px 0 0 80px;
}

#currentColors ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

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

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

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

.currentColors__name .currentColors__name--top {
	height: 15px;
	overflow: hidden;
}

#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: none;
}

.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;
	}
}
@media only screen and (orientation: landscape) and (max-height: 700px) {

	.colorsList {
		height: 70%;
		overflow-y: scroll;
	}
	.normal_coins {
		display: none !important;
	}
	.active_coins {
		display: block !important;
	}
	.visualizer-title{
		font-size: 15px;
		width: 35%;
	}
	.w_mob #changeRoom{
		width: 30% !important;
	}
	.w_mob .mainBut{
		width: 13% !important;
	}
	.designCanvase{
		overflow: auto !important;
	}
	.sel-slide img{
		cursor: pointer;
    width: 100%;
    height: 100%;
	}
	#slides{
		width: 100%;
	}
}
@media only screen and (max-width: 440px) {
	.normal_coins {
		display: none !important;
	}
	.active_coins {
		display: block !important;
	}
	.visualizer-container{
		height: auto;
	}
	.visualizer-title{
		font-size: 15px;
		width: 35%;
	}
	.w_mob #changeRoom{
		width: 30% !important;
	}
	.w_mob .mainBut{
		width: 13% !important;
	}
	.designCanvase{
		overflow: auto !important;
	}
	.sel-slide img{
		cursor: pointer;
    width: 100%;
    height: 100%;
	}
	.control{
		width: 98%;
	}
	#roomDesigner{
		height: 631px !important;
	}
	#slides{
		width: 100% !important;
	}
	.main {
		margin-top: 16px !important;
	}
	.colorsList .normal_cfb .text{
		margin-bottom: 4px;
	}
	.fp__main{
		/* margin-top: 105px !important; */
	}
}

@media only screen and (max-width: 952px) {
	.visualizer-title{
		font-size: 16px;
		width: 34%;
	}
	.w_mob #changeRoom{
		width: 30% !important;
	}
	.w_mob .mainBut{
		width: 13% !important;
	}
	.designCanvase{
		overflow: auto !important;
	}
	.sel-slide img{
		cursor: pointer;
    width: 100%;
    height: 100%;
	}
	.control{
		width: 98%;
	}
	#slides{
		width: 100% !important;
	}
	.colorsList .normal_cfb .text{
		margin-bottom: 3px;
		height: 37px;
	}
	.fp__main{
		/* margin-top: 105px !important; */
	}
	.fp_quiz{
		height: 75% !important;
    	top: 11% !important;
	}
	.privPol__section{
		position: relative !important;
	}
}
@media only screen and (orientation: landscape) and (max-width: 600) {
	.main {
		margin-top: 32px !important;
	}
}

@media only screen and (max-width: 1344px) {
	.sel-slide img {
		cursor: pointer;
    width: 100%;
    height: 100%;
	}
}

@media only screen and (orientation: landscape) and (max-width: 1344px) {
	#currentColors {
		display: none;
	}
	.visualizer-title{
	    font-size: 19px;
    	width: 25%;
	}
	.w_mob #changeRoom{
		width: 30% !important;
	}
	.w_mob .mainBut{
		width: 13% !important;
	}
	.designCanvase{
		overflow: auto !important;
	}
	.control{
		width: 98%;
	}
	#slides{
		width: 100% !important;
	}
	.colorsList .normal_cfb .text{
		margin-bottom: 8px;
	}
	.fp__main{
		/* margin-top: 105px !important; */
	}
	.fp_quiz{
		height: 100% !important;
    	top: 11% !important;
	}
	.privPol__section{
		margin-bottom: 12px;
	}
}

@media only screen and (max-width: 790px) {
	.wrap-slide .room {
		/* width: 100%;
		margin-left: 0; */
	}
	.caption{
		line-height: 15px !important;
		padding: 10px 0 5px 0 !important;
	}
	.number{
		font-size: 12px !important;
	}
}

/*=========  mobile portraite  =============*/
/* .mobile__portraite {
	display: none;
}

@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;
	}
	.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;
	}
} */


/* =========== Instagram =========== */
.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;
}


/* header */
header#header.container_24 {
	background-color: white;
}
.KCHeader table.ht2 {
	background-color: #fff !important;
}
.footer-nav .toggle_panel a {
	background-color: #D8D7D7 !important;
}
