body {
    overflow-x: hidden;
}

.freeprivacypolicy-com---nb-simple {
    max-width: 100% !important;
    width: 100%;
}

a[aria-expanded="true"] .fa.fa-chevron-down:before{
    content: "\f077" !important;
}

.main-content table{
    width: 100% !important;
}

.main-content table td{
    padding-right: 5px;
}

.main-content iframe{
    width: 100%;
}

.collapse.show ~ .show-more-button .collapse-visible{
    display: none;
}

.collapse.show ~ .show-more-button .collapse-hidden{
    display: block !important;
}

.show-more-button[aria-expanded="true"] .collapse-visible{
    display: none;
}

.show-more-button[aria-expanded="true"] .collapse-hidden{
    display: block !important;
}

.modal .close{
    color: #fff;
    opacity: 1;
    text-shadow: none;
    height: 68px;
}

.close:focus, .close:hover{
    color: #ccc;
}

.modal-header{
    background: #40494C;
    border: none;
    color: #fff;
}

.modal-dialog, .modal, .modal-header, .modal-footer, .modal-content{
    border-radius: 0px !important;
    border: none !important;
}

.notific8-container{
    z-index: 11000 !important;
}

.notific8-notification.family-legacy.lime, .notific8-notification.legacy.lime, .notific8-notification.ocho.lime {
    background-color: #40494C  !important;
    border-color: #15546d !important;
}

.notific8-notification.family-legacy.lime .notific8-close, .notific8-notification.legacy.lime .notific8-close, .notific8-notification.ocho.lime .notific8-close{
    background-color: #15546d !important;
}

.input-group-append {
    margin-left: -2px;
}

.article {
    background: #eaecf0;
    /*border: 1px solid #b9b9b9;*/
}

.doc-table .fa-file, .article .fa-file, .list-group-item .fa-file{
    display: none;
}

.list-group-item a{
    margin-right: 10px;
}

.main-content h5, .main-content h4, .main-content h3, .main-content h2, .main-content h1{
    color: #40494C;
}

.fancybox-overlay{
    z-index: 99999 !important;
}

/*.article a{
    text-decoration: none !important;
    color: inherit !important;
}*/

.article a:hover p{
    text-decoration: underline !important;
}

.double-content .secondary-content{
    display: none;
}

.double-content:hover .secondary-content{
    display: block;

}

.double-content:hover .primary-content{
    display: none;
}

.double-content .secondary-content{
    min-height: 100%;
}

/*.home, .home-banner{
    min-height: 100%;
}*/

.home-banner .secondary-content-menu a{
    margin: 5px 0px;
}

.home-banner .secondary-content-menu a:hover{
    color: #000000;
}

.a-prevent-hover{
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;

    transition: all 0s ease-in-out;
    transition-delay: 0.1s;
}

.double-content:hover .a-prevent-hover{
    transform: scale(0);
}


.xsmall{
    font-size: 70%;
}

.btn, button, input, select, .input-group {
    border-radius: 0 !important;
}

.bg {
}

.breadcrumb-bar {
    margin-top: -16px;
}

.bg-overlay{
    /*background-color: darkgray;*/
    width: 100%;
    height: 100%;
    /*opacity: 0.5;*/
    background: rgba(0, 105, 137, 0.3);
}

body, html{
    height: 100%;
    margin: 0px;
}

body{
    font-family: 'Open Sans';
    color: #000000;
    word-wrap: break-word;
    /*background: #f3f3f3;*/
    background: #eaecf0;
    font-weight: 400;

}

hr {
    background-color: #000000;
    height: 1px;
    border: 0;
}

.bg-gray hr{
    background-color: #40494C;
}

hr.gray{
    background-color: rgba(0,0,0,.06);
}

hr.bold {
    height: 5px;
}

hr.thin{
    height: 1px;
}

hr.warning{
    background-color: #E31145;
}

hr.light {
    background-color: #40494C;
}

hr.ca {
    background-color: #40a732;
}

hr.darkblue{
    background-color: #40494C;
}

.mt15{
    margin-top: 15px;
}

.mt30{
    margin-top: 30px;
}

.mt45{
    margin-top: 45px;
}

.mt60{
    margin-top: 60px;
}

.mb15{
    margin-bottom: 15px;
}

.mb30{
    margin-bottom: 30px;
}

.mb45{
    margin-bottom: 45px;
}

.mb60{
    margin-bottom: 60px;
}



.pt15{
    padding-top: 15px;
}

.pt30{
    padding-top: 30px;
}

.pt45{
    padding-top: 45px;
}

.pt60{
    padding-top: 60px;
}

.pb15{
    padding-bottom: 15px;
}

.pb30{
    padding-bottom: 30px;
}

.pb45{
    padding-bottom: 45px;
}

.pb60{
    padding-bottom: 60px;
}

.img_container {
    position: relative;
    font-weight: bold;
}
.img_container img {
    width: 100%;
    height: auto;
}
.img_container h2 {
    color: #fff;
    position: absolute;
    top: 50%;
    left:  50%;
    -webkit-transform: translate(-50%, -50%); /* iOS */
    transform: translate(-50%, -50%);
    margin: 0px;
    text-align: center;
    font-weight: 500;
}

.img-circle{
    border-radius: 50%;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.card-2:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.card{
    border-radius: 0px;
}

.card-header.bg-blue{
    margin: -1px;
    border-top: 5px solid #E31145;
}

.card-header.card-header-news{
    padding-bottom: 0px;
    padding-top: 0px;
    /*border-bottom: 5px solid #40494C;*/

}

a:hover{
    color: #E31145;
    /*text-shadow: 0 0 .01px, 0 0 .01px;*/
    text-decoration: underline
}

a {
    color: #40494C;
}

.main-content a:not(.custom):not(.btn) {
    color: #40494C;
    text-decoration: underline;
}

.main-content a:hover:not(.custom):not(.btn) {
    color: #E31145;
}

.propertyGrid a{
    text-decoration: none !important;
}


.bg-gray{
    background-color: #eaecf0;
    padding: 15px 0px;
    position: relative;
}

.bg-blue{
    background-color: #40494C;
    color: #fff;
    padding: 15px 0px;
    position: relative;
}

.cl-blue{
    color: #40494C;
}

.bg-darkblue{
    background-color: #40494C;
    color: #fff;
    padding: 15px 0px;
    position: relative;
}

.bg-civic-adv{
    background-color: #40a732;
    color: #fff;
    padding: 15px 0px;
    position: relative;
}

.bg-darkblue a{
    color: #fff;
}

.bg-darkblue a:hover{
    color: #E31145;
}

.cl-darkblue{
    color: #40494C;
}

.bg-blue a{
    color: #fff;
}

.bg-blue a:hover{
    color: #E31145;
}

a .top-bar-icon:hover, a:hover .top-bar-icon{
    color: #E31145;
}

a.gray{
    color: #656565;
}

a.gray:hover{
    color: #E31145;
}

.bg-warning{
    background-color: #E31145 !important;
}

.btn-info{
    background-color: #40494C;
    border-color: #40494C;
}

.btn-info:hover, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle{
    background-color: #E31145;
    border-color: #E31145;
}

btn:focus, a:focus, .btn:focus, input, select, textarea {
    outline: none !important;
    box-shadow: none !important;
}

input:active, select:active, textarea:active, input:focus, select:focus, textarea:focus {
    border: 1px solid #E31145 !important;
}

.dropdown.nav-item > a.btn {
    border-radius: 10px !important;
}

.top-bar-icon{
    border-radius: 3px;
    background: #fff;
    color: #40494C;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 16px !important;
    line-height: 30px !important;
}

.footer-icon{
    border-radius: 25%;
    background: #fff;
    color: #40494C;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 16px !important;
    line-height: 30px !important;
}

a:hover .footer-icon{
    color: #E31145;
}


.top-bar small{
    font-size: 65%;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

#mainNavbar{
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding: 0px;
}

#mainNavbar .dropdown.nav-item.show .fa-chevron-down:before{
    content: "\f077" !important;
}

#mainNavbar .dropdown-menu{
    background: #fff;
    border: none;
}

#mainNavbar .navbar-nav{
    width: 100%;
    margin: 10px 0px;
    width: min-content;
}

#mainNavbar li a{
    color: #000000;
    font-weight: 600;
    text-align: left;
}

#mainNavbar li{
    border-right: none;
}

#mainNavbar li:last-child{
    border-right: none;
}

.navbar-collapse.show{
    width: 100%;
}

#mainNavbar .dropdown-menu{
    border-radius: 0px;
    margin-top: 0px;
    margin-left: -4px;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0px;
}

#mainNavbar .dropdown-menu a{
    font-weight: 400 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}



#mainNavbar li:hover, #mainNavbar li.active{

}

#mainNavbar li:hover>a, #mainNavbar li.active>a, .breadcrumb-bar a:hover{
    color: #E31145;
}

#contactForm input, #contactForm select, #contactForm textarea {
    border-radius: 1.25rem !important;
}

.inline-menu .dropdown-item:focus, .inline-menu .dropdown-item:hover{
    /*font-weight: 700;*/
}


#mainNavbar .dropdown-item.active, #mainNavbar .dropdown-item:active{
    background-color:  #f8f9fa !important;
    font-weight: 600 !important;
}

#mainNavbar .dropdown-item:hover{
    background-color:  #f8f9fa !important;
    color: #E31145;
}

#mainNavbar .nav-item .fa{
    display: inline;
}

#mainNavbar .nav-item-orange{
    background: #fff;
}

#mainNavbar li.nav-item-orange a{
    color: #f8f9fa;
}


#mainNavbar .dropdown-toggle::after{
    display: none;
}


.grid-slider-item a {
    color: #fff;
}

.grid-slider-item a:hover {
    color: #40494C;
}

.a-black{
    color: #000000 !important;
}

.a-black:hover{
    color: #40494C !important;
}

a.a-reverse{
    color: #E31145;
}

a.a-reverse:hover{
    color: #40494C;
}

a.reverse{
    color: #40494C;
}

a.reverse:hover{
    color: #40494C;
}

.navbar-button{
    color: #40494C;
    font-size: 2rem;
    display: inline;
}

#mainNavbarNav .fa-home{
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 22px;
}
.img_container h2 {
    font-size: 1.5rem;
}

.table-borderless td{
    border: none;
    padding-left: 0px;
}

.phone-rotate{
    -webkit-transform: rotate(-36deg);
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
    color: #40494C;
    font-weight: 700;
    position: absolute;
    bottom: 28px;
    right: 12px;
}

.grids-vertical .phone-rotate{
    bottom: 42px;
    right: 16px;
    font-size: 22px;
}

.grid-slider-item h2{
    top: 35%;
}

.img_container:hover img{
    filter: brightness(94%);
}

.bar-gradient{
    background-image: -moz-linear-gradient( -2deg, rgb(26,52,131) 0%, rgb(36,69,168) 7%, rgb(42,109,176) 18%, rgb(28,119,217) 28%, rgb(54,170,62) 100%);
    background-image: -webkit-linear-gradient( -2deg, rgb(26,52,131) 0%, rgb(36,69,168) 7%, rgb(42,109,176) 18%, rgb(28,119,217) 28%, rgb(54,170,62) 100%);
    background-image: -ms-linear-gradient( -2deg, rgb(26,52,131) 0%, rgb(36,69,168) 7%, rgb(42,109,176) 18%, rgb(28,119,217) 28%, rgb(54,170,62) 100%);
    height: 50px;
}

.bg-blue .bg-white{
    color: #40494C;
}

.prop-cats{
    display: table;
    background: #eaecf0;
    width: 100%;
    text-align: center;
}

.prop-cats .prop-item{
    max-width: 12.9%;
    display: inline-table;
    height: 202px;
}

.prop-item-green{
    background: #36aa49;
}

.prop-cat h6{
    font-weight: 700;
}

.prop-cat img{
    /*max-width: 100%;*/
    padding-bottom: 15px;
    height: 100px;
}

.prop-cat{
    padding: 15px;
    padding-top: 30px;
}

.prop-additional-menu a.active{
    color: #40494C;
}

.prop-cats .prop-item:hover, .prop-item:hover{
    background: #36aa49;
}

.prop-cat h6{
    color: #40494C !important;
    text-transform: uppercase;
}

.prop-additional-menu{
    padding: 15px 0px;
    background: #36aa49;
    text-align: left;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    text-align: center;

}

.prop-additional-menu a{
    padding: 0px 7px;
    display: inline-table;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    height: 20px;
    font-size: 14px;
}

.prop-additional-menu a:hover{
    color: #40494C;
}



.card-img-top, .card-body{
    border-radius: 0px;
}

.propertyGrid .price{
    background: #fff;
    color: #40494C;
    font-weight: 900;
    padding: 7px 15px;
    text-align: right;
    width: auto;
    position: absolute;
    right: 0px;
    top: -20px;
    display: inline-table;
    z-index: 3;
}

.anchor{
    padding-top: 75px;
    position: relative;
    margin-top: -75px;
    z-index: -1;
}

.img-bordered{
    border: 1px solid #eaecf0;
}

.propertyGrid .label, .propertyView .label{
    color: #fff;
    text-transform: uppercase;
    padding: 3px 15px;
    text-align: right;
    width: auto;
    position: absolute;
    left: 10px;
    display: inline-table;
    min-width: 35%;
    text-align: center;
}

.propertyView .label{
    left: 30px;
}

.propertyGrid .label.label-civic-adv, .propertyView .label.label-civic-adv{
    background: #40a732;
}


.propertyGrid .ca-info{
    font-size: 11px;
    line-height: 12px;
    margin-top: -14px;
    min-height: 38px;
    font-weight: 500;
}

.propertyView .ca-info{
    font-weight: 500;
}

.propertyGrid .ca-info-color{
    color: #40a732 !important;
}

.propertyView .ca-info-color{
    color: #40a732;
    font-size: 14px;
}


.propertyGrid a:not(.btn){
    color: #000000 !important;
}

.propertyGrid{
    height: 100%;
}

.carousel-control-box{
    background: #000;
    padding: 10px;
    padding-bottom: 2px;
}

.line-arrow {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    font-size: 12px; /*set the size for arrow*/
    width: 4em;
    height: 4em;
    margin-top: -2em;
    top: 50%;
}

.line-arrow.left {
    border-top: 1px solid #a9a9a9;
    border-left: 1px solid #a9a9a9;
    transform: rotate(-54deg) skew(-20deg);
    left: 20px;

}

.line-arrow.right {
    border-top: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    transform: rotate(54deg) skew(20deg);
    right: 20px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}
.line-arrow.top {
    border-top: 1px solid #a9a9a9;
    border-left: 1px solid #a9a9a9;
    position: relative;
    float: right;
    margin-right: 40px;
    transform: rotate(-144deg) skew(-20deg);
    cursor: pointer;
    margin-top: -1em;
}

.arrow-control.collapsed .bottom{
    border-top: 1px solid #a9a9a9;
    border-left: 1px solid #a9a9a9;
    position: relative;
    float: right;
    margin-right: 40px;
    transform: rotate(-144deg) skew(-20deg);
    cursor: pointer;
}

.line-arrow.bottom {
    border-top: 1px solid #a9a9a9;
    border-left: 1px solid #a9a9a9;
    position: relative;
    float: right;
    margin-right: 40px;
    transform: rotate(36deg) skew(-20deg);
    cursor: pointer;
    margin-top: -1em;
}


.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
    -webkit-transform: translate(-50%, -50%); /* iOS */
    transform: translate(-50%, -50%);
}

.brokersCarousel .carousel-control-prev{
    margin-left: -70px;
}

.brokersCarousel .carousel-control-next{
    margin-right: -70px;
}

.arrow-control:hover .top, .arrow-control:hover .bottom{
    border-width: 2px;
}

.line-arrow:active,
.line-arrow.active {
    border-width: 2px;
}

#map{
    height: 180px;
    width: 100%;
    border: none;
}

#map-property{
    height: 250px;
    width: 100%;
    border: none;
}

.g-map-label{
    position: absolute;
    color: #bc3220;
    font-size: 14px;
    margin-top: -30px;
    margin-left: 20px;
    font-weight: 500;
}

.footer-carousel-img{
    padding-left: 8px;
    padding-right: 8px;
}

.grecaptcha-badge{
    z-index: 9;
    bottom: 4px !important;
}

.right-column img{
    width: 100% !important;
    /*margin-bottom: 10px !important;*/
    margin-top: 10px;
    height: auto !important;
    border-radius: 0px !important;
}

/*.right-column a img{   
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.right-column a img:hover{   
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

}*/

.page-title{
    border-radius: 0px;
}

.breadcrumb-bar a{
    color: #212529;
}






.footer-menu{
    border-top: 1px solid #40494C;
    border-bottom: 1px solid #40494C;
    padding: 15px 45px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: auto;
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.footer-menu a{
    padding: 0px 15px;
}

.footer-bar{
    text-align: center;
    padding: 15px 15px;
    background: #252525;
    color: #636363;
}

table.property-table tbody tr:first-child td:nth-child(2){
    /*color: #40494C;*/
}
table.property-table{
    font-weight: 500;
}

.sticky-top{
    z-index: 998;
}

#go-top{
    z-index: 9999;
    display: none;
    font-size: 30px;
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

/*h1{
    font-size: 3rem;
}*/

table.dataTable {
    border-collapse: collapse !important;
}

.page-link{
    color: #40494C !important;
    text-decoration: none !important;
}

.page-item.active .page-link{
    background-color: #40494C;
    border-color: #40494C;
    color: #ffffff !important;
}

.page-item.active .page-link:hover{
    color: #fff;
}

.property-table tbody tr td{
    /*width: 50%;*/
}

.property-table tbody tr td:first-child{
    /*font-weight: 700;*/
}

.mapWindow{
    color: #bc3220;
    font-size: 14px;
    font-weight: 500;
}

.gm-style-iw div, .gm-style-iw{
    background-color: transparent;
    background: transparent ;
    box-shadow: none !important;
    overflow: hidden !important;
}

.gm-style-iw button{
    display: none !important;
}
.gm-style-iw-t:after{
    box-shadow: none !important;
    display: none !important;
}

.gm-style-iw{
    background: rgba(255,255,255, 0.55) !important;
    padding: 5px !important;
    border-radius: 5px !important;
}

.nav-tabs .nav-link{
    border-radius: 0px;
    background-color: #eaecf0;
    font-weight: bold;
    text-transform: uppercase;
    color: #40494C;

}

.nav-tabs .nav-link:hover{
    background-color: #fff;
    color: #40494C;

}

.nav-tabs .nav-link.active{
    color: #40494C;
}

.tab-content{
    border: 1px solid #dee2e6;
    border-top: none;
}

label:empty{
    display: none;
}

.bootstrap-select .dropdown-menu{
    z-index: 9999;
}

.review-realty  .card a:first-child .row:last-child:after{
    content:"VIAC O NEHNUTEĽNOSTI";
    padding: 8px 15px;
    margin: 15px;
    text-align: center;
    width: 100%;
    border: 1px solid #40494C;

}

.review-realty  .card a:first-child .row:last-child:hover:after{
    background: #f3f3f3;
}

.review-realty .propertyGrid .card-footer{
    display: none;
}

.review-realty .label{
    display: none;
}

nav.blue-nav{
    background: #40494C;
}

nav.blue-nav .nav-tabs{
    border-bottom: 1px solid #40494C;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

nav.blue-nav .nav-tabs .nav-link{
    background-color: #40494C;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

nav.blue-nav .nav-tabs .nav-item.show .nav-link, nav.blue-nav .nav-tabs .nav-link.active{
    background-color: #ffffff;
    border-color: #40494C #40494C #fff;
    color: #40494C;
    text-decoration: none;
}

nav.blue-nav .nav-tabs .nav-link:focus, nav.blue-nav .nav-tabs .nav-link:hover{
    border-color: #40494C;
    color: #40494C;
    background-color: #ffffff;
    border-color: #40494C #40494C #fff;
}

nav.blue-nav .nav-tabs .nav-item.show .nav-link:hover, nav.blue-nav .nav-tabs .nav-link.active:hover{
    border-color: #40494C #40494C #fff;
}

.doc-table table tbody th{
    font-weight: normal;
}

.doc-table table th{
    vertical-align: middle !important;
}

.doc-table table th:last-child{
    text-align: center;
}

.mainCarousel {
    position: relative;
}

.mainCarousel .custom-nav {
    position: absolute;
    top: calc(50% - 70px);
    left: 0;
    right: 0;
}

.mainCarousel .custom-nav .owl-prev, .mainCarousel .custom-nav .owl-next {
    position: absolute;
    height: 70px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.mainCarousel .custom-nav i {
    font-size: 3.5rem;
}

.mainCarousel .custom-nav .owl-prev {
    left: 0;
    background: rgba(0, 0, 0, 0.5) !important;
    margin: 0px 6px !important;
    padding: 0px 6px !important;
}


.mainCarousel .custom-nav .owl-next {
    right: 0;
    background: rgba(0, 0, 0, 0.5) !important;
    margin: 0px 6px !important;
    padding: 0px 6px !important;
}

.mainCarousel .custom-nav .owl-prev:hover .text-warning, .mainCarousel .custom-nav .owl-next:hover .text-warning{
    color: #d39e00 !important;
}

.mainCarousel .custom-nav .owl-prev:hover, .mainCarousel .custom-nav .owl-next:hover{
    background: rgba(0, 0, 0, 0.75) !important;
}

.mainCarousel .owl-dots{
    margin-top: 15px;
}

.mainCarousel .owl-item{
    overflow: hidden;
}

.bg-gray .text-warning{
    color: #d39e00!important;
}

.bg-gray a.text-warning:focus, .bg-gray a.text-warning:hover{
    color: #E31145!important;
}

.main-content {
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 1.25rem;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
}

.main-content a[href$=".pdf"]:before {
    content: "\f1c1";
    font: normal normal normal 17px/1 FontAwesome;
    margin-right: 5px;
}

.main-content a[href$=".pdf"]:not(.btn){
    color: #dc3545 !important;
}

.main-content a[href$=".xls"]:before, .main-content a[href$=".xlsx"]:before {
    content: "\f1c3";
    font: normal normal normal 17px/1 FontAwesome;
    margin-right: 5px;
}

.main-content a[href$=".xls"]:not(.btn), .main-content a[href$=".xlsx"]:not(.btn){
    color: #28a745 !important;
}

.main-content a[href$=".doc"]:before, .main-content a[href$=".docx"]:before {
    content: "\f1c2";
    font: normal normal normal 17px/1 FontAwesome;
    margin-right: 5px;
}

.main-content a[href$=".doc"]:not(.btn), .main-content a[href$=".docx"]:not(.btn){
    color: #007bff !important;
}

/*.main-content a[href^="https://"][target="_blank"]:before, .main-content a[href^="http://"][target="_blank"]:before{
    content: "\f14c";
    font: normal normal normal 17px/1 FontAwesome;
    padding-right: 5px;
}*/








/*-----------------------------WP CLASSES-----------------------------*/

.alignright {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-top: 15px;
}

hr{
    clear: both;
    margin: 15px 0px;
}

.main-slider .carousel-item {
    height: auto;
    min-height: 40vh;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.dark-overlay{
    background: rgba(0, 0, 0, 0.6);
}

#mainCarousel .dark-overlay {
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    z-index: -1;
}

#mainCarousel .carousel-caption h1{
    /*border-bottom: 2px solid #fff;*/
    /*color: #E31145;*/
}

.blue-overlay{
    background: rgba(0, 105, 137, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    z-index: 0;
}


.carousel-caption{
    position: absolute;
    margin: 0;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: table;
    width: 100%;
}

.carousel-indicators li{
    cursor: pointer;
}

.text-gray{
    color: #676767;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa;
    font-weight: 700;
}

.propertyGrid{
    /*background: #eaecf0;*/
}



.mainCarousel .item-content{
    display: table-cell;
    vertical-align: middle;
}

.mainCarousel .dark-overlay{
    width: 100%;
    display: table;
    z-index: 2;
    position: relative;
    height: 480px;
    background: rgba(0, 0, 0, 0.6);
}

.mainCarousel .dark-overlay:hover{
    background: rgba(0, 0, 0, 0.7);
}

.mainCarousel .item-background{
    border-right: 2px solid #fff;
    z-index: 0;
    position: absolute;
    height: 480px;
    opacity: 0.6;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#mainNavbar .navbar-nav{
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
    max-height: 85vh;
    margin-bottom: 0px;
}

::-webkit-input-placeholder { /* Edge */
    color:  #888 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #888 !important;
}

::placeholder {
    color: #888 !important;
}

.main-content img{
    max-width: 100% !important;
}

.article-highlight {
    /*border: 3px solid #E31145;*/
}

.label-article{
    color: #212529;
    top: -31px;
    left: -1px;
    background: #E31145;
    position: absolute;
    padding: 3px 20px;
}

/********************************************** V2 **********************************************/

.home>.home-banner{
    background: #fff;
}

.mainNavbar-wrapper {
    box-shadow: 0 1px 0 0 #e9e9e9;
}

.bg{
    border-bottom: 5px solid #E31145;
}

.home-banner .background-overlay{
    word-wrap: break-word;
    width: 100%;
    height: 100%;
}

.home-banner table td{
    padding: 0.2rem;
}

.inline-menu li a{
    text-decoration: none !important;
    /*color: #40494C !important;*/
    text-shadow: none !important;
}

.inline-menu li a.active, .inline-menu li a:focus, .inline-menu li a:active{
    font-weight: 700;
    /*background: transparent !important;*/
}

.inline-menu li.active>a.active{
    font-weight: 700 !important;
}

small>.inline-menu>li.active>a{
    font-weight: 700 !important;
}

ul.inline-menu ul.inline-menu ul.inline-menu a{
    padding-left: 3rem;
}

ul.inline-menu ul.inline-menu ul.inline-menu ul.inline-menu a{
    padding-left: 4.5rem;
}

ul.inline-menu ul.inline-menu ul.inline-menu ul.inline-menu ul.inline-menu a{
    padding-left: 6rem;
}

.inline-menu li{
    /*    padding-top: 0.25rem;
        padding-bottom: 0.25rem;*/
}

.top-bar a:hover{
    text-decoration: none !important;
}

.article-img, .article-img img {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}

.text-title {
    color: #E31145;
}


/*-----------------------------MIN WIDTH-----------------------------*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .article-img, .article-img img {
        border-top-left-radius: 1.25rem;
        border-bottom-left-radius: 1.25rem;
        border-top-right-radius: 0;
    }

    .review-realty-broker-title{
        max-width: 160px;
        min-width: 160px;
    }

    #mainNavbar .dropdown-menu a:last-child {
        border-bottom-left-radius: 1.25rem;
        border-bottom-right-radius: 1.25rem;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {



    #mainNavbar ul > li > a{
        margin: 0px 6px;
        margin-bottom: 16px;
    }

    #mainNavbar .dropdown-menu{
        box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
        border-bottom-right-radius: 1.25rem !important;
        border-bottom-left-radius: 1.25rem !important;
    }

    .review-realty  .card{
        width: 100%;
    }


    .review-realty  .card > a:first-child, .review-realty  .card  .card-body{
        width: 49%;
        position: relative;
        display: inline-block;

    }

    .review-realty  .card  .card-body a{
        position: relative;
        display: table;
        margin-top:-50px;
        width: 100%;
    }

    .review-realty  .card  .card-body {
        padding-right: 5px;
    }


    .review-realty .card-body a:first-child h6{
        margin-top: 10px !important;
    }

    .review-realty .propertyGrid{
        display: inline-block;
    }


    #mainNavbar .dropdown:hover>.dropdown-menu, #mainNavbar .dropdown:focus-within>.dropdown-menu {
        display: block;
    }

    #mainNavbar a.dropdown-toggle:focus + .dropdown-menu{
        display: block;
    }

    #mainNavbar .navbar-nav{
        display: table;
    }

    /*MENU ALIGN*/
    #mainNavbar li{
        text-align: center;
        height: 64px;
        line-height: 20px;
        display: table-cell;
        float: none;
        /*        line-height: 38px;
                float: right;*/
        vertical-align: middle;
        padding-right: 20px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .review-realty  .card  .card-body a{
        margin-bottom: 20px;
    }
}


/*-----------------------------MAX WIDTH-----------------------------*/

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .main-content img {
        width: 100% !important;
    }

    .xsmall{
        font-size: 90%;
    }

    .double-content .primary-content{
        min-height: 100%;
    }

    nav.blue-nav .nav-tabs .nav-link{
        width: 50%;
    }
    .img_container h2 {
        font-size: 0.95rem;
    }

    .media{
        display: block;
    }

    .media img{
        margin-left: auto;
        margin-right: auto;
    }

    .brokersCarousel .line-arrow.left {
        top: 70px;
    }

    .brokersCarousel .line-arrow.right {
        top: 70px;
    }

    .brokersCarousel .carousel-control-prev{
        margin-left: 0px;
    }

    .brokersCarousel .carousel-control-next{
        margin-right: 0px;
    }
    .footer-carousel-img{
        padding: 0px;
    }

    .footer-menu{
        padding: 15px 15px;
        display: grid;
    }

}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .dropdown-item {
        white-space: normal !important;
    }

    .table:not(.table-default) td, th {
        display: block;
        text-align: left !important;
    }

    .table td[data-th]:before  {
        content: attr(data-th);
    }

}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

    h1{
        font-size: 28px;
    }

    .main-content .img-fluid.w-25{
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin-bottom: 15px !important;
    }

    .breadcrumb-bar{
        display: none;
    }

    .footer-bar{
        margin-bottom: 60px;
    }

    /*    .top-bar{
            position: fixed !important;
            bottom: 0px;
            left: 0px;
            z-index: 999;
            text-align: center;
        }*/

    .top-bar > div:not(:first-child){
        float: none !important;
        display: inline-table !important;
    }

    .navbar-nav.ml-auto{
        width: 100% !important;
    }

    body .inline-menu li.first-child{
        background: #eeeeee;
        margin: 0px -16px;
        padding: 15px;
        margin-top: -16px !important;
    }

    #mainNavbar li {
        border-right: none;
    }

    .carousel-caption h1{
        font-size: 18px;
    }

    .alignright{
        width: 100%;
    }

    #mainNavbar .dropdown-menu.open {
        position: relative !important;
        display: inline-block;
        border: none;
        width: 100%
    }

    #mainNavbar .nav-item-orange{
        margin: 0px -15px;
        padding: 0px 15px;
    }


    #mainNavbar .dropdown-menu.open a {
        margin-left: 4px;
    }

    #mainNavbar{
        padding: 0px 15px;

    }

    .bootstrap-select .dropdown-menu{
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
        width: 100% !important;
    }


}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}


/*-----------------------------MIXED WIDTH-----------------------------*/


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .img_container h2 {
        font-size: 0.95rem;
    }
    .phone-rotate{
        right: 12px;
        bottom: 22px;
        font-size: 0.75rem;
    }


    .grids-vertical .phone-rotate{
        right: 18px;
        bottom: 26px;
        font-size: 0.85rem;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {


    .img_container h2 {
        font-size: 0.9rem;
    }

    .phone-rotate{
        right: 18px;
        bottom: 22px;
        font-size: 0.75rem;
    }

    .grids-vertical .phone-rotate{
        right: 20px;
        bottom: 24px;
        font-size: 0.85rem;
    }

    #map{
        height: 350px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

    #mainNavbar li a{
        font-size: 15px;
    }

    #mainNavbar li {
        padding-right: 5px;
    }

    .img_container h2 {
        font-size: 1rem;
    }

    .phone-rotate{
        right: 12px;
        bottom: 24px;
        font-size: 0.85rem;
    }

    .grids-vertical .phone-rotate{
        bottom: 34px;
        right: 10px;
    }

    #map{
        height: 400px;
    }

}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.card-6 {
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
}

.rounded {
    border-radius: 1.25rem !important;
}
.rounded-top {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
}
.rounded-right {
    border-top-right-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
}
.rounded-left {
    border-top-left-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
}

.breadcrumb-bar > .container > small:first-child {
    font-weight: bold;
}

.modal-header, .panel-heading{
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
}

.modal-content {
    border-radius: 1.25rem !important;
}

.home-banner-1 {
    background-image:    url(/img/home-banner-1.jpg);
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}

.btn-primary {
    color: #fff;
    background-color: #E31145;
    border-color: #E31145;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d10034;
    border-color: #d10034;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save
{
    background-color: #E31145 !important;
}

.freeprivacypolicy-com---palette-light button:focus {
    box-shadow: none !important;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-close:active, .freeprivacypolicy-com---palette-light .cc-pc-head-close:focus {
    border: none !important;
}
