@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/opensans-regular-webfont.eot);
    src: url(../fonts/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/opensans-regular-webfont.woff2) format('woff2'),url(../fonts/opensans-regular-webfont.woff) format('woff'),url(../fonts/opensans-regular-webfont.ttf) format('truetype'),url(../fonts/opensans-regular-webfont.svg#open_sansregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url(../fonts/opensans-bold-webfont.eot);
    src: url(../fonts/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/opensans-bold-webfont.woff2) format('woff2'),url(../fonts/opensans-bold-webfont.woff) format('woff'),url(../fonts/opensans-bold-webfont.ttf) format('truetype'),url(../fonts/opensans-bold-webfont.svg#open_sansbold) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: itekem;
    src: url(../fonts/itekem.eot?27575321);
    src: url(../fonts/itekem.eot?27575321#iefix) format('embedded-opentype'),url(../fonts/itekem.woff?27575321) format('woff'),url(../fonts/itekem.ttf?27575321) format('truetype'),url(../fonts/itekem.svg?27575321#itekem) format('svg');
    font-weight: 400;
    font-style: normal;
}

[class$=icon-]:before, [class*="icon- "]:before {
    font-family: itekem;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.chevron-lefticon-:before {
    content: '\e800';
}

.checkicon-:before {
    content: '\e801';
}

.coinicon-:before {
    content: '\e802';
}

.gearicon-:before {
    content: '\e803';
}

.dashboardicon-:before {
    content: '\e804';
}

.menuicon-:before {
    content: '\e805';
}

.chevron-righticon-:before {
    content: '\e806';
}

.fouricon-:before {
    content: '\e807';
}

.homeicon-:before {
    content: '\e808';
}

.container {
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans Bold",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

div, p, a {
    color: #666;
}

    a:hover {
        color: #333;
    }

.videoplay iframe {
    border: 0;
}

body {
    padding-top: 120px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    background: url(../images/body_background.jpg) #606060;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    body:after {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: rgba(0,0,0,.3);
        background-attachment: fixed;
        content: "";
    }

    body > .container {
        padding-bottom: 50px;
    }

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand img {
    width: 266px;
    height: 81px;
    margin-top: -10px;
}

header .navbar-inverse {
    margin-top: 35px;
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
}

header.active .navbar-inverse {
    margin-top: 0;
    min-height: 70px;
    background: #000;
    background: rgba(0,0,0,.5);
    background: rgba(255,255,255,.9);
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,.4);
    -o-box-shadow: 0 0 50px rgba(0,0,0,.4);
    box-shadow: 0 0 50px rgba(0,0,0,.4);
}

header.active nav#main-menu > .menu-container > ul > li > a, header.active .navbar-right li a {
    color: #333;
}

    header.active nav#main-menu > .menu-container > ul > li:hover > a, header.active nav#main-menu > .menu-container > ul > li > a:hover, header.active .navbar-right li a:hover {
        color: #eee;
    }

header.active .logo2, header:not(.active) .logo {
    display: none;
}

header.active .navbar-right li {
    padding-top: 10px;
    padding-bottom: 0;
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
}

header.active .navbar-brand {
    padding-top: 10px;
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
}

header.active .navbar-toggle, header.active .navbar-inverse .navbar-toggle:focus {
    margin-top: 10px;
    margin-bottom: 10px;
}

header.active nav#main-menu {
    margin-top: 10px;
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
}

.navbar-toggle, .navbar-inverse .navbar-toggle:focus {
    width: 50px;
    height: 50px;
    margin: 20px 15px 0 0;
    padding: 0;
    text-align: center;
    border: 0;
    border-radius: 0;
    background: #000;
    background: rgba(0,0,0,.5);
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
}

.navbar-inverse .navbar-toggle:hover {
    color: #fff;
    background: #9e0047;
    background: #d92a33;
}

.navbar-toggle i {
    color: #f1f1f1;
    font-size: 24px;
}

.collapse.in, .collapsing {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 70px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-inverse {
    background: 0 0;
    border-color: transparent;
}

.navbar-brand {
    padding-top: 0;
    margin-right: 0px;
}

.navbar-right li {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 10px;
}

    .navbar-right li a {
        display: inline-block;
        width: 50px;
        height: 50px;
        font-size: 24px;
        line-height: 50px;
        text-align: center;
        color: #f1f1f1;
        -webkit-transition: all .28s ease;
        -moz-transition: all .28s ease;
        -o-transition: all .28s ease;
        -ms-transition: all .28s ease;
        transition: all .28s ease;
    }

        .navbar-right li a:hover {
            color: #fff;
            background: #9e0047;
            background: #d92a33;
        }

#page-banner {
    height: 50px;
    background: #000;
    background: rgba(255,255,255,.2);
}

    #page-banner h2 {
        display: inline-block;
        float: left;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 50px;
        color: #f1f1f1;
    }

.breadcrumb {
    float: right;
    background: 0 0;
    line-height: 50px;
    padding: 0 30px 0;
    margin: 0;
}

    .breadcrumb a, .breadcrumb > .active {
        color: #f1f1f1;
        font-size: 13px;
    }

body.onepage-home #ajax-loader h1 {
    margin-top: 80px;
}

#content-inner {
    padding: 30px;
    min-height: 300px;
    background: #fff;
}

div.divider {
    border-bottom: 1px solid #666;
    margin: 30px auto 60px;
    max-width: 600px;
}

div.spacer {
    margin-bottom: 50px;
}

    div.spacer.small {
        margin-bottom: 30px;
    }

    div.spacer.large {
        margin-bottom: 80px;
    }

h4.underlined {
    clear: both;
    margin-top: 0;
    padding-bottom: 25px;
    margin-bottom: 30px;
    text-align: center;
    color: #333;
    font-size: 24px;
    border-bottom: 2px solid #d92a33;
    display: inline-block;
}

h1 {
    clear: both;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 5px;
    color: #fff;
}

h1.main-title {
    clear: both;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    letter-spacing: 5px;
    color: #333;
}

h2.main-title {
    clear: both;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #333;
}

h4.page-titles {
    clear: both;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
    color: #333;
    font-size: 22px;
}

.main-title:after, .page-titles:after {
    content: "";
    width: 200px;
    border-bottom: 2px solid #d92a33;
    display: block;
    margin: auto;
    margin-top: 25px;
}

.excerpt {
    margin-bottom: 50px;
}

.featured-image {
    margin-left: -30px;
    margin-right: -30px;
}

    .featured-image img {
        width: 100%;
        height: auto;
    }

.blog-details {
    text-align: center;
}

    .blog-details .blog-date {
        display: inline-block;
        margin-bottom: 30px;
        padding-right: 20px;
        padding-left: 20px;
        height: 50px;
        line-height: 50px;
        letter-spacing: 2px;
        background: #d92a33;
        color: #eee;
    }

    .blog-details .blog-info {
        font-size: 12px;
        margin-bottom: 30px;
        color: #999;
    }

    .blog-details i.divider {
        font-style: normal;
        margin-left: 5px;
        margin-right: 5px;
    }

.blog-content {
    margin-bottom: 40px;
}

    .blog-content:after {
        content: "";
        width: 200px;
        border-bottom: 2px solid #d92a33;
        display: block;
        margin: auto;
        margin-top: 30px;
    }

.blog-more {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    clear: both;
}

    .blog-more h5 {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 13px;
        font-family: "Open Sans Bold",Helvetica,Arial,sans-serif;
        color: #333;
    }

    .blog-more .share-items {
        margin: 0 0 40px 0;
        padding: 0;
    }

        .blog-more .share-items li {
            display: inline-block;
            margin-left: 2px;
            margin-right: 2px;
            list-style: none;
            font-size: 24px;
        }

        .blog-more .share-items a {
            color: #ccc;
            -webkit-transition: all .28s ease;
            -moz-transition: all .28s ease;
            -o-transition: all .28s ease;
            -ms-transition: all .28s ease;
            transition: all .28s ease;
        }

            .blog-more .share-items a:hover {
                color: #333;
            }

    .blog-more .blog-tags {
        font-size: 13px;
        color: #666;
    }

        .blog-more .blog-tags a {
            color: #333;
        }

            .blog-more .blog-tags a:hover {
                color: #000;
            }

.author-box {
    padding: 20px;
    margin-bottom: 80px;
    background: #9e0047;
    background: #d92a33;
}

    .author-box img {
        float: left;
    }

    .author-box .author-name {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 16px;
        color: #eee;
    }

        .author-box .author-name a {
            text-decoration: none;
            font-weight: 700;
            color: #fff;
        }

    .author-box .author-content {
        margin-left: 120px;
    }

        .author-box .author-content p {
            color: #eee;
        }

    .author-box .author-social {
        padding: 0;
        list-style: none;
        width: 100%;
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 0;
    }

        .author-box .author-social a {
            color: #ccc;
            text-decoration: none;
        }

            .author-box .author-social a:hover {
                color: #fff;
            }

        .author-box .author-social li {
            display: inline-block;
            margin-right: 20px;
            font-size: 12px;
            text-transform: uppercase;
        }

        .author-box .author-social i {
            margin-right: 5px;
        }

.blog-related-posts {
    margin-bottom: 80px;
}

    .blog-related-posts img {
        width: 100%;
        height: auto;
    }

.related-post-item {
    margin-left: -15px;
    margin-right: -15px;
}

    .related-post-item .post-info-hover {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-left: 45px;
        padding-right: 45px;
        text-align: center;
    }

.post-info-overlay {
    opacity: 0;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0,0,0,.7);
}

.related-post-item .post-info-hover, .post-info-overlay, .related-post-item .post-info-hover h3, .related-post-item .post-info-hover div, .related-post-item .post-info-hover a.read-more {
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
}

    .related-post-item .post-info-hover h3 {
        position: absolute;
        width: 100%;
        margin: 0;
        padding-left: 30px;
        padding-right: 30px;
        top: 0;
        left: 0;
        font-size: 18px;
        text-align: center;
        color: #eee;
    }

    .related-post-item .post-info-hover a.read-more {
        position: absolute;
        left: 40%;
        top: 43%;
    }

        .related-post-item .post-info-hover a.read-more i {
            font-size: 30px;
        }

    .related-post-item .post-info-hover > div {
        position: absolute;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        left: 0;
        bottom: 0;
        font-size: 13px;
        text-align: center;
    }

.related-post-item:hover .post-info-hover h3 {
    top: 25px;
}

.related-post-item:hover .post-info-hover a.read-more {
    left: 45%;
    left: calc(38%);
    color: #eee;
}

.related-post-item .post-info-hover a.read-more:hover {
    color: #fff;
}

.related-post-item:hover .post-info-hover > div {
    bottom: 25px;
}

.related-post-item:hover .post-info-hover, .related-post-item:hover .post-info-overlay {
    opacity: 1;
}

.related-post-date, .related-post-author {
    color: #eee;
}

ol.comments, ol.comments ol.children, ol.comments > li, ol.comments ol.children > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ol.comments ol.children {
        margin-left: 70px;
    }

ol.comments {
    margin-bottom: 50px;
}

.comment-box {
    margin-bottom: 1px;
    background: #fbfbfb;
    padding: 30px;
    position: relative;
}

.bypostauthor .comment-box {
    background: rgba(217,42,51,.7);
}

    .bypostauthor .comment-box .comment-content p {
        color: #eee;
    }

    .bypostauthor .comment-box .comment-content > h4 {
        color: #fff;
    }

    .bypostauthor .comment-box .comment-info {
        color: #eee;
    }

        .bypostauthor .comment-box .comment-info .comment-reply {
            color: #eee;
        }

.comment-box .comment-content > h4 {
    margin-top: 0;
    color: #333;
}

.comment-box img {
    float: left;
    width: 70px;
    height: 70px;
}

.comment-box .comment-content {
    margin-left: 95px;
}

    .comment-box .comment-content p {
        color: #666;
    }

.comment-box .comment-info {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ccc;
}

    .comment-box .comment-info .comment-reply {
        text-decoration: none;
        color: #ccc;
    }

        .comment-box .comment-info .comment-reply:hover {
            color: #333;
        }

.comment-box i.divider {
    font-style: normal;
    margin-left: 5px;
    margin-right: 5px;
}

#respond input, #respond textarea {
    background: #000;
    background: #f7f7f7;
    color: #000;
    border: 0;
}

#respond input {
    height: 50px;
}

#respond textarea {
    height: 190px;
}

#respond input, #respond textarea {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    outline-color: #d92a33;
}

    #respond input[type=submit] {
        background: #9e0047;
        background: rgba(217,42,51,.7);
        color: #fff;
        width: auto;
        float: right;
        padding: 0 25px;
        line-height: 50px;
        -webkit-transition: all .28s ease;
        -moz-transition: all .28s ease;
        -o-transition: all .28s ease;
        -ms-transition: all .28s ease;
        transition: all .28s ease;
    }

        #respond input[type=submit]:hover {
            background: #d92a33;
        }

#respond h3#reply-title {
    clear: both;
    margin-top: 0;
    padding-bottom: 25px;
    margin-bottom: 30px;
    text-align: left;
    color: #333;
    font-size: 22px;
    border-bottom: 2px solid #d92a33;
    display: inline-block;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #d92a33;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #d92a33;
}

.tooltip-inner {
    background: #d92a33;
}

.tooltip {
    font-size: 13px;
}

.popover.fade.left {
    margin-top: -5px;
}

.footer {
    margin-bottom: 30px;
    margin-top: 10px;
    min-height: 50px;
    height: 50px;
    border-color: #080808;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

    .footer .footer-logo {
        float: left;
        overflow: hidden;
        margin: 0;
        padding-right: 30px;
        font-size: 18px;
        line-height: 50px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }

    .footer .footer-copyright {
        float: left;
        padding-left: 0;
        padding-right: 30px;
        line-height: 50px;
    }

        .footer .footer-copyright p {
            color: #f1f1f1;
            margin: 0;
        }

    .footer .company {
        margin-left: 30px;
    }

    .footer .footer-social {
        float: right;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer .footer-social li {
            display: inline;
        }

            .footer .footer-social li a {
                display: inline-block;
                width: 50px;
                text-align: center;
                color: #f1f1f1;
                font-size: 18px;
                line-height: 50px;
                -webkit-transition: all .28s ease;
                -moz-transition: all .28s ease;
                -o-transition: all .28s ease;
                -ms-transition: all .28s ease;
                transition: all .28s ease;
            }

                .footer .footer-social li a:hover {
                    background: #9e0047;
                    background: #d92a33;
                }

#sidebar-area {
    min-height: 500px;
    margin-right: -30px;
    margin-top: -30px;
    margin-bottom: -30px;
    padding: 1px 30px 10px;
}

    #sidebar-area .widget {
        margin: 20px auto 30px;
    }

        #sidebar-area .widget > h4 {
            clear: both;
            margin-top: 0;
            padding-bottom: 15px;
            margin-bottom: 15px;
            text-align: left;
            color: #333;
            font-size: 18px;
            border-bottom: 2px solid #d92a33;
            display: inline-block;
        }

.widget .recent-posts h4.media-heading {
    font-size: 14px;
    line-height: 18px;
}

.widget .recent-posts .media-object {
    box-shadow: #000 0 0 0;
    nowhitespace: afterproperty;
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
}

    .widget .recent-posts .media-object:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-backface-visibility: hidden;
    }

.widget .recent-posts aside {
    font-size: 12px;
}

.tagcloud {
    margin-top: 15px;
}

    .tagcloud a {
        display: inline-block;
        padding: 6px 10px;
        margin-right: 6px;
        margin-bottom: 10px;
        color: #999;
        font-size: 13px;
        background: #eee;
        -webkit-transition: all .28s ease;
        -moz-transition: all .28s ease;
        -o-transition: all .28s ease;
        -ms-transition: all .28s ease;
        transition: all .28s ease;
    }

        .tagcloud a:hover {
            text-decoration: none;
            color: #fff;
            background: #d92a33;
        }

.blog-grid img {
    width: 100%;
    height: auto;
}

.blog-grid-item {
    background: #fbfbfb;
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 30px;
}

    .blog-grid-item .img-link img, .blog-list-post .img-link img {
        box-shadow: #000 0 0 0;
        nowhitespace: afterproperty;
        -webkit-transition: all .28s ease;
        -moz-transition: all .28s ease;
        -o-transition: all .28s ease;
        -ms-transition: all .28s ease;
        transition: all .28s ease;
    }

        .blog-grid-item .img-link img:hover, .blog-list-post .img-link img:hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-backface-visibility: hidden;
        }

.blog-grid-content {
    padding: 30px 0 30px 30px;
    min-height: 200px;
    overflow: hidden;
}

.blog-grid-item .blog-grid-content h3 {
    clear: both;
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
    border-bottom: 2px solid rgba(217,42,51,.7);
    display: inline-block;
}

.blog-grid-content p {
    color: #666;
}

.blog-grid-item .blog-grid-content h3 a {
    text-decoration: none;
    color: #333;
}

.blog-grid-controls {
    float: right;
    width: 50px;
    margin-left: 30px;
    margin-top: 15px;
}

    .blog-grid-controls a {
        display: block;
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
        font-size: 24px;
        text-align: center;
        line-height: 50px;
        background: rgba(217,42,51,.7);
        color: #eee;
        -webkit-transition: all .28s ease;
        -moz-transition: all .28s ease;
        -o-transition: all .28s ease;
        -ms-transition: all .28s ease;
        transition: all .28s ease;
    }

        .blog-grid-controls a:hover {
            background: #9e0047;
            background: #d92a33;
            color: #fff;
        }

.blog-list-post {
    background: #fbfbfb;
    border: 1px solid #eee;
    padding: 0 0 10px;
    margin-bottom: 50px;
}

.blog-list-featured-image {
    overflow: hidden;
}

    .blog-list-featured-image img {
        width: 100%;
    }

.blog-list-content {
    padding: 0 120px;
}

    .blog-list-content > h2 {
        clear: both;
        margin-top: 0;
        margin-bottom: 30px;
        text-align: center;
        color: #fff;
        font-size: 36px;
        letter-spacing: 3px;
    }

        .blog-list-content > h2:after {
            content: "";
            width: 200px;
            border-bottom: 2px solid #d92a33;
            display: block;
            margin: auto;
            margin-top: 25px;
        }

.col-md-5 .blog-list-content {
    padding: 0 30px;
}

    .col-md-5 .blog-list-content > h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }

.blog-list-title a {
    text-decoration: none;
    color: #333;
}

    .blog-list-title a:hover {
        color: #000;
    }

.blog-list-excerpt {
    margin-bottom: 30px;
    color: #666;
}

.contact-map {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 80px;
}

    .contact-map #map_canvas {
        width: 100%;
        height: 380px;
    }

#map-content h3 {
    font-size: 24px;
    color: #9e0047;
}

#map-content h3 {
    clear: both;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    font-size: 24px;
    letter-spacing: 2px;
}

    #map-content h3:after {
        content: "";
        width: 200px;
        border-bottom: 2px solid #d92a33;
        display: block;
        margin: auto;
        margin-top: 15px;
    }

#map-content p {
    color: #333;
}

ul.iconned-list {
    margin: 0;
    padding: 0;
}

    ul.iconned-list li {
        list-style: none;
        margin-left: 0;
        margin-bottom: 10px;
        color: #666;
    }

        ul.iconned-list li i {
            width: 22px;
            text-align: center;
            left: 15px;
            position: absolute;
            color: #d92a33;
            margin-right: 15px;
            font-size: 22px;
        }

.wpcf7 input, .wpcf7 textarea {
    background: #f7f7f7;
    color: #000;
    border: 0;
}

.wpcf7 input {
    height: 50px;
}

.wpcf7 textarea {
    height: 190px;
}

.wpcf7 input, .wpcf7 textarea {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    outline-color: #0FB19D;
}

    .wpcf7 input[type=submit] {
        background: #9e0047;
        background: rgba(217,42,51,.7);
        color: #fff;
        width: auto;
        float: right;
        padding: 0 25px;
        line-height: 50px;
        -webkit-transition: all .28s ease;
        -moz-transition: all .28s ease;
        -o-transition: all .28s ease;
        -ms-transition: all .28s ease;
        transition: all .28s ease;
    }

        .wpcf7 input[type=submit]:hover {
            background: #d92a33;
        }

.portfolio-featured-image {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 80px;
}

    .portfolio-featured-image img {
        width: 100%;
        height: auto;
    }

.portfolio-related-posts {
    margin-bottom: 50px;
    margin-left: -30px;
    margin-right: -30px;
}

.related-portfolio-item {
    overflow: hidden;
}

.portfolio-related-posts img {
    width: 100%;
    height: auto;
}

.portfolio-info-overlay {
    opacity: 0;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #9e0047;
    background: rgba(217,42,51,.7);
}

.related-portfolio-item:hover .portfolio-info-hover, .related-portfolio-item:hover .portfolio-info-overlay {
    opacity: 1;
}

.related-portfolio-item .portfolio-info-hover, .portfolio-info-overlay, .related-portfolio-item .portfolio-info-hover h3, .related-portfolio-item .portfolio-info-hover .related-portfolio-icon, .related-portfolio-item .portfolio-info-hover a.read-more, .related-portfolio-item .portfolio-info-hover .related-portfolio-categories {
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
}

.related-portfolio-item .portfolio-info-hover {
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: -125px;
    left: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

    .related-portfolio-item .portfolio-info-hover h3 {
        width: 100%;
        margin: 0;
        font-size: 20px;
        line-height: 1.3;
        text-align: center;
        padding-top: 80px;
        color: #eee;
    }

.related-portfolio-item:hover .portfolio-info-hover h3 {
    padding-top: 110px;
}

.related-portfolio-item .related-portfolio-icon {
    position: absolute;
    width: 100%;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    top: 0;
    left: 0;
    font-size: 48px;
    text-align: center;
}

.related-portfolio-item:hover .portfolio-info-hover .related-portfolio-icon {
    top: 25px;
    color: #eee;
}

.related-portfolio-item .portfolio-info-hover a.read-more i {
    font-size: 30px;
}

.related-portfolio-item .portfolio-info-hover a.read-more {
    position: absolute;
    width: 100%;
    margin: 0;
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
    left: 0;
    font-size: 30px;
    text-align: center;
    color: #eee;
}

.related-portfolio-item:hover .portfolio-info-hover a.read-more {
    padding-top: 15px;
    color: #fff;
}

.related-portfolio-item .related-portfolio-categories {
    width: 100%;
    margin: 0;
    font-size: 14px;
    text-align: center;
    padding-top: 0;
}

.related-portfolio-item:hover .related-portfolio-categories {
    padding-top: 10px;
    color: #eee;
}

.related-portfolio-item a img {
    box-shadow: #000 0 0 0;
    nowhitespace: afterproperty;
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
}

.related-portfolio-item:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

    .owl-theme .owl-controls .owl-nav div {
        position: relative;
        display: inline-block;
        margin: 5px;
        width: 50px;
        height: 50px;
        color: rgba(255,255,255,.7);
        background: #9e0047;
        background: rgba(217,42,51,.7);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-transition: all .28s ease;
        -moz-transition: all .28s ease;
        -o-transition: all .28s ease;
        -ms-transition: all .28s ease;
        transition: all .28s ease;
    }

        .owl-theme .owl-controls .owl-nav div:hover {
            color: #fff;
            background: #d92a33;
        }

        .owl-theme .owl-controls .owl-nav div:before {
            height: 50px;
            line-height: 50px;
            top: 0;
            left: 50%;
            margin-left: -4px;
            position: absolute;
            font-size: 24px;
            font-style: normal;
        }

    .owl-theme .owl-controls .owl-nav .owl-prev:before {
        content: "‹";
    }

    .owl-theme .owl-controls .owl-nav .owl-next:before {
        content: "›";
    }

.owl-theme .owl-dots {
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
}

.owl-theme .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,.3);
    margin-left: 5px;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
}

    .owl-theme .owl-dot:hover, .owl-theme .owl-dot.active {
        background: #fff;
    }

.slider-container {
    clear: both;
    margin-left: -30px;
    margin-right: -30px;
}

    .slider-container .owl-theme .owl-controls {
        margin-top: 0;
    }

    .slider-container .owl-theme .owl-nav div {
        position: absolute;
        opacity: 0;
        width: auto;
        height: auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-transition: all .28s ease;
        -moz-transition: all .28s ease;
        -o-transition: all .28s ease;
        -ms-transition: all .28s ease;
        transition: all .28s ease;
        color: rgba(255,255,255,.3);
        background: 0 0;
    }

    .slider-container .owl-theme .owl-nav .owl-prev {
        top: 50%;
        left: 0;
        margin-top: -15px;
        margin-left: 0;
    }

    .slider-container .owl-theme .owl-nav .owl-next {
        top: 50%;
        right: 0;
        margin-top: -20px;
        margin-right: 0;
    }

    .slider-container:hover .owl-theme .owl-nav div {
        opacity: 1;
    }

    .slider-container:hover .owl-theme .owl-nav .owl-prev {
        margin-left: 25px;
    }

    .slider-container:hover .owl-theme .owl-nav .owl-next {
        margin-right: 25px;
    }

    .slider-container .owl-theme .owl-nav div:hover {
        color: #fff;
    }

    .slider-container .owl-theme .owl-nav div:before {
        top: 0;
        left: 50%;
        margin-left: -11px;
        position: absolute;
        font-size: 30px;
        font-style: normal;
    }

    .slider-container .owl-theme .owl-nav .owl-prev:before {
        content: "‹";
    }

    .slider-container .owl-theme .owl-nav .owl-next:before {
        content: "›";
    }

    .slider-container .owl-theme .owl-dots {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -30px;
        opacity: 0;
        -webkit-transition: all .28s ease;
        -moz-transition: all .28s ease;
        -o-transition: all .28s ease;
        -ms-transition: all .28s ease;
        transition: all .28s ease;
    }

    .slider-container:hover .owl-theme .owl-dots {
        opacity: 1;
        bottom: 15px;
    }

    .slider-container .owl-theme .owl-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: rgba(255,255,255,.3);
        margin-left: 5px;
        margin-right: 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .28s ease;
        -moz-transition: all .28s ease;
        -o-transition: all .28s ease;
        -ms-transition: all .28s ease;
        transition: all .28s ease;
    }

        .slider-container .owl-theme .owl-dot:hover, .slider-container .owl-theme .owl-dot.active {
            background: #fff;
        }

.portfolio-featured-gallery {
    margin-bottom: 80px;
}

.portfolio-filterable {
    margin-left: -30px;
    margin-right: -30px;
    clear: both;
}

    .portfolio-filterable img {
        width: 100%;
        height: auto;
    }

.isotope .isotope-item {
    width: 25%;
}

    .isotope .isotope-item.w2 {
        width: 50%;
    }

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

.isotope {
    display: none;
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    transition-property: height,width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform,opacity;
        -moz-transition-property: -moz-transform,opacity;
        transition-property: transform,opacity;
    }

ul.filter {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
}

    ul.filter li {
        display: inline-block;
    }

        ul.filter li a {
            display: inline-block;
            height: 50px;
            line-height: 50px;
            padding-right: 15px;
            padding-left: 15px;
            margin-left: 5px;
            margin-right: 5px;
            margin-bottom: 10px;
            text-decoration: none;
            color: #999;
            background: #fbfbfb;
            -webkit-transition: all .28s ease;
            -moz-transition: all .28s ease;
            -ms-transition: all .28s ease;
            -o-transition: all .28s ease;
            transition: all .28s ease;
        }

            ul.filter li a i {
                margin-right: 10px;
            }

            ul.filter li a:hover {
                color: #fff;
                background: #d92a33;
            }

            ul.filter li a.active {
                color: #fff;
                background: #d92a33;
            }

.service-item {
    padding: 40px 30px;
    background: #fbfbfb;
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -ms-transition: all .28s ease;
    -o-transition: all .28s ease;
    transition: all .28s ease;
}

    .service-item a, .service-item p, .service-item i {
        color: #666;
    }

        .service-item a:hover {
            color: #333;
        }

    .service-item.active {
        background: #9e0047;
        background: rgba(217,42,51,.7);
    }

        .service-item.active a, .service-item.active p, .service-item.active i {
            color: #eee;
        }

    .service-item:hover {
        background: #9e0047;
        background: #d92a33;
    }

        .service-item:hover a, .service-item:hover p, .service-item:hover i {
            color: #eee;
        }

            .service-item:hover a:hover {
                color: #fff;
            }

    .service-item i.fa {
        font-size: 48px;
        float: left;
    }

    .service-item:active i.fa, .service-item:focus i.fa, .service-item:hover i.fa {
        -webkit-animation-name: pop;
        animation-name: pop;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .service-item:hover i.fa {
        display: inline-block;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px transparent;
    }

.service-item-content {
    margin-left: 90px;
}

    .service-item-content h3 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 21px;
    }

.steps {
    display: inline-block;
    clear: both;
    margin-left: -30px;
    margin-right: -30px;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    background: rgba(0,0,0,.01);
    margin-bottom: 30px;
}

    .steps.steps-4-cols .step-item {
        width: 25%;
    }

    .steps .step-item {
        position: relative;
        float: left;
        padding: 20px 30px 0 30px;
        min-height: 290px;
        border-right: 1px solid rgba(0,0,0,.1);
        -webkit-transition: all .28s ease;
        -moz-transition: all .28s ease;
        -ms-transition: all .28s ease;
        -o-transition: all .28s ease;
        transition: all .28s ease;
    }

        .steps .step-item h3, .steps .step-item p {
            color: #666;
        }

        .steps .step-item:after {
            position: absolute;
            width: 50px;
            height: 50px;
            top: 0;
            right: 0;
            content: " ";
        }

        .steps .step-item.active {
            background: rgba(217,42,51,.7);
        }

        .steps .step-item:hover {
            background: #d92a33;
        }

            .steps .step-item:hover h3, .steps .step-item:hover p, .steps .step-item.active h3, .steps .step-item.active p {
                color: #fff;
            }

            .steps .step-item.active .step-icon i, .steps .step-item:hover .step-icon i {
                color: #fff;
            }

        .steps .step-item h3 {
            font-size: 20px;
            text-align: center;
        }

        .steps .step-item p {
            text-align: center;
        }

        .steps .step-item .step-icon {
            width: 100%;
            font-size: 60px;
            display: inline-block;
            text-align: center;
            color: #d92a33;
        }

        .steps .step-item:active .step-icon, .steps .step-item:focus .step-icon, .steps .step-item:hover .step-icon {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
        }

        .steps .step-item .step-icon {
            -webkit-transition-duration: .8s;
            -moz-transition-duration: .8s;
            -o-transition-duration: .8s;
            transition-duration: .8s;
            -webkit-transition-property: -webkit-transform;
            -moz-transition-property: -moz-transform;
            -o-transition-property: -o-transform;
            transition-property: transform;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

.image-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    min-height: 200px;
    background: #fbfbfb;
    max-height: 300px;
    overflow: hidden;
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -ms-transition: all .28s ease;
    -o-transition: all .28s ease;
    transition: all .28s ease;
}

    .image-box .image {
        position: relative;
        float: left;
        width: 50%;
        max-height: 300px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .image-box .image .image-zoom {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -25px;
            margin-top: -25px;
            -webkit-transition: all .28s ease;
            -moz-transition: all .28s ease;
            -ms-transition: all .28s ease;
            -o-transition: all .28s ease;
            transition: all .28s ease;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -webkit-backface-visibility: hidden;
        }

        .image-box .image a {
            font-size: 24px;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            display: inline-block;
            background: #000;
            background: rgba(0,0,0,.7);
            -webkit-transition: all .28s ease;
            -moz-transition: all .28s ease;
            -ms-transition: all .28s ease;
            -o-transition: all .28s ease;
            transition: all .28s ease;
            color: #eee;
        }

            .image-box .image a:hover {
                background: #d92a33;
                color: #fff;
            }

        .image-box .image img {
            max-height: 100%;
            width: auto;
        }

    .image-box .image-box-content {
        position: relative;
        float: left;
        width: 50%;
        padding: 30px;
    }

        .image-box .image-box-content p, .image-box .image-box-content a {
            color: #666;
        }

            .image-box .image-box-content a:hover {
                color: #333;
            }

        .image-box .image-box-content:before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            border-right: 25px solid transparent;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            margin-left: 0;
            margin-top: 20px;
            -webkit-transition: .28s all .1s ease;
            -moz-transition: .28s all .1s ease;
            -ms-transition: .28s all .1s ease;
            -o-transition: .28s all .1s ease;
            transition: .28s all .1s ease;
        }

        .image-box .image-box-content h3 {
            margin-top: 0;
            margin-bottom: 20px;
            font-size: 20px;
        }

        .image-box .image-box-content .image-box-link {
            display: inline-block;
            width: 100%;
            margin-top: 15px;
            font-size: 30px;
            text-align: right;
        }

    .image-box:hover {
        background: #d92a33;
    }

        .image-box:hover .image-box-content:before {
            border-right-color: #d92a33;
            margin-left: -23px;
        }

        .image-box:hover .image-zoom {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

        .image-box:hover .image-box-content p, .image-box:hover .image-box-content a {
            color: #eee;
        }

    .image-box .image-box-content a:hover {
        color: #fff;
    }

.team-members {
    display: inline-block;
    width: 100%;
}

.team-member {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
}

    .team-member .team-info {
        position: relative;
        overflow: hidden;
    }

        .team-member .team-info img {
            width: 100%;
            height: auto;
            box-shadow: #000 0 0 0;
            nowhitespace: afterproperty;
            -webkit-transition: all .28s ease;
            -moz-transition: all .28s ease;
            -o-transition: all .28s ease;
            -ms-transition: all .28s ease;
            transition: all .28s ease;
        }

.members-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 30px;
    text-align: center;
    background: #000;
    background: rgba(0,0,0,.7);
    opacity: 0;
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
}

    .members-overlay .team-social {
        position: absolute;
        width: 100%;
        bottom: 40px;
        left: 0;
        padding: 0;
        list-style: none;
        margin-bottom: -20px;
        -webkit-transition: all .28s ease;
        -moz-transition: all .28s ease;
        -o-transition: all .28s ease;
        -ms-transition: all .28s ease;
        transition: all .28s ease;
    }

    .members-overlay > p {
        padding-top: 60px;
        -webkit-transition: all .28s ease;
        -moz-transition: all .28s ease;
        -o-transition: all .28s ease;
        -ms-transition: all .28s ease;
        transition: all .28s ease;
    }

    .members-overlay p, .members-overlay a {
        color: #eee;
    }

    .members-overlay .team-social li {
        display: inline-block;
        font-size: 30px;
        margin: auto 5px;
    }

.team-title {
    background: #9e0047;
    background: #d92a33;
    padding: 20px;
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
    border-radius: 0 0 3px 3px;
}

    .team-title h4 {
        margin-top: 0;
        margin-bottom: 10px;
        text-align: center;
        font-size: 18px;
    }

    .team-title a {
        color: #eee;
    }

    .team-title p {
        font-style: italic;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        color: #eee;
    }

.team-member:hover .members-overlay {
    opacity: 1;
}

    .team-member:hover .members-overlay .team-social {
        margin-bottom: 0;
    }

    .team-member:hover .members-overlay > p {
        padding-top: 0;
    }

.team-member:hover .team-info img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
}

.team-member:hover .team-title {
    background: #9e0047;
    background: rgba(217,42,51,.7);
}

.testimonials {
    display: block;
    clear: both;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
    background: #d92a33;
    padding: 60px;
    text-align: center;
}

.testimonial .quoter-info {
    margin-top: 30px;
    text-align: center;
}

.testimonial .quoter-info {
    color: #eee;
}

    .testimonial .quoter-info strong {
        color: #fff;
    }

    .testimonial .quoter-info span {
        color: #eee;
    }

.testimonials > i.fa {
    font-size: 80px;
    color: #eee;
}

.testimonial > p {
    font-size: 22px;
    font-style: italic;
    color: #ddd;
}

.testimonials-slider {
    margin-top: 30px;
}

.clients {
    margin-bottom: 30px;
    display: block;
    clear: both;
}

.client {
    text-align: center;
}

    .client a {
        display: inline-block;
    }

.clients-slider.owl-theme .owl-dot {
    background: rgba(0,0,0,.3);
}

    .clients-slider.owl-theme .owl-dot.active {
        background: #d92a33;
    }

.mp-back {
    display: none;
}

nav#main-menu {
    float: left;
    margin-top: 0;
}

    nav#main-menu .menu-container .menu-container {
        box-shadow: 0 5px 30px rgba(0,0,0,.4);
    }

    nav#main-menu > .menu-container > ul > li {
        display: inline-block;
        position: relative;
    }

        nav#main-menu > .menu-container > ul > li > a {
            display: inline-block;
            height: 50px;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 16px;
            line-height: 50px;
            text-align: center;
            color: #f1f1f1;
            text-decoration: none;
            -webkit-transition: all .28s ease;
            -moz-transition: all .28s ease;
            -o-transition: all .28s ease;
            -ms-transition: all .28s ease;
            transition: all .28s ease;
            border-color: #d92a33;
            border-style: solid;
            border-width: 0;
            color: #eee;
        }

        nav#main-menu > .menu-container > ul > li:hover > a {
            color: #fff;
            background: #9e0047;
            background: #d92a33;
        }

    nav#main-menu > .menu-container .menu-container ul > li > a {
        display: inline-block;
        width: 100%;
        padding: 10px 15px;
        text-decoration: none;
    }

        nav#main-menu > .menu-container .menu-container ul > li > a:hover {
            background: #000;
            background: rgba(0,0,0,.7);
        }

    nav#main-menu .menu-container ul, nav#main-menu .menu-container li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    nav#main-menu > .menu-container .menu-container {
        position: absolute;
        top: 100%;
        opacity: 0;
        z-index: 3;
        margin: 0;
        min-width: 200px;
        background: #9e0047;
        background: #d92a33;
        -webkit-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: perspective(350px) rotateX(-90deg);
        -o-transform: perspective(350px) rotateX(-90deg);
        transform: perspective(350px) rotateX(-90deg);
        -webkit-transition: .2s linear 0s;
        -o-transition: .2s linear 0s;
        transition: .2s linear 0s;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        nav#main-menu > .menu-container .menu-container li {
            position: relative;
        }

        nav#main-menu > .menu-container .menu-container .menu-container {
            z-index: 2;
            top: 0;
            left: 200px;
            -webkit-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            transform-origin: 0 0;
            -webkit-transform: perspective(350px) rotateY(-90deg);
            -o-transform: perspective(350px) rotateY(-90deg);
            transform: perspective(350px) rotateY(-90deg);
        }

    nav#main-menu > .menu-container > ul > li:hover > .menu-container {
        visibility: visible;
        opacity: 1;
        -webkit-transform: perspective(350px) rotateX(0deg);
        -o-transform: perspective(350px) rotateX(0deg);
        transform: perspective(350px) rotateX(0deg);
        -webkit-transition: .28s linear 0s;
        -o-transition: .28s linear 0s;
        transition: .28s linear 0s;
    }

    nav#main-menu > .menu-container .menu-container li:hover > .menu-container {
        visibility: visible;
        opacity: 1;
        -webkit-transform: perspective(350px) rotateY(0deg);
        -o-transform: perspective(350px) rotateY(0deg);
        transform: perspective(350px) rotateY(0deg);
        -webkit-transition: .28s linear .1s;
        -o-transition: .28s linear .1s;
        transition: .28s linear .1s;
    }

.menu-item a {
    color: #eee;
}

    .menu-item a:hover {
        color: #fff;
    }

.mp-level {
    background: #d92a33;
}

.mp-menu ul li > a {
    font-size: 18px;
}

.flip-menu {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    clear: both;
}

.flip-item {
    opacity: 0;
    position: relative;
    z-index: 1;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    -o-perspective: 600px;
    perspective: 600px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-inner {
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -50px;
}

.flip-item.images-loaded {
    opacity: 1;
    -webkit-transition: opacity .28s linear;
    -o-transition: opacity .28s linear;
    transition: opacity .28s linear;
}

.flip-item .flip-content img, .flip-item .flip-hover-content img {
    width: 100%;
    height: auto;
}

.flip-item:hover .flip-hover-content {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

.flip-item:hover .flip-content {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
}

.flip-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .28s;
    -o-transition: .28s;
    transition: .28s;
}

.flip-content, .flip-hover-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .5s ease .2s;
    -o-transition: .5s ease .2s;
    transition: .5s ease .2s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.flip-content {
    background: #d92a33;
    opacity: 1;
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    overflow: hidden;
}

.flip-hover-content {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    overflow: hidden;
    background: #fff;
}

.flip-item.active .flip-wrapper {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.flip-item .flip-content.iconned, .flip-item .flip-hover-content.iconned {
    padding-top: 80px;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}

    .flip-item .flip-content.iconned i.fa, .flip-item .flip-hover-content.iconned i.fa {
        font-size: 60px;
    }

    .flip-item .flip-content.iconned h3, .flip-item .flip-hover-content.iconned h3 {
        font-size: 18px;
        font-weight: 400;
    }

    .flip-item .flip-content.iconned i.fa, .flip-item .flip-content.iconned h3 {
        color: #fff;
    }

.flip-item .flip-hover-content .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

.flip-item .flip-hover-content .overlay {
    padding: 30px;
    text-align: center;
}

    .flip-item .flip-hover-content .overlay h3 {
        margin-bottom: 30px;
        font-size: 18px;
        font-weight: 700;
    }

    .flip-item .flip-hover-content .overlay i.fa {
        position: absolute;
        right: 30px;
        bottom: 30px;
        font-size: 24px;
    }

#ajax-container {
    position: relative;
    height: auto;
}

#ajax-loader {
    min-height: 580px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 30px;
    background: #000;
    background: rgba(255,255,255,.7);
}

body.onepage-home {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

    body.onepage-home #page-content {
        display: none;
    }

    body.onepage-home nav#main-menu {
        display: none;
    }

.data-collection {
    display: none;
}

.navbar-right {
    position: relative;
}

    .navbar-right li {
        position: absolute;
        right: 0;
        display: none;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
    }

        .navbar-right li#search {
            display: inline-block;
        }

#trigger {
    display: none;
    float: left;
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-right: 15px;
    font-size: 24px;
    box-shadow: none;
    background: #d92a33;
    border: 0;
    outline: 0;
    color: #eee;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

    #trigger:hover {
        color: #fff;
    }

header.active #trigger {
    margin-top: 10px;
}

.popover {
    border-radius: 0;
}

.popover-title {
    border-radius: 0;
    border-bottom: 0;
}

.popover-content {
    padding: 0;
}

    .popover-content .sidebar-searchbox input {
        margin: 0;
        min-width: 210px;
        background: 0 0;
    }

    .popover-content .sidebar-searchbox:after {
        top: 10px;
    }

.loading-content {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 20000;
}

    .loading-content.inner {
        position: absolute;
        min-height: 570px;
    }

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(-360deg);
    }
}

@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

#stage {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin: 1em auto;
    -webkit-perspective: 1920px;
    -moz-perspective: 1920px;
    -ms-perspective: 1920px;
    perspective: 1920px;
}

#spinner img {
    width: 100%;
}

#spinner {
    margin-top: -80px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #999;
    padding: 0 0;
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    #spinner:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

body {
    overflow-y: scroll;
}

.post-slider {
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

    .post-slider > div {
        padding: 0;
    }

    .post-slider .owl-controls {
        display: none;
    }

    .post-slider .slides img {
        display: none;
    }

    .post-slider .slides .overlay {
        position: absolute;
        width: 100%;
        bottom: -100px;
        padding: 30px;
        background: rgba(0,0,0,.4);
        text-align: left;
        z-index: 1;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0;
    }

    .post-slider .slides .active .overlay {
        bottom: 0;
        opacity: 1;
    }

    .post-slider .slides .overlay a {
        text-decoration: none;
    }

    .post-slider .slides .overlay h3 {
        position: relative;
        width: 100%;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 18px;
        opacity: 1;
        color: #eee;
    }

    .post-slider .slides .overlay p {
        margin-top: 15px;
        margin-bottom: 0;
        color: #ddd;
    }

    .post-slider .thumbs .item {
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding: 20px;
        -webkit-transition: all .28s ease;
        -moz-transition: all .28s ease;
        -o-transition: all .28s ease;
        -ms-transition: all .28s ease;
        transition: all .28s ease;
        cursor: pointer;
    }

        .post-slider .thumbs .item:last-child {
            border-bottom: 0;
        }

        .post-slider .thumbs .item:hover, .post-slider .thumbs .item.active {
            background: #d92a33;
            color: #fff;
        }

            .post-slider .thumbs .item.active:after {
                content: "";
                position: absolute;
                left: -15px;
                top: 20px;
                width: 0;
                height: 0;
                border-top: 12px solid transparent;
                border-right: 15px solid #d92a33;
                border-bottom: 12px solid transparent;
                z-index: 1;
            }

        .post-slider .thumbs .item > img {
            float: left;
            width: 80px;
        }

        .post-slider .thumbs .item > span {
            display: block;
            margin-left: 100px;
        }


.fullwidth-image {
    margin-left: -30px;
    margin-right: -30px;
}

    .fullwidth-image img {
        width: 100%;
    }

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,.3);
    opacity: 0;
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
    text-decoration: none;
}

    #back-to-top.active {
        opacity: 1;
        z-index: 10;
        text-decoration: none;
    }

    #back-to-top:hover {
        background: #9e0047;
        background: #d92a33;
        text-decoration: none;
    }

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-transition: all .28s ease;
    -moz-transition: all .28s ease;
    -o-transition: all .28s ease;
    -ms-transition: all .28s ease;
    transition: all .28s ease;
}

.btn-primary {
    background: #9e0047;
    background: rgba(217,42,51,.7);
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #9e0047;
        background: #d92a33;
    }

#ghs-info {
    display: inline-block;
    width: 100%;
    min-height: 39px;
    padding: 10px 40px;
    background: url(../images/info.png) no-repeat #3f3f3f;
    text-align: center;
    color: #fff;
    line-height: auto;
}

.download-pdf {
    color: #d92a33;
    text-decoration: underline;
}

    .download-pdf:hover {
        text-decoration: none;
    }

.hyperlink {
    color: #d92a33;
    text-decoration: underline;
}

    .hyperlink:hover {
        text-decoration: none;
    }

.three-links {
    display: inline-block;
    margin: 5px 0 5px 0;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold;

}

    .three-links a {
        display: inline-block;
        margin: 20px 5px;
        padding: 0 10px;
        min-width: 30%;
        height: 34px;
        line-height: 34px;
        border: 1px solid #d92a33;
        font-size: 16px;
        color: #d92a33;
        text-transform: uppercase;
    background-color: #FFFFFF;

    }

        .three-links a:hover {
    background: #d92a33;
    color: #fff;
    font-weight: bold;
}

.three-links-small {
    display: inline-block;
    margin: 5px 0 5px 0;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold;
}

    .three-links-small a {
        display: inline-block;
        margin: 20px 5px;
        padding: 0 10px;
        min-width: 30%;
        height: 34px;
        line-height: 34px;
        border: 1px solid #d92a33;
        font-size: 14px;
        color: #d92a33;
        text-transform: uppercase;
        background-color: #FFFFFF;
    }

        .three-links-small a:hover {
            background: #d92a33;
            color: #fff;
            font-weight: bold;
        }

.video-link {
    display: inline-block;
    margin: 0px 0;
    width: 100%;
    height: auto;
    text-align: center;
}

    .video-link a {
    display: inline-block;
    margin: 0px 5px;
    padding: 0 10px;
    min-width: 30%;
    height: 34px;
    line-height: 34px;
    border: 1px solid #d92a33;
    font-size: 16px;
    color: #d92a33;
    text-transform: uppercase;
    font-weight: bold;
}

        .video-link a:hover {
            background: #d92a33;
            color: #fff;
        }

.languages {
    float: right;
    margin-right: -40px;
    padding: 0;
}

    .languages img {
        margin-left: 5px;
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.55);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.55);
        box-shadow: 0 0 5px rgba(0,0,0,.55);
    }

        .languages img:hover {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
        }

.styled-select.simple {
    height: 30px;
    width: auto;
    margin-top: 10px;
}

    .styled-select.simple select {
        border: 1px solid #515151;
        background: #666;
        font-size: 12px;
        color: #fff;
        height: 30px;
        min-width: 95px;
    }

#quick-link {
    display: inline-block;
    float: none;
    width: 100%;
    height: 40px;
    margin: 20px 0;
    color: #a8a8a8;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    background: url(../images/quick_link_arrow.png) center bottom no-repeat;
}

.referenceName {
    font-weight: bold;
    }

.red {
    color: #d92a33;
}

.redBold {
    font-weight: bold;
    color: #d92a33;
}

