.EventoSerata01 {
    moz-box-shadow: 0px 0px 8px #9E9E9E;
    -webkit-box-shadow: 0px 0px 8px #9E9E9E;
    box-shadow: 0px 0px 8px #9E9E9E;
    margin: 22px;
    border-radius: 10px;
	/*width: calc(50% - 44px);
    float: left;*/
}
.h2NomeSerata {
    width: 94%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 300;
    font-size: 26px;
    text-align: left;
padding: 8px;}
.h3Prezzo {
    width: 94%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
padding: 0 8px;
margin:0}
.BottoneURLserata {
    border: 1px solid green;
    color: #009688;
    padding: 12px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    display: block;
    width: 46%;
    margin-bottom: 6px;
}


.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
     /* position: absolute;*/
z-index: 530;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0,0.7);
 
  overflow: auto;
  transition: 0.5s;
}

.contFiltri{ background-color:  #fff;
min-height:350px;
    width: 90%;

	margin: 30px auto;
    padding: 6px;
	padding-bottom: 66px
	}

.overlay-content {
  position: relative;
  /*top: 25%;*/

 
  margin: 20px;
}


.overlay a:hover, .overlay a:focus {
  color: #fff;
}
.bgClose{
	    background: #f70808;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 50px;
    border-radius: 25px;
    z-index: 699;
}
.overlay .closebtn {
  /*position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  z-index: 99999;
  
    color: #fff;*/
	font-size: 60px;
	color: #fff;
    padding: 6px;
    line-height: 56px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

              

#loading
{
	text-align:center; 
	background: url('https://www.papido.it/loading.gif') no-repeat center; 
	height: 150px;
}
.block{padding: 4px 0;
    display: block;
    clear: both;
    border-top: 1px solid #dddbdb;}
.filterUi{border: 1px solid #9e9e9e;
    padding: 4px;
    margin: 12px 4px;
    border-radius: 6px;
	float:left;
	    padding: 4px 6px;
    margin: 4px;
	    font-weight: 300;}
input[type='checkbox'].ropt1,input[type='checkbox'].ropt2{
    display: none;
}
input[type="checkbox"].ropt1:checked + label {
    color:green;
    font-weight: bold;
}
input[type="checkbox"].ropt2:checked + label {
    color:red;
    font-weight: bold;
}

.resultButton{width: 80%;
    margin: 0 auto;
    background: #8BC34A;
    text-align: center;
    border-radius: 6px;
    padding: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;}