  :root{
    --yellow: #FECA18;
    --green: #69C0BB;
    --black: #151515;
    --corallo: #DB6959;
    --grey: #C8C8C8;
    --lightgrey: #F5F5F5;
  }

  .jconfirm-box{
    padding: 1.5em !important;
  }

  .jconfirm .jconfirm-box div.jconfirm-content-pane{
    margin-bottom: 0 !important;
  }

  .jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box{
    border-radius: 0 !important;
    text-align: center;
  }

  .jconfirm .jconfirm-box.jconfirm-type-blue{
    border: solid 7px var(--green) !important;
  }

  .jconfirm .jconfirm-box.jconfirm-type-red{
    border: solid 7px var(--corallo) !important;
  }

  .jconfirm .jconfirm-box.jconfirm-type-green{
    border: solid 7px #B8D698 !important;
  }

  .jconfirm .jconfirm-box.jconfirm-type-yellow{
    border: solid 7px var(--yellow) !important;
  }

  .jconfirm .jconfirm-box div.jconfirm-title-c.feedTitle, .jconfirm .jconfirm-box div.jconfirm-title-c.feedTitle > .jconfirm-title{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1em;
  }

  .jconfirm .jconfirm-box .jconfirm-buttons button.feenBtn{
    background-color: var(--black);
    color: white;
    display: inline-block!important;
    margin: 0;
    border-radius: 0 !important;
    padding: 1em 1.5em !important;
    cursor: url('../images/ditone.png'), auto !important;
    box-shadow: none !important;
  }

  .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons{
    margin-top: 1em !important;
    text-align: center !important;
    padding: 0 !important;
    float: none !important;
  }
  .jconfirm .jconfirm-box.jconfirm-type-blue .feenBtn:hover{
    background-color: var(--green);
  }
  .jconfirm .jconfirm-box.jconfirm-type-red .feenBtn:hover{
    background-color: var(--corallo);
  }
  .jconfirm .jconfirm-box.jconfirm-type-green .feenBtn:hover{
    background-color: #B8D698;
  }
  .jconfirm .jconfirm-box.jconfirm-type-yellow .feenBtn:hover{
    background-color: var(--yellow);
  }

  @-webkit-keyframes myBoing {
    33.333% { -webkit-transform: translate(-50%, -75%); }
    66.666% { -webkit-transform: translate(-50%, -25%); }
  }

  @-moz-keyframes myBoing {
    33.333% { -moz-transform: translate(-50%, -75%); }
    66.666% { -moz-transform: translate(-50%, -25%); }
  }

  @-o-keyframes myBoing {
    33.333% { -o-transform: translate(-50%, -75%); }
    66.666% { -o-transform: translate(-50%, -25%); }
  }

  @keyframes myBoing {
    33.333% { transform: translate(-50%, -75%); }
    66.666% { transform: translate(-50%, -25%); }
  }

  @-webkit-keyframes myBoing2 {
    from {
      -webkit-transform: translate(-50%, -50%);
    }
    50% {
      -webkit-transform: translate(-50%, -90%);
    }
    to {
      -webkit-transform: translate(-50%, -50%);
    }
  }

  @-moz-keyframes myBoing2 {
    from {
      -moz-transform: translate(-50%, -50%);
    }
    50% {
      -moz-transform: translate(-50%, -90%);
    }
    to {
      -moz-transform: translate(-50%, -50%);
    }
  }

  @-o-keyframes myBoing2 {
    from {
     -o-transform: translate(-50%, -50%);
    }
    50% {
      -o-transform: translate(-50%, -90%);
    }
    to {
      -o-transform: translate(-50%, -50%);
    }
  }

  @keyframes myBoing2 {
    from {
      transform: translate(-50%, -50%);
    }
    50% {
      transform: translate(-50%, -90%);
    }
    to {
      transform: translate(-50%, -50%);
    }
  }

  html, body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--black);
  }

  body{
    min-height: calc(100 * var(--vh));
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  ::selection{
    color: var(--black);
    text-shadow: none;
    background: var(--yellow);
  }

  body b, body strong{
    font-weight: 700;
  }

  .main-content{
    flex-grow: 2;
  }

  h1, h2, h3, h4, h5, h6{
    font-weight: 400;
  }

  a{
    text-decoration: none;
    font-weight: 700;
  }

  .ditone:hover{
    cursor: url('../images/ditone.png');
  }

  a:hover{
    text-decoration: none;
    cursor: url('../images/ditone.png'), auto;
  }

  a.regularLink, .infoPage a{
    text-decoration: none;
    font-weight: 700;
    background-image: linear-gradient(transparent 0.6em, var(--yellow) 0.6em, var(--yellow) 1em);
    color: var(--black);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size .3s;
    -moz-transition: background-size .3s;
    -o-transition: background-size .3s;
    transition: background-size .3s;
    background-size: 0 100%;
  }

  a.regularLink:hover, .infoPage a:hover{
    color: var(--black);
    text-decoration: none;
    cursor: url('../images/ditone.png'), auto;
    background-size: 100% 100%;
  }

  p, label, figure{
    margin-bottom: 0;
  }

  :focus{outline: none!important;}
  ul{
    padding: 0;
    margin: 0;
  }
  ul li{
    list-style: none;
  }

  .main-content .slick-slider{
    margin-bottom: 0;
  }

  .bpSlickDots{
    position: absolute;
    bottom: 1em;
    height: auto;
    left: 5vw;
    text-align: left;
  }

  .bpSlickDots li {
    position: relative;
    display: inline-block;
    font-size: 0.7rem;
    width: 1em;
    height: 1em;
    margin: 0 5px;
    padding: 0;
    cursor: url('../images/ditone.png'), auto;
  }

  .bpSlickDots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1em;
    height: 1em;
    padding: 5px;
    cursor: url('../images/ditone.png'), auto;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }

  .bpSlickDots li button:before {
    content: '';
    font-size: 1em;
    line-height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: .3;
    color: var(--black);
    border-radius: 50%;
    background-color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .bpSlickDots li.slick-active button:before {
    opacity: .75;
    background-color: var(--yellow);
  }

  .main-content {
  	overflow: hidden
  }

  .titleLev1{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 6rem;
    line-height: 1em;
    font-weight: 700;
  }

  .titleLev2{
    font-size: 3.5rem;
    line-height: 1.1em;
    font-weight: 700;
  }

  .titleLev3{
    font-size: 2.5rem;
    line-height: 1.1em;
    font-weight: 700;
  }

  .titleLev4{
    font-size: 1.75rem;
    line-height: 1.2em;
    font-weight: 600;
  }

  .titleLev5{
    font-size: 1.35rem;
    line-height: 1.2em;
    font-weight: 600;
  }

  .titleLev6{
    font-size: 1.05rem;
    line-height: 1.2em;
    font-weight: 600;
  }

  .textContainer *{
    line-height: inherit;
    color: inherit;
  }

  .imgContainer{
    position: relative;
    width: 100%;
    height: 0;
  }

  .imgContainer img{
    position: absolute;
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }

  .customBtn{
    display: inline-block;
    background: transparent;
    position: relative;
    padding: 0.4em 1em;
    font-weight: 700;
    line-height: 1em;
    z-index: 0;
    cursor: url('../images/ditone.png'), auto;
    font-size: 0.8rem;
    letter-spacing: 1px;
  }

  .customBtn:hover{
    background: transparent;
    font-weight: 700;
  }

  .customBtn.borderColorYellow{
    color: var(--black);
  }

  .customBtn.borderColorYellow::after{
    border-color: var(--yellow);
  }

  .customBtn.borderColorYellow:hover::after{
    background-color: var(--yellow);
  }

  .customBtn.borderColorWhite{
    color: var(--black);
  }

  .customBtn.borderColorWhite::after{
    border-color: white;
  }

  .customBtn.borderColorWhite:hover::after{
    background-color: white;
  }

  .customBtn.borderColorCorallo::after{
    border-color: var(--corallo);
  }

  .customBtn.borderColorCorallo:hover::after{
    background-color: var(--corallo);
  }

  .customBtn.borderColorGreen::after{
    border-color: var(--green);
  }

  .customBtn.borderColorGreen:hover::after{
    background-color: var(--green);
  }

  .customBtn::after{
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    z-index: -1;
  }

  .customBtn:hover::after{
    width: 1.4em;
    height: 1.4em;
    border-radius: 50%;
    -webkit-animation: myBoing2 0.9s cubic-bezier(0.15, 0.01, 0.27, 1.55) infinite 0.3s;
    -moz-animation: myBoing2 0.9s cubic-bezier(0.15, 0.01, 0.27, 1.55) infinite 0.3s;
    -o-animation: myBoing2 0.9s cubic-bezier(0.15, 0.01, 0.27, 1.55) infinite 0.3s;
    animation: myBoing2 0.9s cubic-bezier(0.15, 0.01, 0.27, 1.55) infinite 0.3s;
  }



  /* CUSTOM FORM APPEREANCE*/
  .customRadio input[type=radio], .customCheckbox input[type=checkbox]{
    display: none;
  }

  /* CUSTOM SELECT*/

  /* il dropdown viene appeso alla pagina, quindi non posso mettere il selettore .myForm*/
  .select2-dropdown{
    border: 2px solid var(--black) !important;
    border-radius: 0 !important;
    border-top: 0 !important;
  }
  .select2-container--default .select2-selection--single{
    border: 2px solid var(--black) !important;
  }
  .select2-dropdown .select2-results__options::-webkit-scrollbar {
    width: 12px;
  }
  .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
    background: #f2f2f3;
  }
  .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
    background-color: var(--corallo);
    border-radius: 6px;
    border: 3px solid #f2f2f3;
  }
  .select2-dropdown .select2-results__options{
    scrollbar-width: thin;
    scrollbar-color: var(--corallo) #f2f2f3;
  }

  .myForm .select2-container--default .select2-selection--single{
    height: auto;
    border: none;
    background-color: white;
    border-radius: 0px;
  }

  .myForm .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0.3em 0.6em;
    line-height: inherit;
    font: inherit;
  }

  .myForm .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .myForm  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .myForm .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px;
  }

  .myForm .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: var(--black) transparent transparent transparent;
  }

  .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: var(--corallo) !important;
  }
  /* END CUSTOM SELECT*/

  /* CHECKBOX STYLE */
  .customCheckbox input[type=checkbox] + label{
    padding-left: 1.4em;
    position: relative;
  }

  .customCheckbox input[type=checkbox] + label > .fakeCheck{
    display: block;
    position: absolute;
    font-size: calc(1em - 4px);
    margin-left: 2px;
    height: 1em;
    width: 1em;
    left: 0;
    top: 0.3em;
    border-radius: 0px;
    cursor: url('../images/ditone.png'), auto;
    outline: 2px solid #48494a;
    padding: 2px;
  }

  .customCheckbox input[type=checkbox]:not(:disabled):not(:checked) + label:hover > .fakeCheck,
  .customCheckbox input[type=checkbox]:not(:disabled):not(:checked) + label > .fakeCheck:hover{
    outline-color: var(--yellow);
  }

  .customCheckbox input[type=checkbox] + label > .fakeCheck::after{
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    height: 0.6em;
    width: 0.6em;
    top: 0.2em;
    left: 0.2em;
    border-radius: 0px;
  }

  .customCheckbox input[type=checkbox]:checked + label > .fakeCheck{
    outline-color: var(--yellow);
  }

  .customCheckbox input[type=checkbox]:checked + label > .fakeCheck::after{
    background-color: var(--yellow);
  }

  /* END CHECKBOX STYLE */


  /* RADIO STYLE */
  .customRadio input[type=radio] + label{
    padding-left: 1.6em;
    display: inline-block;
    position: relative;
    cursor: pointer;
  }

  .customRadio input[type=radio] + label > .fakeCheck{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 2px solid currentColor;
    border-radius: 50%;
  }

  .customRadio input[type=radio]:not(:disabled):checked + label > .fakeCheck,
  .customRadio input[type=radio]:not(:disabled) + label:hover > .fakeCheck{
    border-color: var(--yellow);
  }

  .customRadio input[type=radio]:checked + label{
    color: var(--yellow);
  }

  .customRadio input[type=radio]:checked + label > .fakeCheck::after{
    content: "";
    display: block;
    position: absolute;
    margin-top: 3px;
    margin-left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--yellow);
    top: 0;
    cursor: pointer;
    left: 0;
  }
  /* END RADIO STYLE */


  .customCheckbox input[type=checkbox]:disabled + label,
  .customRadio input[type=radio]:disabled + label,
  .customCheckbox input[type=checkbox]:disabled + label > .fakeCheck,
  .customRadio input[type=checkbox]:disabled + label > .fakeCheck{
    cursor: not-allowed;
  }

  .customCheckbox input[type=checkbox]:disabled + label,
  .customRadio input[type=radio]:disabled + label{
    color: #999999;
  }

  .customCheckbox input[type=checkbox]:disabled + label > .fakeCheck,
  .customRadio input[type=radio]:disabled + label > .fakeCheck{
    outline-color: #999999;
  }

  .checkAllChecks, #formNewsletter .checkAllChecks{
    color: var(--yellow);
    cursor: url('../images/ditone.png'), auto;
    font-weight: 700;
  }

  .myForm input.form-control[type=text], .myForm input.form-control[type=number], .myForm input.form-control[type=tel], .myForm input.form-control[type=email], .myForm textarea.form-control{
    border-radius: 0;
    font-size: 1em;
  }

  .myForm .field textarea{
    resize: none;
  }

  .myForm .field .textAreaWithSend{
    position: relative;
  }

  .myForm .field .textAreaWithSend > textarea{
    padding-right: 8em;
  }

  .myForm .textAreaWithSend .contactSend, #applicationSend{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    background-color: var(--yellow);
    padding: 0.3em;
    color: var(--black);
    font-weight: 700;
    text-align: center;
    cursor: url(../images/ditone.png), auto;
  }

  .myForm .textAreaWithSend .contactSend:hover, #applicationSend:hover{
    background: var(--black);
    color: white;
  }

  .myForm .textAreaWithSend .contactSend > span, #applicationSend > span{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
  }

  .myForm .field:not(:last-child){
    margin-bottom: 1em;
  }

  .myForm .field label {
    margin-bottom: 0.3em;
  }


  #lbContattoForm .row{
    margin: 0;
  }

  #lbContattoForm{
    text-align: left;
  }

  #lbContattoForm .textAreaWithSend > textarea{
    height: 4.6em;
  }

  .socialList a, .socList a{
    font-weight: 400;
  }

  .colorBlack, .hoverColorBlack:hover{
    color: var(--black);
  }

  .bgColorBlack, .hoverBgColorBlack:hover{
    background-color: var(--black);
  }

  .colorWhite, .hoverColorWhite:hover{
    color: white;
  }

  .bgColorWhite, .hoverBgColorWhite:hover,
  .menuBtn.bgColorWhite, .menuBtn.hoverBgColorWhite:hover{
    background-color: white;
  }

  .colorYellow, .hoverColorYellow:hover{
    color: var(--yellow);
  }

  .bgColorYellow, .hoverbgColorYellow:hover,
  .menuBtn.bgColorYellow, .menuBtn.hoverbgColorYellow:hover{
    background-color: var(--yellow);
  }

  .colorGreen, .hoverColorGreen:hover{
    color: var(--green);
  }

  .bgColorGreen, .hoverbgColorGreen:hover{
    background-color: var(--green);
  }

  .colorCorallo, .hoverColorCorallo:hover{
    color: var(--corallo);
  }

  .bgColorCorallo, .hoverbgColorCorallo:hover,
  .menuBtn.bgColorCorallo, .menuBtn.hoverbgColorCorallo:hover{
    background-color: var(--corallo);
  }

  .colorLightgrey, .hoverColorLightgrey:hover{
    color: var(--lightgrey);
  }

  .bgColorLightgrey, .hoverbgColorLightgrey:hover{
    background-color: var(--lightgrey);
  }

  .backBanner{
    position: relative;
    display: inline-block;
    z-index: 0;
  }
  .backBanner::before{
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: -0.2em;
    font-size: 0.7em;
    margin-top: 0.25em;
    height: 1em;
    width: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(-3deg);
    -moz-transform: translateY(-50%) rotate(-3deg);
    -o-transform: translateY(-50%) rotate(-3deg);
    transform: translateY(-50%) rotate(-3deg);
    transform-origin: center left;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: -1;
  }
  .backBanner.backBanner.highlighted::before{
    width: calc(100% + 0.4em);
  }
  .backBanner.backBannerGreen::before{
    background-color: var(--green);
  }
  .backBanner.backBannerYellow::before{
    background-color: var(--yellow);
  }
  .backBanner.backBannerCorallo::before{
    background-color: var(--corallo);
  }
  .backBanner.backBannerBlack::before{
    background-color: var(--black);
  }
  .backBanner.backBannerWhite::before{
    background-color: white;
  }

	.menuBtn{
		padding: 0.5em 0.5em;
		font-weight: 600;
		background: var(--yellow);
		color: var(--black);
    display: inline-block;
    text-align: center;
    cursor: url(../images/ditone.png), auto;
	}
	.menuBtn:hover{
		background-color: white;
		color: var(--black);
	}

  .telBtn{
    padding: 0.5em 0.5em;
    font-weight: 700;
    background: var(--yellow);
    color: var(--black) !important;
    display: inline-block;
    text-align: center;
    font-size: 1rem !important;
  }

  @media (max-width: 1199px){

  }

  @media (max-width: 991px){

  }

  @media (max-width: 767px){
    html, body{
      font-size: 16px;
    }

    .errPageImg{
      width: 65vw;
    }

    .customRadio input[type=radio] + label{
      padding-left: 2rem;
    }
  }

  @media (max-width: 575px){

    body{
      font-size: 1.2rem;
    }

    .errPageImg{
      width: 77vw;
    }

    .titleLev1{
      font-size: 3.5rem;
    }

    .titleLev2{
      font-size: 3rem;
    }

    .titleLev3{
      font-size: 2.3rem;
    }

    .titleLev4{
      font-size: 1.8rem;
    }

    .titleLev5{
      font-size: 1.25rem;
    }

    #siteFooter p, #siteFooter span, #siteFooter a:not(.menuBtn) {
      font-size: 1rem;
    }

    .myForm{
      font-size: 0.8rem;
    }

    .myForm .privacyContentBlock{
      font-size: 0.9rem;
    }
  }

  /* sm */
  @media (min-width: 576px){

    p{
      font-size: 1em;
    }

    .titleLev1{
      font-size: 6rem;
    }

    .titleLev2{
      font-size: 3.5rem;
    }

    .titleLev3{
      font-size: 2.5rem;
    }

    .titleLev4{
      font-size: 1.75rem;
    }

    .titleLev5{
      font-size: 1.35rem;
    }

    .titleLev6{
      font-size: 1.05rem;
    }

    .myForm{
      font-size: 0.8rem;
    }

    .myForm .privacyContentBlock{
      font-size: 0.9rem;
    }
  }

  /* md */
  @media (min-width: 768px){
    html{
      font-size: 20px;
    }

    body{
      font-size: 1rem;
    }

    p{
      font-size: 1em;
    }

    .errPageImg{
      width: 100%;
    }

    .titleLev1{
      font-size: 5.5rem;
    }

    .myForm{
      font-size: 0.8rem;
    }

    .myForm .privacyContentBlock{
      font-size: 0.7rem;
    }
  }

  /* lg */
  @media (min-width: 992px){
    .titleLev1{
      font-size: 6rem;
    }

    .titleLev2{
      font-size: 3rem;
    }

    .titleLev3{
      font-size: 2.1rem;
    }

    .titleLev4{
      font-size: 1.75rem;
    }

    .titleLev5{
      font-size: 1.2rem;
    }

    .titleLev6{
      font-size: 1.05rem;
    }
  }

  /* xl */
  @media (min-width: 1200px){
    .errPageImg{
      width: 70%;
    }
  }

  /* xxl */
  @media (min-width: 1800px){

  }

  /* xxxl */
  @media (min-width: 2600px){
    html, body{
      font-size: 30px;
    }

    .titleLev1 {
      font-size: 11.1rem;
    }
  }
