.blocco_slidehome 
{
	position: relative;
}

.blocco_slidehome .item_slide 
{
	position: relative;
	height: calc(100vh - 90px);
	/*padding-top: 56.25% !important;*/
	overflow: hidden;
	background-color: #60534d;
}
.cover_singular > iframe,
.item_slide > iframe,
.item_slide > .slide_yt > iframe
/*,
.cover_singular > video,
.item_slide > video */
{
	min-width:110%;
	min-height: 110%;
	z-index: 11;
	pointer-events: none !important;
	max-height: unset !important;
	max-width: unset !important;
}

.blocco_slidehome .sliderhome .owl-item .item_slide > video
{
	width:100%;
	height: 100%;
	z-index: 11;
	pointer-events: none !important;
	max-height: fit-content !important;
	max-width: fit-content !important;
	min-width: 1px;
	min-height: 1px;
}

.item_slide > .slide_yt > iframe
{
	position: absolute;
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	-webkit-transform: translate(-50%, -50%); 
	-moz-transform: translate(-50%, -50%); 
	-o-transform: translate(-50%, -50%); 
	text-align: center; 
	height: auto;
}

.item_slide > .slide_yt {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0; 
}

.poster_video
{
	z-index: 12;
}

.button_play_pause_cover
{
	width: 60px;
	height: 60px;
	z-index: 15;
	border: 0;
	background-color: transparent;
	padding:0;
}
.button_play_pause_cover img
{
	filter: brightness(0) invert(1);
	
}
.button_play_pause_cover .pause img
{
	opacity:0;
}

.item_slide:active .button_play_pause_cover .pause img,
.item_slide:hover .button_play_pause_cover .pause img
{
	opacity:1.0;
}

.arrow_website_bg 
{
    display: inline-block;
    width: 24px;
	height: 24px;
    background-image: url("../img/arrow_white.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.arrow_website_bg.left 
{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}


.blocco_slidehome .owl-carousel .owl-nav button 
{
	position: absolute;
	top: 50%;
	z-index: 12;
	background-color: rgba(99, 169, 47, .5) !important;
	padding: 10px !important;
	display: flex;
	text-align: center;
	border-radius: 90px;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.blocco_slidehome:hover .owl-carousel .owl-nav button 
{
	opacity: 1.0;
}
.blocco_slidehome .owl-carousel .owl-nav button:hover
{
	background-color: rgba(99, 169, 47, 1.0) !important;
}
.blocco_slidehome .owl-nav button.owl-prev { left:40px }
.blocco_slidehome .owl-nav button.owl-next { right:40px }

.blocco_slidehome .owl-nav button.disabled { display: none; }


.blocco_slidehome .owl-carousel .owl-dots
{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin-block-end: 15px;
	margin-block-start: 15px;
}

.blocco_slidehome .owl-carousel .owl-dots .owl-dot
{
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 90px;
	background-color: rgba(99, 169, 47, .5);
}
.blocco_slidehome .owl-carousel .owl-dots .owl-dot.active
{
	background-color: rgba(99, 169, 47, 1.0);
}


/*
REMOVE from template
#scroll_down_slide 
{
	border: 0;
	position: absolute;
	background: transparent;
	bottom: 40px;
	z-index: 12;
	width: 100%;
	text-align: center;
	padding: 0;
}
*/
@media screen and (max-width: 1240px) 
{
	.blocco_slidehome .item_slide
	{ 
		height: calc(100vh - 65px) !important;
	}
}
@media screen and (max-width: 991px) 
{
	.blocco_slidehome .item_slide
	{ 
		height: auto !important;
		padding-top:56.25% !important;
	}
	/*
	#scroll_down_slide
	{
		display: none;
	}
	*/
}

