
@import url("fonts/fonts.css");

html{height: 100%}
body{
    background: url(../images/bg.jpg) #143c60;
    background-size:cover;
    background-repeat: no-repeat;
    direction: rtl;
    margin:0;
    padding:0;
    width:100% !important;
    font-family: 'OpenSans', Arial;
}

span a{
    color: #fff;
    margin: 0px 5px;
}

span a:hover{
    color: #999;
}


table {
    background: #fff;
    padding: 10px;
    width: 99%;
}
th , td{
    border-bottom: 1px solid #999;
    color: #333;
    padding: 5px 10px;
    text-align: center;

}
td{
    font-size: 14px;
}

label {
    display: block;
    padding: 5px;
    color: #fff;
}

.main_warpper {
    max-width: 1024px;
    margin: 0 auto;
}

.main_sites {
    margin-top: 350px;
}

.welcome{
    background: url(../images/welcome.png);
    background-repeat: no-repeat;
    width: 616px;
    height: 259px;
    margin: 0 auto;
    margin-top: 220px;
    margin-bottom: 30px;
}
.login_form,.contact_form{
    width: 100%;
    margin: 0 auto;
}
.login,.passWord{
    width: 335px;
    height: 50px;
    background: #fff;
    margin: 10px auto;
}
.login_form input{
    width: 306px;
    height: 35px;
    margin: 5px 7px;
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(24,69,108,0.29);
    -moz-box-shadow: inset 0px 0px 10px 2px rgba(24,69,108,0.29);
    box-shadow: inset 0px 0px 10px 2px rgba(24,69,108,0.29);
    padding-left: 10px;
}

i.icon {
    position: absolute;
    margin-top: -34px;
    margin-right: 25px;
    color: #3399cc;
}
.login_button{
    width: 125px;
    height: 50px;
    background: #fff;
    margin: 10px auto;
}
.login_button input{
    width: 110px;
    height: 40px;
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(24,69,108,0.29);
    -moz-box-shadow: inset 0px 0px 10px 2px rgba(24,69,108,0.29);
    box-shadow: inset 0px 0px 10px 2px rgba(24,69,108,0.29);
}
table.website th{
    text-align: center;  
}

table.website td {
    width: 50%;
    text-align: right;
}

.contact_page{
    margin-top: 320px;
    width: 710px;
    padding: 10px;
}

.contact_form h2{
    margin-bottom: 0px;
    font-size: 17px;
    padding-right: 10px;
    text-align: center;
    font-size: 24px;
}
.contact_form h3{
    margin-top: 2px;
    margin-bottom: 5px;
    padding-right: 10px;
    font-size: 17px;
}
.contact_form input{
    width: 47%;
    height: 35px;
    margin: 5px 7px;
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(24,69,108,0.29);
    -moz-box-shadow: inset 0px 0px 10px 2px rgba(24,69,108,0.29);
    box-shadow: inset 0px 0px 10px 2px rgba(24,69,108,0.29);
    padding-right: 10px;
}

.contact_form select{
    width: 332px;
    height: 36px;
    margin: 5px 7px;
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(24,69,108,0.29);
    -moz-box-shadow: inset 0px 0px 10px 2px rgba(24,69,108,0.29);
    box-shadow: inset 0px 0px 10px 2px rgba(24,69,108,0.29);
}
.contact_form textarea{
    width: 98%;
    height: 90px;
    margin: 5px 7px;
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(24,69,108,0.29);
    -moz-box-shadow: inset 0px 0px 10px 2px rgba(24,69,108,0.29);
    box-shadow: inset 0px 0px 10px 2px rgba(24,69,108,0.29);
}

input#Phone{
    width: 97%;
}

input#contact_button {
    width: 120px;
    float: left;
    height: 45px;
    margin-left: 10px;
}

input#back_button {
    width: 120px;
    margin-right: 6px;
    height: 45px;
    background: #FF2B2B;
    color: #fff;
}


.heading {
    color: #fff;
}


span.user_time{
    float: left;
    color: #fff;
}


td{text-align: right !important;}

label {
    display: block;
    padding: 10px 10px;
    color: #fff;
    text-decoration: underline;
}

#sum_text{
    text-align: left !important;
}

#sum{text-align: center !important;font-weight: bolder;}

.non_selected{
    display: none;
}

.site{
    width: 29%;
    float: right;
    text-align: center;
    margin: 20px;

}

.site a{
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    padding: 35px 0px;
    display: block;
}
#site_01{
    background: #D77D00;
}
#site_02{
    background: #262A2E;
}
#site_03{
    background: #0096FF;
}

@media only screen and (max-device-width: 480px) {

    .welcome {
        background: url(../images/welcome_mobile.png);
        background-repeat: no-repeat;
        width: 75%;
        height: 105px;
        margin: 0 auto;
        margin-top: 220px;
        margin-bottom: 30px;
    }

    .contact_page{
        width: 90%;
        margin-top: 245px;
        padding: 0;
    }
    .login_form, .contact_form{
        width: 100%;
    }
    .contact_form input,input#Phone{
        width: 95%;
        margin: 5px 0px;
    }
    .contact_form select{
        width: 100%;
        margin: 5px 0px;
    }
    .contact_form textarea{
        width: 98%;
        margin: 5px 0px;
    }
    input#contact_button {
        width: 100%;
        margin-right: 0px; 
        float: none;
    }
}