// variabili sito $primary-color:#003358; $primary-color-hover: #00243E; $colore-chiaro:#CEC7B8; $colore-chiaro-hover:#B8AC90; $grigio:#9DA1A4; $grigio-scuro:#7A7E81; $sabbia:#E1DDD8; $background-input: #fff; $color-form: #444; // ****************************************************** // variabili bootstrap $primary: $primary-color; $font-family-sans-serif: 'Roboto', sans-serif; $font-size-base: 1rem; $grid-gutter-width: 10px; $body-color:#707070; $link-color: $body-color; $bold:'Quattrocento', sans-serif; $medium:'Quattrocento', sans-serif; $heavy:'Quattrocento', sans-serif; $corsivo:'Quattrocento', sans-serif; $lighter:'Quattrocento', sans-serif; $hamburgerSize:110px; $navWidth:100%; $border-radius: 0; $border-radius-lg: 0; $border-radius-sm: 0; $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; line-height: 190%; } a, a:hover, a:focus { text-decoration: none; } .bold{font-weight: 700;} .medium{font-weight: 600;} .corsivo{font-family:$corsivo;} .lighter{font-weight: 400;} b, strong, .heavy{font-weight: 700;} .colore-uno { color: $primary-color; } .colore-due { color: $primary-color; } .colore-tre { color: $primary-color-hover; } .colore-quattro { color: $colore-chiaro-hover; } .grigio { color: $grigio; } .white{ color:#fff; } .white a{ color:#ffF; } .so_column .so_text{ a{ text-decoration: underline; word-break: break-word; } } .border-x{ @include media-breakpoint-up(md) { border-left: 1px solid #eee; border-right: 1px solid #eee; } } .sabbia { color: $sabbia; } .bgk-uno { background-color: $primary-color; } .bgk-due { background-color: $primary-color-hover; } .bgk-tre { background-color: $colore-chiaro; } .bg-sabbia { background-color: $sabbia; } .bgk-white{ background-color:#fff; } .bg-grigio { background-color: $grigio; } .bg-grigio-chiaro{ background-color:#ECECEC; } @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-"], .imagelightbox-arrow:before, .slick-prev:before, .slick-next:before { /*.cms-icon-angle-arrow-down:before*/ /* 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-arco:before { content: "\e900"; } .icon-calendario:before { content: "\e901"; } .icon-call:before { content: "\e902"; } .icon-close:before { content: "\e903"; } .icon-download-arrow:before { content: "\e904"; } .icon-email-2:before { content: "\e905"; } .icon-facebook:before { content: "\e906"; } .icon-instagram:before { content: "\e907"; } .icon-iphone:before { content: "\e908"; } .icon-Layer_34:before { content: "\e909"; } .icon-left-arrow:before { content: "\e90a"; } .icon-logo-e:before { content: "\e90b"; } .icon-maps-and-flags-1:before { content: "\e90c"; } .icon-paw:before { content: "\e90d"; } .icon-phone-call-1:before { content: "\e90e"; } .icon-plus:before { content: "\e90f"; } .icon-point:before { content: "\e910"; } .icon-right-arrow:before { content: "\e911"; } .icon-search:before { content: "\e912"; } .icon-tripadvisor:before { content: "\e913"; } .icon-whatsapp .path1:before { content: "\e914"; color: rgb(76, 175, 80); } .icon-whatsapp .path2:before { content: "\e915"; margin-left: -1em; color: rgb(250, 250, 250); } .icon-whatsapp-1:before { content: "\e916"; } .icon-youtube:before { content: "\e917"; } /* BUTTON */ 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; font-weight: 600; transition: all 400ms ease; } 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; } 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-mobi{ display: flex; align-items: center; align-content: center; justify-content: center; } .flex { @include media-breakpoint-up(md) { display: flex; align-items: center; align-content: center; justify-content: center; &.j-content-right{ justify-content: right; } } } 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; } .no-pad { padding: 0; .row{ margin: 0 !important; } } h1.corsivo, h2.corsivo{ letter-spacing: 2px; } .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(lg) { padding: 0 30px; } } .container{ padding: 0 8.33%; max-width: 100% !important; @include media-breakpoint-down(lg) { padding: 0 4.15%; } @include media-breakpoint-down(md) { padding: 0 30px; } } .container-fluid { max-width: 100%; transition: all 600ms ease; } .container-fluid { max-width: 100%; &:before { display: block; } } h1, .h1, h2.grande { font-size: 75px; line-height: 110%; padding: 0 0px; @include media-breakpoint-down(lg) {} @include media-breakpoint-down(md) {} @include media-breakpoint-down(sm) { font-size: 40px; } } h2, .h2 { font-size: 30px; line-height: 120%; @include media-breakpoint-down(lg) { font-size: 25px; } } h3, .h3 { font-size: 35px; line-height: 1.2; @include media-breakpoint-down(md) { } @include media-breakpoint-down(sm) { font-size: 28px; } &.big{ font-size:90px; line-height:1; @include media-breakpoint-down(sm) { font-size:50px; } } &.titolo-pag{ z-index:2; position:absolute; bottom:18vw; z-index:2; right:0; left:0; font-size:30px; line-height:1; color:#fff; text-transform:uppercase; text-align:center; padding:0 15px; @include media-breakpoint-down(md) { font-size:50px; } @include media-breakpoint-down(sm) { font-size:28px; } } &.little{ font-size: 30px; @include media-breakpoint-down(sm) { font-size:28px; } } } h4, .h4{ font-sizE: 16px; line-height: 120%; font-weight: 400; } .testo { padding: 40px 10px; word-wrap: break-word; @include media-breakpoint-down(lg) { padding:30px 10px; } @include media-breakpoint-down(md) {padding:30px 15px;} @include media-breakpoint-down(sm) { padding: 20px 5px; } } .testo-sx { padding-right: 30px; @include media-breakpoint-down(md) { padding-right:15px; } @include media-breakpoint-down(sm) { } } .testo-dx { padding-left: 30px; @include media-breakpoint-down(md) { padding-left:15px; } @include media-breakpoint-down(sm) { } } .pad-left{ @include media-breakpoint-down(md) { padding-left:15px; } } .pad-right{ @include media-breakpoint-down(md) { padding-right:15px; } } /* 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 { filter: gray; filter: grayscale(100%); transition: .3s ease-in-out; &:hover { filter: grayscale(0%); } } /**********************/ /* 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 { font-size: 9px; height: 100%; text-transform: uppercase; display: block; [class^="icon-"], [class*=" icon-"] { display: block; font-size: 26px; margin: auto; line-height: 20px; padding: 15px 0 0; &.white{ font-size: 20px; } } img { margin: 0 auto; margin-bottom: 11px; display: block; } a { } } /**********************/ /* testo invio newsletter */ .result_inscr_newsl_min { color: #fff; } /***************************/ // FORM CONTATTI .titanka_form .modulo_calendar{ @include media-breakpoint-down(lg) { width: auto !important; max-width: 100%; } } #ContContatti { 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 { width: 100%; height: 45px; background-repeat: no-repeat; box-shadow: none; padding: 0; font-size: 16px; background-color:#fff ; margin: 5px 0; color: #333; border: 1px solid #B8AC90; border-radius: 2px; text-indent: 10px; 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: 25px; background-color: $background-input; } .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: 15px 0 5px 0; font-size: 14px; color: #333; } .sep { padding-bottom: 10px; } textarea { min-height: 80px; @include media-breakpoint-down(md) { 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; } } } #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.svg") !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: 330px; border: 0px ; border-radius: 50px; @include media-breakpoint-down(sm) { float: none; margin: 15px auto; margin-bottom: 0; } @include media-breakpoint-up(md) { &:hover { background-color:$primary-color-hover; color: #fff; } } } #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%; //border: none; background-color: $background-input; 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: $body-color; } .form-myreply .myReplyForm label, #myreply_form_offerta label { font-size: 15px; color: $color-form; padding: 4px 0; margin-top: 1px; font-weight:normal !important; } .bgk-sabbia .form-myreply, .bgk-sabbia .form-myreply .myReplyForm label, .bgk-sabbia #myreply_form_offerta label, .bgk-sabbia .form-myreply .myReplyForm a, .bgk-sabbia #myreply_form_offerta a{ color: $body-color; } .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.svg) !important; background-size:20px; } /* .form-myreply .myReplyForm .btn-success, #myreply_form_offerta .btn-success { border: none; background-color: $primary-color; font-family: $heavy; cursor: pointer; color: #fff; width: auto; padding: 0px 10px; height: 40px; line-height: 35px; width: 100%; max-width: 250px; font-size: 17px; margin-top: 10px; border-radius:50px; -webkit-appearance: none; 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; } //less preso dal vecchio file css .flt_left { float: left; } .flt_right { float: right; } img{height:auto;} .fullWidth img { max-width: 100%; text-align: center; } .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); } a:focus, a:active, a:link, img, .slick-slide { outline: none; } /* CSS Animations */ .moveDownTop { opacity: 0; animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; animation-fill-mode: forwards; /* IE 10+ */ } .moveUpTop { opacity: 0; animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; animation-fill-mode: forwards; /* IE 10+ */ } .moveLeftTop { opacity: 0; animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; animation-fill-mode: forwards; /* IE 10+ */ } .moveRightTop { opacity: 0; animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* IE 10+ */ animation-fill-mode: forwards; } .wpb_appear { opacity: 0; animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* IE 10+ */ animation-fill-mode: forwards; transform: scale(1); } /* Top to bottom keyframes */ @keyframes wpb_ttb { 0% { transform: translate(0, -10%); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Bottom to top keyframes */ @keyframes wpb_btt { 0% { transform: translate(0, 10%); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Left to right keyframes */ @keyframes wpb_ltr { 0% { transform: translate(-10%, 0); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Right to left keyframes */ @keyframes wpb_rtl { 0% { transform: translate(10%, 0); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Appear from center keyframes */ @keyframes wpb_appear { 0% { transform: scale(0.5); opacity: 0.1; } 100% { transform: scale(1); opacity: 1; } } /* animation hover zoom */ @keyframes bgzoom { from { transform: scale(1, 1) } to { transform: scale(1.02, 1.02) } } @keyframes bgzoom-reverse { from { transform: scale(1.02, 1.02) } to { transform: scale(1.00, 1.00) } } .bgzoom { overflow: hidden; } .bgzoom img { animation: bgzoom-reverse 0.6s ease-out; animation-fill-mode: forwards; } .bgzoom:hover img { animation: bgzoom 0.6s ease-out; animation-fill-mode: forwards; } /* animazione opacity in apertura */ @keyframes opacity { from { opacity: 0 } to { opacity: 1 } } /* ico up-down */ @keyframes bounceArrow { 0% { transform: translateY(0) } 100% { 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; animation-fill-mode: forwards; } .moveDown.visible { animation: moveDown 0.6s ease-in-out 0.2s backwards; opacity: 1; } @keyframes moveDown { 0% { transform: translateY(-40px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } .moveUp.visible { animation: moveUp 0.6s ease-in-out 0.2s backwards; opacity: 1; } @keyframes moveUp { 0% { transform: translateY(40px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } .moveRight.visible { animation: moveRight 0.6s ease-in-out 0.2s backwards; opacity: 1; } @keyframes moveRight { 0% { transform: translateX(40px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } .moveLeft.visible { animation: moveLeft 0.6s ease-in-out 0.2s backwards; opacity: 1; } @keyframes moveLeft { 0% { transform: translateX(-40px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } /* ****************************** */ @keyframes roll { 0% { transform: translateX(500px) rotate(360deg); opacity: 0; } 100% { transform: translateX(0px) rotate(0deg); opacity: 1; } } .roll { animation: roll 1s ease-out both, opacity 1s ease-out both; } /* impostazioni select */ #pgall select { background-image: url(/source/arr_down.svg); background-repeat: no-repeat; background-position: 97.5% 50%; background-size:8px; } /**********************************/ /* elenchi puntati */ .lista-v { list-style-image: url(/source/ico-elenco.png); padding: 20px; padding-left: 35px; li { padding: 3px 0px 3px 0px; list-style-position: inside; } } /*****************************************/ .link-btn{ display: inline-block; margin: 25px auto; border-bottom: 1px solid $primary-color; padding: 10px 0px 5px; transition: all ease 0.5s; font-size: 14px; font-weight: 600; letter-spacing: 0; &.white{ border-bottom: 1px solid #fff; color:#fff; } &:hover{ border-bottom: 1px solid $colore-chiaro-hover; } } .pulsante-linea{ &:link, &:active, &:visited, &:focus { text-align: center; display: inline-block; line-height: 120%; color: $primary-color; font-size: 14px; background-color: transparent; width: auto; max-width: 280px; margin: 0 auto; padding: 17px 5px 17px 60px; position: relative; transition-property: color; transition-duration: 0.5s; transform: perspective(1px) translateZ(0); border-radius:0px; overflow:hidden; position: relative; font-weight: 600; text-transform: uppercase; border: 2px solid transparent; transition: all ease 0.5s; &:before{ content: url("/source/onde.svg"); display: inline-block; position: absolute; color: #003358; left: 0; top: 10px; bottom: 0; line-height: 100%; font-weight: normal; vertical-align: middle; } &:after{ content: ""; display: block; bottom: 0; left: 0; right: 100%; width: 0px; height: 1px; border-bottom: 1px solid $colore-chiaro-hover; transition: all ease 0.5s; } &:hover{ transition: all ease 0.5s; &:after{ width: 100%; right: 0; transition: all ease 0.5s; } &:before{ transition: all ease 0.5s; left: -5px; } } } } .pulsante { &:link, &:active, &:visited, &:focus { text-align: center; display: inline-block; line-height: 120%; color: #fff; font-size: 14px; background-color: $primary-color; width: auto; max-width: 280px; margin: 0 auto; padding: 17px 35px; position: relative; transition-property: color; transition-duration: 0.5s; transform: perspective(1px) translateZ(0); border-radius:50px; overflow:hidden; text-transform: uppercase; } &:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: $primary-color-hover; transform: scaleY(0); transform-origin: 50% 100%; transition-property: transform; transition-duration: 0.5s; transition-timing-function: ease-out; } &:hover { &:before { transform: scaleY(1); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } } img { margin: 0 6px; } &.d-block{ width: 100%; } &.top-bar{ padding: 15px 30px; width: 100%; } &.secondario{ background:$colore-chiaro-hover; color:#fff; border: 1px solid #fff; &:before{ background-color:$colore-chiaro; } } } .no-pad { padding: 0px; } .no-fill-height{ align-items: flex-start; align-content: flex-start; } .no-margin{margin:0;} /* newsletter */ #pgall #email_min { height: 50px; text-indent: 10px !important; -webkit-appearance: none; outline: none; font-size: 14px; color: #333 !important; background:#fff; border-radius:50px; &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #333; } &::-moz-placeholder { /* Firefox 19+ */ color: #333; } &:-ms-input-placeholder { /* IE 10+ */ color: #333; } &:-moz-placeholder { /* Firefox 18- */ color: #333; } } #pgall #button_email_min { border: none; height: 50px; -webkit-appearance: none; background: none; background-color: $colore-chiaro-hover; width: 100%; color:#fff; font-size:14px; border-radius:50px; text-transform: uppercase; margin-lefT: 20px; font-weight: 500; &:hover { background-color: $colore-chiaro; } } #wrapper_email_min { margin: 0 auto; width: 100%; @include media-breakpoint-down(md) { } .field_email_min { width: 72%; @include media-breakpoint-down(sm) { width: 100%; } } .field_button_min { width: 25%; @include media-breakpoint-down(sm) { width: 100%; margin-top:0px; #button_email_min{ border-radius: 50px ; margin: 10px auto; max-width: 200px; } } } input[type=email]{ font-size: 14px; color: #333 !important; background:#fff; border-radius:50px; } .link_email { font-size: 14px; color: #333 !important; } .newsletter_min_cont_privacy { margin-top: 10px; color: #333 !important; a { color: #333 !important; } } } #testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited { color: #333 !important; } /* menu */ /*modali*/ .somodal-body{ img{ max-width: 100%; } } /* animazione icon menu */ .arco-menu{ font-size: 52px; width: 10px; margin-left: 5px; @include media-breakpoint-down(lg) { margin-lefT: -10px; } @include media-breakpoint-down(md) { margin-lefT: 0px; } } .op_block { cursor: pointer; height:55px; @include media-breakpoint-down(md) { height:auto !important; border-top-right-radius:0px; border-bottom-right-radius:0px; border-top-left-radius:50px; border-bottom-left-radius:50px; background:none; backdrop-filter: none; } } .sfondo-ico{ position: relative; &:before{ position: absolute; width: 100%; height: 100%; right: 0; left: 0; background: rgba(255,255,255,0.2); border-radius: 30px 0 0 30px; content:""; display: block; } } .click { width: 22px; height: 22px; position: relative; margin: 0px auto; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; margin-left: 5px; @include media-breakpoint-down(md) { width:23px; font-size: 9px; color: $colore-chiaro; line-height: 150%; margin: auto !important; } span { display: block; position: absolute; height: 2px; width: 100%; background: #fff; border-radius: 0px; opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; @include media-breakpoint-down(md) { background-color:$colore-chiaro; } &:nth-of-type(1) { top: 0px; } &:nth-of-type(2), &:nth-of-type(3) { top:8px; width: 90%; @include media-breakpoint-down(md) {top:5px;} } &:nth-of-type(4) { top: 16px; @include media-breakpoint-down(md) {top:10px;} } @include media-breakpoint-down(md) { &:nth-of-type(5) { margin-top: 15px; background: transparent; } } } &.open{ span{ @include media-breakpoint-down(md) { } } } } .click.open span { &:nth-of-type(1) { top: 18px; width: 0%; left: 50%; } &:nth-of-type(2) { transform: rotate(45deg); } &:nth-of-type(3) { transform: rotate(-45deg); } &:nth-of-type(4) { top: 18px; width: 0%; left: 50%; } } /* *************************************************** */ /************ MENU SITO *****************/ .vedi-menu.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);*/ 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{ /* 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:0px !important; } @include media-breakpoint-up(lg) { margin:0 auto !important; width: 100%; line-height:normal; } @include media-breakpoint-up(xl) { } li { @include media-breakpoint-up(lg) { float:none !important; display:block !important; position:relative; } @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-chiaro; a{ color:$colore-chiaro; position: relative; &:after{ content: ""; right: 0; top: 5px; bottom: auto; display: block; background: $colore-chiaro; width: 5px; height: 5px; border-radius: 50%; } } } &.submenu-container{ &:hover{ ul.level2{ pointer-events:auto; } } a{ .cms-icon-angle-arrow-down{ display:inline-block; vertical-align:middle; margin-left:10px; &:before{ display:block; font-size:8px; height:8px; content: "+" !important; font-family: $corsivo; color:$colore-chiaro; } } } } a, a:not([href]):not([tabindex]) { position: relative; z-index: 5; font-size: 16px; color:$primary-color; line-height:1.3; padding: 10px 0px; font-family:$corsivo; background-repeat:no-repeat; background-position:50% 85%; display:block; width:100%; cursor:pointer; @include media-breakpoint-down(lg) { } @include media-breakpoint-down(md) { width: 100%; background-position:95% 50%; text-align: left !important; padding:12px 0; max-width:100%; font-size:20px; } @include media-breakpoint-down(sm) { padding:10px 0; } &.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; border-left: 1px solid $colore-chiaro; padding-left:17px; @include media-breakpoint-down(sm) { padding-left:15px; } 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: 16px; color:$primary-color; line-height:1.3; width: 100%; margin: 0px; text-align:left; display:block; border:none; @include media-breakpoint-down(md) { padding: 5px 5px; font-size:18px; width: 100%; display: block; width: 100%; border: none; margin-right: 0; margin-left: 0; float: none; } } &:last-child { border: none; } } } } } .vedi-menu{ display: block; background-color: #fff; z-index: 90; -webkit-backface-visibility: hidden; width: 100%; max-width: 1920px; top: 0px; left: 0; right: 0; bottom: 0; margin: 0 auto; position: fixed; /*-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: scroll; padding-top:160px; //opacity: 0; //visibility: hidden; clip-path: circle(0px at 0 0px); transition: all .8s cubic-bezier(0.86, 0, 0.07, 1); @include media-breakpoint-up(lg) { background-image:url('/source/sf-menu.jpg'); background-position: center bottom; background-size: cover; } //padding-top:30px; @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; } } .box-menu{ @include media-breakpoint-down(md) { height:100%; } .row{ @include media-breakpoint-down(sm) { height:100%; } } } /*&:before, &:after{ content:''; position:absolute; right:0; top:0; bottom:0; width:58.3%; background-size:cover; background-repeat:no-repeat; background-position:center; background-image:url('/source/sf-menu.jpg'); @include media-breakpoint-down(md) { display:none; } } */ &:after{ background:none; background-color:rgba(45,37,35,.7); display:block !important; @include media-breakpoint-down(md) { display:none !important; opacity:0; } } .titolo-menu{ @include media-breakpoint-up(md) { position: absolute; left: 0; right: 0; text-align: center; top: 30%; } } h4{ font-size:60px; line-height:1.2; padding:0 15px; color:rgba(255,255,255,.2); text-align:center; text-transform:uppercase; font-family:$corsivo; position:relative; z-index:5; } @include media-breakpoint-down(md) { top:54px; width:100%; padding:0; padding-top:25px; right:auto; background:none; background-color:#fff; z-index:800; clip-path: circle(0px at 100% 0px); } @include media-breakpoint-down(sm) { width:100%; padding-top:15px; //padding-bottom:30px; } } .col-menu{ padding: 0 30px; @include media-breakpoint-up(md) { padding: 0 60px; } } .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{ } } } } } .slider-top{ max-height: 100vh; overflow: hidden; } /************************************************************/ /* stile tab a fisarmonica */ .slider-titolo { cursor: pointer; color: $primary-color; padding: 30px 30px 30px 0; border-bottom: 1px solid #B8AC90; position: relative; font-size: 20px; font-family: $corsivo; &:before{ font-family: "icomoon"; content:"\e903"; display: block; position: absolute; top: 30px; left: auto; bottom: auto; right: 30px; color: $primary-color; transition: all ease 0.5s; transform: rotate(45deg); font-size: 20px; } &.opened { border-bottom: 1px solid #fff; transition: all ease 0.5s; &:before{ transition: all ease 0.5s; transform: rotate(0deg); } } } .slider-corpo { display: none; padding: 0 0 30px 0px; border-bottom: 1px solid #B8AC90; } /* ********* 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 { display: none; margin: 0 auto; left: 0; top: 0; right: 0; z-index: 999; position: fixed; } .barra-mobile { width: 100%; left: 0px; top: 0px; right: 0; z-index: 800; position: fixed; background:#ffffff ; &.dw{ padding: 10px 0; bottom:0px; top:auto; background-color:transparent !important; } .logo-mobi{ font-size:35px; } } /*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 ***************** */ .lingue { position: relative; z-index: 100; .so_languageLinks{ .tendina-lingue { color: #fff; font-size: 17px; cursor: pointer; line-height: 50px; text-align: left; width: 100%; text-decoration: none; color: $white; @include media-breakpoint-down(md) { border-top: 1px solid rgba(112, 112, 112, .1); padding-top: 0; color: $primary-color; margin-top: 10px; } .cms-icon-angle-arrow-down { font-size: 8px !important; } #select_lingue { line-height: 1.2; font-size: 17px; width: 100%; margin: 0; top: 45px; width: 100%; max-width: 100px; right: auto; z-index: 9; position: absolute; left: 0; .item_lingue { a { padding: 5px; color: $white; display: block; text-transform: uppercase; min-width: 40px; width: 100%; text-align: center; &:hover { background-color: $primary-color-hover; color: $white; } } } @include media-breakpoint-down(md) { top: 50px; .item_lingue { a { color: $primary-color; } } } } } } } /* css elenco offerte */ .blk-offerte{ h2,.h2{ margin: 10px 0; font-size: 30px; } } /* stile generale super offerte */ .offer-component { .offer-label { background: $primary-color!important; color: #FFF !important; } .offer-label:after { border-top-color: $primary-color-hover!important; } } /* css listato super offerte */ .offer_list { .offer { .box-offerta { background-color: $body-color; color: #fff; font-size: 13px; line-height: 15px; margin: 10px 0; .img_container { padding-right: 0; img { @include media-breakpoint-down(sm) { min-height:1px; max-width: 100%; } } } .cont-img { .offer-label { font-weight: 500; font-size: 16px; &:after { display: none; } } } .testi_container { padding: 15px 10px; @include media-breakpoint-down(lg) { padding:10px 5px; } .title { color: #fff; font-size: 15px; line-height: 17px; min-height: 50px; display: block; font-weight: 500; padding-top: 0; &:hover { color: $primary-color-hover; } } .sottotitolo { margin: 10px 0; } .condizioni { text-transform: uppercase; font-size: 11px; @include media-breakpoint-down(sm) { margin-top:10px; } .prezzo, .offerta-prezzo { font-size: 15px; line-height: 17px; } } .ico-sezione { margin-top: 5px; span { font-size: 23px; } } .pulsante { background-color: $primary-color; font-size: 14px; max-width: 100px; margin-top: 10px; margin-left: 0; line-height: 30px; font-size: 13px; @include media-breakpoint-down(lg) { letter-spacing:1px; font-size: 12px; } &:before { background-color: $primary-color-hover; } } .soldout_message { border: 1px solid $primary-color; background-color: transparent; .message_title { font-weight: normal; } .message_text { color: inherit; } } } } } } /**********************************/ /* dettaglio super offerte */ .offer_detail.offer-component { .col-dx { @include media-breakpoint-down(md) { padding-left:5px; margin-top: 15px; } .sharer { font-weight: 500; line-height: 40px; .cms-icon { vertical-align: middle; } } #image_gallery { .slick-arrow { padding: 20px; &.slick-prev { background-image: url('/source/arr-prev-brown.png'); } &.slick-next { background-image: url('/source/arr-next-brown.png'); } } } } .col-sx { @include media-breakpoint-down(md) { padding-right:5px; } h1 { margin-top: 0; font-size: 24px; line-height: 26px; padding-left: 0; font-weight: 500; @include media-breakpoint-down(lg) { font-size:22px; line-height: 24px; } @include media-breakpoint-down(sm) { font-size: 20px; line-height: 22px; } } .offer_header { .validity { font-weight: 500; } } .offer-primary-color { color: $body-color; } .periods { .item_value, .item_title { font-weight: 500; font-size: 15px; } .item.featured { border-color: $primary-color!important; } .period_foot { .btn { font-weight: 500; background-color: $primary-color-hover; color: #FFF!important; transition: all 400ms ease; border-radius: 0 !important; outline: none !important; border: none !important; &:hover { background: $primary-color!important; } } } } .offer-background-primary-color { background-color: $body-color; } h3 { font-weight: bold; } .offer-border-color { border-color: #D7D7D7!important; } .offer-label { background: #F07C00!important; color: #FFF!important; } .offer-label:after { border-top-color: #C66A00!important; } .soldout_message { border: 1px solid $body-color; background-color: $primary-color; margin: 5px 0; .message_title { font-weight: normal; } .message_text { color: inherit; } } .whats_included:after { background: transparent !important; } #bt_require_offer_target { @include media-breakpoint-down(sm) { margin-top:30px; } } } } /*******************************************************/ /* SLICK SLIDER */ .slick-slider { position: relative; display: block; box-sizing: border-box; user-select: none; 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; transform: translate3d(0, 0, 0); &:before, &:after { content: ""; display: table; } &:after { clear: both; } .slick-slide { float: left; height: 100%; min-height: 1px; 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: 15px; width: 30px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -7px; padding: 0; border: none; outline: none; background-repeat: no-repeat; background-position: center; z-index:3; &: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: 15px; line-height: 1; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } } .slick-prev { left: 10px; &:before { content: "\e90a"; } } .slick-next { right: 10px; &:before { content: "\e911"; } } /* Dots */ .slick-dots { position: absolute; list-style: none; display: block; text-align: center; padding: 0; width: 100%; z-index: 10; bottom:50px; right:0; left:0; @include media-breakpoint-down(sm) {bottom:20px;} li { position: relative; display: inline-block; height: 7px !important; margin: 0 20px; padding: 0; cursor: pointer; button { border: 0; background-color: rgba(255,255,255,.5); display: block; height: 7px !important; width: 7px !important; border-radius:50%; padding: 0; outline: none; line-height: 0; font-size: 0; color: transparent; cursor: pointer; &:hover, &:focus { outline: none; background-color: #fff; } &:after, &:before { display: none; } } &.slick-active button { outline: none; background-color: #fff; } &: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; } /* contenuti dinamici scorrevoli */ .frase-offerte{ display: none; } .elenco-offerte{ z-index:1; position: relative; } .dettaglio-offerte, .elenco-offerte, .offerte-scorrevoli { .titolo-offerta, h1, .h1{ padding-left:0; } .bordered { margin: 0 8%; .cont-offerta { font-size: 17px; padding: 25px 15px; text-align:center; @include media-breakpoint-down(lg) {} @include media-breakpoint-down(md) { padding:25px 10px; } @include media-breakpoint-down(sm) { text-align: center; margin-top: 0; padding-bottom: 0; margin-bottom: 45px; } h3 { &.titolo { font-size: 20px; line-height: 1.2; min-height: 40px; margin: 0 auto; margin-bottom: 15px; font-weight: normal; font-family:$heavy; max-width:350px; @include media-breakpoint-down(lg) { } @include media-breakpoint-down(md) { min-height: 1px; } @include media-breakpoint-down(sm) { } a { color: $primary-color; &:hover { color: $primary-color-hover; } } } } .condizioni { padding: 0; @include media-breakpoint-down(lg) {} @include media-breakpoint-down(md) {} @include media-breakpoint-down(sm) {} .prezzo { font-size:20px; line-height: 25px; font-family:$heavy; } } .pulsante{ margin-top:30px; } } .cont-img { img { transform: none; margin:0 auto; } } } } /*******************************/ /* ***** Commenti ********* */ .elenco-commenti { .flt_left { @include media-breakpoint-down(sm) { float:none; } } .logo { @include media-breakpoint-down(sm) { float:none; text-align: center; } img { margin-right: 8px; } } .commenti { margin: 10px 0; padding: 35px 10px; border-bottom: #B9338A 1px solid; @include media-breakpoint-down(sm) { padding:20px 10px; } a { display: inline-block; @include media-breakpoint-down(md) { text-align:center; } } .dati { color: #000; font-size: 16px; padding-left: 5px; @include media-breakpoint-down(sm) { text-align:center; } } .tit-commento { font-size: 25px; line-height: 27px; padding-top: 6px; @include media-breakpoint-down(md) { text-align:center; } } .data { @include media-breakpoint-down(sm) { text-align:center; margin-top: 15px; } } .txt { margin-top: 15px; @include media-breakpoint-down(sm) { text-align:center; } } } } /* slider commenti */ .slider-commenti{ .slick-list .slick-track .slick-slide img { margin: auto; } .slick-dots{ position: relative; top: 0; margin-top: 50px; bottom: auto; button{ background-color:$grigio !important; opacity: 0.6; } } .slick-active{ button{ opacity: 1 !important; } } .txt-commento{ padding: 0 15px; max-width: 640px; margin: auto; display: block; } } .somodal-content{ .modal-title.titolo-commenti{ font-size: 26px; line-height: 27px; font-weight: bold; margin-bottom:25px; } .dati-commento{img{max-height:50px;}} } /* calendari booking */ #ui-datepicker-div { border: none; background-color: $primary-color; padding: 20px; color: #fff; font-size: 18px; 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: #ccc!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 { z-index: 3; @include media-breakpoint-up(lg) { opacity: 0; } } /************ CSS PER LISTINI LITE *************/ .listino { font-size: 15px !important; margin-bottom: 35px; .header { background-color: #234944 !important; color: #FFFFFF !important; } tr { &.row_products_even { background-color: #577A6D !important; color: #FFFFFF !important; select { color: #333 !important; } } } .wrapper_select_date { background-color: #f8f8f8 !important; border-color: #f8f8f8 !important; input[type="text"] { line-height: 33px !important; padding: 0 15px 0 0 !important; min-width: 200px !important; text-indent: 8px !important; background: none !important; background-color: #FFFFFF !important; border-radius: 4px !important; border: 1px solid #234944 !important; font-size: 15px !important; } } td { font-size: 15px !important; } input[type=button] { background: none !important; background-color: #577A6D !important; line-height: 33px !important; font-size: 15px !important; } .label_data { line-height: 33px !important; } .select_num { min-width: 75px; } .wrapper_preventivo { width: 100% !important; clear: both; } table.preventivo_header td.label { color: #333; } .title_preventivo { color: #577A6D; } @include media-breakpoint-down(sm) { .wrapper_preventivo, .preventivo, .form_contatti_richiesta_preventivo { width: 100% !important; clear: both; } } } /* css slider listato img */ .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%; } #pgall { .cont-tabs { padding: 25px 5px; text-align: center; color: #fff; &:after { content: ''; display: block; clear: both; } input[type=radio] { display: none; } label { display: inline-block; color: #fff; font-size: 18px; font-weight: bold; padding: 5px 8px; margin: 0 8px; text-align: center; cursor: pointer; -webkit-transition: all 0.5s; transition: all 0.5s; border-radius: 70px; position: relative; &:hover { color: $primary-color; background-color: #fff; &:before { opacity: 1; } } &:before { content: ""; display: block; width: 0; height: 0; border-top: 6px solid #fff; border-bottom: 6px solid transparent; border-left: 6px solid transparent; border-right: 6px solid transparent; position: absolute; bottom: -12px; right: 0; left: 0; margin: auto; opacity: 0; } img { display: block; margin: 5px auto; } } [id^="tab"]:checked+label { color: $primary-color; background-color: #fff; border: none; box-shadow: none; &:before { opacity: 1; } } } } .tab-content { display: none; margin: 20px auto; box-sizing: border-box; font-size: 18px; width: 100%; max-width: 650px; @include media-breakpoint-down(sm) { margin:10px auto; } &.ico-landing { font-size: 15px; line-height: 17px; color: #BABABA; img { display: block; margin: 0 auto; margin-bottom: 15px; } a { width: 16.6666667%; float: left; color: #BABABA; font-weight: bold; margin: 10px 0; @include media-breakpoint-down(sm) { width:33.33333333% } &:hover { color: $primary-color; } b { display: block; min-height: 40px; } } } h3 { text-align: left; font-size: 25px; margin-bottom: 15px } } .tab-content * { -webkit-animation: scale 0.7s ease-in-out; -moz-animation: scale 0.7s ease-in-out; animation: scale 0.7s ease-in-out } @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: #000; z-index: 3; -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; 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; background-size: cover; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; transform: translate3d(-20px, 0, 0); -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; } } } /*THANK YOU*/ .blocco-uno-guida { background-color: $primary-color; color: #FFF; margin-top: 50px; font-size: 21px; padding: 60px 10px; h1 { color: #FFFFFF; } .grande { font-size: 35px; line-height: 38px; } @include media-breakpoint-down(lg) { padding: 35px 10px; } @include media-breakpoint-down(md) { margin-top: 0; padding: 30px 10px; } } .blocco-txt-guida { color: #FFF; background-color: $primary-color-hover; padding: 40px 10px; font-size: 48px; line-height: 53px; @include media-breakpoint-down(lg) { padding:25px 10px; font-size: 38px; line-height: 40px; } } .blocco-due-guida { padding: 40px 10px; padding-left: 25px; font-size: 21px; color: #333; padding-top: 120px; @include media-breakpoint-down(lg) { padding:25px 10px; } } .blocco-fb { display: block; margin-top: 50px; background-color: #F1EEE9; color: #333; padding: 80px 10px; line-height: 47px; font-size: 45px; @include media-breakpoint-down(lg) { margin-top:30px; padding: 50px 10px; line-height: 37px; font-size: 35px; } @include media-breakpoint-down(md) { padding: 40px 10px; margin-top: 25px; margin-bottom: 25px; font-size: 40px; line-height: 42px; } &:hover { color: $primary-color !important; } } /* GUIDE POPUP */ .modal-guide { .modal-header { border-bottom: 0 none; .close { margin-top: -10px; margin-right: -10px; border-radius: 50%; border: 2px solid #000; width: 30px; height: 30px; line-height: 0px; transition: all 400ms ease; } } .modal-content { background-color: #eee; text-align: left; font-size: 18px; line-height: 25px; } .modal-body { padding: 20px; } .title { font-size: 32px; line-height: 35px; font-weight: bold; } } .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: 25px 0px; li { position: relative; padding: 3px 0px 5px 25px; list-style-position: inside; &:before { content: ""; position: absolute; border-radius: 50%; left: 0; top: 12px; margin: auto; height: 7px; width: 7px; background-color: $colore-chiaro; } } } .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; } } .inline{display: inline-block;} #imagelightbox-caption{display:none;} .pad-centrale{ padding:60px 0; @include media-breakpoint-down(lg) { padding:50px 0; } @include media-breakpoint-down(md) { padding:40px 0; } @include media-breakpoint-down(sm) { padding:30px 0; } &.no-bottom{ padding-bottom:0; } &.no-top{ padding-top:0; } &.big-pad{ padding:120px 0; @include media-breakpoint-down(lg) { padding:50px 0; } @include media-breakpoint-down(md) { padding:40px 0; } @include media-breakpoint-down(sm) { padding:30px 0; } } } .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:40px; width:40px; top:0; bottom:0; margin:auto; &:hover, &:focus{background-color:transparent;border:none;outline:none; &:before{color:$primary-color-hover;} } &:before{ content: "\e90a"; color:$primary-color; border:none; font-size:25px; display:block; margin-right:0; margin:0 auto; width:auto; height:auto; } &.imagelightbox-arrow-right{ &:before{ transform: rotate(-180deg); } } } /*************** Centralizzazzione guide PERFORMANCE ******************/ .mrprenoForm{ /*classe della guida wrp_guide_button*/ .wrp_guide_button{ margin-top: 25px; padding-right:15px; display: block; text-align: right; width:100%; img{ max-width: 100%; } } } .so_newsletterForm{ /*classe della guida wrp_guide_button*/ .wrp_guide_button{ margin-top: 25px; display: block; text-align: right; img{ } } } /*classe assegnata all oggetto comune delle guide, non lo rendo visibile altrimenti sarebbe esploso fuori*/ .cnt_text_popup{ display:none; text-align: center; } /*rendo visibile il contenuto del popup dentro il modal*/ .somodal{ .cnt_text_popup{ display:block; text-align: center; img{ max-width: 100%;} } } /*****************************************************************/ /* forzatura b.o. 3.2 per div ad incastro */ .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; } } } /**************************************************/ @keyframes opacity-inverse { from { opacity: 1 } to { opacity: 0 } } @keyframes loading { from { width: 0 } to { width: 100% } } .loading{ position:fixed; top:0; bottom:0; left:0; right:0; z-index:999; animation: opacity-inverse 0.5s ease-out 1.5s; animation-fill-mode: forwards; pointer-events:none; display: flex; align-items: center; align-content: center; justify-content: center; .logo{ display:block; margin:0 auto; margin-bottom:35px; img{ max-height:80px; } } .barra{ width:100%; height:3px; background-color:#fff; position:relative; &:before{ content:''; position:absolute; top:0; bottom:0; left:0; width:0; background-color:$primary-color; animation: loading 1.5s linear; animation-fill-mode: forwards; } } } .sf-fix{ position:fixed; padding: 20px 15px 10px; top:0; left:0; right:0; z-index:99; transition: all 400ms ease; color:#fff; .logo-compatto{ opacity:0; pointer-events:none; position:absolute; top:0; right:15px; left:0; } .menu-ico{ font-size: 9px; span{ } } &.open, &.fix{ background-color:#fff; padding-bottom: 10px; .op_block, .arco-menu, .menu-ico{ color:$primary-color; } .click{ span{ background-color:$colore-chiaro-hover; } } .dati-top{ color:#777; color: $colore-chiaro; a { color:#777; .ico{ color: $colore-chiaro; } .ico:hover, &:hover{ color:$primary-color-hover; } } } .logo{ opacity:0; pointer-events:none; } .logo-compatto{ opacity:1; pointer-events:auto; } } } .top-btn{ display: inline-block; width: auto; margin-left: 16px; .pulsante{ padding: 17px 33px; font-weight: 600; } } .dati-top{ color:#fff; font-family:$font-family-sans-serif; font-weight: 600; font-size: 14px; letter-spacing:2px; display: inline-block; a{ color:#fff; transition: all ease 0.5s; &:hover, &:hover .ico, .ico:hover{ transition: all ease 0.5s; transform: scale(1.1); color: $colore-chiaro; } } .ico{ font-size:22px; margin-right:5px; font-family:'icomoon'; font-weight: 400; } } .tooltip-inner { color: #fff; background-color: $grigio; border-radius: 3px; padding:5px !important; box-shadow:0 0 0 rgba(0,0,0,.3); } .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before { border-bottom-color: $grigio !important; } .link-ico{ display:inline-block; font-size:17px; font-family:$heavy; color:$grigio; &:hover{color:$grigio;} .ico{ margin-left:10px; font-size:10px; transition: all 600ms ease; } &:hover{ .ico{ margin-left:15px; } } } .box-offerte-scorrevoli{ padding-bottom:50px; &:before{ content:''; position:absolute; top:0; bottom:0; margin:auto; right:0; left:0; width:1px; background-color:$sabbia; pointer-events:none; @include media-breakpoint-down(md) { display:none; } } } .line-mobi{ height:60px; width:1px; background-color:$sabbia; margin:15px auto; } .plus{ font-family:$heavy; position:relative; padding:30px 0; padding-left:50px; @include media-breakpoint-down(sm) {padding-top:15px;padding-bottom:15px} &:before{ content:''; background-color:$sabbia; width:1px; top:0; bottom:0; left:15px; display:block; position:absolute; } .ico{ color:$sabbia; font-size:18px; height:28px; position:absolute; left:0; top:0; bottom:0; margin:auto; background-color:$grigio; } &.no-top{ padding-top:0; padding-bottom:0; } &.no-before{ padding-top:0; .ico{ bottom:auto; } &:before{ display:none; } } } .sf-dw{ position:relative; z-index:2; &:before{ content:''; position:absolute; top:0; bottom:0; left:0; right:0; background-repeat:repeat-y; background-position:top left; background-image:url('/source/ombra-dw.png'); background-size:150%; } } .top{ text-align:center; color:$primary-color; display:block; @include media-breakpoint-down(sm) { color:$grigio; } .ico{ display:block; margin:0 auto; margin-bottom:25px; font-size:16px; } font-size:20px; } .social{ display:block; text-decoration:underline !important; font-size:17px; margin:5px 0; color:$primary-color; &:hover{ color:$primary-color-hover; } } .dati-dw{ font-size:30px; color:$primary-color; margin:10px 0; font-family:$lighter; @include media-breakpoint-down(sm) { font-size:25px; .ico{ display: block; margin: 12px auto; font-size: 30px; &.icon-email{ font-size: 26px; } } } a{color:$primary-color;} .ico{ margin-right:15px; } } .privacy-credits{ font-size:15px; a{color:$grigio;} } .img-top{ position:relative; @include media-breakpoint-down(md) {margin-top:55px;} &:before{ content:''; position:absolute; bottom:0; top:0; right:0; left:0; z-index:2; background: rgb(0,0,0); background: -moz-linear-gradient(0deg, rgba(0,0,0,0.4430147058823529) 0%, rgba(0,0,0,0.014443277310924318) 40%, rgba(0,0,0,0.3925945378151261) 100%); background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.4430147058823529) 0%, rgba(0,0,0,0.014443277310924318) 40%, rgba(0,0,0,0.3925945378151261) 100%); background: linear-gradient(0deg, rgba(0,0,0,0.4430147058823529) 0%, rgba(0,0,0,0.014443277310924318) 40%, rgba(0,0,0,0.3925945378151261) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); @include media-breakpoint-down(sm) {background-size:contain;} } } .bgk-half{ background: rgb(255,255,255); background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 46%, rgba(225,221,216,1) 46%); background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 46%, rgba(225,221,216,1) 46%); background: linear-gradient(0deg, rgba(255,255,255,1) 46%, rgba(225,221,216,1) 46%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="$sabbia",GradientType=1); } .fascia-sabbia, .fascia-bianca{ position:relative; &:before{ content:''; position:absolute; bottom:0; right:0; left:0; background-color:$sabbia; height:12vw; @include media-breakpoint-down(sm) { //display: none; } } &.no-bottom{ &:before{ display: none; } } &.fascia-top{ @include media-breakpoint-down(sm) { background-color:$sabbia !important; } &:after{ content:''; position:absolute; top:0; right:0; left:0; background-color:$sabbia; height:12vw; @include media-breakpoint-down(sm) { //display: none; } } } } .fascia-bianca{ &:before{ background-color:#fff; } } .link-pagine{ margin-bottom:10px; display:block; position:relative; overflow: hidden; @include media-breakpoint-down(sm) {margin:5px 0;} h3{ color:#fff; font-family:$corsivo; padding:0 15px; position:absolute; z-index:3; bottom:30px; right:0; left:0; text-align:center; @include media-breakpoint-down(md) { font-size: 30px; line-height: 1; } } &:before{ position:absolute; bottom:0; left:0; right:0; top:0; background-image:url('/source/ombra-link.png'); background-repeat:repeat-x; background-position:bottom left; z-index:2; content:''; } &.cmsCurrentPage{display:none;} } /* rist */ .related_1641994402{ .rist-link{display:none;} } /*********/ /*camere*/ .txt-camera{ position: absolute; top: 45px; left: -8.3%; z-index:3; text-align: left; @include media-breakpoint-down(sm) { margin-bottom: -40px; margin-top: -40px; position: relative; left: 0; max-width: 100% !important; .titolo-camere{ text-align: left; max-width: 100% !important; } } .titolo-camere{ max-width: 360px; } &.dx{ top: auto; bottom: 15px; left: auto; right: -8.3%; text-align: right; @include media-breakpoint-down(sm) { margin-top: -40px; right: 0; .titolo-camere{ text-align: right; } } } .titolo-camere{ @include media-breakpoint-down(md) { font-size: 40px; } } } .ombra-sf-dx{ position: relative; z-index:1; &:before{ content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index:2; background: rgb(157,161,164); background: -moz-linear-gradient(129deg, rgba(157,161,164,0.804359243697479) 0%, rgba(157,161,164,0) 100%); background: -webkit-linear-gradient(129deg, rgba(157,161,164,0.804359243697479) 0%, rgba(157,161,164,0) 100%); background: linear-gradient(129deg, rgba(157,161,164,0.804359243697479) 0%, rgba(157,161,164,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9da1a4",endColorstr="#9da1a4",GradientType=1); } &.sx{ &:before{ transform: rotate(180deg); } } } /*dettaglio camere**/ .icona-camere{ font-size: 20px; margin-right: 15px; } .icona-servizi{ font-size: 35px; margin: 20px auto; } .service-list{ .so_column{ @include media-breakpoint-down(sm) { font-size: 14px; padding: 15px; } } } /*contatti pag*/ .colonna-motivi{ .plus .ico{ background: $sabbia; color: $primary-color; } .plus:before{ background-color: $primary-color; } } /*home*/ .titolo-menu{ } .abs-logo{ Position: absolute; top: 50%; -moz-transform: translateY(-50%) ; -webkit-transform: translateY(-50%) ; transform: translateY(-50%) ; right: 0; left: 0; text-align: center; opacity: 0.8; } .box-foto-home{ position: relative; overflow: hidden; &:before{ position: absolute; z-index:1; display: block; content: ""; left: 0; right: 0; bottom: 0; height: 80%; background: rgb(0,0,0); opacity: 0.7; background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); } .pict{ transition: all ease 1s; } &:hover{ transition: all ease 1s; .pict{ filter: blur(8px); -webkit-filter: blur(8px); transition: all ease 1s; transform: scale(1.02); } } .titolo-box { z-index: 1; position: absolute; font-size: 60px; line-height: 120%; color: $white; left: 0; right: 0; top: 45%; margin-top: 0; @include media-breakpoint-down(md) { font-size: 40px; } } } .absolute-card { @include media-breakpoint-down(md) { margin-top: 10px; } } .flex-bottom { .txt-abs { align-items: flex-end !important; padding-bottom: 20px; } } .txt-abs { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; text-align: center; width: 100%; align-items: center; align-content: center; flex-shrink: 0; flex: 0 0 100%; background: linear-gradient(0deg, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0) 100%); .grow{ flex-grow: 1; } } .col-fix { @include media-breakpoint-up(md) { position: relative; lefT: 0; flex: none; float: left; } } .box-img-sticky { img { margin-bottom: 10px; } } .col-sticky { @include media-breakpoint-up(md) { position: sticky; top: 90px; flex: none; float: left; right: 0; } } .abs-alloggio { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; width: 100%; align-items: end; align-content: center; flex-shrink: 0; flex: 0 0 100%; background: linear-gradient(0deg, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0) 100%); .grow { flex-grow: 1; } .flex-bottom{ @include media-breakpoint-up(md) { align-items: end; } } .titolo-alloggio{ font-size: 75px; margin-bottom: 30px; @include media-breakpoint-down(md) { font-size: 40px; margin-bottom: 0; } } .specifiche{ display: block; letter-spacing: 1px; font-weight: 400; text-transform: uppercase; @include media-breakpoint-down(md) { display: none; } } } .txt-abs-top { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0) 100%); z-index: 3; } .abs-apt{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; width: 100%; align-items: center; align-content: center; flex-shrink: 0; flex: 0 0 100%; background: rgba(0,0,0,0.2); .txt-abs-apt{ flex-grow: 1; color:#fff; font-weight: 600; h2 { font-size: 75px; font-weight: 400; font-family: $corsivo; @include media-breakpoint-down(md) { font-size: 35px; } } .link-btn { margin: 60px auto 0; border-color: #FFF!important; font-weight: 400; width: auto; color: #fff !important; @include media-breakpoint-down(md) { margin: 30px auto 0; } } .specifiche { display: block; letter-spacing: 1px; font-weight: 400; text-transform: uppercase; @include media-breakpoint-down(md) { display: none; } } } } .img-bordo { @include media-breakpoint-up(lg) { position: relative; overflow: hidden; picture{ padding: 100px; } &:after{ content: ''; position: absolute; top: 0; bottom: 0; left: 0; z-index: 4; right: 0; border: 300px solid #fff; } &.visible{ transition: all 1000ms ease; picture{ padding: 0px; } picture, &:after{ border: 0px solid #fff; transition: all 1000ms ease; } } } } .logo-abs{ position: absolute; lefT: 0; top: 50%; } .slider-home{ position: relative; &:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index:1; content:""; display: block; background: linear-gradient(0deg, rgba(0,0,0,0.4430147058823529) 0%, rgba(0,0,0,0.014443277310924318) 40%, rgba(0,0,0,0.3925945378151261) 100%); } } .payoff { position: absolute; left: 0; right: 0; top: auto; bottom: 0; padding: 30px 0; z-index: 2; .pulsante { background: transparent; } .h1 { font-size: 30px; letter-spacing: 3px; font-weight: 200; font-family:"Roboto"; &.corsivo{ font-family:"Roboto"; } @include media-breakpoint-down(md) { font-size: 25px; } } } .booking { position: relative; z-index: 2; .col-12{ padding: 0; } } .booking #contenitore { margin: 0 auto; } .booking label { font-size: 14px; text-align: center; display: block; color:#303030; text-transform: uppercase; font-weight: 600; @include media-breakpoint-down(md) { font-weight: 400; text-transform: none; font-size: 12px; } } .booking input[type="text"], .booking select { font-size: 16px; background-color: transparent; background-position: bottom center; outline: none; text-align: center; color: $primary-color; background-repeat: no-repeat; line-height:120%; text-transform: uppercase; height:45px; } #pgall .booking select, #pgall .booking select#Cam1Bambini { background-image: url(/source/freccia-book.png); background-repeat: no-repeat; } #pgall .booking .kids select, #pgall .booking .adults select { } #pgall .booking .age-first select { background-color: #fff; color: $primary-color; text-align: left; text-indent: 5px; max-width: 60px; margin: 2px auto; border: 1px solid #ccc; } .booking select option { color: $colore-chiaro; } .booking .submit, .booking input[type="button"] { text-align: center; display: inline-block; line-height: 120%; font-size: 14px; background-color: $colore-chiaro-hover; width: auto; max-width: 280px; margin: 0 auto; padding: 17px 35px; position: relative; transition-property: color; transition-duration: 0.5s; transform: perspective(1px) translateZ(0); border-radius: 50px !important; overflow: hidden; text-transform: uppercase; @include media-breakpoint-down(md) { padding: 17px; width: auto; } } .booking input[type="text"] { color: $primary-color; background-image: url(/source/freccia-book.png); background-repeat: no-repeat; background-position: center bottom; cursor: pointer; } .booking #label-modcancreservation { color: #fff; line-height: 40px; } .booking .bordo { border-right: rgba(112,112,112, 0.2) 1px solid; } .booking .no-bordo { border-right: none } .fascia-luxury { @include media-breakpoint-down(md) { padding: 0; } } .slider-img { .imagegroup_item { position: relative; @include media-breakpoint-down(md) { margin-bottom: 10px; } } .slick-slide { position: relative; @include media-breakpoint-up(md) { max-width: 83.3333333333%; } } .so_image { &:before { @media (max-width: @screen-sm-max) { content: ''; position: absolute; bottom: 0; left: 0; right: 0; top: 0; background-repeat: repeat-x; background-position: bottom left; z-index: 2; background-image: url('/source/ombra-home.png'); } } } .image_caption { display: none; @media (max-width: @screen-sm-max) { display: block; color: #fff; font-weight: bold; position: relative; line-height: 35px; text-align: center; position: absolute; bottom: 20px; right: 0; left: 0; margin: 0 auto; text-transform: uppercase; text-shadow: 1px 1px 1px rgba(0,0,0,.4); z-index: 3; &:before { content: ''; width: 35px; height: 1px; background-color: #fff; position: absolute; bottom: 0px; right: 0; left: 0; margin: 0 auto; } } } } .img-singola-home { .image_caption { display: block; color: #fff; font-weight: bold; position: relative; line-height: 35px; text-align: center; position: absolute; bottom: 20px; right: 0; left: 0; margin: 0 auto; text-transform: uppercase; text-shadow: 1px 1px 1px rgba(0,0,0,.4); z-index: 3; } &:before { content: ''; position: absolute; bottom: 0; left: 5px; right: 5px; top: 0; background-repeat: repeat-x; background-position: bottom left; z-index: 2; background-image: url('/source/ombra-home.png'); pointer-events: none; @media (max-width: @screen-xs-max) { right: 0; left: 0; } } } .inline.attivita { max-width: 112px; .link-attivita { color: $primary-color; padding: 10px 0px; font-size: 14px; margin: 0px 25px 15px; letter-spacing: 1px; border-bottom: 1px solid #cec7b8; display: inline-block; line-height: 130%; &.active, &:hover{ color: $primary-color-hover; } .attivita-colore { border-bottom: 1px solid $primary-color; } .etichetta { font-size: 9px; margin-left: 5px; color: #fff; padding: 2px 5px; background: $colore-chiaro; } } .attivita-colore { .link-attivita { border-bottom: 1px solid $primary-color; } } .border-x { border-left: 1px solid #eee; border-right: 1px solid #eee; } } footer{ font-size: 14px; color:#303030; line-height: 140%; .link-footer { color:#303030; padding: 3px 15px; font-weight: 600; transition: all ease 0.5s; &:hover { color: $primary-color; transition: all ease 0.5s; } &.border-left { border-color: #ddd; } } .dati-footer { padding: 30px 0; font-size: 11px; line-height: 110%; opacity: 0.4; } } .sf-titolo{ &:before{ content:""; display: block; top: 0; right: 0; left: 0; bottom: 0; position: absolute; background: rgb(0,0,0); z-index:1; background: linear-gradient(0deg, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0) 100%); } } .abs-titolo{ position: absolute; bottom: 40px; left: 0; right: 0; top: auto; z-index:2; } .tendina-lingue-top{ position: absolute; top: 50px; left: 30px; color: #fff; z-index: 100; text-transform: uppercase; } //mrpreno .myreply.myReplyForm.mrpreno.mrprenoForm { .myreply_form { .mr_send_button_wrapper { .btn.btn-success.bt_send_form.btn-lg.alpaca-form-button { color: #fff; background-color: $primary-color; padding: 0 10px; height: 50px; width: 100%; line-height: 45px; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; max-width: 330px; border: 0px; border-radius: 50px; &:hover { background-color: $primary-color-hover; } } } } .mr_send_new_request_wrapper { .btn.btn-success.bt_send_new_request { color: #fff; background-color: $primary-color; padding: 0 10px; height: 50px; width: 100%; line-height: 45px; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; max-width: 330px; border: 0px; border-radius: 50px; &:hover { background-color: $primary-color-hover; } } } } .box-prenota{ background:$primary-color; padding:10px 20px; color:#fff; max-width: fit-content; margin: 0 auto; border-radius: 50px; }