// 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:#ffffff; @link-color: #3D61BA; @text-color: #3f3f3f; @font-size-base: 16px; @line-height-base: 1.7; @font-family-sans-serif: 'Lato', sans-serif; @font-family-sans-serif-bold: 'Lato', sans-serif; @secondary-font: 'Titillium Web', sans-serif; @colore-uno: #FE6A2D; @colore-due: #3D61BA; @colore-tre: #3D61BA; @colore-avorio: #EBE2CF; ::selection { background:@colore-uno; color:#fff; } ::-moz-selection { background:@colore-uno; color:#fff; } .barra{ &-desktop{ background-color: #fff; color: @text-color; &:after{ content:''; display: block; width: 50%; height: 7px; position: absolute; bottom: 0; right: 0; background: @colore-uno; } &:before{ content:''; display: block; width: 50%; height: 7px; position: absolute; bottom: 0; left: 0; background: @colore-due; } } &-mobile{ background-color: #fff; } &-footer{ background-color: @colore-due; color: #fff; } } .play{ font-family:@secondary-font; font-weight: 700; } .bold, strong, b{ font-family:@font-family-sans-serif-bold; font-weight: 700; } .fa{ font-size:30px; color:@colore-uno; @media (min-width: @screen-md-min) { font-size: 15px; color: #fff; background-color: @colore-uno; width: 30px; height: 30px; text-align: center; padding: 8px 0; border-radius: 50%; } } /* BUTTON */ .pulsante{ &:link, &:active, &:visited, &:focus{ text-align:center; display:block; line-height:50px; color:#fff; font-size:17px; margin:0 auto; padding: 0 30px; background-color: @colore-uno; max-width:100%; /*-webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; border-radius: 50px;*/ } &:hover{ background-color:@colore-due; color:#fff; } &.alt{ border: 3px solid @colore-due; background-color: transparent; color: @colore-due; text-transform: uppercase; font-weight: bold; &:hover{ border-color: #3f3f3f; color: #3f3f3f; } } } input[type=text], input[type=password], input[type=email], input[type=number], input[type=image], textarea, select { width: 100%; margin:0; -webkit-appearance:none; -moz-appearance:none; border: none; -webkit-border-radius: 0px; border-radius: 0px; display:block; text-indent:5px; } #pgall input[type=submit], #pgall input[type=button], { width:100%; text-align:center; cursor:pointer; display:block; -webkit-appearance:none; -moz-appearance:none; border: none; -webkit-border-radius: 0px; border-radius: 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; &:hover{} } a{ color: @colore-due; &:hover, &:focus{ color: @text-color; } } a, a:active,a:focus,a:visited,a:link,.fixed, i, input[type = "submit"],.preventivo, .scroll:before{ -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; } .transition_400, .freccia-none, .slick-prev, .slick-next,.prev-gallery,.next-gallery,.box-sezione .cont-img img,.pulsante{ -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;} .slick-prev, .slick-next{ top: auto !important; bottom: -90px !important; width: 70px !important; height: 70px !important; } .slick-next{ right: 35% !important; @media (max-width: @screen-xs-max) { right: 30% !important; } } .slick-prev{ left: 35% !important; @media (max-width: @screen-xs-max) { left: 30% !important; } } .slick-prev:before, .slick-next:before{ content: "" !important; width: 30px !important; height: 30px !important; display: block; } .slick-prev:before { background: url('/source/arr_left.png') center left no-repeat !important; margin-right: auto; margin-left: 0; } .slick-next:before { background: url('/source/arr_right.png') center right no-repeat !important; margin-right: 0; margin-left: auto; } label{font-weight:normal;margin:0;} input[type="radio"], input[type="checkbox"]{margin:0;} /* ***************************** */ p{margin:0;} ul{margin:0px;} h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; @media (max-width: @screen-xs-max) { padding-right: 25px; padding-left: 25px; } } .no-pad{padding:0;} .big{ display: block; font-size: 130%; color: #16a1ba; text-transform: uppercase; font-family: @secondary-font; font-weight: 700; color: @colore-uno; } /* elenchi puntati */ .lista-v { list-style-image: url(/source/ico-elenco.png); padding: 20px 5px; li { padding: 2px 0; list-style-position: inside; } } .blk{max-width:2000px;margin:0 auto;width:100%; @media (min-width: @screen-lg-min) { padding:0 40px; } } /* ********** stile lingue ***************** */ .tendina-lingue { color: @text-color; font-size: 14px; cursor: pointer; padding: 0px 12px; line-height:45px; text-align:left; &.mesi { border: #fff 2px solid; color: @text-color; width:100%; width:200px; margin:0 auto; background: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAEAgMAAADOo5ZjAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAoKBFbtAAAAAUSURBVAjXY8haySC1hIFtAgOjAwATIAKpQ2jkQAAAAABJRU5ErkJggg==) 94% center no-repeat; text-transform: uppercase; #select_lingue { top:45px; max-width:200px; } } @media (max-width: @screen-sm-max) { border:none; line-height:40px; padding-top:0; } 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: @colore-due; color: #fff; display: block; text-transform:uppercase; &:hover{ background-color: @colore-due; @media (max-width: @screen-sm-max) { background-color: @colore-due; } } @media (max-width: @screen-sm-max) { background-color: @colore-due; } } } } } .blocco-lingue{ display: inline-block; height: 40px; margin-right: 45px; background: url('/source/sf-lingue.png') center -65px no-repeat; .int{ height: 29px; padding: 0 40px; position: relative; color: #fff; a{ color: #fff; font-size: 14px; text-decoration: underline; } .cmsCurrentPage{ text-decoration: none; font-size: 14px; } } @media (max-width: @screen-sm-max) { margin-right: 0; } } /********/ .apertura{ text-align: center; display: inline-block; text-transform: uppercase; letter-spacing: 0.2em; font-size: 18px; font-weight: bold; color: @colore-avorio; padding-bottom: 3px; border-bottom: 1px solid @colore-avorio; margin-bottom: 20px; padding-left: 11px; } .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:1610px;} h1, h2.grande, .cont-h1{ font-weight: normal; font-size: 50px; color: @colore-due; line-height:52px; padding-bottom:0px; letter-spacing:1px; font-family:@secondary-font; font-weight: 700; @media (max-width: @screen-sm-max) { font-size:40px; line-height:42px; } @media (max-width: @screen-xs-max) { margin-bottom: 40px; font-size:30px; line-height:32px; } } .cont-h1{ text-align:center; } h2{font-size:30px;color:#fff; @media (max-width: @screen-md-max) { font-size:28px;line-height:30px; } @media (max-width: @screen-xs-max) { font-size:21px;line-height:22px; } } h3{line-height:27px;font-size:27px;text-align:center;padding:20px 0 10px 0; @media (max-width: @screen-xs-max) { font-size:23px; line-height:23px; } &.grande{ font-size: 50px; line-height:50px; padding-bottom:0px; font-family:@secondary-font; font-weight: 700; } } h4{font-size:22px;font-weight:normal;margin-bottom:25px;padding-top:25px; @media (max-width: @screen-sm-max) { font-size:22px; } } .titolo-trattino{ position: relative; &:before{ content: ''; border-bottom: 9px dotted @colore-due; width: 90px;; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: -20px; } @media(max-width:767px){ padding-left:10px; padding-right:10px; } &.trattino-sinistra{ text-align: left; &:before{ left: 45px; @media(max-width:767px){ left: 50%; } } } } .testo{padding:25px;margin:0 auto;word-wrap: break-word;padding-top:0; @media (max-width: @screen-sm-max) { padding:25px; } @media (max-width: @screen-xs-max) { padding:15px; } } .testo-sx{padding-right:35px;text-align:left; @media (max-width: @screen-sm-max) { padding-right:25px; } @media (max-width: @screen-xs-max) { padding:15px 25px; } } .testo-dx{padding-left:35px;text-align:left; @media (max-width: @screen-sm-max) { padding-left:25px; } @media (max-width: @screen-xs-max) { padding:15px 25px; } } /* ***************************** */ .table-box { display: table; table-layout: fixed; width:100%; @media (max-width: @screen-xs-max) { display:block; } } .table-cell { display: table-cell; vertical-align: middle; float: none; @media (max-width: @screen-xs-max) { display:block; } } .mobile-center{ @media (max-width: @screen-sm-max) { text-align:center; } } /* ***************************** */ .txt-menu{ font-size:20px; a{ color: @colore-uno; font-family: @secondary-font; font-weight: 700; font-size: 25px; &:hover{ text-decoration: underline; } } } .txt{ padding:10px 10px; } .logo-fonte{ padding:20px 10px; @media (max-width: @screen-xs-max) { padding:20px 10px 0; img { max-height:75px; } } } .cliente, .titolo-commenti { margin-bottom: 0; padding: 20px 10px 0; } // FORM CONTATTI // FORM CONTATTI #ContContatti { color: #3f4348; 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: #fff; margin: 5px 0; color: #3f4348; border: none; border-radius: 2px; text-indent: 10px; option { color:#3f4348; } &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #3f4348; } &::-moz-placeholder { /* Firefox 19+ */ color: #3f4348; } &:-ms-input-placeholder { /* IE 10+ */ color: #3f4348; } &:-moz-placeholder { /* Firefox 18- */ color: #3f4348; } } .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; 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: #3f4348; } .sep { padding-bottom: 10px; } textarea { min-height: 342px; @media (max-width: @screen-sm-max) { min-height: 100px; } } .separatore { margin-bottom: 10px; } select.modulo_alt { background-image: url("/source/arr_down.png"); background-repeat: no-repeat; background-position: 95% 50%; background-position: right 10px bottom 50%; } .privacy-form { @media (max-width: @screen-xs-max) { margin-top: 10px; } label { padding: 0; } } } #testo_privacy, .txtred_alt { font-size: 12px !Important; color: #3f4348; font-weight: normal; } #ContContatti input.datepicker, #ContContatti input[name="arrivo"], #ContContatti input[name="partenza"], #data_arrivo_lastminute, #data_partenza_lastminute { background-color: #fff; background-image: url("/source/calendario.png") !important; background-repeat: no-repeat; background-position: 98% 50% !important; cursor: pointer; color: #3f4348; } #ContContatti input[type = "button"].bottone_alt, #pgall .wrapper_form_cont input[type = "submit"] { cursor: pointer; color: #fff; background-color: @colore-uno; padding: 0 10px; height: 55px; width: 100%; line-height: 50px; -webkit-appearance: none; float: right; margin: 0; margin-top:15px; outline: none; font-weight:600; text-transform:uppercase; max-width: 580px; border: none; @media (max-width: @screen-xs-max) { float: none; margin:15px auto; margin-bottom:0; } &:hover{ background-color: @colore-due; color:#fff; } } #pgall .wrapper_form_cont .privacy_check div { display: inline-block; } .myReplyForm{ .alpaca-form-button{ cursor: pointer; color: #fff!important; background-color: @colore-uno !important; padding: 5px 10px!important; //height: 55px; width: 100%; line-height: 45px!important; -webkit-appearance: none; float: right; margin: 0 auto; margin-top: 20px; font-weight: bold!important; outline: none; font-size: 16px!important; max-width: 240px!important; font-family: @font-family-sans-serif-bold !important; text-transform: uppercase; border-radius: 0!important; border: none!important; &:hover{ background-color: @colore-due !important; } } .form-control{ height: 55px!important; } } // ****************************************************** div{ &[class*="sezione-"]{ //padding: 25px; &.centrale{ @media (min-width: @screen-md-min) { padding-top: 50px; } } &.revealedBox{ a{ display: block; max-width: 480px; max-height: 480px; margin: 0 auto; position: relative; overflow:hidden; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; &:after{ content:''; display: block; max-width: 480px; max-height: 480px; width: 100%; height: 100%; opacity: .4; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); border: 25px solid #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } &:hover{ &:after{ border-width: 45px; } } } } } } .voce_menu_41215{ @media (min-width: @screen-md-min) { display: none; } } /* pagina cosa fare */ .esperienza, .excursion{ margin-top:45px; text-align:center; @media (max-width: @screen-sm-max) { margin-top:35px; } img{ max-width:100%; } h3{ padding: 25px; font-size: 22px; position:relative; margin-top:0px; padding-bottom:20px; @media (max-width: 1500px) { font-size:18px; } @media (max-width: @screen-md-max) { min-height:90px; } @media (max-width: @screen-sm-max) { font-size:18px; min-height:1px; } /* &:after{ content:''; width:100px; height:2px; position:absolute; top:0; left:0; right:0; margin:auto; background-color:#B09F71; }*/ } .pulsante{ border-radius:5px; margin-top:0px; } } .myreply.myReplyForm.mrpreno.mrprenoForm { .mr_send_new_request_wrapper { .btn.btn-success.bt_send_new_request.send_new_request { line-height:50px; color:#fff; font-size:17px; margin:0 auto; padding: 0 30px; background-color: @colore-uno; text-transform: uppercase; border-radius: 0; border: none; font-size: normal !important; &:hover { background-color: @colore-due; } } } }