<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
      font-family: 'roboto';
      src: url('./roboto.eot?48947169');
      src: url('./roboto.eot?48947169#iefix') format('embedded-opentype'),
           url('./roboto.woff?48947169') format('woff'),
           url('./roboto.ttf?48947169') format('truetype'),
           url('./roboto.svg?48947169#roboto') format('svg');
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: roboto;
    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: "\e800";
}
.icon-thumbs-down:before {
    content: "\e801";
}
.icon-eye:before {
    content: "\e802";
}
.icon-clock:before {
    content: "\e803";
}
.icon-search:before {
    content: "\e804";
	color:#161616;
	font-size:20px;
}
.icon-calendar:before {
    content: "\e805";
}
.icon-eye, .icon-calendar {
	color:#444444;
	font-size:18px;
}
.icon-clock {
	color:#444444;
	font-size:16px;
}
.icon-thumbs-up {
	color:#1dc601;
	font-size:28px;
}
.icon-thumbs-up:hover {
    color:#24ff00;
}
.icon-thumbs-down {
	color:#c60115;
	font-size:28px;
}
.icon-thumbs-down:hover {
	color: #ff001a;
}

html {
    font-family: roboto;
    -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: 1.3em;
    margin:0;
	float: left;
	width: 25%;
	color: #fff;
}
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: roboto;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
	background: url(bg.jpg);
}
a {
    text-decoration: none;
    color: #000;
}
.player-section {
	background:#222222;
}
.container {
    font-size: 0;
    width: 1445px;
    margin: auto;
}
.thumbs-container {
    font-size: 0;
    width: 1450px;
    margin: auto;
}
.header {
	background:#222222;
	padding:0px;
    margin:0px;
}
.header-inner {
    display: -ms-flexbox;
    display: flex;
}
.logo-link {
    display: block;
    margin: auto;
}
.footer-logo, .header-logo {
    background-image: url(../css/logo.png);
    width: 200px;
    height: 70px;
    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: 1px;
}
.header-nav ul li:last-child {
    margin-right: 15px;
}
.header-nav ul li a {
	border-radius:2px;
    display: block;
    color: #fefefe;
    font-family: roboto;
    font-size: 14px;
    font-weight: 300;
    line-height:33px;
	margin:1px 0 0 4px;
    min-width: 60px;
    text-align: center;
	text-transform: uppercase;
	padding:0 5px;
}
.header-nav ul li a:hover {
	color:#ff3002;
}
.search-form {
	align-items:center;
	border:1px solid #2e2e2e;
	border-radius:9px;
    flex-grow: 1;
	display:flex;
    height:40px;
}
.search-input {
	background:#fff;
    border: 0;
	border-top-left-radius:9px;
	border-bottom-left-radius:9px;
    color: #161616;
    font-family: roboto;
    font-size: 14px;
    height:38px;
    outline: none;
	padding:0 5px;
	text-transform: uppercase;
    width:100%;
}
.search-button {
	background:#fff;
    border:0;
	border-top-right-radius:9px;
	border-bottom-right-radius:9px;
    height:38px;
    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:5px 0;
}
.header-taglist {
    padding: 0;
    overflow: hidden;
	margin:auto;
}
.header-taglist li {
    display: inline-block;
}
.header-taglist li a {
	background:#2d2d2d;
    font-size: 11px;
    line-height: 20px;
    font-family: roboto;
    color: #ff3002;
	padding:10px;
	text-transform: uppercase;
}
.header-taglist li a:hover {
	background:#ff3002;
    color:#fff;
}
.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 {
	background:#2d2d2d;
    font-size: 11px;
    font-family: roboto;
    color: #ff3002;
}
.header-taglist-link li a:hover {
    color:#fff;
}
.player-side {
    display: inline-block;
    padding: 4px;
    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:#FFFFFF;
    padding:20px 0 5px 0;
    text-align: center;
}
.player-promo-link {
    font-family: roboto;
    font-weight: 400;
    font-size: 36px;
	color:#FFFFFF;
    text-transform: uppercase;
}
.player-promo-link:hover {
    text-decoration: underline;
}
.player-desc {
    font-family: roboto;
    font-size: 18px;
	color:#FFFFFF;
    text-align: left;
    overflow: hidden;
	padding:0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.player-counters {
    padding: 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:#ff3002;
	font-size:22px;
}
.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: 14px;
    font-family: roboto;
	margin:0 3px;
	color:#FFFFFF;
	height:35px;
	line-height:35px;
}
.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 {
	background:#2d2d2d;
    font-size: 12px;
    line-height: 25px;
    font-family: roboto;
    color: #ff3002;
	display:block;
	padding:0 10px;
	text-transform:uppercase;
}
.player-counters li ul li a:hover {
	background:#ff3002;
    color:#fff;
}
.player-counters li ul li a:after {
    content: ", "}
.player-thumbs-up:hover .icon-thumbs-up {
    color:#90ee90;
}
.player-thumbs-down {
    color: #fff;
}
.player-thumbs-down:hover .icon-thumbs-down {
    color:#ff0004;
}
.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: 1px solid #313131;
	border-radius:2px;
    background: #000000;
    padding: 2px;
    margin: 1px;
    vertical-align: top;
    width: 284px;
}
.thumb:hover {
    border: 1px solid #ff3002;
}
.thumb:hover .thumb-desc, .thumb:hover .thumb-desc-cat {
    color: #ff3002;
}
.thumb:hover .icon-eye {
    color: #ff3002;
}
.thumb-img {
    width: 100%}
.thumb-desc {
    color: #fff;
    font-family: roboto;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    padding:0 5px;
}
.thumb-desc-cat {
    font-family: roboto;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.thumb-counters, .thumb-desc, .thumb-desc-cat {
    font-size: 16px;
    line-height: 17px;
    padding: 5px;
}
.thumb-counters {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -ms-flex-pack: justify;
    justify-content: space-between;
	font-size:12px;
	bottom:28px;
}
.thumb-counters .icon-thumbs-up, .thumb-counters .icon-eye {
	font-size:16px;
}
.thumb-counters .icon-clock {
	font-size:14px;
}
.thumb-thumbs .icon-thumbs-up {
    color: #1dc601;
}
#banner {
    text-align: center;
    padding: 10px 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: url(bg.jpg);
	bottom:0px;
	position:fixed;
	text-align:center;
	width:100%;
}
.pagination ul {
	text-align:center;
	margin:0;
	padding:5px 0 4px 0;
	max-width:1450px;
	margin:auto;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li:last-child {
}
.pagination ul li a, .no {
	display:block;
	padding:10px 15px;
    background-color: #000;
	border-radius:4px;
	border:1px solid #313131;
	color:#c1c1c1;
	font-family:roboto;
    font-size:18px;
	text-decoration:none;
    display: block;
    line-height: 20px;
    text-align: center;
	margin:3px 0;
}
.pagination ul li a:hover, .no {
    background-color: #1f1f1f;
	border:1px solid #b3b3b3;
	color:#fff;
}
.top-list {
    text-align: center;
}
.top-title {
	color:#fff;
    font-size: 22px;
    padding: 10px 0;
    display: block;
	margin: auto;
	text-align:center;
	text-transform:uppercase;
}
.top-thumbs {
    padding: 0;
    list-style-type: none;
}
.top-thumb, .top-text{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 1px;
    padding: 1px;
	background:#000;
	border:1px solid #313131;
	border-radius:4px;
}
.top-thumb:hover, .top-text:hover {
	border:1px solid #b3b3b3;
}

.top-thumb:hover .top-thumb-desc  {
	color:#ffffff;
}
.top-text:hover .top-thumb-desc  {
	color:#ffffff;
}
.top-thumb-img {
    width: 100%;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.top-thumb-desc {
	color:#ff3002;
    font-size: 14px;
    font-family: roboto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 5px;
	text-transform:uppercase;
}

.footer {
	background:#222222;
    text-align: center;
	padding:5px;
}
.footer-copy {
    font-size: 12px;
    font-family: roboto;
    color: #ffffff;
    display: block;
	text-transform:uppercase;
	margin:15px 0 15px 0;
}
.footer-copy a {
    color: #ffffff;
}
#float {
	position:fixed;
	bottom:3px;
	right:3px;
}
.mobile {
	font-size:0;
	text-align:center;
}
#fluid_video_wrapper_player {
  height: 640px !important;
}
@media screen and (max-width:1470px) {
    .container {
    width: 1155px;
}
.thumbs-container {
    width: 1160px;
}
.player-side {
    width: 840px;
}
.banner {
    margin-bottom: 10px;
}
#fluid_video_wrapper_player {
    width: 840px !important;
    height: 640px !important;
}
}
@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;
}
#fluid_video_wrapper_player {
    width: 870px !important;
    height: 640px !important;
}
}
@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%
}
#fluid_video_wrapper_player {
    width: 900px !important;
    height: 640px !important;
}
}
@media screen and (max-width:600px) {
    .container, .thumbs-container {
    width: 99%}
.thumb {
    width: 49.4%;
    margin: .3%}
.top-thumb {
    width: 49.4%;
    margin: .2%
}
#fluid_video_wrapper_player {
    width: 600px !important;
    height: 430px !important;
}
}
@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%}
#fluid_video_wrapper_player {
    width: 400px !important;
    height: 280px !important;
}
}
</pre></body></html>