/*!
 * stile animazione header
 */
.bg_arancione {
	background-color: var(--blu);
}

/*	color pulsante menu
--------------------------*/
.page-id-738 .menu-icon__linea {
	background-color: var(--grigio-scuro);
}

ul#menu-servizi ul.sub-menu li a:hover {
	color: var(--blu) !important;
}

body {
	position: relative;
	height: auto;
	overflow: hidden;
	-ms-touch-action: auto;
	-ms-content-zooming: auto;
	-webkit-text-size-adjust: auto;
	-webkit-touch-callout: auto;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	font-display: swap;
}

#menu_container {
	font: 400 18px/28px proxima-nova, sans-serif;
	letter-spacing: .1em;
}

#landscape_alert {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background-color: #4e3c66;
	display: none
}

body.landscape #landscape_alert {
	display: block
}

#full_container {
	opacity: 0;
	position: relative
}

@media screen and (max-width:991px) {
	.mobile_show {
		display: block
	}

	.mobile_hidden {
		display: none
	}
}

.call_mobile {
	display: none
}

.mail_mobile {
	display: none
}

#click_trigger,
#click_trigger_hidden {
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 10;
	height: 50px;
	width: 50px
}

#click_trigger:hover #stick1,
#click_trigger_hidden:hover #stick1 {
	top: 23px
}

#click_trigger:hover #stick3,
#click_trigger_hidden:hover #stick3 {
	top: 45px
}

header {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	margin-bottom: -104px
}

.logo {
	position: relative;
	color: #fff;
	width: auto;
	margin-top: 30px;
	padding-left: 25px
}

.menu_container {
	color: #fff;
	display: none;
	height: 100%;
	top: 0;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 9999999999999;
}

ul.menu {
	padding: 0
}

ul.menu li {
	list-style: none
}

ul.menu li a {
	color: inherit;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 1.3em;
	letter-spacing: .1em
}

.menu_container_bot {

	background-color: var(--blu);
	background-image: url('../../images/struttura/menu-imp.jpg');
	background-size: cover;
	background-position: 970px bottom;
/*	background-blend-mode: multiply;*/
	background-repeat: repeat;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	/*
	-ms-transform: rotate(90deg);
	-ms-transform-origin: 0 100%;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: 0 100%;
	transform: rotate(90deg);
	transform-origin: 0 100%;*/
	transform: translateX(100%);
	transition: all .6s ease;
	-webkit-transition: all .6s ease
}

.menu_container_bot span {
	width: 400px;
	height: 30px;
	background-color: var(--arancione);
	background-image: url('../../images/struttura/sfondo-menu.webp');
	background-size: cover;
	background-position: 970px bottom;
	background-blend-mode: multiply;
	position: absolute;
	z-index: 9999;
	border-radius: 50px 0 0 50px;
}

.menu_container_bot span:nth-child(1) {
	width: 400px;
	bottom: 0;
	left: 89%;
}

.menu_container_bot span:nth-child(2) {
	width: 300px;
	bottom: 45px;
	left: 94%;
}

.menu_container_bot span:nth-child(3) {
	width: 200px;
	bottom: 88px;
	left: 97%;
}

.menu_container_top {

	background-color: var(--arancione);
	background-image: url('../../images/struttura/sfondo-menu.webp');
	background-size: cover;
	background-position: right top;
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	/*
	-ms-transform: rotate(90deg);
	-ms-transform-origin: 100% 0;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	transform: rotate(90deg);
	transform-origin: 100% 0;*/
	transform: translateX(-100%);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.menu_container_top span {
	width: 400px;
	height: 30px;
	background-color: var(--blu);

	background-image: url('../../images/struttura/sfondo-menu.webp');
	background-size: cover;
	background-position: right top;
	background-blend-mode: multiply;
	position: absolute;
	z-index: 9999;
	border-radius: 0 50px 50px 0;

	opacity: 0;
	transition: all .7s ease-in-out;
}

.open .menu_container_top span {
	opacity: 1;
}

.menu_container_top span:nth-child(1) {
	width: 400px;
	top: 0;
	right: 40%;
}

.menu_container_top span:nth-child(2) {
	width: 300px;
	top: 45px;
	right: 44%;
}

.menu_container_top span:nth-child(3) {
	width: 200px;
	top: 88px;
	right: 47%;
}

.menu_container.open .menu_container_bot,
.menu_container.open .menu_container_top {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

/**/
.menu_container.open .menu_container_top {
	transform: translateX(50);
}

.menu_container.open .menu_container_bot {
	transform: translateX(-50%);
}

.menu_container.open .menu_container_top .prova {
	width: 0 !important;
}

.menu_container.open .menu_container_bot .prova {
	width: 0 !important;
}

/**/
/*-------------------------
			QUERY HEADER MOBILE
-------------------------*/
@media screen and (max-width: 425px) {

	.menu_container_bot {

		background-color: var(--blu);
		background-repeat: repeat;
		background-size: 100% 100%;
		height: 100%;
		width: 100%;
		position: absolute;
		right: 0;
		top: 0;
		transform: translateY(100%);
		transition: all .6s ease;
		-webkit-transition: all .6s ease
	}

	.menu_container_top {

		background-color: var(--arancione);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 100%;
		width: 100%;
		position: absolute;
		right: 0;
		top: 0;
		transform: translateY(-100%);
		transition: all .3s ease;
		-webkit-transition: all .3s ease
	}

	.mail_mobile {
		background: var(--blu);
	}

	[class*='_mobile'] {
		border-radius: 100%;
		box-shadow: 0 0 3px rgb(255 255 255 / 50%);
	}

	.menu_container.open .menu_container_bot,
	.menu_container.open .menu_container_top {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	/**/
	.menu_container.open .menu_container_top {
		transform: translateY(50);
	}

	.menu_container.open .menu_container_bot {
		transform: translateY(-50%);
	}

	.menu_container_top span,
	.menu_container_bot span {
		display: none;
	}

	.close_menu_container {
		margin-top: 65px !important;
	}

	/**/

}

/*-------------------------
			fine QUERY HEADER MOBILE
-------------------------*/
.menu_container_top_link {
	position: absolute;
	top: -70px;
	left: 0;
	width: 47%;
	height: 70%;
	padding-left: 20%;
	padding-top: 5%;
	opacity: 0;
	display: table;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	padding-top: 7.4%;
}

.menu_container_bot_link {
	position: absolute;
	bottom: -70px;
	right: 0;
	width: 47%;
	height: 45%;
	padding-right: 20%;
	text-align: right;
	opacity: 0;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	padding-bottom: 24.4%;
}

.menu_container_bot_link a {
	color: #fff
}

.menu_container_top_link.open,
.menu_container_bot_link.open {
	opacity: 1
}

.menu_container_top_link.open {
	top: 0
}

.menu_container_bot_link.open {
	bottom: 0
}

.menu_container_bot_link .divider {
	margin-right: 0;
	margin-top: 16px;
	margin-bottom: 22px
}

.menu_container_bot_link p {
	font-weight: 900;
	font-size: 1.2em;
	margin: 0;
}

.menu_container_top_link ul.menu li.current-menu-item a,
.menu_container_top_link ul.menu li a:hover,
.menu_container_top_link ul.menu li a:focus,
.menu_container_top_link ul.menu li a:active,
.nav__lista-item.current_page_item a,
.current_page_item a {
	color: var(--arancione);
	text-decoration: none;
}

ul#menu-menu-header-1 .current_page_item a {
	color: var(--arancione);
}

.menu_container_bot_link ul.menu li.current-menu-item a,
.menu_container_bot_link ul.menu li a:active,
.menu_container_bot_link ul.menu li a:focus,
.menu_container_bot_link ul.menu li a:hover,
.nav__lista-item.current_page_item a,
.current_page_item a {
	color: var(--blu);
	text-decoration: none;

}

.close_menu_container {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	z-index: 10;
	margin-top: -50px;
	margin-left: -50px
}

.inner_close_menu_container {
	position: relative;
	z-index: 3;
	width: 26px;
	height: 26px;
	left: 50%;
	top: 50%;
	background-size: 57% auto;
	-ms-transform: rotate(0deg);
	-ms-transform-origin: center center;
	-webkit-transform: rotate(0deg);
	-webkit-transform-origin: center center;
	transform: rotate(0deg);
	transform-origin: center center;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-left: -13px;
	margin-top: -13px;
	opacity: 0;
	cursor: pointer;
	border-radius: 0px;
}

.inner_close_menu_container.open {
	width: 76px;
	height: 76px;
	-ms-transform: rotate(45deg);
	-ms-transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform: rotate(45deg);
	transform-origin: center center;
	opacity: 1;
	margin-left: -38px;
	margin-top: -30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.close_text {
	position: relative;
	top: 50%;
	font-size: .8em;
	line-height: .8em;
	font-weight: 700;
	text-align: center;
	opacity: 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-transform: uppercase
}

.close_linee {
	height: 13px;
	background-color: #fff;
	width: 2px;
	margin: 0 auto;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	margin-bottom: -4px;
}

.close_img {
	width: 17px;
	height: 15px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100%
}

.close_text.open {
	opacity: 1;
	margin-bottom: 20px;
	position: relative;
}

.close_text.open .close_linee {
	height: 45px
}

.call {
	margin-top: 25px;
	margin-bottom: 15px
}

.call img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
	margin-bottom: 4px
}

.info_menu {
	width: 320px;
	line-height: 1.3em;
	font-size: .8em
}

a.btn_menu {
	position: relative;
	height: 50px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 17px;
	background-color: var(--arancione);
	margin-top: 19px;
	margin-left: 25px font-weight: 500;
	letter-spacing: 0.11rem;
}

a.btn_menu:after {
	content: "";
	display: block;
	position: absolute;
	right: -25px;
	top: 0;
	/*border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;*/
	border-left: 25px solid var(--arancione);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	height: 100%;
	border-radius: 0 50% 50% 0;
}

a.btn_menu:before {
	content: "";
	display: block;
	position: absolute;
	left: -25px;
	top: 0;
	/*border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;*/
	border-right: 25px solid var(--arancione);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	height: 100%;
	border-radius: 50% 0 0 50%;
}

.header_hidden {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: var(--rosso);
	transform: translateY(-80px);
	z-index: 1000;
}

.header_hidden.open {
	transform: translateY(0)
}

.logo.logo_hidden,
.logo.logo_hidden img {
	margin-top: 0
}

.logo.logo_hidden img {
	width: 150px;
	margin-top: 0
}

.click_hidden #click_trigger_hidden {
	top: 15px
}

.scroll_down {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 10;
	width: 46px;
	height: 46px;
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/arrow_b_a_square.svg) no-repeat;
	background-size: 45px 45px;
	animation: jump 5s infinite ease-out;
	-webkit-animation: jump 5s infinite ease-out;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	margin-left: -23px
}

@keyframes jump {
	0% {
		transform: translateY(-70px)
	}

	50% {
		transform: translateY(-50px)
	}

	100% {
		transform: translateY(-70px)
	}
}

@-webkit-keyframes jump {
	0% {
		transform: translateY(-70px)
	}

	50% {
		transform: translateY(-50px)
	}

	100% {
		transform: translateY(-70px)
	}
}

.title_section h2,
.title_section h1 {
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	margin: 45px auto 0;
	text-align: center;
	letter-spacing: .2em;
	padding-right: 25px;
	padding-left: 25px
}

.title_section h2:after,
.title_section h2:before,
.title_section h1:after,
.title_section h1:before {
	content: '';
	width: 10px;
	height: 10px;
	vertical-align: middle;
	display: inline-block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: -2px
}

.title_section h2:after,
.title_section h1:after {
	right: -10px
}

.title_section h2:before,
.title_section h1:before {
	left: -15px
}

.title_section.t_bianco,
.title_section.t_bianco a {
	color: #fff
}

.title_section.t_viola,
.title_section.t_viola a {
	color: #4e3c66
}

.title_section.t_verde,
.title_section.t_verde a {
	color: #91c5a9
}

.title_section.t_arancione,
.title_section.t_arancione a {
	color: #ed6c05
}

.title_section.q_bianco h2:after,
.title_section.q_bianco h2:before,
.title_section.q_bianco h1:after,
.title_section.q_bianco h1:before {
	background-color: #fff
}

.title_section.q_viola h2:after,
.title_section.q_viola h2:before,
.title_section.q_viola h1:after,
.title_section.q_viola h1:before {
	background-color: #4e3c66
}

.title_section.q_verde h2:after,
.title_section.q_verde h2:before,
.title_section.q_verde h1:after,
.title_section.q_verde h1:before {
	background-color: #618e76
}

.title_section.q_arancione h2:after,
.title_section.q_arancione h2:before,
.title_section.q_arancione h1:after,
.title_section.q_arancione h1:before {
	background-color: #ed6c05
}

body .btn_simple a {
	display: inline-block;
	color: #fff;
	border: 3px solid #ffffff !important;
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 25px;
	font-weight: 700
}

.btn_simple a:hover {
	color: #e86702 !important;
	background-color: #ffffff !important
}

body .btn_violet a {
	display: inline-block;
	color: #fff;
	border: 3px solid #ffffff !important;
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 25px;
	font-weight: 700
}

.btn_violet a:hover {
	color: #e86702 !important;
	background-color: #ffffff !important
}

.btn_square {
	color: #fff;
	position: relative;
	font-size: .9em;
	text-transform: uppercase;
	background-color: #ed6b05;
	display: inline-block;
	margin: 0 23px;
	padding: 10px 12px 10px 42px;
	height: 48px;
	cursor: pointer
}

.btn_square_link {
	color: #fff;
	display: inline-block
}

.btn_square a {
	color: #fff;
	display: block
}

.btn_square:hover {
	color: #fff
}

.btn_square:after {
	content: "";
	display: block;
	position: absolute;
	right: -24px;
	top: 0;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 25px solid #ed6b05;
	transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.btn_square .square {
	display: block;
	position: absolute;
	left: -17px;
	top: 7px;
	width: 35px;
	height: 34px;
	background-color: #4e3b66;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.btn_square .square:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: #fff;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.btn_square:before {
	content: "";
	display: none;
	position: absolute;
	left: -17px;
	top: 7px;
	width: 35px;
	height: 34px;
	background-color: #4e3b66;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.btn_square:before:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 5px
}

.btn_square:hover:after {
	right: 1px;
	border-left: 0 solid #ed6b05
}

.btn_square:hover .square {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	width: 48px;
	height: 48px;
	top: 0
}

.btn_square:hover .square:after {
	width: 16px;
	height: 16px
}

.container_portfolio_home {
	padding-right: 37.5px;
	padding-left: 27.5px;
	margin-bottom: 55px;
	margin-top: 65px
}

.container_portfolio_home .col {
	padding-right: 12.5px;
	padding-left: 12.5px;
	margin-left: -1px;
	margin-right: -1px
}

.element_p {
	position: relative;
	height: 320px;
	margin-bottom: 25px;
	padding: 25px;
	cursor: pointer
}

.bg_overlay_p {
	background-color: rgba(145, 196, 169, .95);
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: 1
}

.inner_overlay_p {
	position: relative;
	z-index: 2;
	height: 100%
}

.inner_border_p {
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	width: 0;
	height: 0;
	border-top: 1px solid #4e3b66;
	border-left: 1px solid #4e3b66;
	border-right: 1px solid #4e3b66;
	opacity: 0
}

.inner_border_p_b_l {
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #4e3b66
}

.inner_border_p_b_r {
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #4e3b66
}

.inner_border_btn {
	position: absolute;
	z-index: 5;
	width: 25px;
	height: 25px;
	bottom: -12px;
	left: 50%;
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/plus_x_w.svg) center center no-repeat #4e3b66;
	background-size: 59% auto;
	-ms-transform: rotate(0deg);
	-ms-transform-origin: center center;
	-webkit-transform: rotate(0deg);
	-webkit-transform-origin: center center;
	transform: rotate(0deg);
	transform-origin: center center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-left: -12px;
	opacity: 0
}

.inner_border_btn.open {
	width: 57px;
	height: 57px;
	-ms-transform: rotate(45deg);
	-ms-transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform: rotate(45deg);
	transform-origin: center center;
	bottom: -28px;
	margin-left: -23px;
	opacity: 1
}

.inner_content_p {
	color: #fff;
	position: relative;
	height: 100%;
	opacity: 0
}

.title_p {
	position: relative;
	font-weight: 900;
	font-size: 1.3em;
	margin-bottom: 8px;
	margin-top: -100px
}

.divider {
	display: block;
	margin: 0 auto;
	height: 3px;
	width: 80px
}

.desc_p {
	margin-top: 8px;
	padding-right: 15px;
	padding-left: 15px
}

.t_left h2 {
	text-align: left !important
}

#svgMetodoContainer {
	position: relative;
	top: -210px;
	margin-bottom: -180px
}

.metodo_box {
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto;
	width: 15%;
	text-align: center
}

.metodo_1 {
	left: 16%;
	bottom: 15%
}

.metodo_2 {
	left: 41%;
	bottom: 18%
}

.metodo_3 {
	left: 62%;
	bottom: 39%
}

.metodo_4 {
	left: 80.4%;
	top: 18%
}

.container_metodo_text {
	padding-top: 45px;
	margin-bottom: 35px
}

.metodo_text {
	position: relative;
	z-index: 2;
	padding-left: 55px;
	padding-right: 15px;
	font-size: 18px
}

.metodo_box h3,
.metodo_box p {
	opacity: 0;
	margin-bottom: -10px
}

.metodo_box h3.show,
.metodo_box p.show {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	opacity: 1;
	margin-bottom: 10px
}

.metodo_4 p {
	background-color: transparent
}

.icon_metodo {
	width: 30%;
	margin: 0 auto -20px
}

.metodo_mobile {
	display: none
}

.metodo_1.box_ie_11 {
	left: 16%;
	bottom: 50%;
	-ms-transform: translate(0, 80%);
	-webkit-transform: translate(0, 80%);
	transform: translate(0, 80%)
}

.metodo_2.box_ie_11 {
	left: 41%;
	bottom: 50%;
	-ms-transform: translate(0, 70%);
	-webkit-transform: translate(0, 70%);
	transform: translate(0, 70%)
}

.metodo_3.box_ie_11 {
	left: 62%;
	bottom: 50%;
	-ms-transform: translate(0, 40%);
	-webkit-transform: translate(0, 40%);
	transform: translate(0, 40%)
}

.metodo_4.box_ie_11 {
	left: 80.4%;
	bottom: 50%;
	top: auto;
	-ms-transform: translate(0, -120%);
	-webkit-transform: translate(0, -120%);
	transform: translate(0, -120%)
}

.fascia_timeline {
	padding-right: 15px;
	padding-left: 15px
}

.btn_filtri_timeline {
	margin-bottom: 25px
}

.btn_filtra_mese {
	margin-bottom: 10px
}

.filtra_mese {
	display: none;
	color: #4e3a66
}

.filtra_ricerca {
	display: none
}

.archivio_mese,
.archivio_anno {
	margin-bottom: 15px
}

.single_feed {
	margin: 0;
	padding-top: 25px;
	position: relative;
	height: 300px;
	z-index: 3
}

.feed_0 .inner_single_feed {
	float: right;
	padding-right: 0;
	padding-left: 50px
}

.feed_1 .inner_single_feed {
	float: left;
	padding-left: 0;
	padding-right: 50px
}

.feed_0 .inner_single_feed .img_feed {
	border-left: 8px solid #91c4a9
}

.feed_1 .inner_single_feed .img_feed {
	float: right;
	border-right: 8px solid #91c4a9
}

.feed_1 .inner_single_feed .img_feed:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 25px solid #91c3a9;
	margin-top: -24px
}

.feed_0 .inner_single_feed .img_feed:after {
	content: '';
	position: absolute;
	top: 50%;
	left: -30px;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-right: 25px solid #91c3a9;
	margin-top: -24px
}

.inner_single_feed:after {
	content: '';
	position: absolute;
	z-index: 3;
	width: 15px;
	height: 15px;
	right: -7px;
	top: 50%;
	background-color: #4e3c66;
	-ms-transform: rotate(45deg);
	-ms-transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform: rotate(45deg);
	transform-origin: center center;
	margin-top: -8px
}

.feed_0 .inner_single_feed:after {
	right: auto;
	left: -7px
}

.container_feed {
	position: relative;
	margin-top: 10px
}

.container_feed:after {
	content: '';
	position: absolute;
	z-index: 2;
	width: 4px;
	height: 100%;
	left: 50%;
	margin-left: -2px;
	top: 0;
	background-color: #91c5a9
}

.inner_single_feed {
	height: 100%;
	position: relative
}

.inner_single_feed a {
	display: block;
	height: 100%
}

.feed_1 .inner_single_feed {
	float: left;
	padding-left: 0;
	padding-right: 50px
}

.img_feed {
	position: relative;
	width: 40%;
	height: 100%;
	float: left
}

.img_feed:before {
	content: '';
	position: absolute;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.content_feed {
	position: relative;
	width: 60%;
	height: 100%;
	float: left;
	font-size: 16px;
	line-height: 22px;
	padding: 0 25px 25px;
	color: #fff;
	background-color: #ed6b05;
	overflow: hidden;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out
}

.inner_single_feed:hover .content_feed {
	background-color: #90c2a9;
	color: #4e3a66
}

.inner_single_feed:hover .img_feed:before {
	background-color: rgba(144, 194, 169, .7)
}

.feed_0 .content_feed {
	background-color: #4e3b66
}

.data_feed {
	position: absolute;
	bottom: 10px;
	left: 25px;
	font-size: 13px
}

.type_feed {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 13px;
	width: 25px;
	height: 25px
}

.type_link .type_feed {
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/timeline/link.svg) center center no-repeat;
	background-size: 45px
}

.type_photo .type_feed {
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/timeline/foto.svg) center center no-repeat;
	background-size: 45px
}

.type_status .type_feed {
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/timeline/status.svg) center center no-repeat;
	background-size: 45px
}

.type_video .type_feed {
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/timeline/video.svg) center center no-repeat;
	background-size: 45px
}

.source_feed {
	position: relative;
	z-index: 10;
	width: 50%;
	float: left;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.feed_1 .source_feed {
	padding-right: 0;
	padding-left: 20px;
	text-align: left
}

.feed_0 .source_feed {
	padding-left: 0;
	padding-right: 20px;
	text-align: right
}

.social_icon_wall {
	width: 55px;
	height: 59px;
	display: inline-block;
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/social_icon_sk_1.svg) center top;
	margin-right: 5px;
	margin-left: 5px
}

.social_icon_wall.wall_facebook {
	background-position: -7px top
}

.social_icon_wall.wall_instagram {
	background-position: -203px top
}

.ricerca {
	text-align: center;
	margin-bottom: 45px
}

.ricerca input {
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #4e3b66;
	padding: 9px 29px 9px 15px;
	width: 200px;
	color: #4e3b66;
	border-radius: 0;
	font-size: 15px !important
}

.ricerca_per {
	display: inline-block;
	color: #fff;
	background-color: #4e3a66;
	padding: 10px 0 10px 40px;
	margin-left: -33px;
	font-size: 15px
}

.close_ricerca {
	height: 15px;
	width: 15px;
	background-color: #fff;
	color: #4e3a66;
	display: inline-block;
	line-height: 1;
	text-align: center;
	margin-left: 20px;
	margin-right: 15px;
	cursor: pointer;
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/icon_close.png) center center no-repeat;
	background-size: 15px;
	position: relative;
	top: 2px
}

.ricerca .btn_square {
	margin-left: -8px;
	font-size: 15px
}

body.aida_drop {
	display: inline-block;
	position: relative
}

body .aida_drop_button {
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/arrow_b_b.svg) 95% 51% no-repeat;
	background-size: 17px;
	display: inline-block;
	cursor: pointer;
	text-align: left;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #4e3b66;
	padding: 9px 29px 9px 15px;
	width: 200px;
	color: #4e3b66;
	border-radius: 0;
	font-size: 15px !important
}

body .form_accettazione .aida_drop_button {
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/arrow_b_v.svg) 98% 51% no-repeat;
	background-size: 17px;
	border: 2px solid #134059;
	color: #134059
}

.w_100.bg_error .aida_drop_button {
	border-color: #ac3434 !important
}

body .aida_drop_list {
	background: #fff;
	overflow: hidden;
	padding: 0 0 0;
	width: 100%;
	z-index: 1;
	position: absolute;
	display: none;
	list-style: none !important;
	list-style-type: none;
	overflow: auto;
	max-height: 400px;
	border-width: 2px
}

body .aida_drop_option {
	color: #000;
	font-size: 15px;
	padding: 15px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	cursor: pointer;
	text-align: left
}

body .aida_drop_option.selected,
body .aida_drop_option:hover {
	background: #ed6a05;
	color: #fff
}

body .aida_drop_list {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none !important;
	list-style-type: none
}

body .aida_option {
	cursor: pointer;
	list-style: none !important;
	list-style-type: none !important
}

body .aida_drop {
	position: relative;
	display: inline-block
}

.archivio_anno .aida_drop {
	z-index: 10
}

.archivio_mese .aida_drop {
	z-index: 11
}

body .aida_drop_fake {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 4;
	cursor: pointer;
	opacity: 0;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	height: 100% !important
}

@media only screen and (max-width:1320px) {
	.content_feed {
		font-size: 14px;
		line-height: 19px
	}
}

@media only screen and (max-width:1200px) {
	.container_feed:after {
		left: 50px
	}

	.single_feed {
		width: 100%;
		padding-left: 50px
	}

	.inner_single_feed {
		width: 100%;
		float: none !important
	}

	.source_feed {
		position: absolute;
		left: -8px;
		z-index: 10;
		width: auto;
		float: none;
		height: 43px;
		padding-right: 0;
		top: 50%;
		-ms-transform: translate(0, 5-0%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		margin-top: 16px
	}

	.feed_1 .source_feed {
		padding-right: 0;
		padding-left: 0
	}

	.feed_0 .source_feed {
		padding-left: 0;
		padding-right: 0
	}

	.social_icon_wall {
		width: 35px;
		height: 35px;
		display: inline-block;
		background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/social_icon_sk_1.svg) center top;
		background-size: 480%
	}

	.social_icon_wall.wall_facebook {
		background-position: -3px -2px
	}

	.social_icon_wall.wall_instagram {
		background-position: -294px -2px
	}

	.feed_1 .inner_single_feed .img_feed {
		float: left;
		border-left: 8px solid #91c4a9;
		border-right: 0
	}

	.feed_1 .inner_single_feed {
		float: left;
		padding-right: 0;
		padding-left: 50px
	}

	.feed_1 .inner_single_feed .img_feed:after {
		content: '';
		position: absolute;
		top: 50%;
		left: -56px;
		width: 5px !important;
		border-top: 24px solid transparent;
		border-bottom: 24px solid transparent;
		border-right: 25px solid #91c3a9;
		border-left: 25px solid transparent;
		margin-top: -24px
	}

	.feed_1 .inner_single_feed:after {
		right: auto;
		left: -7px
	}

	.oggi_box {
		text-align: left;
		padding-left: 30px
	}
}

@media only screen and (max-width:991px) {
	.ricerca_per {
		margin: 15px 0 0
	}
}

@media only screen and (max-width:570px) {
	.container_feed:after {
		left: 20px;
		width: 2px
	}

	.img_feed {
		float: none;
		width: 100%;
		height: 150px
	}

	.content_feed {
		float: none;
		width: 100%;
		height: auto;
		padding: 16px 16px 40px
	}

	.data_feed {
		left: 15px;
		font-size: 12px
	}

	.single_feed {
		height: auto;
		padding-left: 16px;
		padding-top: 15px;
		padding-bottom: 15px
	}

	.source_feed {
		top: 78px;
		left: -5px
	}

	.inner_single_feed:after {
		display: none
	}

	.social_icon_wall.wall_facebook {
		background-position: -3px -52px
	}

	.social_icon_wall.wall_instagram {
		background-position: -294px -52px
	}

	.oggi_box {
		text-align: left;
		padding-left: 0
	}
}

@media only screen and (max-width:1900px) {
	#svgMetodoContainer {
		position: relative;
		top: -250px;
		margin-bottom: -200px
	}
}

@media only screen and (max-width:1650px) {
	.metodo_text {
		position: relative;
		z-index: 2;
		line-height: 27px
	}

	.metodo_1.box_ie_11 {
		-ms-transform: translate(0, 60%);
		-webkit-transform: translate(0, 60%);
		transform: translate(0, 60%)
	}

	.metodo_2.box_ie_11 {
		-ms-transform: translate(0, 50%);
		-webkit-transform: translate(0, 50%);
		transform: translate(0, 50%)
	}

	.metodo_3.box_ie_11 {
		-ms-transform: translate(0, 20%);
		-webkit-transform: translate(0, 20%);
		transform: translate(0, 20%)
	}

	.metodo_4.box_ie_11 {
		-ms-transform: translate(0, -120%);
		-webkit-transform: translate(0, -120%);
		transform: translate(0, -120%)
	}
}

@media only screen and (max-width:1550px) {
	#svgMetodoContainer {
		top: 0;
		margin-top: 50px;
		margin-bottom: 50px
	}

	.metodo_box p {
		line-height: 23px
	}

	.icon_metodo {
		width: 50%
	}

	.metodo_text .col-md-6 {
		width: 100% !important
	}
}

@media only screen and (max-width:1200px) {
	.icon_metodo {
		width: 50%;
		margin: 0 auto -20px
	}

	.metodo_box h3 {
		font-size: 17px
	}

	.metodo_box p {
		font-size: 14px;
		line-height: 18px;
		display: none !important
	}
}

@media only screen and (max-width:991px) {
	.container_metodo_text {
		padding-top: 0;
		margin-bottom: 35px
	}

	.metodo_text {
		padding-left: 25px;
		padding-right: 25px
	}

	.t_left h2 {
		text-align: center !important
	}

	#svgMetodoContainer {
		top: 0;
		margin-bottom: 0
	}

	.metodo_text .col-md-6 {
		width: 100% !important;
		padding: 0
	}

	.container_metodo_text .col {
		padding: 0
	}

	#svgMetodoContainer {
		display: none
	}

	.metodo_mobile {
		display: block;
		background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/bg_dot.jpg) center top repeat-y;
		margin-top: 30px
	}

	.metodo_mobile>div {
		max-width: 300px;
		margin: 0 auto 50px;
		background-color: #fff
	}

	.metodo_mobile .metodo_terra {
		position: relative;
		margin-bottom: 105px;
		width: 60%;
		max-width: 150px
	}

	.metodo_terra img {
		width: 100%;
		height: auto
	}

	.metodo_razzo_luna {
		margin-top: 65px !important
	}

	.metodo_razzo_luna img {
		width: 300px !important
	}

	.metodo_razzo_luna h3 {
		margin-top: -80px
	}

	.metodo_text {
		margin-bottom: 25px
	}
}

@media only screen and (max-width:450px) {
	.container_metodo_text {
		padding-top: 0
	}

	.metodo_mobile .metodo_terra {
		width: 30%
	}

	.metodo_razzo_luna img {
		width: 70% !important
	}
}

.arrow_slider_home {
	display: none;
	position: absolute;
	top: 50%
}

.arrow_right_home {
	right: 15px
}

.arrow_left_home {
	left: 15px
}

.container_servizi_home {
	margin-bottom: 55px;
	color: #fff;
	margin-top: 65px;
	padding-right: 35px;
	padding-left: 35px
}

.container_servizi_home .col-20 {
	text-align: center;
	color: #fff;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out
}

.swiper-container:hover .col-20 {
	opacity: .5
}

.container_servizi_home .col-20:hover {
	opacity: 1
}

.container_servizi_home img {
	width: 100%;
	transform: scale(1) translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.container_servizi_home .col-20:hover img {
	transform: scale(1.19)
}

.container_servizi_home .title_servizi_home {
	color: #4e3b66;
	font-weight: 900;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 25px
}

.container_servizi_home p {
	font-size: .9em;
	line-height: 1.6em;
	font-weight: 700;
	padding-right: 25px;
	padding-left: 25px
}

.container_parlanodinoi {
	padding-bottom: 40px;
	padding-top: 40px
}

.single_quote {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 400px
}

.s_q_img {
	position: relative;
	width: 100%;
	max-width: 340px;
	margin: 0 auto
}

.s_q_img-wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 34.09%;
	overflow: hidden
}

.s_q_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.s_q_quote {
	padding-right: 30px;
	padding-left: 30px;
	position: relative
}

.s_q_quote span::after {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	left: 0;
	top: 7px;
	background-image: url(https://www.secretkey.it/wp-content/themes/secretkey/img/quote_s.svg);
	background-repeat: no-repeat;
	background-image: contain
}

.s_q_quote span::before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	right: 0;
	top: 0;
	background-image: url(https://www.secretkey.it/wp-content/themes/secretkey/img/quote_s.svg);
	background-repeat: no-repeat;
	background-size: contain;
	-ms-transform: rotate(180deg);
	-ms-transform-origin: center center;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: center center;
	transform: rotate(180deg)
}

.mob-clear {
	display: none !important
}

@media screen and (max-width:991px) {
	.container_parlanodinoi {
		padding-bottom: 100px;
		padding-top: 0
	}

	.mob-clear {
		display: block !important
	}

	.desk-clear {
		display: none !important
	}
}

.container_loghi {
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px
}

.single_logo {
	display: inline-block;
	width: 17.8%;
	margin-bottom: 43px
}

.single_logo-wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 34.09%;
	overflow: hidden
}

.single_logo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000
}

.singola_testimonianza {
	position: relative;
	margin-bottom: 32px
}

a.flex-next {
	margin-top: -38px !important
}

a.flex-prev {
	margin-top: -38px !important
}

.btn_plus_case {
	position: absolute;
	z-index: 3;
	width: 45px;
	height: 45px;
	bottom: -23px;
	left: 8%;
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/plus_x_v.svg) center center no-repeat #fff;
	background-size: 59% auto;
	-ms-transform: rotate(45deg);
	-ms-transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform: rotate(45deg);
	transform-origin: center center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-left: -22px;
	border: 2px solid #fff
}

.btn_plus_case_hover {
	position: absolute;
	z-index: 3;
	width: 45px;
	height: 45px;
	bottom: -23px;
	left: 8%;
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/plus_x_w.svg) center center / 59% auto no-repeat #4e3b66;
	-ms-transform: rotate(45deg) scale(1);
	-ms-transform-origin: center center;
	-webkit-transform: rotate(45deg) scale(1);
	-webkit-transform-origin: center center;
	transform: rotate(45deg) scale(1);
	transform-origin: center center;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-left: -22px;
	border: 2px solid #fff
}

.read_more_case {
	color: #4e3c66;
	position: absolute;
	bottom: -13px;
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/arrow_r_w.svg) -2px center no-repeat #ed6b05;
	padding-left: 17px;
	padding-right: 8px;
	left: 13%;
	font-size: 12px;
	font-weight: 700;
	line-height: 2em;
	transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.bg_arancione .read_more_case {
	background-color: #ed6b05 !important
}

.singola_testimonianza:hover .read_more_case {
	left: 15%
}

.singola_testimonianza:hover .btn_plus_case_hover {
	-ms-transform: rotate(45deg) scale(0);
	-ms-transform-origin: center center;
	-webkit-transform: rotate(45deg) scale(0);
	-webkit-transform-origin: center center;
	transform: rotate(45deg) scale(0);
	transform-origin: center center
}

.page-template-template-singolo-servizio-php .read_more_case {
	background-color: #91c4a9
}

.page-template-template-singolo-servizio-php .singola_testimonianza {
	cursor: pointer
}

.btn_blog_bottom {
	margin-bottom: 55px
}

.btn_blog_bottom .btn_square {
	padding: 0;
	margin-right: 50px;
	margin-left: 50px
}

.btn_blog_bottom .btn_square a {
	padding: 10px 12px 10px 42px
}

.container_blog_home {
	padding-right: 27.5px;
	padding-left: 27.5px;
	margin-bottom: 15px;
	margin-top: 30px
}

.container_blog_home .col {
	padding-right: 12.5px;
	padding-left: 12.5px;
	margin-bottom: 25px
}

.inner_blog_home {
	border: 1px solid #ed6a05
}

.inner_blog_home.tc {
	border: 1px solid #91c4a9
}

.content_news {
	padding: 25px
}

.titolo_news {
	font-size: 1.5em;
	font-weight: 900;
	color: #ed6a05;
	line-height: 1.1em
}

.inner_blog_home.tc .titolo_news {
	color: #91c4a9
}

.blog_news {
	font-size: .9em;
	font-weight: 900;
	color: #4e3c66;
	margin-bottom: 7px;
	line-height: 1.2em
}

.excerpt_news {
	font-size: 15px;
	line-height: 1.4em;
	color: #4e3c66;
	margin-top: 15px
}

.separator_news {
	height: 4px;
	width: 7px;
	position: relative;
	background-color: #ed6a05
}

.separator_news:after,
.separator_news:before {
	content: '';
	position: absolute;
	top: 0;
	left: 9px;
	height: 4px;
	width: 7px;
	background-color: #ed6a05
}

.inner_blog_home.tc .separator_news,
.inner_blog_home.tc .separator_news:after,
.inner_blog_home.tc .separator_news:before {
	background-color: #91c4a9
}

.separator_news:before {
	left: 19px
}

.data_news {
	font-size: 1.1em;
	font-weight: 700;
	border-top: 1px solid #ed6a05;
	padding: 9px 15px 9px 25px;
	text-transform: uppercase;
	color: #ed6a05
}

.inner_blog_home.tc .data_news {
	border-top: 1px solid #91c4a9;
	color: #91c4a9
}

.hover_blog {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-right: 12.5px;
	padding-left: 12.5px
}

.hover_blog_bg {
	position: relative;
	background-color: #ed6a05;
	width: 100%;
	height: 0;
	left: 0;
	z-index: 2;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out
}

.tc .hover_blog_bg {
	background-color: #91c3a9
}

.content_hover_blog.open .hover_blog_bg {
	height: 100%
}

.hover_blog_btn {
	position: absolute;
	top: 0;
	text-align: center;
	z-index: 4;
	width: 100%;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	opacity: 0
}

.content_hover_blog:hover .hover_blog_btn {
	opacity: 1
}

.content_hover_blog {
	position: relative;
	height: 100%
}

.btn_blog_square {
	position: relative;
	z-index: 3;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/plus_x_w.svg) center center / 59% auto no-repeat transparent;
	-ms-transform: rotate(45deg) scale(.3);
	-ms-transform-origin: center center;
	-webkit-transform: rotate(45deg) scale(.3);
	-webkit-transform-origin: center center;
	transform: rotate(45deg) scale(.3);
	transform-origin: center center;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 4px solid #4e3b66;
	left: 0;
	opacity: 0;
	bottom: 4px
}

.btn_blog_text {
	position: relative;
	color: #fff;
	font-size: .8em;
	line-height: .8em;
	font-weight: 700;
	text-align: center;
	opacity: 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-transform: uppercase
}

.btn_blog_linee {
	height: 0;
	background-color: var(--rosso);
	width: 2px;
	margin: 0 auto;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	right: 0
}

.btn_blog_close_img {
	width: 16px;
	height: 15px;
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/arrow_b_w_blog.svg);
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100%
}

.btn_blog_text.open {
	opacity: 1 !important
}

.btn_blog_square.open {
	-ms-transform: rotate(45deg) scale(1);
	-webkit-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
	opacity: 1
}

.btn_blog_text.open .btn_blog_linee {
	height: 45px
}

#portfolio_section .sottotitolo_top.big_wrapper {
	padding-left: 25px;
	padding-right: 25px
}

body .open_button_group_mobile {
	display: none
}


.btn_more_link.btn_viola {
	background-color: #4e3b66
}

.btn_more_link.btn_viola:after {
	border-left: 25px solid #4e3b66
}

.btn_more_link.btn_viola:before {
	border-right: 25px solid #4e3b66
}

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

	#menu_container .button,
	.btn_more_link,
	.open_button_group_mobile {
		font-size: 15px !important
	}

	#portfolio_section .sottotitolo_top.big_wrapper {
		padding-left: 15px;
		padding-right: 15px
	}
}

#menu_container .button:hover,
.btn_more_link:hover,
#menu_container .button.is-checked {
	background-color: var(--rosso)
}

#menu_container .button:hover:after,
#menu_container .button.is-checked:after,
.btn_more_link:hover:after {
	border-left: 25px solid var(--rosso)
}

#menu_container .button:hover:before,
#menu_container .button.is-checked:before,
.btn_more_link:hover:before {
	border-right: 25px solid var(--rosso)
}

#menu_container .button-group {
	text-align: center
}

.grid {
	position: relative;
	margin: 40px -5px 40px -1px
}

.grid:after {
	content: '';
	display: block;
	clear: both
}

.element-item {
	position: relative;
	float: left
}

.infinite_container {
	text-align: center
}

#menu_container .button_infinite_scroll {
	margin-top: 0;
	margin-bottom: 40px
}

.bg_slider_portfolio {
	height: 69%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0
}

.slider_portfolio {
	position: absolute;
	bottom: 0;
	max-height: 100%;
	width: 100%;
	padding-top: 50px;
	text-align: center
}

.img_slider_portfolio {
	max-height: 750px;
	position: relative;
	z-index: 20;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 90px
}

#top_portfolio_section {
	height: auto !important;
	min-height: 1070px
}

@media only screen and (max-width:1100px) {
	#top_portfolio_section {
		min-height: 900px
	}
}

.link_nav_top>div {
	display: inline-block;
	vertical-align: middle;
	color: #4e3b66
}

.link_nav_top .arrow {
	width: 49px;
	height: 47px;
	display: inline-block;
	vertical-align: middle;
	top: -3px;
	position: relative
}

.link_nav_next .arrow {
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/arrow_r_servizi.svg) 0 0 no-repeat
}

.link_nav_next:hover .arrow {
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/arrow_r_servizi.svg) 0 -57px no-repeat
}

.link_nav_prev .arrow {
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/arrow_l_servizi.svg) 0 0 no-repeat
}

.link_nav_prev:hover .arrow {
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/arrow_l_servizi.svg) 0 -57px no-repeat
}

.link_nav_prev .img_small_nav {
	position: relative;
	right: -5px
}

.link_nav_next .img_small_nav {
	position: relative;
	left: -5px
}

.name_link {
	font-size: 13px
}

.fascia_descrizione_progetto {
	padding-right: 25px;
	padding-left: 25px
}

.testata_portfolio {
	width: 100%;
	position: relative;
	z-index: 100;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 35px
}

.testata_portfolio .row.big_wrapper {
	display: inline-block
}

.title_portfolio h1 {
	display: inline-block;
	font-weight: 900;
	font-size: 2em;
	color: #4e3b66;
	text-transform: uppercase;
	line-height: .8em;
	position: relative
}

.title_portfolio h1:after,
.title_portfolio h1:before {
	content: '';
	width: 10px;
	height: 10px;
	vertical-align: middle;
	display: inline-block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: -3px;
	z-index: 10;
	background-color: #91c3a9
}

.title_portfolio h1:after {
	right: -10px
}

.title_portfolio h1:before {
	left: -15px
}

.sottotitolo_top {
	color: #4e3b66;
	font-size: 1.3em;
	line-height: 1.4em;
	padding-right: 10%;
	padding-left: 10%;
	margin-bottom: 15px
}

.sottotitolo_top.t_bianco {
	color: white !important;
}

.fascia_descrizione_progetto h3 {
	margin-bottom: 5px
}

.linea_desc {
	position: relative;
	width: 150px;
	height: 3px;
	background-color: #4e3b66;
	display: block;
	margin-bottom: 30px
}

.desc_left {
	padding-right: 7%;
	border-right: 1px solid #4e3b66
}

.desc_right {
	padding-left: 7%
}

.container_desc {
	font-size: 18px;
	line-height: 1.8em
}

.container_desc ul {
	padding-left: 30px !important;
	padding-bottom: 10px
}

.container_desc li {
	font-size: 18px;
	line-height: 1.8em
}

.row_desc {
	margin-bottom: 5px
}

.row_desc a {
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase
}

.btn_single_portfolio {
	display: inline-block;
	border: 3px solid #4e3b66;
	color: #4e3b66;
	padding: 7px 15px
}

.btn_single_portfolio:hover {
	background-color: #4e3b66;
	color: #fff
}

@media screen and (max-width:991px) {
	.testata_portfolio {
		padding-right: 0;
		padding-left: 0
	}
}

.fascia_riconoscimenti_progetto {
	color: #fff;
	padding-right: 25px;
	padding-left: 25px
}

.fascia_riconoscimenti_progetto a {
	color: #fff;
	font-weight: 700;
	text-decoration: none
}

.fascia_riconoscimenti_progetto ul {
	display: inline-block;
	padding-left: 80px
}

.fascia_riconoscimenti_progetto li {
	list-style: none;
	padding-left: 44px;
	min-height: 40px;
	position: relative;
	font-weight: 300;
	color: #fff;
	display: block;
	text-align: left
}

.fascia_riconoscimenti_progetto li:before {
	content: '';
	width: 30px;
	height: 30px;
	color: #4e3c66;
	font-size: 2em;
	position: absolute;
	left: 0;
	top: -3px;
	background: url(https://www.secretkey.it/wp-content/themes/secretkey/img/iconaspunta.svg) no-repeat;
	background-size: 30px
}

.riconoscimenti_progetto img {
	margin-bottom: 8px;
	margin-right: 3px;
	margin-left: 3px
}

div.dettagli_tecnici_progetto {
	font-size: 17px
}

div.dettagli_tecnici_progetto p {
	margin-bottom: 8px
}

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

	.content_hidden {
		font-size: 19px;
		max-height: 360px;
		overflow: hidden;
		position: relative;
		-webkit-transition: max-height 600ms ease;
		-moz-transition: max-height 600ms ease;
		-ms-transition: max-height 600ms ease;
		transition: max-height 600ms ease;
		padding-top: 10px;
		padding-right: 0;
		padding-left: 0
	}

	.content_hidden:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 80px;
		z-index: 2;
		background-image: -webkit-linear-gradient(bottom, white 28.3%, rgba(255, 255, 255, 0) 100%);
		background-image: -moz-linear-gradient(bottom, white 28.3%, rgba(255, 255, 255, 0) 100%);
		background-image: -ms-linear-gradient(bottom, white 28.3%, rgba(255, 255, 255, 0) 100%);
		background-image: linear-gradient(to top, white 28.3%, rgba(255, 255, 255, 0) 100%);
		-webkit-transition: opacity 600ms ease;
		-moz-transition: opacity 600ms ease;
		-ms-transition: opacity 600ms ease;
		transition: opacity 600ms ease
	}

	.content_hidden.open {
		max-height: 2000px
	}

	.content_hidden.open:after {
		opacity: 0;
		visibility: hidden
	}

	.btn_content_hidden {
		cursor: pointer
	}


	.social_icon {
		margin-bottom: 10px
	}


	@media (-webkit-min-device-pixel-ratio:1.1),
	(min-resolution:105dpi),
	(min-resolution:1.1dppx) {

		.pswp--svg .pswp__button,
		.pswp--svg .pswp__button--arrow--left:before,
		.pswp--svg .pswp__button--arrow--right:before {
			background-image: url(https://www.secretkey.it/wp-content/themes/secretkey/img/default-skin/default-skin.svg)
		}

		.pswp--svg .pswp__button--arrow--left,
		.pswp--svg .pswp__button--arrow--right {
			background: none
		}
	}


	@media only screen and (max-width:1250px) {
		ul.menu li a {
			margin-top: 0;
			margin-bottom: 0
		}

		.menu_container_top_link {
			padding-left: 12%
		}

		.menu_container_bot_link {
			padding-right: 12%
		}
	}

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

		.info_menu span {
			display: none
		}

		.info_menu .btn_menu {
			margin-top: 0
		}
	}

	.content_page_builder {
		padding: 0 25px
	}


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

		ul.menu li {
			line-height: 22px
		}

		ul.menu li a {
			font-size: 14px
		}

		.info_menu {
			display: none
		}

		.call {
			display: none
		}

		.close_menu_container {
			transform: rotateZ(180deg);
		}

		.close_text {
			transform: rotateZ(180deg)translateY(-50px);
		}

		.close_img {
			transform: rotateZ(180deg) translateY(-27px);
		}

		.close_linee {
			transform: translateY(80px);
		}

		.inner_close_menu_container.open img.icon_close {
			-ms-transform: rotate(135deg);
			-ms-transform: center center;
			-webkit-transform: rotate(135deg);
			-webkit-transform: center center;
			transform: rotate(135deg);
			width: 48px;
			transition: all 0.3s ease;
		}

		#close_menu {
			position: relative;
			cursor: pointer;
		}

		.close_text.open p {
			position: absolute !important;
			bottom: -30px !important;
			left: 0 !important;
			right: 0 !important;
			margin-top: 20px;
		}

		.close_menu_container .close_text.open img.icon_close {
			margin-bottom: 10px !important;
		}

		.menu_container_top_link {
			padding-left: 10%;
			padding-top: 40%;
			width: 100%;
			height: 40%;
			top: 6%;
		}

		.menu_container_bot_link {
			padding-right: 10%;
			width: 100%;
			height: 40%;
		}

		.menu_container_bot_link .divider {
			margin-bottom: 6px;
			margin-top: 6px;
		}

		.menu_container_bot_link p {
			font-weight: 900;
			font-size: 1em;
		}

		.close_menu_container {
			width: 60px;
			height: 60px;
			margin-top: -30px;
			margin-left: -30px;
		}

		.inner_close_menu_container.open {
			width: 50px;
			height: 50px;
			margin-left: -25px;
			margin-top: -25px
		}

		.call_mobile {
			position: absolute;
			left: 10%;
			top: 50%;
			width: 48px;
			height: 48px;
			z-index: 10000;
			margin-top: -24px;
			display: none
		}

		.mail_mobile {
			position: absolute;
			right: 10%;
			top: 50%;
			width: 48px;
			height: 48px;
			z-index: 10000;
			margin-top: -24px;
			display: none
		}

		.footer_info {
			text-align: center
		}
	}



	@media only screen and (max-height:800px) {
		.info_menu span {
			display: none
		}

		.info_menu .btn_menu {
			margin-top: -10px
		}
	}

	.lazy {
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.5s ease 0.1s, visibility 0.5s ease 0.1s
	}

	.lazy[data-original] {
		min-height: 1px;
		display: block
	}

	.lazy.foo {
		opacity: 1;
		visibility: visible
	}

	.lazy.fade_in_delayed,
	.lazy.show_in_view,
	.lazy.fade_in_view {
		opacity: 1;
		visibility: visible;
		transition: none
	}

	.js-label {
		opacity: 1;
		transition: opacity 0.25s ease 0s
	}

	.js-label.is-load {
		opacity: 0
	}

	.js-rocket {
		position: absolute;
		left: 27px;
		bottom: -3px;
		width: calc(100% - 30px);
		height: 55px;
		z-index: 1
	}

	.swiper-lazy {
		opacity: 0;
		transition: opacity 500ms ease-in-out
	}

	.swiper-lazy-loaded {
		opacity: 1 !important;
	}

	.call img {
		display: inline-block;
		vertical-align: middle;
		margin-right: 13px;
		margin-bottom: 4px;
		width: 38px;
		height: auto;
	}
}