@font-face {
    font-family: 'liberation_sansbold';
    src: url('fonts/liberationsans-bold-webfont.eot');
    src: url('fonts/liberationsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/liberationsans-bold-webfont.woff2') format('woff2'),
         url('fonts/liberationsans-bold-webfont.woff') format('woff'),
         url('fonts/liberationsans-bold-webfont.ttf') format('truetype'),
         url('fonts/liberationsans-bold-webfont.svg#liberation_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'liberation_sansregular';
    src: url('fonts/liberationsans-regular-webfont.eot');
    src: url('fonts/liberationsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/liberationsans-regular-webfont.woff2') format('woff2'),
         url('fonts/liberationsans-regular-webfont.woff') format('woff'),
         url('fonts/liberationsans-regular-webfont.ttf') format('truetype'),
         url('fonts/liberationsans-regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	color: #282525;
}
.clear {
	clear: both;
}
.trans, a {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

#top {
	background: #0A0B0D;
	height: 124px;
}
#top-inner {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#top-inner img {
	position: absolute;
	left: 0px;
	top: 9px;
}

#top-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
}
#top-right-w {
	height: 86px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 4px;
}
#banner {
	height: 403px;
	border-bottom: 30px solid #EEEDED;
	position: relative;
	text-align: center;
	/*background-size:cover;*/
}
#banner-inner {
	width: 954px;
	margin-left: -477px;
	height: 433px;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 9999999;
}
#banner-inner h3 {
	padding: 30px 20px;
	background: url(../images/bg/banner.png) repeat;
	font: 400 24px liberation_sansregular;
	position: absolute;
	bottom: 73px;
	text-align: left;
}


#top-right-w a {
	background: #A7A54C;
	display: inline-block;
	height: 18px;
	width: 71px;
	border-left: 2px solid #282525;
	color: #282525;
	text-decoration: none;
	text-align: center;
	float: left;
	padding-top: 48px;
	font: 12px liberation_sansregular;
}
#top-right-w a:hover, .mrk {
	background: #D9D7D8 !important;
	margin-top: -10px;
}

#top-right  h6 {
	color: #FFFFFF;
	font: italic normal 12px "Times New Roman";
}
#container-w {
	background: #F9FAFB;
}

#container {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
#cta-w {
	padding-top: 16px;
}
#content {
	padding-top: 29px;
	position: relative;
	font: 14px/20px liberation_sansregular;
	height: 240px;
	overflow: hidden;
	padding-bottom: 40px;
}
#content p {
	margin-bottom: 25px;
}
#content h1 {
	font: 300 26px/20px 'Oswald', sans-serif;
	margin-bottom: 22px;
	color: #A7A54C;
}
#content ul {
	margin-left: 35px;
	margin-top: 15px;
	margin-bottom: 15px;
}



.cta {
	width: 225px;
	float: left;
	margin-right: 18px;
	background: url(../images/bg/cta.png) no-repeat center bottom;
	padding-bottom: 9px;
}
.cta-h {
	text-align: center;
	height: 51px;
	background: #A7A54C;
}
.cta-h h3 a {
	color: #FFFFFF;
	font: 300 23px/51px 'Oswald', sans-serif;
	text-decoration:none;
}
.cta-h h3 a:hover {
	color: #282525;
}

.cta-c {
	border-right: 7px solid #EEEDED;
	border-bottom: 7px solid #EEEDED;
	border-left: 7px solid #EEEDED;
	padding: 10px 10px 20px;
	text-align: center;
	font: italic 12px/18px Georgia;
}
.cta-c a {
	color: #000000;
	text-decoration: none;
	display: block;
	margin-top: 5px;
}
.cta-c a:hover {
	color: #A7A54C;
}

#cta-w .cta:first-child + div + div + div{
	margin-right:0px;
}
#footer-inner {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	height: 63px;
	position: relative;
}
#footer-inner  span {
	font-style: italic;
	font-size: 11px;
	position: absolute;
	left: 0px;
	top: 30px;
}
#footer-inner a {
	text-decoration: none;
	color: #282525;
	padding-right: 12px;
	padding-left: 12px;
}
#footer-inner a:hover {
	color: #A7A54C;
}



#footer-inner img {
	top: 10px;
	right: 0px;
	position: absolute;
}
.btn-more {
	background: #A7A54C;
	border-style: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 11px;
	position: absolute;
	right: 16px;
	bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}
	
.btn-more:hover {
	background: #282525;
}
.t-green {
	font-weight: 700;
	color: #A7A54C;
}
.t-grey {
	font-weight: 400;
	color: #7E7E7E;
	font-style: italic;
}
#content a {
	color: #A7A54C;
	text-decoration: none;
}
#content a:hover {
	color: #282525;
}
.cta-mrk {
	background: #E0DDBD;
}
.cta-mrk a {
	color: #A7A54C !important;
}
.show {
	display: block;
}
.hide {
	display: none;
}
