*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  width: 100%;
}
body {
  height: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  font-family: 'Roboto Slab', 'Times New Roman', serif;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.btn-medium {
  font-family: 'Roboto Slab', 'Times New Roman', serif;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  background: #448d2a;
  color: #fff;
  border: 0;
}
.btn-medium:hover {
  background: #5aaa3d;
}
.btn-medium[disabled] {
  color: #ededed;
  background: #98a594;
}
#main-contents {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
#logo {
  height: 220px;
  top: 50%;
  margin-top: -110px;
  padding: 40px 10px 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.4s;
}
#logo.invisible {
  opacity: 0;
}
#site-contents {
  position: fixed;
  right: 0;
  height: 100%;
  z-index: 100;
  width: 0px;
  transition: width 0.4s;
}
#main-menu {
  position: absolute;
  height: 100%;
  z-index: 999;
  transition: border 0.4s;
  left: -200px;
}
#main-menu ul {
  position: relative;
  top: 50%;
  margin-top: -120px;
  list-style: none;
  padding: 0;
  width: 200px;
}
#main-menu ul li {
  text-align: right;
  padding: 5px 0;
}
#main-menu ul li a {
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 0 20px 0 40px;
  text-transform: uppercase;
  transition: padding 0.4s, color 0.4s, background 0.4s, margin-right 0.4s;
}
#main-menu ul li a:hover {
  font-weight: 800;
  padding-right: 30px;
  color: #555;
  background: #ededed;
}
#main-menu ul li a.active {
  margin-right: -10px;
  padding-right: 30px;
  font-weight: 800;
  color: #555;
  background: #ededed;
}
#page-contents {
  position: relative;
  background: #ededed;
  width: 100%;
  height: 100%;
  z-index: 200;
  padding: 106px 40px 0;
}
#page-contents header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 106px;
  text-align: center;
}
#page-contents header #page-close-button {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  background: no-repeat url('../img/close-button.png') center center;
  opacity: 0.6;
}
#page-contents header #page-close-button:hover {
  opacity: 1;
}
#page-contents #page-matter {
  height: 100%;
  overflow: auto;
}
#page-contents #page-matter h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 60px;
  padding: 0 20px;
  color: #777;
  background: #fff;
  outline: none;
  text-align: left;
}
#page-contents #page-matter h2 .highlight {
  font-weight: 800;
  color: #448d2a;
}
#page-contents #page-matter p {
  margin: 1.6em 0;
}
#page-contents #page-matter table {
  border-collapse: collapse;
  margin: 1.6em 0;
}
#site-contents.expanded {
  width: 70%;
}
#site-contents.expanded #main-menu {
  border-right: 10px solid rgba(0, 0, 0, 0.9);
  margin-left: -10px;
}
#site-contents.expanded #page-matter {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  opacity: 0;
  visibility: hidden;
}
#site-contents.expanded #page-matter h1,
#site-contents.expanded #page-matter h2,
#site-contents.expanded #page-matter h3,
#site-contents.expanded #page-matter h4,
#site-contents.expanded #page-matter h5 {
  font-family: 'Roboto Slab', 'Times New Roman', serif;
}
#site-contents.expanded #page-matter.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s;
}
#supersized li {
  transition: left 0.4s;
}
#supersized.expanded li {
  left: -30%;
}
.accordion .ui-accordion-content {
  padding: 0 5px;
}
.accordion2 {
  padding: 0 10px;
  margin: 1.6em 0;
}
.accordion2 h3.ui-accordion-header {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  background: #777;
  outline: none;
}
.accordion2 .ui-accordion-content {
  color: #444;
  background: #ddd;
  padding: 0 20px;
}
#packages {
  padding: 1.6em 5px;
}
#packages:after,
#packages:before {
  content: '';
  display: block;
  clear: both;
}
#packages .col-3 {
  width: 33.33333%;
  float: left;
  padding: 10px 10px 20px;
}
#packages .col-3 .package {
  width: 270px;
  margin: 0 auto;
  padding: 0 0 15px;
  border: 1px solid transparent;
  transition: all 0.4s;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
}
#packages .col-3 .package .package-type {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
#packages .col-3 .package h4 {
  font-size: 18px;
  margin: -5px 0 10px;
}
@media screen and (max-width: 1360px) {
  #packages .md-col-2 {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  #packages .sm-col-1 {
    width: 100%;
  }
}
#popup-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1100;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
#popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
#popup {
  width: 1000px;
  max-width: 96%;
  margin: 20px auto;
  background: #ededed;
  position: relative;
}
#popup-close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: no-repeat url('../img/close-button.png') center center;
  background-size: 75% 75%;
  opacity: 0.6;
}
#popup-close-button:hover {
  opacity: 1;
}
#popup-content {
  padding: 30px;
  min-height: 200px;
}
#popup-content h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 60px;
  padding: 0 20px;
  color: #555;
  outline: none;
}
#popup-content h2 .highlight {
  font-weight: 800;
  color: #448d2a;
}
.pkg-carousal {
  margin: 1.6em auto;
}
.pkg-carousal .focusItem {
  border: none;
}
.check-avail table {
  margin-top: 1.6em;
  width: 100%;
}
.check-avail table input,
.check-avail table select,
.check-avail table label {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  padding: 10px;
  border: 1px solid #888;
}
.check-avail table label {
  border: 0;
  background: #ddd;
  color: #555;
  min-width: 150px;
}
.check-avail table button {
  margin-top: 10px;
}
