@media only screen and (max-width:1199px){.navbar-collapse,.navbar-toggle .irs-header-top-bar p{font-size:12px}.irs-social a i{margin-left:8px}.irs-header-nav .irs-menu-btn{padding:12px 15px;margin-top:0}.nav>li>a{padding:10px 9px}.irs-newsletter-field{padding-bottom:70px}.irs-main-slider .carousel-indicators{left:50%}.fade-carousel{height:auto}.fade-carousel .carousel-inner .item img{height:auto;width:auto}}@media only screen and (min-width:767px){#newnews li a{width:730px}}@media (min-width:992px){#newnews li a{width:215px}}@media only screen and (min-width:1200px){#newnews li a{width:260px}}@media only screen and (min-width:1366px){#newnews li a{width:260px}}@media only screen and (max-width:991px){.irs-center-1,.irs-divider-field{text-align:center}#event{margin:auto;width:100%;padding:10px}.irs-center-1{float:none}.navbar{margin-bottom:10px}.nav>li>a{padding:10px 8px}.event-hightlight ul,.event-left,.navbar-brand img{height:auto}.irs-log-reg{width:135px;margin:0 auto 20px}.irs-testimonial-field img{display:none}}@media only screen and (max-width:979px){.irs-main-slider-two .hero{top:60%}.hero span{font-size:16px}.hero h1{font-size:36px}}@media only screen and (max-width:740px){.irs-discription-col h1{font-size:35px}.fade-carousel{height:auto}.fade-carousel .carousel-inner .item img{height:auto;width:auto}}@media only screen and (max-width:640px){.irs-header-top-col{position:absolute;right:10px;top:-30px}.irs-main-slider .irs-big-btn{display:none}.fade-carousel{height:auto}.fade-carousel .carousel-inner .item img{height:auto;width:auto}}@media only screen and (max-width:600px){.irs-accordion-two .panel-title a{font-size:12px}}@media only screen and (max-width:480px){.irs-discription-col h1{font-size:30px}.fade-carousel .carousel-inner .item img{width:auto}.irs-comment-item-right{margin-left:0}.irs-inner-heading{padding:20px 30px}.site-name .school-name{font-size:12px}.site-name .school-slogan{font-size:9px}}@media only screen and (max-width:990px){.event-title-highlight{margin-top:15px}.event-hightlight{padding-left:0;padding-right:0}}.header-top-bar{margin-bottom:0;background-color:#083970}.header-top-bar .navbar-nav>.open>a,.header-top-bar .navbar-nav>.open>a:focus,.header-top-bar .navbar-nav>.open>a:hover{background-color:#083970}.navbar{min-height:0}.top-nav>li>a{line-height:15px;margin:10px 0;padding:0 8px;}.top-nav>li:last-child>a{border:none}.top-nav .dropdown-menu>li>a{padding:10px 20px;border-bottom:1px solid #ccc}.top-nav .dropdown-menu>li:last-child>a{border-bottom:none}@media all and (min-width:992px){.top-nav>li .dropdown-menu{display:none;margin-top:0}.top-nav>li:hover .dropdown-menu{display:block}}@media only screen and (max-width:767px){.irs-center-2{text-align:center;float:none}.ire-header-two .nav{background:#fff}.ire-header-two .irs-navbar .navbar-nav>li>a{color:#535353}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{padding-left:20px}.irs-navbar{margin-top:10px}.fade-carousel{height:auto}.fade-carousel .carousel-inner .item img{height:auto;width:auto}#index-img{height:250px}.top-nav{background-color:#083970}.top-nav>li{border-bottom:1px solid #083970}.top-nav>li>a{padding:10px;margin:0;border:none}}  /* The Modal (background) */  .modal {   display: none;   /* Hidden by default */   position: fixed;   /* Stay in place */   z-index: 999;   /* Sit on top */   padding-top: 100px;   /* Location of the box */   left: 0;   top: 0;   width: 100%;   /* Full width */   height: 100%;   /* Full height */   overflow: auto;   /* Enable scroll if needed */   background-color: rgb(0, 0, 0);   /* Fallback color */   background-color: rgba(0, 0, 0, 0.9);   /* Black w/ opacity */ }  /* Modal Content (Image) */  .modal-content {   margin: auto;   display: block;   width: 80%;   max-width: 1000px; }  /* Caption of Modal Image (Image Text) - Same Width as the Image */  #caption {   margin: auto;   display: block;   width: 80%;   max-width: 1000px;   text-align: center;   color: #ccc;   padding: 10px 0;   height: 150px; }  /* Add Animation - Zoom in the Modal */  .modal-content, #caption {   animation-name: zoom;   animation-duration: 0.6s; }  @keyframes zoom {   from {     transform: scale(0);   }   to {     transform: scale(1);   } }  /* The Close Button */  .close {   position: absolute;   top: 90px;   right: 19%;   color: #f1f1f1;   font-size: 40px;   font-weight: bold;   transition: 0.3s; }  .close:hover, .close:focus {   color: #bbb;   text-decoration: none;   cursor: pointer; }  /* 100% Image Width on Smaller Screens */  @media only screen and (max-width: 700px) {   .modal-content {     width: 100%;   } }