
/**
 * ohSnap
 */
.alert { position:fixed; bottom:5px; z-index:9999; right:5px; color:#333333; padding:12px 24px; background:#efefef; font-size:12px; -webkit-border-radius: 4px;
border-radius: 4px; }
.alert-red { background:#C00; color:#fff; }
.alert-green { background:#6C6; color:#fff; }
/**
 * colorbox
 */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}#cboxWrapper {max-width:none;}#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{float:left; margin:auto; border:0; display:block; 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;}

#cboxOverlay{background:#43453f}
#colorbox{ outline:none; }
#cboxContent{margin:10px 40px;overflow:visible}
.cboxIframe{background:#fff}
#cboxError{padding:50px;border:1px solid #dedede}
#cboxLoadedContent{background:#43453f;padding:5px;-webkit-overflow-scrolling:touch}
#cboxLoadingGraphic{}
#cboxLoadingOverlay{background:#dedede}
#cboxTitle{position:absolute;top:-22px;left:0;color:#000}
#cboxCurrent{position:absolute;top:-22px;right:205px;text-indent:-9999px}
#cboxSlideshow,#cboxPrevious,#cboxNext,#cboxClose{width:40px;height:40px;position:absolute; padding:0; top:-20px; border:0; outline:none; }

#cboxPrevious,#cboxNext,#cboxClose { font-size:20px; line-height:40px; text-align:center; color:#555555; background:#333333; }
#cboxPrevious:hover,#cboxNext:hover,#cboxClose:hover { background-color:#1f1f1f; color:#fff; }
#cboxPrevious,#cboxNext,#cboxClose{width:40px;height:40px} 
#cboxPrevious{left:-40px;top:50%;margin:-15px 0 0} 
#cboxPrevious:hover{} 
#cboxNext{right:-40px;top:50%;margin:-15px 0 0} 
#cboxNext:hover{} 
#cboxClose{right:-40px;top:0} 
#cboxClose:hover{} 
#cboxLoadedContent {
-webkit-box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, 0.1);        
        box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, 0.1);	
}
.cb_popup { padding:20px; }

/**
 * cookie
 */
.cookie { background:#ffffff; color:#404040; position:relative; width:96%; z-index:999; padding:3px 2%; border-bottom:1px solid #eaeaea; font-family:Arial; font-size:11px; line-height:1.2; }
.cookie__inner { margin:0 auto; padding:5px 10px; max-width:940px; font-size:1em; }
.cookie__msg { margin-right:1em; }
a.cookie__info.cookie__info { color:#3079ed; white-space:nowrap; }
.cookie__ok { background:#4d90fe; color:#fff; font-weight:bold; border:1px solid #3079ed; display:inline-block; padding:.4em 1em; }

/**
 * ieWarning
 */
.iewarning { background:#f2dede; color:#a94442; position:fixed; width:96%; z-index:999; padding:3px 2%; border-top:1px solid #ebccd1; font-family:Arial; font-size:11px; line-height:1.2; bottom:0; left:0; }
.iewarning__inner { margin:0 auto; padding:5px 10px; max-width:940px; font-size:1em; }
.iewarning__msg { margin-right:1em; }
.iewarning__ok { background:#cc5e5c; color:#ffffff; font-weight:bold; border:1px solid #a94442; display:inline-block; padding:.4em 1em; }

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}
