/*
 * 
 * Airprotech
 * BY ing. Nicolò Chiellini
 * n.chiellini@4sigma.it
 * 
 */
html { 
    width: 100%;  
    min-height: 100%;
    margin: 0px;
    float: left;
    padding: 0px;
/*     overflow-x: hidden; */
    font-family: 'Fira Sans', sans-serif;
    background-color: #e5e5e5;
}
body {    
    border: none; 
    padding: 0px; 
    margin: 0px; 
    width: 100%;
    min-height: 100%;    
    height: 100%;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 20px;
    line-height: 25px;
    color: #4d4d4d;
    position: relative;
}
td {
    border: none;
    text-align: left;    
    margin: 0px;
    padding: 0px;
}

div, p, h1, h2, h3, h4, h5, h6, ul, 
footer, header, nav, article, main, aside,
section, form {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;    
    text-align: left;    
    text-decoration: none;    
    -webkit-text-size-adjust: 100%;
}
img {
    text-decoration: none;
    border: none; 
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
a {
    outline: none;    
    text-decoration: none;    
    color: #00552d;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
*:-placeholder
{
    color: #757574;
}
*::-webkit-input-placeholder
{
    color: #757574;
}

*::-moz-placeholder
{
    color: #757574;
}
*:-moz-placeholder
{
    color: #757574;
}

*:-ms-input-placeholder
{
    color: #757574;
}

input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {    
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;        
}
button {
    cursor: pointer;
    -webkit-appearance: none;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;
    vertical-align: middle;
}
input[type=submit] {
    -webkit-border-radius:0px;
    -webkit-appearance: none;
}
.vis_hidden {
    visibility: hidden;
}
.hidden,
.display-mob,
#burger-menu {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.block,
.desktop {
    display: block;
}
.mobile,
.inline-mobile {
    display: none;
}
.inline-block {
    display: inline-block;
}
.inline-desktop {
    display: inline;
}
.table {
/*     max-height: 100%; */
    display: table;
    float: none;
    table-layout: fixed;
}
.table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.extralight {
    font-weight: 200;
}
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.bold,
strong, 
b {    
    font-weight: 700;
    font-style: inherit;
}
.extrabold {
    font-weight: 900;
}
.black,
.nero,
.blacklink,
.blacklink:visited,
.black_white_lnk {
    color: black;    
}
.white, .bianco {
    color: #FFFFFF;
}
.red {
    color: red;
}
.verde {
    color: #00552d;
}
.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.ritch-cont {
    /* Qua se vogliamo imporre qualcosa */
}
.ritch-cont a {
    font-style: italic;
    font-weight: bold;
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 25px;
}
.ritch-cont ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 18px;
}
.ritch-cont li {
    float: left;
    width: 100%;
}
.ritch-cont img {
    max-width: 100% !important;
    height: auto !important;
}
#burger-menu {
    display: none;
}
/* Honey POT anti SPAM */
.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
    z-index: 100;
}
#over-box {
    display: none;
    position: fixed;
    z-index: 1001;
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
#over-box-white {
    display: none;
    position: fixed;
    z-index: 1000;
    background-color: rgba(255,255,255,1);
    width: 100%;
    height: calc( 100% - 100px);
    top: 100px;
    left: 0px;
}
.modal-box {
    display: none;
    position: fixed;    
    padding: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #1358a5;
    text-align: center;    
    width: 300px;
    left: 50%;
    margin-left: -160px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    background-color: #fff;
    z-index: 1012;
    top: -500px;    
    opacity: 0;
    box-sizing: border-box;    
}
/*
    MAIN
*/
.btn {
    height: 40px;
    line-height: 40px;
    min-width: 150px;
    padding: 0px 20px;
    font-size: 15px;
    color: white;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
header {
    height: 130px;
    padding: 40px 0px 0px 0px;
    position: fixed;
    z-index: 1499;
    background-color: white;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-sizing: border-box;
    color: white;
}
header a {
    color: white;
}
#header-top {
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0px 20px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    background-color: #00552d;
    font-size: 12px;
}
#nav-lang {
    display: block;
    float: left;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 120px;    
    padding-top: 40px;
}
#nav-lang i {
    visibility: hidden;
}
#nav-lang li {
    display: block;
    float: left;
    height: 40px;
    width: 100%;    
    display: none;
}
#nav-lang li a {
    display: block;
    float: left;
    height: 40px;
    line-height: 39px;
    border-top: 1px solid white;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    background-color: #00552d;
} 
#nav-lang .sel {
    display: block;
    position: absolute;
    top: 0px;
}
#nav-lang .sel a {
    border-top: none;    
}
#nav-lang .sel i {
    visibility: visible;
}
#header-bottom {
    height: 90px;
    padding: 0px 20px;
    box-sizing: border-box;
}
#logo-top {
    display: block;
    float: left;
    padding: 10px 0px;
}
nav {
    display: block;
    float: right;
    height: 70px;
    width: auto;
}
#nav-top {
    height: 90px;
    display: block;
    float: right;
    width: auto;
}
#nav-top li {
    height: 90px;
    display: block;
    float: left;
    width: auto;
}
#nav-top li a {
    height: 90px;
    line-height: 85px;
    padding: 0px 20px;
    box-sizing: border-box;
    display: block;
    float: left;
    width: auto;
    border-bottom: 5px solid white;
    font-size: 16px;
    color: #00552d;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#nav-top li .sel {
    color: #4d4d4d;
    border-bottom: 5px solid #4d4d4d;
}
footer {
    min-height: 40px;
    background-color: white;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);    
}
footer p {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0px;
    text-align: center;
    color: #4d4d4d;
}
.page {
    width: 1200px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.page-text {
    width: 1000px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
main {
    margin-top: 130px;
    min-height: 500px;
}
#hp-slider-row {
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    height: 500px;
}
.titolo-sezione {
    font-size: 35px;
    line-height: 23px;
    text-align: center;
    font-weight: 300;
    color: #00552d;
    padding-bottom: 17px;
    position: relative;
    text-transform: uppercase;
}

.filetto-titolo-sezione {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
    width: 200px;
    height: 2px;
    background-color: #00552d;
}

.hp-slider-cover {
    position: absolute;
    top: 0px;
    height: 500px;    
    z-index: 100;
    background-color: rgba(229,229,229,0.90);
}
#hp-slider-cover-left {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
}
#hp-slider-cover-right {
    right: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
}
#hp-slider {
    height: 500px;
}
.hp-slider-obj {
    height: 500px;
    width: 1200px;
    position: relative;
    padding: 60px 20px;
    box-sizing: border-box;
    float: none;
    display: table;
}
.hp-slider-obj-cover-gray {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255,255,255,0.75);
}
#nav-hp-slider {
    width: 1200px;
    float: none;
    margin: 0px auto;
    position: relative;
}
#nav-hp-slider a {
    top: -60px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#nav-hp-slider .owl-prev {
    left: 20px;
}
#nav-hp-slider .owl-next {
    left: 80px;
}
.hp-slider-obj .ritch-cont {
    font-size: 35px;
    line-height: 35px;
    color: white;
    text-transform: uppercase;    
}
.hp-slider-obj .ritch-cont p {
    text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}
.hp-slider-link {
    display: block;
    float: left;
    border: 1px solid white;
    height: 40px;
    line-height: 38px;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 15px;
    color: white;
    margin-top: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#hp-about,
#hp-deurotech,
#hp-global-presence,
#hp-news,
#hp-products,
#airprotech-intotheworld {
    padding: 40px 0px;
}
/* Con Slider */
#hp-products-slider-cont {
    height: 356px;
    position: relative;
    padding: 30px 0px;
    width: 100%;
    overflow-x: hidden;
}
#hp-products-loader {
    position: absolute;
    height: 100%;
    width: 100%;
}
#hp-products-slider-cont .prodotto-short {
    width: 300px;
    margin: 10px 0px;
}
/* Fine con Slider */
#hp-deurotech .titolo-sezione,
#hp-global-presence .titolo-sezione,
#a-strong-partner-page-text .titolo-sezione  {
    color: #1f2a5b;
}
#hp-deurotech .filetto-titolo-sezione,
#hp-global-presence .filetto-titolo-sezione,
#a-strong-partner-page-text .filetto-titolo-sezione { 
    background-color: #1f2a5b;
}
.hp-azienda-gruppo,
.hp-news-obj { 
    display: inline-block;
    background-color: white;
    float: none;
    height: 265px;
    width: 33%;    
    margin-right: -5px;
    box-sizing: border-box;
    padding: 40px 20px;    
    position: relative;
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
#company-aziende .hp-azienda-gruppo {
    height: 170px;
}
.hp-news-obj-int {
    max-height: 100%; 
    overflow: hidden;
}
.hp-azienda-gruppo img {
    max-width: 100%;
    height: 100px;
}
.hp-azienda-gruppo-text {
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
    max-height: 80px;
}
.hp-azienda-gruppo .btn {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 75px);
    background-color: #d37019;
}
#hp-mappa-cont,
#airprotech-intotheworld-mappa-cont {
    width: 70%;
    float: right;
}
#hp-mappa-cont svg,
#airprotech-intotheworld-mappa-cont svg {
    width: 100%;
}
#hp-global-presence-text,
#airprotech-intotheworld-text {
    width: 30%;
    float: left;
}
.hp-news-obj {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    width: 33.333%;
    display: block;
    float: left;
    margin-right: 0px;
}
.hp-news-obj .btn,
.prodotto-short .btn {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 75px);
    background-color: #00552d;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 10;
}
.prodotto-short .btn {
    opacity: 0;
    bottom: auto;
    top: 110px;
}
.prodotto-short {
    width: 25%;
    height: 336px;
    position: relative;
/*     margin-bottom: 40px; */
    background-color: white;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    display: inline-block;
    float: none;
}
.prodotto-short-img {
    height: 168px;
    display: block;
    width: 100%;
}
.prodotto-short-text {
    height: 168px;
    padding: 20px 20px 40px 20px;
    box-sizing: border-box;    
}
.prodotto-short-text p {
    font-size: 12px;
    line-height: 15px;
    height: 60px;
    overflow: hidden;
}
.prodotto-short-text h5 {
    font-size: 20px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    color: #00552d;
    margin-bottom: 20px;
    font-weight: bold;
}
#news-list-cont {
    margin: 0px 0px 40px 0px;
}
.news-list-obj {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;    
    box-sizing: border-box;
    position: relative;
    min-height: 200px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.news-list-obj-withimage {
    padding-left: 520px;
    padding-right: 20px;
    min-height: 277px;
}
.news-list-obj-noimage {
    padding-left: 20px;
    padding-right: 20px;
}
.news-list-image {
    position: absolute;
    width: 500px;
    height: 277px;
    left: 0px;
    top: 0px;    
}
.news-list-text {
    font-size: 13px;
    line-height: 18px;
}
#contacts-page {
    margin-bottom: 40px;
}
.contacts-box {
    width: 600px;
    height: 460px;
    position: relative;
    background-color: white;
}
.map-arrow-left {
    width: 0; 
    height: 0; 
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent; 
    border-right: 50px solid white; 
    display: block;
    float: left;
    position: absolute;
    right: 0px;
    top: calc(50% - 50px);
    z-index: 10;
}
.map-arrow-right {
    width: 0; 
    height: 0; 
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;  
    border-left: 50px solid white;
    display: block;
    float: left;
    position: absolute;
    left: 0px;
    top: calc(50% - 50px);
    z-index: 10;
}
#contacts-box-hp-address,
#contacts-box-prod-address {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    padding: 40px;
    z-index: 2;
}
.input-standard,
.select-standard {
    width: 100%;
    display: inline-block;
    padding: 10px 10px 0px 10px;
    height: 40px;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 12px;
    background-color: white;
    border-bottom: 1px solid white;
}
.textarea-standard {
    padding: 10px;
    font-size: 12px;
    background-color: white;
    line-height: 20px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
#form-contacts-left,
.form-box-left {
    width: 50%;
    padding-right: 5px;
    box-sizing: border-box;    
}
#form-contacts-right,
.form-box-right {
    width: 50%;
    padding-left: 5px;
    box-sizing: border-box;
    float: right;
}
.form-box {
    margin-bottom: 10px;
}
#btn-contacts {
    position: absolute;
    top: 5px;
    right: 0px;
    background-color: #00552d;
}
.contacts-box .btn {
    display: block;
    position: absolute;
    bottom: 40px;
    z-index: 10;
    left: calc(50% - 75px);
    background-color: #00552d;
}
#services-page,
#privacy-page {
    margin: 40px 0px;
}
.services-obj {
    width: 50%;
    height: 657px;
    background-color: white;
    position:relative;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.services-centered {
    margin-left: 25%;
}
.services-obj-img {
    height: 337px;
}
.services-obj-text {
    padding: 40px 20px;
    box-sizing: border-box;
    height: 320px;
}
.services-obj-text h3 {
    height: 40px;
    overflow: hidden;
    font-size: 20px;
    line-height: 20px;
}
.services-obj-text .ritch-cont {
    height: 200px;
    overflow: hidden;    
    font-size: 15px;
    line-height: 20px;
}
#btn-servizi-contacts {
    display: block;
    position: absolute;
    left: calc(50% - 75px);
    bottom: -20px;
    background-color: #00552d;
    z-index: 20;
}
#compay-our-activity,
#company-production {
    box-sizing: border-box;
    padding: 80px;
    background-color: white;
}
#company-production {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
#company-slider-cont {
    height: 320px;
    margin-top: -10px;
}
#company-slider {
    margin: 10px 0px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.company-slider-obj {
    height: 300px;
    width: 300px;
    display: block;
    float: left;
    position: relative;
}
.company-slider-obj a {
    position: absolute;
    width: 100%;
    height: 100%;
}
#compay-our-activity {
    position:relative;
    z-index: 150;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.company-slider-obj-hover {
    background-color: rgba(229,229,229,0.5);
    display: block;
    float: left;
    position: absolute;
    height: 300px;
    width: 300px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#company-infografica-cont {
    margin: 40px 0px;
}
#production-slider-cont {
    height: 470px;    
    margin-top: -10px;
    
}
#production-slider {
    z-index: 10;
    position: relative;
    height: 470px;    
    
}
.production-slider-obj {
    height: 450px;
    width: 400px;
    display: block;
    float: left;
    position: relative;
    background-color: white;    
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    margin: 10px 0px;
}
.production-slider-obj-image {
    height: 225px;
    width: 100%;
    display: block;
    float: left;
    position: relative;
}
.production-slider-obj-text {
    height: 225px;
    width: 100%;
    display: block;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 20px 10px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}
.production-slider-obj-text .titolo-sezione {
    font-size: 20px;
    text-transform: uppercase;
}
#company-strongpoins-page,
#certificazioni-page,
#a-strong-partner-page {
    margin: 40px 0px;
}
.company-puntidiforza-lista {
    display: block;
    width: 48%;
    box-sizing: border-box;
/*     list-style-type: disc; */
    list-style-image: url('/static/sito/img/farfalla.png');
    padding-left: 25px;
    color: #00552d;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 20px;
}
.company-puntidiforza-lista li {
    margin-bottom: 10px;
}
.company-puntidiforza-lista:first-child {
    float: left;
}
.company-puntidiforza-lista:last-child {
    float: right;
}
.company-certificazione-obj {
    display: inline-block;
    float: none;
    width: 25%;
    height: 270px;
    margin-left: -5px;
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
}
.company-certificazione-obj * {
    display: inline-block;
}
.company-certificazione-obj-image {
    display: inline-block;
    height: 100px;
    text-align: center;
    overflow: hidden;
    width: 100%;    
}
.company-certificazione-obj-image img {
    max-width: 100%;
    max-height: 100px;    
}
.company-certificazione-obj h4 {
    display: inline-block;
    width: 100%;    
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
    font-weight: bold;
    text-transform:uppercase;
}
.company-certificazione-obj-text {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    width: 100%;
}
#a-strong-partner-page-text .page:first-child {    
    background-color: white;    
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    position: relative;
    z-index: 10;
}
#a-strong-partner-page-text .page-text {    
    padding: 40px 0px;    
}
#company-vits-image {
    display: block;
    float: left;
    width: 100%;
}
#product-single-main-img {
    height: calc(((100vw - 130px) / 16) * 9);    
}
#product-single-main {
    position: relative;
    margin-top: -100px;
}
#product-single-text-cont {
    background-color: white;
    padding: 40px 100px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
#product-single-text {
    width: 75%;
    box-sizing: border-box;
    padding-right: 50px;
    float: left;
/*    font-size: 15px;
    line-height: 20px;*/
    border-right: 1px solid #e5e5e5;
}
#product-single-docs {
    width: 25%;
    float: right;    
    box-sizing: border-box;
}
#product-single-docs a {
    display: table;
    float: none;
    padding-left: 50px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 15px;
    min-height: 30px;
    position: relative;
}
#product-single-docs .icon {
    width: 25px;
    position: absolute;
    display: block;
    font-size: 25px;
    left: 20px;
    top: 0px;
    color: #4d4d4d;
}
#product-single-text-cont .btn {
    display: block;
    position: absolute;
    top: -20px;
    left: 100px;
    background-color: #00552d;
}
#product-single-gal-main {
    width: 1200px;
    height: 600px;
    position: relative;
}
.product-single-gal-small {
    display: block;
    float: left;
    width: 200px;
    height: 112.5px;
    opacity: 0.5;
}
#product-single-galimg-cont .sel {
    opacity: 1;
}
.nav-img {
    bottom: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    position: absolute;
    z-index: 150;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid white;
    box-sizing: border-box;
    color: white;
}
#prev-img {
    left: 20px;
}
#next-img {
    left: 80px;
}
.application-list {
    height: 270px;
    background-color: white;
    width: 25%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    position: relative;
    display: inline-block;
    float: none;
    margin-left: -5px;
    margin-bottom: -5px;
}
.application-list-image {
    height: 168px;
    width: 100%;
    display: block;
    float: left;
    position: relative;    
}
.application-list-image .btn {
    position: absolute;
    left: calc(50% - 75px);
    bottom: 20px;
    display: block;
    background-color: #00552d;
    display:block;
    opacity: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.application-list-text {
    box-sizing: border-box;
    padding: 0px 10px;        
}
.application-list-showinfo {
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 12px;    
    left: 0px;
    color: #808080;
    font-weight: normal;
    width: 100%;
}
.application-list-settori {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    padding: 0px 10px;    
    background-color: white;
    box-sizing: border-box;
    z-index: 10;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
.application-list-settori p {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0px;
    font-size: 15px;
    line-height: 20px;    
    text-align: center;
}
#applications-list-page .sel {
    z-index: 50;
}
#applications-list-page .sel .application-list-settori {
    display: block;
}
#applications-list-page {
    margin-bottom: 250px;
}
#casestudies-slider-cont {
    height: 270px;          
    z-index: 160;
    position: relative;
    margin-top: -10px;
}
#casestudies-slider {
    z-index: 10;
    position: relative;
    height: 270px;    
}
.casestudies-slider-obj {
    width: 600px;
    height: 250px;
    display: block;
    float: left;
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    margin: 10px 0px 10px 0px;
    padding: 20px;
    box-sizing: border-box;
    z-index: 20;
}
.casestudies-slider-obj-image {
    height: 210px;
    width: 200px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}
.casestudies-slider-obj-image img {
    max-height: 210px;
    max-width: 200px;
}
.casestudies-slider-obj-text {
    height: 210px;
    width: 340px;
    display: block;
    float: right;
    font-size: 15px;
    line-height: 18px;
}
.casestudies-slider-settore {
    font-style: italic;
    font-weight: bold;
}
/* Over Cage */
@media only screen and (min-width:1025px) and (max-width:10000px) {    
    #nav-top li a:hover {
        color: #4d4d4d;
        border-bottom: 5px solid #4d4d4d;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    header a:hover {
        color: white;
    }
    a:hover {
        color: #006400;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;        
    }
    #nav-hp-slider a:hover,
    .hp-slider-link:hover,
    .nav-img:hover {
        color: #4d4d4d;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }    
    .hp-azienda-gruppo .btn:hover {
        background-color: #1f2a5b;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        color: white;
    }
    .hp-news-obj .btn:hover,
    .prodotto-short .btn:hover,
    #btn-contacts:hover,
    .contacts-box .btn:hover,
    #btn-servizi-contacts:hover,
    #product-single-text-cont .btn:hover {
        background-color: #4d4d4d;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        color: white;
    }
    .prodotto-short:hover .btn {
        opacity: 1;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .application-list-image:hover .btn {
        opacity: 1;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .company-slider-obj:hover .company-slider-obj-hover {
        opacity: 0;        
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
}
@media only screen and (min-width:1024px) and (max-width:1279px) {         
    .page {
        width: 1000px;
    }
    .page-text {
        width: 900px;
    }
    .hp-slider-obj {        
        width: 100vw;        
    }
    #nav-hp-slider {
        width: 100%;
    }
    #product-single-gal-main {
        width: 100%;
    }
    .contacts-box {
        width: 50%;    
        overflow:hidden;
    }
    .contacts-box img {
        margin-left: -13%;
    }
    .prodotto-short .btn {
        opacity: 1;
    }
    .application-list-image .btn {
        opacity: 1;
    }
    .prodotto-short-text h5 {
        font-size: 16px;        
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {      
    body {
        font-size: 15px;
        line-height: 20px;
    }
    #logo-top img {
        height: 40px;
    }
    header {
        height: 100px;
    }
    main {
        margin-top: 100px;
    }
    #header-bottom {
        height: 60px;
    }
    #nav-top {
        height: 60px;
    }
    #nav-top li {
        height: 60px;
    }
    #nav-top li a {
        padding: 0px 10px;
        font-size: 14px;
        height: 60px;
        line-height: 62px;
    }
    .page {
        width: 730px;
    }
    .page-text {
        width: 700px;
    }
    .hp-slider-obj {        
        width: 100vw;        
    }
    #product-single-gal-main {
        width: 100%;
    }
    .contacts-box {
        width: 50%;    
        overflow:hidden;
    }
    .contacts-box img {
        margin-left: -40%;
    }
    .prodotto-short .btn {
        opacity: 1;

    }
    .application-list-image .btn {
        opacity: 1;
    }
    #nav-hp-slider {
        width: 100%;
    }
    .hp-news-obj {
        font-size: 12px;
        line-height: 15px;
        padding: 20px 20px 40px 20px;        
    }
    .hp-azienda-gruppo-text {
        font-size: 12px;
        line-height: 15px;
    }
    #hp-global-presence {
        overflow-x: hidden;
    }
    #hp-global-presence-text,
    #airprotech-intotheworld-text{
        width: 40%;
        z-index: 10;
        position: relative;
    }
    #polo_nord,
    #america {
        opacity: 0.5;
    }
    #hp-mappa-cont {
        margin-right: -30%;
        width: 90%;
    }
    #airprotech-intotheworld-mappa-cont  {
        width: 60%;
/*         overflow-x: hidden; */
    }
    #airprotech-intotheworld-mappa-cont svg {
        width: 150%;
        margin-left: -50%;
    }
    .prodotto-short,
    .application-list {
        width: 33.33333%;        
    }
    #hp-products-slider-cont .prodotto-short {
        width: 260px;
        margin: 10px 0px;
    }
    .news-list-image {
        width: 333px;
        height: 185px;
    }
    .news-list-obj-withimage {
        padding-left: 353px;
    }
    .production-slider-obj  {
/*     height: 225px; */
        width: 260px;
    }
    .production-slider-obj-text .titolo-sezione {
        font-size: 16px;
    }
    .titolo-sezione {
        font-size: 25px;
        line-height: 25px;
    }
    .center .company-slider-obj-hover {
        display: none;
    }
    #header-top .ml_20 {
        margin-left: 8px;
    }
    .prodotto-short-text h5 {
        font-size: 16px;        
    }
}
@media only screen and (min-width:320px) and (max-width:767px) {    
    .hidden-mob {
        display: none;
    }
    .display-mob {
        display: inline;
    }
     body {
        font-size: 12px;
        line-height: 17px;
/*         overflow-x: hidden; */
    }
    #logo-top img {
        height: 40px;
    }
    #header-bottom {
        height: 60px;
        padding: 0px 10px;
    }
    #header-top {
        padding-left: 10px;
    }
    #nav-lang {
        width: 100px;
    }
    #header-top .fas {
        font-size: 15px;
    }
    #header-top .ml_20 {
        margin-left: 10px;
    }
    header {
        height: 100px;
    }
    main {
        margin-top: 100px;
    }
    #burger-menu {
        display: block;
        float: right;
        margin-right: 0px;
        color: #00552d;
        line-height: 62px;
        font-size: 20px;
        padding: 0px 10px;
        /**/
    }
    .rotate-burger {
        -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
        margin-right: 10px;
    }
    #nav-top {
        height: auto;
        display: none;
        float: left;
        position: fixed;
        top: 100px;
        width: 200px;
        right: 0px;
        padding-right: 20px;
        padding-left: calc(100vw - 220px);
        background-color: white;
        padding-bottom: 10px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    }
    #nav-top li {
        height: 40px;
        width: 100%;
    }
    #nav-top li a {
        padding: 0px 5px;
        font-size: 15px;
        height: 40px;
        line-height: 42px;
        float: right;
    }
/*    header {
        height: 100px;
    }*/
    .page {
        width: 100%;
    }
    .page-text {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    .hp-slider-obj {        
        width: 100vw;        
    }
    #product-single-gal-main {
        width: 100%;
    }
    .contacts-box {
        width: 50%;    
        overflow:hidden;
    }
    .contacts-box img {
        margin-left: -40%;
    }
    .prodotto-short .btn {
        opacity: 1;

    }
    .application-list-image .btn {
        opacity: 1;
    }

    #hp-slider, #hp-slider-row, .hp-slider-obj {
        height: 250px;
    }
    .hp-slider-obj .ritch-cont {
        font-size: 15px;
        line-height: 20px;
    }
    .hp-slider-link {
        height: 30px;
        line-height: 28px;
        padding: 0px 10px;
        font-size: 12px;
    }
    #nav-hp-slider .owl-next,
    #next-img {
        left: 50px;
    }
    .production-slider-obj-text .titolo-sezione {
        font-size: 14px;
    }
    .prodotto-short-text h5 {
        font-size: 16px;
        line-height: 16px;
    }
    .titolo-sezione {
        font-size: 20px;
        line-height: 20px;
    }
    #nav-hp-slider {
        width: 100%;
    }
    .hp-slider-cover {
        display: none;
    }
    .hp-news-obj {
        width: 100%;
        display: none;
    }
    .hp-news-obj:first-child {
        display: block;
    }
    .hp-azienda-gruppo,
    .hp-news-obj {
        margin-right: 0px;
    }
    #hp-news-see-all {
        margin-right: 10px;
    }
    .hp-azienda-gruppo {
        width: auto;
        max-width: 95%;
        clear: both;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .hp-azienda-gruppo-text {
        font-size: 12px;
        line-height: 17px;
    }
    #hp-mappa-cont,
    #airprotech-intotheworld-mappa-cont {
        width: 100%;
        float: left;
    }
    #hp-global-presence-text,
    #airprotech-intotheworld-text {
        width: 95%;
        float: left;
        margin: 20px 2.5%;
    }
    #hp-global-presence-text .ritch-cont p:first-child span:first-child {
        font-size: 20px !important;
        line-height: 20px !important;        
    }
    .prodotto-short,
    .application-list {
        width: 100%;
        max-width: 300px;
    }
    #product-single-text-cont {
        padding: 40px 20px;
    }
    #product-single-gal-main {
        width: 100%;
        height: calc(100vw / 1200 * 600)
    }
    .nav-img {
        height: 20px;
        line-height: 20px;
        width: 20px;
        font-size: 12px; 
    }
    #product-single-text {
        width: 100%;
        box-sizing: border-box;
        padding-right: 0px;
        padding-bottom: 20px;
        float: left;
        font-size: 15px;
        line-height: 20px;
        border-right: none;
        border-bottom:1px solid #e5e5e5
    }
    #product-single-docs {
        padding-top: 20px;
        width: 100%;
        float: right;    
        box-sizing: border-box;
    }
    #product-single-main-img {
        height: calc(((100vw) / 16) * 9);    
    }
    #product-single-main {
        position: relative;
        margin-top: 0px;
    }
    #product-single-text-cont .btn {
        left: calc(50% - 75px);
    }
    .product-single-gal-small {
        display: block;
        float: left;
        width: 50%;
        height: calc(50vw / 16 * 9);
        opacity: 0.5;
    }
    #product-single-galimg-cont {
        margin-bottom: 40px;
    }
    #product-view-3d {
        display: none;
    }
    #casestudies-slider-cont {
        height: 270px;          
        z-index: 160;
        position: relative;
        margin-top: -10px;
    }
    #casestudies-slider {
        z-index: 10;
        position: relative;
        height: 420px;    
    }
    .casestudies-slider-obj {
        width: 300px;
        height: 400px;
        box-sizing: border-box;
        
    }
    .casestudies-slider-obj-image {
        max-height: 220px;
        height: auto;
        width: 100%;
        margin-bottom: 10px;
        display: block;
        float: left;
        position: relative;
        overflow: hidden;
    }
    .casestudies-slider-obj-image img {
/*         max-height: 100%; */
        width: 100% !important;
        max-width: 100%;
        max-height: 100%;
    }
    .casestudies-slider-obj-text {
        height: 150px;
        width: 100%;
        display: block;
        float: left;
        font-size: 12px;
        line-height: 16px;
    }
    .services-obj {
        width: 100%;
    }
    #compay-our-activity,
    #company-production {
        padding: 20px;
    }
    .center .company-slider-obj-hover {
        display: none;
    }
    .company-puntidiforza-lista {
        width: 98%;
        float: right;        
    }
    .company-puntidiforza-lista:first-child {
        float: right;        
    }
    .production-slider-obj {
        width: 100vw;
        max-width: 400px;
    }
    .company-certificazione-obj {
        width: 50%;
        margin-left: 0px;
        margin-bottom: 40px;
        display: block;
    }
    .company-certificazione-obj:nth-child(odd) {
        float: left;
    }
    .company-certificazione-obj:nth-child(even) {
        float: right;
    }
    .news-list-image {
        width: calc(100% + 20px);
        height: 185px;
        position: static;
        margin-right: -20px;
        margin-top: -20px;
        
    }
    .news-list-obj-withimage {
        padding-left: 0px;
    }
    .news-list-obj-withimage .news-list-text {
        padding: 20px;
        box-sizing: border-box;
    }
    .contacts-box {
        width: 100%;
        height: 370px;
    }
    .contacts-box img {
        margin-left: -33%;
    }
    #contacts-box-map1,
    #contacts-box-map2 {
        height: 250px;        
    }
    #contacts-box-map1 img,
    #contacts-box-map2 img {
        margin-top: -28%;
    }
    #form-contacts-left {
        width: 100%;
        padding: 0px 10px;
    }
    #form-contacts-right {
        width: 100%;
        padding: 0px 10px;
    }
    .map-arrow-left {
        border-top: none;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;  
        border-bottom: 25px solid white;
        right: calc(50% - 25px);
        bottom: 0px;
        top: auto;
    }
    .map-arrow-right {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;  
        border-top: 25px solid white;
        border-bottom: none;
        right: calc(50% - 25px);
        left: auto;
        top: 0px;
        bottom: auto;
    }
    #contacts-last-row {
        box-sizing: border-box;
        padding-right: 110px;
    }
    #btn-contacts {
        width: 100px;
        min-width: 0px;
    }
    footer {
        padding: 0px 10px;
        box-sizing: border-box;
    }
    .services-centered {
        margin-left: 0px;
    }
}
@media only screen and (min-width:601px) and (max-width:767px) {
    .prodotto-short,
    .application-list  {
        width: 50%;
        max-width: 300px;
    }    
    
}

/* Turn Your Device */
#turn-your-device {
/*     display: none; */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: #00552d; 
    padding: 20px;
    box-sizing: border-box;
}
#tyd-telefono-logo-tyd {
/*     height: 30px; */
}
#tyd-telefono svg {
    height: 60px;
}
#tyd-arrow svg {
    height: 100px;
}
#tyd-telefono {
    position: absolute; 
    left: calc( 50% - 15.5px);
    top: 40px;
    -webkit-animation: tydCellRotation 3s infinite; /* Safari 4+ */
    -moz-animation:    tydCellRotation 3s infinite; /* Fx 5+ */
    -o-animation:      tydCellRotation 3s infinite; /* Opera 12+ */
    animation:         tydCellRotation 3s infinite; /* IE 10+, Fx 29+ */
}
#tyd-arrow {
    position: absolute; 
    left: calc( 50% - 50px);
    top: 20px;
}
@-webkit-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }  
  85%   { transform: rotate(-90deg); }  
  100%   { transform: rotate(0deg); }
}
@-moz-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }  
  85%   { transform: rotate(-90deg); }  
  100%   { transform: rotate(0deg); }
}
@-o-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }  
  85%   { transform: rotate(-90deg); }  
  100%   { transform: rotate(0deg); }
}
@keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }  
  85%   { transform: rotate(-90deg); }  
  100%   { transform: rotate(0deg); }
}

@-webkit-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@-moz-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@-o-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
