// 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: #5a4741; @text-color: #5a4741; @font-family-sans-serif: 'Open Sans', sans-serif; @font-size-base: 16px; @primary-color: #04143a; @primary-color-hover: #ffca00; @background-input: #f0f0f0; @color-form: #444; @color-menu: #fff; @corsivo: 'Noto Sans', sans-serif; //@corsivo: 'Playfair Display', serif; @corsivo-2: 'Pacifico', cursive; //@corsivo-2: 'Dancing Script', cursive; .corsivo { font-family: @corsivo; } .corsivo-2 { font-family: @corsivo-2; } .colore-uno { color: @primary-color; } .colore-due { color: @primary-color-hover; } .blu { color: @primary-color; } .azzurro { color: @primary-color-hover; } .bianco-m { color: @color-menu; } /* 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="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; } .freccia-none, .pulsante, .slick-next, .slick-prev, .tendina-lingue, .transition_400, span { -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-md-min) { display: -ms-flexbox; display: -webkit-flex; display: flex; 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; } .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: 2000px; &:before { display: block; } } h1, h2.grande { font-size: 40px; line-height: 42px; @media (max-width: @screen-md-max) { font-size: 30px; line-height: 32px; } @media (max-width: @screen-sm-max) { } @media (max-width: @screen-xs-max) { font-size: 22px; line-height: 24px; padding: 0; } } h2 { font-size: 38px; line-height: 40px; margin-bottom: 30px; @media (max-width: @screen-xs-max) { font-size: 25px; line-height: 27px; text-align: center; } } h1.tit { font-size: 55px; letter-spacing: -1px; line-height: 1; font-family:@corsivo; margin-bottom: 20px; color: #444; @media (max-width:@screen-xs-max) { font-size:27px; text-align:left !important; } } h2.stit { font-family:@corsivo-2; font-size: 40px; letter-spacing: -1px; line-height: 1; color: @primary-color-hover; text-align:left; @media (max-width:@screen-xs-max) { font-size:28px; text-align:left !important; } } .divisore { padding-bottom: 40px; @media (max-width: @screen-xs-max) { padding-bottom: 25px; } } h3 { font-size: 40px; line-height: 43px; @media (max-width: @screen-sm-max) { font-size: 29px; line-height: 33px; } @media (max-width: @screen-xs-max) { font-size: 26px; line-height: 29px; } } .testo { padding: 40px 5px; 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; text-align:left !important; } h1 { margin-bottom: 30px; } } .testo-sx { padding-right: 30px; @media (max-width: @screen-sm-max) { padding-right: 15px; } @media (max-width: @screen-xs-max) { padding-right: 10px; } } .testo-dx { padding-left: 30px; @media (max-width: @screen-sm-max) { padding-left: 15px; } @media (max-width: @screen-xs-max) { padding-left: 10px; } } /* 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: 0.3s ease-in-out; transition: 0.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: #fff !important; font-size: 10px; letter-spacing: 1px; padding-top: 16px; line-height: normal; padding-bottom: 1px; height: 100%; text-transform: uppercase; display: block; span[class^="icon-"] { margin: 6px auto; display: block; font-size: 30px; } img { margin: 0 auto; margin-bottom: 11px; display: block; } a { color: #fff !important; } } /**********************/ /* testo invio newsletter */ .result_inscr_newsl_min { color: #fff; } /***************************/ // FORM CONTATTI #ContContatti, .myreply_form { 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, .form-group .form-control { &: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, button.btn { background-color:@primary-color-hover; color:@primary-color; padding:15px 30px; font-size: 14px; font-weight: 900; border-radius: 2px; border: 1px dotted rgba(255, 255, 255, .7); width:auto; transition: all .3s ease; -webkit-transition: all .3s ease; position: relative; float:right; margin-top:10px; background-image:url('/source/triangle.png'); background-repeat:no-repeat; background-position:98% 90%; @media (max-width: @screen-sm-max) { margin: 10px auto; } &:hover{ background-color: #04143a; } } .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, select.form-control { 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, .myReplyForm .jquery-datepicker input.jquery-datepicker__input { background-color: @background-input; background-image: url("/source/calendario.png") !important; background-repeat: no-repeat; background-position: 98% 50% !important; cursor: pointer !important; color: @color-form; } #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 */ /* .form-myreply { color: @color-form; } .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%; } .form-myreply { .modal-dialog { color: @color-form; } } .form-myreply #myreply_form .container-fluid { padding: 0 !important; } .form-myreply .myReplyForm .text-success, #myreply_form_offerta .text-success { color: @color-form; } .form-myreply .myReplyForm label, #myreply_form_offerta label { font-size: 15px; color: @color-form; padding: 4px 0; margin-top: 1px; } .form-myreply .myReplyForm .element_container, .form-myreply .alpaca-control label, #myreply_form_offerta .alpaca-control label, #myreply_form_offerta .element_container { font-size: 13px; } .form-myreply .myReplyForm .radio label, .form-myreply .myReplyForm .checkbox label { font-size: 12px; } .form-myreply .myReplyForm a, #myreply_form_offerta a { color: @color-form; text-decoration: underline; } #myreply_form_offerta .myReplyForm .wrapper_annotations { width: 100%; } .form-myreply .myReplyForm .annotations_wrapper textarea, #myreply_form_offerta .annotations_wrapper textarea { height: 100px !Important; } .form-myreply .myReplyForm .period_wrapper input, #myreply_form_offerta .myReplyForm .period_wrapper input { background-image: url(/source/calendario.png) !important; } .form-myreply .myReplyForm .btn-success, #myreply_form_offerta .btn-success { border: none; border-radius: 0; background-color: #fff; font-weight: 500; cursor: pointer; color: #fff; width: auto; padding: 0px 10px; height: 55px; line-height: 50px; width: 100%; max-width: 310px; font-size: 19px; 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-hover; } #myreply_form_offerta { padding: 25px 10px; margin-top: 25px; } */ //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.82, 0.165, 1); -webkit-transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1); -o-transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1); -ms-transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1); -moz-transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1); } 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) 0.5s; /* Safari 4+ */ -moz-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; /* Fx 5+ */ -o-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; /* Opera 12+ */ animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.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) 0.5s; /* Safari 4+ */ -moz-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; /* Fx 5+ */ -o-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; /* Opera 12+ */ animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.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) 0.5s; /* Safari 4+ */ -moz-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; /* Fx 5+ */ -o-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; /* Opera 12+ */ animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.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) 0.5s; /* Safari 4+ */ -moz-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; /* Fx 5+ */ -o-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; /* Opera 12+ */ animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.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, 1); -moz-transform: scale(1, 1); o-transform: scale(1.02, 1.02); transform: scale(1, 1); } } @-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, 1); -moz-transform: scale(1, 1); o-transform: scale(1.02, 1.02); transform: scale(1, 1); } } @-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, 1); -moz-transform: scale(1, 1); o-transform: scale(1.02, 1.02); transform: scale(1, 1); } } @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, 1); -moz-transform: scale(1, 1); o-transform: scale(1.02, 1.02); transform: scale(1, 1); } } .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); } } /* 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 { position: relative; width: auto; font-size: 14px; font-weight: 900; margin-top: 20px; padding: 15px 30px; border: 1px dotted rgba(255, 255, 255, .7); border-radius: 2px; color: @primary-color; background: @primary-color-hover; transition: all .3s ease; -webkit-transition: all .3s ease; &:after { content: url('/source/triangle.png'); position: absolute; right: 4px; bottom: 2px; } &:hover { background-color:@primary-color; color:@primary-color-hover; } } &.giallo { &:link, &:active, &:visited, &:focus { background:rgba(226,167,27,1); color:#fff; } } } .no-pad { padding: 0px; } /* newsletter */ #pgall #email_min { height: 55px; text-indent: 10px !important; color: @primary-color; font-size: 16px; -webkit-appearance: none; outline: none; background-color: #f1eee2; &::-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; } } #pgall #button_email_min { border: none; height: 55px; -webkit-appearance: none; background: none; background-color: @primary-color-hover; color:@primary-color; background-repeat: no-repeat; background-position: center; background-image: url("/source/sf-newsletter.png"); width: 100%; &:hover { background-color:@primary-color; color:@primary-color-hover; } } #wrapper_email_min { margin: 0 auto; margin-left: 0; max-width: 470px; width: 100%; margin-top: 50px; @media (max-width: @screen-sm-max) { margin-left: auto; } .field_email_min { width: 72%; } .field_button_min { width: 28%; } .link_email { font-size: 13px; color: #fff !important; } .newsletter_min_cont_privacy { margin-top: 10px; color: #333 !important; a { color: #333 !important; } } } #testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited { color: #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: 37px; height: 40px; position: relative; margin: 0px auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; span { display: block; position: absolute; height: 3px; width: 100%; background: #fff; border-radius: 0px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; &:nth-of-type(1) { top: 12px; } &:nth-of-type(2), &:nth-of-type(3) { top: 24px; } &:nth-of-type(4) { top: 36px; } } } .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, #menu_3196 ul.level2.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; } #menu_3196 { text-align:center; line-height:0; ul#root_3196.level1 { margin:0 auto; display:inline-block; padding:0; line-height:1.3; @media (min-width: @screen-md-min) { line-height: 1.3; /* display:flex; display: -ms-flexbox; display: -webkit-flex; */ width: auto !important; float: none !important; text-align: right; } li { @media (min-width: @screen-md-min) { /*flex: 1 1 100%; -webkit-flex: 1 1 100%; -ms-flex: 1 1 100%;*/ text-align:center; float: left; display: inline-block; &.voce_menu_37289 { display:none; } } @media (max-width: @screen-sm-max) { width: 100%; } &.submenu > a{ position:relative; } &.submenu > a:before{ content:''; height:4px; width:10px; background-image:url(/source/freccia-menu.png); background-repeat:no-repeat; background-position:50% 50%; position:absolute; left:0; right:0; bottom:5px; margin:auto; @media (max-width: @screen-sm-max) { transform: rotate(-90deg); left: auto; right: 15px; bottom: 5px; top: 5px; } } &.sfHover > a, &.cmsCurrentPageContainerLevel_1 > a, a:hover, a.cmsCurrentPage { background-color: @primary-color; // color: #eee; @media (max-width: @screen-sm-max) { background-color: #fff; color: @primary-color; } } &:last-child { position: relative; ul#level2 { right: 0; } } a { transition: all .4s ease; position: relative; z-index: 5; font-size: 14px; color: @color-menu; font-weight:bold; padding: 15px 6px; text-transform: uppercase; @media (max-width: @screen-md-max) { font-size:12px; padding:15px 5px; } &.sf-with-ul { @media (max-width: @screen-sm-max) { } } &.voce_menu_37288 { background-color: @primary-color-hover; color: @primary-color; &:hover { background-color: @primary-color; color: #fff; } } } ul.level2 { position: absolute; z-index: 999; margin: 0px; padding: 0; background-color: @primary-color; padding: 5px 0; @media (max-width: @screen-sm-max) { top: 0; padding: 0; width: 100%; } li { position: relative; z-index: 9999; line-height: normal; display: block; text-align: center; margin: 0; float: none; &:last-child { a { border: none; } } @media (max-width: @screen-sm-max) { width: 100%; margin: 0px; border: none; padding: 0; text-align: left; } &:hover, &.sfHover, a:hover, a:active, a:focus { outline: 0 !important; } a { color: #fff; width: 100%; padding: 10px 10px; margin: 0px; width: 170px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); &.cmsCurrentPage, &:hover { background-color: @primary-color-hover; } @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { padding:10px 6px; } @media (max-width: @screen-sm-max) { padding: 10px 25px; color: #fff; 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 25px; background-color: #fff; color:@primary-color-hover; img { margin-top: -2px; } } } } &:last-child { border: none; } } } } } @media (max-width:@screen-sm-max) { text-align:left; ul#root_3196.level1 { width:100%; li { a { display:block; padding:10px !Important; font-size: 16px; padding:0; } } } } } .vedi-menu, .level2 { @media (max-width: @screen-sm-max) { display: block !important; visibility: visible !important; width: 60%; padding: 0; margin-top: 0px !important; background-color: @primary-color-hover; z-index: 9999; -webkit-backface-visibility: hidden; top: 130px; 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-duration: 1s; left: 0; overflow-y: auto; opacity: 0; } @media (max-width: @screen-xs-max) { width: 100%; } } .barra-desktop { .row-top { -webkit-transition: all .4s ease; transition: all .4s ease; .logo-top { position:relative; left:0; bottom:0; .logo-top-int { display:inline-block; background-color:#fff; padding:0 10px 10px; position:absolute; -webkit-transition: all .4s ease; transition: all .4s ease; left:0; top:0; right:0; margin:0 auto; width:auto; } } } .social-barra{ display:none; } &.trasforma-menu { .row-top { .padding-barra { display:none; } .logo-top { position: absolute; //display:none; .logo-top-int { position: absolute; left: 0; width: 100%; max-width: 350px; text-align: left; padding:0; margin-left: inherit; transition: all .3s ease; transform: scale(.5); bottom: -8px; top: auto; } @media (max-width:1460px) { display:none; } } } .social-barra{ padding: 20px 0; display: inline-block; margin: auto; } @media (max-width:1460px) { .voce_menu_37289 { display:block !important; } } #menu_3196 ul#root_3196.level1 li a { font-size:13px; @media (max-width:@screen-md-max) { font-size:11px; } } #contenuto_480145 { padding:10px 0; } } } .menu-fix { #menu_3196 { ul#root_3196.level1 { li { &.sfHover > a, &.cmsCurrentPageContainerLevel_1 > a, a:hover, a.cmsCurrentPage { } 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 { margin: 0 auto; left: 0; top: 0; right: 0; z-index: 999; position: fixed; border-bottom: 5px solid @primary-color-hover; } .barra-mobile { width: 100%; left: 0px; top: 0px; right: 0; z-index: 800; position: fixed; } /*mesi*/ .li_mesi, .li_contenuti { color: #333 !important; } /* gallery photoswipe */ .bo_gallery_photoswipe figure { text-align: center; position: relative; cursor: pointer; width: 20%; @media (max-width: @screen-sm-max) { width: 33.3333333%; } @media (max-width: @screen-xs-max) { width: 50%; } img { max-width: 100%; padding: 5px; } } /* ********** stile lingue ***************** */ .tendina-lingue { color: #333; font-size: 13px; cursor: pointer; padding: 0px 5px; line-height: normal; text-align: center; @media (max-width: @screen-sm-max) { border: none; line-height: 40px; padding-top: 0; color: #fff; font-weight: bold; } img { margin: 0 4px; margin-top: -3px; } #select_lingue { display: none; line-height: 16px; font-size: 15px; width: 100%; margin: 0 auto; top: 45px; width: 100%; max-width: 100%; right: 0; z-index: 9; position: absolute; left: 0; @media (max-width: @screen-sm-max) { top: 40px; } .item_lingue { text-align: center; a { padding: 5px; background-color: @primary-color; color: #fff; display: block; text-transform: uppercase; &:hover { background-color: @primary-color-hover; @media (max-width: @screen-sm-max) { background-color: @primary-color; } } @media (max-width: @screen-sm-max) { background-color: @primary-color-hover; } } } } } /* css elenco offerte */ /*.elenco-offerte { margin-top: 30px; @media (max-width: @screen-xs-max) { text-align: center; } .blk-offerte { margin-bottom: 25px; background-color: #fff; color: #333; font-size: 17px; @media (max-width: @screen-sm-max) { padding-top: 15px; } @media (max-width: @screen-xs-max) { padding-top: 0px; } .cont { padding: 0 25px; @media (max-width: @screen-sm-max) { padding: 15px 20px; } @media (max-width: @screen-xs-max) { padding: 15px; } .prezzo { line-height: 25px; font-size: 23px; color: @primary-color-hover; display: block; } h3 { line-height: 25px; font-size: 23px; padding-bottom: 20px; min-height: 50px; @media (max-width: @screen-md-max) { font-size: 21px; line-height: 23px; } @media (max-width: @screen-xs-max) { min-height: 1px; text-align: center; } a { color: @primary-color; &:hover { color: @primary-color-hover; } } } .img-off { .cornice { display: block; border: 1px solid @primary-color; position: absolute; top: 15px; bottom: 15px; left: 15px; right: 15px; margin: auto; z-index: 2; pointer-events: none; max-width: 500px; } } .sottotitolo { margin-bottom: 35px; @media (max-width: @screen-md-max) { margin-bottom: 20px; } } .pulsante { max-width: 140px; margin-top: 10px; @media (max-width: @screen-xs-max) { margin-top: 20px; margin-left: auto; float: none !important; } &:before { background-color: @primary-color-hover; } } } } } */ /* css dettaglio offerte/eventi */ .dett_offerte { max-width: 1430px; margin: 0 auto; h1 { line-height: 35px; font-size: 33px; padding-bottom: 10px; @media (max-width: @screen-md-max) { font-size: 29px; line-height: 31px; } @media (max-width: @screen-xs-max) { line-height: 22px; font-size: 24px; text-align: left; } } .sottotitolo { line-height: 25px; font-weight: bold; font-size: 24px; 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; } .dett_offerte .social_bar { margin-top: 20px; } } /* 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: 15px; width: 40px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -7px; padding: 0; border: none; outline: none; background-repeat: no-repeat; background-position: center; &: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-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } } /*.slick-prev { background-image: url("/source/arr-prev.png"); left: 0; &:before { content: ""; } } .slick-next { right: 0; background-image: url("/source/arr-next.png"); &:before { content: ""; } }*/ /* Dots */ /* 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: #ccc; display: block; height: 13px !important; width: 13px !important; border-radius:50%; padding: 0; outline: none; line-height: 0; font-size: 0; color: transparent; cursor: pointer; &:hover, &:focus { outline: none; background-color: #04143a; } &:after, &:before { display: none; } } &.slick-active button { outline: none; background-color: #04143a; } &: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 */ #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: 0.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; } } } .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; } } .social a:link, .social a:visited, .social a:active { color:#fff !important; } .social a:hover { color:#eee !important; } .svg-inline--fa { width: 50px; display: inline-block; font-size: inherit; height: 35px !important; overflow: visible; } .padding-barra { padding-top:20px; } #blk_75048 { &:after, &:before { display:none !important; } } .cont-commento { text-align:right; color:#fff; h4 { font-size:25px; padding-bottom:10px; } .testo-commento { font-style:italic; padding-bottom:10px; } img { } .footer-commento { padding-top:10px; font-size:12px; } @media (max-width: @screen-xs-max) { text-align:center; } } /*.elenco-offerte { display:inline-block; } */ .offerte-scorrevoli, .elenco-offerte { .scheda { z-index: 2; display: inline-block; overflow: hidden; -webkit-transition: all .6s ease; transition: all .6s ease; border: 10px solid #FFCA00; margin: 0px 10px; position:relative; a { &:link, &:visited, &:active { -webkit-transition: all .4s ease; transition: all .4s ease; color: @primary-color; font-weight: bolder; text-decoration: none !important; .title { color: #444 !important; } .plus { color: @primary-color !important; } } } .img { position: relative; z-index: 0; top: 0; left: 0; overflow: hidden; width: 100%; -webkit-transition: all .6s ease; transition: all .6s ease; img { max-width:100%; position: relative; vertical-align: top; -webkit-transition: all 1s ease; transition: all 1s ease; } } .inner { font-size: 16px; line-height: 1.1; position: absolute; z-index: 2; bottom: 0; left: 0; width: ~"calc(100% - 20px)"; margin: 10px; padding: 10px; text-align: left; background-color: rgba(255, 255, 255, .8); font-weight:300; .title { padding: 10px; } .plus { font-size: 13px; font-weight: bold; text-align: center; position: relative; padding: 30px 15px; background: @primary-color-hover; -webkit-transition: all .3s ease; transition: all .3s ease; color:#fff; &:after { content: url('/source/triangle.png'); position: absolute; right: 4px; bottom: 2px; } } @media (max-width:@screen-xs-max) { position:relative; } } &:before { position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; content: ''; -webkit-transition: all .4s ease; transition: all .4s ease; -webkit-transition-delay: .2s; transition-delay: .2s; -webkit-transform: scale(1.5, 1.5); transform: scale(1.5, 1.5); opacity: 0; background-color: #5497e0; } &:after { position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; content: ''; -webkit-transition: all .6s ease; transition: all .6s ease; -webkit-transform: scale(1.5, 1.5); transform: scale(1.5, 1.5); opacity: 0; background-color: #5497e0; } &:hover { -webkit-transition: all .3s ease; transition: all .3s ease; background-color: #fff; /*&:before { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; } &:after { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }*/ img { -webkit-transition: all .3s ease; transition: all .3s ease; -webkit-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); } } } .slick-next { position: absolute; top: 0; right: 30px; width: 30%; height: 100%; cursor: pointer; transition: all .2s ease-out; opacity: 0; background-image: url('/source/right.png'); background-repeat: no-repeat; background-position: right center; &:hover { right: 50px; opacity: 1; } } .slick-prev { position: absolute; z-index: 2; top: 0; left: 30px; width: 30%; height: 100%; cursor: pointer; transition: all .2s ease-out; opacity: 0; background-image: url('/source/left.png'); background-repeat: no-repeat; background-position: left center; &:hover { left: 50px; opacity: 1; } } } .elenco-offerte .scheda{ @media (min-width:@screen-lg-min) { min-height: 340px; margin: 15px 4%; float: left; width: 25%; } @media (max-width:@screen-md-max) { min-height: 340px; margin: 15px 1%; float: left; width: 48%; } @media (max-width:@screen-xs-max) { margin: 15px 1%; float: left; width: 98%; } } .slider-top-pagine { .slick-next { position: absolute; top: 0; right: 30px; width: 30%; height: 100%; cursor: pointer; transition: all .2s ease-out; opacity: 0; background-image: url('/source/right.png'); background-repeat: no-repeat; background-position: right center; &:hover { right: 50px; opacity: 1; } } .slick-prev { position: absolute; z-index: 2; top: 0; left: 30px; width: 30%; height: 100%; cursor: pointer; transition: all .2s ease-out; opacity: 0; background-image: url('/source/left.png'); background-repeat: no-repeat; background-position: left center; &:hover { left: 50px; opacity: 1; } } .item-slider { width:100%; height: 600px !important; background-size:cover; background-position:center!important; border-bottom:5px solid @primary-color-hover; @media (max-width:@screen-sm-max) { height:450px !important; } @media (max-width:@screen-xs-max) { height:280px !important; } } } .flex-4 { @media (min-width:@screen-sm-min) { display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -webkit-justify-content:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:stretch; -webkit-align-items:stretch; -ms-flex-align:stretch; align-items:stretch; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } } .box4 { padding:60px; -webkit-box-flex:1; -webkit-flex:1 1 25%; -ms-flex:1 1 25%; flex:1 1 25%; @media (min-width:@screen-lg-min) and (max-width:1430px){ padding:40px 20px; } @media (max-width:@screen-md-max) { -webkit-box-flex:1; -webkit-flex:1 1 50%; -ms-flex:1 1 50%; flex:1 1 50%; padding:30px 15px; } @media (max-width:@screen-xs-max) { padding:20px 15px; } h1{ font-size:45px; @media (max-width:@screen-sm-max) { font-size:40px; } @media (max-width:@screen-sm-max) { font-size:35px; } @media (max-width:@screen-sm-max) { font-size:25px; } } h2{ font-size:38px; @media (max-width:@screen-sm-max) { font-size:33px; } @media (max-width:@screen-sm-max) { font-size:28px; } @media (max-width:@screen-sm-max) { font-size:21px; } } } .box4new { padding:90px; -webkit-box-flex:1; -webkit-flex:1 1 25%; -ms-flex:1 1 25%; flex:1 1 50%; @media (min-width:@screen-lg-min) and (max-width:1430px){ padding:40px 20px; } @media (max-width:@screen-md-max) { -webkit-box-flex:1; -webkit-flex:1 1 50%; -ms-flex:1 1 50%; flex:1 1 50%; padding:30px 15px; } @media (max-width:@screen-xs-max) { padding:20px 15px; } h1{ font-size:45px; @media (max-width:@screen-sm-max) { font-size:40px; } @media (max-width:@screen-sm-max) { font-size:35px; } @media (max-width:@screen-sm-max) { font-size:25px; } } h2{ font-size:38px; @media (max-width:@screen-sm-max) { font-size:33px; } @media (max-width:@screen-sm-max) { font-size:28px; } @media (max-width:@screen-sm-max) { font-size:21px; } } } .box-bordo{ padding:0 60px; border-right:1px solid #f0f0f0; @media (max-width:@screen-md-max) { border:none; } @media (max-width:@screen-xs-max) { padding:10px 20px; } } .immagine-box4 { background-size:cover; background-position: center; background-repeat:no-repeat; position:relative; -webkit-box-flex:1; -webkit-flex:1 1 25%; -ms-flex:1 1 25%; flex:1 1 25%; @media (max-width:@screen-md-max) { -webkit-box-flex:1; -webkit-flex:1 1 50%; -ms-flex:1 1 50%; flex:1 1 50%; min-height:265px; } @media (max-width:@screen-xs-max) { height:350px; } .sfondo{ background-size:cover; background-position: center; background-repeat:no-repeat; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; z-index: 1; } .no-img { img{ display:none !important; } } } .immagine-box4new { background-size:cover; background-position: center; background-repeat:no-repeat; position:relative; -webkit-box-flex:1; -webkit-flex:1 1 25%; -ms-flex:1 1 25%; flex:1 1 50%; @media (max-width:@screen-md-max) { -webkit-box-flex:1; -webkit-flex:1 1 50%; -ms-flex:1 1 50%; flex:1 1 50%; min-height:265px; } @media (max-width:@screen-xs-max) { height:350px; } .sfondo{ background-size:cover; background-position: center; background-repeat:no-repeat; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; z-index: 1; } .no-img { img{ display:none !important; } } } #bol { position: absolute; width: 100%; height: 5px; background-color: @primary-color-hover; z-index: 6; bottom: 0px; -webkit-transition: all .3s ease; transform: translateX(-50%); left: 50%; .bol-c { position: relative; width: 900px; left: 50%; margin-left: -450px; background: @primary-color-hover; border-top: 5px solid #fff; top: -83px; .titolo { position: absolute; font-family: @corsivo-2; font-size: 48px; letter-spacing: -2px; line-height: .8; top: -40px; color: @primary-color; left: 320px; font-weight: 900; text-shadow: 2px 2px 0px #fff; } .form-bol { padding: 8px 10px 0px; .input-wrapper, .input-wrapper.sel { position: relative; float: left; width: ~"calc(20% - 20px)"; margin: 0px 10px; } .label { position: relative; font-size: 12px; color: @primary-color; text-align: center; font-weight: 900; top: 2px; } .input-wrapper input, .input-wrapper.sel select { font-size: 15px; width: 100%; margin: 5px 0; transition: all .4s ease; font-weight: 900; padding: 10px 25px; cursor: pointer; background: @primary-color-hover; border: 1px dotted rgba(255, 255, 255, .7); color: @primary-color; text-align: center; line-height: normal; } .input-wrapper.pulsante input { background-color: transparent !important; color: @primary-color; font-weight: 900; cursor: pointer; padding: 6px 30px; border: none; text-align: center; line-height: normal; font-size: 15px; } .input-wrapper.sel { width: ~"calc(10% - 20px)"; } .input-wrapper.pulsante { padding: 0; margin: 26px 10px 0px; cursor: pointer; width: ~"calc(30% - 20px)"; border:1px dotted rgba(255, 255, 255, .7); &:hover { background-color: @primary-color !important; } } .input-wrapper.pulsante input { background-color: transparent !important; color: @primary-color; font-weight: 900; cursor: pointer; padding: 6px 30px; border: none; &:hover { color: @primary-color-hover !important; } } } } } .frecce:hover { opacity:1 !important; } @keyframes pulsatilla { 0% { opacity: .5; } 100% { opacity: 1; } } @-webkit-keyframes pulsatilla { 0% { opacity: .5; } 100% { opacity: 1; } } @keyframes gopuls { 0% { opacity: 0; } 70% { opacity: 1; } 100% { opacity: 1; } } @-webkit-keyframes gopuls { 0% { opacity: 0; } 70% { opacity: 1; } 100% { opacity: 1; } } /****************** BOLLI HOME ******************/ .ih-item { position: relative; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; } .servizi h3 { font-size: 28px; } .ih-item a { &:link, &:visited, &:active, &:hover { cursor:default; text-decoration:none; } } .ih-item, .ih-item * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .ih-item a { color: #333; } .ih-item a:hover { text-decoration: none; } .ih-item img { width: 100%; height: 100%; } .ih-item.circle { position: relative; width: 180px; height: 180px; border-radius: 50%; margin: auto; } .ih-item.circle .img { position: relative; width: 180px; height: 180px; border-radius: 50%; } .ih-item.circle .img:before { position: absolute; display: block; content: ''; width: 100%; height: 100%; border-radius: 50%; box-shadow: inset 0 0 0 8px #ffca00, 0 1px 2px #ffca00; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; } .ih-item.circle .img img { border-radius: 50%; } .ih-item.circle .img2 { position: relative; width: 180px; height: 180px; border-radius: 50%; } .ih-item.circle .img2:before { position: absolute; display: block; content: ''; width: 100%; height: 100%; border-radius: 50%; box-shadow: inset 0 0 0 8px #ffca00, 0 1px 2px #ffca00; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; } .ih-item.circle .img2 img { border-radius: 50%; } .ih-item.circle .info { position: absolute; top: 0; bottom: 0; left: 0; right: 0; text-align: center; border-radius: 50%; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .ih-item.circle.effect3 .img { z-index: 11; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; } .ih-item.circle.effect3 .img2 { z-index: 13; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; } .ih-item.circle.effect3.colored .info { background: #1a4a72; } /***********immagini**********/ .ih-item.circle.effect3 .info { opacity: 0; pointer-events: none; box-shadow: inset 0 0 0 8px #5497e0, 0 1px 2px #5497e0; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; } .ih-item.circle.effect3.bottom_to_top .info { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); z-index: 10; } .ih-item.circle.effect3.bottom_to_top:hover .img { -webkit-transform: scale(0.5) translateY(-100%); -moz-transform: scale(0.5) translateY(-100%); -ms-transform: scale(0.5) translateY(-100%); -o-transform: scale(0.5) translateY(-100%); transform: scale(0.5) translateY(-100%); } .ih-item.circle.effect3.bottom_to_top:hover .img2 { -webkit-transform: scale(0.5) translateY(-100%); -moz-transform: scale(0.5) translateY(-100%); -ms-transform: scale(0.5) translateY(-100%); -o-transform: scale(0.5) translateY(-100%); transform: scale(0.5) translateY(-100%); } .ih-item.circle.effect3.bottom_to_top:hover .info { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } /*************** SERVIZI *********************/ .servizi { position: relative; clear: both; padding: 0px 100px 50px; } .text { position: relative; width: 100%; padding: 25px; text-align: center; } .icon { position: absolute; width: 120px; height: 120px; right: -50px; bottom: -20px; overflow: hidden; z-index: 14; @media (min-width:@screen-lg-min) { right: -32px; } } @media (max-width: 1400px) { .servizi { padding: 0px 25px 25px; } } @media (max-width: 768px) { .servizi { padding: 15px; } .text { padding: 15px } } /****************** BOLLI HOME ******************/ .legend-app { position:absolute; left:0; top:0; bottom:0; height:100%; width:45%; background-color:rgba(255, 255, 255, .8); padding: 100px 60px; z-index:10; h3 { font-size:36px; letter-spacing:-2px; margin-bottom:25px; } .link-legend { font-size: 16px; font-weight: bold; color: #999; margin: 8px 30px; display:block; -webkit-transition: all .3s ease; transition: all .3s ease; @media (max-width:@screen-md-max) { font-size:12px; } &.active, &:hover { font-size: 20px; color: rgb(68, 68, 68); opacity: 1; text-decoration:none; @media (max-width:@screen-md-max) { font-size:14px; } &:before { content: url('/source/arrow.png'); position: absolute; left: 60px; margin-top: -8px; -webkit-transition: all .3s ease; transition: all .3s ease; } } } @media (max-width:@screen-sm-max) { position:relative; width:100%; padding:25px; bottom:auto; left:auto; top:auto; height:auto; .link-legend { &.active, &:hover { font-size: 20px; color: rgb(68, 68, 68); opacity: 1; text-decoration:none; &:before { left: 25px; } } } } } .slider-app { .item-slider-app { .pulsante { display:block; position:absolute; right:20px; bottom:20px; width:auto; max-width:100%; @media (max-width:@screen-xs-max) { width: 100%; max-width: 100%; right: 0; left: 0; bottom: -52px; margin: 0 auto; } } @media (max-width:@screen-xs-max) { margin-bottom:52px; } } } #navigation, .navigation { display: none; } .mb-logo { font-size: 18px; position: relative; float: right; text-align: right; text-transform: uppercase; background-color:@primary-color; padding:14px 7px; z-index:1001; } a.mb-logo { color: #fff; } @media (max-width:@screen-sm-max) { .mb-logo { font-size: 15px } #navigation { font-size: 30px; position: fixed; z-index: 80; right: 10px; bottom: 10px; display: block; width: 65px; height: 65px; cursor: pointer; color: #fff; border-radius: 50%; background-color: #f44336; -webkit-box-shadow: 3px 1px 5px #333; box-shadow: 3px 1px 5px #333 } #navigation .ringbell { position: absolute; top: 50%; left: 50%; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; -webkit-transform: translate(-50%, -55%); -ms-transform: translate(-50%, -55%); transform: translate(-50%, -55%); opacity: 1 } #navigation svg.fa-times { position: absolute; top: 50%; left: 50%; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; -webkit-transform: translate(-50%, -50%) scale(.1, .1); -ms-transform: translate(-50%, -50%) scale(.1, .1); transform: translate(-50%, -50%) scale(.1, .1); opacity: 0 } #navigation.clicked .ringbell { -webkit-transform: translate(-50%, -55%) scale(.1, .1); -ms-transform: translate(-50%, -55%) scale(.1, .1); transform: translate(-50%, -55%) scale(.1, .1); opacity: 0 } #navigation.clicked i.fa-times { -webkit-transition-delay: .3s; -o-transition-delay: .3s; transition-delay: .3s; -webkit-transform: translate(-50%, -50%) scale(1, 1); -ms-transform: translate(-50%, -50%) scale(1, 1); transform: translate(-50%, -50%) scale(1, 1); opacity: 1 } ul.navigation { position: fixed; z-index: 81; right: 12px; bottom: 80px; display: block; overflow: hidden; width: 100%; max-height: 0; padding: 0; padding-right: 5px; list-style: none; z-index:1001; } ul.navigation li { font-size: 21px; position: relative; float: right; clear: both; width: 50px; height: 50px; margin: 4px auto; -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; opacity: 0; color: #fff; border-radius: 50%; background: #000; -webkit-box-shadow: 3px 1px 5px #333; box-shadow: 3px 1px 5px #333 } ul.navigation li svg { position: absolute; color:#FFFFFF; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } ul.navigation li label { width:auto; max-width:175px; display:block; font-size: 15px; position: absolute; z-index: -1; top: 50%; right: 60px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 6px 12px; -webkit-transition: all .8s ease; -o-transition: all .8s ease; transition: all .8s ease; -webkit-transition-delay: 0s !important; -o-transition-delay: 0s !important; transition-delay: 0s !important; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); white-space: nowrap; color: #fff; border-radius: 3px; -webkit-box-shadow: 3px 1px 5px #333; box-shadow: 3px 1px 5px #333; @media (max-width:@screen-xs-max) { font-size:12px; } } ul.navigation li.navihome, ul.navigation li.navihome label { -webkit-transition-delay: .6s; -o-transition-delay: .6s; transition-delay: .6s; background: #ba68c8 } ul.navigation li.navimaps, ul.navigation li.navimaps label { -webkit-transition-delay: .5s; -o-transition-delay: .5s; transition-delay: .5s; background: #009688 } ul.navigation li.navimail, ul.navigation li.navimail label { -webkit-transition-delay: .4s; -o-transition-delay: .4s; transition-delay: .4s; background: #00bcd4 } ul.navigation li.navitel, ul.navigation li.navitel label { -webkit-transition-delay: .3s; -o-transition-delay: .3s; transition-delay: .3s; background: #3f51b5 } ul.navigation li.navibook, ul.navigation li.navibook label { -webkit-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; background: #e91e63 } } .layout_strutture{ margin-top:25px; .ih-item{ width:33%; float:left; @media (max-width:@screen-md-max) { width:25%; } @media (max-width:@screen-sm-max) { margin:5px auto; width:33%; } @media (max-width:@screen-xs-max) { width:100%; } a{ cursor:pointer !important; } .img{ display:block; margin:auto; @media (max-width:@screen-sm-max) { } } .info.img{ .txt{ position: absolute; left: 0; right: 0; top: 75px; margin: auto; z-index: 999; font-weight: bold; font-size: 20px; } } } } .banner_evidenza{ display:none; background: #ffca00; border-top: 5px solid #fff; padding: 0px 10px; text-align: center; position: relative; top: -55px; font-weight: bold; line-height: 50px; a{ color: #5a4741; font-family:@corsivo; font-size: 30px; text-decoration: none; } @media (max-width:@screen-sm-max) { line-height:30px; top:-35px; a{ font-size:20px; } } } html[lang="it"]{ .banner_evidenza{ display:block; } } .voce_menu_37288 { display:none !important; } .cont-commenti { background-image:url(/source/sf-rec.png); padding: 15px; } .mrprenoForm{ label{ @media (max-width: @screen-xs-max) { white-space: initial !important; } } } #countdown{ .numero{ float:left; margin:10px; position:relative; height:120px; width:120px; border-radius:50%; line-height:120px; text-align:center; font-size:32px; font-weight:bold; &:before{ position: absolute; display: block; content: ""; width: 100%; height: 100%; border-radius: 50%; box-shadow: inset 0 0 0 8px #ffca00, 0 1px 2px #ffca00; -webkit-transition: all .35s ease-in-out; -moz-transition: all .35s ease-in-out; } } } //TASTO WHATSAPP .popup-contatti{ background-color:#2aa41d; padding:5px; display:block; position:fixed; bottom:60px; left:10px; z-index:100; text-align:right; border-radius:20px; box-shadow: 0 .9rem 1rem rgba(0,0,0,.30) !important; @media (max-width: @screen-sm-max){ display:block; bottom: 10px; } a{ color:#fff; padding-left: 5px; text-decoration:none; } } .cnt_newsletter{ background-color:#fff; height:100%; @media (max-width: @screen-sm-max) { height:auto; padding-top:40px; padding-bottom:40px; } @media (max-width: @screen-xs-max) { height:auto; padding-top:30px; padding-bottom:30px; } } .pad-left { padding-left:4%; @media (max-width: @screen-sm-max) { padding-left:15px; } @media (max-width: @screen-xs-max) { padding-left:10px; } } .pad-right { padding-right:4%; @media (max-width: @screen-sm-max) { padding-right:15px; } @media (max-width: @screen-xs-max) { padding-right:10px; } }