/* Global styles */

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}


/* Global common helper */

.hidden {
	display:none;
}


/* 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;
}


/*-----------------------------
	Presentations/ Showrooms
-----------------------------*/

.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;
//	font-weight: bold;
}


/*--------------------------
	Signature Stores
---------------------------*/

#sigstore-banner {
	margin-bottom:20px;	
}


/*-----------------------------
	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;
}

