@import "font-awesome.min.css";
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'Comfortaa';
  src: local('Comfortaa Light'), local('Comfortaa-Light'), url('../fonts/comfortaalight.woff2') format('woff2'), url('../fonts/comfortaalight.woff') format('woff'), url('../fonts/comfortaalight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Comfortaa';
  src: local('Comfortaa'), url('comfortaa.woff2') format('woff2'), url('../fonts/comfortaa.woff') format('woff'), url('../fonts/comfortaa.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Comfortaa';
  src: local('Comfortaa Bold'), local('Comfortaa-Bold'), url('../fonts/comfortaabold.woff2') format('woff2'), url('../fonts/comfortaabold.woff') format('woff'), url('../fonts/comfortaabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
html {
  font-size: 16px;
}
body {
  font-size: 1rem;
  font-family: Open Sans, arial;
  color: #000;
  background: #fff;
}
html,
body {
  height: 100%;
}
.container-fluid {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
}
#site-header {
  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#site-header.sticky {
  background: rgba(0, 0, 0, 0.5);
  height: 90px;
}
#site-header.sticky .logo {
  line-height: 90px;
}
#site-header.sticky .slogan {
  line-height: 90px;
}
#site-header.sticky .phone {
  line-height: 90px;
}
#site-header a.logo {
  display: block;
  line-height: 120px;
  max-width: 100%;
}
#site-header .slogan {
  text-align: center;
  line-height: 120px;
  opacity: .5;
  color: #fff;
  white-space: nowrap;
}
#site-header .contacts {
  text-align: right;
}
#site-header .phone {
  display: inline-block;
  font-size: 27px;
  line-height: 120px;
  color: #fff;
  vertical-align: middle;
  font-family: Comfortaa;
}
#site-header .btn-menu {
  display: inline-block;
  background: none;
  border: none;
  vertical-align: middle;
  margin-left: 15px;
  cursor: pointer;
}
#site-header .btn-menu:hover {
  transform: scale(0.9);
}
#intro {
  padding-bottom: 90px;
  background: url('../img/intro.jpg') center top no-repeat;
  background-size: cover;
  padding-top: 140px;
}
#intro .site-title {
  font-family: Comfortaa;
  color: #fff;
  text-align: center;
  font-size: 50px;
}
#intro .site-sub-title {
  display: inline-block;
  color: #fff;
  font-family: Comfortaa;
  font-size: 22px;
  background: #e81728;
  margin: 30px 0;
  padding: 10px 30px;
}
#intro input {
  color: #fff;
}
.order-form-wrapper {
  max-width: 445px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 30px;
}
.order-form-wrapper form input {
  height: 45px;
  margin-bottom: 25px;
  display: block;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  font-family: Comfortaa;
  font-size: 18px;
}
.order-form-wrapper form input.error {
  border-color: #ff0000;
}
.order-form-wrapper form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.order-form-wrapper form input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.order-form-wrapper form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.order-form-wrapper form input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
button {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  font-family: Comfortaa;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  background-color: #ffc100;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffde00), to(#ffc100));
  /* Konqueror */

  background-image: -moz-linear-gradient(#ffde00, #ffc100);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#ffde00, #ffc100);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffde00), color-stop(100%, #ffc100));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#ffde00, #ffc100);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#ffde00, #ffc100);
  /* Opera 11.10 */

  background-image: -ms-linear-gradient(top, #ffde00 0%, #ffc100 100%);
  /* IE10+ */

  background-image: linear-gradient(#ffde00, #ffc100);
  /* the standard */

}
button:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
h1 {
  font-size: 24px;
  margin: 60px 0;
  text-align: center;
  font-weight: normal;
  font-family: Comfortaa;
}
img.fluid {
  max-width: 100%;
}
#why {
  padding-bottom: 90px;
  border-bottom: 1px solid #ddd;
}
#why .quot {
  position: relative;
  padding-left: 40px;
}
#why .quot img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#why ul {
  margin: 0 0 0 40px;
  padding: 0;
  list-style-type: none;
}
#why ul li {
  background: url('../img/li1.png') left 6px no-repeat;
  padding-left: 30px;
  margin: 30px 0;
}
.subtitle {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 60px;
}
#types {
  padding-bottom: 60px;
  border-bottom: 1px solid #eaeaea;
}
#types .types .col-sm-4:nth-child(3n+1) {
  clear: both;
}
#types .type {
  background: #f6f6f6;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
#types .type .thumb {
  display: block;
  margin: -20px -20px 20px -20px;
}
#types .type .thumb img {
  display: block;
  width: 100%;
  height: auto;
}
#types .type .title {
  display: block;
  color: #000;
  text-decoration: none;
  font-family: Comfortaa;
  margin: 15px 0;
  font-size: 18px;
}
#types .type button {
  display: inline-block;
  height: 45px;
  font-size: 12px;
  text-transform: none;
  font-family: Open Sans;
  width: auto;
  padding: 0 15px;
  vertical-align: middle;
}
#types .type .moar {
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  color: #66b1f1;
  border-bottom: 1px dotted #66b1f1;
  vertical-align: middle;
  margin-left: 15px;
}
#types .type .moar:hover {
  border: none;
}
#wedo {
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
  padding-bottom: 60px;
}
#wedo .wedo {
  width: 101px;
  height: 470px;
  background: url('../img/wedo.png');
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#wedo .wedo p {
  position: absolute;
  margin: 0;
  font-size: 18px;
  white-space: nowrap;
}
#wedo .wedo p.w1 {
  right: 110px;
  top: 18px;
}
#wedo .wedo p.w2 {
  left: 110px;
  top: 86px;
}
#wedo .wedo p.w3 {
  top: 154px;
  right: 110px;
}
#wedo .wedo p.w4 {
  top: 223px;
  left: 110px;
}
#wedo .wedo p.w5 {
  top: 290px;
  right: 110px;
}
#wedo .wedo p.w6 {
  top: 357px;
  left: 110px;
}
#offer {
  background: url('../img/bg-offer.jpg') center center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
#offer .offer-title,
#offer .offer-sub-title {
  font-family: Comfortaa;
  font-size: 24px;
  display: inline-block;
  background: #fff000;
  padding: 10px 20px;
}
#offer .offer-sub-title {
  color: #f30039;
  margin-bottom: 60px;
}
#offer .order-form-wrapper {
  background: #fff;
}
#offer form input {
  border-color: #adadad;
}
#offer form input.error {
  border-color: #ff0000;
}
#offer form input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
#offer form input:-moz-placeholder {
  color: #000;
  opacity: 1;
}
#offer form input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
#offer form input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
#benefits {
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
#benefits ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#benefits ul li {
  background: url('../img/li2.png') left center no-repeat;
  min-height: 27px;
  padding-left: 40px;
  margin-bottom: 15px;
}
#benefits .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#lowprice {
  padding-bottom: 15px;
}
#lowprice .how {
  background: #f6f6f6;
}
#lowprice img {
  display: block;
  width: 100%;
  height: auto;
}
#lowprice .col-2 .col-in {
  padding: 40px 30px;
}
#lowprice .col-2 p {
  line-height: 1.75;
}
#lowprice .quot {
  color: #fff;
  font-weight: 600;
  background: #6cdb00;
  padding: 15px;
  margin-top: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.75;
}
#guarantee {
  padding-bottom: 60px;
}
#guarantee .col-1 {
  border-right: 1px solid #ececec;
  padding-right: 45px;
}
#guarantee .col-2 {
  padding-left: 45px;
  padding-right: 45px;
}
#guarantee .col-3 {
  border-left: 1px solid #ececec;
  padding-left: 45px;
}
#guarantee .col {
  min-height: 235px;
}
#guarantee h2 {
  font-family: Comfortaa;
  font-size: 22px;
  margin: 10px 0 25px 0;
}
#guarantee p {
  margin: 0;
  color: #666666;
}
#gallery {
  padding-bottom: 45px;
  border-bottom: 1px solid #ddd;
}
#gallery .gal-tabs {
  display: inline-block;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cacaca;
}
#gallery .gal-tabs a {
  display: inline-block;
  text-decoration: none;
  margin: 0 15px;
  font-size: 14px;
  color: #666666;
}
#gallery .gal-tabs a:hover {
  text-decoration: underline;
}
#gallery .gal-tabs a.current {
  font-weight: bold;
  color: #000;
}
.gallery {
  display: none;
}
.gallery.current {
  display: block;
}
.gallery .col-sm-3 {
  margin-bottom: 30px;
}
.gallery .col-sm-3:nth-child(4n+1) {
  clear: both;
}
.gallery .col-sm-3 a {
  display: block;
}
.gallery .col-sm-3 a img {
  display: block;
  width: 100%;
  height: auto;
}
#fear {
  border-bottom: 1px solid #ddd;
  padding-top: 60px;
}
#fear .container-fluid {
  min-height: 523px;
  position: relative;
  background: url('../img/dont.png') left bottom no-repeat;
}
#fear .col-1 {
  width: 35%;
}
#fear .col-2 {
  width: 65%;
}
#fear p {
  margin-bottom: 30px;
  color: #666666;
  position: relative;
  background: url('../img/li3.png') left 6px no-repeat;
  padding-left: 60px;
}
#fear p b {
  color: #000;
}
#team {
  border-bottom: 1px solid #ddd;
  padding-bottom: 45px;
}
#team .team {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
#team .team .col-sm-3 {
  margin-bottom: 30px;
}
#team .team img {
  display: block;
  width: 100%;
  height: auto;
}
#team .team .the-name {
  font-weight: bold;
  margin-top: 10px;
}
#team .team p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  color: #999999;
}
#reviews {
  border-bottom: 1px solid #ddd;
  padding-bottom: 45px;
}
#reviews .videos .col-sm-4 {
  margin-bottom: 30px;
}
#reviews .videos a {
  display: block;
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#reviews .videos a img {
  display: block;
  width: 100%;
  height: auto;
}
#reviews .videos a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../img/video-over.png') center center no-repeat;
}
#reviews .videos a:hover:after {
  transform: scale(0.9);
}
#offer-2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 75px;
  background: url('../img/bg-offer-2.jpg') center center no-repeat;
  background-size: cover;
}
#offer-2 .all-you-need {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}
#offer-2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#offer-2 ul li {
  padding-left: 40px;
  background: url('../img/li2.png') left top no-repeat;
  margin-bottom: 15px;
  min-height: 27px;
  font-size: 18px;
}
#offer-2 .cwrap {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#offer-2 .see-you {
  text-align: center;
  margin: 40px 0 30px 0;
  font-family: Comfortaa;
  font-size: 18px;
}
#offer-2 .see-you span {
  color: #ee233d;
}
#offer-2 .see-you b {
  color: #fff;
  background: #ee233d;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 5px;
}
#offer-2 .the-timer {
  text-align: center;
}
#offer-2 .the-timer p {
  font-family: Comfortaa;
  font-size: 18px;
  margin: 0 0 5px 0;
}
#offer-2 .the-timer .timer-wrap {
  width: 290px;
  height: 115px;
  border: 2px solid #ee233d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#offer-2 .the-timer .timer-wrap .time {
  font-family: Comfortaa;
  color: #ee233d;
  font-size: 47px;
}
#offer-2 .the-timer .timer-wrap .legend {
  font-family: Comfortaa;
  font-size: 18px;
  word-spacing: 30px;
}
#offer-2 .order-form-wrapper {
  margin-top: 45px;
  background: #ee233d;
}
#offer-2 input {
  color: #fff;
}
#contacts {
  padding-bottom: 75px;
}
#contacts .col-sm-8 {
  padding-right: 60px;
}
#contacts p {
  margin-bottom: 30px;
}
#contacts button {
  text-transform: none;
}
#site-footer {
  background: #555656;
  padding-bottom: 60px;
}
#site-footer .row-top a.logo {
  line-height: 150px;
  display: block;
}
#site-footer .slogan {
  line-height: 150px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
#site-footer .phone {
  text-align: right;
  font-size: 27px;
  color: #fff;
  font-family: Comfortaa;
  line-height: 150px;
}
#site-footer .brand {
  text-align: right;
  font-weight: bold;
  color: #cccccc;
  font-size: 14px;
}
#site-footer .brand a {
  color: #cccccc;
  font-weight: normal;
}
#mob-menu {
  position: fixed;
  z-index: 600;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffc100;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#mob-menu.opened {
  left: 0%;
}
#mob-menu ul {
  margin: 0px;
  padding: 0;
  text-align: center;
  list-style-type: none;
}
#mob-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#mob-menu ul li:first-child a {
  font-size: 30px;
}
#mob-menu ul li a {
  color: #000;
  padding: 8px 30px;
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-family: Comfortaa;
}
#mob-menu ul li a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.popup-k {
  padding: 20px 5px;
  background: #fff;
  width: 100%;
  display: none;
}
.popup-k .k-big img {
  display: block;
  width: 100%;
  height: auto;
}
.popup-k .k-thumbs {
  margin-left: -10px;
  margin-right: -10px;
  overflow-x: hidden;
  margin-top: 20px;
}
.popup-k .k-thumbs .k-thumb {
  width: 20%;
  float: left;
  padding: 0 10px;
  opacity: .75;
}
.popup-k .k-thumbs .k-thumb.current {
  opacity: 1;
}
.popup-k .k-thumbs .k-thumb a {
  display: block;
}
.popup-k .k-thumbs .k-thumb a img {
  display: block;
  width: 100%;
  height: auto;
}
.popup-k .k-title {
  font-family: Comfortaa;
  font-size: 35px;
  margin-top: -10px;
  margin-bottom: 25px;
}
.popup-k p {
  color: #333333;
  font-size: 14px;
  line-height: 1.75;
}
.popup-k .k-price {
  color: #fff;
  font-family: Comfortaa;
  font-size: 23px;
  display: inline-block;
  background: #e81829;
  padding: 10px 20px;
  margin: 30px 0;
}
.popup-k .k-like {
  font-family: Comfortaa;
  font-size: 26px;
}
.popup-k form {
  margin-top: 30px;
}
.popup-k form input {
  height: 35px;
  font-family: comfortaa;
  font-size: 18px;
  border: none;
  border-bottom: 2px solid #cccccc;
  display: block;
  width: 100%;
  background: none;
  margin-bottom: 15px;
}
.popup-k form input.error {
  border-color: #ff0000;
}
.popup-k form input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  text-align: left;
}
.popup-k form input:-moz-placeholder {
  color: #000;
  opacity: 1;
  text-align: left;
}
.popup-k form input::-moz-placeholder {
  color: #000;
  opacity: 1;
  text-align: left;
}
.popup-k form input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  text-align: left;
}
.popup-k form button {
  text-transform: none;
}
.popup {
  background: #fff;
  padding: 20px;
  display: none;
  width: 500px;
}
.popup .popup-title {
  font-family: Comfortaa;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.popup .order-form-wrapper {
  padding: 0;
}
.popup .order-form-wrapper form input {
  border-bottom: 2px solid #ccc;
}
.popup .order-form-wrapper form input::-webkit-input-placeholder {
  color: #000;
}
.popup .order-form-wrapper form input:-moz-placeholder {
  color: #000;
}
.popup .order-form-wrapper form input::-moz-placeholder {
  color: #000;
}
.popup .order-form-wrapper form input:-ms-input-placeholder {
  color: #000;
}
.popup .order-form-wrapper form input.error {
  border-color: #ff0000;
}
.popup .order-form-wrapper form button {
  text-transform: none;
}
.subtitle {
  color: #666;
}
.bright:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
}
input:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}
input:focus:-moz-placeholder {
  opacity: 0 !important;
}
input:focus::-moz-placeholder {
  opacity: 0 !important;
}
input:focus:-ms-input-placeholder {
  opacity: 0 !important;
}
::-webkit-input-placeholder {
  color: #c2c2c2;
  opacity: 1;
  text-align: center;
}
:-moz-placeholder {
  color: #c2c2c2;
  opacity: 1;
  text-align: center;
}
::-moz-placeholder {
  color: #c2c2c2;
  opacity: 1;
  text-align: center;
}
:-ms-input-placeholder {
  color: #c2c2c2;
  opacity: 1;
  text-align: center;
}
@media (max-width: 992px) {
  #site-header .phone {
    font-size: 20px;
  }
  #site-footer .phone {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
  }
  #site-footer {
    padding: 30px 0;
  }
  #site-footer .row-top a.logo {
    line-height: 1;
    text-align: center;
  }
  #site-footer .slogan {
    line-height: 1;
    text-align: center;
    margin: 15px 0;
  }
  #site-footer .brand {
    text-align: center;
  }
}
@media (max-width: 960px) {
  #site-header .col-1 {
    width: auto;
    float: left;
  }
  #site-header .col-2 {
    display: none;
  }
  #site-header .col-3 {
    float: right;
    width: auto;
  }
}
@media (max-width: 768px) {
  #intro .site-title {
    font-size: 30px;
  }
  #site-header {
    background: rgba(0, 0, 0, 0.5);
    height: 90px;
  }
  #site-header .logo {
    line-height: 90px !important;
  }
  #site-header .btn-menu {
    line-height: 90px;
  }
  #site-header .phone {
    display: none;
  }
  #wedo .wedo {
    width: auto;
    height: auto;
    background: none;
  }
  #wedo .wedo p {
    position: static;
    text-align: center;
    margin-top: 15px;
  }
  #why .col-sm-5 {
    text-align: center;
    margin-bottom: 30px;
  }
  #why .quot {
    padding-left: 0;
  }
  #why .quot img {
    display: none;
  }
  #why .text-right {
    display: none;
  }
  #site-header,
  section {
    padding-bottom: 30px !important;
  }
  #guarantee .col {
    min-height: 0px;
  }
  #guarantee .col-1 {
    padding-right: 15px;
    margin-bottom: 30px;
    border: none;
  }
  #guarantee .col-2 {
    padding: 0 15px;
    margin-bottom: 30px;
    border: none;
  }
  #guarantee .col-3 {
    padding-left: 15px;
    border: none;
  }
  .gallery .col-sm-3 {
    width: 50%;
    float: left;
  }
  .gallery .col-sm-3:nth-child(4n+1) {
    clear: none;
  }
  .gallery .col-sm-3:nth-child(2n+1) {
    clear: both;
  }
  #fear {
    padding-top: 0;
  }
  #fear .container-fluid {
    min-height: 0;
    background: none;
  }
  #fear .col-1 {
    width: 100%;
  }
  #fear .col-2 {
    width: 100%;
  }
  #contacts .col-sm-8 {
    padding-right: 15px;
    margin-bottom: 30px;
  }
  h1 {
    margin: 30px 0;
  }
  .subtitle {
    margin-top: -30px;
  }
  .popup {
    width: 100%;
    padding: 15px;
  }
  .popup .order-form-wrapper {
    max-width: 100%;
    min-width: 290px;
  }
  .popup-k .k-title {
    margin-top: 15px;
  }
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  background: #fff;
  padding: 20px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 33px;
  height: 33px;
  cursor: pointer;
  z-index: 8040;
  background: url('../img/clos.png');
}
.fancybox-close:hover {
  opacity: .75;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/fancybox/blank.gif');
  /* helps IE */

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow-x: hidden;
  margin: 0 !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow: hidden;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */

  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
