﻿
.heading h2 .ico-signup,
.top-slideshow h1 .ico-signup:before {
    background: url(/images/ashdod/ico-006.png) no-repeat 0 -160px;
}

.signup-area {
    font-size: 1em;
    line-height: 1.5em;
    margin: -9px 0 0;
}

    .signup-area p {
        margin: 0 0 24px;
    }

.signup-form {
    margin: 0 0 40px;
    background: #f4f4f4;
    padding: 20px 28px 42px;
    position: relative;
    -webkit-box-shadow: 1px 4px 4px rgba(20, 20, 20, .25);
    box-shadow: 1px 4px 4px rgba(20, 20, 20, .25);
}
.signup-form .textarea{
    overflow:auto !important;
}
    .signup-form:before {
        content: '';
        width: 48px;
        height: 47px;
        position: absolute;
        z-index: 20;
        bottom: -9px;
        right: -5px;
        background: url(/images/ashdod/sprite-01.png) no-repeat -251px -40px;
    }

    .signup-form .row-area {
        padding: 0 0 20px;
    }

        .signup-form .row-area:after {
            content: '';
            display: block;
            clear: both;
        }

    .signup-form .lbl,
    .signup-form label {
        float: right;
        width: 117px;
        padding: 8px 0 0 5px;
        color: #626262;
        font-size: 1.33em;
        line-height: 1.31em;
        font-weight: normal;
        margin: 0;
    }

    .signup-form .form-control {
        width: 100%;
        max-width: 430px;
        height: 37px;
        font: 1.33em/1.56em Arial, Helvetica, sans-serif;
        border: solid 1px #bdbdbd;
        background: #fff;
        color: #626262;
        padding: 5px 22px;
        margin: 0;
        direction: rtl;
        text-align: right;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .signup-form .field-validation-error {
        color: #ff0000;
        font-weight: bold;
    }

    .signup-form .check-area {
        background: #d9d8d8;
        margin: 25px -28px 27px;
        padding: 11px 28px 7px;
    }

    .signup-form .check-row {
        overflow: hidden;
        padding: 0 0 11px;
        margin-right: -4px;
    }

        .signup-form .check-row label {
            float: none;
            display: block;
            overflow: hidden;
            width: auto;
            font-weight: bold;
            padding: 8px 0;
        }

    .signup-form .btn {
        float: left;
        background: #0c6b9c;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-border-radius: 9px;
        border-radius: 9px;
        color: #fff;
        text-align: center;
        min-width: 178px;
        height: 35px;
        padding: 0 5px 2px;
        font-size: 2.2rem;
        line-height: 1.5em;
        font-weight: bold;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 41px;
        overflow: hidden;
    }

        .signup-form .btn:hover {
            background: #c83856;
        }


@media only screen and (max-width: 999px) {
    .signup-form .form-control {
        max-width: 321px;
    }

    .signup-form .btn {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .signup-form .lbl,
    .signup-form label {
        float: none;
        width: auto;
        padding: 0 0 10px;
        display: block;
    }

    .dropdown,
    .signup-form .form-control {
        max-width: 100%;
    }

    .signup-form {
        padding: 10px 10px 50px;
    }

        .signup-form .row-area {
            padding-bottom: 15px;
        }

    .top-slideshow.small-slideshow .image-3,
    .top-slideshow .image-3 {
        left: 0;
        width: 200px;
    }

    .signup-form .check-area {
        margin: 0 -10px 20px;
        padding: 20px 10px 5px;
    }
}

#reCaptcha {
    margin: 0 auto;
    display: table;
    direction: ltr;
    margin-bottom: 5px;
}

.row-area .select-category-ddl {
    float: none;
    max-width: 430px;
}

.signup-form .textarea {
    resize: none;
    /*overflow: hidden;*/
    height: 150px;
}

.dropdown {
    max-width: 430px;
    position: relative;
    float: right;
    width: 100%;
}

    .dropdown .opener {
        display: block;
        height: 37px;
        font: 1.33em/1.56em Arial, Helvetica, sans-serif;
        border: solid 1px #bdbdbd;
        background: #fff;
        color: #626262;
        padding: 5px 22px 5px 50px;
        margin: 0;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        position: relative;
    }

        .dropdown .opener span {
            display: block;
            position: relative;
            z-index: 1100;
        }

        .dropdown .opener:before {
            background: url(/images/ashdod/arrow-010.png) no-repeat;
            position: absolute;
            content: '';
            z-index: 4;
            top: 13px;
            left: 18px;
            width: 17px;
            height: 10px;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            z-index: 1100;
        }

    .dropdown.open .opener:before {
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .dropdown .dropdown-menu {
        width: 100%;
        border: solid 1px #bdbdbd;
        background: #fff;
        margin: -37px 0 0;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
        -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4);
        padding: 54px 24px 9px;
    }

        .dropdown .dropdown-menu ul {
            margin: 0;
            padding: 0 0 0 10px;
            list-style: none;
            float: right;
            width: 41%;
        }

            .dropdown .dropdown-menu ul li {
                padding: 0 0 13px;
                overflow: hidden;
            }

        .dropdown .dropdown-menu label {
            float: none;
            display: block;
            overflow: hidden;
            width: auto;
            padding: 0;
            font-size: 1.6rem;
            line-height: 1.27em;
            text-align: right;
        }

.chk-area.customForm-class-checkbox-small {
    width: 20px;
    height: 19px;
    margin: 0 0 0 10px;
}

    .chk-area.customForm-class-checkbox-small span {
        width: 20px;
        height: 19px;
        background: url(/images/ashdod/bg-checkbox.png) no-repeat 0 -74px;
    }

.customForm-class-checkbox-small.chk-checked span {
    background-position: 0 -93px;
}

.signup-form .btn {
    float: left;
    background: #0c6b9c;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: #fff;
    text-align: center;
    min-width: 178px;
    height: 35px;
    padding: 0 5px 2px;
    font-size: 2.2rem;
    line-height: 1.5em;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    margin: 0 0 0 41px;
    overflow: hidden;
}

    .signup-form .btn:hover {
        background: #c83856;
    }

@media only screen and (max-width: 999px) {

    .dropdown,
    .signup-form .form-control {
        max-width: 321px;
    }

    .signup-form .btn {
        margin-left: 0;
    }

    .dropdown .dropdown-menu ul {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .signup-form .lbl,
    .signup-form label {
        float: none;
        width: auto;
        padding: 0 0 10px;
        display: block;
    }

    .dropdown,
    .signup-form .form-control {
        max-width: 100%;
    }

    .signup-form {
        padding: 10px 10px 50px;
    }

        .signup-form .row-area {
            padding-bottom: 15px;
        }


    .top-slideshow.small-slideshow .image-3,
    .top-slideshow .image-3 {
        left: 0;
        width: 200px;
    }

    .signup-form .check-area {
        margin: 0 -10px 20px;
        padding: 20px 10px 5px;
    }

    .dropdown .dropdown-menu ul {
        padding: 0;
        width: auto;
        float: none;
    }
}
