/*
* Template Name:  Cape Shark Villas
* Author: Sitewonders
* Designed & Coding by : Sitewonders
*/
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Prompt:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

html {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #044965;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
* + p {
  padding: 0 !important;
  margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Philosopher", sans-serif; */
  font-family: 'Cormorant Garamond', serif;
  width: 100%;
  font-weight: 300;
  /*text-transform: uppercase !important;*/
}

p {
  padding: 0 !important;
  margin-top: 20px !important;
  color: #666;
}

span {
  color: #666;
}

a:hover {
  text-decoration: none !important;
}

.relative {
  position: relative !important;
}

/*-------------------------------------*/
/* MAIN NAV */
/*-------------------------------------*/
#nav_child_top .nav_link {
  color: #000;
}
#nav_child_top .nav_lang {
  border-left: 1px solid #f3f3f3;
}
.main_nav.action .logo {
  bottom: 18px !important;
}
.main_nav, .main_nav .logo img, .main_nav .primary_menu, .main_nav .primary_menu li, .main_nav .primary_menu .nav_lang .option_lang{
  transition: all 0.5s;
}
.main_nav.sticky{
  background: rgb(255,255,255);
}
.main_nav.sticky, .main_nav.sticky .primary_menu, .main_nav.sticky .primary_menu li{
  height: 50px;
}
.main_nav .primary_menu li.active{
  background: #f1f1f2;
}
.main_nav .primary_menu li.active a{
  color: #0a2938;
}
.main_nav.sticky .primary_menu .nav_lang .option_lang{
  top: 60px;
}
.main_nav .logo,
.main_nav .logo img{
  height: 50px;
  width: auto;
}
.main_nav.sticky .logo,
.main_nav.sticky .logo img{
  height: 30px;
  width: auto;
}

.main_nav.fix_menu .primary_menu .nav_lang .lang_titel span {
  color: #000;
}

.main_nav.nav_flip .primary_menu .nav_lang .lang_titel span {
  color: #fff;
}

.main_nav.nav_flip .nav_lang {
  display: none;
}

.main_nav.nav_flip.active .logo {
  bottom: 20px;
}

.main_nav.nav_flip .primary_menu .nav_link:after {
  background-color: #fff;
}

.main_nav {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #ffffffc2;
  box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
  z-index: 11;
  transition: all 0.4s;
}
.main_nav.bottom {
  position: absolute;
  bottom: 0;
}

.main_nav .logo {
  position: absolute;
  left: 20px;
  bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s;
}

.main_nav .primary_menu ._none_menu {
  display: none;
}

.main_nav .primary_menu {
  height: 70px;
  /*text-transform: uppercase;*/
  padding: 0;
  margin: 0 auto;
  display: flex;
  float: right;
}

.main_nav .primary_menu li {
  position: relative;
  height: 70px;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: inline-flex;
}

.main_nav .primary_menu ._none {
  display: none;
}

.main_nav .primary_menu .nav_sub,
.main_nav .primary_menu .nav_sub .nav_sub_child {
  position: fixed;
  /*width: 250px;*/
  /*background-color: #fff;*/
  top: 70px;
  padding: 0;
  margin: 0;
  text-transform: none;
  display: none;
}

.main_nav .primary_menu .nav_sub .nav_sub_child {
  position: absolute;
  right: -250px;
  top: 0 !important;
}

.main_nav .primary_menu .nav_sub li,
.main_nav .primary_menu .nav_sub .nav_sub_child li {
  position: relative;
  height: 50px;
  left: 0;
  padding: 0 10px;
  border-bottom: 1px solid #efefef;
  z-index: 2;
  display: flex;
}

.main_nav .primary_menu .nav_sub li:last-child,
.main_nav .primary_menu .nav_sub .nav_sub_child li:last-child {
  border-bottom: 0;
}

.main_nav .primary_menu .nav_sub li a,
.main_nav .primary_menu .nav_sub .nav_sub_child li a {
  position: relative;
  color: #000;
  font-size: 13px;
}

.main_nav .primary_menu .nav_sub li a:hover,
.main_nav .primary_menu .nav_sub .nav_sub_child li a:hover {
  text-decoration: none;
}

.main_nav .primary_menu .nav_sub:after,
.main_nav .primary_menu .nav_sub .nav_sub_child:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 10px 10px;
  display: block;
  opacity: 0;
  z-index: 1;
}

/*.main_nav .primary_menu .nav_sub .nav_sub_child:after{*/
/*    top: 0 !important;*/
/*}*/
.main_nav .primary_menu li:hover .nav_sub,
.main_nav .primary_menu .nav_sub li:hover .nav_sub_child {
  display: block;
}

.main_nav .primary_menu li:hover .nav_sub li,
.main_nav .primary_menu .nav_sub li:hover .nav_sub_child li {
  position: relative;
  vertical-align: top;
  list-style: none;
  margin: 0;
  align-items: center;
  display: flex;
  padding: 0 10px;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.6s;
}

.main_nav .primary_menu li:hover .nav_sub:after,
.main_nav .primary_menu .nav_sub li .nav_sub_child:after {
  opacity: 1;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0s;
}

.main_nav .primary_menu .nav_link {
  position: relative;
  font-size: 14px;
  padding: 0 15px;
  color: #054965;
  letter-spacing: 0.01em;
  font-weight: 400;
}
.main_nav.active .primary_menu li a,
.main_nav.active .primary_menu li.nav_lang,
.main_nav.active .primary_menu li .lang_titel{
  padding: 10px 30px;
  display: block;
}
.main_nav.active .primary_menu li .option_lang.active{
  width: 80% !important;
  max-width: 280px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.main_nav.active .primary_menu li .option_lang ul li a{
  margin: 0 !important;
}
.main_nav.active .primary_menu li .option_lang ul li{
  width: 100%;
  padding: 10px 0 !important;
}
.main_nav.active .primary_menu li,
.main_nav.active .primary_menu li.nav_lang{
  display: flex;
}
.main_nav.sticky.active ul.primary_menu,
.main_nav.sticky.active .primary_menu li,
.main_nav .primary_menu .nav_lang .option_lang ul li a{
    height: auto !important;
    padding: 0;
}
.main_nav .primary_menu .nav_link:after{
  display: none !important;
}

.main_nav .primary_menu .nav_link:hover {
  text-decoration: none;
  /*color: #20548a;*/
}

.main_nav .primary_menu .nav_sub li a:after {
  left: 0 !important;
  top: 0 !important;
}

.main_nav .primary_menu .nav_link:after,
.main_nav .primary_menu .nav_sub li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #124863;
  left: 0;
  top: 0;
  transition: all 0.6s ease;
}
.main_nav .primary_menu .nav_social.p_shild {
  display: none;
}
.main_nav .primary_menu .nav_social a {
  color: #000;
  transition: all 0.6s ease;
  padding: 0 5px;
}
.main_nav .primary_menu .nav_social a:hover {
  color: #124863 !important;
}
.main_nav .primary_menu .nav_social svg {
  width: 18px;
}
.main_nav .primary_menu .nav_link:hover:after,
.main_nav .primary_menu .nav_sub li a:hover:after {
  width: 10px;
}

.main_nav .primary_menu .nav_booknow {
  font-size: 13px;
  background-color: #166187;
  padding: 0 10px;
  transition: all 0.4s;
  cursor: pointer;
}

.main_nav .primary_menu .nav_lang,
.main_nav .primary_menu .nav_booknow {
  background-color: #166187 !important;
  position: relative;
  border: none !important;
}
.main_nav .primary_menu .nav_lang{
  right: -2px;
  z-index: 1;
  background-color: #f2f2f2 !important;
  padding: 0 23px !important;
}
.main_nav .primary_menu .nav_lang a,
.main_nav .primary_menu .nav_lang span{
  color: #0d3d55 !important;
  transition: all 0.4s;
  text-transform: uppercase;
}
/* .main_nav .primary_menu .nav_lang:hover a,
.main_nav .primary_menu .nav_lang:hover span{
  color: #fff !important;
} */
.main_nav .primary_menu .nav_booknow{
  border-left: solid 2px rgba(255,255,255,1);
  z-index: 10;
}
.main_nav .primary_menu .nav_lang:hover{
  background-color: #f0f0f0 !important;
}
.main_nav .primary_menu .nav_booknow:hover {
  background-color: #2f799f !important;
}

.main_nav .primary_menu .nav_booknow a,
.main_nav .primary_menu .nav_booknow span {
  color: #fff;
}

.main_nav .primary_menu .nav_booknow a:hover {
  text-decoration: none;
}

.main_nav .primary_menu .nav_lang.lang_inner {
  display: none;
}

.main_nav .primary_menu .nav_lang svg {
  width: 17px;
  margin-top: -4px;
}

.main_nav .primary_menu .nav_tel,
.main_nav .primary_menu .nav_lang {
  position: relative;
  font-size: 12px;
  background-color: transparent;
  padding: 0 10px;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 1;
}

.main_nav .primary_menu .nav_tel:hover{
  background-color: #166187;
}

.main_nav .primary_menu .nav_tel a {
  color: #000;
  font-weight: 500;
}

.main_nav .primary_menu .nav_tel:hover a {
  text-decoration: none;
  color: #fff !important;
}

.main_nav .primary_menu .nav_lang .option_lang {
  position: absolute;
  top: 70px;
  right: 0;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
  display: none;
}

.main_nav .primary_menu .nav_lang .option_lang.active {
  display: block;
}

.main_nav .primary_menu .nav_lang .option_lang.active {
  display: block;
  animation: fadeIn 0.5s;
}

.main_nav .primary_menu .nav_lang .option_lang:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 3px;
  box-sizing: border-box;
  border: 10px solid #000;
  border-color: #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.02);
  margin-left: 15px;
}

.main_nav .primary_menu .nav_lang .option_lang ul {
  padding: 0;
  margin: 0;
}

.main_nav .primary_menu .nav_lang .option_lang ul li {
  list-style: none;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0;
  height: 20px;
  display: block;
  width: 63px;
}

.main_nav .primary_menu .nav_lang .option_lang ul li:last-child {
  border-bottom: none;
  padding: 10px 0 0;
}

.main_nav .primary_menu .nav_lang .option_lang ul li a {
  position: relative;
  margin: 10px 0;
  color: #000;
  text-transform: uppercase;
}

.main_nav .primary_menu .nav_lang .option_lang ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  left: 0;
  top: 0;
  transition: all 0.6s ease;
}

.main_nav .primary_menu .nav_lang .option_lang ul li a:hover:before {
  width: 10px;
}

.main_nav .primary_menu .primary_group {
  display: none;
}

.main_nav .primary_menu .primary_group .a_group {
  font-weight: 400;
}

.main_nav .primary_menu .nav_sub .nav_sub_child.active,
.main_nav .primary_menu .primary_group .nav_sub.active,
.main_nav .primary_menu .nav_sub.active {
  display: block;
}

.main_nav .primary_menu li .nav_sub.active,
.main_nav .primary_menu .nav_sub li .nav_sub_child.active {
  display: block !important;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.4s;
}

.main_nav .primary_menu .ico_dropdown {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.3s;
  cursor: pointer;
  z-index: 2;
  display: none;
}

.main_nav .primary_menu .ico_dropdown.active {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.booking_mobile {
  display: none;
}

/*-------------------------------------*/
/* MAIN NAV CHILD */
/*-------------------------------------*/

/*active home page*/
.main_nav.main_nav_home {
  top: 0;
  background-color: #101d33;
  height: 80px;
}

.main_nav.main_nav_home .primary_menu {
  padding: 0;
}

.main_nav.main_nav_home .primary_menu .nav_sub {
  top: 80px;
}

.main_nav.main_nav_home .primary_menu li {
  height: 80px;
}

.main_nav.main_nav_home .primary_menu .nav_sub li {
  height: 50px !important;
  border-bottom: 1px solid #efefef;
}

.main_nav.main_nav_home .primary_menu .nav_lang {
  border-left: 1px solid #efefef;
}

.main_nav .primary_menu .nav_sub:after {
  background-color: #fff;
}

.main_nav.main_nav_home .logo {
  bottom: 10px;
}

.main_nav.main_nav_home .primary_menu .nav_sub li a,
.main_nav.main_nav_home .primary_menu .nav_link,
.main_nav.main_nav_home .primary_menu .nav_tel a {
  color: #fff;
}

.main_nav.main_nav_home .primary_menu .nav_link:after,
.main_nav .primary_menu .nav_sub li a:after {
  background-color: #124863;
}

.main_nav.main_nav_home .primary_menu .nav_lang .option_lang {
  top: 80px !important;
}

.main_nav_home .hamburger_box .menu_text:before,
.main_nav_home .hamburger_box .menu_text:after {
  color: #fff;
}

.main_nav_home .hamburger_inner,
.main_nav_home .hamburger_inner::before,
.main_nav_home .hamburger_inner::after {
  background-color: #fff;
}

/* End active home page*/

.main_nav.nav_child {
  top: 70px;
  height: 50px;
  background-color: #fff;
  z-index: 10;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.main_nav.nav_child .logo {
  bottom: 10px;
  width: 170px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  /*filter: brightness(0) invert(1);*/
  /*-webkit-filter: brightness(0) invert(1);*/
}

.main_nav.nav_child .primary_menu {
  height: 50px;
}

.main_nav.nav_child .primary_menu li {
  height: 50px;
}

.main_nav.nav_child .primary_menu .nav_link:after,
.main_nav.nav_child .primary_menu .nav_sub li a:after {
  background-color: #000;
}

.main_nav.nav_child .primary_menu .nav_link {
  color: #000;
}

.main_nav.nav_child .primary_menu .nav_sub,
.main_nav.nav_child .primary_menu .nav_sub .nav_sub_child {
  top: 120px;
}

.main_nav.nav_child .primary_menu .nav_sub li a,
.main_nav.nav_child .primary_menu .nav_sub .nav_sub_child li a {
  color: #fff;
}

.main_nav.nav_child .primary_menu .nav_sub li,
.main_nav.nav_child .primary_menu .nav_sub .nav_sub_child li {
  border-bottom: 1px solid #355f90;
}

.main_nav.nav_child .primary_menu .nav_sub:after,
.main_nav.nav_child .primary_menu .nav_sub .nav_sub_child:after {
  background-color: #21538a;
}

.main_nav.nav_child .primary_menu .nav_booknow,
.main_nav.nav_child .primary_menu .nav_tel {
  display: none;
}

/*-------------------------------------*/
/* MAIN NAV TOP */
/*-------------------------------------*/
.nav_top.nav_homepage {
  display: none;
}

.nav_top {
  position: fixed;
  width: 100%;
  height: 35px;
  background-color: #101d33;
  z-index: 10;
  display: inline-block;
}

.nav_top .nav_top_box {
  padding: 7px 20px;
}

.nav_top svg {
  width: 15px;
  margin: 0 5px;
}

.nav_top .nav_left,
.nav_top .nav_right {
  width: 50%;
  float: left;
}

.nav_top .nav_right {
  text-align: right;
}

.nav_top .nav_left a,
.nav_top .nav_right a {
  font-size: 12px !important;
  color: #fff;
  margin: 0 5px 0 0;
}

.nav_top .nav_left a:hover,
.nav_top .nav_right a:hover {
  color: #f4d5a6;
}

.nav_top .nav_left .tel {
  font-size: 10px !important;
}

/*-------------------------------------*/
/* HEMBURGER */
/*-------------------------------------*/
.hamburger {
  position: absolute;
  top: 25px;
  right: 10px;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 10;
  display: none;
  transition: all 0.4s;
}

.main_nav.sticky .hamburger {
  top: 15px !important;
}

.hamburger_box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger_box .menu_text:before,
.hamburger_box .menu_text:after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 45px;
  font-weight: 400;
  font-size: 14px;
  /*text-transform: uppercase;*/
  color: #fff;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
}

.hamburger_box .menu_text:before {
  content: "Menu";
  animation-name: fadeInLeft;
}

.hamburger.active .hamburger_box .menu_text:before {
  animation-name: fadeOutLeft;
}

.hamburger_box .menu_text:after {
  animation-name: fadeOutLeft;
}

.hamburger.active .hamburger_box .menu_text:after {
  content: "close";
  animation-name: fadeInLeft;
}

.hamburger_inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger_inner,
.hamburger_inner::before,
.hamburger_inner::after {
  width: 35px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger_inner::before,
.hamburger_inner::after {
  content: "";
  display: block;
  transition: all 0.6s;
}

.hamburger_inner::before {
  width: 20px;
  top: -6px;
  right: 0;
  transition: all 0.6s !important;
}

.hamburger:hover .hamburger_inner::before {
  width: 35px;
}

.hamburger_inner::after {
  bottom: -6px;
}



/*-------------------------------------*/
/* HEMBURGER SPIN */
/*-------------------------------------*/

.hamburger_spin .hamburger_inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger_spin .hamburger_inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger_spin .hamburger_inner::after {
  transition: bottom 0.1s 0.34s ease-in,
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger_spin.active .hamburger_inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger_spin.active .hamburger_inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger_spin.active .hamburger_inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,
    -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*-------------------------------------*/
/* SLIDESHOW */
/*-------------------------------------*/

.main_slideshow {
  position: relative;
  width: 100%;
  z-index: 9;
}

.main_slideshow .box_slideshow .nameTitle,
.main_slideshow .box_slideshow h3,
.main_slideshow .box_slideshow a,
.main_slideshow .box_slideshow p,
.main_slideshow .box_slideshow label {
  color: #fff;
  font-weight: 300;
}
.main_slideshow .box_slideshow .nameTitle,
.main_slideshow .box_slideshow h1 {
  /* font-family: "Philosopher", sans-serif; */
  font-family: 'Cormorant Garamond', serif;
  font-size: 37px;
  text-transform: uppercase;
  margin: 0 !important;
  font-weight: 300;
}

.main_slideshow .box_slideshow p {
  margin-top: 5px !important;
  font-size: 18px;
}

.main_slideshow .box_slideshow .btn_slidshow {
  padding: 10px;
  border: 1px solid #fff;
  display: inline-block;
  transition: all 0.6s ease;
  cursor: pointer;
}

.main_slideshow .box_slideshow .btn_slidshow:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.25);
}

.main_slideshow .box_slideshow .uk-position-center {
  z-index: 2;
}

.main_slideshow .box_slideshow .uk-slideshow-items li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  background-image: linear-gradient(
    0deg,
    rgba(00, 00, 00, 0.3),
    rgba(00, 00, 00, 0)
  );
  bottom: 0;
  z-index: 1;
  display: block;
}

.main_slideshow .box_slideshow .uk-position-bottom {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 2;
}

.main_slideshow .box_slideshow .main_dotnav {
  position: absolute;
  width: 100%;
  height: 20px;
  /* top: 0; */
  right: 0;
  left: 0;
  bottom: 15px;
  margin: auto;
  max-width: 80px;
  z-index: 10;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  display: -webkit-flex;
}

.main_slideshow .box_slideshow .main_dotnav .box_dotnav {
  position: absolute;
  right: 0;
  /* transform: rotate(90deg); */
}

.main_slideshow .box_slideshow .main_dotnav .box_dotnav .uk-dotnav > * > * {
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.5);
}

.main_slideshow
  .box_slideshow
  .main_dotnav
  .box_dotnav
  .uk-dotnav
  > .uk-active
  > * {
  background-color: #fff;
  border-color: transparent;
}

.main_slideshow .box_slideshow .nav_slideshow {
  display: none;
}

.main_slideshow .box_slideshow .uk-active img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-animation-name: panRight;
  animation-name: panRight;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.main_slideshow .box_slideshow img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  background-position: 50% 50%;
}

/*Slideshow Center Left*/

.main_slideshow .box_slideshow.centerLeft .uk-position-bottom {
  bottom: 150px;
  right: 0;
  height: 150px;
  margin: auto;
}

.main_slideshow .box_slideshow.centerLeft .name {
  font-size: 20px;
  /* margin-bottom: 20px; */
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
}

.main_slideshow .box_slideshow.centerLeft .bntPrimary {
  margin-bottom: 20px;
  display: block;
}

.main_slideshow .box_slideshow.centerLeft .bntPrimary {
  color: #fff;
  font-weight: 200;
  border: 0;
  padding: 10px;
  margin-top: 20px;
  display: inline-block;
  transition: all 0.6s ease;
  background-color: #124863;
  cursor: pointer;
}

.main_slideshow .box_slideshow.centerLeft .bntPrimary span {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.6s ease;
}

.main_slideshow .box_slideshow.centerLeft .bntPrimary:hover {
  text-decoration: none;
}

.main_slideshow .box_slideshow.centerLeft .bntPrimary .uk-icon {
  position: relative;
  margin-left: -20px;
  opacity: 0;
  transition: all 0.6s ease;
}

.main_slideshow .box_slideshow.centerLeft .bntPrimary:hover .uk-icon {
  position: relative;
  margin-left: 5px;
  opacity: 1;
}

.main_slideshow .box_slideshow.centerLeft .uk-slideshow-items li:after {
  background-color: rgba(17, 30, 50, 0.35);
  height: 100% !important;
}

/* End Slideshow Center Left*/

/*-------------------------------------*/
/* ZOOM IMAGE */
/*-------------------------------------*/
.zoom_img {
  position: relative;
  display: block;
  overflow: hidden;
}

.zoom_img:after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.6s;
  display: block;
}

.zoom_img .img_item {
  width: 100%;
  transform: scale(1);
  transition: all 1s;
}

.zoom_img:hover .img_item {
  transform: scale(1.1);
}

.zoom_img:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.zoom_img .ico_plus {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
  margin: auto;
}

.zoom_img .ico_plus svg {
  position: absolute;
  top: 2px;
  left: 1px;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  z-index: 4;
  display: block;
  transition: all 0.4s;
  color: #fff;
}

.zoom_img:hover .ico_plus svg {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.zoom_img .ico_plus:before {
  position: relative;
  width: 150px;
  content: "Take a look";
  font-size: 18px;
  color: #fff;
  z-index: 3;
  display: block;
  left: 30px;
  opacity: 0;
  transition: all 0.4s;
}

.zoom_img .ico_plus:after {
  position: absolute;
  content: "";
  top: 13px;
  left: 13px;
  width: 0;
  height: 0;
  background: rgba(231, 208, 162, 0.4);
  border: 1px solid #e4cc9d;
  border-radius: 50%;
  display: block;
  z-index: 3;
  transition: all 0.4s;
  opacity: 0;
}

.zoom_img:hover .ico_plus:before {
  left: 50px;
  opacity: 1;
}

.zoom_img:hover .ico_plus:after {
  top: -12px;
  left: -12px;
  width: 50px;
  height: 50px;
  opacity: 1;
}

/*-------------------------------------*/
/* WRAPPER */
/*-------------------------------------*/
.fixbody {
  overflow: hidden;
}

.common_wrapper {
  width: 100%;
  margin: auto;
}

.common_wrapper .common_content {
  position: relative;
  /*max-width: 1280px;*/
  /*width: 100%;*/
  padding: 0 30px;
  margin: auto;
  /*overflow: hidden;*/
}

.common_wrapper .common_content img {
  width: 100%;
}

.common_wrapper .common_content .common_row {
  margin-top: 70px;
}

.common_wrapper .common_content .common_row h3 {
  width: 100%;
  text-align: center;
}

.common_wrapper .common_content .col_100 {
  width: 100%;
  float: left;
}

.common_wrapper .common_content .col_50 {
  width: 50%;
  float: left;
}
.common_wrapper .common_content .col_50.right {
  width: 50%;
  float: right;
}
.common_wrapper .common_content .col_50.marginAuto {
  float: initial;
  margin: auto;
}

.common_wrapper .common_content .col_60 {
  width: 60%;
  float: left;
}

.common_wrapper .common_content .col_40 {
  width: 40%;
  float: left;
}

.common_wrapper .common_content .col_30 {
  width: 33.33%;
  float: left;
}

.common_wrapper .common_content .bnt_info {
  color: #fff;
  font-weight: 200;
  border: 0;
  padding: 10px;
  margin-top: 20px;
  display: inline-block;
  transition: all 0.6s ease;
  background-color: #124863;
  cursor: pointer;
}

.common_wrapper .common_content .bnt_info span {
  color: #fff;
  transition: all 0.6s ease;
}

.common_wrapper .common_content .bnt_info:hover,
.common_wrapper .common_content .bnt_info:hover span {
  color: #fff;
}

.common_wrapper .common_content .bnt_info:hover {
  text-decoration: none;
}

.common_wrapper .common_content .bnt_info .uk-icon {
  position: relative;
  margin-left: -20px;
  opacity: 0;
  transition: all 0.6s ease;
}

.common_wrapper .common_content .bnt_info:hover .uk-icon {
  position: relative;
  margin-left: 5px;
  opacity: 1;
}
.common_wrapper .common_content .common_mainbox {
  position: relative;
  display: block;
}

/*-------------------------------------*/
/* TITLE */
/*-------------------------------------*/
.common_wrapper .common_content .details_box .nameTitle {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
}

.common_wrapper .common_content .details_box .price_tag {
  margin-top: 20px;
  font-size: 1.5rem;
  display: block;
  font-family: "Philosopher", sans-serif;
}
.common_wrapper.title_section {
  width: 100%;
  height: 100%;
}

.common_wrapper.title_section .common_content .details_box.left {
  text-align: left !important;
}

.common_wrapper.title_section .common_content .details_box {
  text-align: center;
  padding: 70px 0;
  margin: auto;
}
.common_wrapper.title_section .common_content .details_box h1{
  text-transform: uppercase;
  font-weight: 600;
  color: #134863;
}

@media (min-width: 1200px) {
    .common_wrapper.title_section .common_content .details_box {
        max-width: 55%;
    }
}
@media (max-width: 1200px) {
    .common_wrapper.title_section .common_content .details_box {
        max-width: 75%;
    }
}

.common_wrapper.title_section .common_content .details_box hr {
  width: 50px;
  height: 3px;
  background: #134863;
  text-align: center;
  border: 0;
  display: inline-block;
  margin: 20px 0 0;
}

/* .common_wrapper.title_section .common_content .details_box p:nth-child(1) {
  margin-top: 0 !important;
  font-size: 12px;
  text-transform: uppercase;
} */

.common_wrapper.title_section .common_content .details_box .line {
  width: 1px;
  height: 70px;
  background-color: #ccc;
  margin: auto;
}

.common_wrapper.title_section .common_content .details_box .line:nth-child(1) {
  margin-bottom: 30px;
}

.common_wrapper.title_section .common_content .details_box .line:last-child {
  margin-top: 30px;
}

/*-------------------------------------*/
/* CONTENT WIDTH */
/*-------------------------------------*/
.common_wrapper .common_content.width {
  background-color: #f8f8f8;
  padding: 0;
}

.common_wrapper .common_content.width.bg_none {
  background-color: transparent !important;
}

.common_wrapper .common_content.width .img_thumb img {
  width: 100%;
  object-fit: cover;
  height: 560px;
}

.common_wrapper .common_content.width .common_box {
  height: 560px;
  padding: 0 50px;
  vertical-align: top;
  align-items: center;
  display: flex;
}

.common_wrapper .common_content.width .box_video {
  max-width: 1000px;
  padding: 0 50px;
  display: block !important;
  margin: auto;
}

.common_wrapper .common_content.width .common_box.bg_gray {
  background-color: #f8f8f8;
}

.common_wrapper .common_content.width .details_box p:nth-child(1) {
  margin-top: 0 !important;
  font-size: 12px;
  text-transform: uppercase;
}

.common_wrapper .common_content.width .details_box hr {
  width: 50px;
  height: 3px;
  background: #101d33;
  text-align: center;
  border: 0;
  display: inline-block;
  margin: 20px 0 0;
}

.common_wrapper .common_content.width .uk-subnav {
  width: fit-content;
  width: -moz-fit-content;
  margin: auto;
  padding-bottom: 30px;
}

.common_wrapper .common_content.width .uk-subnav a {
  border-bottom: #000 3px solid;
  text-transform: none;
}

.common_wrapper .common_content.width .uk-subnav-pill > * > :first-child {
  color: #000;
}

.common_wrapper .common_content.width .uk-subnav > * {
  padding-left: 5px;
}

.common_wrapper .common_content.width .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #ebbd95;
  border-bottom: #ebbd95 3px solid;
}

.common_content.width .uk-position-center-left,
.common_content.width .uk-position-center-right {
  background-color: #fff;
  color: #000 !important;
  padding: 10px;
  width: 30px;
  text-align: center;
}
/*.common_content.width .uk-position-center-right {*/
/*    right: 5px;*/
/*}*/
/*.common_content.width .uk-position-center-left {*/
/*    left: 4px;*/
/*}*/

/*-------------------------------------*/
/* CONTENT LEFT */
/*-------------------------------------*/
.common_wrapper .common_content.left .common_box {
  padding: 50px 20px;
}

.common_wrapper .common_content.left .common_box hr {
  width: 50px;
  height: 3px;
  background: #101d33;
  text-align: center;
  border: 0;
  display: inline-block;
  margin: 20px 0 0;
}

.common_wrapper .common_content.left .common_box .text_parallax {
  position: relative;
  overflow: hidden;
  background: no-repeat 0 0;
  display: inline-block;
  margin-top: -50px;
  padding: 0 20px;
  z-index: -1;
}

.common_wrapper .common_content.left .common_box .text_parallax .title {
  font-size: 100px;
  font-weight: 400;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: black;
  margin: 0;
  background-color: white;
  /*mix-blend-mode: darken;*/
  -ms-mix-blend-mode: darken;
  background-color: white;
  mix-blend-mode: screen;
}


/*-------------------------------------*/
/* Amenities Box */
/*-------------------------------------*/
.common_wrapper .common_content .facilities_box {
  text-align: center;
}

.common_wrapper .common_content .amenities {
  text-align: center;
}

.common_wrapper .common_content .amenities .col_row {
  padding: 0 0 70px;
}
.common_wrapper .common_content .amenities .col_33 {
  width: 33%;
  float: left;
}
.common_wrapper .common_content .amenities .col_15 {
  width: 15%;
  float: left;
}

.common_wrapper .common_content .amenities .base_amenities {
  width: 1024px;
  text-align: center;
  margin: auto;
}
.common_wrapper .common_content .amenities .base_amenities .textTitle {
  font-family: "Philosopher", sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 30px 0;
}
.common_wrapper .common_content .amenities .base_amenities .base_row {
  width: 100%;
  float: left;
}
.common_wrapper .common_content .amenities .base_amenities .base_row.bg_gray {
  background-color: #eee;
}
/*.common_wrapper .common_content .amenities .base_amenities .base_row:first-child{*/
/*    margin-top: 70px;*/
/*}*/
.common_wrapper
  .common_content
  .amenities
  .base_amenities
  .base_row:last-child {
  margin-bottom: 30px;
}

.common_wrapper .common_content .amenities .base_amenities .text_primary {
  margin-bottom: 70px;
}
.common_wrapper .common_content .amenities .base_amenities .box_amenities {
  text-align: center;
  padding: 15px;
}
.common_wrapper
  .common_content
  .amenities
  .base_amenities
  .box_amenities
  .box_ico {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 100%;
  padding: 15px;
  margin: auto;
}
.common_wrapper .common_content .amenities .box_table {
  padding: 0 0 0 20px;
}
.common_wrapper .common_content .amenities .box_table .uk-table {
  margin: 0;
}

.common_wrapper
  .common_content
  .amenities
  .base_amenities
  .base_row
  .base_list {
  text-align: left;
}
.common_wrapper
  .common_content
  .amenities
  .base_amenities
  .base_row
  .base_list
  label {
  font-size: 1.5rem;
  line-height: 1.4;
}

/*-------------------------------------*/
/* Child Box */
/*-------------------------------------*/
.common_wrapper .common_content.child_box {
  max-width: 1280px;
  margin: 0 auto;
}
.common_wrapper .common_content.child_box .uk-align-center {
  text-align: center;
}
.common_wrapper .common_content.child_box .uk-align-center .bnt_info {
  margin-top: 0;
}
.common_wrapper .common_content.child_box .box_img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 30px 20px;
}
.common_wrapper .common_content.child_box .box_img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: transparent;
  transition: all 1s;
  display: block;
  z-index: 1;
}
.common_wrapper .common_content.child_box .box_img:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.common_wrapper .common_content.child_box .box_img img {
  height: 400px;
  object-fit: cover;
  transform: scale(1);
  transition: all 1s;
}
.common_wrapper .common_content.child_box .box_img:hover img {
  transform: scale(1.1);
}
.common_wrapper .common_content.child_box .caption_wrapper {
  text-align: center;
}
.common_wrapper .common_content.child_box .caption label,
.common_wrapper .common_content.child_box .caption h4,
.common_wrapper .common_content.child_box .caption svg {
  color: #606060;
  align-items: center;
  vertical-align: top;
}
.common_wrapper .common_content.child_box .box_img .view_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  margin: auto;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  z-index: 2;
  transition: all 0.1s;
}
.common_wrapper .common_content.child_box .box_img .view_img .name_type {
  color: #fff;
  width: 100%;
  display: block;
}
.common_wrapper .common_content.child_box .box_img .view_img .uk-icon {
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
}
/*.common_wrapper .common_content.child_box .box_img:hover .view_img{*/
/*    opacity: 1;*/
/*    z-index: 5;*/

/*}*/
.common_wrapper .common_content.child_box .col_30_1 {
  width: 32.2%;
  float: left;
}
.common_wrapper .common_content.child_box .col_30_2 {
  width: 34.6%;
  float: left;
}
.common_wrapper .common_content.child_box .col_30_3 {
  width: 33.1%;
  float: left;
}
.common_wrapper .common_content.child_box .col_100 {
  width: 99.9%;
  float: left;
}

/*-------------------------------------*/
/* Modal VIDEO  */
/*-------------------------------------*/
.box_modalVideo {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box_modalVideo:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  z-index: 1;
}

.box_modalVideo video {
  object-fit: cover;
  width: 100vw;
  height: 560px;
}

#modalVideo .uk-width-auto {
  width: 80% !important;
}

.playButton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  margin: auto;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.playButton svg {
  width: 50px;
  color: #fff;
}

#videoBg {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/*-------------------------------------*/
/* VIDEO LOCATION AREA */
/*-------------------------------------*/

.box_location .box_video {
  max-width: 1000px;
  padding: 0 50px;
  display: block !important;
  margin: auto;
}

/*-------------------------------------*/
/* CONTENT CARD */
/*-------------------------------------*/

.main_card {
  position: relative;
  /*padding: 0 20px;*/
  overflow: hidden;
  cursor: pointer;
}

.main_card .box_card {
  position: relative;
  overflow: hidden;
}

.main_card .box_card:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 25%;
  background-image: linear-gradient(
    0deg,
    rgba(00, 00, 00, 0.5),
    rgba(00, 00, 00, 0)
  );
  bottom: 0;
  display: block;
  z-index: 1;
}

.main_card .box_card img {
  width: 100%;
  object-fit: cover;
  height: 560px;
}

.main_card .box_card .caption_card {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 0 15px;
}

.main_card .box_card .caption_card .caption {
  position: relative;
  z-index: 2;
}

.main_card .box_card .caption_card .caption:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 30px;
  background-color: #fff;
  transition: all 0.5s ease;
}

.main_card .box_card .caption_card .caption .name,
.main_card .box_card .caption_card .caption .distance {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  text-align: center;
  color: #fff;
  transition: all 0.5s ease;
}

.main_card .box_card:hover .caption_card .caption .name,
.main_card .box_card:hover .caption_card .caption .distance {
  color: #fff;
}

.main_card .box_card .caption_card .caption .name {
  font-size: 20px;
}

.main_card .box_card .caption_card .caption .distance {
  font-size: 14px;
}
.main_card .box_card .uk-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: 0;
  z-index: 2;
  opacity: 0;
}
.main_card .box_card:hover .uk-icon {
  opacity: 1;
  transition: all 0.5s ease;
}
.main_card .box_card .uk-icon svg {
  width: 35px;
}

.box_card:after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.6s;
  display: block;
}

.box_card .img_item {
  width: 100%;
  transform: scale(1);
  transition: all 1s;
}

.box_card:hover .img_item {
  transform: scale(1.1);
}

.box_card:hover:after {
  background-color: #124863;
  opacity: 0.5;
}

.section_card .uk-position-center-left,
.section_card .uk-position-center-right {
  background-color: #fff;
  color: #111e32 !important;
  padding: 10px;
  width: 30px;
  text-align: center;
}

.section_card .uk-position-center-left {
  left: 4px;
}

.section_card .uk-position-center-right {
  right: 5px;
}

/*-------------------------------------*/
/* GALLERY */
/*-------------------------------------*/

.common_wrapper .common_content .common_gallery .main_card {
  padding: 10px;
}
.common_wrapper .common_content .common_gallery .uk-subnav {
  margin-bottom: 30px;
}
.common_wrapper
  .common_content
  .common_gallery
  .uk-subnav-pill
  > .uk-active
  > a {
  background-color: #124863;
  color: #fff;
}
.common_wrapper .common_content .common_gallery .main_card span {
  color: #fff;
}
.common_wrapper .common_content .common_gallery ul {
  padding: 0;
  margin: 0;
}
.common_wrapper .common_content .common_gallery ul li {
  list-style: none;
}

/*-------------------------------------*/
/* CONTACT US */
/*-------------------------------------*/
.common_form .mymap {
  height: 500px;
}

/* Main_details*/
.common_form .main_details {
  text-align: left;
}

.common_form .main_details .info_box {
  padding: 0 50px 50px;
}

.common_form .main_details .info_box hr {
  width: 50px;
  height: 3px;
  background: #101d33;
  text-align: center;
  border: 0;
  display: inline-block;
  margin: 20px 0;
}

.common_form .main_details .info_box .info_wrap {
  padding: 0 0 20px;
}

.common_form .main_details .info_box .info_wrap:last-child {
  padding: 0;
}

.common_form .main_details .info_box .info_wrap span {
  /*float: left;*/
  height: 25px;
  margin-right: 5px;
}

.common_form .main_details .info_box .info_wrap .btn_map {
  background-color: #20548a;
  padding: 15px;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.common_form .main_details .info_box .info_wrap .btn_map:hover {
  color: #fff;
  background-color: #101d33;
}

.common_form .main_details .info_box .info_wrap p {
  margin: 0;
  margin-top: 10px !important;
}

.common_form .main_details .info_box .info_wrap a {
  color: #666;
}

.common_form .main_details .info_box .info_wrap a:hover {
  text-decoration: none;
  color: #f4d5a6;
}

/* End main_details*/

.common_form .main_details .info_box .social_link ul {
  padding: 0;
  margin-top: 20px;
}

.common_form .main_details .info_box .social_link li {
  list-style: none;
  margin: 0 5px;
  display: inline-block;
}

.common_form .main_details .info_box .social_link svg {
  width: 15px;
}

.common_form .main_details .info_box .social_link li a {
  color: #666;
  padding: 5px;
  border: 1px solid #666;
  border-radius: 100%;
  transition: all 0.6s;
}

.common_form .main_details .info_box .social_link li a:hover {
  color: #f4d5a6;
  border: 1px solid #f4d5a6;
}

/*Contact Form*/
.common_form {
  width: 100%;
  text-align: right;
}

.common_form #inquiry_send {
  margin-right: 20px;
}

.common_form .top-margin {
  margin-top: 20px;
}

.common_form .field_wrap {
  width: 50%;
  float: left;
}

.common_form input,
.common_form select {
  height: 47px;
}

.common_form select option:invalid {
  color: gray;
}

.common_form input,
.common_form textarea {
  width: 100%;
}

.common_form .uk-input,
.common_form .uk-select,
.common_form .uk-textarea {
  background: #fbfbfb;
}

.common_form .uk-form-icon:not(.uk-form-icon-flip) ~ .uk-select {
  padding-left: 40px !important;
  height: 47px;
}

.common_form .uk-textarea {
  padding-left: 40px;
}

.common_form .uk-margin {
  display: grid;
}

.common_form .field_wrap .uk-margin {
  margin: 0 20px 0 0;
}

.common_form .textarea_wrap {
  width: 100%;
  display: inline-block;
}
.common_form .select_wrap .uk-margin {
  margin: 0 20px 20px 0;
}
.common_form .textarea_wrap .uk-margin {
  margin: 20px 20px 0 0;
}

.common_form .col_100.message_alert {
  margin: 20px 20px 0 0;
  width: 96%;
}

.common_form .textarea_wrap .uk-form-icon {
  top: 5px;
  left: -10px;
  display: block;
}

.common_form .uk-margin .uk-form-icon i {
  font-size: 18px;
}

.common_form .uk-margin .uk-form-icon img {
  width: 24px;
  opacity: 0.5;
}

.common_form .bnt_info {
  font-size: 14px;
}

.common_form .field_wrap .uk-margin.fix {
  margin: 0 0;
}

.common_form .field_wrap .uk-margin.fix_btn {
  margin-bottom: 20px;
}

.common_form #mail_success,
.common_form #mail_failed {
  display: none;
  margin-bottom: 0 !important;
}

.common_form #mail_success p,
.common_form #mail_failed p {
  padding: 0 !important;
  margin: 0 !important;
}

.common_form #mail_success p {
  color: #32d296;
}

.common_form #mail_failed p {
  color: #f0506e;
}

/*End Contact Form*/

/*-------------------------------------*/
/*  POPUP BANNER */
/*-------------------------------------*/
.main_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 15;
  visibility: visible;
  display: flex;
}

.main_popup .box_popup {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  flex-basis: 640px;
  display: flex;
  text-align: center;
}

.main_popup .box_popup .botton_close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.6s;
  padding: 5px;
  background-color: #fff;
  z-index: 1;
}
.main_popup .box_popup .botton_close .uk-icon {
  transition: all 0.6s;
}
.main_popup .box_popup .botton_close .uk-icon:hover {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.main_popup .box_popup .botton_close svg {
  width: 30px;
}

.main_popup .box_popup .box_detail {
  padding: 40px;
  height: 100%;
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  min-width: 0;
  background-color: #fff;
  color: #000;
}

.main_popup .box_popup .box_detail .logo {
  margin-bottom: 30px;
}
.main_popup .box_popup .box_detail .text_location,
.main_popup .box_popup .box_detail .title {
  font-size: 14px;
}
.main_popup .box_popup .box_detail .text_location {
  font-style: italic;
  color: #666;
  margin-top: 20px;
}
.main_popup .box_popup .box_detail .name {
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
}

.main_popup .box_popup .box_detail .caption {
  font-size: 18px;
  color: #666;
  margin-top: 20px;
}

.main_popup .box_popup .box_img {
  position: relative;
  padding: 40px;
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  min-width: 0;
}

.main_popup .box_popup .box_img .item_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main_popup .box_popup .box_detail .bnt_info {
  color: #fff;
  font-weight: 200;
  border: 0;
  padding: 10px;
  margin-top: 20px;
  display: inline-block;
  transition: all 0.6s ease;
  background-color: #101d33;
  cursor: pointer;
}

.main_popup .box_popup .box_detail .bnt_info span {
  color: #fff;
  transition: all 0.6s ease;
}

.main_popup .box_popup .box_detail .bnt_info:hover,
.main_popup .box_popup .box_detail .bnt_info:hover span {
  color: #f4d5a6;
}

.main_popup .box_popup .box_detail .bnt_info:hover {
  text-decoration: none;
}

.main_popup .box_popup .box_detail .bnt_info .uk-icon {
  position: relative;
  margin-left: -20px;
  opacity: 0;
  transition: all 0.6s ease;
}

.main_popup .box_popup .box_detail .bnt_info:hover .uk-icon {
  position: relative;
  margin-left: 5px;
  opacity: 1;
}
/*Vertical*/
.main_popup.vertical .box_popup {
  flex-basis: 460px;
  display: block;
}
.main_popu.vertical .box_popup .box_detail {
  padding: 30px;
}
.main_popup.vertical .box_popup .box_img {
  height: 220px;
  padding: 30px;
}

/*img Only*/
.main_popup.imgOnly .box_popup {
  flex-basis: 400px;
}
.main_popup.imgOnly .box_popup .box_img {
  height: 450px;
}

/*-------------------------------------*/
/*  HEADER FORM  */
/*-------------------------------------*/
.headerForm {
  position: relative;
  width: 100%;
  margin: 70px 0 0;
}
.headerForm:after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(17, 30, 50, 0.50);*/
  display: block;
  z-index: 1;
}
.headerForm .item_img {
  height: 45vh;
}

/*-------------------------------------*/
/*  PEGE 404 */
/*-------------------------------------*/

.main_error {
  position: relative;
  width: 100%;
  margin: 70px 0 0;
}
.main_error:after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 30, 50, 0.5);
  display: block;
  z-index: 1;
}
.main_error .item_img {
  height: 45vh;
}
.main_error .box_detail {
  position: absolute;
  height: 180px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  text-align: center;
  z-index: 2;
}
.main_error .box_detail .name,
.main_error .box_detail .title {
  color: #fff;
}
.main_error .box_detail .name {
  text-transform: uppercase;
}
.main_error .box_detail .title {
  font-size: 2rem;
}
.main_error .bntPrimary {
  margin-bottom: 20px;
  display: block;
}

.main_error .bntPrimary {
  color: #101d33;
  font-weight: 200;
  border: 0;
  padding: 10px;
  margin-top: 20px;
  display: inline-block;
  transition: all 0.6s ease;
  background-color: #124863;
  cursor: pointer;
}

.main_error .bntPrimary span {
  font-size: 12px;
  font-weight: 300;
  color: #101d33;
  text-transform: uppercase;
  transition: all 0.6s ease;
}

.main_error .bntPrimary:hover {
  text-decoration: none;
}

.main_error .bntPrimary .uk-icon {
  position: relative;
  margin-left: -20px;
  opacity: 0;
  transition: all 0.6s ease;
}

.main_error .bntPrimary:hover .uk-icon {
  position: relative;
  margin-left: 5px;
  opacity: 1;
}
/*-------------------------------------*/
/* FOOTER SECTION */
/*-------------------------------------*/
.map_villa {
  padding-top: 70px;
  display: none;
}
.map_villa.show{
  display: block;
}

#map {
  width: 100%;
  height: 500px;
}

/*-------------------------------------*/
/* COPYRIGHT SECTION */
/*-------------------------------------*/

.copyright {
  background: linear-gradient(-45deg, #082736, #217ba9, #51a4ce, #082736);
	background-size: 300% 300%;
  animation: gradient 15s ease infinite;
  padding: 25px 30px;
  text-align: center;
}

.copyright p {
  font-size: 12px;
  color: #fff;
  margin: 0;
  margin-top: 0 !important;
  letter-spacing: 0.03em;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


/*-------------------------------------*/
/* SHARE */
/*-------------------------------------*/

#share {
  display: inline-block;
  position: absolute;
  right: 0;
}

.clear {
  background: none;
  border: none;
}

/* Delete End */

#share .fa-share {
  font-size: 25px;
  color: #134862 !important;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}

#share .fa-share.expanded {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-share {
  margin-top: -20px;
}

.wrap {
  height: 65px;
  overflow: hidden;
  padding: 15px 0;
}

.share-menu {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden !important;
}

/* Icons */

.share a {
  color: #fff;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-family: fontawesome;
  position: relative;
  display: inline-block;
  animation: elastic 0.5s ease-out forwards 0s;
  width: 40px;
  height: auto;
  transform: translate3d(0, 60px, 0);
  transition: all 0.2s;
  font-size: 18px;
  padding: 7px 0;
  margin: 0 0 0 5px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

.share a:hover {
  opacity: 0.9;
}

.share a:nth-of-type(1) {
  background: #45b0e4;
}

.share a:nth-of-type(2) {
  background: #3b5998;
  -moz-animation-delay: 0.05s;
  -webkit-animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.share a:nth-of-type(3) {
  background: #ff4500;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.share a:nth-of-type(4) {
  background: #36465d;
  -moz-animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.share a:nth-of-type(5) {
  background: #db4437;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.share a:nth-of-type(6) {
  background: #ff5c3d;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.share a:nth-of-type(7) {
  background: #738a8d;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* font awesome icons */

.share a:nth-of-type(1):before {
  content: "\f099";
}

.share a:nth-of-type(2):before {
  content: "\f09a";
}

.share a:nth-of-type(3):before {
  content: "\f173";
}

.share a:nth-of-type(4):before {
  content: "\f0e0";
}

.share a:nth-of-type(5):before {
  content: "\f0c1";
}

/* Link nth */

.link {
  margin: 0 0 0 4px;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  visibility: hidden;
}

.link.active {
  -webkit-transform: translate3d(0, -35px, 0);
  transform: translate3d(0, -35px, 0);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  visibility: visible;
}

/* Navigation Button */

.share-btn {
  color: #ababab;
  background-color: #f1f1f1;
  text-align: center;
  text-decoration: none;
  font-family: fontawesome;
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  float: left;
  padding-top: 2px;
  border: none;
  border-radius: 50px;
  margin: 0 2px;
  -webkit-font-smoothing: antialiased;
}

.share-btn.embed-link:before {
  content: "\f121";
}

.share-btn.no-link:before,
.share-btn.no-embed-link:before {
  content: "\f062";
}

.share-btn.copy-link:before {
  content: "\f0ea";
}

.share {
  -webkit-transform: translate3d(0, -0px, 0);
  transform: translate3d(0, 0px, 0);
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  visibility: visible;
}

.share.active {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  visibility: hidden;
}

/* Input */

.c-form-control {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  width: 140px;
  float: left;
  font-size: 14px;
  height: 35px;
  line-height: 20px;
  margin-right: 5px;
  padding: 6px 12px;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 1px 1px 2px -1px rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.e-form-control {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  min-width: 257px;
  float: left;
  font-size: 14px;
  height: 35px;
  line-height: 20px;
  margin-right: 5px;
  padding: 6px 12px;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 1px 1px 2px -1px rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* Dropdown Style */

.dropdown-menu.share-menu {
  position: absolute;
  right: 40px;
  top: -16px;
  background: #ffffff;
  padding: 8px 0;
  border: none;
  min-width: 270px;
  box-shadow: none;
  border-radius: 3px;
  height: auto;
  max-height: 50px !important;
  min-height: 50px !important;
  overflow: hidden;
  display: none !important;
}
.dropdown-menu.share-menu.active,
.share-menu.active {
  display: block !important;
}

/* Animation */

@keyframes elastic {
  0% {
    transform: translate3d(0, 60px, 0);
  }
  40% {
    transform: translate3d(0, -5px, 0);
  }
  70% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes copied {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  70% {
    opacity: 1;
    transform: translateY(-35%);
  }
  100% {
    opacity: 0;
    transform: translateY(-35%);
  }
}

/* Tooltip */

.copied::after {
  position: absolute;
  top: -25%;
  right: -10%;
  content: "Copied";
  font-size: 0.75em;
  padding: 3px 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  display: block;
  opacity: 0;
  animation: copied 0.5s ease;
}

/*-------------------------------------*/
/* Room page */
/*-------------------------------------*/
section.room .room-list .uk-card-media-top{
    min-height: 260px;
    background-color: #f2f2f2;
    overflow: hidden;
}
section.room .room-list{
    min-height: 470px;
    overflow: hidden;
    padding-bottom: 40px;
}
section.room .room-list h3{
    font-size: 16px;
    color: #08506a !important;
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
    width: 100%;
    font-family: "Prompt", sans-serif !important;
}
section.room .room-list .uk-card-media-top .img-features{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    transform: scale(1.05, 1.05);
    transition: all 0.7s;
    z-index: 1;
}
section.room .room-list:hover .uk-card-media-top .img-features{
    transform: scale(1, 1);
}
section.room .room-list .uk-card-footer{
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px solid #08506a;
    padding: 0 !important;
    width: 50%;
    text-align: left;
}
section.room .room-list .uk-card-footer a{
    display: block;
    font-weight: 400;
    width: 100%;
    padding: 20px 20px 20px 0;
    transition: all 0.4s;
}
section.room .room-list .uk-card-footer a svg{
    margin-left: 3px;
    color: #08506a;
}
section.room .room-list .uk-card-footer a:hover{
    text-indent: 20px;
}

section.room .room-list .uk-card-body .uk-body-content{
    min-height: 140px;
    max-height: 140px;
    width: 100%;
    text-align: justify;
}
section.room .room-list .uk-card-body .uk-body-content,
section.room .room-list .uk-card-body .uk-body-content p,
section.room .room-list .uk-card-body .uk-body-content span{
    font-size: 13px !important;
    line-height: 17px !important;
    color: #7a8b93 !important;   
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

section.room .room-list .uk-card-footer a.booknow-btn{
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 10;
    padding: 20px;
    display: block;
    font-size: 13px;
    color: #999;
    width: 30px !important;
}
section.room .room-list .uk-card-footer a.booknow-btn span,
section.room .room-list .uk-card-footer a.booknow-btn:hover span{
    right: 0 !important;
    left: 20px !important;
    text-indent: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 0 !important;
    position: inherit;
}

/*-------------------------------------*/
/* Config Content */
/*-------------------------------------*/
.content,
.content p,
.content p span,
.page-wrapper,
.page-content,
.page-content p,
.page-content p span, .page-content span ,
.page-content ul li,
.page-content ul li p,
.page-content ul li p span, .page-content ul li span,
.page-content h5,
.page-content h6,
.page-content h4,
.page-content h3,
.page-content h2,
.page-content h1{
    font-family: 'Prompt', sans-serif !important;
    font-size: 16px !important;
    color: #4c626a !important;
    font-weight: 300;
    letter-spacing: 0.01em !important;
}
.page-content p{
    padding: 13px 0 !important;
    margin: 0 !important;
}
.page-content{
    text-align: center !important;
}
.page-content table{
   margin: auto;
   border: none;
   width: 100%;
}
.page-content table tr td{
    padding: 0 2px !important;
}
.page-content table tr td,
.page-content table tr td p,
.page-content table tr td p span{
    border: none !important;
    font-size: 15px !important;
}
.page-content table tr td p:nth-child(even) {
    background: #fff;
}
.page-content table tr td p:nth-child(odd){
    background: #f8f8f8;
}

.page-content ul{
    padding: 0 !important;
    margin: 0 !important;
}
.page-content ul li{
    padding: 10px 0;
    margin: 0;
    list-style: none !important;
}

.reviews .uk-card-body h1,
.reviews .uk-card-body h2,
.reviews .uk-card-body h3,
.reviews .uk-card-body h4,
.reviews .uk-card-body h5,
.reviews .uk-card-body h6,
.reviews .uk-card-body p,
.reviews .uk-card-body span,
.reviews .uk-card-body a{
  color: #111 !important;
  font-family: Prompt, sans-serif !important;
  font-size: 14px !important;
}
section#reviews{
  overflow: hidden;
  background: #f2f2f2;
  margin-top: 80px;
}
section#reviews .uk-card{
  border-radius: 10px !important;
  min-height: 320px;
}
section#reviews video,
section.video-wrapper video{
  position: absolute;
  width: 100%;
  height: auto;
  top: -50px;
  left: 0;
  z-index: 1;
}
section#reviews div{
  position: relative;
  z-index: 10;
}
section.video-wrapper{
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 1;
  overflow: hidden;
}
.map-container{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
}
.map-container #map-container{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.uk-open > .uk-modal-dialog{
  border-radius: 10px !important;
}
.contactus-section{
  background-color: #f2f2f2;
}
section.room{
  margin-bottom: 100px;
}

.lighttext > span {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,#034b67 0%,#5fccff 35%,#ffffff 50%,#5fccff 65%,#034b67 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #034b67;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    text-shadow: none;
}
@keyframes textclip {
    100% {
        background-position: -200% center;
    }
}