/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
    --cnvs-themecolor: #009900;
    --cnvs-themecolor-rgb: 0, 153, 0;
}

#header-wrap #logo .logo-default {
    max-width: 200px;
    height: auto;
}

#header-wrap #logo .logo-sticky {
    max-width: 200px;
    height: auto;
}

img.block-img {
	width: 100%;
}

.real-estate-properties [class^=col-] > a {
    display: block;
    position: relative;
    height: 250px;
    background-color: #EEE;
}

.real-estate-properties [class^=col-] {
    position: relative;
    margin-bottom: 30px;
}

.real-estate-properties [class^=col-] > a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.real-estate-properties [class^=col-] > a:hover::before {
    opacity: 0.5;
}

.partner-carousel .single-brand {
	display: block;
	padding: 15px;
	border: 1px solid #eee;
}

.bg-made {
	background-color: #001a35;
}

.bg-green {
	background-color: #009900;
}

.box-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.box-video .fluid-width-video-wrapper {
    width: 100%;
    position: unset;
    padding: 0;
}

form p {
    margin-bottom: 0;
}

.box-info-privacy {
    display: flex;
    aspect-ratio: 3 / 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border: 2px solid green;
}

.box-info-privacy h3 {
    margin-bottom: 10px;
}

.box-info-privacy p {
    margin-bottom: 0;
}

.box-info-privacy>i {
    font-size: 3rem;
	color: #009900;
}



/* START hotspot-img */
	@-webkit-keyframes
		pulsate {  0% {
			-webkit-transform: scale(1);
			transform: scale(1);
			opacity: 0.8;
		}
		 45% {
			-webkit-transform: scale(1.75);
			transform: scale(1.75);
			opacity: 0;
		}
	}
	@keyframes
		pulsate {  0% {
			-webkit-transform: scale(1);
			transform: scale(1);
			opacity: 0.8;
		}
			45% {
			-webkit-transform: scale(1.75);
			transform: scale(1.75);
			opacity: 0;
		}
	}

	/* Hotspot */
	.hotspot-img {
		background-size: cover;
		background-position: center center;
		position: relative;
	}

	.hotspot-img .hot-spot {
		position: absolute;
		width: 26px;
		height: 26px;
		top: 5px;
		left: 5px;
		text-align: center;
		background-color: #009900;
		color: #FFF;
		border-radius: 100%;
		cursor: pointer;
		font-size: 12px;
		line-height: 26px;
		transition: all .3s ease;
	}

	.hotspot-img .hot-spot .circle i {
		-webkit-transition: -webkit-transform .25s ease-out;
		transition: transform .25s ease-out;
	}

	.hotspot-img .hot-spot.hotspot-tooltip-open .circle i,
	.hotspot-img .hot-spot:not(.hotspot-on-click):hover .circle i {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.hotspot-img .hot-spot .circle:after {
		content: '';
		display: block;
		position: absolute;
		top: 39%;
		left: 39%;
		width: 30px;
		height: 30px;
		margin: -1em auto auto -1em;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		border-radius: 50%;
		border: 10px solid #009900;
		opacity: 0;
		-webkit-animation: pulsate 3s ease-out infinite;
		animation: pulsate 3s ease-out infinite;
	}

	.hotspot-img .hot-spot .tooltip {
		display: none;
		background-color: rgba(255, 255, 255, 0.96);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 14px;
		opacity: 1.0;
		left: 0;
		padding: 15px;
		position: absolute;
		top: 35px;
		width: 280px;
		z-index: 999;
		box-shadow: 0 30px 102px rgba(0,0,0,0.33), 0 20px 51px rgba(0,0,0,0.18);
	}

	.hotspot-img .hot-spot .tooltip.ontop {
		top: auto;
		bottom: 35px;
	}

	.hotspot-img .hot-spot .tooltip .img-row {
		margin-bottom: 10px;
		display: block;
	}
	.hotspot-img .hot-spot .tooltip h4 { margin-bottom: 0; }

	.hotspot-img .hot-spot .tooltip p {
		font-size: 13px;
		line-height: 1.3rem !important;
		margin-bottom: 10px;
		color: #666 !important;
	}

	.hotspot-img .hot-spot .tooltip p:last-child { margin-bottom: 0; }

	@media (max-width: 991px) {
		.hotspot-img .hot-spot .tooltip {
			width: 200px;
			left: 30px;
			top: 35px;
		}

		.hotspot-img .hot-spot .tooltip .img-row {
			display: none;
		}
	}

/* END hotspot-img */










/* .twentytwenty-horizontal */
		.twentytwenty-horizontal .twentytwenty-handle:before,
		.twentytwenty-horizontal .twentytwenty-handle:after {
			content: " ";
			display: block;
			background: white;
			position: absolute;
			z-index: 30;
			-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
			-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
			box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
		}

		.twentytwenty-horizontal .twentytwenty-handle:before,
		.twentytwenty-horizontal .twentytwenty-handle:after {
			width: 4px;
			height: 9999px;
			left: 50%;
			margin-left: -2px;
		}

		.twentytwenty-before-label,
		.twentytwenty-after-label,
		.twentytwenty-overlay {
			position: absolute;
			top: 0;
			width: 100%;
			height: 100%;
		}

		.twentytwenty-before-label,
		.twentytwenty-after-label,
		.twentytwenty-overlay {
			-webkit-transition-duration: 0.5s;
			-moz-transition-duration: 0.5s;
			transition-duration: 0.5s;
		}

		.twentytwenty-before-label,
		.twentytwenty-after-label {
			-webkit-transition-property: opacity;
			-moz-transition-property: opacity;
			transition-property: opacity;
		}

		.twentytwenty-before-label:before,
		.twentytwenty-after-label:before {
			color: white;
			font-size: 13px;
			letter-spacing: 0.1em;
		}

		.twentytwenty-before-label:before,
		.twentytwenty-after-label:before {
			position: absolute;
			background: rgba(255, 255, 255, 0.2);
			line-height: 38px;
			padding: 0 20px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
		}

		.twentytwenty-horizontal .twentytwenty-before-label:before,
		.twentytwenty-horizontal .twentytwenty-after-label:before {
			top: 50%;
			margin-top: -19px;
		}

		.twentytwenty-left-arrow,
		.twentytwenty-right-arrow {
			width: 0;
			height: 0;
			border: 6px inset transparent;
			position: absolute;
		}

		.twentytwenty-left-arrow,
		.twentytwenty-right-arrow {
			top: 50%;
			margin-top: -6px;
		}

		.twentytwenty-container {
			-webkit-box-sizing: content-box;
			-moz-box-sizing: content-box;
			box-sizing: content-box;
			z-index: 0;
			overflow: hidden;
			position: relative;
			-webkit-user-select: none;
			-moz-user-select: none;
		}
		.twentytwenty-container img {
			width: 100%;
			position: absolute;
			top: 0;
			display: block;
		}
		.twentytwenty-container.active .twentytwenty-overlay,
		.twentytwenty-container.active:hover.twentytwenty-overlay { background: rgba(0, 0, 0, 0); }

		.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
		.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
		.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
		.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label { opacity: 0; }

		.twentytwenty-container * {
			-webkit-box-sizing: content-box;
			-moz-box-sizing: content-box;
			box-sizing: content-box;
		}

		.twentytwenty-before-label { opacity: 0; }
		.twentytwenty-before-label:before { content: "Prima"; }

		.twentytwenty-after-label { opacity: 0; }
		.twentytwenty-after-label:before { content: "Dopo"; }

		.twentytwenty-horizontal .twentytwenty-before-label:before { left: 10px; }
		.twentytwenty-horizontal .twentytwenty-after-label:before { right: 10px; }

		.twentytwenty-overlay {
			-webkit-transition-property: background;
			-moz-transition-property: background;
			transition-property: background;
			background: rgba(0, 0, 0, 0);
			z-index: 25;
		}

		.twentytwenty-overlay:hover { background: rgba(0, 0, 0, 0.5); }
		.twentytwenty-overlay:hover .twentytwenty-after-label { opacity: 1; }
		.twentytwenty-overlay:hover .twentytwenty-before-label { opacity: 1; }

		.twentytwenty-before { z-index: 20; }
		.twentytwenty-after { z-index: 10; }

		.twentytwenty-handle {
			height: 38px;
			width: 38px;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate( -50%, -50% );
			border: 3px solid white;
			-webkit-border-radius: 1000px;
			-moz-border-radius: 1000px;
			border-radius: 1000px;
			background-color: #FFF;
			-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
			-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
			box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
			z-index: 40;
			cursor: pointer;
		}

		.twentytwenty-horizontal .twentytwenty-handle:before {
			bottom: 50%;
			margin-bottom: 22px;
			-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
			-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
			box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
		}

		.twentytwenty-horizontal .twentytwenty-handle:after {
			top: 50%;
			margin-top: 22px;
			-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
			-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
			box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
		}

		.twentytwenty-left-arrow {
			border-right: 6px solid #999;
			left: 50%;
			margin-left: -17px;
		}

		.twentytwenty-right-arrow {
			border-left: 6px solid #999;
			right: 50%;
			margin-right: -17px;
		}
		/* twentytwenty-horizontal End */






		/* .arrow-transparent */
		.arrow-transparent .twentytwenty-handle { background-color: transparent; }

		.arrow-transparent .twentytwenty-left-arrow,
		.twentytwenty-container[class*="bg-"] .twentytwenty-left-arrow { border-right-color: #FFF; }

		.arrow-transparent .twentytwenty-right-arrow,
		.twentytwenty-container[class*="bg-"] .twentytwenty-right-arrow { border-left-color: #FFF; }

		.arrow-rounded .twentytwenty-handle { border-radius: 4px; } /* .arrow-rounded */
		.arrow-square .twentytwenty-handle { border-radius: 0; } /* .arrow-square */

		/* .arrow-diamond */
		.arrow-diamond .twentytwenty-handle {
			border: 0;
			box-shadow: none;
			background-color: transparent;
		}

		.arrow-diamond .twentytwenty-handle span.twentytwenty-left-arrow:after {
			content: "";
			position: absolute;
			width: 38px;
			height: 38px;
			left: 50%;
			top: 50%;
			border: 3px solid #FFF;
			z-index: -1;
			border-radius: 2px;
			box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
			transform: translate(-22%, -50%) rotate(45deg);
		}

		.arrow-diamond:not(.arrow-transparent) .twentytwenty-handle span.twentytwenty-left-arrow:after { background-color: #FFF }

		.arrow-diamond .twentytwenty-handle:before { bottom: calc(50% + 3px); }
		.arrow-diamond .twentytwenty-handle:after { top: calc(50% + 3px); }


		/* bg-primary */
		.twentytwenty-container:not(.arrow-transparent):not(.arrow-diamond).bg-primary .twentytwenty-handle,
		.arrow-diamond.bg-primary .twentytwenty-handle span.twentytwenty-left-arrow:after { background-color: var(--primary, #007bff); }

		/* bg-secondary */
		.twentytwenty-container:not(.arrow-transparent):not(.arrow-diamond).bg-secondary .twentytwenty-handle,
		.arrow-diamond.bg-secondary .twentytwenty-handle span.twentytwenty-left-arrow:after { background-color: var(--secondary, #6c757d); }

		/* bg-warning */
		.twentytwenty-container:not(.arrow-transparent):not(.arrow-diamond).bg-warning .twentytwenty-handle,
		.arrow-diamond.bg-warning .twentytwenty-handle span.twentytwenty-left-arrow:after { background-color: var(--warning, #ffc107); }

		/* bg-info */
		.twentytwenty-container:not(.arrow-transparent):not(.arrow-diamond).bg-info .twentytwenty-handle,
		.arrow-diamond.bg-info .twentytwenty-handle span.twentytwenty-left-arrow:after { background-color: var(--info, #17a2b8); }

		/* bg-danger */
		.twentytwenty-container:not(.arrow-transparent):not(.arrow-diamond).bg-danger .twentytwenty-handle,
		.arrow-diamond.bg-danger .twentytwenty-handle span.twentytwenty-left-arrow:after { background-color: var(--danger, #dc3545); }

		/* bg-success */
		.twentytwenty-container:not(.arrow-transparent):not(.arrow-diamond).bg-success .twentytwenty-handle,
		.arrow-diamond.bg-success .twentytwenty-handle span.twentytwenty-left-arrow:after { background-color: var(--success, #28a745); }

		/* bg-dark */
		.twentytwenty-container:not(.arrow-transparent):not(.arrow-diamond).bg-dark .twentytwenty-handle,
		.arrow-diamond.bg-dark .twentytwenty-handle span.twentytwenty-left-arrow:after { background-color: var(--dark, #343a40); }
		
		
		



@media (max-width: 991.98px) {
    #slider .slider-inner {
        align-items: flex-start;
    }
}