// Core variables and mixins @import "/bootstrap3.2.0/less/variables.less"; @import "/bootstrap3.2.0/less/mixins.less"; // Reset and dependencies @import "/bootstrap3.2.0/less/normalize.less"; @import "/bootstrap3.2.0/less/print.less"; @import "/bootstrap3.2.0/less/glyphicons.less"; // Core CSS @import "/bootstrap3.2.0/less/scaffolding.less"; @import "/bootstrap3.2.0/less/type.less"; @import "/bootstrap3.2.0/less/code.less"; @import "/bootstrap3.2.0/less/grid.less"; @import "/bootstrap3.2.0/less/tables.less"; @import "/bootstrap3.2.0/less/forms.less"; @import "/bootstrap3.2.0/less/buttons.less"; // Components @import "/bootstrap3.2.0/less/component-animations.less"; //@import "/bootstrap3.2.0/less/dropdowns.less"; @import "/bootstrap3.2.0/less/button-groups.less"; @import "/bootstrap3.2.0/less/input-groups.less"; //@import "/bootstrap3.2.0/less/navs.less"; //@import "/bootstrap3.2.0/less/navbar.less"; //@import "/bootstrap3.2.0/less/breadcrumbs.less"; @import "/bootstrap3.2.0/less/pagination.less"; @import "/bootstrap3.2.0/less/pager.less"; @import "/bootstrap3.2.0/less/labels.less"; //@import "/bootstrap3.2.0/less/badges.less"; //@import "/bootstrap3.2.0/less/jumbotron.less"; //@import "/bootstrap3.2.0/less/thumbnails.less"; //@import "/bootstrap3.2.0/less/alerts.less"; //@import "/bootstrap3.2.0/less/progress-bars.less"; @import "/bootstrap3.2.0/less/media.less"; //@import "/bootstrap3.2.0/less/list-group.less"; //@import "/bootstrap3.2.0/less/panels.less"; @import "/bootstrap3.2.0/less/responsive-embed.less"; //@import "/bootstrap3.2.0/less/wells.less"; @import "/bootstrap3.2.0/less/close.less"; // Components w/ JavaScript @import "/bootstrap3.2.0/less/modals.less"; @import "/bootstrap3.2.0/less/tooltip.less"; @import "/bootstrap3.2.0/less/popovers.less"; @import "/bootstrap3.2.0/less/carousel.less"; // Utility classes @import "/bootstrap3.2.0/less/utilities.less"; @import "/bootstrap3.2.0/less/responsive-utilities.less"; @white: #fff; @body-bg: @white; @link-color: #000; @text-color: #000; @font-family-sans-serif: "Karla", sans-serif; @font-size-base: 18px; @primary-color: #47a1df; @primary-color-hover: #7fb23e; @primary: @primary-color; @primary-hover: @primary-color-hover; @giallo: #f9d23c; @viola: #881558; @turchese: #3c959d; @blu: #317fbd; @arancione: #eb7e24; @background-input: transparent; @color-form: #2b393f; @corsivo: "Karla", sans-serif; @averia: "Averia Libre", cursive; @corsivo-2: "Oooh Baby", cursive; 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; } .colore-due { color: @primary-hover; } .giallo { color: @giallo; } .turchese { color: @turchese; } .bg-turchese { color: @white !important; background-color: @turchese; } .viola { color: @viola; } .blu { color: @blu; } .bianco{ color:@white; } .arancione { color: @arancione; } .bgk-uno { background-color: @primary; } .bgk-due { background-color: @primary-hover; } .bg-rosa { background-color: #db2b74; color: @white; } input[type="email"], input[type="image"], input[type="number"], input[type="password"], input[type="text"], select, textarea { width: 100%; margin: 0; 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; 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, .comparsa { transition: all 400ms ease; } .slick-slide { outline: none; } label { font-weight: normal; margin: 0; } input[type="checkbox"], input[type="radio"] { margin: 0; } .table-box { display: table; table-layout: fixed; width: 100%; @media (max-width: @screen-sm-max) { display: block; } } .table-cell { display: table-cell; vertical-align: middle; float: none; @media (max-width: @screen-sm-max) { display: block; } } .flex { @media (min-width: @screen-sm-min) { display: flex; align-items: center; justify-content: 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; } .no-bottom-pad { padding-bottom: 0 !important; } .pad_5 { padding: 0 5px; } .pad_10 { padding: 0 10px; } .pad_10_bottom { padding-bottom: 10px; } .pad_20 { padding: 0 20px; } .blk { max-width: 1920px; margin: 0 auto; width: 100%; @media (min-width: @screen-md-min) { padding: 0 10px; } @media (min-width: @screen-lg-min) { 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; @media (max-width: @screen-xs-max) { padding-bottom: 25px; } } h3, h1, h2.grande { font-size: 48px; line-height: 50px; font-weight: bold; @media (max-width: @screen-md-max) { font-size: 42px; line-height: 44px; } @media (max-width: @screen-sm-max) { font-size: 33px; line-height: 36px; } @media (max-width: @screen-xs-max) { font-size: 25px; line-height: 29px; } } h1 { max-width: 1300px; margin: 0 auto; } h4 { font-size: 26px; line-height: 28px; @media (max-width: @screen-xs-max) { font-size: 23px; line-height: 26px; } } .testo { padding: 40px 10px; word-wrap: break-word; @media (max-width: @screen-md-max) { padding: 30px 10px; } @media (max-width: @screen-xs-max) { padding: 20px 10px; } h1 { margin-bottom: 30px; } } .testo-sx { padding-right: 30px; @media (max-width: @screen-sm-max) { padding-right: 15px; } @media (max-width: @screen-xs-max) { padding-right: 10px; } } .testo-dx { padding-left: 30px; @media (max-width: @screen-sm-max) { padding-left: 15px; } @media (max-width: @screen-xs-max) { padding-left: 10px; } } .box-bianco { padding: 2%; background-color: @white; padding-left: 120px; font-weight: bold; margin-top: 20px; margin-bottom: 20px; @media (max-width: @screen-xs-max) { font-size: 16px; padding: 20px; padding-left: 65px; } .ico { font-size: 58px; line-height: 60px; height: 58px; display: block; position: absolute; top: 0; bottom: 0; margin: auto; left: 50px; @media (max-width: @screen-xs-max) { left: 10px; } } h4 { font-size: 25px; line-height: 28px; font-weight: bold; } } .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: 5px; 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: @white; } #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 { &:extend(.form-control all); font-size: 15px; height: 40px; text-indent: 4px; width: 100%; border: none; background-color: @background-input; color: @color-form; appearance: none; max-width: 100%; border: #95989d 1px solid; border-radius:0; 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: 25px; background-color: @background-input; } .bottone_alt { @media (max-width: @screen-sm-max) { float: none; margin: 10px auto; } } .privacy-form { text-align: right; } .privacy-form label { margin: 0; display: inline; } label { display: block; margin: 5px 0; font-size: 15px; color: @color-form; font-weight:700; } .sep { padding-bottom: 10px; } .modulo_textarea { font-size: 15px; height: 100px; text-indent: 4px; width: 100%; border: none; border: #95989d 1px solid; background-color: transparent; color: @color-form; -moz-appearance: none; -webkit-appearance: none; appearance: none; max-width: 100%; @media (max-width: @screen-sm-max) { 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-form { @media (max-width: @screen-xs-max) { margin-top: 10px; } label { padding: 0; } } .small{ color: #737373; display: block; margin-bottom: 10px; margin-top: 5px; font-size:12px; } .camera_row{ padding-left:0; padding-right:0; .bambini{ padding-left:0; padding-right:0; .bambino{ display:none; } } &.camera_2, &.camera_3{ display:none; } } } #testo_privacy, .txtred_alt, #testo_newsletter_optin{ 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"] { border: none; border-radius: 0; background-color: @primary-color-hover; font-weight: bold; text-transform: uppercase; cursor: pointer; color: #fff; width: auto; padding: 0px 10px; height: 50px; line-height: 45px; width: 100%; max-width: 250px; font-size: 16px; margin-top: 10px; appearance: none; transition: all 400ms ease; float:right; @media (max-width: @screen-xs-max) { float: none; margin: 15px auto; margin-bottom: 0; } &:hover { background-color: @primary-color; } } #pgall .wrapper_form_cont .privacy_check div { display: inline-block; } .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: @color-form; appearance: none; max-width: 100%; border: #95989d 1px solid; } .form-myreply { .modal-dialog { color: @color-form; } } .form-myreply #myreply_form .container-fluid { padding: 0 !important; } .form-myreply .myReplyForm .text-success, #myreply_form_offerta .text-success { color: @color-form; } .form-myreply .myReplyForm label, #myreply_form_offerta label { font-size: 15px; color: @color-form; padding: 4px 0; margin-top: 1px; } .form-myreply .myReplyForm .element_container, .form-myreply .alpaca-control label, #myreply_form_offerta .alpaca-control label, #myreply_form_offerta .element_container { font-size: 13px; } .form-myreply .myReplyForm .radio label, .form-myreply .myReplyForm .checkbox label { font-size: 12px; } .form-myreply .myReplyForm a, #myreply_form_offerta a { color: @color-form; text-decoration: underline; } #myreply_form_offerta .myReplyForm .wrapper_annotations { width: 100%; } .form-myreply .myReplyForm .annotations_wrapper textarea, #myreply_form_offerta .annotations_wrapper textarea { height: 100px !important; } .form-myreply .myReplyForm .period_wrapper input, #myreply_form_offerta .myReplyForm .period_wrapper input { background-image: url(/source/calendario.png) !important; } .form-myreply .myReplyForm .btn-success, #myreply_form_offerta .btn-success { border: none; border-radius: 0; background-color: @primary-hover; font-weight: bold; text-transform: uppercase; cursor: pointer; color: @white; width: auto; padding: 0px 10px; height: 50px; line-height: 45px; width: 100%; max-width: 250px; font-size: 16px; margin-top: 10px; 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; } #myreply_form_offerta { padding: 25px 10px; margin-top: 25px; clear: both; } .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; @media (max-width: @screen-sm-max) { width: 33.333%; } @media (max-width: @screen-xs-max) { 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: @white; } ::-moz-selection { background: @primary; color: @white; } .cb { display: none; } .transition { transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1); } 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 { @media (min-width: @screen-sm-min) { 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; } /* imposatzioni select */ #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 { border-left: 8px solid @primary; } &:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: @primary; transform: scaleX(0); transform-origin: 0% 100%; transition-property: transform; transition-duration: 0.5s; transition-timing-function: ease-out; } &:hover { color: @white; &: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: @white; &::-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-hover; color: @white; font-weight: bold; text-transform: uppercase; width: 100%; &:hover { background-color: @primary; } } #wrapper_email_min { margin: 0 auto; max-width: 790px; width: 100%; @media (max-width: @screen-sm-max) { margin-left: auto; } .field_email_min { width: 57%; @media (max-width: @screen-xs-max) { width: 100%; } } .field_button_min { width: 43%; @media (max-width: @screen-xs-max) { 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; @media (max-width: @screen-sm-max) { height: auto; font-size: 10px; margin: 0 auto; } &.open { margin-top: 9px; @media (max-width: @screen-sm-max) { margin-top: 0; } } } .click { width: 35px; height: 40px; position: relative; margin: 0px auto; transform: rotate(0deg); transition: 0.5s ease-in-out; cursor: pointer; @media (max-width: @screen-sm-max) { 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 { @media (max-width: @screen-sm-max) { padding: 0 30px !important; } @media (min-width: @screen-md-min) { margin: 0 auto; width: 100%; float: right !important; line-height: normal; max-width: 290px; } li { @media (min-width: @screen-md-min) { 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-king-marte.jpg"); } &.button_715e79f59b7a_container ul.level2 { background-image: url("/source/sottomenu-info.jpg"); } } @media (max-width: @screen-sm-max) { width: 100%; } &.sfHover > a, &.cmsCurrentPageContainerLevel_1 > a, a:hover, a.cmsCurrentPage { color: @primary; } 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; @media (max-width: @screen-sm-max) { width: 100%; background-position: 95% 50%; text-align: left !important; } @media (max-width: @screen-xs-max) { 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 { @media (max-width: @screen-sm-max) { background-position: 95% 50%; } } } ul.level2 { position: absolute; z-index: 999; margin: 0px; padding: 0; left: 100%; width: 200%; @media (max-width: @screen-sm-max) { 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; } } @media (max-width: @screen-sm-max) { width: 100%; margin: 0px; border: none; padding: 0; text-align: left; } &:hover, &.sfHover, a:hover, a:active, a:focus { outline: 0 !important; } a { color: @white; font-size: 23px; width: 100%; margin: 0px; padding-left: 60px; text-align: left; display: block; border: none; &.cmsCurrentPage, &:hover { text-decoration: underline; } @media (max-width: @screen-sm-max) { 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; @media (max-width: @screen-sm-max) { display: block !important; a { text-align: left; background: none; padding: 10px 25px; background-color: @primary-hover; color: @white; .icon-freccia { transform: rotate(180deg); } img { margin-top: -2px; } } } } &:last-child { border: none; } } } } } .vedi-menu { display: block; background-image: url("/source/sf-menu.jpg"); background-repeat: no-repeat; background-position: center right; background-color: @white; 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; 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; @media (max-width: @screen-md-max) { background-position: center; } @media (max-width: @screen-sm-max) { top: 50px; background: none; width: 60%; padding-top: 20px; right: auto; overflow: hidden; background-color: #f7f7f7; } @media (max-width: @screen-xs-max) { 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; @media (max-width: @screen-sm-max) { 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; @media (max-width: @screen-sm-max) { display: none !important; } } .link-ospitalita { position: relative !important; top: auto !important; text-align: center !important; } } .slider-titolo { cursor: pointer; background-color: @white; border-radius: 6px; color: @primary; font-weight: bold; padding: 30px 40px; margin-top: 20px; font-size: 40px; line-height: 43px; border-bottom: 2px solid #f7f7f7; position: relative; @media (max-width: @screen-xs-max) { padding: 20px; font-size: 22px; line-height: 25px; } &:after { content: "\e935"; font-size: 25px; color: #b4b4b4; height: 25px; position: absolute; top: 0; bottom: 0; right: 40px; margin: auto; @media (max-width: @screen-xs-max) { font-size: 15px; height: 15px; right: 15px; } } &.opened { } } .slider-corpo { display: none; background-color: @white; padding: 25px 40px; padding-top: 0; @media (max-width: @screen-xs-max) { padding-right: 20px; padding-left: 20px; padding-bottom: 20px; } h4 { font-weight: bold; margin: 10px 0; margin-top: 15px; } } /* ********* 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; } /*mesi*/ .li_mesi, .li_contenuti { color: #333 !important; } /* gallery photoswipe */ .bo_gallery_photoswipe figure { text-align: center; position: relative; cursor: pointer; width: 20%; @media (max-width: @screen-sm-max) { width: 33.3333333%; } @media (max-width: @screen-xs-max) { width: 50%; } img { max-width: 100%; padding: 5px; } } /* ********** stile lingue ***************** */ .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; @media (max-width: @screen-sm-max) { 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; margin: 0 auto; top: 50px; width: 100px; max-width: 100%; right: 0; z-index: 9; position: absolute; left: 0; @media (max-width: @screen-sm-max) { max-width: 100px; right: 100px; } .item_lingue { text-align: center; a { padding: 5px 0; background-color: @primary; color: @white; display: block; text-transform: lowercase; &:hover { background-color: @primary-hover; } } } } } } /***************************/ /* css elenco offerte */ .elenco-offerte { margin-top: 35px; .offer-background-primary { background-color: @primary; } .offer-section { display: none; } .offer_list { .offer { margin-bottom: 35px; @media (min-width: @screen-lg-min) { padding: 0 15px; } @media (max-width: @screen-xs-max) { margin-bottom: 20px; } .img_container { .offer-label { background-color: @primary !important; font-weight: lighter; &:after { border-top-color: #555 !important; } } } .testi_container { background-color: @white !important; font-size: 16px; .testi_container_inner { padding: 0 15px 15px 20px; @media (max-width: @screen-xs-max) { padding: 0 10px 10px 10px; } } } a.title { color: @text-color; font-size: 18px; line-height: 21px; &:hover { color: @primary; } } .subtitle { color: #000; @media (max-width: @screen-xs-max) { 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-hover; color: @white; } } &.blocchetto_prezzo .offerta-prezzo-cont { font-size: 13px; .offerta-prezzo { font-size: 25px; line-height: 27px; color: @primary; font-weight: bold; &.offerta-prezzo-barrato { color: #000; font-size: 13px; font-weight: normal; } } } } } } /* css dettaglio offerte/eventi */ /* css dettaglio offerte/eventi */ .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; } @media (max-width: @screen-sm-max) { font-size: 26px; line-height: 28px; } @media (max-width: @screen-xs-max) { font-size: 21px; line-height: 23px; } img { margin-right: 15px; margin-top: -2px; @media (max-width: @screen-xs-max) { margin-right: 6px; } } } .sottotitolo { line-height: 24px; font-size: 22px; padding: 10px 0; padding-bottom: 25px; @media (max-width: @screen-sm-max) { line-height: 21px; font-size: 20px; } } .etichetta-prezzo { font-size: 15px; } .pulsante { color: @white !important; margin-top: 25px; } .social_bar { margin-top: 20px; } .testo-off { @media (max-width: @screen-sm-max) { padding-top: 20px; } } } /* stile generale super offerte */ .offer-component { .offer-label { background: @primary!important; color: @white !important; font-family: @averia; font-weight: normal; } .offer-label:after { border-top-color: #000 !important; } } /* css listato super offerte */ .offer_list { .offer { .box-offerta { background-color: @text-color; color: @white; font-size: 13px; line-height: 15px; margin: 10px 0; .img_container { padding-right: 0; img { @media (max-width: @screen-xs-max) { min-height: 1px; max-width: 100%; } } } .cont-img { .offer-label { font-weight: 500; font-size: 16px; &:after { display: none; } } } .testi_container { padding: 15px 10px; @media (max-width: @screen-md-max) { padding: 10px 5px; } .title { color: @white; font-size: 15px; line-height: 17px; min-height: 50px; display: block; font-weight: 500; padding-top: 0; &:hover { color: @primary-hover; } } .sottotitolo { margin: 10px 0; } .condizioni { text-transform: uppercase; font-size: 11px; @media (max-width: @screen-xs-max) { 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; font-size: 14px; max-width: 100px; margin-top: 10px; margin-left: 0; line-height: 30px; font-size: 13px; @media (max-width: @screen-md-max) { letter-spacing: 1px; font-size: 12px; } &:before { background-color: @primary-hover; } } .soldout_message { border: 1px solid @primary; background-color: transparent; .message_title { font-weight: normal; } .message_text { color: inherit; } } } } } } /**********************************/ /* dettaglio super offerte */ .offer_detail.offer-component { .strengths ul li { font-size: 15px; color: @primary !important; border-color: @primary; } .reviews { .baloon { font-size: 15px; } } #mobile-gallery { img { margin: 0 auto !important; } } .col-dx { @media (max-width: @screen-sm-max) { 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 { } &.slick-next { } } } } .col-sx { @media (max-width: @screen-sm-max) { padding-right: 5px; } h1 { margin-top: 0; padding-left: 0; font-weight: normal; font-family: @averia; color: @primary; text-transform: none; @media (max-width: @screen-md-max) { font-size: 36px; line-height: 38px; } @media (max-width: @screen-sm-max) { font-size: 33px; line-height: 36px; } @media (max-width: @screen-xs-max) { font-size: 24px; line-height: 26px; } } .subtitle { text-transform: uppercase; margin: 15px 0; } .offer_header { .validity { font-weight: 500; } } .offer-primary { color: @primary; } .periods { .period_head { background-color: @white; } .item_value, .item_title { font-weight: 500; font-size: 15px; } .item.featured { border-color: @primary!important; } .period_foot { .btn { font-weight: 500; background-color: @giallo; color: #000 !important; font-weight: bold; text-transform: uppercase; transition: all 400ms ease; border-radius: 0 !important; outline: none !important; border: none !important; &:hover { background: @primary!important; color: @white !important; .cms-icon { &:before { color: @white; } } } .cms-icon { &:before { color: #000; } } } } //versione 2 interfaccia dettaglio offerte &.tpl_v2 { .period { .item { .item_inner { // background-color:#F5F5F5; } } .item.important-element { border: none !important; padding: 0; width: 100%; .item_inner { background-color: @primary; color: @white; .item_title { color: @white; } .item_value { color: @white; } } } .period_body { padding: 5px; .whats_included { background-color: @white; padding: 20px 10px; } } .period_foot { .price.btn.bt_require_offer, .btn.bt_require_offer.offer-button { // background-color:@primary; // color:@white; &:hover { // background-color:@primary-hover; } } } } } } .offer-background-primary { background-color: @primary; } h3 { font-weight: bold; } .offer-border-color { border-color: #d7d7d7 !important; } .offer-label { background: #f07c00 !important; color: @white !important; } .offer-label:after { border-top-color: #c66a00 !important; } .soldout_message { border: 1px solid @text-color; background-color: @primary; margin: 5px 0; .message_title { font-weight: normal; } .message_text { color: inherit; } } .whats_included:after { background: transparent !important; } #bt_require_offer_target { @media (max-width: @screen-xs-max) { margin-top: 30px; } } } } .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: 25px; 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; 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; } &:after, &:before { display: none; } } &.slick-active button { outline: none; background-color: @primary; } &: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, .slick-disabled { opacity: 0; pointer-events: none; } .offerte-scorrevoli { .layout-1.righe { .offer { margin-bottom: 0; display: block; .bordered { margin: 5px; padding: 25px; background-color: @white; @media (max-width: @screen-md-max) { padding: 10px; } @media (max-width: @screen-sm-max) { padding: 15px; } @media (max-width: @screen-xs-max) { padding: 10px; margin: 0 10px; } .flex { flex-flow: nowrap; } .max-wdt { position: relative; @media (max-width: @screen-xs-max) { max-width: 450px; margin: 0 auto; } .img_container { height: auto !important; padding: 0px; padding-bottom: 0; @media (max-width: @screen-xs-max) { width: 100%; } img { min-height: 1px !important; max-width: 100% !important; z-index: 2; position: relative; } .sezione { width: 100%; line-height: 25px; text-align: center; background-color: #ddc8a2; color: @white; letter-spacing: 1px; z-index: 3; text-align: center; text-transform: uppercase; font-size: 13px; font-weight: bold; margin: 0 auto; padding: 0 12px; } } .cont-pulsante { @media (max-width: @screen-sm-max) { position: initial !important; } .pulsante { margin-top: 20px; letter-spacing: 1px; text-transform: none; .ico { position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; height: 16px; } @media (max-width: @screen-sm-max) { height: 65px; line-height: 65px; font-size: 0; max-width: 36px; position: absolute; right: 20px; bottom: 0; top: 0; margin: auto; @media (max-width: @screen-xs-max) { right: 0px; } .ico { display: block; font-size: 15px; margin-left: 0; right: 0; left: 0; } } } } .cont-offerta { font-size: 14px; padding-left: 30px; position: relative; color: #000; @media (max-width: @screen-sm-max) { padding-bottom: 15px; } @media (max-width: @screen-xs-max) { padding: 15px 0; } h3 { &.titolo { font-size: 18px; line-height: 20px; font-weight: bold; min-height: 35px; margin: 0 auto; margin-bottom: 10px; @media (max-width: @screen-sm-max) { min-height: 1px; } a { color: #000; &:hover { color: @primary-hover; } } } } .sottotitolo { margin: 10px auto; min-height: 40px; margin-bottom: 20px; font-size: 18px; } .condizioni { @media (max-width: @screen-md-max) { } @media (max-width: @screen-sm-max) { padding-right: 15px; text-align: right; } .offerta-prezzo { font-size: 25px; line-height: 28px; display: block; color: @primary; font-weight: bold; letter-spacing: 1px; } .offerta-prezzo-barrato { font-size: 14px; line-height: 15px; font-weight: normal; text-decoration: line-through; } } } } } } } .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; } } .elenco-commenti { .flt_left { @media (max-width: @screen-xs-max) { float: none; } } .logo { @media (max-width: @screen-xs-max) { float: none; } img { margin-right: 8px; } } .descrizione-commento { margin-bottom: 20px; } .commenti { margin: 10px 0; padding: 35px 10px; border-bottom: @primary 1px solid; @media (max-width: @screen-xs-max) { padding: 20px 10px; } a { display: inline-block; } .dati { color: #000; font-size: 16px; padding-left: 5px; } .tit-commento { font-size: 25px; line-height: 27px; padding-top: 6px; color: @primary; } .data { @media (max-width: @screen-xs-max) { text-align: left; margin-top: 15px; } } .txt { margin-top: 15px; } } } /* slider commenti */ .slide-commenti { .cont-commenti { padding: 25px 10px; color: #333; font-size: 18px; @media (max-width: @screen-sm-max) { text-align: center; padding: 25px 5px; } .box-logo { margin-bottom: 20px; img { margin: 0 auto; } } .cliente { margin: 20px 0; font-size: 30px; line-height: 32px; color: #b7bbbd; } .read_comment { &:hover { color: @primary; } } .txt { max-width: 390px; margin: 0 auto; padding-bottom: 30px; } .titolo-commenti, #modalComments.modal-title { font-size: 20px; line-height: 22px; margin-bottom: 20px; font-weight: bold; @media (max-width: @screen-sm-max) { min-height: 40px; } a { color: #333; &:hover { color: @primary; } } } .dettagli { margin-top: 35px; @media (max-width: @screen-sm-max) { text-align: center; } .cont-logo { @media (max-width: @screen-sm-max) { margin-top: 10px; } img { display: inline !important; } } .text-right { @media (max-width: @screen-xs-max) { margin-top: 10px; text-align: center; } } .cliente { color: #37b997; } } } } #modalComments.modal-title { font-size: 22px; line-height: 23px; font-weight: bold; } .hideme, .moveUp, .moveDown, .moveRight, .moveLeft { @media (min-width: @screen-md-min) { opacity: 0; } } .listino { font-size: 15px !important; margin-bottom: 35px; .header { background-color: #234944 !important; color: @white !important; } tr { &.row_products_even { background-color: #577a6d !important; color: @white !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: @white !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; } @media (max-width: @screen-xs-max) { .wrapper_preventivo, .preventivo, .form_contatti_richiesta_preventivo { width: 100% !important; clear: both; } } } /* css slider listato img */ .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: @white; 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; @media (max-width: @screen-md-max) { font-size: 21px; } @media (max-width: @screen-sm-max) { font-size: 18px; } .sezione { min-height: 70px; @media (max-width: @screen-sm-max) { min-height: 60px; } } .icon-cresta { display: block; margin: 15px auto; @media (max-width: @screen-sm-max) { margin: 0px auto; } @media (max-width: @screen-xs-max) { 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; @media (max-width: @screen-md-max) { margin-top: 0; } @media (max-width: @screen-xs-max) { 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: @text-color; font-size: 18px; font-weight: normal; text-shadow: none; display: block; padding: 25px 10px; h4 { color: @primary; font-weight: bold; margin-bottom: 10px; } .c-type { li { font-weight: normal; } } } } &.home { .image_caption { .icon-freccia { &:before { transform: none; } } } .slick-slide { &:after { @media (max-width: @screen-xs-max) { display: block; } } } .slick-slide:nth-of-type(1), .slick-slide:nth-of-type(4) { &:after { @media (max-width: @screen-xs-max) { background: #125a71 !important; background: linear-gradient( 150deg, #125a71 0%, #a2d5d0 100% ) !important; } } } .slick-slide:nth-of-type(2) { &:after { @media (max-width: @screen-xs-max) { background: #881558 !important; background: linear-gradient( 150deg, #881558 0%, #e62074 100% ) !important; } } } .slick-slide:nth-of-type(3) { &:after { @media (max-width: @screen-xs-max) { background: #eb7e24 !important; background: linear-gradient( 150deg, #eb7e24 0%, #fbe361 100% ) !important; } } } } .comparsa { background-color: @primary; color: @white; 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%; } @media (max-width: @screen-sm-max) { display: none; } } &.nuovo { .image_caption { position: relative; font-size: 30px; z-index: 11; background: transparent; line-height: 60px; } .slick-slide { &:after { height: 60px; } } .img-comparsa { &:hover { .comparsa { opacity: 1; pointer-events: auto; } } } } } .slider-img, .slider-img-didascalia { 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; @media (max-width: @screen-xs-max) { 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% ); } } } .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; } &.no-border { .slick-slide { border-color: @white; } } &.nuovo { .slick-slide { .image_caption { position: relative; padding: 10px; background: linear-gradient( 150deg, rgba(18, 90, 113, 1) 0%, rgba(162, 213, 208, 1) 100% ); font-size: 25px; line-height: 30px; display: flex; align-items: center; justify-content: center; z-index: 3; } &.slick-current + .slick-slide { .image_caption { background: rgb(136, 21, 88); background: linear-gradient( 150deg, rgba(136, 21, 88, 1) 0%, rgba(230, 32, 116, 1) 100% ); } &:after { background: none !important; @media (max-width: @screen-xs-max) { background: none !important; } } } &.slick-current + .slick-slide + .slick-slide { .image_caption { background: rgb(235, 126, 36); background: linear-gradient( 150deg, rgba(235, 126, 36, 1) 0%, rgba(251, 227, 97, 1) 100% ); } &:after { background: none !important; @media (max-width: @screen-xs-max) { background: none !important; } } } .freccia-nuova { position: absolute; top: 0; bottom: 0; z-index: 2; left: 0; right: 0; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; .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; @media (max-width: @screen-md-max) { margin-top: 0; } @media (max-width: @screen-xs-max) { margin-top: 18px; } } &:hover { background-color: rgba(0, 0, 0, 0.2); .icon-freccia { animation: bounceArrow 0.55s ease 0s alternate infinite; } } } &:after { background: none !important; @media (max-width: @screen-xs-max) { background: none !important; } } } .slick-slide:nth-of-type(1), .slick-slide:nth-of-type(4) { &:after { @media (max-width: @screen-xs-max) { background: none !important; } } .image_caption { @media (max-width: @screen-xs-max) { background: rgb(136, 21, 88); background: linear-gradient( 150deg, rgba(136, 21, 88, 1) 0%, rgba(230, 32, 116, 1) 100% ); } } } .slick-slide:nth-of-type(2) { &:after { @media (max-width: @screen-xs-max) { background: none !important; } } .image_caption { @media (max-width: @screen-xs-max) { 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(3) { &:after { @media (max-width: @screen-xs-max) { background: none !important; } } } } } .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 @white; &: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 { @media (max-width: @screen-xs-max) { background: #125a71 !important; background: linear-gradient( 150deg, #125a71 0%, #a2d5d0 100% ) !important; } } } .slick-slide:nth-of-type(2) { &:after { @media (max-width: @screen-xs-max) { background: #881558 !important; background: linear-gradient( 150deg, #881558 0%, #e62074 100% ) !important; } } } .slick-slide:nth-of-type(3) { &:after { @media (max-width: @screen-xs-max) { background: #eb7e24 !important; background: linear-gradient( 150deg, #eb7e24 0%, #fbe361 100% ) !important; } } } } .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: @white; &:after { content: ""; display: block; clear: both; } input[type="radio"] { display: none; } label { display: inline-block; color: @white; font-size: 18px; font-weight: bold; padding: 5px 8px; margin: 0 8px; text-align: center; cursor: pointer; transition: all 0.5s; border-radius: 70px; position: relative; &:hover { color: @primary; background-color: @white; &:before { opacity: 1; } } &:before { content: ""; display: block; width: 0; height: 0; border-top: 6px solid @white; 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; background-color: @white; 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; @media (max-width: @screen-xs-max) { 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; @media (max-width: @screen-xs-max) { width: 33.33333333%; } &:hover { color: @primary; } b { display: block; min-height: 40px; } } } h3 { text-align: left; font-size: 25px; margin-bottom: 15px; } } .tab-content * { 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; } @media (min-width: @screen-md-min) { .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; 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 { 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); transition: opacity 0s linear 0.6s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s; } } } .blocco-uno-guida { background-color: @primary; color: @white; margin-top: 50px; font-size: 21px; padding: 60px 10px; h1 { color: @white; } .grande { font-size: 35px; line-height: 38px; } @media (max-width: @screen-md-max) { padding: 35px 10px; } @media (max-width: @screen-sm-max) { margin-top: 0; padding: 30px 10px; } .icon-domande-freccia { color: @white; } } .guida-absolute { right: 0; bottom: -40px; position: absolute; } .blocco-txt-guida { color: @white; background-color: @primary-hover; padding: 40px 10px; font-size: 48px; line-height: 53px; @media (max-width: @screen-md-max) { 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; @media (max-width: @screen-md-max) { padding: 25px 10px; } } .blocco-fb { display: block; margin-top: 50px; background-color: #f1eee9; color: #333; padding: 80px 10px; line-height: 47px; font-size: 45px; @media (max-width: @screen-md-max) { margin-top: 30px; padding: 50px 10px; line-height: 37px; font-size: 35px; } @media (max-width: @screen-sm-max) { padding: 40px 10px; margin-top: 25px; margin-bottom: 25px; font-size: 40px; line-height: 42px; } &:hover { color: @primary !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; } @media (max-width: @screen-sm-max) { .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, .lista-iconset { 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; } } } .lista-iconset { li{ padding:10px 0px; } span.iconset { display:inline-block; padding-right:10px; &:before{ font-size:30px; color:@blu; } } } .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; position: absolute; left: 0; font-size: 25px; } } } .plus { list-style-type: none; padding: 25px 0px; li { position: relative; padding: 10px 0px 10px 40px; list-style-position: inside; font-size: 18px; &:before { content: ""; position: absolute; left: 0; top: 15px; 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: @white; } .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; @media (max-width: @screen-sm-max) { display: block; } } .inline { display: inline-block; } #imagelightbox-caption { display: none; } .pad-centrale { padding: 60px 0; @media (max-width: @screen-md-max) { padding: 40px 0; } @media (max-width: @screen-sm-max) { padding: 35px 0; } @media (max-width: @screen-xs-max) { padding: 30px 0; } } .so_socialFollow { .socialFollow { .icon { height: auto !important; .cms-icon { line-height: 25px; display: inline-block; vertical-align: middle; } } } } .dati-top { position: relative; padding-left: 55px; color: #000; font-size: 14px; margin-top: 25px; @media (max-width: @screen-md-max) { padding-left: 45px; } a { color: #000; } &:before { content: ""; left: 0; height: 35px; position: absolute; top: 0; bottom: 0; margin: auto; width: 1px; background-color: rgba(0, 0, 0, 0.2); } .ico { font-size: 25px; height: 25px; position: absolute; top: 0; bottom: 0; margin: auto; left: 20px; color: #999; @media (max-width: @screen-md-max) { left: 15px; } img { height: 25px; display: block; } } } /* BOOKING */ #pgall { .booking { @media (min-width: @screen-lg-min) { 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 10px; border-top: 1px solid rgba(0, 0, 0, 0.1); @media (max-width: @screen-md-max) { padding: 0 6px; } label { display: block; float: left; width: 65%; line-height: 25px; @media (max-width: @screen-md-max) { float: none; width: 100%; line-height: 20px; } } select { display: block; float: left; width: 35%; background-color: transparent; @media (max-width: @screen-md-max) { 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-hover; text-align: center; cursor: pointer; position: relative; height: 45px; @media (max-width: @screen-md-max) { height: 40px; } .day_formatted, .departday_formatted { font-size: 25px; line-height: 20px; margin: 5px 0; color: @primary-hover; font-weight: bold; @media (max-width: @screen-md-max) { 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: -999px; cursor: pointer; width: 100%; outline: none; } } .partenza-box { border-left: 1px solid rgba(0, 0, 0, 0.1); } .bordo { padding: 12px 0; margin: auto; @media (max-width: @screen-md-max) { padding: 5px 0; } } .seleziona-verifica { &:after { content: "\e900"; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; font-size: 20px; height: 20px; color: @white; } .btn_preventivo { height: 55px; border-top: 5px solid #6c9a35; color: @white; background-color: @primary-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: #3c89be; background-color: @primary; } } } } } .box-tripadvisor { position: absolute; bottom: 35px; right: 0; /*25px*/ width: 100%; max-width: 465px; background-color: transparent; /**/ z-index: 7; @media (max-width: @screen-sm-max) { position: relative; bottom: auto; right: auto; max-width: 100%; display: flex; align-items: center; justify-content: center; background-color: #f7f7f7; } .banner-trip { display: flex; flex-direction: row; align-items: center; justify-content: end; .logo-visto-tv { max-height: 120px; @media (max-width: @screen-sm-max) { position: absolute; left: 0; top: -30px; } @media (max-width: @screen-xs-max) { img { max-height: 120px; } } } .logo-trip { @media (max-width: @screen-xs-max) { img { max-height: 85px; } } } } } //Centralizzazzione guide .mrprenoForm { /*classe della guida wrp_guide_button*/ .wrp_guide_button { margin-top: 25px; display: block; text-align: right; img { max-width: 100%; } } } .so_newsletterForm { /*classe della guida wrp_guide_button*/ .wrp_guide_button { margin-top: 10px; display: block; text-align: right; padding-right: 15px; img { max-width: 280px; } } } /*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%; } } } .box-gruppo { max-width: 330px; margin: 0 auto; color: @white; font-size: 20px; padding: 80px 5px; @media (max-width: @screen-sm-max) { padding: 30px 5px; } a.pulsante { display: block; color: @white; font-size: 16px; background-color: #317fbd; padding: 12px 5px; padding-left: 80px; padding-right: 40px; border-left: 8px solid @primary; 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: @white; font-weight: bold; line-height: 2.8rem; a { color: @white; &:hover { text-decoration: underline !important; } } } .frase-top { font-size: 16px; color: rgba(0, 0, 0, 0.5); text-transform: uppercase; margin: 0 auto; margin-top: 15px; max-width: 900px; } .img-top { margin-top: 90px; @media (max-width: @screen-sm-max) { margin-top: 50px; } &: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; @media (max-width: @screen-xs-max) { bottom: -9px; } } &.no-after { &:after { display: none; } } } .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; } } .box-servizi { padding: 0 3%; h4 { margin-bottom: 5px; font-size: 25px; line-height: 28px; font-weight: bold; } .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; @media (max-width: @screen-md-max) { padding-right: 10px; } @media (max-width: @screen-xs-max) { padding: 30px 10px; padding-left: 80px; } .ico { position: absolute; top: 55px; left: 20px; font-size: 70px; img { display: block; @media (max-width: @screen-xs-max) { max-width: 50px; } } @media (max-width: @screen-xs-max) { font-size: 45px; top: 40px; } } } &.light { border-right: 5px solid @white; border-left: 5px solid @white; padding: 0 !important; .txt { padding: 30px 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: @white; } 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; @media (max-width: @screen-sm-max) { display: block; padding: 30px 10px; } @media (max-width: @screen-xs-max) { padding: 20px 10px; margin-top: 25px; margin-bottom: 25px; } .box-sx-fascia { padding-top: 15px; padding-bottom: 15px; } } .titolo-all-inclusive { font-weight: bold; line-height: 21px; padding-right: 10px; padding-top: 10px; padding-left: 0; @media (max-width: @screen-md-max) { font-size: 14px; line-height: 17px; } @media (max-width: @screen-xs-max) { font-size: 18px; line-height: 20px; text-align: center; } .numero { font-size: 38px; margin: 15px 0; font-weight: normal; @media (max-width: @screen-md-max) { font-size: 32px; margin: 10px 0; } } .cresta { font-size: 30px; } } .titolo-all-inclusive-new { padding: 10px 4% !important; margin-bottom: 0 !important; &:after { display: none; } &.uno { background-color: #125a71 !important; } &.due { background-color: #881558 !important; } &.tre { background-color: #eb7e24 !important; } } .titolo-all-inclusive-new, /*fine aggiunte*/ .box-all-inclusive { background-color: @white; padding: 4%; border-left: 15px solid #f7f7f7; margin-top: 12px; /*12px 0*/ margin-bottom: 12px; &.no-margin-top { margin-top: 0 !important; } @media (max-width: @screen-xs-max) { border: none; padding: 20px; padding-left: 29px; } h3 { font-weight: bold; margin-bottom: 10px; } .testo-dx { @media (max-width: @screen-sm-max) { padding-left: 5px; } } &:after { position: absolute; width: 9px; left: 0; top: 0; bottom: 0; z-index: 4; pointer-events: none; content: ""; background: rgb(18, 90, 113); background: linear-gradient( 180deg, rgba(18, 90, 113, 1) 20%, rgba(162, 213, 208, 1) 100% ); } &.due { &:after { background: rgb(136, 21, 88); background: linear-gradient( 180deg, rgba(136, 21, 88, 1) 20%, rgba(230, 32, 116, 1) 100% ); } .c-type { li { font-weight: normal; } } } &.tre { &:after { background: rgb(235, 126, 36); background: linear-gradient( 180deg, rgba(235, 126, 36, 1) 20%, rgba(251, 227, 97, 1) 100% ); } } } .testo-sx + .testo-dx { @media (max-width: @screen-xs-max) { .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: @white; border-right: 5px solid #f7f7f7; border-left: 5px solid #f7f7f7; padding-top: 0; @media (max-width: @screen-xs-max) { 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; } } } .form-fidelity { input[type="text"], input[type="password"] { border: #909398 1px solid; float: left; height: 45px; font-size: 14px; display: block; @media (max-width: @screen-xs-max) { 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 8px solid !important; font-size: 15px; @media (max-width: @screen-xs-max) { margin-top: 5px; } &:hover { background-color: @primary; color: @white; } } } /* timeline */ .timeline { position: relative; &:after { background-color: @blu; width: 4px; position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; content: ""; opacity: 1; visibility: visible; @media (max-width: @screen-xs-max) { display: none; } } .fumetto-box { width: calc(~"41.66666667% - 2px"); position: relative; @media (max-width: @screen-xs-max) { width: calc(~"100% - 10px"); margin: 0 auto; } &:after { content: ""; display: block; height: 25px; width: 25px; background-color: @blu; border-radius: 50%; border: 5px solid @white; position: absolute; position: absolute; top: 60px; right: -55px; z-index: 11; @media (max-width: @screen-xs-max) { display: none; } } &.sx { border-right: 40px solid @white; text-align: right; @media (max-width: @screen-xs-max) { border: none; text-align: left; } } &.dx { border-left: 40px solid @white; margin-left: calc(~"50% + 2px"); @media (max-width: @screen-xs-max) { border: none; margin-left: auto; } &:after { left: -55px; right: auto; } } .txt { padding: 20px; .c-type { li { padding-left: 0; padding-right: 0; &:before { display: none; } } } h3 { margin-bottom: 10px; color: @blu; } } } } .box-dove-siamo { .image_caption { position: absolute; top: 0px; bottom: 0px; right: 0px; left: 0px; background-color: rgba(0, 0, 0, 0.2); text-align: center; z-index: 2; color: @white; 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; .icon-cresta { display: block; margin: 15px auto; } } .txt { padding: 35px 10px; } } .slider-servizi-camera { background-color: @white; padding: 65px 20px; font-size: 25px; font-weight: bold; text-align: center; @media (max-width: @screen-md-max) { padding: 40px 15px; } @media (max-width: @screen-xs-max) { padding: 25px 10px; } .ico { color: @primary; font-size: 58px; display: block; margin: 25px auto; } } .fascia-camere { @media (max-width: @screen-sm-max) { padding: 15px; margin: 25px 0; } @media (max-width: @screen-xs-max) { padding: 5px; } .caratteristiche { @media (max-width: @screen-sm-max) { padding-left: 5px; padding-top: 25px; } } .persone-camera { padding: 15px; padding-left: 105px; border-left: rgba(17, 17, 17, 0.2) 1px solid; border-right: rgba(17, 17, 17, 0.2) 1px solid; @media (max-width: @screen-xs-max) { margin-top: 25px; } .ico { position: absolute; top: 15px; left: 20px; height: 50px; font-size: 50px; } h4 { font-weight: bold; @media (max-width: @screen-md-max) { font-size: 23px; line-height: 26px; } } } .titolo-camera { margin-bottom: 20px; } .box-camera { margin-top: 20px; background-color: #f7f7f7; @media (max-width: @screen-sm-max) { display: block; padding: 4%; } &.white { background-color: @white; } .servizi-camera { padding: 0 3%; .testo { padding-top: 25px; padding-bottom: 25px; @media (max-width: @screen-md-max) { padding-top: 20px; padding-bottom: 20px; } .c-type { @media (max-width: @screen-md-max) { padding-top: 0; padding-bottom: 0; } } } } } } .video-home { position: relative; video { height: ~"calc(100vh - 97px)"; object-fit: cover; width: 100%; } &: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 home */ #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; } } /********************/ /* home */ //.related_1601373690{ .box-tripadvisor { @media (max-width: @screen-sm-max) { display: flex !important; } } //} .related_1602766900, .related_1602768379 { .box-tripadvisor { position: fixed; bottom: 15%; right: 0; width: 100%; max-width: 330px; background-color: #f7f7f7; z-index: 7; @media (max-width: @screen-sm-max) { position: relative; bottom: auto; right: auto; max-width: 100%; display: flex; align-items: center; justify-content: center; } } .img-top { &:after { display: none; @media (max-width: @screen-sm-max) { display: block; } } @media (max-width: @screen-sm-max) { position: relative; } } } .fumetto-home { background-color: #f7f7f7; padding: 2%; font-size: 20px; &.blu{ background-color:@blu; } @media (max-width: @screen-sm-max) { 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; @media (max-width: @screen-sm-max) { display: none; } } &.destra{ &: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; right: -104%; transform: rotateY(180deg); @media (max-width: @screen-sm-max) { display: none; } } } &.destra-blu{ &:before { content: ""; display: block; width: 0; height: 0; border-top: 25px solid transparent; border-bottom: 25px solid transparent; border-right: 25px solid @blu; position: absolute; top: 0; bottom: 0; margin: auto; right: -104%; transform: rotateY(180deg); @media (max-width: @screen-sm-max) { display: none; } } } } .box-storto { width: 100%; max-width: 205px; line-height: 70px; color: @white; 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; @media (max-width: @screen-md-max) { bottom: 10px; } @media (max-width: @screen-xs-max) { bottom: 5px; } } .slider-commenti .so_backofficeFeedbackComments { .slick-prev, .slick-next { bottom: 10px; top: auto; margin-top: 0; } .slick-prev { left: 50%; margin-left: -45px; } .slick-next { right: 50%; margin-right: -45px; } } .modal-title.titolo-commenti { margin-bottom: 20px; font-weight: bold; } .box-servizi-img { .box-servizi { @media (min-width: @screen-sm-max) { margin: 0 -1.5px; } display: inline-block; vertical-align: top; float: none; &:after { display: none; } } } .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-hover; color: @white; } } } //TRADUZIONI html[lang="en"] { #button_09e93533cd08 { max-width: 220px; } @media screen and (max-width: 991px) and (min-width: 768px) { .box-storto { bottom: 0px; } } @media screen and (max-width: 1199px) and (min-width: 992px) { #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; } } @media screen and (min-width: 1200px) { .box-storto { bottom: 8px; } } .da-tradurre { display: none !important; } } html[lang="fr"] { #button_09e93533cd08 { max-width: 220px; } @media screen and (max-width: 767px) { .link-mobi { font-size: 8px; } .offer_detail .periods .period_foot .btn { font-size: 13px; } } @media screen and (max-width: 991px) and (min-width: 768px) { .box-storto { bottom: 0px; } } @media screen and (max-width: 1199px) and (min-width: 992px) { #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; } .pulsante.bordato { font-size: 11px; } } @media screen and (min-width: 1200px) { .box-storto { bottom: 3px; } #pgall #button_email_min { font-size: 16px; } .offerte-scorrevoli .layout-1.righe .offer .bordered .max-wdt .cont-pulsante .pulsante { font-size: 13px; } } .da-tradurre { display: none !important; } } html[lang="de"] { .pulsante.bordato { font-size: 11px; } .box-select select { width: 100% !important; } #button_09e93533cd08 { max-width: 220px; } @media screen and (max-width: 767px) { .offer_detail .periods .period_foot .btn { font-size: 13px; } } @media screen and (max-width: 991px) and (min-width: 768px) { #pgall #button_email_min { font-size: 17px; } .box-storto { bottom: 0px; } } @media screen and (max-width: 1199px) and (min-width: 992px) { #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; } .dati-top { font-size: 13px; } #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; } } @media screen and (min-width: 1200px) { #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; } .offerte-scorrevoli .layout-1.righe .offer .bordered .max-wdt .cont-pulsante .pulsante { font-size: 13px; } } .da-tradurre { display: none !important; } } .linea-top-ospitabilita { display: none; } .link-ospitalita { width: 100%; display: none; padding: 10px; background: @primary; color: @white !important; font-weight: 700; position: fixed; top: 0; text-align: center; z-index: 10; &:hover { background: @primary-hover; } img { max-height: 20px; margin-right: 10px; } .icon-freccia { margin-left: 10px; } } html[lang="it"] { .no-ita { display: none; } } .pulsante-informazioni { font-size: 20px !important; max-width: 250px !important; } .marchi-colonne-wrap { flex-wrap: wrap; @media (max-width: @screen-xs-max) { display: flex; } .col-10 { width: 10%; img { padding: 10px; } @media (max-width: @screen-sm-max) { width: 20%; } @media (max-width: @screen-xs-max) { width: 20%; } } } html[lang="en"], html[lang="de"], html[lang="fr"] { .no-lingua { display: none !important; } } .testo-timeline { padding: 30px; border-right: 4px dotted @white; @media (max-width: @screen-md-max) { padding: 20px; border-right: 0; border-bottom: 3px dotted @white; } } .bg-timeline { padding: 30px; background: @white; &.gradient { padding-bottom: 80px; background: rgb(237, 210, 129); background: linear-gradient( 0deg, rgba(237, 210, 129, 1) 30%, rgba(255, 255, 255, 1) 70% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edd281",endColorstr="#fcfcfc",GradientType=1); @media (min-width: @screen-md-max) { &.inverse { background: rgb(251, 183, 152); background: linear-gradient( 180deg, rgba(251, 183, 152, 1) 30%, rgba(255, 255, 255, 1) 70% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbb798",endColorstr="#fcfcfc",GradientType=1); } } @media (max-width: @screen-sm-max) { &.inverse { background: rgb(237, 210, 129); background: linear-gradient( 180deg, rgba(237, 210, 129, 1) 30%, rgba(255, 255, 255, 1) 70% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edd281",endColorstr="#fcfcfc",GradientType=1); } } } &.colazione { background-color: #fbcf98; } &.pranzo { background: #edb281; } } .timeline-row { background: @white; @media (min-width: @screen-md-max) { border-radius: 0 30px 0 30px; &.left-radius { border-radius: 30px 0 30px 0 !important; } } h4 { font-size: 20px; font-weight: bold; color: @primary; margin-bottom: 20px; } .titolo-new { font-size: 30px; } @media (max-width: @screen-sm-max) { &.cena, &.pranzo, &.colazione { background: rgb(237, 210, 129); } } @media (min-width: @screen-md-max) { &.colazione { background: rgb(237, 210, 129); background: linear-gradient( 90deg, rgba(237, 210, 129, 1) 30%, rgba(251, 207, 152, 1) 70% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edd281",endColorstr="#fbcf98",GradientType=1); } &.pranzo { background: rgb(237, 178, 129); background: linear-gradient( 90deg, rgba(237, 178, 129, 1) 30%, rgba(251, 207, 152, 1) 70% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edb281",endColorstr="#fbcf98",GradientType=1); } &.cena { background: rgb(237, 178, 129); background: linear-gradient( 90deg, rgba(237, 178, 129, 1) 30%, rgba(251, 183, 152, 1) 70% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edb281",endColorstr="#fbb798",GradientType=1); } } } .popup-contatti { display: none; position: fixed; bottom: 60px; right: 10px; z-index: 100; text-align: right; @media (max-width: @screen-sm-max) { display: block; } .icona-principale { background: @primary; color: @white; 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; 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: @white; .ico { margin-left: 10px; } } &:nth-child(4) { background: #25d366; } &:nth-child(3) { background: #00b2ff; } } } } .barra-bottom { background: @primary-hover; bottom: 0; padding: 10px; top: unset; z-index: 99; } .h1-nascosto { display: none; } .related_1602766900, .related_1602768379 { .box-tripadvisor { img { margin-top: 0; } } } .coco-grazie { img { position: relative; z-index: 2; } .fumetto-grazie { position: absolute; top: 0; background-color: #f7f7f7; padding: 2%; font-size: 20px; z-index: 1; left: 120px; padding-left: 120px; padding-top: 30px; padding-bottom: 30px; border-radius: 20px; } } .slider-novita { .slide { overflow: hidden !important; } .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; } img { margin: 0 auto; } } .box-coco-advisor { max-width: 300px; display: flex; align-items: center; justify-content: center; margin: 20px auto; margin-right: 30px; .flex { display: flex; align-items: center; justify-content: center; .txt { font-size: 13px; line-height: 13px; text-transform: uppercase; font-weight: 700; } .freccia { margin-bottom: 20px; } } } .coco-advisor-fixed { .banner { position: fixed; left: 0; bottom: 0; display: flex !important; align-items: center; justify-content: center; flex-direction: row-reverse; z-index: 99; padding: 15px; background-color: @giallo; border-top-right-radius: 50px; @media (max-width: @screen-sm-max) { padding: 10px; border-top-left-radius: 40px; border-bottom-left-radius: 40px; left: auto; right: 0; bottom: 37%; border-top-right-radius: 0; flex-direction: row; } img { max-height: 80px; @media (max-width: @screen-sm-max) { max-height: 50px; } } .scritta { display: block; opacity: 1; padding: 10px; @media (max-width: @screen-sm-max) { padding: 5px; font-size: 12px; } &.close-scritta { transition: opacity 1200ms, display 1200ms; display: none; opacity: 0; } .ico { display: block; text-align: center; padding-top: 5px; } } &:hover { .scritta { &.close-scritta { @media (min-width: @screen-sm-max) { display: block; opacity: 1; } } } } } }