/**
 * Header 
 * =================================
 * - Header
 * - Navigation
 * - welcome
 * - Header 4
 * - Header 5
 */
/*------header---------*/
/**
 * 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%;
  overflow: hidden;
  position: relative;
  padding: 0px;
  /* 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-prev:before,
.slick-next:before {
  color: #624f40;
}

.slick-next {
  right: 0;
}

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

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

#slider .slick-track {
  height: 600px;
}

/* ------------------------------------------
   RESPONSIVE NAV STYLES
 --------------------------------------------- */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/* ------------------------------------------
   FIXED HEADER
 --------------------------------------------- */
.header-fixed {
  background: #f4421a;
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
}

.logo {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  font-weight: bold;
  line-height: 55px;
  padding: 0 20px;
  color: #fff;
  float: left;
}

/* ------------------------------------------
   MASK
 --------------------------------------------- */
.mask {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}

/* ------------------------------------------
   NAVIGATION STYLES
 --------------------------------------------- */
.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-top: 1px solid white;
  text-decoration: none;
  background: #f4421a;
  padding: 0.7em 1em;
  color: #fff;
  width: 100%;
  float: left;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background: #b73214;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    border-left: 1px solid white;
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}

/* ------------------------------------------
   NAV TOGGLE STYLES
 --------------------------------------------- */
.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff;
  /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav";
  /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261";
  /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78";
  /* Close icon */
}

.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: #000000;
  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;
  color: #fff5e8;
}

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

.copyright {
  color: #ffffff;
  text-align: center;
  line-height: 2;
  width: 100%;
  float: left;
  background-color: #85715f;
}

.copyright p {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  color: #fff5e8;
  background: #85715f;
  font-size: 14px;
}

.copyright p a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}

.book-form input[type="text"], .book-form input[type="email"], select#country, select#country1, textarea, input#datepicker, .form-control {
  width: 98%;
  color: #000000;
  font-size: 0.9em;
  letter-spacing: 2px;
  padding: 10px 10px 10px 50px;
  outline: none;
  background-color: #fff;
  border: none;
  border: 1px solid #e2e2e2;
}

#form {
  padding: 0;
  position: relative;
  float: left;
  display: block;
  margin: 0 2em;
}

.bg-agile {
  float: left;
  position: relative;
  background: #fff;
  width: 100%;
  margin: 0 10px;
}

.btn-success {
  background-color: #624f40;
  color: #fff;
  border-radius: 0px;
  border: 1px solid #000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

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

.book-form i {
  position: absolute;
  color: #624f40;
  top: 7px;
  left: 6px;
  width: 34px;
  line-height: 25px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.47);
}

.book-form input[type="submit"] {
  text-transform: capitalize;
  background: rgba(16, 67, 163, 0.13);
  color: #fff;
  padding: 0.7em 0;
  border: none;
  border: 2px solid #666666;
  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: #666666;
  border-color: #666666;
  color: #fff;
}

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

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

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

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

select#country option {
  background: #cecece;
}

select#country1 option {
  background: #cecece;
}

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

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

.phone_email1 {
  float: right;
}

.section_room {
  position: relative;
}

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

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

.padding {
  padding-left: 15px;
  padding-right: 15px;
}

#wrapper {
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border: 10px solid #aaa;
  border-radius: 15px;
  background-clip: padding-box;
  text-align: center;
  float: left;
  display: inline-block;
}

#wrapper p {
  display: inline;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}

.overlay.light {
  background: rgba(255, 255, 255, 0.5);
}

.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 75px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 300px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}

.light .popup {
  border-color: #aaa;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.popup h2 {
  margin-top: 0;
  color: #666;
  font-family: 'Open Sans', sans-serif;
}

.popup .close, .popup .close1, .popup .close2, .popup .close3, .popup .close4, .popup .close5, .popup .close6, .popup .close7, .popup .close8, .popup .close9, .popup .close10, .popup .close11, .popup .close12, .popup .close13 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  opacity: 0.8;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
  background-color: #000;
}

.popup .close:hover, .popup .close1:hover, .popup .close2:hover, .popup .close3:hover, .popup .close4:hover, .popup .close5:hover, .popup .close6:hover, .popup .close7:hover, .popup .close8:hover, .popup .close9:hover, .popup .close10:hover, .popup .close11:hover, .popup .close12:hover, .popup .close13:hover {
  opacity: 1;
}

.popup .content {
  max-height: 400px;
  overflow: auto;
}

.popup p {
  margin: 0 0 1em;
}

.popup p:last-child {
  margin: 0;
}

#attraction-details .active {
  position: fixed;
  /* Stay in place */
  z-index: 12;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
}

/*display-map*/
.map-popup-overlay, .map-popup-overlay1, .map-popup-overlay2, .map-popup-overlay3, .map-popup-overlay4, .map-popup-overlay5, .map-popup-overlay6, .map-popup-overlay7, .map-popup-overlay8,
.map-popup-overlay9, .map-popup-overlay10, .map-popup-overlay11, .map-popup-overlay12, .map-popup-overlay13 {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 1;
  background-color: #cccccc;
}

.map-popup-overlay .active, .map-popup-overlay1 .active, .map-popup-overlay2 .active, .map-popup-overlay3 .active, .map-popup-overlay4 .active, .map-popup-overlay5 .active, .map-popup-overlay6 .active, .map-popup-overlay7 .active, .map-popup-overlay8 .active,
.map-popup-overlay9 .active, .map-popup-overlay10 .active, .map-popup-overlay11 .active, .map-popup-overlay12 .active, .map-popup-overlay13 .active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  text-align: center;
  padding: 20px 100px 0 100px;
  float: left;
  width: 100%;
  background-color: #000;
  border: 1px solid #ccc;
  border-radius: 0px;
  display: block;
  position: absolute;
  display: block;
  z-index: 9;
}

.map-popup-overlay p, .map-popup-overlay1 p, .map-popup-overlay2 p, .map-popup-overlay3 p, .map-popup-overlay4 p, .map-popup-overlay5 p, .map-popup-overlay6 p, .map-popup-overlay7 p, .map-popup-overlay8 p,
.map-popup-overlay9 p, .map-popup-overlay10 p, .map-popup-overlay11 p, .map-popup-overlay12 p, .map-popup-overlay13 p {
  color: #000;
  background: #fff;
  padding: 2em;
  margin: 0;
}

.map-popup-content, .map-popup-content1, .map-popup-content2, .map-popup-content3, .map-popup-content4, .map-popup-content5, .map-popup-content6, .map-popup-content7, .map-popup-content8, .map-popup-content8,
.map-popup-content9, .map-popup-content10, .map-popup-content11, .map-popup-content12, .map-popup-content13 {
  /*Hides pop-up content when there is no "active" class */
  display: none;
}

.map-popup-content .active, .map-popup-content1 .active, .map-popup-content2 .active, .map-popup-content3 .active, .map-popup-content4 .active, .map-popup-content5 .active, .map-popup-content6 .active, .map-popup-content7 .active, .map-popup-content8 .active, .map-popup-content8 .active,
.map-popup-content9 .active, .map-popup-content10 .active, .map-popup-content11 .active, .map-popup-content12 .active, .map-popup-content13 .active {
  /*Shows pop-up content when "active" class is present */
  display: block;
}

.close, .close1, .close2, .close3, .close4, .close5, .close6, .close7, .close8, .close9, .close10, .close11, .close12, .close13 {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em;
  margin: .20rem;
  font-size: 1rem;
  color: #ffffff;
  background: #009688;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
  border: none;
}

.close :hover, .close1 :hover, .close2 :hover, .close3 :hover, .close4 :hover, .close5 :hover, .close6 :hover, .close7 :hover, .close8 :hover, .close9 :hover, .close10 :hover, .close11 :hover, .close12 :hover, .close13 :hover {
  background: #000;
}

.map-open {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em;
  margin: .20rem;
  font-size: 1rem;
  color: #ffffff;
  background: #000000;
  border: none;
}

#auto-slider-using-animation-keyframes {
  width: 100%;
  overflow: hidden;
}

#slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0px;
  /* 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-prev:before,
.slick-next:before {
  color: black;
}

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

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

#slider .slick-track {
  height: auto;
}

/* ------------------------------------------
   RESPONSIVE NAV STYLES
 --------------------------------------------- */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/* ------------------------------------------
   FIXED HEADER
 --------------------------------------------- */
.logo {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  font-weight: bold;
  line-height: 55px;
  padding: 0 20px;
  color: #fff;
  float: left;
}

/* ------------------------------------------
   MASK
 --------------------------------------------- */
.mask {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}

/* ------------------------------------------
   NAVIGATION STYLES
 --------------------------------------------- */
.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-top: 1px solid white;
  text-decoration: none;
  background: #f4421a;
  padding: 0.7em 1em;
  color: #fff;
  width: 100%;
  float: left;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background: #b73214;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    border-left: 1px solid white;
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}

/* ------------------------------------------
   NAV TOGGLE STYLES
 --------------------------------------------- */
.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff;
  /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav";
  /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261";
  /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78";
  /* Close icon */
}

.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;
}

.menu-header a {
  padding: 50px 0;
  display: block;
  font-size: 48px;
  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: #000000;
  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: #ffffff;
  text-align: center;
  line-height: 4;
  width: 100%;
  float: left;
  background-color: #4e7c7c;
}

.copyright p {
  margin-bottom: 0;
}

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

.book-form input[type="text"], .book-form input[type="email"], select#country, select#country1, textarea, input#datepicker {
  width: 98%;
  color: #000;
  font-size: 0.9em;
  letter-spacing: 2px;
  padding: 10px 10px 10px 50px;
  outline: none;
  background-color: white;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.47);
}

.bg-agile {
  float: left;
  width: 50%;
  padding: 0 1.5em 1.5em 1.5em;
  background: black;
}

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

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

.book-form i {
  position: absolute;
  color: #ea2e3e;
  top: 7px;
  left: 0;
  width: 34px;
  line-height: 25px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.47);
}

.book-form input[type="submit"] {
  text-transform: capitalize;
  background: rgba(16, 67, 163, 0.13);
  color: #fff;
  padding: 0.7em 0;
  border: none;
  border: 2px solid #ea2e3e;
  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: #ea2e3e;
  border-color: #ea2e3e;
  color: #fff;
}

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

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

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

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

select#country option {
  background: #000;
}

select#country1 option {
  background: #000;
}

.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: #f4f4f4;
  padding: 2em;
}

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

/****form1 scss****/
.form1 {
  width: 100%;
  float: left;
  position: relative;
}

.contact_info {
  padding: 5em 0 0 14em;
}

.contact_info h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

.form_contactinfo {
  width: 500px;
  position: relative;
}

.form_contactinfo h5 {
  font-size: 26px;
  margin: 1em 0;
  letter-spacing: 0.03em;
}

.form_contactinfo address {
  font-size: 16px;
  margin-bottom: 20px;
}

.form1 .form_details {
  position: absolute;
  left: 27%;
  bottom: 40%;
}

.form1 .form_details .address_info {
  float: left;
  width: 280px;
  background-color: #c8b29c;
  border-style: solid;
  border-color: #e0cfbd;
  border-width: 1px 0 1px 1px;
  padding: 5px 0 5px 5px;
}

.form1 .form_details .address_info h4 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.15em;
}

.form1 .form_details .address_info ul {
  padding-left: 0;
}

.form1 .form_details .address_info ul a {
  text-decoration: none;
}

.form1 .form_details .address_info ul li {
  list-style-type: none;
  line-height: 2;
  color: #fff;
}

.form1 .form_details .address_info ul li .i-name {
  padding-left: 10px;
  letter-spacing: 0.15em;
}

address {
  font-style: normal;
  letter-spacing: 0.15em;
}

.form_bgimg img {
  height: 100%;
}

.address_map {
  background-color: #000;
  width: 120px;
  height: 144px;
  float: left;
  padding-top: 50px;
  text-align: center;
}

.address_map .fa-map-marker-alt {
  font-size: 30px;
  color: #fff;
}

.address_map .map_text {
  background-color: #000;
  border: none;
  color: white;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.padding {
  padding-left: 15px;
  padding-right: 15px;
}

#wrapper {
  margin: 0 auto;
  float: left;
  background: #fff;
  padding: 20px;
  border: 10px solid #aaa;
  border-radius: 15px;
  background-clip: padding-box;
  text-align: center;
  display: inline-block;
}

#wrapper p {
  display: inline;
}

.button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid #aaa;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
  background-image: linear-gradient(top, #fff, #f0f0f0);
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  color: #666;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button:hover {
  border-color: #999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.button:active {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}

.overlay.light {
  background: rgba(255, 255, 255, 0.5);
}

.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 75px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 300px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}

.light .popup {
  border-color: #aaa;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.popup h2 {
  margin-top: 0;
  color: #666;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  opacity: 0.8;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}

.popup .close:hover {
  opacity: 1;
}

.popup .content {
  max-height: 400px;
  overflow: auto;
}

.popup p {
  margin: 0 0 1em;
}

.popup p:last-child {
  margin: 0;
}

/*display-map*/
.ipro-brand {
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
  -o-transform: translateY(10%);
  -moz-transform: translateY(10%);
  width: 35%;
}

.text-center {
  text-align: center;
  float: left;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.user {
  width: 250px;
  margin: 0 auto;
}

#main-gallery .portfolioFilter {
  padding: 15px 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

#main-gallery .portfolioFilter a {
  margin-right: 6px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 15px;
  display: inline-block;
  margin-top: 5px;
}

#main-gallery .portfolioFilter a.current {
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #f9f9f9;
}

#main-gallery .portfolioContainer {
  border-radius: 3px;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}

#main-gallery img {
  width: 100%;
  max-width: 100%;
  padding: 5px;
}

#main-gallery .isotope-item {
  z-index: 2;
}

#main-gallery .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
  list-style: none;
}

#main-gallery .isotope,
#main-gallery .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

#main-gallery .isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

#main-gallery .isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

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

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

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

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: initial;
}
/*# sourceMappingURL=custom.css.map */