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

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

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

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

.section-title {
	margin-bottom: 40px;
}

.section-title h1, 
.section-title h2 {
	margin: 0;
	font-weight: 800;
	font-size: 47px;
}

.section-title h3 {
	margin: 0 0 10px;
	font-weight: 300;
	font-size: 30px;
	font-family: Satisfy;
}

.btn-white {
  background-color: transparent;
  border-color: #FFF;
  color: #FFF;
}

.btn.btn-white:hover {
  background-color: #FFF;
  color: #4B4446;
}

.justified-gallery > a > .caption.caption-visible, 
.justified-gallery > div > .caption.caption-visible {
	display: none !important;
}

.title-container .section-title {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .title-container .section-title {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .title-container .section-title {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .title-container .section-title {
    width: 1170px;
  }
}

@media (min-width: 1450px) {
  .title-container .section-title {
    width: 1400px;
  }
}

@media(max-width:991px){
	.section {
		margin-bottom: 50px !important;
	}
	.section-title h1, 
	.section-title h2 {
		font-size: 40px;
	}
}

@media(max-width:767px){
	.section {
		margin-bottom: 30px !important;
	}
	.section-title {
		margin-bottom: 20px;
	}
	.section-title h3 {
		font-size: 25px;
	}
	.section-title h1, 
	.section-title h2 {
		font-size: 30px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Header
------------------------------------------------------------------------------------------------- */
header {
	transition: all 0.4s ease 0s;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1030;
}

header.shrink {
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	background-color: #FFF;
	top: -90px;
}

header .navbar-header {
	float: none;
	text-align: center;
}

header .navbar-brand {
	float: none;
	display: inline-block;
}

header .navbar-brand img {
	margin: 0 auto;
}

/*Lingue*/
header .container {
  position: relative;
}

header  .header-sections-container {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 9999;
}

.header-sections-container .language-switcher a {
	color: #FFF;
	display: inline-block;
	text-transform: uppercase;
	margin: 0 2px;
	font-size: 14px;
}

.header-sections-container .language-switcher a.active-parent {
  font-weight: bold;
  text-decoration: underline;
}

.header-sections-container .language-switcher a:hover {
  text-decoration: underline;
}

/*Logo*/
.navbar-brand img {
	max-height: 50px;
	transition: all 0.4s ease 0s;
}

.navbar-right {
	float: none;
}

/*Menu*/
.navbar-nav {
	transition: all 0.4s ease 0s;
}

header.shrink .navbar-nav {
	margin-top: 15px;
}

.navbar-nav > li > a {
	transition: all 0.4s ease 0s;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}

header.shrink .navbar-nav > li > a {
	color: #0d1724;
}

@media(max-width:1200px){
	.nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media(max-width:991px){
	header {
	  background-color: #FFF;
	}
	header.shrink {
		top: -12px;
	}
	header .navbar-header {
	  text-align: left;
	}
	header.shrink .navbar-brand {
	  padding: 10px;
	}
	header .navbar-brand img {
	  background-color: #4B4446;
	}
	header.shrink .navbar-brand img {
	  max-height: 40px;
	  margin-top: 10px;
	}
	header.shrink .navbar-toggle {
	  margin-top: 20px;
	}
	header.shrink .header-sections-container {
	  display: none;
	}
	header .header-sections-container {
	  top: 5px;
	}
	.header-sections-container .language-switcher a {
	  color: #0d1724;
	}
	header.shrink .navbar-nav, 
	.navbar-nav {
	  margin-top: 10px;
	}
	.navbar-default .navbar-nav > li > a {
	  text-align: center;
	  color: #0d1724;
	}
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
	  background-color: #4B4446;
	  color: #FFF;
	}
}

@media(max-width:500px){
	header .navbar-brand {
		padding: 10px 0;
	}
	header.shrink .navbar-brand {
		padding: 10px 0;
	}
	header .navbar-brand img {
		max-width: 200px;
		margin-top: 25px;
	}
}

/*Immagine*/
.header-image {
	height: 700px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.header-image .overlay-image {
    background-color: rgba(70,61,49,0.4);
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
}

.header-image .text {
  position: absolute;
  width: 100%;
  bottom: 50px;
}

.header-image .text .container > div {
  position: relative;
  background-color: #FFF;
  z-index: 10;
  float: right;
  padding: 30px 50px;
}

.header-image .text .container > div .title {
  display: block;
  font-weight: 800;
  font-size: 40px;
  margin: 0;
}

.header-image .text .container > div .subtitle {
  font-family: Satisfy;
  font-size: 30px;
}

@media(max-width:991px){
	.header-image {
		height: 600px;
	}
	.header-image .text .container > div {
		padding: 20px 30px;
	}
	.header-image .text .container > div .title {
		font-size: 30px;
	}
	.header-image .text .container > div .subtitle {
		font-size: 25px;
	}
}

@media(max-width:767px){
	.header-image {
		height: 300px;
	}
	.header-image .text .container > div {
		display: none;
	}
}

@media(max-width:400px){
	.header-image {
		height: 250px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer {
  position: relative;
  padding: 200px 15px;
  color: #FFF;
  background-size: cover;
  background-position: center;
}

footer .footer-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(75, 68, 70, 0.3);
}

footer .section {
  position: relative;
  margin-bottom: 0 !important;
}

.footer-contact .item {
  text-align: center;
  font-size: 20px;
}

.footer-contact .item i {
  display: block;
  font-size: 100px;
  margin-bottom: 30px;
}

.footer-contact .item span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-contact .item  a {
  color: #FFF;
}

.footer-contact .item a:hover {
  text-decoration: underline;
}

#footer-copyright {
  text-align: center;
  position: relative;
  border-top: 1px solid;
  margin-top: 50px;
  padding-top: 50px;
  margin-bottom: 50px;
}

#footer-copyright a {
  color: #FFF;
  text-decoration: underline;
}

.footer-social {
  text-align: center;
}

.footer-social a {
  display: inline-block;
  background-color: #FFF;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 38px;
  line-height: 80px;
  margin: 0 10px;
}

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

@media(max-width:991px){
	footer {
		padding: 100px 0;
	}
}

@media(max-width:767px){
	footer {
		padding: 50px 0 80px;
	}
	.footer-contact .item {
		margin-bottom: 25px;
		font-size: 18px;
	}
	.footer-contact .item i {
		font-size: 50px;
		margin-bottom: 5px;
	}
	#footer-copyright {
		margin-top: 0;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.footer-social a {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Bottone Prenotazione
------------------------------------------------------------------------------------------------- */
.book-section {
	right: 0%;
	bottom: 100px;
	position: fixed;
	z-index: 1030;
}

.book-button {
	padding: 25px 20px;
	background-color: rgba(75, 68, 70, 0.8);
	color: #fff;
	text-transform: uppercase;
	width: 250px;
	font-weight: 600;
	font-size: 20px;
	display: block;
}

.book-button:hover {
	background-color: #0d1724;
	color: #fff;
}

@media(max-width:767px){
	.book-section {
		bottom: 0;
		width: 100%;
	}
	.book-button {
		width: 100%;
		display: block;
		padding: 10px;
		text-align: center;
		line-height: 20px;
		font-size: 16px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Home
------------------------------------------------------------------------------------------------- */
/*Slider*/
.slides-container .overlay {
	background-color: rgba(70,61,49,0.3);
}

#slides .text-container {
	text-align: center;
	min-height: 600px;
	margin-top: -300px;
	padding-top: 200px;
	z-index: 3;
}

#slides .text-container .title {
	font-size: 55px;
	max-width: 970px;
	display: block;
	animation-delay: 0.5s;
	animation-duration: 1.5s;
	margin: 0 auto;
	text-transform: uppercase;
	border: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}

#slides .text-container .sub-title {
	display: block;
	max-width: 950px;
	font-size: 37px;
	display: block;
	animation-delay: 1.5s;
	animation-duration: 1.5s;
	margin: 15px auto;
	margin-top: 35px;
	font-family: Satisfy;
	text-shadow: 1px 1px 1px #333;
}

/*Regole per effetto zoom*/
.slider-home-page .slides-container img {
    transition: all 1.6s ease-in-out 0s;
    transform: scale(1.2);
}

.slider-home-page .slides-container li.active img {
    transform: scale(1);
}

#slides .slides-navigation {
    margin: -50px auto 0;
}

#slides .slides-navigation i {
    font-size: 30px;
    margin-right: 0px;
    margin-left: 20px;
    background-color: transparent;
    width: 60px;
    text-align: center;
    height: auto;
    line-height: 60px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
	opacity: 0;
}

#slides:hover .slides-navigation i {
	opacity: 1;
} 

#slides:hover .fa {
    opacity: 9;
}


@media(max-width:991px) {
	#slides .text-container {
		background-image: none;
		padding-top: 0;
		min-height: auto;
		top: 201px;
		margin-top: 0;
	}
	#slides .text-container .title {
		font-size: 40px;
	}
	#slides .text-container .sub-title {
		font-size: 30px;
		margin-top: 15px;
	}
	.slides-navigation {
    	display: none;
	}
}

@media(max-width:767px) {
	#slides .text-container {
		top: 120px;
	}
}

/*Fascia link*/
.image-links-band {
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}

.image-links-band a {
  display: block;
  color: #0d1724;
  padding: 100px 50px;
  text-align: center;
  background-color: rgba(255,255,255,0.8);
}

.image-links-band a i {
  display: block;
  margin-bottom: 20px;
  font-size: 70px;
  color: #4B4446;
}

.image-links-band a .title {
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 20px;
  display: block;
}

@media(max-width:1200px){
	.image-links-band a {
		padding: 50px 10px;
	}
}

@media(max-width:991px){
	.image-links-band {
		padding: 50px 0 35px;
	}
	.image-links-band a {
		padding: 30px;
		margin-bottom: 15px;
	}
	.image-links-band a i {
		font-size: 50px;
		margin-bottom: 5px;
	}
}

@media(max-width:767px){
	.image-links-band a {
		padding: 30px 10px;
	}
	.image-links-band a .title {
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 10px;
	}
}

/* Servizi */
.home-service:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.home-service .item a {
	background-size: cover;
	background-position: center;
	min-height: 800px;
	display: block;
	position: relative;
}

.home-service .item .details {
	padding: 250px 15px 0;
	background: #4B4446;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.home-service .item a:hover .details {
	opacity: 1;
}

.home-service .item .details img {
	max-width: 200px;
	margin: 0 auto;
}

.home-service .item .details .title {
	text-align: center;
	color: #ffff;
	font-size: 45px;
	margin-top: 40px;
	font-family: Satisfy;
}

@media(max-width:1200px){
	.home-service .item a {
		min-height: 500px;
	}
	.home-service .item .details {
		padding-top: 150px;
	}
	.home-service .item .details img {
		max-width: 100px;
	}
}

@media(max-width:991px){
	.home-service .item a {
		margin-bottom: 30px;
	}
	.home-service .item .details {
		opacity: 0.8;
	}
	.home-service .item a:hover .details {
		opacity: 0;
	}
}

@media(max-width:500px){
	.home-service .item a {
		min-height: 250px;
	}
	.home-service .item .details {
		padding-top: 50px;
	}
}

/*Fascia Camere*/
.text-image-band {
  background-color: #4B4446;
  color: #FFF;
}

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

.text-image-band .image {
  height: 900px;
  background-size: cover;
  background-position: center;
}

.text-image-band .text {
	height: 900px;
	padding: 150px 100px;
}

.text-image-band .text .images {
  margin: 50px -15px;
}

.text-image-band .text .images:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.text-image-band .text .images .item {
	width: 100%;
	height: 195px;
	float: left;
	background-size: cover;
	background-position: center;
}

@media(max-width:1200px){
	.text-image-band .text {
		padding: 50px;
	}
}

@media(max-width:991px){
	.text-image-band .text .images .item {
		height: 100px;
	}
}

@media(max-width:767px){
	.text-image-band .image {
		height: 500px;
	}
	.text-image-band .text {
		height: auto;
		padding: 20px;
	}
	.text-image-band .text .info {
		margin-bottom: 25px;
	}
	.text-image-band .text .images {
		display: none;
	}
}

@media(max-width:500px){
	.text-image-band .image {
		height: 300px;
	}
}

/*Carosello attività*/
.activity-home-carousel {
	padding: 0 50px;
}

.activity-home-carousel .item a {
	display: block;
	overflow: hidden;
	position: relative;
}

.activity-home-carousel .item .text {
	position: absolute;
	top: 130px;
	text-align: center;
	padding: 0 30px;
	width: 100%;
	opacity: 0;
}

.activity-home-carousel .item:hover .text {
	opacity: 1;
}

.activity-home-carousel .item .text .title {
  display: block;
  margin-bottom: 15px;
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
}

.activity-home-carousel .item .text .more {
  color: rgba(255,255,255,0.7);
}

.activity-home-carousel .item a:hover .text .more {
  color: #FFF;
}

.activity-home-carousel .item .image {
	height: 450px;
	background-size: cover;
	background-position: center;
}

.activity-home-carousel .item .carousel-overlay {
	position: absolute;
	background-color: #4B4446;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.activity-home-carousel .item:hover .carousel-overlay {
	opacity: 1;
}

@media(max-width:991px){
	.activity-home-carousel .item .carousel-overlay {
		opacity: 0.8;
	}
	.activity-home-carousel .item .text {
		opacity: 1;
	}
}

/*Navigazione*/
.owl-carousel.owl-theme.activities-carousel .owl-nav {
	position: absolute;
	top: -120px;
	right: 0;
}

.owl-carousel.owl-theme.activities-carousel .owl-nav button {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #4B4446;
	border-radius: 2px;
	position: relative;
	transition: all 0.3s ease-in-out;
	font-size: 20px;
	color: #FFF;
}

.owl-carousel.owl-theme.activities-carousel .owl-nav button:hover {
  color: #FFF;
  background-color: #333;
}

@media(max-width:991px){
	.activity-home-carousel {
		padding: 0 15px;
	}
}

@media(max-width:767px){
	.activity-home-carousel .item .text .title {
	  font-size: 25px;
	  margin-bottom: 5px;
	}
	.owl-carousel.owl-theme.activities-carousel .owl-nav {
		position: relative;
		text-align: center;
		top: 0;
	}
	.owl-carousel.owl-theme.activities-carousel .owl-nav button {
	  position: relative;
	  background-color: #4B4446;
	  left: auto !important;
	  right: auto !important;
	  width: 40px;
	  height: 40px;
	  opacity: 1;
	  color: #FFF;
	  line-height: 40px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Testo presentazione
------------------------------------------------------------------------------------------------- */
.presentation-band {
  margin: 0 -5px;
}

.presentation-band > div {
  padding: 0 5px;
}

.presentation-band .image > div {
  height: 700px;
  background-size: cover;
  background-position: center;
}

.presentation-band .section-title {
  margin-bottom: 20px;
}

.presentation-band .section-title h1,
.presentation-band .section-title h2 {
	font-size: 35px;
}

.presentation-band .text {
	padding: 70px 70px 0 70px;
	background-color: #4B4446;
	color: #FFF;
	min-height: 700px;
}

.presentation-band .links {
	margin-top: 30px;
}

.presentation-band .links a {
  min-width: 150px;
}

@media(max-width:1200px){
	.presentation-band .text {
	  padding: 40px;
	}
}

@media(max-width:767px){
	.presentation-band .image > div {
		height: 450px;
	}
	.presentation-band .text {
		padding: 20px;
		min-height: auto;
	}
	.presentation-band .section-title h1,
	.presentation-band .section-title h2 {
		font-size: 30px;
	}
	.presentation-band .links a {
		display: block;
		padding: 8px 10px;
	}
}

@media(max-width:500px){
	.presentation-band .image > div {
		height: 250px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Offerte
------------------------------------------------------------------------------------------------- */
/*Carosello offerte*/
.offers-carousel-container {
  background-color: #F7F7F7;
  padding: 100px 0;
}

.offers-carousel .item a {
  display: block;
}

.offers-carousel .item a .image {
  background-size: cover;
  height: 550px;
  background-position: center;
}

.offers-carousel .item a .text {
	height: 550px;
	background-color: #FFF;
	padding: 100px;
}

.offers-carousel .item a .text .title {
	display: block;
	font-size: 35px;
	font-weight: bold;
	line-height: 45px;
	margin-bottom: 30px;
}

.offers-carousel .item a .text .info {
	margin-bottom: 30px;
	display: block;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #4B4446 !important;
}

@media(max-width:1200px){
	.offers-carousel .item a .text {
		padding: 50px;
	}
}

@media(max-width:991px){
	.offers-carousel .item a .text {
		padding: 30px;
	}
	.offers-carousel .item a .text .title {
		font-size: 30px;
		line-height: 35px;
	}
	.offers-carousel-container {
		padding: 50px 0;
	}
}

@media(max-width:767px){
	.offers-carousel .item a .image {
		height: 300px;
	}
	.offers-carousel .item a .text {
		padding: 20px;
		height: auto;
	}
	.offers-carousel .item a .text .title {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.offers-carousel-container {
		padding: 30px 0;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Hotel
------------------------------------------------------------------------------------------------- */
/*Servizi*/
.services-list {
  column-count: 3;
}

.services-list .item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 24px;
}

.services-list .item i {
  color: #4B4446;
  position: absolute;
  top: 4px;
  left: 0;
}

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

@media(max-width:767px){
	.services-list {
	  column-count: 1;
	}
}

/*Testi*/
.text-grid {
  background-color: #4B4446;
  color: #FFF;
  padding: 100px 0;
}

.text-grid .item {
  padding-right: 100px;
}

.text-grid .item .title {
  font-family: Satisfy;
  font-size: 35px;
  margin-bottom: 15px;
  display: block;
}

@media(max-width:1200px){
	.text-grid .item {
	  padding-right: 15px;
	}
}

@media(max-width:991px){
	.text-grid {
	  padding: 50px 0;
	}
}

@media(max-width:767px){
	.text-grid {
	  padding: 30px 0 0;
	}
	.text-grid .item {
		margin-bottom: 30px;
	}
}

/* FAQ*/
.faq .card .card-body {
	padding: 30px 100px;
	background-color: #4B4446;
	color: #FFF;
}

.faq .card .card-header .btn.btn-link {
    font-size: 17px;
    line-height: 26px;
    color: #222;
	font-weight: 400;
    text-transform: uppercase;
    padding-top: 15px;
    border-bottom: 1px solid #eee;
    width:100%;
    text-align:left;
    position:relative;
}

.faq .card .card-header .btn.btn-link.collapsed .fas:before {
    content: "\f067";
    position: absolute;
    right: 40px;
    bottom: 15px;
}

.faq .card .card-header .btn.btn-link .fas:before {
    content: "\f068";
    position: absolute;
    right: 40px;
    bottom: 15px;
}

@media(max-width:991px){
	.faq .card .card-body {
		padding: 30px;
	}
}

@media(max-width:767px){
	.faq .card .card-header .btn.btn-link {
		white-space: normal;
		padding: 10px 0;
	}
	.faq .card .card-header .btn.btn-link .fas:before,
	.faq .card .card-header .btn.btn-link.collapsed .fas::before {
		right: 5px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



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

.rooms-list .item {
	min-height: 800px;
	background-color: #F7F7F7;
}

.rooms-list .item .text {
  display: table;
  padding: 0 100px;
  height: 800px;
}

.rooms-list .item:nth-child(2n) .text {
  float: right;
}

.rooms-list .item .text > div {
  display: table-cell;
  vertical-align: middle;
}

.rooms-list .item .text a {
  margin-top: 40px;
}

.rooms-list .wide-container {
  height: 800px;
  width: 100%;
}

.rooms-list .slider {
  padding: 0;
}

/*Paginatore*/
.rooms-list #slides .slides-pagination a {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}

.rooms-list #slides .slides-pagination a.current {
    color: #4B4446;
    background: #4B4446;
}

@media(max-width:1200px){
	.rooms-list .item .text {
		padding: 0 50px;
	}
}

@media(max-width:991px){
	.rooms-list .item .text {
		height: auto;
		padding: 30px;
	}
	.rooms-list .wide-container {
	  height: 600px;
	}
	.rooms-list .item:nth-child(2n) .text {
		float: none;
	}
}

@media(max-width:767px){
	.rooms-list .item .text {
		padding: 20px;
	}
	.rooms-list .wide-container {
	  height: 500px;
	}
}

@media(max-width:500px){
	.rooms-list .wide-container {
	  height: 300px;
	}
}

.price-grid .item {
  background-color: #4B4446;
  color: #FFF;
  text-align: center;
  padding: 25px 10px;
}

.price-grid .item .title {
  display: block;
  font-weight: bold;
}
/* ---------------------------------------------------------------------------------------------- */



/* Caratteristiche risotrante
------------------------------------------------------------------------------------------------- */
.text-image-band.text-features .image {
  height: 600px;
}

.text-image-band.text-features .text {
  height: 600px;
  display: table;
  padding: 0 100px;
}

.text-image-band.text-features .text > div{
  display: table-cell;
  vertical-align: middle;
}

.text-image-band.text-features .text .item {
  margin-bottom: 30px;
}

.text-image-band.text-features .text .item .title {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25px;
}

@media(max-width:1200px){
	.text-image-band.text-features .text {
		padding: 0 50px;
	}
}

@media(max-width:767px){
	.text-image-band.text-features .text {
		height: auto;
		padding: 30px;
	}
	.text-image-band.text-features .text .item .title {
		font-size: 22px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Fascia Servizi
------------------------------------------------------------------------------------------------- */
.services-band {
  background-color: #4B4446;
  padding: 100px 0 50px;
  color: #FFF;
}


.services-band .section-title {
  text-align: center;
}

.services-band .item {
	text-align: center;
	margin-bottom: 50px;
}

.services-band .item .title {
  display: block;
  font-weight: 900;
  font-size: 25px;
}

.services-band .item i {
	font-size: 50px;
	margin-bottom: 15px;
}

@media(max-width:1450px){
	.services-band .item {
		min-height: 200px;
	}
}

@media(max-width:991px){
	.services-band .item {
		min-height: 210px;
	}
	.services-band {
	  padding: 80px 0 30px;
	}
}

@media(max-width:767px){
	.services-band .item {
		min-height: auto;
	}
	.services-band {
	  padding: 50px 0 0;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Spa
------------------------------------------------------------------------------------------------- */
.spa-list .image {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #FFF;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #252525;
  text-align: center;
  padding: 150px 15px;
  font-size: 90px;
  margin-bottom: 100px;
}

.spa-list .text {
  margin-bottom: 100px;
}

@media(max-width:991px){
	.spa-list .image {
		margin-bottom: 50px;
	}
	.spa-list .text {
	  margin-bottom: 50px;
	}
}

@media(max-width:767px){
	.spa-list .image {
		padding: 75px 15px;
		font-size: 40px;
		line-height: 40px;
		background-attachment: unset;
		margin-bottom: 30px;
	}
	.spa-list .text {
	  margin-bottom: 30px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Attività
------------------------------------------------------------------------------------------------- */
.activities-list .item {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.activities-list .item:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}


.activities-list .item .image > div {
	height: 600px;
	background-size: cover;
	background-position: center;
}

.activities-list .item .text {
	margin-top: 50px;
	padding-left: 50px;
}

.activities-list .item .text a {
	margin-top: 20px;
}


@media(max-width:991px){
	.activities-list .item {
	  padding-bottom: 30px;
	  margin-bottom: 30px;
	}
	.activities-list .item .text {
		margin-top: 30px;
		padding-left: 15px;
	}
}

@media(max-width:767px){
	.activities-list .item .image > div {
		height: 450px;
	}
}

@media(max-width:500px){
	.activities-list .item .image > div {
		height: 250px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Offerte ed Eventi
------------------------------------------------------------------------------------------------- */
/*Lista*/
#offer-list .introduction {
    margin-bottom: 30px;
}

#offer-list .item {
    display: block;
    border-bottom: 1px solid #FFF;
	position: relative;
}

#offer-list .item:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#offer-list .item img {
    width: 100%;
}

#offer-list .item .offer-text {
	color: #FFF;
	left: 0;
	position: absolute;
	bottom: 50px;
	width: 100%;
	z-index: 2;
}

#offer-list .item .title{
	display: block;
	font-size: 50px;
	max-width: 700px;
	text-shadow: 1px 1px 2px #252525;
	font-weight: 800;
	line-height: 60px;
}

#offer-list .item .short-description {
    font-size: 25px;
    max-width: 800px;
}

#offer-list .item .more {
	display: inline-block;
	background-color: #FFF;
	border-radius: 5px;
	padding: 15px 30px;
	font-weight: 600;
	margin-top: 15px;
	color: #4B4446;
	font-size: 18px;
	animation-delay: 3.0s;
	animation-duration: 1s;
}

#offer-list .item .more:hover {
    background-color: #4B4446;
	color: #FFF;
}

#offer-list .item .gradient {
    background: rgba(37, 37, 37, 0) linear-gradient(to bottom, rgba(37, 37, 37, 0) 0%, rgba(37, 37, 37, 0.7) 100%) repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 400px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

/*Dettaglio*/
#offer-detail {
    margin-bottom: 100px;
}

#offer-detail img {
    margin-bottom: 20px;
}

@media(max-width: 991px){
	#offer-detail {
		margin-bottom: 50px;
	}
	#offer-list .item .title {
		font-size: 40px;
		max-width: 100%;
		line-height: 45px;
	}
	#offer-list .item .short-description {
		font-size: 22px;
		line-height: 25px;
		max-width: 100%;
	}
}

@media(max-width: 767px){
	#offer-detail {
		margin-bottom: 30px;
	}
	#offer-list .item .offer-text {
		bottom: 0;
		padding: 15px 0;
		position: relative;
	}
	#offer-list .item .title {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 10px;
		color: #0d1724;
		text-shadow: none;
		text-align: center;
	}
	#offer-list .item .more {
		font-size: 20px;
		background-color: #4B4446;
		color: #FFF;
		padding: 5px 10px;
	}
	#offer-list .item .gradient {
		display: none;
	}
	#offer-list .item .short-description {
		color: #5e484a;
		font-size: 20px;
	}
	#offer-detail a.btn {
		display: block;
		padding: 8px 10px;
		margin-top: 10px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Contatti
------------------------------------------------------------------------------------------------- */
.contact-list .item {
  background-color: #4B4446;
  color: #FFF;
  padding: 50px 20px;
  text-align: center;
  min-height: 240px;
}

.contact-list .item i {
  display: block;
  font-size: 50px;
  margin-bottom: 10px;
}

.contact-list .item span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}

.contact-list .item a {
  color: #FFF;
}

.contact-list .item a:hover {
  text-decoration: underline;
}

@media(max-width:767px){
	.contact-list .item {
		min-height: auto;
		margin-bottom: 20px;
		padding: 20px;
	}
}

/*Fascia social*/
.social-band {
  background-color: #4B4446;
  color: #FFF;
  padding: 50px 15px;
  text-align: center;
}

.social-band a {
  display: inline-block;
  background-color: #FFF;
  width: 70px;
  height: 70px;
  margin: 0 10px;
  border-radius: 50%;
  line-height: 70px;
  font-size: 35px;
}

.social-band a:hover {
  background-color: #0d1724;
  color: #FFF;
}

@media(max-width:767px){
	.social-band a {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 27px;
	}
}

/*Modulo Feedback*/
.feedback .header-feedback {
  margin-bottom: 30px;
}

.feedback .form-group {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.feedback .form-group:last-child {
  width: 100%;
}

@media(max-width:767px){
	.feedback .form-group {
		width: 100%;
		padding: 0;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Prenotazione
------------------------------------------------------------------------------------------------- */
.form-prenotation .fields-container {
  margin: 0 -15px;
}

.form-prenotation .form-group {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.form-prenotation .form-group:last-child {
  width: 100%;
}

@media(max-width:767px){
	.form-prenotation .form-group {
		width: 100%;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Form
------------------------------------------------------------------------------------------------- */
.form-control, 
select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	height: 50px !important;
}

textarea.form-control {
	height: auto !important;
}

.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;
}

/*Modale*/
.modal-header .close-btn {
  background-color: #0d1724;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 43px;
  color: #FFF;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  font-size: 20px;
}

.modal-header .close-btn:hover {
  background-color: #4B4446;
  color: #FFF;
}

.saved-info .modal-body {
  padding: 50px;
  text-align: center;
}

/*Validazioni*/
.input-div {
  position: relative;
}

.inputbox .validation-highlight {
  background-image: none !important;
  background-color: #f5f6f7 !important;
  border-color: #AE0000;
}

.inputbox label.validation-error-label {
  background-image: none !important;
  padding:  1px 10px !important;
  background-color: #AE0000 !important;
  color: #FFF !important;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  right: -8px;
  bottom: -12px;
}
/* ---------------------------------------------------------------------------------------------- */