@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 */


	nav ul li a {
		padding-left:10px;
		padding-right:10px;
	}
	nav ul li a {
		font-size: 17px;
	}
	.content .text {
		font-size: 16px;
	}
	.button_main .txt {
		padding:14px 18px;
		font-size:16px;
	}
	.button_main .icon {
		padding:14px 18px;
		font-size:18px;
	}
	.slider_caption .msg .text_1 {
		font-size:60px;
	}
	.slider_caption .msg .text_2 {
		font-size:40px;
	}


}


@media (min-width: 1025px) and (max-width: 1199px) { /* C - da 1025px a 1199px */


	body {
		font-size: 17px;
	}
	nav ul li {
		margin-left:4px;
		margin-right:4px;
	}
	nav ul li a {
		padding-left:10px;
		padding-right:10px;
		font-size: 16px;
	}
	.content .text {
		font-size: 16px;
	}
	.button_main .txt {
		padding:14px 18px;
		font-size:15px;
	}
	.button_main .icon {
		padding:14px 18px;
		font-size:17px;
	}
	.slider_caption .msg .text_1 {
		font-size:50px;
	}
	.slider_caption .msg .text_2 {
		font-size:30px;
	}
	.form_main fieldset.style_50 {
		width:100%;
	}


}


@media (min-width: 768px) and (max-width: 1024px) { /* B - TABLET da 768px a 1024px */


	body {
		font-size: 16px;
	}
	.nav_button {
		position: fixed;
		top:30px;
		right:50px;
		display: block;
		width:50px;
		height:50px;
		line-height:50px !important;
		font-size: 25px;
		color: rgba(255,255,255,1);
		background-color:rgba(207,56,5,1);
		cursor: pointer;
		z-index: 1200;
	}
	.nav_fixed {
		display: none !important;
	}
	nav {
		position:fixed;
		display:none;
		top:100px;
		left:auto;
		right:50px;
		width:auto;
		background-image: url(../pattern/fabric_of_squares_gray.png);
		background-repeat: repeat;
		background-position: center center;	
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
		-ms-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
		-o-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	}
	nav ul {
		float:none;
		padding:30px;
	}
	nav ul li {
		float:none;
		margin-bottom:5px;
	}
	.flag {
		position:absolute;
		float:none;
		left:20px;
		top:30px;
		margin:0px;
	}
	.social {
		position:absolute;
		float:none;
		left:20px;
		top:90px;
		margin:0px;
	}
	.content .text {
		font-size: 16px;
	}
	.button_main .txt {
		padding:14px 18px;
		font-size:15px;
	}
	.button_main .icon {
		padding:14px 18px;
		font-size:17px;
	}
	.logo-font {
		font-size: 30px;
	}
	.bg_image.bg_fixed {
		background-attachment: scroll !important;
	}
	.slider_caption .msg .text_1 {
		font-size:40px;
	}
	.slider_caption .msg .text_2 {
		font-size:30px;
	}
	.form_main fieldset.style_50 {
		width:100%;
	}
	.iframe_fixed {
		position: fixed;
	}


}


@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) { /* B - TABLET VERTICALE da 768px a 1024px */


	.content .text.column {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}


}


@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;
	}
	#container {
		margin-top:70px;
	}
	header {
		position: fixed;
		top:0px;
		left:0px;
		height: 70px;
		background-image: url(../pattern/fabric_of_squares_gray.png);
		background-repeat: repeat;
		background-position: center center;	
	}
	.logo_nav {
		display:none;
		font-size:10px;
	}
	.logo_nav_resp {
		position:absolute;
		top:18px;
		left:20px;
		display:block;
	}
	.logo_nav_resp .logo-font {
		font-size: 26px;
	}
	.logo-font {
		font-size: 30px;
	}
	.nav_button {
		position: absolute;
		top:10px;
		right:20px;
		display: inline-block;
		width:50px;
		height:50px;
		line-height:50px !important;
		font-size: 25px;
		color: rgba(255,255,255,1);
		background-color:rgba(207,56,5,1);
		cursor: pointer;
		z-index: 1200;
	}
	nav {
		display:none;
		overflow-y: auto;
		top: 70px;
		bottom:0px;
		margin-top:0px;
		margin-bottom:0px;
		background-image: url(../pattern/fabric_of_squares_gray.png);
		background-repeat: repeat;
		background-position: center center;	
	}
	nav::-webkit-scrollbar { 
		display: none;
	}
	nav ul {
		padding-top:100px;
		padding-bottom:10px;
	}
	nav ul li {
		width:50%;
		margin:0px;
	}
	nav ul li a {
		margin:5px 15px;
		font-size:17px;
	}
	.info_bar {
		display:none;
		top:70px;
	    height: auto;
		background-color: rgba(220,205,183,0.5);
		padding-top:5px;
		padding-bottom:10px;
		z-index: 1200;
	}
	.flag, .social {
		float:none;
		width:100%;
		display:inline-block;
		margin-left:auto;
		margin-top:auto;
	}
	.content .text {
		margin-top: 20px;
		font-size: 17px;
	}
	.content .text.column {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
	}
	.bg_image.bg_fixed {
		background-attachment: scroll !important;
	}
	.button_main .txt {
		padding:12px 15px;
		font-size:18px;
	}
	.button_main .icon {
		padding:12px 15px;
		font-size: 16px;
	}
	.slider_caption .msg .text_1 {
		font-size:30px;
	}
	.slider_caption .msg .text_2 {
		font-size:20px;
	}
	.slider_button_down {
		bottom:40px;
	}
	.tariffe {
		width: 100%;
	}
	.tariffe table {
		border-collapse: inherit;
		border: none;
	}
	.tariffe td {
		border-top: 0px solid rgba(255,255,255,0.5) !important;
		border-bottom: 1px solid rgba(255,255,255,0.5) !important;
		border-left: 1px solid rgba(255,255,255,0.5) !important;
		border-right: 1px solid rgba(255,255,255,0.5) !important;
	}
	.tariffe td:first-child {
		border-top: 1px solid rgba(255,255,255,0.5) !important;
	}
	.tariffe td:last-child {
		border-bottom: 1px solid rgba(255,255,255,0.5) !important;
	}
	.tariffe tr {
		position:relative;
		display:block;
		height:auto;
		margin-bottom:15px;
	}
	.tariffe td {
		width: 100%;
		display: table;
	}
	.tariffe .row_heading {
		display:none;
	}
	.tariffe .col_heading {
	}
	.tariffe .data {
		background-color: transparent;
	}
	.tariffe .tipo_mob {
		display:block;
		text-align:center;
		font-size:12px;
	}
	.form_main fieldset.style_50 {
		width:100%;
	}
	.form_main fieldset {
		padding:15px 0px;
	}
	.iframe_fixed {
		position: fixed;
	}


}


@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 */


}