/* =Structure
-------------------------------------------------------------- */

#paging {
    font-size: 12px;
    font-weight: 400;
    padding: 0 20px;
}
#paging a.current {
	text-decoration: underline;
}
#paging:after {
	content: '';
	clear: both;
	display: block;
}
#page-of {
	float: left;
}
.page-divider {
	font-family: 'Stone City';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin: 3px 10px 0;
	float: left;
	font-size: 9px;
}
#page-show {
	float: left;
}
#pages {
    float: right;
}
#pages a {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin: 0 0 0 8px;
}
#pages a.sc-icon {
	font-size: 8px;
}
ul#products-grid {
    padding: 0;
    margin: 0;
    list-style: none;
	font-size: 0px;
}
ul#products-grid li {
    width: 25%;
    padding-top: 25%;
    display: inline-block;
    font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .15em;
	word-spacing: .15em;
    text-align: center;
    position: relative;
}
ul#products-grid li a {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
ul#products-grid li a .product-grid-title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
}
ul#products-grid li a .product-grid-img-wrap {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 40px;
	overflow: hidden;
}
ul#products-grid li a .product-grid-img {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	-o-transition: transform .5s;
	-webkit-transition: transform .5s;
	transition: transform .5s;
}
ul#products-grid li a:hover .product-grid-img {
	transform: scale(1.2);
}
#product-info {
    float: right;
    width: 50%;
}
.product-header {
    padding: 30px 0;
}
.product-title {
	font-size: 22px;
	font-size: 1.52vw;
	text-transform: uppercase;
    letter-spacing: .15em;
    word-spacing: .15em;
	margin: 0 0 30px;
	font-weight: 300;
}
.product-kind-type {
	font-size: 20px;
	font-size: 1.4vw;
	margin: 0 0 30px;
	font-weight: 300;
}
.product-color {
    font-size: 14px;
}
.product-color span {
    font-weight: 400;
    margin-right: .5em;
    text-transform: uppercase;
    letter-spacing: .07em;
    word-spacing: .07em;
}
#product-images {
    width: calc(50% - 60px);
    margin: 30px 60px 100px 0;
    float: left;
}
#product-image-container {
    width: 100%;
    padding-top: 80%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#product-thumbs {
    margin-top: 20px;
	text-align: center;
	font-size: 0px;
}
#product-thumbs a {
    width: calc(20% - 10px);
    padding-top: calc(20% - 20px);
    display: inline-block;
    margin: 10px;
    border-radius: 2px;
    border: solid 5px #AAA;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#product-thumbs a.current {
    border-color: #2c2c2c;
}
#product-inventory {
	clear: both;
	padding: 60px 0 30px;
	margin-bottom: 30px;
	font-size: 0px;
	border-bottom: solid 2px #2c2c2c;
}
.avail-prod {
    width: 33.33%;
    display: inline-block;
    padding: 0 20px 40px;
}
.avail-prod-img-wrap {
    width: 100%;
    padding-top: 60%;
    position: relative;
	margin-bottom: 15px;
}
.avail-prod-img {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.avail-prod-img img {
    width: 100%;
    height: auto;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	-webkit-transition: transform 1s;
	transition: transform 1;
}
.avail-prod-img:hover img {
	transform: scale(1.2);
}
.avail-prod-lot {
    font-size: 18px;
    margin-bottom: 5px;
}
.avail-prod-lot span,
.avail-prod-info span {
    margin-right: .5em;
    text-transform: uppercase;
    letter-spacing: .07em;
    word-spacing: .07em;
	font-weight: 400;
}
.avail-prod-info {
    font-size: 10px;
    width: 50%;
    display: inline-block;
    margin-bottom: 5px;
}
#product-link-boxes {
    font-size: 0px;
    padding: 20px 20px 0;
	clear: both;
}
a.product-link-box {
	display: inline-block;
	width: calc(33% - 20px);
	padding-top: 20%;
	position: relative;
	margin: 0 10px;
	color: #FFF;
	font-size: 20px;
	font-size: 1.4vw;
    letter-spacing: .05em;
    word-spacing: .05em;
	overflow: hidden;
}
a.product-link-box span.img {
	display: block;
	background-size: cover;
	background-position: center center;
	-moz-transition: transform 3s;
	-ms-transition: transform 3s;
	-o-transition: transform 3s;
	-webkit-transition: transform 3s;
	transition: transform 3s;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
a.product-link-box.hover span.img {
	transform: scale(1.2);
}
.product-link-box span.title {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
@media only screen and (max-width : 1100px) {
	#paging {
		padding: 0 15px;
	}
	ul#products-grid li {
		font-size: 14px;
	}
	ul#products-grid li a {
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
	}
}
@media only screen and (max-width : 1000px) {
	a.product-link-box {
		font-size: 2vw;
	}
	.product-title {
		font-size: 3vw;
	}
	.product-kind-type {
		font-size: 2vw;
	}
	.avail-prod {
		width: 50%;
	}
}
@media only screen and (max-width : 900px) {
	#paging {
		padding: 0 10px;
	}
	ul#products-grid li {
		width: 33.33%;
		padding-top: 33.33%;
	}
	ul#products-grid li a {
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	.product-title {
		font-size: 3.5vw;
	}
	.product-kind-type {
		font-size: 2.5vw;
	}
}
@media only screen and (max-width : 700px) {
	ul#products-grid li {
		width: 50%;
		padding-top: 50%;
	}
	#product-info {
		width: 100%;
		float: none;
	}
	.product-header {
		text-align: center
	}
	#product-images {
		width: 80%;
		float: none;
		margin: 50px auto 100px;
	}
	a.product-link-box {
		width: 100%;
		padding-top: 45%;
		margin: 0 auto 20px;
		font-size: 3vw;
	}
	.product-title {
		font-size: 20px;
	}
	.product-kind-type {
		font-size: 18px;
	}
	.avail-prod {
		width: 100%;
		display: block;
	}
}
@media only screen and (max-width : 500px) {
	#paging {
		padding: 0 5px;
		text-align: center;
	}
	#page-show,
	#page-of,
	.page-divider {
		float: none;
		display: inline-block;
	}
	#pages {
		float: none;
		padding: 20px 0;
	}
	#pages a {
		margin: 0 6px;
	}
	ul#products-grid li {
		width: 100%;
		padding-top: 100%;
	}
	ul#products-grid li a {
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
	}
	#product-images {
		width: 100%;
	}
}
