/* Scss Document */ // bootstrap @import "bootstrap4.3.1/scss/functions"; @import "bootstrap4.3.1/scss/variables"; @import "bootstrap4.3.1/scss/mixins"; @import "bootstrap4.3.1/scss/root"; @import "bootstrap4.3.1/scss/reboot"; @import "bootstrap4.3.1/scss/type"; @import "bootstrap4.3.1/scss/images"; @import "bootstrap4.3.1/scss/grid"; @import "bootstrap4.3.1/scss/tables"; @import "bootstrap4.3.1/scss/media"; @import "bootstrap4.3.1/scss/list-group"; @import "bootstrap4.3.1/scss/close"; @import "bootstrap4.3.1/scss/utilities"; // bordeaux $primary-color: #7c1711; $primary: $primary-color; $bordeaux: $primary-color; //dark grey $primary-color-hover: #333; $secondary-color: $primary-color-hover; $body-color: $primary-color-hover; $color-form: $primary-color-hover; $link-color: $body-color; //white $background-input: #fff; $body-bg: $background-input; $white: $background-input; //grey $grey: #efefef; $font-family-sans-serif: 'Open Sans', sans-serif; $corsivo:'Libre Caslon Display', serif; $font-size-base: 18px; $grid-gutter-width: 10px; $border-radius: 0; $border-radius-lg: 0; $border-radius-sm: 0; $navWidth: 100%; $grid-breakpoints: ( xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px ); //icomoon @font-face { font-family: 'icomoon'; src: url('/source/icomoon.eot?b52ngp'); src: url('/source/icomoon.eot?b52ngp#iefix') format('embedded-opentype'), url('/source/icomoon.ttf?b52ngp') format('truetype'), url('/source/icomoon.woff?b52ngp') format('woff'), url('/source/icomoon.svg?b52ngp#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } [class^="icon-"], [class*=" icon-"], .slick-prev:before, .slick-next:before, .slider-titolo:after, .lista-custom li:before, .link-thumb h2:after, .titolo-custom:before, .divisore-big.con-immagine:before { font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; vertical-align:middle; display:inline-block; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-telefono:before { content: "\e907"; } .icon-mail-top:before { content: "\e900"; } .icon-prenota:before { content: "\e905"; } .icon-pin:before { content: "\e902"; } .icon-facebook:before { content: "\e904"; } .icon-instagram:before { content: "\e906"; } .icon-freccia-dx:before { content: "\e908"; } .icon-divisore:before { content: "\e909"; } h1, .grande { font-size: 80px; line-height: 80px; @media-breakpoint-down(md) { font-size: 70px; line-height: 70px; } @media-breakpoint-down(sm) { font-size: 60px !important; line-height: 60px !important; } } h2 { } h3 { font-size: 45px; line-height: 47px; margin-bottom: 20px; @include media-breakpoint-down(md) { font-size: 45px; line-height: 47px; } @include media-breakpoint-down(sm) { font-size: 40px; line-height: 42px; } &.small-h3 { font-size: 35px; line-height: 37px; @include media-breakpoint-down(md) { font-size: 33px; line-height: 35px; } @include media-breakpoint-down(sm) { font-size: 25px; line-height: 27px; } } } h4 { font-size: 35px; line-height: 37px; @include media-breakpoint-down(sm) { font-size: 25px; line-height: 27px; } } h5 { font-size: 25px; line-height: 37px; @include media-breakpoint-down(sm) { font-size: 20px; line-height: 22px; } } h6 { } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight:400; } p, address { margin: 0; line-height: inherit; } address { &.colore-uno { a { color: $primary-color; } } } a, a:hover, a:focus { text-decoration: none; } a, a:active, a:focus, a:link, a:visited, { transition: all 400ms ease; outline: none; text-decoration: none; } a:focus, a:active, a:link, img, .slick-slide { outline: none; } ul { margin: 0; } .light{ font-weight: 300; } .reg{ font-weight: 400; } .medium{ font-weight: 500; } .semi{ font-weight: 600; } .bold{ font-weight: 700; } .black{ font-weight: 900; } .italic{ font-style: italic; } .upper-txt{ text-transform: uppercase; } .text-underline{ text-decoration: underline; } .ombra-txt{ text-shadow: 0px 0px 16px #000; } .space-letter { letter-spacing:1vw; } hr { margin-bottom: 30px; } .bold { font-weight: bold; } .corsivo { font-family: "Libre Caslon Display",serif; } .colore-uno { color: $primary-color; } .colore-due { color: $primary-color-hover; } .grey{ color:$grey; } .white{ color:$white; } .bordeaux { color: $bordeaux; } .bg-uno { background: $primary-color; } .bg-due { background-color: $secondary-color; } .bg-tre { background-color: $bordeaux; } .bg-grey { background-color: $grey; } .bg-white{ background-color: $white; } .testo { padding: 10px; word-wrap: break-word; @include media-breakpoint-down(md) { padding: 20px 10px; } } .testo-sx { padding-right: 25px; @include media-breakpoint-down(md) { padding: 20px 10px; } } .testo-dx { padding-left: 25px; @include media-breakpoint-down(md) { padding: 20px 10px; } } .text-aling-mobi { @include media-breakpoint-down(md) { text-align: left!important; } } .align-center{ @include media-breakpoint-up(md) { align-items: center; } } a,a:hover,a:focus { text-decoration: none; } .colore-uno { color: $primary-color; } .colore-due { color: $primary-color-hover; } .grey{ color:$grey; } .white{ color:$white; } .bordeaux { color: $bordeaux; } .bg-uno { background: $primary-color; } .bg-due { background-color: $secondary-color; } .bg-tre { background-color: $bordeaux; } .bg-grey { background-color: $grey; } .bg-white{ background-color: $white; } .corsivo{ font-family: $corsivo; } .light{ font-weight:300; } .reg{ font-weight:400; } .medium{ font-weight:500; } .semi{ font-weight:600; } .bold{ font-weight:700; } .black{ font-weight:900; } .italic{ font-style:italic; } .upper-txt{ text-transform: uppercase; } .text-underline{ text-decoration: underline; } .ombra-txt{ text-shadow: 0px 0px 16px #000; } .space-letter { letter-spacing:1vw; } a, a:active, a:focus, a:link, a:visited, input[type="submit"] { transition: all 400ms ease; outline: none; text-decoration: none; } .freccia-none, .pulsante, .slick-next, .slick-prev, .tendina-lingue, .transition_400{ transition: all 400ms ease; } .transition_600 { transition: all 600ms ease; } .slick-slide { outline: none; } label { font-weight: normal; margin: 0; } .flex { @include media-breakpoint-up(md) { display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items: center; -moz-align-items: center; align-content: center; justify-content: center; -webkit-justify-content: center; -webkit-align-content: center; } } .flex-content { @include media-breakpoint-up(lg) { display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items: center; -moz-align-items: center; align-content: center; justify-content: center; -webkit-justify-content: center; -webkit-align-content: center; } &.md { @include media-breakpoint-down(md){ display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items: center; -moz-align-items: center; align-content: center; justify-content: center; -webkit-justify-content: center; -webkit-align-content: center; } } } p, address { margin: 0; line-height:inherit; } address{ &.colore-uno{ a{ color: $primary-color; } } } .height-no-flex { align-self: flex-start; } .align-center { @include media-breakpoint-up(md) { align-items: center; } } p { margin: 0; } ul { margin: 0; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight:400; } .no-pad { padding: 0; } .pad_5 { padding: 0 5px; } .pad_10 { padding: 0 10px; } .pad_20 { padding: 0 20px; } .blk { max-width: 1920px; margin: 0 auto; width: 100%; padding: 0 10px; @include media-breakpoint-up(lg) { padding: 0 30px; } &.pad-col { @include media-breakpoint-up(xl) { padding:0 8%; } } } .container, .container-fluid { max-width: 100%; -webkit-transition: all 600ms ease; -moz-transition: all 600ms ease; -ms-transition: all 600ms ease; -o-transition: all 600ms ease; transition: all 600ms ease; } .container-fluid { max-width: 100%; &:before { display: block; } } $altezza-home: 85vh; $altezza-interno: 75vh; .img-top{ overflow:hidden; position:relative; @include media-breakpoint-up(lg) { height:calc($altezza-interno); img{ height:$altezza-interno; object-fit:cover; } } @include media-breakpoint-down(md) {margin-top:70px;} &.home-img-top{ img{ width: 100%; } @include media-breakpoint-up(lg) { height:calc($altezza-home); img{ height:$altezza-home; object-fit:cover; } } .claim { h2 { font-size: 40px; line-height: 45px; margin-bottom: 60px; text-shadow: none; text-transform: none; .big{ font-size: 135%; line-height: 120%; } .corsivo{ font-size: 150%; } @include media-breakpoint-down(sm) { font-size: 26px; line-height: 30px; } } } } &:before{ content:''; position:absolute; bottom:0; top:0; left:0; right:0; z-index:1; background: rgba(0,0,0,0.3); } } .top-sito{ position:absolute; top: 0; right:0; left:0; z-index: 4; a:not(.pulsante){ [class^="icon-"], [class*=" icon-"]{ height: 33px; width: 40px; line-height: 33px; text-align: center; color: $white; } &:hover{ [class^="icon-"], [class*=" icon-"]{ color: $white; } } .svg-dati{ font-size: 23px; display: block; margin: 0 auto; } } .cont-menu{ margin-top: 35px; } img{ width: auto; } } .titolo-trattino{ position: relative; margin-bottom: 20px; &:before{ content: ''; border-bottom: 1px solid $primary-color; width: 80px; position: absolute; left: 50%; transform: translateX(-50%); bottom: -16px; } &:after{ content: ''; border-bottom: 1px solid $primary-color; width: 40px; position: absolute; left: 50%; transform: translateX(-50%); bottom: -20px; } @include media-breakpoint-down(sm) { padding-left:10px; padding-right:10px; } &.trattino-sinistra{ @include media-breakpoint-up(md) { text-align: left; &:before, &:after{ transform: translateX(0); left: 0; } } } &.trattino-verticale{ &:before{ width: 1px; height: 50px; top: -60px; border-bottom: 0; border-right: 1px solid $primary-color-hover; } } } .titolo-custom{ position: relative; margin-bottom: 40px; &:before{ content: "\e909"; font-size: 35px; width: 120px; height: 40px; position: absolute; left: 50%; bottom: -55px; transform: translateX(-50%); z-index: 1; } span{ position: relative; z-index: 2; } @include media-breakpoint-down(md) { margin-bottom: 20px; &:before{ font-size: 27px; width: 100px; height: 33px; bottom: -45px; } } } .pos-title { position: absolute; width: 100%; bottom: 50px; padding: 0 3%; z-index: 1; @include media-breakpoint-down(md) { h2 { bottom: 20px; } } @include media-breakpoint-down(sm) { bottom: 90px; } @include media-breakpoint-only(xs) { bottom: 30px; } } .text-absolute { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); background: rgba(255,255,255,0.75); padding: 20px; text-transform: uppercase; font-size: 32px; line-height: 34px; border-radius: 30px 30px 0 0; z-index: 3; @include media-breakpoint-down(md) { font-size: 16px; line-height: 17px; padding: 12px; border-radius: 20px 20px 0 0; } } .divisore { padding-bottom: 40px; @include media-breakpoint-down(sm) { padding-bottom: 25px; } &.con-bordo{ border-bottom: 1px solid $body-color; } } .divisore-big { padding-bottom: 60px; @include media-breakpoint-down(sm) { padding-bottom: 25px; } &.con-immagine { position: relative; padding-bottom: 120px; &:before { content: "\e909"; font-size: 35px; width: 120px; height: 40px; position: absolute; left: 50%; bottom: 35%; transform: translateX(-50%); z-index: 1; } } @include media-breakpoint-down(md) { &.con-immagine{ padding-bottom: 120px; &:before{ bottom: 15%; } } } } .no-display { display: none; } .testo { padding: 10px; word-wrap: break-word; @include media-breakpoint-down(md) { padding: 20px 10px; } } .testo-sx { padding-right: 25px; @include media-breakpoint-down(md) { padding: 20px 10px; } } .testo-dx { padding-left: 25px; @include media-breakpoint-down(md) { padding: 20px 10px; } } .text-aling-mobi { @include media-breakpoint-down(md) { text-align:left!important } } .pad-bottom-titolo { padding-bottom: 25px; } .pad-bottom-sottotitolo { padding-bottom: 15px; } .pad-up-down { padding: 40px 0; } picture{ display: block; } .col-3-negativa { margin-left: -25%; @include media-breakpoint-down(md) { margin-left: -16.66666%; } } .colonna-negativa { margin-left: -8.3333333%; @include media-breakpoint-down(md) { margin-left: 0; } } .greyscale { filter: gray; filter: grayscale(100%); transition: .3s ease-in-out; &:hover { filter: grayscale(0%); background-color: #F8F5EF; } } .bg-image { background-image: url('/source/cornice-dw.svg'); background-repeat: no-repeat; background-position: center bottom; background-size: 65%; @include media-breakpoint-down(md) { background-size: 90%; } } .bg-fixed { background-size: cover; min-height: 30vh; background-repeat: no-repeat; background-position: right center; @include media-breakpoint-up(lg) { background-attachment: fixed; } } .bg-form { padding: 6%; } .close { opacity: 1; outline: none; &:hover, &:focus { color: #4A4A4A; opacity: 1; } } .modal { padding: 0 !important } .modal-open { padding: 0 !important; overflow: auto; } body { padding: 0 !important } $altezza-barra: 95px; .barra{ &-desktop{ display: none; height: $altezza-barra; padding: 10px 0; margin: 0 auto; left: 0; top: 0; right: 0; z-index: 5; position: fixed; background-color: #fff; box-shadow: 0 2px 18px 0 rgba(0,0,0,.05); .logo{ line-height: 60px; } .level1{ margin-top: 20px; text-align: left; li{ a{ color: $body-color; font-size: 15px; @include media-breakpoint-down(lg) { font-size: 14px; margin-right: 9px; margin-left: 9px; } &:before, &:after{ border-color: $body-color !important; } } } } ul.level1 li.sfHover>a, ul.level1 li.cmsCurrentPageContainerLevel_1>a, ul.level1 li a:hover, ul.level1 li a.cmsCurrentPage, ul.level1 li:hover>a{ color: $body-color; } .pulsante{ display: inline-block !important; font-size: 14px !important; margin-top: 9px !important; } .pulsante-absolute{ position: absolute; top: calc(#{$altezza-barra} + 10px); right: 0; padding-right: 35px; > address{ margin-left: 5px; margin-right: 5px; } .pulsante{ &:hover{ background-color: #fff; } } } } &-mobile{ width: 100%; left: 0px; top:0; right: 0; z-index: 800; position: fixed; transition: all 400ms ease; } } .link-mobi { color:$body-color; font-size: 12px; font-weight: bold; padding-top: 6px; line-height: normal; padding-bottom: 1px; height: 100%; display: block; font-weight: 400; span[class^="icon-"] { margin: 7px auto; display: block; font-size: 23px; color: $body-color; } img { margin: 8px auto 7px auto; display: block; } a { color: $body-color; } &.bg-uno, &.bg-due{ color:$white; a, span[class^="icon-"] { color: $white; } } } .blk-mobi { width: 20%; float: left; } .result_inscr_newsl_min { color: #fff; } .flt_left { float: left; } .flt_right { float: right; } .fullWidth img { max-width: 100%; text-align: center; } img { height:auto; } .rel { position: relative; } .col_5 { width: 20%; float: left; @include media-breakpoint-down(lg) {} @include media-breakpoint-down(md) { width:33.333%; } @include media-breakpoint-down(sm) { width: 100%; } } .center { margin: 0 auto; } .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0 } .clearfix:after, .clearfix:before, .container_12:after, .container_12:before, .container_16:after, .container_16:before { content: '.'; display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0 } .clearfix:after { clear: both } ::selection { background: $primary-color; color: #fff; } ::-moz-selection { background: $primary-color; color: #fff; } .cb { display: none; } .transition { transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000); -webkit-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000); -o-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000); -ms-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000); -moz-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000); } a:focus, a:active, a:link, img, .slick-slide { outline: none; } /* animation hover zoom */ @-webkit-keyframes bgzoom { from { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); o-transform: scale(1, 1); transform: scale(1, 1) } to { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } } @-moz-keyframes bgzoom { from { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); o-transform: scale(1, 1); transform: scale(1, 1) } to { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } } @-o-keyframes bgzoom { from { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); o-transform: scale(1, 1); transform: scale(1, 1) } to { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } } @keyframes bgzoom { from { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); o-transform: scale(1, 1); transform: scale(1, 1) } to { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } } @-webkit-keyframes bgzoom-reverse { from { -webkit-transform: scale(1.021, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } to { -webkit-transform: scale(1.00, 1.00); -moz-transform: scale(1.00, 1.00); o-transform: scale(1.02, 1.02); transform: scale(1.00, 1.00) } } @-moz-keyframes bgzoom-reverse { from { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } to { -webkit-transform: scale(1.00, 1.00); -moz-transform: scale(1.00, 1.00); o-transform: scale(1.02, 1.02); transform: scale(1.00, 1.00) } } @-o-keyframes bgzoom-reverse { from { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } to { -webkit-transform: scale(1.00, 1.00); -moz-transform: scale(1.00, 1.00); o-transform: scale(1.02, 1.02); transform: scale(1.00, 1.00) } } @keyframes bgzoom-reverse { from { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } to { -webkit-transform: scale(1.00, 1.00); -moz-transform: scale(1.00, 1.00); o-transform: scale(1.02, 1.02); transform: scale(1.00, 1.00) } } .bgzoom { overflow: hidden; } .bgzoom img { animation: bgzoom-reverse 0.3s ease-out; -moz-animation: bgzoom-reverse 0.3s ease-out; -o-animation: bgzoom-reverse 0.3s ease-out; -webkit-animation: bgzoom-reverse 0.3s ease-out; animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; } .bgzoom img:hover { animation: bgzoom 0.3s ease-out; -moz-animation: bgzoom 0.3s ease-out; -o-animation: bgzoom 0.3s ease-out; -webkit-animation: bgzoom 0.3s ease-out; animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; } /* animazione opacity in apertura */ @-webkit-keyframes opacity { from { opacity: 0 } to { opacity: 1 } } @-moz-keyframes opacity { from { opacity: 0 } to { opacity: 1 } } @-o-keyframes opacity { from { opacity: 0 } to { opacity: 1 } } @keyframes opacity { from { opacity: 0 } to { opacity: 1 } } /* ico up-down */ @-webkit-keyframes bounceArrow { 0% { -webkit-transform: translateY(0) } 100% { -webkit-transform: translateY(7px) } } @-moz-keyframes bounceArrow { 0% { -moz-transform: translateY(0) } 100% { -moz-transform: translateY(7px) } } @-o-keyframes bounceArrow { 0% { -o-transform: translateY(0) } 100% { -o-transform: translateY(7px) } } @keyframes bounceArrow { 0% { -webkit-transform: translateY(0); transform: translateY(0) } 100% { -webkit-transform: translateY(7px); transform: translateY(7px) } } .bounce { animation: bounceArrow .55s ease 0s alternate infinite; } /* animazioni blocchi */ .opacity-animation { opacity: 0; animation: opacity 0.8s ease-out 1.5s; -moz-animation: opacity 0.8s ease-out 1.5s; -o-animation: opacity 0.8s ease-out 1.5s; -webkit-animation: opacity 0.8s ease-out 1.5s; animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; } .moveDown.visible { -webkit-animation: moveDown 0.6s ease-in-out 0.2s backwards; -moz-animation: moveDown 0.6s ease-in-out 0.2s backwards; -o-animation: moveDown 0.6s ease-in-out 0.2s backwards; -ms-animation: moveDown 0.6s ease-in-out 0.2s backwards; animation: moveDown 0.6s ease-in-out 0.2s backwards; opacity: 1; } .delay-01{ animation-delay: 1s; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -o-animation-delay: 1s; -ms-animation-delay: 1s; } .delay-02{ animation-delay: 1.5s; -webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; -o-animation-delay: 1.5s; -ms-animation-delay: 1.5s; } .delay-03{ animation-delay: 2s; -webkit-animation-delay: 2s; -moz-animation-delay: 2s; -o-animation-delay: 2s; -ms-animation-delay: 2s; } @-webkit-keyframes moveDown { 0% { -webkit-transform: translateY(-40px); opacity: 0; } 100% { -webkit-transform: translateY(0px); opacity: 1; } } @-moz-keyframes moveDown { 0% { -moz-transform: translateY(-40px); opacity: 0; } 100% { -moz-transform: translateY(0px); opacity: 1; } } @-o-keyframes moveDown { 0% { -o-transform: translateY(-40px); opacity: 0; } 100% { -o-transform: translateY(0px); opacity: 1; } } @-ms-keyframes moveDown { 0% { -ms-transform: translateY(-40px); opacity: 0; } 100% { -ms-transform: translateY(0px); opacity: 1; } } @keyframes moveDown { 0% { transform: translateY(-40px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } .moveUp.visible { -webkit-animation: moveUp 0.6s ease-in-out 0.2s backwards; -moz-animation: moveUp 0.6s ease-in-out 0.2s backwards; -o-animation: moveUp 0.6s ease-in-out 0.2s backwards; -ms-animation: moveUp 0.6s ease-in-out 0.2s backwards; animation: moveUp 0.6s ease-in-out 0.2s backwards; opacity: 1; } @-webkit-keyframes moveUp { 0% { -webkit-transform: translateY(40px); opacity: 0; } 100% { -webkit-transform: translateY(0px); opacity: 1; } } @-moz-keyframes moveUp { 0% { -moz-transform: translateY(40px); opacity: 0; } 100% { -moz-transform: translateY(0px); opacity: 1; } } @-o-keyframes moveUp { 0% { -o-transform: translateY(40px); opacity: 0; } 100% { -o-transform: translateY(0px); opacity: 1; } } @-ms-keyframes moveUp { 0% { -ms-transform: translateY(40px); opacity: 0; } 100% { -ms-transform: translateY(0px); opacity: 1; } } @keyframes moveUp { 0% { transform: translateY(40px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } .moveRight.visible { -webkit-animation: moveRight 0.6s ease-in-out 0.2s backwards; -moz-animation: moveRight 0.6s ease-in-out 0.2s backwards; -o-animation: moveRight 0.6s ease-in-out 0.2s backwards; -ms-animation: moveRight 0.6s ease-in-out 0.2s backwards; animation: moveRight 0.6s ease-in-out 0.2s backwards; opacity: 1; } @-webkit-keyframes moveRight { 0% { -webkit-transform: translateX(40px); opacity: 0; } 100% { -webkit-transform: translateX(0px); opacity: 1; } } @-moz-keyframes moveRight { 0% { -moz-transform: translateX(40px); opacity: 0; } 100% { -moz-transform: translateX(0px); opacity: 1; } } @-o-keyframes moveRight { 0% { -o-transform: translateX(40px); opacity: 0; } 100% { -o-transform: translateX(0px); opacity: 1; } } @-ms-keyframes moveRight { 0% { -ms-transform: translateX(40px); opacity: 0; } 100% { -ms-transform: translateX(0px); opacity: 1; } } @keyframes moveRight { 0% { transform: translateX(40px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } .moveLeft.visible { -webkit-animation: moveLeft 0.6s ease-in-out 0.2s backwards; -moz-animation: moveLeft 0.6s ease-in-out 0.2s backwards; -o-animation: moveLeft 0.6s ease-in-out 0.2s backwards; -ms-animation: moveLeft 0.6s ease-in-out 0.2s backwards; animation: moveLeft 0.6s ease-in-out 0.2s backwards; opacity: 1; } @-webkit-keyframes moveLeft { 0% { -webkit-transform: translateX(-40px); opacity: 0; } 100% { -webkit-transform: translateX(0px); opacity: 1; } } @-moz-keyframes moveLeft { 0% { -moz-transform: translateX(-40px); opacity: 0; } 100% { -moz-transform: translateX(0px); opacity: 1; } } @-o-keyframes moveLeft { 0% { -o-transform: translateX(-40px); opacity: 0; } 100% { -o-transform: translateX(0px); opacity: 1; } } @-ms-keyframes moveLeft { 0% { -ms-transform: translateX(-40px); opacity: 0; } 100% { -ms-transform: translateX(0px); opacity: 1; } } @keyframes moveLeft { 0% { transform: translateX(-40px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } @-webkit-keyframes roll { 0% { -webkit-transform: translateX(500px) rotate(360deg); } 100% { -webkit-transform: translateX(0px) rotate(0deg); } } @-moz-keyframes roll { 0% { -moz-transform: translateX(500px) rotate(360deg); opacity: 0; } 100% { -moz-transform: translateX(0px) rotate(0deg); opacity: 1; } } @-o-keyframes roll { 0% { -o-transform: translateX(500px) rotate(360deg); opacity: 0; } 100% { -o-transform: translateX(0px) rotate(0deg); opacity: 1; } } @-ms-keyframes roll { 0% { -ms-transform: translateX(500px) rotate(360deg); opacity: 0; } 100% { -ms-transform: translateX(0px) rotate(0deg); opacity: 1; } } @keyframes roll { 0% { transform: translateX(500px) rotate(360deg); opacity: 0; } 100% { transform: translateX(0px) rotate(0deg); opacity: 1; } } .roll { -webkit-animation: roll 1s ease-out both, opacity 1s ease-out both; -moz-animation: roll 1s ease-out both, opacity 1s ease-out both; -o-animation: roll 1s ease-out both, opacity 1s ease-out both; -ms-animation: roll 1s ease-out both, opacity 1s ease-out both; animation: roll 1s ease-out both, opacity 1s ease-out both; } #pgall select { //background-image: url(/source/arr_down.png); background-repeat: no-repeat; background-position: 97.5% 50%; background-size:8px; } .lista-v { list-style: none; padding: 0; li { padding: 3px 0px 3px 25px; position: relative; &:before { content: ''; width: 10px; height: 12px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid $primary-color-hover; position: absolute; top: 9px; left: 6px; background-color: transparent; } } } .lista-icone { list-style: none; padding: 0; li { position: relative; padding: 30px 0px 30px 65px; list-style-position: inside; font-size: 17px; font-weight: 700; color: $primary-color; border-bottom: 1px solid $grey; display: flex; align-items: center; &:last-child { border-bottom: none; } .ico { color: $primary-color-hover; font-size: 45px; position: absolute; top: 20px; left: 0; &.icon-plus-posizione { top: 35px; } } } } blockquote { padding: 20px; background-color:#eaeaea; border-left: 4px solid #bababa; margin-bottom: 18px; } .pulsante { &:link, &:active, &:visited, &:focus { text-align: center; display: block; line-height: 55px; color: $white; font-size: 15px; background: $primary-color; width: 100%; //max-content; max-width: 250px; margin: 0 auto; padding: 0 25px; position: relative; overflow:hidden; font-weight: bold; } &:hover { color:$white; background:$primary-color-hover; } img, span:not(.label) { margin-right: 7px; margin-left: 7px; font-size: 15px; margin-top: -3px; } &.big { max-width: 100%; } &.no-margin { margin: 0; } &.right { margin-right: 0; } &.left { margin-left: 0; } &.pulsante-nero{ background: $body-color; color: $white; &:hover{ color: $body-color; background: $white; } } &.pulsante-bordo-bordeaux{ color:$bordeaux; background:transparent; border:1px solid $bordeaux; &:hover{ background:$bordeaux; color:$white; } } &.pulsante-white{ background:transparent; color:$white; border:1px solid $white; &:hover{ color:$primary-color; background:transparent; } } &.pulsante-link{ background:transparent; color:$body-color; text-decoration: underline; border: 0; border-radius: 0; max-width: none; width: auto; display: inline-block; padding: 0; line-height: inherit; &:hover{ color: $primary-color; } } } .no-pad { padding: 0px; } .no-fill-height{ align-items: flex-start; align-content: flex-start; } .no-margin{margin:0;} #pgall #email_min { height: 45px; color:$white; font-size: 16px; font-weight: bold; -webkit-appearance: none; outline: none; background-color: transparent; border: 0; &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color:$white; } &::-moz-placeholder { /* Firefox 19+ */ color:$white; } &:-ms-input-placeholder { /* IE 10+ */ color:$white; } &:-moz-placeholder { /* Firefox 18- */ color:$white; } } #pgall #button_email_min { border: none; height: 45px; -webkit-appearance: none; background: none; background-color:$white; width: 100%; color:$body-color; font-size:14px; margin:0 auto; position:relative; text-transform: uppercase; font-weight: 700; &:hover { color: $body-color!important; background: $white!important; } } .thankyou_message{ color: $primary-color-hover; padding: 20px; } //newsletter #wrapper_email_min { width: 100%; margin:0 auto; @include media-breakpoint-down(md) { margin:0 auto; } .field_email_min { width: 75%; padding-bottom: 10px; border-bottom: 1px solid $white; @include media-breakpoint-down(md) { width:100%; } } .field_button_min { width: 25%; margin: 0; padding-bottom: 10px; height:auto; border-bottom: 1px solid $white; @include media-breakpoint-down(md) { float: right !important; width: 50%; border-bottom: 0; } } .link_email { font-size: 12px; color: $white !important; } .newsletter_min_cont_privacy { margin-top: 10px; color: $white !important; a { color: $white !important; } } } /* menu mobile */ .op_block { cursor: pointer; margin-top: 13px; } .click { width: 30px; height: 23px; @include media-breakpoint-down(md) { width: 30px; } position: relative; margin: 0px auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; span { display: block; position: absolute; height: 2px; width: 100%; background:$body-color; border-radius: 0px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; &:nth-of-type(1) { top: 0px; } &:nth-of-type(2), &:nth-of-type(3) { top:11px; } &:nth-of-type(4) { top: 22px; } } } .click.open span { &:nth-of-type(1) { top: 18px; width: 0%; left: 50%; } &:nth-of-type(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } &:nth-of-type(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } &:nth-of-type(4) { top: 18px; width: 0%; left: 50%; } } .vedi-menu.slide-menu { clip-path: circle(75% at #{$navWidth / 2} 50vh); @include media-breakpoint-down(md) { clip-path: circle(100% at #{$navWidth / 2} 50vh); } } ul.level1 ul.level2.submenu.slide-menu{ opacity: 1; max-height:500px; transition: max-height 0.75s ease-in; visibility:visible; transform:none; } .sf-sub-indicator { display: none; } ul.level1 { @include media-breakpoint-up(lg) { width: auto !important; float: none !important; text-align: center; } li { @include media-breakpoint-up(lg) { position: relative; display: inline-block; &.button_30d68578f08b_container { display: none; } } @include media-breakpoint-down(md) { width: 100%; margin: 0 auto; display: block; float: none !important; } &.submenu-container:hover > a, &.sfHover>a, &.cmsCurrentPageContainerLevel_1>a,a:not([href]):not([tabindex]):hover, a:hover,a.cmsCurrentPage{ color:$white; @include media-breakpoint-down(md) { color:$primary-color; } &:after, &:before { backface-visibility: hidden; border-color: #fff; transition: width 350ms ease-in-out; width: 70%; } &:before { bottom: auto; top: 0; width: 70%; } } &.submenu-container{ &:hover{ ul.level2{ pointer-events: auto; } } a { position: relative; .cms-icon-angle-arrow-down { font-size: 5px; display: inline-block; vertical-align: middle; margin-left: 3px; margin-top: -2px; font-family: 'cms_default_icons' !important; @include media-breakpoint-up(lg) { position: absolute; right: 0; margin: auto; text-align: center; font-size: 10px; top: auto; left: 0; bottom: 8px; } } @include media-breakpoint-down(md) { background-position: 95% 50%; background-repeat: no-repeat; } } } &:last-child { position: relative; ul.level2 { right: 0; } a { border-right: none!important; } } a { position: relative; z-index: 5; font-size: 17px; color: $white; padding: 0; margin: 0 15px; line-height: 1; font-weight: 700; text-transform: uppercase; &:not([href]):not([tabindex]) { color: $white; text-decoration: none; @include media-breakpoint-down(md) { color: $body-color; } } &:after, &:before { backface-visibility: hidden; border-bottom: 1px solid rgba(#fff, 0); bottom: 0px; content: " "; display: block; margin: 5px auto; position: relative; transition: all 280ms ease-in-out; width: 0; } @include media-breakpoint-down(md) { width: 100%; padding: 7px 0; margin: 0; font-size: 17px; background-position: 95% 50%; line-height: normal; display: inline-block !important; border-right: none; text-align: left; color: $body-color; &:before{ bottom: 10px; } } @include media-breakpoint-down(sm) { font-size: 17px; } } ul.level2.submenu { position: absolute; z-index: 999; margin: 0px; padding: 0; padding: 5px; min-width: 1px; pointer-events: none; background-color: $white; @include media-breakpoint-down(md) { padding: 0; width: 100%; position: relative; max-height: 0; transition: max-height 0.55s ease-out; overflow: hidden; visibility: visible; } li { position: relative; z-index: 9999; line-height:normal; display:block; padding: 0px; text-align: left; margin: 0; float: none; &:last-child{ a{border:none;} } @include media-breakpoint-down(md) { width: 100%; margin: 0px auto; border: none; padding: 0; text-align:left; } &:hover,&.sfHover, a:hover, a:active, a:focus{ outline: 0 !important; } a { width: 100%; padding: 10px 5px; width: 160px; margin: 0px; display: block; line-height: normal; text-align: center; border-bottom: 1px solid $primary-color-hover; font-size: 16px; border-top:none!important; &:before { display: none; } &.cmsCurrentPage, &:hover{ color: $primary-color-hover!important; } @include media-breakpoint-down(md) { padding: 10px 5px; padding-left: 0px; width: 100%; display: block; width: 100%; border: none; margin-right: 0; margin-left: 0; float: none; text-align: left; color:#303030!important; font-size: 15px !important; padding-left: 25px !important; } } &:last-child { border: none; a { border:none; } } } } } } .vedi-menu{ display: block; background: #fff; z-index: 90; width: 100%; max-width: 1920px; top: 0; left: 0; right: 0; bottom: 0; margin: 0 auto; position: fixed; overflow-y: scroll; padding-top: 130px; clip-path: circle(0px at 0 0px); transition: all .8s cubic-bezier(0.86, 0, 0.07, 1); z-index: 200; &::-webkit-scrollbar { @include media-breakpoint-up(lg) { display: none; } } @include media-breakpoint-down(md) { top: 70px; width: 70%; padding: 0 10px; padding-top: 25px; right: auto; z-index: 800; } @include media-breakpoint-down(sm) { width:100%; padding-top:10px; padding-bottom:30px; } .so_languageLinks .tendina-lingue{ color: $body-color; border-color: $body-color; } } ul.list_fotogallery { padding: 0; .list_fotogallery_item { float: left; list-style-type: none; width: 16.6%; img { margin: 5px 0px; } a { font-weight: bold; color: #1F9ED8; &:hover { color: #FF6774 } } } } .logo-top{ a{ display: block; } @include media-breakpoint-down(md) { margin-top:100px; } } .dati-top{ position: relative; .pulsante{ display: inline-block; line-height: 50px; font-size: 17px; &:hover{ color: $body-color; background: $white; } } } .barra-fix-top{ position:fixed; top:0; right:0; left:0; width:100%; z-index:500; .altezza-ctn{ height:49px; } .altezza-white-space{ height:64px; } .blk{ padding-left:250px; @include media-breakpoint-down(lg) { padding-left:140px; } } .bg-white{ border-left:10px solid $bordeaux; border-right:10px solid $primary-color; } .dati-top{ font-size:20px; [class^="icon-"], [class*=" icon-"]{ font-size:25px; color:$primary-color; margin-right:3px; } } .logo-top{ @include media-breakpoint-down(lg) { left:25px; } } } .bo_gallery_photoswipe figure { text-align: center; position: relative; cursor: pointer; width: 20%; @include media-breakpoint-down(md) { width: 33.3333333%; } @include media-breakpoint-down(sm) { width: 50%; } img { max-width: 100%; padding: 5px; } } .so_languageLinks { .link-lingua { display: inline-block; font-size: 12px; letter-spacing: .15em; font-weight: bold; cursor: pointer; padding: 0px 5px; line-height: 35px; margin: 0 5px; text-align: center; height: 35px; width: 35px; border-radius: 50%; text-transform: uppercase; color: $primary-color-hover; background: $white; @include media-breakpoint-down(md) { } &.cmsCurrentPage{ border-bottom: 2px solid $white; background: transparent; color: $white; } } .tendina-lingue { font-size: 14px; font-weight: bold; cursor: pointer; padding: 0px 5px; line-height: 40px; margin: 0 auto; text-align: center; height: 40px; width: 40px; border-radius: 50%; border-bottom: 2px solid $white; background: transparent; color: $white; text-transform: uppercase; @include media-breakpoint-down(md) { margin: 5px 0; } img { margin: 0 2px 0 0; margin-top: -3px; width: 15px; } .cms-icon-angle-arrow-down { font-size: 8px !important; } #select_lingue { line-height: 16px; font-size: 15px; width: 100%; margin: 0 auto; top: 40px; width: 100%; max-width: 100%; right: 0; z-index: 9; position: absolute; left: 0; @include media-breakpoint-down(md) { max-width:100px; right:auto; } .item_lingue { text-align: center; a { padding: 10px 0; background-color: $primary-color-hover; color: #fff; display: block; text-transform:lowercase; &:hover { background-color: $primary-color; color: $body-color; } } } } } } .cont-lingue{ @include media-breakpoint-down(md) { position: absolute; width: 120px; padding: 0; top: 85px; right: 0; text-align: right !important; .link-lingua { margin: 0 10px; } } } .slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; margin-bottom: 0; .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; &:focus { outline: none; } &.dragging { cursor: pointer; cursor: hand; } transform: translate3d(0, 0, 0); .slick-track { position: relative; left: 0; top: 0; display: block; margin: 0 auto; zoom: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); &:before, &:after { content: ""; display: table; } &:after { clear: both; } .slick-slide { float: left; height: 100%; min-height: 1px; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); img { display: block; } &.slick-loading img { display: none; } &.dragging img { pointer-events: none; } } } } .slick-loading .slick-list { /*background: white url("https://admin.abc.sm/cms/js_lib/jquery/effects/slick-slider/img/ajax-loader.gif") center center no-repeat;*/ .slick-loading .slick-track { visibility: hidden; .slick-loading .slick-slide { visibility: hidden; } } } .slick-initialized .slick-slide { display: block; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } /* Dots */ .slick-dots { position: relative; list-style: none; display: block; text-align: center; padding: 0; width: 100%; z-index: 1; margin-top: 15px; margin-bottom: 15px; li { position: relative; display: inline-block; height: 5px !important; margin: 0 5px; padding: 0; cursor: pointer; button { border: 0; background-color: transparent; display: block; height: 15px !important; width: 15px !important; padding: 0; outline: none; line-height: 0; font-size: 0; color: transparent; cursor: pointer; border: 2px solid $primary-color-hover; border-radius: 50%; &:hover, &:focus { outline: none; background-color: $secondary-color; } &:after, &:before { display: none; } } &.slick-active button { outline: none; background-color: $primary-color-hover; border-color: $primary-color-hover; } &:after, &:before { display: none; } } } [dir="rtl"] .slick-next { right: auto; left: -25px; &:before { content: " "; } } [dir="rtl"] .slick-prev { right: -25px; left: auto; &:before { content: " "; } } [dir="rtl"] .slick-slide { float: right; } } .freccia-none { opacity: 0; pointer-events: none; } .hideme, .moveUp, .moveDown, .moveRight, .moveLeft { padding: 5px; @include media-breakpoint-up(lg) { padding: 15px; opacity: 0; } } .slider-img { picture { padding: 15px; } } .freccia-none { opacity: 0; pointer-events: none; } .inline { display: inline-block; } .pad-centrale { padding-top: 50px; padding-bottom: 50px; @include media-breakpoint-down(md) { padding-top: 40px; padding-bottom: 40px; } @include media-breakpoint-down(sm) { padding-top: 30px; padding-bottom: 30px; } &.big-pad { padding-top: 90px; padding-bottom: 90px; @include media-breakpoint-down(lg) { padding-top: 70px; padding-bottom: 70px; } @include media-breakpoint-down(md) { padding-top: 40px; padding-bottom: 40px; } @include media-breakpoint-down(sm) { padding-top: 30px; padding-bottom: 30px; } } &.medium-pad { padding-top: 45px; padding-bottom: 45px; @include media-breakpoint-down(sm) { padding-top: 15px; padding-bottom: 15px; } } &.small-pad { padding-top: 15px; padding-bottom: 15px; @include media-breakpoint-down(sm) { padding-top: 10px; padding-bottom: 10px; } } &.big-bottom-pad { padding-bottom: 90px; @include media-breakpoint-down(lg) { padding-bottom: 70px; } @include media-breakpoint-down(md) { padding-bottom: 40px; } @include media-breakpoint-down(sm) { padding-bottom: 30px; } } &.no-top, &.no-top-pad { padding-top: 0 !important; } &.no-bottom, &.no-bottom-pad { padding-bottom: 0 !important; } &.con-bordo{ border-top: 1px dashed $primary-color; margin-top: 40px; padding-top: 40px; } } .pad-verticale { @include media-breakpoint-up(xl) { padding-left: 40px; padding-right: 40px; } } .so_socialFollow { .socialFollow { .icon { height: auto !important; .cms-icon { line-height: 25px; display: inline-block; vertical-align: middle; } } } } //immagine open .imagelightbox-arrow { background: none !important; border: none !important; height: 65px !important; width: 95px !important; line-height: 20px; bottom: 0; margin: auto; transition: all 280ms ease-in-out !important; &:hover, &:focus { background-color: transparent; border: none; outline: none; &:before { color: $primary-color !important; } } &:before { content: "\e908" !important; color: $primary-color-hover; border: none !important; font-size: 17px; display: block !important; margin-right: 0 !important; margin: 0 auto; height: 35px !important; width: 95px !important; font-family: 'icomoon'; margin-top: 13px; } &.imagelightbox-arrow-right { @include media-breakpoint-down(sm) { right: 40px; top: 75%; } } &.imagelightbox-arrow-left { transform: rotate (-180deg); @include media-breakpoint-down(sm) { left: 40px; top: 75%; } } } #imagelightbox-close{ border: 0 !important; color: $white !important; background-color: $primary-color-hover !important; transition: all 280ms ease-in-out !important; &:hover{ background-color: $primary-color !important; &:before, &:after{ background-color: $white !important; } } } #imagelightbox-caption { display: none; } .so_newsletterForm { .wrp_guide_button { margin-top: 25px; display: block; text-align: right; } } .pad-bg{ padding: 6px; background:$white; width: 100%; max-width: 477px; margin: 0 auto auto 0; &.pad-bg-2{ top: 0; bottom: auto; right: -50px; margin: 0 auto; max-width: 562px; position: absolute; transform: translateY(-46%); @include media-breakpoint-down(md) { margin: 0 auto; } } .pad-txt-bg{ padding: 25px 0; } } .link-social{ background-color: transparent; color:$body-color; display: block; width: 45px; height: 45px; line-height: 40px; font-size: 20px; margin: 0 12px; text-align: center; border-radius: 50%; border-bottom: 1px solid $primary-color-hover; &:hover{ background-color: $primary-color-hover; color:$white; } } .img-con-bordo{ position: relative; &:before{ content: ''; display: block; border: 1px solid rgba(255,255,255,.45); position: absolute; left: 10px; right: 10px; top: 10px; bottom: 10px; transition: all 400ms ease; } &:hover, &:focus, &:active { &:before { border: 1px solid rgba(255,255,255,.8); } } @include media-breakpoint-up(md) { position: relative; &:before{ left: 40px; right: 40px; top: 40px; bottom: 40px; } &:hover, &:focus, &:active{ &:before{ left: 30px; right: 30px; top: 30px; bottom: 30px; } } } } .text-absolute{ position: absolute; z-index: 3; bottom: 30px; left: 50%; transform: translateX(-50%); background: rgba(255,255,255,0.75); padding: 20px; text-transform: uppercase; font-size: 32px; line-height: 34px; border-radius: 30px 30px 0 0; @include media-breakpoint-down(md) { font-size: 16px; line-height: 17px; padding: 12px; border-radius: 20px 20px 0 0; } } .img-framed{ position: relative; &:before{ content:''; position: absolute; display: block; border: 10px solid rgba(255,255,255,.8); left: 20px; right: 20px; top: 20px; bottom: 20px; z-index: 2; @include media-breakpoint-down(md) { border-width: 10px; } } } .bg-newsletter{ background: $secondary-color; background: linear-gradient(to bottom, $grey 0%,$grey 50%,$secondary-color 50%,$secondary-color 100%); } .cont-newsletter{ border-radius: 200px; padding-right: 6%; padding-left: 6%; } .footer { font-size: 15px; a { color: #000; } } .offerte-elenco,.offerte-scorrevoli { .blk-offerte { //margin: 30px 30px; //padding: 0; padding: 25px; margin: 0 20px; background-color: $grey; @include media-breakpoint-down(lg) { padding: 10px; margin: 0 15px; } } .cont-offerta { font-size: 17px; .intestazione { min-height: 220px; h3 { &.titolo { margin-left: 20px; //margin: 0 auto; padding-bottom: 20px; font-size: 20px; line-height: 25px; font-weight: 700; @include media-breakpoint-down(lg) { padding-top: 20px } a { color:$body-color; &:hover { color:$primary-color; } } } } .sottotitolo{ margin-left: 20px; padding-bottom: 15px; } @include media-breakpoint-down(lg) { padding: 0 10px 30px 10px; min-height: 1px; h3 { &.titolo { font-size: 18px; line-height: 22px; } } } } .condizioni { padding: 25px; font-size: 15px; position: absolute; bottom: 0; width: 100%; @include media-breakpoint-down(lg) { position: relative; padding: 15px; } .pulsante{ display: inline-block; line-height: 40px; font-size: 15px; max-width: none; } } } .img-off { position:relative; img { transform: none; } } .slick-dots{ position: absolute; top: -100px; text-align:right; } } .offerte-elenco { .blk-offerte { margin: 30px auto; width: 100%; padding: 0; .cont-offerta { max-width: 100%; padding: 25px 0; border: none; .intestazione { min-height: 1px; } @include media-breakpoint-down(sm) { padding:0; } .condizioni{ position: relative; .price-space{ padding:25px 20px; text-align:left; } } .pulsante{ max-width: 250px; } } .ico-offerta{ display: block; font-size: 31px; margin-bottom: 15px; } } } .dett_offerte { margin-bottom: 25px; h1 { padding: 0 10px; padding-left: 0; margin-bottom: 15px; font-size: 60px; line-height: 56px; &:after { display: none; } @include media-breakpoint-down(md) { font-size: 46px; line-height: 42px; } @include media-breakpoint-down(sm) { font-size: 41px; line-height: 37px; } img { margin-right: 15px; margin-top: -2px; @include media-breakpoint-down(sm) { margin-right: 6px; } } } .sottotitolo-dettaglio { line-height: 24px; font-size: 22px; padding: 10px 0; padding-bottom: 25px; @include media-breakpoint-down(sm) { line-height: 21px; font-size: 20px; } } .prezzo { font-size: 22px; font-weight :700; } .etichetta-prezzo { font-size: 15px; } .pulsante { margin-top: 25px; } .pad-dettaglio { padding-left: 30px; @include media-breakpoint-down(md) { padding: 20px 10px; } } .testo-off { @include media-breakpoint-down(sm) { padding-top:20px; } } } #ContContatti { color: $color-form; input[type="radio"], input[type="checkbox"] { display: inline-block; margin-right: 4px; margin-top: 2px; } .form-group { margin: 3px 0 18px; } .modulo_alt { width: 100%; height: 40px; background-repeat: no-repeat; box-shadow: none; padding: 0; font-size: 16px; background-color: $background-input; margin: 5px 0; color: $color-form; border: none; border-radius: 2px; text-indent: 10px; border:1px solid #c7c7c7; option { color: $color-form; } } .modulo_alt[readonly], .modulo_file { background-image: url('/ATScripts/form/img/attach.png'); background-repeat: no-repeat; background-position: 5px center; cursor: pointer; text-indent: 5px; background-color: $background-input; width:100%; } .bottone_alt { @include media-breakpoint-down(md) { float: none; margin: 10px auto; } } .privacy-form { text-align: right; } .privacy-form label { margin: 0; display: inline; } label { display: block; margin: 5px 0; font-size: 16px; color: $color-form; } .sep { padding-bottom: 10px; } textarea { min-height: 100px; } .separatore { margin-bottom: 10px; } select.modulo_alt { //background-image: url(/source/arr_down.svg); background-repeat: no-repeat; background-position: 97.5% 50%; background-size:8px; } .privacy-form { @include media-breakpoint-down(sm) { margin-top: 10px; } label { padding: 0; } a { color: $color-form; } } } #ContContatti input[type="button"].bottone_alt, #pgall .wrapper_form_cont input [type="submit"] { //cursor: pointer; color: $white; background-color: $primary-color; border: 0; padding: 0 25px; height: 55px; line-height: 50px; float: right; margin: 0; margin-top: 30px; font-size: 15px; font-weight: bold; transition: all 400ms ease; width: 100%; max-width: 250px; @include media-breakpoint-down(sm) { float: none; margin: 15px 0 15px auto; margin-bottom: 0; } &:hover { background-color: $primary-color-hover; } } .no-offer { display: none; }