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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


.lgo {
	width :164px;
	height :44px;
	display: inline-block;
	background-size: 100%;
	background-repeat : no-repeat;
	background-image: url("/static/logo.png")
}



body {
	font-family: Arial, Helvetica, sans-serif;
	background: #f5f5f5;
	color: #303030;
}
a, a:visited {
	text-decoration: none;
	color: #de2b3b;
	color: #3ca5b5;
}
a:hover {
	text-decoration: underline;
}
a li:hover {
	text-decoration: none !important;
	background: #444;
}

header, footer {
	background: #303030;
}
header {
	height: 50px;
}
header a, header a:visited, footer {
	color: #f5f5f5;

}
footer a, footer a:visited {
	color: #a9a9a9;
}
main {
	position: relative;
}
header, main, footer {
	padding: 0px 4px;
}
footer {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
iframe {
	width: 100%;
	height: 550px;
	margin-top: 4px;
}
section, article {
	position: relative;
	margin: 0 auto;
	max-width: 1300px;
}
article {
}
nav {
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 16px;
	line-height: 50px;
	font-weight: 700;
	text-transform: capitalize;
}
nav div {
	display: none;
}
.fa-bars, .mobsearch, .mobtimes {
	color: whitesmoke;
	position: absolute;
	right: 6px;
	top: 0px;
	line-height: 50px !important;
	font-size: 40px !important;
	display: none !important;
}
.mobsearch, .mobtimes {
	right: 56px;
	font-size: 34px !important;
}
.mobtimes {
	font-size: 38px !important;
	top: -2px;
}
li {
	display: inline-block;
	padding: 0px 9px;
}
figcaption li {
	padding: 0;
}
h1, h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0px 10px 0px;
	text-transform: capitalize;
	color: #303030;
}
form {
	display: inline-block;
	position: relative;
	top: 9px;
	margin-left: 50px;
	vertical-align: top;
}
.srch {
	position: absolute;
	right: 8px;
	top: 9px;
}
input {
	border: 0;
	padding: 9px 25px 9px 10px;
	width: 200px;
	border-radius: 16px;
	vertical-align: initial !important;
}
.mobinput {
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.mobform {
	display: block !important;
	margin-left: 2px;
	margin-right: 2px;
	top: initial !important;
	bottom: 2px;
}
p {
	margin: 16px 0px;
	font-size: 10px;
}
.first {
	margin-top: 0px;
}
figure {
	float: left;
	width: 25%;
}
.figure_spacer {
	margin: 2px;
}
.video_link {
	display: block;
	width: 100%;
	height: 0px;
	padding-bottom: 74%;
	overflow: hidden;
	position: relative;
	background: black;
}
.video_link:hover ~ figcaption .vid_title {
	text-decoration: underline;
}
.video_link:hover ~ figcaption .vt_tab {
	background: #444 !important;
}
.vid_len {
	position: absolute;
	left: 2px;
	bottom: 2px;
	background: black;
	opacity: .9;
	color: whitesmoke;
	font-size: 10px;
	padding: 2px;
}
.show_more {
	display: none;
}
.show_less {
	display: inline;
}
figcaption {
	height: 44px;
}
figcaption ul {
	max-height: 18px;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
}
.vid_title, .vid_title:visited {
	color: #303030;
	font-size: 12px;
	display: block;
	font-weight: 700;
	max-height: 26px;
	line-height: 13px;
	overflow: hidden;
	margin-top: 2px;
}
.vt_tab {
	margin-top: 0px;
	line-height: 44px;
	background: #303030;
	font-size: 14px;
	color: whitesmoke;
	text-align: center;
	max-height: initial;
	text-decoration: none !important;
}
.vt_tab:visited {
	color: whitesmoke;
}
.vt_tab:hover {
	background: #444;
}
.video_link img {
	width: 100%;
}
.columns {
    -webkit-column-width: 220px;
    -moz-column-width: 220px;
    column-width: 220px;
}
.lnk {
        display: block;
        font-size: 16px;
        line-height: 36px;
}

.logo {
	display: inline-block;
	margin-top: 8px;
}
.vl {
	margin: -2px;
}
.more_videos, .fp_m {
	background: #303030;
	color: whitesmoke;
	padding: 14px;
	width: 170px;
	text-align: center;
	margin: 0px auto;
	font-weight: 700;
}
.more_videos:hover, .fp_m:hover {
	cursor: pointer;
	background: #444;
	text-decoration: none;
}
.navtabs {
	background: #1f1f1f;
	padding: 10px 4px;
	font-weight: 700;
	text-align: center;
}
.navtabs a {
	display: inline-block;
	margin: 0px 8px;
	color: whitesmoke !important;
}
.fp_m {
	display: block;
	color: whitesmoke !important;
	margin-top: 4px;
	margin-bottom: 20px;
}
.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: none;
	background: black;
	opacity: 0.85;
}
.fa-search:hover {
	cursor: pointer;
}
.search_sort, .fp_lm {
	position: absolute;
	right: 0px;
	top: -5px;
}
.fqt_timestamp {
	font-size: 10px;
	padding-top: 1px;
	padding-left: 1px;
}
.fqt_timestamp i {
	vertical-align: text-top;
	margin-right: 2px;
}
.search_sort a, .fp_lm {
	display: inline-block;
	width: 90px;
	line-height: 28px;
	background: #303030;
	border: 1px solid #303030;
	box-sizing: border-box;
	text-align: center;
	margin-left: 4px;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	color: whitesmoke;
	cursor: default;
}
.fp_lm {
	color: whitesmoke !important;
}
.selected:hover, .fp_lm:hover {
	text-decoration: none !important;
}
.fp_lm:hover, .unselected:hover {
	cursor: pointer !important;
	text-decoration: none !important;
	background: #444 !important;
	color: whitesmoke !important;
}
.unselected {
	background: whitesmoke !important;
	color: #303030 !important;
}
.related {
	margin-top: 2px;
}
.related a {
	display: inline-block;
	margin: 0px 14px 4px 0px;
	text-transform: capitalize;
	font-size: 12px;
}
.fp_lm {
	position: absolute;

}
@media (max-width: 1150px) {
	nav {
		font-size: 14px;
	}
}
@media (max-width: 1080px) {
	form {
		margin-left: 20px;
	}
}
@media (max-width: 1055px) {
	input {
		width: 180px;
	}
}
@media (max-width: 840px) {
	iframe {
		height: 60vw;
	}
}
@media (max-width: 1040px) {
	.dspr {
		display: none;
	}
}
@media (min-width: 835px) {
	.navtabs {
		display: none;
	}
}
@media (max-width: 835px) {
	nav {
		display: none;
		position: fixed;
		height: 100%;
		width: 52%;
		font-size: 14px;
		font-weight: 400;
		z-index: -1;
	}
	nav ul {
		background: #303030;
		height: 100%;
		width: 100%;
		border-left: 4px solid #5d5d5d;
		border-top: 1px solid #5d5d5d;
		text-transform: uppercase;
	}
	nav li {
		display: block;
	 	margin: 0;
		padding: 6px 12px;
		border-bottom: 1px solid #5d5d5d;
	}
	nav div {
		display: block;
		position: absolute;
		top: 0px;
		left: -80px;
		width: 80px;
		height: 80px;
		background: black;
		opacity: .95;
		line-height: 80px;
		text-align: center;
		font-size: 70px;
		color: whitesmoke;
	}
	.fa-bars {
		display: block !important;
	}
}
@media (max-width: 767px) {
	figure {
		width: 33.33333333%;
	}
	.mob_hide {
		display: none;
	}
	.show_more {
		display: inline;
	}
	.show_less {
		display: none;
	}
}
@media (max-width: 504px) {
	figure {
		width: 50%;
	}
	.mobsearch {
		display: block !important;
	}
	input {
		display: none;
	}
}
@media (max-width: 490px) {
	.search_sort {
		position: static;
	}
	.search_sort a {
		width: 50%;
		line-height: 34px;
		margin-left: 0px;
		margin-bottom: 4px;
	}
}
@media (max-width: 400px) {
	h1, h2 {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width: 360px) {
	.vt_tab {
		font-size: 13px;
	}
}
.force_hide {
	display: none !important;
}
.force_show {
	display: block !important;
}
.zi_minus_one {
	z-index: -1 !important;
}
.zi_one {
	z-index: 1 !important;
}
.zi_two {
	z-index: 2 !important;
}
.zi_three {
	z-index: 3 !important;
}
.tt-menu {
	background: black;
	opacity: .88;
	line-height: 46px;
	font-size: 18px;
	width: 100%;
	padding: 6px;
	box-sizing: border-box;
}
.tt-suggestion {
	color: #ccc;
	cursor: pointer;
}
.tt-highlight, .tt-cursor, .tt-suggestion:hover {
	color: #fff;
}
