/*
font-family: 'Roboto Condensed', sans-serif;
*/

body {
    font-family: 'Roboto Condensed', sans-serif;
    background: #222C35;
    background: #09213d;
}

#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 ========== */

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

.videoWrapper16-9 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.videoContainer iframe{display: block;}
.videoContainer .fluid-width-video-wrapper{margin-top: 50px;}

/* ========== 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 ========== */

.contactContainer{
    padding:20px;
    border: 1px solid rgba(255,255,255,0.1);
    background: #071627;
}

.defaultBorder{border: 1px solid rgba(255,255,255,0.1);}

.box_fluid,
.box_med,
.box_small,
.box_testata,
.box_1100,
.box_1024,
.box_780,
.box_650,
.box_big,
.box_1200{
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

.box_1100 { max-width:1100px; }
.box_1200 { max-width:1200px; }
.box_780 { max-width:780px; }
.box_650 { max-width:650px; }
.box_1024 { max-width:1024px; }
.box_fluid { max-width:1140px; }
.box_med { max-width:900px;	}
.box_small { max-width:700px; }
.box_testata{max-width:1400px;}
.box_big{max-width:1440px;}

.desktop_view_menu,
.desktop_view {display:block;}

.desktop_view_inline{display:inline-block;}

.mobile_view_menu,
.mobile_view {display:none;}

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

.bgWhite { background-color: #FFF; }
.bgDarkBlue{background:#1B232A;/* background: #09213d;*/ background: #071627;}
.bgOrange{background:#ee5c36;}
.bgFooter{background:#071627;}

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

.smallTxt08{font-size:0.8em;}

.gridTesto .divider {
	height:2px;
	background-color:#01C8AA;
	width:90px;
	}

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



.gridTesto h1 {
	font-weight:300;
	color:#fff;
	font-size:45px;
	line-height:1em;
	text-transform:uppercase;
	}

.gridTesto h2 {
	font-weight:400;
	color:#fff;
	font-size:20px;
	line-height:1em;
	}

.gridTesto h3 {
	font-weight:300;
	color:#fff;
	font-size:40px;
	line-height:1em;
	text-transform:uppercase;
	}

.gridTesto h1 span.orange,.gridTesto h3 span.orange,.gridTesto h5 span.orange,.gridTesto p span.orange{
	color:#F9A34F;
    color:#ee5c36;
	}
	



.gridTesto,
.gridTesto p {
	font-weight:300;
	color:#fff;
	font-size:18px;
	line-height:1.6em;
	}

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

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



	
.gridTesto h4 {
	font-weight:700;
	color:#6C3D30;
	font-size:45px;
	line-height:1em;
	}

.gridTesto h5 {
	font-weight: 300;
	color:#fff;
	font-size:25px;
	line-height:1em;
	}


	
.gridTesto h6 {
	font-weight:700;
	color:#6C3D30;
	font-size:30px;
	line-height:1em;
	}





.gridTesto strong, .gridTesto b{font-weight: 700;}
.gridTesto em, .gridTesto i{font-style:italic;}

.gridTesto ul{padding-left: 20px; list-style: square;}
.gridTesto.whiteTxt li{color:#fff;}

.gridTesto a {
	text-decoration: none;
	color:rgba(238,92,54,1);
    -webkit-text-stroke:1px trasparent;
    -webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	}

.gridTesto a:hover {
	 -webkit-text-stroke:1px rgba(238,92,54,0.4);
    -webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	}

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

.btnMarginFix{margin:0 -15px;}

.gridTesto a.btn {
	display:inline-block;
    min-width: 210px;
	padding:10px 20px;
    font-weight: 300;
	border:1px solid #fff;
	color:#fff;
    font-size: 20px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    -webkit-text-stroke:1px transparent;
	margin: 25px 15px 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	}

.gridTesto.blueTxt a.btn {
	border:1px solid #09213d;
	color:#09213d;
	}

.gridTesto a.btn:hover {
	background-color:#ee5c36;
	border:1px solid #ee5c36;
    color: #fff;
	-webkit-text-stroke:1px rgba(255,255,255,0.4);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	}

.gridTesto.whiteTxt a.btn:hover {
	background-color:#fff;
	border:1px solid #fff;
    color: #ee5c36;
    -webkit-text-stroke:1px rgba(238,92,54,0.4);
	}

.gridTesto a.btnGhost {
	display:inline-block;
    min-width: 210px;
	padding:15px 40px;
    font-weight: 400;
	border:1px solid #ee5c36;
    background: transparent;
	color:#ee5c36;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.025em;
    text-align: center;
    -webkit-text-stroke:1px transparent;
	margin: 25px 15px 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	}

.gridTesto a.btnGhost:hover {
	background-color:#ee5c36;
    color: #fff;
	-webkit-text-stroke:1px rgba(255,255,255,0.4);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	}

.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;
	}
	
.pad0x20 { padding:0 20px; }
.pad0x30 { padding:0 30px; }

.select1{
	position:relative;
	display:block;
	width:100%;
	font-size:14px;
	color:#333333;
	font-weight:500;
	padding:20px 40px 20px 25px;
	border:1px solid #eee;
	background:url(../images/icoSelect.png) right 29px center no-repeat #fff;
	}

	i.fa,i.fab,i.fas{font-style:normal !important;}


.flexContainerTxt{
    display:flex;
    justify-content:center;
    flex-wrap: wrap;
    }

.flexContainerTxt .flexItem.left{
    width: calc(100% - 300px);
    max-width: 850px;
    padding-right: 30px;
    }
    
.flexContainerTxt .flexItem.right{
    min-width: 270px;
    width: 270px;
    flex: 0 0 270px;
    }
    
.flexContainerTxt .flexItem.left{width:100%; max-width:1100px; padding: 0;}
.flexContainerTxt .flexItem.right{display: none;}

.flexContainerTxt .flexItem.center{
    width: 100%;
    /*flex: 0 0 100%;*/
    margin-top: 80px;
    }
    
#navColRx nav li{display:block;}
#navColRx nav li:first-child a{border-top:1px solid #fff;}
#navColRx nav li a{
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    color:#fff;
    padding: 14px 7px;
    -webkit-text-stroke:1px transparent;
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    transition:all 0.1s linear;
    border-bottom:1px solid #fff;
    }

#navColRx nav li.bigLink a{
    color: #09213d;
    background: #fff;
    }
    
#navColRx nav li a:hover{
    text-transform: uppercase;
    background: #ee5c36;
    color: #fff;
    -webkit-text-stroke:1px rgba(255,255,255,0.4);
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    transition:all 0.1s linear;	
    }


.gridTesto table tr{
    border:2px solid rgba(255,255,255,0.8);
}

.gridTesto table td{
    padding: 6px 10px;
    border:1px solid rgba(255,255,255,0.4);
}
    

#areaNews .col a .img img,
#areaNews .col a:hover .img img,
#areaNews .col a .testoContainer .title,
#areaNews .col a:hover .testoContainer .title,
#areaNews .col a .testoContainer .testo,
#areaNews .col a:hover .testoContainer .testo,
#areaNews .col a .img .cover_hover,
#areaNews .col a .img:hover .cover_hover,
#areaNews .col a .newsBottom .data,
#areaNews .col a:hover .newsBottom .data,
#areaNews .col a .newsBottom .cta,
#areaNews .col a:hover .newsBottom .cta{
     -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;
    }
#areaNews .col a{
    display: block;
    background: #1B232A;
    }
    
#areaNews .newsItem{margin-bottom: 30px;}
    
#areaNews .newsItem:nth-child(odd) .col.innerCol{float:right}
    
#areaNews .col a .img {
    display: block;
    overflow: hidden;
    position: relative;
    }
    
#areaNews .col a .img .cover_hover{
    display: block;
    position: absolute;
    top:50%;
	left:50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    overflow: hidden;
    background: rgba(238,92,54,0.4);
    color: #fff;
    font-size: 40px;
    text-align: center;
    z-index: 9;
    -webkit-text-stroke:1px transparent;
    }

#areaNews .col a .img .cover_hover i{font-style:normal !important;}
    
#areaNews .col a .img:hover .cover_hover{
    width: 100%;
    height: 100%;
    -webkit-text-stroke:1px transparent;
    }
    
#areaNews .col a .img img{
    display: block;
    width: 100%;
}
    
#areaNews .col a:hover .img img{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity:0.6;   
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
}
    
#areaNews .col a .testoContainer{
    display: block;
    text-align: center;
    padding: 40px 40px 118px;
    position: relative;
}
    
#areaNews .col a .testoContainer .title{
    display: block;
    text-align: center;
    font-size:30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    -webkit-text-stroke:1px transparent;
    margin-bottom: 30px;
    }
    
#areaNews .col a:hover .testoContainer .title{
    color: #ee5c36;    
    }
    
#areaNews .col a .testoContainer .testo{
    display: block;
    text-align: center;
    font-size:16px;
    color: rgba(255,255,255,0.7);
    font-weight: 300;
    -webkit-text-stroke:1px transparent;
    }
    
#areaNews .col a:hover .testoContainer .testo{
    color: rgba(255,255,255,1);
    -webkit-text-stroke:1px rgba(255,255,255,0.4);
    }
    
#areaNews .col a .newsBottom{
    display: block;
    border-top:1px solid rgba(255,255,255,0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    }

 #areaNews .col a .newsBottom .data{
    display: block;
    text-align:center;
    color: #fff;
    font-size: 16px;
    padding:25px 10px;
    font-weight: 400;
    -webkit-text-stroke:1px transparent;
    }   
    
#areaNews .col a:hover .newsBottom .data{-webkit-text-stroke:1px rgba(255,255,255,0.4);}
    
 #areaNews .col a .newsBottom .cta{
    display: block;
    text-align:center;
    color: rgba(238,92,54,1);
    font-size: 16px;
    padding:25px 10px;
    font-weight: 400; 
    text-transform: uppercase;
    -webkit-text-stroke:1px transparent;
    border-left:1px solid rgba(255,255,255,0.1);
    }   
    
#areaNews .col a:hover .newsBottom .cta{
     -webkit-text-stroke:1px rgba(238,92,54,0.4);
    }
    
#areaNews .col a .newsBottom .cta:hover{
    background: rgba(238,92,54,1);
    -webkit-text-stroke:1px rgba(255,255,255,0.4);
    color:#fff;
    }
    
#areaNews .col a .testoRiepintivoImg{display: none;}


.areaAllegati{
    margin-top: 20px;
    border: 1px solid #60686e;
    padding: 0 20px 20px;
    border: 1px solid rgba(255,255,255,0.1);
    background: #071627;
    }
    
.areaAllegati a{
    position: relative;
    display: block;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.05);
    padding:20px;
    -webkit-text-stroke:1px transparent;
    margin-top:20px;
    font-weight: 400;
    }
    
.areaAllegati a:hover{
    background: rgba(255,255,255,0.1);
    -webkit-text-stroke:1px transparent;
    }
    
.areaAllegati a .icoSx, .areaAllegati a .icoDx{
    display: block;
    position:absolute;
	top:50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    }
.areaAllegati a .icoSx{left:20px;}
.areaAllegati a .icoDx{right:20px;}
.areaAllegati a .nameCenter{display: block; text-align: center; padding: 0 60px;font-size:18px;}
.areaAllegati a .nameCenter .sottotitolo{display: block; text-align: center; color:#fff; font-size:14px;}


/*.owlProdotti {background:#1C212A;}*/

.owlProdotti menu a,
.owlProdotti menu a:hover {
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  }

.owlProdotti menu {
  display:block;
  text-align:center;
  }

.owlProdotti menu a {
  display:inline-block;
  background-color:rgba(32,95,120,1);
  color:#FFF;
  padding:5px 30px;
  -webkit-border-radius:35px;
	-moz-border-radius:35px;
	border-radius:35px;
  cursor:pointer;
  font-size:13px;
  }

.owlProdotti menu a:hover { background: rgba(238,92,54,0.4); }

.owlProdotti .owl-dots {
  display:block;
  position:relative;
  width:100%;
  text-align:center;
  }

.owlProdotti .owl-carousel .owl-dot {
  width:30px;
  height:2px;
  display:inline-block;
  background: #D6D6D6;
  margin:0 5px;
  -webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
  }

.owlProdotti .owl-carousel .owl-dot.active { background: #869791; }

.owlProdotti .owl-carousel a .cover_hover img{
	display:block;
	position:absolute;
	width:0;
	height:0;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	transition:all 0.6s ease-in-out;
	}

.owlProdotti .owl-carousel a:hover .cover_hover img{
	width:124px;
	height:124px;
	-webkit-transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	transition:all 0.6s ease-in-out;
	}
	
.owlProdotti .owl-carousel a .cover_hover{
	display:block;
	position:absolute;
	width:0;
	height:0;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: rgba(238,92,54,0.4);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;
	}

.owlProdotti .owl-carousel a:hover .cover_hover{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
	}

.flexShadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40vh;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    z-index:10;
    }

    
@media only screen and (min-width : 768px) and (max-width : 991px),
only screen and (min-device-width : 768px) and (max-device-width : 991px),
only screen and (min-device-width : 768px) and (max-device-width : 991px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 768px) and (max-device-height: 991px) and (-webkit-device-pixel-ratio: 3) {
    #areaNews .col a .testoContainer{
        width:100%;
        position:absolute;
        top:50%;
        left:50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        padding: 20px 20px 80px;
    }
    
     #areaNews .col a .testoRiepintivoImg{display: block;}
    }
    
@media only screen and (min-width : 0) and (max-width : 767px),
only screen and (min-device-width : 0) and (max-device-width : 767px),
only screen and (min-device-width : 0) and (max-device-width : 767px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 0) and (max-device-height: 767px) and (-webkit-device-pixel-ratio: 3) {
    #areaNews .col a .newsBottom .cta,  #areaNews .col a .newsBottom .data{
    font-size: 13px;
    padding:15px 10px;
    }   
    
    #areaNews .col a .testoContainer{
        padding: 20px 20px 78px;
    }
    
    #areaNews .col a .testoContainer .title{
    font-size:20px;
    margin-bottom: 15px;
    }
    
    }

@media only screen and (min-width : 0) and (max-width : 767px),
only screen and (min-device-width : 0) and (max-device-width : 767px),
only screen and (min-device-width : 0) and (max-device-width : 767px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 0) and (max-device-height: 767px) and (-webkit-device-pixel-ratio: 3) {
.flexContainerTxt{
    flex-direction: column;
    }

.flexContainerTxt .flexItem.left{
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    order: 1;
    }
    
.flexContainerTxt .flexItem.right{
    width: 100%;
    flex:inherit;
    margin-top: 80px;
    order: 3;
    }
    
    .flexContainerTxt .flexItem.center{
    width: 100%;
    order: 2;
    }
    
    
}


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

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

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

}


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

.gridTesto .table_grid { width:auto; }

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

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

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


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


.gridTesto a.btn, .gridTesto a.btnGhost {
	display:block;
	}
	
	
	

.gridTesto h1 {
	font-size:35px;
	}

.gridTesto h2 {
	font-size:18px;
	}

.gridTesto h3 {
	font-size:30px;
	}
    
.pad0x20_extrasmall{padding:0 20px;}
.pad0x20_small{padding:0 20px;}
.pad0x20_med{padding:0 20px;}

}

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

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

}

/* ====== MD ======  */
@media only screen and (min-width : 992px) and (max-width : 1199px),
only screen and (min-device-width : 992px) and (max-device-width : 1199px),
only screen and (min-device-width : 992px) and (max-device-width : 1199px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 992px) and (max-device-height: 1199px) and (-webkit-device-pixel-ratio: 3) {
.pad0x20_med{padding:0 20px;}

.pad0x20_extrasmall{padding:0 20px;}
    
}
