/**
 * Global color palette
 * =================================
 * - Generic colors
 * - Color scheme
 * - Common colors
 * - Links
 * - Text selection
 * - <hr>
 * - Any others..
 */
#auto-slider-using-animation-keyframes {
  width: 100%;
  overflow: hidden;
}

#slider {
  width: 100%;
  position: relative;
  padding: 0px;
  float: left;
  /* animation duration: 16s : 5x ~3s display image + 5x ~0.2s slide */
  /*   animation: cycle 16s infinite;
      -moz-animation: slide 16s infinite;
      -webkit-animation: slide 16s infinite;
      -o-animation: slide 16s infinite;*/
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slide img p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 60px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.simple-nav ul {
  list-style: none;
  background-color: #444;
  text-align: center;
  padding: 0;
  margin: 0;
}

.simple-nav ul li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #888;
}

.simple-nav ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
}

.simple-nav ul li a :hover {
  background-color: #005f5f;
}

.simple-nav ul li a .active {
  background-color: #fff;
  color: #444;
  cursor: default;
}

@media screen and (min-width: 600px) {
  .simple-nav li {
    width: 120px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
  }
  /* Option 1 - Display Inline */
  .simple-nav li {
    display: inline-block;
    margin-right: -4px;
  }
}

/* Options 2 - Float
    .nav li {
      float: left;
    }
    .nav ul {
      overflow: auto;
      width: 600px;
      margin: 0 auto;
    }
    .nav {
      background-color: #444;
    }*/
.menu-header {
  text-align: center;
  float: left;
  position: relative;
  width: 100%;
  -webkit-box-shadow: -4px 9px 20px 0px #ececec;
          box-shadow: -4px 9px 20px 0px #ececec;
}

.menu-header a {
  padding: 0;
  display: block;
  text-decoration: none;
  color: #555;
}

@media only screen and (max-width: 1000px) {
  .menu-nav > ul > li > a {
    padding: 20px 23px;
  }
}

.card-main {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: white;
}

.card {
  border: 1px solid black;
  margin: 0 15px;
}

.card img {
  width: 100%;
  height: 250px;
}

.card .card-body {
  padding: 30px;
  text-align: left;
}

.card .card-body h3 {
  margin-bottom: 40px;
  font-size: 1.4em;
}

.card .card-body .details {
  margin-bottom: 40px;
  list-style-type: none;
}

.card .card-body .details li {
  line-height: 2;
  position: relative;
}

.card .card-body .details :before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  float: left;
  left: -1.5em;
  top: 0.74em;
  background-color: black;
}

.card .card-body .btn {
  background-color: #148df0;
  color: white;
  text-decoration: none;
  color: #ffffff;
  font-size: 1em;
  padding: 10px;
}

.card .card-body .btn:hover {
  background-color: #000000;
}

.card img:hover {
  opacity: 0.3;
}

footer {
  width: 100%;
  float: left;
  background-color: #01bfff;
  padding-top: 40px;
}

.footer-main {
  width: 100%;
  float: left;
}

.footer-details {
  float: left;
  width: 25%;
  list-style-type: none;
  padding-bottom: 30px;
}

.footer-details img {
  width: 70%;
}

.footer-details h3 {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-details ul {
  padding-left: 0;
}

.footer-details ul li {
  line-height: 2;
  list-style-type: none;
}

.footer-details ul li a {
  text-decoration: none;
  color: #ffffff;
}

.footer-details address {
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 20px;
  font-style: normal;
}

.footer-details a {
  text-decoration: none;
}

.footer-details a p {
  color: #ffffff;
  line-height: 1;
}

.footer-social ul li {
  float: left;
  font-size: 38px;
  margin-right: 30px;
}

.footer-social ul li .fa-google-plus-square:hover {
  color: #DB4437;
}

.footer-social ul li .fa-facebook-square:hover {
  color: #3B5998;
}

.footer-social ul li .fa-twitter-square:hover {
  color: #1DA1F2;
}

#foot {
  width: 100%;
  float: left;
  background-color: #316161;
  padding-top: 40px;
}

#foot h3 {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 20px;
}

#foot ul {
  padding-left: 0;
}

#foot ul li {
  line-height: 2;
  font-size: 1em;
  list-style-type: none;
}

#foot ul li .i-name {
  margin-left: 8px;
}

#foot ul li a {
  text-decoration: none;
  color: #ffffff;
}

#foot address {
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 20px;
}

#foot a {
  text-decoration: none;
}

#foot a p {
  color: #ffffff;
  line-height: 1;
}

.copyright {
  color: #484848;
  text-align: center;
  width: 100%;
  float: left;
  background-color: #ffffff;
}

.copyright p {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

.copyright p a {
  color: #01bfff;
  text-decoration: none;
}

.copyright p span {
  color: #01bfff;
}

.checkin {
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
}

.checkin h3 {
  font-size: 40px;
  opacity: 0.15;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: "Quicksand", sans-serif;
  color: #000000;
}

.checkin h4 {
  position: absolute;
  margin: 0;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #000000;
  transform: translateY(35%);
  -webkit-transform: translateY(35%);
  height: 50px;
}

.section-change2 .email {
  font-size: 16px;
  font-weight: 700;
  opacity: 1;
  text-transform: lowercase;
  text-align: center;
  letter-spacing: 0.01em;
  font-family: "Quicksand", sans-serif;
  color: #000000;
}

.section-change2 .email a {
  color: #000000;
}

.section-change2 .email:after {
  width: 200px;
  height: 1px;
  background: #484848;
  display: block;
  content: '';
  margin: 0.5em auto;
}

.section-change2 .phone {
  font-size: 16px;
  font-weight: 700;
  opacity: 1;
  text-transform: lowercase;
  text-align: center;
  letter-spacing: 0.01em;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  margin: 0;
}

.section-change2 .phone a {
  color: #000000;
}

.checkout {
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
}

.checkout h3 {
  font-size: 40px;
  opacity: 0.15;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  color: #000000;
  font-family: "Quicksand", sans-serif;
}

.checkout h4 {
  position: absolute;
  margin: 0;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #000000;
  transform: translateY(35%);
  -webkit-transform: translateY(35%);
  height: 50px;
}

.section-change2 .line1 {
  font-size: 16px;
  font-weight: 700;
  opacity: 1;
  text-transform: lowercase;
  text-align: center;
  letter-spacing: 0.01em;
  font-family: "Quicksand", sans-serif;
  color: #000000;
}

.section-change2 .line1:after {
  width: 50%;
  height: 1px;
  background: #484848;
  display: block;
  content: '';
  margin: 0.5em auto;
}

.section-change2 .line2 {
  font-size: 16px;
  font-weight: 700;
  opacity: 1;
  text-transform: lowercase;
  text-align: center;
  letter-spacing: 0.01em;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  margin: 0;
}

.footer-bottom {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  color: #ffffff;
  background: #000000;
  margin-top: 40px;
}

.footer-bottom .text-footer a {
  color: #ffffff;
}

.footer-bottom p {
  text-align: center;
  margin: 0.5em;
}

.center-foot {
  width: 70%;
  text-align: center;
  margin: 100px auto 0;
}

.center-foot .brand:after {
  width: 50px;
  height: 2px;
  background: #000000;
  display: block;
  content: '';
  margin: 0.5em auto;
}

.center-foot .icon-social {
  display: inline-block;
  text-align: center;
}

.center-foot .icon-social .icon {
  display: block;
  float: left;
  text-align: center;
  margin: 10px;
}

.center-foot .icon-social a {
  color: #000000;
}
.form-control.error {
  position: relative;
  top:0;
  left:0
}
.book-form input[type="text"], .book-form input[type="email"], .book-form input[type="tel"], select#country, select#country1, textarea, input#datepicker, input#datepicker2 {
  width: 98%;
  color: #383838;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  padding: 8px 10px 10px 30px;
  outline: none;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #e9ebf0;
  line-height: 2em;
  position: relative;
  top:0;
}

#form {
  position: relative;
  padding-left: 50px;
  float: left;
  width: 100%;
}

.bg-agile {
  float: left;
  width: 100%;
  position: relative;
  padding: 3em 1em 2.5em 0;
  background: #fff;
}

.book-form {
  margin: 0;
  width: 100%;
}

.book-form .form-text {
  position: relative;
}

.book-form i {
  position: absolute;
  color: #01bfff;
  top: 7px;
  width: 34px;
  line-height: 25px;
  text-align: center;
}

.book-form input[type="submit"] {
  text-transform: capitalize;
  background: #01bfff;
  color: #ffffff;
  padding: 0.7em 0;
  border: none;
  border: 2px solid #01bfff;
  font-weight: bold;
  font-size: 1em;
  margin-top: 1.5em;
  width: 50%;
  float: right;
  outline: none;
  letter-spacing: 8px;
  -webkit-transition: .5s all;
  transition: .5s all;
  cursor: pointer;
}

.book-form input[type="submit"]:hover {
  background: #01bfff;
  border-color: #01bfff;
  color: #ffffff;
}

.book-form ::-webkit-input-placeholder {
  color: #999999 !important;
}

.book-form :-moz-placeholder {
  color: #999999 !important;
}

.book-form :-ms-input-placeholder {
  color: #999999 !important;
}

select#country option {
  background: #000000;
}

select#country1 option {
  background: #000000;
}

.phone_email {
  margin-bottom: 1.5em;
  float: left;
}

.span1_of_1 {
  margin-bottom: 1.5em;
  float: left;
}

.phone_email1 {
  float: right;
}

.book_date {
  position: relative;
}

.section_room {
  position: relative;
}

.agile-reservation-grid {
  background: #01bfff;
  padding: 2em;
}

.book-appointment h2 {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 2em;
  font-weight: 500;
  letter-spacing: 7px;
}

button {
  background: #01bfff;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  width: 25%;
  padding: 1em;
  border: none;
  border-radius: 100px;
  cursor: pointer;
}

.ipro-brand {
  width: 100%;
  text-align: center;
  padding: 1em 0 0;
}

.logo-fixed {
  display: none;
}

#banner .slick-prev, #banner .slick-next {
  top: 92%;
}

#banner h1 {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 60px;
  text-shadow: 5px 5px 18px #b5b5b5;
  font-weight: 800;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.3);
  width: 800px;
  height: 150px;
  margin: 0 auto;
}

header {
  float: left;
  width: 100%;
  font-family: "Quicksand", sans-serif;
  background: #ffffff;
  position: relative;
}

header .logo {
  padding: 0;
}

header .logo img {
  width: 25%;
}

header .top-bar {
  background: #ffffff;
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 0;
  padding: 0.5em;
}

header .top-bar ul {
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}

header .top-bar ul li a {
  color: #fff;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
}

header .top-bar ul .call {
  padding: 1em;
  position: relative;
}

header .top-bar ul .call a {
  width: 200px;
  border: 1px solid;
  padding: 0.5em;
}

header .top-bar ul .book-button {
  padding: 1em;
  position: relative;
}

header .top-bar ul .book-button a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
  background: #01bfff;
  color: #ffffff !important;
  padding: 0.75em;
}

header .top-bar ul .book-button a:hover {
  background: #ffffff;
  border: 1px solid #e9ebf0;
  color: #000000;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  cursor: pointer;
}

header .brand {
  float: left;
  background: #ffffff;
  padding-bottom: 10px;
}

header .brand img {
  width: 30%;
}

header .main-menu {
  background: #ffffff;
  color: #000000;
}

header #main-nav {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  float: left;
  border-top: 1px solid #efefef;
}

header #main-nav .call .icon-phone-1:before {
  content: '\e803';
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
  font-size: 14px;
}

header .button-top {
  float: left;
  top: 1em;
  position: absolute;
  right: 0;
  text-align: center;
}

header .button-top .book-button {
  color: #ffffff !important;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}

header .button-top .book-button a {
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
  background: #01bfff;
  padding: 0.5em 1em;
  border-radius: 50px;
}

header .button-top .book-button a:hover {
  background: #ffffff;
  color: #000000 !important;
  border: 1px solid #383838;
  border-radius: 50px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  padding: 0.5em 1em;
}

header .book-button {
  color: #ffffff !important;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}

header .book-button a {
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
  background: #01bfff;
  border-radius: 50px;
  padding: 0.5em 1em !important;
  border: 1px solid #01bfff;
}

header .book-button a:hover {
  background: #ffffff;
  color: #000000 !important;
  border: 1px solid #383838;
  border-radius: 50px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  padding: 0.5em 1em !important;
  border: 2px solid #01bfff;
}

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  z-index: 999;
}

.fixed .ipro-brand {
  display: none;
}

.fixed .ipro-brand img {
  width: 20%;
}

.fixed .logo-fixed {
  display: block;
  margin: 0 auto;
  width: 20%;
}

.fixed .menu-nav > ul > li.active > a:after, .fixed .menu-nav > ul > li:hover > a:after {
  left: 10px;
  bottom: 5px;
}

#banner {
  position: relative;
  padding: 0  0 100px 0;
  float: left;
  width: 100%;
}

#about {
  position: relative;
  padding: 50px 0;
  float: left;
  width: 100%;
}

#about .heading {
  float: left;
  width: 100%;
}

#about .heading h5 {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  margin: 0;
}

#about .heading h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  font-family: "Quicksand", sans-serif;
  margin: 0;
  margin-left: 80px;
  font-size: 24px;
  position: relative;
  padding-bottom: 40px;
}

#about .heading h2:before {
  content: "";
  width: 70px;
  height: 1px;
  background: #383838;
  position: absolute;
  left: -80px;
  top: 15px;
}

#about .details {
  padding: 1em 0;
  float: left;
  width: 100%;
}

#about .details .call a {
  color: #000000;
}

#about .details span {
  display: inline-block;
  letter-spacing: 0.05em;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  margin: 0 0 1em;
}

#about .details p {
  display: block;
  letter-spacing: 0.05em;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  float: left;
  font-weight: 500;
  text-align:justify;
}

#about .ethics {
  float: left;
  position: relative;
  width: 100%;
  padding: 20px 0;
}

#about .ethics .circle {
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #e9ebf0;
  border-radius: 50%;
  background: #ffffff;
}

#about .ethics .circle:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 24px;
  border: solid #01bfff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 25%;
}

#about .ethics .circle:after {
  content: '';
  display: block;
  position: absolute;
  width: 225px;
  border: solid #e9ebf0;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  border-width: 1px 0 0 0;
}

#about .ethics p {
  text-transform: uppercase;
  float: left;
  position: relative;
  width: 100%;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

#about .schedule {
  float: left;
  position: relative;
  width: 100%;
  font-family: "Quicksand", sans-serif;
}

#about .schedule .check-in {
  text-align: center;
  border: 1px solid #e9ebf0;
  padding: 1em;
  margin: 5px;
}

#about .schedule .check-in h3 {
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

#about .schedule .check-in h5 {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0.5em;
  letter-spacing: 0.02em;
}

#about .schedule .check-out {
  text-align: center;
  border: 1px solid #e9ebf0;
  padding: 1em;
  margin: 5px;
}

#about .schedule .check-out h3 {
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

#about .schedule .check-out h5 {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0.5em;
  letter-spacing: 0.02em;
}

#about .schedule .reception {
  text-align: center;
  border: 1px solid #e9ebf0;
  padding: 1em;
  margin: 5px;
}

#about .schedule .reception h3 {
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

#about .schedule .reception h5 {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0.5em;
  letter-spacing: 0.02em;
}

#about .schedule .booknow {
  text-align: center;
  border: 1px solid #e9ebf0;
  padding: 0.5em 1em;
  margin: 5px;
}

#about .schedule .booknow a {
  background: #ffffff;
  color: #01bfff;
}

#about .schedule .booknow a:hover {
  background: #01bfff;
  color: #ffffff;
}

#about .schedule .booknow .book {
  padding: 1.7em 0;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

#accommodation {
  position: relative;
  padding: 50px 0;
  float: left;
  width: 100%;
}

#accommodation .heading {
  float: left;
  width: 100%;
}

#accommodation .heading h5 {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  margin: 0;
}

#accommodation .heading h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  font-family: "Quicksand", sans-serif;
  margin: 0;
  margin-left: 80px;
  font-size: 24px;
  position: relative;
  padding-bottom: 40px;
}

#accommodation .heading h2:before {
  content: "";
  width: 70px;
  height: 1px;
  background: #383838;
  position: absolute;
  left: -80px;
  top: 15px;
}

#accommodation .facilities {
  float: left;
  position: relative;
  padding: 0px 0;
  width: 100%;
}

#accommodation .facilities .list {
  float: left;
  position: relative;
  width: 100%;
  padding: 5px 0;
}

#accommodation .facilities .list ul {
  margin: 0;
}

#accommodation .facilities .list ul li {
  line-height: 2.0em !important;
  margin: 20px 0;
  font-weight: 500;
}

#accommodation .facilities .list .name {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  font-family: "Quicksand", sans-serif;
  margin: 0 0 10px 0;
  position: relative;
  font-size: 20px;
  margin-top: 20px;
}

#accommodation .facilities .list .description {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  margin: 0 0 20px 0;
  position: relative;
  font-size: 16px;
}

#accommodation .images {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 40px;
}

#accommodation .images .image1, #accommodation .images .image2, #accommodation .images .image3, #accommodation .images .image4 {
  float: left;
  width: 100%;
  padding: 0 0.4px;
}

#accommodation .images .image1 img, #accommodation .images .image2 img, #accommodation .images .image3 img, #accommodation .images .image4 img {
  height: 250px;
  width: 100%;
}

#la {
  position: relative;
  padding: 50px 0;
  float: left;
  width: 100%;
  border: 1px solid #e9ebf0;
  margin: 50px 0;
}

#la .heading {
  float: left;
  width: 100%;
}

#la .heading h5 {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  margin: 0;
}

#la .heading h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  font-family: "Quicksand", sans-serif;
  margin: 0;
  margin-left: 80px;
  font-size: 24px;
  position: relative;
  padding-bottom: 40px;
}

#la .heading h2:before {
  content: "";
  width: 70px;
  height: 1px;
  background: #383838;
  position: absolute;
  left: -80px;
  top: 15px;
}

#la .rating {
  text-align: center;
}

#la .rating .la-imagebox {
  padding: 10px;
  border: 1px solid #858585;
  margin: 10px;
}

#la .rating .stars {
  font-size: 24px;
  color: #ffd100;
}

#gallery {
  position: relative;
  padding: 50px 0;
  float: left;
  width: 100%;
}

#gallery .heading {
  float: left;
  width: 100%;
}

#gallery .heading h5 {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  margin: 0;
}

#gallery .heading h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  font-family: "Quicksand", sans-serif;
  margin: 0;
  margin-left: 80px;
  font-size: 24px;
  position: relative;
  padding-bottom: 40px;
}

#gallery .heading h2:before {
  content: "";
  width: 70px;
  height: 1px;
  background: #383838;
  position: absolute;
  left: -80px;
  top: 15px;
}

#gallery .g-image {
  padding: 0 5px;
}

#gallery .plus-button {
  background: 0 0;
  padding: 1em;
  color:#01bfff;
  text-align: center;
  margin: 0 auto;
  width: 150px;
  height: 50px;
  position: relative;
  top: 45%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  left: 0;
  right: 0;
  opacity: 1;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  cursor: pointer;
  bottom: 0;
  border: 1px solid #fff;
  -webkit-box-shadow: 2px 2px 10px #ccc;
  box-shadow: 2px 2px 10px #ccc;
}

#gallery .plus-button:hover {
  background: #01bfff;
  color: #ffffff;
  -webkit-box-shadow: 4px 4px 50px #e9ebf0;
  box-shadow: 4px 4px 50px #e9ebf0;
}

#testimonial {
  position: relative;
  padding: 100px 0;
  float: left;
  width: 100%;
}

#testimonial .heading {
  float: left;
  width: 100%;
}

#testimonial .heading h5 {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  margin: 0;
}

#testimonial .heading h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  font-family: "Quicksand", sans-serif;
  margin: 0;
  margin-left: 80px;
  font-size: 24px;
  position: relative;
  padding-bottom: 40px;
}

#testimonial .heading h2:before {
  content: "";
  width: 70px;
  height: 1px;
  background: #383838;
  position: absolute;
  left: -80px;
  top: 15px;
}

#testimonial .review {
  position: relative;
  float: left;
  display: block;
}

#testimonial .review:before {
  position: absolute;
  left: 0;
  height: 100%;
  content: "";
  border-left: 1px solid #e9ebf0;
}

#testimonial .review p {
  letter-spacing: 0.01em;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  margin: 0;
  font-size: 16px;
  position: relative;
  padding: 1em 2em 1em 1em;
  text-align: justify;
}

#testimonial .review p:after {
  position: absolute;
  left: 0px;
  height: 100%;
  content: "";
  border-left: 3px solid #01bfff;
  top: 0;
}

#testimonial .review .details {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 60px;
}

#testimonial .review .details .name {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  font-family: "Quicksand", sans-serif;
  font-size: 24px;
  position: relative;
  margin: 0 1em 0 0.8em;
}

#testimonial .review .details .place {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  position: relative;
  margin: 0 1em 1em 1em;
}

#testimonial .review .details .init {
  width: 50px;
  height: 50px;
  background: #01bfff;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 2em;
  margin-right: 80px;
  text-align: center;
  padding: 1em;
}

#footer {
  position: relative;
  float: left;
  width: 100%;
}

#footer .foot {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}

#footer .foot .icon {
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #e9ebf0;
  border-radius: 100px;
}

#footer .foot .icon .demo-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

#footer .foot .mail, #footer .foot .call, #footer .foot .location {
  position: relative;
  margin: 0 auto;
}

#footer .foot .mail p, #footer .foot .call p, #footer .foot .location p {
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
}

#footer .foot .mail a, #footer .foot .call a, #footer .foot .location a {
  color: #000000;
}

#footer .social-icons {
  float: left;
  display: block;
  width: 100%;
  position: relative;
  margin: 2em 0 0;
  border-bottom: 1px solid #e9ebf0;
}

#footer .social-icons ul {
  list-style-type: none;
  float: left;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#footer .social-icons ul li {
  display: inline-block;
  margin-bottom: 1em;
}

#footer .social-icons ul li i {
  font-size: 18px;
  color: #383838;
  margin: 0 0.5em;
}

#contact {
  position: relative;
  padding: 50px;
  float: left;
  width: 100%;
}

#contact .map {
  height: 600px;
}

#contact .heading {
  float: left;
  width: 100%;
}

#contact .heading h5 {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  margin: 0;
}

#contact .heading h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  font-family: "Quicksand", sans-serif;
  margin: 0;
  margin-left: 80px;
  font-size: 24px;
  position: relative;
}

#contact .heading h2:before {
  content: "";
  width: 70px;
  height: 1px;
  background: #383838;
  position: absolute;
  left: -80px;
  top: 15px;
}

.button_cnt {
  float: left;
  width: 100%;
  position: relative;
  margin: 1.5em 0;
}

.btn-success {
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
  background: #01bfff;
  border-radius: 50px;
  padding: 0.5em 1em;
  border: 1px solid #01bfff;
  font-weight: 500;
}

.btn-success:hover {
  background: #ffffff;
  color: #000000 !important;
  border: 2px solid #383838;
  border-radius: 50px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  padding: 0.5em 1em;
}

/* demo style */
/* demo style */
.arrows {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 80px;
  margin-top: -150px;
}

.arrow-to-top {
  position: absolute;
  top: 0;
  text-align: center;
  /* -------------------------------- */
}

.arrow-to-top .cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.arrow-to-top .cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #ff7300;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.arrow-to-top .cd-nugget-info a:hover {
  opacity: .8;
}

.arrow-to-top .cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}

.arrow-to-top .cd-nugget-info span svg {
  display: block;
}

.arrow-to-top .cd-nugget-info .cd-nugget-info-arrow {
  fill: #fff;
}

.arrow-to-top .cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 90%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #01bfff url(../../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s,visibility 0 .3s,background-color .3s 0;
  transition: opacity .3s 0s,visibility 0 .3s,background-color .3s 0;
  z-index: 9;
}

.arrow-to-top .cd-top.cd-top--show,
.arrow-to-top .cd-top.cd-top--fade-out,
.arrow-to-top .cd-top:hover {
  opacity: 0.5;
}

.arrow-to-top .cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.arrow-to-top .cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}

.arrow-to-top .cd-top:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 992px) {
  .visible-small {
    display: block !important;
  }
}

@media only screen and (max-width: 991px) {
  .hide-small {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .visible-large {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) {
  .hide-large {
    display: none !important;
  }
}

@media only screen and (max-width: 1420px) {
  #banner .slick-prev, #banner .slick-next {
    top: 88%;
  }
  .slick-next {
    right: 20% !important;
  }
  .slick-prev {
    left: 65% !important;
  }
  #about .schedule .reception h5, #about .schedule .check-out h5, #about .schedule .check-in h5 {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  #about .schedule .booknow .book {
    padding: 1.45em 0;
  }
  #accommodation .facilities .one .description, #accommodation .facilities .two .description, #accommodation .facilities .three .description, #accommodation .facilities .four .description {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}

@media only screen and (max-width: 1366px) {
  .block .lname p {
    padding: 1em 0 !important;
  }
  #gallery .slick-prev, #gallery .slick-next {
    bottom: 0;
    top: auto;
  }
 
}

@media only screen and (max-width: 1260px) {
  .menu-nav li a {
    padding: 10px 15px !important;
  }
  header .brand img {
    width: 40%;
  }
  .block .description, .block .description2 {
    width: 95% !important;
    height: 200px !important;
    padding: 3em 0 !important;
  }
}

@media only screen and (max-width: 1240px) {
  #accommodation .facilities .one, #accommodation .facilities .two, #accommodation .facilities .three, #accommodation .facilities .four {
    padding: 10px 0;
  }
  #accommodation .facilities .one .name, #accommodation .facilities .two .name, #accommodation .facilities .three .name, #accommodation .facilities .four .name {
    margin: 10px 0;
  }
  #accommodation .facilities .one .description, #accommodation .facilities .two .description, #accommodation .facilities .three .description, #accommodation .facilities .four .description {
    margin: 0;
  }
  #accommodation .facilities {
    padding: 0;
  }
  .name {
    font-size: 16px !important;
  }
  .place {
    font-size: 14px !important;
  }
  .init {
    width: 30px !important;
    height: 30px !important;
    padding: 0.3em !important;
  }
 
  #contact {
    padding: 0;
  }
}

@media only screen and (max-width: 1200px) {
  #banner h1 {
    font-size: 40px;
    height:100px;
    width:450px;
    padding: 10px 0;
  }
  .slick-next {
    right: 15% !important;
  }
  .slick-prev {
    left: 65% !important;
  }
}

@media only screen and (max-width: 1024px) {
  #banner h1 {
    font-size: 30px;
  }
  #banner .slick-prev, #banner .slick-next {
    top: 85%;
  }
  #accommodation .images .image1 img, #accommodation .images .image2 img, #accommodation .images .image3 img, #accommodation .images .image4 img {
    height: auto;
  }
  #about .schedule .check-out h3, #about .schedule .check-in h3, #about .schedule .reception h3 {
    font-size: 16px;
    font-weight: 600;
  }
  #about .schedule .booknow .book {
    padding: 1.25em 0;
  }
  .menu-nav li a {
    padding: 10px 10px !important;
  }
}

@media only screen and (max-width: 992px) {
  .fixed .logo-fixed, header .logo img {
    width: 30%;
  }
  #contact .heading h2 {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .f1, .f2, .f3, .f4 {
    margin: 10px auto;
  }
  #accommodation .images {
    padding-top: 20px;
  }
  #form {
    margin-left: 0;
    padding-left: 0;
    margin-top: 40px;
  }
  .bg-agile {
    padding: 2em 0;
  }
}

@media only screen and (max-width: 768px) {
  .slick-prev, .slick-next {
    top: 80%;
  }
  .slick-prev {
    left: 60% !important;
  }
  #banner {
    padding: 0 0 50px 0;
  }
  #about .ethics .circle:after {
    display: none;
  }
  #accommodation {
    padding: 20px 0;
  }
  #accommodation .heading h2 {
    padding-bottom: 0;
  }
  #testimonial {
    padding: 50px 0;
  }
  .f1, .f2, .f3, .f4 {
    margin: 10px 0;
  }
  #accommodation .images {
    padding-top: 20px;
    padding-left: 0;
  }
  #testimonial .review .details .init {
    width: 50px;
    height: 50px;
    background: #b39d89;
    color: #ffffff;
    border-radius: 50%;
    position: relative;
    left: 1em;
    bottom: 0;
    margin-right: 0;
    text-align: center;
    padding: 1em;
  }
  header .book-button {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  #about .schedule .check-out, #about .schedule .check-in {
    padding: 0.5em;
  }
}

@media only screen and (max-width: 600px) {
  #ota .rating img {
    width: 84%;
  }
  header .logo img {
    width: 50%;
  }
  header .button-top {
    right: 20px;
  }
  .fixed .logo-fixed {
    width: 50%;
    padding: 30px 0 10px;
  }
  #banner h1 {
    font-size: 20px;
    width:240px;
    padding: 20px 0;
  }
  #ota .rating .stars {
    font-size: 14px;
  }
  #about .ethics p {
    font-size: 14px;
  }
  #accommodation .heading h5, #gallery .heading h5, #testimonial .heading h5, #contact .heading h5 {
    font-size: 14px;
  }
  #form {
    padding-top: 20px;
  }
  .map {
    height: 300px !important;
  }
  #banner .slick-slide img {
    height: 200px;
  }
  #contact {
    padding: 10px;
  }
  .slick-prev, .slick-next {
    width: 35px !important;
    height: 35px !important;
  }
  header .button-top .book-button a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 559px) {
  #about {
    padding: 20px;
  }
  #testimonial {
    padding: 20px !important;
  }
}


@media only screen and (max-width: 540px) {
  header .button-top .book-button a {
    font-size: 12px;
  }
}

@font-face {
  font-family: 'fontello';
  src: url("/assets/vendor/icon-fontello/font/fontello.eot");
  src: url("/assets/vendor/icon-fontello/font/fontello.eot?95500281#iefix") format("embedded-opentype"), url("/assets/vendor/icon-fontello/font/fontello.woff?95500281") format("woff"), url("/assets/vendor/icon-fontello/font/fontello.ttf?95500281") format("truetype"), url("/assets/vendor/icon-fontello/font/fontello.svg?95500281#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Quicksand", sans-serif !important;
  overflow-y: scroll;
  overflow-x: hidden;
}

:focus {
  outline: none;
}

a {
  color: #000000;
  text-decoration: none;
}

.slick-slide {
  margin: 0px;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: 1;
}

.slick-slide img {
  width: 100%;
}

.form-group {
  position: relative;
}

.form-group .captcha {
  float: left;
  width: 100%;
  position: relative;
}

.form-group .icon-cw {
  line-height: 70px;
}
/*# sourceMappingURL=custom.css.map */