/* ***************************************
	MISC
*****************************************/

.elgg-menu-site > li > a {
	color:#ffffff;
	text-transform:uppercase;
	font-size:1.3em;
	font-stretch:extra-expanded;
	margin:0 5px;
}

#dashboard-info {
	border: 1px solid #DCDCDC;
	margin: 0 10px 15px;
}
.elgg-sidebar input[type=text],
.elgg-sidebar input[type=password] {
	box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
}
.elgg-module .elgg-list-river {
	border-top: none;
}
.elgg-module > .elgg-body > .elgg-list, /* margin for group modules */
.elgg-module .elgg-widget-content > .elgg-list { /* margin for profile and dashboard widgets */
    margin-top: 0;
}
/* ***************************************
	TOPBAR MENU DROPDOWN
*****************************************/
.elgg-topbar-dropdown {
	padding-bottom: 8px; /* forces button to reach bottom of topbar */
}
.elgg-menu-topbar > li > .elgg-topbar-dropdown:hover {
	color: #EEE;
	cursor: default;
}
.elgg-menu-topbar-alt ul {
	position: absolute;
	display: none;
	background-color: #FFF;
	border: 1px solid #DEDEDE;
	text-align: left;
	top: 33px;
	margin-left: -100px;
	width: 180px;

	border-radius: 0 0 3px 3px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
}
.elgg-menu-topbar-alt li ul > li > a {
	text-decoration: none;
	padding: 10px 20px;
	background-color: #FFF;
	color: #444;
}
.elgg-menu-topbar-alt li ul > li > a:hover {
	background-color: #F0F0F0;
	color: #444;
}
.elgg-menu-topbar-alt > li:hover > ul {
	display: block;
}


.elgg-menu-topbar-default ul {
	position: absolute;
	display: none;
	background-color: #FFF;
	border: 1px solid #DEDEDE;
	text-align: left;
	top: 33px;
	margin-left: 0;
	width: 180px;

	border-radius: 0 0 3px 3px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
}
.elgg-menu-topbar-default li ul > li > a {
	text-decoration: none;
	padding: 10px 20px;
	background-color: #FFF;
	color: #444;
}
.elgg-menu-topbar-default li ul > li > a:hover {
	background-color: #F0F0F0;
	color: #444;
}
.elgg-menu-topbar-default > li:hover > ul {
	display: block;
}


.elgg-menu-item-account > a:after {
	content: "\bb";
	margin-left: 6px;
}
/* ***************************************
	ICONS
*****************************************/
.elgg-icon-hover-menu-hover,
.elgg-icon-hover-menu,
.elgg-icon-hover-menu:hover,
:focus > .elgg-icon-hover-menu {
	width: 100%;
	height: 100%;
}
.elgg-icon-hover-menu-hover:before,
.elgg-icon-hover-menu:before {
	position: absolute;
	bottom: 0;
	right: 0;
}
/* ***************************************
	RESPONSIVE
*****************************************/
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.elgg-button-nav {
	display: none;
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	float: left;
	padding: 10px 18px;
}
.elgg-button-nav:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #60B8F7;
}
.elgg-button-nav .elgg-icon-bars {
	font-size: 18px;
	color: #fff;
	vertical-align: middle;
}
@media (max-width: 1030px) {
	.elgg-menu-topbar-default > li:first-child a {
		margin-left: 0;
	}
	.elgg-menu-topbar-alt > li > a.elgg-topbar-dropdown {
		margin-right: 0;
	}
	.elgg-page-footer {
		/*padding: 0 20px;*/
	}
}
@media (max-width: 820px) {
	.elgg-page-default {
		min-width: 0;
	}
	.elgg-page-body {
		padding: 0;
	}
	.elgg-main {
        padding: 12px 20px 10px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
    }
    .elgg-layout-one-sidebar .elgg-main,
	.elgg-layout-two-sidebar .elgg-main {
        width: 100%;
    }
	.elgg-sidebar {
		border-left: none;
		border-top: 1px solid #DCDCDC;
		border-bottom: 1px solid #DCDCDC;
		background-color: #FAFAFA;
		width: 100%;
		float: left;
		padding: 27px 20px 20px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.elgg-sidebar-alt {
		display: none;
	}
	.elgg-page-default .elgg-page-footer > .elgg-inner {
		border-top: none;
	}
	.elgg-menu-footer {
		float: none;
		text-align: center;
	}
	.elgg-menu-page,
	.elgg-sidebar .elgg-menu-owner-block,
	.elgg-menu-groups-my-status {
		border-bottom: 1px solid #DCDCDC;
	}
	.elgg-menu-page a,
	.elgg-sidebar .elgg-menu-owner-block li a,
	.elgg-menu-groups-my-status li a {
		border-color: #DCDCDC;
		border-style: solid;
		border-width: 1px 1px 0 1px;
		margin: 0;
		padding: 10px;
		background-color: #FFFFFF;
	}
	.elgg-menu-page a:hover,
	.elgg-sidebar .elgg-menu-owner-block li a:hover,
	.elgg-menu-groups-my-status li a:hover,
	.elgg-menu-page li.elgg-state-selected > a,
	.elgg-sidebar .elgg-menu-owner-block li.elgg-state-selected > a,
	.elgg-menu-groups-my-status li.elgg-state-selected > a {
		color: #444;
		background-color: #F0F0F0;
		text-decoration: none;
	}
	.elgg-river-item input[type=text] {
		width: 100%;
	}
	.elgg-river-item input[type=submit] {
		margin: 5px 0 0 0;
	}
	/***** CUSTOM INDEX ******/
	.elgg-col-1of2 {
		float: none;
		width: 100%;
	}
	.prl {
		padding-right: 0;
	}
	/***** WIDGETS ******/
	.elgg-col-1of3,
	.elgg-col-2of3,
	#elgg-widget-col-1,
	#elgg-widget-col-2,
	#elgg-widget-col-3 {
		float: none;
		min-height: 0 !important;
		width: 100%;
	}
	.elgg-module-widget {
		margin: 0 0 15px;
	}
	.custom-index-col1 > .elgg-inner,
	.custom-index-col2 > .elgg-inner {
		padding: 0;
	}
	#dashboard-info {
		margin: 0 0 15px;
	}
}
@media (min-width: 767px) {
	.elgg-nav-collapse {
		display: block !important;
	}
	
	
}
@media (max-width: 766px) {
	.elgg-page-header > .elgg-inner h1 {
		padding-top: 10px;
	}
	.elgg-heading-site, .elgg-heading-site:hover {
		font-size: 1.6em;
	}
	.elgg-button-nav {
		cursor: pointer;
		display: block;
	}
	.elgg-nav-collapse {
		clear: both;
		display: none;
		width: 100%;
	}
	#login-dropdown a {
		padding: 10px 18px;
	}
	.elgg-menu-site {
		float: none;
		border-bottom:1px solid #ffffff;
	}
	.elgg-menu-site > li > ul {
		position: static;
		display: block;
		left: 0;
		margin-left: 0;
		border: none;
		box-shadow: none;
		background: none;
	}
	.elgg-more,
	.elgg-menu-site-more li,
	.elgg-menu-site > li > ul {
		width: auto;
	}
	.elgg-menu-site ul li {
		float: none;
		margin: 0;
	}
	.elgg-more > a {
		border-bottom: 1px solid #294E6B;
	}
	.elgg-menu-site > li {
		border-top: 1px solid #fff;
		clear: both;
		float: none;
		margin: 0;
	}
	.elgg-menu-site > li:first-child {
		border-top: none;
	}
	.elgg-menu-site > li > a {
		padding: 10px 18px;
		color:#fff;
		margin:5px 0;
	}
	.elgg-menu-site-more > li > a {
		color: #FFF;
		background: none;
		padding: 10px 18px 10px 30px;
	}
	.elgg-menu-site-more > li:last-child > a,
	.elgg-menu-site-more > li:last-child > a:hover {
		border-radius: 0;
	}
	.elgg-menu-site-more > li.elgg-state-selected > a,
	.elgg-menu-site-more > li > a:hover {
		background-color: #60B8F7;
		color: #FFF;
	}
	
	
}

@media (max-width: 991px){

	.footer h2.nof{
		margin-top:25px;
	}

}

@media (max-width: 600px) {
	.groups-profile-fields {
		float: left;
		padding-left: 0;
	}
	#profile-owner-block {
		border-right: none;
		width: auto;
	}
	#profile-details {
		display: block;
		float: left;
	}
	#groups-tools > li {
		width: 100%;
		margin-bottom: 20px;
	}
	#groups-tools > li:nth-child(odd) {
		margin-right: 0;
	}
	#groups-tools > li:last-child {
		margin-bottom: 0;
	}
	.elgg-menu-entity, .elgg-menu-annotation {
		margin-left: 0;
	}
	.elgg-menu-entity > li, .elgg-menu-annotation > li {
		margin-left: 0;
		margin-right: 15px;
	}
	.elgg-subtext {
		float: left;
		margin-right: 15px;
	}
	
	.photo{
		width:100% !important;
		height:100% !important;
		float:none !important;
		clear:both;	
	}
	
	.photo img{
		width:100% !important;
	}
	
	.description{
		width:100% !important;	
		float:none !important;
		clear:both;
		margin-top:15px;		
	}
	
	.my_button2{
		position:relative !important;
		top:10px;
		left:10px;	
	}
	
}

.elgg-heading-site, .elgg-heading-site:hover{
	font-family:'Abel', sans-serif;
	color:#060;
	/*text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);	*/
}

.elgg-page-header .elgg-inner{
	max-width:600px !important;
	padding:10px;	
	/*background-image:url(<?php echo elgg_get_site_url(); ?>mod/aalborg_theme/graphics/sfondino.png);*/
	/*box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	-moz-box-shadow: 0px 0px 5px #CCC;*/
}

.elgg-page-header .elgg-inner h1{
	text-align:center;
	font-size:2.3em;
	padding-top:20px;
	padding-bottom:20px;
	color:#060;
	
	/*border:1px solid #fff;*/
}

@media (max-width: 500px){
	.elgg-page-header .elgg-inner h1{
		font-size:1.8em;
	}
}

.elgg-page-header{
	height:180px;
	background-image:url(<?php echo elgg_get_site_url(); ?>mod/aalborg_theme/graphics/sfondo_test.png);
	
	/*background-position:0 top;
	background-repeat:repeat-x;
	*/
	
	/*background-color:#ffffff;*/
	
	
	/*box-shadow: 1px 1px 5px #CCC;
	-webkit-box-shadow: 1px 1px 5px #CCC;
	-moz-box-shadow: 1px 1px 5px #CCC;*/
	
}



@media (max-width: 768px){
	.elgg-page-header{
		height:130px;
	}
}

@media (max-width: 340px){
	.elgg-page-header{
		height:73px;
	}
}

.elgg-page-footer .elgg-inner{
	border:none;
	border-top:	0 !important;
}

.elgg-page-body .elgg-inner{
	width:100%;
	max-width:100% !important;	
}

.elgg-page-body{
	/*padding:20px;	*/
}

.elgg-module-struttura_ricettiva .magic{
	background-image:url(<?php echo elgg_get_site_url(); ?>mod/aalborg_theme/pages/home-page/foto.php?sezione=struttura-ricettiva&t=<?php echo mktime(); ?>);
	background-position:center center;
	background-size: cover;	
	cursor:pointer;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}


.elgg-module-home .magic{
	background-image:url(<?php echo elgg_get_site_url(); ?>mod/aalborg_theme/pages/home-page/foto.php?sezione=home&t=<?php echo mktime(); ?>);
	background-position:center center;
	background-size: cover;	
	cursor:pointer;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.elgg-module-azienda .magic{
	background-image:url(<?php echo elgg_get_site_url(); ?>mod/aalborg_theme/pages/home-page/foto.php?sezione=azienda&t=<?php echo mktime(); ?>);
	background-position:center center;
	background-size: cover;	
	cursor:pointer;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.elgg-module-contatti .magic{
	background-image:url(<?php echo elgg_get_site_url(); ?>mod/aalborg_theme/pages/home-page/foto.php?sezione=contatti&t=<?php echo mktime(); ?>);
	background-position:center center;
	background-size: cover;	
	cursor:pointer;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.elgg-module-come_raggiungerci .magic{
	background-image:url(<?php echo elgg_get_site_url(); ?>mod/aalborg_theme/pages/home-page/foto.php?sezione=come-raggiungerci&t=<?php echo mktime(); ?>);
	background-position:center center;
	background-size: cover;
	cursor:pointer;	
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.magic:hover {
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);    
}




.magic{
	
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	/*-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;*/
	
}

/*.elgg-page-header{
	margin:5px;
	margin-bottom:0;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;	
}*/

@media (max-width: 767px){
	.magic{
		-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
	}
	
	.elgg-page-header{
		margin:0;	
		-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
	}
}

.custom-index-col1{
	width:66%;	
}
.custom-index-col2{
	width:34%;	
}
.custom-index-col3{
	width:100%;	
}
.custom-index-col4{
	width:49%;
}

.custom-index-col5{
	width:25%;
}

.custom-index-col6{
	width:74%;
}

.custom-index-col7{
	width:66%;	
}
.custom-index-col8{
	width:33%;	
}

.custom-index-col9{
	width:32%;
	margin-right:1%;
	
}

.custom-index-col4 .elgg-module-highlight{
	border:1px solid #ddd;
}

.elgg-page-navbar{
	/*background-color:#111;	*/
	background-color:#155415;
	padding:20px;
	-webkit-box-shadow: 0px 6px 24px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    0px 6px 24px 0px rgba(50, 50, 50, 0.25);
box-shadow:         0px 6px 24px 0px rgba(50, 50, 50, 0.25);
border-bottom:1px solid #000000;
}

.elgg-button-nav:hover{
	background-color:#CCC;	
}

.camera-dati{
	width:50%;
	float:left;	
}


.menu-user{
	width:95%;
	margin:0 auto;	
}



@media (max-width: 1380px){
	.custom-index-col5{
		width:30%;
	}
	
	.custom-index-col6{
		width:69%;
	}
	
}

@media (max-width: 1170px){
	.custom-index-col5{
		width:35%;
	}
	
	.custom-index-col6{
		width:64%;
	}
	
}

@media (max-width: 980px){

.custom-index-col5{
	width:100%;
}

.custom-index-col6{
	width:100%;
}

}

@media (max-width: 820px){
	.custom-index-col1{
		width:100%;	
	}
	.custom-index-col2{
		width:100%;	
	}
	.custom-index-col4{
		width:100%;	
	}
	
	.custom-index-col7{
		width:100%;	
	}
	.custom-index-col8{
		width:100%;	
	}
	.custom-index-col9{
		width:100%;	
	}
	

	.camera-dati{
		width:100%;
		float:none;
		clear:both;	
	}
	.menu-user{
		width:100%;
		margin:0 auto;	
	}
}


.elgg-menu-site > .elgg-state-selected > a, .elgg-menu-site > li:hover > a{
	background-color:#ffffff;
	color:#155415;	
}

.elgg-menu-site{
	/*font-family:"MostraOneRegular";*/
	font-family:<?php echo $font; ?>;
	margin-left:calc((100% - 714px)/2);
	font-weight:bold;
}

.elgg-page-navbar{
	/*margin:5px 5px 0 5px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;	*/

}

@media (max-width: 766px){
.elgg-menu-site > li {
    border-top: 1px solid #ffffff;
	
}

.elgg-page-navbar{
	margin:0;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding:10px;	
}

}

.elgg-module-highlight{
	display:none;	
}

#preload{
	position:fixed;
	width:50px;
	height:50px;
	background-image:url(<?php echo elgg_get_site_url(); ?>mod/aalborg_theme/graphics/download.gif);
	display:none;
}

.elgg-page-navbar .elgg-inner{
	max-width:100% !important;	
}


#overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	background-color:#000;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";

  /* IE 5-7 */
  filter: alpha(opacity=75);

  /* Netscape */
  -moz-opacity: 0.75;

  /* Safari 1.x */
  -khtml-opacity: 0.75;

  /* Good browsers */
  opacity: 0.75;	
}



#foto{
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:10001;
	/*background-image:url(<?php echo elgg_get_site_url(); ?>mod/aalborg_theme/graphics/foto1.jpg);
	background-size:cover;*/
	border:2px solid #fff;
	max-width:100%;
	max-height:100%;
}

.foto_preview_camera{
	float:left;
	margin:0 5px 0 0;
	position:relative;
	z-index:1;	
}

.delete_img{
	position:absolute;
	top:5px;
	right:5px;
	z-index:2;
	background-color:#000;
	padding:2px 4px;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
cursor:pointer;
font-weight:bold;
color:#ff0000 !important;
		
}

.copertina{
	position:absolute;
	top:5px;
	left:5px;
	z-index:2;
	background-color:#000;
	padding:2px 4px;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
cursor:pointer;
font-weight:bold;
		
}

#chiudi{
	position:absolute;
	top:10px;
	right:10px;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;	
}

.tb td{
	padding:5px;	
}

.gallery-camera{
	margin-top:10px;	
}

.gallery-camera li{
	float:left;
	display:inline;
	margin:0 5px 5px 0;
}

.month_list li{
	float:left;
	display:inline;
	margin:0 6px 5px 0;
}

.month_list li a{
	padding:4px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;	
color:#000000;
position:relative;
}

.month_list li a:hover{
	color:#000000;
	
}

.month_list li a.active{
	color:#000000;
	
}

.month_list li a.active:after{
	
	position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    height: 2px;
    background: #c2a346;
    content: "";
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.imposta_prezzi_container{
	overflow:auto;	
}

.imposta_prezzi{
	width:100%;
	font-size:10px;
	border-spacing:2px;
	border-collapse:separate;
	
}

.imposta_prezzi td{
	padding:2px;
	background-color:#f6f6f6;
	margin:2px;
	text-align: center;

}

.imposta_prezzi th{
	padding:2px;
	background-color:#666;
	color:#FFF;
	margin:2px;
	
	vertical-align:middle;
	text-align: center;
	
	
}

.etichette{
	
	    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    max-height: 180px;

}

.imposta_prezzi th.we{
	background-color:#FE9F9B;
}
.imposta_prezzi td.we{
	background-color:#FBEDCD;
}

.imposta_prezzi th.fst{
	background-color:#0066FF;
}
.imposta_prezzi td.fst{
	background-color:#DEE5FA;
}


.tariffe{
	font-size:14px;	
}

.periodo td{
	padding:5px;
	vertical-align:middle;
	font-weight:bold;
	font-size:12px;
}

.giorni_separati_list li{
	float:left;
	display:inline;
	margin:0 10px 10px 0;
}

.camere_tariffe{
	width:100%;	
}

.camere_tariffe th{
	font-weight:bold;
	padding:5px;
	font-size:13px;		
}
.camere_tariffe td{
	font-weight:normal;
	font-size:12px;
	padding:5px;
	font-weight:bold;	
}

.griglia{
	text-align:left;
	width:32px;
	font-size:13px;
	padding:3px;
	border:1px solid #bdc7d8;	
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
margin-bottom:2px;
}

.mstay{
	color:#F00;	
}
.qta{
	color:#00F;	
}

hr{
	border:1px solid #EBEBEB;	
}

.camera-dati p{
	background-color:#f2f2f2;
	padding:3px;
	margin-right:3px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
}

.filter_camere td{
	padding:7px;
	color:#f6f6f6;	
}

.filter_camere td label{
	color:#f6f6f6;	
}

#dettaglio_camere th{
	text-align:center;
	vertical-align:middle;
}

#dettaglio_camere td{
	text-align:center;
	vertical-align:middle;
}

.my_button{
	width:90%;
	margin:0 auto;
	text-align:center;
	background-color:#333;
	color:#FFF;
	font-size:130%;
	/*font-family:'MostraOneRegular';*/
	font-family:<?php echo $font; ?>;
	border:1px solid #1b6791;
	cursor:pointer;
	padding-top: 15px;
	padding-bottom: 15px;
}

.my_button:hover{
	background-color:#1b6791;	
}

._ajax_loading{
	width:100%;
	min-height:150px;
	background-image:url(../graphics/loading.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#FFF;	
}

.booking{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

color:#FFF;
text-align:center;
padding:15px 0;
font-size:200%;
font-weight:bold;
margin-bottom:5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;	
}

.prev_camera{
	background-color:#FFF;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding:10px;
padding-bottom:10px;
position:relative;
	
}

.prev_camera .photo{
	float:left;
	
	width:200px;
	height:200px;
}

.prev_camera .description{
	float:left;
	width:calc(100% - 220px);
	margin-left:10px;
	
	
}

.prev_camera .description h2, .prev_camera .description h4, .prev_camera .description h3{
	float:left;
	
}

.prev_camera .description h3 span, #dettaglio-camera h2 span{
	font-size:170%;
	margin-top:10px;
	color:#c2a346;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);	
}

.my_button2{
	width:auto;	
	position:absolute;
	bottom:10px;
	right:10px;
	padding:10px 20px;
	font-size:120%;
	/*font-family:'MostraOneRegular';*/
	font-family:<?php echo $font; ?>;
}

.prenotab{

	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	font-weight:bold;
}


.prenotab:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	text-decoration:none;
}

.prenotab:focus {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	text-decoration:none;
}


.calendariob {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	
	font-weight:bold;
	
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
	right:185px;
}
.calendariob:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
	
	
}

.dettagliob{
	right:325px;

	-moz-box-shadow:inset 0px 1px 0px 0px #000;
	-webkit-box-shadow:inset 0px 1px 0px 0px #000;
	box-shadow:inset 0px 1px 0px 0px #000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#702262+0,8f005e+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */


	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c2a346;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	
	font-weight:bold;
	
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.dettagliob:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2a346+0,702262+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,207cca+49,2989d8+50,1e5799+100 */
background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top,  #7db9e8 0%, #207cca 49%, #2989d8 50%, #1e5799 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */

color:#ffffff;
text-decoration:none;

}

.dettagliob:focus{
	color:#ffffff;
text-decoration:none;
}

.camera_gallery{
	margin:0;
	padding:0;	
}

.camera_gallery li{
	display:inline;
	float:left;
	margin:0 5px 9px 0;
	width:27%;
}
.camera_gallery li a{
	display:block;
	margin:	0 5px 10px 0;
}

.caratteristiche{
	padding:5px;
	background-color:#f2f2f2;
	font-weight:bold;	
}

.prenota_calendar{
		
	display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 16px 28px 15px;
    background: #c2a346;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
	border:none;
	font-family: Cabin, sans-serif
}

select{
	color:#333;	
}

hr{
	margin-top:5px;
	margin-bottom:5px;	
}

/*date-picker*/

.ui-datepicker{
	border:1px solid #c2a346;	
}

.ui-datepicker-header{
	background-color:#c2a346;
}
.ui-datepicker th{
	color:#c2a346;
}
.ui-datepicker-calendar .ui-state-default{
	color:#c2a346;
}
.ui-datepicker-calendar .ui-state-active, .ui-datepicker-calendar .ui-state-active.ui-state-hover{
	border:1px solid #c2a346;
	color:#c2a346;	
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	background: #ffffff;
}

/*fine date-picker*/


#data_arrivo, #data_partenza, #data_arrivo_edit, #data_partenza_edit{
	padding:10px;
	max-width:140px;
	font-size:120%;
	text-align:center;
}

#stanze_occupanti{
	padding:10px;	
}

#step3tb th{
	border-bottom:2px solid #444;	
}

#step3tb td{
	padding:5px;
	border-bottom:1px solid #444;
	vertical-align:middle;		
}
.tbprent td{
	padding:5px;
	font-weight:bold;
	border-bottom:1px solid #f6f6f6;
	vertical-align:middle;	
}

.dato{
	font-size:150%;
	font-weight:bold;
	padding:3px 10px;
	background-color:#f0f0f0;	
}

/*layout one sidebar*/

.elgg-layout-one-sidebar .elgg-main{
	padding-left:20px;
}

.elgg-sidebar {
   
    padding: 32px 30px 20px 0;
    float: left;
   
    border-right: 1px solid #EBEBEB;
	border-left:none;
}

#data_arrivo_f, #data_partenza_f{
	max-width:120px;
	text-align:center;	
}

.filtri td{
	padding:5px;	
}

#lista_prenotazioni{
	width:100%;
	
	margin:20px auto;
	font-size:12px;
	border:1px solid #666;
	border-spacing:1px;
	background-color:#dadada;
}

#lista_prenotazioni th{
	background-color:#666;
	font-weight:bold;
	color:#FFF;
	padding:0.75em;
}

#lista_prenotazioni td{
	padding:0.75em;
}

#lista_prenotazioni tr.odd td{
	background-color:#ebf3ff;
}

#lista_prenotazioni tr.evn td{
	background-color:#fcfcfc;
}

.piatti{
	width:99%;	
	border:1px solid #dadada;
	border-spacing:1px;
	background-color:#fff;
	margin:1% auto;
}

.piatti th{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
background: #499bea; /* Old browsers */
background: -moz-linear-gradient(top,  #499bea 0%, #207ce5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #499bea 0%,#207ce5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #499bea 0%,#207ce5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */



	font-weight:bold;
	color:#FFF;
	padding:0.50em;
	border:1px solid #dadada;
}

.piatti td{
	border:1px solid #dadada;
	padding:0.50em;
	font-weight:bold;
	font-size:120%;	
}

.piatti tr.odd td{
	background-color:#ebf3ff;
}

.piatti tr.evn td{
	background-color:#fcfcfc;
}

#piatti_scelti{
	margin-top:15px;	
}

.antipasto{
	border:1px solid #6495ed;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(100,149,237,0.65);
-moz-box-shadow: 0px 0px 10px 1px rgba(100,149,237,0.65);
box-shadow: 0px 0px 10px 1px rgba(100,149,237,0.65);
}

.primo{
	border:1px solid #90ee90;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(144,238,144,0.65);
-moz-box-shadow: 0px 0px 10px 1px rgba(144,238,144,0.65);
box-shadow: 0px 0px 10px 1px rgba(144,238,144,0.65);
}

.secondo{
	border:1px solid #8b4513;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(139,69,19,0.65);
-moz-box-shadow: 0px 0px 10px 1px rgba(139,69,19,0.65);
box-shadow: 0px 0px 10px 1px rgba(139,69,19,0.65);
}

.contorno{
	border:1px solid #ff1493;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(255,20,147,0.65);
-moz-box-shadow: 0px 0px 10px 1px rgba(255,20,147,0.65);
box-shadow: 0px 0px 10px 1px rgba(255,20,147,0.65);
}

.frutta{
	border:1px solid #00f5ff;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,245,255,0.65);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,245,255,0.65);
box-shadow: 0px 0px 10px 1px rgba(0,245,255,0.65);
}

.dessert{
	border:1px solid #ee30a7;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(238,48,167,0.65);
-moz-box-shadow: 0px 0px 10px 1px rgba(238,48,167,0.65);
box-shadow: 0px 0px 10px 1px rgba(238,48,167,0.65);
}

.beverage{
	border:1px solid #ffc125;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(255,193,37,0.65);
-moz-box-shadow: 0px 0px 10px 1px rgba(255,193,37,0.65);
box-shadow: 0px 0px 10px 1px rgba(255,193,37,0.65);
}

.altro{
	border:1px solid #cdb7b5;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(205,183,181,0.65);
-moz-box-shadow: 0px 0px 10px 1px rgba(205,183,181,0.65);
box-shadow: 0px 0px 10px 1px rgba(205,183,181,0.65);
}

.menu-ristorante{
	width:98%;
	margin-left:2%;
	border:1px solid #dadada;
	padding:10px;
	margin-bottom:20px;	
}

.menus-ristorante{
	width:98%;
	margin-left:2%;
	padding:10px;
	
}

.menu-title{
	cursor:pointer;
	background-color:#f6f6f6;
	padding:8px 4px;
	height:35px;	
}

.piatto-img{
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
		
}

.img-piatto-container{
	text-align:center; 
	width:70%; 
	margin:0 auto; 
	padding:7px; 
	border:1px solid #ccc;
	margin-bottom:25px;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.75);
background-color:#FFF;
}

.btn-pers{
	background-color:#c2a346;
	color:#fff;	
}

.btn-pers:hover, .btn-pers:active, .btn-pers:focus{
	color:#fff;
	background-color:#B50B7B;	
}

.ristorazione-title{
	background-color:#f1f1f1;
	padding:10px 5px;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;	
}


.elgg-menu-site li ul{
	background-color:#111;
	border:1px solid #444;
		
}

.elgg-menu-site li ul li a{
	padding:10px 20px;
	color:#FFF;
	text-decoration:none;
}

.elgg-menu-site li ul li a:hover{
	background-color:#c2a346;	
}

@media (max-width: 766px){
	
	.elgg-menu-site li ul{
		background-color:#111;
		border:none;
		margin-left:25px;
		margin-bottom:5px;
	}
	.elgg-menu-site li ul li{
		
		margin-top:5px;
	}
	
}



.elgg-menu-item-res.elgg-state-selected a,.elgg-menu-item-res a:hover {
	background-color:#95a275 !important;	
}

.elgg-heading-site span{
	text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}

.elgg-layout-one-column{
	max-width:1440px;
	margin:0 auto;	
}

.background-page{
	height:200px;
	background-position:center center;
	background-size:cover;
	margin-bottom:15px;	
}

.footer {
    min-height: 200px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,45484d+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #45484d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #000000 0%,#45484d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #000000 0%,#45484d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */

	padding:25px 10px;
	border-top:1px solid #000;
}

.footer h2{
	color:#d6d6d6;
	margin-bottom:20px;
	font-size:2em;	
}

.footer ul.sitemap{
	margin-left:35px;
	font-size:1.5em;	
}

.footer ul.sitemap li{
	margin-bottom:10px;
	list-style-type:disc;	
}

.footer ul.sitemap li a{
	color:#efefef;
		
}

.elgg-page-footer:after, .elgg-inner:after{
	content: "";
}

.elgg-body{
	padding:20px;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 10px #dfdfdf;
	margin-bottom:15px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.foto_preview_camera {
    float: left;
    margin: 0 5px 5px 0;
    position: relative;
    z-index: 1;
}

#lista-prenotazioni-h3{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

@media print {
    /* 1. Nascondi tutto il contenuto del body */
    body * {
        visibility: hidden;
    }

    /* 2. Rendi visibile solo il blocco desiderato (e i suoi contenuti) */
    #blocco-da-stampare, 
    #blocco-da-stampare * {
        visibility: visible;
    }
	
	#pay-button, #print-button{
		visibility: hidden;
	}

    /* 3. Posiziona il blocco nell'angolo in alto a sinistra della pagina stampata */
    #blocco-da-stampare {
        position: absolute;
        left: 0;
        top: 0;
        /* Puoi anche resettare i margini qui se necessario */
        margin: 0; 
        padding: 0;
    }
}

.ui-datepicker {
    /* Imposta un valore molto alto, superiore allo z-index del tuo modal (es. 1050, 1100, ecc.) */
    z-index: 9999 !important; 
}

.confirm-button{
	display:flex;
	justify-content:flex-end;
}

@media (max-width: 766px){
	
	.confirm-button{
		flex-wrap:wrap;
	}
	
	.confirm-button button{
		width:100%;
		margin-bottom:10px;
	}
	
}


.elgg-system-messages {
		position: fixed;
		top: 32px;
		right: 20px;
		max-width: 500px;
		z-index: 2000;
		list-style-type:none;
	}
	
	.elgg-system-messages li {
		margin-top: 10px;
		list-style-type:none;
	}
	
    
    
	.hidden {
		display: none!important;
	}
	
	.elgg-state-error{
		background-color:#dc3545;
		color:#ffffff;
		padding: 8px 12px;
		
	}
	
	.elgg-state-success{
		background-color:#28a745;
		color:#ffffff;	
		padding: 8px 12px;
		
	}
	
	.elgg-message p{
		margin:0;
		padding:0;
        color: #ffffff;
	}