
.noalign-right td:first-child{
    text-align: center !important;
    font-weight: normal;
}
.noalign-right td:first-child b{
     font-weight: normal;
}
a{
    color: #c4161c;
}

a:hover{
    color: #c4161c;
}

h2 {
    font-size: 46px;
    line-height: 55px;
    letter-spacing: 0.08em;
    font-family: 'Oswald';
    margin-bottom: 20px;
    text-transform: uppercase;
}

h5 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

h6.title_share{
    font-size: 30px;
    font-family: "oswald";
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    background: url("../img/icons/share-big/ico-condividi.png") center right no-repeat;
    background-size: 32px 32px;
    padding: 0 40px;
    width: inherit;
    max-width: 310px;
    margin: 20px auto 20px auto;
}

section {
    text-align: center;
    position: relative;
}

#cover {
    display: block;
    height: 560px;
    overflow: hidden;
    position: relative;
    display: table;
    width: 100%;
}

#cover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-transition: transform 30s ease-out;
    -moz-transition: transform 30s ease-out;
    -ms-transition: transform 30s ease-out;
    -o-transition: transform 30s ease-out;
    transition: transform 30s ease-out;
}

#cover-img.zoom {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.cover-sesto-s-giovanni {
    background-image: url('../img/negozio/sesto/cover.jpg');
}

.cover-merate {
    background-image: url('../img/negozio/merate/cover.jpg') !important;
}

.cover-street-snowboard {
    background-image: url('../img/negozio/street/cover.jpg') !important;
}

.cover-lissone {
    background-image: url('../img/negozio/lissone/cover.jpg') !important;
}

.cover-lissone-bss {
    background-image: url('../img/negozio/lissone/cover-bss.jpg') !important;
}

.cover-area-junior {
    background-image: url('../img/negozio/junior/cover1.jpg') !important;
}

.cover-area-red {
    background-image: url('../img/negozio/area-red/cover.jpg') !important;
}

.cover-brescia {
    background-image: url('../img/negozio/brescia/cover_bis.jpg') !important;
}

.cover-brescia.brescia2 {
    background-image: url('../img/negozio/brescia/cover.jpg') !important;
}

.cover-brescia3 {
    background-image: url('../img/negozio/brescia/sfondo-cover-opening.jpg') !important;
}
.cover-vibram {
    background-image: url('../img/eventi/vibram/cover.jpg') !important;
}

.cover-milano {
    background-image: url('../img/negozio/milano/trama_milano.jpg') !important;
}



#cover .cont {
    display: table-cell;
    position: relative;
    z-index: 2;
    vertical-align: middle;
}

#cover .cont .subtitle {
    font-weight: 300;
    font-family: 'Oswald';
    font-size: 42px;
    line-height: 1em;
    padding: 8px 15px;
    background: #c4161c;
    background: rgba(189, 32, 37, 0.9);
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
}

#cover .cont .title {
    font-weight: 400;
    font-family: 'Oswald';
    font-size: 75px;
    line-height: 1em;
    padding: 5px 15px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
}

#cover .cont .location {
    font-weight: 300;
    font-family: 'Oswald';
    font-size: 22px;
    line-height: 1em;
    padding: 4px 15px 5px 35px;
    background: #c4161c;
    background: rgba(189, 32, 37, 0.9);
    display: inline-block;
    color: #fff;
    position: relative;
}

#cover .cont .location img {
    position: absolute;
    left: 5px;
    top: -5px;
    width: 24px;
    height: auto;
}

#default-bianco {
    background: #ffffff;
	padding-top: 65px !important;
}

#default-bianco ul {text-align: left;}
#default-bianco a,
#default-bianco a:hover {color: #c4161c;}

#presentazione ul {text-align: left;}
#presentazione a,
#presentazione a:hover {color: #c4161c;}

#presentazione-red ul {text-align: left;}
#presentazione-red a,
#presentazione-red a:hover {color: #ffffff;}
#presentazione-red h2 {color: #ffffff;}
#presentazione-red h5 {color: #ffffff;}

.sezione,
#video,
#subhead,
#default-bianco,
#presentazione,
#presentazione-red,
#default-bianco,
#orario {
    padding: 45px 0 30px 0;
    background: #fff;
    position: relative;
}

.sezione.grigio {background: #efefef;}

#ampliamento:after,
.bianco-freccia:after,
.grigio-freccia:after,
.blu-freccia:after,
.nero-freccia:after,
.eventi-scheda-eventi:after,
#subhead:after,
#presentazione:after,
#presentazione-red:after,
#orario:after {
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    z-index: 99;
}

.grigio-freccia:after,
#presentazione:after,
#subhead:after {
    border-top: 10px solid #efefef;
}

#presentazione-red:after {
    border-top: 10px solid #c5161d;
}

.blu-freccia:after {
    border-top: 10px solid #06232b;
}


.no-freccia:after {
    border: 0 !important;
}

.arrow {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    display: block;
}

.arrow:before {
    content: "";
    position: absolute;
    left: -5px;
    width: 50%;
    height: 10px;
    top: 0;
    background-color: #fff;
    -webkit-transform: skew(50deg);
    -moz-transform: skew(50deg);
    -o-transform: skew(50deg);
    -ms-transform: skew(50deg);
    transform: skew(50deg);
}

.arrow:after {
    content: "";
    position: absolute;
    right: -5px;
    width: 50%;
    height: 10px;
    top: 0;
    background-color: #fff;
    -webkit-transform: skew(-50deg);
    -moz-transform: skew(-50deg);
    -o-transform: skew(-50deg);
    -ms-transform: skew(-50deg);
    transform: skew(-50deg);
}

.arrow.blue:before,
.arrow.blue:after {
    background-color: #06232b;
}

.arrow.grey:before,
.arrow.grey:after {
    background-color: #efefef;
}

.arrow.red:before,
.arrow.red:after {
    background-color: #c5161d;
}

#orario .row {
    position: relative;
}

#orario p {
    margin-bottom: 16px;
    font-size: 16px;
    /*line-height: 24px;*/
    letter-spacing: 0.1em;
}

#orario .open {
    margin-top: 20px;
    margin-bottom: 0;
}

#orario img {
    position: absolute;
    right: -90px;
    top: -50px;
    z-index: 19;
}


#orario.orario-red img {
    position: absolute;
    right: -90px;
    top: -37px;
    z-index: 19;
}


.assistenza-clienti {
    border-top: 1px solid #cccccc;
    color: #666666;
    font-family: "Oswald";
    font-size: 25px;
    letter-spacing: 2px;
    margin-top: 30px;
    padding-top: 28px;
    text-transform: uppercase;
    width: 100%;
}

.assistenza-clienti-bs {
    /*border-top: 1px solid #cccccc;*/
    color: #666666;
    font-family: "Oswald";
    font-size: 25px;
    letter-spacing: 2px;
    margin-top: 0px;
    padding-top: 28px;
    text-transform: uppercase;
    width: 100%;
}

.assistenza-clienti-bs::after {
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    z-index: 99;
}

#slider {
    position: relative;
}

#slider .slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider .slides li {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
}

#slider .slides li img {
    max-width: 100%;
    height: auto;
}

#slider .flex-direction-nav {
    margin: -25px 0 0 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
}

#slider .flex-direction-nav .flex-prev,
#slider .flex-direction-nav .flex-next {
    position: absolute;
    top: 0;
    width: 31px;
    height: 50px;
    background: url('../img/negozio/slider-arrows.png');
    display: inline-block;
    text-indent: -9999px;
}

#slider .flex-direction-nav .flex-prev {
    left: 0;
    background-position: top left;
}

#slider .flex-direction-nav .flex-next {
    right: 0;
    background-position: top right;
}

#slider .flex-direction-nav .flex-prev:hover {
    background-position: bottom left;
}

#slider .flex-direction-nav .flex-next:hover {
    background-position: bottom right;
}

#reparti {
    background: #eee;
    padding: 45px 0 30px 0;
    position: relative;
}

#reparti:after {
    border-top: 10px solid #eee;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    z-index: 99;
}

#reparti .box {
    background: #fff;
    padding: 25px 0;
}

#reparti .box .title {
    margin-bottom: 15px;
    display: inline-block;
    color: #fff;
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1em;
    background-color: #c4161c;
    padding: 5px 15px;
}

#reparti .box ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

#reparti .box ul:last-child {
    margin-bottom: 0;
}

#reparti .box ul li {
    margin: 0;
    padding: 0;
}

#reparti .box ul li a {
    font-size: 15px;
    color: #000;
}

#reparti .box ul li a:hover {
    color: #c4161c;
}

#reparti .nota_reparti {
    padding-top: 20px !important;
    line-height: 18px;
    font-size: 14px;
    clear: both;
}



#reparti-red {
    background: #c4161c;
    padding: 45px 0 30px 0;
    position: relative;
}

#reparti-red:after {
    /*border-top: 10px solid #eee;*/
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    z-index: 99;
}

#reparti-red a {
    color: #fff;
    text-decoration: underline;
}

#reparti-red h2 {
    color: #fff;
}

#reparti-red h5 {
    color: #fff;
}

#reparti-red p {
    color: #fff;
}

#reparti-red .box {
    background: #fff;
    padding: 25px 0;
}

#reparti-red .box .title {
    margin-bottom: 15px;
    display: inline-block;
    color: #fff;
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1em;
    background-color: #c4161c;
    padding: 5px 15px;
}

#reparti-red .box ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

#reparti-red .box ul:last-child {
    margin-bottom: 0;
}

#reparti-red .box ul li {
    margin: 0;
    padding: 0;
}

#reparti-red .box ul li a {
    font-size: 15px;
    color: #000;
}

#reparti-red .box ul li a:hover {
    color: #c4161c;
}

#reparti-red .nota_reparti {
    padding-top: 20px !important;
    line-height: 18px;
    font-size: 14px;
    clear: both;
}

.area-red-fixed {
    border-top: 2px solid white;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 1000;
    width: 100%; height: 122px;
    background: #c5161d;
}

.dx {text-align: right; padding-bottom: 15px;}
.sx {text-align: left; padding-bottom: 15px;}

#presentazione-red .facebook {
    display: inline-block;
    background: #fff url('../img/negozio/area-red/cta-fb2.png') 150px 17px no-repeat;
    color: #4267b2 !important;
    font-family: 'Oswald';
    font-style: normal;
    font-size: 23px;
    line-height: 1em;
    padding: 20px 25px 20px 48px;
    max-width: 392px;
    width: 100%;
    text-align: left;
}

#presentazione-red .gruppo {
    display: inline-block;
    background: #4472c4;
    color: #fff !important;
    font-family: 'Oswald';
    font-style: normal;
    font-size: 23px;
    line-height: 1em;
    padding: 20px 40px 20px 40px;
    width: 100%;
    max-width: 392px;
    text-align: center;
    text-decoration: none;
}

.entra_nel_gruppo_fb a {
    display: block;
    background: #4472c4;
    color: #fff !important;
    font-family: 'Oswald';
    font-style: normal;
    font-size: 16px;
    line-height: 1em;
    padding: 20px;
    width: 280px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto 30px auto;
}

.entra_nel_gruppo_fb a{  text-decoration: none !important;}
.comment-slider.voce_donne .card .card-img {
    width: 125px;
    margin: 0 auto 15px auto;
}

.entra_nel_gruppo_fb a:hover{
    background: white;
    color: #4472c4 !important;
}
#servizi {
    color: #fff;
    background: #06232b;
    padding: 45px 0;
    position: relative;
}

#mobile-info{  background: #06232b;}

#mobile-info:after,
#servizi:after {
    border-top: 10px solid #06232b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    z-index: 99;
}

#servizi.noarrow:after {
    border-top: 0;
}


#servizi h2,
#servizi h5 {
    color: #fff;
}

#servizi .servizio {
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: top;
    height: 180px;
    text-align: center;
    width: 16%;
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
}

#servizi .servizio img {
    margin-bottom: 15px;
}

#servizi .servizio ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#servizi .servizio ul li {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
}

#servizi .servizio.disabled .mask {
    position: absolute;
    top: 0;
    left: 0;
    background: #06232b;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

#eventi {
    background: #fff;
    padding: 45px 0 30px 0;
}

#eventi.grigio {
    background: #eee;
}


#eventi p {
    text-align: left;
    vertical-align: middle;
}

#eventi ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    border-top: 1px solid #ddd;
    vertical-align: middle;
}

#eventi ul li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0 14px 0;
    margin: 0;
    position: relative;
    vertical-align: middle;
    clear: both;
    min-height: 126px;
}

#eventi ul li .luogo span{
	min-height:14px;
}

#more-events{
    padding: 15px;
    background: #eee url('../img-retina/ico-plus.png') 90% center no-repeat;
    background-size: 16px;
    background-size: 16px;
    display: block;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    color: #111;
    font-size: 17px;
    line-height: 1;
    font-family: 'Oswald';
    letter-spacing: .04em;
    display: none;
}

/* - Brescia - */

#brescia {
    background: #fff;
    padding: 0px 0 30px 0;
}


/* - Ampliamento merate - */

#ampliamento {
        padding: 45px 0 45px 0;
    background: #fff;
    position: relative;
  }


.btn_ampliamento{
	background: #000000 none repeat scroll 0 0;
    display: block;
    font-family: "times new roman" !important;
    margin: 25px auto 0;
    padding: 0 0 4px;
    width: 224px;
    color: white !important;
    font-style: italic;
    font-size: 24px;
    position: relative;
	z-index: 9;
    margin-top: -20px;
}




/*
#eventi ul li .cont-lbl{
    width: 125px;
    display: inline-block;
}

#eventi ul li .lbl{
    display: inline-block;
    background: #c4161c;
    padding: 3px 4px;
    color: #fff;
    font-family: 'Oswald';
    line-height: 1em;
    font-size: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
}

#eventi ul li .date{
    display: inline-block;
     vertical-align: middle;
     font-size: 14px;
     line-height: 33px;
}

#eventi ul li .date span.the_giorno{
    display: inline-block;
     vertical-align: middle;
     width: 68px;
}
#eventi ul li .date span.the_mese{
    text-transform: lowercase;
     display: inline-block;
     vertical-align: middle;
     width: 74px;
      text-align: center;
}

#eventi ul li .date span.the_numero{
    font-size: 34px;
    line-height: 34px;
    color: #c4161c;
    font-weight: bold;
    display: inline-block;
     vertical-align: middle;
     margin: 0 5px;
}

#eventi ul li .title{
    display: inline-block;
    margin-left: 12px;
    font-family: 'Oswald';
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #000;
     vertical-align: middle;
}


*/

#eventi ul li .cont-label-e-tit {
    float: left;
    padding: 12px 25px 0 25px;
}

#eventi ul li .lbl {
    display: block;
    background: #c4161c;
    padding: 3px 4px;
    color: #fff;
    font-family: 'Oswald';
    line-height: 1em;
    font-size: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
    width: auto;
    float: left;
}

#eventi ul li .date {
    display: block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 33px;
    width: 110px;
    text-align: center;
    border-right: 1px dotted black;
    float: left;
}

#eventi ul li .date span.the_giorno {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
}

#eventi ul li .date span.the_mese {
    text-transform: lowercase;
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: 15px;
}

#eventi ul li .date span.the_numero {
    font-size: 64px;
    line-height: 64px;
    color: #c4161c;
    font-weight: bold;
    display: block;
    letter-spacing: -2px;
}

#eventi ul li .title {
    display: block;
    padding: 10px 0 0 0;
    font-family: 'Oswald';
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    color: #000;
    vertical-align: middle;
    clear: left;
}

#eventi ul li .unaclasse {
    border-left: 1px dotted black;
    clear: left;
    display: inline-block;
    height: 46px;
    margin-top: 46px;
    position: absolute;
    right: 0;
    padding-left: 13px;
}

#eventi ul li .more {
    display: block;
    background: #000;
    color: #fff;
    font-family: 'Times', serif;
    font-style: italic;
    font-size: 20px;
    line-height: 1em;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    margin-top: 4px;
    /*-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);*/
}

#eventi ul li .luogo {
    border-left: 1px dotted black;
    clear: left;
    display: inline-block;
    height: 45px;
    margin-top: 46px;
    padding-left: 60px;
    background: url("../img-retina/eventi/puntatore-grigio.png") 18px center no-repeat;
    font-size: 26px;
    font-family: 'Oswald';
    font-weight: bold;
    line-height: 26px;
    background-size: 29px !important;
}

#eventi ul li .luogo span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-family: arial;
    line-height: 12px;
}

#eventi p.no-event {
    text-align: center !important;
    font-weight: bold;
    margin-bottom: 0 !important;
}

#presentazione {
    background: #efefef;
}

#presentazione-red {
    background: #c5161d !important;
}

#subhead {
    padding: 45px 0 20px 0;
    text-align: center;
    background: #efefef;
}

#subhead h2 {
    font-size: 56px;
    margin-bottom: 5px;
}

#subhead h2 span.clearfix {
    display: none;
}

#subhead h2 span.red {
    display: inline-block;
    color: #fff;
    background: #C5161B;
    padding: 7px;
    font-weight: bold;
}

#default-bianco p {
    text-align: left;
}

/* #default-bianco .arrow:before,
#default-bianco .arrow:after {
    background: #ffffff;
} */

#presentazione p {
    text-align: left;
}

#presentazione .arrow:before,
#presentazione .arrow:after {
    background: #efefef;
}


#presentazione-red p {
    text-align: left;
}

#presentazione-red .arrow:before,
#presentazione-red .arrow:after {
    background: #c5161d;
}

#mobile-info .arrow:before,
#mobile-info .arrow:after {background: #06232b;}

.hide-quadrato {
    width: 10px;
    height: 15px;
    background: #efefef;
    z-index: 9999;
    position: absolute;
}
.q-white{background: white;}
.q-blue{background: #06232b;}
.q-dx {
    right: 0;
}




.orario-red .hide-quadrato {
    width: 10px;
    height: 15px;
    background: transparent;
    z-index: 9999;
    position: absolute;
}
.orario-red .q-white{background: transparent;}

.hide-quadrato-red {
    width: 10px;
    height: 15px;
    background: #c5161d;
    z-index: 9999;
    position: absolute;
}

.img-full {
    width: 100%;
}

.blu,
#video {
    padding: 45px 0 45px 0;
    background: #06232b;
}

.blu h2,
.blu h5,
#video h2,
#video h5 {
    color: #fff;
}

.video-full {
    width: 100%;
    padding: 0 0 58.5% 0;
    position: relative;
}

.video-full iframe,
.video-full embed {
    position: absolute;
    width: 100%;
    height: 96%;
    left: 0;
    top: 0;
}

#orario .straordinarie h5 {
    margin-bottom: 6px;
}

#orario p {
    font-size: 16px;
/*    line-height: 18px;*/
    margin-bottom: 16px;
}


.sec-col {
    padding-bottom: 20px;
    border-bottom: 1px dotted silver;
}

#orario .sec-col p {
    font-size: 14px;
}

#orario .sec-col h5 {
    color: #c4161c;
}

.link_raggiungerci {
    background: #000000;
    color: #ffffff !impotrant;
    display: block;
    width: 224px;
    margin: 25px auto 0 auto;
    padding: 4px 0 8px 0;
    font-family: 'times new roman';
}

.link_raggiungerci h5 {
    font-family: 'times new roman';
    color: #ffffff !important;
    letter-spacing: 0;
    font-style: italic;
    margin: 0 !important;
    font-size: 24px;
}


/*--  PAGINA EVENTO -- */

.evento-sx  p {
	text-align: left !important;
}


.evento-sx  h2 {
	text-align: left !important;
	clear: left;
	font-family: "Oswald";
	font-size: 40px;
}

.evento-sx h5 {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 24px;
    margin-bottom: 5px;
	text-align: left !important;
	clear: left;
}

.evento-sx .lbl {
    background: #c4161c none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-family: "Oswald";
    font-size: 15px;
    font-weight: bold;
    line-height: 1em;
    padding: 3px 4px;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}

.evento-sx .small-6 {
	padding: 0 !important;
	margin: 0 !important;
}


.mappa-evento {
	float: right;
	width: 300px;
}

.evento-dx .box-centrante{
    width: 81%;
  /*   background: red; */
    margin: 0 auto;
}


.evento-dx  p {
	text-align: left !important;
}

.atc-style-blue .atcb-link, .atc-style-blue .atcb-link:hover, .atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus {
    background: rgb(66, 129, 244) none repeat scroll 0 0;
    color: #ffffff !important;
    font-family: "Arial";

}

.primotesto {
    padding: 0 0 18px;
    text-align: center !important;
}

/*--  FINE PAGINA EVENTO -- */

/*--  EVENTI  COPERTINE -- */


.cover-casting-day {
    background-image: url('../img/eventi/casting-day/copertina-ideeregalo.jpg') !important;
}

.cover-casting-day-2017 {
    background-image: url('../img/eventi/casting-day-iscrizioni-2017/cover.jpg') !important;
}
.cover-nbgno {
    background-image: url('../img/eventi/nbgno/cover-a.jpg') !important;
}



.cover-converse02 {
    background-image: url('../img/eventi/converse/cover-b.jpg') !important;
}


.cover-converse03 {
    background-image: url('../img/eventi/converse/converse-c-lab-2016.jpg') !important;
}

.cover-converse {
    background-image: url('../img/eventi/converse/cover.jpg') !important;
}

.cover-deejay-ten {
    background-image: url('../img/eventi/deejay-ten/cover.jpg') !important;
}

.cover-deejay-ten2 {
    background-image: url('../img/eventi/deejay-ten/cover_10.jpg') !important;
}

.cover-deejay-ten3 {
    background-image: url('../img/eventi/deejay-ten/cover-2016.jpg') !important;
}

.cover-outdoorday1 {
    background-image: url('../img/eventi/outdoorday/cover1.jpg') !important;
}

.cover-outdoorday2 {
    background-image: url('../img/eventi/outdoorday/cover2.jpg') !important;
}

.cover-corvatsch {
    background-image: url('../img/eventi/corvatsch/cover.jpg') !important;
}

.cover-r-day {
    background-image: url('../img/eventi/running-day/cover.jpg') !important;
}

.cover-corsi-snow {
    background-image: url('../img/eventi/corsi-snow/cover.jpg') !important;
}



.cover-diving-day {
    background-image: url('../img/eventi/diving-day/cover.jpg') !important;
}

.cover-trail-r-day {
    background-image: url('../img/eventi/trail-running-day/cover-2018.jpg') !important;
}

.cover-wr-milano {
    background-image: url('../img/eventi/we-run-milano/cover.jpg') !important;
}

.cover-color-run {
    background-image: url('../img/eventi/color-run/cover-2016b.jpg') !important;
}

.cover-mico-days {
    background-image: url('../img/eventi/mico-days/cover.jpg') !important;
}

.cover-corsi-golf {
    background-image: url('../img/eventi/corsi-golf/cover_golf.jpg') !important;
}


.cover-wannabe {
    background-image: url('../img/eventi/wannabe/cover-wannabe-2018.jpg') !important;
}


.cover-g_fitting{
    background-image: url('../img/eventi/golf_fitting/cover.jpg') !important;
}



/*--------- EVENTI LOGHI -PARTNER -----------------------------------*/

.elenco-loghi-partner img {
    margin-left: 0 15px;
    display: inline-block;
    text-align: center;
}

.elenco-loghi-partner {
    margin: 0 auto;
    padding: 0 0 !important;
}

.elenco-loghi-partner.loghi-centrati img {
    text-align: center;
    float: none;
    margin-left: 0 15px !important;

}


/*------- CORSI SNOW ----------------------*/

.paragrafo-corsi-snow h3 {
    border-top: 1px solid #aaaaaa;
    padding: 20px 0;
    font-weight: bold !important;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 24px;
}

.paragrafo-corsi-snow h4 {
    text-align: left;
    padding-bottom: 0px;
    line-height: 19px;
    text-transform: uppercase;
    font-size: 19px;
}

.paragrafo-corsi-snow p.nopad {
    padding-bottom: 0;
    margin-bottom: 0;
}
/* - R Day - */

.lista-running-day {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.lista-running-day li {
    background: url("../img/eventi/fumetto-grigio.png") center top no-repeat;
    border-top: 1px solid #ccc;
    padding: 42px 0 18px 0 !important;
    position: relative;
}

.lista-running-day li:first-chlid {
    border-top: 0;
    background: none;
}

.lista-running-day span.numero {
    display: block;
    font-family: 'Oswald';
    color: #aaaaaa;
    position: absolute;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    width: 80px;
    height: 48px;
    font-weight: bold;
    top: 50%;
    margin-top: -21px;
}

.lista-running-day h3 {
    font-family: 'Oswald';
    display: block;
    width: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 8px;
    margin-bottom: 0 !important;
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.lista-running-day p {
    text-align: center !important;
}

.lista-running-day .punto-5 h3 {
    color: #c4161c;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0.02em;
}
/*--------------------------------------------------------------------- */

#mobile-info {
    background: #06232b;
    padding: 16px 0 20px 0;
    display: none;
}
/*
#mobile-info .ico-mobile{
    width: 34px;
    height: 34px;
    background-size: cover !important;
    margin: 0 auto;
}
*/
#mobile-info img{
    width: 34px !important;
    height: 34px !important;
}

/*
#mobile-info .icoCall{background: url("../img-retina/ico-call.png") 0 0 no-repeat;}
#mobile-info .icoWatch{background: url("../img-retina/ico-watch.png") 0 0 no-repeat;}
#mobile-info .icoMap{background: url("../img-retina/ico-map.png") 0 0 no-repeat;}
*/
#la-freccia{display: none;}

#la-freccia .maschera-freccia{
    background: url("../img/maschera-blu.png") center top no-repeat;
    height: 9px;
    position: absolute;
    margin-top: -8px;
    width: 100%;
    z-index: 999;
}


#la-freccia .freccia_blu{
    background: url("../img-retina/freccina-blu-top.png") center -9px no-repeat #fff;
    height: 8px;
    margin-top: -1px;
    overflow: hidden;
}

#mobile-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

#mobile-info ul li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

#mobile-info ul li.center {
    border-left: 1px solid #3a575f;
    border-right: 1px solid #3a575f;
}

#mobile-info ul li a {
    color: #fff;
    font-style: italic;
    font-size: 18px;
    font-family: serif;
    text-transform: lowercase;
    line-height: 1;
}

#mobile-info ul li a span {
    display: block;
    margin-top: 10px;
}

h5.titolo-chiusure{
    margin-top: 20px;
    margin-bottom: 20px;
}

.tabella-orari,
#tabella-orari{
    text-align: center;
    border: 0;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0 auto;
}

.tabella-orari tr,
#tabella-orari tr,
.tabella-orari td,
#tabella-orari td{
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    padding: 3px 9px;
}

.tabella-orari td:first-child,
#tabella-orari td:first-child{text-align: right;}

table tr.even, table tr.alt, table tr:nth-of-type(2n){background: #fff;}

.tabella-orari td b,
#tabella-orari td b{font-style: italic;}


.tabella-orari.tab-tipo-01 td:first-child{
    min-width: 214px;
}

.last-td{
    padding-right: 116px !important;
}

.allineamento-centrato, .allineamento-centrato td {text-align: center !important;}

.tabella-orari.tabella_chiusure td:first-child{text-align: center;}
/*--------- SEZIONE FAQ --------------------------------------------------------------------------------- */



.sez-col-faq p{font-size: 15px;}

.faq{ border-left: 1px dotted #b4b4b4;}

.faq h3,
.info h3{
    line-height: 32px;
    padding: 0 0 30px 40px;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'oswald';
    letter-spacing: 0.05em;
    text-align: left;
}


.faq h3{ background: url("../img-retina/ico-domanda.png") 0 0 no-repeat; background-size: 32px; background-size: 32px;}
.info h3{ background: url("../img-retina/ico-info.png") 0 0 no-repeat; background-size: 32px; background-size: 32px;}


.large-6.info,
.large-6.faq{padding: 0;}

.large-6.info{padding-right: 20px;}
.large-6.faq{padding-left: 20px;}

.price-info strong{
    font-size: 24px;
    background: #c4161c;
    color: white;
    padding: 0 5px;
}

.info ul {margin-left: 0;}

.info ul li{
    list-style: none;
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 8px 20px;
    margin: 0;
    background: url("../img/dot-1.gif") 0 9px no-repeat;
}

.info ul li ul{margin-top: 14px;}

.info ul li ul li{
    list-style: none;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    background: url("../img/dot-2.gif") 0 9px no-repeat;
}

.info ul li small{
    font-size: 12px;
    font-style: italic;

}

.info ul li small span{font-weight: bold;}

.faq li{
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
    background: url("../img/dot-1.gif") 0 8px no-repeat;
    margin-top: 30px;
}

.faq li:first-child{
    margin-top: 0px;
}

.faq p{
    font-size: 12px;
    line-height: 17px;
    margin: 0;
}


.faq p.domanda{
    font-size: 17px;
    line-height: 18px;
    font-weight: bold;
    padding-bottom: 4px;
}

p.titoletto{margin-bottom: 2px;}


a.link-tipo{
    background: none repeat scroll 0 0 #000;
    color: #fff !important;
    display: block;
    font-family: "Times",serif;
    font-size: 20px;
    font-style: italic;
    height: 38px;
    line-height: 38px;
    margin-top: 4px;
    padding: 0 15px;
    display: inline-block;
}





.evento_facebook{
    background: url("../img/icons/share-big/ico-fb.png") 10px center no-repeat #3b5998;
    background-size: 24px 24px;
    height: 50px;
    line-height: 50px;
    text-indent: 50px;
    font-size: 20px;
    color: white !important;
    font-family: "Timew New Roman";
    font-weight: normal;
    font-style: italic;
    max-width: 304px;
    display: block;
    margin: 10px auto;
    text-align: left;
}


.evento_facebook:hover{background-color: #28437e;}

.share-event{margin: 0!important;}
.share-event li{
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}

.share-btn{
    display: block;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: rgba(255,255,255,0);
    border: solid 3px #fff;
}

.share-fb{
    background-image: url("../img/icons/share-big/ico-fb.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 34px 34px;
}

.share-tw{
    background-image: url("../img/icons/share-big/ico-twitter.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 34px 34px;
}

.share-gplus{
    background-image: url("../img/icons/share-big/ico-gipiu.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 34px 34px;
}



.share-whatsapp{
    background-image: url("../img/icons/share-big/ico-whatsapp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}

.li_whats{display: none !important;}

.share-mail{
    background-image: url("../img/icons/share-big/ico-mail.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 34px 34px;
}

h6.title_share{
    font-size: 30px;
    font-family: "oswald";
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    background: url("../img/icons/share-big/ico-condividi.png") center right no-repeat;
    background-size: 32px 32px;
    padding: 0 40px;
    width: inherit;
    max-width: 310px;
    margin: 20px auto 20px auto;
}


.share-fb:hover{border-color: #3b5998;}
.share-tw:hover{border-color:#4099ff;}
.share-gplus:hover{border-color: #d34836;}
.share-mail:hover{border-color: #cdcdcd;}


/*----------- Sezione Maxi Saldi ----------------------------------------------------------------------   */

#maxisaldi{

    background: url("/assets/img/patt-maxisaldi.png") 0 0;

}

#maxisaldi .row{
    padding: 48px 0 38px 0;
    text-align: center;
}


#maxisaldi .row img{
    max-width: 416px;
    width: 88%;
    height: auto;
}

#maxisaldi a.btn-maxisaldi{
    display: block;
    margin: 0 auto;
    background: white;
    font-family: "times new roman";
    color: black;
    font-size: 24px;
    text-align: center;
    width: 88%;
    max-width: 290px;
    font-style: italic;
    margin-top: 40px;
}


#maxisaldi a.btn-maxisaldi:hover{background-color: #eeeeee;}



/*----------- Sezione Happy Days ----------------------------------------------------------------------   */


.banner-promozionale .row,
#happy-days .row{
    padding: 10px 0 38px 0;
    text-align: center;
}

.banner-promozionale .row img,
#happy-days .row img{
    max-width: 651px;
    width: 88%;
    height: auto;
}


.banner-promozionale a.btn-nuove-collezioni,
#happy-days a.btn-happy-days{
    display: block;
    margin: 0 auto;
    background: black;
    font-family: "times new roman";
    color: white;
    font-size: 20px;
    text-align: center;
    width: 88%;
    max-width: 260px;
    font-style: italic;
    margin-top: 0px;
}

.banner-promozionale a.btn-nuove-collezioni-white,
#happy-days a.btn-happy-days-white{
    display: block;
    margin: 0 auto;
    background: white;
    font-family: "times new roman";
    color: black;
    font-size: 20px;
    text-align: center;
    width: 88%;
    max-width: 260px;
    font-style: italic;
    margin-top: 0px;
}


.banner-promozionale a.btn-happy-days-white:hover,
#happy-days a.btn-happy-days-white:hover{background-color: #eeeeee; color: black;}

.banner-promozionale a.btn-happy-days:hover,
#happy-days a.btn-happy-days:hover{background-color: #eeeeee; color: black;}



#happy-days{background-color: #2e9bcf; top center no-repeat; }
/*#happy-days{background: url("/assets/img/sfondo-happy-days.png") top center no-repeat; }*/


/*----------- Sezione Happy Days XMSA ----------------------------------------------------------------------   */


.banner-promozionale .row,
#happy-days-xmas .row{
    padding: 10px 0 38px 0;
    text-align: center;
}

.banner-promozionale .row img,
#happy-days-xmas .row img{
    max-width: 651px;
    width: 88%;
    height: auto;
}


.banner-promozionale a.btn-nuove-collezioni,
#happy-days-xmas a.btn-happy-days-xmas{
    display: block;
    margin: 0 auto;
    background: black;
    font-family: "times new roman";
    color: white;
    font-size: 20px;
    text-align: center;
    width: 88%;
    max-width: 260px;
    font-style: italic;
    margin-top: 0px;
}

.banner-promozionale a.btn-nuove-collezioni-white,
#happy-days-xmas a.btn-happy-days-xmas-white{
    display: block;
    margin: 0 auto;
    background: white;
    font-family: "times new roman";
    color: black;
    font-size: 20px;
    text-align: center;
    width: 88%;
    max-width: 260px;
    font-style: italic;
    margin-top: 0px;
}


.banner-promozionale a.btn-happy-days-xmas-white:hover,
#happy-days-xmas a.btn-happy-days-xmas-white:hover{background-color: #eeeeee; color: black;}

.banner-promozionale a.btn-happy-days:hover,
#happy-days-xmas a.btn-happy-days-xmas:hover{background-color: #eeeeee; color: black;}

/*#happy-days-xmas{background-color: #c4161c; top center no-repeat; }*/
#happy-days-xmas{background: url("/assets/img/sfondo-happy-days-xmas.png") top center no-repeat; }


/*----------- Sezione Nuove Collezioni ----------------------------------------------------------------------   */




.banner-promozionale .row,
#nuove-collezioni .row{
    padding: 48px 0 38px 0;
    text-align: center;
}

.banner-promozionale .row img,
#nuove-collezioni .row img{
    max-width: 416px;
    width: 88%;
    height: auto;
}


.banner-promozionale a.btn-nuove-collezioni,
#nuove-collezioni a.btn-nuove-collezioni{
    display: block;
    margin: 0 auto;
    background: black;
    font-family: "times new roman";
    color: white;
    font-size: 20px;
    text-align: center;
    width: 88%;
    max-width: 260px;
    font-style: italic;
    margin-top: 30px;
}

.banner-promozionale a.btn-nuove-collezioni-white,
#nuove-collezioni a.btn-nuove-collezioni-white{
    display: block;
    margin: 0 auto;
    background: white;
    font-family: "times new roman";
    color: black;
    font-size: 20px;
    text-align: center;
    width: 88%;
    max-width: 260px;
    font-style: italic;
    margin-top: 30px;
}


.banner-promozionale a.btn-nuove-collezioni-white:hover,
#nuove-collezioni a.btn-nuove-collezioni-white:hover{background-color: #eeeeee; color: black;}

.banner-promozionale a.btn-nuove-collezioni:hover,
#nuove-collezioni a.btn-nuove-collezioni:hover{background-color: #eeeeee; color: black;}

#nuove-collezioni{background: url("/assets/img/sfondo-nuove-collezioni.jpg") top center no-repeat; }
#meta-prezzo{background: url("/assets/img/pattern_meta_prezzo.jpg") top center no-repeat;box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2);}
#meta-prezzo.banner-promozionale a.btn-nuove-collezioni:hover{
  background-color: #323232; color: white;
}


#b_sckool{
background-color: #dbdbde;
  background-image: url("/assets/img/back_to_school/omini2.png");
  background-position:  center center;
  background-size: contain;
  background-repeat:  no-repeat;
}



#sfondo-buono-regalo,
#sfondo-natale{background: url("/assets/img/sfondo-natale.jpg") top center no-repeat;}

#sfondo-natale img{max-width: 530px;   width: 48%;}

#sfondo-buono-regalo img{max-width: 350px;   width: 48%;}

#sfondo-maxisaldiinverno{background: url("/assets/img/sfondo-maxisaldi-inverno.jpg") top center no-repeat;}

#sfondo-maxisaldi2017 img{max-width: 530px; width: 88%; height: auto;}

#sfondo-maxisaldiestate{background: url("/assets/img/sfondo-maxisaldi-estate.png") top center no-repeat;}

#sfondo-maxisaldiestate img{max-width: 530px; width: 88%; height: auto;}


#sfondo-sfumato-grigio{
background: rgb(222,222,222);
background: linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(235,235,235,1) 51%, rgba(222,222,222,1) 100%);
}


/*----------- Sezione Black Friday ----------------------------------------------------------------------   */


.banner-promozionale .row,
#black-friday .row{
    padding: 23px 0 33px;
    text-align: center;
}

.banner-promozionale .row img,
#black-friday .row img{
    max-width: 560px;
    width: 88%;
    height: auto;
}

.banner-promozionale a.btn-black-friday,
#black-friday a.btn-black-friday{
    display: block;
    margin: 0 auto;
    background: black;
    font-family: "times new roman";
    color: white;
    font-size: 20px;
    text-align: center;
    width: 88%;
    max-width: 260px;
    font-style: italic;
    margin-top: 30px;
}

.banner-promozionale a.btn-black-friday-white,
#black-friday a.btn-black-friday-white{
    display: block;
    margin: 0 auto;
    background: white;
    font-family: "times new roman";
    color: black;
    font-size: 20px;
    text-align: center;
    width: 88%;
    max-width: 200px;
    font-style: italic;
    margin-top: 16px;
}


.banner-promozionale a.btn-black-friday:hover,
#black-friday a.btn-black-friday:hover{background-color: #eeeeee; color: black;}

.banner-promozionale a.btn-black-friday:hover,
#black-friday a.btn-black-friday:hover{background-color: #eeeeee; color: black;}

#black-friday {background: #000000}
#opening2019{background-color: #2a312f;}

/*----------- Sezione Brand ExtraSconto -20 ----------------------------------------------------------------------   */


.banner-promozionale .row,
#extrasconto .row{
    padding: 23px 0 33px;
    text-align: center;
}

.banner-promozionale .row img,
#extrasconto .row img{
    max-width: 560px;
    width: 88%;
    height: auto;
}


.banner-promozionale a.btn-extrasconto,
#extrasconto a.btn-extrasconto{
    display: block;
    margin: 0 auto;
    background: black;
    font-family: "times new roman";
    color: white;
    font-size: 20px;
    text-align: center;
    width: 88%;
    max-width: 260px;
    font-style: italic;
    margin-top: 0px;
}

.banner-promozionale a.btn-extrasconto-white,
#extrasconto a.btn-extrasconto-white{
    display: block;
    margin: 0 auto;
    background: white;
    font-family: "times new roman";
    color: black;
    font-size: 20px;
    text-align: center;
    width: 88%;
    max-width: 200px;
    font-style: italic;
    margin-top: 16px;
}


.banner-promozionale a.btn-extrasconto:hover,
#extrasconto a.btn-extrasconto:hover{background-color: #ffffff; color: white;}

.banner-promozionale a.btn-extrasconto:hover,
#extrasconto a.btn-extrasconto:hover{background-color: #ffffff; color: black;}

#sfondo-extrasconto {background: url("/assets/img/sfondo-50brand072018.jpg") top center no-repeat; }

/*----------- Sezione Ultimi Saldi -40 ----------------------------------------------------------------------   */


.banner-promozionale .row,
#ultimisaldi .row{
    padding: 23px 0 33px;
    text-align: center;
}

.banner-promozionale .row img,
#ultimisaldi .row img{
    max-width: 560px;
    width: 88%;
    height: auto;
}


.banner-promozionale a.btn-extrasconto,
#ultimisaldi a.btn-extrasconto{
    display: block;
    margin: 0 auto;
    background: black;
    font-family: "times new roman";
    color: white;
    font-size: 20px;
    text-align: center;
    width: 88%;
    max-width: 260px;
    font-style: italic;
    margin-top: 0px;
}

.banner-promozionale a.btn-extrasconto-white,
#ultimisaldi a.btn-extrasconto-white{
    display: block;
    margin: 0 auto;
    background: white;
    font-family: "times new roman";
    color: black;
    font-size: 20px;
    text-align: center;
    width: 88%;
    max-width: 200px;
    font-style: italic;
    margin-top: 16px;
}


.banner-promozionale a.btn-extrasconto:hover,
#ultimisaldi a.btn-extrasconto:hover{background-color: #ffffff; color: white;}

.banner-promozionale a.btn-extrasconto:hover,
#ultimisaldi a.btn-extrasconto:hover{background-color: #ffffff; color: black;}

#sfondo-ultimisaldi {background: url("/assets/img/sfondo-ultimigiorni-022019.jpg") top center no-repeat; }

/*----------- Sezione Opening Festival Brescia ----------------------------------------------------------------------   */


.banner-promozionale .row,
#opening-festival .row{
    padding: 23px 0 33px;
    text-align: center;
}

.banner-promozionale .row img,
#opening-festival .row img{
    max-width: 560px;
    width: 88%;
    height: auto;
}


.banner-promozionale a.btn-opening-festival,
#opening-festival a.btn-opening-festival{
    display: block;
    margin: 0 auto;
    background: black;
    font-family: "times new roman";
    color: white;
    font-size: 20px;
    text-align: center;
    width: 88%;
    max-width: 260px;
    font-style: italic;
    margin-top: 20px;
}

.banner-promozionale a.btn-opening-festival-white,
#opening-festival a.btn-opening-festival-white{
    display: block;
    margin: 0 auto;
    background: white;
    font-family: "times new roman";
    color: black;
    font-size: 20px;
    text-align: center;
    width: 88%;
    max-width: 200px;
    font-style: italic;
    margin-top: 16px;
}


.banner-promozionale a.btn-opening-festival:hover,
#opening-festival a.btn-opening-festival:hover{background-color: #eeeeee; color: black;}

.banner-promozionale a.btn-opening-festival:hover,
#opening-festival a.btn-opening-festival:hover{background-color: #eeeeee; color: black;}

#opening-festival {background: url("/assets/img/sfondo-opening-festival01.jpg") top center no-repeat; }

/*------------------------------------------------------------------------------------------------------- */

/*------- Bottone --------------------------------------------------------- */

.bottone {
    display: inline-block;
    background: #000;
    color: #fff !important;
    font-family: 'Times', serif;
    font-style: italic;
    font-size: 28px;
    line-height: 1em;
    padding: 15px 25px;
}

.padding-up { padding-top:0 !important; }

/*------------------------------------------------------------------------------------------------------- */

/*------- compleanno sesto --------------------------------------------------------- */


.compleanno{
    width: 382px;
    height: 222px;
    background: url("/assets/img/negozio/sesto/compleanno-sesto-desktop.png") 0 0 no-repeat;
    margin: -45px auto 0 auto;

}

/*------------------------------------------------------------------------------------------------------- */



/*------- navigazione circolare merate --------------------------------------------------------- */


.nav-circo-merate,.nav-circo-lissone,.nav-circo-black-friday,.nav-circo-castingday{
    display: block;
    height: auto;
   /* max-width: 470px; */
    padding-top: 59%;
    width: 100%;
}

.nav-circo-merate.a-bss{
    background: url("/assets/img/negozio/merate/01.reparto-bss_d.jpg") 0 0 no-repeat;
    background-size: cover;
}
.nav-circo-merate.a-junior{
    background: url("/assets/img/negozio/merate/02.reparto-jr_d.jpg") 0 0 no-repeat;
    background-size: cover;
}
.nav-circo-merate.a-centrale{
    background: url("/assets/img/negozio/merate/03.reparto-centrale_d.jpg") 0 0 no-repeat;
    background-size: cover;
}
.nav-circo-lissone.a-centrale{
    background: url("/assets/img/negozio/lissone/03.reparto-centrale-lissone_b.jpg") 0 0 no-repeat;
    background-size: cover;
}
.nav-circo-merate.a-bss2{
    background: url("/assets/img/bss/BSS_Merate.jpg") 0 0 no-repeat;
    background-size: cover;
}
.nav-circo-lissone.a-bss2{
    background: url("/assets/img/bss/BSS_Lissone.jpg") 0 0 no-repeat;
    background-size: cover;
}
.nav-circo-lissone.a-bss3{
    background: url("/assets/img/negozio/lissone/03.reparto-bss-lissone.jpg") 0 0 no-repeat;
    background-size: cover;
}
.nav-circo-black-friday.a-autunno{
    background: url("/assets/img/black-friday/nuove-collezioni-autunno18.jpg") 0 0 no-repeat;
    background-size: cover;
}
.nav-circo-black-friday.a-maxipromo{
    background: url("/assets/img/black-friday/maxi-promo.jpg") 0 0 no-repeat;
    background-size: cover;
}

.nav-circo-castingday.a-silvian{
    background: url("/assets/img/eventi/casting-day-iscrizioni-2019/01_banner_silvian.jpg") 0 0 no-repeat;
    background-size: cover;
}
.nav-circo-castingday.a-sun68{
    background: url("/assets/img/eventi/casting-day-iscrizioni-2019/01_banner_sun68.jpg") 0 0 no-repeat;
    background-size: cover;
}

/*------------------------------------------------------------------------------------------------------- */

/*------- Bottone view all BRAND --------------------------------------------------------- */
/*.viewallbrand{
    display: inline-block;
    width: 136px;
    text-align: center;
    position: relative;
    vertical-align: middle;
}


.viewallbrand a{
    font-family: "times new roman";
    font-style: italic;
    font-size: 16px;
    line-height: 38px;
    color: #000000;
    height: 40px;
    width: 124px;
    text-align: center;
    border: 1px solid black;
    display: inline-block;
    vertical-align: middle;
}

.viewallbrand a:hover{
    color: #c4161c;
    border-color: #c4161c;
}*/

    .viewallbrand{
        padding-top: 20px;
        display: block;
        float: none;
        clear: left;
        margin: 5px auto 20px;
        width: auto;
         padding-top: 0px;

    }

  .viewallbrand a{
    font-family: "times new roman";
    font-style: italic;
    font-size: 16px;
   line-height: 22px;
    color: #000000;
    height: 40px;
     max-width: 280px;
        width: 90%;
    text-align: center;
    border: 1px solid black;
    display: inline-block;
    vertical-align: middle;
     padding: 8px 0;
}

.viewallbrand a:hover{
    color: #c4161c;
    border-color: #c4161c;
}

.daPopup{
    position: absolute;
    width: 24px;
    height: 24px;
    background: #ffffff;
    left: 50%;
    top: 58px;
    z-index: 99999;
    margin-left: -94px;
    -webkit-box-shadow: 0px 0px 11px -6px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 0px 11px -6px rgba(0,0,0,0.9);
    box-shadow: 0px 0px 11px -6px rgba(0,0,0,0.9);
    font-family: oswald;
    font-weight: bold;
    color: #c5161d !important;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

.daPopup::after{
   content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    margin-bottom: 70px;
    z-index: 999999;
    width: 12px;
    height: 10px;
    left: 30%;
    margin-top: 22px;
}

/* FADE IN */
@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration: 0.4s;
	-moz-animation-duration:0.4s;
	animation-duration:0.4s;
}

.fade-in.one {
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
}


.redarea{
    color: #c5161d !important;
    font-weight: bold;
}

.redarea:hover{color: black  !important}
.redarea span{
    color: white;
    background: #c5161d;
    font-family: oswald;
    font-size: 10px;
    display: inline-block;
    padding: 2px 4px;
}

/*------------------------------------------------------------------------------------------------------- */

@media (max-width: 1024px) {
    #presentazione-red .dx,
    #presentazione-red .sx{
        text-align: center !important;
    }



    h2 {
        font-size: 32px !important;
        line-height: 46px !important;
        padding: 0 15px;
    }
    h5 {
        font-size: 18px;
        line-height: 22px;
        padding: 0 15px;
    }
    #cover {
        height: 280px;
    }
    #cover .cont .subtitle {
        font-size: 32px;
        padding: 5px;
    }
    #cover .cont .title {
        font-size: 55px;
    }
    #cover .cont .location {
        font-size: 18px;
    }
    #orario img {
        display: none;
    }
    #orario.orario-red img {
    display: none;
    }
    #reparti .box {
        margin-bottom: 15px;
    }
    #reparti .large-4 {
        width: 33.3333%;
    }
    #reparti .columns:last-child .box {
        margin-bottom: 0;
    }
    #reparti-red .box {
        margin-bottom: 15px;
    }
    #reparti-red .large-4 {
        width: 33.3333%;
    }
    #reparti-red .columns:last-child .box {
        margin-bottom: 0;
    }
    #servizi .servizio {
        width: 25%;
    }
    #servizi .sep {
        display: none;
    }
    #eventi p,
    #eventi ul {
        margin-left: 15px;
        margin-right: 15px;
    }
    #subhead h2 span.red {
        padding: 2px 5px;
    }
    #subhead h5 {
        margin-bottom: 0;
    }
    .link_raggiungerci {
        width: 237px;
    }



    /*EVENTI -------------------------------------------------------*/

    .elenco-loghi-partner img {
        margin-left: 30px;
        display: inline-block;
        text-align: left;
        float: left;
    }
    #eventi ul li .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 37px;
    }
    #eventi ul li .more {
        font-size: 18px;
    }
    #eventi ul li .cont-label-e-tit {
        padding: 12px 16px 0;
    }
    #eventi ul li .luogo {
        background: none;
        font-size: 20px;
        padding-left: 13px;
        padding-top: 5px;
    }
    /* Running - Day*/

    .lista-running-day span.numero {
        position: relative;
        font-size: 38px;
        line-height: 38px;
        width: 80px;
        height: 38px;
        top: 0;
        margin: 0 auto;
    }
    .lista-running-day h3 {
        font-size: 21px;
        line-height: 21px;
        padding-bottom: 8px;
        padding-top: 10px;
    }
    .lista-running-day p {
        font-size: 14px;
        line-height: 18px;
    }
    .lista-running-day .punto-5 h3 {
        color: #c4161c;
        font-size: 30px;
        line-height: 30px;
        padding-top: 20px;
    }
    .elenco-loghi-partner {
        margin-left: 0px;
        padding: 0 0 !important;
    }


    /* ---------------------------------------------------------------------------------- */

    .box-centrante{
        width: 75%;
     /*   background: red; */
        margin: 0 auto;
    }

     .faq h3{
       /*background-color: red;*/
        width: 280px;
        margin: 0 auto;
    }

    .info h3{
        /*background-color: red;*/
        width: 273px;
        margin: 0 auto;
    }

    .info{padding-top: 40px !important;}

    .info,
    .faq{ border-left: 0; border-top: 1px dotted #b4b4b4;}


    .large-6.info{padding: 0px 20px;}
    .large-6.faq{padding: 0px 20px; padding-top: 40px;}


    /* ---------------------------------------------------------------------------------- */

    .compleanno{
        width: 310px;
        height: 99px;
        background: url("/assets/img/negozio/sesto/compleanno-sesto-medio.png") 0 0 no-repeat;
        margin: -15px auto 0 auto;
    }



	.img_ampliamento img{
    	height: auto;
    	max-width: 90%;
	}

   .sfondo-bianco {
    background: #ffffff !important;
}

/*------- navigazione circolare merate --------------------------------------------------------- */

.colCirc{
    width: 50% !important;
}
/*----------------------------------------------------------------------------------------------------- */
.daPopup{
    left: auto;
    top: 58px;
    z-index: 99999;
    margin-left: 358px;
}

}

@media (max-width: 996px) {


}
@media (max-width: 768px) {

    .daPopup{
        display: none !important;
    }
    #header-menu > ul > li > a {
    font-size: 17px;
}

    .assistenza-clienti{display: none;}

    #reparti .large-4 ul li {
        padding: 0 10px;
        line-height: 20px;
    }
    #reparti-red .large-4 ul li {
        padding: 0 10px;
        line-height: 20px;
    }
    #mobile-info{display: block;}
    #mobile-info img{
        width: 34px !important;
        height: 34px !important;
    }

    #orario .arrow{display: none !important;}


	#default-bianco p {
        text-align: left;
    }

    #presentazione p {
        text-align: center !important;
        font-size: 14px;
        line-height: 22px;
    }

    #presentazione-red p {
        text-align: center !important;
        font-size: 14px;
        line-height: 22px;
    }

    #maxisaldi a{font-size: 18px;}

	#nuove-collezioni a{font-size: 18px;}


    .compleanno{
        width: 100%;
        height: 44px;
        background: url("/assets/img/negozio/sesto/sfondo-trasprente.png") 0 0 no-repeat;
       position: absolute;
       top: 15px;
       z-index: 999;
    }

    #cover .cont {
        z-index: 999;
    }

    .compleanno div{
        width: 197px;
        height: 44px;
        background: url("/assets/img/negozio/sesto/buon-compleanno-mobile.png") 0 0 no-repeat;
        margin: 0 auto;
    }

         #page-negozio-sesto .cont .subtitle {
        margin-top: 30px;
    }





}

@media (max-width: 640px) {

#la-freccia{display: block;}

    h2 {
        font-size: 28px !important;
        line-height: 35px !important;
    }
    h5 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    #reparti h5{ margin-bottom: 25px;}
    #reparti .nota_reparti{margin-bottom: 0;}

    #reparti-red h5{ margin-bottom: 25px;}
    #reparti-red .nota_reparti{margin-bottom: 0;}
    .arrow{top: -7px;}

    .arrow:before,
    .arrow:after {height: 7px;}
    .arrow:before{left: -4px;}
    .arrow:after{right: -4px;}

    #cover {
        height: 205px;
        text-align: center;
    }
    #cover .cont .subtitle {font-size: 22px;}
    #cover .cont .title {font-size: 26px;}
    #cover .cont .location {font-size: 16px;}

    .sezione,
    #video,
    #subhead,
    #presentazione,
    #presentazione-red,
	#default-bianco,
    #orario,
    #reparti,
    #reparti-red,
    #servizi,
    #eventi,
    #brescia,
    #newsletter {padding: 50px 0 50px 0;}
    #mobile-info {display: block;}
    #orario p {padding-left: 15px;}


    #reparti .large-4 {
        width: 100%;
        float: none;
    }

     #reparti-red .large-4 {
        width: 100%;
        float: none;
    }

    #reparti-red .colonna-centrale{margin: 30px 0;}


    #reparti .large-4 ul li {padding: 0;}

    #reparti-red .large-4 ul li {padding: 0;}




    #reparti .box {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
    }
    #reparti-red .box {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
    }
    #reparti .box .title {
        display: block;
        width: 100%;
        padding: 10px 0;
        position: relative;
        cursor: pointer;
    }
    #reparti-red .box .title {
        display: block;
        width: 100%;
        padding: 10px 0;
        position: relative;
        cursor: pointer;
    }
    #reparti .box .title:after {
        content: '+';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 21px;
        height: 21px;
        background: #fff;
        color: #000;
        font-weight: bold;
        font-family: serif;
        line-height: 1;
    }
    #reparti-red .box .title:after {
        content: '+';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 21px;
        height: 21px;
        background: #fff;
        color: #000;
        font-weight: bold;
        font-family: serif;
        line-height: 1;
    }
    #reparti .box.open .title:after {content: '-';}
    #reparti .box ul {
        display: none;
        font-size: 18px;
        line-height: 23px;
    }
    #reparti-red .box.open .title:after {content: '-';}
    #reparti-red .box ul {
        display: none;
        font-size: 18px;
        line-height: 23px;
    }
    #reparti .box ul:last-child {padding-bottom: 15px;}
    #reparti-red .box ul:last-child {padding-bottom: 15px;}
    #servizi .servizio {width: 45%; }
    #eventi ul {text-align: center;}

    #more-events{
        display: block;
    font-size: 15px;
    letter-spacing: 0.02em;
    }

    #eventi p.no-event{
        font-weight: normal;
        letter-spacing: 0.1em;
        font-size: 16px;
        line-height: 20px;
    }

    #eventi ul li {
        border-bottom: 1px solid #ddd;
        padding: 20px 0;
        min-height: auto;
        clear: left;
        text-align: left;
    }
    #eventi ul li .cont-label-e-tit {
        float: none;
        padding: 7px 0 0 25px;
        display: inline-block;
        position: absolute;
        top: 14px;
        left: 81px;
    }
    #eventi ul li .lbl {font-size: 13px;}

    #eventi ul li .date {
        width: 90px;
        float: none;
    }
    #eventi ul li .date span.the_giorno {
        font-size: 9px;
        line-height: 9px;
    }
    #eventi ul li .date span.the_mese {
        font-size: 12px;
        line-height: 12px;
    }
    #eventi ul li .date span.the_numero {
        font-size: 40px;
        line-height: 40px;
    }
    #eventi ul li .title {
        padding: 5px 0 0 0;
        font-size: 22px;
        line-height: 25px;
        clear: left;
    }
    #eventi ul li .unaclasse {
        border-left: 0;
        clear: left;
        height: auto;
        margin: 20px 0 0 0;
        display: block;
        position: relative;
        padding-left: 0px;
        text-align: left;
    }
    #eventi ul li .more {
        display: inline-block;
        background: #000;
        color: #fff;
        font-family: 'Times', serif;
        font-style: italic;
        font-size: 15px;
        line-height: 1em;
        padding: 0 10px;
        height: 28px;
        line-height: 28px;
        margin: 0 0 0 107px;
        clear: both;
        text-align: right;
    }
    #eventi ul li .luogo {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-left: 1px dotted black;
        font-size: 14px;
        height: auto;
        margin-left: 89px;
        margin-top: 0px;
        padding-left: 16px;
        line-height: 18px;
        padding-top: 3px;
    }
    #eventi ul li .luogo span {
        display: inline;
        font-size: 11px;
        font-weight: normal;
        font-family: arial;
        line-height: 12px;
        margin-right: 1px;
    }
    #subhead h2 span.clearfix {display: block;}

    #orario p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 1px;
    }

    .tabella-orari tr,
    #tabella-orari tr,
    .tabella-orari td,
    #tabella-orari td{
        font-size: 14px;
        line-height: 18px;
        padding: 2px 4px;
    }



.tabella-orari.tab-tipo-01 td:first-child{
    min-width: 178px;
}

.last-td{
    padding-right: 0 !important;
}

 #opening-festival {background: url("/assets/img/sfondo-opening-festival02.jpg") top center no-repeat; }

    /*------- EVENTI ------------- */

    .elenco-loghi-partner img {
        margin-left: 0px;
        text-align: center;
        float: none;
    }
    #eventi ul li {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    #eventi ul li .date {padding: 8px 0;}

    .paragrafo-corsi-snow p {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
    }
    .paragrafo-corsi-snow ul {
        font-size: 14px;
    }
    .paragrafo-corsi-snow p.nopad {
        padding-bottom: 15px;
        margin-bottom: 0;
    }


    /* ------ NEWSLETTER ---------------------------------------------------------------------- */


    #newsletter h5 {
        font-size: 16px;
    line-height: 20px;
    }


    /*-------- FAQ ------------------------------------------------------------------------- */


    .faq h3,
    .info h3{
        padding: 40px 0 30px 0;
        background-position: center top;
    }

    .faq h3{width: 240px;}
    .info h3{width: 233px;}
    .price-info{text-align: center !important; line-height: 30px !important;}
    .price-info strong{display: inline-block;}
    .info p { line-height: 18px;}

    .info ul li{
        line-height: 18px;
        padding: 0 0 15px 20px;
    }


    .box-centrante {
        margin: 0 auto;
        width: 100% !important;
    }


    .box-centrante ul {margin-left: 0.1rem;}

    #sfondo-natale img{max-width: 530px;   width: 100%;}

    #sfondo-buono-regalo img{max-width: 350px;   width: 48%;}

    .btn_ampliamento {
    	font-size: 20px;
    	padding: 1px 0 4px;
    	width: 156px;
	}



/*------- navigazione circolare merate --------------------------------------------------------- */

.colCirc {width: 100% !important;}

.nav-circo-merate{
    max-width: 100%;
    padding-top: 59%;
    width: 100%;
}

.nav-circo-castingday{
    max-width: 100%;
    padding-top: 59%;
    width: 100%;
}

.colCirc1{margin-bottom: 25px;}

/*------------------------------------------------------------------------------------------------------- */



    /*------- Bottone view all BRAND --------------------------------------------------------- */
    .viewallbrand{
        padding-top: 20px;
        display: block;
        float: none;
        clear: left;
        margin: 5px auto 20px;
        width: auto;
         padding-top: 0px;

    }
    .viewallbrand a{
        padding: 8px 0;
        max-width: 280px;
        width: 90%;
        line-height: 22px;
    }


#reparti-red .nota_reparti {
   padding: 0 20px;
}


}

@media (max-width: 480px) {


/*------- Share Facebook --------------------------------------------------------- */
.share-btn{
    display: block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0);
    border: solid 3px #fff;
}

.share-fb{
    background-size: 24px 24px;
}

.share-tw{
    background-size: 24px 24px;
}

.share-gplus{
    background-size: 24px 24px;
}



.share-whatsapp{
    background-size: 24px 24px;
}

.li_whats{display: none !important;}



h6.title_share{
    font-size: 24px;
    background-size: 24px 24px;
    padding: 0 0px;
    max-width: 232px;
}

    .li_whats{display: inline-block !important;}

h6.title_share{
    font-size: 24px;
    background-size: 24px 24px;
    padding: 0 0px;
    max-width: 232px;
}

    .tabella-orari tr,
    #tabella-orari tr,
    .tabella-orari td,
    #tabella-orari td{
        font-size: 12px;
        line-height: 14px;
        padding: 4px 4px;
    }



    .tabella-orari.tab-tipo-01 td:first-child{
        min-width: auto !important;
    }



    .last-td{
        padding-right: 0 !important;
    }
.tabella-orari td i{display: block;}




.mandatore_a_capo{
        display: block;
        padding-bottom: 15px;
    }

    .btn_ampliamento {
    	  font-size: 17px !important;
    padding: 2px 0 !important;
    width: 139px !important;
	}

.nav-circo-merate.a-bss{
    background-image: url("/assets/img/negozio/merate/01.reparto-bss_m.jpg");
}
.nav-circo-merate.a-junior{
    background-image: url("/assets/img/negozio/merate/02.reparto-jr_m.jpg");
}
.nav-circo-merate.a-centrale{
    background-image: url("/assets/img/negozio/merate/03.reparto-centrale_m.jpg");
}



#presentazione-red .facebook {
    background: #fff url('../img/negozio/area-red/cta-fb2.png') 149px 22px no-repeat;
    max-width: 392px;
    width: 100%;
    background-size: 138px;
}




}



@media (max-width: 360px) {

    #presentazione-red .facebook {
        background: #fff url('../img/negozio/area-red/cta-fb2.png') 149px 22px no-repeat;
        max-width: 392px;
        width: 100%;
        background-size: 124px;
    }
}





.no-margini {
    margin: 0 0 30px 0;
    padding: 0 !important;
}
.lookimgfree{margin: 0 !important;
    padding: 0 !important;
}
.lookimgfree .content-prod{
    display:block;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.lookimgfree .content-prod.ratio-2-3{padding-bottom: 150%;}
.lookimgfree .content-prod.ratio-1-1{padding-bottom: 100%;}
.lookimgfree .content-prod.ratio-4-3{padding-bottom: 75%;}
.lookimgfree .content-prod.ratio-2-1{padding-bottom: 50%;}
.lookimgfree .content-prod.ratio-12-5{padding-bottom: 120%;}
.lookimgfree .content-prod.ratio-12-7{padding-bottom: 85.71%;}

.lookimgfree .content-prod.hcol4{padding-bottom: 150%;}
.lookimgfree .content-prod.hcol6{padding-bottom:100%}
.lookimgfree .content-prod.h2col12{padding-bottom: 100%;}
.lookimgfree .content-prod.hcol8{padding-bottom: 75%;}
.lookimgfree .content-prod.hcol12{padding-bottom: 50%;}
.lookimgfree .content-prod.hcol5{padding-bottom: 120%;}
.lookimgfree .content-prod.hcol7{padding-bottom: 85.71%;}




}


.special_text{
    font-size: 14px !important;
    line-height: 18px;
    padding: 20px 20px 0 20px;
    width: 80%;
    margin: 0 auto;
    max-width: 480px;
}
