.active a, .trd-custom-section .trd-custom-sec-details h1, .trd-content-inner-title, .trd-section-tittle, h4 {
    color: #2B508E !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.logo {
    height: 50px;
}

.trd-main-menu {
    min-height: 80px;
}

.info-bar {
    display: block;
    text-align: right;
    float: none;
    width: 100%;
    color: #004D40;
    font-size: 14px;
}

.trd-menus {
    margin-top: 12px;
}

.navbar-nav > li {
    float: left;
    margin-right: 0 !important;
    margin-left: 30px;
}

header.trd-header {
    position: static;
}

header.trd-header .trd-header-bottombar .trd-main-menu .container .trd-menu-wrapper ul.trd-menus li a {
    font-size: 16px;
}



.trd-page-header h1.trd-page-title {
    font-size: 56px;
}

.trd-content-inner-title {
    margin-bottom: 20px;
}


footer .trd-footer-top .trd-footer-widget.trd-useful-link-widget ul li {
    width: 100%;
    float: none;
}

.trd-btn {
    padding-left: 35px;
    padding-right: 35px;
}

.trd-btn:after {
    content: '' !important;
}


footer .trd-footer-top .trd-footer-widget.trd-subscribe-widget form button {
    width: 100%;
}

footer .trd-footer-top .trd-footer-widget.trd-subscribe-widget form input {
    background: rgba(255, 255, 255, 0.8);
    height: 45px;
    line-height: 45px;
}

footer .trd-footer-top .trd-footer-widget.trd-subscribe-widget form {
    margin-top: 0;
}

footer .trd-footer-top .trd-footer-widget.trd-useful-link-widget ul li a:hover {
    color: #fff;
}

.trd-footer-widget-title {

}

.trd-page-header {
    padding: 150px 0;
}

.trd-section {
    border: 0;
}

.trd-page-header:after {
    background-color: rgba(0, 0, 0, 0.2);
}

.contact li {

    line-height: 25px;
    font-weight: bold;
}

input.error {
    border: 1px solid red !important;
}

.success {
    color: #CDDC39;
}

.error {
    color: red !important;
}

.tool {
    width: 100%;
}

.static ul {
    list-style: disc;
    margin-left: 20px;
}

.pictograms h4 {
    font-weight: 400;
}

.pictograms img  {
    max-width: 180px;
    margin-bottom: 10px;
}

.logos img {
    max-width: 260px;
    margin-bottom: 10px;
}


.diagram img {
    max-width: 80%;
}

.navbar-toggle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    margin-top: 15px;
}

.navbar-toggle span {
    background-color: #2B508E !important;
    width: 100% !important;
}


@media (max-width: 767px) {

    .diagram img {
        max-width: 100%;
    }

    .pictograms img {
        max-width: 120px;
    }

    .pictograms h4 {
        margin-bottom: 30px;
    }

    .navbar-nav > li {
        float: none;
        width: 100%;
        margin-left: 20px;
    }

    .navbar-header {
        padding-right: 10px !important;
    }

    .trd-page-header h1.trd-page-title {
        font-size: 32px;
    }

    .trd-custom-section .trd-custom-sec-details h1 {
        font-size: 32px;
    }

    footer .trd-footer-top {
        padding: 40px 0;
    }

    .trd-section {
        padding: 40px 0;
    }
}