// 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"; @import "shop/minishop"; @body-bg: #fff; @link-color: #444444; @text-color: #444444; @font-family-sans-serif: "Roboto", sans-serif; @font-size-base: 16px; @primary-color: #57462b; @primary-color-hover: #8f2e30; @primary: @primary-color; @primary-hover: @primary-color-hover; @background-input: #f8f1df; @color-form: #444444; @corsivo: "Playfair Display", serif; @beige: #f8f1df; @marrone: #60442b; @color-titolo: #785a51; body { margin: 0; padding: 0; } html { overflow-x: hidden; } a, a:hover, a:focus { text-decoration: none; } .colore-uno { color: @primary; } .colore-due { color: @primary-hover; } .colore-titolo { color: @color-titolo; } .beige { color: @beige; } .corsivo { font-family: @corsivo; } .light { font-weight: 300; } .regular { font-weight: 400; } .medium { font-weight: 500; } .semi { font-weight: 600; } .bold { font-weight: 700; } .extra { font-weight: 800; } .black { font-weight: 900; } .italic { font-style: italic; } .white { color: #fff; } .txt-ombra { text-shadow: 1px 1px 1px #000; } .letter-space { letter-spacing: 1px; &.big-space { letter-spacing: 5px; @media (max-width: @screen-sm-max) { letter-spacing: 2px; } } } @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^="icon-"], [class*=" icon-"], .slick-prev:before, .slick-next:before, .imagelightbox-arrow:before, .imagelightbox-arrow-right:before, .imagelightbox-arrow-left:before, .lista-freccia li:before { /* 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-instagram:before { content: "\e900"; } .icon-facebook-app-symbol:before { content: "\e901"; } .icon-youtube:before { content: "\e902"; } .icon-whatsapp:before { content: "\e903"; } .icon-chocolate-bar:before { content: "\e904"; } .icon-youtube-logotype:before { content: "\e905"; } .icon-facebook-logo:before { content: "\e906"; } .icon-instagram1:before { content: "\e907"; } .icon-next:before { content: "\e908"; } .icon-phone-call:before { content: "\e909"; } .icon-mail:before { content: "\e90a"; } .icon-calendar:before { content: "\e90b"; } .icon-gift-box:before { content: "\e90c"; } .icon-key:before { content: "\e90d"; } /* 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; 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: flex; align-items: center; justify-content: center; } } .flex-content { @media (min-width: @screen-md-min) { display: flex; align-items: center; justify-content: center; } &.sm { @media (min-width: @screen-sm-min) { display: flex; align-items: center; justify-content: center; } } &.align-items-start{ align-items:start; } } .flex-centrale { display: flex; align-items: center; justify-content: flex-start; } 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; } } .my-40 { margin-top: 40px; margin-bottom: 40px; } .py-40 { padding-top: 40px; padding-bottom: 40px; } .container, .container-fluid { max-width: 100%; transition: all 600ms ease; } .container-fluid { max-width: 1860px; &:before { display: block; } &.max-fluid { max-width: 100%; } &.min-fluid { max-width: 730px; } } .divisore { padding-bottom: 50px; @media (max-width: @screen-xs-max) { padding-bottom: 25px; } } h1, .fake-h1 { font-size: 26px; line-height: 28px; @media (max-width: @screen-sm-max) { font-size: 24px; line-height: 26px; } @media (max-width: @screen-xs-max) { font-size: 22px; line-height: 25px; } &.page { position: relative; &:before { content: url("/source/baffo-titolo.png"); position: absolute; bottom: -30px; left: 0; right: 0; margin: 0 auto; } } } h2, .fake-h2 { font-size: 37px; line-height: 1.2; @media (max-width: @screen-sm-max) { font-size: 32px; } @media (max-width: @screen-xs-max) { font-size: 30px; } &.big { font-size: 45px; @media (max-width: @screen-sm-max) { font-size: 37px; } @media (max-width: @screen-xs-max) { font-size: 33px; } } } h3 { font-size: 26px; line-height: 28px; @media (max-width: @screen-sm-max) { font-size: 24px; line-height: 26px; } @media (max-width: @screen-xs-max) { font-size: 22px; line-height: 25px; } } h4 { font-size: 18px; line-height: 20px; } h5 { font-size: 16px; } .pad-bottom-titolo { padding-bottom: 30px; } .pad-bottom-titoletto { padding-bottom: 15px; } .pad-bottom-txt { padding-bottom: 60px; @media (max-width: @screen-sm-max) { padding-bottom: 25px; } } .testo { padding: 20px 6%; word-wrap: break-word; @media (max-width: @screen-md-max) { padding: 30px 5%; } @media (max-width: @screen-sm-max) { padding: 20px 10px; } h1 { margin-bottom: 30px; } } .padt_100 { padding-top: 100px; } .testo-sx { padding-right: 40px; @media (max-width: @screen-md-max) { padding-right: 25px; } @media (max-width: @screen-sm-max) { padding: 10px 5px; } h4 { padding-bottom: 25px; } } .testo-dx { padding-left: 40px; @media (max-width: @screen-md-max) { padding-right: 25px; } @media (max-width: @screen-sm-max) { padding: 10px 5px; } h4 { padding-bottom: 25px; } } .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; } } .greyscale { -webkit-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: gray; filter: grayscale(100%); transition: 0.3s ease-in-out; &:hover { -webkit-filter: grayscale(0%); -ms-filter: grayscale(0%); filter: grayscale(0%); background-color: #f8f5ef; } } .close { opacity: 1; outline: none; &:hover, &:focus { color: #4a4a4a; opacity: 1; } } .modal { padding: 0 !important; } .modal-open { padding: 0 !important; overflow: auto; } body { padding: 0 !important; } .link-mobi { color: @text-color !important; font-size: 11px; padding-top: 12px; line-height: normal; padding-bottom: 1px; font-weight: 700; height: 100%; display: block; span[class^="icon-"] { margin: 6px auto; display: block; font-size: 21px; } img { margin: 0 auto; margin-bottom: 8px; display: block; max-height: 21px; margin-top: 4px; } a { color: @text-color !important; } } .blk-mobi { width: 20%; float: left; } .result_inscr_newsl_min { color: #fff; } #ContContatti { color: @color-form; input[type="radio"], input[type="checkbox"] { display: inline-block; margin-right: 4px; margin-top: 2px; } .form-group { margin: 3px 0; } .modulo_alt { &:extend(.form-control all); height: 45px; background-repeat: no-repeat; box-shadow: none; padding: 0; font-size: 16px; background-color: @background-input; border: @marrone 1px solid !important; margin: 5px 0; color: @color-form; border-radius: 2px; text-indent: 10px; option { color: @color-form; } &::placeholder { /* Firefox 18- */ color: @color-form; } } .modulo_alt[readonly], .modulo_file { background-image: url("/ATScripts/form/img/attach.png"); background-repeat: no-repeat; background-position: 5px center; cursor: pointer; text-indent: 25px; background-color: @background-input; } .bottone_alt { &:extend(.btn all); .button-variant(#fff; #000; #000); &:extend(.btn-block all); @media (max-width: @screen-sm-max) { float: none; margin: 10px auto; } } .privacy-form { text-align: right; } .privacy-form label { margin: 0; display: inline; } label { display: block; margin: 5px 0; font-size: 16px; color: @color-form; text-transform: uppercase; } .sep { padding-bottom: 10px; } textarea { min-height: 150px; @media (max-width: @screen-md-max) { min-height: 100px; } } .separatore { margin-bottom: 10px; } select.modulo_alt { background-size: 8px; 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-repeat: no-repeat; background-size: 20px; background-position: 98% 50% !important; cursor: pointer; color: @text-color; } #ContContatti input[type="button"].bottone_alt, #pgall .wrapper_form_cont input[type="submit"] { cursor: pointer; color: #fff; background-color: @primary; padding: 0 10px; height: 55px; width: 100%; line-height: 50px; -webkit-appearance: none; float: right; margin: 0; margin-top: 15px; outline: none; font-size: 15px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; max-width: 190px; border-radius: 2px; @media (max-width: @screen-xs-max) { float: none; margin: 15px auto; margin-bottom: 0; } &:hover { color: #fff; background-color: @primary-hover; } } #pgall .wrapper_form_cont .privacy_check div { display: inline-block; } /* FORM my reply */ #myreply_form_offerta { background-color: @background-input; } .form-myreply, #myreply_form_offerta { color: @color-form; padding: 0 10px; } .mr_send_new_request_wrapper { button { max-width: 320px !important; } } .form-myreply .myReplyForm .form-control, #myreply_form_offerta .form-control { font-size: 15px; height: 40px; text-indent: 4px; width: 100%; border: none; background-color: #fff; color: @text-color; -webkit-appearance: none; max-width: 100%; border: 1px solid rgba(204, 204, 204, 0.5); } .form-myreply, #myreply_form_offerta { .modal-dialog { color: @color-form; } } .form-myreply #myreply_form .container-fluid, #myreply_form_offerta .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 { } .form-myreply .myReplyForm .btn-success, #myreply_form_offerta .btn-success { border: none; border-radius: 0; background: @primary; font-weight: 500; 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 { background: @primary-hover; color: #fff; } #myreply_form_offerta { padding: 25px 10px; margin-top: 25px; clear: both; } //less preso dal vecchio file css .flt_left { float: left; } .flt_right { float: right; } .fullWidth img { max-width: 100%; text-align: center; } .rel { position: relative; } .col_5 { width: 20%; float: left; @media (max-width: @screen-md-max) { } @media (max-width: @screen-sm-max) { width: 33.333%; } @media (max-width: @screen-xs-max) { width: 100%; } } .center { margin: 0 auto; } .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clearfix:after, .clearfix:before, .container_12:after, .container_12:before, .container_16:after, .container_16:before { content: "."; display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0; } .clearfix:after { clear: both; } ::selection { background: @primary; color: #fff; } ::-moz-selection { background: @primary; color: #fff; } /* BUTTON */ .cb { display: none; } .transition { transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1); } a:focus, a:active, a:link, img, .slick-slide { outline: none; } /* CSS Animations */ .moveDownTop { opacity: 0; animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; animation-fill-mode: forwards; } .moveUpTop { opacity: 0; animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; animation-fill-mode: forwards; } .moveLeftTop { opacity: 0; animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; animation-fill-mode: forwards; } .moveRightTop { opacity: 0; animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.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); /* IE 10+ */ animation-fill-mode: forwards; transform: scale(1); } @keyframes wpb_ttb { 0% { transform: translate(0, -10%); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } @keyframes wpb_btt { 0% { transform: translate(0, 10%); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } @keyframes wpb_ltr { 0% { transform: translate(-10%, 0); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } @keyframes wpb_rtl { 0% { transform: translate(10%, 0); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } @keyframes wpb_appear { 0% { transform: scale(0.5); opacity: 0.1; } 100% { transform: scale(1); opacity: 1; } } @keyframes bgzoom { from { transform: scale(1, 1); } to { transform: scale(1.02, 1.02); } } @keyframes bgzoom-reverse { from { transform: scale(1.02, 1.02); } to { transform: scale(1, 1); } } .bgzoom { overflow: hidden; } .bgzoom img { animation: bgzoom-reverse 0.3s ease-out; animation-fill-mode: forwards; } .bgzoom:hover img { animation: bgzoom 0.3s ease-out; animation-fill-mode: forwards; } @keyframes opacity { from { opacity: 0; } to { opacity: 1; } } @keyframes bounceArrow { 0% { transform: translateY(0); } 100% { transform: translateY(7px); } } .bounce { animation: bounceArrow 0.55s ease 0s alternate infinite; } /* animazioni blocchi */ .opacity-animation { opacity: 0; animation: opacity 0.8s ease-out 1.5s; animation-fill-mode: forwards; } .moveDown.visible { animation: moveDown 1.2s ease-in-out 0.2s backwards; opacity: 1; } @keyframes moveDown { 0% { transform: translateY(-40px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } .moveUp.visible { animation: moveUp 1.2s ease-in-out 0.2s backwards; opacity: 1; } @keyframes moveUp { 0% { transform: translateY(40px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } .moveRight.visible { animation: moveRight 0.6s ease-in-out 0.2s backwards; opacity: 1; } @keyframes moveRight { 0% { transform: translateX(40px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } .moveLeft.visible { animation: moveLeft 0.6s ease-in-out 0.2s backwards; opacity: 1; } @keyframes moveLeft { 0% { transform: translateX(-40px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } @keyframes roll { 0% { transform: translateX(500px) rotate(360deg); opacity: 0; } 100% { transform: translateX(0px) rotate(0deg); opacity: 1; } } .roll { animation: roll 1s ease-out both, opacity 1s ease-out both; } /* imposatzioni select */ #pgall select { background-repeat: no-repeat; background-position: 97.5% 50%; } /**********************************/ /* elenchi puntati */ .lista-v { list-style: none; padding: 0; li { position: relative; padding: 3px 0 3px 24px; &:before { content: ""; background-color: #a79285; position: absolute; top: 13px; left: 0; width: 4px; height: 4px; border-radius: 50%; } } } /*****************************************/ .pulsante { &:link, &:active, &:visited, &:focus { text-align: center; display: block; line-height: 45px; color: #fff; font-size: 14px; font-weight: 700; background: @primary; width: 100%; max-width: 205px; text-transform: uppercase; margin: 0 auto; padding: 0 5px; position: relative; transition-property: color; transition-duration: 0.5s; transform: perspective(1px) translateZ(0); } &:after { width: 0%; height: 100%; top: 0; left: 0; background: #482b1c; content: ""; position: absolute; z-index: -1; transition: all 0.3s; } &.font-s { font-size: 13px; @media (max-width: @screen-md-max) and (min-width: @screen-md-min) { font-size: 10px; } } &:hover { color: #fff; &:after { width: 100%; } } img, span { margin: 0 3px; font-size: 16px; margin-top: -3px; } &.pulsante-red { background: @primary-hover; color: @beige; &:after { background: #640c00; } &:hover { color: #fff; } } } .no-pad { padding: 0px; } #pgall #email_min { height: 50px; text-indent: 10px !important; border: 1px solid #785b51; color: @text-color; font-size: 15px; -webkit-appearance: none; outline: none; background-color: #fff; &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: @text-color; } &::-moz-placeholder { /* Firefox 19+ */ color: @text-color; } &:-ms-input-placeholder { /* IE 10+ */ color: @text-color; } &:-moz-placeholder { /* Firefox 18- */ color: @text-color; } } #pgall #button_email_min { height: 50px; -webkit-appearance: none; background: none; background-color: @primary; width: 100%; text-transform: uppercase; color: #fff; border-left: none; &:hover { background-color: @primary-hover; color: #fff; } } #wrapper_email_min { margin: 0 auto; max-width: 920px; width: 100%; .field_email_min { width: 69%; } .field_button_min { margin-left: 1%; width: 30%; } .link_email { font-size: 13px; color: @text-color !important; } .newsletter_min_cont_privacy { margin-top: 20px; color: @text-color !important; a { color: @text-color !important; } } } #testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited { color: @text-color !important; } .op_block { cursor: pointer; } .click { width: 40px; height: 25px; position: relative; margin: 0px auto; transform: rotate(0deg); transition: 0.5s ease-in-out; cursor: pointer; span { display: block; position: absolute; height: 2px; width: 100%; background: #640c00; border-radius: 0px; opacity: 1; left: 0; transform: rotate(0deg); transition: 0.25s ease-in-out; &:nth-of-type(1) { top: 6px; } &:nth-of-type(2), &:nth-of-type(3) { top: 15px; } &: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%; } } .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; @media (max-width: @screen-xs-max) { margin-right: 0; margin-bottom: 10px; } } } .commenti { margin: 10px 0; padding: 45px 35px; @media (max-width: @screen-sm-max) { padding: 35px 20px; } @media (max-width: @screen-xs-max) { padding: 20px 15px; } a { display: inline-block; } .dati { font-size: 14px; padding-left: 5px; } .tit-commento { line-height: 30px; padding-top: 6px; } .data { font-size: 14px; color: @primary; @media (max-width: @screen-xs-max) { text-align: left; margin-top: 15px; } } hr { border-top: 1px solid #f1f6fb; margin: 30px 0; } .txt { padding: 20px 0; @media (max-width: @screen-sm-max) { padding: 20px 20px; } } } } .slide-commenti { .cont-commenti { padding: 25px 10px; color: #333; font-size: 18px; @media (max-width: @screen-sm-max) { text-align: center; padding: 25px 5px; } .titolo-commenti, #modalComments.modal-title { font-size: 20px; line-height: 22px; margin-bottom: 20px; font-weight: bold; @media (max-width: @screen-sm-max) { min-height: 55px; } a { color: #333; &:hover { color: @primary; } } } .dettagli { margin-top: 35px; @media (max-width: @screen-sm-max) { text-align: center; } .cont-logo { @media (max-width: @screen-sm-max) { margin-top: 10px; } img { display: inline !important; } } .text-right { @media (max-width: @screen-xs-max) { margin-top: 10px; text-align: center; } } .cliente { color: #37b997; } } } } #modalComments.modal-title { font-size: 22px; line-height: 23px; font-weight: bold; } /* *************************************************** */ /************ MENU SITO *****************/ /************ 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; } .menu-ctn { position: absolute; top: 0; right: 0; background: #fff; padding: 0 20px; @media (max-width: @screen-sm-max) { display: none; } } ul.level1 { @media (min-width: @screen-md-min) { width: auto !important; float: none !important; text-align: left; line-height: 35px; } li { @media (min-width: @screen-lg-min) { padding: 0 10px; } @media (min-width: @screen-md-min) { /*&.button_994eb62d9cba_container { display:none!important; }*/ display: inline-block; } @media (max-width: @screen-md-max) { padding: 0 5px; } @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 { color: #fff; border-bottom: 1px solid #fff; @media (max-width: @screen-sm-max) { border-bottom: none; background: @primary-hover; color: #fff; } } &.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; } } a { position: relative; z-index: 5; font-size: 17px; color: #fff; border-bottom: 1px solid transparent; font-weight: 500; .icon-ico-home { margin-top: -6px; } @media (max-width: @screen-md-max) { font-size: 13px; } @media (min-width: @screen-lg-min) and (max-width: 1480px) { font-size: 14px; } @media (max-width: @screen-sm-max) { width: 100%; padding: 8px 5px; font-size: 19px; background-position: 95% 50%; padding-left: 30px; display: block; width: auto; padding: 8px 10px !important; text-align: left; border-bottom: none; color: @primary-hover; } @media (max-width: @screen-xs-max) { padding: 6px 5px; padding-left: 30px; font-size: 16px; display: block; width: 100%; padding: 6px 10px !important; text-align: left; } } ul.level2.submenu { position: absolute; z-index: 999; margin: 0px; padding: 0; background-color: @primary; min-width: 1px; width: 280px; @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; width: 100%; margin: 0; float: 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: #fff; width: 100%; padding: 10px 5px; width: 280px; margin: 0px; display: block; line-height: normal; border: none; font-weight: normal; text-transform: uppercase; font-size: 14px; &:after { display: none; } &:before { top: 5px; } &.cmsCurrentPage, &:hover { background-color: @primary-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-hover; color: #fff; span { font-size: 20px; } } } } &:last-child { border: none; } } } } } .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: @beige; 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); -webkit-transition: 1s; left: 0; overflow-y: auto; } @media (max-width: @screen-xs-max) { width: 100%; } } .menu-fix { ul.level1 { li { &.sfHover > a, &.cmsCurrentPageContainerLevel_1 > a, a:hover, a.cmsCurrentPage, &:hover > a { //color: @primary; //border-bottom: 1px solid @primary; color: #fff; border-bottom: 1px solid #fff; } a { //color: @primary; color: #fff; @media (min-width: @screen-lg-min) and (max-width: 1480px) { font-size: 13px; } @media (max-width: @screen-md-max) { font-size: 13px; } } ul.level2.submenu { li { a { color: #fff; width: 100%; padding: 10px 5px; width: 280px; margin: 0px; display: block; line-height: normal; border: none; &.cmsCurrentPage, &:hover { background-color: @primary-hover; color: #fff; } } } } } } } .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; } } .slider-commenti { padding: 0 2.5%; .slick-prev { left: 0 !important; } .slick-next { right: 0 !important; } } ul.list_fotogallery { padding: 0; .list_fotogallery_item { float: left; list-style-type: none; width: 16.6%; img { margin: 5px 0px; } a { font-weight: bold; color: #1f9ed8; &:hover { color: #ff6774; } } } } .barra-desktop { display: none; margin: 0 auto; left: 0; top: 0; right: 0; z-index: 999; position: fixed; .svg-border { color: @beige; margin-right: 12px; padding-right: 12px; font-size: 20px; margin-top: -3px; border-right: 1px solid #ccc; } .f-menu{ background-image: url('/source/sf-choco.jpg'); background-position: center top; } } .fixed-footer { @media (min-width: @screen-md-min) { margin: 0 auto; left: 0; bottom: 0; right: 0; z-index: 999; position: fixed; background: #f8be98; } } .prev-mobi { margin: 0 auto; left: 0; bottom: 0; right: 0; z-index: 999; position: fixed; } .fixed-top { margin: 0 auto; left: 0; top: 0; right: 0; z-index: 999; position: fixed; } .barra-mobile { width: 100%; left: 0px; top: 0px; right: 0; z-index: 800; position: fixed; } .barra-mobile-footer { width: 100%; left: 0px; bottom: 0px; right: 0; z-index: 800; position: fixed; } .elenco-offerte { .blk-offerte { padding: 15px; background: @beige; margin: 0 5px; position: relative; } .table-box { background: @beige; } .cont-offerta { font-size: 14px; padding: 20px; @media (max-width: @screen-sm-max) { padding: 25px 10px; } h3 { &.titolo { font-size: 17px; line-height: 18px; margin: 0 auto; padding-bottom: 10px; font-weight: 700; @media (max-width: @screen-sm-max) { min-height: 1px; } a { color: @text-color; &:hover { color: @primary-hover; } } } } .condizioni { padding-top: 20px; margin-top: 40px; border-top: 1px solid #dddddd; @media (max-width: @screen-sm-max) { margin-top: 20px; } .prezzo { color: @primary; font-size: 25px; } } .pulsante { color: #fff; max-width: 45px; margin: 15px 0 auto auto; border: none; text-align: center; @media (max-width: @screen-sm-max) { margin: 20px auto; } } } .img-off { img { transform: none; } } .cont-off { margin-bottom: 25px; position: relative; h3 { padding-right: 45px; } } } .top-margin-mobi { margin-top: 70px; } .li_mesi, .li_contenuti { color: #333 !important; } .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; } } .so_languageLinks { .tendina-lingue { width: 100%; font-size: 14px; line-height: 20px; text-align: center; max-width: 100px; margin: 0 auto; padding: 5px 0; background-position: left; background-repeat: no-repeat; color: #444; text-transform: uppercase; border-left: 1px solid #f3d0a8; @media (max-width: @screen-sm-max) { margin: 10 auto; padding: 10px 0; font-size: 12px; border-left: none; border-top: 1px solid #f3d0a8; } 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: 35px; width: 100%; max-width: 100%; right: 0; z-index: 9; position: absolute; left: 0; @media (max-width: @screen-sm-max) { max-width: 100px; right: auto; } .item_lingue { text-align: center; a { padding: 5px 0; background-color: @primary; color: #fff; display: block; text-transform: lowercase; &:hover { background-color: @primary-hover; } } } } } } .tendina-lingue-fix { .tendina-lingue { color: @text-color; } } .dett_offerte { max-width: 1430px; margin: 0 auto; margin-bottom: 25px; text-align: left; background-color:rgba(248, 241, 223, 0.5); padding:25px; @media (max-width: @screen-xs-max) { padding:25px 5px; } .mrpreno { padding: 25px 15px; } &.sfondo-cacao{ background-position: center right; } h1.titolo { font-size: 30px !important; line-height: 1; padding: 0; font-weight: bold; padding-left: 0; text-align: left !important; color: @primary-color-hover; &:after { display: none; } @media (max-width: @screen-sm-max) { font-size: 26px; } @media (max-width: @screen-xs-max) { font-size: 21px; } } img { @media (max-width: @screen-xs-max) { height: 100%; } } .sottotitolo { line-height: 24px; font-size: 22px; padding: 15px 0; color: @primary; @media (max-width: @screen-sm-max) { line-height: 21px; font-size: 20px; } } .etichetta-prezzo { font-size: 15px; } .pulsante { margin-top: 25px; } .prezzo { margin-top: 25px; line-height: 1.3; padding-bottom: 10px; .price { font-size: 22px; font-weight: bold; display: block; color: @primary-color-hover; } } .social_bar { margin-top: 20px; } .testo-off { @media (max-width: @screen-sm-max) { padding-top: 20px; } } } .no-offer { display: none; text-align: center; } .offer-component { .offer-label { background: @primary!important; color: #fff !important; } .offer-label:after { border-top-color: @primary-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-hover; } } .sottotitolo { margin: 10px 0; } .condizioni { text-transform: uppercase; font-size: 11px; @media (max-width: @screen-xs-max) { margin-top: 10px; } .prezzo, .offerta-prezzo { font-size: 15px; line-height: 17px; } } .ico-sezione { margin-top: 5px; span { font-size: 23px; } } .pulsante { background-color: @primary; font-size: 14px; max-width: 100px; margin-top: 10px; margin-left: 0; line-height: 30px; font-size: 13px; @media (max-width: @screen-md-max) { letter-spacing: 1px; font-size: 12px; } &:before { background-color: @primary-hover; } } .soldout_message { border: 1px solid @primary; background-color: transparent; .message_title { font-weight: normal; } .message_text { color: inherit; } } } } } } /**********************************/ /* dettaglio super offerte */ .offer_detail.offer-component { .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!important; } .period_foot { .btn { font-weight: 500; background-color: @primary-hover; color: #fff !important; transition: all 400ms ease; border-radius: 0 !important; outline: none !important; border: none !important; &:hover { background: @primary!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; margin: 5px 0; .message_title { font-weight: normal; } .message_text { color: inherit; } } .whats_included:after { background: transparent !important; } #bt_require_offer_target { @media (max-width: @screen-xs-max) { margin-top: 30px; } } } } /*******************************************************/ /* SLICK SLIDER */ .slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; margin-bottom: 0; .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; &:focus { outline: none; } &.dragging { cursor: pointer; cursor: hand; } 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: -19px; padding: 0; border: none; outline: none; z-index: 10; width: 38px; height: 38px; &:hover, &:focus { outline: none; } &:hover:before, &:focus:before, &:hover:before, &:focus:before { opacity: 1; } &.slick-disabled:before, &.slick-disabled:before { opacity: 1; } &:before { line-height: 38px; color: @primary; font-size: 15px; border-radius: 50%; text-align: center; width: 38px; height: 38px; border: 1px solid @primary; content: "\e908"; } } .slick-prev { left: -2.5%; &:before { transform: rotate(180deg); } } .slick-next { right: -2.5%; &:before { } } @media (max-width: @screen-sm-max) { .slick-prev { left: -8.5%; } .slick-next { right: -8.5%; } } @media (max-width: @screen-xs-max) { .slick-prev { left: 20px; &:before { background-color: @beige; } } .slick-next { right: 20px; &:before { background-color: @beige; } } } /* Dots */ .slick-dots { position: relative; list-style: none; display: block; text-align: center; padding: 0; width: 100%; z-index: 10; margin-top: 25px; li { position: relative; display: inline-block; height: 10px !important; width: 10px !important; border: 1px solid @marrone; margin: 0 5px; padding: 0; cursor: pointer; border-radius: 50%; button { background-color: transparent; display: block; height: 6px !important; width: 6px !important; padding: 0; outline: none; line-height: 0; font-size: 0; color: transparent; cursor: pointer; border-radius: 50%; margin: 1px auto; border: 0; &:hover, &:focus { outline: none; background-color: @marrone; } &:after, &:before { display: none; } } &.slick-active button { outline: none; background-color: @marrone; } &: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; } .offerte-scorrevoli, .elenco-rasssegna { .bordered { width: 100%; max-width: 470px; margin: 0 auto; padding: 0 5px; .cont-offerta { font-size: 16px; color: #444444; padding: 25px 10px; background: @beige; h3 { &.titolo { font-size: 17px; line-height: 19px; min-height: 60px; margin: 0 auto; margin-bottom: 0px; text-align: left; @media (max-width: @screen-md-max) { font-size: 19px; line-height: 20px; } @media (max-width: @screen-sm-max) { min-height: 1px; } @media (max-width: @screen-xs-max) { font-size: 18px; line-height: 19px; } a { color: @primary; &:hover { color: @primary-hover; } } } } .sottotitolo { margin: 10px auto; min-height: 60px; } } } .condizioni { font-size: 15px; padding: 0; text-align: right; padding: 25px 10px; min-height: 95px; background: @beige; color: @text-color; @media (max-width: @screen-sm-max) { text-align: center; } .svg-offer { position: absolute; left: 20px; font-size: 40px; color: rgba(187, 158, 142, 0.5); } .prezzo { font-size: 20px; font-weight: 600; color: @primary; } } .cont-img { .ico-arrow-offer { position: absolute; top: 0; right: 0; pointer-events: none; } img { transform: none; } } .slick-dots { position: absolute; width: auto; background: #fff; margin: 0; left: 0%; padding-left: 0px; top: auto; bottom: -45px; @media (max-width: @screen-sm-max) { text-align: center; width: 100%; margin: auto; left: 0; right: 0; padding: 0; } } } .elenco-rasssegna { .bordered { margin-bottom: 25px; .titolo { font-size: 25px !important; } } } .offerte-elenco { .boxOff { min-height: 550px; @media (max-width: @screen-xs-max) { min-height: auto; margin-bottom: 50px; } } } #modalComments.modal-title { font-size: 22px; line-height: 23px; font-weight: bold; } #ui-datepicker-div { border: none; background-color: @primary; padding: 20px; color: #fff; font-size: 18px; box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2); z-index: 11 !important; } .ui-datepicker-calendar tbody tr td a.ui-state-hover, .ui-datepicker-calendar .dp-highlight .ui-state-default { background: @primary-hover; } .ui-widget-content { background: @primary !important; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: @primary !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-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-page, .slider-img-home { position: relative; a { display: block; overflow: hidden; } img { display: inline !important; text-align: center; } } .slider-img-room { position: relative; a { display: block; padding: 0; overflow: hidden; } img { display: inline !important; text-align: center; } .slick-dots { display: block; position: absolute; bottom: 15px; text-align: left; left: 10px; @media (max-width: @screen-sm-max) { right: 0; left: 0; text-align: center; } } } .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; transition: all 0.5s; border-radius: 70px; position: relative; &:hover { color: @primary; 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; 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; } 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; 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: #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-hover; padding: 40px 10px; font-size: 48px; line-height: 53px; @media (max-width: @screen-md-max) { padding: 25px 10px; font-size: 38px; line-height: 40px; } } .blocco-due-guida { padding: 40px 10px; padding-left: 25px; font-size: 21px; color: #333; padding-top: 120px; @media (max-width: @screen-md-max) { padding: 25px 10px; } } .blocco-fb { display: block; margin-top: 50px; background-color: #f1eee9; color: #333; padding: 80px 10px; line-height: 47px; font-size: 45px; @media (max-width: @screen-md-max) { margin-top: 30px; padding: 50px 10px; line-height: 37px; font-size: 35px; } @media (max-width: @screen-sm-max) { padding: 40px 10px; margin-top: 25px; margin-bottom: 25px; font-size: 40px; line-height: 42px; } &:hover { color: @primary !important; } } /* GUIDE POPUP */ .modal-guide { .modal-header { border-bottom: 0 none; .close { margin-top: -10px; margin-right: -10px; border-radius: 50%; border: 2px solid #000; width: 30px; height: 30px; line-height: 0px; transition: all 400ms ease; } } .modal-content { background-color: #eee; text-align: left; font-size: 18px; line-height: 25px; } .modal-body { padding: 20px; } .title { font-size: 32px; line-height: 35px; font-weight: bold; } } .fancybox-wrap { overflow: initial !important; } @media (max-width: @screen-sm-max) { .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right { opacity: 1 !important; } } //lista-custom utilizza l'immagine nel before .lista-custom { list-style-type: none; padding: 0px; li { position: relative; padding: 3px 0px 3px 20px; list-style-position: inside; &:before { content: ""; position: absolute; left: 0; top: 10px; margin: auto; height: 5px; width: 5px; border-radius: 50%; background: @primary; } } } .lista-freccia { list-style-type: none; padding: 0px; li { position: relative; padding: 3px 0px 3px 30px; list-style-position: inside; &:before { content: "\e906"; position: absolute; left: 0; top: 2px; margin: auto; height: 5px; width: 20px; font-size: 20px; } } } .elenco-dati { list-style-type: none; padding: 20px 0px; color: #fff; li { position: relative; padding: 8px 0px 8px 20px; list-style-position: inside; span.ico-dati { position: absolute; left: 0; top: 10px; } } a { color: #fff; } } .lista-custom-2 { list-style-type: none; padding: 20px 0px; li { position: relative; padding: 3px 0px 3px 25px; list-style-position: inside; &:before { content: ""; position: absolute; left: 0; top: 4px; margin: auto; height: 15px; width: 15px; border-radius: 50%; background-image: url("/source/ico-lista.png"); } } } .popup-nascosto { .summary, button.btn { display: none; } .modal-header { border: none; .close { margin-top: -15px; font-size: 35px; } } .modal-content { background-color: @primary; 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 { box-shadow: none !important; } .pad-centrale { padding: 65px 0; @media (max-width: @screen-sm-max) { padding: 40px 0; } @media (max-width: @screen-xs-max) { padding: 30px 0; } &.no-top-pad { padding-top: 0 !important; } &.big-pad { padding: 75px 0; @media (max-width: @screen-md-max) { padding: 70px 0; } @media (max-width: @screen-sm-max) { padding: 60px 0; } @media (max-width: @screen-xs-max) { padding: 30px 0; } } .no-bottom { padding-bottom: 0 !important; } &.no-top { padding-top: 0 !important; } } .img-top { position: relative; @media (max-width: @screen-sm-max) { margin-top: 70px; } } .img-top-index { position: relative; overflow: hidden; @media (min-width: @screen-md-min) { height: auto; max-height: ~"calc(100vh - 141px)"; } @media (max-width: @screen-sm-max) { height: auto; margin-top: 70px; } @media (max-width: @screen-xs-max) { max-height: 370px; } .cont-image { &:before { /* content: ""; left: 0; top: 0; height: 100%; width: 100%; position: absolute; background-color: rgba(0, 0, 0, 0.2); z-index: 5; */ } } .slogan { left: 50%; top: 50%; transform: translate(-50%, -50%); position: absolute; text-align: center; z-index: 6; text-shadow: 3px 3px 10px #111111; h1, .fake-s-h1 { // font-family: @corsivo; font-weight: 800; color: #fff; font-size: 55px; line-height: 1.5; } h2, .fake-s-h2 { color: #fff; font-size: 20px; line-height: 1.2; } @media (max-width: @screen-sm-max) { width: 70%; h1 { line-height: 1.1; font-size: 45px; } } @media (max-width: @screen-xs-max) { width: 90%; h1 { font-size: 35px; margin-bottom: 10px; } } } } .img-strutture { height: 180px; text-align: center; position: relative; border-right: 1px solid #fff; img { position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; } &:last-child { border: 0; } } .link-social { display: block; color: @primary; font-size: 16px; margin: 12px 0; .svg-social { height: 34px; width: 34px; color: #fff; background: @primary; text-align: center; font-size: 20px; padding-top: 6px; margin-right: 10px; } 0 &:hover { color: @primary-hover; .svg-social { background: @primary-hover; } } } .sep-line { display: block; margin: 20px auto; } .img-sx-top { @media (min-width: @screen-md-min) { padding-right: 7%; padding-bottom: 110px; position: relative; &:after { content: ""; background: @beige; position: absolute; right: 0; bottom: 0; width: 85%; height: 80%; z-index: -3; } .choco-top { position: absolute; right: 0; top: 23%; z-index: -1; width: 20%; } .choco-bottom { position: absolute; left: 0; bottom: -30px; z-index: -1; width: 39%; } } } .img-dx-bottom { @media (min-width: @screen-md-min) { padding-left: 7%; padding-bottom: 110px; position: relative; &:after { content: ""; background: @beige; position: absolute; left: 0; bottom: 0; width: 85%; height: 80%; z-index: -3; } .choco-top { position: absolute; left: 0; top: 16%; z-index: -1; width: 20%; } .choco-bottom { position: absolute; right: 0; bottom: -30px; z-index: -1; width: 39%; } } } .sfondo-cacao { @media (min-width: @screen-md-min) { background-image: url("/source/sfondo-cacao.png"); background-repeat: no-repeat; background-position: right bottom; } } .block-centrale { background-color: @beige; padding: 60px 8%; text-align: center; @media (max-width: @screen-xs-max) { padding: 30px 20px; text-align: left; } } .testo-affiancato { padding: 50px 4.5%; @media (max-width: @screen-sm-max) { padding: 30px 4.5%; } @media (max-width: @screen-xs-max) { padding: 20px 10px; } } .border-testo { border-top: 1px solid @beige; } .slider-meeting { .so_slide { width: 33.3333333333%; float: left; padding: 0 5px; @media (max-width: @screen-sm-max) { width: 50%; } @media (max-width: @screen-xs-max) { width: 100%; } .slide { margin-bottom: 30px; &.sfondo { background-color: @beige; } .cont-txt { padding: 20px; @media (max-width: @screen-xs-max) { padding: 15px 10px; } .tit { color: @primary; margin-bottom: 0; font-size: 20px; font-family: @corsivo; text-align: center; } .stit { margin-bottom: 20px; font-size: 20px; font-family: @corsivo; text-align: center; } .txt { } } } } } .slider-experience { .so_slide { width: 25%; float: left; padding: 0 5px; @media (max-width: @screen-md-max) { width: 33.3333333333%; } @media (max-width: @screen-sm-max) { width: 50%; } @media (max-width: @screen-xs-max) { width: 100%; } .slide { margin-bottom: 30px; &.sfondo { background-color: @beige; } .cont-txt { padding: 20px; display: flex; flex-direction: column; @media (max-width: @screen-xs-max) { padding: 15px 10px; } .tit { color: @primary; margin-bottom: 20px; font-size: 20px; font-family: @corsivo; text-align: center; } .stit { margin-bottom: 20px; font-size: 20px; font-family: @corsivo; text-align: center; } .pad-testo { padding-bottom: 20px; } .pulsante-underline { display: block; text-align: center; color: @primary; text-decoration: underline; text-underline-offset: 6px; font-size: 14px; } .cont-pulsante { padding: 25px 0 15px; margin-top: auto; .pulsante-scopri { background-color: @primary; color: #fff; display: block; max-width: 230px; line-height: 40px; text-align: center; font-size: 14px; font-weight: 500; margin: 0 auto; } } .txt { } } } } } .lang-en { #button_350c930e7b4b_container { display: none; } .slider-experience { .cont-pulsante { &.menu { display: none; } } } #slide_ca76fabaa2bf_container { display: none; } } .cont-commenti { line-height: 20px; padding: 20px; background-color: @beige; margin-bottom: 20px; .covered { color: @primary-hover; font-size: 18px; margin-left: 10px; } .bold { color: @primary; } } .blocco-camera { position: relative; margin-bottom: 30px; &:after { visibility: visible; opacity: 1; display: block; content: ""; position: absolute; right: 0; background-color: @beige; width: 83.33333333%; height: 100%; bottom: 0; top: 0; z-index: -1; } .slider-camere { .so_image { padding: 0 5px; } .slide { position: relative; padding: 0 5px; &:after { position: absolute; bottom: 0; left: 5px; right: 5px; z-index: 1; top: 0; content: ""; background: linear-gradient( 0deg, rgba(87, 71, 43, 0.4) 0%, rgba(87, 71, 43, 0) 23%, rgba(0, 0, 0, 0) 100% ); } .titolo { position: absolute; bottom: 25px; left: 25px; color: #fff; font-size: 16px; font-weight: bold; text-transform: uppercase; z-index: 2; .ico { font-size: 24px; color: #f2cda6; margin-right: 40px; &:after { content: ""; width: 30px; height: 2px; background-color: #f2cda6; position: absolute; left: 30px; top: 9px; } } } } } @media (max-width: @screen-sm-max) { background-color: @beige; &:after { display: none; } } } .z-pos { z-index: 12; position: relative; } .blocco-social-fixed { display: block; position: fixed; z-index: 11; bottom: 0; left: 0; .link-social-fixed { display: block; color: @primary; font-size: 16px; margin: 10px 0; .svg-social { height: 34px; width: 34px; line-height: 34px; color: #fff; background: @primary; text-align: center; font-size: 20px; } &:hover { color: @primary-hover; .svg-social { background: @primary-hover; } } } } .index-img-larga { position: relative; .choco-bottom { position: absolute; left: 0; bottom: -30px; z-index: -1; width: 39%; } } .cont-btn-scopri { padding: 50px 0 0 0; } .pulsante-scopri { color: @primary; font-size: 17px; img { margin: 0px auto 0; transform: translateZ(0); transition-duration: 0.3s; transition-property: transform; transition-timing-function: ease-out; } &:hover { color: #640c00; img { transform: scale(1.15) translateZ(0); } } } .slider-camere { position: relative; z-index: 2; } .png-camere-1, .png-camere-2 { position: absolute; right: -11%; z-index: 1; } .png-camere-1 { top: -40px; } .png-camere-2 { bottom: 40px; } .slider-servizi { .so_slide { .slide { //margin-bottom: 30px; text-align: center; padding: 0 5px; &.sfondo { background-color: @beige; } .img { display: inline-block !important; position: relative; &:before { content: ""; position: absolute; width: 1px; height: 36px; background-color: @beige; left: 0; right: 0; margin: 0 auto; bottom: -22px; } } .cont-txt { padding: 20px; max-width: 70%; margin: 0 auto; @media (max-width: @screen-xs-max) { padding: 15px 10px; } .tit { color: #785951; margin-bottom: 20px; font-size: 16px; text-transform: uppercase; font-weight: 400; letter-spacing: 2px; } .stit { margin-bottom: 20px; font-size: 20px; font-family: @corsivo; text-align: center; } .pad-testo { padding-bottom: 20px; } .pulsante-underline { display: block; text-align: center; color: @primary; text-decoration: underline; text-underline-offset: 6px; } .cont-pulsante { padding: 25px 0 15px; .pulsante-scopri { background-color: @primary; color: #fff; display: block; max-width: 230px; line-height: 40px; text-align: center; font-size: 14px; font-weight: 500; margin: 0 auto; } } .txt { font-size: 14px; } } } } /* .slick-next, .slick-prev { bottom: auto; top:-60px; left: auto; margin:0; } .slick-next { right: 0; } .slick-prev { right: 55px; }*/ @media (max-width: @screen-xs-max) { margin-top: 50px; .slick-next, .slick-prev { &:before { background-color: transparent; } } .slick-next { right: 50%; margin-right: -45px; } .slick-prev { right: auto; left: 50%; margin-left: -45px; } } } .margin-gal { margin-bottom: 10px; } .block-risto { background-color: @beige; padding: 40px; background-image: url("/source/sf-risto-home.png"); background-repeat: no-repeat; background-position: 80% 80%; @media (min-width: @screen-lg-min) { position: absolute; right: 30px; top: -30px; } @media (max-width: @screen-xs-max) { padding: 20px; } } .imagelightbox-arrow { background: transparent !important; height: 35px !important; width: 35px !important; border: none !important; outline: none !important; &:hover { background: transparent !important; } &:before { height: 21px !important; width: 44px !important; border: none !important; content: ""; display: inline-block; margin-bottom: auto !important; color: #000 !important; font-size: 35px !important; } &.imagelightbox-arrow-right { &:before { content: url("/source/freccia-right.png"); } } &.imagelightbox-arrow-left { &:before { content: url("/source/freccia-left.png"); } } } .slider-freccie { .slick-prev, .slick-next { z-index: 10; &:before { background-color: #fff; } } .slick-prev { left: 35px; } .slick-next { right: 35px; } } .slider-parlano { text-align: center; img { display: inline-block !important; } } .pos-sticky { position: sticky; top: 135px; @media (max-width: @screen-sm-max) { position: initial; top: 0px; } } .pt-sm-2 { @media (max-width: @screen-sm-max) { padding-top: 25px; } } .so_image_lightbox_group { @media (max-width: @screen-sm-max) { pointer-events: none; } } .lastminuteNoForm{ #column_81644a5f635a{ border: none; width: 100%; } #column_5e7fbf870d71{ display:none; } } // video top home .video-top-index { position: relative; overflow: hidden; @media (min-width: @screen-md-min) { height: auto; max-height: ~"calc(100vh - 141px)"; } @media (max-width: @screen-sm-max) { height: auto; max-height: 900px; margin-top: 70px; } @media (max-width: @screen-xs-max) { max-height: 600px; } .slogan-video { // left: 50%; left:0; right:0; top: 50%; // transform: translate(-50%, -50%); position: absolute; text-align: center; z-index: 6; text-shadow: 3px 3px 10px #111111; h1, .fake-s-h1 { // font-family: @corsivo; text-align:center; font-weight: 800; color: #fff; font-size: 55px; line-height: 1.5; @media (max-width: @screen-xs-max) { font-size:28px !important; } } h2, .fake-s-h2 { text-align:center; color: #fff; font-size: 20px; line-height: 1.2; @media (max-width: @screen-xs-max) { font-size:16px !important; } } } } /**STILE FORM PRENOTAZIONE COLAZIONE*/ .cntFormPrenotazione { background:#57462B; color:#fff !important; position:relative; a,h2,h5, label, #testo_privacy, #testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited { color:#fff !important; } #esito_dispo_giorno, #esito_dispo_ospiti { /* display:none;*/ } #prenotazione-colazione { border-top: 3px solid #4A3C10; padding-top: 30px; } .col-pren { margin-top:10px; } .tazza-form { position:absolute; left: -30px; top: -99px; } /**/ color: @color-form; input[type="text"], select { width:100%; } input[type="radio"], input[type="checkbox"] { display: inline-block; margin-right: 4px; margin-top: 2px; } .modulo_alt { &:extend(.form-control all); height: 45px; background-repeat: no-repeat; box-shadow: none; padding: 0; font-size: 16px; background-color: #fff; /*border: @marrone 1px solid ;*/ margin: 5px 0; color: @color-form; border-radius: 2px; text-indent: 10px; option { color: @color-form; } &::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: #fff; } .bottone_alt { &:extend(.btn all); .button-variant(#fff; #000; #000); &:extend(.btn-block all); @media (max-width: @screen-sm-max) { float: none; font-size:16px !important; margin: 10px auto; } } .separatore { margin-top:20px; margin-bottom:10px; border-top:3px dashed #4A3C10; } .privacy-form { text-align: right; } .privacy-form label { margin: 0; display: inline; } textarea { min-height: 100px; padding:10px !important; @media (max-width: @screen-md-max) { min-height: 100px; } } select.modulo_alt { background-size: 8px; background-image:url(/source/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; } } .wrp_newsletter_optin { margin-top:10px; } .bottone_alt { float:right; border: none; border-radius: 0; background: @primary-hover; font-weight: 500; letter-spacing: 1px; cursor: pointer; color: #fff; padding: 0px 10px; height: 50px; line-height: 45px; max-width: 100%; width: 300px !important; font-size: 18px; margin-top: 10px; -webkit-appearance: none; transition: all 400ms ease; &.send_new_request { max-width: 240px; font-size: 13px; } } .bottone_alt:hover, .bottone_alt:focus { background: @primary-hover; color: #fff; } #testo_privacy, .txtred_alt { font-size: 12px !important; color: #fff; font-weight: normal; } .cnt-alert { background-color:#F8F1DF; padding:10px; border-radius:10px; margin-top:10px; margin-bottom:10px; color:#57462B; } .error-dispo { font-size:18px; background-color:#F2CDCD; color:#8F2E30; border: 1px solid #8F2E30; a { color:#8F2E30 !important; font-weight:bold; font-size:20px; } } #cnt-totali { font-size:17px; margin-top:30px; margin-bottom:30px; border-top: 3px solid #4A3C10; border-bottom: 3px solid #4A3C10; padding-top:30px; padding-bottom:30px; .riep-giorno { border-bottom: 3px solid #8F2E30; padding-bottom:10px; @media (max-width: @screen-xs) { display:block; margin-top:15px; } } .col-totali { line-height:1.2; padding-left:20px; padding-right:20px; } .col-totali + .col-totali { border-top:3px solid #4A3C10; border-bottom:3px solid #4A3C10; padding-top: 20px; padding-bottom: 20px; @media (min-width: @screen-md) { border-top:0px ; border-bottom:0px ; padding-top: 0px; padding-bottom: 0px; border-right:3px solid #4A3C10; border-left:3px solid #4A3C10; } } .col-giorno { font-weight:bold; font-size:20px; margin-bottom:40px; } .row-totali { margin-bottom:20px; } .tot-relativo { font-size:20px; font-weight:bold; } .col-totale-finale { font-size:25px; line-height:1.6; @media (max-width: @screen-xs) { margin-top:20px; } } .tot-finale { font-size:40px; } } } .ok-invio { text-align:center; padding-top:50px; padding-bottom:50px; line-height:2; } .scroll-pren { position:fixed; right:0px; bottom:0%; z-index:900; transition: all .3s ease-in; cursor:pointer; @media (min-width: @screen-md) { bottom:45%; } &.remove-button { right:-181px; } .text-scroll { position:relative; font-weight:bold; background:#57462B; border-top:4px solid @primary-color-hover; padding:15px 50px; padding-right:30px; color:#fff; text-transform:uppercase; } .tazza-scroll { position:absolute; cursor:pointer; top:-25px; left:-40px; } .cola-scroll { margin-top:-5px; padding-left:15px; display:none; @media (min-width: @screen-md) { display:block; } } } .puls-go-pren { display: inline-block !important; max-width: 300px !important; @media (max-width: @screen-xs) { line-height: 21px !important; padding-top:10px !important; padding-bottom:10px !important; } } .cnt-fb-commento{ .fb-commento{ max-width: 400px; width: 100%; margin: auto; display: block; padding: 65px 0 0; &.siz-2{ max-width: 250px; } @media (max-width: @screen-sm-max) { padding: 40px 0 0; } @media (max-width: @screen-xs-max) { padding: 30px 0 0; } } &.fx{ display:flex; flex-wrap:wrap; flex-direction:column; .ord-sm-1{ @media (max-width: @screen-sm-max) { order:1; } } .ord-sm-2{ @media (max-width: @screen-sm-max) { order:2; } } .ord-sm-3{ @media (max-width: @screen-sm-max) { order:3; } } .ord-sm-4{ @media (max-width: @screen-sm-max) { order:4; } } } } .alert-attesa { font-size:22px; } #pren-tipo-richiesta { select { font-size:18px !important; border:2px solid #D06F71 !important; background-color:#ECDAAA !important; color:#8F2E30 !important; font-weight:bold !important; } } .err-field { border: 3px dashed #D06F71 !important; color:#D06F71 !important; font-weight:bold !important;; } .ok-field { border: 3px solid green !important; color: green !important; font-weight:bold !important;; } .mt-neg-100{ margin-top:-100px; } .commento-social{ display:flex; flex-direction: row; align-content:start; justify-content:start; margin:auto; padding: 5rem 0; max-width:400px; @media (max-width: @screen-sm-max) { padding: 3rem 0; } @media (max-width: @screen-xs-max) { padding: 2rem 0; } .avatar{ padding:0 0.5rem; img{ max-height: 50px; } } .commento{ .commento-header{ border-radius: 1rem; background-color: rgba(0,0,0,0.05); padding: 1rem; max-width: 350px; &.mw-1{ max-width:250px; } } .commento-footer{ font-weight:bold; display: flex; flex-direction: row; justify-content: space-between; padding: 0.5rem 0; .data{ } .reazioni{ } } } } .pt-0{ padding-top:0; } .pt-sm-0{ @media (max-width: @screen-sm-max) { padding-top:0; } } .pb-md-0{ @media (min-width: @screen-md-min) { padding-bottom:0; } } .pb-md-3{ @media (min-width: @screen-md-min) { padding-bottom:3rem; } } .pb-sm-1{ @media (min-width: @screen-md-min) { padding-bottom:1rem; } } .mb-0{ margin-bottom:0; } .mb-2{ margin-bottom:2rem; } .mt-sm-0{ @media (max-width: @screen-sm-max) { margin-top:0; } } .barra-dati-dx{ position:fixed; z-index:50; bottom:15%; right:10px; width:60px; color:#fff; .dati-link{ a{ display:flex; align-items: center; align-content: center; justify-content: center; transition:all 600ms ease; background:#00E676; color:#fff; height:60px; width:60px; margin:0 auto; border-radius:50%; [class*="icon-"], [class^="icon-"] { line-height:1; &:before{ font-size:25px; } } &:hover{ background:#00A657; color:#fff; } } } } .box-pulsanti-top { .pulsante { } }