
@font-face {
    font-family: 'rubiklight';
    src: url('fonts/rubik-light-webfont.woff2') format('woff2'),
         url('fonts/rubik-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    color: #000;
    font-size: 22px;
    line-height: 1;
    margin: 0;
    font-family: "Lateef", "Times New Roman", Georgia, Serif;
}
a, a:hover {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 900;
    font-size: inherit;
    line-height: 1.1;
    margin: 0;
    font-family: "rubiklight", "Arial", sans-serif;

}
img {
    max-width: 100%;
    height: auto;
}
.slick-dots{
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
.slick-dots li{
    display: inline-block;
}
.slick-dots li button{
    width: 14px;
    height: 14px;
    padding: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-indent: -90000px;
    border-radius: 50%;
    background: transparent;
    margin-right: 8px;
    border: 2px solid #fff;
    line-height: 1;
}
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li.slick-active button{
    background: #fff;
}
.l-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
}
.l-container::before, .l-container::after {
  content: ' ';
  display: table;
}
.l-container::after {
  clear: both;
}

.l-main{
    padding: 0 10px;
    padding-top: 100px;
}

.c-close {
    width: 25px;
    height: 25px;
    display: block;
    color: inherit;
    position: relative;
    float: right;
    margin-right: 20px;
}
.c-close:before, .c-close:after {
    position: absolute;
    left: 12px;
    content: ' ';
    height: 25px;
    width: 1px;
    background-color: #fff;
}
.c-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* HEADER */
.c-site-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #333333;
    color: #fff;
    padding: 10px 0;
    z-index: 1;
    margin-left: 10px;
    margin-right: 10px;
}
.c-site-header__logo{
    display: inline-block;
    vertical-align: middle;
    max-width: 160px;
    padding-bottom: 35px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.c-site-header__nav{
    display: none;
    position: absolute;
    left: 0;
    right: 25px;
    top: 100px;
    background-color: #656565;
    padding: 10px 30px;
    font-family: "rubiklight", "Arial", sans-serif;
    font-size: 25px;
    letter-spacing: 2px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: calc(100vh - 100px );
}
.c-site-header__nav__menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-site-header__nav__menu__item{
    text-transform: uppercase;
}
.c-site-header__nav__menu__item.j-active{
    background-color: #464444;
}
.c-site-header__nav__menu__item a{
    display: block;
    padding: 8px 20px;
}
.c-site-header__lang{
    float: right;
    color: #818181;
}
.c-site-header__lang{
    line-height: 36px;
    margin-right: -10px;
    font-family: "rubiklight", "Arial", sans-serif;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 6px;
    right: 24px;
}
.c-site-header__lang>:first-child{
    border-right: 1px solid #fff;
    padding-right: 8px;
    margin-right: 6px;
}
.c-site-header__lang a{
    color: #818181;
}
.c-site-header__social{
    display: none;
}
.c-site-header__toggle{
    position: absolute;
    bottom: 10px;
    left: 50%;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
}
.c-site-header__toggle__item{
    display: block;
    width: 25px;
    border-top: 3px solid #fff;
    margin: 4px 0 4px auto;
}
.c-site-header__contact{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    color: #000;
    padding: 12px 20px;
    font-family: "rubiklight", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}
.c-site-header__contact__text{
    display: none;
}
.c-site-header__contact .fa{
    margin-right: 10px;
    font-size: 14px;
}
.c-site-header__contact .fa:last-of-type{
    margin-right: 0;
}
.c-site-header__contact:hover{
    color: #000;    
}

/* HERO + C-TITLE + C-BUTTON */
.c-hero{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
    
    border-radius:  0 0 5px 5px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.5);
    box-shadow: 0 0 2px rgba(0,0,0,.5);
    margin-bottom: 5px;
    overflow: hidden;

}
.c-hero, .c-hero__slide{
    height: 70vh;
}
.c-hero__title{
    display: none;
}
.c-hero .c-title{
    border-top: 1px solid;
    padding-top: 10px;
    display: inline-block;
    margin-bottom: 40px;
}

.c-hero__logo{
    margin-bottom: 10px;
}
.c-hero__slide--negative{
    color: #fff;
}
.c-hero__slide--negative .c-button{
    border-color: #fff;
    color: #fff;
}
.c-hero__slide--negative .c-button:hover{
    color: #fff;
}
.c-hero__slide__video{
    position: absolute; 
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto; 
    background-size: cover; 
    background-position: center;
    z-index: -1;
}

.c-title{
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.c-title--secondary{
    background-color: #333333;
    color: #fff;
    display: block;
    padding-top: 13px;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 25px;
    font-size: 25px;
}
.c-button{
    display: inline-block;
    color: #E30513;
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 20px;
    border: 1px solid #E30513;
    font-family: "rubiklight", "Arial", sans-serif;

}
.c-button:hover{
    color: #E30513;
}
.c-button--ghost{
    background-color: transparent;
    color: #484745;
    border-color: #484745;
}
.c-button--ghost:hover{
    color: #484745;
}

/* CONTENT SECTION */
.c-content-section{
    position: relative;
    text-align: left;
    padding: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.5);
    box-shadow: 0 0 2px rgba(0,0,0,.5);
    margin-bottom: 5px;
    overflow: hidden;
}
.c-content-section.j-active .c-content-section__article{
    display: none;
}
.c-content-section.j-active .c-content-section__case{
    display: block;
}
.c-content-section p{
    font-style: italic;
}
.c-content-section--recupera .c-content-section__article{
    background-image: url(img/bg-recupera.jpg);
    background-position: left top; 
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.c-content-section--organizza .c-content-section__article{
    background-image: url(img/bg-organizza-mobile.jpg);
    background-position: right top; 
    background-repeat: repeat-x;
    background-size: auto 100%;
}
.c-content-section--comunica{
    background-image: url(img/bg-comunica.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-content-section--comunica .c-content-section__article{
    max-width: none;
    background-color: #1D1D1B;
}
.c-content-section--recupera .c-content-section__article{
    background-color: #659934;
    color: #fff;
}
.c-content-section--recupera .c-content-section__case{
    background-color: #659934;
        color: #fff;

}

.c-content-section--organizza .c-content-section__article{
    background-color: #EABC04;
}
.c-content-section--organizza .c-content-section__case{
    color: #333333;
    background-color: #EABC04;
}

.c-content-section--comunica{
    background-color: #74B31F;
    color: #fff;
    padding: 25px;
}
.c-content-section--comunica .c-content-section__case{
    color: #fff;
    background-color: #333333;
    margin: -25px;
    padding: 20px;
}

.c-content-section--comunica .c-content-section__case .c-button{
    color: #fff;
    border-color: #fff;
}
.c-content-section--comunica .l-container{
    padding-left: 5px;
    padding-right: 5px;
}
.c-content-section--about{
    
}
.c-content-section--map{
    height: 420px;
}
.c-content-section--map .c-button{
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.c-content-section--map .c-title{
    margin-top: 60px;
    font-size: 42px;
}

.c-content-section--map .c-content{
    text-align: right !important;
    width: 50%;
    position: absolute;
    right: 20px;
    bottom: 0;
}
.c-content-section--map .c-content__address{
    background: #000;
    color: #fff;
    font-family: "rubiklight", "Arial", sans-serif;
    font-size: 12px;
    line-height: 2.2;
    padding: 5px;
    text-align: right;
    text-transform: uppercase;
    -webkit-box-shadow: 5px 0 0 #000, -5px 0 0 #000;
    box-shadow: 5px 0 0 #000, -5px 0 0 #000;
}

.c-map{
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}
.c-content-section__article{
    max-width: 780px;
    margin: 0 auto;
    padding: 40px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px;
}

.c-content-section .c-content{
    display: block;
    max-width: 750px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 25px;
}
.c-content-section__article__footer{
    display: block;
    max-width: 500px;
    margin: 0 auto;
    border-top: 1px solid;
    border-color: inherit;
    padding-top: 40px;
    text-align: center;
}
.c-content-section__article__list{
    display: none;
    font-family: "rubiklight", "Arial", sans-serif;
}
.c-content-section--about{
    padding-bottom: 0;
}
.c-content-section--about .c-title{
    font-size: 42px;
}
.c-content-section--about .c-content__logo{
    display: none;
}
.c-content-section--about__text{
    max-width: 750px;
    margin: 0 auto;
    text-align: left;
    text-transform: uppercase;
    font-family: "rubiklight", "Arial", sans-serif;
    font-size: 14px;
    line-height: 1.6;
}
.c-content-section--about__text p{
    font-style: normal;
}
.c-content-section--about__text::before{
    content: '';
    display: block;
    border-top: 1px solid;
    border-color: inherit;
}

/* SECTION CASE */
.c-content-section__case{
    display: none;
}
.c-content-section__case .c-title--secondary{
    margin-left: -25px;
    width: calc( 100vw - 45px);
    margin-top: 20px;
}
.c-content-section__case__list{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.c-content-section__case__list__item{
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-right: 10%;
    margin-bottom: 45px;
}
.c-content-section__case__list__item:nth-of-type(even){
    margin-right: 0;
}
.c-content-section__case__list__item__figure{
    margin: 0;
}
.c-content-section__case__list__item .c-button.c-button--ghost{
    margin-top: 40px;
    background-color: #fff;
    color: #333;
}
.c-footer-data{
    font-family: "rubiklight", "Arial", sans-serif;

}
.c-footer-data p{
    text-transform: uppercase;

}
.c-footer-data__text__social .fa{
    margin-right: 10px;
}
.c-footer-tagline{
    background-color: #333331;
    color: #fff;
    text-align: center;
    font-family: "rubiklight", "Arial", sans-serif;
    text-transform: uppercase;
}
.c-contact{
    font-family: "rubiklight", "Arial", sans-serif;
    text-transform: uppercase;
    position: relative;
    background-color: #545454;
    color: #fff;
    font-size: 12px;
    height: 415px;
    
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.5);
    box-shadow: 0 0 2px rgba(0,0,0,.5);
    margin-bottom: 5px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}
.c-contact p{
    display: none;
}
.c-contact .j-active{
    background-color: #181713;
}
.c-contact__tabs{
    height: 80px;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.c-contact__tabs__tab{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    width: 50%;
    height: 80px;
    line-height: 1;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px;
    text-align: left;
}
.c-contact__tabs_tab-content{
    padding:  20px;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.c-contact .c-contact__tabs_tab-content.j-active{
    display: block;
}
.c-contact__tabs_tab-content__form{
    margin-top: 25px;
}
.c-contact__tabs_tab-content__form input, .c-contact__tabs_tab-content__form textarea{
    font-family: "rubiklight", "Arial", sans-serif;
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    margin-bottom: 15px;
    border-bottom: 1px solid #ABABAB;
    padding-bottom: 15px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.c-contact__tabs_tab-content__form ::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.c-contact__tabs_tab-content__form ::-moz-placeholder {
    color: #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.c-contact__tabs_tab-content__form :-ms-input-placeholder {
    color: #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.c-contact__tabs_tab-content__form :-moz-placeholder {
    color: #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.c-contact__tabs_tab-content__form :focus {
    outline: none;
    border-bottom-color: #fff;
}

.c-contact__tabs_tab-content__form :focus::-webkit-input-placeholder {
    color: #5f5f5f;
}

.c-contact__tabs_tab-content__form :focus::-moz-placeholder {
    color: #5f5f5f;
}

.c-contact__tabs_tab-content__form :focus:-ms-input-placeholder {
    color: #5f5f5f;
}

.c-contact__tabs_tab-content__form :focus:-moz-placeholder {
    color: #5f5f5f;
}

.c-contact__tabs_tab-content__form__footer {
    padding-top: 20px;
    text-align: center;
}.c-contact__tabs_tab-content__form__footer .c-button{
    color: #fff;
    border-color: #fff;
}
.l-footer{
    line-height: 1.4;
}
.c-footer-data{
    font-size: 14px;
    text-align: center;
    padding: 20px 10px;
    padding-top: 40px;
    
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.5);
    box-shadow: 0 0 2px rgba(0,0,0,.5);
    margin-bottom: 5px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;

}
.c-footer-data__text__title{
    font-size: 18px;
    letter-spacing: 1px;
}
.c-footer-data__text__logo{
    width: 85%;
    height: auto;
    margin: 40px auto;
    display: block;
    max-width: 220px;

}
.c-footer-data__text__social{
    margin-top: 30px;
    margin-bottom: 30px;
}

.c-footer-data__text__social .fa{
    font-size: 20px;
}

.c-footer-tagline{
    padding: 10px 20px;
    font-size: 14px;
}