body {
    overflow: hidden;
    position: relative;
    font-family: Arial, "Sans Serif";
}

#error_messages {
    display: none;
}

#loading {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    z-index: 1;
}

#loading > div {
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent url(mejs-controls.svg) -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
}

#main-page,
#container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ and Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* other browsers */
}
#container {
    position: relative;
}
.control {
    top: 0;
    left: 0;
    list-style-type: none;
    position: fixed;
    width: 100%;
    text-align: right;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent 100%);
}
.control a {
    margin: 2px 5px 5px 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: 20px;
}

.ended-actions .title,
.control .title {
    float: right;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 65%;
    min-width: 300px;
    font-size: 14px;
    cursor: default;
    height: 16px;
}
.ended-actions .title {
    margin: 9px 12px;
}
.control .title {
    margin: 13px 0px;
}
.control .file-menu-button {
    background: url(../img/menu.png) no-repeat center center;
    text-decoration: none;
    float: right;
    width: 30px;
    background-size: 17px;
    margin-right: 0px;
    margin-top: 2px;
}
.control .file-menu-button.active {
    background-color: rgba(0, 0, 0, 0.8);
}
.control .file-menu-container {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top:0px;
    left: 0px;
    display: none;
    cursor: pointer;
}
.control .file-menu {
    clear: both;
    right: 0px;
    top: 31px;
    position: absolute;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 0px;
}
.control .file-menu li {
    display: block;
    cursor: default;
}
.ended-actions .file-actions a,
.control .file-menu li>span,
.control .file-menu li a {
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
}
.control .file-menu li a,
.control .file-menu li>span {
    display: block;
    padding: 10px 15px;
    height: auto;
    margin: 0px;
}
.ended-actions .file-actions a span,
.control .file-menu li>span span,
.control .file-menu li a span {
    display: block;
}
.control .file-menu li>span span,
.control .file-menu li a span {
    margin-right: 3px;
    width: 16px;
    height: 16px;
    float: left;
}
.ended-actions .file-actions a span {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    float: left;
    float: right;
}

.ended-actions .file-actions a.replay span,
.control .file-menu li a.replay span {
    background: url(../img/replay1.png) no-repeat center center;
    background-size: 14px;
}
.control .file-menu li>span.display-troubleshooter span {
    background: transparent url(../img/troubleshooter.png) no-repeat center center;
    background-size: 14px;
}
.ended-actions .file-actions a.download_button span.icon,
.control .file-menu li a.download_button span.icon {
    background: url(../img/dl.png) no-repeat center center;
    background-size: 14px;
}
.ended-actions .file-actions a.replay span.icon,
.ended-actions .file-actions a.download_button span.icon {
    background-size: 20px;
}

#container .play-container,
.control>a,
.control .file-menu li a,
.control .file-menu li>span,
.control .file-menu li a span {
    opacity: 0.8;
}
#container .play-container:hover,
.control>a:hover,
.control .file-menu li a:hover,
.control .file-menu li>span:hover,
.control .file-menu li a:hover span,
.control .file-menu-button.active {
    opacity: 1;
}

.mejs__container .mejs__controls {
    background-image: linear-gradient(to top, rgba(0,0,0,0.9), transparent 100%) !important;
}
.show_catalog {
    float: left;
    background: url(../img/video-library.png) no-repeat center center;
}
#container .main-poster {
    width: 100%;
    max-width: 100%;
}

#container .play-container {
    background-color: rgba(0, 0, 0, 0.7);
    width: 80px;
    height: 70px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -35px;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #fff;
}

#container #play {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    display: block;
    background: url(play.png) no-repeat center center;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.container {
    margin: 0 auto;
    position: relative;
}

.view {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    display: none;
    z-index: 100;
}

/*login-popup*/
.login-popup {
    background-color: #000;
    margin: 15px 10px 10px 10px;
    font-size: 13px;
    line-height: 14px;
    color: #d1d1d1;
    box-shadow: 0px 0px 20px #333;
    -moz-box-shadow: 0px 0px 20px #333;
    -webkit-box-shadow: 0px 0px 20px #333;
    text-align: center;
    position: relative;
    left: 0px;
    display: table-cell;
    vertical-align: middle;
}

.login-popup h1 {
    margin-bottom: 10px;
}

.form-text {
    width: 70px;
    text-align: left;
}

.button.submit {
    background-color: #d1d1d1;
    color: #444444;
    cursor: pointer;
    display: inline-block;
    margin: 10px 0px 0px 13px;
    width: 81px;
    border: none;
    height: 19px;
    line-height: 13px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.button.submit:hover {
    background: #ddd;
}

.form-text-bottom {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0px 7px 9px -170px;
}

.login-form-error {
    color: #fb4b51;
    font-size: 15px;
    margin: 9px;
    line-height: 16px;
}
.m-30 {
    margin: 30px 0;
}

.form-error {
    color: #d1d1d1;
    margin-bottom: 9px;
}

a, a:visited {
    color: rgb(25, 122, 48);
}

.form-error a, .form-error a:visited {
    color: rgb(25, 122, 48);
    margin-bottom: 9px;
}

form.signin .textbox input {
    border: 1px solid #333;
    color: #444444;
    font-size: 12px;
    line-height: 13px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 13px Arial, Helvetica, sans-serif;
    padding: 0;
    width: 134px;
    height: 16px;
    padding: 1px 5px;
}

fieldset {
    border: none;
}

form.signin .textbox label {
    display: block;
    padding-bottom: 9px;
}

form.signin .textbox span {
    display: inline-block;
}

div#jwplayer_fmpromo h1 {
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #94ee99;
    background: url(../img/spanbg.png);
    margin-top: 40px;
    width: 100%;
}

div#promo {
    background: url(../img/spanbg.png);
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    bottom: 5px;
    position: absolute;
    padding: 10px;
}

div#promo div {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ececec;
}

div#promo a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

#jwplayer_fmpromo {
    position: absolute;
    top: 0px;
    /*z-index: 10;*/
    margin-top: 0px;
    height: 0px;
    width: 100%;
}

#jwplayer_fmpromo #promo {
    z-index: 1;
    position: absolute;
    top: 618px;
    width: 100%;
}

#jwplayer_fmpromo #promo div {
    padding: 10px;
}

#freepreview {
    margin: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

div#freepreview a, div#freepreview a:visited {
    color: red;
}

a.site-link {
    color: white;
    display: inline-block;
}
div.premium {
    margin-bottom: 9px;
}

div.premium a, div.premium a:visited {
    font-weight: bold;
    color: #94ee99;
}

div.premium img {
    vertical-align: middle;
    margin-right: 5px;
}

div.form-text-bottom img {
    margin-right: 5px;
    margin-bottom: -3px;
}

#register-div,
#error-box-div {
    display: table-cell;
    vertical-align: middle;
}

#register-div .message {
    max-width: 500px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 18px;
}

#register-div .message p:first-child {
    margin-bottom: 20px;
}

#register-div .register-button {
    margin: 20px 0;
}

#register-div .register-button a {
    color: white;
    font-size: 19px;
    text-decoration: none;
    background-color: green;
    padding: 10px 30px;
    max-width: 300px;
    border-radius: 8px;

    /* Recent browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#8DD29A), to(#4A9442));
    background: -webkit-linear-gradient(top, #8DD29A, #4A9442);
    background: -moz-linear-gradient(top, #8DD29A, #4A9442);
    background: -o-linear-gradient(top, #8DD29A, #4A9442);
    background: linear-gradient(top, #8DD29A, #4A9442);
}

.container_st__b {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000 !important;
}

.container_st__b #st__b {
    width: 100%;
}

table.fm_t_block .fm_t a {
    display: block;
    line-height: 170%;
    text-decoration: none;
    font-size: 14px;
}

@media (max-width: 500px) {
    table.fm_t_block .fm_t a {
        font-size: 13px;
    }
}

table.fm_t_block .fm_t a .read_more_span {
    text-decoration: underline;
}

a.stream_notfound {
    background: url("../img/download_original_file_instead.png") center center / 234px 36px;
    display: block;
    height: 36px;
    width: 234px;
    margin: 20px auto 0 auto;
    color: #B9B9B9;
}

.mess {
    bottom: 38px;
    position: fixed;
    width: 82%;
    text-align: justify;
    background-color: white;
    color: grey;
    left: 5%;
    padding: 10px 30px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 3;
}

.mess button {
    position: absolute;
    top: 3px;
    right: 3px;
    border: none;
    color: grey;
    background: inherit;
}

td {
    vertical-align: middle;
}

#generate_teasers {
    display: block;
    width: 211px;
    height: 36px;
    background: transparent url(../img/show_another.png) no-repeat;
    background-size: 211px 36px;
    margin: 0 auto;
    margin-top: 15px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (min-width: 1100px) , screen and (min-height: 800px) {
    #generate_teasers {
        margin-top: 20px;
    }

    .container_st__b #st__b h1 {
        padding: 10px 0 18px 0;
        font-size: 20px;
    }
}

.container_st__b #st__b a {
    text-decoration: none;
}

.container_st__b #st__b table,
.container_st__b #st__b table table {
    margin: 0 auto;
}

.container_st__b #st__b a img {
    max-height: 300px;
}

@media only screen and (min-width: 1001px) {
    .container_st__b #st__b {
        position: absolute;
        top: 50%;
    }
}

@media only screen and (min-width: 1700px) {
    .container_st__b #st__b {
        margin-top: -196px;
    }

    .container_st__b #st__b {
        position: absolute;
        top: 50%;
    }
}

@media only screen and (max-width: 1700px) {
    .container_st__b #st__b {
        margin-top: -196px;
    }

    .container_st__b #st__b a img {
        max-height: 292px;
    }
}

@media only screen and (max-width: 1600px) {
    .container_st__b #st__b {
        margin-top: -187px;
    }

    .container_st__b #st__b a img {
        max-height: 274px;
    }
}

@media only screen and (max-width: 1500px) {
    .container_st__b #st__b {
        margin-top: -178px;
    }

    .container_st__b #st__b a img {
        max-height: 255px;
    }
}

@media only screen and (max-width: 1400px) {
    .container_st__b #st__b {
        margin-top: -168px;
    }

    .container_st__b #st__b a img {
        max-height: 236px;
    }
}

@media only screen and (max-width: 1300px) {
    .container_st__b #st__b {
        margin-top: -159px;
    }

    .container_st__b #st__b a img {
        max-height: 218px;
    }
}

@media only screen and (max-width: 1200px) {
    .container_st__b #st__b {
        margin-top: -150px;
    }

    .container_st__b #st__b a img {
        max-height: 198px;
    }
}

@media only screen and (max-width: 1100px) {
    .container_st__b #st__b {
        margin-top: -140px;
    }

    .container_st__b #st__b a img {
        max-height: 180px;
    }
}

@media only screen and (max-width: 1000px) {
    .container_st__b #st__b {
        margin-top: 50px;
    }

    .container_st__b #st__b a img {
        max-height: 162px;
    }
}

@media only screen and (max-width: 900px) {
    .container_st__b #st__b a img {
        max-height: 145px;
    }
}

@media only screen and (max-width: 800px) {
    .container_st__b #st__b a img {
        max-height: 125px;
    }
}

@media only screen and (max-width: 700px) {
    .container_st__b #st__b a img {
        max-height: 100px;
    }
}

@media only screen and (max-width: 600px) {
    .container_st__b #st__b a img {
        max-height: 90px;
    }
}

#hd-hint {
    bottom: 30px;
    right: 32px;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    position: fixed;
    padding: 10px 0px;
    width: 160px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 13px;
    color: #333333;
    padding-right: 10px;
    cursor: pointer;
}

#hd-hint:after,
#hd-hint:before {
    content: '';
    border: solid transparent;
    position: absolute;
    left: 84%;
    margin-left: -12px;
    bottom: -24px;
    width: 0;
}

#hd-hint:before {
    border-top-color: #d0d0d0;
    border-width: 9px;
    bottom: -19px;
    left: 138px;
}

#hd-hint:after {
    border-top-color: white;
    border-width: 18px;
    margin-left: -16px;
    margin-bottom: -2px;
}

#hd-hint a {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 12px;
    line-height: 9px;
    cursor: pointer;
    color: white;
    font-weight: 500;
    text-align: center;

    width: 10px;
    height: 10px;
    background: #d0d0d0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;

}

#hd-hint img {
    width: 25px;
    vertical-align: middle;
    margin: 0px 5px 5px -10px;
}

a.support-link {
    line-height: 150%;
    text-align: center;
}

.force_show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.signin .progressbar {
    display: none;
    margin: 15px 0px 0px 13px;
    border: none;
}

.login-popup {
    width: 100vw;
    height: 100vh;
}

.ended-actions {
    width: 100%;
    background-color: #202020;
    z-index: 3;
    position: fixed;
    border-bottom: 1px solid #080606;
    height: 35px;
    text-align: right;
}

div.mejs__qualities-button button .quality-img {
    margin-top: -5px;
    margin-left: -6px;
}

.noscript {
    border: 2px solid #f00;
    text-align:center;
    margin-top: 50px;
    padding: 15px;
}
.noscript a {
    font-weight: 700;
}
.harderror {
    margin: 30px 20px;
    border: 2px solid #f00;
    padding: 20px;
    line-height: 1.4;
    background-color: #fff;
}

.mejs__overlay-button {
    display: none;
}
.mejs__overlay-error {
    top: 45%;
    text-align: center;
}

#video-catalog-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #202020;
    color: #fff;
    z-index: 3;
    overflow: hidden;
    width: 100%
}
#video-catalog-container .video-catalog {
    overflow-y: scroll;
    width: calc(100% + 15px);
    height: 100vh;
}
#video-catalog-container .close-video-catalog {
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
    cursor: pointer;
    z-index: 2;
    padding: 7px 15px;
}

#video-catalog-container .video-catalog #video-catalog {
    clear: both;
}
#video-catalog-container ul.categories {
    padding-top: 35px;
}
#video-catalog-container ul.categories li {
    cursor: pointer;
}
#video-catalog-container ul.categories li a {
    display: block;
    padding: 5px 10px;
    color: #eee;
}
#video-catalog-container ul.categories li a:hover {
    color: white;
}
#video-catalog-container ul.videos {
    text-align: center;
    padding-top: 10px;
}
#video-catalog-container ul.videos li {
    opacity: 1;
    margin: 10px;
    width: 200px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
}
#video-catalog-container ul.videos li a {
    text-decoration: none;
    text-align: center;
}
#video-catalog-container ul.videos li a img {
    max-width: 200px;
    max-height: 115px;
}
#video-catalog-container ul.videos li a span.title {
    width: 145px;
    font-size: 12px;
    display: block;
    padding: 4px 0px;
    text-align: left;
    color: #da9033;
    float: left;
    height: 33px;
    overflow: hidden;
    line-height: 14px;
    box-sizing: border-box;
}
#video-catalog-container ul.videos li a span.duration {
    padding: 4px 0px;
    color: #fff;
    display: block;
    float: right;
    font-size: 12px;
}

#video-catalog-container a.previous {
    position: fixed;
    right: 0;
    cursor: pointer;
    color: white;
    margin-top: 13px;
    margin-right: 16px;
    opacity: 0.9;
}
#video-catalog-container a.previous:hover,
#video-catalog-container .next a:hover {
    opacity: 1;
}
#video-catalog-container .next {
    display: block;
    margin: 20px auto;
    text-align: center;
}
#video-catalog-container .next a {
    color: white;
    cursor: pointer;
    opacity: 0.9;
}

#video-catalog-fullscreen {
    display: block;
    right: 10px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
}
#video-catalog-container::-webkit-scrollbar { width: 0; }

.troubleshooter {
    z-index: 3;
    width: 104%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    position: fixed;
    overflow-y: scroll;
}
.troubleshooter form {
    width: 70%;
    max-width: 400px;
    display: block;
    margin: 10px auto 0 auto;
}
.troubleshooter form span {
    color: #fff;
}
.troubleshooter form .problem {
    color: red;
    font-size: 14px;
    padding-top: 2px;
}
.troubleshooter form p {
    color: #fff;
}
.troubleshooter form label {
    color: #fff;
    clear: both;
    display: block;
    font-size: 13px;
    cursor: pointer;
}
.troubleshooter form input[type=radio] {
    margin-left: 0px;
}
.troubleshooter form input[type=text],
.troubleshooter form textarea {
    width: 90%;
    margin-left: 19px;
    margin-top: 5px;
    font-size: 12px;
}
.troubleshooter form textarea {
    display:none;
}
.troubleshooter input.button.submit {
    margin: 5px 0px 0px 19px;
}
.troubleshooter .button.submit.cancel {
    margin-left: 10px;
}
.troubleshooter .success {
    margin-top: 50px;
    text-align: center;
}
.troubleshooter .success button {
    margin-left: 0px;
}
.categories-menu-container {
    display: none;
}
.categories-menu-container .background {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    top: 26px;
    cursor: pointer;
}
.categories-menu-button-container {
    position: fixed;
    width: 100%;
    height: 30px;
    background-color: #202020;
}
a.categories-menu-button {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 7px 0px 3px 10px;
    padding-left: 10px;
    position: fixed;
}

a.categories-menu-button span.arrow {
    display: inline-block;
    width: 18px;
    height: 10px;
    background: url(../img/angle-arrow.png) no-repeat center center;
    background-size: 11px;
}
a.categories-menu-button span.rotate {
    -moz-transform: rotate(180deg); /* Firefox */
    -ms-transform: rotate(180deg); /* IE */
    -webkit-transform: rotate(180deg); /* Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Opera */
    transform: rotate(180deg);
}
.categories-menu {
    position: absolute;
    top: 26px;
    left: 0;
    width: 466px;
    height: 100vh;
    max-height: 500px;
    z-index: 1;
    background-color: #202020;
    overflow: hidden;
}
.categories-menu .global-categories {
    float:left;
    width: 136px;
    padding: 15px 0 15px 15px;
    border-right: 1px solid #da9033;
    height: 100%;
    box-sizing: border-box;
}
.categories-menu .global-categories li {
    padding: 9px;
    border: 1px solid #202020;
    cursor: pointer;
    color: #da9033;
}
.categories-menu .global-categories li.active {
    border-radius: 8px 0 0 8px;
    border: 1px solid #da9033;
    border-right: 1px solid #1a1a1a;
    margin-right: -1px;
    color: #fff;
    background-color: #1a1a1a;
}
.categories-menu .all-categories-container {
    overflow:hidden;
    width: 330px;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    left: 136px;
}
@media (max-width: 600px) {
    .categories-menu .all-categories-container {
        border-right: none;
    }
    .categories-menu {
        width: 100vw;
    }
}

.categories-menu .all-categories {
    float:left;
    padding: 17px 0 0 15px;
    background-color: #1b1b1b;
    height: 100vh;
    max-height: 500px;
    overflow-y:scroll;
    width:350px;
    border-bottom: 10px solid #1b1b1b;
    box-sizing: border-box;
}
.categories-menu .all-categories .suggestions {
    font-size: 13px;
}
.categories-menu .all-categories .suggestions .title {
    margin-top: 7px;
    float: left;
}
.categories-menu .all-categories .suggestions ul {
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 6px;
    margin-left: 84px;
    height: 47px;
    overflow: hidden;
    box-sizing: border-box;
}
.categories-menu .all-categories .suggestions ul li {
    color: #da9033;
    margin-top: 7px;
    display: inline-block;
    cursor: pointer;
}
.categories-menu .all-categories .suggestions ul li:hover {
    color: #fff;
}
.categories-menu .all-categories .suggestions ul li:after {
    color: #fff;
    content: ', ';
}
.categories-menu .all-categories .suggestions ul li:last-child:after {
    content: '';
}
.categories-menu .all-categories .categories-list {
    padding-bottom: 60px;
    clear: both;
    display: none;
}
.categories-menu .all-categories .categories-list li {
    padding: 8px 0px;
    cursor: pointer;
    color: #da9033;
}
.categories-menu .global-categories li:hover,
.categories-menu .all-categories .categories-list li:hover {
    color: #fff;
}
#video-catalog-fullscreen button {
    border: 0;
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 10px 6px;
    width: 20px;
}
#video-catalog-fullscreen button,
.mejs__fullscreen-button>button {
    background: transparent url(../img/fullscreen.png);
    background-size: 20px;
}
#video-catalog-fullscreen button.unfullscreen,
.mejs__unfullscreen>button {
    background: transparent url(../img/unfullscreen.png);
    background-size: 20px;
}
.error-message-open-catalog-link {
    display: block;
    margin-top: 5px;
}

@media (max-height: 299px) {
    .login-popup {
        font-size: 11px;
    }
    .login-popup .login-form-error {
        font-size: 11px;
        margin: 3px;
    }
    .login-popup .button.submit {
        margin-top: 3px;
    }
    .login-popup #freepreview {
        margin: 10px;
        font-size: 11px;
    }
}

.form-text-bottom a {
    color: #94ee99;
}

.blocked-cookies-message {
    background-color: #696969;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px;
    width: 90%;
    max-width: 550px;
    margin: 10px auto;
}
.blocked-cookies-message a {
    color: #ffffff;
}
a.new-tab-url {
    margin-top: 10px;
    display: inline-block;
    color: #94ee99;
}
@media (max-height: 299px) {
    .blocked-cookies-message {
        display: none;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1){
    #video-catalog-container:-webkit-full-screen .categories-menu-button-container {
        padding-top: 15px;
        height: 45px;
    }
    #video-catalog-container:-webkit-full-screen .categories-menu-container .background {
        top: 41px;
    }
    #video-catalog-container:-webkit-full-screen .close-video-catalog {
        top: 15px;
    }
    #video-catalog-container:-webkit-full-screen a.categories-menu-button {
        left: 160px;
    }
    #video-catalog-container:-webkit-full-screen .categories-menu {
        width: 700px;
        top: 41px;
    }
    #video-catalog-container:-webkit-full-screen .categories-menu .all-categories-container {
        left: 280px;
    }
    #video-catalog-container:-webkit-full-screen .categories-menu .global-categories {
        margin-left: 144px;
    }
}
