/*
	Theme Name: Edita
*/


/* FONT */


@font-face {
	font-family: 'SourceSansPro';
	src: url('../font/SourceSansPro-Light.eot?') format('eot'), 
	     url('../font/SourceSansPro-Light.woff') format('woff'), 
	     url('../font/SourceSansPro-Light.ttf')  format('truetype'),
	     url('../font/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
	font-family: 'SourceSansPro';
	src: url('../font/SourceSansPro-Regular.eot?') format('eot'), 
	     url('../font/SourceSansPro-Regular.woff') format('woff'), 
	     url('../font/SourceSansPro-Regular.ttf')  format('truetype'),
	     url('../font/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'SourceSansPro';
	src: url('../font/SourceSansPro-Semibold.eot?') format('eot'), 
	     url('../font/SourceSansPro-Semibold.woff') format('woff'), 
	     url('../font/SourceSansPro-Semibold.ttf')  format('truetype'),
	     url('../font/SourceSansPro-Semibold.svg#SourceSansPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}



/* GENERIC RESET */

*{
	border: 0px;
	padding: 0px;
	margin: 0px;
	box-shadow: none;
	outline: 0;
	transition: color 0.3s, background 0.3s, box-shadow 0.5s, border 0.5s, padding 0.5s;
	-moz-transition: color 0.3s, background 0.3s, box-shadow 0.5s, border 0.5s, padding 0.5s; 
	-webkit-transition: color 0.3s, background 0.3s, box-shadow 0.5s, border 0.5s, padding 0.5s;
}

html{
	overflow-x: hidden;
}

body{
	background-color: #0944AB;
	font-size: 15px;
	line-height: 20px;
	font-family: 'SourceSansPro', Tahoma, Arial;
	color: #FFFFFF;
	padding: 0 !important;
}

header, aside, footer, nav, section, details, summary, article, figure, figcaption, address, mark, output, button, main{ display:block; margin:0;}
address{
	font-style: normal;
	line-height: inherit;
	text-align: center;
}
button, button:hover{ background: transparent; cursor: pointer; text-align: left; box-shadow: none; text-shadow: none;}
mark{ background:transparent; color: #000;}
label{ font-weight: normal; margin: 0px }
blockquote { border: 0; margin: 0; padding: 0; display: block;}
blockquote p { font-size: inherit; font-weight: inherit; line-height: inherit; }

.entry-content, 
.entry-summary,
.hentry{
	margin: 0;
}

h1,
h1.entry-title{
	font-size: 40px;
	line-height: 42px;
	color: #4D9DF1;
	clear: none;
	text-align: center;
	margin: 0 0 20px 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

h2,
h2.entry-title{
	font-size: 34px;
	line-height: 34px;
	color: #4D9DF1;
	clear: none;
	text-align: left;
	margin: 0 0 10px 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

h3{
	font-size: 22px;
	line-height: 24px;
	color: #49C2EE;
	font-weight: normal;
	clear: none;
	text-align: left;
	margin: 0 0 10px 0px;
    font-family: 'SourceSansPro';
}

h4{
	font-size: 20px;
	line-height: 100%;
	color: #4D9DF1;
	font-weight: normal;
	clear: none;
	text-align: center;
	margin: 0 0 10px 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

h1 a, h1 a:hover, h1 a:focus, h1 a:active, h1 a:visited,
h2 a, h2 a:hover, h2 a:focus, h2 a:active, h2 a:visited,
h3 a, h3 a:hover, h3 a:focus, h3 a:active, h3 a:visited{
	color: #000;
	text-decoration: none;
}

p{
	margin: 0 0 10px 0;
	background-color: #0944AB;
	color: #FFFFFF;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a, a:hover, a:focus, a:active, a:visited{
	color: #3B62F0;
	text-decoration: underline;
	outline: 0;
}

a:hover{
	text-decoration: none;
}

ul, ol {
    margin: 0 0 20px 20px;
}

strong, b{
	font-weight: inherit;
	color: #FFFFFF;
	background-color: #0944AB;
	font-size: 100%;
	font-style: inherit;
	line-height: 30px;
}

form,
nav{
	margin: 0;
}

pre{

}

.clear{
	clear: both;
}

input[type="checkbox"]{
	margin: 0 3px 0 0;
	vertical-align: middle;
	position: relative;
	top: -1px;
}



/* *** HEADER *** */

#page.site{
	padding-top: 0px;
	overflow: hidden;
	background-color: #0944AB;
}

.header-booking.container-booking{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 202;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	width: 100%;

	transition: width 0.5s, top 0.5s;
	-moz-transition: width 0.5s, top 0.5s;
	-webkit-transition: width 0.5s, top 0.5s;
}

header{
	position: relative;
	position: fixed;
	z-index: 200;
	top: 55px;
	left: 0;
	width: 100%;
	background-color:#0944AB;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	border-bottom: 8px solid #93a7f3;
	color: #FFF;

	transition: top 0.5s;
	-moz-transition: top 0.5s;
	-webkit-transition: top 0.5s;
}

header.scroll{
	top: -72px;
}

header .logo{
	max-width: 200px/9;
	height: 100px;
	position: relative;
	width: 200px;
}

header .logo a{
	display: block;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	position: absolute;
	position: inherit\9;
	top: 0;
	left: 0px;
	background: #FFF;
	max-width: 200px;

	transition: width 0.5s, top 0.5s;
	-moz-transition: width 0.5s, top 0.5s;
	-webkit-transition: width 0.5s, top 0.5s;
}

header.scroll .logo a{
	top: -60px;
}

header .logo a img{
	margin: 0 auto;

	transition: padding 0.5s;
	-moz-transition: padding 0.5s;
	-webkit-transition: padding 0.5s;
}

header.scroll .logo a img{
	padding: 5px 0;
}

.container-logo-tablet .logo-tablet{
	display: block;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin: 20px auto 0;
	max-width: 280px;
}

/* LINGUE */

header .language{
	padding-top: 20px;
}

header .language ul{
	list-style: none;
	margin: 0 10px 0 0;
	float: right;
}

header .language ul li{
	float: left;
	margin: 0 0 5px 5px;
}

header .language ul li a{
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	display: block;
	float: none;
	text-align: center;
	line-height: 28px;
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	border: 1px solid #FFF;
}

header .language ul li.active a,
header .language ul li:hover a{
	color: #364b9a;
	background: #FFF;
}

/* CONTACTS */

.container-contacts{
	float: right;
	padding-top: 8px;
	padding-bottom: 15px;
	border-bottom: 1px solid #93A7F3;
	margin-bottom: 10px;
}

.container-contacts .tel{
	color: #FFF;
}

.container-contacts > a,
.container-contacts > span{
	display: block;
	float: left;
	line-height: 30px;
	margin-left: 15px;
	margin-right: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
}

.container-contacts .ico{
	display: inline-block;
	display: block\9;
	float: left\9;
	width: 40px\9;
	vertical-align: middle;
	margin-right: 3px;
}

/* *** MENU *** */

.main-navigation.navbar{
	border: 0;
	border-radius: 0;
	margin: 0;
	min-height: inherit;
	float: none;
	background: transparent;
	position: relative;
	/* top: 8px; */
}

.main-navigation .navbar-toggle{
	border: 0;
	box-shadow: none;
}

.main-navigation .navbar-toggle:hover,
.main-navigation .navbar-toggle:focus{
	background: none;
}

.main-navigation.navbar .navbar-collapse{
	padding: 0;
	/* border: 0; */
	max-height: inherit;
	box-shadow: none;
	float: right;
}

.main-navigation ul{
	display: block;
}

.main-navigation.navbar li a{
	line-height: 20px;
	padding: 10px 15px;
	text-decoration: none;
	display: block;
	color: #FFF;
	font-size: 16px;
	/* font-style: italic; */
	font-weight: 300;
	position: relative;
}

.main-navigation.navbar li > a:after{
	background: transparent repeat-x bottom left;
	content: '';
	width: 100%;
	height: 8px;
	position: absolute;
	bottom: -8px;
	left: 0;
	transition: color 0.3s, background 0.5s;
	-moz-transition: color 0.3s, background 0.5s; 
	-webkit-transition: color 0.3s, background 0.5s;
}

.main-navigation.navbar li.current-menu-item > a:after,
.main-navigation.navbar li.current-menu-parent > a:after,
.main-navigation.navbar li:hover > a:after{
	background-color:#0034FC;
}

.main-navigation ul ul{
	float: none;
	box-shadow: none;
	top: 35px;
	left: auto;
	right: 0;
	background: none;
	padding-top: 20px;
}

.main-navigation.navbar ul ul li{
	background-color: #0944AB;
	color: #4D9DF1;
}

.main-navigation.navbar ul ul li a{
	border: 0;
	padding: 10px 15px;
	display: block;
	width: auto;
	min-width: 250px;
	color: #FFFFFF;
	text-align: right;
}

.main-navigation.navbar ul ul li.current-menu-item > a,
.main-navigation.navbar ul ul li:hover > a{
	background: #93A7F3;
	color: #FFF;
}

.main-navigation.navbar ul ul li.current-menu-item > a:after,
.main-navigation.navbar ul ul li:hover > a:after{
	display: none;
}


/* *** SLIDER *** */

.container-header-slideshow{
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}

.single-room .container-header-slideshow,
.single-hall .container-header-slideshow,
.single-restaurant .container-header-slideshow{
	max-width: 1500px;
	margin: 0 auto;
}

.container-header-slideshow .header-slideshow{
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -1000px;
	width: 2000px;
}

.single-room .container-header-slideshow .header-slideshow,
.single-hall .container-header-slideshow .header-slideshow,
.single-restaurant .container-header-slideshow .header-slideshow{
	margin-left: -750px;
	width: 1500px;
	margin-bottom: 30px;
}

.container-header-slideshow .container-1500{
	max-width: 1500px;
	margin: 0 auto 30px;
}

.container-header-slideshow .container-1500 .cycle-pager .preview{
	overflow: hidden;
	position: relative;
}

.container-header-slideshow .container-1500 .cycle-pager .preview{
	cursor: pointer;
	background: #333;
}

.container-header-slideshow .container-1500 .cycle-pager .preview img{
	opacity: 1;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

.container-header-slideshow .container-1500 .cycle-pager .cycle-pager-active .preview img{
	opacity: 0.6;
}


/* *** BOOKING *** */

a.link-booking{
    font-size: 18px;
    line-height: 25px;
	background: #49c2ee;
	font-weight: normal;
	padding: 5px 20px;
	width: 100%;
	color: #FFF;
	font-weight: 300;
	text-decoration: none;
	display: block;
	text-align: center;
	margin: 1px auto 10px auto;
	text-transform: uppercase;
	max-width: 280px;
	font-style: italic;
}

a.link-booking:hover{
	background: #364b9a;
	color: #FFF;
}

.container-booking{
	background-color:#0944AB;
	padding-top: 10px;
}

.container-booking .booking-wrapper{
	padding: 0 15px;
}

.home .container-booking .booking-wrapper{
	/* padding: 0; */
}

.container-booking .defaultForm{
	margin: 0;
}

.container-booking .defaultForm .row [class*="col-"]{
	margin-bottom: 0;
}

.container-booking .defaultForm label{
	padding: 8px 0;
	line-height: 17px;
}

.container-booking .defaultForm input[type="text"],
.container-booking .defaultForm input[type="date"],
.container-booking .defaultForm select{
	border: 0;
	background-color: #F6F6F6;
	color: #222;
	margin-bottom: 10px;
}

.container-booking .defaultForm button{
    font-size: 18px;
    line-height: 25px;
	background: #49c2ee;
	font-weight: normal;
	padding: 5px 20px;
	width: 100%;
	color: #FFF;
	font-weight: 300;
}

.container-booking .defaultForm button:hover{
	background: #364b9a;
}

.container-booking #eta-bambini select{
	display: none;
}


/* *** COLONNA *** */


/* *** OFFERTE *** */

.container-offerts{
	position: relative;
	z-index: 100;
	background-color: #0944AB;
	padding-top: 60px;
	padding-bottom: 60px;
}

.widget-area .container-offerts{
	position: relative;
	z-index: 100;
	background: none;
	padding-top: 0px; 
	padding-bottom: 0px; 
}

#offerts{

}

.offerts-slideshow,
.offerts-slideshow > div{
	width: 100%;
	overflow: hidden;
}

.offerts-slideshow article{
	text-align: center;
	margin: 0 auto 25px;
	padding: 30px 15px 0px 15px;
	width: 100%;
	color: #101010;
}

.widget-area .offerts-slideshow article{
	margin: 0 auto;
	padding: 0 5px;
}

.offerts-slideshow article.no-item{
	margin: 0 auto 25px;
	border: 0;
}

.offerts-slideshow .row:first-child article{
	padding-top: 0px;
	border: 0;
}

.home .offerts-slideshow article{
	margin: 0px;
	padding: 0px;
	border: 0;
}

.offerts-slideshow article .preview{
	overflow: hidden;
	padding: 0 0 8px 0;
	margin: 0 auto 15px auto;
	position: relative;
}

.offerts-slideshow article .preview:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-color:#0944AB;
	content: '';
}

.offerts-slideshow article .preview img{
    transform: scale(1, 1);
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease-out;
	opacity: 1;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

.offerts-slideshow article:hover .preview img{
	position: relative;
    transform: scale(1.2, 1.2);
	opacity: 0.8;
}


.offerts-slideshow article .title{
	color: #4D9DF1;
	font-size: 22px;
	line-height: 24px;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	font-style: italic;
	background-color: #0944AB;
}

#offerts .cycle-pager{
	text-align: center;
	padding-top: 30px;
}

#offerts .cycle-pager span{
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	width: 12px;
	height: 12px;
	display: inline-block;
	background: transparent;
	margin: 0 3px;
	cursor: pointer;
	border: 1px solid #84898c;
}

#offerts .cycle-pager span.cycle-pager-active{
	background: #3b62f0;
	border: 1px solid #3b62f0;
}

.container-offerts .link-offerts{
	color: #3B62F0;
	font-size: 18px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	margin: 30px auto 0;
	font-weight: 300;
	border: 1px solid #3B62F0;
	padding: 10px 20px;
	max-width: 300px;
	font-style: italic;
}

.container-offerts .link-offerts:hover{
	background: #3B62F0;
	color: #FFF;
}



/* *** MAIN CONTAINER *** */

.site-content-wrapper{
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	z-index: 100;
	background: #FFF;
}

.content-1{
	padding-top: 45px;
	padding-bottom: 40px;
}

.single-room .content-1,
.single-hall .content-1,
.single-restaurant .content-1{
	padding-top: 0px;
}

.content-2{
	background-color:#0944AB;
	color: #FFF;
	border-top: 8px solid #FFF;
	border-bottom: 8px solid #FFF;
	padding-top: 60px;
	padding-bottom: 60px;
}

.kids-banner{
	display: block;
	max-width: 400px;
	margin-bottom: 30px;
}

.single-room .content-2,
.single-hall .content-2,
.single-restaurant .content-2{
	border: 0;
}

.content-2 .special-link{
	position: relative;
	background: #49c2ee;
	color: #FFF;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-left: 60px;
	margin-top: 30px;
	float: left;
	font-style: italic;
}

.content-2 .special-link:hover{
	padding: 10px 40px;
}

.content-2 .special-link:before{
	content: '';
	background: url('../images/background/button_label.png') no-repeat;
	width: 60px;
	height: 46px;
	position: absolute;
	top: -6px;
	left: -60px;
}

.site-content{
	position: relative;
	z-index: 100;
	padding-top: 35px;
	padding-bottom: 30px;
}

.site-content:before{
	position: absolute;
 	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: url('../images/background/background_1.gif') repeat-x bottom left;
	content: '';
}

.home .site-content{
	padding-top: 80px;
	padding-bottom: 0px;
	background-color: #0944AB;
}

.page-template .site-content,
.single-offert .site-content,
.single-room .site-content,
.single-hall .site-content,
.single-restaurant .site-content,
.error404 .site-content{
	padding-top: 120px;
}

.page-template .site-content:before,
.single-offert .site-content:before,
.single-room .site-content:before,
.single-hall .site-content:before,
.single-restaurant .site-content:before,
.error404 .site-content:before{
	display: none;
}

.content-area{
	position: relative;
	z-index: 101;
}

.home .content-area{
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #0944AB;
}

.content-1 .content-area h1,
.content-1 .content-area h1.entry-title,
.content-2 .content-area h2,
.content-2 .content-area h2.entry-title{
	font-size: 32px;
	line-height: 34px;
	color: #d7e0ff;
	margin: 0 0 20px 0px;
    font-weight: 300;
}

.content-1 .content-area h1,
.content-1 .content-area h1.entry-title{
	color: #9CCCFF;
	background-color: #0944AB;
}

.content-2 .content-area h3{
	color: #FFF;
	font-weight: 300;
}

.content-2 .content-area a,
.content-2 .content-area strong,
.content-2 .content-area b{
	color: #FFF;
	background-color: #0944AB;
}

.entry-content{
	text-align: justify;
	font-size: 24px;
}

.site-main{

}

.entry-meta{
	text-align: right;
	font-size: 12px;
	line-height: 18px;
}

.entry-meta a{

}

.content-area .gallery{
	margin: 20px auto !important;
}

.content-area .gallery a{
	display: block !important;
	max-width: 96%;
	margin: 0 auto;
}

.content-area .gallery.gallery-size-medium a{
	margin: 0;
	padding: 0px 12px;
}

.content-area .gallery a img{
	display: block;
	height: auto;
	max-width: 100%;
	width: 0 auto;
	border: 0 !important;
}

.content-area .gallery .wp-caption-text.gallery-caption{
	font-size: 13px;
	line-height: 16x;
	text-align: left;
	padding-top: 15px;
}

.content-area .gallery .wp-caption-text.gallery-caption strong{
	display: block;
	margin-bottom: 5px;
}


/* *** CAMERE *** */

/* PAGINA ELENCO CAMERE */

.entry-content-2{

}

.entry-content-2 h2{
	
}

.entry-content-2 .description{
	margin-bottom: 10px;
	
}


/* DATI CAMERA */

.info-wrapper{
	padding: 60px 0;
}

.info-wrapper mark{
	color: #3B62F0;
	font-size: 35px;
	line-height: 37px;
	margin: 0 0 15px 0px;
	font-weight: 300;
}

.info-wrapper .conditions{
	color: #555;
	text-align: justify;
}

.info-wrapper .conditions strong{
	color: #3e64ee;
}

.info-wrapper .conditions li{
	padding-bottom: 10px;
}

.info-wrapper .defaultForm .button{
	width: 100%;
}



/* *** LISTE OGGETTI: RECENSIONI & OFFERTE *** */

.item-list{
	margin-top: 30px;
}

.feedback-list.item-list{
	border-top: 1px dashed #cbc4b6;
	padding-top: 25px;
}

.room-list.item-list,
.hall-list.item-list,
.restaurant-list.item-list{
	margin-bottom: 30px;
}

.item-list h2{
	margin-bottom: 20px;
}

.item-list article{
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	z-index: 100;
	text-align: center;
}

.room-list.item-list article,
.hall-list.item-list article,
.restaurant-list.item-list article{
	margin: 0;
	margin-top: 30px;
}

.room-list.item-list .row:first-child article,
.hall-list.item-list .row:first-child article,
.restaurant-list.item-list .row:first-child article{
	margin-top: 0;
}

.room-list-nav.item-list .element,
.hall-list-nav.item-list .element,
.restaurant-list-nav.item-list .element{
	text-align: center;
	position: relative;
	overflow: hidden;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.feedback-list.item-list article{
	background: #f1f1f1;
	padding: 30px 60px;
	color: #767575;
	text-align: left;
}

.item-list article.allclick:hover{

}

.feedback-list.item-list article:before{
	content:'“';
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 100px;
	line-height: 102px;
	color: #66a350;
}

.feedback-list.item-list article:after{
	content:'”';
	position: absolute;
	bottom: -30px;
	right: 10px;
	font-size: 100px;
	line-height: 102px;
	color: #66a350;
}

.item-list article .preview{
	overflow: hidden;
	padding: 0 0 5px 0;
	margin: 0 auto 15px auto;
	position: relative;
}

.item-list article .preview:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-color:#0944AB
	content: '';
}

.item-list article .preview img{
    transform: scale(1, 1);
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease-out;
	opacity: 1;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

.item-list article:hover .preview img{
	position: relative;
    transform: scale(1.2, 1.2);
	opacity: 0.8;
}

.item-list article .author{
	color: #66a350;
	margin-bottom: 10px;
}

.item-list article a.title{
	color: #3e64ee;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
	font-weight: 600;
}

.room-list.item-list article a.title,
.hall-list.item-list article a.title,
.restaurant-list.item-list article a.title{
	margin-bottom: 5px;
}

.room-list-nav.item-list .element a.title,
.hall-list-nav.item-list .element a.title,
.restaurant-list-nav.item-list .element a.title{
	font-size: 26px;
	line-height: 28px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#0944AB;
	color: #364b9a;
	padding: 15% 20px 0;
	display: block;
	transition: color 0.3s, background 0.3s, opacity 0.5s, box-shadow 0.5s, border 0.5s, padding 0.5s, top 0.5s;
	-moz-transition: color 0.3s, background 0.3s, opacity 0.5s, box-shadow 0.5s, border 0.5s, padding 0.5s, top 0.5s; 
	-webkit-transition: color 0.3s, background 0.3s, opacity 0.5s, box-shadow 0.5s, border 0.5s, padding 0.5s, top 0.5s;
	font-weight: 300;
	text-decoration: none;
}

.room-list-nav.item-list .element:hover a.title,
.hall-list-nav.item-list .element:hover a.title,
.restaurant-list-nav.item-list .element:hover a.title{
	top: 50%;
}

.room-list-nav.item-list .active .element a.title,
.hall-list-nav.item-list .active .element a.title,
.restaurant-list-nav.item-list  .active .element a.title{
	background-color:#0944AB;
	color: #FFF;
	top: 0%;
	padding: 35% 20px 0;
}

.feedback-list.item-list article mark{
	color: #484848;
	font-size: 26px;
	line-height: 28px;
	margin-bottom:10px;
	font-weight: 300;
}

.item-list article .rating,
.item-list article .date{
	text-align: right;
	font-size: 11px;
	line-height: 15px;
	color: #666;
}

.item-list article .rating img{
	margin-left: 2px;
}

.item-list article .description{
	margin-bottom: 20px;
}

.room-list.item-list article .description,
.hall-list.item-list article .description,
.restaurant-list.item-list article .description{
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
}



/* *** MAPPA *** */

.container-map{
	position: relative;
}

.container-map:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background-color:#0944AB;
	content: '';
}

#map_canvas{
	height: 430px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
}

#map_canvas img {
    max-width: none; 
}

#map_canvas .infowindow{
	text-align: left;
	min-width: 200px;
	line-height: 15px;
	font-size: 13px;
	min-height: 90px;
}

.adp-placemark td{
	padding: 5px;
}

.adp-placemark img{
	display: inline-block;
    max-width: none; 
}

#position_box{
	display: none;
}


/* *** BOX *** */

.container-guestbook-video{
	padding-top: 50px;
	padding-bottom: 50px;
}

.container-guestbook-video mark{
	margin: 0 0 20px 0px;
	color: #5f6064;
	font-weight: 300;
	font-size: 36px;
	line-height: 38px;
	text-align: center;
}

.container-guestbook-video mark a{
	color: #5f6064;
	display: block;
	text-decoration: none;
}

.container-guestbook-video .description{
	color: #3f65ee;
	margin-bottom: 20px;
	text-align: center;
}


/* FEEDBACK */

#feedback{

}

.feedback-slideshow{
	margin: 10px auto;
	overflow: hidden;
}

.feedback-slideshow .item{
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	padding: 0px 60px;
	text-align: justify;
	display: none;
}

.feedback-slideshow .item:first-child{
	display: block;
}

.feedback-slideshow .item:before{
	content:'“';
	position: absolute;
	top: -15px;
	left: 0px;
	font-size: 100px;
	line-height: 102px;
	color: #e9eaeb;
}

.feedback-slideshow .item:after{
	content:'”';
	position: absolute;
	bottom: -55px;
	right: 0px;
	font-size: 100px;
	line-height: 102px;
	color: #e9eaeb;
}

.feedback-slideshow .item .author{
	color: #66a350;
}

#feedback .feedback-slideshow .item .title{
	background: #66A350;
	color: #FFF;
	font-size: 19px;
	line-height: 22px;
	margin: 10px 0 10px;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 5px 10px;
}

.feedback-slideshow .item .rating{
	text-align: right;
	margin-bottom: 5px;
}

.feedback-slideshow .item .rating img{
	display: inline-block;
	margin-left: 2px;
}

.feedback-slideshow .item .date{
	text-align: right;
	color: #acacac;
}

#feedback .cycle-pager{
	text-align: center;
	margin: 20px 0;
}

#feedback .cycle-pager span{
	cursor: pointer;
	background-color: #0944AB;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	display: inline-block;
	margin: 0 2px;
}

#feedback .cycle-pager span.cycle-pager-active{
	background: #66A350;
}


/* *** BUONI MOTIVI *** */

.container-reason{
	background-color: #0944AB;
	padding-top: 60px;
	padding-bottom: 60px;
}

.container-reason mark{
	font-size: 46px;
	line-height: 48px;
	color: #495584;
	font-weight: 300;
	text-align: center;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0px;
}

.container-reason mark strong{
	color: #82BAF5;
	background-color: #0944AB;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container-reason .description{
	font-size: 26px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: 300;
	text-align: center;
	margin: 30px 0 0px 0px;
	background-color: #0944AB;
	padding: 10px 20px;
}

.container-reason .description strong{
	color: #3B62F0;
	font-weight: 300;
}

.container-reason .box-reason{
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	max-width: 200px;
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 0;
}

.container-reason .box-reason strong{
	font-weight: normal;
	color: #3b62f0;
	font-size: 18px;
}

.container-reason .box-reason .preview{
	border: 5px solid #FFF;
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	background-color: #0944AB;
}

.container-reason .box-reason .preview:before{
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.5);
	z-index: 120;
}

.container-reason .box-reason img{
	transform: scale(1, 1);
	transition-duration: 350ms;
	transition-property: all;
	transition-timing-function: ease-out;
	position: relative;
	background-color: #0944AB;
	margin-bottom: 0px;
}

/*
.container-reason .box-reason .preview:hover img{
    position: relative;
    transform: scale(1.2, 1.2);
}
*/


/* *** VIDEO GALLERY *** */

.container-guestbook-video .wrapper-video{
	max-width: 350px;
  	position: relative;   
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px; 
	margin: 0 auto;
	position: relative;
}

.container-guestbook-video .wrapper-video .prev,
.container-guestbook-video .wrapper-video .next{
	position: absolute;
	top: 50%;
	left: -20px;
	background: #3B62F0;
	color: #FFF;
	width: 35px;
	height: 35px;
	line-height: 28px;
	margin-top: -17px;
	font-size: 35px;
	font-weight: 300px;
	text-align: center;
	border-right: 0px solid #3B62F0;
	transition: color 0.3s, background 0.3s, width 0.5s, border 0.5s, left 0.5s, right 0.5s;
	-moz-transition: color 0.3s, background 0.3s, width 0.5s, border 0.5s, left 0.5s, right 0.5s; 
	-webkit-transition: color 0.3s, background 0.3s, width 0.5s, border 0.5s, left 0.5s, right 0.5s;
	cursor: pointer;
}

.container-guestbook-video .wrapper-video .next{
	left: auto;
	right: -20px;
	border-left: 0px solid #3B62F0;
}

.container-guestbook-video .wrapper-video .prev:hover{
	left: -40px;
	width: 55px;
	border-right: 20px solid #3B62F0;
}

.container-guestbook-video .wrapper-video .next:hover{
	right: -40px;
	width: 55px;
	border-left: 20px solid #3B62F0;
}

.container-guestbook-video .wrapper-video:before,
.container-guestbook-video .wrapper-video:after{
	content: "";
    position: absolute; 
    z-index: -1;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,1);
    box-shadow: 0 0 10px rgba(0,0,0,1);
    top: 20px;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
} 

.container-guestbook-video .wrapper-video:after{
	right: 10px; 
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg); 
    -moz-transform: skew(8deg) rotate(3deg);     
    -ms-transform: skew(8deg) rotate(3deg);     
    -o-transform: skew(8deg) rotate(3deg); 
    transform: skew(8deg) rotate(3deg);
}

.container-guestbook-video .container-video{
	border: 15px solid #e8e9ea;
	background-color: #0944AB;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.container-guestbook-video .video-slideshow{
	overflow: hidden;
	background-color: #0944AB;
}

.container-guestbook-video .video-slideshow .item{
	display: none;
	width: 100%;
	position: relative;
}

.container-guestbook-video .video-slideshow .item:first-child{
	display: block;
}

.container-guestbook-video .video-slideshow .item:before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background-color:#0944AB;
}


/* *** FOTOGALLERY *** */

#gallery{
	background: #F6F6F6;
	padding-top: 30px;
	padding-bottom: 35px;
	position: relative;
}

#gallery:after{
	position: absolute;
 	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-color:#0944AB
	content: '';
}

#gallery mark{	
	margin: 0 0 20px 0px;
	color: #3e64ee;
	font-weight: 300;
	font-size: 36px;
	line-height: 38px;
}

#gallery mark strong{	
	font-weight: normal;
}

#gallery .container-gallery{
	margin-bottom: 40px;
}

#gallery .container-gallery a{
	display: block;
	max-width: 265px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border: 2px solid #e5e5e5;
}

#gallery .container-gallery a img{
    transform: scale(1, 1);
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease-out;
	opacity: 1;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	
}

#gallery .container-gallery a img:hover{
	position: relative;
    transform: scale(1.2, 1.2);
	opacity: 0.8;
}

#gallery .link-gallery{
	position: relative;
	background: #49c2ee;
	color: #FFF;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-left: 60px;
	float: right;
	font-style: italic;
}

#gallery .link-gallery:hover{
	padding: 10px 40px;
}

#gallery .link-gallery:before{
	content: '';
	background-color:#0944AB
	width: 60px;
	height: 46px;
	position: absolute;
	top: -6px;
	left: 60px;
}


/* *** IMMAGINI ALLEGATE *** */

.content-area.image-attachment .entry-attachment{
	text-align: center;
	margin-bottom: 30px;
}

.content-area.image-attachment .entry-attachment .attachment a{
	display: inline-block;
}

.content-area.image-attachment .entry-attachment .attachment a img{
	display: inline-block;
}


/* *** FOOTER *** */

footer{
	padding-top: 30px;
	background-color:#0944AB
	
}

footer a,
footer a:hover,
footer a:focus,
footer a:active,
footer a:visited{
	color: #0944AB;
}

footer address{

}

footer mark{
	margin: 0 0 10px 0px;
	color: #FFF;
	font-weight: 300;
	font-size: 36px;
	line-height: 38px;
}

footer .description{
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 22px;
	font-style: italic;
}


/* NEWSLETTER */

#newsletter{
	margin-bottom: 30px;
	/* border-bottom: 1px solid #D1D1D1; */
}

#newsletter .logo{
	float: left;
	margin: 0 20px 10px 0;
}

#newsletter .row [class*=col-]{
	padding-bottom: 10px;
}

#newsletter .defaultForm{
	color: #FFF;
}

#newsletter .defaultForm a{
	color: inherit;
}

#newsletter .defaultForm button{
	position: relative;
	margin-left: 60px;
	margin-top: 10px;
	background: #49c2ee;
	color: #FFF;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	font-style: italic;
	overflow: visible;
}

#newsletter .defaultForm button:hover{
	background: #49c2ee;
	padding: 10px 40px;
}

#newsletter .defaultForm button:before{
	content: '';
	background-color:#0944AB
	width: 60px;
	height: 46px;
	height: 47px\9;
	position: absolute;
	top: -6px;
	left: -60px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  
	#newsletter button:before{
		height: 47px;
	}  
}  

/* SOCIAL */

footer .container-social{
	margin-bottom: 20px;
	text-align: right;
	font-weight: 300;
	padding-top: 10px;
	float: left;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

footer .container-social .ico{
	display: inline-block;
	display: inline\9;
	margin-left: 5px;
}

footer .credits{
	font-size: 11px;
	line-height: 15px;
	text-align: right;
}

/* *** FORM FORMAT *** */

.defaultForm{
	margin: 20px 0;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #777;
}

.defaultForm label{
	margin: 0;
	font-weight: normal;
}

.defaultForm .gfield.gfieldVisibleLabel > label{
	display: block !important;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

.defaultForm a{
	color: #777;
}

.defaultForm .gform_fields{
	margin: 0;
}

.defaultForm .gfield_label{
	font-weight: bold;
	padding-bottom: 5px;
}

.defaultForm .gfield{
	margin-bottom: 15px;
	display: block;
	list-style: none;
}

.defaultForm .gfield.gfieldNoMargin{
	margin-bottom: 0px;
}

.defaultForm .gfield ul{
	list-style: none;
	margin: 0;
}

.defaultForm .gfield50{
	float: left;
	width: 48%;
}

.defaultForm .gfield33{
	float: left;
	width: 31%;
}

.defaultForm .gfield25{
	float: left;
	width: 23%;
}

.defaultForm .gfieldLeft{
	margin-right: 2%;
}

.defaultForm .gfieldRight{
	margin-left: 2%;
}

.defaultForm .gfield33.gfieldCenter{
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.defaultForm .gfield25.gfieldCenter{
	margin-left: 1%;
	margin-right: 1%;
}

.defaultForm .gfieldClear{
	clear: left;
}

.defaultForm input[type="text"],
.defaultForm input[type="email"],
.defaultForm input[type="date"],
.defaultForm select,
.defaultForm textarea{
	width: 100%;
	padding: 10px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-size: 12px;
	line-height: 14px;
	color: #333;
	font-family: Arial;
	border: 0;
	background-color: #FFFFFF;
}

.defaultForm .pickadate-container input[type="text"]{
    background-color:#0944AB
	background-position: center right;
	background-repeat: no-repeat;
}

.defaultForm textarea{
	resize: none;
}

.defaultForm select{
	padding: 9px;
}

.defaultForm select option{
	padding-left: 12px;
}

.defaultForm button,
.defaultForm input.button,
.defaultForm input.button.gform_button{
	box-shadow: none;
	text-shadow: none;
	background-image: none;
	color: #FFFFFF;
	padding: 9px 30px 10px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	border: 2px solid #3B62F0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	background-color: #4D9DF1;
}

.defaultForm button:hover,
.defaultForm input.button:hover,
.defaultForm input.button.gform_button:hover{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #4D9DF1;
	background-color: #0944AB;
}

.defaultForm button span{
	position: relative;
	margin-left: 5px;
	font-size: 20px;
	font-weight: normal;
}

.defaultForm .privacy,
.defaultForm .checkbox-list{
	font-size: 12px;
	line-height: 14px;
	padding: 8px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.defaultForm .privacy .gfield_description{
	margin: 5px 0 0 16px;
	font-size: 11px;
	line-height: 14px;
}

.defaultForm .gfield.gsection{
	clear: both;
	padding-top: 20px;
}

.defaultForm h2.gsection_title{
	font-size: 24px;
	line-height: 26px;
}

.defaultForm .gfield_checkbox:after{
	content: "";
	clear: both;
	display: block;
}

.defaultForm .gfield_checkbox li{
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

/* Valutazioni */

.defaultForm .gsurvey-survey-field{
	padding: 3px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 5px;
}

.defaultForm .gsurvey-survey-field > .gfield_label{
	float: left;
	margin-right: 10px;
}

.defaultForm .gsurvey-rating-wrapper,
.defaultForm .gsurvey-rating{
	height: 18px;
}

.defaultForm .gsurvey-rating:not(:checked) > label{
	display: block;
}

.defaultForm .gsurvey-survey-comment{
	padding: 3px 5px;
}

.defaultForm .gsurvey-survey-comment div{
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
}

/* Tabelle */

.table-responsive > .table img{
	display: block;
	max-width: inherit;
}


/* Commenti */

.comment-form textarea{
	resize: none;
	padding: 5px;
}

.comment-form label{
	font-weight: normal;
}

.comment-form input[type="submit"]{
	float: none;
	font-size: 14px;
	line-height: 16px;
	text-transform: inherit;
}

/* Modal Box */

[data-toggle="modal"]{
	cursor: pointer;
}

.modal{
	overflow-y: auto;
}

.modal .modal-content{
	overflow: hidden;
}

.modal .modal-header,
.modal .modal-footer{
	background: #DBE2F4;
}

.modal .modal-header .modal-title{
    font-size: 25px;
    line-height: 30px;
	text-align: center;
	color: #364b9a;
}

.modal .modal-body{
    font-size: 15px;
    line-height: 24px;
}

.modal .modal-body strong,
.modal .modal-body b{
/* 	font-weight: normal;
    font-family: 'SourceSansPro'; */
}

.modal .modal-body ol,
.modal .modal-body ul{
	margin: 0 0 10px 40px;
}

.modal .modal-body ol li,
.modal .modal-body ul li{
	padding-bottom: 15px;
}

.modal .modal-footer{
	text-align: center;
}

.modal .modal-footer .btn{
	color: #FFF;
	background: #545E7A;
	border: 0;
	padding: 8px 20px 6px;
    font-family: 'SourceSansPro';
	font-size: 14px;
	line-height: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.modal .modal-footer .btn.btn-opacity{
	opacity: 0.5;
}

.modal form.defaultForm{
	margin: 0;
}

.modal .modal-content .description{
	margin-bottom: 20px;
	text-align: center;
}

.modal .modal-content .newsletter-small{
	
}

.modal .modal-content .newsletter-small [class*="col-"]{
	padding-bottom: 10px;
}

.modal .modal-content .newsletter-small input[type="text"],
.modal .modal-content .newsletter-small input[type="email"]{
	border: 1px solid #CCC;
	background: #FFF;
	color: #555;
}

.modal .modal-content .newsletter-small .privacy{
	text-align: left;
}


.entry-content ul li {
	margin-bottom: 7px;
}

.content-2 strong {
	color: #fff;
}

.site-footer strong {
	color: #fff;
	text-align: left;
}



/*
Customizziamo la pagina capodanno esclusivo
*/

#post-313 td.back-capodanno {
    background-image: url(../images/back.jpg);
    width: 67%;
    padding: 30px 25px 15px 25px;
    vertical-align: top;
}

#post-313 td.back-capodanno h3 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #000;
}

#post-313 td.back-capodanno strong {
    color: #000;
}

#post-313 h1, #post-313 h1.entry-title {
    text-align: center;
    display: none;
}

#post-313 h2, #post-313 h2.entry-title {
    font-size: 30px;
    line-height: 33px;
    color: #5173ee;
    clear: none;
    text-align: left;
    margin: 0 0 10px 0px;
    font-family: 'SourceSansPro';
    font-weight: normal;
}


#post-313 .alignleft {
     margin-right: 0;
}

#post-313 .alignright {
    margin-left: 0;
}

#post-313 .back-grigio {
	background-color: #4D9DF1;
}
