/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30/out/2018, 17:09:33
    Author     : Carlos Braga
*/


@media screen and (min-width: 1075px) {
    .container {
        /*max-width: 1075px;*/
    }
    a {
        color: initial;
    }
}


@media screen and (max-width: 1074px) {
    .site_content_area {
        padding: 52px 0 0;
    }
}