/*
font-family: 'RobotoSlab-Regular';
font-family: 'Museo-300';
font-family: 'Museo-500';
font-family: 'RobotoSlab-Regular';
*/

.museo-300 {
  font-family: "Museo-300";
}
.museo-500 {
  font-family: "Museo-500";
}
.museo-700 {
  font-family: "Museo-700";
}
.robotoslab-regular {
  font-family: "RobotoSlab-Regular";
}

body {
  font-family: "RobotoSlab-Regular";
  font-weight: normal;
  font-size: 14px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
a.underline {
  text-decoration: underline !important;
}

ul {
  list-style-image: url("../images/ulimage.png");
}

.d-block {
  display: block;
}
.clear {
  clear: both;
}
.clear5 {
  clear: both;
  height: 5px;
}
.clear10 {
  clear: both;
  height: 10px;
}
.clear15 {
  clear: both;
  height: 30px;
}
.clear20 {
  clear: both;
  height: 20px;
}
.clear30 {
  clear: both;
  height: 30px;
}
.clear40 {
  clear: both;
  height: 40px;
}
.clear45 {
  clear: both;
  height: 45px;
}
.clear60 {
  clear: both;
  height: 60px;
}
.clear90 {
  clear: both;
  height: 90px;
}
.clear127 {
  clear: both;
  height: 127px;
}
.clear130 {
  clear: both;
  height: 130px;
}
.full {
  width: 100%;
  float: left;
  position: relative;
}
.half {
  width: 50%;
  float: left;
  position: relative;
}
.half-1-3 {
  width: 33%;
  float: left;
  position: relative;
}
.half-1-4 {
  width: 25%;
  float: left;
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.top50 {
  margin-top: 50px !important;
}
.m0 {
  margin: 0;
}

.hide-element {
  display: none;
}

.bg-marron {
  background: #663300;
  color: white !important;
}
.bg-orange {
  background: #2e1716;
}
.bg-grigio {
  background-color: #f6f5f4;
}
.bg-oro {
  background-color: #f1e6b6;
}
.bg-verdino {
  background-color: #c5d094;
}
.bg-violetto {
  background-color: #c5a077;
  color: #fff;
}
.bg-rosso {
  background-color: #b21d2d;
}
.bg-biancosporco {
  background-color: #f4f4f4;
}
.bg-bianco {
  background-color: #fff;
}
.bg-rosso-chiaro {
  background-color: #e5231b;
}
.txt-marrone {
  color: #4c1706;
}
.txt-marrone2 {
  color: #673620;
}

.txt-rosso {
  color: #b21d2d;
}
.txt-rosso-chiaro {
  color: #e5231b;
}
.txt-bianco {
  color: #fff;
}
.txt-verde {
  color: #4e863b;
}
.txt-giallo {
  color: #e8af37;
}
.txt-nero {
  color: #000000;
}
.txt-avorio {
  color: #f0f0f0;
}

.minibagg {
  height: 30px;
}
.buttonchart {
  background-image: url("../images/carrello-w.png");
  background-repeat: no-repeat;
  background-position: bottom 10px center;
  padding: 10px;
  width: max-content;
  text-align: center;
}
.buttonchart:hover {
  background-image: url("../images/carrello.png");
}
.buttonchart.bg-rosso:hover {
  background-image: url("../images/carrello-r.png");
}

.p-absolute-middlelow {
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100%);
  position: absolute !important;
}

.bianco {
  color: #fff !important;
}
.rosso {
  color: #b21d2d !important;
}
.marrone {
  color: #85510f !important;
}
.lh22 {
  line-height: 22px;
}
.lh0 {
  line-height: 0 !important;
}
.f16_20 {
  font-size: 1.1428rem;
  line-height: 1.4285rem;
}
.f16_20 p {
  margin: 0;
}
.f12 {
  font-size: 1rem;
  line-height: 1.1rem;
}
.f20 {
  font-size: 1.4428rem;
  line-height: 1.4428rem;
}
.f23 {
  font-size: 1.6428rem;
  line-height: 1.6428rem;
}
.f23_26 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 0;
  margin: 0;
}
.f30 {
  font-size: 2.1428rem;
  line-height: 2.1428rem;
}
.f35 {
  font-size: 2.8rem;
  line-height: 2.8rem;
}
.f45 {
  font-size: 3.2142rem;
  line-height: 3.2142rem;
}
.f50 {
  font-size: 3.5714rem;
  line-height: 3.5714rem;
}

.right p.testofull.lh22.v2 {
  padding-left: 0;
}

.relativo {
  position: relative;
}

.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.txt-white {
  color: #fff;
}
.txt-marron {
  color: #85510f;
}
.txt-marron2 {
  color: #4c1706;
}
.line-height20 {
  line-height: 20px;
}
.line-height40 {
  line-height: 40px;
}

.jumbo {
  max-width: 1920px;
  margin: 0 auto;
}
.btn {
  display: inline-block;
  padding: 5px;
  font-size: 0.9em;
  font-weight: 700;
}
.padding10 {
  padding: 10px;
}
.padding30 {
  padding: 30px;
}

.nomb {
  margin-bottom: 0 !important;
}
.container {
  margin: 0 auto;
  width: 960px;
}
.logo {
  width: 18%;
  display: block;
  float: left;
}
.logo img {
  max-width: 160px;
}

.social {
  float: right;
  margin: 10px 20px 10px 0;
}
.all-menu-container {
  max-width: 100%;
}
ul.menu {
  list-style: none;
  margin: 0;
  float: right;
  color: #ccc;
  padding: 0;
}
ul.menu li {
  float: left;
}
ul.menu li a {
  padding: 0px 9px;
  display: block;
  font-size: 12px;
  color: #fff;
}
ul.menu li span {
  padding: 0px 9px;
  display: block;
  font-size: 12px;
  color: #b21d2d;
}
ul.menu li a:hover {
  color: #b21d2d;
}

ul.top-menu {
  list-style: none;
  margin: 0;
  float: right;
  color: #ccc;
  padding: 10px 0;
}
ul.top-menu li {
  float: right;
}
ul.top-menu li a {
  padding: 0px 9px;
  display: block;
  font-size: 12px;
  color: #fff;
}
ul.top-menu li span {
  padding: 0px 9px;
  display: block;
  font-size: 12px;
  color: #b21d2d;
}
ul.top-menu li a:hover {
  color: #b21d2d;
}

ul.sub-menu {
  width: 100%;
  list-style: none;
  margin: 5px 0 0;
  padding: 5px 0 0;
  float: right;
  color: #ccc;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: center;
}
ul.sub-menu li {
  float: left;
}
ul.sub-menu li a {
  padding: 0px 10px;
  display: block;
  font-size: 12px;
  color: #fff;
}
ul.sub-menu li span {
  padding: 0px 10px;
  display: block;
  font-size: 12px;
  color: #b21d2d;
}
ul.sub-menu li a:hover {
  color: #b21d2d;
}

ul.menu-prod {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
}
ul.menu-prod li {
  float: left;
  text-align: center;
  padding: 0 2%;
}
ul.menu-prod li a {
  color: #4c1706;
  font-size: 13px;
  font-family: "RobotoSlab-Regular";
  display: block;
  border-bottom: 4px solid #fff;
  padding-bottom: 5px;
}
ul.menu-prod li a:hover {
  border-bottom: 4px solid #d5492e;
}
ul.menu-prod li span {
  color: #4c1706;
  font-size: 13px;
  font-family: "RobotoSlab-Regular";
  display: block;
  border-bottom: 4px solid #d5492e;
  padding-bottom: 5px;
}
ul.menu-prod li img {
  display: block;
  margin: 0 auto 10px;
}

ul.menu-prod.owl-thumbs {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
}
ul.menu-prod.owl-thumbs li {
  float: left;
  text-align: center;
  padding: 0 2%;
}
ul.menu-prod.owl-thumbs li div {
  color: #4c1706;
  font-size: 13px;
  font-family: "RobotoSlab-Regular";
  display: block;
  border-bottom: 4px solid #fff;
  padding-bottom: 5px;
  cursor: pointer;
}
ul.menu-prod.owl-thumbs li div:hover {
  border-bottom: 4px solid #d5492e;
}
ul.menu-prod.owl-thumbs li.active div {
  color: #4c1706;
  font-size: 13px;
  font-family: "RobotoSlab-Regular";
  display: block;
  border-bottom: 4px solid #d5492e;
  padding-bottom: 5px;
}
ul.menu-prod.owl-thumbs li img {
  display: block;
  margin: 0 auto 10px;
}

.boxesfullwidth .box-33 {
  margin: 0;
  width: 33.3333%;
  overflow: hidden;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  padding: 30px 20px;
}
.boxesfullwidth .box-33 img {
  max-width: none;
  position: absolute;
  top: 0;
  left: -64px;
}
.boxesfullwidth .box-33 .titolo {
  font-size: 28px;
  padding: 0;
  color: #4c1706;
  text-align: left;
  line-height: 34px;
  display: block;
  margin-bottom: 20px;
}
.boxesfullwidth .box-33.bg-marron .titolo {
  color: white;
}

#bandierine {
  float: left;
  margin: 15px;
}

/** SLIDESHOW **/
/*.header1home{ background: url('../images/header.jpg') no-repeat center center; background-size: 100% auto;}
.header2home{ background: url('../images/header2.jpg') no-repeat center center;}

.header2home .head-abs{display:block; float:left; bottom:2%; left:50%; margin-left:-110px; position:absolute;}
.header3home .head-abs{display:block; float:left; bottom:32%; left:50%; margin-left:20px; position:absolute;}*/

/*.banner {position: relative;;width: 100%;overflow: auto;font-size: 18px;line-height: 24px;text-align: left;color: rgba(255,255,255,.6);text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);background: #1D316C;box-shadow: 0 1px 2px rgba(0,0,0,.25);}*/
.banner {
  position: relative;
  width: 100%;
  overflow: auto;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
  background: #fff;
  /*box-shadow: 0 1px 2px rgba(0,0,0,.25);*/
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.25);
}

.banner ul {
  list-style: none;
  width: 300%;
  padding: 0;
  margin: 0;
}
.banner ul li {
  display: block;
  float: left;
  width: 33%;
  position: relative;
}
.img-head {
  display: block;
}

.banner .testo {
  font-size: 43px;
  color: #fff;
  font-family: "Museo-500";
  text-align: center;
  float: right;
  line-height: 46px;
  margin-right: 70px;
  margin-top: 130px;
}

.banner .btn,
.banner .dot {
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.banner .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.banner .dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: background 0.5s, opacity 0.5s;
  -moz-transition: background 0.5s, opacity 0.5s;
  transition: background 0.5s, opacity 0.5s;
}
.banner .dots li.active {
  background: #fff;
  opacity: 1;
}
.unslider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  cursor: pointer;
}
.prev {
  left: 0;
  background: url("../images/slide-left-arrow.png") no-repeat center center;
  display: block;
  width: 72px;
  height: 72px;
  font-size: 0;
}
.next {
  right: 0;
  background: url("../images/slide-right-arrow.png") no-repeat center center;
  display: block;
  width: 72px;
  height: 72px;
  font-size: 0;
}

.slider1 {
  height: 533px;
  position: relative;
  background-position: center top;
}
.slider1-txt {
  background: rgb(46, 23, 22);
  color: #fff;
  font-size: 18px;
  font-family: "Museo-300";
  padding: 3%;
  display: none;
  text-align: center;
}

.richiedi-info {
  width: 150px;
  position: absolute;
  right: 0%;
}
.richiedi-info .testo {
  width: 100%;
  float: left;
  background: #b21d2d;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}
.richiedi-info .testo .titolo {
  color: #fff;
  font-size: 18px;
  display: block;
  font-family: "Museo-500";
  margin-bottom: 5px;
}
.richiedi-info .freccia {
  width: 100%;
  float: right;
  height: 42px;
  background: url("../images/freccia-info.jpg") no-repeat center center #c3c3c3;
}

.richiedi-info3 {
  max-width: 60%;
  margin: 0 auto;
  width: 100%;
}
.richiedi-info3 .testo {
  width: 100%;
  float: left;
  background: #b21d2d;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}
.richiedi-info3 .testo .titolo {
  color: #fff;
  font-size: 18px;
  display: block;
  font-family: "Museo-500";
  margin-bottom: 5px;
  padding: 10px;
  line-height: 18px;
}
.richiedi-info3 .freccia {
  width: 100%;
  float: right;
  height: 42px;
  background: url("../images/freccia-info.jpg") no-repeat center center #c3c3c3;
}

.videoplayerauto {
  width: 100%;
}
.placeholder-videoplayerauto {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  transition: all 0.5s linear 0s;
}
.opacity-0 {
  opacity: 0;
}
.richiedi-info-formazione {
  bottom: 0;
  height: 115px;
  left: calc(50% - 265px);
  position: absolute;
  width: 530px;
}
.richiedi-info-formazione .testo {
  height: 100%;
  width: 100%;
  float: left;
  background-color: #f0e2a3;
  color: #2e1716;
  font-size: 14px;
  padding: 10px 10px 10px 135px;
  background-image: url("../images/iscriviti-corsi-ok.png"),
    url("../images/freccia2.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: left 10px bottom, right bottom;
}
.richiedi-info-formazione .testo .titolo {
  color: #2e1716;
  font-size: 30px;
  margin: 15px 0 5px;
  display: block;
  font-family: "Museo-500";
}

.richiedi-info2 {
  width: 50%;
  height: 120px;
  float: right;
  margin: 0 0;
  display: block;
}

.richiedi-info2 .testo {
  width: 85%;
  float: left;
  background: #f0e2a3;
  text-align: left;
  font-size: 16px;
  padding: 0 0 15px 40px;
}
.richiedi-info2 .testo .titolo {
  padding: 18px 0 0;
  color: #4c1706;
  text-align: left;
  font-size: 24px;
  display: block;
  font-family: "RobotoSlab-Regular";
  line-height: normal;
}
.richiedi-info2 .freccia {
  width: 15%;
  float: right;
  height: 82%;
  background: url("../images/freccia.jpg") no-repeat center center #c3c3c3;
  display: block;
}

.titolo-workshop {
  color: #4c1706;
  font-size: 30px;
  display: block;
  font-family: "Museo-500";
  line-height: 42px;
  text-align: left;
  margin-top: 10px;
}
h1.titolo-workshop {
  color: #4c1706;
  font-size: 30px;
  display: block;
  font-family: "Museo-500";
  line-height: 42px;
  text-align: left;
  margin-top: 10px;
  font-weight: normal;
}
p.testocomunicazioni {
  margin: 0 !important;
  width: auto !important;
}
.titolo-campionati {
  color: #4c1706;
  font-size: 20px;
  display: block;
  font-family: "Museo-500";
  line-height: 30px;
  text-align: left;
  margin-top: 10px;
}
.lineheight {
  line-height: 22px;
}
h2.titolo-campionati {
  color: #85510f;
  font-size: 18px;
  display: block;
  font-family: "Museo-500";
  line-height: 30px;
  text-align: center;
  margin-top: 0px;
  font-weight: normal;
}
h3,
h2.titolo2-campionati {
  color: #4c1706;
  display: block;
  font-family: "Museo-500";
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
  text-align: left;
  font-weight: normal;
}

h2.titolo-chisiamo {
  color: #85510f;
  font-size: 35px;
  display: block;
  font-family: "Museo-500";
  line-height: 40px;
  text-align: center;
  margin-top: 40px;
  font-weight: normal;
}

span.titolo2-artisti {
  align-items: center;
  background-color: #b21d2d;
  color: #fff;
  display: flex;
  font-family: "Museo-500";
  font-size: 20px;
  font-weight: normal;
  min-height: 60px;
  justify-content: center;
  line-height: 30px;
  margin-top: 10px;
  width: 100%;
}
.datiartista {
  padding-left: 30px;
  margin-top: 100px;
}
.datiartista .nomelocale {
  color: #4c1706;
  display: block;
  font-family: "Museo-500";
  font-size: 35px;
  font-weight: normal;
  line-height: 35px;
  margin: 0;
  padding: 0 0 10px;
  text-align: left;
}
.datiartista .localita {
  color: #4c1706;
  display: block;
  font-family: "Museo-300";
  font-size: 16px;
  line-height: 16px;
  padding: 10px 0 20px;
  text-align: left;
}
.datiartista .descrizione {
  font-size: 13px;
  line-height: 22px;
  margin: 10px 0 0;
  width: 100%;
  display: inline-block;
  text-align: left;
  font-weight: normal;
}

.domanda-risposta {
  padding-left: 20px;
  padding-right: 20px;
}
.domanda-risposta .domanda {
  color: #4c1706;
  display: block;
  font-family: "Museo-500";
  font-size: 25px;
  line-height: 30px;
  padding: 0;
  text-align: left;
}
.domanda-risposta .domanda p {
  margin: 0;
  width: auto;
  line-height: 30px;
}
.domanda-risposta .risposta {
  font-size: 13px;
  line-height: 22px;
  padding: 10px 0 0 0;
  text-align: left;
}
.domanda-risposta .risposta p {
  margin: 0;
  width: auto;
}

.container.artisti img {
  width: 100%;
}
.container.artisti p {
  display: inline-block;
  line-height: 20px;
  margin: 0 10% !important;
  text-align: center;
  width: 80% !important;
}
.container.artisti a {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.bg-white-l {
  background: url("../images/sfondo-caffe.jpg") no-repeat center top;
}
/*.bg-white-r{background: url('../images/bg-white-right.jpg') no-repeat right top;}*/

.titolo-artista {
  color: #85510f;
  font-size: 45px;
  text-align: center;
  display: block;
  font-family: "Museo-300";
  line-height: 42px;
  padding: 50px 0 40px;
}
.titolo-artista.padding-t30 {
  padding-top: 30px;
}

.scarabocchi .titolo {
  color: #85510f;
  font-size: 50px;
  text-align: center;
  display: block;
  font-family: "Museo-500";
  line-height: 60px;
  padding: 80px 0 40px;
}
.scarabocchi .titolo.small {
  font-size: 32px;
  line-height: 40px;
  padding: 40px 0 30px 0;
}
.scarabocchi .titolo.verysmall {
  font-size: 20px;
  line-height: 22px;
  padding: 10px 0;
}
.scarabocchi .titolo.small2 {
  padding: 40px 0 10px 0;
}
.img-pull-left img {
  max-width: 130%;
  margin-left: -30%;
}
.scarabocchi p {
  width: 70%;
  margin: 0 15% 10px;
  line-height: 22px;
}
.scarabocchi p.small {
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0 4%;
}
.scarabocchi2 p {
  width: 100%;
  margin: 0 0% 10px;
  line-height: 22px;
}
.scarabocchi .half .titolo {
  color: #4c1706;
  font-size: 37px;
  display: block;
  font-family: "Museo-500";
  line-height: 42px;
  text-align: left;
  padding: 100px 0 40px;
}
.scarabocchi .half .titolo-inner {
  padding: 40px 0;
}
.scarabocchi .half {
  line-height: 22px;
}
.scarabocchi .half .continua {
  color: #b21d2d;
  font-family: "RobotoSlab-Regular";
  display: block;
  font-size: 13px;
  margin-top: 20px;
  font-weight: bold;
}

.bg-caffe {
  background: url("../images/bg-caffe2.jpg") no-repeat center top / cover;
}
.bg-caffe .titolo {
  color: #fff;
  font-size: 30px;
  display: block;
  font-family: "Museo-500";
  line-height: 30px;
  text-align: center;
  padding: 60px 0;
}

/*.bg-mlac{background: url('../images/BannerGiugno20191.jpg') no-repeat center top / cover;}*/
.bg-mlac {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bg-mlac picture img {
  /*max-width: none;
    flex-shrink: 0;*/
}

.w100 {
  position: absolute;
  width: 100%;
  justify-content: space-between;
}

.mlactitoli {
  position: relative;
}
.bg-mlac .titolo {
  color: #fff;
  font-size: 50px;
  display: block;
  font-family: "Museo-500";
  line-height: 1;
  text-align: left;
  padding: 10px 0 10px 0;
  font-weight: 600;
}
.bg-mlac .sottotitolo {
  color: #fff;
  font-size: 30px;
  display: block;
  font-family: "Museo-500";
  line-height: 1;
  text-align: left;
  padding: 10px 0 20px 0;
  font-weight: 600;
}
.bg-mlac .sottosottotitolo {
  color: #fff;
  font-size: 25px;
  display: block;
  font-family: "Museo-500";
  line-height: 1;
  text-align: left;
  padding: 50px 0 20px 0;
  font-weight: 300;
}

.mlacb {
  display: none !important;
}
.cdivh {
  display: none;
}
.cdiv {
  width: 90%;
  padding: 20px;
  position: relative;
}
.cdivx {
  width: 90%;
  padding: 20px;
  position: relative;
}

.cdiv:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.cdiv img {
  display: block;
  margin: 0 auto;
  width: 45%;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  z-index: 10;
}

.bg-mlac .continua {
  font-size: 14px;
  font-family: "RobotoSlab-Regular";
  color: #b21d2d;
  width: 85%;
  text-align: center;
  font-weight: 300;
  position: relative;
  background-color: #c3c3c3;
  background-image: url("../images/freccia.png");
  background-position: right 3% center;
  background-repeat: no-repeat;
  background-size: 12% auto;
  padding-right: 51px;
  display: table;
}
.bg-mlac .continua > div {
  background-color: #b21d2d;
  padding: 20px 5px;
  color: #fff;
  transition: all 0.5s linear 0s;
}
.bg-mlac .continua:hover > div {
  background-color: #c3c3c3;
  padding: 20px 5px;
  color: #2e1716;
}

.gallery .colorbox {
  display: block;
  width: 25%;
  float: left;
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
  overflow: hidden; /*-webkit-filter: contrast(1); filter: contrast(1);*/
}
.gallery .colorbox:hover {
  -webkit-filter: grayscale(0.5);
  filter: grayscale(
    0.5
  ); /*-webkit-filter: contrast(1.5); filter: contrast(1.5);*/
  -moz-transition: 0.2s -moz-filter linear;
  -moz-transition: 0.2s filter linear;
  -ms-transition: 0.2s -ms-filter linear;
  -o-transition: 0.2s -o-filter linear;
  transition: 0.2s filter linear;
  -webkit-transition: -webkit-filter 200ms linear;
}
.gallery .colorbox img {
  display: block;
  width: 100%;
}

/*.scarabocchi .titolo{color:#4c1706; font-size:35px; display:block; font-family: 'Museo-500'; padding:0;}*/
.scarabocchi .titolow {
  color: #85510f;
  display: block;
  font-family: "Museo-500";
  font-size: 35px;
  line-height: 32px;
  padding: 0 0 15px;
  text-align: center;
}
.miscele .titolo {
  color: #4c1706;
  display: block;
  font-family: "Museo-500";
  font-size: 35px;
  padding: 0;
}
h1.titolo {
  color: #4c1706;
  font-size: 32px;
  display: block;
  font-family: "Museo-500";
  padding: 0;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: normal;
}
h2.titolo {
  color: #4c1706;
  font-size: 32px;
  display: block;
  font-family: "Museo-500";
  padding: 0;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: normal;
}
h3.titolo {
  color: #4c1706;
  font-size: 32px;
  display: block;
  font-family: "Museo-500";
  padding: 0;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: normal;
}

h1.titolo2 {
  color: #4c1706;
  font-size: 28px;
  display: block;
  font-family: "Museo-500";
  padding: 0;
  margin: 0px;
  text-align: center;
}

.box-news {
  line-height: 34px;
  margin-bottom: 30px;
}
.box-news i {
  float: left;
  width: 13%;
}
.titolo-rassegna {
  float: left;
  width: 22%;
  color: #4c1706;
  font-size: 16px;
  display: block;
  font-family: "Museo-500";
  padding: 0;
  margin: 0px;
}
.sottotitolo-rassegna {
  float: left;
  width: 43%;
  color: #4c1706;
  display: block;
  font-family: "Museo-500";
  font-size: 15px;
  padding: 0;
  text-align: left;
}
.box-news a {
  float: left;
  width: 22%;
  display: block;
}
.box-news a img {
  display: block;
  float: left;
  margin-right: 5px;
}
.anni-archivio {
  text-align: center;
  background: #b21d2d;
  padding: 20px;
  color: #fff;
}
.anni-archivio b {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.anni-archivio a {
  font-size: 16px;
}

.gallery-news a {
  display: block;
  float: left;
  width: 32%;
  margin: 5px 2% 0 0;
}
.gallery-news a:nth-child(3n) {
  margin-right: 0;
}

h1.titinhome {
  color: #1d120e;
  display: block;
  font-family: "Museo-500";
  font-size: 19px;
  line-height: 30px;
  padding-top: 20px;
  text-align: right;
  width: 800px;
  z-index: 999;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.two-item .item {
  width: 46%;
  margin: 0 2%;
  float: left;
}
.two-item .item .titolo {
  font-size: 18px;
  font-family: "RobotoSlab-Regular";
  margin-top: 15px;
}
.two-item .item .continua {
  font-size: 13px;
  font-family: "RobotoSlab-Regular";
  color: #b21d2d;
}

.three-item .item {
  width: 31.3333%;
  margin: 0 1%;
  float: left;
  margin-bottom: 30px;
}
.three-item .item .titolo {
  font-size: 18px;
  font-family: "RobotoSlab-Regular";
  margin-top: 15px;
}
.three-item .item .continua {
  font-size: 13px;
  font-family: "RobotoSlab-Regular";
  color: #b21d2d;
}

.four-item .item {
  width: 21%;
  margin: -40px 2% 0;
  float: left;
  position: relative;
}
.four-item .item .titolo {
  font-size: 18px;
  font-family: "RobotoSlab-Regular";
  margin-top: 15px;
}
.four-item .item .continua {
  font-size: 13px;
  font-family: "RobotoSlab-Regular";
  color: #b21d2d;
}

.four-item2 .item {
  width: 21%;
  margin: 0px 2% 0;
  float: left;
  position: relative;
}
.four-item2 .item .titolo {
  font-size: 18px;
  font-family: "RobotoSlab-Regular";
  margin-top: 15px;
}
.four-item2 .item .continua {
  font-size: 13px;
  font-family: "RobotoSlab-Regular";
  color: #b21d2d;
}
.four-item2 .item.quinto {
  margin-left: 13%;
  clear: left;
}

.five-item .item {
  width: 18%;
  margin: 0 1%;
  float: left;
}
.five-item .item .titolo {
  font-size: 18px;
  font-family: "RobotoSlab-Regular";
  margin-top: 15px;
}
.five-item .item .continua {
  font-size: 13px;
  font-family: "RobotoSlab-Regular";
  color: #b21d2d;
}

.top-footer {
  background: url("../images/top-footer.jpg") no-repeat center top;
  background-size: cover;
}
.top-footer .row {
  background: #fff;
}
.top-footer .titolo {
  color: #fff;
  font-size: 50px;
  display: block;
  font-family: "Museo-500";
  line-height: 60px;
  text-align: center;
  padding: 20px 0;
  background-color: rgba(76, 23, 6, 0.7);
}
.top-footer .articolo {
  padding: 12px;
}
.top-footer .articolo .titolo {
  color: #4c1706;
  font-size: 24px;
  display: block;
  font-family: "Museo-500";
  line-height: 24px;
  text-align: left;
  padding: 0 0 10px;
  background-color: transparent;
}
.top-footer .articolo p {
  margin: 0 0 10px;
}
.top-footer .articolo .continua {
  font-size: 13px;
  font-family: "RobotoSlab-Regular";
  color: #b21d2d;
}
.top-footer .half img {
  display: block;
  width: 100%;
}

.footer {
  padding: 20px 0;
  font-size: 18px;
}
.footer-inner {
  display: inline-block;
  padding: 20px;
}

.bottom-menu {
  column-count: 2;
  list-style: none;
  text-align: left;
}
.bottom-menu li {
  padding: 5px 0;
}
.bottom-menu li span {
  color: #b21d2d;
}

.c-pointer {
  cursor: pointer;
}
.newbotton {
  background-color: #c5a077;
  border: 1px solid #c5a077;
  color: #fff;
  transition: all 0.5s linear;
}
.newbotton:hover {
  background-color: #fff;
  border: 1px solid #c5a077;
  color: #c5a077;
}

.newbotton.bg-rosso {
  background-color: #b21d2d;
  border: 1px solid #b21d2d;
  color: #fff;
  transition: all 0.5s linear;
}
.newbotton.bg-rosso:hover {
  background-color: #fff;
  border: 1px solid #b21d2d;
  color: #b21d2d;
}

.h-100 {
  height: 100%;
}
.prodotto .half {
  padding: 20px;
}
.prodotto .half .titolo {
  color: #4c1706;
  font-size: 35px;
  display: block;
  font-family: "Museo-500";
  line-height: 35px;
  text-align: left;
  padding: 0 0 10px;
  margin: 0;
  font-weight: normal;
}
.prodotto .half .sottotitolo {
  color: #4c1706;
  font-size: 16px;
  display: block;
  font-family: "Museo-300";
  line-height: 16px;
  text-align: left;
  padding: 10px 0 20px;
}
.prodotto .half p {
  width: 100%;
  margin: 30px 0 0;
  font-size: 13px;
  line-height: 22px;
}

.box-60 {
  float: left;
  width: 60%;
}
.box-40 {
  float: left;
  width: 40%;
}
.box-70 {
  float: left;
  width: 70%;
}
.box-30 {
  float: left;
  width: 30%;
}

.scacchi {
  width: 100%;
  margin: 0 auto;
}
.scacchi .row-scacchi {
  clear: left; /*margin-bottom:20px;*/
}
.scacchi .testo {
  color: #2e1716;
  padding: 30px;
}
.scacchi .testo.bg-orange {
  color: #fff;
}
.scacchi .testo.bg-orange .titolo {
  color: #fff;
}
.scacchi .testo .titolo {
  color: #85510f;
  font-size: 32px;
  display: block;
  font-family: "Museo-500";
  line-height: normal;
  text-align: left;
  padding: 0 0 10px;
}
.scacchi .immagine {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.scacchi .bg-marron {
  padding: 80px 30px 80px 30px;
  margin: 0 0 0 0;
  border: 27px solid white;
  font-size: 17px;
  text-align: center;
}

.formContatti-1 {
  width: 80%;
  color: #000;
  margin: 0 auto;
}
.formContatti-1 input,
.formContatti-1 textarea {
  color: #000;
}
.formContatti-1.box-70 {
  width: 75%;
  margin: 0;
}

.scarabocchi .box-30 {
  width: 25%;
  margin: 0;
}
p.testofull {
  width: 100%;
  margin: 0;
}
.right p.testofull.lh22 {
  padding: 0 0 0 40px;
}
.left p.testofull.lh22 {
  padding: 0 40px 0 0;
}
.formContatti-1 .titolo-campionati {
  margin: 0;
}

.scarabocchi ul {
  margin: 0;
  padding: 0 0 0 15px;
}

.box-33 {
  margin-right: 4%;
  width: 30.666%;
  float: left;
}
.box-33.last {
  margin: 0;
}
.scarabocchi .box-33 p {
  width: 100%;
  margin: 0;
}

/** IMG GALLERY **/
figure {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 100%;
}
figcaption {
  bottom: 0;
  display: table;
  font-weight: bold;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s linear;
}
figcaption div {
  color: #2c3e50;
  display: table-cell;
  opacity: 0;
  position: relative;
  text-transform: uppercase;
  top: 0;
  vertical-align: middle;
}
figure > img {
  transform: scale3d(1, 1, 1);
  transition: all 0.5s linear 0s;
  margin: 0 auto;
  display: block;
}
figure:hover figcaption {
  transition: all 0.4s ease-in-out;
  background: rgba(49, 6, 0, 0.7) none repeat scroll 0 0;
  opacity: 1;
}
figure.nobg:hover figcaption {
  background: transparent;
}
figcaption:hover div {
  opacity: 1;
  top: 0;
}
figcaption:hover div::after {
  width: 50%;
}
figure:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.colorbox figcaption div img {
  width: 15% !important;
  margin: 0 auto;
}
.colorbox .nobg figcaption div img {
  width: 30% !important;
  margin: 0 auto;
}
.nobg:hover > img {
  opacity: 0.5;
}

label.error {
  color: red;
  margin-left: 10px;
}

.img-provalo {
  position: absolute;
  top: 0;
  right: 0;
}

.calendario-corsi .half {
  margin-top: 4px;
}
.calendario-corsi .half p {
  margin: 0;
  width: 100%;
  text-align: left;
}
.calendario-corsi .half ul {
  text-align: left;
}
.calendario-corsi .half li {
  margin-top: 5px;
}
.calendario-corsi .half .titolo {
  font-size: 17px;
  text-align: left;
  padding: 0;
}

.elenco-news img {
  float: left;
  margin-right: 15px;
}

.owl-carousel .owl-controls {
  position: absolute;
  bottom: -90px;
  left: -92%;
}
.fix-bottoni .owl-carousel .owl-controls {
  position: absolute;
  bottom: 30%;
  left: -92%;
}
.owl-carousel2 .owl-controls {
  left: auto;
  right: -44%;
}

.owl-carousel .owl-controls .owl-prev {
  display: block;
  float: left;
  height: 60px;
  width: 60px;
  text-indent: -1000em;
  background: url("../images/freccie-sx-materiali.png") no-repeat center center
    #c3c3c3;
  display: block;
}
.owl-carousel .owl-controls .owl-next {
  display: block;
  float: left;
  height: 60px;
  width: 60px;
  text-indent: -1000em;
  background: url("../images/freccie-dx-materiali.png") no-repeat center center
    #c3c3c3;
  display: block;
}

.owl-carousel2 .owl-controls .owl-prev2 {
  display: block;
  float: left;
  height: 60px;
  width: 60px;
  text-indent: -1000em;
  background: url("../images/freccie-sx-materiali.png") no-repeat center center
    #c3c3c3;
  display: block;
}
.owl-carousel2 .owl-controls .owl-next2 {
  display: block;
  float: left;
  height: 60px;
  width: 60px;
  text-indent: -1000em;
  background: url("../images/freccie-dx-materiali.png") no-repeat center center
    #c3c3c3;
  display: block;
}

.owl-carousel3 {
  padding: 0 100px;
}
.owl-carousel3 .owl-controls .owl-prev {
  display: block;
  float: left;
  height: 60px;
  width: 40px;
  text-indent: -1000em;
  background: url("../images/freccia-rossa-l.png") no-repeat center center #fff;
  display: block;
}
.owl-carousel3 .owl-controls .owl-next {
  display: block;
  float: right;
  height: 60px;
  width: 40px;
  text-indent: -1000em;
  background: url("../images/freccia-rossa-r.png") no-repeat center center #fff;
  display: block;
}

.owl-carousel3 .owl-controls {
  bottom: 50%;
  position: absolute;
  left: 20px;
  right: 20px;
}
.owl-carousel3 .owl-item.active h4 {
  border-bottom: 5px solid #fff;
}
.owl-carousel3 .owl-item.active h4.attivo {
  border-bottom: 5px solid #b21d2d;
  padding: 0 10px 10px;
}

.owl-carousel0 .owl-controls {
  position: absolute;
  bottom: 20%;
  left: unset;
  right: 20%;
  z-index: 1;
}

.owl-carousel0 .owl-controls .owl-prev {
  display: block;
  float: left;
  height: 60px;
  width: 60px;
  text-indent: -1000em;
  background: url("../images/freccie-sx-materiali.png") no-repeat center center
    transparent;
  display: block;
}
.owl-carousel0 .owl-controls .owl-next {
  display: block;
  float: left;
  height: 60px;
  width: 60px;
  text-indent: -1000em;
  background: url("../images/freccie-dx-materiali.png") no-repeat center center
    transparent;
  display: block;
}

p.slide-nomargin {
  margin: 0;
}

.corso .container-right ul {
  line-height: 2rem;
  list-style: outside none disc;
  padding-left: 20px;
  list-style: none;
}
.corso .container-right li {
  background-image: url("../images/ulimage.png");
  background-position: left top 6px;
  background-repeat: no-repeat;
  padding-left: 40px;
}

.diventabarista .testo,
.diventabarista .freccia {
  cursor: pointer;
}
.richiedi-info3.diventabarista {
  display: none;
}

.owl-carousel .owl-stage-outer {
  z-index: 99999;
}

.owl-carousel3 .owl-controls {
  z-index: 2;
}

.testimonianza-mobile {
  display: none;
}

.orzo .row-scacchi {
  margin-top: 210px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  z-index: 10;
}
.orzo > .relativo .orzo-img {
  position: absolute;
  top: -185px;
  z-index: 9;
  left: 0;
  right: 0;
  width: 100%;
}
.scopripiu {
  color: #2e1716;
  display: block;
  font-family: Museo-500;
  font-size: 15px;
  transition: all 0.5s linear 0s;
}
.scopripiu:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.btn-brown-scopri {
  background: #2e1716;
  color: #fff;
  border: 1px solid #2e1716;
  padding: 8px 16px;
  position: relative;
}
.btn-forward {
  position: relative;
  top: -2px;
  height: 62px;
  border: 1px solid #c3c3c3;
  background: #c3c3c3;
  color: #fff;
  font-weight: bolder;
}
.btn-prenota {
  top: -12px;
  height: 62px;
}
.container-publi {
  width: 100% !important;
  margin: 0 !important;
  display: flex;
}
.hpubliright {
  text-align: right;
  float: right;
  padding-right: 55px !important;
  font-weight: bolder;
}
.hpublileft {
  text-align: left;
  float: left;
  padding-left: 0px !important;
  font-weight: bolder;
}
.hpublicenter {
  text-align: center;
  font-weight: bolder;
}
.txtpublileft {
  text-align: left;
  width: 152px;
}

.scegliCorsi > div:nth-child(odd) > div:nth-child(odd) .item {
  background: #f6eec9;
}
.scegliCorsi > div:nth-child(even) > div:nth-child(even) .item {
  background: #f6eec9;
}
.scegliCorsi > div > .coloreLast .item {
  background: #f6eec9;
}
.scegliCorsi > div {
  clear: left;
}
.scegliCorsi > div > div:last-child {
  float: right;
}
.scegliCorsi .continua {
  bottom: 30px;
  position: absolute;
  background-color: #c3c3c3;
  background-image: url("../images/freccia.png");
  background-position: right 3% center;
  background-repeat: no-repeat;
  background-size: 12% auto;
  width: calc(100% - 2rem);
}
.scegliCorsi .continua .col-10 {
  background-color: #2e1716;
  padding: 20px 5px;
  color: #fff;
  transition: all 0.5s linear 0s;
}
.scegliCorsi .continua:hover .col-10 {
  background-color: #c3c3c3;
  padding: 20px 5px;
  color: #2e1716;
}
.scegliCorsi .continua .bottoneconfreccia {
  background-color: #2e1716;
  padding: 20px 5px;
  color: #fff;
  transition: all 0.5s linear 0s;
}
.scegliCorsi .continua:hover .bottoneconfreccia {
  background-color: #c3c3c3;
  padding: 20px 5px;
  color: #2e1716;
}

.scegliCorsi2 .continua {
  background-color: #c3c3c3;
  background-image: url("../images/freccia.png");
  background-position: right 3% center;
  background-repeat: no-repeat;
  background-size: 12% auto;
}
.scegliCorsi2 .continua .col-10 {
  background-color: #2e1716;
  padding: 20px 5px;
  color: #fff;
  transition: all 0.5s linear 0s;
}
.scegliCorsi2 .continua:hover .col-10 {
  background-color: #c3c3c3;
  padding: 20px 5px;
  color: #2e1716;
}

.scegliCorsi .item > .col-6 {
  position: relative;
}

.scegliCorsi .col-md-3 {
  width: 50%;
  float: left;
  min-height: 310px;
}
.col-md-3 img {
  display: block;
}

.home201809 .continua {
  background-color: #c3c3c3;
  background-image: url("../images/freccia.png");
  background-position: right 3% center;
  background-repeat: no-repeat;
  background-size: 12% auto;
  border: none;
  padding: 0 30px 0 0;
  float: left;
  width: 100%;
}
.home201809 .continua div {
  background-color: #2e1716;
  padding: 20px 5px;
  color: #fff;
  transition: all 0.5s linear 0s;
  width: 100%;
}
.home201809 .continua span {
  padding: 0 20px;
}
.home201809 .continua:hover div {
  background-color: #c3c3c3;
  padding: 20px 5px;
  color: #2e1716;
}

.barattolo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33% !important;
}
.barattolo-box {
  display: flex;
  height: 540px;
  align-items: center;
  float: left;
  position: relative;
  background-image: url("./images/panama-background.jpg");
  background-repeat: repeat-x;
  background-position: left bottom;
  text-align: left;
}

.owl-carousel4 .owl-controls {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
  width: 66.666%;
}
.owl-carousel4 .owl-controls .owl-prev,
.owl-carousel4 .owl-controls .owl-next {
  background-color: transparent;
}
.owl-carousel4 .owl-controls .owl-next {
  float: right;
}
.owl-carousel0 .owl-stage-outer {
  z-index: inherit;
}

#scegliCorsoF .scegli {
  color: #3a2409;
  font-size: 1rem;
  font-family: "Museo-300";
}
#scegliCorsoF .scegliData {
  width: 50%;
  float: left;
  box-sizing: border-box;
  position: relative;
}
#scegliCorsoF .scegliData table {
  width: auto;
}
#scegliCorsoF .scegliData select {
  padding-left: 10px;
  color: #694c29;
  width: 100%;
  height: 45px;
  background: none;
  border: 1px solid #694c29;
  margin-top: 5px;
}
#scegliCorsoF .scegliData input {
  height: 20px;
  margin-right: 5px;
}
#scegliCorsoF .scegliData .inputinfo {
  font-weight: normal;
}
#scegliCorsoF .scegliData span {
  color: #694c29;
  font-size: 24px;
  font-family: "Museo-300";
  font-weight: bold;
}
#scegliCorsoF .scegliAzienda {
  width: 50%;
  float: left;
  box-sizing: border-box;
  position: relative;
}
#scegliCorsoF .scegliAzienda span {
  color: #694c29;
  font-size: 24px;
  font-family: "Museo-300";
  font-weight: bold;
}
#scegliCorsoF .scegliAzienda input {
  padding: 5px;
  border: 1px solid #694c29;
  width: 100%;
}

#scegliCorsoF .scegliData tr td.inputinfo {
  padding: 5px 0;
}
#scegliCorsoF .scegliPartecipanti {
  float: left;
  box-sizing: border-box;
  position: relative;
}
#scegliCorsoF .scegliPartecipanti span {
  color: #694c29;
  font-size: 24px;
  font-family: "Museo-300";
  font-weight: bold;
}
#scegliCorsoF .scegliPartecipanti input {
  background: none;
  padding-left: 10px;
  width: 100%;
  height: 45px;
  border: 1px solid #694c29;
  color: #694c29;
  margin-top: 5px;
  width: 100%;
}
#scegliCorsoF .scegliPartecipanti .elemento input {
  background: none;
  padding-left: 10px;
  width: 100%;
  height: 30px;
  border: 1px solid #694c29;
  color: #694c29;
  margin-top: 5px;
  width: 100%;
}

#scegliCorsoF .scegliBarman {
  float: left;
  box-sizing: border-box;
  position: relative;
}
#scegliCorsoF .scegliBarman span {
  color: #694c29;
  font-size: 24px;
  font-family: "Museo-300";
  font-weight: bold;
}
#scegliCorsoF .scegliBarman input {
  background: none;
  padding-left: 10px;
  width: 100%;
  height: 45px;
  border: 1px solid #694c29;
  color: #694c29;
  margin-top: 5px;
  width: 100%;
}
#scegliCorsoF .scegliBarman .elemento input {
  background: none;
  padding-left: 10px;
  width: 100%;
  height: 30px;
  border: 1px solid #694c29;
  color: #694c29;
  margin-top: 5px;
  width: 100%;
}

#scegliCorsoF .Prenota,
.inviaRichiesta {
  width: 40%;
  float: left;
  box-sizing: border-box;
  padding: 0px 0px 0px 10px;
  position: relative;
}
#scegliCorsoF #prezzoCorso {
  font-size: 35px;
  font-family: "Museo-300";
  text-align: right;
  color: #ee7f33;
  float: right;
  font-weight: bold;
}
#scegliCorsoF #prezzoCorso2 {
  font-size: 20px;
  font-family: "RobotoSlab-Regular";
  text-align: right;
  color: #694c29;
  font-weight: bold;
  float: right;
}
#scegliCorsoF .Prenota input[type="submit"],
.inviaRichiesta input {
  margin-top: 5px;
  height: 45px;
  background: #ee7f33;
  color: #fff;
  font-family: "Museo-300";
  border: none;
  float: right;
  transition: all 0.5s linear;
  font-weight: bold;
  font-size: 20px;
}
.inviaRichiesta input {
  background-image: url("../images/frecciadx.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto auto;
}
.inviaRichiesta {
  float: right;
  margin-right: 3%;
}

#scegliCorsoF .Prenota input:hover,
.inviaRichiesta input:hover {
  -webkit-filter: opacity(50%);
  filter: opacity(50%);
}

.tazzine2018 img {
  padding: 0 5px;
}
.design1 .spostasu img {
  position: absolute;
  top: 0;
  left: 0;
  margin: -60px 0 0 5px;
  max-width: none;
  z-index: 100;
}
.design1 p {
  padding: 0 30px 0 20px !important;
}
.design1 .titolo {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.design2 .spostasu img {
  position: absolute;
  top: 0;
  left: 0;
  margin: -60px 0 0 -110px;
  max-width: none;
  z-index: 100;
}
.design2 p {
  padding: 0 20px 0 40px !important;
}
.design2 .titolo {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.lavoraconnoidesk {
  background-color: #b21d2d;
  color: #ffffff;
  padding: 10px;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  height: 79px;
  width: 200px;
  margin-bottom: 20px;
}

.img-head-home {
  margin: 0 auto;
}

#imgcaptcha {
  margin-right: 10px;
}
#captcha {
  height: 37px;
}

.boxxxx::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 56.5%;
}

.boxxxx .w-min-contain {
  z-index: 2;
}

.punto-shop {
  background-color: #bebebe;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 300;
  font-family: "Museo-300";
  font-size: 15px;
  line-height: 19px;
  float: right;
  width: 100%;
  max-width: 855px;
}

.punto-shop b {
  font-weight: 500;
  font-family: "Museo-500";
}

.ping img {
  vertical-align: middle;
  margin-right: 2px;
}

.ping a {
  font-size: 12px !important;
  line-height: 14px !important;
}

/*COOKIE CONSENT*/

.cc-banner input[type="checkbox"],
.cc-banner input[type="radio"] {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  visibility: initial !important;
}

.cc-banner .cc-message {
  color: #fff;
}

a.cc-link,
.cc-compliance.cc-highlight a {
  color: #fff !important;
}

.cc-compliance.cc-highlight {
  margin: 0 auto;
}

.cc-window {
  padding: 1rem 20% !important;
}

.cc-window .p-md-4 {
  padding: 1.5rem !important;
}

.cc-window .bg-white {
  background-color: #fff !important;
}

.cc-window .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.cc-window .mt-2 {
  margin-top: 0.5rem !important;
}

.row.cc-window.cc-banner {
  flex-wrap: wrap;
}

.cc-categories .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.cc-categories .row.no-gutters {
  padding: 10px;
  box-sizing: border-box;
}

.cc-window .align-items-center {
  align-items: center !important;
}

.cc-window .justify-content-center {
  justify-content: center !important;
}

.cc-window .d-flex {
  display: flex !important;
}

.cc-window .col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.cc-window .col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.cc-window .cc-window .col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.cc-window .mt-2 {
  margin-top: 0.5rem !important;
}

.cc-window a,
.cc-categories a {
  text-decoration: underline !important;
}

.cc-banner.cc-bottom {
  z-index: 9999999999;
}

.cc-categories .checkbx {
  background-color: rgb(19, 19, 19) !important;
  border-color: rgb(19, 19, 19) !important;
}

.cc-categories input[type="checkbox"] {
  /*-webkit-appearance: none !important;
    -moz-appearance: none !important;
    visibility: hidden !important;*/
  margin: 0 auto;
}

.cc-categories .list-checkbox {
  margin-bottom: 0px;
}

.cc-revoke {
  border-radius: 0 !important;
  padding: 8px 12px !important;
}

/* campionaria */
body.fieracampionariabergamo2024 img.bg-landing {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top 0 left 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

body.fieracampionariabergamo2024 .landing-content {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 50px 20px;
  box-sizing: border-box;
}

body.fieracampionariabergamo2024 img.head-landing {
  width: 100%;
  max-width: 590px;
  margin: 20px auto 25px auto;
}

body.fieracampionariabergamo2024 img.logo-landing {
  width: 100%;
  max-width: 450px;
  margin: 100px auto 50px auto;
}

body.fieracampionariabergamo2024 .landing-banner {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
  background-color: #EAEAEA;
  padding: 0 20px;
  box-sizing: border-box;
  color: #4C1706;
  font-weight: 700;
  font-size: 20px;
  line-height: 44px;
}

body.fieracampionariabergamo2024 .chiudi-questionario,
body.fieracampionariabergamo2024 .tazzine {
  display: none !important;
}

body.fieracampionariabergamo2024 .domanda-box .domande-n span {
  width: 80px;
  height: 80px;
  margin-top: 20px;
  font-size: 22px;
  line-height: 22px;
}

body.fieracampionariabergamo2024 .domanda h2 {
  font-size: 32px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

body.fieracampionariabergamo2024 .domanda label {
  font-size: 20px;
  line-height: 24px;
  margin-left: 10px;
}

body.fieracampionariabergamo2024 .domanda p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  font-weight: 700;
}

body.fieracampionariabergamo2024 input {
  height: 34px;
}

body.fieracampionariabergamo2024 input[type=email] {
  width: 220px;
}

body.fieracampionariabergamo2024 input[type=submit] {
  width: 70px;
}

body.fieracampionariabergamo2024 input[type=radio],
body.fieracampionariabergamo2024 input[type=checkbox] {
  height: 22px;
  width: 22px;
}

body.fieracampionariabergamo2024 .privacypop,
body.fieracampionariabergamo2024 .privacypop2 {
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 4px;
}

body.fieracampionariabergamo2024.professionista {
  background-color: #4C1706;
  padding-top: 100px;
}

body.fieracampionariabergamo2024.privato {
  background-color: #D90011;
  padding-top: 100px;
}

body.fieracampionariabergamo2024.professionista .landing-banner {
  background-color: #D90011;
  color: #FFFFFF;
}

body.fieracampionariabergamo2024.privato .landing-banner {
  background-color: #FFFFFF;
  color: #4C1706;
}

body.fieracampionariabergamo2024 .landing-risposta img.tazza-landing {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
}

body.fieracampionariabergamo2024 .landing-risposta .domanda h2,
body.fieracampionariabergamo2024 .landing-risposta .domanda p {
  color: #fff;
}

body.fieracampionariabergamo2024-ok img.logo-landing,
body.fieracampionariabergamo2024-horeca-ok img.logo-landing {
  margin: 50px auto 50px auto;
}

body.fieracampionariabergamo2024 .input-width {
  width: 130px;
}

.btn-download {
  display: block;
  margin: 0 auto 30px auto !important;
}

@media (max-width: 767px) {

  body.fieracampionariabergamo2024 img.head-landing {
    margin: 20px auto 10px auto;
    max-width: 320px;
  }

  body.fieracampionariabergamo2024 .domanda-box .domande-n span {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    font-size: inherit;
    line-height: inherit;
  }

  body.fieracampionariabergamo2024 .domanda h2 {
    font-size: 1.5em;
    line-height: 1.8em;
  }

  body.fieracampionariabergamo2024 .domanda label {
    font-size: initial;
    line-height: initial;
  }

  body.fieracampionariabergamo2024 .landing-content {
    padding: 20px;
  }

  body.fieracampionariabergamo2024 h1 {
    font-size: 1.6em;
    line-height: 1.2em !important;
 }

 body.fieracampionariabergamo2024 img.logo-landing {
    max-width: 200px;
    margin: 40px auto 0 auto;
 }

 body.fieracampionariabergamo2024 .landing-risposta img.tazza-landing {
   max-width: 250px;
 }

body.fieracampionariabergamo2024.professionista,
body.fieracampionariabergamo2024.privato {
   padding-top: 50px;
 }

}

@media (min-width: 768px) and (max-width: 1300px) and (orientation: landscape) {
  .cc-window.cc-floating {
    max-width: 100% !important;
    bottom: 0 !important;
  }
}

@media (max-width: 1023px) {
  .cc-window.cc-floating {
    max-width: 100%;
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cc-window {
    padding: 1rem !important;
  }

  .cc-compliance {
    display: block;
    margin: 0 auto;
  }

  .cc-categories {
    max-height: 40vh;
    overflow-y: auto !important;
  }

  .cc-revoke,
  .cc-window {
    z-index: 999999999;
  }

  .cc-categories .list-checkbox .checkbx {
    margin-right: 5px;
  }
}
/*COOKIE CONSENT*/

@media screen and (max-width: 1339px) {
  .logo-missmoka {
    margin-bottom: -5vw !important;
    margin-top: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .logo-missmoka {
    margin-bottom: -2vw !important;
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 960px) {
  .container-publi {
    width: 100% !important;
  }
  #c1,
  #c3,
  #c5,
  #c8 {
    background: #f7f1ce;
  }
  #c2,
  #c4,
  #c6,
  #c7 {
    background: #fff;
  }
}

@media screen and (max-width: 600px) {
  .container-publi {
    width: 100% !important;
  }
  #c1,
  #c3,
  #c5,
  #c8 {
    background: #f6eec9;
  }
  #c2,
  #c4,
  #c6,
  #c7 {
    background: #fff;
  }
  .container-publi {
    display: block;
  }
  .container-publi br {
    display: none;
  }
  .hpubliright,
  .hpublileft {
    text-align: left;
    float: none;
  }
  .hpubliright {
    margin-left: 8%;
  }
  .hpublileft {
    margin-left: 8%;
  }
  .txtpublileft {
    width: initial !important;
    margin-left: 8%;
  }
  .txtpubliright {
    width: initial;
    margin-right: 8%;
  }
  .container-publi .clear45,
  .clear60,
  .clear127,
  .clear90 {
    display: none;
  }
  #im3,
  #im8 {
    display: none;
  }
  #btn8 {
    margin-left: 0;
    margin-top: 50px;
  }
}
.footeraddress {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

/*ALESSANDRO*/
.cl-sm-1 {
  width: 8.33%;
}

.cl-sm-2 {
  width: 16.66%;
}

.cl-sm-3 {
  width: 25%;
}

.cl-sm-4 {
  width: 33.33%;
}

.cl-sm-5 {
  width: 41.66%;
}

.cl-sm-6 {
  width: 50%;
}

.cl-sm-7 {
  width: 58.33%;
}

.cl-sm-8 {
  width: 66.66%;
}

.cl-sm-9 {
  width: 75%;
}

.cl-sm-10 {
  width: 83.33%;
}

.cl-sm-11 {
  width: 91.66%;
}

.cl-sm-12 {
  width: 100%;
}

.flex-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.align-self-btm-left {
  align-self: flex-end;
}

.align-self-top-right {
  align-self: flex-start;
}

.aligner-item--bottom {
  align-self: flex-end;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left !important;
}

.questionario {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.questionario.active {
  display: flex;
}

.domanda-box {
  max-width: 700px;
  width: 100%;
  min-height: 400px;
  background-color: #eaeaea;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 45px 45px 45px #00000029;
  position: relative;
  display: none;
}

.domanda-box.active {
  display: block;
}

.domande-n span {
  width: 60px;
  height: 60px;
  background-color: #c1c1c1;
  margin: 20px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  color: #fff;
  text-align: center;
}

.domande-n span.active {
  background-color: #d90011;
}

.chiudi-questionario img {
  width: 20px;
  height: auto;
}

.tazzine img {
  width: 140px;
  height: auto;
  mix-blend-mode: darken;
  position: absolute;
  bottom: 15px;
  right: 5px;
}

.domanda {
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
}

.domanda h2 {
  color: #4c1706;
  margin-bottom: 30px;
}

.domanda label {
  color: #765e4d;
}

.risposta {
  margin: 20px auto 0 auto;
}

.max-1000 {
  max-width: 1000px;
  width: 100%;
}

.monorigine-items.five-item .item {
  width: 20%;
}

.thumb-caffe {
  max-width: 450px;
}

.mappa {
  max-width: 200px;
}

.icone-caffe {
  max-width: 430px;
}

.link-scopri {
  margin-bottom: -60px !important;
  margin-top: 60px !important;
}

.abs-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.banner-contattami {
  min-height: 500px;
  padding: 30px 40px;
  box-sizing: border-box;
  position: relative;
}

.relative {
  position: relative;
}

img.wa-ico {
  width: 40px;
  height: auto;
  margin-right: 20px;
}

.wa-banner {
  border: solid 1px #707070;
  padding: 15px 40px;
}

.box:first-child {
  margin-right: 12px;
}

.box:nth-child(2) {
  margin-left: 6px;
  margin-right: 6px;
}

.box:last-child {
  margin-left: 12px;
}

.bold {
  font-family: "RobotoSlab-Bold";
}

.loghi-partner img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.loghi-partner img.union {
  max-width: 300px;
}

.bg-wall {
  height: 100% !important;
  max-height: 650px !important;
  display: block;
}

.abs-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-wall {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.wall-content {
  width: 100%;
  background-color: #d5d5d5;
  padding: 20px;
  box-sizing: border-box;
}

.logo-missmoka {
  width: 100%;
  max-width: 90px;
  margin-bottom: -80px;
  margin-top: 80px;
}

img.ico-missmoka {
  width: 100%;
  max-width: 100px;
  height: auto;
  margin-right: 20px;
}

span.perc {
  display: block;
  padding: 0 0 20px 0;
  margin-bottom: 25px;
}

span.perc:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}

img.inlinea-img {
  display: inline-block;
  max-width: calc(33.33% - 10px);
}

img.inlinea-img:first-child {
  margin-right: 10px;
}

img.inlinea-img:nth-child(2) {
  margin-left: 5px;
  margin-right: 5px;
}

img.inlinea-img:last-child {
  margin-left: 10px;
}

.view-resp {
  display: none;
}

.form-missmoka form {
  padding: 40px;
  box-sizing: border-box;
}

.form-missmoka form input[type="text"],
.form-missmoka form input[type="email"],
.form-missmoka form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #fff;
  background-color: transparent;
  margin-top: 10px;
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
  outline: none !important;
  resize: none !important;
}

.form-missmoka form input[type="submit"] {
  background-color: #b3a983;
  text-align: center;
  border: none;
  padding: 10px 30px;
}

.cover {
  object-fit: cover;
}

.ping a span {
  font-size: 12px !important;
  line-height: 14px !important;
  color: #fff !important;
  vertical-align: middle;
}

.ping img {
  vertical-align: middle;
  margin-right: 2px;
}

@media (max-width: 960px) {
  .view-resp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .no-mobile {
    display: none;
  }

  .icone-caffe {
    width: 100%;
  }

  .form-missmoka form input[type="text"],
  .form-missmoka form input[type="email"] {
    margin-bottom: 20px;
  }

  .flex-m {
    display: block;
  }

  .m-all {
    width: 100%;
  }

  .m-top-30-resp {
    margin-top: 30px;
  }

  .m-top-50-resp {
    margin-top: 50px;
  }

  .monorigine-items.five-item .item {
    width: 46%;
  }

  .monorigine-items.five-item .item p {
    height: auto;
  }

  .link-scopri {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .banner-contattami {
    min-height: auto;
    padding: 0;
  }

  .box:first-child,
  .box:nth-child(2),
  .box:last-child {
    margin: 20px auto;
  }

  .bg-wall {
    height: 300px !important;
  }

  ul.top-menu li a {
    padding: 0px 2px;
  }
}

@media screen and (max-width: 389px) {
  .offset-8 {
    margin-left: 56.666667% !important;
  }
}
.translate-middle {
  transform: translate(-50%, -50%);
}
