@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');

body{
    font-family: 'Rubik', sans-serif !important;
    color: #0d2657;
}

hr { 
    background-color: #eaecf0;
    height: 2px;
    border: 0; 
}

.bg-gray hr{
    background-color: #0d2657;
}

hr.bold { 
    height: 2px;
}

hr.light { 
    background-color: #1f7ec7;   
}

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

hr.darkblue{
    background-color: #0d2657;   
}

.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);
}

a:hover{
    text-decoration: none;
    color: #0d2657;
}

a {
    color: #1f7ec7;
}

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

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

.cl-blue{
    color: #1f7ec7;
}

.bg-darkblue{
    background-color: #0d2657;
    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: #1f7ec7;
}

.cl-darkblue{
    color: #0d2657;
}

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

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

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

a.gray{
    color: #656565;
}

a.gray:hover{
    color: #007bff;
}

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

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

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


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

#mainNavbar{
    text-transform: uppercase;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-bottom: 1px solid #1f7ec7;
    padding: 0px;    
}

#mainNavbar .navbar-nav{
    width: 100%;
}

#mainNavbar li a{
    color: #0d2657;
}

#mainNavbar .dropdown-menu{
    border-radius: 0px;
    border: 1px solid #1f7ec7;
    border-top: 1px solid #fff;
    margin-top: 0px;
    margin-left: -4px;
}

#mainNavbar .dropdown-menu a{
    font-weight: 400 !important;
}


#mainNavbar li a:hover, #mainNavbar li.active > a{
    color: #1f7ec7;
    background: #fff;
}

#mainNavbar li.active.nav-item-orange > a, #mainNavbar .nav-item-orange.active{
    background: #fff;
    color: #1f7ec7;
}

#mainNavbar li.nav-item-orange.active a:hover, #mainNavbar .nav-item-orange.active:hover a{
    color: #1f7ec7;
    background: #fff;
}

#mainNavbar .dropdown-item.active, #mainNavbar .dropdown-item:active{
    background-color:  inherit !important;
    color: #1f7ec7;
}

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

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

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

#mainNavbar li.nav-item-orange a:hover, #mainNavbar .nav-item-orange:hover a{
    color: #1f7ec7;
}

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

#mainNavbar .nav-item-orange:hover{
    background: #fff;
    color: #1f7ec7;
}

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

.grid-slider-item a:hover {
    color: #1f7ec7;
}

a.a-reverse{
    color: #1f7ec7
}

a.a-reverse:hover{
    color: #0d2657;
}

a.reverse{
    color: #0d2657;
}

a.reverse:hover{
    color: #1f7ec7;
}

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

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

.phone-rotate{
    -webkit-transform: rotate(-36deg);
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
    color: #0d2657;
    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: #0d2657;
}

.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: #0d2657;
}

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

.prop-cat h6{
    color: #0d2657 !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: #0d2657;
}

.card{
    border: none;
    border-radius: 0px;
}

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

.propertyGrid .price{
    background: #fff;
    color: #0d2657;
    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;
    right: 0px;
    display: inline-table;
    min-width: 35%;
    text-align: center;
}

.propertyView .label{
    right: 15px;
}

.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{
    color: inherit;
}

.propertyGrid{
    height: 100%;
    width: 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: 330px;
    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;
}



.footer-menu{
    border-top: 1px solid #1f7ec7;
    border-bottom: 1px solid #1f7ec7;
    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: #1f7ec7;
}
table.property-table{
    font-weight: 500;
}

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

#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: 2rem;
}


.page-link{
    color: #0d2657;
}

.page-item.active .page-link{
    background-color: #0d2657;
    border-color: #0d2657;
}

.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: #0d2657;

}

.nav-tabs .nav-link:hover{
    background-color: #fff;
    color: #1f7ec7;

}

.nav-tabs .nav-link.active{
    color: #1f7ec7;
}

.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 #1f7ec7;

}

.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;
}   

pre{
    width: 100% !important;
}

.menu-search-box-touch{
    width: 100%;
}


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

.youtube-container{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





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

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

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .review-realty-broker-title{
        max-width: 160px;
        min-width: 160px;
    }
}

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

    .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 {
        display: block;
    }

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

    #mainNavbar{   
        border-top: 1px solid #1f7ec7;
    }

    #mainNavbar li{
        text-align: center;
        height: 64px;
        line-height: 24px;
        display: table-cell;
        float: none;
        vertical-align: middle;
    } 
}

/*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) {    

    .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) {     
}

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

    #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: 15px;
    }

    #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) {  
    .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;
    }

}





