/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                      *
*   FOOTER RULES                                       *
*                                                      *
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
footer{
    float: left;
    width: 100%;
    background: #262626;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
}
    footer .maincontent{
        float: left;
        width: 100%;
        padding: 65px 0;
    }
        footer .maincontent .column{
            float: left;
            width: -webkit-calc( ( 100% - 52px ) / 3 );
            width: -moz-calc( ( 100% - 52px ) / 3 );
            width: -ms-calc( ( 100% - 52px ) / 3 );
            width: -o-calc( ( 100% - 52px ) / 3 );
            width: calc( ( 100% - 52px ) / 3 );
            margin-right: 26px;
            text-align: center;
        }
        footer .maincontent .column:nth-child(3n+3){
            margin-right: 0;
        }
        @media only screen and (max-width: 1130px) {
            footer .maincontent .column{
                width: 100%;
                margin-bottom: 26px;
            }
        }
            footer .maincontent .column iframe{
                float: none;
                width: 100%;
                max-width: 340px;
                margin: 0 auto;
            }
            footer .maincontent .column .title{
                float: left;
                width: 100%;
                font-family: 'LatoWebBlack';
                text-transform: uppercase;
                margin-bottom: 26px;
                text-align: left;
                font-size: 26px;
            }
            @media only screen and (max-width: 1130px) {
                footer .maincontent .column .title{
                    text-align: center;
                }
            }
            footer .maincontent .column .text{
                float: left;
                width: 100%;
                text-align: left;
                color: #a0a0a0;
            }
            @media only screen and (max-width: 1130px) {
                footer .maincontent .column .text{
                    text-align: center;
                }
            }
                footer .maincontent .column .text i{
                    width: 26px;
                    text-align: center;
                }
    footer .bottomcontent{
        float: left;
        width: 100%;
        padding: 65px 0;
        background: #1c1c1c;
        text-align: center;
        color: #a0a0a0;
    }