.youtube-overlay{
    position: absolute;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.3);
     top: 0;
     transition: 0.5s;
    /*transform: scale(0.5) scaleX(-1);
     */
     opacity: 1;
}
.youtube-overlay img{
    max-height: 100%;
     max-width: 100%;
     width: auto;
     height: auto;
}
#home-intro .wrap > .fl-right .img-thumb{
    position: relative;
}
.youtube-play{
    position: absolute;
     right: 25px;
     bottom: 25px;
}
.youtube-play img{
    float: left;
}
.youtube-play p{
    float: left;
     font-size: 18px;
     color: #fff;
     margin-left: 15px;
     margin-top: 15px;
}
.underconstruction{
    margin-top:50px;
}
.btn-archive {
    display: none
}
.photo-slider figure .img-thumb{
    max-height: 600px;
}
.img-thumb img{
    max-width: 100%;
     max-height: 100%;
     width: auto;
     height: auto;
     margin: 0 auto;
}
.sidebar-video{
    float: left;
    /*width: 100%;
    */
     margin-bottom: 25px;
     position: relative;
}
.sidebar-video .youtube-play{
    right: inherit;
     bottom: inherit;
}
.photo-slider.teacher-photo figure .img-thumb img{
    width: auto;
     height: 100%;
     margin: 0 auto;
     height: auto;
     max-width: 100%;
     max-height: 100%;
}
#contact-info > div{
    vertical-align:top;
}
#contact-info .col-lg-3{
    width: 25%;
}
.contact-icon {
    display: inline-block;
     width: 140px;
     height: 140px;
     background-color: #f05a28;
     border-radius: 100%;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: 60px;
     margin-bottom: 10px;
}
.contact-icon#contact-addr{
    background-image:url('../images/icons/icon_addr.png');
}
.contact-icon#contact-email{
    background-image: url(../images/icons/icon_email.png);
}
#contact-info p a{
    color: #000;
     text-decoration: underline;
}
.contact-icon#contact-tel{
    background-image: url(../images/icons/icon_tel.png);
}
@media screen and (max-width: 767px){
     #contact-info .col-sm-12{
        width: 100%;
    }
     .contact-icon {
        float: left;
         width: 70px;
         height: 70px;
         background-size: 40px;
         margin-right: 10px;
    }
     #contact-info > div p{
        text-align: left;
         margin: 20px 0 0 0;
    }
}
.home_slider_text{
    position: absolute;
     top: 0px;
     z-index: 9999;
     width: 50%;
     top: calc(40vw / 19.2);
     left: calc(60vw / 19.2);
     padding: 20px;
     background: rgba(74, 74, 74, 0.5);
}
.home_slider_text p{
    font-size: calc(23vw / 19.2);
     line-height: calc(30vw/ 19.2);
     color: #fff;
     text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.7);
     margin-bottom: 0px;
     text-align: justify;
}
.home_slider_text.mobile{
    display: none
}
    .photo-slider figure .img-thumb.vertical img {
        max-height:600px;
    }
@media screen and (max-width: 1024px){
     .home_slider_text{
        display: none 
    }
     .home_slider_text.mobile{
        display: block;
         position: initial;
         width: 100%;
         background: #52c3f1;
    }
     .home_slider_text p{
        font-size: 20px;
         line-height: 25px;
         text-shadow: none
    }
    .photo-slider figure .img-thumb.vertical img {
        max-height:240px;
    }
    .photo-slider figure .img-thumb {
        height:240px;
    }
    
}
article h2{
    font-size: 24px !important;
}
#home-intro h2{
    color: #f05a28
}
.photo-slider figure .img-thumb {
    /*max-height:300px;*/
}



.photo-slider figure .img-thumb img {
    /*height:600px*/
}

header nav .wrap-inner > div .nav-sub ul li.sub{padding-left: 10px;}
