﻿@font-face {
  font-family: "Meoded-Pashut-Pro";
  font-weight: 700;
  font-style: normal;
  src: url(/fonts/meoded/OEMeodedPashutPro-Bold.eot);
  src: url(/fonts/meoded/OEMeodedPashutPro-Bold.eot) format("embedded-opentype"), url(/fonts/meoded/OEMeodedPashutPro-Bold.woff2) format("truetype"), url(/fonts/meoded/OEMeodedPashutPro-Bold.woff) format("woff");
}
@font-face {
  font-family: "Meoded-Pashut-Pro";
  font-weight: 400;
  font-style: normal;
  src: url(/fonts/meoded/OEMeodedPashutPro-Regular.eot);
  src: url(/fonts/meoded/OEMeodedPashutPro-Regular.eot) format("embedded-opentype"), url(/fonts/meoded/OEMeodedPashutPro-Regular.woff2) format("truetype"), url(/fonts/meoded/OEMeodedPashutPro-Regular.woff) format("woff");
}
@font-face {
  font-family: "Meoded-Pashut-Pro";
  font-weight: 900;
  font-style: normal;
  src: url(/fonts/meoded/OEMeodedPashutPro-Black.eot);
  src: url(/fonts/meoded/OEMeodedPashutPro-Black.eot) format("embedded-opentype"), url(/fonts/meoded/OEMeodedPashutPro-Black.woff2) format("truetype"), url(/fonts/meoded/OEMeodedPashutPro-Black.woff) format("woff");
}
@font-face {
  font-family: "Meoded-Pashut-Pro";
  font-weight: 300;
  font-style: normal;
  src: url(/fonts/meoded/OEMeodedPashutPro-Light.eot);
  src: url(/fonts/meoded/OEMeodedPashutPro-Light.eot) format("embedded-opentype"), url(/fonts/meoded/OEMeodedPashutPro-Light.woff2) format("truetype"), url(/fonts/meoded/OEMeodedPashutPro-Light.woff) format("woff");
}
/*@import 'base.scss';*/
body {
  padding: 0;
  margin: 0;
}

.wrapper {
  padding-right: 230px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.sidebar-wrapper {
  margin-right: -230px;
  right: 230px;
  width: 230px;
  background: #333333;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  color: #ffffff;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  padding-right: 230px;
}

#mainframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.mod-outline {
  position: absolute;
  color: #178df7;
  pointer-events: none;
  border: 1px solid rgba(150, 150, 150, 0.5);
  z-index: 1050;
}
.mod-outline button {
  position: absolute;
  right: -1px;
  top: -26px;
  border: 0;
  background-color: #333333;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-family: inherit;
  cursor: pointer;
  pointer-events: all;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mod-outline button:hover {
  background-color: #5b5b5b;
}

#OutlineSelectedElement {
  border: 2px solid rgba(100, 100, 100, 0.9);
  z-index: 1048;
}

[contenteditable=true] {
  outline: none;
}

/*[contenteditable=true] {
    border: 1px solid rgba(255, 255, 255, 0);
    @include transition(all .1s linear);
    outline: 0;
    background-color: transparent;
    &:hover {
        border: 1px dashed rgba(0, 0, 0, 0.4);
        z-index: 999;
    }

    &:focus {
        border: 1px solid rgba(255, 255, 255, 0.6);
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
        z-index: 998;
    }
}*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Meoded-Pashut-Pro", sans-serif;
  color: #333;
  background-color: #1d1d48;
  font-size: 14px;
}
body.inner-page {
  background: #daeefc;
}
body select {
  font-family: "Meoded-Pashut-Pro", sans-serif;
}
.z-index-2 {
  z-index: 2;
}

.recaptchaError {
  border: 2px solid red;
}

.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

.direction-rtl {
  direction: rtl !important;
}

.position-absolute {
  position: absolute;
}

.red-bg2 {
  background: #e72141;
}

.mh-100p {
  max-height: 100px;
}

.bs-1 {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.69);
  top: -100px;
  position: relative;
}

.hamburger-collapse-triiger.disable-link-in-collapse {
  pointer-events: none;
}

.fixed-message {
  background-color: #000;
  color: #fff;
  display: block;
  position: fixed;
  bottom: 1rem;
  width: 70%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.3rem;
  z-index: 99999;
  padding: 0.5rem;
  line-height: 1.2;
  display: none;
}

/*input[type="date"]:in-range::-webkit-datetime-edit-year-field, input[type="date"]:in-range::-webkit-datetime-edit-month-field, input[type="date"]:in-range::-webkit-datetime-edit-day-field, input[type="date"]:in-range::-webkit-datetime-edit-text {
    color: transparent;
    background:transparent;
}*/
input[type=date]::-webkit-calendar-picker-indicator {
  /*    padding-left: 300px;
  border: 1px dashed red;
  background:transparent;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:0;
  height:100%;
  width:0;
  padding-left:100%;*/
}

.navs-cont {
  position: fixed;
  top: 0;
  right: -490px;
  background-color: #cde9fd;
  width: 480px;
  padding: 80px 36px 0 0;
  height: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navs-cont .overflow-cont {
  overflow-y: auto;
  height: 100%;
}
.navs-cont.show {
  right: 0;
}
.navs-cont .x-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}
.navs-cont .x-icon:focus {
  border: 1px solid #000;
}
.navs-cont .pages-nav {
  display: block;
  height: 100%;
  padding-left: 30px;
}
.navs-cont .pages-nav > .nav-item:last-of-type {
  border-bottom: none;
}
.navs-cont .pages-nav .nav-item {
  display: block;
  border-bottom: 2px solid #df6680;
  margin: 0;
  padding: 3px 0;
}
.navs-cont .pages-nav .nav-item .nav-link {
  padding: 1px;
}
.navs-cont .pages-nav .nav-item .nav-link.collapse-toggle {
  cursor: pointer;
}
.navs-cont .pages-nav .nav-item .nav-link.collapse-toggle::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  margin-right: 39px;
  background: url(../img/arrow-down-pages-nav.png) no-repeat;
}
.navs-cont .pages-nav .nav-item .nav-link.collapse-toggle.collapsed::after {
  background: url(../img/arrow-left-pages-nav.png) no-repeat;
}
.navs-cont .pages-nav .nav-item .collapse-menu {
  padding-right: 18px;
}
.navs-cont .pages-nav .nav-item .collapse-menu > .nav-item:last-of-type {
  border-bottom: none;
}
.navs-cont .pages-nav .nav-item a {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #1d1d48;
  display: inline-block;
}
.navs-cont .pages-nav .nav-item a:hover {
  color: #e72141;
}

.FavMovies {
  padding-bottom: 20px;
}

.bg-red {
  background: #e72141;
}

.messageModal {
  padding-right: 0;
}

.padding-bottom-all {
  padding-bottom: 40px;
}

.remove-pad-left-right {
  padding-left: 0;
  padding-right: 0;
}

.hidden {
  display: none;
}

.page-head {
  font-size: 3em;
  font-weight: 800;
  color: #e72241;
  margin-bottom: 20px;
}

.location-head {
  /*background-color: white;
  padding-bottom: 100px;*/
}
.location-head .page-head {
  color: #1d1d48;
}

.location-c .page-head {
  margin-bottom: 0;
  margin-top: 30px;
}

.location-head-m .page-head {
  color: #e72141;
  font-size: 43px;
  font-weight: 800;
  margin-top: 40px;
}

.blue-bg {
  background-color: #1d1d48;
}

.vipqa-page .row-d {
  color: #afe8fc;
  border-bottom: 1px solid #afe8fc;
  padding: 30px 0 40px;
}
.vipqa-page .row-d .vp-t {
  font-size: 20px;
  font-weight: 800;
}
.vipqa-page .row-d .vp-c {
  font-size: 18px;
  font-weight: 300;
}
.vipqa-page .row-f {
  padding: 30px 0 40px;
  color: #afe8fc;
  font-size: 17px;
}
.vipqa-page .row-f .vf-wrap {
  display: inline-block;
  width: 14%;
  vertical-align: top;
}
.vipqa-page .row-f .vf-wrap.main {
  width: 25%;
}
.vipqa-page .row-f .vf-wrap .vf-t {
  font-weight: 900;
}
.vipqa-page .row-f .vf-wrap .vf-c {
  font-weight: 600;
}

.favorities .page-head {
  color: #cbe8fc;
  padding-top: 40px;
}
.favorities #moviesContainer {
  padding-top: 0;
}
.favorities #moviesContainer .flip-container .front h2 {
  font-size: 18.2px;
}
.favorities #moviesContainer .flip-container .back .title {
  font-size: 21px;
}
.favorities #moviesContainer .flip-container .back .sub-title {
  font-size: 16.8px;
}
.favorities #moviesContainer .flip-container .back .flip_content, .favorities #moviesContainer .flip-container .back .flipcontent {
  font-size: 14px;
}
.favorities #moviesContainer .flip-container .back ul li a {
  font-size: 18.2px;
}

.remove-pad-down {
  padding-bottom: 0 !important;
}

.back-to-top {
  position: fixed;
  right: 3%;
  bottom: 130px;
  /*background: url(/img/up-arrow.png) no-repeat center right;*/
  background: url(/img/up.png) no-repeat center right;
  background-size: contain;
  height: 60px;
  width: 60px;
  display: none;
  line-height: 1;
  color: #666;
  font-size: 18px;
}
.back-to-top:hover {
  color: #666;
}

.my-share-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 1em;
}
.my-share-panel .share-icons {
  display: flex;
  align-items: center;
}
.my-share-panel .share-icons a {
  display: inline-block;
  max-width: 50px;
}

.theater-info {
  padding-bottom: 110px;
  color: #1d1d49;
}
.theater-info .hours-addy-how {
  padding-bottom: 50px;
}
.theater-info .hours-addy-how .waze-icon {
  position: absolute;
  left: 20px;
  top: 0;
}
.theater-info .map-station.a1 {
  margin-top: 64px;
}
.theater-info .map-station .theater-loc iframe {
  border: none;
}
.theater-info .info-head {
  font-size: 3em;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 0;
}
.theater-info .all-info {
  font-size: 1.498em;
}
.theater-info .shops-onsite {
  font-size: 20px;
}
.theater-info .shops-onsite .shop-kind {
  font-weight: 900;
  /* line-height: 25.2px; */
  margin-bottom: 14px;
  margin-top: 21px;
}
.theater-info .shops-onsite .shop-name.show-arrow {
  background: url(../img/arrow-down-blue.png) no-repeat;
  background-position: left 13px;
  cursor: pointer;
  display: block;
  color: inherit;
}
.theater-info .shops-onsite .shop-name .food-hours {
  background-color: #1d1d48;
  color: #cbe8fc;
  font-size: 18px;
  padding: 10px;
  display: none;
  position: absolute;
  width: 100%;
  background-image: url(../img/hours-up.png);
  background-repeat: no-repeat;
  background-position: 31px 16px;
}
.theater-info .shops-onsite .shop-name .food-hours.show {
  display: block;
}

.shops-icons {
  background-color: #dff1fd;
  padding-top: 47px;
  padding-bottom: 37px;
}
.shops-icons .shop-icon {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.show_detail {
  line-height: 1.42857143;
  font-size: 14px;
  overflow: hidden;
}
.show_detail iframe {
  border: none;
}
.show_detail table {
  /*width: 100%;*/
}
.show_detail table td {
  padding-right: 5px;
}
.show_detail table ul {
  margin-bottom: 10px;
}
.show_detail p {
  font-size: 1.2em;
  color: #1d1d49;
  margin-bottom: 4px;
}
.show_detail h3 {
  color: #1D1D48;
}
.show_detail img {
  /*width: 100% !important;
  height: auto !important;*/
}
.show_detail strong {
  font-weight: 700;
}
.show_detail h5 {
  font-size: 14px;
}

.upper-stripe-wrapper {
  background-color: #150d49;
  max-height: 50px;
  overflow-y: hidden;
  transition: max-height 0.1s ease-in;
}
.upper-stripe-wrapper .upper-stripe {
  padding-top: 10px;
  margin-bottom: 10px;
  padding-right: 0;
}
.upper-stripe-wrapper .upper-stripe .upper-item {
  display: inline-block;
  padding-left: 10px;
  border-left: 1px solid #524d85;
  /* padding-top: 5px; */
  padding-bottom: 3px;
  padding-right: 10px;
  line-height: 1.3;
}
.upper-stripe-wrapper .upper-stripe .upper-item:last-of-type {
  border: none;
}
.upper-stripe-wrapper .upper-stripe .upper-item:first-of-type {
  padding-right: 0;
}
.upper-stripe-wrapper .upper-stripe .upper-item a {
  color: #a6b6cf;
  font-size: 18px;
}

.movie-slider-page-vedio, .theater-loc {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 77%;
  height: 0;
}
.movie-slider-page-vedio .close-yt, .theater-loc .close-yt {
  position: absolute;
  top: -5px;
  left: -32px;
  width: 22px;
  height: 22px;
}
.movie-slider-page-vedio .close-yt i, .theater-loc .close-yt i {
  font-size: 26px;
  color: #d4d4d4;
}
.movie-slider-page-vedio iframe, .theater-loc iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  border: 0;
}

a:hover {
  text-decoration: none;
}

.main-header-wrapper {
  background-color: #daeefc;
  position: sticky;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}

.main-page .main-header-wrapper {
  background-color: transparent;
  position: fixed;
}

.header {
  background-color: rgba(0, 0, 0, 0.4);
  max-height: none;
  transition: background-color 0.1s ease-in;
}
.header.my-sticky-header {
  background-image: linear-gradient(to top, #211f4d 0%, #161438 14%, #161438 100%);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
}
.header.my-sticky-header .upper-stripe-wrapper {
  max-height: 0;
  overflow-y: hidden;
}
.header.my-sticky-header .search-panel .form-padding-wrapper .form-padding {
  height: 17px;
}
.header.my-sticky-header .search-panel input {
  font-size: 18px;
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
.header.my-sticky-header .searchedProducts .items {
  top: 58px;
}
.header.my-sticky-header .main-nav {
  padding: 13px 0;
  top: 0;
}
.header.my-sticky-header .main-nav .logo-img {
  max-width: 107px;
  top: 4px;
}
.header.my-sticky-header .main-nav .order-tickets .but-wrapper {
  width: 147px;
}
.header.my-sticky-header .main-nav .order-tickets .but {
  background-color: #ffc500;
  color: #100839;
  font-size: 18px;
  height: auto;
  background-image: url("/img/arrow-left-black-227.png");
  text-align: right;
}
.header.my-sticky-header .main-nav .order-tickets:hover .but {
  height: 68px;
}
.header.my-sticky-header .main-nav .order-tickets .red-menu-roll-over {
  top: 57px;
}
.header.my-sticky-header .main-nav ul.mainul li.mainli::before {
  bottom: -25px;
}
.header.my-sticky-header .main-nav ul.mainul li.mainli ul.submenu_children {
  top: 76px;
}
.header .searchedProducts {
  width: 100%;
}
.header .searchedProducts .items {
  /*border-top: 2px solid #e72141;*/
  padding: 0;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 77px;
  background: white;
  z-index: 999;
  list-style: none;
  background-color: #bfe2fa;
  transition: top 0.1s ease-in;
}
.header .searchedProducts .items li {
  color: #161438;
  font-size: 1.2rem;
  line-height: 33px;
  text-align: right;
  cursor: pointer;
  padding: 0 11px;
}
.header .searchedProducts .items li .searchedProducts-item {
  padding: 4px 0;
  border-bottom: rgba(174, 205, 231, 0.9) 1px solid;
}
.header .searchedProducts .items li.section-header {
  font-weight: 700;
  border-bottom: none;
  font-size: 1.4rem;
}
.header .searchedProducts .items li:hover {
  background: #CBEBFC;
}
.header .top-menu {
  padding-top: 18px;
}
.header .top-menu .gv-3 > li:nth-child(6) > a {
  pointer-events: none;
}
.header .top-menu .gv-3 > li:nth-child(7) > a {
  pointer-events: none;
}
.header .top-menu .menu-left a {
  width: auto;
  font-size: 25px;
  overflow: hidden;
  padding-top: 2px;
  margin-right: 3px;
  cursor: pointer;
  color: #cae7fb;
  float: left;
  margin-right: 10px;
  margin-top: -7px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.header .top-menu .menu-left a:hover {
  color: #e72141;
}
.header .top-menu ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
.header .top-menu ul li {
  background: url(../img/menu-diveder.png);
  background-position: left 7px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 2px;
  padding-right: 8px;
  padding-left: 11px;
  float: right;
  padding-bottom: 10px;
}
.header .top-menu ul li a {
  font-size: 1.15em;
  color: #cbe8fc;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.header .top-menu ul li:first-child {
  padding-right: 0;
  margin-right: 0;
}
.header .top-menu ul li:last-child {
  background: none;
}
.header .top-menu ul li .sub-menu {
  display: none;
  max-width: 250px;
  position: absolute;
  right: inherit;
  width: auto;
  padding-right: 0px;
  background: #E72241;
  z-index: 999;
  padding-bottom: 10px;
  top: 31px;
  padding-top: 5px;
}
.header .top-menu ul li .sub-menu li {
  background: none;
  clear: both;
  float: right;
  width: auto;
  min-width: 150px;
  padding-bottom: 0px;
}
.header .top-menu ul li .sub-menu li a {
  font-family: "Meoded-Pashut-Pro";
  font-size: 1.15em;
  color: #cbe8fc;
  text-decoration: none;
  display: block;
}
.header .top-menu ul li .sub-menu li a:hover {
  color: #ffffff;
  font-weight: bold;
}
.header .top-menu ul li .sub-menu li:first-child {
  margin-right: 10px;
  padding-right: 0px;
}
.header .top-menu ul li:hover a {
  color: #E72141;
}
.header .top-menu ul li:hover .sub-menu {
  display: block;
}
.header .search-panel {
  display: inline-block;
  position: static;
  margin-left: 15px;
  width: 120px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*right: -200px;*/
}
.header .search-panel .search-img-focus {
  display: none;
}
.header .search-panel.focusSearch {
  width: 210px;
  color: #161438;
}
.header .search-panel.focusSearch .search-img-focus {
  display: inline-block;
  right: 180px;
  max-width: 20px;
}
.header .search-panel.focusSearch .search-img-focus:hover {
  cursor: pointer;
}
.header .search-panel.focusSearch input {
  background: #bfe2fa;
  padding-right: 11px;
  color: #161438;
  padding-left: 29px;
}
.header .search-panel.focusSearch ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #f07d8f;
}
.header .search-panel.focusSearch :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #f07d8f;
  opacity: 1;
}
.header .search-panel.focusSearch ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #f07d8f;
  opacity: 1;
}
.header .search-panel.focusSearch :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #f07d8f;
}
.header .search-panel.focusSearch ::-ms-input-placeholder { /* Microsoft Edge */
  color: #f07d8f;
}
.header .search-panel.focusSearch ::placeholder { /* Most modern browsers support this now. */
  color: #f07d8f;
}
.header .search-panel.hasMovies {
  background: #bfe2fa;
}
.header .search-panel.hasMovies input {
  background-color: inherit;
  color: inherit;
}
.header .search-panel.hasMovies .form-padding-wrapper {
  display: block;
}
.header .search-panel.hasMovies .form-padding-wrapper .form-padding {
  transition: height 0.1s ease-in;
}
.header .search-panel > img {
  position: absolute;
  /*top: 16px;*/
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.header .search-panel input {
  border: none;
  height: 51px;
  text-align: right;
  padding-right: 40px;
  font-family: "Meoded-Pashut-Pro";
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 24px;
  width: 100%;
  color: #fff;
  transition: all 0.1s ease-in;
}
.header .search-panel input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cbe8fc;
}
.header .search-panel input::-moz-placeholder { /* Firefox 19+ */
  color: #cbe8fc;
}
.header .search-panel input:-ms-input-placeholder { /* IE 10+ */
  color: #cbe8fc;
}
.header .search-panel input:-moz-placeholder { /* Firefox 18- */
  color: #cbe8fc;
}
.header .search-panel .search-icon {
  color: #1d1d48;
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 1.6em;
}
.header .search-panel .form-padding-wrapper {
  position: relative;
  display: none;
  background: inherit;
}
.header .search-panel .form-padding-wrapper .form-padding {
  background: inherit;
  position: absolute;
  width: 100%;
  height: 26px;
}
.header .main-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  /*padding-bottom: 17px;
  padding-top: 20px;*/
  padding-bottom: 27px;
  padding-top: 33px;
  transition: all 0.1s ease-in;
}
.header .main-nav .nav-left {
  display: flex;
  position: relative;
  top: 4px;
}
.header .main-nav .nav-left #search-txt:focus {
  outline-style: none;
}
.header .main-nav .logo-img {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  /*top: -30px;
  max-width: 190px;*/
  z-index: 999;
  transition: all 0.1s ease-in;
  max-width: 150px;
  top: 0;
}
.header .main-nav ul.mainul {
  display: inline-block;
  padding: 0;
  margin: 0;
  /*li.nullmenu {
      pointer-events: none;
  }*/
}
.header .main-nav ul.mainul .hamburger-desktop {
  width: 56px;
  height: 52px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 11px;
  bottom: -5px;
  position: relative;
}
.header .main-nav ul.mainul .hamburger-desktop:hover {
  cursor: pointer;
}
.header .main-nav ul.mainul .hamburger-desktop span {
  height: 2px;
  width: 25px;
  background-color: #c7eafc;
  display: block;
  margin: 6px auto;
}
.header .main-nav ul.mainul li.mainli {
  display: inline-block;
  position: relative;
}
.header .main-nav ul.mainul li.mainli.onmouse:hover::before, .header .main-nav ul.mainul li.mainli.mainli-shown::before {
  background: url(../img/arrow-up-nav.png) no-repeat;
  background-position: bottom;
  background-size: 23px;
}
.header .main-nav ul.mainul li.mainli::after, .header .main-nav ul.mainul li.mainli::before {
  display: inline-block;
  width: 100%;
  height: 45px;
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
}
.header .main-nav ul.mainul li.mainli.nullmenu:hover {
  background-color: transparent;
}
.header .main-nav ul.mainul li.mainli .vip-s {
  background-color: #cae8fb;
  margin-right: -1px;
  list-style: none;
  padding: 0 30px 0;
  text-align: right;
  display: none;
  padding-top: 16px;
}
.header .main-nav ul.mainul li.mainli .vip-s .menu-item {
  padding: 10px;
  /*display: inline-block;*/
}
.header .main-nav ul.mainul li.mainli .vip-s .menu-item a, .header .main-nav ul.mainul li.mainli .vip-s .menu-item span {
  color: #1D1D48;
  font-weight: 300;
  font-size: 18px;
  padding: 0;
  display: inline-block;
}
.header .main-nav ul.mainul li.mainli .vip-s .menu-item a:hover, .header .main-nav ul.mainul li.mainli .vip-s .menu-item span:hover {
  font-weight: 600;
}
.header .main-nav ul.mainul li.mainli a.main_menu_item {
  font-size: 22px;
  color: #cbe8fc;
  padding: 8px 17px;
  display: inline-block;
  text-decoration: none;
  vertical-align: text-bottom;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children {
  display: none;
  position: absolute;
  z-index: 888;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 935px;
  top: 91px;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu {
  width: 100%;
  padding: 30px 10px 34px;
  right: 34px;
  background-color: #CAE8FB;
  -webkit-box-shadow: 0px 15px 17px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 15px 17px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 15px 17px 0px rgba(0, 0, 0, 0.3);
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .wide-menu-wrapper {
  margin: 0 auto;
  padding: 0 26px;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .wide-menu-wrapper h2 {
  font-size: 26px;
  font-weight: 900;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .wide-menu-wrapper .pic-poster {
  height: 198px;
  width: 138px;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .wide-menu-wrapper .link2InnerCategories {
  font-size: 16px;
  color: #e72143;
  line-height: 1;
  margin-top: 24px;
  display: block;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .wide-menu-wrapper .red-arrow {
  background: url(/img/new-nav-red-arrow.png) no-repeat;
  width: 14px;
  height: 16px;
  display: inline-block;
  position: relative;
  bottom: -2px;
  margin-right: 12px;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .wide-menu-wrapper .locations-grid .loc-wrapper {
  margin-bottom: 15px;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .wide-menu-wrapper .locations-grid .loc-wrapper .theatre-a {
  min-height: 0;
  height: 100%;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .wide-menu-wrapper .locations-grid .loc-wrapper .theatre-a .movie-dark-layer {
  left: 0;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .wide-menu-wrapper .no-nav-shows-message {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 3rem;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .sub-menu-red-head {
  padding: 0;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .title {
  font-family: "Meoded-Pashut-Pro";
  font-weight: 900;
  font-size: 3em;
  color: #e72241;
  line-height: 80%;
  text-align: right;
  margin: 0 0 7px 0;
  padding-left: 55px;
  background: url(../img/sub-menu-head-aero.png);
  background-repeat: no-repeat;
  background-position: 10px 8px;
  -webkit-font-smoothing: antialiased;
  min-height: 75px;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .red-menu-pic img {
  width: 100%;
  max-height: 305px;
  margin-top: 7px;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .red-menu-pic a {
  padding-left: 0px;
  padding-right: 0px;
  float: right;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .fourItems {
  display: flex;
  justify-content: space-between;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .lessThen4 .sub-menu-part1 {
  display: inline-block;
  margin-left: 15px;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .sub-menu-part1 {
  text-align: right;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .sub-menu-part1 a {
  color: #1D1D48;
  font-family: "Meoded-Pashut-Pro";
  font-weight: 300;
  font-size: 1.14em;
  padding: 0;
  display: inline-block;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .sub-menu-part1:hover > a {
  font-weight: 700;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .title-b {
  font-family: "Meoded-Pashut-Pro-Black";
  color: #1d1d49;
  font-size: 1.5em;
  margin: 0;
  border-bottom: 2px solid #e46680;
  padding-bottom: 9px;
  margin-bottom: 6px;
  -webkit-font-smoothing: antialiased;
  background: no-repeat;
  min-height: inherit;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .title-b a {
  width: 100%;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .title-b a span {
  font-family: "Meoded-Pashut-Pro";
  font-weight: 900;
  color: #e72241;
  font-size: 0.5em;
  margin-right: 0px;
  display: block;
  background-image: url(../img/red-sub-menu-left-aero.png);
  background-repeat: no-repeat;
  padding-left: 14px;
  background-position: 0px 7px;
  -webkit-font-smoothing: antialiased;
  float: left;
  margin-top: 8px;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .title-b a .sa-2 {
  margin-bottom: -8px;
  float: right;
  font-weight: 900;
  font-size: 26px;
  font-family: "Meoded-Pashut-Pro", sans-serif;
  font-style: normal;
  color: #11112b;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu ul {
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu ul li {
  text-align: center;
  display: inline-block;
  background-color: #1d1d48;
  background-image: url(../img/logo-menu-bg.png);
  background-position: center left;
  background-repeat: no-repeat;
  margin-right: 0px;
  position: relative;
  padding-right: 1px;
  text-align: right;
  display: block;
  background: none;
}
.header .main-nav ul.mainul li.mainli ul.submenu_children.shows {
  right: -140px;
}
.header .main-nav ul.mainul li.mainli:hover, .header .main-nav ul.mainul li.mainli.mainli-shown {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 99;
  /*a {
      color: #E72141;
  }*/
}
.header .main-nav ul.mainul li.mainli:hover ul, .header .main-nav ul.mainul li.mainli.mainli-shown ul {
  display: block;
}
.header .main-nav .order-tickets {
  display: inline-block;
}
.header .main-nav .order-tickets .choose-some {
  min-height: 379px;
}
.header .main-nav .order-tickets .choose-some .choose-cont {
  text-align: center;
  color: #150d49;
  font-size: 30px;
  font-weight: 400;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .main-nav .order-tickets .choose-some .choose-cont img {
  width: 100%;
  max-width: 70px;
  display: block;
}
.header .main-nav .order-tickets .but-wrapper {
  width: 195px;
}
.header .main-nav .order-tickets .but {
  background-image: url(../img/arrow-left2.png);
  background-repeat: no-repeat;
  background-position: left 20px center;
  font-size: 24px;
  text-decoration: none;
  color: white;
  text-align: right;
  display: inline-block;
  background-color: #e72141;
  padding: 6px 24px;
  text-decoration: none !important;
  height: 51px;
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
.header .main-nav .order-tickets .red-menu-roll-over {
  display: none;
  padding: 30px 32px 30px 29px;
  position: absolute;
  top: 44px;
  left: 0;
  background-color: #c7eafc;
  width: 969px;
  z-index: 888;
  -webkit-box-shadow: 0px 15px 17px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 15px 17px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 15px 17px 0px rgba(0, 0, 0, 0.3);
  top: 77px;
  transition: top 0.1s ease-in;
}
.header .main-nav .order-tickets .red-menu-roll-over .roll-over-dropdown-wrap .dropdown dt {
  background-color: rgba(21, 13, 73, 0.1);
}
.header .main-nav .order-tickets .red-menu-roll-over .roll-over-dropdown-wrap .dropdown dt a {
  color: #1D1D48;
  font-size: 1.5em;
  font-weight: 900;
  padding: 16px 46px 19px;
  font-weight: bold;
  display: block;
  background-repeat: no-repeat, no-repeat;
}
.header .main-nav .order-tickets .red-menu-roll-over .roll-over-dropdown-wrap .dropdown dt a.a-cinema {
  background-image: url(../img/arrow-down-fast.png), url(../img/location-icon2.png);
  background-position: 11px center, right 14px center;
}
.header .main-nav .order-tickets .red-menu-roll-over .roll-over-dropdown-wrap .dropdown dt a.a-type {
  background-image: url(../img/arrow-down-fast.png), url(../img/camera-icon.png);
  background-position: 11px center, right 10px center;
}
.header .main-nav .order-tickets .red-menu-roll-over .roll-over-dropdown-wrap .dropdown dt a.a-date {
  background-image: url(../img/arrow-down-fast.png), url(../img/date-icon2.png);
  background-position: 11px center, right 12px center;
}
.header .main-nav .order-tickets .red-menu-roll-over .dropdown dd ul {
  background-color: #E6F4FD;
}
.header .main-nav .order-tickets .red-menu-roll-over .dropdown dd ul li {
  background-color: #E6F4FD;
}
.header .main-nav .order-tickets .red-menu-roll-over img {
  max-width: 100%;
  max-height: 430px;
  margin: 0 auto;
}
.header .main-nav .order-tickets .red-menu-roll-over img.mainPic {
  width: 99%;
}
.header .main-nav .order-tickets .red-menu-roll-over .a-search input {
  width: 100%;
  height: 43px;
  background-color: #b5d3e9;
  border: 0;
  margin-bottom: 10px;
  padding-right: 43px;
  background-image: url(../img/filter-icon.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
  font-size: 1.5em;
  font-family: "Meoded-Pashut-Pro";
}
.header .main-nav .order-tickets .red-menu-roll-over .a-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #150d49;
}
.header .main-nav .order-tickets .red-menu-roll-over .a-search input::-moz-placeholder { /* Firefox 19+ */
  color: #150d49;
}
.header .main-nav .order-tickets .red-menu-roll-over .a-search input:-ms-input-placeholder { /* IE 10+ */
  color: #150d49;
}
.header .main-nav .order-tickets .red-menu-roll-over .a-search input:-moz-placeholder { /* Firefox 18- */
  color: #150d49;
}
.header .main-nav .order-tickets .red-menu-roll-over #timelist {
  padding: 0;
  height: 310px;
  overflow-y: auto;
}
.header .main-nav .order-tickets .red-menu-roll-over #timelist li {
  text-align: center;
  margin-right: 0px;
  position: relative;
  display: block;
  margin-bottom: 5px;
  background: #e7f4fd;
}
.header .main-nav .order-tickets .red-menu-roll-over #timelist li a {
  font-size: 20px;
  color: #1d1d49;
  display: block;
  line-height: 15px;
  padding: 5px;
  text-align: right;
  padding-right: 30px;
  font-weight: 300;
  cursor: pointer;
  background-color: #c7eafc;
  padding-right: 30px;
  line-height: 21px;
}
.header .main-nav .order-tickets .red-menu-roll-over #timelist li a:hover {
  font-size: 22px;
  font-weight: 600;
  color: #e72141;
}
.header .main-nav .order-tickets .red-menu-roll-over #timelist li a span {
  margin-left: 19px;
  font-weight: 700;
  float: right;
  -webkit-font-smoothing: antialiased;
}
.header .main-nav .order-tickets:hover .red-menu-roll-over, .header .main-nav .order-tickets .red-menu-roll-over:hover, .header .main-nav .order-tickets.order-tickets-shown .red-menu-roll-over {
  display: block;
}
.header .main-nav .order-tickets:hover .but, .header .main-nav .order-tickets.order-tickets-shown .but {
  color: #150d49;
  /*font-size: 30px;
  font-weight: 600;
  line-height: 33px;*/
  top: 0;
  text-align: center;
  /*height: 96px;*/
  height: 82px;
  background-color: #cae8fb;
  background-image: none;
}

.header-mob-wrap {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
}
.header-mob-wrap .header-mobile {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  background: rgba(0, 0, 0, 0) url(../img/tops.png) repeat-x scroll center top/100% 100%;
  /*&.add-bg {
      background-color: #262262;
  }*/
}
.header-mob-wrap .header-mobile .closbutton .fa.fa-times {
  color: #df6680;
}
.header-mob-wrap .header-mobile .sb-slidebar {
  background: #cff1fd;
  z-index: 999;
  display: block;
  min-width: 280px;
  right: -150vw;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  color: #1d1d49;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-mob-wrap .header-mobile .sb-slidebar.open {
  right: 0 !important;
}
.header-mob-wrap .header-mobile .sb-slidebar .closbutton {
  color: #CBE8FC;
  float: right;
  font-size: 20px;
  cursor: pointer;
  padding-top: 0px;
  position: absolute;
  right: 17px;
  width: 17px;
}
.header-mob-wrap .header-mobile .sb-slidebar .mobile-menu-wraper {
  display: block;
  position: static;
  z-index: 9999;
  width: 100%;
  right: 0;
  top: 0px;
  padding-top: 30px;
}
.header-mob-wrap .header-mobile .sb-slidebar .mobile-menu-wraper .main-cats {
  margin: 0;
  padding: 0 15px;
  display: block;
}
.header-mob-wrap .header-mobile .sb-slidebar .mobile-menu-wraper .main-cats .nav-item {
  border-bottom: 2px solid #df6680;
}
.header-mob-wrap .header-mobile .sb-slidebar .mobile-menu-wraper .main-cats .nav-item .nav-link {
  display: inline-block;
  font-size: 1.3em;
  color: #1d1d49;
  padding: 15px 0 15px 12px;
}
.header-mob-wrap .header-mobile .sb-slidebar .mobile-menu-wraper .main-cats .nav-item .nav-link.collapse-toggle {
  display: block;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.header-mob-wrap .header-mobile .sb-slidebar .mobile-menu-wraper .main-cats .nav-item .nav-link.collapse-toggle .hamburger-collapse-triiger {
  color: inherit;
}
.header-mob-wrap .header-mobile .sb-slidebar .mobile-menu-wraper .main-cats .nav-item .nav-link.collapse-toggle::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  margin-right: 39px;
  background: url(../img/arrow-down-pages-nav.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.header-mob-wrap .header-mobile .sb-slidebar .mobile-menu-wraper .main-cats .nav-item .nav-link.collapse-toggle.collapsed::after {
  background: url(../img/arrow-left-pages-nav.png) no-repeat;
}
.header-mob-wrap .header-mobile .sb-slidebar .mobile-menu-wraper .main-cats .nav-item .collapse-menu {
  list-style: none;
  padding-right: 0.7rem;
  border-top: 2px solid #df6680;
}
.header-mob-wrap .header-mobile .sb-slidebar .mobile-menu-wraper .main-cats .nav-item .collapse-menu > .nav-item {
  border: none;
}
.header-mob-wrap .header-mobile .sb-slidebar .mobile-menu-wraper .main-cats .nav-item .collapse-menu > .nav-item > .nav-link {
  padding: 5px 0;
}
.header-mob-wrap .header-mobile .hamburger {
  flex-grow: 1;
  flex-basis: 0;
  padding-top: 25px;
  padding-right: 17px;
}
.header-mob-wrap .header-mobile .hamburger .mob-menu span {
  display: block;
  height: 4px;
  background: #cae8fb;
  width: 25px;
  margin-bottom: 4px;
}
.header-mob-wrap .header-mobile .mob-logo {
  flex-grow: 1;
  flex-basis: 0;
  padding-top: 10px;
}
.header-mob-wrap .header-mobile .mob-logo img {
  width: 75px;
  float: left;
}
@media (max-width: 335px) {
  .header-mob-wrap .header-mobile .search-panel {
    flex-grow: 3 !important;
  }
}
.header-mob-wrap .header-mobile .search-panel {
  flex-grow: 2;
  flex-basis: 0;
  position: relative;
  padding-top: 24px;
}
.header-mob-wrap .header-mobile .search-panel .searchedProducts {
  position: relative;
}
.header-mob-wrap .header-mobile .search-panel .searchedProducts .items {
  border-top: 2px solid #e72141;
  list-style: none;
  padding: 0;
  position: absolute;
  left: 33px;
  top: 44px;
  min-width: 200px;
  background-color: white;
}
.header-mob-wrap .header-mobile .search-panel .searchedProducts .items li {
  padding: 0px;
  padding-right: 11px;
  padding-left: 5px;
  background: #fff;
  border-bottom: #bbb9b9 1px solid;
  color: #262262;
  font-size: 1.2rem;
  line-height: 33px;
}
.header-mob-wrap .header-mobile .search-panel form {
  float: left;
  margin-left: 13px;
  position: relative;
}
@media (max-width: 335px) {
  .header-mob-wrap .header-mobile .search-panel form {
    margin-left: 0 !important;
  }
}
.header-mob-wrap .header-mobile .search-panel .fb-hold {
  position: relative;
  top: 3px;
}
.header-mob-wrap .header-mobile .search-panel .fb-hold .fa-facebook {
  font-size: 25px;
  margin-right: 3px;
  cursor: pointer;
  color: #cae7fb;
}
.header-mob-wrap .header-mobile .search-panel .search-icon {
  font-size: 1.4em;
  position: absolute;
  right: 96px;
  top: 5px;
}
.header-mob-wrap .header-mobile .search-panel .search-text {
  max-width: 118px;
  font-size: 1.1em;
  line-height: 26px;
  color: #262262;
  border: none;
  background: #dff1fd;
  padding-right: 5px;
}
.header-mob-wrap .header-mobile .search-panel .search-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cbe8fc;
}
.header-mob-wrap .header-mobile .search-panel .search-text::-moz-placeholder { /* Firefox 19+ */
  color: #cbe8fc;
}
.header-mob-wrap .header-mobile .search-panel .search-text:-ms-input-placeholder { /* IE 10+ */
  color: #cbe8fc;
}
.header-mob-wrap .header-mobile .search-panel .search-text:-moz-placeholder { /* Firefox 18- */
  color: #cbe8fc;
}

.main-banner .carousel-fade .carousel-inner {
  /*min-height: 800px;*/
}
.main-banner .carousel-fade .carousel-inner .carousel-item a {
  cursor: pointer;
}
.main-banner .carousel-fade .carousel-inner .carousel-item.active {
  opacity: 1;
}
.main-banner .carousel-fade .carousel-inner .carousel-item .slide-btn {
  text-decoration: none;
  background: #e72141;
  padding: 0px 20px 6px 22px;
  font-family: "Meoded-Pashut-Pro";
  font-weight: 700;
  color: #cbe8fc;
  margin-left: 50px;
  position: relative;
  margin-left: 65px;
  bottom: 0px;
  float: left;
  font-size: 2em;
  position: absolute;
  bottom: 2.6vh;
  left: 0;
}
.main-banner .carousel-fade .carousel-inner .carousel-item .slide-btn::after {
  background-size: 100% 100%;
  background-image: url(../img/arrow.png);
  content: "";
  height: 48px;
  left: -44px;
  position: absolute;
  top: 0px;
  width: 38px;
}
.main-banner .carousel-fade .carousel-inner .carousel-item img {
  width: 100%;
}
.main-banner .slidernav {
  /*position: relative;*/
}
.main-banner .slidernav .inner {
  margin: 0 auto;
  /*width: 50%;*/
  height: 190px;
  margin: 0px auto 0;
  position: absolute;
  bottom: 0px !important;
  z-index: 8 !important;
  top: inherit !important;
}
.main-banner .slidernav .inner .carousel-indicators {
  width: 100%;
  right: 0;
  margin-right: 0px;
  bottom: 0px;
  position: relative;
  float: right;
  width: auto;
  margin: 15px 0 0 0;
}
.main-banner .slidernav .inner .carousel-indicators li {
  height: 26px;
  width: 22px;
  background: transparent url(../img/btn_n.png) no-repeat scroll center top/100% 100%;
}
.main-banner .slidernav .inner .carousel-indicators li.active {
  background: transparent url(../img/btn_na.png) no-repeat scroll center top/100% 100% !important;
}
.main-banner .slidernav .inner .carousel-indicators a {
  background: rgba(0, 0, 0, 0) url(../img/btn_n.png) no-repeat scroll center top/100% 100%;
  display: inline-block;
  border: 0px solid #b8d2d9;
  border-radius: 0;
  height: 26px;
  width: 22px;
  margin-left: 5px;
  font-size: 0px;
}
.main-banner .slidernav .inner .carousel-indicators a:hover, .main-banner .slidernav .inner .carousel-indicators a.active {
  background: rgba(0, 0, 0, 0) url(../img/btn_na.png) no-repeat scroll center top/100% 100%;
}
.main-banner .slidernav .inner .playbuttons {
  margin-right: 0px !important;
  float: right;
  margin-top: 15px;
}
.main-banner .slidernav .inner #pauseButton, .main-banner .slidernav .inner #playButton {
  background: none;
  border: none;
}

.order-form.movie-page-ltr, .movie-page-z.movie-page-ltr {
  direction: ltr;
}
.order-form.movie-page-ltr .dropdown dd ul::after, .movie-page-z.movie-page-ltr .dropdown dd ul::after {
  right: auto;
  left: 10px;
}
.order-form.movie-page-ltr .for-movie-page .header-dropdown-wraper .dropdown dt a, .movie-page-z.movie-page-ltr .for-movie-page .header-dropdown-wraper .dropdown dt a {
  background-position-x: calc(100% - 11px);
}
.order-form .slider-text, .movie-page-z .slider-text {
  padding-right: 20px;
  padding-bottom: 20px;
}
.order-form .slider-text .right-15, .movie-page-z .slider-text .right-15 {
  padding-right: 15px !important;
}
.order-form .slider-text .timehour-link, .movie-page-z .slider-text .timehour-link {
  position: absolute;
  left: 0;
}
.order-form .slider-text .timehour-link span, .movie-page-z .slider-text .timehour-link span {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  text-decoration: underline;
  vertical-align: middle;
  margin-right: 4px;
}
.order-form.red-form, .movie-page-z.red-form {
  width: 100%;
  background: #e72141;
  padding: 0 0px;
  padding-bottom: 43px;
  position: relative;
  /*&.thelet {
      background: #daeefc;
  }*/
}
.order-form.red-form.blue-form, .movie-page-z.red-form.blue-form {
  background-color: #1d1d48;
}
.order-form .title, .movie-page-z .title {
  font-family: "Meoded-Pashut-Pro";
  font-weight: 900;
  text-align: center;
  font-size: 67px;
  color: #cbe8fc;
  /*margin: 0 0 12px 30px;*/
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.order-form label, .movie-page-z label {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid #636267;
  border-radius: 3px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-top: 25px;
  padding-right: 1.1rem;
}
.order-form label span, .movie-page-z label span {
  font-size: 1.2em;
}
.order-form label .custom-control-indicator, .movie-page-z label .custom-control-indicator {
  margin-top: 5px;
  background-color: transparent;
  border: 2px solid #ffffff;
  width: 0.8rem;
  height: 0.8rem;
}
.order-form label .custom-control-input:checked ~ .custom-control-indicator, .movie-page-z label .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #ffffff;
  outline: none !important;
  box-shadow: none !important;
}
.order-form div[data-toggle=buttons] label, .movie-page-z div[data-toggle=buttons] label {
  float: left;
  width: auto;
  padding: 26px 12px 16px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid #636267;
  border-radius: 3px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.order-form div[data-toggle=buttons] label span, .movie-page-z div[data-toggle=buttons] label span {
  font-size: 1.2em;
}
.order-form .header-dropdown-wraper, .movie-page-z .header-dropdown-wraper {
  flex: 0 0 19%;
  max-width: 19%;
  padding: 0;
  margin-left: 13.5px;
}
.order-form .dropdown:hover .search-cont, .movie-page-z .dropdown:hover .search-cont {
  display: flex;
}
.order-form .dropdown .search-cont, .movie-page-z .dropdown .search-cont {
  position: absolute;
  z-index: 9;
  background-color: #cae8fb;
  /*width: 205%;*/
  right: 15px;
  display: none;
  width: 198%;
  height: 20.9rem;
}
.order-form .dropdown .search-cont.closed, .movie-page-z .dropdown .search-cont.closed {
  display: none;
}
.order-form .dropdown .search-cont .m-search, .movie-page-z .dropdown .search-cont .m-search {
  padding: 10px 10px 0 0;
}
.order-form .dropdown .search-cont .m-search ul, .movie-page-z .dropdown .search-cont .m-search ul {
  position: static;
  /*max-height: 367px;*/
  margin-bottom: 0;
  padding-bottom: 10px;
  max-height: 18rem;
}
.order-form .dropdown .search-cont .m-search input, .movie-page-z .dropdown .search-cont .m-search input {
  width: 95%;
  font-size: 16px;
  background-color: #cae8fb;
  border-bottom: 1px solid #a7bcd8;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding-bottom: 10px;
  padding-top: 2px;
  outline: none;
}
.order-form .dropdown .search-cont .m-search input::-webkit-input-placeholder, .movie-page-z .dropdown .search-cont .m-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #150d49;
}
.order-form .dropdown .search-cont .m-search input::-moz-placeholder, .movie-page-z .dropdown .search-cont .m-search input::-moz-placeholder { /* Firefox 19+ */
  color: #150d49;
}
.order-form .dropdown .search-cont .m-search input:-ms-input-placeholder, .movie-page-z .dropdown .search-cont .m-search input:-ms-input-placeholder { /* IE 10+ */
  color: #150d49;
}
.order-form .dropdown .search-cont .m-search input:-moz-placeholder, .movie-page-z .dropdown .search-cont .m-search input:-moz-placeholder { /* Firefox 18- */
  color: #150d49;
}
.order-form .dropdown .search-cont .m-pic, .movie-page-z .dropdown .search-cont .m-pic {
  padding: 0;
  position: relative;
  top: -4.1rem;
}
.order-form .dropdown .search-cont .m-pic.mainlogo, .movie-page-z .dropdown .search-cont .m-pic.mainlogo {
  padding: 20px;
  top: 0 !important;
}
.order-form .dropdown.header-dropdown.b-theater-cont.active .b-theater, .movie-page-z .dropdown.header-dropdown.b-theater-cont.active .b-theater {
  background-image: url(../img/b-arrow-down-cont.png), url(../img/b-theater-cont.png);
}
.order-form .dropdown.header-dropdown.b-movie-cont.active .b-movie, .movie-page-z .dropdown.header-dropdown.b-movie-cont.active .b-movie {
  background-image: url(../img/b-arrow-down-cont.png), url(../img/b-movie-cont.png);
}
.order-form .dropdown.header-dropdown.b-date-cont.active .b-date, .movie-page-z .dropdown.header-dropdown.b-date-cont.active .b-date {
  background-image: url(../img/b-arrow-down-cont.png), url(../img/cal.png);
}
.order-form .dropdown.header-dropdown.b-time-cont.active .b-time, .movie-page-z .dropdown.header-dropdown.b-time-cont.active .b-time {
  background-image: url(../img/b-arrow-down-cont.png), url(../img/time.png);
}
.order-form .dropdown.header-dropdown.active dt a, .movie-page-z .dropdown.header-dropdown.active dt a {
  color: #e72141 !important;
}
.order-form .dropdown.header-dropdown.active, .movie-page-z .dropdown.header-dropdown.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.order-form .dropdown dt, .movie-page-z .dropdown dt {
  background: #e93754;
}
.order-form .dropdown dt a, .movie-page-z .dropdown dt a {
  color: #cbe8fc;
  display: block;
  font-size: 1.4em;
  padding: 16px 50px 17px 10px;
  text-decoration: none;
  color: #f07a8d;
  font-size: 22px;
  background-repeat: no-repeat, no-repeat;
  background-position: left 10px center, right 14px center;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 40px;
  overflow: hidden;
}
.order-form .dropdown dd, .movie-page-z .dropdown dd {
  position: relative;
}
.order-form .dropdown dd ul, .movie-page-z .dropdown dd ul {
  max-height: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 10px;
  top: -2px;
  background: #CAE8FB;
  display: none;
  padding: 8px 0 0 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.order-form .dropdown dd ul li, .movie-page-z .dropdown dd ul li {
  display: block;
  background: #CAE8FB;
}
.order-form .dropdown dd ul li a, .movie-page-z .dropdown dd ul li a {
  padding: 2px 12px 2px 12px !important;
  color: #1d1d48;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  background: none;
  font-weight: 500;
}
.order-form .dropdown dd ul li a:hover, .movie-page-z .dropdown dd ul li a:hover {
  color: #e72141;
  font-size: 22px;
  font-weight: 600;
}
.order-form .dropdown dd ul li a:focus, .movie-page-z .dropdown dd ul li a:focus {
  border: 1px solid;
  padding: 1px;
  margin: 0;
  position: static;
  margin: 1px 0;
  outline: none;
}
.order-form .dropdown dd ul:after, .movie-page-z .dropdown dd ul:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #a7bcd8;
  right: 10px;
  top: 1px;
  z-index: 99;
  width: 92%;
}
.order-form .dropdown dd ul.closed, .movie-page-z .dropdown dd ul.closed {
  display: none;
}
.order-form .dropdown:hover ul, .order-form .dropdown ul.order-dropdown-shown, .movie-page-z .dropdown:hover ul, .movie-page-z .dropdown ul.order-dropdown-shown {
  display: block;
}
.order-form .dropdown.active dt a, .movie-page-z .dropdown.active dt a {
  background-color: #cbe8fc;
}
.order-form .dropdown .b-theater, .movie-page-z .dropdown .b-theater {
  background-image: url(../img/b-arrow-down.png), url(../img/b-theater.png);
  background-position: left 10px center, right 18px center;
}
.order-form .dropdown .b-movie, .movie-page-z .dropdown .b-movie {
  background-image: url(../img/b-arrow-down.png), url(../img/b-movie.png);
}
.order-form .dropdown .b-date, .movie-page-z .dropdown .b-date {
  background-image: url(../img/b-arrow-down.png), url(../img/b-date.png);
}
.order-form .dropdown .b-time, .movie-page-z .dropdown .b-time {
  background-image: url(../img/b-arrow-down.png), url(../img/b-time.png);
}
.order-form .dropdown.preloader dt a, .movie-page-z .dropdown.preloader dt a {
  background: transparent !important;
  color: #cbe8fc !important;
}
.order-form .dropdown.preloader dt a:after, .movie-page-z .dropdown.preloader dt a:after {
  content: "";
  position: absolute;
  border: 3px solid #cbe8fc;
  border-top: 3px solid transparent;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  left: 12px;
  top: 21px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.order-form .submitbtndiv button, .movie-page-z .submitbtndiv button {
  display: block;
  float: left;
  width: 100%;
  height: 66px;
  color: #FFF;
  background: #1d1d48;
  border: none;
  font-family: "Meoded-Pashut-Pro";
  letter-spacing: 1px;
  padding: 0 0 4px;
  cursor: pointer;
  color: #cbe8fc;
  font-size: 24px;
  font-weight: 700;
}

.padding-all-pages {
  background-color: #daeefc;
}

.padding-top-all {
  padding-top: 40px;
}

.movie-page-z {
  text-align: start;
}
.movie-page-z .for-movie-page .header-dropdown-wraper {
  width: 100%;
  margin-left: auto;
  margin-bottom: 70px;
  flex: 0 0 32%;
  max-width: 32%;
}
.movie-page-z .for-movie-page .header-dropdown-wraper .dropdown dt {
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 5px 7px -8px rgba(41, 41, 41, 0.8);
  -moz-box-shadow: 0px 5px 7px -8px #292929;
  box-shadow: 0px 5px 7px -8px #292929;
}
.movie-page-z .for-movie-page .header-dropdown-wraper .dropdown dt a {
  background: url(../img/arrowdb.png) 11px center no-repeat;
}
.movie-page-z .for-movie-page .dropdown ul {
  padding-top: 0;
}
.movie-page-z .for-movie-page .dropdown.header-dropdown a {
  color: #1d1d49;
}
.movie-page-z .for-movie-page .dropdown.header-dropdown.active a {
  background: #1D1D48 !important;
  color: #cbe8fc !important;
}
.movie-page-z .order-movie {
  color: #1d1d48;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 800;
  margin-top: 50px;
}
.movie-page-z .movie-slider-page .movie-slider-page-img img {
  width: 100%;
}
.movie-page-z .slider-title .mnav {
  font-size: 1.3em !important;
  color: #e72241 !important;
  text-align: left;
  font-weight: 800;
}
.movie-page-z .slider-title .mnav a {
  color: #e72241 !important;
  font-size: 1em !important;
}
.movie-page-z .slider-title .mnav span {
  font-weight: 400;
  font-size: 0.8em;
  margin: 0 2px 0 2px;
  padding: 0 2px 0 2px;
  /* float: left; */
  line-height: 25px;
  margin: 0 10px;
}
.movie-page-z .slider-title .title {
  margin: 0 0 15px 0;
  font-weight: 800;
  font-size: 2em;
  color: #e72241;
  -webkit-font-smoothing: antialiased;
}
.movie-page-z .movie-tak {
  margin-bottom: 17px;
  font-size: 1.3em;
  font-weight: bold;
  color: #1d1d49;
}
.movie-page-z .movie-about {
  padding-bottom: 30px;
}
.movie-page-z .movie-about .tak p, .movie-page-z .movie-about .tak {
  color: #1d1d48;
  font-weight: 200;
  font-family: inherit;
}
.movie-page-z .movie-about .tak * {
  font-size: 17px !important;
  font-weight: normal !important;
}
.movie-page-z .movie-about .sivug p {
  font-size: 1.3em;
  color: #1d1d49;
  margin-bottom: 0;
  font-weight: 200;
}
.movie-page-z .movie-about .sivug p span {
  font-weight: 700;
}

.mondial-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.mondial-page .page-logos {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 80px;
}
.mondial-page .page-logos > div:first-of-type {
  margin-left: 20px;
}
.mondial-page .page-title {
  text-align: center;
}
.mondial-page .page-subtitle {
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 40px;
}
.mondial-page .page-content-section {
  width: 800px;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  position: relative;
  z-index: 2;
}
.mondial-page .page-content-section .page-content-part {
  width: 40%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}
.mondial-page .page-content-section .page-content-part.stage-part {
  width: 20%;
  font-weight: 700;
  font-size: 48px;
}
.mondial-page .page-content-section.last-section {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.mondial-page .page-content-link {
  font-size: 30px;
  color: #262262;
  display: block;
  width: 100%;
  padding: 0 14px;
  margin-bottom: 20px;
}
.mondial-page .page-content-link.last-line-link {
  margin-bottom: 0;
}
.mondial-page .page-content-link .link-text {
  display: flex;
  width: 100%;
  background-color: #fff;
  line-height: 1;
  padding: 10px 8px;
  justify-content: center;
  border-radius: 30px;
}
.mondial-page .page-content-link .link-text .link-date {
  color: #fcc760;
}
.mondial-page .bottom-promo {
  text-align: center;
  position: relative;
  top: -15px;
}
.mondial-page .bottom-terms {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.1;
}

.movies {
  padding-top: 80px;
  position: relative;
  padding-top: 78px;
  padding-bottom: 10px;
}
.movies .shows-thea {
  font-weight: 900;
  font-size: 3.1em;
  color: #cbe8fc;
  margin-top: -58px;
  margin-bottom: 20px;
}
.movies .movie-menu ul {
  float: right;
  margin: 12px 0px 0 0;
  padding: 0;
  margin-bottom: 25px;
}
.movies .movie-menu ul li {
  display: inline-block;
  background: url(../img/movie-menu-diveder_03.png) no-repeat right;
  margin-left: 45px;
  padding-right: 45px;
  vertical-align: middle;
  float: right;
}
.movies .movie-menu ul a {
  font-family: "Meoded-Pashut-Pro";
  color: #6c6c88;
  text-decoration: none;
  font-size: 1.3em;
}
.movies .movie-menu ul a:hover {
  text-decoration: none;
}
.movies .movie-menu ul li .active-cat {
  float: right;
  font-family: "Meoded-Pashut-Pro";
  font-weight: 900;
  font-size: 3.1em;
  color: #cbe8fc;
  margin-top: -22px;
  -webkit-font-smoothing: antialiased;
}
.movies .movie-menu ul li:first-child {
  padding-right: 0px;
  background: none;
}
.movies .movie-thumb {
  /* entire container, keeps perspective */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* flip the pane when hovered */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
.movies .movie-thumb .flip-container {
  perspective: 1800px;
  margin-bottom: 30px;
}
.movies .movie-thumb .flip-container.onhover:not(.hover) .front {
  display: none;
}
.movies .movie-thumb .flip-container.onhover:not(.hover) .back {
  transform: rotateY(0);
}
.movies .movie-thumb .flip-container, .movies .movie-thumb .front, .movies .movie-thumb .back {
  width: 255px;
  height: 377px;
}
.movies .movie-thumb .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.movies .movie-thumb .flipper .flipper-oscar {
  position: absolute;
  width: 70px;
  z-index: 123;
  left: -6px;
  bottom: 12%;
}
.movies .movie-thumb .front, .movies .movie-thumb .back {
  /*backface-visibility: hidden;*/
  position: absolute;
  top: 0;
  left: 0;
}
.movies .movie-thumb .flip-container:not(:focus):hover .flipper, .movies .movie-thumb .flip-container.hover .flipper {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  /*.front {
      visibility:hidden;
  }*/
}
.movies .movie-thumb .flip-container:not(:focus):hover .flipper .back, .movies .movie-thumb .flip-container.hover .flipper .back {
  visibility: visible;
}
.movies .movie-thumb .front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg) translateZ(1px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.movies .movie-thumb .front img.flip-thumb {
  max-height: 377px;
  /*height: 377px;*/
  width: 100%;
  z-index: 100;
}
.movies .movie-thumb .front h2 {
  font-size: 1.3em;
  bottom: 19px;
  font-family: "Meoded-Pashut-Pro";
  width: 69%;
  line-height: 18px;
  opacity: 0.6;
  text-align: right;
  position: absolute;
  color: #cbe8fc;
  margin: 0;
  right: 15px;
  padding: 0;
  z-index: 3;
}
.movies .movie-thumb .front .future-film {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  background-color: #de0032;
  /*padding: 8px 36px 8px 10px;*/
  padding: 8px 45px 8px 18px;
  background-image: url(/img/calendar-white.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 10px);
}
.movies .movie-thumb .front .movie-dark-layer {
  background-image: url(../img/movie-dark-layer-move.png);
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  width: 100%;
  height: 58px;
  bottom: 0;
  z-index: 1;
}
.movies .movie-thumb .back {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  /*z-index: 99;*/
}
.movies .movie-thumb .back .flip-1 {
  padding: 10px 16px !important;
  background: #CAE8FB;
  z-index: 9;
  top: 0;
  text-align: right;
  width: 100% !important;
  min-height: 377px;
}
.movies .movie-thumb .back .flip-1 .flip-play-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  background: url(../img/finel-div-img.jpg) no-repeat scroll center top;
  height: 28px;
  width: 41px;
}
.movies .movie-thumb .back .flip-1 .title {
  margin-left: 20%;
  width: 80%;
  margin: 5px 0 5px 0;
  font-size: 1.5em;
  font-weight: 900;
  color: #1d1d49;
  line-height: 18px;
  min-height: 32px;
}
.movies .movie-thumb .back .flip-1 .sub-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 16px;
  float: right;
  padding-left: 40px;
  width: 100%;
  padding-top: 0;
  margin: 0;
  padding-bottom: 13px;
}
.movies .movie-thumb .back .flip-1 p {
  font-family: "Meoded-Pashut-Pro";
  font-weight: 100;
  color: #1d1d49;
  font-size: 1.2em;
  line-height: 18px;
  margin: 0;
  width: 100%;
  max-height: 55px;
  overflow: hidden;
}
.movies .movie-thumb .back .flip-1 .flip_content {
  margin-bottom: 10px;
}
.movies .movie-thumb .back .flip-1 .flip-link {
  font-weight: bold;
}
.movies .movie-thumb .back .flip-1 .flip-link span {
  font-weight: normal;
}
.movies .movie-thumb .back .flip-1 ul {
  padding: 0;
  margin: 11px 0 0 0;
  position: absolute;
  bottom: 0px;
  width: 88%;
  min-width: 209px;
}
.movies .movie-thumb .back .flip-1 ul li {
  display: block;
  cursor: pointer;
  background-color: #e72141;
  margin-bottom: 12px;
}
.movies .movie-thumb .back .flip-1 ul li a {
  font-family: "Meoded-Pashut-Pro";
  padding: 3px 40px 8px 10px;
  font-size: 1.5em;
  display: block;
  color: #cbe8fc;
  font-size: 1.3em;
  font-weight: normal;
  padding: 3px 2px 8px 0px;
  text-align: center;
}
.movies .movie-thumb .back .flip-1 ul li a .future-movie-calendar-back {
  position: relative;
  bottom: 2px;
  margin-left: 10px;
  max-width: 100%;
  height: auto;
}
.movies .movie-thumb .back .flip-1 ul li a:hover {
  text-decoration: none;
}
.movies .movie-thumb .back .flip-1 ul li.activ {
  background-color: #1d1d48;
}
.movies .movie-thumb .back .flip-2 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 35px 19px 94px 18px;
  z-index: 9;
  top: 0;
  background: #e72141;
}
.movies .movie-thumb .back .flip-2 .close {
  cursor: pointer;
  position: absolute;
  color: #aee8fb;
  top: 8px;
  right: 8px;
  opacity: inherit;
  font-size: 19px;
}
.movies .movie-thumb .back .flip-2 .sub-title {
  font-size: 1.3em;
  color: #cbe8fc;
  margin: 0px;
  font-weight: 200;
}
.movies .movie-thumb .back .flip-2 .title {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1em;
  color: #cbe8fc;
  margin: 0 0 38px 0;
}
.movies .movie-thumb .back .flip-2 .movie-drop-down .header-dropdown-wraper {
  padding: 0;
}
.movies .movie-thumb .back .flip-2 .movie-drop-down .header-dropdown-wraper .dropdown .order-dropdown-shown {
  display: block !important;
}
.movies .movie-thumb .back .flip-2 .movie-drop-down .header-dropdown-wraper .dropdown:hover .list-show {
  display: block;
}
.movies .movie-thumb .back .flip-2 .movie-drop-down .header-dropdown-wraper .dropdown.active dt {
  background: #CAE8FB;
}
.movies .movie-thumb .back .flip-2 .movie-drop-down .header-dropdown-wraper .dropdown.active dt a {
  background: url(../img/arrowd.png) 11px center no-repeat;
  color: #1D1D48;
}
.movies .movie-thumb .back .flip-2 .movie-drop-down .header-dropdown-wraper .dropdown.active .list-show-wrap {
  border-top: 2px solid red;
}
.movies .movie-thumb .back .flip-2 .movie-drop-down .header-dropdown-wraper .dropdown dt {
  background: #ec4c66;
}
.movies .movie-thumb .back .flip-2 .movie-drop-down .header-dropdown-wraper .dropdown dt a {
  background: url(../img/arrowdb.png) 11px center no-repeat;
  font-size: 1.3em;
  padding: 3px 16px 6px 10px;
  display: block;
  color: #CAE8FB;
}
.movies .movie-thumb .back .flip-2 .movie-drop-down .header-dropdown-wraper .dropdown dd {
  position: absolute;
  width: 100%;
  z-index: 9;
  max-height: 140px;
  overflow: hidden;
  overflow-y: auto;
}
.movies .movie-thumb .back .flip-2 .movie-drop-down .header-dropdown-wraper .dropdown dd .list-show {
  background: rgb(202, 232, 251);
  list-style: none;
  padding: 0px;
  display: none;
  z-index: 9;
  margin-bottom: 0;
}
.movies .movie-thumb .back .flip-2 .movie-drop-down .header-dropdown-wraper .dropdown dd .list-show.closed {
  display: none;
}
.movies .movie-thumb .back .flip-2 .movie-drop-down .header-dropdown-wraper .dropdown dd .list-show .list-show-wrap {
  /*max-height: 184px;*/
  text-align: right;
  padding: 0px 7px;
  margin: 0 10px;
}
.movies .movie-thumb .back .flip-2 .movie-drop-down .header-dropdown-wraper .dropdown dd .list-show .list-show-wrap .movie-link {
  color: #1D1D48;
  padding: 0;
  font-size: 1.1em;
}
.movies .movie-more {
  /*padding: 0;*/
  margin: 38px 0px 0 0px;
  text-align: center;
  float: left;
  width: 100%;
}
.movies .movie-more a {
  font-family: "Meoded-Pashut-Pro";
  background-color: #6c6c88;
  color: #cbe8fc;
  font-size: 1.8em;
  margin: 0;
  padding: 0px 0 7px 0;
  cursor: pointer;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #cbe8fc;
  width: 100%;
  float: left;
  padding-bottom: 6px;
}

.locations-grid .loc-wrapper {
  padding: 0 10px;
}
.locations-grid .loc-wrapper .theatre-a {
  position: relative;
  min-height: 257px;
  background-color: #333357;
  margin-bottom: 30px;
}
.locations-grid .loc-wrapper .theatre-a a {
  display: block;
}
.locations-grid .loc-wrapper .theatre-a:hover .main-pic {
  visibility: hidden;
}
.locations-grid .loc-wrapper .theatre-a:hover .second-pic {
  display: block;
}
.locations-grid .loc-wrapper .theatre-a .second-pic {
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
}
.locations-grid .loc-wrapper .theatre-a .theatre-b {
  position: absolute;
  bottom: 0px;
  font-size: 1.3em;
  bottom: 19px;
  line-height: 18px;
  opacity: 0.7;
  color: #cbe8fc;
  z-index: 8;
  right: 15px;
}
.locations-grid .loc-wrapper .theatre-a .movie-dark-layer {
  background-image: url(../img/movie-dark-layer-move.png);
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  width: 100%;
  height: 58px;
  bottom: 0;
  z-index: 1;
}

.lower-sectiom {
  background-color: #e72141;
  padding: 94px 0 82px 0;
}
.lower-sectiom .section1 {
  padding: 0;
  margin-bottom: 90px;
  margin-left: 0px;
  margin-right: 0px;
}
.lower-sectiom .section1 .FooterHalfSize, .lower-sectiom .section1 .FooterFullSize {
  margin-bottom: 30px;
}
.lower-sectiom .section1 > .FooterHalfSize:nth-child(odd) {
  padding-right: 0;
}
.lower-sectiom .section1 > .FooterHalfSize:nth-child(even) {
  padding-left: 0;
}
.lower-sectiom .section1 > .FooterFullSize {
  padding-left: 0;
  padding-right: 0;
}
.lower-sectiom .section1.footer-banners img {
  margin-bottom: 12px;
}
.lower-sectiom .section1 .non-equal-banners {
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
  flex-wrap: wrap;
}
.lower-sectiom .section1 .non-equal-banners .footer-banners-col {
  padding: 0 6px;
  width: 50%;
}
.lower-sectiom .section1 .lower-section-part-1 {
  background: #eb4963;
  width: 100%;
  text-align: right;
  padding: 65px 40px 22px;
  direction: rtl;
}
.lower-sectiom .section1 .lower-section-part-1 .title {
  font-family: "Meoded-Pashut-Pro";
  font-weight: 900;
  font-size: 2.85em;
  color: #cbe8fc;
  margin: 7px 0 16px 0;
  padding-bottom: 8px;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
}
.lower-sectiom .section1 .lower-section-part-1 li a {
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  margin-top: 15px;
  display: block;
  position: relative;
}
.lower-sectiom .section1 .lower-section-part-1 p, .lower-sectiom .section1 .lower-section-part-1 a {
  font-family: "Meoded-Pashut-Pro";
  font-weight: 300;
  color: #cbe8fc;
  font-size: 1.3em;
  margin-bottom: 3px;
  line-height: 12px;
  margin-bottom: 12px;
}
.lower-sectiom .section1 .lower-section-part-1 .last {
  font-size: 1.1em;
  font-family: "Meoded-Pashut-Pro";
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 30px;
  cursor: pointer;
}
.lower-sectiom .section1 #menu-most-watched {
  margin-top: 15px;
}
.lower-sectiom .section1 #menu-most-watched li {
  float: right;
  width: 18%;
  margin-right: 2%;
  text-align: center;
  color: #FFF;
  list-style: none;
  position: relative;
}
.lower-sectiom .section1 #menu-most-watched li .counter {
  position: absolute;
  width: 100%;
  height: 82px;
  background: url(../img/circle.png) center center no-repeat;
  top: -40px;
  font-size: 4em;
  font-family: "Meoded-Pashut-Pro";
  font-weight: 900;
  color: #1d1d48;
  line-height: 60px;
  left: 0;
  right: 0;
}
.lower-sectiom .foot-slider {
  margin-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
}
.lower-sectiom .section2 {
  padding-bottom: 48px;
  border-bottom: 3px solid #ef687e;
  min-height: 3px;
  min-width: 100%;
}
.lower-sectiom .sectin-wedgits {
  margin: 0;
  padding-top: 56px;
}
.lower-sectiom .sectin-wedgits .widget {
  float: right;
  padding: 0;
  width: 20%;
}
.lower-sectiom .sectin-wedgits .widget .sub-form {
  margin-top: 25px;
}
.lower-sectiom .sectin-wedgits .widget .sub-form .alert-success {
  color: #ffffff;
  background-color: #e72141;
  font-size: 20px;
  text-align: center;
}
.lower-sectiom .sectin-wedgits .widget .sub-form .inner-cont label span {
  margin-left: 230px;
}
.lower-sectiom .sectin-wedgits .widget .widgettitle {
  font-family: "Meoded-Pashut-Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 1.5em;
  color: #cbe8fc;
  margin-top: 0px;
  text-align: right;
  font-weight: 700;
}
.lower-sectiom .sectin-wedgits .widget .menu {
  list-style: outside none none;
  padding-right: 0;
  text-align: right;
}
.lower-sectiom .sectin-wedgits .widget .menu .menu-item {
  line-height: 16px;
  margin-bottom: 10px;
}
.lower-sectiom .sectin-wedgits .widget .menu .menu-item a {
  color: #cbe8fc;
  font-size: 1.3em;
  font-weight: 300;
  text-decoration: none;
  font-weight: 300;
}
.lower-sectiom .sectin-wedgits .widget.widget_text {
  width: 40%;
  float: left;
}
.lower-sectiom .sectin-wedgits .widget .wedgt-social {
  display: flex;
  justify-content: end;
}
.lower-sectiom .sectin-wedgits .widget .wedgt-social a {
  display: block;
}
.lower-sectiom .sectin-wedgits .widget .wedgt-social a + a {
  margin-right: 10px;
}
.lower-sectiom .sectin-wedgits .widget .wedgt-social img {
  max-height: 27px;
}
.lower-sectiom .sectin-wedgits .widget .wedgt-social p {
  font-weight: 700;
  font-size: 1.3em;
  color: #cbe8fc;
  margin: 25px 0 3px;
  max-width: 241px;
  text-align: left;
}
.lower-sectiom .sectin-wedgits .widget .wedgt-social .fa.fa-facebook, .lower-sectiom .sectin-wedgits .widget .wedgt-social .fa.fa-instagram, .lower-sectiom .sectin-wedgits .widget .wedgt-social .fa.fa-youtube, .lower-sectiom .sectin-wedgits .widget .wedgt-social .fa.fa-snapchat-ghost {
  width: auto;
  font-size: 25px;
  overflow: hidden;
  padding-top: 2px;
  margin-right: 3px;
  cursor: pointer;
  color: #cae7fb;
}
.lower-sectiom .sectin-wedgits .widget .wedgt-search {
  color: #cbe8fc;
  font-size: 1.5em;
  text-align: right;
  font-weight: 300;
}
.lower-sectiom .sectin-wedgits .widget .search-input {
  height: 38px;
  width: 309px;
  border: none;
  background: #ef6e83;
  font-size: 16px;
  padding-right: 11px;
}
.lower-sectiom .sectin-wedgits .widget .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.lower-sectiom .sectin-wedgits .widget .search-input::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.lower-sectiom .sectin-wedgits .widget .search-input:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.lower-sectiom .sectin-wedgits .widget .search-input:-moz-placeholder { /* Firefox 18- */
  color: white;
}
.lower-sectiom .sectin-wedgits .widget .SubmitContact {
  background: #1d1d48;
  border-color: #1d1d48;
}

.footer {
  background: #1d1d48;
  text-align: center;
  padding: 15px 0;
}
.footer p {
  text-align: right;
  width: 100%;
  margin: 0 auto;
  font-size: 1.2em;
  color: #cbe8fc;
}
.footer p a {
  color: #cbe8fc;
}
.footer p span {
  float: left;
  font-size: 16px;
  font-weight: normal;
  font-weight: 300;
}

.mob-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 90;
  display: none;
  padding: 12px 0 7px 0;
  text-align: center;
  background: #e72141;
  transition: transform 400ms ease 0s;
  transform: translate(0px);
  display: block;
  font-size: 0.7em;
  z-index: 9999;
}
.mob-footer ul {
  padding: 0;
  margin: 0;
  margin-left: 10px;
}
.mob-footer ul .mob-footer-img1 {
  background-image: url(../img/footer-6.svg);
}
.mob-footer ul .mob-footer-img3 {
  background-image: url(../img/footer-7.svg);
}
.mob-footer ul .mob-footer-img4 {
  /*background-image: url(../img/footer-4.svg);*/
  background-image: url(../img/children.png);
}
.mob-footer ul .mob-footer-img5 {
  background-image: url(../img/footer-2.svg);
}
.mob-footer ul .mob-footer-img2 {
  background-image: url(../img/footer-5.svg);
}
.mob-footer ul li {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center top;
  width: 20%;
  float: left;
  background-size: 20px 22px;
}
.mob-footer ul li a {
  padding: 20px 0px 0 0px;
  color: #cae7fb;
  display: block;
}

.page-wrap {
  padding-bottom: 120px;
}
.page-wrap .page-head {
  margin-bottom: 12px;
}

.contact-page .contact-form label {
  color: #e72141;
  font-size: 1.2em;
  margin-bottom: 3px;
  font-weight: 600;
}
.contact-page .contact-form select {
  box-shadow: 0 5px 7px -8px rgb(41, 41, 41);
  color: #1d1d49;
  background: #ddf5fe url(../img/arrowd.png) no-repeat scroll 10px center;
  padding: 3px 7px 6px 10px;
  border: none;
  width: 100%;
  border: none !important;
  -webkit-appearance: none;
  font-size: 1.1em;
}
.contact-page .contact-form .pad-down {
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .contact-page .contact-form .gg-2 .col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.contact-page .contact-form .text-danger {
  margin-right: 6px;
}
.contact-page .contact-form input {
  background: #ddf5fe;
  box-shadow: 0 5px 7px -8px rgb(41, 41, 41);
  color: #1d1d49;
  font-size: 1.1em;
  padding: 3px 12px 6px 10px;
  border: none;
  width: 100%;
}
.contact-page .contact-form textarea {
  box-shadow: 0 5px 7px -8px rgb(41, 41, 41);
  color: #1d1d49;
  font-size: 1.1em;
  background: #ddf5fe;
  padding: 3px 9px 6px 10px;
  border: none;
  width: 100%;
}
.contact-page .contact-form .submit-contact {
  position: relative;
}
.contact-page .contact-form .submit-contact .for-pre {
  float: left;
  margin-top: 36px;
}
.contact-page .contact-form .submit-contact.preloader .for-pre:after {
  content: "";
  position: absolute;
  border: 3px solid #cbe8fc;
  border-top: 3px solid transparent;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  left: 22px;
  top: 21px;
  animation: spin 1s linear infinite;
}
.contact-page .contact-form .submit-contact .left {
  padding-left: 15px;
}
.contact-page .contact-form .submit-contact .left .SubmitContact {
  background: #e72141;
  color: #FFFFFF;
  text-align: center;
  border: none;
  box-shadow: 0 5px 7px -8px rgb(41, 41, 41);
  height: 39px;
  width: 116px;
}

.index-movies-mob .movie-more {
  margin-bottom: 30px;
}

.mini-wrap .mini-text {
  text-align: center;
  background-color: white;
  /*padding: 20px 0px;*/
  padding: 20px 0px 95px 0;
  font-size: 50px;
}
.mini-wrap .mini-text img {
  /*margin-left: 30px;*/
}

.page-order .order-form {
  padding: 15px;
}
.page-order .order-form label {
  display: none;
}
.page-order .order-form .title {
  font-size: 1.5em;
  line-height: 1em;
}

.timehour-page, .comingsoon-page {
  /*background-color: #1d1d48;*/
}
.timehour-page .wraper .header-sort, .comingsoon-page .wraper .header-sort {
  padding-right: 10px;
  color: #cbe8fc;
  font-size: 2em;
  margin-top: 14px;
  margin-bottom: 14px;
}
.timehour-page .wraper .sort-by-place, .comingsoon-page .wraper .sort-by-place {
  margin-bottom: 11px;
  padding: 0 10px;
}
.timehour-page .wraper .sort-by-place #mrmenu, .comingsoon-page .wraper .sort-by-place #mrmenu {
  background: url(../img/arrowd.png) 11px center no-repeat #cff1fd;
  color: #1d1d49 !important;
  display: block;
  font-size: 1.4em;
  padding: 3px 12px 6px 10px;
  text-decoration: none;
}
.timehour-page .wraper .sort-by-place .toplocation, .comingsoon-page .wraper .sort-by-place .toplocation {
  background: #cff1fd;
  height: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.timehour-page .wraper .sort-by-place .toplocation.open, .comingsoon-page .wraper .sort-by-place .toplocation.open {
  height: auto !important;
  visibility: visible !important;
}
.timehour-page .wraper .sort-by-place .toplocation .menu-mobile-location-menu, .comingsoon-page .wraper .sort-by-place .toplocation .menu-mobile-location-menu {
  padding-left: 15px;
  padding-right: 15px;
  max-height: 18rem;
  overflow: auto;
}
.timehour-page .wraper .sort-by-place .toplocation .menu-mobile-location-menu .places-item, .comingsoon-page .wraper .sort-by-place .toplocation .menu-mobile-location-menu .places-item {
  display: block;
  border-bottom: 2px solid #df6680;
  padding: 10px 0;
}
.timehour-page .wraper .sort-by-place .toplocation .menu-mobile-location-menu .places-item:last-child, .comingsoon-page .wraper .sort-by-place .toplocation .menu-mobile-location-menu .places-item:last-child {
  border-bottom: none;
}
.timehour-page .wraper .sort-by-place .toplocation .menu-mobile-location-menu .places-item a, .comingsoon-page .wraper .sort-by-place .toplocation .menu-mobile-location-menu .places-item a {
  font-size: 1.15em;
  color: #1d1d49;
}
.timehour-page .wraper .movie-more, .comingsoon-page .wraper .movie-more {
  text-align: center;
  background-color: #6c6c88;
  color: #cbe8fc;
  font-size: 1.8em;
  cursor: pointer;
  letter-spacing: 0.5px;
  margin: 30px 0;
  width: 100%;
}

.time-wrap {
  padding: 10px;
}
.time-wrap .hold-pic {
  position: relative;
}
.time-wrap .hold-pic .movie-name {
  position: absolute;
  bottom: 0px;
  font-size: 1.3em;
  color: #cbe8fc;
  line-height: 17px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px;
  min-height: 54px;
  right: 0;
}
.time-wrap .lower-section {
  padding-top: 7px;
}
.time-wrap .lower-section .movie-hour {
  color: #CAE8FB;
  float: right;
  text-align: right;
  direction: rtl;
  width: 20%;
  line-height: 13px;
  font-size: 18px;
}
.time-wrap .lower-section .order-movie {
  background: #E72141;
  color: #CAE8FB;
  float: left;
  text-align: center;
  direction: rtl;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 14px;
  padding-bottom: 4px;
  margin-top: 2px;
  font-size: 16px;
}

.distributor-page .location-head-m {
  background-color: #cae8fb;
  padding-top: 50px;
}
.distributor-page .location-head-m .page-head {
  position: absolute;
  font-size: 130px;
  line-height: 100px;
  top: 190px;
  padding-right: 15px;
  max-width: 800px;
}
.distributor-page .com-head {
  font-size: 43px;
  font-weight: 800;
  line-height: 42.6px;
  color: #e72141;
  margin-bottom: 20px;
}
.distributor-page .com-content {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 80px;
}
.distributor-page .com-logo img {
  max-width: 160px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 110px;
}

.birthday-page {
  padding: 0;
  background-color: #cff1fd;
}
.birthday-page .bd-other {
  color: #009cff;
  position: relative;
  top: -20vh;
}
.birthday-page .bd-other .bd-head {
  font-size: 45px;
  font-weight: 600;
  line-height: 33px;
}
.birthday-page .bd-other .bd-head.m-fix {
  margin-top: 60px;
  margin-bottom: 40px;
}
.birthday-page .bd-other .bd-cont {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 60px;
}
.birthday-page .bd-other .bd-orders {
  background-color: #fbbc37;
  color: #009cff;
  padding: 18px;
}
.birthday-page .bd-other .bd-orders .bd-order-cont {
  font-size: 19px;
  line-height: 24px;
}
.birthday-page .bd-other .bd-orders .bd-order-cont .theather {
  font-weight: 800;
}
.birthday-page .bd-other .bd-orders .bd-order-cont .phone {
  font-weight: 600;
}
.birthday-page .bd-other .bd-gallery .col-sm-3 {
  padding: 7px;
}
.birthday-page .bd-other .bd-gallery img {
  width: 372px;
  max-height: 231px;
}

@media (min-width: 1700px) {
  .container {
    width: 88%;
    max-width: 1546px;
  }
  .movie-thumb {
    max-width: 296px;
  }
}
@media (min-width: 1730px) {
  .movie-thumb {
    max-width: 257px !important;
  }
  .movie-thumb .flip-container {
    margin-bottom: 23px !important;
  }
  .movie-thumb .flip-container, .movie-thumb .front, .movie-thumb .back {
    width: 236px !important;
    height: 350px !important;
  }
  .movie-thumb .front img.flip-thumb {
    height: unset !important;
    width: unset !important;
    max-height: 350px !important;
    min-height: 350px !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .movie-thumb .back .flip-1 {
    min-height: 350px !important;
  }
}
.onyx-page .d1 {
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 22px;
  color: #10102B;
}
.onyx-page .d1::after {
  content: "";
  border-bottom: 3px solid #000;
  max-width: 290px;
  height: 2px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 14px;
}
.onyx-page .d2 {
  color: #10102B;
  font-size: 23px;
  margin-bottom: 20px;
}
.onyx-page .d3 {
  max-width: 873px;
  margin: 0 auto;
  text-align: right;
  font-weight: 500;
  line-height: 20px;
  padding: 30px 70px 20px 0;
  margin-bottom: 60px;
}
.onyx-page .d3 span {
  color: black;
}
.onyx-page .d4 {
  max-width: 690px;
  margin: 0 auto;
  margin-bottom: 40px;
  height: 400px;
  max-height: 400px;
}
.onyx-page .d5 {
  padding-bottom: 30px;
  width: 1100px;
  margin: 0 auto;
  max-width: 100%;
}

.cinemaday-page {
  margin-top: -23px;
  background-color: #111235;
}
.cinemaday-page > .container-fluid {
  background: url(/img/cinemaday-bg.png) no-repeat top;
  background-size: 100%;
}
.cinemaday-page > .container-fluid .cinemaday-action {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.cinemaday-page > .container-fluid .cinemaday-cinema-pic {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.cinemaday-page > .container-fluid .cinemaday-bottom-pic {
  position: absolute;
  bottom: 0%;
  left: 50%;
  z-index: 1;
}
.cinemaday-page > .container-fluid .popcorn1-mob {
  display: none;
}
.cinemaday-page .movies {
  padding-top: 3rem;
}
.cinemaday-page .movies #moviesContainer {
  position: relative;
}
.cinemaday-page .movies #moviesContainer .movie-wrapper {
  position: relative;
  top: -6rem;
}
.cinemaday-page .movies #moviesContainer .movie-wrapper .top-popcorn {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cinemaday-page .movies #moviesContainer .movie-wrapper .top-popcorn .top-popcorn-right, .cinemaday-page .movies #moviesContainer .movie-wrapper .top-popcorn .top-popcorn-left {
  position: absolute;
  z-index: 1;
}
.cinemaday-page .movies #moviesContainer .movie-wrapper .top-popcorn .top-popcorn-right {
  right: 2%;
}
.cinemaday-page .movies #moviesContainer .movie-wrapper .top-popcorn .top-popcorn-left {
  left: 1%;
  transform: translateY(-42%);
}
.cinemaday-page .movies #moviesContainer .movie-wrapper .cinemaday-cinema-mob {
  display: none;
}
.cinemaday-page .movies #moviesContainer .movie-wrapper .movie-thumb {
  max-width: 357px !important;
  margin-top: 2rem;
}
.cinemaday-page .movies #moviesContainer .movie-wrapper .movie-thumb .flip-container {
  margin-left: auto;
  margin-right: auto;
}

.datepicker-dropdown.dropdown-menu {
  right: auto;
  margin-top: 180px;
}

.form-control:focus {
  outline: 1px solid #000;
}

.career-page {
  line-height: 1;
  color: #150d49;
}
.career-page .btn {
  font-size: 1.5rem;
  background-color: #e72141;
  color: #000;
  font-weight: 700;
  display: inline-flex;
  padding: 0.9rem 2.5rem;
  border-radius: 0;
}
.career-page .top-bg {
  background: url(/img/career-topbg2.jpg);
  height: 800px;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.career-page .top-bg .top-text-wrapper {
  position: absolute;
  top: 25%;
  color: #c7eafc;
}
.career-page .top-bg .top-text-wrapper h1, .career-page .top-bg .top-text-wrapper .second-text {
  line-height: 1;
  font-weight: 900;
}
.career-page .top-bg .top-text-wrapper h1 {
  font-size: 5.438rem;
  margin-bottom: 0;
}
.career-page .top-bg .top-text-wrapper .second-text {
  font-size: 4.188rem;
}
.career-page .top-bg .top-text-wrapper h2 {
  font-size: 2rem;
  color: #fff;
}
.career-page .top-bg .top-text-wrapper h2 img {
  position: relative;
  bottom: 1rem;
  display: inline-block;
  max-width: 3rem;
  margin: 0 0.3rem;
}
.career-page .career-subheader {
  color: #e72141;
  font-size: 3.75rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 2.2rem;
  margin-top: 2.3rem;
}
.career-page .lookingForSection {
  background-color: #150d49;
}
.career-page .lookingForSection .trailerWrapper {
  position: relative;
  text-align: center;
  top: -21rem;
}
.career-page .lookingForSection .contentUp {
  margin-top: -18rem;
}
.career-page .lookingForSection .contentUp .career-col-header {
  font-size: 2.625rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.career-page .lookingForSection .contentUp .career-col-header img {
  margin-left: 1rem;
  max-width: 3.4rem;
  max-height: 50px;
}
.career-page .lookingForSection .contentUp .career-description {
  width: 400px;
  max-width: 100%;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #fff;
  font-weight: 400;
  opacity: 0.7;
}
.career-page .lookingForSection .lokingForLink {
  font-size: 1.5rem;
  background-color: #e72141;
  color: #000;
  font-weight: 700;
  display: inline-flex;
  padding: 0.9rem 2.5rem;
  line-height: 1;
}
.career-page .lookingForSection .popcorn-bg {
  background-image: url(/img/career-popcorn-bg.png);
  height: 237px;
  background-repeat: no-repeat;
  background-size: cover;
}
.career-page .aboutUsSection {
  padding-bottom: 5rem;
}
.career-page .aboutUsSection .aboutUsSummary {
  text-align: center;
  font-size: 1.875rem;
  color: #150d49;
  margin-bottom: 2.2rem;
}
.career-page .aboutUsSection .aboutUsSummary span {
  display: block;
}
.career-page .aboutUsSection .career-dialogs .left-col-margin {
  margin-top: 8.125rem;
}
.career-page .aboutUsSection .career-dialogs .carrer-dialog {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 12rem;
  margin-bottom: 3rem;
}
.career-page .aboutUsSection .career-dialogs .carrer-dialog .content-wrapper {
  width: 88%;
  padding: 1rem 2rem;
}
.career-page .aboutUsSection .career-dialogs .carrer-dialog .content-wrapper .dialog-header {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.career-page .aboutUsSection .career-dialogs .carrer-dialog .content-wrapper .dialog-content {
  font-size: 1.5rem;
}
.career-page .aboutUsSection .career-dialogs .carrer-dialog.dialog-right {
  background-image: url(/img/career-dialog-right.png);
}
.career-page .aboutUsSection .career-dialogs .carrer-dialog.dialog-left {
  background-image: url(/img/career-dialog-left.png);
  direction: ltr;
}
.career-page .aboutUsSection .career-dialogs .carrer-dialog.dialog-left .content-wrapper {
  direction: rtl;
}
.career-page .aboutUsSection .bottomDesc {
  text-align: center;
}
.career-page .aboutUsSection .bottomDesc h3 {
  font-size: 3.75rem;
  font-weight: 700;
}
.career-page .aboutUsSection .bottomDesc h4 {
  font-size: 3.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.3rem;
}
.career-page .aboutUsSection .bottomDesc h4 img {
  max-width: 4.5rem;
  margin-right: 1rem;
}
.career-page .aboutUsSection .bottomDesc .btn {
  color: #fff;
}
.career-page .whereWeAre {
  background-color: #e12745;
  padding-top: 2.2rem;
}
.career-page .whereWeAre h2 {
  font-size: 3.75rem;
  color: #c7eafc;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.2rem;
}
.career-page .whereWeAre .theater-thumb {
  min-height: 213px;
  margin-bottom: 1.5rem;
}
.career-page .whereWeAre .theater-thumb .theaterNameWrapper {
  position: absolute;
  background-image: url(/img/career-gradient-bg.png);
  background-size: contain;
  width: 100%;
  bottom: 0;
  height: 70px;
  display: flex;
  justify-content: center;
}
.career-page .whereWeAre .theater-thumb .theaterNameWrapper span {
  font-size: 1.313rem;
  color: #fff;
  position: absolute;
  bottom: 1rem;
}
.career-page.careerForm-page .dropdown-toggle.selectDropdown {
  background-color: #fff;
  font-weight: 400;
}
.career-page.careerForm-page .dropdown-toggle.selectDropdown:after {
  display: none;
}
.career-page.careerForm-page .careerForm-header h3 {
  font-size: 2.25rem;
  text-align: center;
}
.career-page.careerForm-page .careerForm-header h3.smaller-header {
  font-size: 1.5rem;
  margin-bottom: 2.2rem;
}
.career-page.careerForm-page form {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
.career-page.careerForm-page form .form-group {
  margin-bottom: 2rem;
}
.career-page.careerForm-page form .form-group > div {
  margin-bottom: 1.5rem;
}
.career-page.careerForm-page form select, .career-page.careerForm-page form .selectDropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/img/career-select-arrow.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 1rem;
}
.career-page.careerForm-page form span.text-danger.field-validation-error {
  float: left;
  color: #e72141;
  margin-top: 0.5rem;
  font-size: 14px;
}
.career-page.careerForm-page form select::-ms-expand {
  display: none;
}
.career-page.careerForm-page form h4 {
  font-size: 1.688rem;
  font-weight: 700;
  color: #e72141;
  margin-bottom: 1.2rem;
}
.career-page.careerForm-page form label {
  font-size: 1.2rem;
  margin-bottom: 0.9rem;
}
.career-page.careerForm-page form .form-control {
  border: none;
  border-radius: 0;
  font-size: 1.2rem;
  padding: 0.7rem 0.75rem;
  height: auto;
  text-align: right;
}
.career-page.careerForm-page form #BirthDate {
  background-image: url(/img/calendar.png);
  background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: center;
}
.career-page.careerForm-page form .mob-phone {
  display: flex;
  justify-content: space-between;
}
.career-page.careerForm-page form .mob-phone input[type=tel] {
  width: 75%;
}
.career-page.careerForm-page form .mob-phone select {
  width: 20%;
}
.career-page.careerForm-page form input[type=submit] {
  color: #fff;
  margin: 5rem auto;
  display: block;
  padding: 1.2rem 1.5rem;
  font-size: 1rem;
}
.career-page.careerForm-page form input[type=submit]:hover {
  cursor: pointer;
}
.career-page.careerForm-page.short-career-form .mob-phone input[type=tel] {
  width: 100%;
}

.CareerSent-page, .BirthdayReceived-page {
  text-align: center;
  padding-bottom: 5rem;
}
.CareerSent-page .animation-wrapper, .BirthdayReceived-page .animation-wrapper {
  direction: ltr;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
.CareerSent-page .animation-wrapper lottie-player, .BirthdayReceived-page .animation-wrapper lottie-player {
  margin: 0 auto;
}
.CareerSent-page .popcorn-wrapper, .BirthdayReceived-page .popcorn-wrapper {
  max-width: 150px;
  margin: 3rem auto 1rem auto;
}
.CareerSent-page h1, .CareerSent-page h2, .BirthdayReceived-page h1, .BirthdayReceived-page h2 {
  color: #e72141;
  font-weight: 700;
}
.CareerSent-page h1.inherit-color, .CareerSent-page h2.inherit-color, .BirthdayReceived-page h1.inherit-color, .BirthdayReceived-page h2.inherit-color {
  color: inherit;
}
.CareerSent-page h1, .BirthdayReceived-page h1 {
  font-size: 3.4rem;
}
.CareerSent-page h1 .text-bigger, .BirthdayReceived-page h1 .text-bigger {
  font-size: inherit;
}
.CareerSent-page h2, .BirthdayReceived-page h2 {
  font-size: 2.7rem;
}
.CareerSent-page h2 .inherit-color, .BirthdayReceived-page h2 .inherit-color {
  color: inherit;
}
.CareerSent-page span, .BirthdayReceived-page span {
  display: inline-block;
  font-size: 1.5rem;
}
.CareerSent-page span.red-text, .BirthdayReceived-page span.red-text {
  color: #e72141;
}

.BirthdayReceived-page h1 {
  margin-top: 16rem;
}

.birthday2-page .top-bg {
  background-image: linear-gradient(to top, #5ab1b3 0%, #77c2c5 19%, #81c5ca 47%, #80c7c9 73%, #74bfc2 100%);
  padding-bottom: 21rem;
}
.birthday2-page .birthday-header {
  padding-top: 12rem;
  color: #150d49;
  line-height: 1;
}
.birthday2-page .birthday-header h1, .birthday2-page .birthday-header h2 {
  line-height: 1;
  font-weight: 900;
}
.birthday2-page .birthday-header h1 {
  font-size: 4.188rem;
}
.birthday2-page .birthday-header h2 {
  font-size: 5.438rem;
  margin-bottom: 0;
}
.birthday2-page .birthday-header span {
  display: block;
  font-size: 2.3rem;
}
.birthday2-page .birthday-header .arrow-down {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.birthday2-page .top-pic {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 4.1rem;
}
.birthday2-page .section-header {
  color: #e72141;
  font-size: 3.75rem;
  text-align: center;
  font-weight: 900;
  /*margin-bottom: 2.2rem;*/
  margin-top: 3rem;
}
.birthday2-page .dark-bg {
  background-color: #160e49;
  background-image: url(/img/birthday-fire-both.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 6.5rem;
}
.birthday2-page .dark-bg .featuring {
  margin-top: 3.5rem;
}
.birthday2-page .dark-bg .featuring .item-wrapper .item-pic {
  display: inline-block;
  width: 4.125rem;
}
.birthday2-page .dark-bg .featuring .item-wrapper .item-pic img {
  max-height: 3.9rem;
}
.birthday2-page .dark-bg .featuring .item-wrapper span {
  font-size: 1.67rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 1rem;
}
.birthday2-page .dark-bg .featuring .featuring-bottom-row {
  font-size: 2.625rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
.birthday2-page .dark-bg .featuring .featuring-bottom-row img {
  margin-left: 1rem;
  margin-right: 1rem;
  max-height: 3.9rem;
}
.birthday2-page .dark-bg .featuring .getPrice {
  font-size: 1.5rem;
  background-color: #e72141;
  color: #000;
  font-weight: 700;
  display: inline-flex;
  padding: 0.9rem 2.5rem;
  line-height: 1;
  margin-bottom: 8rem;
}
.birthday2-page .form-bg {
  background-color: #c7eafc;
}
.birthday2-page .form-bg h3 {
  font-size: 2.25rem;
  text-align: center;
}
.birthday2-page .form-bg h4 {
  font-size: 1.688rem;
  font-weight: 700;
  color: #e72141;
  margin-bottom: 1.2rem;
}
.birthday2-page .form-bg form {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
.birthday2-page .form-bg form .form-group {
  margin-bottom: 2rem;
}
.birthday2-page .form-bg form .form-group > div {
  margin-bottom: 1.5rem;
}
.birthday2-page .form-bg form select, .birthday2-page .form-bg form .selectDropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/img/career-select-arrow.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 1rem;
}
.birthday2-page .form-bg form span.text-danger.field-validation-error {
  float: left;
  color: #e72141;
  margin-top: 0.5rem;
  font-size: 14px;
}
.birthday2-page .form-bg form select::-ms-expand {
  display: none;
}
.birthday2-page .form-bg form h4 {
  font-size: 1.688rem;
  font-weight: 700;
  color: #e72141;
  margin-bottom: 1.2rem;
}
.birthday2-page .form-bg form label {
  font-size: 1.2rem;
  margin-bottom: 0.9rem;
}
.birthday2-page .form-bg form .form-control {
  border: none;
  border-radius: 0;
  font-size: 1.2rem;
  padding: 0.7rem 0.75rem;
  height: auto;
  text-align: right;
}
.birthday2-page .form-bg form #EventDate {
  background-image: url(/img/calendar.png);
  background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: center;
}
.birthday2-page .form-bg form .mob-phone {
  display: flex;
  justify-content: space-between;
}
.birthday2-page .form-bg form .mob-phone input[type=tel] {
  width: 75%;
}
.birthday2-page .form-bg form .mob-phone select {
  width: 20%;
}
.birthday2-page .form-bg form input[type=submit] {
  color: #fff;
  margin: 5rem auto;
  display: block;
  padding: 1.2rem 2rem;
  font-size: 1rem;
  background-color: #e72141;
  border-radius: 0;
  font-weight: 700;
}
.birthday2-page .form-bg form input[type=submit]:hover {
  cursor: pointer;
}

.silvester-movies {
  background-color: #150d49;
  padding: 60px 0;
}
.silvester-movies .movies-header {
  font-family: "Meoded-Pashut-Pro";
  font-weight: 900;
  font-size: 3.1em;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.silvester-movies .movies {
  display: flex;
  justify-content: center;
  padding: 0;
}

.comfort-page {
  background-color: #150d49;
}
.comfort-page .comfort-header {
  text-align: center;
  color: #fff;
  padding: 3rem 0;
}
.comfort-page .comfort-header h1 {
  font-size: 3rem;
  margin-bottom: 15px;
}
.comfort-page .comfort-header p {
  font-size: 1.3rem;
}
.comfort-page .comfort-header img {
  width: 310px;
  margin-bottom: 10px;
}
.comfort-page .comfort-movies {
  background-color: #daeefc;
  padding: 2rem 0 3rem 0;
}
.comfort-page .comfort-movies .movies {
  padding: 0;
  margin: 0;
}
.comfort-page .comfort-movies .movies .movie-thumb .back .flip-1 {
  background-color: #afdcf9;
}
.comfort-page .comfort-movies .movies .comfort-header-text {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
.comfort-page .comfort-movies .movies .mainThumbWrapper {
  justify-content: center;
}
.comfort-page .comfort-pics {
  padding: 4rem 0;
}

.footer-mobile {
  padding-bottom: 53px;
  position: relative;
  z-index: 9999;
  background-color: #1d1d48;
}
.footer-mobile .footer-social {
  text-align: center;
}
.footer-mobile .footer-social a {
  color: #fff;
  font-size: 28px;
  display: inline-block;
  margin: 0 10px;
}
.footer-mobile form {
  margin-bottom: 25px;
}
.footer-mobile form label {
  color: #fff;
  font-size: 18px;
  margin-bottom: 3px;
}
.footer-mobile form .SubmitContact {
  background: #cde9fd;
  border: none;
  color: #1d1d48;
}
.footer-mobile .accordion-wrapper {
  /*background: #cde9fd;*/
}
.footer-mobile .accordion-footer {
  color: #cde9fd;
}
.footer-mobile .accordion-footer .card {
  border: none;
  background: inherit;
  border-radius: 0;
}
.footer-mobile .accordion-footer .card .collapse .card-body {
  /*border-bottom: 1px solid rgba(29, 29, 72, 0.1);*/
  border-bottom: 1px solid rgba(229, 229, 222, 0.1);
}
.footer-mobile .accordion-footer .card .card-body {
  padding: 0;
}
.footer-mobile .accordion-footer .card .card-header {
  background: transparent;
  border: none;
  padding: 0;
  width: 100%;
  /*border-bottom: 1px solid rgba(29, 29, 72, 0.1);*/
  border-bottom: 1px solid rgba(229, 229, 222, 0.1);
}
.footer-mobile .accordion-footer .card .card-header .btn-link {
  border: none;
  position: relative;
  width: 100%;
  text-align: start;
  padding-right: 0;
  padding-left: 0;
  text-decoration: none;
  padding-bottom: 7px;
  background: transparent;
  -webkit-appearance: none;
}
.footer-mobile .accordion-footer .card .card-header .btn-link:focus {
  border: none;
  outline: none;
}
.footer-mobile .accordion-footer .card .card-header .btn-link::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  margin-right: 39px;
  background-image: url(../img/arrow-down-pages-nav-cbe8fc.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-mobile .accordion-footer .card .card-header .btn-link.collapsed::after {
  background-image: url(../img/arrow-left-pages-nav-cbe8fc.png);
}
.footer-mobile .accordion-footer .card .card-header .btn-link span {
  font-size: 22px;
  font-weight: 400;
  /*color: #1d1d48;*/
  color: #cde9fd;
  display: inline-block;
  font-family: "Meoded-Pashut-Pro";
}
.footer-mobile .accordion-footer ul {
  margin: 0;
  list-style: none;
  padding-right: 18px;
}
.footer-mobile .accordion-footer ul li {
  line-height: 1;
  padding: 8px 0;
}
.footer-mobile .accordion-footer ul li a {
  color: inherit;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .mondial-page .page-subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .mondial-page .page-content-section {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .mondial-page .page-content-section .page-content-part {
    width: 100%;
  }
  .mondial-page .page-content-section .page-content-part.stage-part {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 30px;
  }
  .mondial-page .page-content-link {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .mondial-page .page-content-link.last-line-link {
    margin-bottom: 10px;
  }
  .mondial-page .bottom-promo {
    top: 0;
    margin-bottom: 10px;
  }
  .mondial-page .bottom-terms {
    font-size: 14px;
  }
  .back-to-top {
    height: 40px;
    width: 40px;
  }
  .birthday2-page .dark-bg .featuring .item-wrapper {
    margin-bottom: 1rem;
  }
  .birthday2-page .top-bg {
    padding-bottom: 10rem;
  }
  .cinemaday-page > .container-fluid .cinemaday-action, .cinemaday-page > .container-fluid .cinemaday-cinema-pic, .cinemaday-page > .container-fluid .cinemaday-bottom-pic {
    display: none;
  }
  .cinemaday-page > .container-fluid .popcorn1-mob {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
  }
  .cinemaday-page .movies {
    padding-top: 1rem;
  }
  .cinemaday-page .movies #moviesContainer .bigger-pic-wrapper {
    top: -1.5rem;
  }
  .cinemaday-page .movies #moviesContainer .movie-wrapper {
    top: -3rem;
  }
  .cinemaday-page .movies #moviesContainer .movie-wrapper .top-popcorn .top-popcorn-right, .cinemaday-page .movies #moviesContainer .movie-wrapper .top-popcorn .top-popcorn-left {
    display: none;
  }
  .cinemaday-page .movies #moviesContainer .movie-wrapper .cinemaday-cinema-mob {
    display: block;
    position: absolute;
    z-index: 1;
    transform: translateY(-45%);
    left: 0;
    max-width: 6.4rem;
  }
  .onyx-page .d5 .center {
    margin-left: 0;
    margin-right: 0;
  }
  .oscar-2 {
    position: absolute;
    z-index: 1;
    width: 3rem;
    top: 13.3rem;
    right: 43%;
  }
  .vipqa-page .row-d .vp-t {
    font-size: 18px;
  }
  .vipqa-page .row-d .vp-c {
    font-size: 15px;
  }
  .vipqa-page .row-f .vf-wrap {
    width: 36%;
    margin-left: 30px;
    margin-bottom: 40px;
  }
  .vipqa-page .row-f .vf-wrap.main {
    width: 95%;
  }
  .birthday-page .bd-other {
    top: -5vh;
  }
  .birthday-page .bd-cont {
    font-size: 19px !important;
    margin-bottom: 0 !important;
  }
  .birthday-page .bd-cont.dv-v br {
    display: none;
  }
  .birthday-page .bd-orders .bd-head {
    margin-bottom: 20px;
  }
  .birthday-page .bd-orders .bd-order-cont {
    margin-bottom: 20px;
  }
  .distributor-page .location-head-m {
    padding-top: 40px;
  }
  .distributor-page .location-head-m .page-head {
    font-size: 38px !important;
    margin-bottom: 0;
    line-height: 40px;
    margin-top: 0;
  }
  .distributor-page .com-head {
    font-size: 27px;
    margin-bottom: 4px;
  }
  .distributor-page .com-head br {
    display: none;
  }
  .distributor-page .com-content {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .theater-info {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .theater-info .hours-addy-how {
    padding-bottom: 10px;
  }
  .movies .movie-thumb .flip-container:not(:focus):hover .flipper, .movies .movie-thumb .flip-container.hover .flipper {
    transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
  .page-wrap {
    padding-bottom: 40px;
  }
  .pad-down {
    margin-bottom: 9px;
  }
  .show_detail img {
    /*width: 100% !important;*/
  }
  .show_detail .lign_height {
    width: 100%;
  }
  .main-container {
    padding-bottom: 100px;
    padding-top: 4rem;
    /*background-color: #1d1d48;*/
  }
  .movie-page-z.red-bg {
    background-color: #e72141;
    padding: 4px 0 30px;
  }
  .movie-page-z.blue-bg {
    background-color: #1d1d49;
    margin-top: 40px;
    padding-bottom: 150px;
    /*.time-wrap:nth-child(even) {
        padding-right: 10px;
    }

    .time-wrap:nth-child(odd) {
        padding-left: 10px;
    }*/
  }
  .movie-page-z.blue-bg .back-to-index {
    text-align: left;
    color: #616d8b;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 30px;
  }
  .movie-page-z.blue-bg .title {
    /*color: #cbe8fc;*/
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
  }
  .movie-page-z .wraper .movie-page-slider .slider-title .title {
    /*color: #cbe8fc;*/
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
  }
  .movie-page-z .wraper .movie-page-slider .movie-name {
    color: #cbe8fc;
  }
  .movie-page-z .wraper .movie-page-slider .movie-about {
    padding-bottom: 50px;
  }
  .movie-page-z .wraper .movie-page-slider .movie-about p {
    /*color: #cbe8fc;*/
  }
  .movie-page-z .wraper .movie-page-slider .movie-about .order-red {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    line-height: 18px;
    background-color: #e72141;
    text-align: center;
    padding: 17px;
    margin-bottom: 50px;
  }
  .movie-page-z .wraper .movie-page-slider .movie-about .original-name {
    color: #cbe8fc;
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .movie-page-z .for-movie-page .movie-more-details {
    color: #cbe8fc;
    font-size: 21px;
    padding-bottom: 27px;
  }
  .movie-page-z .for-movie-page .header-dropdown-wraper {
    float: none !important;
    margin-bottom: 0;
    padding: 0 !important;
  }
  .movie-page-z .for-movie-page .header-dropdown-wraper .header-dropdown a {
    background-color: #ef6e83;
    color: white;
  }
  .movie-page-z .for-movie-page .header-dropdown-wraper .header-dropdown.active dt a {
    background: url(../img/arrowd.png) 11px center no-repeat #CAE8FB !important;
  }
  .movie-page-z .for-movie-page .header-dropdown-wraper .header-dropdown.active a {
    background-color: #cae8fb !important;
    color: #1d1d49 !important;
  }
  .index-order-mob .slider-text .custom-radio {
    display: none;
  }
  .index-order-mob .slider-text .title {
    font-size: 1.7em;
  }
  .index-movies-mob .movie-menu li:not(.first) {
    display: none;
  }
  .index-movies-mob .movie-menu li a {
    font-size: 2em !important;
  }
  .order-form {
    /*padding-top: 0px !important;*/
    padding-bottom: 20px !important;
  }
  .order-form .title {
    float: none !important;
  }
  .order-form .custom-radio {
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
  .order-form .submitbtndiv {
    float: none;
    width: 100%;
  }
  .mh-100p {
    max-height: 100%;
  }
  .mh-100p .bs-1 {
    position: static;
  }
  .mh-100p .bs-1 .slider-text {
    padding-right: 0;
  }
  .mh-100p .bs-1 .slider-text .timehour-link {
    position: static;
    display: block;
  }
  .main-banner {
    min-height: 100% !important;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .main-banner .index-xa {
    /*margin-top: 86px;*/
  }
  .main-banner .index-xa .carousel-inner {
    min-height: 200px;
  }
  .main-banner .index-xa .carousel-inner .carousel-item img {
    min-height: 200px;
    /*max-height: 200px;*/
    /*height: 200px;*/
  }
  .main-banner .index-xa .carousel-inner .carousel-item .gottoslide {
    display: none;
  }
  .main-banner .index-xa .slidernav .inner {
    height: 48px;
  }
  #moviesContainer, #moviesContainerLocation {
    padding-bottom: 20px;
  }
  #moviesContainer .time-wrap .hold-pic img, #moviesContainerLocation .time-wrap .hold-pic img {
    width: 100%;
  }
  #moviesContainer .flip-container, #moviesContainerLocation .flip-container {
    width: auto;
    height: auto;
  }
  #moviesContainer .flip-container .front, #moviesContainerLocation .flip-container .front {
    width: auto;
    height: auto;
    position: static !important;
  }
  #moviesContainer .flip-container .front .movie .flip-thumb, #moviesContainerLocation .flip-container .front .movie .flip-thumb {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: none;
  }
  #moviesContainer .flip-container .back, #moviesContainerLocation .flip-container .back {
    display: none;
    width: auto;
    height: auto;
  }
  .header-dropdown-wraper {
    width: 100% !important;
    max-width: 100% !important;
  }
  .header-dropdown-wraper select {
    text-decoration: none;
    width: 100%;
    font-size: 1.4em;
    padding: 3px 12px 6px 10px;
    text-decoration: none;
    background: url(../img/arrowdb.png) 11px center no-repeat rgba(255, 255, 255, 0.4);
    margin-bottom: 16px;
    font-weight: 600;
    -webkit-appearance: none;
    color: #cbe8fc;
    pointer-events: none;
    border: 0;
  }
  .header-dropdown-wraper select.active {
    background: url(../img/arrowd.png) 11px center no-repeat #CAE8FB !important;
    color: #1d1d49 !important;
    pointer-events: auto;
  }
  .career-page .top-bg {
    background: url(/img/career-popcorn-mobile3.jpg), url(/img/career-topbg-mobile3.png);
    background-repeat: no-repeat;
    background-color: #096ba2;
    background-position: bottom left, top right;
    height: 450px;
    background-size: cover;
  }
  .career-page .top-bg .top-text-wrapper {
    top: 4%;
  }
  .career-page .top-bg .top-text-wrapper h1 {
    font-size: 5rem;
  }
  .career-page .top-bg .top-text-wrapper .second-text {
    font-size: 3.5rem;
  }
  .career-page .top-bg .top-text-wrapper h2 {
    line-height: 2;
  }
  .career-page .lookingForSection .trailerWrapper {
    top: -18rem;
  }
  .career-page .lookingForSection .trailerWrapper iframe {
    max-height: 200px;
  }
  .career-page .lookingForSection .contentUp #careerCarousel .carousel-inner {
    max-width: calc(100% - 40px);
    width: 350px;
    margin: 0 auto;
  }
  .career-page .lookingForSection .contentUp #careerCarousel .carousel-inner .carousel-item {
    min-height: 140px;
  }
  .career-page .lookingForSection .contentUp #careerCarousel .carousel-indicators {
    bottom: -25px;
  }
  .career-page .lookingForSection .contentUp #careerCarousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
  }
  .career-page .lookingForSection .contentUp #careerCarousel .carousel-indicators li.active {
    background-color: #e72141;
  }
  .career-page .lookingForSection .contentUp #careerCarousel .carousel-control-prev, .career-page .lookingForSection .contentUp #careerCarousel .carousel-control-next {
    position: absolute;
    width: 30px;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2c255b;
  }
  .career-page .lookingForSection .contentUp #careerCarousel .carousel-control-prev {
    right: auto;
    left: -15px;
  }
  .career-page .lookingForSection .contentUp #careerCarousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: url(/img/carousel-prev-icon.png);
    width: 10px;
    height: 16px;
  }
  .career-page .lookingForSection .contentUp #careerCarousel .carousel-control-next {
    left: auto;
    right: -15px;
  }
  .career-page .lookingForSection .contentUp #careerCarousel .carousel-control-next .carousel-control-next-icon {
    background-image: url(/img/carousel-next-icon.png);
    width: 10px;
    height: 16px;
  }
  .silvester-movies {
    padding: 30px 0;
  }
  .silvester-movies .movies-header {
    font-size: 2em;
    margin-bottom: 20px;
  }
}
@media (min-width: 1700px) {
  .header .main-nav ul.mainul li.mainli ul.submenu_children.shows {
    right: 15px;
  }
  .header .main-nav ul.mainul li.mainli ul.submenu_children.vip-s.shows {
    right: 0;
  }
  .header .main-nav ul.mainul li.mainli ul.submenu_children {
    width: 1297px;
  }
  .header .main-nav ul.mainul li.mainli ul.submenu_children.vip-s {
    width: 260px;
    padding: 0 20px;
    /*.menu-item {
        &:hover {
            background-color: #e0f0fd;
        }
    }*/
  }
  .lower-section-part-1 .title {
    font-size: 3.85em;
    line-height: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header .main-nav .mainul .mainli a {
    font-size: 1.2em !important;
    padding: 6px 12px !important;
  }
  .header .main-nav .mainul .mainli .submenu_children {
    width: 775px !important;
  }
  .header .main-nav .mainul .mainli .submenu_children.shows {
    right: -115px !important;
  }
  .header .main-nav .order-tickets a {
    /*padding-top: 5px !important;
    font-size: 2em !important;
    text-align: right !important;*/
  }
  .header .top-menu .gv-3 li {
    padding-right: 11px !important;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .vipqa-page .row-f .vf-wrap {
    width: 17%;
    margin-left: 30px;
    margin-bottom: 50px;
  }
  .vipqa-page .row-f .vf-wrap.main {
    margin-bottom: 50px;
  }
  .birthday-page .bd-other {
    top: -15vh;
  }
  .header .main-nav ul.mainul li.mainli ul.submenu_children {
    width: 561px;
  }
  .header .main-nav ul.mainul li.mainli ul.submenu_children.shows {
    right: -81px !important;
  }
  .main-nav .submenu_children .title {
    font-size: 2em;
  }
  .order-form .header-dropdown-wraper {
    margin-left: 11.5px;
  }
  .movies .movie-menu li {
    padding-left: 20px;
    padding-right: 20px !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .footer {
    /*position: fixed;
    bottom: 0;
    margin-bottom: 50px;*/
    display: none;
  }
  .mini-text span {
    display: block;
    font-size: 32px;
  }
  .mini-text img {
    margin-left: 0 !important;
  }
  .mini-sites-wrap #openVSButton {
    bottom: 5px !important;
  }
}
@media (max-width: 1200px) {
  .location-head-m {
    position: static;
  }
  .location-head-m .page-head {
    padding-right: 0;
    color: #e72141;
  }
  .movie-page-slider .movie-tak {
    padding-top: 40px;
  }
  .movies .movie-thumb .flip-container {
    width: 205px;
  }
  .movies .movie-thumb .front {
    width: 205px;
  }
  .movies .movie-thumb .back {
    width: 205px;
  }
  .movies .movie-thumb .back .flip-1 ul {
    width: 86%;
    min-width: initial !important;
  }
}
@media (max-width: 1620px) {
  .distributor-page .location-head-m {
    margin-top: 0;
  }
  .distributor-page .location-head-m .page-head {
    position: static;
    font-size: 110px;
    max-width: none;
  }
  .distributor-page .location-head-m .page-head br {
    display: none;
  }
}
@media (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
  .hours-addy-how .waze-icon {
    display: none;
  }
}
@media (max-width: 992px) {
  .hide-on-mobile {
    display: none;
  }
  .datepicker-dropdown.dropdown-menu {
    margin-top: 0;
  }
  .header-mob-wrap .header-mobile .search-panel {
    padding-top: 16px;
  }
  .header-mob-wrap .header-mobile .search-panel .search-text {
    border: none;
    border-radius: 0;
  }
  .page-head {
    font-size: 2.5em;
  }
  .theater-info .info-head {
    font-size: 2em;
  }
  .theatre-a {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .birthday2-page .birthday-header {
    padding-top: 9rem;
  }
}
/********************  Only form explorer  ********************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flip-container:not(:focus):hover .flipper .front, .flip-container.hover .flipper .front {
    visibility: hidden;
  }
}
/********************  Only form explorer END  ********************/
body {
  font-family: "Meoded-Pashut-Pro", sans-serif;
}

.my-header {
  background: url(../img/Header-background.png) top center repeat-x;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
}

.youtube-mirror {
  height: 60px;
}

.play-black {
  height: 18px;
}

/*.magazine-triangle {
    position: absolute;
    top: 20px;
    right: 97px;
}*/
.p-10 {
  padding-right: 10px;
}

.red-area {
  background-color: #e72141;
  padding-bottom: 3rem;
  padding-top: 3rem;
  /*h3 {
      color: #cff1fd;
      font-family: Heebo;
      font-size: 58px;
      font-weight: 900;
      margin-top: 100px;
      padding-bottom: 40px;
  }*/
}
.red-area .magazine-black-triangle {
  position: relative;
  right: -8.4rem;
  top: -0.5rem;
}
.red-area .magazine-triangle {
  position: absolute;
  top: 20px;
  right: 97px;
}
.red-area span {
  color: #cff1fd;
  font-size: 100px;
}
.red-area .down-pic {
  height: 11px;
}
.red-area img {
  margin-top: 100px;
  padding-bottom: 40px;
}

.dark-area {
  background-color: #1d1d48;
  color: #ffffff;
}
.dark-area h2 {
  /*font-family: Heebo;*/
  font-size: 38px;
  font-weight: 900;
}
.dark-area h4 {
  color: #ffffff;
}
.dark-area .red-color {
  color: #e72141;
}
.dark-area a {
  color: #ffffff;
}
.dark-area .media img {
  width: 201px;
  height: 250px;
  background-color: #ffffff;
}
.dark-area .media .media-body {
  max-width: 212px;
}
.dark-area .media .media-body span {
  color: #e72141;
  font-size: 18px;
  font-weight: 900;
}
.dark-area .media .media-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0.3rem;
}
.dark-area .media .media-body h4 {
  font-weight: 700;
}

.hide-long-text {
  /*display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;*/
  color: #1d1d48;
  font-size: 18px;
  font-weight: 400;
  /****************************/
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.5em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 9.4em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-left: -1em;
  padding-left: 1em;
}

.hide-long-text:before {
  content: "...";
  position: absolute;
  left: 0;
  bottom: 0;
}

.hide-long-text:after {
  /* points in the end */
  content: "";
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
  /****************************/
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.2em;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #daeefc 85%);
}

.light-area {
  /*@media (min-width: 990px) {
          left:-73px;
      }*/
}
.light-area .read-more-wrapper {
  justify-content: space-between;
  display: flex;
}
.light-area .read-more-wrapper .read-more:hover {
  cursor: pointer;
}
.light-area .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  /* vendor prefixes omitted due to brevity */
}
.light-area #largest-pic {
  max-width: 100%;
  margin-left: 0;
}
.light-area img {
  margin: 0.5rem 0 0.5rem 1rem;
}
.light-area .stars {
  height: 21px;
  margin: 0.5rem 0 0.5rem 0.1rem;
}
.light-area .largest-pic {
  margin-top: -150px;
  max-width: 829px;
  max-height: 358px;
}
@media (max-width: 1700px) {
  .light-area .largest-pic {
    margin-top: 0;
    width: 485px;
    max-height: 210px;
    max-width: 100%;
  }
}
.light-area h3 {
  color: #1d1d48;
  /*font-family: Heebo;*/
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 990px) {
  .light-area h3 {
    text-align: center;
  }
}
.light-area h5 {
  color: #1d1d48;
  /*font-family: Heebo;*/
  font-size: 24px;
  font-weight: 900;
}
.light-area p {
  color: #1d1d48;
  /*font-family: Heebo;*/
  font-size: 18px;
  font-weight: 400;
}
.light-area span {
  color: #1d1d48;
  /*font-family: Heebo;*/
  font-size: 18px;
  font-weight: 400;
  width: 547px;
}
.light-area span.playbuzz-link {
  font-size: 25px;
}
.light-area span.link2movie {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 18px;
  background-color: #e72141;
  text-align: center;
  padding: 10px 17px 14px;
  display: inline-block;
  width: auto;
}
.light-area hr {
  /*margin-top: 3rem;
  margin-bottom: 3rem;*/
}
.light-area .media p {
  color: #1d1d48;
  /*font-family: Heebo;*/
  font-size: 24px;
  font-weight: 400;
  width: 274px;
}
.light-area .media img {
  width: 253px;
  height: 253px;
}
.light-area .media .media-body {
  flex-grow: 0;
  flex-shrink: 0;
}
.light-area .history-fact.hide-long-text {
  max-height: 10.3em;
}

.read-more span:hover {
  cursor: pointer;
}

.oscar-page {
  margin-top: -23px;
  background-color: #111235;
}
.oscar-page > .container-fluid {
  background: url(/img/oscar-background.png) no-repeat top;
  background-size: 100%;
}
.oscar-page .oscar-head-pic {
  width: 40.6rem;
  margin-top: 3.8rem;
}
.oscar-page .movies {
  padding-top: 0;
}
.oscar-page .movies #moviesContainer {
  position: relative;
}
.oscar-page .movies #moviesContainer .movie-thumb {
  max-width: 357px !important;
  margin-top: 2rem;
}
.oscar-page .movies #moviesContainer .movie-thumb .flip-container {
  margin-left: auto;
  margin-right: auto;
}
.oscar-page .movies #moviesContainer .oscar-pic-wrap {
  background: url(/images/oscar-banner-bg.png) no-repeat center;
  width: 640px;
  max-width: 100%;
  /*height: 306px;*/
  height: 240px;
}
.oscar-page .movies #moviesContainer .oscar-pic-wrap .promo-text {
  font-size: 5rem;
  color: #5b4942;
  font-weight: 700;
}
.oscar-page .movies #moviesContainer .oscar-pic-wrap .oscar-5 {
  position: absolute;
  right: -0.5rem;
  left: auto;
  height: 160%;
  top: -4rem;
}
.oscar-page .movies #moviesContainer .oscar-1 {
  position: absolute;
  z-index: 1;
  width: 6.5rem;
  top: 6rem;
  right: 0rem;
}
.oscar-page .movies #moviesContainer .oscar-2 {
  position: absolute;
  z-index: 1;
  width: 4rem;
  top: 13.3rem;
  right: 46%;
}
.oscar-page .movies #moviesContainer .oscar-3 {
  position: absolute;
  z-index: 1;
  width: 6rem;
  top: 34rem;
  right: 21%;
}
.oscar-page .movies #moviesContainer .oscar-4 {
  position: absolute;
  z-index: 1;
  width: 4rem;
  top: 38rem;
  left: 7%;
}

.opinion-left, .media-left {
  order: 1;
}

.opinion-right, .media-right {
  order: 2;
}
.opinion-right img, .media-right img {
  max-width: 100%;
  height: auto;
}
.opinion-right div, .media-right div {
  text-align: inherit;
}

.magazine-content .largest-pic {
  margin-top: -180px;
}
.magazine-content h3 {
  font-weight: 900;
}
.magazine-content .featured-trailer {
  width: 800px;
  height: auto;
  margin-bottom: 6rem;
  max-width: 100%;
}

.mini-wrap .order-form.red-form, .mini-wrap .movie-page-z.red-form {
  width: 100%;
  background: #e72141;
  padding: 40px 0px;
  padding-bottom: 50px;
  position: relative;
  /*&.thelet {
      background: #daeefc;
  }*/
}
.mini-wrap .order-form.red-form.blue-form, .mini-wrap .movie-page-z.red-form.blue-form {
  background-color: #1d1d48;
}
.mini-wrap .order-form .title, .mini-wrap .movie-page-z .title {
  font-family: "Meoded-Pashut-Pro";
  font-weight: 900;
  float: right;
  font-size: 3em;
  color: #cbe8fc;
  margin: 0 0 12px 30px;
  -webkit-font-smoothing: antialiased;
}
.mini-wrap .order-form label, .mini-wrap .movie-page-z label {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid #636267;
  border-radius: 3px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-top: 25px;
  padding-right: 1.1rem;
}
.mini-wrap .order-form label span, .mini-wrap .movie-page-z label span {
  font-size: 1.2em;
}
.mini-wrap .order-form label .custom-control-indicator, .mini-wrap .movie-page-z label .custom-control-indicator {
  margin-top: 5px;
  background-color: transparent;
  border: 2px solid #ffffff;
  width: 0.8rem;
  height: 0.8rem;
}
.mini-wrap .order-form label .custom-control-input:checked ~ .custom-control-indicator, .mini-wrap .movie-page-z label .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #ffffff;
  outline: none !important;
  box-shadow: none !important;
}
.mini-wrap .order-form div[data-toggle=buttons] label, .mini-wrap .movie-page-z div[data-toggle=buttons] label {
  float: left;
  width: auto;
  padding: 26px 12px 16px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid #636267;
  border-radius: 3px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.mini-wrap .order-form div[data-toggle=buttons] label span, .mini-wrap .movie-page-z div[data-toggle=buttons] label span {
  font-size: 1.2em;
}
.mini-wrap .order-form .header-dropdown-wraper, .mini-wrap .movie-page-z .header-dropdown-wraper {
  width: 21%;
  padding: 0;
  margin-left: 13.5px;
  float: right;
}
.mini-wrap .order-form .dropdown.header-dropdown.active, .mini-wrap .movie-page-z .dropdown.header-dropdown.active {
  background: #CAE8FB;
}
.mini-wrap .order-form .dropdown dt, .mini-wrap .movie-page-z .dropdown dt {
  background: rgba(255, 255, 255, 0.4);
}
.mini-wrap .order-form .dropdown dt a, .mini-wrap .movie-page-z .dropdown dt a {
  color: #cbe8fc;
  display: block;
  font-size: 1.4em;
  padding: 3px 12px 6px 10px;
  text-decoration: none;
  background: url(../img/arrowdb.png) 11px center no-repeat;
}
.mini-wrap .order-form .dropdown dd, .mini-wrap .movie-page-z .dropdown dd {
  position: relative;
}
.mini-wrap .order-form .dropdown dd ul, .mini-wrap .movie-page-z .dropdown dd ul {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 10px;
  top: -2px;
  background: #CAE8FB;
  display: none;
  padding: 8px 0 0 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.mini-wrap .order-form .dropdown dd ul li, .mini-wrap .movie-page-z .dropdown dd ul li {
  display: block;
  background: #CAE8FB;
}
.mini-wrap .order-form .dropdown dd ul li a, .mini-wrap .movie-page-z .dropdown dd ul li a {
  padding: 2px 12px 2px 12px !important;
  color: #1d1d48;
  font-size: 1.1em;
  display: inline-block;
  width: 100%;
  background: none;
  font-weight: 300;
}
.mini-wrap .order-form .dropdown dd ul li a:hover, .mini-wrap .movie-page-z .dropdown dd ul li a:hover {
  font-weight: bold;
}
.mini-wrap .order-form .dropdown dd ul:after, .mini-wrap .movie-page-z .dropdown dd ul:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #e72141;
  right: 10px;
  top: 1px;
  z-index: 99;
  width: 98%;
}
.mini-wrap .order-form .dropdown dd ul.closed, .mini-wrap .movie-page-z .dropdown dd ul.closed {
  display: none;
}
.mini-wrap .order-form .dropdown:hover ul, .mini-wrap .movie-page-z .dropdown:hover ul {
  display: block;
}
.mini-wrap .order-form .dropdown.active dt a, .mini-wrap .movie-page-z .dropdown.active dt a {
  background: url(../img/arrowd.png) 11px center no-repeat #CAE8FB;
  color: #1d1d49 !important;
}
.mini-wrap .order-form .dropdown.preloader dt a, .mini-wrap .movie-page-z .dropdown.preloader dt a {
  background: transparent !important;
  color: #cbe8fc !important;
}
.mini-wrap .order-form .dropdown.preloader dt a:after, .mini-wrap .movie-page-z .dropdown.preloader dt a:after {
  content: "";
  position: absolute;
  border: 3px solid #cbe8fc;
  border-top: 3px solid transparent;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  left: 12px;
  top: 7px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mini-wrap .order-form .submitbtndiv, .mini-wrap .movie-page-z .submitbtndiv {
  float: left;
  width: 9%;
}
.mini-wrap .order-form .submitbtndiv button, .mini-wrap .movie-page-z .submitbtndiv button {
  display: block;
  float: left;
  width: 100%;
  height: 38px;
  color: #FFF;
  background: #1d1d48;
  border: none;
  font-family: "Meoded-Pashut-Pro";
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 0 4px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .red-area {
    padding: 0;
  }
  .red-area span {
    font-size: 3.25rem;
  }
  .red-area .magazine-black-triangle {
    right: -4.8rem;
    padding-bottom: 0;
    margin-top: 60px;
  }
  .red-area img {
    margin-top: 0;
  }
  .magazine .magazine-featured-short-description {
    max-height: 17em;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .fixed-message {
    width: calc(100% - 1rem);
    bottom: 3.3rem;
  }
  .oscar-1, .oscar-3, .oscar-4 {
    display: none;
  }
  .opinion-left, .media-left, .opinion-right, .media-right {
    order: 1;
  }
  .magazine-content .largest-pic {
    margin-top: 0;
  }
  .main-banner {
    min-height: 100% !important;
    margin-bottom: 20px;
  }
  .main-banner .index-xa .slidernav .inner {
    height: 48px;
  }
  .main-banner .index-xa .carousel-inner .carousel-item img {
    min-height: 200px;
    /*max-height: 300px;*/
  }
  .main-container {
    padding-bottom: 100px;
  }
  .main-container .mh-100p {
    max-height: 100%;
  }
  .main-container .mh-100p .bs-1 {
    position: static;
  }
  .main-container .mh-100p .bs-1 .slider-text {
    padding-right: 0;
  }
  .main-container .mh-100p .bs-1 .slider-text .title {
    font-size: 1.7em;
    float: none !important;
  }
  .main-container .mh-100p .bs-1 .slider-text .custom-radio {
    display: none;
  }
  .main-container .mh-100p .bs-1 .slider-text .header-dropdown-wraper {
    width: 100% !important;
    max-width: 100% !important;
  }
  .main-container .mh-100p .bs-1 .slider-text .header-dropdown-wraper select {
    text-decoration: none;
    width: 100%;
    font-size: 1.4em;
    padding: 3px 12px 6px 10px;
    text-decoration: none;
    background: url(../img/arrowdb.png) 11px center no-repeat rgba(255, 255, 255, 0.4);
    margin-bottom: 16px;
    font-weight: 600;
    -webkit-appearance: none;
    color: #cbe8fc;
    pointer-events: none;
    border: 0;
    border-radius: 0;
  }
  .main-container .mh-100p .bs-1 .slider-text .header-dropdown-wraper .active {
    background: url(../img/arrowd.png) 11px center no-repeat #CAE8FB !important;
    color: #1d1d49 !important;
    pointer-events: auto;
  }
  .main-container .mh-100p .bs-1 .slider-text .submitbtndiv {
    float: none;
    width: 100%;
  }
  .main-container .mh-100p .order-form {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }
  .main-container .mh-100p .order-form .custom-radio {
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
}
@media (min-width: 600px) {
  .featured-magazine-picture {
    margin-right: 9% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .magazine-content h3 {
    width: 450px;
  }
}
@media (min-width: 992px) and (max-width: 1699px) {
  .order-form .header-dropdown-wraper {
    max-width: 18%;
  }
  .order-form .dropdown dt a {
    font-size: 15px;
  }
  .order-form .submitbtndiv button {
    height: 55px;
    font-size: 15px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .oscar-page .oscar-head-pic {
    margin-top: 130px;
    max-width: 50%;
  }
  .oscar-page .movies #moviesContainer .oscar-pic-wrap {
    height: 200px;
  }
  .oscar-page .movies #moviesContainer .oscar-pic-wrap .oscar-5 {
    right: -1rem;
    height: 140%;
    top: -2rem;
  }
  .oscar-page .movies #moviesContainer .oscar-pic-wrap .promo-text {
    font-size: 3.5rem;
  }
}
@media (max-width: 575px) {
  .main-banner .slidernav .inner .carousel-indicators li {
    height: 21px;
    width: 18px;
  }
  .career-page .aboutUsSection .career-dialogs .left-col-margin {
    margin-top: auto;
  }
  .oscar-page .oscar-head-pic {
    margin-top: 7.8rem;
    max-width: 70%;
  }
  .oscar-page .movies #moviesContainer .oscar-pic-wrap {
    height: 150px;
  }
  .oscar-page .movies #moviesContainer .oscar-pic-wrap .oscar-5 {
    right: 0;
    height: 130%;
    top: -1rem;
  }
  .oscar-page .movies #moviesContainer .oscar-pic-wrap .promo-text {
    font-size: 2rem;
  }
}
@media (min-width: 567px) and (max-width: 991px) {
  .oscar-page .movies #moviesContainer .oscar-2 {
    right: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1699px) {
  .oscar-page .movies #moviesContainer .oscar-pic-wrap .promo-text {
    font-size: 3.5rem;
  }
  .oscar-page .movies #moviesContainer .oscar-1 {
    right: -3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .main-nav .logo-img {
    margin-right: 50%;
    max-width: 130px;
    top: 11px;
  }
}
@media (max-width: 1199px) {
  .header .main-nav .logo-img {
    margin-right: 52%;
    max-width: 130px;
    top: 11px;
  }
  .header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .wide-menu-wrapper .pic-poster {
    width: 60px;
    height: 84px;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .header .main-nav .logo-img {
    margin-right: 52%;
    max-width: 130px;
    top: 11px;
  }
  .header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .wide-menu-wrapper .pic-poster {
    width: 100px;
    height: 140px;
  }
  .header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .sub-menu-part1 {
    padding-left: 5px;
  }
  .header .main-nav ul.mainul li.mainli ul.submenu_children .red-sub-menu .sub-menu-part1:last-of-type {
    padding-left: 0;
  }
}
.theater-facilities {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 150px -15px;
}
.theater-facilities .facility {
  padding: 0 15px;
  width: 25%;
  color: #c3c8d9;
  font-size: 20px;
  line-height: 1.2;
}
.theater-facilities .facility .facility-inner {
  border-right: 1px solid #a9c3fe;
  padding-right: 35px;
  height: 100%;
}
.theater-facilities .facility .facility-inner .facility-header {
  display: flex;
  align-items: center;
  color: #a9c3fe;
  font-size: 20px;
  margin-bottom: 20px;
}
.theater-facilities .facility .facility-inner .facility-header.openning-hours {
  padding-top: 15px;
}
.theater-facilities .facility .facility-inner .facility-header img {
  margin-left: 15px;
}
.theater-facilities .facility .facility-inner .to-shops-link {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  padding: 9px 30px 11px 30px;
  border-radius: 25px;
}
.theater-facilities .facility .facility-inner .to-shops-link:hover {
  text-decoration: none;
}

.theater-facilities-mobile {
  margin-bottom: 60px;
  display: none;
}
.theater-facilities-mobile .my-accordion .card .card-header .btn-link {
  color: #a9c3fe;
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  padding-top: 12px;
}
.theater-facilities-mobile .my-accordion .card .card-header .btn-link.collapsed {
  border-color: #a9c3fe;
}
.theater-facilities-mobile .my-accordion .card .card-header .btn-link::after {
  background-image: url(/img/chevron-down-light-blue-icon.png);
}
.theater-facilities-mobile .my-accordion .card .card-header .btn-link img {
  max-width: 28px;
  height: auto;
  display: inline-block;
  margin-left: 10px;
}
.theater-facilities-mobile .my-accordion .card .card-body {
  border-collapse: #a9c3fe;
}

.location-item-page .arriving-icons {
  display: flex;
}
.location-item-page .arriving-icons .arriving-icon {
  margin-left: 20px;
}

.my-accordion .card {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.my-accordion .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}
.my-accordion .card .card-header .btn-link {
  border: none;
  position: relative;
  width: 100%;
  text-align: start;
  padding-right: 0;
  padding-left: 0;
  text-decoration: none;
  padding-bottom: 6px;
  padding-top: 4px;
  background: transparent;
  -webkit-appearance: none;
  color: #004dff;
  border-bottom: 1px solid transparent;
}
.my-accordion .card .card-header .btn-link::after {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(/img/chevron-down-blue-icon.svg);
  display: block;
  position: absolute;
  background-position: center;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  transform: translateY(-50%) rotate(180deg);
}
.my-accordion .card .card-header .btn-link.collapsed {
  border-color: #e9effd;
}
.my-accordion .card .card-header .btn-link.collapsed::after {
  transform: translateY(-50%);
}
.my-accordion .card .card-body {
  padding: 0;
  border-bottom: 1px solid #e9effd;
  padding-bottom: 6px;
  color: #ffffff;
}
.my-accordion .card .card-body ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.my-accordion .card .card-body ul li a {
  color: inherit;
}

@media (max-width: 767.98px) {
  .theater-facilities {
    display: none;
  }
  .theater-facilities-mobile {
    display: block;
  }
}
.gdpr-module {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 10px 4px 8px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.gdpr-module .gdpr-content {
  display: flex;
  align-items: center;
  margin: 10px -5px;
  flex-wrap: wrap;
  line-height: 1.3;
}
.gdpr-module .gdpr-content .gdpr-content-part {
  padding: 0 5px;
}
.gdpr-module .gdpr-content .gdpr-content-part.gdpr-text {
  width: 75%;
}
.gdpr-module .gdpr-content .gdpr-content-part.gdpr-accept {
  width: 25%;
  text-align: end;
}

@media (max-width: 575.98px) {
  .gdpr-module .gdpr-content .gdpr-content-part.gdpr-text {
    width: 100%;
  }
  .gdpr-module .gdpr-content .gdpr-content-part.gdpr-accept {
    margin-top: 5px;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 575.98px) and (max-width: 999.98px) {
  .gdpr-module .gdpr-content .gdpr-content-part.gdpr-text {
    width: 67%;
  }
  .gdpr-module .gdpr-content .gdpr-content-part.gdpr-accept {
    width: 33%;
  }
}
