/***********************************
************************************
CSS RESET
************************************
***********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

@font-face {
  font-family: 'Reforma Grotesk';
  src: url("../fonts/reforma/ReformaGroteskMedium.eot");
  src: url("../fonts/reforma/ReformaGroteskMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/reforma/ReformaGroteskMedium.woff") format("woff"), url("../fonts/reforma/ReformaGroteskMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Reforma Grotesk Demi';
  src: url("../fonts/reforma/ReformaGroteskDemi.eot");
  src: url("../fonts/reforma/ReformaGroteskDemi.eot?#iefix") format("embedded-opentype"), url("../fonts/reforma/ReformaGroteskDemi.woff") format("woff"), url("../fonts/reforma/ReformaGroteskDemi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 400;
  background: #000 url("../img/bg-banner03.jpg") no-repeat fixed center bottom;
  background-size: cover;
  color: #939191; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover, a:focus {
  text-decoration: none; }

.logo-box {
  position: relative;
  text-align: center;
  top: -60px;
  width: auto;
  height: 100px; }

.sin-city {
  margin-left: 330px;
  position: relative;
  top: 77px;
  color: #b4b4b0;
  font-family: 'Reforma Grotesk Demi';
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 1px; }
.sin-city div {
  position: absolute; }

.header {
  position: relative;
  margin-top: 20px; }
.header .bg-color {
  min-height: 450px; }
@media screen and (max-width: 767px) {
  .header .bg-color {
    min-height: unset; } }
.header .navbar {
  min-height: unset;
  margin-bottom: 0; }
.header .navbar-default {
  background-color: transparent;
  border: 0;
  border-bottom: 0 solid rgba(255, 255, 255, 0.18);
  border-radius: 0; }
.header .navbar-default .navbar-nav > li {
  display: inline-table;
  float: none; }
.header .navbar-default .navbar-nav > li > a {
  font-family: 'Reforma Grotesk Demi';
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  padding: 24px 9px;
  text-transform: uppercase;
  color: #e1bbbb;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.1s cubic-bezier(0.25, 0.5, 0.5, 0.9); }
.header .navbar-default .navbar-nav > li > a:focus, .header .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }
@media screen and (max-width: 767px) {
  .header .navbar-default .navbar-nav > li > a {
    padding: 10px 10px 0 10px; } }
.header .navbar-default .navbar-nav > .active a, .header .navbar-default .navbar-nav > .active a:focus, .header .navbar-default .navbar-nav > .active a:hover {
  color: #fff;
  background-color: transparent; }
.header .navbar-default .navbar-collapse, .header .navbar-default .navbar-form {
  border-color: none; }
.header .navbar-toggle {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #fff;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.1s cubic-bezier(0.25, 0.5, 0.5, 0.9); }
.header .navbar-toggle:hover {
  opacity: 0.5;
  background: none; }
.header .navbar-toggle:focus, .header .navbar-toggle:active {
  opacity: 1;
  background-color: none; }
.header .navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 1px;
  width: 15px;
  background-color: white; }
.header .navbar-border {
  text-align: center;
  float: none !important;
  margin: 0; }
.header .banner-text {
  padding: 15px 40px;
  color: #fff;
  margin-top: 40px;
  text-align: center; }
@media screen and (max-width: 767px) {
  .header .banner-text {
    padding: 15px 0 75px 0;
    margin-top: 0; } }
.header .banner-text h2, .header .banner-text p {
  font-size: 30px;
  font-weight: 400;
  font-family: sans-serif; }
.header .banner-text h2 span, .header .banner-text p span {
  font-family: cursive; }
.header .banner-text img {
  width: 60%; }
@media screen and (max-width: 767px) {
  .header .banner-text img {
    width: 100%; } }

.overlay-detail {
  margin: 0 auto; }
.overlay-detail a i {
  text-align: center;
  position: absolute;
  bottom: -140px;
  font-size: 24px;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  line-height: 40px;
  border-radius: 50%; }

.main-container.section-padding {
  padding: 20px 0; }
@media screen and (max-width: 767px) {
  .main-container.section-padding {
    padding-bottom: 0; } }
.main-container .container {
  background: #191919 url("../img/content_top_bg.png") no-repeat scroll center top;
  padding: 40px;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0px -36px 124px 22px black;
  -moz-box-shadow: 0px -36px 124px 22px black;
  box-shadow: 0px -36px 124px 22px black; }
.main-container .container.long-view {
  background: #191919 url("../img/movie_bg.png") repeat-y scroll left top; }
.main-container .container.transilvaniya .mov-more {
  padding: 0; }
@media screen and (max-width: 767px) {
  .main-container .container {
    padding: 40px 20px; } }
.main-container h2 {
  font-size: 36px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  color: white;
  font-family: 'Ledger', Georgia; }
.main-container .author {
  margin-bottom: 40px;
  background: url("../img/redline.png") no-repeat left center;
  padding: 0 0 0 90px;
  font-size: 20px;
  color: white;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  opacity: 0.7; }
.main-container .anonses * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.1s cubic-bezier(0.25, 0.5, 0.5, 0.9); }
.main-container .anonses .row {
  margin-bottom: 30px; }
.main-container .anonses h2 {
  border-bottom: 1px solid #db0001;
  font-family: "PT Serif", Georgia;
  font-size: 20px;
  color: white;
  margin: 10px 0 10px 0;
  padding: 0 10px 10px 10px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.59); }
.main-container .anonses h2 a {
  color: white; }
.main-container .anonses h2 p {
  font-family: Courier New;
  font-size: 16px;
  color: white;
  opacity: 0.7;
  line-height: 1.2em;
  padding: 0 10px; }
.main-container .anonses .nodescr .fg {
  background: none;
  box-shadow: none; }
.main-container .anonses .nodescr h2 {
  border: 0;
  padding: 15px 25px;
  margin: 0; }
.main-container .zoom-img:hover, .main-container .zoom-img:hover img {
  -webkit-box-shadow: 0px 13px 40px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 13px 40px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 13px 40px -10px rgba(0, 0, 0, 0.75); }
.main-container .title {
  font-size: 24px;
  margin-bottom: 50px; }
.main-container .title-text {
  padding: 0px 25px 0px 0px;
  border-right: 5px solid #BE2525;
  font-size: 24px; }
.main-container .about-text p {
  color: #444; }
.main-container .abt-list li {
  padding: 5px 0px;
  font-size: 18px;
  font-weight: 400; }
.main-container blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid RGBA(0, 0, 0, 0.18);
  float: left; }
.main-container figure.captions {
  /*overflow: hidden;*/
  position: relative;
  margin: 0 0 30px 0; }
.main-container figure.captions figcaption {
  position: absolute;
  display: block;
  width: 100%;
  padding: 40px 50px;
  color: #fff;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.24) 12%, rgba(0, 0, 0, 0.73) 36%, rgba(0, 0, 0, 0.88) 59%, rgba(0, 0, 0, 0.88) 69%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(12%, rgba(0, 0, 0, 0.24)), color-stop(36%, rgba(0, 0, 0, 0.73)), color-stop(59%, rgba(0, 0, 0, 0.88)), color-stop(69%, rgba(0, 0, 0, 0.88)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.24) 12%, rgba(0, 0, 0, 0.73) 36%, rgba(0, 0, 0, 0.88) 59%, rgba(0, 0, 0, 0.88) 69%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.24) 12%, rgba(0, 0, 0, 0.73) 36%, rgba(0, 0, 0, 0.88) 59%, rgba(0, 0, 0, 0.88) 69%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.24) 12%, rgba(0, 0, 0, 0.73) 36%, rgba(0, 0, 0, 0.88) 59%, rgba(0, 0, 0, 0.88) 69%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.24) 12%, rgba(0, 0, 0, 0.73) 36%, rgba(0, 0, 0, 0.88) 59%, rgba(0, 0, 0, 0.88) 69%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  line-height: 1.33em;
  bottom: 0; }
@media screen and (max-width: 767px) {
  .main-container figure.captions figcaption {
    padding: 10px 25px; } }
.main-container figure.captions h3 {
  font-size: 28px;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
  color: white;
  font-family: 'Ledger', Georgia; }
@media screen and (max-width: 767px) {
  .main-container figure.captions h3 {
    font-size: 20px;
    margin-bottom: 10px; }
  .main-container figure.captions p {
    font-size: 12px; } }
.main-container figure.captions .source {
  color: #505253;
  margin-left: 10px;
  font-size: 16px;
  font-family: 'Ledger', Georgia; }
.main-container .bat {
  background: url("../img/bat_icon.png") no-repeat scroll left center;
  height: 51px;
  left: -33px;
  position: absolute;
  top: 20px;
  width: 70px; }
@media screen and (max-width: 767px) {
  .main-container .bat {
    display: none; } }
.main-container .red-line-div {
  border-bottom: 1px solid red;
  padding: 0px 20px 20px;
  margin: 0 0 20px 0; }
.main-container .mov-info {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 200; }
.main-container .mov-info strong {
  font-weight: 500; }
.main-container .mov-more {
  font-family: Courier New;
  padding: 0 20px 20px;
  margin: 0 0 20px 0;
  font-weight: 200;
  font-size: 18px; }
.main-container .mov-more.no-bot {
  margin: 0; }
.main-container .mov-more.pad {
  padding: 0 60px 20px; }
@media screen and (max-width: 767px) {
  .main-container .mov-more.pad {
    padding: 0; } }
.main-container .mov-more p {
  margin: 0 0 20px 0; }
.main-container .mov-more .blood-line {
  background: url("../img/blood-stripe.png") top left no-repeat;
  height: 50px;
  margin: 0 -40px 0 -40px; }
.main-container .mov-more .blood-line-2 {
  background: url("../img/blood-stripe-2.png") top left no-repeat;
  height: 40px; }
.main-container .mov-more strong {
  font-weight: 500;
  color: white; }
.main-container .mov-more h2 {
  font-size: 25px;
  font-weight: 300;
  color: white;
  font-family: 'Ledger', Georgia; }
.main-container .gallery h2 {
  font-size: 30px; }

.ovfl-box img {
  max-width: 100%;
  vertical-align: top; }
.ovfl-box figcaption {
  position: relative;
  background-color: #ffffff; }

.bottom-bg {
  background: url("../img/content_bottom_bg.png") no-repeat scroll center bottom;
  bottom: 0;
  height: 400px;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  -webkit-box-shadow: 0px 29px 55px -10px rgba(0, 0, 0, 0.83);
  -moz-box-shadow: 0px 29px 55px -10px rgba(0, 0, 0, 0.83);
  box-shadow: 0px 29px 55px -10px rgba(0, 0, 0, 0.83); }

.top-vampire-bg {
  background: url("../img/content_vampire_top_bg.png") no-repeat scroll center top;
  top: 0;
  height: 692px;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0; }

.fg {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.62) 62%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(62%, rgba(0, 0, 0, 0.62)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.62) 62%, black 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.62) 62%, black 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.62) 62%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.62) 62%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  -webkit-box-shadow: 0px 13px 40px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 13px 40px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 13px 40px -10px rgba(0, 0, 0, 0.75); }
@media screen and (max-width: 767px) {
  .fg .h2 {
    font-size: 14px; } }
.fg p {
  color: #939191; }

.gradient-bg {
  position: relative; }
.gradient-bg p {
  padding: 10px 10px 20px;
  font-size: 17px; }
.gradient-bg h2 {
  font-size: 24px; }

.relative {
  position: relative; }

.socials {
  position: relative; }
.socials .social-list {
  margin-right: -87px;
  position: absolute;
  right: 0;
  top: -50px;
  width: 28px; }
.socials .social-list li {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  opacity: .7;
  display: inline-block;
  margin: 0; }
.socials .social-list a {
  color: white;
  font-size: 28px;
  margin-right: 15px; }

footer {
  padding-bottom: 4.125em; }
footer .container {
  background: #121212; }
footer .footer-navigation li {
  display: inline-block; }
footer .footer-navigation li a {
  display: inline-block;
  font-variant-ligatures: common-ligatures;
  font-family: 'Reforma Grotesk Demi';
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  padding: 10px 14px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.7;
  line-height: 1.625em;
  margin-top: 0;
  padding-right: 10px;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.1s cubic-bezier(0.25, 0.5, 0.5, 0.9); }
footer .footer-navigation li a:hover {
  opacity: 1; }
footer .footer-navigation.navbar {
  margin-bottom: 0;
  margin-left: 10px; }
footer .footer-lower {
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: 25px; }

.type--fine-print {
  color: #5d5d5d;
  font-size: 14px;
  letter-spacing: -0.5px; }

.grid-item {
  width: 200px; }
.grid-item--width2 {
  width: 400px; }

/***********************************
************************************
Responsive media queries
************************************
***********************************/
@media screen and (max-width: 1275px) {
  .socials .social-list {
    margin-right: -30px;
    top: -94px;
    width: auto; }

  .socials .social-list li {
    margin: 0 3px; } }
@media screen and (max-width: 991px) {
  .title-text {
    margin-bottom: 15px; }

  .socials .social-list {
    margin-right: -30px;
    top: -94px;
    width: auto; }

  .socials .social-list li {
    margin: 0 3px; }

  .anonses .mrgnbot {
    margin-bottom: 20px; }

  .img-responsive {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .banner-text {
    margin-top: 0; }

  .main-container.main-page p {
    font-size: 15px; }

  .owl-carousel .owl-nav {
    display: none; }

  .mov-more.pad {
    padding: 10px 0; }

  .socials .social-list {
    margin-right: -30px;
    top: -94px;
    width: auto; }

  .socials .social-list li {
    margin: 0 3px; }

  .anonses .mrgnbot {
    margin-bottom: 20px; }

  .img-responsive {
    width: 100%; }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }

  .navbar-brand {
    margin-top: 0px; }

  .carousel-info {
    margin-bottom: 30px; }

  .type--fine-print {
    text-align: center; }

  .text-center-xs {
    text-align: center !important; }

  .social-list {
    margin-bottom: 15px; }

  .title-text {
    margin-bottom: 15px; } }
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: 20px;
  top: 50%;
  background: url("/s/projects/stage/img/larr.png");
  background-size: contain;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  cursor: pointer; }

.owl-carousel .owl-nav .owl-next {
  background: url("/s/projects/stage/img/rarr.png");
  background-size: contain;
  left: auto;
  right: 20px; }

.owl-carousel .owl-dots {
  margin: -10px auto 10px auto;
  text-align: center;
  position: relative; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

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