/* spazio condivisione singolo book*/
#sharingSpace{
  position: fixed;
  top: 157px;
  right: 10px;
  display: block;
  z-index: 99999999;
}


/*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;
}
.fa{
  font-size: 1.4em;
}
 .iconMom .share i.fa {
	 height: 50px;
	 width: 50px;
	 text-align: center;
	 line-height: 50px;
	 background-color: #000;
   border: 1px solid rgba(255,255,255,1);
	 border-radius: 2px;
}
i.fa-print, i.fa-cloud-download{
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  border-radius: 2px;
  color: #7E7E7E;
  transition: 0.5s;
}
i.fa-print:hover, i.fa-cloud-download:hover{
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  border-radius: 2px;
  color: #4B4A4A;
  transition: 0.5s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(1) {
	 opacity: 1;
	 top: 50px;
	 transform: rotate(0deg);
	 transition-delay: 0.02s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(2) {
	 opacity: 1;
	 top: 100px;
	 transform: rotate(0deg);
	 transition-delay: 0.04s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(3) {
	 opacity: 1;
	 top: 150px;
	 transform: rotate(0deg);
	 transition-delay: 0.06s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(4) {
	 opacity: 1;
	 top: 200px;
	 transform: rotate(0deg);
	 transition-delay: 0.02s;
}
 .iconMom .share:hover.top .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: -255px;
	 transition-delay: 0.02s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(2) {
	 opacity: 1;
	 top: -204px;
	 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: -102px;
	 transition-delay: 0.02s;
	 transform: rotateY(0deg);
   transition: 0.2s;
}
 .iconMom .share:hover.top .socialSubmenu li:nth-child(5) {
	 opacity: 1;
	 top: -51px;
	 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;
   margin-top: 300px;
	 top: -300px;
	 left: 0;
	 z-index: -1;
	 opacity: 0;
}
li.share{
  color: #FFF;
  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: #FFF;
   transition: 0.2s;
}
 .iconMom .socialSubmenu li a:hover i.fa {
	 color: rgba(221,0,221,1);
   transition: 0.2s;
}
  i.fa-facebook:hover{
  color: rgba(221,0,221,1);
}
i.fa-facebook{
  color: #FFF;
}
 .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;
}

.fa-facebook {
  opacity: 1;
  top: 50px;
  transform: rotate(0deg);
  transition-delay: 0.02s;
  margin-bottom: -150px;
}
.share:hover li {
  opacity: 1;
  top: 100px;
  transform: rotate(0deg);
  transition-delay: 0.04s;
}
.iconMom .share:hover {
  opacity: 1;
  top: 150px;
  transform: rotate(0deg);
  transition-delay: 0.06s;
}
.iconMom .share:hover .top .socialSubmenu li:nth-child(4) {
  opacity: 1;
  top: 200px;
  transform: rotate(0deg);
  transition-delay: 0.02s;
}
.iconMom .share:hover .top .socialSubmenu li:nth-child(5) {
  opacity: 1;
  top: 250px;
  transform: rotate(0deg);
  transition-delay: 0.1s;
}

#sharingSpaceMobile, #sharingPlaceMobileButton, #sharingPlaceMobileButtonClosing{
  display: none;
}
/************************************************/
/************************************************/
/*                                              */
/* gestione query per le varie versioni MOBILE  */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 279px) and (max-width: 319px) {
  #sharingPlaceMobileButton, #sharingPlaceMobileButtonClosing{
    display: block;
  }
  #sharingSpace{
    display: none;
  }
  #sharingPlaceMobileButton{
    display: block;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  #sharingPlaceMobileButtonClosing{
    display: none;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  i.fa.fa-ellipsis-h{
    font-size: 1.5em;
    margin-top: 2px;
    text-align: center;
    height: auto;
    width: 100%;
    text-align: center;
    line-height: 0px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    border-radius: 10px;
  }
  #sharingSpaceMobile{
    display: block;
    position: fixed;
    bottom: 0px; /*prima -10px*/
    z-index: 999;
    /*display: none;*/ /*prima era attivo NONE*/
    width: 100%;
    background: rgba(255,255,255,1);
    height: 50px;
    padding-bottom: 10px;
  }
  i.fa{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
  i.fa.fa-bars{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 1em;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  #sharingPlaceMobileButton, #sharingPlaceMobileButtonClosing{
    display: block;
  }
  #sharingSpace{
    display: none;
  }
  #sharingPlaceMobileButton{
    display: block;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  #sharingPlaceMobileButtonClosing{
    display: none;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  i.fa.fa-ellipsis-h{
    font-size: 1.5em;
    margin-top: 2px;
    text-align: center;
    height: auto;
    width: 100%;
    text-align: center;
    line-height: 0px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    border-radius: 10px;
  }
  #sharingSpaceMobile{
    display: block;
    position: fixed;
    bottom: 0px; /*prima -10px*/
    z-index: 999;
    /*display: none;*/ /*prima era attivo NONE*/
    width: 100%;
    background: rgba(255,255,255,1);
    height: 50px;
    padding-bottom: 10px;
  }
  i.fa{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
  i.fa.fa-bars{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 1em;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
}
@media (min-width: 360px) and (max-width: 410px) {
  #sharingPlaceMobileButton, #sharingPlaceMobileButtonClosing{
    display: block;
  }
  #sharingSpace{
    display: none;
  }
  #sharingPlaceMobileButton{
    display: block;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  #sharingPlaceMobileButtonClosing{
    display: none;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  i.fa.fa-ellipsis-h{
    font-size: 1.5em;
    margin-top: 2px;
    text-align: center;
    height: auto;
    width: 100%;
    text-align: center;
    line-height: 0px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    border-radius: 10px;
  }
  #sharingSpaceMobile{
    display: block;
    position: fixed;
    bottom: 0px; /*prima -10px*/
    z-index: 999;
    /*display: none;*/ /*prima era attivo NONE*/
    width: 100%;
    background: rgba(255,255,255,1);
    height: 50px;
    padding-bottom: 10px;
  }
  i.fa{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
  i.fa.fa-bars{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 1em;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
}
@media (min-width: 411px) and (max-width: 567px) {
  #sharingPlaceMobileButton, #sharingPlaceMobileButtonClosing{
    display: block;
  }
  #sharingSpace{
    display: none;
  }
  #sharingPlaceMobileButton{
    display: block;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  #sharingPlaceMobileButtonClosing{
    display: none;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  i.fa.fa-ellipsis-h{
    font-size: 1.5em;
    margin-top: 2px;
    text-align: center;
    height: auto;
    width: 100%;
    text-align: center;
    line-height: 0px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    border-radius: 10px;
  }
  #sharingSpaceMobile{
    display: block;
    position: fixed;
    bottom: 0px; /*prima -10px*/
    z-index: 999;
    /*display: none;*/ /*prima era attivo NONE*/
    width: 100%;
    background: rgba(255,255,255,1);
    height: 50px;
    padding-bottom: 10px;
  }
  i.fa{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
  i.fa.fa-bars{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 1em;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
}
}
@media (min-width: 568px) and (max-width: 666px) {
  #sharingPlaceMobileButton, #sharingPlaceMobileButtonClosing{
    display: block;
  }
  #sharingSpace{
    display: none;
  }
  #sharingPlaceMobileButton{
    display: block;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  #sharingPlaceMobileButtonClosing{
    display: none;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  i.fa.fa-ellipsis-h{
    font-size: 1.5em;
    margin-top: 2px;
    text-align: center;
    height: auto;
    width: 100%;
    text-align: center;
    line-height: 0px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    border-radius: 10px;
  }
  #sharingSpaceMobile{
    display: block;
    position: fixed;
    bottom: 0px; /*prima -10px*/
    z-index: 999;
    /*display: none;*/ /*prima era attivo NONE*/
    width: 100%;
    background: rgba(255,255,255,1);
    height: 50px;
    padding-bottom: 10px;
  }
  i.fa{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
  i.fa.fa-bars{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 1em;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
}
@media (min-width: 666px) and (max-width: 730px) {
  #sharingPlaceMobileButton, #sharingPlaceMobileButtonClosing{
    display: block;
  }
  #sharingSpace{
    display: none;
  }
  #sharingPlaceMobileButton{
    display: block;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  #sharingPlaceMobileButtonClosing{
    display: none;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  i.fa.fa-ellipsis-h{
    font-size: 1.5em;
    margin-top: 2px;
    text-align: center;
    height: auto;
    width: 100%;
    text-align: center;
    line-height: 0px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    border-radius: 10px;
  }
  #sharingSpaceMobile{
    display: block;
    position: fixed;
    bottom: 0px; /*prima -10px*/
    z-index: 999;
    /*display: none;*/ /*prima era attivo NONE*/
    width: 100%;
    background: rgba(255,255,255,1);
    height: 50px;
    padding-bottom: 10px;
  }
  i.fa{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
  i.fa.fa-bars{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 1em;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
}
@media (min-width: 730px) and (max-width: 823px) {
  #sharingPlaceMobileButton, #sharingPlaceMobileButtonClosing{
    display: block;
  }
  #sharingSpace{
    display: none;
  }
  #sharingPlaceMobileButton{
    display: block;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  #sharingPlaceMobileButtonClosing{
    display: none;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  i.fa.fa-ellipsis-h{
    font-size: 1.5em;
    margin-top: 2px;
    text-align: center;
    height: auto;
    width: 100%;
    text-align: center;
    line-height: 0px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    border-radius: 10px;
  }
  #sharingSpaceMobile{
    display: block;
    position: fixed;
    bottom: 0px; /*prima -10px*/
    z-index: 999;
    /*display: none;*/ /*prima era attivo NONE*/
    width: 100%;
    background: rgba(255,255,255,1);
    height: 50px;
    padding-bottom: 10px;
  }
  i.fa{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
  i.fa.fa-bars{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 1em;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
}
@media (min-width: 824px) and (max-width: 1023px) {
  #sharingPlaceMobileButton, #sharingPlaceMobileButtonClosing{
    display: block;
  }
  #sharingSpace{
    display: none;
  }
  #sharingPlaceMobileButton{
    display: block;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  #sharingPlaceMobileButtonClosing{
    display: none;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  i.fa.fa-ellipsis-h{
    font-size: 1.5em;
    margin-top: 2px;
    text-align: center;
    height: auto;
    width: 100%;
    text-align: center;
    line-height: 0px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    border-radius: 10px;
  }
  #sharingSpaceMobile{
    display: block;
    position: fixed;
    bottom: 0px; /*prima -10px*/
    z-index: 999;
    /*display: none;*/ /*prima era attivo NONE*/
    width: 100%;
    background: rgba(255,255,255,1);
    height: 50px;
    padding-bottom: 10px;
  }
  i.fa{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
  i.fa.fa-bars{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 1em;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  #sharingPlaceMobileButton, #sharingPlaceMobileButtonClosing{
    display: block;
  }
  #sharingSpace{
    display: none;
  }
  #sharingPlaceMobileButton{
    display: block;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  #sharingPlaceMobileButtonClosing{
    display: none;
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: -50px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.6);
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    z-index: 999;
    border-radius: 25px;
    padding: 10px;
  }
  i.fa.fa-ellipsis-h{
    font-size: 1.5em;
    margin-top: 2px;
    text-align: center;
    height: auto;
    width: 100%;
    text-align: center;
    line-height: 0px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    border-radius: 10px;
  }
  #sharingSpaceMobile{
    display: block;
    position: fixed;
    bottom: 0px; /*prima -10px*/
    z-index: 999;
    /*display: none;*/ /*prima era attivo NONE*/
    width: 100%;
    background: rgba(255,255,255,1);
    height: 50px;
    padding-bottom: 10px;
  }
  i.fa{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
  i.fa.fa-bars{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 1em;
    border-radius: 2px;
    color: rgba(152,152,152,1);
    margin-bottom: -150px;
  }
}
