/* Styles for the CoverPop.js plugin */


html,
body {
}

body {
    position: relative;
}

.CoverPop-open,
.CoverPop-open body {
    height: 100%;
    overflow: hidden;
}

#CoverPop-cover {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    -webkit-animation: fade-in .25s ease-in;
    -moz-animation-name: fade-in .25s ease-in;
    -ms-animation-name: fade-in .25s ease-in;
    -o-animation-name: fade-in .25s ease-in;
    animation-name: fade-in .25s ease-in;
}

    .CoverPop-open #CoverPop-cover {
        display: block;
    }


@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}


.splash {
    background: url(../images/splash-bg.png) repeat ;
}
.splash-center {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 15% auto 0;
    padding: 15px;
    text-align: center;
    width: 400px;
	height:400px;
}

.splash-left { float:left; width:340px; text-align:left; padding:5px;}
.splash-right { float:right; width:340px;}
.splash h3 {font-family: 'titilliumbold';    font-size: 18px; padding: 0 0 15px; }
.splash p { padding-bottom:15px;}
.splash .button { float: none; margin-right:10px; height:34px; line-height:34px; min-width:95px; background-position:right -5px;}
.splash .button.orange-btn { background-color:#ff8a00; margin-right:0}
.splash .button.orange-btn:hover {background-color: #0A98B6;}


.splash-center_content { position: relative; float:none; text-align:center; padding-top: 60px;}
.splash-center_content .close-btn { width: 49px; height: 46px; top: 0; right: 0; background: #ededed; text-align: center; line-height: 46px; border-bottom: 1px solid #dbdbdb; border-left: 1px solid #dbdbdb; color: #aaaaaa; font-size: 21px; }
.splash-center_content .close-btn:hover { background: #dbdbdb; }


.gyldighedsperiode-popup { padding:0; width:600px; height:auto}
.gyldighedsperiode-popup .popup-inner { padding:30px 30px 15px;}
.splash .gyldighedsperiode-popup .button {
    background-position:93% -2px;
    float: none;
    height: 41px;
    line-height: 41px;
    margin-right: 10px;
    min-width: 132px; margin:0 auto
}