body, html {display: block; font-family: 'intervogue'; }

@media (min-width: 1260px) {
  .container {
      max-width: 1260px;
  }
}

.white { color: #fff !important; }
.white p { color: #fff !important; }
.white-bg { background-color: #fff !important; }
.white-border { border: 1px solid #fff !important; }
.lightpink { color: #FCADF5 !important;}
.lightpink-bg { background-color: #FCADF5 !important;}
.lightpink-border { border: 1px solid #FCADF5 !important; }
.lilac { color: #C990DD !important;}
.lilac-bg { background-color: #C990DD !important;}
.lilac-border { border: 1px solid #C990DD !important; }
.blue { color: #576DCB !important;}
.blue-bg { background-color: #576DCB !important;}
.blue-border { border: 1px solid #576DCB !important; }
.off-white { color: #FBFBFB !important;}
.off-white-bg { background-color: #FBFBFB !important;}
.light-grey { color: #D0D7DD !important;}
.light-grey-bg { background-color: #D0D7DD !important;}
.light-light-grey { color: #EDEDED !important;}
.light-light-grey-bg { background-color: #EDEDED !important;}
.mid-grey { color: #aaa !important;}
.mid-grey-bg { background-color: #aaa !important;}
.dark-grey { color: #343434 !important;}
.dark-grey-bg { background-color: #343434 !important;}
.turqoise { color: #12A4F9 !important;}
.turqoise-bg { background-color: #12A4F9 !important;}
.dark-green { color: #184A52 !important;}
.dark-green-bg { background-color: #184A52 !important;}
.duck-egg { color: #A9D5FB !important;}
.duck-egg-bg { background-color: #A9D5FB !important;}
.black { color: #000000 !important;}
.black-bg { background-color: #000000 !important;}

.border-bottom-blue {border-bottom: 1px solid #576DCB; }
/*GENERAL & HELPER STYLES*/

h1,h2,h3,h4,h5,h6 {
  font-weight: 900;
  color: #576DCB;
}
.h1-size { font-size: 42px; }
.fw-900 { font-weight: 900 !important; }
.fw-800 { font-weight: 800 !important; }
.fw-700 { font-weight: 700 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-400 { font-weight: 400 !important; }
.fw-300 { font-weight: 300 !important; }
.fw-200 { font-weight: 200 !important; }
.fw-100 { font-weight: 100 !important; }

a {
  color: #0F9BB9;
  font-weight: 500;
}

a:hover {
  color: inherit;
  opacity: 0.7;
}

p {
  font-size: 20px;
  line-height: 28px;
  color: #576DCB;
}
.grey {
  background: #F3F3F2;
}
.blue {
  color: #2DADDA;
}
.logo {
  max-width: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
  margin: 0 auto;
  z-index: 9999;
}

.bt-1 {
  border-top: 1px solid #ddd;
}
.bb-1 {
  border-bottom: 1px solid #ddd;
}

.font-weight-normal {
  font-weight: normal;
}
.text-upper {
  text-transform: uppercase;
}

.gradient {
  background: rgb(252,173,245) !important;
background: -moz-linear-gradient(90deg, rgba(252,173,245,1) 0%, rgba(201,144,221,1) 40%, rgba(87,109,203,1) 60%, rgba(18,164,249,1) 100%) !important;
background: -webkit-linear-gradient(90deg, rgba(252,173,245,1) 0%, rgba(201,144,221,1) 40%, rgba(87,109,203,1) 60%, rgba(18,164,249,1) 100%) !important;
background: linear-gradient(90deg, rgba(252,173,245,1) 0%, rgba(201,144,221,1) 40%, rgba(87,109,203,1) 60%, rgba(18,164,249,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcadf5",endColorstr="#12a4f9",GradientType=1) !important;
}
/*END GENERAL & HELPER STYLES */

.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

/*RESPONSIVE TEXT SIZE HELPERS*/

@media (max-width: 500px) {
  p.resizable {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  h1.resizable {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 6px;
  }
  h2.resizable {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 6px;
  }
  h3.resizable {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  h4.resizable {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}
@media (min-width: 501px) and (max-width: 991px) {
  p.resizable {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  h1.resizable {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 6px;
  }
  h2.resizable {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 6px;
  }
  h3.resizable {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  h4.resizable {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  p.resizable {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  h1.resizable {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 8px;
  }
  h2.resizable {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 8px;
  }
  h3.resizable {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  h4.resizable {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 8px;
  }
}

/* END RESPONSIVE TEXT SIZE HELPERS */

/* BUTTON STYLES */
.btn-primary {
  background: #0B9BB9;
  border-color: #0B9BB9;
}

.btn-primary:hover {
  background: #2DADDA;
  border-color: #2DADDA;
}

.btn-secondary {
  background: #43464f;
  border-color: #43464f;
}

.btn.gradient {
  border: none !important;
  border-radius: 0px !important;
  color: #fff;
  padding: 10px 25px !important;
  font-size: 20px !important;
}

.btn.btn-large {
  font-size: 20px !important;
  line-height: 30px !important;
}

.cta {
  text-transform: uppercase;
  font-family: "AcherusGrotesque";
  font-weight: bold;
  cursor: pointer;
  
}

.cta.cta-large {
  padding: 8px 40px;
  font-size: 26px;
  letter-spacing: 1.5px;
  border-radius: 30px;
}

.cta.cta-medium {
  padding: 8px 35px;
  font-size: 16px;
  letter-spacing: 1.2px;
  border-radius: 22px;
}

.cta.cta-small {
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 20px;
}

.header-top .cta.cta-small {
  width: 165px; padding: 9px 0px;
}
/* BUTTON STYLES END */

/* HEADER STYLES */

header { background: rgb(252,173,245);
background: -moz-linear-gradient(90deg, rgba(252,173,245,1) 0%, rgba(201,144,221,1) 40%, rgba(87,109,203,1) 60%, rgba(18,164,249,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(252,173,245,1) 0%, rgba(201,144,221,1) 40%, rgba(87,109,203,1) 60%, rgba(18,164,249,1) 100%);
background: linear-gradient(90deg, rgba(252,173,245,1) 0%, rgba(201,144,221,1) 40%, rgba(87,109,203,1) 60%, rgba(18,164,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcadf5",endColorstr="#12a4f9",GradientType=1); color: #fff; padding: 0px; }
header.d-lg-block { background: #ffffff; color: #41444e; height: auto; min-height: 155px; padding: 0px;}
header.d-lg-block .header-top {
  padding: 10px 0px;
}
header div {
  align-items: center !important;
}
header .header-top div{
  align-items: top !important;
}
header .header-top {
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #fff;
}
p.small {
  padding: 2px;
  font-size: 14px;
  line-height: 16px;
}
header .logo {
  max-height: 60px;
  padding: 4px 0px;
}
header.d-lg-block .logo {
  max-height: 116px;
}

header .col-3 {
  -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0px 10px;
}
header .col-2-5 {
  -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
    padding: 0px 10px;
}
header .col-6 {
  -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0px;
}

ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.links li {
  display: inline;
  margin: 0px 5px;
}

@media (min-width: 992px) {
  ul.links li {
    display: inline;
    margin: 0px 12px;
  }
}

ul.links li:first-of-type {
  margin-left: 0px;
}

ul.links li:last-of-type {
  margin-right: 0px;
}

ul.links li a {
  color: #fff;
}

ul.links li {
  display: inline;
  margin: 0px 8px;
}

.header-top p.contact-text {
  font-size: 20px;
  font-weight: 500;
}

.header-top p.contact-text a {
  font-weight: 500;
}

@media (min-width: 576px ) {
  header {padding: 10px 0px 0px;}
}

@media (max-width: 399px) {
  ul.links li a i {
    font-size: 12px;
  }
  ul.links li {
    margin: 0px 4px;
  }
}

@media (min-width: 400px) and (max-width: 575px ) {
  ul.links li a i {
    font-size: 13px;
  }
  ul.links li {
    margin: 0px 5px;
  }
}

@media (max-width: 575px ) {
  
  ul.links li:first-of-type {
    margin-left: 0px;
  }
  ul.links li:last-of-type {
    margin-right: 0px;
  }
}

/* END HEADER STYLES */

/* NAVIGATION MENU STYLES */
/* MENU */
/*DESKTOP MENU*/

.nav-container {
 background: rgb(252,173,245);
background: -moz-linear-gradient(90deg, rgba(252,173,245,1) 0%, rgba(201,144,221,1) 40%, rgba(87,109,203,1) 60%, rgba(18,164,249,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(252,173,245,1) 0%, rgba(201,144,221,1) 40%, rgba(87,109,203,1) 60%, rgba(18,164,249,1) 100%);
background: linear-gradient(90deg, rgba(252,173,245,1) 0%, rgba(201,144,221,1) 40%, rgba(87,109,203,1) 60%, rgba(18,164,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcadf5",endColorstr="#12a4f9",GradientType=1); 
}

.navbar-nav-desktop {
  background: transparent;
  display: inline-block; 
}

.navbar-nav-desktop ul li a {
  color: #fff;
}

.desktop-menu ul, .desktop-menu ul > li > ul { 
  list-style: none !important;
}
@media (min-width: 992px) {
  .desktop-menu > ul > li {
    float: left;
    margin-left: 15px;       /* This is when the drop down box appears */
    position: relative;
  }  
}


.desktop-menu > ul > li > a {
-webkit-transition: color .15s;
   -moz-transition: color .15s;
     -o-transition: color .15s;
        transition: color .15s;
}



.desktop-menu > ul > li > a:hover {color: rgb(250,250,250); }

.desktop-menu > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background-color: #C990DD;
    text-align: left;  /* This is for the text when box is dropped down, centered isnt always totally in the middle so best to have on the left */
    position: absolute;
    top: 55px;      /* This is for the drop down annimation */
    left: 50%;
    margin-left: -125px;
    width: 250px;

-webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}

.desktop-menu > ul > li:hover > ul {
    opacity: 1;
    top: 65px;      /* This is how far from the top the drop down annimation will go  */
    visibility: visible;
}

.desktop-menu > ul > li > ul:before{
    content: '';
    display: block;
    border-color: transparent transparent #C990DD transparent;
    border-style: solid;
    border-width: 10px;  /* The border on the drop down box  */ 
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;

}
.desktop-menu > ul ul > li { position: relative; text-align: center;}
.desktop-menu ul ul a{     /* This is the drop down menu, change font or size when its drops down */

/*    color: rgb(50,50,50);
    font-size: 13px;   
    background-color: rgb(250,250,250);
    padding: 5px 8px 7px 16px;*/
    display: block;

-webkit-transition: background-color .1s;
   -moz-transition: background-color .1s;
     -o-transition: background-color .1s;
        transition: background-color .1s;

}

.desktop-menu ul ul a:hover {background-color: #C990DD;}

.desktop-menu ul ul ul {   /* In this build i havent included a sub sub menu in, but here is the code if ever needed */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -16px;
    left: 206px;    /* This is for a sub sub menu */

    padding: 16px 0 20px 0;

    background-color: rgb(250,250,250);

    text-align: left;

    width: 160px;

-webkit-transition: all .3s;
   -moz-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;
/*-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;*/
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);

}

.desktop-menu ul ul > li:hover > ul { 
  opacity: 1; 
  left: 196px; 
  visibility: visible;
}

.desktop-menu ul ul a:hover{

    background-color: #fff;
    color: #C990DD;

}
.navbar-nav-desktop li i.fa-chevron-down { font-size: 12px; padding-top: 5px;}
.navbar-nav-desktop li a.open-search {
  
}
.navbar-nav-desktop li a.open-search i.fa {
  font-size: 30px; 
  background: #fff;
  line-height: 50px;
  color: #0F9BB9;
  padding: 0px 10px;
}
.navbar-nav-desktop ul li a i.fa {
  line-height: 2.4;
}

.navbar-nav-desktop ul a {
  font-size: 20px;
  padding: 12px 0px;
  color: #fff;
}

.navbar-nav-desktop {
  display: flex;
  margin: 0px;
  padding: 0px;
  justify-content: center;
  list-style: none;
}

.navbar-nav-desktop li a{
  line-height: 36px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding: 6px 15px;
}
.navbar-nav-desktop ul li a{
  padding: 4px 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 200;
}
@media (min-width: 992px) and (max-width:  1199px) {
  .navbar-nav-desktop li a{
    font-size: 15px;
    padding: 6px 8px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .navbar-nav-desktop li a{
    font-size: 16px;
    padding: 6px 20px;
  }
}
/* MOBILE NAV */
#sliding-nav {
  display: none;
  position: fixed;
  width: 100%;
  background: #12A4F9;
  z-index:  999910;
}
#sliding-filter {
  display: none;
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 999910;
}
#sliding-nav ul {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 10px 50px;
  margin: 0px -50px;
  box-sizing: border-box;
}

#sliding-nav button.back-button {
  font: inherit;
  color: inherit;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 7px 0px; 
}
#sliding-nav button i {
  color: #fff;
  font-size: 40px;
}
#sliding-nav h1, #sliding-nav h2, #sliding-nav h3, #sliding-nav h4, #sliding-nav h5, #sliding-nav h6 {
  color: #fff; margin:20px 0px; clear: left; float: left;
}
#sliding-nav .container {position: relative; height: 100%; background: #12A4F9;   height: 100%; 
  height: calc(100vh);}
#sliding-nav ul+ul {
  display: none;
  list-style: none;
  background: #12A4F9; 
  height: 100%;
}
#sliding-nav ul li {
  border-bottom: 1px solid #777;
  clear: both;
}
#sliding-nav ul+ul div { margin-top: 50px; }
#sliding-nav ul li:first-of-type { margin-top: 30px; }
#sliding-nav ul li a i.fa {
  line-height: 2.4;
}
#sliding-nav ul a {
  font-size: 20px;
  padding: 12px 0px;
  color: #fff;
}
#sliding-nav .container {
  padding: 0px 50px;
}
.shell-home-link { position: absolute; right: 50px; top: 5px; z-index: 9999; }
.shell-logo-mobile { height: auto; width: 35px;}
.nav-level-0 {
  z-index: 11;
  background: #12A4F9; 
  opacity: 1;
}
.nav-level-1.move-forward {
  z-index: 999920;
}
.nav-level-1.move-back {
 z-index: 99999;
}
.nav-level-2.move-back {
 z-index: 999912;
}
.nav-level-3.move-back {
 z-index: 999914;
}
.nav-level-0 .hamburger {
  z-index: 999912;
  text-align: left;
}
.nav-level-1 {
  z-index: 13;
  background: #12A4F9; 
  opacity: 1;
}
.nav-level-1 .hamburger {
  z-index: 999914;
  text-align: right;
}
.nav-level-2 {
  z-index: 999915;
  background: #12A4F9; 
  opacity: 1;
}
.nav-level-2 .hamburger {
  z-index: 999916;
  text-align: right;
}
.nav-level-3 {
  z-index: 999917;
  background: #12A4F9; 
  opacity: 1;
}
.nav-level-3 .hamburger {
  z-index: 999918;
  text-align: right;
}
.nav-bottom { margin-top: 50px;}
.nav-bottom a {
  color: #0F9BB9 !important;
}
.nav-bottom p {
  color: #fff;
  margin: 4px 0px;
}
.nav-bottom p.contact-text {
  font-size: 20px;
}
.nav-bottom p.open-from {
  font-size: 17px;
}
/*END MOBILE NAV*/
/* END NAVIGATION MENU STYLES */
/* FOOTER STYLES */

footer.d-none.d-lg-block {
  border-top: 5px solid #43464F;
}
footer.d-none.d-lg-block ul {
  list-style: none;
  padding-left: 0px;
}
footer.d-none.d-lg-block ul.footer-links li {
  width: 50%;
  float: left;
  text-align: left;
}
footer.d-none.d-lg-block ul.footer-links li a {
  display: block;
  color: #7b7b7b;
  font-size: 13px;
  line-height: 30px;
}
p.copyright {
  font-size: 13px !important;
  bottom: 15px;
}
footer.d-none.d-lg-block ul.social-links {
  margin-right: 25px;
}
footer.d-none.d-lg-block ul.social-links li {
  float: right;
}
footer.d-none.d-lg-block ul.social-links li a {
  font-size: 20px;
  color: #7b7b7b;
  display: block;
  padding: 20px 25px;
}
footer.copyright {
  font-size: 12px;
}
.footer-nav-links li a {
  padding: 4px 0px;
  display: block;
}
p.terms-small {
  font-size: 12px;
  line-height: 16px;
}
/* END FOOTER STYLES */

/* BLOCK STYLES */

.block-white {
  background: #fff;
  color: #43464F;
  height: 100%;
}
.block .block-text {
  padding: 25px 15px;
}
.block a {
  text-decoration: none;
}
.block .block-text p {
  font-size: 20px;
  line-height: 28px;
  color: #43464F;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.locations-block, .accommodation-types-block {
  text-align: center;
}
.locations-block h2 {
  font-size: 52px;
}
.accommodation-types-block h2 {
  font-size: 40px;
}
.not-available-block {
  background: #ddd;
}
.grey-text {
   color: #7B7B7B;
   font-size: 18px;
}

/*END BLOCK STYLES*/
#maincontent {padding-top: 110px;}  
@media (min-width: 991px) {
  #maincontent {padding-top: 239px;}  
}

/* BANNER STYLES*/


.glow {text-shadow: 0px 0px 5px #88f;}
.owl-carousel {
  overflow: hidden;
}
@media (max-width: 991px) {
  .owl-carousel.home-banner .item {
    background-size: cover;
    background-position: center;
  }
  .owl-carousel.home-banner .item img.slide-image{
    display: none !important;
  }
  .owl-carousel.home-banner .item {
    height: 350px;
  }
  h1.banner-header  {font-size: 34px; font-weight: 400;}
  h3.banner-header  {font-size: 28px; font-weight: 400}
}
@media (min-width: 991.1px) {
  .owl-carousel.home-banner .item {
    background: none !important;
  }
  .owl-carousel.home-banner .item img.slide-image{
    display: block !important;
  }
  .owl-carousel.home-banner .item {
    height: auto;
  }
  h1.banner-header  {font-size: 50px; font-weight: 400;}
  h3.banner-header  {font-size: 46px; font-weight: 400}
}
.owl-dots {display: none;}

.slide-text-container {
  position: absolute;
  left: 15px;
  bottom: 15px;
}


.overlay-form {
  background: rgb(200,200,200);
  background: rgba(255,255,255,0.8);
  border:1px solid #ccc;
  width: 100%;
}

/* END BANNER STYLES */

.search-bar {
  border-radius: 20px !important;
  font-size: 14px !important;
  padding: .1rem 0.5rem;
  line-height: 1.2 !important;
  border-color: #FCADF5;
  color: #FCADF5;
}
.search-bar:focus {
  border-color: #FCADF5 !important;
  box-shadow: none !important;
}
.has-icon > .search-bar {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right: none;
  height: 30px !important;
}
.input-group-append > .input-group-text {
  background: transparent;
  border-left: none;
  border-radius: 20px !important;
  font-size: 14px !important;
  padding: .1rem 0.5rem;
  line-height: 1.2 !important;
  height: 30px !important;
  border-color: #FCADF5;
  color: #FCADF5;
}
.has-icon .input-group-append > .input-group-text {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
input[type=submit].submit-paypal {
    background: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/buy-logo-large.png');
    border: 0;
    display: block;
    height: 44px;
    width: 228px;
}

/*PROPERTIES STYLES*/
div.card {
  background: #fff;
  border: none;
  border-radius: none;
  color: #43464F;
  position: relative;
}
div.card a:hover {
  text-decoration: none;
}
@media (max-width: 892px) {
  .row.full-slider {
    margin: 0 -45px;
  }
}
.cycle-prev,
.cycle-next {
  font-size: 36px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 2000;
  line-height: 1;
}

.cycle-prev a,
.cycle-next a {
  color: #f9f9f9;
}

.cycle-prev a:hover,
.cycle-next a:hover,
.cycle-prev a:hover,
.cycle-next a:hover {
  color: #e4e4e4;
}

.cycle-prev,
.cycle-prev {
  left: 10px;
}

.cycle-next,
.cycle-next {
  right: 10px;
}
.cycle-slideshow img {
  max-width: 100%;
} 
.card-title {
  text-transform: uppercase;
}
p.card-text {
  color: #43464F;
  font-size: 18px;
  line-height: 20px;
}
div.price-box {
  background: #0f9bb9;
  bottom: 15px;
  right: 15px;
  padding: 4px 6px;
  position: absolute;
  text-align: right;
}
div.price-box span.price {
  color: #fff;
  font-size: 18px;
  line-height: 15px;
}
div.price-box span.from {
  color: #fff;
  font-size: 10px;
  line-height: 8px;
}
div.card-block {
  text-align: left;
}
div.card-footer {
  background: #fff;
  
}
div.card-footer p {
  color: #43464F;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}
span.price-medium {
  font-weight: 900;
  font-size: 30px;
}
span.price-large {
  font-weight: 900;
  font-size: 40px;
}
.card-features {
  list-style:none;
  padding-left: 0px;
  bottom: 0px;
  position: relative !important;
  margin-bottom: 0px;
  z-index: 2001;
}
.card-features li {
  display: inline-block;
  color: #0f9bb9;
  border-right: 1px solid #0f9bb9;
  padding: 0px 8px;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}
.card-features li i {
  padding-right: 5px;
  color: #0f9bb9;
}
.main-features {
  list-style:none;
  padding-left: 0px;
  bottom: 0px;
  position: relative !important;
  margin-bottom: 20px;
  z-index: 2001;
}
.main-features li {
  display: inline-block;
  color: #212529;
  padding: 10px 8px;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
}
.main-features li i {
  padding-right: 5px;
  color: #0f9bb9;
  width: 40px;
  font-size: 24px;
}
.main-list-col .card-features li {
  font-size: 20px;
  line-height: 20px;
  padding: 0px 12px;
}
.documents {
  list-style:none;
  padding-left: 0px;
  bottom: 0px;
  position: relative !important;
  margin-bottom: 0px;
  z-index: 2001;
}
.documents li {
  display: inline-block;
  color: #fff;
  padding: 0px 8px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  width: 100% !important;
}
.documents li a {
  width: 100% !important;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 20px;
  text-align: left;
}
.documents li i {
  padding-right: 10px;
}
#access_statement, #inventory {
  text-align: center;
  padding: 25px;
}
#access_statement .access_statement_container, #inventory .inventory_container {
  text-align: left;
  width: 80%;
  max-width: 1000px;
  margin: 25px auto;
  background: #fff;
  box-shadow: 2px 2px 2px #777;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 20px;
}
.full-property-col .card-features li {
  font-size: 20px;
  line-height: 20px;
  padding: 0px 12px;
}
.card-features li:last-of-type {
  border-right: none;
}

#map-container {
  width: 100%;
  height: 500px;
}
.space-between {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.row > .main-list-col {
   padding-right: 30px;
   padding-left: 30px;
}
.main-list-col .card-features {
  position: static;
}
/*END PROPERTIES /*




/* ANIMATIONS STYLES */
/*
  Note: If your content elements don't have a fixed width it can cause
  an issue when positioning absolutely
*/
.js-Pjax { position: relative;  } /* parent element where switch will be made */

.js-Pjax-child { width: 100% }

/* position for the elements that will be removed */
.js-Pjax-remove {
  position: absolute;
  left: 50%;
  /* transform: translateX(-50%) */
  /* transform can't be used since we already use generic translate for the remove effect (eg animate.css) */
  /* margin-left: -width/2; // made with js */
  /* you can totally drop the margin-left thing from switchesOptions if you use custom animations */
}

/* CSS animations */
.Animated {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Animated--reverse { animation-direction: reverse }

.Animate--fast { animation-duration: .2s }
.Animate--noDelay { animation-delay: 0s !important;  }

.Animate--slideInRight { animation-name: Animation-slideInRight }
.Animate--slideInLeft { animation-name: Animation-slideInLeft }
.Animate--slideOutRight { animation-name: Animation-slideOutRight; animation-delay: 0.2s; animation-duration: 0.6s}
.Animate--slideOutLeft { animation-name: Animation-slideOutLeft; animation-delay: 0.2s; animation-duration: 0.6s}
@keyframes Animation-slideInRight {
  0% {
    opacity: 0;
    transform: translateX(100rem);
  }

  100% {
    transform: translateX(0);
  }
}
@keyframes Animation-slideOutRight {
  0% {

    transform: translateX(0);
  }

  100% {
    transform: translateX(100rem);
    display: none;
  }
}

@keyframes Animation-slideInLeft {
  0% {

    transform: translateX(-100rem);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes Animation-slideOutLeft {
  0% {

    transform: translateX(0);
  }

  100% {
    transform: translateX(-100rem);
    display: none;
  }
}
/*END ANIMATION STYLES */

/*
CARD STYLES
 */
.crystal-card {
  border: 1px solid #FCADF5 !important;
  border-radius: 0px !important;
}
.crystal-card .card-title {text-transform: none; }
.crystal-card .card-text {font-size: 14px;}
.crystal-card .card-footer {border-radius: 0px !important;}
.avatar-holder {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 150px;
}
.avatar-holder-large {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 200px;
}
.avatar {width: 150px; height: auto; position: relative; top: 0px; left: 0px; max-width: 150px;}
.avatar.noimage { width: 100px; top: 12px; left: 12px; }
.avatar-holder-large .avatar.noimage { width: 150px; top: 24px; left: 24px; }
.avatar-holder-large .avatar {width: 200px; height: auto; position: relative; top: 0px; left: 0px; max-width: 200px;}
.avatar-holder .avatar.notsquare-image {
  top: -40px;
}

.avatar-holder-large .avatar.notsquare-image {
  top: -60px;
}
/*END CARD STYLES*/


/*BLOCK STYLES*/

.block {
  padding: 25px;
  overflow: hidden;
}
.block.why-crystal-clear {
  background: url('../img/block-images/why-crystal.jpg');
  background-size: cover;
  position: relative;
  min-height: 400px;
  height: auto;
}
.block.why-crystal-clear p {
  font-weight: 100;
  font-size: 24px; 
  line-height: 34px;
}
.block.horoscopes {
  position: relative;
  min-height: 400px;
  height: auto;
}

.block.offers {
  position: relative;
  min-height: 400px;
  height: auto;
}

.block.join-us {
  background: url('../img/block-images/join-us.jpg');
  background-size: cover;
  position: relative;
  min-height: 400px;
  height: auto;
}
.crystal-watermark {
  position: absolute;
  top:25px;
  width: auto;
}
.crystal-watermark img {
  opacity: 0.5;
}
.crystal-watermark.absolute-left {
  left: 25px;
}
.crystal-watermark.absolute-right {
  right: 25px;
}
.crystal-watermark.absolute-center {
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
 .crystal-watermark {
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
  } 
  .crystal-watermark img { max-width: 80% !important;  margin: 0 auto !important;}
}
/*END BLOCK STYLES*/

/*ICON STYLES*/
.center-both {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.circle-icon {
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  text-align: center;
}
.circle-icon.circle-icon-large {
  width: 150px;
  height: 150px;
  border-radius: 150px;
}
img.large-zodiac {
  width: 75px;
  height: auto;
}
.circle-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 40px;
}

.latest-article {
  position: relative;
}
.latest-article img {
  width: 100%;
}
.darken-overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product-text-overlay{
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: auto;
  z-index: 2;
  width: 100%;
}
.latest-article .article-text-overlay {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: auto;
  padding: 30px;
  z-index: 2;
  width: 100%;
}

.article-category { font-size: 14px;  color: #fff; text-transform: uppercase;}
.article-title {font-weight: 400; font-size: 24px; line-height: 32px;}
.article-teaser {font-weight: 400; font-size: 16px; line-height: 22px;}
.article-main-image {width: 100%; max-width: 1000px; height: auto;}
.article-text-bottom { padding-top: 15px; margin-top: 25px; border-top: 1px solid #d0d7dd; text-transform: uppercase;}
.infomation-top {  text-transform: uppercase; font-size: 12px; }
.faq:hover {cursor: pointer;}
@media (max-width: 500px) {
  .article-category { font-size: 14px;  color: #fff;}
  .article-title {font-weight: 400; font-size: 18px; line-height: 24px;}
  .article-teaser {font-weight: 400; font-size: 12px; line-height: 16px;}
  .article-text-bottom { padding-top: 10px; margin-top: 15px; border-top: 1px solid #d0d7dd; font-size: 11px;}  
}
.latest-article.has-image .article-title,.latest-article.has-image .article-teaser {
  color: #fff;
}
.latest-article .article-title,.latest-article .article-teaser {
  color: #000;
}
.latest-article .article-text-overlay {
  color: #fff;
}
.latest-article .article-text-bottom {
  font-size: 12px;
}
.latest-article .read-more {
  font-size: 14px;
}

.horoscope-link:hover,  .horoscopes a:hover {
  text-decoration: none;
  font-weight: 400 !important;
}
.horoscope-link:hover .circle-icon, .horoscopes a:hover .circle-icon {
  opacity: 0.6; 
  border: 1px solid #FCADF5;
}

.breadcrumbs { color: #aaa; font-size: 14px; text-align: left;}
.breadcrumbs a { color: #aaa; font-size: 14px; padding: 0px 5px;}
.breadcrumbs a:hover { color: #576DCB !important; text-decoration: none;}
.breadcrumbs span {color: #576DCB; font-size: 14px; padding-left:5px;}

@media (min-width: 992px) {
  .sidebar .block.offers {min-height: 0px;}
  .sidebar .block h2.h1-size { font-size: 24px; }
  .sidebar .block h2 { font-size: 20px; padding: 5px 0px !important; }
  .sidebar .block p { font-size: 14px; line-height: 18px; }
}

@media (max-width: 599px) {
  .services-article h2.h1-size { font-size: 22px; }
}
@media (min-width: 600px) and (max-width: 991px) {
  .services-article h2.h1-size { font-size: 26px; }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .services-article h2.h1-size { font-size: 30px; }
}


@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}



/*Reader*/

.key-skills { border-top: 2px solid #FCADF5; border-bottom: 2px solid #FCADF5; }
.key-skills .skill-section { border-right: 2px solid #FCADF5; }
.key-skills .skill-section p {font-size: 16px; line-height: 22px;}
.key-skills .skill-section:last-of-type { border-right: none; }


/*Share button and popup styles*/

.hidden {
  display: none;
}

svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.share-dialog  .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.share-dialog .button:hover {
  border-color: #cdd;
}

 .copy-link {
  padding-left: 30px;
  padding-right: 30px;
}

 .share-dialog {
  position: absolute;
  z-index: 99998;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.share-dialog.is-open {
  display: block;
  z-index: 99999;
}

.share-dialog header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 5px 15px;
}

.targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.close-button svg {
  margin-right: 0;
}

.share-dialog .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

.pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*end sharebutton and popup styles*/

.testimonial {
  font-size: 12px;
}
.text-italic {
  font-style: italic;
}
@media (max-width: 991px) {
  header a[href^=tel], footer a[href^=tel] {
     text-decoration:inherit !important;
     color: #fff !important;
  }

}

#videoModal {
   z-index: 99999;
   padding-right: 0px !important;
 }
#videoModal .modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

#videoModal .modal-body {
  position:relative;
  padding:0px;
  
}

#videoModal .close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

iframe#book-a-reading-iframe {
  min-height: 1000px;
}

@media (max-width: 768px) {
  iframe#book-a-reading-iframe {
    min-height: 1600px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  iframe#book-a-reading-iframe {
    min-height: 1200px;
  }
}

//pagination

div.paging {text-align: center; width: 100%;}
ul.pagination {margin: 0 auto 50px 0;}
ul.pagination li a { display: inline-block; text-align: center; border-radius:24px !important; width: 48px !important; height: 48px !important; padding-top: 15px;  border: none;margin: 0px 5px 15px 5px; color: #555; }
ul.pagination li.active a {background: #576DCB; color: #fff;}
.pagination>li.prev>a, .pagination>li.prev>span {
    padding-top: 16px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
    margin-right: 30px;
}

.pagination>li.next>a, .pagination>li.next>span {
    padding-top: 16px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    margin-left: 30px;
}
.pagination-spacer { width: 80px; display: inline-block; }

@media (min-width: 992px) {
    header .container,header .container-lg, header .container-md,header .container-sm {
      max-width: 1200px;
  }

}

.flipper {
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    height: 100%;
    position: relative;
}

.flipper .front .block, .pointer {cursor: pointer;}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;


    position: absolute;
    top: 0;
    left: 0;
}

.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.front {
    z-index: 2;
}