.guides.row{
    display: flex;
    flex-wrap: wrap;
}

.guides.row:before, .guides.row:after{
    display: none;
}

.guide-barca{
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.guideelement{
    height: 100%;
}

.guide-barca h3{
    margin-top: 5px;
    margin-bottom: 10px;
}

.guide-barca h4{
    font-weight: normal;
    font-size: 16px !important;
    width: 100%;
}

.sidebar-none .guide-barca{
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.guide-top-image .owl-item .item{
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.guide-top-meta{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}

.guide-content h3{
    font-size: 20px;
}

.guide-d-content .slideshow, .guide-d-content .slideshow .slide{
    position: relative;
}

.guide-d-content .slideshow .slide{
    margin-bottom: 15px;
}

.slide .guide-top-meta{
    font-size: 12px;
}

.guide-fact-box{
    background-color: #f3f3f3;
    padding: 15px;
    margin-bottom: 15px;
}

.guide-fact-box h4{
    margin-bottom: 5px;
    font-weight: normal;
}

.guide-fact-box {
    font-size: 14px;
}

.guide-fact-box a{
    text-decoration: underline;
}

.guide-content .btn-default{
    margin-top: 15px;
    margin-bottom: 15px;
}

@media screen and (min-width: 1200px){
    .guide-image{
        max-height: 190px;
        overflow: hidden; 
    }
}

@media screen and (max-width:1199px){
    .guide-image{
        max-height: 140px;
        overflow: hidden; 
    }
}

@media screen and (max-width: 992px){
    .guide-image{
        max-height: 182px;
        overflow: hidden; 
    }

    .updated-by div[class*='col-']{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .guide-fact-box div[class*='col-']{
        padding-bottom: 30px;
    }

    .guide-barca{
        text-align: center;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar-none .guide-barca{
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .guide-d-content .slideshow .slide{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px)
{
    .guide-image{
        max-height: 186px;
        overflow: hidden; 
    }

}

@media screen and (max-width: 540px)
{
    .guide-image{
        max-height: none;
        overflow: hidden; 
    }

    .guide-barca{
        text-align: center;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar-none .guide-barca{
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}