@import url(http://fonts.googleapis.com/css?family=Montserrat);

.clearfix {
    overflow: auto;
}

.hidden {
    display: none;
}

html {
    height: 100%;
}

body {
    direction: rtl;
    font-family: montserrat, arial, verdana;

    background: url('images/bg.jpg');
    background-size:  100% 170%;
}

#splash {
    text-align: center;
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    padding-top: 30px;
}

#splash img {
    width: 100%;
}

.progress-bar {
    position: fixed;
    width: 100%;
    height: 20px;
    border-bottom: 1px solid black;
    top: 0;
    opacity: 0.5;
}

.progress-bar ul li {
    display: inline-block;
    background: #9a9fa7;
    height: 20px;
    border-left: 1px solid black;
    box-sizing:  border-box;
}

.progress-bar ul li:last-child {
    border-left: none;
}

.progress-bar ul li.active {
    background: #239b39;
}

.question-page {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 0;
}

.question-number {
    background: url('images/ballon.png') center center no-repeat;
    height: 29px;
    width: 43px;
    padding-top: 12px;
    color: #234470;
    margin: 30px auto 0 auto;

    text-align: center;
    font-size: 23px;
}

.question {
    padding: 0 15px;
    margin: 20px auto;
}

@media (min-width: 768px) {
    .question {
        width: 42%;
    }
}

.question-text {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.question-multi-text {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

ul.question-options {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    background: #fff;
}
ul.question-options li {
    font-weight: 600;
    display: inline-block;
    float: right;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    height: 118px;
    padding: 10px;
    cursor: pointer;
    color: #234470;
    font-size: 18px;
    padding-top: 46px;
    border-bottom: 1px solid #d8d2d2;
}

ul.question-options li:nth-child(2n+1) {
    border-left: 1px solid #d8d2d2;
}

ul.question-options li.checked {
    background: #686deb;
    border-bottom: 1px solid #686deb;
}

.button-next {
    border: none;
    background: #94a2ac;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0;
    text-align: center;
    line-height: 1.3;
    width:100%;
    font-size: 18px;
    text-shadow: 0px 2px 0px #797979;
}

#thank-you {
    text-align: center;
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
}

.title {
    margin-top: 71px;
    line-height: 1.1;
    font-size: 48px;
    color: #2f8ec4;
    font-weight: bold;
}

.subtitle {
    margin-top: 20px;
    line-height: 1.1;
    font-size: 20px;
    color: #234470;
}

img {
    margin-top: 10px;
}

.splash-title {
    font-size: 20px;
    color: #234470;
    line-height: 1.1;
}

.splash-subtitle {
    font-size: 20px;
    color: #234470;
    line-height: 1.1;
}

.container {
    padding: 0 50px;
    margin: 40px auto 0 auto;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .container {
        width: 38%;
    }
}

@media (max-width: 366px) {
    .splash-title {
        font-size: 14px;
    }
    
    .splash-subtitle {
        font-size: 13px;
    }

    .question-text {
        font-size: 17px;
    }
    
    .question-multi-text {
        font-size: 12px;
    }

    .title {
        font-size:35px;
    }

    .subtitle {
        font-size: 14px;
    }
}

#button-start {
    margin-top: 60px;
    cursor: pointer;
}

#logo {
    margin-bottom: 10px;
}