/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#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 {
    border: 0;
    display: block;
    float: left;
    margin: 0 38px 60px;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing:content-box; 
    -moz-box-sizing:content-box; 
    -webkit-box-sizing:content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox{
    color: #58585B;
    outline: 0;
}

#cboxContent {
    background-color: #f4f4f4;
    margin-top: 53px;
    overflow: visible;
}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
/*#cboxLoadedContent{margin-bottom:5px;}*/
#cboxLoadingOverlay{background:url(../../../plugins/colorbox/006/images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(../../../plugins/colorbox/006/images/loading.gif) no-repeat center center;}
#cboxTitle {
    background-color: #f1f1f2;
    border-bottom: solid 1px #c6c8cA;
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    color: #58585B;
    font-family: "PFDinTextProRegular", sans-serif;
    font-size: 14px;
    position: absolute;
    top: -53px;
    left: 0;
    height: 53px;
    line-height: 53px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    display: block !important;
}
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious, #cboxNext{
    border: 0;
    height: calc(100% - 60px);
    width: 15px;
    position: absolute;
    text-indent: -9999px;
}
#cboxSlideshow, #cboxClose{
    border: 0;
    height: 24px;
    width: 15px;
    position: absolute;
    text-indent: -9999px;
}
    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious, #cboxNext, #cboxSlideshow {
    top: 0;
}
#cboxPrevious {
    background: url('../../../plugins/colorbox/006/images/left2.png') 0 50% no-repeat;
    left: 16px;
}
#cboxPrevious:hover {
    background: url('../../../plugins/colorbox/006/images/left3.png') 0 50% no-repeat;
}
#cboxNext {
    background: url('../../../plugins/colorbox/006/images/right2.png') 0 50% no-repeat;
    right: 16px;
}
#cboxNext:hover {
    background: url('../../../plugins/colorbox/006/images/right3.png') 0 50% no-repeat;
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -32px -36px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -32px -66px;
}
.cboxSlideshow_off #cboxSlideshow {
    background-position: -93px -36px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -93px -66px;
}

/* colorbox */

#cboxTopCenter,
#cboxTopRight,
#cboxMiddleRight,
#cboxBottomRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxMiddleLeft,
#cboxTopLeft
{height: 0px !important; width: 0px !important;}

#cboxClose {
    background: url('../../../plugins/colorbox/006/images/sprite-close.png') 0 -13px no-repeat;
    top: -33px;
    right: 16px;
    width: 13px;
    height: 13px;
    outline: none;
}
#cboxClose:hover {
    background-position: 0 -26px;
    background-repeat: no-repeat;
}

#cboxOverlay {
    background: #000 !important;
    opacity: 0.6 !important;
}



