 @charset "utf-8";
 body {
	 background:#2e2a24 /*url(../images/bg-wood-2.png)*/;
	 background: #000;
	 font-size: 16px; font-family: 'Raleway', Georgia, "Times New Roman", Times, serif; color:#555; height:100%; 
	 line-height: 26px;
 }
 

 
#wrap { 
	width: 100%;
	margin:0 auto;
	background: #fff;
	background: #2e2a24 url(../images/bg-wood-2.png);
}

#content {
	font-family: 'Open Sans';
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h5 {
	margin-bottom: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	font-family: 'Raleway';
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h5 {
	padding-top:15px;
}

#content.products-page h3 {
	margin-bottom: 5px;
}

#content h2 {
	font-size: 24px;
	
}
#content a {
	color: #006699;
}

#content p, #content ul {
	margin-bottom: 20px;
}

.tagline {
	background: #fff;
	text-align: center;
	padding: 20px 40px;
	font-size: 24px;
	line-height: 32px;
}

strong {
	font-weight: 700;
} 

header {
	margin-bottom: 0;
	position: relative;
	background: #000;
	padding: 20px;
}

#content {
	padding: 40px;
	background: rgba(255,255,255,1);
	margin-bottom: 0;
}
#content h1 {
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Raleway';
	color: #000;
}

#main-nav { display: block;}

ul#nav { position: relative;}
 
ul#nav li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
ul#nav li a:hover {
	color: #e9d4bf;
}

ul#nav li ul.dd-menu {
	display: none;
}

#slideshow {
	width: 100%;
	height: auto;
	background: #232323;
}

#slideshow img {
	width: 100%;
	height: auto;
	display: block;
}

#content-wrap {
	margin: 0;
}
#features {
	padding: 20px 20px 0 20px;
}
.feature {
	margin:0 20px 20px 0;
	background: #000;
	width: 100%;
	height: auto;
	position: relative;
	cursor: pointer;
	padding:0;
	box-shadow: 0 0 10px rgba(0,0,0, .4);
}
.feature-label {
	position: absolute;
	bottom:0;
	left:0;
	padding:15px 0;
	font-size: 12px;
	width: 100%;
	background: rgba(255,255,255, .7);
	color: #232323;
	text-transform: uppercase;
	z-index: 10;
	font-weight: 700;
	text-align: center;
}
.feature img {
	width: 100%;
	height: auto;
	display: block;
}
.row {
	overflow: auto;
}

footer {
	background: rgba(0,0,0, .5);
	padding: 20px 0;
	color: #fff;
	font-style: italic;
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	
}

#footer {
	width: 90%;
	margin: 0 auto;
}
#footer a {
	color: #e9d4bf;
	text-decoration: none;
}

span.bullet { padding: 0 5px; font-size: 14px; }

h1#logo .fa.fa-bars { display: none; }

#mobile-nav { display: none; position:relative; z-index: 2;}

.portfolio-image { 
	width: calc(50% - 10px); 
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	
}
.portfolio-image:nth-child(odd) {
	margin-right: 0;
}
.portfolio-image img {
	width: 100%;
	display: block;
}

#cboxLoadedContent {background: transparent; }
 
@media only screen and (max-width: 40em) { 

#wrap {
	width: 100%;
	padding:0;
}
.portfolio-image { 
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
	
}


h1#logo {
	display: block;
	background: #000;
	margin-left: 20px;
}
h1#logo img {
		width: 185px;
		height: 30px;
		margin-top: 8px;
	}

h1#logo .fa.fa-bars { 
	display: block;
	color: #fff;
	cursor: pointer;
	float: right;
	font-weight: 400;
	font-size: 24px;
	margin-top: 11px;
	margin-right: 20px;
}

header {
	height:12vw;
	padding: 10px 0;
}

.tagline {
	font-size: 18px;
	line-height: 26px;
}

#main-nav { display: none;}
#mobile-nav {
	display: none;
	padding: 0;
	background: #dcba99;
	background: #2e2a24;
	margin-top:10px;
}

ul#nav {
	padding: 0;
	margin: 0;
}

ul#nav li {
	margin:0;
	padding: 18px 0 15px 20px;
	border-bottom: 1px solid rgba(255,255,255, .2);
}



footer {
	text-align: center;
}

#footer .address { margin-bottom: 15px;}

.feature {
float: left;
		width: calc(50% - 11px);
		margin-right: 20px;
	}
.feature:nth-child(even) {
	margin-right: 0;
}

#footer .social-icons {
	margin-bottom: 20px;
}
#footer .social-icons img[alt=Pinterest] {
	margin:0 10px;
}



}

@media only screen and (min-width: 40.063em) {
#main-nav {
	display: inline-block;
	
	font-family: 'Open Sans';
	font-size: 14px;
}

ul#nav li {
	display: inline-block;
	margin-left:20px;
}


h1#logo {
    display: inline-block;
    position: relative;
	margin-left: 20px;
}

h1#logo img {
		width: 280px;
		height: auto;
	}



.feature {
	float: left;
}

#footer {
	overflow: auto;
}
#footer .copyright, #footer .address, #footer .social-icons {
	width: 33%;
	float: left;
}

#footer .social-icons {
	padding-top: 15px;
	text-align: center;
}
#footer .social-icons img[alt=Pinterest] {
	margin:0 10px;
}

#footer .copyright { text-align: right;}

}

ul#nav li.social-icon-links img[alt=Pinterest] {
	margin:0 5px;
}
@media only screen and (min-width: 40.063em) and (max-width: 55em) { 

	
	
	#main-nav {
		margin-top: 20px;
		display: block;
		text-align: center;
	}
	
	.feature {
		width: calc(33% - 12px);
	}
		.feature:nth-child(3n+0) {
			margin-right: 0;
		}
	h1#logo {
	display: block;
	background: #000;
	margin-left: 20px;
}
h1#logo img {
		width: 200px;
		height: auto;
		margin-top: 5px;
	}

h1#logo .fa.fa-bars { 
	display: block;
	color: #fff;
	cursor: pointer;
	float: right;
	font-weight: 400;
	font-size: 24px;
	margin-top: 10px;
	margin-right: 20px;
}

header {
	padding: 10px 0;
	height: 6vw;
}



#main-nav { display: none;}
#mobile-nav {
	display: none;
	padding: 0;
	background: #dcba99;
	background: #2e2a24; 
	margin-top:10px;
}

ul#nav {
	padding: 0;
	margin: 0;
}

ul#nav li {
	margin:0;
	padding: 18px 0 15px 20px;
	display: block;
	float: none;
	border-bottom: 1px solid rgba(255,255,255, .2);
}




	
}

@media only screen and (min-width: 55em) { 
	
	
	
	#mobile-nav { display: none;}
	
	#main-nav {
	position: absolute;
	right: 80px;
	top: 0;
	height: 90px;
	line-height: 90px;

	}
	
	.feature {
		width: calc(25% - 15px);
	}
	
	.feature:nth-child(4n+4) {
			margin-right: 0;
	}
	
	.feature-label {
		font-size: 13px;
	}
	ul#nav li {
		margin-left:22px;
	}
	header {
	background: rgba(0,0,0,.95);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	height: 90px;
	padding: 0 20px;
	box-shadow: 0 4px 2px -2px rgba(0,0,0, .4);
	
	}
	
	header h1 { margin-top: 20px; }
	#wrap { padding-top: 90px;}
	
	#slideshow {
	width: 100%;

}

#slideshow img { display: none;}

.tagline {
	background: #fff;
	text-align: center;
	padding: 1vw 0;
	font-size: 2vw;
	line-height: 3vw;
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
}

.tagline span {
	display: inline-block;
	width: 70vw;
}

#google-map {
	display: block;
	float: right;
	width: 50%;
	height: 280px;
}

ul#nav li ul.dd-menu {
	display: none;
	position:absolute;
	width: auto;
	z-index: 2;
	height: auto;
	line-height: normal;
	background: #2e2a24;
	margin-left:-15px;
}

ul#nav li.dd-trigger:hover ul.dd-menu {
	display: block;
}

ul#nav li.dd-trigger:hover ul.dd-menu li {
	margin:0;
	padding:10px 30px;
	text-align: center;
}
 ul#nav li.dd-trigger:hover ul.dd-menu li a {
	 text-transform: capitalize;
 }
 
 ul#nav li.social-icon-links {
	 margin-right: 0;
 }
 
 ul#nav li.social-icon-links img {
 	position: relative;
	 top:2px;
 }

}

@media only screen and (min-width: 90.063em) { 
	
	.portfolio-image { 
	width: calc(25% - 20px); 
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	
}
.portfolio-image:nth-child(odd) {
	margin-right: 20px;
}
.portfolio-image img {
	width: 100%;
	display: block;
}
}