.header-full {  
    background-image: linear-gradient(to top, #fff, #fff, #fff);
}

.top-bar {
    background: #000000;
    color: #fff;
    padding: 6px 0px;
    font-size: 13px;
    line-height: 25px;
    border-bottom: 1px solid #fff;
}

.top-nav-social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    margin-left: 20px;
    background-color: #fff;
    box-shadow: inset 0 0 1px #fff;
    border: solid 1px #fff;
    border-top: 0;
    overflow: hidden;
}

.top-nav-social a {
    font-size: 1.5em;
    margin: 0;
    color: #a3361f;
    padding: 7px 10px;
    min-width: 40px;
    text-align: center;
    transition: all .25s ease;
}

.top-nav .dropdown a {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 7px 10px;
    color: #a3361f;
    text-decoration: none;
    background-color: #fff;
    box-shadow: inset 0 0 1px #fff;
    border: solid 1px #fff;
    border-top: 0;
}

.top-nav .dropdown a i {
    font-size: 1.2em;
    color: #a3361f;
}

h2.moduletitle {
    color: #000000;
    border-bottom: solid 1px #a3361f;
    margin-bottom: 30px;
    padding-bottom: 9px;
    margin: 5px 0 20px;
}

.blockquote-color {
    border-color: #000000;
}

#footer-widgets {
    background-color: #000000;
    color: #eee;
    padding: 0px 0 20px 0;
    margin-top: 30px;
    border-top: solid 1px #000000;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    color: #ffffff;
}

a {
    color: #a3361f;
}

.icon-ar {
    width: 40px;
    height: 40px;
    font-size: 18px;
    background-color: #000000;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    margin: 0 5px 5px 0;
    text-align: center;
    line-height: 2.2;
}

.panel-primary {
    border-color: #000000;
}

.panel-primary .panel-heading, .panel-primary .panel-footer {
    background-color: #000000;
    color: #fff;
}

.btn-social.twitter {
    color: #a3361f;
    border-color: #a3361f;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 120%;
    color: #000000;
    margin: 20px 0 17px 0;
}

.btn-primary {
    color: #fff;
    background-color: #a3361f;
    border-color: #a3361f;
}

.panel .panel-heading-link a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 1.2em;
    float: right;
    background-color: #a3361f;
    color: #fff;
    padding: 5px 0px;
    margin-top: -5px;
    margin-right: -15px;
    width: 33px;
    text-align: center;
}

.btn-ar.btn-primary {
    color: #fff;
    background: linear-gradient(to bottom, #a3361f 5%, #c44728 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary-color', endColorstr='darken(@primary-color, 5%)', GradientType=0);
    background-color: #a3361f;
    border: 1px solid #c44728;
}

.alert-primary {
    background-color: #a3361f;
    border: solid 1px #a3361f;
    color: #fff;
}

.slogan > span {
    color: #a3361f;
}

@media (min-width: 768px) {
    .timeline-2-point {
        top: 20px;
        left: -10px;
        width: 10px;
        height: 10px;
        position: absolute;
        background: #a3361f;
        margin: 0 0 0 -17px;
        box-shadow: 0 0 0 4px #eee;
        -webkit-font-smoothing: antialiased;
        border-radius: 30px;
        z-index: 20;
    }
}

.trainingpage-header {
    color: #000000;
    border-bottom: solid 1px #a3361f;
    margin-bottom: 30px;
}

.btn-blue {
    color: #fff;
    background-color: #a3361f;
    border-color: #a3361f;
}

.portfolio-menu h3 {
    font-size: 1.2em;
    color: #fff;
    background-color: #000000;
    padding: 10px 10px;
    border-left: solid 3px #000000;
    margin: 0;
    font-weight: 400;
}

.portfolio-cats li span:hover, .portfolio-cats li span.active, .portfolio-cats li span.active:hover {
    color: #000;
    border-color: #a3361f;
}

p.sub {
    margin-top: 10px;
    color: #a3361f;
}

.header-full-title {
    float: left;
    overflow: hidden;
    padding-left: 75px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: left center;
}