body {
	font-family: 'Open Sans', sans-serif;
	background:#F6F6F6;
}

header {
	height:65px;
	padding:10px 0;
	background:#62C367;
}

section {
	padding-bottom:20px;
}

.container {
	max-width:1024px!important;
}

#logo {
	display:block;
	float:left;
	margin-top:7px;
}

#logo img {
	width:150px;
}

#top-menu {
	float:left;
	margin-left:20px;
}

.menu-link:link, .menu-link:visited {
	text-decoration:none;
	color:#E9E9E9;
	font-size:17px;
	display: block;
	padding:10px;
	border-radius:2px;
	/*font-weight:bold;*/
}

.menu-link:hover {
	color:#0FCF3C;
	background:white;
}

#banner-con {
	background:#242424;
}

#banner {
	height:350px;
	background:#242424;
}

#banner img {
	height:100%;
	cursor:pointer;
}

.tiles {
	display:block;
	width:100%;
	padding-bottom:56.75%;
	background:linear-gradient(#51AFFF,#128CFD);
	border-radius:2px;
	margin:7px 0 15px 0;
	background-size:cover !important;
	position:relative;
	/*overflow:hidden;*/
}

.title {
	position:absolute;
	display:block;
	width:80%;
	bottom:10px;
	left:10%;
	padding:5px 7px;
	background:#55A5E8;
	color:white;
	text-align:center;
	border:1px solid #3282C5;
	border-radius:3px;
}

.featured-item:nth-child(2) .title {
	background:#62C367;
	border:1px solid #29A10D;
}

.featured-item:nth-child(3) .title {
	background:#CD394D;
	border:1px solid #CA1C2C;
}

.featured-item:nth-child(4) .title {
	background:#FC7C27;
	border:1px solid #DA620A;
}

.sub.header {
	margin:10px 0 15px 0;
	font-size:18px;
}

.sh-more {
	font-size:15px;
	position: absolute;
	right:0;
	top:-5px;
	padding:5px 10px;
	background:#5DC03A;
	color:white;
	border-radius:2px;
}

.sh-more:hover {
	background:#26AB07;
}

.sh-more a:link, .sh-more a:visited {
	text-decoration:none;
	color:white;
}

.box {
	padding-bottom:10px;
	position:relative;
}	

footer {
	padding:15px;
	background:#62C367;
}

#footer-meta {
	text-align:center;
	color:white;
}

#content-slider hr:last-child {
	display:none;
}

.content-list {
	padding:0;
	margin:0;
	list-style: none;
}

.content-list li {
	border-bottom:1px solid #EEE;
	padding:7px 0;
}

.content-list li:last-child {
	border-bottom:none;
}

.content-item:link, .content-item:visited {
	display:block;
	padding:10px 0;
	text-decoration:none;
	width:100%;
	height:auto;
	overflow: hidden;
}

.content-img {
	width:250px;
	float:left;
	border-radius:2px;
}

.content-title {
	float:left;
	margin-left:10px;
	font-size:16px;
	color:#555;
}

.content-item:hover .content-title {
	color:#26B909;
}

#content-banner {
	display: block;
	width:100%;
	padding-bottom:56.25%;
	border:10px solid #37393B;
	position:relative;
}

#content-desc {
	/*margin:7px;*/
	padding:10px;
	/*text-align:justify;*/
	font-size:15px;
	color:#555;
	background:#C5E8BC;
	border-radius:2px;
}

#play-btn {
	background:#28DA5A;
	color:white;
	border-radius:2px;
	width:60px;
	text-align:center;
	padding:5px 10px;
	margin-left:10px;
	cursor:pointer;
}

#play-btn:hover {
	background:#13B70B;
}

#load-container {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 101;
	padding:15px;
	background:rgba(0,0,0,.5);
}

#close-btn {
	position:relative;
	top:20px;
	left:15px;
	background:#666666;
	border-radius:2px;
	color:#ECECEC;
	padding:5px 10px;
	cursor:pointer;
}

#load {
	margin-top:15px;
}