@CHARSET "ISO-8859-1";

/*
 * -------------------------------
 * Poldings Limited
 * www.ukwebapplications.co.uk
 * -------------------------------
*/

/* 
 * -------------------------------
 * RESPONSIVE MEASURES
 * -------------------------------
*/
.maxwidth {
    max-width: 100%;
}

.section {
    clear: both;
    padding: 0 10px 0 10px;
    margin: 0px;
}

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.showif {
    display: none;
}

@media only screen and (max-width: 480px) {

    .col5, .col10, .col15, .col20, .col25, .col30, .col35, .col40, .col45, .col50, .col55, .col60, .col65, .col70, .col75, .col80, .col85, .col90 {
        width: 100%;
    }

    h1 {
        font-size: 250%;
    }

    h2 {
        font-size: 200%;
    }

    h3, h4, h5, h6 {
        font-size: 150%;
    }

    .centerif {
        text-align: center;
    }

    .hideif {
        display: none;
    }

    .envelope {
        background: #fff;
    }

    .header-content {
        height: none;
        background: #fff;
        border: none;
    }

    .text_box {
        margin: 0
    }

    .footer-content {
        background: #61523f;
        border: none;
    }

    .showif {
        display: block;
    }
}
