@import url(//fonts.googleapis.com/css?family=Rubik);
*{
    font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
    background: #242424  url("../img/sfondo.png") center top no-repeat;
}

body {
    /*font-family: 'myriad-pro', 'PT Sans', Arial, sans-serif;*/
    font-family: 'myriad-pro', Arial, sans-serif;
    /*font-family: Arial, sans-serif;*/
    /*color: #5E5E5E;*/
    color: #3E3E3E;
    font-size: 14px;
    /*	padding-top: 60px;
            padding-bottom: 40px;*/
}

.red {
    color: #ff0000;
}

.bold {
    font-weight: bold;
}

.centered {
    text-align:center;
}
/*
.justified {
        text-align: justify;
        text-justify: newspaper
}
*/

.acapo {
    clear: both;
}

.bold-black-text { color: #000; font-weight: bold; }

.show-just-small-phone {
    display: none !important;
}

@media (max-width: 320px) {
    .show-just-small-phone {
        display: inherit !important;
    }
    .hidden-small-phone {
        display: none !important;
    }
}

/* ==========================================================================
   Header
   ========================================================================== */

#top-bar {
    overflow: hidden;
    padding: 0;
}

#top-bar > .container > .navbar > .navbar-inner {

    border-bottom:1px solid #000;
    border-radius: 0;
    background-color: #FFF;
    background-image: none;
    height:60px;
}

#logo-row {
    padding: 15px 0;
}


/* ==========================================================================
   Top Navbar
   ========================================================================== */
input.search-query {
    border-radius: 0;
    padding: 0 5px;
    margin-top:15px;
    color: #230000;
    height: 25px;
    border: #545454 solid 1px;
    font-size: 12px;
    border-top-left-radius:7px;
    border-bottom-left-radius:7px;
}

button.search-btn {
    width: auto;
    padding: 0;
    margin: 15px 0 0 -4px !important;
    border: none;
    border-radius: 0;
    height:26px;
    border-top-right-radius:7px;
    border-bottom-right-radius:7px;
    background:#232323 !important;
    color:#FFF !important;
}

#top-menu ul.pull-right li{
    margin-left: 10px;
    line-height: 2px;
    border-radius: 0px;
    color: #ffffff;
    /*margin-top: 10px;*/
}

#top-menu ul.pull-right li *{
    text-transform: uppercase;
    padding-top:15px;
    padding-bottom:15px;
}

#top-menu ul.pull-right a:hover{

    color: #6f6f6f;

}

.navbar-inverse .brand, .navbar-inverse .nav > li > a{
    color: #6f6f6f;
}

/*#top-menu ul.pull-right li a {
    color: #ffffff;
}
*/

.black-button {
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom, #3A3A3A 0%, #545454 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #3A3A3A 0%, #545454 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #3A3A3A 0%, #545454 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3A3A3A), color-stop(1, #545454));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #3A3A3A 0%, #545454 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top, #3A3A3A 0%, #545454 100%);

    color: white;
    background-color: #3A3A3A;
    min-width: 88px;
    height: 21px;
    text-align: center;
    font-size: 12px;
}

.black-button:hover {
    /*	background-color: #3A3A3A;*/
    background-color: #ffffff;
    background-image: none;
    font-weight: bold;
}

.black-button a {
    color: #ffffff !important;
}

.black-button a:hover {
    color: #4c4c4c !important;
}

/* ==========================================================================
   Main Navbar
   ========================================================================== */

/*
Pulsantiera 
*/
#main-navbar-container {

    background: #FFF;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    /*font-size: 15px;*/
    /*font-weight: 600;*/
    font-weight: bold;
    padding: 3px 0;
    /*margin: 0 0 20px 0;*/
}

@media (max-width: 767px) {
    #main-navbar-container {
        background-color: #ffffff;
        background-image: none;
    }
}

#main-navbar {
    border: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    min-height: inherit !important;
}

/* 
Tutti gli li del menu 
*/
#main-navbar li {
    line-height: 15px;
}

/* 
Solo i primi li di ciascun sotto menu 
*/
#main-menu > ul > li {
    /*border-right: #ea5465 solid 1px;
    border-left: #960011 solid 1px;
    font-weight: bold;*/
    padding-top:5px;
    padding-bottom: 5px;
}



#main-menu > ul > li.first {
    border-left: none;
}

#main-menu > ul > li.last {
    border-right: none;
    /*	border-right: #960011 solid 1px;*/
}

/*@media (min-width: 768px) {
    #main-menu > ul > li.last {
        background: #E0001A url("../img/sfondo_last_menu_red.jpg") right top repeat-y;
    }
}*/

#main-menu > ul > li > a {
   
    line-height: 25px;
    text-transform: uppercase;
}

#main-navbar li > a {
    color: #230000 !important;
}

/* 
Solo i primi li di ciascun sotto menu quando sono open o active
*/

/*
Home button
*/
#home-btn a {
    border-radius: 0 !important;
    margin-left: -18px !important;
    padding: 8px 13px 7px 13px !important;
    background-color: transparent !important;
    background-image: none;
}

/*
#home-btn a:hover {
    background-color: #3f3f3f !important;
    background-image: none;
}
*/
#home-btn.active a {
    background-image: none;
    border-radius: 0 !important;
}

/*
Dropdown
*/
#main-navbar .dropdown-menu {
    border: none;
    background-color: #FFF;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    background-position: 0px 5px; 
    padding-top:10px;
    padding-bottom:10px;
   
}

.dropdown-menu:after {
    border: none !important;
    content: "" !important;
}

.navbar .nav > li > .dropdown-menu:before { 
    border-bottom: none; 
}

#main-navbar .dropdown-menu li {
    padding-left:10px;
    padding-right:10px;
    text-transform: uppercase;;
}



/*#main-navbar .dropdown-menu li a:hover {
        color: red !important;
}*/

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.dropdown-menu > li:hover, 
.dropdown-menu > li:focus {
    background-color: #E6E6E6;
    background-image: none;
    filter: none;
}

#main-navbar .dropdown-menu a {
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    padding-left: 5px;
}

/*@media (min-width: 768px) and (max-width: 979px) {
        #main-navbar li.dropdown {
                margin: 10px 0 0 25% !important;
                width: 50%;
        }
}*/

/* Phone */
@media (max-width: 480px) {

    #main-navbar li.dropdown {
        margin: 10px 0 0 10% !important;
        width: 80%;
    }

    .btn-navbar {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .btn-navbar {
        margin-top: 25px !important;
    }
}

@media (max-width: 767px) {

    /* 
    Solo i primi li di ciascun sotto menu 
    */
    #main-menu > ul > li {
        background-color: #E6E6E6;
        border: none;
        border-radius: 5px;
    }


    #home-btn a {
        border-radius: 5px !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }



    #main-navbar ul.dropdown-menu {
        border-radius: 5px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #main-navbar li.dropdown {
        margin: 10px 0 0 15% !important;
        text-align: center;
        width: 70%;
    }

    /*#main-navbar li.dropdown a:hover {
        background-color: #3f3f3f;
        background-image: none;
        filter: none;
    }*/

    #main-navbar li.dropdown.open {
        background-color: transparent !important;
        background-image: none;
    }
}


@media (min-width: 768px) {
    /* 
    Solo i primi li di ciascun sotto menu 
    */
    #main-menu > ul > li {
        background-color: transparent !important;
    }
}

/* ==========================================================================
   Slide Gallery
   ========================================================================== */

#home-carousel {
    margin-bottom: 20px;
    box-shadow: 5px 5px 3px #aeaeae;
}

#photogallery a {
    text-decoration: none;
}

.carousel-indicators {
    cursor: pointer;
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

/* ==========================================================================
   HomePage Box
   ========================================================================== */

.box-black {
    /* 
    background-image: -ms-linear-gradient(top, #000000 0%, #686464 100%);
    
    background-image: -moz-linear-gradient(top, #000000 0%, #686464 100%);
   
    background-image: -o-linear-gradient(top, #000000 0%, #686464 100%);
    
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #686464));
   
    background-image: -webkit-linear-gradient(top, #000000 0%, #686464 100%);
    
    background-image: linear-gradient(to bottom, #000000 0%, #686464 100%);*/
    background-color: #FFF;
}

.box-white {
    /* 
    background-image: -ms-linear-gradient(bottom, #7E807F 0%, #FFFFFF 100%);
  
    background-image: -moz-linear-gradient(bottom, #7E807F 0%, #FFFFFF 100%);
  
    background-image: -o-linear-gradient(bottom, #7E807F 0%, #FFFFFF 100%);
    
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7E807F), color-stop(1, #FFFFFF));

    background-image: -webkit-linear-gradient(bottom, #7E807F 0%, #FFFFFF 100%);
   
    background-image: linear-gradient(to top, #7E807F 0%, #FFFFFF 100%);
    background-color: #7E807F;*/

}

.home-box .box {
    height: 240px;
    /*border-bottom-right-radius: 10px;
    border-bottom-left-radius:  10px;
    	-moz-box-shadow: 10px 10px 5px #aeaeae;
            -webkit-box-shadow: 10px 10px 5px #aeaeae;*/
   /* box-shadow: 5px 5px 3px #aeaeae;*/
   padding-left: 1em;
   padding-right: 1em;
   padding-bottom: 0.5em;
   box-shadow: 0px 0px 5px 1px #B1B1B1;
   margin-top: 1em;
   border-radius: 10px;
    
}
#content-box{
    box-shadow: none;
}

/* box del Rapid Disc Finder nella sidebar left */
.box-rdf { height: 375px !important; }

/* Desktop small */
@media (min-width: 980px) and (max-width: 1200px) {
}

/* Tablet */
/*@media (min-width: 768px) and (max-width: 979px) {
    .home-box .box {
        width: 100% !important;
    }	


    .internal #content-box {
        width: 476px !important;
        margin-left: 82px;
    }
}*/

/* Phone */
@media (max-width: 767px) {
    /*.home-box h1 {
        background: #000000 !important;
        
    }
    .home-box .box {
        border-radius: 10px;
    }*/
    h1{
        word-wrap: break-word;
        line-height: initial;
        margin-bottom:10px;
       /*overflow:hidden;*/
    }
    .home-box .box{
        margin-left :0px;
        margin-right: 0px;
        padding-left:0px;
        padding-right:0px;
    }
    #box2, #box3, #box4, #box5 {
        margin-top: 20px;
    }

    .box-thumb {
        width: 13% !important;
        float: left !important;
    }
    .box-teaser {
        width: 80% !important;
        float: left !important;
        margin-left: 5px !important;
    }
    .home-box .more {
        float: right;
        margin-right: 40px !important;
    }
    .home-box .box-teaser-big {
        margin-left: 10px !important;
    }

    /* bugfix pagina interna */
    .internal #content-box {
        margin-top: 20px;
    }

    .home-box .box{
        margin-left:initial;
    }
}

#box1, #box2, #box3, #box4, #box5 {
    position: relative;
}

.more-container {
    position: absolute;
    bottom: 3px;
}

.home-box h1 {
    height: 35px;
    padding: 0 0 0 10px;
    margin: 0;	
    font-size: 14px;
    text-transform: uppercase;
}

.home-box h1 a {
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
}

.home-box h2 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    height: 16px;
    line-height: 10px;
    text-transform: uppercase;
}

/* .home-box p { padding: 0 10px 0 0; margin: 0; font-size: 13px; line-height: 13px; height: 29px; } */
.home-box p { padding-top: 2px; padding-bottom: 5px; padding-right: 0; margin: 0; font-size: 13px; line-height: 13px; }

.home-box a { color: #242424; text-decoration: none; font-size: 13px; font-style: italic; }
.home-box a:hover { text-decoration: underline; }

.home-box img { /*border: solid 2px;*/ border: solid 1px #929392; }
.home-box .img-no-border { border: 0; }

.home-box .more {
    /*  
    background-image: -ms-linear-gradient(bottom, #424242 0%, #616161 100%);
  
    background-image: -moz-linear-gradient(bottom, #424242 0%, #616161 100%);
   
    background-image: -o-linear-gradient(bottom, #424242 0%, #616161 100%);
   
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #424242), color-stop(1, #616161));
   
    background-image: -webkit-linear-gradient(bottom, #424242 0%, #616161 100%);
    
    background-image: linear-gradient(to top, #424242 0%, #616161 100%);
    background-color: #424242;*/

    font-size: 14px;
    padding: 5px 0 0 5px;
    margin: 5px 0 0 165px;
    width: 81px;
    height: 25px;
}

.home-box .more:hover {
   /* background-color: #424242;*/
    background-image: none;
    color: white;
}

.home-box .more a {
    text-decoration: none;
}

.home-box .news {
    height: 62px;
    width: auto;
    margin: 20px 0 0 10px;
    padding: 0;
}

.box-thumb { margin-right: 5px; }

.box-teaser { /* margin-left: 5px; padding-right: 5px; */ }
.home-box .box-teaser { margin-left: 0; }

/*
.box-teaser-big {p
                                                                 margin: 20px 0 0 0;
                                                                 height: 147px;
}
*/

.box-teaser-big p {
    height: 90px;
    margin-top: 8px;
}

.red-button {
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom, #AA0101 0%, #ED3838 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #AA0101 0%, #ED3838 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #AA0101 0%, #ED3838 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #AA0101), color-stop(1, #ED3838));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #AA0101 0%, #ED3838 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top, #AA0101 0%, #ED3838 100%);

    color: white;
    /*font-weight: bold;*/
    background-color: #ED3838 !important;
}

.yellow-button {
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom, #ffc213 0%, #ffee62 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #ffc213 0%, #ffee62 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #ffc213 0%, #ffee62 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffc213), color-stop(1, #ffee62));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #ffc213 0%, #ffee62 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top, #ffc213 0%, #ffee62 100%);

    /*color: white;*/
    /*font-weight: bold;*/
    background-color: #ffc213;
}

.yellow-button:hover {
    background-color: #AA0101;
    color: white;
}


#btn-browse-box {
    padding: 25px 0 0 0;
    /*border-bottom: #cecece 2px solid;*/
}

#btn-technical_news-box {
    padding: 10px 0 0 0;
    border: 0;
}

.single-btn-browse-box { padding: 55px 0 10px 0; }
.double-btn-browse-box { padding: 10px 0 10px 0; }

#btn-browse-box img,
#btn-download-box img,
#btn-technical_news-box img {
    border: none;
}

#btn-download-box {
    padding: 10px 0 0 0;
}

/* ==========================================================================
   Internal Page Menu - overrido i comportamenti dei box in homepage
   ========================================================================== */
/*.internal > div {
        padding-bottom:8000px;
  margin-bottom:-8000px;
}*/

.internal #box2, .internal #box3, .internal #box5 {
    margin-top: 20px;
}

.internal #content-box {
    /* 
    background-image: -ms-linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
    
    background-image: -moz-linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
    
    background-image: -o-linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
   
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F1F1), color-stop(1, #FFFFFF));
   
    background-image: -webkit-linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
    
    background-image: linear-gradient(to bottom, #F1F1F1 0%, #FFFFFF 100%);

    background-color: #F1F1F1;*/
    background-color: #FFF;
    color: #5E5E5E;
    font-size: 14px;
    /*height: 100%;*/
    height: auto;
    min-height: 500px;/*	
    text-align: justify;
    
            -webkit-box-sizing: border-box;  Safari/Chrome, other WebKit 
            -moz-box-sizing: border-box;     Firefox, other Gecko 
            box-sizing: border-box;          Opera/IE 8+ */
}

.internal #content-box .container { 
    /*padding: 10px 10px 10px 5px;*/
    padding: 10px;
    width: auto;
}

.internal #content-box .ferodo-page-content { padding: 0 10px; }
@media screen and (max-width: 768px){
    .internal #content-box .ferodo-page-content { padding: 0; }
}

.internal #content-box .products-page-image { }
@media screen and (max-width: 768px){
    .internal #content-box .products-page-image { margin-left: 0 !important; padding-left: 0 !important; }
}

.internal #content-box .ferodo-container-content { padding: 0 20px; }
.internal #content-box .product-carracing-content img { float: left; margin: 0 20px 5px 0; }
.internal #content-box .product-carracing-content ul { list-style-type: none; }

.internal #content-box .ds2500 { padding: 0 10px; }
@media screen and (max-width: 768px){
    .internal #content-box .ds2500 { padding: 0; }
}

.marketing-content h2 {
    color: black;
}

.internal #content-box .marketing-content { padding: 0 10px; }
@media screen and (max-width: 768px){
    .internal #content-box .marketing-content { padding: 0; }
}

.internal #content-box a {
    color: #5E5E5E;
}

.internal #content-box h1 {
    color: #230000;
    font-size: 1.2em;
}

#menu-box {
    height: auto;
    /*min-height: 240px;*/
}

#menu-box a {
    text-decoration: none;
}

#menu-box #current-menu {
    text-decoration: underline;
    font-weight: bold;
}

#menu-box ul {
    list-style: none;
    margin-left: 15px;
}

#menu-box ul li:before {
    content: "\00BB \0020";
    font-size: 22px;
    font-weight: bold;
    color: #ff0000;
    margin-top: 5px;
}

#menu-box ul li ul {
    list-style: none;
}

#menu-box ul li ul li:before {
    content: "\203a \0020";
    font-size: 22px;
    font-weight: bold;
    color: #ff0000;
    margin-top: 5px;
}

#breadcrumbs {
    margin-bottom: 10px;
    margin-left: 10px;
    font-weight: bold;
}

#breadcrumbs a {
    text-decoration: none;
}

/*.home-box{
    margin-top:50px;
}*/
/* Ripulisco alcuni settings tipici della homepage */
.home-box.internal p {
    font-size: inherit;
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: inherit;
    padding: 5px 0;
}

.home-box.internal h2 {
    padding: 10px 0;
    font-size: 16px;
    height: auto;
    line-height: 18px;
}

.home-box.internal h2#racing {
    margin: 20px 0;
}

.home-box.internal h3 {
    font-size: 15px;
    line-height: 16px;
}



/* ==========================================================================
   Content
   ========================================================================== */
#main-content {
    padding-bottom: 60px;
    background:#F0F0F0;
   /* box-shadow: 0 0 10px #181818;*/
}

@media (max-width: 767px) {
    #main-content {
        padding-bottom: 20px;
    }
}

.inside-block{
    background-color: white;
    min-height: 600px;
    border-radius: 8px;
    margin: 2em;
    padding: 1em;
    /*padding-right: 1em;*/
}

ul#internal-menu {
    list-style: none;
    margin: 20px 0 0 0px;
}

ul#internal-menu li{
    background-color: #ED3838;
    float: left;
    margin: 5px 10px;
    width: 118px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

ul#internal-menu li a{
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold;
}

.modal-body img {
    max-height: 500px;
}

.warning {
    margin-top: 10px;
    padding: 10px;
    font-weight: bold;
}

.right-image {
    float: right;
    margin: 10px;
}

table {
    margin-top: 20px;
}

table.download-table { 
    table-layout: fixed; 
}
table.download-table th, 
table.download-table td { 
    overflow: hidden; 
    font-size: 13px;
}

.download-table a {
    font-size: 13px;
    font-style: normal;
    text-decoration: underline;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #cccccc;
}

#news-navigator {
    margin-top: 40px;
}

/*.rotate {
        -moz-transform: rotate(-90.0deg);   FF3.5+ 
        -o-transform: rotate(-90.0deg);   Opera 10.5 
  -webkit-transform: rotate(-90.0deg);   Saf3.1+, Chrome 
        filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);   IE6,IE7 
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";  IE8 
}*/

/*.history-box-content {
        border: #1d1d1d solid;
}*/

@media only screen and (max-width: 800px) {

    #product-container > .row-fluid > div {
        width: 100%;
        min-height: 100px;
        float: left;
        position: relative;
        margin-left: 10px;
    }
}

.product-content {
    margin-left: 0 !important;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footer-menu-bar {
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom, #C8CDD0 0%, #FFFFFF 30%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #C8CDD0 0%, #FFFFFF 30%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #C8CDD0 0%, #FFFFFF 30%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #C8CDD0), color-stop(0.3, #FFFFFF));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #C8CDD0 0%, #FFFFFF 30%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top, #C8CDD0 0%, #FFFFFF 30%);

    background-color: #ffffff;
    font-size: 12px;
}

#footer-menu-bar a {
    color: #5e5e5e;
}

#footer-menu-bar .nav-list{
    list-style-image: url('../img/menu_arrow.png');
    background-position: 0px 5px; 
    padding: 0 0 0 10px;
}

#footer-menu-bar .no-bullet {
    list-style-image: none;
}

#footer-menu-bar .no-bullet > li {
    list-style-image: none;
    margin-left: 0 !important;
}

#footer-menu-bar .no-bullet > li > a:hover {
    background-color: transparent;
}

#footer-menu-bar .no-bullet img {
    max-width: 100%;
}

#footer-menu-bar .nav-list li {
    margin-left: 14px;
}

#footer-menu-bar .nav-list li.nav-header {
    border-bottom: #C8CDD0 solid 2px;
    padding: 0;
    margin: 20px 0 10px 0;
}

#pre-footer {
    padding-bottom: 10px;
}

#pre-footer a {
    text-decoration: underline;
}

#footer-bar {
    /* IE10 Consumer Preview */ 
    /*background-image: -ms-linear-gradient(top, #AA0101 0%, #ED3838 100%);*/
    background-image: -ms-linear-gradient(top, #242424 0%, #242424 100%);
    /* Mozilla Firefox */ 
    /*background-image: -moz-linear-gradient(top, #AA0101 0%, #ED3838 100%);*/
    background-image: -moz-linear-gradient(top, #242424 0%, #242424 100%);
    /* Opera */ 
    /*background-image: -o-linear-gradient(top, #AA0101 0%, #ED3838 100%);*/
    background-image: -o-linear-gradient(top, #242424 0%, #242424 100%);
    /* Webkit (Safari/Chrome 10) */ 
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AA0101), color-stop(1, #ED3838));*/
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #242424), color-stop(1, #242424));
    /* Webkit (Chrome 11+) */ 
    /*background-image: -webkit-linear-gradient(top, #AA0101 0%, #ED3838 100%);*/
    background-image: -webkit-linear-gradient(top, #242424 0%, #242424 100%);
    /* W3C Markup, IE10 Release Preview */ 
    /*background-image: linear-gradient(to bottom, #AA0101 0%, #ED3838 100%);*/
    background-image: linear-gradient(to bottom, #242424 0%, #242424 100%);

    /*height: 50px;
    overflow: hidden;*/
    padding: 0;
    /*background-color: #ED3838;*/
    background-color:#242424;
    font-size: 11px;
}

#footer-bar div.container footer div.row div.span8 p.pull-left{
margin-bottom:0px;
}
@media (max-width: 767px) {
    #footer-bar div.container footer div.row div.span8 p.pull-left {
        float: none !important;
        text-align:center;
    }
    #footer-bar div.container footer div.row div.span4 p.pull-right {
        float: none !important;
        text-align:center;
    }
}

/* Phone */
@media (max-width: 767px) {
    #footer-bar {
        height: auto !important;
    }
}

footer {
    margin-top: 15px;
    color: #ffffff;
}

#footer-info {
    /*	line-height: 12px;*/
    text-align: right;
}

footer a {
    color: #ffffff !important;
}
/* ==========================================================================
   Gmaps
   ========================================================================== */

#map{
    display: block;
    width: 95%;
    height: 460px;
    margin: 10px auto;
    -moz-box-shadow: 0px 5px 20px #ccc;
    -webkit-box-shadow: 0px 5px 20px #ccc;
    box-shadow: 0px 5px 20px #ccc;
}
#map.large{
    height:500px;
}

.overlay{
    display:block;
    text-align:center;
    color:#fff;
    font-size:60px;
    line-height:80px;
    opacity:0.8;
    background:#4477aa;
    border:solid 3px #336699;
    border-radius:4px;
    box-shadow:2px 2px 10px #333;
    text-shadow:1px 1px 1px #666;
    padding:0 4px;
}

.overlay_arrow{
    left:50%;
    margin-left:-16px;
    width:0;
    height:0;
    position:absolute;
}
.overlay_arrow.above{
    bottom:-15px;
    border-left:16px solid transparent;
    border-right:16px solid transparent;
    border-top:16px solid #336699;
}
.overlay_arrow.below{
    top:-15px;
    border-left:16px solid transparent;
    border-right:16px solid transparent;
    border-bottom:16px solid #336699;
}

/* Bootstrap workaround */
.gm-style img { max-width: none; }
.gm-style label { width: auto; display: inline; }

#DistributorSelectorSubmit { margin-top: 10px; }
/* ==========================================================================
   Partnership
   ========================================================================== */

#partnership-container ul{
    list-style: none;
    margin: 0 0 10px 10px;
}

#partnership-container ul li {
    padding: 10px 0;
}

#partnership-container img {
    margin-top: 10px;
}

.partnership-txt{ padding: 0 20px 0 0; }
.partnership-txt h4 { color: black; }
.partnership-more-info{ padding:7px 0 0 0; }

/* ==========================================================================
   Compound wizard
   ========================================================================== */
#rootwizard #tab3 li {
    display: none;
}

#bar, .wiz-pager,
.tab-content {
    margin-left: 35px; 
} 
.tab-content {
    min-height: 190px;
} 

.compound-bar {	
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(left, #3A3A3A 0%, #FE0000 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(left, #3A3A3A 0%, #FE0000 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(left, #3A3A3A 0%, #FE0000 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3A3A3A), color-stop(1, #FE0000));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(left, #3A3A3A 0%, #FE0000 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to right, #3A3A3A 0%, #FE0000 100%);	

    background-color: red;
    width: 100%;
    height: 30px;

    font-weight: bold;
    font-size: 1.1em;
    color: #FFFFFF;
    line-height: 30px;
}

.compound-bar span {	
    margin-left: 50px;
}

.arrow-container {
    width: 90%;
    height: 60px;
    position: relative;
}

.arrow {
    position: absolute;
    text-align: center;
}

.arrow-img {
    width: 15px;
    border: none !important;
}

.graph-legend {
    height: 20px;
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
}

.graph-description {
    margin-top: 20px;
}

#tab4 h3 {
    width: 100%;
    text-align: center;
}

#chart-container-temperature {
    margin-top: 20px !important;
}

#material-desc-2 {
    font-style: italic;
}

/*.wizard .finish a {
        background-color: red !important;
}*/

.wiz-pager li.yellow-button a {
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom, #ffc213 0%, #ffee62 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #ffc213 0%, #ffee62 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #ffc213 0%, #ffee62 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffc213), color-stop(1, #ffee62));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #ffc213 0%, #ffee62 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top, #ffc213 0%, #ffee62 100%);

    /*color: white;*/
    /*font-weight: bold;*/
    background-color: #ffc213;
    text-decoration: none;
}

.wiz-pager li.yellow-button a:hover {
    background-color: #AA0101;
    color: white;
}

.wiz-comparison {
    color: white !important;
    text-decoration: none !important;
}

.wiz-comparison:hover {
    color: #5e5e5e !important;
    text-decoration: none;
}

#tab-title {
    width: 100%;
    text-align: center;
}
/* ==========================================================================
   Motorcycle Pad&Shoes
   ========================================================================== */

#motorcycle-clutches,
#motorcycle-brake-discs,
#motorcycle-pad-shoes {
    position: relative;
    margin-top: 25px;
    padding: 0 10px;
}

#motorcycle-clutches > #header,
#motorcycle-brake-discs > #header,
#motorcycle-pad-shoes > #header {
    background-color: #a6a6a6;
    color: #000;
}

#motorcycle-clutches h2,
#motorcycle-brake-discs h2,
#motorcycle-pad-shoes h2 {
    /*margin-top: 5px;*/
    font-size: 40px;
}

#motorcycle-clutches h3,
#motorcycle-brake-discs h3,
#motorcycle-pad-shoes h3 {
    font-size: 26px;
}

#motorcycle-clutches h4,
#motorcycle-brake-discs h4,
#motorcycle-pad-shoes h4 {
    font-size: 21px;
}

#motorcycle-clutches > #txt,
#motorcycle-brake-discs > #txt,
#motorcycle-pad-shoes > #txt {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 220px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 0 5px;
}

#motorcycle-clutches img,
#motorcycle-brake-discs img,
#motorcycle-pad-shoes img {
    border: none;
}

#motorcycle-clutches .title,
#motorcycle-brake-discs .title,
#motorcycle-pad-shoes .title {
    padding-top: 5px;
}

.red-bar {
    /*	background-color: #ff0000;
            background-color: #AA0101;*/
    background-color: #DF0029;
    color: white;
    margin-top: 20px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
    .red-bar {
        background-color: #DF0029;
        color: white;
        margin-top: 20px;
        height: 80px;
        line-height: 80px;
        vertical-align: middle;
    }
}

.black-bar {
    background-color: #000;
    color: white;
    margin-top: 0px;
    font-weight: bold;
    padding: 5px;
    font-size: 13px;
}

.prod-img {
    margin: 10px 0;
}

.prod-way {
    margin-left: 0;
}

.prod-name,
.prod-desc {
    width: 100%;
    border: 2px solid #000000;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.prod-name {
    font-weight: bold;
    float: left;
    min-height: 55px;
}

.prod-table { margin-left: 0 !important; }
.prod-name-detail { display: inline-block; float: left !important; padding: 6px 0 0 5px; font-size: 12px; }
.prod-image-detail { display: inline-block; float: right !important; }
.prod-image-detail-double { display: inline-block; float: none !important; }

@media screen and (min-width: 1px) and (max-width: 480px) {
    .prod-image-detail-double { display: inline-block; float: right !important; }
}

@media screen and (min-width: 1px) and (max-width: 1024px) {
    .prod-way { margin-left: 0; display: none !important; float: none !important; width: 0 !important; }
    .prod-table { width: 100% !important; }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
    .prod-name { font-weight: bold; float: none !important; }
    .prod-name-detail { display: block !important; float: none !important; text-align: center; }
    .prod-image-detail { display: block !important; float: none !important; text-align: center; }
}

.prod-container {
    display: table; 
    height: 100%; 
    width: 100%;
}

.prod-desc {
    border-top: none;
    padding: 5px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
    font-size: 12px;
}

#motorcycle-brake-discs .prod-desc {
    height: 165px;
}

#motorcycle-clutches .prod-desc {
    height: 80px;
}

.motorcycle-prod-title {
    display: inline-block; 
    vertical-align: bottom;
}

.motorcycle-prod-title-logo {
    display: inline-block; 
    vertical-align: bottom; 
    margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
    .motorcycle-prod-title-logo {
        display: none;
    }
}

.prod-desc-pad {
    margin-left: auto; 
    margin-right: auto; 
    width: 100%;
    float: none;
    min-height: 166px !important;
}
.prod-desc-pad-big {
    margin-left: auto; 
    margin-right: auto; 
    width: 100%;
    float: none;
    min-height: 210px !important;
}

@media (max-width: 767px) {
    #motorcycle-pad-shoes h2 {
        margin: 70px 0 0 20px;
    }

    #motorcycle-pad-shoes h3 {
        margin-left: 20px;
    }
}

#header-compund-selection {
    margin-top: 20px;
    background-color: #a6a6a6;
    color: #000;

}

@media (max-width: 320px) {
    #header-compund-selection > div > h3{
        height: 54px;
        line-height: 54px;
    }
}

#pad-compund-selection {
    margin-top: 20px;
}

.blue-box {
    background-color: #DFE8ED;
    padding: 10px;
    margin-top: 20px;
    height: 100%;
}

@media (min-width: 800px) {
    .blue-box {
        height: 340px;
    }
}

@media (min-width: 800px) and (max-width: 1023px) {
    .blue-box {
        height: 340px;
    }
}

.blue-box h4 {
    margin-bottom: 0;

}


/* ==========================================================================
   History
   ========================================================================== */

.history-content p{ padding:0 !important; margin:0; /* text-align: justify; */ }
.history-modal{ height: auto; width: auto; max-height:none; max-width: none; }

/* ==========================================================================
   Merchandising
   ========================================================================== */

.rotate-container {
    /*	-moz-transform: rotate(270deg);
            -webkit-transform: rotate(270deg) ;
            -o-transform: rotate(270deg) ;
            -ms-transform: rotate(270deg) ;
            transform: rotate(270deg);
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
    text-align: center;
}

.pagination ul{
    list-style: none;
}

.pagination li{
}

.pagination ul li a{
}

.pagination ul li a.active{
    font-weight: bold;
    text-decoration: underline;	
}

/* ==========================================================================
   Motorcycle - Brake Pads & Shoes 
   ========================================================================== */

.motorcycle-compound-modal {    
    width: 80%;
    margin-left: -40%;
    left: 50%;
}

#why-chose-ferodo-discs {
    margin-top: 20px;
}

.r90-modal {    
    width: 80%;
    margin-left: -40%;
    left: 50%;
    height: auto;
}

/* ==========================================================================
   Contact
   ========================================================================== */
.staff-office {
    margin-bottom: 0;
}

/* ==========================================================================
   Home Page Boxes
   ========================================================================== */
#box1 p, #box4 p { text-transform: capitalize; font-weight: bold; }

/* ==========================================================================
   News
   ========================================================================== */
.news-list { display: block; clear: both; }
.news-list .news-item .news-item-image img { border: 2px solid black; }

.news-list .news-item .news-item-title { background-color:#e1e1e1;height:100px; padding: 20px 8px;}
.news-list .news-item .news-item-title .date { font-size: 12px; }
.news-list .news-item .news-item-title a.news-item-title-link { color: #000 !important; text-decoration: none; text-transform: capitalize; font-weight: bold; }
.news-list .news-item .news-item-title a.news-item-title-link:hover { text-decoration: underline; }
.news-list .news-item .news-item-title-more {  color: #C50101 !important; font-size: 14px; font-weight: bold; text-transform: none; line-height: 100px; }
.internal .ferodo-container-content .news-content { float: left; /*width: 100%;*/ }
.internal .ferodo-container-content .news-content-left { float: left; /*width: 80%;*/ }
.internal .ferodo-container-content .news-right-photo { margin-bottom: 20px; }
.internal .ferodo-container-content .news-bottom-photo { text-align: center; padding: 0; margin-left: 0; margin-bottom: 20px; }
.internal .ferodo-container-content .news-attachments { list-style-type: none; margin: 0 0 20px 0; }
.internal .ferodo-container-content .news-attachments-item { font-size: 13px; }

/* ==========================================================================
   Rapid Pad Finder BOX
   ========================================================================== */
.home-box #Form_RpfForm { padding: 7px; }
.home-box #Form_RpfForm .left { font-style: italic; }
.home-box #Form_RpfForm { margin-left: 10px; }
.home-box #Form_RpfForm fieldset .field { margin-top: 15px; }
.home-box #Form_RpfForm fieldset input { padding: 0; margin: 0; }
.home-box #Form_RpfForm fieldset #ProductLine label, .home-box #Form_RpfForm fieldset #ProductLine .middleColumn { display: inline-block; }
.home-box #Form_RpfForm #ProductLine .middleColumn #Form_RpfForm_ProductLine { margin: 0; padding: 5px; width: 100px; margin-left: 4px; display: inline-block; }
.home-box #Form_RpfForm fieldset #mm label, .home-box #Form_RpfForm fieldset #mm .middleColumn { display: inline-block; }
.home-box #Form_RpfForm fieldset #mm .middleColumn #Form_RpfForm_mm { width: 100%; margin-left: 61px; }
.home-box #Form_RpfForm fieldset #Tolerance label, .home-box #Form_RpfForm fieldset #Tolerance .middleColumn { display: inline-block; }
.home-box #Form_RpfForm fieldset #Tolerance .middleColumn #Form_RpfForm_Tolerance { width: 100px; margin-left: 20px; }
.home-box #Form_RpfForm .Actions { margin-top: 20px; }
.internal #content-box #product-container .finder-product-result { display: inline-block; width: 100%; height: auto; vertical-align: top; margin: 0 15px 15px 0; }
.internal #content-box #product-container a.finder-product-result-link { color: #DB0000; }

.formErrorMessage{ cursor: pointer; margin-left: 63px; }
.formErrorMessageLabel{ color: #cc0000; }
.formErrorAlert{ padding: 10px; border: 1px solid #e2918d; border-radius: 5px; background-color: #ffcfcd; font-weight: bold; }
input.holder-validation { border: 2px solid #cc0000; }

/* ==========================================================================
   Rapid Pad Finder PAGE FORM
   ========================================================================== */
.internal #content-box #Form_RpfFormExtended fieldset #ProductLine ul { list-style-type: none; margin: 0; padding: 0; }
.internal #content-box #Form_RpfFormExtended fieldset #ProductLine ul li { display: inline-block; margin-right: 25px; }
@media screen and (min-width: 400px) and (max-width: 768px){
    .internal #content-box #Form_RpfFormExtended fieldset #ProductLine ul li { display: inline-block; margin-right: 15px; }
}
.internal #content-box #Form_RpfFormExtended fieldset input.radio { display: none; }
/*car racing*/
.internal #content-box #Form_RpfFormExtended fieldset li .radio-1 { 
    display: block; 
    /*background-image: url(../img/car-racing-finder.png);*/
    background-repeat: no-repeat;
    width: 120px; 
    height: 120px;
}
.internal #content-box #Form_RpfFormExtended fieldset li .radio-1-image-en { background-image: url(../img/car-racing-finder-en.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-1-image-it { background-image: url(../img/car-racing-finder-it.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-1-image-de { background-image: url(../img/car-racing-finder-de.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-1-image-es { background-image: url(../img/car-racing-finder-es.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-1-image-fr { background-image: url(../img/car-racing-finder-fr.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-1-image-gr { background-image: url(../img/car-racing-finder-gr.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-1-image-ch { background-image: url(../img/car-racing-finder-ch.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-1-image-fi { background-image: url(../img/car-racing-finder-fi.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-1-image-cz { background-image: url(../img/car-racing-finder-cz.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-1-image-ru { background-image: url(../img/car-racing-finder-ru.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-1-image-ja { background-image: url(../img/car-racing-finder-ja.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-1-image-pl { background-image: url(../img/car-racing-finder-pl.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-1-image-pt { background-image: url(../img/car-racing-finder-pt.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-1-image-uk { background-image: url(../img/car-racing-finder-uk.png);  }
/*.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-1 { background-image: url(../img/car-racing-finder-select.png); }*/
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-1-en { background-image: url(../img/car-racing-finder-select-en.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-1-it { background-image: url(../img/car-racing-finder-select-it.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-1-de { background-image: url(../img/car-racing-finder-select-de.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-1-es { background-image: url(../img/car-racing-finder-select-es.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-1-fr { background-image: url(../img/car-racing-finder-select-fr.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-1-gr { background-image: url(../img/car-racing-finder-select-gr.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-1-ch { background-image: url(../img/car-racing-finder-select-ch.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-1-fi { background-image: url(../img/car-racing-finder-select-fi.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-1-cz { background-image: url(../img/car-racing-finder-select-cz.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-1-ru { background-image: url(../img/car-racing-finder-select-ru.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-1-ja { background-image: url(../img/car-racing-finder-select-ja.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-1-pl { background-image: url(../img/car-racing-finder-select-pl.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-1-pt { background-image: url(../img/car-racing-finder-select-pt.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-1-uk { background-image: url(../img/car-racing-finder-select-uk.png); }

/*motorcycle*/
.internal #content-box #Form_RpfFormExtended fieldset li .radio-3 { 
    display: block; 
    /*background-image: url(../img/motorcycle-finder.png);*/
    background-repeat: no-repeat;
    width: 120px; 
    height: 120px;
}
.internal #content-box #Form_RpfFormExtended fieldset li .radio-3-image-en { background-image: url(../img/motorcycle-finder-en.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-3-image-it { background-image: url(../img/motorcycle-finder-it.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-3-image-de { background-image: url(../img/motorcycle-finder-de.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-3-image-es { background-image: url(../img/motorcycle-finder-es.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-3-image-fr { background-image: url(../img/motorcycle-finder-fr.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-3-image-gr { background-image: url(../img/motorcycle-finder-gr.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-3-image-ch { background-image: url(../img/motorcycle-finder-ch.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-3-image-fi { background-image: url(../img/motorcycle-finder-fi.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-3-image-cz { background-image: url(../img/motorcycle-finder-cz.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-3-image-ru { background-image: url(../img/motorcycle-finder-ru.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-3-image-ja { background-image: url(../img/motorcycle-finder-ja.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-3-image-pl { background-image: url(../img/motorcycle-finder-pl.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-3-image-pt { background-image: url(../img/motorcycle-finder-pt.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-3-image-uk { background-image: url(../img/motorcycle-finder-uk.png);  }
/*.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-3 { background-image: url(../img/motorcycle-finder-select.png); }*/
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-3-en { background-image: url(../img/motorcycle-finder-select-en.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-3-it { background-image: url(../img/motorcycle-finder-select-it.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-3-de { background-image: url(../img/motorcycle-finder-select-de.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-3-es { background-image: url(../img/motorcycle-finder-select-es.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-3-fr { background-image: url(../img/motorcycle-finder-select-fr.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-3-gr { background-image: url(../img/motorcycle-finder-select-gr.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-3-ch { background-image: url(../img/motorcycle-finder-select-ch.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-3-fi { background-image: url(../img/motorcycle-finder-select-fi.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-3-cz { background-image: url(../img/motorcycle-finder-select-cz.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-3-ru { background-image: url(../img/motorcycle-finder-select-ru.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-3-ja { background-image: url(../img/motorcycle-finder-select-ja.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-3-pl { background-image: url(../img/motorcycle-finder-select-pl.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-3-pt { background-image: url(../img/motorcycle-finder-select-pt.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-3-uk { background-image: url(../img/motorcycle-finder-select-uk.png); }

/*car tuning*/
.internal #content-box #Form_RpfFormExtended fieldset li .radio-2 { 
    display: block; 
    /*background-image: url(../img/car-tuning-finder.png);*/
    background-repeat: no-repeat;
    width: 120px; 
    height: 120px;
}
.internal #content-box #Form_RpfFormExtended fieldset li .radio-2-image-en { background-image: url(../img/car-tuning-finder-en.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-2-image-it { background-image: url(../img/car-tuning-finder-it.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-2-image-de { background-image: url(../img/car-tuning-finder-de.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-2-image-es { background-image: url(../img/car-tuning-finder-es.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-2-image-fr { background-image: url(../img/car-tuning-finder-fr.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-2-image-gr { background-image: url(../img/car-tuning-finder-gr.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-2-image-ch { background-image: url(../img/car-tuning-finder-ch.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-2-image-fi { background-image: url(../img/car-tuning-finder-fi.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-2-image-cz { background-image: url(../img/car-tuning-finder-cz.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-2-image-ru { background-image: url(../img/car-tuning-finder-ru.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-2-image-ja { background-image: url(../img/car-tuning-finder-ja.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-2-image-pl { background-image: url(../img/car-tuning-finder-pl.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-2-image-pt { background-image: url(../img/car-tuning-finder-pt.png);  }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-2-image-uk { background-image: url(../img/car-tuning-finder-uk.png);  }
/*.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-2 { background-image: url(../img/car-tuning-finder-select.png); }*/
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-2-en { background-image: url(../img/car-tuning-finder-select-en.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-2-it { background-image: url(../img/car-tuning-finder-select-it.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-2-de { background-image: url(../img/car-tuning-finder-select-de.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-2-es { background-image: url(../img/car-tuning-finder-select-es.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-2-fr { background-image: url(../img/car-tuning-finder-select-fr.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-2-gr { background-image: url(../img/car-tuning-finder-select-gr.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-2-ch { background-image: url(../img/car-tuning-finder-select-ch.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-2-fi { background-image: url(../img/car-tuning-finder-select-fi.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-2-cz { background-image: url(../img/car-tuning-finder-select-cz.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-2-ru { background-image: url(../img/car-tuning-finder-select-ru.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-2-ja { background-image: url(../img/car-tuning-finder-select-ja.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-2-pl { background-image: url(../img/car-tuning-finder-select-pl.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-2-pt { background-image: url(../img/car-tuning-finder-select-pt.png); }
.internal #content-box #Form_RpfFormExtended fieldset li .radio-selected-2-uk { background-image: url(../img/car-tuning-finder-select-uk.png); }

.internal #content-box #Form_RpfFormExtended fieldset #rpf-car-racing,
.internal #content-box #Form_RpfFormExtended fieldset #rpf-car-tuning,
.internal #content-box #Form_RpfFormExtended fieldset #rpf-motorcycle { padding: 20px 0 40px 0; }
.internal #content-box #Form_RpfFormExtended fieldset .rpf-image { padding: 15px 0; }
.internal #content-box #Form_RpfFormExtended fieldset #Form_RpfFormExtended_mm { background-color: #f5b2be; border: 1px solid #DF0029; }
.internal #content-box #Form_RpfFormExtended .Actions { margin-top: 20px; }
.internal #content-box .finder-product-result img { border: 0; }

/* ==========================================================================
   Rapid Disc Finder BOX
   ========================================================================== */
.home-box #Form_RdfForm { padding: 7px; }
.home-box #Form_RdfForm .left { font-style: italic; }
.home-box #Form_RdfForm { margin-left: 10px; }
.home-box #Form_RdfForm fieldset .field { margin-top: 15px; }
/* .home-box #Form_RdfForm fieldset input { padding: 0; margin: 0; } */
.home-box #Form_RdfForm fieldset #ProductLine label, .home-box #Form_RdfForm fieldset #ProductLine .middleColumn { display: inline-block; }
.home-box #Form_RdfForm #ProductLine .middleColumn #Form_RpfForm_ProductLine { margin: 0; padding: 5px; width: 100px; margin-left: 4px; display: inline-block; }
.home-box #Form_RdfForm fieldset #mm label, .home-box #Form_RdfForm fieldset #mm .middleColumn { display: inline-block; }
.home-box #Form_RdfForm fieldset #mm .middleColumn #Form_RpfForm_mm { width: 100%; margin-left: 61px; }
.home-box #Form_RdfForm fieldset #Tolerance label, .home-box #Form_RdfForm fieldset #Tolerance .middleColumn { display: inline-block; }
.home-box #Form_RdfForm fieldset #Tolerance .middleColumn #Form_RpfForm_Tolerance { width: 100px; margin-left: 20px; }
.home-box #Form_RdfForm .Actions { margin-top: 20px; }
.home-box #Form_RdfForm label[for=Form_RdfForm_outside_dia_mm] { color:#FF0000; }
.home-box #Form_RdfForm label[for=Form_RdfForm_inside_dia_mm] { color:#33BF73; }
.home-box #Form_RdfForm label[for=Form_RdfForm_fixing_holes_number] { color:#00BDF7; }
.home-box #Form_RdfForm label { font-weight: bold; }

/* ==========================================================================
   Rapid DISC Finder PAGE FORM
   ========================================================================== */
.internal #content-box #Form_RdfFormExtended fieldset #ProductLine ul { list-style-type: none; margin: 0; padding: 0; }
.internal #content-box #Form_RdfFormExtended fieldset #ProductLine ul li { display: inline-block; margin-right: 25px; }
@media screen and (min-width: 400px) and (max-width: 768px){
    .internal #content-box #Form_RdfFormExtended fieldset #ProductLine ul li { display: inline-block; margin-right: 15px; }
}
.internal #content-box #Form_RdfFormExtended fieldset input.radio { display: none; }
/*car racing*/
.internal #content-box #Form_RdfFormExtended fieldset li .radio-1 { 
    display: block; 
    /*background-image: url(../img/car-racing-finder.png);*/
    background-repeat: no-repeat;
    width: 120px; 
    height: 120px;
}
.internal #content-box #Form_RdfFormExtended label[for=Form_RdfFormExtended_outside_dia_mm] { color:#FF0000; }
.internal #content-box #Form_RdfFormExtended label[for=Form_RdfFormExtended_inside_dia_mm] { color:#33BF73; }
.internal #content-box #Form_RdfFormExtended label[for=Form_RdfFormExtended_fixing_holes_number] { color:#00BDF7; }

/* ==========================================================================
   Rapid Disc Finder RESULTS
   ========================================================================== */
.vertical_grid{ border:0; width: 280px; margin: 0 auto; }
.vertical_grid th{
    font-family:Arial, Helvetica, sans-serif;
    background-color:#EEE;
    font-size:14px;
    font-weight:bold;
    color:#111111;
    padding:4px;
    border-bottom:#000 2px solid;
    border-right:#000 1px solid;
}
.vertical_grid { width: auto; border-top: 1px solid #000; border-left: 1px solid #000; }
.vertical_grid td{
    border-bottom:1px solid #FF0000;
    border-right:1px solid #000;
    padding:2px;
    font-size:12px;
}
a.DicoCodeTitle { font-size: 17px !important; }

/* ==========================================================================
   Download Catalogue
   ========================================================================== */

.download-box {
    margin-top: 20px;
    min-height: 220px;
}

.download-box  img {
    border: none;
}

.download-box  .download-title {
    min-height: 25px; 
    background-color: #ebebeb;
    padding: 5px;
}

@media screen and (max-width: 767px){
    .download-catalogue-even { margin-top: 10px; }
}

/* ==========================================================================
   Search Results
   ========================================================================== */
.internal #content-box #SearchResults { list-style-type: none; margin: 0; padding: 0; }
.internal #content-box #SearchResults li { 
    padding: 10px; margin-bottom: 10px; 
    background-color: #E4E5E5; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.internal #content-box #SearchResults li h4 { padding: 0; margin: 0; }

/* ==========================================================================
   Site Map
   ========================================================================== */

/* ==========================================================================
   Fix iPad
   ========================================================================== */


@media (min-width: 769px) and (max-width: 1024px) {
    #box4 h1 { font-size: 12px;}
}

@media (max-width: 768px) {
    .prod-desc { font-size: 12px !important; }
    .cbp_tmtime { font-size: 12px !important; padding-top: 10px;}
}

/* ==========================================================================
   Foot Note
   ========================================================================== */

.foot_note { font-size: 9px; margin-top: 12px; padding: 0px 20px;}
.foot_note p { line-height: 11px !important; }

/* ==========================================================================
   Rapid Pad Finder Language
   ========================================================================== */
.rpfSelectLang { margin: 0 5px 10px 0; }
#cmbChangeLanguage { text-transform: none !important; width: 120px; margin-right: 8px; font-size: 13px; font-weight: bold; height: 24px;}
/* .rpfSelectLang img { margin-bottom: 7px; } */


.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video { padding-top: 0; }
}

/* ==========================================================================
   Anti counterfeit
   ========================================================================== */

.anti-counterfeit-content .hero-unit {
    background: #f5f5f5 url("../img/anti-counterfeit-bg.png") center top no-repeat;
    text-align: center;
    color: white;
    border-radius: 0;
}

.anti-counterfeit-content h2 {
    font-size: 32px !important;
    line-height: 36px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    margin: 8px 0;
}

.anti-counterfeit-content h3 {
    margin: 0;
}

.anti-counterfeit-content p {
    font-size: 14px !important;
    padding: 0 !important;
}

#anti-counterfeit-form {
    padding: 40px 0 20px 0;
}

#anti-counterfeit-code {
    margin: 1;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #666;
    padding: 0 16px;
    text-transform: uppercase;
    border-radius: 0;
}

#anti-counterfeit-form  a {
    color: white !important;
    margin: 0;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background-color: #c1001f;
    display: inline-block;
    border: 0;
    padding: 0 16px;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    cursor: pointer;
}

.anti-counterfeit-content .accordion {
    padding: 30px;
}

.anti-counterfeit-content .accordion-group {
    border: 0;
    border-top: 1px solid #e5e5e5;
}

.anti-counterfeit-content .accordion-heading a {
    font-size: 18px;
    line-height: 36px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 8px 0;
}

.anti-counterfeit-content .accordion-number {
    border-radius: 50%;
    background-color: #c1001f;
    color:white;
    width: 20px;
    height: 18px;
    display: inline-block;
    padding: 6px;
    text-align: center;
    line-height: 18px;
    margin-right: 8px;
}

.anti-counterfeit-content #collapseTwo h4 {
    text-align: center;
    color: #c1001f;
    padding-top: 20px;
}

.anti-counterfeit-content .accordion-group img {
    border: 0;
}

.anti-counterfeit-content .accordion-group .row-fluid {
    padding-top: 35px;
    padding-bottom: 35px;
}

.anti-counterfeit-content #collapseThree p {
    padding: 20px 0 !important;
}

#anti-counterfeit-result {
    padding-bottom: 40px;
}

#anti-counterfeit-result img {
    border: 0 !important;
}

#anti-counterfeit-spinner {
    width: 40px;
}

.anti-counterfeit-content a.accordion-toggle.collapsed {
    color: #5E5E5E !important;
}

.anti-counterfeit-content a.accordion-toggle {
    color: #D10029 !important;
}


.anti-counterfeit-content .collapse-cross {
    float: right; font-size: 32px;
    color: black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.anti-counterfeit-content .accordion-toggle.collapsed .collapse-cross {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.carousel-indicators {
    position: absolute;
    padding-top: 30%;
    left: 48%;
    text-align: center;
    z-index: 2;
}

/* Multiproduct page */
.bottom-spaces{padding-bottom:50px;}
.margin-left{padding-left:30px; }
.span5.pull-left.products-page-image > img{
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    width:100%;
}

@media only screen and (max-width: 800px) {
    .panel-desc-img{
        display: flex;
        flex-direction: column-reverse;
    }
    .span5.pull-left.products-page-image > img{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Attacco il menu con la barra sopra */
.navbar{
    margin-bottom: 0px !important;
}

/* Definisco lo stile del button nella topbar */

.btn, .btn-light{
    background-image: none !important;
    border:none!important;
    background-color: #EEE !important;
    color: #6f6f6f !important;
    font-weight: bold;
    padding:0px !important;
    margin-top:10px;
}

/* TENTATIVO DI AGGIUNGERE IL TRIANGOLINO */
/*#main-navbar .dropdown-menu li::after {
    border-bottom: 12px solid #FFFFFF;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%;
    position: absolute;
    top: -12px;
}
#main-navbar .dropdown-menu li::before {
    border-bottom: 12px solid rgba(0, 0, 0, 0);
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%;
    position: absolute;
    top: -12px;
}*/

.my-top-navbar{
    background-color: #FFF;
}

/* MARTELLATA A BOOTSTRAP PER USARE GLI SPN CON % */

.span3 {
	width: calc(25% - 2em) !important;
}
.span9 {
	width: calc(72% - 2em) !important;
}

@media (min-width: 350px) and (max-width: 760px) { 
    .span3 {
        width: calc(100% - 2em) !important;
        margin:auto;

    }
    .span9 {
        width: calc(100% - 2em) !important;
        margin:auto;
    }
}

@media (min-width:761px) and (max-width: 980px) { 
    .span3 {
        width: calc(100% - 2em) !important;
    }
    .span9 {
        width: calc(100% - 2em) !important;
    }
}
.navbar .nav.pull-right{
    margin-top:5px;
}

.btn-danger{
    background-color:#C1001F !important;
    color:#FFF !important;
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.navbar-inner{
    border:none !important;
}
.login-button{
    float:right !important;
}
@media (max-width: 980px) {
    .login-button{
        float:none !important;
        margin: 10px 0 0 15% !important;
        text-align: center;
        width: 70%;
    } 
}

div.row-fluid:nth-child(1) > img:nth-child(1){
    width:100%;
}

.my-btn{
    padding:10px !important;

    text-decoration: none !important;
    color:#FFF !important;
    width:142px;
    margin-left: calc(50% - 71px) !important;
    margin-top:20px;
    background-image: -ms-linear-gradient(bottom, #AA0101 0%, #ED3838 100%);
    background-image: -moz-linear-gradient(bottom, #AA0101 0%, #ED3838 100%);
    background-image: -o-linear-gradient(bottom, #AA0101 0%, #ED3838 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #AA0101), color-stop(1, #ED3838));
    background-image: -webkit-linear-gradient(bottom, #AA0101 0%, #ED3838 100%);
    background-image: linear-gradient(to top, #AA0101 0%, #ED3838 100%);
    color: white;
    font-weight: bold;
    background-color: #ED3838 !important;

}

.nav{
    font-size: 0.8rem;
}

.prod-table{
    width:100% !important;
}

.asd-mobile{
    display:none;
}
.asd{
    display:block
}
@media (max-width: 980px) {
    .asd-mobile{
        display:block;
    }
    .asd{display:none}
}
