/* Main Stylesheet */

@font-face {
    font-family: BORN;
    src: url(../fonts/BORN.TTF);
}

@font-face {
    font-family: gotham;
    src: url(../fonts/Gotham.otf);
}

body {
    font-family: BORN;
}
a {
    color: #4a4a4a;
}

.header-slider {
    height: 65vh;
}
.header-slider figure {
    height: 100%;
}
.header-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.header-top {
    background-color: #010101;
    color: #FFFFFF;
}
.header-top input[type="text"] {
    border: solid thin #CCCCCC;
    background-color: transparent;
    border-radius: 4px;
    padding: 5px 10px;
    width: 100%;
}
.header-top input::-moz-placeholder {
    color: #CCCCCC;
}
.header-top input::-ms-placeholder {
    color: #CCCCCC;
}
.header-top input::-webkit-placeholder {
    color: #CCCCCC;
}
.header-top input::placeholder {
    color: #CCCCCC;
}
.slider-text-overlay {
    display: inline-block;
    position: absolute;
    width: 80%;
    height: 40%;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}
.slider-text-overlay p {
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 4.6em;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}
.slider-text-overlay .squared {
    padding: 10px 30px;
    border: solid thin #FFFFFF;
    display: inline-block;
    text-align: center;
    width: auto;
    font-size: 2.3em;
}
.slider-text-overlay .squared p {
    font-size: 2.3em;
    font-size: 25px;
}
.login_area {
    margin-bottom: 5px;
    text-transform: uppercase;
    padding-left: 30px;
    font-size: 18px;
}
.login_area:before {
    content: '';
    display: inline-block;
    position: relative;
    left: -28px;
    width: 22px;
    height: 22px;
    background-image: url(../img/icon-login-area.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.section.call-to {
    margin-top: 3rem;
    /* margin-bottom: 3rem; */
}
.parallax-1 {
    height: 38vh;
    background-image: url('../img/call-to-piaggio2.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: center top; */
    background-position-x: center;
    background-position-y: 70%;
    background-attachment: fixed;
}
.parallax-1 img {
    display: block;
}
.parallax-container {
    position: relative;
    overflow: hidden;
    /* height: 500px; */
    height: 38vh;
}
.parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.parallax-container .parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.rounded-button {
    border-radius: 50px;
    background-color: #03bfdc;
    color: #FFFFFF;
    clear: both;
    border: none;
}
.parallax-content {
    position: relative; 
}
.parallax-content > * {
    position: absolute;
    left: 0; 
    top: 10%;
}
.parallax-content > a.button {
    top: unset;
    bottom: 10%;
}
.titolo-section {
    font-size: 1.3em;
    letter-spacing: 0.1875rem;
    text-transform: uppercase;
    text-align: center;
    font-family: BORN !important;
}
.boxed-cat figure {
    overflow: hidden;
}
.boxed-cat .hover-effect figure > img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform 1s ease-in-out;
} 
.boxed-cat .hover-effect:hover figure > img {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: transform 7s ease-in-out;
} 
.cat-prod-discover {
    display: block;
    /* width: calc(100% - 1.5em); */
    /* height: calc(100% - 1.5em); */
    position: absolute;
    bottom: calc(.75em + 5px);
    left: calc(.75em + 15px);
    font-size: 30px;
    line-height: 1;
    color: #FFFFFF;
}
.prod-text {
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}
.language_sel li {
    text-transform: uppercase;
}
.language_sel {
    padding-top: 1em;
}
.login_area {
    padding-top: .75em;
}

.footer-social {
    background-color: #efefef;
}
.footer-footer {
    background-color:  #ebebeb;
    color: #b8bbc4;
    padding: 1.5rem 1.5rem;
}
.footer-title-col {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #010101;
}
.footer-item-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-item-col p {
    text-align: center;
}
input.nl-subscribe {
    background-color: transparent;
    border: none;
    border-bottom: solid thin #010101;
    padding: 5px 10px;
}
p.nl-subscribe {
    content:'subscribe';
    /* transform: translateX(-100%); */
    font-weight: bold;
    color: #010101;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 100%;
}
.section.contatti , .section.company-section {
    font-family: Gotham;
}
.language_sel li ul {
    display: none;
    position: absolute;
    top: 70%;
    z-index: 100;
}
.language_sel li ul li + li {
    margin-top: 10px;
}
.language_sel li:hover ul {
    /* display: block; */
}
.language_sel a {
    color: #FFFFFF;
}
.header-top a { color: #FFFFFF;}

/* Helper */

.v-paddingless {
    padding-top: 0;
    padding-bottom: 0;
}
.h-paddingless {
    padding-left: 0;
    padding-right: 0;
}
.bottom-paddingless {
    padding-bottom: 0;
}
.top-paddingless {
    padding-top: 0;
}

.v-marginless {
    margin-top: 0;
    margin-bottom: 0;
}
.h-marginless {
    margin-left: 0!important;
    margin-right: 0!important;
}
.top-marginless {
    margin-top: 0!important;
}
.fullwidth {
    width: 100%;
}

.r-pad-30 {
    padding-right: 30px;
}
.top-space-10 {
    margin-top: 10px;
}