/*---------------------Fonts----------------------------------------------*/
@font-face {
    font-family: 'crimson_textroman';
    src: url('crimsontext-roman-webfont.woff2') format('woff2'),
         url('crimsontext-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayextralight';
    src: url('raleway-extralight-webfont.woff2') format('woff2'),
         url('raleway-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*---------------------Overall Site Style---------------------------------*/
img{
	max-width: 100%;
}
body, html, .siteWrapper{
	height:100%;
	margin:0;
	padding:0;
	font-family: 'ralewayextralight';
	color:#2E2E2E;
}
#loading{
	display: none;
}
.loadWrapper {
	text-align: center;
	padding-top: 20%;
}
/*---------------------Header Styling-------------------------------------*/
.headerWrapper, .galleryHeaderWrapper{
	width:100%;
	position:absolute;
	top:0;
	z-index: 5;
}
.logoWrapper, .galleryLogoWrapper{
	width:100%;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
}
.headerLogo, .galleryLogo{
	text-align: center;
	padding-top:1em;
}
.unScroll{
	width:75px;
}
.scrolled{
	width:45px;
}
.headerName h1, .galleryHeaderName h1{
	color:#FFFFFF;
	font-family: 'crimson_textroman';
	font-weight: normal;
	text-align: center;
	margin:0;
	font-size: 1.5em;
}
.headerName a{
	text-decoration: none;
}
.menuWrapper{
	display:none;
}
/*---------------------Mobile Menu Styling--------------------------------*/
.mobileMenuWrapper{
	text-align: center;
	width:100%;
	background-color: #B7961C;
}
.mobileMenuWrapper ul{
	display: none;
	list-style: none;
	padding:0;
	margin:0;
}
.mobileMenuWrapper ul li {
	border-top: 1px #2E2E2E solid;
	padding: .2em;
}
.mobileMenuWrapper a{
	text-decoration: none;
	color: #2E2E2E;
	font-size: 1.3em;
}
.mobileGo{
	padding:1em;
	cursor: pointer;
}
.mobileGo img{
	width:60px;
	height:35px;
	vertical-align: middle;
}
span.mobilGoText {
	font-size: 2em;
	vertical-align: middle;
	padding-left: 1em;
	color:#2E2E2E;
}
/*------------------------Main Menu Styling-------------------------------*/
/*This only Shows over 600px wide-----------------------------------------*/
.menuWrapper{
	background-color: rgba(183,150,28,0.8);
}
.menuWrapper ul{
	list-style: none;
	text-align: center;
	padding:0;
	margin:0;
	padding-top:1em;
	padding-bottom:1em;
}
.menuWrapper li{
	display: inline;
	padding:.35em;
}
.menuWrapper a{
	text-decoration: none;
	color:#2E2E2E;
}
.menuWrapper a:hover{

}
/*------------------------Main Slides-------------------------------------*/
.sliderWrapper{
	width: 100%;
    margin-left: auto;
	margin-right: auto;
	max-width: initial;
	height:95%;
}
.slider {margin: 0;}
.slider .slide {width: 100%; height: 100%;}
.mainSlider, .aboutSlider{
	height:100%;
	width:100%;
}
.slick-list{
	height:100%;
}
.slick-track{
	height:100%;
}
.mainSlide{
	height: 100%;
  	width: 100%;
  	background-size: cover !important;
}
.slideCaption {
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	width: 100%;
	color: #2E2E2E;
	padding-bottom:1em;
	bottom:0;
}
.subcaption{
	width:90%;
	display: block;
	margin:0 auto;
	text-align: center;
}
/*----------------------Slides Navigation---------------------------------*/
.mainSliderNav {
	padding-top: 1em;
	background-color: #212121;
	padding-bottom: 1em;
}
.sliderNav, .thumbsGalleryNav{
	display: inline-block;
	padding:1em;
}
/*--------------Slide Controls--------------------------*/
.customNavigation, .upperCustomNavigation{
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 3.5em
}
.upperCustomNavigation{
	top:30%;
}
.customNavigation a, .upperCustomNavigation a {
    z-index: 3;
    position: absolute;
    display: block;
}
.customNavigation a.prev, .upperCustomNavigation a.upperPrev {
    left: 0;
}
.customNavigation a.next, .upperCustomNavigation, a.upperNext {
    right:0;
}
.next, .upperNext {
    border-right: 2px solid #7B7B7B;
    border-bottom: 2px solid #7B7B7B;
    width: 50px;
    height: 50px;
    transform: rotate(-45deg);
    margin-top: 8em;
    margin-right:2em;
}
.next:hover, .upperNext:hover {
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}
.prev, .upperPrev {
    border-right: 2px solid #7B7B7B;
    border-bottom: 2px solid #7B7B7B;
    width: 50px;
    height: 50px;
    transform: rotate(135deg);
    margin-top: 8em;
    margin-left:2em;
}
.prev:hover, .upperPrev:hover {
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}
/*--------------------Main Content----------------------------------------*/
.mainContentWrapper{
	max-width: 1000px;
	margin: 0 auto;
}
.mainContent{
	padding:2em;
}
.mainContent h1{
	text-align: center;
}
/*--------------------Gallery Styling-------------------------------------*/
.galleryWrapper{
	position: relative;
	margin-top:11em;
}
.galleryScrolled{
	margin-top: 9em;
}
.galleryImageWrapper {
  position: relative;  
  overflow: hidden;
  margin-top:-.3em;
  margin-bottom:-.3em;
}
.galleryItem{
	position: relative;
	width:100%;
	cursor: pointer;
}
.galleryImageWrapper img {
  max-width: 100%;  
  -moz-transition: all 1.6s;
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
}
.galleryItem:hover .galleryImageWrapper img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.galleryTextWrapper{
	width:100%;
	position: absolute;
	top:30%;
}
.galleryTextWrapper h2{
	text-align: center;
	border: 1px #CACACA solid;
	background-color: rgba(202,202,202,.8);
	width:80%;
	position: relative;
	margin:0 auto;
}
.galleryVisit{
	display:none;
}
.galleryHold{
	display: none;
}
.galleryHold, .galleryDetailWrapper, .galleryContentWrapper, .galleryContent, .mainGallerySlide{
	height:100%;
}
.mainGallerySliderWrapper{
	height:75%;
}
.mainGallerySlide {
	background-size: cover!important;
	background-position: center!important;
}
.galleryDetailCloseWrapper {
	position: absolute;
	top: 25px;
	right: 25px;
	color: #CACACA;
	font-size: 2em;
	cursor: pointer;
}
.galleryDetailCloseWrapper:hover{
	color:#FFFFFF;
}
.galleryLogo img {
	max-height: 75px;
}
.thumbsGalleryNav img{
	height:175px;
	margin: 0 auto;
}
/*--------------------Manufacturer Styling--------------------------------*/
.contentWrapper{
	max-width:2200px;
	margin:0 auto;
}
.mWrapper{
	margin-top:8.25em;
	width:100%;
}
.manufacturer{
	max-width: 240px;
	width:50%;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.manufacturer a{
	color: #2E2E2E;
}
.manufacturer:hover .mImageWrapper{
	opacity:.10;
}
.mText{
	position: relative;
	height:75px;
	text-align: center;
	width:100%;
	background-color: rgba(255,255,255,0.5);
}
.mText h2{
	padding:0;
	margin:0;
	font-size: 1.1em;
	padding-top:.45em;
	text-transform: lowercase;
}
.moreInfo{
	visibility: hidden;
	text-transform: lowercase;
}
.manufacturer:hover .moreInfo{
	visibility: visible;
}
.mDetailWrapper{
	display:none;
	z-index: 4;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	position: relative;
	margin-top:10em;
}
.mDetailLogo {
	text-align: center;
	padding-top: 5em;
}
.closeMDetail{
	cursor: pointer;
	display: none;
	margin-left: 1em;
}
.mDetailContent{
	max-width:1000px;
	margin:0 auto;
}
.mDetailLeft p{
	padding:0px 16px;
	margin:0;
}
.mDetailRight{
	text-align: center;
}
.mDetailFooter {
	padding-top: 1em;
	text-align: center;
}
.mDetailLink{
	text-decoration: none;
	color:#2E2E2E;
}
/*--------------------Footer Styling--------------------------------------*/
.footerWrapper{
	margin:0;
	padding:0;
	background-color: #212121;
	text-align: center;
	min-height: 175px;
}
.footerLogo img {
	width: 80px;
	padding:1.5em;
}
.footerAddress{
	color:#FFFFFF;
	font-size: 1.3em;
}
.footerName{
	font-family: 'crimson_textroman';
	padding-bottom:.3em;
}
.footerAddress h2{
	padding:0;
	margin:0;
	font-size: .7em;
}
.socialLinks ul{
	padding:0;
	margin:0;
	list-style: none;
}
.socialLinks li{
	display: inline;
}
.socialLinks img {
	width: 35px;
	padding: .5em;
}
.footerRedChair {
	clear: both;
	left: 49%;
	padding-top: 2em;
	padding-bottom: 2em;
}
.footerLinkWrapper{
	display:none;
}
.footerOFUSA{
	display: inline-block;
	padding:4em;
}
.ofusa{
	width:200px;
}
.footerCatalog {
    text-align: center;
    padding: 4em;
}
.footerCatalog a {
    text-decoration: none;
    color: #b7961c;
    font-weight: 900;
    font-size: 1.25em;
}
.firstCatalogLink {
    display: block;
    letter-spacing: 5px;
}
/*--------------------Contact Styling-------------------------------------*/
.contactWrapper, .quoteWrapper{
	display: none;
	height:100%;
	width:100%;
	position: absolute;
	top:0;
	z-index: 6;
	background-color: #CACACA;
	color: #333333;
	padding-top: 3em;
	padding-bottom: 3em;
}
.contact, .quote{
	max-width: 800px;
	margin: 0 auto;
	padding-left:1em;
	padding-right: 1em;
	padding-bottom:3em;
}
.contactWrapper, .quoteWrapper{
	background: url('../images/contact-page-image.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.contactClose, .mClose, .quoteClose{
	font-size: 4em;
	position: absolute;
	left:1em;
	top:0;
	cursor: pointer;
}
.mClose{
	top:2.5em;
}
.templeInput {
	width: 60%;
	margin:.5em;
	padding:.25em;
	background-color: #EAEAEA;
	border: .10em #333333 solid;
}
::-webkit-input-placeholder {
   color: #333333;
}
:-moz-placeholder { /* Firefox 18- */
   color:#333333;   
}
::-moz-placeholder {  /* Firefox 19+ */
   color:#333333;   
}
:-ms-input-placeholder {  
   color:#333333;   
}
.g-recaptcha {
    margin: 0 auto;
  	width: 304px;
  	margin-bottom:1em;
}
.g-recaptcha>div{
	border: .10em #333333 solid;
}
.submit{
    background-color: #9C9C9C;
    border: .10em #333333 solid;
    padding:1em;
    color:#333333;
    font-weight: lighter;
    width:175px;
}
.submitContainer{
    text-align: center;
    margin-bottom:2em;
}
.mListHold{
	display:none;
}
#qCaptchaDiv, #cCaptchaDiv{
	margin: 0 auto;
	width: 305px;
	margin-bottom: 1em;
	margin-top: .5em;
}
.thankYou {
	z-index: 9999;
	position: absolute;
	width: 100%;
	background-color: rgba(183,150,28,0.8);
	margin-top: 15em;
	text-align: center;
}
.phone{
	color:#333333;
	text-decoration: none;
}
/*--------------------Map Styling-----------------------------------------*/
.mapWrapper{
	text-align: center;
	height:100%;
	width:100%;
	font-family: 'ralewayextralight';
}
.mapHeader{
	background-color: #333333;
	color: #A0A0A0;
	padding:1em;
}
.mapHeader h2{
	margin:0;
	font-size: 1.7em;
}
.mapHeader h3{
	margin:0;
}
#map{
	width:100%;
	height:400px;
}
/*--------------------About Page Stying-----------------------------------*/
.bold{
	font-weight: bold;
}
/*--------------------Services Page Styling-------------------------------*/
.leftDiv, .rightDiv{
	width:100%;
	display: inline-block;
	vertical-align: middle;
}
.rightDiv{
	text-align: center;
}
.caption{
	font-style: italic;
	font-size: .8em;
}
.splitList{
	margin:0;
	list-style: none;
}
.fullWidth{
	text-align: center;
	margin-top:2em;
}
/*--------------------Responsive Queries----------------------------------*/
@media all and (min-width:25em){
	.manufacturer{
		width:33.3%;
	}
}
@media all and (min-width:37.5em){
	.customNavigation{
		margin-bottom: 2.5em;
	}
	.mobileMenuWrapper{
		display:none;
	}
	.menuWrapper{
		display:block;
	}
	.headerWrapper{
		position: fixed;
	}
	.headerLogo{
		display: inline-block;
		vertical-align: middle;
	}
	.headerName{
		display: inline-block;
		vertical-align: middle;
	}
	.logoWrapper div{
		padding:.7em;
	}
	.footerAddress{
		padding-bottom: 1.5em;
	}
	.footerLogo{
		display: inline-block;
		vertical-align: middle;
	}
	.footerAddress{
		display: inline-block;
		vertical-align: middle;
		padding-top:1.5em;
		text-align: left;
	}
	.footerOFUSA{
		float:right;
	}
	.footerCatalog {
	    text-align: right;
	    padding: 4em;
	}
	.manufacturer{
		width:25%;
	}
	.mDetail{
		margin-top:0;
	}
	.mDetailLogo{
		padding-top:0;
	}
	.mDetailLeft, .mDetailRight{
		width:50%;
		display: inline-block;
		vertical-align: top;
	}
	.leftDiv, .rightDiv{
		width:50%;
	}
	.splitList{
		display: inline-block;
	}
	.galleryItem{
		display: inline-block;
		width:50%;
	}
	.galleryWrapper {
		margin-top: 8.6em;
	}
}
@media all and (min-width:50em){
	.manufacturer{
		width:20%;
	}
	.galleryItem{
		width:33.3%;
	}
}
@media all and (min-width:64em){
	.customNavigation{
		margin-bottom: 1em;
	}
	.menuWrapper li{
		padding: 1.35em;
	}
	.manufacturer{
		width:12.5%;
	}
	.footerLogoWrapper{
		float:left;
	}
	.footerLinkWrapper {
		float: right;
		padding-top: 2em;
		padding-right: 2em;
	}
	.footerRedChair{
		position: absolute;
	}
	.galleryItem{
		width:25%;
	}

}