/* Large desktop */
@media (min-width: 1200px) {














}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

.main-menu {
  display: none;
}
.responsive-menu-warp {
  display: block;
}
.logo {
  display: none;
}
.logo h2 {
  display: block;
  font-size: 40px;
  margin-bottom: 30px;
}
.slogun {
  display: none;
}
.single-slide {
  height: 350px;
}
.sidebar-img {
  height: 320px;
}
.single-video {
  height: 330px;
}
.single-lightbox img {
  height: 200px;
}
.footer-text .copyright {
  padding-top: 3px;
}
.footer-text h4 {
  line-height: 16px;
}
.footer-icon {
  padding-top: 5px;
}
.misson {
  height: auto;
}
.address-area {
  margin-bottom: 30px;
}





















}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

.main-menu {
  display: none;
}
.responsive-menu-warp {
  display: block;
}
.logo {
  display: none;
}
.logo h2 {
  display: block;
  font-size: 40px;
  margin-bottom: 30px;
}
.slogun {
  display: none;
}
.single-slide {
  height: 300px;
}
.single-lightbox {
  width: 50%;
}
.single-lightbox img {
  height: 250px;
}
.sidebar-img {
  height: 250px;
}
.misson {
  height: auto;
  padding: 15px 30px;
}
.single-video {
  height: 250px;
}
.footer-text {
    margin-bottom: 10px;
    text-align: center;
}
.footer-text h4 {
  line-height: 20px;
}
.footer-icon {
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: center;
}
.single-footer {
  margin-bottom: 30px;
  text-align: center;
}
.sb-icon-search, .sb-search-submit {
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.sb-search {
  height: 40px;
  min-width: 40px;
}
.sb-search-input {
  font-size: 18px;
  height: 40px;
  padding: 10px 50px 10px 10px;
}
.address-area {
  margin-bottom: 30px;
}




    
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

.main-menu {
  display: none;
}
.responsive-menu-warp {
  display: block;
}
.logo {
  display: none;
}
.school-name {
  font-size: 25px;
  line-height: 30px;
}
.single-slide {
  height: 150px;
}
.sb-icon-search, .sb-search-submit {
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.sb-search {
  height: 40px;
  min-width: 40px;
}
.sb-search-input {
  font-size: 18px;
  height: 40px;
  padding: 10px 50px 10px 10px;
}
.sidebar-img {
  height: 150px;
}
.single-video {
  height: 150px;
}
.single-lightbox {
  width: 100%;
}
.misson {
  height: auto;
  padding: 15px;
}
.footer-text {
    margin-bottom: 10px;
    text-align: center;
}
.footer-text h4 {
  line-height: 20px;
}
.footer-icon {
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: center;
}
.single-footer {
  margin-bottom: 30px;
  text-align: center;
}
.slider-text-bottom {
  display: none;
}
.address-area {
  margin-bottom: 30px;
}





  
    
    
    
}