body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	text-align: center;
	color: #ededed;
	background-color: #151515;
	margin: -7px 0px 0px 0px;
	padding: 0;
}
h1
{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2
{
	font-size: 17px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h3
{
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
nav, ul, li, a  {margin: 0; padding: 0;}
a, a:visited
{
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
a:hover
{
	color: #ad9855;
	text-decoration: none;
	outline: none;
}
img
{
	border: 0px;
	width: auto;
	max-width: 100%;
	height: auto;
}
video {  
   width:100%; 
   max-width:450px; 
   height:auto; 
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.txt-red
{
	color: #ad9855;
}
.txt-grey
{
	color: #efefef;
}
.txt-white
{
	color: #ffffff;
}
.txt-14
{
	font-size: 14px;
}
.txt-16
{
	font-size: 16px;
}
.txt-18
{
	font-size: 18px;
}
.txt-24
{
	font-size: 24px;
}
.txt-32
{
	font-size: 32px;
}
.txt-align-left
{
	text-align: left;
}
.txt-align-right
{
	text-align: right;
}
.txt-align-center
{
	text-align: center;
}
.margin-right-20
{
	margin-right: 20px;
}
#header
{
	width: 100%;
	height: auto;
	border-bottom: solid 10px #ad9855;
}
.container
{
	width: 100%;
	max-width: 980px;
	padding: 20px;
	box-sizing: border-box;
	height: auto;
	margin: 0 auto;
}
.container ul li
{
	list-style-position: inside;
	margin-left: 10px;
}
.column-1-top
{
	width: 100%;
	max-width: 550px;
	height: auto;
	float: left;
	display: inline;
}
.column-2-top
{
	width: 100%;
	max-width: 350px;
	height: auto;
	margin-top: 20px;
	float: right;
	display: inline;
}
.column-1-2
{
	width: 100%;
	max-width: 450px;
	height: auto;
	margin-right: 40px;
	float: left;
	display: inline;
}
.column-2-2
{
	width: 100%;
	max-width: 450px;
	height: auto;
	float: left;
	display: inline;
}
.column-1-4
{
	width: 100%;
	max-width: 225px;
	height: auto;
	margin-right: 10px;
	float: left;
	display: inline;
}
.column-4-4
{
	width: 100%;
	max-width: 225px;
	height: auto;
	float: left;
	display: inline;
}
#top
{
	width: 100%;
	height: 460px;
	background-image: url('../img/top-bg7.jpg');
    background-repeat: no-repeat;
	background-position: center top;
}
#top1
{
	width: 100%;
	height: 460px;
	background-image: url('../img/top-bg.jpg');
    background-repeat: no-repeat;
	background-position: center top;
}
#top3
{
	width: 100%;
	height: 460px;
	background-image: url('../img/top-bg8.jpg');
    background-repeat: no-repeat;
	background-position: center top;
}
#top7
{
	width: 100%;
	height: 460px;
	background-image: url('../img/top-bg11.jpg');
    background-repeat: no-repeat;
	background-position: center top;
}
.top-caption
{
	width: 100%;
	max-width: 400px;
	height: auto;
	background-color: #ad9855;
	opacity: 0.8;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
.section-title
{
	width: 100%;
	max-width: 200px;
	height: auto;
	padding: 10px;
	background-color: #ad9855;
	opacity: 1;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}
.hr
{
	border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
#footer
{
	width: 100%;
	height: auto;
	font-size: 15px;
	background-color: #151515;
	border-top: solid 10px #ad9855;
	color: #ededed;
}
#footer a, a:visited
{
	color: #ededed;
	text-decoration: none;
	outline: none;
}
#footer a:hover
{
	color: #ad9855;
	text-decoration: none;
	outline: none;
}
.footer-column-1-3
{
	width: 100%;
	max-width: 300px;
	height: auto;
	float: left;
	display: inline;
}
.footer-column-3-3
{
	width: 100%;
	max-width: 300px;
	height: auto;
	float: left;
	display: inline;
}
/* top menu */
.menu-container {
    width: auto;
	background-color: #151515;
	font-size: 16px;
	margin-right: -20px;
	float: right;
}
.toggleMenu {
    display:  none;
    background: #373737;
    padding: 10px 15px;
    color: #ffffff;
}
.nav {
    list-style: none;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 10em;
}
.nav a {
    padding: 10px 10px;
    color:#ffffff;
}
.nav a:hover{
    padding: 10px 10px;
    color:#ad9855;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #151515;
    position: relative;
    z-index:100;
	border-bottom: 1px solid #575757;
	text-align: left;
}
@media screen and (max-width: 720px) {
.menu-container {
    width: auto;
	background-color: #151515;
	float: left;
}
 .active {
        display: block;
    }
    .nav > li {
        float: none;
		border-bottom: 1px solid #575757;
		text-align: left;
    }
    .nav > li > .parent {
		background-image: url('../img/downArrow.png');
    background-repeat: no-repeat;
	background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
}
/* end top menu */
.clear
{
	clear: both;
}