html {
	font-family: 'Merriweather', Helvetica, Arial, sans-serif;
	color: #787878;
	height: 100%;
	overflow-x: hidden;

}

body {
	height: 100%;
}



a {
	color: #DBBE79;
	margin: 20px 0px 20px 0px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -1px;
	text-decoration: none;
}

h1 {
	font-size: 26px;
	color: #BDA179;
	margin-bottom: 10px;
}

h2 {
	font-size: 34px;
	color: #202424;
	margin-bottom: 30px;
}

h3 {
		font-weight: 100;
	font-size: 24px;
	color: #DBBE79;
	margin-bottom: -20px;

}

h4 {
	font-size: 18px;
	color: #DBBE79;
	font-weight: bold;
}
p {
	color: #202424;
	margin: 20px 0px 20px 0px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -1px;

}

p em {
	font-style: italic;
}

p.quote {
	color: #868686;
	font-style: italic;
	font-size: 26px;
	font-family: Times;
	line-height: 30px;
}

p.header {
	width: 100%;
	background-color: #000000;
	color: #DBBE79;
	padding: 5px 10px;
}

.bold {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

ul {
	margin: 20px 0px 20px 0px;
}

li {
	color: #202424;
	margin: 20px 0px 20px 0px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -1px;
	list-style: inside;

}

.pl_a {
	margin: 0px 10px;
}

.pl_a.no-pad p {
	margin: 0px;
	padding: 5px 10px;
}

.pl_b {
	width: 67%;
	margin: 10px 0px;
	float: left;
}

.pl_c {
	width: 44%;
	margin: 10px 10px;
	float: left;
}

.pl_c img {
	float: right;
	margin-top: 20px;
	max-width: 100%;
}

.pl_d {
	width: 27%;
	margin: 10px 0px;
	float: left;
}

.pl_e {
	width: 22%;
	margin: 10px 0px;
	float: left;
	text-align: center;
}

.clear-fix {
	clear: both;
}

.styledButton {
	padding: 5px 15px;
	background-color: #000000;
	color: #DBBE79;
}

.ribbon {

 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */

 width: 50%;
 position: relative;
 background: #312C31;

 text-align: center;
 padding: 20px 0px;
 margin: -30px auto 50px;
 z-index: 1;
-webkit-box-shadow: 0px 2px 4px #888;
	-moz-box-shadow: 0px 2px 4px #888;
	box-shadow: 0px 2px 4px #888;
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 1.5em solid #312C31;
 z-index: -1;

}
.ribbon:before {
 left: -3em;
 border-right-width: 2.5em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -3em;
 border-left-width: 2.5em;
 border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #181618 transparent transparent transparent;

 bottom: -1em;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}

.ribbon-content {
	font-family: 'Merriweather', Helvetica, Arial, sans-serif;
}

label {
	color: #000000;
	padding: 5px;
	text-align: left;
	display: inline-block;
}

input[type="text"] {
	padding: 5px;
	background-color: #312C31;
	border: none;
	width: 100%;
	-webkit-appearance:none;
	color: #DBBE79;
}

input[type="submit"] {
	padding: 5px 15px;
	background-color: #312C31;
	border: none;
	margin: 0 auto;
	cursor: pointer;
	font-size: 18px;
	-webkit-appearance:none;
	color: #DBBE79;
}

textarea {
	background-color: #312C31;
	color: #DBBE79;
	margin: 0px 0px 10px 0px;
	max-width: 100%;
}

input[type="radio"] {
	float: left;
	margin-top: 10px;
	}

.triangle-top {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 25px 20px 25px;
	border-color: transparent transparent #ffffff transparent;
	margin: 0 auto;
	display: none;
}

#home {
	background-image: url(../../images/structural/home-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin-bottom: 50px;
}

.home-wrapper {
	border-top: 5px solid #DBBE79;
}

#home-container {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

.button {
	margin: 10px 50px;
}

.header-wrapper {
	background: url(../../images/structural/header-bg.png);
	background-repeat: repeat-x;
	width: 100%;
	z-index: 2;
	position: relative;
}

.header-container {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;

}

.image-rotator-wrapper {
	margin-top: -80px;
	z-index: 1;
	position: relative;
	max-height: 400px;
	overflow: hidden;
}

.image-rotator-wrapper img {
	width: 100%;
}


.logo-container {
	padding: 20px 20px 20px 20px;
	max-width: 200px;
	margin: 0 auto;
}
.logo-container img {
	max-width: 100%;
	z-index: 2;
}

ul#navigation {
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 980px;
}

ul#navigation li {
	display: inline-block;
	color: #202424;
	list-style: none;
	margin: 0px 0px 0px 0px;
	position: relative;
	padding-bottom: 20px;
}

ul#navigation li a {
	color: #BDA179;
	font-family: 'Oswald', sans-serif;
	margin: 0px 15px;
	font-size: 18px;
}


ul#navigation li a.spacer-left {
	margin-left: 100px;
}

ul#navigation li a:hover, ul#navigation li a.active {
	color: #DBBE79;
}

ul#navigation li ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	width: auto;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px 0px;
}

ul#navigation li:hover ul {

display: block;
	
}

ul#navigation li ul li {
	padding: 5px 0px 5px 0px;
	width: 100%;
}

ul#navigation li ul li:hover {
	background-color: #312C31;
	color: #FFFFFF;
}

ul#navigation li:hover .triangle-top {
	display: block;
}

ul#navigation li ul li a {
	font-size: 14px;
	width: 100%;
	display: block;
	margin: 0px;
}

.content-wrapper {
	width: 100%;
}

.content-container {
	width: 100%;
	max-width: 980px;
	margin:  0 auto;
}


.footer-wrapper {
	width: 100%;
	background-color: #000000;
	font-family: 'Open Sans', Helvetica, sans-serif;
}

.promotions-wrapper {
	background: url(../../images/structural/grey-gradient-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: bottom;
}

.promotions-container {
	margin: 0 auto;
	max-width: 980px;
	font-family: 'Merriweather', Helvetica, Arial, sans-serif;
	padding-bottom: 10px;
}

.promo-logo img {
	margin-top: -30px;
}

.promo {
	background: url(../../images/structural/pdf-icon.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 50px;
}

.brands-container {
	background-color: #FFFFFF;
	text-align: center;
}

.brands-container ul {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px;
}

.brands-container ul li {
	display: inline-block;
	margin: 0px 5px;
}

.brands-container ul li img {
	max-height: 45px;
}

.footer-image {
	max-height: 400px;
	overflow: hidden;
}

.footer-image img {
	width: 100%;
}

.main-footer-wrapper {
	background-color: #262626;
}
.main-footer-container {
	margin: -80px 0px 20px;
}
.sub-footer-container, .main-footer-container {
	text-align: center;
	padding: 10px 0px;

}

.main-footer-container p, .main-footer-container a {
	color: #FFFFFF;
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
}

.main-footer-container p span {
	color: #AAAAAA;
}
.main-footer-container p span.larger {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.sub-footer-container p {
	color: #AAAAAA;
	margin: 0px 0px;
	font-size: 12px;
	line-height: 16px;
}

.sub-footer-container a {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
}


.contact-container {
	display: inline-block;
	width: 30%;
	margin: 10px;
	vertical-align: top;
}
.contact-container p {
	margin: 0px;
}
.contact-container .name {
	font-weight: bold;
	font-size: 18px;

}

.contact-container .name.styled {
	font-weight: 100;
	font-size: 24px;
	color: #DBBE79;
	
}
.contact-container .telephone, .contact-container .email {
	font-weight: bold;
}
.contact-container .info {
	font-size: 14px;
}


.mobile-menu-button {
		display: none;	
		color: #DBBE79;
		position: fixed;
		top: 20px;
		left: -5px;
		font-size: 25px;
		margin: 0px 0px 25px 0px;	
		z-index: 1;		
		width: auto;
}

.mobile-menu-button a {		
		color: #DBBE79;
		text-decoration: none;
		background-color: #444444;
		padding: 10px 10px 10px 15px;
		border-radius: 0px 5px 5px 0px;
		box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
}

.promo h3 {

		font-weight: 100;
	font-size: 24px;
	color: #DBBE79;
	margin-bottom: 0px;

}


@media only screen and (max-width: 985px) {
	ul#navigation li a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 840px) {
	ul#navigation li a {
		margin: 0px 5px;
	}

	ul#navigation li ul li a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 680px) {
	ul#navigation li a {
		font-size: 12px;
	}
	ul#navigation li ul li a {
		font-size: 10px;
	}

	h1 {
		font-size: 20px;
	}

	.contact-container {
		width: 45%;
	}
}

@media only screen and (max-width: 600px) {
	/*mobile navigation code*/
	.mobile-menu-button {
		display: block;
	}


	ul#navigation {
		text-align: left !important;
		float: none;
		width: 220px !important;
		background-color: #444444;
		position: fixed;
		padding-bottom: 20px;
		padding-top: 20px;
		left: -220px;
		z-index: 9999;
		margin-top: 0px;
		max-height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	ul#navigation li {
		display: block !important;
		text-align: center;
	}

	ul#navigation li a {
		width: 100%;
		font-size: 16px !important;
	}

	ul#navigation li a.spacer-left {
		margin-left: 0px;
	}

	ul#navigation li ul {
		display: block !important;
		text-align: center;
		background-color: #FFFFFF;
		position: relative;
		top: 0px;
		margin-bottom: 0px;
	}

	ul#navigation li:hover .triangle-top {
		display: none;
	}

	.pl_c {
		width: auto;
		float: none;
		padding-top: 20px;
	}

	.image-rotator-wrapper {
		display: none;
	}
}

@media only screen and (max-width: 560px) {
	ul.carousel .next, ul.carousel .prev {
		display: none;
	}

}

@media only screen and (max-width: 440px) {
	.contact-container {
		width: 100%;
		margin: 10px 0px;
	}
}


