#logo{
    width:172px;
    height:45px;
}

.viewport{
    margin: 0px auto;
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    width: 100%; 
}

#top-banner-left{
    background: url("../images/banner-left.png") 0% 100% no-repeat transparent;
    height: 595px;
    max-width: 774px;
    overflow-x: hidden;
    position: absolute;
    right: 60%;
    width: 100%;
}
#top-banner-right{
    background: url(../images/banner-right-no-button.png) bottom left no-repeat;
    position: absolute;
    height: 595px;
    left: 41%;
    max-width:1122px;
    width:100%;
    overflow-x:hidden;
}

#banner-left-text{
    width: 175px;
    position: absolute;
    right: 0px;
    top: 300px;
    color: #976b26;
}

#banner-right-text{
    position: absolute;
    top: 55px;
    left: 30px;
    width:50%;
    z-index: 55;
    
}

#banner-right-text-big{
    padding-bottom:15px;
    font-weight:300;
    background: url(../images/banner-right-line.png) bottom left no-repeat;
    line-height: 100%;
}

#banner-right-text-details{
    padding-top:10px;
    position: relative;
    clear:both;
    color: #454545;

}

#top-navigation ul{
    padding: 0;
    margin: 0;
}

#top-navigation ul li{
    float: left;
    display: inline-block;
    list-style: none;
    padding-left: 15px;
}

#top-navigation ul li a{
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

#top-navigation ul li a:hover,
#top-navigation ul li.active a,
.navbar-collapse ul li a:hover,
.navbar-collapse ul li.active a
{
    text-decoration: underline;
}

.height-600px{
    height: 600px;   
}

#classes-blocks ul{
    margin: 0 0 0 -1%;
    padding: 0;
}

#classes-blocks ul li{
    list-style:none;
    float:left;
    display:block;
    height: 410px;
    background-color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    width: 23%;
}

.red-bg{
    background-color: #f74b4b;
}

.green-bg{
    background-color: #7ba46f;
}

.blue-bg{
    background-color: #55cef1;
}

.orange-bg{
    background-color: #f7b14b;
}

.red-line{
    border-bottom: 3px solid #f74b4b;
}

.green-line{
    border-bottom: 3px solid #7ba46f;
}

.blue-line{
    border-bottom: 3px solid #55cef1;
}

.orange-line{
    border-bottom: 3px solid #f7b14b;
}

.classes-block-header{
    height: 156px;
}

.classes-block-title{
    height: 40px;
    margin: 20px 20px 15px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    line-height: 120%;
}

.classes-block-text{
    height: 155px;
    text-align: center;
    padding: 0 5px;
    color: #454545;
    line-height: 150%;
    overflow: hidden;
}

.classes-block-more{
    height:24px;
    overflow: hidden;
    text-align: center;

}
.classes-block-more a{

    padding:5px;

}

.classes-block-more-button{
    display: inline-block;
    height: 10px;
    padding: 5px;
    width: 10px;
    line-height: 8px;
}

.classes-block-more-button img{
    width: 10px;
}

#classes-block-single-ico{
    width: 100%;
    height: 156px;
    background: url(../images/ico-individual.png) 50% 50% no-repeat;
}

#classes-block-multi-ico{
    width: 100%;
    height: 156px;
    background: url(../images/ico-group.png) 50% 50% no-repeat;
}

#classes-block-target-ico{
    width: 100%;
    height: 156px;
    background: url(../images/ico-target.png) 50% 50% no-repeat;
}

#classes-block-home-ico{
    width: 100%;
    height: 156px;
    background: url(../images/ico-outgoing.png) 50% 50% no-repeat;
}

.banner-subscribe{
    position:relative;
    height: 190px;
    width: 100%;
    background-image: url("../images/call-box.png");
    background-position: 854px 100%;
    background-repeat: no-repeat;
}

#banner-subscribe-text-now{
    position:absolute;
    left: 26px;
    top: 45px;
    color: #464646;
    font-size: 18px;
    font-weight: bold;

}

#banner-subscribe-text-phone{
    position:absolute;
    left: 26px;
    top: 70px;
    display: table-row;
}

#banner-subscribe-text-phone div{
    vertical-align:middle;
    display: table-cell;
    padding-right: 15px;
}

#fill-request{
    height: 56px; 
    border: 0;
    width: 250px;
    color: #fff;
    font-size: 18px;
    fon-weight: bold;
    text-align:center;
    text-shadow: 1px 1px 2px #ad7e3a;
    background: url(../images/brown-button-bg.png) top left repeat-x;
}

#why-us-bg{
    background: url(../images/why-us-bg.png) top center no-repeat;
    height: 803px;

}

#why-us-reasons{
    width: 45%;
    padding-right: 5%;
    height:100%;
    height: 785px;
    float:left;
}

#why-us-teachers{
    width: 50%;
    float:left;
    height: 785px;
}

#why-us-reasons ol li{
    padding-bottom:10px;
    font-size:20px;
    color: #454545;
}

#why-us-reasons ol  {
    list-style-type: none;
    /*list-style-type: decimal !ie; */ /*IE 7- hack*/

    margin-left: 20px;
    counter-reset: li-counter;
}

#why-us-reasons ol > li:before {
    color: #f74b4b;
    margin-left:-20px;
    content: counter(li-counter) ".";
    counter-increment: li-counter;
    position:absolute;
    font-weight: bold;
}

#teachers{
    margin-left:-4%;
}

#teachers > li,
#teachers-small > li
{
    height: 250px;
    float: left;
    display: inline-block;
    width:150px;
    overflow:hidden;
}

#teachers > li{
    margin-left:4%;
    margin-bottom: 50px;
}

/*#teachers-small > li{
    margin-right:16px;
}*/

.teachers-small-block #teachers>li{
    margin-right:16px;
    margin-left:0;
}

.teacher-photo{
    height: 135px
}

.teacher-name{

    height: 45px;
    padding: 10px;
    background: url(../images/red-line-fixed-small.png) bottom center no-repeat #fff;
    font-weight: bold;
    font-size: 18px; 
    color: #454545;
    text-align:center;
}

.teacher-title{
    background-color: #fff;
    padding: 10px;
    text-align:center;
    font-size:12px;
    color: #8d8d8d;
    height: 30px;
}

#clients-feedbacks-container{
    position:relative;
    padding: 0px 10px;
}

#clients-feedbacks-controls{
    position: absolute;
    top: 75px;
    width: 320px;
    left: 50%;
    margin-left: -160px;
    z-index: 100;
}

#clients-feedbacks-control-prev img,
#clients-feedbacks-control-next img{
    width: 13px;
}

.clients-feedback-avatar img{
    width: 180px;
    border-radius:90px;
}

.clients-feedback-name{
    background: url(../images/gray-line-fixed-small.png) bottom center no-repeat;
}

.banner-soldier{
    position:relative;
    height: 212px;
    width: 100%;
    background: url("../images/banner-soldier.png") left top no-repeat;
}    

.banner-soldier-orange{
    position:relative;
    height: 212px;
    width: 100%;
    background: url("../images/banner-soldier-orange.png") right top no-repeat;
}

.banner-soldier-text{
    width: 100%
}

#banner-soldier-text-container{
    position: absolute;
    width: 100%;
    margin: 85px 2% 0 2%;
    max-width: 750px;
    display: table-row;
}

.banner-soldier-button{
    vertical-align: top;
}    

.banner-soldier-button  div{
    vertical-align:middle;
    display: table-cell;   
}

.big-brown-button{
    height: 56px; 
    border: 0;
    color: #fff;
    font-size: 18px;
    fon-weight: bold;
    text-align:center;
    text-shadow: 1px 1px 2px #ad7e3a;
    background: url(../images/brown-button-bg.png) top left repeat-x;
    clear:right;
}

.big-red-button{
    height: 56px; 
    border: 0;
    color: #fff;
    font-size: 18px;
    fon-weight: bold;
    text-align:center;
    text-shadow: 1px 1px 2px #ad7e3a;
    background: url(../images/red-button-bg.png) top left repeat-x;
    clear:right;
}

.small-red-button{
    height: 36px; 
    line-height: 36px;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align:center;
    text-shadow: 1px 1px 2px #ad7e3a;
    background: url(../images/red-button-bg.png) bottom left repeat-x;
    clear:right;
}

#fill-request-180,
.fill-request-180{
    width: 180px;
    min-width: 180px;
}
.fill-request-240{
    width: 240px;
    min-width: 220px;
}

.fill-request-146{
    width: 146px;
    min-width: 146px;
}

#fill-request{
    width: 250px;
    min-width: 250px;
}

.footer{
    background-color: #454545;
    height: 220px;
}
.footer-container{
    background: url(../images/footer-background.png)  93% 100%  no-repeat;
    height: 100%;
    position: relative;


}
.footer-container.container{
    padding:0;
    margin:0 auto;
}


.footer-menu{
    left: 3%;
    position: absolute;

    top: 15%;
    width: 33%;
}

#footer-gotop{
    position: absolute;
    top: 160px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    display: none;
}

#footer-gotop a{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 180%;
    text-transform: uppercase;
}

.footer-menu .navbar-nav li a{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 180%;

}

.footer-social{
    left: 33%;
    position: absolute;
    text-align: left;
    top: 45%;
    width: 25%;
}

.footer-social img{
    width: 26px;
}

.footer-label{
    bottom: 5px;
    position: absolute;
    right: 12%;
}

.footer-label a{
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
}

.callBox{
    background: url(../images/contacts-page-background.png)  50% 220px  no-repeat #f3f3f3;
}

.tower{
    background: url(../images/private-page-background.png)  50% 190px  no-repeat #f3f3f3;
}

.content-contacts{
    background: url(../images/crown.png)  98% 20px  no-repeat #fff;
    padding: 30px 15px;

}

.contacts-data{
    width: 58%;
    float: left;
    color: #000;
}

.form-ask{
    width: 37%;
    float: left;
    padding-left: 4%;
    padding-top: 55px;
}

.form-ask input, .form-ask textarea {
    border: 1px solid #9c9c9c;
    width: 93%;
    line-height: 26px;
    text-transform: none;
    color: #acacac;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.form-ask textarea {
    width: 93%;
    height: 162px;
    line-height: normal;
    margin-bottom: 10px;
}
.form-ask  input.small-red-button {
    height: 36px;
    line-height: 36px;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px #ad7e3a;
    padding: 0px;
    text-transform: uppercase;
}
.form-ask-header {
    color: #000;
    padding-bottom: 10px;
}
.puller{
    clear:both;
    width: 100%;
}

.title-underlined{
    padding-bottom: 5px;
    border-bottom: 4px solid #f74b4b;
}

.teachers-small-block{
    height: 321px;
    background: url(../images/teachers-small-bg.png)  top center no-repeat #f74b4b;
}f

#teachers-small-header{
    position: absolute;
    margin-left: 10px;
}

.teachers-small-block ul#teachers{
    float:right;
    position: relative;
    margin-top: 30px;
    width: 500px;
}

#teachers-index-viewport{
    height: 565px;
    width: 100%;
    overflow: hidden;
}

#teachers-private-viewport{
    float: right;
    height: 280px;
    overflow: hidden;
    width: 500px;
}

#teachers-small-header{
    float:left;
    width: 200px;
}

aside.blog-index-recent{
    width: 315px;
    min-width: 315px;
    /* display: table-cell;*/
    float: left;
    display: block;
    vertical-align:top;
}

.teacher-index-recent{
    width: 315px;
    min-width: 315px;
    /* display: table-cell;*/
    float: left;
    display: block;
    vertical-align:top;
}

aside.blog-item-recent{
    width: 315px;
    min-width: 315px;
    display: table-cell;
    
    vertical-align:top;
}

#blog-index-center{
    /*width: 100%;
    display: table-cell;
    */
    
 
    display: block;
}

#teacher-index-center{
    width: 100%;
    display: table-cell;
}

#blog-index-main-wrapper{
    width: 100%;
    background: url(../images/crown.png) top right no-repeat;
}

#blog-item-main-picture{
    height: 515px;
}

#blog-item-center{
    width: 100%;
    display: table-cell;
}

.small-blog-block{
    width: 320px;
    height: 600px;
    float:left;
    overflow: hidden;

}

.date-blog-block{
    color: #999;
    font-size: 11px;
    font-weight: bold;
}

.body-blog-block{
    height: 135px;
    overflow-y: hidden;
}

.footer-panorama{
    background: url(../images/footer-panorama.png) bottom center no-repeat #F3F3F3;
    height: 526px;
    width: 100%;
}

.form-test-content {
    background: #3b4063;
    display: inline-block;
    padding: 30px 25px;
}
.form-test-finish{
    background: #3b4063;
    width: 65%;
    margin: 0 auto;
    padding: 70px 0 35px 15%;
    height: 191px;

}
.thanks-sing {
    color: #fff;
    font-size: 20px;
}
.form-test input.age{
    width: 70px;
}
.bigban{ 
    background:  url(../images/bigban.png) no-repeat left bottom;
    display: block;
    width: 100px;
    height: 400px;
    position: absolute;
    top: 0;
    margin-left: -10%;
}
input#fill-request-240 {
    width: 250px;
}
.form-test.clearfix {
    background: url(../images/testing.png)repeat;
    padding: 40px 20px;
    text-align: center;
    position: relative;
}
.form-test-header {
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

.form-test label {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 13px;
    display: block;
    text-align: left;
    padding-top: 5px;
}
.form-test input, .form-test select {
    width: 200px;
    padding: 10px;
    color: #848484;
    border:0px;
}

.form-test p {
    margin: 0px;
    text-align: left;
}
.form-test .big-brown-button {
    display: inline-block;
    height: 58px;
    margin: 20px auto 0px;
    padding: 15px 20px;
    vertical-align: middle;
}
.form-test input.big-brown-button  {
    height: 56px;
    border: 0;
    color: #fff;
    font-size: 18px;
    fon-weight: bold;
    text-align: center;
    background: none;
    color: #fff;
    font-size: 18px;
    fon-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px #ad7e3a;
    padding: 0 20px;
    margin: 20px 0 0 0;
    background: url(../images/brown-button-bg.png) top left repeat-x;
    width: auto;
}

.form-test-content #fill-request-180{
    display: block;
    margin : auto;
}

.form-test select {
    /*background:#fff url(../images/arrowsel1.jpg) no-repeat right;*/
    margin: 5px 0 0 0;
    padding: 10px 25px 10px 10px;
}
.form-test-answer-left select , .form-test-answer-right select{
    /*width: 152px;*/
    width: auto;
    background-repeat: no-repeat;
    background-position: right;
    /*  background: -webkit-gradient(linear, left top, left 5, from(#FFFFFF), color-stop(2%, #d6d6d6), to(#FFFFFF));*/
    /* background: -moz-linear-gradient(top, #FFFFFF, #d6d6d6 1px, #FFFFFF 5px); */
    border: 1px solid #c0c2c2;
    border-bottom: 1px solid#dee0e0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    padding: 8px;
    /* background:#fff url(../images/arrow_sel.jpg) no-repeat right; */

}
.form-test-answer-left  li {
    padding: 10px 0;
}
.form-test-answer-left .select2-container {
    width: 158px;
    margin: 0 5px;

}

.form-test-answer-left {
    text-align: left;
    color: #000;
}
p.info-test {
    color: #fff;
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    margin: 0 10px 0 0; 
}
.thanks {
    color: #000;
    text-align: center;
    font-size: 14px;
    padding-top: 50px
}
a.back {
    color: #9a9ca1;
    text-decoration: underline;
}


.title-blog-block{
    max-height: 60px;
    overflow-y:hidden;
}

.jcarousel-wrapper { 
    overflow: visible;
    position: relative;
}
.jcarousel { 
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    width:100%;
}

.jcarousel ul { 
    list-style: none outside none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    position: relative;
    width: 20000em;
    height: 430px;
}

.clients-feedback-li{
    max-width: 984px;
    float:left;
}

.jcarousel-control-next.inactive img{
    opacity: 0.1;
}


.selbox {
    display: inline-block;
    width: 156px;
    overflow: hidden;
    vertical-align: middle;
}



#mustache{
    position: absolute;
    right: 80px;
    top: 400px;

 
}

.mustache-animation{
    -webkit-animation: mustache 3s linear 1s normal;
    animation: mustache 3s linear 1s  normal;
}

.mustache-animation-instant{
    -webkit-animation: mustache 3s linear normal;
    animation: mustache 3s linear normal;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mustache {
    0%   {top: 400px}
    5% {-webkit-transform: rotate(20deg);}
    10% {-webkit-transform: rotate(-20deg);}
    15% {-webkit-transform: rotate(20deg);}
    20% {-webkit-transform: rotate(-20deg);}
    25% {-webkit-transform: rotate(20deg);}
    30% {-webkit-transform: rotate(-20deg);}
    35% {top: 370px; -webkit-transform: rotate(0deg)}
    100% {top: 400px}
}

/* Standard syntax */
@keyframes mustache {
    0%   {top: 400px}
    5% {transform: rotate(20deg);}
    10% {transform: rotate(-20deg);}
    15% {transform: rotate(20deg);}
    20% {transform: rotate(-20deg);}
    25% {transform: rotate(20deg);}
    30% {transform: rotate(-20deg);}
    35% {top: 370px; transform: rotate(0deg);}
    100% {top: 400px}
}


#right-banner-viewport{
    width: 1522px;  /*1122*/
    margin-left:-200px;
    position: relative;
}
#cloud-1{
    position: absolute;
    left: 214px;
    top: 275px;
    -webkit-animation: cloud-1 30s linear 1s normal;
    animation: cloud-1 30s linear 1s normal;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes cloud-1 {
    100% {left: 100%;}
}
/* Standard syntax */
@keyframes cloud-1 {
    100% {left: 100%;}
}

#cloud-2{
    position: absolute;
    left: 690px;
    top: 250px;
    -webkit-animation: cloud-1 40s linear 1s normal;
    animation: cloud-1 40s linear 1s normal;
}

#cloud-3{
    position: absolute;
    left: 820px;
    top: 405px;
    -webkit-animation: cloud-1 80s linear 1s normal;
    animation: cloud-1 80s linear 1s normal;
}

#airship{
    position: absolute;
    left: 740px;
    top: 325px;
    -webkit-animation: airship 60s linear 1s normal;
    animation: airship 60s linear 1s normal;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes airship {
    100% {left: -200px;}
}
/* Standard syntax */
@keyframes airship {
    100% {left: -200px;}
}

#support{
    position: absolute;
    left: 422px;
    top: 401px;
}

#wheel{
    position: absolute;
    left: 365px;
    top: 270px;
    -webkit-animation: wheel 60s linear infinite 1s normal;
    animation: wheel 60s linear 1s infinite normal;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes wheel {
    100% {-webkit-transform: rotate(360deg)}
}
/* Standard syntax */
@keyframes wheel {
    100% {transform: rotate(360deg)}
}

#trees-banner{
    position: absolute;
    left: 200px;
    top: 483px;
    width: 412px;
    height: 100px;
    overflow: hidden;
}

#banner-text-details{
    position: absolute;
    
    top: 524px;   
    color: #fff;
    font-size: 24px;
    width: 145px;
    left: 625px;
}

#banner-text-details-free{
    display: none;
    position: absolute;
    right: 2%;
    margin-top: -80px;
    height: 56px; 
    line-height: 56px; 
    border: 0;
    padding: 0 10px;
    font-size: 24px;
    fon-weight: bold;
    text-align:center;
    text-shadow: 1px 1px 2px #ad7e3a;
    width: 142px;
    color: #fff;
    background: url(../images/red-button-bg.png) top left repeat-x;
}


#locale_switcher{
    position: absolute;
    top: 15px;
    right: 10px;
}

#locale_switcher a{
    text-decoration: none;
    color: #3B4063;
    font-weight: bold;
    font-size: 13px;
}

#locale_switcher a:hover{
    text-decoration: underline;
}

#top-menu{
    position: relative;
    
}

.navigation .pagination a,
.navigation .pagination span{
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.navigation .pagination span.current{
    color: #f74b4b;
}

.navigation .pagination span.next,
.navigation .pagination span.previous{
    display: none;
}

#locale_switcher img{
    width: auto;
    vertical-align: middle !important;
    padding-right: 5px
}

#locale_switcher td,
#locale_switcher tr,
#locale_switcher table{
    vertical-align: middle !important
    line-height: 20px;
}

/* bootstrap-style collapse button */
.navbar-toggle { 
    background-color: transparent;
    padding: 0;
    border: none;
    margin: 0 2px 0 15px;
    display: none;
    float:left
}
.navbar-toggle .icon-bar { 
    background-color: #000;

}
.navbar-toggle .icon-bar + .icon-bar{
    margin-top:3px;
}

.navbar-toggle .icon-bar { 
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 18px;
}


.navbar-collapse ul{
    
    float:right;
    display: block;
    clear: left;
    
}
.navbar-collapse ul li{
    clear:both;
    float:right;
    display: block;
    text-align: right;
    margin: 5px;
    
}

.navbar-collapse ul li a { 
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-collapse{
    overflow: hidden;
    height: auto;
    clear: both;
    height: 0;
}

.navbar-collapse.collapse{
    
}

#top-banner-right-320{
    background: url("../images/banner-right-320.png") 50% 100% no-repeat #55cef1;
    height: 400px;
    display: none;
}

#banner-320-text{
    
}

#blog-3{
    max-width: 663px;
}

.navigation .pagination{
    clear: both;
    margin-left: 350px;
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
    width: 100%;
}

#request-form{
     /* display: none;*/
}


#lantern{
    height: 30px;
    position: absolute;
    right: 156px;
    top: 473px;
    width: 30px;
    cursor: pointer;
}

#lantern-area{
    height: 150px;
    position: absolute;
    right: 57px;
    top: 413px;
    width: 220px;
}

.lantern-active{
    background: url(../images/lantern.png) top center no-repeat;
}

.lantern-fire{
    background: url(../images/fire.gif) 25px -30px no-repeat;
    background-size: 150px 150px;
}

#clock-big-arrow{
    position: absolute;
    background: url(../images/clock-arrow-big.png) center center no-repeat;
    width: 49px;
    height: 49px;
    right: 236px;
    top: 192px;
    transform: rotate(0deg);
    cursor: pointer;
    
}

#clock-small-arrow{
    position: absolute;
    background: url(../images/clock-arrow-small.png) center center no-repeat;
    width: 49px;
    height: 49px;
    right: 236px;
    top: 192px;
    transform: rotate(45deg);
    cursor: pointer;
}


.clock-small-animation{
    animation: smallarrow 6s linear 2;
    -webkit-animation: smallarrow 6s linear 2;
}
.clock-big-animation{
    animation: bigarrow 0.5s linear 24;
    -webkit-animation: bigarrow 0.5s linear 24;
}

@-webkit-keyframes bigarrow {
    25% {transform: rotate(90deg);}
    50% {transform: rotate(180deg);}
    75% {transform: rotate(270deg);}
    100% {transform: rotate(360deg);}
}

/* Standard syntax */
@keyframes bigarrow {
    25% {transform: rotate(90deg);}
    50% {transform: rotate(180deg);}
    75% {transform: rotate(270deg);}
    100% {transform: rotate(360deg);}
}


@-webkit-keyframes smallarrow {
    25% {transform: rotate(135deg);}
    50% {transform: rotate(225deg);}
    75% {transform: rotate(315deg);}
    100% {transform: rotate(405deg);}
}
/* Standard syntax */
@keyframes smallarrow {
    25% {transform: rotate(135deg);}
    50% {transform: rotate(225deg);}
    75% {transform: rotate(315deg);}
    100% {transform: rotate(405deg);}
}

#teacher-index-main-wrapper{
    min-height: 300px;
}

#popup-fullscreen{
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 100;
}

#popup-viewport{
    width: 240px;
    height: 590 px;
    position: fixed;
    top: 50%;
    margin-top: -295px;
    left: 50%;
    margin-left: -120px;
    z-index: 101;
}

.form-test-transparent{
    
}

.form-test-header-white{
    color: #fff;
    font-size: 20px;
    width: 100%;
    padding: 10px;
}

.form-test-content p{
    margin: 0;
    padding: 0;
}

.form-test-content label{
    color: #fff;
}

.form-test-content input{
    width: 180px
}        

.form-test-content input[type=text]{
    color: #232323;
}

.form-test-content .select2-container{
    margin: 5px 0 10px;
}

.form-test-close{
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 10px  0;
    cursor: pointer;
}

.redirect-home{
    padding-top: 5px;
}

#form-info select{
    width: 200px;
}

#blog-item-maintext{
    text-align: justify;
}

#blog-index-main-wrapper.item{
    background-image: none;
    background-color: #fff;
}

.test-start-button .big-brown-button{
    padding: 15px 20px;
}

.big-blog-block{
    width: 656px;
    float: left;
}

/* blog */
/*#block_1,
#block_2,
#block_4,
#block_6,
#block_7{
    margin-right: 20px;
}
*/

#blog-index-wrapper{
    /*width: 1004px;;*/
}