
body { background-color:#EFEFEF; }

.bgWhite{background:#fff;}

#container_page {
	width:100%;
	overflow-x:hidden;
	}

/* ========== Delay ========== */

.hover_delay {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	}

/* ========== Animate ========== */

.animate_linear1  {
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
	}

.animate_easing {
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	}

/* ========== Border Radius ========== */

.radius_3 {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}

/* ========== Box Sizing ========== */

.box_sizing {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

/* ========== Desaturate ========== */

.grayScale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	}

/* ========== 2x Columns ========== */

.colx2 {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	}

/* ========== iframe Video ========== */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/* ========== Zoom Scale ========== */


.zoom_scale img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}

.zoom_scale:hover img {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	}

/* ========== BG Cover ========== */

.bg_cover_fixed {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

.bg_cover_scroll {
	background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}

/* ========== Boxes ========== */

.box_1300,
.box_fluid,
.box_med,
.box_small {
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

.box_1300{max-width:1280px;}
.box_fluid { max-width:1140px; }
.box_med { max-width:900px;	}
.box_small { max-width:700px; }

.desktop_view_menu,
.desktop_view {display:block;}

.mobile_view_menu,
.mobile_view {display:none;}

/* ========== Custom ========== */

.bgWhite { background-color: #FFF; }

/* ========== Text ========== */

.gridTesto .divider {
	height:1px;
	background-color:#EB2521;
	width:90px;
	margin:25px 0;
	}

.gridTesto .divider2 {
	height:2px;
	background-color:#666;
	width:90px;
	}

.gridTesto h2 {
  color:#000;
	font-size:45px;
	line-height:1.4em;
	}

.gridTesto h3 {
	color:#666;
	font-size:20px;
	line-height:1.4em;
	}

.gridTesto h4 {
	font-family: 'Raleway', sans-serif;
	color:#333;
	font-size:28px;
	line-height:1.4em;
	}

.gridTesto.white h4, .gridTesto.white h5, .gridTesto.white p {
	color:#fff;
	}

.gridTesto h4 span{color:#E93F3F;}

.gridTesto h5 {
	font-family: 'Nunito', sans-serif;
	color:#000;
	font-weight:600;
	font-size:18px;
	line-height:1.4em;
	}

.gridTesto h6{
	font-size:60px;
	color:#333;
	font-family: 'Dancing Script', cursive;
	line-height:1em;
	}

.gridTesto h6 span{color:#E93F3F;}

.gridTesto p strong {font-weight:bold}

.gridTesto,
.gridTesto p {
	font-family: 'Nunito', sans-serif;
	font-size:15px;
	font-weight:400;
	color: #333;
	line-height: 1.9em;
	margin-bottom:0;
	padding-bottom:0;
	display:block;
	}

.gridTesto strong,
.gridTesto b { font-weight:bold; }

.gridTesto em,
.gridTesto i { font-style:italic; }

.gridTesto a {
	text-decoration: underline;
	color:#000;
	font-weight: bold;
	}

.gridTesto a.rem {
	color:inherit;
	text-decoration:none;
	font-weight:normal;
	}

.gridTesto .ulRow {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	overflow: hidden;
	}

.gridTesto .ulRow li { padding:5px 15px 5px 15px; }
.gridTesto .ulRow li:nth-child(odd) {	background-color:rgba(0,0,0,0.1); }
.gridTesto .ulRow li:nth-child(even) { background-color:rgba(0,0,0,0.05); }

.gridTesto .table_grid {
	border-collapse:collapse;
	width:100%;
	}

.gridTesto .table_grid thead { background-color:rgba(0,0,0,0.8); }
.gridTesto .table_grid thead p { color:#FFF; }

.gridTesto .table_grid thead th {
	padding:6px 0;
	border-spacing:0;
  border-collapse:collapse;
	border:1px solid rgba(255,255,255,0.2);
	}

.gridTesto .table_grid tr:nth-child(odd) {	background-color:rgba(0,0,0,0.1); }
.gridTesto .table_grid tr:nth-child(even) { background-color:rgba(0,0,0,0.05); }

.gridTesto .table_grid td {
	border-spacing:0;
  border-collapse:collapse;
  border-right:1px solid rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.2);
	padding:13px 13px;
	}

.gridTesto .table_grid td p {
	text-align:center;
	display:block;
	}

.fasciaCorsivo{
	background:#fff !important;
	padding:60px 0;
	}

.fasciaCorsivo h2,
.fasciaCorsivo h1{
	font-family: 'Dancing Script', cursive;
	color:#333;
	font-size:60px;
	text-align:center;
	line-height:1em;
	}

.bgf5 {background:#F5F5F5;}

.bgBoxMenu {
	background-image:url('../images/bgBoxMenu.jpg');
	}







.btnGeneric1 {
	font-family: 'Raleway', sans-serif;
  display:inline-block;
  background-color:#E93F3F;
  border-bottom:2px solid rgba(0,0,0,0.2);
  padding:14px 30px 12px;
  color:#FFF!important;
  font-weight:600;
  font-size:15px;
	letter-spacing:1px;
  -webkit-transition:all 0.1s linear;
  -moz-transition:all 0.1s linear;
  transition:all 0.1s linear;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}

.btnGeneric1:hover {
	background-color:#ff0000;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
	}





/*
.btnGeneric2 {


	font-family: 'Raleway', sans-serif;
	display:inline-block;
	background-color:transparent;
	border-bottom:2px solid rgba(0,0,0,0.2);
	padding:14px 30px 12px;
	color:#FFF!important;
	font-weight:600;
	font-size:15px;
	letter-spacing:1px;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid rgba(255,255,255,0.3);
	text-decoration:none!important;
	}

.btnGeneric2:hover {
	background-color:#CB1B23;
	border:1px solid #CB1B23;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
	}






















	.btnGeneric3 {
		font-family:'Raleway', sans-serif;
		font-size:13px;
		font-weight:600;
		letter-spacing:0.05em;
		display:inline-block;
		padding:15px 30px;
		border:1px solid #CB1820;
		background-color:#CB1820;
		color:#FFF!important;
		margin:0 5px;
		-webkit-transition:all 0.1s linear;
		-moz-transition:all 0.1s linear;
		transition:all 0.1s linear;
		text-decoration:none!important;
		}

	.btnGeneric3:hover {
		background-color:#E93F3F;
		-webkit-transition:all 0.1s linear;
		-moz-transition:all 0.1s linear;
		transition:all 0.1s linear;
		}







*/




















.pad-0-20-Always{ padding:0 20px; }
.pad-0-30-Always{ padding:0 30px; }
.pad-0-40-Always{ padding:0 40px; }
.pad-0-50-Always{ padding:0 50px; }



/* =========== Lightbox ========= */

.lightbox1 a {
	display:block;
	overflow:hidden;
	width:100%;
	position:relative;
	font-family: 'Raleway', sans-serif;
	}

.lightbox1 a img {
	display:block;
	width:100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}

.lightbox1 a:hover img {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	/*
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	*/
	}

.lightbox1 .cover_hover hgroup,
.lightbox1 .cover_hover,
.lightbox1 .cover_hover:hover {
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	}

.lightbox1 .box { margin-bottom:30px; }

.lightbox1 .cover_hover {
	display:block;
	position: absolute;
	left:0;
	top:0;
	background-color:#000;
	background-color:rgba(0,0,0,0);
	background-position: center 47%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
	}

.lightbox1 .cover_hover hgroup {
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100%;
	text-align: center;
	}

.lightbox1 .cover_hover:hover hgroup {
	bottom:30px;
	}

.lightbox1 .cover_hover:hover {
	background-color: rgba(0,0,0,0.6);
	}

.lightbox1 .cover_hover hgroup h5 {
	font-size: 0.7em;
	letter-spacing: 0.1em;
	color: #FFF;
	display:block;
	padding:0 15px;
	text-transform:none;
	}

.lightbox1 .cover_hover .ico_zoom {
	position:relative;
	display:block;
	text-align:center;
	color:#FFF;
	width:50px;
	height:50px;
	overflow:hidden;
	border:2px solid rgba(255,255,255,0.2);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	font-size:17px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	}

.lightbox1 .ico_zoom i {
	display:inline-block;
	padding-bottom:3px;
	font-style:normal;
	}

.lightbox1 .cover_hover:hover .ico_zoom  {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;

	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;

	-webkit-transition-delay: 300ms;
	 -moz-transition-delay: 300ms;
	 -o-transition-delay: 300ms;
	 transition-delay: 300ms;
	}

/* =========== Columns =========== */

.columns { background-color: #FFF; }

.columns .vertical-center-container {
  display:table;
  width:100%;
  }

.columns .vertical-center-table-cell {
  display: table-cell;
  vertical-align: middle;
  }

.columns .th .p_int {
  padding:12%;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  }

.columns .th { min-height:530px; }

.columns .cover {
  display: block;
  text-align:center;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:2;
  background:#01C8AA;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity:0;
  -webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
  cursor:pointer;
  }

.bg_cover_scroll.th:hover .cover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity:0.5;
  -webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
  }

.columns .col_img .ico_zoom {
  position:relative;
  display:block;
  text-align:center;
  width: 100%;
  max-width: 300px;
  overflow:hidden;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  z-index:3;
  }

.columns .col_img .ico_zoom .txt {
  display:block;
  color:#FFF;
  text-shadow:2px 2px 3px rgba(0,0,0,0.2);
  }

.columns .col_img .ico_zoom .txt h4 {
  font-size:27px;
  font-weight: 900;
  }

.columns .col_img .ico_zoom .txt h5 { font-size:14px; }

















.columns a.btn1 {
	font-family: 'Raleway', sans-serif;
  display:inline-block;
  background-color:transparent;
  border:1px solid rgba(255,255,255,0.5);
  padding:12px 30px 12px;
  color:#FFF;
  font-weight:600;
  font-size:15px;
	letter-spacing:1px;
  -webkit-transition:all 0.1s linear;
  -moz-transition:all 0.1s linear;
  transition:all 0.1s linear;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
  }

.columns a.btn1:hover {
	color:#FFF;
	background-color:#ff0000;
	border:1px solid #ff0000;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
  }







/* Download Menu */

#download_menu { text-align:center; }

#download_menu a {
  display:inline-block;
  background-color:#EEE;
  padding:16px 26px;
  text-decoration:none;
  font-size:14px;
  margin:0 5px 20px 5px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  -webkit-transition:all 0.1s linear;
  -moz-transition:all 0.1s linear;
  transition:all 0.1s linear;
  }

#download_menu a img {
  display:inline-block;
  width:20px;
  margin-right:10px;
  }

#download_menu a:hover {
  background-color:#000;
  color:#FFF;
  -webkit-transition:all 0.1s linear;
  -moz-transition:all 0.1s linear;
  transition:all 0.1s linear;
  }

.columns a.btn2 {
	font-family: 'Raleway', sans-serif;
	letter-spacing:0.05em;
  text-decoration:none;
  font-weight:600;
  display:inline-block;
  padding:7px 30px 9px;
  border:1px solid #333;
  color:#333;
  margin:0 5px;
  -webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
  }

 .columns a.btn2 .fa {
	display:inline-block;
	margin-left:10px;
	color:#999;
	}

.columns a.btn2:hover {
  background-color:#000;
  color:#E93F3F;
  -webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
  }

.columns .col_img:hover .ico_zoom  {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity:1;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  }

#infoMappa{
	padding-bottom:40px;
	}

#infoMappa p, #infoMappa a{
	text-align:right;
	font-family: 'Nunito', sans-serif;
	font-size:13px;
	font-weight:600;
	color: #333;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	}

#infoMappa a:hover{
	color:#000;
	text-decoration: underline;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	}















#infoMappa .btn {
	display:inline-block;
	border:2px solid rgba(0,0,0,0.2);
	font-family: 'Raleway', sans-serif;
	color:#333;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
	padding:15px 25px;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}

#infoMappa .btn:hover{
	background:#000;
	border:2px solid #000;
	color:#FFF;
	text-decoration:none !important;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	}






#citazioneFooter{
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	text-align:center;
	}

#citazioneFooter p{
	color:#000000;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:22px;
	}

#footerInfo{ text-align:center; }

#footerInfo h3{
	font-family: 'Nunito', sans-serif;
	text-align:center;
	color:#666;
	font-size:13px;
	font-weight:600;
	}

#footerInfo p {
	font-family: 'Nunito', sans-serif;
	text-align:center;
	color:#666;
	font-size:11px;
	font-weight:600;
	}

#footerInfo a{
	color:#000;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	}

#footerInfo a:hover{
	text-decoration:underline;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	}

#offsetTop {
	position:fixed;
	left:0;
	top:0;
	}

/* ==================
Top Page
================== */

.top_page,
.top_page .cover { height:450px; }

.top_page {
  position:relative;
  display:block;
  }

.top_page .cover { background-color:rgba(0,0,0,0.4); }

.top_page .txt p {
  color:#FFF;
  text-align:center;
  font-size:16px;
  }

.top_page .txt h2 {
	text-align:center;
	font-family: 'Raleway', sans-serif;
	color:#FFF;
	font-size:40px;
	line-height:1.4em;
	text-transform:uppercase;
	font-weight:300;
	}

.top_page .txt h2 span{ color:#EB2521; }

.top_page .txt h3 {
  text-align:center;
  font-size:1.4vw;
  color:#FFF;
  text-shadow:2px 2px 10px rgba(0,0,0,0.5);
  }

/* ====== Small ======  */
@media only screen and (min-width : 0) and (max-width : 766px),
only screen and (min-device-width : 0) and (max-device-width : 766px),
only screen and (min-device-width : 0) and (max-device-width : 766px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 0) and (max-device-height: 766px) and (-webkit-device-pixel-ratio: 3) {

  .top_page .txt h2 { font-size:29px; }
  .top_page .txt h3 { font-size:16px; }

  .top_page .center_vert {
    position:relative;
    top:0;
    left:0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    }

  .top_page,
  .top_page .cover { height:auto; }

  .top_page .txt { padding:90px 0; }

}

/* =============
Media Queries
============= */

/* ====== Switch Menu ======  */
@media only screen and (min-width : 0) and (max-width : 890px),
only screen and (min-device-width : 0) and (max-device-width : 890px),
only screen and (min-device-width : 0) and (max-device-width : 890px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 0) and (max-device-height: 890px) and (-webkit-device-pixel-ratio: 3) {

  .desktop_view_menu {display:none;}
  .mobile_view_menu {display:block;}

	.fasciaCorsivo{
		padding:30px 0;
		}

}

/* ====== Smallest ======  */
@media only screen and (min-width : 0) and (max-width : 480px),
only screen and (min-device-width : 0) and (max-device-width : 480px),
only screen and (min-device-width : 0) and (max-device-width : 480px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 0) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 3) {
  .flexslider .div_holder {
    height:300px;
    display:block;
    }
}


/* ====== Small ======  */
@media only screen and (min-width : 0) and (max-width : 766px),
only screen and (min-device-width : 0) and (max-device-width : 766px),
only screen and (min-device-width : 0) and (max-device-width : 766px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 0) and (max-device-height: 766px) and (-webkit-device-pixel-ratio: 3) {

.gridTesto .table_grid { width:auto; }

.gridTesto .table_grid td {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	}

.gridTesto h2 {
	text-align:center;
	font-family: 'Raleway', sans-serif;
	color:#FFF;
	font-size:40px;
	line-height:1.4em;
	text-transform:uppercase;
	font-weight:200;
	}

.gridTesto h3 {
	color:#666;
	font-size:17px;
	line-height:1.4em;
	}

.bg_cover_fixed { background-attachment: scroll; }
.pad0x20 { padding:0 20px; }

.box_1300,
.box_fluid,
.box_med,
.box_small { width:100%; }

.colx2 {
	-moz-column-count:1;
	-moz-column-gap:0;
	-webkit-column-count:1;
	-webkit-column-gap:0;
	}

.desktop_view {display:none;}
.mobile_view {display:block;}

.gridTesto a.btn {
	display:block;
	}

	.kenburns .slides li .background-image-holder {
    animation: none !important;
    -webkit-animation: none !important;
  }

  .flexslider .flex-prev,
  .flexslider .flex-next,
  .flexslider .flex-control-nav li { display:none; }

  .flexslider a.btn1,
  .flexslider a.btn2 { margin-bottom:15px; }


  .flexslider .div_holder {
    height:400px;
    display:block;
    }

  .flexslider .img_holder { display:none; }
  .flexslider .txt h2 { font-size:29px; }
  .flexslider .txt h3 { font-size:16px; }

  .columns .th { min-height:inherit; }
  .columns .th .p_int { padding:30px 0; }

  .columns h4,
  .columns h5 { text-align:center; }

  .fasciaCorsivo h2,.fasciaCorsivo h1 { font-size:38px; }
  .t_center_mobile { text-align:center; }

}

/* ====== Med ======  */
@media only screen and (min-width : 767px) and (max-width : 959px),
only screen and (min-device-width : 767px) and (max-device-width : 959px),
only screen and (min-device-width : 767px) and (max-device-width : 959px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 767px) and (max-device-height: 959px) and (-webkit-device-pixel-ratio: 3) {

.center_med,
.box_fluid, .box_1300 {width:100%;}
.bg_cover_fixed { background-attachment: scroll; }
.pad0x20 { padding:0 20px; }

}

/* ====== Big ======  */
@media only screen and (min-width : 960px) and (max-width : 1299px),
only screen and (min-device-width : 960px) and (max-device-width : 1299px),
only screen and (min-device-width : 960px) and (max-device-width : 1299px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 960px) and (max-device-height: 1299px) and (-webkit-device-pixel-ratio: 3) {

.box_fluid{width:960px;}

}

/* ====== Med ======  */
@media only screen and (min-width : 0) and (max-width : 959px),
only screen and (min-device-width : 0) and (max-device-width : 959px),
only screen and (min-device-width : 0) and (max-device-width : 959px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 0) and (max-device-height: 959px) and (-webkit-device-pixel-ratio: 3) {

	.primary_nav .nav > li > a { padding:10px 0; font-size:12px; }

	#logo_img {
	/*width:150px;*/
	}

}

@media only screen and (min-width : 960px) and (max-width : 1110px),
only screen and (min-device-width : 960px) and (max-device-width : 1110px),
only screen and (min-device-width : 960px) and (max-device-width : 1110px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 960px) and (max-device-height: 1110px) and (-webkit-device-pixel-ratio: 3) {
#logo_img {
	/*width:150px;*/
	}

.primary_nav .nav > li > a { padding:10px 0; font-size:13px;}

}
