h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	color: #000;
}

h1 {
	font-size: 35px;
}

#map_canvas_container {
	position: relative;
	height: -webkit-fill-available;
}

#map {
	position: fixed !important;
	top: 0;
	right: 0;
	bottom: 0;
	/* left: 0; */
	width: inherit;
	height: 100%
}

.listing-list-item .image-block {
	width: 100%;
	float: none;
	height: auto !important;
}

.name-apt {
	font-weight: 600;
	font-size: 1.2em;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.name-apt a {
	color: #333;
}

.address-apt {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listing-list-item {
	margin-bottom: 15px
}

.detico {
	right: 5px;
	bottom: 5px !important;
	text-align: right;
	background-color: #fff;
	color: #333 !important;
	padding: 5px 8px !important;
	border-radius: 3px;
}

.detico b {
	font-size: 1.2em;
}

.col-vr {
	padding-right: 0px !important;
}

#col-listing {
	padding-left: 45px;
	padding-right: 30px
}

.category-apt {
	padding-top: 3px;
	text-transform: uppercase;
}

.feats-apt {
	padding-top: 10px;
	min-height: 46px;
}

.feat-apt {
	line-height: 24px;
	font-size: 0.9em;
	white-space: nowrap;
}

.feat-apt img {
	display: inline;
	vertical-align: middle
}

.apt {
	padding: 5px;
	border: 1px solid #dadada;
}

.main-wrapper {
	padding-top: 80px;
}

@media ( max-width : 768px) {
	.main-wrapper {
		padding-top:73px;
	}
}

#apt-detail-dates {
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
	padding: 10px 0;
}

.apt-detail-section {
	box-sizing: border-box;
	padding: 20px 0;
}

.feat-val {
	font-weight: bold;
}

.feat-label, .feat-val, .apt-amenity {
	padding: 0 0 10px;
}

.feat-label img {
	display: inline-table;
	vertical-align: sub;
}

.rate_small {
	font-size: 0.9em;
}

.apt-amenity {
	overflow-x: hidden;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
}

#riepilogo {
	border: 1px solid #e1e1e1;
	padding: 5px;
	margin-top: 20px;
}

h6 {
	margin: 15px 0 0px;
}

#totalePrenotazione {
	font-size: 1.3em;
}

.box {
	margin-bottom: 10px;
	margin-top: 0px;
}

.tariffarow {
	margin-top: 10px;
	padding: 8px 5px 0px;
	background-color: #ebebeb;
}

.night-price {
	font-weight: 400 !important
}

.navbar-primary {
	background-color: #311e0c
}

.listing-list-wrapper {
	margin-top: 5px;
	padding-top: 72px;
}

@media ( min-width : 768px) {
	.riepilogo {
		padding: 10px;
		margin-top: 18px;
		padding-right: 0px;
	}
	.carousel-indicators {
		bottom: 10px;
	}
	.listing-list-wrapper {
		border-top: 1px solid #ebebeb;
	}
	.guest-select {
		border-top: 2px solid #59a393;
	}
	.guest-select:before {
		border-bottom-color: #59a393;
	}
	.guest-select .btnGuest {
		background-color: #FFF;
		border: 1px solid rgba(102, 155, 144, 0.27);
		color: #999;
	}
	.guest-select .btnGuest:hover {
		color: #FFF;
		background-color: #59a393;
	}
	.category-apt .maxocc {
		color: #59a393;
		font-weight: bold;
	}
	.promo-attiva {
		color: #59a393;
	}
	.room-elem h4 {
		color: #333;
	}
	.room-list-riep hr {
		border: 1px solid #ccc;
	}
	#formContainer {
		padding-bottom: 40px;
	}
	input[type='radio']+label:hover::before, input[type='checkbox']+label:hover::before,
		input[type='radio']:checked+label:before, input[type='checkbox']:checked+label:before
		{
		color: #59a393;
	}
	.topdiv {
		margin-top: 110px !important;
	}
	.well {
		border: 1px solid #59a393;
	}
	.fa-orange {
		color: #59a393;
	}
}

@media ( min-width : 990px) {
	.listing-list-item .image-block {
		max-height: 213px;
	}
}

@media ( min-width : 768px) {
	.night-price, .tot-room-price {
		text-align: right;
	}
}

#filtri {
	display: none;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}

.plus-minus-input {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.plus-minus-input .input-group-button {
	display: inline
}

.plus-minus-input .input-group-field {
	text-align: center;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	padding: 1rem;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
	.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
}

.plus-minus-input .input-group-button .circle {
	border: 1px solid #cacaca;
	border-radius: 50%;
	padding: 0px 7px;
	font-size: 0.8em;
	line-height: 20px;
	background-color: #fff;
}

.plus-minus-input .input-group-button .circle .fa {
	line-height: 20px;
}

.plus-minus-input .input-group-button .circle:hover {
	border-color: #59a393;
	color: #59a393;
}

.plus-minus-input span {
	line-height: 24px;
	width: 15px;
	display: inline-block;
	text-align: center;
}

.circle.btn-disabled {
	color: #ebebeb;
}

span.filtro {
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #dadada;
	border-radius: 4px;
}

#filtriselezionati {
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
	display: none;
}
/*
.gm-style-iw {
    width: 320px !important;
    top: 15px !important;
    left: 1px !important;
    background-color: #fff;
}*/
.gm-style-iw .detico {
	position: absolute;
}

.gm-style {
	font: 400 11px Roboto, Arial, sans-serif;
	text-decoration: none;
}

.gm-style img {
	max-width: 100% !important;
}

.gm-style .title {
	text-align: left !important;
	padding: 0px !important;
	line-height: 16px !important;
}

.mapinfo div {
	background: #fff;
	font-family: Montserrat;
}

.btn-secondary {
	border: 1px solid #dadada;
	color: #333;
	background-color: #fff;
}

.top-right-date {
	line-height: 15px;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	margin-top: 30px;
}

.top-right-date label {
	margin-top: -20px !important;
}

#span-ricerca-mappa {
	z-index: 9;
	position: absolute;
	top: 10px;
	padding: 0px 5px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 3px;
	right: 25px;
}

#poi {
	padding-top: 10px
}

.SPdaterangepickerApt {
	position: relative !important;
	top: 0 !important;
	z-index: 0 !important;
}

a.thumb img {
	margin-bottom: 10px;
}

.carousel-control .glyphicon {
	font-size: 20px;
}

.acceptterms label {
	text-transform: none !important
}