/* TOP */
.front_container_top {
	background:#e1e1e4;
    overflow:hidden;
    text-align:center;
    padding-bottom:0;
}

.front_category_seperator {
	float:left;
	width:49%;
}

.spacer {
	margin-right:2%;
}

.front_category {
	width:48%;
	min-width:138px;
	max-width:216px;
	float:left;
	background: none repeat scroll 0 0 #FFFFFF;
    height: 320px;
    margin-bottom:40px;
    margin-right:4%;
}

.front_category:last-child {
	margin-right:0;	
}

.front_last {
	margin-right:0;
}

.cat_margin {
	margin-right:6%;	
}

.front_category img {
	border:0;
	padding:0;
	margin:0;
	width:220px;
	height:203px;
}

.front_category p {
	margin:0;
}

.flat {
	width:0 !important;
	min-width:0 !important;
}

.front_category img {
	max-width:100%;	
}

.front_category_info {
	text-align:center;
	padding:10px 0;
	color:#2D5C88;
	font-weight:bold;
}

.front_category_info h2 {
	color:#333333;
}

.front_category_info img {
	width:29px;
	height:29px;
}

.front_category_info h2, .front_category_info p {
	margin:0;
}


/* BOTTOM */
.front_container_bottom {
	background:#eeeef1;
	padding:10px 5% 20px;
}

.front_banner {
    width:100%;
}

.front_banner img {
    max-width:100%;
}

.front_holder {
	margin:30px 0 0 0;
	overflow:hidden;
}

.front_video {
	float:left;
	margin:0 4% 10px 0;
	width:50%;
	min-width:290px;
}

.front_video iframe {
	max-width:100%;
	height:260px;
}

.front_news_container {
	min-width:100px;
	max-width:46%;
	float:left;
}

.front_news_container h3 {
	margin-top:-5px;	
}

.front_news h1, .front_news h3 {
	margin:0;	
}

.front_news h3 {
	line-height:15px;
	font-weight:normal;
}

.front_news {
	overflow:hidden;
	margin-top:20px
}

.front_post {
	float:left;
	width:48%;
}

.front_post_date {
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#777777;
}

.front_post:first-child {
	margin-right:10px;	
}

.front_post h3 {
	margin:10px 0;
	font-weight:bold;
	font-size:14px;
}

.front_post a {
	font-weight:bold;
}

.front_post a:hover {
	text-decoration:none;
	border-bottom:1px dotted #2D5C88;
}

.front_arrow {
	font-size:9px;	
}

@media screen and (max-width: 767px) {
	
	.front_news_container h3 {
		margin:10px 0 0;
	}
	
	.front_news_container h1 {
		margin-top:5px;
	}
	
	.front_post, .front_news, .front_video, .front_news_container {
		float:none;
		width:100%;
		max-width:100%;
	}
	
	.front_category_seperator {
		width:100%;
	}
	
	.spacer {
		margin-right:0;
	}

	
	.front_left, .front_right {
		width:40%;
	}
	
	.front_left {
		margin-left:5%;
	}
	
	.front_right, .front_category:last-child {
		margin-right:5%;
		float:right;
	}
	
	.front_post {
		margin-bottom:20px;	
	}

	div#banner h2 {
		line-height:33px;
	}
	
}
