/*=====================================================
=            Bootstrap 2.3.2 Media Queries            =
=====================================================*/
@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 979px) {

}

@media only screen and (max-width: 767px) {
    .support-online {
        margin-left: 0;
        height: auto;
    }
}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 320px) {

}