#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#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;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.18);
}
#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%;
  height: auto;
  -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: url(../../../../../../../themes/astra/images/paper-bg-leaves.jpg)
    right top no-repeat;
  opacity: 1 !important;
  background-size: cover;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin: 35px 40px 40px;
}
#cboxTitle {
  position: absolute;
  bottom: 17px;
  left: 5%;
  width: 90%;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  font-style: italic;
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif;
}
#cboxCurrent {
  position: fixed;
  bottom: 30px;
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif;
  left: 0;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  color: #767068;
}
#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: 0;
  color: #444;
}
#cboxPrevious {
  color: #444;
}
#cboxNext {
  color: #444;
}
#cboxClose {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  border-bottom: none;
}
#cboxPrevious,
#cboxNext {
  position: fixed;
  background: url(../../../../../../../themes/astra/images/right-arrow.svg)
    center center no-repeat;
  width: 60px;
  height: 70px;
  opacity: 0.7;
  background-size: 15px auto;
  bottom: 0;
  right: 0;
}
#cboxPrevious {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#cboxPrevious {
  left: 0;
  right: auto;
}
.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(../../../../../../../themes/astra/images/gold-loader.gif)
    center center no-repeat;
}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover {
  opacity: 1;
}
#cboxClose {
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  position: fixed;
  background: url(../../../../../../../themes/astra/images/close.svg) center
    center no-repeat;
  background-size: 24px auto;
  opacity: 0.7;
}
#cboxOverlay.wb-box-container {
  opacity: 0.75 !important;
}
.wb-box-container #cboxClose {
  position: absolute;
  width: 40px;
  height: 35px;
  background-size: 22px;
}
#popup {
  width: 450px;
  background: url(../../../../../../../themes/astra/images/paper-bg-leaves.jpg)
    right top;
  background-size: cover;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  text-align: center;
}
#popup .pop-header {
  font-size: 22px;
  letter-spacing: 1.6px;
  padding: 130px 42px 0;
  text-transform: uppercase;
  background: url(../../../../../../../themes/astra/images/logo.png) center 20px
    no-repeat;
  background-size: 80px auto;
}
#popup .pop-content {
  text-align: center;
  padding: 10px 35px 35px;
}
#popup .text-style p {
  font-weight: 400;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  max-width: 100%;
}
#popup .pop-content h2 {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: normal;
  margin-bottom: 20px;
}
#popup .pop-content ul {
  text-align: left;
  width: 330px;
  margin: 0 auto 20px;
}
#popup .pop-content ul li {
  padding-left: 22px;
  margin-bottom: 4px;
  background: url(../../../../../../../../index.html) no-repeat 5px 6px;
}
#popup a.btn {
  float: none;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  #cboxLoadedContent {
    margin: 35px 0 40px;
  }
  #cboxLoadedContent.wb-box-container {
    margin: 35px 30px 40px;
  }
}
@media screen and (max-width: 380px) {
  #popup .pop-header {
    font-size: 21px;
    padding: 130px 18px 0;
  }
}
@media screen and (max-width: 355px) {
  #popup .pop-content {
    padding: 12px 25px 25px;
  }
}
