/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* General
------------------------------------------------------------------------------------------------- */
.section {
	margin-bottom: 70px !important;
}

.section.no-margin {
	margin-bottom: 0 !important;
}

.content.col-xs-12 {
  padding: 0;
}

.text-two-column {
  column-count: 2;
  text-align: justify;
  column-gap: 50px;
}

@media(max-width:991px){
	.section {
		margin-bottom: 50px !important;
	}
	.text-two-column {
	  column-gap: 30px;
	}
}

@media(max-width:767px){
	body {
		font-size: 15px;
	}
	.section {
		margin-bottom: 30px !important;
	}
	.text-two-column {
	  column-count: 1;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Header
------------------------------------------------------------------------------------------------- */
/*Tasto menù*/
.fixed-menu {
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10;
}

.fixed-menu a {
	background-image: url('../Images/OpenNav.png') !important;
	width: 50px;
	height: 50px;
	background-size: contain !important;
	display: block;
}

.open-navbar .fixed-menu a {
	background-image: url('../Images/CloseNav.png') !important;
}

.header-white .fixed-menu a {
	background-image: url('../Images/OpenNavWhite.png') !important;
}

.open-navbar .header-white .fixed-menu a {
	background-image: url('../Images/CloseNavWhite.png') !important;
}

.fixed-menu a img {
  max-width: 50px;
}

/*Menù*/
.overlay-menu {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	background-color: rgba(26,26,26,0.9);
	overflow-x: hidden;
	transition: 0.5s;
	width: 0;
}

.open-navbar .overlay-menu {
	width: 100%;
}

.overlay-content {
	position: relative;
	top: 0;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 30px;
}

.overlay-content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/*Voci di menù*/
.header-menu a {
  color: #FFF;
  text-transform: uppercase;
}

.header-menu a:hover {
  color: #E7DCD5;
}

.header-menu .item-evidence {
  display: block;
  margin-top: 30px;
}

.header-menu .item-evidence span {
  font-family: Tinos;
  font-size: 32px;
  display: block;
  line-height: 35px;
  font-weight: 700;
}

.header-menu .separator {
  display: block;
  color: #FFF;
  margin: 30px 0;
}

.header-menu .item-cm span, 
.header-menu .item {
  display: block;
  font-family: Tinos;
  font-size: 23px;
  font-weight: 700;
}

.header-menu .item-municipalities,
.header-menu .item-themes a {
  max-width: 900px;
  font-family: Tinos;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
}

.header-menu .item-municipalities a + a::before,
.header-menu .item-themes .list a + a::before {
  content: "/";
  margin: 0 15px 0 10px;
  color: #FFF;
}

.header-menu .item-municipalities a:last-child:after,
.header-menu .item-themes .list a:last-child:after {
  display: none;
}

.header-menu .item-themes span {
  display: block;
  color: #FFF;
  text-transform: uppercase;
}

@media(max-width:767px){
	.fixed-menu a {
	  width: 40px;
	  height: 40px;
	}
	.fixed-menu {
	  right: 10px;
	  top: 10px;
	}
	.header-menu .item-evidence {
	  margin-top: 15px;
	}
	.overlay-content {
	  padding: 0 15px;
	}
	.header-menu .item-evidence:first-child {
	  padding-right: 40px;
	}
	.header-menu .item-evidence span {
	  font-size: 25px;
	  line-height: 27px;
	}
	.header-menu .separator {
	  margin: 10px 0;
	}
	.header-menu .item-municipalities a + a::before, 
	.header-menu .item-themes .list a + a::before {
	  margin: 0 9px 0 2px;
	}

	.header-menu .item-themes a {
	  display: block;
	  margin: 0;
	}
	.header-menu .item-municipalities, 
	.header-menu .item-themes a {
	  font-size: 18px;
	}
	.header-menu .item-themes .list a + a::before {
	  display: none;
	}
	.header-menu .item-themes span {
	  margin-bottom: 10px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Header Title - Image
------------------------------------------------------------------------------------------------- */
/*Titoli*/
.header-title {
  padding: 30px 15px;
}

.header-title .subtitle {
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.header-title .title {
  font-size: 30px;
  text-transform: uppercase;
  max-width: 800px;
  display: block;
  line-height: 35px;
}

/*Immagine*/
.header-image-band {
  height: 600px;
  position: relative;
  background-size: cover;
  background-position: center;
  color: #FFF;
  font-family: Tinos;
}

.header-image-band .shadow {
	background: url(../Images/Shadow.png) bottom right no-repeat;
	position: absolute;
	width: 900px;
	height: 600px;
	top: 0;
	z-index: 3;
	background-size: cover;
	left: 0;
}

.header-image-band .text-container {
	position: relative;
	z-index: 5;
}

.header-image-band h1,
.header-image-band .h1 {
  margin-top: 100px;
  font-size: 70px;
  text-transform: uppercase;
  display: block;
  position: relative;
  /*text-shadow: 0 0 12px rgb(0, 0, 0,0.6);*/
}

@media(max-width:1450px){
	.header-image-band h1,
	.header-image-band .h1 {
		font-size: 65px;
		line-height: 70px;
	}
}

@media(max-width:1200px){
	.header-title .title {
	  font-size: 30px;
	  max-width: 800px;
	}
	.header-title .title {
	  font-size: 23px;
	}
	.header-image-band {
		height: 550px;
	}
	.header-image-band h1,
	.header-image-band .h1 {
		font-size: 55px;
		line-height: 60px;
	}
}

@media(max-width:991px){
	.header-title .subtitle {
	  font-size: 21px;
	}
	.header-title .title {
	  font-size: 25px;
	}
	.header-image-band {
		height: 450px;
	}
	.header-image-band h1,
	.header-image-band .h1 {
		font-size: 50px;
		line-height: 55px;
	}
}

@media(max-width:767px){
	.header-title {
		padding: 15px 15px;
	}
	.header-title .subtitle {
	  font-size: 17px;
	  max-width: 250px;
	}
	.header-title .title {
	  font-size: 22px;
	  line-height: 28px;
	}
	.header-image-band {
		height: 250px;
	}
	.header-image-band h1,
	.header-image-band .h1 {
		font-size: 30px;
		line-height: 35px;
		margin-top: 30px;
	}
	.header-image-band .shadow {
		width: 100%;
		height: 400px;
	}
}

/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer {
  background-color: #ECE9E7;
  padding-top: 50px;
}

footer .section {
  margin-bottom: 50px !important;
}

#footer-copyright {
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

footer .title-container {
  max-width: 405px;
  float: left;
}

footer .links-container {
  width: 30%;
  float: right;
  text-align: right;
}

footer .section:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

footer .title-container .title {
  display: block;
  text-transform: uppercase;
  font-size: 25px;
}

footer .subtitle {
  font-style: italic;
  font-family: Tinos;
  font-size: 24px;
}

footer .links-container a {
  display: block;
  font-family: Tinos;
  font-style: italic;
  color: #5F4B3C;
  margin: 5px 0;
  font-size: 20px;
}

footer .links-container a:hover {
  color: #000;
}

@media(max-width:991px){
	footer .title-container .title {
	  font-size: 23px;
	}
	footer .subtitle {
	  font-size: 22px;
	}
}

@media(max-width:767px){
	footer {
	  padding-top: 30px;
	  text-align: center;
	}
	footer .title-container .title {
	  font-size: 21px;
	}
	footer .subtitle {
	  font-size: 20px;
	}
	footer .links-container {
	  float: none;
	  width: 100%;
	  border-top: 1px solid;
	  padding-top: 15px;
	  margin-top: 15px;
	  text-align: center;
	}
	footer .title-container {
	  float: none;
	  max-width: 100%;
	}
	footer .section {
	  margin-bottom: 30px !important;
	}
	footer .links-container a {
	  font-size: 17px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
/*Header*/
.home-header-image {
  height: 900px;
  background-size: cover;
  background-position: center;
  color: #FFF;
  padding-top: 40px;
  position: relative;
}

.home-header-image .shadow {
	background: url(../Images/Shadow.png) bottom right no-repeat;
	position: absolute;
	width: 1200px;
	height: 1200px;
	top: 0;
	z-index: 3;
}


.home-header-image .text-container {
  position: relative;
  z-index: 3;
}

.home-header-image h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 25px;
}

.home-header-image h2 {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 100;
  margin: 50px 0;
  max-width: 900px;
}
.home-header-image span {
  font-family: Tinos;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 75px;
}

@media(max-width:1450px){
	.home-header-image {
	  height: 800px;
	}
	.home-header-image span {
	  font-size: 65px;
	  line-height: 70px;
	}
}

@media(max-width:1200px){
	.home-header-image {
		height: 730px;
	}
	.home-header-image h2 {
	  margin: 30px 0;
	  font-size: 30px;
	  max-width: 800px;
	}
	.home-header-image h1 {
	  font-size: 23px;
	}
	.home-header-image span {
	  font-size: 55px;
	  line-height: 60px;
	}
}

@media(max-width:991px){
	.home-header-image h1 {
	  font-size: 21px;
	}
	.home-header-image h2 {
	  font-size: 25px;
	  margin: 25px 0;
	}
	.home-header-image {
	  padding-top: 25px;
	  height: 650px;
	}
	.home-header-image span {
	  font-size: 50px;
	  line-height: 55px;
	}
}

@media(max-width:767px){
	.home-header-image {
	  height: 450px;
	  padding-top: 15px;
	}
	.home-header-image h1 {
	  margin-top: 0;
	  font-size: 17px;
	  max-width: 250px;
	}
	.home-header-image h2 {
	  margin: 15px 0;
	  font-size: 22px;
	}
	.home-header-image span {
	  font-size: 30px;
	  line-height: 35px;
	}
.home-header-image .shadow {
	width: 100%;
	height: 400px;
	background-size: cover;
}
}


/*Carosello comuni*/
.municipality-carousel {
	background-color: #DADBDC;
	z-index: 5;
	position: relative;
}

.municipality-carousel .owl-carousel {
  margin-top: -200px;
}

.municipality-carousel .item {
  display: block;
  color: #FFF;
  background-size: cover;
  background-position: center;
  height: 670px;
  padding: 40px;
  position: relative;
}

.municipality-carousel .item .text {
  border: 2px solid #FFF;
  height: 100%;
  position: relative;
}

.municipality-carousel .item .name {
  font-family: Tinos;
  font-size: 45px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  margin-top: -35px;
  transition: all 0.4s ease 0s;
}

.municipality-carousel .item .description {
  display: block;
  font-family: Tinos;
  font-style: italic;
  text-align: center;
  position: absolute;
  bottom: -220px;
  transition: all 0.4s ease 0s;
  left: 0;
  padding: 0 50px;
}

.municipality-carousel .item:hover .description {
  bottom: 170px;
}

.municipality-carousel .item .description {
  display: block;
  font-family: Tinos;
  font-style: italic;
  text-align: center;
  position: absolute;
  bottom: -220px;
  transition: all 0.4s ease 0s;
  left: 0;
  padding: 0 50px;
}

.municipality-carousel .item .description .more {
	background-image: url('../Images/MoreWhite.png') !important;
	width: 35px;
	height: 35px;
	background-size: contain !important;
	display: block;
	margin: 40px auto 0;
}

.municipality-carousel .item .overlay {
  background-color: #5F4B3C;
  width: 100%;
  position: absolute;
  height: 100%;
  transition: all 0.4s ease 0s;
  opacity: 0.2;
}

.municipality-carousel .item:hover .overlay {
  opacity: 0.8;
}

.municipality-carousel .item:hover .name {
  margin-top: -120px;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
	background-image: url('../Images/ArrowLeft.png') !important;
	width: 35px;
	height: 35px;
	background-size: contain !important;
}

.owl-carousel .owl-nav button.owl-next {
	background-image: url('../Images/ArrowRight.png') !important;
}

.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: transparent !important;
  opacity: 0.8;
}

.municipality-carousel .owl-nav {
  max-width: 500px;
  margin: 50px auto !important;
}

.municipality-carousel .owl-carousel .owl-nav button.owl-next {
  float: right;
}

.municipality-carousel .owl-carousel .owl-nav button.owl-prev {
  float: left;
}

.municipality-carousel .text-slogan {
	position: absolute;
	width: 100%;
	bottom: 58px;
	text-align: center;
	font-size: 20px;
	left: 0px;
	z-index: 1;
	width: 360px;
	margin-left: -180px;
	left: 50%;
}

.municipality-carousel .container {
  position: relative;
}

.municipality-carousel .owl-nav:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

@media(max-width:1450px){
	.municipality-carousel .item .name {
	  font-size: 40px;
	}
	.municipality-carousel .item:hover .description {
	  bottom: 130px;
	}
}

@media(max-width:1200px){
	.municipality-carousel .item {
	  height: 450px;
	  padding: 20px;
	}
	.municipality-carousel .item .description .more {
	  margin-top: 20px;
	}
	.municipality-carousel .item .description {
	  padding: 0 20px;
	}
	.municipality-carousel .item:hover .description {
	  bottom: 60px;
	}
	.municipality-carousel .item .name {
	  font-size: 34px;
	  margin-top: -25px;
	}
}

@media(max-width:991px){
	.municipality-carousel .item {
	  height: 345px;
	}
	.municipality-carousel .item .description {
	  display: none;
	}
	.municipality-carousel .item:hover .overlay {
	  opacity: 0;
	}
	.municipality-carousel .item:hover .name {
	  margin-top: -25px;
	}
	.municipality-carousel .item .name {
	  padding: 0 20px;
	  line-height: 37px;
	}
	.municipality-carousel .owl-nav {
	  margin: 30px auto !important;
	}
	.municipality-carousel .text-slogan {
	  bottom: 38px;
	}
}

@media(max-width:767px){
	.municipality-carousel .item {
	  height: 160px;
	  padding: 5px;
	}
	.municipality-carousel .item .text {
	  border: 1px solid #FFF;
	}
	.municipality-carousel .item .name {
	  padding: 0 5px;
	  font-size: 21px;
	  line-height: 25px;
	  margin-top: -13px;
	}
	.municipality-carousel .owl-carousel {
	  margin-top: -100px;
	}
	.municipality-carousel .text-slogan {
	  font-size: 15px;
	  bottom: 30px;
	}
	.municipality-carousel .owl-nav {
	  margin: 20px auto !important;
	}
	.owl-carousel .owl-nav button.owl-next, 
	.owl-carousel .owl-nav button.owl-prev {
	  width: 28px;
	  height: 28px;
	}
}


/*Links*/
.home-search-link {
	margin-top: -265px;
    text-align: right;
    z-index: 5;
    position: relative;
}

.home-search-link .row {
	margin-right: -25px;	
  	margin-left: -25px;
}

.home-search-link a {
	display: inline-block;
    border: 2px solid;
    margin-right: 10px;
    margin-left: 10px;
    padding: 30px;
    color: #5F4B3C;
    position: relative;
    height: 400px;
}

.home-search-link a .name {
    font-family: Tinos;
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 37px;
    margin-bottom: 92px;
}

.home-search-link a .text {
    display: block;
    padding-top: 100px;
    font-size: 23px;
    padding-left: 50px;
}

.home-search-link a img {
	position: absolute;
    right: 30px;
    top: 157px;
    width: 70px;
}

.home-search-link a:hover {
  background-color: rgba(95,75,60,0.2);
}

@media(max-width:1450px){
	.home-search-link a .text {
		padding-left: 30px;
		padding-top: 80px;
	}
}

@media(max-width:1200px){
	.home-search-link a {
	  height: 340px;
	}
	.home-search-link a .name {
	  font-size: 28px;
	  line-height: 30px;
	  margin-bottom: 50px;
	}
	.home-search-link a .text {
	  font-size: 21px;
	  padding-left: 0;
	}
}

@media(max-width:991px){
	.home-search-link a {
	  height: 260px;
	}
	.home-search-link {
	  margin-top: -180px;
	}
	.home-search-link a .name {
	  font-size: 25px;
	  margin-bottom: 30px;
	}
	.home-search-link a .text {
	  padding-top: 45px;
	}
	.home-search-link a img {
	  top: 103px;
	  width: 50px;
	}
}

@media(max-width:767px){
	.home-search-link a {
	  border: 1px solid;
	  padding: 10px;
	  margin: 0;
	  height: 240px;
	}
	.home-search-link a .name {
	  font-size: 19px;
	  line-height: 23px;
	  margin-bottom: 20px;
	}
	.home-search-link a img {
	  width: 40px;
	  right: 10px;
	  top: 90px;
	}
	.home-search-link a .text {
	  font-size: 17px;
	}
	.home-search-link .row {
	  margin: 0 -5px;
	}
	.home-search-link .col-xs-6 {
	  padding: 0 5px;
	  margin-top: 60px;
	}
	.home-search-link {
	  margin-top: -201px;
	}
}


/*Scorciatoie mobilità*/
.home-shortcuts {
  text-align: center;
}

.home-shortcuts .title {
  font-family: Tinos;
  text-transform: uppercase;
  font-size: 30px;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

.home-shortcuts .links {
  position: relative;
  margin: 60px 0;
  overflow: hidden;
}

.home-shortcuts .links a img {
  display: inline-block;
  max-height: 50px;
}

.home-shortcuts .links a {
  display: inline-block;
  margin: 0 30px;
}

.home-shortcuts .links a:hover {
  opacity: 0.6;
}

.home-shortcuts .links:before, 
.home-shortcuts .links:after {
  content: "";
  height: 2px;
  background-color: #5F4B3C;
  width: 2000px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -1000px;
  z-index: -1;
}

.home-shortcuts .links::after {
  left: auto;
  right: -1000px;
}

.home-shortcuts .links .list {
  background-color: #FFF;
  display: inline-block;
  width: 600px;
}

@media(max-width:991px){
	.home-shortcuts .title {
	  font-size: 25px;
	}
	.home-shortcuts .links {
	  margin: 30px 0;
	}
}

@media(max-width:767px){
	.home-shortcuts .title {
	  font-size: 21px;
	  padding: 0 15px;
	  line-height: 23px;
	}
	.home-shortcuts .links .list {
	  width: 270px;
	}
	.home-shortcuts .links a img {
	  max-height: 40px;
	}
	.home-shortcuts .links a {
	  margin: 0 10px;
	}
	.home-shortcuts .links::before, 
	.home-shortcuts .links::after {
	  height: 1px;
	}
}


/*Carosello categorie*/
.main-category-carousel .item {
  position: relative;
  color: #FFF;
}

.main-category-carousel .item .image {
	height: 600px;
	background-size: cover;
	background-position: center;
	margin-top: -395px;
	z-index: -1;
	position: relative;
}

.main-category-carousel .item .text {
	background-color: rgba(193,162,146,0.8);
	padding: 20px;
	width: 500px;
	height: 500px;
	display: table;
}

.main-category-carousel .item.item-beni-paesaggistici .text {
	background-color: rgba(178,167,126,0.8);
}

.main-category-carousel .item.item-beni-culturali .text {
	background-color: rgba(110,124,124,0.8);
}

.main-category-carousel .item .text > div {
	border: 2px solid #FFF;
	height: 100%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

.main-category-carousel .item .name {
  font-family: Tinos;
  font-size: 50px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.main-category-carousel .item .description {
  display: block;
  font-family: Tinos;
  font-style: italic;
  text-align: center;
}

.main-category-carousel .item .text .more {
	background-image: url('../Images/MoreWhite.png') !important;
	width: 35px;
	height: 35px;
	background-size: contain !important;
	display: block;
	margin: 40px auto 0;
}

.main-category-carousel .owl-theme .owl-nav {
  position: absolute;
  top: -77px;
  width: 500px;
  margin: 0 auto;
  left: 50%;
  margin-left: -250px;
}

.main-category-carousel {
  position: relative;
  padding-top: 100px;
}

.main-category-carousel .text-slogan {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

@media(max-width:1450px){
	.main-category-carousel .item .name {
	  font-size: 40px;
	}
}

@media(max-width:1200px){
	.main-category-carousel .item .name {
	  font-size: 34px;
	  margin-top: -25px;
	}
}

@media(max-width:991px){
	.main-category-carousel .item .image {
	  height: 450px;
	  margin-top: -315px;
	}
	.main-category-carousel .item .text {
	  width: 400px;
	  height: 400px;
	}
	.main-category-carousel .item .text > div {
	  padding: 15px;
	}
}

@media(max-width:767px){
	.main-category-carousel .item .text {
	  width: 300px;
	  height: 300px;
	  padding: 5px;
	}
	.main-category-carousel .item .text > div {
	  border: 1px solid #FFF;
	  padding: 5px;
	}
	.main-category-carousel .item .name {
	  font-size: 27px;
	  line-height: 32px;
	}
	.main-category-carousel .item .text .more {
	  width: 20px;
	  height: 20px;
	  margin-top: 10px;
	}
	.main-category-carousel .item .image {
	  height: 320px;
	  margin-top: -240px;
	}
	.main-category-carousel .owl-theme .owl-nav {
		width: 100%;
		margin: 0 auto;
		left: 0;
	}
}

/*Titoli tra linee*/
.border-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  margin: 21px 0 70px 0px;
  position: relative;
  overflow: hidden;
}

.border-title > div:before, 
.border-title > div:after {
  content: "";
  height: 2px;
  background-color: #5F4B3C;
  width: 2000px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -1000px;
  z-index: -1;
}

.border-title > div:after {
  left: auto;
  right: -1000px;
}

.border-title > div span {
  background-color: #FFF;
  width: 600px;
  display: block;
  margin: 0 auto;
}

@media(max-width:991px){
	.border-title {
		margin: 10px 0 50px 0;
	}
}

@media(max-width:767px){
	.border-title > div span {
	  width: 270px;
	  font-size: 21px;
	  padding: 0 15px;
	}
	.border-title > div::before, 
	.border-title > div::after {
	  height: 1px;
	}
	.border-title {
		margin: 10px 0 30px 0;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Lista beni
------------------------------------------------------------------------------------------------- */
/*Home*/
.home-goods-list .small-container::after {
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
}

.home-goods-list h2 {
  text-align: right;
  margin: 0;
  text-transform: uppercase;
  font-family: Tinos;
  font-size: 40px;
}

.home-goods-list .intro {
  text-align: right;
  text-transform: uppercase;
  font-size: 22px;
  max-width: 800px;
  float: right;
  margin: 40px 0;
}

@media(max-width:991px){
	.home-goods-list h2 {
	  font-size: 35px;
	}
	.home-goods-list .intro {
	  margin: 20px 0 30px;
	  font-size: 21px;
	}
}

@media(max-width:767px){
	.home-goods-list h2 {
	  font-size: 27px;
	}
	.home-goods-list .intro {
	  font-size: 17px;
	  margin: 10px 0 20px;
	}
}

/*Lista*/
/*.home-goods-list .list,
.search-goods-list .list,
.good-list .list,
.goods-association .list {
	margin-right: -25px;
  	margin-left: -25px;
}*/

.home-goods-list .list a,
.search-goods-list .list a,
.good-list .list a,
.goods-association .list a {
  display: block;
  color: #FFF;
  position: relative;
  margin: 0px 10px 45px 10px;
}

.home-goods-list .list a .image,
.search-goods-list .list a .image,
.good-list .list a .image,
.goods-association .list a .image {
  height: 400px;
  overflow: hidden;
}

.home-goods-list .list a .image > div,
.search-goods-list .list a .image > div,
.good-list .list a .image > div,
.goods-association .list a .image > div {
  height: 400px;
  background-size: cover;
  background-position: center;
  transition: all 0.4s ease 0s;
}

.home-goods-list .list a:hover .image > div,
.search-goods-list .list a:hover .image > div,
.good-list .list a:hover .image > div,
.goods-association .list a:hover .image > div{
  transform: scale(1.1);
}

.home-goods-list .list a .caption, 
.search-goods-list .list a .caption, 
.good-list .list a .caption,
.goods-association .list a .caption {
	background-color: #C1A292;
	padding: 20px 55px 20px 20px;
	position: relative;
    min-height: 89px;
}

.home-goods-list .list a.item-beni-paesaggistici .caption,
.search-goods-list .list a.item-beni-paesaggistici .caption,
.good-list .list a.item-beni-paesaggistici .caption,
.goods-association .list a.item-beni-paesaggistici .caption {
  background-color: #B2A77E;
}

.home-goods-list .list a.item-beni-culturali .caption,
.search-goods-list .list a.item-beni-culturali .caption,
.good-list .list a.item-beni-culturali .caption,
.goods-association .list a.item-beni-culturali .caption {
  background-color: #6E7C7C;
}

.home-goods-list .list a .caption .main-category,
.search-goods-list .list a .caption .main-category,
.good-list .list a .caption .main-category,
.goods-association .list a .caption .main-category{
  display: block;
  font-family: Tinos;
  font-style: italic;
}

.home-goods-list .list a .name,
.search-goods-list .list a .name,
.good-list .list a .name,
.goods-association .list a .name{
  text-transform: uppercase;
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  font-size: 20px;
  position: absolute;
  z-index: 3;
  /*text-shadow: 0 0 6px rgb(0, 0, 0);*/
  font-weight: 400;
}

.home-goods-list .list a .shadow, 
.search-goods-list .list a .shadow, 
.good-list .list a .shadow, 
.goods-association .list a .shadow {
	background: url(../Images/Shadow.png) bottom right no-repeat;
	position: absolute;
	width: 100%;
	height: 300px;
	top: 0;
	z-index: 3;
	background-size: cover;
}

.home-goods-list .list a .municipality,
.search-goods-list .list a .municipality,
.good-list .list a .municipality,
.goods-association .list a .municipality {
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}

.home-goods-list .list a .caption .more, 
.search-goods-list .list a .caption .more, 
.good-list .list a .caption .more,
.goods-association .list a .caption .more {
	background-image: url('../Images/MoreWhite.png') !important;
	width: 30px;
	height: 30px;
	background-size: contain !important;
	display: block;
	position: absolute;
	right: 20px;
	margin-top: -15px;
	top: 50%;
}

.home-goods-list .list a:hover .caption .more, 
.search-goods-list .list a:hover .caption .more, 
.good-list .list a:hover .caption .more,
.goods-association .list a:hover .caption .more{
	opacity: 0.5;
}

.home-goods-list:before,
.good-list:before,
.goods-association:before{
  content: "";
  height: 80%;
  background-color: #E7DCD5;
  position: absolute;
  width: 100%;
  bottom: 0;
  display: block;
  z-index: -1;
}

.good-list.beni-paesaggistici:before {
  background-color: #E2DECE;
}

.good-list.beni-culturali:before {
  background-color: #C5CACA;
}


.home-goods-list::before,
.good-list .list a::before {
  height: 70%;
}

.home-goods-list,
.good-list,
.goods-association {
  position: relative;
  padding-bottom: 80px;
}

.home-goods-list {
  padding-bottom: 250px;
}

.home-goods-list .note {
  font-style: italic;
  font-family: Tinos;
  font-size: 22px;
}

/*Lista in macrocategoria e comune*/
.main-category-goods-list::before {
  background-color: #E2DECE;
}

/*Load More*/
.load-more-goods,
.random-refresh {
	text-align: center;
	font-family: Tinos;
	font-style: italic;
	font-size: 19px;
	margin-top: 40px;
}

.random-refresh.top {
	margin-bottom: 40px;
	margin-top: 0;
}

.load-more-goods a,
.random-refresh a {
	display: inline-block;
	color: #5F4B3C;
	text-align: center;
}

.load-more-goods a:hover,
.random-refresh a:hover {
	opacity: 0.6;
}

.load-more-goods .icon,
.random-refresh .icon {
	background-image: url('../Images/ArrowDown.png') !important;
	width: 35px;
	height: 35px;
	background-size: contain !important;
	display: block;
	margin: 10px auto 0;
}

.random-refresh .icon {
	background-image: url('/Sites/452/WebExplorer/Icon/RandomSearch.png') !important;
}

.empty-list {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding-top: 50px;
}

@media(max-width:1200px){
	.home-goods-list .list a, 
	.search-goods-list .list a, 
	.good-list .list a, 
	.goods-association .list a {
		margin: 0 0 30px;
	}
}

@media(max-width:991px){
	.home-goods-list::before, 
	.good-list .list a::before {
	  height: 80%;
	}
	.home-goods-list .note {
	  font-size: 20px;
	}
	.home-goods-list {
	  padding-bottom: 150px;
	}
	.home-goods-list, 
	.good-list, 
	.goods-association {
		padding-bottom: 50px;
	}
}

@media(max-width:767px){
	.home-goods-list .list a, 
	.search-goods-list .list a, 
	.good-list .list a, 
	.goods-association .list a {
	  margin: 0 0 10px;
	}
	.home-goods-list .list .col-xs-6,
	.search-goods-list .list .col-xs-6, 
	.good-list .list .col-xs-6, 
	.goods-association .list .col-xs-6 {
	  padding: 0 5px;
	}
	.home-goods-list .list, 
	.search-goods-list .list, 
	.good-list .list, 
	.goods-association .list {
	  margin: 0 -5px;
	}
	.home-goods-list .list a .image, 
	.search-goods-list .list a .image, 
	.good-list .list a .image, 
	.goods-association .list a .image {
	  height: 225px;
	}
	.home-goods-list .list a .image > div, 
	.search-goods-list .list a .image > div, 
	.good-list .list a .image > div, 
	.goods-association .list a .image > div {
	  height: 225px;
	}
	.home-goods-list .list a .name, 
	.search-goods-list .list a .name, 
	.good-list .list a .name, 
	.goods-association .list a .name {
	  font-size: 17px;
	  left: 7px;
	  right: 7px;
	  top: 7px;
	}
	.home-goods-list .list a .caption, 
	.search-goods-list .list a .caption, 
	.good-list .list a .caption, 
	.goods-association .list a .caption {
	  padding: 7px 31px 7px 7px;
	  min-height: 65px;
	}
	.home-goods-list .list a .caption .more, 
	.search-goods-list .list a .caption .more, 
	.good-list .list a .caption .more, 
	.goods-association .list a .caption .more {
	  width: 20px;
	  height: 20px;
	  right: 7px;
	  margin-top: -10px;
	}
	.home-goods-list .list a .municipality, 
	.search-goods-list .list a .municipality, 
	.good-list .list a .municipality, 
	.goods-association .list a .municipality {
	  font-size: 14px;
	}
	.home-goods-list .note {
		font-size: 16px;
	}
	.home-goods-list, 
	.good-list, 
	.goods-association {
		padding-bottom: 30px;
	}
	.load-more-goods, 
	.random-refresh {
	  margin-top: 20px;
	}
	.load-more-goods .icon, 
	.random-refresh .icon {
	  width: 30px;
	  height: 30px;
	  margin-top: 5px;
	}
	.home-goods-list {
		padding-bottom: 130px;
	}
	.home-goods-list .list a .caption .main-category, 
	.search-goods-list .list a .caption .main-category, 
	.good-list .list a .caption .main-category, 
	.goods-association .list a .caption .main-category {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media(max-width:400px){
	.home-goods-list .list a .image, 
	.search-goods-list .list a .image, 
	.good-list .list a .image, 
	.goods-association .list a .image {
	  height: 210px;
	}
	.home-goods-list .list a .image > div, 
	.search-goods-list .list a .image > div, 
	.good-list .list a .image > div, 
	.goods-association .list a .image > div {
	  height: 210px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Macrocategorie e Comune
------------------------------------------------------------------------------------------------- */
.category-details {
	background-color: #FFF;
}

.main-category-header, 
.municipality-header {
	position: relative;
	margin-bottom: 70px;
	background-color: #FFF;
}

.main-category-header .image,
.municipality-header .image {
	height: 600px;
	background-size: cover;
	background-position: center;
	margin-top: -395px;
}

.municipality-header .background {
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}

.main-category-header .text, 
.municipality-header .text {
	background-color: rgba(178,167,126,0.8);
	padding: 20px;
	width: 500px;
	height: 500px;
	display: table;
	color: #FFF;
	z-index: 3;
	position: relative;
}

.municipality-header .text {
  background-color: rgba(95,75,60,0.8);
}

.category-details.paesaggio-culturale .main-category-header .text {
	background-color: rgba(193,162,146,0.8);
}


.category-details.beni-culturali .main-category-header .text {
	background-color: rgba(110,124,124,0.8);
}

.main-category-header .text > div,
.municipality-header .text > div {
	border: 2px solid #FFF;
	height: 100%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

.municipality-header .text > div {
	border: none;
	padding: 0;
}

.main-category-header .name,
.municipality-header .name {
  font-family: Tinos;
  font-size: 50px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.main-category-header .evidence-label,
.municipality-header .evidence-label {
  display: block;
  text-align: center;
  font-family: Tinos;
  font-style: italic;
}

.main-category-header a,
.municipality-header a {
  display: block;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 15px;
}

.main-category-header a .more,
.municipality-header a .more {
	background-image: url('../Images/MoreWhite.png') !important;
	width: 35px;
	height: 35px;
	background-size: contain !important;
	display: block;
	margin: 20px auto 0;
}

.main-category-header a .more:hover,
.municipality-header a .more:hover {
	opacity: 0.5;
}

.main-category-header .category-description,
.mobility-header .category-description,
.municipality-header .category-description {
	margin-top: 70px;
	font-style: italic;
	font-family: Tinos;
}

.cm-presentation {
  font-family: Tinos;
  font-style: italic;
}

.cm-presentation .text-two-column {
	margin-bottom: 70px;
}

.mobility-header .border-title img {
	margin: 0 auto;
	max-width: 100px;
	max-height: 60px;
}

.mobility-header .border-title {
  margin-top: 70px !important;
}

.mobility-header .category-description {
  margin-bottom: 70px;
}

@media(max-width:1200px){
	.main-category-header .name, 
	.municipality-header .name {
	  font-size: 45px;
	}
}

@media(max-width:991px){
	.main-category-header .name, 
	.municipality-header .name {
	  font-size: 40px;
	}
	.main-category-header .text, 
	.municipality-header .text {
	  width: 400px;
	  height: 400px;
	}
	.main-category-header a, .municipality-header a {
	  font-size: 21px;
	}
	.main-category-header .category-description, 
	.mobility-header .category-description, 
	.municipality-header .category-description {
		margin-top: 50px;
	}
	.main-category-header, 
	.municipality-header {
		margin-bottom: 50px;	
	}
	.main-category-header .image, 
	.municipality-header .image {
		height: 450px;
		margin-top: -265px;
	}
}

@media(max-width:767px){
	.municipality-header .background {
	  padding: 30px 0;
	}
	.main-category-header .text, 
	.municipality-header .text {
	  width: 280px;
	  height: 280px;
	}
	.main-category-header .name, 
	.municipality-header .name {
	  font-size: 28px;
	}
	.main-category-header a, 
	.municipality-header a {
	  font-size: 18px;
	  margin-top: 10px;
	}
	.main-category-header a .more, 
	.municipality-header a .more {
	  width: 20px;
	  height: 20px;
	  margin-top: 10px;
	}
	.main-category-header .category-description, 
	.mobility-header .category-description, 
	.municipality-header .category-description {
		margin-top: 30px;
	}
	.main-category-header, 
	.municipality-header {
		margin-bottom: 30px;	
	}
	.main-category-header .text {
	  padding: 10px;
	}
	.main-category-header .text > div {
	  border: 1px solid;
	  padding: 0 10px;
	}
	.main-category-header .image, 
	.municipality-header .image {
	  height: 320px;
	  margin-top: -185px;
	}
}

/*Stai vedendo*/
.goods-intro {
	margin: 20px 0 0 !important;
	position: relative;
	overflow: hidden;
	font-family: Tinos;
	font-style: italic;
	text-align: left;
	font-size: 20px;
}

.goods-intro:before, 
.goods-intro:after {
  content: "";
  height: 2px;
  background-color: #5F4B3C;
  width: 2000px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -1000px;
}

.goods-intro:after {
  left: auto;
  right: -1000px;
}

.goods-intro .intro-content {
	background-color: #FFF;
	width: 630px;
	display: block;
	margin: 0 auto;
	padding: 0 85px 0 40px;
	position: relative;
	z-index: 3;
}

.goods-intro a {
  color: #5F4B3C;
}

.goods-introo a:hover {
  text-decoration: underline;
}

.goods-intro .more {
	background-image: url('../Images/AnalyticsSearch.png') !important;
	width: 40px;
	height: 40px;
	background-size: contain !important;
	display: block;
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -20px;
}

.goods-intro .more:hover {
	opacity: 0.8;
}

@media(max-width:767px){
	.goods-intro {
	  font-size: 18px;
	}
	.goods-intro .intro-content {
	  width: 300px;
	  padding: 0 50px 0 15px;
	}
	.goods-intro .more {
	  width: 30px;
	  height: 30px;
	  right: 10px;
	}
	.goods-intro::before, 
	.goods-intro::after {
	  height: 1px;
	}
}

/*Mappa comuni*/
.municipality-map .municipality-marker-info,
.good-details .good-marker-info {
  display: block;
  color: #5F4B3C;
}

.municipality-map .municipality-marker-info .image-marker,
.good-details .good-marker-info .image-marker {
  height: 150px;
  width: 200px;
  background-size: cover;
  display: block;
  background-position: center;
}

.municipality-map .municipality-marker-info .text-marker span,
.good-details .good-marker-info .text-marker span {
	font-size: 17px;
	margin: 7px 0 0;
	color: #FFF;
	display: inline-block;
}

.municipality-map .municipality-marker-info .text-marker a,
.good-details .good-marker-info .text-marker a {
  font-family: Tinos;
  font-style: italic;
  font-size: 18px;
  color: #FFF;
}

.municipality-map .municipality-marker-info .text-marker a:hover,
.good-details .good-marker-info .text-marker a:hover{
  text-decoration: underline;
}

.gm-style .gm-style-iw-c {
	background-color: #5F4B3C;
	border-radius: 0;
	padding: 25px 20px 20px !important;
}

.gm-style .gm-style-iw-t::after {
  background: #5F4B3C;
  left: 0;
}

.gm-ui-hover-effect {
  opacity: 0.8;
  border: 1px solid #FFF !important;
  width: 17px !important;
  height: 17px !important;
  border-radius: 50%;
  padding: 2px;
  top: 3px !important;
  right: 3px !important;
}

.gm-ui-hover-effect > span {
  background-color: #FFF;
  opacity: 1;
  border: 1px solid #FFF;
  margin: 0 !important;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
}

@media(max-width:991px){
	.municipality-map .municipality-marker-info .image-marker, 
	.good-details .good-marker-info .image-marker {
		width: 150px;
		height: 100px;
	}
	.gm-style .gm-style-iw-c {
		padding: 25px 10px 10px !important;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Ricerca
------------------------------------------------------------------------------------------------- */
.search-page #two-column-layout {
	background-color: #F7F6F5;
	padding: 30px 0;
}

/*Conteggio*/
.good-search-header {
	margin-bottom: 30px !important;
	font-family: Tinos;
	font-style: italic;
}

/*Parametri di ricerca*/
.search-goods-list .filters-group {
  margin-bottom: 30px;
  font-size: 15px;
}

.search-goods-list .filters-group .title {
	text-transform: uppercase;
	font-size: 23px;
	border-bottom: 1px solid;
	padding: 0 50px 6px 0;
	margin-bottom: 25px;
	position: relative;
	font-weight: 400;
	cursor: pointer;
}

.search-goods-list .filters-group .title::after {
	background-image: url('../Images/SearchOpen.png') !important;
	width: 28px;
	height: 28px;
	background-size: contain !important;
	display: block;
	margin: 20px auto 0;
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	margin-top: -14px;
}

.search-goods-list .filters-group .title.open::after {
	background-image: url('../Images/SearchClose.png') !important;
}

.search-goods-list .filters-group .title:hover:after {
	opacity: 0.6;
}

.search-goods-list .filters-group .filters-content {
	display: none;
}

.search-goods-list .filters-group .separator {
  margin: 30px 0;
  display: block;
}

.search-goods-list .filters-group .subtitle {
  display: block;
  font-style: italic;
  font-family: Tinos;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}


/*Dove e Il tuo viaggio*/
.search-goods-list .filters-group .filters-content.where-filters,
.search-goods-list .filters-group .filters-content.trip-filters .filter-item {
  text-transform: uppercase;
}

.search-goods-list .filters-group .filters-content.where-filters .filter-item,
.search-goods-list .filters-group .filters-content.trip-filters .filter-item {
  cursor: pointer;
  margin: 8px 0;
  position: relative;
}

.search-goods-list .filters-group .filters-content.where-filters .filter-item.active, 
.search-goods-list .filters-group .filters-content.where-filters .filter-item:hover,
.search-goods-list .filters-group .filters-content.trip-filters .filter-item.active, 
.search-goods-list .filters-group .filters-content.trip-filters .filter-item:hover {
  font-weight: 500;
}

.search-goods-list .filters-group .filters-content.where-filters .filter-item.active span,
.search-goods-list .filters-group .filters-content.trip-filters .filter-item.active span {
	display: inline-block;
}

/*.search-goods-list .filters-group .filters-content.where-filters .filter-item.active span::after,
.search-goods-list .filters-group .filters-content.trip-filters .filter-item.active span::after {
	background-image: url('../Images/SearchRemove.png') !important;
	width: 15px;
	height: 15px;
	background-size: contain !important;
	display: inline-block;
	position: absolute;
	content: "";
	margin-left: 5px;
	top: 3px;
}*/

.search-goods-list .filters-group .filters-content.where-filters .filter-item.near .icon {
	background-image: url('../Images/SearchNear.png') !important;
	width: 15px;
	height: 23px;
	background-size: contain !important;
	display: inline-block;
	position: absolute;
	margin-left: 10px;
	top: -1px;
}

.search-goods-list .filters-group .filters-content.where-filters .separator {
	margin: 20px 0;
}

/*Vicino a me*/
.search-goods-list .filters-group .filters-content.where-filters .near, 
.search-goods-list .filters-group .filters-content.where-filters .separator {
	display: none;
}

@media(max-width:991px){
	.search-goods-list .filters-group .filters-content.where-filters .near, 
	.search-goods-list .filters-group .filters-content.where-filters .separator {
		display: block;
	}	
}

/*Il tuo viaggio*/
.search-goods-list .filters-group .filter-field.mobility .mobility-item {
  margin-bottom: 11px;
}

.search-goods-list .filters-group .filter-field.mobility .mobility-item .icon {
  width: 60px;
  float: left;
  cursor: pointer;
}

.search-goods-list .filters-group .filter-field.mobility .mobility-item .icon img {
  max-height: 50px;
}

.search-goods-list .filters-group .filter-field.mobility .mobility-item .difficult-filter {
  display: inline-block;
  margin-left: 20px;
}

.search-goods-list .filters-group .filter-field.mobility .mobility-item .difficult-filter .filter-item {
  margin-bottom: 3px;
  margin-top: 0;
}

.search-goods-list .filters-group .filter-field.mobility .mobility-item:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

.search-goods-list .filters-group .filters-content.trip-filters .filter-field.mobility .filter-item.active span::after {
  top: 3px;
}


/*Parola Chiave*/
.search-goods-list .filters-group.filters-word-group .filters-content {
  display: block;
}

.search-goods-list .filters-group.filters-word-group .title::after {
  display: none;
}

.search-goods-list .filters-group.filters-word-group input {
  height: 35px;
  border-radius: 0;
  border: 1px solid #5F4B3C;
  padding: 5px 35px 5px 10px;
  width: 100%;
}

.search-goods-list .filters-group.filters-word-group .filter-field {
  position: relative;
}

.search-goods-list .filters-group.filters-word-group .filter-field .icon {
	background-image: url('../Images/SearchIcon.png') !important;
	width: 26px;
	height: 26px;
	background-size: contain !important;
	display: inline-block;
	position: absolute;
	right: 7px;
	top: 5px;
	cursor: pointer;
}

/*Filtri di ricerca*/
.filters-content.macro-categories-filters .filter-category,
.filters-content.macro-categories-filters .filter-attribute{
	text-transform: uppercase;
	margin: 3px 0;
	cursor: pointer;
	position: relative;
	display: block;
	padding-left: 22px;
}

.filters-content.macro-categories-filters .filter-category .filter-label.active,
.filters-content.macro-categories-filters .filter-category .filter-label:hover,
.filters-content.macro-categories-filters .filter-attribute .filter-label.active,
.filters-content.macro-categories-filters .filter-attribute .filter-label:hover{
	font-weight: 500;
}

.filters-content.macro-categories-filters .filter-category .filter-toggle,
.filters-content.macro-categories-filters .filter-attribute .filter-toggle {
	background-image: url('../Images/More.png');
	width: 16px;
	height: 16px;
	background-size: contain !important;
	display: inline-block;
	left: 0;
	top: 3px;
	cursor: pointer;
	content: "";
	position: absolute;
}

.filters-content.macro-categories-filters .filter-category .filter-toggle.open,
.filters-content.macro-categories-filters .filter-attribute .filter-toggle.open{
	background-image: url('../Images/Minus.png');
}

.filters-content.macro-categories-filters .filter-subcategory-group, 
.filters-content.macro-categories-filters .filter-sub2category-group,
.filters-content.macro-categories-filters .filter-attribute-group {
	display: none;

  margin: 5px 0 15px 20px;
}

.filters-content.macro-categories-filters .filter-item {
  text-transform: uppercase;
  margin: 3px 0;
  cursor: pointer;
}

.filters-content.macro-categories-filters .filter-item.active,
.filters-content.macro-categories-filters .filter-item:hover {
  font-weight: bold;
}

/*Filtri impostati*/
.filter-buttons {
  margin-bottom: 20px !important;
}

.filter-buttons .title {
	text-transform: uppercase;
	font-size: 23px;
	border-bottom: 1px solid;
	padding: 0 50px 6px 0;
	margin-bottom: 10px;
	position: relative;
	font-weight: 400;
	display: block;
}

.goods-search-filters span {
	border: 1px solid #5F4B3C;
	display: inline-block;
	padding: 0 17px 1px 7px;
	margin-right: 5px;
	cursor: pointer;
	position: relative;
	font-size: 15px;
	margin-bottom: 5px;
	background-color: #FFF;
}

.goods-search-filters span:hover {
  background-color: transparent;
}

.goods-search-filters span::after {
	background-image: url('../Images/SearchRemove.png') !important;
	width: 10px;
	height: 10px;
	background-size: contain !important;
	display: inline-block;
	position: absolute;
	content: "";
	top: 7px;
	right: 4px;
}

.toggle-button-xs {
  display: none;
}

@media(max-width:991px){
	.section.search-goods-list {
		display: none;
	}
	#two-column-layout .left-column {
	  position: relative;
	}
	.toggle-filter-xs {
	  position: absolute;
	  top: -45px;
	  right: 15px;
	  margin-bottom: 0 !important;
	}
	.search-page #two-column-layout {
	  margin-top: 40px;
	  padding: 15px 0;
	}
	.toggle-button-xs {
	  display: block;
	  text-align: center;
	}
	.toggle-filter-xs a,
	.toggle-button-xs a {
	  border-bottom: 2px solid;
	  color: #5F4B3C;
	  font-weight: 500;
	  text-transform: uppercase;
	}
	.toggle-filter-xs a:hover {
	  opacity: 0.8;
	}
	.filter-buttons .title {
		font-size: 18px;
		padding: 0 3px 0 0;
	}
	.search-goods-list .filters-group .title {
	  font-size: 18px;
	  padding: 0 30px 3px 0;
	  margin-bottom: 10px;
	}
	.search-goods-list .filters-group .title::after {
	  width: 20px;
	  height: 20px;
	  margin-top: -10px;
	}
	.search-goods-list .filters-group {
	  margin-bottom: 15px;
	}
	.search-goods-list .filters-group .filters-content.where-filters .filter-item, 
	.search-goods-list .filters-group .filters-content.trip-filters .filter-item {
	  margin: 2px 0;
	}
	.search-goods-list .filters-group .filters-content.where-filters .separator {
	  margin: 3px 0 5px 0;
	}
	.search-goods-list .filters-group .subtitle {
	  margin-bottom: 0;
	  font-size: 17px;
	}
	.search-goods-list .filters-group .separator {
	  margin: 3px 0 5px 0;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Dettaglio bene
------------------------------------------------------------------------------------------------- */
.good-detail .good-header .image {
  height: 800px;
  background-size: cover;
  background-position: center;
}

.good-detail .good-header .text {
  background-color: rgba(193,162,146,0.8);
  color: #000;
  width: 770px;
  margin-top: -600px;
  min-height: 770px;
  padding: 50px;
  position: relative;
  font-size: 23px;
}

.good-detail .good-beni-paesaggistici .good-header .text {
  background-color: rgba(178,167,126,0.8);
}

.good-detail .good-beni-culturali .good-header .text {
  background-color: rgba(110,124,124,0.8);
}

.good-detail .good-header .text h1 {
  margin: 0;
  font-size: 70px;
  text-transform: uppercase;
  font-family: Tinos;
  color: #FFF;
  font-weight: 700;
}
.good-detail .good-header .text .subtitle {
	font-family: Tinos;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
}
.good-detail .good-header .text .divider {
	margin: 30px 0;
	display: block;
    color: #FFF;
}
.good-detail .good-header .text .schedule .title {
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 50px;
}
.good-detail .good-header .text .schedule .item {
	display: block;
	margin-top: 10px;
    font-family: Tinos;
    color: #FFF;
}
.good-detail .good-header .text .item > span {
	color: #FFF;
	font-family: Tinos;
	font-style: italic;
}
.good-detail .good-header .text .schedule .item > span {
	text-transform: lowercase;
}
.good-detail .good-header .text .schedule .item span + span::before {
	content: ",";
	margin-right: 6px;
}
.good-detail .good-header .text .special-needs img {
	display: inline-block;
	max-width: 50px;
}
.good-detail .good-description.text-two-column {
  font-family: Tinos;
  font-style: italic;
  margin: 50px 0;
}
.good-detail .good-block-info {
  background-color: #E7DCD5;
  margin-bottom: 30px;
}

.good-detail .good-beni-paesaggistici .good-block-info {
  background-color: #E2DECE;
}

.good-detail .good-beni-culturali .good-block-info {
  background-color: #C5CACA;
}

.good-detail .good-block-info .info {
  display: none;
  padding: 0 30px 50px;
}
.good-detail .good-block-info .block-title {
  position: relative;
  padding: 30px 80px 30px 30px;
  text-transform: uppercase;
  font-size: 20px;
  cursor: pointer;
}
.good-detail .good-block-info .block-title span {
	background-image: url('../Images/More.png') !important;
	width: 40px;
	height: 40px;
	background-size: contain !important;
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
}
.good-detail .good-block-info.active .block-title span {
	background-image: url('../Images/Minus.png') !important;
}
.good-detail .good-block-info .info .pratical-information {
  margin-bottom: 30px;
}
.good-detail .good-block-info .info .column-group span.title,
.good-detail .good-block-info .info .other-information span.title{
  display: block;
  font-weight: 500;
}
.good-detail .good-block-info .info .column-group .item {
  margin-bottom: 30px;
}
.good-detail .good-block-info .info .column-group .item:last-child {
	margin-bottom: 0;
}
.good-detail .good-block-info .info .column-group .item a {
  text-decoration: underline;
}

.good-detail .good-block-info .info .other-information {
	margin-top: 30px;
}

@media(max-width:1450px){
	.good-detail .good-header .text {
	  width: 555px;
	  padding: 30px;
	  min-height: 555px;
	  margin-top: -380px;
	}
	.good-detail .good-header .image {
	  height: 650px;
	}
	.good-detail .good-header .text h1 {
		font-size: 65px;
		line-height: 70px;
	}
}

@media(max-width:1200px){
	.good-detail .good-header .text h1 {
		font-size: 45px;
		line-height: 50px;
	}
	.good-detail .good-header .text {
	  width: 455px;
	  min-height: 455px;
	  font-size: 20px;
	  margin-top: -300px;
	}
	.good-detail .good-header .image {
	  height: 450px;
	}
}

@media(max-width:991px){
	.good-detail .good-header .text h1 {
		font-size: 50px;
		line-height: 55px;
	}
	.good-detail .good-block-info .info .column-group > div:last-child {
		margin-top: 30px;
	}
}

@media(max-width:767px){
	.good-detail .good-header .text h1 {
		font-size: 30px;
		line-height: 35px;
	}
	.good-detail .good-header .image {
	  height: 320px;
	}
	.good-detail .good-header .text {
	  width: 100%;
	  min-height: auto;
	  padding: 15px;
	  margin-top: -160px;
	}
	.good-detail .good-header .text .info {
	  position: relative;
	  bottom: auto;
	}
	.good-detail .good-header .text .divider {
	  margin: 0;
	}
	.good-detail .good-header .text .special-needs {
	  margin-top: 10px;
	}
	.good-detail .good-header .text .schedule .title {
	  margin-bottom: 10px;
	}
	.good-detail .good-header .text .schedule .item {
	  margin-top: 5px;
	}
	.good-detail .good-header .text {
		font-size: 18px;
	}
	.good-detail .good-description.text-two-column {
		margin: 30px 0;
	}
	.good-detail .good-block-info .block-title {
	  padding: 15px 50px 15px 15px;
	  font-size: 19px;
	}
	.good-detail .good-block-info .block-title span {
	  width: 30px;
	  height: 30px;
	  margin-top: -15px;
	  right: 15px;
	}
	.good-detail .good-block-info .info .column-group {
	  margin: ;
	}
	.good-detail .good-block-info .info .other-information {
	  margin-top: 15px;
	}
	.good-detail .good-block-info .info {
	  padding: 0 15px 15px;
	}
	.good-detail .good-block-info .info .column-group .item {
	  margin-bottom: 15px;
	}
	.good-detail .good-block-info .info .column-group > div:last-child {
	  margin-top: 15px;
	}
}


/*Beni associati*/
.good-detail .goods-association .owl-theme .owl-nav {
  position: absolute;
  top: -100px;
  width: 600px;
  margin-left: -300px;
  left: 50%;
  padding: 0 15px;
}

.good-detail .gallery-carousel .owl-nav {
	position: absolute;
	bottom: -90px;
  width: 600px;
  margin-left: -300px;
  left: 50%;
  padding: 0 15px;
}

.good-detail .goods-association .owl-theme .owl-nav .owl-prev,
.good-detail .gallery-carousel .owl-theme .owl-nav .owl-prev{
  float: left;
}

.good-detail .goods-association .owl-theme .owl-nav .owl-next,
.good-detail .gallery-carousel .owl-theme .owl-nav .owl-next{
  float: right;
}

.good-detail .goods-association .border-title {
  margin: 50px 0 50px !important;
}

/*Galleria Fotografica*/
.good-detail .gallery-carousel {
	margin-bottom: 50px;
	margin-top: 30px;
}

.good-detail .gallery-carousel .item {
	display: block;
	height: 770px;
	background-size: cover;
	background-position: center;
    position: relative;
}

@media(max-width:1450px){
	.good-detail .gallery-carousel .item {
		height: 555px;
	}
}

@media(max-width:1200px){
	.good-detail .gallery-carousel .item {
		height: 455px;
	}
}

@media(max-width:991px){
	.good-detail .gallery-carousel .item {
		height: 345px;
	}
}

@media(max-width:767px){
	.good-detail .gallery-carousel {
	  margin-bottom: 30px;
	}
	.good-detail .gallery-carousel .owl-nav {
	  width: 260px;
	  margin-left: -130px;
	  bottom: -63px;
	}
}

/* Slider*/
.slider-good {
    height: 700px;
	margin-bottom: 30px;
}

.slider-good .slides-pagination {
	position: absolute;
	text-align: left;
	bottom: auto;
	top: 10px;
	left: 15px;
	max-width: 100%;
}

.slider-good .slides-pagination a {
   background-color: transparent !important;
    color: #fff !important;
    text-indent: 0px;
    overflow: inherit;
    display: inline-block;
    border-left: 1px solid #fff;
    border-radius: 0px;
    margin: 0px;
    padding: 0px 8px;
    height: auto;
    width: auto;
    line-height: 14px;
    font-size: 17px; 
    text-align: center;
}

.slider-good .slides-pagination a::before {
	content: "";
	height: 15px;
	width: 1px;
	background-color: #FFF;
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
}

.slider-good .slides-pagination a:hover,
.slider-good .slides-pagination a.current {
    font-weight: 600;
}

@media(max-width:991px){
	.slider-good {
		height: 450px;
	}
}

@media(max-width:767px){
	.slider-good {
		height: 300px;
	}
}

/*Personalizzaione Plugin
.lg-outer.lg-visible {
  background-color: #FFF !important;
}

.lg-sub-html {
  background-color: #FFF !important;
  color: #000 !important;
  font-family: Tinos !important;
  font-style: italic !important;
}

.lg-sub-html h4 {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.lg-actions .lg-next, 
.lg-actions .lg-prev {
  background-color: transparent !important;
  background-image: url('../Images/ArrowLeft.png') !important;
  width: 35px !important;
  height: 35px !important;
  background-size: contain !important;
}

.lg-actions .lg-next {
  background-image: url('../Images/ArrowRight.png') !important;
}

.lg-actions .lg-prev:after,
.lg-actions .lg-next:before{
	content: "" !important;
}

.lg-actions .lg-next:hover, 
.lg-actions .lg-prev:hover {
  opacity: 0.8 !important;
}

.lg-autoplay-button.lg-icon {
	display: none !important;
}

.lg-toolbar .lg-close::after {
	content: "" !important;
}

.lg-toolbar .lg-close {
  background-color: transparent !important;
  background-image: url('../Images/CloseNav.png') !important;
  width: 35px !important;
  height: 35px !important;
  background-size: contain !important;
  margin: 10px;
}

.lg-toolbar {
  background-color: #FFF !important;
}

#lg-counter {
  color: #000 !important;
}

/*Indietro*/
.back-link {
	text-align: center;
	margin: 30px 0;
}

.back-link a {
	color: #5F4B3C;
	text-align: center;
	font-family: Tinos;
	font-style: italic;
}

.back-link a span {
	background-image: url('../Images/ArrowLeft.png') !important;
	width: 35px;
	height: 35px;
	background-size: contain !important;
	display: inline-block;
	margin-top: 10px;
}

.back-link a:hover {
	opacity: 0.6;
}

@media(max-width:767px){
	.back-link {
		margin: 20px 0;
	}
	.back-link a span {
		width: 30px;
		height: 30px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Contatti
------------------------------------------------------------------------------------------------- */
.contact-list {
	font-style: italic;
    font-family: Tinos;
}

.contact-list .name {
	font-weight: 600;
  	margin-bottom: 10px;
}

.contact-list a {
	color: #5F4B3C;
}

.contact-list a:hover {
    color: #000;
}

.contact-list .item {
	margin-bottom: 30px;
    min-height: 132px;
}

.city-list {
	font-style: italic;
    font-family: Tinos;
  	margin-top: -30px;
  	border-top: 2px solid #5F4B3C;
    padding-top: 80px;
}

.city-list .container {
	column-count: 3;
}

.city-list .element {
	break-inside: avoid;
}

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

.city-list .name{
	position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 22px;
    font-style: initial;
    font-weight: 300;
    font-family: 'Readex Pro';
  	padding: 0px 15px;
  	margin-bottom: 40px;
}

.city-list .office-name {
	font-weight: 600;
}

.city-list .name:after {
	content: "";
    height: 2px;
    background-color: #5F4B3C;
    width: 100%;
    position: absolute;
  	left: 0px;
  	bottom: -10px;
}

.city-list .address,
.city-list .phone,
.city-list .mail,
.city-list .office-name {
	padding: 0px 15px;
}

.city-list a {
	color: #5F4B3C;
}

.city-list a:hover {
	color: #000;
}

.header-image-band .overlay {
	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(0,0,0,0.2);
}

@media(max-width:991px){
	.city-list .container {
		column-count: 2;
	}
}

@media(max-width:767px){
	.city-list .container {
		column-count: 1;
	}
	.contact-list .item {
	  min-height: auto;
	}
	.city-list {
	  border-top: 1px solid;
	  padding-top: 30px;
	}
	.city-list .name::after {
	  height: 1px;
	}
	.city-list .name {
	  padding: 0;
	  margin-bottom: 21px;
	}
	.city-list .address, 
	.city-list .phone, 
	.city-list .mail, 
	.city-list .office-name {
	  padding: 0;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Crediti
------------------------------------------------------------------------------------------------- */
.credits-image {
	background-image: url(../Images/CreditiBackground.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
  	position: relative;
    height: 600px;
}

.credits-image .overlay {
	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(0,0,0,0.2);
}

.credits-image .title {
	margin-top: 100px;
    font-size: 70px;
    text-transform: uppercase;
    display: block;
  	font-family: Tinos;
	position: relative;
}

.credits-image .item {
	margin-bottom: 30px;
    font-style: italic;
    font-family: Tinos;
}

.credits-image .item span {
	display: block;
  	text-transform: uppercase;
	padding-bottom: 5px;
    font-style: initial;
  	font-weight: 300;
    font-family: "Readex Pro";
}

.credits-image .item a {
	color: #fff;
}

.credits-image .item a:hover {
	text-decoration: underline;
}

@media(max-width:1450px){
	.credits-image .title {
		font-size: 65px;
	}
}

@media(max-width:1200px){
	.credits-image .title {
		font-size: 55px;
	}
}

@media(max-width:991px){
	.credits-image {
	  height: auto;
	  padding: 50px 0;
	}
	.credits-image .title {
		font-size: 50px;
		margin-top: 0;
	}
}

@media(max-width:767px){
	.credits-image {
	  padding: 30px 0;
	}
	.credits-image .title {
		font-size: 30px;
	}
}
/* ---------------------------------------------------------------------------------------------- */