@font-face {
  font-family: 'Montserrat-Regular';
  src: url("/sites/FILMAX/fonts/Montserrat-Regular.woff2") format("woff2"), 
       url("/sites/FILMAX/fonts/Montserrat-Regular.woff") format("woff"), 
       url("/sites/FILMAX/fonts/Montserrat-Regular.ttf") format("truetype"),
       url("/sites/FILMAX/fonts/Montserrat-Regular.eot") format("embedded-opentype");
}

html,body
{
/*    width: 100%;
    height: 100%;*/
}

.continueButtonsContainer a,
.printButtonsContainer button,
input['submit'] {
    text-transform: uppercase!important;  
}

body {
  text-align:left;
  background-color:#fff;
  padding:0px;
  margin:0px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color:#212529;
  overflow-x: hidden !important;
}
a {
  text-decoration: none;
  color: #c8c8c8 ;
}
a:visited {
  color: #c8c8c8;
}
a:hover {
  color: #fff;
}

.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;
}

.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%;
}

/* HEADER START =================================================================== */
header {
  display: block;
}

#main-nav {
  background-color: #000;
  margin: 0;
  padding: 0;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.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 {
  height: 90px;
}

.nav-bar {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  justify-content: space-around;
  position: relative;
  white-space: nowrap;
  font-size: 24px;
  max-width: 700px;
  margin: 0 10px;
  height: 100%;
}

.navbar-collapse {
  flex-basis: auto;
  flex-grow: 1;
  height: 100px;
}

.collapse:not(.show) {
  display: none;
}

.navbar-toggle {
  display: none;
  padding: 4px 12px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 4px;
}

.navbar-toggle-icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.nav-2 {margin-left: auto;}

.nav-item {
  display: block;
  flex: 1 1 auto;
  text-align: center;
  font-family: Montserrat-Regular;
  font-weight:500;

}

.nav-item.show {
  position: relative;
}

.nav-link {
  display: block;
  padding: 8px;
  text-align: center;
  font-size: 18px;
}

.dx-link {
  width: 80px;
  padding-right: .5rem;
  padding-left: .5rem;
}

.sombrablanca {
  -webkit-filter: drop-shadow(4px 4px 3px #999);
  filter: drop-shadow(4px 4px 3px #999);
  -webkit-transition: all 0.6s cubic-bezier(0.165,0.84,0.44,1);
  transition: all 0.6s cubic-bezier(0.165,0.84,0.44,1);
}

.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%;
  left: 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: #000;
  color: #c8c8c8;
  font-size: 16px;
  font-family: Montserrat-Regular;
}

#footer .btn{
  background-color: #95a5a6 !important;
  color: #6c757d !important;
  border-color: #6c757d !important;
}

#footer a:hover {
  color: #c8c8c8;
  text-decoration: underline;
}

#footer li{
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.legal {
  padding: 24px;
}

.social a{
  margin-right: 2px;
}

.social a:hover {
  text-decoration: none!important;
}

.colophon {
  width: 100%;
  background-color: gray;
  color: #fff;
  padding: 16px;
}

.colophon a {
  margin: 0;
  color: #fff;
}

.colophon a:hover {
  color: #c8c8c8;
  text-decoration: none !important;
}

.colophon a:after {
  content: ' | ';
  margin: 0 .5em;
}

.colophon a:last-child::after {
  content: '';
}
/* FOOTER END   =================================================================== */

/*Bootstrap*/
.col-md-4 {
  width: 32.3333%;
  display: inline-block;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 762px) {
  .col-md-4 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
/*Boostrap*/

/* 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: #6c757d;
  background-color: transparent;
  background-image: none;
   border-color: #6c757d; 
}

.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #6c757d;
  border-color: #6c757d;
}





/* FORM END     =================================================================== */


/* DETAILS START =================================================================== */
.black-section {
  position: relative;
  z-index: 1;
  background-color: black;
  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 (max-width: 1220px){
  .navbar-brand img {
    height: 65px;
    margin: 10px 0px;
  }
  .dx-link{
    width: 40px;
  }
}

@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: 991px) {
  .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;
  }
  .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;
  }
}