/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
  font-size: 14px;
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {
  color: #fff;
}

a {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #fff;
}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: transparent;
}

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder {
  color: #a9a9a9;
}

textarea:-moz-placeholder {
  color: #a9a9a9;
}

/* let's give blockquotes *some* default styling, because unstyled blockquotes are dangerous */
blockquote {
  padding: 16px;
  background: #eee;
}

/* fonts */

/* Bootstrap */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.btn-slider {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 24px;
  text-decoration: none;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 1vw;
  padding-left: 20px;
  padding-bottom: 5px;
  line-height: 1.4;
}

.wbw-slick-thumbnail:hover .btn-slider {
  background-color: #fff;
  color: #000;
}

/* site styles */

html {
  overflow-x: hidden;
}

body {
  overflow: hidden;
  font-family: 'Raleway';
  font-size: 16px;
  background-color: #21201f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

#main {
  background-color: #21201f;
  display: block;
  display: block;
  width: 100%;
  min-height: 1px;
}

#shows {
  background-color: #21201f;
  margin: 1px -1px 0 -3px;
}

#shows:after {
  clear: both;
  content: "";
  display: block;
}

.show {
  display: block;
  width: 25%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 2px 2px 3px 2px;
}

figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
  padding: 0;
  color: #fff;
  font-size: .8vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .5) 100%); /*   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0); */
}

figure.effect .img-container {
  position: absolute;
  top: -5%;
  left: -5%;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.9);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 111%;
}

figure img {
  position: relative;
  display: block;
}

figure .img-container > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

figure.effect {
  position: relative;
  height: 0;
  padding-bottom: 62%;
  margin: 0;
}

figure img {
  border-bottom: 1px solid transparent;
}

figure.effect .img-container:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: '';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0;
}

figure.effect p {
  margin-top: 0;
  padding: 0;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 3% 4.5%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9vw;
}

figure.effect h2 {
  display: none;
}

div {
  display: block;
}

#logo {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
  padding: 23% 18% 0 18%;
}

.telepictures-logo {
  padding: 0 11%;
  margin-bottom: 9%;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.telepictures-productions {
  text-align: center;
  line-height: 0;
}

.warnerbros-company {
  padding: 10% 5% 0 5%;
  text-align: center;
}

@media (max-width: 1199px) {
  .warnerbros-company {
    padding: 8% 5% 0 5%;
  }
}

.telepictures-productions img,
.warnerbros-company img {
  margin: 0 auto;
  display: inline-block;
}

.img-responsive {
  width: 100%;
}

.wbw-slick-link {
  position: relative;
}

.wbw-slick-link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */

  background: -moz-linear-gradient(15deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(15deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(15deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.thumbnail .wbw-slick-caption {
  pointer-events: none;
}

#wb-copyright {
  position: relative;
  padding: 13px 20px 13px 20px;
  font-size: 12px;
  width: 20%;
  text-align: right;
  line-height: 1.7;
  color: #444;
  float: right;
  width: 100%;
  display: block;
}

#wb-copyright a {
  color: #777;
  text-decoration: none;
}

#wb-copyright a:hover {
  color: #888;
  text-decoration: underline;
}

.wb-credit {
  color: #888;
  font-weight: 600;
  margin-left: 15px;
}

.divider {
  display: inline-block;
  padding: 0 7px;
}

@media (min-width: 1025px) {

  figure.effect:hover .img-container {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  figure.effect:hover figcaption {
    opacity: 1;
  }

  .show:hover {
    z-index: 100;
    cursor: pointer;
  }

  figure.effect:hover .img-container:before {
    opacity: 1;
  }
}

@media (min-width: 769px) {
  #content {
    margin-left: 22.8%;
    position: relative;
    width: auto;
  }

  #header {
    position: fixed;
    width: 22.8%;
    height: 100%;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: #21201f;
  }
}

@media (max-width: 1199px) {
  .show {
    width: 33.3%;
  }
}

@media (max-width: 768px) {
  #header {
    position: relative;
    height: 0;
    padding-bottom: 16%;
    text-align: center;
  }

  #logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 2% 12% 0 12%;
  }

  .telepictures-logo {
    display: inline-block;
    width: 15%;
    padding: 0;
    margin: 0;
    vertical-align: middle;
  }

  .telepictures-horizontal {
    display: inline-block;
    margin-left: 2%;
    width: 50%;
    margin-top: 2%;
    vertical-align: middle;
    line-height: 0;
  }

  .telepictures-productions,
  .warnerbros-company {
    display: block;
    margin: 0;
    padding: 0;
  }

  .warnerbros-company {
    padding: 4% 7% 0 7%;
  }

  .btn-slider {
    display: none;
  }

  .slick h3 {
    font-size: 4.5vw;
    margin-left: 1%;
  }

  #wb-copyright {
    text-align: center;
  }

  #shows {
    margin: 1px -2px 0 -3px;
  }
}

@media (max-width: 660px) {

  .wb-terms, .wb-jobs {
    display: block;
  }

  .hide-stacked {
    display: none;
  }
}

@media (max-width: 480px) {
  .warnerbros-company {
    padding: 3% 7% 0 7%;
  }

  .show {
    width: 50%;
  }
}

/* modals */

.easy-modal-inner {
  background-color: #fff;
  color: #333;

    padding: 10px 20px 20px 20px;
}

.easy-modal-inner a {
  color: #004a7f;
}

.easy-modal-close {
  display: block;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 40px;
  line-height: 1;
  padding: 4px 9px;
  color: #000;
  margin-top: 30px;
}

.lean-overlay {
  z-index: 999 !important;
}

.easy-modal {
  z-index: 1000 !important;
  max-width: 100%;
  min-width: 320px;
}

/* squarespace overrides */

.sqs-block {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
