body{
    background-color: #ea650d;
    margin: 0;
    padding: 0;
    background-image: url('../images/headerbg.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50% auto;
    margin-bottom: 75px;
}

body *{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.header{
    max-width: 1366px;
    margin: 0 auto;
    overflow: hidden;
}

.header img{
    position: absolute;
    top: 0;
    left: calc(50% - 63px);
}

.headertxt{
    float: left;
    width: calc(50% - 154px);
    padding: 0 77px;
    margin-top: 210px;
}

.headerttl{
    font-size: 59px;
    font-weight: bold;
    line-height: 66px;
    text-transform: uppercase;
}

.headersubttl{
    font-size: 40px;
    line-height: 83px;
    font-weight: bold;
    text-transform: uppercase;
}

.content{
    max-width: 1366px;
    margin: 0 auto;
    margin-top: 270px;
    padding-bottom: 75px;
}

.kandidaat{
    position: relative;
    float: left;
    width: calc(100% - 180px);
    padding: 20px 80px;
}

.kdd{
    float: left;
    width: 51%;
}

.kbody{
    float: left;
    width: 49%;
    padding: 115px 0;
}

.kbody h2{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 33px;
}

.kbody h2 span{
    font-size: 20px;
}

input.votebtn{
    float: left;
    margin-top: 40px;
    color: #ea650d;
    font-size: 28px;
    background-color: #fff;
    padding: 18px 37px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    transition: all ease .2s;
    box-shadow: inset 0 0 0 0 #ea650d;
    cursor: pointer;
}

.overlay.show{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.3);
}

.pop{
    display: none;
}

.pop.show{
    display: block;
    position: fixed;
    left: calc(50% - 322px);
    top: 25vh;
    width: 644px;
    padding: 100px 0;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 17px 17px 27px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 17px 17px 27px 0px rgba(0,0,0,0.35);
    box-shadow: 17px 17px 27px 0px rgba(0,0,0,0.35);
}

.pop h1{
    color: #000;
    font-size: 45px;
    font-weight: bold;
    line-height: 66px;
    text-transform: uppercase;
}

.mclose{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-image: url('../images/close.png');
}

input.votebtn:hover{
    box-shadow: inset 200px 0 0 0 #ea650d;
    color: #fff;
}

@media screen and (max-width: 770px){

    body{
        background-image: none;
    }

    body *{
        font-size: 13px;
        line-height: 20px;
    }

    .header img{
        left: 15px;
        max-width: 54px;
    }

    .headertxt{
        width: calc(100% - 30px);
        padding: 15px;
        padding-top: 90px;
        margin-top: 0;
    }

    .headerttl{
        font-size: 30px;
        line-height: 36px;
    }

    .headersubttl{
        font-size: 19px;
        line-height: 36px;
    }

    .content{
        float: left;
        width: calc(100% - 30px);
        padding: 15px;
        margin-top: 0;
    }

    .kandidaat{
        width: 100%;
        padding: 0;
    }

    .kdd{
        width: 100%;
    }

    .kdd img{
        max-width: 100%;
    }

    .kbody{
        width: 100%;
        padding: 25px 0 50px;
    }

    .kbody h2{
        line-height: 30px;
    }

    .pop.show{
        position: fixed;
        left: 5vw;
        top: 10vh;
        width: 90vw;
        padding: 100px 0;
        background-color: #fff;
        text-align: center;
        -webkit-box-shadow: 17px 17px 27px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: 17px 17px 27px 0px rgba(0,0,0,0.35);
        box-shadow: 17px 17px 27px 0px rgba(0,0,0,0.35);
    }

    .pop h1{
        color: #000;
        font-size: 45px;
        font-weight: bold;
        line-height: 66px;
        text-transform: uppercase;
    }

}
