@charset "UTF-8";

/*! colorbox.css v1.6.4 | @link jacklmoore.com/colorbox | @author Jack Moore | @license MIT */

#colorbox,
#cboxLoading,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

#colorbox,
#cboxWrapper {
  overflow: visible;
}

#colorbox {
  -webkit-border-radius: 1px!important;
  -moz-border-radius: 1px!important;
  border-radius: 1px!important;
  -webkit-box-shadow: 0px 0px 8px #000000;
  -moz-box-shadow: 0px 0px 8px #000000;
  box-shadow: 0px 0px 8px #000000;
  left: 15px !important;
  right: 15px !important;
  margin: auto;
  max-width: 100%;
  max-width: calc(100% - 15px - 15px);
}

.lt-ie8 #colorbox {
  zoom: 1;
}

#colorbox:before,
#colorbox:after {
  content: " ";
  display: table;
}

#colorbox:after {
  clear: both
}

#colorbox:focus {
  outline: none;
}

.mobile-site #colorbox {
  top: auto!important;
  bottom: 0;
}

.lt-ie9 #colorbox {
  border: 1px solid #666;
}

#cboxWrapper {
  background: #fff;
}

#cboxWrapper,
#cboxTopCenter,
#cboxContent,
#cboxLoadedContent,
#cboxBottomCenter {
  max-width: 100%;
}

#cboxLoading,
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxLoading {
  background: url(/wcsstore/images/Cinmar/_media/images/interface/loader_progress.gif) no-repeat center center;
}

#cboxOverlay {
  opacity: 0.60;
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  z-index: 99998;
  background-color: #fff;
  cursor: pointer;
  visibility: hidden!important;
}

.desktop-site #cboxOverlay {
  background-color: #e6e4e4;
}

.mobile-site #cboxOverlay {
  background-color: #fff;
}

#cboxOverlay.is-modal {
  visibility: visible!important;
}

div[id^="cboxTop"],
div[id^="cboxBottom"] {
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
}

.lt-ie8 div[id^="cboxTop"],
.lt-ie8 div[id^="cboxBottom"] {
  height: 0;
}

#cboxTopCenter {
  background: #eee;
  height: 39px;
  border-bottom: 1px solid #ddd;
}

.is-headless #cboxTopCenter {
  height: 0px;
  border-bottom: none;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  width: 100% !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.is-inline #cboxLoadedContent {
  padding-left: 15px;
  padding-right: 15px;
}

.is-inline #cboxLoadedContent:before {
  content: "";
  display: block;
  margin-bottom: 15px;
}

.is-inline #cboxLoadedContent:after {
  content: "";
  display: block;
  margin-top: 15px;
}

#cboxTitle {
  margin: 0;
  position: absolute;
  top: -30px;
  left: 10px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.fg #cboxTitle {
  font-family: "Default Serif", "Didot", "Didot LT STD", "Bodoni MT", "Times New Roman", "Baskerville", serif;
}

.gr #cboxTitle {
  font-family: "Default Sans", "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.is-headless #cboxTitle {
  display: none!important
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -30px;
  right: 40px;
  font-weight: bold;
  font-size: 16px;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -32px;
  background: url(/wcsstore/images/Cinmar/_media/images/interface/btn_left_x64_dark.png) no-repeat center center;
  width: 38px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -32px;
  background: url(/wcsstore/images/Cinmar/_media/images/interface/btn_right_x64_dark.png) no-repeat center center;
  width: 38px;
  height: 65px;
  text-indent: -9999px;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxLoadingOverlay {
  background: #fff;
}

#cboxLoadingGraphic {
  background: url(/wcsstore/images/Cinmar/_media/images/interface/loader_spinner.gif) no-repeat center center
}

#cboxClose {
  position: absolute;
  top: -29px;
  right: 10px;
  z-index: 1;
  display: block;
  background: url(/wcsstore/images/Cinmar/_media/images/interface/btn_close_x16_dark_boxed.png) no-repeat center center;
  background-color: #fff;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  border: 0;
}

#cboxClose:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
  filter: alpha(opacity=80) !important;
  -moz-opacity: 0.8 !important;
  -khtml-opacity: 0.8 !important;
  opacity: 0.8 !important;
}

.is-headless #cboxClose {
  top: 10px
}

#cboxLoadedContent > iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.mobile-site #colorbox button,
.mobile-site #colorbox [type="button"],
.mobile-site #colorbox [type="reset"],
.mobile-site #colorbox [type="submit"] {
  min-height: initial;
}