/*
	SpecificSections.css
*/

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

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

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

.section.margin-30,
.margin-30 {
	margin-bottom: 30px !important;
}

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

.section.no-margin,
header .section,
footer .section,
.section.menu {
	margin-bottom: 0 !important;
}

.section-title {
  text-align: center;
  margin-bottom: 35px;
}

.section-title h2, 
.section-title h1 {
  margin: 0;
  font-family: Work Sans;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 38px;
}

.section-subtitle {
  font-weight: 100;
  font-size: 30px;
  color: #41666B;
  margin-top: 0;
}

@media(max-width:767px){
	body {
		font-size: 14px;
	}
	.section,
	.section.margin-50,
	.margin-50 {
		margin-bottom: 30px !important;
	}
	.section-title {
	  margin-bottom: 15px;
	}
	.section-subtitle {
	  font-size: 25px;
	}
	.section-title h2, 
	.section-title h1 {
	  font-size: 28px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Titoli
------------------------------------------------------------------------------------------------- */
.section-slogan {
  text-align: center;
  color: #41666B;
}

.section-slogan.section-slogan-small {
	max-width: 800px;
	margin: 0 auto;
}

.section-slogan h2 {
  margin: 0;
  font-size: 42px;
}

.section-slogan.home-section-slogan {
	max-width: 500px;
	margin: 0 auto;
}

.section-slogan .author {
	font-size: 35px;
	font-weight: 100;
	font-style: italic;
	margin-top: 10px;
	display: block;
}

@media(max-width:991px){
	.section-slogan h2 {
	  font-size: 35px;
	}
	.section-slogan .author {
		font-size: 27px;
	}
}

@media(max-width:767px){
	.section-slogan h2 {
	  font-size: 25px;
	}
	.section-slogan .author {
		font-size: 22px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Header
------------------------------------------------------------------------------------------------- */
/*Logo*/
.logo-container {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
}

.logo-container a img {
  max-width: 150px;
}

.page-id-7315 .logo-container a img {
	display: none;
}

@media(max-width:1250px){
	.logo-container {
		left: 20px;
		top: 20px;
	}
}

@media(max-width:991px){
	.logo-container a img {
		max-width: 140px;
	}
}

@media(max-width:767px){
	.logo-container {
	  left: 15px;
	  top: 15px;
	}
	.logo-container a img {
	  max-width: 65px;
	}
}

/*Link fixati*/
.fixed-menu {
	position: fixed;
	right: 0;
	z-index: 6;
	background-image: url('../Images/BackgroundFixedMenu.png');
	background-size: cover;
	background-position: center;
	top: 50%;
	margin-top: -122px;
}

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

.fixed-menu a {
	color: #FFF;
	text-transform: uppercase;
	font-family: "Work Sans";
	display: block;
	border-bottom: 1px dashed #FFF;
	max-width: 144px;
	padding: 15px 10px;
	line-height: 17px;
}

.fixed-menu a img {
  max-height: 66px;
  transition: max-height 0.4s;
}

.fixed-menu a:last-child {
  border-bottom: none;
}

.fixed-menu a span {
  transition: all 0.4s ease 0s;
  display: block;
}

.fixed-menu a span.mobile {
	display: none;
}

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

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

.fixed-menu.shrink a span {
  display: none;
  height: 0;
}

@media(max-width:767px){
	.fixed-menu {
	  top: 50px;
	  margin: 0;
	}
	.fixed-menu a {
	  min-width: 90px;
	  padding: 5px;
	}
	.fixed-menu a img {
	  max-height: 40px;
	}
}

/*Tasto menù*/
.toggle-nav {
	color: #FFF;
	cursor: pointer;
	font-size: 22px;
	padding: 47px 20px 48px;
	display: inline-block;
	float: left;
	transition: all 0.4s ease;
}

.toggle-nav .bar {
	background-color: #2F3D66;
	display: block;
	float: left;
	height: 5px;
	margin-right: 0;
	position: relative;
	top: 0;
	width: 35px;
}

.toggle-nav .bar:before, 
.toggle-nav .bar:after {
    background-color: #2F3D66;
    content: '';
    display: block;
    height: 5px;
	left: 0;
    position: absolute;
    width: 35px;
}

.toggle-nav:hover .bar,
.toggle-nav:hover .bar:before,
.toggle-nav:hover .bar:after {
	background-color: #6AB7DC;
}

.toggle-nav .bar:before {
    top: -10px;
}

.toggle-nav .bar:after {
    top: 10px;
}

header.open-navbar .toggle-nav .bar,
header.open-navbar .toggle-nav .bar:before, 
header.open-navbar .toggle-nav .bar:after {
	background-color: #FFF;
}

header.open-navbar .toggle-nav:hover .bar,
header.open-navbar .toggle-nav:hover .bar:before, 
header.open-navbar .toggle-nav:hover .bar:after {
	background-color: #2F3D66;
}

.overlay-menu {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	background-color: rgba(65,102,107,0.98);
	overflow-x: hidden;
	/*transition: 0.5s;*/
	width: 0;
}

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

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

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

.section.menu {
  max-width: 50%;
  float: left;
}

.navbar-nav {
  float: none;
}

.navbar-nav > li {
  display: block;
  float: none;
}

.navbar-nav > li > a {
  color: #FFF;
  font-family: Work Sans;
  padding: 0;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 200;
  line-height: 45px;
}

.navbar-nav > li > a .caret {
  display: none;
}

.navbar-nav > li > .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  margin: 15px 0;
}

.dropdown-menu > li > a {
  color: #FFF;
  padding: 2px 0;
  font-size: 20px;
}

.nav > li > a.dropdown-toggle {
  cursor: default;
}

.nav > li > a.dropdown-toggle:hover {
  color: #FFF;
}

/*Menù secondario*/
.secondary-menu,
.set-season {
  float: right;
  width: 50%;
  border-left: 1px dashed #FFF;
  margin-bottom: 0 !important;
  padding-left: 50px;
}

.secondary-menu a,
.set-season a {
  font-weight: 200;
  color: #FFF;
  font-size: 40px;
  font-family: Work Sans;
  text-transform: uppercase;
}

.secondary-menu .languages a+a:before {
  content: "//";
  margin: 0 15px;
  color: #FFF;
}

.secondary-menu a:hover,
.set-season a:hover {
  color: #000;
}

/*Tasto chiudi*/
.open-navbar .closebtn {
	color: #FFF;
	position: absolute;
	right: 70px;
	top: 30px;
	font-size: 45px;
	z-index: 5;
}

.open-navbar .closebtn:hover {
	color: #E1F1F8;
}

@media(max-width:767px){
	.overlay-content {
	  padding: 15px;
	}
	.section.menu {
	  max-width: 100%;
	  float: none;
	}
	.navbar-nav {
	  margin: 0;
	}
	.navbar-nav > li > a {
		font-size: 25px;
		line-height: 28px;
	}
	.dropdown-menu > li > a {
	  font-size: 15px;
	  white-space: inherit;
	  margin-right: 50px;
	  border-bottom: 1px dashed;
	  padding: 5px 0;
	}
	.navbar-nav > li > .dropdown-menu {
	  margin: 0 0 10px 0;
	}
	.secondary-menu, .set-season {
	  float: none;
	  width: 100%;
	  border-left: none;
	  padding: 10px 0 0 0;
	  margin-top: 10px;
	}
	.set-season {
		padding: 0;
		margin: 0;
	}
	.secondary-menu a, .set-season a {
		font-size: 18px;
		line-height: 33px;
	}
	.fixed-menu a span.mobile {
		display: block;
		max-width: 60px;
  		font-size: 13px;
	}
	.fixed-menu.shrink a span.mobile,
	.fixed-menu a span.pc {
		display: none;
	}
}

.nav > li > a.dropdown-toggle:focus,
.nav .open > a, .nav .open > a:hover, 
.nav .open > a:focus{
	background-color: transparent;
    color: #FFF;
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer {
  background-color: #5F7976;
  color: #FFF;
  position: relative;
}

.footer-logo img {
	max-height: 235px;
	margin-top: 40px;
}

footer .title {
  margin-top: 40px;
  display: block;
  font-family: Work Sans;
  text-transform: uppercase;
  font-size: 23px;
}

footer .text-column {
  text-align: justify;
}

footer .contact-column .item {
  margin-bottom: 10px;
  position: relative;
  padding-left: 44px;
}

footer .contact-column .item .item-label {
  display: block;
  font-weight: 600;
  font-family: Work Sans;
  text-transform: uppercase;
  font-size: 18px;
}

footer .contact-column .item i {
  position: absolute;
  left: 0;
  background-color: #FFF;
  color: #5F7976;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 6px;
}

footer a {
  color: #FFF;
}

footer a:hover {
  color: #000;
}

footer .links-column a {
  display: block;
}

footer .links-column a i {
  margin-right: 5px;
}

footer .footer-info {
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 40px;
  padding: 20px 0;
  font-size: 12px;
}

.footer-info .copyright {
  display: inline-block;
  float: left;
}

.footer-info .footer-social {
  float: right;
}

.footer-info .footer-social a {
  border: 1px solid #FFF;
  width: 35px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  margin-left: 10px;
}

.footer-info .footer-social a:hover {
  background-color: #FFF;
}

@media(max-width:767px){
	footer .title {
	  margin-top: 20px;
	}
	footer .footer-info {
	  margin-top: 20px;
	}
	.footer-info .copyright {
	  float: none;
	  text-align: center;
	}
	.footer-info .footer-social {
	  float: none;
	  text-align: center;
	  margin-top: 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
/*Video Vimeo*/
.home-vimeo-container,
.home-vimeo-container-mobile {
	background-color: #FFF;
	background-position: 0% 50%;
	background-size: auto;
	background-size: cover;
	height: 800px;
} 

.home-vimeo-container-mobile {
	display: none;
}

#vimeohero {
	width: 100%;
	background: #eee;
	height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #000;
}

#vimeohero iframe {
	box-sizing: border-box;
	height: 56.25vw;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	width: 177.77777778vh;
}

@media(max-width:1850px){
	.home-vimeo-container {
		height: 700px;
	} 
}

@media(max-width:1550px){
	.home-vimeo-container {
		height: 650px;
	} 
}

@media(max-width:1350px){
	.home-vimeo-container {
		height: 600px;
	} 
}

@media(max-width:991px){
	.home-vimeo-container {
		height: 400px;
	} 
}

@media(max-width:500px){
	.home-vimeo-container {
		display: none;
	} 

	.home-vimeo-container-mobile {
		display: block;
		height: 500px;
	}
}

@media(max-width:450px){
	.home-vimeo-container-mobile {
		height: 450px;
	}
}

@media(max-width:400px){
	.home-vimeo-container-mobile {
		height: 400px;
	}
}

/* Portrait */
@media only screen 
  and (max-device-width: 850px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	.home-vimeo-container {
		height: 300px;
		display: block;
	} 
	.home-vimeo-container-mobile {
		display: none;
	}
}



/*Titolo*/
.home-section-title,
.home-section-second-title {
  text-align: center;
  color: #41666B;
}

.home-section-title h1,
.home-section-second-title h5 {
	margin-top: 0;
	font-size: 42px;
	line-height: 55px;
	margin-bottom: 10px;
}

.home-section-title h2,
.home-section-second-title h2 {
	margin-top: 0;
	max-width: 1000px;
	margin: 0 auto 20px;
	line-height: 26px;
	font-size: 16px;
}

.home-section-title span,
.home-section-second-title span {
	font-size: 24px;
}

.home-section-title a {
    text-transform: uppercase;
    font-family: "Work Sans";
    color: #41666B;
}

.home-section-title a:hover {
    text-decoration: underline;
}

@media(max-width:991px){
	.home-section-title h1, 
	.home-section-second-title h5 {
	  font-size: 35px;
	  line-height: 45px;
	}
}

@media(max-width:767px){
	.home-section-title h1, 
	.home-section-second-title h5 {
	  font-size: 22px;
	  line-height: 30px;
	}
	.home-section-title span {
	  font-size: 22px;
	}
	.home-section-title h2, 
	.home-section-second-title h2 {
	  font-size: 14px;
	  line-height: 23px;
	  margin-bottom: 10px;
	}
}

/*Immagine iniziale*/
.home-header-image {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #FFF;
}

.home-header-image h1 {
	font-size: 70px;
	text-transform: uppercase;
	position: absolute;
	bottom: 40px;
	left: 40px;
	margin: 0;
	font-family: "Work Sans";
	line-height: 85px;
	font-weight: 200;
}

.home-header-image h1 {
	font-size: 70px;
	text-transform: uppercase;
	position: absolute;
	bottom: 60px;
	left: 40px;
	margin: 0;
	font-family: "Work Sans";
	line-height: 85px;
	font-weight: 200;
	right: 40px;
	max-width: 1200px;
}

.home-header-image .more {
	position: absolute;
	bottom: 30px;
	left: 40px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Work Sans';
}

.home-header-image .more:hover {
	text-decoration: underline;
}

@media(max-width:1200px){
	.home-header-image h1 {
		left: 20px;
		bottom: 55px;
		font-size: 50px;
		line-height: 60px;
	}
	.home-header-image .more {
		left: 20px;
		bottom: 20px;
	}
}

@media(max-width:991px){
	.home-header-image h1 {
	  font-size: 35px;
	  line-height: 40px;
	}
}

@media(max-width:767px){
	.home-header-image h1 {
		font-size: 27px;
		line-height: 30px;
		left: 15px;
		bottom: 54px;
	}
	.home-header-image .more {
		left: 15px;
		bottom: 15px;
	}
}

/*Ospitalità*/
.hospitality.row {
	margin: 0px 15px;
}

.hospitality .item {
	top: 0;
	left: 0;
	text-align: left;
	z-index: 2;
	width: 100%;
	padding: 15px;
	height: 800px;
	color: #FFFFFF;
	position: relative;
	background-position: center;
	background-size: cover;
}

.hospitality .text-container{
	top: 0;
    left: 0;
    text-align: left;
    z-index: 2;
    background-image: url(../Images/BackgroundShade.png);
    width: 85%;
    padding: 15px;
    min-height: 60%;
    background-position: bottom right;
    background-size: cover;
  	padding: 40px 60px;
    color: #FFFFFF;
    position: absolute;
}

.hospitality .text-container .title {
	font-size: 47px;
    text-transform: uppercase;
    font-family: "Work Sans";
    font-weight: 200;
    text-align: left;
    line-height: 50px;
    display: block;
}

.hospitality .text-container h3 {
	font-size: 35px;
    font-weight: 100;
    color: #fff;
    line-height: 48px;
}

.hospitality .text-container .more {
	color: #fff;
    text-transform: uppercase;
    font-family: 'Work Sans';
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
}

@media(max-width:1200px){
    .hospitality .item {
      height: 500px;
    }
    .hospitality .text-container {
      padding: 30px;
    }
    .hospitality .text-container .title {
      font-size: 35px;
      line-height: 40px;
    }
    .hospitality .text-container h3 {
      font-size: 30px;
      line-height: 40px;
      margin-top: 10px;
    }
}

@media(max-width:991px){
    .hospitality .text-container .title {
      font-size: 27px;
      line-height: 35px;
    }
    .hospitality .text-container h3 {
      font-size: 22px;
      line-height: 30px;
      margin-top: 0;
    }
    .hospitality .item {
      height: 350px;
    }
}

@media(max-width:767px){
    .hospitality.row {
      margin: 0 0 -15px;
    }
    .hospitality .item {
      margin-bottom: 15px;
    }
}
/* ---------------------------------------------------------------------------------------------- */



/* Header Image
------------------------------------------------------------------------------------------------- */
.page-heder-image {
	height: 800px;
	background-position: center;
	background-size: cover;
	position: relative;
}

.page-heder-image .text-container,
.page-heder-no-image .text-container{
	bottom: 0;
	left: 0;
	text-align: left;
	background-image: url('../Images/BackgroundShade.png');
	background-position: bottom right;
	background-size: cover;
	width: 65%;
	padding: 40px;
	position: absolute;
	color: #FFF;
	top: auto;
	z-index: 2;
}

.page-heder-image .text-container h2,
.page-heder-no-image .text-container h2{
	font-size: 70px;
	text-transform: uppercase;
	margin: 0;
	font-family: "Work Sans";
	line-height: 85px;
	font-weight: 200;
}

.page-heder-image .text-container h1,
.page-heder-no-image .text-container h3 {
	font-size: 42px;
	font-family: 'Roboto Slab',cursive;
	font-weight: 200;
	margin-top: 0px;
	margin-bottom: 25px;
}

@media(max-width:1250px){
	.page-heder-image {
		height: 650px;
	}
	.page-heder-image .text-container,
    .page-heder-no-image .text-container {
	  padding: 20px;
	}
	.page-heder-image .text-container h2,
    .page-heder-no-image .text-container h2 {
	  font-size: 45px;
	  line-height: 55px;
	}
	.page-heder-image .text-container h1,
    .page-heder-no-image .text-container h3{
	  margin-bottom: 0;
	  font-size: 35px;
	}
}

@media(max-width:991px){
	.page-heder-image {
	  height: 550px;
	}
	.page-heder-image .text-container h2,
    .page-heder-no-image .text-container h2 {
	  font-size: 35px;
	  line-height: 40px;
	}
	.page-heder-image .text-container h1,
    .page-heder-no-image .text-container h3{
	  font-size: 25px;
	}
}

@media(max-width:767px){
	.page-heder-image {
	  height: 450px;
	}
	.page-heder-image .text-container,
    .page-heder-no-image .text-container{
	  padding: 15px;
	  width: 80%;
	}
	.page-heder-image .text-container h2,
    .page-heder-no-image .text-container h2 {
	  font-size: 27px;
	  line-height: 30px;
	}
	.page-heder-image .text-container h1,
    .page-heder-image .text-container h3 {
	  font-size: 22px;
	  margin-top: 10px;
	}
}

/*Senza immagine*/
.page-heder-no-image {
   background-color: #5f7976;
   position: relative;
	height: 600px;
}

.page-heder-no-image .text-container {
	background-image: none;
	background-color: rgba(192,192,192,0.5);
}

@media(max-width:1200px){
.page-heder-no-image {
	height: 400px;
}
}

@media(max-width:991px){
.page-heder-no-image {
	height: 350px;
}
}

@media(max-width:767px){
.page-heder-no-image {
	height: 250px;
}
}

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



/* Form
------------------------------------------------------------------------------------------------- */
.input-div .input-type-textarea, 
.input-div input.input-type-text, 
.input-div .input-type-dropdownlist, 
.input-div input.input-type-email,
.input-div input {
  max-width: 100% !important;
}

.input-div {
	position: relative;
}

/*Validazioni*/
.inputbox .validation-highlight {
   background: #fff0f0 none repeat scroll 0 0 !important;
   border-color: #a90329;
}

.inputbox label.validation-error-label {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	bottom: -15px;
	background-color: #a90329 !important;
	font-size: 10px;
	font-weight: lighter;
	padding: 2px 10px !important;
	position: absolute;
	color: #FFF !important;
	left: 22px;
}

/* Modale */
.modal-header {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.modal-header .modal-title {
	font-weight: 600;
}

.modal-header .modal-title i {
	display: none;
}

.modal.saved-info .modal-body {
	text-align: center;
	padding-top: 20px;
	font-size: 20px;
}

.modal-footer {
    text-align: center;
    border-top: 0px;
    padding-top: 0px;
}

.modal-header .close {
	opacity: 1;
    color: #fff;
}

.modal-header .close:hover {
	color: #C7A095;
}
/* ---------------------------------------------------------------------------------------------- */



/* Territorio
------------------------------------------------------------------------------------------------- */
.history-box {
  background-color: #E8EADD;
  padding: 30px;
  text-align: justify;
}

.history-box .title {
  display: block;
  font-size: 33px;
  font-weight: 100;
  margin-bottom: 15px;
  text-align: left;
  margin-top: 0;
}

.slider-territory {
	height: 750px;
}

.slider-territory .slides-pagination {
	position: absolute;
	top: 30px;
	left: 30px;
	text-align: left;
	bottom: auto;
}

.slider-territory .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; 
    font-family: 'Work Sans';
    text-align: center;
    width: auto;
}

.slider-territory .slides-pagination a:last-child {
    border-right: 1px solid #fff;   
}

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

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

@media(max-width:767px){
	.history-box {
	  padding: 20px;
	}
	.history-box .title {
	  font-size: 25px;
	  margin-bottom: 10px;
	}
	.slider-territory {
	  height: 400px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Informazioni Utili
------------------------------------------------------------------------------------------------- */
/*Contatti Info Point*/
.contact-info-point .image {
  height: 837px;
  background-size: cover;
  background-position: center;
}

.contact-info-point .text {
  background-color: #E8EADD;
  height: 837px;
  padding: 30px;
}

.contact-info-point .text .title {
  display: block;
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 15px;
  font-family: Work Sans;
  text-transform: uppercase;
  line-height: 45px;
}

.contact-info-point .text .item {
  margin-bottom: 24px;
  position: relative;
  padding-left: 45px;
}

.contact-info-point .text .item i {
  background-color: #5F7976;
  position: absolute;
  left: 0;
  color: #FFF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 5px;
  font-size: 19px;
}

.contact-info-point .text .item .item-label {
  display: block;
  font-size: 23px;
}

#goodAttributes a {
    color: #000;
}

#goodAttributes a:hover {
    color: #41666B;
}

@media(max-width:1200px){
	.contact-info-point .text .title {
		font-size: 35px;
		line-height: 40px;
	}
}

@media(max-width:991px){
	.contact-info-point .text {
		height: auto;
		margin-top: 15px;
	}
}

@media(max-width:767px){
	.contact-info-point .image {
		height: 450px;
	}
	.contact-info-point .text {
		padding: 20px;
	}
	.contact-info-point .text .title {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.contact-info-point .text .item {
		margin-bottom: 15px;
	}
	.contact-info-point .text .item .item-label {
		font-size: 20px;
	}
}

@media(max-width:767px){
	.contact-info-point .image {
		height: 300px;
	}
}


/*Altri Contatti*/ 
.contact-list-image {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 50px;
}

.contact-list-image .text-container {
	position: absolute;
	padding: 40px;
	bottom: 0;
	left: 0;
	color: #FFF;
	background-image: url('../Images/BackgroundShade.png');
	background-position: bottom right;
	background-size: cover;
}

.contact-list-image .text-container .title {
  font-size: 47px;
  font-family: Work Sans;
  text-transform: uppercase;
  font-weight: 100;
  display: block;
}

.contact-list-image .text-container .subtitle {
  font-size: 35px;
  font-weight: 100;
}

.contact-list .list {
  column-count: 2;
  column-gap: 50px;
}

.contact-list .list .contact-item {
	padding-bottom: 60px;
	break-inside: avoid;
	position: relative;
}

.contact-list .list .contact-item::after {
	width: 100%;
	height: 1px;
	position: absolute;
	border-bottom: 2px dashed #C9CCCB;
	bottom: 30px;
	content: "";
}

.contact-list .list .contact-item .name {
  text-transform: uppercase;
  font-family: Work Sans;
  font-size: 30px;
  font-weight: 100;
}

.contact-list .list .contact-item .name-two {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}

.contact-list .list .contact-item .item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px;
}

.contact-list .list .contact-item .item.info {
	background-color: #E8EADD;
	padding: 10px;
}

.contact-list .list .contact-item .item i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #5F7976;
}

@media(max-width:1250px){
	.contact-list-image {
		height: 400px;
	}
	.contact-list-image .text-container {
	  padding: 20px;
	}
	.contact-list-image .text-container .title {
	  font-size: 45px;
	  line-height: 55px;
	}
	.contact-list-image .text-container .subtitle {
	  margin-bottom: 0;
	  font-size: 35px;
	}
}

@media(max-width:991px){
	.contact-list-image {
	  height: 330px;
	  margin-bottom: 30px;
	}
	.contact-list-image .text-container .title {
	  font-size: 35px;
	  line-height: 40px;
	}
	.contact-list-image .text-container .subtitle {
	  font-size: 25px;
	}
	.contact-list .list {
	  column-count: 1;
	}
	.contact-list .list .contact-item .name {
	  font-size: 25px;
	}
	.contact-list .list .contact-item .name-two {
	  font-size: 18px;
	}
	.contact-list .list .contact-item {
	  padding-bottom: 30px;
	}
	.contact-list .list .contact-item::after {
	  bottom: 15px;
	}
}

@media(max-width:767px){
	.contact-list-image {
	  height: 250px;
	  margin-bottom: 15px;
	}
	.contact-list-image .text-container {
	  padding: 15px;
	  width: 80%;
	}
	.contact-list-image .text-container .title {
	  font-size: 27px;
	  line-height: 30px;
	}
	.contact-list-image .text-container .subtitle {
	  font-size: 22px;
	  margin-top: 10px;
	}
	.contact-list .list .contact-item .name {
	  font-size: 22px;
	}
	.contact-list .list .contact-item .name-two {
	  font-size: 16px;
	}
	.contact-list .list .contact-item .item {
	  margin-bottom: 2px;
	}
	.contact-list .list .contact-item .item.info {
		margin-top: 10px;
	}
}

.feedback {
	background-color: #E8EADD;
	padding: 50px 0;
	margin-bottom: 0 !important;
}

@media(max-width:767px){
	.feedback {
		padding: 20px 0;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* App
------------------------------------------------------------------------------------------------- */
.app-text .links {
	text-align: center;
	margin-top: 50px;
}

.app-text .links a {
  display: inline-block;
  background-color: #5F7976;
  color: #FFF;
  padding: 15px 50px 15px 100px;
  position: relative;
  font-weight: bold;
  margin: 0 20px;
}

.app-text .links a img {
  max-width: 50px;
  position: absolute;
  left: 30px;
  top: 10px;
}

.app-text .links a:hover {
  background-color: #000;
}

@media(max-width:767px){
	.app-text .links {
	  margin-top: 20px;
	}
	.app-text .links a {
	  display: block;
	  margin-top: 10px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Eventi
------------------------------------------------------------------------------------------------- */
.events-list .item {
	margin-top: 30px;
	height: 665px;
	overflow: hidden;
    display: block;
    color: #000;
}

.events-list .download:before {
    content: "";
    border-bottom: 2px dashed #C9CCCB;
    position: absolute;
    left: 0px;
    top: 50%;
    height: 10px;
    width: 30%;
    margin-top: -9px;
}

.events-list .download:after {
    content: "";
    border-bottom: 2px dashed #C9CCCB;
    position: absolute;
    right: 0px;
    top: 50%;
    height: 10px;
    width: 30%;
    margin-top: -9px;
}

.events-list .download {
	display: block;
    position: relative;
    text-align: center;
    margin: 30px 0px;
    font-family: Work Sans;
    text-transform: uppercase;
    font-weight: 600;
  	font-size: 20px;
}

.events-list .download i {
	padding-left: 10px;
}

.events-list .item .image {
  height: 400px;
  background-size: cover;
  background-position: center;
}

.events-list .item .text {
	margin-top: 20px;
	height: 205px;
	overflow: hidden;
}

.events-list .item .text .title {
  display: block;
  font-family: Work Sans;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 100;
}

.events-list .item .more {
  display: inline-block;
  font-family: Work Sans;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}

.events-list .item .more:hover {
  text-decoration: underline;
}

.events-list .item .more i {
  font-size: 13px;
}

@media(max-width: 991px){
	.events-list .item .text {
    	height: 194px;
	}
}

@media(max-width: 767px){
	.events-list .item {
		height: auto;
	}

	.events-list .item p {
		margin: 0px;
	}

	.events-list .item .text {
    	height: auto;
  		margin-top: 10px;
	}

	.events-list .item .text .title {
		font-size: 27px;
    	line-height: 30px;
	}

	.events-list .item {
		margin-top: 15px;
	}

	.events-list .item .image {
		height: 250px;
	}
}

/*Dettaglio*/
.event-detail .date {
  font-size: 22px;
}

.event-detail > h1 {
  font-family: "Work Sans";
  font-weight: 200;
  font-size: 55px;
}

.event-detail > img {
  margin: 40px auto;
}

.event-detail > .slogan {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}

.event-detail .text {
  display: block;
  margin-bottom: 20px;
}

.event-detail .more,
.event-detail .back-link {
  display: inline-block;
  font-family: Work Sans;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}

.event-detail .more:hover,
.event-detail .back-link:hover {
  text-decoration: underline;
}

@media(max-width:991px){
.event-detail > h1 {
  font-size: 45px;
}
.event-detail > img {
  margin: 20px auto;
}
.event-detail > .slogan {
  font-size: 22px;
}
}
/* ---------------------------------------------------------------------------------------------- */



/* Come arrivare - Territorio
------------------------------------------------------------------------------------------------- */
.how-to-reach .item,
.territory-box .item {
  margin-bottom: 30px;
}

.how-to-reach .item:nth-child(2n) .image,
.territory-box .item:nth-child(2n) .image{
  float: right;
}

.how-to-reach .image > div,
.territory-box .image > div{
  height: 600px;
  background-size: cover;
  background-position: center;
}

.how-to-reach .text > div,
.territory-box .text > div {
  background-color: #E8EADD;
  height: 600px;
  padding: 30px;
  text-align: justify;
}

.how-to-reach .text .title,
.territory-box .text .title {
  display: block;
  font-size: 33px;
  font-weight: 100;
  margin-bottom: 15px;
  text-align: left;
}

.how-to-reach .text .more {
    text-transform: uppercase;
    font-family: 'Work Sans';
    font-size: 16px;
    display: block;
    margin-top: 10px;
    font-weight: 600;
  
}

.how-to-reach .text .more:hover {
	text-decoration: underline;
}

.how-to-reach .text .more i {
    font-size: 13px;
}

@media(max-width:1250px){ 
	.territory-box .text > div,
	.territory-box .image > div {
	  height: 700px;
	}
}

@media(max-width:991px){
	.how-to-reach .image > div, 
	.territory-box .image > div {
	  height: 600px;
	}
	.how-to-reach .text > div, 
	.territory-box .text > div {
	  height: auto;
	  padding: 20px;
	  margin-top: 30px;
	}
	.how-to-reach .item:nth-child(2n) .image, 
	.territory-box .item:nth-child(2n) .image {
	  float: none;
	}
}

@media(max-width:767px){
	.how-to-reach .item,
	.territory-box .item {
	  margin-bottom: 15px;
	}

	.how-to-reach .image > div, 
	.territory-box .image > div {
	  height: 450px;
	}
	.how-to-reach .text > div, 
	.territory-box .text > div {
	  margin-top: 15px;
	}
	.how-to-reach .text .title, 
	.territory-box .text .title {
		font-size: 22px;
		margin-bottom: 10px;
	}
}

@media(max-width:450px){
	.how-to-reach .image > div, 
	.territory-box .image > div {
	  height: 300px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Ospitalià
------------------------------------------------------------------------------------------------- */
/*Intestazione*/
.header-band-green {
	background-color: #647876;
  	height: 600px;
  	position: relative;
}

.header-band-green .text-container {
	bottom: 0;
    left: 0;
    text-align: left;
    background-color: rgba(255,255,255,0.2);
    background-size: cover;
    width: 65%;
    padding: 40px 40px 0;
    min-height: 24%;
    top: auto;
    position: absolute;
    color: #FFF;
  	z-index: 4;
}

.header-band-green .text-container h3 {
	font-size: 42px;
    font-family: 'Roboto Slab',cursive;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 0;
}

/*Lista*/
.accomodations-list::after {
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
}

.accomodations-list .item {
	margin-bottom: 30px;
  	width: 100%;
}

.accomodations-list .image{
	height: 500px;
  	background-position: center;
  	background-size: cover;
}

.accomodations-list .text {
	height: 500px;
  	padding: 30px 70px;
}

.accomodations-list .text:after {
	content: "";
    position: absolute;
  	bottom: 0px;
  	left: 20px;
  	width: 96%;
    border-bottom: 2px dashed #41666B; 
}

.accomodations-list .text .name {
	font-size: 47px;
    text-transform: uppercase;
    font-family: "Work Sans";
    font-weight: 200;
    text-align: left;
    max-width: 700px;    
  	line-height: 50px;
    display: block;
}

.accomodations-list .text i {
	color: #64736E;
  	width: 25px;
  	font-size: 18px;
}

.accomodations-list .text a {
	display: block;
  	margin-bottom: 10px;
}

.accomodations-list .text .cir,
.accomodations-list .text .cin,
.accomodations-list .text .address {
	margin-bottom: 10px;
}

.accomodations-list .text .map {
	padding-left: 24px;
  	text-decoration: underline;
  	color: #647876;
  	font-weight: 600;
}

.accomodations-list .text .category-name {
	font-size: 22px;
    font-weight: 100;
    line-height: 48px;
    max-width: 450px;
    margin-bottom: 10px;
}


.accomodations-list .accomodations-number-container {
    font-size: 30px;
    margin-bottom: 20px;
}

/*Filtri*/
.accomodations-list .filter-label {
	font-weight: 600;
}

.accomodations-list .selected-filter {
	background-color: #DADADA;
	padding: 7px 17px;
	margin-left: 10px;
	width: 185px;
	text-align: center;
	display: inline-block;
}

.accomodations-list .filter-container {
    margin-bottom: 30px;
  	cursor: pointer;
  	float: left;
}

.accomodations-list .filter-container .filter {
  	cursor: pointer;
  	padding: 7px 0px;
}

.accomodations-list .filter-container .filter.active {
	font-weight: 600;
}

.accomodations-list .filter-options {
	position: absolute;
	z-index: 4;
	background-color: #DADADA;
	top: 38px;
	left: 88px;
	padding: 5px 0;
	display: none;
	width: 185px;
	padding: 7px 17px;
}

.accomodations-list .btn.btn-primary {
	background-color: #DADADA;
	padding: 6px 17px;
	border-color: #DADADA;
	color: #000;
	float: right;
	margin-bottom: 29px;
	margin-top: 0;
	margin-right: -15px;
}

.accomodations-list .btn.btn-primary i {
	padding-right: 10px;
}

.accomodations-list .btn.btn-primary:hover {
	background-color: #647876;
  	color: #fff;
  	border-color: #647876;
}

.accomodations-list .image-not-found {
	background-image: url("../Images/AccomodationImageNotFound.png");
  	background-position: center;
  	background-size: cover;
  	height: 500px;
}

/*Mappa*/
.accomodations-list .accomodation-map {
	margin-top: 30px;
}

.accomodations-list .accomodation-map .close-map {
	background-color: #64736E;
    position: absolute;
    right: -18px;
    top: -18px;
    z-index: 9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
  	border: 1px solid #64736E;
  	color: #fff;
  	font-size: 20px;
}

.accomodations-list .accomodation-map .close-map:hover {
	background-color: #fff;
  	color: #64736E;
}

.accomodations-list .show-in-map .col-lg-12 {
	padding: 0px;
}

.accomodations-list .accomodation-map .map-type-control {
	right: 5px !important;
    top: 20px !important;
}

.accomodations-list .accomodation-map .map-type-control .item {
	margin-bottom: 5px;
  	width: 74px;
}

.accomodations-list .accomodation-map .gm-control-active.gm-fullscreen-control {
	top: 45px !Important;
}

.accomodations-list .accomodation-map .gm-ui-hover-effect{
	display: none !Important;
}

.accomodation-marker-info .image-marker{
	height: 120px;
  	margin-bottom: 10px;
  	background-size: cover;
    background-position: center;
}

.accomodation-marker-info .text-marker .name {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 17px;
	max-width: 200px;
}

.accomodation-marker-info .text-marker a {
	display: block;
  	margin-bottom: 0px;
}

.accomodations-list .accomodation-map .gm-style-iw-d {
    width: 100%;
}

.map-result-container .col-lg-12 {
	padding: 0px !important;
}

.accomodation-marker-info .image-not-found-marker {
	height: 150px;
  	margin-bottom: 10px;
 	background-image: url("../Images/AccomodationImageNotFound.png");
  	background-position: center;
  	background-size: cover;
}

.top-list {
	float: right;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: "Work Sans";
    padding-right: 15px;
  	margin-bottom: 15px;
}

.top-list i {
	width: 35px;
    height: 35px;
    border: 1px solid #41666B;
    border-radius: 50%;
    padding: 9px;
    font-size: 17px;
    margin-left: 10px;
}

.top-list:hover i {
	border: 1px solid #41666B;
  	background-color: #41666B;
  	color: #fff;
}

.map-type-control.dropdown-style .dropdown-title  {
   background-color: #77B0FF;
   color: #FFFFFF;
   font-weight: bold;
   width: 80px;
}

#data-container .mix {
    display: none;
}

.logo-map {
	margin-bottom: 20px;
}

@media(max-width:1250px){
	.accomodations-list .image {
	  height: 350px;
	}
	.accomodations-list .text {
	  height: auto;
	  min-height: 350px;
	  padding: 10px 30px;
	}
	.accomodations-list .image-not-found {
	  height: 350px;
	}
	.accomodations-list .text .name {
	  font-size: 38px;
	  line-height: 40px;
	}
}

@media(max-width:991px){
	.accomodations-list .image {
	  height: 400px;
	}
	.accomodations-list .text {
	  min-height: auto;
	  padding: 20px 0;
	}
	.accomodations-list .text::after {
	  width: 100%;
	  left: 0;
	}
	.header-band-green {
	  height: 450px;
	}
	.header-band-green .text-container h3 {
	  font-size: 35px;
	  line-height: 40px;
	}
}

@media(max-width:767px){
	.accomodations-list .accomodations-number-container {
		font-size: 23px;
	}
	.accomodations-list .filter-options {
		left: 79px;
	}
	.accomodations-list .btn.btn-primary {
	  float: none;
 	 display: block;
	  margin: 0 -15px 10px;
	}
	.accomodations-list .filter-container {
	  float: none;
	  margin-bottom: 10px;
	}
	.accomodations-list .image {
	  height: 250px;
	}
	.accomodations-list .text .name {
	  font-size: 30px;
	  line-height: 35px;
	}
	.accomodations-list .text .category-name {
	  max-width: 100%;
	  font-size: 20px;
	  line-height: 25px;
	  margin: 5px 0 10px 0;
	}
}
/* ---------------------------------------------------------------------------------------------- */