#inviteToScroll{
  display: none;
  position: absolute;
  width: 200px;
  padding: 50px;
  margin-left: calc(50% - 150px);
  margin-top: 250px;
  z-index: 9999;
  animation-name: blinked;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
p.goDownInvite{
  font-size: 0.8em;
  color: rgba(255,255,255,1);
  text-align: center;
  width: 100%;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.8);
  opacity: 0;
  transition: 2s;
}
#inviteToScroll:hover > p.goDownInvite {
  opacity: 1;
  transition: 0.5s;
}
@keyframes blinked
 {
from { top: 400px;}
to { top: 410px;}
from { top: 400px;}
}
#inviteToScroll img{
  width: 30%;
  margin-left: 35%;
  margin-right: 35%;
  text-shadow: 10px 10px 10px black;
  shadow:10px 10px 10px black;
}
i.fa-chevron-down{
  float: left;
  display: block !important;
  width: 100px;
  opacity: 1;
  color: white;
  text-align: center;
  font-size: 4em;
}

/*homeContainer*/
#homeContainer{
  position: absolute;
  z-index: 1000000;
  margin-top: 900px;
  background-color: rgb(255, 255, 255, 1);
  width: 100%;
}

/*newsHomeSpace*/
#newsHomeSpace{
  width: 80%;
  float: left;
  padding: 0px;
  margin:0px;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 50px;
  min-height: 300px;
}
h1.newsHomeTitle{
  width: 50%;
  margin: 0px;
  padding: 0px;
  margin-left: 25%;
  margin-right: 25%;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  color: rgba(0,0,0,0.6);
  font-weight: normal;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 50px;
}
#contentNews{
  width: 100%;
  float: left;
  margin: 0px;
  padding:0px;
}
#newsContainerDesktop{
  width: 100%;
  float: left;
  margin: 0px;
  padding:0px;
  padding-bottom: 50px;
  min-height: 1040px;
  max-height: 1040px;
  overflow: hidden;
}
#newsContainerDesktop{
  display: block;
}
#newsContainer{
  display: none;
}
.singleNew{
  display: inline;
  float: left;
  width: calc(30% - 10px);
  padding-bottom: 10px;
  padding-right: 9px;
  box-shadow: 5px 2px 10px 2px rgba(0,0,0,0.0);
  height: auto;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 70px;
  min-height: 550px;
  transition: 0.4s;
}
.singleNew:hover{
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.0  5);
  transition: 0.6s;
}
/*immagine news*/
.newsCover{
background-size: cover !important;
background-repeat: no-repeat !important;
width:100%;
height: auto;
min-height: 400px;
cursor: pointer;
transition: 0.4s;
}

.singleNew:hover > .newsCover{
  filter: contrast(120%);
  transition: 0.4s;
}
.singleNewTitle{
  width: 100%;
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.2em;
  color: rgba(0,0,0,0.5);
  font-weight: normal;
  font-family: 'Mulish', sans-serif;
  max-height: 50px;
  min-height: 50px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.5s;
}
.singleNewTitle:hover{
  color: rgba(0,0,0,0.7);
  transition: 0.5s;
}
.singleNewDescription{
  width: 80%;
  float: left;
  clear: both;
  margin: 0px;
  margin-right:20%;
  padding: 0px;
  text-align: right;
  font-size: 1em;
  color: rgba(0,0,0,0.8);
  font-weight: normal;
  font-family: 'Mulish', sans-serif;
  cursor: pointer;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 7px;
  min-height: 51px;
  max-height: 51px;
}
.descriptionSpace{
  width: 100%;
  text-align: left;
  color: rgba(0,0,0,0.4);
  font-size: 1em;
  margin-bottom: 15px;
  font-style: italic;
}
.newLinkSpace{
  width: 100%;
  float: right;
  clear: both;
  text-align: left;
}
a.newsLink{
  float: right;
  clear: both;
  width: 150px;
  height: 36px;
  margin-left: 0px;
  font-size: 1em;
  line-height: 2.2em;
  margin-top: 0px;
  text-align: center;
  text-decoration: none;
  color: rgba(0,0,0,0.4);
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0%;
  transition: 0.4s;
  z-index: 99;
  position: relative;
  overflow: hidden;
  margin-right: 25px;
  margin-left: 25px;
  font-family: 'Mulish', sans-serif;
}
.backgroundEye{
  position:absolute;
  top:-51px;
  background: rgba(0,0,0,0.1);
  width: 150px;
  height: 36px;
  z-index: 100;
  color: rgba(255,255,255,1);
  transition: 0.2s;
  z-index: 1000;
}
a.newsLink:hover{
  z-index: 200;
  width: 150px;
  height: 36px;
  margin-top: 0px;
  border-radius: 10px;
}
a.newsLink:hover > .backgroundEye{
  top: 0px;
  z-index: 100;
  transition: 0.2s;
  width: 150px;
  height: 36px;
}

/*show more button*/
#newsShowMoreButton{
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
/*animazione show more*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';


div[class*=box] {
  height: 33.33%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Mulish', sans-serif;
}

.box-1 {
  background-color: rgbA(255,255,255,0);
}

.btn {
  line-height: 25px;
  height: 25px;
  text-align: center;
  width: 60px;
  cursor: pointer;
  margin-left: 10px;
  padding-top: 7px;
  padding-bottom: 5px;
}

/*
========================
      BUTTON ONE
========================
*/
.btn-one {
  color: rgba(0,0,0,0.4);
  transition: all 0.3s;
  position: relative;
}
.btn-one span {
  transition: all 0.3s;
}
.btn-one::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(0,0,0,0.35);
  border-bottom-color: rgba(0,0,0,0.35);
  transform: scale(0.1, 1);
}
.btn-one:hover span {
  letter-spacing: 2px;
}
.btn-one:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.btn-one::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: rgba(0,0,0,0.03);
}
.btn-one:hover::after {
  opacity: 0;
  transform: scale(0.1, 1);
}
p.finishNews{
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  float: left;
  clear: both;
  text-align: center;
  font-family: 'Mulish', sans-serif;
  color: rgba(0,0,0,0.4);
  margin-top: 150px;
  font-size: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-top: 1px solid rgba(0,0,0,0.1);
  text-transform: uppercase;
}
/*nascondo il newsShowMoreButtonMobile dalla verisone Desktop*/
#newsShowMoreButtonMobile{
  display: none;
}
/*prova*/
 .bubbly-button {
	 font-family: 'Helvetica', 'Arial', sans-serif;
	 display: inline-block;
	 font-size: 1em;
	 padding: 1em 2em;
	 margin-top: 100px;
	 margin-bottom: 60px;
	 -webkit-appearance: none;
	 appearance: none;
	 background-color: rgba(0,0,0,0.5);
	 color: #fff;
	 border-radius: 4px;
	 border: none;
	 cursor: pointer;
	 position: relative;
	 transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
	 box-shadow: 0 2px 25px rgba(0,0,0,0);
   margin-left: calc(50% - 5em);
}
 .bubbly-button:focus {
	 outline: 0;
}
 .bubbly-button:before, .bubbly-button:after {
	 position: absolute;
	 content: '';
	 display: block;
	 width: 140%;
	 height: 100%;
	 left: -20%;
	 z-index: -1000;
	 transition: all ease-in-out 0.5s;
	 background-repeat: no-repeat;
}
 .bubbly-button:before {
	 display: none;
	 top: -75%;
	 background-image: radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, transparent 20%, #00C1B3 20%, transparent 30%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #00C1B3 15%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%);
	 background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
 .bubbly-button:after {
	 display: none;
	 bottom: -75%;
	 background-image: radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #00C1B3 15%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%);
	 background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
 .bubbly-button:active {
	 transform: scale(0.9);
	 background-color: #00C1B3;
	 box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
}
 .bubbly-button.animate:before {
	 display: block;
	 animation: topBubbles ease-in-out 0.75s forwards;
}
 .bubbly-button.animate:after {
	 display: block;
	 animation: bottomBubbles ease-in-out 0.75s forwards;
}
 @keyframes topBubbles {
	 0% {
		 background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
	}
	 50% {
		 background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
	}
	 100% {
		 background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
		 background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}
 @keyframes bottomBubbles {
	 0% {
		 background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
	}
	 50% {
		 background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
	}
	 100% {
		 background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
		 background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}


/*animazione verticale share*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
 .iconMom {
   width: 50px;
	 z-index: 999;
	 position: relative;
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
}
 .iconMom .share i.fa {
	 height: 50px;
	 width: 50px;
	 text-align: center;
	 line-height: 50px;
	 background-color: #fff;
	 border-radius: 2px;
}
 .iconMom .share:hover.bottom .socialSubmenu li:nth-child(1) {
	 opacity: 1;
	 top: 50px;
	 transform: rotate(0deg);
	 transition-delay: 0.02s;
}
 .iconMom .share:hover.bottom .socialSubmenu li:nth-child(2) {
	 opacity: 1;
	 top: 100px;
	 transform: rotate(0deg);
	 transition-delay: 0.04s;
}
 .iconMom .share:hover.bottom .socialSubmenu li:nth-child(3) {
	 opacity: 1;
	 top: 150px;
	 transform: rotate(0deg);
	 transition-delay: 0.06s;
}
 .iconMom .share:hover.bottom .socialSubmenu li:nth-child(4) {
	 opacity: 1;
	 top: 160px;
	 transform: rotate(0deg);
	 transition-delay: 0.8s;
}
 .iconMom .share:hover.bottom .socialSubmenu li:nth-child(5) {
	 opacity: 1;
	 top: 250px;
	 transform: rotate(0deg);
	 transition-delay: 0.1s;
}
 .iconMom .share:hover.left .socialSubmenu li:nth-child(1) {
	 opacity: 1;
	 left: -51px;
	 transform: rotate(0deg);
	 transition-delay: 0.2s;
}
 .iconMom .share:hover.left .socialSubmenu li:nth-child(2) {
	 opacity: 1;
	 left: -102px;
	 transform: rotate(0deg);
	 transition-delay: 0.3s;
}
 .iconMom .share:hover.left .socialSubmenu li:nth-child(3) {
	 opacity: 1;
	 left: -153px;
	 transform: rotate(0deg);
	 transition-delay: 0.4s;
}
 .iconMom .share:hover.left .socialSubmenu li:nth-child(4) {
	 opacity: 1;
	 left: -204px;
	 transform: rotate(0deg);
	 transition-delay: 0.5s;
   transition: 0.2s;
}
 .iconMom .share:hover.left .socialSubmenu li:nth-child(5) {
	 opacity: 1;
	 left: -255px;
	 transform: rotate(0deg);
	 transition-delay: 0.6s;
   transition: 0.2s;
}
 .iconMom .share:hover.right .socialSubmenu li:nth-child(1) {
	 opacity: 1;
	 left: 50px;
	 transform: rotate(0deg);
	 transition-delay: 0.02s;
   transition: 0.2s;
}
 .iconMom .share:hover.right .socialSubmenu li:nth-child(2) {
	 opacity: 1;
	 left: 100px;
	 transform: rotate(0deg);
	 transition-delay: 0.04s;
   transition: 0.2s;
}
 .iconMom .share:hover.right .socialSubmenu li:nth-child(3) {
	 opacity: 1;
	 left: 150px;
	 transform: rotate(0deg);
	 transition-delay: 0.06s;
   transition: 0.2s;
}
 .iconMom .share:hover.right .socialSubmenu li:nth-child(4) {
	 opacity: 1;
	 left: 200px;
	 transform: rotate(0deg);
	 transition-delay: 0.02s;
   transition: 0.2s;
}
 .iconMom .share:hover.right .socialSubmenu li:nth-child(5) {
	 opacity: 1;
	 left: 250px;
	 transform: rotate(0deg);
	 transition-delay: 0.4s;
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(1) {
	 opacity: 1;
	 top: -51px;
	 transition-delay: 0.02s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(2) {
	 opacity: 1;
	 top: -102px;
	 transition-delay: 0.04s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(3) {
	 opacity: 1;
	 top: -153px;
	 transition-delay: 0.06s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(4) {
	 opacity: 1;
	 top: -204px;
	 transition-delay: 0.02s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(5) {
	 opacity: 1;
	 top: -255px;
	 transition-delay: 0.4s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .socialSubmenu {
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
}
 .iconMom .socialSubmenu li {
	 transition: all ease-in-out 0.2s;
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: -1;
	 opacity: 0;
}
li.share{
  color: #7E7E7E;
  transition: 0.5s;
}
li.share:hover{
  color: #4B4A4A;
  transition: 0.5s;
}
.iconMom .fa .fa-share-alt{
    color: #7E7E7E;
    transition: 0.2s;
}
 .iconMom .socialSubmenu li a {
	 color: #7E7E7E;
   transition: 0.2s;
}
 .iconMom .socialSubmenu li a:hover i.fa {
	 color: #4B4A4A;
   transition: 0.2s;
}
 .iconMom .socialSubmenu li:nth-child(1) {
	 transform: rotateX(45deg);
}
 .iconMom .socialSubmenu li:nth-child(2) {
	 transform: rotateX(90deg);
}
 .iconMom .socialSubmenu li:nth-child(3) {
	 transform: rotateX(135deg);
}
 .iconMom .socialSubmenu li:nth-child(4) {
	 transform: rotateX(180deg);
}
 .iconMom.topLeft {
	 top: 10px;
	 left: 10px;
}
 .iconMom.topRight {
	 top: 10px;
	 right: 10px;
}
 .iconMom.bottomLeft {
	 bottom: 10px;
	 left: 10px;
}
 .iconMom.bottomRight {
	 bottom: 10px;
	 right: 10px;
}

/*sezione video*/
#videoHomeSpace{
    width: 100%;
    float: left;
    padding: 0px;
    margin:0px;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 25px;
    min-height: 140px;
}
h1.videoHomeTitle{
  width: 50%;
  margin: 0px;
  padding: 0px;
  margin-left: 25%;
  margin-right: 25%;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  color: rgba(0,0,0,0.6);
  font-weight: normal;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 15px;
  letter-spacing: 5px;
}
#contentNews{
  width: 100%;
  float: left;
  margin: 0px;
  padding:0px;
}
/*****************************/
/*                           */
/* ANIMAZIONE PULSANTE VIDEO */
/*                           */
/*****************************/
.wrapper {
	 color: #1f242d;
	 color-invert: #fff;
	 clip-path: circle(15px at left);
	 duration: 0.4s;
	 timing-function: ease;
	 position: relative;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 100%;
   margin-left: 50%;
   transition: 1s;
}
.wrapper:hover{
  clip-path: circle(70px at left);
  transition: 1s;
}
.wrapper:focus{
  clip-path: circle(50% at left);
}
 .wrapper .video {
	 height: 100vh;
	 overflow: hidden;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 margin-left: 15px;
   clip-left:10px;
	 transition: circle(15px at left) 0.4s ease;
}
 .wrapper .video video {
	 position: fixed;
	 background: #c4cbde;
	 top: 50%;
	 left: 50%;
	 min-width: 100%;
	 min-height: 100%;
	 width: auto;
	 height: auto;
	 transform: translate(-50%, -50%);
}
 .wrapper .text {
	 position: relative;
	 text-transform: uppercase;
	 font-weight: 600;
	 letter-spacing: 0.2px;
	 opacity: 1;
	 transition: opacity 0.3s ease 0.2s;
}
 .wrapper .text::before, .wrapper .text::after {
	 content: "";
	 position: absolute;
	 bottom: 0;
	 left: -1px;
	 right: 25px;
	 height: 0;
}
 .wrapper .text::before {
	 box-shadow: 26px 0 0 1px #1f242d;
	 right: (r, 100%);
	 opacity:r(opacity, 0);
	 transition: right 0.5s ease-in, opacity 0.1s linear;
}
 .wrapper .text::after {
	 box-shadow: 26px 0 0 1px #fff;
	 clip-path: circle(15px at left);
	 transition: circle(15px at left) 0.4s ease;
}
 .wrapper .text > span::before, .wrapper .text > span::after {
	 content: attr(data-text);
	 padding-left: 26px;
}
 .wrapper .text > span::before {
	 color: #1f242d;
}
 .wrapper .text > span::after {
	 color: #fff;
	 clip-path: circle(15px at left);
	 transition: circle(15px at left) 0.4s ease;
	 position: absolute;
	 left: 0;
}
 .wrapper input {
	 width: 220px;
	 height: 40px;
	 margin: auto;
	 position: absolute;
	 left: 0;
	 right: 0;
	 border-radius: 40px;
	 z-index: 2;
	 appearance: none;
	 cursor: pointer;
}
 .wrapper input:focus {
	 outline: 0;
}
 .wrapper input:hover ~ .video {
	 clip-path: (clip-path-hover);
}
 .wrapper input:hover ~ .text::before {
	 --r: 25px;
	 --opacity: 1;
}
 .wrapper input:hover ~ .text::after {
	 clip-path: (clip-path-hover);
}
 .wrapper input:hover ~ .text > span::after {
	 clip-path: (clip-path-hover);
}
 .wrapper input:checked {
	 width: 100%;
	 height: 100%;
	 border-radius: 0;
}
 .wrapper input:checked ~ .video {
	 clip-path: (clip-path-clicked);
}
 .wrapper input:checked ~ .text {
	 --opacity: 0;
	 transition: opacity 0.3s ease;
}
 .wrapper input:checked ~ .text::after {
	 clip-path: (clip-path-clicked);
}
 .wrapper input:checked ~ .text > span::after {
	 clip-path: (clip-path-clicked);
}

/*gestione video*/

#videoBooksContainer{
  width:100%;
  float: left;
  margin-top: 0px;
  margin-bottom:50px;
}
/*gestione video book choice*/
#videoPlayerChoice{
  width:100%;
  float: left;
  margin-top: 0px;
  display:none;
  background: rgba(255,255,255,1);
}
/*gestione model name in videoBookContainer*/
h1.childPersonNameVBContainer{
  width: 100%;
  float:left;
  text-align: center;
  font-size: 2.5em;
  text-transform:uppercase;
  margin-top: 0px;
  font-family: 'Barlow Condensed', sans-serif;
  color: rgba(0,0,0,0.8;);
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}
/*gestione feature presenti nella sezione video*/
ul.videoChildFeatures{
  width: 100%;
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 35px;
}
li.videoChildSingleFeature{
  width:calc(14.28% - 8px);
  float:left;
  margin-left: 4px;
  margin-right: 4px;
}
span.videoChildFeatureName{
  width:100%;
  float: left;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: rgba(0,0,0,0.6);
}
span.videoChildFeatureValue{
  width:100%;
  float: left;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.6em;
  color: rgba(0,0,0,0.6);
}
/*gestione player*/
#videoPlayer{
  display: block;
  float: left;
  width: calc(70% - 8px);
  margin-left: 4px;
  margin-right:4px;
  height: 600px;
  background: rgba(255,255,255,1);
}
#videoPlayerList{
  float:right;
  width: calc(30% - 8px);
  margin-left: 4px;
  margin-right: 4px;
  max-height: 600px;
}
img.videoThumnail{
  width: calc(80% - 8px);
  margin-left: calc(10% + 4px);
  margin-right: calc(10% + 4px);
  float: left;
  height: auto;
  max-height: auto;

}
h1.buttonShowVideoBookList{
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2em;
  float: right;
  width: 30%;
  cursor: pointer;
  text-align: center;
  color:rgba(0,0,0,0.6);
  font-weight: normal;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  padding-top:10px;
  padding-bottom: 10px;
  background: rgba(0,0,0,0.8);
  letter-spacing: 15px;
  border-bottom: 1px solid white;
}
#videoBookList{
  width: calc(30% - 1px);
  border-left: 1px solid rgba(0,0,0,0.08);
  display: block;
  float: left;
  background-color: rgba(255,255,255,1);
  color: rgba(0,0,0,0.6);
  padding-bottom: 0px;/*
  -webkit-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.2);*/
}
ul.videoBookListUl{
  list-style: none;
  margin:0px;
  padding:0px;
  padding-top:15px;
  min-height: calc(600px - 59px);
}
ul.videoPlayerListContainerList{
  list-style: none;
  background: rgba(255,255,255,0.8);
  height: auto;
  min-height: 100%;
  float: left;
  margin:0px;
  padding: 0px;
  width:100%;
  padding-bottom: 10px;
}
li.singleVideoItem{
  font-family: 'Mulish', sans-serif;
  font-size: 1.4em;
  width: calc(100% - 20px);
  float: left;
  clear: both;
  cursor: pointer;
  text-align: left;
  color:rgba(0,0,0,0.6);
  font-weight: normal;
  margin-left: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
};
#videoPlayerListContainer{
  width: 100%;
  min-height: 100px;
  float: left;
  background-color: rgba(255,255,255,1);
  min-height: 100%;
  margin-top: 1.4em;
}
.videoPlayerListItem{
  display: block;
  width:calc(100% - 20px);
  float: right;
  clear: both;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 1em;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
  text-align: right;
  transition:  0.5s;
  cursor: pointer;
}
.videoPlayerListItemMobile{
  display: none;
}
.videoPlayerListItem p{
  float: right;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  width: auto;
  margin-top: 0px;
  transition:0.5s;
  color: rgba(0,0,0,0.4);
}
.videoPlayerListItem:hover >  p{
  float: right;
  margin-right: 0px;
  margin-top: 1em;
  transition:0.5s;
  color: rgba(0,0,0,0.8);
}
.videoThumb{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  right: 0px;
  z-index: 1000;
  margin-top: 0px;
  transition: 0.5s;
  background-size: cover;
  background-position: center;
  margin-left: 15px;
}
.videoPlayerListItem:hover{
  font-size: bold !important;
}
.videoPlayerListItem:hover > .videoThumb{
  width: 50px;
  height: 50px;
  transition: 0.5s;
  margin-top: 0px;
}
#videoPlayerChoice{
  float: left;
  width: calc(70% - 8px);
  margin-left: 4px;
  margin-right:4px;
  height: 600px;
  display: none;
}
#videoPlayerChoiceMobile{
  display: none;
}
#inviteToScrollMom{
  display: none;
}

/*gestione della sezione scouting*/

#bookingHomeSpace{
  width: 100%;
  float: left;
  margin: 0px;
  padding:0px;
  padding-bottom: 50px;
  min-height: 220px;
  max-height: 220px;
  overflow: hidden;
  background-color: rgba(51,50,50,1);
  margin-bottom: 50px;
}
h1.bookingHomeTitle{
  width: 50%;
  margin: 0px;
  padding: 0px;
  margin-left: 25%;
  margin-right: 25%;
  border-bottom: 1px solid rgba(255,255,255,1);
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 4em;
  color: rgba(255,255,255,1);
  font-weight: normal;
  font-family: 'Julius Sans One', sans-serif;
  margin-bottom: 15px;
  margin-top: 25px;
  letter-spacing: 0px;
}
.getScoutedButton a{
  width: 250px;
  float: left;
  margin-left: calc(50% - 125px);
  font-size: 1em;
  color: rgba(255,255,255,1);
  text-transform: uppercase;
  letter-spacing: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Julius Sans One', sans-serif;
  text-align: center;
  background-color: RGBA(255,176,0,0.8);
  font-weight: bold;
  transition: 0.5s;
  text-decoration: none;
}
.getScoutedButton a:hover{
  background-color: rgba(255,176,0,1);
  transition: 0.5s;
  text-decoration: none;
  color: rgba(255,255,255,1);
}

/*gestione sezione scouting 2*/
#bookingHomeSpace2{
  width: 100%;
  float: left;
  margin: 0px;
  padding:0px;
  padding-bottom: 50px;
  min-height: 280px;
  max-height: 280px;
  overflow: hidden;
  background-color: rgba(51,50,50,1);
  margin-bottom: 50px;
}
#bookingHomeSpace2TextSpace{
  width: 40%;
  float: left;
  margin-left:10%;
  margin-right: 0px;
  padding: 0px;
}
#bookingHomeSpace2ImgSpace{
  float: left;
  width: 50%;
  margin:0px;
  padding: 0px;
  position: relative;
}
img.bookingHomeImg2{
  height: 330px;
  width: auto;
  position: absolute;
  right: 20%;
  mix-blend-mode: unset;
}
.bookingHomeTitle2{
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid rgba(255,176,0,1);
  border-bottom: 1px solid rgba(255,176,0,1);
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 4em;
  color: rgba(255,255,255,1);
  font-weight: normal;
  font-family: 'Julius Sans One', sans-serif;
  margin-bottom: 15px;
  margin-top: 25px;
  letter-spacing: 0px;
}
.bookingHomeText2{
  width: calc(50% - 2px);
  margin: 0px;
  padding: 0px;
  margin-right: 0%;
  border-right: 1px solid rgba(255,255,255,1);
  border-left: 1px solid rgba(255,255,255,1);
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  color: rgba(255,255,255,1);
  font-weight: normal;
  font-family: 'Julius Sans One', sans-serif;
  margin-bottom: 15px;
  margin-top: 15px;
  letter-spacing: 0px;
}
.getScoutedButton2 a{
  width: 250px;
  float: left;
  margin-left: calc(50% - 250px);
  margin-top: 15px;
  margin-right: 0px;
  font-size: 1em;
  color: rgba(255,255,255,1);
  text-transform: uppercase;
  letter-spacing: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Julius Sans One', sans-serif;
  text-align: center;
  background-color: RGBA(255,176,0,0.8);
  font-weight: bold;
  transition: 0.5s;
  text-decoration: none;
}
.getScoutedButton2 a:hover{
  background-color: rgba(255,176,0,1);
  transition: 0.5s;
  text-decoration: none;
  color: rgba(255,255,255,1);
}

/*fine style gallery a rotazione*/

/*nascondo videoPlayerMobile*/
#videoPlayerMobile{
  display: none;
}

/* formattazione contenuto instagram */
h1.instragramFeed{
  width: 100%;
  margin:0px;
  padding:0px;
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Mulish', sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
}
#instafeed-container{
  width: 900px;
  margin:0px;
  padding:0px;
  margin-left: calc(50% - 450px);
  margin-right: calc(50% - 450px);
  float: left;
  clear: both;
  max-height: 660px;
  overflow-y: hidden;
  margin-bottom: 50px;
}
#instafeed-container a{
  width: 200px;
  height: 200px;
  margin-top: 20px;
  float: left;
  /*
  margin-left: calc(25% - 200px);
  margin-right: calc(25% - 200px);
  */
  margin-left: 12.5px;
  margin-right: 12.5px;
  transition: 0.5s;
  max-height: 200px;
  max-width: 200px;
  overflow: hidden;
}
#instafeed-container a:hover{
  width: 200px;
  height: 200px;
  margin-top: 20px;
  float: left;
  /*
  margin-left: calc(25% - 205px);
  margin-right: calc(25% - 205px);
  */
  margin-left: 12.5px;
  margin-right: 12.5px;
  transition: 0.5s;
  max-height: 200px;
  max-width: 200px;
  overflow: hidden;
  filter: brightness(60%);
}
#instafeed-container a:hover img{
  filter: contrast(105%);
}
#instafeed-container img{
  width:100%;
  height: auto;
  transition: 0.5s;
}

/*getione bottone instagram*/
a.instagramButton{
  float: left;
  clear: both;
  width: 150px;
  margin: 0;
  padding: 0;
  margin-left: calc(50% - 85px);
  margin-right: calc(50% - 85px);
  margin-top: 25px;
  margin-bottom: 75px;
  padding: 10px;
  border-radius: 25px;
  border: 1px solid rgb(120,120,120);
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  transition: 0.5s;
  font-size: 1em;
}
a.instagramButton:hover{
  width: 200px;
  margin-left: calc(50% - 100px);
  margin-right: calc(50% - 100px);
  letter-spacing: 0px;
  transition: 0.2s;
}

/**************************/
/***                    ***/
/***     CSS MOBILE     ***/
/***                    ***/
/**************************/
@media (min-width: 279px) and (max-width: 319px) {
#inviteToScrollMom{
  display: none;
}
#homeContainer {
    position: absolute;
    z-index: 1000000;
    margin-top: 300px;
    background-color: rgb(255, 255, 255, 1);
}
#newsHomeSpace{
    width: 100%;
    float: left;
    padding: 0px;
    margin:0px;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 25px;
    min-height: 140px;
}
#newsContainerDesktop{
  display: none;
}
#newsContainer{
  display: block;
  width: 100%;
  float: left;
  margin: 0px;
  padding:0px;
  padding-bottom: 0px;
  min-height: 346px;
  max-height: 346px;
  overflow: hidden;
}
.singleNew{
  display: inline;
  float: left;
  width: calc(33.3% - 6px);
  height: auto;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 50px;
  min-height: 140px;
  padding-bottom: 0px;
  padding-right: 0px;
  box-shadow: 0px 0px rgba(0,0,0,0);
}
.singleNewTitle{
  display: block;
  width: 100%;
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.7em;
  color: rgba(0,0,0,0.5);
  font-weight: normal;
  font-family: 'Mulish', sans-serif;
  max-height: 0px;
  min-height: 0px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.5s;
}
h1.newsHomeTitle{
  width: 50%;
  margin: 0px;
  padding: 0px;
  margin-left: 25%;
  margin-right: 25%;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  color: rgba(0,0,0,0.6);
  font-weight: normal;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 15px;
  letter-spacing: 5px;
}
.singleNewDescription{
  display: none;
}
.newsCover{
background-size: cover !important;
background-repeat: no-repeat !important;
width:100%;
height: auto;
min-height: 140px;
}
p.finishNews{
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  float: left;
  clear: both;
  text-align: center;
  font-family: 'Mulish', sans-serif;
  color: rgba(0,0,0,0.4);
  margin-top: 25px;
  font-size: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-top: 1px solid rgba(0,0,0,0.1);
  text-transform: uppercase;
}
#newsShowMoreButton{
  display: none;
}
#newsShowMoreButtonMobile{
  display: block;
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 50px;
  margin-top: 25px;
}
#inviteToScroll{
  display: none !important;
}
/*videomobileCss*/

#videoPlayer{
  display: none;
}
#videoPlayerMobile{
    display: block;
    float: left;
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right: 4px;
    height: 150px;
    background: rgba(255,255,255,1);
    clear: both;
}
/*video book list*/
#videoBookList {
    width: 100%;
    border-left: none;
    display: block;
    float: left;
    clear: both;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    padding-bottom: 0px;
}
ul.videoBookListUl{
  list-style: none;
  margin:0px;
  padding:0px;
  padding-top:15px;
  min-height: auto;
  margin-top:10px;
}
.videoPlayerListItem{
  display: none;
}
.videoPlayerListItemMobile{
  display: block;
  width:calc(100% - 20px);
  float: right;
  clear: both;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 0.8em;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
  text-align: right;
  transition:  0.5s;
  cursor: pointer;
}
li.singleVideoItem{
  font-family: 'Mulish', sans-serif;
  font-size: 1em;
  width: calc(100% - 20px);
  float: left;
  clear: both;
  cursor: pointer;
  text-align: left;
  color:rgba(0,0,0,0.6);
  font-weight: normal;
  margin-left: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
#videoPlayerChoice{
  display: none;
}
#videoPlayerChoiceMobile{
  display: block;
  float: left;
  width: calc(100% - 8px);
  margin-left: 4px;
  margin-right:4px;
  height: 300px;
  display: none;
  display: block;
  margin-bottom: -150px;
  }
  /*gestione become a model mobile css*/
  #bookingHomeSpace{
    min-height: auto;
    max-height: auto;
    padding-bottom: 30px;
    height: auto;
  }
  h1.bookingHomeTitle{
      width: 90%;
      margin: 0px;
      padding: 0px;
      margin-left: 5%;
      margin-right: 5%;
      border-bottom: 1px solid rgba(255,255,255,1);
      float: left;
      text-align: center;
      text-transform: uppercase;
      font-size: 2em;
      color: rgba(255,255,255,1);
      font-weight: normal;
      font-family: 'Julius Sans One', sans-serif;
      margin-bottom: 15px;
      margin-top: 25px;
      letter-spacing: 0px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  #inviteToScrollMom{
    display: none;
  }
  #homeContainer {
    position: absolute;
    z-index: 1000000;
    margin-top: 300px;
    background-color: rgb(255, 255, 255, 1);
  }
  #newsHomeSpace{
      width: 100%;
      float: left;
      padding: 0px;
      margin:0px;
      margin-left: 0%;
      margin-right: 0%;
      margin-top: 25px;
      min-height: 140px;
  }
  #newsContainerDesktop{
    display: none;
  }
  #newsContainer{
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
    padding:0px;
    padding-bottom: 0px;
    min-height: 346px;
    max-height: 346px;
    overflow: hidden;
  }
  .singleNew{
    display: inline;
    float: left;
    width: calc(33.3% - 6px);
    height: auto;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 50px;
    min-height: 140px;
    padding-bottom: 0px;
    padding-right: 0px;
    box-shadow: 0px 0px rgba(0,0,0,0);
  }
  .singleNewTitle{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.7em;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    max-height: 0px;
    min-height: 0px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
  }
  h1.newsHomeTitle{
    width: 50%;
    margin: 0px;
    padding: 0px;
    margin-left: 25%;
    margin-right: 25%;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgba(0,0,0,0.6);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 15px;
    letter-spacing: 5px;
  }
  .singleNewDescription{
    display: none;
  }
  .newsCover{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width:100%;
  height: auto;
  min-height: 140px;
  }

  p.finishNews{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    float: left;
    clear: both;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    color: rgba(0,0,0,0.4);
    margin-top: 25px;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
  }
  #newsShowMoreButton{
    display: none;
  }
  #newsShowMoreButtonMobile{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  #inviteToScroll{
    display: none !important;
  }
  /*videomobileCss*/
  #videoPlayer{
    display: none;
  }
  #videoPlayerMobile{
      display: block;
      float: left;
      width: calc(100% - 8px);
      margin-left: 4px;
      margin-right: 4px;
      height: 150px;
      background: rgba(255,255,255,1);
      clear: both;
  }
  /*video book list*/
  #videoBookList {
      width: 100%;
      border-left: none;
      display: block;
      float: left;
      clear: both;
      background-color: rgba(255,255,255,1);
      color: rgba(0,0,0,0.6);
      padding-bottom: 0px;
  }
  ul.videoBookListUl{
    list-style: none;
    margin:0px;
    padding:0px;
    padding-top:15px;
    min-height: auto;
    margin-top:10px;
  }
  .videoPlayerListItem{
    display: none;
  }
  .videoPlayerListItemMobile{
    display: block;
    width:calc(100% - 20px);
    float: right;
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 0.8em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: right;
    transition:  0.5s;
    cursor: pointer;
  }
  li.singleVideoItem{
    font-family: 'Mulish', sans-serif;
    font-size: 1em;
    width: calc(100% - 20px);
    float: left;
    clear: both;
    cursor: pointer;
    text-align: left;
    color:rgba(0,0,0,0.6);
    font-weight: normal;
    margin-left: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  #videoPlayerChoice{
    display: none;
  }
  #videoPlayerChoiceMobile{
    display: block;
    float: left;
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right:4px;
    height: 300px;
    display: none;
    display: block;
    margin-bottom: -150px;
  }
  /*gestione become a model mobile css*/
#bookingHomeSpace{
  min-height: auto;
  max-height: auto;
  padding-bottom: 30px;
  height: auto;
}
  h1.bookingHomeTitle{
      width: 90%;
      margin: 0px;
      padding: 0px;
      margin-left: 5%;
      margin-right: 5%;
      border-bottom: 1px solid rgba(255,255,255,1);
      float: left;
      text-align: center;
      text-transform: uppercase;
      font-size: 2em;
      color: rgba(255,255,255,1);
      font-weight: normal;
      font-family: 'Julius Sans One', sans-serif;
      margin-bottom: 15px;
      margin-top: 25px;
      letter-spacing: 0px;
  }
}
@media (min-width: 360px) and (max-width: 410px) {
  #inviteToScrollMom{
    display: none;
  }
  #homeContainer {
    position: absolute;
    z-index: 1000000;
    margin-top: 300px;
    background-color: rgb(255, 255, 255, 1);
}
  #newsHomeSpace{
      width: 100%;
      float: left;
      padding: 0px;
      margin:0px;
      margin-left: 0%;
      margin-right: 0%;
      margin-top: 25px;
      min-height: 140px;
  }
  #newsContainerDesktop{
    display: none;
  }
  #newsContainer{
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
    padding:0px;
    padding-bottom: 0px;
    min-height: 346px;
    max-height: 346px;
    overflow: hidden;
  }
  .singleNew{
    display: inline;
    float: left;
    width: calc(33.3% - 6px);
    height: auto;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 50px;
    min-height: 140px;
    padding-bottom: 0px;
    padding-right: 0px;
    box-shadow: 0px 0px rgba(0,0,0,0);
  }
  .singleNewTitle{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.7em;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    max-height: 0px;
    min-height: 0px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
  }
  h1.newsHomeTitle{
    width: 50%;
    margin: 0px;
    padding: 0px;
    margin-left: 25%;
    margin-right: 25%;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgba(0,0,0,0.6);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 15px;
    letter-spacing: 5px;
  }
  .singleNewDescription{
    display: none;
  }
  .newsCover{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width:100%;
  height: auto;
  min-height: 140px;
  }
  p.finishNews{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    float: left;
    clear: both;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    color: rgba(0,0,0,0.4);
    margin-top: 25px;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
  }
  #newsShowMoreButton{
    display: none;
  }
  #newsShowMoreButtonMobile{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  #inviteToScroll{
    display: none !important;
  }
  /*videomobileCss*/
  #videoPlayer{
    display: none;
  }
  #videoPlayerMobile{
      display: block;
      float: left;
      width: calc(100% - 8px);
      margin-left: 4px;
      margin-right: 4px;
      height: 150px;
      background: rgba(255,255,255,1);
      clear: both;
  }
  /*video book list*/
  #videoBookList {
      width: 100%;
      border-left: none;
      display: block;
      float: left;
      clear: both;
      background-color: rgba(255,255,255,1);
      color: rgba(0,0,0,0.6);
      padding-bottom: 0px;
  }
  ul.videoBookListUl{
    list-style: none;
    margin:0px;
    padding:0px;
    padding-top:15px;
    min-height: auto;
    margin-top:10px;
  }
  .videoPlayerListItem{
    display: none;
  }
  .videoPlayerListItemMobile{
    display: block;
    width:calc(100% - 20px);
    float: right;
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 0.8em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: right;
    transition:  0.5s;
    cursor: pointer;
  }
  li.singleVideoItem{
    font-family: 'Mulish', sans-serif;
    font-size: 1em;
    width: calc(100% - 20px);
    float: left;
    clear: both;
    cursor: pointer;
    text-align: left;
    color:rgba(0,0,0,0.6);
    font-weight: normal;
    margin-left: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  #videoPlayerChoice{
    display: none;
  }
  #videoPlayerChoiceMobile{
    display: block;
    float: left;
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right:4px;
    height: 300px;
    display: none;
    display: block;
    margin-bottom: -150px;
  }

  /*gestione become a model mobile css*/
#bookingHomeSpace{
  min-height: auto;
  max-height: auto;
  padding-bottom: 30px;
  height: auto;
}
  h1.bookingHomeTitle{
      width: 90%;
      margin: 0px;
      padding: 0px;
      margin-left: 5%;
      margin-right: 5%;
      border-bottom: 1px solid rgba(255,255,255,1);
      float: left;
      text-align: center;
      text-transform: uppercase;
      font-size: 2em;
      color: rgba(255,255,255,1);
      font-weight: normal;
      font-family: 'Julius Sans One', sans-serif;
      margin-bottom: 15px;
      margin-top: 25px;
      letter-spacing: 0px;
  }
}
@media (min-width: 411px) and (max-width: 567px) {
  #inviteToScrollMom{
    display: none;
  }
  #homeContainer {
    position: absolute;
    z-index: 1000000;
    margin-top: 300px;
    background-color: rgb(255, 255, 255, 1);
}
  #newsHomeSpace{
      width: 100%;
      float: left;
      padding: 0px;
      margin:0px;
      margin-left: 0%;
      margin-right: 0%;
      margin-top: 25px;
      min-height: 140px;
  }
  #newsContainerDesktop{
    display: none;
  }
  #newsContainer{
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
    padding:0px;
    padding-bottom: 0px;
    min-height: 346px;
    max-height: 346px;
    overflow: hidden;
  }
  .singleNew{
    display: inline;
    float: left;
    width: calc(33.3% - 6px);
    height: auto;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 50px;
    min-height: 140px;
    padding-bottom: 0px;
    padding-right: 0px;
    box-shadow: 0px 0px rgba(0,0,0,0);
  }
  .singleNewTitle{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.7em;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    max-height: 0px;
    min-height: 0px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
  }

  h1.newsHomeTitle{
    width: 50%;
    margin: 0px;
    padding: 0px;
    margin-left: 25%;
    margin-right: 25%;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgba(0,0,0,0.6);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 15px;
    letter-spacing: 5px;
  }
  .singleNewDescription{
    display: none;
  }
  .newsCover{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width:100%;
  height: auto;
  min-height: 140px;
  }
  p.finishNews{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    float: left;
    clear: both;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    color: rgba(0,0,0,0.4);
    margin-top: 25px;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
  }
  #newsShowMoreButton{
    display: none;
  }
  #newsShowMoreButtonMobile{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  #inviteToScroll{
    display: none !important;
  }
  /*videomobileCss*/
  #videoPlayer{
    display: none;
  }
  #videoPlayerMobile{
      display: block;
      float: left;
      width: calc(100% - 8px);
      margin-left: 4px;
      margin-right: 4px;
      height: 150px;
      background: rgba(255,255,255,1);
      clear: both;
  }
  /*video book list*/
  #videoBookList {
      width: 100%;
      border-left: none;
      display: block;
      float: left;
      clear: both;
      background-color: rgba(255,255,255,1);
      color: rgba(0,0,0,0.6);
      padding-bottom: 0px;
  }
  ul.videoBookListUl{
    list-style: none;
    margin:0px;
    padding:0px;
    padding-top:15px;
    min-height: auto;
    margin-top:10px;
  }
  .videoPlayerListItem{
    display: none;
  }
  .videoPlayerListItemMobile{
    display: block;
    width:calc(100% - 20px);
    float: right;
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 0.8em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: right;
    transition:  0.5s;
    cursor: pointer;
  }
  li.singleVideoItem{
    font-family: 'Mulish', sans-serif;
    font-size: 1em;
    width: calc(100% - 20px);
    float: left;
    clear: both;
    cursor: pointer;
    text-align: left;
    color:rgba(0,0,0,0.6);
    font-weight: normal;
    margin-left: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  #videoPlayerChoice{
    display: none;
  }
  #videoPlayerChoiceMobile{
    display: block;
    float: left;
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right:4px;
    height: 300px;
    display: none;
    display: block;
    margin-bottom: -150px;
  }

  /*gestione become a model mobile css*/
#bookingHomeSpace{
  min-height: auto;
  max-height: auto;
  padding-bottom: 30px;
  height: auto;
}
  h1.bookingHomeTitle{
      width: 90%;
      margin: 0px;
      padding: 0px;
      margin-left: 5%;
      margin-right: 5%;
      border-bottom: 1px solid rgba(255,255,255,1);
      float: left;
      text-align: center;
      text-transform: uppercase;
      font-size: 2em;
      color: rgba(255,255,255,1);
      font-weight: normal;
      font-family: 'Julius Sans One', sans-serif;
      margin-bottom: 15px;
      margin-top: 25px;
      letter-spacing: 0px;
  }
}
@media (min-width: 568px) and (max-width: 666px) {
  #inviteToScrollMom{
    display: none;
  }
  #homeContainer {
    position: absolute;
    z-index: 1000000;
    margin-top: 300px;
    background-color: rgb(255, 255, 255, 1);
}
  #newsHomeSpace{
      width: 100%;
      float: left;
      padding: 0px;
      margin:0px;
      margin-left: 0%;
      margin-right: 0%;
      margin-top: 25px;
      min-height: 140px;
  }
  #newsContainerDesktop{
    display: none;
  }
  #newsContainer{
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
    padding:0px;
    padding-bottom: 0px;
    min-height: 346px;
    max-height: 346px;
    overflow: hidden;
  }
  .singleNew{
    display: inline;
    float: left;
    width: calc(33.3% - 6px);
    height: auto;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 50px;
    min-height: 140px;
    padding-bottom: 0px;
    padding-right: 0px;
    box-shadow: 0px 0px rgba(0,0,0,0);
  }
  .singleNewTitle{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.7em;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    max-height: 0px;
    min-height: 0px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
  }

  h1.newsHomeTitle{
    width: 50%;
    margin: 0px;
    padding: 0px;
    margin-left: 25%;
    margin-right: 25%;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgba(0,0,0,0.6);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 15px;
    letter-spacing: 5px;
  }
  .singleNewDescription{
    display: none;
  }
  .newsCover{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width:100%;
  height: auto;
  min-height: 140px;
  }
  p.finishNews{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    float: left;
    clear: both;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    color: rgba(0,0,0,0.4);
    margin-top: 25px;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
  }
  #newsShowMoreButton{
    display: none;
  }
  #newsShowMoreButtonMobile{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  #inviteToScroll{
    display: none !important;
  }
  /*videomobileCss*/
  #videoPlayer{
    display: none;
  }
  #videoPlayerMobile{
      display: block;
      float: left;
      width: calc(100% - 8px);
      margin-left: 4px;
      margin-right: 4px;
      height: 150px;
      background: rgba(255,255,255,1);
      clear: both;
  }
  /*video book list*/
  #videoBookList {
      width: 100%;
      border-left: none;
      display: block;
      float: left;
      clear: both;
      background-color: rgba(255,255,255,1);
      color: rgba(0,0,0,0.6);
      padding-bottom: 0px;
  }
  ul.videoBookListUl{
    list-style: none;
    margin:0px;
    padding:0px;
    padding-top:15px;
    min-height: auto;
    margin-top:10px;
  }
  .videoPlayerListItem{
    display: none;
  }
  .videoPlayerListItemMobile{
    display: block;
    width:calc(100% - 20px);
    float: right;
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 0.8em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: right;
    transition:  0.5s;
    cursor: pointer;
  }
  li.singleVideoItem{
    font-family: 'Mulish', sans-serif;
    font-size: 1em;
    width: calc(100% - 20px);
    float: left;
    clear: both;
    cursor: pointer;
    text-align: left;
    color:rgba(0,0,0,0.6);
    font-weight: normal;
    margin-left: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  #videoPlayerChoice{
    display: none;
  }
  #videoPlayerChoiceMobile{
    display: block;
    float: left;
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right:4px;
    height: 300px;
    display: none;
    display: block;
  }
  /*gestione become a model mobile css*/
#bookingHomeSpace{
  min-height: auto;
  max-height: auto;
  padding-bottom: 30px;
  height: auto;
}
  h1.bookingHomeTitle{
      width: 90%;
      margin: 0px;
      padding: 0px;
      margin-left: 5%;
      margin-right: 5%;
      border-bottom: 1px solid rgba(255,255,255,1);
      float: left;
      text-align: center;
      text-transform: uppercase;
      font-size: 2em;
      color: rgba(255,255,255,1);
      font-weight: normal;
      font-family: 'Julius Sans One', sans-serif;
      margin-bottom: 15px;
      margin-top: 25px;
      letter-spacing: 0px;
  }
}
@media (min-width: 666px) and (max-width: 730px) {
  #inviteToScrollMom{
    display: none;
  }
  #homeContainer {
    position: absolute;
    z-index: 1000000;
    margin-top: 300px;
    background-color: rgb(255, 255, 255, 1);
}
  #newsHomeSpace{
      width: 100%;
      float: left;
      padding: 0px;
      margin:0px;
      margin-left: 0%;
      margin-right: 0%;
      margin-top: 25px;
      min-height: 140px;
  }
  #newsContainerDesktop{
    display: none;
  }
  #newsContainer{
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
    padding:0px;
    padding-bottom: 0px;
    min-height: 346px;
    max-height: 346px;
    overflow: hidden;
  }
  .singleNew{
    display: inline;
    float: left;
    width: calc(33.3% - 6px);
    height: auto;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 50px;
    min-height: 140px;
    padding-bottom: 0px;
    padding-right: 0px;
    box-shadow: 0px 0px rgba(0,0,0,0);
  }
  .singleNewTitle{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.7em;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    max-height: 0px;
    min-height: 0px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
  }

  h1.newsHomeTitle{
    width: 50%;
    margin: 0px;
    padding: 0px;
    margin-left: 25%;
    margin-right: 25%;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgba(0,0,0,0.6);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 15px;
    letter-spacing: 5px;
  }
  .singleNewDescription{
    display: none;
  }
  .newsCover{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width:100%;
  height: auto;
  min-height: 140px;
  }
  p.finishNews{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    float: left;
    clear: both;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    color: rgba(0,0,0,0.4);
    margin-top: 25px;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
  }
  #newsShowMoreButton{
    display: none;
  }
  #newsShowMoreButtonMobile{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  #inviteToScroll{
    display: none !important;
  }
  /*videomobileCss*/
  #videoPlayer{
    display: none;
  }
  #videoPlayerMobile{
      display: block;
      float: left;
      width: calc(100% - 8px);
      margin-left: 4px;
      margin-right: 4px;
      height: 150px;
      background: rgba(255,255,255,1);
      clear: both;
  }
  /*video book list*/
  #videoBookList {
      width: 100%;
      border-left: none;
      display: block;
      float: left;
      clear: both;
      background-color: rgba(255,255,255,1);
      color: rgba(0,0,0,0.6);
      padding-bottom: 0px;
  }
  ul.videoBookListUl{
    list-style: none;
    margin:0px;
    padding:0px;
    padding-top:15px;
    min-height: auto;
    margin-top:10px;
  }
  .videoPlayerListItem{
    display: none;
  }
  .videoPlayerListItemMobile{
    display: block;
    width:calc(100% - 20px);
    float: right;
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 0.8em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: right;
    transition:  0.5s;
    cursor: pointer;
  }
  li.singleVideoItem{
    font-family: 'Mulish', sans-serif;
    font-size: 1em;
    width: calc(100% - 20px);
    float: left;
    clear: both;
    cursor: pointer;
    text-align: left;
    color:rgba(0,0,0,0.6);
    font-weight: normal;
    margin-left: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  #videoPlayerChoice{
    display: none;
  }
  #videoPlayerChoiceMobile{
    display: block;
    float: left;
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right:4px;
    height: 300px;
    display: none;
    display: block;
    margin-bottom: -150px;
  }

  /*gestione become a model mobile css*/
#bookingHomeSpace{
  min-height: auto;
  max-height: auto;
  padding-bottom: 30px;
  height: auto;
}
  h1.bookingHomeTitle{
      width: 90%;
      margin: 0px;
      padding: 0px;
      margin-left: 5%;
      margin-right: 5%;
      border-bottom: 1px solid rgba(255,255,255,1);
      float: left;
      text-align: center;
      text-transform: uppercase;
      font-size: 2em;
      color: rgba(255,255,255,1);
      font-weight: normal;
      font-family: 'Julius Sans One', sans-serif;
      margin-bottom: 15px;
      margin-top: 25px;
      letter-spacing: 0px;
  }
}
@media (min-width: 730px) and (max-width: 823px) {
  #inviteToScrollMom{
    display: none;
  }
  #homeContainer {
    position: absolute;
    z-index: 1000000;
    margin-top: 300px;
    background-color: rgb(255, 255, 255, 1);
}
  #newsHomeSpace{
      width: 100%;
      float: left;
      padding: 0px;
      margin:0px;
      margin-left: 0%;
      margin-right: 0%;
      margin-top: 25px;
      min-height: 140px;
  }
  #newsContainerDesktop{
    display: none;
  }
  #newsContainer{
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
    padding:0px;
    padding-bottom: 0px;
    min-height: 346px;
    max-height: 346px;
    overflow: hidden;
  }
  .singleNew{
    display: inline;
    float: left;
    width: calc(33.3% - 6px);
    height: auto;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 50px;
    min-height: 140px;
    padding-bottom: 0px;
    padding-right: 0px;
    box-shadow: 0px 0px rgba(0,0,0,0);
  }
  .singleNewTitle{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.7em;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    max-height: 0px;
    min-height: 0px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
  }

  h1.newsHomeTitle{
    width: 50%;
    margin: 0px;
    padding: 0px;
    margin-left: 25%;
    margin-right: 25%;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgba(0,0,0,0.6);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 15px;
    letter-spacing: 5px;
  }
  .singleNewDescription{
    display: none;
  }
  .newsCover{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width:100%;
  height: auto;
  min-height: 140px;
  }
  p.finishNews{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    float: left;
    clear: both;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    color: rgba(0,0,0,0.4);
    margin-top: 25px;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
  }
  #newsShowMoreButton{
    display: none;
  }
  #newsShowMoreButtonMobile{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  #inviteToScroll{
    display: none !important;
  }
  /*videomobileCss*/
  #videoPlayer{
    display: none;
  }
  #videoPlayerMobile{
      display: block;
      float: left;
      width: calc(100% - 8px);
      margin-left: 4px;
      margin-right: 4px;
      height: 150px;
      background: rgba(255,255,255,1);
      clear: both;
  }
  /*video book list*/
  #videoBookList {
      width: 100%;
      border-left: none;
      display: block;
      float: left;
      clear: both;
      background-color: rgba(255,255,255,1);
      color: rgba(0,0,0,0.6);
      padding-bottom: 0px;
  }
  ul.videoBookListUl{
    list-style: none;
    margin:0px;
    padding:0px;
    padding-top:15px;
    min-height: auto;
    margin-top:10px;
  }
  .videoPlayerListItem{
    display: none;
  }
  .videoPlayerListItemMobile{
    display: block;
    width:calc(100% - 20px);
    float: right;
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 0.8em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: right;
    transition:  0.5s;
    cursor: pointer;
  }
  li.singleVideoItem{
    font-family: 'Mulish', sans-serif;
    font-size: 1em;
    width: calc(100% - 20px);
    float: left;
    clear: both;
    cursor: pointer;
    text-align: left;
    color:rgba(0,0,0,0.6);
    font-weight: normal;
    margin-left: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  #videoPlayerChoice{
    display: none;
  }
  #videoPlayerChoiceMobile{
    display: block;
    float: left;
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right:4px;
    height: 300px;
    display: none;
    display: block;
    margin-bottom: -150px;
  }

  /*gestione become a model mobile css*/
#bookingHomeSpace{
  min-height: auto;
  max-height: auto;
  padding-bottom: 30px;
  height: auto;
}
  h1.bookingHomeTitle{
      width: 90%;
      margin: 0px;
      padding: 0px;
      margin-left: 5%;
      margin-right: 5%;
      border-bottom: 1px solid rgba(255,255,255,1);
      float: left;
      text-align: center;
      text-transform: uppercase;
      font-size: 2em;
      color: rgba(255,255,255,1);
      font-weight: normal;
      font-family: 'Julius Sans One', sans-serif;
      margin-bottom: 15px;
      margin-top: 25px;
      letter-spacing: 0px;
  }
}
@media (min-width: 411px) and (max-width: 731px) {
  #inviteToScrollMom{
    display: none;
  }
  #homeContainer {
    position: absolute;
    z-index: 1000000;
    margin-top: 300px;
    background-color: rgb(255, 255, 255, 1);
}
  #newsHomeSpace{
      width: 100%;
      float: left;
      padding: 0px;
      margin:0px;
      margin-left: 0%;
      margin-right: 0%;
      margin-top: 25px;
      min-height: 140px;
  }
  #newsContainerDesktop{
    display: none;
  }
  #newsContainer{
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
    padding:0px;
    padding-bottom: 0px;
    min-height: 346px;
    max-height: 346px;
    overflow: hidden;
  }
  .singleNew{
    display: inline;
    float: left;
    width: calc(33.3% - 6px);
    height: auto;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 50px;
    min-height: 140px;
    padding-bottom: 0px;
    padding-right: 0px;
    box-shadow: 0px 0px rgba(0,0,0,0);
  }
  .singleNewTitle{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.7em;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    max-height: 0px;
    min-height: 0px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
  }

  h1.newsHomeTitle{
    width: 50%;
    margin: 0px;
    padding: 0px;
    margin-left: 25%;
    margin-right: 25%;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgba(0,0,0,0.6);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 15px;
    letter-spacing: 5px;
  }
  .singleNewDescription{
    display: none;
  }
  .newsCover{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width:100%;
  height: auto;
  min-height: 140px;
  }
  p.finishNews{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    float: left;
    clear: both;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    color: rgba(0,0,0,0.4);
    margin-top: 25px;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
  }
  #newsShowMoreButton{
    display: none;
  }
  #newsShowMoreButtonMobile{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  #inviteToScroll{
    display: none !important;
  }
  /*videomobileCss*/
  #videoPlayer{
    display: none;
  }
  #videoPlayerMobile{
      display: block;
      float: left;
      width: calc(100% - 8px);
      margin-left: 4px;
      margin-right: 4px;
      height: 150px;
      background: rgba(255,255,255,1);
      clear: both;
  }
  /*video book list*/
  #videoBookList {
      width: 100%;
      border-left: none;
      display: block;
      float: left;
      clear: both;
      background-color: rgba(255,255,255,1);
      color: rgba(0,0,0,0.6);
      padding-bottom: 0px;
  }
  ul.videoBookListUl{
    list-style: none;
    margin:0px;
    padding:0px;
    padding-top:15px;
    min-height: auto;
    margin-top:10px;
  }
  .videoPlayerListItem{
    display: none;
  }
  .videoPlayerListItemMobile{
    display: block;
    width:calc(100% - 20px);
    float: right;
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 0.8em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: right;
    transition:  0.5s;
    cursor: pointer;
  }
  li.singleVideoItem{
    font-family: 'Mulish', sans-serif;
    font-size: 1em;
    width: calc(100% - 20px);
    float: left;
    clear: both;
    cursor: pointer;
    text-align: left;
    color:rgba(0,0,0,0.6);
    font-weight: normal;
    margin-left: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  #videoPlayerChoice{
    display: none;
  }
  #videoPlayerChoiceMobile{
    display: block;
    float: left;
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right:4px;
    height: 300px;
    display: none;
    display: block;
    margin-bottom: -150px;
  }

  /*gestione become a model mobile css*/
#bookingHomeSpace{
  min-height: auto;
  max-height: auto;
  padding-bottom: 30px;
  height: auto;
}
  h1.bookingHomeTitle{
      width: 90%;
      margin: 0px;
      padding: 0px;
      margin-left: 5%;
      margin-right: 5%;
      border-bottom: 1px solid rgba(255,255,255,1);
      float: left;
      text-align: center;
      text-transform: uppercase;
      font-size: 2em;
      color: rgba(255,255,255,1);
      font-weight: normal;
      font-family: 'Julius Sans One', sans-serif;
      margin-bottom: 15px;
      margin-top: 25px;
      letter-spacing: 0px;
  }
}
@media (min-width: 360px) and (max-width: 640px) {
  #inviteToScrollMom{
    display: none;
  }
  #homeContainer {
    position: absolute;
    z-index: 1000000;
    margin-top: 300px;
    background-color: rgb(255, 255, 255, 1);
}
  #newsHomeSpace{
      width: 100%;
      float: left;
      padding: 0px;
      margin:0px;
      margin-left: 0%;
      margin-right: 0%;
      margin-top: 25px;
      min-height: 140px;
  }
  #newsContainerDesktop{
    display: none;
  }
  #newsContainer{
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
    padding:0px;
    padding-bottom: 0px;
    min-height: 346px;
    max-height: 346px;
    overflow: hidden;
  }
  .singleNew{
    display: inline;
    float: left;
    width: calc(33.3% - 6px);
    height: auto;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 50px;
    min-height: 140px;
    padding-bottom: 0px;
    padding-right: 0px;
    box-shadow: 0px 0px rgba(0,0,0,0);
  }
  .singleNewTitle{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.7em;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    max-height: 0px;
    min-height: 0px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
  }

  h1.newsHomeTitle{
    width: 50%;
    margin: 0px;
    padding: 0px;
    margin-left: 25%;
    margin-right: 25%;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgba(0,0,0,0.6);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 15px;
    letter-spacing: 5px;
  }
  .singleNewDescription{
    display: none;
  }
  .newsCover{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width:100%;
  height: auto;
  min-height: 140px;
  }
  p.finishNews{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    float: left;
    clear: both;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    color: rgba(0,0,0,0.4);
    margin-top: 25px;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
  }
  #newsShowMoreButton{
    display: none;
  }
  #newsShowMoreButtonMobile{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  #inviteToScroll{
    display: none !important;
  }
  /*videomobileCss*/
  #videoPlayer{
    display: none;
  }
  #videoPlayerMobile{
      display: block;
      float: left;
      width: calc(100% - 8px);
      margin-left: 4px;
      margin-right: 4px;
      height: 150px;
      background: rgba(255,255,255,1);
      clear: both;
  }
  /*video book list*/
  #videoBookList {
      width: 100%;
      border-left: none;
      display: block;
      float: left;
      clear: both;
      background-color: rgba(255,255,255,1);
      color: rgba(0,0,0,0.6);
      padding-bottom: 0px;
  }
  ul.videoBookListUl{
    list-style: none;
    margin:0px;
    padding:0px;
    padding-top:15px;
    min-height: auto;
    margin-top:10px;
  }
  .videoPlayerListItem{
    display: none;
  }
  .videoPlayerListItemMobile{
    display: block;
    width:calc(100% - 20px);
    float: right;
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 0.8em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: right;
    transition:  0.5s;
    cursor: pointer;
  }
  li.singleVideoItem{
    font-family: 'Mulish', sans-serif;
    font-size: 1em;
    width: calc(100% - 20px);
    float: left;
    clear: both;
    cursor: pointer;
    text-align: left;
    color:rgba(0,0,0,0.6);
    font-weight: normal;
    margin-left: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  #videoPlayerChoice{
    display: none;
  }
  #videoPlayerChoiceMobile{
    display: block;
    float: left;
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right:4px;
    height: 300px;
    display: none;
    display: block;
    margin-bottom: -150px;
  }
  /*gestione become a model mobile css*/
#bookingHomeSpace{
  min-height: auto;
  max-height: auto;
  padding-bottom: 30px;
  height: auto;
}
  h1.bookingHomeTitle{
      width: 90%;
      margin: 0px;
      padding: 0px;
      margin-left: 5%;
      margin-right: 5%;
      border-bottom: 1px solid rgba(255,255,255,1);
      float: left;
      text-align: center;
      text-transform: uppercase;
      font-size: 2em;
      color: rgba(255,255,255,1);
      font-weight: normal;
      font-family: 'Julius Sans One', sans-serif;
      margin-bottom: 15px;
      margin-top: 25px;
      letter-spacing: 0px;
  }
}
@media (min-width: 279px) and (max-width: 568px) {
  #inviteToScrollMom{
    display: none;
  }
  #homeContainer {
    position: absolute;
    z-index: 1000000;
    margin-top: 300px;
    background-color: rgb(255, 255, 255, 1);
}
  #newsHomeSpace{
      width: 100%;
      float: left;
      padding: 0px;
      margin:0px;
      margin-left: 0%;
      margin-right: 0%;
      margin-top: 25px;
      min-height: 140px;
  }
  #newsContainerDesktop{
    display: none;
  }
  #newsContainer{
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
    padding:0px;
    padding-bottom: 0px;
    min-height: 346px;
    max-height: 346px;
    overflow: hidden;
  }
  .singleNew{
    display: inline;
    float: left;
    width: calc(33.3% - 6px);
    height: auto;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 50px;
    min-height: 140px;
    padding-bottom: 0px;
    padding-right: 0px;
    box-shadow: 0px 0px rgba(0,0,0,0);
  }
  .singleNewTitle{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.7em;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    max-height: 0px;
    min-height: 0px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
  }

  h1.newsHomeTitle{
    width: 50%;
    margin: 0px;
    padding: 0px;
    margin-left: 25%;
    margin-right: 25%;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgba(0,0,0,0.6);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 15px;
    letter-spacing: 5px;
  }
  .singleNewDescription{
    display: none;
  }
  .newsCover{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width:100%;
  height: auto;
  min-height: 140px;
  }
  p.finishNews{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    float: left;
    clear: both;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    color: rgba(0,0,0,0.4);
    margin-top: 25px;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
  }
  #newsShowMoreButton{
    display: none;
  }
  #newsShowMoreButtonMobile{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  #inviteToScroll{
    display: none !important;
  }
  /*videomobileCss*/
  #videoPlayer{
    display: none;
  }
  #videoPlayerMobile{
      display: block;
      float: left;
      width: calc(100% - 8px);
      margin-left: 4px;
      margin-right: 4px;
      height: 150px;
      background: rgba(255,255,255,1);
      clear: both;
  }
  /*video book list*/
  #videoBookList {
      width: 100%;
      border-left: none;
      display: block;
      float: left;
      clear: both;
      background-color: rgba(255,255,255,1);
      color: rgba(0,0,0,0.6);
      padding-bottom: 0px;
  }
  ul.videoBookListUl{
    list-style: none;
    margin:0px;
    padding:0px;
    padding-top:15px;
    min-height: auto;
    margin-top:10px;
  }.videoPlayerListItem{
    display: none;
  }
  .videoPlayerListItemMobile{
    display: block;
    width:calc(100% - 20px);
    float: right;
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 0.8em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: right;
    transition:  0.5s;
    cursor: pointer;
  }
  li.singleVideoItem{
    font-family: 'Mulish', sans-serif;
    font-size: 1em;
    width: calc(100% - 20px);
    float: left;
    clear: both;
    cursor: pointer;
    text-align: left;
    color:rgba(0,0,0,0.6);
    font-weight: normal;
    margin-left: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  #videoPlayerChoice{
    display: none;
  }
  #videoPlayerChoiceMobile{
    display: block;
    float: left;
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right:4px;
    height: 300px;
    display: none;
    display: block;
    margin-bottom: -150px;
  }

  /*gestione become a model mobile css*/
#bookingHomeSpace{
  min-height: auto;
  max-height: auto;
  padding-bottom: 30px;
  height: auto;
}
  h1.bookingHomeTitle{
      width: 90%;
      margin: 0px;
      padding: 0px;
      margin-left: 5%;
      margin-right: 5%;
      border-bottom: 1px solid rgba(255,255,255,1);
      float: left;
      text-align: center;
      text-transform: uppercase;
      font-size: 2em;
      color: rgba(255,255,255,1);
      font-weight: normal;
      font-family: 'Julius Sans One', sans-serif;
      margin-bottom: 15px;
      margin-top: 25px;
      letter-spacing: 0px;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  #inviteToScrollMom{
    display: none;
  }
  #homeContainer {
    position: absolute;
    z-index: 1000000;
    margin-top: 300px;
    background-color: rgb(255, 255, 255, 1);
}
  #newsHomeSpace{
      width: 100%;
      float: left;
      padding: 0px;
      margin:0px;
      margin-left: 0%;
      margin-right: 0%;
      margin-top: 25px;
      min-height: 140px;
  }
  #newsContainerDesktop{
    display: none;
  }
  #newsContainer{
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
    padding:0px;
    padding-bottom: 0px;
    min-height: 346px;
    max-height: 346px;
    overflow: hidden;
  }
  .singleNew{
    display: inline;
    float: left;
    width: calc(33.3% - 6px);
    height: auto;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 50px;
    min-height: 140px;
    padding-bottom: 0px;
    padding-right: 0px;
    box-shadow: 0px 0px rgba(0,0,0,0);
  }
  .singleNewTitle{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.7em;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    max-height: 0px;
    min-height: 0px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
  }

  h1.newsHomeTitle{
    width: 50%;
    margin: 0px;
    padding: 0px;
    margin-left: 25%;
    margin-right: 25%;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgba(0,0,0,0.6);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 15px;
    letter-spacing: 5px;
  }
  .singleNewDescription{
    display: none;
  }
  .newsCover{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width:100%;
  height: auto;
  min-height: 140px;
  }

  p.finishNews{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    float: left;
    clear: both;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    color: rgba(0,0,0,0.4);
    margin-top: 25px;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
  }
  #newsShowMoreButton{
    display: none;
  }
  #newsShowMoreButtonMobile{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  #inviteToScroll{
    display: none !important;
  }
  /*videomobileCss*/
  #videoPlayer{
    display: none;
  }
  #videoPlayerMobile{
      display: block;
      float: left;
      width: calc(100% - 8px);
      margin-left: 4px;
      margin-right: 4px;
      height: 150px;
      background: rgba(255,255,255,1);
      clear: both;
  }
  /*video book list*/
  #videoBookList {
      width: 100%;
      border-left: none;
      display: block;
      float: left;
      clear: both;
      background-color: rgba(255,255,255,1);
      color: rgba(0,0,0,0.6);
      padding-bottom: 0px;
  }
  ul.videoBookListUl{
    list-style: none;
    margin:0px;
    padding:0px;
    padding-top:15px;
    min-height: auto;
    margin-top:10px;
  }
  .videoPlayerListItem{
    display: none;
  }
  .videoPlayerListItemMobile{
    display: block;
    width:calc(100% - 20px);
    float: right;
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 0.8em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: right;
    transition:  0.5s;
    cursor: pointer;
  }
  li.singleVideoItem{
    font-family: 'Mulish', sans-serif;
    font-size: 1em;
    width: calc(100% - 20px);
    float: left;
    clear: both;
    cursor: pointer;
    text-align: left;
    color:rgba(0,0,0,0.6);
    font-weight: normal;
    margin-left: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  #videoPlayerChoice{
    display: none;
  }
  #videoPlayerChoiceMobile{
    display: block;
    float: left;
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right:4px;
    height: 300px;
    display: none;
    display: block;
    margin-bottom: -150px;
  }

  /*gestione become a model mobile css*/
#bookingHomeSpace{
  min-height: auto;
  max-height: auto;
  padding-bottom: 30px;
  height: auto;
}
  h1.bookingHomeTitle{
      width: 90%;
      margin: 0px;
      padding: 0px;
      margin-left: 5%;
      margin-right: 5%;
      border-bottom: 1px solid rgba(255,255,255,1);
      float: left;
      text-align: center;
      text-transform: uppercase;
      font-size: 2em;
      color: rgba(255,255,255,1);
      font-weight: normal;
      font-family: 'Julius Sans One', sans-serif;
      margin-bottom: 15px;
      margin-top: 25px;
      letter-spacing: 0px;
  }
}
@media (min-width: 279px) and (max-width: 568px) {
#inviteToScrollMom{
    display: none;
  }
#homeContainer {
    position: absolute;
    z-index: 1000000;
    margin-top: 300px;
    background-color: rgb(255, 255, 255, 1);
}
#newsHomeSpace{
      width: 100%;
      float: left;
      padding: 0px;
      margin:0px;
      margin-left: 0%;
      margin-right: 0%;
      margin-top: 25px;
      min-height: 140px;
  }

#newsContainerDesktop{
    display: none;
  }
#newsContainer{
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
    padding:0px;
    padding-bottom: 0px;
    min-height: 346px;
    max-height: 346px;
    overflow: hidden;
  }
.singleNew{
    display: inline;
    float: left;
    width: calc(33.3% - 6px);
    height: auto;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 50px;
    min-height: 140px;
    padding-bottom: 0px;
    padding-right: 0px;
    box-shadow: 0px 0px rgba(0,0,0,0);
  }
.singleNewTitle{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.7em;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    max-height: 0px;
    min-height: 0px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
  }

h1.newsHomeTitle{
    width: 50%;
    margin: 0px;
    padding: 0px;
    margin-left: 25%;
    margin-right: 25%;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgba(0,0,0,0.6);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 15px;
    letter-spacing: 5px;
  }
.singleNewDescription{
    display: none;
  }
.newsCover{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width:100%;
  height: auto;
  min-height: 140px;
}

p.finishNews{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    float: left;
    clear: both;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    color: rgba(0,0,0,0.4);
    margin-top: 25px;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
  }
#newsShowMoreButton{
    display: none;
  }
#newsShowMoreButtonMobile{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
    margin-top: 25px;
  }
#inviteToScroll{
    display: none !important;
  }
  /*videomobileCss*/
#videoPlayer{
    display: none;
  }
#videoPlayerMobile{
      display: block;
      float: left;
      width: calc(100% - 8px);
      margin-left: 4px;
      margin-right: 4px;
      height: 150px;
      background: rgba(255,255,255,1);
      clear: both;
  }
  /*video book list*/
  #videoBookList {
      width: 100%;
      border-left: none;
      display: block;
      float: left;
      clear: both;
      background-color: rgba(255,255,255,1);
      color: rgba(0,0,0,0.6);
      padding-bottom: 0px;
  }
  ul.videoBookListUl{
    list-style: none;
    margin:0px;
    padding:0px;
    padding-top:15px;
    min-height: auto;
    margin-top:10px;
  }
  .videoPlayerListItem{
    display: none;
  }
  .videoPlayerListItemMobile{
    display: block;
    width:calc(100% - 20px);
    float: right;
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 0.8em;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    text-align: right;
    transition:  0.5s;
    cursor: pointer;
  }
  li.singleVideoItem{
    font-family: 'Mulish', sans-serif;
    font-size: 1em;
    width: calc(100% - 20px);
    float: left;
    clear: both;
    cursor: pointer;
    text-align: left;
    color:rgba(0,0,0,0.6);
    font-weight: normal;
    margin-left: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  #videoPlayerChoice{
    display: none;
  }
  #videoPlayerChoiceMobile{
    display: block;
    float: left;
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right:4px;
    height: 300px;
    display: none;
    display: block;
    margin-bottom: -150px;
  }

  /*gestione become a model mobile css*/
#bookingHomeSpace{
  min-height: auto;
  max-height: auto;
  padding-bottom: 30px;
  height: auto;
}
  h1.bookingHomeTitle{
      width: 90%;
      margin: 0px;
      padding: 0px;
      margin-left: 5%;
      margin-right: 5%;
      border-bottom: 1px solid rgba(255,255,255,1);
      float: left;
      text-align: center;
      text-transform: uppercase;
      font-size: 2em;
      color: rgba(255,255,255,1);
      font-weight: normal;
      font-family: 'Julius Sans One', sans-serif;
      margin-bottom: 15px;
      margin-top: 25px;
      letter-spacing: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px){
  #inviteToScroll{
  display: none;
  position: absolute;
  width: 200px;
  padding: 50px;
  margin-left: calc(50% - 150px);
  margin-top: 0px;
  z-index: 9999;
  animation-name: blinked;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
p.goDownInvite{
  font-size: 0.8em;
  color: rgba(255,255,255,1);
  text-align: center;
  width: 100%;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.8);
  opacity: 0;
  transition: 2s;
}
#inviteToScroll:hover > p.goDownInvite {
  opacity: 1;
  transition: 0.5s;
}
@keyframes blinked
 {
from { top: 400px;}
to { top: 410px;}
from { top: 400px;}
}
#inviteToScroll img{
  width: 30%;
  margin-left: 35%;
  margin-right: 35%;
  text-shadow: 10px 10px 10px black;
  shadow:10px 10px 10px black;
}
i.fa-chevron-down{
  float: left;
  display: block !important;
  width: 100px;
  opacity: 1;
  color: white;
  text-align: center;
  font-size: 4em;
}

/*newsHomeSpace*/
#newsHomeSpace{
  width: 80%;
  float: left;
  padding: 0px;
  margin:0px;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 50px;
  min-height: 300px;
}
h1.newsHomeTitle{
  width: 50%;
  margin: 0px;
  padding: 0px;
  margin-left: 25%;
  margin-right: 25%;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  color: rgba(0,0,0,0.6);
  font-weight: normal;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 50px;
}
#contentNews{
  width: 100%;
  float: left;
  margin: 0px;
  padding:0px;
}
#newsContainerDesktop{
  width: 100%;
  float: left;
  margin: 0px;
  padding:0px;
  padding-bottom: 50px;
  min-height: 900px;
  max-height: 900px;
  overflow: hidden;
}
#newsContainerDesktop{
  display: block;
}
#newsContainer{
  display: none;
}
.singleNew{
  display: inline;
  float: left;
  width: calc(30% - 10px);
  padding-bottom: 10px;
  padding-right: 9px;
  box-shadow: 5px 2px 10px 2px rgba(0,0,0,0.0);
  height: auto;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 70px;
  min-height: 450px;
  transition: 0.4s;
}
.singleNew:hover{
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.0  5);
  transition: 0.6s;
}
/*immagine news*/
.newsCover{
background-size: cover !important;
background-repeat: no-repeat !important;
width:100%;
height: auto;
min-height: 180px;
cursor: pointer;
transition: 0.4s;
}

.singleNew:hover > .newsCover{
  filter: contrast(120%);
  transition: 0.4s;
}
.singleNewTitle{
  width: 100%;
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.8em;
  color: rgba(0,0,0,0.5);
  font-weight: normal;
  font-family: 'Mulish', sans-serif;
  max-height: 50px;
  min-height: 50px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.5s;
}
.singleNewTitle:hover{
  color: rgba(0,0,0,0.7);
  transition: 0.5s;
}
.singleNewDescription{
  width: 80%;
  float: left;
  clear: both;
  margin: 0px;
  margin-right:20%;
  padding: 0px;
  text-align: right;
  font-size: 1em;
  color: rgba(0,0,0,0.8);
  font-weight: normal;
  font-family: 'Mulish', sans-serif;
  cursor: pointer;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 7px;
  min-height: 51px;
  max-height: 51px;
}
.descriptionSpace{
  width: 100%;
  text-align: left;
  color: rgba(0,0,0,0.4);
  font-size: 1em;
  margin-bottom: 15px;
  font-style: italic;
}
.newLinkSpace{
  width: 100%;
  float: right;
  clear: both;
  text-align: left;
}
a.newsLink{
  float: right;
  clear: both;
  width: 150px;
  height: 36px;
  margin-left: 0px;
  font-size: 1em;
  line-height: 2.2em;
  margin-top: 0px;
  text-align: center;
  text-decoration: none;
  color: rgba(0,0,0,0.4);
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0%;
  transition: 0.4s;
  z-index: 99;
  position: relative;
  overflow: hidden;
  margin-right: 25px;
  margin-left: 25px;
  font-family: 'Mulish', sans-serif;
}
.backgroundEye{
  position:absolute;
  top:-51px;
  background: rgba(0,0,0,0.1);
  width: 150px;
  height: 36px;
  z-index: 100;
  color: rgba(255,255,255,1);
  transition: 0.2s;
  z-index: 1000;
}
a.newsLink:hover{
  z-index: 200;
  width: 150px;
  height: 36px;
  margin-top: 0px;
  border-radius: 10px;
}
a.newsLink:hover > .backgroundEye{
  top: 0px;
  z-index: 100;
  transition: 0.2s;
  width: 150px;
  height: 36px;
}

/*show more button*/
#newsShowMoreButton{
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
/*animazione show more*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';


div[class*=box] {
  height: 33.33%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Mulish', sans-serif;
}

.box-1 {
  background-color: rgbA(255,255,255,0);
}

.btn {
  line-height: 25px;
  height: 25px;
  text-align: center;
  width: 60px;
  cursor: pointer;
  margin-left: 10px;
  padding-top: 7px;
  padding-bottom: 5px;
}

/*
========================
      BUTTON ONE
========================
*/
.btn-one {
  color: rgba(0,0,0,0.4);
  transition: all 0.3s;
  position: relative;
}
.btn-one span {
  transition: all 0.3s;
}
.btn-one::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(0,0,0,0.35);
  border-bottom-color: rgba(0,0,0,0.35);
  transform: scale(0.1, 1);
}
.btn-one:hover span {
  letter-spacing: 2px;
}
.btn-one:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.btn-one::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: rgba(0,0,0,0.03);
}
.btn-one:hover::after {
  opacity: 0;
  transform: scale(0.1, 1);
}
p.finishNews{
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  float: left;
  clear: both;
  text-align: center;
  font-family: 'Mulish', sans-serif;
  color: rgba(0,0,0,0.4);
  margin-top: 150px;
  font-size: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-top: 1px solid rgba(0,0,0,0.1);
  text-transform: uppercase;
}
/*nascondo il newsShowMoreButtonMobile dalla verisone Desktop*/
#newsShowMoreButtonMobile{
  display: none;
}
/*prova*/
 .bubbly-button {
	 font-family: 'Helvetica', 'Arial', sans-serif;
	 display: inline-block;
	 font-size: 1em;
	 padding: 1em 2em;
	 margin-top: 100px;
	 margin-bottom: 60px;
	 -webkit-appearance: none;
	 appearance: none;
	 background-color: rgba(0,0,0,0.5);
	 color: #fff;
	 border-radius: 4px;
	 border: none;
	 cursor: pointer;
	 position: relative;
	 transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
	 box-shadow: 0 2px 25px rgba(0,0,0,0);
   margin-left: calc(50% - 5em);
}
 .bubbly-button:focus {
	 outline: 0;
}
 .bubbly-button:before, .bubbly-button:after {
	 position: absolute;
	 content: '';
	 display: block;
	 width: 140%;
	 height: 100%;
	 left: -20%;
	 z-index: -1000;
	 transition: all ease-in-out 0.5s;
	 background-repeat: no-repeat;
}
 .bubbly-button:before {
	 display: none;
	 top: -75%;
	 background-image: radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, transparent 20%, #00C1B3 20%, transparent 30%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #00C1B3 15%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%);
	 background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
 .bubbly-button:after {
	 display: none;
	 bottom: -75%;
	 background-image: radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #00C1B3 15%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%);
	 background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
 .bubbly-button:active {
	 transform: scale(0.9);
	 background-color: #00C1B3;
	 box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
}
 .bubbly-button.animate:before {
	 display: block;
	 animation: topBubbles ease-in-out 0.75s forwards;
}
 .bubbly-button.animate:after {
	 display: block;
	 animation: bottomBubbles ease-in-out 0.75s forwards;
}
 @keyframes topBubbles {
	 0% {
		 background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
	}
	 50% {
		 background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
	}
	 100% {
		 background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
		 background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}
 @keyframes bottomBubbles {
	 0% {
		 background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
	}
	 50% {
		 background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
	}
	 100% {
		 background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
		 background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}


/*animazione verticale share*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
 .iconMom {
   width: 50px;
	 z-index: 999;
	 position: relative;
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
}
 .iconMom .share i.fa {
	 height: 50px;
	 width: 50px;
	 text-align: center;
	 line-height: 50px;
	 background-color: #fff;
	 border-radius: 2px;
}
 .iconMom .share:hover.bottom .socialSubmenu li:nth-child(1) {
	 opacity: 1;
	 top: 50px;
	 transform: rotate(0deg);
	 transition-delay: 0.02s;
}
 .iconMom .share:hover.bottom .socialSubmenu li:nth-child(2) {
	 opacity: 1;
	 top: 100px;
	 transform: rotate(0deg);
	 transition-delay: 0.04s;
}
 .iconMom .share:hover.bottom .socialSubmenu li:nth-child(3) {
	 opacity: 1;
	 top: 150px;
	 transform: rotate(0deg);
	 transition-delay: 0.06s;
}
 .iconMom .share:hover.bottom .socialSubmenu li:nth-child(4) {
	 opacity: 1;
	 top: 200px;
	 transform: rotate(0deg);
	 transition-delay: 0.02s;
}
 .iconMom .share:hover.bottom .socialSubmenu li:nth-child(5) {
	 opacity: 1;
	 top: 250px;
	 transform: rotate(0deg);
	 transition-delay: 0.1s;
}
 .iconMom .share:hover.left .socialSubmenu li:nth-child(1) {
	 opacity: 1;
	 left: -51px;
	 transform: rotate(0deg);
	 transition-delay: 0.2s;
}
 .iconMom .share:hover.left .socialSubmenu li:nth-child(2) {
	 opacity: 1;
	 left: -102px;
	 transform: rotate(0deg);
	 transition-delay: 0.3s;
}
 .iconMom .share:hover.left .socialSubmenu li:nth-child(3) {
	 opacity: 1;
	 left: -153px;
	 transform: rotate(0deg);
	 transition-delay: 0.4s;
}
 .iconMom .share:hover.left .socialSubmenu li:nth-child(4) {
	 opacity: 1;
	 left: -204px;
	 transform: rotate(0deg);
	 transition-delay: 0.5s;
   transition: 0.2s;
}
 .iconMom .share:hover.left .socialSubmenu li:nth-child(5) {
	 opacity: 1;
	 left: -255px;
	 transform: rotate(0deg);
	 transition-delay: 0.6s;
   transition: 0.2s;
}
 .iconMom .share:hover.right .socialSubmenu li:nth-child(1) {
	 opacity: 1;
	 left: 50px;
	 transform: rotate(0deg);
	 transition-delay: 0.02s;
   transition: 0.2s;
}
 .iconMom .share:hover.right .socialSubmenu li:nth-child(2) {
	 opacity: 1;
	 left: 100px;
	 transform: rotate(0deg);
	 transition-delay: 0.04s;
   transition: 0.2s;
}
 .iconMom .share:hover.right .socialSubmenu li:nth-child(3) {
	 opacity: 1;
	 left: 150px;
	 transform: rotate(0deg);
	 transition-delay: 0.06s;
   transition: 0.2s;
}
 .iconMom .share:hover.right .socialSubmenu li:nth-child(4) {
	 opacity: 1;
	 left: 200px;
	 transform: rotate(0deg);
	 transition-delay: 0.02s;
   transition: 0.2s;
}
 .iconMom .share:hover.right .socialSubmenu li:nth-child(5) {
	 opacity: 1;
	 left: 250px;
	 transform: rotate(0deg);
	 transition-delay: 0.4s;
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(1) {
	 opacity: 1;
	 top: -51px;
	 transition-delay: 0.02s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(2) {
	 opacity: 1;
	 top: -102px;
	 transition-delay: 0.04s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(3) {
	 opacity: 1;
	 top: -153px;
	 transition-delay: 0.06s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(4) {
	 opacity: 1;
	 top: -204px;
	 transition-delay: 0.02s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(5) {
	 opacity: 1;
	 top: -255px;
	 transition-delay: 0.4s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .socialSubmenu {
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
}
 .iconMom .socialSubmenu li {
	 transition: all ease-in-out 0.2s;
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: -1;
	 opacity: 0;
}
li.share{
  color: #7E7E7E;
  transition: 0.5s;
}
li.share:hover{
  color: #4B4A4A;
  transition: 0.5s;
}
.iconMom .fa .fa-share-alt{
    color: #7E7E7E;
    transition: 0.2s;
}
 .iconMom .socialSubmenu li a {
	 color: #7E7E7E;
   transition: 0.2s;
}
 .iconMom .socialSubmenu li a:hover i.fa {
	 color: #4B4A4A;
   transition: 0.2s;
}
 .iconMom .socialSubmenu li:nth-child(1) {
	 transform: rotateX(45deg);
}
 .iconMom .socialSubmenu li:nth-child(2) {
	 transform: rotateX(90deg);
}
 .iconMom .socialSubmenu li:nth-child(3) {
	 transform: rotateX(135deg);
}
 .iconMom .socialSubmenu li:nth-child(4) {
	 transform: rotateX(180deg);
}
 .iconMom.topLeft {
	 top: 10px;
	 left: 10px;
}
 .iconMom.topRight {
	 top: 10px;
	 right: 10px;
}
 .iconMom.bottomLeft {
	 bottom: 10px;
	 left: 10px;
}
 .iconMom.bottomRight {
	 bottom: 10px;
	 right: 10px;
}

/*sezione video*/
#videoHomeSpace{
    width: 100%;
    float: left;
    padding: 0px;
    margin:0px;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 25px;
    min-height: 140px;
}
h1.videoHomeTitle{
  width: 50%;
  margin: 0px;
  padding: 0px;
  margin-left: 25%;
  margin-right: 25%;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  color: rgba(0,0,0,0.6);
  font-weight: normal;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 15px;
  letter-spacing: 5px;
}
#contentNews{
  width: 100%;
  float: left;
  margin: 0px;
  padding:0px;
}
/*****************************/
/*                           */
/* ANIMAZIONE PULSANTE VIDEO */
/*                           */
/*****************************/
.wrapper {
	 color: #1f242d;
	 color-invert: #fff;
	 clip-path: circle(15px at left);
	 duration: 0.4s;
	 timing-function: ease;
	 position: relative;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 100%;
   margin-left: 50%;
   transition: 1s;
}
.wrapper:hover{
  clip-path: circle(70px at left);
  transition: 1s;
}
.wrapper:focus{
  clip-path: circle(50% at left);
}
 .wrapper .video {
	 height: 100vh;
	 overflow: hidden;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 margin-left: 15px;
   clip-left:10px;
	 transition: circle(15px at left) 0.4s ease;
}
 .wrapper .video video {
	 position: fixed;
	 background: #c4cbde;
	 top: 50%;
	 left: 50%;
	 min-width: 100%;
	 min-height: 100%;
	 width: auto;
	 height: auto;
	 transform: translate(-50%, -50%);
}
 .wrapper .text {
	 position: relative;
	 text-transform: uppercase;
	 font-weight: 600;
	 letter-spacing: 0.2px;
	 opacity: 1;
	 transition: opacity 0.3s ease 0.2s;
}
 .wrapper .text::before, .wrapper .text::after {
	 content: "";
	 position: absolute;
	 bottom: 0;
	 left: -1px;
	 right: 25px;
	 height: 0;
}
 .wrapper .text::before {
	 box-shadow: 26px 0 0 1px #1f242d;
	 right: (r, 100%);
	 opacity:r(opacity, 0);
	 transition: right 0.5s ease-in, opacity 0.1s linear;
}
 .wrapper .text::after {
	 box-shadow: 26px 0 0 1px #fff;
	 clip-path: circle(15px at left);
	 transition: circle(15px at left) 0.4s ease;
}
 .wrapper .text > span::before, .wrapper .text > span::after {
	 content: attr(data-text);
	 padding-left: 26px;
}
 .wrapper .text > span::before {
	 color: #1f242d;
}
 .wrapper .text > span::after {
	 color: #fff;
	 clip-path: circle(15px at left);
	 transition: circle(15px at left) 0.4s ease;
	 position: absolute;
	 left: 0;
}
 .wrapper input {
	 width: 220px;
	 height: 40px;
	 margin: auto;
	 position: absolute;
	 left: 0;
	 right: 0;
	 border-radius: 40px;
	 z-index: 2;
	 appearance: none;
	 cursor: pointer;
}
 .wrapper input:focus {
	 outline: 0;
}
 .wrapper input:hover ~ .video {
	 clip-path: (clip-path-hover);
}
 .wrapper input:hover ~ .text::before {
	 --r: 25px;
	 --opacity: 1;
}
 .wrapper input:hover ~ .text::after {
	 clip-path: (clip-path-hover);
}
 .wrapper input:hover ~ .text > span::after {
	 clip-path: (clip-path-hover);
}
 .wrapper input:checked {
	 width: 100%;
	 height: 100%;
	 border-radius: 0;
}
 .wrapper input:checked ~ .video {
	 clip-path: (clip-path-clicked);
}
 .wrapper input:checked ~ .text {
	 --opacity: 0;
	 transition: opacity 0.3s ease;
}
 .wrapper input:checked ~ .text::after {
	 clip-path: (clip-path-clicked);
}
 .wrapper input:checked ~ .text > span::after {
	 clip-path: (clip-path-clicked);
}

/*gestione video*/

#videoBooksContainer{
  width:100%;
  float: left;
  margin-top: 0px;
  margin-bottom:50px;
}
/*gestione video book choice*/
#videoPlayerChoice{
  width:100%;
  float: left;
  margin-top: 0px;
  display:none;
  background: rgba(255,255,255,1);
}
/*gestione model name in videoBookContainer*/
h1.childPersonNameVBContainer{
  width: 100%;
  float:left;
  text-align: center;
  font-size: 2.5em;
  text-transform:uppercase;
  margin-top: 0px;
  font-family: 'Barlow Condensed', sans-serif;
  color: rgba(0,0,0,0.8;);
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}
/*gestione feature presenti nella sezione video*/
ul.videoChildFeatures{
  width: 100%;
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 35px;
}
li.videoChildSingleFeature{
  width:calc(14.28% - 8px);
  float:left;
  margin-left: 4px;
  margin-right: 4px;
}
span.videoChildFeatureName{
  width:100%;
  float: left;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: rgba(0,0,0,0.6);
}
span.videoChildFeatureValue{
  width:100%;
  float: left;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.6em;
  color: rgba(0,0,0,0.6);
}
/*gestione player*/
#videoPlayer{
  display: block;
  float: left;
  width: calc(70% - 8px);
  margin-left: 4px;
  margin-right:4px;
  height: 600px;
  background: rgba(255,255,255,1);
}
#videoPlayerList{
  float:right;
  width: calc(30% - 8px);
  margin-left: 4px;
  margin-right: 4px;
  max-height: 600px;
}
img.videoThumnail{
  width: calc(80% - 8px);
  margin-left: calc(10% + 4px);
  margin-right: calc(10% + 4px);
  float: left;
  height: auto;
  max-height: auto;

}
h1.buttonShowVideoBookList{
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2em;
  float: right;
  width: 30%;
  cursor: pointer;
  text-align: center;
  color:rgba(0,0,0,0.6);
  font-weight: normal;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  padding-top:10px;
  padding-bottom: 10px;
  background: rgba(0,0,0,0.8);
  letter-spacing: 15px;
  border-bottom: 1px solid white;
}
#videoBookList{
  width: calc(30% - 1px);
  border-left: 1px solid rgba(0,0,0,0.08);
  display: block;
  float: left;
  background-color: rgba(255,255,255,1);
  color: rgba(0,0,0,0.6);
  padding-bottom: 0px;
  clear: none;
}
ul.videoBookListUl{
  list-style: none;
  margin:0px;
  padding:0px;
  padding-top:15px;
  min-height: calc(600px - 59px);
}
ul.videoPlayerListContainerList{
  list-style: none;
  background: rgba(255,255,255,0.8);
  height: auto;
  min-height: 100%;
  float: left;
  margin:0px;
  padding: 0px;
  width:100%;
  padding-bottom: 10px;
}
li.singleVideoItem{
  font-family: 'Mulish', sans-serif;
  font-size: 1.4em;
  width: calc(100% - 20px);
  float: left;
  clear: both;
  cursor: pointer;
  text-align: left;
  color:rgba(0,0,0,0.6);
  font-weight: normal;
  margin-left: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
};
#videoPlayerListContainer{
  width: 100%;
  min-height: 100px;
  float: left;
  background-color: rgba(255,255,255,1);
  min-height: 100%;
  margin-top: 1.4em;
}
.videoPlayerListItem{
  display: block;
  width:calc(100% - 20px);
  float: right;
  clear: both;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 1em;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
  text-align: right;
  transition:  0.5s;
  cursor: pointer;
}
.videoPlayerListItemMobile{
  display: none;
}
.videoPlayerListItem p{
  float: right;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  width: auto;
  margin-top: 0px;
  transition:0.5s;
  color: rgba(0,0,0,0.4);
}
.videoPlayerListItem:hover >  p{
  float: right;
  margin-right: 0px;
  margin-top: 1em;
  transition:0.5s;
  color: rgba(0,0,0,0.8);
}
.videoThumb{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  right: 0px;
  z-index: 1000;
  margin-top: 0px;
  transition: 0.5s;
  background-size: cover;
  background-position: center;
  margin-left: 15px;
}
.videoPlayerListItem:hover{
  font-size: bold !important;
}
.videoPlayerListItem:hover > .videoThumb{
  width: 50px;
  height: 50px;
  transition: 0.5s;
  margin-top: 0px;
}
#videoPlayerChoice{
  float: left;
  width: calc(70% - 8px);
  margin-left: 4px;
  margin-right:4px;
  height: 600px;
  display: none;
}
#videoPlayerChoiceMobile{
  display: none;
}
#inviteToScrollMom{
  display: none;
}

/*gestione della sezione scouting*/

#bookingHomeSpace{
  width: 100%;
  float: left;
  margin: 0px;
  padding:0px;
  padding-bottom: 50px;
  min-height: 220px;
  max-height: 220px;
  overflow: hidden;
  background-color: rgba(51,50,50,1);
  margin-bottom: 50px;
}
h1.bookingHomeTitle{
  width: 50%;
  margin: 0px;
  padding: 0px;
  margin-left: 25%;
  margin-right: 25%;
  border-bottom: 1px solid rgba(255,255,255,1);
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 4em;
  color: rgba(255,255,255,1);
  font-weight: normal;
  font-family: 'Julius Sans One', sans-serif;
  margin-bottom: 15px;
  margin-top: 25px;
  letter-spacing: 0px;
}
.getScoutedButton a{
  width: 250px;
  float: left;
  margin-left: calc(50% - 125px);
  font-size: 1em;
  color: rgba(255,255,255,1);
  text-transform: uppercase;
  letter-spacing: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Julius Sans One', sans-serif;
  text-align: center;
  background-color: RGBA(255,176,0,0.8);
  font-weight: bold;
  transition: 0.5s;
  text-decoration: none;
}
.getScoutedButton a:hover{
  background-color: rgba(255,176,0,1);
  transition: 0.5s;
  text-decoration: none;
  color: rgba(255,255,255,1);
}
/*fine style gallery a rotazione*/

/*nascondo videoPlayerMobile*/
#videoPlayerMobile{
  display: none;
}

}
@media (min-width: 1280px) and (max-width: 1366px){
  #inviteToScroll{
  display: none;
  position: absolute;
  width: 200px;
  padding: 50px;
  margin-left: calc(50% - 150px);
  margin-top: 200px;
  z-index: 9999;
  animation-name: blinked;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
p.goDownInvite{
  font-size: 0.8em;
  color: rgba(255,255,255,1);
  text-align: center;
  width: 100%;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.8);
  opacity: 0;
  transition: 2s;
}
#inviteToScroll:hover > p.goDownInvite {
  opacity: 1;
  transition: 0.5s;
}
@keyframes blinked
 {
from { top: 400px;}
to { top: 410px;}
from { top: 400px;}
}
#inviteToScroll img{
  width: 30%;
  margin-left: 35%;
  margin-right: 35%;
  text-shadow: 10px 10px 10px black;
  shadow:10px 10px 10px black;
}
i.fa-chevron-down{
  float: left;
  display: block !important;
  width: 100px;
  opacity: 1;
  color: white;
  text-align: center;
  font-size: 4em;
}

/*newsHomeSpace*/
#newsHomeSpace{
  width: 80%;
  float: left;
  padding: 0px;
  margin:0px;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 50px;
  min-height: 300px;
}
h1.newsHomeTitle{
  width: 50%;
  margin: 0px;
  padding: 0px;
  margin-left: 25%;
  margin-right: 25%;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  color: rgba(0,0,0,0.6);
  font-weight: normal;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 50px;
}
#contentNews{
  width: 100%;
  float: left;
  margin: 0px;
  padding:0px;
}
#newsContainerDesktop{
  width: 100%;
  float: left;
  margin: 0px;
  padding:0px;
  padding-bottom: 50px;
  min-height: 1040px;
  max-height: 1040px;
  overflow: hidden;
}
#newsContainerDesktop{
  display: block;
}
#newsContainer{
  display: none;
}
.singleNew{
  display: inline;
  float: left;
  width: calc(30% - 10px);
  padding-bottom: 10px;
  padding-right: 9px;
  box-shadow: 5px 2px 10px 2px rgba(0,0,0,0.0);
  height: auto;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 70px;
  min-height: 550px;
  transition: 0.4s;
}
.singleNew:hover{
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.0  5);
  transition: 0.6s;
}
/*immagine news*/
.newsCover{
background-size: cover !important;
background-repeat: no-repeat !important;
width:100%;
height: auto;
min-height: 300px;
cursor: pointer;
transition: 0.4s;
}

.singleNew:hover > .newsCover{
  filter: contrast(120%);
  transition: 0.4s;
}
.singleNewTitle{
  width: 100%;
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.2em;
  color: rgba(0,0,0,0.5);
  font-weight: normal;
  font-family: 'Mulish', sans-serif;
  max-height: 50px;
  min-height: 50px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.5s;
}
.singleNewTitle:hover{
  color: rgba(0,0,0,0.7);
  transition: 0.5s;
}
.singleNewDescription{
  width: 80%;
  float: left;
  clear: both;
  margin: 0px;
  margin-right:20%;
  padding: 0px;
  text-align: right;
  font-size: 1em;
  color: rgba(0,0,0,0.8);
  font-weight: normal;
  font-family: 'Mulish', sans-serif;
  cursor: pointer;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 7px;
  min-height: 51px;
  max-height: 51px;
}
.descriptionSpace{
  width: 100%;
  text-align: left;
  color: rgba(0,0,0,0.4);
  font-size: 1em;
  margin-bottom: 15px;
  font-style: italic;
}
.newLinkSpace{
  width: 100%;
  float: right;
  clear: both;
  text-align: left;
}
a.newsLink{
  float: right;
  clear: both;
  width: 150px;
  height: 36px;
  margin-left: 0px;
  font-size: 1em;
  line-height: 2.2em;
  margin-top: 0px;
  text-align: center;
  text-decoration: none;
  color: rgba(0,0,0,0.4);
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0%;
  transition: 0.4s;
  z-index: 99;
  position: relative;
  overflow: hidden;
  margin-right: 25px;
  margin-left: 25px;
  font-family: 'Mulish', sans-serif;
}
.backgroundEye{
  position:absolute;
  top:-51px;
  background: rgba(0,0,0,0.1);
  width: 150px;
  height: 36px;
  z-index: 100;
  color: rgba(255,255,255,1);
  transition: 0.2s;
  z-index: 1000;
}
a.newsLink:hover{
  z-index: 200;
  width: 150px;
  height: 36px;
  margin-top: 0px;
  border-radius: 10px;
}
a.newsLink:hover > .backgroundEye{
  top: 0px;
  z-index: 100;
  transition: 0.2s;
  width: 150px;
  height: 36px;
}

/*show more button*/
#newsShowMoreButton{
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
/*animazione show more*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';


div[class*=box] {
  height: 33.33%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Mulish', sans-serif;
}

.box-1 {
  background-color: rgbA(255,255,255,0);
}

.btn {
  line-height: 25px;
  height: 25px;
  text-align: center;
  width: 60px;
  cursor: pointer;
  margin-left: 10px;
  padding-top: 7px;
  padding-bottom: 5px;
}

/*
========================
      BUTTON ONE
========================
*/
.btn-one {
  color: rgba(0,0,0,0.4);
  transition: all 0.3s;
  position: relative;
}
.btn-one span {
  transition: all 0.3s;
}
.btn-one::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(0,0,0,0.35);
  border-bottom-color: rgba(0,0,0,0.35);
  transform: scale(0.1, 1);
}
.btn-one:hover span {
  letter-spacing: 2px;
}
.btn-one:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.btn-one::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: rgba(0,0,0,0.03);
}
.btn-one:hover::after {
  opacity: 0;
  transform: scale(0.1, 1);
}
p.finishNews{
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  float: left;
  clear: both;
  text-align: center;
  font-family: 'Mulish', sans-serif;
  color: rgba(0,0,0,0.4);
  margin-top: 150px;
  font-size: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-top: 1px solid rgba(0,0,0,0.1);
  text-transform: uppercase;
}
/*nascondo il newsShowMoreButtonMobile dalla verisone Desktop*/
#newsShowMoreButtonMobile{
  display: none;
}
/*prova*/
 .bubbly-button {
	 font-family: 'Helvetica', 'Arial', sans-serif;
	 display: inline-block;
	 font-size: 1em;
	 padding: 1em 2em;
	 margin-top: 100px;
	 margin-bottom: 60px;
	 -webkit-appearance: none;
	 appearance: none;
	 background-color: rgba(0,0,0,0.5);
	 color: #fff;
	 border-radius: 4px;
	 border: none;
	 cursor: pointer;
	 position: relative;
	 transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
	 box-shadow: 0 2px 25px rgba(0,0,0,0);
   margin-left: calc(50% - 5em);
}
 .bubbly-button:focus {
	 outline: 0;
}
 .bubbly-button:before, .bubbly-button:after {
	 position: absolute;
	 content: '';
	 display: block;
	 width: 140%;
	 height: 100%;
	 left: -20%;
	 z-index: -1000;
	 transition: all ease-in-out 0.5s;
	 background-repeat: no-repeat;
}
 .bubbly-button:before {
	 display: none;
	 top: -75%;
	 background-image: radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, transparent 20%, #00C1B3 20%, transparent 30%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #00C1B3 15%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%);
	 background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
 .bubbly-button:after {
	 display: none;
	 bottom: -75%;
	 background-image: radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #00C1B3 15%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%);
	 background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
 .bubbly-button:active {
	 transform: scale(0.9);
	 background-color: #00C1B3;
	 box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
}
 .bubbly-button.animate:before {
	 display: block;
	 animation: topBubbles ease-in-out 0.75s forwards;
}
 .bubbly-button.animate:after {
	 display: block;
	 animation: bottomBubbles ease-in-out 0.75s forwards;
}
 @keyframes topBubbles {
	 0% {
		 background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
	}
	 50% {
		 background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
	}
	 100% {
		 background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
		 background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}
 @keyframes bottomBubbles {
	 0% {
		 background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
	}
	 50% {
		 background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
	}
	 100% {
		 background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
		 background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}


/*animazione verticale share*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
 .iconMom {
   width: 50px;
	 z-index: 999;
	 position: relative;
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
}
 .iconMom .share i.fa {
	 height: 50px;
	 width: 50px;
	 text-align: center;
	 line-height: 50px;
	 background-color: #fff;
	 border-radius: 2px;
}
 .iconMom .share:hover.bottom .socialSubmenu li:nth-child(1) {
	 opacity: 1;
	 top: 50px;
	 transform: rotate(0deg);
	 transition-delay: 0.02s;
}
 .iconMom .share:hover.bottom .socialSubmenu li:nth-child(2) {
	 opacity: 1;
	 top: 100px;
	 transform: rotate(0deg);
	 transition-delay: 0.04s;
}
 .iconMom .share:hover.bottom .socialSubmenu li:nth-child(3) {
	 opacity: 1;
	 top: 150px;
	 transform: rotate(0deg);
	 transition-delay: 0.06s;
}
 .iconMom .share:hover.bottom .socialSubmenu li:nth-child(4) {
	 opacity: 1;
	 top: 200px;
	 transform: rotate(0deg);
	 transition-delay: 0.02s;
}
 .iconMom .share:hover.bottom .socialSubmenu li:nth-child(5) {
	 opacity: 1;
	 top: 250px;
	 transform: rotate(0deg);
	 transition-delay: 0.1s;
}
 .iconMom .share:hover.left .socialSubmenu li:nth-child(1) {
	 opacity: 1;
	 left: -51px;
	 transform: rotate(0deg);
	 transition-delay: 0.2s;
}
 .iconMom .share:hover.left .socialSubmenu li:nth-child(2) {
	 opacity: 1;
	 left: -102px;
	 transform: rotate(0deg);
	 transition-delay: 0.3s;
}
 .iconMom .share:hover.left .socialSubmenu li:nth-child(3) {
	 opacity: 1;
	 left: -153px;
	 transform: rotate(0deg);
	 transition-delay: 0.4s;
}
 .iconMom .share:hover.left .socialSubmenu li:nth-child(4) {
	 opacity: 1;
	 left: -204px;
	 transform: rotate(0deg);
	 transition-delay: 0.5s;
   transition: 0.2s;
}
 .iconMom .share:hover.left .socialSubmenu li:nth-child(5) {
	 opacity: 1;
	 left: -255px;
	 transform: rotate(0deg);
	 transition-delay: 0.6s;
   transition: 0.2s;
}
 .iconMom .share:hover.right .socialSubmenu li:nth-child(1) {
	 opacity: 1;
	 left: 50px;
	 transform: rotate(0deg);
	 transition-delay: 0.02s;
   transition: 0.2s;
}
 .iconMom .share:hover.right .socialSubmenu li:nth-child(2) {
	 opacity: 1;
	 left: 100px;
	 transform: rotate(0deg);
	 transition-delay: 0.04s;
   transition: 0.2s;
}
 .iconMom .share:hover.right .socialSubmenu li:nth-child(3) {
	 opacity: 1;
	 left: 150px;
	 transform: rotate(0deg);
	 transition-delay: 0.06s;
   transition: 0.2s;
}
 .iconMom .share:hover.right .socialSubmenu li:nth-child(4) {
	 opacity: 1;
	 left: 200px;
	 transform: rotate(0deg);
	 transition-delay: 0.02s;
   transition: 0.2s;
}
 .iconMom .share:hover.right .socialSubmenu li:nth-child(5) {
	 opacity: 1;
	 left: 250px;
	 transform: rotate(0deg);
	 transition-delay: 0.4s;
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(1) {
	 opacity: 1;
	 top: -51px;
	 transition-delay: 0.02s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(2) {
	 opacity: 1;
	 top: -102px;
	 transition-delay: 0.04s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(3) {
	 opacity: 1;
	 top: -153px;
	 transition-delay: 0.06s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(4) {
	 opacity: 1;
	 top: -204px;
	 transition-delay: 0.02s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(5) {
	 opacity: 1;
	 top: -255px;
	 transition-delay: 0.4s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .socialSubmenu {
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
}
 .iconMom .socialSubmenu li {
	 transition: all ease-in-out 0.2s;
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: -1;
	 opacity: 0;
}
li.share{
  color: #7E7E7E;
  transition: 0.5s;
}
li.share:hover{
  color: #4B4A4A;
  transition: 0.5s;
}
.iconMom .fa .fa-share-alt{
    color: #7E7E7E;
    transition: 0.2s;
}
 .iconMom .socialSubmenu li a {
	 color: #7E7E7E;
   transition: 0.2s;
}
 .iconMom .socialSubmenu li a:hover i.fa {
	 color: #4B4A4A;
   transition: 0.2s;
}
 .iconMom .socialSubmenu li:nth-child(1) {
	 transform: rotateX(45deg);
}
 .iconMom .socialSubmenu li:nth-child(2) {
	 transform: rotateX(90deg);
}
 .iconMom .socialSubmenu li:nth-child(3) {
	 transform: rotateX(135deg);
}
 .iconMom .socialSubmenu li:nth-child(4) {
	 transform: rotateX(180deg);
}
 .iconMom.topLeft {
	 top: 10px;
	 left: 10px;
}
 .iconMom.topRight {
	 top: 10px;
	 right: 10px;
}
 .iconMom.bottomLeft {
	 bottom: 10px;
	 left: 10px;
}
 .iconMom.bottomRight {
	 bottom: 10px;
	 right: 10px;
}

/*sezione video*/
#videoHomeSpace{
    width: 100%;
    float: left;
    padding: 0px;
    margin:0px;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 25px;
    min-height: 140px;
}
h1.videoHomeTitle{
  width: 50%;
  margin: 0px;
  padding: 0px;
  margin-left: 25%;
  margin-right: 25%;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  color: rgba(0,0,0,0.6);
  font-weight: normal;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 15px;
  letter-spacing: 5px;
}
#contentNews{
  width: 100%;
  float: left;
  margin: 0px;
  padding:0px;
}
/*****************************/
/*                           */
/* ANIMAZIONE PULSANTE VIDEO */
/*                           */
/*****************************/
.wrapper {
	 color: #1f242d;
	 color-invert: #fff;
	 clip-path: circle(15px at left);
	 duration: 0.4s;
	 timing-function: ease;
	 position: relative;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 100%;
   margin-left: 50%;
   transition: 1s;
}
.wrapper:hover{
  clip-path: circle(70px at left);
  transition: 1s;
}
.wrapper:focus{
  clip-path: circle(50% at left);
}
 .wrapper .video {
	 height: 100vh;
	 overflow: hidden;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 margin-left: 15px;
   clip-left:10px;
	 transition: circle(15px at left) 0.4s ease;
}
 .wrapper .video video {
	 position: fixed;
	 background: #c4cbde;
	 top: 50%;
	 left: 50%;
	 min-width: 100%;
	 min-height: 100%;
	 width: auto;
	 height: auto;
	 transform: translate(-50%, -50%);
}
 .wrapper .text {
	 position: relative;
	 text-transform: uppercase;
	 font-weight: 600;
	 letter-spacing: 0.2px;
	 opacity: 1;
	 transition: opacity 0.3s ease 0.2s;
}
 .wrapper .text::before, .wrapper .text::after {
	 content: "";
	 position: absolute;
	 bottom: 0;
	 left: -1px;
	 right: 25px;
	 height: 0;
}
 .wrapper .text::before {
	 box-shadow: 26px 0 0 1px #1f242d;
	 right: (r, 100%);
	 opacity:r(opacity, 0);
	 transition: right 0.5s ease-in, opacity 0.1s linear;
}
 .wrapper .text::after {
	 box-shadow: 26px 0 0 1px #fff;
	 clip-path: circle(15px at left);
	 transition: circle(15px at left) 0.4s ease;
}
 .wrapper .text > span::before, .wrapper .text > span::after {
	 content: attr(data-text);
	 padding-left: 26px;
}
 .wrapper .text > span::before {
	 color: #1f242d;
}
 .wrapper .text > span::after {
	 color: #fff;
	 clip-path: circle(15px at left);
	 transition: circle(15px at left) 0.4s ease;
	 position: absolute;
	 left: 0;
}
 .wrapper input {
	 width: 220px;
	 height: 40px;
	 margin: auto;
	 position: absolute;
	 left: 0;
	 right: 0;
	 border-radius: 40px;
	 z-index: 2;
	 appearance: none;
	 cursor: pointer;
}
 .wrapper input:focus {
	 outline: 0;
}
 .wrapper input:hover ~ .video {
	 clip-path: (clip-path-hover);
}
 .wrapper input:hover ~ .text::before {
	 --r: 25px;
	 --opacity: 1;
}
 .wrapper input:hover ~ .text::after {
	 clip-path: (clip-path-hover);
}
 .wrapper input:hover ~ .text > span::after {
	 clip-path: (clip-path-hover);
}
 .wrapper input:checked {
	 width: 100%;
	 height: 100%;
	 border-radius: 0;
}
 .wrapper input:checked ~ .video {
	 clip-path: (clip-path-clicked);
}
 .wrapper input:checked ~ .text {
	 --opacity: 0;
	 transition: opacity 0.3s ease;
}
 .wrapper input:checked ~ .text::after {
	 clip-path: (clip-path-clicked);
}
 .wrapper input:checked ~ .text > span::after {
	 clip-path: (clip-path-clicked);
}

/*gestione video*/

#videoBooksContainer{
  width:100%;
  float: left;
  margin-top: 0px;
  margin-bottom:50px;
}
/*gestione video book choice*/
#videoPlayerChoice{
  width:100%;
  float: left;
  margin-top: 0px;
  display:none;
  background: rgba(255,255,255,1);
}
/*gestione model name in videoBookContainer*/
h1.childPersonNameVBContainer{
  width: 100%;
  float:left;
  text-align: center;
  font-size: 2.5em;
  text-transform:uppercase;
  margin-top: 0px;
  font-family: 'Barlow Condensed', sans-serif;
  color: rgba(0,0,0,0.8;);
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}
/*gestione feature presenti nella sezione video*/
ul.videoChildFeatures{
  width: 100%;
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 35px;
}
li.videoChildSingleFeature{
  width:calc(14.28% - 8px);
  float:left;
  margin-left: 4px;
  margin-right: 4px;
}
span.videoChildFeatureName{
  width:100%;
  float: left;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: rgba(0,0,0,0.6);
}
span.videoChildFeatureValue{
  width:100%;
  float: left;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.6em;
  color: rgba(0,0,0,0.6);
}
/*gestione player*/
#videoPlayer{
  display: block;
  float: left;
  width: calc(70% - 8px);
  margin-left: 4px;
  margin-right:4px;
  height: 600px;
  background: rgba(255,255,255,1);
}
#videoPlayerList{
  float:right;
  width: calc(30% - 8px);
  margin-left: 4px;
  margin-right: 4px;
  max-height: 600px;
}
img.videoThumnail{
  width: calc(80% - 8px);
  margin-left: calc(10% + 4px);
  margin-right: calc(10% + 4px);
  float: left;
  height: auto;
  max-height: auto;

}
h1.buttonShowVideoBookList{
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2em;
  float: right;
  width: 30%;
  cursor: pointer;
  text-align: center;
  color:rgba(0,0,0,0.6);
  font-weight: normal;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  padding-top:10px;
  padding-bottom: 10px;
  background: rgba(0,0,0,0.8);
  letter-spacing: 15px;
  border-bottom: 1px solid white;
}
#videoBookList{
  width: calc(30% - 1px);
  border-left: 1px solid rgba(0,0,0,0.08);
  display: block;
  float: left;
  background-color: rgba(255,255,255,1);
  color: rgba(0,0,0,0.6);
  padding-bottom: 0px;
  clear: none;
}
ul.videoBookListUl{
  list-style: none;
  margin:0px;
  padding:0px;
  padding-top:15px;
  min-height: calc(600px - 59px);
}
ul.videoPlayerListContainerList{
  list-style: none;
  background: rgba(255,255,255,0.8);
  height: auto;
  min-height: 100%;
  float: left;
  margin:0px;
  padding: 0px;
  width:100%;
  padding-bottom: 10px;
}
li.singleVideoItem{
  font-family: 'Mulish', sans-serif;
  font-size: 1.4em;
  width: calc(100% - 20px);
  float: left;
  clear: both;
  cursor: pointer;
  text-align: left;
  color:rgba(0,0,0,0.6);
  font-weight: normal;
  margin-left: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
};
#videoPlayerListContainer{
  width: 100%;
  min-height: 100px;
  float: left;
  background-color: rgba(255,255,255,1);
  min-height: 100%;
  margin-top: 1.4em;
}
.videoPlayerListItem{
  display: block;
  width:calc(100% - 20px);
  float: right;
  clear: both;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 1em;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
  text-align: right;
  transition:  0.5s;
  cursor: pointer;
}
.videoPlayerListItemMobile{
  display: none;
}
.videoPlayerListItem p{
  float: right;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  width: auto;
  margin-top: 0px;
  transition:0.5s;
  color: rgba(0,0,0,0.4);
}
.videoPlayerListItem:hover >  p{
  float: right;
  margin-right: 0px;
  margin-top: 1em;
  transition:0.5s;
  color: rgba(0,0,0,0.8);
}
.videoThumb{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  right: 0px;
  z-index: 1000;
  margin-top: 0px;
  transition: 0.5s;
  background-size: cover;
  background-position: center;
  margin-left: 15px;
}
.videoPlayerListItem:hover{
  font-size: bold !important;
}
.videoPlayerListItem:hover > .videoThumb{
  width: 50px;
  height: 50px;
  transition: 0.5s;
  margin-top: 0px;
}
#videoPlayerChoice{
  float: left;
  width: calc(70% - 8px);
  margin-left: 4px;
  margin-right:4px;
  height: 600px;
  display: none;
}
#videoPlayerChoiceMobile{
  display: none;
}
#inviteToScrollMom{
  display: none;
}

/*gestione della sezione scouting*/

#bookingHomeSpace{
  width: 100%;
  float: left;
  margin: 0px;
  padding:0px;
  padding-bottom: 50px;
  min-height: 220px;
  max-height: 220px;
  overflow: hidden;
  background-color: rgba(51,50,50,1);
  margin-bottom: 50px;
}
h1.bookingHomeTitle{
  width: 50%;
  margin: 0px;
  padding: 0px;
  margin-left: 25%;
  margin-right: 25%;
  border-bottom: 1px solid rgba(255,255,255,1);
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 4em;
  color: rgba(255,255,255,1);
  font-weight: normal;
  font-family: 'Julius Sans One', sans-serif;
  margin-bottom: 15px;
  margin-top: 25px;
  letter-spacing: 0px;
}
.getScoutedButton a{
  width: 250px;
  float: left;
  margin-left: calc(50% - 125px);
  font-size: 1em;
  color: rgba(255,255,255,1);
  text-transform: uppercase;
  letter-spacing: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Julius Sans One', sans-serif;
  text-align: center;
  background-color: RGBA(255,176,0,0.8);
  font-weight: bold;
  transition: 0.5s;
  text-decoration: none;
}
.getScoutedButton a:hover{
  background-color: rgba(255,176,0,1);
  transition: 0.5s;
  text-decoration: none;
  color: rgba(255,255,255,1);
}
/*fine style gallery a rotazione*/

/*nascondo videoPlayerMobile*/
#videoPlayerMobile{
  display: none;
}
}

/********************************************************/
/********************************************************/
/*                                                      */
/*              gestione elementi slider                */
/*           per le varie versioni desktop              */
/*                                                      */
/********************************************************/
/********************************************************/
@media (min-width: 1024px) and (max-width: 1024px){
#inviteToScroll {
    display: none;
    position: absolute;
    width: 200px;
    padding: 50px;
    margin-left: calc(50% - 150px);
    margin-top: -100px;
    z-index: 9999;
    animation-name: blinked;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.singleNew {
    display: inline;
    float: left;
    width: calc(30% - 10px);
    padding-bottom: 10px;
    padding-right: 9px;
    box-shadow: 5px 2px 10px 2px rgba(0,0,0,0.0);
    height: auto;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 70px;
    min-height: 450px;
    transition: 0.4s;
}
.newsCover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: auto;
    min-height: 250px;
    cursor: pointer;
    transition: 0.4s;
}
}
@media (min-width: 1080px) and (max-width: 1080px){
#inviteToScroll {
    display: none;
    position: absolute;
    width: 200px;
    padding: 50px;
    margin-left: calc(50% - 150px);
    margin-top: -50px;
    z-index: 9999;
    animation-name: blinked;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.singleNew {
    display: inline;
    float: left;
    width: calc(30% - 10px);
    padding-bottom: 10px;
    padding-right: 9px;
    box-shadow: 5px 2px 10px 2px rgba(0,0,0,0.0);
    height: auto;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 70px;
    min-height: 450px;
    transition: 0.4s;
}
.newsCover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: auto;
    min-height: 250px;
    cursor: pointer;
    transition: 0.4s;
}
}
@media (min-width: 1280px) and (max-width: 1280px){
#inviteToScroll {
    display: none;
    position: absolute;
    width: 200px;
    padding: 50px;
    margin-left: calc(50% - 150px);
    margin-top: 60px;
    z-index: 9999;
    animation-name: blinked;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.singleNew {
    display: inline;
    float: left;
    width: calc(30% - 10px);
    padding-bottom: 10px;
    padding-right: 9px;
    box-shadow: 5px 2px 10px 2px rgba(0,0,0,0.0);
    height: auto;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 70px;
    min-height: 562px;
    transition: 0.4s;
}
.newsCover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: auto;
    min-height: 312px;
    cursor: pointer;
    transition: 0.4s;
}
.singleNewTitle {
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.8em;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    max-height: 50px;
    min-height: 50px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
}
}
@media (min-width: 1366px) and (max-width: 1366px){
#inviteToScroll {
    display: none;
    position: absolute;
    width: 200px;
    padding: 50px;
    margin-left: calc(50% - 150px);
    margin-top: 100px;
    z-index: 9999;
    animation-name: blinked;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.singleNew {
    display: inline;
    float: left;
    width: calc(30% - 10px);
    padding-bottom: 10px;
    padding-right: 9px;
    box-shadow: 5px 2px 10px 2px rgba(0,0,0,0.0);
    height: auto;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 70px;
    min-height: 470px;
    transition: 0.4s;
}
.newsCover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: auto;
    min-height: 333px;
    cursor: pointer;
    transition: 0.4s;
}

.singleNewTitle {
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.8em;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    max-height: 50px;
    min-height: 50px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
}
}
@media (min-width: 1440px) and (max-width: 1440px){
#inviteToScroll {
    display: none;
    position: absolute;
    width: 200px;
    padding: 50px;
    margin-left: calc(50% - 150px);
    margin-top: 135px;
    z-index: 9999;
    animation-name: blinked;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.singleNew {
    display: inline;
    float: left;
    width: calc(30% - 10px);
    padding-bottom: 10px;
    padding-right: 9px;
    box-shadow: 5px 2px 10px 2px rgba(0,0,0,0.0);
    height: auto;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 70px;
    min-height: 480px;
    transition: 0.4s;
}
.newsCover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: auto;
    min-height: 380px;
    cursor: pointer;
    transition: 0.4s;
}
}
@media (min-width: 1680px) and (max-width: 1680px){
#inviteToScroll {
    display: none;
    position: absolute;
    width: 200px;
    padding: 50px;
    margin-left: calc(50% - 150px);
    margin-top: 157px;
    z-index: 9999;
    animation-name: blinked;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.singleNew {
    display: inline;
    float: left;
    width: calc(30% - 10px);
    padding-bottom: 10px;
    padding-right: 9px;
    box-shadow: 5px 2px 10px 2px rgba(0,0,0,0.0);
    height: auto;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 70px;
    min-height: 568px;
    transition: 0.4s;
}
.newsCover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: auto;
    min-height: 468px;
    cursor: pointer;
    transition: 0.4s;
}
}
@media (min-width: 1920px) and (max-width: 1920px){
#inviteToScroll {
    display: none;
    position: absolute;
    width: 200px;
    padding: 50px;
    margin-left: calc(50% - 150px);
    margin-top: 350px;
    z-index: 9999;
    animation-name: blinked;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.singleNew {
    display: inline;
    float: left;
    width: calc(30% - 10px);
    padding-bottom: 10px;
    padding-right: 9px;
    box-shadow: 5px 2px 10px 2px rgba(0,0,0,0.0);
    height: auto;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 70px;
    min-height: 525px;
    transition: 0.4s;
}
.newsCover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: auto;
    min-height: 425px;
    cursor: pointer;
    transition: 0.4s;
}
}
@media (min-width: 2560px) and (max-width: 2560px){
#inviteToScroll {
    display: none;
    position: absolute;
    width: 200px;
    padding: 50px;
    margin-left: calc(50% - 150px);
    margin-top: 240px;
    z-index: 9999;
    animation-name: blinked;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.singleNew {
    display: inline;
    float: left;
    width: calc(30% - 10px);
    padding-bottom: 10px;
    padding-right: 9px;
    box-shadow: 5px 2px 10px 2px rgba(0,0,0,0.0);
    height: auto;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 70px;
    min-height: 1037px;
    transition: 0.4s;
}
.newsCover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: auto;
    min-height: 937px;
    cursor: pointer;
    transition: 0.4s;
}
}
@media (min-width: 3840px) and (max-width: 3840px){
#inviteToScroll {
    display: none;
    position: absolute;
    width: 200px;
    padding: 50px;
    margin-left: calc(50% - 150px);
    margin-top: 360px;
    z-index: 9999;
    animation-name: blinked;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.singleNew {
    display: inline;
    float: left;
    width: calc(30% - 10px);
    padding-bottom: 10px;
    padding-right: 9px;
    box-shadow: 5px 2px 10px 2px rgba(0,0,0,0.0);
    height: auto;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 70px;
    min-height: 1100px;
    transition: 0.4s;
}
.newsCover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: auto;
    min-height: 1000px;
    cursor: pointer;
    transition: 0.4s;
}
}
@media (min-width: 4096px) and (max-width: 4096px){
#inviteToScroll {
    display: none;
    position: absolute;
    width: 200px;
    padding: 50px;
    margin-left: calc(50% - 150px);
    margin-top: 384px;
    z-index: 9999;
    animation-name: blinked;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.singleNew {
    display: inline;
    float: left;
    width: calc(30% - 10px);
    padding-bottom: 10px;
    padding-right: 9px;
    box-shadow: 5px 2px 10px 2px rgba(0,0,0,0.0);
    height: auto;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 70px;
    min-height: 1100px;
    transition: 0.4s;
}
.newsCover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: auto;
    min-height: 1000px;
    cursor: pointer;
    transition: 0.4s;
}
}
@media (min-width: 5120px) and (max-width: 5120px){
#inviteToScroll {
    display: none;
    position: absolute;
    width: 200px;
    padding: 50px;
    margin-left: calc(50% - 150px);
    margin-top: 480px;
    z-index: 9999;
    animation-name: blinked;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.singleNew {
    display: inline;
    float: left;
    width: calc(30% - 10px);
    padding-bottom: 10px;
    padding-right: 9px;
    box-shadow: 5px 2px 10px 2px rgba(0,0,0,0.0);
    height: auto;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 70px;
    min-height: 1350px;
    transition: 0.4s;
}
.newsCover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: auto;
    min-height: 1250px;
    cursor: pointer;
    transition: 0.4s;
}
}

/************************************************/
/************************************************/
/*                                              */
/* gestione query per le varie versioni MOBILE  */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 279px) and (max-width: 319px) {
  .topnav #myLinks{
  position:relative;
  z-index: 9999999999;
}
  #homeContainer{
    z-index: 1;
  }
  #newsContainer{
    min-height: 400px;
    max-height: 400px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .topnav #myLinks{
  position:relative;
  z-index: 9999999999;
}
  #homeContainer{
    z-index: 1;
  }
  #newsContainer{
    min-height: 400px;
    max-height: 400px;
  }
}
@media (min-width: 360px) and (max-width: 410px) {
  .topnav #myLinks{
  position:relative;
  z-index: 9999999999;
}
  #homeContainer{
    z-index: 1;
  }
  #newsContainer{
    min-height: 400px;
    max-height: 400px;
  }
}
@media (min-width: 411px) and (max-width: 567px) {
  .topnav #myLinks{
  position:relative;
  z-index: 9999999999;
}
  #homeContainer{
    z-index: 1;
  }
  #newsContainer{
    min-height: 400px;
    max-height: 400px;
  }
}
@media (min-width: 568px) and (max-width: 666px) {
  .topnav #myLinks{
  position:relative;
  z-index: 9999999999;
  }
  #newsContainer{
    min-height: 400px;
    max-height: 400px;
  }
}
#homeContainer{
  z-index: 1;
}
}
@media (min-width: 666px) and (max-width: 730px) {
  .topnav #myLinks{
  position:relative;
  z-index: 9999999999;
}
#homeContainer{
  z-index: 1;
}
}
@media (min-width: 730px) and (max-width: 823px) {
  .topnav #myLinks{
  position:relative;
  z-index: 9999999999;
}
#homeContainer{
  z-index: 1;
}
}
/************************************************/
/************************************************/
/*                                              */
/* gestione query per le varie versioni DESKTOP */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 1024px) and (max-width: 1279px){
  #newsContainerDesktop{
    min-height: 950px;
    max-height: 950px;
  }
}
@media (min-width: 1280px) and (max-width: 1365px){
  #newsContainerDesktop{
    min-height: 1100px;
    max-height: 1100px;
  }
}
@media (min-width: 1366px) and (max-width: 1439px){
  #newsContainerDesktop{
    min-height: 1100px;
    max-height: 1100px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px){
  #newsContainerDesktop{
    min-height: 1200px;
    max-height: 1200px;
  }
  .newsCover{
    min-height: 400px;
  }
}
@media (min-width: 1920px) and (max-width: 2559px){
  #newsContainerDesktop{
    min-height: 1220px;
    max-height: 1220px;
  }
}
@media (min-width: 2559px) and (max-width: 3839px){
  #newsContainerDesktop{
  min-height: 1220px;
  max-height: 1220px;
  }
  .newsCover{
    min-height: 600px;
  }
}
@media (min-width: 3840px) and (max-width: 5120px){
  .newsCover{
  min-height: 800px;
}
}

/************************************************/
/************************************************/
/*               CORREZIONE                     */
/* gestione query per le varie versioni DESKTOP */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 1024px) and (max-width: 1279px){
  a.newsLink {
    width: 120px;
  }
  .singleNewTitle {
    max-height: 30px;
    min-height: 30px;
  }
  .descriptionSpace {
    font-size: 0.9em;
  }
}
@media (min-width: 1280px) and (max-width: 1365px){
  #newsContainerDesktop {
    min-height: 1140px;
    max-height: 1140px;
  }
}
@media (min-width: 1366px) and (max-width: 1439px){
}
@media (min-width: 1440px) and (max-width: 1679px){
  #newsContainerDesktop {
    min-height: 1140px;
    max-height: 1140px;
  }
}
@media (min-width: 1680px) and (max-width: 1919px){
  #newsContainerDesktop {
    min-height: 1240px;
    max-height: 1240px;
  }
  #inviteToScroll {
      display: none;
      position: absolute;
      width: 200px;
      padding: 50px;
      margin-left: calc(50% - 150px);
      margin-top: 157px;
      z-index: 9999;
      animation-name: blinked;
      animation-duration: 1s;
      animation-direction: alternate;
      animation-iteration-count: infinite;
  }

  .singleNew {
      display: inline;
      float: left;
      width: calc(30% - 10px);
      padding-bottom: 10px;
      padding-right: 9px;
      box-shadow: 5px 2px 10px 2px rgba(0,0,0,0.0);
      height: auto;
      margin-left: 1.5%;
      margin-right: 1.5%;
      margin-bottom: 70px;
      min-height: 468px;
      transition: 0.4s;
  }
  .newsCover {
      background-size: cover !important;
      background-repeat: no-repeat !important;
      width: 100%;
      height: auto;
      min-height: 400px;
      cursor: pointer;
      transition: 0.4s;
  }
}
@media (min-width: 1920px) and (max-width: 2559px){
  #newsContainerDesktop {
    min-height: 1240px;
    max-height: 1240px;
  }
}
@media (min-width: 2559px) and (max-width: 3839px){
  #newsContainerDesktop {
    min-height: 1740px;
    max-height: 1740px;
  }
  #inviteToScroll {
      display: none;
      position: absolute;
      width: 200px;
      padding: 50px;
      margin-left: calc(50% - 150px);
      margin-top: 240px;
      z-index: 9999;
      animation-name: blinked;
      animation-duration: 1s;
      animation-direction: alternate;
      animation-iteration-count: infinite;
  }
  .singleNew {
      display: inline;
      float: left;
      width: calc(30% - 10px);
      padding-bottom: 10px;
      padding-right: 9px;
      box-shadow: 5px 2px 10px 2px rgba(0,0,0,0.0);
      height: auto;
      margin-left: 1.5%;
      margin-right: 1.5%;
      margin-bottom: 70px;
      min-height: 837px;
      transition: 0.4s;
  }
  .newsCover {
      background-size: cover !important;
      background-repeat: no-repeat !important;
      width: 100%;
      height: auto;
      min-height: 637px;
      cursor: pointer;
      transition: 0.4s;
  }
}
@media (min-width: 3840px) and (max-width: 5119px){
  #newsContainerDesktop {
    min-height: 2440px;
    max-height: 2440px;
  }
}
@media (min-width: 5120px) and (max-width: 5120px){
  #newsContainerDesktop {
    min-height: 2940px;
    max-height: 2940px;
  }
}
/************************************************/
/************************************************/
/*               CORREZIONE                     */
/* gestione query per le varie versioni MOBILE  */
/*                                              */
/************************************************/
/************************************************/
@media (min-width: 279px) and (max-width: 319px) {
    #newsContainer{
    min-height: 380px;
    max-height: 380px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
    #newsContainer{
    min-height: 380px;
    max-height: 380px;
  }
}
@media (min-width: 360px) and (max-width: 410px) {
    #newsContainer{
    min-height: 380px;
    max-height: 380px;
  }
}
@media (min-width: 411px) and (max-width: 567px) {
    #newsContainer{
    min-height: 380px;
    max-height: 380px;
  }
}
@media (min-width: 568px) and (max-width: 666px) {
    #newsContainer{
    min-height: 380px;
    max-height: 380px;
  }
}
@media (min-width: 666px) and (max-width: 730px) {
    #newsContainer{
    min-height: 380px;
    max-height: 380px;
  }
}
@media (min-width: 730px) and (max-width: 823px) {
    #newsContainer{
    min-height: 380px;
    max-height: 380px;
  }
}


/*formattazione mobile getScouted*/

@media (min-width: 279px) and (max-width: 319px) {
}
@media (min-width: 320px) and (max-width: 359px) {
  /*gestione sezione scouting 2*/
  #bookingHomeSpace2{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0px;
    height: auto;
    overflow: hidden;
    min-height: auto;
    max-height: unset;
  }
  #bookingHomeSpace2TextSpace{
    width: 100%;
    margin-left:0%;
    margin-right: 0px;
    padding: 0px;
  }
  #bookingHomeSpace2ImgSpace{
    float: left;
    width: 100%;
    margin:0px;
    padding: 0px;
    position: relative;
    margin-bottom:0px;
    margin-top:15px;
  }
  img.bookingHomeImg2{
    width: 100%;
    height: auto;
    right: 0px;
    margin-right: 0px;
    position: relative;
  }
  .bookingHomeTitle2{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid rgba(255,176,0,1);
    border-bottom: 1px solid rgba(255,176,0,1);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: 'Julius Sans One', sans-serif;
    margin-bottom: 15px;
    margin-top: 25px;
    letter-spacing: 0px;
  }
  .bookingHomeText2{
    width: calc(80% - 2px);
    margin: 0px;
    padding: 0px;
    margin-left: 10%;
    margin-right: 10%;
    border-right: 1px solid rgba(255,255,255,1);
    border-left: 1px solid rgba(255,255,255,1);
    float: left;
    clear: both;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: 'Julius Sans One', sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 0px;
  }
  .getScoutedButton2 a{
    width: 250px;
    float: left;
    clear: both;
    margin-left: calc(50% - 125px);
    margin-right: calc(50% - 125px);
    margin-top: 15px;
    margin-right: 0px;
    font-size: 1em;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    letter-spacing: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Julius Sans One', sans-serif;
    text-align: center;
    background-color: RGBA(255,176,0,0.8);
    font-weight: bold;
    transition: 0.5s;
    text-decoration: none;
  }
  .getScoutedButton2 a:hover{
    background-color: rgba(255,176,0,1);
    transition: 0.5s;
    text-decoration: none;
    color: rgba(255,255,255,1);
  }
}
@media (min-width: 360px) and (max-width: 410px) {
  
  /*gestione sezione scouting 2*/
  #bookingHomeSpace2{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0px;
    height: auto;
    overflow: hidden;
    min-height: auto;
    max-height: unset;
  }
  #bookingHomeSpace2TextSpace{
    width: 100%;
    margin-left:0%;
    margin-right: 0px;
    padding: 0px;
  }
  #bookingHomeSpace2ImgSpace{
    float: left;
    width: 100%;
    margin:0px;
    padding: 0px;
    position: relative;
    margin-bottom:0px;
    margin-top:15px;
  }
  img.bookingHomeImg2{
    width: 100%;
    height: auto;
    right: 0px;
    margin-right: 0px;
    position: relative;
  }
  .bookingHomeTitle2{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid rgba(255,176,0,1);
    border-bottom: 1px solid rgba(255,176,0,1);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: 'Julius Sans One', sans-serif;
    margin-bottom: 15px;
    margin-top: 25px;
    letter-spacing: 0px;
  }
  .bookingHomeText2{
    width: calc(80% - 2px);
    margin: 0px;
    padding: 0px;
    margin-left: 10%;
    margin-right: 10%;
    border-right: 1px solid rgba(255,255,255,1);
    border-left: 1px solid rgba(255,255,255,1);
    float: left;
    clear: both;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: 'Julius Sans One', sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 0px;
  }
  .getScoutedButton2 a{
    width: 250px;
    float: left;
    clear: both;
    margin-left: calc(50% - 125px);
    margin-right: calc(50% - 125px);
    margin-top: 15px;
    margin-right: 0px;
    font-size: 1em;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    letter-spacing: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Julius Sans One', sans-serif;
    text-align: center;
    background-color: RGBA(255,176,0,0.8);
    font-weight: bold;
    transition: 0.5s;
    text-decoration: none;
  }
  .getScoutedButton2 a:hover{
    background-color: rgba(255,176,0,1);
    transition: 0.5s;
    text-decoration: none;
    color: rgba(255,255,255,1);
  }
}
@media (min-width: 411px) and (max-width: 567px) {
  
  /*gestione sezione scouting 2*/
  #bookingHomeSpace2{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0px;
    height: auto;
    overflow: hidden;
    min-height: auto;
    max-height: unset;
  }
  #bookingHomeSpace2TextSpace{
    width: 100%;
    margin-left:0%;
    margin-right: 0px;
    padding: 0px;
  }
  #bookingHomeSpace2ImgSpace{
    float: left;
    width: 100%;
    margin:0px;
    padding: 0px;
    position: relative;
    margin-bottom:0px;
    margin-top:15px;
  }
  img.bookingHomeImg2{
    width: 100%;
    height: auto;
    right: 0px;
    margin-right: 0px;
    position: relative;
  }
  .bookingHomeTitle2{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid rgba(255,176,0,1);
    border-bottom: 1px solid rgba(255,176,0,1);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: 'Julius Sans One', sans-serif;
    margin-bottom: 15px;
    margin-top: 25px;
    letter-spacing: 0px;
  }
  .bookingHomeText2{
    width: calc(80% - 2px);
    margin: 0px;
    padding: 0px;
    margin-left: 10%;
    margin-right: 10%;
    border-right: 1px solid rgba(255,255,255,1);
    border-left: 1px solid rgba(255,255,255,1);
    float: left;
    clear: both;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: 'Julius Sans One', sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 0px;
  }
  .getScoutedButton2 a{
    width: 250px;
    float: left;
    clear: both;
    margin-left: calc(50% - 125px);
    margin-right: calc(50% - 125px);
    margin-top: 15px;
    margin-right: 0px;
    font-size: 1em;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    letter-spacing: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Julius Sans One', sans-serif;
    text-align: center;
    background-color: RGBA(255,176,0,0.8);
    font-weight: bold;
    transition: 0.5s;
    text-decoration: none;
  }
  .getScoutedButton2 a:hover{
    background-color: rgba(255,176,0,1);
    transition: 0.5s;
    text-decoration: none;
    color: rgba(255,255,255,1);
  }
}
@media (min-width: 568px) and (max-width: 666px) {
  
  /*gestione sezione scouting 2*/
  #bookingHomeSpace2{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0px;
    height: auto;
    overflow: hidden;
    min-height: auto;
    max-height: unset;
  }
  #bookingHomeSpace2TextSpace{
    width: 100%;
    margin-left:0%;
    margin-right: 0px;
    padding: 0px;
  }
  #bookingHomeSpace2ImgSpace{
    float: left;
    width: 100%;
    margin:0px;
    padding: 0px;
    position: relative;
    margin-bottom:0px;
    margin-top:15px;
  }
  img.bookingHomeImg2{
    width: 100%;
    height: auto;
    right: 0px;
    margin-right: 0px;
    position: relative;
  }
  .bookingHomeTitle2{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid rgba(255,176,0,1);
    border-bottom: 1px solid rgba(255,176,0,1);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: 'Julius Sans One', sans-serif;
    margin-bottom: 15px;
    margin-top: 25px;
    letter-spacing: 0px;
  }
  .bookingHomeText2{
    width: calc(80% - 2px);
    margin: 0px;
    padding: 0px;
    margin-left: 10%;
    margin-right: 10%;
    border-right: 1px solid rgba(255,255,255,1);
    border-left: 1px solid rgba(255,255,255,1);
    float: left;
    clear: both;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: 'Julius Sans One', sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 0px;
  }
  .getScoutedButton2 a{
    width: 250px;
    float: left;
    clear: both;
    margin-left: calc(50% - 125px);
    margin-right: calc(50% - 125px);
    margin-top: 15px;
    margin-right: 0px;
    font-size: 1em;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    letter-spacing: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Julius Sans One', sans-serif;
    text-align: center;
    background-color: RGBA(255,176,0,0.8);
    font-weight: bold;
    transition: 0.5s;
    text-decoration: none;
  }
  .getScoutedButton2 a:hover{
    background-color: rgba(255,176,0,1);
    transition: 0.5s;
    text-decoration: none;
    color: rgba(255,255,255,1);
  }
}
@media (min-width: 666px) and (max-width: 730px) {
  
  /*gestione sezione scouting 2*/
  #bookingHomeSpace2{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0px;
    height: auto;
    overflow: hidden;
    min-height: auto;
    max-height: unset;
  }
  #bookingHomeSpace2TextSpace{
    width: 100%;
    margin-left:0%;
    margin-right: 0px;
    padding: 0px;
  }
  #bookingHomeSpace2ImgSpace{
    float: left;
    width: 100%;
    margin:0px;
    padding: 0px;
    position: relative;
    margin-bottom:0px;
    margin-top:15px;
  }
  img.bookingHomeImg2{
    width: 100%;
    height: auto;
    right: 0px;
    margin-right: 0px;
    position: relative;
  }
  .bookingHomeTitle2{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid rgba(255,176,0,1);
    border-bottom: 1px solid rgba(255,176,0,1);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: 'Julius Sans One', sans-serif;
    margin-bottom: 15px;
    margin-top: 25px;
    letter-spacing: 0px;
  }
  .bookingHomeText2{
    width: calc(80% - 2px);
    margin: 0px;
    padding: 0px;
    margin-left: 10%;
    margin-right: 10%;
    border-right: 1px solid rgba(255,255,255,1);
    border-left: 1px solid rgba(255,255,255,1);
    float: left;
    clear: both;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: 'Julius Sans One', sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 0px;
  }
  .getScoutedButton2 a{
    width: 250px;
    float: left;
    clear: both;
    margin-left: calc(50% - 125px);
    margin-right: calc(50% - 125px);
    margin-top: 15px;
    margin-right: 0px;
    font-size: 1em;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    letter-spacing: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Julius Sans One', sans-serif;
    text-align: center;
    background-color: RGBA(255,176,0,0.8);
    font-weight: bold;
    transition: 0.5s;
    text-decoration: none;
  }
  .getScoutedButton2 a:hover{
    background-color: rgba(255,176,0,1);
    transition: 0.5s;
    text-decoration: none;
    color: rgba(255,255,255,1);
  }
}
@media (min-width: 730px) and (max-width: 823px) {
  
  /*gestione sezione scouting 2*/
  #bookingHomeSpace2{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0px;
    height: auto;
    overflow: hidden;
    min-height: auto;
    max-height: unset;
  }
  #bookingHomeSpace2TextSpace{
    width: 100%;
    margin-left:0%;
    margin-right: 0px;
    padding: 0px;
  }
  #bookingHomeSpace2ImgSpace{
    float: left;
    width: 100%;
    margin:0px;
    padding: 0px;
    position: relative;
    margin-bottom:0px;
    margin-top:15px;
  }
  img.bookingHomeImg2{
    width: 100%;
    height: auto;
    right: 0px;
    margin-right: 0px;
    position: relative;
  }
  .bookingHomeTitle2{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid rgba(255,176,0,1);
    border-bottom: 1px solid rgba(255,176,0,1);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: 'Julius Sans One', sans-serif;
    margin-bottom: 15px;
    margin-top: 25px;
    letter-spacing: 0px;
  }
  .bookingHomeText2{
    width: calc(80% - 2px);
    margin: 0px;
    padding: 0px;
    margin-left: 10%;
    margin-right: 10%;
    border-right: 1px solid rgba(255,255,255,1);
    border-left: 1px solid rgba(255,255,255,1);
    float: left;
    clear: both;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: 'Julius Sans One', sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 0px;
  }
  .getScoutedButton2 a{
    width: 250px;
    float: left;
    clear: both;
    margin-left: calc(50% - 125px);
    margin-right: calc(50% - 125px);
    margin-top: 15px;
    margin-right: 0px;
    font-size: 1em;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    letter-spacing: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Julius Sans One', sans-serif;
    text-align: center;
    background-color: RGBA(255,176,0,0.8);
    font-weight: bold;
    transition: 0.5s;
    text-decoration: none;
  }
  .getScoutedButton2 a:hover{
    background-color: rgba(255,176,0,1);
    transition: 0.5s;
    text-decoration: none;
    color: rgba(255,255,255,1);
  }
}


@media (min-width: 279px) and (max-width: 823px) {
    #instafeed-container {
      width: 300px;
      margin: 0px;
      padding: 0px;
      margin-left: calc(50% - 150px);
      margin-right: calc(50% - 150px);
      float: left;
      clear: both;
      max-height: 300px;
      overflow-y: hidden;
      margin-bottom: 50px;
  }

  #instafeed-container a{
    width: 90px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    max-height: 90px;
    overflow: hidden;
  }

  #instafeed-container a:hover{
    width: 90px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    max-height: 90px;
    overflow: hidden;
  }
}