@charset "utf-8";
.lobiTwoPage .twoItemsRow{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
}

.lobiTwoPage .richtext{
    font-size: 18px;
    color: #222;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ececec;
}

.lobiTwoPage .twoItemsRow .item a{
    display: block;
    position: relative;
}


.lobiTwoPage a h4, .lobiTwoPage a:hover, .lobiTwoPage a:visited{
    text-decoration: none;
    color: #222222;
}

.lobiTwoPage .titleOverlay{
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    padding-top: 18px;
    padding-bottom: 18px;
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.lobiTwoPage .showMoreButton{
    margin: 0 auto 30px auto;
}

.lobiTwoPage .showMoreButton:hover{
    background-color: #1abc9c;
    color: #ffffff;
}

/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){
  
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){

}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    


}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){

    .lobiTwoPage .item img{
        margin: 0 auto;
    }

    .lobiTwoPage .item{
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #ececec;
    }

    .lobiTwoPage .twoItemsRow{
        border: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){

}