/* Body - general */
  body {
    width: 100%;
    font-family: 'Roboto', sans-serif; 
    font-weight: 300;
    color: #333;
    font-size: 15px;
    text-align: center;
  }

  * {
    margin: 0;
    padding: 0;
  }

  .cleaner {
    clear: both;
  }

  .wrapper {
    position: relative;
    margin: 0 auto;
  }

  /* Fonts */
  h1 {
    font-size: 30px;
    font-weight: 700;
  }

  h2, .widget-title {
    font-size: 20px;
    font-weight: 400;
  }

  h3 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
  }

  h4 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
  }

  p {
    line-height: 25px;
  }

  a {
    text-decoration: none;
  }

  /* Dynamic styles */
  .height-full {
    height: 100%;
  }
  .width-full {
    width: 100%;
  }
  .not-visible {
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .visible {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .alignright {
    text-align: right;
  }
  .alignleft {
    text-align: left;
  }
  .aligncenter {
    text-align: center;
  }
  .size-auto, 
  .size-full,
  .size-large,
  .size-medium,
  .size-thumbnail {
    max-width: 100%;
    height: auto;
  }

  .wp-caption, .wp-caption-text, .gallery-caption {
    font-size: 15px;
  }
  .sticky {
    background-color: #f0f0f0;
  }

  /* Image wrapper */
  .img-wrapper {
    overflow: hidden;
  }

  /* Buttons */
  .button, .comments #submit, #searchsubmit {
    position: relative;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    border: 0px;
    cursor: pointer;
  }
    .button:hover, .comments #submit:hover, #searchsubmit:hover {
      color: #fff !important;
    }

  /* Form */
  input, textarea, select {
    font-family: 'Roboto', sans-serif; 
    font-size: 15px;
    font-weight: 300;
  }

  input[type='text'], input[type='email'], input[type='password'], textarea, select {
    background-color: #fff;
    border: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  select {
    -webkit-appearance: none;
  }

  .input-wrapper {
    position: relative;
    float: left;
  }

  /******************/
  /* Switch styles */
  .grey { color: #888; }

  /*****************/
  /*****************/  

.header, .welcome, .middle, .footer, .content, .detail, .with-sidebar, .sidebar, .booking, .button, .menu-wrapper, input, textarea, select, .comments {
  box-sizing: border-box; /* Opera/IE 8+ */ 
  -webkit-box-sizing: border-box; /* Safari, Chrome */ 
  -moz-box-sizing: border-box; /* Firefox */ 
}

/* Header */
  .header {
    position: relative;
    background-color: #fff;
  }
    .logo {
      position: relative;
      float: left;
      overflow: hidden;
      text-align: left;
      zoom: 1;
      filter: alpha(opacity=100);
      opacity: 1;

      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
    }
      .logo:hover {
        zoom: 1;
        filter: alpha(opacity=70);
        opacity: 0.7;
      }
    .language-switch {
      position: relative;
      color: #fff;
      cursor: pointer;
      
      margin: 0 auto;
      padding: 10px 30px 10px 30px;
      top: -5px;
    }
    /* Menu */
    .menu-wrapper {
      position: relative;
      float: left;
    }
      .menu {
        position: absolute;
        list-style: none;
        text-align: right;
      }
        ul.menu li, .menu-trigger {
          float: left;
          text-align: left;
          text-transform: uppercase;
        }
          ul.menu li a, .menu-trigger {
            color: #333;
            font-weight: 400;

            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
          }
          ul.menu li a span {
            text-transform: none;
            font-style: italic;
            font-size: 13px;
            font-weight: 300;
          }
          ul.menu li.reservation-btn {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
          }
            ul.menu li.reservation-btn a {
              color: #fff;
            }
              ul.menu li.reservation-btn a:hover {
                color: #fff !important;
              }
            ul.menu li.reservation-btn a span {
              color: rgba(255,255,255,0.7);
            }

/* Slider */
  .slider {
    position: relative;
    background-color: gray;
  }
    .slider img {
      position: absolute;
      display: none;
    }
    .slider img.active {
      display: block;
    }

/* Video Slider */
  .video-slider {
    position: relative;
    background-color: gray;
    overflow: hidden;
  }
    .video-slider video {
      position: absolute;
    }

/* Welcome */
  .welcome {
    position: relative;
    background-color: #fff;
    text-align: left;
  }
    .welcome-wrapper {
      position: relative;
      float: left;
    }
    .welcome p {
      position: relative;
      font-style: italic;
      color: #888;
    }
  .facilities {
    position: relative;
  }
  .facilities ul {
    list-style: none;
    font-weight: 400;
  }
    .facilities ul li {
      line-height: 35px;
    }
    .facilities ul li img {
      position: relative;
      float: left;

      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
    }

/* Middle */
  .middle {
    position: relative;
    background-color: #f4f4f4;
    text-align: left;
  }
    .testemonials {
      position: relative;
      float: left;
    }
      .testemonial {
        position: relative;
        float: left;
      }
        .testemonial .img-wrapper {
          position: relative;
          background-color: #ccc;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          float: left;
        }
        .testemonial .img-wrapper img {
        }
        .testemonial:hover .img-wrapper img {
          -moz-transform: scale(1.2);
          -o-transform: scale(1.2);
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2);
        }
        .testemonial span {
          font-weight: 400;
          position: relative;
          float: left;
        }
        .testemonial p {
          font-style: italic;
          position: relative;
          clear: both;
          color: #888;
        }
    .middle .gallery a {
      position: relative;
      float: left;
      overflow: hidden;
    }
      .middle .gallery a {
      }
        .middle .gallery a:nth-child(3n) {
        }
      .middle .gallery a img {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
      }
        .middle .gallery a:hover img {
          -moz-transform: scale(1.2);
          -o-transform: scale(1.2);
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2);
        }

/* Footer */
  .footer {
    position: relative;
    text-align: left;
  }
    .footer a {
      color: #fff;
    }
      .footer a:hover {
          color: #fff !important;
          text-decoration: underline;
        }
    .footer .directions {
      position: relative;
      float: left;
    }
      .footer .directions .map {
        position: relative;
        background-color: gray;
        float: left;
      }
      .footer .directions p {
        position: relative;
        float: left;
        color: #fff;
      }
    .footer .wheater {
      display: none;
      position: relative;
      float: left;
    }
      .wheater .day {
        position: relative;
        text-align: center;
        float: left;
        color: #fff;
      }
        .wheater .day {
          zoom: 1;
          filter: alpha(opacity=70);
          opacity: 0.7;
        }
          .wheater .day:first-child {
            zoom: 1;
            filter: alpha(opacity=100);
            opacity: 1;
          }
        .wheater .day .img-wrapper {
          position: relative;
          margin: 0 auto;
        }
          .wheater .day .img-wrapper img {
            position: absolute;
          }
          .wheater .day .temperature {
            position: relative;
            font-size: 30px;
            font-weight: 400;
          }
    .footer .news {
      position: relative;
      float: left;
      text-align: right;
      color: #fff;
    }
      .footer .news ul {
        list-style: none;
      }
      .footer .news ul li a, .footer .news a {
        color: #fff;
      }
        .footer .news a:hover {
          color: #fff !important;
          text-decoration: underline;
        }
    .footer .copyright {
      position: relative;
      float: left;
      color: #fff;
    }
    .footer .socials-wrapper {
      position: relative;
      float: left;  
    }
    .footer ul.socials {
      position: absolute;
      list-style: none;
    }
      .footer ul.socials li {
        float: left;
      }
        .footer ul.socials li a {
          color: #fff !important;
        }
          .footer ul.socials li a img {
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
          }
          .footer ul.socials li a img:hover {
            zoom: 1;
            filter: alpha(opacity=70);
            opacity: 0.7;
          }

/* Content */
  .container {
  }
    .no-sidebar {
    }
    .with-sidebar {
      display: table;
    }
      .with-sidebar .content {
        display: table-cell; 
      }
  .content {
    float: none;  
    background-color: #f7f7f7;  
    vertical-align: top; 
    text-align: left;
  }

  .list {
    position: relative;
  }

/* Gallery */
  .gallery a {
    position: relative;
    float: left;
    overflow: hidden;
  }
    .gallery a img {
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
    }
    .gallery a:hover img {
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
    }

/* Sidebar */
  .sidebar {
    float: none;    
    vertical-align: top;
    display: table-cell;  
    background-color: #f0f0f0;  
  }
    .sidebar .widget {
      position: relative;
      text-align: left;
      float: left;
    }
      .widget h2, .widget-title {
        position: relative;
      }
      .widget ul {
        list-style: none;
      }
        .widget ul li {
          line-height: 30px;
        }
          .widget ul li a {
            color: #333;
          }
            .widget ul li a:hover {
              text-decoration: underline;
            }
      .widget .gallery a {
        float: left;
      }


/* Directions */
  .directions {
    position: relative;
    float: left;
  }
  .directions .map {
    position: relative;
    float: left;
    background-color: gray;
  }
    .directions p {
      float: left;
    }
    .directions a:hover {
      text-decoration: underline;
    }

/* Message */
  .message {
    position: relative;
    color: #fff;
    overflow: auto;
  }
    .message img {
      position: relative;
      float: left;
    }
    .message p {
      text-align: left;
      float: left;
    }

/* Datepicker */
  .ll-skin-melon {
    font-size: 100%;
  }

  .ui-widget-content {
    font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif !important;
    background: #1a1a1a !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
  }

  .ui-datepicker {
    padding: 0 !important;
  }

  .ui-corner-all {
    border-radius: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  .ui-datepicker-header {
    border: none !important;
    background: transparent !important;
    font-weight: normal !important;
    font-size: 15px !important;
  }

  .ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  .ui-datepicker .ui-datepicker-title {
    margin-top: .4em;
    margin-bottom: .3em;
    color: #e9f0f4;
  }

  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover,
  .ui-datepicker .ui-datepicker-next,
  .ui-datepicker .ui-datepicker-prev {

  }

  .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    padding: 0px !important;
  }

  .ui-datepicker .ui-datepicker-next span,
  .ui-datepicker .ui-datepicker-prev span {
    position: absolute;
    top: 5px;
    font-weight: normal;
    color: #888 !important;
  }

  .ui-datepicker .ui-datepicker-prev span {
    left: 10px;
  }
  .ui-datepicker .ui-datepicker-next span {
    right: 10px;
  }

  .ui-datepicker table {
    margin: 0 !important;
    border-collapse: collapse;
  }

  .ui-datepicker th {
    padding: 1em 0;
    color: #ccc;
    font-size: 13px;
    font-weight: normal;
    border: none;
    border-top: 1px solid #3a414d;
  }

  .ui-datepicker td {
    background: #d8d8d8;
    border: none;
  }

  .ui-datepicker td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    font-weight: 300;
    color: #888;
    font-size: 15px;
    padding: 0px 10px 0px 10px;
    line-height: 40px;
  }

  .ui-state-disabled  {
    opacity: 1 !important;
  }

  .ui-state-disabled .ui-state-default {
    color: #fff;
  }

  .ui-state-hover {
    border: 0px !important;
    background: #333 !important;
    padding: 10px 10px 10px 10px !important;
  }

  .ui-datepicker td .ui-state-active,
  .ui-datepicker td .ui-state-hover {
    background: #333 !important;
    padding: 10px 10px 10px 10px !important;
  }
  
  .sidebar-covid-txt {
	font-size: 16px;
}

.sidebar-covid-txt a {
	font-size: 16px;
}

/* Desktops, Tablets landscape ----------- */
@media only screen and (min-width : 769px) {

/* Body - general */
  body {
  }

  * {
  }

  .cleaner {
  }

  .wrapper {
  }

  /* Fonts */
  h1 {
  }

  h2 {
  }

  h3 {
  }

  h4 {
  }

  p {
  }

  a {
  }
    a:hover {
    }

  .img-wrapper {
  }

  /* Buttons */
  .button, .comments #submit {
    padding: 10px 40px 10px 40px;
  }
    .button:hover {
    }

  /* Form */
  input, textarea, select {
  }

  input[type='text'], input[type='email'], input[type='password'], textarea, select {
    padding: 15px 20px 15px 20px;
  }

  select {
  }

  .input-wrapper {
  }

/* Header */
  .header {
    width: 100%;
    padding: 30px 40px 30px 40px;
  }
    .logo {
      width: 180px;
      height: 70px;
    }
      .logo img {
        width: 100%;
      }
    .menu-wrapper {
      width: 720px;
      margin: 10px 0px 0px 0px;
    }
      .menu-trigger {
        display: none;
      }
      .menu {
        right: 0px;
      }
        ul.menu li {
          margin: 0px 0px 0px 25px;
        }
          ul.menu li a {
          }
          ul.menu li a span {
          }
          ul.menu li.reservation-btn {
            margin: -10px 0px 0px 25px;
            padding: 10px 10px 10px 10px;
          }
            ul.menu li.reservation-btn a {
            }
              ul.menu li.reservation-btn a:hover {
              }
            ul.menu li.reservation-btn a span {
            }

/* Slider */
  .slider {
    width: 100%;
    height: 422px;
  }
    .video-slider {
      width: 100%;
      height: 422px;
    }
      .video-slider video {
        width: 1040px !important;
        height: 600px !important;
        top: -90px;
        left: -30px;
      }
    .slider img {
      width: 100%;
      top: 0px;
      left: 0px;
    }
    .slider img.active {
    }

/* Welcome */
  .welcome {
    width: 100%;
    padding: 50px 40px 50px 40px;
  }
    .welcome-wrapper {
      width: 600px;
    }
    .welcome p {
      margin: 30px 0px 0px 0px;
      width: 90%;
    }
  .facilities {
    float: left;
    margin: 10px 0px 0px 0px;
  }
  .facilities ul {
    margin: 30px 0px 0px 0px;
  }
    .facilities ul li {
      height: 55px;
    }
    .facilities ul li img {
      width: 35px;
      height: 35px;
      margin: 0px 20px 0px 0px;
    }
      .facilities ul li:hover img {
        width: 35px;
        height: 35px;
        margin: 0px 30px 0px 0px;
      }

/* Middle */
  .middle {
    width: 100%;
    padding: 50px 40px 20px 40px;
  }
    .testemonials {
      width: 50%;
    }
      .testemonial {
        width: 85%;
        margin: 0px 0px 30px 0px;
      }
        .testemonial .img-wrapper {
          width: 60px;
          height: 60px;
        }
        .testemonial .img-wrapper img {
          width: 60px;
        }
          .testemonial:hover .img-wrapper img {
          }
        .testemonial span {
          margin: 18px 0px 0px 15px;
        }
        .testemonial p {          
          margin: 0px 0px 0px 75px;
          top: -10px;
        }
    .middle .gallery a {
      width: 140px;
      height: 100px;
    }
      .middle .gallery a {
        margin: 0px 15px 15px 0px;
      }
        .middle .gallery a:nth-child(3n) {
          margin: 0px 0px 15px 0px;
        }
      .middle .gallery a img {
        width: 140px;
        height: 100px;
      }

/* Footer */
  .footer {
    width: 100%;
    padding: 50px 40px 30px 40px;
  }
    .footer .directions {
      width: 55%;
    }
      .footer .directions .map {
        width: 245px;
        height: 150px;
      }
      .footer .directions p {
        margin: 20px 0px 0px 20px;
      }
        .footer .directions a {
        }
          .footer .directions a:hover {
          }
    .footer .wheater {
      width: 45%;
      margin: 20px 0px 0px 0px;
    }
      .wheater .day {
        width: 75px;
      }
        .wheater .day {
        }
          .wheater .day:first-child {
          }
        .wheater .day .img-wrapper {
          width: 40px;
          height: 40px;
        }
          .wheater .day .img-wrapper img {
            top: 0px;
            height: 40px;
            width: 200px;
          }
          .wheater .day .temperature {
            margin: 10px 0px 0px 10px;
          }
    .footer .news {
      width: 45%;
      margin: 20px 0px 0px 0px;
    }
      .footer .news ul {
        line-height: 25px;
      }
    .footer .copyright {
      width: 40%;
      margin: 40px 0px 0px 0px;
    }
    .footer .socials-wrapper {
      width: 60%;
      margin: 40px 0px 0px 0px;
    }
    .footer ul.socials {
      right: 0px;
    }
      .footer ul.socials li {
        margin: 0px 0px 0px 8px;
      }
        .footer ul.socials li a {
        }
        .footer ul.socials li a img {
          width: 30px;
          height: 30px;
        }
          .footer ul.socials li a:hover {
          }

/* Content */
  .container {
  }
    .no-sidebar {
      width: 100%;
    }
    .with-sidebar {
    }
      .with-sidebar .content {
      }
  .content {
    padding: 50px 50px 50px 50px;  
  }

  .list {
    margin: 50px 0px 0px 0px;
  }

/* Gallery */
  .gallery a {
      width: 200px;
      height: 150px;
      margin: 0px 10px 10px 0px;
  }
    .gallery a img {
    }

/* Sidebar */
  .sidebar { 
    padding: 50px 30px 50px 30px;  
  }
    .sidebar .widget {
      width: 100%;
      margin: 0px 0px 50px 0px;
    }
      .widget h2, .widget-title {
        margin: 0px 0px 20px 0px;
      }
      .widget ul {
      }
        .widget ul li {
        }
          .widget ul li a {
          }
            .widget ul li a:hover {
            }
      .widget .gallery a {
        width: 75px;
        height: 75px;
      }


  /* Directions */
    .directions {
    }
    .directions .map {
      width: 400px;
      height: 300px;
    }
      .directions .directions-content {
        width: 200px;
        margin: 10px 0px 20px 20px;
      }
        .directions .directions-content p {
          width: 100%;
          margin: 10px 0px 10px 0px;
        }
      .directions a {
      }

  /* Message */
    .message {
      height: 60px;
      margin-bottom: 30px;
    }
      .message .wrapper {
        margin-bottom: 0px;
        margin-top: 0px;
      }
      .message img {
        width: 40px;
        height: 40px;
        margin: 10px 0px 0px 0px;
      }
      .message p {
        margin: 18px 0px 0px 20px;
      }
    /* Message for mobile devices */
    .message-mobile {
      display: none;
    }

}

/* Desktops ----------- */
@media (min-width : 1025px) {
  /* Wrapper */
  .wrapper {
    width: 980px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  /* Content */
    .with-sidebar .content {
      width: 730px;
    }  

  /* Sidebar */
    .sidebar {
      width: 250px;
    }
}

/* Ipad / Kindle landscape ------------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  /* Wrapper */
  .wrapper {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  /* Content */
    .with-sidebar .content {
      width: 730px;
    }  

  /* Sidebar */
    .sidebar {
      width: 279px;
    }
}

/* Tablets portrait ----------- */
@media only screen and (min-width : 385px) and (max-width : 768px) {

/* Body - general */
  body {
  }

  * {
  }

  .cleaner {
  }

  .wrapper {
  }

  /* Fonts */
  h1 {
  }

  h2 {
  }

  h3 {
  }

  h4 {
  }

  p {
  }

  a {
  }
    a:hover {
    }

  .img-wrapper {
  }

  /* Buttons */
  .button, .comments #submit {
    padding: 10px 40px 10px 40px;
  }
    .button:hover {
    }

  /* Form */
  input, textarea, select {
  }

  input[type='text'], input[type='email'], input[type='password'], textarea, select {
    padding: 15px 20px 15px 20px;
  }

  select {
  }

  .input-wrapper {
  }

/* Header */
  .header {
    width: 100%;
    padding: 25px 40px 25px 40px;
  }
    .logo {
      float: none;

      width: 200px;
      height: 70px;
      margin: 0 auto;
    }
      .logo img {
        width: 200px;
      }
    .menu-wrapper {
      width: 100%;
      height: 60px;
      margin: 40px 0px 0px 0px;
    }
      .menu-trigger {
        display: none;
      }
      .menu {
        position: relative;
        
        margin: 0 auto;
        width: 660px;
      }
        ul.menu li {
          margin: 0px 25px 0px 0px;
        }
          ul.menu li a {
          }
          ul.menu li a span {
          }
          ul.menu li.reservation-btn {
            margin: -10px 0px 0px 0px;
            padding: 10px 10px 10px 10px;
          }
            ul.menu li.reservation-btn a {
            }
              ul.menu li.reservation-btn a:hover {
              }
            ul.menu li.reservation-btn a span {
            }

/* Slider */
  .slider {
    width: 100%;
    height: 422px;
  }
    .slider img {
      width: 100%;
      top: 0px;
      left: 0px;
    }
    .slider img.active {
    }
    .video-slider {
      width: 100%;
      height: 422px;
    }
      .video-slider video {
        width: 900px !important;
        height: 600px !important;
        top: -90px;
        left: -30px;
      }

/* Welcome */
  .welcome {
    width: 100%;
    padding: 50px 40px 50px 40px;
  }
    .welcome-wrapper {
      width: 100%;
      margin-bottom: 50px;
    }
    .welcome p {
      margin: 30px 0px 0px 0px;
      width: 100%;
    }
  .facilities {
    margin: 0px 0px 0px 0px;
  }
  .facilities ul {
    margin: 30px 0px 0px 0px;
  }
    .facilities ul li {
      height: 55px;
    }
    .facilities ul li img {
      width: 35px;
      height: 35px;
      margin: 0px 20px 0px 0px;
    }

/* Middle */
  .middle {
    width: 100%;
    padding: 50px 40px 50px 40px;
  }
    .testemonials {
      width: 50%;
    }
      .testemonial {
        width: 85%;
        margin: 0px 0px 30px 0px;
      }
        .testemonial .img-wrapper {
          width: 60px;
          height: 60px;
        }
        .testemonial .img-wrapper img {
          width: 60px;
        }
        .testemonial span {
          margin: 18px 0px 0px 15px;
        }
        .testemonial p {          
          margin: 0px 0px 0px 75px;
          top: -10px;
        }
    .middle .gallery a {
      width: 140px;
      height: 100px;
    }
      .middle .gallery a {
        margin: 0px 15px 15px 0px;
      }
        .middle .gallery a:nth-child(2n) {
          margin: 0px 0px 15px 0px;
        }
      .middle .gallery a img {
        width: 140px;
        height: 100px;
      }

/* Footer */
  .footer {
    width: 100%;
    padding: 50px 40px 30px 40px;
  }
    .footer .directions {
      width: 60%;
    }
      .footer .directions .map {
        width: 245px;
        height: 150px;
      }
      .footer .directions p {
        margin: 20px 0px 0px 20px;
      }
        .footer .directions a {
        }
          .footer .directions a:hover {
          }
    .footer .news {
      width: 40%;
      margin: 20px 0px 0px 0px;
    }
      .footer .news ul {
        line-height: 25px;
      }
    .footer .wheater {
      width: 40%;
      margin: 0px 0px 20px 0px;
    }
      .wheater .day {
        width: 75px;
        margin: 0px 0px 20px 0px;
      }
        .wheater .day {
        }
          .wheater .day:first-child {
          }
        .wheater .day .img-wrapper {
          width: 40px;
          height: 40px;
        }
          .wheater .day .img-wrapper img {
            top: 0px;
            height: 40px;
            width: 200px;
          }
          .wheater .day .temperature {
            margin: 10px 0px 0px 10px;
          }
    .footer .copyright {
      width: 35%;
      margin: 40px 0px 0px 0px;
    }
    .footer .socials-wrapper {
      width: 65%;
      margin: 40px 0px 0px 0px;
    }
    .footer ul.socials {
      right: 0px;
    }
      .footer ul.socials li {
        margin: 0px 0px 0px 8px;
      }
        .footer ul.socials li a {
        }
        .footer ul.socials li a img {
          width: 30px;
          height: 30px;
        }
          .footer ul.socials li a:hover {
          }

/* Content */
  .container {
  }
    .no-sidebar {
      width: 100%;
    }
    .with-sidebar {
    }
      .with-sidebar .content {
        width: 70%;
      }
  .content {
    padding: 50px 50px 50px 50px;  
  }

  .list {
    margin: 50px 0px 0px 0px;
  }

/* Gallery */
  .gallery a {
      width: 200px;
      height: 150px;
      margin: 0px 10px 10px 0px;
  }
    .gallery a img {
    }

/* Sidebar */
  .sidebar { 
    width: 30%;
    padding: 50px 30px 50px 30px;  
  }
    .sidebar .widget {
      width: 100%;
      margin: 0px 0px 50px 0px;
    }
      .widget h2, .widget-title {
        margin: 0px 0px 20px 0px;
      }
      .widget ul {
      }
        .widget ul li {
        }
          .widget ul li a {
          }
            .widget ul li a:hover {
            }
      .widget .gallery a {
        width: 60px;
        height: 60px;
      }


  /* Directions */
    .directions {
    }
    .directions .map {
      width: 400px;
      height: 300px;
    }
      .directions .directions-content {
        width: 200px;
        margin: 30px 0px 20px 0px;
      }
        .directions .directions-content p {
          margin: 30px 0px 0px 0px;
        }
      .directions a {
      }

  /* Message */
    .message {
      height: 60px;
      margin-bottom: 30px;
    }
      .message .wrapper {
        margin-bottom: 0px;
        margin-top: 0px;
      }
      .message img {
        width: 40px;
        height: 40px;
        margin: 10px 0px 0px 0px;
      }
      .message p {
        margin: 18px 0px 0px 20px;
      }
    /* Message for mobile devices */
    .message-mobile {
      display: none;
    }

}

/* Mobile ----------- */
@media only screen and (max-width : 384px) {

/* Body - general */
  body {
  }

  * {
  }

  .cleaner {
  }

  .wrapper {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  /* Fonts */
  h1 {
  }

  h2 {
  }

  h3 {
  }

  h4 {
  }

  p {
  }

  a {
  }
    a:hover {
    }

  .img-wrapper {
  }

  /* Buttons */
  .button, .comments #submit {
    padding: 10px 40px 10px 40px;
  }
    .button:hover {
    }

  /* Form */
  input, textarea, select {
  }

  input[type='text'], input[type='email'], input[type='password'], textarea, select {
    padding: 15px 20px 15px 20px;
  }

  select {
  }

  .input-wrapper {
  }

/* Header */
  .header {
    width: 100%;
    padding: 25px 30px 25px 30px;
  }
    .logo {
      float: left;

      width: 120px;
      height: 40px;
      margin: 0 auto;
    }
      .logo img {
          height: 100%;
        }
    .menu-wrapper {
      display: none;
      position: absolute;
      background-color: #fff;
      z-index: 999;

      top: 0px;
      left: 0px;
      width: 100%;
      margin: 0px 0px 0px 0px;
      padding: 30px 20px 140px 20px;
    }
      #menu-wrapper:target {
        display: block;
      }
      .menu-trigger {
        display: block;

        margin: 10px 0px 0px 50px;
      }
      .menu {
        position: relative;
        
        margin: 0 auto;
        width: 100%;
      }
        ul.menu li {
          float: none;
          text-align: center;

          margin: 0px 0px 20px 0px;
        }
          ul.menu li a {
          }
          ul.menu li a span {
          }
          ul.menu li.reservation-btn {
            margin: -10px 0px 0px 0px;
            padding: 10px 10px 10px 10px;
          }
            ul.menu li.reservation-btn a {
            }
              ul.menu li.reservation-btn a:hover {
              }
            ul.menu li.reservation-btn a span {
            }

/* Slider */
  .slider {
    width: 100%;
    height: 200px;
  }
    .slider img {
      width: 100%;
      top: 0px;
      left: 0px;
    }
    .slider img.active {
    }
    .video-slider {
      width: 100%;
      height: 422px;
    }
      .video-slider video {
        width: 900px !important;
        height: 600px !important;
        top: -90px;
        left: -300px;
      }


/* Welcome */
  .welcome {
    width: 100%;
    padding: 50px 40px 50px 40px;
  }
    .welcome-wrapper {
      width: 100%;
      margin-bottom: 50px;
    }
    .welcome p {
      margin: 30px 0px 0px 0px;
      width: 100%;
    }
  .facilities {
    margin: 0px 0px 0px 0px;
  }
  .facilities ul {
    margin: 30px 0px 0px 0px;
  }
    .facilities ul li {
      height: 55px;
    }
    .facilities ul li img {
      width: 35px;
      height: 35px;
      margin: 0px 20px 0px 0px;
    }

/* Middle */
  .middle {
    width: 100%;
    padding: 50px 40px 50px 40px;
  }
    .testemonials {
      width: 100%;
    }
      .testemonial {
        width: 100%;
        margin: 0px 0px 30px 0px;
      }
        .testemonial .img-wrapper {
          width: 60px;
          height: 60px;
        }
        .testemonial .img-wrapper img {
          width: 60px;
        }
        .testemonial span {
          margin: 18px 0px 0px 15px;
        }
        .testemonial p {          
          margin: 0px 0px 0px 75px;
          top: -10px;
        }
    .middle .gallery {
      margin: 30px 0px 0px 0px;
    }
    .middle .gallery a {
      width: 100%;
    }
      .middle .gallery a {
        margin: 10px 0px 0px 0px;
      }
      .middle .gallery a img {
        width: 100%;
      }

/* Footer */
  .footer {
    width: 100%;
    padding: 50px 40px 30px 40px;
  }
    .footer .directions {
      width: 100%;
    }
      .footer .directions .map {
        width: 100%;
        height: 150px;
      }
      .footer .directions p {
        margin: 20px 0px 0px 0px;
      }
        .footer .directions a {
        }
          .footer .directions a:hover {
          }
    .footer .news {
      text-align: left;
      width: 100%;
      margin: 50px 0px 20px 0px;
    }
      .footer .news ul {
        line-height: 25px;
      }
    .footer .wheater {
      width: 100%;
      margin: 50px 0px 20px 0px;
    }
      .wheater .day {
        width: 75px;
        margin: 0px 0px 20px 0px;
      }
        .wheater .day {
        }
          .wheater .day:first-child {
          }
        .wheater .day .img-wrapper {
          width: 40px;
          height: 40px;
        }
          .wheater .day .img-wrapper img {
            top: 0px;
            height: 40px;
            width: 200px;
          }
          .wheater .day .temperature {
            margin: 10px 0px 0px 10px;
          }
    .footer .copyright {
      width: 100%;
      margin: 40px 0px 0px 0px;
    }
    .footer .socials-wrapper {
      width: 100%;
      margin: 40px 0px 100px 0px;
    }
    .footer ul.socials {
      right: 0px;
    }
      .footer ul.socials li {
        margin: 0px 0px 0px 8px;
      }
        .footer ul.socials li a {
        }
        .footer ul.socials li a img {
          width: 30px;
          height: 30px;
        }
          .footer ul.socials li a:hover {
          }

/* Content */
  .container {
  }
    .no-sidebar {
      width: 100%;
    }
    .with-sidebar {
      width: 100%;
    }
      .with-sidebar .content {
      }
  .content {
    display: block !important;
    padding: 50px 30px 50px 30px;  
  }
    .content h1 {
      float: none;
      width: 80%;
      padding: 20px 0px 20px 0px; 
      margin: 0px 0px 0px 30px;   
    }

  .list {
    margin: 0px 0px 0px 0px;
  }

/* Gallery */
  .gallery a {
    float: none;
    margin: 0px 0px 10px 0px;
  }
    .gallery a img {
        width: 100%;
    }

/* Sidebar */
  .sidebar { 
    display: block !important;
    width: 100%;
    padding: 50px 30px 50px 30px;  
  }
    .sidebar .widget {
      width: 100%;
      margin: 0px 0px 50px 0px;
    }
      .widget h2, .widget-title {
        margin: 0px 0px 20px 0px;
      }
      .widget ul {
      }
        .widget ul li {
        }
          .widget ul li a {
          }
            .widget ul li a:hover {
            }
      .widget .gallery a {
        width: 100%;
      }


  /* Directions */
    .directions {
    }
    .directions .map {
      width: 100%;
      height: 300px;
    }
      .directions .directions-content {
        width: 200px;
        margin: 30px 0px 20px 30px;
      }
        .directions .directions-content p {
          width: 200px;
          margin: 30px 0px 0px 0px;
        }
      .directions a {
      }

  /* Message */
    .message {
      height: 60px;
      margin-bottom: 30px;
    }
      .message .wrapper {
        margin-bottom: 0px;
        margin-top: 0px;
      }
      .message img {
        width: 40px;
        height: 40px;
        margin: 10px 0px 0px 0px;
      }
      .message p {
        margin: 18px 0px 0px 20px;
      }
    /* Message for mobile devices */
    .message-mobile {
      display: none;
    }

}
/* Category */
	.list .item {
		position: relative;
		background-color: #fff;
	}
		.list .item .img-wrapper {
			position: relative;
			float: left;
		}
			.list .item .img-wrapper img {
				-webkit-transition: all 0.3s ease-out;
		        -moz-transition: all 0.3s ease-out;
		        -o-transition: all 0.3s ease-out;
		        transition: all 0.3s ease-out;
			}
		.list .item .info {
			position: relative;
			float: left;
		}
			.list .item .info h2 {
				position: relative;
				float: left;
			}
			.list .item .info .item-content {
				position: relative;
				float: left;
				color: #333 !important;
			}
			.list .item .info .button {
				position: relative;
				float: left;
			}
			.list .item .info .beds-wrapper {
				position: relative;
				float: left;
			}
				.beds {
					position: absolute;
					text-align: right;
				}
				.bed {
					position: relative;
					float: left;
					-webkit-border-radius: 50%;
					-moz-border-radius: 50%;
					border-radius: 50%;
				}
			.list .item .info .distance-wrapper {
				position: relative;
				float: left;
			}
				.distance {
					position: absolute;
					text-align: right;
					font-size: 20px;
					font-weight: 300;
				}
			.list .item .info span.tags {
				position: relative;
				float: left;
				font-style: italic;
				font-size: 13px;
				color: #888;
			}

/* Desktops, Tablets landscape ----------- */
@media only screen and (min-width : 769px) {

	/* DEFAULT LAYOUT */
	.list-default .item {
		width: 100%;
		height: 260px;
		margin: 0px 0px 30px 0px;
	}
		.list-default .item .img-wrapper {
			width: 350px;
			height: 100%;
		}
			.list-default .item .img-wrapper img {
				width: 350px;
				height: 100%;
			}
			.list-default .item .img-wrapper img:hover {
				-moz-transform: scale(1.2);
	            -o-transform: scale(1.2);
	            -webkit-transform: scale(1.2);
	            -ms-transform: scale(1.2);
	            transform: scale(1.2);
			}
		.list-default .item .info {
			margin: 30px 0px 0px 30px;
			width: 490px;
		}
			.list-default .item .info h2 {
				width: 380px;
			}
			.list-default .item .info .item-content {
				margin: 15px 0px 0px 0px;
				width: 380px;
				height: 80px;
			}
			.list-default .item .info .button {
				margin: 30px 0px 0px 0px;
			}
			.list-default .item .info .beds-wrapper {
				width: 90px;
				margin: 10px 0px 0px 0px;
			}
				.beds {
					right: 0px;
				}
				.bed {
					width: 12px;
					height: 12px;
					margin: 0px 0px 0px 5px;
				}
					.exceeted {
						font-size: 12px;
						color: #fff;
						text-align: center;

						width: 25px !important;
						height: 25px !important;
						margin-top: -5px !important;
						line-height: 25px;
					}
					.bed img {
						width: 12px;
					}
			.list-default .item .info .distance-wrapper {
				width: 90px;
			}
				.distance {
					right: 0px;
				}
			.list-default .item .info span.tags {
				margin: 30px 0px 0px 40px;
			}

	/* SQUARE LAYOUT */
	.list-square {
		clear: both;
	}
	.list-square .item {
		float: left;

		width: 420px;
		height: 600px;
		margin: 0px 0px 30px 0px;
	}
		.list-square .item:nth-child(odd){
			margin-right: 40px;
		}
		.list-square .item .img-wrapper {
			width: 420px;
			height: 270px;
		}
			.list-square .item .img-wrapper img {
				width: 100%;
			}
			.list-square .item .img-wrapper img:hover {
				-moz-transform: scale(1.1);
	            -o-transform: scale(1.1);
	            -webkit-transform: scale(1.1);
	            -ms-transform: scale(1.1);
	            transform: scale(1.1);
			}
		.list-square .item .info {
			text-align: center !important;

			margin: 30px 0px 0px 30px;
			width: 340px;
		}
			.list-square .item .info h2 {
				width: 340px;
			}
			.list-square .item .info .item-content {
				margin: 15px 0px 0px 0px;
				width: 100%;
				height: 100px;
			}
			.list-square .item .info .button {
				display: inline-block;
				float: none !important;

				margin: 0 auto !important;
			}
			.list-square .item .info .beds-wrapper {

				width: 100%;
				margin: 10px 0px 0px 0px;
			}
				.list-square .item .info .beds-wrapper .beds {
					position: relative !important;
					display: inline-block;
				}
				.bed {
					width: 12px;
					height: 12px;
					margin: 0px 0px 0px 5px;
				}
			.list-square .item .info .distance-wrapper {
				width: 100%;
			}
				.list-square .item .info .distance-wrapper .distance {
					position: relative !important;
					text-align: center;
					
					margin-top: 10px;
				}
			.list-square .item .info span.tags {
				display: none;

				margin: 30px 0px 0px 40px;
			}

}

/* Tablets portrait ----------- */
@media only screen and (min-width : 385px) and (max-width : 768px) {

	/* Category */
	.list .item {
		width: 100%;
		height: 260px;
		margin: 0px 0px 30px 0px;
	}
		.list .item .img-wrapper {
			width: 300px;
			height: 100%;
		}
			.list .item .img-wrapper img {
				height: 100%;
			}
		.list .item .info {
			margin: 30px 0px 0px 30px;
			width: 300px;
		}
			.list .item .info h2 {
				width: 200px;
			}
			.list .item .info .item-content {
				margin: 15px 0px 0px 0px;
				height: 80px;
				width: 290px;
				overflow: hidden;
			}
			.list .item .info .button {
				margin: 30px 0px 0px 0px;
			}
			.list .item .info .beds-wrapper {
				width: 70px;
				margin: 0px 0px 0px 0px;
			}
				.beds {
					right: 0px;
				}
				.bed {
					width: 12px;
					height: 12px;
					margin: 0px 0px 0px 3px;
				}
					.exceeted {
						font-size: 12px;
						color: #fff;
						text-align: center;

						width: 25px !important;
						height: 25px !important;
						margin-top: -5px !important;
						line-height: 25px;
					}
			.list .item .info .distance-wrapper {
				width: 90px;
			}
				.distance {
					right: 0px;
				}
			.list .item .info span.tags {
				display: none;
				margin: 30px 0px 0px 40px;
			}

}

/* Mobile ----------- */
@media only screen and (max-width : 384px) {

	.content {
		padding: 0px 0px 0px 0px;
	}

	/* Category */
	.list .item {
		float: left;
		width: 100%;
		margin: 0px 0px 30px 0px;
		padding-bottom: 30px;
	}
		.list .item .img-wrapper {
			float: none;

			width: 100%;
			height: 200px;
		}
			.list .item .img-wrapper img {
				width: 100%;
			}
		.list .item .info {
			float: none;
			box-sizing: border-box; /* Opera/IE 8+ */ 
			-webkit-box-sizing: border-box; /* Safari, Chrome */ 
			-moz-box-sizing: border-box; /* Firefox */ 

			margin: 30px 0px 0px 0px;
			padding-left: 30px;
			width: 100%;
		}
			.list .item .info h2 {
				float: none;

				width: 100%;
			}
			.list .item .info .item-content {
				width: 80%;
				margin: 15px 0px 0px 0px;
			}
			.list .item .info .button {
				margin: 20px 0px 0px 0px;
			}
			.list .item .info .beds-wrapper {
				display: none;

				width: 70px;
				margin: 10px 0px 0px 0px;
			}
				.beds {
					right: 0px;
				}
				.bed {
					width: 12px;
					height: 12px;
					margin: 0px 0px 0px 3px;
				}
					.exceeted {
						font-size: 12px;
						color: #fff;
						text-align: center;

						width: 25px !important;
						height: 25px !important;
						margin-top: -5px !important;
						line-height: 25px;
					}
			.list .item .info .distance-wrapper {
				display: none;
			}
				.list .item .info .distance-wrapper .distance {
					right: 0px;
				}
			.list .item .info span.tags {
				display: none;
				margin: 30px 0px 0px 40px;
			}

}
/* Detail */
	.detail h1 {	
	}
	.detail p {
		clear: both;
	}
	.detail .beds-wrapper {
		position: relative;
		float: left;
	}
	.detail .distance-wrapper {
		position: relative;
		float: left;
	}
	.detail .img-wrapper {
		position: relative;
		float: left;
		background-color: gray;
	}
		.detail .img-wrapper img {
			position: absolute;
		}
			.detail .img-wrapper a:first-child {
				z-index: 999;
			}
			.detail .img-wrapper a .open-gallery-trigger {
				color: #fff;
				font-size: 18px;
				text-align: center;
				display: none;
				position: absolute;
				zoom: 1;
		        filter: alpha(opacity=50);
		        opacity: 0.5;
			}
			.detail .img-wrapper a:hover > .open-gallery-trigger {
				display: block;
			}
	.detail .amenities {
		position: relative;
		clear: both;
	}
		.amenities p {
			font-style: italic;
			color: #888;
		}
		.amenities span {
			font-weight: 400;
			font-style: normal;
		}
	.detail .booking {
		position: relative;
		float: left;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-color: #f0f0f0;
	}
		.booking .price {
			position: relative;
			font-size: 50px;
			font-weight: 700;
			text-align: center;
			float: left;
			line-height: 30px;
		}
			.price span {
				font-size: 20px;
				font-weight: 400;
			}
		.booking form {
			position: relative;
			float: left;
		}
			.booking form .booking-checkin {
				position: relative;
			}
			.booking form .booking-checkout {
				position: relative;
			}
				.input-wrapper .datepicker-icon {
					position: absolute;
					background-image: url('assets/ico/datepicker.png');
					background-size: 15px 15px;
				}
			.booking form input[type='submit'] {
			}
	.detail .extended-info {
		position: relative;
		float: left;
		font-style: italic;
		color: #888;
	}

	.detail .directions .directions-content {
		float: left;
	}

	/* Formating */
	.detail h1 {
		font-size: 30px;
		font-weight: 700;
	}
	.detail h2 {
		font-size: 20px;
		font-weight: 700;
	}
	.detail h3 {
		font-size: 18px;
	}
	.detail h4 {
		font-size: 16px;
	}
	.detail h1, .detail h2, .detail h3, .detail h4, .detail p, .detail ul, .detail ol, .detail blockquote {
	}
	.detail a:hover {
		text-decoration: underline;
	}
	.detail ul, .detail ol {
		line-height: 32px;
	}
	.detail blockquote {
		background: #f1f1f1;
		font-style: italic;
	    border-left: 10px solid #ccc;
	    quotes: "\201C""\201D""\2018""\2019";
	}
		.detail blockquote:before {
			color: #ccc;
		    content: open-quote;
		    font-size: 4em;
		    line-height: 0.1em;
		}
		.detail blockquote p {
			display: inline;
		}
		.detail img {
			border: 0px !important;
		}
	.detail .bypostauthor {
		font-size: #f0f0f0;
	}

/* Desktops, Tablets landscape ----------- */
@media only screen and (min-width : 769px) {

	/* Detail */
	.detail h1 {
		float: left;

		width: 80%;
	}
	.detail p {
	}
	.detail .beds-wrapper {
		width: 20%;
		margin: 13px 0px 0px 0px;
	}
	.detail .distance-wrapper {
		width: 20%;
		margin: 10px 0px 0px 0px;
	}
	.detail .img-wrapper {
		margin: 20px 0px 30px 0px;
		width: 100%;
		height: 400px;
	}
		.detail .img-wrapper img {
			width: 100%;	
			top: 0px;
			left: 0px;
		}
			.detail .img-wrapper a:first-child {
			}
			.detail .img-wrapper a .open-gallery-trigger {
				height: 100%;
				width: 100%;
				padding: 180px 0px 0px 0px;
				top: 0px;
				left: 0px;
			}
			.detail .img-wrapper a:hover > .open-gallery-trigger {
			}
	.detail .amenities {
		margin: 30px 0px 30px 0px;
	}
		.amenities p {
		}
		.amenities span {
		}
	.detail .booking {
		padding: 10px 10px 10px 10px;
		width: 100%;
		margin: 40px 0px 40px 0px;
	}
		.booking .price {
			width: 50%;
			margin: 20px 0px 0px 0px;
		}
			.price span {
			}
		.booking form {
			width: 50%;
		}
			.booking form .booking-checkin {
				width: 145px;
			}
			.booking form .booking-checkout {
				width: 145px;
				margin-left: 10px;
			}
				.input-wrapper .datepicker-icon {
					top: 16px;
					right: 16px;
					width: 15px;
					height: 15px;
				}
			.booking form input[type='submit'] {
				width: 100%;
				margin: 10px 0px 0px 0px;
			}
	.detail .extended-info {
		width: 100%;
	}

	.detail .directions {
		margin: 30px 0px 30px 0px;
	}

	/* Formating */
	.detail h1 {
	}
	.detail h2 {
	}
	.detail h3 {
	}
	.detail h4 {
	}
	.detail h1, .detail h2, .detail h3, .detail h4, .detail p, .detail ul, .detail ol, .detail blockquote {
		margin: 0px 0px 25px 0px;
	}
	.detail a:hover {
	}
	.detail ul, .detail ol {
		margin-left: 20px;
	}
	.detail blockquote {
	    padding: 8px 10px;
	}
		.detail blockquote:before {
		    margin-right: 0.25em;
		    vertical-align: -30px;
		}
		.detail blockquote p {
		}
		.detail img {
		}


}

/* Tablets portrait ----------- */
@media only screen and (min-width : 385px) and (max-width : 768px) {

	/* Detail */
	.detail h1 {
		float: left;

		width: 80%;
	}
	.detail p {
	}
	.detail .beds-wrapper {
		width: 20%;
		margin: 20px 0px 0px 0px;
	}
	.detail .distance-wrapper {
		width: 20%;
		margin: 10px 0px 0px 0px;
	}
	.detail .img-wrapper {
		margin: 20px 0px 30px 0px;
		width: 100%;
		height: 400px;
	}
		.detail .img-wrapper img {
			width: 100%;
			top: 0px;
			left: 0px;
		}
			.detail .img-wrapper a:first-child {
			}
			.detail .img-wrapper a .open-gallery-trigger {
				top: 45%;
				left: 150px;
			}
			.detail .img-wrapper a:hover > .open-gallery-trigger {
			}
	.detail .amenities {
		margin: 30px 0px 30px 0px;
	}
		.amenities p {
		}
		.amenities span {
		}
	.detail .booking {
		padding: 10px 10px 10px 10px;
		width: 100%;
		margin: 40px 0px 40px 0px;
	}
		.booking .price {
			width: 50%;
			margin: 50px 0px 0px 0px;
		}
			.price span {
			}
		.booking form {
			width: 50%;
		}
			.booking form .booking-checkin {
				width: 100%;
				margin: 0px 0px 10px 0px;
			}
			.booking form .booking-checkout {
				width: 100%;
			}
				.input-wrapper .datepicker-icon {
					top: 16px;
					right: 16px;
					width: 15px;
					height: 15px;
				}
			.booking form input[type='submit'] {
				width: 100%;
				margin: 10px 0px 0px 0px;
			}
	.detail .extended-info {
		width: 100%;
	}

	.detail .directions {
		margin: 30px 0px 30px 0px;
	}

}

/* Mobile ----------- */
@media only screen and (max-width : 384px) {

	/* Detail */
	.detail p {
		width: 80%;
	}
	.detail .beds-wrapper {
		float: none;
		width: 100%;
	}
		.detail .beds-wrapper .beds {
			left: 30px;
		}
		.detail .beds-wrapper .bed {
			width: 15px;
			height: 15px;
			margin: 0px 5px 40px 0px;
		}
			.detail .beds-wrapper .bed img {
				width: 15px;
			}
	.detail .distance-wrapper {
		float: none;
		width: 100%;
		height: 20px;
	}
		.detail .distance {
			left: 25px !important;
		}
	.detail .img-wrapper {
		float: none;
		margin: 40px 0px 30px 0px;
		width: 100%;
		height: 250px;
	}
		.detail .img-wrapper img {
			height: 100%;	
			top: 0px;
			left: 0px;
		}
			.detail .img-wrapper a:first-child {
			}
			.detail .img-wrapper a .open-gallery-trigger {
				top: 45%;
				left: 50px;
			}
			.detail .img-wrapper a:hover > .open-gallery-trigger {
			}
	.detail .amenities {
		margin: 30px 0px 30px 0px;
		width: 80%;
	}
		.amenities p {
		}
		.amenities span {
		}
	.detail .booking {
		padding: 10px 10px 10px 10px;
		width: 100%;
		margin: 40px 0px 40px 0px;
	}
		.booking .price {
			width: 100%;
			float: none;
			padding: 20px 0px 20px 0px;
		}
			.price span {
			}
		.booking form {
			width: 100%;
		}
			.booking form .booking-checkin {
				width: 280px;
				margin: 0px 0px 10px 0px;
			}
			.booking form .booking-checkout {
				width: 280px;
			}
				.input-wrapper .datepicker-icon {
					top: 16px;
					right: 16px;
					width: 15px;
					height: 15px;
				}
			.booking form input[type='submit'] {
				width: 100%;
				margin: 10px 0px 0px 0px;
			}
	.detail .extended-info {
		width: 80%;
	}

	.detail .directions {
		margin: 30px 0px 30px 0px;
	}
		.detail .directions .map {
			margin: 0px 0px 0px 0px;
			width: 305px;
		}

	/* Formating */
	.detail h1 {
		margin: 0px 0px 0px 25px;
	}
	.detail h2 {
	}
	.detail h3 {
	}
	.detail h4 {
	}
	.detail h2, .detail h3, .detail h4, .detail p, .detail ul, .detail ol, .detail blockquote {
		margin: 0px 0px 25px 25px;
	}
	.detail a:hover {
	}
	.detail ul, .detail ol {
		margin-left: 40px !important;
	}
	.detail blockquote {
	    padding: 8px 10px;
	}
		.detail blockquote:before {
		    margin-right: 0.25em;
		    vertical-align: -30px;
		}
		.detail blockquote p {
		}
		.detail img {
		}


}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/* Reservation */
		.reservation h1 {
			position: relative;
			clear: both;
			color: #fff;
		}
		.reservation select, .reservation-name, .reservation textarea {
		}
		.reservation-checkin, .reservation-checkout, .reservation-people, .reservation select, .reservation-phone, .reservation-email, .reservation-name, .reservation textarea {
			position: relative;
			float: left;
		}
			.reservation-checkin, .reservation-checkout {
			}
			.reservation-checkout {
			}
			.reservation-people, .reservation-phone {
			}
			.reservation-email {
			}
			.reservation textarea {
			}
			.reservation-name {	
			}
			.reservation input[type='submit'] {
				position: relative;
				float: left;
			}
			.reservation p {
				position: relative;
				float: left;
				color: #fff;
			} 
	  /* Check status */
	    .input-wrapper .status {
	      position: absolute;
	      overflow: hidden;
	    }
	      .input-wrapper .status img {
	        position: relative;
	      }
	    .ipt-error {
	      background-color: #fddfdf !important;
	    }
	    .ipt-correct {
	      background-color: #fff !important;
	    }

		.input-privacy {
			margin: 20px 0;
			padding: 5px;
			font-size: 16px;
		}

		.input-privacy-old:hover {
			background-color: #ccc;
		}

		.input-privacy input {
			float: left;
			margin: 3px 10px 20px 0;
		}



		

/* Desktops, Tablets landscape ----------- */
@media only screen and (min-width : 769px) {

		.reservation h1 {
			margin: 0px 0px 50px 0px;
		}
		.reservation select, .reservation-name, .reservation textarea {
			width: 630px;
		}
			.no-sidebar .reservation select, .no-sidebar .reservation-name, .no-sidebar .reservation textarea {
				width: 880px;
			}
		.reservation-checkin, .reservation-checkout, .reservation-people, .reservation select, .reservation-phone, .reservation-email, .reservation-name, .reservation textarea {
			margin-bottom: 10px;
		}
			.reservation-checkin, .reservation-checkout {
				width: 160px;
				margin-bottom: 30px;
			}
			.reservation-checkout {
				margin-left: 10px;
			}
			.reservation-people, .reservation-phone {
				width: 290px;
				margin-left: 10px;
			}
				.no-sidebar .reservation-people, .no-sidebar .reservation-phone {
					width: 540px;
					margin-left: 10px;
				}
			.reservation-email {
				width: 330px;
			}
			.reservation textarea {
				height: 200px;
			}
			.reservation-name {	
			}
			.reservation input[type='submit'] {
			}
			.reservation p {
				margin: 10px 0px 0px 20px;
			} 
	  /* Check status */
	    .input-wrapper .status {
	      top: 15px;
	      right: 13px;
	      width: 20px;
	      height: 20px;
	    }
	      .input-wrapper .status img {
	        height: 20px;
	      }
	    .ipt-error {
	    }
	    .ipt-correct {
	    }

}

/* Tablets portrait ----------- */
@media only screen and (min-width : 385px) and (max-width : 768px) {

		.reservation h1 {
			margin: 0px 0px 50px 0px;
		}
		.reservation select, .reservation-name, .reservation textarea, .reservation-people {
			width: 400px;
		}
			.no-sidebar select, .no-sidebar .reservation-name, .no-sidebar textarea {
				width: 600px;
			}
			.no-sidebar .reservation-people {
				margin-left: 10px;
				width: 240px;
			}
		.reservation-checkin, .reservation-checkout, .reservation-people, .reservation select, .reservation-phone, .reservation-email, .reservation-name, .reservation textarea {
			margin-bottom: 10px;
		}
			.reservation-checkin, .reservation-checkout {
				width: 195px;
			}
			.reservation-checkout {
				margin-left: 10px;
			}
			.reservation-people {
				margin-bottom: 30px;
			}
			.reservation-phone {
				width: 190px;
				margin-left: 10px;
			}
				.no-sidebar .reservation-phone {
					width: 240px;
				}
			.reservation-email {
				width: 200px;
			}
				.no-sidebar .reservation-email {
					width: 400px;
				}
			.reservation textarea {
				height: 200px;
			}
			.reservation-name {	
			}
			.reservation input[type='submit'] {
			}
			.reservation p {
				margin: 10px 0px 0px 20px;
			} 
	  /* Check status */
	    .input-wrapper .status {
	      top: 15px;
	      right: 13px;
	      width: 20px;
	      height: 20px;
	    }
	      .input-wrapper .status img {
	        height: 20px;
	      }
	    .ipt-error {
	    }
	    .ipt-correct {
	    }

}

/* Mobile ----------- */
@media only screen and (max-width : 384px) {
	
		.reservation form {
			margin: 0px 0px 0px 20px;
		}
		.reservation select, .reservation-name, .reservation textarea, .reservation-people {
			width: 260px;
		}
		.reservation-checkin, .reservation-checkout, .reservation-people, .reservation select, .reservation-phone, .reservation-email, .reservation-name, .reservation textarea {
			margin-bottom: 10px;
		}
			.reservation-checkin, .reservation-checkout {
				width: 125px;
			}
			.reservation-checkout {
				margin-left: 10px;
			}
			.reservation-people {
				margin-bottom: 30px;
			}
			.reservation-phone {
				width: 125px;
				margin-left: 10px;
			}
			.reservation-email {
				width: 125px;
			}
			.reservation textarea {
				height: 200px;
			}
			.reservation-name {	
			}
			.reservation input[type='submit'] {
			}
			.reservation p {
				margin: 10px 0px 40px 20px;
			} 
	  /* Check status */
	    .input-wrapper .status {
	      top: 15px;
	      right: 13px;
	      width: 20px;
	      height: 20px;
	    }
	      .input-wrapper .status img {
	        height: 20px;
	      }
	    .ipt-error {
	    }
	    .ipt-correct {
	    }

}
.archive .item {
	position: relative;
	background-color: #fff;
	clear: both;
}
	.archive h1 {
	}
	.archive .item .info {
		float: left;
		color: #333;
	}
	.archive .item .img-wrapper {
		float: left;
	}
		.archive .item .img-wrapper img {
		}
	.archive .item p {
	}
	.archive .item a:hover {
		text-decoration: underline;
	}
	.archive .item span {
		position: absolute;
		font-size: 11px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-color: #f7f7f7;
		color: #333;
	}

/* Desktops, Tablets landscape ----------- */
@media only screen and (min-width : 769px) {

	.archive .item {
		width: 100%;
		height: 120px;
		margin: 0px 0px 20px 0px;
	}
	.archive h1 {
		margin: 0px 0px 50px 0px;
	}
	.archive .item .info {
		width: 72%;
		margin: 15px 0px 0px 20px;
	}
	.archive .item .img-wrapper {
	}
		.archive .item .img-wrapper img {
			width: 120px;
			height: 120px;
		}
	.archive .item p {
		margin: 10px 0px 0px 0px;
	}
	.archive .item a:hover {
	}
	.archive .item span {
		padding: 3px 5px 3px 5px;
		top: 15px;
		right: 20px;
	}

}

/* Tablets portrait ----------- */
@media only screen and (min-width : 385px) and (max-width : 768px) {

	.archive .item {
		width: 100%;
		height: 140px;
		margin: 0px 0px 20px 0px;
	}
	.archive h1 {
		margin: 0px 0px 50px 0px;
	}
	.archive .item .info {
		width: 74%;
		margin: 15px 0px 0px 20px;
	}
	.archive .item .img-wrapper {
		width: 90px;
		height: 140px;
	}
		.archive .item .img-wrapper img {
			width: 140px;
			height: 140px;
		}
	.archive .item p {
		margin: 10px 0px 0px 0px;
	}
	.archive .item a:hover {
	}
	.archive .item span {
		padding: 3px 5px 3px 5px;
		top: 15px;
		right: 20px;
	}

}

/* Mobile ----------- */
@media only screen and (max-width : 384px) {

	.archive .item {
		width: 100%;
		height: 160px;
		margin: 0px 0px 20px 0px;
	}
	.archive h1 {
		margin: 0px 0px 50px 25px;
	}
	.archive .item .info {
		width: 80%;
		margin: 15px 0px 0px 20px;
	}
	.archive .item .img-wrapper {
		display: none;
	}
	.archive .item p {
		margin: 10px 0px 0px 0px;
	}
	.archive .item a:hover {
	}
	.archive .item span {
		padding: 3px 5px 3px 5px;
		top: 15px;
		right: 20px;
	}

}