body{
  color: black;
  
}

.form-control{
  background-color: white !important;
}

.hamburger-menu button.current-lang {
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -5px;
}

.hamburger-menu button.current-lang i {
  margin-right: 10px;
}

.hamburger-trigger {
  font-size: 20px;
  text-transform: uppercase;
}

.hamburger-trigger i {
  margin-left: 15px;
}

.title-box{
  color: #f3313f;
  font-size: 46px;
}

/* The Overlay (background) */
.hamburger-overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0%;
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  right: 0;
  top: 0;
  background-color: black;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.hamburger-overlay.open {
  width: 30%;
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 10%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 70px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay-content .logo {
  max-width: 200px;
  display: inline-block;
  margin: 0 auto 30px;
}

.overlay-content .social_list {
  margin-top: 5%;
}

/* The navigation links inside the overlay */
.hamburger-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  display: block;
  /* Display block instead of inline */
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.hamburger-overlay a:hover, .hamburger-overlay a:focus {
  color: #333;
}

/* Position the close button (top right corner) */
.hamburger-overlay .closebtn {
  position: absolute;
  top: 65px;
  right: 30px;
  font-size: 60px;
  z-index: 100;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .hamburger-overlay a {
    font-size: 20px;
  }
  .hamburger-overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.slider {
  margin-top: 2rem;
}

.slide-more {
  display: inline-block;
  font-weight: bold;
  letter-spacing: .05rem;
  font-size: .8rem;
  padding: .7rem 0 0 .2rem;
  border-bottom: 4px solid #B21A27;
}

.slide-more:hover {
  text-decoration: none;
  color: #590d14;
}

.slider.block-slider-image {
  margin-top: 0;
}

.slider.block-slider-image .owl-dots {
  position: absolute;
  top: 50%;
  left: 2%;
 transform: translateY(-50%);
 rotate: 90deg;
}

.slider.block-slider-image .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0px 5px;
}

.slider.block-slider-image .owl-dots .owl-dot.active {
  background: #fff;
}

.slider.block-slider-image .tondi .owl-dot {
  border-radius: 50%;
}

.slider.block-slider-image .linea .owl-dot {
  background: #fff;
  opacity: 0.7;
  width: 1px;
  height: 20px;
}

.slider.block-slider-image .linea .owl-dot.active {
  height: 40px;
  opacity: 1;
}

.slider.block-slider-image .old_slide {
  height: 500px;
  background-size: cover;
  background-position: 50% 50%;
}

.slider.block-slider-image .slide {
  position: relative;
}

.slider.block-slider-image .container {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.slider.block-slider-image .slide-content h3 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.slider.block-slider-image .slide-content .slide-description {
  font-size: 30px;
  color: #fff;
}

.slider.block-slider-image h3 a {
  color: #fff;
}

.boxes .single-box {
  margin-bottom: 10px;
}

.boxes .single-box > a {
  display: block;
}

.boxes .single-box h3 {
  font-size: 25px;
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 20%;
  text-align: center;
  width: 100%;
  padding: 0px 15%;
}

.boxes .single-box:hover .overlay {
  top: 10%;
  height: 80%;
  width: 80%;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.classics {
  margin-top: 30px;
}

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

.classics .image-box .overlay {
  display: none;
}

.classics .image-box .overlay button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
}

.classics .single-classic {
  margin-bottom: 30px;
}

.classics .single-classic .classic-date {
  font-size: 22px;
  font-weight: 700;
  max-width: 100px;
  padding: 10px 20px;
  position: relative;
}

.classics .single-classic .classic-date:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 51px;
  z-index: -1;
  background: #eee;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.classics .single-classic:hover .classic-date:before {
  width: 100%;
}

.classics .single-classic h3 {
  font-size: 22px;
  margin: 15px 0px;
}

.classics .single-classic .description {
  font-size: 16px;
  font-weight: 300;
}

.classics .single-classic:hover .overlay {
  display: block;
}


.chess img.img-responsive {
  margin: 0 auto;
}

.chess .row {
  margin: 0px;
}

.chess .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.chess .chess-boss h3 {
  font-size: 70px;
  text-transform: uppercase;
}

.wine-list {
}

.wine-box .overlay-wine{
  display: none;
}

.wine-box:hover .overlay-wine{
  display: block;
}

.wine-list .wine-box {
  text-align: center;
}

.wine-list .wine-box a {
  color: #333;
}

.wine-list .wine-box img {
  display: block;
  height: 500px;
  object-fit: cover;
}

.wine-list .wine-box h3 {
  font-size: 22px;
}

.wine-list .wine-box .download {
  position: absolute;
  display: none;
  z-index: 1;
  top: 0px;
  left: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  padding: 10px;
  font-weight: 300;
  color: #fff;
}

.wine-list .wine-box:hover .download {
  display: block;
}

.wine-list .wine-box:hover .btn-animated:before {
  width: 100%;
}

.video-player {
  overflow: hidden;
  position: relative;
}

.video-caption {
  position: absolute;
  z-index: 1;
  text-align: center;
  color: #fff;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-caption .description {
  font-weight: 300;
}

.video-caption .btn {
  margin-top: 30px;
}

.header-interno {
  position: relative;
}

.header-interno h1 {
  position: absolute;
  bottom: 20%;
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0px 20px;
  font-size: 70px;
}

.easyzoom {
  display: inline-block;
  width: 100%;
}

.easyzoom a > img {
  max-height: 700px;
}

.easyzoom img {
  vertical-align: bottom;
}

.page-alternative-title {
  padding: 50px 0px;
  margin: 0;
}

.page .long-description {
  margin: 50px 0px;
  font-size: 24px;
  font-weight: 300;
}

.page-form {
  padding: 10%;
  background: #eee;
}

.page-form h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.page-form .radio-label {
  font-size: 18px;
}

.page-form .select-label {
  font-size: 18px;
  padding-left: 15px;
}

.page-form .field-option {
  display: inline-block;
  width: auto;
}

.page-form .field-option .checkbox, .page-form .field-option .radio {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
}

.page-form .form-group {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.page-form .form-group input[type="text"],
.page-form .form-group input[type="email"],
.page-form .form-group input[type="password"],
.page-form .form-group select {
  height: 45px;
}

.page-form .form-group input[type="text"],
.page-form .form-group input[type="email"],
.page-form .form-group input[type="password"],
.page-form .form-group textarea,
.page-form .form-group select {
  background: none;
  border: 0px;
  border-bottom: 2px solid #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  font-size: 18px;
}

.page-form .form-group input[type="text"]::-webkit-input-placeholder, .page-form .form-group input[type="email"]::-webkit-input-placeholder, .page-form .form-group input[type="password"]::-webkit-input-placeholder, .page-form .form-group textarea::-webkit-input-placeholder, .page-form .form-group select::-webkit-input-placeholder {
  color: #333;
}

.page-form .form-group input[type="text"]::-moz-placeholder, .page-form .form-group input[type="email"]::-moz-placeholder, .page-form .form-group input[type="password"]::-moz-placeholder, .page-form .form-group textarea::-moz-placeholder, .page-form .form-group select::-moz-placeholder {
  color: #333;
}

.page-form .form-group input[type="text"]:-ms-input-placeholder, .page-form .form-group input[type="email"]:-ms-input-placeholder, .page-form .form-group input[type="password"]:-ms-input-placeholder, .page-form .form-group textarea:-ms-input-placeholder, .page-form .form-group select:-ms-input-placeholder {
  color: #333;
}

.page-form .form-group input[type="text"]::-ms-input-placeholder, .page-form .form-group input[type="email"]::-ms-input-placeholder, .page-form .form-group input[type="password"]::-ms-input-placeholder, .page-form .form-group textarea::-ms-input-placeholder, .page-form .form-group select::-ms-input-placeholder {
  color: #333;
}

.page-form .form-group input[type="text"]::placeholder,
.page-form .form-group input[type="email"]::placeholder,
.page-form .form-group input[type="password"]::placeholder,
.page-form .form-group textarea::placeholder,
.page-form .form-group select::placeholder {
  color: #333;
}

.page-form .form-group select option {
  color: #333;
  background: #fff;
}

.page-form .form-group textarea {
  height: 80px;
}

.page-form .form-group label {
  font-weight: 400;
}

.page-form .help-block {
  max-height: 150px;
  overflow-y: auto;
  padding: 10px 0px;
  border: 1px solid #eee;
}

.page-form .captcha-cont {
  margin-top: 10px;
  display: block;
}

.nav-tabs .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  width: 100%;
}

.nav-tabs .dropdown-menu a {
  padding: 5px 20px;
}

/** PAGINA CONTATTI **/
.child-contacts {
  padding: 10%;
}

.child-contacts li {
  min-width: 45%;
  vertical-align: top;
}

.child-contacts h3 {
  margin-bottom: 30px;
  margin-top: 0;
}

.child-contacts .informations {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
}

.child-contacts .btn {
  margin-bottom: 30px;
}

/** PAGINA NEWS **/
.classic-date {
  font-size: 22px;
  font-weight: 700;
  max-width: 100px;
  padding: 10px 20px;
  position: relative;
}

.classic-date:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 51px;
  z-index: -1;
  background: #eee;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.classic-date:hover:before {
  width: 100%;
}

/** SCHEDA VINO **/
.wine-toolbar {
  margin: 30px 0px 50px;
}

.denominazione {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.main-image {
  margin: 0 auto;
}

.wine-info {
  background: #eee;
  padding: 10%;
}

.wine-info h1 {
  margin: 0px;
}

.wine-info .social h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.forms-tab {
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #333;
}

.forms-tab > li > a {
  font-size: 24px;
  border: 0px;
  padding-bottom: 25px;
}

.forms-tab > li > a:hover {
  background: none;
  color: #333;
}

.forms-tab > li.active > a, .forms-tab > li.active > a:hover, .forms-tab > li.active > a:focus {
  border: 0px;
  border-bottom: 1px solid #333;
  color: #333;
}

.forms-tab > li.active > a:before {
  content: '';
  width: 15px;
  height: 30px;
  background: #333;
  position: absolute;
  bottom: -15px;
  left: 0px;
  right: 0px;
  z-index: 1;
  margin: 0 auto;
}

video::-webkit-media-controls {
  opacity: 1;
  transition: opacity 0.3s;
}

video:hover::-webkit-media-controls {
  opacity: 0;
}

.forms-contents b {
  font-size: 16px;
  text-transform: uppercase;
}

.forms-contents .description {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
}

.forms-contents img {
  height: 60px;
  width: auto;
}



.footer-blocks {
  padding-bottom: 50px;
}

.footer-block h4 {
  font-weight: bold;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer-block .description {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
}

.social_list a {
  padding: 10px;
  border: 0px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
}

.site_bottom {
  padding: 5px 0px;
}

.title-box{
  color: #f4313f;
}

.owl-nav{
  display: flex;
  justify-content: space-around;
  color: white;
  font-size: 34px;
}

.voice-menu:hover{
  background-color: #f4313f;
  color: black !important;
}

.owl-dots{
  height: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.crescereinsieme{
  font-size: 42px;
}

.owl-dot{
  height: 20px;
  width: 20px;
  border: 2px solid white;
  border-radius: 10px;
  margin: 0 5px;
}
.owl-dot.active{
  height: 20px;
  width: 20px;
  border: 2px solid black;
  background-color: white;
}

.marquee {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.marquee__inner {
  display: flex;
  width: max-content;
  align-items: center;
  height: 100%;
}

.item {
  padding: 0 40px;
  white-space: nowrap;
  font-size: 24px;
}
/*******
col-lg 
*******/

@media only screen and (min-width:2251px){
.slider.block-slider-image .slide-content h3 {
    font-size: 64px;
    text-transform: uppercase;
  }
  .slider.block-slider-image .slide-content .slide-description {
    font-size: 26px;
  }
  .arrow-right-slider1{
    position: absolute;
    top: -35%;
    right: -30%;
    rotate: 270deg;
    z-index: 2;
  }
  .arrow-bottom-slider1{
    position:absolute;
    bottom: -100%;
    left: 5%;
    z-index: 2;
    width: 10%;
    object-fit: cover;
}
.logo-slider{
  width: 45% !important;
}
.arrow-bottom-chess{
  position: absolute;
  bottom: 0%;
  left: 45%;
  z-index: 0;
  width: 13%;
  object-fit: cover;
}
.chess .chess-boss .description {
  margin-bottom: 60px;
  font-size: 26px;
  font-weight: 400;
  line-height: 2;
}
.bottone-slider{
  width: 40% !important;
  margin: 25px auto 0;
}
.boxes {
  padding: 180px 0;
}
.arrow-boxes-top{
  position: absolute;
  top: -60%;
  left: 5%;
  z-index: 0;
  width: 13%;
  object-fit: cover;
  rotate:180deg
}
.img-box{
  width: 80%
}
.description{
  font-size: 26px;
}
.title-box, .title-section{
  font-size: 60px;
}
.arrow-boxes-right{
  position: absolute;
  top: -5%;
  right: -10%;
  rotate: 270deg;
  z-index: 0;
}
.arrow-wine-right{
  position: absolute;
  top: -48%;
  right: -20%;
  rotate: 270deg;
  z-index: 0;
}
.arrow-wine-left{
  position: absolute;
  bottom: -60%;
  left: -40%;
  rotate: 90deg;
}
.miniarrow-wine-left{
  position: absolute;
  bottom: 3%;
  left: 50%;
}
.arrow-left-slider2{
  position: absolute;
  left: -25%;
  bottom: -15%;
  z-index: 3;
}
.arrow-right-slider2{
  position: absolute;
  bottom: 40%;
  right: -19%;
  rotate: 270deg;
  z-index: 2;
  width: 38%;
}
.text-slider{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  left: 10%;
}
.bottone-news{
  position: absolute;
  bottom: 13px;
  z-index: 3;
  left: -1;
}
.logo-parallax{
  width: 10%;
}
.arrow-parallax-right{
  position: absolute;
  top: 25%;
  right: -20%;
  z-index: 10;
  width: 30%;
}
.arrow-parallax-left{
  position: absolute;
  top: 50%;
  left: -25%;
  z-index: 10;
  width: 30%;
}
.arrow-parallax-bottom{
  position: absolute;
  bottom: -30%;
  left: 35%;
  rotate: 270deg;
  z-index: 10;
  width: 30%;
}
.arrow-right-slider3{
  position: absolute;
  bottom: 5%;
  z-index: 1;
  width: 40%;
  object-fit: cover;
  right: -25%;
}
.arrow-right-slider3{
  position: absolute;
  bottom: 25%;
  z-index: 0;
  width: 40%;
  object-fit: cover;
  right: -25%;
}
.arrow-bottom-slider3{
  position: absolute;
  bottom: 66%;
  z-index: 2;
  width: 17%;
  object-fit: cover;
  left: -6%;
  rotate: 270deg;
}
  .oblique-top-rel-dwn{
    background-color: #f4313f;
    height: 140px;
    width: 104%;
    position: relative;
    z-index: 1;
    left: -10px;
    top: -58px;
    rotate: 2deg;
}
  .oblique-top-rel-dwn2{
    background-color: #f4313f;
    height: 150px;
    width: 104%;
    position: relative;
    z-index: 1;
    left: -10px;
    top: -75px;
    rotate: 2deg;
}
.oblique-bot-rel-up{
  height: 140px !important;
  bottom: -61px !important;
}
.oblique-top-abs-dwn{
  background-color: #f4313f;
  height: 100px;
  width: 102%;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: -79px;
  rotate: 2deg;
}
.oblique-top-rel-up{
  height: 140px;
    width: 102%;
    position: relative;
    z-index: 1;
    left: 0px;
    top: -65px;
    rotate: -2deg;
}
.oblique-top-abs-up{
  background-color: #f4313f;
  height: 101px;
  width: 102%;
  position: absolute;
  z-index: 2;
  left: -5px;
  top: -51px;
  rotate: -2deg;
}
.oblique-top-abs-up-footer{
  background-color: #f4313f;
  height: 140px;
  width: 102%;
  position: absolute;
  z-index: 2;
  left: -5px;
  top: -65px;
  rotate: -2deg;
}
.oblique-top-abs-dwn{
  background-color: #f4313f;
  height: 108px;
  width: 102%;
  position: absolute;
  z-index: 1;
  left: -5px;
  top: -40px;
  rotate: 2deg;
}
.foto-profile{
  top: -415px;
  width: 50%; 
  height: auto; 
  margin: 0 auto; 
  position: relative; 
  z-index: 1;
}
.descr-atleta{
  padding-left: 150px;
}
#titolo-atleta{
  bottom: 40%;
  margin-left: -30%;
}
.padd-team-red{
  padding:20px 0 20px;
}
.padd-team-black{
  padding: 7% 0%;
}
.oblique-top-red{
  background-color: #f4313f;
  height: 130px;
  width: 50%;
  position: absolute;
  z-index: 1;
  left: 1px;
  top: 40%;
  rotate: 1deg;
}
.oblique-top-black{
  background-color: black;
  height: 120px;
  width: 50%;
  position: absolute;
  z-index: 1;
  left: 50.1%;
  top: 42.5%;
  rotate: 1deg;
}
.banner-profile{
  top:-415px;
}
.arrow-under-profile{
  top: -430px
}
.arrow-left-profile{
  position: absolute;
  left: -5%;
  z-index: 1;
}
body{
  font-size: 26px;
}
.page .long-description{
  font-size: 26px;
}
.img-chess{
  width: 85%;
  height: 550px;
  object-fit: cover;
  position: relative;
  z-index: 5;
  box-shadow:2px 2px 5px black
}
.padd-chess{
  padding:0% 5% 2% 0%;
}
.arrow-header-profile{
  left: -25%;top: 20%;
}
.arrow-bottom-red-slider{
  position: absolute;
  bottom: 3%;
  z-index: 1;
  width: 4%;
  object-fit: cover;
  right: 1%;
  rotate: 180deg;
}
.arrow-left-red-slider{
  position: absolute;
  bottom: -40%;
  z-index: 0;
  width: 7%;
  object-fit: cover;
  left: -15%;
  rotate: 90deg;
}
.riga-atleta{
  margin-top: -200px
}
.descr-atleta-1, .descr-atleta-2{
  margin-left: 50px;
}
}

@media only screen and (max-width: 2250px) {
  .slider.block-slider-image .slide-content h3 {
    font-size: 64px;
    text-transform: uppercase;
  }
  .slider.block-slider-image .slide-content .slide-description {
    font-size: 24px;
  }
  .arrow-right-slider1{
    position: absolute;
    top: -35%;
    right: -30%;
    rotate: 270deg;
    z-index: 2;
  }
  .arrow-bottom-slider1{
    position:absolute;
    bottom: -120%;
    left: 5%;
    z-index: 2;
    width: 13%;
    object-fit: cover;
}
.logo-slider{
  width: 45% !important;
}
.arrow-bottom-chess{
  position: absolute;
  bottom: 17%;
  left: 45%;
  z-index: 0;
  width: 13%;
  object-fit: cover;
}
.chess .chess-boss .description {
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
}
.bottone-slider{
  width: 35% !important;
  margin: 25px auto 0;
}
.boxes {
  padding: 180px 0;
}
.arrow-boxes-top{
  position: absolute;
  top: -60%;
  left: 5%;
  z-index: 0;
  width: 13%;
  object-fit: cover;
  rotate:180deg
}
.img-box{
  width: 80%
}
.description{
  font-size: 24px;
}
.title-box, .title-section{
  font-size: 60px;
}
.arrow-boxes-right{
  position: absolute;
  top: -5%;
  right: -10%;
  rotate: 270deg;
  z-index: 0;
}
.arrow-wine-right{
  position: absolute;
  top: -48%;
  right: -20%;
  rotate: 270deg;
  z-index: 0;
}
.arrow-wine-left{
  position: absolute;
  bottom: -60%;
  left: -40%;
  rotate: 90deg;
}
.miniarrow-wine-left{
  position: absolute;
  bottom: 3%;
  left: 50%;
}
.arrow-left-slider2{
  position: absolute;
  left: -25%;
  bottom: 10%;
}
.arrow-right-slider2{
  position: absolute;
  bottom: 52%;
  right: -22%;
  rotate: 270deg;
  z-index: 2;
  width: 45%;
}
.text-slider{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  left: 10%;
}
.bottone-news{
  position: absolute;
  bottom: 13px;
  z-index: 3;
  left: -1;
}
.logo-parallax{
  width: 10%;
}
.arrow-parallax-right{
  position: absolute;
  top: 25%;
  right: -20%;
  z-index: 10;
  width: 30%;
}
.arrow-parallax-left{
  position: absolute;
  top: 50%;
  left: -25%;
  z-index: 10;
  width: 30%;
}
.arrow-parallax-bottom{
  position: absolute;
  bottom: -13%;
  left: 35%;
  rotate: 270deg;
  z-index: 10;
  width: 30%;
}
.arrow-right-slider3{
  position: absolute;
  bottom: 5%;
  z-index: 1;
  width: 40%;
  object-fit: cover;
  right: -25%;
}
.arrow-bottom-slider3{
  position: absolute;
  bottom: 44%;
  z-index: 0;
  width: 33%;
  object-fit: cover;
  left: -15%;
  rotate: 270deg;
}
  .oblique-top-rel{
    background-color: #f4313f;
    height: 100px;
    width: 102%;
    position: relative;
    z-index: 1;
    left: 0px;
    top: -20px;
    rotate: -2deg;
}
  .oblique-top-rel-dwn{
    background-color: #f4313f;
    height: 80px;
    width: 104%;
    position: relative;
    z-index: 1;
    left: -20px;
    top: -35px;
    rotate: 2deg;
}
  .oblique-top-rel-dwn2{
    background-color: #f4313f;
    height: 123px;
    width: 104%;
    position: relative;
    z-index: 1;
    left: -20px;
    top: -60px;
    rotate: 2deg;
}
.oblique-bot-rel-up{
  height: 126px !important;
  bottom: -61px !important;
}
.oblique-top-abs-dwn{
  background-color: #f4313f;
  height: 120px;
  width: 102%;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: -69px;
  rotate: 2deg;
}
.oblique-top-rel-up{
  height: 120px;
    width: 102%;
    position: relative;
    z-index: 1;
    left: 0px;
    top: -52px;
    rotate: -2deg;
}
.oblique-top-abs-up{
  background-color: #f4313f;
  height: 100px;
  width: 102%;
  position: absolute;
  z-index: 1;
  left: -5px;
  top: -55px;
  rotate: -2deg;
}
.oblique-top-abs-up-footer{
  background-color: #f4313f;
  height: 100px;
  width: 102%;
  position: absolute;
  z-index: 1;
  left: -5px;
  top: -55px;
  rotate: -2deg;
}
.foto-profile{
  top: -550px;
  width: 60%; 
  height: auto; 
  margin: 0 auto; 
  position: relative; 
  z-index: 1;
}
.descr-atleta{
  padding-left: 110px;
}
#titolo-atleta{
  bottom: 35%;
  margin-left: -30%;
}
.padd-team-red{
  padding:20px 0 20px;
}
.padd-team-black{
  padding: 7% 0%;
}
.oblique-top-red{
  background-color: #f4313f;
  height: 130px;
  width: 50%;
  position: absolute;
  z-index: 1;
  left: 1px;
  top: 40%;
  rotate: 1deg;
}
.oblique-top-black{
  background-color: black;
  height: 130px;
  width: 50%;
  position: absolute;
  z-index: 1;
  left: 50.1%;
  top: 42.5%;
  rotate: 1deg;
}
.banner-profile{
  top:-550px;
}
.arrow-under-profile{
  top: -565px
}
.arrow-left-profile{
  position: absolute;
  left: -7%;
  z-index: 1;
  top: -10%;
}
.arrow-bottom-red-slider{
  position: absolute;
  bottom: 5%;
  z-index: 1;
  width: 7%;
  object-fit: cover;
  right: 1%;
  rotate: 180deg;
}
.arrow-left-red-slider{
  position: absolute;
  bottom: 15%;
  z-index: 0;
  width: 7%;
  object-fit: cover;
  left: -15%;
  rotate: 90deg;
}
body{
  font-size: 24px;
}
.page .long-description{
  font-size: 24px;
}
.img-chess{
  width: 85%;
  height: 550px;
  object-fit: cover;
  position: relative;
  z-index: 5;
  box-shadow:2px 2px 5px black
}
.padd-chess{
  padding:0% 5% 2% 0%;
}
.arrow-header-profile{
  left: -25%;top: 20%;
}
.riga-atleta{
  margin-top: -150px
}
.card-descr-atl{
  height: 100vh;
}
.card-image-atl{
  height: 70vh;
}
.descr-atleta-1, .descr-atleta-2{
  margin-left: 50px;
}
}

@media only screen and (max-width: 1540px) {
  .slider.block-slider-image .slide-content h3 {
    font-size: 36px;
  }
  .slider.block-slider-image .slide-content .slide-description {
    font-size: 22px;
  }
    .logo-slider{
    width: 45% !important;
  }
  .arrow-right-slider1{
    position: absolute;
    top: -60%;
    right: -45%;
    rotate: 270deg;
    z-index: 2;
  }
  .arrow-bottom-slider1{
    position: absolute;
    bottom: -160%;
    left: 5%;
    rotate: 0deg;
    z-index: 2;
    width: 15%;
    object-fit: cover;
  }
  .arrow-bottom-chess{
  position: absolute;
  bottom: 30%;
  left: 45%;
  z-index: 0;
  width: 13%;
  object-fit: cover;
}
.description{
  font-size: 22px;
}
.bottone-slider{
  width: 30% !important;
  margin: 25px auto 0;
}
.arrow-boxes-top{
  position: absolute;
  top: -85%;
  left: 5%;
  z-index: 0;
  width: 13%;
  object-fit: cover;
  rotate:180deg
}
.boxes {
  padding: 140px 0;
}
.img-box{
  width: 80%
}
.title-box, .title-section{
  font-size: 60px;
}
.arrow-boxes-right{
  position: absolute;
  top: -5%;
  right: -10%;
  rotate: 270deg;
  z-index: 0;
}
.arrow-wine-right{
  position: absolute;
  top: -47%;
  right: -20%;
  rotate: 270deg;
  z-index: 0;
}
.arrow-wine-left{
  position: absolute;
  bottom: -60%;
  left: -40%;
  rotate: 90deg;
}
.miniarrow-wine-left{
  position: absolute;
  bottom: 3%;
  left: 50%;
}
.arrow-left-slider2{
  position: absolute;
  top: 50%;
  left: -23%;
  z-index: 1;
}
.arrow-right-slider2{
  position: absolute;
  bottom: 52%;
  right: -22%;
  rotate: 270deg;
  z-index: 2;
  width: 45%;
}
.text-slider{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  left: 10%;
}
.bottone-news{
  position: absolute;
  bottom: 13px;
  z-index: 3;
  left: -1;
}
.logo-parallax{
  width: 20%;
}
.arrow-parallax-right{
  position: absolute;
  top: 25%;
  right: -20%;
  z-index: 10;
  width: 30%;
}
.arrow-parallax-left{
  position: absolute;
  top: 50%;
  left: -30%;
  z-index: 10;
  width: 35%;
}
.arrow-parallax-bottom{
  position: absolute;
  bottom: -20%;
  left: 30%;
  rotate: 270deg;
  z-index: 10;
  width: 40%;
}
.arrow-right-slider3{
  position: absolute;
  bottom: 15%;
  z-index: 0;
  width: 40%;
  object-fit: cover;
  right: -20%;
}
.arrow-bottom-slider3{
  position: absolute;
  bottom: 50%;
  z-index: 0;
  width: 35%;
  object-fit: cover;
  left: -12%;
  rotate: 270deg;
}
.oblique-top-rel{
  background-color: #f4313f;
  height: 100px;
  width: 102%;
  position: relative;
  z-index: 1;
  left: 0px;
  top: -20px;
  rotate: -2deg;
}
.oblique-top-abs-up{
  background-color: #f4313f;
  height: 100px;
  width: 102%;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: -60px;
  rotate: -2deg;
}
.oblique-top-abs-up-footer{
  background-color: #f4313f;
  height: 100px;
  width: 102%;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: -60px;
  rotate: -2deg;
}
#titolo-atleta{
  bottom: 23%;
}
body{
  font-size: 22px;
}
.page .long-description{
  font-size: 22px;
}
.riga-atleta{
  margin-top: -100px
}
.card-descr-atl{
  height: 140vh;
}
.card-image-atl{
  height: 60vh;
}
}

@media only screen and (max-width: 1200px) {
  .slider.block-slider-image .slide-content h3 {
    font-size: 36px;
  }
  .slider.block-slider-image .slide-content .slide-description {
    font-size: 20px;
  }
  ul.navbar-secondary {
    margin-left: 0;
    padding-left: 0;
    position: relative;
  }
  ul.navbar-secondary:before {
    display: none;
  }
  .searchbar .close {
    display: none;
  }
  .slide-contacts-toggler {
    height: 40px;
    border-radius: 5px;
  }
  .slide-contacts-toggler p {
    display: none;
  }
  .slide-contacts {
    top: 28px;
  }
  .slide-contacts-togglericon {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
  }
  .navbar-toggler {
    margin-right: 40px;
  }
   body, html {
        overflow-x: hidden;
    }
}

/*******
col-md
*******/
@media only screen and (max-width: 992px) {
  .logo img {
    max-height: 45px;
  }
  .hamburger-menu button.current-lang, .hamburger-trigger {
    font-size: 16px;
  }

  .video-player video {
    height: 420px !important;
  }
  .hamburger-overlay .overlay-content {
    top: 10%;
  }
  .hamburger-overlay a {
    font-size: 20px;
  }
  /** HOME BLOCKS **/
  .slider.block-slider-image .slide-content h3, .header-interno h1, .chess .chess-boss h3 {
    font-size: 44px;
  }
  .slider.block-slider-image .slide-content .slide-description {
    font-size: 20px;
  }
  .slider.block-slider-image .owl-dots {
    display: none;
  }
  .nav-tabs > li {
    width: 100%;
  }
  .nav-tabs > li a {
    width: 100%;
  }
}

/*******
col-sm
*******/
@media only screen and (max-width: 767px) {
  .video-player video {
    height: 250px !important;
  }
  .children-list .slide {
    width: 45%;
    margin: 0 2% 2rem 2%;
  }
  .logo-slider{
    width: 90% !important;
  }
  .arrow-right-slider1{
    position: absolute;
    top: -70%;
    right: -170%;
    rotate: 270deg;
    z-index: 2;
    width: 60%;
  }
  .arrow-bottom-slider1{
    position: absolute;
    bottom: -120%;
    left: 5%;
    rotate: 0deg;
    z-index: 2;
    width: 40%;
    object-fit: cover;
  }
  .arrow-bottom-chess{
  position: absolute;
  bottom: 61%;
  left: 70%;
  z-index: 0;
  width: 22%;
  object-fit: cover;
}
.bottone-slider{
  width: 90% !important;
  margin: 25px auto 0;
}
.testo-bottone-slider{
  width: 80%;
}
.oblique-top{
  height: 60px !important;
}
.img-box{
  width: 60%;
  object-fit: contain;
  margin-top: 30px;
}
.description{
  font-size: 20px;
}
.title-box, .title-section{
  font-size: 40px;
}
.arrow-boxes-right{
  position: absolute;
  top: 55%;
  right: -126%;
  rotate: 270deg;
  z-index: 0;
  width: 50%;
}
.arrow-boxes-top{
  position: absolute;
  top: -30%;
  left: 5%;
  z-index: 1;
  width: 42%;
  object-fit: cover;
  rotate: 180deg;
}
.arrow-wine-right{
  position: absolute;
  top: -15%;
  right: -159%;
  rotate: 270deg;
  z-index: 0;
  width: 70%;
}
.arrow-wine-left{
  position: absolute;
  bottom: -20%;
  left: -150%;
  rotate: 90deg;
  width: 70%;
}
.miniarrow-wine-left{
  position: absolute;
  bottom: 2%;
  left: 50%;
}
.arrow-left-slider2{
  position: absolute;
  left: -50%;
  bottom: 10%;
  top: unset;
}
.arrow-right-slider2{
  position: absolute;
  bottom: 71%;
  right: -48%;
  rotate: 270deg;
  z-index: 2;
  width: 100%;
}
.text-slider{
  position: relative;
  top: unset;
  transform: unset;
  z-index: 10;
  left: unset;
  padding: 10px;
}
.bottone-news{
  position: relative;
  bottom: 15px;
  z-index: 3;
  left: -1;
  margin-top: 30px;
}
.logo-parallax{
  width: 80%;
}
.arrow-parallax-right{
  position: absolute;
  top: 25%;
  right: -80%;
  z-index: 10;
  width: 100%;
}
.arrow-parallax-left{
  position: absolute;
  top: 50%;
  left: -70%;
  z-index: 10;
  width: 80%;
}
.arrow-parallax-bottom{
  position: absolute;
  bottom: -10%;
  left:0%;
  rotate: 270deg;
  z-index: 10;
  width: 100%;
}
.arrow-right-slider3{
  position: absolute;
  bottom: 10%;
  z-index: 0;
  width: 80%;
  object-fit: cover;
  right: -20%;
}
.arrow-bottom-slider3{
  position: absolute;
  bottom: 40%;
  z-index: 0;
  width: 80%;
  object-fit: cover;
  left: -35%;
  rotate: 270deg;
}
  .oblique-top-rel-dwn{
    background-color: #f4313f;
    height: 70px;
    width: 110%;
    position: relative;
    z-index: 1;
    left: -15px;
    top: -60px;
    rotate: 2deg;
}
  .oblique-top-rel-dwn2{
    background-color: #f4313f;
    height: 70px;
    width: 110%;
    position: relative;
    z-index: 1;
    left: -15px;
    top: -60px;
    rotate: 2deg;
}
.oblique-bot-rel-up{
  height: 50px !important;
  bottom: -40px !important;
}
.oblique-top-rel-up{
  height: 60px;
    width: 102%;
    position: relative;
    z-index: 1;
    left: 0px;
    top: -20px;
    rotate: -2deg;
}
.oblique-top-abs-dwn{
  height: 40px;
  top: -30px;
}
.oblique-top-abs-up{
  background-color: #f4313f;
  height: 42px;
  width: 102%;
  position: absolute;
  z-index: 1;
  left: -5px;
  top: -30px;
  rotate: -2deg;
}
.oblique-top-abs-up-footer{
  background-color: #f4313f;
  height: 42px;
  width: 102%;
  position: absolute;
  z-index: 1;
  left: -5px;
  top: -30px;
  rotate: -2deg;
}
.foto-profile{
  top: -20px;
  width: 80%;
}
.hamburger-overlay.open {
  width: 60%;
}
.descr-atleta{
  padding-left: unset;
}
#titolo-atleta{
  bottom: 30%;
  margin-left: 0;
}
body{
  font-size: 20px;
}
.page .long-description{
  font-size: 20px;
}
.img-chess{
  width: 100%;
  height: 400px;
  object-fit: cover;
  position: relative;
  z-index: 5;
  box-shadow:2px 2px 5px black
}
.padd-chess{
  padding:0% 5% 2% 5%;
}
.arrow-header-profile{
  left: -25%;top: 50%;
}
.arrow-left-profile{
  position: absolute;
  left: -7%;
  z-index: 1;
  top: 25%;
  rotate: 90deg;
}
.banner-profile{
  top:-40px;
  background-position-y: 50%;
}
.arrow-under-profile{
  top: -61px;
}
}

/*******
col-xs
*******/
@media only screen and (max-width: 480px) {
  .slider.block-slider-image.container {
    padding: 0;
  }
  .slider.block-slider-image .slide-content {
    left: 0;
    right: 0;
  }
  .slider.block-slider-image .slide-content .slide-description {
    font-size: 20px;
  }
  .slider.block-slider-image .owl-nav .owl-next {
    right: .2rem;
  }
  .slider.block-slider-image .owl-nav .owl-prev {
    left: .2rem;
  }
  ul.navbar-secondary {
    margin-left: 0;
    padding-left: 0;
    position: relative;
  }
  ul.navbar-secondary:before {
    display: none;
  }
  .searchbar .close {
    display: none;
  }
  .children-list .slide {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .footer-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .crescereinsieme{
    font-size: 26px !important;
  }
  .descr-atleta-1, .descr-atleta-2{
  margin-left: 0px;
}
}

.staffred::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url(/cms-contents/uploads/black-points.png) bottom/cover;
  opacity: 0.20; /* ↓ riduci opacity qui */
  pointer-events: none;
}
.staffblack::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url(/cms-contents/uploads/red-points.png) center/cover;
  opacity: 0.20; /* ↓ riduci opacity qui */
  pointer-events: none;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

body {
  background-color: #fff;
}

.cms-cookielaw .form-group {
  margin: 0 auto;
}

a:hover, a:focus {
  text-decoration: none;
}

.current-lang {
  background: none;
  text-transform: uppercase;
}

.current-lang:hover, .current-lang:focus {
  color: #eee;
}

.lang-wrapper .lang-cont {
  margin-top: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.lang-wrapper .lang-cont .lang-flag a {
  padding: 5px 20px;
  color: #333 !important;
}

.lang-wrapper .lang-cont .lang-flag.active a {
  background: #333;
  color: #fff !important;
}

.logo {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.logo.centered img {
  margin: 0 auto;
}

#header {
  position: fixed;
  z-index: 10000;
  width: 100%;
}

#menu-main {
  margin-bottom: 0;
  border-radius: 0px !important;
}

#menu-main.moon_shadow {
  background: #fff !important;
  border-radius: 0px;
  border: 0px;
}

.main-menu {
  margin-top: 20px;
}

.main-menu > li > a {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}

.main-menu .dropdown-menu {
  padding: 0;
  border-radius: 0px;
}

.main-menu .dropdown-menu a {
  padding: 5px 20px;
}

.transparent .main-menu > li > a, .transparent .hamburger-trigger, .transparent .current-lang {
  color: #fff;
}

.moon_shadow .main-menu > li > a {
  color: #000 !important;
}

.overlay {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.80);
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.btn {
  border-radius: 0px;
}

.btn-outline {
  padding: .5em 1em;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1rem;
}

.btn-outline:hover {
  text-decoration: none;
}

.btn-fill {
  padding: .7em 2em;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1rem;
  width: auto;
}

.btn-fill:hover {
  text-decoration: none;
}

.btn-animated {
  padding: 10px 20px;
  position: relative;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.btn-animated:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 40px;
  z-index: -1;
  background: #eee;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.btn-animated:hover:before {
  width: 100%;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #858585;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #858585;
  border-color: #858585;
}

.page.padding-trasparent {
  padding-top: 34px;
}

.page.padding-trasparent-wine {
  padding-top: 115px;
}

.parallax-window {
  height: 700px;
  position: relative;
}

.parallax-window .parallax-caption {
  position: absolute;
  z-index: 10;
  text-align: left;
  color: #fff;
  width: 90%;
  padding-left: 30px;
  padding-right: 30px;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.parallax-window .parallax-caption .description {
  font-weight: 300;
}

.parallax-window .parallax-caption .btn {
  margin-top: 30px;
}

.mfp-figure:after {
  background: #fff;
}
