/* Colorbox Core Style */
#cboxWrapper, .cboxPhoto {
    max-width: none
}
.cboxIframe, .cboxPhoto {
    display: block;
    border: 0
}
#cboxCurrent, #cboxTitle {
    position: absolute;
    color: #ccc
}
#cboxOverlay, #cboxWrapper, #colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: visible
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .9;
    filter: alpha(opacity=90)
}
#cboxBottomLeft, #cboxMiddleLeft {
    clear: left
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 0
}
#cboxTitle {
    margin: 0
}
#cboxLoadingGraphic, #cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.cboxPhoto {
    float: left;
    margin: auto;
    width: 70%!important;
    height: auto!important;
    -ms-interpolation-mode: bicubic
}
.cboxIframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff
}
#cboxContent, #cboxLoadedContent, #colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}
#colorbox {
    outline: 0
}
#cboxContent {
    position: relative;
    margin-top: 0
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}
#colorbox.lo-layer #cboxTitle, .video-layer #cboxTitle {
    display: block!important
}
#cboxTitle {
    height: 1px;
    left: -999px;
    top: auto;
    width: 1px
}
#cboxCurrent {
    top: -20px;
    right: 0
}
#cboxLoadingGraphic {
    background: url(../images/loading.gif) center center no-repeat
}
#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0
}
#cboxNext, #cboxPrevious {
    top: 50%;
    margin-top: -32px;
    width: 28px;
    height: 65px;
    position: absolute;
    text-indent: -9999px
}
#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
    outline: 0
}
#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
}
#cboxPrevious {
    left: 5px;
    background: url(../images/controls.png) top left no-repeat
}
#cboxPrevious:hover {
    background-position: bottom left
}
#cboxNext {
    right: 5px;
    background: url(../images/controls.png) top right no-repeat
}
#cboxNext:hover {
    background-position: bottom right
}
#cboxClose {
    position: absolute;
    top: 0;
    width: 60px;
    right: 15px;
    content: 'bla';
    text-indent: -9999px;
    padding: 2rem;
    background: url(icons/cross_white.png) 53% center no-repeat;
    opacity: .8
}
.bgwhite #cboxClose {
    background: url(icons/cross.png) 53% center no-repeat
}
.bgwhite .button_wrap {
        display: block;
    text-align: center;
}
#cboxClose:hover {
    opacity: 1
}

div.bgwhite#colorbox {
    height: 94% !important;
    left: 5% !important;
    width: 90% !important;
    overflow: hidden !important;
    top: 2rem !important;
    border-radius: 10px;
    
}
div.bgwhite#colorbox div#cboxWrapper {
    width: 100% !important;
}
div.bgwhite#colorbox div#cboxLoadedContent {
    width: 100% !important;
    height: 96vh !important;
    border-radius: 10px;
    overflow: auto !important;
}
div.bgwhite#colorbox div#cboxContent {
    width: 100% !important;
    height: 100% !important;
}
@media (min-width:768px){
    div.bgwhite#colorbox {
        width: 80% !important;
        left: 10% !important;
        top: 3.5rem !important; 
    }
}

@media (min-width:1050px){
    div.bgwhite#colorbox {
        width: 70% !important;
        left: 15% !important;
        top:10rem !important;
        
    }
}
@media (min-width:1250px){
    div.bgwhite#colorbox {
        width: 80% !important;
        left: 10% !important;
        top:14% !important;
        
    }
}
