.search-container {
    float: left;
    margin: 0 0 12px;
    width: 350px;
}

.relative {
    position: relative;
}

#suggestions {
    margin-left: -3px;
    margin-top: 6px;
    position: relative;
}

#suggestions.msuggestions {
    margin-top: -44px;
}

#suggestions strong {
    color: #c2c2c2;
}

#suggestions ul.autocomplete-list {
    background: #fff;
    border-radius: 6px;
    left: 3px;
    list-style: none;
    padding: 5px 0 10px;
    position: absolute;
    top: 42px;
    width: 428px;
    z-index: 15;
}

#suggestions ul.autocomplete-list li {
    border-bottom: 1px dashed #333;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 0 8px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

#suggestions ul.autocomplete-list li a {
    width: 100%;
    display: inline-block;
}

#suggestions ul.autocomplete-list li.last {
    border-bottom: 0;
    background: rgba(0, 0, 0, 0) url("image/icon_childparenthover.png") no-repeat right center;
}

#suggestions ul.autocomplete-list li.last a {
    color: #337ab7;
}

#suggestions ul.autocomplete-list li.film {
    height: 48px;
    line-height: 20px;
    margin-top: 4px;
}

#suggestions ul.autocomplete-list li.film img {
    width: 40px;
    padding-right: 10px;
    float: left;
    display: inline;
    height: 45px;
}

#suggestions ul.autocomplete-list li.film a {
    line-height: 14px;
}

#suggestions ul.autocomplete-list li.film span {
    font-size: 12px;
}

#suggestions ul.autocomplete-list li.hover {
    background: #151515;
}

#suggestions ul.autocomplete-list li strong {
    color: #0094fc;
}

#suggestions ul.autocomplete-list li span {
    color: #0094fc;
}

#suggestions ul.autocomplete-list li a span {
    color: #333;
}

#suggestions ul.autocomplete-list li a {
    color: #000;
}

#suggestions ul.autocomplete-list li a:hover {
    color: #0094fc;
}

#suggestions ul.autocomplete-list li a.active {
    color: #0094fc;
}

#suggestions .keyword {
    background: #2d2d2d;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #242424;
    color: #8c8c8c;
    float: left;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 5px;
    margin-left: 2px;
    padding: 0 12px;
    width: 326px;
}

#suggestions .submit {
    background-color: #000;
    border: none;
    cursor: pointer;
    float: left;
    height: 40px;
    margin-left: 8px;
    width: 56px;
}

#suggestions .submit:hover {
    background-position: -56px 0;
}

#msuggestions {
    float: left;
    margin-left: -8px;
    margin-top: -14px;
    position: relative;
}

#msuggestions strong {
    color: #c2c2c2;
}

#msuggestions ul.autocomplete-list {
    background: #1f1f1f;
    border-radius: 6px;
    left: 3px;
    list-style: none;
    padding: 5px 0 10px;
    position: absolute;
    top: 42px;
    width: 400px;
    z-index: 15;
}

#msuggestions ul.autocomplete-list li {
    border-bottom: 1px dashed #333;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 0 8px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #c2c2c2;
}

#msuggestions ul.autocomplete-list li.last {
    border-bottom: 0;
    background: rgba(0, 0, 0, 0) url("image/icon_childparenthover.png") no-repeat right center;
}

#msuggestions ul.autocomplete-list li.last a {
    color: #fff601;
}

#msuggestions ul.autocomplete-list li.film {
    height: 48px;
    line-height: 20px;
    margin-top: 4px;
}

#msuggestions ul.autocomplete-list li.film a {
    line-height: 14px;
}

#msuggestions ul.autocomplete-list li.film span {
    font-size: 12px;
}

#msuggestions ul.autocomplete-list li.hover {
    background: #151515;
}

#msuggestions ul.autocomplete-list li strong {
    color: #fff601;
}

#msuggestions ul.autocomplete-list li span {
    color: #fff601;
}

#msuggestions ul.autocomplete-list li a span {
    color: #999;
}

#msuggestions ul.autocomplete-list li a {
    color: #c2c2c2;
}

#msuggestions ul.autocomplete-list li a:hover {
    color: #0094fc;
}

#msuggestions ul.autocomplete-list li a.active {
    color: #0094fc;
}

#msuggestions .keyword {
    background: #2d2d2d;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #242424;
    color: #8c8c8c;
    float: left;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 5px;
    margin-left: 2px;
    padding: 0 12px;
    width: 326px;
}

#msuggestions .submit {
    background-color: #000;
    border: none;
    cursor: pointer;
    float: left;
    height: 40px;
    margin-left: 8px;
    width: 56px;
}

#msuggestions .submit:hover {
    background-position: -56px 0;
}

.page-search .title-box {
    margin-top: 10px;
    font-size: 24px;
}

.page-search .title-box {
    margin-left: 10px;
}

#media-player {
    width: 980px;
    height: 550px;
    background-color: #000;
    z-index: 10;
    position: relative;
}

#media-player .countdown-wrapper {
    color: #fff;
    font-size: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 100%;
}

#media-player .countdown-wrapper .countdown {
    font-weight: 600;
    margin: 20px 0;
}

#media-player .countdown-wrapper .countdown .label {
    font-size: 100%;
}

#media-player .not-found {
    text-align: center;
    padding: 15% 3%;
    font-size: 17px;
    line-height: 1.3em;
    color: #afafaf;
}

#media-player .not-found p {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #bf0000;
}

#media-player .not-found a {
    text-decoration: underline;
}

#error-film {
    min-height: 20px;
    width: 460px !important;
}

.warp {
    background: #f8cc1b;
    border-radius: 10px 10px 7px 7px;
    color: #333338;
    font-size: 14px;
    padding: 0;
}

.h2-ttlpopup {
    background: #333338;
    border-radius: 7px 7px 0 0;
    box-sizing: unset;
    color: #fff9e3;
    display: block;
    font-size: 20px;
    height: 25px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.error-film .row {
    padding: 4px 0;
}

.error-film .contentpopup {
    padding: 15px 30px;
}

.error-film .error {
    color: #a20606;
    font-size: 14px;
    padding: 0 0 5px;
    text-align: center;
}

.error-film .cf {
    min-height: 1px;
}

.error-film .row {
    display: block;
    float: left;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

.error-film .error-film .row {
    padding: 4px 0;
}

.error-film .cf::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.error-film .row .label {
    color: #333338;
    float: left;
    font-size: 14px;
    min-height: 23px;
    padding: 10px 0 0;
    width: 27%;
}

.error-film .row .inputs {
    float: right;
    min-height: 33px;
    width: 70%;
}

.error-film .txtInputStyle {
    background: #f5f4d6;
    border: 0;
    border-radius: 6px;
    box-sizing: unset;
    color: #474747;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 20px;
    padding: 5px 10px;
    width: 260px;
}

.error-film .txtInputStyle4 {
    width: 50px;
}

.error-film .cmd {
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: center;
    width: 100%;
}

.error-film .btnstyle2 {
    background: #313136;
    border: 0;
    border-radius: 6px;
    color: #f8cc1b;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin-right: 5px;
    padding: 0 10px 3px;
}

.download-episode {
    background: #282828;
    color: #848484;
    font-size: 13px;
    margin: 10px 0;
    padding: 5px;
}

.download-episode .caption {
    border-bottom: 1px solid #fff601;
    color: #fff601;
    margin: 0 0 20px;
    overflow: hidden;
    padding-bottom: 10px;
}

.download-episode .caption > h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.left {
    float: left;
}

.right {
    float: right;
}

.refresh-captcha {
    color: #0094fc;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    margin: 12px;
}

.captcha-container .left {
    background: #fefefe;
    border: 2px solid #b9b9b9;
    border-radius: 5px;
    padding: 5px;
}

.captcha-container .captcha {
    float: left;
    margin: 5px 5px 5px 0;
}

.captcha-container .left .label {
    font-size: 12px;
    font-weight: bold;
    padding: 0 3px;
    display: block;
    color: #181818;
    margin: 0 0 5px;
    text-align: left;
}

.captcha-container #ip_captcha {
    width: 140px;
    padding: 3px;
}

.refresh-captcha {
    color: #0094fc;
    display: inline-block;
    font-size: 25px;
    margin: 12px;
    cursor: pointer;
}

.download-episode .btn-get-link {
    margin: 10px;
    font-weight: bold;
}

.download-episode table {
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    border-collapse: collapse;
    color: #fafafa;
    width: 100%;
    margin: 20px 0 0 0;
}

.download-episode table th {
    text-align: center;
    font-weight: bold;
}

.download-episode table td,
.download-episode table th {
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    padding: 5px;
}

#page-info .list-episode,
.download-box {
    background: #181818;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 10px;
}

.download-box h1 {
    font-size: 24px;
    margin: 0 0 20px;
    color: #fff601;
}

.download-box .ads {
    width: 300px;
    height: 300px;
    border: 1px solid #121212;
    background: #222;
}

.download-box .list-download {
    text-align: center;
}

.list-download li a {
    display: inline-block;
    padding: 10px;
    font-size: 20px;
    margin: 0 0 20px 0;
}

#btn_autonext.active:after {
    content: "Tự chuyển tập: Bật";
}

#btn_autonext:after {
    content: "Tự chuyển tập: Tắt";
}

.box-player {
    position: relative;
}

.box-player .skip {
    padding: 0;
    border-radius: 0;
    bottom: 5em;
    right: 1em;
    border: 1px solid #333;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 1.75em;
    font-size: 1em;
    display: inline-block;
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.box-player .admute {
    padding: .4em;
    border-radius: 0;
    bottom: 2em;
    right: 1em;
    border: 1px solid #333;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 1.75em;
    font-size: 1.2em;
    display: inline-block;
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.play-tags .caption {
    background: #00b0e4;
    padding: 2px 5px;
    color: #fff;
    margin: 0 0 5px;
    display: inline-block;
}

.play-tags {
    margin: 20px 0 0;
    background: #fff;
    padding: 10px;
}

.play-tags h3 {
    margin: 0 0 10px;
    font-size: 12px;
    color: #333;
}

ul.server-backup {
    text-align: left;
}

ul.server-backup li {
    display: block;
    padding: 5px 10px 3px;
    background: #444;
    color: #fff601;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}

ul.server-backup li.active,
ul.server-backup li:hover {
    background: #54b355;
    color: #fff;
}

@media (max-width: 1299px) {
    .float-ads {
        display: none;
    }
}

.box-player .loading-player:before {
    content: "\e601";
}

.box-player .loading-player {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.box-player .loading-container {
    position: absolute;
    text-align: center;
    vertical-align: middle !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 2em;
    color: #fff;
    background: #000;
    z-index: 12;
    top: 50%;
    left: 50%;
    margin: -39px 0 0 -39px;
    border-radius: 50%;
    padding: 19px 25px;
    display: none;
}

.box-player .loading-container:after {
    content: "Vui lòng chờ trong giây lát...";
    font-size: 12px;
    white-space: nowrap;
    left: -35px;
    bottom: -20px;
    margin: 3px 0 0;
    position: absolute;
    color: #fff;
    animation: none;
}

.box-player.loading .loading-container {
    display: block;
}

#media-player img.error_loading {
    max-width: 100%;
    max-height: 100%;
}

.player_pause_ads {
    display: none;
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0;
}

.jw-state-paused .player_pause_ads {
    display: block;
}

.player_pause_btn {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
}

.player_pause_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 20px solid transparent;
    border-left: 30px solid #fff;
    margin: -19px 0 0 -8px;
}

.jw-state-paused .player_pause_btn {
    display: block;
}

.list-server {
    background: #353535;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
    color: #fff601;
    padding-bottom: 5px;
}

.list-server .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.list-server .server-item {
    margin: 0 0 10px;
    overflow: hidden;
    line-height: 28px;
}

.list-server .server-item:last-child {
    margin: 0;
}

.list-server .server-item .btn {
    margin: 0 0 5px;
}

.list-server .server-item .btn-sm.active {
    text-decoration: underline;
    font-weight: 700;
    color: #fff601;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
    background: url(../images/AjaxLoader.gif) no-repeat center center;
}

@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.html');
    src: url('UTMCafeta.html?#iefix') format('embedded-opentype'),
         url('UTMCafeta-2.html') format('woff2'),
         url('UTMCafeta-3.html') format('woff'),
         url('UTMCafeta-4.html') format('truetype'),
         url('UTMCafeta-5.html#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: uppercase;
}

.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;
}

body,
html {
    background: #1a1a1a;
    margin: 0;
    font-family: Arial, Tahoma;
    font-size: 14px;
    color: #dcdcdc;
}

#header {
    height: 40px;
    padding: 14px 0;
    background: #1a1a1a;
}

#header .logo {
    float: left;
    margin: 0 100px 0 0;
}

.form-search #q {
    background: #403f3f;
    border: 0;
    border-radius: 5px;
    color: #999;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    width: 330px;
    outline: 0;
    float: left;
    padding-right: 40px;
}

.form-search #searchsubmit {
    background: url(https://i.imgur.com/27lx1lv.png) no-repeat;
    border: 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: -36px;
    outline: 0;
    position: absolute;
    top: 2px;
}

#q::-moz-placeholder {
    color: #999;
    opacity: 1;
}

#q:-ms-input-placeholder {
    color: #999;
}

#q::-webkit-input-placeholder {
    color: #999;
}

.form-search button {
    background: #5cb85c;
    border: 0;
    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;
}

.search-container .fa-search {
    position: absolute;
    right: -24px;
    top: 7px;
    font-size: 20px;
    color: #c22d4d;
}

#header #menu-user {
    float: right;
}

#menu-user li {
    float: left;
}

#menu-user li a {
    display: block;
    color: #fff;
    margin-right: 5px;
    background: #ebc328;
    padding: 8px 12px;
    transition: all .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;
}

#main-menu {
    clear: both;
    margin: 3px 0;
    background: #282828;
}

#main-menu.fix-nav {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
    margin: 0;
    background: #282828;
}

#main-menu > .container {
    background: #282828;
}

#main-menu ul > li {
    float: left;
    border-left: 1px solid #313131;
    position: relative;
}

#main-menu ul > li:first-child {
    border: 0;
}

#main-menu ul > li > a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 13px;
}

#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 > a > i.fa {
    margin-right: 6px;
}

#main-menu .sub-menu {
    top: 100%;
    left: 0;
    width: 166px;
    background-color: #141414;
    z-index: 101;
    opacity: .9;
    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.player {
    width: 980px;
    padding: 0;
    background: #333;
}

#content .left-content {
    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: #fff;
    opacity: .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: #fbfbfb;
    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: #f5cc2a;
}

.list-film .film-item .title .real-name {
    font-size: 12px;
    color: #fbfbfb;
    font-weight: normal;
}

.list-film .film-item .current-status {
    font-size: 12px;
    background: #a21d0a;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 2px;
    color: #fbfbfb;
    padding: 2px 5px;
    font-weight: normal;
    opacity: .9;
}

.list-film .film-item .current-status-1 {
    font-size: 12px;
    background: #4cae4c;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 2px;
    color: #fbfbfb;
    padding: 2px 5px;
    font-weight: normal;
    opacity: .9;
}

.list-film .film-item .current-status-2 {
    font-size: 12px;
    background: #357ebd;
    position: absolute;
    bottom: 45px;
    left: 3px;
    border-radius: 2px;
    color: #fbfbfb;
    padding: 2px 5px;
    font-weight: normal;
    opacity: .9;
}

.list-film .film-item .current-status-3 {
    font-size: 12px;
    position: absolute;
    bottom: 45px;
    right: 3px;
    border-radius: 2px;
    padding: 2px 5px;
    font-weight: normal;
    opacity: .9;
    background: rgba(0, 0, 0, .8);
    color: rgba(255, 255, 255, .9);
}

.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: #fff;
}

.list-film .label-quality {
    position: absolute;
    background: #fff601;
    color: #080505;
    border-radius: 0;
    font-size: 12px;
    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: 0;
}

#film-hot {
    margin: 8px 0;
    max-height: 265px;
    overflow: hidden;
}

.film-slide {
    padding: 10px 6px 8px 10px;
    background: #222;
    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: #fff;
}

.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: .9;
    margin: -30px 5px 0 5px;
    width: 16px;
}

.owl-theme .owl-controls .owl-buttons div {
    margin-top: -26px;
}

#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;
    clear: both;
    overflow: hidden;
}

.block-film:last-child {
    margin-bottom: 0;
}

.block-film .caption {
    background: #282828;
    border-top: 2px solid #efc72a;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 7px;
    font-family: 'roboto';
    color: #fff;
    font-weight: bold;
}

#film-trailer .caption {
    background: #282828;
    border-top: 1px solid #bbb;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 7px;
    font-family: 'roboto';
    color: #0094fc;
    font-weight: bold;
}

.block-film .caption a.view-all {
    color: #efc72a;
    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: 0 7px 8px 0;
}

.right-content .block {
    margin-bottom: 5px;
}

.right-content .block .caption {
    padding: 6px;
    text-align: center;
    background: #1a1a1a;
    border-top: 2px solid #bbb;
    font-family: UTM Cafeta;
    color: #ebc328;
    font-size: 22px;
}

.right-content .block .caption a {
    color: #ebc328;
}

.right-content .block .caption a:hover {
    color: #fff601;
}

.most-view {
    background: #282828;
}

.most-view .tabs .tab {
    width: 100px;
    background: #e5e5e5;
    color: #333;
    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: #ebc328;
    color: #34495e;
}

.breadcrumbs {
    margin: 5px 0;
    overflow: hidden;
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none;
    padding: 7px 5px 7px 30px;
    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: 25px;
}

.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: #f5cc2a;
    font-weight: bold;
}

.film-info h1.name a {
    color: #f5cc2a !important;
}

.film-info h2.real-name {
    font-size: 15px;
    font-weight: normal;
    margin: 3px 0 7px 248px;
    color: #fff;
    font-weight: bold;
}

.film-info .meta-data {
    font-size: 13px;
    margin: 0 0 0 278px;
}

.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: #fff;
}

.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 .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;
    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: #fbfbfb;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

.show-time .tags {
    overflow: hidden;
}

.show-time .tags a,
.show-time .tags a:before {
    background: #2671bd;
    border-color: transparent #2671bd transparent transparent;
}

.tags a:hover {
    background: #666;
}

.tags a:hover:before {
    border-color: transparent #666 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;
    border-radius: 3px;
    font-weight: bold;
}

#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;
    padding: 20px 0;
}

#player-video .box-comment {
    background: #fff;
}

#player-video .block-film .caption {
    background: #282828;
    border: 0;
}

#player-video .film-slide {
    background: 0;
}

#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 light";
}

.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;
    font-size: 12px;
    color: #fff;
}

.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: 8px 13px 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 0 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 0 0 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: 2px 7px 1px 10px;
    background: #202020;
    color: #fff601;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
}

.choose-server li a:hover {
    background: #555;
}

.video-btn {
    font-size: 13px;
    padding: 3px 5px;
    margin: 5px 0 0 5px;
    color: #fff;
    background-color: #202020;
    border-radius: 2px;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 9;
    font-weight: bold;
}

.video-btn a {
    color: #fff;
}

.video-btn i {
    padding-right: 5px;
}

#btn_autonext i {
    color: #767676;
}

#btn_autonext.active i {
    color: #ffd700;
}

#btn_lightbulb:after {
    content: "Turn off light";
}

#btn_autonext.active:after {
    content: "Auto next episodes: On";
}

.player {
    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;
    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 h1 {
    color: #fff601 !important;
}

.player .details h2 {
    font-size: 16px;
    color: #fafafa;
    font-style: italic;
    margin: 5px 0;
}

.player .details .control-box {
    min-height: 43px;
}

.episodes .caption {
    color: #fff;
    margin: 0 0 5px 0;
}

.episodes .caption i.fa {
    margin: 0 5px 0 0;
}

.episodes ul li {
    float: left;
    margin: 0 5px 5px 0;
}

.list-episode {
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
}

.list-episode::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.list-episode::-webkit-scrollbar {
    width: 12px;
    background-color: #282828;
}

.list-episode::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #d62929;
}

.episodes ul li a {
    background: #666;
    border-bottom: 2px solid #b1b1b1;
    color: #fff;
    font-size: 15px;
    padding: 2px 10px;
    display: block;
}

.episodes ul li a:visited {
    background: #1f1f1f;
    border-bottom: 2px solid #1f1f1f;
}

.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;
    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 {
    display: none;
    background: #fff;
    padding: 5px;
    color: #333;
    margin: 5px 0 10px 0;
}

#player-video .show-time h3 {
    margin: 0 0 5px;
    font-size: 18px;
    color: #000;
    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;
    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: 0;
    padding: 8px;
    outline: 0;
    background: #383838;
    border-radius: 3px;
    width: 450px;
    text-align: left;
    color: #333;
    border: 1px solid #dcdcdc;
}

.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;
    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 4px 0 0;
}

.form-filter .filter-item label {
    float: left;
    font-weight: normal;
    margin: 8px 5px 0 0;
}

.form-filter .filter-item .form-control {
    width: 100px;
    margin: 0 5px 5px 0;
    padding: 0;
    font-size: 12px;
    height: 26px;
    background: #fff;
    border: 1px solid #8c8c8c;
    box-shadow: none;
    border-radius: 2px;
    color: #333;
    outline: 0;
}

.form-filter .filter-item .form-control#filter-category {
    width: 164px;
}

.form-filter .filter-item .form-control#filter-country {
    width: 110px;
}

.form-filter .filter-item .form-control#filter-year {
    width: 88px;
}

.form-filter .filter-item .form-control#filter-eptype {
    width: 90px;
}

.form-filter .filter-item .form-control#filter-sort {
    width: 90px;
}

.form-filter .btn {
    padding: 5.5px 8px;
    font-size: 12px;
    font-weight: bold;
    background: #5cb85c;
    color: #fff;
    border: 0;
    outline: 0;
}

.form-filter .btn:hover {
    background: #3e8f3e;
}

.pagination {
    text-align: right;
    margin: 10px 0;
    display: block;
}

.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 0 1px 0 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: 0 1px 2px 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: 0;
    background: #616161;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .5), 0px 1px 0 rgba(255, 255, 255, .8);
    color: #f0f0f0;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.pagination ul li a.disabled {
    opacity: .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: 0;
    background: #fff;
    border-radius: 3px;
    width: 450px;
    text-align: left;
    color: #333;
    border: 1px solid #dcdcdc;
}

.upload-film .row .btn-submit {
    margin: 0 0 0 180px;
}

.imdb-logo {
    font: 1em/1 Impact, HelveticaNeue-CondensedBold, sans-serif;
    color: #000 !important;
    text-shadow: 0 0 .15em #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: bottom;
    padding: .25em .35em;
    border-radius: .15em;
    background: radial-gradient(#ffffb8, #ce981d);
}

.imdb-logo:hover {
    background: radial-gradient(lighten(#ffffb8, 10%), lighten(#ce981d, 10%));
}

#footer {
    background: #282828;
}

#footer .content {
    display: block;
    padding: 15px 15px;
    color: #fff;
}

#footer .content .views-row {
    margin: 0 auto;
    width: 300px;
    text-align: center;
}

#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: #999;
    font-size: 12px;
}

#footer .views-row a:hover {
    color: #fafafa;
}

#footer .views-row .copy-right {
    margin: 10px 0;
}

#footer .views-row > p {
    color: #fff;
    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: #fff;
}

#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;
    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;
    color: #cecece;
}

#profile .item .notset {
    color: #999;
}

#profile .item label,
#profile .form-row label {
    width: 135px;
    color: #666;
    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: 0;
    padding: 8px;
    outline: 0;
    background: #383838;
    width: 300px;
    border-radius: 3px;
    color: #cecece;
}

.s-gotop-wrap {
    display: none;
    overflow: hidden;
    position: fixed;
    right: 32px;
    bottom: 20px;
    z-index: 1000;
    max-width: 1440px;
    text-align: right;
}

.s-gotop-wrap.s-show {
    display: block;
}

.s-gotop-wrap .s-btn-gotop {
    width: 58px;
    height: 58px;
    border-radius: 4px;
    background: #363636;
    font-size: 0;
    opacity: .7;
}

.s-gotop-wrap .s-btn-gotop:after {
    overflow: hidden;
    display: inline-block;
    width: 36px;
    height: 22px;
    margin: 18px auto;
    background: url("../images/btn-gotop.png") no-repeat;
    background-size: 100%;
    content: '';
}

@media screen and (max-width: 768px) {
    .s-gotop-wrap {
        min-width: 320px;
        right: 34.13333px;
        bottom: 34.13333px;
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-gotop-wrap {
        right: 16px;
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-gotop-wrap {
        bottom: 16px;
    }
}

@media screen and (max-width: 768px) {
    .s-gotop-wrap .s-btn-gotop {
        width: 40px;
        height: 40px;
    }

    .s-gotop-wrap .s-btn-gotop:after {
        width: 23px;
        height: 16px;
        margin: 9px auto;
    }
}

.s-gotop-wrap button {
    border: 0;
}