@font-face {
    font-family: MuseoSans300;
    src: url("../fonts/MuseoSans_100Web.eot");
}


@font-face {
    font-family: Debby;
    src: url("../fonts/Debby.ttf") format("truetype");
}


@font-face {
    font-family: MuseoSans700;
    src: url("../fonts/MuseoSans_700Web.eot");
}



html{
    height: 100%;
}
body{
    height: 100%;
    font-family: MuseoSans300, sans-serif;
    color:#303030;
}
/* https://www.aconvert.com/image/jpg-to-jxr/ */
.no-webp body, .no-js body, .jpeg2000 body, .jpegxr body {
    background: url(../img/bg.jpg) no-repeat;
    background-position:center;
    background-size: cover;
}
.webp body {
    background: url(../img/bg.webp) no-repeat;
    background-position:center;
    background-size: cover;
}
.jpeg2000 body {
    background: url(../img/bg.jp2) no-repeat;
    background-position:center;
    background-size: cover;
}
.jpegxr body {
    background: url(../img/bg.jxr) no-repeat;
    background-position:center;
    background-size: cover;
}


#main-container{
   /*  display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    */
    height: 100%;
}
#main-container > div{
   /*  display: table-cell;
   vertical-align: middle;*/
   height: 100%;
}
#content{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
#footer-women {
    width: 100%;
    margin: 0 auto;
    /*background-size: cover;*/
    /*background-position: 50%;*/
    bottom:0;
    height: 378px;
    position: absolute;
    z-index: 4020;
}
.no-js #footer-women,
.no-webp #footer-women,
.no-jpeg2000 #footer-women,
.no-jpegxr #footer-women{
    background: url(../img/female-60.png) left top no-repeat;
}

.webp #footer-women {
    background: url(../img/female-60.webp) left top no-repeat;
}

.jpeg2000 #footer-women {
    background: url(../img/female-60.jp2) left top no-repeat;
}

.jpegxr #footer-women {
    background: url(../img/female-60.jxr) left top no-repeat;
}

#title-parent{
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
}
#title-title{
    text-shadow: 0px 2px 4px rgba(0, 0, 0, .7);
    font-family: Debby;
    font-size: 54px;
    letter-spacing: 4px;
    line-height: 60px;
    width: 90%;
    top: 0;
    margin-top: 94px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left:0;
    right: 0;
    text-align: center;
    color: #ffcc33;
}
#title-cont{
    margin-right: auto;
    margin-left:auto;
    display: block;
    margin-top: 20px;
    top:10%;
    width: 60px;
    height: 70px;
    background: url(../img/lempa.png) top left no-repeat;
    position: relative;
    z-index: 2200;

}
.outside {
    top:0;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
#form-container{
    width:100%;
    max-width: 840px;
    display: block;
    margin: 0 auto;
    border-radius: 14px;
    background: white;
    height: 300px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 101px 6px rgba(227,220,90,0),0px 0px 101px 6px rgba(227,220,90,.7), 0px 0px 34px 2px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 0px 101px 6px rgba(227,220,90,0),0px 0px 101px 6px rgba(227,220,90,.7), 0px 0px 34px 2px rgba(0,0,0,.7);
    box-shadow: 0px 0px 101px 6px rgba(227,220,90,0),0px 0px 101px 6px rgba(227,220,90,.7), 0px 0px 34px 2px rgba(0,0,0,.7);
}
#form-container > div{
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    height: 100%;
    padding: 29px 22px 0 22px;
}
#form-container .inner{
    position: relative;
    /*z-index: 2700;*/
}
#form-container.feedback{
    height: 150px;
}
#personal-info-form .frm-block{
    padding-bottom: 10px;
    width: 100%;
    margin: 0;
}
#personal-info-form .frm-block.flex-split{
    display: flex;
}
#personal-info-form .frm-block.flex-split>div{
    width: 49%;
    margin-left: 5px;
}
#personal-info-form .frm-block.flex-split>div:first-child{
    margin-right: 10px;
    margin-left: 0;
}
#personal-info-form .frm-block:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
    width: 0;
}
/*#personal-info-form .frm-sub-block{
    float: right;
}
#personal-info-form .frm-sub-block:first-child{
    float: left;
}*/
#personal-info-form label{
    font-size: 13px;
    line-height: 11px;
    font-weight: normal;

}
#personal-info-form .frm-sub-block label{
    padding-top: 10px;
    display: inline-block;
}
#personal-info-form .frm-sub-block label:first-child{
    padding-top: 0;
    color: #ccc;
    font-weight: normal;
}
#personal-info-form label.reg{
    font-family: MuseoSans300, sans-serif;
}

#personal-info-form input[type="text"]:focus{
    border-color: #f8c546;
    color: #999;
}
#personal-info-form select{
    padding: 8px;
    border-radius: 3px;
    outline:#f8c546;
    border-color: #cccccc;
    color: #999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cccccc;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #cccccc;
}
#personal-info-form input[type="text"]{
    outline: none;
    border: none;
    border-bottom: 1px solid #EFEFEF;
    padding: 5px 0;
 }
#personal-info-form input[type="text"], #personal-info-form select{
    min-width: 164px;
    width: 100%;

}
label {
    color:#cccccc ;
}
#personal-info-form .frm-sub-block p{
    padding: 0;
    margin: 0;
    padding-bottom: 2px;
}
p {
    color: #ccc;
}
#personal-info-form .frm-sub-block input[type="radio"]:checked{
   background: #ccc;

}
#personal-info-form .frm-sub-block input[type="radio"]+ label{
    margin-top:5px;
    vertical-align: middle;
}
#personal-info-form .frm-sub-block input[type="radio"]{
    line-height: 16px;
    vertical-align: text-top;
    -webkit-appearance: none;
    border: 2px solid #ccc;
    border-radius:50%;
    width: 20px;
    height: 20px;
    color:white;
}
#personal-info-form .frm-sub-block small,
#personal-info-form .frm-sub-block .small{
    font-size: 10px;
    color:#aaa;
    padding-top: 4px;
    display:inline-block;
}
#personal-info-form #submit{
    color:white;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #ffcc33;
    width: 145px;
    height: 48px;
    display: inline-block;
    cursor: pointer;
    font-family: Debby;
    font-size:36px;
    letter-spacing: 3px;
    text-align: center;

}

#personal-info-form #what:hover,#personal-info-form #submit:hover{
    background: #FEC436;
}
#personal-info-form #what{
    font-size:36px;
    color:white;
    text-align: center;
    font-family: Debby;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #ffcc33;
    width: 50px;
    height: 48px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
#agreement{
    position: relative;
}
#agreement .agreement-content{
    position: absolute;
    left: 0;
    top: -15px;
    background-color:#FFF;
    z-index: 4000;
    height: 260px;
    overflow-y: scroll;
}
.marg-bot-12 {
    margin-bottom: 20px;
}

#agreement .close-btn{
    color: white;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #ffcc33;
    width: 145px;
    height: 60px;
    display: inline-block;
    cursor: pointer;
    font-family: Debby;
    font-size: 36px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 200px;
    z-index: 2800;
    border: 6px solid white;
    cursor: pointer;
    z-index: 4050;
}

#overlay{

    background-color: rgba(0,0,0,0.7);
    display: table;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5555;
}

#center-box-cont{
    display: table-cell;
    vertical-align: middle;
}
#center-box-cont > div{
    border-radius: 8px;
    min-height: 100px;
    min-width: 100px;
    padding-bottom: 1px;
    position: relative;
    margin: 0 auto;
    width: 450px;
    z-index: 55555;
    background-color:#fff;
}
#close-bt{
    position: relative;
    top: -13px;
    cursor: pointer;
    left: 97%;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 12px;
    border: 2px solid #333;
    background-color:#fff;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:    1px 1px 1px 0px rgba(255, 255, 255, 0.75);
    box-shadow:         1px 1px 1px 0px rgba(255, 255, 255, 0.75);
}
.nopadding-side {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.btn-group {
    text-align: center;
    z-index: 4050;
}


/* campaign landing page css */
.campaign #form-container{
    height: 180px;
}
.campaign #main-container.step-1 .step-2,
.campaign #main-container.step-3 .step-2{
    display: none;
}
.campaign #main-container.step-2 .step-1,
.campaign #main-container.step-3 .step-1{
    display: none;
}
.campaign #main-container.step-1 .step-3,
.campaign #main-container.step-2 .step-3{
    display: none;
}

.campaign .title-cont .lamp{
    display: inline-block;
    width: 60px;
    height: 70px;
    background: url(../img/lempa.png) top left no-repeat;
    margin-right: 15px;
    position: relative;
    top: -10px;
}
.campaign .title-cont .lamp img{
    width: 100%;
    height: 100%;
}
.campaign .title-cont{
    text-shadow: 0px 2px 4px rgba(0, 0, 0, .7);
    font-family: 'Kalam';
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -4px;
    top: 0;
    margin-top: 0;
    text-align: center;
    color: #ffcc33;
    margin-bottom: 20px;
}

.campaign .form-container{
    border: 3px solid #FEFEFE;
    background-color:#FEFEFE;
    width: 100%;
    max-width: 840px;
    display: block;
    margin: 0 auto 150px auto;
    border-radius: 14px;
}
.campaign .form-container .step-1{
    display: flex;
}
.campaign .form-container .step-1 .campaign-txt{
    background: rgb(246, 246, 246);
    background: -moz-linear-gradient(0deg, rgb(246, 246, 246) 0%, rgb(229, 229, 229) 100%);
    background: -webkit-linear-gradient(0deg, rgb(246, 246, 246) 0%, rgb(229, 229, 229) 100%);
    background: -o-linear-gradient(0deg, rgb(246, 246, 246) 0%, rgb(229, 229, 229) 100%);
    background: -ms-linear-gradient(0deg, rgb(246, 246, 246) 0%, rgb(229, 229, 229) 100%);
    background: linear-gradient(90deg, rgb(246, 246, 246) 0%, rgb(229, 229, 229) 100%);
    border: 1px solid #FEFEFF;
    border-radius: 14px 0 0 14px;
    flex-grow: 1;
}
.campaign .form-container .step-1 .campaign-txt > div{
    padding: 29px 25px 10px;
    background: url(../img/bg_texture.png) bottom right no-repeat;
}
.campaign .form-container .step-1 .order{
    max-width: 340px;
}
.campaign  .step-1 .campaign-txt h4{
    color:#B8B9B9;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
    font-size: 28px;
    margin: 0 0 15px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.campaign .step-1 .campaign-txt h5{
    color:#ffcc33;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
    font-size: 51px;
    font-family: 'Kalam';
    letter-spacing: -4px;
    text-align: center;
    position: relative;
    margin: 15px 0 0 0;
}
.campaign .step-1 .campaign-txt h5:after{
    content: "";
    background: url(../img/arrow_right.png) bottom right no-repeat;
    width: 245px;
    height: 83px;
    display: block;
    position: absolute;
    left: 70%;
    bottom: -15px;
}

.campaign .step-1 .why-argument{
    position: relative;
    color:#595B61;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 25px;
    padding-left: 55px;
    padding: 14px 0 14px 55px;
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #FBFBFB;
}
.campaign .step-1 .why-argument.r-1{
    border-top: 0 transparent none;
}
.campaign .step-1 .why-argument.r-3{
    border-bottom: 0 transparent none;
}
.campaign .step-1 .why-argument:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background: url(../img/bullet_check.png) center center no-repeat;
    width: 43px;
    height: 43px;
    top: calc(50% - 22px);
}
.campaign .step-1 .order{
    margin-top: 40px;
}

.campaign.nordl .step-1 .order{
    margin-top: 12px;
}

.campaign .frm-block input[type="text"]{
    border: 0 none;
    background-color:#F6F6F6;
    border-radius: 12px;
    height: 47px;
    line-height: 47px;
    font-size: 27px;
    font-family: 'Roboto', sans-serif;
    color:#595B62;
    padding: 0 16px;
    width: calc(100% - 32px);
    outline: none;
    width: 100%;
}
.campaign .frm-block.sided{
    display: flex;
}
.campaign .frm-block.hidden-extra-info{
    display: none;
}
.campaign .frm-block.sided>div{
    flex-grow: 0.5;
    width: calc(50% - 45px);
    margin: 0 21px 0 23px;
}
.campaign .step-2 .frm-block:first-child{
    margin-top: 30px;
}
.campaign .order .frm-block input[type="text"]::placeholder{
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    line-height: 27px;
    text-align: center;
}
.campaign .order .frm-block input:-moz-placeholder {
    font-size: 17px;
    line-height: 27px;
}
.campaign .order .frm-block input::-webkit-input-placeholder{
    font-size: 17px;
    line-height: 27px;
}


.campaign .step-1 .order{
    padding: 0 37px;
}
.campaign form label{
    color: #64666C;
    margin: 8px 2px 2px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-left: 4px;
}
.campaign .frm-block input[type="text"]:focus{
    background-color:#E8E8E8;
}
.campaign .step-1 .order .frm-block .frm-date{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}
.campaign .step-1 .order .frm-block .frm-date input{
    flex-grow: 0.25;
    margin: 0 2px 0;
    font-size: 14px;
    display: block;
    padding: 0 8px;
    text-align: center;
    width: 33%;
}

.campaign .step-1 .order .frm-block .frm-date input:first-child,
.campaign .step-1 .order .frm-block .frm-date input:last-child{
    margin: 0;

}
.campaign .step-1 .order .frm-block .frm-date input:last-child{
    flex-grow: 0.5;
}
.campaign .center-block{
    text-align: center;
    margin-top: 10px;
}
.campaign .submit{
    background: rgb(253, 180, 16);
    background: -moz-linear-gradient(0deg, rgb(253, 180, 16) 0%, rgb(254, 211, 25) 100%);
    background: -webkit-linear-gradient(0deg, rgb(253, 180, 16) 0%, rgb(254, 211, 25) 100%);
    background: -o-linear-gradient(0deg, rgb(253, 180, 16) 0%, rgb(254, 211, 25) 100%);
    background: -ms-linear-gradient(0deg, rgb(253, 180, 16) 0%, rgb(254, 211, 25) 100%);
    background: linear-gradient(90deg, rgb(253, 180, 16) 0%, rgb(254, 211, 25) 100%);
    font-family: 'Kalam';
    color:#fff;
    font-size: 36px;
    padding: 6px 8px 3px;
    border-radius: 8px;
    display: inline-block;
    cursor:pointer;
}
.campaign .step-2 .frm-block a{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color:#595B62;
    cursor: pointer;
    display: block;
    margin-top: 5px;
    margin-left: 26px;
}
.campaign .step-2 .frm-block a:first-child{
    margin-top: 10px;
}

.campaign .step-3 h1{
    color:#ffcc33;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
    font-size: 51px;
    font-family: 'Kalam';
    letter-spacing: -4px;
    text-align: center;
    position: relative;
    margin: 15px 0 0 0;
}

.campaign footer{
    text-align: center;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-shadow: 2px 2px 3px #000;
}
.campaign footer a{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color:#ffcc33;
    text-decoration: underline;
}

.campaign #footer-women{
    width: 100%;
    margin: 0 auto;
    bottom: -80px;
    height: 378px;
    position: absolute;
    z-index: 4020;
    left: 0;
    pointer-events: none
}
.campaign.gratis_en_maaned_strom #footer-women{
    bottom: 0;
}
.no-js .campaign #footer-women,
.no-webp .campaign #footer-women,
.no-jpeg2000 .campaign #footer-women,
.no-jpegxr .campaign #footer-women {
    background: url(../img/female-60.png) left top no-repeat;
}

.webp .campaign #footer-women {
    background: url(../img/female-60.webp) left top no-repeat;

}

.jpeg2000 .campaign #footer-women {
    background: url(../img/female-60.jp2) left top no-repeat;
}

.jpegxr .campaign #footer-women {
    background: url(../img/female-60.jxr) left top no-repeat;
}

.campaign small{
    font-size: 10px;
    color:#aaa;
    padding-top: 44px;
    display:inline-block;
}






@media only screen and (max-height : 930px) {
    .middle {
        padding-top: 190px;
        vertical-align: top;
    }
}
@media only screen and (max-height : 950px) {
    #footer-women{
        height: 310px;
        position: relative;
        top: auto;
        bottom: calc(410px - 100%);
    }
    .campaign #footer-women{
        height: 300px;
        position: relative;
        top: auto;
        bottom: 160px;
        left: -10%;
    }
}

@media only screen and (max-width : 900px) {
    #form-container{
        margin: 0 10px 0 10px;
        width: auto;
        height: 400px;
    }
    #footer-women{
        background-position: -23% top;
    }
    #personal-info-form .frm-block.flex-split{
        display: block;
    }
    #personal-info-form .frm-block.flex-split>div{
        width: auto;
        margin: 10px 0 0 0;
    }
    #personal-info-form .frm-block.flex-split>div:first-child{
        margin: 0;
    }
    #agreement .agreement-content{
        height: 370px;
    }
    #agreement .close-btn{
        top: 300px;
    }
    .campaign .outside{
        display: block;
        padding: 20px 10px 0;
    }
    .campaign .title-cont{
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }
    .campaign .title-cont1{
        width: 160px;
        position: relative;
        line-height: 30px;
        font-size: 30px;
        letter-spacing: -0.5px;
        left: calc(100% - 160px);
    }
    .campaign .title-cont1 .lamp img{
        width: 60%;
        height: auto;
    }
    .campaign .title-cont1 .lamp{
        display: block;
        text-align: center;
        width: 100%;
        background-size: 60px auto;
        background-position: center top;
    }
}

@media only screen and (max-height : 870px) and (max-width : 900px) {
    #footer-women{
        height: 335px;
        position: relative;
        top: 440px;
        background-position: -23% top;
    }
}
@media only screen and (max-width : 670px) {
    #form-container{
        height: 420px;
    }
    #agreement .agreement-content{
        height: 400px;
    }
    #agreement .close-btn{
        top: 323px;
    }
    .campaign .form-container .step-1{
        display: block;
    }
    .campaign .form-container .step-1 .order{
        max-width: none;
        margin-top: 15px;
    }
    .campaign .frm-block.sided{
        display: block;
    }
    .campaign .frm-block.hidden-extra-info{
        display: none;
    }
    .campaign .frm-block.sided>div{
        width: calc(100% - 32px);
        margin: 0 21px 0 23px;
    }

    .campaign .step-1 .campaign-txt h5:after{
        content: "";
        background: url(../img/arrow_down.png) bottom right no-repeat;
        width: 37px;
        height: 66px;
        display: block;
        position: absolute;
        left: 50%;
        bottom: -50px;
    }
    .campaign .form-container .step-1 .campaign-txt > div{
        padding: 15px 10px 10px;
    }
    .campaign .step-1 .why-argument{
        padding: 10px 0 10px 25px;
        font-size: 18px;
        line-height: 22px;;
    }
    .campaign .step-1 .why-argument:before{
        left: -6px;
        width: 25px;
        background-size: 25px auto;
        height: 25px;
        top: calc(50% - 12px);
    }
    .campaign #footer-women {
        height: 100px;
        bottom: 0px;
        left: -3%;
        background-size: auto 180px;
    }
}
@media only screen and (max-height : 870px) and (max-width : 700px) {
    .campaign .step-1 .order{
        margin-top: 85px;
    }
}
@media only screen and (max-height : 870px) and (max-width : 670px) {
    #footer-women{
        background-position: -53% top;
    }
}
@media only screen and (max-height : 870px) and (max-width : 500px) {
    #footer-women{
        background-position: -10px top;
        background-size: 50%;
        height: 270px;
    }
    .center-block.btn-group{
        text-align: right;
    }
}

@media only screen and (max-height : 870px) and (max-width : 400px) {
    .middle {
        padding-top: 220px;
        vertical-align: top;
    }
    #form-container{
        height: 440px;
    }
    #footer-women{
        top: 530px;
        height: 230px;
    }
    #agreement .agreement-content{
        height: 420px;
    }
    #agreement .close-btn{
        top: 344px;
        right: -26px;
    }
    .campaign .middle {
        padding-top: 20px;
        vertical-align: top;
    }
}
