* {
    /* don't use '0px' or any other unit, if you set the value to zero */
    padding: 0;
    margin: 0;
    border: 0;
}

body {
	color:#333;
	background: #ffffff;
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
	border-bottom: 15px solid #fff;
}
.wrapper{
	width: 100%;
    max-width: 902px;
    padding: 0 2%;
    margin: 0 auto;
}

header {
	height: 320px;
	width:100%;
	
}

header .header-top {
	width: 100%;
    max-width: 1692px;
	margin: 0 auto;
	background-image: url("bg-header.jpg");
	background-size:cover;
	overflow: hidden;
}

header .header-top img {
	margin: 40px 0 0 0;
}

header .header-mid {
	background: #411911;
    width: 100%;
    max-width: 1692px;
    margin: 0 auto;
    height: 30px;
    color: #D9B689;
    padding: 22px 0;
    font-size: 18px;
	font-weight: 200;
}

header .header-mid a {
	color: #D9B689;
}

header .header-mid img {
	display: inline-block;
    float: left;
	width: 30px;
}

header .header-mid p {
	float: left;
}

header .header-mid strong {
	font-weight: 400;
}

header .header-bottom {
	background: #8b0000;
	width: 100%;
    max-width: 1692px;
	margin: 0 auto;
	height: 36px;
    padding: 14px 0;
}

header img.logo {
	max-width: 455px;
	float:left;
	margin: 20px 40px 20px 17%;
}

h1 {
	font-size: 36px;
    color: #8b0000;
}

header h3 {
	font-size: 35px;
    color: #fff;
}

header span.textSpace {
	margin-right: 30px;
}

.mainNav {
	width: 100%;
	overflow: hidden;
	
}

.mainNav ul {
	list-style-type: none;
	width:100%;
	margin: 0 auto;
}

.mainNav ul li {
	display: inline-block;
	float: left;
}

.mainNav ul li a {
	color: #F9E2A6;
    display: block;
    padding: 0 55px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
	transition: color 0.4s ease 0s;
}

.mainNav ul li a:hover {
	opacity: .8;
}

.main-section {
	padding: 80px 0;
}

footer{
	height:420px;
	background-image: url("bg-footer.jpg");
	background-size:cover;
	overflow: hidden;
	width: 100%;
    max-width: 1692px;
	margin: 0 auto;
	font-weight: 200;
	
}

footer .footerLeft {
	width: 25%;
	float:left;
}

footer .footerRight {
	width: 50%;
	float: right;
	text-align: right;
}

footer .footerRight p {
	font-size: 13px;
	font-weight: 300;
	clear: both;
}

footer p.copyright {
	color: #F9E2A6;
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-top: 40px;
}

footer .copyText {
	font-size: 10px;
}

footer .copyright a{
	color: #F9E2A6;
}

footer img {
	max-width: 600px;
	display: block;
	float: left;
	margin-bottom: 40px;
	margin-top: 20px;
}

footer a {
	color: #D9B689;
	font-weight: 200;
	text-decoration: underline;
}

footer .footerInfo {
	clear:both;
	color: #D9B689;
	font-size: 19px;
	float: left;
}

footer .footerSocial {
	float: right;
	margin-top: -25px;
	color: #F9E2A6;
}

footer span.footerTextSpace {
	margin: 0 10px;
}

footer ul.footerMenu {
	list-style-type: none;
	clear: both;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-top: 40px;
	float: left;
}

footer ul li {
	float: left;
	padding: 0 15px 0 0;
}

footer ul li a {
	text-decoration: none;
	color: #F9E2A6;
	font-size: 15px;
}

footer .clearLine {
	width:100%;
	clear: both;
	border-top: 1px solid #F9E2A6;
}

footer .wrapper {
	max-width: 750px;
}

.fx {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}