.clearfix:after,
.holder:after,
#nav:after,
#main:after,
#footer:after {
	content: " ";
	display: block;
	clear: both;
}

.full-width {
	padding-left: 9999px;
	padding-right: 9999px;
	margin-left: -9999px;
	margin-right: -9999px;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #fff;
	background: #020000;
	font: 14px/18px "gotham_thinregular", "Arial", "Helvetica", sans-serif;
	min-width: 1194px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	height: auto;
}

a {
	text-decoration: none;
	color: #03978e;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

a:hover {
	color: #fff;
}

input,
textarea,
select {
	font: 100% "gotham_thinregular", "Arial", "Helvetica", sans-serif;
	color: #020000;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #03978e;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #000101;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "gotham_thinregular", "Arial", "Helvetica", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: "gotham_condensedmedium";
	src: url("../fonts/Gotham Condensed Medium-webfont.eot");
	src: url("../fonts/Gotham Condensed Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham Condensed Medium-webfont.woff2") format("woff2"), url("../fonts/Gotham Condensed Medium-webfont.woff") format("woff"), url("../fonts/Gotham Condensed Medium-webfont.ttf") format("truetype"), url("../fonts/Gotham Condensed Medium-webfont.svg#gotham_condensedmedium") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "gotham_mediumregular";
	src: url("../fonts/Gotham Medium-webfont.eot");
	src: url("../fonts/Gotham Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham Medium-webfont.woff2") format("woff2"), url("../fonts/Gotham Medium-webfont.woff") format("woff"), url("../fonts/Gotham Medium-webfont.ttf") format("truetype"), url("../fonts/Gotham Medium-webfont.svg#gotham_mediumregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "gotham_thinregular";
	src: url("../fonts/Gotham Thin-webfont.eot");
	src: url("../fonts/Gotham Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham Thin-webfont.woff2") format("woff2"), url("../fonts/Gotham Thin-webfont.woff") format("woff"), url("../fonts/Gotham Thin-webfont.ttf") format("truetype"), url("../fonts/Gotham Thin-webfont.svg#gotham_thinregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "gotham_ultraregular";
	src: url("../fonts/Gotham Ultra-webfont.eot");
	src: url("../fonts/Gotham Ultra-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham Ultra-webfont.woff2") format("woff2"), url("../fonts/Gotham Ultra-webfont.woff") format("woff"), url("../fonts/Gotham Ultra-webfont.ttf") format("truetype"), url("../fonts/Gotham Ultra-webfont.svg#gotham_ultraregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.holder {
	width: 1194px;
	margin: 0 auto;
	padding: 0 15px;
}

#header {
	background: #03978e;
	padding: 4px 0;
	position: relative;
	z-index: 4;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, .75);
}

#header .holder {
	width: 860px;
}

#nav {
	font: 18px/22px "gotham_mediumregular", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
}

#nav li.active a:before {
	opacity: 1;
	visibility: visible;
}

#nav span {
	display: block;
}

#nav a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
}

#nav a:before {
	position: absolute;
	content: "";
	background: #3c2112;
	top: -9px;
	bottom: -11px;
	left: -8px;
	right: -8px;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	visibility: hidden;
}

#nav a:hover:before {
	opacity: 1;
	visibility: visible;
}

.banner {
	height: 443px;
	position: relative;
	border-bottom: 24px solid #03978e;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, .75);
	z-index: 3;
}

.banner:before {
	position: absolute;
	content: "";
	background: url(../images/bg-banner.png) repeat-x 50% 0;
	top: 0;
	left: -133px;
	right: 0;
	height: 143px;
	z-index: 1;
	pointer-events: none;
}

.banner .bg-stretch {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .holder {
	position: absolute;
	width: 1121px;
	top: 0;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.banner .facebook-holder {
	position: absolute;
	bottom: -4px;
	right: 6px;
}

.banner .facebook-holder a:hover {
	opacity: .8;
}

.logo {
	position: absolute;
	top: 34px;
	left: 4px;
	width: 577px;
	height: 284px;
	z-index: 999;
	margin: 0;
}

#main {
	width: 1194px;
	margin: 0 auto;
	padding: 0 15px;
}

#content {
	float: right;
	width: 757px;
	padding: 39px 65px 0 0;
	position: relative;
	z-index: 2;
}

#content:before {
	position: absolute;
	content: "";
	top: 0;
	left: -49px;
	background: url(../images/bg-main.png) no-repeat;
	width: 805px;
	height: 823px;
	z-index: -1;
}

#content .title {
	line-height: 32px;
	font-size: 30px;
	font-family: "gotham_condensedmedium", "Arial", "Helvetica", sans-serif;
	color: #03978e;
	text-transform: uppercase;
}

#content p {
	margin: 0 0 18px;
	line-height: normal;
	font-size: 18px;
}

#sidebar {
	background: #987b49 url(../images/bg-sidebar.jpg) no-repeat;
	float: left;
	width: 358px;
	padding: 25px 17px;
	box-shadow: 0 0 20px 20px rgba(0, 0, 0, .75);
	min-height: 752px;
	position: relative;
	z-index: 2;
	color: #020000;
}

#sidebar .text-holder {
	display: block;
	font-weight: bold;
}

#sidebar a {
	font-family: "gotham_mediumregular", "Arial", "Helvetica", sans-serif;
	color: #6a4014;
}

#sidebar a:hover {
	color: #fff;
}

#sidebar h2 {
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 13px;
	color: #cfc7c1;
}

#footer {
	width: 1130px;
	margin: 0 auto;
	padding: 10px 15px;
	position: relative;
	z-index: 3;
	text-align: right;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
}

#footer:before {
	position: absolute;
	content: "";
	left: 13px;
	right: 13px;
	top: 0;
	background: #f6f5ea;
	height: 4px;
}

.link-list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 900px;
	font-family: "gotham_mediumregular", "Arial", "Helvetica", sans-serif;
}

.link-list li {
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-left: 12px;
	padding-bottom: 0;
	margin: 0 0 0 10px;
	position: relative;
	text-align: left;
}

.link-list li:before {
	position: absolute;
	content: "";
	left: 0;
	width: 2px;
	top: 2px;
	bottom: 2px;
	background: #fdfcfc;
}

.link-list li:first-child {
	padding-left: 0;
	margin-left: 0;
	font-family: "gotham_ultraregular", "Arial", "Helvetica", sans-serif;
}

.link-list li:first-child:before {
	display: none;
}

.link-list li:first-child a {
	color: #03978e;
}

.link-list li:first-child a:hover {
	color: #fff;
}

.link-list a {
	color: #fff;
}

.link-list a:hover {
	color: #03978e;
}
#content2 {
	width: 1500px;
	padding-top: 39px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
}

.border {
	border: 3px solid #02978E;
}

.white-text {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 22px;
}
