
@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/Segoe/Segoeui.ttf");
}
@font-face {
    font-family: "Segoe UI Bold";
    src: url("../fonts/Segoe/Segoeuib.ttf");
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto Bold";
    src: url("../fonts/Roboto/Roboto-Bold.ttf");
}

a {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.08s;
    transition-duration: 0.08s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

body {
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
}

ul {
   list-style-type: none;
}
label{color:#333;}
.center {
    width: 1140px;
    margin: 0 auto;
}

.header {

}

.header-top {
    padding: 10px 0;
    background: #2A2F32;
}

.header-top-socilas, .header-top-languages {
    float: right;
}

.header-top-languages {
    cursor: pointer;
}

.header-top-socilas ul li {
    float: left;
    border-radius: 50%;
    margin-right: 7px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.08s;
    transition-duration: 0.08s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.header-top-socilas {
    margin-right: 20px;
}
.header-top-socilas ul li i{text-decoration: none;}
.header-top-socilas ul i {
    font-size: 13px;
    color: #fff;
    padding-top: 6px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.08s;
    transition-duration: 0.08s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.facebook a, .youtube a {
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
}
.alert-success{color:red;}
.facebook {
    background: #4267B2;
}

.facebook:hover {
    background: #fff;
}

.facebook:hover i {
    color: #4267B2;
}

.youtube {
    background: #F62727;
}

.youtube:hover {
    background: #fff;
}

.youtube:hover i {
    color: #F62727;
}

.header-top-languages .dropdown {
    color: #fff;
}

.header-center {
    padding: 20px;
}

.header-center-logo {
    float: left;
}

.header-center-search {
    float: right;
    position: relative;
    padding-top: 8px;
}

.header-center-search input {
    width: 350px;
    padding: 12px;
    height: 40px;
    background: #EFEDED;
    border: none;
    color: #000;
    font-weight: 300;
    outline-color: #FFB516;
}

.header-center-search input::-webkit-input-placeholder {
    color: #000;
}

.header-center-search form {
    position: relative;
}

.header-center-search button {
    background: none;
    border: none;
    padding: 0;
    outline: 0;
    position: absolute;
    right: 13px;
    top: 9px;
}

/* MENU */

.header-bottom-menu .navbar-default {
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #F7D03F;
}

.header-bottom-menu .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #F7D03F;
    background: none;
}

.news-in-page .content-home-bottom-right-brochure-content {
    margin-bottom: 15px;
}

.header-bottom-menu ul li a {
    color: #111010 !important;
   /* font-family: "Roboto Bold";*/
    font-family: "Segoe UI Bold";
    font-weight: 900;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.08s;
    transition-duration: 0.08s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.header-bottom-menu ul li a:hover {
    color: #F7D03F !important;
}

.header-bottom-menu .navbar-brand i {
    font-size: 20px;
    color: #000;
}

.header-bottom-menu .navbar {
    height: 40px;
    min-height: 40px;
}

.header-bottom-menu .navbar-nav>li>a {
    padding-bottom: 7px;
    padding-top: 12px;
}

.header-bottom-menu .navbar-brand {
    padding-bottom: 4px;
    padding-top: 11px;
    height: auto;
    border-bottom: 3px solid #F7D03F;
}

.content-slider .main-text {
    position: absolute;
    top: 50px;
    width: 96.66666666666666%;
    color: #FFF;
}
.content-slider .btn-min-block {
    min-width: 170px;
    line-height: 26px;
}
.content-slider .btn-clear {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.content-slider .btn-clear:hover {
    color: #000;
    background-color: #FFF;
}

@media screen and (min-width: 768px) {
    .content-slider .carousel-caption {
        right: 0;
        left: 0;
        padding-bottom: 0;
    }
}

.content-slider .carousel-caption, .content-last-news-first-content, .content-last-news-others-content {
    bottom: 0;
    text-align: left;
    padding: 0 20px;
    background: rgba(0,0,0,0.4);
}

.content-last-news-first-content {
    padding: 0 10px 0 20px;
}

.content-slider .carousel-caption h3, .content-last-news-first-content h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.content-slider .carousel-caption p, .content-last-news-first-content p, .content-last-news-others-content p {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}

.content-last-news-others-content p {
    margin: 12px 0;
}

.content-last-news-first-content h3 {
    margin-top: 15px;
    font-weight: bold;
}

.content-last-news-first-content p {
    margin-bottom: 7px;
}

.content-slider .carousel-control {
    opacity: .8;
    width: 12%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.08s;
    transition-duration: 0.08s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.content-slider .carousel-control:hover {
    opacity: 0.9;
}

.content-slider .carousel-control.right, .carousel-control.left {
    background: none;
}

.content-slider .carousel-control.left span {
    background: #F7D03F url("../images/left.png") no-repeat center center;
    right: 0;
}

.content-slider .carousel-control.right span {
    background: #F7D03F url("../images/right.png") no-repeat center center;
    left: 0;

}

.content-slider .carousel-control span {
    display: inline-block;
    height: 48px;
    width: 48px;
    top: 50%;
    margin-top: -24px;
    position: absolute;
}

.content-last-news-first, .content-last-news-others {
    position: relative;
    margin-bottom: 30px;
}

.content-last-news-others {
    margin-bottom: 0;
}

.content-last-news-first-content, .content-last-news-others-content {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.content-home-bottom-header {
    border-bottom: 1px solid #F7D03F;
    margin-bottom: 10px;
    position: relative;
}

.content-home-bottom-header-bg {
    width: 68px;
    height: 3px;
    display: inline-block;
    background: #F7D03F;
    position: absolute;
    left: 0;
    bottom: 0;
}

.content-home-bottom-header h4 {
    margin: 0;
    margin-bottom: 14px;
    font-size: 24px;
    font-family: "Segoe UI Bold";
    font-weight: 500;
    color: #333;
}

.content-header {
    margin-bottom: 23px;
}

.news-in-page .content-header
{
    margin-bottom: 0px;
}
.content-home-bottom-right p {
    color: rgba(0, 0, 0, 0.87);
    font-family: "Segoe UI",sans-serif;
}

.content-home-bottom-right-statistica label
{
    color: #333;
    font-size:13px;
    font-family: "Segoe UI",sans-serif;
}

.content-home-bottom-right label {
    color: #333;
    margin-bottom: 10px;
    font-size:13px;
    font-family: "Segoe UI",sans-serif;
}

.content-home-bottom-right-app-forms-content div {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 4px;
}

.content-home-bottom-right-files-a a {
    display: block;
    background: #373D40;
    border-radius: 0;
    /*color: #F7D03F;*/
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding: 12px 22px;
}

.content-home-bottom-right-files-a a.active
{
    color:#F7D03F!important;
}

.content-home-bottom-right-files-a a:focus {
    color: #F7D03F;
}

.content-home-bottom-right-files-a a i {
    float: right;
    margin-top: 4px;
}

.content-home-bottom-right-files-a a:hover {
    color: #fff;
    background: #373D40;
}

.content-home-bottom-right-app-forms, .content-home-bottom-right-statistica {
   /* margin-bottom: 23px;*/
    margin-bottom: 7px;

}

.own-row {
    margin-left: -4px;
    margin-right: -4px;
}

.content-home-bottom-right-statistica-content {
    background: #F7D03F;
    padding: 20px;
    text-align: center;
}

.content-home-bottom-right-statistica-content .statistica-content-div {
    display: inline-block;
    padding: 0 38px;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
}

.statistica-content-count {
    font-size: 35px;
    color: #000;
    font-weight: 900;
}

.statistica-content-name {
    font-size: 12px;
    color: #000000;
    opacity: 0.7;
}

.statistica-content-div.last {
    border: 0;
}

.content-home-bottom-right-statistica .content-home-bottom-header {
    margin-bottom: 8px;
}

.content-home-bottom-right-brochure .content-home-bottom-header {
    margin-top: 23px;
}

.content {
    margin-bottom: 20px;
}

.footer-header,.footer-content-mobile-links-header-parent {
    background: #F0F0F0;
}

.footer-header-div h5 {
    margin: 0;
    padding: 18px 0 9px;
    font-size: 18px;
    color: #303030;
    border-bottom: 4px solid #F7D03F;
 /*   font-family: "Roboto Bold"; */
    font-family: "Segoe UI Bold";
    font-weight: 900;

}

.footer-content-mobile-links, .footer-content-mobile-contact-us, .footer-content-mobile-follow-us, .footer-content-mobile-partners {
    margin-bottom: 20px;
}

.footer-content-mobile-links-header-parent h5 {
    margin: 0;
    padding-top: 18px;
    padding-bottom: 9px;
    font-size: 18px;
    color: #303030;
    border-bottom: 4px solid #F7D03F;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 900;
    margin-bottom: 20px;
}

.footer-content-mobile-follow-us-header {
    margin-bottom: 25px !important;
}

.footer-header {
    margin-bottom: 18px;
}

.footer-center-div-links ul, .footer-content-mobile-links ul {
    padding: 0;
}

.footer-content-mobile-links ul {
    margin-bottom: 0;
}

.footer-center-div-links ul li a,.footer-content-mobile-links ul li a {
    display: block;
    font-size: 14px;
    color: #303030;
    line-height: 23px;
    text-decoration: none;
}

.footer-center-div-links ul li a:hover, .footer-content-mobile-links ul li a:hover {
    color: #F7D03F;
}

.footer-center-div-contact-us p, .contact-address p, .footer-content-mobile-contact-us p {
    margin: 0;
    color: #303030;
    font-size: 14px;
    line-height: 23px;
}

.footer-center-div-partners div img:nth-child(1) {
    margin-top: -6px;
}

.footer-center-div-partners div img:nth-child(1) {
    margin-right: 15px;
}

.footer-center-div-partners div img:nth-child(2) {
    margin-left: 15px;
}

.footer-center-div-follow-us a, .footer-content-mobile-follow-us a {
    display: block;
    background: #EFEDED;
    padding-left: 20px;
    height: 40px;
    margin-bottom: 10px;
    color: #201B08;
    font-size: 16px;
}

.footer-center-div-follow-us a .icon, .footer-content-mobile-follow-us a .icon {
    float: right;
    padding: 8px 20px;
    color: #fff;
}

.footer-center-div-follow-us a .icon i, .footer-content-mobile-follow-us a .icon i  {
    font-size: 20px;
}

.footer-center-div-follow-us-facebook a {
    border-bottom: 2px solid #4267B2;
}

.footer-center-div-follow-us-facebook a:hover {
    background: #4267B2;
    color: #fff;
}

.footer-center-div-follow-us-youtube a {
    border-bottom: 2px solid #FF0000;
}

.footer-center-div-follow-us-youtube a:hover {
    background: #FF0000;
    color: #fff;
}

.footer-center-div-follow-us-youtube a .icon {
    padding: 8px 18px;
}

.footer-center-div-follow-us-facebook .icon {
    background: #4267B2;
}

.footer-center-div-follow-us-youtube .icon {
    background: #FF0000;
}

.footer-center-div-follow-us span.name, .footer-content-mobile-follow-us span.name {
    padding: 8px 0;
    display: inline-block;
}

.footer-bottom {
    border-bottom: 4px solid #F7D03F;
    #margin-bottom: 20px;
}

.footer-bottom-copyright {
    float: right;
    padding: 8px 40px 2px;
    background: #F7D03F;
}

.footer-bottom-copyright p {
    margin: 0;
    font-size: 12px;
    color: #000;
}

.footer-center {
    margin-bottom: 10px;
}

.flag-custom{margin-left: 0px!important;
    margin-right:20px;}
.news-in-page .content-home-bottom-header {
    margin-bottom: 20px;
}
.news-in-page .content-home-bottom-right-statistica{margin-top: 0px}
.news-header h2 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
}
.news-header img{width: 100%;}
.news-in-page .content-home-bottom-right .content-home-bottom-header {
    margin-bottom: 16px;
}

.other-img {
    margin-bottom: 20px;
    text-align: center;
}


.news-content p {
    text-align: justify;
}


.news-content ul
{
    list-style-type: disc;
    font-family: "Segoe UI",sans-serif!important;
}
.news-content ul li
{
    font-family: "Segoe UI",sans-serif!important;
}

.news-content ul li span
{
    font-family: "Segoe UI",sans-serif!important;
}
.other-img img {
    width: auto;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
}
.news-content{font-size:12pt;}
.news-content p {
    color: rgba(0, 0, 0, 0.87);
   /* margin-bottom: 20px;*/
    margin-bottom:10px;
    font-size: 12pt;
    font-family: "Segoe UI",sans-serif!important;
}
.news-content p span{font-family: "Segoe UI",sans-serif!important;}
.gallery-content {
    position: relative;
}

.gallery-content-name {
    text-align: center;
    #display: none;
    position: absolute;
    top: 50%;
    font-size: 22px;
    margin: 0 25px 0 25px;
    padding-bottom: 13px;
    z-index: 99;
    color: #000;
    border-bottom: 1px solid #333333;
    display: none;
}

.gallery-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 15px 0 0px;
    background: rgba(247, 208, 63, 0.8);
    display: none;
}

.gallery .row, .news .row {
    margin-bottom: 30px;
}

.news-content-date {
    padding: 7px 0 4px 0;
}

.news-content-date span {
    color: #4F4F4F;
    font-size: 12px;
}

.news-content-name {
    color: #333;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    margin-bottom: 18px;
}

.news-content-button a {
    float: right;
    padding: 6px 36px;
    text-align: center;
    display: inline-block;
    background: #F7D03F;
    color: #000;
    font-size: 13px;
}

.news-content-button a:hover {
    text-decoration: none;
    background: #2A2F32;
    color: #F7D03F;
}

#map {
    height: 430px;
    width: 100%;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    border: 1px solid #000000;
    padding: 12px 0 12px 25px;
    font-size: 16px;
    margin-bottom: 11px;
    color: rgba(0, 0, 0, 0.54);
    outline: 0;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.54);

}

.contact-form textarea {
    resize: none;
    height: 108px;
    margin-bottom: 0;
}

.contact-form .form-group {
    margin-bottom: 8px;
}

.form-group.contact-form-buttons button {
    padding: 5px 66px;
    font-size: 13px;
    border-radius: 0;
    background: #F7D03F;
    color: #000;
    margin-right: 7px;
    outline: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.08s;
    transition-duration: 0.08s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.form-group.contact-form-buttons button:hover {
    background: #2A2F32;
    color: #F7D03F;
}

.contact-address {
    margin-bottom: 10px;
}

.dropdown-selected-lang.dropdown-toggle {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.08s;
    transition-duration: 0.08s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.dropdown-selected-lang.dropdown-toggle:hover {
    color: #F7D03F;
}

.dropdown-menu-2 {
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    top: 30px;
    right: 0 !important;
    width: 150px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}

.dropdown-menu-2.active {
    display: block;
}

.header-bottom-menu .navbar-default .navbar-nav>.open>a {
    background: none;
}

.header-bottom-menu .dropdown-menu {
    /*width: 100%;*/
    background: #F3F3F3;
    border-radius: 0;
    padding: 0;
    top: 90%;
    left: 0;
}

.header-bottom-menu .dropdown-menu>li>a {
    padding: 10px 17px;
    border-bottom: 1px solid #ccc;
    color: rgba(0, 0, 0, 0.87);
   /* font-size: 12px; */
    font-size: 12px;
    /*font-weight: normal;*/

    font-weight: bold;
}

.header-bottom-menu .dropdown-menu>li>a:hover {
    background: #F7D03F;
    color: rgba(0, 0, 0, 0.87) !important;
}

.header-top-for-mobile-content-menu {
    position: relative;
    cursor: pointer;
    display: none;
}

.header-top-for-mobile-content-menu {
    float: left;
    width: 32px;
    height: 22px;
    margin-right: 40px;
    position: relative;
}

.header-top-for-mobile-content-menu:before {
    top: 0;
}

.header-top-for-mobile-content-menu:after, .header-top-for-mobile-content-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    height: 4px;
    background: #fff;
    border-radius: 7px;
}

.header-top-for-mobile-content-menu span {
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    background: #fff;
    top: 50%;
    margin-top: -2px;
    border-radius: 7px;
}

.header-top-for-mobile-content-menu:after {
    bottom: 0;
}

.header-top-for-mobile-content-menu:after, .header-top-for-mobile-content-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    height: 4px;
    background: #fff;
    border-radius: 7px;
}

.header-top-for-mobile-content-menu.active:before {
    top: 9px;
    transform: rotate(45deg);
}

.header-top-for-mobile-content-menu.active span {
    display: none;
}

.header-top-for-mobile-content-menu.active:after {
    bottom: 9px;
    transform: rotate(-45deg);
}

.body-overflow {
    overflow-y: hidden;
}

.header-top-for-mobile-content {
    padding: 14px 15px 9px;
}

.mobile-menu-container {
    display: block;
    position: fixed;
    width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(-100%);
    top: 42px;
    bottom: 0;
    z-index: 9999;
    padding: 35px 0 12px 20px;
    background: #2A2F32;
    transition: all .2s ease-out;
    border-top: 1px solid #fff;
}

.mobile-menu-container-active {
    transform: translateX(0);
}

.mobile-menu-container-nav ul {
    padding: 0;
}

.mobile-menu-container-nav ul li {
    margin-bottom: 8px;
}

.mobile-menu-container-nav ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.mobile-menu-container-nav ul li a:hover {
    color: #F7D03F;
}

.mobile-menu-container-nav ul li ul {
    margin-left: 30px;
    margin-top: 6px;
    list-style-type: disc !important;
    color: #fff;
}

.mobile-menu-container-nav ul li ul li {
    margin-bottom: 6px;
}

.mobile-menu-container-nav ul li ul li a {
    font-size: 14px;
}

.gallery-content-div.row .col-xs-12 {
    margin-bottom: 30px;
}

.gallery-content-mobile-div {
    position: absolute;
    bottom: 0;
    padding: 35px 25px;
    height: 24%;
    background: rgba(247, 208, 63, 0.8);
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    color: #000;
    vertical-align: middle;
}

h3.gallery-content-name-mobile {
    font-size: 15px;
    margin: 0;
    line-height: 19px;
    display: inline-flex;
}

.news-content h3 {
    height: 35px !important;
    display: block;
    overflow: hidden;
}

.news_name_text {
    line-height: 23px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 900;
    font-size: 19px !important;
}

.dropdown-menu-2>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.content-slider .carousel-inner>.item>a>img {
    width: 100%;
   /* height: 375px;
    */
    height:405px;
}

.gallery-in .col-md-4 {
    margin-bottom: 20px;
}

.static-page .news-header {
    margin-bottom: 20px;
    text-align: center;
}

.compatations-page iframe {
    width: 100% !important;
    height: auto !important;
}

.content-last-news img {
    width: 100%;
}

.gallery-content img {
    max-height: 246px;
    width: 100%;
}

.content-home-bottom-right-statistica {
    margin-top: 22px;
}

.input-group label {
    display: block;
    font-size: 13px;
    font-family: Segoe UI,SANS-SERIF;
}

.input-group.half-inp {
    float: left;
    width: 50%;
}

.form-for-teachers .input-group {
    display: block;
}

.form-for-teachers .input-group input,
.form-for-teachers .input-group textarea {
    width: 100%;
    border: 1px solid #000000;
    padding: 12px 0 12px 15px;
    font-size: 16px;
    margin-bottom: 11px;
    color: rgba(0, 0, 0, 0.54);
    outline: 0;
}

.half-inp-right {
    padding-left: 4px;
}

.half-inp-left {
    padding-right: 4px;
}

.form-for-teachers .input-group textarea {
    resize: none;
    height: 108px;
    margin-bottom: 0;
}

.form-for-teachers .input-group p {
    text-align: center;
    font-weight: 700;
    font-size: 13px;
}

.teacher-form-radios div {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.teacher-form-radio-yes {
    padding-right: 4px;
}

.teacher-form-radio-no {
    padding-left: 4px;
}

.teacher-form-radios button {
    text-align: center;
    padding: 14px 5px;
    width: 100%;
    background: #BDBDBD;
    color: #fff;
    font-weight: 700;
    border: 0;
    outline: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.08s;
    transition-duration: 0.08s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.teacher-form-radios {
    margin-bottom: 7px;
}

.teacher-form-radios button.active {
    background: #F7D03F;   
    color: #333;
}

.button-group {
    text-align: right;
}

.button-group button {
    padding: 14px 12px;
    outline: 0;
    border: 0;
    background: #F7D03F; 
    width: 36%;
    margin-left: 6px;
    font-weight: 700;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.08s;
    transition-duration: 0.08s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.button-group button:hover {
    background: #F7C923;
}

.content-home-bottom-right-form-for-teachers form {
    height: 700px;
    overflow: hidden;
}

.content-home-bottom-right-form-for-teachers .content-home-bottom-right-brochure-content{margin-bottom: 10px;}

.content-home-bottom-right-form-for-teachers#applySchool{display:none;}

.more-form, .less-form {
    color: #333;
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
    cursor: pointer;
}

.less-form {
    display: none;
}

.less-form .caret {
    transform:rotate(180deg);
}


.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{height:auto;}

.new-size{height: 457px;}








































