/*@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900&display=swap');
/**
 * Stylesheet for "Landing Page Standard" template
 * Author: Zucchetti
 * Theme: Porto
 */
::-moz-placeholder {
	color: #000;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #000;
}
.form-control::-webkit-input-placeholder {
	color: #000;
}
input::placeholder {
	color:#000 !important;
}
.txt-shadow-dark-md {
    font-weight: 900;
    text-shadow: 1px 1px 0px rgb(255, 255, 255);
}
body, h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Muli', sans-serif;*/
	font-family: 'Roboto', sans-serif;
}
body {
	font-weight: 400;
	background-color: #f2f2f2;
}
h4,h5,h6 {
	line-height: 1.1;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-1 {
    margin-bottom: 10px;
}
.mb-2 {
    margin-bottom: 20px;
}
.mb-3 {
    margin-bottom: 30px;
}
.mb-4 {
    margin-bottom: 40px;
}
.mb-5 {
    margin-bottom: 50px;
}
.lp-list {
	padding-left: 15px;
	margin-bottom: 0;
	font-size: 1.5rem;
}
.lp-list strong {
	color:red;
}
.header-wrapper {
	background-color:#fff;
}
.lp-list li {
    margin-top: 1.5rem;
}
.lp-leadform__title {
	padding: 15px;
	background-color: #ed1c24;
	text-align: center;
}
.lp-leadform__title h3 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 0;
    letter-spacing: 0;
}
.lp-leadform__title h3 small {
	display: block;
	color: inherit;
	font-size: 1.2rem;
	font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.5rem;
}
.lp-leadform__fields {
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.lp-footer__top {
	padding: 25px 0 20px;
	background-color: #24262b;
}
.lp-header__payoff {
	color: #0080bd;
	margin-bottom: 0;
	font-size: 1.3rem;
	font-weight: 300;
}
.lp-header__payoff strong {
    font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
.lp-gray-row {
    background-color: #f2f2f2;
}
.lp-section {
	padding: 35px 0;
	overflow-x: hidden;
}
.lp-section h2 {
	color: #0165ba;
	font-weight: 400;
}
.lp-section h2 > strong {
	font-weight: 500;
}
.icon-text > * {
	display: inline-block;
	vertical-align: top;
}
.icon-text > .fa {
	font-size: 36px;
	transform: scaleX(-1);
}
.icon-text > span {
	margin-left: 5px;
}
.lp-section-cta,
.lp-section-cta:hover,
.lp-section-cta:focus {
	color: #0165ba;
	text-decoration: none;
}
.lp-section-cta {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	transition: opacity 0.2s ease-in-out;
}
.lp-section-cta:hover,
.lp-section-cta:focus {
	opacity: 0.75;
}
.lp-list-unstyled {
	padding-left: 0;
	margin-bottom: 30px;
	list-style: none;
}
.lp-list-unstyled > li {
	padding: 8px 0;
}
.lp-list-unstyled > li:nth-child(even),
.lp-list-unstyled > li:nth-child(even):before,
.lp-list-unstyled > li:nth-child(even):after {
	background-color: #f3f4f6;
}
.lp-list-unstyled > li:nth-child(even) {
	position: relative;
}
.lp-list-unstyled > li:nth-child(even):before,
.lp-list-unstyled > li:nth-child(even):after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	z-index: -1;
}
.lp-list-unstyled > li:nth-child(even):before {
	left: -25vw;
	width: 25vw;
}
.lp-list-unstyled > li:nth-child(even):after {
	right: -75vw;
	width: 75vw;
}
.hidden-sm {
	margin-top: -35px;
	margin-bottom: 35px;
}
.baloon-stand {
    margin-top: 30px;
	position: relative;
}
.date-baloon {
	color: #fff;
    text-align: center;
    font-weight: 600;
    width: 134px;
    height: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-direction: column;
    position: relative;
    margin-top: -141px;
    margin-left: 190px;
    margin-bottom: 25px;
	background-color: #ed1c24;
    font-size: 1.3rem;
    line-height: 1.4rem;
    padding: 13px;
	transform: rotate(-15deg);
}
.euroshop-baloon {
	background-color: #fff;
    box-shadow: 8px 8px 10px rgba(0,0,0,.15);
    color: #000;
    font-size: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    border-radius: 25px;
    width: 210px;
    height: 98px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 26px;
    margin-bottom: 20px;
    font-weight: 700;
}
.location {
	
}
#lp-masthead {
	/*font-family: 'Muli', sans-serif !important;*/
	font-family: 'Roboto', sans-serif !important;
	display: flex;
    align-items: flex-start;
    padding-top: 35px;
	height: 73vw;
	min-height: 780px;
	max-height: 750px;
	/*background-image: url('../img/euroshop-2020/zucchetti-euroshop-2500x766.jpg');*/
	/*background-image: url('../img/euroshop-2020/zucchetti-euroshop-2500x766.jpg');*/
	background-image: url('../img/euroshop-2020/zucchetti-euroshop-2500x766-new-1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#lp-masthead h1 {
	color: #000;
	line-height: 1.1;
	margin-bottom: 0;
    font-weight: 900;
	word-break: keep-all;
}
#lp-masthead h1 .hero-big-txt {
    font-size: 6rem;
    letter-spacing: -.4rem;
}
#lp-masthead h1 .hero-medium-txt {
    font-size: 3.85rem;
}
#lp-masthead h1 .hero-small-txt {
    font-size: 2.5rem;
    line-height: .5rem;
    letter-spacing: -3px;
}
#lp-masthead h1 .euroshop-txt, .euroshop-txt {
	color: #ed1c24 !important;
}
#lp-masthead h2 {
    max-width: 35vw;
	color: #000;
	line-height: 2rem;
    font-weight: 600;
	word-break: keep-all;
}
#lp-masthead h2 .date {
	font-size: 2.3rem;
}
#lp-content {
	position: relative;
}
#lp-leadform {
	background-color: rgba(243,243,245,0.8);
}
#lp-cta {
	padding: 35px 0;
}
#lp-cta h5 {
	color: #0165ba;
	margin-bottom: 0;
}
#lp-magoerp {
    margin-top: -25px;
}
#lp-magoerp h2 > *,
#lp-infinity h2 > * {
	display: block;
	margin-bottom: 18px;
}
#lp-magoerp h4 span,
#lp-magoerp p,
#lp-infinity h4 span,
#lp-infinity p {
	font-weight: 500;
}
#lp-infinity .lp-list > li + li {
	margin-top: 10px;
}
#lp-footer {
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
#footer .footer-bottom {
	padding-top: 0;
}
body.page-template-custom-page-landing-tp .lp-leadform__fields {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 320px;
	text-align: center;
}
body.page-template-custom-page-landing-tp .lp-leadform__fields h2 {
	font-weight: 500;
	line-height: 1.2;
}
body.page-template-custom-page-landing-tp .lp-leadform__fields h2 > small {
	color: inherit;
	font-weight: inherit;
}
@media (min-width:1170px) and (max-width:1300px) {
	#lp-masthead h2 {
		max-width: 40vw;
		font-weight: 600;
	}
}
@media (max-width: 330px) {
	#lp-masthead {
		min-height: 800px !important;
	}
}
@media (max-width:420px) {
	#lp-masthead {
		min-height: 150vw;
	}
}
@media (min-width: 331px) and (max-width: 575px) {
	#lp-masthead {
		min-height: 715px !important;
		padding-top: 0px !important;
	}
}
@media (max-width: 575px) {
	.hashtag {
		font-size: 2rem !important;
	}
	.lp-section h2 {
		font-size: 20px;
	}
	.icon-text {
		font-size: 16px;
	}
	.euroshop-baloon {
		font-size: .8rem;
		width: 140px;
		padding: 10px;
		margin-top: 25px;
	}
	.date-baloon {
		width: 114px;
		height: 114px;
		margin-left: 130px;
		font-size: 1.1rem;
		line-height: 1.4rem;
		padding: 13px;
	}
	#lp-content:before {
		height: 250px !important;
	}
}
@media (min-width: 576px) {
	#lp-magoerp p,
	#lp-infinity p {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	#lp-cta h5 {
		font-size: 20px;
	}
}
@media (min-width:550px) and (max-width:768px) {
	section#lp-masthead .container {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.euroshop-baloon {
		width: 199px;
		height: 89px;
		font-size: .9rem;
		line-height: .9rem;
		padding: 12px;
		margin-bottom: 0px;
	}
	.euroshop-baloon img {
		width:80%;
	}
	.date-baloon {
		width: 100px;
		height: 100px;
		margin-top: -96px;
		margin-bottom: 9px;
		margin-left: 180px;
		font-size: 1rem;
		line-height: 1rem;
		padding: 13px;
	}
}
.euroshop-baloon img {
    width: 80%;
}
#lp-content:before {
	content: ' ';
	display: block;
	/*background-image: url('../img/euroshop-2020/zucchetti-euroshop-990x985.jpg');*/
	background-image: url('../img/euroshop-2020/zucchetti-euroshop-990x985-new.jpg');
	background-size: cover;
	background-position: center;
	height: 0px;
	transition: all .2s ease;
}
@media (max-width: 767px) {
	.btn-primary, .button, input.submit, input[type="submit"].btn-primary, input[type="submit"].button, input[type="submit"].submit {
		margin-bottom:30px !important;
	}
	.txt-shadow-dark-md {
		text-shadow: 0 0 0;
	}
	.baloon-stand {
		position: relative;
		margin: 20px auto 0;
	}
	#lp-content:before {
		height: 380px;
	}
	#header,
	#header .header-main .container {
		min-height: inherit !important;
	}
	#header.header-10 .header-main .container .header-left,
	#header.header-corporate .header-main .container .header-right {
		position: static !important;
		display: block !important;
		text-align: center;
	}
	#header .logo {
		display: block;
		margin-top: 0;
		height: auto !important;
		margin-left: auto;
		margin-right: auto;
		line-height: 1;
	}
	#header.header-10 .header-main .container .header-left {
		padding-top: 7px !important;
	}
	#header.header-corporate .header-main .container .header-right {
		padding-bottom: 10px !important;
	}
	.lp-footer__top,
	.lp-footer__top .text-right,
	#footer .footer-bottom .container .footer-left,
	#footer .footer-bottom .container .footer-right,
	#lp-cta h5,
	.text-center-xs {
		text-align: center !important;
	}
	.lp-section h2 img {
		margin-left: auto;
		margin-right: auto;
	}
	.lp-footer__top .col-sm-6 + .col-sm-6 {
		margin-top: 20px;
	}
	#header .logo img.retina-logo {
	  display: inline-block !important;
	}
	#header.sticky-header .logo {
		margin: 0 auto;
	}
	#header.sticky-header .header-main.change-logo .logo img {
		margin: 0;
	}
	#lp-masthead {
		height: 75vw;
		align-items: center;
		min-height: 490px;
		background-color: #f3f3f3;
		background-image: none !important;
	}
	#lp-masthead h1 {
		line-height: 2.2rem;
		color: #000;
		text-align: center;
	}
	#lp-masthead h1 .hero-big-txt {
		font-size: 3.5rem;
		letter-spacing: -.2rem;
		white-space: nowrap;
		color: #000;
	}
	#lp-masthead h1 .hero-medium-txt {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
	#lp-masthead h2 {
		max-width: 105vw;
		color: #000;
		margin-bottom: 10px;
		text-align: center;
	}
	.mb-sm-2 {
		margin-bottom: 20px !important;
	}
}
.padding-top-sticker {
	top: 0px;
}
@media (min-width: 768px) {
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
		margin: 0 !important;
	}
	.hidden-sm {
		display: none;
	}
	#lp-masthead {
		position: absolute;
		left: 0;
		right: 0;
		border-top-width: 8px;
	}
	#lp-masthead h1 {
		font-size: 30px;
		line-height: 2.5rem;
		width: 43vw;
		max-width: 420px;
	}
	#lp-cta h5 {
		position: relative;
		width: 58.333333%;
	}
	#lp-leadform {
		max-width: 1170px;
		margin: 60px auto 0;
		padding-left: 15px;
		padding-right: 15px;
		background-color: transparent;
		position: sticky;
		top: 75px;
		bottom: 122px;
	}
	.padding-top-sticker {
		top: 40px;
	}
	#lp-leadform  .gform_wrapper .gform_footer {
		padding: 16px 0 16px;
		margin: 0;
	}
	.lp-sticker {
		width: 45vw;
		max-width: 400px;
		margin-left: auto;
		border-radius: 0;
		position: relative;
		background-color: rgba(243,243,245,0.8);
		box-shadow: 0 0 25px rgba(0,0,0,.15);
	}
	.lp-sticker.pulse {
		animation-name: pulse;
		animation-duration: 0.8s;
		animation-fill-mode: both;
	}
	.lp-leadform__fields {
		width: calc(100% - 30px);
	}
	.lp-header__payoff {
		font-size: 1.5rem;
		transition: all 0.3s ease 0s;
	}
	.sticky-header .lp-header__payoff {
		font-size: 20px;
	}
	.lp-footer__top > .container > .row {
		display: flex;
		align-items: center;
	}
	#lp-cta h5 {
		font-size: 24px;
	}
	#lp-magoerp .lp-gray-row,
	#lp-infinity .lp-gray-row {
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	#lp-infinity .lp-gray-row {
		background-image: url('../img/infinity_bg.jpg');
	}
}
@media (min-width: 992px) {
	#lp-masthead {
		border-top-width: 12px;
	}
	#header.header-10 .header-main .container .header-right-bottom {
		margin-top: 26px
	}
	.lp-section {
		padding: 45px 0;
	}
	#header.sticky-header .header-main .container {
		height: 68px;
	}
	.lp-header__payoff {
		font-size: 1.7rem;
	}
	.lp-sticker {
		max-width: 420px;
	}
	#lp-masthead h1 {
		font-size: 5rem;
		line-height: 3.3rem;
		width: 50vw;
		max-width: 500px;
		padding-bottom: 25px;
	}
}
@media (min-width: 768px) and @media (max-width: 991px) {
	#lp-masthead {
		min-height: 773px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#header {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}
	#header.header-loaded .header-main {
		width: 100%;
	}
	#header.header-10 .header-main .container .header-left {
		padding-top: 10px;
	}
	#header .logo {
		max-width: 170px;
	}
}
@media (max-width:1021px) {
	#lp-masthead {
		/*background-image: url('../img/euroshop-2020/zucchetti-euroshop-990x985.jpg');*/
		background-image: url('../img/euroshop-2020/zucchetti-euroshop-990x985-new.jpg');
	}
}
@media (min-width: 768px)  and (max-width:1021px) {
	.lp-sticker {
		background-color: rgba(226, 225, 231, .9) !important;
	}
}
@media (min-width: 768px) and (max-width: 1170px) {
	.lp-list-unstyled > li:nth-child(even) {
		z-index: -1;
	}
	#lp-masthead h1 {
		font-size: 4rem;
		width: 40vw;
		max-width: 600px;
		padding-bottom: 25px;
	}
	#lp-masthead h1 .hero-big-txt {
		font-size: 4.5rem;
		letter-spacing: -.2rem;
	}
	#lp-masthead h1 .hero-medium-txt {
		font-size: 3.1rem;
		line-height: 1.5rem;
		letter-spacing: -.2rem;
		word-break: keep-all;
	}
	#lp-masthead h2 {
		max-width: 40vw;
		text-shadow: 1px 1px 0 rgb(255,255,255,1);
	}
	.hashtag {
		font-size: 80% !important;
	}
}
.hashtag {
	letter-spacing: -1px;
	font-size: 2.8rem;
	text-shadow: 1px 1px 0 rgba(255,255,255,.9);
}
@media (min-width: 1170px) {
	#lp-masthead {
		align-items: start;
		padding-top: 50px;
		border-top-width: 15px;
	}
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
    transform-origin: center;
  }
  50% {
    transform: scale3d(1.025, 1.025, 1.025);
    transform-origin: center;
  }
  to {
    transform: scale3d(1, 1, 1);
    transform-origin: center;
  }
}
@media (min-width: 1600px) {
	#lp-masthead {
		align-items: start;
		padding-top: 25px;
	}
}
@media (min-width: 1920px) {
	#lp-masthead h2 {
		max-width: 500px;
	}
}



/* Thankyou element form */

.thankyou-message {
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}



/* Gravity form */

textarea#txtPrivacy {
	width:100%;
	line-height: 1rem;
}
.btn-primary, .button, input.submit, input[type="submit"].btn-primary, input[type="submit"].button, input[type="submit"].submit {
	color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight:700 !important;
    border-radius: 5px;
    padding: 0 3px;
}
.gform_wrapper h3.gform_title {
	font-weight: 600 !important;
    margin: 10px 0 10px !important;
	text-align: center;
}
.gform_wrapper .gform_heading {
	margin-bottom: 0 !important;
}
.gform_wrapper ul.gform_fields > li:first-child {
}
.gform_wrapper ul.gform_fields > li:first-child ul.gfield_checkbox li label {
	color: #2b75bc;
	font-weight: 600 !important;
	text-transform: uppercase;
}
.gform_wrapper span.gform_description,
.gform_wrapper label.gfield_label {
	display: none !important;
}
.gform_wrapper ul#input_8_1.gfield_checkbox li {
	display: inline-block !important;
	vertical-align: middle
}
.gform_wrapper ul#input_8_1.gfield_checkbox li + li {
	margin-left: 20px !important;
}
.gform_wrapper ul.gfield_checkbox li input {
	margin-top: 0 !important;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	display: block !important;
	float: none;
	width: 100% !important;
	font-size: 18px !important;
	font-weight: 500;
	border-radius: 1px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	margin: 7px 0 0 0;
	padding: 6px 18px !important;
	border: 1px solid #e5e5e7;
	transition: border-color 0.2s ease;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
	border-color: #2b75bc;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
	width: inherit !important;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: 400 !important;
}
.gform_wrapper .gfield_checkbox li.gchoice_7_6_1 input[type=checkbox] {
	vertical-align: 8px !important;
}
.gform_wrapper .gfield_radio li[class*="gchoice_8_4_"] {
    display: inline-block !important;
    vertical-align: middle;
	margin-right:7px;
}
.gform_wrapper .gfield_radio li[class*="gchoice_8_4_"] label, .gform_wrapper ul.gfield_checkbox li label {
	color: #000;
    font-weight: 600;
    font-size: 1rem;
	padding:0;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: 1rem !important;
    font-weight: 600;
}



/* Validation Error */

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border-bottom: 3px solid #ff0000 !important;
    border-top:0 !important;
	border-left:0 !important;
	border-right:0 !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0px !important;
    border:0 !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    box-sizing: border-box;
}
.gform_wrapper .validation_message {
    color: #ff0000 !important;
    font-size: 1rem !important;
}
.gform_wrapper div.validation_error {
    color: #ff0000 !important;
    line-height: 1em;
    border-top: 0px solid #ff0000 !important;
    border-bottom: 0px solid #ff0000 !important;
	margin-bottom: 0px !important;
	padding: 0 !important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px !important;
}
li#field_9_9,
li#field_9_3,
li#field_9_1,
li#field_9_16,
li#field_10_9,
li#field_10_3 {
    display: inline-block;
    width: 49%;
}
li#field_9_9,
li#field_9_1,
li#field_10_9 {
    margin-right: 2%;
}
li#field_9_13, li#field_10_13, li#field_11_13, li#field_12_13 {
    display: inline-block;
    width: 60%;
    margin-right:5%;
}
li#field_9_15, li#field_10_15, li#field_11_15, li#field_12_15 {
    display: inline-block;
    width: 35%;
}



/* For green background */

.lp-sticker {
    background-color: rgb(222, 185, 0);
	background-color: rgb(232, 215, 5);
	background-color: #e2e1e7;
}
input {
	color:#000 !important;
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15) !important;
}
textarea#txtPrivacy {
    color: #000;
    background-color: transparent;
}