body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 15px;
    color: #98A0A8;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    cursor: default;
    font-style: normal;
    font-weight: 400;
    background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #07D;
    text-transform: none;
}

h1, h2 {
    text-transform: uppercase;
}

h1 {
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 30px;
    }
}

h2, h3 {
    font-size: 22px;
}

b, strong {
    color: #555;
}

a:hover {
    text-decoration: none;
}

.uk-panel-box {
    color: #98A0A8;
    background-color: #f5f5fa;
}

.uk-panel-box-primary {
    background-color: #b3071b;
    color: white;
}

.uk-panel-box-primary h1, .uk-panel-box-primary h2, .uk-panel-box-primary .lead {
    color: white;
}

.uk-panel-box-primary hr, .parallax2 hr {
    border: 2px solid white;
}

.panel-overlay:hover {
    background-color: #282828;
    color: #cccccc;
    -webkit-transition: background-color 1s ease-out, color 0.5s;
    -moz-transition: background-color 1s ease-out, color 0.5s;
    -o-transition: background-color 1s ease-out, color 0.5s;
    transition: background-color 1s ease-out, color 0.5s;
}

.panel-overlay:hover h2 {
    color: white;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

.panel-overlay .uk-panel-teaser {
    overflow: hidden;
}

.panel-overlay img {
    max-width: 100%;

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.panel-overlay:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.uk-navbar {

    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.uk-navbar-brand img {
    max-height: 55px;
}

.uk-navbar-nav > li.uk-active > a, .uk-navbar-nav > li:hover > a {
    background-color: inherit;
    color: #0699de;
}

.uk-navbar-nav > li > a {
    font-family: 'Lato', serif;
    font-size: 13px;
    color: #07D;
}

.uk-margin-xlarge-top {
    margin-top: 65px !important;
}

.uk-grid-margin {
    margin-top: 45px;
}

.header {
    height: 550px;
    background-image: url("../header.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0px;
}

.header h1 {
    color: white;
    font-size: 46px;
    line-height: 1.3em;
    text-align: center;
    padding: 90px 30px 30px 30px;
}

.slider-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 300px;
    margin-top: 20px;
}

#header-mobile {
    margin-top: 0 !important;
}

#header-mobile .uk-panel-box-primary {
    padding: 30px 0;
}


.lead {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center
}

.divider {
    width: 60%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 45px;
    border: 2px solid rgba(0, 0, 0, 0.06);
}

.height100 {
    height: 100%;
}

.panel-padding {
    padding: 15px 10px 35px 10px;
}

@media screen and (min-width: 768px) {
    .panel-padding {
        padding-bottom: 0px;
    }
}

.prodotti img {
    max-height: 460px;
}

/* Footer */

footer {
    padding-bottom: 25px;
}

footer .uk-grid div {
    padding-bottom: 30px;
}


footer a {
    color: #98A0A8;
}


#azienda img {
    width: 100%;
}