// variabili sito $primary-color: #fd0077; $primary-color-hover: #0095d0; $giallo: #f9d23c; $viola: #881558; $turchese: #3c959d; $blu: #317fbd; $arancione: #eb7e24; $grigio: #f7f7f7; $background-input: transparent; $color-form: #2b393f; // ****************************************************** // variabili bootstrap $primary: $primary-color; $font-family-sans-serif: "Karla", sans-serif; $corsivo: "Karla", sans-serif; $corsivo-2: "Oooh Baby", cursive; $averia: "Averia Libre", cursive; $font-size-base: 1.125rem; $grid-gutter-width: 10px; $body-color: #000; $link-color: $body-color; $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; } a, a:hover, a:focus { text-decoration: none; } .corsivo { font-family: $corsivo; } .corsivo-2 { font-family: $corsivo-2; } .averia { font-family: $averia; } .colore-uno { color: $primary-color; } .colore-due { color: $primary-color-hover; } .giallo { color: $giallo; } .turchese { color: $turchese; } .viola { color: $viola; } .blu { color: $blu; } .arancione { color: $arancione; } .bg-white { background-color: #fff; } .bgk-uno { background-color: $primary-color; } .bgk-due { background-color: $primary-color-hover; } .bgk-grigio { background-color: $grigio; } .bg-rosa { background-color: #f8d8e7; } .bg-giallo { background-color: #fcf0d6; } .bg-azzurro { background-color: #d4f1f5; } .bg-turchese { color: #fff !important; background-color: $turchese; } input[type="email"], input[type="image"], input[type="number"], input[type="password"], input[type="text"], select, textarea { width: 100%; margin: 0; appearance: none; -moz-appearance: none; border: none; 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; appearance: none; -moz-appearance: none; border: none; border-radius: 0; 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, .comparsa { 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; } .flex { @include media-breakpoint-up(md) { display: flex; align-items: center; justify-content: center; } &.no-justify { justify-content: unset; } } .align-center { @include media-breakpoint-up(md) { align-items: center; } } p, address { margin: 0; line-height: inherit; } ul { margin: 0; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } .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; } &.grigio { background-color: #f7f7f7; } } .container, .container-fluid { max-width: 100%; transition: all 600ms ease; } .container-fluid { max-width: 1860px; &:before { display: block; } } .divisore { padding-bottom: 40px; @include media-breakpoint-down(sm) { padding-bottom: 25px; } } h3, h1, h2.grande { font-size: 48px; line-height: 50px; font-weight: bold; @include media-breakpoint-down(lg) { font-size: 42px; line-height: 44px; } @include media-breakpoint-down(md) { font-size: 33px; line-height: 36px; } @include media-breakpoint-down(sm) { font-size: 25px; line-height: 29px; } &.max-wdt { max-width: 890px; margin: 0 auto; } } h1 { max-width: 1300px; margin: 0 auto; } h4 { font-size: 26px; line-height: 28px; @include media-breakpoint-down(sm) { font-size: 23px; line-height: 26px; } } .testo { padding: 40px 10px; word-wrap: break-word; @include media-breakpoint-down(lg) { padding: 30px 10px; } @include media-breakpoint-down(sm) { padding: 20px 5px; } h1 { margin-bottom: 30px; } } .testo-sx { padding-right: 30px; @include media-breakpoint-down(md) { padding-right: 15px; } @include media-breakpoint-down(sm) { padding-right: 5px; } } .testo-dx { padding-left: 30px; @include media-breakpoint-down(md) { padding-left: 15px; } @include media-breakpoint-down(sm) { padding-left: 5px; } } .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; } .link-mobi { color: #999 !important; font-size: 10px; padding-top: 14px; line-height: normal; padding-bottom: 1px; height: 100%; display: block; span[class^="icon-"] { margin-top: 7px; margin-bottom: 4px; display: block; font-size: 20px; } img { margin: 0 auto; margin-bottom: 11px; display: block; } a { color: #999 !important; } } .result_inscr_newsl_min { color: #fff; } #ContContatti { color: $color-form; input[type="radio"], input[type="checkbox"] { display: inline-block; margin-right: 4px; margin-top: 2px; } .reparto_item { transition: all 400ms ease; & > div { display: inline-block; padding-right: 25px; } &.disabled { opacity: 0; visibility: hidden; height: 0; } } .form-group { margin: 0 0 15px 0; } .modulo_alt { font-size: 15px; height: 40px; text-indent: 4px; width: 100%; border: none; background-color: transparent; color: #2b393f; appearance: none; max-width: 100%; border: #95989d 1px solid; @include media-breakpoint-only(lg) { font-size: 13px; } option { color: $color-form; } &::-webkit-input-placeholder { color: $color-form; } &::-moz-placeholder { color: $color-form; } &:-ms-input-placeholder { color: $color-form; } &:-moz-placeholder { 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: 10px; background-color: $background-input; } .modulo_alt.modulo_checkbox { width: 15px; height: 15px; appearance: checkbox; } .strutture_check { padding: 0; .struttura { display: inline-block; padding: 0 5px; } } .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 { font-size: 15px; padding: 4px 0; margin-top: 1px; font-weight: 700; color: $color-form; } .sep { padding-bottom: 10px; } textarea { min-height: 150px; @include media-breakpoint-down(md) { min-height: 100px; } } .separatore { margin-bottom: 10px; } select.modulo_alt { background-image: url("/source/arr_down.png"); background-repeat: no-repeat; background-position: 95% 50%; background-position: right 10px bottom 50%; } .privacy-obbligatori { text-align: left; font-size: 13px; padding-left: 6px; } .privacy-form { text-align: right; font-size: 13px; @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; } #ContContatti input[type="button"].bottone_alt, #pgall .wrapper_form_cont input[type="submit"] { cursor: pointer; color: #fff; background-color: $primary-color-hover; padding: 0 10px; height: 50px; width: 100%; line-height: 45px; appearance: none; float: right; margin: 0; margin-top: 15px; outline: none; font-size: 14px; letter-spacing: 0; text-transform: uppercase; max-width: 330px; border: none; border-radius: 0; @include media-breakpoint-down(sm) { float: none; margin: 15px auto; margin-bottom: 0; } &:hover { background-color: $primary-color; color: #fff; } } #pgall .wrapper_form_cont .privacy_check div { display: inline-block; } .flt_left { float: left; } .flt_right { float: right; } .fullWidth img { max-width: 100%; text-align: center; } .rel { position: relative; } .col_5 { width: 20%; float: left; @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 { 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; } a:focus, a:active, a:link, img, .slick-slide { outline: none; } @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, 1); } } .bgzoom { overflow: hidden; } .bgzoom img { animation: bgzoom-reverse 0.3s ease-out; animation-fill-mode: forwards; } .bgzoom img:hover { animation: bgzoom 0.3s ease-out; animation-fill-mode: forwards; } @keyframes opacity { from { opacity: 0; } to { opacity: 1; } } @keyframes bounceArrow { 0% { transform: translateY(0); } 100% { transform: translateY(7px); } } .bounce { animation: bounceArrow 0.55s ease 0s alternate infinite; } .opacity-animation { @include media-breakpoint-up(md) { 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; } #pgall select { background-image: url(/source/arr_down.png); background-repeat: no-repeat; background-position: 97.5% 50%; } .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; } } .pulsante { &:link, &:active, &:visited, &:focus { text-align: center; display: block; line-height: 45px; color: #000; font-size: 15px; font-weight: bold; background-color: $giallo; width: 100%; max-width: 170px; text-transform: uppercase; margin: 0 auto; padding: 0 5px; position: relative; transition-property: color; transition-duration: 0.5s; transform: perspective(1px) translateZ(0); } &.bordato { max-width: 240px; border-left: 8px solid $primary-color; } &:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: $primary-color; transform: scaleX(0); transform-origin: 0% 100%; transition-property: transform; transition-duration: 0.5s; transition-timing-function: ease-out; } &:hover { color: #fff; &:before { transform: scaleX(1); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } } img { margin: 0 6px; } .ico { margin-left: 10px; } } .no-pad { padding: 0px; } #pgall #email_min { height: 50px; text-indent: 10px !important; color: #000; font-size: 16px; appearance: none; outline: none; background-color: #fff; &::-webkit-input-placeholder { color: #000; } &::-moz-placeholder { color: #000; } &:-ms-input-placeholder { color: #000; } &:-moz-placeholder { color: #000; } } #pgall #button_email_min { border: none; height: 50px; appearance: none; background: none; background-color: $primary-color-hover; color: #fff; font-weight: bold; text-transform: uppercase; width: 100%; &:hover { background-color: $primary-color; } } #wrapper_email_min { margin: 0 auto; max-width: 790px; width: 100%; @include media-breakpoint-down(md) { margin-left: auto; } .field_email_min { width: 57%; @include media-breakpoint-down(sm) { width: 100%; } } .field_button_min { width: 43%; @include media-breakpoint-down(sm) { width: 100%; margin-top: 10px; } } .link_email { font-size: 13px; color: #000 !important; } .newsletter_min_cont_privacy { margin-top: 10px; color: #000 !important; a { color: #000 !important; } } } #testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited { color: #428bca !important; } .op_block { cursor: pointer; background-color: #f7f7f7; max-width: 80px; color: #000; text-align: center; font-size: 16px; height: 90px; transition: all 400ms ease; @include media-breakpoint-down(md) { height: auto; font-size: 10px; margin: 0 auto; } &.open { @include media-breakpoint-down(md) { margin-top: 0; } } } .click { width: 35px; height: 40px; position: relative; margin: 0px auto; transform: rotate(0deg); transition: 0.5s ease-in-out; cursor: pointer; @include media-breakpoint-down(md) { height: 35px; width: 25px; } span { display: block; position: absolute; height: 2px; width: 100%; background: #000; border-radius: 0px; opacity: 1; left: 0; transform: rotate(0deg); transition: 0.25s ease-in-out; &:nth-of-type(1) { top: 12px; } &:nth-of-type(2), &:nth-of-type(3) { top: 20px; } &:nth-of-type(4) { top: 28px; } } } .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%; } } .vedi-menu.slide-menu, ul.level1 ul.level2.slide-menu { opacity: 1 !important; visibility: visible !important; 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); transform: scale(1) translate3d(0, 0, 0); } .sf-sub-indicator { display: none; } ul.level1 { @include media-breakpoint-down(md) { padding: 0 30px !important; } @include media-breakpoint-up(lg) { margin: 0 auto; width: 100%; float: right !important; line-height: normal; max-width: 290px; } li { @include media-breakpoint-up(lg) { float: none !important; display: block !important; position: static !important; padding-right: 60px; ul.level2 { background-repeat: no-repeat; background-position: center; background-size: cover; top: 0; bottom: 0; display: flex; justify-content: center; flex-flow: column; &:before { position: absolute; left: 0; top: 0; bottom: 0; right: 0; pointer-events: none; content: ""; background-image: url("/source/ombra-menu.png"); background-repeat: repeat-y; background-position: top left; } } &.button_e974a1a3546c_container ul.level2 { background-image: url("/source/sottomenu-colorholiday.jpg"); } &.button_715e79f59b7a_container ul.level2 { background-image: url("/source/sottomenu-info.jpg"); } &.button_4b15d156f83a_container ul.level2 { background-image: url("/source/sottomenu-contatti.jpg"); } &.button_451b94ef6787_container ul.level2 { background-image: url("/source/sottomenu-gallery.jpg"); } } @include media-breakpoint-down(md) { width: 100%; } &.sfHover > a, &.cmsCurrentPageContainerLevel_1 > a, a:hover, a.cmsCurrentPage { color: $primary-color; } a { position: relative; z-index: 5; font-size: 18px; color: #000; font-weight: bold; padding: 12px 10px; padding-right: 35px; background-repeat: no-repeat; background-position: 50% 85%; text-align: right; letter-spacing: 1px; display: block; border-bottom: 1px solid rgba(0, 0, 0, 0.1); text-transform: uppercase; text-align: right; @include media-breakpoint-down(md) { width: 100%; background-position: 95% 50%; text-align: left !important; } @include media-breakpoint-down(sm) { padding: 6px 10px; padding-right: 35px; text-align: left !important; } .ico, .cms-icon-angle-arrow-down { position: absolute; right: 0; top: 0; bottom: 0; margin: auto; height: 18px; } .cms-icon-angle-arrow-down { vertical-align: middle; font-family: inherit !important; &:before { content: "+"; font-size: 18px; font-weight: bold; } } &.sf-with-ul { @include media-breakpoint-down(md) { background-position: 95% 50%; } } } ul.level2 { position: absolute; z-index: 999; margin: 0px; padding: 0; left: 100%; width: 200%; @include media-breakpoint-down(md) { padding: 0; display: block; z-index: 90; -webkit-backface-visibility: hidden; background-color: #f7f7f7; width: 100%; max-width: 1920px; top: -10px; left: 0; right: 0; bottom: 0; margin: 0 auto; position: fixed; box-sizing: content-box; -webkit-overflow-scrolling: touch; transform: scale(1.5) translate3d(0, 0, 0); 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.1s; overflow-y: auto; opacity: 0 !important; visibility: hidden !important; } 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 { color: #fff; font-size: 23px; width: 100%; margin: 0px; padding-left: 60px; text-align: left; display: block; border: none; &.cmsCurrentPage, &:hover { text-decoration: underline; } @include media-breakpoint-down(md) { padding: 10px 25px; font-size: 18px; color: #000; width: 100%; display: block; width: 100%; border: none; margin-right: 0; margin-left: 0; float: none; } } &:first-child { display: none !important; @include media-breakpoint-down(md) { display: block !important; a { text-align: left; background: none; padding: 10px 25px; background-color: $primary-color-hover; color: #fff; .icon-freccia { transform: rotate(180deg); } img { margin-top: -2px; } } } } &:last-child { border: none; } } } } } ul.level1.link-menu-top { @include media-breakpoint-down(md) { float: none !important; } max-width: 100%; &.level1 { li { &.submenu-container { padding: 0px 7px; border-right: 1px solid #eee; & > a { padding-top: 34px; padding-bottom: 34px; border-bottom: 0; text-align: left; padding-right: 30px; .cms-icon-angle-arrow-down { right: 15px; } } .submenu { left: 0; display: block; top: auto; bottom: auto; } .lista-struttura { background: #fff; width: 100%; &:before { display: none; } li { padding: 0; a { color: #222; font-size: 18px; padding: 15px; &:hover { color: $primary-color; text-decoration: none; } } } } } } } } .vedi-menu { display: block; background-image: url("/source/sf-menu.jpg"); background-repeat: no-repeat; background-position: center right; background-color: #fff; z-index: 89; -webkit-backface-visibility: hidden; width: 100%; max-width: 1920px; top: 0px; left: 0; right: 0; bottom: 0; margin: 0 auto; position: fixed; box-sizing: content-box; -webkit-overflow-scrolling: touch; transform: scale(1.5) translate3d(0, 0, 0); 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; visibility: hidden; opacity: 0; @include media-breakpoint-down(lg) { background-position: center; } @include media-breakpoint-down(md) { top: 69px; background: none; width: 60%; padding-top: 20px; right: auto; overflow: hidden; background-color: #fff; } @include media-breakpoint-down(sm) { width: 100%; padding-top: 10px; } &:before { width: 66.66666%; position: absolute; left: 33.33333333%; top: 0; bottom: 0; right: 0; pointer-events: none; content: ""; background-image: url("/source/ombra-menu.png"); background-repeat: repeat-y; background-position: top left; @include media-breakpoint-down(md) { display: none !important; } } &:after { position: absolute; height: 9px; left: 0; top: 0; right: 0; z-index: 92; pointer-events: none; content: ""; background-image: url("/source/linea-colorata.png"); background-repeat: repeat-y; background-size: contain; background-position: center top; @include media-breakpoint-down(md) { display: none !important; } } .link-ospitalita { position: relative !important; top: auto !important; text-align: center !important; } } 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; } .li_mesi, .li_contenuti { color: #333 !important; } .bo_gallery_photoswipe figure { text-align: center; position: relative; cursor: pointer; width: 20%; @include media-breakpoint-down(md) { width: 33.3333333%; } @include media-breakpoint-down(sm) { width: 50%; } img { max-width: 100%; padding: 5px; } } .so_languageLinks { .tendina-lingue { font-size: 18px; cursor: pointer; padding: 0px 5px; line-height: 50px; text-align: right; width: 100%; padding-right: 60px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; @include media-breakpoint-down(md) { border: none; padding-top: 0; padding-left: 30px; text-align: left !important; } img { margin: 0 4px; margin-top: -3px; } .cms-icon-angle-arrow-down { font-size: 8px !important; } #select_lingue { line-height: 16px; font-size: 15px; width: 100%; margin: 0 auto; top: 50px; width: 100px; max-width: 100%; right: 0; z-index: 9; position: absolute; left: 0; @include media-breakpoint-down(md) { max-width: 100px; right: 100px; } .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 { margin-top: 35px; .offer-background-primary-color { background-color: $primary-color; } .offer-section { display: none; } .offer_list { .offer { margin-bottom: 35px; @include media-breakpoint-up(xl) { padding: 0 15px; } @include media-breakpoint-down(sm) { margin-bottom: 20px; } .img_container { .offer-label { background-color: $primary-color !important; font-weight: lighter; &:after { border-top-color: #555 !important; } } } .testi_container { background-color: #fff !important; font-size: 16px; .grey { color: #ccc; margin: 10px 0 5px; } .testi_container_inner { padding: 0 15px 15px 20px; @include media-breakpoint-down(sm) { padding: 0 10px 10px 10px; } } } a.title { color: $body-color; font-size: 18px; line-height: 21px; &:hover { color: $primary-color; } } .subtitle { color: #000; @include media-breakpoint-down(sm) { line-height: 18px; } } .validity { color: #ccc; font-weight: normal; } .list_price { border: none; color: #555; letter-spacing: 1px; } .offer-button { background-color: $giallo; color: #3f3f3f; .cms-icon { font-size: 14px; } &:hover { background-color: $primary-color-hover; color: #fff; } } &.blocchetto_prezzo .offerta-prezzo-cont { font-size: 13px; .offerta-prezzo { font-size: 25px; line-height: 27px; color: $primary-color; font-weight: bold; &.offerta-prezzo-barrato { color: #000; font-size: 13px; font-weight: normal; } } } } } } .dett_offerte { max-width: 1430px; margin: 0 auto; margin-bottom: 25px; #ContContatti { padding: 25px 15px; background-color: #e9eaeb; } 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 { line-height: 24px; font-size: 22px; padding: 10px 0; padding-bottom: 25px; @include media-breakpoint-down(md) { line-height: 21px; font-size: 20px; } } .etichetta-prezzo { font-size: 15px; } .pulsante { color: #fff !important; margin-top: 25px; } .social_bar { margin-top: 20px; } .testo-off { @include media-breakpoint-down(md) { padding-top: 20px; } } } .slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; margin-bottom: 0; .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; &:focus { outline: none; } &.dragging { cursor: pointer; cursor: hand; } transform: translate3d(0, 0, 0); .slick-track { position: relative; left: 0; top: 0; display: block; margin: 0 auto; zoom: 1; 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 { .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; } .slick-prev, .slick-next { position: absolute; display: block; height: 30px; line-height: 30px; width: 40px; 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: 5; &:hover, &:focus { outline: none; } &:hover:before, &:focus:before, &:hover:before, &:focus:before { opacity: 1; } &:before, &:before { font-size: 20px; line-height: 1; color: rgba(17, 17, 17, 0.8); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } } .slick-prev { left: 0; &:before { content: "\e937"; transform: rotate(180deg); } } .slick-next { right: 0; &:before { content: "\e937"; } } .slick-dots { position: relative; list-style: none; display: block; text-align: center; padding: 0; width: 100%; z-index: 10; margin-top: 25px; @include media-breakpoint-down(sm) { } li { position: relative; display: inline-block; height: 8px !important; margin: 0 5px; padding: 0; cursor: pointer; button { border: 0; background-color: #ccc; border-radius: 50%; display: block; height: 8px !important; width: 8px !important; padding: 0; outline: none; line-height: 0; font-size: 0; color: transparent; cursor: pointer; &:hover, &:focus { outline: none; background-color: $primary-color; } &:after, &:before { display: none; } } &.slick-active button { outline: none; background-color: $primary-color; } &: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; } .eventi-scorrevoli { .bordered { margin: 0 5px; .cont-img { img { height: auto; } } .cont-offerta { padding: 35px 25px; @include media-breakpoint-down(sm) { padding: 25px 15px; } .titolo-evento { font-size: 25px; font-weight: bold; line-height: 1.2; margin-bottom: 15px; a { color: $primary-color; &:hover { color: $primary-color-hover; } } } .link { float: right; background-color: #f9d23c; width: 50px; line-height: 50px; text-align: center; font-size: 18px; margin-top: 25px; &:hover { background-color: $primary-color; } } } } } .dettaglio-eventi { margin: 0 auto; .prezzo { font-size: 22px; font-weight: bold; b { font-size: 22px; } } h1 { font-size: 38px; line-height: 42px; padding: 0; margin-bottom: 15px; @include media-breakpoint-down(lg) { font-size: 30px; line-height: 33px; } @include media-breakpoint-down(sm) { font-size: 25px; line-height: 29px; } } .sottotitolo { line-height: 22px; font-size: 20px; padding: 10px 0; font-weight: bold; padding-bottom: 25px; @include media-breakpoint-down(md) { line-height: 21px; font-size: 20px; } } .descrizione { margin-top: 25px; } .pulsante { color: #fff !important; margin-top: 25px; } .social_bar { margin-top: 20px; } .testo-off { padding-left: 25px; @include media-breakpoint-down(md) { padding-left: 5px; padding-top: 20px; } } #ContContatti2 { .row_label { font-size: 15px; white-space: inherit; } } } .hideme, .moveUp, .moveDown, .moveRight, .moveLeft { @include media-breakpoint-up(lg) { opacity: 0; } } .slider-all-inclusive, .slider-img, .slider-img-didascalia { img { padding: 5px; } .image_caption { position: absolute; top: 5px; bottom: 5px; right: 5px; left: 5px; background-color: rgba(0, 0, 0, 0.2); text-align: center; z-index: 2; color: #fff; font-size: 25px; font-weight: bold; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); display: flex; align-items: center; justify-content: center; flex-flow: column; @include media-breakpoint-down(lg) { font-size: 21px; } @include media-breakpoint-down(md) { font-size: 18px; } .sezione { min-height: 70px; @include media-breakpoint-down(md) { min-height: 60px; } } .icon-cresta { display: block; margin: 15px auto; @include media-breakpoint-down(md) { margin: 0px auto; } @include media-breakpoint-down(sm) { margin: 15px auto; } } &:hover { .comparsa { opacity: 1; pointer-events: auto; } } .icon-freccia { background-color: #f9d23c; height: 45px; width: 45px; line-height: 45px; text-align: center; color: #000; font-size: 15px; text-shadow: none; margin-top: 22px; @include media-breakpoint-down(lg) { margin-top: 0; } @include media-breakpoint-down(sm) { margin-top: 18px; } &:hover { animation: bounceArrow 0.55s ease 0s alternate infinite; } &:before { transform: rotate(90deg); display: block; } } } &.no_caption { .image_caption { position: relative; top: auto; bottom: auto; right: auto; left: auto; background-color: transparent; text-align: left; z-index: 2; color: $body-color; font-size: 18px; font-weight: normal; text-shadow: none; display: block; padding: 25px 10px; h4 { color: $primary-color; font-weight: bold; margin-bottom: 10px; } .c-type { li { font-weight: normal; } } } } &.home { .image_caption { .icon-freccia { &:before { transform: none; } } } .slick-slide { &:after { @include media-breakpoint-down(sm) { display: block; } } } .slick-slide:nth-of-type(1), .slick-slide:nth-of-type(4) { &:after { @include media-breakpoint-down(sm) { background: #125a71 !important; background: linear-gradient( 150deg, #125a71 0%, #a2d5d0 100% ) !important; } } } .slick-slide:nth-of-type(2) { &:after { @include media-breakpoint-down(sm) { background: #881558 !important; background: linear-gradient( 150deg, #881558 0%, #e62074 100% ) !important; } } } .slick-slide:nth-of-type(3) { &:after { @include media-breakpoint-down(sm) { background: #eb7e24 !important; background: linear-gradient( 150deg, #eb7e24 0%, #fbe361 100% ) !important; } } } } .comparsa { background-color: $primary-color; color: #fff; text-align: center; opacity: 0; pointer-events: none; position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; flex-flow: column; font-size: 18px; padding: 0 10px; img { margin-bottom: 25px; max-height: 60%; } @include media-breakpoint-down(md) { display: none; } } } .slider-img, .slider-img-didascalia { padding-bottom: 30px; img { padding: 0; } a { display: block; img { padding: 0; } } .image_caption { top: 0; bottom: 0; left: 0; right: 0; } .slick-slide { position: relative; border: 5px solid #f7f7f7; &:after { position: absolute; height: 9px; left: 0; top: 0; right: 0; z-index: 10; pointer-events: none; content: ""; background: rgb(18, 90, 113); background: linear-gradient( 150deg, rgba(18, 90, 113, 1) 0%, rgba(162, 213, 208, 1) 100% ); transition: all 400ms ease; @include media-breakpoint-down(sm) { display: none; } } &.slick-current + .slick-slide { &:after { background: rgb(136, 21, 88); background: linear-gradient( 150deg, rgba(136, 21, 88, 1) 0%, rgba(230, 32, 116, 1) 100% ); } } &.slick-current + .slick-slide + .slick-slide { &:after { background: rgb(235, 126, 36); background: linear-gradient( 150deg, rgba(235, 126, 36, 1) 0%, rgba(251, 227, 97, 1) 100% ); } } } h2 { margin-top: 25px; } .slick-prev, .slick-next { bottom: -45px; top: auto; margin-top: 0; } .slick-prev { left: 50%; margin-left: -40px; } .slick-next { right: 50%; margin-right: -40px; } &.no-border { .slick-slide { border-color: #fff; } } } .slider-rist { .slick-prev, .slick-next { top: -45px; bottom: auto; margin-top: 0; } .slick-prev { left: 50%; margin-left: -40px; } .slick-next { right: 50%; margin-right: -40px; } } .slider-all-inclusive { img { padding: 0; } .image_caption { right: 0; left: 0; top: 0; bottom: 0; } .slick-prev, .slick-next { top: -45px; bottom: auto; margin-top: 0; } .slick-prev { left: 50%; margin-left: -40px; } .slick-next { right: 50%; margin-right: -40px; } .slick-slide { position: relative; border: 5px solid #fff; &:after { display: block; position: absolute; height: 9px; left: 0; top: 0; right: 0; z-index: 10; pointer-events: none; content: ""; background: rgb(18, 90, 113); background: linear-gradient( 150deg, rgba(18, 90, 113, 1) 0%, rgba(162, 213, 208, 1) 100% ); transition: all 400ms ease; } &.slick-current + .slick-slide { &:after { background: rgb(136, 21, 88); background: linear-gradient( 150deg, rgba(136, 21, 88, 1) 0%, rgba(230, 32, 116, 1) 100% ); } } &.slick-current + .slick-slide + .slick-slide { &:after { background: rgb(235, 126, 36); background: linear-gradient( 150deg, rgba(235, 126, 36, 1) 0%, rgba(251, 227, 97, 1) 100% ); } } } .slick-slide:nth-of-type(1), .slick-slide:nth-of-type(4) { &:after { @include media-breakpoint-down(sm) { background: #125a71 !important; background: linear-gradient( 150deg, #125a71 0%, #a2d5d0 100% ) !important; } } } .slick-slide:nth-of-type(2) { &:after { @include media-breakpoint-down(sm) { background: #881558 !important; background: linear-gradient( 150deg, #881558 0%, #e62074 100% ) !important; } } } .slick-slide:nth-of-type(3) { &:after { @include media-breakpoint-down(sm) { background: #eb7e24 !important; background: linear-gradient( 150deg, #eb7e24 0%, #fbe361 100% ) !important; } } } } .freccia-none { opacity: 0; pointer-events: none; } .wrapper-video { position: relative; padding-bottom: 56.25%; height: 0; } .wrapper-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .lista-custom { list-style-type: none; padding: 25px 0px; li { position: relative; padding: 3px 0px 3px 0; list-style-position: inside; h4 { font-size: 25px; line-height: 28px; font-weight: bold; color: $primary-color; } } } .c-type { list-style-type: none; padding: 25px 0px; li { position: relative; padding: 5px 0px 5px 25px; list-style-position: inside; font-weight: bold; &:before { content: "\e934"; display: block; color: $primary-color; position: absolute; left: 0; font-size: 25px; } } } .plus { list-style-type: none; padding: 25px 0px; li { position: relative; padding: 15px 0px 15px 40px; list-style-position: inside; font-size: 18px; &:before { content: ""; position: absolute; left: 0; top: 3px; margin: auto; height: 40px; width: 27px; background-image: url(/source/c.png); background-repeat: no-repeat; } } } .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; } } .inline { display: inline-block; } #imagelightbox-caption { display: none; } .pad-centrale { padding: 60px 0; @include media-breakpoint-down(lg) { padding: 40px 0; } @include media-breakpoint-down(md) { padding: 35px 0; } @include media-breakpoint-down(sm) { padding: 30px 0; } &.no-bottom-pad { padding-bottom: 0; } &.no-top-pad { padding-top: 0; } } .mar-img-dw { margin-bottom: 15px; } .so_socialFollow { .socialFollow { .icon { height: auto !important; .cms-icon { transition: all 400ms ease; line-height: 25px; display: inline-block; vertical-align: middle; } } a:hover { .icon { .cms-icon { color: rgba(255, 255, 255, 0.6) !important; } } } } } .dati-top { position: relative; padding-left: 55px; color: #000; font-size: 14px; margin-top: 25px; @include media-breakpoint-down(lg) { padding-left: 45px; font-size: 13px; } a { color: #000; } &:before { content: ""; left: 0; height: 35px; position: absolute; top: 0; bottom: 0; margin: 10px auto; width: 1px; background-color: rgba(0, 0, 0, 0.2); } .ico { font-size: 25px; height: 25px; position: absolute; top: 0; bottom: 0; margin: 10px auto; left: 20px; color: #999; @include media-breakpoint-down(lg) { left: 15px; } img { height: 25px; display: block; } } } #pgall { .booking { @include media-breakpoint-up(xl) { width: 230px; max-width: 100%; } position: absolute; top: 0; right: 0; margin: auto; z-index: 2; background-color: #f7f7f7; a { font-size: 15px; color: #000; } .box-select { padding: 5px 30px; /*da 10px a 30px*/ border-top: 1px solid rgba(0, 0, 0, 0.1); @include media-breakpoint-down(lg) { padding: 0 6px; } label { display: block; float: left; width: 65%; line-height: 25px; @include media-breakpoint-down(lg) { float: none; width: 100%; line-height: 20px; } } select { display: block; float: left; width: 35%; background-color: transparent; @include media-breakpoint-down(lg) { width: 100%; float: none; } } &.bordo-select { border-left: 1px solid rgba(0, 0, 0, 0.1); } } label { font-size: 15px; margin: 0; color: #000; display: block; line-height: 16px; letter-spacing: 1px; } .date_box { color: $primary-color-hover; text-align: center; cursor: pointer; position: relative; height: 45px; @include media-breakpoint-down(lg) { height: 40px; } .day_formatted, .departday_formatted { font-size: 25px; line-height: 20px; margin: 5px 0; color: $primary-color-hover; font-weight: bold; @include media-breakpoint-down(lg) { margin: 2px 0; } } .DepartMonth, .ArriveMonth, .day_text_dep, .day_text_arr { font-size: 16px; padding-top: 5px; font-weight: bold; } #data_partenza, #data_arrivo, select { position: absolute; left: 0px; top: 0px; bottom: 0; right: 0; height: 100%; background: none; border: none; text-indent: -99999px; color: transparent; cursor: pointer; width: 100%; outline: none; } } .partenza-box { border-left: 1px solid rgba(0, 0, 0, 0.1); } .bordo { padding: 12px 0; margin: auto; @include media-breakpoint-down(lg) { padding: 5px 0; } } .seleziona-verifica { &:after { content: "\e901"; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; font-size: 20px; height: 20px; color: #fff; } .btn_preventivo { height: 55px; border-top: 5px solid #007fb1; color: #fff; background-color: $primary-color-hover; font-size: 16px; font-weight: bold; text-transform: uppercase; transition: all 400ms ease; white-space: normal; text-align: left; padding-left: 15px; &:hover { border-color: #9b2328; background-color: $primary-color; } } } } } .box-tripadvisor { position: absolute; bottom: 35px; width: 100%; max-width: 465px; right: 0; z-index: 7; @include media-breakpoint-down(md) { position: relative; bottom: 0 !important; right: auto; max-width: 100%; display: flex; align-items: center; justify-content: center; } } .box-tripadvisor-banner { position: absolute; bottom: 35px; right: 0; width: 100%; z-index: 7; @include media-breakpoint-down(md) { position: relative; bottom: 0 !important; right: auto; max-width: 100%; display: flex; align-items: center; justify-content: center; } } .mrprenoForm { .wrp_guide_button { margin-top: 25px; display: block; text-align: right; img { max-width: 100%; } } } .so_newsletterForm { .wrp_guide_button { margin-top: 10px; display: block; text-align: right; padding-right: 15px; img { max-width: 280px; } } } .cnt_text_popup { display: none; text-align: center; } .somodal { .cnt_text_popup { display: block; text-align: center; img { max-width: 100%; } } } .box-gruppo { max-width: 330px; margin: 0 auto; color: #fff; font-size: 20px; padding: 80px 5px; @include media-breakpoint-down(md) { padding: 30px 5px; } a.pulsante { display: block; color: #fff; font-size: 16px; background-color: #317fbd; padding: 12px 5px; padding-left: 80px; padding-right: 40px; border-left: 8px solid $primary-color; position: relative; margin: 2px 0; max-width: 100%; line-height: normal; text-transform: none; text-align: left; b { display: block; } .ico { font-size: 15px; height: 15px; top: 0; bottom: 0; margin: auto; position: absolute; right: 15px; } .logo { position: absolute; top: 0; bottom: 0; margin: auto; left: 15px; } } } .dati-dw { color: #fff; font-weight: bold; line-height: 2.8rem; a { color: #fff; &:hover { text-decoration: underline !important; } } } .frase-top { font-size: 25px; color: #000; margin: 0 auto; margin-top: 15px; max-width: 900px; font-weight: bold; } .img-top { margin-top: 90px; @include media-breakpoint-down(md) { &.no-after { margin-top: 0px; } margin-top: 60px; } picture, .box-tripadvisor { @include media-breakpoint-down(sm) { display: none; } } &:after { position: absolute; height: 9px; left: 0; bottom: 0px; right: 0; z-index: 9; pointer-events: none; content: ""; background-image: url("/source/linea-colorata.png"); background-repeat: repeat-y; background-size: contain; background-position: center top; @include media-breakpoint-down(sm) { bottom: -9px; } } &.no-after { &:after { display: none; } } } .pg-home { .img-top { picture { @include media-breakpoint-down(sm) { display: block; } } } } .blk-offerte-scorrevoli, .blk-linea { position: relative; &:after { position: absolute; height: 9px; left: 0; top: 0; right: 0; z-index: 9; pointer-events: none; content: ""; background-image: url("/source/linea-colorata.png"); background-repeat: repeat-y; background-size: contain; background-position: center top; } &.doppia { &:before { position: absolute; height: 9px; left: 0; bottom: 0; right: 0; z-index: 9; pointer-events: none; content: ""; background-image: url("/source/linea-colorata.png"); background-repeat: repeat-y; background-size: contain; background-position: center top; } } } .box-servizi { padding: 0 3%; h4 { margin-bottom: 5px; font-size: 25px; line-height: 28px; font-weight: bold; margin-top: 15px; } .box { border-bottom: rgba(17, 17, 17, 0.2) 1px solid; padding: 40px 20px; padding-left: 110px; position: relative; font-size: 15px; font-weight: bold; @include media-breakpoint-down(lg) { padding-right: 10px; } @include media-breakpoint-down(sm) { padding: 30px 10px; padding-left: 80px; } .ico { position: absolute; top: 55px; left: 20px; font-size: 70px; img { display: block; @include media-breakpoint-down(sm) { max-width: 50px; } } @include media-breakpoint-down(sm) { font-size: 45px; top: 40px; } } } &.light { border-right: 5px solid #fff; border-left: 5px solid #fff; padding: 0; @include media-breakpoint-down(sm) { margin-bottom: 5px; margin-top: 5px; border: none; } .txt { padding: 20px 10px; } &:after { position: absolute; height: 9px; left: 0; top: 0; right: 0; z-index: 10; pointer-events: none; content: ""; background: rgb(18, 90, 113); background: linear-gradient( 150deg, rgba(18, 90, 113, 1) 0%, rgba(162, 213, 208, 1) 100% ); } &.bgk-sfumatura-2 { &:after { background: rgb(136, 21, 88); background: linear-gradient( 150deg, rgba(136, 21, 88, 1) 0%, rgba(230, 32, 116, 1) 100% ); } } &.bgk-sfumatura-3 { &:after { background: rgb(235, 126, 36); background: linear-gradient( 150deg, rgba(235, 126, 36, 1) 0%, rgba(251, 227, 97, 1) 100% ); } } } } .slider-singola { .slick-prev, .slick-next { &:before { color: #fff; } position: absolute; bottom: 30px; left: auto; top: auto; margin-top: 0; } .slick-next { right: 30px; } .slick-prev { right: 80px; } } .box-grigio { background-color: #f7f7f7; margin-top: 40px; margin-bottom: 40px; @include media-breakpoint-down(md) { display: block; padding: 30px 10px; } @include media-breakpoint-down(sm) { padding: 20px 10px; margin-top: 25px; margin-bottom: 25px; } .box-sx-fascia { padding-top: 15px; padding-bottom: 15px; } } .testo-sx + .testo-dx { @include media-breakpoint-down(sm) { .c-type { padding-top: 0; } } } .sfumatura { &:after { position: absolute; height: 9px; left: 0; top: 0; right: 0; z-index: 10; pointer-events: none; content: ""; background: rgb(18, 90, 113); background: linear-gradient( 150deg, rgba(18, 90, 113, 1) 0%, rgba(162, 213, 208, 1) 100% ); } &.sfumatura-2 { &:after { background: rgb(136, 21, 88); background: linear-gradient( 150deg, rgba(136, 21, 88, 1) 0%, rgba(230, 32, 116, 1) 100% ); } } &.sfumatura-3 { &:after { background: rgb(235, 126, 36); background: linear-gradient( 150deg, rgba(235, 126, 36, 1) 0%, rgba(251, 227, 97, 1) 100% ); } } } .coco-box { padding: 4%; background-color: #fff; border-right: 5px solid #f7f7f7; border-left: 5px solid #f7f7f7; padding-top: 0; @include media-breakpoint-down(sm) { margin-top: 120px; } h4 { font-weight: bold; margin-bottom: 20px; margin-top: 10px; } .coco { position: relative; margin-top: -80px; z-index: 11; } } .fascia-bimbi-1, .fascia-bimbi-2, .fascia-bimbi-3 { display: none; padding-top: 40px; } .fascia-bimbi-1 { display: block; } .little { font-size: 14px; line-height: 17px; } .box-fidelity-link { margin: 5px 0; .inline { vertical-align: baseline; } h4 { font-weight: bold; } a { color: #000; font-size: 15px; font-weight: bold; text-decoration: underline !important; padding: 0 5px; &:hover { color: $primary-color; } } } .form-fidelity { input[type="text"], input[type="password"] { border: #909398 1px solid; float: left; height: 45px; font-size: 14px; display: block; @include media-breakpoint-down(sm) { margin: 5px 0; } &::-webkit-input-placeholder { color: #2b393f; } &::-moz-placeholder { color: #2b393f; } &:-ms-input-placeholder { color: #2b393f; } &:-moz-placeholder { color: #2b393f; } } input[type="submit"] { height: 45px; background-color: #f9d23c; color: #000; font-weight: bold; text-transform: uppercase; border-left: $primary-color 8px solid !important; font-size: 15px; @include media-breakpoint-down(sm) { margin-top: 5px; } &:hover { background-color: $primary-color; color: #fff; } } } .video-home { position: relative; video { height: calc(100vh - 90px); object-fit: cover; width: 100%; display: block; @include media-breakpoint-down(lg) { height: calc(100vh - 220px); } } &:before { content: ""; display: block; top: 0; bottom: 0; left: 0; right: 0; display: block; background-color: rgba(17, 17, 17, 0.1); z-index: 3; position: absolute; } } #logo { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 7; width: 100%; } #logo path:nth-child(1) { stroke-dasharray: 650; stroke-dashoffset: 500; animation: line-anim 3s ease forwards; } #logo path:nth-child(2) { stroke-dasharray: 266.665; stroke-dashoffset: 266.665; animation: line-anim 3s ease forwards 0.3s; } #logo path:nth-child(3) { stroke-dasharray: 371.948; stroke-dashoffset: 371.948; animation: line-anim 3s ease forwards 0.6s; } #logo path:nth-child(4) { stroke-dasharray: 151.79; stroke-dashoffset: 151.79; animation: line-anim 3s ease forwards 0.9s; } #logo path:nth-child(5) { stroke-dasharray: 371.9486; stroke-dashoffset: 371.9486; animation: line-anim 3s ease forwards 1.2s; } @keyframes line-anim { to { stroke-dashoffset: 0; } } .box-tripadvisor-banner, .box-tripadvisor { @include media-breakpoint-down(md) { display: flex !important; background: rgb(255, 255, 255); background: linear-gradient( 270deg, rgba(255, 255, 255, 1) 50%, rgba(247, 247, 247, 1) 50% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f7f7f7",GradientType=1); } } .related_1602680385, .related_1602853041, .related_1602689788, .related_1615902892, .related_1602748329 { .box-tripadvisor { position: fixed; bottom: 15%; right: 0; width: 100%; z-index: 10; @include media-breakpoint-down(md) { position: relative; bottom: auto; right: auto; max-width: 100%; display: flex; align-items: center; justify-content: center; } } .img-top { &:after { display: none; @include media-breakpoint-down(md) { display: block; } } @include media-breakpoint-down(md) { position: relative; } } } .fumetto-home { background-color: #f7f7f7; padding: 2%; font-size: 20px; @include media-breakpoint-down(md) { margin-top: 30px; padding: 30px; } &:before { content: ""; display: block; width: 0; height: 0; border-top: 25px solid transparent; border-bottom: 25px solid transparent; border-right: 25px solid #f7f7f7; position: absolute; top: 0; bottom: 0; margin: auto; left: -25px; @include media-breakpoint-down(md) { display: none; } } } .box-storto { width: 100%; max-width: 205px; line-height: 70px; color: #fff; font-weight: bold; background-repeat: no-repeat; background-position: center; background-image: url("/source/pulsante-storto.png"); font-size: 17px; text-align: center; position: absolute; bottom: 30px; right: 0; left: 0; margin: 0 auto; @include media-breakpoint-down(lg) { bottom: 10px; } @include media-breakpoint-down(sm) { bottom: 5px; } } .box-servizi-img { .box-servizi { @include media-breakpoint-up(lg) { margin: 0 -1.5px; } display: inline-block; vertical-align: top; float: none; &:after { display: none; } } } html[lang="en"] { @include media-breakpoint-only(md) { .box-storto { bottom: 0px; } } @include media-breakpoint-only(lg) { #pgall .booking .seleziona-verifica .btn_preventivo { font-size: 13px; } .offerte-scorrevoli .layout-1.righe .offer .bordered .max-wdt .cont-pulsante .pulsante { font-size: 13px; } #pgall #button_email_min { font-size: 16px; } .box-storto { bottom: 0px; } } @include media-breakpoint-up(lg) { .box-storto { bottom: 8px; } } } html[lang="fr"] { .pulsante.bordato { font-size: 11px; } @include media-breakpoint-up(sm) { .link-mobi { font-size: 8px; } .offer_detail .periods .period_foot .btn { font-size: 13px; } } @include media-breakpoint-only(md) { .box-storto { bottom: 0px; } } @include media-breakpoint-up(lg) { #pgall .booking .seleziona-verifica .btn_preventivo { font-size: 11px !important; } .offerte-scorrevoli .layout-1.righe .offer .bordered .max-wdt .cont-pulsante .pulsante { font-size: 13px; } #pgall #button_email_min { font-size: 14px; } .offerte-scorrevoli .layout-1.righe .offer .bordered .max-wdt .cont-pulsante .pulsante .ico { right: 4px; } .box-tripadvisor { bottom: 16px; font-size: 14px; } .box-storto { bottom: 0px; } } @include media-breakpoint-up(lg) { .box-storto { bottom: 3px; } #pgall #button_email_min { font-size: 16px; } } } html[lang="de"] { .pulsante.bordato { font-size: 11px; } .box-select select { width: 100% !important; } @include media-breakpoint-down(sm) { .offer_detail .periods .period_foot .btn { font-size: 13px; } } @include media-breakpoint-only(md) { #pgall #button_email_min { font-size: 17px; } .box-storto { bottom: 0px; } } @include media-breakpoint-only(lg) { #pgall .booking .seleziona-verifica .btn_preventivo { font-size: 11px !important; } .offerte-scorrevoli .layout-1.righe .offer .bordered .max-wdt .cont-pulsante .pulsante { font-size: 12px; } #pgall #button_email_min { font-size: 16px; } .offerte-scorrevoli .layout-1.righe .offer .bordered .max-wdt .cont-pulsante .pulsante .ico { right: 4px; } .box-tripadvisor { bottom: 16px; font-size: 14px; } #pgall .booking label { font-size: 12px; } #wrapper_email_min .field_button_min { width: 100%; margin-top: 5px; } #wrapper_email_min .field_email_min { width: 100%; } .box-storto { bottom: 0px; } .form-myreply .myReplyForm label, #myreply_form_offerta label { font-size: 11px; } } @include media-breakpoint-up(lg) { #pgall .booking .seleziona-verifica .btn_preventivo { font-size: 14px !important; } #pgall #button_email_min { font-size: 12px; } .box-storto { bottom: 8px; } .form-myreply .myReplyForm label, #myreply_form_offerta label { font-size: 13px; } } } .fb_dialog_content { iframe { right: auto !important; left: 12px; } } .fb-customerchat { iframe { right: auto !important; left: 4px; margin-right: 0 !important; margin-left: 12px; } } .box-pulsanti-menu { position: absolute; top: 30px; right: 30px; text-align: right; .inline { margin: 0 5px; } .pulsante { max-width: 210px; padding: 0 10px; .ico { margin-top: -2px; } &.preventivo { background-color: $primary-color-hover; color: #fff; } } } .link-ospitalita { width: 100%; display: none; padding: 10px; background: $primary-color; color: #fff !important; font-weight: 700; position: fixed; top: 0; text-align: center; z-index: 12; &:hover { background: $primary-color-hover; } img { max-height: 20px; margin-right: 10px; } .icon-freccia { margin-left: 10px; } } html[lang="it"] { .linea-top-ospitabilita, .link-ospitalita { display: block; } .related_1601373690 { @include media-breakpoint-up(lg) { .barra-top-home { top: 0px !important; } } } } .trip-banner { position: absolute; z-index: 11; top: 0; left: 0; img { max-width: 50px; } } .map-hotels { position: relative; overflow: hidden; height: 80vh; min-height: 600px; @include media-breakpoint-down(md) { height: 50vh; min-height: 400px; } } .col-md-25 { @include media-breakpoint-up(lg) { width: 20%; } } .home-payoff { color: #fff; position: absolute; bottom: 50%; left: 0; right: 0; width: 100%; z-index: 5; @include media-breakpoint-down(md) { text-shadow: 0 0 20px #000; bottom: 60%; } } .pad-icon-home { padding: 20px; @include media-breakpoint-down(sm) { padding: 20px 5px; } .link-icon { .icon-freccia { background-color: #f9d23c; height: 45px; width: 45px; line-height: 45px; text-align: center; color: #000; font-size: 15px; text-shadow: none; margin-top: 10px; @include media-breakpoint-down(lg) { margin-top: 0; } @include media-breakpoint-down(sm) { margin-top: 18px; } &:hover { animation: bounceArrow 0.55s ease 0s alternate infinite; } &:before { display: block; } } } } .box-img-struttura { position: relative; margin-top: 35px; transition: all ease 0.4s; .titolo-struttura { position: absolute; z-index: 1; left: 0px; text-align: center; bottom: 0; padding: 25px; right: 5px; left: 5px; transition: all ease 0.4s; background: rgb(0, 0, 0); background: linear-gradient( 0deg, rgba(0, 0, 0, 0.4514180672268907) 0%, rgba(0, 0, 0, 0) 100% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); h3 { text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); color: #fff; letter-spacing: 0px; font-size: 25px; line-height: 120%; } } &:hover { .titolo-struttura { opacity: 0; transition: all ease 0.4s; } .ombra { opacity: 1; transition: all ease 0.4s; } } .banner-trip-box { position: absolute; bottom: 0; left: 0; width: 90px; margin-left: 0px; img { max-width: 100% !important; } &.landing { width: 70px; } } .ombra { transition: all ease 0.4s; position: absolute; top: 0%; right: 5px; bottom: 0%; left: 5px; margin: auto; background-color: rgba(0, 0, 0, 0.3); opacity: 0; z-index: 3; color: #fff; flex-flow: column; img { max-width: 350px; } .link-icon { display: block; .icon-freccia { background-color: #f9d23c; height: 45px; width: 45px; line-height: 45px; text-align: center; color: #000; font-size: 15px; text-shadow: none; margin-top: 20px; @include media-breakpoint-down(lg) { margin-top: 0; } @include media-breakpoint-down(sm) { margin-top: 18px; } &:hover { animation: bounceArrow 0.55s ease 0s alternate infinite; } &:before { display: block; } } } a.scopri { color: #fff; font-size: 15px; line-height: 30px; margin-top: 50px; display: block; position: relative; } } } .txt-hotel { padding-bottom: 16%; @include media-breakpoint-down(lg) { padding-bottom: 6%; } @include media-breakpoint-down(sm) { padding-bottom: 20px; } } .img-hotel { img { margin-bottom: 10px; } } .titolo-bordo { margin: auto; position: relative; display: inline-block; span { position: relative; z-index: 1; color: #fff; padding: 0 10px; } &:after { background: $primary-color; bottom: 0px; right: 0; left: 0; height: 100%; width: 100%; content: ""; display: block; position: ABSOLUTE; opacity: 1; } } .pad-bottom-titoletto { margin-bottom: 15px; } .testo-dove { margin-bottom: 50px; padding: 40px 40px; } .cv-form { .modulo_alt { border: 1px solid #eee !important; } } .imagelightbox-arrow { background: transparent; border: 0; box-shadow: none; } .imagelightbox-arrow-left:before { border-right-color: #444; } .imagelightbox-arrow-right:before { border-left-color: #444; } .select_strutture { line-height: 16px; font-size: 15px; width: 100%; margin: 0 auto; top: 100px; width: 100%; max-width: 450px; right: 0; z-index: 9; position: absolute; left: 0; display: none; .item_strutture { text-align: center; a { padding: 15px; background-color: #fff; color: #111; border-bottom: 1px solid #eee; display: block; &:hover { background-color: #eee; } } } } .pulsante-2 { color: $body-color; display: block; padding: 35px 65px; line-height: 1.3; font-size: 18px; background-image: url("/source/arr-down.png"); background-repeat: no-repeat; background-position: 90% center; border: 1px solid transparent; text-decoration: underline; cursor: pointer; font-weight: bold; border: 1px solid #ccc; max-width: 450px; margin: 0 auto; &:hover { background-color: transparent; color: $body-color; border: 1px solid $body-color; } } .img-coco-download { transform: rotate(-2deg); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); margin: 20px; transition: all ease 0.5s; &:hover { box-shadow: 0 0 25px rgba(0, 0, 0, 0.6); } } .link-coco-download { &:hover { .link-circle { transition: all ease 0.5s; background: $turchese; } .img-coco-download { box-shadow: 0 0 25px rgba(0, 0, 0, 0.6); } } } .link-circle { border-radius: 50%; text-align: center; vertical-align: middle; display: inline-block; background: $primary-color-hover; color: #fff; width: 100px; line-height: 110%; font-size: 15px; height: 100px; padding: 35px 5px; margin: -60px 0 60px; position: relative; z-index: 1; font-family: $averia; transition: all ease 0.5s; box-shadow: 2px 2px 0 0 #ddd; border: 2px solid #fff; &:hover { transition: all ease 0.5s; background: $turchese; } &:before { content: ""; position: absolute; left: 0; top: -15px; margin: auto; height: 40px; width: 30px; background-image: url(/source/c.png); background-repeat: no-repeat; right: 0; text-align: right; } } .offerte-strutture { .no-offerte { display: none; } &.invisibile { display: none; } &.visibile { display: block; .no-offerte { display: block; } } } .marchi-colonne-wrap { flex-wrap: wrap; @include media-breakpoint-down(sm) { display: flex; } .col-10 { width: 10%; img { padding: 10px; } @include media-breakpoint-down(md) { width: 20%; } @include media-breakpoint-down(sm) { width: 20%; } } } html[lang="en"] { @include media-breakpoint-down(sm) { .box-tripadvisor, .box-tripadvisor-banner { height: 115px !important; } } @include media-breakpoint-only(md) { .box-storto { bottom: 0px; } .box-tripadvisor, .box-tripadvisor-banner { height: 115px !important; } } @include media-breakpoint-only(lg) { #pgall .booking .seleziona-verifica .btn_preventivo { font-size: 13px; } .offerte-scorrevoli .layout-1.righe .offer .bordered .max-wdt .cont-pulsante .pulsante { font-size: 13px; } #pgall #button_email_min { font-size: 16px; } .box-storto { bottom: 0px; } } @include media-breakpoint-up(lg) { .box-storto { bottom: 8px; } } } html[lang="fr"] { .pulsante.bordato { font-size: 11px; } @include media-breakpoint-down(sm) { .link-mobi { font-size: 8px; } .offer_detail .periods .period_foot .btn { font-size: 13px; } .box-tripadvisor, .box-tripadvisor-banner { height: 115px !important; } } @include media-breakpoint-only(md) { .box-storto { bottom: 0px; } .box-tripadvisor, .box-tripadvisor-banner { height: 115px !important; } } @include media-breakpoint-only(lg) { #pgall .booking .seleziona-verifica .btn_preventivo { font-size: 11px !important; } .offerte-scorrevoli .layout-1.righe .offer .bordered .max-wdt .cont-pulsante .pulsante { font-size: 13px; } #pgall #button_email_min { font-size: 14px; } .offerte-scorrevoli .layout-1.righe .offer .bordered .max-wdt .cont-pulsante .pulsante .ico { right: 4px; } .box-tripadvisor { bottom: 16px; font-size: 14px; } .box-storto { bottom: 0px; } } @include media-breakpoint-up(xl) { .box-storto { bottom: 3px; } #pgall #button_email_min { font-size: 16px; } } } html[lang="de"] { .pulsante.bordato { font-size: 11px; } .box-select select { width: 100% !important; } @include media-breakpoint-down(sm) { .offer_detail .periods .period_foot .btn { font-size: 13px; } .box-tripadvisor, .box-tripadvisor-banner { height: 115px !important; } .link-circle { font-size: 13px; } } @include media-breakpoint-only(md) { #pgall #button_email_min { font-size: 17px; } .box-storto { bottom: 0px; } .box-tripadvisor, .box-tripadvisor-banner { height: 115px !important; } .link-circle { font-size: 13px; } } @include media-breakpoint-only(lg) { #pgall .booking .seleziona-verifica .btn_preventivo { font-size: 11px !important; } .offerte-scorrevoli .layout-1.righe .offer .bordered .max-wdt .cont-pulsante .pulsante { font-size: 12px; } #pgall #button_email_min { font-size: 16px; } .offerte-scorrevoli .layout-1.righe .offer .bordered .max-wdt .cont-pulsante .pulsante .ico { right: 4px; } .box-tripadvisor { bottom: 16px; font-size: 14px; } #pgall .booking label { font-size: 12px; } #wrapper_email_min .field_button_min { width: 100%; margin-top: 5px; } #wrapper_email_min .field_email_min { width: 100%; } .box-storto { bottom: 0px; } .form-myreply .myReplyForm label, #myreply_form_offerta label { font-size: 11px; } } @include media-breakpoint-up(xl) { #pgall .booking .seleziona-verifica .btn_preventivo { font-size: 14px !important; } #pgall #button_email_min { font-size: 12px; } .box-storto { bottom: 8px; } .form-myreply .myReplyForm label, #myreply_form_offerta label { font-size: 13px; } } } .reparto-txt { width: 20%; float: left; text-align: center; padding-bottom: 0px; @include media-breakpoint-down(md) { width: 50%; } @include media-breakpoint-down(sm) { width: 33.33%; } .txt { font-family: $averia; font-size: 26px; } [class^="icon-"], [class*=" icon-"] { display: block; margin-bottom: 5px; color: $primary-color; } } .nome-struttura { margin-top: 10px; color: #fd0077; font-size: 17px; font-weight: bold; } .nome-struttura-home { margin-top: 10px; color: #fd0077; font-size: 17px; font-weight: bold; margin-bottom: 10px; } .struttura-testo-home { font-size: 16px; line-height: 18px; margin-top: 10px; text-shadow: 1px 1px black; padding: 0 5px; } .box-landing { @include media-breakpoint-up(lg) { height: 700px; } } picture { img { height: auto !important; } } .no-margin { margin: 0; } .no-bottom { padding-bottom: 0; } .box-ristorazione { font-size: 20px; text-align: center; @include media-breakpoint-down(md) { margin: 5px 0; } .bgk-grigio { padding: 0 25px; padding-top: 55px; padding-bottom: 90px; height: 100%; position: relative; &:after { position: absolute; height: 9px; left: 0; top: 0; right: 0; z-index: 10; pointer-events: none; content: ""; background: rgb(18, 90, 113); background: linear-gradient( 150deg, rgba(18, 90, 113, 1) 0%, rgba(162, 213, 208, 1) 100% ); } &.bgk-sfumatura-2 { &:after { background: rgb(136, 21, 88); background: linear-gradient( 150deg, rgba(136, 21, 88, 1) 0%, rgba(230, 32, 116, 1) 100% ); } } &.bgk-sfumatura-3 { &:after { background: rgb(235, 126, 36); background: linear-gradient( 150deg, rgba(235, 126, 36, 1) 0%, rgba(251, 227, 97, 1) 100% ); } } } picture { display: block; margin-bottom: 20px; } } .fascia-fumetto { @include media-breakpoint-down(md) { display: block; } } .box-assicurazione { padding: 55px; @include media-breakpoint-down(md) { padding: 35px 25px; } @include media-breakpoint-down(sm) { padding: 35px 15px; } } .thankyou_message { padding: 0 25px; } .popup-contatti { display: none; position: fixed; bottom: 60px; right: 10px; z-index: 100; text-align: right; @include media-breakpoint-down(sm) { display: block; } .icona-principale { background: $primary-color; color: #fff; padding: 10px; border-radius: 50%; height: 50px; width: 50px; display: block; text-align: center; margin: auto; margin-right: 0; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; &.open { background-color: $giallo; } } .blocco-popup { display: none; .riga-contatti { padding: 10px 20px; background: $primary-color; margin: 10px 0; border-radius: 30px; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; max-width: max-content; margin-right: 0; margin-left: auto; a { color: #fff; .ico { margin-left: 10px; } } &:nth-child(2) { background: #25d366; } } } } .barra-bottom { background: $primary-color-hover; bottom: 0; padding: 10px; top: unset; z-index: 99; } .slider-hotel-home { .slick-next { bottom: auto; top: -5px; right: 50%; margin-right: -40px; } .slick-prev { bottom: auto; top: -5px; left: 50%; margin-left: -40px; } }