@import 'https://fonts.googleapis.com/css?family=Montserrat';
@font-face {
    font-family: 'JennaSue';
    src: url('../../fonts/JennaSue.woff');
    src: local('JennaSue'), local('JennaSue'), url('../../fonts/JennaSue.woff') format('WOFF');
}

.ngrs-range-slider .ngrs-value {
    display: block!important;
}

.main_bg {
    background: url('../img/Dark-cinema-background-with-hand-drawn-elements.png');
    background-position: top;
}

.clearfix {
    clear: both;
    float: none;
}

hr {
    border-top: 1px solid rgb(225, 225, 225);
}


/* #wrap2 {
    min-height: 100%;
    height: 100%;
    margin: 0 auto -45px;
    padding: 0 0 50px;
} */

.page_wrap {
    width: 70%;
    height: 100%;
    display: inline-block;
    top: 0
}

.main_view {
    margin-top: 90px;
}

#footer {
    position: relative;
    width: 100%;
    background: #1f2533;
    color: #969696;
    padding: 10px 0;
}

#footer .desc {
    font-size: .95em;
}

#footer .desc a {
    color: #fff;
}

.footer-mvrola-logo {
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.footer-mvrola-logo span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    width: 160px;
    height: 60px;
    overflow: hidden;
    background: rgb(31, 37, 51);
    z-index: 1;
}

.footer-mvrola-logo span img {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    color: orange;
    padding: 4px;
}

.footer-mvrola-logo::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #777;
}

.footer_title {
    font-size: 14px;
}

.footer_title_sm {
    font-size: 14px;
}

.footer_title a,
.footer_title a:hover,
.footer_title a:focus {
    color: #a5a5a5;
    text-decoration: none;
}

.gray_bar {
    width: 30px;
    height: 2px;
    background: #a5a5a5;
    margin: 14px 0;
}



footer .links li {
    margin-bottom: 5px;
}

footer .links a {
    color: #777;
    margin-bottom: 8px;
}

.bg_inst_grd {
    padding: 0;
}




/*bootstrap re-write property*/

.search_widjet.navbar-fixed-top {
    top: 50px;
}

.watchmovies_page .navbar-default {
    background-color: transparent;
    border-color: transparent;
    border: 0;
    border-radius: 0;
}

.watchmovies_page .navbar-default .navbar-brand,
.watchmovies_page .navbar-default .navbar-brand:focus,
.watchmovies_page .navbar-default .navbar-brand:hover {
    color: orange;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: rgb(31, 37, 51);
}

.navbar-brand {
    position: relative;
}




/* .navbar-brand:after {
    content: 'Beta';
    color: #1f2533;
    position: absolute;
    left: 90%;
    font-size: 12px;
    top: 15%;
    width: auto;
} */

.watchmovies_page .navbar-brand:after {
    color: orange;
}

.navbar-brand>img {
    display: inline-block;
    width: auto;
    height: 30px;
}

.navbar-toggle {
    margin-right: 5px;
}

.navbar-toggle.menu-bars {
    margin-right: 10px;
}

.carousel-control.right,
.carousel-control.left {
    background: #fff;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 2px 0px rgb(225, 225, 225);
    border-radius: 5px;
    font-size: 35px;
    text-shadow: none;
    line-height: 35px;
    color: #adadad;
    opacity: 1;
    top: 33%;
}

p {
    margin: 0 0 5px;
}

.display-inline-block {
    display: inline-block;
}

.nm {
    margin: 0;
}

.nmb {
    margin-bottom: 0;
}

.nb {
    border: 0;
}

.np {
    padding: 0!important;
}


.nbr {
    border-radius: 0;
}

.fb-blue {
    color: #3b5998;
}

.tw-blue {
    color: #0084b4;
}

.gplus-red {
    color: #d34836;
}

.font_JennaSue {
    font-family: "JennaSue";
}

.text-white,
.text-white:hover,
.text-white:focus {
    color: #fff;
}

.text-green,
.text-green:hover,
.text-green:focus {
    color: #1f2533;
    text-decoration: none;
}

.text-orange,
.text-orange:hover,
.text-orange:focus {
    color: orange;
    text-decoration: none;
}

.button_yellow,
.button_yellow:hover,
.button_yellow:focus {
    background: orange;
    color: #1f2533;
    transition: all .3s;
}

.button_green,
.button_green:hover,
.button_green:focus {
    color: orange;
    background: #1f2533;
}

.text-ellipsis {
    white-space: nowrap;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.regi_form {
    width: 65%;
}

.regi_form input {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 0;
    padding: 10px 0;
}

.regi_form input.ng-pristine.ng-invalid:focus:focus,
.regi_form select.ng-pristine.ng-invalid:focus:focus,
.regi_form textarea.ng-pristine.ng-invalid:focus:focus {
    border-color: #c7c7c7;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #c7c7c7;
}

.regi_form input.ng-dirty.ng-invalid:focus,
.regi_form select.ng-dirty.ng-invalid:focus,
.regi_form textarea.ng-dirty.ng-invalid:focus {
    box-shadow: none;
}

.regi_form .form-control:focus {
    box-shadow: none;
}

.regi_widjet {
    background: #fff;
    padding: 0;
    /* border-radius: 5px; */
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    height: auto;
}

.fa-11x {
    font-size: 20px;
}

.footer-mvrola-logo {
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
}

.footer-mvrola-logo span {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 35px;
    overflow: hidden;
    background: #fff;
    z-index: 1;
    line-height: 0;
}

.footer-mvrola-logo span small {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    color: #282828;
}

.footer-mvrola-logo::after {
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c7c7c7;
}

.search_widjet {
    width: 100%;
    background: #f7f7f7;
    padding: 15px 0;
}

.search_form input {
    border-radius: 100px;
    padding: .7em 1em .7em 40px;
    font-size: 16px;
    font-weight: normal;
}

input.search_input::-webkit-input-placeholder {
    color: #e8e8e8 !important;
}

input.search_input:-moz-placeholder {
    /* Firefox 18- */
    color: #e8e8e8 !important;
}

input.search_input::-moz-placeholder {
    /* Firefox 19+ */
    color: #e8e8e8 !important;
}

input.search_input:-ms-input-placeholder {
    color: #e8e8e8 !important;
}

.form-control.search_input:focus {
    border-color: #ccc;
    box-shadow: none;
}

.form-group {
    position: relative;
}

.form-group.search-form:before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    color: #e8e8e8;
    top: 30%;
    font-size: 18px;
    left: 1em;
}

.language_widjet {
    min-height: 35px;
    padding: 8px;
    padding-bottom: 0;
    margin-bottom: 12px;
    box-shadow: 1px 1px 1px 1px #c7c7c7;
}

.language_widjet .navbar-nav>li>a {
    padding: 8px 30px;
    font-size: 14px;
    font-weight: normal;
}

.language_widjet .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.language_widjet .navbar-nav>.active>a,
.language_widjet .navbar-nav>.active>a:focus,
.language_widjet .navbar-nav>.active>a:hover,
.language_widjet .navbar-nav>li>a:focus,
.language_widjet .navbar-nav>li>a:hover {
    color: #F9A61A;
    background-color: rgb(31, 37, 51);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.suggestion_widget {
    background-color: #1f2533;
    padding: 20px 0;
    margin-bottom: 10px;
}

.suggestion_widget li {
    display: block;
    float: left;
    font-size: 13px;
    margin-bottom: 1em;
    text-align: center;
    white-space: nowrap;
    width: 100px;
}

.suggestion_widget li div {
    border-radius: 30px;
    display: block;
    height: 60px;
    margin: 0 auto .5em auto;
    width: 95%;
}

.suggestion_widget li img {
    border-radius: 30px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 60px;
}

.suggestion_widget li span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.suggestion_widget .suggestion_help_img {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    float: left;
}

.suggestion_widget .suggestion_help_text {
    padding-left: 65px;
    color: #fff;
    margin-bottom: 10px;
}

.suggestion_top_link,
.suggestion_top_link:hover,
.suggestion_top_link:focus {
    text-decoration: none;
}

.suggestion_widget .suggestion_help_text h4 {
    margin-top: 13px;
    margin-bottom: 0;
}

.suggestion_widget .suggestion_text {
    position: relative;
    top: 25px;
    border: 2px solid #eee;
    border-radius: 100px;
    padding: 5px;
    line-height: 1.4;
    text-align: center;
}




/* .main_content {
    width: 100%;
    height: auto;
} */

.filter__widget {
    width: 237px;
    float: right;
    display: inline-block;
}

.search_container_media .media {
    background: #fff;
    padding: 5px;
    margin-bottom: 8px;
    transition: all .3s;
}

.search_container_media {
    padding: 5px;
}

.search_container_media a {
    color: rgb(31, 37, 51);
}

.search_container_media .media:hover,
.movie_thumbnail .thumbnail:hover {
    box-shadow: 0px 0px 3px .5px #b0b0b0;
}

.search_container_media a:hover,
.search_container_media a:focus,
.movie_thumbnail a.thumbnail:hover,
.movie_thumbnail a.thumbnail:focus {
    text-decoration: none;
    color: #212a40;
    border-color: transparent;
}

.affix {
    top: 20px;
}

.thumbnail_view {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 12px;
}

.filter_widget {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 3px 3px rgb(225, 225, 225);
    padding: 15px 15px;
}

.filter_box {
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(225, 225, 225);
    padding-bottom: 5px;
    width: 100%;
}

.filter_heading {
    background: orange;
    margin-bottom: 15px;
    padding: 5px 5px;
}

.filter_title {
    color: #8f8f8f;
    font-size: 14px;
    position: relative;
    bottom: 10px;
}

.section_title {
    position: relative;
    bottom: 10px;
}




/* .filter_title:after,
.section_title:after {
    content: "";
    position: absolute;
    width: 15%;
    height: 2px;
    background-color: rgb(225, 225, 225);
}

.section_title:after {
    width: 25%;
    clear: both;
} */

.star-ratings-sprite {
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin-right: 8px;
    display: inline-block;
}

.star-ratings-sprite-rating {
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block;
}

.movie_thumbnail_image {
    /*  min-height: 300px;
        max-height: 410px; */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: block;
    height: 380px;
    /*     max-height: 380px;
height: 100%; */
    width: 100%;
    overflow: hidden;
}

.filter__widget {
    margin-left: 5px;
    margin-bottom: 20px;
}

.filter_body {
    margin-bottom: 8px;
}

.movie_list_thumbnails>li {
    width: calc(100% / 5);
}

.movie_list_thumbnails_6 li {
    width: calc(100% / 6);
}

.movie_team_list ol {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin: 0;
}

.movie_team_list ol:hover {
    background-color: #f5f5f5;
}

.movie_thumbnail_image {
    height: 200px;
}




/* .movie_thumbnail .movie_thumbnail_image,
.movie_list_thumbnail_box .movie_thumbnail_image {
    height: 240px;
} */

.movie_list_thumbnail_box {
    transition: 400ms cubic-bezier(.08, .52, .52, 1) transform;
}




/* .movie_list_thumbnail_box:hover .movie_thumbnail_image {
    transform: scale(1.5);
}
 */

.thumbnail_view {
    width: 100%;
}




/* .movie_thumbnail {
    position: relative;
}

.movie_support_box {
    opacity: 0;
}

.movie_list_thumbnail_box:hover .movie_support_box {
    opacity: 1;
}

.movie_support_box {
    position: absolute;
    top: 0;
    bottom: auto;
    height: inherit;
    background: orange;
    padding: 20px;
    box-sizing: border-box;
    width: inherit;
    transform: translateX(200px);
} */

.watch_movie_thumbnail>.thumbnail {
    margin-left: -10px;
    margin-right: -10px;
}

.movie_thumbnail_poster img.image_thumbnail {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    /*  margin-bottom: 8px; */
}

.movie_list_thumbnails a,
.movie_thumbnails a {
    text-decoration: none;
    position: relative;
}

.single_movie_data .movie_thumbnail_poster img.image_thumbnail {
    height: auto;
}

.moivie_thumb>li {
    width: 200px;
}

.moivie_thumb>li img {
    height: 200px;
}

@media screen and (max-width: 767px) {
    .ng-image-gallery .ng-image-gallery-thumbnails .thumb {
        width: 70px;
        height: 70px;
    }
}




/* @media only screen and (min-width: 1368px) {
    .thumbnail_view {
        width: 80%;
    }
    .movie_list_thumbnails > li {
        width: calc(100% / 5);
    }
    .movie_thumbnail_poster img.image_thumbnail {
        height: 380px;
    }
    .movie_thumbnail_image {
        height: 220px;
    }
    .movie_thumbnail .movie_thumbnail_image {
        height: 220px;
    }
} */

@media only screen and (max-width: 768px) {
    .language_widjet .navbar-nav {
        width: 100%;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 310px) and (max-width: 768px) {
    .movie_list_thumbnails>li {
        width: calc(100% / 2);
        padding: 1.5px;
    }
    .title-text {
        font-size: large;
    }
    .ui-button {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }
    .npxs {
        padding: 0;
    }
    .search_container_media .media {
        margin-bottom: 0;
    }
    .thumbnail_view.npxs .section_title {
        margin-left: 8px;
    }
    /*     .visible-xs {
    display: inline-block !important;
} */

}

@media only screen and (min-width: 640px) and (max-width: 822px) {
    .moivie_thumb {
        display: table;
        vertical-align: middle;
        text-align: center;
    }
}

@media only screen and (min-width: 310px) and (max-width: 640px) {
    .moivie_thumb>li {
        width: 165px;
    }
}

@media only screen and (min-width: 310px) and (max-width: 320px) {
    .moivie_thumb>li {
        width: 145px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 998px) {
    .page_wrap {
        width: 100%;
    }
    .movie_list_thumbnails>li {
        width: calc(100% / 4);
    }
    .menu-bars {
        display: none!important;
    }
}

@media only screen and (min-width: 310px) and (max-width: 991px) {
    .navbar-collapse.collapse.navbar-ex4-collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.navbar-ex4-collapse.collapse.in {
        display: block!important;
    }
    .filter__widget {
        /*  display: none;
       position: absolute;
       z-index: 999;
       width: 100%;
       margin: 0;
       padding: 0;
       top: 50px; */
        position: fixed;
        z-index: 999;
        width: 100%;
        margin: 0;
        padding: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-toggle.navbar-ex4-collapse-button {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-toggle.navbar-ex4-collapse-button {
        display: inline-block;
    }
}

@media only screen and (min-width: 310px) and (max-width: 998px) {
    /*     .page_wrap {
    width: 100%;
}
.thumbnail .movie_thumbnail_image {
    height: 200px;
    width: 100%;
}
.filter__widget {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 50px;
}
.movie_thumbnail {
    padding: 0 5px;
} */
    .single_movie_data .movie_thumbnail_poster img.image_thumbnail {
        height: auto;
    }
}

.filter_body .checkBox label {
    padding-left: 0;
}

.filter_body .checkBox label i {
    margin-right: 9px;
    box-sizing: border-box;
    width: 2px;
    height: 2px;
}

.video_gallery_thumbnail iframe {
    display: block;
    position: absolute;
    left: 15%;
    right: 15%;
    width: 70%;
    height: 70%;
    bottom: 15%;
    top: 15%;
    box-shadow: black 0 0 8px;
}

.video_gallery_thumbnail .gallery-nav {
    position: fixed;
    top: 50%;
}

.video_gallery_thumbnail .gallery-nav-left {
    left: 5%;
}

.video_gallery_thumbnail .gallery-nav-right {
    right: 5%;
    text-align: right;
}

.video_gallery_thumbnail .voter {
    user-select: none;
    position: absolute;
    bottom: 2.5%;
    padding: 5px;
    left: 0%;
    right: 0%;
    width: auto;
    max-width: 6em;
    margin-left: auto;
    margin-right: auto;
    background: white;
    color: black;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}




/* @media only screen and (orientation: portrait) and (max-width: 900px) and (max-width: 1280px) {
    .video_gallery_thumbnail iframe {
        width: 98%;
        left: 5px;
        right: 5px;
        height: 300px;
    }
} */

@media screen and (max-width: 767px) {
    .video_gallery_thumbnail iframe {
        height: auto;
        top: 40%;
        width: 70%;
        left: 15%;
        right: 15%;
    }
    .video_gallery_thumbnail .gallery-nav-left {
        left: 1%;
    }
    .video_gallery_thumbnail .gallery-nav-left {
        right: : 1%;
    }
}

.title-text {
    word-wrap: break-word;
}

.alert-widget img {
    margin: 0 auto;
}

.alert-widget {
    text-align: center;
}

.search_result_box {
    position: absolute;
    top: 50px;
    max-height: 450px;
    overflow-y: auto;
    left: 15px;
    right: 15px;
    z-index: 9;
}

.embed_video.embed-responsive-16by9 {
    height: 100vh;
    padding: 0;
}

button.embed_video_close {
    position: absolute;
    color: #000;
    top: 3%;
    right: 1%;
    background: #fff;
    z-index: 9;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
}

.login_modal .modal-body {
    padding: 0;
}



/* .modal-body-left {
    background: orange;
    padding: 90px 42px;
    box-sizing: border-box;
}
.modal-body-left img {
    margin: 20px 0;
}

.modal-body-right {
    padding: 94px 20px;
    box-sizing: border-box;
}

.modal-body-right-nav {
    padding-top: 25px;
}

.login_modal .modal-body .login_help_text li {
    font-size: 16px;
} */

.nav-login-pills {
    margin-bottom: 20px;
}

.nav-login-pills li {
    background: transparent;
    color: orange;
}

.nav-login-pills li a {
    color: orange;
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

.nav-login-pills>li.active>a,
.nav-login-pills>li:hover>a,
.nav-login-pills>li.active:hover>a,
.nav-login-pills>li:focus>a {
    border-bottom: 1px solid;
    background: transparent;
    color: #1f2533;
    border-radius: 0;
    text-decoration: none;
}

.social-buttons .fa-stack {
    position: relative;
    display: inline-block;
    width: 3em;
    height: 3em;
    line-height: 3em;
    vertical-align: middle;
}

.social-buttons .fa-stack-3x {
    font-size: 3em;
}

.star_rating_filter a {
    display: flex;
    justify-content: left;
    align-content: center;
    align-items: center;
    margin-bottom: 8px;
    text-decoration: none;
    color: green;
}

.panel-title .show-collapse-btn,
.panel-title.collapsed .hide-collapse-btn {
    display: none;
}

.panel-title.collapsed .show-collapse-btn,
.panel-title .hide-collapse-btn {
    display: inline-block;
}

.search_result_list li {
    padding: 8px;
}

.search_result_list li a {
    color: #717171;
}

.search_result_list li:nth-child(odd) {
    background: #f9f9f9;
}

.search_result_list li:nth-child(even) {
    background: transparent;
}

@media screen and (min-width: 768px) {
    .search_container_media .media-body,
    .search_container_media .media-left,
    .search_container_media .media-right {
        display: inline;
        padding-right: 0;
        margin-bottom: 8px;
    }
}

@media (min-width: 768px) and (max-width: 1960px) {
    .search_container_media .media-object {
        width: 100%;
        height: 205px;
        padding-right: 0;
    }
    .search_container_media_data {
        margin: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main_content.col-lg-8 {
        width: 100%;
    }
}

@media (min-width: 1300px) and (max-width: 1530px) {
    .main_content.col-lg-8 {
        width: 83.33333333%;
    }
    .movie_list_thumbnails>li {
        width: calc(100% / 6);
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .main_content.col-lg-8 {
        width: 83.33333333%;
    }
    .main_content.col-lg-8 .search_container_media.col-lg-3 {
        width: 20%;
    }
    .movie_list_thumbnails>li {
        width: calc(100% / 6);
    }
}

@media (min-width: 1300px) {
    .main_content.col-lg-8 .search_container_media.col-lg-3 {
        width: 16.66666667%;
    }
    .movie_list_thumbnails>li {
        width: calc(100% / 6);
    }
}

@media (min-width: 1368px) {
    .search_container_media .media-object {
        width: 100%;
        height: 260px;
        padding-right: 0;
    }
    .main_content.col-lg-8 .search_container_media.col-lg-3 {
        width: 16.66666667%;
    }
}

@media only screen and (max-width: 1368px) {
    .filter__widget {
        width: 100%;
        float: none;
        padding: 0;
        left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .search_container_media.col-md-2 {
        width: 25%!important;
    }
}

.filter_body .checkbox label,
.filter_body .radio label {
    padding-left: 0;
}

.celb_list {
    display: flex;
}

.small_image {
    max-width: 100px;
    max-height: 125px;
    background-size: contain;
    background-repeat: no-repeat;
}

.movie_thumbnail_icon_set {
    position: absolute;
    top: 0px;
    margin: 0;
    padding: 0;
    right: 0;
}

.movie_thumbnail_icon_set li {
    padding: 0;
    margin-top: 4px;
    margin-right: 4px;
}

.movie_rating_info {
    background: orange;
    padding: 5px;
    /*  width: 30px;
   height: 30px; */
    display: inline-block;
    right: 0;
    font-size: 14px;
    text-align: center;
    color: #1f2533;
}

.feedback_form {
    position: fixed;
    right: 0;
}

.feedback_btn {
    background: orange;
    padding: 10px;
    color: rgb(31, 37, 51);
}

.navbar-nav>li a.feedback_btn,
.navbar-nav>li a.feedback_btn:hover {
    background: orange!important;
    color: rgb(31, 37, 51)!important;
}

.large-header {
    position: relative;
    width: 100%;
    background: transparent;
    overflow: hidden;
    background-size: contain;
    background-position: center center;
    z-index: 1;
    /* height: 40vh !important; */
}




/* .demo-1 .large-header {
    background-image: url('../img/main_bg.jpg');
}
 */

.watchmovies_page {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(31, 37, 51, 0.7)), url(../img/main_bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}




/* .watchmovies_page:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
    opacity: .6;
    min-width: 100vw;
    min-height: 100vh;
} 

.watchmovies_page > .row {
    background-color: rgba(31, 37, 51, 0.71);
}*/

.page_view {
    position: absolute;
    top: 20%;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
}

.watchmovies_page .main_page_heading {
    font-size: 150px;
    font-family: 'JennaSue';
    text-transform: capitalize;
    color: #fff;
    text-shadow: 2px 3px 0px #000;
}

.watchmovies_page .main_page_heading span {
    font-weight: bolder;
    color: orange;
}

.watchmovies_page .search_form {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.watchmovies_page .search_form input {
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 3px solid orange;
    color: orange;
}

.watchmovies_page .search_form input.ng-pristine.ng-invalid:focus:focus {
    border-color: transparent;
    border-bottom: 3px solid orange;
    box-shadow: none;
}

.watchmovies_page .search_form input.ng-dirty.ng-invalid:focus {
    border-color: transparent;
    border-bottom: 3px solid orange;
    box-shadow: none;
}

.how_to_watch {
    padding: 40px;
}

.popular_search {
    background: #212a40;
    padding: 40px;
}

.page_view .ui-button {
    padding: 20px 60px;
}

.button_yellow:hover,
.button_yellow:focus {
    background: transparent;
    color: orange;
    border: 1px solid orange;
    box-shadow: 0px 2px 0px orange;
}

.watchmovies_page_tabs {
    background: url('../img/cinema-background.png');
    background-color: orange;
}




/* .watchmovies_page_tabs_nav {
    background-color: #141414;
    border-bottom: 2px solid #2c2a2a;
} */

.watchmovies_page_tabs_list li {
    border-bottom: 5px solid transparent;
    transition: all .3s;
    width: calc(100%/3 - 5px);
    display: inline-block;
    text-align: center;
    padding: 20px;
}

.watchmovies_page_tabs_list li img {
    width: 25%;
}

.watchmovies_page_tabs_list li a {
    color: #1f2533;
    display: block;
}

.watchmovies_page_tabs_list li a:hover,
.watchmovies_page_tabs_list li a:focus {
    background-color: transparent;
    color: #1f2533;
    text-decoration: none;
}

.watchmovies_page_tabs_list li:hover,
.watchmovies_page_tabs_list li.active a,
.watchmovies_page_tabs_list li.active {
    background-color: transparent;
    border-radius: 0;
    border-color: #1f2533;
    color: #1f2533;
}

.data-tab {
    padding: 40px 0;
    box-sizing: border-box;
}

.data-tab-grid {
    padding: 25px;
    box-sizing: border-box;
}

@media (max-width: 480px) {
    .watchmovies_page_tabs_list li img {
        width: 50%;
    }
    .watchmovies_page_tabs_list li {
        padding: 10px;
    }
    .watchmovies_page_tabs_list li h4 {
        font-size: 10px;
    }
}

@media (max-width: 780px) {
    .watchmovies_page .main_page_heading {
        font-size: 50px;
    }
}

@media (min-width: 780px) and (max-width: 1024px) {
    .watchmovies_page .main_page_heading {
        font-size: 90px;
    }
}

.filter_label .btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-top: 5px;
}

.navbar-collapse.collapse.navbar-ex3-collapse {
    display: none!important;
}

@media (max-width: 940px) {
    .mobile_search_form {
        background-color: #1f2533;
        margin: 0;
    }
    .navbar-collapse.collapse.navbar-ex3-collapse.mobile_search.in {
        display: block !important;
        background: rgba(40, 40, 40, .97);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 1000000000;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-height: 100vh;
    }
    .mobile_search .search_container {
        padding: 0 5px;
    }
    .mobile_search .input-group {
        background: #1f2533;
        padding-top: 54px;
        padding-bottom: 16px;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
    }
    .search_box_logo img {
        height: 30px;
    }
    .search_box_logo {
        position: absolute;
        top: 10px;
        margin-left: auto;
        margin-right: auto;
        left: 25px;
        right: 0;
        z-index: 1;
        color: orange;
    }
    .search_close_btn {
        background: none;
        border: none;
        border-radius: 50%;
        color: inherit;
        cursor: pointer;
        line-height: 0;
        outline: none;
        padding: .5rem;
        vertical-align: middle;
        position: absolute;
        top: 2px;
        right: 20px;
        color: #fff;
        z-index: 1;
        margin-top: 20px;
    }
    .search_result_box {
        position: absolute;
        top: 100px;
        max-height: 100vh;
        overflow-y: auto;
        left: 0;
        right: 0;
        z-index: 9;
        border-radius: 0;
    }
}

.profile_data {
    background-color: orange;
}

.top_nav_bar_right .profile_data a {
    color: #212a40
}

.profile_data a:hover {
    color: #212a40;
    text-decoration: none;
}

.profile_data .dropdown-menu {
    margin: 0;
    top: 98%;
    border-radius: 0;
    background: orange;
    box-shadow: none;
    border: 0;
    border-top: 1px solid #212a40;
}

.profile_data .dropdown-menu>li>a {
    padding: 15px 20px;
}

.profile_data .dropdown-menu li:first-child a {
    border-bottom: 1px solid #212a40;
}

.watchmovies-btn-actions .btn {
    padding: 10px 16px;
}