@media (min-width: 768px) and (max-width: 991px) {
  header .navbar-wrapper .navbar-nav > li {
    width: 100%;
    text-align: center;
  }
  header .navbar-wrapper .navbar-nav {
    position: relative;
    top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .navbar {
    top: 20px;
  }
  header .navbar .navbar-nav {
    display: table;
    margin: 0 auto;
    width: auto;
    float: none;
  }
}
@media (min-width: 1200px) {
  header #logo {
    float: left;
  }
  header .navbar {
    top: 75px;
  }
  header .navbar .navbar-nav {
    float: right;
  }
}
@media (max-width: 767px) {
  .hometeaser .frame-custom-120,
  .hometeaser .frame-custom-140 {
    margin-bottom: 30px;
  }
  .shortcut .col-sm-12 {
    margin-bottom: 60px;
  }
  .shortcut .col-sm-12:last-child {
    margin-bottom: 0;
  }
  .header-line,
  .flexslider {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hometeaser .frame-custom-120,
  .hometeaser .frame-custom-140 {
    margin-bottom: 30px;
  }
  .shortcut .col-sm-12 {
    margin-bottom: 60px;
  }
  .shortcut .col-sm-12:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hometeaser .frame-custom-110 {
    height: 245px;
  }
  .hometeaser .frame-custom-130 {
    height: 191px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flexslider .image-teaser {
    right: 15px !important;
    bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .flexslider .image-teaser {
    position: relative !important;
    left: 0 !important;
    text-align: left !important;
    margin-left: 0px !important;
    bottom: 0 !important;
  }
  .flexslider .image-teaser i {
    margin: 0 15px;
    color: #0B68B2 !important;
    white-space: normal !important;
    display: table;
  }
}
@media (max-width: 380px) {
  footer #footer {
    height: 60px;
  }
  footer #footer .footernav-divider {
    display: none;
  }
  footer #footer .copyright {
    width: 100%;
    text-align: center;
    display: block;
    float: none;
  }
  footer #footer .footernav {
    width: 100%;
    text-align: center;
    display: block;
    float: none;
  }
  footer #footer .footernav ul li {
    float: none;
  }
}
