@charset "UTF-8";
#loading {
  background-color: #333;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  margin-top: 0;
  top: 0;
  overflow: hidden;
}
.book-now {
    position: fixed;
    right: 0%;
    bottom: 30%;
    z-index: 9999;
    
}
.book-now img{
    width:130px;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 50px;
  margin-top: -50px;
  margin-left: -25px;
}
.object {
  width: 50px;
  height: 8px;
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-animation: animate 0.8s infinite;
  animation: animate 0.8s infinite;
}
#object_two {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#object_four {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes animate {
  50% {
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
@keyframes animate {
  50% {
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
body {
  font-family: sans-serif;
  line-height: 1.5em;
}
.text-block {
  padding: 50px 0;
}
.room-img {
  height: 100%;
}
img > .center-image {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.white p {
  color: #fff;
}
.no-gutter > [class*="col-"] {
  padding: 0;
}
.no-padding {
  padding: 0;
}
.white-bg {
  background-color: #fff;
}
.gray-bg {
  background-color: #f2f1f1;
}
.turq-bg {
  background-color: #2aa5ab;
}
.turqdark-bg {
  background-color: #115e61;
}
.outlinedark-bg {
  border: 1px solid #333;
}
.charq-bg {
  background-color: #3f3f3f;
}
.charqdark-bg {
  background-color: #333;
}
ul.avara-ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
.avara-brand h1 {
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: #fff;
  text-align: center;
  font-size: 2.5em;
  padding: 20px 0;
  width: 100%;
  white-space: nowrap;
}
.avara-brand img {
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
}
.logo {
  position: absolute;
  left: 10px;
  padding: 20px;
}
.logo-basic-nav {
  position: absolute;
  z-index: 999;
 /* top: -10px;
  left: -34px;
  padding: 20px;
  width: 264px;*/
}
.logo-basic-nav .img-responsive{
	width: 130px;
}
header {
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
  background: 0 0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
header .logo {
  display: inline-block;
  width: 105px;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header nav {
  display: inline-block;
  float: right;
}
header nav a {
  color: #9fdbfc;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header nav a:hover {
  color: #fff;
}
header.smaller {
  height: 75px;
  background: #333;
}
header.smaller .logo {
  width: 85px;
  padding: 13px 20px;
}
header.smaller nav a {
  line-height: 75px;
}
a.reserve {
  font-size: 2.1rem;
  font-weight: 500;
  position: relative;
  color: #fff;
  float: right;
  padding: 27px 21px;
  top: -1px;
  right: 80px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header.smaller a.reserve {
  background-color: #2aa5ab;
}
a.reserve-classic:after,
a.reserve:after {
  content: "\f073";
  font-family: FontAwesome;
  padding-left: 10px;
}
a.reserve:hover {
  text-decoration: none;
}
.btn-global,
.btn-large,
.btn-medium,
.btn-small {
  font-weight: 300;
  padding: 10px 30px;
  cursor: pointer;
  display: block;
  margin: 10px;
  text-align: center;
  opacity: 1;
}
.btn-global {
  border: 2px solid #d9c706;
  color: #fff;
  font-weight: 700;
}
.btn-global:before {
  background-color: #333;
}
.btn-small {
  padding: 12px 15px;
}
.btn-medium {
  font-size: 0.9em;
}
.btn-large {
  padding: 20px 25px;
}
.btn-featured {
  font-size: 0.9em;
  position: relative;
  left: 40px;
  font-weight: 700;
}
.btn-black {
  background: #333;
  color: #fff;
}
.btn-aqua {
  background: #000;
  color: #fff;
  border: 0;
}
.btn-aqua,
.btn-black,
.btn-global,
.btn-white {
  font-family: 'Poppins';
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    font-weight: 500;
}
.btn-aqua:hover,
.btn-black:hover,
.btn-global:hover,
.btn-white:hover {
  text-decoration: none;
  color: #f2f1f1;
}
.btn-black:hover {
  opacity: 0.9;
}
.overlay.overlay-hugeinc.open {
  z-index: 1001 !important;
  position: fixed;
  height: 100%;
}
section.section-reservation-modal .overlay {
  z-index: -1 !important;
}
.section-reservation-exposed,
.section-reservation-modal {
  z-index: auto !important;
}
.exposed {
  background-color: #333;
  border: 10px solid #232323;
  padding: 25px;
}
.exposed-footer {
  background-color: #474747;
  border: 10px solid #3d3c3c;
  padding: 25px;
}
header {
  z-index: 1001 !important;
}
.ps_control_bsquare .carousel-control {
  z-index: 1000 !important;
}
.section-reservation-modal {
  position: relative;
}
.section-reservation-exposed h1,
.section-reservation-modal h1 {
  font-family: "Playfair Display", serif;
  font-size: 1.4em;
  font-weight: 300;
  color: #fff;
  text-transform: none;
  padding: 5px 0;
}
.section-reservation-exposed h1:after,
.section-reservation-modal h1:after {
  background: 0 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 43%;
  width: 4%;
}
.section-reservation-exposed h2,
.section-reservation-modal h2 {
  font-size: 1.1em;
  font-weight: 300;
  color: #484848;
  line-height: 1.5em;
  padding: 35px 50px 150px 50px;
}
.section-reservation-exposed h1 {
  position: relative;
  bottom: 25px;
}
.section-reservation-modal h3 {
  font-size: 0.3em;
  font-weight: 300;
  color: #999;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: left;
}
.section-reservation-exposed h3 {
  font-size: 0.4em;
  font-weight: 300;
  color: #999;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: left;
  position: relative;
  bottom: 35px;
}
.section-reservation-exposed .questions-wrapper {
  top: -10px;
  position: relative;
}
.simform {
  position: relative;
  margin: 0 auto;
  padding: 2em 0;
  max-width: 860px;
  width: 100%;
  text-align: left;
  font-size: 2.5em;
  text-indent: 0;
}
.simform .submit {
  display: none;
}
.simform ol {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.simform ol:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.35em;
}
.questions-wrapper {
  position: relative;
  top: 10px;
}
.questions li {
  z-index: 100;
  position: relative;
  visibility: hidden;
  height: 0;
  -webkit-transition: visibility 0s 0.4s, height 0s 0.4s;
  transition: visibility 0s 0.4s, height 0s 0.4s;
}
.no-js .questions li,
.questions li.current {
  visibility: visible;
  height: auto;
  -webkit-transition: none;
  transition: none;
}
.questions li > span {
  display: block;
  overflow: hidden;
}
.questions li > span label {
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: #fafafa;
  font-size: 0.57em;
  display: block;
  padding: 10px 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.no-js .questions li > span label,
.questions li.current > span label {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.show-next .questions li.current > span label {
  -webkit-animation: moveUpFromDown 0.4s both;
  animation: moveUpFromDown 0.4s both;
}
@-webkit-keyframes moveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@keyframes moveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.questions input {
  display: block;
  font-weight: 300;
  margin: 0.3em 0 0 0;
  padding: 0.5em 1em 0.5em 0.7em;
  width: calc(100% - 2em);
  border: none;
  background: 0 0;
  color: #cecece;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
  position: relative;
}
.no-js .questions input,
.questions .current input {
  opacity: 1;
}
.questions input:focus,
.simform button:focus {
  outline: 0;
}
.section-reservation-modal .fa-calendar-check-o {
  font-size: 2.2em;
  width: 100%;
  padding-bottom: 15px;
}
.section-reservation-modal button {
  float: right;
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 120px;
  z-index: 999;
  border-radius: 0;
  letter-spacing: 1px;
  border: none;
  padding: 17px 7px;
  outline: 0;
  text-transform: uppercase;
}
.res-next {
  position: absolute;
  right: 0;
  bottom: 2.15em;
  display: block;
  padding: 0;
  width: 2em;
  height: 2em;
  border: none;
  background: 0 0;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
}
.res-next:hover {
  color: rgba(255, 255, 255, 0.5);
}
.res-next::after {
  font-family: FontAwesome;
  content: "\f061";
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-reservation-exposed .res-next::after {
  font-family: FontAwesome;
  content: "\f061";
  position: absolute;
  bottom: -70px;
  color: #fff;
  left: 0;
  width: 100%;
  height: 100%;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.res-next.show {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(20px);
  transform: translateX(0) translateY(20px);
  pointer-events: auto;
  background: 0 0;
}
.simform .progress {
  width: 0%;
  height: 0.15em;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.simform .progress::before {
  position: absolute;
  top: auto;
  width: 100%;
  height: inherit;
  background: rgba(0, 0, 0, 0.05);
  content: "";
}
.simform .number {
  color: #e0dede;
  position: absolute;
  right: 0;
  overflow: hidden;
  margin: 0.4em 0;
  width: 3em;
  font-weight: 700;
  font-size: 0.4em;
}
.simform .number:after {
  position: absolute;
  left: 50%;
  content: "/";
  opacity: 0.4;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.simform .number span {
  float: right;
  width: 40%;
  text-align: center;
}
.simform .number .number-current {
  float: left;
}
.simform .number-next {
  position: absolute;
  left: 0;
}
.simform.show-next .number-current {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.simform.show-next .number-next {
  -webkit-animation: moveUpFromDown 0.4s both;
  animation: moveUpFromDown 0.4s both;
}
.simform .error-message,
.simform .final-message {
  font-family: Lato, sans-serif;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.simform .error-message {
  padding: 0.4em 3.5em 0 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  font-style: italic;
  font-size: 0.4em;
}
.final-message {
  font-weight: 300;
  top: 50%;
  color: #fafafa;
  left: 0;
  padding: 0.5em;
  font-size: 1em;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.error-message.show,
.final-message.show {
  visibility: visible;
  opacity: 1;
}
.final-message.show {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.simform-inner.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.no-js .simform {
  font-size: 1.75em;
}
.no-js .questions li {
  padding: 0 0 2em;
}
.no-js .simform .submit {
  display: block;
  float: right;
  padding: 10px 20px;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.4);
}
.no-js .simform .controls {
  display: none;
}
input[type="text"]::-ms-clear {
  display: none;
}
@media screen and (max-width: 44.75em) {
  .simform {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 33.5625em) {
  .simform {
    font-size: 1.2em;
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #333;
  z-index: 999;
}
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../images/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: 0;
  z-index: 100;
}
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  font-size: 54px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 54px;
}
.overlay ul li a {
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay ul li a:focus,
.overlay ul li a:hover {
  color: #e3fcb1;
}
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
.hero-brand {
  margin: 0 auto;
  text-align: center;
  width: 10%;
}
.section-intro {
  background: #fff;
}
.section-intro h1 {
  font-family: great vibes;
  font-size: 57px;
  font-weight: 300;
  color: #333;
  padding: 30px 10px 10px 10px;
  position: relative;
}
.section-intro h1:after {
  background: #d9c706;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 120%;
  width: 4%;
}
.section-intro h2 {
  font-size: 16px;
    font-weight: 400;
    color: #484848;
    line-height: 25px;
    padding: 30px 30px 30px 30px;
    font-family: 'Poppins';
}
.section-intro h3 {
  font-size: 0.9em;
  font-weight: 400;
  color: #999;
  padding: 60px 50px 0 50px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height:20px;
}
.room-slider h1,
.room-slider h2,
.room-slider p {
  text-align: left;
  padding: 5px 15px;
  text-transform: none;
}
.room-slider a {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding: 10px 30px;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-decoration: none;
  top: 25px;
  border: 2px solid #d9c706;
  background-color: #d9c706;
}
.room-slider a:hover {
  color: #fff;
  border-color: #d9c706;
}
.room-slider p {
  font-family: 'Poppins';
  font-weight: 300;
  color: #000;
  font-size: 16px;
  position: relative;
  top: 3px;
}
.price {
  font-family: 'Poppins';
    color: #333;
    font-size: 23px;
    font-weight: 500;
}
.room-slider h1 {
  font-family: great vibes;
  font-size: 45px;
  font-weight: 300;
  color: #333;
  position: relative;
  left: 0;
}
.room-slider h1:before {
  background: 0 0;
  content: "/";
  height: 2px;
  left: -11px;
  margin: 0 auto;
  position: absolute;
  display: none;
}
.room-slider h1:after {
  background: 0 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 4%;
}
.room-slider h2 {
  font-size: 1.1em;
  font-weight: 300;
  color: #484848;
  line-height: 1.5em;
}
#fw_il_019 {
  overflow: hidden;
  max-height: 645px;
  position: relative;
  background: #000;
}
#fw_il_019:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#fw_il_019:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#fw_il_019 > .carousel-inner > .item {
  width: 100%;
}
.ps_control_bradiustrans .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #000;
  display: block;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  line-height: 45px;
  text-shadow: none;
  position: absolute;
  font-weight: 400;
  background: 0 0;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.ps_control_bradiustrans:hover .carousel-control {
  opacity: 1;
}
.ps_control_bradiustrans .carousel-control.left {
  left: 1%;
}
.ps_control_bradiustrans .carousel-control.right {
  right: 1%;
}
.ps_control_bradiustrans .carousel-control.left:hover,
.ps_control_bradiustrans .carousel-control.right:hover {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.ps_control_bradiustrans .carousel-control.left span:nth-child(1) {
  margin-right: 0;
}
.ps_control_bradiustrans .carousel-control.right > span:nth-child(1) {
  margin-left: 0;
}
#fw_il_019 > .carousel-inner > .item img {
  width: 100%;
}
#fw_il_019 > .carousel-inner > .item > .row {
  margin: 0;
  background-color: #fbfbfb;
}
#fw_il_019 > .carousel-inner > .item > .row > div {
  padding: 0;
  margin-top: -14px;
}
#fw_il_019 > .carousel-inner > .item > .row > div > img {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.fw_il_019_slide {
  padding: 75px;
  margin-top: 15%;
  text-align: left;
}
.fw_il_019_slide_right {
  text-align: right;
}
.fw_il_019_slide_center {
  text-align: center;
}
.featured-block {
  background-color: #f2f1f1;
  position: relative;
}
.featured-block > .container-fluid .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.featured-block > .container-fluid .col-md-6 > img {
  padding: 0;
}
.featured-block > .container-fluid .col-md-6 > .img-right > img {
  padding: 0;
}
.featured-block h1,
.featured-block h2 {
  position: relative;
  padding: 1px 50px;
  text-align: left;
}
.featured-block ul li{
	font-size: 16px;
	line-height: 30px;
	font-family: "poppins";
}
.featured-block h1 {
  font-size: 3em;
  text-transform: none;
}
.featured-block h1:after {
  content: "";
  background: 0 0;
}
.featured-block h2 {
  font-size: 16px;
    color: #484848;
    text-align: justify;
}
#bg-paralax {
  background: url(../new/bg.jpg) no-repeat;
  color: #fff;
  padding: 10% 0;
}
#bg-paralax {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
}
#bg-paralax p {
  margin-bottom: 25px;
  color: #fff;
}
#bg-paralax h2 {
  font-size: 48px;
}
.attraction-block {
  background: 0 0;
  position: relative;
}
.attraction-block > .container-fluid .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.attraction-block > .container-fluid .col-md-6 > img {
  padding: 0;
}
.attraction-block > .container-fluid .col-md-6 > .img-right > img {
  padding: 0;
}
.attraction-block h1,
.attraction-block h2 {
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
}
.attraction-block h1 {
  color: #fdfefe;
  font-size: 3em;
  text-transform: none;
  top: 34%;
}
.attraction-block h1:after {
  content: "";
  background: 0 0;
}
.attraction-block h2 {
  font-size: 1.1em;
  color: #b9b9b9;
  top: 53%;
}
.attraction-block a:hover {
  text-decoration: none;
}
.attraction-block p {
  padding: 10px;
}
.attr-title {
  background-color: #333;
}
.attr-description {
  background-color: #3f3f3f;
}
.attr-img {
  background: 0 0;
}
.panel-block {
  background: 0 0;
  position: relative;
}
.panel-block > .container-fluid .col-md-6,
.panel-block > .container-fluid .col-md-6 > .img-right > img,
.panel-block > .container-fluid .col-md-6 > img {
  padding: 0;
  border: 0;
}
.panel-featured img {
  margin-left: -1px;
}
.panel-block a,
.panel-block h1,
.panel-block h2,
.panel-block p {
  font-family: Lato, sans-serif;
}
.panel-block h1 {
  color: #fff;
  font-weight: 500;
  font-size: 8rem;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
}
.panel-block h1:after {
  content: "";
  background: 0 0;
}
.panel-block h2 {
  font-size: 1.1em;
  color: #b9b9b9;
  top: 53%;
}
.panel-block a,
.panel-block p {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin: 0 auto;
}
.panel-block p {
  font-size: 25px;
    line-height: 30px;
    font-family: 'Poppins';
    font-weight: 500;
  padding-top: 33%;
}
.panel-block a {
  font-size: 1.2rem;
  padding-top: 2%;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.panel-block a:hover {
  color: #2aa5ab;
  text-decoration: none;
}
.panel-description,
.panel-title {
  background-color: #fff;
  position: relative;
}
.panel-img {
  background: 0 0;
}
.box {
  text-align: center;
  position: relative;
}
.box li,
.box ul {
  margin: 0;
}
.attr-link {
  outline: 0;
  text-decoration: none;
  position: absolute;
  font-size: 3em;
  line-height: 1;
  color: #9e9ba4;
  display: inline-block;
  width: 50%;
  text-align: center;
  top: 34%;
}
.link--swift {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  padding: 0 10px 30px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.link--swift:hover {
  color: #1e1a1b;
}
.link--swift span {
  font-size: 50%;
  font-weight: 400;
  position: absolute;
  right: 0;
  left: 0;
  color: #2aa5ab;
  bottom: 0;
  opacity: 0;
  line-height: 1.3em;
  top: 55px;
  -webkit-transform: translate3d(-10px, -10px, 0);
  transform: translate3d(-10px, -10px, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.link--swift:hover span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.section-testimonial {
  background-image: url(../new/testimonial/bg-testimonials.jpg);
  padding: 60px;
}
.testimonial-wrapper {
  background: #fff;
  position: relative;
}
.section-testimonial h1 {
  font-family: great vibes;
  font-size: 45px;
  font-weight: 300;
  color: #333;
  padding: 5px 15px;
  position: relative;
}
.section-testimonial h1:after {
  background: #333;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 120%;
  width: 4%;
}
.section-testimonial h2 {
  font-size: 1.1em;
  font-weight: 300;
  color: #484848;
  line-height: 1.5em;
  padding: 35px 50px 150px 50px;
}
.section-testimonial h3 {
  font-size: 0.9em;
    font-weight: 400;
    color: #999;
    padding: 60px 50px 0 50px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: 'Poppins';
}
.testimonial_094_slide > h5 > a {
  color: #115e61;
  font-size: 16px;
}
.testimonial_094_indicators > .carousel-indicators {
  height: 105px;
}
.testimonial_094_indicators > .carousel-indicators li img {
  border-radius: 50%;
  border: none;
}
.testimonial_094_indicators > .carousel-indicators .active img {
  border: none;
}
.testimonial_094_slide {
  padding: 40px;
}
.section-about {
  padding: 20px;
}
.section-about h1,
.section-about h2 {
  position: relative;
  text-align: center;
}
.section-about h1 {
  font-family: great vibes;
  font-size: 45px;
  font-weight: 300;
  padding: 1px 50px;
  color: #333;
  margin-top: 10px;
}
.section-about h1:after {
  background: #333;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 120%;
  width: 12%;
}
.section-about h2 {
  font-size: 1.1em;
  padding: 10px 50px 1px;
  font-weight: 300;
  color: #484848;
  line-height: 1.5em;
}
.section-about h3 {
    line-height: 20px;
  font-size: 0.9em;
  font-weight: 400;
  color: #999;
  padding: 60px 50px 0 50px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 25px;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.html) no-repeat center center;
}
.section-contact {
  background-color: #fff;
  padding: 20px;
}
.section-contact h1,
.section-contact h2 {
  position: relative;
  text-align: center;
}
.section-contact h1 {
  font-family: "poppins";
  font-size: 30px;
  font-weight: 500;
  padding: 1px 50px;
  color: #333;
  text-transform: uppercase;
}
.section-contact h1:after {
  background: #333;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 120%;
  width: 12%;
}
.section-contact h2 {
  font-size: 16px;
    padding: 10px 50px 1px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    font-family: "Poppins";
}
.section-contact h3 {
  font-size: 0.9em;
  font-weight: 400;
  color: #999;
  padding: 60px 50px 0 50px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: 'Poppins';
}
.rooms-interior {
  background-image: url(../images/rooms-header-01.jpg);
  height: 530px;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.rooms-interior h1 {
  font-family: "Playfair Display", serif;
  font-size: 4.2rem;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  padding: 35px 15px;
  text-align: center;
  position: relative;
}
.rooms-interior h1:after {
  background: #333;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 43%;
  width: 4%;
}
.rooms-interior h2 {
  font-size: 1.1em;
  font-weight: 300;
  color: #484848;
  line-height: 1.5em;
  padding: 35px 50px 150px 50px;
}
.rooms-interior h3 {
  font-size: 0.9em;
  font-weight: 400;
  color: #999;
  padding: 60px 50px 0 50px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#bg-paralax-inside {
  background: url(../images/inside-header-01.jpg) no-repeat;
}
#bg-paralax-rooms {
  background: url(../images/inside-header-02.jpg) no-repeat;
}
#bg-paralax-rooms-alt {
  background: url(../new/about-parallax.jpg) no-repeat;
}
#bg-paralax-about {
  background: url(../images/inside-header-09.jpg) no-repeat;
}
#bg-paralax-gallery {
  background: url(../images/inside-header-08.jpg) no-repeat;
}
#bg-paralax-about,
#bg-paralax-gallery,
#bg-paralax-inside,
#bg-paralax-rooms,
#bg-paralax-rooms-alt {
  color: #fff;
  height: 450px;
}
#bg-paralax-about,
#bg-paralax-gallery,
#bg-paralax-inside,
#bg-paralax-rooms,
#bg-paralax-rooms-alt {
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#bg-paralax-rooms-alt {
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#bg-paralax-about h1,
#bg-paralax-gallery h1,
#bg-paralax-inside h1,
#bg-paralax-rooms h1,
#bg-paralax-rooms-alt h1 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  padding: 35px 15px;
  text-align: center;
  position: relative;
}
#bg-paralax-about h1:after,
#bg-paralax-gallery h1:after,
#bg-paralax-inside h1:after,
#bg-paralax-rooms h1:after {
  background: #fff;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 91%;
  width: 4%;
}
.rooms-block {
  background-color: #fff;
  position: relative;
}
.rooms-block > .container-fluid .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.rooms-block > .container-fluid .col-md-6 > img {
  padding: 0;
}
.rooms-block > .container-fluid .col-md-6 > .img-right > img {
  padding: 0;
}
.rooms-block h1,
.rooms-block h2,
.rooms-block p {
  text-align: left;
  padding: 10px 0;
  text-transform: none;
}
.rooms-block-link a {
  font-family: Lato, sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  color: #333;
  position: relative;
  padding: 25px 0 5px 0;
  text-transform: uppercase;
  text-align: right;
  float: right;
  line-height: 1.1em;
  letter-spacing: 0.2em;
  text-decoration: none;
  border-bottom: 1px solid #525151;
}
.rooms-block-link a:hover {
  color: #999;
  border-color: #999;
}
.rooms-block p {
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: #484848;
  font-size: 1em;
  position: relative;
  margin-bottom: 10px;
}
.rooms-block h1 {
  font-family: "Playfair Display", serif;
  font-size: 2.9em;
  font-weight: 300;
  color: #333;
  position: relative;
  left: 25px;
}
.rooms-block h1:before {
  background: 0 0;
  content: "/";
  height: 2px;
  left: -25px;
  margin: 0 auto;
  position: absolute;
}
.rooms-block h1:after {
  background: 0 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 4%;
}
.rooms-block h2 {
  font-size: 1.1em;
  font-weight: 300;
  color: #484848;
  line-height: 1.5em;
}
.rooms-block h3 {
  font-size: 0.9em;
  font-weight: 400;
  color: #999;
  padding: 60px 28px 0 28px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#tabbed-nav-four,
#tabbed-nav-one,
#tabbed-nav-three,
#tabbed-nav-two {
  padding: 20px 50px;
}
#tabbed-nav-four a,
#tabbed-nav-one a,
#tabbed-nav-three a,
#tabbed-nav-two a {
  font-family: Lato, sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  color: #333;
  position: relative;
  text-transform: uppercase;
}
#tabbed-nav-four a:hover,
#tabbed-nav-one a:hover,
#tabbed-nav-three a:hover,
#tabbed-nav-two a:hover {
  color: #999;
  border-color: #999;
}
.amenity-list {
  font-family: Lato, sans-serif;
  padding-top: 8px;
}
.amenity-list li {
  color: #333;
  padding: 10px 0;
}
.amenity-list li > .fa {
  padding: 0 10px;
  width: 15%;
}
.rates > .fa {
  padding: 0 10px;
}
.rooms-alt {
  background: #fff;
  border: 1px solid #d3d3d3;
  padding: 0;
  margin-bottom: 30px;
}
.rooms-alt h1 {
  color: #333;
  font-size: 2.3rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.rooms-alt h1:after {
  background: #333;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 110%;
  width: 9%;
}
.rooms-alt p {
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: #484848;
  font-size: 1.3rem;
  text-align: center;
  padding: 10px;
}
.rooms-single-block {
  background-color: #f2f1f1;
  position: relative;
}
.rooms-single-block > .container-fluid .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.rooms-single-block > .container-fluid .col-md-6 > img {
  padding: 0;
}
.rooms-single-block > .container-fluid .col-md-6 > .img-right > img {
  padding: 0;
}
.rooms-single-block h1,
.rooms-single-block h2 {
  position: relative;
  padding: 1px 50px;
  text-align: left;
}
.rooms-single-block h1 {
  font-size: 47px;
  text-transform: none;
}
.rooms-single-block h1:after {
  content: "";
  background: 0 0;
}
.rooms-single-block h2 {
  font-size: 1.1em;
  color: #484848;
}
.section-callout {
  background: #333;
}
.section-callout h1 {
  font-family: "Playfair Display", serif;
  font-size: 2.9em;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  position: relative;
}
.section-callout h1:after {
  background: #fff;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 120%;
  width: 4%;
}
.section-callout h2 {
  font-size: 1.1em;
  font-weight: 300;
  color: #fafafa;
  line-height: 1.5em;
  padding: 35px 50px 45px 50px;
}
.section-callout h3 {
  font-size: 0.9em;
  font-weight: 400;
  color: #999;
  padding: 60px 50px 0 50px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.plus-bg {
  background-color: #2aa5ab;
}
.section-intro {
  background: #fff;
}
.section-carousel h1,
.section-carousel h2,
.section-carousel h3 {
  text-align: center;
}
.section-carousel a {
  font-weight: 300;
  text-transform: uppercase;
}
.section-carousel h1 {
  font-family: great vibes;
  font-size: 53px;
  font-weight: 300;
  color: #333;
  padding: 5px 15px;
  position: relative;
}
.section-carousel h1:after {
  background: #333;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 120%;
  width: 4%;
}
.section-carousel h2 {
  font-size: 1.1em;
  font-weight: 300;
  color: #484848;
  line-height: 1.5em;
  padding: 35px 50px 150px 50px;
}
.section-carousel h3 {
  font-size: 0.9em;
  font-weight: 400;
  color: #999;
  padding: 60px 50px 0 50px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#facts .counters-item {
  padding: 26% 10%;
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
}
#facts .counters-item h2,
.counters-item p {
  font-family: "Playfair Display", serif;
}
.counters-item i {
  font-size: 50px;
  display: block;
  margin-bottom: 15px;
}
.counters-item p {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}
.amenity-list-large {
  font-family: Lato, sans-serif;
  padding-top: 8px;
}
.amenity-list-large ul {
  list-style: none;
  line-height: 3em;
}
.amenity-list-large > li {
  font-size: 1.6rem;
  color: #333;
  padding: 12px 40px;
  position: relative;
  list-style: none;
}
.amenity-list-large li > .fa {
  padding: 0 25px 0 10px;
  position: relative;
  width: 12%;
}
.section-contact-page,
.section-contact-page-content {
  background-color: #fff;
}
.section-contact-page-content {
  padding: 50px 10px;
}
.section-contact-page > .container-fluid .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.section-contact-page > .container-fluid .col-md-12 > img {
  padding: 0;
}
.section-contact-page > .container-fluid .col-md-12 > .img-right > img {
  padding: 0;
}
.section-contact-page h1 {
      font-family: 'Poppins';
  font-size: 2.9em;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  padding: 5px 15px;
  position: relative;
}
.section-contact-page h1:after {
  background: #333;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 120%;
  width: 4%;
}
.section-contact-page h2 {
  font-size: 1.1em;
  font-weight: 300;
  color: #484848;
  line-height: 1.5em;
  padding: 35px 15px 50px 15px;
      font-family: 'Poppins';
}
.section-contact-page h3 {
  font-size: 0.9em;
  font-weight: 400;
  color: #999;
  padding: 60px 50px 0 50px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
      font-family: 'Poppins';
}
.section-contact-form {
  background-color: #fff;
  padding: 0;
}
.contact-form {
  padding: 0 50px 0 0;
}
.contact-form h1 {
      font-family: 'Poppins';
  font-size: 2.9em;
  font-weight: 300;
  color: #333;
  text-transform: uppercase;
  padding: 0 0 20px;
  position: relative;
}
.contact-form h1:after {
  background: 0 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 120%;
  width: 12%;
}
.contact-form h2 {
  font-size: 1.1em;
  font-weight: 300;
  color: #484848;
  line-height: 1.5em;
  padding: 35px 15px 50px 15px;
}
.contact-form h3 {
  font-size: 0.9em;
  font-weight: 400;
  color: #999;
  padding: 60px 50px 0 50px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
hr.contact-line {
  background: #cdd6da;
  height: 2px;
  border: 0;
}
.avara-form {
  font-family: 'Poppins';
    font-weight: 400;
    text-transform: uppercase;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid #cdd6da;
    border-radius: 0;
    box-shadow: none;
    background: #fafafa;
    display: block;
    font-size: 15px;
    line-height: 25px;
    padding: 15px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 20px;
}
.contact-information {
  color: #2aa5ab;
}
.contact-information h1 {
      font-family: 'Poppins';
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
}
.contact-information h1:after {
  background: 0 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 120%;
  width: 12%;
}
.contact-information h2 {
  font-size: 1.1em;
  font-weight: 300;
  color: #484848;
  line-height: 1.5em;
  padding: 35px 15px 50px 15px;
}
.contact-information h3 {
  font-size: 0.9em;
  font-weight: 400;
  color: #999;
  padding: 60px 50px 0 50px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.contact-information a {
 padding: 15px 7px;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 25px;
    font-family: 'Poppins';
}
.avara-ul li{
	margin-bottom: 10px;
}
.contact-information a:hover {
  color: #666;
  text-decoration: none;
}
.contact-information p {
  font-weight: 300;
  color: #333;
}
.contact-social a {
  font-size: 2rem;
  color: #2aa5ab;
  padding: 15px 7px;
}
.contact-social a:hover {
  color: #333;
}
.contact-information li {
  list-style: none;
}
.fa-paper-plane {
  padding: 0 5px 0 1px;
}
.open-button{
	display: none;
}
.nb-form{position:fixed;z-index:9999;width:300px;background:#fff;right:20px;bottom:-395px;transition:all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;border-radius:10px 10px 0 0;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2)}
.nb-form:hover{bottom:0}
.nb-form .user-icon{position:absolute;top:-49px;right:12px;display:block;width:58px;margin:20px auto 15px;border-radius:100%}
.nb-form .title{background:#00a075;font-size:16px!important;padding:15px 18px!important;color:#fff!important;border-radius:10px 10px 0 0}
.nb-form p{font-size:13px;margin:0;padding:15px;color:#666}
.nb-form p.message{margin-left:7px}
.nb-form form{padding:0 15px 15px 15px}
.nb-form input,.nb-form textarea{color:#000;border:1px solid #f0f0f0;font-size:16px;width:254px;max-width:254px;margin-bottom:10px;margin-left:7px;padding:6px;border-radius:4px}
.nb-form input:focus,.nb-form textarea:focus{outline:0;box-shadow:none}
.nb-form input[type=submit]{display:block;width:150px;margin:0 auto;padding:0 20px;height:40px;line-height:40px;border-radius:20px;cursor:pointer;transition:all .4s ease;color:#fff!important;border:none}
.nb-form input[type=submit]:hover{box-shadow:0 3px 3px 0 rgba(0,0,0,.07),0 1px 7px 0 rgba(0,0,0,.02),0 3px 1px -1px rgba(0,0,0,.1)}
.nb-form textarea{min-height:110px}
.nb-form ::-webkit-input-placeholder{color:#000}
.nb-form ::-moz-placeholder{color:#000}
.nb-form :-ms-input-placeholder{color:#000}
.nb-form :-moz-placeholder{color:#000}
.nb-form input[type=submit]{background:#00a075}
@media screen and (max-width:676px){
  .nb-form:hover .user-icon{display:none}
  .nb-form .message{display:none}
  .nb-form form{padding-top:15px}
  .nb-form{right:50%;bottom:-410px;left:50%;transform:translateX(-50%)
  }
}

#map {
  width: 100%;
  height: 500px;
}
.footer-contact,
.footer-links {
  list-style: none;
}
.footer-main {
  color: #fff;
  padding: 50px 25px;
}
.footer-bottom {
  background-color: #211f20;
  color: #fff;
  padding: 10px;
  font-size: 15px;
}
.logo-footer {
  position: absolute;
  z-index: 1;
  left: 10px;
  padding: 0;
}
.footer-main h1 {
  font-size: 33px;
  font-weight: 600;
  color: #d9c706;
  padding: 10px;
  letter-spacing: 0.2em;
  text-align: left;
  font-family: great vibes;
}
.footer-main h2 {
  font-size: 0.8em;
  font-weight: 300;
  color: #484848;
  line-height: 1.5em;
  padding: 35px 15px 50px 15px;
}
.footer-main p {
  font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 5px 10px;
    font-family: 'Poppins';
    text-align: justify;
}
.footer-contact li a{
	font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
    line-height: 30px
}
.footer-contact li  {
    font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.footer-contact li i{
	font-size: 20px;
    margin-right: 10px;
    color: #d9c706;
}
.footer-social a {
  color: #94e22c;
  padding: 11px 11px;
  font-size: 21px;
}
.footer-social a:hover {
  color: #fff;
}
.footer-contact {
  color: #000;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 28px;
}
.footer-contact a:hover {
  /*color: #fff;*/
  text-decoration: none;
}
.footer-links {
  padding: 5px 10px;
}
.footer-links a {
  font-size: 16px;
   /* font-weight: 300;*/
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 30px;
}
.footer-bottom p {
    font-family: "poppins";
    margin: 0;
    font-size: 15px;
}
.footer-bottom p a{
	color: #d7c500;
}
.footer-links a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-featured-img {
  padding: 0;
  width: 70%;
  position: relative;
  right: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1800px) {
  .fw_al_003_slide .hero-brand,
  .fw_al_003_slide a,
  .fw_al_003_slide h1,
  .fw_al_003_slide p {
    bottom: 210px !important;
    position: relative;
  }
  .hero-brand {
    width: 5%;
  }
}
@media only screen and (min-device-width: 1800px) {
  .fw_al_003_slide .hero-brand,
  .fw_al_003_slide a,
  .fw_al_003_slide h1,
  .fw_al_003_slide p {
    bottom: 150px !important;
    position: relative;
  }
  .hero-brand {
    width: 5%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1799px) {
  .fw_al_003_slide .hero-brand,
  .fw_al_003_slide a,
  .fw_al_003_slide h1,
  .fw_al_003_slide p {
    bottom: 0;
    padding: 10px;
  }
  .hero-brand {
    width: 10%;
  }
}
@media only screen and (max-width: 1799px) {
  .fw_al_003_slide .hero-brand,
  .fw_al_003_slide a,
  .fw_al_003_slide h1,
  .fw_al_003_slide p {
    bottom: 0 !important;
  }
  .hero-brand {
    width: 10%;
  }
}
@media only screen and (max-width: 992px) {
  .box {
    height: 300px;
  }
  .attr-link {
    position: absolute;
    top: 100px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .attr-img {
    height: 500px;
  }
  .attr-description {
    display: none;
  }
  .link--swift span {
    display: block;
    opacity: 1;
  }
  .section-testimonial {
    padding-top: 150px;
  }
  .section-about,
  .section-contact {
    padding: 10px 20px;
  }
  .section-about h2,
  .section-contact h2 {
    padding: 25px 15px;
  }
  .section-about a,
  .section-contact a {
    margin: 0 0 35px 0;
  }
  .panel-description {
    height: 250px;
  }
  .panel-block p {
    padding: 10% 10% 0 10%;
  }
  .panel-block a {
    font-size: 1.2rem;
    padding-bottom: 10%;
  }
  .panel-block a,
  .panel-block p {
    top: 0;
  }
  .footer-featured-img {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  header {
    background: #333;
    position: fixed;
  }
  .logo {
    width: 85px !important;
    padding: 13px 20px;
  }
  #fw_al_003,
  #video_avara_classic {
    position: relative;
    top: 75px;
  }
  .home {
    padding-top: 0;
  }
  .section-reservation-exposed {
    padding: 25px 0 35px;
  }
  .section-reservation-exposed .number {
    bottom: -30px;
  }
  .section-reservation-exposed h1 {
    font-size: 1em;
  }
  .section-reservation-exposed h3 {
    position: relative;
    margin-bottom: -10px;
    font-size: 0.6em !important;
    line-height: 1.5em;
  }
  .exposed {
    margin-top: 50px;
  }
  .exposed-footer {
    margin-bottom: -35px;
  }
  .section-reservation-modal h3 {
    font-size: 0.5em;
    line-height: 1.5em;
  }
  .overlay .overlay-close {
    height: 8%;
    top: 30px;
  }
  .questions li > span label,
  .section-reservation-modal h1,
  .section-reservation-modal h3 {
    padding: 10px 0;
  }
  .simform-inner {
    width: 80%;
    margin: 0 auto;
  }
  .section-about,
  .section-contact {
    padding: 15px 20px;
  }
  .section-about h2,
  .section-contact h2 {
    padding: 25px 15px;
  }
  .section-about a,
  .section-contact a {
    margin: 0 0 35px 0;
  }
  .panel-block a,
  .panel-block p {
    top: 10%;
  }
  .contact-form {
    padding: 10px;
  }
  .room-slider a {
    float: right;
    position: relative;
    top: 0;
    right: 25px;
    margin-bottom: 25px;
  }
  .section-reservation-exposed .res-next::after {
    bottom: -45px;
  }
}
@media only screen and (max-width: 675px) {
  .fot {
    width: 50% !important;
    margin-left: -4px !important;
  }
  .footer-main p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    padding: 5px 10px;
    font-family: 'Poppins';
    text-align: justify;
}
.footer-contact li {
    font-family: 'Poppins';
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}
.footer-links a {
    font-size: 15px;
    /* font-weight: 300; */
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 25px;
}
.footer-contact li a {
    font-family: 'Poppins';
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
  .fotbg {
    background-color: #bae160 !important;
  }
  .embed-responsive-16by9 {
    padding-bottom: 139.25%;
  }
  .fw_al_003_slide > a,
  .fw_al_003_slide > a:hover,
  .fw_al_003_slide > a:visited {
    padding: 11px 19px !important;
    font-size: 15px !important;
  }
  .fw_al_003_slide > p {
    line-height: 24px;
  }
  .attr-img {
    height: 320px;
  }
  .carousel-indicators {
    padding-top: 30px;
  }
  .section-testimonial {
    padding: 130px 20px 50px 20px;
  }
  .section-reservation-exposed h3,
  .section-reservation-modal h3 {
    font-size: 0.7em;
    line-height: 1.5em;
  }
  .overlay .overlay-close {
    height: 8%;
    top: 30px;
  }
  .panel-block a,
  .panel-block p {
    top: 15%;
  }
  .room-slider a {
    float: right;
    position: relative;
    top: 0;
    right: 25px;
    margin-bottom: 25px;
  }
  .section-reservation-exposed .res-next::after {
    bottom: -40px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-form h1,
  .section-about h1,
  .section-callout h1,
  .section-carousel h1,
  .section-contact h1,
  .section-contact-page h1,
  .section-intro h1,
  .section-testimonial h1 {
    font-size: 33px !important;
  }
  #bg-paralax-about h1::after,
  #bg-paralax-gallery h1::after .section-intro h1:after,
  #bg-paralax-inside h1::after,
  #bg-paralax-rooms h1::after,
  .contact-form h1:after,
  .section-about h1:after,
  .section-callout h1:after,
  .section-carousel h1:after,
  .section-contact h1:after,
  .section-contact-page h1:after,
  .section-testimonial h1:after {
    width: 6%;
  }
  .fw_al_003_slide > a,
  .fw_al_003_slide > a:hover,
  .fw_al_003_slide > a:visited {
    padding: 10px 18px !important;
    font-size: 14px !important;
  }
  .fw_al_003_slide > p {
    line-height: 19px;
  }
  .attr-link {
    position: relative;
    top: 100px;
    width: 100%;
  }
  .attr-img {
    height: 290px;
  }
  .section-testimonial {
    padding: 25px 10px 25px 10px;
  }
  #bg-paralax {
    display: none;
  }
  .section-reservation-modal h3 {
    font-size: 0.7em;
    line-height: 1.5em;
  }
  .section-reservation-exposed h1 {
    font-size: 1.2em;
  }
  .section-reservation-exposed h3 {
    font-size: 0.7em !important;
  }
  .overlay .overlay-close {
    height: 8%;
    top: 30px;
    position: absolute;
  }
  .simform .number {
    font-size: 0.6em;
  }
  .simform-inner {
    width: 80%;
    margin: 0 auto;
  }
  .section-reservation-modal button {
    top: 99px;
  }
  .section-reservation-exposed .res-next::after {
    bottom: -20px;
  }
  .panel-block a,
  .panel-block p {
    top: 25%;
  }
  .room-slider a {
    float: right;
    position: relative;
    top: 0;
    right: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 320px) {
  .section-testimonial {
    padding: 25px 10px 25px 10px;
  }
}
tr:nth-child(even){background-color: #f2f2f2}
th{
    border: 1px solid #000;
  text-align: left;
  padding: 8px;
  font-size: 18px;
  font-family: 'Poppins';
}
 td {
    border: 1px solid #000;
  text-align: left;
  padding: 8px;
  font-size: 16px;
  font-family: 'Poppins';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /* border: 1px solid #ddd; */
}
.headertopright a i{
	color: #fff;
    margin-right: 10px;
    border: 1px solid #fff;
    padding: 5px;
}
.address a:hover{
	text-decoration: none;
}