@media all and (max-width: 850px){
    .container-colum,
    .container-colum.full{
        width: 50%;
    }
        .background_home {
    background-image: url(../images/background_homeTBLT.png);
}
}
@media all and (max-width: 750px){
    #home-news h2, #home-news span,
    #events h2, #events span {
        font-size: 13px;
    }
    #header #logo:after{
        display: block;
        content: '';
        clear: both;
    }
    #header {
        padding-bottom: 0;
    }
    #pagenav #currentpage{
            width: 50%;
    }

}
@media all and (max-width: 600px){
    #face_like .face_frase{
        display: none;
    }
    
}
@media all and (min-width: 500px) and (max-width: 650px){
    .container-colum{
        height: 452px;
    }
}
@media all and (max-width: 500px){
    #footer .footer-colum,
    .container-colum,
    .container-colum.full{
        width: 100%;
    }
    #footer .footer-colum{
        margin-top:20px;
    }
    #footer .footer-colum:first-child{
        margin-top:0;
    }
    #footer #copyright {
        left: 7.5%;
    }
        .xs-hiden{
        display: none;
    }
        #pagenav #currentpage{
            width: 100%;
            background: #63BACE;
    }
        .background_home {
    background-image: url(../images/background_homeSMRTP.png);
}
}

@media all and (max-width: 360px){
#header #logo img {
    max-width: 100px;
}
#header #logo #logotext p {
    font-size: 16px;
}
#header #logo #logotext strong {
    font-size: 18px;
    margin: 35px 0 4px;
}
}

