html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

body * {
    max-width: 100vw;
}

h1 {
    font-size: 45px;
}

.logo-airgloss {
    margin-bottom: 4%;
    width: 350px;
}
#navigation {
    padding-right: 15px;
    padding-left: 15px;
}

.nav-menu li a {
    font-weight: 400;
}
.nav-menu li.active a {
    color: #0077A4;
}

#home {
    background: url("../images/frameBg.jpg") no-repeat center;
    background-size: cover;
}
.main ul li {
    text-transform: none;
    font-weight: 300;
}
.main ul {
    min-height: 0;
}

.nextSlide {
    width: 3%;
    margin-top: 2%;
    margin-bottom: 4%;
    cursor: pointer;
}

.home-slider {
    width: 100%;
}

.home-slides {
    width: 66%;
}

#air-quality .header {
    color: #0077A4;
}

#air-quality .page-desc {
    opacity: 1;
}
#sorgenti .header {
    color: #0077A4;
}

.text-box h2 {
    color: #0077A4;
}


#effects h2 {
    color: #0077A4;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}
#effects .page-desc {
    font-weight: 400;
    font-style: italic;
}
#nasa .header {
    margin-top: 20px;
    color: #0077A4;
}
#nasa .page-desc {
    line-height: 1.4;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

#nasa-3 .header {
    color: #0077A4;
}
#nasa-3 .page-desc {
    line-height: 1.4;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
#nasa-4 .header {
    color: #0077A4;
    margin-top: 40px;
    text-align: left;
}
#nasa-4 .page-desc {
    line-height: 1.4;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    text-align: left;
}
#products .header {
    color: #0077A4;
}
#products .content-header {
    color: #0077A4;
}

#products .page-desc {
    color: #000;
    font-size: 20px;
    margin-top: 6px;
    font-weight: 300;
    margin-bottom: 15px;
}

#airgloss-slider3 h3 {
    padding-top: 0;
    padding-bottom: 20px;
}

#ieq .content-header {
    color: #0077A4;
}

#ieq h2 {
    font-size: 36px;
    font-weight: 300;
    padding-top: 40px;
}

#parameters {
    background: #E3F1F2;
    background: -webkit-linear-gradient(right, #e6f3f3, #fafcfc);
    background: -o-linear-gradient(right, #e6f3f3, #fafcfc);
    background: -moz-linear-gradient(right, #e6f3f3, #fafcfc);
    background: linear-gradient(to right, #e6f3f3, #fafcfc);
}

#parameters h2 {
    color: #0077A4;
    font-size: 36px;
    font-weight: 300;
    padding-top: 40px;
}

#parameters p {
    color: #000;
    font-size: 18px;
    margin-top: 6px;
    font-weight: 300;
}

#parameters .header {
    margin-bottom: 40px;
}

#features h2 {
    color: #0077A4;
    font-size: 36px;
    font-weight: 300;
    padding-top: 0;
    margin-top: 0;
}

#features p {
    color: #000;
    font-size: 18px;
    margin-top: 6px;
    font-weight: 300;
    margin-bottom: 15px;
}

.features-icons span {
    font-weight: 400;
    font-size: 14px;
}

#system .header {
    color: #3c616a;
    font-size: 36px;
    font-weight: 300;
}

#system .page-desc {
    color: #000;
    font-size: 18px;
    margin-top: 6px;
    font-weight: 300;
    margin-bottom: 15px;
}

#mems {
    background-color: #f6f6f6;
}

#mems .header {
    color: #0077A4;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}

#mems .page-desc {
    line-height: 1.4;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

#history .header {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}

#history .page-desc {
    line-height: 1.4;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    opacity: 1;
}

#partners h2 {
    color: #0077A4;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}

#partners h4 {
    line-height: 1.4;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

@media (min-width: 320px) and (max-width: 374px) {

}
@media (min-width: 375px) and (max-width: 424px) {

}
@media (min-width: 425px) and (max-width: 767px) {

}
@media (min-width: 320px) and (max-width: 767px) {
    #home {
        background: url("../images/bgMobile2.jpg") no-repeat center;
        background-size: cover;
    }
    #airgloss-slider2 .item {
        height: 840px;
    }
    .text-message {
        background: url("../images/Smoke_Mobile_2.png")no-repeat center left;
        background-size: cover;
        height: 840px;
        text-align: center;
    }
    .text-message > .header {
        padding-top: 300px;
    }
    #airgloss-slider2 .carousel-pager-position {
        bottom: 10px !important;
    }
    #airgloss-slider1 p, #effects p, #nasa .page-desc,
    #slider1 .page-desc, #mems .page-desc{
        text-align: justify;
    }
    #slider1 .header, #mems .header {
        text-align: center;
    }
    #history .header, #features h2 {
        padding-right: 20px;
        padding-left: 20px;
    }
    #home h1 {
        font-size: 36px;
    }
    .home-slides {
        width: 90%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #home {
        background: url("../images/bgMobile2.jpg") no-repeat center;
        background-size: cover;
    }
    #sorgenti {
        height: 600px;
    }
    #sorgenti .inner1 {
        margin-left: 0;
        width: 100%;
    }
    #sorgenti .carousel-inner {
        height: 400px;
    }
    #sorgenti .carousel-pager-position {
        margin-bottom: -40px;
    }
    #sorgenti img {
        width: 240px;
    }
    #sorgenti h2 {
        margin-top: 15px;
    }
    #slider1 {
        height: 400px;
    }
    #slider1>#myCarousel1 {
        height: 450px;
    }
    #slider1 .carousel-inner {
        height: 450px;
    }
    #slider1 .carousel-pager-position {
        margin-bottom: 25px;
    }
    #nasa-4 .header {
        width: auto;
    }
    #airgloss-slider2 .item {
        height: 550px;
    }
    #airgloss-slider2 img {
        margin-top: 30px;
    }
    .text-message {
        background: url("../images/fumo-1.png")no-repeat center center;
        height: 550px;
        text-align: center;
    }
    #airgloss-slider2 .carousel-pager-position {
        bottom: 10px !important;
    }
    #mems {
        height: 550px;
    }
    #slider2 {
        height: 550px;
    }
    #myCarousel2 {
        height: 550px;
    }
    #myCarousel2 .carousel-inner {
        height:550px;
    }
    #mems .carousel-pager-position {
        position: relative;
        bottom: 70px;
    }

}
@media (min-width: 992px) {
    #sorgenti {
        height: 480px;
    }
    #sorgenti .carousel-inner {
        height: 300px;
    }
    #sorgenti .carousel-pager-position {
        margin-bottom: -40px;
    }
    #sorgenti img {
        width: 240px;
        margin-top: 15px;
    }
    #sorgenti h2 {
        margin-top: 15px;
    }

    #slider1 {
        height: 600px;
    }
    #slider1>#myCarousel1 {
        height: 600px;
    }
    #slider1 .carousel-inner {
        height: 600px;
    }
    #nasa-2 .header {
        color: #00acdc;
    }
    #effects {
        height: 500px;
    }
    #airgloss-slider2 .item {
        height: 500px;
    }
    #airgloss-slider2 img {
        margin-top: 30px;
    }
    #responsive-slider2 {
        height: 500px;
    }
    .text-message {
        background: url("../images/fumo-1.png")no-repeat center center;
        height: 500px;
        text-align: center;
    }
    #mems {
        height: 500px;
    }
    #slider2 {
        height: 500px;
    }
    #myCarousel2 {
        height: 500px;
    }
    #myCarousel2 .carousel-inner {
        height:500px;
    }
    #mems .carousel-pager-position {
        position: relative;
        bottom: 70px;
    }


}
@media (min-width: 768px) and (max-width: 1199px){


}
@media (min-width: 768px) {

}

#air-quality, #sorgenti, #nasa,
#products, #ieq, #parameters, #features p, #system{
    padding-right: 20px;
    padding-left: 20px;
}
