@charset "UTF-8";
.messaggiok {
	color: #FF0000;
}
.marginVideo {
	margin-top: 150px;
}
.noMargin {
	margin: 0px !important;
}
.marginTopGallery {
	margin-top: 30px;
}
.ombra {
	/*text-shadow: 0px 0px 10px #000;*/
	background-color: #94c11f;
	padding: 5px;
}
.bianco {
	color: #FFF !important;
}
.anteprimaVideo {
	background-image: url(../img/anteprima-borgo-da-scoprire.jpg) !important;
	background-position: 50% 100% !important;
	min-height: 540px !important;
}
.anteprimaVideoLis {
	background-image: url(../img/scopri-anteprima-video-lis.jpg) !important;
	background-position: 50% 100% !important;
	min-height: 540px !important;
}
.events-item {
    margin-bottom: 50px;
}
.events-item__img {
    position: relative;
    background: rgba(0, 0, 0, .2);
    margin-bottom: 15px;
}
.events-item__img::before {
    content: "";
    display: block;
    padding-top: 59.45946%;
}
.events-item__date {
    background: #94c11f;
    position: absolute;
    top: 0;
    left: 20px;
    padding: 15px 20px;
	color: #000;
	z-index: 2;
}
.events-item__date span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
.events-item__date span:first-of-type {
    font-size: 30px;
    line-height: 30px;
}
.events-item__date span:nth-of-type(2) {
    font-size: 14px;
}
.img--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    font-family: "object-fit: cover; object-position: top center";
}
/* iPhone portrait */
@media (max-width: 480px) {
.g-recaptcha {
	-webkit-transform:scale(0.85);
	-webkit-transform-origin:0 0;
	transform:scale(0.85);
	transform-origin:0 0;
}
.marginVideo {
	margin-top: 150px;
}
.ombra {
	font-size: 12px !important;
	line-height: 22px !important;
}
.anteprimaVideo {
	background-position: 60% 0% !important;
}
}
/* iPhone landscape */
@media (min-width: 481px) and (max-width: 767px) {
.marginVideo {
	margin-top: 150px;
}
.anteprimaVideo {
	background-position: 0% 0% !important;
}
}
/* boh */
@media (min-width: 768px) and (max-width: 959px) {

}
/* iPad portrait */
@media (max-width:1024px) and (min-width:768px) {
.marginVideo {
	margin-top: 150px;
}
.anteprimaVideo {
	background-position: 75% 0% !important;
}
}
/* iPad landscape */
@media (min-width: 960px) and (max-width: 1199px) {
.marginVideo {
	margin-top: 150px;
}
}
 /* Large Display */
@media (min-width: 1200px) {

}
