/** custom style **/
p {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: inherit;
    font-family: inherit;
}

.top {
	text-align: right;
	color: #fff;
	padding: 10px 100px;
	background-color: #c0c7aa;
    background-color: transparent;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.top a {
	color: #fff;
	margin-left: 20px;;
}
.top a .icon {
	margin-right: 10px;;
}

.header-style-one .nav-outer {
    float: right;
}

.fixed-header.header-style-one.alternate-two .header-upper {
    top: 45px;
}

.fixed-header .top {
    background: rgba(0, 0, 0, 0.55);
    padding: 10px 15px;
}



.nav-outer .mobile-nav-toggler {
    color: #fff;
}

.quote {
    margin-top: 20px;
    font-family: 'Yeseva One', cursive;
    font-size: 16px;
    font-style: italic;
    color: #83af0b;
}

.quote span {
 font-family: 'La Belle Aurore', cursive;
}


a:hover {
    color: #728557;
}


.preventivo {
    position: fixed;
    top: 100px;
    right: 100px;
    transition: all ease-in-out 1s;
}

.fixed-header  .preventivo {
    right: 50px;
}

/*** 

====================================================================
	Bottom Section
====================================================================

***/

.bottom-section {
	position:relative;
}
/*** 

====================================================================
	header bg
====================================================================

***/

.darkgreenBG {
    background-color: #728557;
    
}

.page-banner.darkgreenBG .inner-container,
.page-banner.lightBG .inner-container {
    padding: 190px 0px 130px;
}
.page-banner.darkgreenBG .image-layer {
    background-size: contain;
}

.page-banner.darkgreenBG .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #728557;
    opacity: 0.00;
}


.page-banner.lightBG .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #171b27;
    opacity: 0.0;
}



/*** 

====================================================================
	APPARTAMENTI
====================================================================

***/

.appartamentopreviewsimbol {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 300px;
    opacity: 0.3;
    z-index: 0;
}

.room-single .upper-box {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
    z-index: 10;
}


.room-single .details-box .info li img {
    max-width: 32px;
    margin-right: 5px;
}


/*** 

====================================================================
	SERVIZI
====================================================================

***/

.icon-box img {
    max-width: 64px;
    margin-bottom: 15px;
}



.service-item {
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
    padding: 20px;
}


.package-details .lower-images .image-block .cap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(192, 207, 188,0);
    text-align: right;
    color: #ffffff;
}

.package-details .lower-images .image-block .cap .txt {
    position: absolute;
    left: 0;
    top: 32%;
    width: 100%;
    padding: 0px 40px;
    font-size: 30px;
    line-height: 1.1em;
    font-family: 'Yeseva One', cursive;
}


.main-footer input::-webkit-input-placeholder { /* Edge */
    color: #fff !important;
  }
  
 .main-footer input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
  }
  
  .main-footer input::placeholder {
    color: #fff !important;
  }
  
  .room-block-two .lower-box .pricing .price {
        line-height: 32px;
    }

  .owl-carousel .owl-item .price img  {
    float: left;
    width: 32px;
    margin-right: 10px;;
  }

  .offers-section-two .bg-carousel-box .image-layer {
    background-position: center top;
}

.room-block-four .content-box h4 {
    position: relative;
    margin-bottom: 0;
}
/*** 

====================================================================
	GALLERY
====================================================================

***/
.filter-gallery .filters li {
    padding: 10px;
}
.filter-gallery .filters .filter.active, .filter-gallery .filters .filter.current {
    color: #fff;
    background: #669933;
}
/*** 

====================================================================
	RESPONSIVE
====================================================================

***/

/** menù mobile **/
.mobile-menu .navigation li > a {
    text-transform: uppercase;
}
.mobile-menu .navigation li ul li > a {
    font-size: 15px;
    text-transform: inherit;
}

.mobile-menu  li.dropdwon ul {
    background-color: #222;
}


@media only screen and (max-width: 1499px) {
    .header-style-one.alternate-two.light .header-upper,
	.fixed-header.header-style-one.alternate-two.light .header-upper {
		top: 45px;
		background: transparent;
	}
    .top {
        padding: 10px 50px;
    }
    .preventivo {
    	right: 50px;	
	}
}

@media only screen and (max-width: 1199px) {
    .top {
        padding: 10px 15px;
    }

    .dotted-pattern, .tri-pattern {
        display: block;
    }
    .preventivo, .fixed-header  .preventivo {
    	right: 15px;	
	}
}

@media only screen and (max-width: 1199px) {
    .package-details {
        padding-top: 80px;
        padding-bottom: 40px;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1070px) {
    .main-menu .navigation > li {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-carousel .content-box .inner {
        margin: 0 auto;
    }
    .banner-four .banner-carousel .content-box {
        margin-top: 100px;
    }
    .nav-outer .mobile-nav-toggler {
        margin: 10px 0px 0px;
    }

    .header-style-one .header-upper .logo-box {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .kw_section__item.kw_section__item_dates,
    .kw_block.kw_form_occ__details,
    .kw_block.kw_form_occ__rooms.kw_form_occ__rooms--with_value {
        display: none;
    }
    .kw_theme_dark .kw_book_button .kw_block {
        padding: 15px 50px;
    }
    .kw_block__head {
        font-size: 16px;
        line-height: 12px;
    }
    .main-footer {
        margin-bottom: 80px;
    }

    .fixed-header .hidden-sticky {
        display: none;
    }

    .featured-section-two .image-block .cap .txt {
        position: absolute;
        left: 0;
        top: 32%;
        width: 100%;
        padding: 0px 40px;
        font-size: 25px;
        line-height: 1.1em;
        font-family: 'Yeseva One', cursive;
    }
    .main-footer .footer-bottom .copyright {
        text-align: center;
        margin-bottom: 10px;
    }

    .offers-section-two {
        padding-top: 100%;
        min-height: auto;
    }

    .offers-section-two .carousel-box .text {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .offers-section-two .carousel-box .link-box {
        padding-top: 0;
    }

    .package-details .lower-images .image-block .cap .txt {
        left: 0;
        top: 20%;
        width: 100%;
        padding: 0px 20px;
        font-size: 18px;
    }

    .page-banner.darkgreenBG .inner-container, .page-banner.lightBG .inner-container {
        padding: 160px 0px 90px;
    }
}

@media only screen and (max-width: 567px) {
    .top a {
        font-size: 0.8em;
        margin-left: 10px;;
    }
    .top a .icon {
        margin-right: 5px;;
    }
    .btn-style-small.preventivo .btn-title {
    	padding: 7px 12px;
    	font-size: 12px;
	} 
}
