/* 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:99999999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; border-radius:6px; padding-top:0px; border:2px solid #ffffff; }
#cboxLoadedContent{overflow:auto; font-family: 'Lato', sans-serif; }
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:0; height:0;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.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{background:url(../images/overlay.png) repeat 0 0;}
#colorbox{}
#cboxTopLeft{width:30px; height:30px; }
#cboxTopRight{width:30px; height:30px; }
#cboxBottomLeft{width:30px; height:30px; }
#cboxBottomRight{width:30px; height:30px; }
#cboxMiddleLeft{width:30px; }
#cboxMiddleRight{width:30px; }
#cboxTopCenter{height:30px; }
#cboxBottomCenter{height:30px; }
#cboxContent{background:#fff; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:0px;}
#cboxTitle{ margin:0px; padding:0px; font-size:0px; visibility:hidden; }
#cboxCurrent{margin:0px; padding:0px; font-size:0px; visibility:hidden;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:10px; left:12px; background:url(../images/controls.png) no-repeat -77px 0; width:33px; height:33px; text-indent:-9999px;}
#cboxNext{position:absolute; bottom:10px; left:55px; background:url(../images/controls.png) no-repeat -38px 0; width:33px; height:33px; text-indent:-9999px;}
#cboxClose{position:absolute; top:-14px; right:-14px; background:url(../images/otherimg.png) no-repeat 0 -13px; width:27px; height:28px; text-indent:-9999px;}
#cboxClose:hover { background-position:0 -112px; }

#lycapopup { background:#ffffff; position:relative; min-height:1px; overflow:hidden; }
.pop-leftbox { width:452px; padding:0px 15px; text-align:center; }
@media (max-width: 767px) {
#lycapopup { background:#ffffff; }
}