/*
Theme Name: Ticyweb
Theme URI: ticyweb.ch
Author: Ticyweb
Author URI: https://ticyweb.ch
Description: Custom Wordpress Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ticyweb
*/


/* MISCEL */
.carousel-item {
    transform-style: preserve-3d;
}

.ticy-main{
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.container{
	max-width: 1320px;
    padding-right: 20px;
    padding-left: 20px;
}

.fs-20{
    font-size: 20px;
}

.secondary-title h4{
    font-size: 30px;
    font-weight: 700;
}

.short-separator{
    width: 100px;
    height: 2px;
    background-color: rgba(239,16,15,1) !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* text field */

.wpcf7-form label{
    display: block;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"], input[type="email"], input[type="text"], input[type="file"], input[type="tel"], select, textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    border-radius: 0px !important;
    display: block;
    width: 100%;
    outline: unset;
    line-height: 1.5em;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #212529;
    background-image: none;
    border-left: 2px solid #d104046e;
    border-bottom: 2px solid #d104046e;
    border-top: 2px solid #e3e3e3b3;
    border-right: 2px solid #e3e3e3b3;
    margin-top: 10px;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #d10404;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
}
select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {
    border: 1px solid #f9f7f3;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
input[type="submit"] {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;;
    text-transform: uppercase;
    background: #d10404;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}
.alert-success {
    background: transparent;
    color: #666;
    border: 1px solid #d10404;
    border-radius: 0px;
}

.footer .wpcf7-email{
    background-color: #fff;
    margin-bottom: 0px;
}

.footer .wpcf7-not-valid-tip{
    position: absolute;
}

.footer .wpcf7-list-item{
    margin-left: 0px;
}

.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #d10404;
}

.newsletter-form p{
    display:inline-block;
}

.newsletter-form input:not(.wpcf7-submit){
    padding-left:15px;
    max-width: 250px;
}

.newsletter-form .wpcf7-spinner{
    display: none;
}


.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-left {
    float: left;
}

body,
a,
span,
p,
button {
    font-family: 'Almarai', sans-serif;
}

a{
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Almarai', sans-serif;
}

button {
    transition-property: color, background-color, border-color !important;
    transition-duration: 0.2s !important;
    transition-timing-function: linear !important;
}

.custom-button:hover {
    color: #000000 !important;
    cursor: pointer;
}

.bg-cream {
    background: #faf8f5;
}

.bg-blck {
    background: #222;
}

.bg-gray {
    background: #fff1f1;
    /*background: #DBDBDB;*/
}

.bg-white{
    background: #fff;
}

.bg-gray a
.bg-gray div {
    color: #222;
}

.sezione-about{
    padding-top: 60px;
    padding-bottom: 60px;
}

.side-button-column{
    position: relative;
}

.side-button-column .butn-dark{
    position: absolute;
    bottom: 50px;
    right: 20px;
}

/* SERVIZI */

#services .read-more-button{
    color: #fff;
    background-color: #d10404;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

#services .read-more-button:hover{
    background-color: #333;
}

.subheading-text{
    font-weight: 700;
    letter-spacing: 2px;
    color: #d10404;
}

.section-title{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 36px !important;
}

#services .service-column p{
    margin-bottom: 2rem;
}

#services .container {
    padding-top: 70px;
    padding-bottom: 60px;
}

#services{
	background-color: #f2f2f2;
}

#services .service-image img{
    transition: 1.3s;
}

#services .service-image {
    overflow: hidden;
}

#services .service-image img:hover{
    transform: scale(1.15);
    cursor:pointer;
}

#services .service-icon{
	margin-bottom:20px;
}

#services .service-title{
	margin-bottom:20px;
	font-size:1.5rem;
    font-weight: 600;
}

#services .column-wrapper{
	padding: 40px 30px 36px 40px;
    	background-color: #fff;
}

#services .bg-filled .column-wrapper{
    background-color: #d10404;
    color: #fff;
    height: 100%;
}

#services .bg-filled .service-title{
    font-size: 42px;
}

#services .bg-filled .read-more-button{
    bottom: 0;
    position: absolute;
    margin-bottom: 40px;
    color: #333;
    background-color: #f3f3f3;
    padding: 15px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    transition: 0.3s;
    font-family: 'Almarai', sans-serif;
}

#services .service-column{
	transition: all 300ms linear 0ms;
	-webkit-transition: all 300ms linear 0ms;
}

#services .service-column:hover{
	transform: translate(0,-10px);
	/*box-shadow: 0 5px 83px rgb(40 40 40 / 14%);
	-webkit-box-shadow: 0 5px 83px rgb(40 40 40 / 14%);*/
}

#service .container{
	padding-top:90px; 
	padding-bottom:90px;
}

#service .service-text p{
	line-height: 1.8;
	margin-bottom: 30px;
}

/* POSTS */
.post-featured-image img{
    max-width: 100%;
    object-fit: scale-down;
    width: 100%;
    object-fit: cover;
    max-height: 500px;
}

.related_post_thumbnail{
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.related_post_column a{
    color:#222;
}

.related_post_column a:hover,
.single-post a{
    color:#d10404;
}

.category{
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 3px;
    color: #000;
}

.news .image-wrapper{
    height: 520px;
}

.news .image-wrapper img{
    max-height: 520px;
    height: 100%;
    object-fit: fill;
}



/* HEADER */

#header-wrapper {
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
}

#header-wrapper.sticky {
    position: fixed;
}

.logo_image {
    max-width: 310px;
}

.current_item a{
    color: #d10404 !important;
}

.booking-button-nav-item{
	margin-top:5px;
}

.primary-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.secondary-header {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #d10404;
}

.secondary-header li{
    display: inline-block;
    color: #fff;
}

.secondary-header {
    color: #fff;
}

.secondary-header a{
    color: #fff;
    text-decoration:none;
}

.secondary-header .contact-info{
	padding-left:0px;
	margin-bottom: 0px;
}

.secondary-header .social{
	padding-left:0px;
	margin-bottom: 0px;
}

.secondary-header .social-item{
	margin-left:15px;
}

.secondary-header a.social-link:hover{
	color: #fff !important;
}

.secondary-header .contact-info-item{
	font-size: 14px;
	line-height: 16px;
    margin-right: 0px;
}

.secondary-header .contact-info-item:nth-child(1) {
    margin-right: 20px;
}

.language-switch {
    text-align: right;
}

#main-menu {
    padding-right: 0px;
}

.main-menu-container {
    padding-right: 0px !important;
	padding-left:0px !important;
}

/* CAROUSEL */

@media (min-width: 1200px) {
#camera-slider .carousel-control-next{
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.6));
    opacity: 1;
    transition: all 500ms ease;
}

#camera-slider .carousel-control-prev{
    background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.6));
    opacity: 1;
    transition: all 500ms ease;
}


.carousel-control-prev,
.carousel-control-next{
    opacity: 1;
}


.carousel-control-next-icon,
.carousel-control-prev-icon{
    border: 1px solid white;
    padding: 22px;
    background-size: 80% 80%;
    opacity: 1;
    transition: all 500ms ease;
}

.carousel-control-next:hover .carousel-control-next-icon,
.carousel-control-prev:hover .carousel-control-prev-icon{
    opacity: 1;
}
}


/* -------- SLIDERS -------- */

.slider-container {
    padding-top: 0px;
}

.slide-subtitle{
    text-align: center;
    font-size: 20px;
}

@media screen and (min-width: 1200px) {
    .slide-subtitle{
        text-align: center;
        font-size: 28px;
    }
}

.slide-content {
    text-align: left;
    color: #fff;
}

.slide-text{
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.slide-content h1 {
    font-size: 62px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 2rem;
}

#hero-slider .slide-1.has-overlay:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
}

#hero-slider .carousel-item.slide-1{
    background-image: url("/wp-content/uploads/2023/07/IMG-20160225-WA0046.jpg");    
    background-size: cover;
    background-position: center;
}

#hero-slider .carousel-item.slide-2{
    background-image: url("/wp-content/uploads/DSC_0019-banner-homepage-2560.compress.jpg");    
    background-size: cover;
    background-position: center;
}

#hero-slider .carousel-item.slide-3{
    background-image: url("/wp-content/uploads/DSC_0015-banner-homepage-compress.jpg");    
    background-size: cover;
    background-position: center;
}

#hero-slider .carousel-item.slide-4{
    background-image: url("/wp-content/uploads/DSC_0493-banner-homepage-compress.jpg");    
    background-size: cover;
    background-position: center;
}

#hero-slider .carousel-item.slide-5{
    background-image: url("/wp-content/uploads/STD-2T-A-banner-homepage-compress.jpg");    
    background-size: cover;
    background-position: center;
}

#hero-slider .carousel-item.slide-6{
    background-image: url("/wp-content/uploads/DSC_0218-banner-x2560-overlay80-compress.jpg");    
    background-size: cover;
    background-position: center;
}

#hero-slider .carousel-item.slide-7{
    background-image: url("/wp-content/uploads/Reception_01-x2560-overlay.jpg");    
    background-size: cover;
    background-position: center;
}


#room-list-slider,
#room-list-slider .carousel-item,
#contact-slider,
#contact-slider .carousel-item,
#about-slider,
#about-slider .carousel-item,
#attivita-slider,
#attivita-slider .carousel-item,
#post-slider,
#post-slider .carousel-item
{
    min-height: 250px;
    max-height: 250px;
}

#hero-slider,
#hero-slider .carousel-item {
    max-height: 480px;
    min-height: 480px;
}

#intro-slider,
#intro-slider .carousel-item{
    max-height: 280px;
    min-height: 280px;
}

#referenze-slider,
#referenze-slider .carousel-item{
    max-height: 280px;
    min-height: 280px;
}


#room-list-slider .carousel-item.slide-1{
    background-size: cover;
    background-position: center;
}

#referenze-slider .carousel-item.slide-1{
    background-size: cover;
    background-position: center;
}

#contact-slider .carousel-item.slide-1{
    background-size: cover;
    background-position: center;
    background: url("/wp-content/uploads/2023/07/IMG-20160223-WA0049.jpg");
}

#attivita-slider .carousel-item.slide-1{
    background-size: cover;
    background-position: center;
}

#post-slider .carousel-item.slide-1{
    background-size: cover;
    background-position: center;
}

#about-slider .carousel-item.slide-1{
    background-size: cover;
    background-position: center;
}

#room-list-slider .slide-content-container,
#contact-slider .slide-content-container,
#about-slider .slide-content-container,
#attivita-slider .slide-content-container,
#post-slider .slide-content-container,
#hero-slider .slide-content-container,
#intro-slider .slide-content-container {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0;
    transform: translateY(-50%);
    z-index: 1;
}

/* -------- RESPONSIVE SLIDERS -------- */

@media screen and (min-width: 768px) {
    #room-list-slider,
    #room-list-slider .carousel-item{
        min-height: 300px;
        max-height: 300px;
    }
    #room-list-slider .carousel-item.slide-1{
        background-size: cover;
    }
}

@media screen and (min-width: 1024px) {
    #room-list-slider .carousel-item.slide-1{
        background-size: contain;
    }
}

@media screen and (min-width: 1900px) {
    #room-list-slider,
    #room-list-slider .carousel-item,
    #contact-slider,
    #contact-slider .carousel-item,
    #about-slider,
    #about-slider .carousel-item,
    #attivita-slider,
    #attivita-slider .carousel-item,
    #post-slider,
    #post-slider .carousel-item{
        min-height: 400px;
        max-height: 400px;
    }
    #hero-slider,
	#hero-slider .carousel-item {
    		max-height: 720px;
    		min-height: 720px;
	}
	#intro-slider,
	#intro-slider .carousel-item{
    		max-height: 350px;
    		min-height: 350px;
	}
    #room-list-slider .carousel-item.slide-1,
    #contact-slider .carousel-item.slide-1,
    #about-slider .carousel-item.slide-1{
        background-size: cover;
        background-position: center;
    }
}


/* CONTACT PAGE - PAGINA CONTATTI */
#sezione-contatti{
    padding-top: 70px;
    padding-bottom: 50px;
}

.contact-element-icon{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-element-content{
    padding-top: 30px;
}


/* FOOTER */

.footer a{
	color: #f1f1f1;
	text-decoration: none;
}

.footer {
    color: #a3a3a3;
}

.footer-column-title{
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}

.footer ul#menu-menu-principale{
    list-style: none;
    padding-left: 0px;
}

.footer ul#menu-menu-principale li {
    position: relative;
}

.footer ul#menu-menu-principale li a{
	color: #222;
    transition: all 500ms ease;
}

.footer ul#menu-menu-principale li:hover a{
	color: #d10404;
}

.footer ul#menu-menu-principale li.current_page_item a{
    color: #d10404;
}

.footer ul#menu-menu-principale a:hover,
.footer ul#menu-menu-principale li.current_page_item a{
    padding-left: 15px;
}

.footer ul#menu-menu-principale a:before {
    position: absolute;
    top: 55%;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: #d10404;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer .widget-title{
    margin-bottom: 20px;
}

.footer ul#menu-menu-principale a:hover:before,
.footer ul#menu-menu-principale li.current_page_item a:before{
    opacity: 1;
}

.footer.standard {
    background-color: #171717;
    padding: 70px 0px 50px 0px;
}

.footer .wpcf7-form-control{
    margin-left: -2px;
}

.footer.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 200;
    font-size: 14px;
    background-color: #171717;
    color: #fff;	
}

.widget-title h4 {
    font-weight: 300;
	color: #d10404;
	font-size: 24px;
	margin-top: 10px;
    margin-bottom: 20px;
}

.textwidget p {
    font-weight: 300;
}

@media (max-width: 1200px) {
    .footer-container {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
	.container-spacing{
	        padding-left: 1.5rem !important;
        	padding-right: 1.5rem !important;
	}
}

@media (max-width: 1920px) {
	.dynamic-full-width-image{
		height:100%;
		object-fit:none;
	}
}


#services-accordion a{
    color: #d10404;
}

/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
    position: relative;
      padding: 0;
  }
  .accordion-box .block {
    position: relative;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .accordion-box .block.active-block {
    background-color: #fff;
  }
  .accordion-box .block:last-child {
    margin-bottom: 0;
  }
  .accordion-box .block .acc-btn {
      position: relative;
      font-size: 20px;
      line-height: 27px;
      font-weight: 400;
      cursor: pointer;
      padding: 20px 40px;
      padding-right: 60px;
      color: #222;
      transition: all 500ms ease;
      font-family: 'Montserrat', sans-serif;
  }
  .accordion-box .block .acc-btn .count {
    color: #d10404;
    padding-right: 3px;
  }
  .accordion-box .block .acc-btn:before {
    position: absolute;
      right: 35px;
      top: 20px;
      height: 30px;
      font-size: 14px;
      font-weight: normal;
      color: #d10404;
      line-height: 30px;
      content: "\e61a";
      font-family: "Themify";
      transition: all 500ms ease;
  }
  .accordion-box .block .acc-btn.active {
    background-color: #fff;
      color: #d10404;
  }
  .accordion-box .block .acc-btn.active:before {
    color: "Themify";
    content: "\e622";
  }
  .accordion-box .block .acc-content {
    position: relative;
    display: none;
  }
  .accordion-box .block .content {
    position: relative;
      padding: 0px 40px 30px;
      background-color: #fff;
      color: #666;
  }
  .accordion-box .block .acc-content.current {
    display: block;
  }
  .accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
  }

/* ======= Rooms Page style ======= */

.rooms-page h6 {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #222;
}
/* page list */
.page-list {
    position: relative;
    display: block;
}
.page-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.page-list li+li {
    margin-top: 10px;
}
.page-list-icon {
    display: flex;
    align-items: center;
}
.page-list-icon span {
    font-size: 18px;
    color: #d10404;
}
.page-list-text {
    margin-left: 15px;
}
.page-list-text p {
    font-size: 15px;
    margin: 0;
}
/* owl-nav next and prev */
.rooms-page .owl-nav {
    position: absolute;
    bottom: 3%;
    left: 12%;
}
.rooms-page .owl-prev {
    float: left;
}
.rooms-page .owl-next {
    float: right;
}
.rooms-page .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.rooms-page .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #b19777;
    color: #b19777;
}
@media screen and (max-width: 768px) {
    .rooms-page .owl-nav {
        display: none;
    }
}

/* line animation */
.card .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 12px;
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
    margin-bottom: 10px;
}

.card:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

/* ======= Facilties style ======= */
.facilties .single-facility {
    background: transparent;
    padding: 30px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    border: 1px solid #f1eeeb;
}
.facilties .single-facility h5 {
    font-size: 21px;
    color: #222;
    margin-bottom: 10px;
}
.facilties .single-facility:hover h5 {
  color: #222;
  -webkit-transition: .5s;
  transition: .5s;
}
/*
.facilties .facility-shape:hover span {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
*/
.facilties .single-facility span {
  font-size: 45px;
  color: #d10404;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}
.facilties .single-facility p {
    margin: 0;
    color: #666;
}
.facilties .single-facility .facility-shape {
    position: absolute;
    opacity: 0.02;
    z-index: -1;
    bottom: 15px;
    left: 120px;
}
.facilties .single-facility .facility-shape span {
  font-size: 140px;
  color: #222;
}
/* hr */
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.25);
}
/* room facilities */
.room-facilities .wrap {
    background: #222;
    padding: 30px;
}
.room-facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.room-facilities ul li {
  color: #666;
  font-size: 15px;
  padding-bottom: 10px;
}
.room-facilities ul li i {
    margin-right: 10px;
    color: #d10404;
    font-size: 20px;
}


/* ======= Services style ======= */
.services .img {
    position: relative;
    overflow: hidden;
}

.services .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services .row{
    margin:0px !important;
    flex-basis: 100%;
    flex-grow: 0;
}

.services .row .col-md-6{
    flex-basis: 50%;
    flex-grow: 0;
}



@media screen and (max-width: 767px){
    .services .row .col-md-6 {
        flex-basis: unset;
    }
    .mobile-order-2{
        order:2;
    }
}

.services .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.services .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    object-fit: contain;
}
.services .content {
  width: 100%;
  padding: 40px;
}
.services .content .date {
  display: table-cell;
  position: relative;
  width: 80px;
  z-index: 2;
}
.services .content .date h3 {
    font-size: 65px;
    font-weight: 500;
    color: #d10404;
    margin-bottom: 0px;
}
.services .content .date h6 {
    color: #666;
    letter-spacing: 2px;
    font-size: 10px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.services .content .cont {
  display: table-cell;
  vertical-align: middle;
}
.services .content .cont h4 {
    margin: 0 0 10px 0;
    font-size: 32px;
    color: #222;
    font-weight: 400;
    line-height: 1.5em;
}
.services .content .cont .more {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d10404;
  padding-left: 40px;
  position: relative;
}
.services .content .cont .more:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #d10404;
  position: absolute;
  top: 50%;
  left: 0px;
}
.services .content .cont .more:hover {
   color: #222; 
}
.services .content .info h6 {
    font-size: 15px;
    letter-spacing: 3px;
    color: #666;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.services .content .info .tags {
  color: #d10404;
}
@media screen and (max-width: 991px) {
    .services .content .cont h4 {
        line-height: 1.25em;
    }
    .order2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
    .order1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }  
}
@media screen and (max-width: 480px) {
    .services .content .date {
    width: 60px;
  }
    .services .content .info .tags {
    margin: 5px 0 0;
  }
    .services .content .date h3 {
    font-size: 40px;
  }
}


/* ======= Rooms 2 style  ======= */

.rooms2 {
    position: relative;
    margin-bottom: 60px;
}

.rooms2 figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}
.rooms2.left figure {
    margin-left: 0;
    margin-right: auto;
}
.rooms2 figure img{
    transition: all 0.5s;
}
.rooms2 figure img:hover {
    transform: scale(0.98);
}
.rooms2 .caption {
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 4% 4% 4% 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.rooms2.left .caption {
    left: auto;
    right: 0;
    background: #fff;
    padding: 4% 0 4% 4%;
}


.rooms2 .caption.padding-left {
    padding-left: 4%;
}

.rooms2.left .caption.padding-left {
    padding-right: 4%;
}


.rooms2 .caption h2,
.rooms2 .caption h2 a {
    font-size: 35px;
    color: #222;
    margin-bottom: 10px;
}
.rooms2 .caption h3,
.rooms2 .caption h3 a {
    font-size: 20px;
    color: #d10404;
    margin-bottom: 0px;
}
.rooms2 .caption h3 span {
    font-size: 15px;
    color: #666;
    font-family: 'Barlow', sans-serif;
}
.rooms2 .caption h6 {
    display: inline-block;
    color: #666;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.rooms2 .caption .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.rooms2 .caption .info-wrapper .more {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}
.rooms2 .caption .info-wrapper .more i {
    color: #666;
    font-size: 10px;
}
.rooms2 .caption .info-wrapper .date {
    color: #222;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    background: transparent;
    border: 1px solid #d10404;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 3px 12px;
}
.rooms2 .caption .info-wrapper .date:hover {
    background: transparent;
    border: 1px solid #222;
    color: #222;
}
.rooms2 .link-btn{
    color:#333;
}


@media (max-width: 991.98px) {
    .rooms2 figure {
        width: auto;
        margin: 0;
    }
    .rooms2 .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px 20px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
/* hr style */
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
}
hr.border-1 {
    border-top: 1px solid rgba(141, 34, 34, 0.7);
}
hr.border-2 {
    border-top: 1px solid rgba(141, 34, 34, 0.7);
}
/* button link */
.link-btn {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
}
.link-btn i {
    margin-left: 3px;
    font-size: 15px;
    color: #d10404;
}
.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #d10404;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}
.link-btn:hover::before {
    width: 100%
}
/* reservation button */
.reservations {
    display: flex;
    align-items: center;
}
.reservations .icon {
    position: relative;
    top: 3px;
}
.reservations .icon span {
    font-size: 35px;
    color: #d10404;
}
.reservations .icon.color-1 span {
    font-size: 35px;
    color: #fff;
}
.reservations .text {
    margin-left: 10px;
}
.reservations .text p {
    font-size: 15px;
    margin: 0;
    
}
.reservations .text a {
    font-size: 24px;
    color: #8e6d45;
    letter-spacing: -1px;
}
.reservations .text a.color-1 {
    color: #fff;
}
/* ======= Buttons style ======= */
/* dark */
.butn-dark {
    position: relative;
    line-height: 1.2em;
}
.butn-dark a {
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #d10404;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 2px;
}
.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #222;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark a span {
    position: relative;
    z-index: 2;
}
.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-dark a:hover span {
    color: #fff;
}
/* light */
.butn-light {
    position: relative;
    line-height: 1.2em;
}
.butn-light a {
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 12px 20px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    border: 1px solid rgba(255,255,255,0.5);
}
.butn-light a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.butn-light a span {
    position: relative;
    z-index: 2;
}
.butn-light a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-light a:hover span {
    color: #222;
}


/* dark2 */
.butn-dark2 {
    position: relative;
    line-height: 1.2em;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #d10404;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}
.butn-dark2:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #222;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark2 span {
    position: relative;
    z-index: 2;
}
.butn-dark2:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-dark2:hover span {
    color: #fff;
}
/* light2 */
.butn-light2 {
    position: relative;
    line-height: 1.2em;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 12px 20px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    border: 1px solid rgba(255,255,255,0.5);
}
.butn-light2:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.butn-light2 span {
    position: relative;
    z-index: 2;
}
.butn-light2:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-light2:hover span {
    color: #222;
}

/* ======= Helper style ======= */
.mt-0 {
    margin-top: 0 !important;
  }
  .mt-15 {
    margin-top: 15px !important;
  }
  .mt-20 {
    margin-top: 20px !important;
  }
  .mt-30 {
    margin-top: 30px !important;
  }
  .mt-60 {
    margin-top: 60px !important;
  }
  .mt-90 {
    margin-top: 90px !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .pt-90 {
    padding-top: 90px !important;
  }
  .pt-60{
    padding-top: 60px !important;
  }
  .pb-90 {
    padding-bottom: 90px !important;
  }
  .pb-60 {
    padding-bottom: 60px !important;
  }
  .no-padding {
    padding: 0 !important;
  }
  
  /* important */
  .o-hidden {
      overflow: hidden;
  }
  .position-re {
      position: relative;
  }
  .full-width {
      width: 100%;
  }
  .bg-img {
      background-size: cover;
      background-repeat: no-repeat;
  }
  
  .bg-position-bottom {
      background-position: bottom;
  }
  .bg-position-top {
      background-position: top;
  }
  
  .bg-position-center {
      background-position: center;
  }
  
  .bg-fixed {
      background-attachment: fixed;
  }
  .pattern {
      background-repeat: repeat;
      background-size: auto;
  }
  .bold {
      font-weight: 600;
  }
  .count {
      font-family: 'Montserrat', sans-serif;;
  }
  .valign {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* -webkit-box-align: center; */
      -ms-flex-align: center;
      align-items: center;
  }
  .v-middle {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
  }
  .v-bottom {
      position: absolute;
      width: 100%;
      bottom: 5%;
      left: 0;
      -webkit-transform: translate(0%, -5%);
      transform: translate(0%, -5%);
  }
  .js .animate-box {
      opacity: 0;
  }



/* MENU */

.header-booking-button{
	background-color: #d10404;
	padding: 12px 30px 12px 30px;
	color: #fff;
	margin-left:20px;
	border: 0px;
	border-radius: 4px;
	font-size:14px;
	text-decoration:none !important;
}

.header-booking-button:hover{
	color: #fff !important;
	text-decoration:none !important;
}

.filled-button{
	background-color: #d10404;
	padding: 14px 30px 15px 30px;
	color: #fff;
	border: 0px;
	border-radius: 4px;
	font-size:14px;
	text-decoration:none !important;
    transition: 0.3s;
}

.filled-button:hover{
	color: #fff !important;
	text-decoration:none !important;
    background-color: #333;
}

.navbar{
    height: 100%;
}

.navbar-collapse{
	background-color: rgb(255, 255, 255);
    	z-index: 2;
    	width: 100%;
}

.navbar-collapse .nav-item{
	border-bottom: 1px solid #e1e1e1;
}

.navbar-toggler {
    margin-top: 5px;
    margin-right:20px;
    border:0px !important;
}

.nav-item {
    transition-duration: 2s;
    transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
    margin-left: 10px;
}

@media (max-width: 1200px) {
    .nav-item {
        margin-left: 0px;
    }
    .header-logo {
        padding-left: 13px !important;
    }
    #main-menu {
        width: 100%;
    	padding-right: 0px;
    	padding-left: 0px;
    }
    .language-switch {
        padding-right: 25px !important;
    }
    .sezione-servizi {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .navbar-collapse{
        	margin-top: 35px;
    }
    .navbar {
        padding: 0px !important;
    }
    .navbar-nav {
        padding-top: 0px;
    }
    .nav-link{
    	padding-left: 1.5rem !important; 
    }
    .logo_image {
        
    }
    #hero-slider,
    #hero-slider .carousel-item {
        max-height: 250px;
        min-height: 250px;
    }
    .slide-content h1 {
        font-size: 32px;
    }
    #main-menu {
        position: absolute;
        z-index: 9999999;
        left: 0px;
        top: 60px;
    }
    .primary-header {
        padding-bottom: 15px;
    }
    .room-price-column{
	    margin-top:40px !important;
	    padding-left: 1rem !important;
    	padding-right: 1rem !important;
    }
    .booking-button-nav-item{
    	padding-top:20px;
	    padding-bottom:20px;
	    margin-top:0px;
    }	
}

@media (min-width: 1200px) {
	.navbar-collapse .nav-item {
		border:0px;
	}
    .rooms2 {
        margin-bottom: 80px;
    }
}

.nav-link {
    color: #595959 !important;
    font-family: 'Almarai', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    transition: 0.6s;
}

.language-switch a {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-decoration: none;
    padding-left: 18px;
}

.nav-item:hover .nav-link {
    color: #fe0000 !important
}

.dropdown-menu {
    border-radius: 0px !important;
    border: 0px !important;
    transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1), transform calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
    transition-duration: 2s;
}


/* ELEMENTS */

.sezione-valori .content-box-icon span {
    font-size: 54px;
    color: #d10404;
}

.sezione-valori .content-box-wrapper {
    text-align: center;
}

.sezione-valori .content-box-icon {
    margin-bottom: 20px;
}

.sezione-valori .content-box-content h3 {
    font-weight: 300;
    font-size: 22px;
    font-family:"Roboto";
}

.sezione-numeri .content-box-icon span {
    font-size: 84px;
    color: #d10404;
    text-align: left;
}

.filter-container {
    padding-top: 30px;
}


.boxed-image img{
	max-width: 100%;
}


/* BUTTON */

.custom-button {
    border-style: solid;
    text-decoration: none;
    border-color: #161616;
    border-width: 2px 2px 2px 2px;
    border-radius: 0px 0px 0px 0px;
    background: #ffffff;
    color: #000;
    padding: 17px 40px 17px 40px;
    font-weight: 500;
}


/* ACCORDION */

.sezione-servizi .accordion-item {
    border: 0px;
}

.sezione-servizi .accordion-button {
    font-size: 28px;
    padding-left: 45px;
}

.sezione-servizi .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
}

.sezione-servizi .accordion-button {
    border-width: 1px 0px 0px 0px !important;
    border-color: #d10404 #ddd #ddd #ddd !important;
    border-style: solid;
    border-radius: 0px;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sezione-servizi .accordion-button:focus {
    box-shadow: unset;
}

.sezione-servizi .accordion-button:hover {
    color: #d10404;
}


/* TITOLI HEADINGS */

.titolo-sezioni h2 {
    font-size: 44px !important;
    font-weight: 300;
    letter-spacing: -1px;
}

.ticy-subtitle h2{
	font-size:20px!important;
	font-family: 'Open Sans'!important;
}

/* SEZIONE PERSONE */

.sezione-team .single-person-image {
    text-align: center;
    margin-bottom: 25px;
}

.single-person-image img {
    max-width: 100%;
}

@media (max-width: 768px) {
    .single-person-wrapper {
        padding: 0px 20px 0px 20px;
    }
}

.single-person-title h3 {
    font-weight: 400;
    margin-bottom: 0px;
}

.single-person-title p {
    font-weight: 300;
}


.room-carousel {
    padding-top: 70px;
    padding-bottom: 60px;
}

/* SEZIONE NUMERI */

.sezione-numeri {
    background-color: #fff;
}

.sezione-numeri .container{
	padding-top: 90px;
	padding-bottom: 90px;
}

.numeri-valore p {
    text-align: right;
    font-size: 72px;
    font-weight: 300;
    margin-right: 20px;
    line-height: 1.2;
}

.numeri-valore .animated-value {
    text-align: right;
    font-size: 72px;
    font-weight: 300;
    margin-right: 20px;
    line-height: 1.2;
}

.numeri-valore span {
    font-size: 16px;
}

.numeri-titolo p {
    font-size: 26px;
    font-weight: 300;
    color: #000;
}

.numeri-titolo{
    margin-top:20px;
}

.numeri-descrizione p{
	color: #666;
}

.sezione-numeri .img-icona{
    max-width: 50px;
    max-height: 50px;
}

.rooms2 .img-icona{
    margin-right: 8px;
}

.sezione-numeri .icon-button{
   border: 1px solid #eaeaea;
   border-radius: 5px; 
   display:block;
   padding: 30px;
   padding-top: 45px;
}

.sezione-numeri a{
	text-decoration:none !important;
}

.icon-button p{
	text-decoration: none !important;
}

/* TEST */

.accordion-button::after {
    position: absolute;
    left: 0rem;
}


/* SEZIONE PERSONE */

.single-person-wrapper a {
    text-decoration: none !important;
    color: #000;
}

.single-person-wrapper a:hover {
    text-decoration: none !important;
    color: rgb(56, 56, 56);
}

@media (max-width: 1200px) {
    .mpt5 {}
}


/* FILTRO PERSONE */

#filterContainer {
    text-align: center;
}

#filterContainer .btnFilter {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    border-radius: 0px;
}

.filterDiv {
    display: none !important;
}

.showBlock {
    display: flex !important;
}

.btnFilter {
    border-color: #161616;
    border-width: 2px 2px 2px 2px;
    background: #ffffff;
    margin-bottom: 15px;
    color: #000;
}

.btnFilter:hover {
    background-color: #d10404;
    color: white;
    border: 2px solid #d10404 !important;
}

.btnFilter.button-active {
    background-color: #d10404;
    color: white;
    border: 2px solid #d10404 !important;
}

/* video section */
.video-wrapper {
    min-height: 500px;
}
.video-wrapper.no-video{
    min-height: 300px !important;
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper span,
.video-wrapper h2{
    color: #fff;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
    color: #d10404;
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

/* ======= News style ======= */

.section-news{
    padding-top:90px;
    padding-bottom:60px;
}

.news .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.news .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(65%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.news .item:hover .con {
    bottom: 0;
}
.news .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(90%);
    max-height: 520px;
}
.news .item .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}
.news .item .date span {
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}
.news .item .date i {
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    font-size: 24px;
    font-style: normal;
    color: #fff;
}
.news .item .con {
    margin: -140px 20px 90px;
    padding: 20px;
    background-color: #ebebeb !important;
    border: 1px solid #ebebeb;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -75px;
    position: relative;
    z-index: 1;
}
.news .item .con .category {
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 3px;
}
.news .item .con .category a {
    margin-right: 5px;
    position: relative;
    color: #000;
}
.news .item .con .category a:hover {
    color: #222;
}
.news .item .con .category a:last-child {
    margin-right: 0;
}
.news .item .con .category a:last-child:after {
    display: none;
}
.news .item .con h5,
.news .item .con h5 a {
    color: #222;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;;
    font-weight: 400;
    margin-bottom: 0px;
}
.news .item .con h5:hover,
.news .item .con h5 a:hover {
    color: #d10404;
}
.news .item .con p {
    color: #fff;
    font-size: 17px;
}
.news .item .con i {
    color: #fff;
    font-size: 20px;
}
/* pagination */
.news-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}
.news-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.news-pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    color: #666;
    font-weight: 400;
    border: 1px solid rgba(102,102,102,0.1);
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    border-radius: 100%;
}
.news-pagination-wrap li a i {
    font-size: 11px;
}
.news-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: transparent;
    border: 1px solid #d10404;
    color: #d10404;
}
.news-pagination-wrap li a.active {
    background-color: transparent;
    border: 1px solid #d10404;
    color: #d10404;
}
@media screen and (max-width: 768px) {
    .news-pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Post style ======= */
.news-post-section {
    padding-top: 120px;
}
.post-comment-section {
    margin-top: 60px;
}
.post-comment-section h3 {
    font-size: 20px;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}
.post-comment-section h3 span {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    color: #666;
    margin-left: 15px;
}
.news-post-caption h1 {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: uppercase;
}
.news-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.post-user-comment {
    margin-right: 20px;
    flex: 0 0 auto;
}
.post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.post-user-content {
    margin-right: 26px;
}
.post-repay {
    font-size: 14px;
    color: #aa8453;
    margin: 0;
    font-weight: 400;
}

/* HOVER EFFECTS */

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.25);
}


/* PORTFOLIO GRID */

.image-wrapper {
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.image-wrapper .rollover {
    background-image: linear-gradient(to top, #282828 0, #918f8f00 100%);
}

.rollover {
    display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: normal;
    text-align: center;
    background-image: linear-gradient(to top, #aad75d, #d1e990);
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transition: opacity .5s ease-in-out;
}

.image-wrapper:hover .rollover {
    opacity: 1;
    transform: translateX(0);
}

.rollover-content a {
    color: #fff;
    text-decoration: none;
}

.rollover-content a:hover {
    color: #fff;
}


/* WPML */

.otgs-development-site-front-end {
    display: none;
}

.wpml-ls-link {
    padding-right: 0px !important;
}

.language-switch {
    padding-right: 0px !important;
}

.wpml-ls-flag {
    padding-right: 10px !important;
}


/* SOCIAL ICONS */

.social-icons i {
    color: #333;
}


/* BREADCRUMBS */

.breadcrumb-bar {
    border-bottom: 1px solid #cac6c6;
}

.post-breadcrumbs .post-breadcrumbs-list li {
    display: inline-block !important;
    text-decoration: none !important;
    color: #333 !important;
    padding-right: 10px;
}

.post-breadcrumbs .post-breadcrumbs-list {
    padding-left: 0px !important;
}

.post-breadcrumbs .post-breadcrumbs-list a {
    text-decoration: none !important;
    color: #333 !important;
}

.post-breadcrumbs li:after {
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    display: inline-block;
    padding: 0 0.375em 0 0.625em;
    color: #696461;
    font-size: .75em;
}

.post-breadcrumbs li:last-child:after {
    display: none;
}


/* CARD GRID */

.card {
    border: none !important;
}

.card a {
    text-decoration: unset !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.card .card-image {
    width: 100% !important;
}

.card .card-image img{
    border-radius: 0px;
}

.card .titolo {
    font-size: 26px !important;
    font-weight: 500;
    text-transform: uppercase !important;
    color: #333;
    margin-top: 10px;
      font-family: 'Montserrat', sans-serif;
}

.card .camera-titolo{
    	font-size: 26px !important;
    	font-weight: 500;
    	color: #333;
    	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
}

.room-heading{
    	font-size: 22px !important;
    	font-weight: 400;
    	color: #333;
    	margin-top: 20px;
	margin-bottom: 0px;
	font-family: 'Roboto' !important;
}

.card .description {
    font-size: 14px;
    color: #333;
    text-align: left;
    margin-bottom: 0px !important;
}

.room-description{
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-bottom: 10px !important;
}

.room-description p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
}

.card .date {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.2;
}

/* EXTRA */

.section-room-list{
    padding-top: 70px;
}




.room-image-content{
	padding-left:0px !important;
	padding-right: 0px !important;
}

.room-image-label{
    position: absolute;
    background-color: #d10404;
    padding: 10px 20px 10px 20px;
    color: #fff;
    z-index: 99999;
    margin-top: 20px;
    font-weight:500;
}


.room-price-listing{
	margin-top:20px;
	margin-bottom:20px;
}

.room-price-listing p{
	font-size: 22px;
    	font-weight: 400;
    	color: #d10404;
    	font-family: 'Montserrat', sans-serif;
	display:inline-block;
}

.room-list .card{
	padding-left:35px;
	padding-right:35px;
}

.box-contatti{
    padding-top:90px;
    padding-bottom: 70px;
}

.box-contatti .numeri-descrizione{
	font-size: 18px;
    font-weight: 300;
}	

.ticy-body strong {
	color: #d10404;
}

.box-contatti .icon-button{
    -webkit-box-shadow: 0px 3px 30px 5px rgb(54 54 54 / 10%);
    box-shadow: 0px 3px 30px 5px rgb(54 54 54 / 10%);
	height:300px;
}

.box-contatti .numeri-titolo p{
	font-weight: 400 !important;
}

.info-contatti .icon-box{
	text-align.center;
	padding:50px;
}

.info-contatti i{
	font-size:52px;
	color: #d10404;
}

#wpadminbar strong{
color: #f0f0f1 !important;
}

#wpadminbar a{
color: #f0f0f1 !important; 
}

.image-block img{
	width: 100%
}

.ticy-paragraph p{
    font-size: 22px;
    color: #2e2e2e !important;
    font-weight:300;
}

@media (min-width: 1200px) {
	.left-column-centered-row-fullwidth{
    		padding-left: 5%;
    		padding-right: 10%;
    		float: right;
    		padding-top: 2rem;
    		max-width: 670px;
	}

    .section-room-list{
        padding-top: 90px;
    }
}

/* STAR RATING */
.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    font-size: 8px;
}

.star-rating:before, .star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.room-detail{
	padding-top:70px; 
	padding-bottom:60px;
}

.room-detail span{
	color: #666;
}

.room-detail .room-services ul{
    list-style: none;
    padding-left: 0rem;
}

.room-detail .room-services ul li{
    margin-bottom: 8px;
}

.room-detail .room-services ul img{
    margin-right: 15px;
}

.room-carousel-indicators [data-bs-target],
.carousel-indicators [data-bs-target]{
	width: 12px;
    	height: 12px;
    	border-radius: 12px;
	border: 1px solid white;
	background-color: unset;
}

.room-carousel-indicators .active,
.carousel-indicators .active{
	background-color: #d10404;
	border: 1px solid #d10404;
}

.room-subtitle,
.section-subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}

.room-subtitle.light{
    color:#c7c7c7;
}

.room-subtitle.dark {
    color: #222;
}

.room-form-subtitle{
    font-size: 15px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 4px;
    margin-bottom: 5px;
}

.room-title h1{
    font-size: 46px;
    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.room-form-title h4{
    font-size: 28px;
    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.bg-blck .room-other-rooms h3{
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.star-rating:after {
    transform: rotate(35deg);
}


.text-block-content {
	width:80%;
	display:table;
	height: 625px;
}

.text-block-inner{
    display: table-cell;
    vertical-align: middle;
}


/* CAMERA */


#gym-slider .carousel-item.slide-1,
#bike-slider .carousel-item.slide-1 {
    background-position: center;
    background-size: cover;
}

#gym-slider,
#gym-slider .carousel-item,
#bike-slider,
#bike-slider .carousel-item {
    max-height: 418px;
    min-height: 418px;
}

#gym-slider .carousel-control-next-icon,
#gym-slider .carousel-control-prev-icon,
#gym-slider .carousel-control-next,
#gym-slider .carousel-control-prev {
    opacity: 1;
}

#bar-slider .carousel-item.slide-1 {
    background-position: center;
    background-size: cover;
}

#bar-slider,
#bar-slider .carousel-item {
    max-height: 418px;
    min-height: 418px;
}

#bar-slider .carousel-control-next-icon,
#bar-slider .carousel-control-prev-icon,
#bar-slider .carousel-control-next,
#bar-slider .carousel-control-prev {
    opacity: 1;
}

#camera-slider .carousel-item.slide-1 {
    background-position: center;
    background-size: cover;
}

#camera-slider,
#camera-slider .carousel-item {
    max-height: 330px;
    min-height: 330px;
}

#camera-slider .slide-1.has-overlay:after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: 0px;
    height: 50%;
    left: 0;
    background-image: linear-gradient(0, rgba(0, 0, 0, 0.95), transparent);
}

#camera-slider .slide-content-container {
    position: absolute;
    bottom: 25px;
    width: 100%;
    padding: 0;
    transform: translateY(-10%);
    z-index: 1;
}

.room-price-value{
	font-family: 'Montserrat', sans-serif;
	font-size:26px;
}

#camera-slider .slider-room-price{
	position: absolute;
	bottom: 0;
	margin-bottom: 0px;
}

.room-detail .column-inner{
	padding-right: 30px;
}

.room-detail h2{
	font-size:32px !important;
}

.camera-servizi-icona {
	padding-top:20px;
	padding-bottom:0px;
}

.guest-icon{
	font-size:26px;
}

.guest-number{
	font-size: 26px;
	margin-left:10px;
}

.room-column-content-inner{
	margin-top: 40px;
    	color: #333;
}

.camera-servizi-icona .content-box-icon{
	margin-bottom:12px;
}

.camera-servizi-icona span {
    font-size: 28px;
    color: #d10404;
}

.camera-servizi-icona h3{
	font-size:20px;
}

/* iLightbox GALLERY */

.gallery-content {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
}

.room-detail .gallery-content img{
    width:  100%;
    max-height: 267px;
    object-fit: cover;
}

.product-description {
  top: 120px;
}

.iLightBoxGalleryLi-thumbnails {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.iLightBoxGalleryLi {
  float: left;
  margin-bottom: 2%;
  overflow: hidden;
}
.iLightBoxGalleryLi a {
  display: block;
  width: 100%;
}

.iLightBoxGalleryLi img {
  width: 100%;
}

.iLightBoxGalleryLi-25 {
  /*width: 476px;*/
  width: 25%;
}

.iLightBoxGalleryLi-50 {
  /*width: 476px;*/
  width: 49%;
}
.iLightBoxGalleryLi-100 {
  /*width: 967px;*/
  width: 100%;
}

.iLightBoxGalleryLi-50-first {
  margin-right: 2%;
}


/*  BOOKING FORM */
.hotel-booking-form .btn-book{
    border: 0px;
    padding: 0px;
    background: #d10404;
    width: 100%;
    color: #fff;
    height: 100px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#booking-form .col-md-12{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.form-control{
	background-color: #f5f5f5;
}

.form-select-sm {
    padding-top: 0.45rem !important;
    padding-bottom: 0.45rem !important;
    font-size:1rem !important;
}

.booking-form-column{
	padding: 45px !important;
	background-color: #F8F5EF;
	margin-top: 50px;
}

.hotel-booking-form.vertical input,
.hotel-booking-form.vertical select,
.hotel-booking-form.horizontal input,
.hotel-booking-form.horizontal select{
	text-align: center;
	border-radius:0px;
}

.hotel-booking-form.vertical .form-group{
	margin-bottom:20px;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-vertical{
	background-color: white;
    width: 130px;
	position: absolute;
    padding: 0px 10px 10px 10px;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-vertical .wpml-ls-flag{
	width:28px;
}

.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-it.wpml-ls-first-item.wpml-ls-last-item.wpml-ls-item-legacy-list-vertical .wpml-ls-link{
    	padding: 10px 20px 15px 10px;
}

.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-first-item.wpml-ls-last-item.wpml-ls-item-legacy-list-vertical:hover .wpml-ls-link{
	background-color:#e7e7e7;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-vertical.show{
	display:block;
}

.wpml-ls-native{
	color:#333;
}



/* BOOKIGN FORM STYLE HOTEL */

/* ======= Booking style ======= */
.booking-wrapper {
    position: absolute;
    bottom: 5%;
    z-index: 5;
    width: inherit !important;
}
.booking2-wrapper {
    position: relative;
    margin-bottom: 40px;
}
.booking-inner {
    position: relative;
    border-radius: 0;
}
.form1 {
    display: block;
    padding: 0;
    position: relative;
}
.form1 label {
    display: none;
}
.form1 .col1 {
    float: left;
    width: 20%;
}
.form1 .col2 {
    float: left;
    width: 14%;
}
.form1 .col3 {
    float: left;
    width: 18%;
}
.form1 .c1 {
    border-right: 1px solid #f1eeeb;
    height: 62px;
    margin-bottom: 15px;
}
.form1 .c2 {
    border-right: 1px solid #f1eeeb;
    height: 62px;
    margin-bottom: 15px;
}
.form1 .c3 {
    border-right: 1px solid #f1eeeb;
    height: 62px;
    margin-bottom: 15px;
}
.form1 .c4 {
    border-right: 1px solid #f1eeeb;
    height: 62px;
    margin-bottom: 15px;
}
.form1 .c5 {
    border-right: 1px solid #f1eeeb;
    height: 62px;
    margin-bottom: 15px;
}
.ui-datepicker .ui-datepicker-header {
    background: #d10404;
    border: #d10404;
    color: #fff;
}
.ui-datepicker {
    font-size: 15px;
    color: #222;
    background: #fff;
    z-index: 100 !important;
    border: 1px solid #fff;
    border-radius: 0px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #f9f7f3;
    background: #f9f7f3;
    color: #222;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #d10404;
    background: #d10404;
    font-weight: normal;
    color: #fff;
}
.ui-datepicker .ui-datepicker-prev:after {
    font-size: 10px;
    content: "\e64a";
    font-family: "themify";
    color: #fff;
}
.ui-datepicker .ui-datepicker-next:before {
    font-size: 10px;
    content: "\e649";
    font-family: "themify";
    color: #fff;
    float: right;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: transparent;
    border: 1px solid transparent;
}
.btn-form1-submit,
.btn-slider{
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    width: 100%;
    background: #d10404;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    text-decoration: none;
    line-height: 62px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}

.btn-video{
    display: block;
    padding: 0;
    border: none;
    margin: 0 auto;
    width: 85%;
    background: #d10404;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    text-decoration: none;
    line-height:48px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}

.btn-form1-submit:hover,
.btn-slider:hover,
.btn-video:hover {
    background: #222;
    color:#fff;
}
.btn-form1-submit:focus {
    outline: none;
}
.btn-form1-submit:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: inherit;
}
.input1_inner {
    position: relative;
    position: relative;
}
.input1_inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 23px;
    pointer-events: none;
    content: "\e6b6";
    font-family: "themify";
    font-size: 15px;
    color: #d10404;
    line-height: 1;
}
.input1_inner input {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #222;
    padding: 19.5px 40px 20px 19.5px;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.input1_inner input::placeholder {
    font-size: 15px;
    color: #222 !important;
}
.input1_inner input:focus {
    outline: none;
    box-shadow: none;
    background: #fff;
    color: #222 !important;
}
.select1_wrapper {
    margin-bottom: 0;
}
.select1_inner {
    position: relative;
}
.select1_inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
    pointer-events: none;
    content: "\e64b";
    font-family: "themify";
    font-size: 10px;
    color: #d10404;
    font-weight: normal;
    line-height: 15px;
}
.select2 {
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
}
.select2 *:focus {
    outline: none !important;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 500px;
}
.select2-container--default .select2-selection--single {
    background: none;
    border-radius: 0;
    border: none;
    height: auto;
    width: 100%;
}

.selection {
    display: inline-flex;
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    line-height: 28px;
    padding: 17px 49px 17px 20px;
    color: #222;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-dropdown {
    background: none;
    border-radius: 0;
    z-index: 100;
    min-width: 0px;
    border: none;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #ececec;
}
.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #ececec;
}
.select2-results__option {
    padding: 10px 30px;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    color: #222;
    border-top: 1px solid #ececec;
    text-align: center;
}
.select2-results__option:first-child {
    border-top: none;
}
.small .select2-results__option {
    padding-left: 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background: #d10404;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #d10404;
    color: #fff;
}
/* responsive */
@media (max-width: 1259.98px) {
    .booking2-wrapper {
        margin-bottom: 30px;
    }
}
@media (max-width: 991.98px) {
    .booking2-wrapper {
        margin-bottom: 40px;
    }
    .form1 .col1 {
        width: 50%;
        border-bottom: 1px solid #ececec;
    }
    .form1 .c2 {
        border-right: none;
    }
    .form1 .col2 {
        width: 25%;
    }
    .form1 .col3 {
        width: 25%;
    }
}
@media (max-width: 767.98px) {
    .form1 .col1 {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ececec;
    }
    .form1 .col2 {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ececec;
    }
    .form1 .col3 {
        width: 100%;
        border-right: 0;
    }
    .btn-form1-submit:after {
        background: none;
    }
    .booking-wrapper {
        position: relative;
        bottom: auto;
        padding: 30px 0;
        background: #f9f7f3;
    }
}

.icon-button{
    margin-bottom: 25px;
}


/* HOME BOOKING HORIZONTAL */

.home-booking{
    margin-top: -38px;
    display: none;
}

.home-booking .col-md-3{
    padding-right: 0px;
    padding-left: 0px;
}

.home-booking form{
    background-color: #fff;
    z-index: 2;
}

.home-booking .select1_wrapper,
.home-booking .input1_wrapper{
    padding-left: 15px;
    padding-right: 15px;
}

.home-booking .row,
.home-booking .input1_inner input,
.home-booking .select2-selection{
    background-color: #f5f5f5;
}

.home-booking .select2{
    margin-bottom: 0px;
}

.home-booking .select2-selection__rendered{
    line-height: 43px !important;
}

.home-booking .select1_inner:after,
.home-booking .input1_inner:after {
    top:33px;
}

.home-booking input[type="text"]{
    margin-bottom: 0px;
    line-height: 2.5em;
}

.home-booking form .btn-form1-submit{
    height: 100%;
    line-height: 77px;
}

@media screen and (min-width: 1200px) {
    .carousel-indicators {
        margin-bottom: 4rem;        
    }
    #camera-slider .carousel-indicators {
        margin-bottom: 2rem;  
    }
    #gym-slider .carousel-indicators,
    #bar-slider .carousel-indicators,
    #bike-slider .carousel-indicators {
        margin-bottom: 1rem;  
    }

}


@media screen and (min-width: 1200px) {
    .home-booking{
        display: block;
    }
}



.btn-slider{
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
    line-height:68px;
    font-size:20px;
}

#intro .container{
    padding-top: 60px;
    padding-bottom: 30px;
}


/* RESPONSIVE */

@media screen and (max-width: 1200px){

    .btn-slider{
        max-width: 170px !important;
        margin: 0 auto;
        text-align: center;
        line-height: 48px;
        font-size: 16px;
    }
	
	#intro-slider,
	#intro-slider .carousel-item{
    		max-height: 250px;
    		min-height: 250px;
	}

	.first-content-container{
		padding-top: 50px !important;
    		padding-bottom: 30px !important;
	}
	.room-detail .column-inner {
    		padding-right: 0px;
	}
	.room-gallery{
	    	padding-left: 1rem !important;
    		padding-right: 1rem !important;
	}
	.room-title-column{
		padding-left: 1rem !important;
    		padding-right: 1rem !important;
	}
	.image-block{
		height:100%;
	}
	.fullwidthimage-responsive{
		height: 100% !important;
		object-fit:cover; 
	}
	.titolo-sezioni h2{
		font-size:32px !important;
	}
	.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-vertical {
		width: 100%;
    	position: relative;
		display:block;
	}
	.wpml-ls-link{
		    padding: 8px 0px 8px 24px !important;
	}
	.wpml-ls-legacy-list-vertical .wpml-ls-item {
		padding-bottom: 5px;
    		padding-top: 5px;
	    	border-bottom: 1px solid #e1e1e1;
	}
	.dropdown-menu.show{
		padding:0px !important
	}

}

@media screen and (max-width: 768px){
	
	.slide-content {
    		margin: 0 5px !important;
	}

    .bg-blck .room-other-rooms h3{
        font-size: 2.3rem;
    }
}

@media screen and (min-width: 768px){
    .container{
        padding-right: 40px;
        padding-left: 40px;
    }
    .room-carousel {
        padding-top: 90px;
        padding-bottom: 80px;
    }
}


@media screen and (max-width: 1199px){
    #gym-slider,
    #gym-slider .carousel-item,
    #bar-slider,
    #bar-slider .carousel-item,
    #bike-slider,
    #bike-slider .carousel-item {
        max-height: 260px;
        min-height: 260px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px){

	#camera-slider,
	#camera-slider .carousel-item {
		max-height: 45vh;
    	min-height: 45vh;
	}

}

@media screen and (min-width: 1200px) and (max-width: 1919px){

	#camera-slider,
	#camera-slider .carousel-item {
		max-height: 55vh;
    		min-height: 55vh;
	}

	.sezione-about{
		padding-top: 70px;
		padding-bottom: 70px;
	}

}


/* SCREEN MINIMO FULL HD 1920px */
@media screen and (min-width: 1920px){

	#camera-slider,
	#camera-slider .carousel-item {
		max-height: 67vh;
    		min-height: 67vh;
	}

	.sezione-about{
		padding-top: 80px;
		padding-bottom: 80px;
	}

    #services .container {
        padding-top: 90px;
        padding-bottom: 80px;
    }

    #intro .container{
        padding-top: 70px;
        padding-bottom: 50px;
    }

    #sezione-contatti{
        padding-top: 90px;
        padding-bottom: 70px;
    }

}

.single-room-other-carousel{
    padding-top: 10px;
    padding-bottom: 40px;
}

@media screen and (min-width: 992px){
    .single-room-other-carousel{
        padding-top: 50px;
        padding-bottom: 60px;
    }
}


.YouTubePopUp-Content {
    max-width: 1024px !important;
}

.YouTubePopUp-Content iframe {
    height: 576px !important;
}


/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { } 

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { }