@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Quicksand:300,400,500')

/* ============================================================
  HTML & BODY
============================================================ */
html, body {
  height: 100%;
  width:100%;
  margin:0;
  padding:0;
  font-family: 'Quicksand', Helvetica, Arial, sans-serif;
}

a {
  -webkit-transition: background .5s, color .5s ease-out;
  -moz-transition:
   background, color .5s .5s ease-out;
  transition: background .5s, color .5s ease-out;
}

/* ============================================================
 main sections
============================================================ */
#navigation {
  width:100%;
  position:fixed;
  _position:absolute;
  top: 1.75rem;
  _top:expression(eval(document.body.scrollTop));
  z-index:50;
}

#navigation li {
  margin:0;
  padding:0;
  text-align:center;
  font-size: 1.5rem;
}

#navigation li a {
  font-family: 'Montserrat', sans-serif;
  color: #F9F9F9;
  opacity: 0.8;
  text-transform: uppercase;
}

#navigation li a:hover {
  color: #F9F9F9;
  opacity: 1.0;
}

.menu-btn {
  font-size: 2rem;
  opacity: 0.8;
  text-align: center;
}

.icon-list {
  color: #F9F9F9;
}

#homepage {
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#F9F9F9;
  margin: 0;
  padding: 5rem 0 0 0;
}

#homepage .row {
  max-width: 100%;
}

.wrapper-laurels {
  width: 100%;
  position: absolute;
  top: .25rem;
  text-align: center;
  margin: 0;
  padding: 0;
}

.row-laurels {
  border-bottom: 1px solid #F9F9F9;
  color: #F9F9F9;
  opacity: 0.8;
  font-size:.8em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 .2rem 0;
}

.wrapper-academy {
  width: 100%;
  position: absolute;
  top: 4rem;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #F9F9F9;
  opacity: 0.8;
}

.wrapper-quotes {
  width:100%;
  position:absolute;
  top: 5rem;
  text-align: center;
  margin: 0;
  padding: 0;
}

.quote {
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 200;
  opacity: 0.8;
  text-transform: uppercase;
  color: #F9F9F9;
}

.quote-page-quote {
  display: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 200;
  text-transform: uppercase;
  color: #F9F9F9;
  opacity: 0.8;
}

.quote-credit {
  font-size: .7rem;
  color: #F9F9F9;
  opacity: 0.8;
  text-transform: uppercase;
}

.wrapper-home-identity {
  margin: 0 auto;
  max-width: 475px;
  padding: 1rem;
  background-color: rgba(244,244,244,0.8);
  border-radius: 10px;
}

.wrapper-title {
  width:100%;
  position:absolute;
  bottom: 35%;
  /* bottom: 6.5rem; */
  text-align: center;
  margin: 0;
  padding: 0;
}

img.img-maintitle {
  max-width: 400px;
  text-shadow: 0px 0px 10px #F9F9F9;
}

.break-mobile {
  visibility: hidden;
  display: none;
}

.pageslide {
   padding: 7rem 0 0 0;
   min-height:600px;
   height: 100%;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-color:#F9F9F9;
   margin:0;
}

.openingdates {
  width:100%;
  position:absolute;
  bottom: 6rem;
  /*******/
  text-align: center;
  margin: 0 auto;
}

.photogallery ul li a img {
  padding: 4px;
  background: rgba(244,244,244,0.8);
  border: 0;
  border-radius: 10px;
}

.photogallery ul li a img:hover {
  background:rgba(0,103,134,0.75);
}

.light-text {
  color: #F9F9F9;
}

.red-text {
  color: #ed1c24;
}

.align-center {
  margin: 0 auto;
  text-align: center;
}


/*** headers ***/

h5 {
  font-family: 'Montserrat', sans-serif;
  color: #ed1c24;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.pageslide h2 {
  font-family: 'Montserrat', sans-serif;
  color: #ed1c24;
  font-size: 4rem;
  text-transform: uppercase; 
}

.pageslide .photogallery h2 {
  opacity: 0.8;
}

.small-text {
  font-size: smaller;
}


/*** Blu-ray/Digital ****/

.bluray-digital-wrapper {
  margin: 0 auto;
  text-align: center;
  max-width: 360px;
  max-height: 150px;
  background-color: rgba(237,28,36,0.7);
  border-radius: 7px 0 0 7px;
}

.box-art {
  max-height: 150px;
  max-width: 148px;
  float: left;
  text-align: right;
}

.box-art img {
  float: right;
  max-height: 150px;
  max-width: 123px;
}

.cta {
  height: 100%;
  max-width: 212px;
  text-align: center;
  margin: 0;
  margin: 0 .25rem 1rem .5rem;
}

.cta p {
  color: #F9F9F9;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: .8rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

img.cta-button {
  max-width: 100px;
  padding: .5rem 0;
}

.blu-ray-mobile {
  color: #F9F9F9;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: .8rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}


/*** Background images for homepage & interstitial pages ****/


#homepage {
  background-image: url("../img/backgrounds/home.jpg");
  }
#inter-2 {
  background-image: url("../img/backgrounds/inter-2.jpg");
   border-top: 1px solid #F9F9F9;
  }
#pageslide1 {
  background-image: url("../img/backgrounds/synopsis.jpg");
   border-top: 1px solid #F9F9F9;
}
#pageslide2 {
  background-image: url("../img/backgrounds/filmmakers.jpg");
   border-top: 1px solid #F9F9F9;
}
#pageslide3 {
  background-image: url("../img/backgrounds/quote-page.jpg");
   border-top: 1px solid #F9F9F9;
}
#pageslide6 {
  background-image: url("../img/backgrounds/gallery.jpg");
   border-top: 1px solid #F9F9F9;
}
#inter-final {
  background-image: url("../img/backgrounds/final.jpg");
   border-top: 1px solid #F9F9F9;
   text-align: center;
  }

/**********************
footer
*********************/
.footer {
  width:100%;
   position:fixed;
  _position:absolute;
  bottom:0;
  _top:expression(eval(document.body.scrollBottom));
  /*******/
  font-size:.8em;
  text-transform:uppercase;
}

.footer a{
  /*******/
  color: #F9F9F9;
  opacity: 0.8;
  font-size: .8rem;
  font-family: 'Montserrat', sans-serif;
}

.footer a:hover {
  opacity: 1.0;
}

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

.footer li {
  text-align:center;
  margin: 0;
  padding: 0;
}

.footer a.social {
  /*******/
  color: #F9F9F9;
  opacity: 0.8;
  font-size: .8rem;
}

.footer a.social:hover {
  opacity: 1.0;
}

.copyright {
  /*****/
  font-size: .7rem;
  color: #F9F9F9;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  opacity: 0.8;
  text-transform: uppercase;
  text-align:center;
  padding-top: .25rem;
}

/**********************
back to top button
*********************/
.back-to-top {
  position:fixed;
  _position:absolute;
  bottom: 2rem;
  _top:expression(eval(document.body.scrollBottom));
  right: 1rem;
  text-align: center;
  display: none;
  z-index: 200;
  padding: .75rem 1rem 1rem 1rem;
  /******/
  background:#F9F9F9;
  width: 60px;
  height: 60px;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

a .back-to-top {
  /******/
  color:#ed1c24;
  font-size: 1.5rem;
}

.back-to-top:hover {
  opacity: 0.6;
}

/**********************
scrolling text box
*********************/

.scrolltext {
  /******/
  height:450px;
  padding: 0 1rem 0 0;
}

.scrolltext p {
  font-family: 'Quicksand';
  font-size: 1.5rem;
  color: #F9F9F9;
  font-weight: 300;
  opacity: 0.8;
}

.scrolltext ul li {
  font-family: 'Quicksand';
  font-size: 1.5rem;
  color: #F9F9F9;
  font-weight: 300;
  text-transform: uppercase;
}

.scrolltext ul li a {
  font-family: 'Quicksand';
  font-size: 1.5rem;
  color: #F9F9F9;
  font-weight: 300;
  opacity: 1;
  text-transform: none;
}

.scrolltext ul li a:hover {
  opacity: 0.8;
}

.scrolltext .link  {
  font-family: 'Quicksand';
  font-size: 1.5rem;
  color: #F9F9F9;
  font-weight: 300;
  opacity: 1;
  text-transform: none;
}

.filmmaker-title {
  opacity: 0.8;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.scrollmodal {
  /******/
  height:450px;
  overflow-y:scroll;
  overflow-x:hidden;
  font-family: 'Quicksand';
  font-size: 1.5rem;
  color: #F9F9F9;
  font-weight: 300;
  opacity: 0.8;
  padding: 0 1rem 0 0;
}

.scrollmodal p {
  font-family: 'Quicksand';
  font-size: 1.5rem;
  color: #F9F9F9;
  font-weight: 300;
}

.scrollmodal p strong {
  font-family: 'Montserrat', 'Quicksand', sans-serif;
  text-transform: uppercase;
  opacity: 1.0;
}

img.bio-image {
  max-width: 425px;
}

img.right {
  align: right;
  border-radius: 10px 0 10px 10px;
}

/**********************
modal
**********************/
.reveal-modal {
  /******/
  color:#F9F9F9;
  background-image: url('../img/backgrounds/home-blue.jpg');
   background-position: 50% 50%;
   background-repeat: no-repeat;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

.reveal-modal h1,.reveal-modal h2,.reveal-modal h3,.reveal-modal h4 {
  /******/
  color: #ed1c24;
  text-transform: uppercase;
}

.reveal-modal h5 {
  color: #F9F9F9;
  opacity: 0.8;
}

#trailer.reveal-modal {
  background:none;
  border:none;
  box-shadow: none;

}

.reveal-modal-bg {
  background:rgba(0,103,134,0.75);
}

.reveal-modal .billingblock {
  margin: 0 auto;
  text-align: center;
}

.scrollmodal::-webkit-scrollbar{width: 3px;}
.scrollmodal::-webkit-scrollbar-thumb{background-color:rgb(244,244,244); border-radius: 0;}
.scrollmodal::-webkit-scrollbar-thumb:hover{background-color:rgb(249,249,249);}
.scrollmodal::-webkit-scrollbar-track{background-color:rgb(0,103,134);}


.close-reveal-modal {
  font-size: 4rem;
  color: #F9F9F9;
  opacity: 0.8;
}

/**********************
Foundation overrides - DO NOT TOUCH
*********************/
.flex-video  {
  margin-bottom:0;
}

@media only screen and (max-width: 40em) {
  dialog, .reveal-modal {
    min-height:0;
  }
}

/**********************
IE8 Fix
*********************/
.ie8 {
  display:none;
}

/**********************
Lightbox gallery 
*********************/
.photogallery img {
  border-radius:3px;
  -webkit-border-radius:3px;
}

.lb-outerContainer {
  background:rgba(255,255,255,0.4)
}

/**********************
Media Queries
*********************/

@media (max-width: 600px) {

#pageslide3 {
  background-image: url(../img/backgrounds/quote-page-mobile.jpg);
}

#inter-final {
  background-image: url(../img/backgrounds/final-mobile.jpg);
}

#navigation {
  top: 2rem;
}

.wrapper-academy {
  font-size: 1rem;
}

.row-laurels {
  font-size:.75em;
}
.openingdates {
  bottom:  8.5rem;
}

.quote-page-quote {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.footer a {
  font-size:.75rem;
}

.footer a.social {
  font-size:.75rem;
}
}

@media (max-width: 840px) {
.openingdates {
  bottom:  7rem;
}
}
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

}

/* iPhone 5 Portrait ----------- */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {

#homepage {
  background-image: url(../img/backgrounds/home-blue.jpg);
}

#navigation {
  top: .25rem;
}

.wrapper-title {
  position: absolute;
  top: 6.25rem;
}

img.img-maintitle {
  width: 100%;
}

h5 {
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  opacity: 0.8;
}

.break-mobile {
  visibility: visible;
  display: block;
}

.wrapper-quotes, .wrapper-laurels {
  visibility: hidden;
  display: none;
}

.wrapper-academy {
  top: 3rem;
  font-size: 1rem;
}

.openingdates {
  position:absolute;
  bottom: 7.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 700;
  opacity: 0.8;
}

.openingdates a {
  font-size: 1rem;
}

.pageslide {
   padding: 4rem 0 0 0;
}

.pageslide h2 {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
}

.quote {
  font-size: 1rem;
  line-height: 1rem;
}

.scrolltext {
  /******/
  height:375px;
}

.scrolltext p {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}

.scrolltext ul li {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}

.scrolltext ul li a {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}

.scrolltext .link  {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}

.scrollmodal {
  /******/
  height:400px;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}

.scrollmodal p {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}

img.bio-image {
  visibility: hidden;
  display: none;
}

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

.footer li {
  margin: 0;
  padding: 0;
}

.footer a {
  font-size:.5rem;
  line-height: .65rem;
}

.footer a.social {
  font-size:.5rem;
  line-height: .65rem;
}

.copyright {
  font-size: .5rem;
  line-height: .65rem;
}

.hide-on-mobile-all {
  visibility: hidden;
  display: none;
}

}

/* iPhone 5 Landscape ----------- */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 

#homepage {
  background-image: url(../img/backgrounds/home-blue.jpg);
}

#navigation {
  top: .25rem;
}

.menu-btn {
  text-align: left;
}

.wrapper-title {
  position: absolute;
  top: 4rem;
}

img.img-maintitle {
  max-width: 50%;
}

img.img-maintitle {
  width: 100%;
}

h5 {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.wrapper-quotes, .wrapper-laurels {
  visibility: hidden;
  display: none;
}

.wrapper-academy {
  top: .5rem;
  padding-left: .5rem;
  font-size: 1rem;
}

.openingdates {
  position:absolute;
  bottom: 4.25rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1rem;
}

.openingdates a {
  font-size: 1rem;
}

.bluray-digital-wrapper {
  visibility: hidden;
  display: none;
}

.blu-ray-mobile {
  visibility: visible;
  display: inline;
}

.pageslide {
   padding: 4rem 0 0 0;
}

.pageslide h2 {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
}

.quote {
  font-size: 1rem;
  line-height: 1rem;
}

.scrolltext {
  /******/
  height:375px;
}

.scrolltext p {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}

.scrolltext ul li {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}

.scrolltext ul li a {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}

.scrolltext .link  {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}

.scrollmodal {
  /******/
  height:400px;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}

.scrollmodal p {
  font-size: 1.2rem;
  font-family: 'Quicksand', sans-serif;
}

img.bio-image {
  visibility: hidden;
  display: none;
}

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

.footer li {
  margin: 0;
  padding: 0;
}

.footer a {
  font-size:.5rem;
  line-height: .65rem;
}

.footer a.social {
  font-size:.5rem;
  line-height: .65rem;
}

.copyright {
  font-size: .5rem;
  line-height: .65rem;
}

.hide-on-mobile-all {
  visibility: hidden;
  display: none;
}

}