﻿.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    background-color: #ff8200;
    color: #fff;
}

.box.box-danger {
    border-top-color: #ff8200;
}

.breadcrumb > li:last-child {
    color: #ff8200;
    font-weight: 500;
}

a {
    color: #ff8200;
    text-decoration: none;
}

.row-inline-block {
    font-size: 0;
}

    .row-inline-block > * {
        display: inline-block;
        float: none;
        font-size: 16px;
        vertical-align: top;
    }

    .row-inline-block.row-v-middle > * {
        vertical-align: middle;
    }

.header-nav .header-nav-item--tools .tool-item--languages .toggle-languages span::after {
    margin-top: 3px;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #ff8200;
    transition: all 0.5s ease 0s;
}

.bg-danger {
    background-color: #ff8200;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ff8200;
    border-color: #ff8200;
}

.text-primary {
    color: #ff8200;
}

.bg-primary {
    color: #fff;
    background-color: #ff8200;
}

.bg-danger {
    background-color: #ff8200;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #ff8200;
}

.has-error .input-group-addon {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background-color: #ff8200;
}


.btn-primary {
    color: #fff;
    background-color: #ff8200;
    border-color: #ec1a15;
}

    .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
        background-color: #ff8200;
        border-color: #ec1a15;
    }

    .btn-primary .badge {
        color: #ff8200;
        background-color: #fff;
    }

.btn-link {
    color: #ff8200;
    font-weight: normal;
    border-radius: 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ff8200;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #F5F5F5;
    border-color: #ff8200;
}

.label-primary {
    background-color: #ff8200;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #ff8200;
    background-color: #fff;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #ff8200;
}

.alert-danger {
    background-color: #ff8200;
    border-color: #ff8200;
    color: #FFFFFF;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #ff8200;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #ff8200;
    border-color: #ff8200;
}

.list-group-item-danger {
    color: #FFFFFF;
    background-color: #ff8200;
}

.panel-primary {
    border-color: #ff8200;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #ff8200;
        border-color: #ff8200;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ff8200;
        }

        .panel-primary > .panel-heading .badge {
            color: #ff8200;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ff8200;
    }

.panel-danger {
    border-color: #ff8200;
}

    .panel-danger > .panel-heading {
        color: #FFFFFF;
        background-color: #ff8200;
        border-color: #ff8200;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ff8200;
        }

        .panel-danger > .panel-heading .badge {
            color: #ff8200;
            background-color: #FFFFFF;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ff8200;
    }


.article-text li:before {
    content: "â€¢";
    color: #ff8200;
    position: absolute;
    top: 0;
    left: -20px;
}


.heading-with-highlight strong {
    color: #ff8200;
}

.unstyled-link, .unstyled-link:hover, .unstyled-link:active, .unstyled-link:focus {
    text-decoration: none;
    border-bottom: none;
    color: inherit;
}

.red {
    color: #ff8200 !important;
}


.dropdown .caret-plus:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ff8200;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.dropdown .caret-plus:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ff8200;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}


.btn.btn-more-link:after {
    font-family: 'megadyne-iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    font-weight: inherit;
    vertical-align: top;
    margin-left: 5px;
    line-height: 1;
    color: #ff8200;
}


.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    background-color: #ff8200;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
    color: #ff8200;
}

.btn-tertiary, .btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:focus, .btn-tertiary:active:focus {
    color: #ff8200;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-tertiary:hover:after {
        margin-top: 0.2em;
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        background-color: #ff8200;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.play-button .play-icon:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #ff8200;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.cover .cover-title strong {
    color: #ff8200;
}

.slider-slide-title strong {
    color: #ff8200;
}

.page-links .page-links-nav ul.nav li a:hover, .page-links .page-links-nav ul.nav li a.active {
    color: #ff8200;
}

.page-links .page-links-nav ul.nav li.active a {
    color: #ff8200;
}

.gallery-preview .gallery-preview-link:hover .gallery-preview-title:after {
    margin-top: 0.2em;
    content: "";
    display: block;
    height: 2px;
    width: 16px;
    background-color: #ff8200;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery-preview .gallery-preview-link.progress-disabled .ajax-progress {
    color: #ff8200;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 30px;
    z-index: 3;
    margin-top: -10px;
    display: block;
}

.panel .panel-state-icon-plus:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ff8200;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.panel .panel-state-icon-plus:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ff8200;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.upper-links .menu li.mymegadyne a strong {
    font-weight: 900;
    color: #ff8200;
}

.header-nav .header-nav-item--tools .tool-item--languages .toggle-languages span:after {
    margin-top: 3px;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #ff8200;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header-nav .header-nav-item--tools .tool-item--link a {
    text-decoration: none;
    border-bottom: none;
    color: inherit;
    text-align: center;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    color: #ff8200;
    font-size: 16px;
    font-family: ProximaNova,sans-serif;
    font-weight: bold;
}

.main-menu li.menu-item-depth-1:hover > a span:after, .main-menu li.hs-menu-depth-1:hover > a span:after, .main-menu li.menu-item-depth-1.active-branch > a span:after, .main-menu li.hs-menu-depth-1.active-branch > a span:after, .main-menu li.menu-item-depth-1.active > a span:after, .main-menu li.hs-menu-depth-1.active > a span:after, .main-menu li.menu-item-depth-1.active-trail > a span:after, .main-menu li.hs-menu-depth-1.active-trail > a span:after, .main-menu li.menu-item-depth-1:focus > a span:after, .main-menu li.hs-menu-depth-1:focus > a span:after, .main-menu li.menu-item-depth-1:hover > .nolink span:after, .main-menu li.hs-menu-depth-1:hover > .nolink span:after, .main-menu li.menu-item-depth-1.active-branch > .nolink span:after, .main-menu li.hs-menu-depth-1.active-branch > .nolink span:after, .main-menu li.menu-item-depth-1.active > .nolink span:after, .main-menu li.hs-menu-depth-1.active > .nolink span:after, .main-menu li.menu-item-depth-1.active-trail > .nolink span:after, .main-menu li.hs-menu-depth-1.active-trail > .nolink span:after, .main-menu li.menu-item-depth-1:focus > .nolink span:after, .main-menu li.hs-menu-depth-1:focus > .nolink span:after {
    margin-top: 0.2em;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #ff8200;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main-menu li.menu-item-depth-1 > a:focus span:after, .main-menu li.hs-menu-depth-1 > a:focus span:after {
    margin-top: 0.2em;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #ff8200;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.main-menu ul ul.menu li:hover > a, .main-menu ul ul.active-branch li:hover > a, .main-menu .submenu-wrapper li:hover > a, .main-menu ul ul.menu li:focus > a, .main-menu ul ul.active-branch li:focus > a, .main-menu .submenu-wrapper li:focus > a, .main-menu ul ul.menu li:hover > .nolink, .main-menu ul ul.active-branch li:hover > .nolink, .main-menu .submenu-wrapper li:hover > .nolink, .main-menu ul ul.menu li:focus > .nolink, .main-menu ul ul.active-branch li:focus > .nolink, .main-menu .submenu-wrapper li:focus > .nolink {
    background: #ff8200;
    color: #FFFFFF;
}

.main-menu ul ul.menu li ul.menu li:hover > a, .main-menu ul ul.active-branch li ul.menu li:hover > a, .main-menu .submenu-wrapper li ul.menu li:hover > a, .main-menu ul ul.menu li ul.active-branch li:hover > a, .main-menu ul ul.active-branch li ul.active-branch li:hover > a, .main-menu .submenu-wrapper li ul.active-branch li:hover > a, .main-menu ul ul.menu li .submenu-wrapper li:hover > a, .main-menu ul ul.active-branch li .submenu-wrapper li:hover > a, .main-menu .submenu-wrapper li .submenu-wrapper li:hover > a, .main-menu ul ul.menu li ul.menu li:focus > a, .main-menu ul ul.active-branch li ul.menu li:focus > a, .main-menu .submenu-wrapper li ul.menu li:focus > a, .main-menu ul ul.menu li ul.active-branch li:focus > a, .main-menu ul ul.active-branch li ul.active-branch li:focus > a, .main-menu .submenu-wrapper li ul.active-branch li:focus > a, .main-menu ul ul.menu li .submenu-wrapper li:focus > a, .main-menu ul ul.active-branch li .submenu-wrapper li:focus > a, .main-menu .submenu-wrapper li .submenu-wrapper li:focus > a, .main-menu ul ul.menu li ul.menu li:hover > .nolink, .main-menu ul ul.active-branch li ul.menu li:hover > .nolink, .main-menu .submenu-wrapper li ul.menu li:hover > .nolink, .main-menu ul ul.menu li ul.active-branch li:hover > .nolink, .main-menu ul ul.active-branch li ul.active-branch li:hover > .nolink, .main-menu .submenu-wrapper li ul.active-branch li:hover > .nolink, .main-menu ul ul.menu li .submenu-wrapper li:hover > .nolink, .main-menu ul ul.active-branch li .submenu-wrapper li:hover > .nolink, .main-menu .submenu-wrapper li .submenu-wrapper li:hover > .nolink, .main-menu ul ul.menu li ul.menu li:focus > .nolink, .main-menu ul ul.active-branch li ul.menu li:focus > .nolink, .main-menu .submenu-wrapper li ul.menu li:focus > .nolink, .main-menu ul ul.menu li ul.active-branch li:focus > .nolink, .main-menu ul ul.active-branch li ul.active-branch li:focus > .nolink, .main-menu .submenu-wrapper li ul.active-branch li:focus > .nolink, .main-menu ul ul.menu li .submenu-wrapper li:focus > .nolink, .main-menu ul ul.active-branch li .submenu-wrapper li:focus > .nolink, .main-menu .submenu-wrapper li .submenu-wrapper li:focus > .nolink {
    background: #F5F5F5;
    color: #ff8200;
}

.main-menu .submenu-wrapper .industries-menu li .view-all {
    color: #ff8200;
}

.main-menu .products-menu .overview-link {
    color: #ff8200;
}

.breadcrumb > li:last-child {
    color: #ff8200;
    font-weight: 500;
}

nav ul.menu li a:hover {
    color: #ff8200;
    text-decoration: none;
}

nav ul.menu li:hover {
    color: #ff8200;
}

    nav ul.menu li:hover > a {
        color: #ff8200;
    }

nav ul.menu li.hasChildren:hover > .nolink:after {
    color: #ff8200;
}

.section-title strong {
    color: #ff8200;
}

#footer .footer-menu .menu-column--footer .separator.open {
    color: #ff8200;
}

    #footer .footer-menu .menu-column--footer .separator.open span.nolink:after {
        background-color: rgba(255,255,255,0.3);
        background-color: #ff8200;
        content: '-';
    }


#footer .footer-menu .menu-column--footer.products-column--footer li.open > .nolink {
    color: #ff8200;
}

    #footer .footer-menu .menu-column--footer.products-column--footer li.open > .nolink:after {
        content: '-';
        background-color: #ff8200;
    }


.philosophy .philosophy-nav .philosophy-nav-item.slick-current .philosophy-nav-item-title {
    color: #ff8200;
}

    .philosophy .philosophy-nav .philosophy-nav-item.slick-current .philosophy-nav-item-title:after {
        margin-top: 0.2em;
        content: "";
        display: block;
        height: 3px;
        width: 100%;
        background-color: #ff8200;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }


.philosophy-item-title {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 1em;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    color: #ff8200;
    font-weight: bold;
    margin-bottom: 10px;
}

.history .history-nav .history-nav-item .history-year:before {
    content: "";
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #ff8200;
    bottom: -90px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    transition: bottom 0.3s;
}

.history .history-nav .history-nav-item.slick-current .history-year {
    text-align: center;
    font-size: 40px;
    line-height: 79px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 3px solid #ff8200;
}

.history-item-title {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 1em;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    color: #ff8200;
    font-weight: bold;
    margin-bottom: 10px;
}

.resources-table thead a .tablesort-indicator.asc:after {
    content: '' !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid #ff8200 !important;
}

.resources-table thead a .tablesort-indicator.desc:before {
    content: '' !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-bottom: 5px solid #ff8200 !important;
}


.resources-table td.hero-cell {
    background: #ff8200;
    color: #FFFFFF;
}


@media screen and (min-width:992px) {
    .industries-list .industry-item .industry-item-title-icon {
        display: inline-block;
        font-size: 30px;
        color: #ff8200;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 1;
    }

        .industries-list .industry-item .industry-item-title-icon .svg-icon {
            font-size: 50px;
        }
}


.industries-cards .industry-card {
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    padding: 20px;
    cursor: pointer !important;
    color: #ff8200;
}


    .industries-cards .industry-card .industry-card-icon {
        display: block;
        color: #ff8200;
        background: #FFFFFF;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
    }


    .industries-cards .industry-card .industry-card-title {
        background: #ff8200;
        color: #FFFFFF;
        text-transform: uppercase;
        font-family: ProximaNova,sans-serif;
        font-weight: normal;
        font-size: 18px;
        text-align: center;
        line-height: 1;
        -webkit-transform: translate(0,102%);
        -ms-transform: translate(0,102%);
        -o-transform: translate(0,102%);
        transform: translate(0,102%);
        -webkit-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
    }


.product-families .product-families-nav .product-families-nav-item {
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    padding: 20px;
    cursor: pointer !important;
    color: #ff8200;
}


@media screen and (min-width:992px) {
    .product-families .product-families-nav .product-families-nav-item.slick-current .product-families-nav-item-title {
        color: #ff8200;
    }

        .product-families .product-families-nav .product-families-nav-item.slick-current .product-families-nav-item-title:after {
            margin-top: 0.2em;
            content: "";
            display: block;
            height: 2px;
            width: 100%;
            background-color: #ff8200;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }
}

.product-family-item .hero-product-item a:hover {
    color: #ff8200;
}

.product-range-collection-item .range-item-title:after {
    margin-top: 0.2em;
    content: "";
    display: block;
    height: 2px;
    width: 16px;
    background-color: #ff8200;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.contacts-location-infowindow .location-title {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 1em;
    color: #ff8200;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.contacts-location .location-title:after {
    margin-top: 0.2em;
    content: "";
    display: block;
    height: 2px;
    width: 16px;
    background-color: #ff8200;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.contacts-contact .contact-title:after {
    margin-top: 0.2em;
    content: "";
    display: block;
    height: 2px;
    width: 16px;
    background-color: #ff8200;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.contacts-browser .contacts-browser-exposed .form-item-macroregion.form-group .radio .form-radio:checked ~ .checkbox-label, .contacts-browser .contacts-browser-exposed .form-item-macroregion.form-group .radio .form-radio.progress-disabled ~ .checkbox-label, .contacts-browser .contacts-browser-exposed .form-item-macroregion.form-group .radio .checkbox-label:hover {
    color: #ff8200;
}

    .contacts-browser .contacts-browser-exposed .form-item-macroregion.form-group .radio .form-radio:checked ~ .checkbox-label:after, .contacts-browser .contacts-browser-exposed .form-item-macroregion.form-group .radio .form-radio.progress-disabled ~ .checkbox-label:after, .contacts-browser .contacts-browser-exposed .form-item-macroregion.form-group .radio .checkbox-label:hover:after {
        margin-top: 0.2em;
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        background-color: #ff8200;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.contacts-browser .contacts-browser-exposed .form-item-macroregion.form-group .radio .ajax-progress {
    position: absolute;
    left: 100%;
    font-size: 12px;
    color: #ff8200;
    margin-left: 10px;
    margin-top: 5px;
}


.tags-list--horizontal li {
    font-size: smaller;
    display: inline-block;
    margin-right: 1em;
    color: #ff8200;
    text-transform: lowercase;
}


.hs-embedder--form .hs-error-msgs {
    color: #ff8200;
    font-size: 90%;
    margin-top: 5px;
}

.slick-dots li.slick-active button {
    background: #ff8200;
}

.addthis_inline_share_toolbox .at-share-btn-elements a.at-icon-wrapper .at-icon {
    fill: #ff8200 !important;
}


.imgLogoHeader {
    background-image: url("../img/Logo-design-AVE.png");
    /*background-height: 50px;*/
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.login-logo {
    display: block;
    height: 75px;
    margin-bottom: 10px;
}

.header-nav-item--logo {
    width: 150px;
}

.imgLogoFooter {
    background-image: url("../img/LogotipoAve_white.png");
    background-size: 150px;
    background-position: left;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 60px;
}

    .imgLogoFooter a {
        display: block;
        width: 100%;
        height: 100%;
    }

.footerAddress1 p {
    display: none;
    visibility: hidden;
}

.footerAddress1:after {
    content: 'Transmisiones Mecánicas AVE\A Carretera de L\'Arboç, Km 1,7\A Z.I. La Plana – 08800 Vilanova I La Geltru (Barcelona)\A Spain\A\A Tel. +34 93 377 44 41\A Fax. +34 93 377 64 53\A\A';
    white-space: pre;
}

#phContent_divItemType, #phContent_divPitch, #phContent_divWidth, #phContent_divLength, #phContent_divCord, #phContent_divCoating {
    display: none;
}

.login-box-msg {
    display: none;
}

#liFooterCertificationAve {
    display: inline-block !important;
}

#liFooterCertificationAve, #liGeneralConditionsAve {
    display: inline-block !important;
}

#liCodeOfConduct, #liTheoreticalBeltLife, #liFooterCertification, #liGeneralConditions {
    display: none !important;
}

.label-danger {
    background: #ff8200 !important;
}

.dropzone .dz-message {
    color: #ff8200;
}

.dropzone {
    border: 2px dashed #ff8200;
}

    .dropzone .dz-message:before {
        color: #ff8200;
    }

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ff8200;
}

.carousel-indicators li {
    border-color: #ff8200;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-control, .carousel-control a:visited {
    color: #ff8200;
}

.btn-customrequest {
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
@media (min-width:768px) {
    .container {
        width: auto;
    }
}

@media (min-width:992px) {
    .container {
        width: auto;
    }
}

@media (min-width:1200px) {
    .container {
        width: auto;
    }
}

.clsDownloadGuide {
    display: none;
}