/* Default Colorbox theme settings */
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
#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;
}
#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: none;
    -ms-interpolation-mode: bicubic;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
/* AmbientTheme styles */
#cboxTitle {
    margin: 0;
    position: absolute;
    left: 0;
    top: -22px;
    color: #111;
}
#cboxCurrent {
    display: none !important;
}
#cboxOverlay {
    background-color: #fff;
}
#cboxOverlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: none;
    opacity: 0.3;
    z-index: 10;
}
#colorbox {
    overflow: visible;
    outline: none;
}
#colorbox #cboxWrapper {
    overflow: visible;
}
#colorbox #cboxWrapper #cboxContent {
    box-shadow: 0px;
    border: 1px solid #fff;
    background: #ffffff;
}
#colorbox #cboxWrapper #cboxContent button {
    display: block;
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.4);
    background-repeat: no-repeat;
    position: absolute;
    left: 60px;
    top: 20px;
    border: none;
    text-indent: -9999em;
    z-index: -1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
#colorbox #cboxWrapper #cboxContent button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
#colorbox #cboxWrapper #cboxContent button#cboxNext {
    -webkit-transition: 0.75s all;
    transition: 0.75s all;
    top: 69px;
    background-image: url(../images/controls.png);
    background-position: -48px 0;
}
#colorbox #cboxWrapper #cboxContent button#cboxNext:after {
    background: url(../images/controls.png);
    background-position: -48px 100%;
}
#colorbox #cboxWrapper #cboxContent button#cboxPrevious {
    -webkit-transition: 1s all;
    transition: 1s all;
    top: 118px;
    background-image: url(../images/controls.png);
    background-position: -96px 0;
}
#colorbox #cboxWrapper #cboxContent button#cboxPrevious:after {
    background: url(../images/controls.png);
    background-position: -96px 100%;
}
#colorbox #cboxWrapper #cboxContent button#cboxSlideshow {
    -webkit-transition: 1.25s all;
    transition: 1.25s all;
    top: 167px;
    background-image: url(../images/controls.png);
    background-position: -144px 0;
}
#colorbox #cboxWrapper #cboxContent button#cboxSlideshow:after {
    background: url(../images/controls.png);
    background-position: -144px 100%;
}
#colorbox #cboxWrapper #cboxContent button#cboxClose {
    background-image: url(../images/controls.png);
    background-position: 0 0;
}
#colorbox #cboxWrapper #cboxContent button#cboxClose:after {
    background: url(../images/controls.png);
    background-position: 0 100%;
}
#colorbox #cboxWrapper #cboxContent button:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
#colorbox #cboxWrapper #cboxContent button:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#colorbox #cboxWrapper #cboxContent:hover button {
    left: -49px;
}
#colorbox.cboxSlideshow_on #cboxWrapper #cboxContent button#cboxSlideshow {
    background-image: url(../images/controls.png);
    background-position: -192px 0;
}
#colorbox.cboxSlideshow_on #cboxWrapper #cboxContent button#cboxSlideshow:after {
    background: url(../images/controls.png);
    background-position: -192px 100%;
}
#cboxLoadingOverlay {
    background: #ffffff;
}
#cboxLoadingGraphic {
    background: url(../images/loading.gif) no-repeat center center;
}
/*# sourceMappingURL=ambient.theme.css.map */