body.custom-background-dark {
	background-color: #1a1a1a !important;
	color: #fff !important;
}

hr {
	border-top: 1px solid rgb(0, 0, 0);
}

.custom-btn-1 {
	display: inline-block;
	border: 1px solid #fff;
	padding: 15px 25px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 2px;
	cursor: pointer;
}

.custom-btn-2 {
	display: inline-block;
	padding: 15px 25px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 2px;
	background: #dab8e3;
	color: #000 !important;
	cursor: pointer;
}

.custom-btn-2:hover {
	cursor: pointer;
	text-decoration: underline !important;
	color: #000 !important;
}

.custom-btn-3 {
	border: 4px solid purple;
	text-align: center;
	padding: 14px 20px;
	display: inline-block;
	font-weight: 900;
	color: purple;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 4px;
}

.custom-link-1 {
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: 3px;
}

.fullHeight {
    height: 100vh;
}

.minfullHeight {
    min-height: 100vh;
}

.fw-200 {font-weight: 200 !important;}
.fw-300 {font-weight: 300 !important;}
.fw-600 {font-weight: 600 !important;}
.fw-700 {font-weight: 700 !important;}
.fw-900 {font-weight: 900 !important;}

.scroll_to_btn {
	cursor: pointer;
}

/* HEADER E MENU */

header {
	background-color: transparent;
}

#main-header, 
#main-header .logo {
	transition: all 300ms linear;
}

.overlay-nav {
    display:none;
    position:fixed;
    top:0;
    height:100%;
    width:100%;
	background: #131313;
    overflow:hidden;
    z-index:999;
}

header .openOverlay {
	position: absolute;
	top: 50px;
	right: 50px;
}

header .openOverlay .btnOpenOverlay {
	cursor: pointer;
}

header .openOverlay .btnOpenOverlay span {
	height: 0;
	width: 40px;
	display: block;
	margin-bottom: 10px;
	background-color: #fff;
	transition: all 300ms linear;
	border-bottom: 3px solid #fff;
}

header .openOverlay .btnOpenOverlay.btn-close span.first {
	transform: rotate(45deg) translate(-1px, 5px);
}

header .openOverlay .btnOpenOverlay.btn-close span.second {
	transform: rotate(-45deg) translate(3px, -10px);
}

.overlay-nav-content {
    position: absolute;
    width: 94%;
    top: 55%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    left: 0;
    right: 0;
	margin: auto;
	
	color: #fff;
	text-align: center;
}

#main-menu li {
	margin-bottom: 18px;
}

#main-menu li a {
	color: #dab8e3;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 6px;
}

#main-menu li a.color_variation {
	color: #7dd5d7;
}

#main-menu li a[data-status='disabled'] {
	color: #585858;
}

.menu-custom-box-item p {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 18px;
}

nav .navInfo {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 90%;
}

nav .navInfo p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.25em;
}

.navInfo a {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
}

.menu-logout-btn {
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: 3px;
}


#main-header.fixedSmall {
	background: #fff;
	height: 150px;
}

#main-header.fixedSmall .btnOpenOverlay span {
	border-color: #000;
}

#main-header.fixedSmall .logo {
	position: relative;
	top: -15px;
	width: 250px;
}

#main-header.fixedSmall .openOverlay {
	top: 25px;
}

#main-header.fixedSmall.fixedSmallDark {
	background: #1a1a1a;
	height: 150px;
}

#main-header.fixedSmall.fixedSmallDark .btnOpenOverlay span {
	border-color: #fff;
}

.custom-background-white #main-header .btnOpenOverlay span {
	border-color: #000;
}

.custom-background-white #main-header .btnOpenOverlay.btn-close span {
	border-color: #fff;
}

@media(min-width: 1401px) and (max-height: 767px){
	.logo {
		max-width: 230px;
	}

	header .openOverlay {
		top: 30px;
	}

    #main-menu li {
        margin-bottom: 0px;
	}

	#main-menu li a {
		font-size: 26px;
	}
	
	.custom-btn-1 {
		padding: 10px 20px;
		font-size: 14px;
	}

	.menu-custom-box {
		margin-top: 30px !important;
	}

}

@media(max-width: 1400px){

	.custom-btn-1 {
		padding: 6px 16px;
		font-size: 14px;
	}

	.logo {
		max-width: 230px;
	}

	header .openOverlay {
		top: 30px;
	}

	#main-menu li {
		margin-bottom: 4px;
	}

	#main-menu li a {
		font-size: 22px;
	}

	.menu-custom-box {
		margin-top: 10px !important;
	}

	.menu-custom-box-item {
		margin-top: 20px !important;
	}

	.menu-custom-box-item p {
		font-size: 14px;
	}

	#main-header.fixedSmall {
	    height: 110px;
	}

	#main-header.fixedSmall .logo {
	    top: -30px;
	}

	#main-header.fixedSmall .openOverlay {
	    top: 0px;
	}

	#main-header.fixedSmall.fixedSmallDark {
	    height: 110px;
	}

}

@media(max-width: 1400px) and (max-height: 550px) {

	.custom-btn-1 {
	    padding: 8px 16px;
	    font-size: 12px;
	}

	#main-header {
	    padding-top: 30px !important;
	}

	#main-menu li a {
	    font-size: 20px;
	}

	.menu-custom-box-item {
	    margin-top: 14px !important;
	}

	.menu-custom-box-item p {
	    font-size: 12px;
	}

}

@media(max-width: 1024px){
	nav .navInfo p {
		font-size: 12px;
		letter-spacing: 0em;
	}

	.navInfo a {
		font-size: 12px;
	}
}

@media(max-width: 599px){

	.logo {
		max-width: 230px;
	}

	header .openOverlay {
		top: 30px;
		right: 30px;
	}

	#main-menu li a {
		font-size: 18px;
	}

	.menu-custom-box-item p {
		font-size: 16px;
	}

	nav .navInfo p {
		font-size: 10px;
		letter-spacing: 0em;
	}

	.navInfo a {
		font-size: 10px;
	}

}

@media(max-width: 450px){

	/* .home:not(.logged-in) {
		overflow: hidden;
	} */

	.custom-btn-1 {
		padding: 10px 18px;
		font-size: 12px;
	}

	.custom-btn-2 {
		padding: 10px 18px;
		font-size: 12px;
	}

	.custom-link-1 {
		margin-top: 10px;
		font-size: 12px;
	}

	#main-header.py-5 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.logo {
		max-width: 200px;
	}

	header .openOverlay {
		top: 24px;
		right: 24px;
	}

	header .openOverlay .btnOpenOverlay span {	
		width: 30px;
	}

	header .openOverlay .btnOpenOverlay.btn-close span.first {
		transform: rotate(45deg) translate(0px, 6px);
	}

	.overlay-nav-content {
		top: 50%;
	}

	#main-menu li {
		margin-bottom: 10px;
	}

	#main-menu li a {
		font-size: 18px;
	}

	.menu-custom-box {
		margin-top: 26px !important;
	}

	.menu-custom-box-item {
		margin-top: 26px !important;
	}

	.menu-custom-box-item p {
		font-size: 12px;
	}

	#main-header.fixedSmall,
	#main-header.fixedSmall.fixedSmallDark {
		height: 85px;
	}

	#main-header.fixedSmall .logo {
		top: -15px;
		width: 160px;
	}

	#main-header.fixedSmall .openOverlay {
		top: 3px;
	}
}

@media(max-width: 350px){

	#main-header {
		height: 100px;
	}

	#main-header.py-5 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.logo {
		max-width: 180px;
	}

	header .openOverlay {
		top: 22px;
		right: 16px;
	}

	#main-menu li a {
		font-size: 15px;
	}

	.menu-custom-box-item p {
		font-size: 10px;
		letter-spacing: 3px;
	}
}

/* SECTION BOX */

.section-box {
	min-height: 100vh;
}

.home.logged-in .section-box {
	min-height: 70vh;
	position: relative;
}

.post-type-archive-video .section-box,
.post-type-archive-prodotti .section-box,
.post-type-archive-premi .section-box {
	min-height: 60vh;
	position: relative;
}

body.home-not-logged .section-box {
	height: 100%;
	min-height: auto;
}

.section-box-bg {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center;
	background-size: cover;
}

.section-box .section-box-overlay {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.65);
}

.section-box-overlay-content {
	color: #fff;
	margin-top: 100px;
}

.section-box-overlay-content-intro {
	font-weight: 200;
	color: #dab8e3;
	font-size: 34px;
	max-width: 800px;
	padding: 20px 20px 10px;
}

.section-box-down-arrow {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translatex(-50%);
}

@media(min-width: 1401px) and (max-height: 767px){
	.section-box-overlay-content-intro {
		font-size: 28px;
		padding: 10px;
	}
}

@media(max-width: 1400px) {

	.section-box-overlay-content {
	    margin-top: 10px;
	}

	.section-box-overlay-content-intro {
		font-size: 26px;
		line-height: 30px;
	}
}

@media (max-width: 599px){
	.section-box-overlay-content-intro {
		font-size: 24px;
	}
}

@media (max-width: 450px){

	.section-box-overlay-content {
		margin-top: 50px;
	}

	.section-box-overlay-content-intro {
		font-size: 20px;
		line-height: 26px;
	}

}

@media (max-width: 400px){

	.section-box-overlay-content {
		margin-top: 20px;
	}

	.section-box-down-arrow {
		bottom: 16px;
	}

	.section-box-down-arrow img {
		max-height: 25px;
	}

}

/* CUSTOM SELECT SYSTEM */

.boo-custom-select {
	position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.boo-custom-select-header {
	height: 50px;
	border: 2px solid #000;
	padding: 0 10px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 900;
}

.boo-custom-select-header::after {
	content: '';
	display: block;
	border-color: #000 transparent transparent transparent;
	border-width: 5px;
	border-style: solid;
	position: absolute;
	right: 10px;
	top: 22px;
}

.boo-custom-select-header.boo-custom-select-header-open::after {
	border-color: transparent transparent #000 transparent;
	top: 16px;
}

.boo-custom-options-wrapper {
	display: none;
	position: absolute;
	background: #fff;
	border: 2px solid #000;
	width: 100%;
	left: 0;
	top: 48px;
	z-index: 1;
}

.boo-custom-options-header {
	padding: 20px;
	cursor: default;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.boo-custom-options-btn {
	display: inline-block;
	padding: 15px 25px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 2px;
	background: #8d17b0;
	color: #fff !important;
	cursor: pointer;
}

.boo-custom-options-list {
	overflow-x: hidden;
	max-height: 300px;
	text-align: center;
	padding: 20px;
}

.boo-custom-option-label {
	padding: 14px;
	font-weight: 900;
	cursor: default;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 2px;
	color: #959595;
	font-size: 28px;
	border-top: 1px solid #959595;
}

.boo-custom-option {
	padding: 14px;
	letter-spacing: 3px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.boo-custom-option[data-status='selected'] {
    background: rgb(217, 185, 226);
}


.boo-custom-select[data-status="disabled"] {
    cursor:not-allowed;
}

.boo-custom-select[data-status="disabled"] .boo-custom-select-header {
	border: 2px solid #8d8d8d;
	color: #8d8d8d;
}

.boo-custom-select[data-status="disabled"] .boo-custom-select-header::after {
	border-color: #8d8d8d transparent transparent transparent;
}

@media(max-width:450px){
	.boo-custom-select-header {
		font-size: 12px;
		height: 36px;
		line-height: 36px;
	}

	.boo-custom-select-header::after {
		top: 17px;
	}

	.boo-custom-select-header.boo-custom-select-header-open::after {
		top: 11px;
	}

	.boo-custom-options-wrapper {
		top: 34px;
	}

	.boo-custom-options-header {
		padding: 14px;
	}

	.boo-custom-options-header > span {
		font-size: 12px;
	}

	.boo-custom-options-btn {
		padding: 6px 10px;
		font-size: 14px !important;
	}

	.boo-custom-options-list {
		padding: 0 20px 10px;
	}

	.boo-custom-option-label {
		padding: 8px;
		font-size: 20px;
	}

	.boo-custom-option {
		padding: 6px;
		font-size: 14px;
	}
}

@media(max-width:350px){
	.boo-custom-options-header > span {
		font-size: 10px;
	}

	.boo-custom-options-btn {
		padding: 6px 6px;
		font-size: 10px !important;
	}

	.boo-custom-option {
		padding: 4px;
		font-size: 12px;
	}
}

/* FILTRI CATALOGO */

.filters-reset-btn {
	text-decoration: underline;
	text-transform: uppercase;
	float: right;
	font-size: 14px;
    cursor: pointer;
}

.filter-item {
	background: #d9b9e3;
	display: inline-block;
	margin: 2px;
	padding: 2px 9px;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 3px;
}

@media(max-width:450px){
	.no-filters-label,
	.filters-label,
	.filters-content {
		font-size: 12px;
	}

	.filter-item {
		padding: 2px 4px;
		font-size: 10px;
	}
}

/* MAIN CONTENT */
#main-content {
	padding-top: 150px;
}

.home.logged-in #main-content {
	padding-top: 70px;
}

@media(max-width:450px){
	#main-content {
		padding-top: 50px;
	}

	.home.logged-in #main-content {
		padding-top: 15px;
	}
}

/* FOOTER */
footer {
	background: #1a1a1a;
	color: #fff;
}

footer .link_corporate {
	text-decoration: underline;
	font-size: 22px;
}

footer .link_corporate img {
	position: relative;
	left: -10px;
}

#footer-menu li {
	margin-bottom: 24px;
}

#footer-menu li a {
	color: #dab8e3;
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 6px;
	text-decoration: underline;
}

#footer-menu li a.color_variation {
	color: #7dd5d7;
}

.footer-social-wrapper a {
	margin: 0 20px;
}

footer .credits-info p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.25em;
}

footer .credits-info a {
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: underline;
}

.page-contatti footer {
	background: #fff;
	color: #000;
}

.page-contatti footer .credits-info p {
    color: #000;
}

@media(max-width: 1023px){

	footer.pt-5.pb-4 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	footer .my-5 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	footer .mt-5 {
		margin-top: 25px !important;
	}

	footer .link_corporate {
		font-size: 16px;
	}

	footer .link_corporate img {
		max-width: 110px;
	}

	#footer-menu li {
		margin-bottom: 12px;
	}

	#footer-menu li a {
		font-size: 18px;
	}

	.footer-social-wrapper a {
		margin: 0 6px;
	}

	.footer-social-wrapper img {
		max-width: 36px;
	}

	footer .credits-info p {
		font-size: 12px;
		letter-spacing: 0em;
	}

	footer .credits-info a {
		font-size: 12px;
	}
}

@media(max-width: 450px){

	footer .link_corporate {
		font-size: 14px;
	}

	footer .link_corporate img {
		max-width: 90px;
	}

	#footer-menu li {
		margin-bottom: 6px;
	}

	#footer-menu li a {
		font-size: 14px;
		letter-spacing: 3px;
	}

	footer .credits-info p {
		font-size: 10px;
		letter-spacing: 0em;
	}

	footer .credits-info a {
		font-size: 10px;
	}
}

/* SECTION DEFAULT */

.section-default .section-title {
	color: #8d17b0;
	font-size: 50px;
}

.section-default .section-title-2 {
	color: #8d17b0;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 3px !important;
}

@media(max-width: 767px){
	.section-default .section-title {
		font-size: 38px;
	}
}

@media(max-width: 450px){
	.section-default .section-title {
		font-size: 30px;
	}
}

/* HOME */

#home-eventi .arrow-link,
#home-webinar .arrow-link,
#home-video .arrow-link,
#home-prodotti .arrow-link,
#home-premi .arrow-link {
	letter-spacing: 5px;
	font-size: 20px;
	background: #000;
	color: #fff;
	padding: 50px;
	width: 100%;
	max-width: 550px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#home-eventi .arrow-link .arrow-link-overlay,
#home-webinar .arrow-link .arrow-link-overlay,
#home-video .arrow-link .arrow-link-overlay,
#home-prodotti .arrow-link .arrow-link-overlay,
#home-premi .arrow-link .arrow-link-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.5);
}

#home-eventi .arrow-link .arrow-link-content,
#home-webinar .arrow-link .arrow-link-content,
#home-video .arrow-link .arrow-link-content,
#home-prodotti .arrow-link .arrow-link-content,
#home-premi .arrow-link .arrow-link-content {
	position: relative;
	z-index: 1;
}

#home-eventi .arrow-link span, 
#home-webinar .arrow-link span, 
#home-video .arrow-link span, 
#home-prodotti .arrow-link span,
#home-premi .arrow-link span {
	text-transform: uppercase;
	font-size: 30px;
	display: block;
}

#home-eventi .arrow-link .ico-arrow-right,
#home-webinar .arrow-link .ico-arrow-right,
#home-video .arrow-link .ico-arrow-right,
#home-prodotti .arrow-link .ico-arrow-right,
#home-premi .arrow-link .ico-arrow-right {
	position: relative;
	top: 10px;
	left: 5px;
}

@media(max-width:767px){
	#home-eventi .arrow-link, 
	#home-webinar .arrow-link, 
	#home-video .arrow-link, 
	#home-prodotti .arrow-link,
	#home-premi .arrow-link {
		letter-spacing: 3px;
		font-size: 16px;
	}

	#home-eventi .arrow-link span, 
	#home-webinar .arrow-link span, 
	#home-video .arrow-link span, 
	#home-prodotti .arrow-link span,
	#home-premi .arrow-link span {
		font-size: 22px;
	}

	#home-eventi .arrow-link .ico-arrow-right, 
	#home-webinar .arrow-link .ico-arrow-right, 
	#home-video .arrow-link .ico-arrow-right, 
	#home-prodotti .arrow-link .ico-arrow-right,
	#home-premi .arrow-link .ico-arrow-right {
		top: 6px;
		max-width: 25px;
	}
}

@media(max-width:450px){
	#home-eventi .arrow-link, 
	#home-webinar .arrow-link, 
	#home-video .arrow-link, 
	#home-prodotti .arrow-link,
	#home-premi .arrow-link {
		letter-spacing: 3px;
		font-size: 14px;
	}

	#home-eventi .arrow-link .ico-arrow-right, 
	#home-webinar .arrow-link .ico-arrow-right, 
	#home-video .arrow-link .ico-arrow-right, 
	#home-prodotti .arrow-link .ico-arrow-right,
	#home-premi .arrow-link .ico-arrow-right {
		top: 6px;
		max-width: 20px;
	}
}

@media(max-width:350px){
	#home-eventi .arrow-link, 
	#home-webinar .arrow-link, 
	#home-video .arrow-link, 
	#home-prodotti .arrow-link,
	#home-premi .arrow-link {
		letter-spacing: 2px;
		font-size: 12px;
	}
}

/* ARCHIVIO VIDEO */

.section-box-gruppi-item {
	padding: 14px 20px;
	border: 1px solid #fff;
	margin: 6px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
}

#video_search_text {
	border-bottom: 2px solid #000;
	text-align: center;
	font-weight: 900;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#video_search_btn {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

#archive-video-content > p {
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom: 1px solid #000;
}

.archive-section-title {
	background: #8d17b0;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 5px;
	margin-top: 14px;
	margin-bottom: 14px;
}

.archive-video-items {
	/* display: flex;
	justify-content: space-between;
	flex-wrap: wrap; */
}

.archive-video-items::after {
	/* content: "";
	flex: 0 0 33%; */
}

.archive-video-item {
	width: calc(33% - 5px);
	box-sizing: border-box;
}

.archive-video-item-thumb {
	background-size: cover;
	background-position: center;
	overflow: hidden;
	height: 0;
	padding-top: 56.25%;
}

.archive-video-item-content {
	padding: 6px;
	/* margin-bottom: 30px; */
	background: #dab8e3;
	text-align: left;
}

.archive-video-item-gruppo {
	color: #8d17b0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 900;
	font-size: 12px;
}

.archive-video-item-title {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 22px;
	margin-top: 10px;
}

.archive-video-item-tag-list {
	color: #8d17b0;
	margin-top: 12px;
}

.archive-video-item-tag {
	display: inline-block;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 600;
}

.archive-video-item-arrow {
	text-align: right;
	padding-right: 4px;
	line-height: 0;
	/* position: absolute;
	bottom: 2px;
	right: 2px; */
}

@media(max-width: 1400px) {
	.section-box-gruppi-item {
		padding: 10px 20px;
		font-size: 14px;
	}
}

@media(max-width: 991px){
	.archive-video-item {
		width: calc(50% - 5px);
	}
}

@media(max-width: 767px){

	.archive-video-item-gruppo {
	    letter-spacing: 2px;
	    font-size: 8px;
	}

	.archive-video-item-title {
	    font-size: 12px;
	    letter-spacing: 2px;
	    line-height: 14px;
	    margin-top: 4px;
	}

	.archive-video-item-tag-list {
		margin-top: 4px;
		font-size: 8px;
	}

	.archive-video-item-tag {
	    font-size: 8px;
	}
}

@media(max-width:450px){
	.section-box-gruppi-item {
		padding: 6px 9px;
		font-size: 10px;
		margin: 4px;
	}

	#video_search_text {
		font-size: 12px;
	}

	.archive-section-title {
		padding: 6px;
		font-size: 12px;
	}

	.archive-video-item-arrow img {
		max-width: 20px;
	}
}

/* ARCHIVIO PRODOTTI */

.section-box-segmenti-item {
	padding: 14px 20px;
	border: 1px solid #fff;
	margin: 6px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
}

#prodotti_search_text {
	border-bottom: 2px solid #000;
	text-align: center;
	font-weight: 900;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#prodotti_search_btn {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

#archive-prodotti-content > p {
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom: 1px solid #000;
}

.archive-section-title {
	background: #8d17b0;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 5px;
	margin-top: 14px;
	margin-bottom: 14px;
}

.archive-prodotti-item {
	width: calc(33% - 5px);
	box-sizing: border-box;
}

.archive-prodotti-item-thumb {
	text-align:center;
}

.archive-prodotti-item-content {
	padding: 6px;
	/* margin-bottom: 30px; */
	background: rgba(218, 184, 227, 0.7);
	position: absolute;
	/* bottom: 0; */
	bottom: 6px;
	width: 100%;

	text-align: left;
}

.archive-prodotti-item-linea {
	color: #8d17b0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 900;
	font-size: 12px;
}

.archive-prodotti-item-title {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 22px;
	margin-top: 10px;
}

.archive-prodotti-item-category {
	color: #8d17b0;
	margin-top: 12px;
	display: inline-block;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 600;
}

.archive-prodotti-item-arrow {
	text-align: right;
	padding-right: 4px;
	line-height: 0;
	/* position: absolute;
	bottom: 2px;
	right: 2px; */
}

@media(max-width: 1400px) {
	.section-box-segmenti-item {
		padding: 10px 20px;
		font-size: 14px;
	}
}

@media(max-width: 991px) {
	.archive-prodotti-item {
		width: calc(50% - 5px);
	}
}

@media(max-width: 767px){

	.archive-prodotti-item-linea {
	    letter-spacing: 2px;
	    font-size: 8px;
	}

	.archive-prodotti-item-title {
	    font-size: 12px;
	    letter-spacing: 2px;
	    line-height: 14px;
	    margin-top: 4px;
	}

	.archive-prodotti-item-category {
		font-size: 8px;
		margin-top: 4px;
		letter-spacing: 1px;
	}
}

@media(max-width:450px){
	.section-box-segmenti-item {
		padding: 6px 9px;
		font-size: 10px;
		margin: 4px;
	}

	#prodotti_search_text {
		font-size: 12px;
	}

	.archive-section-title {
		padding: 6px;
		font-size: 12px;
	}

	.archive-prodotti-item-arrow img {
		max-width: 20px;
	}
}

@media(max-width:350px){
	.archive-prodotti-item {
		width: 100%;
	}
}

/* ARCHIVIO PREMI */

#archive-premi-content > p {
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom: 1px solid #000;
}

.archive-section-title {
	background: #8d17b0;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 5px;
	margin-top: 14px;
	margin-bottom: 14px;
}

.archive-premi-item {
	width: calc(50% - 5px);
	box-sizing: border-box;
}

.archive-premi-item-thumb {
	text-align:center;
}

.archive-premi-item-content {
	padding: 6px;
	/* margin-bottom: 30px; */
	background: rgba(218, 184, 227, 0.7);
	position: absolute;
	/* bottom: 0; */
	bottom: 6px;
	width: 100%;

	text-align: left;
}

.archive-premi-item-brand {
	color: #8d17b0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 900;
	font-size: 12px;
}

.archive-premi-item-title {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.archive-premi-item-pz {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 3px;
	position: absolute;
	/* top: 0px;
	right: 0;
	padding: 5px; */
	color: #8d17b0;
}

.archive-premi-item-arrow {
	text-align: right;
	padding-right: 4px;
	line-height: 0;
	/* position: absolute;
	bottom: 2px;
	right: 2px; */
}

/* @media(max-width: 991px) {
	.archive-premi-item {
		width: calc(50% - 5px);
	}
} */

@media(max-width: 767px){

	.archive-premi-item-title {
	    font-size: 12px;
	    letter-spacing: 2px;
	    line-height: 14px;
	    margin-top: 4px;
	}
}

@media(max-width:450px){

	.archive-section-title {
		padding: 6px;
		font-size: 12px;
	}

	.archive-premi-item-arrow img {
		max-width: 20px;
	}
}

@media(max-width:350px){
	.archive-premi-item {
		width: 100%;
	}
}


/* SINGLE VIDEO */
.section-box-single-video-gruppo {
	color: #8d17b0;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 3px;
}

.section-box-single-video-title {
	font-weight: 300;
	color: #8d17b0;
	font-size: 40px;
}

.section-box-single-video-tags {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.section-box-single-video-tag {
	text-decoration: underline;
}


.single-video-content-title {
	font-weight: 300;
	color: #8d17b0;
	font-size: 40px;
}

.single-video-content-body p {
	font-size: 20px;
}

#prodotti-correlati {
	margin-top: 100px;
	margin-bottom: 50px;
}

.prodotti-correlati-item {
	padding: 14px 20px;
	border: 1px solid #fff;
	margin: 6px;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: inline-block;
	background: #eaeaea;
}

@media(max-width:1199px){
	#page_single_video.default-padding {
		padding-top: 120px;
	}

	.section-box-single-video-gruppo {
		font-size: 16px;
	}

	.section-box-single-video-title {
		font-size: 32px;
	}

	.section-box-single-video-tags {
		font-size: 12px;
	}

	body.single-video #main-content {
		padding-top: 50px;
	}

	.single-video-content-title {
		font-size: 30px;
	}

	.single-video-content-body p {
		font-size: 16px;
	}

	body.single-video #main-content h2 {
		font-size: 22px;
	}

	body.single-video .prodotti-correlati-item {
		padding: 6px 10px;
		font-size: 14px;
	}

	body.single-video .custom-btn-3 {
		padding: 6px 10px;
		font-size: 12px;
	}
}

@media(max-width:767px){
	#page_single_video.default-padding {
		padding-top: 100px;
	}

	.section-box-single-video-gruppo {
		font-size: 10px;
	}

	.section-box-single-video-title {
		font-size: 24px;
	}

	.section-box-single-video-tags {
		font-size: 10px;
	}

	.single-video-content-title {
		font-size: 24px;
	}

	.single-video-content-body p {
		font-size: 14px;
	}

	body.single-video #main-content h2 {
		font-size: 20px;
	}

	body.single-video .prodotti-correlati-item {
		padding: 6px 10px;
		font-size: 12px;
	}

	body.single-video .custom-btn-3 {
		padding: 6px 10px;
		font-size: 10px;
	}
}

/* SINGLE PRODOTTI */
.section-box-single-prodotto-linea {
	color: #8d17b0;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 3px;
}

.section-box-single-prodotto-title {
	font-weight: 300;
	color: #8d17b0;
	font-size: 40px;
}

.section-box-single-prodotto-segmento-categoria,
.single-prodotto-content-esigenze {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.section-box-single-prodotto-segmento-categoria span,
.single-prodotto-content-esigenze span {
	text-decoration: underline;
}

#single-product-image .swiper-slide {
	background-position: center;
	height: 450px;
	background-size: contain;
	background-repeat: no-repeat;
}

#single-product-image .gallery-prev.swiper-button-disabled,
#single-product-image .gallery-next.swiper-button-disabled {
	color: #ccc;
	visibility: hidden;
}

#single-product-image .gallery-prev {
	position: absolute;
	top: 50%;
	z-index: 1;
	cursor: pointer;
}

#single-product-image .gallery-next {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	cursor: pointer;
}

.single-prodotto-content-title {
	font-weight: 300;
	color: #8d17b0;
	font-size: 40px;
}

.single-prodotto-content-section-title {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 24px;
}

.single-prodotto-content-body ul { 
	list-style-type: disc; 
	list-style-position: inside;
	margin-top: 15px;
	margin-bottom: 15px;
}
.single-prodotto-content-body ol { 
	list-style-type: decimal; 
	list-style-position: inside;
	margin-top: 15px;
	margin-bottom: 15px;
}
.single-prodotto-content-body ul ul, 
.single-prodotto-content-body ol ul { 
	list-style-type: circle; 
	list-style-position: inside; 
	margin-left: 15px; 
}
.single-prodotto-content-body ol ol, 
.single-prodotto-content-body ul ol { 
	list-style-type: lower-latin; 
	list-style-position: inside; 
	margin-left: 15px; 
}

.single-prodotto-content-body p, 
.single-prodotto-content-body li {
	font-size: 20px;
}

.single-prodotto-content-vantaggi-vendita {
	background: #8d17b0;
	color: #fff;
	padding: 50px;
}

.single-prodotto-content-box-wrapper {
	background: #dab8e3;
	padding: 60px 10px;
}

.single-prodotto-content-box {
	max-width: 50%;
	padding: 10px;
	flex: 0 0 50%;
}

.single-prodotto-test-section-wrapper {
	display: flex;
	justify-content: space-around;
	align-content: center;
}

.single-prodotto-test-section {
	padding: 30px;
	/* flex: 1 1 50%; */
	/* flex-direction: column; */
	/* display: flex; */
	/* justify-content: space-between; */
}

.swiper-container.galleria-test-prodotto {
	border: 1px solid #ececec;
}

.galleria-test-prodotto .swiper-slide {
	background-position: center;
	height: 450px;
	background-size: contain;
	background-repeat: no-repeat;
}

.galleria-test-prodotto .gallery-prev.swiper-button-disabled,
.galleria-test-prodotto .gallery-next.swiper-button-disabled {
	color: #ccc;
	visibility: hidden;
}

.galleria-test-prodotto .gallery-prev {
	position: absolute;
	top: 50%;
	z-index: 1;
	cursor: pointer;
	left: 4px;
}

.galleria-test-prodotto .gallery-next {
	position: absolute;
	top: 50%;
	right: 4px;
	z-index: 1;
	cursor: pointer;
}

.prodotti-correlati-item {
	padding: 14px 20px;
	border: 1px solid #fff;
	margin: 6px;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: inline-block;
	background: #eaeaea;
}

@media(max-width:1199px){
	#page_single_prodotto.default-padding {
		padding-top: 150px;
	}

	.section-box-single-prodotto-linea {
		font-size: 16px;
	}

	.section-box-single-prodotto-title {
		font-size: 32px;
	}

	.section-box-single-prodotto-segmento-categoria {
		font-size: 12px;
	}

	#single-product-image .swiper-slide {
		height: 350px;
	}

	body.single-prodotti #main-content {
		padding-top: 50px;
	}

	.single-prodotto-content-title {
		font-size: 30px;
	}

	.single-prodotto-content-body p, 
.single-prodotto-content-body li {
		font-size: 16px;
	}

	body.single-prodotti #main-content h2 {
		font-size: 22px;
	}

	.single-prodotto-content-section-title {
		font-weight: 900;
		text-transform: uppercase;
		font-size: 18px;
	}

	.single-prodotto-content-body p, 
.single-prodotto-content-body li {
		font-size: 14px;
	}

	body.single-prodotti .prodotti-correlati-item {
		padding: 6px 10px;
		font-size: 14px;
	}

	body.single-prodotti .custom-btn-3 {
		padding: 6px 10px;
		font-size: 12px;
	}
}

@media(max-width:767px){
	#page_single_prodotto.default-padding {
		padding-top: 120px;
	}

	.section-box-single-prodotto-linea {
		font-size: 10px;
	}

	.section-box-single-prodotto-title {
		font-size: 24px;
	}

	.section-box-single-prodotto-segmento-categoria {
		font-size: 10px;
	}

	#single-product-image .swiper-slide {
		height: 300px;
	}

	.single-prodotto-content-title {
		font-size: 24px;
	}

	.single-prodotto-content-body p, 
.single-prodotto-content-body li {
		font-size: 14px;
	}

	body.single-prodotti #main-content h2 {
		font-size: 20px;
	}

	body.single-prodotti .prodotti-correlati-item {
		padding: 6px 10px;
		font-size: 12px;
	}

	body.single-prodotti .custom-btn-3 {
		padding: 6px 10px;
		font-size: 10px;
	}
}

/* SINGLE PREMI */

.section-box-single-premio-title {
	font-weight: 300;
	color: #8d17b0;
	font-size: 40px;
}

#single-premio-image .swiper-slide {
	background-position: center;
	height: 450px;
	background-size: contain;
	background-repeat: no-repeat;
}

#single-premio-image .gallery-prev.swiper-button-disabled,
#single-premio-image .gallery-next.swiper-button-disabled {
	color: #ccc;
	visibility: hidden;
}

#single-premio-image .gallery-prev {
	position: absolute;
	top: 50%;
	z-index: 1;
	cursor: pointer;
}

#single-premio-image .gallery-next {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	cursor: pointer;
}

.single-premio-content-title {
	font-weight: 300;
	color: #8d17b0;
	font-size: 40px;
}

.single-premio-content-brand {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
	border: 1px solid #000;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
}

.single-premio-content-pz {
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: 900;
	background: #8d17b7;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #8d17b7;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.single-premio-content-section-title {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 24px;
}

.single-premio-content-body ul { 
	list-style-type: disc; 
	list-style-position: inside;
	margin-top: 15px;
	margin-bottom: 15px;
}
.single-premio-content-body ol { 
	list-style-type: decimal; 
	list-style-position: inside;
	margin-top: 15px;
	margin-bottom: 15px;
}
.single-premio-content-body ul ul, 
.single-premio-content-body ol ul { 
	list-style-type: circle; 
	list-style-position: inside; 
	margin-left: 15px; 
}
.single-premio-content-body ol ol, 
.single-premio-content-body ul ol { 
	list-style-type: lower-latin; 
	list-style-position: inside; 
	margin-left: 15px; 
}

.single-premio-content-body p, 
.single-premio-content-body li {
	font-size: 20px;
}

@media(max-width:1199px){
	#page_single_premio.default-padding {
		padding-top: 150px;
	}

	.section-box-single-premio-title {
		font-size: 32px;
	}

	#single-premio-image .swiper-slide {
		height: 350px;
	}

	body.single-premi #main-content {
		padding-top: 50px;
	}

	.single-premio-content-title {
		font-size: 30px;
	}

	.single-premio-content-body p, 
.single-premio-content-body li {
		font-size: 16px;
	}

	body.single-premi #main-content h2 {
		font-size: 22px;
	}

	.single-premio-content-section-title {
		font-weight: 900;
		text-transform: uppercase;
		font-size: 18px;
	}

	.single-premio-content-body p, 
.single-premio-content-body li {
		font-size: 14px;
	}

	body.single-premi .custom-btn-3 {
		padding: 6px 10px;
		font-size: 12px;
	}
}

@media(max-width:767px){
	#page_single_premio.default-padding {
		padding-top: 120px;
	}

	.section-box-single-premio-title {
		font-size: 24px;
	}

	#single-premio-image .swiper-slide {
		height: 300px;
	}

	.single-premio-content-title {
		font-size: 24px;
	}

	.single-premio-content-body p, 
.single-premio-content-body li {
		font-size: 14px;
	}

	body.single-premi #main-content h2 {
		font-size: 20px;
	}

	body.single-premi .custom-btn-3 {
		padding: 6px 10px;
		font-size: 10px;
	}
}

/* SINGLE EVENTI */

.section-box-single-evento-title {
	font-weight: 300;
	color: #8d17b0;
	font-size: 40px;
}

#single-evento-image .swiper-slide {
	background-position: center;
	height: 450px;
	background-size: contain;
	background-repeat: no-repeat;
}

#single-evento-image .gallery-prev.swiper-button-disabled,
#single-evento-image .gallery-next.swiper-button-disabled {
	color: #ccc;
	visibility: hidden;
}

#single-evento-image .gallery-prev {
	position: absolute;
	top: 50%;
	z-index: 1;
	cursor: pointer;
}

#single-evento-image .gallery-next {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	cursor: pointer;
}

.single-evento-content-title {
	font-weight: 300;
	color: #8d17b0;
	font-size: 40px;
}

.single-evento-content-brand {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
	border: 1px solid #000;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
}

.single-evento-content-pz {
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: 900;
	background: #8d17b7;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #8d17b7;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.single-evento-content-section-title {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 24px;
}

.single-evento-content-body ul { 
	list-style-type: disc; 
	list-style-position: inside;
	margin-top: 15px;
	margin-bottom: 15px;
}
.single-evento-content-body ol { 
	list-style-type: decimal; 
	list-style-position: inside;
	margin-top: 15px;
	margin-bottom: 15px;
}
.single-evento-content-body ul ul, 
.single-evento-content-body ol ul { 
	list-style-type: circle; 
	list-style-position: inside; 
	margin-left: 15px; 
}
.single-evento-content-body ol ol, 
.single-evento-content-body ul ol { 
	list-style-type: lower-latin; 
	list-style-position: inside; 
	margin-left: 15px; 
}

.single-evento-content-body p, 
.single-evento-content-body li {
	font-size: 20px;
}

@media(max-width:1199px){
	#page_single_evento.default-padding {
		padding-top: 150px;
	}

	.section-box-single-evento-title {
		font-size: 32px;
	}

	#single-evento-image .swiper-slide {
		height: 350px;
	}

	body.single-eventi #main-content {
		padding-top: 50px;
	}

	.single-evento-content-title {
		font-size: 30px;
	}

	.single-evento-content-body p, 
.single-evento-content-body li {
		font-size: 16px;
	}

	body.single-eventi #main-content h2 {
		font-size: 22px;
	}

	.single-evento-content-section-title {
		font-weight: 900;
		text-transform: uppercase;
		font-size: 18px;
	}

	.single-evento-content-body p, 
.single-evento-content-body li {
		font-size: 14px;
	}

	body.single-eventi .custom-btn-3 {
		padding: 6px 10px;
		font-size: 12px;
	}
}

@media(max-width:767px){
	#page_single_evento.default-padding {
		padding-top: 120px;
	}

	.section-box-single-evento-title {
		font-size: 24px;
	}

	#single-evento-image .swiper-slide {
		height: 300px;
	}

	.single-evento-content-title {
		font-size: 24px;
	}

	.single-evento-content-body p, 
.single-evento-content-body li {
		font-size: 14px;
	}

	body.single-eventi #main-content h2 {
		font-size: 20px;
	}

	body.single-eventi .custom-btn-3 {
		padding: 6px 10px;
		font-size: 10px;
	}
}


/* IN EVIDENZA HOME */

.home-in-evidenza h2 {
	border-top: 2px solid #000;
	padding-top: 40px;
	text-transform: uppercase;
	font-weight: 600 !important;
	color: #8d17b0;
	letter-spacing: 3px !important;
	font-size: 28px;
	margin-bottom: 30px;
}

.in-evidenza-prodotti-item-thumb {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
}

.in-evidenza-prodotti-item {
	margin-bottom: 30px;
}

.in-evidenza-prodotti-item-content {
	padding: 20px 0;
}

.in-evidenza-prodotti-item-title {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	font-size: 20px;
}

.in-evidenza-prodotti-item-linea {
	color: #8d17b0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 900;
	font-size: 12px;
}

.in-evidenza-prodotti-item-category {
	color: #8d17b0;
	margin-top: 12px;
	display: inline-block;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 600;
}

.in-evidenza-prodotti-item-arrow {
	position: absolute;
	bottom: 0;
}

@media(max-width:991px){
	.in-evidenza-prodotti-item-content {
		padding: 4px 0;
	}

	.in-evidenza-prodotti-item-title {
		letter-spacing: 2px;
		font-size: 16px;
	}

	.in-evidenza-prodotti-item-thumb {
		height: 165px;
	}
}

@media(max-width:600px){
	.in-evidenza-prodotti-item-thumb {
		height: 140px;
	}

	.in-evidenza-prodotti-item-title {
		font-size: 14px;
	}

	.in-evidenza-prodotti-item .ico-arrow-right {
		max-width: 24px;
	}
}

@media(max-width: 450px){
	.in-evidenza-prodotti-item-title {
		font-size: 12px;
	}

	.in-evidenza-prodotti-item-category {
		letter-spacing: 0;
		font-size: 10px;
		font-weight: normal;
	}

	.in-evidenza-prodotti-item-arrow {
		bottom: -8px;
	}

	.in-evidenza-prodotti-item .ico-arrow-right {
		max-width: 20px;
	}
}

@media(max-width:370px){
	.in-evidenza-prodotti-item-thumb {
		height: 80px;
	}

	.in-evidenza-prodotti-item-arrow {
		display: none;
	}

	.in-evidenza-prodotti-item-category {
		display: none;
	}
}

/* video */

.in-evidenza-video-item-thumb {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
}

.in-evidenza-video-item {
	margin-bottom: 30px;
}

.in-evidenza-video-item-content {
	padding: 20px 0;
}

.in-evidenza-video-item-title {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	font-size: 20px;
}

.in-evidenza-video-item-gruppo {
	color: #8d17b0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 900;
	font-size: 12px;
}

.in-evidenza-video-item-tag-list {
	color: #8d17b0;
	margin-top: 12px;
}

.in-evidenza-video-item-tag {
	display: inline-block;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 600;
}

.in-evidenza-video-item-arrow {
	position: absolute;
	bottom: 0;
}

@media(max-width:991px){
	.in-evidenza-video-item-content {
		padding: 4px 0;
	}

	.in-evidenza-video-item-title {
		letter-spacing: 2px;
		font-size: 16px;
	}

	.in-evidenza-video-item-thumb {
		height: 165px;
	}
}

@media(max-width:600px){
	.in-evidenza-video-item-thumb {
		height: 140px;
	}

	.in-evidenza-video-item-title {
		font-size: 14px;
	}

	.in-evidenza-video-item .ico-arrow-right {
		max-width: 24px;
	}
}

@media(max-width: 450px){
	.in-evidenza-prodotti-item .col-4 {
		padding-left: 0;
		padding-right: 0;
	}

	.in-evidenza-video-item-title {
		font-size: 12px;
	}

	.in-evidenza-video-item-tag-list {
		margin-top: 10px;
		font-size: 10px;
	}

	.in-evidenza-video-item-tag {
		letter-spacing: 0px;
		font-size: 10px;
		font-weight: normal;
	}

	.in-evidenza-video-item-arrow {
		bottom: -8px;
	}

	.in-evidenza-video-item .ico-arrow-right {
		max-width: 20px;
	}
}

@media(max-width:370px){
	.in-evidenza-video-item-thumb {
		height: 80px;
	}

	.in-evidenza-video-item-arrow {
		display: none;
	}

	.in-evidenza-video-item-tag-list {
		display: none;
	}
}

/* Mi baso sullo stile dell'archivio video e prodotti */

.video-evidenza-wrapper {
	width: 800px;
	margin: 0 auto;
}

@media(max-width: 991px){
	.video-evidenza-wrapper {
		width: 100%;
	}
}

#video-evidenza-gallery .archive-video-item {
	width: auto;
	/* max-width: 800px; */
}

.video-evidenza-gruppo-title {
	padding: 14px 10px;
	background: #8d17b0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 3px;
	font-size: 12px;
}

#video-evidenza-gallery .gallery-prev {
	position: absolute;
	top: 12px;
	z-index: 1;
	left: 10px;
	color: #fff;
	cursor: pointer;
}

#video-evidenza-gallery .gallery-next {
	position: absolute;
	top: 12px;
	z-index: 1;
	right: 10px;
	color: #fff;
	cursor: pointer;
}

#video-evidenza-gallery .gallery-prev.swiper-button-disabled,
#video-evidenza-gallery .gallery-next.swiper-button-disabled {
	visibility: hidden;
}


.prodotti-evidenza-wrapper {
	width: 800px;
	margin: 0 auto;
}

@media(max-width: 991px){
	.prodotti-evidenza-wrapper {
		width: 100%;
	}
}

#prodotti-evidenza-gallery .archive-prodotti-item {
	width: auto;
	/* max-width: 800px; */
}

#prodotti-evidenza-gallery .archive-prodotti-item-thumb {
	text-align: center;
}

#prodotti-evidenza-gallery .archive-prodotti-item-thumb img {
	max-height: 500px;
}

.prodotti-evidenza-segmento-title {
	padding: 14px 10px;
	background: #8d17b0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 3px;
	font-size: 12px;
}

#prodotti-evidenza-gallery .gallery-prev {
	position: absolute;
	top: 12px;
	z-index: 1;
	left: 10px;
	color: #fff;
	cursor: pointer;
}

#prodotti-evidenza-gallery .gallery-next {
	position: absolute;
	top: 12px;
	z-index: 1;
	right: 10px;
	color: #fff;
	cursor: pointer;
}

#prodotti-evidenza-gallery .gallery-prev.swiper-button-disabled,
#prodotti-evidenza-gallery .gallery-next.swiper-button-disabled {
	visibility: hidden;
}