@import url('https://fonts.googleapis.com/css2?family=Croissant+One&display=swap');

.htl-feature {
  font-size: 4rem;
  color: white;
  text-shadow: 3px 3px 1px black,-2px -2px 10px black;
  padding-top: 2rem;
  margin-top: 25px;
  line-height: 6rem;
  padding-left: 20px;
  font-weight: normal;
}

.htl-feature strong {
  font-family: "Croissant One";
}

body{
    background-color: #F3F4F6;
    font-family: 'Avenir Book';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
}

section{
    padding-bottom: 50px;
}

section:not(:first-child), footer{
    padding-top: 50px;
}

a{
    text-decoration: none !important;
}

.h1, h1{
    margin-bottom: 1rem;
}

ul li{
    list-style-type: none;
}

dl, ol, ul {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-inline-start: 0;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #c4c7ca;
}

.table-bordered td, .table-bordered th {
    border: 2px solid #c4c7ca;
}

.table td, .table th {
    border-top: 2px solid #c4c7ca;
}

.nomargin{
    margin: 0;
}

.nopadding{
    padding: 0;
}

#logo{
    width: 300px;
}

.color-main{
    color: #224862;
}

.bg-main{
    background-color: #224862;
}

.bg-gray{
    background-color: #e9ecef;
}

.bg-gray-dark{
    background-color: #F3F4F6;
}

.bg-blue{
    background-color: #3E8CC1;
}

.navbar-nav{
    margin-top: 0 !important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: white;
    font-family: 'Avenir';
    font-weight: 900;
    font-style: normal;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link{
    color: white;
    font-weight: bold !important;
}

.navbar-light .navbar-text{
    color: white;
    margin: 30px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: white;
    font-weight: bold;
}
.navbar-light .navbar-nav .show > .nav-link {
    font-weight: bold;
}

.nav-item{
    margin: 0 10px;
}

.nav-item:last-child{
    margin-right: 50px;
}

.navbar-lagos{
	opacity: .8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.lg-tb-m{
    margin: 50px 0;
}

.sm-tb-m{
    margin: 25px 0;
}

.lg-b-m{
    margin-bottom: 50px;
}

.lg-tb-p{
    padding: 50px 0;
}

.lg-t-m{
    margin-top: 50px;
}

.sm-t-m{
    margin-top: 25px;
}

.sm-tblr-p{
    padding: 25px;
}

.xs-b-p{
    padding-bottom: 10px;
}

.font-black {
    font-family: 'Avenir';
    font-weight: 900;
    font-style: normal;
}

.font-roman {
    font-family: 'Avenir';
    font-weight: normal;
    font-style: normal;
}

.font-40{
    font-size: 40px;
}

.font-16{
    font-size: 16px;
}

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

.border-shadow{
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.4);
}

#footer-logo{
    text-align: right;
}

#footer-logo img:not(:last-child){
    margin-right: 20px;
}

.border-bottom{
    border-bottom-color: white;
}

.img-rooms{
    width: 100%;
}

.title-room{
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.subtitle-room{
    color: #707070;
}

.btn-room-details{
    border-radius: 5%;
    padding: 10px 25px;
}

.border-top-2{
    border-top: 2px solid rgba(0,0,0,.1);
}

#main-form{
	margin-top: -50%;
}

#who-we-are{
	margin-bottom: 10px;
}

.facebook{
	color: #3C599F;
}

.twitter{
	color: #32CCFE;
}

.youtube{
	color: #C52F30;
}

.skype{
	color: #01AEF2;
}

.fa-chevron-circle-down{
    bottom: 15px;
	color: white;
	left: 50%;
    position: absolute;
    z-index: 99;
}

/*
    .htl
*/

html,body {
    position: relative;
    height: 100%;
}
.htl-main {
    position: relative;
}
main {
    min-height: 100%;
}
.htl-page h2,
.htl-reservation h2 {
    font-size: 2.25rem;
    font-weight: 600;
    background: rgba(255,255,255,1);
    margin: 0;
    display: inline-block;
    padding: .5rem 1rem;
    position: relative;
    white-space: nowrap;
}
.htl-reservation h2 {
    font-size: 2rem;
}
.htl-page header,
.htl-reservation header {
    margin-bottom: 3rem;
}
.htl-page header:after,
.htl-reservation header:after {
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background:#755343;
}
.htl-page header:after,
.htl-reservation header:after {
    margin-top: -3px;
    margin-left: -3px;
    width: 60px;
    height: 7px;
    position: relative;
    z-index: 10;
}
.htl-form {
    padding-top: 2rem;
}
.htl-form > div {
    background: #FFF;
    border-radius: 12px;
}
.htl-main .htl-form > div {
    background: rgba(255,255,255,.9);
}
.htl-language {
    font-size: .85rem;
}
.htl-language > a {
    background-color: rgb(26, 32, 50);
    text-transform: uppercase;
}
/*  /////////////////
    tweaks
    ///////////////// */
.text-muted a {
    color: #444;
    border-bottom: #333 solid 1px;
}
.text-muted a:hover {
    color: #333;
}
.dropdown-item {
    line-height: 1.25rem;
}
.navbar-light .navbar-nav .show > .nav-link {
    font-family: "Avenir Book";
    font-weight: 400;
}
.htl-contact-form #yw0_button {
    display: block;
}
.navbar-lagos {
    font-size: 1.15rem;
    line-height: 1rem;
}
#input-check-in-date, #input-check-out-date {
    font-size: .9rem;
    letter-spacing: -.5px;
}
.col img {
    max-width: 100%;
}
#main-container {
    padding: 1px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler {
  border-color: rgba(255,255,255,.25);
}

/*  /////////////////
    mini components
    //////////////// */
.htl-accent-bg {
    background-color:rgba(34, 72, 98, 0.15);
}
.htl-action {
    background-color: #755343;
    color: #fff;
    font-weight: 600;
    padding: .5rem 1.5rem;
    font-size: 1rem;
}
.htl-action:hover {
    color: #FFFFFF;
    background-color: #9e814b;
}
.htl-muted {
    color: gray;
    display: block;
    line-height: 1rem;
}
.title-room {
    margin-bottom: .75rem;
    font-size: 1.25rem;
}
.htl-small-print {
    font-size: .8rem;
}
.htl-divider {
    margin: 2rem 0;
}
/*  ///////////////////
    custom header for each page
    /////////////////// */

.htl-photo-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.htl-photo-slider .carousel-item {
    width: 100%;
    height: 100vh;
    background-position: bottom center, top center;
    background-size: cover, cover;
}
.htl-photo {
    position: absolute;
    top:0;
    left:0;
    background-size: cover;
    height: 95vh;
    max-height: 100%;
    width: 100%;
    display: block;
}

/*  _INDEX              */

#main-container > .container {
    margin-top: 25vh;
}

/*  _EXCURSIONS              */

.htl-excursions .htl-photo, .htl-excursion .htl-photo {
    height: 24rem;
    background-image: url(../images/cover/excursions.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.htl-excursions #main-container > .container {
    margin-top: 14rem;
}
.htl-excursions .htl-page {
    margin-top: 4rem;
    margin-bottom: 5.3rem;
}
/*  _EXCURSION          */
.htl-excursion .htl-photo {
    height: 28rem;
    background-position: center center;
    background-size: cover;
}
.htl-excursion #main-container > .container {
   margin-top: 18rem;
}
.htl-excursion .htl-page {
    margin-top: 4rem;
}
/*  _ROOMS             */
.htl-rooms .htl-photo {
    height: 24rem;
    background:
        url(../images/cover/rooms.jpg) center center no-repeat;
    background-size: cover;
}
.htl-rooms #main-container > .container {
    margin-top: 14rem;
}
.htl-rooms .htl-page {
    margin-top: 4rem;
    margin-bottom:5.3rem;
}
/*  _ROOM              */
.htl-room #main-container > .container {
    margin-top: 16.5rem;
}
.htl-room .htl-photo {
    height: 26rem;
    background: url(../images/cover/room_1.jpg) center center no-repeat;
    background-size: cover;
}
.htl-room .htl-page {
    margin-top: 4rem;
}
.htl-room header {
    margin-bottom: 1rem;
}

/*  _GALLERY              */

.htl-gallery #main-container > .container {
    margin-top: 14rem;
}
.htl-gallery .htl-page {
    margin-top: 4rem;
    margin-bottom: 1.85rem;
}
.htl-gallery .htl-photo {
    height: 24rem;
    background: url(../images/cover/gallery.jpg) top center no-repeat;
    background-size: cover;
}
/*  _CONTACT            */

.htl-contact #main-container > .container {
    margin-top: 14rem;
}
.htl-contact .htl-page {
    margin-top: 4rem;
    margin-bottom: 1.85rem;
}
.htl-contact .htl-photo {
    height: 24rem;
    background: url(../images/cover/contact.jpg) center center no-repeat;
    background-size: cover;
}
/*  _MAP            */

.htl-map #main-container > .container {
    margin-top: 14rem;
}
.htl-map .htl-page {
    margin-top: 4rem;
    margin-bottom: 5.5rem;
}
.htl-map .htl-photo {
    height: 24rem;
    background: url(../images/cover/map.jpg) center center no-repeat;
    background-size: cover;
}

/* _WHO ARE WE      */
.htl-who-we-are #main-container > .container {
    margin-top: 18rem;
}
.htl-who-we-are .htl-page {
    margin-top: 4rem;
    margin-bottom: 5.5rem;
}
.htl-who-we-are .htl-photo {
    height: 28rem;
    background-position: center center;
    background-size: cover;
}
/*  ///////////////////
    pages
    /////////////////// */

/*  _INDEX              */

.htl-home {
    text-align: right;
    /*padding-top: 15vh;
    padding-bottom: .5rem;
    padding-left: 30vw;*/
    float:right;
    padding-top: 5vh;
    width: 25vw;
}
.htl-home p {
    background-color: #FFF;
    padding: 1.5rem;
    text-align: justify;
    text-shadow: 0px 0px 0px;
    font-weight: 600;
    font-size: 1.25rem;
    color: #3a3b3a;
}
.htl-home .htl-action {
    font-size: 1.15rem;
}
.htl-readmore-content {
    padding: 10rem 2rem 8rem 2rem;
}
.htl-readmore-content,
.htl-readmore-content > * {
    font-size: 1.35rem;
    text-align: justify;
    font-weight: 900;
    line-height: 2;
}
.htl-readmore-content *:not(:last-child) {
  margin-bottom: 2rem;
}
.htl-readmore .close {
  font-size: 4rem;
  margin-top: 3rem;
  margin-right: 2rem;
}

/*  _GALLERY            */

.htl-gallery-container {
    margin-bottom: 4.3rem;
}
.htl-gallery-container .row { 
    margin: 0;
}
.htl-gallery-container .col {
    padding: .25rem;
}
.htl-gallery-container .row { 
    margin: 0;
}
.htl-gallery-container .col {
    padding: .25rem;
}
.htl-gallery-container img {
    border-radius: 10px;
    /*filter: sepia(60%);
    transition: 800ms all ease-in-out;*/
}
.navbar-lagos .dropdown-item {
    font-weight: bold;
}

.htl-form select, .htl-form .form-control {
    font-weight: bold;
    font-size: .85rem;
}
/*
.htl-gallery-container img:hover {
    filter:sepia(0%) saturate(2);
    transition: 800ms all ease-in-out;
}
*/
/*  _ROOM               */

.htl-room #main-container {
    padding-bottom: 0;
}
.htl-description {
    padding: 2rem;
    font-size: 1.15rem;
    font-weight: 300;
}
.htl-page h3, .htl-reservation h3 {
    font-size: 1.15rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #224862;
}
.htl-room .htl-page {
    text-align: justify;
}
.htl-capacity {
    margin: 0 0 1rem 0;
    padding: 0;
    display: flex;
    font-size: .95rem;
}
.htl-capacity dd, .htl-capacity dt {
    margin: 0;
    display: inline-block;
    padding: .25rem .5rem;
}
.htl-capacity dd {
    background: white;
}
.htl-capacity dt {
    background-color: #224862;
    background-color: #755343;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
}
.htl-details {
    font-size: 1rem;
}
.htl-details .col-4 {    
    padding: 0;
}
.htl-details h3 {
    margin-bottom: 0;
}
.htl-details li {
    list-style: disc;
    margin-left: 1rem;
}
.htl-details ul ul {
    margin: 0;
}
.htl-details ul ul li {
    margin-left: 1.5rem;
    list-style: circle;
}
/*  _CONTACT        */
/*.alert.alert-success {
    color: #FFF;
    background-color: rgba(30,80,30,.8);
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 0px;
    border: 0;
}*/
.htl-contact-form {
    padding: 2rem 1rem 4rem 1rem;
  }
.htl-contact-form label {
    font-weight: 900;
}
.btn.htl-action {
    border:0;
    border-radius: 0;
    text-transform: uppercase;
}
/*  _MAP            */
.htl-map-frame {
    margin-bottom: 1.5rem;
}
.htl-map-locations a {
    color: #666;
    border-bottom: 2px solid #ccc;
    font-size: .75rem;
    font-weight: 900;
}
.htl-map-locations a.active {
    color: #333;
}
/*  ///////////////////
    media queries
    /////////////////// */
.htl-home p {
    font-size: 1rem;
}
@media (min-width: 1044px) {
    .htl-home p {
        font-size: 1.15rem;
    }
}
@media (min-width: 1200px) {
    .htl-home p {
        font-size: 1.25rem;
    }
}
@media(max-width:990px) {
    .htl-photo {
        z-index: -1;
    }
    /* #main-container > .container {
        margin-top: 0vh;
    } */
    .htl-gallery .htl-page {
        margin-top: 0;
    }
    .htl-home {
        padding: 2.5rem;
        padding-top: 2.5rem;
        background:rgba(0,0,0,.05);
        text-align: center;
        float: none;
        width: 100%;
    }
}


.htl-reservation  {
    padding-top: 140px;
}
.htl-client {
    padding: 2rem;
    background-color: #ddd;
}
.htl-action.accent {
    background-color: #224862;
}
.htl-action.accent:hover {
    background-color: #316c94;
}
.htl-order-summary {
    margin: 2rem 1rem;
}
.htl-order-summary li {
    padding: 1rem 0;
}
.htl-order-summary li:nth-child(1n) {
    background-color: #ddd;
}
.htl-order-summary li:nth-child(2n) {
    background-color: #eee;
}
li.htl-order-total.row {
    background-color: white;
    font-weight: 900;
    padding-right: 1rem;
}
.htl-order-summary {
    font-size: 1rem;
}
.htl-order-summary .btn {
    font-size: .9rem;
}
.htl-order-summary small {
    font-size: .85rem;
}
.htl-reservation-bar {
    background-color: #333;
}
.htl-reservation-bar .row {
    max-width: 1144px;
    margin: 0 auto;
}
.htl-reservation-bar h3 {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-family: 'Avenir';
    font-weight: 900;
    font-style: normal;
    color: #224862;
    display: inline-block;
    padding-top: 1rem;
}
.htl-reservation-bar table {
    text-align: center;
    font-size: 1rem;
}
.htl-reservation-bar header {
    display: flex;
    justify-content: space-around;
}
.htl-reservation-bar td {
    border: 0px;
}
td._title,td._type {
    font-weight: 900;
}
td._type {
    color: #224862;
    text-transform: uppercase;
}
td._date {
    font-size: .9rem;
}

footer a {
    color: #bbb;
}
footer a:hover {
    color: #ddd;
}
.htl-room .htl-gallery-container {
    margin-bottom: 0;
  }

  .loader {
    margin: 100px auto;
    font-size: 15px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  @-webkit-keyframes load5 {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
  }
  @keyframes load5 {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
  }


  .htl-page .text-justify p {
    font-size: 1.15rem;
    line-height: 2;
  }
  .htl-page .text-justify ul li {
    list-style: disc inside;
    font-size: 1rem;
    line-height: 2;
  }

  b, strong {
      font-weight: bold;
  }

  .bookingCode {
    margin-top: -15px;
  }
  .bookingMessage {
    background: #ffffe0;
    padding: 1rem;
    border: 1px solid #ddd;
    font-size: .85rem;
  }
  .htl-order-summary {
    margin-top: 1rem;
  }
  h4.bookingDetails {
    font-size: 1.4rem;
  }







  /***** google coomments stuff *****/


  .google-comments {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
    background: rgb(250, 250, 250);
    color: rgb(0, 10, 18);
    padding: 15px;
    font-size: 13px;
  }
  .google-comments h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: none;
  }
  .rec-count {
    color: #999;
  }
  .place-tag {
    font-weight: normal;
    font-size: 16px;
  }
  .average-rating {
    color: rgb(235, 110, 0); 
  }
  .google-comments article {
    background: white;
    padding: 10px;
  }
  .google-comments article:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .comment-list {
    padding-top: 10px;
  }
  .comment-title {
    font-weight: bold;
  }
  .comment-date {
    font-weight: normal;
    color: #999;
  }
  .comment-rating {
    color: rgb(235, 110, 0);
  }
  .comments-link {
    display: block;
    text-align: center;
    padding-top: 10px;
    color: #888;
  }
  .comments-link:hover {
    color: #999;
  }

  .google-comments.footer {
    background: rgba(0,0,0,.1);
    color: white;
    font-family: "Avenir Book";
  }
  .google-comments.footer article{
    padding: 10px 0;
    background: transparent;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
  .google-comments.footer .comment-rating,
  .google-comments.footer .average-rating {
    color: #ac9300;
  }
  .google-comments.footer .rec-count,
  .google-comments.footer .comment-date {
      color: #869ba9;
  }
  .google-comments.footer .comments-link {
      color: #bbb;
  }


  .htl-announcement {
  font-size: 19px;
  line-height: 1;
  background: rgba(117, 83, 67, .7);
  color: white;
  text-shadow: none;
  width: 100%;
  text-align: center;
  padding: 1rem;
  margin-top: 0px;
    display: block;
}
.htl-announcement:hover {
  color: white;
}