@-webkit-keyframes openUp {
  from {
    -ms-transform: scaleY(0.0); /* IE 9 */
    -webkit-transform: scaleY(0.0); /* Safari 3-8 */
    transform: scaleY(0.0);
	opacity: 0;
    visibility: visible;
  }

  to {
    -ms-transform: scaleY(1); /* IE 9 */
    -webkit-transform: scaleY(1); /* Safari 3-8 */
    transform: scaleY(1);
	opacity: 1;
  }
}

@keyframes openUp {
  from {
    -ms-transform: scaleY(0.0); /* IE 9 */
    -webkit-transform: scaleY(0.0); /* Safari 3-8 */
    transform: scaleY(0.0);
	opacity: 0;
    visibility: visible;
  }

  to {
    -ms-transform: scaleY(1); /* IE 9 */
    -webkit-transform: scaleY(1); /* Safari 3-8 */
    transform: scaleY(1);
	opacity: 1;
  }
}

.openUp {
  -webkit-animation-name: openUp;
  animation-name: openUp;
}

@-webkit-keyframes slideFadeOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	  opacity: 1;
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	  opacity: 0;
	}
}

@keyframes slideFadeOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	  opacity: 1;
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	  opacity: 0;
	}
}

.slideFadeOutUp {
  -webkit-animation-name: slideFadeOutUp;
  animation-name: slideFadeOutUp;
}

@-webkit-keyframes slideFadeOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	  opacity: 1;
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
	  opacity: 0;
  }
}

@keyframes slideFadeOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	  opacity: 1;
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
	  opacity: 0;
  }
}

.slideFadeOutDown {
  -webkit-animation-name: slideFadeOutDown;
  animation-name: slideFadeOutDown;
}

.overlayUp{
	position: absolute;
	height: 100%;
	width: 100%;
	background: #eef1f3;
	top: 0;
	visibility: visible !important;
}
.overlayDown{
	position: absolute;
	height: 100%;
	width: 100%;
	background: #eef1f3;
	top: 0;
	visibility: visible !important;
}
/************************************************************************
								CONTENT
------------------------------------------------------------------------*/
a{
	color: #183964;
	font-weight: bold;
}

.page-title{
	text-align: center;
    font-size: 5rem;	
}
/************************************************************************
									NAV
------------------------------------------------------------------------*/
.menu ul > li a{
	text-align: center;
    min-width: 60px;
}
.menu ul > li a:hover:after,
.menu ul > li a.current-page:after {
	content: "";
	width: 60px;
	height: 2px;
	background: #183964;
	display: block;
	margin: 0px auto 0 auto;
}
/************************************************************************
							IMAGE SECTION
------------------------------------------------------------------------*/
.section.imageSection{
	padding: 200px 0 150px 0;
}
.section.room.imageSection,
.section.room.imageSection_2{
	padding: 150px 0 150px 0;
	background: #d5dde169;
}
.section.imageSection .align-self-center{
	margin-bottom: 25px;
}
.section.imageSection .imageContainer{
	height: 600px;
}
.section.imageSection .img-wrap  {
	position:absolute;
	width: 400px;
	display: flex;
	height: 400px;
	background: #212121d9;
}
.section.imageSection .img-wrap:nth-child(1){
	top: 0px;
	left: 100px;
	z-index: 0;
}
.section.imageSection .img-wrap:nth-child(2){
	top: 160px;
	right: -50px;
	z-index: 1;
}
.section.imageSection .img-wrap:nth-child(3){
	top: 290px;
	left: 0px;
	z-index: 2;
}
.section.imageSection .img-wrap:hover{
	z-index: 3;
}
/*							IMAGE SECTION V2
------------------------------------------------------------------------*/
.section.imageSection_2{
	position: relative;
}
.section.room.imageSection_2{
	position: relative;
}
.section.imageSection_2 .align-self-center{
	position: relative;
}
.section.imageSection_2 .align-self-center .text-center{
	position: relative;
	padding: 100px 0;
}
.section.imageSection_2 .imageContainer{
	position: relative;
}
.section.imageSection_2 .img-wrap  {
	position: relative;
}
.section.imageSection_2 .img-wrap  img{
}
.section.imageSection_2 .row:nth-child(2) .imageContainer:first-child .img-wrap{
	bottom: -150px;
	position: absolute;
}
.section.imageSection_2 .row:nth-child(2) .imageContainer:last-child .img-wrap{
	bottom: -50px;
	position: absolute;
}
.section.imageSection_2 .row:last-child .imageContainer .img-wrap{
	
}
.section.imageSection_2 .img-wrap:hover{
	
}
/*							IMAGE SECTION V3
------------------------------------------------------------------------*/
.section.imageSection_3{
	position: relative;
}
.section.room.imageSection_3{
	position: relative;
}
.section.imageSection_3 p{
    font-size: 1.2rem;
    line-height: 2.2rem;
}
.section.imageSection_3 .align-self-center{
	position: relative;
}
.section.imageSection_3 .align-self-center .text-center{
	position: relative;
	margin-bottom: 0;
}
.section.imageSection_3 .imageContainer{
	position: relative;
}
.section.imageSection_3 .img-wrap  {
	position: relative;
}
.section.imageSection_3 .img-wrap  img{
	
}
.section.imageSection_3 .row:first-child .imageContainer:first-child .img-wrap{
	
}
.section.imageSection_3 .row:first-child .imageContainer:last-child .img-wrap{
	
}
.section.imageSection_3 .row:last-child .imageContainer .img-wrap{
	
}
.section.imageSection_3 .row:first-child .imageContainer:first-child .img-wrap img{
	
}
.section.imageSection_3 .row:first-child .imageContainer:last-child .img-wrap img{
	
}
.section.imageSection_3 .row:last-child .imageContainer .img-wrap img{
}
.section.imageSection_3 .img-wrap:hover{
	
}


/************************************************************************
							DESCRIZIONE ROOM
------------------------------------------------------------------------*/

.desc-room{
	
}
.desc-room h3,p{
	text-align: center;	
}
.desc-room p{
    font-size: 1.2rem;
}
.section.correlati.over-hide{
	padding-top: 100px;
}

/************************************************************************
									SERVIZI
------------------------------------------------------------------------*/
body.index #servizi{
	
}
body.index #servizi img{
	max-width: 50px;
	height: auto;
}
body.index #servizi h6{
	min-height: 65px;
}
body.index #servizi p{
	
}
/************************************************************************
									VIVI NAPOLI
------------------------------------------------------------------------*/

body.live-naples .block-side{
	padding: 0;
	margin: 0;
	height: auto;
}

body.live-naples #main p{
	margin: 0 auto;
    font-size: 1.2em;
    line-height: 1.5em;
}

body.live-naples .title-vivi h3{
	margin: 0 auto;
    text-transform: uppercase;
}

.secondary-font{
    font-family: 'Indie Flower', cursive;
}
.font-title{	
	font-family: 'Euphoria Script', cursive;
}
body.live-naples .block-cibo{
	padding: 17px;
	margin: 0;
	display: block;
    float: left;
}

body.live-naples .text-p{
	
}
body.live-naples .text-three{
	
}
body.live-naples .bg-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
body.live-naples .bg-image.long{

}
body.live-naples .bg-image.short{
	
}

/************************************************************************
									ROOMS
------------------------------------------------------------------------*/

/************************************************************************
							COME RAGGIUNGERCI
------------------------------------------------------------------------*/
#find_us .container{
	max-width: 1500;
}
#find_us .card-group{

}
#find_us .card{
	margin: 0 0 15px 0;
	cursor: pointer;
	border-radius: 10px;
	border: 0;
	padding: 50px 15px 25px 15px;
	color: #000;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	display: flex;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	margin-bottom: 0;
}
#find_us:hover .card{
}
#find_us .card:hover{
	/*background: #183964;*/
}
#find_us .card-img-top{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	background-origin: content-box;
	background-size: contain;
	background-position: center;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
}

#find_us .card.boat:hover .card-img-top{ background-image: url(../img/icons/boat_light.png) !important; }
#find_us .card.train:hover .card-img-top{ background-image: url(../img/icons/train_light.png) !important; }
#find_us .card.airplane:hover .card-img-top{ background-image: url(../img/icons/airplane_light.png) !important; }
#find_us .card:hover .card-image{
	background-color: #183964;
	/* overflow: hidden; */
}

#find_us .card-body{
	border: 0;
	padding: 15px 50px;
}
#find_us .card-title{
	margin-bottom: 0;
	font-size: 1.5rem;
	display: flex;
	margin: auto auto auto 15px;
}
#find_us .card-title .card-image{
	width: 80px !important;
	max-width: unset;
	height: 80px;
	float: left;
	border: 2px solid #183964;
	/* padding-right: 25px; */
	padding: 5px;
	border-radius: 100%;
	box-sizing: border-box;
	display: block;
}
#find_us .card-title h5{
	float: left;
	display: inline-block;
	width: auto;
	/* height: 80px; */
	margin: auto auto auto 20px;
}
#find_us .card-title span{
	font-size: 1rem;
}
#find_us .card:hover .card-title{
	/*color: #fff;*/
}
#find_us .card-text{
	/* height: 0; */
	font-size: .9rem;
	text-align: left;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
}
#find_us:hover .card-text{
	/* height: 130px; */
}
#find_us .card:hover .card-text{
	/*color: #FFF*/
}
#find_us .card-footer{
	text-align: center;
	border: 0px solid transparent;
	border-radius: 0;
	border-top: 1px solid  #183964;
	background: none;
	margin-top: 20px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
}
#find_us:hover .card-footer{
}
#find_us .card:hover .card-footer{
}
#find_us .text-muted{

}

/************************************************************************
								CONTATTI
------------------------------------------------------------------------*/
#contacts h3 {
    color: #000;
}
#contacts .ajax-form input {
    padding-bottom: 5px;
    padding-top: 15px;
}
#contacts input,
#contacts textarea,
#contacts label{
	font-family: 'Poppins', sans-serif;
}

#contacts textarea::-webkit-input-placeholder,
#contacts input::-webkit-input-placeholder {
	font-size: 14px;
}

#contacts textarea::-moz-placeholder,
#contacts input::-moz-placeholder {
	font-size: 14px;
}

#contacts textarea:-ms-input-placeholder,
#contacts input:-ms-input-placeholder {
	font-size: 14px;
}

#contacts textarea::-ms-input-placeholder,
#contacts input::-ms-input-placeholder {
	font-size: 14px;
}

#contacts textarea::placeholder,
#contacts input::placeholder {
	font-size: 14px;
}


/************************************************************************
						PAGINA PRENOTAZIONI
------------------------------------------------------------------------*/
body.prenotazioni #main #iframe_prenotazioni iframe {
    margin: 0!important;
    padding: 0 !important;
    padding-top: 25px !important;
    width: 100% !important;
    border: 0 !important;
	min-height: 500px;
    background-color: transparent !important;
    background: none !important;
}