@charset "UTF-8";

/*---------- RESET ----------*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a:link,a:visited{
	text-decoration: none;
	color: inherit;
}

a:hover{
	text-decoration: underline;
}

ul, ol{
	list-style: none;
}

html{
	width: 100%;
	height: 100%;
}

body{
	background: url(../images/bg.png) center top no-repeat;
	font-family: 'PTSans-Regular', sans-serif;
	font-size: 14px;
}

/* --------------- clearfix ------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* END clearfix */

/* ---------- FONT FACE ---------- */

@font-face {
	font-family: 'PTSans-Regular';
	src: url('../fonts/pts55f_0.eot');
	src: url('../fonts/pts55f_0.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/pts55f_0.woff') format('woff'),
			 url('../fonts/pts55f_0.ttf') format('truetype'),
			 url('../fonts/pts55f_0.svg#pts55f_0') format('svg');
	font-weight: normal;
	font-style: normal;
}
		

/* END font face */

#container{
	width: 1140px;
	margin: 0 auto;
	z-index: 102;
}

/* ---------- HEADER ---------- */

#header{
	min-height: 57px;
	margin-bottom: 22px;
	border-right: 1px solid #d6d6d6;
	background: #fff;
	z-index: 101;
}

.logo{
	float: left;
	margin-right: 12px;
	width: 186px;
	margin-left: 8px;
	margin-top: 6px;
}

.logo img{
	width: 186px;
}

.navMenu{
	float: left;
	margin-top: 7px;
	z-index: 100;
}

.navMenu li{
	float: left;
	position: relative;
	background: #b2391c;
	color: #fff;
}

.navMenu li:hover{
	background: #fafafa;
	color: #1c1c1c;
}

.navMenu li a{
	display: block;
	font-size: 15px;
	padding: 12px 33px;
}

.navMenu li a:hover{
	color: #1c1c1c;
	text-decoration: none;
}

.navMenu li > ul, .navMenu li div{
	position: absolute;
	background: #fafafa;
	padding-left: 21px;
	min-width: 130px;
	padding-top: 15px;
	display: none;
	z-index: 99;
}

.navMenu li div.col2sub{
	width: 270px;
	display: none;
}

.navMenu li ul li, .navMenu li div ul li{
	float: none;
	margin-bottom: 14px;
}

.navMenu li ul li a, .navMenu li div ul li a{
	background: #fafafa;
	color: #164d7f;
	padding: 0;
	font-size: 13px;
	display: block;
}

.navMenu li div li ul{
	position: relative;
	padding-left: 0;
	padding-top: 0;
}

.navMenu li div ul.subMenuLeft{
	float: left;
	margin-right: 5px;
	width: 130px;	
}

.navMenu li div ul.subMenuRight{
	float: left;
	width: 130px;
}

.navMenu li:hover ul, .navMenu li:hover div{
	display: block;
}

/* END header */

/* ---------- CONTENT ---------- */

.box{
	background: #f3f3f3;
	border: 1px solid #dfdfdf;
	padding: 6px;
	float: left;
	width: 206px;
	margin-right: 9px;
	margin-bottom: 8px;
}

.box:hover{
	background: #164d7f;
	border: 1px solid #164d7f;
	transition: all 0.7s;
	-moz-transition: all 0.7s; /* Firefox 4 */
	-webkit-transition: all 0.7s; /* Safari and Chrome */
	-o-transition: all 0.7s; /* Opera */
}

.box a{
	text-decoration: none;
}

span.imgArea, span.infoBox{
	display: block;
}

.col1{
	float: left;
	width: 680px;
	margin-right: 9px;
	margin-bottom: 40px;
}

.col1 .box .imgArea{
	height: 263px;
}

.col1 .boxBig .imgArea{
	height: 431px;
}

.col1 .box .infoBox{
	height: 131px;
	padding: 10px 4px;
}

.col1 .boxBig .infoBox{
	padding: 8px 15px 0;
	height: 87px; 
}

.col2{
	width: 222px;
	float: left;
	margin-bottom: 40px;
}

.col2  .infoBox, .col3 .infoBox{
	height: 126px;
	padding: 5px 4px 10px;
}

.col2 .box .imgArea, .col2 .box .imgArea img, .col3 .box .imgArea, .col3 .box .imgArea img{
	height: 258px;
}

.col3{
	float: right;
	width: 222px;
	margin-bottom: 40px;
}

.boxes  .boxNoMargin, .boxNoMargin{
	margin-right: 0;
}

.imgArea{
	position: relative;
}

.imgArea span.headingBig{
	position: absolute;
	bottom: 45px;
	left: 0;
	background: url(../images/heading_big_bg.png) repeat;
	padding: 14px 0;
	font-size: 30px;
	color: #f6f6f6;
	width: 100%;
	text-align: center;
	display: block;
}

.imgArea span.headingBig span{
	font-size: 34px;
	font-style: italic;
	margin-right: 5px;
}

.imgArea span.heading{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/heading_bg.png) repeat;
	padding: 12px 8px;
	font-size: 17px;
	color: #fff;
	width: 100%;
	display: block;
}

.box:hover .imgArea span.heading{
	background: url(../images/heading_bg_hover.png) repeat;
	transition: all 0.7s;
	-moz-transition: all 0.7s; /* Firefox 4 */
	-webkit-transition: all 0.7s; /* Safari and Chrome */
	-o-transition: all 0.7s; /* Opera */
}

.box .imgArea{
	overflow: hidden;
	height: 121px;
}

.boxBig {
	width: 664px;
}

 .boxBig img{
	width: 664px;
	height: 431px;
 }

.infoBox{
	background: #fff;
	height: 71px;
	padding: 4px 8px 0;
}

.boxBig .infoBox span.heading1{
	font-size: 30px;
	color: #212121;
	display: block;
	margin-bottom: 15px;
}

.infoBox span{
	color: #696969;
	line-height: 17px;
	font-size: 12px;
}

.boxBig .infoBox span{
	font-size: 14px;
	line-height: 19px;
}

.ads{
	margin: 40px auto;
	width: 468px;
	height: 60px;
}

.fix{
	height:1px;
	margin-bottom: 60px;
	clear: both;
}

/* ---------- FOOTER ---------- */

#footerBg{
	background: #164d7f;
	min-height: 108px;
}

#footer{
	width: 1140px;
	margin: 0 auto;
}

.footer1, .footer2, .footer3{
	float: left;
}

.footer1{
	margin-top: 30px;
	margin-left: 3px;
	margin-right: 28px;
}

.footer2{
	margin-top: 30px;
}

.footer2 ul li{
	float: left;
	font-size: 12px;
	padding: 0 12px;
	border-right: 1px solid #fff;
}

.footer2 ul li:last-child{
	border-right: 0;
}

.footer2 ul li a{
	color: #fff;
}

.footer2 p{
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

.footer2 p span{
	margin-left: 25px;
}

.footer3{
	width: 239px;
	margin-left: 60px;
	margin-top: 20px;
}

.searchBtn{
	background: url(../images/search_btn.gif) no-repeat;
	width: 73px;
	height: 24px;
	border: 0;
	font-size: 12px;
	color: #fff;
	font-family: 'PTSans-Regular';
	text-transform: uppercase;
	text-indent: 15px;
	cursor: pointer;
}

.footer4{
	float: right;
	width: 125px;
	margin-top: 19px;
}

.footer4 span{
	display: inline-block;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Responsive Changes (2015) */

.slicknav_menu, #mobile-menu {
    display: none;
}

/* Landscape tablet */
@media (max-width: 1000px) {
	#container {
		overflow: hidden;
		width: 100%;
	}
	.navMenu {
		background-color: #b2391c;
		width: 100%;
	}
	.level2 {
		display: none !important;
		visibility: hidden;
	}
	.col1 {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.col2, .col3 {
		width: 100%;
		float: none;
	}
	.col1 .box:nth-of-type(2) {
		clear: both;
	}
	.footer3 {
		margin-left: 0;
	}
	 .navMenu {
        display: none !important;
    }
    .slicknav_menu {
        display: block;
        margin-top: -2rem;
    }
}

/*  Tablet */
@media (max-width: 750px) {
	.col1 .box:nth-of-type(3n+5) {
		clear: both;
	}
	.logo, .navMenu {
		float: none;
	}
	.navMenu li {
		float: none;
		width: 100%;
	}
}
/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {
	.boxBig {
		width: 95%;
	}
	.col1 .box:nth-of-type(4n) {
		clear: both;
	}
	.col1 .boxBig .imgArea {
		height: 250px;
	}
	.col1 .boxBig .infoBox, .col1 .box .infoBox {
		height: 100%;
	}
	.ads, #footer, .footer2, .footer3 {
		width: 100%;
	}
	.footer1, .footer3 {
		margin-left: 15px;
	}
	.footer2 ul {
		text-align: center;
	}
	.footer2 ul li {
		float: none;
		display: inline-block;
	}
}

@media (max-width: 400px) {
	.col1 .boxBig .imgArea {
		height: 200px;
	}
	.col1 .boxBig .infoBox, .col1 .box .infoBox {
		height: 100%;
	}
	.box {
		width: 95%;
	}
	.imgArea span.heading {
		text-align: center;
	}
}
