html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
font-family: GothamMediumRegular;
src: url('./fonts/gotham-medium-webfont.eot'); /* IE9 Compat Modes */
src: url('./fonts/gotham-medium-webfont.eot#iefix') format('embedded-opentype');
src: local('☺'), url('./fonts/gotham-medium-webfont.ttf') format('truetype'); /* For non-IE */
}

@font-face {
font-family: GothamLightRegular;
src: url('./fonts/gotham-light-webfont.eot'); /* IE9 Compat Modes */
src: url('./fonts/gotham-light-webfont.eot#iefix') format('embedded-opentype');
src: local('☺'), url('./fonts/gotham-light-webfont.ttf') format('truetype'); /* For non-IE */
}

@font-face {
font-family: GothamBoldRegular;
src: url('./fonts/gotham-bold-webfont.eot'); /* IE9 Compat Modes */
src: url('./fonts/gotham-bold-webfont.eot#iefix') format('embedded-opentype');
src: local('☺'), url('./fonts/gotham-bold-webfont.ttf') format('truetype'); /* For non-IE */
}

@font-face {
font-family: GothamBookRegular;
src: url('./fonts/gotham-book-webfont.eot'); /* IE9 Compat Modes */
src: url('./fonts/gotham-book-webfont.eot#iefix') format('embedded-opentype');
src: local('☺'), url('./fonts/gotham-book-webfont.ttf') format('truetype'); /* For non-IE */
}

body {
 font-family: 'GothamBookRegular', sans-serif;
 font-size: 12px;
 line-height: 1.5em;
 font-weight: 300;
 text-align: center;
 margin: 0 30px !important;
 color:#111111;
 -webkit-text-size-adjust: 100%;
}
body strong {
	font-family: 'GothamBoldRegular', sans-serif;
	text-transform:uppercase;
}
.section {
}
a {
	color:#111111;
 text-decoration: none;
}
a:hover {
	color:#666666;
}
.logo {
 position: absolute;
 left: 70px;
 top: 80px;
 z-index: 10000;
 width: 150px;
}
.logo img {
	display: block;
	width: 100%;
	height: auto;
}
.menu {
	position: absolute;
	left: 50%;
	top: 60px;
	z-index: 10000;
	width: 40%;
}
.footer {
	position: absolute;
	left: 50%;
	bottom: 60px;
	z-index: 10000;
	width: 40%;
	text-align: left;
	font-size: 10px;
}
.menu ul {
	list-style: none;
	text-align: left;
}
.menu ul li {
	display: inline-block;
	margin: 0 5% 0 0;
}
.menu ul li:last-child {
	margin-right: 0;
}
.menu ul li:after {
	content:' ';
	border-bottom: 3px solid transparent;
	display: block;
	width: 30px;
	margin-top: 10px;
} 
.menu ul li.active:after {
	content:' ';
	border-bottom: 3px solid #111111;
	display: block;
	width: 30px;
	margin-top: 10px;
} 
.menu ul li a {
	font-family: 'GothamBoldRegular', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.submenu ul {
	list-style:none;
	font-family: 'GothamBoldRegular', sans-serif;
	text-align:left;
	margin:10px 0;
}
.submenu ul li {
	display: inline-block;
	margin: 0 2% 0 0;
	padding:0 2% 0 0;
	border-right:1px solid #111111;
}
.submenu ul li a.current {
	font-family: 'GothamBoldRegular', sans-serif;
}
.desc {
	display: none;
	min-height: 120px;
}
.desc:first-of-type {
	display: block;
}
.submenu ul li a {
	font-family: 'GothamLightRegular', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.products {
	width: 70%;
	overflow: hidden;
	margin: 25% 20% 15% 10%;
}
.product-pages {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.product-cat-page {
	display: none;
}
.product-pages .product-page {
	display: none;
}
.product-pages .product-page:first-of-type {
	display: block;
}
.product-cat-page:first-of-type {
	display: block;
}
.product-page a {
	display: inline-block;
	width: 31%;
	margin-bottom: 10px;
	margin-right: 2%;
	max-width: 300px;
	vertical-align: top;
}
.product-page a img {
	width: 100%;
	height: auto;
	max-width: 200px;
}
.product-page a span {
	display: block;
	clear: left;
	font-size: 11px;	
}
.product-pagination {
	margin: 30px 0 0;
	overflow: hidden;
}
/*
.product-pagination a {
	cursor: pointer;
	font-weight: bold;
	padding: 3px 8px;
	background-color: #ffffff;
	float: left;
	margin-right: 5px;
	width: 10px;
	text-align: center;
}
.product-pagination a.current {
	color: #ffffff;
	background-color: #333333;
}*/
.wrapper {
	position: relative;
	height: 100%;
	width: 100%;
}
.left {
	position: absolute;
	left: 0px;
	width: 60%;
	height: 100%;
	text-align: left;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}
.left .banner {
	height: 100%;
	width: auto;
}
.right {
	position: absolute;
	width: 40%;
	left: 50%;
	height: 100%;
	display: table;
}
.right .middle {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.right .middle .text {
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
}
.right .middle .text:after {
	content:' ';
	border-bottom: 3px solid #111111;
	display: block;
	width: 30px;
	margin-top: 25px;
} 
.right .middle .text:before {
	content:' ';
	border-bottom: 3px solid #111111;
	display: block;
	width: 30px;
	margin-bottom: 25px;
}
.rightinner {
	position: absolute;
	width: 80%;
	left: 10%;
	height: 100%;
	display: table;
}
.rightinner .middle {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.rightinner .middle .text {
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
}
.rightinner .middle .text:after {
	content:' ';
	border-bottom: 3px solid #111111;
	display: block;
	width: 30px;
	margin-top: 25px;
} 
.rightinner .middle .text:before {
	content:' ';
	border-bottom: 3px solid #111111;
	display: block;
	width: 30px;
	margin-bottom: 25px;
}
.rightinner td {
	padding:0 50px 0 0;
}
.leftcol {
	position: absolute;
	width: 70%;
	left: 10%;
	height: 100%;
	display: table;
}
.leftcol .middle {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.leftcol .middle .text {
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
}
.thumb {
	position: absolute;
	width: 40%;
	left: 50%;
	height: 100%;
	display: table;
}
.text h1 {
	font-family: georgia, serif;
	font-size: 48px;
	line-height: 48px;
	font-style: italic;
	text-transform: none;
	font-weight: bold;
	letter-spacing: 1px;
}
.text p {
	margin:10px 0 20px 0;
	text-transform:none;
}
.intro, .portfolio, .contact {
 width: 100%;
 position: relative;
}
.intro-text {
 position: absolute;
 bottom: 10%;
 width: 100%;
}
.intro p {
 padding: 0 2em;
}
ul#items{		
	margin:1em 0;
	width:auto;
	overflow:hidden;
	}
ul#items li{
	list-style:none;
	float:left;
	width:20%;
	overflow:hidden;
	margin:0 10px 0 0;
	color:#fff;
	text-align:center;
	}
ul#items li:hover{color:#333;}
ul#items li img {
	width:100%;
	height:auto;
}
@media screen and (max-width:1400px) and (orientation:portrait) {
	.products {
		margin: 30% 20% 10% 10%;
	}
	.product-page a {
		width: 41%;
		margin-right: 5%;
	}
}
@media screen and (max-width:768px) {
	body {
		margin: 0 20px !important;
	}
	.menu ul li {
		margin-right: 3%;
	}
	.menu ul li a {
		font-size: 10px;
	}
	.logo {
		width: 90px;
	}
	.right .middle .text {
		font-size: 11px;
	}
	.text h1 {
		font-size: 36px;
		line-height: 36px;
	}
}
@media screen and (max-width:640px) and (orientation:portrait) {
	.left {
		width: 55%;
	}
	.menu {
		left: 45%;
		width: 50%;
	}
	.right {
		left: 45%;
		width: 50%;
	}
}
@media only screen 
 and (min-device-width : 320px) 
 and (max-device-width : 568px) 
 and (orientation : landscape) {
}
@media screen and (max-width:480px) {
	.logo {
		width: 80px;
	}
}
@media screen and (max-height : 900px)  and (orientation:landscape)  {
	.products {
		margin: 20% 20% 20% 10%;
	}
}
@media screen and (max-height : 900px) and (max-width : 1600px)  and (orientation:landscape)  {
	.products {
		margin: 20% 20% 0% 10%;
		width: 60%;
	}
}
@media screen and (max-height : 768px) and (max-width : 1366px)  and (orientation:landscape)  {
	.products {
		margin: 20% 20% 0% 10%;
		width: 60%;
	}
}
@media screen and (max-width : 1024px)  and (orientation:landscape)  {
	.products {
		margin: 30% 20% 0% 10%;
		width: 70%;
	}
}
@media screen and (max-width:768px) and (orientation:portrait) {
	.products {
		margin: 85% 20% 0% 10%;
	}
}
@media screen and (max-width:640px) and (orientation:portrait) {
	.products {
		margin: 80% 20% 0% 10%;
	}
}
@media screen and (max-width:480px) and (orientation:portrait) {
	.products {
		margin: 50% 20% 0% 10%;
		width: 60%;
	}
	.product-page a {
	
	}
}