body.contatti > main{
    padding-bottom: 0;
    z-index: 0;
}

body.contatti.specialistica > main > article:first-child,
body.contatti > main > article:first-child{
    background: #fff url('../../images/beeathy/contatti.jpg') 50% 50% no-repeat;
    background-size: cover;
    min-height: calc(100vh - 67px);
    padding-bottom: 0;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

body.contatti.specialistica > main > article:first-child{
    background: #fff url('../../images/beeathy/contatti-specialistica.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.row.call2action{
    background-color: #f7ad3d;
}

body.contatti .bg-mobile{
    background: #fff url('../../images/beeathy/contatti.jpg') 50% 50% no-repeat;
    background-size: cover;
    display: none;
}

body.contatti .security{
    margin-bottom: 16px;
}

body.contatti.specialistica .bg-mobile{
    background: #fff url('../../images/beeathy/contatti-specialistica.jpg') 50% 50% no-repeat;
    background-size: cover;
    display: none;
}

.specialistica .row.call2action{
    background-color: #89aca5;
}

select{
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

article .container.centered{
    width: 80%;
    max-width: 600px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 32px;
    position: relative;
    bottom: 0;
    height: auto;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, 0);
    text-align: center;
    color: #666;

}

h1{
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 1em;
    color: #1A3046;
}

a{
    color: #5fbb5f;
}

h2{
    margin-bottom: 0;
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 4rem;
    margin-top: 0;
    color: #5fbb5f;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[data-type="contact-form"]{
    border-top: 1px dashed #ccc;
    position: relative;
    width: 80%;
    max-width: 500px;
    text-align: left;
    margin: 32px auto;
    display: block;
    float: none;
    clear: both;
    padding-top: 32px;
}

body.contatti.specialistica.success > main > article:first-child{
    padding: 0;
}

body.contatti.success .container.centered{
    -webkit-transform: translate(0, 20vh);
    -moz-transform: translate(0, 20vh);
    -ms-transform: translate(0, 20vh);
    -o-transform: translate(0, 20vh);
    transform: translate(0, 20vh);
}

body.contatti.success .container.centered h1::before{
    content: '\f156';
    position: relative;
    height: 64px;
    width: 64px;
    font-size: 64px;
    font-family: Beeathy-com;
    display: block;
    margin: 16px auto;
    text-align: center;
    color: #425b76;
}

body.contatti .call2action {
    padding-top: 32px;
}
