/*--------------------------
	WebExpress.css
---------------------------*/

/*--------------------------
	Global styles
---------------------------*/

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}


/*--------------------------
	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 .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;
}

.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;
}


/*--------------------------
	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; }
}
