
/*** HEADER ***/
.header_top {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0.7+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}
#header.header-v3 .header_top .logo-top {
    display: block;
    max-height: 66px;
    width: 160px;
	margin:0 auto;
}
@media only screen and (max-width: 600px) {
	.section-slider {
		height:350px;
	}
}

/*** TOP BAR ***/
.section-sub-banner {
    padding-top: 160px;
}

/*** DATEPICKER ***/
.ui-datepicker .ui-datepicker-header {
	background-color : #d4ad6f;
}

/*** BREADCRUMB ***/
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background: none !important;
    border-radius: 4px;	
}
.breadcrumb span {
	color:#fff !important;
}
.breadcrumb a {
	color:#fff !important;
}
.breadcrumb i {
	color:#fff !important;
}
.breadcrumb > li:first-child + li::before {
	content:'';
	padding:0px;
}

/*** PAGINA PREZZI ***/
.pagina-prezzi table tr:first-child td {
	font-size:14px;
}
.pagina-prezzi table td {
	font-size:15px;
}
.pagina-prezzi ul {
	padding-left:18px;
}
.pagina-prezzi thead:first-child th{
	text-align:center;
	border-bottom:1px solid #c7c7c7;
	font-size:12px;
}
.pagina-prezzi thead th{
	border-bottom:1px solid #000;
	font-size:11px;
}

/*** SIDEBAR ***/
.sidebar {
	margin-right:0px;
}

/*** ROOM-DETAIL ***/
.room_img-item {
	height:496px;
}
@media only screen and (max-width: 600px) {
   .room_img-item {
		height:196px;
	}
}

/*** RESERVATION FORM ***/
.reservation_content {
	margin-top:10px;
	border-top:1px solid #ddd;
}
.reservation-billing-detail {
	margin-left:0px;
	width:100%;
	max-width:100%;
}
.reservation_content .awe-calendar-wrapper {
	display:inline;
}
.reservation_content .awe-calendar-wrapper .awe-calendar {
	border: 2px solid #e4e4e4;
}
input.error, select.error {
	border: 2px solid red !important;
}
label.error {
	color:red !important;
}
.response-email {
	margin-top:10px;
}
.error-message {
	color:red;
}
.success-message {
	color:green;
}

/*** EVENTS ***/
.events-item {
	min-height:400px; 
}
@media only screen and (max-width: 600px) {
   .events-item {
		min-height:350px; 
	}
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 66em !important;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: .3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1.3rem !important;
}