*:not(input) /*select all (the * character in this comment has no relation to the * selector in this css command*/
{
	font-family : 'Raleway', sans-serif; /*choose default font*/
	/*font-weight: 100;*/
	margin : 0; /*control margins for all html objects*/
	text-align : center; /*main page*/
	color : black;
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}
/*img{-webkit-user-drag: none;}*/

html, body 
{
	width: 100%;
	height: 100%;
	background-color : rgba(255,255,255,1.00);
	/*cursor: url('../../images/cursor.png') 17 17, auto !important;*/
}

:root {
  --highlight: #005587;
  --darklight: #C5C8CA;
  --softgrey: #F7F7F7;
  --darkgrey: #154489;
}


*:focus {
outline: none;
}

body
{
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6,p {
 line-height: 1.45;
}

main
{
	flex: 1 0 auto;
}

.appnow-master-clone
{
    display:none!important;
}

.lever
{
	background-color: #9A9A9A!important;
}

input[type=checkbox]:checked+.lever.browse:after
{
	background:radial-gradient(black, #2E2E2E)!important;
}

#homeanimation
{
	/*cursor: url('../../images/cursor.png') 17 17, auto !important;*/
}

.grayscale
{
    -webkit-filter: grayscale(100%) brightness(100%) contrast(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) brightness(100%) contrast(100%);
}

input[type=range] {
	border: 10px solid white!important;
}

/* WebKit Browsers (Chrome, Safari, etc.) */
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none !important; /* Remove default appearance */
	height: 25px !important; /* Set desired height */
	width: 25px !important;  /* Set desired width */
	background: radial-gradient(circle at 20% 40%, #777777, #111111) !important;
	/*background: #444444 !important; /* Set color */
	border-radius: 50% !important; /* Make it a circle */
	cursor: pointer !important;
	margin-top: -11px !important; /* Align thumb correctly on the slider track */
}

.tabs .tab a:focus, .tabs .tab a:focus.active
{
	background-color: rgb(65 52 52 / 20%)!important;
	outline: none;
}

.tabs .tab a
{
	color: black!important;
}
.tabs .indicator
{
	background-color: black!important;
}

.dropdown-content{
    overflow: visible !important;
}

ul.dropdown-content li span
{
	text-align: left !important;
	color: #000 !important;
	font-weight: 300 !important;
}

ul.dropdown-content li a
{
	text-align: left !important;
	color: #000 !important;
	font-weight: 300 !important;
}
ul.dropdown-content li a:hover
{
	color: #fff !important;
	font-weight: 300 !important;
}

.select-dropdown
{
	overflow-y: auto !important;
}

input.select-dropdown
{
	color: black;
	background-color:rgba(255,255,255,0.07) !important;
	padding-left: 10px !important;
	margin-top: 4px !important;
}

div.input-field label
{
	color: rgba(0,0,0,0.65);
	font-size: 12px;
	letter-spacing: 1.3px;
	font-weight:450;
}

h1
{
	line-height : 1em;
}

blockquote
{
	line-height : 1em;
	padding : 4%;
	font-size : 0.8em;
}

mark
{
	background-color : rgba(238,109,115,1.00);
	margin : 0;
	padding : 2px;
	white-space : nowrap;
}

p
{
	font-weight : 300;
}

footer
{
	/*min-height: 420px;*/
}

footer ul li a
{
	margin: 0;
	color: white !important;
}

/*ul li
{
	background-color: rgba(121,41,103,0.28) !important;
	padding: 0% 6%;
}*/

.detail
{
	font-weight : 100;
	display : block;
	line-height : 1.2em;
	padding : 4%;
}

.shout
{
	font-weight : 100;
	display : block;
	line-height : 1em;
	padding : 4%;
}

.desc
{
	font-weight : 100;
	display : block;
	line-height : 1em;
	padding : 4%;
}

.nomargin /*no margin*/
{
	margin : 0;
}

.pg
{
	margin: 4%;
}

.yello
{
	background-color: rgba(252,187,28,0.90);
}
.cyan
{
	background-color: rgba(35,126,162,1.00);
}
.encore-blue
{
	background-color: #1967a6;
}
.purp-text
{
	font-weight: 500;
	color: rgba(39,20,73,1.00);
}
.oran
{
	background-color: rgba(238,109,115,1.00);
}


div.close
{
	margin-bottom: 3%;
}

.blur
{
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);	
	
}

	
ul.footernav
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.footernav li
{
    display: inline-block;
	margin: 0;
    padding: 6px;
}

.encore-fade
{
	background: white; /* For browsers that do not support gradients */
	background-repeat: no-repeat;
}

.encore-fade-2019
{
	background: black; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#656565, transparent); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(transparent, #656565); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(transparent, #656565); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#656565, transparent); /* Standard syntax */
	/*background-size: 100% 46%;*/
	background-repeat: no-repeat;
}
.educate
{
	background: white; /* For browsers that do not support gradients */
}

/*shrink for mobile view*/
@media only screen and (max-width : 1150px)
{
 	.shout, .detail
	{
		padding-top: 3% !important;
	}
}

@media only screen and (max-width : 750px)
{

	#logo
	{
		/*width: 100%;*/
	}
	/*.color-responsive{
		flex-basis: 23%!important;
	}*/
}


/*//////////////////////////////////////////////
//
//	showroom
//
/////////////////////////////////////////*/

.show_contain{
background-color:#fff;
	background-image:url('/images/square-1.2s-200px.svg');
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.show_cover{
background-color:#CACACA;
	background-image:url('/images/square-1.2s-200px.svg');
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*//////////////////////////////////////////////
//
//	Font control
//
/////////////////////////////////////////*/

.font-cursive
{
	font-family: 'Bad Script', cursive;
	font-weight: 100;
}

.font-bold
{
	font-family: 'Raleway';
	font-weight: 600;
}

/*//////////////////////////////////////////////
//
//	Preloader
//
/////////////////////////////////////////*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	background-color:rgba(0,0,0,1) ;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2c2c2c;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #b0b0b0;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #cdcdcd;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
.favorite-item{
	height: 420px;
	position: relative;
	vertical-align:bottom;
	padding:0;
	text-align:center;
}
.lh-15{
	line-height: 1.5;
}
.delete-favorite{
	position: absolute;
	right: 30px;
	top: 0;
	z-index: 5;
	background-color: #444;
	line-height: 1;
	opacity: .5;
	-webkit-transition:  .5s;
	-moz-transition:  .5s;
	-ms-transition:  .5s;
	-o-transition:  .5s;
	transition:  .5s;
	cursor: pointer;
}
.delete-favorite i {
	color: white;
}
.delete-favorite:hover{
	opacity: 1;
}
.position-relative{
	position: relative;
}
.position-fixed{
	position: fixed !important;
}
.pdf-option-header{
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	left: 0;
	right: 0;
	color: #000000;
	font-weight: 600;
	font-size: 14px;
	top: 7px;
}
.uppercase{
	text-transform: uppercase;
}
.d-flex{
	display: flex!important;
}
.justify-content-center{
	justify-content: center;
}
.h-175{
	height: 175px;
}
.mt-2{
	margin-top: 0.5rem!important;
}
.pdf-option{
	opacity: 0.2;
	transition: 0.4s;
}
.pdf-option:hover{
	opacity: 0.35;
}
.cursor-pointer{
	cursor: pointer;
}
.pdf-option.active{
	opacity: 1;
}

.filled-button {
	background-color: #24272a;
	color: white;
	text-transform: none;
	transition: 0.5s;
}
.filled-button-white {
	background-color: white;
    border: 2px solid #24272a;
	color: black;
	text-transform: none;
	transition: 0.5s;
}
.filled-button-white:hover, .filled-button-white:focus
{
	background-color: var(--highlight);
	color: black !important;
    border-color:black;
}
.filled-button:hover, .filled-button:focus {
	background-color: var(--highlight);
	color: black;
}

.filled-button:disabled{
	opacity: 0.5;
	cursor: default;
}

.button{
	border: none;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 16px;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
}

/*
.button{
	text-decoration: none;
	color: #2d2d2d;
	background-color: #e5e5e5;
	text-align: center;
	letter-spacing: .5px;
	-webkit-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	cursor: pointer;
}
*/
.button:hover{
	background-color: #cecece;
}
.button{
	font-size: 14px;
	outline: 0;
}
.button:focus{
	outline: none;
	background-color: #e5e5e5;
}
.justify-content-flex-end{
	justify-content: flex-end;
}
.mb-0{
	margin-bottom: 0!important;
}
.mb-2{
	margin-bottom: 0.5rem!important;
}
.mt-4{
	margin-top: 1.5rem!important;
}
.w-100px{
	width: 100px;
}
.w-110px{
	width: 110px;
}
.p-0{
	padding: 0!important;
}
.m-0{
	margin: 0!important;
}
.button.disabled{
	background-color: #e6e6e6;
	color: #8a8a8a;
	cursor: unset;
}
.d-none{
	display: none!important;
}
.margin-x-minus{
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.color-header{
	width: 100% !important;
	margin-left: 0 !important;
}
#load-colors{
	width: 96%;
	margin:0!important;
	margin-left: 2%!important;
}
.color-column{
	position: absolute;
	display: block;
	left: 1%;
	font-family: sans-serif, Raleway;
	color:#EAEAEA;
}

.fw-500{
	font-weight: 500;
}
.fw-600{
	font-weight: 600;
}
.fw-400{
	font-weight: 400;
}
.fw-300{
	font-weight: 300;
}

.text-center{
	text-align: center !important;
}
.favorites-placeholder{
	position: absolute;
	display: inline-flex;
	top: 7px;
	-webkit-border-radius: 10rem;
	-moz-border-radius: 10rem;
	border-radius: 10rem;
	color: white;
	font-size: 11px;
	font-weight: 600;
	padding: 0 5px;
	font-family: sans-serif, Raleway;
}
.justify-content-center{
	justify-content: center;
}
.align-items-center{
	align-items: center;
}
.mr-auto,
.mx-auto{
	margin-right: auto;
}
.ml-auto,
.mx-auto{
	margin-left: auto;
}
.ml-2,
.mx-2{
	margin-left: 0.5rem!important;
}
.mr-2,
.mx-2{
	margin-right: 0.5rem!important;
}
.ml-3,
.mx-3{
	margin-left: 1rem!important;
}
.mr-3,
.mx-3{
	margin-right: 1rem!important;
}
.text-shadowed{
	text-shadow: 1px 1px #000;
}
.d-inline-block{
	display: inline-block;
}
.page-footer{
	padding-top: 0!important;
}
#showroom-one{
	height: calc(100vh - 163px);
}
.ff-sans-serif{
	font-family: sans-serif, Raleway;
}
.d-block{
	display: block !important;
}
.w-50{
	width: 50% !important;
}
.overflow-hidden{
	overflow: hidden!important;
}
.h-28{
	height: 28px;
}
.one-name{
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.overflow-visible{
	overflow: visible;
}

@media only screen and (max-width: 600px)
{
	.w-sm-100{
		width: 100vw !important;
	}
}
/*#carpet-viewer{*/
	/*touch-action: pinch-zoom;*/
/*}*/
#report-error-modal{
	border: 3px solid #DDDDDD;
	border-radius: 15px;
}
.text-left{
	text-align: left!important;
}
.report-button{
	background-color: #afb9b7;
	padding: 10px 20px;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.report-button:focus{
	background-color: #a4aeac;
}
.position-absolute{
	position: absolute;
}
.fullscreen-icon{
	top: 0px;
	right: 8px;
}
.mobile-fullscreen-icon{
	top: 0px;
	right: 8px;
	display: none;
}
.h-auto{
	height: auto!important;
}
.simple-button{

}
.simple-button:focus{
	background-color: unset;
}
.d-inline-flex{
	display: inline-flex;
}
.w-100{
	width: 100% !important;
}
.h-200{
	height: 200px;
}
.h-120{
	height: 120px;
}
.w-120{
	width: 120px;
}
.w-200{
	width: 200px;
}
.mt-3,
.my-3 {
	margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}
.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}
.colorway {
	background-size: 100%;
}
.overflow-hidden{
	overflow: hidden;
}
.float-left{
	float: left;
}
.colorways{
	max-height: calc(100vh - 388px);
	overflow-y: auto;
}
.fw-700{
	font-weight: 700;
}
.h-20{
	height: 20% !important;
}
.w-66{
	width: 66.6666666667%;
}
.h-80{
	height: 80% !important;
}
.order-unset{
	order: unset!important;
}
.border-top-11{
	border-top: 11px solid white!important;
}
.mt-2px{
	margin-top: 2px!important;
}
.fs-16{
	font-size: 16px;
}
.fs-38{
	font-size: 38px!important;
}
.h-100vh{
	height: 100vh!important;
}
.mb-50{
	margin-bottom: 50px !important;
}
.minh-36{
	min-height: 36px!important;
}
.h-100vh{
	height: 100vh;
}
.h-100{
	height: 100%!important;
}
.pinch-zoom{
	touch-action: manipulation !important;
}
.scene-viewer{
	user-select: auto !important;
}
#scene-viewer{
	user-select: auto !important;
}
#fullscreen-viewers{
	user-select: auto;
}
.h-auto{
	height: auto;
}
.top-0{
	top: 0;
}
.bottom-right{
	bottom: 0;
	right: 0;
}
.bottom-left{
	bottom: 0;
	left: 0;
}
.report-carpet-modal-button{
	height: 35px;
	background-color: rgba(129, 129, 129, 0.89);
	z-index: 1001;
	border-radius: 4px 4px 0 0;
}
.report-scene-modal-button{
	height: 35px;
	background-color: rgba(129, 129, 129, 0.89);
	z-index: 1001;
	border-radius: 4px 4px 0 0;
}
.background-inherit{
    background-color: inherit!important;
}
.w-170px{
	width: 170px;
}
.z-index-1000{
	z-index: 1000;
}
.rounded{
	border-radius: 3px;
}
.h-20px{
	height: 20px
}
.mw-20px{
	max-width: 20px;
}
.mh-20px{
	max-height: 20px;
}
.all-favorites{
	display: none;
}
.add-favorite-icon:hover .all-favorites{
	display: block;
}
.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}
.flex-wrap{
	flex-wrap: wrap;
}
.mt-15px{
	margin-top: 15px;
}
.pt-11px{
	padding-top: 11px;
}
.lh-25px{
	line-height: 20px;
}
/*.scene-viewer {*/
	/*overscroll-behavior: contain; !* or "none" *!*/
/*}*/
/*body {*/
	/*overscroll-behavior: contain; !* or "none" *!*/
/*}*/

