// 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";c //@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: #494846; @text-color: #494846; @font-family-sans-serif: 'Cabin', sans-serif; @font-size-base: 15px; @line-height-base: 1.7; @primary-color: #174681; @primary-color-hover: #77673f; @secondary-color: #f2ecde; @background-input: #fff; @color-form: #333; @corsivo: 'Carattere', cursive; @oro: #77673f; @grigio: #f2ecde; @blu: #174681; body { margin: 0; padding: 0; overflow-x:hidden; } html{ overflow-x:hidden; } a, a:hover, a:focus { text-decoration: none; } .colore-uno { color: @primary-color; } .colore-due { color: @primary-color-hover; } .oro{ color: @oro; } .sfondo-oro{ background-color: @oro; *{ color: #fff !important; } } .light{ font-weight:300; } .semi{ font-weight:600; } .bold{ font-weight:700; } .italic{ font-style:italic; } .white{ color:#fff; } .txt-ombra{ text-shadow:1px 1px 1px #000; } .corsivo{ font-family:@corsivo; } .bg-white{ background-color:#fff; } @font-face { font-family: 'icomoon'; src: url('/source/icomoon.eot?b52ngp'); src: url('/source/icomoon.eot?b52ngp#iefix') format('embedded-opentype'), url('/source/icomoon.ttf?b52ngp') format('truetype'), url('/source/icomoon.woff?b52ngp') format('woff'), url('/source/icomoon.svg?b52ngp#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } [class*="logo"], [class^="icon-"], [class*=" icon-"], .slick-prev:before, .slick-next:before, .icon-freccia-sx, .icon-freccia-dx, .imagelightbox-arrow-left, .imagelightbox-arrow-right{ /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; vertical-align:middle; display:inline-block; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-freccia-dx:before { content: "\e901"; } .icon-freccia-sx:before { content: "\e902"; } .icon-instagram:before { content: "\e903"; } .icon-facebook:before { content: "\e904"; } .icon-whatsapp:before { content: "\e905"; } .icon-pin:before { content: "\e906"; } .icon-prenota:before { content: "\e907"; } .icon-telefono:before { content: "\e908"; } /* 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; 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; transition: all 400ms ease; } a, a:active, a:focus, a:link, a:visited, input[type="submit"] { transition: all 400ms ease; outline: none; text-decoration: none; } .freccia-none, .pulsante, .slick-next, .slick-prev, .tendina-lingue, .transition_400, span { transition: all 400ms ease; } .transition_600 { transition: all 600ms ease; } .slick-slide { outline: none; } label { font-weight: normal; margin: 0; } input[type="checkbox"], input[type="radio"] { margin: 0; } /* ***************************** */ .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; float: left; } } .flex { @media (min-width: @screen-sm-min) { display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: top; -webkit-align-items: top; -moz-align-items: top; align-content: center; justify-content: center; -webkit-justify-content: center; -webkit-align-content: center; } } .flex-content { @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-centrato{ @media (min-width: @screen-md-min) { 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; } } img{height:auto;} p, address { margin: 0; line-height:inherit; } ul { margin: 0; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } .no-pad { padding: 0; } .pad_5 { padding: 0 5px; } .pad_10 { padding: 0 10px; } .pad_20 { padding: 0 20px; } .blk { max-width: 1920px; margin: 0 auto; width: 100%; @media (max-width: @screen-md-max) { padding: 0 10px; } @media (min-width: @screen-lg-min) { padding: 0 30px; } } .container, .container-fluid { max-width: 100%; transition: all 600ms ease; } .container-fluid { max-width: 1610px; &:before { display: block; } &.max-fluid{ max-width:100%; } } .divisore { padding-bottom: 40px; @media (max-width: @screen-sm-max) { padding-bottom: 25px; } &.con-bordo{ border-top: 2px solid @grigio; margin-top: 40px; padding-top: 40px; padding-bottom: 10px; @media (max-width: @screen-sm-max) { margin-top: 25px; padding-top: 25px; padding-bottom: 10px; } } &.doppio{ padding-bottom: 80px; @media (max-width: @screen-sm-max) { padding-bottom: 50px; } } } .barra-separatrice{ margin-top: 40px; margin-bottom: 40px; @media (max-width: @screen-sm-max) { margin-top: 10px; } } .titolo-pagina{ letter-spacing:1px; } .titolo-trattino{ position: relative; margin-bottom: 20px; &:before{ content: ''; border-bottom: 1px solid @primary-color; width: 80px; position: absolute; left: 50%; transform: translateX(-50%); bottom: -16px; } &:after{ content: ''; border-bottom: 1px solid @primary-color; width: 40px; position: absolute; left: 50%; transform: translateX(-50%); bottom: -20px; } @media(max-width:767px){ padding-left:10px; padding-right:10px; } &.trattino-sinistra{ @media (min-width: @screen-md-min) { text-align: left; &:before, &:after{ transform: translateX(0); left: 0; } } } &.trattino-verticale{ &:before{ width: 1px; height: 50px; top: -60px; border-bottom: 0; border-right: 1px solid @primary-color-hover; } } } h1, h2.grande { font-size: 60px; line-height: 60px; margin-bottom: 0; @media (max-width: @screen-xs-max) { font-size: 40px; line-height: 40px; } } h2 { font-size: 36px; line-height: 39px; margin-bottom: 15px; @media (max-width: @screen-sm-max) { } @media (max-width: @screen-xs-max) { font-size: 27px; line-height: 31px; } } h3 { font-size: 28px; line-height: 30px; font-weight: 700; margin-bottom: 20px; @media (max-width: @screen-sm-max) { } @media (max-width: @screen-xs-max) { font-size: 24px; line-height: 26px; } } h4{ font-size:18px; line-height:22px; font-weight: 700; margin-bottom: 15px; &.sottotitolo { margin-top: 10px; margin-bottom: 25px; } &.citazione { display:inline-block; font-family:sans-serif; margin:1em; font-family: @corsivo; color: @primary-color-hover; font-size: 28px; line-height: 30px; font-weight: 700; p { border:solid .5em @grigio; display:inline-block; margin:0; padding:1em; position:relative; &:before { background-color: #fff; bottom: -1em; content: ""; left: 2em; position: absolute; right: 2em; top: -1em; } > * { display: inline-block; position: relative; z-index: 1; } } } } .testo { padding: 40px 10px; word-wrap: break-word; @media (max-width: @screen-md-max) { padding:30px 10px; } @media (max-width: @screen-sm-max) {} @media (max-width: @screen-xs-max) { padding: 20px 10px; } h1 { margin-bottom: 30px; } } .testo-sx { padding-right: 30px; @media (max-width: @screen-md-max) { padding-right: 25px; } @media (max-width: @screen-sm-max) { padding:10px 5px; } } .testo-dx { padding-left: 30px; @media (max-width: @screen-md-max) { padding-right: 25px; } @media (max-width: @screen-sm-max) { padding:10px 5px; } } /* colonna negativa */ .col-3-negativa { margin-left: -25%; @media (max-width: @screen-sm-max) { margin-left:-16.66666%; } } .colonna-negativa { margin-left: -8.4948463%; @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 } /*************************/ /* testo invio newsletter */ .result_inscr_newsl_min { color: #fff; } /***************************/ /* sfondo box colorato */ .sf-divisore{ background-color: @grigio; /*background-image: url(/source/sf-divisore.png); background-repeat: no-repeat; background-position: center top; padding-top: 4%;*/ .bordered{ border: 5px solid @primary-color-hover; padding: 2.5%; @media (max-width: @screen-sm-max) { padding:15px; } } } /**************************/ .sf-con-bordo{ border: 10px solid @grigio; padding:60px 30px; @media (max-width: @screen-md-max) { padding:40px 20px; } @media (max-width: @screen-sm-max) { padding:30px 15px; } @media (max-width: @screen-xs-max) { padding:30px 15px; } } .sf-pattern{ background-image: url(/source/sf-pattern.png); background-repeat: repeat-x; background-position: center -14px; } .sf-footer{ /*position: fixed; z-index: -1; top: 150px; left: 0;*/ } .sf-newsletter{ background-color: #fff; background-image: url(/source/sf-newsletter.jpg); background-repeat: no-repeat; background-position: center 10%; background-size: cover; padding-top: 90px; padding-bottom: 90px; position: relative; min-height: 680px; .container-fluid{ max-width: 100%; @media (max-width: @screen-sm-max) { padding: 60px 35px; } } .cont-newsletter{ padding: 25px 20px; background-color: @primary-color; color: #fff; @media (min-width: @screen-md-min) { position: absolute; top: 29%; //transform: translateY(-50%); padding: 60px 2% 90px; background-image: url(/source/sf-cont-newsletter.png); background-repeat: no-repeat; background-position: center bottom; background-size: contain; } @media (max-width: @screen-sm-max) { padding-right: 0; padding-left: 0; } } @media (max-width: @screen-sm-max) { background-image: none; min-height: auto; background-color: @primary-color; } /**:not(#pgall #email_min), .newsletter_min_cont_privacy, .newsletter_min_cont_privacy a{ color: #fff !important; }*/ } // FORM CONTATTI #ContContatti { color: @color-form; padding-top: 20px; 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: 50px; background-repeat: no-repeat; box-shadow: none; padding: 0; font-size: 16px; background-color: @background-input; margin: 5px 0; color: @blu; border: none; border-radius: 0; text-indent: 10px; border:1px solid #ccc; option { color: @color-form; } &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: @primary-color; } &::-moz-placeholder { /* Firefox 19+ */ color: @primary-color; } &:-ms-input-placeholder { /* IE 10+ */ color: @primary-color; } &:-moz-placeholder { /* Firefox 18- */ color: @primary-color; } } .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: @blu; font-weight: 700; } .sep { padding-bottom: 10px; } textarea { min-height: 329px; @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: #fff; background-color: @primary-color; padding: 0 10px; height: 50px; width: 100%; line-height: 45px; -webkit-appearance: none; float: right; margin: 0; margin-top: 15px; outline: none; font-size: 14px; font-weight: 700; //letter-spacing: 2px; text-transform: uppercase; max-width: 330px; @media (max-width: @screen-xs-max) { float: none; margin: 15px auto; margin-bottom: 0; } &:hover { background-color: @primary-color-hover; color: #fff; } } #pgall .wrapper_form_cont .privacy_check div { display: inline-block; } /* FORM my reply */ .form-myreply { color: @color-form; padding: 0 10px; } .form-myreply .myReplyForm .form-control, #myreply_form_offerta .form-control { font-size: 15px; height: 40px; text-indent: 4px; width: 100%; border: none; background-color: @background-input; color: @color-form; -webkit-appearance: none; max-width: 100%; border:1px solid rgba(204,204,204,.5); } .form-myreply { .modal-dialog { color: @color-form; } } .form-myreply #myreply_form .container-fluid { padding: 0 !important; } .form-myreply .myReplyForm .text-success, #myreply_form_offerta .text-success { color: @color-form; } .form-myreply .myReplyForm label, #myreply_form_offerta label { font-size: 15px; color: @color-form; padding: 4px 0; margin-top: 1px; } .form-myreply .myReplyForm .element_container, .form-myreply .alpaca-control label, #myreply_form_offerta .alpaca-control label, #myreply_form_offerta .element_container { font-size: 13px; } .form-myreply .myReplyForm .radio label, .form-myreply .myReplyForm .checkbox label { font-size: 12px; } .form-myreply .myReplyForm a, #myreply_form_offerta a { color: @color-form; text-decoration: underline; } #myreply_form_offerta .myReplyForm .wrapper_annotations { width: 100%; } .form-myreply .myReplyForm .annotations_wrapper textarea, #myreply_form_offerta .annotations_wrapper textarea { height: 100px !Important; } .form-myreply .myReplyForm .period_wrapper input, #myreply_form_offerta .myReplyForm .period_wrapper input { background-image: url(/source/calendario.png) !important; } .form-myreply .myReplyForm .btn-success, #myreply_form_offerta .btn-success, .myreply_form .btn-success{ border: none !important; border-radius: 0; background: @primary-color-hover !important; font-weight: 600; letter-spacing:1px; cursor: pointer; color: #fff; width: auto; padding: 0px 10px; height: 50px; line-height: 45px; width: 100%; max-width: 200px; font-size: 18px; margin-top: 10px; -webkit-appearance: none; transition: all 400ms ease; &.send_new_request { max-width: 240px; font-size: 13px; } } .form-myreply .myReplyForm .btn-success:hover, .form-myreply .myReplyForm .btn-success:focus, #myreply_form_offerta .btn-success:hover, #myreply_form_offerta .btn-success:focus, .myreply_form .btn-success:hover, .myreply_form .btn-success:focus{ background: @primary-color !important; } #myreply_form_offerta { padding: 25px 10px; margin-top: 25px; clear: both; background: @grigio; } //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); } a:focus, a:active, a:link, img, .slick-slide { outline: none; } /* CSS Animations */ .moveDownTop { opacity: 0; animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; animation-fill-mode: forwards; } .moveUpTop { opacity: 0; animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; animation-fill-mode: forwards; } .moveLeftTop { opacity: 0; animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; animation-fill-mode: forwards; } .moveRightTop { opacity: 0; animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; animation-fill-mode: forwards; } .wpb_appear { opacity: 0; animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); animation-fill-mode: forwards; transform: scale(1); } @-webkit-keyframes rotate-center { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes rotate-center { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } /* 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 { transform: scale(1, 1) } to { transform: scale(1.05, 1.05) } } @-moz-keyframes bgzoom { from { transform: scale(1, 1) } to { transform: scale(1.05, 1.05) } } @-o-keyframes bgzoom { from { transform: scale(1, 1) } to { transform: scale(1.05, 1.05) } } @keyframes bgzoom { from { transform: scale(1, 1) } to { transform: scale(1.05, 1.05) } } @-webkit-keyframes bgzoom-reverse { from { transform: scale(1.05, 1.05); } to { transform: scale(1, 1) } } @-moz-keyframes bgzoom-reverse { from { transform: scale(1.05, 1.05); } to { transform: scale(1, 1) } } @-o-keyframes bgzoom-reverse { from { transform: scale(1.05, 1.05); } to { transform: scale(1, 1) } } @keyframes bgzoom-reverse { from { transform: scale(1.05, 1.05); } to { transform: scale(1, 1) } } .bgzoom, .revealedBox{ overflow: hidden; } .bgzoom img { animation: bgzoom-reverse 0.3s ease-out; animation-fill-mode: forwards; } .bgzoom:hover img { animation: bgzoom 0.3s ease-out; 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; animation-fill-mode: forwards; } .moveRight, .moveLeft, .moveUp, .moveDown{ padding: 15px; @media (max-width: @screen-sm-max) { padding: 5px; } } .moveDown.visible { 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 { 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 { 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 { 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 { animation: roll 1s ease-out both, opacity 1s ease-out both; } .delay-1{ animation-delay:0.5s !important; } .delay-2{ animation-delay:0.8s !important; } /* 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; } @media (max-width: @screen-sm-max) { padding-left: 15px; } } /*****************************************/ .pulsante { &:link, &:active, &:visited, &:focus { text-align: center; display: block; line-height: 50px; color: #fff; font-size: 14px; font-weight:700; background:@primary-color; //border:1px solid @primary-color; width: 100%; max-width: 350px; text-transform: uppercase; margin: 0 auto; padding: 0 5px; position: relative; transition-property: all; transition-duration: 0.5s; transform: perspective(1px) translateZ(0); } /*&:after { width: 0%; height: 100%; top: 0; left: 0; background: @primary-color-hover; content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }*/ &:hover { color:#fff; background:@primary-color-hover; /*&:after { width: 100%; }*/ } img, span { margin: 0 6px; font-size: 16px; margin-top: -3px; } &.pulsante-alt{ background: #fff; color: @primary-color-hover; /*&:after { background: @secondary-color; }*/ &:hover{ background: @secondary-color; color: @primary-color-hover; } } &.pulsante-marrone{ background: @primary-color-hover; color: #fff; &:hover{ background: @primary-color; } } &.pulsante-trasp{ background: transparent; color: @primary-color-hover; display: inline-block; text-decoration: underline; /*&:after{ background:@primary-color; }*/ &:hover{ color: @primary-color; } } .svg-dati{ float: right; margin-top: 0; border: none !important; line-height: 50px; } &.prenota{ font-size: 12px; .svg-dati { float: none; border-bottom: 1px solid #fff !important; } } } .bt-prenota{ position: absolute; top: 0; right: 0; width: 100%; } .no-pad { padding: 0px; } /* newsletter */ #pgall #email_min { height: 50px; text-indent: 10px !important; color: #333 !important; font-size: 15px; -webkit-appearance: none; outline: none; background-color: #fff; border:1px solid #ccc; //border-radius:10px; &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #333; } &::-moz-placeholder { /* Firefox 19+ */ color: #333; } &:-ms-input-placeholder { /* IE 10+ */ color: #333; } &:-moz-placeholder { /* Firefox 18- */ color: #333; } } #pgall #button_email_min { border: none; height: 50px; -webkit-appearance: none; background: none; background-color: @primary-color-hover; width: 100%; font-size: 13px; font-weight:700; text-transform:uppercase; color:#fff !important; &:hover { background-color: @secondary-color; color: #fff !important; } } #wrapper_email_min { margin: 0 auto; max-width: 690px; width: 100%; @media (max-width: @screen-sm-max) { margin-left:auto; } .field_email_min { width: 66%; @media (max-width: @screen-sm-max) { float: none !important; margin-top: 20px; width: 100%; } } .field_button_min { width: 33%; margin-left:1%; @media (max-width: @screen-sm-max) { float: none !important; margin-top: 20px; width: 100%; } } .link_email { font-size: 13px; color: #fff; } .newsletter_min_cont_privacy { margin-top: 10px; color: #fff; a { color: #fff; } } } #testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited { color: @text-color !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{ 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 */ .open-menu{ background: #fff; } .op_block { cursor: pointer; } .click { width: 30px; height: 32px; position: relative; margin: 0px auto; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; span { display: block; position: absolute; height: 2px; width: 100%; background: @blu; border-radius: 0px; opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; &:nth-of-type(1) { top: 12px; } &:nth-of-type(2), &:nth-of-type(3) { top: 18px; } &:nth-of-type(4) { top: 24px; } } } .click.open span { &:nth-of-type(1) { top: 18px; width: 0%; left: 50%; } &:nth-of-type(2) { transform: rotate(45deg); } &:nth-of-type(3) { transform: rotate(-45deg); } &:nth-of-type(4) { top: 18px; width: 0%; left: 50%; } } /* *************************************************** */ /************ MENU SITO *****************/ .vedi-menu.slide-menu, ul.level1 ul.level2.submenu.slide-menu { transform: translate3d(0px, 0, 0); transition-duration: 1s; opacity: 1; } .sf-sub-indicator { display: none; } ul.level1 { @media (min-width: @screen-md-min) { width:auto !important; float:none !important; text-align:center; } li { @media (min-width: @screen-md-min) { display:inline-block; &.button_03753b8139a0_container{ display:none; } } @media (max-width: @screen-sm-max) { width:100%; margin:0 auto; display:block; float:none !important; } &.sfHover>a, &.cmsCurrentPageContainerLevel_1>a, a:hover, a.cmsCurrentPage, &:hover > a{ position: relative; color:#fff; @media (max-width: @screen-sm-max) { display: inline-block; background:#fff; } &:before{ bottom: 4px; } } &.submenu-container{ a{ .cms-icon-angle-arrow-down{ font-size:5px; display:inline-block; vertical-align:middle; margin-left:3px; margin-top:-2px; } @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: 16px; line-height:35px; font-weight:700; color: #fff; padding: 0px 6px; margin-left: 5px; margin-right: 5px; text-transform: uppercase; overflow: hidden; @media (max-width: @screen-md-max) { font-size: 15px; margin-left: 5px; margin-right: 5px; padding-left: 4px; padding-right: 4px; } @media (max-width: @screen-sm-max) { display: inline-block; padding: 12px 5px; font-size: 20px; color: @blu; padding-left:20px; line-height:normal; } @media (max-width: @screen-xs-max) { } &:before{ content: ''; position: absolute; width: 100%; height: 1px; background: #fff; bottom: -15px; left: 0; transition: all 400ms ease; } } ul.level2.submenu { position: absolute; z-index: 999; margin: 0px; padding: 0; background-color: @primary-color-hover; padding: 5px; min-width:1px; @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; &:last-child{ a{border:none;} } @media (max-width: @screen-sm-max) { width: 100%; margin: 0px auto; border: none; padding: 0; text-align:left; } &:hover, &.sfHover, a:hover, a:active, a:focus{ outline: 0 !important; } a{ color: #222; width: 100%; padding: 10px 5px; width:140px; margin: 0px; display:block; line-height:normal; &:after{ display:none; } &:before{ top:5px; } &.cmsCurrentPage, &:hover{ background-color:@primary-color-hover; color:#fff; } @media (max-width: @screen-sm-max) { padding: 10px 5px; padding-left:30px; width: 100%; display: block; width: 100%; border: none; margin-right: 0; margin-left: 0; float: none; } } &:first-child { display: none; @media (max-width: @screen-sm-max) { display:block; a{ text-align: left; background: none; padding: 10px 5px; padding-left:15px; background:@primary-color; color:#fff; span{ font-size:20px; } } } } &:last-child { border: none; } } } /*@media (min-width: @screen-md-min) { &:not(:last-child){ a{ &:after{ content: ''; position: absolute; width: 1px; height: 18px; top: 25%; right: -5px; border-right: 1px solid @primary-color; } } } }*/ @media (min-width: @screen-lg-min) { &:not(:last-child){ a{ &:after{ right: -10px; } } } } } } @keyframes in{ 0%{ width: 0; left:0; right:auto; } 100%{ left:0; right:auto; width: 100%; } } @keyframes out{ 0%{ width:100%; left: auto; right: 0; } 100%{ width: 0; left: auto; right: 0; } } @keyframes show{ 0%{ opacity:0; transform:translateY(-10px); } 100%{ opacity:1; transform:translateY(0); } } /*@for $i from 1 through 5 { ul.level1 li a:nth-child(#{$i}){ animation:show .2s #{$i*0.1+1}s ease 1 both; } }*/ //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: #fff; z-index: 9999; -webkit-backface-visibility: hidden; top: 70px; bottom: 0; position: fixed !important; box-sizing: content-box; -webkit-overflow-scrolling: touch; transform: translate3d(-101%, 0, 0); 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) { } &.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; } } /* ********* 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; height: 95px; padding: 13px 0; margin: 0 auto; left: 0; top: 0; right: 0; z-index: 999; position: fixed; background-color: #fff; box-shadow: 0 5px 10px 0 rgba(0,0,0,.2); .logo{ line-height: 60px; } .level1{ margin-top: 17px; li{ a{ color: @primary-color; font-size: 14px; @media (max-width: @screen-md-max) { font-size: 12px; margin-left: 3px; margin-right: 3px; } &:hover{ color: @primary-color; } &:before{ background: @primary-color; } } } } ul.level1 li.sfHover>a, ul.level1 li.cmsCurrentPageContainerLevel_1>a, ul.level1 li a:hover, ul.level1 li a.cmsCurrentPage, ul.level1 li:hover>a{ color: @primary-color; } .pulsante{ margin-top: 13px; } } &-mobile{ width: 100%; height: 70px; left: 0px; top: 0px; right: 0; z-index: 800; position: fixed; background-color: #fff; .link-mobi { color: #fff !important; font-size: 10px; padding-top: 11px; line-height: normal; padding-bottom: 1px; font-weight:700; height: 100%; display: block; span[class^="icon-"] { margin: 2px auto 5px auto; display: block; &:before{ font-size: 24px; } } img { margin: 0 auto; margin-bottom: 11px; display: block; } a { color: #fff !important; text-transform: uppercase; } &.mobi-telefono{ background-color: @secondary-color; a{ color: @primary-color-hover !important; } } &.mobi-info{ color: #fff; background-color: @primary-color; } &.logo-mobi{ //background: @secondary-color; padding-top: 15px; padding-left: 0; a{ color: @primary-color !important; font-size: 48px; } } } /**********************/ } &-footer{ /*background-color: @blu; color: #fff;*/ > div{ border-top: 1px solid @secondary-color; } } } /*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.4948463%; } @media (max-width: @screen-xs-max) { width: 50%; } img { max-width: 100%; padding: 5px; } } /* ********** stile lingue ***************** */ .so_languageLinks{ .tendina-lingue { color: #fff; background-color: @primary-color; font-size: 14px; font-weight: 700; cursor: pointer; padding: 5px 20px; margin-top: 10px; line-height: 30px; text-align: center; displaY: inline-block; width:auto; text-transform:uppercase; @media (max-width: @screen-sm-max) { } img { margin: 0 4px; margin-top: -1px; line-height: 1; } .cms-icon-angle-arrow-down{font-size:8px !important;} #select_lingue { line-height: 16px; font-size: 15px; width: 100%; margin: 0 auto; top: 40px; 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; line-height: 30px; font-size: 14px; font-weight: 700; a { font-size: 14px; padding: 5px 0; color: #fff; background-color: @primary-color; display: block; &:hover { color: #fff; background-color: @primary-color-hover; } } } } } } /***************************/ /* css elenco offerte */ .elenco-offerte { float:none; max-width:1430px; margin:0 auto; @media (max-width: @screen-sm-max) { text-align:left; max-width:615px; } .table-cell{ @media (max-width: @screen-sm-max) { display:block; width:100%; float:left; } } .table-box{ @media (max-width: @screen-sm-max) { display:block; width:100%; float:left; } } .sezione-offerta{ background-color:@primary-color; color:#fff; font-size:14px; line-height:30px; margin:0 auto; margin-bottom:25px; max-width:175px; text-align:center; text-transform:uppercase; font-weight:bold; letter-spacing:2px; display:block; position:absolute; top:0; right:0; left:0; } .condizioni { font-size: 15px; } .prezzo{ font-size: 30px; line-height: 35px; display:block; } .pulsante{ margin: 5px auto; line-height: 40px; border-color:@primary-color; color:#fff; margin-left:0; margin-top:25px; &:hover{ color:#fff; } @media (max-width: @screen-md-max) { margin-top:20px; } @media (max-width: @screen-sm-max) { margin: 15px auto; } } h2{ font-size: 20px; line-height: 23px; min-height: 40px; margin-bottom:10px; text-align: left; span{ text-decoration:none !important; } @media (max-width: @screen-sm-max) { text-align:center; } @media (max-width: @screen-xs-max) { min-height:1px; font-size: 19px; line-height: 21px; } a { color: @text-color; &:hover{ color: @primary-color-hover; } } } .blk-offerte { color: @text-color; margin:25px 0; font-size: 16px; border:10px solid @primary-color-hover; .img-off{ } @media (max-width: @screen-sm-max) { text-align:center; } .sezione{ line-height:40px; background-color:@primary-color; color:#fff; position:absolute; top:0; right:0; text-transform:uppercase; max-width:170px; z-index:3; font-size:14px; width:100%; font-weight:bold; } } .cont{ padding: 15px; padding-left:25px; @media (max-width: @screen-sm-max) { padding:20px 10px; padding-right:10px; padding-left:10px; } } .validita { margin: 5px 0; } .sottotitolo { padding-bottom: 10px; font-size:18px; } } .offerte-elenco { .blk-offerte { background:@grigio; padding:20px 25px; margin-bottom:25px; @media (max-width: @screen-xs-max) { padding:15px 10px; } @media (min-width: @screen-md-min) { .img-off{ padding-right:16px; position:relative; img{ position:relative; } } } .bordered{ .cont{ padding:20px 50px 20px 10px; position:relative; @media (max-width: @screen-xs-max) { padding:25px 10px; } .validita{ font-size:17px; font-style: italic; //color: @primary-color; padding-bottom: 15px; } h3{ min-height:70px; margin-bottom:15px; a{ color:@primary-color-hover; &:hover{ color:@primary-color; } } } .cont-prezzo{ font-size:17px; .prezzo{ color:@primary-color-hover; font-size:22px; } } .link-offer{ font-size:35px; position:absolute; right:0; bottom:20px; @media (max-width: @screen-xs-max) { position:relative; margin-top:20px; right:auto; bottom:auto; display:block; width: 100%; float: left; } } } } } } /* css dettaglio offerte/eventi */ .dett_offerte { max-width:1430px; margin:0 auto; margin-bottom:25px; .pad-dettaglio{ padding-left: 40px; @media (max-width: @screen-sm-max) { padding-left: 0; } } #ContContatti{ padding:25px 15px; background-color: @grigio; } h1{ font-size: 30px; line-height: 32px; padding:0 10px; padding-left:0; margin-bottom:15px; font-weight: bold; &:after{ display:none; } @media (max-width: @screen-md-max) { } @media (max-width: @screen-sm-max) { font-size: 26px; margin-top:15px; } @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{ margin-top:25px; } .social_bar { margin-top: 20px; } .testo-off{ @media (max-width: @screen-sm-max) { padding-top:20px; } } .condizioni-prezzo-dett{ padding: 25px 0; .price{ font-size: 140%; font-weight: bold; } } .pulsante-offerte{ margin-top: 50px; padding-top: 50px; padding-bottom: 50px; border-top: 1px solid @primary-color-hover; .pulsante{ margin-top: 0; } } } /* stile generale super offerte */ .offer-component { .offer-label { background: @primary-color!important; color: #FFF !important; } .offer-label:after { border-top-color: @primary-color-hover!important; } } /* css listato super offerte */ .offer_list { .offer { .box-offerta { background-color: @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 { .col-dx { @media (max-width: @screen-sm-max) { padding-left:5px; margin-top: 15px; } .sharer { font-weight: 500; line-height: 40px; .cms-icon { vertical-align: middle; } } #image_gallery { .slick-arrow { padding: 20px; &.slick-prev { } &.slick-next { } } } } .col-sx { @media (max-width: @screen-sm-max) { padding-right:5px; } h1 { margin-top: 0; font-size: 24px; line-height: 26px; padding-left: 0; font-weight: 500; @media (max-width: @screen-md-max) { font-size:22px; line-height: 24px; } @media (max-width: @screen-xs-max) { font-size: 20px; line-height: 22px; } } .offer_header { .validity { font-weight: 500; } } .offer-primary-color { color: @text-color; } .periods { .item_value, .item_title { font-weight: 500; font-size: 15px; } .item.featured { border-color: @primary-color!important; } .period_foot { .btn { font-weight: 500; background-color: @primary-color-hover; color: #FFF!important; transition: all 400ms ease; border-radius: 0 !important; outline: none !important; border: none !important; &:hover { background: @primary-color!important; } } } } .offer-background-primary-color { background-color: @text-color; } h3 { font-weight: bold; } .offer-border-color { border-color: #D7D7D7!important; } .offer-label { background: #F07C00!important; color: #FFF!important; } .offer-label:after { border-top-color: #C66A00!important; } .soldout_message { border: 1px solid @text-color; background-color: @primary-color; margin: 5px 0; .message_title { font-weight: normal; } .message_text { color: inherit; } } .whats_included:after { background: transparent !important; } #bt_require_offer_target { @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; user-select: none; touch-action: pan-y; -webkit-tap-highlight-color: transparent; margin-bottom: 0; .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; &:focus { outline: none; } &.dragging { cursor: pointer; cursor: hand; } transform: translate3d(0, 0, 0); .slick-track { position: relative; left: 0; top: 0; display: block; margin: 0 auto; zoom: 1; transform: translate3d(0, 0, 0); &:before, &:after { content: ""; display: table; } &:after { clear: both; } .slick-slide { float: left; height: 100%; min-height: 1px; transform: translate3d(0, 0, 0); img { display: block; } &.slick-loading img { display: none; } &.dragging img { pointer-events: none; } } } } .slick-loading .slick-list { /*background: white url("https://admin.abc.sm/cms/js_lib/jquery/effects/slick-slider/img/ajax-loader.gif") center center no-repeat;*/ .slick-loading .slick-track { visibility: hidden; .slick-loading .slick-slide { visibility: hidden; } } } .slick-initialized .slick-slide { display: block; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } /* Icons */ /*@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; } /* Arrows */ .slick-prev, .slick-next { position: absolute; display: block; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -7px; padding: 0; border: none; outline: none; background-repeat: no-repeat; background-position: center; width:48px; height:35px; &:hover, &:focus { outline: none; } &:hover:before, &:focus:before, &:hover:before, &:focus:before { opacity: 1; } &.slick-disabled:before, &.slick-disabled:before { opacity: 1; } &:before, &:before { line-height: 1; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color:@oro; font-size:35px; } } .slick-prev { left: 0; &:before { content: '\e90b'; } } .slick-next { right: 0; &: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: 5px !important; margin: 0 5px; padding: 0; cursor: pointer; button { border: 0; background-color: transparent; display: block; height: 15px !important; width: 15px !important; padding: 0; outline: none; line-height: 0; font-size: 0; color: transparent; cursor: pointer; border: 2px solid @primary-color-hover; border-radius: 50%; &:hover, &:focus { outline: none; background-color: @primary-color; border-color: @primary-color; } &:after, &:before { display: none; } } &.slick-active button { outline: none; background-color: @primary-color; border-color: @primary-color; } &:after, &:before { display: none; } } } [dir="rtl"] .slick-next { right: auto; left: -25px; &:before { content: " "; } } [dir="rtl"] .slick-prev { right: -25px; left: auto; &:before { content: " "; } } [dir="rtl"] .slick-slide { float: right; } } .freccia-none { opacity: 0; pointer-events: none; } .frecce-off { text-align: center; .next, .prev { display: inline-block; margin: 0 15px; } @media (min-width: @screen-lg-min) { .next, .prev{ display: block; margin-left: auto; margin-right: auto; } .prev{ margin-bottom: 30px; } } img { cursor: pointer; &:hover{ opacity: 0.6; } } } .sf-slider-home{ // solo con sfondi /*z-index:1; position:absolute; top:0; right:0; left:0; bottom:0;*/ @media (max-width:@screen-sm-max) { padding: 20px 5px; } // solo con sfondi /*.sf-slide{ height:440px; background-repeat:no-repeat; background-position:center center; background-size:cover; @media (max-width:@screen-sm-max) { height:320px; } @media (max-width:@screen-xs-max) { height:280px; } }*/ .slick-dots { position: absolute; width: auto; right: -40px; bottom: 0; li{ display: block; margin-bottom: 20px; } @media (max-width:@screen-sm-max) { right: 0; bottom: -40px; li{ display: inline-block; } } } .slick-prev { right: -35px; bottom: 75px; top: auto; left: auto; width: 30px; &:before { font-size: 19px; color: @primary-color-hover; content: "\e913"; } @media (max-width:@screen-md-max) { bottom: -55px; right: 30%; transform: translateX(-10px); } } .slick-next { right: -35px; bottom: 30px; top: auto; width: 30px; &:before { font-size: 19px; color: @primary-color-hover; content: "\e912"; } @media (max-width:@screen-md-max) { bottom: -55px; right: 50%; transform: translateX(-10px); } } } // solo con sfondi /*.relative-slider{ position: relative; height: 440px; @media (max-width:@screen-sm-max) { height:320px; } @media (max-width:@screen-xs-max) { height:280px; } }*/ /* contenuti dinamici scorrevoli */ .offerte-scorrevoli, .offerte-elenco { .blk-offerte { display: block; &.flex { display: flex; } .cont-img { text-align: center; overflow: hidden; a { display: flex; height: 100%; width: 100%; img { display: inline; object-fit: cover; object-position: 50% 50%; } } } .cont-txt { padding: 20px; h2 { margin-bottom: 10px; line-height: 0.8; color: @primary-color; a { font-size: 21px; color: @primary-color; font-weight: bold; letter-spacing: 1px; transition: color 500ms ease-in-out; &:hover { color: @primary-color-hover; } } } .stit { margin-bottom: 30px; min-height: 50px; } .cont-btn { .pulsante { float: right; @media (max-width: @screen-sm-max) { float: none; margin: 0 auto; margin-top: 15px; } } } .price-cont { line-height: 1.2; .prezzo { display: block; font-size: 25px; color: @primary-color; } } } } } .offerte-scorrevoli, .offerte-elenco { .blk-offerte { @media (min-width: @screen-lg-min) { padding: 0 5px; } &.flex { align-items: stretch; } .cont-txt { display: flex; flex-direction: column; justify-content: center; padding: 20px 30px; @media (max-width: @screen-sm-max) { padding: 20px; padding-bottom: 25px; } .int { } } } } .offerte-scorrevoli{ .blk-offerte { background-color: @primary-color-hover; .cont-txt { h2 { color: #fff; a { color: #fff; &:hover { color: #fff; text-decoration: underline; } } } .stit{ color: #fff; } .price-cont { color: #fff; .prezzo { color: #fff; } } } } } /* ***** 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: 35px 10px; border-bottom: @primary-color 1px solid; @media (max-width: @screen-xs-max) { padding:20px 10px; } a { display: inline-block; @media (max-width: @screen-sm-max) { text-align:center; } } .dati { color: #000; 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; color:@primary-color-hover; @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 */ .box-commenti{ padding: 70px 25px 25px; background-color: @grigio; color: @primary-color-hover; @media(max-width:@screen-sm-max){ padding: 15px; min-height:1px; } .virgolette{ position: absolute; top: -13px; width: 100%; left: 0; } .slick-dots { text-align: center; margin-top: 40px; li { button { opacity: 1; background-color: transparent; border: 2px solid @primary-color-hover; } &:hover, &:focus, &.slick-active{ button { opacity: .5; border-color: @primary-color-hover; background-color: @primary-color-hover; } } } @media(max-width:@screen-sm-max){ margin-top: 10px; text-align: center; } } .box-link{ display:block; border-top: @primary-color 1px solid; margin-top:150px; @media(max-width:@screen-xs-max){ margin-top:30px; } .pulsante-2{ background-color: #fff !important; color:@primary-color-hover; margin-top:40px; float:right; margin-right:110px; @media(max-width:@screen-xs-max){ margin-right:20px; } &:hover{ background-color:#682704 !important; color:#fff; } } } .slider-commenti{ .slide-commenti { .cont-commenti { padding: 10px 10px; font-size: 14px; @media (max-width: @screen-sm-max) { text-align:center; padding: 25px 5px; } .virgolette{ margin:20px auto; } .txt{ //max-width:380px; margin:0 auto; } .box-logo{ height:52px; width:52px; line-height:52px; border-radius:50%; background-color:#fff; text-align:center; margin:20px auto; img{ max-width:40px; display:inline-block !important; } } .titolo-commenti, .read_comment{ color: @primary-color-hover; } .titolo-commenti, #modalComments.modal-title { font-size: 15px; line-height: 18px; margin-bottom: 20px; font-weight: bold; text-transform:uppercase; letter-spacing:1px; @media (max-width: @screen-sm-max) { min-height:40px; } @media (max-width: @screen-xs-max) {} a { color: @primary-color-hover; font-weight: 700; font-size: 18px; &:hover { color: @primary-color; } } } .cliente { font-weight:bold; letter-spacing:1px; } } } .slick-prev:before, .slick-next:before{ font-size:5px; } .slick-prev{ left:110px; bottom:-230px; top:auto; @media(max-width:@screen-xs-max){ left:20px; bottom:-100px; } } .slick-next{ top:auto; right:auto; left:160px; bottom:-225px; @media(max-width:@screen-xs-max){ left:60px; bottom:-95px; } } } } #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; 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-hover !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, .slider-img-footer{ position:relative; a { display: block; margin:5px; overflow:hidden; border-radius: 15px; overflow: hidden; } .slick-prev{ bottom:-68px; top:auto; left:0; right:auto; z-index:1; @media (max-width: @screen-sm-max) { bottom:-40px; left:50%; right:auto; margin-left:-50px; } } .slick-next{ bottom:-68px; top:auto; left:45px; right:auto; z-index:1; @media (max-width: @screen-sm-max) { bottom:-40px; left:auto; right:50%; margin-right:-50px; } } &:after{ @media (min-width: @screen-md-min) { content:''; height:124px; width:149px; background: linear-gradient(90deg, rgb(255, 199, 94) 50%, rgb(255, 180, 40) 85%); position:absolute; bottom: -10px; right: -15px; z-index: -1; } } } .slider-img-footer{ img{ display:inline!important; } } .freccia-none { opacity: 0; pointer-events: none; } /*******************/ /* VIDEO YOUTUBE RESPONSIVE */ /* VIDEO YOUTUBE RESPONSIVE */ .wrapper-video { position: relative; padding-bottom: 56.25%; height: 0; //z-index:-1; @media (min-width: @screen-md-min) {z-index:-1} /*@media (min-width: @screen-md-min) { padding-bottom:0; height:100vh; width:100%; overflow:hidden; .video{height:100%;} }*/ } .wrapper-video iframe { top: 0 !important; left: 0 !important; position: absolute; width: 100% !important; height: 100% !important; max-width:100% !important; } /* .wrapper-video iframe { top: -29% !important; left: -40% !important; position: absolute; width: 180% !important; height: 155% !important; max-width:180% !important; @media (max-width: @screen-md-max) { top: -65% !important; left: -75% !important; height: 250% !important; width: 250% !important; max-width:250% !important; } @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){ top: -0% !important; left: -75% !important; height: 100vh !important; width: 400vw !important; max-width:400vw !important; } @media (max-width: @screen-xs-max) { top: -25% !important; left: -75% !important; height: 155% !important; width: 255% !important; max-width:250% !important; } }*/ #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.49484633% } &:hover { color: @primary-color; } b { display: block; min-height: 40px; } } } h3 { text-align: left; font-size: 25px; margin-bottom: 15px } } .tab-content * { animation: scale 0.7s ease-in-out } @keyframes scale { 0% { transform: scale(0.9); opacity: 0 } 50% { transform: scale(1.01); opacity: 0.5 } 100% { transform: scale(1); opacity: 1 } } .tab1 { display: block; } @media (min-width: @screen-md-min) { .image-container { overflow: hidden; position: relative; .mask { margin: 0 -10px 0 0; position: absolute; top: 0; right: 100%; bottom: 100%; left: 0; background: #000; z-index: 3; transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s; } &.visible { .mask { margin-right: 0; right: 0px; bottom: 0; left: 100%; } .image { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; transform: translate3d(0, 0, 0); } } .image { /* 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; transform: translate3d(-20px, 0, 0); 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; 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: 3px 0px 3px 20px; list-style-position: inside; &:before { content: ''; position: absolute; left: 0; top: 10px; margin: auto; height: 11px; width: 15px; background-image: url(/source/ico-elenco.png); background-repeat: no-repeat; } } } .popup-nascosto { .summary, button.btn { display: none; } .modal-header { border: none; .close { margin-top: -15px; font-size: 35px; } } .modal-content { background-color: @primary-color; color: #fff; } .modal-header { border-bottom: none; .close { text-shadow: none; margin-top: -7px; &:hover, &:focus { opacity: 1; filter: none; } } } .modal-body { padding: 25px 20px; } } .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;} .imagelightbox-arrow{ background: none; &.imagelightbox-arrow-left, &.imagelightbox-arrow-right{ border: 0; font-size: 15px; width: 50px; height: 50px; line-height: 50px; border-radius: 50px; background-color: @primary-color; color: #fff; transition: all 400ms ease; &:focus{ background-color: @primary-color; outline: 0; } &:hover{ background-color: @primary-color-hover; } &:before, &:after{ border: 0; display: block; text-align: center; width: 100%; height: 100%; margin: 0; } } &.imagelightbox-arrow-left{ &:before{ content: "\e902"; } } &.imagelightbox-arrow-right{ &:before{ content: "\e901"; } } } #imagelightbox-close{ background-color: @primary-color; transition: all 400ms ease; border: 0; &:hover{ background-color: @primary-color-hover; &:before, &:after{ background-color: #fff; } } &:focus{ background-color: transparent; } &:before, &:after{ background-color: #fff; } } .pad-centrale{ padding:110px 0; @media (max-width: @screen-md-max) { padding:80px 0; } @media (max-width: @screen-sm-max) { padding:60px 0; } @media (max-width: @screen-xs-max) { padding:55px 0; } &.no-top-pad{ padding-top:0; } &.no-bottom-pad{ padding-bottom:0; } &.con-bordo{ border-top: 1px dashed @primary-color-hover; margin-top: 40px; padding-top: 40px; } } .img-top{ position:relative; @media (max-width: @screen-sm-max) { margin-top:70px; } } .sf-trasp{ position:absolute; top:0; left:0; right:0; bottom:0; //background:rgba(0,0,0,0.30); background-size: cover; background-image: url(/source/sf-trasp.png); background-repeat: repeat-x; background-position: center center; @media (max-width: @screen-sm-max) { top:0; }/* @media (max-width: @screen-xs-max) { opacity:0; display: none; height: 0; }*/ } address{ margin:auto; } .social-space{ > div{ display:inline-block; margin: 5px 12px; a{ [class^="icon-"], [class*=" icon-"]{ font-size:20px; display:inline-block; height: 40px; width: 40px; border-radius: 50%; line-height: 39px; text-align: center; background-color: @primary-color; color: #fff; } &:hover{ [class^="icon-"], [class*=" icon-"]{ background-color: @primary-color-hover; color: #fff; } } .svg-dati{ font-size: 13px; } } } } .top-sito{ position:absolute; top: 0; bottom: 0; right:0; left:0; @media (max-width: @screen-xs-max) { //position: relative; } /*@media (max-width: @screen-md-max) { top:10px; }*/ /*@media (max-width: @screen-sm-max) { top:6%; }*/ /*@media (max-width: @screen-xs-max) { top:5%; }*/ a{ [class^="icon-"], [class*=" icon-"]{ height: 50px; width: 40px; line-height: 50px; text-align: center; /*-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;*/ border-bottom: 1px solid #fff; } &:hover{ [class^="icon-"], [class*=" icon-"]{ /*border-color: @secondary-color; background-color: @secondary-color;*/ color: #fff; } } .svg-dati{ font-size: 23px; } } .claim{ position: absolute; bottom: 30px; padding: 0 3%; @media (max-width: @screen-md-max) { bottom: 20px; } @media (max-width: @screen-sm-max) { bottom: 90px; } @media (max-width: @screen-xs-max) { bottom: 30px; /* position: relative; padding: 15px; color: @blu;*/ } } } .video-home{ video{ height:100vh; width:100%; object-fit:cover; display:block; @media (max-width: @screen-sm-max) {height:550px} } } html[lang="en"], html[lang="de"], html[lang="fr"]{ .barra{ &-desktop{ .level1{ li{ a{ font-size: 13px; margin-right: 4px; margin-left: 4px; @media (max-width: @screen-md-max) { font-size: 12px; margin-right: 1px; margin-left: 1px; } } } } } } } html[lang="de"]{ .myReplyForm label.input_label{ @media (max-width: @screen-md-max) { white-space: normal; } } } //whatsapp .btn-whatsapp{ position:fixed; right:15px; bottom:15px; z-index:1; }