#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #fff;
  opacity: 0.8;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  overflow: hidden;
}
.cboxIframe {
  background: #FDFBFB;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #fff;
  margin: 35px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
#cboxTitle {
  position: absolute;
  bottom: 5px;
  left: 5%;
  width: 90%;
  font-size: 15px;
  text-align: center;
}
#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #333;
  font-size: 17px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  display: none !important;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
  text-indent: -9999px;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  color: #444;
}
#cboxPrevious {
  color: #444;
}
#cboxNext {
  color: #444;
}
#cboxClose {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  border-bottom: none;
}
#cboxPrevious, #cboxNext {
  position: absolute;
  background: url(../images/next-arrow.svg) center center no-repeat rgba(255, 255, 255, 0.7);
  width: 38px;
  height: 38px;
  opacity: 0.8;
  background-size: auto 45%;
  top: 50%;
  margin-top: -19px;
  right: 35px;
}
#cboxPrevious {
  left: 35px;
  right: auto;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
#cboxLoadingGraphic {
  background: url(../images/loading.gif) center center no-repeat;
}
#cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover {
  opacity: 1;
}
#cboxClose {
  right: 5px;
  width: 30px;
  height: 30px;
  top: 5px;
  text-indent: -9999px;
  position: absolute;
  background: url(../images/close.svg) center center no-repeat rgba(255, 255, 255, 0.4);
  background-size: 50% auto;
  opacity: 0.8;
}
#promo-popup:after {
  content: '';
  display: table;
  clear: both
}
#promo-popup {
  background: url(../images/diagonal.jpg) right top no-repeat #fff;
  padding: 20px;
  text-align: center;
  width: 400px;
}
#promo-popup .pop-header {
  font-family: 'Playfair Display', Georgia, Times, serif;
  font-weight: normal;
  letter-spacing: normal;
  position: relative;
  color: #0f0e9f;
  font-size: 20px;
  margin-bottom: 40px;
}
#promo-popup .pop-content p:last-of-type {
  margin-bottom: 0
}
#promo-popup .pop-header:after {
  content: '';
  display: block;
  width: 50%;
  position: absolute;
  left: 25%;
  background: #e4e7ea;
  height: 2px;
  bottom: -20px
}
#promo-popup .pop-content {
  letter-spacing: 0.3px;
  line-height: 1.7;
  font-weight: 400;
}
#promo-popup .pop-content .btn {
  margin-top: 1em
}
/*#cboxLoadedContent{width: 400px; max-width: 100%}*/
@media screen and (max-width:480px) {
  #cboxLoadedContent {
    margin: 30px 15px;
  }
  #cboxPrevious {
    right: 0;
  }
  #cboxClose {
    right: 8px;
    top: 0px;
  }
  #cboxNext {
    left: 0;
  }
  #cboxTitle {
    bottom: 0;
  }
  #cboxPrevious, #cboxNext {
    width: 34px;
    height: 34px;
  }
  #promo-popup {
    width: 300px
  }
}