.thumbBlog {
	width: 80px;
	height: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fontlove {
	font-family: GreatVibes-Regular, sans-serif;
	font-size: 120px;
	font-weight: 400;
}


.fontloveh1 {
	font-family: GreatVibes-Regular, sans-serif;
	font-size: 50px;
	color: #fff;
	line-height: 0;
	font-weight: 400;

}

.titoloh1 {
	font-family: GreatVibes-Regular, sans-serif;
	font-size: 60px;
	color: #000;
	font-weight: 400;
	text-align: left;

}

.titoloCard {
	font-family: GreatVibes-Regular, sans-serif;
	font-size: 30px;
	color: #fff;

}

@media screen and (max-width: 600px) {
	.fontloveh1 {
		font-family: GreatVibes-Regular, sans-serif;
		font-size: 28px;
		color: #fff;
		line-height: 0;
		font-weight: 500;
	}

	.fontlove {
		font-family: GreatVibes-Regular, sans-serif;
		font-size: 35px;
		font-weight: 800;
	}

	.titoloh1 {
		font-family: GreatVibes-Regular, sans-serif;
		font-size: 40px;
		color: #000;
		font-weight: 500;
		text-align: center;

	}
}

.fa-google {
	background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.custom-svg2 {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: inline;
	line-height: 0;
	z-index: 2;

}

.custom-svg2 svg {
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
	top: -2px;
	z-index: 2;

}

.custom-svg {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: inline;
	line-height: 0;
	z-index: 2;

}

.custom-svg svg {
	position: relative;
	display: block;
	width: 100%;
	height: 110px;
	top: -2px;
	z-index: 2;

}

@media screen and (max-width: 600px) {
	.custom-svg svg {
		position: relative;
		display: block;
		width: 100%;
		height: 65px;
		top: -2px;
	}

	.custom-svg2 svg {
		position: relative;
		display: block;
		width: 100%;
		height: 80px;
		top: -2px;
	}
}

.wave {
	height: 50px;
	position: relative;
	background: linear-gradient(90deg, #ccc 0%, #ccc 100%);
	z-index: -1;
}

.wave {
	color: #ccc;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding-top: 25px;
	padding-bottom: 25px;

}

.wave::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: repeat;
	height: 10px;
	background-size: 20px 20px;
	background-image:
		radial-gradient(circle at 10px -5px, transparent 12px, #fff 13px);
}

.wave::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: repeat;
	height: 15px;
	background-size: 40px 20px;
	background-image:
		radial-gradient(circle at 10px 15px, #fff 12px, transparent 13px);

}

.blu2 {
	background-color: #214255;
}

.verde {
	background-color: #999;
}

.verde:hover {
	background-color: #666;
}

body {
	font-family: Times New Roman;
}

.scrollR {
	height: 80px;
	overflow-y: auto;
	scrollbar-color: #cccccc #666666;
	scrollbar-width: thin;
}

#colorBg {
	width: 100%;
	height: auto;
	background: linear-gradient(#ddd, #fff, #fff, #eee);
}

#colorBg2 {
	width: 100%;
	height: auto;
	background: linear-gradient(#ECD48A, #ECD48A, #fff, #fff);
}

#colorBggrigio {
	width: 100%;
	height: auto;
	background: #ddd;
}

#colorBgBlu {
	width: 100%;
	height: auto;
	background: #ddd;
}

#colorNero {
	width: 100%;
	height: auto;
	background: linear-gradient(#204189, #000, #204189);
}


#sRec {
	background-image: url('../slide/rec2.jpg');
	width: 100%;
	height: auto;
	background-size: cover;
}

.carousel-caption {
	top: 28%;
}

.carousel-item {
	margin-top: 0px;
	height: 20vh;
	min-height: 600px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-inner .carousel-item>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: zoomin 15s linear infinite;
}


@media screen and (max-width:768px) {
	.carousel-item {
		margin-top: 0px;
		height: 50vh;
		min-height: 50px;
		background: no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

.carousel-inner .carousel-item>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: zoomin 15s linear infinite;
}

@keyframes zoomin {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.15);
	}

	100% {
		transform: scale(1);
	}
}

/*** Img Border ***/
.img-border {
	position: relative;
	height: 100%;
	min-height: 400px;
}

.img-border::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 3rem;
	bottom: 3rem;
	border: 5px solid #204189;
	border-radius: 6px;
}

.img-border img {
	position: absolute;
	top: 3rem;
	left: 3rem;
	width: calc(100% - 3rem);
	height: calc(100% - 3rem);
	object-fit: cover;
	border-radius: 6px;
}

------------------ 
section.module2:last-child {
	margin-bottom: 0;

}

section.module2.parallax2 {
	height: 400px;

	background-position: 10% 90%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;

}

section.module2.parallax2 p {
	color: #fff;
	margin-top: 3.225em;
	text-align: left;


}

.sizeCentro {
	font-size: 20px;
	color: rgba(0,51,51,1);
	
}

.sizeTitolo {
	font-size: 80px;
	 text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
	color: rgba(0,51,51,1);

}

section.module2.parallax2-1 {
	background-image: url("https://www.dormireasalina.it/slide/4.jpg");
	z-index: 1;
}

.testo-slide1 {
	font-size: 75px;
	font-family: Times New Roman, sans-serif;
	color: #ffffff;
}

.testo-slide2 {
	font-size: 42px;
	font-family: Times New Roman, sans-serif;
	color: #ffffff;
}

@media screen and (max-width: 600px) {
	section.module2.parallax2 {
		height: auto;
		background-position: 10% 90%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}

	section.module2.parallax2 p {
		color: #fff;
		margin-top: 1.525em;
		text-align: left;
		z-index: 9;
		line-height: 1.0;
	}

	section.module2.parallax2 {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}

	section.module2.parallax2-1 {
		background-image: url("https://www.dormireasalina.it/slide/4.jpg");
		z-index: 1;
	}

	.sizeCentro {
		font-size: 15px;
		color: rgba(0,51,51,1);

	}

.sizeTitolo {
	font-size: 28px;
	 text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
	color: rgba(0,51,51,1);

}

	.testo-slide1 {
		font-size: 35px;
		font-family: Times New Roman, sans-serif;
		color: #ffffff;
	}

	.testo-slide2 {
		font-size: 22px;
		font-family: Times New Roman, sans-serif;
		color: #ffffff;
	}
}

.ombre {
	text-shadow: 1px 3px #000033;
}


h2 {
	font-size: 24px;
	color: #333;
	font-family: Times New Roman, sans-serif;
	font-weight: 400;
	margin-top: 9px;
}

@media screen and (max-width: 600px) {


	h2 {
		font-size: 15px;
		font-weight: 400;
		font-family: Times New Roman, sans-serif;
		text-transform: none;
		color: #204189;

	}
}

.link:link {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.link:visited {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.link:hover {
	color: #836D65;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.whatsapp:link {
	color: #999;
	font-weight: bold;
}

.whatsapp:visited {
	color: #999;
	font-weight: bold;
}

.whatsapp:hover {
	color: #666;
	font-weight: bold;
}

#nav-toggle {
	position: absolute;
	right: 150%;
	top: 150%;
}

.roundedAll {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.10), -1 1px 1px 1px rgba(0, 0, 0, 0.10), 0 2px 4px -1px rgba(0, 0, 0, 0.10);
	border-radius: 12px 12px 12px 12px;
}

.card-title {
	font-weight: 600;
	font-size: 18px;
	color: #000;
}

.wrapper {
	width: 100%;
	position: absolute;
	height: 100%;
	background-color: #fff;
	clip-path: polygon(60% 0, 100% 0, 100% 50%, 100% 100%, 75% 100%);
	transition: 1s all;
	z-index: -1;
}

.navbar-nero {
	background: #fff;
	color: #fff;
	z-index: 999;
}


/* change the brand and text color */
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
	color: #54B4D3;
	font-size: 22px;
	font-family: Times New Roman, sans-serif;
}






/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
	color: #2E91B1;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
	background: #fff;
	margin-top: 0px;
	border: 0;
	color: #666;
	text-transform: capitalize;
}

.navbar-custom .dropdown-item {
	color: #2E91B1;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;

}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
	color: #fff;
	background-color: #2E91B1;
	font-size: 15px;
	text-transform: capitalize;

}

.thumb {
	width: 200px;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.thumbLogo2 {
	width: 300px;
	height: auto;
}

.thumb_tour-g2 {
	margin-top: 70px;
	width: 100%;
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -999;
}

.thumb_prodotto {
	width: 1000px;
	height: 1000px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -999;


}

.testo-svg {
	font-size: 0.925rem;
	fill: #fff;
	font-family: Futura Bold, sans-serif;
}



@media screen and (max-width: 600px) {
	.testo-svg {
		font-size: 1.4rem;
		fill: #fff;
		font-family: Futura Bold, sans-serif;

	}

	.thumbBlog {
		width: 80px;
		height: 100px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.thumbLogo2 {
		width: 180px;
		height: auto;
	}

	.thumb_tour-g2 {
		width: 100%;
		height: 500px;
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 50px;
	}

}

.content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	/* 	border-radius: 0 0 90% 90% / 15em; */
	clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 100%, 35% 86%, 20% 94%, 0 87%, 0 0);
	overflow: hidden;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.content:before {
	content: '';
	position: absolute;

	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.thumb_tour-g {
	width: 100%;
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.5);

}

.thumb_tour-g p {
	text-align: center;
	margin-top: 230px;
	text-transform: uppercase;
	color: #fff;
	font-size: 70px;
	z-index: 0;
	text-shadow: 2px 2px 5px #000;
}

@media screen and (max-width: 600px) {

	.thumb_tour-g p {
		text-align: center;
		margin-top: 140px;
		text-transform: uppercase;
		color: white;
		font-size: 35px;
		z-index: 0;
		text-shadow: 2px 2px 5px #000;
	}
}

.giustificato {
	font-size: 18px;
	color: #666;
	text-align: justify;

}

.tfreccia {
	font-size: 2.8rem;
	color: #fff;

}

@media screen and (max-width: 600px) {
	.tfreccia {
		font-size: 1.0rem;
		color: #fff;

	}

	.giustificato {
		color: #666;
		font-size: 0.9rem;
		text-align: justify;

	}
}

.ombra {
	text-shadow: 2px 2px #000;
}

.lV {
	padding: 0.2rem 0.2rem 0.2rem 0.2rem;
	margin-left: 0px;
	padding-left: 10px;

	border-left: 2px solid #204189;
	border-radius: 7px 0px 0px 5px;

}

.lV2 {
	font-size: 1.9rem;
	padding: 0.2rem 0.2rem 0.2rem 0.2rem;
	margin-left: 0px;
	padding-left: 5px;
	background: linear-gradient(90deg, rgba(0,0,0,0.402194154028799) 0%, rgba(0,0,0,0.402194154028799) 100%); 
	color: #fff;
	border-left: 4px solid #F77D24;
	border-radius: 2px 0px 0px 2px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	height: 40px;
	width: 40px;
	outline: black;
	background-color: linear-gradient(90deg, rgba(51, 51, 51, 1) 70%, rgba(0, 0, 0, 1) 70%);
	border-radius: 50%;
}

.carousel-control-prev2,
.carousel-control-next2 {
	align-items: flex-start;
	;
	/* Aligns it at the top */
}

.carousel-control-prev2,
.carousel-control-next2 {
	align-items: flex-end;
	;
	/* Aligns it at the bottom */
}

.navbar-toggler {
	background: none;
	border: none;
}

.navbar-toggler:active,
.navbar-toggler:focus {
	outline: 0;
}

.navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin: 4px 0 4px 0;
	transition: all 0.2s;
}

.navbar-toggler .icon-bar {
	background: #003333;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
	transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
	transform: rotate(0);
}

.navbar-toggler:focus,
.navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
	color: #fff;
}

.arrow_boxMobil {
	position: relative;
	background: #5E7535;
	border: 4px solid #5E7535;
	z-index: 289;
}

.arrow_boxMobil:after,
.arrow_boxMobil:before {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_boxMobil:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #5E7535;
	border-width: 30px;
	margin-left: -30px;
}

@media screen and (max-width: 600px) {
	.lV2 {
	font-size: 0.9rem;
	padding: 0.1rem 0.1rem 0.1rem 0.1rem;
	margin-left: 0px;
	padding-left: 5px;
	background: linear-gradient(90deg, rgba(0,0,0,0.402194154028799) 0%, rgba(0,0,0,0.402194154028799) 100%); 
	color: #fff;
	border-left: 4px solid #F77D24;
	border-radius: 2px 0px 0px 2px;
}
	
	.arrow_boxMobil {
		top: 54px;

		background: #5E7535;
		border: 4px solid #5E7535;
		margin-bottom: 90px;
	}

	.arrow_boxMobil:after,
	.arrow_boxMobil:before {
		top: 100%;
		left: 10%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.arrow_boxMobil:after {
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #5E7535;
		border-width: 24px;
		margin-left: -24px;
	}
}

.arrow_box2 {
	position: relative;
	background: #204189;
	border: 4px solid #204189;
	z-index: 289;
}

.arrow_box2:after,
.arrow_box2:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box2:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #204189;

}

.arrow_box {
	position: relative;
	background: #54B4D3;
	border: 4px solid #54B4D3;
	z-index: 289;

}

.arrow_box:after,
.arrow_box:before {
	top: 100%;
	left: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #54B4D3;
	border-width: 30px;
	margin-left: -30px;
}

/* Initial Hover Box Setup */
.hover-box {
	position: relative;
	overflow: hidden;
	text-align: center;
	opacity: 1;
	border: 3px solid #204189;
}

/* Initial Setup of the Top and Bottom Borders on Hover */
.hover-box:before {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	content: '';
	z-index: 2;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	transform: scaleX(0);
	transition: all 0.5s ease;
	opacity: 0;
}

/* Initial Setup of the Left and Right Borders on Hover */
.hover-box:after {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	content: '';
	z-index: 2;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	transform: scaleY(0);
	transition: all 0.5s ease;
	opacity: 0;
}

/* Image Sizing Setup */
.hover-box img {
	width: 100%;
	height: auto;
	overflow: hidden;
	transform: scale(1.1);
	transition: all 0.5s ease;


}

/* Initial Setup of Box Content */
.hover-box .hover-box-content {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	overflow: hidden;
	transition: all 0.5s ease;
	opacity: 1;
	z-index: 2;
}

.hover-box .sopra {
	position: absolute;
	top: 75%;
	left: 5%;
	width: 90%;
	height: 90%;
	transition: all 0.5s ease;
	opacity: 0;
	color: #FFFFFF;
	z-index: 3;
}

.hover-box:hover .sopra {
	position: absolute;
	top: 75%;
	left: 5%;
	width: 90%;
	height: 90%;
	transition: all 0.5s ease;
	opacity: 1;
	color: #FFFFFF;
	z-index: 3;
}

/* Initial Setup of Box Content Title */
.hover-box .hover-box-content .hover-box-title {
	position: absolute;
	top: 20%;
	left: 0%;
	width: 100%;
	height: auto;
	font-weight: normal;
	font-size: 20px;
	transition: all 0.5s ease;
	opacity: 0;
	color: #FFFFFF;
}

/* Initial Setup of Box Content Description Paragraphs */
.hover-box .hover-box-content .hover-box-desc {
	position: absolute;
	bottom: 16%;
	left: 0%;
	width: 100%;
	height: auto;
	font-weight: 800;
	font-size: 25px;
	transition: all 0.5s ease;
	opacity: 0;
	color: #FFFFFF;
}

/* Hover Effects on Image Styling */
.hover-box:hover img {
	transform: scale(1);
	filter: brightness(0.1) grayscale(0.1) hue-rotate(-0.3turn) invert(0.6) saturate(0) sepia(1);
}

/* Hover Effects to Display the Top and Bottom Borders */
.hover-box:hover:before {
	transform: scaleX(1);
	opacity: 1;
}

/* Hover Effects to Display the Left and Right Borders */
.hover-box:hover:after {
	transform: scaleY(1);
	opacity: 1;
}

/* Hover Effects to Move the Title Position */
.hover-box:hover .hover-box-content .hover-box-title {
	top: 20%;
	opacity: 1;
}

/* Hover Effects to Move the Description Position */
.hover-box:hover .hover-box-content .hover-box-desc {
	bottom: 45%;
	opacity: 1;
}

@media screen and (max-width: 600px) {

	/* Hover Effects to Move the Description Position */
	.hover-box:hover .hover-box-content .hover-box-desc {
		bottom: 50%;
		opacity: 1;
	}
}

.demo-title {
	font-family: Times New Roman, sans-serif;
	text-transform: capitalize;
	font-weight: Bold;
	font-size: 30px;
	color: #204189;
}

@media screen and (max-width: 600px) {
	.hover-box img {
		width: 100%;
		height: auto;
		overflow: hidden;
		transform: scale(1.1);
		transition: all 0.5s ease;
	}

	.demo-title {
		font-family: Times New Roman, sans-serif;
		text-transform: capitalize;
		font-weight: Bold;
		font-size: 28px;
		color: #204189;
	}
}

/* cart */
$shopping-cart-red: #DF0000;

.fa-stack[data-count]:after {
	position: absolute;
	right: 0%;
	top: 0%;
	content: attr(data-count);
	font-size: 40%;
	padding: .6em;
	border-radius: 999px;
	line-height: .75em;
	color: white;
	color: $shopping-cart-red;
	text-align: center;
	min-width: 2em;
	font-weight: bold;
	background: white;
	border-style: solid;
}

.fa-circle {
	color: #198754;
}

.red-cart {
	color: #438c9f;
	background: white;
}

/* on ex2 if you include bootstrap v3 css the number is a rounded circle with the .has-badge class */
#ex2 .fa-stack[data-count]:after {
	position: absolute;
	right: 0%;
	top: 1%;
	content: attr(data-count);
	font-size: 50%;
	padding: .6em;
	border-radius: 999px;
	line-height: .75em;
	color: white;
	background: red;
	text-align: center;
	min-width: 2em;
	font-weight: bold;
}

.product-grid3 {
	font-family: Roboto, sans-serif;
	text-align: center;
	position: relative;
	z-index: 1
}

.product-grid3:before {
	content: "";
	height: 81%;
	width: 100%;
	background: #eee;
	border: 1px solid rgba(0, 0, 0, .1);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .5s ease 0s
}

.product-grid3:hover:before {
	opacity: 1;
	height: 100%
}

.product-grid3 .product-image3 {
	position: relative
}

.product-grid3 .product-image3 a {
	display: block
}

.product-grid3 .product-image3 img {
	width: 90%;
	height: auto
}

.product-grid3 .pic-1 {
	opacity: 1;
	transition: all .5s ease-out 0s
}

.product-grid3:hover .pic-1 {
	opacity: 0
}

.product-grid3 .pic-2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s ease-out 0s
}

.product-grid3:hover .pic-2 {
	opacity: 1
}

.product-grid3 .social2 {
	width: 120px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	opacity: 0;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -23px;
	transform: scale(0);
	transition: all .3s ease 0s
}

.product-grid3:hover .social2 {
	opacity: 1;
	transform: scale(1)
}

.product-grid3:hover .product-discount-label1,
.product-grid3:hover .product-new-label1,
.product-grid3:hover .title {
	opacity: 50
}

.product-grid3 .social2 li {
	display: inline-block
}

.product-grid3 .social2 li a {
	color: #fff;
	background: #fff;
	font-size: 18px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	margin: 0 2px;
	display: block;
	transition: all .3s ease 0s
}

.product-grid3 .social2 li a:hover {
	background: #fff;
	color: #fff
}

.product-grid3 .product-discount-label,
.product-grid3 .product-new-labe2 {
	display: block;
	color: #fff;
	background-color: red;
	font-size: 0.8em;
	position: absolute;
	top: 0px;
	right: 1px;
}

.product-grid3 .product-discount-label,
.product-grid3 .product-new-label1 {
	display: block;
	color: #fff;
	background-color: #009900;
	font-size: 0.8em;
	position: absolute;
	top: 0px;
	left: 1px;
}

.product-grid3 .product-content {
	z-index: -1;
	padding: 8px;
	text-align: left;
}

.product-grid3 .title {
	height: 50px;
	font-size: 14px;
	text-transform: capitalize;
	margin: 0 0 7px;
	transition: all .3s ease 0s
}

.product-grid3 .title a {
	color: #414141
}

.product-grid3 .price {
	color: #333;
	font-weight: 600;
	font-size: 12px
}

.product-grid3 .rating {
	list-style: none;
	text-align: left;
	display: block
}

.product-grid3 .rating li {
	color: #FFC300;
	font-size: 17px;
	display: inline-block
}

.product-grid3 .rating li.disable {
	color: #dcdcdc
}

.barrato {
	text-decoration: line-through;
	color: red;
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .2em;
	vertical-align: right;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
	float: right;
	margin-top: 10px;
	color: #fff;
}

/* ultima modifica submenu */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	font-size: 10px;
	margin-top: -3px;
	margin-left: .1rem;
	margin-right: .1rem;
}

.dropdown-menu>li>a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}

.dropdown-menu {
	margin-top: 0;
}

#nav-toggle {
	position: absolute;
	right: 50%;
	top: 50%;
}

.dropend:hover>.dropdown-menu {
	display: block;
	margin-top: 0.125em;
	margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
	.dropend:hover>.dropdown-menu {
		position: absolute;
		top: 0;
		left: 100%;
	}



}

.color-star {
	color: #45AD4A
}

.color-orange {
	background-color: #ff4500;
}

.anyClass_no {
	height: 1000px;
	overflow-y: scroll
}

.progress {
	margin-top: 2px;
	border-radius: 0;
	padding-left: 0
}

.about-rating {
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px
}

.total-ratings {
	font-size: 12px
}

.bg-custom {
	background-color: #b7dd29 !important
}

.text-custom {
	color: #b7dd29 !important
}

.progress-bar {
	width: 0;
	animation: progress 10.5s ease-in-out forwards;

	.title2 {
		font-color: #000;
	}

	.title {
		opacity: 0;
		animation: show 10.75s forwards ease-in-out 0.5s;

	}
}

@keyframes progress {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@keyframes show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

#accordion {
	.card-header {
		margin-bottom: 6px;

	}

	.altezza {
		height: 90px;
		overflow-y: scroll;
		scrollbar-color: #ccc transparent;
		scrollbar-width: thin;
		margin-bottom: 6px;
	}

	.accordion-title {
		position: relative;
		display: block;
		padding: 8px 0 8px 50px;
		background: #7A9548;
		border-radius: 8px;
		overflow: hidden;
		text-decoration: none;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		width: 100%;
		text-align: left;
		transition: all .4s ease-in-out;

		i {
			position: absolute;
			width: 40px;
			height: 100%;
			left: 0;
			top: 0;
			color: #fff;
			background: radial-gradient(rgba(#7A9548, .8), #7A9548);
			text-align: center;
			border-right: 1px solid transparent;
		}

		&:hover {
			padding-left: 60px;
			background: #7A9548;
			color: #fff;

			i {
				border-right: 1px;
			}
		}
	}

	[aria-expanded="true"] {
		background: #E9F1F4;
		color: #000;

		i {
			color: #000;
			background: #C2D8E0;

			&:before {
				content: "\f068";
			}
		}
	}

	.accordion-body {
		padding: 10px 10px;
		background: #E9F1F4;


	}
}

.altezzaCard {
	min-height: 50px;
}

.cross {
	position: relative;
	display: inline-block;
}

.cross::before,
.cross::after {
	content: '';
	width: 100%;
	position: absolute;
	right: 0;
	top: 50%;
}

.cross::before {
	border-bottom: 2px solid red;
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
}

.cross::after {
	border-bottom: 2px solid red;
	-webkit-transform: skewY(10deg);
	transform: skewY(10deg);
}

.testoMin {
	font-size: 13px;
	font-weight: 400;
}

.capCat {
	position: relative;
	left: 0;
	width: 100%;
}

.capCat svg {
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
}

.testoShop {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}

@media screen and (max-width: 600px) {
	.capCat {
		position: relative;
		left: 0;
		width: 100%;
	}

	.capCat svg {
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
	}

	.testoShop {
		font-size: 15px;
		font-weight: 600;
		text-transform: uppercase;
	}
}

.sCart {
	background-image: linear-gradient(#5E7535, #DAE4C5 100%);
}

.zindex1 {
	top: 82px;
	position: fixed;
	right: 0;
	width: 35%;
	background: #5E7535;
	z-index: 9999999;
	display: block;
}

@media screen and (max-width: 600px) {
	.zindex1 {
		top: 55px;
		position: fixed;
		right: 0;
		width: 100%;
		background: #5E7535;
		z-index: 9999999;
		display: block;
	}
}

select {
	text-align-last: left;
}


.footer {
	background: linear-gradient(90deg, rgba(32, 65, 137, 1) 0%, rgba(0, 0, 0, 1) 100%);
	padding-top: 50px;
	padding-bottom: 0px;
}

/*END FOOTER SOCIAL DESIGN*/
.single_footer {}

@media only screen and (max-width:768px) {
	.single_footer {
		margin-bottom: 30px;
	}
}

.single_footer p {
	color: #fff;
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}

.single_footer p::after {
	content: "";
	display: block;
	height: 2px;
	width: 40px;
	background: #fff;
	margin-top: 20px;
}

.single_footer p {
	color: #fff;
}

.single_footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single_footer ul li {}

.single_footer ul li a {
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 36px;
	font-size: 15px;
	text-transform: capitalize;
}

.single_footer ul li a:hover {
	color: #436587;
}

.single_footer_address {}

.single_footer_address ul {}

.single_footer_address ul li {
	color: #fff;
}

.single_footer_address ul li span {
	font-weight: 400;
	color: #fff;
	line-height: 28px;
}

.contact_social ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
	display: block;
	position: relative;
	margin-top: 15px;
	width: 100%;
}

.subscribe__input {
	background-color: #fff;
	border: medium none;
	border-radius: 5px;
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 60px;
	letter-spacing: 0.4px;
	margin: 0;
	padding: 0 150px 0 20px;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
}

@media only screen and (max-width:768px) {
	.subscribe__input {
		padding: 0 50px 0 20px;
	}
}

.subscribe__btn {
	background-color: transparent;
	border-radius: 0 25px 25px 0;
	color: #01c7e9;
	cursor: pointer;
	display: block;
	font-size: 20px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}

.subscribe__btn i {
	transition: all 0.3s ease 0s;
}

@media only screen and (max-width:768px) {
	.subscribe__btn {
		right: 0px;
	}
}

.subscribe__btn:hover i {
	color: #436587;
}

button {
	padding: 0;
	border: none;
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/*END NEWSLETTER CSS*/
/*START SOCIAL PROFILE CSS*/
.social_profile {
	margin-top: 40px;
}

.social_profile ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.social_profile ul li {
	float: left;
}

.social_profile ul li a {
	text-align: center;
	border: 0px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	margin: 0px 5px;
	font-size: 18px;
	color: #fff;
	border-radius: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width:768px) {
	.social_profile ul li a {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:480px) {
	.social_profile ul li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

.social_profile ul li a:hover {
	background: #436587;
	border: 1px solid #ff3666;
	color: #fff;
	border: 0px;
}

/*END SOCIAL PROFILE CSS*/
.copyright {
	margin-top: 70px;
	padding-top: 40px;
	color: #fff;
	font-size: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	text-align: center;
}

.copyright a {
	color: #01c7e9;
	transition: all 0.2s ease 0s;
}

.copyright a:hover {
	color: #ff3666;
}

.accordion-button:focus {
	box-shadow: none;
	border-color: rgba(0, 0, 0, .125);
}


.margine-top-home {
	margin-top: 83px;
}

@media only screen and (max-width:480px) {
	.margine-top-home {
		margin-top: 50px;
	}
}

#colorBg2 {
	width: 100%;
	height: auto;
	background: linear-gradient(#ECD48A, #ECD48A, #fff, #FCF7E9);
}

.dataEv-title {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	display: inline-block;
	border-bottom: 3px solid #ECD48A;
	color: fff;
	font-family: Times New Roman;
	text-transform: capitalize;

}

.titolo2 {
	font-size: 20px;
	color: #fff;
	font-family: Times New Roman, sans-serif;
	font-weight: 600;
	font-family: Times New Roman;
}

.titolo3 {
	font-size: 15px;
	color: #000;
	font-family: Times New Roman, sans-serif;
	font-weight: 600;
	font-family: Times New Roman;
}

.paragrafo {
	font-size: 18px;
	color: #000;
	font-family: Times New Roman, sans-serif;
	text-align: justify;
	font-family: Times New Roman;
}

.bg-titolo {
	font-size: 14px;
	background-color: #54B4D3;
	color: #fff;
	font-family: Times New Roman, sans-serif;
}

.numberCircle {
	display: inline-block;
	line-height: 0px;
	border-radius: 50%;
	border-style: dotted;
	font-size: 12px;
	color: #fff;
	font-weight: 800;
}

.numberCircle span {
	display: inline-block;
	padding-top: 50%;
	padding-bottom: 50%;
	margin-left: 8px;
	margin-right: 8px;
}

.colorForm {
	background: linear-gradient(4deg, rgba(236, 212, 138, 1) 20%, rgba(255, 255, 255, 1) 100%);

}

@media screen and (max-width: 600px) {
	.thumb_tour-ev {
		width: 100%;
		height: 300px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: rgba(0, 0, 0, 0.5);

	}
}




.fixed-top {
	top: -40px;
	transform: translateY(40px);
	transition: transform .3s;
}

.stuck .sticky-top {
	background-image: linear-gradient(to right, #fff, #fff, #0B5264, #0B5264) !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;

}




@media (min-width: 1500px) {
	.menu {
		margin-left: 7%;
	}
}

@media (min-width: 1920px) {
	.menu {
		margin-left: 20%;
	}
}

.blu {
	background-color: #204189;
}

.bluText {
	color: #204189;
}





.numberCircle {
	display: inline-block;
	line-height: 0px;
	border-radius: 50%;
	border-style: dotted;
	font-size: 12px;
	color: #204189;
	font-weight: 800;
}

.numberCircle span {
	display: inline-block;
	padding-top: 50%;
	padding-bottom: 50%;
	margin-left: 8px;
	margin-right: 8px;
}

.thumb_tour-ev {
	width: 100%;
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.5);

}

@media screen and (max-width: 600px) {

	h2 {
		font-size: 15px;
		font-weight: 600;
		font-family: Times New Roman, sans-serif;
		text-transform: none;
		color: #204189;

	}

	.numberCircle {
		display: inline-block;
		line-height: 0px;
		border-radius: 50%;
		border-style: dotted;
		font-size: 12px;
		color: #204189;
		font-weight: 800;
	}

	.numberCircle span {
		display: inline-block;
		padding-top: 50%;
		padding-bottom: 50%;
		margin-left: 8px;
		margin-right: 8px;
	}

	.thumb_tour-ev {
		width: 100%;
		height: 300px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: rgba(0, 0, 0, 0.5);

	}
}


.my-primary2 {
	color: #204189;
	font-weight: 400;
	font-size: 18px;
	background-color: white;
	border-style: solid;
	border-width: thin;
	border-color: #204189;
	margin: auto;
	text-decoration: none;
	text-transform: none;
}

.my-primary2:focus,
.my-primary2:hover {
	color: #204189;
	font-size: 18px;
	font-weight: 400;
	background-color: #ECD48A;
	text-decoration: none;
	text-transform: none;
}


.my-primary {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-style: solid;
	border-width: thin;

	background-color: #54B4D3;
	margin: auto;
	text-decoration: none;
}

.my-primary:focus,
.my-primary:hover {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #2D8FB0;
	border-style: dashed;
	border-color: #54B4D3;
	margin: auto;
	text-decoration: none;

}


.dropdown-menu-arrow {
	top: -25px;
	left: 24%;
	width: 0;
	height: 0;
	position: relative;
}

@media screen and (max-width: 600px) {
	.dropdown-menu-arrow {
		top: -25px;
		left: 10%;
		width: 0;
		height: 0;
		position: relative;
	}
}

.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-width: 16px 20px;
	border-style: solid;
	border-color: transparent;
	z-index: 1001;
}

.dropdown-menu-arrow:after {
	bottom: -20px;
	right: -8px;
	border-bottom-color: #ECD48A;
}

.dropdown-menu-arrow:before {
	bottom: -20px;
	right: -8px;
	border-bottom-color: rgba(0, 0, 0, .15);
}


#striscia {
	background-image: url("https://www.realizzazionesiti.biz/mp/img-page/striscia.jpg");
	height: auto;
	background-repeat: repeat-x;
	background-attachment: local;
	background-position: 25% 65%;
	z-index: 1px;
}

.date {
	font-size: 80px;
	color: #20428A;
}

.date2 {
	font-size: 30px;
	color: #20428A;
}

.fake-button {
	display: inline-block;
	color: #20428a;
	cursor: default;
	font-weight: 700;
	text-transform: uppercase;
	border: 2px solid #eed38b;
	padding: .55em 1.5em;
	margin-bottom: 1rem
}

.years {
	color: #20428a;
	font-size: 4.125rem;
	line-height: 1.15;
	font-family: Times New Roman, serif;
}

.subtitle {
	color: #20428a;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 1.5em;
	font-style: italic;
}

.pallino {
	color: #eed38b;
}

@media screen and (max-width: 600px) {
	.years {
		color: #20428a;
		font-size: 3.125rem;
		line-height: 1.15;
		font-family: Times New Roman, serif;
	}
}

.titoliHom {
	color: #20428a;
	font-size: 1.7rem;
	font-family: 'Times New Roman';
}

.bordo {
	border-style: solid;
	border-color: #204189;
}

.titoliSlide {
	color: #fff;
	font-size: 5.7rem;
	font-family: 'Times New Roman';
	text-shadow: 2px 2px 2px 2px #000;
}

@media screen and (max-width: 600px) {
	.titoliSlide {
		color: #fff;
		font-size: 1.7rem;
		font-family: 'Times New Roman';
	}

}

.titleEv {
	color: #204189;
	font-size: 1.4rem;
	font-family: 'Times New Roman';
	font-weight: bold;
	top: 180px;
	position: relative;
}

.titleEv2 {
	color: #ECD48A;
	font-size: 1.1rem;
	font-family: 'Times New Roman';
	font-weight: bold;
}

.titleEv3 {
	color: #204189;
	font-size: 0.8rem;
	font-family: 'Times New Roman';
	font-weight: bold;
	text-transform: uppercase;
}

@media screen and (max-width: 600px) {
	.titleEv {
		color: #204189;
		font-size: 1.4rem;
		font-family: 'Times New Roman';
		font-weight: bold;
		top: 125px;
		position: relative;
	}

}
.my-primaryC {
	color: #fff;
	font-size: 20px;
	border-style: solid;
	border-color: #ECD48A;

	background-color: #204189;
	margin: auto;
	text-decoration: none;
}




		 .titoloLogo {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}

@media screen and (max-width: 600px) {
	.titoloLogo {
		color: #fff;
		font-size: 1.0rem;
		font-weight: 800;
	}
}
.bg{background-color: #54B4D3;}
         .photos {
         /*   display: grid;
         grid-template-columns: repeat(3, 3fr);
         grid-gap: 5px; */
         column-count: 3;
         } 
         .photos img {
         width: 100%;
         height: auto;
         filter: contrast(100%);
         transition: all 0.2s ease-in-out;
         }
         .photos img:hover {
         filter: contrast(125%);
         }
		         .thumb_tour {
         width: 60px;
         height:auto;
         margin-right: 1em;
         }
         @media screen and (max-width: 400px) {
         .thumb_tour {
         width: 30px;
         height:auto;
         }	
         }
		 
		          /*testo curvo e video*/
         #circle-shape-example .curve { 
         width: 23%; height: auto;
         min-width: 140px;
         float: left;
         margin-right:2rem; 
         border-radius: 50%;
         -webkit-shape-outside:circle();
         shape-outside:circle();
         }
         .circleTesto {
         font-size:18px;
         color:#000033;
         margin-top: 25px;
         }
		 
		          .thumb_tour-g11 {
         margin-top: -107px;
         width: 100%;
         height: 108px;
         background-position: center center;
         background-repeat: no-repeat;
         background-size: cover;
         position: absolute;
         z-index: 2;
         }
         @media screen and (max-width: 600px) {
         .thumb_tour-g11 {
         margin-top: -69px;
         width: 100%;
         height: 70px;
         background-position: center center;
         background-repeat: no-repeat;
         background-size: cover;
         position: absolute;
         z-index: 2;
         }			 
         }
		 
		          #colorH {
         width: 100%;
         height: auto;
         background: linear-gradient(0deg, rgba(0,51,51,1) 43%, rgba(84,180,211,1) 100%);
         }
         #colorH2 {
         width: 100%;
         height: auto;
         background: linear-gradient(0deg, rgba(84,180,211,1) 0%, rgba(255,255,255,1) 100%);
         }
         #colorH3 {
         width: 100%;
         height: auto;
         background: rgba(0,51,51,1);
         }
		 
		          .orange-btn{
         background: #F77D24;
         display: inline-block;
         color: #fff;
         text-decoration: none;
         text-transform: capitalize;
         font-family: Sans-serif;
         font-size: 18px;
         padding-left: 15px;
         i{
         display:inline-block;
         border-left: 1px solid rgba(255,255,255,0.35);
         padding: 8px;
         margin-left: 15px;
         }
         }
		          h1 {
         font-size: 40px;
         font-family: Times New Roman, sans-serif;
         color: #204189;
         font-weight: 600;
         }
         @media screen and (max-width: 600px) {
         h1 {
         font-size: 21px;
         font-family: Times New Roman, sans-serif;
         color: #204189;
         }
         }