.hamburger-menu {
  margin-top: 30px;
}

.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;
}

/* The Overlay (background) */
.hamburger-overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 0;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: #fff;
  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 {
  height: 100%;
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 30px;
  /* 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: 20px;
  right: 45px;
  font-size: 60px;
}

/* 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;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}


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


.slider.block-slider-image .owl-dots .owl-dot.active {
  background: #007ec2;
  border:0;
  height: 10px;
}


.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: 60px;
  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 {
  margin-top: 30px;
}

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

.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;
  padding: 0 5px;
  color: white;
}

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

/* .chess {
  margin-top: 50px; 
  margin-bottom: 50px; 
} */

.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: 40px;
}

.chess .chess-boss .description {
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 300;
}

.wine-list {
  margin-top: 30px;
}

.wine-list .wine-box {
  margin-bottom: 30px;
  text-align: center;
}

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

.wine-list .wine-box img {
  display: block;
  max-height: 500px;
  margin: 0 auto 30px;
}

.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: 10%;
  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: 18px;
  font-weight: 300;
}

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

.page-form h3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: white;
  font-weight: 600;
  font-size: 30px;
}

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

.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: 55px;
}

.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: white;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
}

.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: 175px;
}

.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;
}

.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 {
  padding-top: 0px;
}

.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: 0px;
}

/*******
col-lg 
*******/
@media only screen and (max-width: 1450px) {
  .slider.block-slider-image .slide-content h3 {
    font-size: 36px;
  }
  .slider.block-slider-image .slide-content .slide-description {
    font-size: 20px;
  }
}

@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;
  }
}

/*******
col-md
*******/
@media only screen and (max-width: 992px) {
  .logo img {
    max-height: 60px;
  }
  .hamburger-menu button.current-lang, .hamburger-trigger {
    font-size: 16px;
  }
  .responsive-pusher {
    padding-top: 70px;
  }
  .video-player video {
    height: 420px !important;
  }
  .hamburger-overlay .overlay-content {
    top: 10%;
  }
  .hamburger-overlay a {
    font-size: 20px;
  }
  .page.padding-normal {
    padding-top: 75px !important;
  }
  /** HOME BLOCKS **/
  .slider.block-slider-image .slide-content h3, .header-interno h1, .chess .chess-boss h3 {
    font-size: 26px;
  }
  .slider.block-slider-image .slide-content .slide-description {
    font-size: 16px;
  }
  .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%;
  }
}

/*******
col-xs
*******/
@media only screen and (max-width: 480px) and (min-width: 372px) {
  .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: 12px;
  }
  .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;
  }
}

.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: 10;
  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.3);
  -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-normal {
  padding-top: 130px;
}

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

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

.parallax-window {
  height: 400px;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

.parallax-window .parallax-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%);
}

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

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

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

.bottone-blu {
  padding: 20px 25px;
  background-color: #007ec2;
  color: white;
  border-radius: 25px;
  font-weight: 700;
  letter-spacing: 2px;
}

.bottone-blu:hover {
  padding: 20px 25px;
  background-color: white;
  color: #007ec2;
  border: 1px solid #007ec2;
  border-radius: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: 0.2s;
}

.bottone-bianco {
  padding: 20px 25px;
  background-color: white;
  color: #007ec2;
  border: 1px solid #007ec2;
  border-radius: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 10px;
}

.bottone-bianco:hover {
  padding: 20px 25px;
  background-color: #007ec2;
  color: white;
  border: 1px solid white;
  border-radius: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 10px;
  transition: 0.2s;
}

.testo {
  color: white;
}

.testo2 {
  color: white;
}

.menu {
  background-color: white;
}

.moon_shadow .testo {
  color: black;
}

.moon_shadow .testo2 {
  color: black;
}

.moon_shadow .menu {
  background-color: black;
}



.owl-prev {
  position: absolute;
  left: 1%;
  top: 65%;
  font-size: 35px;
}

.owl-prev:hover {
  position: absolute;
  left: 1%;
  top: 65%;
  font-size: 35px;
  color: #007ec2;
  transition: 0.2s;
}

.owl-next {
  position: absolute;
  right: 1%;
  top: 65%;
  font-size: 35px;
}

.owl-next:hover {
  position: absolute;
  right: 1%;
  top: 65%;
  font-size: 35px;
  color: #007ec2;
  transition: 0.2s;
}


@media only screen and (max-width: 476px) {
  .bottone-bianco {
    padding: 10px 10px;
    background-color: white;
    color: #007ec2;
    border: 1px solid #007ec2;
    border-radius: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 10px;
  }

  .bottone-bianco:hover {
    padding: 10px 10px;
    background-color: #007ec2;
    color: white;
    border: 1px solid #007ec2;
    border-radius: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 10px;
    transition: 0.2s;
  }

  .bottone-blu {
    padding: 10px 10px;
    background-color: #007ec2;
    color: white;
    border-radius: 25px;
    font-weight: 700;
    letter-spacing: 2px;
  }

  .bottone-blu:hover {
    padding: 10px 10px;
    background-color: white;
    color: #007ec2;
    border: 1px solid #007ec2;
    border-radius: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: 0.2s;
  }

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

  .page-form h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: white;
    font-weight: 600;
    font-size: 24px;
  }

  .menu1{
    background: white;
    width:50px;
    float:right;
    position: relative;
    z-index: 0;
    height:4px;
  }

  .menu2{
    background: white;
    width:50px;
    float:left;
    position: relative;
    z-index: 0;
    height:4px; 
    margin-top: 7px; 
    left:85px;
  }

  .menu3{
    background: white;
    width:50px;
    float:right;
    position: relative;
    z-index: 0;
    height:4px; 
    margin-top: 15px; 
    left: 50px;
  }

  .menu4{
    position: relative; 
    top: 10px; 
    left:100px; 
    letter-spacing: 5.5px; 
    font-size:10px;

  }

  .moon_shadow .menu {
    background-color: black;
  }
  
  .moon_shadow .menu1 {
    background-color: black;
  }
  
  .moon_shadow .menu2 {
    background-color: black;
  }
  
  .moon_shadow .menu3 {
    background-color: black;
  }
  

}
@media only screen and (max-width: 372px) {
  .menu3{
    background: white;
    width:50px;
    float:right;
    position: relative;
    z-index: 0;
    height:4px; 
    margin-top: 10px; 
    left: 0px;
  }

  .menu4{
    position: relative; 
    top: 10px; 
    left:50px; 
    letter-spacing: 5.5px; 
    font-size:10px;
  }

  .moon_shadow .menu {
    background-color: black;
  }
  
  .moon_shadow .menu1 {
    background-color: black;
  }
  
  .moon_shadow .menu2 {
    background-color: black;
  }
  
  .moon_shadow .menu3 {
    background-color: black;
  }
  
}