.fluid_video_wrapper_player {height: 590px;!important}
@font-face {
      font-family: 'opensans';
      src: url('./opensans.eot?86940640');
      src: url('./opensans.eot?86940640#iefix') format('embedded-opentype'),
           url('./opensans.woff?86940640') format('woff'),
           url('./opensans.ttf?86940640') format('truetype'),
           url('./opensans.svg?86940640#opensans') format('svg');
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: opensans;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-thumbs-up:before {
    content: "\f164";
}
.icon-thumbs-down:before {
    content: "\f165";
}
.icon-eye:before {
    content: "\e802";
}
.icon-clock:before {
    content: "\e803";
}
.icon-search:before {
    content: "\e804";
	color:#303030;
	font-size:20px;
}
.icon-calendar:before {
    content: "\e805";
}

html {
    font-family: opensans;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin:0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
*, :after, :before {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: opensans;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
	background:#080607;
}
a {
    text-decoration: none;
    color: #000;
}
.container {
    font-size: 0;
    width: 1445px;
    margin: auto;
}
.content {
    font-size: 0;
	overflow:auto;
}
.thumbs-container {
    font-size: 0;
    width: 1450px;
    margin: auto;
}
.header {
	padding:0px;
    margin:0px;
	background:#080607;
}
.header-inner {
    display: -ms-flexbox;
    display: flex;
}
.logo-link {
    display: block;
    width: 300px;
    margin: auto;
}
.footer-logo, .header-logo {
    background-image: url(../css/logo.png);
    width: 300px;
    height: 55px;
    display: inline-block;
    background-size: cover;
}
.header-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}
.header-controls-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: end;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-nav {
}

.header-nav ul {
    padding: 0;
    margin-bottom: 2px;
}
.header-nav ul li {
    display: inline-block;
    margin-right: 0px;
	margin:1px 0 0 0px;
}
.header-nav ul li:last-child {
}
.header-nav ul li a {
	border-left:1px solid #131313;
	border-right:1px solid #131313;
    display: block;
    color: #FFFFFF;
    font-family: opensans;
    font-size: 14px;
    font-weight: 300;
    line-height:34px;
    min-width: 90px;
    text-align: center;
	text-transform: uppercase;
	padding:0 5px;
}
.header-nav ul li a:hover {
	background:#151515;
	color:#b9451c;
    height:34px;
}
.search-form {
	align-items:center;
	border-radius:10px;
	display:flex;
    flex-grow: 1;
    height:40px;
	padding-bottom:1px;
}
.search-input {
    background: #fff;
    border: 0;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
    color: #090909;
    font-family: opensans;
    font-size: 14px;
    height:40px;
    outline: none;
	padding:0 5px;
	text-transform: uppercase;
    width:100%;
}
.search-button {
    background: #fff;
    border:0;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
    height:40px;
    outline: none;
}
.header-controls-bottom {
    overflow: hidden;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
	margin:0 0 5px 0;
	background:#303030;
	border-bottom:2px solid #202020;
	line-height:32px;
}

.header-taglist {
    padding: 0;
    overflow: hidden;
	margin:auto;
}
.header-taglist li {
    display: inline-block;
}
.header-taglist li a {
    font-size: 12px;
    line-height: 20px;
    font-family: opensans;
    color: #fff;
	padding:0 7px;
	text-transform: uppercase;
}
.header-taglist li a:hover {
    color:#f84203;
}
.header-controls-link {
    overflow: hidden;
    width: 100%;
    display: -ms-flexbox;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
	text-align: center;
}
.header-taglist-link {
    padding: 0;
    overflow: hidden;
	margin:auto;
}
.header-taglist-link li {
    display: inline-block;
}
.header-taglist-link li a {
    font-size: 12px;
    font-family: opensans;
    color: #fff;
	padding:0 3px;
}
.header-taglist-link li a:hover {
    color:#f84203;
}
.player-side {
    background-color: #000;
    display: inline-block;
    vertical-align: top;
    width: 1130px;
}
.player {
    width: 100%;
    position: relative;
}
.player img {
    display: block;
    width: 100%;
    z-index: -1;
}
.player iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%}
.player-info {
	color:#fefefe;
    padding:5px 0 0 0;
    text-align: center;
}
.player-promo-link {
    font-family: opensans;
    font-weight: 400;
    font-size: 36px;
	color:#FFFFFF;
    text-transform: uppercase;
}
.player-promo-link:hover {
    text-decoration: underline;
}
.player-desc {
    font-family: opensans;
    font-size: 18px;
	color:#fefefe;
    text-align: left;
    overflow: hidden;
	padding:10px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.player-counters {
    padding: 5px 0 5px 0;
    list-style-type: none;
    text-align: left;
}
.player-counters span {
	color:#979797;
	font-size:12px;
	text-transform:uppercase;
}

.rate {
	float:left;
}
.rate span {
	color:#f84203;
	font-size:20px;
	padding:5px 15px;
}
span.like, span.dislike {
    background-color: #5e5e5e;
    background-image: linear-gradient(0deg, #424242 0, #555552 100%);
    border: 1px solid #5e5e5e;
	color:#fff;
	font-size:18px;
}
.like:hover {
    background-color: #5e5e5e;
    background-image: linear-gradient(0deg, #812403 0, #983812 100%);
    border: 1px solid #a2421a;
	color:#090909;
}
.dislike:hover {
    background-color: #5e5e5e;
    background-image: linear-gradient(0deg, #812403 0, #983812 100%);
    border: 1px solid #a2421a;
	color:#090909;
}
.player-counters li:nth-child(2), .player-counters li:nth-child(3), .player-counters li:nth-child(4) {
	display:inline-block;
}
.player-counters li {
    font-size: 16px;
    font-family: opensans;
	margin:0 3px;
	color:#979797;
	line-height:30px;
	height:30px;
}
.player-counters li:last-child {
}
.player-counters li ul {
    padding: 0;
    list-style-type: none;
    display: inline-block;
}
.player-counters li ul li {
    display: inline-block;
}
.player-counters li ul li:last-child a:after {
    content: "";
}
.last a {
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
}
.last span {
	font-size:12px;
	color:#726f7f;
	text-transform:uppercase;
}
.player-counters li ul li a {
    font-size: 12px;
    line-height: 25px;
    font-family: opensans;
    color: #fff;
	display:block;
	padding:0 3px;
	text-transform:uppercase;
}
.player-counters li ul li a:hover {
    color: #f84203;
}
.player-counters li ul li a:after {
    content: ", "}
.player-thumbs-down {
    color: #fff;
}
.player-categories a:hover {
	color:#b61f1e;
}
#banner_v {
    width: 304px;
    vertical-align: top;
    display: inline-block;
    padding: 0px;
    margin-left: 9px;
}
.banner_v1, .banner_v2, .banner_v3 {
    margin: 0px 0 4px;
}
.banner_v1:hover, .banner_v2:hover, .banner_v3:hover {
}
.thumbs {
    padding: 0;
    font-size: 0;
    list-style-type: none;
    text-align: center;
}
.thumb {
    display: inline-block;
    border-bottom: 2px solid #1c1c1c;
    background: #1c1c1c;
    padding: 1px;
    margin: 1px;
    vertical-align: top;
    width: 284px;
	position:relative;
}
.thumb:hover {
    border-bottom: 2px solid #f84203;
}
.thumb:hover .thumb-desc, .thumb:hover .thumb-desc-cat {
}
.thumb-img {
	border-radius:1px;
    width: 100%}
.thumb-desc {
    color: #fff;
    font-family: opensans;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	position:absolute;
	bottom:25px;
	text-align:center;
	width:100%;
	background:#000;
	opacity:0.7;
}
.thumb-desc-cat {
    font-family: opensans;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	position:absolute;
	bottom:0px;
	text-align:center;
	width:100%;
	background:#000;
	opacity:0.7;
}
.thumb-counters, .thumb-desc {
    font-size: 12px;
    line-height: 18px;
    padding:3px 5px;
	text-transform:uppercase;
}
.thumb-desc-cat {
    font-size: 16px;
    line-height: 18px;
    padding: 5px;
	text-transform:uppercase;
}
.thumb-counters {
    display: -ms-flexbox;
    display: flex;
    color: #b9b9b9;
    -ms-flex-pack: justify;
    justify-content: space-between;
	font-size:12px;
}
.thumb:hover .thumb-counters, .thumb:hover .icon-clock {
}
.thumb-counters .icon-eye {
	font-size:14px;
}
.thumb-counters .icon-clock, .thumb-counters .icon-thumbs-up {
	font-size:13px;
}
.thumb:hover .icon-thumbs-up, .thumb:hover .icon-eye {
    color: #f84203;
}
#banner {
    text-align: center;
    padding: 5px 0;
    margin: 15px 0 20px;
}
.banner1, .banner2, .banner3, .banner4 {
    display: inline-block;
    margin: 0 15px 3px 0;
}
.banner1:hover, .banner2:hover, .banner3:hover, .banner4:hover {
}
.pagination {
	background:#1c1c1c;
	bottom:0px;
	position:fixed;
	text-align:center;
	width:100%;
	z-index:1;
}
.pagination ul {
	text-align:center;
	margin:0;
	padding:5px 0 4px 0;
	max-width:1450px;
	margin:auto;
}
.pagination ul li {
    display: inline-block;
	margin:0 1px;
}
.pagination ul li:last-child {
}
.pagination ul li a, .no {
	display:block;
	padding:0 10px;
	color:#fff;
	font-family:opensans;
    font-size:18px;
	text-decoration:none;
    display: block;
    line-height: 20px;
    text-align: center;
	margin:3px 0;
	border-bottom:2px solid #282828;
}
.pagination ul li a:hover, .no {
	color:#fff;
	border-bottom:2px solid #f84203;
}
.top-list {
    text-align: center;
}
.top-title {
	color:#ffffff;
    font-size: 24px;
    padding: 5px 0;
    display: block;
	margin: auto;
	text-align:center;
	text-transform:uppercase;
}
.top-thumbs {
    padding: 0;
    list-style-type: none;
}
.top-thumb, .top-text{
	background:#1c1c1c;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 1px;
    padding: 1px;
	border-bottom:2px solid #282828;
}
.top-thumb:hover, .top-text:hover {
	border-bottom:2px solid #f84203;
}
.top-thumb:hover .top-thumb-desc, .top-text:hover .top-thumb-desc  {
}
.top-thumb-img {
	border-radius:1px;
    width: 100%;
}
.top-thumb-desc {
	color:#ffffff;
    font-size: 14px;
    font-family: opensans;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 5px;
	text-transform:uppercase;
}

.footer {
    text-align: center;
}
.footer-copy {
    font-size: 12px;
    font-family: opensans;
    color: #fff;
    display: block;
	text-transform:uppercase;
	margin:15px 0 5px 0;
}
.footer-copy a {
    color: #fff;
}
#float {
	position:fixed;
	bottom:3px;
	right:3px;
	z-index:2;
}
.mobile {
	font-size:0;
	text-align:center;
}
@media screen and (max-width:1470px) {
    .container {
    width: 1155px;
}
.thumbs-container {
    width: 1160px;
}
.player-side {
    width: 840px;
}
.banner {
    margin-bottom: 10px;
}
}
@media screen and (max-width:1180px) {
.container {
    width: 865px;
}
.thumbs-container {
    width: 870px;
}
.player-side {
    width: 865px;
}
#banner_v {
    margin: 0;
    width: 100%;
    text-align: center;
}
.banner_v1, .banner_v2, .banner_v3 {
    display: inline-block;
    margin: 5px;
}
.header-controls-top {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
.search-form {
    margin-top: 10px;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.header-controls-bottom {
    display: none;
}
.search-form {
    width: 100%;
	text-align:center;}
}
@media screen and (max-width:900px) {
    .player-promo-link {
    font-size: 24px;
}
.player-counters li, .player-counters li ul li a, .player-desc {
    font-size: 14px;
}
.header-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
}
.header {
    margin-top: 0;
}
.header-nav {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.header-nav ul {
    text-align: center;
}
.header-nav ul li, .search-form {
    margin-bottom: 4px;
}
.search-form {
    margin-top: 0;
    width: 100%;
}
.header-logo {
    margin: auto;
}
.container, .thumbs-container {
    width: 99%}
.thumb {
    width: 32.7%;
    margin: .3%}
.top-thumb {
    width: 24.5%;
    margin: .2%}
.player-side {
    width: 100%}
}
@media screen and (max-width:600px) {
    .container, .thumbs-container {
    width: 99%}
.thumb {
    width: 49.4%;
    margin: .3%}
.top-thumb {
    width: 49.4%;
    margin: .2%}
}
@media screen and (max-width:400px) {
#banner {
    text-align: center;
    background-color: #f4f4f4;
    padding: 0px;;
    margin: 0;
}
.banner1, .banner2, .banner3, .banner4 {
	display:inline-block;
    margin: 0 0 3px 0;
}
#banner_v {
	padding:0px;
}
.banner_v1, .banner_v2, .banner_v3 {
    display: inline-block;
    margin: 0px;
}
.thumb {
    width: 99.4%;
    margin: .3%}
.top-thumb {
    width: 48.5%;
    margin: .2%}
}
