#large-slideshow,
#medium-slideshow {
  height: 200px !important;
  width: 100%;
}
#large-slideshow img,
#medium-slideshow img {
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  img {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#btn-menu {
  color: #000;
  font-size: 30px;
  top: 20px;
  position: absolute;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 1300;
}
#btn-menu.fixed {
  position: fixed;
}
#btn-menu.btn-close {
  margin-top: -10px;
  font-size: 40px;
  text-shadow: none;
  right: 15px;
  top: 10px;
}
#btn-menu.btn-close:before {
  content: "×";
}
@media (max-width: 767px) {
  #btn-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .hidden-mob {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  header .logo a {
    width: 230px;
    height: 120px;
    background-size: 100% auto;
  }
  header .book {
    float: none;
    width: auto;
    height: 120px;
    background-size: 100% auto;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 90px;
    padding-left: 280px;
  }
  #main-menu a {
    padding: 0 10px;
  }
  #large-slideshow {
    width: 60.2%;
    height: 156px !important;
  }
  #medium-slideshow {
    width: 39.7%;
    height: 156px !important;
  }
  .main .page-content.left {
    width: auto;
    float: none;
    overflow: hidden;
  }
  .main .sidebar.right {
    width: auto;
    float: none;
  }
  .main .sidebar.right .TA_excellent {
    width: 170px;
    margin: 0 auto;
  }
  .home .main .sidebar.right {
    width: 100%;
    text-align: center;
  }
  .home .main .sidebar.right > div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 5px;
  }
  .page .main .sidebar.right {
    text-align: center;
  }
  .cabin > img {
    float: left;
    margin-right: 10px;
  }
  .cabin .right {
    overflow: hidden;
    width: auto;
    float: none;
  }
}
@media (max-width: 767px) {
  #large-slideshow,
  #medium-slideshow {
    width: 100%;
    height: auto !important;
    max-width: none !important;
  }
  .main .page-content {
    width: auto !important;
    float: none !important;
  }
  .home .main .page-content .welcome {
    width: auto;
  }
  .home .main .page-content .map {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  header .logo {
    float: none;
  }
  header .logo a {
    width: 150px;
    height: 87px;
  }
  header .book {
    width: 100%;
    background-image: url(../../images/global/swoosh-mobile.png);
    height: 47px;
    width: 200px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    line-height: 47px;
    padding-left: 0;
    text-align: center;
  }
  #main-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 320px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1000;
  }
  #main-menu ul {
    display: block;
    margin-top: 50px;
    padding: 0 15px;
  }
  #main-menu ul li {
    display: block;
    border-right: none;
    border-bottom: 1px solid #ececec;
  }
  #main-menu ul li:first-child {
    border-top: 1px solid #ececec;
  }
  #main-menu ul li a {
    background: none;
    color: #000;
    height: 40px;
    line-height: 40px;
  }
  #main-menu a:hover,
  #main-menu a:focus,
  #main-menu .current_page_item a,
  #main-menu .current_page_ancestor a {
    background-color: #ececec;
  }
  footer .social.right {
    float: none;
    text-align: center;
  }
  footer .social.right a {
    display: inline-block;
    float: none;
    margin: 0 5px;
  }
  .cabin .right {
    overflow: visible;
  }
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: 97% !important;
  }
}
