.favorites-btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    background: #f0f0f0;
    min-width: 36px;
    height: 36px;

    text-align: center;
    position: absolute;
    top: 0;
    right: 365px;
    bottom: 0;
    margin: auto;
    font-family: 'vagLight';
}

.favorites-btn span {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.space-btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    background: #f0f0f0;
    min-width: 36px;
    height: 36px;
    padding: 8px 25px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 235px;
    bottom: 0;
    margin: auto;
    font-family: 'vagLight';
}

.space-btn span {}

.product-entry-box {
    background: rgb(255, 55, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 55, 0, 1) 0%, rgba(220, 47, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 55, 0, 1) 0%, rgba(220, 47, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 55, 0, 1) 0%, rgba(220, 47, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3700', endColorstr='#dc2f00', GradientType=0);
    /* IE6-9 */
}

.sidebar-list.sidebar-styled>li a:hover {
    background: #fff;
    color: #ff3700 !important;
}

.sidebar-list.sidebar-styled>li a {
    background: transparent;
}

.product-entry-box h4 {
    color: #fff !important;
    font-size: 1.1em;
}

.product-entry-box span {
    font-size: 0.75em;
}

a.sidebar-title {
    display: block;
    padding: 0px 10px 0px 20px;
    position: relative;
}

.sidebar-title-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sidebar-arrow-down-icon {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    color:#fff;
}

.product-entry-box .sidebar-list>li h3 {
    color: #fff;
}

.product-entry-box .sidebar-list.sidebar-styled>li a {
    border-color: rgba(255, 255, 255, 0.2);
}

.product-entry-box .sidebar-list>li a .sidebar-list-icon {
    color: #fff;
}

.sidebar-list.sidebar-styled>li a:hover h3,
.sidebar-list.sidebar-styled>li a:hover .sidebar-arrow-icon,
.sidebar-list.sidebar-styled>li a:hover .sidebar-list-icon {
    color: #ff3700 !important;
}

.gray-btn {
    background: #f0f0f0;
    display: inline-block;
    padding: 8px 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 0;
}

.small-title-text {
    display: block;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: 1px;
    font-size: 0.65em;
}

.search-btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    background: #f0f0f0;
    min-width: 36px;
    height: 36px;

    text-align: center;
    position: absolute;
    top: 0;
    right: 410px;
    bottom: 0;
    margin: auto;
    font-family: 'vagLight';
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.search-btn span {
    position: absolute;
    width: 14px;
    height: 14px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: initial;
    right: 15px;
    color: #ff3700;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.search-btn span:hover {
    cursor: pointer;
}

#searchForm {
    display: inline-block;
    width: 0;
    padding: 0;
    font-weight: normal;
    border: 0;
    background: transparent;
    height: 0;
    -webkit-transition: width 500ms;
    -moz-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms;
    width: 160px;
    padding: 0 35px 0 15px;
    height: 36px;
}


.interactive-model {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    height: auto;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0px;
}

.page-sidebar {
    padding-top: 90px;
}

.interactive-model {
    border: 0;
}

.interactive-model img {
    max-width: 240px;
}

.d3-text {
    bottom: 50px;
    left: 30px;
    right: 30px;
    height: 50px;
    overflow: hidden;
}

.d3-text .d3-icon {
    position: absolute;
    left: 0;
    max-height: 50px;
    z-index: 100;
}

.text-1 {
    position: absolute;
    background: #d02d00;
    color: #fff;
    font-size: 0.85em;
    padding: 5px 10px;
    text-align: center;
    display: block;
    right: 0;
    left: 20px;
    height: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 45px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.text-2 {
    position: absolute;
    background: #d02d00;
    color: #fff;
    font-size: 0.85em;
    padding: 5px 10px;
    text-align: center;
    display: block;
    left: 100%;
    right: -100%;
    height: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 25px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.interactive-model:hover .text-1 {
    right: initial;
    left: 100%;
    right: -100%;
}

.interactive-model:hover .text-2 {
    right: 0;
    left: 20%;
}

.collapse-content {
    margin-top: 10px;
}

.internal-navigation-list {
    display: table;
    width: 100%;
}

.internal-navigation-list li {
    display: table-cell;
    float: left;
}

.internal-navigation-list li a {
    width: 100%;
    text-align: center;
}

.product-entry-box .form-control {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 10px;
    padding: 8px 20px;
    font-size: 0.9em;
    border-color: #fff;
}

.product-entry-box {
    margin: 0 0 15px 0;
}

.page-sidebar {
    overflow-y: auto;
}

.white-box {
    padding: 20px;
    background: #fff;
    text-align: center;
}

.white-box .small-title-text {
    padding-bottom: 5px;
}

.internal-navigation.sticky a img {
    max-width: 30px;
}

.inline-list {
    margin: 30px -1% 30px -1%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.inline-list>li {
    display: block;
    padding: 20px;
    width: 23%;
    float: left;
    margin: 0 1%;
    text-align: center;
    background: #f0f0f0;
}

.inline-list.inline-list-white>li {
    border: 1px solid #f0f0f0;
    background: #fff;
}

.inline-list>li p {
    font-size: 1em;
}

.inline-list .image-container {
    margin-bottom: 0;
}

.topics-list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.topics-list>li .small-title {
    display: block;
    text-transform: uppercase;
    color: rgba(40, 40, 40, 0.6);
    letter-spacing: 1px;
    font-size: 0.75em;
}

.topics-list>li h3 {
    margin: 0;
    color: #404040;
    font-size: 1.3em;
}

.topics-list>li a {
    display: block;
    padding: 12px 10px 12px 40px;
    position: relative;
}

.topics-list>li a .circle {
    position: absolute;
    width: 18px;
    height: 18px;
    display: block;
    left: 5px;
    margin: auto;
    top: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    bottom: 0;
    border: 2px solid rgba(40, 40, 40, 0.6);
    ;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.topics-list>li a .line {
    width: 2px;
    display: block;
    position: absolute;
    top: 0;
    left: 14px;
    bottom: 0;
    margin: auto;
    height: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    background: #ff3700;
}

.topics-list>li a:hover h3 {
    color: #ff3700;
}

.topics-list>li a:hover .circle {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.topics-list>li a:hover .line {
    height: 20px;
}

.zoom-btn {
    position: absolute;
    z-index: 30;
    right: 20px;
    top: 20px;
    display: block;
    width: 34px;
    height: 34px;
    font-size: 1.6em;
    padding: 5px;
    cursor: pointer;
}

.zoom-out-btn {
    position: absolute;
    z-index: 30;
    right: 60px;
    top: 20px;
    display: block;
    width: 34px;
    height: 34px;
    font-size: 1.6em;
    padding: 5px;
    cursor: pointer;
}

.info-btn {
    position: absolute;
    z-index: 30;
    right: 20px;
    top: 105px;
    display: block;
    width: 34px;
    height: 34px;
    font-size: 1.4em;
    padding: 5px;
    cursor: pointer;
}

.types-view {
    /*position: absolute;
    top: 20px;
    left: 150px;
    right: 150px;
    text-align: center;
    z-index: 20;*/
    position: absolute;
    top: 20px;
    left: 50%;
    text-align: center;
    z-index: 20;
    margin-left: -106px;
    margin-bottom: 0;
    padding: 0;
}

.types-view>li {
    display: inline-block;
    /*padding: 6px 20px;*/
    padding: 6px 15px;
    font-size: 11px;
    line-height: 16px;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.types-view>li.active {
    background: #ff3700;
    color: #fff;
}

#modal-gallery {
    margin: 20px 0;
}

.news-block {
    text-align: left;
    display: block;
    margin: 20px 0;
}

.news-block h3 {
    font-size: 1.4em;
}

.menu-sidebar-btn {
    cursor: pointer;
}

.topics-menu h3 {
    color: #404040;
}

.topics-menu a.overlay-menu-btn {
    color: rgba(40, 40, 40, 0.5) !important;
}

.topics-menu a.overlay-menu-btn:hover {
    color: rgba(40, 40, 40, 0.7) !important;
}

.topics-menu {
    width: 700px !important;
}

.modal-choose-left .nav-tabs {
    position: relative;
}

.modal-choose-left .nav-tabs>li {
    float: none;
    width: 100px;
}

.modal-choose-left .nav-tabs>li .solution-link {
    display: block;
    border: 1px solid transparent;
    position: relative;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.modal-choose-left .nav-tabs>li.active>a,
.modal-choose-left .nav-tabs>li.active>a:hover,
.modal-choose-left .nav-tabs>li.active>a:focus,
.modal-choose-left .nav-tabs>li>a:hover {
    background: transparent;
}

.solution-link h3 {
    font-size: 0.85em;
    margin-top: 0;
    display: inline-block;
    padding: 5px 20px;
    margin: 0;
}

.dropdown-vehicle-color .dropdown-toggle:hover,
.dropdown-vehicle-color .dropdown-toggle:visited {
    background: transparent !important;
    color: #404040;
}

.dropdown-vehicle-color.active .dropdown-toggle:hover,
.dropdown-vehicle-color.active .dropdown-toggle:visited {
    background: transparent !important;
    color: #fff;
}

.dropdown-vehicle-color.active .dropdown-toggle {
    color: #fff !important;
}

.dropdown-vehicle-color.active .dropdown-toggle span {
    color: #fff !important;
    display: inline-block;
}

.reset {
    position: absolute;
    right: 20px;
    top: 65px;
    z-index: 20;
    font-size: 0.9em;
    width: 70px;
    padding: 5px;
    text-align: center;
    background: transparent;
    cursor: pointer;
}

.reset:hover {
    text-decoration: underline;
}

.reset .big-title {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 1.4em;
    line-height: 1em;
}

.reset .small-title {
    font-size: 0.9em;
}

.menu-sidebar-btn:hover .sidebar-list-icon {
    color: #ff3700 !important;
}

.dropdown-vehicle-color .dropdown-menu {
    top: 33px;
    left: 0px;
}

.dropdown-vehicle-type.open .dropdown-menu {
    top: 100%;
}


.active .solution-link {
    border: 1px solid #ff3700;
}

.solution-check {
    position: absolute;
    z-index: 10;
    background: #ff3700;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 0.8em;
    display: none;
    text-align: center;
    padding: 4px;
    color: #fff;
    top: 10px;
    left: 10px;
}

.active .solution-link .solution-check {
    display: block;
}

.solution-box {}

.solution-link img {
    max-width: 80px !important;
}

.modal-choose-left .nav-tabs>li:hover,
.modal-choose-left .nav-tabs>li.active {
    background: transparent;
}

.modal-choose-left .gray-box {
    text-align: left;
    font-size: 0.9em;
    background: #fff;
    margin-bottom: 0;
}

.modal-choose-left .gray-box h4 {
    margin-top: 0;
    color: #ff3700;
}

.modal-choose-left .gray-box p {
    color: rgba(40, 40, 40, 0.6);
    margin: 0;
}

#modalScroll {
    display: block !important;
}

.modal-choose-left .modal-body {
    padding: 50px;
}

.modal-choose-left .nav-tabs>li {
    float: none;
    position: absolute;
    width: 100px;
}

.modal-choose-left .nav-tabs>li .solution-link {
    display: block;
    padding: 0 !important;
}

.modal-choose-left .nav-tabs>li.active>a,
.modal-choose-left .nav-tabs>li.active>a:hover,
.modal-choose-left .nav-tabs>li.active>a:focus,
.modal-choose-left .nav-tabs>li>a:hover {
    background: transparent;
}

.solution-link h3 {
    font-size: 1em;
    margin-top: 0;
}

.solution-link img {
    max-width: 70px;
}

.modal-choose-left .nav-tabs>li:hover,
.modal-choose-left .nav-tabs>li.active {
    background: transparent;
}

.modal-choose-left .tab-content {
    border-top: 1px solid #ebebeb;
}

#loader_div {
    display: none;
}

.content-box .image-container.margin-20 {
    margin-bottom: 20px;
}

.norms-list {
    margin: 0 -1%;
    padding: 0;
    list-style: none;
}

.norms-list>li {
    float: left;
    width: 48%;
    padding: 10px 15px;
    margin: 0 1% 20px 1%;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
}

.norms-list>li p {
    font-size: 0.9em;
}

.brown-download {
    background: #c99c7b;
    color: #fff;
    display: inline-block;
    padding: 8px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.orange-download {
    background: #ff3700;
    color: #fff;
    display: inline-block;
    padding: 8px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.brown-download:hover,
.orange-download:hover {
    color: #fff;
}

.download-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.download-list>li {
    float: left;
    margin: 0 5px 5px 0;
}

.fullscreen {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #000;
    min-height: 100%;
    width: 100%;
}

.video-container {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
}

.video-container iframe {
    width: 100%;
    height: 100%;
}

.video-container video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    visibility: visible;
    width: auto;
    height: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    /*min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;*/
    max-width: 100%;
    max-height: 100%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.youtube-container {
    height: 315px;
}

.youtube-container iframe {
    width: 100%;
    height: 100%;
}

.full-box {
    margin: 50px 0;
}

.full-box.full-box-no-margin {
    margin: 0;
}

.coating-filters {
    margin: 30px 0 10px 0;
    padding: 0;
    list-style: none;
}

.custom-table .checkbox-inline {
    font-size: 0.85em;
    color: #484848;
    background: #f7f7f7;
    padding: 3px 10px 3px 20px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 5px;
}

.custom-table .checkbox-inline span {
    font-size: 0.7em;
    position: absolute;
    left: 10px;
    top: 0;
    color: #ff3700;
    display: block;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
}

.custom-table .checkbox-inline .mechanical-table-check,
.custom-table .checkbox-inline .chemical-table-check,
.custom-table .checkbox-inline .welding-table-check,
.custom-table .checkbox-inline .availability-table-check,
.custom-table .checkbox-inline .bc-table-check,
.custom-table .checkbox-inline .magnetic-table-check {
    display: none;
}

.coating-filter-btn .steel-label {
    border: 1px solid #fff;
}

.coating-filters>li {
    float: left;
    display: inline-block;
    padding: 5px 15px;
    margin: 0 5px 5px 0;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 0.9em;
}

.coating-filters>li.coating-filter-btn-1 {
    color: #d1954e;
    border-color: #d1954e;
}

.coating-filters>li.coating-filter-btn-1.active {
    background: #d1954e;
    color: #fff;
}


.coating-filters>li.coating-filter-btn-2 {
    color: #e85805;
    border-color: #e85805;
}

.coating-filters>li.coating-filter-btn-2.active {
    background: #e85805;
    color: #fff;
}

.coating-filters>li.coating-filter-btn-3 {
    color: #68a48d;
    border-color: #68a48d;
}

.coating-filters>li.coating-filter-btn-3.active {
    background: #68a48d;
    color: #fff;
}

.coating-filters>li.coating-filter-btn-4 {
    color: #507189;
    border-color: #507189;
}

.coating-filters>li.coating-filter-btn-4.active {
    background: #507189;
    color: #fff;
}

.coating-filters>li.coating-filter-btn-5 {
    color: #ff3700;
    border-color: #ff3700 !important;
}

.coating-filters>li.coating-filter-btn-5.active {
    background: #ff3700;
    color: #fff;
}

.cold-tab,
.hot-tab {
    border: 1px solid #fff;
    font-size: 1.2em;
}

.nav-tabs .cold-tab a,
.nav-tabs .hot-tab a {
    margin: 0 !important;
}

.cold-tab.active {
    border-color: #7eacdd;
}

.cold-tab.active a {
    color: #7eacdd;
}

.hot-tab.active {
    border-color: #e85805;
}

.hot-tab.active a {
    color: #e85805;
}

.availability-timeline {
    position: relative;
    padding-top: 70px;
}

.timeline-line {
    height: 6px;
    background: #f0f0f0;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.coating-filter-btn {
    position: absolute;
    width: 130px;
    text-align: center;
    bottom: 30px;
    cursor: pointer;
    font-size: 1.1em;
}

.coating-filter-btn-1 {
    margin-left: -65px;
    left: 20%;
    color: #d1954e;
}

.coating-filter-btn-2 {
    margin-left: -65px;
    color: #e85805;
    left: 40%;
}

.coating-filter-btn-3 {
    margin-left: -65px;
    left: 60%;
    color: #68a48d;
}

.coating-filter-btn-4 {
    margin-left: -65px;
    left: 80%;
    color: #507189;
}

.line-animation {
    position: absolute;
    left: 0;
    height: 6px;
    bottom: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.filter-coating-block {
    position: relative;
}

.filtering-title-list {
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
}

.filtering-title-list>li {
    padding: 5px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f0f0f0;
}

.filtering-title-list>li.filtering-title {
    margin-top: 0;
    color: #ff3700;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 2px solid #ff3700;
    background: #fff;
    border-right: transparent;
    border-left: transparent;
}

.filter-coating-block-item {
    float: left;
    width: 25%;
}

.filter-coating-block-item h3 {
    padding: 5px;
    font-size: 1.1em;
    margin-top: 0;
    color: #ff3700;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 2px solid #ff3700;
    background: #fff;
    line-height: 1.42857143;
    margin: 0;
}

.fccl-item {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 20%;
    width: 20%;
    display: none;
    float: left;
    visibility: hidden;
}

.fccl-item>li {
    padding: 5px;
    height: 31px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.fccl-item>li.fccl-item-first {
    font-weight: bold;
    color: #ff3700;
    border-bottom: 2px solid #ff3700;
    border-right: 0;
    line-height: 1.42857143;
    height: 33px;
}

.coatings-tool {
    margin-bottom: 30px;
    margin-top: 30px;
}

.filter-coating-content {
    display: table;
    width: 100%;
}

.filter-coating-block-item {
    display: table-cell;
    width: auto;
    float: none;
}

.filter-coating-block-item.hidden-column {
    display: table-cell;
}

.filter-coating-countries-list {
    display: table;
    width: 100%;
}

.fccl-item.table-view {
    display: table-cell;
    width: auto;
    max-width: 100%;
    float: none;
    visibility: visible;
}

.coatings-tool.av-1 .line-animation {
    background: #d1954e;
    width: 20%;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.coatings-tool.av-2 .line-animation {
    width: 40%;
    background: #e85805;
}

.coatings-tool.av-3 .line-animation {
    width: 60%;
    background: #68a48d;
}

.coatings-tool.av-4 .line-animation {
    width: 80%;
    background: #507189;
}

.coatings-tool.av-1 .steel-label.available,
.coatings-tool.av-1 .steel-label.non-available,
.coatings-tool.av-1 .steel-label.available-nonvisible {
    display: none;
}

.coatings-tool.av-2 .steel-label.available,
.coatings-tool.av-2 .steel-label.yellow-available,
.coatings-tool.av-2 .steel-label.available-nonvisible {
    display: none;
}

.coatings-tool.av-3 .steel-label.yellow-available,
.coatings-tool.av-3 .steel-label.non-available,
.coatings-tool.av-3 .steel-label.available-nonvisible {
    display: none;
}

.coatings-tool.av-4 .steel-label.available,
.coatings-tool.av-4 .steel-label.non-available,
.coatings-tool.av-4 .steel-label.yellow-available {
    display: none;
}

.coating-filter-btn:after {
    content: "";
    width: 30px;
    height: 30px;
    z-index: 10;
    left: 0;
    right: 0;
    background: transparent;
    position: absolute;
    margin: auto;
    bottom: -40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.coating-filter-btn-1.active:after {
    background: url(../images/check-white.png) no-repeat center center #d1954e;
}

.coating-filter-btn-2.active:after {
    background: url(../images/check-white.png) no-repeat center center #e85805;
}

.coating-filter-btn-3.active:after {
    background: url(../images/check-white.png) no-repeat center center #68a48d;
}

.coating-filter-btn-4.active:after {
    background: url(../images/check-white.png) no-repeat center center #507189;
}

.parent-view h3 {
    display: block;
}



/* new css */

.solution-box {
    width: 300px;
    height: 300px;
    margin: 50px auto;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.modal-choose-left .tab-content {
    border: 0;
}

#solution-box-text {
    font-size: 1.3em;
}

/*.solution-link {
    cursor: pointer;
    display: block;
    width: 100px;
    height: 100px;
}*/

.solution-link.active .circle-showing {
    background: #f0f0f0;
    width: 100px;
    height: 100px;
}

.modal-choose-left .nav-tabs>li .solution-link {
    padding: 10px !important;
}

.modal-tabs li {
    width: 100px;
    height: 100px;
}

.smaller #solution-box-text-wrapper {
    display: block;
    position: relative;
    z-index: 0;
    text-align: left;
    padding: 15px 0 15px 130px;
    font-size: 1.6em;
}

.smaller #solution-box-text {
    position: relative;
    width: 100%;
    display: block;
}

.modal-choose-left .nav-tabs li {
    cursor: pointer;
}

.solution-link h3 {
    font-size: 1em !important;
    bottom: -15px !important;
    width: 150px;
    max-width: 150px !important;
    margin: 0 auto;
    left: -25px !important;
}



#solution-box-text-wrapper {
    display: none;
}

.solution-box-wrapper {
    position: relative;
    min-height: 100px;
    width: 100%;
}

.solution-box.smaller {
    position: relative;
    width: 100%;
    margin: auto;
    border: 0;
}

.solution-box.smaller #solution-box-text {
    display: block;
}

.solution-back {
    display: none;
    position: absolute;
    z-index: 10000;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    cursor: pointer;
    width: 120px;
    height: 120px;
}

.solution-box.smaller .solution-back {
    display: block;
}

.tab-content {
    display: none;
}

.tab-content.visible {
    display: block;
}

.modal-tabs {
    animation: spin 20s linear infinite;
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    -ms-animation: spin 20s linear infinite;
    -o-animation: spin 20s linear infinite;
    width: 300px;
    height: 300px;
    display: block;
    position: relative;
    margin: 0 auto;
}

.modal-tabs li {
    animation: spin 20s linear infinite reverse;
    -webkit-animation: spin 20s linear infinite reverse;
    -moz-animation: spin 20s linear infinite reverse;
    -ms-animation: spin 20s linear infinite reverse;
    -o-animation: spin 20s linear infinite reverse;
}

.modal-tabs:hover,
.modal-tabs:hover li {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
}

.modal-tabs-small {
    width: 80px;
    height: 80px;
    position: absolute;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    list-style: none;
    padding: 0;
    display: none;
    animation: spin 20s linear infinite;
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    -ms-animation: spin 20s linear infinite;
    -o-animation: spin 20s linear infinite;
}

.tab-button-small {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    padding: 5px;
    animation: spin 20s linear infinite reverse;
    -webkit-animation: spin 20s linear infinite reverse;
    -moz-animation: spin 20s linear infinite reverse;
    -ms-animation: spin 20s linear infinite reverse;
    -o-animation: spin 20s linear infinite reverse;
}

.tab-button-small img {
    max-width: 100%;
}

.tab-button-small .circle-showing {
    background: #f0f0f0;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -o-transform: rotate(1turn);
    }
}

.solution-box.smaller {
    width: 100%;
    height: 100px;
    position: relative;
    display: block;
}

.solution-box.smaller .modal-tabs {
    display: none;
}

.solution-box.smaller .modal-tabs-small {
    display: block;
}

.tab-content.visible {
    margin-top: 40px;
    border-top: 1px solid #ebebeb;
}

div.highlight-subtext p {
    font-size: 16px;
}

ul.highlight-items {
    text-align: center;
    list-style-type: none;
    margin: 10px 0 20px 0;
    padding: 0;
    color: #FFF;
}

ul.highlight-items li {
    display: inline-block;
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    padding: 0 10px;
}

ul.highlight-items li a {
    color: #fff;
}

ul.highlight-items li.color-1 {
    background-color: #FF2F01;
}

ul.highlight-items li.color-2 {
    background-color: #F68F61;
}

ul.highlight-items li.color-3 {
    background-color: #4C4970;
}

ul.highlight-items li.color-4 {
    background-color: #7B5474;
}

.highlight-container {
    height: 350px;
}

.highlight-container .highlight-image {
    object-fit: cover;
    max-width: none;
    width: 100%;
    height: 350px;
}

.orange-text {
    color: #ff3700;
}

.internal-block-no-header {
    padding: 100px 0 50px 0;
}

.side-internal-navigation {
    margin: 0 0 20px 0;
    list-style: none;
    padding: 0;
}

.side-internal-navigation>li {
    float: left;
    width: 33.33%;
    padding: 15px 15px 15px 70px;
    position: relative;
    min-height: 70px;
}

.side-internal-navigation>li a:hover {
    background: #f2f2f2;
}

.side-internal-navigation>li:last-child {
    border: 0;
}

.side-internal-navigation>li h4 {
    font-size: 1.1em;
    margin: 0 0 5px 0;
    line-height: 1.4em;
}

.side-internal-navigation>li .small-text {
    color: rgba(40, 40, 40, 0.5);
    font-size: 0.9em;
    display: block;
    margin-bottom: 15px;
}

.side-internal-navigation>li img {
    max-width: 48px;
    max-height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: auto;
    border: 2px solid #e2e2e2;
}

.side-internal-navigation>li :hover img {
    border-color: #c5c5c5;
}

.side-internal-navigation>li a:hover {
    background: #d02d00;
    color: #fff;
}

.info-paragraph {
    line-height: 1.7em;
    font-size: 1.1em;
}

.internal-block-no-header-title {
    border-left: 2px solid #ff3700;
    padding: 0 10px 10px 40px;
    margin-bottom: 30px;
}

.internal-block-no-header-title h1 {
    margin: 0;
}

.orange-opacity-box {
    padding: 30px;
    background: rgba(255, 55, 0, 0.1);
    margin: 20px 0;
    color: rgba(40, 40, 40, 0.7);
}

.orange-opacity-box .orange-opacity-box-title {
    margin-top: 0;
    color: #ff3700;
    font-size: 1.3em;
    font-family: 'GilroyBold';
    margin-bottom:10px;
    display:inline-block;
    line-height: 1.1;
}

.custom-table.custom-table-top td {
    vertical-align: middle;
    /*text-align: left;*/
}

.custom-table.custom-table-top th {
    text-align: left;
    vertical-align: middle;
}

.custom-table.custom-table-top>tbody>tr>th {
    font-size: 1.1em;
    color: #404040;
    background: #f0f0f0;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ff3700;
}

.custom-table.custom-table-top>tbody>tr>th.solution-title {
    background: transparent;
    border-bottom: 1px solid #ccc;
}

.custom-table.custom-table-top>tbody>tr>th:first-child {
    border-left: 1px solid #ccc;
}

.custom-table.custom-table-top>tbody>tr>th:last-child {
    border-right: 1px solid #ccc;
}

.custom-table.custom-table-top {
    background: #fff;
}

.custom-table.custom-table-top .first {
    font-weight: bold;
    font-size: 1.1em;
    background: #fff;
}

.small-info {
    display: inline-block;
    font-size: 0.9em;
    padding: 3px 0;
    color: rgba(40, 40, 40, 0.7);
}

.orange-text {
    color: #ff3700;
}

.internal-block-no-header {
    padding: 100px 0 20px 0;
}

.side-internal-navigation {
    margin: 0 -15px 0 -15px;
    list-style: none;
    padding: 0;
}

.side-internal-navigation>li {
    float: left;
    width: calc(33.33% - 30px);
    margin: 0 15px;
    padding: 0;
    position: relative;
    min-height: 70px;

}

.side-internal-navigation>li a.orange-btn:hover {
    background: #f2f2f2;
}

.part-number {
    display: inline-block;
    font-size: 1em;
    border: 1px solid #ccc;
    padding: 3px 15px;
    border-radius: 30px;
    background: #f0f0f0;
}

.internal-navigation-box {}

.internal-navigation-box h3 {
    margin-top: 0;
}

.solution-number {
    display: block;
}

.modal-links-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.modal-links-list a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 15px;
    background: #f0f0f0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.modal-links-list a:hover {
    color: #ff3700;
}

.underline-link {
    text-decoration: underline;
    font-size: 0.9em;
}

.green-text {
    color: #32ba7c;
}

.part-number span {
    font-size: 0.8em;
    color: rgba(40, 40, 40, 0.7);
}

.forming-parts {
    vertical-align: top !important;
}

.forming-parts td,
.forming-parts th {
    border: 0 !important;
    padding: 2px 0 !important;
    font-size: 0.8em;
    vertical-align: top !important;
}

.forming-parts td img,
.forming-parts th img {
    vertical-align: top;
}

.side-internal-navigation>li .collapse-title {
    font-size: 1.3em;
    margin: 0;
    display: block;
    padding: 25px 30px 15px 80px;
    line-height: 1.4em;
    min-height: 80px;
    position: relative;
}

.backgrounded-title {
    background: rgba(255, 55, 0, 0.1);
    padding: 10px;
}

.side-internal-navigation>li .small-text {
    color: rgba(40, 40, 40, 0.5);
    font-size: 1em;
    display: block;
    margin-bottom: 15px;
}

.side-internal-navigation>li .collapse-title img {
    max-width: 48px;
    max-height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid #e2e2e2;
}

.side-internal-navigation>li .collapse-title:hover img {
    border-color: #c5c5c5;
}

.side-internal-navigation>li a.orange-btn:hover {
    background: #d02d00;
    color: #fff;
}

.side-internal-navigation>li .collapse-title span {
    position: absolute;
    font-size: 0.85em;
    width: 15px;
    height: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.side-internal-navigation>li .collapse-title .opened-angle {
    display: none;
}

.side-internal-navigation>li .collapse-title.active .closed-angle {
    display: none;
}

.side-internal-navigation>li .collapse-title.active .opened-angle {
    display: block;
}

.side-internal-navigation .well {
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 15px 20px;
    margin: 0;
}

.info-paragraph {
    line-height: 1.7em;
    font-size: 1.1em;
}

.internal-block-no-header-title {
    border-left: 2px solid #ff3700;
    padding: 0 10px 10px 40px;
    margin-bottom: 30px;
}

.internal-block-no-header-title h1 {
    margin: 0;
}


.orange-opacity-box {
    padding: 30px;
    background: rgba(255, 55, 0, 0.1);
    margin: 20px 0;
    color: rgba(40, 40, 40, 0.7);
}


.close-modal {
    z-index: 100;
}

.small-btn {
    font-size: 0.8em;
    padding: 8px 15px;
}

.table-no-border,
.table-no-border td {
    border: 0;
}

.table-no-border td {
    width: 50%;
    padding: 0 5px 0 0;
}

.structure-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.structure-info-list>li {
    float: left;
    padding: 15px 15px 15px 15px;
    text-align: left;
    position: relative;
    font-size: 0.85em;
    width: 33.33%;
}

.structure-info-list>li:after {
    content: "";
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 100%;
    background: rgba(40, 40, 40, 0.1);
    width: 1px;
}

.structure-info-list>li:last-child:after {
    display: none;
}

.modal-content .internal-block-no-header-title {
    margin-bottom: 15px;
}

.structure-info-list>li:first-child {
    padding-left: 0;
}

.structure-info-list>li .small-title {
    color: rgba(40, 40, 40, 0.5);
    display: block;
    margin-bottom: 5px;
}

.more-detail-block {
    background: #f0f0f0;
    padding: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.more-detail-block .small-title {
    display: block;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: 1px;
    font-size: 0.65em;
}

.more-detail-block .white-btn {
    color: #404040;
    display: inline-block;
    font-size: 0.85em;
    padding: 6px 15px;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 5px;
}

.structure-box .image-container {
    text-align: left;
}

.structure-box {
    position: relative;
}

.structure-box .button-right {
    position: absolute;
    top: 0;
    right: 10px;
    height: 28px;
    bottom: 0;
    margin: auto;
}

.custom-table .max-size-image {
    max-width: 170px !important;
}

.collapse-solution-btn:hover td,
.collapse-solution-btn:hover th {
    background: transparent;
    cursor: pointer;
}

.collapse-solution-btn.active td,
.collapse-solution-btn.active th {
    border-color: transparent !important;
    background: #f0f0f0 !important;
    ;
}

.collapse-solution-btn .hidden-on-click {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.collapse-solution-btn.active .hidden-on-click {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.collapse-solution-btn.active .first-cell {
    border-left-color: #ddd !important;
}

.collapse-solution-btn.active .last-cell {
    border-right-color: #ddd !important;
}

.collapse-solution-btn .last-cell .image-container {
    text-align: left;
}

.collapse-solution-content {
    display: none;
}

.products-steel-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.products-steel-list>li {
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.products-steel-list>li:last-child {
    border: 0;
}

.products-steel-list p {
    margin: 0;
    padding: 0;
}

.product-name-label {
    display: inline-block;
    padding: 5px 10px;
    font-size: 0.75em;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.product-name-label.orange {
    color: #fff;
    background: #ff3700;
    border: 1px solid #ff3700;
}

.product-name-label.light-orange {
    color: #fff;
    background: #f59a70;
    border: 1px solid #f59a70;
}

.product-name-label.purple {
    color: #fff;
    border: 1px solid #85607e;
    background: #85607e;
}

.collapse-solution-content .normal-list li {
    background: url(../images/check.png) no-repeat left top 10px;
    padding: 10px 10px 10px 30px;
}

.collapse-solution-content td {
    padding: 15px !important;
}

/*.modal-lg {
    max-width: 90% !important
}*/
.sidebar-navigation-list-wrapper-pop .collapse-submenu-btn {
    /*display:block !important;
    width:100% !important;
    position:relative !important;
    top:initial !important;
    height:auto;
    padding:2px 20px 2px 0px !important;*/
}

.plus-image {
    position: absolute;
    right: 0;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.collapse-submenu-btn.active img.plus-image {
/*    content: url(/images/minus-menu.png);*/
    content: url(/images/plus.png);
}

.collapse-submenu.sidebar-navigation-list a {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    top: initial !important;
    height: auto;
    padding: 2px 20px 2px 15px !important;
}

.collapse-content-menu li {
    padding-right: 0 !important;
}

.bottom-navigation .bottom-navigation-scrollbar {
    padding: 30px;
    height: 100%;
}



@media (min-width: 992px) {
    .overlay-menu .col-md-2 {
        width: 12.5%;
    }
}

@media(max-width:1250px) {
    .dropdown-vehicle-type.open .dropdown-menu {
        bottom: 100%;
        top: initial;
        text-align: center;
    }

    .dropdown-vehicle-type {
        top: initial;
        bottom: 20px;
    }
}

@media (max-width:768px) {
    .inline-list>li {
        width: 48%;
    }
}

@media (max-width:640px) {
    .inline-list>li {
        width: 100% !important;
        margin: 0 0 15px 0;
    }

    .content-box iframe {
        width: 100% !important;
        height: auto !important;
    }
}

.interactive-model{
    background:#fff;
    position:relative;
    margin-bottom:10px;
}
.interactive-model .image-container{
    position:relative;
    overflow:hidden;

}
.overlay-3d {
    position:absolute;
    background:rgba(64,64,64,0.8);
    color:#fff;
    position:absolute;
    left:0;
    right:0;
    height:100%;
    bottom:100%;
    font-size:18px;
    text-align:center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.overlay-3d-text{
    position:absolute;
    top:50%;
    left:20px;
    right:20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.interactive-model:hover .overlay-3d{
    bottom:0;

}
.interactive-model img, .interactive-model video {
    width:100% !important;
    max-width:100% !important;
}
.interactive-model-3d{
    background:#d02d00;
    position:absolute;
    left:0;
    right:0;
    border-radius:30px;
    color:#fff;
    padding:5px 15px 5px 50px;
    width:170px;
    margin:auto;
    bottom:85px;
}
.text-3d{
    width:40px;
    height:40px;
    border-radius:50%;
    display:block;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    background:#ff3700;
    font-size:16px;
    font-weight:600;
    text-align:center;
    line-height: 40px;
}
.interactive-model h5{
    padding:25px 15px 15px 15px;
    text-align:center;

    margin:0 !important;
}



.full-tabs{
    width:100%;
    position:relative;
    background:#f0f0f0;
}
.full-tabs:before{
    content:"";
    position:absolute;
    top:15px;
    bottom:15px;
    width:1px;
    background:#fff;
    left:0;
    right:0;
    margin: auto;
    pointer-events: none;
    display:block;
    z-index: 10;
}
.full-tabs li{
    width:50%;
    border:0 !important;
}
.full-tabs li a{
    position:relative;
    padding:20px 10px 20px 90px !important;
    border:0 !important;
}
.full-tabs li a .tab-icon{
    position:absolute;
    width:50px;
    height:50px;
    display:block;
    top:0;
    bottom:0;
    left:20px;
    margin:auto;
}
.full-tabs li a .tab-text{
    color:rgba(58,58,58,0.7);
    font-size:0.75em;
}
.full-tabs li a h5{
    margin:0;
    font-size:1.3em;
    font-weight: normal;
    color:#585858;
}
.full-tabs li.active.cold-tab a h5{
    color:#7dacdd;
}
.full-tabs li.active.hot-tab a h5{
    color:#ff3700;
}
.full-tabs li.active a:before{
    content:"";
    height:2px;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    display:block;
}
.full-tabs li.active.cold-tab a:before{
    background:#7dacdd;
}
.full-tabs li.active.hot-tab a:before{
    background:#ff3700;
}

@media(max-width:768px){
    .full-tabs li a{
        padding:10px 5px 10px 50px !important;
    }
    .full-tabs li a .tab-icon{
        width:30px;
        height:30px;
        left:10px;
    }
    .full-tabs li a .tab-text{
        font-size:0.65em;
    }
    .full-tabs li a h5{
        font-size:1em;
    }
}