@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.continueButtonsContainer a,
.printButtonsContainer button,
input['submit'] {
    text-transform: uppercase!important;  
}

body {
  text-align:left;
  background-color:#FFFFFF;
  padding:0px;
  margin:0px;
  font-family: Montserrat, "Helvetica", "Helvetica Neue", Arial sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color:#212529;
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
  color: #2a99d6;
}

a:hover {
  color: #2a99d6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat !important;
  font-weight: 600 !important;
  font-style: normal !important;
  text-decoration: none !important;
  color: #142c45 !important;
}

body p, body span, body small, body ul, body td, body th, body a, body strong {
  font-family: Montserrat !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-decoration: none !important;
}

body strong {
  font-weight: 600 !important;
}

body small {
  color: #142c45;
}

.container{
  max-width: 1400px !important;
}

.row.dflex{
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -15px;
}

.navbar{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.nav-2 {
  white-space: normal !important;
}

.navbar>.container {
  padding: 4px;
}

.nav-language {
  display: block;
  margin: 0px 50px;
}

.nav-language .nav-link {
  display: inline-block;
}

.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

.fa-plus:before {
    content: ;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.spacer {
  overflow: visible;
}

#movieFrame {
  z-index: 99;
  background-color: rgba(0,0,0,0.4);
}

.page-content {
  margin-top: 2em;
}

.col-md-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-md-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col-no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tb-p10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tb-p20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}


/* HEADER START =================================================================== */
#main-nav {
  background-color: #000000;
  margin: 0;
  padding: 0;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

#main-nav a {
  color: #ffffff;
}

#main-nav a:hover {
  color: #2a99d6;
}

.navbar-brand {
  display: inline-block;
  padding: 5px 0 5px 4px;
  margin-right: 15px;
  font-size: 20px;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand img {
  padding-top: 30px;
  width: auto;
}

.nav-bar {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  justify-content: space-around;
  position: relative;
  white-space: nowrap;
  font-size: 20px;
  margin: 0 50px;
  height: 100%;
}

.navbar-collapse {
  flex-basis: auto;
  flex-grow: 1;
  height: 100px;
}

.collapse:not(.show) {
  display: none;
}

.navbar-toggle {
  display: none;
  padding: 4px 14px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #2a99d6;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 4px;
}

.navbar-toggle-icon {
  width: 25px;
  height: 30px;
  vertical-align: middle;
}

.navbar-toggle:hover {
  background-color: lightgray;
}

.nav-2 {
  margin-left: auto;
  margin-right: 0 !important;
  justify-content: right;
  padding-right: 12px;
}

.nav-item {
  display: block;
  flex: 1 1 auto;
  text-align: center;
}

.nav-item img {
  max-width: 80px;
  max-height: 34px;
}

.nav-2 .nav-item {
  text-align: right;
}

.nav-2 .nav-link {
  text-align: right;
}

.nav-item.show {
  position: relative;
}

.nav-link {
  display: block;
  padding: 8px;
  text-align: center;
}

.nav-link img:hover {
  -webkit-filter:  sepia() saturate(10000%) hue-rotate(145deg) brightness(80%) drop-shadow(8px 8px 8px silver);
  filter:  sepia() saturate(10000%) hue-rotate(145deg) brightness(80%) drop-shadow(8px 8px 8px silver);
  transition-duration: 0.3s;
}

.dx-link {
 min-width: 80px;
  max-width: 100%;
  height: auto;
  border-style: none;
}

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529 !important;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 4px 20px;
  clear: both;
  font-weight: 400;
  font-size: 16px;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
/* HEADER END   =================================================================== */



/* FOOTER START =================================================================== */
#footer {
  margin-top: 1.5em;
  padding: 0;
  background-color: #000000;
  color: #ecf0f1;
  font-size: 16px
}

#footer a {
  color: #ffffff;
}

#footer a:hover {
  color: #2a99d6;
}

.legal {
  padding: 24px;
}

.social a{
  margin-right: 2px;
}

.social a:hover {
  text-decoration: none!important;
}

#footer .colophon {
  width: 100%;
  background-color: #2a99d6;
  color: #fff;
  padding: 16px;
}

#footer .colophon a {
  margin: 0;
  color: #fff;
}

#footer .colophon a:hover {
  color: #000000;
  text-decoration: none !important;
}

#footer .colophon a:after {
  content: ' | ';
  margin: 0 .5em;
}

#footer .colophon a:last-child::after {
  content: '';
}
/* FOOTER END   =================================================================== */


/* FORM START   =================================================================== */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; 
}

.form-control {
  display: block;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  position: relative;
  height: 38px !important;
  padding: 6px 12px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border-bottom-right-radius: 0 !important; 
  border-top-right-radius: 0 !important;
  line-height: 24px !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-bottom-left-radius: 0 !important; 
  border-top-left-radius: 0 !important;
}

.btn-outline-secondary {
  color: #ffffff;
  background-color: #2a99d6;
  border-color: #2a99d6; 
}

.btn-outline-secondary:hover {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  color: #2a99d6;
}

/* FORM END     =================================================================== */


/* DETAILS START =================================================================== */
.black-section {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 100%;
  height: 112px;
}
.img_fluid {
  width: 100%;
  height: auto;
}
.movie-article {
  position: relative;
  margin-top: -100px !important;
  z-index: 99;
}

.trailer-link {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 4px 12px;
  margin-right: .5em;
  min-width: 120px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
}

.trailer-text:hover {
  text-decoration: underline;
}


.details-table {
  margin-bottom: 3em;
}
.details-table table,
.details-table tbody,
.details-table tr,
.details-table th {
  vertical-align: top; 
  padding: 1px;
}
.details-table td {
  padding: 1px;
}

.details-table th {
  padding-right: 1em;
  white-space: nowrap;
  text-transform: uppercase; 
  color: #000;

}

.dateLabel {
  text-transform: capitalize;
  font-weight: bold;
  color: #000;
}

.performanceLine {
  display: flex;
  align-items: center;
  background-color: #d3d3d3;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1em;
  padding: 0 15px !important;
  height: 36px;
}

.performanceLine div {
  display: inline-block;
  margin-right: 1em;
}

.performanceLine a {
  color: inherit;
}

.performanceLine a:hover {
  color: #fff;
}

/* DETAILS END =================================================================== */


@media only screen and (min-width: 992px) {
  .navbar-collapse {
      display: -ms-flexbox!important;
      display: flex!important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
  }
}

@media only screen and (max-width: 992px) {
  .navbar-collapse, .nav-bar {
    flex-direction: column;
    height: auto;
  }
  .nav-bar, .nav-2 {
    margin: 0; 
  }
  .nav-item {
    padding: 12px;
    width: 100%;
    height: auto;
  }
  .navbar-brand img {
    width: 100%;
    height: auto;
  }
  .nav-link {
    text-align: left;
  }
  .nav-language {
    display: inline-block;
    text-align: left;
    margin: 0px;
  }
  .dx-link {
    width: 80px;
  }
  .dropdown-menu {
    position:  static;
    float:none;
  }
  .navbar-toggle {
    margin-top: 10px;
    display: inline-block
  }
  .poster img{
    width: 66%!important;
  }
  .page-content {
    margin-top: 0;
  }
}


@media only screen and (max-width: 762px) {
  .col-12 {
    flex:0 0 100%!important;
    max-width: 100%!important;
  }
  .d-flex {
    flex-flow: column;
  }
  .poster img, .black-section, 
  .spacer {
    display: none;
  }
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    padding: 0;  
  }
  .movie-article {
    margin-top:0 !important;
  }
  .OLCT_successSection .continueButtonsContainer,
  .OLCT_successSection .printButtonsContainer {
    text-align: left!important;
    padding-bottom: 7px;
  }
   .OLCT_successSection .continueButtonsContainer a,
  .OLCT_successSection .printButtonsContainer button {
    margin-bottom: 5px;
  }
}