/* style city 1.0 */
/* custom vars */
/* colors */
/* */
/* blue dark*/
/* orange logo dark*/
/* lighten colors */
/* dark blue -> green */
/* footer colors */
/* fonts */
/* custom style 1.0
Large desktop
@media (min-width: 1200px) { ... }


Portrait tablet to landscape and desktop
@media (min-width: 768px) and (max-width: 979px) { ... }

Landscape phone to portrait tablet
@media (max-width: 767px) { ... }

Landscape phones and down
@media (max-width: 480px) { ... }
*/
/*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(105, 210, 231, 0.2)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(105, 210, 231, 0.2) 95%);*/
body {
  margin-top: 50px;
  background-color: white;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ede6e3), to(white));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ede6e3, white);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ede6e3, white);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ede6e3, white);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ede6e3, white);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ede6e3, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ede6e3', EndColorStr='white'); }

a {
  color: #5e5244; }

a:hover {
  color: black; }

.top-spacer {
  min-height: 900px;
  margin-top: 60px; }

.breadcrumb {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

footer {
  padding: 10px;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 10px rgba(190, 174, 166, 0.7);
  -moz-box-shadow: 0 1px 10px rgba(190, 174, 166, 0.7);
  box-shadow: 0 1px 10px rgba(190, 174, 166, 0.7);
  background-color: #f8eeec;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ded7d1), to(#f8eeec));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ded7d1, #f8eeec);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ded7d1, #f8eeec);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ded7d1, #f8eeec);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ded7d1, #f8eeec);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ded7d1, #f8eeec);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ded7d1', EndColorStr='#f8eeec'); }
  footer i {
    color: #7c6c59;
    font-size: 130%; }
  footer h4 {
    color: #7c6c59;
    text-transform: uppercase;
    letter-spacing: 0.3em; }
  footer nav {
    -webkit-box-shadow: 0 1px 10px rgba(190, 174, 166, 0.7);
    -moz-box-shadow: 0 1px 10px rgba(190, 174, 166, 0.7);
    box-shadow: 0 1px 10px rgba(190, 174, 166, 0.7);
    background-color: #f8eeec;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ded7d1), to(#f8eeec));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ded7d1, #f8eeec);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #ded7d1, #f8eeec);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #ded7d1, #f8eeec);
    /* IE10 */
    background-image: -o-linear-gradient(top, #ded7d1, #f8eeec);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #ded7d1, #f8eeec);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ded7d1', EndColorStr='#f8eeec');
    padding: 0; }
  footer nav .visible-lg {
    height: 90px; }
  footer nav.navbar {
    min-height: 60px; }
  footer nav .visible-xs {
    margin: 10px 0 5px 0; }
  footer nav .navbar-inside {
    background: transparent !important; }
  footer nav .fa {
    font-size: 130%;
    color: #7c6c59; }
  footer nav .btn {
    white-space: normal; }

.list-group {
  -webkit-box-shadow: 0 1px 1px rgba(183, 233, 243, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(183, 233, 243, 0.1);
  box-shadow: 0 1px 1px rgba(183, 233, 243, 0.1);
  border: 0; }

a.list-group-item {
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 1px 0 0 0;
  border: 0;
  color: #ad9f8e;
  border-bottom: 1px dotted white; }

a.list-group-item:hover {
  background-color: white;
  color: #ad9f8e; }

.list-group-item:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.list-group-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

div.copyright {
  min-height: 450px;
  padding: 20px 0; }

p.copyright {
  color: white; }

.inner-box p {
  text-align: left;
  font: 90% "Open Sans", sans-serif; }

.jumbotron {
  margin-bottom: 0px;
  background-color: #ded6d2;
  background-color: rgba(190, 174, 166, 0.5);
  background-image: url(../img/back.jpg);
  background-position: 0% 25%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 !important;
  color: white;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important; }

/* forms tabs affiliates */
.nav-tabs {
  margin: 0;
  background: none;
  border: none;
  color: #7c6c59; }
  .nav-tabs .fa, .nav-tabs .icon {
    color: #2c9fbf;
    padding: 0 5px; }
  .nav-tabs .icon-accommodation {
    font-size: 150%; }
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover {
    background: transparent;
    color: #7c6c59;
    font-size: 150%;
    font-weight: 100;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none; }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    background: none;
    color: #40382f;
    border-color: #d8d1c9;
    border: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important; }

.banner-side {
  padding-top: 15px; }

.text-center {
  -webkit-box-shadow: 0 1px 10px rgba(190, 174, 166, 0.7);
  -moz-box-shadow: 0 1px 10px rgba(190, 174, 166, 0.7);
  box-shadow: 0 1px 10px rgba(190, 174, 166, 0.7);
  background-color: #f8eeec;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ded7d1), to(#f8eeec));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ded7d1, #f8eeec);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ded7d1, #f8eeec);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ded7d1, #f8eeec);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ded7d1, #f8eeec);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ded7d1, #f8eeec);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ded7d1', EndColorStr='#f8eeec');
  text-align: center;
  min-height: 650px;
  padding: 20px 0; }

.text-center a img {
  float: none; }

.tab-pane {
  background: none;
  padding: 20px 20px 0 20px;
  border-top: 1px solid #d8d1c9;
  background-color: rgba(190, 174, 166, 0.2);
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(190, 174, 166, 0.2)));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(190, 174, 166, 0.2));
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(190, 174, 166, 0.2) 95%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(190, 174, 166, 0.2));
  /* IE10 */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(190, 174, 166, 0.2));
  /* Opera 11.10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(190, 174, 166, 0.2));
  /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(255, 255, 255, 0.2)', EndColorStr='rgba(190, 174, 166, 0.2)');*/ }

.tab-content {
  padding: 50px 0 0 0;
  margin: -100px 0 0 0; }

#car div {
  min-height: 270px; }
#car img {
  display: block;
  padding: 10px;
  background-color: rgba(190, 174, 166, 0.2);
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(190, 174, 166, 0.2)));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(190, 174, 166, 0.2));
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(190, 174, 166, 0.2) 95%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(190, 174, 166, 0.2));
  /* IE10 */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(190, 174, 166, 0.2));
  /* Opera 11.10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(190, 174, 166, 0.2));
  /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(255, 255, 255, 0.2)', EndColorStr='rgba(190, 174, 166, 0.2)');*/
  padding: 2px;
  border-color: #d8d1c9;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border-radius: 10px !important; }

iframe[seamless] {
  background-color: transparent;
  border: 0px none transparent;
  padding: 0px;
  overflow: hidden; }

/* titles & subtitles*/
h1, h2, h3, h4, h5, h6 {
  font: "Open Sans", sans-serif;
  font-weight: 100; }

h1 {
  color: #1a1a1a;
  font-size: 170%;
  letter-spacing: 0.1em; }

h2 {
  letter-spacing: 0.2em;
  color: #333333; }

h3 {
  letter-spacing: 0.2em;
  color: gray; }
  h3 .fa {
    font-size: 80%; }
  h3 .fa-star {
    color: #2c9fbf; }

.attraction h3,
.page h3 {
  color: #333333;
  font-size: 120%;
  min-height: 3em; }

/* navigation  */
.navbar-inside {
  background-color: white;
  background-repeat: repeat-x;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0; }

.effect3d {
  box-shadow: 0 1px 15px 0 #ccc; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: white;
  color: #2c9fbf; }

.navbar .brand {
  display: block;
  float: left;
  padding: 0;
  background: url("../img/logo.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
  height: 60px;
  overflow: hidden;
  text-indent: -9000px;
  width: 190px; }
  .navbar .brand h1 {
    margin: 0; }
.navbar i {
  margin: 0 auto;
  padding: 0 auto;
  font-size: 32px;
  color: #2c9fbf; }
.navbar .nav {
  font: "Open Sans", sans-serif;
  display: block;
  float: right;
  left: 0;
  margin: 0;
  position: relative; }
.navbar .brand,
.navbar .nav > li > a {
  color: #64645e;
  font: "Open Sans", sans-serif;
  display: block; }
.navbar .nav > li > a {
  -webkit-transition-property: background, color, font-weight;
  -moz-transition-property: background, color, font-weight;
  -o-transition-property: background, color, font-weight;
  transition-property: background, color, font-weight;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  float: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 20px;
  padding: 20px 15px;
  text-decoration: none;
  text-transform: uppercase; }
.navbar .nav > li > a:hover {
  font-weight: 800;
  color: #d8d1c9; }

li {
  line-height: 20px; }

.dropdown-menu {
  border: none;
  background: white;
  -webkit-box-shadow: 0 10px 10px rgba(190, 174, 166, 0.7);
  -moz-box-shadow: 0 10px 10px rgba(190, 174, 166, 0.7);
  box-shadow: 0 10px 10px rgba(190, 174, 166, 0.7); }

/* buttons */
.btn {
  -webkit-transition-property: background-color, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  font: 13px "Open Sans", sans-serif;
  background-color: #eeeeee;
  border: medium none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin-bottom: 10px !important;
  margin-right: 10px;
  padding: 10px 12px;
  text-align: center;
  vertical-align: middle;
  min-width: 120px; }

.btn-primary {
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  background-color: #2c9fbf;
  color: #eeeeee;
  min-width: 120px; }

.btn-primary:hover {
  background-color: #ea6041;
  color: #eeeeee; }

.btn-review {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  background-color: #ea6041;
  color: #eeeeee;
  white-space: normal; }

.book.btn {
  padding: 10px 12px; }

.dl-horizontal dt img {
  display: block;
  width: 120px;
  display: block;
  margin-right: 10px;
  float: none !important;
  clear: both; }

.dl-horizontal dd {
  display: block; }

/**
 * Flexible multiline definition lists
 */
dt, dd {
  display: inline;
  margin: 0; }

dd:after {
  content: '\A';
  white-space: pre; }

/* hotel box */
.home-description {
  font: 120% "Open Sans", sans-serif; }

.show_hide {
  display: none; }

.accomodation h3 {
  font-size: 120%;
  height: 3em;
  color: #1a1a1a; }
.accomodation .inner-box img {
  display: block;
  margin: 0 10px 10px 0;
  width: 120px;
  height: 100px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
.accomodation .box p:first-child {
  min-height: 15em; }

/* boxes */
.inner-box {
  margin: 10px 0;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 1200px) {
    .inner-box {
      min-height: 380px; } }

.inner-box:hover {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); }

.inner-home {
  margin: 0;
  padding: 10px;
  background: #fff; }
  .inner-home img {
    width: 350px !important;
    -webkit-box-shadow: 0 3px 10px rgba(190, 174, 166, 0.7);
    -moz-box-shadow: 0 3px 10px rgba(190, 174, 166, 0.7);
    box-shadow: 0 3px 10px rgba(190, 174, 166, 0.7);
    padding: 10px; }

iframe {
  overflow: hidden; }

.inner-form {
  margin: 10px 0;
  padding: 10px;
  -webkit-box-shadow: 0 1px 10px rgba(190, 174, 166, 0.7);
  -moz-box-shadow: 0 1px 10px rgba(190, 174, 166, 0.7);
  box-shadow: 0 1px 10px rgba(190, 174, 166, 0.7);
  background-color: #f8eeec;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ded7d1), to(#f8eeec));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ded7d1, #f8eeec);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ded7d1, #f8eeec);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ded7d1, #f8eeec);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ded7d1, #f8eeec);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ded7d1, #f8eeec);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ded7d1', EndColorStr='#f8eeec'); }
  .inner-form iframe {
    min-height: 260px;
    overflow: hidden; }

/* detail accomodation pages */
.detail-accomodation .list-group {
  list-style: none;
  clear: both;
  width: 100%;
  border-top: 1px dotted #ede6e3; }
  .detail-accomodation .list-group li {
    line-height: 1.5em;
    padding: 5px 0;
    border-bottom: 1px dotted #ede6e3; }
    .detail-accomodation .list-group li span {
      font: "Open Sans", sans-serif;
      text-transform: uppercase;
      color: #d8d1c9;
      display: block;
      float: left;
      width: 120px; }
.detail-accomodation .inner-box {
  min-height: 500px; }
  .detail-accomodation .inner-box img {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }

.similar .inner-box {
  min-height: 350px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .similar .inner-box {
      min-height: 290px; } }
  .similar .inner-box img {
    margin: 0 10px 10px 0; }

.food-drink ul {
  list-style: none; }
  .food-drink ul li {
    line-height: 2em; }
.food-drink .list-group span {
  font-weight: bolder; }

.aff .inner-box {
  overflow: hidden; }

.aff {
  margin-right: -10px; }

.attraction .inner-box div p:first-child {
  min-height: 60px; }

/*Portrait tablet to landscape and desktop*/
@media (min-width: 768px) and (max-width: 1200px) {
  .attraction .inner-box div p:first-child {
    min-height: 9em; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .attraction .inner-box div p:first-child {
    min-height: 190px; } }
/* home */
.home .home-description img {
  float: right;
  background-color: #f8eeec;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ded7d1), to(#f8eeec));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ded7d1, #f8eeec);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ded7d1, #f8eeec);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ded7d1, #f8eeec);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ded7d1, #f8eeec);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ded7d1, #f8eeec);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ded7d1', EndColorStr='#f8eeec');
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 10px 10px 10px 10px;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7; }
.home .home-description img:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1; }
.home h2 i {
  color: #2c9fbf; }
.home .box .inner-box {
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 1200px) {
    .home .box .inner-box {
      min-height: 370px; } }

.detail-page h2 {
  font-size: 160%;
  color: gray; }
.detail-page h3 {
  font-size: 150%;
  line-height: 1em;
  height: 1em; }
.detail-page dl {
  font-size: 90%; }
  .detail-page dl dt {
    margin: 0;
    padding: 0.5em 0.1em 0.8em 0.9em;
    width: 18em;
    font: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #988570; }
  .detail-page dl dd {
    color: #b3a396;
    margin: 0;
    padding: 0.5em 0.1em 0.8em 0.9em;
    text-indent: 1em; }

/* pagination */
.pagination > li > a {
  -webkit-transition-property: background, color, border-color;
  -moz-transition-property: background, color, border-color;
  -o-transition-property: background, color, border-color;
  transition-property: background, color, border-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  color: #2c9fbf;
  border-color: #d8d1c9;
  background: #ede6e3; }
.pagination > li > a:hover {
  background: #2c9fbf;
  border-color: #2c9fbf;
  color: #eeeeee; }
.pagination > li.active > span,
.pagination > li.active > span:hover {
  background: #2c9fbf;
  border-color: #2c9fbf;
  color: #ede6e3; }

/* Extra small devices (phones, less than 768px */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Sass Bootstrap */
/* Extra small devices (phones, less than 768px */
@media (max-width: 767px) {
  .inner-home img {
    width: 98% !important;
    margin: 10px auto;
    display: block;
    -webkit-box-shadow: 0 3px 10px rgba(190, 174, 166, 0.7);
    -moz-box-shadow: 0 3px 10px rgba(190, 174, 166, 0.7);
    box-shadow: 0 3px 10px rgba(190, 174, 166, 0.7);
    padding: 0px; }
  .inner-home h1 {
    font-size: 140%; }

  .home h2 {
    font-size: 130%; }

  .accomodation img {
    margin-left: 0;
    float: left; }
  .accomodation .box p:first-child {
    min-height: 10em !important; }
  .accomodation .box {
    padding: 5px 10px;
    min-height: 170px;
    margin: 0 10px; }
    .accomodation .box p .btn {
      min-width: 120px; }

  .food-drink .box {
    min-height: 100px;
    padding: 5px 10px; }
  .food-drink .inner-box {
    min-height: auto;
    min-height: 100px; }

  .navbar-collaps {
    padding-right: 0 !important;
    padding-left: 0; }

  .nav.navbar-nav {
    width: 100%;
    padding: 0;
    margin: 0; }

  .nav.navbar-nav li {
    margin: 0;
    padding: 0 10px; }

  .navbar i {
    margin: 0 auto;
    padding: 0 auto;
    color: #2c9fbf;
    float: left;
    font-size: 180%;
    width: 30px;
    text-align: center;
    display: block;
    margin: 0 20px; }
  .navbar .nav > li > a {
    padding: 25px 25px;
    text-decoration: none; }
  .navbar .nav > li > a:hover {
    background: white; }
  .navbar .dropdown {
    width: 100%; }
  .navbar .dropdown-menu {
    text-align: left;
    margin-left: 0; }
  .navbar .dropdown-menu li a {
    color: #2c9fbf !important;
    white-space: normal; }
  .navbar .dropdown-menu li a:hover {
    color: black !important; }
  .navbar .navbar-toggle {
    margin: 0;
    border-radius: 0;
    border: none;
    background: none;
    padding: 16px 0; }
    .navbar .navbar-toggle i {
      font-size: 200%; } }
@media only screen and (max-width: xspx) {
  .inner-home img {
    width: 98% !important;
    margin: 10px auto;
    display: block;
    -webkit-box-shadow: 0 3px 10px rgba(190, 174, 166, 0.7);
    -moz-box-shadow: 0 3px 10px rgba(190, 174, 166, 0.7);
    box-shadow: 0 3px 10px rgba(190, 174, 166, 0.7);
    padding: 0px; }
  .inner-home h1 {
    font-size: 140%; }

  .home h2 {
    font-size: 130%; }

  .accomodation img {
    margin-left: 0;
    float: left; }
  .accomodation .box p:first-child {
    min-height: 10em !important; }
  .accomodation .box {
    padding: 5px 10px;
    min-height: 170px;
    margin: 0 10px; }
    .accomodation .box p .btn {
      min-width: 120px; }

  .food-drink .box {
    min-height: 100px;
    padding: 5px 10px; }
  .food-drink .inner-box {
    min-height: auto;
    min-height: 100px; }

  .navbar-collaps {
    padding-right: 0 !important;
    padding-left: 0; }

  .nav.navbar-nav {
    width: 100%;
    padding: 0;
    margin: 0; }

  .nav.navbar-nav li {
    margin: 0;
    padding: 0 10px; }

  .navbar i {
    margin: 0 auto;
    padding: 0 auto;
    color: #2c9fbf;
    float: left;
    font-size: 180%;
    width: 30px;
    text-align: center;
    display: block;
    margin: 0 20px; }
  .navbar .nav > li > a {
    padding: 25px 25px;
    text-decoration: none; }
  .navbar .nav > li > a:hover {
    background: white; }
  .navbar .dropdown {
    width: 100%; }
  .navbar .dropdown-menu {
    text-align: left;
    margin-left: 0; }
  .navbar .dropdown-menu li a {
    color: #2c9fbf !important;
    white-space: normal; }
  .navbar .dropdown-menu li a:hover {
    color: black !important; }
  .navbar .navbar-toggle {
    margin: 0;
    border-radius: 0;
    border: none;
    background: none;
    padding: 16px 0; }
    .navbar .navbar-toggle i {
      font-size: 200%; } }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .top-spacer {
    margin-top: 90px; }

  .accomodation img {
    margin-left: 0;
    float: left; }
  .accomodation .box p:first-child {
    min-height: 8em; }
  .accomodation .box {
    padding: 5px 10px;
    min-height: 170px;
    margin: 0; }
    .accomodation .box p .btn {
      min-width: 120px; }
  .accomodation .box-home .inner-form {
    margin: 0; }
  .accomodation .box-home .inner-box {
    min-height: 24em; }
  .accomodation .food-drink .box {
    min-height: 100px;
    padding: 5px 10px; } }
/* Medium devices (desktops, 992px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .top-spacer {
    margin-top: 90px; }

  .accomodation .inner-box img {
    float: left;
    margin-left: 0; }
  .accomodation .box p:first-child {
    min-height: 15em; }
  .accomodation .box {
    padding: 5px 10px;
    margin: 0;
    min-height: 170px; }
    .accomodation .box p .btn {
      min-width: 120px; }
  .accomodation .box-home .inner-box {
    min-height: 27em; }

  .btn {
    min-width: 100px; }

  .food-drink .inner-box {
    min-height: 260px;
    padding: 5px 10px; }

  .inner-form {
    padding: 10px; }
    .inner-form iframe {
      min-height: 300px; }

  .similar .inner-box {
    min-height: 350px; }

  .navbar i {
    margin: 0 auto;
    padding: 14px auto;
    display: block;
    color: #2c9fbf;
    line-height: 60px; }
  .navbar .nav > li > a {
    padding: 0 10px;
    line-height: 60px;
    text-decoration: none; }
  .navbar .nav > li > a:hover {
    background: white; } }
