/*--------------------------
	WebExpress.css
---------------------------*/
<#ImportGoogleFontCSS>
/*--------------------------
	Global styles
---------------------------*/

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

#remember-pwd {
	font-size:12px;
	margin-top:5px;
	margin-bottom:25px;
}


/*html, body {width: auto!important; overflow-x: hidden!important}*/
/*--------------------------
	Global common helpers
---------------------------*/

.hidden {
	display:none;
}
 

/*--------------------------
	Corner Ribbons
---------------------------*/

.corner-ribbon{
  width: 230px;
  background: #e43;
  position: absolute;
  top: 40px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
		z-index: 2000;
}

.corner-ribbon.sticky {
	top:40px;
}


.corner-ribbon .fa-times {
	color:#fff;
}

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}


/*--------------------------
	Video
---------------------------*/

.video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*--------------------------
	Subnav thumbnail list
---------------------------*/

.subnav-thumb-grid {
	border:1px solid #E8E8E8; /* change product border color */
	background:#fff;
	padding:10px;
	text-align:center;
	margin-bottom:20px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.subnav-thumb-grid:hover {
	cursor: pointer;
	box-shadow: 2px 2px #CFCFCF;
	/* Firefox */
    -moz-transition: all .2s ease-in;
    /* WebKit */
    -webkit-transition: all .2s ease-in;
    /* Opera */
    -o-transition: all .2s ease-in;
    /* Standard */
    transition: all .2s ease-in;
}

.subnav-thumb-grid img {
	margin:0 auto;
}

.subnav-name{
	font-size:14px;
	font-weight:300;
	line-height:16px;
	margin-top:5px;
	color:#464646;
}


/*-----------------------------
  Showrooms
-----------------------------*/


.inventory {
	color: #999;
	font-size:14px;
	text-transform: uppercase;
}

.inventory.lowInventory {
	color:#9D1618;
}



.wep-list-item {
	border:1px solid #E8E8E8; /* change product border color */
	background:#fff;
	padding:10px;
	margin-bottom:20px;
}

.wep-list-item:hover {
	cursor: pointer;
	/* Firefox */
    -moz-transition: all .2s ease-in;
    /* WebKit */
    -webkit-transition: all .2s ease-in;
    /* Opera */
    -o-transition: all .2s ease-in;
    /* Standard */
    transition: all .2s ease-in;
}

.wep-list-item p.pr-name{
	font-size:14px;
	line-height:16px;
	font-weight:600;
	display:block;
	padding-bottom:10px;
	color:#464646;
}

.wep-list-item .pr-description{
	font-size:12px;
	font-weight:300;
	line-height:18px;
	color:#464646;
}

.wep-list-item .pr-number {
	font-size:12px;
	font-weight:600;
}


/* ------------------------
 	Stores Page
--------------------------*/

#stores-header-txt {
	margin-bottom: 30px;
}
.stores-item {
	text-align: center;
	margin-bottom: 30px;
}
.stores-item img {
	margin:0 auto;
}
p.stores-title {
	color:#464646;
}


/*--------------------------
	Signature Stores
---------------------------*/

/* --------- Grid Layout ----------------- */
.sig-theme-grid {
  display: flex;
	flex-wrap: wrap;
}
.sig-theme-grid .col {
  flex: 1;
  position: relative;
	padding-right:0;
	padding-left:0;
}

.sig-theme-grid img {
	display: block;
  width: 100%;
  height: auto;
}

.sig-theme-grid h3 {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 28px;
	font-weight: 700;
	color:#fff;
	background: rgb(61, 65, 71, 0.5);
	width:100%;
	padding:20px 0px;
	text-align: center;
}

.sig-theme-grid .last h3 {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 28px;
	font-weight: 700;
	color:#fff;
	background: rgb(61, 65, 71, 0);
	width:100%;
	padding:20px 0px;
	text-align: center;
}

.sig-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgb(30, 101, 206, 0.5)
}

.last .sig-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: rgb(30, 101, 206, 0.8)
}

.col a:hover .sig-overlay {
  opacity: 1;
}

@media only screen and (max-width : 768px) {

	.sig-theme-grid h3 {
		font-size:20px;
	}

}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

.sig-theme-grid h3 {
font-size:18px;
text-shadow: 0px -1px 4px rgba(0, 0, 0, 0.5);
}

.sig-theme-grid .col {
  flex: 100%;
  position: relative;
}

}

#sigstore-banner {
	margin-bottom:20px;
}

.sigstore-controls a {
	font-size:14px
}

.sigstores-nav-left {
	text-align:left;
}

.sigstores-nav-right {
	text-align:right;
}


@media only screen and (max-width : 480px) {
.sigstores-nav-left, .sigstores-nav-right {
	text-align:center;
}

}


/*-----------------------------
	Standard Helper Classes (for custom pages, etc.)
-----------------------------*/

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


@media only screen and (max-width: 768px) {


	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
}


/*--------------------------
	Virtual Designer
---------------------------*/

.virtual {
	background: url(images/icon-virtual.png) no-repeat bottom;
	width:12px;
	height:17px;
	display: inline-block;
}

/*--------------------------
	Pay Bill
---------------------------*/


a.toolHlp {
	color:#666;
	font-size: 14px;
}

a.toolHlp:hover {
	color:#000;
}

.error.help-block {
	color:#dd2323;
}

/* ------------------------
 Art Upload
--------------------------*/

.well-upload {
	 min-height: 20px;
	 padding:19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.table-upload td {
	border-top: none !important;
	padding-bottom:0px !important;

}

.table-upload tr {
	border-top:1px solid #e3e3e3;
}

.table-upload tr:first-child {
	border-top:0;
}



    .btn-file {
        position: relative;
        overflow: hidden;
    }
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.upload-block {
	margin-bottom:15px;
}


/*--------------------------
	Product carousel
---------------------------*/

.slide-caption {
	min-height:90px;
}


#language {
	text-align: center;
	color:#fff;
	font-size: 12px;
}


/* ------------------------
 Client Login
--------------------------*/

#loginForm {
	margin-top:20px;
}

#loginForm .btn {
	margin-top:20px;
}

.panel-login {
	margin-top:50px;
}

.panel-login .panel-body {
	padding:40px;
	text-align:left;
}

.panel-login .panel-body .list {
	margin-top:20px;
}

.panel-login .panel-body .fa {
	color:#969696;
}


.panel-login .panel-body .fa-chevron-right {
	font-size:10px;
}


/* ---------- LIVE-CHAT ---------- */

/* Small button, before user sees full chat */

#live-chat-btn {
	bottom: 0;
	font-size: 12px;
	right: 24px;
	position: fixed;
	width: 160px;
	background: <#ColorVal Fld="LiveChatBtnClr" Def="WEMainClr1" MainDef="#9fce67">;
	border-radius: 5px 5px 0 0;
	color: <#ColorVal Fld="LiveChatBtnTextClr" Def="WEMainClr2" MainDef="#ffffff">;
	cursor: pointer;
	padding: 10px 24px;
	text-align: center;
	z-index: 500;
}

#live-chat-btn.theme-round {
	bottom: 10px;
	font-size: 20px;
	right: 24px;
	position: fixed;
	width:50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	padding: 13px 10px 10px 10px;
	z-index: 500;
}

#live-chat-btn.theme-round .chat-label {
	display: none;
}

/* header once users sees the full chat */

#live-chat header {
	background: <#ColorVal Fld="LiveChatBtnClr" Def="WEMainClr1" MainDef="#9fce67">;
	border-radius: 5px 5px 0 0;
	color: <#ColorVal Fld="LiveChatBtnTextClr" MainDef="#fff">;
	cursor: pointer;
	padding: 10px 24px;
	position: relative;

}

#live-chat header .closeChat {
	position: absolute;
	top:15px;
	right:20px;
	color:#fff;
}

#live-chat-btn p, #live-chat header p  {
	margin: 0px;
}

/*
#live-chat-btn p:before {
	background: #1a8a34;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	margin: 0 8px 0 0;
	width: 8px;
}*/

#chat-wait {
	text-align: center;
	padding:20px 0px;
}

#chat-away {
	text-align: center;
	padding: 20px 24px 30px;
}


#chat-intro {
	text-align: center;
	padding: 20px 24px 30px;
}

#chat-intro form {
	margin-top:10px;
}

#live-chat-btn.clicked {
	display: none;
}

#chat-contact-btn {
	margin: 10px 0px;
}

#live-chat {
	bottom: 0;
	font-size: 12px;
	right: 24px;
	position: fixed;
	width: 300px;
	min-height: 150px;
	z-index: 1000;

}

#live-chat #chat-post-message textarea {
	border-radius: 0;
	margin-top:8px;
	border-left:0;
	border-right:0;
}

#chat-messagethread {
	margin-top:20px;
	max-height: 300px;
	overflow-y: scroll;
}


#chat {
	border:1px solid #D0D0D0;
	position: relative;
	z-index: 1000;
	background: #fff;
}

@media only screen and (max-width : 480px) {

	#chat-messagethread {
		margin-top:20px;
		min-height: 300px;
		max-height: 400px;
		overflow-y: scroll;
}


    }


#ChatMsg {
	border:0;
}

.btn-end-chat {
	float:right;
	padding-right:10px;
}





/*#live-chat h4:before {
//	background: #1a8a34;
//	border-radius: 50%;
//	content: "";
//	display: inline-block;
//	height: 8px;
//	margin: 0 8px 0 0;
//	width: 8px;
}*/

#live-chat h4 {
	font-size: 12px;
}

#live-chat h5 {
	font-size: 10px;
}

#live-chat form#chat {
	padding: 24px;
}

#live-chat form#chat input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
	outline: none;
	width: 234px;
}

.chat-message-counter {
	background: #e62727;
	border: 1px solid #fff;
	border-radius: 50%;
	display: none;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	left: 0;
	line-height: 28px;
	margin: -15px 0 0 -15px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 28px;
}

.chat-close {
	background: #1b2126;
	border-radius: 50%;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	margin: 2px 0 0 0;
	text-align: center;
	width: 16px;
	display: none;
}

.chat {
	background: #fff;
}

.chat-history {
	padding: 0px 24px 0px 24px;

}

.chat-history hr {
	margin-top:5px;
	margin-bottom:5px;
}


.chat-message {
	margin: 0px;
}

.chat-message img {
	border-radius: 50%;
	float: left;
}

.chat-message-content {
	margin-left: 56px;
}

.chat-time {
	float: right;
	font-size: 10px;
}

.chat-feedback {
	font-style: italic;
	margin: 0 0 0 80px;
}



/*--------------------------
	Print styles
---------------------------*/

@media print {
	nav,
	#sidebar,
	#nav0-container,
	#nav1-container,
	#header-right,
	footer,
	.quicksearch,
	.breadcrumb,
	.print-none {
		display: none;
	}

	a:after { content:''; }
    a[href]:after { content: none !important; }
}
