﻿.gallery-btn {
    background-color: white;
    border: 1px solid black;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

  .table-bordered {
  border: 1px solid #ddd;
}

iframe {
    display: block;
    margin: auto;
}
.iframe-booking {
    min-height: 920px;
    width: 100%;
}
.softinn-booking-engine {
    width: 100%;
}

.contact-map iframe{
    height: 667px;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .contact-map iframe{
        height: 797px;
    }
}

.policy-wrapper ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.policy-wrapper ul li {
    display: flex;
    align-items: flex-start;
}

.policy-wrapper ul li i {
    margin-top: 3px;
    margin-right: 10px;
}

.page-description {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
}

.footer-book-direct {
    background: #5a3695;
    color: white;
    padding: 15px 0;
    height: 90px;
    display: flex;
    align-items: center;
}

.footer-book-direct .container div {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.footer-book-direct p {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.footer-book-direct a {
    display: block;
    color: #5a3695;
    background: white;
    padding: 12px 8px;
}

.footer-benefits {
    background: #393939;
    padding: 15px 0;
    color: white;
    height: 90px;
    display: flex;
    align-items: center;
}

.footer-benefits ul{
    list-style-type: none;
    display: inline;
    padding: 0;
    margin: 0;
}

.footer-benefits ul li{
    margin-right: 30px;
    display: inline-block;
    font-size: 18px;
}

.footer-benefits ul li i {
    margin-right: 10px;
}

.footer-benefits .container {
    display: flex;
    align-items: center;
}

.footer-payment {
    background: white;
    padding: 15px 0;
    height: 90px;
    color: #393939;
    display: flex;
    align-items: center;
}

.footer-payment .container div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-payment p {
    font-weight: 700;
    color: #707070;
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 10px;
}

.footer-payment ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-payment ul li {
    margin: 0 5px;
    display: inline-block;
}

.footer-payment ul li:last-child {
    font-weight: 400;
}

.footer-payment ul li img {
    height: 50px;
}

@media only screen and (max-width: 1198px) {
    .footer-payment {
        height: auto;
    }
    
    .footer-payment .container div {
        display: block;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .footer-payment p {
        margin-bottom: 15px;
    }
    
    .footer-payment ul li img {
        height: 45px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-book-direct {
        height: auto;
        padding: 30px 0;
    }

    .footer-book-direct .container div {
        display: inline-block;
        text-align: center;
    }

    .footer-book-direct a {
        display: inline-block;
        margin-top: 15px;
    }

    .footer-benefits {
        padding: 30px 0;
        height: auto;
    }

    .footer-benefits ul {
        margin: auto;
    }

    .footer-benefits ul li:last-child{
        margin-right: 0;
    }

    .footer-payment {
        padding: 30px 0;
    }

    .footer-payment .container {
        margin: auto;
    }

    .footer-payment p {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .footer-payment ul li {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .footer-benefits ul li {
        margin-right: 0;
        display: inherit;
    }
}

@media only screen and (max-width: 391px) {
    .footer-payment ul li:last-child {
        margin-top: 20px;
    }

    .footer-book-direct a {
        display: block;
        margin-top: 15px;
    }
}
.map iframe{
    height: 300px;
    width: 100%;
}