@font-face {
    font-family: 'UTM Cafeta';
    src: url('../fonts/UTM Cafeta.eot');
    src: url('../fonts/UTM Cafeta.eot?#iefix') format('embedded-opentype'), url('../fonts/UTM Cafeta.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UTMCafeta';
    src: url('../fonts/UTMCafeta.woff') format('woff'), url('../fonts/UTMCafeta.ttf') format('truetype'), url('../fonts/UTMCafeta.svg#UTMCafeta') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UTMCafeta';
    src: url('UTMCafeta.eot');
    src: url('UTMCafeta.eot?#iefix') format('embedded-opentype'), url('UTMCafeta.woff2') format('woff2'), url('UTMCafeta.woff') format('woff'), url('UTMCafeta.ttf') format('truetype'), url('UTMCafeta.svg#svgFontName') format('svg');
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/RobotoCondensed-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/RobotoCondensed-Bold.ttf');
    font-weight: 700;
}
* {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.overlow-hidden {
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.uppercase {
    text-transform: capitalize;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.fb-comments,
.fb-comments>span,
.fb-comments iframe[style] {
    width: 100%!important;
}
ul,
span,
p,
div {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.no-margin-left {
    margin-left: 0!important;
}
.no-margin-right {
    margin-right: 0!important;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}
.container {
    padding: 0;
    margin: 0 auto;
    width: 980px;
}
.left-container {
    padding: 0;
    margin: 0 auto;
    width: 670px;
}
body,
html {
    background: #1a1a1a;
    margin: 0;
    font-family: Arial, Tahoma;
    font-size: 14px;
    color: #dcdcdc;
}
#header {
    height: 40px;
    padding: 14px 0;
    background: #7713f1;
}
#header .logo {
    float: left;
    margin: 0 100px 0 0;
}
#header .form-search {
    float: left;
}
.form-search #keyword {
    background: #fff;
    border: none;
    border-radius: 5px;
    color: #333333;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    width: 150px;
    outline: none;
    float: left;
}
.form-search button {
    background: #32026f;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 12px;
    margin: 1px 0 0 15px;
    width: 61px;
    position: absolute;
}
#header #menu-user {
    float: right;
}
#menu-user li {
    float: left;
}
#menu-user li a {
    display: block;
    color: #ffffff;
    margin-right: 5px;
    background: #54b355;
    padding: 8px 12px;
    transition: all 0.3s;
    border-radius: 3px;
}
#menu-user li:last-child a {
    margin-right: 0;
}
#menu-user li a>i.fa {
    margin-right: 5px;
    font-size: 15px;
}


#menu-user1 li {
    float: right;
}
#menu-user1 li a {
    display: block;
    color: #ffffff;
    margin-right: 5px;
    background: #54b355;
    padding: 8px 12px;
    transition: all 0.3s;
    border-radius: 3px;
}
#menu-user1 li:last-child a {
    margin-right: 0;
}
#menu-user1 li a>i.fa {
    margin-right: 5px;
    font-size: 15px;
}

#main-menu {
    clear: both;
    margin: 3px 0;
}
#main-menu.fix-nav {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
    margin: 0;
    background: #34495e;
}
#main-menu>.container {
    background: #34495e;
}
#main-menu ul>li {
    float: left;
    border-left: 1px solid #466079;
    position: relative;
}
#main-menu ul>li:first-child {
    border: none;
}
#main-menu ul>li>a {
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    padding: 0px 14px;
}
#main-menu ul>li.menu-home a {
    padding: 0 4px 0 10px;
    font-size: 26px;
}
#main-menu.desktop ul>li>a:hover {
    color: #dcdcdc;
}
#main-menu ul>li:first-child>a {}#main-menu ul>li>a>i.fa {
    margin-right: 6px;
}
#main-menu .sub-menu {
    top: 100%;
    left: 0;
    width: 166px;
    background-color: rgba(52, 73, 94, 0.9);
    z-index: 101;
    display: none;
}
#main-menu.desktop ul>li:hover .sub-menu {
    display: block;
}
#main-menu .sub-menu.span-2 {
    width: 650px;
}
#main-menu .sub-menu.span-3 {
    width: 450px;
}
#main-menu .sub-menu.span-4 {
    width: 550px;
}
#main-menu ul.sub-menu>li {
    border-left: none;
    float: none;
}
#main-menu .sub-menu.span-2>li,
#main-menu .sub-menu.span-3>li,
#main-menu .sub-menu.span-4>li {
    float: left;
    width: 25%;
}
#main-menu ul.sub-menu>li a {
    font-size: 13px;
    font-weight: normal;
    font-family: Arial;
    text-transform: none;
    line-height: 20px;
    padding: 7px;
    white-space: nowrap;
    display: block;
}
#content>.container {}#content>.container.player {
    width: 670px;
    padding: 0;
    background: #333333;
}
#content .left-content {
	margin-bottom: 5px;
    float: left;
    width: 670px;
    overflow: hidden;
}
#content .right-content {
    float: right;
    width: 300px;
}
#top-slide {
    width: 670px;
    height: 280px;
    overflow: hidden;
}
#top-slide li img {
    width: 670px;
    height: 280px;
}
#top-slide .owl-pagination {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.owl-theme .owl-controls .owl-page span {
    background: #ffffff;
    opacity: 0.8;
}
.owl-pagination .owl-page.active span {
    background: #a21d0a;
}
.owl-theme .owl-controls {
    margin: 0;
}
.list-film .film-item {
    width: 162px;
    float: left;
    position: relative;
}
.list-film .film-item img {
    width: 162px;
    height: 210px;
    background: url(../images/AjaxLoader.gif) no-repeat center;
}
.list-film .film-item .title {
    padding: 7px;
    color: #ffffff;
    font-size: 12px;
    height: 32px;
}
.list-film .film-item .title .real-name,
.list-film .film-item .title .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    color: #0094fc;
}
.list-film .film-item .title .real-name {
    font-size: 11px;
    color: #ffffff;
    font-weight: normal;
}
.list-film .film-item .current-status {
    font-size: 11px;
    background: #a21d0a;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 2px;
    color: #ffffff;
    padding: 2px 5px;
    font-weight: normal;
}
.list-film .film-item-ver {
    overflow: hidden;
    margin: 5px 0 0 5px;
}
.list-film .film-item-ver img.avatar {
    width: 75px;
    height: 87px;
    float: left;
    margin: 3px 10px 0 0;
}
.list-film .film-item-ver .name {
    color: #0094fc;
    font-weight: bold;
    font-size: 12px;
}
.list-film .film-item-ver .view,
.list-film .film-item-ver .real-name {
    font-size: 12px;
    color: #ffffff;
}
.list-film .label-quality {
    position: absolute;
    background: #FFF601;
    color: #080505;
    border-radius: 0;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 3px;
    bottom: 60px;
    left: 0;
}
#film-hot.list-film .label-quality {
    bottom: 70px;
}
.list-film .label-quality:after {
    content: "";
    border: 10px solid transparent;
    border-left: 10px solid #FFF601;
    position: absolute;
    bottom: -8px;
    left: 0px;
}
#film-hot {
    margin: 8px 0;
    max-height: 265px;
    overflow: hidden;
}
.film-slide {
    padding: 10px 6px 8px 10px;
    background: #222222;
    width: auto;
}
#film_related.film-slide {
    padding: 0;
}
.film-slide .film-item {
    width: 160px;
}
.film-slide>.film-item {
    margin-right: 3px;
}
#film_related.film-slide .film-item {
    width: 158px;
    overflow: hidden;
    margin: 4px;
}
.film-slide .film-item img {
    width: 160px;
}
.film-slide .film-item a {
    min-height: 200px;
    display: block;
}
#top-slide .owl-controls i.fa,
.film-slide .owl-controls i.fa {
    font-size: 30px;
    color: #ffffff;
}
.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0.7);
}
#top-slide .owl-controls .owl-next,
#top-slide .owl-controls .owl-prev,
.film-slide .owl-controls .owl-next,
.film-slide .owl-controls .owl-prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    opacity: 0.9;
    margin: -30px 5px 0 5px;
    width: 16px;
}
.owl-theme .owl-controls .owl-buttons div {
    margin-top: -19px;
}
#top-slide .owl-controls .owl-prev,
.film-slide .owl-controls .owl-prev {
    left: 0;
}
#top-slide .owl-controls .owl-next,
.film-slide .owl-controls .owl-next {
    right: 0;
}
#film_realted.film-slide .owl-controls .owl-next {
    right: 0;
}
.block-film {
    margin: 0 0 13px 0;
    clear: both;
    overflow: hidden;
}
.block-film:last-child {
    margin-bottom: 0;
}
.block-film .caption {
    background: #466079;
    border-top: 2px solid #BBBBBB;
    padding: 8px 10px;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0 0 7px 0;
    font-family: 'roboto';
    color: #ffffff;
    font-weight: bold;
}
#film-trailer .caption {
    background: #466079;
    border-top: 2px solid #BBBBBB;
    padding: 8px 10px;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0 0 7px 0;
    font-family: 'roboto';
    color: #ffffff;
    font-weight: bold;
}
.block-film .caption a.view-all {
    color: #ffffff;
    float: right;
    text-transform: none;
    font-size: 14px;
}
.block-film .caption a.view-all:hover {
    text-decoration: underline;
}
.block-film .caption i.fa {
    margin: 0 5px 0 0;
}
.block-film .list-film .film-item {
    margin: 0px 7px 8px 0;
}
.right-content .block {
    margin-bottom: 5px;
}
.right-content .block .vhungcc1 {
    background-color: #ffffff;
}
.right-content .block .caption {
    padding: 6px;
    text-align: center;
    background: #7713f1;
    border-top: 2px solid #FFFFFF;
    font-family: UTM Cafeta;
    color: #ffffff;
    font-size: 22px;
}
.most-view {
    background: #282828;
}
.most-view .tabs .tab {
    width: 100px;
    background: #e5e5e5;
    color: #333333;
    padding: 8px 0;
    float: left;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
}
.most-view .tabs .tab:hover {
    color: #34495E;
}
.most-view .tabs .tab.active {
    background: #cccccc;
    color: #34495E;
}
.breadcrumbs {
    margin: 5px 0;
    overflow: hidden;
}
.breadcrumbs span,
.breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
    padding: 7px 5px 7px 30px;
    background: brown;
    background: #282828;
    position: relative;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
}
.breadcrumbs span:before,
.breadcrumbs a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-left: 16px solid #ABABAB;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.breadcrumbs span:after,
.breadcrumbs a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #282828;
    position: absolute;
    top: 50%;
    margin-left: -1px;
    margin-top: -16px;
    left: 100%;
    z-index: 2;
}
.breadcrumbs a:hover {
    color: #31b0d5;
    background: #3a3a3a;
}
.breadcrumbs a:hover:after {
    border-left-color: #3a3a3a;
}
.breadcrumbs a:first-child {
    padding-left: 10px;
}
.breadcrumbs h1,
.breadcrumbs h2 {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
}
.film-info {
    color: #dcdcdc;
    overflow: hidden;
    background: #282828;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}
.film-info .poster {
    margin: 5px 10px 10px 0;
    float: left;
    position: relative;
}
.film-info .poster a {
    display: block;
}
.poster img {
    border: 2px solid #6F6F6F;
    width: 260px;
    height: 350px;
    padding: 3px;
    margin: 0;
}
.film-info h1.name {
    margin: 0 0 0 248px;
    font-size: 23px;
    line-height: 1.5em;
    color: #0094fc;
    font-weight: bold;
}
.film-info h2.real-name {
    font-size: 15px;
    font-weight: normal;
    margin: 3px 0 7px 248px;
    color: #ffffff;
    font-weight: bold;
}
.film-info .meta-data {
    font-size: 13px;
    margin: 0 0 0 248px;
}
.meta-data li {
    padding: 3px 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
.meta-data li label {
    margin: 0;
    color: #fff;
}
.meta-data li a {
    color: #729DC7;
}
.meta-data li a:hover {
    color: #3A86BF;
}
.meta-data li strong {
    color: #fff601;
}
.film-info .buttons {
    text-align: center;
    margin: 5px 0 0 0;
}
@media (min-width: 980px) {
    .film-info .buttons {
        position: absolute;
        bottom: 0;
        z-index: 10;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.4);
        padding: 10px 5px 5px 5px;
    }
}
.film-info .buttons li {
    display: inline-block;
}
.film-info .buttons a {
    font-family: 'roboto';
    font-size: 16px;
    padding: 5px 10px;
}
.block-film .film-content {
    line-height: 1.4em;
    font-size: 13px;
    background: #282828;
    padding: 10px;
}
.film-content img {
    margin: 5px auto;
    width: 100%!important;
    height: auto!important;
    display: block;
}
.block-film .film-content p {
    color: #dcdcdc!important;
    font-size: 13px!important;
    font-family: Arial;
}
.tags label {
    margin: 0 10px 5px 0;
    float: left;
    color: #fff601;
}
.block-film .film-content h2,
.block-film .film-content h3,
.block-film .film-content h4 {
    font-size: 14px;
    line-height: 1em;
    margin: 0;
    font-weight: normal;
    margin: 0 0 0.8em 0;
}
.tagcloud .tags {
    margin: 10px 0 0 0;
}
.tags .tag-item {
    float: left;
}
.tags .tag-item h2,
.tags .tag-item h3,
.tags .tag-item h4 {
    margin: 0;
    float: left;
    font-size: 14px;
    line-height: 20px;
}
.tags a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin: 0 12px 8px 12px;
    padding: 0 10px 0 8px;
    background: #34495e;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: bold;
}
.tags a:hover {
    background: #666666;
}
.tags a:hover:before {
    border-color: transparent #666666 transparent transparent;
}
.tags a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #34495e transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}
.tags a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 1px;
    float: left;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
}
.notifi-trailler {
    border: 1px dashed #e6e230;
    background: #484848;
    color: #e6e224;
    padding: 10px;
    margin: 0 0 5px 0;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
}
#detail-page .keywords {
    background: #282828;
    padding: 10px;
    margin: 0 0 10px 0;
}
#box-player {
    width: 100%;
}
#box-player:before {
    content: '';
    float: left;
}
#player-video .bottom-content {
    background: #ECF5FF;
    margin: 30px 0 0 0;
    padding: 20px 0;
}
#player-video .box-comment {
    background: #fff;
}
#player-video .block-film .caption {
    background: #383838;
    border: none;
}
#player-video .film-slide {
    background: none;
}
#player-video .list-film .film-item .title {
    background: #1a1a1a;
}
#background_lamp {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#btn_lightbulb.off::after {
    content: "Turn on lights";
}
.keywords h4 {
    display: inline-block;
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 1.4em;
}
.choose-server {
    float: left;
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #ffffff;
}
.player .social-icon {
    padding: 2px 5px;
}
.choose-server li {
    display: inline-block;
    float: left;
    margin: 0 4px 0 0;
    position: relative;
    margin-bottom: 5px;
}
.playing {
    position: relative;
    float: left;
    width: 3px;
    height: 3px;
    margin: 7px 15px 0 0;
    background-color: #fff;
    border-radius: 50px;
}
.playing:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 2px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 0 50px 0px 0;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, .1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-animation: playing 1.5s linear infinite;
    animation: playing 1.5s linear infinite;
}
.playing::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 0 0px 0px 50px;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, .1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: playing 1.5s linear infinite;
    animation: playing 1.5s linear infinite;
}
@-webkit-keyframes playing {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes playing {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.choose-server li a {
    display: block;
    padding: 5px 10px 3px 10px;
    background: #444444;
    color: #fff601;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}
.choose-server li a:hover {
    background: #555555;
}
.video-btn {
    font-size: 13px;
    padding: 3px 5px;
    margin: 5px 0 0 5px;
    color: #ffffff;
    background-color: #202020;
    border-radius: 2px;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 9;
    font-weight: bold;
}
.video-btn a {
    color: #ffffff;
}
.video-btn i {
    padding-right: 5px;
}
#btn_autonext i {
    color: #767676;
}
#btn_autonext.active i {
    color: #ffd700;
}
#btn_lightbulb:after {
    content: "Turn off lights";
}
#btn_autonext.active:after {
    content: "Auto next ep: on";
}
.player {
	margin-bottom: 5px;
    color: #fafafa;
}
.player .details {
    clear: both;
}
.player .details .send-message {
    clear: both;
    margin: 10px 10px 10px 0;
    float: left;
}
.player .details .fb-send {
    float: left;
    margin: 0 5px 0 0;
}
.player .details .send-message-fb {
    font-style: normal;
    font-size: 13px;
    color: #dedede;
    margin: 5px 0 0 0;
    float: left;
}
.player .details .box-rating {
    float: right;
    margin: 13px 0 0 0;
}
.player .episodes {
    overflow: hidden;
}
.note-browser {
    color: #DAD507;
    border: 1px dashed #fafafa;
    padding: 5px;
    margin: 10px 0;
    font-style: italic;
    font-size: 13px;
}
.note-like {
    font-size: 13px;
    font-weight: bold;
    color: #DAD507;
    margin: 5px 0;
}
.player .details h1 {
    color: #fff601;
    margin: 10px 0;
    font-size: 25px;
    font-family: 'roboto';
}
.player .details h2 {
    font-size: 16px;
    color: #fafafa;
    font-style: italic;
    margin: 5px 0;
}
.player .details .control-box {
    min-height: 43px;
}
.episodes .caption {
    color: #ffffff;
    margin: 0 0 5px 0;
}
.episodes .caption i.fa {
    margin: 0 5px 0 0;
}
.episodes ul li {
    float: left;
    margin: 0 5px 5px 0;
}
.episodes ul li a {
    background: #666666;
    border-bottom: 2px solid #B1B1B1;
    color: #fff;
    font-size: 15px;
    padding: 2px 10px 2px 10px;
    display: block;
}
.episodes ul li a:hover,
.episodes ul li a.current {
    background: #54b355;
    border-bottom-color: #AAF3AB;
}
.control-box .social-icon {
    margin: 0 0 5px 0;
}
.control-box .btn-report {
    background-color: #2E2E2E;
    border-radius: 4px;
    padding: 4px 10px 3px 10px;
    font-size: 13px;
    float: left;
    margin: 0 10px 0 0;
}
.control-box .btn-report .fa {
    margin: 0 8px 0 0;
    font-size: 13px;
    color: yellow;
}
.control-box .box-rating {
    overflow: hidden;
    max-width: 100%;
}
.control-box .box-rating>div {
    float: left;
}
.control-box .box-rating .rate-lable {
    float: left;
    margin: 3px 5px 0 0;
    color: #fafafa;
    font-weight: bold;
    font-size: 13px;
}
.control-box .box-rating #div_average {
    padding: 3px 0;
}
.control-box #link-report {
    color: #fafafa;
}
.box-rating #star {
    display: inline-block;
    width: 100px;
    float: left;
}
#player-video .show-time {
    background: #ffffff;
    padding: 5px;
    color: #333333;
    margin: 5px 0 10px 0;
}
#player-video .show-time h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #000000;
    line-height: 1em;
    font-weight: bold;
}
.player .details .show-time {
    background: #ffffff;
    padding: 5px;
    color: #333333;
    margin: 5px 0 10px 0;
}
.player .details .show-time h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #000000;
    line-height: 1em;
    font-weight: bold;
}
#player_message {
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #a6a00a;
    padding: 4px;
    color: #f7ee03;
    margin: 5px 0;
    text-align: center;
}
#player_message>a {
    padding: 3px 4px;
}
.form-subscribe,
.blockbody .show-time,
.blockbody .detail {
    background: #282828;
    margin: 10px 0 10px 0;
    padding: 5px;
    color: #848484;
    font-size: 13px;
}
.form-subscribe {
    overflow: hidden;
    position: relative;
}
.form-subscribe .loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3) url(../images/ajax-loader.gif) no-repeat center;
    display: none;
}
.form-subscribe .caption {
    color: #fff601;
    font-weight: bold;
}
.form-subscribe .col {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.form-subscribe .input {
    border: none;
    padding: 8px;
    outline: none;
    background: #383838;
    border-radius: 3px;
    width: 230px;
    color: #cecece;
}
.form-subscribe .col .captcha {
    float: left;
    width: 77px;
}
.form-subscribe .col .refresh-captcha {
    margin: 5px;
}
#form_subscribe {
    display: none;
    margin: 20px 0 0 0;
}
.form-subscribe .message {
    color: #FFF601;
    display: none;
    margin: 20px 0 0 0;
    clear: both;
}
.box-film-related {
    margin: 10px 0 0 0;
}
.form-filter {
    overflow: hidden;
    margin: 0 0 10px 0;
}
.form-filter .filter-item {
    float: left;
    color: #959595;
    font-size: 12px;
    margin: 0 5px 0 0;
}
.form-filter .filter-item label {
    float: left;
    font-weight: normal;
    margin: 8px 5px 0 0;
}
.form-filter .filter-item .form-control {
    width: 134px;
    margin: 0 5px 5px 0;
    padding: 0px;
    font-size: 12px;
    height: 26px;
    background: #FFFFFF;
    border: 1px solid #8C8C8C;
    box-shadow: none;
    border-radius: 2px;
    color: #333;
    outline: none;
}
.form-filter .filter-item .form-control#cat_id {
    width: 164px;
}
.form-filter .filter-item .form-control#city_id {
    width: 110px;
}
.form-filter .filter-item .form-control#year {
    width: 88px;
}
.form-filter .filter-item .form-control#order {
    width: 90px;
}
.form-filter .filter-item .form-control#type {
    width: 90px;
}
.form-filter .btn {
    padding: 5.5px 8px;
    font-size: 12px;
    font-weight: bold;
    background: #34495e;
    color: #fff;
    border: none;
    outline: none;
}
.form-filter .btn:hover {
    background: #333333;
}
.pagination {
    text-align: right;
    margin: 10px 0;
    display: block;
}
.pagination ul {}.pagination ul li {
    display: inline-block;
    margin-left: 4px;
}
.pagination ul li a {
    padding: 3.5px 9px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    display: block;
}
.pagination ul li a:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #f0f0f0);
}
.pagination ul li a.current {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}
.pagination ul li a.disabled {
    opacity: 0.5;
}
.static-page {
    background: #fff;
    color: #333;
    border-radius: 5px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    overflow: hidden;
}
.static-page .title {
    font-size: 2em;
    font-weight: bold;
    color: #555;
    margin: 30px 30px 10px 30px;
}
.static-page .news-content {
    margin: 0 30px;
    min-height: 400px;
}
.upload-film {
    margin: 0 30px;
}
.upload-film .row {
    margin: 0 0 20px 0;
}
.row {
    display: block;
    padding: 10px 0;
    position: relative;
    float: left;
    width: 100%;
}
.upload-film .row label {
    font-weight: normal;
    width: 160px;
    text-align: right;
    margin: 7px 20px 0 0;
    float: left;
}
.upload-film .row select,
.upload-film .row textarea,
.upload-film .row input[type="text"] {
    padding: 8px;
    outline: none;
    background: #ffffff;
    border-radius: 3px;
    width: 450px;
    text-align: left;
    color: #333333;
    border: 1px solid #dcdcdc;
}
.upload-film .row .btn-submit {
    margin: 0 0 0 180px;
}
#footer {
    background: #34495e;
}
#footer .content {
    display: block;
    min-height: 130px;
    padding: 30px 15px;
    color: #ffffff;
}
#footer .content .views-row {
    float: left;
    margin-right: 20px;
    width: 145px;
}
#footer .views-row.views-row-1 {
    width: 290px;
}
#footer .views-row.views-row-5 {
    margin-right: 0;
}
#footer .views-row .copy-right,
#footer .views-row a {
    color: #999999;
    font-size: 12px;
}
#footer .views-row a:hover {
    color: #fafafa;
}
#footer .views-row .copy-right {
    margin: 10px 0;
}
#footer .views-row>p {
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 8px 0;
}
#footer .views-row .social ul li {
    float: left;
    margin: 0 5px 0 0;
}
#footer .views-row .social ul li a {
    font-size: 25px;
    color: #ffffff;
}
#profile {
    background: #2a2a2a;
    margin: 0 0 20px 0;
}
#profile .heading {
    padding: 10px 25px;
    border-bottom: 1px solid #dcdcdc;
    color: #FFF601;
    font-weight: bold;
    font-size: 18px;
}
#profile .heading .btn-edit {
    color: #009DEF;
    font-size: 14px;
    margin: 5px 0 0 0;
    cursor: pointer;
}
#profile .heading .btn-edit:hover {
    color: #0072AE;
}
#profile .heading .btn-edit .fa {
    margin: 0 5px 0 0;
}
#profile .wapper {
    padding: 25px;
}
#profile .item {
    margin: 0 0 10px 0;
    color: #cecece;
}
#profile .item .notset {
    color: #999999;
}
#profile .item label,
#profile .form-row label {
    width: 135px;
    color: #666666;
    text-align: right;
}
#profile .form-row {
    margin: 0 0 10px 0;
}
#profile .form-row input[type="text"],
#profile .form-row input[type="password"],
#profile .form-row input[type="email"],
#profile .form-row input[type="tel"] {
    border: none;
    padding: 8px;
    outline: none;
    background: #383838;
    width: 300px;
    border-radius: 3px;
    color: #cecece;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}