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

/* General
------------------------------------------------------------------------------------------------- */
:root {
	--main-color: #8a6d3b;
	--background-color: #EDE8D5;
	--background-band-color: #fffff6;
}

body {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  background-color: #EDE8D5;
}

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

.btn {
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  padding: 10px 40px;
  margin-top: 30px;
  text-transform: uppercase;
}

.btn:hover {
	background-color: #333;
}

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

.section-title h1,
.section-title h2 {
  font-family: Dancing Script;
  color: var(--main-color);
  margin: 20px 0 35px;
  font-size: 65px;
  line-height: 63px;
}

.section-subtitle {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.no-margin {
	margin-bottom: 0px !Important;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1450px) {
  .container {
    width: 1400px;
  }
}

@media(max-width: 1200px){
	.section {
		margin-bottom: 50px !Important;
	}

	.section-title h1,
	.section-title h2 {
		font-size: 45px;
		margin: 10px 0px;
		line-height: 50px;
	}
}

@media(max-width: 991px){
	.section-title h1,
	.section-title h2{
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 15px;
		margin-top: 2px;
	}

	.no-margin {
		margin-bottom: 0px !Important;		
	}

	.btn {
		margin-top: 15px;
	}
}

@media(max-width: 767px){

	body {
		font-size: 15px;
	}

	.page-content {
		padding: 0px;
	}

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

	.no-margin {
		margin-bottom: 0px !Important;		
	}
	
	.btn {
		padding: 5px 10px;
		margin-top: 10px;
	}

	.section-title h1,
	.section-title h2 {
		font-size: 24px;
		margin: 2px 0px 10px 0px;
		line-height: 25px;
	}

	.section-subtitle {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 6px;
	}

	.section-subtitle br {
		display: none;
	}
}

.modal-header {
	background-color: var(--main-color);
	color: #fff;
	font-family: Dancing Script;
	text-align: center;
}

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

.modal-header .modal-title {
	font-size: 25px;
}

.modal-body {
	text-align: center;
}

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

.modal-footer .btn.btn-primary {
	margin-top: 0px;
}
/* ---------------------------------------------------------------------------------------------- */



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

header.shrink {
	padding: 10px 0;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	top: -40px;
}

header .container {
	position: relative;
}

header .section {
	margin-bottom: 0px !Important;
}

.nav.navbar-nav {
    transition: all 0.4s ease 0s;
    margin-top: 50px;
    float: right;
}

header.shrink .nav.navbar-nav {
	margin-top: 38px;
}
	
.navbar-nav > li > a {
    transition: all 0.4s ease 0s;
    margin: 0px !IMPORTANT;
    color: #333;
}

.navbar-default .navbar-nav > li:last-child {
	display: none;
}

.navbar-default .navbar-nav > li:last-child > a {
	padding-right: 0px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: var(--main-color);
	background-color: transparent;
	font-weight: 600;
}


.navbar-default .navbar-brand span {
	color: #FFF;
	font-family: "Dancing Script";
	font-size: 35px;
	display: block;
	transition: all 0.4s ease 0s;
	margin-top: 20px;
	float: left;
	padding-top: 10px;
	color: var(--main-color);
}

header.shrink .navbar-default .navbar-brand span {
	font-size: 30px;
	margin-top: 27px;
}

.navbar-default {
	background-color: transparent;
	border: 0px;
	margin-bottom: 0px;
}

.navbar-default .navbar-brand {
	display: inline-block;
	float: left;
}

.navbar-default .navbar-brand img {
	height: 70px;
	float: left;
	margin-right: 7px;
}

header.shrink .navbar-default .navbar-brand img {
	height: 50px;
	margin-top: 20px;
}

header.shrink .navbar-default {
	margin-bottom: 0px;
}

.header-sections-container {
  position: absolute;
  right: 30px;
  top: 0px;
  z-index: 2;
}

header.shrink .header-sections-container {
	display: none;
}

.header-sections-container .section {
  margin-bottom: 0 !important;
  display: inline-block;
}

.contacts-header {
  display: inline-block;
  margin-right: 30px;
  margin-top: 13px;
}

.header-sections-container .btn.btn-primary {
	padding: 7px 15px;
	margin-top: 0px;
}

.contacts-header a {
  color: #333;
  font-weight: 300;
  margin-left: 20px;
}

.contacts-header a:hover {
  color: #d4b054;
}

.contacts-header a i {
  color: #FFF;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--main-color);
}

@media(max-width: 1200px){
	.navbar-default .navbar-brand span {
		font-size: 35px;
		margin-top: 35px;
	}

	.navbar-default .navbar-brand img {
		height: 50px;
		margin-top: 15px;
	}

	.navbar-default .navbar-brand span {
		font-size: 27px;
		margin-top: 30px;
	}
}
@media(max-width: 991px){
	header .navbar-default {
		padding-top: 50px;
	}

	.navbar-default .navbar-brand span {
		margin-top: -10px;
	}

	.navbar-toggle {
		background-color: var(--main-color);
		border: 0px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.nav.navbar-nav {
		float: none;
	}

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

	header.shrink .navbar-default {
		margin-top: 0px;
	}

	header.shrink .navbar-default .navbar-brand span {
		margin-top: 0px;
		padding-top: 0px;
		font-size: 24px;
	}

	.navbar-default .navbar-brand img {
		margin-top: -25px
	}

	.navbar-default .navbar-nav > li:last-child {
		display: block;
	}
}

@media(max-width: 767px){
	.header-sections-container {
		display: none;
	}

	header .navbar-default {
		padding: 10px 0px;
	}

	.navbar-default .navbar-brand {
		padding-left: 0px;
	}

	.navbar-default .navbar-brand span {
		font-size: 24px;
	}

	.navbar-toggle {
		margin-right: 0px;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 5px 10px;
	}

	.navbar-default .navbar-brand img {
		height: 50px;
		margin-top: -15px;
	}

	header.shrink .navbar-default .navbar-brand img {
		margin-top: -20px;
	}

	header.shrink {
		top: 0px;
	}

	header.shrink .navbar-default {
		padding: 10px 0px 0px 0px;
	}

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



/* Footer
------------------------------------------------------------------------------------------------- */
footer .section {
	margin-bottom: 0px !Important;
}

footer .col-md-4 {
	padding: 50px 0px 30px 0px;
}

footer .col-md-4 .logo {
	color: #fff;
	font-family:
	"Dancing Script";
	font-size: 55px;
	display: block;
	transition: all 0.4s 
ease 0s;
	margin-bottom: 10px;
	line-height: 59px;
	margin-top: 20px;
	margin-bottom: 30px;
}


footer .col-md-4 .description {
	margin-right: 30px;
}

footer .col-md-4 .item {
	position: relative;
	padding-left: 65px;
	margin-bottom: 15px;
	display: block;
}

footer .col-md-4 .item:hover {
	text-decoration: none;
}

footer .col-md-4 .item .icon {
	background-color: var(--background-color);
	height: 30px;
	width: 30px;
	padding: 5px;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 0px;
	color: var(--main-color);
}

footer .col-md-4 .item .item-label {
	font-family: Dancing Script;
	color: var(--background-color);
	margin-bottom: 0px;
	font-size: 25px;
}

footer .col-md-4 .item a {
	color: #fff;
	display: block;
}

footer .link-footer a {
	border: 1px solid var(--background-color);
	margin-bottom: 15px;
	padding: 20px 30px !important;
	color: #fff;
}

footer .link-footer a:hover {
	background-color: var(--background-color);
	color: var(--main-color);
}

footer .link-footer a .title {
	font-family: Dancing Script;
	color: var(--background-color);
	margin-bottom: 0px;
	font-size: 25px;
}

footer .link-footer a:hover .title {
	color: var(--main-color)
}

footer .link-footer a .icon {
	background-color: var(--main-color);
	color: #fff;
	display: inline-block;
	width: 40px !important;
	height: 40px !important;
	text-align: center;
	padding: 9px !important;
	margin-bottom: 10px;
	position: absolute;
	top: 0px;
	right: 20px;
	font-size: 18px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	left: auto !important;
}

#footer-copyright {
	text-align: center;
	padding-bottom: 20px;
}

#footer-copyright a {
	color: var(--background-color);
}

@media(max-width: 1200px){

	footer .col-md-4 {
		padding-right: 0px;
	}
	
	footer .col-md-4 .logo {
		margin-top: 0px;
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 20px;
	}

	footer .link-footer a {
		padding: 12px 15px !important;
	}
}

@media(max-width: 991px){
	footer .col-md-4 {
		padding-bottom: 0px;
		padding-right: 0px;
	}

	footer .col-md-4 .logo {
		font-size: 30px;
		margin-bottom: 10px;
	}

	footer .col-md-4:nth-child(2) {
		padding-top: 30px;
	}

	footer .col-md-4 .item {
		padding-left: 50px;
	}

	footer .col-md-4 .item .icon {
		left: 0px;
	}

	footer .section:last-child {
		padding-top: 15px;
	}
}

@media(max-width: 767px){
	footer .col-md-4 {
		padding-top: 15px;
	}

	footer .col-md-4 .logo {
		font-size: 24px;
		margin-bottom: 0px;
		line-height: 32px;
	}

	footer .col-md-4 .description {
		margin-right: 0px;
	}

	footer .col-md-4:nth-child(2) {
		padding-top: 15px;
	}

	footer .col-md-4 .item {
		padding-left: 40px;
		margin-bottom: 10px;
	}

	footer .item:last-child {
		margin-bottom: 0px;
	}

	footer .col-md-4 .item .item-label {
		font-size: 18px;
	}

	footer .col-md-4 .item .icon {
		top: 5px;
	}

	footer .link-footer a .title {
		font-size: 18px;
	}

	footer .link-footer a .icon {
		width: 30px !important;
		height: 30px !important;
		top: 0px !important;
		font-size: 15px;
		padding: 4px !IMPORTANT;
	}

	#footer-copyright {
		margin-top: 10px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
/*Slider*/
#slides .overlay {
	background-color: rgba(30,30,30,0.5);
}

#slides .text-container .title {
  display: block;
  font-family: Dancing Script;
  font-size: 100px;
  border-bottom: 0px !important;
}

#slides .text-container .sub-title {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

#slides .text-container a:hover {
  padding: 10px 50px;
  border: 1px solid #333;
}

.slides-navigation {
  margin-top: -40px !important;
}

.intro-section {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.intro-section .section-title {
	padding-right: 50px;
}

.intro-section .description {
	padding-right: 100px;
	margin: 30px 0px 0px;
}

.intro-section .image {
	height: 550px;
}

.intro-section .image img { 
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.restaurant-section .text-column {
	background-color: var(--background-band-color);
	padding: 150px;
	height: 650px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.restaurant-section .text-column .description {
	margin-bottom: 25px;
}

.restaurant-section .image-column {
	position: relative;
	height: 650px;
}

.restaurant-section .image-column img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.activity-home-carousel {
	padding: 0px;
}

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

.activity-home-carousel .item img {
    transition: .3s ease-out;
	position: asbolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.activity-home-carousel .item:hover img {
    transform: scale(1.1,1.1);
}

.activity-home-carousel .item .text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.activity-home-carousel .item .text .title {
    display: block;
    margin-bottom: 5px;
    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 .carousel-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
}

/*Navigazione*/
.owl-carousel.owl-theme.activities-carousel .owl-nav {
    position: absolute;
    width: 100%;
    margin-top: -25px;
    top: 50%;
}

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

.owl-carousel.owl-theme.activities-carousel .owl-nav button.owl-prev {
  	left: 10px;
}

.owl-carousel.owl-theme.activities-carousel .owl-nav button.owl-next {
  	right: 15px;
}

.owl-carousel.owl-theme.activities-carousel:hover .owl-nav button {
  	opacity: 1;
}

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

footer {
	background-color: var(--main-color);
	color: #fff;
}

.book-band {
	background-color: var(--background-band-color);
	padding: 30px 0px;
	color: #777;
}

.book-band .container {
	position: relative;
}

.book-band .title {
	font-family: Dancing Script;
    color: var(--main-color);
	margin-bottom: 10px;
    font-size: 35px;
}

.book-band .btn.btn-primary {
	position: absolute;
	right: 15px;
	top: -10px;
}

@media(max-width: 1450px){
	.restaurant-section .text-column {
		padding-right: 70px;
	}

	.restaurant-section .text-column .description {
		margin-bottom: 0px;
	}

	.intro-section .description {
		padding-right: 50px;
	}
}

@media(max-width: 1200px){
	.activity-home-carousel .item {
		height: 500px;
	}

	.intro-section .description {
		padding-right: 30px;
	}

	.restaurant-section .text-column {
		padding: 70px;
		height: 550px;
	}

	.restaurant-section .image-column {
		height: 550px;
	}

	.intro-section .image {
		height: 500px;
	}
}

@media(max-width: 991px){

	#slides .text-container .title {
		font-size: 80px !Important;
		line-height: 87px;
	}
	
	.book-band .title {
		font-size: 30px;
	}

	.activity-home-carousel .item {
		height: 350px;
	}

	.activity-home-carousel .item .text .title {
		font-size: 23px;
		line-height: 28px;
	}

	.intro-section {
		flex-direction: column;
	}

	.intro-section .col-md-6 {
		padding: 0px;
		margin-bottom: 16px;
	}

	.intro-section .image {
		width: 100%;
		height: 400px;
	}

	.intro-section .description {
		margin-top: 0px;
	}

	.restaurant-section .text-column .description {
		margin-bottom: 0px;
	}

	.restaurant-section .text-column {
		height: auto;
		padding: 30px 45px;
	}

	.restaurant-section .image-column {
		height: 400px;
	}
}

@media(max-width: 767px){

	.home-slider, 
	.home-slider #slides {
		height: 600px !important;
	}

	.home-slider #slides .text-container {
	transform: translatey(-50%);
	margin-top: 0px;
	}

	.home-slider img {
		background-size: cover;
		background-position: right;
		height: 600px !Important;
		width: 880px !important;
		top: 0px !important;
	}

	#slides .text-container .title {
		font-size: 30px !Important;
		line-height: 42px;
	}

	#slides .text-container .sub-title {
		margin-bottom: 0px !Important;
	}
	
	.book-band {
		padding: 15px 0px;
	}
	
	.book-band .title {
		font-size: 22px;
		margin-bottom: 0px;
	}

	.book-band .btn.btn-primary {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 10px;
	}

	.activity-home-carousel .item {
		height: 300px;
	}

	.activity-home-carousel .item .text {
		left: 15px;
		bottom: 15px;
	}

	.activity-home-carousel .item .text .title {
		font-size: 20px;
	}

	.owl-carousel.owl-theme.activities-carousel .owl-nav button {
		height: 35px;
		width: 35px;
		font-size: 12px;
	}

	.intro-section .image {
		width: 100%;
		height: 300px;
	}

	.intro-section .col-md-6 {
		padding: 0px 15px;
	}
	
	.intro-section .description {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-right: 0px;
	} 

	.restaurant-section.row {
		margin: 0px;
	}

	.restaurant-section .image-column {
		height: 300px;
	}

	.restaurant-section .text-column {
		padding: 30px 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Hotel
------------------------------------------------------------------------------------------------- */
.header-image {
	position: relative;
	height: 600px;
	display: flex;
	align-items: flex-end;
}

.header-image .container {
	z-index: 2;
	text-align: center;
	color: #fff;
	padding-bottom: 50px;
}

.header-image:after {
	content: "";
	background-color: rgba(30,30,30,0.55);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.header-image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -1;
}

.header-image h1 {
	color: #fff;
}

.hotel-intro .item .image {
	position: relative;
	height: 500px;
}

.hotel-intro .item .image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hotel-intro .item:nth-child(2) .image {
	float: right;
}

.service-section {
	background-color: var(--background-band-color);
	padding: 100px 0px;
}

.service-section .item {
	background-color: #EDE8D5;
	padding: 50px;
	color: #333;
	margin-bottom: 30px;
}

.service-section .item .service {
    font-family: Dancing Script;
    color: var(--main-color);
    margin: 0px 0px 20px;
    font-size: 34px;
    line-height: 38px;
}

.service-section .item .icon {
	background-color: var(--main-color);
	color: #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 8px;
	margin-bottom: 10px;
	position: absolute;
	top: 0px;
	right: 40px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.gallery-section {
	background-color: var(--background-band-color);
	padding: 100px 0px;
}

.gallery-section .section-subtitle,
.gallery-section .section-title,
.gallery-section .section-body {
	margin: 0 auto;
}


@media (min-width: 768px) {
  .gallery-section .section-subtitle,
  .gallery-section .section-title,
  .gallery-section .section-body {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .gallery-section .section-subtitle,
  .gallery-section .section-title,
  .gallery-section .section-body {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .gallery-section .section-subtitle,
  .gallery-section .section-title,
  .gallery-section .section-body {
    width: 1170px;
  }
}
@media (min-width: 1450px) {
  .gallery-section .section-subtitle,
  .gallery-section .section-title,
  .gallery-section .section-body {
    width: 1400px;
  }
}

.room-section {
	display: flex;
	align-items: center;
}

.room-section .room-carousel .item {
	height: 550px;
	position: relative;
}

.room-section .room-carousel .item img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.room-section .room-carousel .owl-dots {
	position: absolute;
	transform: rotate(270deg);
	top: 50%;
	left: 0px;
}

.room-section .room-carousel .owl-dots .owl-dot span {
	background: #fff !Important;
}

.room-section .text-box {
	padding: 100px 50px;
}

@media(max-width: 1450px){
	.header-image {
		height: 500px;
	}

	.service-section .item {
		padding: 60px 40px 40px 40px;
	}

	.service-section .item .service {
		font-size: 33px;
	}

	.service-section .item .service br {
		display: none;
	}

	.room-section .text-box {
		padding: 50px;
	}

	.room-section .room-carousel .item {
		height: 600px;
	}
}

@media(max-width: 1200px){

	.service-section {
		padding: 50px 0px;
	}
	
	.service-section .item {
		padding: 60px 30px 40px 30px;
	}

	.service-section .item .service {
		font-size: 27px;
	}

	.room-section .text-box {
		padding: 30px;
	}

}

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

	.header-image .container {
		padding-bottom: 30px;
	}

	.service-section {
		padding: 50px 0px;
	}

	.service-section .item {
		padding: 30px;
		min-height: auto;
		height: auto !IMPORTANT;
	}

	.service-section .item .service {
		margin-bottom: 5px;
		font-size: 25px;
	}

	.service-section .col-md-4:last-child .item {
		margin-bottom: 0px;
	}

	.room-section {
		display: block;
	}

	.room-section .room-carousel .item {
		width: 100%;
	}

	.room-section .room-carousel .item img {
		display: block;
	}

	.room-section .text-box {
		padding: 30px 15px 0px 15px;
	}

	.room-section .room-carousel .item {
		height: 450px;
	}

	
	.gallery-section {
		background-color: var(--background-color);
		padding: 50px 0px;
	}
}

@media(max-width: 767px){
	.header-image {
		height: 350px;
	}

	.service-section {
		padding: 30px 0px;
	}

	.service-section .item {
		padding: 15px;
		margin-bottom: 15px;
	}

	.room-section .room-carousel .item {
		height: 300px;
	}

	.service-section .item .icon {
		width: 30px !important;
		height: 30px !important;
		top: 0px !important;
		font-size: 15px;
		padding: 4px ! IMPORTANT;
		right: 30px;
	}

	.service-section .item .service {
		font-size: 18px;
		line-height: 20px;
	}

	.room-section .room-carousel .owl-dots {
		left: -10%;
	}

	.gallery-section {
		background-color: var(--background-color);
		padding: 30px 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Listino Prezzi
------------------------------------------------------------------------------------------------- */
.price-section .intro {
	margin-bottom: 50px;
}

.price-section .item {
	border-bottom: 1px solid #ccc;
	padding: 15px 0px;
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

.price-section .item:last-child {
	border-bottom: 0px;
}

.price-section .item .item-label {
	text-transform: uppercase;
	width: 50%;
	float: left;
	color: var(--main-color);
	font-weight: 600;
}

@media(max-width:991px){
	.price-section .item {
		width: 100%;
		padding: 10px 0px;
		display: flex;
		align-items: center;
	}

	.price-section .item .item-label {
		width: 60%;
	}

	.price-section .intro {
		margin-bottom: 30px;
	}
}

@media(max-width: 767px){
	.price-section .intro {
		margin-bottom: 15px;
	}

	.price-section .item .item-label {
		text-align: lefT;
	}
}

@media(max-width: 450px){

	.price-section .item {
		display: flex;
		flex-direction: column;
		padding: 5px 0px;
	}
	
	.price-section .item .item-label {
	text-align: center;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Dintorni
------------------------------------------------------------------------------------------------- */
.activity-grid .activity-item {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-evenly;
	margin-bottom: 100px;
}

.activity-grid .activity-item:last-child {
	margin-bottom: 0px;
}

.activity-grid .activity-item .col-md-6 {
	height: 550px;
}

.activity-grid .activity-item .text-box {
	padding: 100px 100px 100px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.activity-grid .activity-item:nth-child(2) .col-md-6 {
	float: right;
}

.activity-grid .activity-item .item {
	height: 550px;
	position: relative;
}

.activity-grid .activity-item .item img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.activity-grid .activity-item .owl-dots {
	position: absolute;
	transform: rotate(270deg);
	top: 50%;
	right: 0px;
}

.activity-grid .activity-item .owl-dots .owl-dot span {
	background: #fff !Important;
}

@media(max-width: 1450px) {
	.activity-grid .activity-item .text-box {
		height: 500px;
		padding: 50px;
	}

	.activity-grid .activity-item .col-md-6,
	.activity-grid .activity-item .item {
		height: 500px;
	}
}

@media(max-width: 1200px){

	.activity-grid .activity-item {
		margin-bottom: 30px;
	}
	
	.activity-grid .activity-item .text-box {
		padding: 0px 30px;
	}

}

@media(max-width: 991px){

	.activity-grid .activity-item {
		display: block;
	}
	
	.activity-grid .activity-item .text-box {
		display: block;
		width: 100%;
		height: auto;
		padding: 0px;
		margin-bottom: 30px;
	}

	.activity-grid .activity-item:nth-child(2) .col-md-6 {
		float: none;
	}

	.activity-grid .activity-item {
		padding: 0px;
	}

	.activity-grid .activity-item .col-md-6 {
		padding: 0px;
	}

	.activity-grid .activity-item .col-md-6:nth-child(2){
		height: auto;
	}

	.activity-grid .activity-item .activity-carousel {
		height: 400px;
	}

	.activity-grid .activity-item .activity-carousel .item {
		height: 400px;
	}
}

@media(max-width: 767px){

	.activity-grid .activity-item {
		margin-bottom: 15px;
	}
	
	.activity-grid .activity-item .col-md-6 {
		padding: 0px 15px;
		margin-bottom: 15px;
		height: auto;
	}

	.activity-grid .activity-item .activity-carousel,
	.activity-grid .activity-item .activity-carousel .item {
		height: 300px;
	}

	.activity-grid .activity-item .owl-dots {
		right: -10%;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Contatti
------------------------------------------------------------------------------------------------- */
.contact-section .item {
	background-color: var(--background-band-color);
	padding: 50px;
	color: #333;
	min-height: 200px;
}

.contact-section .item .address {
	line-height: 23px;
}

.contact-section .item a {
	color: #333;
	display: block;
	margin-bottom: 3px;
}

.contact-section .item .icon {
	background-color: var(--main-color);
	color: #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 8px;
	margin-bottom: 10px;
	position: absolute;
	top: 0px;
	right: 40px;
	font-size: 23px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.contact-section .item .title {
	font-family: Dancing Script;
	color: var(--main-color);
	margin: 0px 0px 20px;
	font-size: 34px;
	line-height: 38px;
}

@media(max-width: 1200px){
	.contact-section .item {
		padding: 60px 30px 37px;
	}

	.contact-section .item .title {
		font-size: 30px;
	}
}

@media(max-width: 991px){
	.contact-section .item {
		margin-bottom: 30px;
		padding: 30px;
		min-height: auto;
	}

	.contact-section .col-md-4:last-child .item{
		margin-bottom: 0px;
	}

	.contact-section .item .title {
		font-size: 25px;
		margin-bottom: 5px;
	}
}

@media(max-width: 767px){
	.contact-section .item {
		padding: 15px;
		margin-bottom: 15px;
	}

	.contact-section .item .title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 3px;
	}

	.contact-section .item .icon {
		width: 30px;
		height: 30px;
		font-size: 15px;
		padding: 5px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Prenotazione
------------------------------------------------------------------------------------------------- */
.header-html {
	padding: 30px 0px;
}

.validation-required {
	background: none !Important;
	padding-left: 0px !Important;
}

label {
	font-weight: 400;
}

.legend {
	display: none !Important;
}

.form-prenotation select,
.form-prenotation input {
	 height: 40px !Important;
}

.form-control {
      display: block;
      width: 100%;
      padding: 10px 12px;
      line-height: 1.42857143;
      color: #555;
      background-image: none;
      border-radius: 0;
      border: 0px;
      box-shadow: none;
      border-bottom: 1px solid #ccc;
}

textarea {
	max-width: 100% !Important;
}

.form-group .input-div input,
.form-group .input-div textarea,
.form-group .input-div select{
    max-width: 100% !important;
    background-color: transparent;
}

.form-control:focus {
	box-shadow: none;
	border-color: var(--main-color);
}

.form-control[readonly] {
	background-color: transparent;
}

.googlemap iframe {
	filter: grayscale(1);
}

.inputbox .validation-highlight {
    border-color: rgb(169, 3, 41);
    background: none 0px 0px repeat scroll rgb(255, 240, 240) !important;
}

.input-div {
    position: relative;
}

.inputbox label.validation-error-label {
    bottom: -15px;
    font-size: 10px;
    font-weight: lighter;
    position: absolute;
    right: -5px;
    background: none 0px 0px repeat scroll rgb(169, 3, 41) !important;
    padding: 2px 10px !important;
    color: rgb(255, 255, 255) !important;
}

.input-group {
	width: 10%;
	float: left;
}

.input-group input {
	float: left;
}

.input-group label {
	height: 40px;
	padding-top: 14px;
}

.feedback .fields-container .privacy-field {
	padding: 0px;
}

.feedback .fields-container .privacy-field input {
    float: left;
    max-width: 14px !important;
    height: 14px !important;
}

.feedback .fields-container .privacy-field a {
	color: var(--main-color);
}

.Zebra_DatePicker {
	background-color: var(--main-color) !Important;
	border-color: var(--main-color) !important;
}

.Zebra_DatePicker .dp_daypicker th {
	background-color: var(--background-color) !Important;
	border-color: var(--main-color) !IMPORTANT;
}

.Zebra_DatePicker .dp_daypicker td {
	border-color: var(--main-color) !IMPORTANT;
}

.Zebra_DatePicker td.dp_current {
	color: var(--main-color) !Important;
}

.Zebra_DatePicker td.dp_current:hover {
	color: #fff !Important;
}
/* ---------------------------------------------------------------------------------------------- */

/* Banner Cookie
------------------------------------------------------------------------------------------------- */

.cookie-consents {
	z-index: 99999 !Important;
    line-height: 20px !Important;
}

.cookie-consents a {
	color: var(--yellow-color);
}

.cookie-consents a:hover {
	color: #fff;
}

.cookie-consents .table {
	background-color: transparent;
	color: #fff;
}

.cookie-consents .cookie-buttons a.evidence {
	background-color: var(--main-color) !Important;
}

.cookie-consents .cookie-buttons a.evidence:hover {
	background-color: #fff !Important;
}

input#tct1InputCheckbox {
  height: 13px !important;
}

.cookie-consents .cookie-options .tab-cookie-type-options label {
  color: #FFF;
  font-size: 12px;
}

.change-cookie-consents {
	background-color: var(--main-color) !important;
	color: #FFF !important;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	margin-top: 15px;
}

.view-privacy-policy a,
.view-cookie-policy a {
	color: var(--main-color);
}


.view-privacy-policy strong {
	font-weight: 300;
}

.tab-cookie-type-name,
.table > thead > tr > th{
	font-weight: 300 !Important;
}


@media(max-width: 767px){
	.cookie-consents .banner-intro .banner-description {
		font-size: 10px;
		line-height: 14px;
	}

	.cookie-consents .cookie-buttons a {
		font-size: 10px;
		padding: 5px !Important;
		line-height: 13px;
	}

	.cookie-consents .cookies-details .tab a {
		font-size: 10px;
	}
  
   .cookie-consents .main-change-cookie-consents a {
       line-height: 20px;
   }

	.cookie-consents .cookies-details .cookie-declaration-tab .cookies-table .tab-cookie-type-description {
		font-size: 10px;
		line-height: 12px;
	}
  
    .cookie-consents .cookie-options .tab-cookie-type-options {
       display: inline-block;
       width: 80%;
    }
  
    .cookie-consents .cookie-options {
        padding-right: 80px !important;
    }

	.cookie-consents .cookies-details .cookie-declaration-tab .cookie-type a {
		font-size: 10px;
	}
  
     .cookie-consents .cookie-options .tab-cookie-type-options label {
         padding: 0px;
     }

	.cookie-consents .cookies-details .cookie-declaration-tab .cookies-table .table th, .cookie-consents .cookies-details .cookie-declaration-tab .cookies-table .table td {
		font-size: 10px;
	}
  
    .cookie-consents .cookies-details .last-updated-message {
        line-height: 13px;
   }
}
/* ---------------------------------------------------------------------------------------------- */


