
@media only screen and (max-width: 1199px) {
.man-nav ul > li > a {
       padding: 10px 16px; 
}
}


@media only screen and (max-width: 991px) {
  .img-right img{
    max-width: 200px;
    margin-right: 40px;
  }
  .home-slider .item{background-attachment: inherit;}
     .section-message{background-image:url(../images/bg-message-new-tab.jpg);-webkit-background-size: 100%;
        -o-background-size: 100%;background-size: 100%; background-attachment: inherit;background-color:#2b2320;}
  .home-slider .item, .home-slider .carousel-inner, .home-slider{height: calc(35vh);}
.icon-menu{
    display: block;
    position: fixed;
    right: 10px;
    top: 20px;
  }
  .man-nav{
    display: none;
  }
  .mm-menu, .mm-listview{
    display: block;
  }
#home-slider .carousel-caption {
    bottom: 90px;

}
#home-slider .carousel-caption h2 {
    font-size: 53px;
}
#home-slider .carousel-caption p {  
    font-size: 25px; 
}

header.fix-header .icon-menu {
    /*background: #000 url("../images/menu-icon.png") no-repeat 5px 9px;
    color: rgb(255, 255, 255);
    height: 34px; 
    width: 47px;*/
    /*top:13px;*/
  
}


.fix-header{
  padding-bottom: 10px;
}
}

/*@media only screen and (max-width: 767px) {
.icon-menu{
  top: -73px;
}

}*/
/* Landscape */

@media only screen and (max-width: 639px) {

    .home-slider .item, .home-slider .carousel-inner, .home-slider{height: calc(75vh);}
#home-slider .carousel-caption {
    bottom: 10px;
}
#home-slider .carousel-caption h2 {
    font-size: 35px;
}
#home-slider .carousel-caption p {
    font-size: 19px;
}
/*.logo {
    float: left;
    width: 70px;
}*/
.logo img {
    /*width: 100%;*/
}
}
@media only screen and (max-width: 479px) {
#home-slider .carousel-caption p, #home-slider .carousel-caption h2{
  display: none;
}
 /*.spotlight-inner {min-height: 100px;}*/
}

@media (min-width: 768px) and (max-width: 1023px){

  }
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}




@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}





/*@media (min-height: 800px) and (max-height: 1200px){.spotlight-inner {min-height: 240px;}}*/




@media only screen and (max-width: 767px) {
  iframe {
         width: 1px;
         min-width: 100%;
         *width: 100%;
         overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling:touch;
    }
  body #loader{background-size: 85%;}
  .logo img{max-width: 190px;}
  
  .fix-header .logo img{width: 100%;}
  .img-right .logo img{width: 90%;}

  .foot-top .certificates img{margin: 10px 0 10px 20px !important;}
  /*.spotlight-inner {min-height: 100px;}*/
  /*.team-prof{height: 350px;overflow-y: scroll;}*/
  .team-prof .flex-caption{position: relative;width: 100%;color: #000; /*font-size: 12px;*/padding: 0;left: 0;  top: 10px; }
  .team-prof li::before{content:inherit;background:none;}
/*  .team-prof .flex-caption h3{font-size: 15px;}
  .team-prof .flex-caption h4{font-size: 13px;}*/
  .flex-direction-nav{top:65px; /*display: none;*/}

}
@media only screen and (min-width: 768px) and (max-width: 1050px)  {
  .flex-direction-nav{top: 150px;}
}

@media only screen and (min-width : 360px) and (max-width : 640px) 
 {
    .home-slider .item, .home-slider .carousel-inner, .home-slider{height: auto;}
    .flex-direction-nav{top: 150px;}
    
}
@media (max-width: 580px){
  .img-right .logo img{
    margin-right: 35px;
    width: 86%;
  }
}
@media (max-width: 480px){
  header .img-right{
    clear: both;
  }
  .img-right .logo img{
    margin: 10px 0 0;
    float: left;
  }
}