.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 100px;
  z-index: 100000;
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 2em;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
}
.sidebar a:hover {
  color: #f1f1f1;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#myLinks {
  transition: margin-left .5s;
  padding: 16px;
}
@media (min-width: 768px) and (max-width: 980px) {
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 2em;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
  }
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.6em;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
  }
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
  }
}

@media (min-width: 360px) and (max-width: 640px) {
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.6em;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
  }
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
  }
}
@media (min-width: 280px) and (max-width: 568px) {
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.6em;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
  }
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000 !important;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
  }
}
footer, #push{
  height: auto;
  min-height: 400px;
}
footer{
  width:100%;
  position: relative;
  float: left;
  clear: both;
  background-color: rgba(0,0,0,0.85);
  height: auto;
  padding-bottom: 50px;
  /*margin-top: -9999px;*/
  z-index: 999999;
}
#footerLogoSpace{
  width: calc(75% - 0px);
  height: 300px;
  position: relative;
  float: left;
  clear: both;
  margin-top: 50px;
  margin-left: 15%;
  height: auto;
  padding: 0px;
}
img.logoFooter{
  width: 20%;
  float: left;
  clear: both;
}
#footerListSpace{
  width:70%;
  margin-left: 15%;
  margin-right: 15%;
  float: left;
  clear: both;
  margin-top: 25px;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding: 0px;
  padding-top:25px;
  height: auto;
}
.footerMenuItem{
  width:calc(20% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  height: auto;
  float: left;
  min-height: 250px;
  margin-top: 25px;
}
h1.footerMenuItemTitle{
  display: block;
  width: 100%;
  margin-right: 0%;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  float: left;
  clear: both;
  height: auto;
  font-size: 1em;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: rgba(255,255,255,1);
  font-weight: normal;
  cursor: pointer;
  margin-top: 0px;
}
h1.footerMenuItemTitleMobile{
  display: none;
}
ul.footerMenuItemSingleList{
  width: 80%;
  float: left;
  clear: both;
  margin-right: 20%;
  margin-left: 0%;
  list-style: none;
  padding: 0px;
  margin-top: 0px;
}
li.footerMenuItemSingleListItem{
  width: 100%;
  display: list-item;
  text-align: left;
  margin:0px;
  padding: 0px;
}
li.footerMenuItemSingleListItem a{
  font-family: 'Mulish', sans-serif;
  font-size: 1em;
  text-align: right;
  text-decoration: none;
  color:  rgba(255,255,255,0.4);
  text-transform: capitalize;
  transition: 0.2s;
  cursor: pointer;
}
li.footerMenuItemSingleListItem a:hover{
  color:  rgba(255,255,255,1);
  transition: 0.5s;
  cursor: pointer;
}
.footerMenuItemContact{
  width:calc(20% - 50px);
  margin-left: calc(20% + 25px);
  margin-right: 25px;
  height: auto;
  float: left;
  min-height: 250px;
  margin-top: 25px;
}
.footerContactInfo{
  width: calc(40% - 50px);
  float: right;
  margin-left: 0%;
  height: auto;
  margin-top:25px;
  margin-left: 25px;
  margin-right: 25px;
}
.footerContactInfoTitleSpace{
  width: 100%;
  float: left;
  clear: both;
}
h1.footerContactInfoTitle{
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  float: left;
  clear: both;
  height: auto;
  font-size: 1em;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: rgba(255,255,255,1);
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}
ul.footerContactInfoList{
  width: 100%;
  float: left;
  clear: both;
  margin-left: 0%;
  margin-right: 0%;
  list-style: none;
  padding: 0px;
}
li.footerContactInfoListItemTitle{
  width: 100%;
  display: list-item;
  text-align: left;
  margin:0px;
  padding: 0px;
  color: rgba(255,255,255,1);
  font-family: 'Mulish', sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  color:  rgba(255,255,255,0.4);
}
li.footerContactInfoListItem{
  width: 100%;
  display: list-item;
  text-align: left;
  margin:0px;
  padding: 0px;
  color: rgba(255,255,255,1);
  font-family: 'Mulish', sans-serif;
  font-size: 0.8em;
  text-decoration: none;
  color:  rgba(255,255,255,0.4);
}
.footerSocialSpace{
  width: 100%;
  float: left;
  clear: both;
  margin:0px;
  padding:0px;
  margin-top: 25px;
}
h1.footerSocialSpaceTitle{
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  float: left;
  clear: both;
  height: auto;
  font-size: 1em;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255,255,255,1);
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
ul.footerSocialList{
  width: 40%;
  float: left;
  clear: both;
  padding: 0px;
  margin: 0px;
  margin-left: 30%;
  list-style: none;
  margin-top: 25px;
}
li.footerSocialListItem{
  width:10%;
  margin-left: 5%;
  margin-right: 5%;
  float: left;
  display: inline;
  text-align: center;
}
img.footerSocialListItemImg{
  width: 20px;
  margin: auto;
  cursor: pointer;
  opacity: 0.4;
  transition: 0.5s;
}
img.footerSocialListItemImg:hover{
  opacity: 0.8;
  transition: 0.2s;
}

/******************************/
/****                      ****/
/****       GALLERY        ****/
/****      CSS MOBILE      ****/
/****                      ****/
/******************************/

@media (min-width: 279px) and (max-width: 319px) {
  #footerLogoSpace{
      width: calc(75% - 0px);
      height: 300px;
      position: relative;
      float: left;
      clear: both;
      margin-top: 25px;
      margin-left: 5%;
      margin-right: 20%;
      height: auto;
      padding: 0px;
  }
  img.logoFooter{
    width: 60%;
    float: left;
    clear: both;
  }
  #footerListSpace{
      width:90%;
      margin-left: 5%;
      margin-right: 15%;
      float: left;
      clear: both;
      margin-top: 25px;
      border-top: 1px solid rgba(255,255,255,0.2);
      padding: 0px;
      padding-top:25px;
      height: auto;
  }
  .footerMenuItem{
      width:calc(100% - 50px);
      margin-left: 25px;
      margin-right: 25px;
      height: auto;
      float: left;
      min-height: 10px;
      margin-top: 25px;
  }
  .footerMenuItemContact
  {
      width:calc(100% - 50px);
      margin-left: 25px;
      margin-right: 25px;
      height: auto;
      float: left;
      min-height: 10px;
      margin-top: 25px;
  }
  ul.footerSocialList{
    width: 100%;
    float: left;
    clear: both;
    padding: 0px;
    margin: 0px;
    margin-left: 0%;
    list-style: none;
    margin-top: 25px;
  }

  /*gestione footer mobile*/
  h1.footerMenuItemTitle{
    display: none;
  }
  h1.footerMenuItemTitleMobile{
    display: block;
    width: 100%;
    margin-right: 0%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    float: left;
    clear: both;
    height: auto;
    font-size: 1em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: rgba(255,255,255,1);
    font-weight: normal;
    cursor: pointer;
    margin-top: 0px;
  }
  ul.footerMenuItemSingleList{
    display: none;
  }
  .footerArrow{
    float: right;
    color: white;
    transform: rotate(-90deg);
    font-family: 'Mulish', sans-serif;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  #footerLogoSpace{
      width: calc(75% - 0px);
      height: 300px;
      position: relative;
      float: left;
      clear: both;
      margin-top: 25px;
      margin-left: 5%;
      margin-right: 20%;
      height: auto;
      padding: 0px;
  }
  img.logoFooter{
    width: 60%;
    float: left;
    clear: both;
  }
  #footerListSpace{
      width:90%;
      margin-left: 5%;
      margin-right: 15%;
      float: left;
      clear: both;
      margin-top: 25px;
      border-top: 1px solid rgba(255,255,255,0.2);
      padding: 0px;
      padding-top:25px;
      height: auto;
  }
  .footerMenuItem{
      width:calc(100% - 50px);
      margin-left: 25px;
      margin-right: 25px;
      height: auto;
      float: left;
      min-height: 10px;
      margin-top: 25px;
  }
  .footerMenuItemContact
  {
      width:calc(100% - 50px);
      margin-left: 25px;
      margin-right: 25px;
      height: auto;
      float: left;
      min-height: 10px;
      margin-top: 25px;
  }
  ul.footerSocialList{
    width: 100%;
    float: left;
    clear: both;
    padding: 0px;
    margin: 0px;
    margin-left: 0%;
    list-style: none;
    margin-top: 25px;
  }

  /*gestione footer mobile*/
  h1.footerMenuItemTitle{
    display: none;
  }
  h1.footerMenuItemTitleMobile{
    display: block;
    width: 100%;
    margin-right: 0%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    float: left;
    clear: both;
    height: auto;
    font-size: 1em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: rgba(255,255,255,1);
    font-weight: normal;
    cursor: pointer;
    margin-top: 0px;
  }
  ul.footerMenuItemSingleList{
    display: none;
  }
  .footerArrow{
    float: right;
    color: white;
    transform: rotate(-90deg);
    font-family: 'Mulish', sans-serif;
  }
}
@media (min-width: 360px) and (max-width: 410px) {
  #footerLogoSpace{
      width: calc(75% - 0px);
      height: 300px;
      position: relative;
      float: left;
      clear: both;
      margin-top: 25px;
      margin-left: 5%;
      margin-right: 20%;
      height: auto;
      padding: 0px;
  }
  img.logoFooter{
    width: 60%;
    float: left;
    clear: both;
  }
  #footerListSpace{
      width:90%;
      margin-left: 5%;
      margin-right: 15%;
      float: left;
      clear: both;
      margin-top: 25px;
      border-top: 1px solid rgba(255,255,255,0.2);
      padding: 0px;
      padding-top:25px;
      height: auto;
  }
  .footerMenuItem{
      width:calc(100% - 50px);
      margin-left: 25px;
      margin-right: 25px;
      height: auto;
      float: left;
      min-height: 10px;
      margin-top: 25px;
  }
  .footerMenuItemContact
  {
      width:calc(100% - 50px);
      margin-left: 25px;
      margin-right: 25px;
      height: auto;
      float: left;
      min-height: 10px;
      margin-top: 25px;
  }
  ul.footerSocialList{
    width: 100%;
    float: left;
    clear: both;
    padding: 0px;
    margin: 0px;
    margin-left: 0%;
    list-style: none;
    margin-top: 25px;
  }

  /*gestione footer mobile*/
  h1.footerMenuItemTitle{
    display: none;
  }
  h1.footerMenuItemTitleMobile{
    display: block;
    width: 100%;
    margin-right: 0%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    float: left;
    clear: both;
    height: auto;
    font-size: 1em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: rgba(255,255,255,1);
    font-weight: normal;
    cursor: pointer;
    margin-top: 0px;
  }
  ul.footerMenuItemSingleList{
    display: none;
  }
  .footerArrow{
    float: right;
    color: white;
    transform: rotate(-90deg);
    font-family: 'Mulish', sans-serif;
  }
}
@media (min-width: 411px) and (max-width: 567px) {
  #footerLogoSpace{
      width: calc(75% - 0px);
      height: 300px;
      position: relative;
      float: left;
      clear: both;
      margin-top: 25px;
      margin-left: 5%;
      margin-right: 20%;
      height: auto;
      padding: 0px;
  }
  img.logoFooter{
    width: 60%;
    float: left;
    clear: both;
  }
  #footerListSpace{
      width:90%;
      margin-left: 5%;
      margin-right: 15%;
      float: left;
      clear: both;
      margin-top: 25px;
      border-top: 1px solid rgba(255,255,255,0.2);
      padding: 0px;
      padding-top:25px;
      height: auto;
  }
  .footerMenuItem{
      width:calc(100% - 50px);
      margin-left: 25px;
      margin-right: 25px;
      height: auto;
      float: left;
      min-height: 10px;
      margin-top: 25px;
  }
  .footerMenuItemContact
  {
      width:calc(100% - 50px);
      margin-left: 25px;
      margin-right: 25px;
      height: auto;
      float: left;
      min-height: 10px;
      margin-top: 25px;
  }
  ul.footerSocialList{
    width: 100%;
    float: left;
    clear: both;
    padding: 0px;
    margin: 0px;
    margin-left: 0%;
    list-style: none;
    margin-top: 25px;
  }

  /*gestione footer mobile*/
  h1.footerMenuItemTitle{
    display: none;
  }
  h1.footerMenuItemTitleMobile{
    display: block;
    width: 100%;
    margin-right: 0%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    float: left;
    clear: both;
    height: auto;
    font-size: 1em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: rgba(255,255,255,1);
    font-weight: normal;
    cursor: pointer;
    margin-top: 0px;
  }
  ul.footerMenuItemSingleList{
    display: none;
  }
  .footerArrow{
    float: right;
    color: white;
    transform: rotate(-90deg);
    font-family: 'Mulish', sans-serif;
  }
}
@media (min-width: 568px) and (max-width: 666px) {
  #footerLogoSpace{
      width: calc(75% - 0px);
      height: 300px;
      position: relative;
      float: left;
      clear: both;
      margin-top: 25px;
      margin-left: 5%;
      margin-right: 20%;
      height: auto;
      padding: 0px;
  }
  img.logoFooter{
    width: 60%;
    float: left;
    clear: both;
  }
  #footerListSpace{
      width:90%;
      margin-left: 5%;
      margin-right: 15%;
      float: left;
      clear: both;
      margin-top: 25px;
      border-top: 1px solid rgba(255,255,255,0.2);
      padding: 0px;
      padding-top:25px;
      height: auto;
  }
  .footerMenuItem{
      width:calc(100% - 50px);
      margin-left: 25px;
      margin-right: 25px;
      height: auto;
      float: left;
      min-height: 10px;
      margin-top: 25px;
  }
  .footerMenuItemContact
  {
      width:calc(100% - 50px);
      margin-left: 25px;
      margin-right: 25px;
      height: auto;
      float: left;
      min-height: 10px;
      margin-top: 25px;
  }
  ul.footerSocialList{
    width: 100%;
    float: left;
    clear: both;
    padding: 0px;
    margin: 0px;
    margin-left: 0%;
    list-style: none;
    margin-top: 25px;
  }

  /*gestione footer mobile*/
  h1.footerMenuItemTitle{
    display: none;
  }
  h1.footerMenuItemTitleMobile{
    display: block;
    width: 100%;
    margin-right: 0%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    float: left;
    clear: both;
    height: auto;
    font-size: 1em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: rgba(255,255,255,1);
    font-weight: normal;
    cursor: pointer;
    margin-top: 0px;
  }
  ul.footerMenuItemSingleList{
    display: none;
  }
  .footerArrow{
    float: right;
    color: white;
    transform: rotate(-90deg);
    font-family: 'Mulish', sans-serif;
  }
}
@media (min-width: 666px) and (max-width: 730px) {
  #footerLogoSpace{
      width: calc(75% - 0px);
      height: 300px;
      position: relative;
      float: left;
      clear: both;
      margin-top: 25px;
      margin-left: 5%;
      margin-right: 20%;
      height: auto;
      padding: 0px;
  }
  img.logoFooter{
    width: 60%;
    float: left;
    clear: both;
  }
  #footerListSpace{
      width:90%;
      margin-left: 5%;
      margin-right: 15%;
      float: left;
      clear: both;
      margin-top: 25px;
      border-top: 1px solid rgba(255,255,255,0.2);
      padding: 0px;
      padding-top:25px;
      height: auto;
  }
  .footerMenuItem{
      width:calc(100% - 50px);
      margin-left: 25px;
      margin-right: 25px;
      height: auto;
      float: left;
      min-height: 10px;
      margin-top: 25px;
  }
  .footerMenuItemContact
  {
      width:calc(100% - 50px);
      margin-left: 25px;
      margin-right: 25px;
      height: auto;
      float: left;
      min-height: 10px;
      margin-top: 25px;
  }
  ul.footerSocialList{
    width: 100%;
    float: left;
    clear: both;
    padding: 0px;
    margin: 0px;
    margin-left: 0%;
    list-style: none;
    margin-top: 25px;
  }

  /*gestione footer mobile*/
  h1.footerMenuItemTitle{
    display: none;
  }
  h1.footerMenuItemTitleMobile{
    display: block;
    width: 100%;
    margin-right: 0%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    float: left;
    clear: both;
    height: auto;
    font-size: 1em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: rgba(255,255,255,1);
    font-weight: normal;
    cursor: pointer;
    margin-top: 0px;
  }
  ul.footerMenuItemSingleList{
    display: none;
  }
  .footerArrow{
    float: right;
    color: white;
    transform: rotate(-90deg);
    font-family: 'Mulish', sans-serif;
  }
}
@media (min-width: 730px) and (max-width: 823px) {
  #footerLogoSpace{
      width: calc(75% - 0px);
      height: 300px;
      position: relative;
      float: left;
      clear: both;
      margin-top: 25px;
      margin-left: 5%;
      margin-right: 20%;
      height: auto;
      padding: 0px;
  }
  img.logoFooter{
    width: 60%;
    float: left;
    clear: both;
  }
  #footerListSpace{
      width:90%;
      margin-left: 5%;
      margin-right: 15%;
      float: left;
      clear: both;
      margin-top: 25px;
      border-top: 1px solid rgba(255,255,255,0.2);
      padding: 0px;
      padding-top:25px;
      height: auto;
  }
  .footerMenuItem{
      width:calc(100% - 50px);
      margin-left: 25px;
      margin-right: 25px;
      height: auto;
      float: left;
      min-height: 10px;
      margin-top: 25px;
  }
  .footerMenuItemContact
  {
      width:calc(100% - 50px);
      margin-left: 25px;
      margin-right: 25px;
      height: auto;
      float: left;
      min-height: 10px;
      margin-top: 25px;
  }
  ul.footerSocialList{
    width: 100%;
    float: left;
    clear: both;
    padding: 0px;
    margin: 0px;
    margin-left: 0%;
    list-style: none;
    margin-top: 25px;
  }

  /*gestione footer mobile*/
  h1.footerMenuItemTitle{
    display: none;
  }
  h1.footerMenuItemTitleMobile{
    display: block;
    width: 100%;
    margin-right: 0%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    float: left;
    clear: both;
    height: auto;
    font-size: 1em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: rgba(255,255,255,1);
    font-weight: normal;
    cursor: pointer;
    margin-top: 0px;
  }
  ul.footerMenuItemSingleList{
    display: none;
  }
  .footerArrow{
    float: right;
    color: white;
    transform: rotate(-90deg);
    font-family: 'Mulish', sans-serif;
  }
}

/********************************************************/
/********************************************************/
/*                                                      */
/*              gestione elementi slider                */
/*           per le varie versioni desktop              */
/*                                                      */
/********************************************************/
/********************************************************/
@media (min-width: 1024px) and (max-width: 1024px){
li.footerMenuItemSingleListItem a {
    font-family: 'Mulish', sans-serif;
    font-size: 0.8em;
    text-align: right;
    text-decoration: none;
    color: rgba(255,255,255,0.4);
    text-transform: capitalize;
    transition: 0.2s;
    cursor: pointer;
}
.footerMenuItemContact {
  width: calc(20% - 50px);
  margin-left: calc(20% + 25px);
  margin-right: 25px;
  height: auto;
  float: left;
  min-height: 250px;
  margin-top: 25px;
}
}
@media (min-width: 1080px) and (max-width: 1080px){
li.footerMenuItemSingleListItem a {
    font-family: 'Mulish', sans-serif;
    font-size: 0.8em;
    text-align: right;
    text-decoration: none;
    color: rgba(255,255,255,0.4);
    text-transform: capitalize;
    transition: 0.2s;
    cursor: pointer;
}
.footerMenuItemContact {
  width: calc(20% - 50px);
  margin-left: calc(20% + 25px);
  margin-right: 25px;
  height: auto;
  float: left;
  min-height: 250px;
  margin-top: 25px;
}
}
@media (min-width: 1280px) and (max-width: 1280px){
.footerMenuItemContact {
  width: calc(20% - 50px);
  margin-left: calc(20% + 25px);
  margin-right: 25px;
  height: auto;
  float: left;
  min-height: 250px;
  margin-top: 25px;
}
}
.cookie-overlay {
  width: 500px;
  margin-left: calc(50% - 250px);
  margin-right: calc(50% - 250px);
  margin-top: 250px;
  position: fixed;
  /*bottom: 1rem;
  left: 1rem;*/
  background: rgba(255,255,255,0.95);
  /*z-index: 2051;*/
  z-index: 99999999;
  line-height: 15px;
  font-size: 14px;
  border-radius: 0px;
  font-family: 'Mulish', sans-serif;
  pagging: 50px;
  color: rgba(0,0,0,0.3);
  text-align: center;
  border-radius: 5px;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
  a {
    text-decoration: none;
    color: rgba(0,0,0,0.6);
    text-transform: uppercase;
  }

  div.mr-3{
    padding: 0px;
    margin-top: 25px;
  }

  .close-cookies {
    font-family: 'Mulish', sans-serif;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 10px;
  }

button.btnCP.btn-primaryCP.mt-3CP.accept-cookies{
  border:none;
  color: rgba(0,0,0,0.2);
  border: 1px solid rgba(0,0,0,0.1);
  background-color: rgba(255,255,255,0);
  text-transform: uppercase;
  font-family: 'Mulish', sans-serif;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
  transition: 0.5s;
}
button.btnCP.btn-primaryCP.mt-3CP.accept-cookies:hover{
  transition: 0.5s;
  color: rgba(0,0,0,0.4);
  border: 1px solid rgba(0,0,0,0.2);
}


@include media-breakpoint-down(md) {
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;

    > div:first-child {
      width: auto;
    }
  }

/*styling pagina*/
#cookieContainer{
  width: 60%;
  float: left;
  clear: both;
  margin:0px;
  padding: 0px;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 100px;
  font-family: 'Mulish', sans-serif;
}
h1.cookieTitle{
  color: rgba(0,0,0,0.5);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  border-bottom: 1px solid rgba(0,0,0,0.5);
  padding-bottom: 20px;
  padding-top: 35px;
}
p.cookieText{
  padding: 50px;
  line-height: 25px;
  color: rgba(0,0,0,0.4);
  padding-top: 10px;
}
h2.cookieSecondTitle{
  width: 60%;
  padding:0px;
  margin: 0px;
  margin-left: 2%;
  margin-right: 38%;
  color: rgba(0,0,0,0.4);
  text-align: left;
  text-transform: uppercase;
  font-size: 1em;
  border-bottom: 1px solid rgba(0,0,0,0.4);
  padding-bottom: 20px;
  padding-top: 15px;
}
p.cookieTextDetail{
  padding: 50px;
  line-height: 25px;
  color: rgba(0,0,0,0.4);
  padding-top: 10px;
}
h2.cookieThirdTitle{
  width: 60%;
  padding:0px;
  margin: 0px;
  margin-left: 2%;
  margin-right: 38%;
  color: rgba(0,0,0,0.25);
  text-align: left;
  text-transform: uppercase;
  font-size: 1em;
  border-bottom: 1px solid rgba(0,0,0,0.4);
  padding-bottom: 10px;
  padding-top: 35px;
}
h2.cookieFourthTitle{
  width: 60%;
  padding:0px;
  margin: 0px;
  margin-left: 20%;
  margin-right: 20%;
  color: rgba(0,0,0,0.25);
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  border-bottom: 1px solid rgba(0,0,0,0.4);
  border-top: 1px solid rgba(0,0,0,0.4);
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 75px;
  margin-bottom: 75px;
}
li.ragioneSociale{
  margin-top: 30px;
  color: rgba(0,0,0,0.4);
  font-weight: bold;
  list-style: none;
  text-align: left;
  padding-left: 50px;
}
li.cookieContact{
  color: rgba(0,0,0,0.4);
  list-style: none;
  text-align: left;
  padding-left: 50px;
}
#sliderContainerMain{
  width: 100%;
  float: left;
  clear: both;
  height: auto;
  overflow: hidden;
}
/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden !important;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  display: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  padding: 0px 0px;
  position: absolute;
  top: 0px;
  font-size: 4em;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
  margin:0px;
  padding: 0px;
  margin-top:450px;
  width:auto;
  margin-left: 25%;
}
.text p{
  margin-bottom:0px;
  font-family: 'Julius Sans One', sans-serif;
}
.backgroundText{
  float: left;
  background-color: rgba(255,255,255,1);

  background-clip:text;
}
.text a.seeMoreSlideLink{
    float: left;
    clear: both;
    z-index: 10000;
    font-size: 0.5em;
    z-index: 9999;
    cursor: pointer;
    color: rgba(255,255,255,1);
    text-decoration: none;
    padding: 10px;
    background-color: rgba(0,0,0,1);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display: none;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
  z-index: 99;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

img.sliderImg{
  width: auto;
  min-width: 100%;
  min-height:900px;
}
/******************************/
/****                      ****/
/****       GALLERY        ****/
/****      CSS MOBILE      ****/
/****                      ****/
/******************************/

@media (min-width: 279px) and (max-width: 319px) {
  .active, .dot:hover {
    background-color: rgba(255,255,255,1);
  }
  .prev, .next {
    display: none;
  }
  .text{
    display: block;
    color: #f2f2f2;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    font-size: 1.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    margin: 0px;
    padding: 0px;
    margin-top: 80px;
    width: auto;
    max-width: 60%;
    margin-left: 15%;
  }
  .inviteToScroll{
    display: none;
  }

  img.sliderImg{
    width: auto;
    min-width: 100%;
    min-height:0px;
    max-height: 200px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .active, .dot:hover {
    background-color: rgba(255,255,255,1);
  }
  .prev, .next {
    display: none;
  }
  .text{
    display: block;
    color: #f2f2f2;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    font-size: 1.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    margin: 0px;
    padding: 0px;
    margin-top: 80px;
    width: auto;
    max-width: 60%;
    margin-left: 15%;
  }
  .inviteToScroll{
    display: none;
  }

  img.sliderImg{
    width: auto;
    min-width: 100%;
    min-height:0px;
    max-height: 200px;
  }
}
@media (min-width: 360px) and (max-width: 410px) {
  .active, .dot:hover {
    background-color: rgba(255,255,255,1);
  }
  .prev, .next {
    display: none;
  }
  .text{
    display: block;
    color: #f2f2f2;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    font-size: 1.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    margin: 0px;
    padding: 0px;
    margin-top: 80px;
    width: auto;
    max-width: 60%;
    margin-left: 15%;
  }
  .inviteToScroll{
    display: none;
  }

  img.sliderImg{
    width: auto;
    min-width: 100%;
    min-height:0px;
    max-height: 200px;
  }
}
@media (min-width: 411px) and (max-width: 567px) {
  .active, .dot:hover {
    background-color: rgba(255,255,255,1);
  }
  .prev, .next {
    display: none;
  }
  .text{
    display: block;
    color: #f2f2f2;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    font-size: 1.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    margin: 0px;
    padding: 0px;
    margin-top: 80px;
    width: auto;
    max-width: 60%;
    margin-left: 15%;
  }
  .inviteToScroll{
    display: none;
  }
  img.sliderImg{
    width: auto;
    min-width: 100%;
    min-height:0px;
    max-height: 200px;
  }
}
@media (min-width: 568px) and (max-width: 666px) {
  .active, .dot:hover {
    background-color: rgba(255,255,255,1);
  }
  .prev, .next {
    display: none;
  }
  .text{
    display: block;
    color: #f2f2f2;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    font-size: 1.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    margin: 0px;
    padding: 0px;
    margin-top: 80px;
    width: auto;
    max-width: 60%;
    margin-left: 15%;
  }
  .inviteToScroll{
    display: none;
  }
  img.sliderImg{
    width: auto;
    min-width: 100%;
    min-height:0px;
    max-height: 200px;
  }
}

@media (min-width: 666px) and (max-width: 730px) {
  .active, .dot:hover {
    background-color: rgba(255,255,255,1);
  }
  .prev, .next {
    display: none;
  }
  .text{
    display: block;
    color: #f2f2f2;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    font-size: 1.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    margin: 0px;
    padding: 0px;
    margin-top: 80px;
    width: auto;
    max-width: 60%;
    margin-left: 15%;
  }
  .inviteToScroll{
    display: none;
  }
  img.sliderImg{
    width: auto;
    min-width: 100%;
    min-height:0px;
    max-height: 200px;
  }
}
@media (min-width: 730px) and (max-width: 750px) {
  .active, .dot:hover {
    background-color: rgba(255,255,255,1);
  }
  .prev, .next {
    display: none;
  }
  .text{
    display: block;
    color: #f2f2f2;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    font-size: 1.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    margin: 0px;
    padding: 0px;
    margin-top: 80px;
    width: auto;
    max-width: 60%;
    margin-left: 15%;
  }
  .inviteToScroll{
    display: none;
  }
  img.sliderImg{
    width: auto;
    min-width: 100%;
    min-height:0px;
    max-height: 200px;
  }
}
@media (min-width: 411px) and (max-width: 731px) {
  .active, .dot:hover {
    background-color: rgba(255,255,255,1);
  }
  .prev, .next {
    display: none;
  }
  .text{
    display: block;
    color: #f2f2f2;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    font-size: 1.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    margin: 0px;
    padding: 0px;
    margin-top: 80px;
    width: auto;
    max-width: 60%;
    margin-left: 15%;
  }
  .inviteToScroll{
    display: none;
  }
  img.sliderImg{
    width: auto;
    min-width: 100%;
    min-height:0px;
    max-height: 200px;
  }
}
@media (min-width: 360px) and (max-width: 640px) {
  .active, .dot:hover {
    background-color: rgba(255,255,255,1);
  }
  .prev, .next {
    display: none;
  }
  .text{
    display: block;
    color: #f2f2f2;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    font-size: 1.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    margin: 0px;
    padding: 0px;
    margin-top: 80px;
    width: auto;
    max-width: 60%;
    margin-left: 15%;
  }
  .inviteToScroll{
    display: none;
  }
  img.sliderImg{
    width: auto;
    min-width: 100%;
    min-height:0px;
    max-height: 200px;
  }
}
@media (min-width: 279px) and (max-width: 568px) {
  .active, .dot:hover {
    background-color: rgba(255,255,255,1);
  }
  .prev, .next {
    display: none;
  }
  .text{
    display: block;
    color: #f2f2f2;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    font-size: 1.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    margin: 0px;
    padding: 0px;
    margin-top: 80px;
    width: auto;
    max-width: 60%;
    margin-left: 15%;
  }
  .inviteToScroll{
    display: none;
  }
  img.sliderImg{
    width: auto;
    min-width: 100%;
    min-height:0px;
    max-height: 200px;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .active, .dot:hover {
    background-color: rgba(255,255,255,1);
  }
  .prev, .next {
    display: none;
  }
  .text{
    display: block;
    color: #f2f2f2;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    font-size: 1.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    margin: 0px;
    padding: 0px;
    margin-top: 80px;
    width: auto;
    max-width: 60%;
    margin-left: 15%;
  }
  .inviteToScroll{
    display: none;
  }
  img.sliderImg{
    width: auto;
    min-width: 100%;
    min-height:0px;
    max-height: 200px;
  }
}
@media (min-width: 279px) and (max-width: 568px) {
  .active, .dot:hover {
    background-color: rgba(255,255,255,1);
  }
  .prev, .next {
    display: none;
  }
  .text{
    display: block;
    color: #f2f2f2;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    font-size: 1.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    margin: 0px;
    padding: 0px;
    margin-top: 80px;
    width: auto;
    max-width: 60%;
    margin-left: 15%;
  }
  .inviteToScroll{
    display: none;
  }
  img.sliderImg{
    width: auto;
    min-width: 100%;
    min-height:0px;
    max-height: 200px;
  }
}
@media (min-width: 730px) and (max-width: 1023px){
  .active, .dot:hover {
    background-color: rgba(255,255,255,1);
  }
  .prev, .next {
    display: none;
  }
  .text{
    display: block;
    color: #f2f2f2;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    font-size: 1.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    margin: 0px;
    padding: 0px;
    margin-top: 80px;
    width: auto;
    max-width: 60%;
    margin-left: 15%;
  }
  .inviteToScroll{
    display: none;
  }
  img.sliderImg{
    width: auto;
    /*min-width: 80%;*/
    max-height: 400px;
    width: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1400px){
  .active, .dot:hover {
    background-color: rgba(255,255,255,1);
  }
  .prev, .next {
    display: none;
  }
  .text{
    display: block;
    margin-top: 150px;
    margin-left: 5%;
  }
  .inviteToScroll{
    display: none;
  }
  /*img.sliderImg{
    width: auto;
    min-width: 100%;
    min-height:0px;
    max-height: 400px;
  }*/
  /*img.sliderImg{
    width: auto;
    min-width: 1024px;
    max-width: 1400px;
    min-height: auto;
    z-index: 9998;
  }*/
}

/*gestione immagine slider per le varie versioni desktop*/
@media (min-width: 823px) and (max-width: 1024px){
#sliderContainerMain {
  margin-top: 0px;
}
.slideshow-container {
  /*max-width: 1000px;*/
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden !important;
}
img.sliderImg{
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  z-index: 9998;
}
.text {
  display: block;
  margin-top: 150px;
  margin-left: 5%;
}
}
@media (min-width: 1024px) and (max-width: 1090px){
#sliderContainerMain {
  margin-top: 0px;
}
.slideshow-container {
  /*max-width: 1000px;*/
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden !important;
}
img.sliderImg{
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  z-index: 9998;
}
.text {
  display: block;
  margin-top: 150px;
  margin-left: 5%;
}
}
@media (min-width: 1089px) and (max-width: 1279px){
#sliderContainerMain {
  margin-top: 0px;
}
.slideshow-container {
  /*max-width: 1000px;*/
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden !important;
}
img.sliderImg{
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  z-index: 9998;
}
.text {
  display: block;
  margin-top: 187px;
  margin-left: 6.5%;
}
}
@media (min-width: 1280px) and (max-width: 1365px){
#sliderContainerMain {
  margin-top: 0px;
}
.slideshow-container {
  /*max-width: 1000px;*/
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden !important;
}
img.sliderImg{
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  z-index: 9998;
}
.text {
    display: block;
    margin-top: 200px;
    margin-left: 6.6%;
}
}
@media (min-width: 1366px) and (max-width: 1439px){
.slideshow-container {
  /*max-width: 1000px;*/
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden !important;
}
img.sliderImg{
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  z-index: 9998;
}
.text {
    display: block;
    margin-top: 210px;
    margin-left: 7%;
}
}
@media (min-width: 1440px) and (max-width: 1679px){
.slideshow-container {
  /*max-width: 1000px;*/
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden !important;
}
img.sliderImg{
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  z-index: 9998;
}
.text {
    display: block;
    margin-top: 246px;
    margin-left: 8.2%;
}
}
@media (min-width: 1680px) and (max-width: 1919px){
.slideshow-container {
  /*max-width: 1000px;*/
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden !important;
}
img.sliderImg{
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  z-index: 9998;
}
.text {
    display: block;
    margin-top: 281px;
    margin-left: 9.3%;
}
}
@media (min-width: 1920px) and (max-width: 2559px){
.slideshow-container {
/*max-width: 1000px;*/
width: 100%;
position: relative;
margin: auto;
overflow: hidden !important;
}
img.sliderImg{
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  z-index: 9998;
}
.text {
    display: block;
    margin-top: 375px;
    margin-left: 12.5%;
}
}
@media (min-width: 2560px) and (max-width: 3839px){
.slideshow-container {
  /*max-width: 1000px;*/
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden !important;
}
img.sliderImg{
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  z-index: 9998;
}
.text {
    display: block;
    margin-top: 562px;
    margin-left: 18.75%;
}
}
@media (min-width: 3840px) and (max-width: 4095px){
.slideshow-container {
  /*max-width: 1000px;*/
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden !important;
}
img.sliderImg{
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  z-index: 9998;
}
.text {
    display: block;
    margin-top: 600px;
    margin-left: 20%;
}
}
@media (min-width: 4096px) and (max-width: 5120px){
.slideshow-container {
  /*max-width: 1000px;*/
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden !important;
}
img.sliderImg{
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  z-index: 9998;
}
.text {
    display: block;
    margin-top: 750px;
    margin-left: 25%;
}
}
