/* Layout styles
   ========================================================================== */

/**
 * Apply box sizing 'border-box' to all elements and pseudo-elements
 */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  position: relative;
  background-color: #fff;
  color: #42474f;
  font-size: 14px;
  font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.57142857;
}

a {
  color: #ff5151;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ff5151;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.opera a:focus {
  outline: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

/**
 * Remove box shadow and border radius on OS X
 */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  background-color: #fff;
  border: 1px solid #ccc;

  -webkit-appearance: none;
          border-radius: 0;
}

/**
 * Focus styles for input elements
 */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  outline: 0;
}

button:focus,
input[type="button"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

p {
  margin: 10px 0;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
   white-space: nowrap;
}

.error {
  color: #fb4040;
}

/* Common styles (container, wraps, headers, tabs etc.)
   ========================================================================== */

.wrap {
  padding: 0 10px;
}

.icon,
.icon-inline {
  /*background-image: url(../images/icons.png);*/
  background-repeat: no-repeat;
}

.icon {
  display: block;
  position: absolute;
}

.icon-inline {
  display: inline-block;
  vertical-align: middle;
}

.btn {
  display: inline-block;
  border: 1px solid #ff5151;
  background-color: transparent;
  background-color: rgba(255,81,81,.0);
  height: 38px;
  padding: 0 28px;
  color: #ff5151;
  font-size: 14px;
  line-height: 2.5;
  border-radius: 18px;

  -webkit-transition: background-color ease .2s, color ease .2s;
          transition: background-color ease .2s, color ease .2s;
}

.btn:hover,
.btn:focus,
.btn:active {
  background-color: #ff5151;
  background-color: rgba(255,81,81,1);
  color: #fff;
  outline: 0;
  text-decoration: none;
}

.btn[disabled],
.btn[disabled]:hover {
  background-color: #ff5151;
  opacity: .5;
}

.form-row {
  margin: 0 -12px 24px;
}

.form-row .form-row {
  margin-bottom: 0;
}

.form-col {
  float: left;
  padding: 0 12px;
}

.form-col-40,
.form-col-50,
.form-col-60,
.form-col-100 {
  width: 100%;
}

.form-col-50 {
  margin-top: 5px;
}

.form-col-40:first-child,
.form-col-50:first-child,
.form-col-60:first-child {
  margin-top: 0;
}

.form-col:first-child .form-row {
  margin-bottom: 24px;
}

.form-col input[type="text"],
.form-col input[type="email"],
.form-col input[type="tel"],
.form-col input[type="password"],
.form-col textarea,
.form-col select {
  border: 1px solid #42474f;
  background-color: transparent;
  width: 100%;
  padding: 8px 18px;
  color: #42474f;
  font-size: 14px;
  line-height: normal;
  border-radius: 18px;
}

.form-col input[type="text"],
.form-col input[type="email"],
.form-col input[type="tel"],
.form-col input[type="password"],
.form-col select {
  height: 37px;
}

.form-col select {
  -webkit-appearance: none;
}

.form-col textarea {
  resize: vertical;
}

.form-col input:focus,
.form-col textarea:focus,
.form-col select:focus {
  background-color: #fff;
  outline: 0;
}

.form-col select:focus {
  color: #000;
}

.form-row-btn {
  margin-bottom: 0;
}

.form-col input.error-field,
.form-col select.error-field,
.form-col textarea.error-field {
  border-color: #e41a1a;
}

.form-col .error-msg {
  display: inline-block;
  margin-top: 4px;
  color: #e41a1a;
  font-size: 13px;
  line-height: 1.23076923;
  vertical-align: top;
}

.error-msg {
  color: #e41a1a;
}

.success-msg p {
  margin: 0;
}

.csstransitions .section-reveal {
  opacity: 0;

  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);

  -webkit-transition: opacity ease 1s;
          transition: opacity ease 1s;
}

.csstransitions .section-reveal.in-viewport {
  opacity: 1;
}

.papa-title {
  margin: 0 0 26px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

h2.papa-title {
  font-size: 30px;
}

h3.papa-title {
  font-size: 24px;
}

/* Promo
   ========================================================================== */

.promo {
  position: relative;
  min-height: 360px;
  height: 100%;
  z-index: 1;
}

.promo-bg {
  position: absolute;
  /*background-image: url(../images/video_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.promo-bg:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  background-color: rgba(0,0,0,.64);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.promo-head {
  position: relative;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 3;
}

.ph-logo {
  width: 73px;
  height: 73px;
  margin: 0 auto 20px;
}

.ph-logo a {
  display: block;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  height: 100%;
}

.ph-menu {
  text-align: center;
}

.ph-menu li {
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 10px;
}

.ph-menu a {
  color: #fff;
}

.ph-right {
  padding-top: 17px;
  text-align: center;
}

.ph-btn {
  display: inline-block;
  background-color: #fff;
  height: 38px;
  padding: 0 25px;
  color: #ff5151;
  line-height: 2.64285714;
  border-radius: 18px;

  -webkit-transition: all ease .2s;
          transition: all ease .2s;
}

.ph-btn:hover,
.ph-btn:focus {
  background-color: #ff5151;
  color: #fff;
  text-decoration: none;
}

.ph-title {
  position: relative;
  text-align: center;
  z-index: 2;
}

.ph-title h1 {
  margin: 40px 0 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

.ph-scroll {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  bottom: 30px;
  left: 50%;
  z-index: 3;
}

.ph-scroll a {
  display: block;
  background-image: url(../images/arrow_down.png);
  background-repeat: no-repeat;
  height: 100%;
}

/* About
   ========================================================================== */

.about {
  padding-top: 40px;
  padding-bottom: 10px;
}

.about-papa {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}

.about-papa img {
  display: inline-block;
  vertical-align: top;
}

.about-content h3 {
  margin: 24px 0 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.about-content p {
  margin: 0 0 18px;
}

/* Photos, Videos
   ========================================================================== */

.photos,
.videos {
  padding-top: 20px;
  padding-bottom: 30px;
}

.photos .more,
.videos .more {
  margin-top: 20px;
}

.photos-list li,
.videos-list li {
  width: 100%;
  vertical-align: top;
}

.photos-list li,
.videos-list li {
  -webkit-transition: opacity ease .3s;
          transition: opacity ease .3s;
}

.photos-list li.hidden,
.videos-list li.hidden {
  display: none;
}

.photos-list li.fade,
.videos-list li.fade {
  opacity: 0;
}

.photos-list a,
.videos-list a {
  display: block;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}

.videos-list a {
  -webkit-filter: grayscale(100%) opacity(90%);
          filter: grayscale(100%) opacity(90%);
}

.photos-list a:before,
.videos-list a:before {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(0,0,0,.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;

  -webkit-transition: opacity ease .3s;
          transition: opacity ease .3s;
}

.photos-list a:hover:before,
.photos-list a:focus:before,
.videos-list a:hover:before,
.videos-list a:focus:before {
  opacity: 1;
}

.videos-list a:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/play.png);
  width: 81px;
  height: 81px;
  margin: -40px 0 0 -40px;
  top: 50%;
  left: 50%;
  opacity: .4;

  -webkit-transition: all ease .25s;
          transition: all ease .25s;
  
  -webkit-transform: scale(.75) translate3d(0,0,0);
          transform: scale(.75) translate3d(0,0,0);
}

.videos-list a:hover:after,
.videos-list a:focus:after {
  opacity: .7;

  -webkit-transform: scale(1) translate3d(0,0,0);
          transform: scale(1) translate3d(0,0,0);
}

/* Contacts
   ========================================================================== */

.contacts {
  padding-top: 20px;
  padding-bottom: 10px;
}

.contacts p {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.contacts-list {
  max-width: 840px;
  margin: 0 auto;
}

.contacts-item {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 45px;
  text-align: center;
  vertical-align: top;
}

.ci-photo,
.ci-details {
  display: inline-block;
  vertical-align: middle;
}

.ci-photo {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 50%;
}

.ci-photo.no-img {
  background: #42474f url(../images/papa_placeholder.png) 50% 50% no-repeat;
}

.ci-photo img {
  max-width: 100%;
  height: auto;
}

.ci-details {
  width: 100%;
}

.ci-name {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.09090909;
  text-transform: uppercase;
}

.ci-phone,
.ci-email {
  font-size: 16px;
}

.map {
  height: 484px;
  max-height: 80vh;
}

/* Actors
   ========================================================================== */

.actors {
  background-color: #42474f;
  background-image: url(../images/bg.png);
  background-position: 50% 50%;
  padding: 60px 0;
}

.no-touchevents .actors {
  background-attachment: fixed;
}

.actors-tip {
  max-width: 770px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

.actors-text {
  color: #fff;
  margin-bottom: 40px;
}

.actors-text a {
  color: #fff;
  text-decoration: underline;
}

.actors-text a:hover,
.actors-text a:focus {
  color: #ff5151;
}

.actors-btn .btn {
  border: 3px solid #fff;
  height: 56px;
  padding: 0 40px;
  color: #fff;
  font-size: 20px;
  line-height: 2.3;
  border-radius: 28px;
}

.actors-btn .btn:hover,
.actors-btn .btn:focus {
  background-color: #fff;
  color: #42474f;
}

/* Footer
   ========================================================================== */

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 13px;
  line-height: 1.23076923;
}

.footer a {
  color: #42474f;
  text-decoration: underline;
}

.footer a:hover,
.footer a:focus {
  color: #ff5151;
}

.footer-copy {
  margin-bottom: 30px;
}

.fb-social li {
  margin-left: 10px;
  vertical-align: top;
}

.fb-social li:first-child {
  margin-left: 0;
}

.fb-social-icon a {
  display: inline-block;
  background-color: #42474f;
  width: 27px;
  height: 27px;
  border-radius: 4px;
}

.fb-social-icon a:hover,
.fb-social-icon a:focus {
  background-color: #71757b;
}

.fb-social-icon .icon-inline {
  width: 27px;
  height: 27px;
}

.icon-facebook {
  background-image: url(../images/facebook.png);
}

.icon-twitter {
  background-image: url(../images/twitter.png);
}

.icon-vimeo {
  background-image: url(../images/vimeo.png);
}

.icon-youtube {
  background-image: url(../images/youtube.png);
}

.icon-instagram {
  background-image: url(../images/instagram.png);
}

.fb-social .fb-email {
  padding-top: 4px;
  margin-left: 30px;
}

.fb-developers {
  padding-top: 20px;
}

.fb-developers div {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.fb-developers div:first-child {
  margin-left: 0;
}

/* Gallery
   ========================================================================== */

.gallery-wrap {
  background-color: #363a41;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1200;
  opacity: 1;

  -webkit-transition: opacity ease .3s;
          transition: opacity ease .3s;
  
  -webkit-backface-visibility: hidden;
}

.gallery-wrap.not-ready {
  left: -110%;
}

.no-touchevents .gallery-wrap.fade-out {
  opacity: 0;
}

.gallery-wrap.hidden {
  display: none;
}

.gallery-close {
  position: absolute;
  width: 32px;
  height: 36px;
  color: #fff;
  font-size: 55px;
  font-weight: 300;
  line-height: .563636364;
  top: 20px;
  right: 20px;
  cursor: pointer;
  overflow: hidden;

  -webkit-transition: opacity ease .25s;
          transition: opacity ease .25s;
}

.gallery-close:before {
  content: '×';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-close:hover {
  opacity: .75;
}


/* Popup
   ========================================================================== */

.popup-visible {
  overflow: hidden;
}

.page-popup {
  background-color: rgba(255,255,255,.95);
  min-height: 100%;
  text-align: center;
}

.touchevents .page-popup {
  background-color: #fff;
}

.page-popup.page-fixed {
  position: fixed;
  min-height: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1100;
  -webkit-overflow-scrolling: touch;
}

.no-touchevents .page-fixed {
  -webkit-transition: opacity ease .3s;
          transition: opacity ease .3s;
  
  -webkit-backface-visibility: hidden;
}

.no-touchevents .page-fixed.fade-out {
  opacity: 0;
}

.page-popup.hidden {
  display: none;
}

.page-popup:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.page-wrap {
  display: inline-block;
  position: relative;
  padding: 70px 30px 30px;
  text-align: left;
  vertical-align: middle;
  z-index: 1;
}

.popup-close {
  position: absolute;
  width: 32px;
  height: 36px;
  color: #42474f;
  font-size: 55px;
  font-weight: 300;
  line-height: .563636364;
  top: 20px;
  right: 20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;

  -webkit-transition: opacity ease .25s;
          transition: opacity ease .25s;
}

.popup-close:before {
  content: '×';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.popup-close:hover {
  color: #42474f;
  opacity: .5;
}

/* Actor form
   ========================================================================== */

.book-form,
.actor-form {
  max-width: 780px;
  margin: 0 auto;
}

.book-form .form-col label,
.actor-form .form-col label {
  display: inline-block;
  line-height: 1.14285714;
}

.book-form textarea,
.actor-form textarea {
  margin-top: 5px;
}

.actor-form select {
  margin-top: 5px;
}

.actor-form select:first-child {
  margin-top: 0;
}

.actor-form a {
  color: #42474f;
}

.book-form .btn,
.actor-form .btn {
  border-color: #42474f;
  background-color: #42474f;
  height: 38px;
  padding: 0 40px;
  color: #fff;

  -webkit-transition: opacity ease .2s;
          transition: opacity ease .2s;
}

.book-form .btn:hover,
.book-form .btn:focus,
.actor-form .btn:hover,
.actor-form .btn:focus {
  opacity: .9;
}

.book-form .btn[disabled],
.book-form .btn[disabled]:hover,
.actor-form .btn[disabled],
.actor-form .btn[disabled]:hover {
  background-color: #42474f;
  opacity: .5;
}

/* General media rules
   ========================================================================== */

@media (max-width: 479px) {
  .fb-social .fb-email {
    display: block;
    margin-left: 0;
    padding-top: 20px;
  }

  .fb-developers div {
    display: block;
    margin: 4px 0 0;
  }

  .fb-developers div:first-child {
    margin-top: 0;
  }
}

@media (min-width: 480px) and (max-width: 649px) {
  .contacts-item {
    position: relative;
    padding: 0 10px 0 150px;
  }

  .contacts-item:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 120px;
    vertical-align: middle;
  }

  .ci-photo {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 0;
    left: 10px;
  }
}

@media (min-width: 650px) and (max-width: 767px) {
  .ci-photo {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .form-col .form-col {
    width: 100%;
  }

  .form-col .form-col + .form-col {
    margin-top: 5px;
  }
}

@media (min-width: 480px) {
  .form-col-40,
  .form-col-50,
  .form-col-60 {
    margin-top: 0;
  }

  .form-col-40 {
    width: 40%;
  }

  .form-col-50 {
    width: 50%;
  }

  .form-col-60 {
    width: 60%;
  }

  .form-col:first-child .form-row {
    margin-bottom: 0;
  }

  .ph-menu li {
    margin-bottom: 0;
  }

  .ph-title h1 {
    font-size: 30px;
  }

  .ph-scroll {
    display: none;
  }

  .photos-list li,
  .videos-list li {
    width: 33.33%;
  }

  .photos-list a,
  .videos-list a {
    height: auto;
    padding-bottom: 105.882353%;
  }

  .contacts-item {
    text-align: left;
  }

  .ci-photo {
    margin-bottom: 0;
  }

  .actors-tip {
    font-size: 30px;
  }

  .book-form {
    width: 420px;
  }

  .book-form .form-col:first-child,
  .actor-form .form-col:first-child {
    line-height: 2.64285714;
  }

  .book-form .success-msg .form-col,
  .actor-form .success-msg .form-col {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
  }
}

@media (min-width: 650px) {
  .contacts-item {
    width: 50%;
  }

  .ci-details {
    width: 200px;
    padding: 0 10px 0 20px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .wrap {
    width: 750px;
    margin: 0 auto;
  }

  .promo-head {
    padding-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ph-left {
    float: left;
  }

  .ph-logo {
    margin: 0 28px 0 0;
  }

  .ph-logo,
  .ph-menu {
    display: inline-block;
    vertical-align: middle;
  }

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

  .ph-right {
    float: right;
  }

  .ph-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .ph-title .wrap {
    height: 100%;
    padding: 100px 10px;
  }

  .ph-title .wrap:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
  }

  .ph-title h1 {
    display: inline-block;
    max-width: 740px;
    margin: 0;
    font-size: 40px;
    line-height: 1.2;
    vertical-align: middle;
  }

  .ph-scroll {
    display: block;
  }

  .about {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .about-papa {
    float: left;
    width: 240px;
    padding-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .about-content {
    margin-left: 280px;
    margin-right: 40px;
  }

  .contacts {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .ci-photo {
    width: 120px;
    height: 120px;
  }

  .actors-tip {
    font-size: 40px;
  }

  .fb-social {
    float: left;
  }

  .fb-developers {
    float: right;
    padding-top: 2px;
  }
}

@media (min-width: 990px) {
  .wrap {
    width: 980px;
  }

  .about-papa {
    margin-left: 30px;
    margin-right: 84px;
  }

  .about-content {
    margin-left: 390px;
    margin-right: 84px;
  }

  .photos-list a,
  .videos-list a {
    height: 360px;
    padding-bottom: 0;
  }

  .ci-photo {
    width: 160px;
    height: 160px;
  }

  .ci-details {
    width: 240px;
  }

  .fb-social .fb-email {
    margin-left: 70px;
  }

  .footer-copy {
    width: 50%;
  }

  .page-wrap {
    padding: 40px 30px 30px;
  }
}

/* Magnific popup
   ========================================================================== */

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#000;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:white}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:white;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:white;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid white;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid white;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:black}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg,
.mfp-fade .mfp-close,
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;

  -webkit-backface-visibility: hidden;
}

.mfp-fade.mfp-bg.mfp-ready,
.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.mfp-fade.mfp-ready .mfp-close {
  opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.mfp-fade.mfp-removing .mfp-close {
  opacity: 0 !important;
}

/**
 * Custom Magnific popup styles
 */
.mfp-video .mfp-close {
  width: 32px;
  height: 36px;
  color: #fff;
  font-size: 55px;
  font-family: Roboto;
  font-weight: 300;
  line-height: .563636364;
  top: 20px;
  right: 20px;
  overflow: hidden;
}

.mfp-video.mfp-ready .mfp-close:hover {
  opacity: .75;
}

.mfp-video.mfp-bg {
  background-color: #363a41;
}

.mfp-video .mfp-iframe-holder {
  padding: 0;
}

.mfp-video .mfp-iframe-holder .mfp-content {
  padding: 40px 20px;
}

.mfp-video .mfp-iframe-scaler {
  position: relative;
}

.mfp-video .mfp-iframe-scaler iframe {
  box-shadow: none;
}

.order-popup {
  max-width: 420px;
  margin: 20px auto;
}

/* Fotorama 4.6.4
   ========================================================================== */

.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}

.fotorama__thumb-border {
  border-color: #fff;
}

.fotorama__caption {
  bottom: 4px;
  color: #fff;
  text-align: center;
}

.fotorama__caption__wrap {
  background-color: #363a41;
  opacity: .75;
}

.fotorama__caption a {
  color: #fff;
  border-color: rgba(255,255,255,.5);
}

.fotorama__caption a:hover {
  color: #fff;
  border-color: #fff;
  border-color: rgba(255,255,255,1);
}

/* Background images for retina
   ========================================================================== */

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min-resolution: 144dpi) {
  .ph-logo a {
    background-image: url(../images/logo.svg);
  }

  .ph-scroll a {
    background-image: url(../images/arrow_down.svg);
  }

  .videos-list a:after {
    background-image: url(../images/play.svg);
  }

  .ci-photo.no-img {
    background-image: url(../images/papa_placeholder.svg);
  }

  .actors {
    background-image: url(../images/bg@2x.png);
    background-size: 864px 406px;
  }

  .icon-facebook {
    background-image: url(../images/facebook.svg);
  }

  .icon-twitter {
    background-image: url(../images/twitter.svg);
  }

  .icon-vimeo {
    background-image: url(../images/vimeo.svg);
  }

  .icon-youtube {
    background-image: url(../images/youtube.svg);
  }

  .icon-instagram {
    background-image: url(../images/instagram.svg);
  }
}

/* Clearfix
   ========================================================================== */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *contenteditable attribute is included anywhere else in the document.
 *Otherwise it causes space to appear at the top and bottom of elements
 *that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *`:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: ' '; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.clear-float {
  clear: both;
}

/* Placeholders
   ========================================================================== */

input:-moz-placeholder,
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #9f9f9f;
  font-weight: 400;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #9f9f9f;
  font-weight: 400;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #9f9f9f;
  font-weight: 400;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* WebKit browsers */
  color: #9f9f9f;
  font-weight: 400;
  opacity: 1;
}

.placeholder {
  color: #9f9f9f;
  font-weight: 400;
}