@import url('../opensanshebrew/fonts.css');

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    background: #000000;
    color: #ffffff;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.header {
    height: 100px;
    margin: 0 auto;
    background-color: #ffffff;
    text-align: center;
}

h1, h2, h3, table, div, ul, li {
    direction: rtl;
    margin: 0;
    padding: 0;
    text-align: right;
}

a {
    border: none;
    outline: none;
}

.page-box {
    width: 1000px;
    height: 851px;
    margin: 0 auto;
    position: relative;
}

.bdy_once {
    background-image: url(../images/web/once.jpg);
    background-repeat: no-repeat;
    background-position: center 100px;
}

.bdy_default {
    background-image: url(../images/web/default.jpg);
    background-repeat: no-repeat;
    background-position: center 100px;
}

.bdy_quiz {
    background-image: url(../images/web/quiz.jpg);
    background-repeat: no-repeat;
    background-position: center 100px;
}

.bdy_thank {
    background-image: url(../images/web/thank.jpg);
    background-repeat: no-repeat;
    background-position: center 100px;
}

.default-form {
    margin: 0 auto;
    padding-top: 770px;
}

.default .inpt {
    border: none;
    outline: none;
    color: #000;
    font-size: 18px;
    height: 40px;
    width: 210px;
    padding: 0 10px 0 0;
    background-color: #fff;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 500;
    box-sizing: border-box;
    margin-left: 9px;
}

.inpt.sex {
    width: 75px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(../images/web/dropdown.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

.inpt.age {
    width: 75px;
}

.default-form .send-btn {
    cursor: pointer;
    vertical-align: bottom;
    top: 1px;
    position: relative;
}

.terms {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .terms #terms {
        vertical-align: middle;
    }

    .terms a {
        color: #ffffff;
        font-family: 'Open Sans Hebrew', sans-serif;
    }

#video {
    width: 443px;
    height: 266px;
    position: absolute;
    left: 51px;
    top: 340px;
}

.quiz {
    height: 700px;
    margin-top: 298px;
}

    .quiz h3 {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.1;
        height: 20px;
    }

    .quiz ul {
        list-style: none;
        margin-top: 0px;
        margin-right: 0px;
    }

        .quiz ul li {
            width: 333px;
            height: 172px;
            padding-top: 5px;
            padding-right: 15px;
            box-sizing: border-box;
            margin-bottom: 15px;
            float: right;
        }

    .quiz label {
        direction: rtl;
    }

    .quiz ul li input {
        margin: 5px 0 0 10px;
        padding: 0;
        float: right;
    }

.quiz-btn {
    display: block;
    margin-left: 0;
    margin-right: auto;
    cursor: pointer;
}

.answer {
    display: block;
    margin: 0;
    color: #ffffff;
}

    .answer td {
        text-align: right;
    }

        .answer td div {
            float: right;
            width: 250px;
        }

    .answer th {
        text-align: right;
    }

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

.trailer {
    position: absolute;
    top: 538px;
    right: 192px;
    left: 0;
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;
}

#DivIfrmBG {
    background-color: #000;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    display: none;
}

#contactDivIfrm {
    display: none;
    z-index: 100;
    cursor: pointer;
    background-image: url('../images/web/trailer_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 879px;
    height: 465px;
    position: relative;
}

    #contactDivIfrm iframe {
        position: absolute;
        top: 50px;
        right: 50px;
    }
