/*selector{
///   height:100px;
///   @include breakpoint($tablet){
///     height:50px;
///   }
/// } */
/* line 37, ../scss/base/_markup-mixins.scss */
.holder:after, #main:after, .main-holder:after, .main-bottom:after, .container:after, .follow-block:after, #footer:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 45, ../scss/base/_markup-mixins.scss */
.cycle-gallery .pagination ul, .text-box .download-link, .follow-block ul, .prize-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1, ../scss/base/_base-reset.scss */
html {
  box-sizing: border-box;
}

/* line 4, ../scss/base/_base-reset.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 8, ../scss/base/_base-reset.scss */
body {
  margin: 0;
  color: #fff;
  background: #fff;
  font: 28px/1.215;
  font-family: "futura-pt";
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

/* line 19, ../scss/base/_base-reset.scss */
* {
  max-height: 1000000px;
}

/* line 21, ../scss/base/_base-reset.scss */
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

/* line 25, ../scss/base/_base-reset.scss */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* line 31, ../scss/base/_base-reset.scss */
a {
  text-decoration: none;
  color: #fff;
}
/* line 34, ../scss/base/_base-reset.scss */
a:hover {
  text-decoration: underline;
}

/* line 39, ../scss/base/_base-reset.scss */
input,
textarea,
select {
  font: 100% "futura-pt";
  color: #000;
  vertical-align: middle;
}

/* line 47, ../scss/base/_base-reset.scss */
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

/* line 54, ../scss/base/_base-reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 60, ../scss/base/_base-reset.scss */
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

/* line 70, ../scss/base/_base-reset.scss */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  margin: 0;
  padding: 4px 7px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
}
/* line 82, ../scss/base/_base-reset.scss */
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #4d4d4d;
}

/* line 88, ../scss/base/_base-reset.scss */
textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

/* line 94, ../scss/base/_base-reset.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

/* line 99, ../scss/base/_base-reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 104, ../scss/base/_base-reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "futura-pt";
  line-height: 1.2em;
  margin: 0 0 1.2em;
}

/* line 110, ../scss/base/_base-reset.scss */
p {
  margin: 0 0 1.2em;
}

/* line 114, ../scss/base/_base-reset.scss */
q {
  quotes: none;
}
/* line 116, ../scss/base/_base-reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 122, ../scss/base/_base-reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 130, ../scss/base/_base-reset.scss */
sup {
  top: -0.5em;
}

/* line 134, ../scss/base/_base-reset.scss */
sub {
  bottom: -0.25em;
}

/* line 138, ../scss/base/_base-reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 144, ../scss/base/_base-reset.scss */
.gm-style img {
  max-width: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?2y2ymt");
  src: url("../fonts/icomoon.eot?#iefix2y2ymt") format("embedded-opentype"), url("../fonts/icomoon.ttf?2y2ymt") format("truetype"), url("../fonts/icomoon.woff?2y2ymt") format("woff"), url("../fonts/icomoon.svg?2y2ymt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/base/_font-face.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 7, ../scss/all.scss */
body {
  font-family: "futura-pt" !important;
  background: #000;
}

/* line 12, ../scss/all.scss */
#wrapper {
  position: relative;
  width: 100%;
}

/* line 17, ../scss/all.scss */
.main-holder {
  max-width: 1140px;
  min-height: 400px;
}
@media only screen and (max-width: 1025px) {
  /* line 17, ../scss/all.scss */
  .main-holder {
    max-width: 700px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 17, ../scss/all.scss */
  .main-holder {
    max-width: 100%;
    padding-top: 30px;
    min-height: 100px !important;
  }
}

/* line 33, ../scss/all.scss */
.holder {
  width: 565px;
  float: right;
  clear: both;
}
@media only screen and (max-width: 1025px) {
  /* line 33, ../scss/all.scss */
  .holder {
    width: 100%;
  }
}

/* line 42, ../scss/all.scss */
#main {
  background: #1f130a url("../images/bg-main.jpg");
  padding: 40px 0 0;
  background-size: cover;
  margin: 0 -0;
}

@media only screen and (max-width: 1025px) {
  /* line 50, ../scss/all.scss */
  .main-holder {
    max-width: 100%;
  }
}

/* line 56, ../scss/all.scss */
.logo {
  width: 300px;
  transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  /* Chrome, Safari, Opera */
  position: absolute;
  top: 75px;
  margin-left: -20px;
}
@media only screen and (max-width: 1025px) {
  /* line 56, ../scss/all.scss */
  .logo {
    position: static !important;
    width: 280px;
  }
}
@media only screen and (max-width: 445px) {
  /* line 56, ../scss/all.scss */
  .logo {
    position: static !important;
    width: 180px;
  }
}
/* line 73, ../scss/all.scss */
.logo a {
  display: block;
  position: relative;
}
/* line 76, ../scss/all.scss */
.logo a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
/* line 88, ../scss/all.scss */
.logo img {
  width: 100%;
  display: block;
  box-shadow: 3px 5px 12px 0px rgba(0, 0, 0, 0.7);
}

/* line 95, ../scss/all.scss */
.video-box {
  width: 550px;
  position: relative;
  padding: 4.53% 6.12% 6.91% 5.28%;
  z-index: 1;
}
@media only screen and (max-width: 1025px) {
  /* line 95, ../scss/all.scss */
  .video-box {
    width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 95, ../scss/all.scss */
  .video-box {
    width: 300px;
    height: 195px;
    margin: 0 auto;
  }
}
/* line 113, ../scss/all.scss */
.video-box:after {
  content: "";
  background: url("../images/bg-frame-wide.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 328px;
  width: 500px;
}
@media only screen and (max-width: 767px) {
  /* line 113, ../scss/all.scss */
  .video-box:after {
    width: 289px;
    height: 195px;
  }
}
/* line 128, ../scss/all.scss */
.video-box .frame {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
/* line 135, ../scss/all.scss */
.video-box img {
  max-width: 465px;
  max-height: 264px;
}

/* line 139, ../scss/all.scss */
.cycle-gallery {
  position: absolute;
  bottom: 50px;
  left: 39px;
  right: 85px;
  top: 37px;
  height: 243px;
  	/*position:absolute;
  	top: 9.63%;
  	right: 10.62%;
  	left: 9.08%;
  	bottom: 14.61%;
  */
}
@media only screen and (max-width: 1025px) {
  /* line 139, ../scss/all.scss */
  .cycle-gallery {
    right: 35px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 139, ../scss/all.scss */
  .cycle-gallery {
    height: 144px;
    top: 21px;
    left: 24px;
    right: 21px;
  }
  /* line 157, ../scss/all.scss */
  .cycle-gallery img {
    width: 244px;
    height: 144px;
  }
}
/* line 170, ../scss/all.scss */
.cycle-gallery .mask {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
/* line 177, ../scss/all.scss */
.cycle-gallery .slideset {
  width: 0;
  float: left;
}
/* line 182, ../scss/all.scss */
.cycle-gallery .slide {
  float: left;
  overflow: hidden;
  height: 100%;
}
/* line 187, ../scss/all.scss */
.cycle-gallery.active {
  z-index: 1;
}
/* line 190, ../scss/all.scss */
.cycle-gallery iframe {
  width: 100%;
  height: 100%;
}
/* line 193, ../scss/all.scss */
.cycle-gallery iframe p {
  display: none;
}
/* line 195, ../scss/all.scss */
.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  border: 20px solid transparent;
  border-left-color: #fff;
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  opacity: 0.5;
}
/* line 210, ../scss/all.scss */
.cycle-gallery .btn-prev:hover,
.cycle-gallery .btn-next:hover {
  text-decoration: none;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  /* line 195, ../scss/all.scss */
  .cycle-gallery .btn-prev,
  .cycle-gallery .btn-next {
    border-width: 15px;
  }
}
/* line 216, ../scss/all.scss */
.cycle-gallery .btn-prev {
  right: auto;
  left: 20px;
  border-right-color: #fff;
  border-left: 0;
}
/* line 221, ../scss/all.scss */
.cycle-gallery .btn-prev:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  /* line 216, ../scss/all.scss */
  .cycle-gallery .btn-prev {
    left: 15px;
  }
}
/* line 224, ../scss/all.scss */
.cycle-gallery .pagination {
  position: absolute;
  bottom: 45px;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  /* line 224, ../scss/all.scss */
  .cycle-gallery .pagination {
    bottom: 7px;
  }
}
/* line 231, ../scss/all.scss */
.cycle-gallery .pagination ul {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
/* line 237, ../scss/all.scss */
.cycle-gallery .pagination li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
/* line 241, ../scss/all.scss */
.cycle-gallery .pagination li.active a {
  opacity: 1;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 237, ../scss/all.scss */
  .cycle-gallery .pagination li {
    margin: 0 2px;
  }
}
/* line 247, ../scss/all.scss */
.cycle-gallery .pagination a {
  opacity: 0.5;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  border: 1px solid #fff;
}
/* line 254, ../scss/all.scss */
.cycle-gallery .pagination a:hover {
  opacity: 1;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 247, ../scss/all.scss */
  .cycle-gallery .pagination a {
    width: 12px;
    height: 12px;
  }
}

/* line 266, ../scss/all.scss */
.main-bottom {
  background: #472006 url("../images/bg-mainbottom.jpg") no-repeat center 0;
  background-size: cover;
  padding: 45px 0 0;
  margin: 0 -0;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  /* line 266, ../scss/all.scss */
  .main-bottom {
    padding: 30px 0 0;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  /* line 266, ../scss/all.scss */
  .main-bottom {
    padding-top: 20px;
  }
}
/* line 282, ../scss/all.scss */
.main-bottom .img-table {
  position: absolute;
  transform: translateX(41.2%);
  right: 0;
  bottom: -165px;
  max-width: 416px;
}
@media only screen and (max-width: 1700px) {
  /* line 282, ../scss/all.scss */
  .main-bottom .img-table {
    transform: translateX(61%);
  }
}
@media only screen and (max-width: 1025px) {
  /* line 282, ../scss/all.scss */
  .main-bottom .img-table {
    display: none;
  }
}

/* line 293, ../scss/all.scss */
.max-width-holder {
  max-width: 1140px;
}
@media only screen and (max-width: 1025px) {
  /* line 293, ../scss/all.scss */
  .max-width-holder {
    max-width: 700px;
  }
}

/* line 308, ../scss/all.scss */
.text-box {
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);
  width: 550px;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (max-width: 1025px) {
  /* line 308, ../scss/all.scss */
  .text-box {
    float: right;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 308, ../scss/all.scss */
  .text-box {
    padding: 20px;
    width: 100%;
    font-size: 12px;
  }
}
/* line 327, ../scss/all.scss */
.text-box .text {
  width: 415px;
}
@media only screen and (max-width: 767px) {
  /* line 327, ../scss/all.scss */
  .text-box .text {
    width: 100%;
  }
}
/* line 331, ../scss/all.scss */
.text-box .download-link {
  padding: 10px 0 25px;
}
@media only screen and (max-width: 1025px) {
  /* line 331, ../scss/all.scss */
  .text-box .download-link {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 331, ../scss/all.scss */
  .text-box .download-link {
    padding: 0;
  }
}
/* line 336, ../scss/all.scss */
.text-box .download-link li {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1025px) {
  /* line 336, ../scss/all.scss */
  .text-box .download-link li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 336, ../scss/all.scss */
  .text-box .download-link li {
    margin-bottom: 12px;
  }
}
/* line 342, ../scss/all.scss */
.text-box .download-link li + li {
  margin-left: 35px;
}
@media only screen and (max-width: 767px) {
  /* line 342, ../scss/all.scss */
  .text-box .download-link li + li {
    margin-left: 0;
  }
}
/* line 347, ../scss/all.scss */
.text-box .download-link a {
  display: inline-block;
  vertical-align: top;
  width: 201px;
  height: 60px;
}
/* line 352, ../scss/all.scss */
.text-box .download-link a.app-store {
  background: url("../images/icon01.svg") no-repeat;
}
/* line 353, ../scss/all.scss */
.text-box .download-link a.google-play {
  background: url("../images/icon02.svg") no-repeat;
}
/* line 354, ../scss/all.scss */
.text-box .download-link a:hover {
  opacity: 0.8;
}
/* line 358, ../scss/all.scss */
.text-box .download-link img {
  width: 100%;
}

/* line 362, ../scss/all.scss */
.sommelier-box {
  line-height: 30px;
  color: #cbb48c;
  position: absolute;
  bottom: -145px;
  left: 28px;
  width: 435px;
}
@media only screen and (max-width: 1025px) {
  /* line 362, ../scss/all.scss */
  .sommelier-box {
    left: -40px;
    width: 245px;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 362, ../scss/all.scss */
  .sommelier-box {
    display: none;
  }
}
/* line 381, ../scss/all.scss */
.sommelier-box .img-sommelier {
  vertical-align: top;
}
/* line 384, ../scss/all.scss */
.sommelier-box .text-sommelier {
  position: absolute;
  top: -80px;
  right: 10px;
  width: 210px;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}
@media only screen and (max-width: 1025px) {
  /* line 384, ../scss/all.scss */
  .sommelier-box .text-sommelier {
    display: none;
  }
}
/* line 398, ../scss/all.scss */
.sommelier-box .line {
  position: absolute;
  left: 0;
  top: 100%;
  margin: -15px 0 0 -30px;
}

/* line 407, ../scss/all.scss */
.image-table {
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0;
  background: url(../images/img-table.png) no-repeat;
  background-size: cover;
  width: 145px;
  height: 410px;
}
@media only screen and (max-width: 1025px) {
  /* line 407, ../scss/all.scss */
  .image-table {
    display: none;
  }
}

@media only screen and (max-width: 1025px) {
  /* line 424, ../scss/all.scss */
  .followers {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 424, ../scss/all.scss */
  .followers {
    width: 100%;
  }
}

/* line 436, ../scss/all.scss */
.follow-block {
  background: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 25px;
  font-style: italic;
  position: relative;
  clear: both;
  z-index: 2;
  padding: 20px 0 10px;
  margin: 0 -0 -1px;
}
/* line 448, ../scss/all.scss */
.follow-block .box {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  margin-right: 3.8%;
}
/* line 457, ../scss/all.scss */
.follow-block .follow-title {
  display: inline-block;
  vertical-align: top;
}
/* line 463, ../scss/all.scss */
.follow-block ul {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  padding-left: 8px;
  padding-bottom: 10px;
}
/* line 475, ../scss/all.scss */
.follow-block li {
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
}
/* line 479, ../scss/all.scss */
.follow-block li + li {
  margin-left: 18px;
}
/* line 481, ../scss/all.scss */
.follow-block li span {
  font-size: 15px;
  padding-top: 15px;
  min-width: 220px;
}
@media only screen and (max-width: 767px) {
  /* line 481, ../scss/all.scss */
  .follow-block li span {
    font-size: 12px;
    min-width: 175px;
  }
}
/* line 493, ../scss/all.scss */
.follow-block a {
  width: 26px;
  height: 27px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  position: relative;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  /* line 493, ../scss/all.scss */
  .follow-block a {
    width: 20px;
    height: 19px;
    font-size: 17px;
  }
}
/* line 506, ../scss/all.scss */
.follow-block a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* line 510, ../scss/all.scss */
.follow-block a:before {
  position: absolute;
  top: -1px;
  left: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 510, ../scss/all.scss */
  .follow-block a:before {
    left: 2px;
  }
}
/* line 517, ../scss/all.scss */
.follow-block a.icon-social-twitter {
  background: #53a6c1;
}
/* line 519, ../scss/all.scss */
.follow-block a.icon-social-twitter:before {
  content: "\e604";
}
/* line 522, ../scss/all.scss */
.follow-block a.icon-instagram {
  background: #515252;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 522, ../scss/all.scss */
  .follow-block a.icon-instagram {
    font-size: 14px;
  }
}
/* line 526, ../scss/all.scss */
.follow-block a.icon-instagram:before {
  content: "\e600";
  margin: 3px 0 0 3px;
}
@media only screen and (max-width: 767px) {
  /* line 526, ../scss/all.scss */
  .follow-block a.icon-instagram:before {
    margin: 2px 0 0 1px;
  }
}
/* line 533, ../scss/all.scss */
.follow-block a.icon-social-facebook {
  background: #456699;
}
/* line 535, ../scss/all.scss */
.follow-block a.icon-social-facebook:before {
  content: "\e603";
}
/* line 538, ../scss/all.scss */
.follow-block img {
  display: block;
}

/* line 541, ../scss/all.scss */
#footer {
  position: relative;
  color: #999;
  z-index: 2;
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
  background: #000;
  padding: 20px 0 10px;
  margin: 0 -0;
}

/* line 555, ../scss/all.scss */
.footer-holder {
  float: right;
  width: 55.5%;
  padding-right: 20px;
}
@media only screen and (max-width: 1025px) {
  /* line 555, ../scss/all.scss */
  .footer-holder {
    padding: 0;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 555, ../scss/all.scss */
  .footer-holder {
    padding: 0;
    width: 100%;
  }
}

/* line 570, ../scss/all.scss */
.copy {
  float: left;
  padding: 42px 30px 0 2px;
}

/* line 576, ../scss/all.scss */
.footer-text {
  overflow: hidden;
  padding: 22px 75px 0 0;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  /* line 576, ../scss/all.scss */
  .footer-text {
    padding: 10px 0;
    overflow: visible;
    clear: both;
  }
}

/* line 589, ../scss/all.scss */
.prize-list {
  float: right;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  /* line 589, ../scss/all.scss */
  .prize-list {
    width: 100%;
    float: none;
  }
}
/* line 600, ../scss/all.scss */
.prize-list li {
  display: inline-block;
  vertical-align: top;
  width: 42%;
}
/* line 604, ../scss/all.scss */
.prize-list li + li {
  margin-left: 28px;
}
@media only screen and (max-width: 767px) {
  /* line 600, ../scss/all.scss */
  .prize-list li {
    margin: 0 5px;
    width: 40%;
    float: left;
    text-align: center;
  }
}
/* line 612, ../scss/all.scss */
.prize-list img {
  display: inline-block;
  vertical-align: top;
}

/* line 620, ../scss/all.scss */
.js-video-block .mejs-container,
.js-video-block .mejs-inner,
.js-video-block video,
.js-video-block object,
.js-video-block object * {
  width: 100% !important;
  height: 100% !important;
}

/* line 629, ../scss/all.scss */
.js-video-block,
.js-video-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* line 639, ../scss/all.scss */
.mejs-wmp .mejs-controls {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 643, ../scss/all.scss */
.mejs-wmp .mejs-controls .mejs-button.mejs-fullscreen-button,
.mejs-wmp .mejs-controls .mejs-button.mejs-volume-button.mejs-mute,
.mejs-wmp .mejs-controls .mejs-time.mejs-duration-container,
.mejs-wmp .mejs-controls .mejs-time-rail,
.mejs-wmp .mejs-controls .mejs-time.mejs-currenttime-container {
  display: none !important;
}
/* line 650, ../scss/all.scss */
.mejs-wmp .mejs-controls .mejs-playpause-button {
  top: auto;
  bottom: 16.5%;
  margin-left: -25px;
  border: none;
}
/* line 655, ../scss/all.scss */
.mejs-wmp .mejs-controls .mejs-playpause-button:hover {
  opacity: 0.9;
}

/* line 659, ../scss/all.scss */
.play-btn {
  position: absolute;
  z-index: 50;
  border-radius: 50%;
}

/* line 665, ../scss/all.scss */
.me-plugin,
.me-plugin * {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

/* line 671, ../scss/all.scss */
.js-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* line 678, ../scss/all.scss */
#wrapper .mejs-playpause-button button {
  background: url(../images/icon-play.png) no-repeat;
  width: 137px;
  height: 135px;
  position: relative;
  z-index: 999999;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  outline: none;
}
@media only screen and (max-width: 1700px) {
  /* line 678, ../scss/all.scss */
  #wrapper .mejs-playpause-button button {
    bottom: 14%;
    background-size: 75%;
    transform: translateX(-33%);
  }
}
@media only screen and (max-width: 767px) {
  /* line 678, ../scss/all.scss */
  #wrapper .mejs-playpause-button button {
    background-size: 45%;
    transform: translateX(-20%);
  }
}

/* line 700, ../scss/all.scss */
img {
  vertical-align: top;
}

/* line 704, ../scss/all.scss */
.cycle-gallery iframe .player .controls {
  display: none !important;
}
