@font-face {
    font-family: 'Bebas';
    src: url('/font/bebas.woff2') format('woff2'), url('/font/bebas.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    height: 100%;
    background-color: white !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.main {
    min-height:100%;
    position:relative;
}

.container {
    max-width: 72rem !important;
}

.site-header {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
    color: black;
    transition: ease-in-out color .15s;
}
.site-header a:hover {
    color: #fff;
    text-decoration: none;
}

.site-subheader {
    background-color: #5A5A5A;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.site-subheader a {
    color: #999;
    transition: ease-in-out color .15s;
}
.site-subheader a:hover {
    color: #fff;
    text-decoration: none;
}
.site-internalsubheader {
    background-color: #ffd350;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.flex-equal > * {
    -ms-flex: 1;
    flex: 1;
}
@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        flex: 1;
    }
}
.overflow-hidden { overflow: hidden; }
.news-logo {
    padding: 0;
}
.news-logo img{
    width: 300px;
    height: 70px;
}
.date {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    font-family: Bebas;
}
.day {
    font-size: 20px;
    color: #fff;
    margin-left: 3px;
    font-family: Bebas;
}
.timer {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap!important;
    padding: 0!important;
    font-family: Source Sans Pro,sans-serif;
}
.nav-main-link {
    color: #ffd350 !important;
    font-size: 15px;
    display: block;
    font-weight: 400;
    line-height: 26.22px;
    text-decoration: none;
}

.nav-main-link-mobile {
    color: #ffd350 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 26.22px;
    text-decoration: none;
}

.header-link {
    font-size: 15px;
    color: white !important;
    font-weight: 400;
    line-height: 26.22px;
    text-decoration: none;
    margin-left: 20px;
}
.header-link-right-border {
    border-left: 1px solid white; padding-left: 1rem;
}

.hero-image {
    height: 500px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 40rem;
    width: 100%;
}


.search {
    margin: 0 auto;
    background: #484848;
    height: 100px;
    padding: 2rem;
    max-width: 40rem;
    width: 100%;
}

.search-mobile {
    margin: 0 auto;
    height: 100px;
    padding: 2rem;
    max-width: 40rem;
    width: 100%;
}

.search-input {
    box-shadow: none!important;
    padding-right: 1rem;
    padding-left: 1rem;
    height: 2.5rem;
    border-radius: 0;
    width: 100%;
}

.search-button {
    box-shadow: none!important;
    background: #F4F6F5;
    cursor: pointer;
    border-color: white;
    height: 2.5rem;
    border-radius: 18px;
    width: 5rem;
}

.style-button {
    box-shadow: none!important;
    background: #b80b0d;
    cursor: pointer;
    border-color: red;
    height: 2.5rem;
    color: white;
    font-size: 20px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 15px;
}

.search-button-internal {
    box-shadow: none!important;
    background: rgba(0, 0, 0, .85);
    cursor: pointer;
    border-color: rgba(0, 0, 0, .85);
    height: 2.5rem;
    border-radius: 18px;
    width: 5rem;
    color: #fff;
}

.category-arrow {
    position: relative;
    margin: 5rem auto;
}

.triangle-down {
    width: 0;
    margin: 10px auto;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #fedd3f;
    opacity: 0.8;
}
.footer {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .85);
}

.footer-text {
    color: #ccc;
    font-size: 12px;
}

.category-subcategory {
    width: 100%;
    box-shadow: none!important;
    background: #ffd350;
    cursor: pointer;
    border-color: #ffd350;
    min-height: 2.5rem;
    border-radius: 18px;
}

.category-nosubcategory {
    width: 100%;
    box-shadow: none!important;
    cursor: pointer;
    border-color: black;
    border-width: 2px;
    min-height: 2.5rem;
    border-radius: 18px;
}

.infoInternalSubMenu {
    background-color: rgba(0, 0, 0, .85);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-height: 2.5rem;
}

.category-tag {
    background-color: rgba(0, 0, 0, .85);
    cursor: pointer;
    border-color: rgba(0, 0, 0, .85);
    border-radius: 18px;
    color: #ffd350;
    padding: 5px 15px 5px 15px;
    font-family: Arial;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}

.business {
    background-color: white;
    border-radius: 20px;
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .hebrewdealMobile {
        background-color: #5A5A5A;
        min-height: 2.5rem;
        color: white;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .orderSecondMobile {
        order: 2;
    }

    .orderFirstMobile {
        order: 1;
    }

    .mobileFeatureButtons {
        text-align: center!important;
    }

    .paddingTopListingFeatureButtonMobile {
        padding-top: 4rem!important;
    }

    .mobileTextCenter {
        text-align: center!important;
    }
}

@media only screen and (min-width: 767.99px) {
    .hebrewdeal {
        background-color: #5A5A5A;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        min-height: 2.5rem;
        color: white;
    }

    .mobileFeatureButtonsLeft {
        text-align: left!important;
    }

    .mobileFeatureButtonsRight {
        text-align:right!important;
    }

    .paddingTopListingFeatureButton {
        padding-top: 2rem!important;
    }
}

.businessName {
    color: black;
    font-family: Arial;
    font-size: 26px;
    display: block;
}

.businessPhone {
    color: black;
    font-family: Arial;
    font-size: 26px;
    display: block;
    font-weight: bold;
}

.businessAddress {
    color: black;
    font-family: Arial;
    font-size: 15px;
    display: block;
    font-weight: bold;
}

.businessDescription {
    color: black;
    font-family: Arial;
    font-size: 15px;
    display: block;
    overflow: hidden;
    width: calc(100% - 0px);
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: 6em;
    word-wrap: break-word;
    text-rendering: unset;
}

.businessSendMobileButton {
    color: white;
    font-family: Arial;
    font-size: 15px;
    background-color: rgba(0, 0, 0, .85);
    border-radius: 15px;
    padding: 5px 15px 5px 15px;
}

.businessSendMobileButton:focus {
    outline:0;
}

.businessLink {
    color: #0970b2 !important;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
}

.imageSelector {
    bottom: 10%;
    width: 70%;
    left: 15%;
    background-color: white;
    position: absolute;
    border-radius: 20px;
    min-height: 2.5rem;
}

.imageFixedCropped {
    object-fit: fill;
    object-position: center;
    height: 2rem;
    width: 2rem;
    margin: 0px;
}

.listingPage {
    background-color: white;
    border-radius: 10px;
}

.checkedStar {
    color: orange;
}

.checkedStarRating {
    color: #fc240c;
}

.listingNameEnglish {
    color: black;
    font-family: Arial;
    font-size: 26px;
    display: block;
}

.listingPhone {
    color: black;
    font-family: Arial;
    font-size: 26px;
    display: block;
    font-weight: bold;
}

.listingAddress {
    color: black;
    font-family: Arial;
    font-size: 15px;
    display: block;
    font-weight: bold;
}

.listingNameHebrew {
    color: black;
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    display: block;
}

.listingDealHebrew {
    color: white;
    background-color: #5A5A5A;
    font-family: Arial;
    font-size: 20px;
    padding: 5px;
}

.listingDealEnglish {
    color: black;
    font-family: Arial;
    font-size: 22px;
    display: block;
}

.listingButton {
    color: white;
    border-radius: 15px;
    cursor: pointer;
    padding: 5px 15px 5px 15px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.listingButtonGrey {
    background-color: #5A5A5A;
}

.listingButtonRed {
    background-color: #BB3531;
}

.listingSocialButton {
    cursor: pointer;
    font-size: 26px;
}

.messageButton {
    color: white;
    background-color: #5A5A5A;
    font-family: Arial;
    font-size: 16px;
    padding: 5px;
    width: 100%;
}

.listingContentDescription {
    font-family: Arial !important;
}

.page-item.activePage .page-link {
    z-index: 1;
    color: #fff;
    background-color: #5A5A5A;
    border-color: #5A5A5A;
}

.listingClaimLink {
    top:40%;
    position: relative;
    cursor: pointer;
}

.backgroundListingImage {
    height: 20rem;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.listingImageNoSubscription {
    background-color: #E7E7E7;
}

.left-image {
    width: 65px;
    height: 19rem;
    float: left;
    margin-left: 2rem;
    margin-top: 8px;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 2px;
    background-position-x: center;
}
.left-image:hover .arrow {
    background: rgba(42, 42, 42, 0.2);
}
.left-image:hover .arrow .fas {
    opacity: 1;
}
.left-image .arrow {
    position: absolute;
    height: 19rem;
    width: 65px;
    background: rgba(42, 42, 42, 0.5);
    padding-right: 2.4rem;
    padding-top: 8rem;
    border-radius: 2px;
    cursor: pointer;
}
.left-image .arrow .fas {
    opacity: 0;
    cursor: pointer;
    color: #fff;
    font-size: 25px;
}
.center-image {
    width: 30rem;
    height: 20rem;
    background-size: cover;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2px;
    cursor: pointer;
}
.center-image .expand {
    opacity: 0.5;
    margin-right: 1rem;
    margin-top: 0.8rem;
    font-size: 15px;
    color: #fff;
    text-shadow: 0 0 3px #000;
    transform: rotate(90deg);
    transition: opacity 1s, font-size 1s, transform 1s;
}
.center-image:hover .expand {
    opacity: 0.9;
    font-size: 25px;
    text-shadow: 0 0 3px #000;
    transform: rotate(-90deg);
    transition: opacity 1s, font-size 1s, transform 1s;
}
.right-image {
    width: 65px;
    height: 19rem;
    float: right;
    margin-right: 2rem;
    margin-top: 8px;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 2px;
    background-position-x: center;
    cursor: pointer;
}
.right-image:hover .arrow {
    background: rgba(42, 42, 42, 0.2);
}
.right-image:hover .arrow .fas {
    opacity: 1;
}
.right-image .arrow {
    position: absolute;
    height: 19rem;
    width: 65px;
    background: rgba(42, 42, 42, 0.5);
    padding-right: 0.8rem;
    padding-top: 8rem;
    border-radius: 2px;
    cursor: pointer;
}
.right-image .arrow .fas {
    opacity: 0;
    cursor: pointer;
    color: #fff;
    font-size: 25px;
}

@media only screen and (max-width: 1200px) {
    .right-image {
        background: none !important;
        width: 0px !important;
        display: none !important;
    }
    .left-image {
        background: none !important;
        width: 0px !important;
        display: none !important;
    }
    .right-image .arrow {
        width: 0px !important;
    }
    .left-image .arrow {
        width: 0px !important;
    }
}

@media only screen and (max-width: 750px) {
    .right-image {
        background: none !important;
    }
    .right-image .arrow {
        background: none !important;
        padding-right: 0 !important;
        padding-top: auto !important;
    }
    .right-image .arrow .fas {
        opacity: 1;
        background: rgba(42, 42, 42, 0.5);
        padding: 1px;
        font-size: 40px!important;
    }
    .left-image {
        background: none !important;
    }
    .left-image .arrow {
        background: none !important;
        padding-right: 3rem;
        padding-top: auto !important;
    }
    .left-image .arrow .fas {
        opacity: 1;
        background: rgba(42, 42, 42, 0.5);
        padding: 1px;
        font-size: 40px!important;
    }

    .center-image {
        width: calc(100vw/1.2);
    }
}
@media only screen and (max-width: 375px) {
    .center-image {
        width: calc(100vw/1.2);
    }

    .left-image {
        background: none !important;
        width: 20px !important;
    }
    .left-image .arrow {
        background: none !important;
        padding-right: 3rem;
        padding-top: 9rem !important;
    }
    .left-image .arrow .fas {
        opacity: 1;
        background: rgba(42, 42, 42, 0.5);
        padding: 1px;
    }
    .right-image {
        background: none !important;
        width: 20px !important;
    }
    .right-image .arrow {
        background: none !important;
        padding-right: 0 !important;
        padding-top: 9rem !important;
    }
    .right-image .arrow .fas {
        opacity: 1;
        background: rgba(42, 42, 42, 0.5);
        padding: 1px;
    }
}

.footerLink a{
    color: rgb(237, 234, 228) !important;
    font-size: 16px;
}

.footerLink {
    margin-bottom: 15px;
    direction: rtl;
}

.listingLink a {
    color: #fff !important;
    transition: ease-in-out color .15s;
}

.listingLink a:hover {
    color: #fff !important;
    text-decoration: none;
}

.pageTitle {
    font-size: 24px;
}

.pageSubTitle {
    font-size: 13px;
}

.reviewDate {
    font-size: 13px;
}

.reviewFullTextLink {
    color:grey;
}

.reviewUserName {
    color: #0970b2 !important;
}

.btn-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 27px;
    line-height: 1.42;
    border-radius: 30px!important;
    align-items: center;
    justify-content: center;
    position: relative;
}

.btn-circle i{
    position: absolute;
    height: 50%;
    right: -5%;
    transform: translate(-50%, -50%);
    display: block;
}

.btn-black-border {
    border: solid 2px black !important;
    background: transparent!important;
}

.btn-red-background {
    background-color: #BB3531 !important;
    color:white!important;
}

.ekko-lightbox-nav-overlay a:last-child span {
    color:yellow !important;
}

.ekko-lightbox-nav-overlay a span {
    color:yellow !important;
}

.listingEditLink {
    top: 15%;
    right: 10%;
    position: absolute;
    cursor: pointer;
}

.listingEditLink {
    opacity: 0.3;
}

.listingEditLink:hover {
    opacity: 0.5;
}

.sendtomobile{
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 10px;
}

.mobileInput{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}

.sendtomobile:hover > .mobileInput{
    padding: 0 10px;
    width: 450px;
    caret-color:red;
    transition: width 0.4s linear;
}

.sendtomobile:hover > .mobileIcon{
    background: white;
    color: #e74c3c;
}

.mobileIcon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
}

.listingPartTitle {
    font-size: 20px;
}

a.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

*:focus {outline:none !important}

.shareButton {
    border-radius: 12px;
    color: white;
    font-size: small;
    padding-right: 7px;
    padding-left: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 30px;
}

.facebookButton {
    background-color: #3b5998;
}

.twitterButton {
    background-color: #009fe4;
}

.linkedinButton {
    background-color: #0077b5;
}

.whatsupButton {
    background-color: #39b54a;
}

.searchInputIcon {
    position: relative;
    z-index: 1;
    left: -35px;
    top: 1px;
    color: #7B7B7B;
    cursor: pointer;
    width: 0;
}

.searchInput {
    border-radius: 10px;
    width: 80%;
    border: solid 1px lightgrey;
    padding: 10px;
    padding-right: 35px;
}

.searchInputBottomRadius {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 8em;
}

.rating input {
    position: absolute;
    left: -999999px;
}

.rating label {
    display: inline-block;
    font-size: 0;
}

.rating > label:before {
    position: relative;
    font: 15px/1 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: block;
    content: "\f005";
    color: #ccc;
    background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
    color: #f0ad4e;
    background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.property {
    border: solid 1px #1c1c1c;
}

.has-search .form-control {
    padding-right: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    right: 1rem;
    top: 0rem;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.filterButton {
    width: 100%;
    color: #29821d;
    height: 37px;
    padding-top: 5px;
    cursor: pointer;
}

.businessTitle {
    font-family: 'Roboto', sans-serif;
    font-size: 33px;
    color:black;
    display: block;
}

.businessAddress {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color:#707070;
    display: block;
}

.checkedStarYelp {
    background-color: #fcb551 !important;
}

.ratingRectangle {
    color:white;
    background-color: grey;
    padding: 2px;
    border-radius: 2px;
}

.propertyInfo {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.propertyValue {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: black;
    font-weight: bold;
}

.filterButtonLinks {
    width: 100%;
    font-weight: bolder;
    border: solid 1px lightgrey;
    border-radius: 12px;
    color: #076af9;
    height: 50px;
    padding-top: 11px;
    cursor: pointer;
}

.reviewLink {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: black;
    font-weight: bolder;
}

.chat {
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 20px;
    margin-top: 10px;
}

.messages {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.message {
    border-radius: 20px;
    padding: 8px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.yours {
    align-items: flex-start;
}

.yours .message {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #161616;
    margin-right: 30%;
    background: #e6e7eb;
    position: relative;
}

.yours .message.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -7px;
    height: 20px;
    width: 20px;
    background: #e6e7eb;
    border-bottom-right-radius: 15px;
}
.yours .message.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -10px;
    width: 10px;
    height: 20px;
    background: white;
    border-bottom-right-radius: 10px;
}

.message.last {
    padding: 30px;
}

.mine .message.last {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mine {
    align-items: flex-end;
}

.mine .message {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: white;
    margin-left: 30%;
    background: #067eff;
    position: relative;
}

.mine .message.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -8px;
    height: 20px;
    width: 20px;
    background: #067eff;
    border-bottom-left-radius: 15px;
}

.mine .message.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
}

.commentInfo {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: white;
}

.listingPageName {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    color: black;
    display: block;
}

.listingPageSubName {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: grey;
    font-weight: lighter;
    display: block;
}

.listingPageReviewLink {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #2aa1d3 !important;
    font-weight: bolder;
    cursor: pointer;
}

.listingPagePrice {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: black;
    font-weight: bolder;
}

.listingPagePriceSqFt {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: grey;
}

.listingPageDate {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: grey;
}

.listingPageDateMobile {
    font-size: 12px;
}

.listingPageContactButton {
    width: 100%;
    font-weight: bolder;
    border: solid 1px green;
    border-radius: 5px;
    color: white;
    height: 50px;
    padding-top: 11px;
    cursor: pointer;
    background-color: #2c8229;
}

.listingPageContactButton:hover {
    background-color: #246322;
}

.listingOption {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: black;
}

.listingOptionMobile {
    font-size: 14px;
}

.listingPageHighlight {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: black;
}

.listingPageDescription {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: grey;
}

.mapAddReview {
    cursor: pointer;
    position: absolute;
    width: 80%;
    top: 40px;
    border-radius: 20px;
    left: 10%;
    z-index: 5;
    background-color: #f4f8fb;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

.mapAddReviewInReview {
    margin-top:40px;
    cursor: pointer;
    width: 80%;
    border-radius: 20px;
    margin-left: 10%;
    background-color: #f4f8fb;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto','sans-serif';
    padding-left: 10px;
}

.reviewTextInput {
    height: 130px;
    width: 100%;
    background-color: #f4f8fb;
    border: solid 1px #f4f8fb;
}

.contactListingTitle {
    color: white;
    font-family: 'Roboto','sans-serif';
    font-size: 20px;
}

.contactListingSubTitle {
    color: grey;
    font-family: 'Roboto','sans-serif';
    font-size: 16px;
}

.has-icon .form-control {
    padding-left: 2.375rem;
}

.has-icon .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.listingTag {
    color: black;
    background-color: #edeae4;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    font-family: 'Roboto','sans-serif';
    font-size: 16px;
}

.has-icon-right .form-control {
    padding-right: 2.375rem;
}

.has-icon-right .form-control-icon-right {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.mainPageText {
    font-size: 14px;
    color: #646464;
    font-family: 'Roboto','sans-serif';
}

.mainPageTitle {
    font-size: 22px;
    padding-top: 20px;
}

.mainPageSubTitle {
    font-size: 18px;
    font-weight: bold;
}

.mainPageButton {
    box-shadow: none!important;
    background: #1a1b30;
    cursor: pointer;
    border-color: #1a1b30;
    height: 2.5rem;
    color: white;
    font-size: 20px;
    font-weight: bolder;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 20px;
}

.mainPageButton:hover {
    opacity: 0.9;
}

.titleSlider {
    font-weight: bolder;
}

.containerCheckbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 27px;
    background-color: white;
    border: solid 3px #2c8229;
    border-radius: 8px;
}

/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark {
    background-color: #2c8229;
}

/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked ~ .checkmark {
    background-color: #2c8229;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
    left: 9px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.searchListingElement {
    margin-top: 20px;
    background-color: #eeeeee;
    padding: 15px;
    border-radius: 20px;
    border: solid 1px lightgrey;
    min-height: 180px;
    cursor: pointer;
}

.searchListingElementAddress {
    display: block;
    font-size: 20px;
    font-weight: bolder;
}

.searchListingElementCity {
    display: block;
    font-size: 14px;
    color: grey;
}

.searchListingElementPrice {
    font-size: 20px;
    font-weight: bolder;
}

.searchListingElementBeds {
    font-size: 14px;
}

.searchListingElementBaths {
    font-size: 14px;
}

.tabLink {
    font-size: 20px;
    width: 150px;
    cursor: pointer;
}

.tabLink:hover {
    font-weight: bold;
    color: #2c8229;
}

.tabActive {
    font-weight: bold;
    color: #2c8229;
    border-bottom: solid 2px #2c8229;
}

.btn-ave {
    background-color: #2c8229;
    color: white;
}

.pac-container:after {
    background-image: none !important;
    height: 0px;
}

.pac-icon {
    display: none;
}

.mabBubblePrice {
    font-size: 20px;
    font-weight: bolder;
    color: #fcb551;
}

.addReviewButton:hover {
    opacity: 0.8;
}

.mainPageStarFilterItem {
    font-size:12px;
    padding: 10px;
    color: white;
    background-color: black;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items:center;
}

.mainPageStarFilterRow {
    background-color: black;
}

.mainPageStarFilterItem:hover {
    opacity: 0.8;
}

.mainPageStarFilterItemSelected {
    background-color: grey;
}

.prodileMenuDiv {
    cursor: pointer;
}

.prodileMenuDiv:hover
{
    border-bottom: solid 3px black;
}

.profileMenuActive {
    border-bottom: solid 3px black;
}

.prodileMenuDiv a{
    text-decoration: none;
}

.prodileMenuDiv a:hover{
    text-decoration: none;
}