.hide{
  display: none;
}

.trigger-custom{
  padding:10px 20px;
  border-radius:3px;
  border:0;
  background:#ccc;
  font-size:14px;
  border-top:1px solid #FFF;
  border-bottom:1px solid #aaa;
  cursor:pointer;
}
.trigger-custom:hover{
  background:#d5d5d5;
}

#modal-custom .iziModal-content header{
    /*background: #ffc966;*/
	background: #098DC7;
	/*background: #313131;*/
    margin-bottom: 2px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    width: 100%;
	padding: 16px 16px 4px;
}
#modal-custom .iziModal-content header a{
    display: block;
    float: left;
    width: 50%;
    padding: 0;
    text-align: center;
    background: #ddd;
    color: #999;
    height: 73px;
    vertical-align: middle;
    line-height: 73px;
}

#modal-custom .iziModal-content header h2{
	font-size: 22px;	
	color:#fff;
	margin-top: 0;
	}

#modal-custom .iziModal-content header a.active{
    background: #fff;
    color: #777;
}
#modal-custom .iziModal-content section{
	padding: 0px 2px 0px 2px;
}
#modal-custom .iziModal-content section input:not([type="checkbox"]), #modal-custom .iziModal-content section button{
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    /*padding: 15px;*/
    font-size: 18px;
}
#modal-custom .iziModal-content section button{
  height: 46px;
  padding: 0;
}
#modal-custom .iziModal-content section input:focus{
    border-color:#28CA97;
}
#modal-custom .iziModal-content section label[for="check"]{
    margin-bottom: 26px;
    font-size: 14px;
    color: #999;
    display: block;
}
#modal-custom .iziModal-content section footer{
    overflow: hidden;
}
#modal-custom .iziModal-content section button{
    background: #28CA97;
    color: white;
    margin: 0;
    border: 0;
    cursor: pointer;
    width: 50%;
    float: left;
}
#modal-custom .iziModal-content section button:hover{
    opacity: 0.8;
}
#modal-custom .iziModal-content section button:nth-child(1){
    border-radius: 3px 0 0 3px;
    background: #aaa;
}
#modal-custom .iziModal-content section button:nth-child(2){
    border-radius: 0 3px 3px 0;
}

#modal-custom .iziModal-content .icon-close{
    background: #FFF;
    margin-bottom: 10px;
    position: absolute;
    right: -8px;
    top: -8px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    color: #a9a9a9;
    cursor: pointer;
}
#modal-custom .iziModal-content .icon-close:hover, #modal-custom .iziModal-content .icon-close:focus{
  color: black;
}

#modal-custom .iziModal-content p{
	/*color: #222222;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font: 16px/22px "Open Sans", Arial, Helvetica, sans-serif;*/
	color: #F00;
    margin: 0;
    font-size: 12px
}

#modal-custom .iziModal-content p a{
	font-weight: 700;
	color: #000;
}

#loader-img{
	display: none;
	width: 100%;
    text-align: center;
}

#loader-img img{
	width: 40px;
	margin-top: 15px;
}

#result-segnala{
	font-size: 14px;
	color: #F00;
	padding: 5px 16px;
	text-align: center;
}


@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}/* CSS Document */

.tabella-vantaggi{
	
	}
	
.tabella-vantaggi tr td{
	border: 1px solid #ffc966;
	padding: 20px;
	font-family: 'Open Sans';
	color: #087cb5;
	font-size: 13px;
	line-height:20px;
	}	
	
.tabella-vantaggi tr td.sx{
	border-left: 0;
	}	
	
.tabella-vantaggi tr td.dx{
	border-right: 0;
	}
	
.tabella-vantaggi tr td.top{
	border-top: 0;
	}
	
.tabella-vantaggi tr td.bottom{
	border-bottom: 0;
	}	
	
.tabella-vantaggi tr td.center{
	vertical-align:middle;
	text-align:center;
	}
	
.presente{
	color:#0C0;
	}
	
.assente{
	color:#F00;	
	}			
	
.btnpopup{
	border-radius: 3px;
	background:#ffc966;
	color:#FFF;
	color: #087cb5;
	border:0;
	}
	
.sitomaita{
	background: url(/images/hotelmaita.png) no-repeat center center;
	background-size:80%;
	}	

.expedia{
	background: url(/images/expedia.png) no-repeat center center;
	background-size:70%;
	}
	
.booking{
	background: url(/images/booking.png) no-repeat center center;
	background-size:70%;
	}					