
@font-face {
  font-family: 'FreeSans';
  src: url('../fonts/FreeSans.eot?#iefix') format('embedded-opentype'),  url('../fonts/FreeSans.woff') format('woff'), url('../fonts/FreeSans.ttf')  format('truetype'), url('../fonts/FreeSans.svg#FreeSans') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DrukWide-Medium';
  src: url('../fonts/Druk-Wide-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Druk-Wide-Medium.woff') format('woff'), url('../fonts/Druk-Wide-Medium.ttf')  format('truetype'), url('../fonts/Druk-Wide-Medium.svg#Druk-Wide-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'FreeSansOblique';
  src: url('../fonts/FreeSansOblique.eot?#iefix') format('embedded-opentype'),  url('../fonts/FreeSansOblique.woff') format('woff'), url('../fonts/FreeSansOblique.ttf')  format('truetype'), url('../fonts/FreeSansOblique.svg#FreeSansOblique') format('svg');
  font-weight: normal;
  font-style: normal;
}



html, body{
    font-family: 'FreeSans';
    margin: 0;
    padding: 0;
    font-size: 22px;
    background-color: #ccc;
    
}

.text-big{ font-size: 44px; line-height: 55px; }
.text-center{ text-align: center; }

strong{
    font-family: 'DrukWide-Medium';
    font-weight: inherit;
}


h1{
    margin: 0;
    font-family: 'DrukWide-Medium';
    font-size: 22px;
        font-weight: 100;
}

.mobile{
    display: none;
}


.column-text::-webkit-scrollbar { width: 0px; }
.column-text::-webkit-scrollbar-track { }
.column-text::-webkit-scrollbar-thumb { background-color: #000; }

.column-images::-webkit-scrollbar { width: 0px; }
.column-images::-webkit-scrollbar-track { }
.column-images::-webkit-scrollbar-thumb { background-color: #000; }


.small-text{
    font-size:9px;
    padding-top:5px;
    padding-left: 5px;
}
/*****************/
header{
    background-color: #fff;
    color: #000;
}

header a{
    text-decoration: none;
    color: #000;
}

header .logo-container{
	    padding: 5px !important;

}
header .logo-container img{
max-height: 46px;
        max-width: 100%;
        display: block;
}

header .col-1{
    width: 12.5%;
    float: left;
    box-sizing: border-box;
    padding-top: 4px;
    line-height: 12px;
}
header .col-1.lineheight{
    line-height: 26px;
}

header .col-3{
    width: 37.5%;
    float: left;
    color: #a5a5a5;
    padding-top: 5px;
}
header .col-3.login-wrapper{
    width: calc(37.5% - 50px);
}
header .lang{
    width: 50px;
    float: left;
}
header .login-wrapper{
    font-size: 9px;
}

header .login-wrapper input{
    background-color: transparent;
    color: #a5a5a5;
    border: 0;
    width: 100%;
    outline: none;
    font-size: 22px;
    margin:0;
    padding: 0;
}

header .login-wrapper .input-wrap{
    width: 33.33%;
    padding-top: 10px;
}




/* CONTENT 
***********************/
.column-text{
    width: 50%;
    float: left;
    overflow-y: scroll;
    text-align: justify;
    transition: background .5s ease;
    line-height: 28px;
}

.column-text h1 a{
    text-decoration: none;
    color: #fff;
}

span.subtitle{
    font-family: 'FreeSansOblique';
}
.column-images{
    width: 50%;
    float: left;
    overflow-y: scroll;
}

.column-text .page-section{
   padding: 5px;
    font-size: 1.5vw;
    line-height: 2vw;
}

.column-images .page-section{
    background-position: center;
    background-size: cover;
}

.column-images .subtitle{
    position: fixed;
    text-align: center;
    width: 50%;
    color: #fff;
    top: 50%;
    margin-top: -150px;
    font-family: 'FreeSans';
    font-size: 80px !important;
    line-height: 70px !important;
    letter-spacing: -2px !important;
    text-transform: uppercase;
}

.clearafter:after{
    display: block;
    content: '';
    clear: both;
}
.certificazioni img {
    display: block;
    max-width: 100%;
}
.cert-1 {
    width: 28%;
    float: left;
}
.cert-1 .logo-cert{
    width: 50%;
    height: auto;
}
.cert-2 {
    width: 25%;
    float: left;
}
.cert-2 .logo-cert{
    width: 100%;
    height: auto;
    margin-top: 2.7vw;
}
.cert-1 .num-cert,
.cert-2 .num-cert{
    height: 7vw;
    width: auto;
    margin-top: 1vw;
}



.logo-cert{
    width: auto;
    height: 80px;
    margin-right: 10px;
}

@media screen and (min-width: 1440px){
    html, body{
        font-size: 22px;
    }
    

    .column-text .page-section {
        padding: 5px;
        font-size: 22px;
        line-height: inherit;
    }
    
}
@media screen and (min-width: 768px ) and ( max-width: 1440px){
    html, body{
        font-size: 1.5vw;
    }
    .text-big {
        font-size: 3vw;
        line-height: 3.8vw;
    }
    .small-text{
        font-size:0.65vw;
            line-height: 0.8vw !important;
    }
    header .col-1.lineheight{
        line-height: 1.8vw;
    }
    header .login-wrapper .input-wrap {
        padding-top: 0.5vw;
    }
    .column-text .page-section {
        padding: 5px;
        font-size: 1.5vw;
        line-height: 2vw;
    }
    header .login-wrapper input{
        font-size: 1.5vw;
        line-height: 2vw;
    }
}
@media screen and (max-width: 768px){
    
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    
    
    html, body{
        font-size: 12px;
    }
    h1{
        font-size: 12px;
    }
    
    header{
        position: fixed;
        width: 100%;
        text-align: left;
    }
    
    header.nav-down{
        top:0;
        transition: all .5s;
    }
    header.nav-up{
        top:-100%;
        transition: all .5s;
    }
    
    
    header .logo-container{
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
    }
    header .logo-container img{
        margin: 0;
        width: 100%;
        height: auto;
        max-height: initial;
        display: block;
    }
    
    
    
    .menu-container {
        position: fixed;
        top: 64px;
        background-color: #fff;
        width: 100%;
        display: none;
        padding: 5px;
        box-sizing: border-box;
    }
    header .login-wrapper{
        font-size: 12px;
        box-sizing: border-box;
        padding: 0px;
    }
    header .login-wrapper .input-wrap{
        width: 100%;
        box-sizing: border-box;
        padding-top: 5px;
    }
    header .login-wrapper .input-wrap input{
        text-align: left;
        padding: 0;
        font-size:12px;
    }
    
    
    
    
    /****/
    .mobile.wrapper{
/*         padding-top: 84px; */
        padding-top: 27vw;
    }
    .page-section a{
        text-decoration: none;
        color: #000;
    }
    
    .page-section.text{
        padding: 5px;
        text-align:left;
    }
    
    .page-section.image{
        padding-bottom: 60%;
        background-position: center;
        background-size: cover;
    }

}
