header {
  width: 100%;
  color: white;
  background: url(../img/css/mobile/header-bg.png);
  background-repeat: repeat-x;
  background-size: contain;
  display: table;
  padding: 10px 10px 75px 10px;
  text-align: center;
  position: fixed;
  z-index: 100;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

header nav {
  display: table-header-group;
}

header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

header nav ul li {
  display: inline-block;
  margin: 0 5px 0 5px;
  line-height: 1.4em;
  color: #c50e19;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}

header nav ul li:hover {
  color: white;
}

header nav .nav-button-selected {
  color: white;
  cursor: default;
}

@media screen and (min-width: 808px) {
  header nav {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 10px;
  }
}

header .title-treatment {
  display: table-footer-group;
  text-align: center;
}

header .title-treatment h2 {
  color: #c50e19;
  padding: 0;
  margin: 0;
  font-size: 5.5vw;
}

@media screen and (min-width: 808px) {
  header .title-treatment h2 {
    font-size: 1.4em;
  }
}

header .title-treatment .title-img {
  margin-top: 15px;
  background-image: url(../img/css/mobile/tt.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 80%;
  max-width: 441px;
  position: relative;
}

header .title-treatment .title-img:before {
  content: '';
  display: block;
  padding-top: 14.0589569161%;
}

header .title-treatment .title-img > embed,
header .title-treatment .title-img > iframe,
header .title-treatment .title-img > object,
header .title-treatment .title-img > video,
header .title-treatment .title-img > img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 808px) {
  header .title-treatment .title-img {
    width: 300px;
    margin-top: 0;
  }
}

@media screen and (min-width: 808px) {
  header .title-treatment {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
  }
}

header .share-menu {
  display: none;
  float: right;
}

@media screen and (min-width: 808px) {
  header .share-menu {
    display: block;
  }
}

@media screen and (min-width: 808px) {
  header {
    text-align: left;
    display: block;
  }
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
  color: white;
  font-size: 1em;
  line-height: 1.4;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: black;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  color: white;
}

a {
  text-decoration: none;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

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

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

footer {
  text-align: center;
  color: #4d4d4f;
  font-weight: 400;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: url(../img/css/footer-bg.png);
  background-size: contain;
  background-repeat: repeat-x;
  padding: 45px 0 10px 0;
  font-size: 0.6em;
}

footer p {
  margin: 0;
}

@media screen and (min-width: 808px) {
  footer {
    font-size: 0.9em;
  }
}

footer .center {
  width: 60%;
  display: inline-block;
}

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

footer .center ul li {
  display: inline-block;
}

footer .center ul li a {
  color: #4d4d4f;
}

@media screen and (min-width: 808px) {
  footer .center {
    width: auto;
  }
}

footer .bottom-left {
  position: absolute;
  left: 10px;
  bottom: 0;
  padding-bottom: 10px;
}

footer .bottom-right {
  position: absolute;
  right: 10px;
  bottom: 0;
  padding-bottom: 10px;
}

footer .share-menu {
  display: block;
}

@media screen and (min-width: 808px) {
  footer .share-menu {
    display: none;
  }
}

#root .bg {
  width: 100%;
  height: 100%;
  background: url(../img/css/mobile/root-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  position: absolute;
}

@media screen and (min-width: 808px) {
  #root .bg {
    background: url(../img/css/desktop/root-bg.jpg);
    background-size: cover;
    background-position: center bottom;
  }
}

#root .root-title {
  position: relative;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60%;
  max-width: 390px;
  background: url(../img/css/root-title.png);
  background-size: cover;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

#root .root-title:before {
  content: '';
  display: block;
  padding-top: 44.6153846154%;
}

#root .root-title > embed,
#root .root-title > iframe,
#root .root-title > object,
#root .root-title > video,
#root .root-title > img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#root .root-swing {
  background: url(../img/css/desktop/swing.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 148px;
  height: 584px;
  position: absolute;
  left: 50%;
  animation: swing 5s infinite;
  -ms-animation: swing 5s infinite;
  -webkit-animation: swing 5s infinite;
  top: 0;
  transform-origin: top;
  -webkit-transform-origin: top;
  -webkit-transition-timing-function: SineEaseInOut;
  /* Safari and Chrome */
  transition-timing-function: SineEaseInOut;
}

@media screen and (min-width: 808px) {
  #root .root-swing {
    top: auto;
  }
}

@-webkit-keyframes swing {
  0% {
    /* IE 9 */
    -webkit-transform: rotate(2deg);
    /* Chrome, Safari, Opera */
    transform: rotate(2deg);
  }

  50% {
    /* IE 9 */
    -webkit-transform: rotate(-2deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
  }

  100% {
    /* IE 9 */
    -webkit-transform: rotate(2deg);
    /* Chrome, Safari, Opera */
    transform: rotate(2deg);
  }
}

@keyframes swing {
  0% {
    /* IE 9 */
    -webkit-transform: rotate(2deg);
    /* Chrome, Safari, Opera */
    transform: rotate(2deg);
  }

  50% {
    /* IE 9 */
    -webkit-transform: rotate(-2deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
  }

  100% {
    /* IE 9 */
    -webkit-transform: rotate(2deg);
    /* Chrome, Safari, Opera */
    transform: rotate(2deg);
  }
}

#gallery .close-button {
  width: 17px;
  height: 17px;
  background: url("../img/css/close-button.png");
  position: absolute;
  right: 15px;
  top: 50px;
  z-index: 100;
  cursor: pointer;
}

#gallery .gallery-photo {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}

#gallery .gallery-photo .photo-container {
  width: 100%;
  position: absolute;
}

#gallery .gallery-photo .photo-container .image-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#gallery .gallery-photo .photo-container .image-container img {
  width: 100%;
  height: auto;
}

#gallery .gallery-photo .left-button {
  width: 16px;
  height: 26px;
  background: url(../img/css/arrow-left.png);
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 10px;
  cursor: pointer;
}

#gallery .gallery-photo .left-button:after {
  width: 100%;
  height: 100%;
  background: url(../img/css/arrow-left-hover.png);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

#gallery .gallery-photo .left-button:hover:after {
  opacity: 1;
}

#gallery .gallery-photo .right-button {
  width: 16px;
  height: 26px;
  background: url(../img/css/arrow-right.png);
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 10px;
  cursor: pointer;
}

#gallery .gallery-photo .right-button:after {
  width: 100%;
  height: 100%;
  background: url(../img/css/arrow-right-hover.png);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

#gallery .gallery-photo .right-button:hover:after {
  opacity: 1;
}

#video .close-button {
  width: 17px;
  height: 17px;
  background: url("../img/css/close-button.png");
  position: absolute;
  right: 15px;
  top: 100px;
  z-index: 100;
  cursor: pointer;
}

@media screen and (min-width: 808px) {
  #video .close-button {
    top: 50px;
  }
}

#video .video-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding-bottom: 56.2%;
  margin-top: -28.1%;
  height: 0;
  overflow: hidden;
}

#video .video-container iframe,
#video .video-container object,
#video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#story .bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
}

#story .bg .animation {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

#story .bg .animation img {
  height: 100%;
  width: auto;
}

#story .bg .bg-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/css/desktop/story-overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  display: none;
}

@media screen and (min-width: 808px) {
  #story .bg {
    background: url(../img/css/desktop/story-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
  }

  #story .bg .animation {
    display: block;
  }

  #story .bg .bg-overlay {
    display: block;
  }
}

#story .content {
  position: relative;
  padding: 120px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#story .content h1 {
  color: #c50e19;
}

#story .content p {
  font-weight: 400;
}

@media screen and (min-width: 808px) {
  #story .content {
    margin-left: 15%;
    width: 70%;
    max-width: 550px;
  }
}

#tumblr .tumblr-bg {
  height: 100%;
  position: fixed;
  right: 0;
}

#tumblr .tumblr-bg img {
  height: 100%;
}

#tumblr .modal {
  background: none;
  position: fixed;
}

@media screen and (min-width: 808px) {
  #tumblr .modal {
    min-height: 680px;
  }
}

#tumblr .modal .background {
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

#tumblr .modal .post-item .item-image {
  cursor: default;
}

#tumblr .modal .post-item .item-image .top-left-corner,
#tumblr .modal .post-item .item-image .top-right-corner,
#tumblr .modal .post-item .item-image .bottom-left-corner,
#tumblr .modal .post-item .item-image .bottom-right-corner {
  -webkit-transition: none;
  transition: none;
}

#tumblr .modal .post-item .item-image:hover .top-left-corner {
  left: 5px;
  top: 5px;
}

#tumblr .modal .post-item .item-image:hover .top-right-corner {
  right: 5px;
  top: 5px;
}

#tumblr .modal .post-item .item-image:hover .bottom-left-corner {
  left: 5px;
  bottom: 5px;
}

#tumblr .modal .post-item .item-image:hover .bottom-right-corner {
  right: 5px;
  bottom: 5px;
}

#tumblr .animated-text {
  width: 247px;
  height: 151px;
  position: fixed;
  right: -30px;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  text-align: right;
  cursor: pointer;
}

#tumblr .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 500px;
  width: 80%;
}

#tumblr .modal-content .close-button {
  width: 17px;
  height: 16px;
  display: block;
  right: 0px;
  top: -20px;
  position: absolute;
  background: url(../img/css/close-button.png);
  cursor: pointer;
}

#tumblr .modal-content .post-item {
  max-width: none;
  position: relative;
  width: 100%;
}

#ood {
  overflow: hidden;
}

#ood .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}

#ood .bg img {
  height: 100%;
}

#ood .content {
  height: 100%;
  position: relative;
  float: right;
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 600px;
  padding-top: 200px;
}

#ood .content .title h2 {
  color: #c50e19;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

#ood .content .buttons {
  margin-top: 20px;
}

#ood .content .buttons .trailer-button {
  width: 175px;
  height: 29px;
  display: inline-block;
  background: url(../img/css/ood/buttons.png);
  margin: 0 10px 0 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

#ood .content .buttons .trailer-button:hover {
  opacity: 0.75;
}

#ood .content .buttons .tickets-button {
  width: 175px;
  height: 29px;
  display: inline-block;
  background: url(../img/css/ood/buttons.png);
  background-position: -190px 0;
  margin: 0 0 0 10px;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

#ood .content .buttons .tickets-button:hover {
  opacity: 0.75;
}

#ood .content .upgrade {
  margin-top: 70px;
}

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

.share-menu li {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin: 0 5px;
}

.share-menu li .share-fb-button {
  background-position: -1px 0;
}

.share-menu li .share-fb-button:after {
  background-position: -1px 0;
}

.share-menu li .share-twitter-button {
  background-position: -42px 0;
}

.share-menu li .share-twitter-button:after {
  background-position: -42px 0;
}

.share-menu li .share-insta-button {
  background-position: -83px 0;
}

.share-menu li .share-insta-button:after {
  background-position: -83px 0;
}

.share-menu li .share-Sound-button {
  background-position: -125px 0;
}

.share-menu li .share-Sound-button:after {
  background-position: -125px 0;
}

.share-menu li .share-Sound-button-active {
  background-position: -164px 0;
}

.share-menu li .share-Sound-button-active:after {
  background-position: -164px 0;
}

.share-menu li a {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/css/social-icons.png);
  position: relative;
}

.share-menu li a:after {
  content: "";
  background: url(../img/css/social-icons-hover.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

.share-menu li a:hover:after {
  opacity: 1;
}

.preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  background: black;
  z-index: 9999;
  top: 0;
  left: 0;
  color: #420203;
  font-size: 4em;
}

.preloader div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 255px;
  width: 160px;
  text-align: right;
  margin: 0 auto;
}

.preloader div p {
  margin: 0;
  padding: 0;
  display: block;
  z-index: 2;
  text-align: center;
  margin-top: -40px;
  position: relative;
}

.preloader div img {
  display: block;
}

.page {
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  top: 0;
  left: 0;
  display: none;
}

.modal .background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.modal-page {
  width: 100%;
  height: 100%;
  position: absolute;
  background: black;
}

.post-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 90%;
  max-width: 390px;
  position: relative;
  display: inline-block;
  margin: 5px;
  opacity: 0;
  text-align: left;
}

.post-item .item-image {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
}

.post-item .item-image img {
  width: 100%;
  position: relative;
  z-index: 0;
}

.post-item .item-image .top-left-corner,
.post-item .item-image .top-right-corner,
.post-item .item-image .bottom-left-corner,
.post-item .item-image
.bottom-right-corner {
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.post-item .item-image .top-left-corner {
  left: 5px;
  top: 5px;
  border-top: 1px solid white;
  border-left: 1px solid white;
}

.post-item .item-image .top-right-corner {
  right: 5px;
  top: 5px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}

.post-item .item-image .bottom-left-corner {
  left: 5px;
  bottom: 5px;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
}

.post-item .item-image .bottom-right-corner {
  right: 5px;
  bottom: 5px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}

.post-item .item-image:hover .top-left-corner {
  left: 10px;
  top: 10px;
}

.post-item .item-image:hover .top-right-corner {
  right: 10px;
  top: 10px;
}

.post-item .item-image:hover .bottom-left-corner {
  left: 10px;
  bottom: 10px;
}

.post-item .item-image:hover .bottom-right-corner {
  right: 10px;
  bottom: 10px;
}

.post-item .item-image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #c50e19;
  pointer-events: none;
}

.post-item .item-notes {
  display: inline-block;
  color: #4d4d4f;
  font-size: 0.9em;
  opacity: 0;
}

.post-item .item-social {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  display: block;
  padding: 3px 5px 3px 5px;
  width: 100%;
}

.post-item .item-social .item-caption {
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.8em;
}

.post-item .item-social .item-caption p {
  margin: 0;
  padding: 0;
}

.post-item .item-social .item-caption p a {
  color: white;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

.post-item .item-social .item-caption p a:hover {
  opacity: 0.75;
}

.post-item .item-social ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  height: 18px;
}

.post-item .item-social ul li {
  display: inline-block;
  width: 23px;
  height: 18px;
  margin: 0 5px 0 5px;
}

.post-item .item-social ul li a {
  background: url(../img/css/share-icons.png);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

.post-item .item-social ul li a:hover {
  opacity: 0.75;
}

.post-item .item-social ul li .facebook {
  background-position: -5px 0;
}

.post-item .item-social ul li .twitter {
  background-position: -57px 0;
}

.post-item .item-social ul li .reblog {
  background-position: -112px 0;
}

.post-item .item-social ul li .like {
  background-position: -167px 0;
}

.post-item .item-social ul li .liked {
  background-position: -190px 0;
}

.grid {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 100px;
  margin-top: 170px;
  text-align: center;
}

@media screen and (min-width: 808px) {
  .grid {
    width: 80%;
    margin-left: 45px;
    margin-top: 100px;
  }
}

.video-intro {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  background-position: center top;
  background-size: cover;
}

.scare {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: black;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
}

.mobile-landscape {
  background: black;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
  text-align: center;
}

.mobile-landscape img {
  height: 80%;
  margin-top: 30px;
}

@media all and (orientation: landscape) {
  .mobile-landscape {
    display: block;
  }
}

.thumb-container {
  width: 100%;
  height: 47px;
  position: absolute;
  bottom: 100px;
  left: 0;
  margin-left: 0;
  z-index: 99;
}

@media screen and (min-width: 407px) {
  .thumb-container {
    width: 405px;
    height: 100px;
    left: 50%;
    margin-left: -202px;
    bottom: 80px;
  }
}

.thumb-container .left-button {
  width: 16px;
  height: 26px;
  background: url(../img/css/arrow-left.png);
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 0px;
  cursor: pointer;
}

.thumb-container .left-button:after {
  width: 100%;
  height: 100%;
  background: url(../img/css/arrow-left-hover.png);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

.thumb-container .left-button:hover:after {
  opacity: 1;
}

.thumb-container .right-button {
  width: 16px;
  height: 26px;
  background: url(../img/css/arrow-right.png);
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 0;
  cursor: pointer;
}

.thumb-container .right-button:after {
  width: 100%;
  height: 100%;
  background: url(../img/css/arrow-right-hover.png);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

.thumb-container .right-button:hover:after {
  opacity: 1;
}

.thumb-container .thumb-content {
  width: -webkit-calc(100% - 56px);
  width: calc(100% - 56px);
  height: 100%;
  margin-left: 30px;
  overflow: hidden;
  position: relative;
}

.thumb-container .thumb-content .thumb-scroll {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 2px;
}

@media screen and (min-width: 407px) {
  .thumb-container .thumb-content .thumb-scroll {
    padding-top: 18px;
  }
}

.thumb-container .thumb-content .thumb-scroll .thumbnail {
  display: inline-block;
  width: 79px;
  height: 43px;
  position: relative;
  vertical-align: top;
  margin-left: 10px;
  outline: 2px solid #c50e19;
  cursor: pointer;
}

@media screen and (min-width: 407px) {
  .thumb-container .thumb-content .thumb-scroll .thumbnail {
    width: 108px;
    height: 60px;
  }
}

.thumb-container .thumb-content .thumb-scroll .thumbnail img {
  width: 100%;
}

.thumb-container .thumb-content .thumb-scroll .thumbnail:first-child {
  margin-left: 2px;
}

.thumb-container .thumb-content .thumb-scroll .thumb-active {
  outline: 2px solid white;
  cursor: default;
}

/*# sourceMappingURL=style.css.map */