// 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"; @body-bg: #FFF; @link-color: #6B6B6B; @text-color: #6B6B6B; @font-family-sans-serif: 'Yantramanav'; @font-size-base: 18px; @primary-color: #8B9DC3; @primary-color-hover: #D3A705; @background-input: #F3F3F3; @color-form: #6B6B6B; @corsivo: 'Quicksand'; @celeste:#F2F4F8; body { margin: 0; padding: 0; } html{overflow-x:hidden;} a, a:hover, a:focus { text-decoration: none; } .corsivo{ font-family:@corsivo; } .colore-uno { color: @primary-color; } .colore-due { color: @primary-color-hover; } @font-face { font-family: 'icomoon'; src: url('/source/icomoon.eot?ixbdov'); src: url('/source/icomoon.eot?ixbdov#iefix') format('embedded-opentype'), url('/source/icomoon.ttf?ixbdov') format('truetype'), url('/source/icomoon.woff?ixbdov') format('woff'), url('/source/icomoon.svg?ixbdov#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } [class^="icon-"], [class*=" icon-"], .select:after, .slick-prev:before, .slick-next:before, .lista-custom li:after { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; display:inline-block; vertical-align:middle; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-cala-della-torre:before { content: "\e900"; } .icon-calendar:before { content: "\e901"; } .icon-email:before { content: "\e902"; } .icon-telephone:before { content: "\e903"; } .icon-baby:before { content: "\e904"; } .icon-children:before { content: "\e905"; } .icon-cuore:before { content: "\e906"; } .icon-facebook:before { content: "\e907"; } .icon-family:before { content: "\e908"; } .icon-freccia-dw:before { content: "\e909"; } .icon-freccia-dx:before { content: "\e90a"; } .icon-freccia-sx:before { content: "\e90b"; } .icon-freccina:before { content: "\e90c"; } .icon-heart:before { content: "\e90d"; } .icon-heart-1:before { content: "\e90e"; } .icon-instagram:before { content: "\e90f"; } .icon-letto:before { content: "\e910"; } .icon-mail:before { content: "\e911"; } .icon-map:before { content: "\e912"; } .icon-mappa:before { content: "\e913"; } .icon-mappa-mondo:before { content: "\e914"; } .icon-ombrellone:before { content: "\e915"; } .icon-onda:before { content: "\e916"; } .icon-orologio:before { content: "\e917"; } .icon-person:before { content: "\e918"; } .icon-pin:before { content: "\e919"; } .icon-piscina:before { content: "\e91a"; } .icon-pointer:before { content: "\e91b"; } .icon-QUOTE:before { content: "\e91c"; } .icon-regalo:before { content: "\e91d"; } .icon-richiedi:before { content: "\e91e"; } .icon-right-chevron:before { content: "\e91f"; } .icon-sdraio:before { content: "\e920"; } .icon-spiaggia:before { content: "\e921"; } .icon-valigia:before { content: "\e922"; } .icon-write:before { content: "\e923"; } .icon-icon-x:before { content: "\e927"; } .icon-lindbergh-hotels-resorts:before, .icon-lindbergh:before { content: "\e926"; } /* BUTTON */ input[type=email], input[type=image], input[type=number], input[type=password], input[type=text], select, textarea { width: 100%; margin: 0; -webkit-appearance: none; -moz-appearance: none; border: none; -webkit-border-radius: 0; border-radius: 0; display: block; text-indent: 5px; } #pgall input[type=button], #pgall input[type=submit] { width: 100%; text-align: center; cursor: pointer; display: block; -webkit-appearance: none; -moz-appearance: none; border: none; -webkit-border-radius: 0; border-radius: 0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } a, a:active, a:focus, a:link, a:visited, input[type="submit"] { -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; outline: none; text-decoration: none; } .freccia-none, .pulsante, .slick-next, .slick-prev, .tendina-lingue, .transition_400{ -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .transition_600 { -webkit-transition: all 600ms ease; -moz-transition: all 600ms ease; -ms-transition: all 600ms ease; -o-transition: all 600ms ease; transition: all 600ms ease; } .slick-slide { outline: none; } label { font-weight: normal; margin: 0; } input[type="checkbox"], input[type="radio"] { margin: 0; } /* ***************************** */ .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: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items: center; -moz-align-items: center; align-content: center; justify-content: center; -webkit-justify-content: center; -webkit-align-content: center; } } .flex-desktop { @media (min-width: @screen-md-min) { display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items: center; -moz-align-items: center; align-content: center; justify-content: center; -webkit-justify-content: center; -webkit-align-content: center; } } .flex-all{ @media (min-width: @screen-sm-min) { display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items: center; -moz-align-items: center; align-content: center; justify-content: center; -webkit-justify-content: center; -webkit-align-content: center; } } p { margin: 0; } 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%; @media (min-width: @screen-md-min) { padding: 0 10px; } @media (min-width: @screen-lg-min) { padding: 0 30px; } } .container, .container-fluid { max-width: 100%; -webkit-transition: all 600ms ease; -moz-transition: all 600ms ease; -ms-transition: all 600ms ease; -o-transition: all 600ms ease; transition: all 600ms ease; } .container-fluid { max-width: 1860px; &:before { display: block; } } h1, h2.grande { font-size: 16px; line-height: 18px; text-transform:uppercase; letter-spacing:2px; @media (max-width: @screen-md-max) { } @media (max-width: @screen-sm-max) {} @media (max-width: @screen-xs-max) { } &.nascosto{ display:none; } } .cont-h1{ border-bottom:#EDEFEE 1px solid; padding-bottom:20px; } .divisore { padding-bottom: 60px; @media (max-width: @screen-xs-max) { padding-bottom: 25px; } } h3 { font-size: 37px; line-height: 39px; font-weight:normal; letter-spacing:2px; @media (max-width: @screen-md-max) { font-size:28px; line-height:30px; } @media (max-width: @screen-sm-max) { } @media (max-width: @screen-xs-max) { font-size: 24px; line-height: 26px; } } h5{ margin-bottom:40px; text-transform:uppercase; @media (max-width: @screen-xs-max) { margin-bottom:25px; } } .testo { padding: 40px 10px; word-wrap: break-word; line-height:28px; @media (max-width: @screen-md-max) { padding:30px 10px; } @media (max-width: @screen-sm-max) {} @media (max-width: @screen-xs-max) { padding: 25px 10px; } } .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; } } /* colonna negativa */ .col-3-negativa { margin-left: -25%; @media (max-width: @screen-sm-max) { margin-left:-16.66666%; } } .colonna-negativa { margin-left: -8.3333333%; @media (max-width: @screen-sm-max) { margin-left:0; } } /*********************/ /* filtro grigio */ .greyscale { -webkit-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: gray; filter: grayscale(100%); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; &:hover { -webkit-filter: grayscale(0%); -ms-filter: grayscale(0%); filter: grayscale(0%); background-color: #F8F5EF; } } /**********************/ /* close modal */ .close { opacity: 1; outline: none; &:hover, &:focus { color: #4A4A4A; opacity: 1; } } .modal { padding: 0 !important } .modal-open { padding: 0 !important; overflow: auto; } body { padding: 0 !important } /*************************/ /* ico mobile */ .link-mobi { color: #5F6A72 !important; font-size: 10px; letter-spacing:1px; padding-top: 10px; line-height: normal; padding-bottom: 1px; height: 100%; text-transform: uppercase; display: block; span[class^="icon-"] { margin: 6px auto; display: block; font-size: 25px; } img { margin: 0 auto; margin-bottom: 4px; display: block; } a { color: #5F6A72 !important; } } .blk-mobi{ width:20%; float:left; text-align:center; } /**********************/ /* testo invio newsletter */ .result_inscr_newsl_min { color: #fff; } /***************************/ // FORM CONTATTI #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); height: 45px; background-repeat: no-repeat; box-shadow: none; padding: 0; font-size: 16px; background-color: @background-input; margin: 5px 0; color: @color-form; border: none; border-radius: 2px; text-indent: 10px; option { color: @color-form; } &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: @color-form; } &::-moz-placeholder { /* Firefox 19+ */ color: @color-form; } &:-ms-input-placeholder { /* IE 10+ */ color: @color-form; } &:-moz-placeholder { /* Firefox 18- */ color: @color-form; } } .modulo_alt[readonly], .modulo_file { background-image: url('/ATScripts/form/img/attach.png'); background-repeat: no-repeat; background-position: 5px center; cursor: pointer; text-indent: 25px; background-color: @background-input; } .bottone_alt { &:extend(.btn all); .button-variant(#fff; #000; #000); &:extend(.btn-block all); @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: 16px; color: @color-form; } .sep { padding-bottom: 10px; } textarea { min-height: 291px; @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; } } } #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: #214744; background-color: #fff; padding: 0 10px; height: 50px; width: 100%; line-height: 45px; -webkit-appearance: none; float: right; margin: 0; margin-top: 15px; outline: none; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; max-width: 330px; border: 1px solid #D2CBC4; border-radius: 2px; @media (max-width: @screen-xs-max) { float: none; margin: 15px auto; margin-bottom: 0; } &:hover { background-color: #214744; color: #fff; } } #pgall .wrapper_form_cont .privacy_check div { display: inline-block; } /* FORM my reply */ .box-form-pag-contatti .form-myreply .myReplyForm .form-control, #myreply_form_offerta .form-control { background-color: #fff; } .form-myreply { color: @color-form; padding: 0 10px; } .form-myreply .myReplyForm .form-control, #myreply_form_offerta .form-control { font-size: 16px; height: 45px; text-indent: 4px; width: 100%; border: none; background-color: @background-input; color: @color-form; -webkit-appearance: none; max-width: 100%; } .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: 16px; 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: 137px !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-color-hover; font-weight:bold; text-transform:uppercase; cursor: pointer; color: #fff; width: auto; padding: 0px 10px; height: 45px; line-height: 40px; width: 100%; max-width: 220px; font-size: 14px; margin-top: 10px; -webkit-appearance: none; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; &.send_new_request { max-width: 240px; font-size: 13px; } } .form-myreply .myReplyForm .btn-success:hover, .form-myreply .myReplyForm .btn-success:focus, #myreply_form_offerta .btn-success:hover, #myreply_form_offerta .btn-success:focus { background-color: @primary-color; } #myreply_form_offerta { padding: 25px 10px; margin-top: 25px; clear: both; } //less preso dal vecchio file css .flt_left { float: left; } .flt_right { float: right; } .fullWidth img { max-width: 100%; text-align: center; } .rel { position: relative; } .col_5 { width: 20%; float: left; @media (max-width: @screen-md-max) {} @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, .container_12:after, .container_12:before, .container_16:after, .container_16:before { content: '.'; display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0 } .clearfix:after { clear: both } ::selection { background: @primary-color; color: #fff; } ::-moz-selection { background: @primary-color; color: #fff; } /* BUTTON */ .cb { display: none; } .transition { transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000); -webkit-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000); -o-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000); -ms-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000); -moz-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000); } a:focus, a:active, a:link, img, .slick-slide { outline: none; } /* CSS Animations */ .moveDownTop { opacity: 0; -webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Safari 4+ */ -moz-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Fx 5+ */ -o-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Opera 12+ */ animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; /* IE 10+ */ } .moveUpTop { opacity: 0; -webkit-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Safari 4+ */ -moz-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Fx 5+ */ -o-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Opera 12+ */ animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; /* IE 10+ */ } .moveLeftTop { opacity: 0; -webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Safari 4+ */ -moz-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Fx 5+ */ -o-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Opera 12+ */ animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; /* IE 10+ */ } .moveRightTop { opacity: 0; -webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Safari 4+ */ -moz-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Fx 5+ */ -o-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Opera 12+ */ animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* IE 10+ */ animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; } .wpb_appear { opacity: 0; -webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Safari 4+ */ -moz-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Fx 5+ */ -o-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Opera 12+ */ animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* IE 10+ */ animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); } /* Top to bottom keyframes */ @-webkit-keyframes wpb_ttb { 0% { -webkit-transform: translate(0, -10%); opacity: 0; } 100% { -webkit-transform: translate(0, 0); opacity: 1; } } @-moz-keyframes wpb_ttb { 0% { -moz-transform: translate(0, -10%); opacity: 0; } 100% { -moz-transform: translate(0, 0); opacity: 1; } } @-o-keyframes wpb_ttb { 0% { -o-transform: translate(0, -10%); opacity: 0; } 100% { -o-transform: translate(0, 0); opacity: 1; } } @keyframes wpb_ttb { 0% { transform: translate(0, -10%); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Bottom to top keyframes */ @-webkit-keyframes wpb_btt { 0% { -webkit-transform: translate(0, 10%); opacity: 0; } 100% { -webkit-transform: translate(0, 0); opacity: 1; } } @-moz-keyframes wpb_btt { 0% { -moz-transform: translate(0, 10%); opacity: 0; } 100% { -moz-transform: translate(0, 0); opacity: 1; } } @-o-keyframes wpb_btt { 0% { -o-transform: translate(0, 10%); opacity: 0; } 100% { -o-transform: translate(0, 0); opacity: 1; } } @keyframes wpb_btt { 0% { transform: translate(0, 10%); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Left to right keyframes */ @-webkit-keyframes wpb_ltr { 0% { -webkit-transform: translate(-10%, 0); opacity: 0; } 100% { -webkit-transform: translate(0, 0); opacity: 1; } } @-moz-keyframes wpb_ltr { 0% { -moz-transform: translate(-10%, 0); opacity: 0; } 100% { -moz-transform: translate(0, 0); opacity: 1; } } @-o-keyframes wpb_ltr { 0% { -o-transform: translate(-10%, 0); opacity: 0; } 100% { -o-transform: translate(0, 0); opacity: 1; } } @keyframes wpb_ltr { 0% { transform: translate(-10%, 0); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Right to left keyframes */ @-webkit-keyframes wpb_rtl { 0% { -webkit-transform: translate(10%, 0); opacity: 0; } 100% { -webkit-transform: translate(0, 0); opacity: 1; } } @-moz-keyframes wpb_rtl { 0% { -moz-transform: translate(10%, 0); opacity: 0; } 100% { -moz-transform: translate(0, 0); opacity: 1; } } @-o-keyframes wpb_rtl { 0% { -o-transform: translate(10%, 0); opacity: 0; } 100% { -o-transform: translate(0, 0); opacity: 1; } } @keyframes wpb_rtl { 0% { transform: translate(10%, 0); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Appear from center keyframes */ @-webkit-keyframes wpb_appear { 0% { -webkit-transform: scale(0.5); opacity: 0.1; } 100% { -webkit-transform: scale(1); opacity: 1; } } @-moz-keyframes wpb_appear { 0% { -moz-transform: scale(0.5); opacity: 0.1; } 100% { -moz-transform: scale(1); opacity: 1; } } @-o-keyframes wpb_appear { 0% { -o-transform: scale(0.5); opacity: 0.1; } 100% { -o-transform: scale(1); opacity: 1; } } @keyframes wpb_appear { 0% { transform: scale(0.5); opacity: 0.1; } 100% { transform: scale(1); opacity: 1; } } /* animation hover zoom */ @-webkit-keyframes bgzoom { from { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); o-transform: scale(1, 1); transform: scale(1, 1) } to { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } } @-moz-keyframes bgzoom { from { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); o-transform: scale(1, 1); transform: scale(1, 1) } to { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } } @-o-keyframes bgzoom { from { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); o-transform: scale(1, 1); transform: scale(1, 1) } to { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } } @keyframes bgzoom { from { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); o-transform: scale(1, 1); transform: scale(1, 1) } to { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } } @-webkit-keyframes bgzoom-reverse { from { -webkit-transform: scale(1.021, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } to { -webkit-transform: scale(1.00, 1.00); -moz-transform: scale(1.00, 1.00); o-transform: scale(1.02, 1.02); transform: scale(1.00, 1.00) } } @-moz-keyframes bgzoom-reverse { from { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } to { -webkit-transform: scale(1.00, 1.00); -moz-transform: scale(1.00, 1.00); o-transform: scale(1.02, 1.02); transform: scale(1.00, 1.00) } } @-o-keyframes bgzoom-reverse { from { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } to { -webkit-transform: scale(1.00, 1.00); -moz-transform: scale(1.00, 1.00); o-transform: scale(1.02, 1.02); transform: scale(1.00, 1.00) } } @keyframes bgzoom-reverse { from { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } to { -webkit-transform: scale(1.00, 1.00); -moz-transform: scale(1.00, 1.00); o-transform: scale(1.02, 1.02); transform: scale(1.00, 1.00) } } .bgzoom { overflow: hidden; } .bgzoom img { animation: bgzoom-reverse 0.3s ease-out; -moz-animation: bgzoom-reverse 0.3s ease-out; -o-animation: bgzoom-reverse 0.3s ease-out; -webkit-animation: bgzoom-reverse 0.3s ease-out; animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; } .bgzoom img:hover { animation: bgzoom 0.3s ease-out; -moz-animation: bgzoom 0.3s ease-out; -o-animation: bgzoom 0.3s ease-out; -webkit-animation: bgzoom 0.3s ease-out; animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; } /* animazione opacity in apertura */ @-webkit-keyframes opacity { from { opacity: 0 } to { opacity: 1 } } @-moz-keyframes opacity { from { opacity: 0 } to { opacity: 1 } } @-o-keyframes opacity { from { opacity: 0 } to { opacity: 1 } } @keyframes opacity { from { opacity: 0 } to { opacity: 1 } } /* ico up-down */ @-webkit-keyframes bounceArrow { 0% { -webkit-transform: translateY(0) } 100% { -webkit-transform: translateY(7px) } } @-moz-keyframes bounceArrow { 0% { -moz-transform: translateY(0) } 100% { -moz-transform: translateY(7px) } } @-o-keyframes bounceArrow { 0% { -o-transform: translateY(0) } 100% { -o-transform: translateY(7px) } } @keyframes bounceArrow { 0% { -webkit-transform: translateY(0); transform: translateY(0) } 100% { -webkit-transform: translateY(7px); transform: translateY(7px) } } .bounce { animation: bounceArrow .55s ease 0s alternate infinite; } /* animazioni blocchi */ .opacity-animation { opacity: 0; animation: opacity 0.8s ease-out 1.5s; -moz-animation: opacity 0.8s ease-out 1.5s; -o-animation: opacity 0.8s ease-out 1.5s; -webkit-animation: opacity 0.8s ease-out 1.5s; animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; } .moveDown.visible { -webkit-animation: moveDown 0.6s ease-in-out 0.2s backwards; -moz-animation: moveDown 0.6s ease-in-out 0.2s backwards; -o-animation: moveDown 0.6s ease-in-out 0.2s backwards; -ms-animation: moveDown 0.6s ease-in-out 0.2s backwards; animation: moveDown 0.6s ease-in-out 0.2s backwards; opacity: 1; } @-webkit-keyframes moveDown { 0% { -webkit-transform: translateY(-40px); opacity: 0; } 100% { -webkit-transform: translateY(0px); opacity: 1; } } @-moz-keyframes moveDown { 0% { -moz-transform: translateY(-40px); opacity: 0; } 100% { -moz-transform: translateY(0px); opacity: 1; } } @-o-keyframes moveDown { 0% { -o-transform: translateY(-40px); opacity: 0; } 100% { -o-transform: translateY(0px); opacity: 1; } } @-ms-keyframes moveDown { 0% { -ms-transform: translateY(-40px); opacity: 0; } 100% { -ms-transform: translateY(0px); opacity: 1; } } @keyframes moveDown { 0% { transform: translateY(-40px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } .moveUp.visible { -webkit-animation: moveUp 0.6s ease-in-out 0.2s backwards; -moz-animation: moveUp 0.6s ease-in-out 0.2s backwards; -o-animation: moveUp 0.6s ease-in-out 0.2s backwards; -ms-animation: moveUp 0.6s ease-in-out 0.2s backwards; animation: moveUp 0.6s ease-in-out 0.2s backwards; opacity: 1; } @-webkit-keyframes moveUp { 0% { -webkit-transform: translateY(40px); opacity: 0; } 100% { -webkit-transform: translateY(0px); opacity: 1; } } @-moz-keyframes moveUp { 0% { -moz-transform: translateY(40px); opacity: 0; } 100% { -moz-transform: translateY(0px); opacity: 1; } } @-o-keyframes moveUp { 0% { -o-transform: translateY(40px); opacity: 0; } 100% { -o-transform: translateY(0px); opacity: 1; } } @-ms-keyframes moveUp { 0% { -ms-transform: translateY(40px); opacity: 0; } 100% { -ms-transform: translateY(0px); opacity: 1; } } @keyframes moveUp { 0% { transform: translateY(40px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } .moveRight.visible { -webkit-animation: moveRight 0.6s ease-in-out 0.2s backwards; -moz-animation: moveRight 0.6s ease-in-out 0.2s backwards; -o-animation: moveRight 0.6s ease-in-out 0.2s backwards; -ms-animation: moveRight 0.6s ease-in-out 0.2s backwards; animation: moveRight 0.6s ease-in-out 0.2s backwards; opacity: 1; } @-webkit-keyframes moveRight { 0% { -webkit-transform: translateX(40px); opacity: 0; } 100% { -webkit-transform: translateX(0px); opacity: 1; } } @-moz-keyframes moveRight { 0% { -moz-transform: translateX(40px); opacity: 0; } 100% { -moz-transform: translateX(0px); opacity: 1; } } @-o-keyframes moveRight { 0% { -o-transform: translateX(40px); opacity: 0; } 100% { -o-transform: translateX(0px); opacity: 1; } } @-ms-keyframes moveRight { 0% { -ms-transform: translateX(40px); opacity: 0; } 100% { -ms-transform: translateX(0px); opacity: 1; } } @keyframes moveRight { 0% { transform: translateX(40px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } .moveLeft.visible { -webkit-animation: moveLeft 0.6s ease-in-out 0.2s backwards; -moz-animation: moveLeft 0.6s ease-in-out 0.2s backwards; -o-animation: moveLeft 0.6s ease-in-out 0.2s backwards; -ms-animation: moveLeft 0.6s ease-in-out 0.2s backwards; animation: moveLeft 0.6s ease-in-out 0.2s backwards; opacity: 1; } @-webkit-keyframes moveLeft { 0% { -webkit-transform: translateX(-40px); opacity: 0; } 100% { -webkit-transform: translateX(0px); opacity: 1; } } @-moz-keyframes moveLeft { 0% { -moz-transform: translateX(-40px); opacity: 0; } 100% { -moz-transform: translateX(0px); opacity: 1; } } @-o-keyframes moveLeft { 0% { -o-transform: translateX(-40px); opacity: 0; } 100% { -o-transform: translateX(0px); opacity: 1; } } @-ms-keyframes moveLeft { 0% { -ms-transform: translateX(-40px); opacity: 0; } 100% { -ms-transform: translateX(0px); opacity: 1; } } @keyframes moveLeft { 0% { transform: translateX(-40px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } /* ****************************** */ @-webkit-keyframes roll { 0% { -webkit-transform: translateX(500px) rotate(360deg); } 100% { -webkit-transform: translateX(0px) rotate(0deg); } } @-moz-keyframes roll { 0% { -moz-transform: translateX(500px) rotate(360deg); opacity: 0; } 100% { -moz-transform: translateX(0px) rotate(0deg); opacity: 1; } } @-o-keyframes roll { 0% { -o-transform: translateX(500px) rotate(360deg); opacity: 0; } 100% { -o-transform: translateX(0px) rotate(0deg); opacity: 1; } } @-ms-keyframes roll { 0% { -ms-transform: translateX(500px) rotate(360deg); opacity: 0; } 100% { -ms-transform: translateX(0px) rotate(0deg); opacity: 1; } } @keyframes roll { 0% { transform: translateX(500px) rotate(360deg); opacity: 0; } 100% { transform: translateX(0px) rotate(0deg); opacity: 1; } } .roll { -webkit-animation: roll 1s ease-out both, opacity 1s ease-out both; -moz-animation: roll 1s ease-out both, opacity 1s ease-out both; -o-animation: roll 1s ease-out both, opacity 1s ease-out both; -ms-animation: roll 1s ease-out both, opacity 1s ease-out both; animation: roll 1s ease-out both, opacity 1s ease-out both; } /* imposatzioni select */ #pgall select { background-image: url(/source/arr_down.png); background-repeat: no-repeat; background-position: 97.5% 50%; } /**********************************/ /* elenchi puntati */ .lista-v { list-style-image: url(/source/ico-elenco.png); padding: 20px; padding-left: 35px; li { padding: 3px 0px 3px 0px; list-style-position: inside; } } /*****************************************/ .pulsante { &:link, &:active, &:visited, &:focus { text-align: center; display: block; line-height: 45px; color: #fff; font-size: 14px; letter-spacing:1px; background-color: @primary-color; width: 100%; max-width: 130px; text-transform: uppercase; margin: 0 auto; padding: 0 5px; position: relative; } &:hover { background-color:@primary-color-hover; } &.giallo{ background-color:@primary-color-hover; &:hover{ background-color:#fff; color:@primary-color-hover; } } &.largo{ max-width:fit-content; } &.m-0{ margin:0; } img, .ico{ margin: 0 6px; font-size:8px; } } .no-pad { padding: 0px; } /* newsletter */ #pgall #email_min { height: 45px; text-indent: 10px !important; color: @text-color; font-size: 17px; -webkit-appearance: none; outline: none; background-color: transparent; border-top:#CCC 1px solid; border-bottom:#CCC 1px solid; text-align:center; &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: @text-color; } &::-moz-placeholder { /* Firefox 19+ */ color: @text-color; } &:-ms-input-placeholder { /* IE 10+ */ color: @text-color; } &:-moz-placeholder { /* Firefox 18- */ color: @text-color; } } #pgall #button_email_min { border: none; height: 45px; -webkit-appearance: none; background: none; background-color: @primary-color-hover; width: 100%; max-width:170px; margin:0 auto; text-transform:uppercase; color:#fff; font-size:14px; letter-spacing:1px; &:hover { background-color: @primary-color; } } #wrapper_email_min { margin: 0 auto; max-width: 300px; width: 100%; margin-top: 25px; @media (max-width: @screen-sm-max) { } .field_email_min { width: 100%; } .field_button_min { width: 100%; margin-top:15px; } .link_email { font-size: 11px; color: @text-color !important; } .newsletter_min_cont_privacy { margin-top: 10px; color: @text-color !important; a { color: @text-color !important; } } } #testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited { color: #428bca !important; } /* ************************************************************************** */ /*slider top in css*/ //Qui inserisci il numero totale di foto che devono girare (deve corrispondere al numero di div che hai inserito) @numFoto: 5; //tempo di ritardo foto, ogni @delayFoto: 5; @duration_cross_fading:5; @total_animation: (@delayFoto + @duration_cross_fading)*@numFoto; @totalDuration: unit((@numFoto * @delayFoto),s); @step1: 0%; @step2: (@delayFoto / @duration_cross_fading)*100%; @step3: ((@delayFoto + @duration_cross_fading)/@total_animation)*100%; @step4: 100%-((@duration_cross_fading/@total_animation)*100%); @step5: 100%; @keyframes slider-top { @{step1} { opacity:1; } @{step2} { opacity:1; } @{step3} { opacity:0; } @{step4} { opacity:0; } @{step5} { opacity:1; } } //le foto da utilizzare nello slider devono chiamarsi sf-index-numero.jpg .setslider(@items, @delay) { .loopingClass(0); // Start loop .loopingClass(@index) when (@index <= @items) { &:nth-child(@{index}){ animation-delay: unit((@index * @delay),s); background-image: url('/source/sf-index-@{index}.jpg'); z-index:@numFoto - @index; @media(max-width:@screen-xs-max) { background-image: url('https://cmsmedia.titanka.com/NOME-DOMINIO//crp767x375-top-index-@{index}.jpg&o=5'); } } .loopingClass(@index + 1); // Increment loop } } .slider-top{ height:100%; position:absolute; left:0; right:0; div{ -webkit-animation-name: slider-top; -webkit-animation-timing-function: ease-in-out; -webkit-animation-iteration-count: infinite; -webkit-animation-duration: @totalDuration; -moz-animation-name: slider-top; -moz-animation-timing-function: ease-in-out; -moz-animation-iteration-count: infinite; -moz-animation-duration: @totalDuration; -o-animation-name: slider-top; -o-animation-timing-function: ease-in-out; -o-animation-iteration-count: infinite; -o-animation-duration: @totalDuration; animation-name: slider-top; animation-timing-function: ease-in-out; animation-iteration-count: infinite; animation-duration: @totalDuration; background-position:center top; background-repeat:no-repeat; background-size:cover; height:100%; position:absolute; top :0; left:0; right:0; .setslider(@numFoto,@delayFoto); } } /**************************************************************************** */ /* menu */ /* animazione icon menu */ .op_block { cursor: pointer; } .click { width: 31px; height: 40px; position: relative; margin: 0px auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; span { display: block; position: absolute; height: 3px; width: 100%; background: @primary-color; border-radius: 0px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; &:nth-of-type(1) { top: 12px; } &:nth-of-type(2), &:nth-of-type(3) { top: 22px; } &:nth-of-type(4) { top: 32px; } } } .click.open span { &:nth-of-type(1) { top: 18px; width: 0%; left: 50%; } &:nth-of-type(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } &:nth-of-type(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } &:nth-of-type(4) { top: 18px; width: 0%; left: 50%; } } /* *************************************************** */ /************ MENU SITO *****************/ .vedi-menu.slide-menu, ul.level1 ul.level2.submenu.slide-menu { -webkit-transform: translate3d(0px, 0, 0); -moz-transform: translate3d(0px, 0, 0); -ms-transform: translate3d(0px, 0, 0); -o-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); -webkit-transition-duration: 1s; -o-transition-duration: 1s; -ms-transition-duration: 1s; -moz-transition-duration: 1s; transition-duration: 1s; opacity: 1; } .sf-sub-indicator { display: none; } ul.level1 { @media (min-width: @screen-md-min) { width:auto !important; float:none !important; line-height:70px; position:relative; text-align:right; } li { @media (min-width: @screen-md-min) { display:inline-block; position:relative; } @media (max-width: @screen-sm-max) { width:100%; margin:0 auto; display:block; float:none !important; padding:0 20px; } &.sfHover>a, &.cmsCurrentPageContainerLevel_1>a, a:hover,a.cmsCurrentPage, &:hover > a{ color:@primary-color; text-decoration:underline; } &.submenu-container{ a{ .cms-icon-angle-arrow-down{ font-size:10px; height:10px; display:block; position:absolute; right:0px; left:0px; bottom:15px; height:5px; margin:0 auto; text-align:center; @media (max-width: @screen-sm-max) { right:10px; left:auto; bottom:0; top:0; margin:auto; } } @media (max-width: @screen-sm-max) { background-position: 95% 50%; background-repeat:no-repeat; } } } &:last-child { position:relative; ul.level2{ right:0; } } &:first-child { a{ } } a { position: relative; z-index: 5; font-size: 14px; text-transform:uppercase; color: @text-color; padding: 0px 8px; background-repeat:no-repeat; background-position:50% 85%; @media (max-width: @screen-md-max) { } @media (max-width: @screen-sm-max) { width: 100%; padding: 8px 5px; font-size: 17px; background-position:95% 50%; border-bottom:1px solid #E1E1E1; } @media (max-width: @screen-xs-max) { padding: 8px 5px; font-size:15px; } } @media (min-width: @screen-md-min) { &.button_c5ea9169a673_container{ ul.level2.submenu { background-image:url('/source/sottomenu-club-hotel.jpg'); @media (max-width: @screen-md-max) {right:0;} } } &.button_ede7ae7f03b9_container{ ul.level2.submenu { background-image:url('/source/sottomenu-offerte-hotel.jpg'); @media (max-width: @screen-md-max) {right:0;} } } &.button_a831fa063fcc_container{ ul.level2.submenu { background-image:url('/source/sottomenu-experience.jpg'); right:0; } } &.button_453104310298_container{ ul.level2.submenu { background-image:url('/source/sottomenu-info.jpg'); right:0; } } } ul.level2.submenu { position: absolute; z-index: 999; margin: 0px; padding: 0; padding: 5px; min-width:1px; @media (min-width: @screen-md-min) { width:550px; padding:10px 20px; background-repeat:no-repeat; background-position:center left; min-height: 245px; padding-left:245px; background-color:#EEE; } @media (max-width: @screen-sm-max) { top:0; padding:0; width:100%; } li { position: relative; z-index: 9999; line-height:normal; display:block; padding: 0px; text-align: left; margin: 0; float: none; @media (max-width: @screen-sm-max) { width: 100%; margin: 0px auto; border: none; padding: 0 20px; text-align:left; } &.sfHover>a, &.cmsCurrentPageContainerLevel_1>a, a:hover,a.cmsCurrentPage, &:hover > a{ outline: 0 !important; } a{ width: 100%; padding: 8px 5px; padding-left:5px; width:100%; margin: 0px; display:block; //border-bottom:rgba(113,120,128,0.2) 1px solid; font-weight:normal; position:relative; &:after{ display:none; } &.sezione-sottomenu{ border:none; margin-bottom:0px; padding-left:0; pointer-events:none; color:@primary-color; font-size:24px; text-transform:capitalize; letter-spacing:2px; padding-top:0; padding-bottom:10px; text-decoration:none !important; @media (max-width: @screen-xs-max) {margin-bottom:0;} } .icon-freccina-dx{ position:absolute; top:0; bottom:0; margin:auto; left:4px; color:@primary-color; font-size:6px; height:6px; } &.cmsCurrentPage, &:hover{ } @media (max-width: @screen-sm-max) { padding: 8px 5px; width: 100%; display: block; width: 100%; margin-right: 0; margin-left: 0; float: none; } @media (max-width: @screen-xs-max) { padding: 6px 5px; } } &:first-child { display: none; @media (max-width: @screen-sm-max) { display:block; padding:0; a{ text-align: left; background: @primary-color; padding: 10px 5px; padding-left:25px; color:#fff; border:none; } } } &:last-child { border: none; } } } } } //per il menu da tablet a mobile .vedi-menu, ul.level1 ul.level2.submenu{ @media (max-width: @screen-sm-max) { display: block !important; visibility: visible !important; width: 60%; padding: 0; margin-top: 0px !important; background-color: #f3f3f3; z-index: 9999; -webkit-backface-visibility: hidden; //top: 155px; top:110px; bottom: 0; position: fixed !important; box-sizing: content-box; -webkit-overflow-scrolling: touch; -webkit-transform: translate3d(-101%, 0, 0); -moz-transform: translate3d(-101%, 0, 0); -ms-transform: translate3d(-101%, 0, 0); -o-transform: translate3d(-101%, 0, 0); transform: translate3d(-101%, 0, 0); -webkit-transition: 1s; left: 0; overflow-y: auto; // opacity: 0; padding-top:15px; } @media (max-width: @screen-xs-max) { width: 100%; } } .menu-fix{ ul.level1 { li { &.sfHover>a, &.cmsCurrentPageContainerLevel_1>a, a:hover,a.cmsCurrentPage, &:hover a{ } a { @media (max-width: @screen-md-max) { padding:0 6px; } &.sf-with-ul{ } } } } } /************************************************************/ /* stile tab a fisarmonica */ .slider-titolo { cursor: pointer; background-color: #F3ECE0; border-radius: 6px; color: #6E2131; font-weight: bold; line-height: 65px; padding: 0 30px; // background-image: url(/source/sf-slider-titolo.png); background-repeat: no-repeat; background-position: right 30px bottom 50%; margin-top: 20px; &.opened { background-color: #6E2131; // background-image: url(/source/sf-slider-titolo-opened.png); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; color: #fff; } } .slider-corpo { display: none; background-color: #6E2131; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; color: #fff; padding: 10px 30px; .lista-v { list-style-image: url(/source/ico-elenco-white.png); padding-left: 0; } } //TAB FISARMONICA n 2 .slider-titolo-due { cursor: pointer; background-color: #8b9dc3 ; border-radius: 6px; color: #fff; font-weight: bold; line-height: 65px; padding: 0 30px; // background-image: url(/source/sf-slider-titolo.png); background-repeat: no-repeat; background-position: right 30px bottom 50%; margin-top: 20px; &.opened { background-color: #eeeeee; // background-image: url(/source/sf-slider-titolo-opened.png); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; color: @text-color; } } .slider-corpo-due { display: none; background-color: #eeeeee; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; color: @text-color; padding: 10px 30px; .lista-v { list-style-image: url(/source/ico-elenco-white.png); padding-left: 0; } } /* ********* 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: 55px; top:0; right: 0; z-index: 999; position: fixed; background-color:#fff; border-bottom:1px solid @primary-color; box-shadow: 0 2px 10px rgba(0,0,0,.20); } .barra-mobile { width: 100%; left: 0px; //top: 85px; top:40px; right: 0; z-index: 90; position: fixed; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; &.fix{ // top:55px; top:0; .vedi-menu, .level2{ // top:125px; top:70px; } } } /*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 ***************** */ .blocco-lingue{ @media (max-width: @screen-sm-max) { padding:0 20px; } } .so_languageLinks{ .tendina-lingue { color: @text-color; font-size: 14px; cursor: pointer; padding: 0px; line-height: 70px; text-transform:uppercase; width:100%; .icon-mappa-mondo{ color:#B5B5B5; margin-right:8px; font-size:13px; } @media (max-width: @screen-sm-max) { border:none; padding-top: 0; padding-left:5px; border:#D6DAD8 1px solid; line-height:45px; max-width:100px; margin:0 auto; margin-top:20px; text-align:center; } img { margin: 0 4px; margin-top: -3px; } .cms-icon-angle-arrow-down{font-size:10px !important;} #select_lingue { line-height: 12px; font-size: 11px; width: 100%; margin: 0 auto; top: 70px; width: 100%; max-width: 100%; right: 0; z-index: 9; position: absolute; left: 0; @media (max-width: @screen-sm-max) { max-width:100px; right:auto; } .item_lingue { text-align: center; a { padding: 10px 0; background-color: @primary-color; color: #fff; display: block; text-transform:lowercase; &:hover { background-color: @primary-color-hover; } } } } } } /***************************/ /* .elenco-news , .elenco-luoghi { margin-top: 30px; .boxOff{ float:none; display:inline-block; vertical-align:top; @media (max-width: @screen-xs-max) {display:block;} } .bordered { margin-bottom: 25px; background-color:#fff; font-size: 16px; @media (max-width: @screen-sm-max) { padding-top:15px; } @media (max-width: @screen-xs-max) { padding-top:0px; } .cont-offerta { padding: 20px; @media (max-width: @screen-sm-max) { padding: 15px 20px; } @media (max-width: @screen-xs-max) { padding: 15px; } h3 { line-height: 18px; font-size: 16px; padding-bottom: 10px; min-height: 50px; font-weight:bold; @media (max-width: @screen-md-max) { } @media (max-width: @screen-xs-max) { min-height: 1px; text-align: center; } a { color: @text-color; &:hover { color: @primary-color; } } } .img-off{ } .sottotitolo{ margin-bottom:20px; min-height:70px; } .data_visibilita{ font-weight:bold; } .pulsante { max-width:140px; margin-top:10px; @media (max-width: @screen-xs-max) { margin-top:20px; margin-left: auto; float:none !important; } .ico{margin-left:8px;font-size:12px;height:12px;margin-top:-2px;} &:before { background-color: @primary-color; } } } } } */ .link_sottolineato{ border-bottom: 1px solid; line-height: 50px; display: inline-block; margin-top:0; letter-spacing: 1px; text-transform:uppercase; font-weight:500; &:hover{ border-color:transparent; } } /* css elenco news */ .elenco-news, .elenco-luoghi { margin-top: 30px; .boxOff{ float:none; display:inline-block; vertical-align:top; @media (max-width: @screen-xs-max) {display:block;} } .bordered { margin-bottom: 25px; background-color:@celeste; font-size: 16px; @media (max-width: @screen-sm-max) { } @media (max-width: @screen-xs-max) { padding-top:0px; } .cont-offerta { padding: 20px; @media (max-width: @screen-sm-max) { padding: 15px 20px; } @media (max-width: @screen-xs-max) { padding: 15px; } h3 { line-height: 23px; font-size: 20px; min-height:1px; text-transform:uppercase; text-align:left; font-weight:bold; @media (max-width: @screen-md-max) { } @media (max-width: @screen-xs-max) { } a { color: @primary-color; &:hover { color: @primary-color-hover; } } } .img-off{ } h4.sottotitolo{ font-size: 16px; font-weight: 300; text-transform: uppercase; margin-top:10px; margin-bottom:20px; } .data_visibilita{ font-weight:bold; } .descr{ line-height:22px; } .link-offerta { text-align:center; padding:35px 5px; a.link_sottolineato{ border-bottom: 1px solid; line-height: 50px; display: inline-block; margin-top:0; letter-spacing: 1px; text-transform:uppercase; font-weight:500; &:hover{ border-color:transparent; } } } .pulsante { max-width:140px; margin-top:10px; @media (max-width: @screen-xs-max) { margin-top:20px; margin-left: auto; float:none !important; } .ico{margin-left:8px;font-size:12px;height:12px;margin-top:-2px;} &:before { background-color: @primary-color; } } } } } .elenco-news{ .bordered { .cont-offerta { background-color:#EEEEEE; .link-offerta { a.link_sottolineato{ color:#798EB9; border-color:#798EB9; margin-top:0; &:hover{ border-color:transparent; } } } } } } .elenco-luoghi { .boxOff{ .bordered { @media (max-width: @screen-sm-max) { } @media (max-width: @screen-xs-max) { } .cont-offerta { @media (max-width: @screen-sm-max) { } @media (max-width: @screen-xs-max) { } h3 { } .sottotitolo { } .link-offerta { a.link_sottolineato{ color:@primary-color-hover; border-color:@primary-color-hover; margin-top:0; &:hover{ border-color:transparent; } } } } } } } /* css elenco offerte */ .elenco-offerte { margin:20px 0; .box{ display:inline-block; vertical-align:top; float:none; @media (max-width: @screen-sm-max) { display:block; width:50%; } @media (max-width: @screen-xs-max) { display:block; width:100%; } } .offer_list{ @media (max-width: @screen-xs-max) { display:block !important; width:100% !important; } .box-offerta{ background-color:#E6F1F9; font-size:16px; .pr-0{padding-left:0;} .testi_container{ padding:30px 20px; @media (max-width: @screen-md-max) { padding:25px 15px; } @media (max-width: @screen-xs-max) { padding:15px 15px; } .sezione{ width:100%; color:@primary-color; letter-spacing:1px; text-transform:uppercase; font-size:13px; font-weight:bold; } .title{ font-size:20px; font-weight:bold; color:@primary-color !important; @media (max-width: @screen-xs-max) { } &:hover{ color:@primary-color-hover !important; } } .subtitle{ margin-top:15px; color:#6B6B6B; font-size:16px; @media (max-width: @screen-xs-max) { margin-top:20px; } } .validity{ color:#2C65A1; } .list_price{ border:none; display:block; line-height:normal; height:auto; text-align:RIGHT; color:#777; padding-right:50px; position:relative; } .offerta-prezzo{ color:@primary-color-hover !important; display:block; margin:8px 0; font-size:25px; font-weight:bold; &.offerta-prezzo-barrato{font-size:14px;} } .offer_foot{ display:block; .pulsante{ width:35px; height:65px; position:absolute; top:0; bottom:0; margin:auto; right:0; line-height:65px; text-align:center; background-color:@primary-color-hover; padding-right:0; padding-left:0; &:hover{ background-color:@primary-color; } .ico{ font-size:14px; color: #fff; position:relative; top:auto; bottom:auto; height:14px; right:auto; left:auto; width:11px; } } } } .img_container{ } } } } /* css dettaglio offerte/eventi */ .dett_news{ .pulsante{ max-width: 240px; } } .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-md-max) { } @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:#fff !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: #798EB9!important; color: #FFF !important; z-index:2; font-weight:bold !important; text-transform:uppercase; letter-spacing:1px; line-height:normal; @media (max-width: @screen-xs-max) {font-size:10px !important;} } .offer-label:after { border-top-color: #476B63 !important; } } /* css listato super offerte */ .offer_list { .offer { .box-offerta { background-color: @text-color; color: #fff; 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: #fff; font-size: 15px; line-height: 17px; min-height: 50px; display: block; font-weight: 500; padding-top: 0; &:hover { color: @primary-color-hover; } } .sottotitolo { margin: 10px 0; } .condizioni { text-transform: uppercase; font-size: 11px; @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-color; 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-color-hover; } } .soldout_message { border: 1px solid @primary-color; background-color: transparent; .message_title { font-weight: normal; } .message_text { color: inherit; } } } } } } /**********************************/ /* dettaglio super offerte */ .offer_detail.offer-component { #image_gallery { .slick-arrow { padding:0px; height:55px !important; width:55px !important; &:before{color:@primary-color; } &.slick-prev { // &:before { content: "\e90b" !important; // } } &.slick-next { // &:before { content: "\e90a" !important; // } left:auto; } } } .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:0px; height:55px; width:55px; &:before{color:@primary-color; } &.slick-prev { // &:before { content: "\e90b" !important; // } } &.slick-next { // &:before { content: "\e90a" !important; // } left:auto; } } } } .col-sx { @media (max-width: @screen-sm-max) { padding-right:5px; } h1 { margin-top: 0; font-size: 24px; line-height: 26px; padding-left: 0; font-family:@corsivo; color:@primary-color; margin-bottom:25px; @media (max-width: @screen-md-max) { font-size:22px; line-height: 24px; } @media (max-width: @screen-xs-max) { font-size: 20px; line-height: 22px; } } .subtitle{text-transform:uppercase;} .offer_header { .validity { font-weight: 500; } } .offer-primary-color { color: @primary-color; } .offer-background-primary-color{background-color:@primary-color;} .periods { .item_value, .item_title { font-weight: 500; font-size: 15px; } .item.featured { border-color: @primary-color!important; } .period_foot { .btn { font-weight: 500; background-color: @primary-color-hover; color: #FFF!important; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; border-radius: 0 !important; outline: none !important; border: none !important; text-transform:uppercase; &:hover { background: @primary-color!important; } } } //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; color:#fff; .item_title{ color:#fff; } .item_value{ color:#fff; } } } .period_body{ padding: 5px; .whats_included{ background-color: #fff; padding: 20px 10px; } } .period_foot{ .price.btn.bt_require_offer, .btn.bt_require_offer.offer-button{ // background-color:@primary-color; // color:#fff; &:hover{ // background-color:@primary-color-hover; } } } } } } #myreply_form_offerta{background-color:#76A49A;} h3 { font-weight: bold; } .offer-border-color { border-color: #D7D7D7!important; } .soldout_message { 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 */ .slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; margin-bottom: 0; .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; &:focus { outline: none; } &.dragging { cursor: pointer; cursor: hand; } -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); .slick-track { position: relative; left: 0; top: 0; display: block; margin: 0 auto; zoom: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); &:before, &:after { content: ""; display: table; } &:after { clear: both; } .slick-slide { float: left; height: 100%; min-height: 1px; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); img { display: block; } &.slick-loading img { display: none; } &.dragging img { pointer-events: none; } } } } .slick-loading .slick-list { /*background: white url("https://admin.abc.sm/cms/js_lib/jquery/effects/slick-slider/img/ajax-loader.gif") center center no-repeat;*/ .slick-loading .slick-track { visibility: hidden; .slick-loading .slick-slide { visibility: hidden; } } } .slick-initialized .slick-slide { display: block; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } /* Icons */ /*@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; } /* Arrows */ .slick-prev, .slick-next { position: absolute; display: block; height: 9px; width: 5px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: auto; bottom:-30px; padding: 0; z-index:3; border: none; outline: none; background-repeat: no-repeat; background-position: center; &:hover, &:focus { outline: none; } &:hover:before, &:focus:before, &:hover:before, &:focus:before { opacity: 1; } &.slick-disabled:before, &.slick-disabled:before { opacity: 0.25; } &:before, &:before { font-size: 12px; line-height: 1; color: @text-color; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } } .slick-prev { left: 0; &:before { content: "\e90b"; } } .slick-next { left: 40px; &:before { content: "\e90a"; } } /* Dots */ .slick-dots { position: relative; list-style: none; display: block; text-align: center; padding: 0; width: 100%; z-index: 10; margin-top: 25px; @media (max-width: @screen-xs-max) {} li { position: relative; display: inline-block; height: 10px !important; margin: 0 5px; padding: 0; cursor: pointer; button { border: 0; background-color: #72B0CF; display: block; height: 10px !important; width: 6px !important; padding: 0; outline: none; line-height: 0; font-size: 0; color: transparent; cursor: pointer; &:hover, &:focus { outline: none; background-color: #fff; } &:after, &:before { display: none; } } &.slick-active button { outline: none; background-color: #fff; } &:after, &:before { display: none; } } } [dir="rtl"] .slick-next { right: auto; left: -25px; &:before { content: " "; } } [dir="rtl"] .slick-prev { right: -25px; left: auto; &:before { content: " "; } } [dir="rtl"] .slick-slide { float: right; } } .freccia-none { opacity: 0; pointer-events: none; } /* contenuti dinamici scorrevoli */ .offerte-scorrevoli { .layout-1.righe{ .offer{ margin-bottom:0; display:block; .bordered{ background-color:#EEE; @media (max-width: @screen-md-max) {} @media (max-width: @screen-xs-max) { } .max-wdt{ position:relative; @media (max-width: @screen-xs-max) { max-width:595px; 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; display:inline-block; } } .cont-pulsante{ @media (max-width: @screen-sm-max) {position:initial !important;} .pulsante{ margin-top:20px; letter-spacing:1px; background-color:@primary-color; max-width:185px; &:hover{ background-color:@primary-color-hover; } .ico{ font-size:8px; } @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:10px;} .ico{ font-size:15px; } } } } .cont-offerta{font-size:16px;padding:15px 45px;padding-bottom:0;position:relative;color:#6B6B6B; @media (max-width: @screen-md-max) { padding:15px 20px; } @media (max-width: @screen-sm-max) { padding-bottom:15px; } @media (max-width: @screen-xs-max) { padding:15px 10px; } h3{ &.titolo{ font-size:20px; line-height:22px; min-height:35px; margin:0 auto; margin-bottom:10px; font-weight:normal; @media (max-width: @screen-md-max) { } @media (max-width: @screen-sm-max) { min-height:1px; } @media (max-width: @screen-xs-max) { } a{ color:@primary-color; &:hover{ color:@primary-color-hover; } } } } .sottotitolo{ margin:10px auto; min-height:40px; margin-bottom:20px; @media (max-width: @screen-sm-max) { } } .condizioni{ @media (max-width: @screen-md-max) { } @media (max-width: @screen-sm-max) { padding-right:15px; text-align:right; } @media (max-width: @screen-xs-max) { } .offerta-prezzo-a-partire-da, .offerta-prezzo-condizione{ font-size:11px; } .offerta-prezzo{font-size:30px;line-height:32px;display:block;color:@primary-color;} .offerta-prezzo-barrato{font-size:14px;line-height:15px;font-weight:normal;text-decoration: line-through;} } } } } } } .slick-prev, .slick-next{ height:40px; width:40px; line-height:40px; border:1px solid #e1e1e1; top:-80px; right:30px; left:auto; @media (max-width: @screen-sm-max) { top:-280px; right:10px; } @media (max-width: @screen-xs-max) { top:-260px; right:10px; } } .slick-prev{ right:80px; @media (max-width: @screen-xs-max) { right:60px; } } } /* ***** Commenti ********* */ .elenco-commenti { .flt_left { @media (max-width: @screen-xs-max) { float:none; } } .logo { @media (max-width: @screen-xs-max) { float:none; text-align: center; } img { margin-right: 8px; } } .commenti { margin: 10px 0; padding: 30px 10px; border-bottom: #333 1px solid; @media (max-width: @screen-xs-max) { padding:20px 10px; } .descrizione-commento{ margin-bottom:20px; } a { display: inline-block; @media (max-width: @screen-sm-max) { text-align:center; } } .dati { font-size: 16px; padding-left: 5px; @media (max-width: @screen-xs-max) { text-align:center; } } .tit-commento { font-size: 25px; line-height: 27px; padding-top: 6px; @media (max-width: @screen-sm-max) { text-align:center; } } .data { @media (max-width: @screen-xs-max) { text-align:center; margin-top: 15px; } } .txt { margin-top: 15px; @media (max-width: @screen-xs-max) { text-align:center; } } } } /* 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; } .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:55px; } @media (max-width: @screen-xs-max) {} a { color: #333; &:hover { color: @primary-color; } } } .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; } /* calendari booking */ #ui-datepicker-div { border: none; background-color: @primary-color; padding: 20px; color: #fff; font-size: 18px; -moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2); -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2); box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2); z-index: 2 !important; } .ui-datepicker-calendar tbody tr td a.ui-state-hover, .ui-datepicker-calendar .dp-highlight .ui-state-default { background: @primary-color-hover; } .ui-widget-content { background: @primary-color !important; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: @primary-color !important; font-weight: lighter !important; color: #fff !important; border: none !important; text-align: center !important; } .TitankaCommonObjects .ui-widget-content, .TitankaCommonObjects .ui-widget-header { color: #fff !important; } .TitankaCommonObjects .ui-datepicker-multi .ui-datepicker-group { border-right: none; } .ui-datepicker-calendar thead tr th, .TitankaCommonObjects .ui-datepicker-calendar thead tr th { border-top: 1px solid #fff; border-bottom: 1px solid #fff; } .ui-widget-header { background: none !important; border: none !important; } .ui-datepicker-group-first { border-right: #fff 1px solid; } .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .2 !important; } .ui-widget-header .ui-icon { background-image: url(/source/ui-icons_b7985b_256x240.png) !important; cursor: pointer; } .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: none !important; background: none !important; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 2px !important; } .ui-datepicker .ui-datepicker-prev-hover { left: 2px !important; } .ui-datepicker .ui-datepicker-next-hover { right: 2px !important; } .dp-highlight-begin a.ui-state-active, .ui-datepicker-calendar tbody tr td a.ui-state-hover, .dp-flip .ui-datepicker-calendar tbody tr td.dp-highlight-begin a.ui-state-hover, .dp-flip .ui-datepicker-calendar tbody tr td.dp-highlight-begin a.ui-state-active, .ui-datepicker-calendar tbody tr td a.ui-state-active { background-color: @primary-color-hover !important; } /*****************************/ .hideme, .moveUp, .moveDown, .moveRight, .moveLeft { @media (min-width: @screen-md-min) { opacity: 0; } } /************ CSS PER LISTINI LITE *************/ .listino { font-size: 15px !important; margin-bottom: 35px; .header { background-color: #234944 !important; color: #FFFFFF !important; } tr { &.row_products_even { background-color: #577A6D !important; color: #FFFFFF !important; select { color: #333 !important; } } } .wrapper_select_date { background-color: #f8f8f8 !important; border-color: #f8f8f8 !important; input[type="text"] { line-height: 33px !important; padding: 0 15px 0 0 !important; min-width: 200px !important; text-indent: 8px !important; background: none !important; background-color: #FFFFFF !important; border-radius: 4px !important; border: 1px solid #234944 !important; font-size: 15px !important; } } td { font-size: 15px !important; } input[type=button] { background: none !important; background-color: #577A6D !important; line-height: 33px !important; font-size: 15px !important; } .label_data { line-height: 33px !important; } .select_num { min-width: 75px; } .wrapper_preventivo { width: 100% !important; clear: both; } table.preventivo_header td.label { color: #333; } .title_preventivo { color: #577A6D; } @media (max-width: @screen-xs-max) { .wrapper_preventivo, .preventivo, .form_contatti_richiesta_preventivo { width: 100% !important; clear: both; } } } /* css slider listato img */ .slider-img { a { display: block; img { padding: 5px; } } .slick-prev, .slick-next{ background-color:@primary-color; height:50px; width:50px; top:-10px; bottom:auto; right:0; left:auto; &:before{color:#fff;} } .slick-next{ border-left:#6A9B91 1px solid; } .slick-prev{right:50px;} &.text-right{ .imagegroup_item{text-align:right;} img{display:inline-block !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: #fff; &:after { content: ''; display: block; clear: both; } input[type=radio] { display: none; } label { display: inline-block; color: #fff; font-size: 18px; font-weight: bold; padding: 5px 8px; margin: 0 8px; text-align: center; cursor: pointer; -webkit-transition: all 0.5s; transition: all 0.5s; border-radius: 70px; position: relative; &:hover { color: @primary-color; background-color: #fff; &:before { opacity: 1; } } &:before { content: ""; display: block; width: 0; height: 0; border-top: 6px solid #fff; border-bottom: 6px solid transparent; border-left: 6px solid transparent; border-right: 6px solid transparent; position: absolute; bottom: -12px; right: 0; left: 0; margin: auto; opacity: 0; } img { display: block; margin: 5px auto; } } [id^="tab"]:checked+label { color: @primary-color; background-color: #fff; border: none; box-shadow: none; &:before { opacity: 1; } } } } .tab-content { display: none; margin: 20px auto; box-sizing: border-box; font-size: 18px; width: 100%; max-width: 650px; @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-color; } b { display: block; min-height: 40px; } } } h3 { text-align: left; font-size: 25px; margin-bottom: 15px } } .tab-content * { -webkit-animation: scale 0.7s ease-in-out; -moz-animation: scale 0.7s ease-in-out; animation: scale 0.7s ease-in-out } @keyframes scale { 0% { transform: scale(0.9); opacity: 0 } 50% { transform: scale(1.01); opacity: 0.5 } 100% { transform: scale(1); opacity: 1 } } .tab1 { display: block; } @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; -moz-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s; -o-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s; -webkit-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.4s cubic-bezier(0.77, 0, 0.175, 1), margin 0.4s cubic-bezier(0.77, 0, 0.175, 1), left 0.4s cubic-bezier(0.77, 0, 0.175, 1); -webkit-transition-delay: 0s, 0.3s, 0.3s, 0.6s; transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s; } &.visible { .mask { margin-right: 0; right: 0px; bottom: 0; left: 100%; } .image { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .image { /* position: absolute; top: 0; left: 0; width: 100%; height: 100%;*/ background-position: center; background-repeat: no-repeat; z-index: 1; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-transform: translate3d(-20px, 0, 0); -webkit-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0); -moz-transition: opacity 0s linear 0.6s, -moz-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s; -o-transition: opacity 0s linear 0.6s, -o-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s; -webkit-transition: opacity 0s linear, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-transition-delay: 0.6s, 0.6s; transition: opacity 0s linear 0.6s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s; } } } /*THANK YOU*/ .blocco-uno-guida { background-color: @primary-color; color: #FFF; margin-top: 50px; font-size: 21px; padding: 60px 10px; h1 { color: #FFFFFF; } .grande { font-size: 35px; line-height: 38px; } @media (max-width: @screen-md-max) { padding: 35px 10px; } @media (max-width: @screen-sm-max) { margin-top: 0; padding: 30px 10px; } } .blocco-txt-guida { color: #FFF; background-color: @primary-color-hover; padding: 40px 10px; font-size: 48px; line-height: 53px; @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-color !important; } } /* GUIDE POPUP */ .modal-guide { .modal-header { border-bottom: 0 none; .close { margin-top: -10px; margin-right: -10px; border-radius: 50%; border: 2px solid #000; width: 30px; height: 30px; line-height: 0px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; 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 { list-style-type: none; padding: 25px 0px; li { position: relative; padding: 10px 0px 10px 20px; list-style-position: inside; &:after{ content:'\e91f'; display:block; position:absolute; left:5px; top:0; bottom:0; margin:auto; font-size:10px; height:10px; width:10px; color:@primary-color; @media (max-width: @screen-xs-max) {left:10px;} } } &.sotto_elenco{ li{ &:after{ top:18px; bottom:inherit; } ul{ list-style-type: none; li{ position: relative; padding: 10px 0px 10px 20px; list-style-position: inside; &:after{ content:'\e91f'; display:block; position:absolute; left:5px; top:0; bottom:0; margin:auto; font-size:10px; height:10px; width:10px; color:@primary-color-hover; @media (max-width: @screen-xs-max) {left:10px;} } } } } } } .popup-nascosto { .summary, button.btn { display: none; } .modal-header { border: none; .close { margin-top: -15px; font-size: 35px; } } .modal-content { background-color: @primary-color; color: #fff; } .modal-header { border-bottom: none; .close { text-shadow: none; margin-top: -7px; &:hover, &:focus { opacity: 1; filter: none; } } } .modal-body { padding: 25px 20px; } } .flex-light{ /* affiancare contenuti per avere pari altezze */ display:flex; flex-flow:column; @media (max-width: @screen-sm-max) { display:block; } } .inline{display: inline-block;} #imagelightbox-caption{display:none;} .pad-centrale{ padding:90px 0; @media (max-width: @screen-md-max) { padding:60px 0; } @media (max-width: @screen-sm-max) { padding:40px 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; } } } } .booking{ background-color:@primary-color; position:absolute; top:0; left:0; z-index:4; width:300px; .gift-voucher{ a{ display:block; padding:10px 5px; color:#fff; background-color:@primary-color-hover; text-align:center; font-size: 16px; letter-spacing: 1px; [class^="icon-"], [class*=" icon-"]{ margin-right:5px; margin-top:-5px; font-size:20px; } &:hover{ background-color:@text-color; } } } .gift{ display:block; background-color:#FFF; line-height:45px; text-align:center; text-transform:uppercase; font-size:11px; letter-spacing:1px; .icon-gift{ margin-top:-2px; margin-right:10px; font-size:14px; } &:hover{ color:@primary-color; text-decoration:underline; } } .blk-sx{ padding:0; } .bordo{ border-bottom:1px solid rgba(255,255,255,.2); padding:15px 5px; &.no-bordo{ border-bottom:none; } &.sconto{ border-top: 1px solid rgba(255,255,255,0.2); text-align:center; input{ font-size:22px; color:#fff; :placeholder,:-ms-input-placeholder,::-ms-input-placeholder,::-webkit-input-placeholder { color: #fff; } } } } .bordo-vert{ border-right:1px solid rgba(255,255,255,.2); } .select{ position:relative; option{ color:#000; } &:after{ content: "\e909"; height:10px; font-size:10px; position:absolute; right:0px; left:0; bottom:10px; margin:auto; display:block; pointer-events:none; } } select, input[type="text"]{ background-color:transparent; outline: none !important; background:none !Important; height:40px; font-size:25px; min-width:35px; color:#fff; text-align:center; text-indent:45%; @media screen and (min--moz-device-pixel-ratio:0) { text-indent:0 !important; } option{ font-size:16px; } } input[type="text"]{ text-indent:10px; height:30px; } .divisore{ padding-bottom:20px; } #data_arrivo, #data_partenza{ 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; text-align:left; @media screen and (min--moz-device-pixel-ratio:0) { text-indent:-999px !important; } } label{ text-transform:uppercase; color:#fff; display:block; font-size:14px; } label, .DepartMonth, .ArriveMonth { font-size:14px; line-height:15px; display:block; text-transform:uppercase; } #btn_submit{ color:#fff; border:none; background-color:#798EB9; font-size:14px; font-weight:bold; text-decoration:underline; line-height:normal; margin: auto; text-transform:uppercase; height:55px; padding: 0 10px; word-break: break-word; white-space: normal; &:hover{ background-color:@primary-color-hover; } } .day_formatted, .departday_formatted{ color:#fff; font-size:25px; line-height:27px; margin:5px 0; } } .titolo-gallery{ padding-left:10px; padding-bottom:25px; } // BANNER VACANZA SICURA .cnt-banner-top-sicura{ display:block; background: #575c63 !important; padding:0 !important; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; &.fixedbar{ position:fixed; top:0; left:0; right:0; z-index:90; } .banner-top-sicura{ font-weight: 900; font-size: 15px; display: inline-block; padding: 0 5px; background-color: #575c63; position: relative; color: #fff; line-height: 55px; @media(max-width:@screen-sm-max){ font-size:15px; display:block; } @media(max-width:@screen-xs-max){ font-size:11px; } /* puoi carticare img o span come icona */ img{ margin-right:12px; } .arrow{ margin-left:25px; @media(max-width:@screen-xs-max){ display:none; margin-left:0; } } &:after{ //content: "\e902"; position:absolute; top: 5px; right: 20px; font-size: 25px; } &:hover{ background-color:@primary-color; color:#fff; } } } //less per la pagina covid centralizzata .testo_nascosto_excelsior_pietro_meridianta_jhotel{ display:none; } .testo_nascosto_meridianta_jhotel{ } //html[lang="it"]{ .cnt-banner-top-sicura{ display:block; @media(max-width:@screen-sm-max){ background-color: #272E39; padding:0; } } //} .gallery{ .imagegroup_item{ @media(max-width:@screen-sm-max){ width:~"calc(33% - 10px)" !important; } } } /* .line{ position:relative; &:after{ height:1px; width:66.666666%; background-color:#e1e1e1; content:''; display:block !important; visibility:visible; opacity:1; position:absolute; right:8.33333%; top:0; bottom:0; margin:auto; @media (max-width: @screen-md-max) { right:12%; } @media (max-width: @screen-sm-max) { display:none!important; } } } */ .box-plus{ font-size:18px; margin:45px 0; text-align:center; @media (max-width: @screen-sm-max) { margin:20px 0; } i{ font-style:normal; color:@primary-color-hover; font-size:14px; display:block; margin-top:15px; text-decoration:none; } } .social-dw{ margin-top:50px; @media (max-width: @screen-sm-max) { margin-top:25px; } a{ font-size:20px; color:#fff; margin:0 10px; &:hover{ color:@primary-color-hover; } } } .sf-footer{ position:relative; z-index:1; &:after{ content:''; display:block; position:absolute; top:0; bottom:0; right:0; left:0; margin:auto; background-color:rgba(0,0,0,.25); z-index:-1; } } .blk-newsletter{ padding:0 3%; .box-newsletter{ background-color:#fff; padding:50px 25px; @media (max-width: @screen-xs-max) { padding:25px 15px; } h3{ margin-top:30px; margin-bottom:20px; @media (max-width: @screen-xs-max) { margin-top:20px; } } } } .top-sito{ height:500px; background-size:cover; background-repeat:no-repeat; background-position:center; position:relative; @media (max-width: @screen-md-max) {height:400px;} @media (max-width: @screen-sm-max) { height:300px; margin-top:70px; } @media (max-width: @screen-xs-max) { height:180px; } .row, .container-fluid{ height:100%; } } .link-top{ position:absolute; top:0; right:0; width:100%; z-index:2; } .link-interni{ text-transform:uppercase; font-size:16px; &:hover{ text-decoration:underline; } } .titolo-pag{ font-size:33px; line-height:35px; margin-bottom:30px; @media (max-width: @screen-xs-max) { font-size:28px; line-height:30px; } } .titolo-due{ font-size:16px; font-weight:normal; line-height:25px; color:#6B6B6B; text-transform:uppercase; letter-spacing:0; } .sfondo{ background-repeat:no-repeat; background-position:center; background-size:cover; height:100vh; position:relative; @media (max-width: @screen-sm-max) { height:400px; } @media (max-width: @screen-xs-max) { height:250px; } .fumetto-spiaggia{ width:75px; height:85px; padding:10px; font-size:11px; box-shadow:5px 5px 15px rgba(0,0,0,.3); background-color:#fff; position:absolute; left:34.5%; margin:0 auto; bottom:45%; text-align:center; &:after{ content: ""; display: block; width: 0; height: 0; border-top: 10px solid #fff; border-right: 10px solid transparent; border-left: 10px solid transparent; position: absolute; bottom:-10px; right: 0; left: 0; margin: auto; } .icon-sdraio{ font-size:32px; display:block; margin:0 auto; margin-top:6px; } } .box-sfondo{ background-color:rgba(255,255,255,.9); position:absolute; top:0; bottom:0; right:0; margin:auto; padding:50px 25px; text-align:center; font-size:18px; color:#6B6B6B; height:355px; @media (max-width: @screen-sm-max) { height:auto; padding:25px 15px; height:330px; } @media (max-width: @screen-xs-max) { height:250px; top:auto; bottom:-250px; padding:20px 15px; } &.left{ left:0; right:auto; } .numero{ margin-bottom:40px; text-decoration:underline; @media (max-width: @screen-xs-max) { margin-bottom:20px; } } .pulsante{ margin-top:40px; @media (max-width: @screen-sm-max) { margin-top:25px; } } .titolo-pag{ margin-bottom:15px; text-transform:none; } } } /* home */ .related_1592485734{ .sfondo{ @media (max-width: @screen-xs-max) { margin-bottom:250px; } } } .riga-logo{ position:relative; img{ z-index:2; position:relative; } &:before{ content:''; display:block; height:1px; background-color:#e1e1e1; width:90%; right:0; left:0; position:absolute; top:0; bottom:0; margin:auto; } } .box-ombra{ .slider-img{ cursor:url('/source/cursor.svg'), auto !important; a{ display:block; cursor:url('/source/cursor.svg'), auto !important; } img{ z-index:2; position:relative; } &:after{ content:''; position:absolute; width:92%; height:88%; right:0; bottom:0; margin:auto; background-repeat:repeat-x; background-position:top right; background-image:url('/source/box-shadow.png'); display:block; z-index:-1; } } padding-right:4%; padding-bottom:4%; } .fascia-celeste{ background-color:@celeste; .box-ombra{ .slider-img:after{ z-index:0; } .slick-slider{ z-index:1; } } } .testo-dw{ padding-right:7.5%; padding-left:7.5%; padding-top:6%; @media (max-width: @screen-md-max) { padding-left:6%; padding-right:6%; } @media (max-width: @screen-sm-max) { padding-top:0; padding-bottom:6%; } @media (max-width: @screen-xs-max) { padding-right:10px; padding-left:10px; } .riga-logo{ margin-top:70px; @media (max-width: @screen-sm-max) { margin-top:45px; } @media (max-width: @screen-xs-max) { margin-top:30px; } } } .box-commenti-girevoli{ text-align:center; .box-sx{ padding:15px 20px; font-size:16px; @media (max-width: @screen-md-max) { padding:10px; } .titolo-pag{ @media (max-width: @screen-md-max) { margin-bottom:20px; } } } .virgolette{ margin:40px auto; text-align:center; @media (max-width: @screen-md-max) { margin:20px auto; } img{ margin:0 auto; } } .txt{ margin-bottom:40px; @media (max-width: @screen-md-max) {margin-bottom:20px;} } .cliente{ margin-bottom:40px; @media (max-width: @screen-md-max) {margin-bottom:20px;} } .logo{ img{ margin:0 auto; } } } .slider-commenti-dw{ .slick-prev, .slick-next{top:50%;bottom:auto;right:0;left:auto;background-color:#fff;height:45px;width:45px;margin-top:-22px;margin-left:0; -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); @media (max-width: @screen-sm-max) { transform:none; margin-top:0; bottom:-65px; left:50%; right:auto; margin-left:-45px; top:auto; } } .slick-next{ margin-top:22px; border-left:#e1e1e1 1px solid; @media (max-width: @screen-sm-max) { margin-top:0; right:50%; left:auto; margin-right:-45px; } } @media (max-width: @screen-sm-max) { margin-bottom:65px; } } .titolo-top{ @media (max-width: @screen-sm-max) { padding-left:15px; } @media (max-width: @screen-xs-max) { padding-left:10px; } } .box-animazione{ text-align:center; border-left:#E1E1E1 1px solid; padding:10px 15px; margin-top:60px; font-size:16px; @media (max-width: @screen-xs-max) { margin-top:15px; border:none; border-bottom:#E1E1E1 1px solid; } &:last-child{ border-right:#E1E1E1 1px solid; @media (max-width: @screen-xs-max) { border:none; } } .ico{ font-size:40px; display:block; margin-bottom:30px; } .titoletto{ margin-bottom:10px; } } .blocco-fascia{ margin-bottom:120px; @media (max-width: @screen-sm-max) { margin-bottom:65px; } @media (max-width: @screen-xs-max) { margin-bottom:35px; } } .fascia-grigia{ position:relative; &:after{ height:5px; width:33.33333%; background-color:@primary-color; position:absolute; bottom:0; right:0; left:0; margin:0 auto; content:''; opacity:1; visibility:visible; } } .box-bianco{ max-width:90%; margin:0 auto; background-color:#fff; padding:8.33333%; padding-bottom:0; position:relative; &.dx{ margin-top:70px; } &.camere{ h5{ margin-bottom:20px; } } &:after{ height:5px; width:83.4%; background-color:@primary-color; position:absolute; top:0; right:0; left:0; margin:0 auto; content:''; opacity:1; visibility:visible; } h5{ margin-bottom:0; } img{ display:block; bottom:-55px; position:relative; @media (max-width: @screen-xs-max) { bottom:-25px; } } } .slider-territorio{ @media (max-width: @screen-xs-max) { padding-top:30px; } .box{ background-color:#fff; padding:50px 25px; text-align:center; @media (max-width: @screen-xs-max) { padding:30px 10px; } h5{ margin-bottom:25px; } .percorso{ margin-bottom:30px; } } .slick-prev{ width:10px; left:50%; margin-left:-20px; height:12px; width:12px; @media (max-width: @screen-xs-max) { top:-35px; bottom:auto; } } .slick-next{ width:10px; right:50%; margin-right:-20px; left:auto; height:12px; width:12px; @media (max-width: @screen-xs-max) { top:-35px; bottom:auto; } } } .slider-home { .image_caption { position:absolute; right:0; bottom:0; color:#fff; width:100%; max-width:540px; background-repeat:repeat-y; background-position:center right; background-image:url('/source/ombra-didascalia.png'); font-size:60px; line-height:68px; font-family:@corsivo; font-weight:normal; padding:25px 10px; letter-spacing:4px; @media (max-width: @screen-sm-max) { max-width:350px; background-size:contain; font-size:50px; line-height:55px; } @media (max-width: @screen-xs-max) { max-width:215px; font-size:28px; line-height:33px; padding:18px 10px; } h3 { font-size:18px; line-height:20px; letter-spacing:3px; @media (max-width: @screen-xs-max) { font-size:16px; line-height:18px; } } .icon-onda { position:absolute; top:10px; right:168px; line-height:normal; height:5px; display:block; @media (max-width: @screen-sm-max) { right:90px; } @media (max-width: @screen-xs-max) { right:52px; } } } } .vezzo { color:@primary-color; text-align:center; width:100%; font-size: 60px; @media (max-width: @screen-xs-max) { display:none; } } .sf-plus-home{ .box-animazione{ border-left:none; min-height:150px; @media (max-width: @screen-xs-max) { border-left:#E1E1E1 1px solid; border-right:#E1E1E1 1px solid; } .ico{ margin-bottom:20px; } } .slick-slide{ @media (max-width: @screen-xs-max) { padding:0 20px; } } .slick-prev, .slick-next{ height:40px; width:40px; line-height:40px; border:1px solid #e1e1e1; bottom:-50px; left:50%; margin-left:-45px; } .slick-next{ right:50%; left:auto; margin-left:0; margin-right:-45px; } } .arrows-posizioni{ .prev, .next{ height:105px; width:50px; text-align:center; line-height:105px; font-size:12px; cursor:pointer; display:block; float:left; width:50%; } .next{ border-left:#D7D7D7 1px solid; } } .slider-posizioni .sliderContents{ .box{ max-width:165px; margin:0 auto; position:relative; padding-left:55px; .so_column{ position:initial; } .distanza{ font-size:24px; margin-top:5px; } .pin-map{ color:@primary-color; position:absolute; left:0; top:0; bottom:0; margin:auto; font-size:50px; } } } .slider-camere-home .sliderContents, .slider-charlie{ .slick-prev{ left:50%; margin-left:-25px; height:12px; width:12px; } .slick-next{ right:50%; left:auto; margin-right:-25px; height:12px; width:12px; } .slick-prev, .slick-next{ bottom:-55px; @media (max-width: @screen-md-max) { bottom:-30px; } @media (max-width: @screen-sm-max) { bottom:-50px; } @media (max-width: @screen-xs-max) { bottom:-40px; } } } .fascia-camere-home{ position:relative; @media (max-width: @screen-sm-max) { margin-bottom:30px; } &:after{ height:5px; width:33.33333%; background-color:@primary-color; position:absolute; bottom:0; right:0; left:0; margin:0 auto; content:''; opacity:1; visibility:visible; @media (max-width: @screen-sm-max) { bottom:-30px; } } .fascia-camere{ padding-top:40px; @media (max-width: @screen-sm-max) { padding-top:20px; } .pulsante{ max-width:160px; } .box-camera-sx{ .pulsante{ position:absolute; bottom:0; right:5px; } } .box-dx { padding:0 25px; margin-top:-40px; @media (max-width: @screen-sm-max) { margin-top:25px; } .riga { img { display:inline-block !important; position:relative; z-index:2; } } .img-dx-camere { margin-top:-10px; margin-bottom:40px; } h3 { margin-bottom:15px; } .icon-letto { font-size:40px; margin-top:10px; } .link-camera-singola { margin-top:85px; @media (max-width: @screen-md-max) { margin-top:35px; } .pulsante { .ico { font-size:15px; } @media (max-width: @screen-xs-max) { float:none; } } } } } } //codice less per l'implementazione dei form alternativi al posto di mrpreno e newsletter .form_test,.form_newsletter{ outline:0; input,select,textarea{ border:1px solid #ccc !important; } .privacy-form{ font-size:13px; text-align:right; } } #ContContatti.form_test{ .bambino_eta{ display:none; } #testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited{ color:#333 !important; } .form-group{ input.modulo_alt,select.modulo_alt,textarea.modulo_alt{ background-color:#fff !important; } textarea{ min-height:100px; } } .line input[type="button"].bottone_alt{ border: none; border-radius: 0; background-color: @primary-color-hover; text-transform: uppercase; font-weight: bold; cursor: pointer; letter-spacing: 2px; color: #fff; width: 100%; padding: 0px 10px; height: 45px; line-height: 40px; width: 100%; max-width: 220px; font-size: 14px; margin-top: 10px; letter-spacing: 0px; -webkit-appearance: none; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; -webkit-appearance: none; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; &:hover{ background-color: @primary-color; } } } .form_newsletter{ margin: 0 auto; max-width: 300px; width: 100%; margin-top: 25px; /* .line{ &:after{ display:none !important; } } */ .modulo_alt[name="email"]{ text-indent: 10px !important; color: #6b6b6b; font-size: 17px; -webkit-appearance: none; outline: none; background-color: transparent; border:none !important; border-top: #ccc 1px solid !important; border-bottom: #ccc 1px solid !important; text-align: center; } @media (max-width: @screen-md-max) { } @media (max-width: @screen-xs-max) { } a{ //color:#fff !important; text-decoration:underline; } #ContContatti{ // margin: 25px auto; // max-width: 610px; width: 100%; // color:#fff !important; .form-group{ margin-bottom:15px !important; .bottone_alt{ margin-top:0 !important; } .modulo_alt{ height:45px !important; // border: none !important; } input[name="email"].modulo_alt{ background-color:#fff; color:#333; } } .privacy-form{ color:#fff; #testo_privacy, .txtred_alt, #testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited{ // color:#fff !important; } } } .wrp_newsletter_optin{ display:none; } #ContContatti .line input[type="button"].bottone_alt{ border: none; height: 45px; -webkit-appearance: none; background: none; background-color: @primary-color-hover; width: 100%; max-width: 170px; margin: 0 auto; text-transform: uppercase; color: #fff; font-size: 14px; letter-spacing: 1px; margin: auto; float: none; &:hover{ background-color: @primary-color; } } } //FORZATURA INGLESE html[lang="en"] { @media screen and (max-width: 767px){ } @media screen and (max-width: 991px) and (min-width: 768px){ } @media screen and (max-width: 1199px) and (min-width: 992px){ .sfondo .box-sfondo .pulsante { font-size: 12px; } } @media screen and (min-width: 1200px){ .sfondo .box-sfondo .pulsante { font-size: 12px; } /*h3 { font-size: 35px; }*/ } } .commenti-home{ .dati{ padding-bottom:20px; } } .link-reviews{ color:#6B6B6B; display:inline-block; text-decoration:underline!important; font-weight:700; padding-top:30px; &:hover{ color:#8B9DC3; } } html[lang="it"]{ .related_1607091725{ .top-sito{ background-image: url(https://www.hotelcaladellatorre.com/source/sf-offerte-voucher.jpg); } } } .data_visibilita{ padding-bottom:25px; padding-top:25px; .data_cond{ color:@text-color; } } .box_aereo{ background-color: @primary-color; color:#fff; } //loader #loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; .loader-logo{ font-size:50px; color:#fff; position:absolute; z-index:1501; height:50px; text-align:center; margin:auto; left: 0; top: 0; bottom:0; right:0; } } #loader { display: block; position: absolute;; left: 0; top: 0; bottom:0; right:0; width: 150px; height: 150px; margin: auto; border-radius: 50%; border: 3px solid transparent; /* border-top-color: #D4AF37;*/ border-top-color:#fff; -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */ animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ z-index: 1500; } #loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent; /*border-top-color: #BF9975;*/ border-top-color: @primary-color; -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */ animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ } #loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent; border-top-color: @primary-color-hover; -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */ animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */ -ms-transform: rotate(0deg); /* IE 9 */ transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */ } 100% { -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */ -ms-transform: rotate(360deg); /* IE 9 */ transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */ } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */ -ms-transform: rotate(0deg); /* IE 9 */ transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */ } 100% { -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */ -ms-transform: rotate(360deg); /* IE 9 */ transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */ } } #loader-wrapper .loader-section { position: fixed; top: 0; width: 51%; height: 100%; background: #333; z-index: 1000; } #loader-wrapper .loader-section.section-left { left: 0; } #loader-wrapper .loader-section.section-right { right: 0; } /* Loaded */ .loaded #loader-wrapper .loader-section.section-right, .loaded #loader-wrapper .loader-section.section-left { -webkit-transition: all 0.3s 0.3s ease-out; transition: all 0.3s 0.3s ease-out; } .loaded #loader-wrapper .loader-section.section-left { -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */ -ms-transform: translateX(-100%); /* IE 9 */ transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */ } .loaded #loader-wrapper .loader-section.section-right { -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */ -ms-transform: translateX(100%); /* IE 9 */ transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */ } .loaded #loader { opacity: 0; } .loaded #loader-wrapper { visibility: hidden; .loader-logo{ opacity:0; visibility:hidden; } } .loaded #loader { opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .loaded #loader-wrapper { -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 0.3s 0.6s ease-out; transition: all 0.3s 0.6s ease-out; } //fine loader //linguetta per pagina covid kit .box-prenota-gratis{ // display:none; background-color: @primary-color; position: absolute; right: 0; top: 150px; z-index:1; a{ padding: 15px 20px; color: #fff; display:block; float:left; @media(max-width:@screen-xs-max){ padding: 5px 10px; font-size: 14px; } span{ display:block; float:left; } } img{ margin-right: 10px; } @media(min-width: @screen-md-min) and (max-width:@screen-md-max){ top: 135px; } @media(max-width:@screen-sm-max){ top: 50px; left:0; right:initial; } } //fine linguetta //frecce di scorrimento .arrows-luoghi{ .next,.prev{ cursor:pointer; height:50px; width:50px; display:inline-block; line-height:50px; font-size:15px; color:#fff; background-color:@primary-color; margin:0 1px; &:hover{ // color:@primary-color; } } .prev:before{ -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); display: inline-block; } .next:before{ -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); display: inline-block; } .so_content{ position: absolute; right: 0; @media (max-width: @screen-xs-max) { position:relative; left:0; } } } .sfondo-overlay{ position:relative; &:before{ content:''; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; background-color:rgba(0,0,0,0.3); } } //inizio index luoghi .index-luoghi{ .row{ padding:50px 5px 100px; color:#fff; position: relative; z-index: 1; h2{ color:#fff; text-transform:uppercase; } @media(max-width:@screen-md-max){ padding:35px 5px; } .luoghi-scorrevoli{ margin:15px 0; .box-luogo{ border:1px solid #fff; .luogo{ height:460px; text-align:center; padding:0 10px; @media(max-width:@screen-sm-max){ height:320px; } @media(max-width:@screen-xs-max){ //height:320px; } .cnt-titolo { h3{ //font-style:italic; text-transform: uppercase; font-weight: bold; font-size:20px; line-height:23px; } } .cnt-descr{ padding:15px 0; font-weight: 500; } .cnt-link{ padding-top:25px; .link_sottolineato{ color:#fff; border-color:#fff; &:hover{ border-color:transparent; } } } } } } .pulsante.verde{ &:hover{ // background-color:#558076 !important; } line-height:45px; } } } //fine index luoghi .disabled_form{ opacity:0.5; } .titanka_form .layer_thankyou_message{ height:auto !important; padding:10px; margin: 25px 0; } .form_alternativo { .txtblack{ color:@text-color !important; } } ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #fff; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #fff; opacity: 1; } ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #fff; opacity: 1; } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff; } ::-ms-input-placeholder { /* Microsoft Edge */ color: #fff; } ::placeholder { /* Most modern browsers support this now. */ color: #fff; } .box-novita-top{ position: absolute; bottom: 40%; right: 0px; padding: 20px; background: @primary-color; color: #fff; text-align: center; max-width:250px; &:hover{ background:@primary-color-hover; color:#fff; } @media (max-width: @screen-sm-max) { max-width:180px; bottom: 0; width: 100%; right: unset; left:0; padding: 5px; font-size: 12px; } @media (max-width: @screen-xs-max) { bottom: 0; width: 100%; right: unset; left:0; padding: 5px; font-size: 12px; } } .box-novita{ padding: 20px; background: @primary-color; color: #fff; text-align: center; display: block; max-width: 380px; margin-top:20px; &:hover{ background:@primary-color-hover; color:#fff; } } .loghi-footer-scorrimento{ .cnt-blk-menu{ .slick-next{ &:before{ content:"\e90a" !important; } } .blk-menu{ h4{ @media (max-width: @screen-sm-max) { &:after{ content:"\e90a" !important; // transform: rotate(00deg) !important; } &.opened{ &:after{ // transform: rotate(180deg) !important; } } } } &.resort{ //background-color: #dbe1e2; h4{ color:#262c39 !important; } .blk-menu-strutture{ a{ color:#262c39 !important; } } } @media (max-width: @screen-sm-max){ &.boutique{ order:2; } &.urban{ order:3; } &.resort{ order:1; } } } } } .blk-scalapay{ padding:60px; margin-top:30px; @media (max-width: @screen-sm-max){ padding:30px 10px; } &.uno{ background:@primary-color; color:#fff; } &.due{ background:#eee; } .titolo-sezioni-scalapay { padding-left: 60px; margin-bottom: -20px; } .testo-scalapay{ margin: 40px 0; } .numero-scalapay { font-size:30px; text-align:right; line-height:1; padding-right:10px; } .white{ color:#fff; } } .box-scalapay{ //background-color:@primary-color; //color:#fff; padding:20px; margin:10px auto; margin-bottom:0; border-top: 1px solid #eee; .pulsante{ //background-color:@primary-color-hover; } } .box-index-charlie{ padding:0 15px; .box-testo{ padding:50px; background:#eee; h3{ padding-bottom:30px; } } } .box-charlie{ background:@primary-color; position:relative; padding:5%; width:90%; margin:0 auto; margin-top:0px; color:#fff; @media (max-width: @screen-sm-max){ margin-top:50px; } &:after{ height: 5px; width: 83.4%; background-color: #fff; position: absolute; top: 0; right: 0; left: 0; margin: 0 auto; content: ""; opacity: 1; visibility: visible; } h5, ul{ margin-bottom:20px; } a{ display: block; color: #fff; font-size: 14px; text-transform: uppercase; text-decoration:underline; &:hover{ color:@primary-color-hover; } } } html[lang="en"]{ .box-novita-top,.box-novita{ display:none !important; } .hidden-en{ display:none !important; } }