﻿.beach-logo {
    position: absolute;
    right: 0;
    left: 350px;
    top: 10px;
    z-index: 8000;
    width: 100px;
}

    .beach-logo img {
        height: 160px;
    }

   


.reunion-banner {
    background: url('../img/banners/family-reunion-banner.jpg');
    background-repeat: no-repeat;
    background-size: 635px 235px;
    height: 235px;
    width: 635px;
}




.weddings-banner {
    background: url('../img/banners/weddings-banner.jpg');
    background-repeat: no-repeat;
    background-size: 635px 235px;
    height: 235px;
    width: 635px;
}

.weddings-banner:hover {
    background: url('../img/banners/weddings-banner-rollover.jpg');
    background-repeat: no-repeat;
    background-size: 635px 235px;
    height: 235px;
    width: 635px;
    color: transparent !important;
    transition: 0.5s;
}


.weddings-banner h3 {
display: none;
font-size: 30px;
padding: 0px 0px 0px 0px;
color: rgba(255, 255, 255, 0.90);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
font-weight: 600;
text-transform: uppercase;
font-family: 'Roboto Slab', serif;
}


.weddings-banner:hover h3 {
    display: block;
}

.weddings-banner:hover h4 {
display:none !important;
}

.weddings-banner:hover p {
display: none !important;
}



.corporate-banner {
    background: url('../img/banners/corporate-banner.jpg');
    background-repeat: no-repeat;
    background-size: 635px 235px;
    height: 235px;
    width: 635px;
}

  


.home-feature .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.facebook-follow img {
    width: 250px;
    padding-top: 50px;
    margin-bottom: -300px;
    margin-left: 130px;
}

.welcome-title {
    text-align: center;
    padding-bottom: 0px;
    margin-top: -20px;
}

.welcome-title h2 {
    font-size: 40px;
    font-family: 'Karma', serif;
    text-align: center;
    font-weight: 500;
    color: #3c4f58;
}

img.prop-icon {
    width: 140px;
    margin-top: 30px;
}

img.prop-icon:hover {
    width: 155px;
    margin-top: 30px;
    transition: width 0.5s;
}

.footer-text img {
    width: 140px;
    margin-top: -50px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.card-block h4 {
    font-size: 30px;
    font-family: 'Karma', serif;
    text-align: center;
    font-weight: 500;
    color: #3c4f58;
}

.home-team .text-center {
    margin-bottom: -35px !important;
}

.home-team p {
    font-size: 18px;
    font-family: 'Karma', serif;
    font-weight: 500;
    color: #555;
    font-style: italic;
}

.facebook-follow img:hover {
    width: 275px;
    transition: 0.2s;
}



.house-gal * {
box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.house-gal .container {
position: relative;
width: 100%;
}

/* Hide the images by default */
.house-gal .mySlides {
display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.house-gal .cursor {
cursor: pointer;
}

/* Next & previous buttons */
.house-gal .prev,
.house-gal .next {
cursor: pointer;
position: absolute;
top: 40%;
width: auto;
padding: 16px;
margin-top: -50px;
color: white !important;
font-weight: bold;
font-size: 20px;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

/* Position the "next button" to the right */
.house-gal .next {
right: 18px;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.house-gal .prev:hover,
.house-gal .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.house-gal .numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

/* Container for image text */
.house-gal .caption-container {
    text-align: center;
    background-color: #314453;
    padding: 2px 16px;
    color: white;
    border: 1px solid #e5f5fe;
}

.house-gal .caption-container p {
  
    color: white;
    margin: 5px;
}

.house-gal .row:after {
content: "";
display: table;
clear: both;
}

.house-gal .row {
    margin-right: 0px;
    margin-left: 0px;
}

/* Six columns side by side */
.house-gal .column {
float: left;
width: 10%;
}

/* Add a transparency effect for thumnbail images */
.house-gal .demo {
opacity: 0.6;
}

.house-gal .active,
.house-gal .demo:hover {
    opacity: 1;
}

h4.house-layout {
    margin-bottom: -20px;
    font-size: 30px;
    font-family: 'Karma', serif;
    text-align: center;
    font-weight: 500;
    color: #3c4f58;
}


.project_specification .col-4 {
    font-size: 20px;
    font-family: 'Karma', serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    font-weight: 500;
    color: #fff;
    
}

.project_specification .col-8 {

    padding: 0px 0px 0px 35px;
    font-size: 18px;
    font-family: 'Karma', serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    font-weight: 500;
    color: #fff;
    font-style: italic;
}

.project-details .col-md-3 {
    margin-top: 15px;
}

.mobile-layout-modal {
    display: none;
}

.drone-mobile {
    display: none;
}



@media screen and (max-width: 450px) {

    .drone-mobile {
        display: block !important;
    }

    img.dronemobile {
        width: 375px !important;  
        height: 250px !important;
     
    }


    .drone-desktop {
        display: none;
    }

    .desk-layout-modals {
        display: none;
    }


    .mobile-layout-modal {
        display: block;
    }



    .img-full {
        width: 100%;
        height: 300px !important;
    }

    img.menu-icon {
        height: 20px !important;
        float: left !important;
        margin: 5px 8px 0px 5px !important;
    }


    li.desk-button {
        display: none;
    }

    li.mobile-button {
        display: block !important;
    }


    .beach-logo {
        position: absolute;
        right: 0;
        left: 5px;
        top: 5px;
        z-index: 8000;
        width: 50px;
    }

        .beach-logo img {
            height: 60px;
        }

    .boxed-menu header {
        height: 0px !important;
    }

    .bredcrumb .bg-image h1 {
        color: #ffffff;
        position: relative;
        font-weight: 700;
        margin-bottom: -20px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
        font-family: 'Roboto Slab', serif;
        font-size: 25px;
        margin-top: 20px;
    }

    .project-details {
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .house-gal {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 20px;
    }

        .house-gal .column img {
            height: 30px;
        }

    .project_specification img.initial {
        width: 140px;
        margin-left: 40px;
    }


    span.burger-menu.icon-toggle.active {
        margin-right: -70px;
    }

    .project-details h2, .project-details h4 {
        margin-top: 10px;
        font-size: 40px;
        font-family: 'Karma', serif;
        font-weight: 500;
        color: #3c4f58;
    }

    .project-details h2, .project-details h4 {
        margin-top: 20px;
        font-size: 18px;
        font-family: 'Karma', serif;
        font-weight: 600;
        color: #3c4f58;
    }

    .project-details p {
        margin-top: 10px;
    }

    .main-nav .navbar-collapse.show {
        overflow-y: auto;
        right: 0;
        min-width: 210px;
    }



    ul.dropdown-menu.dd_first.show {
        min-width: 140px;
    }

    .main-nav .navbar-collapse {
  
        height: 450px;
      
    }

    .slider-caption .caption-content h1 {
        font-size: 22px;
        margin-bottom: 30px;
        margin-top: -30px;
        width: 280px;
        margin-left: 35px;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
        font-weight: 600;
        font-family: 'Roboto Slab', serif;
    }

    .project-details .col-md-3 img {
        margin-top: 30px;
        margin-bottom: -20px;
    }

    h4.house-layout-title {
        margin-bottom: -20px;
        font-size: 24px;
    }

    .house-gal .caption-container {
        text-align: center;
        background-color: #314453;
        padding: 2px 16px;
        color: white;
        border: 1px solid #e5f5fe;
    }

        .house-gal .caption-container p {
            color: white;
            margin: 2px;
        
        }

    .dropdown-menu a {
        padding: 5px 0;
        font-size: 14px;
        display: block;
        color: #314453;
        font-weight: 600;
        font-family: 'Roboto Slab', serif;
    }

    .dropdown-menu {
        padding: 0 0 0 5px;
    }

    .home-feature .feature_single h4 {
        font-size: 20px;
        padding: 0px 0px 0px 0px;
        color: rgba(255, 255, 255, 0.90);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
        font-weight: 600;
        text-transform: uppercase;
        font-family: 'Roboto Slab', serif;
    }

    .reunion-banner {
        background: url(../img/banners/family-reunion-banner.jpg);
        background-repeat: no-repeat;
        background-size: 400px 225px;
        height: 225px;
        width: 400px;
    }

    .weddings-banner {
        background: url(../img/banners/weddings-banner.jpg);
        background-repeat: no-repeat;
        background-size: 400px 225px;
        height: 225px;
        width: 400px;
    }

    .corporate-banner {
        background: url(../img/banners/corporate-banner.jpg);
        background-repeat: no-repeat;
        background-size: 400px 225px;
        height: 225px;
        width: 400px;
    }


    .welcome-title h2 {
        font-size: 30px;
        font-family: 'Karma', serif;
        text-align: center;
        font-weight: 500;
        color: #3c4f58;
        margin-bottom: 10px;
    }


    .welcome-title {
        text-align: center;
        padding-bottom: 0px;
       
    }

    .home-team {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .more-feature {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .home-team p {
        font-size: 20px;
        font-family: 'Karma', serif;
        font-weight: 500;
        color: #555;
        font-style: italic;
    }

    .facebook-follow img {
        width: 85px;
        padding-top: 0px;
        margin-bottom: -60px;
        margin-left: 30px;
    }

        .facebook-follow img:hover {
            width: 95px;
            transition: 0.2s;
        }

    ul.book-button-desk {
        display: none;
    }


}


@media screen and (min-width: 1000px) and (max-width: 1279px) {


    .beach-logo {
        position: absolute;
        right: 0;
        left: 20px;
        top: 10px;
        z-index: 8000;
        width: 150px;
    }

        .beach-logo img {
            height: 150px;
        }

    
   
}

@media screen and (min-width: 1280px) and (max-width: 1900px) {


    .beach-logo {
        position: absolute;
        right: 0;
        left: 20px;
        top: 10px;
        z-index: 8000;
        width: 150px;
    }

        .beach-logo img {
            height: 150px;
        }

  
   
}



.five-star-icons {
    font-size: 30px;
    color: #efd712;
    padding: 5px;
}

img.reviewer-image {
    width: 150px;
}

h4.reviewer-name {
    margin-left: 30px;
}



span.stayed, span.source, span.submitted, span.response {
    padding: 0px 5px;
    font-size: 18px;
    color: #555;
    font-weight: 600;
    margin-left: 10px;
}

span.response {
    font-size: 16px;
    color: #555;
    font-weight: 600;
    margin-left: -8px;
}

.submitted-review {

padding-top: 10px;
padding-bottom: 10px;
color: #333;
}

.owner-response {
    color: #222;
    background-color:rgba(250, 245, 202, 0.82);
    font-size: 16px;
    margin-left: -10px;
}


.faq-response {
    color: #222;
    background-color: rgba(202, 243, 250, 0.5);
    font-size: 16px;
    margin-left: -10px;
}

img.layout-modal {
    width: 600px !important;
    height: 600px !important;
   

}


button.layout-button {
    cursor: pointer;
    background: none;
    border: none;
}

button.layout-button img:hover {
    opacity: 0.5;
}

@media (min-width: 576px) {

.modal-dialog {
    max-width: 500px;
    margin: -50px auto 0px auto;
}

}



.contact_sidebar .media-box {
    padding: 40px 30px;
    margin-bottom: 20px;
}


h2.review {
    font-size: 25px;
}

h2.question {
    font-weight: 500;
    font-size: 24px;
    text-decoration:underline;
}




iframe.tours-desktop {
  
    width: 800px;
    height: 600px;
    border: none;
}



img.menu-icon {
    height: 35px;
    margin: 5px 5px 0 -10px;
  
   
}


li.mobile-button {
    display: none;
}


.mobile-form {
    height: 375px;
    width: 300px;
 
}

.mobile-form .col-6, .mobile-form .container {
    padding: 0;
    margin: 0;
}



    .mobile-form h2 {
        font-size: 18px;
        margin: -5px 0px 15px 50px;
        font-weight: 600;
    }

    img.book-icon {
        height: 150px;
        margin: 10px 0 10px 5px;
    }


    span.count {
        padding-bottom: 0px !important;
    }

h4.menu-list {
    font-size: 12px !important;
    margin-top: 5px !important;
    margin-left: -2px;
    font-style: italic !important;
    font-weight: 500 !important;
    text-shadow: 0px 0px rgba(79, 140, 157, 0.5) !important;
}

.dropdown-menu a:hover h2 {
    color: #fa5e04;
}

.dropdown-menu a:hover h4 {
    color: #fa5e04;
}

h2.menu-titles {
    padding: 10px 0;
    font-size: 18px;
    text-transform: uppercase !important;
    font-family: Roboto Slab !important;
    color: #323f41;
    font-weight: 500 !important;
    text-shadow: 1px 1px rgba(79, 140, 157, 0.5) !important;
}

.menu-list-row {
        margin-bottom: 8px;

   }

.menu-list-col {

    padding: 0px 0px 0px 0px !important;
}

ul.dd_first li {
    margin-top: 5px;
}


img.drone-front {
   width: 600px !important;
   height: 300px !important;
}


p.review-text {
    margin: 10px 0px;
}

img.localfav-image {
  width: 350px;
  margin-left: 20px;
 

}

h4.localfav-name {
    font-size: 25px !important;
    font-family: 'Karma', serif;
    font-weight: 600;
    color: #0bad27;  
    margin-left: 50px;
    
}

.localfav-logo {

}

a.locallinks {
    color: #004e90 !important;
    font-weight: 600;
}

