// variabili sito $primary-color: #3592CF; $primary-color-hover: #545E7A; $background-input: #fff; $color-form: #444444; // ****************************************************** // variabili bootstrap $primary: $primary-color; $font-family-sans-serif: 'Mulish', sans-serif; $corsivo: 'Great Vibes', cursive; $font-size-base: 18px; $grid-gutter-width: 10px; $body-bg:#fff; $body-color:#444444; $link-color: $body-color; $border-radius: 0; $border-radius-lg: 0; $border-radius-sm: 0; $colore-tre:#DE6E00; $white:#fff; $grid-breakpoints: ( xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px ); // 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/code"; @import "bootstrap4.3.1/scss/grid"; @import "bootstrap4.3.1/scss/tables"; //@import "bootstrap4.3.1/scss/forms"; //@import "bootstrap4.3.1/scss/buttons"; //@import "bootstrap4.3.1/scss/transitions"; //@import "bootstrap4.3.1/scss/dropdown"; //@import "bootstrap4.3.1/scss/button-group"; //@import "bootstrap4.3.1/scss/input-group"; //@import "bootstrap4.3.1/scss/custom-forms"; //@import "bootstrap4.3.1/scss/nav"; //@import "bootstrap4.3.1/scss/navbar"; //@import "bootstrap4.3.1/scss/card"; //@import "bootstrap4.3.1/scss/breadcrumb"; //@import "bootstrap4.3.1/scss/pagination"; //@import "bootstrap4.3.1/scss/badge"; //@import "bootstrap4.3.1/scss/jumbotron"; //@import "bootstrap4.3.1/scss/alert"; //@import "bootstrap4.3.1/scss/progress"; @import "bootstrap4.3.1/scss/media"; @import "bootstrap4.3.1/scss/list-group"; @import "bootstrap4.3.1/scss/close"; //@import "bootstrap4.3.1/scss/toasts"; //@import "bootstrap4.3.1/scss/modal"; //@import "bootstrap4.3.1/scss/tooltip"; //@import "bootstrap4.3.1/scss/popover"; //@import "bootstrap4.3.1/scss/carousel"; //@import "bootstrap4.3.1/scss/spinners"; @import "bootstrap4.3.1/scss/utilities"; //@import "bootstrap4.3.1/scss/print"; body { margin: 0; padding: 0; overflow-x:hidden; @include media-breakpoint-down(lg) { font-size:17px; } } a, a:hover, a:focus { text-decoration: none; } .colore-uno { color: $primary-color; } .colore-due { color: $primary-color-hover; } .colore-tre { color: $colore-tre; } .white{ color:$white; } .bg-uno { background-color: $primary-color; } .bg-due { background-color: $primary-color-hover; } .bg-tre { background-color: $colore-tre; } .bg-chiaro { background-color: #F0F7FC; @include media-breakpoint-down(md) { padding:20px!important; } } .corsivo{ font-family: $corsivo; } .reg{ font-weight:400; } .semi{ font-weight:600; } .bold{ font-weight:700; } .italic{ font-style:italic; } .upper-txt{ text-transform: uppercase; } .space-letter-2{ letter-spacing:2px; } .space-letter{ letter-spacing:3px; } .text-underline{ text-decoration: underline; } .ombra-txt{ text-shadow:1px 1px 1px #333; } hr{ margin-bottom: 30px; } @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-"], a .cms-icon-angle-arrow-down:before, .slick-prev:before, .slick-next:before, .slider-titolo:after, .lista-logo li:before, .link-thumb h2:after { /* use !important to prevent issues with browser extensions that change fonts */ 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-wifi:before { content: "\e900"; } .icon-angolo:before { content: "\e901"; } .icon-bussola:before { content: "\e902"; } .icon-calendario:before { content: "\e903"; } .icon-close:before { content: "\e904"; } .icon-download-arrow:before { content: "\e905"; } .icon-email-2:before { content: "\e906"; } .icon-facebook:before { content: "\e907"; } .icon-freccia-dx:before { content: "\e908"; } .icon-freccia-SX:before { content: "\e909"; } .icon-geometrie:before { content: "\e90a"; } .icon-heart:before { content: "\e90b"; } .icon-home:before { content: "\e90c"; } .icon-info:before { content: "\e90d"; } .icon-instagram:before { content: "\e90e"; } .icon-iphone:before { content: "\e90f"; } .icon-Layer_34:before { content: "\e910"; } .icon-mappa-line:before { content: "\e911"; } .icon-maps-and-flags-1:before { content: "\e912"; } .icon-offerte:before { content: "\e913"; } .icon-paw:before { content: "\e914"; } .icon-phone-call-1:before { content: "\e915"; } .icon-phone-line:before { content: "\e916"; } .icon-plus-1:before { content: "\e917"; } .icon-preventivo:before { content: "\e918"; } .icon-regalo:before { content: "\e919"; } .icon-right-arrow:before { content: "\e91a"; } .icon-search:before { content: "\e91b"; } .icon-share:before { content: "\e91c"; } .icon-tripadvisor:before { content: "\e91d"; } .icon-user:before { content: "\e91e"; } .icon-vacanze-sicure:before { content: "\e91f"; } .icon-whatsapp-1:before { content: "\e920"; } .icon-youtube:before { content: "\e921"; } input[type=email], input[type=image], input[type=number], input[type=password], input[type=text], select, textarea { width: 100%; margin: 0; -webkit-appearance: none; -moz-appearance: none; border: none; -webkit-border-radius: 0; border-radius: 0; display: block; text-indent: 5px; } #pgall input[type=button], #pgall input[type=submit] { width: 100%; text-align: center; cursor: pointer; display: block; -webkit-appearance: none; -moz-appearance: none; border: none; -webkit-border-radius: 0; border-radius: 0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } a, a:active, a:focus, a:link, a:visited, input[type="submit"] { -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; outline: none; text-decoration: none; } .freccia-none, .pulsante, .slick-next, .slick-prev, .tendina-lingue, .transition_400{ -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .transition_600 { -webkit-transition: all 600ms ease; -moz-transition: all 600ms ease; -ms-transition: all 600ms ease; -o-transition: all 600ms ease; transition: all 600ms ease; } .slick-slide { outline: none; } label { font-weight: normal; margin: 0; } input[type="checkbox"], input[type="radio"] { margin: 0; } /* ******* PLACEHOLDER ******* */ @mixin input-placeholder($color) { &::-webkit-input-placeholder{ color: $color; } &:-ms-input-placeholder{ color: $color; } &::placeholder { color: $color; } } /* ***************************** */ .table-box { display: table; table-layout: fixed; width: 100%; @include media-breakpoint-down(md) { display:block; } } .table-cell { display: table-cell; vertical-align: middle; float: none; @include media-breakpoint-down(md) { display:block; } } .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; } .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 15px; @include media-breakpoint-up(xl) { padding: 0 30px; } &.pad-col{ @include media-breakpoint-up(xl) { padding:0 8.3%; } } } .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%; margin:0 auto; &.max-fluid{ max-width: 100%; } &:before { display: block; } } h1,h2 { font-size: 75px; line-height: 80px; @include media-breakpoint-down(lg) { font-size: 50px; line-height: 55px; } @include media-breakpoint-down(sm) { font-size: 40px; line-height: 45px; } &.pos-title{ bottom:80px; right:0; left:0; text-align:center; position:absolute; z-index:1; @include media-breakpoint-down(sm) { bottom:30px; } } } h3 { font-size: 55px; line-height: 60px; @include media-breakpoint-down(md) { font-size: 45px; line-height: 50px; } @include media-breakpoint-down(sm) { font-size: 35px; line-height: 40px; } } h4 { font-size: 18px; line-height: 20px; } .divisore { padding-bottom: 40px; @include media-breakpoint-down(sm) { padding-bottom: 25px; } } .divisore-big{ padding-bottom: 60px; @include media-breakpoint-down(sm) { padding-bottom: 25px; } } .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; } @include media-breakpoint-down(sm) { } } .testo-dx { padding-left: 25px; @include media-breakpoint-down(md) { padding:20px 10px; } @include media-breakpoint-down(sm) { } } .text-mobi{ @include media-breakpoint-down(md) { padding:20px!important } } .pad-bottom-titolo{ padding-bottom:25px; } .pad-bottom-sottotitolo{ padding-bottom:15px; } .pad-up-down{ padding:40px 0; } picture{ display: block; } /* colonna negativa */ .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; } } /*********************/ /* filtro grigio */ .greyscale { -webkit-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: gray; filter: grayscale(100%); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; &:hover { -webkit-filter: grayscale(0%); -ms-filter: grayscale(0%); filter: grayscale(0%); background-color: #F8F5EF; } } /**********************/ /* close modal */ .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 } /*************************/ /* ico mobile */ .link-mobi { color:$primary-color-hover !important; font-size: 12px; padding-top: 4px; line-height: normal; padding-bottom: 1px; height: 100%; display: block; span[class^="icon-"] { margin: 5px auto; display: block; font-size: 18px; color:$white; width:35px; height:35px; background:$colore-tre; border-radius:50%; padding-top:8px; } span{ &.icon-email-2{ font-size:14px!important; padding-top:10px; } } img { margin: 0 auto; margin-bottom: 11px; display: block; } a { color: $primary-color-hover !important; } } .blk-mobi{ width:20%; float:left; } /**********************/ /* testo invio newsletter */ .result_inscr_newsl_min { color: #fff; } /***************************/ // FORM CONTATTI #ContContatti { margin-top: 10px; color: $color-form; input[type="radio"], input[type="checkbox"] { display: inline-block; margin-right: 4px; margin-top: 2px; } .form-group { margin: 3px 0; } .modulo_alt { 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:#AAA 1px solid; option { color: $color-form; } &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: $color-form; } &::-moz-placeholder { /* Firefox 19+ */ color: $color-form; } &:-ms-input-placeholder { /* IE 10+ */ color: $color-form; } &:-moz-placeholder { /* Firefox 18- */ 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 { @extend(.btn all); .button-variant(#fff; #000; #000); @extend(.btn-block all); @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.png); 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; } } } #testo_privacy, .txtred_alt { font-size: 12px !Important; color: $color-form; font-weight: normal; } #ContContatti input.datepicker, #ContContatti input[name="arrivo"], #ContContatti input[name="partenza"], #data_arrivo_lastminute, #data_partenza_lastminute { background-color: $background-input; background-image: url("/source/calendario.png") !important; background-repeat: no-repeat; background-position: 98% 50% !important; cursor: pointer; color: $color-form; background-size:20px; } #ContContatti input[type="button"].bottone_alt, #pgall .wrapper_form_cont input[type="submit"] { cursor: pointer; color: #fff; background-color: $primary-color; padding: 0 10px; height: 50px; width: 100%; line-height: 45px; -webkit-appearance: none; float: right; margin: 0; margin-top: 15px; outline: none; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; max-width:160px; border-radius: 2px; @include media-breakpoint-down(sm) { float: none; margin: 15px 0 0 auto; margin-bottom: 0; } &:hover { background-color: $white; color: $body-color; } } #pgall .wrapper_form_cont .privacy_check div { display: inline-block; } /* FORM my reply */ .form-myreply { color: $color-form; padding: 0 10px; } .form-myreply .myReplyForm .form-control, #myreply_form_offerta .form-control { font-size: 15px; height: 40px; text-indent: 4px; width: 100%; background-color: $white; color: $body-color; -webkit-appearance: none; max-width: 100%; } .form-myreply { .modal-dialog { color: $body-color; } } .form-myreply #myreply_form .container-fluid { padding: 0 !important; } .form-myreply .myReplyForm .text-success, #myreply_form_offerta .text-success { color: $color-form; } .form-myreply .myReplyForm label, #myreply_form_offerta label { font-size: 15px; color: $color-form; padding: 4px 0; margin-top: 1px; } .form-myreply .myReplyForm .element_container, .form-myreply .alpaca-control label, #myreply_form_offerta .alpaca-control label, #myreply_form_offerta .element_container { font-size: 13px; } .form-myreply .myReplyForm .radio label, .form-myreply .myReplyForm .checkbox label { font-size: 12px; } .form-myreply .myReplyForm a, #myreply_form_offerta a { color: $color-form; text-decoration: underline; } #myreply_form_offerta .myReplyForm .wrapper_annotations { width: 100%; } .form-myreply .myReplyForm .annotations_wrapper textarea, #myreply_form_offerta .annotations_wrapper textarea { height: 100px !Important; } .form-myreply .myReplyForm .period_wrapper input, #myreply_form_offerta .myReplyForm .period_wrapper input { background-image: url(/source/calendario.png) !important; background-size:20px; } .form-myreply .myReplyForm .btn-success, #myreply_form_offerta .btn-success { border: none; border-radius: 0; background-color:$colore-tre; font-weight: 700; cursor: pointer; color: #fff; width: auto; padding: 0px 10px; height: 50px; line-height: 50px; width: 100%; max-width: 265px; font-size: 20px; margin-top: 10px; text-align: center; position:relative; text-transform:uppercase; -webkit-appearance: none; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; &.send_new_request { max-width: 240px; font-size: 13px; } } .form-myreply .myReplyForm .btn-success:hover, .form-myreply .myReplyForm .btn-success:focus, #myreply_form_offerta .btn-success:hover, #myreply_form_offerta .btn-success:focus { background-color: $primary-color-hover; } #myreply_form_offerta { padding: 25px 10px; margin-top: 25px; clear: both; } .bt_send_new_request{ padding:15px!important; text-align:center!important; font-size:13px!important; line-height: 1!important; &:after{ display:none!important; } } //less preso dal vecchio file css .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; } /* BUTTON */ .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: 5px; height: 5px; border-radius: 50%; position: absolute; top: 13px; left: 0; background-color: $primary-color; } } } p { margin-bottom: 1.1rem; } blockquote { padding: 1.6rem; background-color:#eaeaea; border-left: 4px solid #bababa; margin-bottom: 1.1rem; } .pulsante { &:link, &:active, &:visited, &:focus { text-align: center; display: block; line-height: 50px; color: $white; font-size: 16px; font-weight:700; background-color: $primary-color-hover; width: 100%; max-width: 220px; text-transform: uppercase; margin: 0 auto; padding: 0 5px; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); } &:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: $primary-color; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } &:hover { color: $white; &:before { -webkit-transform: scaleY(1); transform: scaleY(1); } } img, span { margin: 0 6px; } &.pulsante-arancione{ color: $white; background-color: $colore-tre; &:before{ background-color: $primary-color-hover; } &:hover{ color:#fff; } } } .no-pad { padding: 0px; } .no-fill-height{ align-items: flex-start; align-content: flex-start; } .no-margin{margin:0;} /* newsletter */ #pgall #email_min { height: 55px; text-indent: 10px !important; color:$body-color; font-size: 16px; -webkit-appearance: none; outline: none; background-color: $white; border:1px solid $primary-color-hover; &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color:$body-color; } &::-moz-placeholder { /* Firefox 19+ */ color:$body-color; } &:-ms-input-placeholder { /* IE 10+ */ color:$body-color; } &:-moz-placeholder { /* Firefox 18- */ color:$body-color; } } #pgall #button_email_min { border: none; height: 55px; -webkit-appearance: none; background: none; background-color: $primary-color-hover; width: 100%; color:$white; font-size:16px; margin:0 auto; position:relative; font-weight:700; text-transform:uppercase; @include media-breakpoint-down(md) { max-width:215px; margin:10px auto; } &:hover { background-color: $primary-color; color: $white !important; } } #wrapper_email_min { max-width: 970px; width: 100%; margin:0 auto; .field_email_min { width: 75%; @include media-breakpoint-down(md) { width:100%; } } .field_button_min { position:relative; width:25%; @include media-breakpoint-down(md) { width:100%; } } .link_email { font-size: 12px; color: $body-color !important; } .newsletter_min_cont_privacy { margin-top: 10px; color: $body-color !important; a { color: $body-color!important; } } } #testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited { color: $color-form !important; } /* menu */ /* animazione icon menu */ .op_block { cursor: pointer; } .menu-ico{ position:relative; @include media-breakpoint-up(lg) { position: relative; width: 100%; max-width: 69px; margin: 0 auto 0 0; padding: 15px 10px 10px 10px; border:1px solid $primary-color-hover; text-align:center; } .txt-menu{ @include media-breakpoint-up(lg) { font-size:12px; color:$white; font-weight:600; text-transform:uppercase; } } } .click { width: 35px; height: 14px; 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:$white; 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; @include media-breakpoint-down(md) { background:$primary-color-hover; } &:nth-of-type(1) { top: 0px; } &:nth-of-type(2), &:nth-of-type(3) { top:7px; } &:nth-of-type(4) { top: 14px; } } } .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%; } } /* *************************************************** */ /************ MENU SITO *****************/ .vedi-menu.slide-menu, ul.level1 ul.level2.submenu.slide-menu { opacity:1 !important; visibility:visible !important; -webkit-transition: opacity 0.3s cubic-bezier(0.975,0.015,0.46,0.99),-webkit-transform 0.3s cubic-bezier(0.975,0.015,0.46,0.99); transition: opacity 0.3s cubic-bezier(0.975,0.015,0.46,0.99),transform 0.3s cubic-bezier(0.975,0.015,0.46,0.99); -webkit-transform: scale(1) translate3d(0,0,0); -ms-transform: scale(1) translate3d(0,0,0); transform: scale(1) translate3d(0,0,0); } .sf-sub-indicator { display: none; } ul.level1 ul.level2.submenu.slide-menu{ /* modifica menu mobile performance */ 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-down(md) { width:100%; padding:0 !important; } @include media-breakpoint-up(lg) { margin:0 !important; width: 100%; line-height:normal; padding:0 25px !important; padding-top:20px !important; max-width:460px; } @include media-breakpoint-up(xl) { padding:0 55px !important; padding-top:20px !important; } li { @include media-breakpoint-up(lg) { float:none !important; display:block !important; position:relative; &.button_0e2819229d95_container{ display:none; } } @include media-breakpoint-down(md) { width:100%; } &.submenu-container:hover > a, &.sfHover>a, &.cmsCurrentPageContainerLevel_1>a,a:not([href]):not([tabindex]):hover, a:hover,a.cmsCurrentPage{ color:$colore-tre!important; cursor: pointer; background:$white; @include media-breakpoint-down(md) { color:$colore-tre!important; } } &.submenu-container{ &:hover{ ul.level2{ pointer-events:auto; } } .cms-icon { transition: transform 0.55s ease; transform: rotate(0deg); } &.aperto { .cms-icon { transform: rotate(180deg); } } a{ .cms-icon-angle-arrow-down{ display: inline-block; position: relative; top: auto; bottom: auto; &:before{ content: "\e906"; display:block; font-size:8px; margin-left:10px; } } } } a { position: relative; z-index: 5; font-size: 20px; color: $body-color; padding: 10px; background-repeat:no-repeat; background-position:50% 85%; display:block; display:inline-block!important; &:not([href]):not([tabindex]) { color: $body-color; text-decoration: none; } @include media-breakpoint-down(lg) { padding: 10px; font-size: 20px; } @include media-breakpoint-down(md) { width: auto; background-position:95% 50%; text-align: left !important; margin-left:15px; font-size:23px; } @include media-breakpoint-down(sm) { padding: 4px 15px; font-size:20px; margin-left:15px; } .ico, .cms-icon-angle-arrow-down { position:absolute; right:0; top:0; bottom:0; margin:auto; height:12px; &:before { content:''; font-size:12px; } } &.sf-with-ul{ @include media-breakpoint-down(md) { background-position: 95% 50%; } } } ul.level2.submenu { padding: 0; width: 100%; position: relative; max-height: 0; transition: max-height 0.55s ease-out; overflow: hidden; visibility: visible; padding-left: 25px; left: auto; li { position: relative; z-index: 9999; line-height:normal; display:block; padding: 0px 5px; text-align: center; margin: 0; float: none; &:last-child { a { border:none; } } @include media-breakpoint-down(md) { width: 100%; margin: 0px; border: none; padding: 0; text-align:left; } &:hover,&.sfHover, a:hover, a:active, a:focus{ outline: 0 !important; } a { font-size:20px; width: 100%; margin: 0px; padding-left:20px; text-align:left; display:block; border:none; text-transform:capitalize; @include media-breakpoint-down(md) { padding: 10px 25px; font-size:16px; color: #fff; width: 100%; display: block; width: 100%; border: none; margin-right: 0; margin-left: 0; float: none; } } &:last-child { border: none; } } } } } //per il menu da tablet a mobile .vedi-menu/*, ul.level1 ul.level2.submenu DISATTIVO EFFETTO MENU MOBILE - performance */{ display: block; background-repeat: no-repeat; background-position: top right; z-index: 90; -webkit-backface-visibility: hidden; width: 100%; max-width: 1920px; background:#fff; top: 0; left: 0; right: 0; bottom: 0; margin: 0 auto; position: fixed; box-sizing: content-box; -webkit-overflow-scrolling: touch; -webkit-transform: scale(1.5) translate3d(0,0,0); -ms-transform: scale(1.5) translate3d(0,0,0); transform: scale(1.5) translate3d(0,0,0); -webkit-transition: opacity 0.3s cubic-bezier(0.975,0.015,0.46,0.99),-webkit-transform 0.3s cubic-bezier(0.975,0.015,0.46,0.99),visibility 0s linear 0.3s; transition: opacity 0.3s cubic-bezier(0.975,0.015,0.46,0.99),transform 0.3s cubic-bezier(0.975,0.015,0.46,0.99),visibility 0s linear 0.3s; overflow-y: auto; opacity: 0; visibility: hidden; @include media-breakpoint-up(lg) { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } &::-webkit-scrollbar { @include media-breakpoint-up(lg) { display: none; } } @include media-breakpoint-down(md) { width: 100%; background:#fff; top:70px; padding-top:15px; } .tendina-lingue{ margin-top: 30px!important; @include media-breakpoint-up(lg) { margin-left:25px!important; } @include media-breakpoint-up(xl) { margin-left: 55px!important; } @include media-breakpoint-down(md) { margin-left: 30px!important; } } .click { span{ background:$primary-color-hover!important; } } .txt-menu{ color:$primary-color-hover!important; } } .menu-fix{ ul.level1 { li { &.sfHover>a, &.cmsCurrentPageContainerLevel_1>a, a:hover,a.cmsCurrentPage, &:hover a{ } a { @include media-breakpoint-down(lg) { } &.sf-with-ul{ } } } } } /* ********* listato gallery ******* */ 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 } } } } /* ******************************** */ .barra-desktop { margin: 0 auto; left: 0; top: 0; right: 0; z-index: 10; position: fixed; width:100%; display:none; background:$primary-color-hover; } .barra-fix-top{ margin: 0 auto; left: 0; top: 0; right: 0; z-index: 10; position: fixed; width:100%; background:#fff; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; .flex-content{ height:140px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .logo-top{ img{ max-height:108px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } } .pulsante{ max-width:100%; } .pulsante-nero{ margin-top:10px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .btn-gift { width: 43px; height: 43px; border-radius: 50%; background: #fff; text-align: center; box-shadow: 0 0 9px #ccc; font-size: 22px; position: absolute; top: 0; bottom: 0; margin: auto; right: -10px; color:#C3C2B6; } &.fix-small{ .flex-content{ height:100px; } .pulsante-nero{ margin-top:0; } .logo-top{ img{ max-height:77px; } } } } .barra-mobile { width: 100%; left: 0px; top:0; right: 0; z-index: 800; position: fixed; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .barra-mobile-footer { width: 100%; left: 0px; bottom:0; right: 0; z-index: 800; position: fixed; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; .btn-gift { width: 43px; height: 43px; border-radius: 50%; background: #fff; text-align: center; box-shadow: 0 0 9px #ccc; font-size: 22px; position: absolute; top: -25px; left: 0; margin: auto; right: 0; color:#C3C2B6; } } /*mesi*/ .li_mesi, .li_contenuti { color: #333 !important; } /* gallery photoswipe */ .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; } } /* ********** stile lingue ***************** */ .so_languageLinks .link-lingua{ font-weight:600; color:#fff; text-transform:uppercase; @include media-breakpoint-down(md) { color:$body-color; } &.cmsCurrentPage{ font-weight:700; text-decoration: underline!important; } } .so_languageLinks{ .tendina-lingue { font-size: 15px; cursor: pointer; margin:0 auto; width: 100%; color: $body-color; line-height:45px; border-left:1px solid #C4CAC3; color:$body-color; text-align:center; @include media-breakpoint-down(md) { text-align: left; color: #fff; font-weight: 700; padding-left: 16px; border-left: none; border-top: 1px solid #fff; margin-top: 20px; } img{ display: block; margin: 13px auto 0pxauto!important; max-width: 16px; } .cms-icon-angle-arrow-down{font-size:8px !important;} #select_lingue { line-height: 16px; font-size: 15px; width: 100%; margin: 0 auto; top: 70px; 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: 5px 0; background-color: $primary-color; color: #fff; display: block; text-transform:lowercase; &:hover { background-color: $primary-color-hover; } } } } } } .elenco-offerte { .blk-offerte { background-color: #F6F6F6; margin-bottom: 20px; @include media-breakpoint-up(md) { display: flex; justify-content: flex-start; align-items: center; padding: 100px 10px; } @include media-breakpoint-down(sm) { text-align: center; } .cont-riga { align-content: stretch; position: relative; &:before { content: ''; width: 1px; height: 72px; background-color: $primary-color; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } } .cont-orologio { align-content: stretch; position: relative; span { width: 81px; height: 81px; background-color: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; &:before { color: $primary-color; font-size: 34px; } } } .img-off { position: relative; text-align: center; a { img { border: 7px solid #fff; } } } .cont { font-size: 13px; padding: 20px 25px; @include media-breakpoint-down(md) { padding: 15px 20px; } h2 { line-height: 0.7; margin-bottom: 1rem; .tit { font-size: 16px; font-weight: bold; color: $primary-color; &:hover { color: $primary-color-hover; } } } .stit { font-weight: bold; margin-bottom: 1rem; } .cont-prezzo { .prezzo { font-size: 20px; line-height: 1.5; font-weight: 300; color: $primary-color; display: block; } } } .cont-btn { .pulsante { max-width: 110px; margin-top: 25px; margin-left: 0; text-transform: uppercase; font-weight: 300; @include media-breakpoint-down(sm) { margin-left: auto; } } } } } .offer-component { .offer-label { background: $primary-color!important; color: #FFF !important; } .offer-label:after { border-top-color: $primary-color-hover!important; } } /* SLICK SLIDER */ .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; } -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); .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; } /* Icons */ /*$font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; } /* Arrows */ .slick-prev, .slick-next { position: absolute; display: block; height: 107px; width: 75px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -20px; padding: 0; border: none; outline: none; background-repeat: no-repeat; background-position: center; @include media-breakpoint-down(sm) { height:55px; } &:hover, &:focus { outline: none; } &:hover:before, &:focus:before, &:hover:before, &:focus:before { opacity: 1; } &.slick-disabled:before, &.slick-disabled:before { opacity: 0.25; } &:before, &:before { font-size: 18px; line-height: 1; color: $primary-color; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } } .slick-prev { left: 0; &:before { content: "\e902"; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } } .slick-next { right: 0; &:before { content: "\e902"; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } } /* Dots */ .slick-dots { position: absolute; left:0; right:0; width: 100%; text-align: center; list-style: none; display: block; text-align: center; padding: 0; z-index: 10; bottom: -15px; li { position: relative; display: inline-block; height: 10px !important; width: 10px !important; margin: 0 10px; padding: 0; cursor: pointer; button { border: 0; background-color: transparent; display: block; height: 10px !important; width: 10px !important; padding: 0; outline: none; line-height: 0; font-size: 0; color: transparent; cursor: pointer; border-radius: 50%; border:1px solid $primary-color-hover; &:hover, &:focus { outline: none; background-color: $primary-color-hover; } &:after, &:before { display: none; } } &.slick-active button { outline: none; background-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; } .offerte-scorrevoli, .offerte-elenco { .blk-offerte { padding:0 10px; } .condizioni { font-size: 16px; font-weight: 600; color: #fff; position: absolute; bottom: 15px; left: 15px; text-shadow: 1px 1px 1px #000; pointer-events:none; .prezzo{ font-size:20px; } } .icon-plus-1 { position: absolute; bottom: 18px; right: 15px; color: #fff; pointer-events:none; } h3 { &.titolo { font-size: 18px; line-height: 20px; margin: 0 auto; font-weight:700; padding-bottom:15px; @include media-breakpoint-down(sm) { min-height: 1px; } a { color:$primary-color-hover; &:hover { color:$primary-color; } } } } .cont-offerta { padding: 20px 5px 35px 5px; color:$body-color; font-size:15px; text-align:left; border-bottom:3px solid $primary-color-hover; } .img-off { &:before{ content:''; position:absolute; left:0; bottom:0; right:0; top:0; background-image:url('/source/trasp-offer-slide.png'); background-position:center bottom; background-repeat:repeat-x; pointer-events:none; } img { transform: none; } } .slick-dots { text-align:left; bottom:-50px!important; } } .offerte-elenco{ .blk-offerte{ margin:30px auto; @include media-breakpoint-down(sm) { width:100%; max-width:530px; } } .condizioni { font-size: 16px; font-weight: 600; color: $body-color; position: relative; bottom: auto; left: auto; text-shadow: 0 0 0; padding-top:15px; pointer-events:none; } .pad-offerte{ padding:30px; } .cont-offerta { border-bottom:none; background:#F0F7FC; padding:30px; @include media-breakpoint-down(sm) { padding:20px 10px; } } .link-offerta{ background:$primary-color-hover; padding:10px; text-align:center; @include media-breakpoint-down(md) { padding:25px 10px; } a{ color: #fff; display: block; position: absolute; top: 0; bottom: 0; right: 0; left: 0; text-align: center; margin: auto; &:hover{ background:$primary-color; color:#fff; } .icon-plus-1{ top:0; bottom:0; right:0; left:0; height:18px; margin:auto; } } } } .no-offer { display: none; text-align: center; } .dett_offerte { margin-bottom: 25px; #ContContatti{ padding: 25px 15px; } h1 { font-size: 30px; line-height: 32px; padding: 0 10px; font-weight: bold; padding-left: 0; margin-bottom: 15px; &:after { display: none; } @include media-breakpoint-down(md) { font-size: 26px; line-height: 28px; } @include media-breakpoint-down(sm) { font-size: 21px; line-height: 23px; } 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-weight:700; font-size:22px; } .etichetta-prezzo { font-size: 15px; } .pulsante { color:#fff !important; margin-top:25px; } .social_bar { margin-top: 20px; } .pad-dettaglio{ padding-left:30px; @include media-breakpoint-down(md) { padding:20px 10px; } } .testo-off { @include media-breakpoint-down(sm) { padding-top:20px; } } } .somodal-content { .modal-title.titolo-commenti { font-size: 26px; line-height: 27px; font-weight: bold; margin-bottom:25px; } .dati-commento { img { max-height:30px; } } } #ui-datepicker-div { border: none; background-color: $primary-color; padding: 20px; color: #fff; font-size: 18px; -moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2); -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2); box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2); z-index: 2 !important; } .ui-datepicker-calendar tbody tr td a.ui-state-hover, .ui-datepicker-calendar .dp-highlight .ui-state-default { background: $primary-color-hover; } .ui-widget-content { background: $primary-color !important; color:#fff; .pika-day{ color:#fff!important; } } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: $primary-color !important; font-weight: lighter !important; color: #fff !important; border: none !important; text-align: center !important; } .TitankaCommonObjects .ui-widget-content, .TitankaCommonObjects .ui-widget-header { color: #fff !important; } .TitankaCommonObjects .ui-datepicker-multi .ui-datepicker-group { border-right: none; } .ui-datepicker-calendar thead tr th, .TitankaCommonObjects .ui-datepicker-calendar thead tr th { border-top: 1px solid #fff; border-bottom: 1px solid #fff; } .ui-widget-header { background: none !important; border: none !important; } .ui-datepicker-group-first { border-right: #fff 1px solid; } .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .2 !important; } .ui-widget-header .ui-icon { background-image: url(/source/ui-icons_b7985b_256x240.png) !important; cursor: pointer; } .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: none !important; background: none !important; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 2px !important; } .ui-datepicker .ui-datepicker-prev-hover { left: 2px !important; } .ui-datepicker .ui-datepicker-next-hover { right: 2px !important; } .dp-highlight-begin a.ui-state-active, .ui-datepicker-calendar tbody tr td a.ui-state-hover, .dp-flip .ui-datepicker-calendar tbody tr td.dp-highlight-begin a.ui-state-hover, .dp-flip .ui-datepicker-calendar tbody tr td.dp-highlight-begin a.ui-state-active, .ui-datepicker-calendar tbody tr td a.ui-state-active { background-color: $primary-color-hover !important; } /*****************************/ .hideme, .moveUp, .moveDown, .moveRight, .moveLeft { @include media-breakpoint-up(lg) { opacity: 0; } } /* css slider listato img */ .slider-img, .slider-service { text-align:center; position:relative; a { display: block; } img { display: inline !important; padding:5px; } .slick-prev, .slick-next { top:auto; z-index:2; margin:0; left:auto; bottom:0; &:before, &:before { color: $primary-color; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } } .slick-next { right:0; } .slick-prev { right:75px; border-right: 1px solid #ACAFAB; } } .slider-village { text-align:center; position:relative; a { display: block; } img { display: inline !important; } .slick-prev, .slick-next { margin-top:-10px; z-index:2; &:before, &:before { color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } } } .freccia-none { opacity: 0; pointer-events: none; } /*******************/ /* VIDEO YOUTUBE RESPONSIVE */ .wrapper-video { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } .wrapper-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .home-video{ video{ POSITION: absolute; TOP: 0; BOTTOM: 0; RIGHT: 0; LEFT: 0; } } @keyframes rotation { 0% { transform: rotate(0deg); } 50% { transform: rotate(180deg); } 100% { transform: rotate(360deg); } } @keyframes scale { 0% { transform: scale(0.9); opacity: 0 } 50% { transform: scale(1.01); opacity: 0.5 } 100% { transform: scale(1); opacity: 1 } } .tab1 { display: block; } @include media-breakpoint-up(lg) { .image-container { overflow: hidden; position: relative; .mask { margin: 0 -10px 0 0; position: absolute; top: 0; right: 100%; bottom: 100%; left: 0; background: #0061AC; z-index: 3; -moz-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s; -o-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s; -webkit-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.4s cubic-bezier(0.77, 0, 0.175, 1), margin 0.4s cubic-bezier(0.77, 0, 0.175, 1), left 0.4s cubic-bezier(0.77, 0, 0.175, 1); -webkit-transition-delay: 0s, 0.3s, 0.3s, 0.6s; transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s; } &.visible { .mask { margin-right: 0; right: 0px; bottom: 0; left: 100%; } .image { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .image { /* position: absolute; top: 0; left: 0; width: 100%; height: 100%;*/ background-position: center; background-repeat: no-repeat; z-index: 1; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-transform: translate3d(-20px, 0, 0); -webkit-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0); -moz-transition: opacity 0s linear 0.6s, -moz-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s; -o-transition: opacity 0s linear 0.6s, -o-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s; -webkit-transition: opacity 0s linear, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-transition-delay: 0.6s, 0.6s; transition: opacity 0s linear 0.6s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s; } } } .fancybox-wrap { overflow: initial !Important; } @include media-breakpoint-down(md) { .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right { opacity: 1 !important; } } //lista-custom utilizza l'immagine nel before .lista-custom { list-style-type: none; padding:0; li { position: relative; padding: 3px 0px 3px 15px; list-style-position: inside; &:before { content: ''; position: absolute; left: 0; top: 12px; margin: auto; height: 8px; width: 8px; background: $primary-color-hover; border-radius:50%; } } } .lista-logo { list-style-type: none; padding:0; @include media-breakpoint-up(lg) { padding: 20px 0px; } li { position: relative; padding: 10px 0px 10px 55px; list-style-position: inside; &:before { content: "\e907"; position: absolute; left: 0; top: 7px; margin: auto; font-size:35px; color:$colore-tre; } } } .popup-nascosto { .summary, button.btn { display: none; } .modal-header { border: none; .close { margin-top: -15px; font-size: 35px; } } .modal-content { background-color: $primary-color; color: #fff; } .modal-header { border-bottom: none; .close { text-shadow: none; margin-top: -7px; &:hover, &:focus { opacity: 1; filter: none; } } } .modal-body { padding: 25px 20px; } } .flex-light{ /* affiancare contenuti per avere pari altezze */ display:flex; flex-flow:column; @include media-breakpoint-down(md) { display:block; } } .flex-page{ @include media-breakpoint-up(lg) { display:flex; } } .inline{display: inline-block;} #imagelightbox-caption{display:none;} .pad-centrale{ padding:65px 0; @include media-breakpoint-down(md) { padding:40px 0; } @include media-breakpoint-down(sm) { padding:30px 0; } &.big-pad{ padding:90px 0 ; @include media-breakpoint-down(lg) { padding:70px 0; } @include media-breakpoint-down(md) { padding:40px 0; } @include media-breakpoint-down(sm) { padding:30px 0; } } &.small-pad{ padding:30px 0 ; @include media-breakpoint-down(sm) { padding:15px 0; } } &.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-pad{ padding-top:0!important; } &.no-bottom-pad{ padding-bottom:0!important; } } .so_socialFollow{ .socialFollow{ .icon{height:auto !important; .cms-icon{ line-height:25px; display:inline-block; vertical-align:middle; } } } } .imagelightbox-arrow{ background:none; border:none; height:65px; width:95px; top:0; bottom:0; margin:auto; &:hover, &:focus{background-color:transparent;border:none;outline:none; &:before{color:#444;} } &:before{ content: "\e901"; color:#333; border:none; font-size:25px; display:block; margin-right:0; margin:0 auto; height:65px; width:95px; font-family: 'icomoon'; margin-top:13px; } &.imagelightbox-arrow-right{ @include media-breakpoint-down(md) { right:0; } @include media-breakpoint-down(sm) { right:15px; top:55%; } &:before{ } } &.imagelightbox-arrow-left{ @include media-breakpoint-down(md) { left:0; } @include media-breakpoint-down(sm) { left:0; top:55%; } &:before{ -webkit-transform: rotate(-180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); margin-top:-33px!important; margin-left:-17px!important; } } } .mrprenoForm { .wrp_guide_button { margin-top: 25px; padding-right:15px; display: block; text-align: right; width:100%; img { max-width: 100%; } } } .so_newsletterForm { .wrp_guide_button { margin-top: 25px; display: block; text-align: right; } } .cnt_text_popup{ display:none; text-align: center; } .somodal { .cnt_text_popup { display:block; text-align: center; img { max-width: 100%; } } } .forzatura-bo-32 { .row { display:block; .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{ flex:none; float:left; } } } .img-top{ position:relative; @include media-breakpoint-down(md) { padding:0!important; margin-top:70px; } &:before{ content:''; position:absolute; top:0; bottom:0; right:0; left:0; background: rgb(0,0,0); background: -moz-linear-gradient(180deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.40) 100%); background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.40) 100%); background: linear-gradient(180deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.40) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); /*background-image:url('/source/trasp-top.png');*/ background-position:center; background-repeat:no-repeat; } } .link-underline{ display:inline-block; font-size:16px; font-weight:700; padding-bottom:10px; border-bottom:4px solid $primary-color; &:hover{ border-bottom:4px solid $colore-tre; } } .top-sito{ position:absolute; top:0; right:0; bottom:0; left:0; z-index:1; } .tondo { animation-name: rotation; animation-duration: 30s; animation-timing-function: linear; animation-iteration-count: infinite; } .mail-top-tondo { position: absolute; color: #fff; font-size: 25px; bottom: 40px; right: 0; left: 0; margin: auto; text-align: center; pointer-events:none; } .margin-bottom-img{ margin-bottom:10px; } .bg-gradient{ background: linear-gradient(180deg, rgba(240,247,252,1) 90%, rgba(255,255,255,1) 90%); } .before-sf{ &:before{ content:''; right:0; top:0; left:0; width:100%; height:10%; background:#fff; position: absolute; } } .ico-space-geom{ position: absolute; bottom: 0; width: 50%; text-align: right; } .ico-space-geom-3{ position: absolute; bottom: 0; width: 25%; text-align: right; padding-right:25px } .box-txt-img{ padding-top:20px; padding-bottom:20px; } .txt-box-pad{ padding:150px 16%; @include media-breakpoint-down(lg) { padding:70px 5%; } @include media-breakpoint-down(md) { padding:20px 10px; } } .img-sf-page{ position:absolute; left:0; right:0; top:0; bottom:0; .sfondo-img{ height:100%; background-repeat:no-repeat; background-position:center; background-size:cover; } } .box-absol-bg{ padding:35px; position:absolute; top:30px; left:0; z-index:1; @include media-breakpoint-down(md) { padding:20px 10px; position:relative; top:auto; left:auto; } } .space-btn-room{ padding:15px; text-transform:uppercase; } .pic-pop{ img{ max-width:100%; } } .absol-ctn-video{ position:absolute; top:0; right:0; left:0; bottom:0; overflow: hidden; } .bg-white-servizi{ background:#fff; padding:30px; width:100%; margin:0 auto 15px auto; max-width:600px; } .img-big{ overflow: hidden; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; transition: all ease 0.5s; img{ -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: all ease 0.95s; -moz-transition: all ease 0.95s; transition: all ease 0.95s; &:hover{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all ease 0.95s; -moz-transition: all ease 0.95s; transition: all ease 0.95s; } } } .table-listini{ td{ padding:7px 10px; border: 1px solid #fff; } .ABC_listini_int_9406, .ABC_supplriduz_int3_9406{ background-color: #F0F7FC; } .ABC_listini_ext_9406, .ABC_supplriduz_ext3_9406{ background-color:#545E7A; color:#fff; } .listini_download_wrapper{ @include media-breakpoint-down(sm) { background:#F0F7FC; padding:25px 10px; text-align:center; img{ max-width:60px; } } } } .slider-img-home{ .slick-list{ height:100%; .slick-track{ height:100%; } } } .related_1636560362{ @include media-breakpoint-up(lg) { .img-top{ height:100vh; &:before{ background-size:cover; z-index:1; } } } #row_79372b1fd1db{ border-top:none; border-bottom:none; } } .trasp-bottom-footer{ background-image:url('/source/trasp-footer-home.png'); background-repeat:no-repeat; background-position:center bottom; position:absolute; right:0; left:0; bottom:0; top:0; } .footer-txt-home { color: #fff; position: absolute; bottom: 15px; left: 15px; } .link-social{ a{ display:block; margin:0 15px; font-size:25px; color:$primary-color-hover; &:hover{ color:$primary-color; } } } .slider-commenti{ .slide-commenti { .cont-commenti { font-size: 16px; color:$body-color; text-shadow:none; padding:0 25px; .box-logo{ display:inline-block; vertical-align:middle; margin-top:20px; img{height:30px;display:inline-block !important;} } a{ color:$primary-color-hover; &:hover{ color:$body-color; } } .txt{ padding:20px 0; @include media-breakpoint-down(md) { min-height:1px; } @include media-breakpoint-down(sm) { padding:15px 0; } } .titolo-commenti, #modalComments.modal-title { font-weight: bold; font-size:20px; @include media-breakpoint-down(md) { min-height:55px; } @include media-breakpoint-down(sm) {} a { color:#fff; &:hover { color: $primary-color-hover; } } } .logo{ max-height:60px; display:inline-block !important; margin-right:10px; margin-top:15px; } .box-dati{ text-transform:uppercase; img{ max-height:25px; display:inline-block !important; margin-right:8px; } } } } .slick-dots{ padding-left:18px; bottom:-30px; text-align:left; } } .review-footer{ padding:25px 10px; text-align:center; img{ margin-right:10px; } } .myReplyForm label.input_label{ white-space: initial!important; }