@charset "utf-8";
/* by unimedia  */
/* localized styles */
/* author Unimedia */
/* License Commercial */
/*@import url(unimedia.css);*/

.featured-article-badge {display: none !important;}
/* sp overrides */
.body-innerwrapper {overflow-y: hidden;}
div.mod-languages li {margin: 0 .3rem !important;}
div.mod-languages ul li.lang-active {background-color: transparent !important; border: 1px solid #666868 !important;}
div.mod-languages a {padding: 2px !important; display: grid;}
#sp-top-menu {padding-top: 10px;}
#sp-main-body {padding: 0;}
#sp-main-body .row {padding: 0; --bs-gutter-x: 0;}
a.sp-scroll-up {text-decoration: none;}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {background: transparent !important;}
.sp-scroll-up {background: none; border: 1px solid #b9acac; color: #0ee507 !important;}
.sp-scroll-up span {color: #0ee507 !important; text-decoration: none;}

.slideshow { display: block; }
#sp-topslider {margin: 0 auto; padding: 0;}
.topslider .row {margin: 0 auto; padding: 0;}
#sp-slider img {width: 100% !important;}
#sp-footer {font-size: 17px;}
#mod-custom190 {padding-top:20px;}
.article-list .article {
    margin-bottom: 0px;
    padding: 0px;
    border: 0px solid #f5f5f5;
    border-radius: 0px;
}

/*
.mainbodyarea {max-width: 1340px; margin: 0 auto;	padding: 25px;}
*/
.fullpage .mainbodyarea {max-width: 100vw; margin: 0 auto;	padding: 25px;}
.article-info {display: none !important;}
.footer .row-fluid {max-width: 1320px; margin: 0 auto;}

/* Unimedia structure */
.pagesize {max-width: 1340px; margin: 0 auto;	padding: 25px;}
.sitesize {max-width: 1340px; margin: 0 auto;}
.boxed-content {
  max-width: 1600px;
  margin-inline: auto;
  padding: 0 15px;
}

.full-content {width: 100%;margin: 0 auto;display: block;}

.boxbutton .btn {border: 1px solid #4a494842;}
.roomsbox a:hover {cursor: default;}

/*Layouts*/
/* Immagini responsive, cover e arrotondate */
img { max-width: 100%; height: auto; display: block; }
.img-rounded { border-radius: 8px; }
.image-column{overflow:hidden;} /*contenitore per img-cover*/
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; /* cambiare in 'top' o 'bottom' se serve */
  display: block;
  @media (max-width: 768px) {height: 300px;}
}
.img-radius { border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px;}
.img-shadow {box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);}
.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}


.href {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 5px 15px;
}
.href-light {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(77, 74, 74, 0), rgba(55, 51, 51, 0.75), rgba(77, 74, 74, 0));
    background-image: -moz-linear-gradient(left, rgba(77, 74, 74, 0), rgba(55, 51, 51, 0.75), rgba(77, 74, 74, 0));
    background-image: -ms-linear-gradient(left, rgba(77, 74, 74, 0), rgba(55, 51, 51, 0.75), rgba(77, 74, 74, 0));
    background-image: -o-linear-gradient(left, rgba(77, 74, 74, 0), rgba(55, 51, 51, 0.75), rgba(77, 74, 74, 0));
    margin: 5px 15px;
}

/* geo seo */
.locationblog .article-body {display: grid;}
.locationblog .article-header a {color: #aa2926 !important;}
.locationblog .article-intro-image {margin: 5px 20px 10px 1px !important; float: left;}
.locationblog .article-list .article {margin-bottom: 30px !important; padding: 10px; background: #dde6ee;}
.locationblog .readmore a {padding: 5px 12px; background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x; border: 1px solid gray;
}
aside {margin-top: 25px !important; background: bisque; padding: 10px;}
aside li {line-height: 1.8;}
.col-lg-8 .article-details {padding: 20px;}

/* other custom */
.footer-logo {display: table; width: auto;}
.footer-flom {text-align: center; color: white;}