/* Add here all your CSS customizations */
.vert_4 {
  height: 4px
}

.vert_15 {
  height: 15px
}

.vert_20 {
  height: 20px
}

.vert_35 {
  height: 35px
}

.descrizioneDammuso {
  height: 150px;
  overflow: hidden
}

.nowrap {
  white-space: nowrap
}

.clear {
  clear: both
}

.breadcrumb2{
  padding: 0px 0px;
  margin-bottom:0px;
  list-style:none;
}
.breadcrumb2>li{
  display:inline-block;
  padding-right: 20px;
  color: #777
}

.border {
  border: 10px solid transparent
}

.padR {
  padding-right: 20px
}

.padL {
  padding-left: 20px
}

.testo15{
  font-size: 15px
}

table.listaDammusi th {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 15px;
  border-bottom: 1px solid #bbb
}
table.listaDammusi td {
  padding-bottom: 2px;
  padding-top: 3px;
  padding-right: 15px
}

.cercaInput {
  position: absolute;
  top: 39px;
  right: 25px
}

.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 0px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}


.raptor-ui-color-menu-basic-menu {
	z-index: 1050 !important;
}

.slogan {
  /*padding: 20px;*/
	/*line-height: 1000%;*/
	position: absolute;
  right: 20px;
  font-size: 2.2em;
  text-shadow: -1px 0 #0088CC, 0 1px #333, 1px 0 #333, 0 -1px #333;
  color: #eee;
  text-align: center;
	/*border: 1px solid red;*/
	width: 100%;
	top: 48%;
}

@media (max-width: 767px) {
	.sort-destination, .isotope-item {
		max-width: inherit !important
	}
	.thumbnail {
		border: 1px solid #ddd !important;
		/*text-align: left !important*/
	}
	
	.slogan {
		top: 20%;
	}
}
@media (max-width: 992px) {

	.thumbnail {
		border: 1px solid #ddd !important;
		/*text-align: left !important*/
	}

	.slogan {
		top: 30%;
	}
}

.input-group-addon {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.datepicker{z-index:9999 !important}

.thumb-info-dispo {
	position: absolute;
	background: green;
	right: 1px;
	bottom: 10%;
	color: #fff;
	padding: 2px 10px 2px 10px;
	z-index: 1;
	font-size: 0.9em
}

.cookie_t th{
	border: 1px solid #000;
	white-space: nowrap;
	padding: 10px
}

.cookie_t td{
	border: 1px solid #999;
	padding: 10px
}