#colorbox, #cboxOverlay, #cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;}
#cboxOverlay{position:fixed;width:100%;height:100%;background:#000;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;margin-top:25px;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;}
#cboxTitle{margin:0;position:absolute;top:5px;left:0;text-align:left;width:100%;color:#00AEEF !important;font-size:17px;font-weight:bold;text-indent:5px;text-transform:uppercase;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left;margin:auto;border:0;display:block;}
.cboxIframe{width:100%;height:100%;display:block;border:0;background:transparent;}
#colorbox{overflow: hidden;border: 4px solid #abadaf; border-radius: 10px;background: #FFFFFF;}
#cboxTopLeft{width:13px;height:13px;}
#cboxTopRight{width:13px;height:13px;}
#cboxBottomLeft{width:13px;height:13px;}
#cboxBottomRight{width:13px;height:13px;}
#cboxMiddleLeft{width:13px;}
#cboxTopCenter{height:13px;}
#cboxBottomCenter{height:13px;}
#colorbox #cboxContent{font-size: 14px;}
#colorbox #cboxContent h4{font-size: 15px; font-weight: bold;}
#colorbox #cboxContent p{font-size: 14px !important;}
#cboxError{padding:50px;border:1px solid #ccc;}
#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494;}
#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef;}
#cboxPrevious{position:absolute;bottom:0;left:0;background:url(/resources/images/colorbox/controls.png) no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px;}
#cboxPrevious.hover{background-position:-75px -25px;}
#cboxNext{position:absolute;bottom:0;left:27px;background:url(/resources/images/colorbox/controls.png) no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px;}
#cboxNext.hover{background-position:-50px -25px;}
#cboxLoadingGraphic{background:url(/resources/images/loading-transparent.gif) #fff no-repeat center center;}
#cboxClose{position:absolute;top:0px;right:35px;background:url(/resources/images/colorbox/close.svg)  no-repeat top left;width:20px;height:20px;text-indent:-9999px;border:none;}
.overlay_download_modal{position:absolute;z-index:212;color:white;margin-left:230px;background:transparent url(/resources/images/genie/colorbox/light-box-bg.png) repeat scroll left top;background-color:#032145;overflow:hidden;height:373px;margin-top:-20px;}
.overlay_background{top:-100px;left:-10px;width:100%;height:100%;position:absolute;z-index:200;background-color:black;opacity:0.5}
@media (max-width: 767px){
	#cboxClose {
	background: url(/resources/images/colorbox/close.svg) no-repeat top left !important;
    width: 10px;
    height: 10px;
    right: 10px !important;
    top: -2px !important;
	}
	#cboxTitle {
    font-size: 12px !important;
    font-weight: bold !important;
    top:0px !important;
}
}
@media (max-width: 399px){

  #colorbox #cboxContent p{
  font-size: 14px !important;
    padding: 3px;
}
  #cboxClose {
	background: url(/resources/images/colorbox/close.svg) no-repeat top left !important;
    right: 10px !important;
    top: -2px !important;
    width: 5px !important;
    height: 5px !important;
	}
}