body{
    font-family: "Rubik", sans-serif;
    color: #333333;
    background-color: #FFF;
}

input, textarea, .btn {
    border-radius: 0px !important;
}

.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
    max-width: 100%;
}



.big-icon-circle {
    background: #1B3A20;
    font-size: 48px;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    line-height: 100px;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.sticky-top{
    box-shadow: 0px 5px 20px 0px rgba(100,100,100,0.1);
    background-color: #ffffff;
}

.h-blue{
    color: #1B3A20;
}

.bootsrapSlider {
    position: relative;
}

.bootsrapSlider img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

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

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

hr.bold {
    height: 2px;
}

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

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

hr.darkblue{
    background-color: #333333;
}

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

a {
    color: #1B3A20;
    text-decoration: underline;
}

a.btn {
    text-decoration: none;
}

ul a {
    text-decoration: none;
}

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

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

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

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

.bg-darkblue{
    background-color: #333333;
    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: #1B3A20;
}

.cl-darkblue{
    color: #333333;
}

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

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

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

a.gray{
    color: #656565;
}

a.gray:hover{
    color: #1B3A20;
}

.top-bar-icon{
    border-radius: 25%;
    /*background: #333333;*/
    color: #1B3A20;
    height: 30px;
    width: 20px;
    text-align: center;
    font-size: 24px !important;
    line-height: 30px !important;
}

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

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

.bg-blue a{
    color: #E9EAE6 !important;
}

.bg-blue a:hover{
    color: #ffffff !important;
}

.bg-blue .top-bar-icon{
    color: #fff !important;
}

.bg-blue a .top-bar-icon:hover, .bg-blue a:hover .top-bar-icon{
    color: #1B3A20;
}


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

#mainNavbar li{
    /*border-right: 1px solid #eee;*/
}

#mainNavbar li:first-child{
    border-left: none;
}

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

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

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

#mainNavbar li a{
    color: #333333;
}

#mainNavbar .dropdown-menu{
    border-radius: 0px;
    /*border: 1px solid #1B3A20;*/
    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: #1B3A20;
    background: #eee;
}

#mainNavbar li a{
    padding: 20px;
    margin-bottom: -2px;
}

#mainNavbar .nav-item.active, #mainNavbar .nav-item.active:hover{
    background: #eee !important;
}

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

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

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

#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: #1B3A20;
}

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

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

#mainNavbar .nav-item{
    padding-bottom: 0px;
}

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

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

#mainNavbar li a.a-reverse, a.a-reverse{
    color: #1B3A20
}

#mainNavbar li a.a-reverse:hover, a.a-reverse:hover{
    color: #333333;
}

#mainNavbar li a.reverse, a.reverse{
    color: #333333 !important;
}

#mainNavbar li a.reverse:hover, a.reverse:hover{
    color: #1B3A20 !important;
}

.navbar-button{
    color: #333333;
    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: #333333;
    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: #333333;
}

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

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

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

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

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

.propertyGrid .price{
    background: #fff;
    color: #333333;
    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 #1B3A20;*/
    /*border-bottom: 1px solid #1B3A20;*/
    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: #eaecf0;
    color: #636363;
}

table.property-table tbody tr:first-child td:nth-child(2){
    color: #1B3A20;
}
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: #333333;
}

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

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

}

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

}

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

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

}

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

.footer-bar, .footer {
    background: #1B3A20;
    color: #fff;
}

.footer {
    margin-top: 40px;
}

.footer a, .footer a:visited, .footer a:focus, .footer a:active {
    color: #fff;
}

.carousel-control-next, .carousel-control-prev {
    top: 0px;
}

.main.container img {
    max-width: 100% !important;
    height: auto !important;
}



/*-----------------------------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 #1B3A20;*/
    }

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

    .bootsrapSlider img {
        height: calc(100vh - 178px);
    }
}


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

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

    .main.container img {
        /*width: 100% !important;*/
    }

    .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) {
    .carousel-control-next, .carousel-control-prev {
        top: 0px;
    }

    #mainNavbar li{
        border-right: none;
    }

    #mainNavbar li:first-child{
        border-left: none;
    }

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

}












/*BLOG*/

.blog-media .media-body {
    display: flex;
    flex-direction: column;
}

.blog-media .last-row {
    margin-top: auto;
}

.home-blog .section-title {
    padding-bottom: 15px;
}
.home-blog .media {
    margin-top: 50px;
}
@media (min-width: 768px) {
    .home-blog .media {
        /*margin-top: 30px;*/
    }
}
.bg-sand {
    background-color: #f5f5f6;
}
.media.blog-media {
    /*margin-top: 30px;*/
    position: relative;
    display: block;
}
@media (min-width: 992px) {
    .media.blog-media {
        display: table;
    }
}
.media.blog-media .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    position: absolute;
    padding: 0;
    top: 20px;
    left: 20px;
    text-align: center;
    box-shadow: none;
    transform: translateX(0);
    color: #fff;
    transition: background-color 0.3s ease;
}
.media.blog-media .circle .day {
    color: #fff;
    transition: color 0.25s ease;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    margin-top: 12px;
}
.media.blog-media .circle .month {
    text-transform: uppercase;
    font-size: 14px;
}
.media.blog-media > a {
    position: relative;
    display: block;
}
@media (min-width: 992px) {
    .media.blog-media > a {
        vertical-align: top;
        min-width: 200px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media > a {
        min-width: 230px;
    }
}

.media.blog-media > a img {
    width: 100%;
}
.media.blog-media:hover > a:before {
    opacity: 1;
    transform: scale(1);
}
.media.blog-media:hover .circle {
    background-color: rgba(255, 255, 255, 0.9);
}
.media.blog-media:hover .circle .day,
.media.blog-media:hover .circle .month {
    color: #222;
}
.media.blog-media:hover .media-body h5 {
    color: #1B3A20;
}
.media.blog-media:hover .media-body a.post-link {
    color: #1B3A20;
    text-decoration: underline;
}
.media.blog-media .media-body {
    border: 1px solid #efeff3;
    padding: 30px 30px 10px;
    font-size: 14px;
    background: #fff;
    border-top: none;
}
@media (min-width: 992px) {
    .media.blog-media > a {
        max-width: 320px;
    }
    .media.blog-media .media-body {
        padding: 15px 20px 10px;
        border-top: 1px solid #efeff3;
        border-left: none;
        vertical-align: top;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body {
        padding: 30px 20px 10px;
    }
}
.media.blog-media .media-body h5 {
    transition: color 0.3s ease;
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .media.blog-media .media-body h5 {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body h5 {
        margin-bottom: 15px;
        font-size: 18px;
    }
}
.media.blog-media .media-body a.post-link {
    display: block;
    color: #222;
    font-size: 12px;
    padding: 23px 0;
    text-transform: uppercase;
    font-weight: 400;
}
@media (min-width: 992px) {
    .media.blog-media .media-body a.post-link {
        padding: 7px 0;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body a.post-link {
        padding: 23px 0;
    }
}
.media.blog-media .media-body ul {
    position: relative;
    padding: 10px 0 0;
}
.media.blog-media .media-body ul li {
    display: inline-block;
    width: 49%;
    position: relative;
}
.media.blog-media .media-body ul li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #eeeef2;
}
.media.blog-media .media-body ul li:first-child:before {
    visibility: hidden;
}
.media.blog-media .media-body ul:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eeeef2;
}

.container .row ul li {
    margin-bottom: 10px;
}
