/* HOMEPAGE HEADER */

#header-product {
    display: none;
}

header {
    margin-top: 20px;
    background: #fafafa
}

header .container {
    position: relative
}

header a:hover {
    color: #08051e
}

#logo {
    position: absolute;
    left: 0;
    top: 60px;
    width: 286px;
    height: 102px;
    background: url(../img/logo.png)
}

#subtitle {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400
}

header nav ul {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0
}

header nav ul li {
    float: left;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #08051e
}

header nav ul li a {
    display: block;
    position: relative;
    padding: 0 40px;
    text-decoration: none;
    color: #090520;
    height: 190px;
    width: 90px
}

header nav ul li a div {
    position: absolute;
    width: 148px;
    height: 148px;
    background: #44e891;
    left: 50%;
    top: 50%;
    margin: -74px 0 0 -74px;
    z-index: 0;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px
}

header nav ul li a span {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #fafafa;
    top: 0;
    left: 0;
    margin: 20px 0 0 10px;
    z-index: 1;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    -moz-transition: -moz-transform 0.25s ease;
    -o-transition: -o-transform 0.25s ease;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    line-height: 150px
}

header nav ul li a:hover span {
    -moz-transform: scale(0.73);
    -ms-transform: scale(0.73);
    -o-transform: scale(0.73);
    -webkit-transform: scale(0.73);
    transform: scale(0.73)
}

header nav ul li a:active span {
    -moz-transform: scale(0.53);
    -ms-transform: scale(0.53);
    -o-transform: scale(0.53);
    -webkit-transform: scale(0.53);
    transform: scale(0.53)
}

.logo {
    width: 300px;
    height: 190px;
    float: left
}








/* PRODUCT HEADER */
.body-product #header-main {
    display: none;
}

.body-product #header-product {
    display: block;
}

#header-product {
    margin: 0;
    padding: 0;
    height: 60px;
    background: #44e891;
}

#header-product .green-header-container {
    width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#header-product h1 {
    text-indent: -4000px;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 80px;
    float: left;
    width: 121px;
    height: 60px;
}

#header-product h1 a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

#header-product h1:before {
    display: block;
    position: absolute;
    content: "";
    width: 112px;
    height: 60px;
    left: 0;
    top: 0;
    background: url('../../../img/logo-transp.png');
}

#header-product ul {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
}

#header-product li {
    float: left;
    margin: 0;
    line-height: 60px;
}

#header-product li a {
    display: block;
    padding: 0 30px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    box-shadow: 0 0 0 #23c16d;
    border-radius: 100px;
    transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    transition: all 0.2s cubic-bezier(.55,0,.1,1);
    -moz-transition: all 0.2s cubic-bezier(.55,0,.1,1);
    -webkit-transition: all 0.2s cubic-bezier(.55,0,.1,1);
}

#header-product li a:hover {
    box-shadow: 0 0 10px #23c16d;
    background: #5af3a2;
    transform: scale3d(1.2,1.2,1.2);
    -moz-transform: scale3d(1.2,1.2,1.2);
    -webkit-transform: scale3d(1.2,1.2,1.2);
}


@media (max-width: 960px) {
    #header-product .green-header-container {
        width: 100%;
    }
}

@media (max-width: 500px) {
    #header-product .green-header-container {
        width: 100%;
    }

    #header-product {
        text-align: center;
        height: auto;
    }

    #header-product h1 {
        float: none;
        width: 100%;
    }

    #header-product h1:before {
        left: 50%;
        margin-left: -56px;
    }

    #header-product ul {
        width: 100%;
        float: none;
    }

    #header-product ul li {
        width: 100%;
        float: none;
    }

    #header-product ul li a {
        font-size: 18px;
    }
}
