html,body {
    font-family: 'Scada', sans-serif;
    background: #fff;
    font-size: 14px;
}

h1 {font-size: 54px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 16px; font-weight: bold; color:#415159;}


/*  HELPERS
=============*/
a.more-info {
    color: #fff;
    background: #F05927;
    font-weight: 700;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    text-transform: uppercase;
}

.m-r-26 {margin-right: 26px;}


.align-left {
    margin-left: 325px;
}


/*   HEADER
==============*/

header .logo-holder {
    margin: 80px 0 80px 305px;
}


/*   HEADER CLOSED
=====================*/

/*       MAIN  
=====================*/

section {
    padding: 40px 0;
}
section.gray {background: #eee;}

.description {
    width: 310px;
    margin-left: 125px;
    color:#7A7E7F;
    margin-top: 15px;
}
.description b {
    font-weight: 700;
}
.description p a {
    color:#24A9DF;
}
.description > a {
    display: inline-block;
    margin-top: 15px;
    padding: 7px 12px;
    color:#fff;
    font-weight: 700;
    font-size: 18px;
}

section.plast .description p a {
    color:#1972B9;
}
.description > a.plast { background: #1A74BB;}

section.cold .description p a {
    color:#24A9DF;
}
.description > a.cold  { background: #24A9E0;}

section.agrar .description p a {
    color:#0BB04A;
}
.description > a.agrar  { background: #0BB04A;}

section.shoes .description p a {
    color:#0096D1;
}
.description > a.shoes  { background: #0096D0;}

/*     FOOTER
=======================*/
footer {
    background: #eee;
    color:#7B7E80;
    text-align: center;
    padding: 13px 0;
}

/*     FOOTER ENDS
=======================*/
