﻿/*--- SECTIONS ---*/

.section {
    padding: 80px 0px;
}

.section-alternate {
    padding: 50px 0px;
}

.section-slim {
    padding: 45px 0px;
}

.section-xslim {
    padding: 40px 0px;
}


.section-header {
    padding-bottom: 30px;
}

   .section-header h1, .section-header h2 {
        margin: 0px 0px 10px 0px;
    }

    .section-header p {
        color: #888;
        font-size:18px;
    }

.get-started .section-header {
    padding: 0px;
    font-size: 21px;
}

.get-started .svelag-btn {
    margin: 10px 5px 0px 5px;
}



.section-dark .section-header p {
    color: #9faeb7;
}

.section .article h3 {
    font-size: 27px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0px 0px 15px 0px;
    letter-spacing: -0.8px;
}

.section .article p {
    color: #777;
}

.section .article .thumbnail {
    margin: 0px;
    box-shadow: 0px 1px 20px rgba(0,0,0,0.08);
    border-radius: 6px;
    border:none;
    padding: 0;
}

.section-light {
    background: #f5f5f5;

}

.section-primary-light {
    background: #f4fbff;
}

.section-tertiary {
    background: #f3ce3f;
}

.section-tertiary-light {
    background: #fffce5;
}

.section-grey {
    background: #f5f5f5;
}

.section-light2 {
    background: #e4e4e4;
}


.section-light .list-group-clean .list-group-item:hover {
    background: #fff;
}

.section-gradient {
    background: linear-gradient(#f7f7f7, #fff);
}

.section-primary {
    background: #298ccd;
    color: #fff;
}

    .section-primary .section-header p {
        color: #caeaff;
    }

.section-dark {
    background: #235271;
    color: #fff;
}

    .section-dark .graph {
        padding: 20px 20px 25px;
        margin-top: 20px;
        background: rgba(255,255,255,0.05);
        border-radius: 5px;
    }

        .section-dark .graph img {
            width: 100%;
        }

.section-image {
    background: #376130 url(/corporate/img/field-bg.jpg) center;
    background-size: cover;
    color: #fff;
}

    .section-image.section .article p,
    .section-image.section .article b,
    .section-image .section-header p {
        color: #fff;
    }

.section-dark p {
    color: #889ca9;
}


.section.counters {
    border-top: 1px solid #eee;
    padding: 60px 0px;
}

    .section.counters h3 {
        font-size: 50px;
        margin: 0px;
        letter-spacing: -2px;
        color: #f3ce3f;
    }

    .section.counters p {
        font-size: 18px;
        font-weight: 400;
        color: #000;
        opacity: 0.6;
    }

    .section.counters .panel {
        background: none;
        box-shadow: none;
    }

        .section.counters .panel p {
            line-height: 25px;
            margin: 0px;
        }

