@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,700');

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
    font-family: "Roboto",sans-serif;
	overflow-x: hidden;
}
* {
	box-sizing: border-box;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.no-anim {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
a {
	color: #666;
	text-decoration: none;
}
a:not(.no-decoration) {
	text-decoration: underline;
}
a:not(.no-decoration):hover {
	color: rgba(250, 150, 0);
	text-decoration: underline;
}
.main-menu-item a, .main-menu-item a:hover, .cta-button, .cta-button *, a .cta-button, a.no-decoration, a.no-decoration:hover {
	text-decoration: none !important;
}
li {
	font-size: 15px;
}
li a {
    text-align: center;
}
header {
	font-size: 0;
	background-color: #F3F7F8;
}
h2 + ul {
	margin-top: -20px;
}
p {
	margin: 0 0 32px;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 26px;
	text-align: left;
	white-space: normal;
}
h1 {
    font-style: normal;
    font-size: 48px;
    font-weight: 700;
	color: #333;
    margin-bottom: 20px;
    margin-top: 0;
	text-align: center;
}
h2 {
    font-style: normal;
    font-size: 32px;
    font-weight: 700;
	/*	color: #333;	*/
	color: #288FEB;
    margin-bottom: 40px;
	text-align: center;
}
@media (max-width:650px){
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 22px;
	}
}
h3, h3 > a.tel {
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
	color: #333;
    margin-bottom: 10px;
	margin-top: 0;
	text-align: center;
}
h4 {
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
	color: #333;
    margin-bottom: 10px;
	margin-top: 0;
	text-align: center;
}
h1, h2, h3, h4 {
	line-height: 1.2em;
	font-family: 'Montserrat', sans-serif;
}
h1.big {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 55px;
}
h2.big {
	font-weight: bold;
	font-size: 45px;
}
h3.big {
	font-size: 22px;
}
i.big {
	font-size: 200px;
}
highlight, .red {
	color: #d70808 !important;
}
.titolo::after {
	background-color: rgb(13, 140, 237);
	content: " ";
	height: 2px;
	position: relative;
	width: 50px;
	display: block;
	margin: 20px auto 0;
}

.text-white.titolo::before {
    background-color: #fff;
}

.text-black {
	color: #000 !important;
}
.text-green {
	color: #5cd434 !important;
}
.text-white {
	color: #fff !important;
}
.blu {
	background-color: #002B52;
}
.darkblu {
	background-color: rgba(32, 39, 54, 1);
}
.grey {
	background-color: #f0f5f6;
}
.no-bold {
	font-weight: normal;
}
h3 em {
	display: block;
	font-size: 17px;
}
.top-header {
    background-color: #202736;
	width: 100%;
}
@media (min-width:850px) {
	.top-header a {
		pointer-events: none;
	}
}
.header-contacts {
	font-size: 18px;
	color: #fff;
}

.mobile-tel {
	
}
.fullwidth {
	width: 100%;
	position: relative;
}
section > .fullwidth {
	padding: 50px 0;
}
section ul {
	padding-left: 5px;
}

.container {
	width: calc(100% - 40px);
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}
[class*="container-"] {
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 0 15px;
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
[class*="container-"] > [class*="container-"] {
	margin-top: 0px;
	margin-bottom: 0px;
}
.container-half {
	width: 50%;
	min-height: 200px;
}
.container-1-1 {
	width: 100%;
}
.container-1-2 {
	width: 50%;
}
.container-1-3 {
	width: 33.3333333%;
}
.container-2-3 {
	width: 66.6666666%;
}
.container-1-4 {
	width: 25%;
}
.container-1-5 {
	width: 20%;
}
.container-2-5 {
	width: 40%;
}
.container-3-5 {
	width: 60%;
}
.container-4-5 {
	width: 80%;
}
.container-1-6 {
	width: 16.6666666%;
}
.container-5-6 {
	width: 83.3333333%;
}
.container-clear {
	width: 100%;
	clear: both;
}
.container-1-3.box {
	width: calc(33.3333333% - 20px);
	min-height: 135px;
	margin-right: 30px;
	padding: 15px;
	border-radius: 6px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}


@media (max-width:1100px){
	.container-1-3.box {
		margin-right: 5vw;
		width: calc(33.3333333% - 5vw);
	}
}
.container-1-3.box:last-child {
	margin-right: 0;
}

.css-scrollup {
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	border-radius: 20%;
	border: 2px solid #008AEF;
	color: #008AEF;
	background-color: #fff;
	position: fixed;
	z-index: 1000000;
	bottom: 20px;
	right: 20px;
	cursor: pointer !important;
	display: none;
}
.css-scrollup:hover {
	color: #fff;
	background-color: #008AEF;
}
.css-scrollup.show {
	display: block;
}

#slide-1 {
	background-image: url("../images/slide-1.jpg");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100vw;
}
#slide-1 .calc-height {
	height: calc(( 100vw / 1920 ) * 600 ) !important;
	min-height: 470px;
}
#slide-1 .container-1-2 > img {
	display: none;	
}

@media (max-width:800px) {
	#slide-1 .container-1-2 > img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		transform: translateX(-9%);
	}
	#slide-1 .calc-height {
		height: auto !important;
		min-height: 470px;
	}
	#slide-1 {
		background: none !important;
	}
}
#slide-1 div {
	padding-left: 5px !important;
	padding-right: 5px !important;
	margin-bottom: 0px !important;
}
#slide-1 .fullwidth {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#slide-1 .container-1-1 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
#slide-1 .up {
	z-index: 5;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#slide-1 .up h1 {
	font-size: 34px;
}
#slide-1 .up h2 {
	font-size: 24px;
}
#slide-1 .fa-check {
	margin-right: 5px;
	color: lawngreen;
	font-size: 24px;
}
#fascia3 ul {
	padding: 0 0 0 20px;
	margin: 0;
	text-align: left;
}
#fascia4 iframe {
	height: 39vw;
	max-height: 430px;
	width: 70vw;
	max-width: 760px;
}

#fascia4b .vantaggi-list ul{
	padding-left: 5px;
}
#fascia4b .vantaggi-list li{
	border-bottom: 1px solid #ddd;
	font-weight: lighter;
	line-height: 22px;
	list-style: outside none none;
	padding: 3px 0 3px 24px;
}
#fascia4b .vantaggi-list li::before {
	content: "\f046";
	font-family: FontAwesome;
	font-weight: lighter;
	margin-left: -22px;
	margin-right: 7px;
	color: rgba(13,140,237);
	/* color: lawngreen; */
}


#vantaggi .numero-indent {
	color: lawngreen;
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
}
#vantaggi .indent-padding {
	margin-top: -4px;
}
#vantaggi .numero-indent-container,
#vantaggi .indent-padding-container {
	float: left;
}
#vantaggi .numero-indent-container {
	width: 60px;
	margin-right: 20px;
	padding: 2px 0 ;
	background-color: rgba(32, 39, 54, 0.3);
}
#vantaggi .indent-padding-container {
	width: calc(100% - 80px);
}
#vantaggi .indent-padding-container h3 {
	text-align: left;
}



#vantaggi .container-slide-6box {
	width: calc(100% - 30px);
	margin: 0 auto;
	overflow: hidden;
}
#vantaggi .container-slide-6box-fw {
	font-size: 0;
	padding: 0;
	white-space: nowrap;
	display: inline-flex;
	justify-content: flex-start;
}
#vantaggi .container-slide-6box-fw.scroll {
	transform: translate(calc((100vw - (100vw - 1100px)) * -1 + 60px), 0px);
}
@media (min-width:1100px) {
	#vantaggi .container-slide-single {
		min-width: calc(((100vw - (100vw - 1100px)) - 30px) / 3 - 30px);
	}
}
#vantaggi .container-slide-single {
	display: inline-flex;
	flex-direction: column;
	margin: 0 10px;
	white-space: normal;
}
#vantaggi .container-slide-single .box-title {
    background-color: rgb(13, 140, 237);
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#vantaggi .container-slide-single .box-body,
#vantaggi .container-slide-single .box-button {
	background-color: #fff;
}
#vantaggi .container-slide-single .box-body {
	flex: 1;
}
#vantaggi .container-slide-single .box-body {
	padding-top: 5px;
	padding-bottom: 5px;
}
#vantaggi .container-slide-single .box-title,
#vantaggi .container-slide-single .box-button {
	padding-top: 25px;
	padding-bottom: 25px;
}
#vantaggi .container-slide-single .box-title h3 {
	margin-bottom: 0px;
}
#vantaggi .pagina-button {
	cursor: pointer;
	display: inline-block;
	margin: 0 3px;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: #202736;
}
#vantaggi .pagina-button.attivo {
	background-color: #002B52;
	width: 26px;
}


#vantaggi .container-half > .container-1-1 {
	margin-bottom: 40px;
}
#vantaggi .container-half > .container-1-1 p{
	margin-bottom: 5px !important;
}
#vantaggi .container-half > .container-1-1 .content-icon {
	width: 110px;
	max-width: 110px;
	height: 110px;
}
#vantaggi .container-half > .container-1-1 .content-text {
	width: calc( 100% - 110px );
	max-width: calc( 100% - 110px );
	min-height: 140px;
}
@media (min-width:851px) {
	#vantaggi .container-half .content-text {
		float: left;
		padding-right: 20px;
	}
	#vantaggi .container-half .content-icon {
		float: right;
	}
	#vantaggi .container-half .content-text * {
		text-align: right;
	}
	#vantaggi .container-half + .container-half {
		border-left: 1px solid #ccc;
	}
}
@media (max-width:850px) {
	#vantaggi .container-half .content-icon {
		float: left;
	}
	#vantaggi .container-half .content-text {
		float: right;
		padding-left: 20px !important;
	}
}




#vantaggi .container-half + .container-half .content-icon {
	float: left;
}
#vantaggi .container-half + .container-half .content-text {
	float: right;
	padding-left: 20px;
}




#vantaggi .container-half > .container-1-1 .content-icon {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: rgba(40, 143, 235, 0.1)
}
#vantaggi .container-half > .container-1-1:nth-child(1) .content-icon {
	background-image: url("../images/rubrica.png");
}
#vantaggi .container-half > .container-1-1:nth-child(2) .content-icon {
	background-image: url("../images/messaggio-emoticon.png");
}
#vantaggi .container-half > .container-1-1:nth-child(3) .content-icon {
	background-image: url("../images/chiamata-ingresso.png");
}
#vantaggi .container-half > .container-1-1:nth-child(4) .content-icon {
	background-image: url("../images/phone-note.png");
}
#vantaggi .container-half + .container-half > .container-1-1:nth-child(1) .content-icon {
	background-image: url("../images/chiamata-uscita.png");
}
#vantaggi .container-half + .container-half > .container-1-1:nth-child(2) .content-icon {
	background-image: url("../images/campana.png");
}
#vantaggi .container-half + .container-half > .container-1-1:nth-child(3) .content-icon {
	background-image: url("../images/phone-modern.png");
}
#vantaggi .container-half + .container-half > .container-1-1:nth-child(4) .content-icon {
	background-image: url("../images/smartphone-download.png");
}
















#fascia6 .numero-indent {
	color: lawngreen;
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
}
#fascia6 .indent-padding {
	margin-top: -4px;
}
#fascia6 .numero-indent-container,
#fascia6 .indent-padding-container {
	float: left;
}
#fascia6 .numero-indent-container {
	width: 60px;
	max-width: 60px;
	margin-right: 20px;
	padding: 2px 0 ;
	background-color: rgba(32, 39, 54, 0.3);
}
#fascia6 .indent-padding-container {
	width: calc(100% - 80px);
	max-width: calc(100% - 80px);
}
#fascia6 .indent-padding-container h3 {
	text-align: left;
}

#fascia7 {}

#testimonianze .testimonial-photo {
	padding: 0;
	width: 110px !important;
	text-align: center;
	overflow: hidden;
}
#testimonianze .testimonial-photo img {
	border-radius: 50%;
}
#testimonianze .testimonial-photo + .testimonial-info {
	width: calc( 100% - 110px );
}
#testimonianze .testimonial-title {
	text-align: left;
}
#testimonianze .testimonial-name {
	text-align: left;
	color: #288feb;
}
#testimonianze .testimonial-stars {
	text-align: left;
	color: rgb(250, 201, 23);
	font-size: 18px;
}



#prezzi .container-slide-tariffe-6box {
	width: calc(100% - 30px);
	margin: 0 auto;
	overflow: hidden;
}
#prezzi .container-slide-tariffe-6box-fw {
	font-size: 0;
	padding: 0;
	white-space: nowrap;
	display: inline-flex;
	justify-content: flex-start;
	width: 100%;
}
@media (max-width:900px) {
	#prezzi .container-slide-tariffe-6box-fw {
		white-space: normal;
		display: block;
	}
}
#prezzi .container-slide-tariffe-6box-fw.scroll {
	transform: translate(calc((100vw - (100vw - 1100px)) * -1 + 60px), 0px);
}

@media (min-width:1100px) {
	#prezzi .container-slide-tariffe-single {
		width: calc(((100vw - (100vw - 1100px)) - 30px) / 3 - 30px);
	}
}

@media (max-width:1100px) {
	#prezzi .container-slide-tariffe-single {
		width: 33%;
	}
}
@media (max-width:900px) {
	#prezzi .container-slide-tariffe-single {
		width: 100%;
	}
}

#prezzi .container-slide-tariffe-single {
	display: inline-flex;
	flex-direction: column;
	margin: 20px 10px;
	white-space: normal;
}
@media (max-width:400px) {
	#prezzi .container-slide-tariffe-single {
		margin: 20px 0px;
		min-width: 100%;
	}
}
#prezzi .container-slide-tariffe-single > div:not(.box-button) {
	margin: 0 !important;
}
#prezzi .container-slide-tariffe-single > div.box-button {
	margin-bottom: 0 !important;
}
#prezzi .container-slide-tariffe-single .box-title {
    background-color: rgb(13, 140, 237);
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#prezzi .container-slide-tariffe-single .box-subtitle {
    background-color: rgb(83, 166, 239);
}
#prezzi .container-slide-tariffe-single .box-body,
#prezzi .container-slide-tariffe-single .box-button {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.05);
}
#prezzi .container-slide-tariffe-single .box-body {
	flex: 1;
	padding: 0;
}
#prezzi .container-slide-tariffe-single .box-title {
	padding-top: 25px;
	padding-bottom: 25px;
}
#prezzi .container-slide-tariffe-single .box-button {
	padding-bottom: 25px;
	padding-top: 25px;
	margin-top: -1px !important;
}
#prezzi .container-slide-tariffe-single .box-subtitle .cta-button,
#prezzi .container-slide-tariffe-single .box-button .cta-button {
	font-size: 18px;
}
#prezzi .container-slide-tariffe-single .box-title h3 {
	margin-bottom: 0px;
}
#prezzi .container-slide-tariffe-single .box-subtitle h4 {
	margin: 6px 0px;
	line-height: 24px;
}

#prezzi .container-slide-tariffe-single .box-body ul {
	padding: 0;
	list-style: none;
}
#prezzi .container-slide-tariffe-single .box-body li {
	color: #737373;
	line-height: 24px;
	padding: 15px 10px;
	text-align: left;
	text-indent: 13px;
}
#prezzi .container-slide-tariffe-single .box-body li::before {
	background-color: #999;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 10px;
	position: absolute;
	transform: translateY(8px);
	width: 6px;
}
#prezzi .container-slide-tariffe-single .box-body li:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
#prezzi .container-slide-tariffe-single .box-body.flex-center-col p {
	color: #737373;
	text-align: center;
	margin-bottom: 0;
}

#fascia10 .numero-indent {
	color: rgb(13, 140, 237);
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
}
#fascia10 .indent-padding {
	margin-top: -4px;
}
#fascia10 .numero-indent-container,
#fascia10 .indent-padding-container {
	float: left;
}
#fascia10 .numero-indent-container {
	width: 60px;
	max-width: 60px;
	margin-right: 20px;
	padding: 2px 0 ;
	background-color: rgba(13, 140, 237, 0.2);
	margin-bottom: 20px;
}
#fascia10 .indent-padding-container {
	width: calc(100% - 80px);
	max-width: calc(100% - 80px);
}

#form a {
	color: rgba(250,150,0,1.00);
	text-decoration: none;
}





















.bg-phone-call {
	background-image: url("../images/phone-call.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 30vw;
	max-height: 410px;
	min-height: 250px;
}
.bg-cloud {
	background-image: url("../images/cloud.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 30vw;
	max-height: 410px;
	min-height: 250px;
}
.bg-funzionalita {
	background-image: url("../images/funzionalita.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 30vw;
	max-height: 410px;
	min-height: 250px;
}
.bg-circle {
	background-image: url("../images/icon-fascia-4.png");
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	height: 30vw;
	max-height: 410px;
	min-height: 250px;
}
.bg-lens {
	background-image: url("../images/icon-fascia-3b.png");
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	height: 30vw;
	max-height: 410px;
	min-height: 250px;
}
.bg-ritarossi {
	background-image: url("../images/rita-rossi.jpg");
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	height: 49vw;
	max-height: 540px;
	min-height: 250px;
	vertical-align: bottom;
}
.bg-come-funziona {
	background-image: url("../images/come-funziona.png");
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	height: 33vw;
	max-height: 424px;
	min-height: 250px;
	vertical-align: bottom;
}
.bg-valuta-servizio {
	background-image: url("../images/valuta-servizio.png");
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	height: 33vw;
	max-height: 424px;
	min-height: 250px;
	vertical-align: bottom;
}


.top-header-logo, .top-header-menu{
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
	position: relative;
}
.top-header-logo {
    width: 40%;
    padding: 27px 0 26px;
}
.top-header-menu {
	width: 60%;
}
.top-header-menu ul{
	font-size: 0;
	padding: 0;
	float: right;
}
.main-menu-item {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	vertical-align: top;
}
.main-menu-item:first-child {
	display: none;
	min-height: 90px;
}
.main-menu-item a{
	border-bottom: 3px solid transparent;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	padding: 36px 15px 32px;
	display: block;
}
.main-menu-item:first-child a{
	padding: 30px 30px 31px;
	cursor: pointer;
}
.main-menu-item:not(:first-child):hover a {
	border-bottom: 3px solid #002B52;
}

.main-menu-item:first-child a .close-butt-1,
.main-menu-item:first-child a .close-butt-2,
.main-menu-item:first-child a .close-butt-3 {
	width: 30px;
	max-width: 30px;
	height: 2px;
	background-color: rgba(0, 138, 239, 1);
}
.main-menu-item:first-child a .close-butt-1 {
	margin: 0 auto;
}
.main-menu-item:first-child a .close-butt-2 {
	margin: 10px auto 0;
}
.main-menu-item:first-child a .close-butt-3 {
	margin: 10px auto 0;
}


.main-menu-item:first-child a.button-apri-menu-mobile.aperto .close-butt-1 {
    margin: 15px auto 0;
    transform: rotate(-45deg);
}
.main-menu-item:first-child a.button-apri-menu-mobile.aperto .close-butt-2 {
    margin: -2px auto 0;
    /*transform: translateY(-62px);*/
    transform: scale(0,1);
}
.main-menu-item:first-child a.button-apri-menu-mobile.aperto .close-butt-3 {
    margin: -2.5px auto;
    transform: rotate(45deg);
}
.main-menu-item:first-child a.button-apri-menu-mobile.aperto {
	padding: 30px 30px 53px;
}

@media (max-width:800px) {
	.top-header-logo {
		background-position: center bottom;
	}
	.top-header-logo,
	.top-header-menu,
	.main-menu-item,
	.main-menu-item:first-child {
		display: block;
		width: 100%;
	}
	.main-menu-item {
		width: 100%;
	}
	.main-menu-item:not(:first-child) a {
		padding: 15px;
	}

	.main-menu{
		height: 90px;
		overflow: hidden;
		float: none !important;
		width: 100%;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
	}
	.main-menu.aperto{
		height: auto;
		overflow: hidden;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
	}
	
	
}

.main-menu-item .tel {
	display: block;
	font-size: 20px;
	color: #fff;
	background-color: #43A422;
	padding: 10px;
	border-radius: 30px;
	max-width: 230px;
	margin: 0 auto;
}
.main-menu-item .tel:hover,
.main-menu-item:hover .tel {
	background-color: #5cd434;
	color: #fff;
}

.container-half.sx {
	background-image: url("../images/top-hp.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	min-height: 310px;
}
.container-half.dx {
	font-family: "Source Sans Pro",sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 26px;
	text-align: left;
	white-space: normal;
	padding: 0 30px;
}
.al-left > *,
.al-left{
	text-align: left !important;
}
.al-right > *,
.al-right{
	text-align: right !important;
}
.al-center > *,
.al-center{
	text-align: center !important;
}

.p-margin-top { margin-top:60px!important; }
.p-margin-bottom { margin-bottom:60px!important; }
.p-margin-left { margin-left:60px!important; }
.p-margin-right { margin-right:60px!important; }

.h-margin-top { margin-top:35px!important; }
.h-margin-bottom { margin-bottom:35px!important; }
.h-margin-left { margin-left:35px!important; }
.h-margin-right { margin-right:35px!important; }

.m-margin-top { margin-top:5px!important; }
.m-margin-bottom { margin-bottom:5px!important; }
.m-margin-left { margin-left:5px!important; }
.m-margin-right { margin-right:5px!important; }

.n-margin-top { margin-top:0px!important; }
.n-margin-bottom { margin-bottom:0px!important; }
.n-margin-left { margin-left:0px!important; }
.n-margin-right { margin-right:0px!important; }

.p-padding-top { padding-top:60px!important; }
.p-padding-bottom { padding-bottom:60px!important; }
.p-padding-left { padding-left:60px!important; }
.p-padding-right { padding-right:60px!important; }

.h-padding-top { padding-top:35px!important; }
.h-padding-bottom { padding-bottom:35px!important; }
.h-padding-left { padding-left:35px!important; }
.h-padding-right { padding-right:35px!important; }

.m-padding-top { padding-top:5px!important; }
.m-padding-bottom { padding-bottom:5px!important; }
.m-padding-left { padding-left:5px!important; }
.m-padding-right { padding-right:5px!important; }

.cta-button {
	background-color: rgba(62,203,0,1);
	border: medium none;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	display: block;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 24px;
	margin: 0 auto;
	max-width: 350px;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #555;
	width: 100%;
}
.cta-button:hover {
	background-color: rgba(162,255,72,1.00);
}
.darkblu .cta-button {
	background-color: rgba(62,203,0,1);
	color: #333;
}
.darkblu .cta-button:hover, .blu .cta-button:hover {
	color: #333;
	background-color: rgba(162,255,72,1.00);
}


.testimonianza-foto {
	margin: 30px auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.rounded {
	border-radius: 50%;
}
.rounded img {
	border-radius: 50%;
	width: 100%;
	max-width: 200px;
}

.box-sei-icone {
	float: right;
    font-size: 46px !important;
	color: #7F0F06;
}

#login i {
	color: rgba(248,181,0,1);
	

	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);	
}
#login input {
	width: 100%;
	max-width: 300px;
	height: 40px;
	border: 1px solid #7F0F06;
	background-color: #fff;
	font-size: 25px;
}

form {
	width: 100%;
}

form .obbl{
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}
form .obbl:after{
	content: "*";
	right: 0;
	position: relative;
	color: rgba(211,21,84,1);
}
form div p {
	margin-top: 20px;
	margin-bottom: 5px;
}
form div select,
form div textarea,
form div input:not(.invia-form):not(#privacy) {
	width: 100%;
	border: 1px solid rgba(32, 39, 54, 1);
	padding: 5px 10px;
	height: 36px;
	font-size: 18px;
	color: rgba(32, 39, 54, 1);
	background-color: #fff;
}
form div input#privacy {
	margin-right: 5px;
}

form div textarea:focus,
form div input[type='text']:focus {
	background-color: rgba(32, 39, 54,0.8) !important;
	color: #fff !important;
}
form div textarea {
	height: 150px;
}
form div .invia-form {
	margin: 0 auto;
	margin-top: 30px;
}
form span.error {
	display: block;
	margin: 10px auto;
	color: rgba(250, 150, 0, 1);
	font-size: 18px;
}










footer {
	background-color: #25272B;
}
footer p {
    color: #999;
    font-size: 12px;
    margin: 24px 0;
}
footer a {
    color: #288FEB;
}
form a:hover,
footer a:hover {
    color: #fff !important;
}
footer .follow-soc {
    float: right;
    margin: 30px 7px 7px;
    width: 33px;
}
footer [class*="container-"] {
	margin-top: 5px;
	margin-bottom: 5px;
}











@media (max-width:1000px) {
	.main-menu-item a {
		padding: 36px 1.5vw 32px;
	}
}

@media (max-width:800px) {
	div:not(.css-scrollup) {
		width: 100% !important;
		text-align: center !important;
	}
	section div {
		padding-left: 5px !important;
		padding-right: 5px !important;
		margin-top: 8px !important;
		margin-bottom: 6px !important;
	}
	section {
		overflow: hidden;
	}
	.al-left > *, .al-left, .al-right > *, .al-right, .al-center > *, .al-center{
		text-align: center !important;
	}
	.box-sei-icone, .top-header-menu ul {
		float: none;
	}
	.cta-button {
		margin: 0 auto;
	}
	.main-menu-item a {
		padding: 36px 1vw 32px;
	}
	.container-half.sx {
		min-height: 51vw;
	}
	.container {
		padding-right: 0;
		padding-left: 0;
	}
	.box {
		margin-right: 0px !important;
		margin-left: 0px !important;
		width: calc(100% - 30px) !important;
	}
	.container > h1,
	.container > h2,
	.container > h3,
	.container > h4,
	.container > p {
		margin-right: 15px;
		margin-left: 15px;
	}
	#lista-attrezzature ul li {
		padding-left: 0;
	}
	#lista-attrezzature ul {
		margin-bottom: 20px;
	}
	#lista-attrezzature {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	div > p {
		text-align: center !important;
	}
	section .fullwidth {
		padding: 20px 0 !important;
	}
	.p-margin-top { margin-top:40px!important; }
	.p-margin-bottom { margin-bottom:40px!important; }
	.p-margin-left { margin-left:40px!important; }
	.p-margin-right { margin-right:40px!important; }

	.h-margin-top { margin-top:20px!important; }
	.h-margin-bottom { margin-bottom:20px!important; }
	.h-margin-left { margin-left:20px!important; }
	.h-margin-right { margin-right:20px!important; }

	.m-margin-top { margin-top:5px!important; }
	.m-margin-bottom { margin-bottom:5px!important; }
	.m-margin-left { margin-left:5px!important; }
	.m-margin-right { margin-right:5px!important; }

	.p-padding-top { padding-top:40px!important; }
	.p-padding-bottom { padding-bottom:40px!important; }
	.p-padding-left { padding-left:40px!important; }
	.p-padding-right { padding-right:40px!important; }

	.h-padding-top { padding-top:20px!important; }
	.h-padding-bottom { padding-bottom:20px!important; }
	.h-padding-left { padding-left:20px!important; }
	.h-padding-right { padding-right:20px!important; }

	.m-padding-top { padding-top:5px!important; }
	.m-padding-bottom { padding-bottom:5px!important; }
	.m-padding-left { padding-left:5px!important; }
	.m-padding-right { padding-right:5px!important; }
	
	#fascia3 .container-1-1 {
		padding-right: 5px !important;
	}
	#testimonianze .testimonial-title {
	text-align: center;
	}
	#testimonianze .testimonial-name {
		text-align: center;
	}

}

@media (min-width:501px) {
	a.tel{
		pointer-events: none;
	}
}
@media (min-width:801px) {
	.flex-center-row {
		display: inline-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	.flex-bottom-row {
		display: inline-flex;
		justify-content: center;
		align-content: flex-end;
		align-items: flex-end;
	}
	.flex-center-col {
		display: inline-flex;
		justify-content: center;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
}

@media (max-width:450px) {
	.main-menu-item:last-child {
		display: block;
	}
	.top-header-menu {
		height: auto;
		margin-bottom: 10px;
	}
	#slide-1 .business-man {
		width: 85vw;
	}
}

@media (min-width:801px) {
.img-flex-bottom {
	display: inline-flex;
	justify-content: flex-end;
	align-content: flex-end;
}
}










