html{
    height: 100%;
    /*background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);*/
    background:#fff;
}
form{
    display: block;
    padding: 20px;
    text-align: center;
}
form >div{
    display: inline-block;
    width:180px;
    text-align: left;
    margin-left: 30px;
}
form >div label{
    display: block;
    width:70px;
    height:20px;
    line-height:40px!important;
    left:-75px;
    top:0px;
    color:#006699;
    font-size: 12px;
    position: absolute;
    text-align: right;
}
form >div i{
    display: block;
    width:20px;
    height:40px;
    line-height:40px!important;
    left:-30px;
    top:0px;
    color:goldenrod;
    font-size: 16px;
    position: absolute;
    text-align: center;
}
.login{
    font-size: 0px;
    background: rgba(255,255,255,.4);
    -webkit-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.41);
    box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.41);
}
.login h1{
    font-size: 10px;
    margin-bottom: 20px!important;
    width:33.33%;
    margin: 0px;
    height:40px;
    line-height:15px;
    padding: 5px 0px;
    display: inline-block;
    vertical-align: top;
    font-style: italic;
    background: rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.23);
    box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.23);
    user-select:none;
    opacity: 0.75;
}
.login h1 span{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}
.login h1:hover{
    opacity: 0.9;
}
.login h1:active,.login h1.tstart{
    opacity: 0.8;
}
.login h1.active{
    color:rgba(255,255,255,.8);
    background: rgb(45,115,168);
    background: -moz-linear-gradient(-45deg,  rgba(45,115,168,1) 0%, rgba(47,175,141,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(45,115,168,1) 0%,rgba(47,175,141,1) 100%);
    background: linear-gradient(135deg,  rgba(45,115,168,1) 0%,rgba(47,175,141,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d73a8', endColorstr='#2faf8d',GradientType=1 );
}
.login h1.active span{
    color:#fff!important;
}
.login input{
    width:180px;
    height: 35px;
    padding: 5px 5px;
    margin-bottom: 5px;
}
.login select{
    width:180px;
    height: 35px;
    padding: 5px 5px;
    margin-bottom: 5px;
}
.login button{
    color:rgba(255,255,255,.7);
    outline: none;
    border:none;
    margin-top: 15px;
    font-size: 16px;
    padding: 5px 20px;
    background: rgb(206,53,53);
    background: -moz-linear-gradient(-45deg,  rgba(206,53,53,1) 1%, rgba(102,67,62,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(206,53,53,1) 1%,rgba(102,67,62,1) 100%);
    background: linear-gradient(135deg,  rgba(206,53,53,1) 1%,rgba(102,67,62,1) 100%);
}
.login button:hover{
    background: rgb(204,118,118);
    background: -moz-linear-gradient(-45deg,  rgba(204,118,118,1) 1%, rgba(102,77,74,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(204,118,118,1) 1%,rgba(102,77,74,1) 100%);
    background: linear-gradient(135deg,  rgba(204,118,118,1) 1%,rgba(102,77,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc7676', endColorstr='#664d4a',GradientType=1 );

}
.login button:active,.login button.tstart{
    background: rgb(206,53,53);
    background: -moz-linear-gradient(-45deg,  rgba(206,53,53,1) 1%, rgba(102,67,62,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(206,53,53,1) 1%,rgba(102,67,62,1) 100%);
    background: linear-gradient(135deg,  rgba(206,53,53,1) 1%,rgba(102,67,62,1) 100%);
}

/*form select.school{
    position: absolute;
    pointer-events: none;
    width:100%;
    height:1px;
    opacity: 0;
    top:0;
    left:0;
}*/

.area{
    overflow: hidden;
    width: 100%;
    height:100%;
    position: absolute;
    z-index: 0;

}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(0, 155, 200, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

#div_outer{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    text-align: center;
    background-image: url(/img/tile_bg.png);
    background-repeat: repeat;
    /*background-color: #B4C6C6;*/
}
#div_inner{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    text-align: center;
    background-image: url(/img/bg_school.png);
    background-position: bottom;
    background-repeat: no-repeat;
    /*        background-size: contain;*/
}
.message{
    margin-top: 5px;
    padding: 10px;
    line-height: 14px;
    color:rgba(255,255,255,.9);
    font-size: 12px;
    text-align: center;
    background: rgb(30,77,114);
    background: -moz-linear-gradient(-45deg,  rgba(30,77,114,1) 0%, rgba(31,117,95,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(30,77,114,1) 0%,rgba(31,117,95,1) 100%);
    background: linear-gradient(135deg,  rgba(30,77,114,1) 0%,rgba(31,117,95,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4d72', endColorstr='#1f755f',GradientType=1 );

}

.stylized_select >.items>.item{
    padding: 8px 10px!important;
    font-size: 12px!important;
}


#feature_list ul{
    width:100%;
    padding: 10px !important;
    margin: 0px;
    font-size: 0px;
}
#feature_list li{
    list-style: none;
    padding-left: 60px;
    min-height: 50px;
    margin-bottom: 5px;
    width:50%;
    display: inline-block;
    vertical-align: top;
}
#feature_list i{
    position: absolute;
    height: 50px;
    line-height: 50px;
    width:50px;
    top:0px;
    left:0px;
    font-size: 24px;
    text-align: center;
}

#feature_list div{
    position: absolute;
    left:0px;
    top:50%;
    padding-left: 60px;
    transform: translate(0px, -50%);
    font-size: 14px;
    text-align: left;
}

#left_panel{
    width: 450px;
    background: rgba(255,255,255,.6);
    font-family: 'Ubuntu', sans-serif;
    overflow: auto;
    -webkit-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.41);
    box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.41);
}

#right_panel{
    padding-left: 450px;
    width:100%;
    height:100%;
    position: absolute; 
    top:0; 
    left:0;
}

#bottom_select_menu{
    display: none;
}

@media only screen and (max-width: 960px) {
    #left_panel{
        display: none;
        height: 100%;
        overflow: auto;
        padding: 0px;
        width:100%;
        /*max-width:450px;*/
        margin: auto;
        position: relative;
    }
    #big_img{
        top:0px;
        left:0px;
        overflow: hidden;
        height:250px;
        /*display: none;*/
        -webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.23);
        -moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.23);
        box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.23);
        margin-bottom: 30px;
    }


    #right_panel{
        display: none;
        height: 100%;
        padding: 0px;
        overflow: auto;
        width:100%;
        max-width:450px;
        margin: auto;
        position: relative;
    }
    #right_panel.active,#left_panel.active{
        
        display: block;
    }
    body{
        overflow:hidden;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding-bottom: 50px!important;
        text-align: center;
        background-image: url(/img/tile_bg.png);
        background-repeat: repeat;
    }
    #bottom_select_menu{
        -webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.23);
        -moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.23);
        box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.23);
        user-select:none;
        z-index: 10;
        width:100%;
        display: block;
        position: absolute;
        right:0px;
        bottom:0px;
        height:50px;
        font-size: 0px;
        background: rgb(63,63,63);
        background: -moz-linear-gradient(top,  rgba(63,63,63,1) 0%, rgba(48,48,48,1) 100%);
        background: -webkit-linear-gradient(top,  rgba(63,63,63,1) 0%,rgba(48,48,48,1) 100%);
        background: linear-gradient(to bottom,  rgba(63,63,63,1) 0%,rgba(48,48,48,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#303030',GradientType=0 );
    }

    #bottom_select_menu .item{
        display: inline-block;
        vertical-align: top;
        height:50px;
        font-size: 16px;
        width:50%;
        line-height: 50px;
        color:rgba(255,255,255,.6);
        background: -moz-linear-gradient(left,  rgba(255,255,255,0.1) 1%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left,  rgba(255,255,255,0.1) 1%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,0.1) 1%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=1 );
    }

    #bottom_select_menu .item:hover{
        color:#fff;
    }

    #bottom_select_menu .item:active,#bottom_select_menu .item.tstart{
        background:#069;
    }

    #bottom_select_menu .item.active{
        background: -moz-linear-gradient(left,  rgba(53,106,160,0.7) 0%, rgba(50,147,112,0.7) 100%);
        background: -webkit-linear-gradient(left,  rgba(53,106,160,0.7) 0%,rgba(50,147,112,0.7) 100%);
        background: linear-gradient(to right,  rgba(53,106,160,0.7) 0%,rgba(50,147,112,0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3356aa0', endColorstr='#b3329370',GradientType=1 );
    }

}
