﻿body {
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
}

#nav-shrink {
    overflow: hidden;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

.master-body {
    margin-top: 120px;
}



@media (min-width: 0px) and (max-width: 425px) {

    .master-body {
        margin-top: 80px;
    }
}

.background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.popup {
    padding-top: 10px;
    padding-left: 10px;
    width: 350px;
    padding: 10px;
}

@media (min-width: 0px) and (max-width: 425px) {
    .popup {
        width: 100%;
    }
}


.close, .close:hover, .close:active {
    margin-right: -92%;
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 2px;
    z-index: 10;
    position: absolute;
    right: 95%;
    top: -6px;
}

    .close .bx {
        padding: 4px;
    }

header {
    background: linear-gradient(135deg, #2e3967, #1e2547);
    color: #fff;
}

.navbar-brand, .navbar-brand:hover, .navbar-brand:active,
.nav-link, .nav-link:hover, .nav-link:active,
.nav-link .dropdown-toggle, .nav-link .dropdown-toggle:hover, .nav-link .dropdown-toggle:active {
    color: #fff;
    --font-weight: bold;
}

footer {
    background: linear-gradient(135deg, #2e3967, #1e2547);
    color: #fff;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 10px;
}

    footer h1 {
        color: #d4a960;
        font-size: 20px;
        font-weight: bold;
    }

    footer a, footer a:hover, footer a:active {
        color: #fff;
    }

.dropdownlist-style {
    border-radius: 0;
}

.input-style {
    border-radius: 0;
}

.Property-Item {
    box-shadow: 0px 2px 3px 3px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.Property-Headline {
    font-size: 17px;
    font-weight: bold;
	color:#2a345f;
}

.Property-Location {
    font-size: 14px;
    font-weight: bold;
}

.Property-Location {
    font-size: 14px;
    font-weight: 300;
}

.Property-Availability, .Property-Availability:hover, .Property-Availability:active {
    color: #fff;
    background-color: #2e3967;
    border: none;
    padding: 1px 10px 4px 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    border-radius: 5px;
}

.Property-Price, .Property-Promotion-Price, Property-Promotion-Old-Price {
    font-size: 17px;
    font-weight: bold;
	color: #d7af6b;
}

.Property-Promotion-Old-Price {
    text-decoration: line-through;
}

.Property-Promotion-New-Price {
    color: red;
}

.Property-Price-Description {
    font-size: 14px;
    font-weight: 300;
}

.Property-Sleeper, .See-Availability {
    font-size: 14px;
    font-weight: 300;
}

select.form-control {
    -webkit-appearance: menulist;
}

.PageSectionTitle {
    font-size: 22px;
    font-weight: bold;
    margin-top: 5px;
}

.bName {
    display: none;
}


.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #2e3967;
    border: none;
    border-radius: 0px;
}

.Headline {
    font-size: 20px;
}

@media (min-width: 0px) and (max-width: 425px) {
    .Headline {
        font-size: 15px;
    }

    .logo {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.black-link, .black-link:hover, .black-link:active {
    color: #000;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    margin-top: -26px;
    margin-bottom: -22px;
}

.heading-ul-types {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.ul-types {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}

/*.navbar-toggler-icon, .navbar-toggler-icon:hover, .navbar-toggler-icon:active {
    background-image: url('../img/menu.png') !important;
}*/
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}


.click-to-chat {
    position: fixed;
    z-index: 10000;
    bottom: 10px;
    right: 10px;
}

    .click-to-chat img {
        width: 150px;
    }

@media (min-width: 0px) and (max-width: 425px) {
    .click-to-chat img {
        width: 100px;
    }
}
