@media (min-width: 1400px) and (max-width: 1599px) { /* E - da 1400px a 1599px */
}

@media (min-width: 1200px) and (max-width: 1399px) { /* D - da 1200px a 1399px */

.content .text {
	font-size: 16px;
}
.button_main .txt {
	padding:14px 18px;
	font-size:20px;
}
.button_main .icon {
	padding:14px 18px;
	font-size: 24px;
}

}

@media (min-width: 1025px) and (max-width: 1199px) { /* C - da 1025px a 1199px */

body {
	font-size: 17px;
}
.content .text {
	font-size: 16px;
}
.button_main .txt {
	padding:14px 18px;
	font-size:20px;
}
.button_main .icon {
	padding:14px 18px;
	font-size: 24px;
}
.form_main fieldset.style_50 {
	width:100%;
}

}

@media (min-width: 768px) and (max-width: 1024px) { /* B - TABLET da 768px a 1024px */

body {
	font-size: 17px;
}
.iframe_fixed {
	position: fixed;
}
.content .text {
	font-size: 16px;
}
.button_main .txt {
	padding:14px 18px;
	font-size:18px;
}
.button_main .icon {
	padding:14px 18px;
	font-size: 22px;
}
.bg_image.bg_fixed {
	background-attachment: scroll !important;
}
.form_main fieldset.style_50 {
	width:100%;
}

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) { /* B - TABLET VERTICALE da 768px a 1024px */
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) { /* B - TABLET ORIZZONTALE da 768px a 1024px */
}

@media (max-width: 767px) { /* A - SMARTPHONE da 0px a 767px */

body {
	font-size: 16px;
}
.iframe_fixed {
	position: fixed;
}
.content .text {
	margin-top: 20px;
	font-size: 16px;
}
.bg_image.bg_fixed {
	background-attachment: scroll !important;
}
.button_main .txt {
	padding:12px 16px;
	font-size:18px;
}
.button_main .icon {
	padding:12px 16px;
	font-size: 20px;
}
.form_main fieldset.style_50 {
	width:100%;
}
.form_main fieldset {
	padding:15px 0px;
}

}

@media (max-width: 767px) and (orientation:portrait) { /* A - SMARTPHONE VERTICALE da 0px a 767px */
}

@media (max-width: 767px) and (orientation:landscape) { /* A - SMARTPHONE ORIZZONTALE da 0px a 767px */
}