﻿@charset "UTF-8";
/* 
***************************

template stylesheet 

Template: Custom
V.1.0
Sproutloud 

Responsive MWP template
Not Minified version

******************************
*/
/* 
TABLE OF CONTENTS
********************************************
0. Include libraries
	1. Bootstrap
1. Basic Variables
2. Header section
	1. Navbar
3. Banner and forms
4. Content Blocks
	1 Content Slider
5. Footer section
********************************************
*/
@import url("bootstrap.min.css");
@import url("https://fonts.googleapis.com/css?family=La+Belle+Aurore&display=swap" );
@font-face {
  font-family: "Didot";
  src: url("../fonts/Didot.eot?#iefix") format("embedded-opentype"), url("../fonts/Didot.otf") format("opentype"), url("../fonts/Didot.woff") format("woff"), url("../fonts/Didot.ttf") format("truetype"), url("../fonts/Didot.svg#AvenirLTStd-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.otf") format("opentype"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#AvenirLTStd-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.otf") format("opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#AvenirLTStd-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.otf") format("opentype"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#AvenirLTStd-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "hawcons";
  src: url("../fonts/hawcons.eot?aqdapa");
  src: url("../fonts/hawcons.eot?aqdapa#iefix") format("embedded-opentype"), url("../fonts/hawcons.ttf?aqdapa") format("truetype"), url("../fonts/hawcons.woff?aqdapa") format("woff"), url("../fonts/hawcons.svg?aqdapa#hawcons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 13px;
  font-family: "Gotham-Book";
}

h1, h2, h3, h4 {
  font-weight: inherit;
}

img {
  max-width: 100%;
}

/* Basic & Variables */
.light-text {
  font-weight: 100;
}

.regular-text {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.text-18 { font-size: 1.6em }

.margin-top-none {
  margin-top: 0px;
}

.margin-btm-none {
  margin-bottom: 0px;
}

.margin-btm-xs {
  margin-bottom: 5px;
}

.margin-btm-md { margin-bottom: 20px; }

.white-link {
  color: #fff;
}
.white-link:hover, .white-link:active, .white-link:visited {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.title {
  font-family: "Didot";
  font-size: 3.2em;
}
.title:after {
  width: 130px;
  display: block;
  height: 1px;
  background: #fff;
  position: relative;
  content: "";
  margin: 0 auto;
  margin-top: 10px;
}

.dest-title {
  color: white;
  background: #006473;
  text-align: center; 
}
.dest-title h1 {
  font-family: "Didot";
  font-size: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}

.sections-title {
  font-family: "Didot";
  font-size: 2.5em;
}

/* header section */
.branded-info {
  margin: 10px 0px;
  text-align: center;
}
.branded-info .retailer-info img {
  max-width: 150px;
  vertical-align: middle;
  max-height: 90px;
}
.branded-info .retailer-info ul {
  vertical-align: middle;
  margin-bottom: 0;
}
.branded-info .crystal-branded img {
  margin: 15px 0px;
}

@media only screen and (min-width: 768px) {
  .branded-info {
    text-align: inherit;
  }
  .branded-info .retailer-info img {
    display: inline-block;
  }
  .branded-info .retailer-info ul {
    display: inline-block;
  }

  .crystal-branded {
    text-align: right;
  }
}
/* end header section */
/* menu */
.main-menu {
  background: rgba(14, 14, 14, 0.76);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Gotham-Bold";
  position: relative;
  z-index: 1000;
}
.main-menu .navbar-default {
  background: none;
  border: 0px;
  margin-bottom: 0px;
  min-height: auto;
}
.main-menu .navbar-default ul {
  margin-bottom: 0px;
}
.main-menu .navbar-default ul li a {
  color: #fff;
  padding: 10px;
  display: block;
}
.main-menu .navbar-default ul li a:hover {
  color: #ccc;
  text-decoration: none;
}

@media only screen and (min-width: 767px) {
  .main-menu {
    position: relative;
  }
  .main-menu .navbar-default ul li {
    display: inline-block;
    position: relative;
    padding: 0px 10px;
    margin: 5px 0px;
  }
  .main-menu .navbar-default ul li a {
    padding: inherit;
  }
  .main-menu .navbar-default ul li:after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 16px;
    left: 100%;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .main-menu .navbar-default ul li:last-child:after {
    display: none;
  }
}
/* end menu */
/* main-banner */
.main-banner,
.onboard-banner,
.special-offers-banner {
  background-image: url(../images/hero-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-position: right center;
}
.main-banner .white-banner-block,
.onboard-banner .white-banner-block,
.special-offers-banner .white-banner-block {
  background: #fff;
  padding: 25px;
  margin-top: 100px;
  margin-bottom: 130px;
}
.main-banner .white-banner-block h2,
.onboard-banner .white-banner-block h2,
.special-offers-banner .white-banner-block h2 {
  font-family: "Didot";
  font-size: 2.3em;
  margin-top: 0;
}
.main-banner .white-banner-block h2 small,
.onboard-banner .white-banner-block h2 small,
.special-offers-banner .white-banner-block h2 small {
  font-family: "Gotham-Medium";
  margin-bottom: 20px;
  display: block;
  color: #333;
  font-size: 55%;
}
.main-banner .white-banner-block h1,
.onboard-banner .white-banner-block h1,
.special-offers-banner .white-banner-block h1 {
  font-family: "Didot";
  font-size: 2.3em;
  margin-top: 0;
}
.main-banner .white-banner-block a.btn,
.onboard-banner .white-banner-block a.btn,
.special-offers-banner .white-banner-block a.btn {
  margin-top: 10px;
  border-radius: 0;
}
.main-banner .white-banner-block a.btn.btn-default:hover,
.onboard-banner .white-banner-block a.btn.btn-default:hover,
.special-offers-banner .white-banner-block a.btn.btn-default:hover {
  color: #fff;
  background: #0794a2;
  border-color: #0794a2;
}

.main-banner {
  position: relative;
}
.main-banner .request-a-quote-action {
  display: none;
  position: absolute;
  top: 45%;
  right: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.55);
  width: 100px;
  color: #525252;
}
.main-banner .request-a-quote-action span {
  display: block;
  font-size: 45px;
  line-height: 20px;
}
.main-banner .request-a-quote-action:hover, .main-banner .request-a-quote-action:active, .main-banner .request-a-quote-action:visited {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.8);
}

.onboard-banner {
  background-image: url(../images/onboard-banner.jpg);
}
.onboard-banner .white-banner-block {
  margin-top: 110px;
  margin-bottom: 115px;
}
.onboard-banner .white-banner-block h2 {
  font-size: 2.7em;
}

.special-offers-banner {
  background-image: url(../images/special-offers-bg.jpg);
}
.special-offers-banner .white-banner-block {
  margin-top: 0;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.special-offers-banner .white-banner-block h2 {
  position: relative;
  margin-bottom: 40px;
}
.special-offers-banner .white-banner-block h2:after {
  width: 130px;
  display: block;
  height: 1px;
  background: #333;
  position: absolute;
  content: "";
  right: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.special-offers-banner .white-banner-block h1 {
  position: relative;
  margin-bottom: 40px;
}
.special-offers-banner .white-banner-block h1:after {
  width: 130px;
  display: block;
  height: 1px;
  background: #333;
  position: absolute;
  content: "";
  right: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.special-offers-banner .white-banner-block p {
  margin: 15px 0px;
}
.special-offers-banner .white-banner-block a {
  white-space: inherit;
  display: block;
}

@media only screen and (min-width: 768px) {
  .main-banner {
    margin-top: -65px;
  }
  .main-banner .white-banner-block {
    text-align: left;
  }
  .main-banner .white-banner-block h2 {
    font-size: 2.9em;
  }

  .special-offers-banner {
    background-image: url(../images/special-offers-bg.jpg);
    background-position: center;
  }
  .special-offers-banner .white-banner-block {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .main-banner {
    margin-top: -38px;
  }
  .main-banner .white-banner-block {
    margin-right: 80px;
  }
  .main-banner .request-a-quote-action {
    display: block;
  }
}
/* end Main banner */
/* Main form */
.request-quote {
  color: #fff;
  padding: 50px 0px;
  background-image: url(../images/form-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.request-quote .main-text {
  margin-top: 30px;
}
.request-quote small {
  font-size: 80%;
}
.request-quote .contact-form {
  margin: 30px 0px;
}
.request-quote .contact-form .row {
  min-height: 90px;
}
.request-quote .contact-form .row input {
  height: 48px;
  border: 1px solid #fff;
  border-radius: 0;
  background: none;
  color: #fff;
}
.request-quote .contact-form .row select {
  height: 48px;
  border: 1px solid #fff;
  border-radius: 0;
}
.request-quote .contact-form .row .with-errors ul {
  margin-bottom: 0px;
}
.request-quote .contact-form .row .g-recaptcha div:first-child {
  margin-top: 10px;
}
.request-quote .contact-form .row .g-recaptcha.highlight-input iframe {
  border: #a94442 1px solid;
}
.request-quote .contact-form .row .form-button {
  width: 100%;
  height: 50px;
  margin-top: 12px;
  border-color: #fff;
  color: #fff;
  border-radius: 0;
  background: #006473;
}
.request-quote .contact-form .row .form-button:hover {
  background: #01292f;
}

/* end Main form */
/* World of crystal-page */
.world-of-crystal {
  color: #fff;
}
.world-of-crystal .block {
  position: relative;
  margin-bottom: 5px;
}
.world-of-crystal .block .text-element {
  padding: 20px;
}
.world-of-crystal .block .text-element sup {
  font-size: 0.4em;
  top: -1.3em;
}
.world-of-crystal .block .bg-image-element {
  min-height: 300px;
}
.world-of-crystal .block-item-1 {
  background: #006473;
}
.world-of-crystal .block-item-1 .bg-image-element {
  background-image: url(../images/item-1-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.world-of-crystal .block-item-2 {
  background: #377ca2;
}
.world-of-crystal .block-item-2 .bg-image-element {
  background-image: url(../images/item-2-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.world-of-crystal .block-item-3 {
  background: #013941;
}
.world-of-crystal .block-item-3 .bg-image-element {
  background-image: url(../images/item-3-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.world-of-crystal .block-item-4 {
  background: #006473;
}
.world-of-crystal .block-item-4 .bg-image-element {
  background-image: url(../images/crystal-endeavor-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .world-of-crystal .block .bg-image-element {
    min-height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .world-of-crystal .block:nth-child(odd) .bg-image-element {
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .world-of-crystal .block .text-element {
    padding: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .world-of-crystal .block .text-element {
    padding: 100px;
  }
}
/* end world of crystal */
/* destinations*/
.destinations-container .flexible-element {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  display: inline-grid;
}
.destinations-container .flexible-element img {
  width: 100%;
}
.destinations-container .flexible-element .hover-element {
  position: absolute;
  width: 100%;
  padding: 5px 10px;
  background: rgba(49, 49, 49, 0.54);
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Didot";
  height: 65px;
  display: inline-table;
  left: 0;
  z-index: 1000;
  transition: height 0.15s ease-out;
}
.destinations-container .flexible-element .hover-element span {
  vertical-align: middle;
  display: table-cell;
}
.destinations-container .flexible-element:hover .hover-element {
  transition: height 0.25s ease-in;
  height: 100%;
}

@media only screen and (min-width: 547px) {
  .destinations-container .flexible-element {
    width: 33.33%;
    position: relative;
    float: left;
  }
  .destinations-container .flexible-element:nth-last-child(-n+2) {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .destinations-container .flexible-element {
    width: 20%;
    position: relative;
    float: left;
  }
  .destinations-container .flexible-element:nth-last-child(-n+2) {
    width: 20%;
  }
}
/*end destinations*/
/* onboard banners */
.onboard-info-banners .banner-row {
  position: relative;
}
.onboard-info-banners .banner-row .banner-cont {
  position: relative;
  height: 420px;
}
.onboard-info-banners .banner-row .banner-cont .rslides_nav {
  position: absolute;
  color: #fff;
  top: 140px;
  font-size: 3em;
  z-index: 1000;
  text-decoration: none;
  font-family: "hawcons";
}
.onboard-info-banners .banner-row .banner-cont .rslides_nav.next {
  right: 5%;
}
.onboard-info-banners .banner-row .banner-cont .rslides_nav.next:before {
  content: "";
}
.onboard-info-banners .banner-row .banner-cont .rslides_nav.prev {
  left: 5%;
}
.onboard-info-banners .banner-row .banner-cont .rslides_nav.prev:before {
  content: "";
}
.onboard-info-banners .banner-row .banner-cont .rslides_tabs {
  position: absolute;
  bottom: 20px;
  padding: 0;
  list-style: none;
  z-index: 1000;
  left: 15%;
}
.onboard-info-banners .banner-row .banner-cont .rslides_tabs li {
  display: inline-block;
  font-size: 0;
  margin-right: 5px;
}
.onboard-info-banners .banner-row .banner-cont .rslides_tabs li a {
  text-decoration: none;
  background: #fff;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 8px;
  opacity: 0.7;
}
.onboard-info-banners .banner-row .banner-cont .rslides_tabs li.rslides_here a {
  opacity: 1;
}
.onboard-info-banners .banner-row .banner-cont .banner {
  padding: 0px;
  color: #fff;
  position: relative;
  margin-bottom: 0;
  height: 100%;
  list-style: none;
}
.onboard-info-banners .banner-row .banner-cont .banner .block {
  width: 100%;
  vertical-align: middle;
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
}
.onboard-info-banners .banner-row .banner-cont .banner .block .text-element {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 15px;
}
.onboard-info-banners .banner-row .banner-cont .banner .block .text-element .banner-section-name {
  display: block;
  font-size: 1.5em;
  font-family: "Gotham-Medium";
}
.onboard-info-banners .banner-row .banner-cont .banner .block .text-element .sections-title {
  margin-top: 10px;
  font-size: 2em;
}
.onboard-info-banners .banner-row.banner-ambiance {
  background: #006473;
}
.onboard-info-banners .banner-row.banner-accomodations {
  background: #009999;
}
.onboard-info-banners .banner-row.banner-dining {
  background: #013941;
}
.onboard-info-banners .banner-row.banner-bars {
  background: #377ca2;
}
.onboard-info-banners .bg-image-element {
  min-height: 350px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  transition: background-image 0.8s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .onboard-info-banners .bg-image-element {
    position: absolute;
    top: 0;
    bottom: 0px;
    min-height: auto;
  }
  .onboard-info-banners .banner-row .banner-cont {
    height: 350px;
  }
  .onboard-info-banners .banner-row .banner-cont .sections-title {
    font-size: 2.5em !important;
  }
  .onboard-info-banners .banner-row.image-right .bg-image-element {
    right: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .onboard-info-banners .banner-row .banner-cont {
    height: 385px;
  }
}
/* end Onboard banners */
/* Thank you Page */
.thankyou-banner {
  color: #fff;
  background-image: url(../images/thankyou-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 120px 0px;
}
.thankyou-banner .title, .thankyou-banner p {
  margin-top: 30px;
}

/* End Thank you page */
/* footer section */
.footer {
  background: #006473;
  color: #fff;
  padding: 30px 0px;
}
.footer h4 {
  font-size: 13px;
}
.footer .social-icons {
  padding: 15px 0px;
}
.footer .social-icons li a {
  background: #fff;
  width: 35px;
  display: inline-block;
  border-radius: 50px;
  height: 35px;
  color: #006473;
  padding: 8px;
}
.footer .social-icons li a:hover {
  opacity: 0.7;
}

.modal-open .modal {
  background: rgba(0, 0, 0, 0.64);
}

/* end footer section */




