/*========================
  Layout
  ========================*/
html,body {
	min-height: 100%;
	height: 100%;

}


.wrapper {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/*
 * @subsection header
 */
.header {
	position: relative;
	z-index: 2;
}

.footer {
	position: relative;
	z-index: 3;
}
/*========================
  Typography
  ========================*/
body {
	font-size: 12px;
	background: url(../img/bg.png) repeat #101010;
	font-family: 'Helvetica', 'arial', sans-serif;
	color:#acacac;
	line-height:20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 1;
	margin-top:0;
}

h1 {
	font-size:24px;  margin-bottom: 5px;
}
h2 {
	font-size: 18px; margin-bottom: 20px;
}
h3 {
	font-size: 1.250em; margin-bottom: 15px;
}
h4 {
	font-size: 1.2em; margin-bottom: 1.25em;
}
h5 {
	font-size: 1em; font-weight: bold; margin-bottom: 1.5em;
}
h6 {
	font-size: 1em; font-weight: bold;
}

p {
	margin: 0 0 10px;
}
.cf {
	zoom:1;
}
.cf:after {
	display:table;
	clear:both;
	content:"";
}
a {
	color:#0d507e;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	text-decoration:none;
	outline: none;
	color:#fff;
	
}
ul, ol {
	margin: 0; padding-left: 0;
}

ul {
	list-style-type: none;
}
ol {
	list-style-type: decimal;
}
.left {
	float:left;
}
.right {
	float:right;
}
.icon {
	display: inline-block;
	text-indent: -9999em;
}

.header {
	text-align: center;
	height: 100px;
	background: url(../img/header-bg.png) repeat;
	margin:0 0 5px;
}
.header .logo {
	display:inline-block;
	text-indent: -999em;
	background: url(../img/logo.png) no-repeat;
	width: 478px;
	height:74px;
	margin-top: 13px;
}
.footer {
	height: 160px;
	background: #111;
	margin-top:80px;
}

.footer a {	
text-decoration: none;
	color:#ccc;
}
.footer a:hover {
text-decoration: underline;
	color:#fff;
}

.footer .footer-content {
	width: 940px;
	margin:0 auto;
	padding-top:70px;
}
.footer .footer-links {
	margin:0 0 20px;
}
.footer .footer-links li {
	float:left;
	margin-right: 30px;
}
.footer .footer-links a {
	font-size: 13px;
	color:#d7d7d7;
	text-decoration: none;
}
.footer .footer-links a:hover {
	color:#fff;
	text-decoration: underline;
}

.footer .copyright {
	color:#959595;
	font-size: 12px;
}

.content {
	width: 940px;
	margin:0 auto;
}
.content .main-clip-section {
	float:left;
	width: 552px;
}
.content .preview-clip-section {
	float:right;
	width: 370px;
}
.content .main-clip-video-holder {
	padding: 3px;
	border-top: 1px solid #222425;
	border-bottom: 1px solid #222425;
	background: #111;
}
.content .light-bg {
	background: rgba(0, 0, 0, 0.5);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 15px;
	padding-top: 3px;
}
.content .view-full {
	display: block;
	line-height: 80px;
	font-size: 52px;
	text-transform: uppercase;
	background: #213d3e;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	height: 80px;
	text-align: center;
	margin:0 0 10px 0;
}
.content .view-full:hover {
	background:#182c2d;
}
.content .view-full .icon {
	margin-left: 10px;
}
.content .interactive-list {
	margin:0 0 15px;
	border-bottom: 1px solid rgba(255,255,255,0.06);
	padding:16px 20px;
}
.content .interactive-list li {
	float:left;
	margin-left: 20px;
}
.content .interactive-list li:first-child {
	margin-left: 0;
}
.content .interactive-list li.right {
	float:right;
}
.content .interactive-list li a {
	color:#a5a5a5;
	text-decoration: none;
}
.content .interactive-list li a:hover {
	color:#fff;
}
.content .interactive-list li .icon {
	margin-right: 3px;
	position: relative;
	top:4px;
	vertical-align: top;
}
.content .interactive-list li .icon.icon-video {
	top:5px;
}
.content .icon-heart {
	margin-left: 5px;
}
.content .small-heading {
	font-size: 14px;
	color:#e1e1e1;
	margin:0 0 5px;
}
.content .body {
	padding:0 20px 12px;
	line-height: 16px;
}
.content .next-clip {
	text-align: right;
}
.content .next-clip a {
	display: inline-block;
	height:52px;
	line-height: 52px;
	font-size: 32px;
	text-transform: uppercase;
	color:#fff;
	background: rgba(255,255,255,0.2);
	padding:0 10px 0 20px;
	text-decoration: none;
}
.content .next-clip a:hover {
	background: rgba(255,255,255,0.3);

}
.content .next-clip .icon {
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	top:-2px;
}

.content .preview-clip-link{
	color:#fff;
	text-decoration: none;
}

.content .preview-clip-link .light-bg {
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}

.content .preview-clip-link:hover .light-bg {
	background: rgba(0, 0, 0, 0.75);
}

.content .preview-clip-holder img{
	display: block;
	width: 368px;
	height: 273px;
}

