﻿@font-face {
    font-family: 'Helvetica-Light';
    src: url('font/HelveticaNeue-Thin.eot');
    src: url('font/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'),
       url('font/HelveticaNeue-Thin.woff') format('woff'),
       url('font/HelveticaNeue-Thin.ttf') format('truetype'),
       url('font/HelveticaNeue-Thin.svg#HelveticaNeue-Thin') format('svg');
      font-weight: normal;
      font-style: normal;
}


/* GENERICI */

html,body {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    color: #fff;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.dexFont {
    font-size:17px;
}

.titleFont {
    font-size:32px;
}

section, .sub-section {
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}
#montaggi, #linee, #news {
    color: #000;
}

.navbar section {
    margin-bottom:0;
}

.nav > li > a > img {
    margin-top: -5px;
}

section .row {
    margin: 0;
}

input {
    color: #444;
}

a {
    cursor: pointer;
    color: #fff;
}
a:hover, a:focus, a:active { color: #fff; }

p {
    font-size: 12px;
    margin: 0;
}
p.title {
    font-size: 40px;
}
p.subtitle {
    font-size: 26px;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    letter-spacing: 0.2px;
    padding-left: 15px;
    padding-right: 15px;
    text-overflow: ellipsis;
}
h1 { font-size: 40px; }

h1 b { font-size: 40px; }
h2 b { font-size: 30px; }
h3 b { font-size: 24px; }
h4 b { font-size: 18px; }
h5 b { font-size: 14px; }
h6 b { font-size: 12px; }

.panel-title {
    font-size: 25px;
    font-weight: 100;
    text-align: left;
    text-transform: uppercase;
}
.panel-title.font-light {
    font-size: 20px !important;
}


::-webkit-input-placeholder {
   color: #666 !important;
}
::-moz-placeholder {
   color: #666 !important;
}
:-ms-input-placeholder {
   color: #666 !important;
}
input:-moz-placeholder {
   color: #666 !important;
}

.btn {
    font-size: 19px;
    border-radius: 9px;
}



/* classi utili */
.font-light {
    font-family: "Helvetica-Light";
    font-style: normal;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}
.letter-spaced {
    letter-spacing: 1.5px;
}
.text-right {
    text-align: right;
}
.font-white {
    color: #fff;
}
.c {
    clear:both;
}
.red {
    background-color:red;
    padding:20px;
}
.rel {
    position:relative;
}

.imgContainer {
    position: relative;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #FFF;
}
.imgCover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.imgContain {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.font-18 {
    font-size:18px;
}

.font-12 {
    font-size:12px;
}

.h700 {
    height: 500px;
}

.h400 {
    height:400px;
}
.h400-300-180 {
    height: 400px;
}
.h480-300-180 {
    height: 480px;
}

.h700-300 {
    height: 700px;
}
.h229-important {
    height: 229px !important;
}
.h229 {
    height: 229px;
}

.h250 {
    height: 250px;
}
.h600 {
    height: 600px;
}
.h125 {
    height: 125px;
}

.h100pw100p {
    height:100%;
    width:100%;
}
.h100p {
    height:100%;
}
.h40p {
    height:40%;
}
.h50p {
    height:50%;
}
.h60p {
    height:60%;
}
.w100p {
    width:100%;
}
.w50p {
    width:50%;
}
.pos-rel {
    position:relative;
}
/* padding e margin */
    .no-margin {
        margin:0;
    }
    .no-padding {
        padding:0;
    }
    .pad-31-10 {
        padding:31px 10px;
    }
    .pad-0-25 {
        padding:0 25px;
    }
    .pad-0-10 {
        padding:0 10px;
    }
    .pad-20 {
        padding:20px;
    }
    .pad-0 {
        padding:0;
    }
    .pad-15 {
        padding:15px;
    }
    .pad-10 {
        padding:10px;
    }
    .pad-left-0 {
        padding-left:0;
    }
    .pad-right-0 {
        padding-right:0;
    }
    .pad-left-10 {
        padding-left: 10px;
    }
    .pad-left-15 {
        padding-left: 15px;
    }
    .pad-left-30 {
        padding-left: 25px;
    }
    .pad-left-45 {
        padding-left: 45px;
    }
    .pad-right-10 {
        padding-right: 10px;
    }
    .pad-right-15 {
        padding-right: 15px;
    }
    .pad-top-bot-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .pad-top-bot-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .padding25 {
        padding-right: 25px;
        padding-left: 25px;
    }
    .mar-top-0 {
        margin-top:0;
    }
    .mar-top-10 {
        margin-top: 10px !important;
    }
    .mar-top-12 {
        margin-top: 12px;
    }
    .mar-top-15 {
        margin-top: 15px;
    }
    .mar-top-20 {
        margin-top: 20px !important;
    }
    .mar-top-30 {
        margin-top: 30px !important;
    }
    .mar-top-50 {
        margin-top: 50px !important;
    }
    .mar-top-100 {
        margin-top: 100px;
    }
    .container-box-all {
        margin-top: 147px;
        margin-bottom:0;
    }
    .mar-top-150 {
        margin-top: 169px;
    }
    .mar-bot-20 {
        margin-bottom: 20px;
    }
    .mar-bot-30 {
        margin-bottom: 30px;
    }
    .mar-bot-60 {
        margin-bottom: 60px;
    }
/* --------- */

.img-overlay {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.img-overlay-half {
    top: 65%;
}

.backWhite {
    background-color: #fff;
}


#lang-container {
    display: none;
    position: fixed;
    top: 71px;
    right: 10px;
    width: 165px;
    background: #fff;
    color: #353535;
    box-shadow: 0px 0px 6px #222, 0 0 8px #999;
    z-index: 2000;
}
.scrollZero #lang-container {
    top: 71px;
}
.scrollMoreZero #lang-container {
    top: 50px;
}
#lang-container.transition {
    -moz-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}

#lang-container ul {
    list-style-type: none;
    padding: 0;
    padding: 5px;
}
#lang-container ul li {
    padding: 5px 6px 5px 6px;
    text-align: left;
    cursor: pointer;
}
#lang-container ul li .flag {
    width: 25px;
    height: 25px;
    float: left;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 3px;
    background-size: contain;
}

.logo-title-0 {
    position: absolute;
    top: 0px;
    padding: 91px 4% 70px;
    left: 0;
    color: #000;
    z-index: 2;
    width: 100%;
}
.logo-title-1 {
    position: absolute;
    bottom: 72px;
    padding: 70px 4% 20px;
    left: 0;
    color: #000;
    z-index: 2;
    width: 100%;
}
.logo-title-2 {
    position: absolute;
    top: 0px;
    padding-top: 91px;
    padding-bottom: 70px;
    padding-right: 4%;
    left: 0;
    color: #000;
    z-index: 2;
    width: 100%;
}
.logo-title-3 {
    position: absolute;
    bottom: 72px;
    padding-top: 70px;
    padding-bottom: 20px;
    padding-right: 4%;
    left: 0;
    color: #000;
    z-index: 2;
    width: 100%;
}
.logo-title-0.font-white,.logo-title-1.font-white,.logo-title-2.font-white,.logo-title-3.font-white {
    color:#FFF;
}
.logo-title-0 p, .logo-title-1 p {
    text-align: left;
}
.logo-title-2 p, .logo-title-3 p {
    text-align: right;
}
.stButton {
    margin-left: 0px;
    margin-right: 0px;
}

.logo-title-0, .logo-title-1 .stButton{
    margin-right:3px;
}
.logo-title-2 .stButton, .logo-title-3 .stButton {
    margin-left:3px;
}
.lineH99 {
    line-height: 99px;
}

#loadingOverlay{
    display:none;
    position:fixed;
    z-index:9999;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

/* CAROSELLO */

/*#carosello .owl-item {
    background: #0F1D38;
    width: 350px !important;
}*/
#carosello .slick-slide {
    margin: auto 2.5px;
    width: 350px;
}

#caroselloNews, #caroselloNews .owl-item > div {
    width: 100%;
    height: 500px;
}
#carosello h3, #carosello h4 {
    font-weight: 100;
    letter-spacing: 1.2px;
}
.imgSlider .glyphicon {
    display:none;
}
.imgSlider.selected .glyphicon
{
    /*border-bottom: 2px solid rgba(30, 50, 180, .7);*/
      bottom: -88px;
      left: 50%;
      margin-left: -7px;
      color: rgb(15, 29, 56);
      display: block;
      top: auto;
}
[class ^= "carousel-button"] {
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    /*background-color: #2A425E;*/
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
[class ^= "carousel-button"] > a:hover {
    color: #000;
}
.carousel-button-left {
    left: 12px;
}
.carousel-button-right {
    right: 12px;
}
/*#carousel-prev:hover, #carousel-next {
    color: #95A1AF;
}*/

[class ^= "carousel-button"] > a {
    display: block;
    width: 28px;
    margin: 6px auto;
    font-size: 30px;
    color: rgba(42,65,94,0.5);
    text-decoration: none !important;
}

#caroselloLato.slick-slider, #caroselloGallery.slick-slider, #caroselloGalleryLinee.slick-slider {
    margin-bottom:0;
}

/*override classi bootstrap*/
.navbar-right > li > a {
    font-size: 14px !important;
    text-transform: uppercase;
}

.navbar-brand {
    padding: 0;
    position: absolute;
    top: 11px;
    margin-left: -8px;
    height: 70px;
}

.navbar-brand img {
    height:72%;
}

.navbar-nav > li > a {
    padding:15px 10px;
    font-size: 11.5px;
}
.navbar-collapse {
    padding-left: 0;
}

.badge, .nav > li > a.badge:focus, .nav > li > a.badge:hover {
    background: #363636;
    padding: 2px 6px !important;
    margin-right: 8px;
    margin-bottom: 4px;
}
.panel {
    margin-bottom: 2px;
}
.panel, .panel-heading { border-radius: 0; border: none; }
.panel-heading {
    height: 60px;
    cursor: pointer;
}

.cursor-default {
    cursor:default !important;
}

.has-error .form-control {
    border: 2px solid #a94442;
}

.table td {
    font-size: 17px;
    border: none !important;
}
.table tr.th td {
    font-size: 20px;
    border: none !important;
    font-weight: 100;
}
.table tr td:first-child {
    padding-left: 30px !important;
}
.table tr.th td:first-child {
    padding-left: 0 !important;
}
.table td {
    padding: 2px !important;
}
/*.table td span.glyphicon {
    font-size: 28px;
}*/
div[class^=euro] {
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
}
.euro-New {
    display:inline;
    background-image: url(/img/icon/new.png);
}
.euro5 {
    background-image: url(/img/icon/euro5.jpg);
}
.euro9 {
    background-image: url(/img/icon/euro9.jpg);
}
.euro95 {
    background-image: url(/img/icon/euro95.jpg);
}
.euro-carb {
    background-image: url(/img/icon/carb.jpg);
}
.table td.small-cell {
    width: 120px;
}

#descrizioneLinea{
    color:rgba(255, 255, 255, 0.84);
}

/*stili*/
.navbar-nav {
    margin-left:0;
}

.navbar-nav>li.no-float, .no-float {
    float: none;
}


p.footer-title,
.navbar a {
    color:#FFF !important;
}
p.footer-title a.footer-title {
    text-transform: uppercase;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color:transparent;
}

#navbarLink {
    text-align:right;
}

#footer {
    padding-top: 50px;
    padding-bottom: 30px;
}

#footer .navbar {
    background-color:transparent;
    padding-right: 0;
}
#footer .navbar-nav > li > a {
    padding:0;
    color: #CCC !important;
}

.footer-title, .footer-title:hover {
    color: #CCC;
    text-decoration: none;
    font-size: 14px;
    text-decoration: none;
    margin: 0;
    margin-bottom: 12px;
}

#containerTopOverlay {
    position:absolute;
    bottom:0;
    left:0;
    height: 72px;
    width:100%;
    background-position: center -700px;
    z-index: 2;
}

#searchInput {
    width:545px;
    height:60px;
    margin-top: 12px;
}
[id^=searchInput] input {
    height: 50px;
    border: 2px solid #dedede;
    border-radius:10px;
    font-size: 20px;
}

.cerca-moto-container {
    position: absolute;
    right: 15px;
    top: 90px;
    width: 350px;
    z-index: 2;
}

#containerMid {
    margin-top: 30px;
    margin-bottom:0;
    font-family: "Helvetica-Light";
}

#containerBot {
    font-family: "Helvetica-Light";
    margin-bottom: 0;
}

.overflow-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
}

.badge-link-container {
    margin-bottom: 5px;
}

.badge-link {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    margin-left: 0;
    background-size: cover !important;
    margin-bottom: 5px;
}

#back-montaggi-bar {
    position: fixed;
    top: 70px;
    height: 99px;
    z-index: -1;
    background: #fff;
}
.montaggi-bar {
    position: fixed;
    top: 71px;
    left: 0;
    right: 0;
    margin: auto !important;
    height: 99px;
    z-index:3;
    box-shadow: 0 -1px 11px #1B2943;
    /*border-bottom: 2px solid rgb(15, 29, 56);*/
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.2s ease-in-out;
    /*transition: position 0.3s ease-in-out;*/
}
.montaggi-line {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    border-bottom: 2px solid rgb(15, 29, 56);
    z-index: 1;
}
#montaggi-small-preview, #linee-small-preview {
    width: 100%;
    height: 99px;
    background-size: cover;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.dettagli-montaggi-container {
    color: #000;
    border-radius: 12px;
    white-space:nowrap;
    padding: 10px 0;
}
.dettagli-montaggi-container * {
    text-align: left;
    margin-top: 0;
    margin-bottom: 2px;
}
.dettagli-montaggi-container .tooltip{
    white-space:normal;
}
.gallery-arrow {
    position: absolute;
    top: 20%;
    width: 50px;
    height: 60%;
}

.expand-arrow {
    position: absolute;
    right: 15px;
    top: 21px;
    height: 20px;
    font-size: 20px;
}
.expand-arrow-sm {
    position: absolute;
    right: 10px;
    top: 8px;
    height: 20px;
    font-size: 18px;
}

.icon-container {
    position: absolute;
    bottom:0;
    right:0;
    padding: 10px 10px 10px 0;
    z-index: 2;
}
#contenitoreIconeMontaggi {
    bottom:auto;
    top:0;
}

.icon-container > span, .icon-container > a > span {
    font-size: 28px;
    color: #000;
    cursor: pointer;
    float: right;
    margin-right: 6px;
}
.icon-container > span:first-child {
    margin-right: 0;
}
.icon-container span.white {
    color: #fff;
}
span.stButton {
    margin-right: 0;
}
span.st_facebook_large, span.st_twitter_large {
    cursor: default;
}
.download-inPanel > span {
    font-size: 20px;
    cursor: pointer;
    float: right;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #909090;
}


.panel-heading .icon-angle-down,
.panel-heading.collapsed .icon-angle-up {
    display:none;
}
.panel-heading .icon-angle-up,
.panel-heading.collapsed .icon-angle-down {
    display:block;
}

.panel-heading .icon-down-open-big,
.panel-heading.collapsed .icon-up-open-big {
    display:none;
}
.panel-heading .icon-up-open-big,
.panel-heading.collapsed .icon-down-open-big {
    display:block;
}

/* quadrati responsivi proporzionali */
div[class^=square] {
    float: left;
    position: relative;
    height: 0;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.square-big {
    width: 100%;
    padding-bottom: 100%;
}
.square-small-large {
    width: 100%;
    padding-bottom: 50%;
}
.square-small {
    width: 50%;
    padding-bottom: 50%;
}
span.codice {
    color: #666;
    font-size: 14px;
}

/* allineamento */
.v-align {
    position: absolute;
    left:0;
    right:0;
    top:50%;
}
.v-align *:first-child {
    margin: 0;
}
.v-align-small {
    margin-top:-14px;
}
.v-align-large {
    margin-top:-34px;
}
.v-align-sidebar-1line {
    margin-top:-26px;
}
.top0 {
    top:0;
}
.align-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.news {
    color: #fff;
    background-color:transparent;
}
.news .v-align {
    right:40px;
}

.news .v-align * {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*.news-fixed-right {
    position:fixed;
    transition: all ease-in-out 0.2s;
    right:0;
}*/

.scrollMoreZero .news-fixed-right {
    margin-top: -21px;
}



.arrow-news {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px;
    font-size: 30px;
    color:#9A9FA9;
}



/*effetto zoom su over*/

.imgContainerZomm {
    position:absolute;
    height:100%;
    top: 0;
    left: 0;
    width:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -ms-transition: 500ms;
    transition: 500ms;
}
.imgContainerZomm.shader {
    z-index:1;
}
.news {
    overflow:hidden;
}
.toZoom {
    overflow: hidden;
}

.news:hover .imgContainerZomm, .toZoom:hover .imgContainerZomm {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -ms-transition: 500ms;
    transition: 500ms;
}


.news h1, .news h2, .news h3, .news h4, .news h5, .news h6 {
    text-align: left;
}

.brand-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.bg-cover {
    background-repeat:no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*sezione montaggio*/
#montaggioTopImg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin-bottom:0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all ease-in-out 0.5s;
}

#containerTopMontaggi {
    z-index: 2;
    /*box-shadow: 0 2px 6px #555;*/
}

#containerTopMontaggi .arrow-left,
#containerTopMontaggi .arrow-right {
    position: absolute;
    top: 0;
    bottom: 2px;
    width: 35px;
    color: #999;
    font-size: 30px;
    line-height: 100px;
    cursor: pointer;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    opacity:0;
    transition: opacity 200ms ease-in;
}
#containerTopMontaggi .arrow-left {
    left: 0;
}
#containerTopMontaggi .arrow-right {
    right: 0;
}
.segnaposto {
    position: fixed;
    top: 71px;
    width: 100%;
    height: 100px;
}

.side-spacer-20 {
    padding-right: 20px;
}

#containerTopMontaggi .arrow-left2,
#containerTopMontaggi .arrow-right2 {
    padding: 32px 0;
    font-size: 36px;
    color: #021C26;
    cursor: pointer;
}
#containerTopMontaggi .arrow-right2 {
    float: right;
}

#caroselloGallery .imgSlider, #caroselloGalleryLinee .imgSlider {
    height: 99px;
    background-size: cover;
    background-color:#FFF;
    background-repeat:no-repeat;
    background-position:center;
    transition: height 300ms ease-in;
}

#caroselloGallery .arrow-right {
    z-index:3;
}
/*.imgSlider.fixed {*/
    
.imgSlider-small {
    height: 50px !important;
}
#carosello-cell:hover .arrow-left, #carosello-cell:hover .arrow-right {
    opacity: 1;
}

#sfondo {
    height: 100%;
    width: 100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:0;
    background-repeat:no-repeat;
    background-position: center center;
    background-attachment:fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.img/sfondo1.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/sfondo1.jpg', sizingMethod='scale')";
}

/* sezione OES*/
#oes {
    margin-top: 100px;
}
#fotoOES {
    width: 100%;
    height: 450px;
    background: #fff no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#caroselloOES .fotoOES {
    background: center center /cover;
    height: 160px;
}
.oes-menu {
    margin-top: 8px;
    list-style-type: none;
    font-size: 22px;
}

.oes-sidebar-font {
    font-size: 16.5px;
}

/* sezione LINEE */
.panel-body img {
    width: 100%;
}
.panel-group {
    margin-bottom: 0;
}
.panel-group .panel+.panel {
  margin-top: 1px;
}
#linee-group.no-title {
    margin-top: 36px;
}
#linee-group .panel-heading {
    height: 35px;
}
#linee-group.panel-group .panel-title {
    font-size: 17px;
    line-height: 35px;
    padding-top: 1px;
}
#linee-group .list-group-item {
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
#linee-group .panel-body {
    padding: 0;
}
#linee a:hover {
    text-decoration: none;
}

/* NEWS */
.filtro-cont {
    float: right;
    list-style-type: none;
    margin-top: 25px;
}
.filtro-cont li {
    display: inline-block;
    font-size: 25px;
    text-transform: uppercase;
    color: #888;
    padding: 7px 15px;
    border-right: 1px solid #888;
    cursor: pointer;
}
.filtro-cont li:last-child {
    border: none;
}
.filtro-cont li.active {
    color: #000;
}
#sidebarAllPage a {
    color:#FFF;
}
#newsAppender {
    overflow: hidden;
}
.news-cont {
    background-color: #fff;
    -ms-transform: translateY(120px);
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
}
.come-up {
    -ms-transform: translateY(120px);
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-animation: come-up 0.7s ease forwards;
    -moz-animation: come-up 0.7s ease forwards;
    animation: come-up 0.7s ease forwards;
}

.left-description-list {
    height: 100%;
    bottom: 0;
    position: absolute;
    top: 0;
    padding: 36px 20px 0 0;
}

.linkTo a:hover,
.linkTo,
.linkTo a {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    color: #519EC7;
    text-decoration:none !important;
}

@-webkit-keyframes come-up {
  to { 
    transform: translateY(0);
    -ms-transform: translateY();
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes come-up {
  to {
    transform: translateY(0);
    -ms-transform: translateY();
    -webkit-transform: translateY(0);
  }
}
@keyframes come-up {
  to {
     transform: translateY(0);
    -ms-transform: translateY();
    -webkit-transform: translateY(0);
  }
}
.news-head-img {
    height: 400px;
    background: center center /cover;
    cursor: pointer;
}
.news-head-img .align-bottom {
    left: 20px;
    right: 130px;
}
.news-head-img .align-bottom h1 {
    text-align: left;
    padding-right:0;
}
.news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.gallery-button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 85px;
    font-size: 38px;
    text-align: center;
}
.gallery-button span {
    cursor: pointer;
    position: relative;
    top: -14px;
    left: 1px;
}
.gallery-button .numFotoGallery {
    font-size: 32px;
    top: -6px;
}
.news-text-cont {
    max-height: 292px;
    overflow: hidden;
    color:#555;
    transition: max-height 0.5s ease-in-out;
}
.news-text-cont a, .news-text-cont a:hover, .news-text-cont a:focus, .news-text-cont a:active {
    color: #000;
}
.news-text-cont.expanded {
    max-height: 2000px;
}
.news-text-cont p {
    margin-top: 22px;
    font-size: 22px;
    text-overflow: ellipsis;
}
.news-date {
    display: inline-block;
    font-size: 20px;
    color: #888;
    margin-bottom:10px;
    font-style: italic;
}
.news-date.small {
    font-size: 16px;
}
.arrow-overflow {
    width: 100%;
    margin-top: -42px;
    height: 42px;
    text-align: center;
    cursor: pointer;

    -ms-transform: translateZ(1px);
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
}
.arrow-overflow .glyphicon {
    font-size: 30px;
    top: 25px;
}
.news-text-cont.expanded + .arrow-overflow {
    margin-top: 0;
}

#montaggio-title {
    text-transform: capitalize;
}

#montaggio-type {
    max-width: 100%;
    white-space: normal;
}

#nome-montaggio {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #000;
}

.notAvailable {
    height: 100px;
}
.notAvailable h1 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 40px;
}

/*Stili per barra ricerca*/


/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
    padding:0;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar  .list-option {
	list-style-type: none;
	color: white;
	/*text-transform: uppercase;*/
	font-size: 13px;
	/*width: 33.33%;*/
    padding:0 10px;
	float: left;
	position: relative;
}
#progressbar  .list-option:before {
    content: counter(step);
    counter-increment: step;
    width: 60px;
    height: 60px;
    line-height: 20px;
    display: block;
    font-size: 40px;
    padding-top: 20px;
    border-radius: 60px;
    margin: 0 auto 8px auto;
}
/*progressbar connectors*/
#progressbar .list-option:after {
    content: '';
    /*width: 100%;*/
    width:0%;
    height: 12px;
    position: absolute;
    left: -50%;
    top: 24px;
    z-index: -1; /*put it behind the numbers*/
    transition: all linear 0.2s;
}
#progressbar .list-option:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar .list-option.active:after {
    width:100%;
}

#progressbar .list-option select {
    display:none;
    margin-top:5px;
}

#progressbar .list-option.active select {
    display:block;
}

/* stili ricerca moto */

#menu {
    height: 73px;
    overflow: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#menu, #logo-img, #searchBikeField {
    transition: all ease-in-out 0.2s;
}

#searchBikeField {
    width: 700px;
    margin: 0 auto;
    clear: both;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.showSearchBar #searchBikeField {
    height: 170px;
    padding-top: 15px;
}

.scrollMoreZero #menu {
    top: -10px;
    height: 60px;
}

.scrollMoreZero #menu #logo-img {
    height: 62%;
    margin-top: 2px;
}

.scrollZero #menu {
    top: 0;
    height: 71px;
}

#menu.menuCollapseOpen {
    top: 0;
    height: 520px;
}

#menu.showSearchBar {
    height: 243px;
}

#menu.menuCollapseOpen.showSearchBar {
    height: 535px;
}

#navbarLink {
    border: none;
    max-height:none;
    box-shadow: none;
}

.container-small .montaggi-bar {
    height:76px;
}
.container-small #back-montaggi-bar {
    height: 76px;
}

.container-small .container-text {
    margin-top:6px !important;
}

.container-small .container-text-filter {
    margin-top:15px !important;
}
.scrollMoreZero #back-montaggi-bar,
.scrollMoreZero .montaggi-bar {
    top: 50px;
}

.box-container {
    /*text-align: center;*/
    margin: 0 auto;
    
}
.box-container a {
    /*display: inline-block;*/
    display: block;
    float: left;

    width: 150px;
    height: 150px;
    margin: 15px;
    color: #000;
}
.box {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: transform 0.16s ease-in;
    -moz-transition: transform 0.16s ease-in;
    -ms-transition: transform 0.16s ease-in;
    -o-transition: transform 0.16s ease-in;
    transition: transform 0.16s ease-in;
}
.box:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.box .lab {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.gallery-news-container {
    display: none;
}

/* override frecce lightbox */
.lb-nav a.lb-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1) !important;
  opacity: 1 !important;
}
.lb-nav a.lb-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1) !important;
  opacity: 1 !important;
}

#PopupReserved-cont,
#popup-cont {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 9000;
}
#popup {
    display: inline-block;
    height: 300px;
    margin-top: 200px;
    border-radius: 10px;
}
#PopupReserved {
    height:670px;
    width:670px;
    position:absolute;
    left: 50%;
    border-radius: 10px;
    margin-left: -335px;
    top: 50%;
    margin-top: -335px;
    background:#FFF;
    color:#000;
}
#PopupReserved a{
    color:#000;
}
#popup p {
    font-size: 14px;
}
#montaggio-barra-top {
    z-index:3;
}

#selectCountryContainer {
    width: 100%;
    color:#000;
    font-size:18px;
    padding-top:22px;
    border-radius: 5px;
    height:75px;
}

#selectCountryContainer .pull-left{
    padding-right:15px;
}
#selectCountryContainer .pull-left:last-child{
    padding-right:0px;
}

#news-popup-cont {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 6;
}
#news-popup-cont .news-popup {
    padding: 50px;
    font-size: 17px;
    overflow-y: auto;
    min-height: 300px;
}
#news-popup-cont .popup-close {
    position: absolute;
    right: 22px;
    top: 22px;
    font-size: 15px;
    color: #bbb;
    cursor: pointer;
    z-index: 7;
}

.maxH-SM {
    max-height: 50%;
}

.white-sfumato-bottom {
    position: absolute;
    width: 100%;
    height: 75px;
    bottom: 0;
    z-index: 1;

    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.7)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3ffffff',GradientType=0 );

}
.white-sfumato-top {
    position: absolute;
    width: 100%;
    height: 75px;
    top: 0;
    z-index: 1;

    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=0 );
}
/* font news home */

h1.dynamic { font-size: 34px; }
h2.dynamic { font-size: 29px; }
h3.dynamic { font-size: 24px; }
h4.dynamic { font-size: 18px; }
h5.dynamic { font-size: 14px; }
h6.dynamic { font-size: 10px; }


.listItemReservedArea {
    text-align: left;
    padding: 7px 5px;
    border-bottom: 1px solid #bbb;
}

.socialLink{
    float:left;
    max-width:33.33333333333%;
}

#showOnlyDealer {
    color:#c3c3c3;
    font-size:15px;
    text-decoration:none !important;
}

#showOnlyDealer.checked {
    color:#337ab7;
}


@media(max-width: 1100px) and (min-width: 768px) {
    .badge-link {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 1240px) and (min-width: 992px) {
    h1.dynamic { font-size: 34px; }
    h2.dynamic { font-size: 29px; }
    h3.dynamic { font-size: 18px; }
    h4.dynamic { font-size: 18px ; }
    h5.dynamic { font-size: 14px ; }
    h6.dynamic { font-size: 10px ; }
}

/* MEDIA */
@media(max-width: 600px) {
    #searchInput {
        width:100%;
        padding: 0 10px 0;
    }
}

/* Media per sm o meno */
@media(max-width: 991px) {
    .h700 { height: 500px !important; }
    .h700-300 { height: 300px !important; }
    .side-spacer-20 {
        padding-right: 0;
    }
    .oes-sidebar-font {
        font-size: 20px;
    }
    .container-small .montaggi-bar {
        height:76px;
    }

    .container-small .container-text {
        margin-top:6px !important;
        margin-left:6px !important;
    }
    .container-small .container-text b {
        font-size:33px;
    }

    .container-small .container-text-filter {
        margin-top:18px !important;
    }
    /*#sidebarAllPage .square-small-large {
        height: 240px !important;
        padding-bottom: 0;    }*/ 
    /*#sidebarAllPage .square-small {
        height:240px;
    }*/
    .notAvailable h1 {
        font-size: 30px;
    }
    .left-description-lis\t {
        height: auto;
        position: static;
        padding: 36px 0;
    }
    #mapContainer {
        height:450px !important;
    }
    #mapContainer a {
        color: #000;
    }

    .ui-menu-item:hover {
          font-weight: bold;
    }
    .h480-300-180,
    .h400-300-180 {
        height: 300px;
    }
    .h700-300{
        height:450px !important;    
    }

    #datiMontaggio > .row  .title {
        font-size:18px !important;
    }
    #datiMontaggio > .row .subtitle {
        font-size:15px !important;
    }
    #datiMontaggio > .row .dataMont {
        font-size:12px !important;
        padding:0;
    }
    #datiMontaggio > .row  .gain .dataMont {
        font-size:20px !important;
    }
    #datiMontaggio > .row > div:first-child {
        padding-left:0px !important;
    }
    #datiMontaggio > .row > div:last-child {
        padding-right:0px !important;
    }
    #datiMontaggio > .row  .row  {
        padding:20px 5px !important;
    }
    #datiMontaggio > .row .gain .title {
        text-transform: initial !important;
    }
    #datiMontaggio > .row .gain .row{
        padding-bottom:50px !important;
    }

}

@media(min-width: 1120px) {
    .sub-section {
        width: 1100px;
    }

}

/*Media per la larghezza del computer lg o più*/
@media(min-width: 991px) {

    .pad-left-4-lg {
        padding-left: 4px;
    }
}

@media(min-width: 1620px) {
    section, .sub-section {
        width: 1600px;
    }
    .montaggi-bar {
        width: 1600px;
    }
}

@media(max-width: 1024px) {
    .filtro-cont li{
        font-size:20px;
    }
}

/* smartphone */
@media(max-width: 767px) {
    .badge-link-container {
        margin-top: 20px;
    }
    .imgCover {
        background-size: contain;
    }
    #caroselloGallery2 .imgCover {
        background-size: cover;
    }

    .navbar-brand {
        margin-left: 15px;
    }
    .notAvailable h1 {
        font-size: 20px;
    }

    h1.dynamic { font-size: 44px; }
    h2.dynamic { font-size: 32px; }
    h3.dynamic { font-size: 22px; }
    h4.dynamic { font-size: 18px; }
    h5.dynamic { font-size: 16px; }
    h6.dynamic { font-size: 10px; }

    #contenitoreIconeMontaggi {
        top:auto;
        bottom:0;
    }

    .h480-300-180,
    .h400-300-180 {
        height: 180px;
    }
   
    #news-popup-cont .news-popup {
        min-height: 20px;
        max-height: 200px;
    }
    .come-up {
        -ms-transform: translateY(60px);
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        -webkit-animation: come-up 0.7s ease forwards;
        -moz-animation: come-up 0.7s ease forwards;
        animation: come-up 0.7s ease forwards;
    }
    .news-cont {
        -ms-transform: translateY(60px);
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }
    #mapContainer {
        height:350px !important;
    }
    #selectCountryContainer {
        display:none !important;
    }
    #back-montaggi-bar {
        display:none !important;
    }
    #caroselloNews, #caroselloNews .owl-item > div {
        height: 250px;
    }

    .imgContainer.h700, #caroselloMain {
        height: 230px !important;
    }
    #caroselloMain .st_twitter_large,
    #caroselloMain .st_facebook_large {
        display:none;
    }

    .news:hover .imgContainerZomm {
        -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }

    #nome-montaggio {
        left: 0;
        right: initial;
    }

    .no-margin-xs {
        margin:0 !important;
    }
    #menu.showSearchBar {
        height: 515px;
    }
    #menu.menuCollapseOpen.showSearchBar {
      height: 835px;
    }
    .showSearchBar #searchBikeField {
      height: 455px;
    }
    #progressbar .list-option select {
        display:block;
    }
    #progressbar .list-option.active:after {
        display:none;
    }
    #searchBikeField {
        width:auto;
    }
    
    #menu {
        position:static;
        margin-bottom:0;
    }
    section.mar-top-150 {
        margin-top:0px;
    }
    .container-box-all {
        margin-top:0px;
    }
    #line-container .box-container a h4 {
        font-size:14px;
        padding-left:0;
        padding-right:0;
    }
    #line-container .box-container a {
        height:100px;
        width:100px;
        margin:10px;
        overflow:hidden;
    }
    #line-container .panel-body {
        padding:15px 0;
    }
    #containerTopMontaggi .arrow-left2,
    #containerTopMontaggi .arrow-right2 {
        padding:21px 0;
    }
    .montaggi-bar {
        height:65px;
        position: relative;
        top: 0px;
    }
    #containerTopMontaggi {
        margin-bottom:0px;
    }
    #containerTopMontaggi .dettagli-montaggi-container {
        padding:5px 0;
    }
    #containerTopMontaggi .dettagli-montaggi-container h2 {
        margin-top:16px !important;
    }

    #containerTopMontaggi .dettagli-montaggi-container .letter-spaced b {
        font-size:27px;
    }
    #containerTopMontaggi .dettagli-montaggi-container .letter-spaced {
        margin: 2px 0 0 0px !important;
    }
    #containerTopMontaggi.container-small .dettagli-montaggi-container .letter-spaced {
        margin: 8px 0 0 0px !important;
    }
    .navbar-brand img {
      height: 50%;
      margin-top: 10px;
    }

    #popup-cont #popup {
        width: 100%;
        margin: 0;
        height: 100%;
        max-height: none;
        border-radius: 0;
    }
    .popup-fixed {
        background: rgba(255, 255, 255, 0.8);
        position: fixed;
        width: 100%;
        height: 80px;
        bottom:0;
    }
    .maxH-SM {
        max-height: none;
    }

    /*#popup-cont #popup button{
        position: absolute;
        top: 5px;
        left: 15px;
        width: 20px;
        height: 20px;
    }*/

    #lang-container {
        position:absolute;
        top:500px;
    }
    .logo-title-3, .logo-title-1 {
        padding-bottom:0;
    }
    p.title {
        font-size:25px;
    }
    p.subtitle {
        font-size:16px;
    }
    .logo-title-0,
    .logo-title-2 {
        padding: 5px 10px;
    }
    .news-head-img {
        height:200px;
    }
    .news-text-cont {
        max-height:132px;
    }
    .news-head-img .align-bottom h1.pad-15 {
        font-size:25px;
        padding-left:0;
        padding-bottom:0;
    }
    #arrowAppender .mar-top-50 h2.font-white{
        font-size:25px;
    }

    #arrowAppender .mar-top-50 {
        margin-top:0px !important;
    }
    #containerTopMontaggi .dettagli-montaggi-container #OSE {
        margin:-2px 0 0 0!important;
    }
    #containerTopMontaggi .dettagli-montaggi-container #OSE b {
        font-size:18px;
    }
    #containerTopMontaggi .dettagli-montaggi-container #montaggio-moto {
        margin-top:1px !important;
        font-size:22px;
    }
    #montaggio-barra-top {
        height: auto;
    }
    #montaggio-barra-top  .dettagli-montaggi-container{
        white-space:normal;
    }
    #nome-montaggio h3{
        font-size: 18px;
    }
    #prodotti li.list-group-item {
       height: auto !important; 
    }
    #containerBot .square-small-large {
        height:229px !important;
        padding-bottom:0;
    }
    #carosello .imgContainer {
        height:230px;
    }
    #carosello .slick-slide {
        width:310px;
    }
     .mar-bot-2-xs {
        margin-bottom: 5px !important;
    }
    .h700-300 {
        height:350px !important;
    }

    #PopupReserved-cont {
        position:static;
        display: none;
        text-align: center;
        z-index: 9000;
        height:100%;
    }

    #PopupReserved {
          max-height: 100%;
          overflow: auto;
          top: 0;
          margin: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius:0;
          position:static;
    }
}


/* Dimensione per i telefoni */
@media(max-width: 375px) {
    .h700-300 {
        height:220px !important;
    }

    #mapContainer {
        height: 250px !important;
    }
}


 @media screen and (orientation:landscape) and (max-width:767px) {
     

    .dexFont {
        font-size: 22px;
    }
    .font-17-sm-landscape,
    .navbar-right > li > a {
        font-size: 17px !important;
    }

    .oes-sidebar-font {
        font-size: 30px;
    }

    h1.dynamic { font-size: 60px; }
    h2.dynamic { font-size: 50px; }
    h3.dynamic { font-size: 35px; }
    h4.dynamic { font-size: 18px; }
    h5.dynamic { font-size: 20px; }
    h6.dynamic { font-size: 10px; }

}

@media screen and (orientation:portrait) and (max-width:767px) {

    #modalGain {
        display:none !important;
    }
}