/* Main style file. Override general styles here. Specific module or page type
styles, often have their on css files, which are called only if necessary. */

html,
body {
  height: 100%;
}

body {
  color: #060606;
  background-color: #2b2b2b;
  font-family: "futura-pt", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

#parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative;
}

.landing .bd {
  padding: 25px 0;
  height: 100%;
}

.landing #parallax {
  padding-top: 0;
}

.page .bd {
  margin-top: 25px;
}

.page-cast .content img {
  width: 100%;
  height: auto;
}

.page .bd .content,
.page .bd .side {
  background-color: #efe9db;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.page .bd .side {
  margin-bottom: 25px;
}

.page .bd .content h1 {
  margin-top: 0;
}

.content a,
.side a {
  color: #ed2c43;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.bd .page-panel:first-child {
  margin-top: 0;
}

.bd .page-panel:last-child {
  margin-bottom: 0;
}

.ft {
  color: #efe9db;
  text-align: center;
}

.ft--main,
.ft--copy,
.ft--newsletter {
  background-color: #060606;
  background-color: rgba(6, 6, 6, 0.7);
  margin: 25px 0;
  padding: 15px 0;
  text-transform: uppercase;
}

.ft--newsletter {
  padding: 25px 0;
  text-transform: initial;
  background-color: #ef1745;
  background-color: rgba(200, 14, 54, 0.7);
}

.ft--copy {
  font-size: 13px;
  margin-bottom: 0;
}

.ft--copy p {
  margin: 0;
}

.ft .page-header {
  text-align: center;
  border: 0;
  padding: 0 15px;
  margin-bottom: 55px;
}

.ft-section {
  margin-top: 40px;
}

.ft .page-header img {
  /* max-height: 50px; */
  width: 100%;
  height: auto;
  max-width: 550px;
}

.ft-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ft-menu li {
  margin: 10px 0;
}

.ft-menu a {
  font-size: 20px;
  padding: 10px 0;
}

.ft h2 {
  margin-top: 0;
}

.for-students,
.for-educators {
  text-decoration: underline;
}

.ft .logos a {
  display: inline-block;
}

.logo-screen-siren {
  width: auto;
  max-height: 75px;
}

.devonshire-productions-logo {
  width: auto;
  max-height: 75px;
}

.logo-elevation-pictures {
  width: auto;
  max-height: 75px;
}

.logo-tmn {
  width: auto;
  max-height: 75px;
}

.logo-shaw-rocket-fund,
.logo-bell-fund {
  width: auto;
  max-height: 80px;
}

.social-links a {
  margin: 0 5px;
  font-size: 24px;
}

.back-to-top {
  display: none;
  position: absolute;
  bottom: 25px;
  width: 48px;
  height: 48px;
  z-index: 20;
  left: 50%;
  margin-left: -24px;
  line-height: 24px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 0 0px 10px #000;
  font-weight: 700;
}

.back-to-top a {
  height: 24px;
  line-height: 48px;
  padding-top: 18px;
}

.back-to-top a,
.back-to-top i {
  display: block;
}

.back-to-top i {
  line-height: 7px;
}

.next-link {
  position: absolute;
  bottom: 25px;
  width: 200px;
  height: 150px;
  z-index: 20;
  left: 50%;
  margin-left: -100px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 0 0px 10px #000;
  font-weight: 700;
  letter-spacing: 4px;
}

a.lang-toggle {
  background-color: #ed2c43;
  color: #fff;
  text-shadow: none;
  /* padding: 7px 14px; */
  font-weight: 500;
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
}

a.lang-toggle:hover,
a.lang-toggle:active {
  background-color: #fff;
  color: #ef1745;
}

.translation-btn {
  margin-top: 15px;
}

@media (min-width: 768px) {
  a.lang-toggle {
    margin-left: 10px;
  }
}

.page-panel--content a.see-the-film,
a.see-the-film {
  background-color: #ed2c43;
  text-shadow: none;
  padding: 7px 14px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

a.see-the-film:focus {
  background-color: #ed2c43 !important;
  color: #fff !important;
}

.page-panel--content a.see-the-film:hover,
.page-panel--content a.see-the-film:active,
a.see-the-film:hover,
a.see-the-film:active {
  background-color: #fff;
  color: #ef1745;
}

.learn-more {
  font-size: 20px;
  color: #ed2c43;
  font-weight: 700;
  letter-spacing: 4px;
  display: block;
}

.orange-shirt-day-button {
  display: inline-block;
  margin-top: 50px;
}

.orange-shirt-day-button img {
  max-width: 150px; 
}
  
iframe {
  width: 100%;
}

@media (min-width: 768px) {
  .logos img {
    max-height: 70px;
  }
  .back-to-top {
    display: block;
  }
  .logo-bell-fund {
    /* margin-left: 15px; */
  }
  .logo-shaw-rocket-fund {
    margin-top: 12px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .learn-more {
    font-size: 30px;
  }
  .next-link {
    font-size: 25px;
    bottom: 30px;
  }
  .logo-screen-siren {
    margin-top: 15px;
  }
  .devonshire-productions-logo {
    margin-left: 15px;
  }
  .logo-elevation-pictures {
    margin-left: 15px;
  }
}

@media (min-width: 992px) {
  .ft {
    text-align: left;
  }
  .ft .logos {
    text-align: right;
  }
}

@media (orientation: landscape) {
  .next-link {
    height: 90px;
  }
}

.next-link span {
  display: block;
}

.page-panel {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #060606;
  background-color: rgba(6, 6, 6, 0.7);
  display: table;
}

.page-panel.home img {
  max-width: 300px;
  -webkit-filter: drop-shadow(0 0px 10px #000);
  filter: drop-shadow(0 0px 10px #000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#000')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#000')";
  margin-bottom: 16px;
}

.page-panel.home .slogan {
  max-width: 400px;
  margin-top: -25px;
}

.page-panel.home {
  background-position: center;
}

.page-panel.film {
  background-position: -320px center;
}

.page-panel.book {
  background-position: -140px center;
}

.page-panel.education {
  background-position: center;
}


/* Mobile Landscape */

@media (min-width: 667px) {
  .page-panel.home {
    background-position: center;
  }
  .page-panel.film {
    background-position: center;
  }
  .page-panel.book {
    background-position: center;
  }
  .page-panel.education {
    background-position: center;
  }
}


/* Tablet Portrait */

@media (min-width: 768px) {
  .page-panel.home {
    background-position: center;
  }
  .page-panel.film {
    background-position: center;
  }
  .page-panel.book {
    background-position: -100px center;
  }
  .page-panel.education {
    background-position: center;
  }
}


/* Desktop*/

@media (min-width: 992px) {
  .page-panel.home {
    background-position: center;
  }
  .page-panel.film {
    background-position: center;
  }
  .page-panel.book {
    background-position: center;
  }
  .page-panel.education {
    background-position: center;
  }
}

.banner:before,
.page-panel:before {
  background-image: url(/images/frame_top.png);
  top: 0;
}

.banner:after,
.page-panel:after {
  background-image: url(/images/frame_bottom.png);
  bottom: 0;
}

.banner:before,
.banner:after,
.page-panel:before,
.page-panel:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  background-repeat: repeat-x;
  background-position: center;
  z-index: 50;
}

/* .page-education .navbar-toggle {
  background-color: #ff7f00;
}

.page-education .navbar-default .navbar-toggle:hover .icon-bar, 
.page-education .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #ff7f00;
} */

.page-education .banner:before,
.page-education .banner:after {
  display: none;
}

/* .page-education .navbar-nav .dropdown-menu>.active>a, 
.page-education .navbar-nav .dropdown-menu>.active>a:focus, 
.page-education .navbar-nav .dropdown-menu>.active>a:hover, 
.page-education .navbar-nav .dropdown-menu>li>a:focus,
.page-education .navbar-nav .dropdown-menu>li>a:hover {
  color: #ff7f00;
}

.page-education a:hover,
.page-education a:focus,
.page-education .side-nav .nav li a:hover,
.page-education .side-nav .nav li a:focus,
.page-education .side-nav .nav li.active>a,
.page-education .content a,
.page-education .side a {
  color: #ff7f00;
}

.page-education .navbar-default .navbar-nav>.open>a,
.page-education .navbar-default .navbar-nav>.open>a:focus,
.page-education .navbar-default .navbar-nav>.open>a:hover,
.page-education .navbar-default .navbar-nav>.active>a,
.page-education .navbar-default .navbar-nav>.active>a:focus,
.page-education .navbar-default .navbar-nav>.active>a:hover {
  color: #ff7f00;
  font-weight: 600;
} */
/*
  backgrounds

  top-to-bottom: is left and right sides
  side-to-side: is top and bottom sides
*/

.top-to-bottom:before,
.top-to-bottom:after,
.side-to-side:before,
.side-to-side:after {
  content: '';
  position: absolute;
  /* background-color: #000; */
}

.top-to-bottom:before,
.top-to-bottom:after {
  height: 100%;
  width: 29px;
}

.side-to-side:before,
.side-to-side:after {
  height: 29px;
  width: 100%;
}


/* left side */

.top-to-bottom:before {
  top: 0;
  left: -15px;
  bottom: 0;
  background-image: url(/images/edge-left.png);
  background-position: right center;
}


/* right side */

.top-to-bottom:after {
  top: 0;
  right: -15px;
  bottom: 0;
  background-image: url(/images/edge-right.png);
  background-position: left center;
}


/* top side */

.side-to-side:before {
  top: -15px;
  left: 0;
  right: 0;
  background-image: url(/images/edge-top.png);
  background-position: top center;
}


/* bottom side */

.side-to-side:after {
  bottom: -15px;
  left: 0;
  right: 0;
  background-image: url(/images/edge-bottom.png);
  background-position: bottom center;
}

.top-to-bottom,
.side-to-side {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

.above {
  position: relative;
  z-index: 5;
}

.page-panel--content {
  position: relative;
  height: 100%;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: 30px;
  text-shadow: 0 0px 10px #000;
  color: #fff;
}

.page-panel--content h1 {
  letter-spacing: 4px;
}

.page-panel--content h1 .fa {
  font-size: 30px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .page-panel--content h1 {
    font-size: 50px;
  }
  .page-panel--content {
    font-size: 50px;
  }
  .page-panel.home img {
    max-width: 600px;
  }
}

.page-panel--background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.page-panel img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 0px 10px #000);
  filter: drop-shadow(0 0px 10px #000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#000')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#000')";
}

.page-panel--background img {
  width: 100%;
  height: auto;
}

.page-panel--content a:focus,
.page-panel--content a:hover,
.page-panel--content a {
  outline: none;
  background: none;
  text-decoration: none;
  position: relative;
}

.banner {
  position: relative;
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 300px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner img {
  /* display: inline-block; */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.banner img.img-loaded {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.banner-content {
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin-top: 150px;
  background-color: #060606;
  background-color: rgba(6, 6, 6, 0.7);
  color: #efe9db;
}

.banner-content--cell {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  height: 200px;
}

.event-list {
  text-align: center;
  position: relative;
  z-index: 5;
}

.book-list {
  position: relative;
  z-index: 5;
}

.event-list--item {
  position: relative;
  border-bottom: 1px solid #c0a972;
  padding: 20px 0;
}

.event-list--item h3 {
  margin-top: 10px;
  color: #ed2c43;
}

.event-list--item:last-child {
  border: 0;
}

.book-item {
  position: relative;
  border-bottom: 1px solid #c0a972;
  padding: 20px 0;
}

.book-item:last-child {
  border: 0;
}

.book-item img {
  width: 100%;
  height: auto;
}

.book-item h3 {
  margin-top: 0;
}

.masonry-list {}

.masonry-list--item {
  background-color: #efe9db;
  padding: 15px;
  width: 100%;
  margin-top: 15px;
  max-height: 300px;
  overflow: hidden;
  position: relative;
  min-height: 150px;
}

.masonry-list--item .over {
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(6, 6, 6, 0.7);
  z-index: 50;
  text-align: center;
  opacity: 0;
}

.masonry-list--item:hover .over {
  opacity: 1;
}

.masonry-list--item .over>a {
  background-color: #ed2c43;
  padding: 8px 13px;
  display: inline-block;
  height: 40px;
  /* margin-top: 110px; */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.masonry-list--item .over>a:hover {
  background-color: #fff;
}

.masonry-list--item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(239, 233, 219, 0) 0%, rgba(239, 233, 219, 1) 95%, rgba(239, 233, 219, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 233, 219, 0)), color-stop(95%, rgba(239, 233, 219, 1)), to(rgba(239, 233, 219, 1)));
  background: -o-linear-gradient(top, rgba(239, 233, 219, 0) 0%, rgba(239, 233, 219, 1) 95%, rgba(239, 233, 219, 1) 100%);
  background: linear-gradient(to bottom, rgba(239, 233, 219, 0) 0%, rgba(239, 233, 219, 1) 95%, rgba(239, 233, 219, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efe9db', endColorstr='#efe9db', GradientType=0);
  /* IE6-9 */
}

.masonry-list--item img {
  width: 100%;
  height: auto;
}

.masonry-list--item h1 {
  margin-top: 0;
  font-size: 26px;
}

.masonry-list--item h1 em {
  display: block;
}

.masonry-list--item h2 {
  font-size: 20px;
}

.testimonial-list {
  margin-top: 25px;
}

.testimonial {
  width: 100%;
  font-style: italic;
  margin-top: 15px;
  padding: 10px;
  position: relative;
  padding-left: 35px;
  /* color: #5F5957; */
}

.testimonial:after {
  content: '\201C';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  color: rgba(239, 23, 69, 0.1);
  height: 150px;
  line-height: 150px;
  font-size: 150px;
  font-family: "bookman-jf-pro", serif;
  z-index: -1;
}

.testimonial-meta {
  font-weight: 600;
  text-align: right;
  color: #2F292B;
}

.testimonial-meta:before {
  content: '\2013';
  margin-right: 5px;
}


/**** Side Nav Menu Customization****/

.side-nav>h3:first-child {
  margin-top: 0;
}

.side-nav .nav .nav {
  margin: 5px 0 10px 12px;
}

.side-nav .nav li a {
  padding: 2px;
  color: #060606;
}

.side-nav .nav li a:hover,
.side-nav .nav li.active>a {
  color: #ef1745;
  font-weight: 500;
  background: none;
}

.side-nav .nav .nav .nav {
  font-size: 12px !important;
}


/**** Animations ****/

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes dropDownFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes dropDownFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.ft-section.ft-section--contact strong {
  display: block;
}


/**** Responsive Hooks ****/


/* Keep in mind mobile-first styles get applied 
generally and override for larger devices. */


/* Tablet*/

@media (min-width: 768px) {
  .testimonial {
    width: 48%;
  }
  .masonry-list--item {
    width: 32.1%;
  }
  .ft .page-header img {
    max-height: 75px;
    width: auto;
  }
  .page-panel img {
    width: auto;
    height: auto;
  }
}

@media (max-width: 767px) {
  .content img {
    width: 100%;
    height: auto;
  }
}


/* Desktop*/

@media (min-width: 992px) {
  .ft {
    text-align: initial;
  }
  .ft-section {
    margin-top: 0;
  }
}


/* Large Desktop*/

@media (min-width: 1200px) {}

.edu-content{
  margin-top: 20px;
}

