/* FONT */
* {
    color: #666;
    font-family: "Open Sans";
    font-size: 16px;
}

a {
    color: #2992CC;
    text-decoration: none;
}

/* NAVBAR */
.header {
    background: #2992CC;
}

    .header li {
        padding: 5px 0;
        color: #FFF;
    }

        .header li a {
            text-decoration: none;
            color: #FFF;
            display: inline-block;
            padding: 0;
            font-size: 14px;
        }

            .header li a:hover,
            .header li a:focus {
                color: #F0F0F0;
            }

            .header li a:after {
                margin: 0 10px;
                border-right: 1px solid #FFF;
                content: "";
            }

        .header li:last-child a:after {
            margin: 0;
            border: none;
        }

/* LAYOUT */
section {
    margin: 50px 0;
}

    section.padded {
        padding: 50px 0;
    }

.divider {
    margin: 50px 0;
    background: #E1E1E1;
    display: block;
    height: 1px;
}

/* HEADERS */
.page-title {
    margin: 0;
}

h1 {
    color: #2992CC;
}

h4 {
    color: #444;
}

h5 {
    color: #222;
}

h1, h2, h3, h4 {
    text-transform: uppercase
}

/* IMAGES */
.img-stretch {
    width: 100%;
}

.iframe-wrapper {
    width: 100%;
    max-width: 1320px;
    height: 100%;
    margin: 0 auto;
    background: #CCC
}

.iframe-container {
    position: relative;
    padding-top: 56%;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* CARDS */
.card {
    border-radius: 0;
    border: none;
}

.card-img-top {
    border-radius: 0;
}

.card-body {
    padding: 1rem 0;
}

.card-title {
    text-transform: none;
}

.pricing .card .card-body {
    padding: 0;
    text-align: center;
}

.pricing .card .card-footer,
.pricing .card .card-title {
    font-size: 40px;
    background: #212529;
    color: #FFF;
    text-align: center;
    padding: 20px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}

.pricing .card .card-footer {
    background: #2992CC;
    border-radius: 0;
}

.pricing .card .table td {
    border: none;
    font-weight: bold;
}

    .pricing .card .table td span {
        font-weight: normal;
        font-size: 90%;
        display: block;
    }
/* FORMS */
.form-control {
    border-radius: 0;
    background: #FCFCFC;
}

.form-label {
    font-weight: bold;
}

.asterisk {
    color: #990000;
}

.form-control.mce_inline_error {
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

div.mce_inline_error {
    display: none !important;
}

.alert {
    border-radius: 0;
}
/* BUTTONS */
.btn {
    border-radius: 0;
    border: none;
    padding: 25px 50px;
    font-weight: 700;
}

    .btn.btn-primary {
        background: #2992CC;
    }

        .btn.btn-primary:hover {
            background: #2E9BD6;
        }

/* COLORS */
.bg-blue {
    background: #2992CC;
}

    .bg-blue h1,
    .bg-blue h4 {
        color: #FFF;
    }

.bg-gray {
    background: #EAEAEA;
}

    .bg-gray h5 {
        color: #878787;
        text-transform: none;
        font-weight: normal;
    }

.fg-blue {
    color: #2992CC;
}

.fg-gray {
    color: #878787;
}

/* CAROUSEL */
.carousel-inner {
    padding: 0px 145px;
}

/* FOOTER */
footer {
    padding: 10px 0;
}

.footer li {
    padding: 5px 0;
    font-size: 14px;
    color: #6c757d;
}

    .footer li a {
        text-decoration: none;
        color: #6c757d;
        display: inline-block;
        padding: 0;
        font-size: 14px;
    }

        .footer li a:hover,
        .footer li a:focus {
            color: #FFF;
        }

        .footer li a:after {
            margin: 0 10px;
            border-right: 1px solid #6c757d;
            content: "";
        }

    .footer li:last-child a:after {
        margin: 0;
        border: none;
    }

.footer .nav:last-child {
    padding-right: 0;
}

/* MEDIA */
@media(max-width: 992px) {
    .map {
        margin-bottom: 40px;
    }

    .btn {
        display: block;
        width: 100%;
    }

    .carousel-inner {
        padding: 0;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }

    .footer .justify-content-end {
        justify-content: flex-start !important;
    }
}

/* FONTS */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/opensans-bolditalic-webfont.woff2') format('woff2'), url('../fonts/opensans-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'), url('../fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-italic-webfont.woff2') format('woff2'), url('../fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'), url('../fonts/opensans-lightitalic-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-semibolditalic-webfont.woff2') format('woff2'), url('../fonts/opensans-semibolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}