/*
    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; padding-top:20px;}
#cboxLoadedContent{overflow:auto; overflow-x:hidden !important;}
#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: none; max-height:550px;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{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.
*/
#cboxOverlay,cboxLoadedContent{background:#F3F3F3; opacity:0.9}

#colorbox{}
    #cboxContent{/*margin-top:20px;*/}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:0px solid #000; background:transparent}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{margin-top:15px;right:0px; color:#000; width:100%; text-align:center; font-size:14px;font-family:'DaysOne' Arial, Helvetica, sans-serif; }
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:0px; margin-top:-32px; background:url(images/carousel-rollover-left.png) no-repeat top right; width:70px; height:70px; text-indent:-9999px;}
        #cboxPrevious:hover{ background-position:bottom right;}
        #cboxNext{position:absolute; top:50%; right:0px; margin-top:-32px; background:url(images/carousel-rollover-right.png) no-repeat top right; width:70px; height:70px; text-indent:-9999px; z-index:999999}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:0px; right:0px; display:block; background:url(images/close.gif) no-repeat top center; width:50px; height:48px; text-indent:-9999px; z-index:999999}
        #cboxClose:hover{background-position:bottom right;}
		
.page_info p{ font-family:'Dosis-Regular'; font-size:14px; line-height:20px; color:#000;}
.page_info{background:none; padding:10px 0 0 0; float:left; width:100%; text-align:center}		
.page_info h2{  font-size:18px; font-weight:bold; text-align:center; color:#000; margin-bottom:8px; line-height:15px}


.page_info  .red_button{ float:right; background:#ff0000; color:#000; font-size:16px; text-decoration:none; padding:2px 5px 0px 5px;}
.page_info  .red_button:hover{ color:#fff;}