@charset "utf-8";

/*
@import 'bootstrap-inherit.css';
@import 'material-design-login.css';
@import 'jquery.bxslider.css';
@import 'mobile-search.css';
@import 'search.css';
*/

a {
    -webkit-backface-visibility: hidden;
}

.modal-dialog,
.modal:before {
    display: inline-block;
    vertical-align: middle
}

@font-face {
    font-family: 'icons';
    src: url("fonts/icomoon.woff") format('woff'), url("fonts/icomoon.ttf") format('truetype'), url("fonts/icomoon.otf") format('opentype'), url("fonts/icomoon.eot") format('embedded-opentype');
}

.navbar-nav>li>a {
    padding-bottom: 22px;
    padding-top: 22px;
    text-transform: uppercase
}

.logo a,
.modal {
    padding: 0!important
}

.modal-top {
    top: -15px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #222325;
    color: #ea4702;
    border-bottom: 2px solid #ff4e00
}

.navbar-right {
    margin-right: 0
}

.modal-content {
    border-radius: 0;
    background-color: #17191d
}

.modal-backdrop.in {
    opacity: .8
}

.pl0 {
    padding-left: 0!important
}

.ml0 {
    margin-left: 0!important
}

.pr0 {
    padding-right: 0!important
}

.mr0 {
    margin-right: 0!important
}

.mb75 {
    margin-bottom: 75px
}

.modal {
    text-align: center
}

.modal:before {
    content: '';
    height: 100%;
    margin-right: -4px
}

.modal-dialog {
    text-align: left
}

.dropdown-menu {
    background-color: #222325
}

.dropdown-menu>li>a {
    color: #8b8e96
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #8b8e96;
    background-color: #292a2c
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #8b8e96;
    text-decoration: none;
    outline: 0;
    background-color: #292a2c
}

.mt20 {
    margin-top: 20px
}

.table-responsive {
    border: none
}

.bar,
.group input {
    display: block;
    width: 100%
}

.button:focus,
input:focus {
    outline: 0
}

body,
html {
    height: 100%
}

.login-section {
    background-color: #fff
}

.login-section form {
    /*padding: 25px 40px*/
}

.group {
    position: relative;
    margin-top: 25px
}

.group input {
    font-size: 14px;
    padding: 5px;
    -webkit-appearance: none;
    color: #333;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c5c5c5
}

.group label {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.group input.used~label,
.group input:focus~label {
    top: -20px;
    color: #ff4e00;
    font-size: 14px
}

.bar {
    position: relative
}

.bar:after,
.bar:before {
    content: '';
    height: 1px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #ff4e00;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.bar:before {
    left: 50%
}

.bar:after {
    right: 50%
}

input:focus~.bar:after,
input:focus~.bar:before {
    width: 50%
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5
}

input:focus~.highlight {
    -webkit-animation: inputHighlighter .3s ease;
    animation: inputHighlighter .3s ease
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #4a89dc
    }
    to {
        width: 0;
        background: 0 0
    }
}

@keyframes inputHighlighter {
    from {
        background: #4a89dc
    }
    to {
        width: 0;
        background: 0 0
    }
}

.button {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    margin: .3em 0 1em;
    width: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #3160B6;
    cursor: pointer;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.buttonBlue {
    background: #4a89dc;
    text-shadow: 1px 1px 0 rgba(39, 110, 204, .5)
}

.buttonBlue:hover {
    background: #357bd8
}

.ripples {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: 0 0
}

.ripplesCircle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .25)
}

.movie-bg-rep,
.movie-bg-rep-su {
    background-image: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/movie-bg.jpg)
}

.ripples.is-active .ripplesCircle {
    -webkit-animation: ripples .4s ease-in;
    animation: ripples .4s ease-in
}

@-webkit-keyframes ripples {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0
    }
}

@keyframes ripples {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0
    }
}

.forgot-password {
    font-size: 12px;
    color: #999;
    text-align: right;
    margin: 10px 0 20px
}

.forgot-password a:link,
.forgot-password a:visited {
    color: #666
}

.forgot-password a:hover {
    color: #ff4e00;
    text-decoration: none
}

.remember-me a:link,
.remember-me a:visited {
    color: #666
}

.remember-me a:hover {
    color: #ff4e00;
    text-decoration: none
}

.remember-me input,
label {
    font-weight: 100;
    float: left;
    margin-right: 10px;
    width: inherit;
    font-size: 14px;
    color: #777
}

.btn-full {
    width: 100%
}

.pop-logo {
    padding-bottom: 5px
}

.pop-logo img {
    width: 13em
}

.login-section hr {
    border-bottom: 1px solid #d7d7d7!important;
    border-top: medium none;
    margin-bottom: 0;
    margin-top: 18px
}

.or-section {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: -10px
}

.fb-login,
.login-terms {
    margin-top: 10px;
    text-align: center
}

.or-section span {
    background-color: #fff;
    padding: 5px 10px;
    font-weight: 700
}

.fb-login {
    border: 2px solid #3b5998;
    color: #3b5998;
    font-size: 18px
}

.movie-bg-rep hr,
.movie-bg-rep-su hr {
    border-bottom: 1px solid #21ad76
}

.fb-login i {
    float: left;
    font-size: 28px
}

.fb-login a {
    padding: 10px;
    display: block;
    text-decoration: none
}

.fb-login a:hover,
.fb-login a:link,
.fb-login a:visited {
    color: #3b5998;
    text-decoration: none
}

.login-terms {
    color: #999;
    font-size: 11px
}

.login-terms a:link,
.login-terms a:visited {
    color: #ff4e00
}

.login-terms a:hover {
    color: #666;
    text-decoration: none
}

.sign-up-section-btn {
    color: #666;
    font-size: 16px;
    margin-top: 15px;
    text-align: center
}

.sign-up-section-btn span {
    padding: 5px 0
}

.sign-up-section-btn .btn-orange {
    margin-top: 0
}

.signin-text {
    margin-top: 50px
}

.signup-text {
    margin-top: 18px;
}

.movie-bg-rep h1 {
    text-align: center;
    font-size: 28px
}

.movie-bg-rep h2 {
    text-align: center;
    font-size: 18px
}

.movie-bg-rep div {
    padding: 80px 50px
}

.movie-bg-rep-su h1 {
    text-align: center;
    font-size: 28px
}

.movie-bg-rep-su h2 {
    text-align: center;
    font-size: 18px
}

.movie-bg-rep-su .signup-text {
    padding: 40px 50px
}

.movie-bg-rep-su .payment-text {
    padding: 55px 35px
}

.pop-footer {
    text-align: center;
    margin-top: 15px
}

.pop-footer span {
    padding: 0 30px
}

.pop-footer a:link,
.pop-footer a:visited {
    color: #fff
}

.pop-footer a:hover {
    color: #ff4e00;
    text-decoration: none
}

.login-section {
    color: #000
}

.sign-up-numbers span {
    border: 2px solid #ff4e00;
    border-radius: 100px;
    color: #ff4e00;
    display: block;
    padding: 3px 0 3px 10px;
    text-align: left;
    width: 30px;
    float: left
}

.sign-up-numbers .sign-up-numbers-txt {
    float: left;
    font-size: 18px;
    margin-bottom: 30px;
    margin-left: 20px;
    width: 82%
}

.password-chars {
    color: #999;
    font-size: 12px;
    margin-top: 0px;
    position: absolute;
    right: 50px
}

.remember-me {
    margin-top: 15px
}

.payment-text h2 {
    color: #21ad76;
    font-size: 17px;
    font-weight: 700
}

.payment-text h4 {
    font-size: 14px
}

.otp-section h1 {
    font-size: 24px;
    color: #333
}

.otp-section h4 {
    color: #333;
    font-size: 14px;
    margin-bottom: 50px;
    margin-top: 25px
}

.resend-otp a {
    color: #999;
    text-decoration: none
}

.resend-otp a:link,
.resend-otp a:visited {
    color: #999
}

.resend-otp a:hover {
    color: #ff4e00;
    text-decoration: none
}

.btn-verify,
.btn-verify:hover {
    color: #fff;
    text-transform: uppercase
}

.btn-verify-set {
    margin-top: 10px;
    margin-bottom: 65px;
    text-align: right
}

.btn-verify {
    background-color: #666
}

.btn-verify:hover {
    background-color: #333
}

.otp-section form {
    padding-top: 30px
}

.login-issue {
    color: #333;
    font-size: 14px;
    margin-top: 25px;
    text-align: center
}

.login-issue a:link,
.login-issue a:visited {
    color: #ff4e00
}

.login-issue a:hover {
    color: #333;
    text-decoration: none
}

.text-danger p {
    color: #ff4e00;
    font-size: 11px;
    padding: 3px 0 0 5px;
    clear: both;
}


/*BX Slider*/

.bx-wrapper {
    position: relative;
    padding: 0
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
    border-radius: 3px;
    width: 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.bx-wrapper img:hover {
    border-radius: 3px;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}

.bx-wrapper .bx-prev {
    left: 10px
}

.bx-wrapper .bx-next {
    right: 10px
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    outline: 0;
    width: 32px;
    height: 32px;
    z-index: 99
}

.bx-wrapper .bx-controls-direction a i {
    color: #fff;
    font-size: 3.125em
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.movies-yml-slider img,
.slider1 img,
.slider2 img,
.slider3 img,
.slider4 img,
.slider5 img,
.slider6 img {
    width: 100%
}

.arrow-left.arrow-left,
.arrow-right.arrow-right {
    background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/mow-bg.png) rgba(0, 0, 0, 0);
    opacity: 1;
    width: 50px;
    height: 100px;
    cursor: pointer
}

.bx-controls-direction .disabled {
    /*display: none;*/
    opacity: 0.5;
}

.arrow-left.arrow-left {
    margin-left: 10px;
    right: 0;
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
}

.arrow-right.arrow-right {
    margin-right: 10px;
    left: 0;
    border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
}

.arrow-left,
.arrow-right {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    opacity: .5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    width: 15%;
    top: -60px
}

.arrow-right {
    left: 0;
    bottom: 0;
    margin: auto;
}

.arrow-left {
    right: 0;
    bottom: 0;
    margin: auto;
}


/*Search*/

.sb-search {
    display: none;
    position: relative;
    width: 0;
    min-width: 60px;
    height: 60px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: 0;
    background-color: transparent;
    width: 85%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
    color: #8b8e96;
}

.sb-search-input:-moz-placeholder {
    color: #8b8e96
}

.sb-search-input::-moz-placeholder {
    color: #8b8e96
}

.sb-search-input:-ms-input-placeholder {
    color: #8b8e96
}

.sb-icon-search,
.sb-search-submit {
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 0;
    width: 35px
}

.sb-search-submit {
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    border: none;
    outline: 0;
    z-index: -1
}

.sb-icon-search {
    color: #8b8e96;
    z-index: 90;
    font-size: 22px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased
}

.no-js .sb-search,
.sb-search.sb-search-open {
    width: 100%;
    background-color: #222325;
    z-index: 9
}

.no-js .sb-search .sb-icon-search,
.sb-search.sb-search-open .sb-icon-search {
    color: #fff;
    z-index: 11
}

.no-js .sb-search .sb-search-submit,
.sb-search.sb-search-open .sb-search-submit {
    z-index: 90
}

.sb-search-open input {
    color: #fff
}


/*Mobile Header*/

#YuppflixHeader,
ul.navigation li a {
    display: block;
    transition: all .5s ease
}

#YuppflixHeader,
.searchbox,
.searchbox.open,
ul.navigation,
ul.navigation li a {
    transition: all .5s ease
}

body.mobilefixbody,
body.open {
    height: 100vh;
    overflow: hidden
}

.nav-frame {
    position: relative;
    height: 7vh
}

#YuppflixHeader {
    width: 100%;
    top: 0;
    z-index: 990;
    margin-bottom: 20px;
    position: fixed;
    background: #1e1f23!important;
    border-color: #080808;
    box-shadow: 0 2px 3px #000
}

.nav {
    padding-left: 0;
    height: 0
}

ul.navigation {
    padding: 0;
    margin: 0;
    height: auto
}

ul.navigation:after {
    width: 100%;
    font-size: 0;
    line-height: 0
}

ul.navigation li {
    list-style-type: none;
    float: left
}

ul.navigation li a {
    /*font-family: Montserrat, sans-serif;*/
    font-weight: 400;
    padding: 24px;
    text-decoration: none;
    color: #9ea2ac;
    font-size: 1.125em;
    line-height: 15px
}

ul.navigation li a:hover {
    color: #7e7e7e;
    text-decoration: none
}

ul.navigation li.activenav.active a {
    color: #7e7e7e
}

.searchbox {
    float: right;
    cursor: pointer;
    width: 22px;
    overflow: hidden
}

.searchicon {
    float: left
}

.searchicon img {
    height: 16px;
    margin: 24px 0
}

.maxcontainer {
    max-width: 980px;
    margin: 0 auto;
    height: 94px;
    position: relative
}

.cart-icon {
    position: static;
    float: right;
    margin-left: 20px
}

.cart-icon img {
    margin: 40px 0
}

.nav {
    float: left;
    position: relative;
    margin-left: 110px
}

.nav1.eraser a {
    font-size: 0;
    padding: 0;
    transition-delay: .3s
}

.nav2.eraser a {
    font-size: 0;
    padding: 0;
    transition-delay: .2s
}

.nav3.eraser a {
    font-size: 0;
    padding: 0;
    transition-delay: .1s
}

.nav4.eraser a,
.nav5.eraser a,
.nav6.eraser a {
    font-size: 0;
    padding: 0;
    transition-delay: 0s
}

.searchbox.open {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 100%;
    transition-delay: .1s;
    max-width: 750px
}

.nav1 {
    margin-left: 7px
}

.hiddensearch {
    background: #222;
    width: 0;
    float: left;
    padding: 0;
    border: 0;
    transition: all .5s ease;
    transition-delay: .1s
}

.hiddensearch.open {
    width: 90%;
    float: left;
    margin: 0 0 0 15px;
    padding: 15px 0;
    font-size: 1.375em;
    background: 0 0;
    color: #fff;
    outline: 0
}

.hiddenclose {
    width: 0;
    float: right;
    height: 16px;
    margin: 20px 0 0;
    overflow: hidden;
    transition: all .8s ease
}

.closebar,
.closebar1 {
    box-shadow: 3px 0 0 #80838a;
    transition: all .5s ease;
    display: block
}

.closebar {
    -moz-box-shadow: 3px 0 0 #80838a;
    -webkit-box-shadow: 3px 0 0 #80838a;
    width: 15px;
    height: 16px;
    border-right: 1px solid #000;
    float: left;
    transition-delay: .25s;
    margin: 0 1px
}

.closebar1,
.closebarout {
    width: 16px;
    height: 16px;
    border-right: 1px solid #000;
    margin: 0 1px;
    float: left
}

.closebar1 {
    -moz-box-shadow: 3px 0 0 #80838a;
    -webkit-box-shadow: 3px 0 0 #80838a;
    transition-delay: .25s
}

.closebarout,
.quicklinkbox,
.quicklinklist {
    transition: all .5s ease
}

.closebarout {
    box-shadow: 3px 0 0 #80838a;
    -moz-box-shadow: 3px 0 0 #80838a;
    -webkit-box-shadow: 3px 0 0 #80838a;
    display: none
}

.hiddenclose.open {
    width: 32px
}

.hiddenclose.open .closebar {
    border-color: #a0a0a0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    box-shadow: none
}

.hiddenclose.open .closebar1 {
    border-color: #a0a0a0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    margin: 10px 0 0 -13px;
    box-shadow: none
}

.quicklinkbox {
    background-color: rgba(0, 0, 0, .9);
    width: 100%;
    height: 0;
    overflow: hidden;
    left: 0;
    margin-top: 0;
    position: fixed;
    z-index: 9;
    opacity: 0
}

.quicklinkbox.open {
    height: 97vh;
    opacity: 1
}

.quicklinklist {
    max-width: 750px;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto!important;
    position: relative;
    top: 0;
    z-index: 3
}

.quicklisttitle {
    font-size: .75em;
    width: 100%;
    padding: 5px 0;
    color: #a0a0a0
}

.quicklinklist ul {
    margin: 0;
    padding: 0
}

.quicklinklist li {
    float: left;
    padding: 30px 35px 0 0;
    font-size: 1em;
    list-style-type: none;
    font-weight: 700;
    color: #a0a0a0
}

.quicklinklist li a {
    color: #a0a0a0;
    font-weight: 300;
    text-decoration: none
}

#yuppflixsubnav {
    width: 100%;
    height: 7vh
}

#yuppflixsubnav.fixeit {
    position: fixed;
    z-index: 1;
    top: 0
}

@media (max-width: 1000px) {
    .cart-icon {
        right: 25px;
        top: 33px;
        position: absolute;
        margin: 0
    }
    .cart-icon img {
        margin: 0
    }
    .nav-frame {
        position: unset;
        height: 0
    }
    #YuppflixHeader {
        background-color: transparent;
        border-bottom: none
    }
    .hiddenclose {
        cursor: pointer;
        width: 68px;
        position: absolute;
        top: 0;
        left: 0;
        height: 68px;
        transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        padding: 15px 0 0 12px;
        margin: 0
    }
    .closebar,
    .closebar1,
    .closebarout {
        height: 30px;
        width: 7px
    }
    .closebarout {
        display: block
    }
    #YuppflixHeader.opennav {
        height: 100vh;
        background-color: rgba(0, 0, 0, 1)
    }
    .opennav .nav5 a:hover,
    .opennav .nav6 a:hover {
        background-color: #292a2c
    }
    .nav {
        width: 100vw;
        float: none
    }
    .opennav .closebar,
    .opennav .closebar1 {
        width: 1.75vh;
        border-right: 3px solid #80838a;
        box-shadow: none
    }
    ul.navigation {
        padding: 0;
        margin: 80px 0 0
    }
    ul.navigation li {
        list-style-type: none;
        float: none;
        clear: both
    }
    ul.navigation li a {
        text-decoration: none;
        color: #fff;
        display: block;
        transition: all .5s ease;
        margin: -1vmax 0 0 -13vmax
    }
    .opennav .nav1 a {
        margin: 0 25px;
        padding: 19px 0;
        transition-delay: .3s
    }
    .nav1,
    .opennav .nav1 {
        margin-left: 0
    }
    .opennav .nav2 a,
    .opennav .nav3 a,
    .opennav .nav4 a {
        margin: 0 25px;
        padding: 19px 0
    }
    .opennav .nav2 a {
        transition-delay: .2s
    }
    .opennav .nav3 a {
        transition-delay: .1s
    }
    .opennav .nav4 a {
        transition-delay: 0s
    }
    .opennav .nav5 a,
    .opennav .nav6 a {
        padding: 0;
        transition-delay: 0s;
        display: block;
        overflow: hidden
    }
    .opennav .closebar1 {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        margin: 1vh 0 0 -1.75vh
    }
    .opennav .closebar {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg)
    }
    .opennav .closebarout {
        margin-top: -15vh
    }
    .searchbox {
        width: 86%;
        border-bottom: 3px solid #222;
        float: left;
        margin-left: 25px;
        height: auto
    }
    .searchicon img {
        cursor: auto;
        padding: 0!important;
        margin: 18px 5px 18px 0;
        height: 26px
    }
    .hiddensearch {
        width: 90%;
        float: left;
        margin: 0;
        padding: 2vh 2vw 1vh;
        font-size: 1em;
        background: 0 0;
        color: #fff;
        outline: 0
    }
    .opennav .hiddensearch {
        min-height: 50px
    }
    ul.navigation li.hidenav a {
        padding: 0;
        height: 0;
        overflow: hidden;
        transition: all .5s ease;
        border: 0
    }
    .quicklinklist {
        margin-left: 0;
        width: 100vw;
        background: 0 0
    }
    .logo-lg,
    .logo-lg img {
        width: 60px
    }
    .quicklisttitle {
        font-size: .875em;
        color: #a0a0a0
    }
    .quicklinklist li a {
        color: #fff
    }
    .logo-lg {
        left: 50%;
        margin-left: -30px;
        top: 20px;
        z-index: 99999
    }
    .quicklinkbox {
        margin-top: 60px
    }
    .quicklinklist {
        padding-top: 0;
        left: 0
    }
    .maxcontainer {
        max-width: 100vw
    }
    .nav {
        margin-left: 0;
        height: auto
    }
}

@media (max-width: 480px) {
    .logo img {
        height: auto;
        padding: 1.4vh 1vw
    }
    .searchicon img {
        height: 18px
    }
    .hiddensearch {
        padding: 2.2vh 2vw 1vh
    }
}

@media (min-width: 375px) and (max-width:480px) {
    .flix-url {
        padding: 55px 0 !important;
        font-size: .8em !important;
    }
    .yf-crawlin-mt45 {
        margin-top: 45px !important;
    }
    .yf-crawlin-ml {
        margin-left: 30px !important;
    }
    .yf-season-tab-sec .tabs>ul>li>div {
        padding: 0px 40px !important;
        font-size: 18px !important;
    }
    #crawling-carosal .yf-crawlingMenu a {
        font-size: 19px !important;
        padding: 6px 5px !important;
    }
    #crawling-carosal .yf-crawlingMenu a {
        width: 96% !important
    }
}

@media (max-width: 375px) {
    .searchicon img {
        height: 15px;
        margin: 20px 0 0
    }
    .hiddensearch {
        width: 80%;
        padding: 2vh 2vw 1vh 15px
    }
}

#vhtester {
    height: 100vh;
    left: 100vh;
    position: fixed;
    width: 1px
}

.home-container .home-content {
    margin: 95px 0 0 70px
}

.detail-table-header {
    padding-top: 120px
}

.hero-container {
    margin: 50px auto -302px 0
}

.banner {
    margin-top: 95px
}

.stickcompare {
    padding-left: 0!important
}

.product-container .product-content {
    margin-top: 140px
}

@media (max-width: 1000px) {
    .home-container .home-content {
        margin-left: 0
    }
    .hero-container {
        margin: 0
    }
    .push {
        height: 0
    }
}

@media (max-width: 768px) {
    .yf-note-mob {
        color: #ee4901;
        padding-top: 10px;
        padding-left: 20px;
        text-align: left !important;
    }
    .home-container .home-content {
        margin-top: 0
    }
    .contact-us.mini-container {
        padding: 0!important
    }
    .banner {
        margin-top: 2%
    }
}

@media (max-width: 700px) {
    .hero-container {
        margin-top: 26%
    }
}

@media (max-width: 480px) {
    .banner {
        padding-top: 25px;
        margin-top: 0
    }
}

.main-sub-nav {
    display: block
}

.main-sub-nav ul {
    margin-left: 125px
}

.cartboxwrap {
    width: 100%;
    max-width: 980px;
    height: .001em;
    background: #000;
    margin: 0 auto;
    position: relative
}

.cartbox {
    position: absolute;
    background: #fff;
    width: 300px;
    padding: 20px;
    text-align: center;
    display: none;
    top: 77px;
    right: -7px;
    z-index: 99999999;
    -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, .15);
    -moz-box-shadow: 0 0 15px 0 rgba(50, 50, 50, .15);
    box-shadow: 0 0 15px 0 rgba(50, 50, 50, .15)
}

.cartbox:after {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px;
    border-color: transparent transparent #fff
}

.cartbox p.basketdetails {
    margin: 0 0 20px;
    padding: 0
}

.cartbox .carttitle {
    line-height: 20px;
    padding-bottom: 15px
}

.cartbox strong.username {
    width: 100%;
    display: block
}

.cartbox ul.cartlinks,
.cartbox ul.cartlinks li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.results-heading,
.see-more-btn {
    text-align: center
}

.cartbox ul.cartlinks {
    margin-top: 30px
}

.cartbox ul.cartlinks li a {
    color: #000;
    text-decoration: none;
    font-size: .938em;
    transition: all .5s ease;
    text-transform: uppercase;
    letter-spacing: .05em;
    display: block;
    position: relative;
    padding: 12px 0 12px 40px
}

.cartbox ul.cartlinks li a:after {
    /*background-image: url(../images/cart-icons.png);*/
    background-repeat: no-repeat;
    width: 26px;
    height: 30px;
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 7px
}

.cartbox ul.cartlinks li a:hover:after {
    background-position: -31px 0
}

.cartbox ul.cartlinks li a.my-order:after {
    background-position: 0 7px
}

.cartbox ul.cartlinks li a.account-settings:after {
    background-position: 0 -22px
}

.cartbox ul.cartlinks li a.log-out:after {
    background-position: 0 -52px
}

.cartbox ul.cartlinks li a.account-settings:hover:after,
.cartbox ul.cartlinks li a.log-out:hover:after,
.cartbox ul.cartlinks li a.my-order:hover:after {
    background-position-x: 100%
}

.cartbox ul.cartlinks li a.active,
.cartbox ul.cartlinks li a:hover {
    color: #009ecd
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.homepage_shopping_cart .cart-item:after,
.homepage_shopping_cart .cart-item:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.homepage_shopping_cart .cart-item:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

@media (min-width: 1030px) {
    .main-nav {
        height: 65px
    }
    .logo img {
        padding: 8px 0
    }
}

@media (max-width: 1000px) {
    .cartbox {
        right: 10px;
        top: 80px
    }
    .cartbox:after {
        right: 9px
    }
    .main-nav {
        float: right;
        width: 95%
    }
    .main-nav .navigation {
        margin: 0;
        padding: 0
    }
    ul.navigation li {
        width: 100%
    }
    .web-search {
        display: none!important
    }
    .morphsearch,
    .quicklinkbox {
        display: none
    }
    ul.navigation li a {
        margin: inherit
    }
    .navigation .logo {
        position: relative
    }
    .wsmenucontainer .mobile-vew-search {
        position: absolute;
        right: 0;
        top: 0
    }
}

.morphsearch {
    z-index: 10000;
    top: 50px;
    left: 0px;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition-property: min-height, width, top, right;
    transition-property: min-height, width, top, right;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    float: right;
    min-height: 40px;
    width: 23px;
    margin: auto;
}

.morphsearch.open {
    background: #333;
    position: fixed;
    width: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
}

.morphsearch.open .morphsearch-input {
    background: 0 0;
    font-size: 1.375em!important;
    height: auto;
    font-weight: 300
}

.morphsearch-form {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    position: relative;
    -webkit-transition-property: width, height, -webkit-transform;
    transition-property: width, height, transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    padding-top: 16px;
}

.morphsearch.open .morphsearch-form {
    width: 80%;
    height: 65px;
    /* -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)*/
}

.morphsearch-input {
    background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/header-search-pop.png) 10px center no-repeat;
    border: none;
    color: #fff;
    font-weight: 400;
    padding: 15px 15px 15px 45px;
    width: 100%;
    text-align: left;
    /*-webkit-transition: font-size .5s cubic-bezier(.7, 0, .3, 1);
    transition: font-size .5s cubic-bezier(.7, 0, .3, 1);*/
}

.morphsearch-input::-ms-clear {
    display: none
}

.morphsearch.hideInput .morphsearch-input {
    color: transparent;
    -webkit-transition: color .3s;
    transition: color .3s
}

.morphsearch-input::-webkit-input-placeholder {
    color: #c2c2c2
}

.morphsearch-input:-moz-placeholder {
    color: #c2c2c2
}

.morphsearch-input::-moz-placeholder {
    color: #c2c2c2
}

.morphsearch-input:-ms-input-placeholder {
    color: #c2c2c2
}

.gn-search:focus::-webkit-input-placeholder {
    color: transparent
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.morphsearch-input:focus,
.morphsearch-submit:focus {
    outline: 0
}

.morphsearch-submit {
    position: absolute;
    width: 20px;
    height: 20px;
    text-indent: 100px;
    overflow: hidden;
    right: 0;
    top: 35px;
    background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/header-search.png) center center no-repeat;
    background-size: 100%;
    border: none;
    pointer-events: none;
    transform-origin: 50% 50%;
    opacity: 0;
    -webkit-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
    transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1)
}

.morphsearch.open .morphsearch-submit {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.morphsearch-close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 1em;
    top: 1.2em;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1)
}

.morphsearch.open .morphsearch-close {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.morphsearch-close::after,
.morphsearch-close::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    border-radius: 3px;
    opacity: .5;
    background: #fff
}

.morphsearch-close:hover.morphsearch-close::after,
.morphsearch-close:hover.morphsearch-close::before {
    opacity: 1
}

.morphsearch-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.morphsearch-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.morphsearch-content {
    color: #fff;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0 10.5%;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    background-image: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/search-bg.png)
}

.morphsearch.open .morphsearch-content {
    opacity: 1;
    height: 100vh;
    overflow: visible;
    pointer-events: auto;
    -webkit-transition: opacity .3s .5s;
    transition: opacity .3s .5s
}

.dummy-column {
    width: 30%;
    padding: 0 0 6em;
    float: left;
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translateY(100px);
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s
}

.morphsearch.open .dummy-column:first-child {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.morphsearch.open .dummy-column:nth-child(2) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.morphsearch.open .dummy-column:nth-child(3) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.morphsearch.open .dummy-column {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.dummy-column:nth-child(2) {
    margin: 0 5%
}

.dummy-column h2 {
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    color: #c2c2c2;
    padding: .5em 0
}

.round {
    border-radius: 50%
}

.dummy-media-object {
    padding: .75em;
    display: block;
    margin: .3em 0;
    cursor: pointer;
    border-radius: 5px;
    background: rgba(118, 117, 128, .05)
}

.dummy-media-object:focus,
.dummy-media-object:hover {
    background: rgba(118, 117, 128, .1)
}

.dummy-media-object img {
    display: inline-block;
    width: 50px;
    margin: 0 10px 0 0;
    vertical-align: middle
}

.dummy-media-object h3 {
    vertical-align: middle;
    font-size: .85em;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    width: calc(100% - 70px);
    color: rgba(145, 145, 145, .7)
}

.dummy-media-object:hover h3 {
    color: rgba(236, 90, 98, 1)
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.morphsearch.open~.overlay {
    opacity: 1
}

@media screen and (max-width: 53.125em) {
    .morphsearch-input {
        padding: 0 25% 0 10px
    }
    .morphsearch.open .morphsearch-input {
        font-size: 2em
    }
    .dummy-column {
        float: none;
        width: auto;
        padding: 0 0 2em
    }
    .dummy-column:nth-child(2) {
        margin: 0
    }
    .morphsearch.open .morphsearch-submit {
        -webkit-transform: translate3d(0, -50%, 0) scale3d(.5, .5, 1);
        transform: translate3d(0, -50%, 0) scale3d(.5, .5, 1)
    }
}

@media screen and (max-width: 60.625em) {
    .morphsearch {
        width: 80%;
        top: 10%;
        right: 10%
    }
}

.searchresults-list a {
    padding: 15px 0!important;
    text-transform: inherit!important;
    margin-right: 35px
}

.searchresults-list {
    margin: 0 auto;
    padding: 5px 0 0 45px;
    width: 70%;
}

.searchresults-list li {
    float: left;
    list-style-type: none
}

.suggested-movies .home-carousel-haed {
    margin: 20px 0
}

.suggested-movies .view-all {
    background-color: #2d2e30;
    border-radius: 3px;
    float: right;
    font-size: .875em;
    padding: 10px;
    text-transform: uppercase
}

.suggested-movies-results .slide,
.suggested-tv-results .slide {
    float: left;
    margin-right: 20px
}

.suggested-tv-results .slide {
    width: 15.33%
}

.searchCarousel a {
    padding: 0!important
}

.morphsearch .home-carousel-haed a {
    padding: 10px;
    font-size: .875em
}

.morphsearch .home-carousel-haed {
    margin: 20px 0
}

@media screen and (min-width: 1900px) {
    .languageContent .bx-wrapper {
        margin: 0px 75px;
    }
    .morphsearch .bx-controls-direction {
        display: none!important
    }
}

.search-results-movies img {
    border-radius: 4px
}

.results-heading {
    /*font-family: Montserrat;*/
    color: #fff;
    margin: 40px 0
}

.search-results-movies {
    width: 203px
}

.search-results-set {
    margin: 0 auto;
    max-width: 1430px
}

.search-results-set h2 {
    color: #9ea2ad;
    font-size: 2em;
    margin: 30px 0 20px;
    padding: 0
}

.see-more-btn button {
    border-radius: 2px;
    background-color: #2e2f31;
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    padding: 22px 35px;
    border: none
}

.see-more-btn button:hover {
    background-color: #ff4e00
}

.search-results-set a::visited,
.search-results-set a:hover,
.search-results-set a:link {
    text-decoration: none
}

.header_search,
.mob_search,
.movie_bg .mow_hover,
.search,
.search_icon,
.slideshow-ulli {
    position: absolute
}

.btn-trans,
a:hover,
a:link {
    -webkit-transition-duration: .3s
}

.crew-name,
.crew-role,
.motw-movie-name,
.mow_hover h3 {
    text-overflow: ellipsis;
    white-space: nowrap
}

.crew a:hover,
.crew a:hover .crew-name,
.crew-role,
.left-panel-link a,
.left-panel-link a:hover,
.left-panel-selected,
.movie-genre a:hover,
.view-all:hover {
    text-decoration: none
}

body {
    font-family: Lato, sans-serif;
    background: #17191c;
    color: #fff;
    padding-top: 100px;
    font-weight: 400;
    font-size: 16px
}

.btn-orange,
.btn-orange-top {
    font-size: 1.125em;
    font-weight: 700;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

a:hover,
a:link {
    transition-duration: .3s
}

.right-nav ul li {
    margin-right: 20px;
    text-transform: uppercase
}

.btn-orange-top {
    background-color: #ff4e00;
    color: #f5f5f5;
    margin: 12px 12px 12px 25px;
    text-transform: inherit;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.btn-orange-top:hover {
    background-color: #f60;
    color: #fff;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.btn-orange,
.free-trial {
    color: #f5f5f5;
    margin-top: 12px
}

.btn-orange {
    background-color: #ff4e00!important
}

.btn-trans,
.free-trial {
    border-radius: 2px;
    font-weight: 700
}

.free-trial {
    background-color: #ff4e00;
    font-size: 1.475em;
    padding: 5px 30px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.free-trial:hover,
.view-all {
    -webkit-transition-duration: .5s
}

.free-trial:hover {
    background-color: #f60;
    color: #fff;
    transition-duration: .5s
}

.btn-orange:hover {
    background: #ee4901;
    color: #fff
}

.btn-trans {
    background-color: transparent;
    font-size: .938em;
    color: #ff4e00;
    padding: 6px 15px;
    letter-spacing: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: 15px;
    border: 1px solid #ff4e00;
    transition-duration: .3s;
    border-radius: 5px;
}

.btn-trans:hover {
    background-color: #ff4e00;
    color: #fff;
    border: 1px solid #ff4e00;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.sec_header_input input {
    background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/search-sprite.png) right 7px no-repeat rgba(20, 21, 25, .9);
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    height: 33px;
    line-height: 33px;
    margin-top: 10px;
    padding: 0 10px;
    width: 100%
}

.search {
    border-image: none;
    height: 30px;
    margin-top: 4px;
    right: 2px;
    text-align: center;
    top: 13px;
    width: 26px
}

.footer {
    background-color: #1c1d21
}

.footer-main h3 {
    font-size: 1.125em;
    color: #999;
    font-weight: 700;
    margin-top: 0
}

.footer-main h2 {
    font-size: 1.125em;
    color: #999;
    font-weight: 700;
    margin-top: 0
}

.footer-links a:link,
.footer-links a:visited,
.footer-main,
.footer-main a:link,
.footer-main a:visited {
    color: #777
}

.footer-main {
    padding: 50px 0 29px;
    font-size: 1em
}

.footer-main ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-main li {
    padding-bottom: 10px;
    font-size: .875em
}

.footer-links {
    border-top: 1px solid #303236
}

.footer-links a:hover,
.footer-main a:hover {
    color: #ff4e00;
    text-decoration: none
}

.footer-links li:first-child {
    padding-left: 0!important
}

.footer-links li:last-child {
    padding-right: 0!important;
    border-right: none
}

.footer-links li {
    border-right: 1px solid #303236;
    margin: 20px 0 15px!important;
    padding: 0 30px!important
}

.footer-links li:nth-child(2) {
    border-right: 0 solid red
}

.footer-links .pull-right select {
    background-color: #222325;
    border: 1px solid #323337
}

.social-media {
    background-color: #17181c;
    padding: 30px 0
}

.footer-links ul,
.social-media ul {
    margin: 0;
    padding: 0
}

.footer-links li,
.social-media li {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    list-style-type: none;
    color: #565656;
    font-size: .875em;
    line-height: 28px;
}

.slideshow-ulli {
    margin: 0;
    padding: 0;
    bottom: 0;
    display: block;
    width: 98%
}

.slideshow-ulli li {
    margin: 0;
    list-style-type: none;
    float: left;
    width: 20%;
    background-image: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/banner-txt-bg.png);
    padding: 15px 0
}

.slideshow-item h2,
.slideshow-item h3 {
    font-size: .875em;
    text-align: center;
    color: #999;
    margin: 0;
    padding: 0
}

.slideshow-item {
    border-bottom: 2px solid #000;
    cursor: pointer
}

.tab-active {
    border-bottom: 2px solid #ff4e00
}

.slideshow-item h2 {
    text-transform: uppercase;
    font-weight: 700
}

.motw-movie-name {
    font-size: 1em;
    padding: 5px 0 0;
    overflow: hidden
}

.motw-rating,
.motw-year {
    font-size: .875em;
    color: #777
}

.motw-year {
    padding: 5px 0
}

.motw-rating {
    padding: 5px 0 0 15px
}

.tvw-year-rating {
    padding: 5px 0
}

.tvtw-year {
    padding: 4px 10px;
    font-size: .938em;
    color: #fff
}

.home-carousel-haed {
    margin: 50px 0 20px
}

.home-carousel-haed h5 {
    /*font-family: Montserrat, sans-serif;*/
    font-weight: 400;
    margin: 10px 0 0;
    padding: 0;
    font-size: 1.875em;
    color: #9ea2ac
}

.view-all i {
    margin-left: 8px
}

.view-all {
    float: right;
    background-color: #2d2e30;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 7px 10px;
    font-size: .875em;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    transition-duration: .5s
}

.mow_hover h2,
.mow_hover h3 {
    font-weight: 700;
    margin: 0 15px;
    right: 0;
    position: absolute;
    left: 0;
    text-align: center
}

.view-all:link,
.view-all:visited {
    color: #fff;
    font-weight: 700
}

.view-all:hover {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #ff4e00;
    color: #fff
}

.movie_bg .mow_hover {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .85) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#d9000000', GradientType=0);
    display: block;
    height: 100%;
    top: 0;
    width: 95%;
    z-index: 1
}

.mow_hover h2 {
    top: 25px;
    font-size: 1.3em;
    padding: 0
}

.mow_hover h3 {
    border: 2px solid #fff;
    border-radius: 3px;
    bottom: 25px;
    font-size: 1em;
    padding: 8px 20px;
    overflow: hidden
}

.mow_hover h3:hover {
    border: 2px solid #ff4e00;
    background-color: #ff4e00
}

.mow_hover_set a {
    display: block
}

.mob_search,
.mobile_nav {
    display: none
}

.mow_hover_set a:hover,
.mow_hover_set a:link,
.mow_hover_set a:visited {
    color: #fff
}

.play-icon {
    text-align: center;
    margin-bottom: 20px
}

:focus {
    outline: 0
}

a {
    outline: 0!important
}

.logo {
    margin-right: 40px;
    padding: 15px 0
}

.logo img {
    width: 6.75em;
    height: 2em
}

.navbar {
    background: #222!important;
    border-color: #080808;
    box-shadow: 0 2px 3px #000
}

.navbar li.active a {
    background: 0 0!important;
    color: #ff4e00!important;
    border-bottom: solid 2px #ff4e00;
    text-transform: uppercase
}

.flix_navbar #navbar ul:first-child li a:focus,
.flix_navbar #navbar ul:first-child li a:hover {
    color: #e5e5e5!important;
    border-bottom: solid 2px #ccc;
    background: 0 0
}

.flix_navbar #navbar ul li a:focus,
.flix_navbar #navbar ul li a:hover {
    color: #e5e5e5!important;
    background: 0 0
}

.header_search {
    width: 280px
}

.header_search input {
    background: 0 0;
    width: 100%;
    box-sizing: border-box;
    color: #f1f1f1;
    letter-spacing: .6px;
    border: 2px solid #444;
    padding: 6px;
    margin-top: 15px
}

.header_search input:focus {
    border: 2px solid #777
}

.search_icon {
    top: 22px;
    right: 8px;
    cursor: pointer
}

.flix_navbar .navbar-toggle {
    border: none!important;
    border-radius: 0;
    margin-top: 12px
}

.flix_navbar .navbar-toggle:focus,
.flix_navbar .navbar-toggle:hover {
    background: 0 0!important
}

.Expbtn,
.navbar-toggle:hover .icon-bar {
    background: #fff
}

.flix_navbar .navbar-toggle .icon-bar {
    width: 6px;
    height: 6px;
    border-radius: 3px
}

.navbar-collapse li.free_tr_li {
    text-align: center
}

.mob_search {
    top: 0;
    right: 46px
}

.codecon_half {
    position: relative;
    width: 260px;
    z-index: 2147483647
}

.Exp-serach {
    position: relative;
    margin-top: 15px;
    width: 0;
    min-width: 38px;
    height: 38px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    -webkit-backface-visibility: hidden
}

.ExpIcon,
.ExpInput,
.Expbtn {
    height: 38px;
    position: absolute;
    top: 0;
    right: 0
}

.ExpInput {
    color: #333;
    font-family: inherit;
    font-size: 1.25em;
    margin: 0;
    outline: 0;
    padding: 0 60px 0 2%;
    width: 100%;
    z-index: 10;
    box-sizing: border-box
}

input[type=search].ExpInput {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

.ExpInput::-webkit-input-placeholder {
    color: #efb480
}

.ExpInput:-moz-placeholder {
    color: #666
}

.ExpInput::-moz-placeholder {
    color: #666
}

.ExpInput:-ms-input-placeholder {
    color: #666
}

.ExpIcon,
.Expbtn {
    width: 38px;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 38px;
    text-align: center;
    cursor: pointer
}

.Expbtn {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: red;
    border: none;
    outline: 0;
    z-index: -1
}

.scrollX .scrollbarX.dragScrolling,
.scrollX:hover .scrollbarX,
.scrollX:hover>.scrollbarY,
.scrollX>.scrollbarY.dragScrolling,
.scrollY .scrollbarX.dragScrolling,
.scrollY:hover .scrollbarX,
.scrollY:hover>.scrollbarY,
.scrollY>.scrollbarY.dragScrolling {
    opacity: 1
}

.ExpIcon {
    color: #fff;
    background: rgba(0, 0, 0, .9);
    z-index: 90;
    font-size: 1.375em;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased
}

.ExpIcon:before {
    content: ""
}

.Exp-serach.Exp-serach-open,
.no-js .Exp-serach {
    width: 100%
}

.Exp-serach.Exp-serach-open .ExpIcon,
.no-js .Exp-serach .ExpIcon {
    background: #ff7e45;
    color: #fff;
    z-index: 11
}

.br {
    border-right: 1px solid #333;
    height: 344px;
    padding: 0 20px
}

.pl20 {
    padding-left: 20px
}

.scrollX,
.scrollY {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0
}

.scrollX .scrollbarX,
.scrollX>.scrollbarY,
.scrollY .scrollbarX,
.scrollY>.scrollbarY {
    position: absolute;
    opacity: 1;
    border-radius: 2.5pt;
    cursor: pointer;
    z-index: 1;
    margin: 5pt 0 15pt 5pt;
    background: #292a2c;
    -webkit-transition: opacity ease-in-out 150ms, background ease-in-out 150ms;
    -moz-transition: opacity ease-in-out 150ms, background ease-in-out 150ms;
    -ms-transition: opacity ease-in-out 150ms, background ease-in-out 150ms;
    -o-transition: opacity ease-in-out 150ms, background ease-in-out 150ms
}

.scrollX .scrollbarX.disabled,
.scrollX>.scrollbarY.disabled,
.scrollY .scrollbarX.disabled,
.scrollY>.scrollbarY.disabled {
    display: none
}

.scrollX .scrollbarX>.thumb,
.scrollX>.scrollbarY>.thumb,
.scrollY .scrollbarX>.thumb,
.scrollY>.scrollbarY>.thumb {
    background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/scroll-bg.jpg) center center no-repeat #47484c;
    border: 1px solid #47484c;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 2.5pt;
    -webkit-transition: background ease-in-out 150ms;
    -moz-transition: background ease-in-out 150ms;
    -ms-transition: background ease-in-out 150ms;
    -o-transition: background ease-in-out 150ms
}

.scrollX .scrollbarX.dragScrolling,
.scrollX .scrollbarX:hover,
.scrollX>.scrollbarY.dragScrolling,
.scrollX>.scrollbarY:hover,
.scrollY .scrollbarX.dragScrolling,
.scrollY .scrollbarX:hover,
.scrollY>.scrollbarY.dragScrolling,
.scrollY>.scrollbarY:hover {
    z-index: 2
}

.scrollX .scrollbarX.dragScrolling>.thumb,
.scrollX .scrollbarX:hover>.thumb,
.scrollX>.scrollbarY.dragScrolling>.thumb,
.scrollX>.scrollbarY:hover>.thumb,
.scrollY .scrollbarX.dragScrolling>.thumb,
.scrollY .scrollbarX:hover>.thumb,
.scrollY>.scrollbarY.dragScrolling>.thumb,
.scrollY>.scrollbarY:hover>.thumb {
    background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/scroll-bg.jpg) center center no-repeat #47484c
}

.scrollX>.scrollbarY,
.scrollY>.scrollbarY {
    top: 0;
    bottom: 0;
    right: 0;
    width: 5pt
}

.scrollX>.scrollbarX,
.scrollY>.scrollbarX {
    bottom: 0;
    left: 0;
    right: 0;
    height: 5pt
}

.scrollX>.viewport,
.scrollY>.viewport {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.myScroll,
.sim_chan {
    height: 860px
}

.scrollX>.viewport>.content,
.scrollY>.viewport>.content {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    padding: 0
}

.control,
.language-control {
    padding-left: 30px;
    font-size: 1em;
    font-weight: 400;
    cursor: pointer
}

.scrollX.initialized>.viewport {
    overflow-x: scroll
}

.scrollY.initialized>.viewport {
    overflow-y: scroll
}

.scrollX.scrollY>.scrollbarX {
    margin-right: 10pt
}

.scrollX.scrollY>.scrollbarY {
    margin-bottom: 10pt
}

.myScroll.scrollX .content>div {
    width: 2000px
}

.play-list {
    overflow-y: auto
}

.sim_chan {
    display: block
}

.language-control {
    display: block;
    position: relative;
    margin-bottom: 10px
}

.control,
.select {
    margin-bottom: 15px
}

.language-control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.language-control__indicator {
    border: 2px solid #57585c;
    position: absolute;
    top: 20px;
    right: 15px;
    height: 22px;
    width: 22px;
    border-radius: 50px
}

.language-controls__indicator {
    border: 1px solid #57585c;
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 10px
}

.language-control--radio .language-control__indicator {
    border-radius: 50%
}

.language-control input:hover~.language-control__indicator,
.language-control:hover input~.language-control__indicator {
    background-image: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/tick-bg.png);
    background-repeat: no-repeat;
    background-position: center center
}

.language-control input:checked~.language-control__indicator {
    background: #4baf4d;
    border: 2px solid #4baf4d
}

.language-control input:checked:focus~.language-control__indicator,
.language-control:hover input:not([disabled]):checked~.language-control__indicator {
    background: #4baf4d
}

.language-controls input:checked~.language-control__indicator {
    background: #fff!important;
    border: 1px solid #21ad76!important
}

.language-controls input:checked:focus~.language-control__indicator,
.language-controls:hover input:not([disabled]):checked~.language-control__indicator {
    background: #fff!important
}

.language-control input:disabled~.language-control__indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.language-control__indicator:after {
    content: '';
    position: absolute;
    display: none
}

.control,
.language-control input:checked~.language-control__indicator:after {
    display: block
}

.language-control--checkbox .language-control__indicator:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.language-control--checkbox input:disabled~.language-control__indicator:after {
    border-color: #7b7b7b
}

.language-control--radio .language-control__indicator:after {
    background: #21ad76;
    border-radius: 50%;
    height: 12px;
    left: 3px;
    top: 3px;
    width: 12px
}

.language-control--radio input:disabled~.language-control__indicator:after {
    background: #7b7b7b
}

.control {
    position: relative
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.control__indicator {
    border: 2px solid #57585c;
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 50%
}

.control__indicator__w {
    border: 1px solid #a6a6a6;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%
}

.controls__indicator {
    border: 1px solid #57585c;
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 10px
}

.control--radio .control__indicator {
    border-radius: 4px
}

.control--radio .control__indicator__w {
    border-radius: 4px
}

.control input:checked~.control__indicator {
    background: #4baf4d;
    border: 2px solid #1e1f23;
    height: 26px;
    margin-left: -2px;
    margin-top: -2px;
    width: 26px
}

.control input:checked~.control__indicator__w {
    background: #4baf4d;
    border: 2px solid #fff;
    height: 24px;
    margin-left: -2px;
    margin-top: -2px;
    width: 24px
}

.control input:checked:focus~.control__indicator,
.control:hover input:not([disabled]):checked~.control__indicator {
    background: #4baf4d
}

.controls input:checked~.control__indicator {
    background: #fff!important;
    border: 1px solid #21ad76!important
}

.controls input:checked:focus~.control__indicator,
.controls:hover input:not([disabled]):checked~.control__indicator {
    background: #fff!important
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none
}

.control input:checked~.control__indicator:after {
    display: block
}

.control--checkbox .control__indicator:after {
    background-color: #4baf4d;
    border: 3px solid #1e1f23;
    border-radius: 50%;
    height: 18px;
    left: 2px;
    top: 2px;
    width: 18px
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b
}

.control--radio .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b
}

.control input:checked:focus~.control__indicator__w,
.control:hover input:not([disabled]):checked~.control__indicator__w {
    background: #4baf4d
}

.controls input:checked~.control__indicator__w {
    background: #fff!important;
    border: 1px solid #21ad76!important
}

.controls input:checked:focus~.control__indicator__w,
.controls:hover input:not([disabled]):checked~.control__indicator__w {
    background: #fff!important
}

.control input:disabled~.control__indicator__w {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.control__indicator__w:after {
    content: '';
    position: absolute;
    display: none
}

.control input:checked~.control__indicator__w:after {
    display: block
}

.control--checkbox .control__indicator__w:after {
    background-color: #4baf4d;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 18px;
    left: 1px;
    top: 1px;
    width: 18px
}

.control--checkbox input:disabled~.control__indicator__w:after {
    border-color: #7b7b7b
}

.control--radio .control__indicator__w:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.control--radio input:disabled~.control__indicator__w:after {
    background: #7b7b7b
}

.select {
    display: inline-block;
    float: left;
    padding: 0 10px 0 15px;
    position: relative
}

.select select {
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 35px 10px 15px;
    outline: 0;
    border-top: 1px solid #37393d;
    background: #2a2b2d;
    color: #8b8e96;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 3px
}

.refine h1,
.refine-controls h2 {
    font-size: 1.125em;
    padding-left: 30px
}

.select select::-ms-expand {
    display: none
}

.select select:focus,
.select select:hover {
    color: #fff;
    background: #262729
}

.select select:disabled {
    opacity: .5;
    pointer-events: none
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 25px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #7b7b7b transparent transparent
}

.select select:focus~.select__arrow,
.select select:hover~.select__arrow {
    border-top-color: #7f828a
}

.select select:disabled~.select__arrow {
    border-top-color: #ccc
}

.refine {
    background-color: #1e1f23;
    box-shadow: 1px 0 2px #000
}

.refine h1 {
    color: #8a8d94;
    font-weight: 700
}

.refine img {
    margin-right: 15px
}

.refine-head {
    border-bottom: 1px solid #000
}

.refine-controls {
    border-top: 1px solid #343339
}

.refine-controls h2 {
    margin: 30px 0;
    color: #9ea2ac
}

.refine-controls ul li {
    list-style-type: none;
    color: #8b8e95;
    width: 100%
}

.search-refine {
    background-color: #141519;
    color: #626367;
    padding: 17px 20px 17px 10px;
    position: fixed;
    width: 100%;
    z-index: 99;
    margin-top: -1px
}

.bg-img img {
    width: 100%;
    opacity: .5
}

.movie-desc-thumb-img img {
    width: 100%;
    box-shadow: 0 0 22px #000;
    border-radius: 3px
}

.slide {
    border-radius: 3px;
    overflow: hidden
}

.movie-desc-details h1 {
    font-size: 2.250em;
    font-weight: 700;
    margin: 0px 0 15px
}

.year-rating-quality {
    margin: 15px 0 5px
}

.movie-cc,
.movie-quality,
.movie-rating,
.movie-year {
    /*float: left;*/
    font-size: 1em;
    font-weight: 700;
    display: inline-block;
}

.movie-rating {
    margin: 2px 20px 0 0;
}

.movie-year {
    margin: 5px 20px 0 0;
}

.movie-quality {
    margin-right: 5px
}

.movie-duration,
.movie-language {
    margin: 10px 0
}

.movie-duration,
.movie-genre,
.movie-language {
    display: inline-block;
    font-size: 1em !important;
    font-weight: 700 !important;
    margin: 5px 10px 2px 0 !important;
}

.movie-genre {
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: .875em;
    margin-top: 10px
}

.movie-genre a {
    display: block;
    font-size: .813em;
    padding: 2px 15px 3px
}

.movie-genre a:link,
.movie-genre a:visited {
    color: #fff;
    border-radius: 50px
}

.mr20 {
    margin-right: 20px
}

.summary {
    margin-top: 5px
}

.show-summary {
    margin-top: 30px
}

.summary-heading {
    font-size: 1.125em;
    color: #8b8e96;
    font-weight: 700
}

.share li,
.summary-desc {
    font-size: 1em;
    color: #8b8e96
}

.summary-desc {
    margin-top: 10px;
    width: 90%
}

.cast-crew-heading {
    font-size: 1.125em;
    color: #8b8e96;
    font-weight: 700
}

.cast-crew {
    margin-top: 30px
}

.crew {
    float: left;
    margin: 2px 30px 15px 0
}

.crew-photo,
.share {
    margin-bottom: 10px;
    text-align: center
}

.crew a:hover .crew-name,
.crew-role {
    color: #fff
}

.crew img,
.crew img:hover {
    width: 100%;
}

.crew-name,
.crew-role {
    color: #8b8e96;
    overflow: hidden;
    text-align: center;
    width: 120px
}

.movie-total-info {
    margin-top: -480px
}

.share {
    background: 0 0
}

hr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #242429
}

.nicescroll-rails {
    opacity: 1!important
}

.nicescroll-rails div {
    background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/scroll-bg.jpg) center center no-repeat #47484c;
    border: 1px solid #47484c!important
}

.search-one {
    margin-right: 25px!important;
    font-weight: 700
}

.payment-radio-set hr {
    border-bottom: 1px solid #c5c5c5;
    border-top: none;
    margin-bottom: 20px;
    margin-top: 15px
}

.Payment-section {
    padding: 30px 20px
}

.pt65 {
    padding-top: 65px
}

.left-panel {
    background-color: #1e1f23;
    box-shadow: 1px 0 2px #000;
    padding-left: 0;
    padding-right: 0
}

.left-panel ul {
    margin: 50px 0;
    padding: 0
}

.all-shows-movies ul {
    margin: 0!important
}

.left-panel li {
    color: #8b8e96;
    font-size: 1em;
    list-style-type: none;
    margin: 0
}

.left-panel-link-mac:hover,
.left-panel-link:hover,
.left-panel-selected {
    background-color: #27282c;
    color: #ff4e00!important
}

.all-shows-movies li {
    padding-left: 45px!important
}

.left-panel-link:hover {
    border-right: 2px solid #ff4e00
}

.left-panel-link-mac:hover {
    border-right: 0 solid #27282c!important
}

.left-panel-selected {
    border-right: 2px solid #ff4e00
}

.left-panel hr {
    border-bottom: 1px solid #242429;
    border-top: 1px solid #000;
    margin: 15px 0
}

.left-panel-link i {
    margin-right: 10px
}

.left-panel-link a {
    padding: 15px 0 15px 45px;
    display: block
}

.left-panel-link a:link,
.left-panel-link a:visited {
    color: #8b8e96
}

.left-panel-link a:hover {
    color: #ff4e00
}

.chat-link:link {
    color: #ff4e00;
    text-decoration: underline
}

.chat-link:hover,
.chat-link:visited {
    text-decoration: none
}

.running-content-bg {
    background-color: #18191d;
    color: #333
}

.running-content-bg .sign-up-numbers span {
    border: 1px solid #777a83;
    border-radius: 100px;
    color: #777a83;
    display: block;
    float: left;
    padding: 1px 0 1px 1px;
    text-align: center;
    width: 24px
}

.total-panel {
    display: flex;
    height: auto
}

.tp-left-panel {
    flex: 0 0 300px
}

.tp-left-panel-pop {
    flex: 0 0 50%
}

.tp-right-panel {
    flex: 1 0 300px;
    align-self: stretch;
}

.running-content-st {
    padding: 0 0 30px
}

.running-content-st h1 {
    color: #9ea2ad;
    font-size: 1.688em;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0;
    text-align: center
}

.running-content-bg {
    padding: 50px;
    margin-left: 4px
}

.contact-content-bg h1,
.running-content-bg h1 {
    color: #9ea2ad;
    font-size: 1.688em;
    padding: 0;
    text-align: center;
    font-weight: 700
}

.running-content-bg h1 {
    margin: 0 0 20px
}

.contact-content-bg h1 {
    margin: 0 0 5px
}

.browser-links h1 {
    padding-left: 15px;
    text-align: left!important
}

.browser-links ul {
    padding-left: 15px!important
}

.browser-links li {
    color: #9ea2ab;
    font-size: 1em;
    padding: 2px 0
}

.contact-content-bg h7,
.running-content-bg h4 {
    color: #9ea2ad;
    font-size: 1.063em;
    text-align: center
}

.running-content-bg h4 {
    margin: 0 0 100px
}

.contact-content-bg h7 {
    margin: 0;
    display: block
}

.running-content-bg .running-contnet {
    font-size: .875em;
    margin-bottom: 60px
}

.running-content-bg .sign-up-numbers-txt {
    margin-left: 15px;
    color: #777a83;
    font-size: 1.063em
}

.what-you-get {
    margin: 0;
    padding: 0
}

.what-you-get li {
    float: left;
    list-style-type: none;
    margin: 0 50px 50px 0;
    padding: 0;
    width: 25%;
    height: 50px
}

.what-you-get li img {
    float: left;
    margin-right: 10px
}

.what-you-get li span {
    color: #777a83;
    display: block;
    float: none;
    font-size: 1em;
    margin-top: 10px
}

.getting-started-set {
    margin-top: 50px
}

.getting-started-set h2 {
    margin: 0 0 25px;
    font-size: 1.375em;
    font-weight: 700;
    color: #9ea2ad
}

.getting-started-txt div {
    color: #72757e
}

.getting-started-img {
    float: left;
    width: 10%
}

.getting-started-txt {
    float: left;
    width: 80%
}

.getting-started-set a:link,
.getting-started-set a:visited {
    color: #9ea2ad
}

.getting-started-set a:hover {
    color: #ff4e00;
    text-decoration: none
}

.how-to-watch-part ul {
    margin: 10px 0 0 15px;
    padding: 0
}

.learn-more {
    margin: 15px 0 40px
}

.learn-more-ps {
    margin: 15px 0 0
}

.play-store {
    margin: 0
}

.running-content-bg hr {
    border-bottom: 1px solid #c5c5c5;
    border-top: none
}

.contact-content-bg hr {
    border-bottom: 1px solid #242429;
    border-top: 1px solid #000;
    width: 20%
}

.how-to-watch-part h1 {
    font-size: 1.813em;
    font-weight: 700
}

.how-to-watch-part h1 span {
    text-transform: lowercase
}

#triggers h2,
.btn-big,
.cancel-btn,
.cancel-btn:hover,
.my-account h2,
.pop-orange-btn,
.view-all-myac a {
    text-transform: uppercase
}

.left-border-none {
    border-left: none
}

.watch-on-tv {
    margin-top: 150px
}

.watch-on-mobile {
    margin-top: 20px
}

.learn-more a:link,
.learn-more a:visited,
.learn-more-ps a:link,
.learn-more-ps a:visited {
    color: #ff4e00
}

.learn-more a:hover,
.learn-more-ps a:hover {
    text-decoration: none;
    color: #333
}

#bg {
    left: 0;
    position: fixed;
    z-index: 999
}

#bg,
#overlay {
    min-height: 100%;
    min-width: 100%;
    top: 0
}

.vertical-center-signin {
    bottom: 0;
    left: 0;
    margin: 8.398950131233596vw 11.23359580052493vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999
}

.vertical-center-otp,
.vertical-center-signup,
.vertical-center-static {
    height: 640px;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0
}

.vertical-center-otp,
.vertical-center-signup {
    z-index: 999
}

.vertical-center-signup {
    width: 900px
}


/*.vertical-center-signup-inner

 {
    height: 640px;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0
}
.vertical-center-otp,
.vertical-center-signup-inner {
    z-index: 999
}*/

.vertical-center-signup-inner {
    width: 560px;
}

.vertical-center-otp {
    width: 530px
}

.vertical-center-static {
    max-width: 600px;
    z-index: 9
}

.mt-header {
    margin-top: 67px
}

.my-account {
    width: 90%;
    margin: 0 auto;
    font-size: 1em
}

.my-account h1 {
    font-size: 1.813em;
    text-align: center;
    font-weight: 700;
    margin: 40px 0
}

.my-account h2 {
    font-size: 1.375em;
    font-weight: 700;
    margin: 0
}

.membership-billing ul {
    margin: 0;
    padding: 0
}

.membership-billing li {
    margin: 0;
    list-style-type: none;
    padding: 15px 0
}

.device-active,
.device-deactive {
    padding: 10px 0 20px
}

.membership-billing li a:link,
.membership-billing li a:visited {
    color: #ff4e00
}

.membership-billing li a:hover {
    color: #333;
    text-decoration: none
}

.cancelbtn-div {
    margin-top: 15px
}

.cancel-btn {
    background: #dad9d2;
    border: 1px solid #c5c5c5;
    font-family: tahoma
}


/*.banner-text button,
.banner-text h2,
.banner-text h5,
.btn-big,
.free-two-weeks h2 {
    font-family: Montserrat, sans-serif
}*/

.cancel-btn:hover {
    background: #d4d3cd;
    border: 1px solid #bebcbc
}

.profile-pic {
    text-align: center;
    margin-top: 20px
}

.profile-pic img {
    margin-bottom: 10px
}

.membership-billing a:link,
.membership-billing a:visited {
    color: #ff4e00
}

.membership-billing a:hover {
    color: #333;
    text-decoration: none
}

.account-card i {
    font-size: 1.375em;
    color: #3957a7;
    margin-right: 10px
}

.membership-billing .col-md-12,
.membership-billing .col-md-15 {
    font-weight: 700
}

.un-bold {
    font-weight: 300
}

#triggers h2,
.banner-text h2,
.device-name,
.free-two-weeks h2,
.mname,
.my-col-two,
.pop-orange-btn {
    font-weight: 700
}

.device-set {
    width: 200px;
    border: 1px solid #c5c5c5;
    float: left;
    margin-left: 20px;
    text-align: center
}

.device-name {
    font-size: .875em
}

.device-active a:link,
.device-active a:visited {
    color: #1fad75
}

.device-active a:hover {
    color: #333;
    text-decoration: none
}

.device-deactive a:link,
.device-deactive a:visited {
    color: #999
}

.device-deactive a:hover {
    color: #333;
    text-decoration: none
}

.membership-billing td {
    text-align: left
}

.transactions-grid td {
    border-bottom: 1px dashed #c5c5c5;
    padding: 15px
}

.transaction-history-pd {
    text-align: right;
    padding: 15px 0
}

#triggers h2,
#triggers h3,
#triggers li,
.control-group a,
.device-img,
.preferences-bg-rep-su h2,
.select-genre,
.select-genre ul,
.select-genre-next {
    text-align: center
}

.transaction-history-pd a {
    margin-left: 15px;
    font-size: .75em
}

.transaction-history-pd a:link,
.transaction-history-pd a:visited {
    color: #787878!important
}

.transaction-history-pd a:hover {
    color: #ff4e00!important;
    text-decoration: none
}

.transactions-grid th {
    background-color: #dad9d2;
    padding: 10px
}

.transactions-grid a {
    margin-left: 15px
}

.transactions-grid a:link,
.transactions-grid a:visited {
    color: #787878!important
}

.transactions-grid a:hover {
    color: #ff4e00!important;
    text-decoration: none
}

.close-btn {
    color: #8b8e96;
    font-size: 1.688em;
    opacity: 1;
    text-shadow: none
}

.close-btn:hover {
    color: #7a7c84
}

.preferences-bg-rep-su {
    background-color: #17191d
}

.select-genre .control {
    padding-left: inherit
}

.select-genre .control__indicator {
    left: inherit;
    right: 5px;
    top: 5px
}

.select-genre label {
    margin: 0 18px 20px 0;
    padding: inherit
}

.back-to-btn {
    background: 0 0;
    border: none;
    color: #8b8e96;
    font-size: 1em
}

.back-to-btn i {
    border: 2px solid #8b8e96;
    border-radius: 50px;
    font-size: .938em;
    padding: 3px 5px 4px
}

.pop-btn-section {
    padding: 20px 10px
}

.preferences-bg-rep-su .preferred-language-h {
    color: #ff4e00;
    font-size: 2.175em;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    font-weight: 300;
}

.next-btn,
.next-btn:hover {
    color: #fff
}

.preferences-bg-rep-su h2 {
    color: #fff;
    font-size: 1.375em;
    margin-bottom: 25px;
    margin-top: 15px
}

.select-genre-next {
    margin-top: 15px;
    margin-bottom: 30px
}

.next-btn {
    background-color: #ff4e00;
    padding: 10px 100px;
    font-size: 1.375em
}

.select-genre ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.select-genre li {
    display: inline-block;
    list-style-type: none
}

#slide em,
#slide img,
#triggers img {
    display: block
}

.last-none label {
    cursor: inherit
}

.select-language li {
    display: block;
    float: left;
    list-style-type: none;
    margin-right: 20px;
    width: 22%;
    margin-bottom: 10px
}

.select-language li label {
    background-color: #252629;
    padding: 20px;
    width: 100%;
    color: #707279;
    border-radius: 4px
}

.select-language .control__indicator {
    left: inherit;
    right: 20px;
    top: 20px
}

.show-total-info {
    margin-top: -415px
}

.show-watch-btns {
    margin: 0 0 30px
}

.show-summary .summary-desc,
.show-summary .summary-heading {
    color: #fff
}

.shows-hr {
    margin-top: 75px
}

.input-set {
    margin: 10px 0 20px
}

.input-set div {
    float: left;
    /*margin-right: 20px;*/
    /*width: 27%*/
}

.input-set img {
    margin-top: 30px
}

.pop-terms-conditions {
    margin: 10px 0 15px;
    font-size: 12px;
    text-align: center;
}

.pop-terms-conditions a:link,
.pop-terms-conditions a:visited {
    color: #ff4e00
}

.pop-terms-conditions a:hover {
    color: #333;
    text-decoration: none
}

.security-img {
    margin-top: 10px
}

.pop-orange-btn {
    background-color: #ff4e00;
    color: #fff;
    font-size: 1.125em;
    width: 100%
}

.pop-orange-btn:active,
.pop-orange-btn:hover,
.pop-orange-btn:focus {
    color: #fff !important;
}

#triggers h2,
#triggers h3 {
    color: #999;
    padding: 0
}

#slide {
    margin: 0;
    padding: 0;
    width: 100%
}

#slide li {
    position: absolute;
    list-style-type: none;
    width: 100%;
    height: 355px;
    padding-right: 20px
}

#slide em {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 1.875em;
    line-height: 60px;
    text-indent: 1em
}

#triggers img {
    width: 124px;
    height: 70px;
    border: 3px solid #444;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    cursor: pointer
}

.main-banners,
.main-banners img {
    width: 100%
}

.main-banners-text {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 9
}

#triggers {
    margin: 0;
    padding: 0 20px 0 0
}

#triggers li {
    cursor: pointer;
    padding: 25px 0;
    color: #fff;
    list-style-type: none;
    width: 20%;
    float: left;
    background-image: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/banner-txt-bg.png);
    border-bottom: 2px solid;
    border-color: rgba(0, 0, 0, .6)
}

#triggers .current,
.selected-menu {
    border-bottom: 2px solid #ff4e00
}

#triggers h2 {
    margin: 0 0 7px
}

#triggers h3 {
    margin: 7px 0 0
}

#triggers .current h2 {
    color: #fff!important
}

.banner {
    margin-top: 30px
}

.img-full {
    width: 100%
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.active.left,
    .carousel-fade .carousel-inner>.item.active.right,
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.prev {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .carousel-fade .carousel-inner>.item.active,
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control.left,
.carousel-control.right {
    display: none
}

.free-two-weeks {
    padding: 20px 0;
    margin: 50px 0 0
}

.free-two-weeks h2 {
    font-size: 2em;
    margin: 0 0 30px
}

.free-two-weeks h1 {
    font-size: 1.3em;
    line-height: 34px;
    margin: 0 auto 30px;
    width: 50%
}

.search-refine hr {
    margin-top: 16px;
    margin-bottom: 0
}

.search-refine i {
    font-size: 1em;
    margin-left: 5px;
    margin-right: 15px
}

.search-refine b {
    margin-right: 15px;
    color: #9ea2ac
}

.search-result-one,
.search-result-shows {
    margin-right: 20px;
    margin-bottom: 70px;
    float: left;
    cursor: pointer
}

.tvs-block-minheight {
    min-height: 200px;
}

.search-results {
    margin-left: 20px;
    margin-top: 30px
}

.search-result-one {
    width: 15%
}

.search-result-one .searchMovie {
    margin-bottom: 70px;
    display: block
}

.search-result-one img {
    width: 100%;
    border-radius: 3px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    /*min-height: 310px;*/
}

.search-result-one img:hover {
    border-radius: 3px;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.search-result-shows {
    width: 18%
}

.search-result-shows img {
    width: 100%
}

.yf-search-result-one {
    width: 11.3%;
}

.affix,
.affix-top {
    width: 300px
}

.selected-menu {
    padding: 24px 24px 22px!important
}

.selected-menu:hover,
.selected-menu:link,
.selected-menu:visited {
    color: #ff4e00!important
}

.control-group a {
    display: block;
    font-size: .75em
}

.control-group a:link,
.control-group a:visited {
    color: #8b8e96
}

.control-group a:hover {
    color: #ff4e00;
    text-decoration: none
}

.view-all-myac {
    display: flex;
    margin: 10px 0 0
}

.view-all-myac a {
    font-size: .875em;
    border: 1px solid #c5c5c5;
    background-color: #dad9d2;
    border-radius: 3px;
    padding: 10px;
    margin: 0 auto
}

.select-genre ul {
    display: inline-block
}

.mobile-edit,
.mobile-vew-search,
.mobile-watch-btns,
.refine-head {
    display: none
}

.select-genre .last-none label {
    margin-right: 15px
}

.affix-top {
    position: fixed
}

.affix-bottom {
    position: absolute;
    width: 300px
}

.bg-img,
.movie-hover,
.movie-of-the-week,
.sign-out,
.slider-hover-top,
.user-info-list a,
body.modal-open,
body.modal-opens,
div#mcTooltip,
div#mcttCloseButton {
    overflow: hidden
}

.user-img {
    border: 2px solid #000!important;
    width: 40px;
    margin-top: 10px
}

.alerts-link {
    margin-top: 20px;
    padding: 0 10px!important
}

.alerts {
    padding: 0 0 14px;
    position: relative
}

.alerts i {
    color: #8b8e96;
    font-size: 1.563em
}

.alerts-number {
    background-color: #ff4e00;
    border: 1px solid #000;
    border-radius: 50px;
    font-size: .688em;
    padding: 1px 5px;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 9;
    color: #fff
}

.logged-user {
    color: #8b8e96;
    font-size: 1.125em;
    padding: 19px 0 19px 15px
}

.web-edit {
    display: block
}

.membership-billing .bx-wrapper {
    margin: inherit
}

.my-col-one,
.my-col-three,
.my-col-two {
    padding: 15px 0
}

.br-only .balance-refund {
    margin-top: 15px
}

.tooltip {
    text-decoration: none;
    color: #36c;
    outline: 0
}

div#mcTooltip {
    line-height: 16px;
    border-width: 0;
    color: #333;
    padding: 20px;
    font-size: .75em;
    border-radius: 3px;
    box-shadow: 0 0 4px #000;
    float: left;
    border-style: solid;
    position: relative
}

div#mcTooltip,
div.mcTooltipInner {
    background-color: #ece8de
}

div#mcttCloseButton {
    width: 45px;
    height: 13px;
    position: absolute;
    background-image: url(closeBtn.gif);
    cursor: pointer;
    top: 12px;
    right: 14px;
    left: auto
}

div#mcOverlay {
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 4
}

div#tooltipAjaxSpin {
    margin: 20px 50px;
    background: url(loading.gif) center center no-repeat;
    width: 50px;
    height: 30px;
    font-size: 0
}

div#mcTooltipWrapper {
    position: absolute;
    visibility: hidden;
    overflow: visible;
    z-index: 99;
    top: -2000px
}

div.mcTooltipInner {
    float: left;
    position: relative;
    width: auto;
    height: auto
}

.banner-text,
.banner-top,
.custom-progress,
div#mcttCo {
    position: absolute
}

div#mcttCo {
    text-align: left
}

div#mcttCo b,
div#mcttCo em {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden
}

div#mcTooltip,
div#mcTooltip div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mname {
    font-size: 1.125em;
    color: #000
}

.mdescription,
.mset,
.rdate {
    font-size: .875em
}

.mdescription {
    color: #666
}

.mset {
    color: #777;
    padding: 15px 0
}

.mdate,
.mrating,
.myear {
    float: left
}

.mrating {
    padding: 0 15px
}

.rdate {
    color: #000;
    padding: 15px 0
}

.mclicks {
    border: 2px solid #ff4e00;
    color: #ff4e00;
    text-align: center;
    padding: 10px;
    display: block
}

.custom-progress {
    background-color: transparent;
    /*background-image: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/progressbar-bg.png);*/
    height: 2px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    width: 90%;
    margin-top: -20px
}

.progress-bar {
    background-color: #ff4e00
}

.banner-top {
    /*background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/banner-hover.png) right no-repeat;*/
    width: 100%;
    height: 100%
}

.banner-text {
    width: 560px;
    float: right;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    height: 315px;
    padding-right: 90px
}

.banner-text h2 {
    font-size: 2.625em;
    margin: 0
}

.banner-text h5 {
    font-size: 1.125em;
    margin: 20px 0;
    line-height: 25px
}

.banner-text button {
    background-color: #ff4e00;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 1.25em;
    font-weight: 700;
    border-radius: 3px
}

.btn-big {
    font-size: 1.875em
}

.search-result-no {
    min-height: 600px
}

.movie-hover {
    display: block;
    position: relative
}

.movie-hover:hover .on_ho,
.slide-hover:hover .on_ho {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px
}

.movie-of-the-week {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: auto;
}

.motw-movie-name {
    color: #fff;
    text-decoration: none
}

.search-results-movies a:link {
    text-decoration: none
}

.search-results-movies a:visited {
    text-decoration: none
}

.search-results-movies a:hover {
    text-decoration: none
}

.motw-movie-name:first-letter {
    font-size: .938em
}

.slide a {
    text-decoration: none
}

.movie-genre a {
    color: #fff
}

.pl45 {
    padding-left: 45px
}

.watch-btns {
    height: inherit!important
}

.default-play-img {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: block;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    transition: all .5s ease;
    height: 620px
}

.default-play-img-one {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: block;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    transition: all .5s ease;
    height: 480px
}

#player,
#playmovie {
    position: fixed;
    margin: auto;
    left: 0;
    bottom: 0
}

.default-play-img-full {
    height: 100vh!important
}

#playmovie {
    background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/search-bg.png);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100001
}

.closeButton {
    font-size: 2.875em;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 15px;
    width: 30px;
    cursor: pointer;
    z-index: 9999
}

.movie-filter-lists li {
    padding-left: 30px
}

#player {
    right: 0;
    top: 0;
    display: block !important;
}

.log_user_img {
    margin: 15px 10px 15px 0
}

.live-chat i {
    margin: 5px 0 5px
}

.log_user_img {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    border: 2px solid #000
}

.ac-transactions-grid thead,
.tv-desc-thumb-img img {
    width: 100%
}

.descrioptionm {
    padding: 0 10px;
    font-weight: 100;
    font-size: .75em;
    color: #777
}

.tv-desc-thumb-img {
    padding-top: 135px
}

.live-chat {
    font-weight: 500;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #47484c;
    bottom: 0;
    color: #fff;
    padding: 5px 90px 5px 10px;
    position: fixed;
    right: 20px;
    text-align: left;
    z-index: 999;
    box-shadow: 0px -1px 5px #000000;
}

.live-chat:hover,
.live-chat:link,
.live-chat:visited {
    color: #fff;
    text-decoration: none
}

.how-to-watch-part img {
    display: block;
    margin: 0 auto
}

.my-account-accordion-inner {
    background-color: #141519;
    border-bottom: 1px solid #343339
}

.my-account-accordion-inner ul {
    margin: 0!important
}

.my-account-accordion-inner li a {
    padding: 15px 0 15px 70px!important
}

.active-packages table {
    background-color: #24252a;
    border-collapse: separate;
    border-spacing: 13px;
    box-shadow: 0 0 9px #000
}

.active-packages td {
    color: #fff;
    font-size: 1.125em;
    padding: 40px;
    border-right: 1px ridge #000;
    text-align: center
}

.active-packages td div {
    color: #9ea2ab;
    font-size: 1.5em;
    min-height: 75px
}

.all-default-height,
.staticpages-right {
    min-height: 700px
}

.active-packages td:last-child {
    border: none;
    background-color: #2c2d32
}

.cancel-subscription button {
    color: #9fa2ab;
    background-color: transparent;
    border: none;
    margin: 15px 0
}

#CancelSubscription .modal-header {
    border: none
}

#CancelSubscription .modal-content {
    background-color: #3e3f44;
    border-radius: 5px;
    text-align: center;
    font-size: .875em
}

#CancelSubscription .close {
    color: #9ea2ac;
    float: right;
    font-size: 2.125em;
    opacity: 1;
    text-shadow: 0 0 0
}

#CancelSubscription .modal-title {
    font-size: 1.875em
}

#CancelSubscription .fa-frown-o {
    color: #9ea2ac;
    font-size: 5em;
    font-weight: 100;
    padding: 0 0 15px
}

.preferences-set {
    font-size: 1.063em;
    padding: 15px 0
}

.preferences-set .col-md-4 {
    color: #9ea2ad
}

.preferences-set .col-md-15 {
    color: #fff
}

.preferences-set .col-md-5 {
    color: #f24a00
}

.ac-transactions-grid {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%
}

.ac-transactions-grid td {
    text-align: left;
    padding: 15px;
    color: #9ea1aa;
    font-size: 1.125em;
    border-bottom: 1px dashed #26272b
}

.ac-transactions-grid th {
    background-color: #27282c;
    color: #9ea2ad;
    text-align: left;
    padding: 15px;
    font-size: 1.063em
}

.flix-url,
.get-in-touch-set,
.link-device,
.tv-sets a {
    text-align: center
}

.getting-started-txt p {
    color: #777a83;
    font-size: .825em;
    font-weight: 400
}

.mobile-link-text,
ul.navigation li>span {
    font-weight: 400;
    /*font-family: Montserrat;*/
    color: #9ea2ac
}

.wsmenu-list .login-user-icon {
    padding: 0 0 0 22px
}

.user-info-list li {
    width: 100%!important
}

.dropdown-menu>li>a {
    padding: 10px
}

.user-info-list a {
    border-bottom: 1px solid #27282b;
    text-transform: capitalize!important
}

.dropdown-menu {
    background-color: #2f3033;
    top: inherit
}

ul.navigation li>span {
    padding: 24px 12px;
    text-decoration: none;
    display: block;
    transition: all .5s ease;
    line-height: 15px;
    letter-spacing: .05em;
    cursor: pointer;
    font-size: 1em!important
}

.gb-img-gradient {
    bottom: 0;
    height: 620px;
    position: absolute;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(23, 25, 28, 0) 0%, rgba(23, 25, 28, 0.6) 60%, rgba(23, 25, 28, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(23, 25, 28, 0) 0%, rgba(23, 25, 28, 0.6) 60%, rgba(23, 25, 28, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(23, 25, 28, 0) 0%, rgba(23, 25, 28, .80) 30%, rgba(23, 25, 28, 1.95) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: linear-gradient(to left, rgba(23, 25, 28, 0) 0%, rgba(23, 25, 28, .95) 41%, rgba(23, 25, 28) 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0017191c', endColorstr='#17191c', GradientType=0);
    /* IE6-9 */
}

.gb-img-gradient-one {
    bottom: 0;
    height: 400px;
    position: absolute;
    /*width: 100%;*/
    background: rgba(23, 25, 28, 1);
    background: -moz-linear-gradient(left, rgba(23, 25, 28, 1) 0%, rgba(23, 25, 28, 0.96) 95%, rgba(23, 25, 28, 0.96) 96%);
    background: -webkit-linear-gradient(left top, right top, color-stop(0%, rgba(23, 25, 28, 1)), color-stop(95%, rgba(23, 25, 28, 0.96)), color-stop(96%, rgba(23, 25, 28, 0.96)));
    background: -webkit-linear-gradient(left, rgba(23, 25, 28, 1) 0%, rgba(23, 25, 28, 0.96) 95%, rgba(23, 25, 28, 0.65) 96%);
    background: -o-linear-gradient(left, rgba(23, 25, 28, 1) 0%, rgba(23, 25, 28, 0.96) 56%, rgba(23, 25, 28, 0.65) 96%);
    background: -ms-linear-gradient(left, rgba(23, 25, 28, 1) 0%, rgba(23, 25, 28, 0.96) 56%, rgba(23, 25, 28, 0.65) 96%);
    /*background: linear-gradient(to right, rgba(23,25,28,1) 0%, rgba(23,25,28,0.96) 56%, rgba(23,25,28,0.65) 96%);*/
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#17191c', endColorstr='#17191c', GradientType=1);
}

.gb-img-ts-gradient {
    bottom: 0;
    height: 480px;
    position: absolute;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(23, 25, 28, 0) 0%, rgba(23, 25, 28, 0.6) 60%, rgba(23, 25, 28, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(23, 25, 28, 0) 0%, rgba(23, 25, 28, 0.6) 60%, rgba(23, 25, 28, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(23, 25, 28, 0) 0%, rgba(23, 25, 28, .80) 30%, rgba(23, 25, 28, 1.95) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: linear-gradient(to left, rgba(23, 25, 28, 0) 0%, rgba(23, 25, 28, .95) 41%, rgba(23, 25, 28) 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0017191c', endColorstr='#17191c', GradientType=0);
    /* IE6-9 */
}

.gb-img-ts-gradient-one {
    bottom: 0;
    height: 400px;
    position: absolute;
    /*width: 100%;*/
    background: rgba(23, 25, 28, 1);
    background: -moz-linear-gradient(left, rgba(23, 25, 28, 1) 0%, rgba(23, 25, 28, 0.96) 95%, rgba(23, 25, 28, 0.96) 96%);
    background: -webkit-linear-gradient(left top, right top, color-stop(0%, rgba(23, 25, 28, 1)), color-stop(95%, rgba(23, 25, 28, 0.96)), color-stop(96%, rgba(23, 25, 28, 0.96)));
    background: -webkit-linear-gradient(left, rgba(23, 25, 28, 1) 0%, rgba(23, 25, 28, 0.96) 95%, rgba(23, 25, 28, 0.65) 96%);
    background: -o-linear-gradient(left, rgba(23, 25, 28, 1) 0%, rgba(23, 25, 28, 0.96) 56%, rgba(23, 25, 28, 0.65) 96%);
    background: -ms-linear-gradient(left, rgba(23, 25, 28, 1) 0%, rgba(23, 25, 28, 0.96) 56%, rgba(23, 25, 28, 0.65) 96%);
    /*background: linear-gradient(to right, rgba(23,25,28,1) 0%, rgba(23,25,28,0.96) 56%, rgba(23,25,28,0.65) 96%);*/
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#17191c', endColorstr='#17191c', GradientType=1);
}

.pos-r {
    position: relative
}

.search-result-one:hover .on_ho,
.slide:hover .on_ho {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out
}

.slider-hover-top {
    border-radius: 3px;
    display: block;
    position: relative
}

.sign-out {
    padding: 10px!important;
    font-size: .813em!important
}

.nav5 a,
.nav6 a {
    font-size: 1em!important
}

.sign-in-head a {
    padding: 24px 0 0 10px!important
}

#YuppflixHeader .fa-eye,
#YuppflixHeader .fa-language,
.mobile-icons {
    display: none
}

.mobile-link-text {
    float: inherit;
    font-size: 1em
}

.mobile-link-text-l {
    float: left;
    font-size: 1em;
    color: #9ea2ac;
    /*font-family: Montserrat;*/
    font-weight: 400;
}

.modal {
    z-index: 9999
}

.get-in-touch-set {
    color: #fff;
    font-size: 1em;
    margin: 0 auto 150px;
    width: 60%;
}

.get-in-touch-set a:link,
.get-in-touch-set a:visited {
    color: #fff;
}

.get-in-touch-set a:hover {
    color: #ff4e00;
    text-decoration: none
}

.get-in-touch-set hr {
    border-bottom: 1px solid #242429;
    border-top: 1px solid #000;
    width: 70%
}


/*.shootus-at {
    border-right: 1px solid #363636
}*/

.gossip-at {
    /*border-left: 1px solid #040509*/
}

.get-in-lb-large {
    font-size: 1.375em;
    color: #9ea2ad;
    padding-top: 30px;
}

.toll {
    margin-top: 10px;
    display: block;
}

.trans-cancel-btn.know-more {
    background: #f60;
    padding: 6px 30px;
}

.how-to-watch-set {
    background-color: #1e1f23;
    margin-bottom: 50px;
    padding: 15px 10px 0
}

.tv-sets {
    cursor: pointer;
}

.tv-sets img {
    padding: 10px 0
}

.tv-sets .tv-sets-more {
    background-color: #191a1c;
    color: #9fa2ab;
    display: block;
    border-left: 1px solid #1e1f21;
    text-align: center;
    padding: 14px 0;
}

.tv-sets:hover {
    background-color: #323539!important
}

.how-to-watch-part:nth-child(1) .tv-sets,
.how-to-watch-part:nth-child(3) .tv-sets {
    background-color: #272b2e;
    border-right: 2px solid #191a1c;
    margin-bottom: 15px
}

.how-to-watch-part:nth-child(2) .tv-sets,
.how-to-watch-part:nth-child(4) .tv-sets {
    background-color: #25262a;
    border-right: 2px solid #191a1c;
    margin-bottom: 15px
}

.mobile-sets img {
    padding: 50px 0 20px
}

.how-to-watch-part:nth-child(1) .mobile-sets,
.how-to-watch-part:nth-child(3) .mobile-sets {
    background-color: #272b2e;
    border-right: 2px solid #191a1c;
    margin-bottom: 15px
}

.how-to-watch-part:nth-child(2) .mobile-sets,
.how-to-watch-part:nth-child(4) .mobile-sets {
    background-color: #25262a;
    border-right: 2px solid #191a1c;
    margin-bottom: 15px
}

.link-device {
    background: #494a4f;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 1em;
    padding: 10px 20px;
    margin: 50px 0 10px
}

.dropdown-menu:after,
.dropdown-menu:before {
    display: inline-block;
    content: '';
    position: absolute
}

.link-device:hover {
    text-decoration: none;
    color: #ff4e00
}

.flix-url {
    background-color: #222327;
    border-right: 2px solid #1e1f23;
    color: #fff;
    padding: 86px 0;
    font-size: 1.125em;
    font-weight: 700
}

.watch-on-web {
    margin-top: 30px!important
}

.motw-rating i {
    margin-right: 3px
}

.sign-in-link a {
    padding-right: 0!important
}

.page-loader img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.my-account-set {
    font-size: 1.25em;
    color: #9fa1ad
}

.my-account-set-in div {
    padding: 15px 0
}

.my-account-set-in .col-md-14 {
    color: #fff
}

.my-account-set-in .col-md-6 {
    text-align: right
}

.my-account-set-in a {
    color: #ff4e00
}

.my-account-set-in a:link,
.my-account-set-in a:visited {
    color: #666;
    text-decoration: none
}

.my-account-set-in a:hover {
    color: #555;
    text-decoration: none
}

.top-navig .caret {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px dashed;
    margin-left: 4px
}

.search-suggetions {
    padding: 0;
    margin: 0
}

.search-suggetions li {
    float: inherit!important;
    font-size: 1.125em;
    padding: 10px 20px;
    width: 30%;
    color: #9ea2ad;
    list-style-type: none;
    text-align: left
}

.search-suggetions li:hover {
    background-color: #1c1d20;
    cursor: pointer
}

.results-suggetions {
    background-color: #222325;
    height: 100vh;
    margin-top: 20px;
}

.results-suggetions-in {
    padding: 30px 0 50px 50px;
    width: 70%;
    margin: 0 auto
}

.suggestions-head {
    color: #fff!important;
    font-size: 1.625em!important;
    padding: 0 0 20px!important
}

.suggestions-head:hover {
    background-color: transparent!important
}

.searchresults-list li span {
    font-size: 1em;
    font-family: Lato, sans-serif!important;
    padding-bottom: 5px!important
}

.searchresults-list .searchresults-list-head span {
    color: #9ea2ad!important;
    font-size: 1.125em!important;
    font-weight: 400
}

.preferred-language-h {
    margin-bottom: 30px!important
}

.dropdown-menu:before {
    top: -7px;
    left: 9px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #2f3033;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .2)
}

.dropdown-menu:after {
    top: -8px;
    right: 10px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #2f3033;
    border-left: 8px solid transparent
}

.menu-arrow {
    float: right
}

.payment-radio-set label {
    color: #666;
    font-size: .95em;
    font-weight: 400
}

.preferences-set .col-md-5 {
    text-align: right
}

.trans-cancel-btn {
    background-color: #717580;
    border-radius: 2px;
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    margin-top: 12px
}

.trans-cancel-btn:hover {
    color: #fff
}

.upn-txt {
    color: #666;
    margin-bottom: 20px
}

.upn {
    margin-bottom: 15px
}

.contact-us-h {
    margin-top: 100px
}

.signup-mobile-number {
    padding-left: 10px
}

.change-mobile-number {
    padding-left: 77px
}

.btn-flag {
    background: 0 0;
    font-size: 0;
    position: absolute;
    top: -25px;
    padding: 6px 0 0
}

.flagstrap-icon {
    margin-right: 10px!important
}

.btn-flag .caret {
    color: #888;
    margin-left: 0!important;
    margin-top: -8px
}

.flagstrap .dropdown-menu {
    margin-top: 0!important;
    background-color: #f5f5f5;
    border-radius: 0
}

.signup-mobile-txt {
    padding-left: 10px!important
}

.change-mobile-txt {
    padding-left: 80px!important
}

.select-language-pop {
    cursor: pointer
}

.select-language-pop:hover {
    color: #fff;
    text-decoration: none
}

.results-page {
    margin-bottom: inherit!important
}

.not-found span {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 240px;
    text-align: center;
    color: #9ea2ac
}

.not-found i {
    font-size: 12.5em
}

.footer-links .customer-support {
    padding: 0 5px
}

.footer-links .customer-support:link,
.footer-links .customer-support:visited {
    color: #777
}

.footer-links .customer-support:hover {
    color: #ff4e00
}

.crew-list td {
    vertical-align: top
}

.crew-role {
    font-size: .875em;
    color: #666
}

.slide-height {
    position: relative
}

.slide-height:before {
    background-image: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/view-more-bg.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    bottom: 0;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    width: 90%;
    z-index: 99
}

.getting-started-hh h5 {
    font-size: 1em;
    text-align: center;
    color: #9ea2ad
}

.getting-started-txt ul li {
    color: #9ea2ad;
    font-size: 1.2em;
    font-weight: 700;
    list-style-type: none;
    margin-bottom: 30px
}

.getting-started-txt ul ul li {
    list-style-type: lower-alpha;
    font-weight: 100;
    color: #777a83;
    font-size: 0.8em;
    margin-bottom: 9px;
}

.getting-started-txt ul ul ul li {
    list-style-type: decimal;
    margin-bottom: 0;
    font-weight: 100;
    color: #777a83;
    font-size: 0.8em;
}

.getting-started-txt h4 {
    color: #9ea2ad;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: left;
    text-transform: uppercase
}

.getting-started-txt ul ul {
    padding-left: 25px
}

.getting-in-ul {
    margin-top: 15px
}

.getting-in-ul li {
    color: #777a83!important;
    font-size: .8em!important;
    font-weight: 100!important;
    list-style-type: disc!important;
    margin-bottom: 10px!important
}

.view-all-episodes {
    margin-top: 78px
}

.back-btn i {
    font-size: 30px;
    float: left
}

.back-btn {
    color: #898e94;
    font-size: 18px;
    overflow: hidden;
    width: 100px;
    display: block;
}

.back-btn span {
    display: block;
    float: left;
    padding: 2px 0 0 10px
}

.back-btn:hover {
    color: #7e7e7e
}

.view-all-episodes h2 {
    margin: 30px 0;
    color: #8a8e99;
    font-size: 2em
}

.genre-one,
.genre-three {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    position: absolute
}

.genre-three {
    color: #fff;
    height: 29px;
    padding-top: 65px
}

.country-logo {
    cursor: pointer;
    height: 30px;
    width: 90px;
    float: left;
    font-size: 14px;
    color: #333;
    padding-top: 4px;
}

.country-logo img {
    width: 20px
}

.country-logo .caret {
    color: #aaabad;
    padding: 0;
    margin: 0 0 0 7px
}

.verify-exclamation,
.verify-user {
    padding: 0 15px 0 0!important;
    float: left
}

.select-genre .genre-one {
    width: auto!important
}

.verify-exclamation {
    cursor: pointer
}

.verify-exclamation i {
    color: #ff9000
}

.verify-check {
    border: 1px solid #22ac3c;
    border-radius: 18px;
    color: #22ac3c;
    float: left;
    font-size: 12px;
    padding: 0 6px 0 4px!important
}

.verify-check i {
    font-size: 19px;
    top: 14px
}

.verify-check div {
    float: left
}

.verify-checks {
    background-color: #fff;
    position: absolute
}

.verify-check-set {
    float: left;
    margin-top: -13px;
    position: relative
}

.verify-check-set div {
    background-color: #fff;
    border-radius: 50%;
    height: 15px;
    padding: 0!important;
    position: absolute;
    top: 16px;
    width: 16px;
    z-index: 9
}

.verify-check-set i {
    position: absolute;
    z-index: 99
}

.verify-check-txt {
    float: left;
    padding: 3px 5px 2px 21px!important
}

.modal-subscribe {
    text-align: center
}

.modal-subscribe .modal-content {
    background-color: #3e3f44!important;
    border-radius: 4px
}

.modal-subscribe .login-btn {
    margin: 20px 0
}

.alert {
    margin-top: 10px;
    padding: 8px 15px
}

.no-reults-found {
    display: table;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    font-size: 30px;
    color: #777
}

.no-reults-found span {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.slide {
    cursor: pointer
}

.social-media img {
    width: 26px;
    height: 26px;
    margin-top: -2px
}

.footer-logo {
    width: 6em
}

@media (min-width: 320px) and (max-width: 360px) {
    .gb-img-gradient {
        bottom: 0;
        height: 620px;
        position: absolute;
        width: 100%;
        background: -moz-linear-gradient(top, rgba(23, 25, 28, 0) 0%, rgba(23, 25, 28, 0.6) 60%, rgba(23, 25, 28, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(23, 25, 28, 0) 0%, rgba(23, 25, 28, 0.6) 60%, rgba(23, 25, 28, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(23, 25, 28, 0) 0%, rgba(23, 25, 28, 1.1) 60%, rgba(23, 25, 28, .95) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        background: linear-gradient(to left, rgba(23, 25, 28, 0) 0%, rgba(23, 25, 28, .80) 41%, rgba(23, 25, 28) 50%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0017191c', endColorstr='#17191c', GradientType=0);
        /* IE6-9 */
    }
    .yf-crawlin-mt45 {
        margin-top: 45px !important;
    }
    .yf-crawlin-ml {
        margin-left: 30px !important;
    }
    .yf-search-result-one {
        width: 42%;
        min-height: 230px;
    }
    .free-two-weeks h1 {
        font-size: 1.45em
    }
    .free-trial {
        font-size: 1em
    }
    .home-carousel-haed h5 {
        font-size: 1.2em
    }
    .free-two-weeks h2 {
        font-size: 1.25em
    }
    .getting-started-set {
        border-bottom: 1px dotted #ccc;
        margin-top: 25px;
        padding-bottom: 25px
    }
    .search-result-one {
        width: 42%;
        margin-bottom: 20px
    }
    .search-result-shows {
        width: 92%
    }
    #ac-globalnav img,
    #ac-gn-segmentbar img {
        margin-top: -8px
    }
    #ac-globalnav .ac-gn-header .ac-gn-yuppflix {
        left: auto;
        margin-left: auto;
        position: inherit;
        text-align: center;
        top: 0;
        width: inherit;
        z-index: 1
    }
    #triggers {
        padding: 0;
        text-align: center;
        width: 94%
    }
    #triggers h2,
    #triggers h3 {
        display: none
    }
    #triggers li {
        background: #5e5f61;
        border: none;
        border-radius: 50px;
        display: inline-block;
        float: inherit;
        height: 9px;
        padding: 3px;
        width: 9px
    }
    .main-banners-text {
        bottom: -180px
    }
    #triggers .current {
        background: #fff;
        border-bottom: none
    }
    #slide li {
        height: 151px
    }
    .Payment-section {
        padding: 30px 0px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .live-chat-txt,
    .movie-of-the-week-section {
        display: none
    }
    .live-chat {
        border-radius: 50%;
        bottom: 20px;
        padding: 0 9px;
        text-align: center
    }
    .live-chat i {
        margin-right: 0
    }
    .results-heading {
        margin: 90px 10px 40px;
        font-size: 20px;
        line-height: 25px;
    }
    .refine-static {
        margin-top: 58px
    }
    .dropdown-menu:after,
    .dropdown-menu:before {
        border: none
    }
}

@media (min-width: 320px) and (max-width: 640px) {
    .summery-player-top {
        width: 90%;
        padding: 10% 0 0 2%;
    }
    .summery-player-top-data-name {
        font-size: 27px;
        ;
        font-weight: bold;
        line-height: 30px;
    }
    .preferences-bg-rep-su .preferred-language-h {
        font-size: 1.3em
    }
    .next-btn {
        font-size: 1em
    }
    .preferences-set .col-md-5 {
        text-align: left
    }
    .modal:before {
        display: initial
    }
    .vertical-center-static {
        margin: 160px auto auto
    }
    .my-account-set-in div {
        padding: 5px 0;
        text-align: left!important
    }
    .my-account h2,
    .user-photo {
        text-align: center
    }
    .my-account-set-in {
        margin-bottom: 30px
    }
    .user-photo {
        margin-bottom: 25px
    }
    .home-carousel-haed,
    .nav2 {
        margin-top: 45px
    }
    .free-two-weeks {
        margin: 50px 0 0;
        padding: 45px 0
    }
    .free-two-weeks h1 {
        font-weight: 100;
        line-height: 25px;
        margin: 0 auto 20px;
        width: 90%
    }
    .free-two-weeks h2 {
        margin: 0 0 20px
    }
    .select-genre img {
        width: 100%
    }
    .select-genre li {
        margin-bottom: 10px;
        margin-right: 10px;
        width: 42%
    }
    .select-genre label {
        margin: 0;
        width: 100%
    }
    .modal .modal-dialog.centered {
        bottom: inherit;
        position: unset;
        right: inherit;
        transform: inherit
    }
    .preferences-bg-rep-su h2 {
        margin-bottom: 20px
    }
}

@media (min-width: 480px) and (max-width: 640px) {
    .nav2 {
        margin-top: 60px
    }
    .getting-started-txt {
        float: right
    }
    .what-you-get li {
        margin: 0 0 20px;
        min-height: auto!important;
        padding: 0;
        width: 50%
    }
    .select-language li {
        width: 44%
    }
    .search-result-one,
    .search-result-shows {
        width: 43%
    }
}

@media (min-width: 320px) and (max-width: 720px) {
    .slideshow-item h2,
    .slideshow-item h3 {
        display: none
    }
    .slideshow-ulli li {
        background-color: #5e5f61;
        background-image: none!important;
        border-bottom: medium none;
        border-radius: 100px;
        float: left!important;
        height: 10px;
        list-style-type: none!important;
        margin: 5px 5px 0 0!important;
        padding: 10px 0 0!important;
        width: 10px!important
    }
    .tab-active {
        background-color: #fff!important;
        border-bottom: none
    }
    .slideshow-item {
        background-color: #5e5f61;
        border-bottom: none;
        cursor: pointer
    }
    .slideshow-ulli {
        bottom: -22px!important;
        left: 0;
        margin-left: auto!important;
        margin-right: auto!important;
        right: 0;
        text-align: center;
        width: 77px!important
    }
}

@media (min-width: 320px) and (max-width: 435px) {
    .yf-season-tab-sec .tabs>ul>li>div.seas-tab-active .faq-arow-down,
    .yf-season-tab-sec ul.tabs li:hover .faq-arow-down {
        left: 47% !important;
    }
    .yf-season-tab-sec .tabs>ul {
        border: none !important;
    }
    .what-you-get li {
        margin: 0 0 15px;
        min-height: auto!important;
        padding: 0;
        width: 100%
    }
    .getting-started-img,
    .getting-started-txt {
        float: inherit;
        width: auto
    }
    .getting-started-img {
        text-align: center
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .highlights_cent {
        text-align: center;
    }
    .col-md-12.col-xs-6.highlights_cent_inner {
        text-align: center;
        margin: 20px auto;
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 1000px) {
    .bx-controls-direction,
    .res_hide {
        display: none
    }
    .logo {
        margin: 0;
        padding: 0
    }
    .mobile_nav a.active {
        border-bottom: solid 2px #ff4e00;
        color: #ff4e00
    }
    .mobile_nav a:focus,
    .mobile_nav a:hover {
        color: #f5f5f5;
        text-decoration: none
    }
    .navbar-collapse li.free_tr_li {
        margin-bottom: 20px
    }
    .header_search {
        margin-left: 14px;
        margin-bottom: 10px;
        display: none!important
    }
    .navbar-nav>li>a {
        padding: 10px 0;
        margin-left: 14px
    }
    .mob_search {
        display: block;
        position: absolute;
        top: 0;
        right: 46px
    }
    .ws-panel {
        margin-top: 60px
    }
}

@media (min-width: 1030px) {
    .mobile-biew {
        display: none
    }
    .logo img {
        padding: 0
    }
}

@media (min-width: 640px) and (max-width: 1000px) {
    .mob_search {
        right: 76px
    }
}

@media (max-width: 360px) {
    #crawling-carosal .yf-crawlingMenu a {
        width: 93% !important
    }
    .languageContent {
        margin-left: 5px !important;
    }
    #crawling-carosal .yf-crawlingMenu a {
        padding: 7px 7px !important;
        font-size: 19px !important;
    }
    .yf-search-result-one {
        min-height: 265px;
    }
    .opennav .closebar,
    .opennav .closebar1 {
        border-right: 2px solid #80838a
    }
    .closebar,
    .closebar1 {
        width: 6px;
        height: 22px
    }
    .closebarout {
        height: 22px;
        width: 3px
    }
    .closebar,
    .closebar1,
    .closebarout {
        box-shadow: 2px 0 0 #80838a
    }
    .opennav .closebar {
        margin: 0;
        width: 10px
    }
    .opennav .sign-in-head {
        margin-top: 10px
    }
    .opennav .hiddenclose {
        height: 60px;
        width: 64px
    }
    .day-pass {
        width: 100px;
    }
    .me-pass-set li {
        width: 100px;
    }
    .month-pass {
        width: 100px;
    }
}

@media (max-width: 800px) {
    .dropdown-menu,
    .mobile-icons {
        display: block
    }
    .get-in-touch-set,
    .getting-started-txt {
        width: 100%
    }
    .contact-content-bg hr {
        width: 70%
    }
    .shootus-at {
        border-bottom: 1px solid #363636;
        border-right: medium none;
        padding-bottom: 70px
    }
    .gossip-at {
        border-left: medium none;
        border-top: 1px solid #040509;
        padding-top: 50px
    }
    .mobile-view .dropdown-menu {
        margin-bottom: 0;
        padding-bottom: 0
    }
    .mobile-view .dropdown-menu li:last-child {
        border-bottom: none
    }
    .mobile-icons {
        float: left;
        padding: 14px 0
    }
    .mobile-download-icon {
        float: left;
        padding: 14px 0
    }
    .mobile-icons img {
        width: 1.4em
    }
    .mobile-link-text {
        float: left;
        padding: 15px 0 15px 15px
    }
    .mobile-view .nav2,
    .mobile-view .nav3,
    .opennav .caret {
        display: none
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        margin: 2px
    }
    .all-shows-movies {
        margin-top: 60px
    }
    .btn-orange-top {
        margin: 12px 12px 12px 0
    }
    .opennav .sign-in-head a {
        padding: 24px 0!important
    }
    .opennav .dropdown-menu {
        background: 0 0;
        border: navy;
        box-shadow: none;
        position: inherit;
        width: 100%
    }
    .opennav .sign-out,
    .opennav .user-info-list a {
        padding: 0!important
    }
    #YuppflixHeader {
        box-shadow: inherit
    }
    .mobile_nav {
        box-shadow: 0 2px 3px #000;
        position: fixed;
        top: 64px;
        z-index: 99
    }
    ul.navigation li:first-child {
        border-bottom: none
    }
    ul.navigation li {
        border-bottom: 1px solid #27282b
    }
    .opennav .morph-se {
        border-bottom: none
    }
    #YuppflixHeader .logo {
        margin: 0 auto;
        position: relative;
        width: 90%
    }
    #YuppflixHeader .fa-eye,
    #YuppflixHeader .fa-language {
        display: block;
        float: left;
        padding: 0 15px 0 0
    }
    ul.navigation li>span {
        color: #fff;
        display: block;
        overflow: hidden;
        padding: 0
    }
    ul.navigation li>span:hover {
        color: #7e7e7e;
        background-color: #292a2c
    }
    .log_user_img {
        border-radius: 50%;
        height: 50px;
        margin-right: 10px;
        width: 50px
    }
    .login-user-icon {
        padding: 19px 0 14px!important
    }
}

@media (min-width: 480px) and (max-width: 639px) {
    .opennav .login-user-icon {
        margin: 40px 0 15px!important
    }
}

@media (min-width: 630px) and (max-width: 640px) {
    .opennav .login-user-icon {
        margin: 40px 0 15px;
        padding: 0!important;
        transition-delay: 0s
    }
}

@media (min-width: 758px) and (max-width: 768px) {
    .opennav .login-user-icon {
        margin: 0 0 15px!important
    }
}

@media (min-width: 640px) and (max-width: 768px) {
    .opennav .nav5 a {
        margin: 0
    }
    .opennav .login-user-icon {
        padding: 0!important;
        transition-delay: 0s
    }
}

@media (min-width: 767px) and (max-width: 1000px) {
    .yf-search-result-one {
        width: 22% !important;
    }
    .preferences-bg-rep-su .preferred-language-h {
        margin: 0;
        padding: 0 0 30px;
        text-align: center
    }
    .mobile-watch-btns .btn-orange {
        margin-top: 0
    }
    .search-result-one,
    .search-result-shows {
        width: 30%
    }
    .select-genre li {
        margin-bottom: 10px;
        margin-right: 10px;
        width: 22%
    }
    .select-genre label {
        margin: 0;
        width: 100%
    }
    .select-genre img {
        width: 100%
    }
    .select-language li {
        width: 45%
    }
    .select-language li label {
        color: #707279
    }
    .vertical-center-signin,
    .vertical-center-signup {
        bottom: 0!important
    }
    .footer-main .col-md-8 {
        border-right: none
    }
}

@media (max-width: 1000px) {
    .device-img img,
    .my-account {
        width: 100%
    }
    .bx-default-pager,
    .carousel-indicators h2,
    .carousel-indicators h3 {
        display: none
    }
    .what-you-get li {
        min-height: 70px
    }
    .left-panel-selected {
        padding: 15px 0 15px 45px!important
    }
    .btn-orange {
        margin: 0 20px 0 0
    }
    .show-total-info {
        position: inherit
    }
    .balance-refund {
        margin-bottom: 15px!important
    }
    .running-content-bg {
        padding: 70px 20px!important
    }
    .navbar {
        min-height: 71px
    }
    #ac-globalnav .ac-gn-header {
        top: 10px
    }
    .mobile_nav a {
        padding: 10px 0
    }
    .carousel-indicators {
        bottom: -10px
    }
    .carousel-indicators li {
        background-color: #5e5f61;
        border: 1px solid #5e5f61
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .getting-started-txt {
        float: right
    }
    .navbar-toggle {
        display: block
    }
    .navbar-collapse.collapse {
        display: none!important;
        padding: 0
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        padding: 0
    }
    .navbar-nav {
        float: none;
        width: 100%
    }
    .navbar-header,
    .navbar-nav>li {
        float: none
    }
    .header_search,
    .navbar-nav>li>a,
    .navbar-right {
        margin: 0
    }
    .header_search,
    .navbar-nav>li>a {
        margin: 10px 0
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .refine-head {
        display: block;
        width: 100%
    }
    .total-panel {
        display: inherit
    }
    .tp-left-panel {
        flex: inherit
    }
    .affix,
    .affix-top {
        background-color: #1e1f23;
        position: inherit;
        width: 100%;
        z-index: 9
    }
    .below-786 {
        display: none
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .mobile-link-text {
        font-size: 0.9em;
    }
    .mobile-link-text-l {
        font-size: 0.9em;
    }
    .carousel-indicators .active,
    .carousel-indicators li {
        width: 19.578% !important;
    }
    .carousel-indicators li {
        margin: 1px !important;
    }
    .flix-url {
        font-size: .75em !important;
    }
    .watch-on-mobile {
        margin-top: 63px !important
    }
    .watch-on-tv {
        margin-top: 84px !important
    }
    .watch-on-web {
        margin-top: 50px !important
    }
}

@media (min-width: 1100px) and (max-width: 1178px) {
    .carousel-indicators .active,
    .carousel-indicators li {
        width: 19.74% !important;
    }
}

@media (min-width: 1179px) and (max-width: 1198px) {
    .carousel-indicators li {
        width: 19.678% !important;
    }
}

@media (min-width: 320px) and (max-width: 1023px) {
    .my-col-one,
    .my-col-three,
    .my-col-two {
        padding: 0 0 15px
    }
    .my-col-set {
        border-bottom: 1px dotted #ccc;
        padding: 15px 0
    }
    .refine-controls ul {
        margin-top: 0
    }
    .crew-list,
    .summary-desc {
        width: 100%
    }
    .mobile-watch-btns {
        display: block;
        margin-left: 20px;
        margin-top: -75px;
        position: absolute;
        z-index: 9
    }
    #ascrail2000-hr,
    .movie-detail .col-md-5,
    .show-watch-btns {
        display: none
    }
    /*.btn-trans,
    .movie-total-info {
        margin-top: 0
    }*/
    .btn-trans {
        padding: 7px 15px
    }
    .bg-img {
        margin-bottom: 20px
    }
    .myScroll,
    .sim_chan {
        height: auto
    }
}

@media (min-width: 768px) {
    .movies-section .collapse {
        display: block
    }
}

@media (min-width: 1366px) {
    .container {
        width: inherit
    }
    .lm1920 {
        padding-left: 50px;
        padding-right: 50px
    }
    #slide {
        height: 479px
    }
    .yf-note-mob {
        display: none;
    }
}

@media (min-width: 1365px) and (max-width: 1366px) {
    .free-two-weeks h1 {
        font-weight: 700;
        line-height: 34px;
        margin: 0 auto 50px;
        width: 65%
    }
}

@media (max-width: 1366px) {
    .cancelbtn-div .cancel-btn,
    .device-img img {
        width: 100%
    }
}

@media (min-width: 1920px) {
    .container {
        width: 1900px
    }
    .lm1920 {
        padding-left: 50px;
        padding-right: 50px
    }
    .getting-started-img {
        width: 7%!important
    }
    .getting-started-txt {
        width: 80%
    }
    .genres-modal-lg .modal-dialog,
    .languages-modal-lg .modal-dialog {
        width: 1049px
    }
    #slide {
        height: 679px
    }
}

@media (min-width: 1025px) and (max-width: 1920px) {
    .yf-summery-length {
        width: 73%
    }
    .carousel-indicators h2,
    .carousel-indicators h3 {
        color: #999;
        font-weight: bold;
        /*font-family: Montserrat, sans-serif*/
    }
    .bx-pager {
        display: none
    }
    .carousel-indicators {
        left: inherit;
        margin: 0;
        padding: 0;
        width: 100%;
        background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/banner-txt-bg.png);
        bottom: 0
    }
    .carousel-indicators .active,
    .carousel-indicators li {
        float: left;
        border-right: none;
        border-left: none;
        border-top: none;
        width: 20%;
        height: auto;
        border-radius: inherit;
        margin: 0
    }
    .carousel-indicators .active {
        border-bottom: 2px solid #ff4e00;
        background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/car-select-bg.png)
    }
    .carousel-indicators li {
        border-bottom: 2px solid rgba(0, 0, 0, .1);
        text-indent: inherit;
        padding: 20px 0
    }
    .carousel-indicators h2 {
        font-size: 1.125em;
        margin: 0 0 10px
    }
    .carousel-indicators h3 {
        font-size: 1em;
        margin: 0
    }
    #myCarousel .active h2,
    #myCarousel .active h3 {
        color: #fff
    }
}

@media (min-width: 1023px) and (max-width: 1366px) {
    select-genre-next {
        margin-top: 0
    }
    .select-genre-next {
        margin-bottom: 20px
    }
    .next-btn {
        padding: 5px 100px
    }
    .pop-btn-section {
        padding: 20px 10px 10px
    }
    .preferences-bg-rep-su h2 {
        margin-bottom: 20px;
        margin-top: 10px
    }
    .movie_bg .mow_hover {
        width: 91%
    }
    .yf-adPlace {
        margin-top: 160px;
        margin-left: 0px !important;
    }
}

@media (min-width: 1023px) and (max-width: 1280px) {
    .yf-adPlace {
        margin-top: 160px;
        margin-left: 0px !important;
    }
    .select-genre li {
        margin-bottom: 15px;
        margin-right: 10px;
        width: 22%
    }
    .select-genre label {
        margin: 0;
        width: 100%
    }
    .select-genre img {
        width: 100%
    }
}

@media (min-width: 1023px) and (max-width: 1024px) {
    .carousel-indicators .active,
    .carousel-indicators li {
        width: 10px !important;
        height: 10px;
    }
    .yflanguage-rightpaddubg {
        padding-right: 17px;
    }
    .yf-lang-padleftnull {
        padding-left: 0px;
    }
    .languageContent .bx-wrapper {
        margin-left: 58px;
    }
    .languageContent {
        margin-left: 0px !important;
    }
    .yf-search-result-one {
        width: 17% !important;
        min-height: 315px;
        margin-bottom: 0px !important
    }
    .yf-note-mob {
        color: #ee4901;
        padding-top: 10px;
        padding-left: 20px;
        text-align: left !important;
    }
    .cancel-btn {
        padding: 5px 0
    }
    .tv-epe-full-block {
        width: 18%
    }
    .tv-epe-semi {
        width: 170px;
    }
    .yf-season-tab-sec .tabs>ul {
        width: 91% !important;
    }
    .left-panel-selected {
        padding: 15px 0 15px 30px!important
    }
    #ac-globalnav .ac-gn-searchview-content {
        left: 18.667%
    }
    .myScroll,
    .sim_chan {
        height: 660px
    }
    .show-total-info {
        margin-top: -200px;
        position: inherit
    }
    .movie_bg .mow_hover {
        width: 92%
    }
    .search-result-one,
    .search-result-shows {
        width: 30%
    }
    .yf-note-mob {
        display: none;
    }
    .month-pass {
        margin-left: 20px !important;
    }
    .thnx-main-tp {
        padding-top: 25% !important;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .mob_search {
        right: 100px
    }
    .yupp-logo .ac-gn-link a {
        padding: 0!important
    }
    .ac-gn-yuppflix a {
        margin-right: 10px
    }
    #ac-globalnav .ac-gn-link {
        padding: 20px 10px
    }
    .yupp-logo {
        padding: 0!important
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    .languageContent {
        margin-left: 8px !important;
    }
    .thnx-main-tp {
        padding-top: 70% !important;
    }
    .view-all-episodes h2 {
        font-size: 1em
    }
    .view-all-episodes {
        margin-top: 80px
    }
    .movie-desc-details h1 {
        margin-top: 10px
    }
    .mobile-watch-btns {
        margin-right: 20px;
        margin-top: 0;
        position: inherit
    }
    /*.mobile-watch-btns .btn {
        width: 100%;
        margin-bottom: 15px
    }*/
    .watch-btns .btn {
        width: 100%;
        margin-bottom: 15px
    }
    .sb-search {
        margin-top: 18px;
        width: 45px;
        height: 45px;
        z-index: 9
    }
    .no-js .sb-search,
    .sb-search.sb-search-open {
        width: 100%!important
    }
    .select-language li {
        width: 87%
    }
    .input-set div . {
        width: 100%
    }
}

@media (min-width: 390px) and (max-width: 393px) {
    .input-set div {
        width: 100%
    }
    .input-set img {
        margin-top: 0
    }
    .control {
        padding-left: 25px
    }
}

@media (min-width: 320px) and (max-width: 1000px) {
    .footer-links li:last-child,
    .footer-main,
    .tp-left-panel-pop {
        display: none
    }
    .cancelbtn-div,
    .footer-links li,
    .mobile_nav a,
    .social-media .container {
        text-align: center
    }
    .cancelbtn-div input {
        width: auto!important
    }
    .modal-content {
        max-height: inherit;
        overflow-y: inherit
    }
    .pop-footer {
        margin-bottom: 30px
    }
    .tp-right-panel {
        flex: inherit;
        margin: 0 auto;
        padding-top: 1px
    }
    .pop-footer span {
        padding: 0 10px
    }
    .vertical-center-signin,
    .vertical-center-signup {
        bottom: inherit;
        width: inherit
    }
    .login-section form {
        padding: 0 10px 40px
    }
    .footer-links {
        border: none
    }
    .footer-links li:first-child {
        border-right: medium none;
        padding-right: 0!important;
        text-align: center;
        width: 100%
    }
    .footer-links li {
        width: 25%;
        border-right: 1px solid #303236;
        margin: 10px 0!important;
        padding: 0 5px!important
    }
    .social-media .container ul {
        display: inline-block
    }
    .social-media .container ul li:nth-child(5) {
        border-right: none
    }
    .mobile_nav {
        background-color: #1e1f23;
        display: block;
        /*margin-top: 70px;*/
        overflow: hidden;
        width: 100%
    }
    .mobile_nav a {
        width: 33%;
        font-size: 1.1em;
        float: left;
        color: #8b8e93;
        font-weight: 700;
        letter-spacing: .5px;
        padding-bottom: 10px;
        margin-top: 10px
    }
    .ac-gn-search {
        display: none
    }
    #ac-globalnav .ac-gn-header .ac-gn-yuppflix {
        position: initial
    }
    #ac-globalnav .ac-gn-link {
        padding: 0 25px
    }
    #ac-globalnav .ac-gn-link img {
        height: 45px
    }
    .mobile-view {
        width: 100%;
        padding: 0
    }
    #ac-globalnav .ac-gn-list {
        left: 25px;
        right: 25px
    }
    .mobile-vew-search {
        display: block
    }
}

@media (min-width: 991px) {
    #refine-block {
        display: block!important
    }
}

@media (min-width: 1279px) and (max-width: 1280px) {
    .yf-note-mob {
        display: none;
    }
    #ac-globalnav .ac-gn-link {
        padding: 20px 15px
    }
    .search-result-one,
    .search-result-shows {
        width: 22%
    }
}

@media (min-width: 1365px) and (max-width: 1366px) {
    .select-genre li {
        margin-bottom: 10px;
        margin-right: 10px;
        width: 22%
    }
    .select-genre label {
        margin: 0;
        width: 100%
    }
    .select-genre img {
        width: 100%
    }
    .search-result-one,
    .search-result-shows {
        width: 18%
    }
    .myScroll,
    .sim_chan {
        height: 560px
    }
}

@media (min-width: 1199px) and (max-width: 1200px) {
    .movie_bg .img-full {
        height: 260px !important;
    }
    .ac-gn-yuppflix a {
        margin-right: 35px
    }
}

@media (min-width: 1599px) and (max-width: 1600px) {
    .languageContent .bx-wrapper {
        margin: 0px 75px;
    }
    .select-genre li {
        width: 24%
    }
    .select-genre label {
        width: 100%;
        padding-right: 20px
    }
    .select-genre .control__indicator {
        right: 27px
    }
    .myScroll,
    .sim_chan {
        height: 700px
    }
    .yf-note-mob {
        display: none;
    }
    .tvs-block-minheight {
        min-height: 228px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .watch-btns .btn {
        width: 70%;
        margin-top: 20px
    }
    /*.summary {  margin-top: 118px;}*/
    .carousel-control.left,
    .carousel-control.right {
        display: block;
    }
    .carousel-indicators {
        display: none;
    }
    .yf-season-tab-sec .tabs>ul {
        width: 100% !important;
    }
    .yf-season-tab-sec .tabs>ul>li {
        height: 50px;
    }
    .yf-season-tab-sec .tabs>ul>li>div {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #333;
    }
    .banner {
        margin-top: 60px
    }
    .transactions-grid table,
    .transactions-grid tbody,
    .transactions-grid td,
    .transactions-grid thead,
    .transactions-grid tr {
        display: block
    }
    .transactions-grid th,
    .transactions-grid-h {
        display: none!important
    }
    .transactions-grid thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .transactions-grid tr {
        border: 1px solid #ccc;
        margin-bottom: 15px
    }
    .transactions-grid td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }
    .transactions-grid td:before {
        position: absolute;
        top: 15px;
        left: 6px;
        width: 45%;
        padding-right: 5px;
        white-space: nowrap
    }
    .transactions-grid td:nth-of-type(1):before {
        content: "Date"
    }
    .transactions-grid td:nth-of-type(2):before {
        content: "Service Period"
    }
    .transactions-grid td:nth-of-type(3):before {
        content: "Payment method"
    }
    .transactions-grid td:nth-of-type(4):before {
        content: "Total"
    }
    .transactions-grid td:nth-of-type(5):before {
        content: "Actions"
    }
    .sb-search-open input {
        color: #fff!important
    }
    .no-js .sb-search .sb-icon-search,
    .sb-search.sb-search-open .sb-icon-search {
        color: #666
    }
    .logo img {
        margin-left: 10px
    }
    .sb-icon-search,
    .sb-search-submit {
        right: 7px
    }
    .sb-search-input {
        height: 45px;
        padding: 10px 50px 0 10px
    }
    .sb-search-input::-moz-placeholder {
        color: #fff
    }
    .sb-search-input:-ms-input-placeholder {
        color: #fff
    }
    .sb-search-input:-moz-placeholder {
        color: #fff
    }
    .sb-search-input::-webkit-input-placeholder {
        color: #fff
    }
    .mobile_nav {
        margin-top: -1px;
    }
    /*.mobile_nav-after-signup {
        margin-top: -60px;
    }*/
    .ac-transactions-grid td {
        font-size: .90em;
    }
}

@media (min-width: 311px) and (max-width: 414px) {
    .btn-me {
        width: 65% !important;
    }
    .me-dropdown {
        width: 65% !important;
    }
    .sb-search {
        margin: 5px 15px 0 0
    }
    .sb-search-input {
        right: -10px
    }
    .sb-icon-search,
    .sb-search-submit {
        right: 0
    }
    .ac-transactions-grid td {
        font-size: .90em;
    }
    .yfsiup20 {
        width: 17% !important
    }
    .password-chars {
        right: 24px !important;
    }
}

@media (min-width: 415px) and (max-width: 480px) {
    .btn-me {
        width: 65%;
    }
    .me-dropdown {
        width: 65%;
    }
    .sb-search {
        margin-top: 16px
    }
    .ac-transactions-grid td {
        font-size: .90em;
    }
}

@media (min-width: 481px) and (max-width: 1000) {
    .sb-search {
        margin-top: 10px
    }
    .sb-search-input {
        height: 45px;
        padding: 5px 50px 5px 10px
    }
    .mobile_nav {
        margin-top: 10px!important
    }
    .banner {
        margin-top: 15px!important
    }
    #YuppflixHeader {
        height: 76px
    }
    .logo img {
        margin-top: 6px
    }
    .sb-search-input::-moz-placeholder {
        color: #fff
    }
    .sb-search-input:-ms-input-placeholder {
        color: #fff
    }
    .sb-search-input:-moz-placeholder {
        color: #fff
    }
    .sb-search-input::-webkit-input-placeholder {
        color: #fff
    }
}

@media (min-width: 640px) and (max-width: 1000px) {
    .banner {
        margin-top: 85px
    }
}

@media (min-width: 639px) and (max-width: 640px) {
    .sb-search {
        margin-top: 10px
    }
    .sb-search-input {
        height: 45px;
        padding: 5px 50px 5px 10px;
        right: -10px
    }
    .mobile_nav {
        margin-top: 10px!important
    }
    #YuppflixHeader {
        height: 76px
    }
    .logo img {
        margin-top: 6px
    }
    .no-js .sb-search .sb-icon-search,
    .sb-search.sb-search-open .sb-icon-search {
        color: #666!important
    }
    .sb-icon-search,
    .sb-search-submit {
        right: 0
    }
    .sb-search-input::-moz-placeholder {
        color: #fff
    }
    .sb-search-input:-ms-input-placeholder {
        color: #fff
    }
    .sb-search-input:-moz-placeholder {
        color: #fff
    }
    .sb-search-input::-webkit-input-placeholder {
        color: #fff
    }
}

@media (min-width: 641px) and (max-width: 800px) {
    .sb-search {
        margin-top: 10px
    }
    .sb-search-input {
        height: 45px;
        padding: 5px 50px 5px 10px
    }
    /*.banner {
        margin-top: 45px
    }*/
    #YuppflixHeader {
        height: 76px
    }
    .logo img {
        margin-top: 6px
    }
    .no-js .sb-search .sb-icon-search,
    .sb-search.sb-search-open .sb-icon-search {
        color: #666!important
    }
    .sb-icon-search,
    .sb-search-submit {
        right: 15px;
    }
    .sb-search {
        width: 50px;
        height: 50px;
        min-width: 50px
    }
}

@media (min-width: 1020px) and (max-width: 1024px) {
    .sb-search-input {
        right: -10px
    }
    .sb-icon-search,
    .sb-search-submit {
        right: 0
    }
    .sb-search-input::-moz-placeholder {
        color: #fff
    }
    .sb-search-input:-ms-input-placeholder {
        color: #fff
    }
    .sb-search-input:-moz-placeholder {
        color: #fff
    }
    .sb-search-input::-webkit-input-placeholder {
        color: #fff
    }
    .tv-epe-full-block {
        width: 18% !important;
    }
}

@media (min-width: 801px) and (max-width: 1000px) {
    .sb-search {
        margin-top: 10px
    }
    .sb-search-input {
        height: 45px;
        padding: 5px 50px 5px 10px
    }
    .mobile_nav {
        margin-top: 10px!important
    }
    .banner {
        margin-top: 15px!important
    }
    #YuppflixHeader {
        height: 76px
    }
    .logo img {
        margin-top: 6px
    }
}

.no-js .sb-search .sb-icon-search,
.sb-search.sb-search-open .sb-icon-search {
    color: #666!important
}

@media (max-width: 1200px) {
    .mobile-edit {
        display: block
    }
    .web-edit {
        display: none
    }
}

@media (min-width: 1199px) and (max-width: 1200px) {
    .movie-desc-details h1 {
        margin: 0 0 15px
    }
    .search-result-one {
        width: 22%
    }
    .home-carousel-haed {
        margin: 20px 0
    }
    .show-total-info {
        margin-top: -400px;
        position: inherit
    }
}

@media (min-width: 1599px) and (max-width: 1600px) {
    .search-result-one {
        width: 18%
    }
}

@media (min-width: 412px) and (max-width: 480px) {
    .yf-operator-billpaddingleft {
        padding-left: 7px !important;
    }
    .month-pass {
        margin-left: 20px !important
    }
    .month-pass {
        margin-left: 20px !important
    }
    .yuppflix-cc-payment-options li div {
        padding: 10px 38px !important;
    }
    .free-two-weeks h2 {
        font-size: 1.45em;
    }
    .free-trial {
        font-size: 1.25em;
    }
}

@media (min-width: 375px) and (max-width: 375px) {
    .yuppflix-cc-payment-options li div {
        padding: 10px 29px !important;
    }
    .free-two-weeks h2 {
        font-size: 1.35em;
    }
    .free-trial {
        font-size: 1em;
    }
    .tv-sets-android img {
        padding: 11px 0px !important
    }
    .tv-sets-amaz-fire img {
        padding: 13px 0px !important
    }
    .tv-sets-lg img {
        padding: 8px 0px !important
    }
    .flix-url {
        padding: 64px 0 !important;
        font-size: .9em;
    }
}

@media (min-width: 360px) and (max-width: 435px) {
    .yf-crawling-head {
        font-size: 25px;
    }
    .languageContent {
        margin-left: 8px !important;
    }
    .shows-hr {
        margin-top: 30px
    }
    .search-result-one {
        width: 43%;
        margin-bottom: 20px
    }
    .mobile-watch-btns {
        margin-right: 20px;
        margin-top: 0;
        position: inherit
    }
    .mobile-watch-btns .btn {
        width: 100%;
        margin-bottom: 15px
    }
    .select-language li {
        width: 43%;
        margin: 0 10px
    }
    .select-genre li {
        width: 45%
    }
    .select-language ul {
        padding: 0
    }
    .select-language .control__indicator {
        right: 10px
    }
    .select-language li label {
        padding: 20px 20px 20px 10px
    }
    .yf_showPassword-signup {
        right: 24px !important;
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    .live-chat i {
        margin-right: 0
    }
    .how-to-watch-set .how-to-watch-part.left-border-none {
        margin: 30px 0
    }
    .how-to-watch-part {
        border-left: none!important
    }
    .how-to-watch-set .how-to-watch-part img {
        margin: 0 auto
    }
    .watch-on-tv {
        margin-top: 30px
    }
    .watch-on-mobile {
        margin: 0 auto
    }
    .learn-more,
    .learn-more-ps {
        border-bottom: dashed 1px #666;
        margin-bottom: 20px;
        margin-top: 20px
    }
    .browser-links {
        border: none!important
    }
    .running-content-bg .border-first {
        border-left: 1px solid #2a2a2a!important
    }
    .how-to-watch-set .how-to-watch-part.left-border-none {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 30px;
        border: none
    }
    .how-to-watch-set .how-to-watch-part {
        display: block;
        text-align: center;
        border: 1px solid #2a2a2a;
        float: left;
        width: 100%
    }
    .ac-transactions-grid td {
        font-size: .90em;
    }
    .yfsiup20 {
        width: 19% !important;
    }
    .remember-me input,
    label {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .mobile-below-hide {
        display: none!important;
    }
    .mobinput {
        width: 75% !important;
    }
    .yf_showPassword-signup {
        right: 24px !important
    }
    .password-chars {
        right: 24px;
        important;
    }
}


/*@media (min-width: 1280px) and (max-width: 1920px) {
   .mobile-below-hide{
        display:none!important;
    }
}*/

@media (min-width: 361px) and (max-width: 768px) {
    .tv-sets-android img {
        padding: 14px 0px !important
    }
    .tv-sets-amaz-fire img {
        padding: 14px 0px !important
    }
    .tv-sets-lg img {
        padding: 4px 0px !important
    }
    .yf-search-result-one {
        min-height: 290px;
    }
    .thnx-main-tp {
        padding-top: 70% !important;
    }
    .flix-url {
        padding: 76px 0
    }
    .mobile-pl0 {
        padding-left: 0
    }
    .browser-links {
        border: none!important
    }
    .running-content-bg .border-first {
        border-left: none!important
    }
    .how-to-watch-set .how-to-watch-part.left-border-none {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 30px;
        border: none
    }
    .how-to-watch-set .how-to-watch-part {
        border-right: 2px solid #1e1f23;
        float: left;
        width: 50%
    }
    .how-to-watch-set .how-to-watch-part img {
        margin: 0 auto
    }
    .watch-on-tv {
        margin-top: 30px
    }
    .watch-on-mobile {
        margin: 0 auto
    }
    .how-to-watch-part:nth-child(1) .mobile-sets,
    .how-to-watch-part:nth-child(3) .mobile-sets {
        background-color: #272b2e;
        border-right: none;
        margin-bottom: 2px
    }
    .how-to-watch-part:nth-child(2) .mobile-sets,
    .how-to-watch-part:nth-child(4) .mobile-sets {
        background-color: #25262a;
        border-right: none;
        margin-bottom: 2px
    }
    .how-to-watch-part:nth-child(1) .tv-sets {
        background-color: #272b2e;
        border-right: 2px solid #191a1c;
        margin-bottom: 2px
    }
    .how-to-watch-part:nth-child(3) .tv-sets {
        background-color: #272b2e;
        border-right: 0 solid #191a1c;
        margin-bottom: 2px
    }
    .how-to-watch-part:nth-child(2) .tv-sets,
    .how-to-watch-part:nth-child(4) .tv-sets {
        background-color: #25262a;
        border-right: 2px solid #191a1c;
        margin-bottom: 2px
    }
}

@media (min-width: 412px) and (max-width: 420px) {
    .tv-sets-android img {
        padding: 11px 0px !important
    }
    .tv-sets-amaz-fire img {
        padding: 13px 0px !important
    }
    .tv-sets-lg img {
        padding: 8px 0px !important
    }
    .flix-url {
        padding: 64px 0 !important;
        font-size: .9em;
    }
}

@media (min-width: 1000px) and (max-width: 1024px) {
    .tv-sets img {
        height: 50px;
        padding: 10px
    }
    .watch-on-mobile,
    .watch-on-tv,
    .watch-on-web {
        height: 75px
    }
    .mobile-sets img {
        height: 100px
    }
    .flix-url {
        background-color: #222327;
        border-right: 2px solid #1e1f23;
        color: #fff;
        font-weight: 700;
        padding: 51px 0;
        text-align: center
    }
}

@media (min-width: 1279px) and (max-width: 1280px) {
    .myScroll,
    .sim_chan {
        height: 700px
    }
    .show-total-info {
        margin-top: -345px
    }
}

@media (min-width: 1281px) {
    #YuppflixHeader,
    .mobile-view {
        height: 64px
    }
}

@media (max-width: 1279px) {
    .search-refine {
        position: inherit
    }
    .search-results {
        margin-top: 20
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .logo {
        margin-right: 30px
    }
    ul.navigation li a {
        padding: 24px 15px
    }
    .btn-orange-top {
        margin: 13px 12px
    }
}

@media (min-width: 1100px) and (max-width: 1152px) {
    .container {
        width: 1050px
    }
}

@media (min-width: 1020px) and (max-width: 1024px) {
    .flix-url {
        font-size: .75em !important;
    }
    .watch-on-web {
        margin-top: 24px !important;
    }
    .footer-main li {
        line-height: 15px
    }
    .movie_bg .mow_hover {
        width: 90%
    }
    .br {
        height: 230px
    }
    .movie_bg .img-full {
        height: 270px
    }
}

@media (max-width: 768px) {
    .mobile-footer-links {
        width: 100%!important;
        text-align: center
    }
    #crawling-carosal .yf-crawlingMenu a {
        font-size: 17px !important;
    }
    .yf-disnone-mob {
        display: none !important;
    }
    .ac-transactions-grid,
    .ac-transactions-grid tbody,
    .ac-transactions-grid td,
    .ac-transactions-grid th,
    .ac-transactions-grid tr {
        display: block
    }
    .ac-transactions-grid thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .ac-transactions-grid td {
        border: none;
        border-bottom: 1px dashed #26272b;
        position: relative;
        padding-left: 50%;
        word-wrap: break-word;
    }
    .ac-transactions-grid td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        /*white-space: nowrap*/
    }
    .ac-transactions-grid td:nth-of-type(1):before {
        content: "Date";
        padding-left: 10px
    }
    .ac-transactions-grid td:nth-of-type(2):before {
        content: "Package";
        padding-left: 10px
    }
    .ac-transactions-grid td:nth-of-type(3):before {
        content: "Duration & Expiry date";
        padding-left: 10px
    }
    /*.ac-transactions-grid td:nth-of-type(4):before {
        content: "Payment Method";
        padding-left: 10px
    }*/
    .ac-transactions-grid td:nth-of-type(5):before {
        content: "Total";
        padding-left: 10px
    }
    .ac-transactions-grid tr:nth-of-type(odd) {
        background: #26272b
    }
    .mobile-values {
        display: none!important
    }
}

@media (min-width: 790px) and (max-width: 800px) {
    .movie-of-the-week-section {
        display: none
    }
}

@media (min-width: 1270px) and (max-width: 1281px) {
    .movie_bg .mow_hover {
        width: 92%
    }
    .img-full {
        height: 259px
    }
}

@media (min-width: 1400px) {
    .total-panel .genre-modal-pre-lg .modal-dialog {
        width: 1049px
    }
}

@media (min-width: 1900px) and (max-width: 1920px) {
    .movie-detail .col-md-5 {
        width: 17.833%
    }
    .yf-note-mob {
        display: none;
    }
}

@media (min-width: 1300px) and (max-width: 1366px) {
    .yf-adPlace {
        margin-top: 160px;
        margin-left: 0px !important;
    }
    .get-in-touch-set {
        width: 70%
    }
    .affix,
    .affix-bottom,
    .affix-top {
        width: 265px
    }
    .movie-of-the-week-section .img-full {
        height: 284px
    }
    .tp-left-panel {
        flex: 0 0 265px
    }
    .vertical-center-static {
        height: 364px
    }
}

@media (min-width: 1400px) and (max-width: 1440px) {
    .yf-adPlace {
        margin-top: 160px;
        margin-left: 0px !important;
    }
    .affix,
    .affix-bottom,
    .affix-top {
        width: 265px
    }
    .carousel-indicators h2 {
        font-size: 1.125em;
        margin: 0 0 5px
    }
    .home-carousel-haed h5 {
        font-size: 1.675em
    }
    .free-two-weeks h2 {
        font-size: 2.75em
    }
    .free-two-weeks h1 {
        font-size: 1.2em;
        line-height: 30px
    }
    .free-trial {
        font-size: 1.675em
    }
    .tp-left-panel {
        flex: 0 0 265px
    }
    .search-result-one {
        width: 14.7%
    }
    .movie-of-the-week-section .img-full {
        height: 306px
    }
    .arrow-left.arrow-left,
    .arrow-right.arrow-right {
        width: 40px
    }
    .bx-wrapper .bx-controls-direction a {
        width: 20px
    }
    body {
        font-size: 15px
    }
}

@media (min-width: 769px) and (max-width: 1366px) {
    body {
        font-size: 14px
    }
}

@media (min-width: 641px) and (max-width: 768px) {
    body {
        font-size: 16px
    }
}

@media (min-width: 480px) and (max-width: 640px) {
    body {
        font-size: 16px
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    body {
        font-size: 16px
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1;
        animation-delay: .3s
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1;
        animation-delay: .3s
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-delay: .3s
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.7, .7, .7);
        transform: scale3d(.7, .7, .7)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.7, .7, .7);
        transform: scale3d(.7, .7, .7)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.wsmenu,
.wsmenu-list {
    margin: 0 auto;
    width: 100%;
    padding: 0
}

.top-navig a,
.wsmenu-list li>span {
    font-size: 1em!important
}

.overlapblackbg,
.wsmobileheader {
    display: none
}

.wsmenu {
    color: #fff;
    position: relative
}

.wsmenu-list li>span,
.wsmenu-list>li>a {
    font-weight: 400;
    color: #9ea2ac;
    text-decoration: none
}

.wsmenu-list {
    text-align: left
}

.wsmenu-list>li {
    float: left;
    list-style-type: none;
    text-align: center
}

.wsmenu-list li>span {
    cursor: pointer;
    display: block;
    /*font-family: Montserrat;*/
    letter-spacing: .05em;
    line-height: 15px;
    padding: 24px 12px;
    transition: all .5s ease 0s
}

.wsmenu-list li:first-child a {
    -webkit-border-radius: 4px 0 0;
    -moz-border-radius: 4px 0 0;
    border-radius: 4px 0 0
}

.wsmenu-list li:last-child a {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
    border-right: 0 solid
}

.wsmenu-list>li>a .fa {
    display: inline-block;
    font-size: 14px;
    line-height: inherit;
    margin-right: 0
}

.wsmenu-list li ul li a .fa.fa-angle-double-right {
    font-size: 12px;
    margin: 0 3px 0 -4px
}

.wsmenu-list li a .arrow:after {
    content: "";
    float: right;
    height: 0;
    margin: 0 0 0 9px;
    position: absolute;
    text-align: right;
    top: 22px;
    width: 0
}

.wsmenu-list>li>a {
    /*font-family: Montserrat, sans-serif;*/
    font-weight: bold;
    line-height: 15px;
    padding: 24px;
    display: block;
    position: relative
}

.wsmenu-list li a.active .arrow:after,
.wsmenu-list li a:hover .arrow:after,
.wsmenu-list li:hover>a .arrow:after {
    border-top-color: #b3b3b3
}

.megamenu,
.wsmenu-submenu {
    position: absolute;
    top: 48px;
    z-index: 1000;
    border: 1px solid #eee;
    background-color: #fff;
    -o-transition: -o-transform .3s, opacity .3s;
    -ms-transition: -ms-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    -webkit-transition: -webkit-transform .3s, opacity .3s
}

.megamenu iframe,
.megamenu video {
    width: 100%;
    margin-top: 10px;
    min-height: 200px
}

.wsmenu-list li:hover .megamenu {
    opacity: 1
}

.megamenu {
    width: 100%;
    left: 0;
    color: #000;
    margin: 0;
    text-align: left;
    padding: 14px;
    font-size: 15px;
    opacity: 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.megamenu .title {
    border-bottom: 1px solid #CCC;
    padding: 9px 5px 9px 0;
    font-size: 17px;
    color: #424242;
    margin: 0 0 7px;
    text-align: left;
    height: 39px
}

.link-list .fa,
.megacollink .fa {
    font-size: 11px
}

.link-list li a,
.megacollink li a {
    line-height: 18px;
    text-align: left;
    background: #fff!important;
    color: #666!important;
    border-right: 0 none!important;
    display: block
}

.link-list li {
    display: block;
    white-space: nowrap;
    text-align: left
}

.link-list li a {
    padding: 6px 0
}

.megacollink {
    width: 23%;
    float: left;
    margin: 0 1%
}

.megacollink li {
    display: block;
    white-space: nowrap;
    text-align: left
}

.megacollink li a {
    padding: 8px 0
}

.megacolimage {
    width: 31.33%;
    float: left;
    margin: 0 1%
}

.typographydiv {
    width: 100%;
    margin: 0
}

.typographylinks {
    width: 25%;
    float: left;
    margin: 0
}

.mainmapdiv {
    width: 100%;
    display: block;
    margin: 0
}

.wsmenu-list .ad-style {
    width: 28%;
    float: right
}

.wsmenu-list .ad-style a {
    border: none!important;
    padding: 0!important;
    margin: 0!important;
    line-height: normal!important;
    background-image: none!important
}

.mobile-sub .megamenu .ad-style a:hover {
    background-color: transparent!important
}

.wsmenu-list .megamenu li:hover>a {
    background: 0 0!important
}

.wsmenu-list .megamenu li a:hover {
    background: 0 0!important;
    text-decoration: underline
}

.wsmenu-list .megamenu li .fa {
    margin-right: 5px;
    text-align: center;
    width: 18px
}

.mrgtop {
    margin-top: 15px
}

.show-grid div {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #dbdbdb;
    border: 1px solid #e7e7e7;
    color: #6a6a6a;
    margin: 2px 0
}

.halfmenu {
    width: 40%;
    right: auto!important;
    left: auto!important
}

.halfmenu .megacollink {
    width: 48%;
    float: left;
    margin: 0 1%
}

.halfdiv {
    width: 35%;
    right: 0!important;
    left: auto
}

.menu_form {
    width: 100%;
    display: block
}

.menu_form input[type=text] {
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px
}

.menu_form textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
    min-height: 122px
}

.menu_form input[type=submit] {
    width: 25%;
    display: block;
    height: 28px;
    float: right;
    border: 1px solid #ccc;
    margin-right: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.menu_form input[type=button] {
    width: 25%;
    display: block;
    height: 28px;
    float: right;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.megamenu .left.carousel-control,
.megamenu .right.carousel-control {
    padding-top: 20%
}

.carousel-inner .item img {
    width: 100%
}

.megamenu .carousel-caption {
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%
}

.wsmenu-list li>.wsmenu-submenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden
}

.wsmenu-list li:hover>.wsmenu-submenu {
    transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
    visibility: visible
}

.wsmenu-submenu li>.wsmenu-submenu-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden
}

.wsmenu-submenu li:hover>.wsmenu-submenu-sub {
    transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
    visibility: visible
}

.wsmenu-submenu-sub li>.wsmenu-submenu-sub-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden
}

.wsmenu-submenu-sub li:hover>.wsmenu-submenu-sub-sub {
    transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
    visibility: visible
}

.wsmenu-list li>.megamenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden
}

.wsmenu-list li:hover>.megamenu {
    transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
    visibility: visible
}

.wsmenu-submenu {
    margin: 0;
    padding: 2px;
    opacity: 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub,
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform .4s, opacity .4s;
    -ms-transition: -ms-transform .4s, opacity .4s;
    -moz-transition: -moz-transform .4s, opacity .4s;
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    margin: 0
}

.wsmenu-submenu li a {
    background: #fff!important;
    color: #666!important;
    border-right: 0 none!important;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 6px 12px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal
}

.wsmenu-list li:hover .wsmenu-submenu {
    display: block
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
    padding: 0;
    opacity: 0
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
    opacity: 1;
    list-style: none;
    padding: 2px;
    border: 1px solid #eee;
    background-color: #fff;
    display: block
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
    padding: 0;
    opacity: 0
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    opacity: 1;
    list-style: none;
    padding: 2px;
    border: 1px solid #eee;
    background-color: #fff
}

.wsmenu-list li:hover>a,
.wsmenu-list>li>a.active,
.wsmenu-list>li>a:hover,
.wsmenu-submenu>li>a:hover {
    background-color: rgba(0, 0, 0, .08)!important;
    text-decoration: none
}

.wsmenu-submenu li {
    position: relative;
    padding: 0;
    margin: 0;
    display: block
}

.wsmenu-click,
.wsmenu-click02 {
    display: none
}

.wsmenu-submenu>li>a:hover {
    border-radius: 0!important
}

.typography-text {
    padding: 0;
    font-size: 15px
}

.typography-text p {
    text-align: justify;
    line-height: 24px;
    color: #656565
}

.typography-text ul li {
    display: block;
    padding: 2px 0;
    line-height: 22px
}

.typography-text ul li a {
    color: #656565
}

.hometext {
    display: none
}

.wsmenu-submenu .fa {
    margin-right: 7px
}

@media only screen and (min-width: 780px) and (max-width: 1023px) {
    .wsmenu-list>li>a>.fa {
        display: none!important
    }
    .hometext {
        display: block!important
    }
    .wsmenu {
        font-size: 13px!important
    }
    .wsmenu-list li a {
        white-space: nowrap!important;
        padding-left: 4px!important;
        padding-right: 4px!important
    }
    .megacollink,
    .typographylinks {
        width: 48%;
        margin: 1%
    }
}

@media only screen and (min-width: 781px) and (max-width: 1200px) {
    .wsmenu-list li a .arrow:after {
        display: none!important
    }
}

@media only screen and (min-width: 781px) {
    .mobile-hide {
        font-size: 1.125em
    }
    .wsmenu-list li:hover>.megamenu,
    .wsmenu-list li:hover>.wsmenu-submenu,
    .wsmenu-submenu li:hover>.wsmenu-submenu-sub,
    .wsmenu-submenu-sub li:hover>.wsmenu-submenu-sub-sub {
        display: block!important
    }
}

@media only screen and (max-width: 780px) {
    .movie-desc-details h1 {
        margin: 35px 0 15px;
    }
    /*.yf-note-watch{ display:none;}*/
    .dropdown-menu>li>a {
        padding: 0
    }
    .wsoffcanvasopener .wsmenu {
        left: 0;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }
    .wsmenucontainer,
    .wsmobileheader {
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out
    }
    .wsoffcanvasopener .smallogo {
        display: block
    }
    .wsmobileheader {
        display: block!important;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        transition: all .4s ease-in-out
    }
    .wsmenu-list>li:hover>a {
        background-color: rgba(0, 0, 0, .08)!important;
        text-decoration: none
    }
    .hometext {
        display: inline-block!important
    }
    .megacollink {
        width: 96%!important;
        margin: 0 2%!important
    }
    .megacolimage {
        width: 90%!important;
        margin: 0 5%!important
    }
    .typographylinks {
        width: 98%!important;
        margin: 0 1%!important
    }
    .typographydiv {
        width: 86%!important;
        margin: 0 7%!important
    }
    .mainmapdiv {
        width: 90%!important;
        margin: 0 5%!important
    }
    .overlapblackbg {
        left: 0;
        z-index: 102;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        display: none;
        background-color: rgba(0, 0, 0, .8);
        cursor: pointer
    }
    .wsmenu-click,
    .wsmenu-click02 {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer
    }
    .wsoffcanvasopener .overlapblackbg {
        display: block!important
    }
    .wsmenu-submenu>li:hover>a {
        background-color: #7b7b7b;
        color: #666
    }
    .wsmenu>.wsmenu-list>li>a.active,
    .wsmenu>.wsmenu-list>li>a:hover {
        color: #666;
        background-color: rgba(0, 0, 0, .08)
    }
    .wsmenu-click i,
    .wsmenu-click02 i {
        margin-top: 11px;
        margin-right: 8px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(0, 0, 0, .25);
        float: right
    }
    .wsmenu-list li:hover .wsmenu-submenu,
    .wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
        display: none
    }
    .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
        display: none;
        list-style: none;
        padding: 2px;
        border: 1px solid #eee;
        background-color: #fff
    }
    .wsmenu-list li:first-child a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .wsmenu-list li:last-child a {
        -webkit-border-radius: 0 4px 0 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-right: 0 solid
    }
    .innerpnd {
        padding: 0!important
    }
    .typography-text {
        padding: 10px 0
    }
    .wsmenucontainer {
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        transition: all .4s ease-in-out
    }
    .animated-arrow,
    .wsmenu {
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out
    }
    .wsmenu-click {
        height: 43px;
        display: block;
        width: 100%
    }
    .wsmenu-click i {
        display: block;
        height: 23px;
        width: 25px
    }
    .wsmenu-click02 {
        height: 43px;
        display: block;
        width: 100%
    }
    .wsmenu-click02 i {
        display: block;
        height: 23px;
        width: 25px
    }
    .wsmenu-submenu-sub,
    .wsmenu-submenu-sub-sub {
        width: 100%!important;
        left: 100%!important;
        top: 0!important;
        opacity: 1!important
    }
    .ws-activearrow>i {
        transform: rotate(180deg)
    }
    .wsmenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .mobile-sub .wsmenu-submenu,
    .wsmenu-list .megamenu,
    .wsmenu-submenu-sub,
    .wsmenu-submenu-sub-sub {
        transform: none!important;
        visibility: visible!important
    }
    .wsmenu-submenu-sub {
        position: static!important;
        display: none;
        margin: 0!important;
        padding: 0!important;
        border: 0 solid!important
    }
    .wsmenu-submenu-sub li {
        margin: 0!important;
        padding: 0;
        position: relative
    }
    .wsmenu-submenu-sub a {
        display: block;
        padding: 10px 25px;
        border-bottom: solid 1px #ccc;
        font-weight: 400
    }
    .wsmenu-submenu-sub li a.active {
        color: #000!important
    }
    .wsmenu-submenu-sub li:hover>a {
        background-color: #333!important;
        color: #fff
    }
    .wsmenu-list>li>a .fa {
        margin-right: 6px
    }
    .wsmenu-submenu-sub-sub {
        position: static!important;
        display: none;
        margin: 0!important;
        padding: 0!important;
        border: 0 solid!important
    }
    .wsmenu-submenu-sub-sub li {
        margin: 0!important
    }
    .wsmenu-submenu-sub-sub a {
        display: block;
        color: #000;
        padding: 10px 25px;
        background: #000!important;
        border-bottom: solid 1px #ccc;
        font-weight: 400
    }
    .wsmenu-submenu-sub-sub li a.active {
        color: #000!important
    }
    .wsmenu-submenu-sub-sub li:hover>a {
        background-color: #606060!important;
        color: #fff
    }
    .wsmenu .wsmenu-list {
        height: 100%;
        overflow-y: auto;
        display: block!important
    }
    .wsmenu .wsmenu-list>li {
        border-bottom: 1px solid #27282b;
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit
    }
    .ad-style,
    .megamenu>ul {
        width: 100%!important
    }
    .wsmenu>.wsmenu-list>li>a {
        background-color: transparent;
        color: #666;
        display: block;
        font-size: 14px;
        line-height: 25px;
        overflow: hidden;
        padding: 0 32px 0 17px;
        position: static;
        text-align: left;
    }
    .wsmenu>.wsmenu-list>li>a>.fa {
        font-size: 16px;
        color: #bfbfbf
    }
    .wsmenu .wsmenu-list li a .arrow:after {
        display: none!important
    }
    .mobile-sub .wsmenu-submenu,
    .wsmenu-list .megamenu,
    .wsmenu-list li:hover .megamenu {
        display: none;
        position: relative!important;
        top: 0
    }
    .wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
        font-size: 12px!important;
        color: #8E8E8E
    }
    .mobile-sub .wsmenu-submenu {
        opacity: 1!important;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 0
    }
    .mobile-sub .wsmenu-submenu li a {
        line-height: 20px;
        height: 36px;
        background-color: #e7e7e7!important;
        font-size: 13px!important;
        padding: 8px 0 8px 18px;
        color: #8E8E8E
    }
    .mobile-sub .wsmenu-submenu li a:hover,
    .mobile-sub .wsmenu-submenu li:hover>a {
        color: #666;
        background-color: #e7e7e7!important
    }
    .mobile-sub .wsmenu-submenu li a:hover {
        text-decoration: underline
    }
    .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
        line-height: 20px;
        height: 36px;
        background-color: #e7e7e7!important;
        border-bottom: none;
        padding-left: 28px
    }
    .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
        line-height: 20px;
        height: 36px;
        background-color: #e7e7e7!important;
        border-bottom: none!important;
        padding-left: 38px;
        color: #8e8e8e
    }
    .wsmenu-list .megamenu {
        background-color: #e7e7e7;
        color: #666;
        padding: 0;
        border: 0 solid;
        opacity: 1!important
    }
    .megamenu .title {
        color: #666;
        font-size: 15px!important;
        padding: 10px 8px 10px 0
    }
    .halfdiv .title {
        padding-left: 15px
    }
    .megamenu>ul {
        margin: 0;
        padding: 0;
        font-size: 13px!important
    }
    .megamenu>ul>li>a {
        padding: 9px 14px!important;
        line-height: normal!important;
        font-size: 13px!important;
        background-color: #e7e7e7!important;
        color: #666
    }
    .megamenu>ul>li>a:hover {
        background-color: #000!important
    }
    .megamenu ul li.title {
        line-height: 26px;
        color: #666;
        margin: 0;
        font-size: 15px;
        padding: 7px 13px!important;
        border-bottom: 1px solid #ccc;
        background-color: transparent!important
    }
    .halfdiv,
    .halfmenu {
        width: 100%;
        display: block
    }
    .menu_form {
        padding: 10px 10px 63px;
        background-color: #e7e7e7
    }
    .menu_form input[type=submit],
    .menu_form input[type=button] {
        width: 46%
    }
    .menu_form textarea {
        min-height: 100px
    }
    .mobile-hide {
        display: none!important
    }
    .mobile-nav-class .caret,
    .mobile-nav-class .menu-arrow {
        display: none
    }
    .mobile-nav-class a,
    .mobile-nav-class span {
        padding: 0 12px!important
    }
    .mobile-nav-class .user-info-list {
        margin: 0;
        padding: 0;
        position: inherit;
        width: 100%;
        background-color: transparent
    }
    .wsmenu {
        width: 240px;
        left: -240px;
        height: 100%;
        position: fixed;
        top: 0;
        margin: 0;
        background-color: #141518;
        border-radius: 0;
        z-index: 9999;
        transition: all .4s ease-in-out
    }
    .animated-arrow {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 102;
        transition: all .4s ease-in-out
    }
    .callusicon {
        color: #c9c9c9;
        font-size: 25px;
        height: 25px;
        position: fixed;
        right: 15px;
        top: 13px;
        width: 25px;
        z-index: 102;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }
    .callusicon:focus,
    callusicon:hover {
        color: #fff!important
    }
    .wsoffcanvasopener .callusicon {
        display: none!important
    }
    .smallogo {
        float: left;
        margin: 13px 0 13px 50px
    }
    .smallogo img {
        width: 8em
    }
    .wsoffcanvasopener .animated-arrow {
        left: 240px
    }
    .animated-arrow {
        cursor: pointer;
        padding: 25px 35px 16px 0;
        margin: 10px 0 0 15px
    }
    .animated-arrow span,
    .animated-arrow span:after,
    .animated-arrow span:before {
        cursor: pointer;
        height: 2px;
        width: 23px;
        background: #80838a;
        position: absolute;
        display: block;
        content: '';
        transition: all .5s ease-in-out
    }
    .animated-arrow span:before {
        top: -7px
    }
    .animated-arrow span:after {
        bottom: -7px
    }
    .wsoffcanvasopener .animated-arrow span {
        background-color: transparent
    }
    .animated-arrow.active span:after,
    .wsoffcanvasopener .animated-arrow span:before {
        top: 7px
    }
    .wsoffcanvasopener .animated-arrow span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 0
    }
    .wsoffcanvasopener .animated-arrow span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    .wsmenu-list li:hover>.wsmenu-submenu,
    .wsmenu-list li>.wsmenu-submenu,
    .wsmenu-submenu li>.wsmenu-submenu-sub {
        transform: none!important;
        -o-transform: none!important;
        -moz-transform: none!important;
        -webkit-transform: none!important;
        visibility: visible!important
    }
    .wsmenu-list li:hover>.megamenu,
    .wsmenu-list li>.megamenu,
    .wsmenu-submenu li:hover>.wsmenu-submenu-sub,
    .wsmenu-submenu-sub li:hover>.wsmenu-submenu-sub-sub,
    .wsmenu-submenu-sub li>.wsmenu-submenu-sub-sub {
        transform: none!important;
        -o-transform: none!important;
        -moz-transform: none!important;
        -webkit-transform: none!important;
        visibility: visible!important;
        opacity: 1!important
    }
}


/* .flagstrap {
    position: absolute;
    top: 0
}*/

.flagstrap li {
    cursor: pointer;
    padding: 5px
}

.flagstrap li:hover {
    background-color: #ececec
}

.flagstrap .dropdown-menu {
    left: -2px;
    width: 350px!important;
    top: 54px
}

#YuppflixSearch .modal-dialog {
    height: 100%;
    margin-top: 0;
    padding: 0;
    width: 100%;
    margin-top: 0;
}

#YuppflixSearch .modal-content {
    height: 100%;
    border-radius: 0;
}

.modal-backdrop {
    z-index: 9!important;
}

#YuppflixSearch {
    bottom: inherit
}

#YuppflixSearch .search-close {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #8b8e96;
    font-size: 1.688em;
    opacity: 1;
    position: absolute;
    right: 35px;
    text-shadow: none;
    top: 25px;
}

#YuppflixSearch .modal-body {
    padding: 0;
}

.searchbtn {
    background: rgba(0, 0, 0, 0) url("https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/header-search-pop.png") no-repeat scroll left center;
    border: medium none;
    color: #9ea2ac;
    font-weight: 400;
    padding: 21px 15px 19px 30px;
    text-align: center;
    float: left;
    font-size: 1em
}

@media (max-width: 1200px) {
    .hide-search-min {
        display: none
    }
    .mobile-view-search {
        display: none;
    }
}

@media (min-width: 768px) {
    .mobile-navs-class {
        display: none;
    }
}

@media (max-width: 768px) {
    .live-chat {
        padding: 4px 9px;
    }
    .mobile-link-text-l {
        padding: 15px 0 15px 15px
    }
    .mobile-top-nav {
        display: none;
    }
    .not-found {
        margin-top: 75px;
    }
    .carousel-indicators {
        position: relative;
    }
}

.not-found {
    text-align: center;
}

.not-found img {
    text-align: center;
    margin: 0 auto;
}

.not-found a:link {
    color: #ff4e00
}

.not-found a:visited {
    color: #ff4e00
}

.not-found a:hover {
    color: #ccc
}

@media (min-width: 1020px) and (max-width: 1024px) {
    .search-results-movies {
        width: 205px
    }
    .wsmenu-list>li>a {
        display: block;
        font-weight: bold;
        line-height: 15px;
        padding: 24px 15px;
        position: relative;
    }
}

.mobile-download-icon {
    float: left;
    padding-right: 5px;
    position: relative;
    top: -2px;
}

.mobile-download-icon img {
    width: 18px;
}

.user-name-info {
    font-weight: 400;
    font-size: 14px;
}

.freetrial-used {
    margin-right: 0
}

@media only screen and (max-width: 1200px) {
    .movie_bg .mow_hover {
        width: 88%;
    }
    .movie_bg .img-full {
        height: 213px;
    }
    .searchbtn {
        padding: 31px 15px;
    }
    .btn-orange,
    .btn-orange-top {
        font-size: 0.9em;
    }
    .logo {
        margin-right: 15px;
    }
    .carousel-indicators {
        bottom: -10px
    }
    .carousel-indicators li {
        background-color: #5e5f61;
        border: 1px solid #5e5f61;
        margin: 3px
    }
    /* .carousel-indicators h2,
    .carousel-indicators h3 {
        display: none
    }*/
    .carousel-indicators .active {
        border: 1px solid #18191D;
        margin: 2px
    }
    .wsmenu-list .login-user-icon {
        padding: 0 0 0 5px;
    }
    .free-two-weeks h1 {
        line-height: 28px;
        width: 80%;
    }
    .bx-pager {
        display: none;
    }
    .wsmenu-list>li>a {
        padding: 24px 15px;
    }
    .selected-menu {
        padding: 24px 15px 22px !important;
    }
}

.search-results {
    height: 100vh!important;
    /*overflow:auto;*/
}

.inter-pop-head {
    font-size: 1.875em
}

.transaction-btn {
    border: 1px solid #2d2e32;
    color: #9da1ab;
    background-color: transparent;
    font-size: 0.8em;
    padding: 10px;
}

.gr__tooltip {
    display: none
}

.modal-next-step {
    text-align: center;
    width: inherit
}

.modal-next-step .modal-content {
    background-color: #3e3f44;
    border-radius: 4px;
}

.modal-next-step .modal-content-ins {
    padding: 0 50px;
}

.cancel-pop-head {
    font-size: 1.625em;
    font-weight: bold;
    margin-top: 0;
}

.next-steps-icon {
    padding: 20px 0
}

.select-language {
    font-size: 1em;
    font-weight: 400;
}

.next-steps h5 {
    font-size: 1.125em;
    font-weight: bold;
    padding: 35px 0 15px;
    margin: 0;
}

.next-steps-msg {
    padding: 25px 0 55px 0
}

.op-mobilenumber {
    color: #666666;
    margin: 15px 0 15px 0;
}

.btn-me {
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    /* IE6-9 */
    border: 1px solid #aeaeae;
    color: #6e6e6e;
    font-size: 1em;
    font-weight: 500;
    padding: 10px;
    text-align: left;
    width: 40%;
    right: 10%;
    position: relative;
    left: 0;
}

.btn-me .caret {
    position: absolute;
    right: 15px;
    top: 18px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px dashed;
    right: 8%
}

.me-dropdown:after {
    border-bottom: inherit;
    border-left: inherit;
    border-right: inherit;
    right: inherit;
    top: inherit;
}

.me-dropdown:before {
    border-bottom: inherit;
    border-left: inherit;
    border-right: inherit;
    left: inherit;
    top: inherit;
}

.me-dropdown {
    background: #f5f5f5;
    width: 40%;
}


/*.me-dropdown {
     background: #fefefe url("https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/me-networks-bg.jpg") repeat-x center bottom!important;
        width: 40%;
}*/

.me-dropdown li {
    border-bottom: 1px solid #d9d9d9;
    padding: 5px 0px 10px;
    cursor: pointer;
}

.me-dropdown li:last-child {
    border-bottom: none;
}

.me-dropdown li a:hover {
    background-color: #e9e9e9!important;
}

.me-dropdown>li>a:focus,
.me-dropdown>li>a:hover {
    background-color: #e9e9e9!important;
}

.me-dropdown img {
    padding: 0 10px;
}

.operator-billing form {
    margin: 0;
    padding: 0;
}

.operator-billing .btn-group {
    display: inherit;
}

.me-pass-set ul {
    margin: 0;
    padding: 0;
}

.me-pass-set li {
    float: left;
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
    width: 123px;
}

.me-pass-set {
    margin-top: 20px;
}

.day-pass {
    background: #fefefe url("https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/me-day-pass.png") no-repeat center center;
    border-radius: 6px;
    height: 212px;
    border: 1px solid #cfcfcf;
    text-align: center;
    width: 123px;
    float: left;
}

.week-pass {
    background: #fefefe url("https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/me-week-pass.png") no-repeat center center;
    border-radius: 6px;
    height: 212px;
    border: 1px solid #cfcfcf;
    width: 123px;
    text-align: center;
    float: left;
    margin: 0 5px;
}

.month-pass {
    background: #fefefe url("https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/me-month-pass.png") no-repeat center center;
    border-radius: 6px;
    height: 212px;
    border: 1px solid #cfcfcf;
    width: 123px;
    text-align: center;
    float: left;
    margin-left: 10px;
}

.pass-name {
    color: #547991;
    font-weight: bold;
    padding: 8px 0;
}

.day-pass .pass-name {
    color: #547991;
}

.week-pass .pass-name {
    color: #c04e21;
}

.month-pass .pass-name {
    color: #068b94;
}

.pass-value {
    color: #6a6a6a;
    font-size: 1.3em;
    line-height: 18px;
    padding: 40px 0 38px;
}

.pass-value span {
    font-size: 0.6em;
}

.pass-btn button {
    border-radius: 5px;
    color: #fff;
    font-size: 1.125em;
    opacity: 0.7;
    padding: 5px 15px;
}

.day-pass .pass-btn button {
    background-color: #547991;
    border: 1px solid #547991;
}

.week-pass .pass-btn button {
    background-color: #c04e21;
    border: 1px solid #c04e21;
}

.month-pass .pass-btn button {
    background-color: #068b94;
    border: 1px solid #068b94;
}

.mid-week {
    margin: 0 10px;
}

.me-pack-desc {
    color: #666666;
    font-size: 0.875em;
    padding: 20px 0 0;
    text-align: center;
}

#preview {
    padding-bottom: 100px;
}

#preview-coverflow .cover {
    cursor: pointer;
    width: 150px;
    height: 240px;
    box-shadow: 0 0 4em 1em white;
}

@media only screen and (max-width: 1024px) {
    .day-pass {
        float: left;
        left: inherit !important;
        position: inherit !important;
        transform: inherit !important;
        text-align: center;
    }
    .week-pass {
        float: left;
        left: inherit !important;
        position: inherit !important;
        transform: inherit !important;
        margin: 0 10px;
        text-align: center;
    }
    .month-pass {
        float: left;
        left: inherit !important;
        position: inherit !important;
        transform: inherit !important;
        text-align: center;
    }
}

.carousel {
    width: 100%!important;
}

.operator-billing ul.dropdown-menu {
    display: none;
}

.operator-billing .open ul.dropdown-menu {
    display: block!important;
}

.mobile-tabs-hide {
    display: block;
}

.mobile-tabs-show {
    display: none
}

.txt-left {
    text-align: left !important;
}

@media only screen and (max-width: 768px) {
    .mobile-tabs-hide {
        display: none;
    }
    .mobile-tabs-show {
        display: block
    }
    .payment-data-set .active {
        display: block!important;
    }
    .payment-data-set .desc {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .tv-sets-android img {
        padding: 11px 0px !important
    }
    .tv-sets-amaz-fire img {
        padding: 9px 0px !important
    }
    .tv-sets-lg img {
        padding: 10px 0px !important
    }
    .yf-carousal-bottonpadding {
        padding-bottom: 10px;
    }
    .yf-crawling-head {
        font-size: 20px !important;
    }
    .yf-crawling-subtext {
        font-size: 15px !important;
    }
    #crawling-carosal .yf-crawlingMenu a {
        padding: 10px 20px !important;
    }
    .tv-epe-full-block {
        width: 30% !important;
    }
    .yf-season-tab-sec .tabs>ul>li>div {
        padding: 0px 34px !important;
    }
    .yf-season-tab-sec .tabs>ul {
        width: 100% !important;
    }
}

@media (min-width: 1280px) {
    .row-same-height {
        display: flex;
        height: auto;
    }
    .row-same-height-l {
        flex: 0 0 160px;
    }
    .row-same-height-r {
        flex: 1 0 160px;
        align-self: stretch;
    }
    .vertical-ceter {
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        position: absolute;
    }
    .watch-tv-device {
        height: 120px;
    }
    .watch-tv-mobile {
        height: 140px;
    }
}


/*Venkat*/

.yfsg-link {
    color: #ff4e00;
}

.yfsg-link:active,
.yfsg-link:hover,
.yfsg-link:focus {
    color: #ff4e00;
    text-decoration: none;
}

.yf_showPassword {
    position: absolute;
    right: 0px;
    top: 13px;
    font-size: 13px;
    color: #ff4e00;
    cursor: pointer;
}

.yf_showPasswordk:active,
.yf_showPassword:hover,
yf_showPassword:focus {
    color: #ff4e00;
    text-decoration: none;
}

.yf_showPassword-signup {
    position: absolute;
    right: 50px;
    margin-top: -20px;
    font-size: 13px;
    color: #ff4e00;
    cursor: pointer;
}

.yf_showPassword-signup:active,
.yf_showPassword-signup:hover,
yf_showPassword-signup:focus {
    color: #ff4e00;
    text-decoration: none;
}

.yf_mobile-chars {
    color: #999;
    font-size: 10px;
    margin-top: 0px;
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 2;
}


/**/

.signup-control {
    display: block;
    position: relative;
    margin-bottom: 10px
}

.signup-control,
.select {
    margin-bottom: 15px;
    margin-right: 10px;
}

.signup-control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.signup-control__indicator {
    border: 1px solid #57585c;
    position: absolute;
    top: 0px;
    left: 10px;
    height: 20px;
    width: 20px;
    border-radius: 2px
}

.signup-control input:hover~.signup-control__indicator,
.signup-control:hover input~.signup-control__indicator {
    /*background-image: url(../images/tick-bg.png);*/
    background-repeat: no-repeat;
    background-position: center center
}

.signup-control input:checked~.signup-control__indicator {
    background: #57585c;
    border: 2px solid #57585c;
}

.signup-control input:checked:focus~.signup-control__indicator,
.signup-control:hover input:not([disabled]):checked~.signup-control__indicator {
    background: #57585c;
}

.signup-controls input:checked~.signup-control__indicator {
    background: #fff!important;
    border: 1px solid #21ad76!important
}

.signup-controls input:checked:focus~.signup-control__indicator,
.signup-controls:hover input:not([disabled]):checked~.signup-control__indicator {
    background: #fff!important
}

.signup-control input:disabled~.signup-control__indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.signup-control__indicator:after {
    content: '';
    position: absolute;
    display: none
}

.control,
.signup-control input:checked~.signup-control__indicator:after {
    display: block
}

.signup-control--checkbox .signup-control__indicator:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.signup-control--checkbox input:disabled~.signup-control__indicator:after {
    border-color: #7b7b7b;
}

.signUp-remember-me {
    margin-top: 30px;
}

.mobinput {
    width: 72% !important;
    display: inherit;
    margin-left: 24px;
}

.clbothign-up {
    clear: both;
}

.yfsiup100 {
    width: 100%;
    display: inline-block;
}

.yfsiup20 {
    width: 20%;
    float: left;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
    padding-bottom: 55px;
}

.text-danger-signup p {
    color: #ff4e00;
    font-size: 11px;
    padding: 3px 0 0 5px;
    clear: both;
    top: 39px;
    position: absolute;
}

.yf-signup-head {
    margin-bottom: 0px;
    font-size: 20px;
}

.faq-head {
    color: #9ea2ad;
    font-size: 1.688em;
    padding: 0;
    font-weight: 700;
}

.faq-title {
    cursor: pointer;
    color: #777a83;
    font-size: 1em;
    font-weight: 100;
}


/*credit card*/

.card-container {
    width: 100%;
    /*padding-left: 80px;
  padding-right: 40px;*/
    position: relative;
    box-sizing: border-box;
    /* border: 1px solid #ccc;
  margin: 0 auto 30px auto;*/
}


/*.card-container input {
  width: 100%;
  letter-spacing: 1px;
  font-size: 30px;
  padding: 15px 15px 15px 25px;
  border: 0;
  outline: none;
  box-sizing: border-box;
}*/

.card-container-pnt {
    width: 100% !important;
    float: left;
    width: 0px;
    position: relative;
}

.form-control-carddiv {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 0px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.card-container-pnt .card-type {
    width: 30px;
    height: 21px;
    background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/cards.png);
    background-position: 0 -111px;
    background-repeat: no-repeat;
    position: absolute;
    top: 35px;
    right: 9px;
}

.card-container-pnt .card-type.mastercard {
    background-position: 0 0px;
}

.card-container-pnt .card-type.visa {
    background-position: 0 -42px;
}

.card-container-pnt .card-type.amex {
    background-position: 0 -21px;
}

.card-container-pnt .card-type.discover {
    background-position: 0 -65px;
}

.card-container-pnt .card-valid {
    position: absolute;
    top: -3px;
    right: 20px;
    line-height: 60px;
    font-size: 40px;
    font-family: 'icons';
    color: #ccc;
    width: 0px;
}

.card-container-pnt .card-valid.active {
    color: #42ca7c;
}

.card-container-pnt .card-details {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    transition: 300ms ease;
}

.card-container-pnt .card-details input {
    font-size: 30px;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}

.card-container-pnt .card-details input.error {
    border: 1px solid #c2313c;
    box-shadow: 0 4px 8px 0 rgba(238, 76, 87, 0.3);
    outline: none;
}

.active-padtble {
    border-collapse: separate;
    border-spacing: 2px;
    color: #9ea1aa;
}

.active-padtble th,
.active-padtble td {
    border-top: none !important;
    padding: 15px;
}

.active-padtble th {
    background: #27282c;
    color: #9ea2ad;
}

.table-responsive-privacy {
    overflow: none !important;
}

.table-responsive-privacy th,
.table-responsive-privacy td {
    border-top: none !important;
}


/*.inputSignup-Email{
    padding-left:80px !important
}*/


/* TABS START HERE */

.yf-faq-tab-sec {
    text-decoration: none;
}

yf-faq-tab-sec .tabs {
    width: 100%;
}

.yf-faq-tab-sec .tabs>ul,
.tabs>div {
    position: relative;
}

.yf-faq-tab-sec .tabs>ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

.yf-faq-tab-sec .tabs>ul>li {
    float: left;
    position: relative;
    z-index: 5;
}

.yf-faq-tab-sec .tabs>ul>li>div {
    display: inline-block;
    padding: 5px 27px;
    border-bottom: 2px solid #2d3034;
    color: #727782;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
}

.yf-faq-tab-sec .tabs>ul>li>div:hover {
    border-bottom: 2px solid #ff4e00;
    color: #fff;
    cursor: pointer;
}

.yf-faq-tab-sec .tabs>ul>li>div:hover .faq-arow-down {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 8px solid #ff4e00;
    display: block;
    position: absolute;
    bottom: -19px;
    left: 45%;
    z-index: 10;
    color: #fff;
    cursor: pointer;
}

.yf-faq-tab-sec .tabs>ul>li>div.faq-tab-active {
    border-bottom: 2px solid #ff4e00;
    color: #fff;
    cursor: pointer;
}

.yf-faq-tab-sec .tabs>ul>li>div.faq-tab-active .faq-arow-down {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 8px solid #ff4e00;
    display: block;
    position: absolute;
    bottom: -19px;
    left: 45%;
    z-index: 10;
    color: #fff;
    cursor: pointer;
}

.yf-faq-tab-sec .tabs>ul>li>div.faq-tab-active-last {
    border-bottom: 2px solid #ff4e00;
    color: #fff;
    cursor: pointer;
}

.yf-faq-tab-sec .tabs>ul>li>div.faq-tab-active-last .faq-arow-down {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 8px solid #ff4e00;
    display: block;
    position: absolute;
    bottom: 0;
    left: 45%;
    top: -19px;
    z-index: 10;
    color: #fff;
    cursor: pointer;
}

.yf-faq-tab-sec .tabs>ul>li.active-tab>div {
    text-decoration: none;
}

.yf-faq-tab-sec .tabs>div {
    z-index: 1;
    top: -1px;
}

.tabs>div>div {
    position: relative;
    top: 0;
    left: 0;
    /*display: none;*/
    overflow: hidden;
    padding: 10px 10px 10px 0px;
    margin-left:
}

.yf-faq-tab-sec .tabs>div>div.active-tab-content {
    display: block;
}


/* TABS END HERE */


/*New faq Start*/

.yf-faq-tab-sec .accordion-container {
    width: 83%;
    margin: 0 0 20px;
    clear: both;
}

.yf-faq-tab-sec .accordion-toggle {
    position: relative;
    display: block;
    padding: 10px 20px 10px 60px;
    /*font-size: 1.5em;*/
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #292a2f;
}

.yf-faq-tab-sec .accordion-toggle.open {
    color: #fff;
}

.yf-faq-tab-sec .accordion-toggle span.toggle-icon {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 1.5em;
}

.yf-faq-tab-sec .accordion-content {
    display: none;
    padding: 10px;
    overflow: auto;
}

.yf-faq-tab-sec .accordion-content p {
    padding-left: 49px;
    color: #727782;
}

.yf-faq-tab-sec .accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    max-width: 100%;
    height: auto;
}

.yf-arrow-faq {
    background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/faq-arrow.png);
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: 2px 26px 0px 20px;
    float: left;
}

.yf-arrowdown-faq {
    background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/faq-arr-down.png);
    width: 23px;
    height: 23px;
    display: inline-block;
}


/* media query for mobile */


/*@media (max-width: 767px) {
    .yf-faq-tab-sec .content {
        width: auto;
    }
    .yf-faq-tab-sec .accordion-content {
        padding: 10px 0;
        overflow: inherit;
    }
}

@media only screen and (max-width:320px){
.day-pass {width:90px;}
.me-pass-set li{width: 90px;}
.month-pass{ width:90px;}
}*/

@media only screen and (max-width: 414px) {
    /*.day-pass {width:110px;}
.me-pass-set li{width:110px;}
.month-pass{ width:110px;}
.Payment-section{ padding: 30px 0px !important;}*/
    .me-pass-set li {
        margin-top: 10px;
    }
    .month-pass {
        margin-left: 0px;
    }
    .yf-arrow-faq {
        margin: 2px 7px 38px 5px;
    }
    .card {
        width: 100% !important;
        padding: 19px 0px !important;
    }
    .card-text {
        padding: 10px 0px 10px 33px !important;
    }
    .card-header a {
        font-size: 14px;
    }
    .yf-faq-tab-sec .tabs>ul>li>div {
        width: 283px;
        text-align: center;
    }
    .yf-faq-tab-sec .tabs>ul>li>div.faq-tab-active-last {
        border-bottom: 2px solid #ff4e00;
        color: #fff;
        cursor: pointer;
    }
    .yf-faq-tab-sec .tabs>ul>li>div.faq-tab-active-last .faq-arow-down {
        content: '';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid transparent;
        border-top: 8px solid #ff4e00;
        display: block;
        position: absolute;
        bottom: 0;
        left: 45%;
        top: 56px;
        z-index: 10;
        color: #fff;
        cursor: pointer;
    }
}

@media screen and (min-width: 768px)and (max-width:768px) {
    .month-pass {
        margin-left: 20px;
    }
}

.card {
    width: 83%;
    padding: 10px 0px 10px 23px;
    border-bottom: 1px solid #333;
}

.card-header a {
    color: #fff;
    line-height: 28px;
}

.card-header a:hover,
.card-header a:active,
.card-header a:focus {
    text-decoration: none;
}

.card-text {
    color: #727782;
    padding: 10px 0px 10px 68px;
}

.yf-note-watch {
    color: #ee4901;
    padding-top: 10px;
}

.yf-note-mob {
    color: #ee4901;
    padding-top: 10px;
    text-align: center;
}

.yf-cont-alwtxt {
    text-align: center;
}

.yf-search_mar-top {
    margin-top: 25px;
}


/*TV SHOWS START HERE*/


/*
.yf-ts-lt-bg-hr {
background: -moz-linear-gradient(top,  rgba(23,25,28,0) 0%, rgba(23,25,28,0.6) 60%, rgba(23,25,28,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(23,25,28,0) 0%,rgba(23,25,28,0.6) 60%,rgba(23,25,28,1) 100%); 
    background: linear-gradient(to bottom,  rgba(23,25,28,0) 0%,rgba(23,25,28,0.6) 60%,rgba(23,25,28,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0017191c', endColorstr='#17191c',GradientType=0 ); 
	width:100%;
	display:block;
	position:absolute;
	height:400px;
	left:0px;
	bottom:0px;
    opacity:0.7
}

.yf-ts-lt-bg {
	background: -moz-linear-gradient(top,  rgba(23,25,28,0) 0%, rgba(23,25,28,0.6) 0%, rgba(23,25,28,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(23,25,28,0) 0%,rgba(23,25,28,0.6) 0%,rgba(23,25,28,1) 100%); 
    background: linear-gradient(to bottom,  rgba(23,25,28,0) 0%,rgba(23,25,28,0.6) 0%,rgba(23,25,28,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0017191c', endColorstr='#17191c',GradientType=0 );
	width:100%;
	display:block;
	position:absolute;
	height:400px;
	left:0px;
	bottom:0px;
}
*/

.yf-ts-total-info {
    margin-top: -460px
}

.yf-ts-detail h1 {
    font-size: 2.125em;
    margin: 80px 0 15px;
    font-weight: 700;
}

.yf-tv-det-normal {
    padding-right: 10px;
    font-size: 14px;
}

.yf-seathea {
    width: 65%;
    padding: 0px 0px 10px;
    color: #8b8e96;
}

.yf-tvs-epi-btn {
    background: #ff4e00;
    padding: 5px 20px;
    color: #fff;
    font-size: 18px;
    margin: 20px 10px 0px 0px;
    display: inline-block;
    border: none;
}

.yf-tvs-epi-btn:focus,
.yf-tvs-epi-btn:hover,
.yf-tvs-epi-btn:active {
    color: #fff;
    text-decoration: none;
}

.yf-tvs-epi-btn-normal {
    border: 1px solid #fff;
    padding: 5px 20px;
    color: #fff;
    font-size: 18px;
    margin: 20px 10px 0px 0px;
    display: inline-block;
}

.yf-tvs-epi-btn-normal:focus,
.yf-tvs-epi-btn-normal:hover,
.yf-tvs-epi-btn-normal:active {
    color: #fff;
    text-decoration: none;
}


/* Seasons start here */

.yf-seas-bg {
    padding: 20px 0 20px 0px;
    overflow: hidden;
}

.yf-season-tab-sec {
    width: 94%;
    margin: 0px auto;
}

.yf-season-tab-sec .tabs>ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    width: 90%;
    border-bottom: 1px solid #333;
}

.yf-season-tab-sec .tabs>ul>li>div {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px 50px;
    height: 31px;
    line-height: 16px;
    /*border-bottom: 2px solid #333;*/
    color: #727782;
    position: relative;
    font-size: 22px;
}

.yf-season-tab-sec .tabs>ul>li>div.seas-tab-active,
.yf-season-tab-sec ul.tabs li:hover {
    border-bottom: 2px solid #ff4e00;
    color: #ff4e00;
}

.yf-season-tab-sec .tabs>ul>li>div.seas-tab-active .faq-arow-down,
.yf-season-tab-sec ul.tabs li:hover .faq-arow-down {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 8px solid #ff4e00;
    display: block;
    position: absolute;
    bottom: 0;
    left: 40%;
    top: 31px;
    z-index: 10;
    color: #ff4e00;
}

.yf-season-tab-sec .tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;
    color: #fff;
}

.yf-season-tab-sec .tab_content {
    padding: 20px 20px 20px 0px;
    /*display: none;*/
}

.tab_drawer_heading {
    display: none;
}

.nav-tabs-dropdown {
    display: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #428bca url(images/arrrow.png) right no-repeat;
}

.tv-epe-full-block {
    display: block;
    float: left;
    margin-right: 10px;
    width: 15%;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
    cursor: pointer;
}

.tv-epe-full-block:hover .tv-epe-playbtn {
    display: block;
}

.tv-epe-playbtn {
    position: absolute;
    display: none;
    top: 33%;
    width: 40px;
    left: 36%;
    right: 0px;
    z-index: 200
}

.tv-epe-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 86%;
    background-color: #17191c;
    opacity: .4;
    display: none;
}

.tv-epe-full-block:hover .tv-epe-overlay {
    display: block;
}

.tv-epe-disbloc {
    display: block;
}

.tv-epe-sub {
    padding: 7px 0px 3px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 96%;
    white-space: nowrap;
}

.tv-epe-semi {
    font-size: 14px;
    overflow: hidden;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yf-seathea {
    width: 65%;
    padding: 0px 0px 10px;
    overflow: hidden;
    height: 40px;
}

@media screen and (max-width: 800px) and (min-width: 760px) {
    .languageContent .bx-wrapper {
        max-width: 700px !important;
    }
    .tv-epe-sub {
        font-size: 12px !important;
    }
    .tv-epe-semi {
        font-size: 11px !important;
    }
}

@media screen and (max-width: 1124px) and (min-width: 980px) {
    .tv-epe-sub {
        font-size: 13px !important;
    }
    .tv-epe-semi {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 480px) {
    .yf-season-tab-sec .tabs {}
    .tv-epe-full-block {
        width: 47%;
    }
    .tabs>div>div {
        margin-left: 22px;
    }
    .yf-season-tab-sec .tab_drawer_heading {
        color: #727782;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        clear: both;
        font-size: 19px;
    }
    .d_active {
        border-bottom: 2px solid #ff4e00;
        color: #727782;
    }
    .tv-epe-full-block {
        width: 46%;
    }
    .tv-epe-sub {
        font-size: 14px;
    }
    .tv-epe-semi {
        font-size: 13px;
    }
}

@media only screen and (max-width: 361px) {
    .mmobile-disp {
        display: block !important;
    }
    .nav-tabs-dropdown {
        display: block;
    }
    .yf-season-tab-sec ul.tabs {
        height: auto;
    }
    .yf-season-tab-sec ul.tabs li {
        display: block;
        width: 100%;
    }
    .tv-epe-sub {
        padding: 7px 0px 3px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 96%;
        white-space: nowrap;
    }
    .yf-seathea {
        width: 95%;
        padding: 0px 0px 10px;
        overflow: hidden;
        height: 68px;
    }
    .yf-tvshow-titmain {
        font-size: 25px;
        padding-top: 90px;
    }
    .yf-tv-det-icon {
        margin-right: 0px;
    }
    .yf-tvs-epi-btn {
        padding: 5px 10px;
        font-size: 13px;
        margin: 10px 10px 0px 0px;
    }
    .yf-tvs-epi-btn-normal {
        padding: 5px 10px;
        font-size: 13px;
        margin: 10px 10px 0px 0px;
    }
    .tv-epe-full-block {
        width: 46% !important;
        margin: 10px auto;
    }
    .tv-epe-full-block img {
        width: 95%;
        float: left;
        margin-right: 10px;
    }
    .tv-epe-sub {
        font-size: 12px !important;
        padding: 10px 0px 3px;
    }
    .tv-epe-semi {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 320px) {
    .yuppflix-paddinleft0 {
        padding-left: 0px;
    }
    .share li,
    .summary-desc {
        font-size: 15px;
    }
    .social-media li {
        margin: 0px 2px 0px 0px;
    }
    .btn-full {
        font-size: 1em !important;
    }
    .inter-pop-head {
        font-size: 1.8em !important;
    }
}

@media only screen and (max-width: 321px) {
    .tv-epe-sub {
        padding: 7px 0px 3px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 96%;
        white-space: nowrap;
    }
    .yf-seathea {
        width: 95%;
        padding: 0px 0px 10px;
        overflow: hidden;
        height: 68px;
    }
    .tv-epe-disbloc {
        display: inline;
    }
    .yf-tvshow-titmain {
        font-size: 25px;
        padding-top: 90px;
    }
    .yf-tv-det-icon {
        margin-right: 0px;
    }
    .yf-tvs-epi-btn {
        padding: 5px 10px;
        font-size: 13px;
        margin: 10px 10px 0px 0px;
    }
    .yf-tvs-epi-btn-normal {
        padding: 5px 10px;
        font-size: 13px;
        margin: 10px 10px 0px 0px;
    }
    .tv-epe-full-block {
        width: 46% !important;
        margin: 10px auto;
    }
    .tv-epe-sub {
        font-size: 12px !important;
        width: 122px !important;
    }
    .tv-epe-semi {
        font-size: 11px !important;
    }
    .yf-tv-det-normal {
        padding-right: 10px;
        font-size: 14px;
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    .languageContent .bx-wrapper .bx-viewport #crawling-carosal .wow {
        width: 130px !important;
        margin-right: 5px !important;
    }
    .btn-me {
        width: 65%;
    }
    .me-dropdown {
        width: 65%;
    }
    .yf-season-tab-sec .tabs>ul>li>div {
        padding: 0px 30px !important;
        font-size: 16px !important;
    }
    .tv-epe-semi {
        width: 100px;
        display: inline;
    }
}

.yf-season-tab-sec .btn-block {
    text-align: left;
}

.yf-season-tab-sec .btn-primary {
    border: none;
}

.yf-season-tab-sec .nav-tabs-dropdown {
    background: #202226 url(images/arrrow.png) right no-repeat;
}

.yf-season-tab-sec .tot-epi-count {
    padding-left: 130px;
}

.notFound-results {
    height: 60vh!important;
}

.yf-tvs-epi-btn-normal-preview {
    border: 1px solid #fff;
    padding: 5px 20px;
    color: #fff;
    font-size: 18px;
    margin: 20px 10px 0px 0px;
    display: inline-block;
    background: #000;
}


/* seasons end here */


/*static faq page*/

.yf-faq-device-gen-sec h3 {
    padding: 25px 0px 5px 20px;
    font-size: 23px;
    color: #909090;
}

.yf-faq-device-gen-sec .accordion-container {
    width: 100%;
    margin: 0 0 20px;
    clear: both;
}

.yf-faq-device-gen-sec .accordion-toggle {
    position: relative;
    display: block;
    padding: 10px 20px 10px 60px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #292a2f;
}

.yf-faq-device-gen-sec .accordion-toggle.open {
    color: #fff;
}

.yf-faq-device-gen-sec .accordion-toggle:hover {}

.yf-faq-device-gen-sec .accordion-toggle span.toggle-icon {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 1.5em;
}

.yf-faq-device-gen-sec .accordion-content {
    display: none;
    padding: 0px 20px 0px 58px;
    ;
    overflow: auto;
}

.yf-faq-device-gen-sec .accordion-content a {
    color: #ff4e00;
}

.yf-faq-device-gen-sec .accordion-content a:hover,
.yf-faq-device-gen-sec .accordion-content a:focus {
    color: #ff4e00;
}

.yf-faq-device-gen-sec .accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    max-width: 100%;
    height: auto;
}

.yf-faq-device-gen-sec .yf-arrow-faq {
    background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/faq-arrow.png);
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: 0px;
}

.yf-faq-device-gen-sec .yf-arrowdown-faq {
    background: url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/faq-arr-down.png);
    width: 23px;
    height: 23px;
    display: inline-block;
}


/* media query for mobile */

@media (max-width: 767px) {
    .yf-faq-device-gen-sec .content {
        width: auto;
    }
    .yf-faq-device-gen-sec .accordion-content {
        padding: 0px 10 0px 58px;
        overflow: inherit;
    }
}

.thnx-main-tp {
    padding-top: 11%;
}

.thnx-hdtxt {
    font-size: 30px;
}

.thnx-subtxt {
    font-size: 16px;
}

.thnx-btn-pd {
    padding: 10px 58px;
}

#smartbanner.android {
    border-color: #212228;
    background: #3d3d3d;
    box-shadow: none;
}

#smartbanner,
html.sb-animation {
    -webkit-transition: all .3s ease;
}

#smartbanner {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    font-family: 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

#smartbanner .sb-container {
    margin: 0 auto;
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: -webkit-linear-gradient(top, #393939 0%, #393939 100%);
    background-image: -ms-linear-gradient(top, #393939 0%, #393939 100%);
    background-image: -moz-linear-gradient(top, #393939 0%, #393939 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    height: 78px;
    bottom: -1px;
    border-top: 3px solid #f47000;
}

#smartbanner.android .sb-close {
    border: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #b1b1b3;
    background: #1c1e21;
    text-shadow: 0 1px 1px #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}

#smartbanner .sb-close {
    margin-left: 5px;
    margin-top: 25px;
    display: block;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: #070707;
    text-decoration: none;
    text-shadow: none;
    border-radius: 14px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -webkit-font-smoothing: subpixel-antialiased;
}

#smartbanner .sb-icon {
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
    width: 57px;
    height: 57px;
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#smartbanner .sb-info {
    position: absolute;
    left: 95px;
    top: 15px;
    width: 60%;
    font-size: 10px;
    line-height: 11px;
    font-weight: 100;
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#smartbanner.android .sb-info {
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    white-space: nowrap;
    line-height: 18px;
    display: block;
}

#smartbanner.android .sb-info span {
    white-space: nowrap;
    line-height: 18px;
    display: block;
}

#smartbanner.android .sb-info strong {
    color: #fff;
}

#smartbanner .sb-info strong {
    display: block;
    font-size: 13px;
    color: #4d4d4d;
    line-height: 18px;
}

#smartbanner.android .sb-button {
    min-width: 12%;
    padding: 1px;
    color: #d1d1d1;
    background: none;
    border-radius: 0;
    box-shadow: none;
    min-height: 20px;
    border-radius: 5px;
}

#smartbanner .sb-button {
    position: absolute;
    right: 10px;
    top: 24px;
    padding: 0 10px;
    min-width: 10%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #6a6a6a;
    background: -webkit-linear-gradient(top, #f47000 0%, #dcdcdc 100%);
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

#smartbanner.android .sb-button span {
    text-align: center;
    display: block;
    padding: 0 10px;
    background-color: #f47000;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f47000), to(#bd5702));
    background-image: -moz-linear-gradient(top, #f47000, #bd5702);
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
}

.yf-crawling-head {
    font-size: 40px;
    display: block;
    padding-top: 60px;
}

.yf-crawling-subtext {
    font-size: 22px;
    display: block;
    color: #9ea2ac;
}

#crawling-carosal .yf-crawlingMenu {
    margin: 0px auto;
    list-style-type: none;
    height: auto;
    float: left;
    clear: both;
    width: 100%
}

#crawling-carosal .yf-crawlingMenu a {
    text-decoration: none;
    text-align: center;
    color: #9ea2ac;
    background: #2c2d32;
    padding: 22px 50px;
    border-radius: 4px;
    border: 2px solid #2c2d32;
    font-size: 24px;
    clear: both;
    display: inline-block;
    width: 100%;
}

#crawling-carosal .yf-crawlingMenu a.crawlactive,
#crawling-carosal .yf-crawlingMenu a:hover {
    color: #f47000;
    border: 2px solid #3c3f46
}


/*.yf-crawlingMenu{ margin:0px auto; list-style-type:none; margin-top:50px; padding-top: 42px; height: auto; clear: both; padding-left: 50px;}
.yf-crawlingMenu li{ float:left; padding-right:10px;}
.yf-crawlingMenu li a{ text-decoration:none; color:#9ea2ac; background:#2c2d32; padding:32px 50px; border-radius:6px; border:1px solid #2c2d32; font-size:24px;}
.yf-crawlingMenu li a.crawlactive, .yf-crawlingMenu li a:hover { color:#f47000; border:1px solid #3c3f46}*/

.yf-crawlin-ml {
    margin-left: 58px;
    margin-top: 55px;
}

.yf-craw-ovflow {
    overflow: hidden;
}

.pl40 {
    padding-left: 40px;
}

.languageContent {
    margin-left: 40px;
}

.languageContent .arrow-right.arrow-right {
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
    width: 28px;
    height: 60px;
    top: -1px;
}

.languageContent .bx-wrapper .bx-controls-direction a i {
    font-size: 2.125em;
    position: absolute;
    left: -7px;
    top: 7px;
}

.languageContent .arrow-left.arrow-left {
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    width: 28px;
    height: 60px;
    top: -1px;
}

.languageContent .bx-wrapper .bx-controls-direction .bx-next i {
    font-size: 2.125em;
    position: absolute;
    left: 25px;
    top: 7px;
}


/*Added by Ramesh for Login and signup pages*/

.yuppflix-login-padding {
    padding: 0 1.574803149606299vw;
    padding-top: 2.099737532808399vw;
    padding-bottom: 10px;
}

.yuppflix-pay-text-padding {
    font-size: 0.8em;
    width: 275px;
    margin: 0px auto;
    display: block;
    line-height: 18px;
    font-weight: normal;
}

.yf-price-text-margin {
    margin-right: 34px;
}

.form-control {
    height: 44px;
}

.yuppflix-email-padding {
    padding-top: 2.099737532808399vw;
    padding-bottom: 1.784776902887139vw;
}

.form-group {
    margin-bottom: 0px;
}

.mt50 {
    margin-top: 50px;
}

.mt30 {
    margin-top: 30px;
}

.remove-margin {
    margin-left: 0;
    margin-right: 0;
}

.remove-padding {
    padding-left: 0;
    padding-right: 0;
}

.yuppflix-watch-movies-text-font {
    font-size: 2.375em;
}

.yuppflix-login-img-padding {
    margin-top: 4.199475065616798vw;
    margin-bottom: 2.887139107611549vw;
}

.yuppflix-login-remember-text-margin {
    margin-right: 10px;
    margin-bottom: 2.467191601049869vw
}

.yuppflix-login-btn-margin {
    margin-top: 2.467191601049869vw;
}

.yuppflix-login-terms-font {
    margin-top: 15px;
    font-size: 0.75em;
    color: #777777;
}

.yuppflix-terms-text-color {
    color: #f47000;
}

.yuppflix-dont-have-margin {
    margin-top: 2.926509186351706vw;
    margin-bottom: 2.199475065616798vw;
    text-align: center;
    font-size: 1em;
    color: #555555;
}

.yuppflix-login-password {
    position: absolute;
    margin-right: 0px;
    font-size: 13px;
    color: #ff4e00;
    cursor: pointer;
    margin-top: -31px;
    right: 38px;
}

.yuppflix-country-dropdown-margin {
    position: absolute;
    margin-top: -36px;
    margin-left: 6px;
}

.remove-margin-top {
    margin-top: 0;
}

.yuppflix-email-pwd-text {
    color: #555555;
    font-size: 14px;
    padding-bottom: 0px;
}

.yf-sign-price {
    padding: 15px 0;
    font-size: 1.25em;
    color: #adb1b9;
    line-height: 28px;
    font-weight: 600;
}

.yf-sign-smhead {
    padding-top: 4.849vh;
    font-size: 1.25em;
    font-weight: 600;
}

.value-icon-text {
    font-size: 1em;
    color: #adb1ba;
    padding-left: 20px;
}

.fixheight200 {
    margin-bottom: 30px;
}

.pad-r1 {
    padding-right: 1.2vw;
}

.yuppflix-singup-features-images-padding {
    width: auto;
    min-height: 54px;
}

.yf-take-toor {
    clear: both;
    padding-top: 10px;
    color: #fff;
    padding-right: 10px;
    line-height: 30px;
    padding-left: 12px;
    font-size: 1em;
}

.form-ele-sm-text {
    color: #999;
    font-size: 12px;
    text-align: right;
}

.yuppflix-change-pwd {
    margin-bottom: 20px;
}

.yuppflix-font-weight-normal {
    font-weight: normal;
}

.yuppflix-vertical-center-signin {
    bottom: 0;
    left: 0;
    margin: 3.398950131233596vw 5.23359580052493vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

.yf-operator-billpaddingleft {
    padding-left: 30px;
}

@media (max-width: 1300px) and (min-width: 982px) {
    .vertical-center-signin {
        margin: 8.398950131233596vw 5.23359580052493vw;
    }
    .value-icon-text {
        font-size: 0.95em;
    }
    .yuppflix-watch-movies-text-font {
        font-size: 1.75em;
    }
    .yf-sign-price {
        padding: 10px 0;
        font-size: 1.0em;
        line-height: 18px;
        font-weight: 600;
    }
    .yf-sign-smhead {
        font-size: 1em;
    }
}

.getting-started-term ul ul li {
    font-size: .825em
}

@media (max-width: 767px) and (min-width: 300px) {
    .yf-cc-marginbotton-cvv {
        margin-bottom: 25px;
    }
    .yf-cc-padding-null {
        padding: 0px;
    }
    .yf-crawling-head {
        font-size: 17px;
    }
    .yf-crawling-subtext {
        font-size: 13px;
    }
    .yuppflix-vertical-center-signin {
        margin: 0;
        background: #fff;
    }
    .yf-sign-smhead {
        font-size: 1em;
    }
    .yuppflix-watch-movies-text-font {
        font-size: 24px;
    }
}

.yuppflix-text-align-center {
    text-align: center;
}

.yuppflix-signup-price-text-line-height {
    line-height: 25px;
}

.yuppflix-signup-price-text {
    font-size: 16px;
}

.signup-control__indicator {
    left: 10px;
}

.yf-reciv-update {
    padding-left: 40px;
}

.yuppflix-display-block {
    display: block;
}

.fixheight200 {
    float: right;
    padding-left: 5px;
    padding-right: 0;
}

.yuppflix-image-align-center {
    margin: auto;
    width: auto;
}

.vertical-center-signin {
    /* margin: 8.398950131233596vw 25px; */
    margin: 0px;
}


}
.yuppflix-signup-validation {
    color: #ff4e00;
    font-size: 11px;
    padding: 3px 0 0 5px;
    clear: both;
    top: 50px;
}
.yuppflix-signup-mobile-validation {
    color: #ff4e00;
    font-size: 11px;
    padding: 3px 0 0 5px;
    clear: both;
    top: 50px;
}
.yuppflix-signup-font {
    font-weight: bold;
    font-size: 1.5em
}
.yuppflix-trail-text-padding {
    margin-top: 10px;
    font-size: 16px;
    color: #555555;
}
.yuppflix-step-font {
    padding-top: 2.099737532808399vw;
    font-size: 1em;
    color: #555555;
}
.yuppflix-signup-email-padding {
    padding-top: 1.312335958005249vw;
    padding-bottom: 1.784776902887139vw;
}
.yuppflix-signup-mobile-padding {
    padding-bottom: 1.784776902887139vw;
}
.yuppflix-clear-left {
    clear: left;
}
.yuppflix-signup-remember-me {
    margin-top: 35px;
}
.yuppflix-validation-info-font {
    padding-top: 8px;
}
.yuppflix-password-characters {
    float: right;
    color: #999;
    font-size: 12px;
    margin-top: 0px;
}
.yuppflix-password-characters {
    float: right;
    color: #999;
    font-size: 12px;
    margin-top: 0px;
}
.yuppflix-change-mobile-number-popup {
    z-index: 999;
    left: 0;
    margin: 0 35.0761154855643vw;
    margin-top: 11.54855643044619vw;
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
}
.yuppflix-change-mobile-number-popup-one {
    z-index: 98;
    margin-top: 6.54855643044619vw;
}
.yuppflix-change-mobile-num-padding {
    padding: 0 2.362204724409449vw;
}
.yuppflix-change-mobile-login-padding {
    margin-bottom: 50px;
}
.yuppflix-forgot-pwd-marfgin-bottom {
    margin-bottom: 20px;
}
.yuppflix-vertical-center-signup {
    bottom: 0;
    left: 0;
    margin: 3.398950131233596vw 5.23359580052493vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}
.yuppflix-mobilenum-padding {
    padding-right: 0;
}
.yf-text-align-center {
    text-align: center;
}
.yuppflix-devices-padding {
    padding: 0 50px
}
.yuppflix-more-icon-margin {
    margin-top: 8px;
}
.yuppflix-validations-width-left {
    widows: 50%;
    float: left;
}
.yuppflix-validations-width-right {
    widows: 50%;
    float: right;
}
.yuppflix-validations-color {
    font-size: 12px;
    padding-top: 8px;
    color: #ff4e00;
}
@media (max-width: 1300px) and (min-width: 982px) {
    .yuppflix-cc-payment-options li a {
        padding: 10px 48px !important;
    }
    
    .languageContent .arrow-right.arrow-right {
        top: -1px;
        width: 23px;
        height: 47px;
    }
    
    .languageContent .arrow-left.arrow-left {
        top: -1px;
        width: 23px;
        height: 47px;
    }
    
    #crawling-carosal .yf-crawlingMenu a {
        padding: 9px 40px;
        font-size: 23px;
    }
    
    .yuppflix-change-mobile-number-popup {
        margin: 0 27.076115vw;
        margin-top: 20.54855643044619vw;
    }
    
    .yuppflix-change-mobile-number-popup-one {
        z-index: 98;
        margin-top: 7.54855643044619vw;
    }
    
    .btn-full {
        font-size: 1.125em;
    }
}
@media (max-width: 981px) and (min-width: 768px) {
    .mob-log-sign-width {
        width: 200px;
    }
    
    .yuppflix-cc-payment-options li a {
        padding: 10px 101px !important;
    }
    
    .summary {
        margin-top: 30px;
    }
    
    .yuppflix-vertical-center-signin {
        margin: 0;
    }
    
    .yf-signup-full-height {
        height: 100%;
    }
    
    .yf-know-more {
        color: #555;
        font-size: 16px;
    }
    
    .yuppflix-signup-mobile-padding {
        padding-bottom: 0;
    }
    
    .yuppflix-trail-text-padding {
        margin-top: 6px;
    }
    
    .yuppflix-vertical-center-signup {
        margin: 0;
    }
    
    .yuppflix-singup-features-images-padding {
        width: 100%;
    }
    
    .yuppflix-image-align-center {
        margin: auto;
    }
    
    .value-icon-text {
        margin-top: 20px;
        padding-left: 0px;
        text-align: center;
    }
    
    .yuppflix-signup-price-text {
        font-size: 17px;
        color: #adb1ba;
    }
    
    .yuppflix-signup-font {
        font-size: 28px;
        color: #555555;
    }
    
    .yuppflix-signup-email-padding {
        padding-bottom: 26px;
    }
    
    .yuppflix-validation-info-font {
        padding-top: 9px;
    }
    
    .yuppflix-mobilenum-padding {
        padding-right: 0;
    }
    
    .yuppflix-watch-movies-center {
        font-size: 32px;
    }
    
    .yuppflix-text-align-center {
        text-align: center;
    }
    
    .yuppflix-chg-pwd-margin {
        margin-top: 80px;
    }
    
    .vertical-center-signin {
        margin: 0;
        background: #ffffff;
    }
    
    .yuppflix-login-background {
        background: #ffffff;
    }
    
    .yuppflix-login-padding {
        padding: 0 90px;
        padding-top: 15px;
    }
    
    .yuppflix-login-img-padding {
        margin-top: 45px;
        margin-bottom: 30px;
    }
    
    .yf-sign-smhead {
        padding-top: 30px;
    }
    
    .yupptv-signin-font {
        font-size: 28px;
        font-weight: bold;
        color: #555555;
    }
    
    .signin-right-price {
        margin-top: 14px;
    }
    
    .yuppflix-login-password {
        right: 117px;
    }
    
    .yuppflix-email-padding {
        padding-top: 30px;
        padding-bottom: 34px;
    }
    
    .forgot-password {
        margin: 14px 0 24px;
    }
    
    .yuppflix-login-btn-margin {
        margin-top: 30px;
        padding: 13px;
        font-size: 21px;
        background-color: #f47000;
    }
    
    .signup-text {
        margin-top: 0px;
    }
    
    .mt30 {
        margin-top: 20px;
    }
    
    .yuppflix-login-terms-font {
        margin-top: 20px;
        font-size: 12px;
    }
    
    .country-logo .caret {
        margin: 0 0 0 18px;
    }
    
    .yuppflix-dont-have-margin {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    
    .remember-me input,
    label {
        color: #555;
    }
    
    .yuppflix-email-pwd-text {
        margin-bottom: 5px;
    }
    
    .signup-control--checkbox .signup-control__indicator:after {
        left: 6px;
        top: 3px;
    }
    
    .signup-control__indicator {
        height: 22px;
        width: 22px;
    }
    
    .yuppflix-change-mobile-number-popup {
        margin: 0 24.0761154855643vw;
        margin-top: 15.54855643044619vw;
    }
    
    .trans-cancel-btn {
        margin-top: 0;
    }
    
    .btn-full {
        font-size: 1.125em;
    }
    
    .login-section form {
        padding: 10px;
    }
    
    .mt20 {
        margin-top: 30px;
    }
    
    .yuppflix-change-mobile-login-padding {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) and (min-width: 300px) {
    .yf-operator-billpaddingleft {
        padding-left: 15px;
    }
    
    .yuppflix-dont-have-margin {
        margin-bottom: 20px;
    }
    
    .yuppflix-vertical-center-signup {
        margin: 0;
    }
    
    .yuppflix-login-btn-margin {
        background-color: #f47000;
    }
    
    .yuppflix-devices-padding {
        padding: 0 15px;
    }
    
    .yuppflix-singup-features-images-padding {
        width: 100%;
    }
    
    .value-icon-text {
        margin-top: 20px;
        padding-left: 0px;
        text-align: center;
    }
    
    .yuppflix-mobilenum-padding {
        padding-right: 0;
    }
    
    .yuppflix-watch-movies-center {
        text-align: center;
    }
    
    .yuppflix-chg-pwd-margin {
        margin-top: 140px;
    }
    
    .trans-cancel-btn {
        margin-top: 0;
    }
    
    .yuppflix-change-mobile-number-popup {
        margin: 0 3.076115vw;
        margin-top: 25.54855643044619vw;
    }
    
    .mt20 {
        margin-top: 30px;
    }
    
    .yuppflix-change-mobile-login-padding {
        margin-bottom: 30px;
    }
    
    .btn-full {
        font-size: 1.125em;
    }
}
@media (max-width: 414px) and (min-width: 300px) {
    .value-icon-text {
        font-size: 14px;
    }
}
@media (max-width: 981px) and (min-width: 300px) {
    .yf-price-text-margin {
        margin-right: 0px;
    }
}
.crew .crew-photo {
    margin-bottom: 10px;
    text-align: center;
    width: 120px;
    border: 2px solid #414348;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto
}
.yf-artist-ml {
    margin-left: 54px;
    margin-top: 55px;
}
.yf-artist-h3 {
    color: #9ea2ac;
    padding: 15px 0px 0px 4px;
}
@media (max-width: 1280px) and (min-width: 1280px) {
    .yuppflix-cc-payment-options li a {
        padding: 10px 20px !important;
    }
    
    .yf-carousal-bottonpadding {
        padding-bottom: 10px;
    }
    
    .languageContent {
        margin-left: 76px;
    }
    
    .yf-crawlin-ml {
        margin-left: 76px;
    }
    
    .languageContent .bx-wrapper {
        max-width: 1118px !important;
    }
    
    #crawling-carosal .yf-crawlingMenu a {
        font-size: 19px;
        padding: 10px 50px;
    }
    
    .yf-crawling-head {
        font-size: 28px;
    }
    
    .yf-crawling-subtext {
        font-size: 15px;
    }
    
    .languageContent .arrow-right.arrow-right {
        width: 21px;
        height: 47px;
        top: -1px;
    }
    
    .languageContent .arrow-left.arrow-left {
        width: 21px;
        height: 47px;
        top: -1px;
    }
    
    .languageContent .bx-wrapper .bx-controls-direction .bx-next i {
        left: 27px;
    }
    
    .yf-summery-length {
        width: 73%
    }
}
@media (max-width: 1366px) and (min-width: 1366px) {
    .yuppflix-cc-payment-options li div {
        padding: 10px 25px !important;
    }
    
    .languageContent .bx-wrapper {
        margin-left: 20px;
    }
    
    .yf-carousal-bottonpadding {
        padding-bottom: 10px;
    }
    
    #crawling-carosal .yf-crawlingMenu a {
        padding: 18px 40px;
        font-size: 17px;
    }
    
    .languageContent .bx-wrapper {
        max-width: 1236px !important;
    }
    
    .languageContent .arrow-left.arrow-left {
        width: 25px;
        height: 54px;
    }
    
    .languageContent .arrow-right.arrow-right {
        width: 25px;
        height: 54px;
    }
    
    .yf-operator-billpaddingleft {
        padding-left: 30px;
    }
    
    .yf-summery-length {
        width: 73%
    }
}
@media (max-width: 1480px) and (min-width: 1400px) {
    .yuppflix-cc-payment-options li div {
        padding: 10px 38px !important;
    }
    
    .languageContent .bx-wrapper {
        margin-left: 20px;
    }
    
    .yf-crawling-head {
        font-size: 35px;
    }
    
    .yf-crawling-subtext {
        font-size: 18px;
    }
    
    .yf-carousal-bottonpadding {
        padding-bottom: 10px;
    }
    
    #crawling-carosal .yf-crawlingMenu a {
        font-size: 19px;
        padding: 13px 50px;
    }
    
    .languageContent .arrow-left.arrow-left {
        width: 25px;
        height: 48px;
    }
    
    .languageContent .arrow-right.arrow-right {
        width: 25px;
        height: 48px;
    }
    
    .languageContent .bx-wrapper {
        max-width: 1267px !important;
    }
    
    .languageContent .bx-wrapper .bx-controls-direction .bx-next i {
        left: 17px;
    }
    
    .yf-operator-billpaddingleft {
        padding-left: 30px;
    }
    
    .yf-summery-length {
        width: 73%
    }
}
@media (min-width: 320px) and (max-width: 418px) {
    .preferences-set {
        padding: 15px 13px 15px 0px;
    }
    
    .yuppflix-trail-text-padding {
        padding: 0px 10px;
    }
    
    .yf-artist-h3 {
        color: #9ea2ac;
        padding: 50px 0px 0px 4px;
    }
    
    .languageContent .bx-wrapper .bx-viewport #crawling-carosal .wow {
        width: 135px !important;
        margin-right: 5px !important;
    }
    
    .yf-carousal-bottonpadding {
        padding-bottom: 10px;
    }
    
    .yf-artist-ml {
        margin-left: 25px;
        margin-top: 30px;
    }
    
    .yf-mob-banner-paddingnull {
        margin-top: 0px !important;
    }
    
    .mob-log-sign-width {
        width: 200px;
    }
}
@media (min-width: 320px) and (max-width: 360px) {
    .yuppflix-cc-payment-options {
        margin-left: 7px;
    }
    
    .languageContent .bx-wrapper .bx-viewport #crawling-carosal .wow {
        width: 135px !important;
        margin-right: 5px !important;
    }
}
@media (min-width: 320px) and (max-width: 320px) {
    .yuppflix-cc-payment-options li div {
        padding: 10px 15px !important;
    }
    
    .summary {
        margin-top: 30px;
    }
}
@media (min-width: 360px) and (max-width: 360px) {
    .yuppflix-cc-payment-options li div {
        padding: 10px 25px !important;
    }
    
    .summary {
        margin-top: 30px;
    }
}
@media (min-width: 375px) and (max-width: 480px) {
    .yuppflix-cc-payment-options {
        margin-left: 7px;
    }
    
    .languageContent .bx-wrapper .bx-viewport #crawling-carosal .wow {
        width: 160px !important;
        margin-right: 5px !important;
    }
    
    .summary {
        margin-top: 30px;
    }
}

/*payment page start here */
.yuppflix-cc-payment-options {
    padding: 10px 0px 10px 3px;
    list-style-type: none;
}
.yuppflix-cc-payment-padding {
    padding-bottom: 35px
}
.yuppflix-cc-payment-options li {
    float: left;
}
.yuppflix-cc-payment-options li div {
    border-bottom: 1px solid #cbcbcb;
    padding: 10px 49px;
    color: #555555;
}
.yuppflix-cc-payment-options li div:hover,
.yuppflix-cc-payment-options li div:focus,
.yuppflix-cc-payment-options li div.ccactive {
    text-decoration: none;
    border-bottom: 1px solid #f47000;
    color: #f47000;
    cursor: pointer;
}
.yuppflix-cc-payment-cards {
    margin-right: 6px;
}
.yuppflix-cc-payment-cards-text {
    margin-right: 6px;
    font-size: 14px;
}
.yuppflix-cc-payment-padding-cards {
    padding-bottom: 10px
}
#yf-payment-cc-fill .input-set div {
    float: none;
}
#yf-payment-cc-fill .input-set div .yuppflix-expiry-width {
    width: none;
}
.yf-cvv-lock {
    position: absolute;
    top: 4px;
    right: 20px;
}
.yf-cc-padd-left {
    padding-left: 7px;
}
.yf-cc-pos-relative {
    position: relative
}
.yf-cc-marginbotton {
    margin-bottom: 25px;
}
.yf-cc-validate-pleasetxt {
    font-size: 11px;
    padding: 3px 0 0 5px;
    color: #ff4e00;
}
.yf-cc-fontsize {
    font-size: 14px;
}
.yf-cc-choosepaymentfontcolor {
    color: #555;
}
.yf-cc-input-margintop {
    margin-top: 5px;
}
.yf-cc-paddingbottom {
    padding-bottom: 50px;
}
.yf-forgot-pass-padding {
    padding-bottom: 5px;
}
.yf-forgot-pass-paddingbottom {
    padding-bottom: 0px;
}

/*.jw-state-paused .jw-preview{display: block;}*/
.jw-previewOpacity {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.50);
    position: absolute;
    z-index: 1000;
}
.jw-previewBlock {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}
.jw-preview .movie-quality,
.jw-preview .movie-cc {
    display: inline-block;
    float: none;
}
.jw-preview .movie-duration {
    display: inline-block;
    float: none;
    padding-left: 10px;
}
.yf-note-mob {
    display: none;
}
.summery-player-top {
    width: 70%;
    padding: 7% 0 0 25%
}
.summery-player-top-data-name {
    font-size: 30px;
    font-weight: bold;
}
.summery-player-top-data-year {
    font-size: 25px;
    font-weight: bold;
}
.summery-player-top-data-star {
    margin: 0px 2px 0px 15px;
}
.summery-player-top-data-rating {
    margin-right: 10px;
}
.summery-player-top-data-description {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.summary-player-paused {
    padding-top: 100px;
    color: #fff;
    font-size: 25px;
}
@media (min-width: 320px) and (max-width: 480px) {
    .yuppflix-forgot-password-popup {
        margin: 0 5.0761154855643vw !important;
    }
    
    .home-carousel-haed {
        margin-top: 0px;
    }
    
    .movie-desc-details h1 {
        font-size: 1.625em;
    }
    
    .yf-crewheadding {
        font-size: 16px !important;
    }
    
    .yf-crewheadding span {
        font-size: 14px !important;
    }
    
    .yf-adPlace {
        margin-top: 40px !important;
        margin-left: 0px !important;
    }
    
    .summary-player-paused {
        padding-top: 20px;
        font-size: 22px
    }
    
    .summery-player-top {
        width: 90%;
        padding: 21% 0 0 2% !important;
    }
    
    .summery-player-top-data-name {
        font-size: 27px;
        ;
        font-weight: bold;
        line-height: 30px;
    }
    
    .summery-player-top-data-description {
        height: 250px;
        overflow: hidden;
    }
    
    .jw-previewOpacity {
        z-index: 0;
    }
}
@media (max-width: 1024px) {
    .summery-player-top {
        width: 90%;
        padding: 7% 0 0 2%;
    }
}
@media (min-width: 481px) and (max-width: 736px) {
    .summery-player-top {
        width: 90%;
        padding: 8% 0 0 2%;
    }
    
    .summery-player-top-data-name {
        font-size: 27px;
        ;
        font-weight: bold;
        line-height: 30px;
    }
    
    .summery-player-top-data-description {
        height: 54px;
        overflow: hidden;
    }
    
    .summary-player-paused {
        padding-top: 10px;
        font-size: 22px
    }
    
    .mob-log-sign-width {
        width: 200px;
    }
    
    .jw-previewOpacity {
        z-index: 0;
    }
    
    .yuppflix-forgot-password-popup {
        margin: 0 5.0761154855643vw !important;
    }
}
@media (min-width: 670px) and (max-width: 767px) {
    .summery-player-top-data-description {
        height: 74px;
        overflow: hidden;
    }
    
    .jw-previewBlock {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    
    .yuppflix-forgot-password-popup {
        margin: 0 5.0761154855643vw !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .summery-player-top {
        width: 90%;
        padding: 10% 0 0 2%;
    }
    
    .summery-player-top-data-name {
        font-size: 27px;
        ;
        font-weight: bold;
        line-height: 30px;
    }
    
    .summery-player-top-data-description {
        height: 250px;
        overflow: hidden;
    }
    
    .yuppflix-forgot-password-popup {
        margin: 0 20.0761154855643vw !important;
    }
}
@media (min-width: 1020px) and (max-width: 13000px) {
    .summary-player-paused {
        padding-top: 50px;
        font-size: 22px
    }
}
.jwplayer.jw-flag-aspect-mode {
    width: 100% !important;
}
.yuppflix-forgot-password-popup {
    /* z-index: 999; */
    
    left: 0;
    margin: 0 35.0761154855643vw;
    margin-top: 11.54855643044619vw;
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
}
.yuppflix-sitemap {
    padding: 20px 0px;
}
.yuppflix-sitemap h2 {
    font-size: 1.125em;
    color: #999;
    font-weight: 700;
    margin-top: 0;
    padding-left: 40px;
}
.yuppflix-sitemap ul {
    list-style-type: none;
}
.yuppflix-sitemap ul li {
    padding-bottom: 10px;
    font-size: .875em;
}
.yuppflix-sitemap ul li a {
    color: #777;
}
.sitebr {
    padding: 0 5px;
}
.yuppflix-404-font {
    font-size: 25px;
}
.yf-crewheadding {
    font-size: 18px;
    color: #9ea2ac;
    line-height: 30px;
}
.yf-crewheadding span {
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}
.yf-seemoretext {
    color: #ee4901;
    text-decoration: underline;
    cursor: pointer;
}

/*.yf-readmorecontainer {
    font-size: 16px;
    line-height: 20px;
    height: 38px;
    overflow: hidden;
}
.show {
    overflow: visible;
    height: auto;
}*/
.yf-adPlace {
    margin-top: 160px;
    margin-left: 50px;
}
.table-border-sc {
    border: 1px solid #777a83;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}
.table-border-sc th {
    border-right: 1px solid #777a83;
    padding: 10px;
}
.table-border-sc td {
    border-top: 1px solid #777a83;
    border-right: 1px solid #777a83;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.running-content-bg a {
    color: #ff4e00!important;
}
@media (min-width: 1025px) and (max-width: 1158px) {
    .mobile-sets img {
        height: 100px;
    }
    
    .tv-sets-roku img {
        padding: 15px 2px;
    }
    
    .tv-sets-opera img {
        padding: 12px 2px;
    }
    
    .tv-sets-samsung img {
        padding: 17px 2px;
    }
    
    .tv-sets-amaz-fire img {
        padding: 17px 2px;
    }
    
    .tv-sets-android img {
        padding: 16px 2px;
    }
}
@media (min-width: 1179px) and (max-width: 1196px) {
    .mobile-sets img {
        height: 100px;
    }
    
    .tv-sets-roku img {
        padding: 11px 2px;
    }
    
    .tv-sets-opera img {
        padding: 11px 2px;
    }
    
    .tv-sets-samsung img {
        padding: 14px 2px;
    }
    
    .tv-sets-amaz-fire img {
        padding: 16px 2px;
    }
    
    .tv-sets-android img {
        padding: 13px 2px;
    }
}
@media (min-width: 1025px) and (max-width: 1057px) {
    .tv-sets-roku img {
        padding: 17px 2px;
    }
    
    .tv-sets-android img {
        padding: 18px 2px;
    }
    
    .tv-sets-opera img {
        padding: 15px 2px;
    }
    
    .tv-sets-samsung img {
        padding: 19px 2px;
    }
    
    .tv-sets-amaz-fire img {
        padding: 20px 2px;
    }
    
    .tv-sets-sony img {
        padding: 14px 2px;
    }
    
    .flix-url {
        font-size: .75em !important;
    }
}
@media (min-width: 1101px) and (max-width: 1150px) {
    .movie_bg .img-full {
        height: 235px;
    }
}