/*** Global css file ***/
.row:after {
    display: block;
    content: '';
    clear: both;
}


/** Responsive **/

@media screen and (min-width: 980px) {

}


@media screen and (min-width: 700px) {
    .mobile-only {
        display: none;
    }
}

@media screen and (max-width: 980px) {

}

@media screen and (max-width: 700px) {

}

body.mobile .desktop-only,
body.tablet .desktop-only,
body:not(.tablet) .tablet-only,
body:not(.mobile) .mobile-only,
body:not(.mobile) .tablet-and-up
{
    display: none !important;
}/** Custom css site **/