.custom-navbar-property {
    background: white;
    /*border: 1px solid lightgray  !important;*/
    border-color: transparent !important;
    border-radius: 0 !important;
    height: 80px;
}

.custom-navbar-property ul {
    width: 50%;
    height: 100%;
    margin-right: 28px;
    margin-top: 13px;
}

.custom-navbar-property ul li {
    width: 25%;
    text-align: center;
    height: 82px;
}

.custom-navbar-property ul li a {
    /*color: #eee !important;*/
    height: 100%;
    padding-top: 23%;
}

.active-main-nav {
    border-bottom: 5px solid #142859;
    color: #142859 !important;
}

.active-main-nav a {
    color: #142859 !important;
}

.main-living-row {
    margin-top: 50px;
}

.living-section {
    background: #eee;
    height: 448px;
    margin-right: -28px;
    z-index: -5 !important;
    margin-top: -18px;
    margin-left: 21px;
}

.nav-web-logo {
    position: absolute;
    left: 13px;
    top: 21px;
}

.nav-first-part-logo {
    background: #142859;
    color: #eee;
    padding: 0px 14px 9px 14px;
    float: left;
}

.nav-second-part-logo {
    float: left;
    padding: 1px 16px 9px 12px;
    color: #142859;
}

.custom-hr {
    margin-bottom: -6px;
}

.custom-navbar {
    /*margin-top: 22%;*/
    background: rgba(250,250,250,0.2);
    /*border: 1px solid lightgray  !important;*/
    border-color: rgba(0,0,0,0.2) !important;
    border-radius: 0 !important;
}

.web-logo {
    position: absolute;
    left: 25px;
    top: 5px;
}

.first-part-logo {
    background: #142859;
    color: #eee;
    padding: 1px 16px 9px 16px;
    float: left;
    transform: scale(1.5,1);
    -webkit-transform: scale(1.5,1);
    -ms-transform: scale(1.5,1);
}

.delmar-overview {
    padding-left: 0px;
}

.booking-overview {
    padding-left: 0px;
}

.second-part-logo {
    float: left;
    padding: 2px 16px 9px 58px;
    color: #eee;
    transform: scale(1.2,1);
    -webkit-transform: scale(1.2,1);
    -ms-transform: scale(1.2,1)
}

.second-part-logo-custom {
    color: #142859;
    padding: 2px 16px 9px 58px;
    float: left;
}

.main-background-image {
    background: url('/assets/img/main.JPG') center;
    background-size: 100% auto;
    /*-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,1)))*/
}

/*.custom-navbar ul {
    float: left;
    margin-left: 25%;
    width: 50%;
}*/

.custom-navbar ul li {
    /*width: 25%;*/
    text-align: center;
}

.custom-navbar ul li a {
    color: #eee;
}

.main-header-content {
    text-align: center;
    margin-top: 50px;
    color: #142859;
}

.sub-header-content {
    text-align: center;
    /*padding: 1% 8% 8% 8%;*/
}

.sub-header-content h5 {
    font-size: 15px;
    color: #555;
    margin-top: 20px;
}

.overview-pages {
    margin-top: 45px;
}

.overview-pages h4 {
    font-size: 17px;
    color: #142859;
}

.overview-pages h5 {
    padding-left: 0px;
    color: #555;
}

.read-more-btn {
    margin-top: 17px;
    border-radius: 1px;
    margin-bottom: 40px;
}

.property-overview {
    padding-left: 0;
}

.learn-more {
    height: 340px;
    padding: 16px 16px 16px 16px;
}

.learn-more a {
    position: absolute;
    bottom: 16px;
    float: none;
    margin: 0 auto;
}

.learn-more h4 {
    text-align: center;
    
}

@media only screen and (min-width : 480px) {
    .main-background-image {
        /*padding-top: 33%;*/
        padding-bottom: 40%;
    }
    .new-brand {
        display: none;
    }
    .custom-navbar {
        height: 80px;
    }
    .custom-navbar ul {
        height: 80px;
    }
    .custom-navbar ul li {
        padding-top: 13px;
        height: 78px;
    }
    .active-nav {
        border-bottom: 5px solid #142859;
        background: transparent;
    }
}

@media(max-width:480px) {
    .main-background-image {
        height: 280px;
    }
    .custom-navbar {
        background: transparent;
        border-color: transparent !important;
    }
    .new-brand {
        display: none;
    }
    .web-logo {
        top: 16px;
        left: 5px;
    }
    .active-nav {
        background: #142859;
    }
}