﻿@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);

/*:+1: renew alagova*/
body {
    font-family: "Alef Hebrew", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    overflow: hidden,;
}

.header {
    text-align: left;
}

    .header a {
        display: inline-block;
        vertical-align: middle;
       
    }

    .header .soon:after {
        background-image: url("../img/sprite.png");
        background-position: -313px top;
        background-repeat: no-repeat;
        background-size: auto 73%;
        content: "قريباً";
        font-size: 18px;
        height: 50px;
        line-height: 44px;
        position: absolute;
        right: -36px;
        text-align: center;
        top: -14px;
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        width: 60px;
        z-index: 1000;
         padding-right: 7px;
    }

    .header .left-tabs {
        display: inline-block;
        vertical-align: middle;
        font-size: 22px;
        color: #fff;
    }

        .header .left-tabs span {
            position: relative;
        }

#gov_logo {
    background: url(../img/Alhagova_logo.png) no-repeat;
    width: 92px;
    height: 50px;
    margin: 5px 15px;
}
#education_logo {
    background: url(../img/education_logo.png) no-repeat;
    width: 129px;
    height: 50px;
    margin: 5px 15px;
}

#footer_logos {
    display: block;
    float: none;
    margin: 20px 0;
}

#textual {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 20px auto 0;
    max-width: 100%;
    padding: 5px 0;
    width: 100%;
}

    #textual .col {
        height: 210px;
        width: 16.6667%;
    }

    #textual .title {
        padding: 0 15px 0 0;
        width: 16.6667%;
    }

    #textual .link, #textual .link.wide {
        display: block;
        float: none;
        padding: 0;
        width: auto;
    }

    #textual .copyright {
        border-top: 1px solid #283c61;
        font-size: 0.8em;
        line-height: 40px;
        min-height: 40px;
        text-align: center;
    }
/*:+1: renew alagova*/





.main {
    width: 100%;
    padding: 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #afe7f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#afe7f0));
    background: -webkit-linear-gradient(top, #ffffff 0%,#afe7f0 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#afe7f0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#afe7f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#afe7f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afe7f0',GradientType=0 );
    position: relative;
}

    .main .bg {
        background-image: url("../img/bg_1.png");
        background-position: -30% center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        height: 100%;
        opacity: 0.15;
        position: absolute;
        width: 100%;
    }

    .main .logo {
        position: relative;
        padding-top: 20px;
        
    }

        .main .logo img {
            height: auto;
            position: absolute;
            right: 0;
            width: 150px;
        }

    .main .enterBtn {
        position: relative;
        right: -5px;
    }  

    .main button {
        background-color: #4cae4e;
        border: 0 none;
        border-radius: 165px;
        box-shadow: 0 3px 0 #328407;
        color: #fff;
        font-size: 22px;
        height: 37px;
        margin: 15px 0 0;
        padding: 0 20px;
        line-height:33px
    }
    .main button:first-child {
        margin-left: 8px;
    }

        .main button:before {
            border-radius: 50%;
            content: "";
            display: inline-block;
            position: absolute;
            background-image: url("../img/sprite.png");
            background-position: left top;
            background-repeat: no-repeat;
            background-size: auto 100%;
        }

    .main .main_text {
/*           display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
       -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; */
        height: 500px;
        padding-left: 134px;
        position: relative;
    }

        .main .main_text h3 {
            color: #149fc4;
            font-size: 30px;
            margin: 5px 0;
            font-weight: bold;
        }

        .main .main_text .text {
            font-size: 27px;
            margin: auto;
            margin-top:200px;
            margin-bottom:-200px;
            right: -28px;
            position: relative;
        }

        .main .main_text button {
            margin-top: 20px;
            padding: 0 31px;
            position: relative;
        }
    .main .teacher {
        background-image: url("../img/teacher.png");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 100% auto;
        bottom: 0;
        display: inline-block;
        height: 585px;
        left: 0;
        position: absolute;
        width: 266px;
    }

.tablet-container {
    text-align: left;
}

.main .tablet {
    background-image: url("../img/tablet.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 490px;
    margin-top: 50px;
    padding: 57px 58px 54px 61px;
    -moz-transform:    rotate(-4deg);
    -o-transform:      rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -ms-transform:     rotate(-4deg);
    transform:         rotate(-4deg);
    
    width: 622px;
    max-width: 100%;
}

    .main .tablet iframe {
        border: 0;
        width: 100%;
        height: 100%;
    }

.main .buttons {
    margin-bottom: 15px;
    padding-left: 30px;
    padding-top: 15px;
    text-align: center;
}

    .main .buttons button {
        box-shadow: none;
        margin-right: 40px;
        padding-right: 27px;
        position: relative;
    }

        .main .buttons button:before {
            background-position: -78px 0 !important;
            background-size: auto 80%;
            height: 50px;
            right: -25px;
            top: -8px;
            width: 50px;
        }

        .main .buttons button:first-child {
            margin-left: 25px;
        }

            .main .buttons button:first-child, .main .buttons button:first-child:before {
                background-color: #8f3e97;
                background-position: -47px 8px !important;
                background-size: 290px;
            }

        .main .buttons button:last-child, .main .buttons button:last-child:before {
            background-color: #e71f63;
            background-position: 14px 8px !important;
            background-size: 290px;
        }

@media only screen and (max-width:992px) {
    .main .tablet {
        margin-top: -25px;
    }
}

@media only screen and (max-width:728px) {
    .main .tablet {
        background-image: none;
        display: block;
        height: 232px;
        margin-top: -25px;
        padding: 5px;
        width: 100%;
    }

    .header a {
        margin-right: auto;
        display: block;
    }
}


