/****************************************************************/
/*															    */
/*	GRK Slider Responsive slider								*/
/*	Version 1.0 http://www.grkcms.com							*/
/*	Created for using with GRK CMS Templates 					*/
/*	Under Unlicense, http://unlicense.org/						*/
/* 																*/
/****************************************************************/


/*
responsive video
 */

.rwd-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}



#main-slider .grkSlider-paging {
	left: 12px;
	top: calc(50% - 140px);
	width: auto;
	z-index: 999;
}

#main-slider .grkSlider-paging .grkSlider-active {
	background: #fff !important;
}
.grkSliderContainer {
	position: relative;
	float: left;
	width: 100%;
}
.grkSlider {
	outline: none;
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	/*
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important;  */
	-webkit-user-drag: auto !important;
	touch-action: inherit !important;
}

.loader-bg {
	background-image: url('/library/pagination/icons/loading.svg') !important;
	background-position: center center  !important;
	background-size: auto  !important;
	background-repeat:  no-repeat !important;
}
.grkSlider ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.grkSlider ul li {
	display: none;
	float: left;
	width: 100%;
	padding: 0;
	border: 0;
	margin-bottom: 0 !important;
	margin-right: -100%;
	position: relative;
	line-height: normal;
}
.grkSlider ul li.slideImg {
	padding-bottom: 30px;
}
.grkSlider ul li div.grkCaption {
	bottom: 0;
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	vertical-align: middle !important;
	width: 100%;
}
.textCaption {
	height: 100%;
	width: 100%;
}
.grkSlider ul li div.grkCaption h1 {
	color: #FFFFFF;
	display: block;
	font-size: 65px;
	font-style: normal;
	font-family: 'Open Sans Bold', Arial, Helvetica, Clean, sans-serif;
	margin: 0;
	padding: 0;
}
.grkSlider ul li div.grkCaption h1.blu {
	color: #35A3D5;
}

.grkSlider ul li div.grkCaption h1.blu b {
	color: #264990;
}
.grkSlider ul li div.grkCaption p,
.grkSlider ul li div.grkCaption a p {
	margin: 20px 0;
	padding: 0;
	color: #FFFFFF;

}
.grkSlider ul li div.grkCaption a:hover {
	text-decoration: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PREV / NEXT ---------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
a.grkSlider-prev, a.grkSlider-next {
	background: none;
	cursor: pointer;
	display: block;
	height: 50px;
	padding: 0;
	position: absolute;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 125px;
	z-index: 10;
	color: #FFF;
	top: calc(50% - 25px);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height: 0;
}
a.grkSlider-prev img, a.grkSlider-next img {
	width: auto;
	height: 50px;
}

a.grkSlider-prev i, a.grkSlider-next i {
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 0;
	-webkit-transition: color 0.3s ease 0s, opacity  0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s, opacity  0.3s ease 0s;
	-ms-transition: color 0.3s ease 0s, opacity  0.3s ease 0s;
	-o-transition: color 0.3s ease 0s, opacity  0.3s ease 0s;
	transition: color 0.3s ease 0s, opacity  0.3s ease 0s;
}
a.grkSlider-prev i {
	left: 0;
}
a.grkSlider-next i {
	right: 15px;
}
a.grkSlider-prev:hover, a.grkSlider-next:hover {
	background: none;
	text-decoration: none;
}
a.grkSlider-prev:hover i, a.grkSlider-next:hover i {
	color: #162E60;
}
.grkSlider-prev {
	left: 0;
	font-size: 40px;
}
.grkSlider-next {
	font-size: 40px;
	right: 0;
}

/** SLIDER MENU HOMEPAGE **/


.homepage-slider a.grkSlider-prev,
.homepage-slider a.grkSlider-next {
	display: block;
	height: 100%;
	padding: 0;
	position: absolute;
	text-align: center;
	transition: all 0.5s ease 0s;
	min-width: 325px;
	z-index: 10;
	color: #FFF;
	top: 0;
	bottom:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height: 0;
}
.homepage-slider a.grkSlider-prev {
	background-position: 160% 0 ;
	background-repeat: no-repeat;
	background-size: cover;
}
.homepage-slider a.grkSlider-next {
	background-position: -60% 0 ;
	background-repeat: no-repeat;
	background-size: cover;
}
.whats-prev, .whats-next {
	display: block;
	width: auto;
	/*height:calc(100% - 20px);*/
	position: absolute;
	/*top: calc(50% - 40px);*/
}
.whats-prev {
	left:0;
	top: 50px;
}
.whats-next {
	right:0;
	bottom: 50px;
}
.titolo-prev, .titolo-next {
	color: #FFF;
	height: 60px;
	line-height: 60px;
	width: auto;
	background-position: 100% 0 ;
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 0 30px 0 15px;
	text-align: center;
	float: left;
	white-space: nowrap;
	font-family: 'Open Sans Bold', Arial, Helvetica, Clean, sans-serif;
	min-width: 240px;
}
.titolo-next {
	background-position: 0 0 ;
	padding: 0 15px 0 30px;
	float: right;
}
.nav-prev, .nav-next {
	color: #FFF;
	height: 80px;
	line-height: 100px;
	width: 100%;
	background-position: 100% 0 ;
	background-repeat: no-repeat;
	padding: 0;
	padding-right: 30px;
	text-align: center;
	width: 170px;
	float: left;
}
.nav-next {
	background-position: 100% 0 ;
	padding-left: 30px;
	padding-right: 0;
	float: right;
}
a.grkSlider-prev .nav-prev i, a.grkSlider-next .nav-next i {
	position: relative;
	top: auto;
	left: auto;
	font-size: 55px;
}
a.grkSlider-next .nav-next i {
	right: auto;
}

.grkSlider.homepage-slider ul li div.grkCaption.txtright {
	width: 85%;
	padding-right:  15%;
}
.grkSlider.homepage-slider ul li div.grkCaption.txtleft {
	width: 85%;
	left:  15%;
}

.grkSlider.homepage-slider ul li div.grkCaption.txtright h1,
.grkSlider.homepage-slider ul li div.grkCaption.txtleft h1,
.grkSlider.homepage-slider ul li div.grkCaption.txtcenter h1 {
	text-shadow: 1px 1px 1px #000;
}

/*********/


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PAGING --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
ol.grkSlider-paging {
	position: absolute;
	bottom: 5px;
	margin: 0 auto;
	width: 100%;
	height: 20px;
	padding-bottom: 10px;
	text-align:center;
	float:left;
}
ol.grkSlider-paging li {
	margin: 0;
	padding: 5px;
	display: inline-block;
	zoom: 1;
	background: none;
}
ol.grkSlider-paging li:first-child {
	-moz-border-radius-bottomleft: 50px;
	-webkit-border-bottom-left-radius: 50px;
	border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-webkit-border-top-left-radius: 50px;
	border-top-left-radius: 50px;
}
ol.grkSlider-paging li:last-child {
	-moz-border-radius-bottomright: 50px;
	-webkit-border-bottom-right-radius: 50px;
	border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-webkit-border-top-right-radius: 50px;
	border-top-right-radius: 50px;
}
ol.grkSlider-paging li a {
	width: 11px; /* era 15 */
	height: 11px;
	display: block;
	background: #35A3D5;
	cursor: pointer;
	cursor:hand;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	transition: background 0.3s ease 0s;
}
ol.grkSlider-paging li a:hover {
	background: #264990;
}
ol.grkSlider-paging li a.grkSlider-active {
	background: #264990;
	cursor: default;
}





/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* GRKSLIDER CUSTOMIZATION ---------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
#main-slider ul li,
#products-slider ul li ,
#main-slider.homepage-slider {
	 height: 75vh;
	 background-position: 50% 50%;
	 background-repeat: no-repeat;
	 background-size: cover;
 }

#main-slider.homepage-slider, #main-slider.homepage-slider ul li {
	height: calc(100vh - 120px);
}

#main-slider.homepage-slider .scrollDown3 {
	width: 81px;
	height: 60px;
	background: url("/library/pagination/icons/scroll.svg") 0 0 no-repeat;
	z-index: 99;
	bottom: 0;
	left: calc(50% - 40px);
	position: absolute;
	cursor: pointer;
	color: #FFF;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-direction: row;
	flex-wrap: nowrap;
}
#main-slider.homepage-slider .scrollDown3 i {
	font-size: clamp(20px, 4vw, 28px);

}

#main-slider.about-slider ul li, #main-slider.about-slider {
	height: calc(100vh - 350px);

}
#main-slider a.btn {
	position: relative;
	z-index: 100;
}



#products-slider.videoHeight50 ul li {
	height: 30vh;
}
#products-slider ul li {
	background-position: 0 0;
}
#product-presentation-slider ul li {
	line-height: 0;
}

#product-presentation-slider .adv-title,
#product-presentation-slider .adv-subtitle {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}
#product-presentation-slider .adv-title {
	top: 0;
}
#product-presentation-slider .adv-subtitle {
	bottom: 60px;
}
#product-presentation-slider .adv-title h1 {
	text-align: center;
	font-weight: 900;
	color: #c10e1a;
	font-size: 60px;
	margin: 25px 0 0 0;
}
#product-presentation-slider .adv-subtitle h2 {
	text-align: center;
	font-weight: 900;
	color: #000000;
	font-size: 30px;
	margin: 0 0 25px 0;
}


#product-slider {
	height: 350px;
}
#product-slider ul li {
	height: 350px;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#product-slider ul li a {
	height: 100%;
	width: 100%;
}
#product-slider ol.grkSlider-paging {
	width: 68px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 65px;
	/*left: calc(-50% + 30px);*/
	left: 0;
	padding-bottom: 5px;
	top: -1px;
}
#product-slider ol.grkSlider-paging li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: block;
	height: 30px;
	margin-left: 48.5%;
	padding: 5px;
}
#product-slider ol.grkSlider-paging li a.grkSlider-active {
	background: #c10e1a;
}

#related-products-slider {
	padding-top: 45px;
}
#related-products-slider ul li {
	height: 400px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#related-products-slider ol.grkSlider-paging {
	top:0;
}



.iconPrev, .iconNext {
	position: absolute;
}

.iconPrev {
	right: 100px;
}
.iconNext {
	left: -100px;
}

/*
#main-slider.grkSlider ul li {
	display: block;
}*/

#slider-about.grkSlider ul li {
	/*background-size: contain;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 450px;
}
#slider-about.grkSlider ul li div.grkCaption {
	height:auto;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	position: absolute;
	background-color: rgba(38, 73, 144, .9);
	width: 100%;

}
#slider-about.grkSlider ul li div.grkCaption p {
	padding: 0;
	margin: 0;
}

.grkCaption hr.bgbianco {
	width: 600px;
	margin: 30px auto;
}

/* VIDEO HOMEPAGE ------------------------------------------------------------------------------------------- */
.play-video {
	width: 100%;
	height: calc(100vh - 120px);
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-end;
}
.play-video h1 {
	display: none !important;
}
.play-video a {
	/*position: absolute;
	width: 300px;
	bottom: 20%;
	left: calc(50% - 150px);*/
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 15px;
	font-weight: bold;
	height: 50px;
	padding: 0 20px;
	width: 250px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	background-color: #154577;
	border: none;
	color: #fff;
	position: relative;
	z-index: 20;

}
.play-video a:last-child {
	margin-bottom: clamp(15px, 5%, 100px);
	margin-top: 10px;
}
.play-video a i {
	font-size: 22px;
}
.play-video a .button-play {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	height: 100%;
}
.play-video a:hover {
	background-color: #35A3D5;
}

/*

video {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.vimeo-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	!* pointer-events: none;*!
	overflow: hidden;
}

.vimeo-wrapper h1 {
	display: none !important;
}*/
