@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,900,900i');
@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash');
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700,900');
@import url('https://fonts.googleapis.com/css?family=La+Belle+Aurore');
body {
    background-image: url(../images/slider.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat:no-repeat;
    background-color: #464646;
    height:100%;
}

header {
    position: relative;
    z-index: 99;
    width: 100%;
}

header .header-top {
    background: transparent;
    padding: 5px 0;
    line-height: 25px;
}

header .header-top .contact-info ul {
    float: left;
    padding: 0;
    margin: 0;
}

header .header-top .social-info ul {
    float: right;
    padding: 0;
    margin: 0;
}

header .header-top .contact-info ul li,
header .header-top .social-info ul li {
    display: inline-block;
    color: #909090;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0 0 0 5px;
}

header .header-top .contact-info ul li i,
header .header-top .social-info ul li i {
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
}

header .navbar {
    padding: 0;
}

header .nav-bar-sec {
    padding: 15px 0 0 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 400;
}

.fixed-header {
    position: fixed;
    top: 0px;
    left: 0;
    margin-top: 0em;
    width: 100%;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.10), 0 2px 3px 0 rgba(0, 0, 0, 0.10);
    background: #5d5858;
    z-index: 99;
}

.slider-con {}

.slider-con .slider-con-inner {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    top: 350px;
}

.slider-con .slider-con-inner h2 {
    font-size: 50px;
    font-weight: 100;
    color: #ffffff;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    font-family: 'La Belle Aurore', cursive;
}

.slider-con .slider-con-inner p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
}

.amenities-sec ul li:before {
    content: "\f00c";
    font-family: fontAwesome;
    left: 0;
    margin-right: 10px;
    top: 0;
    color: #328b95;
    font-size: 14px;
}

.bread-sec {
    background: rgba(50, 139, 149, 0.7098039215686275);
    padding: 20px 0;
    text-align: center;
    margin: 15px 0 0;
}

.bread-sec h1 {
    font-size: 34px;
    color: #fff;
    margin: 0 0 10px;
    padding: 0 0 20px;
    border-bottom: 1px dashed #fff;
}

.bread-sec ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.bread-sec ul li {
    display: inline-block;
    font-size: 18px;
    color: #fff;
}

.bread-sec ul li a {
    color: #fff;
}

.property-text {
    background: #fff;
    padding: 0px 0 30px;
}

.property-part {
    padding: 30px 0 0;
    background: url(../images/clouds1.jpg)
}

.property-text .property-inner {
    margin: 0 0 20px;
}

.property-text .property-inner h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #5d5b5b;
    text-transform: capitalize;
    border-bottom: #328b95 3px solid;
    display: inline-block;
    padding: 0 0 10px;
}

.property-text .property-inner p {
    font-size: 15px;
    color: #726969;
    margin: 0 0 10px;
    line-height: 23px;
}

.amenities-sec h2,
.rate-sec h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #5d5b5b;
    text-transform: capitalize;
    border-bottom: #328b95 3px solid;
    display: inline-block;
    padding: 0 0 10px;
}

.amenities-sec h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #5d5b5b;
    text-transform: capitalize;
}

.amenities-sec ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.amenities-sec ul li {
    text-transform: capitalize;
    font-size: 15px;
    display: inline-block;
    width: 23%;
    margin: 0 10px 15px 0;
    vertical-align: top;
    color: #726969;
}

.responsive-table {
    width: 100%;
    margin-bottom: 1em;
    margin-top: 1em;
    font-family: 'Source Sans Pro', sans-serif;
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (min-width: 44em) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
}

.responsive-table thead th {
    background-color: #212529;
    border: 1px solid #212529;
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.responsive-table thead th:first-of-type {
    text-align: left;
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}

@media (min-width: 44em) {
    .responsive-table tr {
        display: table-row;
    }
}

.responsive-table th,
.responsive-table td {
    padding: .5em;
    vertical-align: middle;
}

@media (min-width: 30em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }
}

@media (min-width: 44em) {
    .responsive-table th,
    .responsive-table td {
        display: table-cell;
        padding: .5em;
    }
}

@media (min-width: 62em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }
}

@media (min-width: 75em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em;
    }
}

.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 44em) {
    .responsive-table caption {
        font-size: 1.5em;
    }
}

.responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
}

@media (min-width: 62em) {
    .responsive-table tfoot {
        font-size: .9em;
    }
}

@media (min-width: 44em) {
    .responsive-table tbody {
        display: table-row-group;
    }
}

.responsive-table tbody tr {
    margin-bottom: 1em;
    border: 2px solid #212529;
}

@media (min-width: 44em) {
    .responsive-table tbody tr {
        display: table-row;
        border-width: 1px;
    }
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 44em) {
    .responsive-table tbody tr:nth-of-type(even) {
        background-color: rgba(94, 93, 82, 0.1);
    }
}

.responsive-table tbody th[scope="row"] {
    background-color: #fff;
    color: #000;
}

@media (min-width: 44em) {
    .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #000;
        text-align: left;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        line-height: 30px;
    }
}

.responsive-table tbody td {
    text-align: right;
    color: #333;
    font-weight: 300;
}

@media (min-width: 30em) {
    .responsive-table tbody td {
        border: 1px solid #212529;
        color: #000;
        font-weight: 600;
    }
}

@media (min-width: 44em) {
    .responsive-table tbody td {
        text-align: center;
        color: #000;
        font-weight: 600;
        font-size: 14px;
    }
}

.responsive-table tbody td[data-type=currency] {
    text-align: right;
}

.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: 1em;
    color: #333;
    font-weight: 600;
}

@media (min-width: 30em) {
    .responsive-table tbody td[data-title]:before {
        font-size: .9em;
    }
}

@media (min-width: 44em) {
    .responsive-table tbody td[data-title]:before {
        content: none;
    }
}

.ratesAdditional {
    margin: 30px 0px 0px;
}

.ratesAdditional h3 {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    color: #000;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: 800;
}

.ratesAdditional ul {
    padding: 0px;
    margin: 0px 0 15px;
}

.ratesAdditional p {
    font-size: 14px;
    color: #666766;
    font-weight: 500;
    padding: 0;
    margin: 0 0 10px;
    line-height: 25px;
}

.ratesAdditional ul li {
    padding: 0px 0px;
    list-style: none;
}

.ratesAdditional ul li:last-child {
    border-bottom: none;
}

.ratesAdditional strong {
    width: 300px;
    display: inline-block;
    font-size: 14px;
    color: #0c7407;
    font-weight: 400;
    padding: 3px;
}

.ratesAdditional span {
    display: inline-block;
    color: #000;
    font-weight: 500;
    padding: 5px;
    font-size: 13px;
}

.ownerInfo1 h2 {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.ownerInfo1 strong {
    padding: 10px 20px;
    border: 1px solid #fff;
    line-height: 20px;
    color: #242424;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.ownerInfo1 p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding: 0;
    margin: 0 0 10px;
    line-height: 25px;
}

.map-loc {
    margin: 0 0 15px;
}

.map-loc h2,
.review-sec h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #5d5b5b;
    text-transform: capitalize;
    border-bottom: #328b95 3px solid;
    display: inline-block;
    padding: 0 0 10px;
}

.map-loc iframe {
    border: 0;
    width: 100%;
    height: 300px;
}

.reviews-inner h3 {
    font-size: 18px;
    color: #000;
    margin: 0 0 10px;
}

.reviews-inner p {
    font-size: 15px;
    color: #726969;
    margin: 0 0 10px;
    line-height: 23px;
}

.reviews-inner a {
    background: #328b95;
    font-size: 15px;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
}

.about-owner {
    padding: 50px 0;
    background: #fff;
}

.about-owner .about-own-inner h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #5d5b5b;
    text-transform: capitalize;
    border-bottom: #328b95 3px solid;
    display: inline-block;
    padding: 0 0 10px;
}

.about-own-inner p {
    line-height: 2.5 !important;
    margin: 0px;
}

.about-owner .about-own-inner p {
    font-size: 15px;
    color: #726969;
}

.about-owner .about-own-img img {
    max-width: 100%;
}

.reviews-page h3 {
    font-size: 18px;
    color: #000;
    margin: 0 0 10px;
}

.reviews-page p {
    font-size: 15px;
    color: #726969;
    margin: 0 0 10px;
    line-height: 23px;
}

.reviews-page h4 {
    color: #328b95;
    font-size: 16px;
    margin: 0 0 15px;
    text-align: right;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.contact-page {
    padding: 50px 0;
    background: #fff;
}

.section-title {
    margin: 15px 0 0;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #5d5b5b;
    text-transform: capitalize;
    border-bottom: #328b95 3px solid;
    display: inline-block;
    padding: 0 0 10px;
}

.contact-page p {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    letter-spacing: .03em;
    margin-bottom: 20px;
}

.contact-form-wrap {
    background: #f9f9f9;
    padding: 20px;
}

.contact-form-wrap input,
.contact-form-wrap textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc9c9;
    display: block;
    padding-left: 20px;
    font-size: 15px;
    font-family: inherit;
    font-style: normal;
    outline: none;
}

.contact-form-wrap button {
    background: #fff;
    color: #333;
    border: 2px solid #333;
    display: inline-block;
    padding: 10px 40px;
    font-size: 15px;
}

.contact-button ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact-button ul li {
    padding: 24px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    background: #f9f9f9;
    display: block;
}

.contact-button ul li a {
    color: #333;
}

.contact-button ul li i {
    margin-right: 15px;
    color: #328b95;
    font-size: 18px;
}

.map-za {
    background: #fff;
    padding: 20px 0;
}

.map-za-inner iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

.gallery-page {
    background: #000;
    padding: 5px;
    margin: 0 0 50px;
}

.loca-img {
    margin: 0 0 20px;
}

.loca-img img {
    width: 100%;
}

footer {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
}

footer.foot-sec {
    position: relative;
    background: #333;
}

footer .left-ft ul,
footer .right-ft ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

footer .left-ft ul li,
footer .right-ft ul li {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding-right: 10px;
}

footer .left-ft ul li i {
    color: #fff;
    font-size: 16px;
}

footer .right-ft {
    text-align: right;
}

footer .right-ft ul li img {
    width: 100px;
}


/* For mobile devices */

@media (max-width: 767px) {
    body {
        /* The file size of this background image is 93% smaller     * to improve page load speed on mobile internet connections */
        background-image: url(../images/slider.jpg);
        background-size: cover;
    }
    .slider-con .slider-con-inner {}
    .slider-con .slider-con-inner h2 {
        font-size: 25px;
    }
    footer .left-ft,
    footer .right-ft {
        text-align: center;
    }
    .slider-con .slider-con-inner p {
        display: none;
    }
}

.box-booking h2{
    font-size: 5vmin;
}

