/*----------  General  ----------*/
.space-bot {
  margin-bottom: 3em;
}
.yt-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.yt-box .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-space-top-bot {
  margin-top: 0;
  margin-bottom: 0;
}
.href-title {
  color: #f7a11a;
  font-size: 1.2em;
}
.strong-title {
  color: #f7a11a;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.strong-title-orange {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #f7a11a;
}
.text-left {
  text-align: left;
}
/*----------  List Styles ----------*/
ul.dot-list-normal {
  list-style: disc;
  text-align: left;
  margin: 0;
  margin-left: 2em;
  margin-bottom: 1.25em;
}
ul.dot-list-normal li {
  text-indent: 0;
  padding-left: 0;
  margin-bottom: 3px;
}
ul.dot-list {
  list-style-type: disc;
  margin-left: 3em;
}
ul.dot-list li {
  text-indent: 0;
  padding-left: 0;
}
ol.num-list {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
}
ol.num-list li {
  counter-increment: item;
}
ol.num-list li p {
  margin-left: 2em;
}
ol.num-list li:before {
  content: counter(item) ') ';
  font-weight: bold;
  padding-right: 1em;
}
/*----------  Social Tab  ----------*/
#site-social {
  left: auto;
}
/*----------  Color  ----------*/
#container-img {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
#container-img img {
  width: 100%;
  max-width: 500px;
}
#container-img .btn1,
#container-img .btn2,
#container-img .btn3,
#container-img .btn4,
#container-img .btn5,
#container-img .btn6 {
  position: absolute;
  width: 17%;
  height: 25%;
  cursor: pointer;
}
#container-img .btn1 {
  top: 2.5%;
  left: calc(43.5%);
}
#container-img .btn2 {
  top: 17%;
  left: calc(27%);
}
#container-img .btn3 {
  top: 17%;
  right: calc(23%);
}
#container-img .btn4 {
  bottom: 29%;
  left: calc(27%);
}
#container-img .btn5 {
  bottom: 29%;
  right: calc(23%);
}
#container-img .btn6 {
  bottom: 14%;
  left: calc(43.5%);
}
/*----------  fix position  ----------*/
@media (max-width: 1024px) {
  #container-img .btn1,
  #container-img .btn2,
  #container-img .btn3,
  #container-img .btn4,
  #container-img .btn5,
  #container-img .btn6 {
    width: 20%;
  }
  #container-img .btn2,
  #container-img .btn4 {
    left: calc(20%);
  }
  #container-img .btn3,
  #container-img .btn5 {
    right: calc(16%);
  }
}
@media (max-width: 560px) {
  #container-img .btn1,
  #container-img .btn2,
  #container-img .btn3,
  #container-img .btn4,
  #container-img .btn5,
  #container-img .btn6 {
    width: 25%;
  }
  #container-img .btn2,
  #container-img .btn4 {
    left: calc(15%);
  }
  #container-img .btn3,
  #container-img .btn5 {
    right: calc(10%);
  }
}
#container-img .wrap {
  display: none;
}
.modal {
  font-size: 0.85em;
  max-height: 300px;
  overflow: auto;
}
@media (min-width: 1024px) {
  .modal {
    margin-left: 60%;
  }
}
@media (min-width: 768px) {
  .modal {
    margin-top: 20%;
  }
}
/*----------  for mobile  ----------*/
@media (max-width: 450px) {
  .modal {
    width: 90%;
    margin-top: 30%;
    vertical-align: top;
  }
}
.modal a.close-modal {
  top: 0px;
  right: 0px;
}
.name {
  font-weight: bold;
}
/*----------  mute button  ----------*/
input#un-mute {
  display: none;
}
label.mute img,
label.unmute img {
  position: absolute;
  top: 100px;
  right: 3%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 7px 15px;
}
.unmute img {
  display: none;
}
input#un-mute:checked ~ .unmute img {
  display: initial;
}
input#un-mute:checked ~ .mute img {
  display: none;
}
/*----------  Footer  ----------*/
@media (min-width: 768px) {
  #colophon .footer-top .bottom-col {
    width: 50%;
    float: left;
    padding: 0 5%;
  }
  #colophon .footer-top .bottom-col .bottom-col-a {
    float: right;
  }
}
#colophon .footer-top .bottom-col .bottom-col-a .img-group {
  text-align: center;
}
/*----------  Accommodation  ----------*/
.accommodation {
  text-align: center;
  /*----------  Default GRID  ----------*/
  /*----------  END Default GRID  ----------*/
  /*----------  BEGIN Accommodation Styles  ----------*/
  /*----------  END Accommodation Styles  ----------*/
}
.accommodation .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.accommodation .row {
  margin-left: -15px;
  margin-right: -15px;
}
.accommodation .col-xs-1,
.accommodation .col-sm-1,
.accommodation .col-md-1,
.accommodation .col-lg-1,
.accommodation .col-xs-2,
.accommodation .col-sm-2,
.accommodation .col-md-2,
.accommodation .col-lg-2,
.accommodation .col-xs-3,
.accommodation .col-sm-3,
.accommodation .col-md-3,
.accommodation .col-lg-3,
.accommodation .col-xs-4,
.accommodation .col-sm-4,
.accommodation .col-md-4,
.accommodation .col-lg-4,
.accommodation .col-xs-5,
.accommodation .col-sm-5,
.accommodation .col-md-5,
.accommodation .col-lg-5,
.accommodation .col-xs-6,
.accommodation .col-sm-6,
.accommodation .col-md-6,
.accommodation .col-lg-6,
.accommodation .col-xs-7,
.accommodation .col-sm-7,
.accommodation .col-md-7,
.accommodation .col-lg-7,
.accommodation .col-xs-8,
.accommodation .col-sm-8,
.accommodation .col-md-8,
.accommodation .col-lg-8,
.accommodation .col-xs-9,
.accommodation .col-sm-9,
.accommodation .col-md-9,
.accommodation .col-lg-9,
.accommodation .col-xs-10,
.accommodation .col-sm-10,
.accommodation .col-md-10,
.accommodation .col-lg-10,
.accommodation .col-xs-11,
.accommodation .col-sm-11,
.accommodation .col-md-11,
.accommodation .col-lg-11,
.accommodation .col-xs-12,
.accommodation .col-sm-12,
.accommodation .col-md-12,
.accommodation .col-lg-12 {
  position: relative;
  min-height: 1px;
}
.accommodation .col-xs-1,
.accommodation .col-xs-2,
.accommodation .col-xs-3,
.accommodation .col-xs-4,
.accommodation .col-xs-5,
.accommodation .col-xs-6,
.accommodation .col-xs-7,
.accommodation .col-xs-8,
.accommodation .col-xs-9,
.accommodation .col-xs-10,
.accommodation .col-xs-11,
.accommodation .col-xs-12 {
  float: left;
}
.accommodation .col-xs-12 {
  width: 100%;
}
.accommodation .col-xs-11 {
  width: 91.66666667%;
}
.accommodation .col-xs-10 {
  width: 83.33333333%;
}
.accommodation .col-xs-9 {
  width: 75%;
}
.accommodation .col-xs-8 {
  width: 66.66666667%;
}
.accommodation .col-xs-7 {
  width: 58.33333333%;
}
.accommodation .col-xs-6 {
  width: 50%;
}
.accommodation .col-xs-5 {
  width: 41.66666667%;
}
.accommodation .col-xs-4 {
  width: 33.33333333%;
}
.accommodation .col-xs-3 {
  width: 25%;
}
.accommodation .col-xs-2 {
  width: 16.66666667%;
}
.accommodation .col-xs-1 {
  width: 8.33333333%;
}
.accommodation .col-xs-pull-12 {
  right: 100%;
}
.accommodation .col-xs-pull-11 {
  right: 91.66666667%;
}
.accommodation .col-xs-pull-10 {
  right: 83.33333333%;
}
.accommodation .col-xs-pull-9 {
  right: 75%;
}
.accommodation .col-xs-pull-8 {
  right: 66.66666667%;
}
.accommodation .col-xs-pull-7 {
  right: 58.33333333%;
}
.accommodation .col-xs-pull-6 {
  right: 50%;
}
.accommodation .col-xs-pull-5 {
  right: 41.66666667%;
}
.accommodation .col-xs-pull-4 {
  right: 33.33333333%;
}
.accommodation .col-xs-pull-3 {
  right: 25%;
}
.accommodation .col-xs-pull-2 {
  right: 16.66666667%;
}
.accommodation .col-xs-pull-1 {
  right: 8.33333333%;
}
.accommodation .col-xs-pull-0 {
  right: auto;
}
.accommodation .col-xs-push-12 {
  left: 100%;
}
.accommodation .col-xs-push-11 {
  left: 91.66666667%;
}
.accommodation .col-xs-push-10 {
  left: 83.33333333%;
}
.accommodation .col-xs-push-9 {
  left: 75%;
}
.accommodation .col-xs-push-8 {
  left: 66.66666667%;
}
.accommodation .col-xs-push-7 {
  left: 58.33333333%;
}
.accommodation .col-xs-push-6 {
  left: 50%;
}
.accommodation .col-xs-push-5 {
  left: 41.66666667%;
}
.accommodation .col-xs-push-4 {
  left: 33.33333333%;
}
.accommodation .col-xs-push-3 {
  left: 25%;
}
.accommodation .col-xs-push-2 {
  left: 16.66666667%;
}
.accommodation .col-xs-push-1 {
  left: 8.33333333%;
}
.accommodation .col-xs-push-0 {
  left: auto;
}
.accommodation .col-xs-offset-12 {
  margin-left: 100%;
}
.accommodation .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.accommodation .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.accommodation .col-xs-offset-9 {
  margin-left: 75%;
}
.accommodation .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.accommodation .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.accommodation .col-xs-offset-6 {
  margin-left: 50%;
}
.accommodation .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.accommodation .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.accommodation .col-xs-offset-3 {
  margin-left: 25%;
}
.accommodation .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.accommodation .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.accommodation .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .accommodation .col-sm-1,
  .accommodation .col-sm-2,
  .accommodation .col-sm-3,
  .accommodation .col-sm-4,
  .accommodation .col-sm-5,
  .accommodation .col-sm-6,
  .accommodation .col-sm-7,
  .accommodation .col-sm-8,
  .accommodation .col-sm-9,
  .accommodation .col-sm-10,
  .accommodation .col-sm-11,
  .accommodation .col-sm-12 {
    float: left;
  }
  .accommodation .col-sm-12 {
    width: 100%;
  }
  .accommodation .col-sm-11 {
    width: 91.66666667%;
  }
  .accommodation .col-sm-10 {
    width: 83.33333333%;
  }
  .accommodation .col-sm-9 {
    width: 75%;
  }
  .accommodation .col-sm-8 {
    width: 66.66666667%;
  }
  .accommodation .col-sm-7 {
    width: 58.33333333%;
  }
  .accommodation .col-sm-6 {
    width: 50%;
  }
  .accommodation .col-sm-5 {
    width: 41.66666667%;
  }
  .accommodation .col-sm-4 {
    width: 33.33333333%;
  }
  .accommodation .col-sm-3 {
    width: 25%;
  }
  .accommodation .col-sm-2 {
    width: 16.66666667%;
  }
  .accommodation .col-sm-1 {
    width: 8.33333333%;
  }
  .accommodation .col-sm-pull-12 {
    right: 100%;
  }
  .accommodation .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .accommodation .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .accommodation .col-sm-pull-9 {
    right: 75%;
  }
  .accommodation .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .accommodation .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .accommodation .col-sm-pull-6 {
    right: 50%;
  }
  .accommodation .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .accommodation .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .accommodation .col-sm-pull-3 {
    right: 25%;
  }
  .accommodation .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .accommodation .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .accommodation .col-sm-pull-0 {
    right: auto;
  }
  .accommodation .col-sm-push-12 {
    left: 100%;
  }
  .accommodation .col-sm-push-11 {
    left: 91.66666667%;
  }
  .accommodation .col-sm-push-10 {
    left: 83.33333333%;
  }
  .accommodation .col-sm-push-9 {
    left: 75%;
  }
  .accommodation .col-sm-push-8 {
    left: 66.66666667%;
  }
  .accommodation .col-sm-push-7 {
    left: 58.33333333%;
  }
  .accommodation .col-sm-push-6 {
    left: 50%;
  }
  .accommodation .col-sm-push-5 {
    left: 41.66666667%;
  }
  .accommodation .col-sm-push-4 {
    left: 33.33333333%;
  }
  .accommodation .col-sm-push-3 {
    left: 25%;
  }
  .accommodation .col-sm-push-2 {
    left: 16.66666667%;
  }
  .accommodation .col-sm-push-1 {
    left: 8.33333333%;
  }
  .accommodation .col-sm-push-0 {
    left: auto;
  }
  .accommodation .col-sm-offset-12 {
    margin-left: 100%;
  }
  .accommodation .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .accommodation .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .accommodation .col-sm-offset-9 {
    margin-left: 75%;
  }
  .accommodation .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .accommodation .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .accommodation .col-sm-offset-6 {
    margin-left: 50%;
  }
  .accommodation .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .accommodation .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .accommodation .col-sm-offset-3 {
    margin-left: 25%;
  }
  .accommodation .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .accommodation .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .accommodation .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .accommodation .col-md-1,
  .accommodation .col-md-2,
  .accommodation .col-md-3,
  .accommodation .col-md-4,
  .accommodation .col-md-5,
  .accommodation .col-md-6,
  .accommodation .col-md-7,
  .accommodation .col-md-8,
  .accommodation .col-md-9,
  .accommodation .col-md-10,
  .accommodation .col-md-11,
  .accommodation .col-md-12 {
    float: left;
  }
  .accommodation .col-md-12 {
    width: 100%;
  }
  .accommodation .col-md-11 {
    width: 91.66666667%;
  }
  .accommodation .col-md-10 {
    width: 83.33333333%;
  }
  .accommodation .col-md-9 {
    width: 75%;
  }
  .accommodation .col-md-8 {
    width: 66.66666667%;
  }
  .accommodation .col-md-7 {
    width: 58.33333333%;
  }
  .accommodation .col-md-6 {
    width: 50%;
  }
  .accommodation .col-md-5 {
    width: 41.66666667%;
  }
  .accommodation .col-md-4 {
    width: 33.33333333%;
  }
  .accommodation .col-md-3 {
    width: 25%;
  }
  .accommodation .col-md-2 {
    width: 16.66666667%;
  }
  .accommodation .col-md-1 {
    width: 8.33333333%;
  }
  .accommodation .col-md-pull-12 {
    right: 100%;
  }
  .accommodation .col-md-pull-11 {
    right: 91.66666667%;
  }
  .accommodation .col-md-pull-10 {
    right: 83.33333333%;
  }
  .accommodation .col-md-pull-9 {
    right: 75%;
  }
  .accommodation .col-md-pull-8 {
    right: 66.66666667%;
  }
  .accommodation .col-md-pull-7 {
    right: 58.33333333%;
  }
  .accommodation .col-md-pull-6 {
    right: 50%;
  }
  .accommodation .col-md-pull-5 {
    right: 41.66666667%;
  }
  .accommodation .col-md-pull-4 {
    right: 33.33333333%;
  }
  .accommodation .col-md-pull-3 {
    right: 25%;
  }
  .accommodation .col-md-pull-2 {
    right: 16.66666667%;
  }
  .accommodation .col-md-pull-1 {
    right: 8.33333333%;
  }
  .accommodation .col-md-pull-0 {
    right: auto;
  }
  .accommodation .col-md-push-12 {
    left: 100%;
  }
  .accommodation .col-md-push-11 {
    left: 91.66666667%;
  }
  .accommodation .col-md-push-10 {
    left: 83.33333333%;
  }
  .accommodation .col-md-push-9 {
    left: 75%;
  }
  .accommodation .col-md-push-8 {
    left: 66.66666667%;
  }
  .accommodation .col-md-push-7 {
    left: 58.33333333%;
  }
  .accommodation .col-md-push-6 {
    left: 50%;
  }
  .accommodation .col-md-push-5 {
    left: 41.66666667%;
  }
  .accommodation .col-md-push-4 {
    left: 33.33333333%;
  }
  .accommodation .col-md-push-3 {
    left: 25%;
  }
  .accommodation .col-md-push-2 {
    left: 16.66666667%;
  }
  .accommodation .col-md-push-1 {
    left: 8.33333333%;
  }
  .accommodation .col-md-push-0 {
    left: auto;
  }
  .accommodation .col-md-offset-12 {
    margin-left: 100%;
  }
  .accommodation .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .accommodation .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .accommodation .col-md-offset-9 {
    margin-left: 75%;
  }
  .accommodation .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .accommodation .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .accommodation .col-md-offset-6 {
    margin-left: 50%;
  }
  .accommodation .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .accommodation .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .accommodation .col-md-offset-3 {
    margin-left: 25%;
  }
  .accommodation .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .accommodation .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .accommodation .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .accommodation .col-lg-1,
  .accommodation .col-lg-2,
  .accommodation .col-lg-3,
  .accommodation .col-lg-4,
  .accommodation .col-lg-5,
  .accommodation .col-lg-6,
  .accommodation .col-lg-7,
  .accommodation .col-lg-8,
  .accommodation .col-lg-9,
  .accommodation .col-lg-10,
  .accommodation .col-lg-11,
  .accommodation .col-lg-12 {
    float: left;
  }
  .accommodation .col-lg-12 {
    width: 100%;
  }
  .accommodation .col-lg-11 {
    width: 91.66666667%;
  }
  .accommodation .col-lg-10 {
    width: 83.33333333%;
  }
  .accommodation .col-lg-9 {
    width: 75%;
  }
  .accommodation .col-lg-8 {
    width: 66.66666667%;
  }
  .accommodation .col-lg-7 {
    width: 58.33333333%;
  }
  .accommodation .col-lg-6 {
    width: 50%;
  }
  .accommodation .col-lg-5 {
    width: 41.66666667%;
  }
  .accommodation .col-lg-4 {
    width: 33.33333333%;
  }
  .accommodation .col-lg-3 {
    width: 25%;
  }
  .accommodation .col-lg-2 {
    width: 16.66666667%;
  }
  .accommodation .col-lg-1 {
    width: 8.33333333%;
  }
  .accommodation .col-lg-pull-12 {
    right: 100%;
  }
  .accommodation .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .accommodation .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .accommodation .col-lg-pull-9 {
    right: 75%;
  }
  .accommodation .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .accommodation .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .accommodation .col-lg-pull-6 {
    right: 50%;
  }
  .accommodation .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .accommodation .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .accommodation .col-lg-pull-3 {
    right: 25%;
  }
  .accommodation .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .accommodation .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .accommodation .col-lg-pull-0 {
    right: auto;
  }
  .accommodation .col-lg-push-12 {
    left: 100%;
  }
  .accommodation .col-lg-push-11 {
    left: 91.66666667%;
  }
  .accommodation .col-lg-push-10 {
    left: 83.33333333%;
  }
  .accommodation .col-lg-push-9 {
    left: 75%;
  }
  .accommodation .col-lg-push-8 {
    left: 66.66666667%;
  }
  .accommodation .col-lg-push-7 {
    left: 58.33333333%;
  }
  .accommodation .col-lg-push-6 {
    left: 50%;
  }
  .accommodation .col-lg-push-5 {
    left: 41.66666667%;
  }
  .accommodation .col-lg-push-4 {
    left: 33.33333333%;
  }
  .accommodation .col-lg-push-3 {
    left: 25%;
  }
  .accommodation .col-lg-push-2 {
    left: 16.66666667%;
  }
  .accommodation .col-lg-push-1 {
    left: 8.33333333%;
  }
  .accommodation .col-lg-push-0 {
    left: auto;
  }
  .accommodation .col-lg-offset-12 {
    margin-left: 100%;
  }
  .accommodation .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .accommodation .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .accommodation .col-lg-offset-9 {
    margin-left: 75%;
  }
  .accommodation .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .accommodation .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .accommodation .col-lg-offset-6 {
    margin-left: 50%;
  }
  .accommodation .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .accommodation .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .accommodation .col-lg-offset-3 {
    margin-left: 25%;
  }
  .accommodation .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .accommodation .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .accommodation .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.accommodation table {
  background-color: transparent;
}
.accommodation caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.accommodation th {
  text-align: left;
}
.accommodation .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.accommodation .table > thead > tr > th,
.accommodation .table > tbody > tr > th,
.accommodation .table > tfoot > tr > th,
.accommodation .table > thead > tr > td,
.accommodation .table > tbody > tr > td,
.accommodation .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.accommodation .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.accommodation .table > caption + thead > tr:first-child > th,
.accommodation .table > colgroup + thead > tr:first-child > th,
.accommodation .table > thead:first-child > tr:first-child > th,
.accommodation .table > caption + thead > tr:first-child > td,
.accommodation .table > colgroup + thead > tr:first-child > td,
.accommodation .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.accommodation .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.accommodation .table .table {
  background-color: #ffffff;
}
.accommodation .table-condensed > thead > tr > th,
.accommodation .table-condensed > tbody > tr > th,
.accommodation .table-condensed > tfoot > tr > th,
.accommodation .table-condensed > thead > tr > td,
.accommodation .table-condensed > tbody > tr > td,
.accommodation .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.accommodation .table-bordered {
  border: 1px solid #dddddd;
}
.accommodation .table-bordered > thead > tr > th,
.accommodation .table-bordered > tbody > tr > th,
.accommodation .table-bordered > tfoot > tr > th,
.accommodation .table-bordered > thead > tr > td,
.accommodation .table-bordered > tbody > tr > td,
.accommodation .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.accommodation .table-bordered > thead > tr > th,
.accommodation .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.accommodation .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.accommodation .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.accommodation table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.accommodation table td[class*="col-"],
.accommodation table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.accommodation .table > thead > tr > td.active,
.accommodation .table > tbody > tr > td.active,
.accommodation .table > tfoot > tr > td.active,
.accommodation .table > thead > tr > th.active,
.accommodation .table > tbody > tr > th.active,
.accommodation .table > tfoot > tr > th.active,
.accommodation .table > thead > tr.active > td,
.accommodation .table > tbody > tr.active > td,
.accommodation .table > tfoot > tr.active > td,
.accommodation .table > thead > tr.active > th,
.accommodation .table > tbody > tr.active > th,
.accommodation .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.accommodation .table-hover > tbody > tr > td.active:hover,
.accommodation .table-hover > tbody > tr > th.active:hover,
.accommodation .table-hover > tbody > tr.active:hover > td,
.accommodation .table-hover > tbody > tr:hover > .active,
.accommodation .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.accommodation .table > thead > tr > td.success,
.accommodation .table > tbody > tr > td.success,
.accommodation .table > tfoot > tr > td.success,
.accommodation .table > thead > tr > th.success,
.accommodation .table > tbody > tr > th.success,
.accommodation .table > tfoot > tr > th.success,
.accommodation .table > thead > tr.success > td,
.accommodation .table > tbody > tr.success > td,
.accommodation .table > tfoot > tr.success > td,
.accommodation .table > thead > tr.success > th,
.accommodation .table > tbody > tr.success > th,
.accommodation .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.accommodation .table-hover > tbody > tr > td.success:hover,
.accommodation .table-hover > tbody > tr > th.success:hover,
.accommodation .table-hover > tbody > tr.success:hover > td,
.accommodation .table-hover > tbody > tr:hover > .success,
.accommodation .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.accommodation .table > thead > tr > td.info,
.accommodation .table > tbody > tr > td.info,
.accommodation .table > tfoot > tr > td.info,
.accommodation .table > thead > tr > th.info,
.accommodation .table > tbody > tr > th.info,
.accommodation .table > tfoot > tr > th.info,
.accommodation .table > thead > tr.info > td,
.accommodation .table > tbody > tr.info > td,
.accommodation .table > tfoot > tr.info > td,
.accommodation .table > thead > tr.info > th,
.accommodation .table > tbody > tr.info > th,
.accommodation .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.accommodation .table-hover > tbody > tr > td.info:hover,
.accommodation .table-hover > tbody > tr > th.info:hover,
.accommodation .table-hover > tbody > tr.info:hover > td,
.accommodation .table-hover > tbody > tr:hover > .info,
.accommodation .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.accommodation .table > thead > tr > td.warning,
.accommodation .table > tbody > tr > td.warning,
.accommodation .table > tfoot > tr > td.warning,
.accommodation .table > thead > tr > th.warning,
.accommodation .table > tbody > tr > th.warning,
.accommodation .table > tfoot > tr > th.warning,
.accommodation .table > thead > tr.warning > td,
.accommodation .table > tbody > tr.warning > td,
.accommodation .table > tfoot > tr.warning > td,
.accommodation .table > thead > tr.warning > th,
.accommodation .table > tbody > tr.warning > th,
.accommodation .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.accommodation .table-hover > tbody > tr > td.warning:hover,
.accommodation .table-hover > tbody > tr > th.warning:hover,
.accommodation .table-hover > tbody > tr.warning:hover > td,
.accommodation .table-hover > tbody > tr:hover > .warning,
.accommodation .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.accommodation .table > thead > tr > td.danger,
.accommodation .table > tbody > tr > td.danger,
.accommodation .table > tfoot > tr > td.danger,
.accommodation .table > thead > tr > th.danger,
.accommodation .table > tbody > tr > th.danger,
.accommodation .table > tfoot > tr > th.danger,
.accommodation .table > thead > tr.danger > td,
.accommodation .table > tbody > tr.danger > td,
.accommodation .table > tfoot > tr.danger > td,
.accommodation .table > thead > tr.danger > th,
.accommodation .table > tbody > tr.danger > th,
.accommodation .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.accommodation .table-hover > tbody > tr > td.danger:hover,
.accommodation .table-hover > tbody > tr > th.danger:hover,
.accommodation .table-hover > tbody > tr.danger:hover > td,
.accommodation .table-hover > tbody > tr:hover > .danger,
.accommodation .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.accommodation .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .accommodation .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .accommodation .table-responsive > .table {
    margin-bottom: 0;
  }
  .accommodation .table-responsive > .table > thead > tr > th,
  .accommodation .table-responsive > .table > tbody > tr > th,
  .accommodation .table-responsive > .table > tfoot > tr > th,
  .accommodation .table-responsive > .table > thead > tr > td,
  .accommodation .table-responsive > .table > tbody > tr > td,
  .accommodation .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .accommodation .table-responsive > .table-bordered {
    border: 0;
  }
  .accommodation .table-responsive > .table-bordered > thead > tr > th:first-child,
  .accommodation .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .accommodation .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .accommodation .table-responsive > .table-bordered > thead > tr > td:first-child,
  .accommodation .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .accommodation .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .accommodation .table-responsive > .table-bordered > thead > tr > th:last-child,
  .accommodation .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .accommodation .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .accommodation .table-responsive > .table-bordered > thead > tr > td:last-child,
  .accommodation .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .accommodation .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .accommodation .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .accommodation .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .accommodation .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .accommodation .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.accommodation .clearfix:before,
.accommodation .clearfix:after,
.accommodation .container:before,
.accommodation .container:after,
.accommodation .container-fluid:before,
.accommodation .container-fluid:after,
.accommodation .row:before,
.accommodation .row:after {
  content: " ";
  display: table;
}
.accommodation .clearfix:after,
.accommodation .container:after,
.accommodation .container-fluid:after,
.accommodation .row:after {
  clear: both;
}
.accommodation .topic {
  text-align: left;
  border-bottom: 1px solid #f7a11a;
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
}
.accommodation .topic h1,
.accommodation .topic h3 {
  margin: 0;
  line-height: 1.2em;
}
.accommodation .transition {
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.accommodation .img-box {
  height: 300px;
}
.accommodation .img-box .img-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.accommodation .img-box .details {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 60px;
  background-color: rgba(0, 138, 172, 0.95);
  padding: 15px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.accommodation .img-box .details .title {
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.accommodation .img-box:hover .details {
  max-height: 100%;
}
.accommodation .img-box:hover .title {
  margin-top: 35%;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.accommodation .image-plan {
  max-width: 300px;
}
/*----------  END Accommodation  ----------*/

/*customize css*/
@media (max-width: 767px){
	.main-navigation {	 
		display: inline-block;
		max-height: 90VH;
		overflow-y: scroll;
	}
}
