/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.5.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);width: 100vw;height: 100vh;}.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: block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left: 0;margin-right: 0;height: 100%;background:#fff;cursor:auto;white-space:normal;width: 100vw;left: 0;right: 0;top: 0;overflow: hidden;}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top: 0;right: 0;line-height:25px;width: 60px;height: 48px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background: white;color:#000;display: flex;justify-content: center;align-items: center;font-size: 40px;/* border-radius: 50%; */padding-right: 20px;}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0;position: relative;width: 100vw!important;left: 0;right: 0;margin: 0;background-color: white;}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{/* margin-left: 0; *//* margin-right: 0; *//* max-height:98%; *//* padding:10px 10px 0; *//* border-bottom:10px solid transparent; */}}

.featherlight .featherlight-close-icon:before {
    content:"AVSLUTT";
    position:relative;
    margin-right:0.5em;
    font-size: 19px;
    transition: all 0.3s ease-in-out;
    font-weight:bold
}

body:not(.language-no) .featherlight .featherlight-close-icon:before {
    content:"LUKK";
}

.featherlight .featherlight-close-icon {
    border: 1px solid rgba(0,0,0,0.1);
    color:#999;
    width:170px;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.featherlight .featherlight-close-icon {
    width:100vw;
    left:0;
    right:0;
    bottom: 0;
    top: auto;
    border-radius:0;
    font-size: 24px;
    height: 50px;
    justify-content:center!important;
    padding-right: 0;
    background-color: #000;
    color:#fff;
}

.featherlight .featherlight-close-icon:before {
    position:relative;
    color: #fff;
    z-index:9999999999999;
    right:0;
    text-shadow:none;
    text-transform:uppercase;
    font-size:18px;
    padding-top:0.2em;
    margin-right:0.5em;
}

.featherlight-iframe .featherlight-content iframe.featherlight-inner {
    margin-bottom: 50px;
    height: calc(100% - 50px);
}

.featherlight-iframe,
.featherlight-iframe .featherlight-content,
.featherlight-iframe .featherlight-content iframe.featherlight-inner {
    pointer-events: visiblefill;
}

body .featherlight .featherlight-close-icon:hover {
    background-color:#555;
    color:white
}

body .featherlight .featherlight-close-icon:hover:before {
    color:white
}