﻿@media screen and (max-width: 767px) {
    footer #topFooter, footer #bottomFooter {
        padding: 0!important;
        margin: 0!important;
    }

    footer div:nth-of-type(2) {
        display: block!important;
    }

    footer div:nth-of-type(2),
    footer div:nth-of-type(2),
    footer div:nth-of-type(4) {
        float: right!important;
        margin-right: 0!important;        
    }  

    footer div:nth-of-type(3) {
        clear: both;
    }

    footer div:nth-of-type(4) {
        width:48%!important;
    }
}

@media screen and (max-width: 479px) {

    footer div:nth-of-type(2) {
        text-align: right;
    }

    footer div:nth-of-type(2) h2 {
        text-align: left;
        padding-left: 20px;
    }

    footer div:nth-of-type(2) iframe {
        width: 150px !important;
    }
}

@media screen and (max-width: 374px) {

    footer div:nth-of-type(1) {
        width: 100%!important;
        margin-right:0!important;
        margin-bottom: 1em!important;
    }

    footer div:nth-of-type(2) {
        width: 100%!important;
        text-align: left;
    }

    footer div:nth-of-type(2) h2 {       
        padding-left: 0;
    }
}