@charset "UTF-8";

@font-face {
    font-family: 'Allura';
    src: url('fonts/Allura-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Allura-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Allura-Regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/Allura-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('fonts/Allura-Regular.svg#b5b2f6fec0ce3f1fa3d9905b747a7380') format('svg'); /* Legacy iOS */
    font-style:   normal;
    font-weight:  400;
}

@font-face {
    font-family: 'Libre Baskerville Bold';
    src: url('fonts/LibreBaskerville-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/LibreBaskerville-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/LibreBaskerville-Bold.woff') format('woff'), /* Modern Browsers */
    url('fonts/LibreBaskerville-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('fonts/LibreBaskerville-Bold.svg#4bf32f863730e66a8dbae8dbd91656ec') format('svg'); /* Legacy iOS */
    font-style:   normal;
    font-weight:  700;
}



body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    background-color: #e5eff8;
    color: #6d6d6d;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a,
a:focus,
a:active,
a:visited,
a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

a {
    color: #0073c2;
}

h1,
h2,
h3,
h4,
h5,
h6,
li {
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
    font-weight: normal;
}

.navbar,
.navbar-default,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    margin: 0;
    background: none;
    border: 0;
    box-shadow: none;
    min-height: inherit;
}

header,
footer {
    padding: 0;
    text-align: left;
    background-color: inherit;
}

.container {
    max-width: 1170px;
}

.navbar,
.navbar-default,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    padding: 0;
}

.navbar-default .navbar-toggle {
    margin-right: 0;
}

header#header-main {
    padding-top: 10px;
    padding-bottom: 10px;
}

ul#header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 50px;
}

ul#header-menu > li {
    float: left;
    margin: 0 25px;
}

ul#header-menu > li:first-child {
    margin-left: 0;
}

ul#header-menu > li:last-child {
    margin-right: 0;
}

ul#header-menu > li > a {
    display: block;
    line-height: 50px;
    text-transform: uppercase;
    color: #333;
    font-size: 13px;
}

ul#header-menu > li > a:hover {
    color: #0073c2;
}

ul#header-menu > li.active > a {
    color: #0073c2;
    font-weight: bold;
    box-shadow: inset 0 -3px 0 0 #0073c2;
}

ul#header-menu > li > ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #f4f4f4;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 10px solid #fff;
    z-index: 100;
}

ul#header-menu > li > ul.sub-menu > li > a {
    display: block;
    text-transform: uppercase;
    color: #333;
    font-size: 13px;
    padding: 10px 20px;
}

ul#header-menu > li > ul.sub-menu > li > a:hover {
    background-color: #e5e5e5;
    color: #0073c2;
}

ul#header-menu > li.area-riservata > a {
    background-color: #0073c2;
    color: #fff;
    line-height: 36px;
    margin: 7px 0;
    padding: 0 40px;
    border-radius: 18px;
    letter-spacing: 2px;
    font-size: 11px;
}

ul#header-menu > li.area-riservata > a:hover {
    opacity: 0.8;
}

ul#header-menu > li > ul.sub-menu > li.active > a {
    background-color: #0073c2;
    color: #fff;
}

ul#header-menu > li:hover > ul.sub-menu {
    display: block;
}

select {
    color: #000;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

img.image-100 {
    width: 100%;
    height: auto;
}

div.box-home {
    height: 700px;
}

div.box-page {
    height: 320px;
}

div.box-home,
div.box-page {
    background-position: center;
    background-size: cover;
    padding: 0 15px;
}

div.box-home h2,
h1.title {
    color: #fff;
}

h1.title.black {
    color: #000;
}

h1.title.medium {
    font-size: 75px;
    line-height: 70px;
}

h2.title-box {
    font-family: 'Libre Baskerville Bold', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 10px 0;
}

h1.title {
    font-family: 'Allura', sans-serif;
    font-size: 140px;
    line-height: 150px;
}

div.box-home h2 {
    font-family: 'Libre Baskerville Bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 29px;
}

div.table {
    margin: 0;
    display: table;
}

div.center {
    display: table-cell;
    vertical-align: middle;
}

footer#footer-main,
footer#footer-main h3 {
    font-size: 13px;
}

footer#footer-main p.footer-content {
    max-width: 320px;
    margin-top: 20px;
}

footer#footer-main h3 {
    color: #0073c2;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

footer#footer-main ul.footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer#footer-main ul.footer > li {
    margin: 5px 0;
}

footer#footer-main ul.footer > li > a {
    color: #333;
}

footer#footer-main ul.footer > li > a:hover {
    color: #0073c2;
}

.bg-white {
    background-color: #fff;
}

div.box-page div.separator {
    margin: 0 auto;
}

div.separator {
    width: 150px;
    margin: 15px auto;
    height: 5px;
}

div.separator.white {
    background-color: #fff;
}

div.separator.blu {
    background-color: #0073c2;
}

.max-width {
    max-width: 930px;
    margin: 0 auto;
}

form.form-lavora label.blu,
h2.subtitle,
div.box-vision h2,
div.box-mission h2,
div.chi-siamo-1 h2 {
    font-family: 'Libre Baskerville Bold', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #0073c2;
    letter-spacing: 1px;
}

h3.title,
div.box-vision h3,
div.box-mission h3,
div.chi-siamo-1 h3 {
    font-family: 'Allura', sans-serif;
    font-size: 110px;
    line-height: 90px;
    color: #000;
}

div.separator.margin-top-0,
div.box-vision div.separator,
div.chi-siamo-1 div.separator {
    margin-top: 0;
}

div.chi-siamo-1 figure {
    margin: 40px 0;
}

div.mission-container {
    padding-top: 170px;
    height: 420px;
    background-position: center;
    background-size: cover;
}

div.box-mission {
    background-color: #1b242c;
    padding: 50px 70px;
    color: #fff;
}

div.box-mission h3 {
    color: #fff;
}

.max-width-700 {
    max-width: 700px;
    margin: 0 auto;
}

div.box-mission p {
    margin: 0;
}

.padding-top-100 {
    padding-top: 120px;
}

div.box-vision.max-width {
    max-width: 560px;
}

div#map-container {
    height: 450px;
    overflow: hidden;
}

div#map-container div#map {
    height: 475px;
}

.max-width-980 {
    max-width: 980px;
    margin: 0 auto;
}

h2.subtitle.black {
    color: #000;
}

ul.list-contatti {
    font-size: 13px;
    margin: 10px 0 30px 0;
    padding: 0 0 0 15px;
}

h2.subtitle.form {
    text-transform: none;
    font-size: 16px;
    margin-bottom: 30px;
}

form.form .form-control {
    border: none;
    border-radius: 0;
    background-color: #f9f9f9;
    outline: none;
    box-shadow: none;
    height: 50px;
    padding: 0 15px;
}

form.form .form-control#msg {
    padding: 15px;
    min-height: 150px;
    resize: vertical;
}

button.btn-submit {
    background-color: #0073c2;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 50px;
    border-radius: 30px;
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: bold;
}

.bg-azzurro {
    background-color: #f8fafb;
}

label#file-label:hover,
button.btn-submit:hover {
    opacity: 0.8;
}

input#file {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label#file-label {
    background-color: #0073c2;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0 25px;
    font-size: 28px;
}

.max-width-950 {
    max-width: 950px;
    margin: 0 auto;
}

section.info {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

section.info figure {
    height: 270px;
    background-position: left bottom;
    background-size: cover;
}

section.info figure a {
    display: block;
    width: 100%;
    height: 100%;
    transition: .2s ease-in-out;
}

section.info figure a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

section.info div.content {
    min-height: 250px;
    background-color: #fff;
    padding: 40px 30px;
}

section.info div.content h3 {
    color: #0073c2;
    font-size: 25px;
    font-family: 'Libre Baskerville Bold', sans-serif;
    margin-bottom: 20px;
}

section.counter-container {
    overflow: auto;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

div.counter-blu {
    width: 240px;
    height: 240px;
    background-color: #0073c2;
}

div.counter {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}

body.page-template-oral-care-specialist {
    counter-reset: section;
}

div.counter:before {
    counter-increment: section;
    content: counter(section);
    color: #0073c2;
    font-family: 'Libre Baskerville Bold', sans-serif;
    font-size: 140px;
    position: relative;
    top: 20px;
}

section.counter-container div.content {
    padding: 30px 30px 0 30px;
    margin-left: 240px;
    font-size: 15px;
}

section.counter-container div.content h3 {
    font-family: 'Allura', sans-serif;
    color: #000;
    font-size: 38px;
    line-height: 26px;
    margin-bottom: 25px;
}

section.counter-container div.content p {
    margin: 0;
}

body.page-template-makeup section.info figure {
    height: 220px;
}

body.page-template-makeup section.info div.content h3 {
    font-size: 20px;
}

ul.download {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.download > li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd;
}

ul.download > li i {
    font-size: 20px;
    margin-right: 10px;
    color: #990000;
}


form.form-lavora,
div.posizioni,
ul.posizioni-list {
    display: none;
}

form.form-lavora.active,
div.posizioni.active,
ul.posizioni-list.active {
    display: block;
}

ul.lavora-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.lavora-list > li > a {
    font-weight: bold;
    font-size: 18px;
}

ul.lavora-list > li > a:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #0073c2;
    margin-right: 10px;
}

ul.posizioni-list {
    margin-bottom: 25px;
}

h3.posizioni-title {
    margin-top: 40px;
    padding-bottom: 30px;
    font-family: 'Libre Baskerville Bold', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #0073c2;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.lang-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.lang-list li {
    display: inline-block;
    font-size: 13px;
}

.lang-list li:after {
    content: '|';
    margin: 0 5px;
}

.lang-list li:last-child:after {
    display: none;
}

.lang-list li a {
    line-height: 50px;
    text-transform: uppercase;
    color: #333;
}

.lang-list li.active a {
    color: #0073c2;
    font-weight: bold;
}

/*----------------LANDING---------------*/
.page-template-landing{
    background-color: #fff;
}
.page-template-landing header > .row{
    max-height: 90px;
    background-color:rgb(0, 132, 191);
    position: fixed;
    width: 100%;
    z-index: 9;
}
.page-template-landing .logo figure{
    max-width: 363px;
}
.page-template-landing .logo figure img{
    max-width: 100%;
}
.page-template-landing div#container-main {
    margin-top: 90px;
}
.page-template-landing h1 {
    font-weight: 900;
    font-size: 50px;
    color: rgb(0, 57, 118);
    margin-bottom: 25px;
    margin-top: 25px;
}
.page-template-landing #first-block{
    background-image: url('../images/landing/landing_onde.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding-bottom: 300px;
}
.page-template-landing figure.prodotto {
    max-height: 630px;
    height: 630px;
    position: relative;
    display: block;
    text-align: center;
}
.page-template-landing figure.prodotto img {
    height: 100%;
    position: relative;
    display: block;
    width: auto;
    object-fit: contain;
    margin: auto;
}
.page-template-landing h2{
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    color: rgb(0, 132, 191);
}
.page-template-landing .excerpt{
    text-align: center;
    margin: auto;
    max-width: 50%;
}
.page-template-landing #second-block figure {
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 261px;
    height: 261px;
    display: table;
    position: relative;
    margin: auto;
}
.page-template-landing .block figure img {
    display: table-cell;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.page-template-landing .block h3 {
    text-align: center;
    padding: 20px;
    color: #0084bf;
    font-weight: 900;
}
.page-template-landing .block p{
    text-align: center;
    padding: 0 25px;
}
.page-template-landing #third-block > .row.no-gutters,
.page-template-landing #last-block .productBox > .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.page-template-landing #third-block > .row.no-gutters > [class*='col-'],
.page-template-landing #last-block .productBox .row > [class*='col-']{
    display: flex;
    flex-direction: column;
}
.page-template-landing #third-block > .row.no-gutters > [class*='col-']{
    padding: 0;
    overflow: hidden;
}
.page-template-landing #third-block .block {
    display: table;
    height: 100%;
}
.page-template-landing #third-block .blockText {
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
}
.page-template-landing #third-block .blockText h3{
    font-size: 50px;
}
.page-template-landing #third-block .blockText h3,
.page-template-landing #third-block .blockText p{
    text-align: left;
}
.page-template-landing .red{
    color: rgb(250, 94, 91);
}
.page-template-landing #last-block{
    background-image: url('../images/landing/landing_onde2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.page-template-landing .productBox {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 60px 25px;
    margin-top: 35px;
    background-color: #fff;
}
.page-template-landing .productBox .col-sm-4 figure {
    margin-bottom: 0;
    margin-top: auto;
    text-align: center;
}
.page-template-landing .productBox .col-sm-8 figure img{
    max-height: 118px;
}
.page-template-landing .productBox h3{
    color: rgb(0, 57, 118);
    font-size: 45px;
    font-weight: 900;
}
.page-template-landing .productBox h4 {
    font-size: 30px;
    font-weight: 900;
    color: #0084bf;
    margin: 25px 0;
}
.page-template-landing .productBox p {
    font-weight: 900;
    color: #000;
    font-size: 23px;
    line-height: 22px;
    margin: 20px 0;
}
.page-template-landing .productBox a.download {
    background-color: #42ACE1;
    box-shadow: 0 12px 24px rgba(66, 172, 225, 0.7);
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 30px;
    width: 165px;
    display: block;
    transform: scale(1);
    transition: all .2s ease-in-out;
}
.page-template-landing .productBox a.download:hover{
    transform: scale(1.05);
}
.page-template-landing .productBox a.download img{
    max-height: 22px;
    width: auto;
    margin-right: 15px;
}
.page-template-landing .alignCenter{
    text-align: center;
}
.page-template-landing #last-block h2{
    font-size: 50px;
}
.page-template-landing h5,
.page-template-landing h6{
    font-size: 20px;
    color: #003976;
    font-weight: 900;
}
.page-template-landing h6{
    font-size: 18px;
    margin-bottom: 20px;
}
.page-template-landing .alignCenter p {
    max-width: 380px;
    margin: auto;
}
.page-template-landing .alignCenter h2.red{
    text-transform: uppercase;
    margin-bottom: 60px;
}
.page-template-landing #last-block .alignCenter figure img {
    max-width: 100%;
}
.page-template-landing .landingModal {
    position: fixed;
    top: 42px;
    right: 100px;
    left: auto;
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 25px;
    color: rgb(0, 132, 191);
    z-index: 999999999;
    max-width: 50%;
    background-color: #fff;
    border-radius: 15px;
}
.page-template-landing .landingModal .close{
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
}
.landingModal h3 {
    font-weight: 900;
}
.page-template-landing strong{
    font-weight: 900;
}
.page-template-landing .mobileOnly{
    display: none!important;
}
/*----------------FINE lANDING--------------*/

@media screen and (max-width: 1199px) {
    div.logo {
        text-align: center;
    }
    ul#header-menu {
        float: none !important;
        text-align: center;
    }
    ul#header-menu > li {
        float: none;
        display: inline-block;
    }
    ul#header-menu > li > ul.sub-menu > li > a {
        text-align: left;
    }
    div.box-home {
        height: 600px;
    }
    section.counter-container div.content {
        padding: 25px 15px 15px 15px;
        margin: 0;
    }
    div.counter-blu {
        width: 100%;
        height: 170px;
        float: none !important;
    }
}

@media screen and (max-width: 991px) {
    .page-template-landing #last-block{
        padding-top: 0;
    }
    .page-template-landing .productBox h3,
    .page-template-landing .productBox h4,
    .page-template-landing .productBox p,
    .page-template-landing .productBox figure{
        text-align: center;
    }
    .page-template-landing .productBox a.download{
        margin: auto;
    }
    #second-block h2.padding-bottom-20 {
        margin-bottom: 25px;
    }
    .page-template-landing #third-block .blockText h3, .page-template-landing #third-block .blockText p {
        text-align: center;
    }
    .page-template-landing #third-block .blockText p{
        margin-bottom: 25px;
    }
    .page-template-landing .mobileOnly{
        display: inherit!important;
        padding: 0;
    }
    .page-template-landing #third-block img{
        object-fit: contain;
        width: 100%;
    }
    .page-template-landing #first-block{
        padding-bottom:0;
    }
    .page-template-landing #third-block .block{
        height: auto;
    }
    .page-template-landing .landingModal {
        position: fixed;
        top: 120px;
        right: 20px;
        left: 20px;
        display: block;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        padding: 25px;
        color: rgb(0, 132, 191);
        z-index: 999999999;
        max-width: 100%;
        background-color: rgba(255,255,255, .85);
        border-radius: 15px;
        margin: auto;
        font-size: 12px;
    }
    .page-template-landing .landingModal h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .page-template-landing h2,
    .page-template-landing h5,
    .page-template-landing .alignCenter p{
        padding: 0 30px;
    }
    .page-template-landing #third-block.padding-top-100{
        padding-top: 20px;
    }
    .page-template-landing #third-block .blockText{
        padding: 0 20px;
    }
    .page-template-landing #second-block .block {
        margin-top: 60px;
    }
    .page-template-landing .desktopOnly{
        display: none!important;
    }
    ul#header-menu > li {
        margin: 0 15px;
    }
    div.box-home {
        height: 500px;
    }
    div.counter {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    div.counter:before {
        font-size: 80px;
    }
}

@media screen and (max-width: 767px) {
    div.counter-blu {
        height: 130px;
    }
    div.counter {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    div.counter:before {
        font-size: 80px;
    }
    ul#header-menu {
        text-align: right;
        height: auto;
    }
    ul#header-menu > li {
        display: block;
        margin: 0;
    }
    ul#header-menu > li.active > a {
        box-shadow: none;
    }
    ul#header-menu > li > a {
        line-height: normal;
        padding: 5px 0;
        font-size: 18px;
    }
    ul#header-menu > li > ul.sub-menu {
        display: block;
        position: relative;
        border-right: 3px solid #0073c2;
        background-color: transparent;
        margin-bottom: 10px;
        border-top: none;
    }
    ul#header-menu > li > ul.sub-menu > li > a {
        text-align: right;
        padding: 2px 15px;
    }
    ul#header-menu > li > ul.sub-menu > li > a:hover {
        background-color: transparent;
        color: #0073c2;
    }
    ul#header-menu > li > ul.sub-menu > li.active > a {
        background-color: transparent;
        color: #0073c2;
    }
    ul#header-menu > li.area-riservata > a {
        text-align: center;
    }
    div.box-home {
        height: 400px;
    }
    h1.title {
        font-family: 'Allura', sans-serif;
        font-size: 70px;
        line-height: 70px;
    }
    div.box-home h2 {
        font-size: 22px;
    }
    div.mobile-bottom {
        padding-bottom: 20px;
    }
    div.col-3 {
        text-align: left;
    }
    div.chi-siamo-1 figure img {
        width: 100%;
        height: auto;
    }
    h3.title,
    div.box-vision h3,
    div.box-mission h3,
    div.chi-siamo-1 h3 {
        font-size: 50px;
        line-height: 50px;
    }
    section.info div.content {
        padding: 15px;
        min-height: 0;
    }
    div.box-mission {
        padding: 15px;
    }
}
