@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
  color: #000;
  font-size: 1.1em;
  line-height: 1.5;
  font-family: 'Noto Sans', sans-serif;
}


.serif {
  font-family: Georgia, Times, Times New Roman, serif;
}
.serif .pure-g {
  font-family: Georgia, Times, Times New Roman, serif;
}
.serif .pure-g [class*="pure-u"] {
  font-family: Georgia, Times, Times New Roman, serif;
}
.serif h1 {
  font-family: Georgia, Times, Times New Roman, serif;
}
.serif h2 {
  font-family: Georgia, Times, Times New Roman, serif;
}
.serif h3 {
  font-family: Georgia, Times, Times New Roman, serif;
}
.serif h4 {
  font-family: Georgia, Times, Times New Roman, serif;
}
.serif .btn-w a{
  font-family: Georgia, Times, Times New Roman, serif;
}
.serif .btn-b a{
  font-family: Georgia, Times, Times New Roman, serif;
}
.serif .btn-y a{
  font-family: Georgia, Times, Times New Roman, serif;
}
.serif .btn-big-w a{
  font-family: Georgia, Times, Times New Roman, serif;
}
.serif .btn-big-b a{
  font-family: Georgia, Times, Times New Roman, serif;
}
.serif .btn-big-y a{
  font-family: Georgia, Times, Times New Roman, serif;
}
.serif .form-contatto form input[type=submit]{
  font-family: Georgia, Times, Times New Roman, serif;
}
.serif .gm-style{
  font-family: Georgia, Times, Times New Roman, serif;
}
.scalagrigi > *{
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray; /* IE6-9 */
  filter: grayscale(100%);
}
.linkevidenti a{
   text-decoration: underline !important;
}
.testogrande{
  font-size: 1.7em;
}
.testogrande .gm-style .gm-style-iw {
  font-size: 1.4rem;
}
.testogrande .gm-style .gm-style-iw h1 {
  font-size: 1.8rem;
}
.contrastoelevato{
  background-color: #000;
  color: #5fafff;
}
.contrastoelevato p{
  color: #5fafff;
}
.contrastoelevato a{
  color: #5fafff;
}
.contrastoelevato .main .active{
  opacity: 1;
  color: #f9d500;
}
.contrastoelevato .bg-yellow{
  background-color: #000;
  color: #5fafff;
}
.contrastoelevato .sport-cta .cta-box {
  color: #5fafff;
  background-color: #000;
  border-bottom: 6px solid #5fafff;
}
.contrastoelevato .ball-bg {
  background-image: none;
}
.contrastoelevato .btn-w a {
  background-color: #5fafff;
}
.contrastoelevato .btn-big-w a{
  background-color: #5fafff;
}
.contrastoelevato .img-caption {
  background-color: #000;
}
.contrastoelevato .gallery-container {
  background-color: #000;
}
.contrastoelevato .note-tags li a {
  color: #000;
}
.contrastoelevato header {
  background-color: #5fafff;
}
.contrastoelevato .acc-buttons {
  background-color: #5fafff;
}
.contrastoelevato .acc-buttons .slider::before {
  background-color: #5fafff;
}
.contrastoelevato .acc-buttons p {
  color: #000;
}
.contrastoelevato .gm-style .gm-style-iw-c {
    background-color: #000;
}






.pure-g {
    font-family: 'Noto Sans', sans-serif;
}
.pure-g [class*="pure-u"] {
    font-family: 'Noto Sans', sans-serif;
}

* {
  margin: 0;
  box-sizing: border-box;
}
img{
  width: 100%;
}
figure{
  margin-top: 1em;
  margin-bottom: 1em;
}
.img-caption{
  font-size: 0.8em;
  font-style: italic;
  background-color: #eee;
  margin-top: -8px;
  margin-bottom: 1em;
  padding: 4px 10px;
}
.video-caption{
  font-size: 0.8em;
  font-style: italic;
  background-color: #eee;
  margin-top: -8px;
  margin-bottom: 1em;
  padding: 4px 10px;
}

a{
  color: #000;
}
h1 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 2.4em;
  margin: .6em 0 .3em 0;
  line-height: 1.1;
}
h2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 2em;
  line-height: 1.1;
}
h3 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.7em;
  line-height: 1.2;
}
h4 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.4em;
  line-height: 1.1;
}
h5{
  font-size: 1.2em;
}
h6 {
  font-size: 0.9em;
}
p {
  padding-bottom: 0.6em;
}
.tac{
  text-align: center;
}
main{
  padding-top: 93px;
}
section {

}

header{
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 999;
}
header .logo img{
  max-width: 118px;
  margin: 8px 8px 6px 8px;
  position: relative;
  z-index: 9;
}

header .menu{
  float: right;
  margin-top:  60px;
  margin-right: 60px;
  display: none;

}
header .menu a{
  color: #000;
  margin-left: 30px;
  text-decoration: none;
  
}
header .menu .social{
  margin-left: 20px;
}
header .menu .social a{
  margin-left: 10px;
}

footer .social{
  float: left;
  margin-right: 40px;
  position: relative;
  top: -4px;
}
footer .social a{
  margin-right: 10px;
  font-size: 1.2em;
  text-decoration: none;
}

.full {
  width: 100%;
}

.boxed {
  max-width: 1280px;
  margin: 0 auto;
}
.bg-itinerario{
  color: #FFF;
}
.bg-itinerario h2{
  font-size: 2.4em;
}
.bg-itinerario p{
  font-size: 1.3em;
  font-weight: 700;
}
.bg-yellow{
  background-color: #f9d500;
  color: #000;
}

.bg-black{
  background-color: #000;
  color: #f9d500;
}
.bg-black .breadcrumb a{
  color: #f9d500;
}

.cento{
  width: 100%;
  float: left;
}

.box-0{
  padding: 0;
}
.box-1{
  padding: 1em;
}
.box-2{
  padding: 1em;
}
.box-3{
  padding: 1em;
}
.box-4{
  padding: 1em;
}
.box-5{
  padding: 1em;
}
.box-6{
  padding: 1em;
}
.box-8{
  padding: 1em;
}
.box-10{
  padding: 1em;
}
.box-12{
  padding: 1em;
}




.mt-0{
  margin-top: 0 !important;
}
.mt-1{
  margin-top: 1em;
}
.mt-2{
  margin-top: 2em;
}
.mt-3{
  margin-top: 3em;
}
.mt-4{
  margin-top: 4em;
}
.mt-5{
  margin-top: 5em;
}
.mt-6{
  margin-top: 6em;
}
.mt-8{
  margin-top: 8em;
}
.mt-10{
  margin-top: 10em;
}
.mt-12{
  margin-top: 12em;
}


.mb-0{
  margin-bottom: 0 !important;
}
.mb-1{
  margin-bottom: 1em;
}
.mb-2{
  margin-bottom: 2em;
}
.mb-3{
  margin-bottom: 3em;
}
.mb-4{
  margin-bottom: 4em;
}
.mb-5{
  margin-bottom: 5em;
}
.mb-6{
  margin-bottom: 6em;
}
.mb-8{
  margin-bottom: 8em;
}
.mb-10{
  margin-bottom: 10em;
}
.mb-12{
  margin-bottom: 12em;
}

.mr-0{
  margin-right: 0 !important;
}
.mr-1{
  margin-right: 1em;
}
.mr-2{
  margin-right: 2em;
}
.mr-3{
  margin-right: 3em;
}
.mr-4{
  margin-right: 4em;
}
.mr-5{
  margin-right: 5em;
}
.mr-6{
  margin-right: 6em;
}
.mr-8{
  margin-right: 8em;
}
.mr-10{
  margin-right: 10em;
}
.mr-12{
  margin-right: 12em;
}

.ml-0{
  margin-left: 0 !important;
}
.ml-1{
  margin-left: 1em;
}
.ml-2{
  margin-left: 2em;
}
.ml-3{
  margin-left: 3em;
}
.ml-4{
  margin-left: 4em;
}
.ml-5{
  margin-left: 5em;
}
.ml-6{
  margin-left: 6em;
}
.ml-8{
  margin-left: 8em;
}
.ml-10{
  margin-left: 10em;
}
.ml-12{
  margin-left: 12em;
}

.pt-0{
  padding-top: 0 !important;
}
.pt-1{
  padding-top: 1em;
}
.pt-2{
  padding-top: 2em;
}
.pt-3{
  padding-top: 3em;
}
.pt-4{
  padding-top: 4em;
}
.pt-5{
  padding-top: 5em;
}
.pt-6{
  padding-top: 6em;
}
.pt-8{
  padding-top: 8em;
}
.pt-10{
  padding-top: 10em;
}
.pt-12{
  padding-top: 12em;
}


.pb-0{
  padding-bottom: 0 !important;
}
.pb-1{
  padding-bottom: 1em;
}
.pb-2{
  padding-bottom: 2em;
}
.pb-3{
  padding-bottom: 3em;
}
.pb-4{
  padding-bottom: 4em;
}
.pb-5{
  padding-bottom: 5em;
}
.pb-6{
  padding-bottom: 6em;
}
.pb-8{
  padding-bottom: 8em;
}
.pb-10{
  padding-bottom: 10em;
}
.pb-12{
  padding-bottom: 12em;
}

.pr-0{
  padding-right: 0 !important;
}
.pr-1{
  padding-right: 1em;
}
.pr-2{
  padding-right: 2em;
}
.pr-3{
  padding-right: 3em;
}
.pr-4{
  padding-right: 4em;
}
.pr-5{
  padding-right: 5em;
}
.pr-6{
  padding-right: 6em;
}
.pr-8{
  padding-right: 8em;
}
.pr-10{
  padding-right: 10em;
}
.pr-12{
  padding-right: 12em;
}

.pl-0{
  padding-left: 0 !important;
}
.pl-1{
  padding-left: 1em;
}
.pl-2{
  padding-left: 2em;
}
.pl-3{
  padding-left: 3em;
}
.pl-4{
  padding-left: 4em;
}
.pl-5{
  padding-left: 5em;
}
.pl-6{
  padding-left: 6em;
}
.pl-8{
  padding-left: 8em;
}
.pl-10{
  padding-left: 10em;
}
.pl-12{
  padding-left: 12em;
}


.data{
  font-size: 0.9em;
  font-style: italic;
}
.start-banner{

}

.start-banner img{
  max-width: 64px;
  position: absolute;
  margin-top: 20px;
  margin-left: -82px;
  display: none;
}

.start-run{
  padding-top: 5em;
  display: none;
}

.start-run img{
  max-width: 180px;
  padding-top: 100px;
}

.middle-banner{

}

.middle-banner img{
  display: none;
  max-width: 64px;
  position: absolute;
  margin-left: -82px;
}

.social-icon i{
  font-size: 1.4em;
  margin-right: 0.6em;
}

.ball-bg{
  background-image: url("../img/yellow-ball.svg");
  background-repeat: no-repeat;
  background-size: 320px 320px;
  background-position: -25% 30%;
}



.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.cit1{
  max-width: 16px;
  margin-left: 0.3em;
  margin-right: 0.3em;
  position: relative;
  top:  -18px;
}
.cit2{
  max-width: 16px;
  margin-left: 0.3em;
  margin-right: 0.3em;
  position: relative;
  bottom: -8px;
}
.breadcrumb{
  padding: 0;
  width: 100%;
  float: left;
  margin-bottom: 1.5em;
}
.breadcrumb ul{
  padding: 0;
  width: 100%;
  float: left;
  
}
.breadcrumb li{
  list-style: none;
  float: left;
}
.breadcrumb li:first-child:before{
  content: "";
  margin-left: 0;
}
.breadcrumb li:before{
  content: ">";
  margin-left: 0.4em;
  position: relative;
  bottom: -1px;
}
.breadcrumb a{
  font-size: 0.8em;
}

.breadcrumb .active{
  opacity: 0.5;
  text-decoration: none;
}

.pagination{
  text-align: center;
}
.pagination span{
  border: 3px solid #000;
  font-size: 1.8em;
  opacity: 0.15;
  padding: 0 1em;
  margin: 0 0.2em;
}
.pagination a{
  border: 3px solid #000;
  font-size: 1.8em;
  padding: 0 1em;
  margin: 0 0.2em;
}

.btn-w a{
  font-family: 'Fjalla One', sans-serif;
  border: solid 3px #f9d500;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  padding: 2px 15px;
  letter-spacing: 0.04em;
  background-color: #fff;
  margin-bottom: 10px;
  float: left;
}

.btn-b a{
  font-family: 'Fjalla One', sans-serif;
  border: solid 3px #000;
  text-transform: uppercase;
  color: #f9d500;
  text-decoration: none;
  padding: 2px 15px;
  letter-spacing: 0.04em;
  background-color: #000;
  margin-bottom: 10px;
  float: left;
}

.btn-y a{
  font-family: 'Fjalla One', sans-serif;
  border: solid 3px #f9d500;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  padding: 2px 15px;
  letter-spacing: 0.04em;
  background-color: #f9d500;
  margin-bottom: 10px;
  float: left;
}


.btn-big-w a{
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.4em;
  border: solid 5px #f9d500;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  padding: 10px 25px 7px 25px;
  letter-spacing: 0.06em;
  background-color: #fff;
  margin-bottom: 10px;
  float: left;
}

.btn-big-b a{
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.4em;
  border: solid 5px #000;
  text-transform: uppercase;
  color: #f9d500;
  text-decoration: none;
  padding: 10px 25px 7px 25px;
  letter-spacing: 0.06em;
  background-color: #000;
  margin-bottom: 10px;
  float: left;
}

.btn-big-y a{
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.4em;
  border: solid 5px #f9d500;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  padding: 10px 25px 7px 25px;
  letter-spacing: 0.06em;
  background-color: #f9d500;
  margin-bottom: 10px;
  float: left;
}

.vai-btn a{
  color: #000;
  float: right;
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.vai-btn a:hover{
  text-decoration: underline;
}
.prev-btn a{
  color: #f9d500;
  float: right;
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.prev-btn a:hover{
  text-decoration: underline;
}
.home-btn a{
  color: #f9d500;
  float: left;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.home-btn a:hover{
  text-decoration: underline;
}
.sport-cta{
  background:  url("../img/sport-cta.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
}
.sport-cta .cta-box{
  color: #000;
  background-color: #f9d500;
  max-width: 480px;
  padding: 2em;
  border-bottom: 6px solid #000;
  float: left;
  font-size: 0.9em;
}
.sport-cta h4{
  margin-bottom: 0.5em;
}
.sport-cta .cta-box span a{
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  margin-top: 1em;
  float: left;
}
.sport-cta .cta-box span a:hover{
  text-decoration: underline;
}

.viaggi-cta{
  background:  url("../img/viaggi-cta.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.viaggi-cta .cta-box{
  color: #f9d500;
  background-color: #000;
  max-width: 480px;
  padding: 2em;
  border-bottom: 6px solid #f9d500;
  float: left;
  font-size: 0.9em;
}
.viaggi-cta h4{
  margin-bottom: 0.5em;
}

.viaggi-cta .cta-box span a{
  color: #f9d500;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  margin-top: 1em;
  float: left;
}
.viaggi-cta .cta-box span a:hover{
  text-decoration: underline;
}

.video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    float: left;
}
.video iframe,
.video object,
.video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: 0;
}

.video-yt {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-yt iframe,
.video-yt object,
.video-yt embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: 0;
}


.honeypot {
    position: absolute;
    left: -9999px;
}

.form-contatto .field{
  width: 100%;
  padding-right: 0;
  margin-bottom: 1em;
  float: left;
}

.form-contatto .text-field{
  padding-right: 0;
}

.form-contatto form label{
  display: none;
}

.form-contatto form input:not([type=submit]){
    width: 100%;
    padding: 0.7em 1.4em;
    border: 4px solid #000;
    background-color: #f9d500;
    transition: 0.35s;
}


.form-contatto form textarea{
    width: 100%;
    padding: 0.7em 1.4em;
    border: 4px solid #000;
    background-color: #f9d500;
    transition: 0.35s;
}


.form-contatto form input[type=submit]{
    margin-top: 0.5em;
    font-size: 1.6em;
    font-family: 'Fjalla One', sans-serif;
    padding: 0.1em;
    border: 0;
    border-bottom: 4px solid #000;
    background-color: #f9d500;
    text-transform: uppercase;
    cursor: pointer; 
    transition: 0.35s;
}
.form-contatto form input[type=submit]:hover{
  opacity: 0.7;
}

.form-contatto form input:focus {
  background-color: rgba(255,255,255,.3);
  outline: none;
}

.form-contatto form textarea:focus {
  background-color: rgba(255,255,255,.3);
  outline: none;
}

.form-contatto form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.form-contatto form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.form-contatto form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

.form-contatto form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.form-contatto form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.form-contatto form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}


.map-home {
  width: 100%;
  height: 75vh;
}
.map-single {
  width: 100%;
  height: 50vh;
}
.news-box{
  font-size: 1em;
}

.news-box ul{
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.news-home-box ul{
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.poi-info-window div, .poi-info-window a {
    background-color: #f9d500;
}
.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-50%,-109%);
    background-color: #f9d500;
    border-radius: 0;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
    border-bottom: 5px solid #000;
}
.gm-style-iw-d{
  margin: 8px;
  overflow:  hidden !important;
}
.gm-style .gm-style-iw-t::after {
    background: rgba(0,0,0,0);
    box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%,-85%) rotate(-45deg);
    width: 20px;
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
     overflow: hidden;
}

.gm-ui-hover-effect {
    opacity: 1;
}

.gm-style .gm-style-iw {
    font-size: 0.9rem;
}

.gm-style .gm-style-iw h1{
    font-size: 1.2rem;
    margin: .3em 0 .3em 0;
}
.scopri-map{
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.scopri-map:hover{
  text-decoration: underline;
}

.note-tags{
  padding: 0;
  width: 100%;
  float: left;
  margin-bottom: 1em;
  margin-top: 1em;
}

.note-tags li{
  list-style: none;
  background-color: #f9d500;
  float: left;
  margin-right: 0.8em;
  margin-bottom: 0.5em;
}

.note-tags li a {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.8em;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.bg-yellow .note-tags li {
  background-color: #000;
}
.bg-yellow .note-tags li a{
  color: #f9d500;;
}
.gallery-container{
  width: 100%;
  float: left;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #eee;
}
.gallery-container div{
  float: left;
}
.gallery-container a{
  float: left;

}
.gallery-container div:hover{
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,.3);
  transition: 0.5s;
}
.gallery-container img{
  float: left;

}
.article-page .note-date{
  margin-top: 0.5em;
  float: left;
  width: 100%;
  margin-bottom: 0.6em;
  font-size: 0.8em;
}


.sidebar{
    will-change: min-height;
}

.sidebar__inner{
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.all-tags .note-tags{
  font-size: 1.4em;
}

.main .active{
  opacity: 0.35;
}



#instafeed a{
  text-decoration: none !important;
}
.image__overlay{
  position: relative;
  top: 10px;
  height: 0;
  padding: 0 10px;
  color: #fff;
  font-size: 0.7em;
  
}

.image__overlay .image__title{
  padding: 10px;
  background-color: rgba(0,0,0,.3);

}
.image__img{
  object-fit: cover;
  overflow: hidden;

}

.insta-box{
  max-height: 320px;
  overflow: hidden;
}













.acc-buttons{
  position: fixed;
  right: 0;
  top: 20vh;
  z-index: 999;
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  width: 180px;
}
.acc-buttons.close{
  right: -180px;
  transition: 0.35s;
}
.acc-buttons.open{
  right: 0;
  transition: 0.35s;
}
.acc-buttons .open-button{
  position: absolute;
  width: 50px;
  left: -50px;
  top: 0;
  padding: 6px;
  background-color: #f9d500;
}
.acc-buttons .open-button a{
  cursor: pointer;
}
.acc-buttons .open-button img{
  float: left;
}
.acc-buttons .acc-box{
  margin: 0.25rem 0;
  height: 27px;
}
.acc-buttons p{
  float: right;
  padding-bottom: 0;
  margin-left: 0.5rem;
  font-size: 0.9rem;
  line-height: 27px;
}

/* The switch - the box around the slider */
.acc-buttons .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 27px;
}

/* Hide default HTML checkbox */
.acc-buttons .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.acc-buttons .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}

.acc-buttons .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.acc-buttons input:checked + .slider {
  background-color: #f9d500;
}

.acc-buttons input:focus + .slider {
  box-shadow: 0 0 1px #f9d500;
}

.acc-buttons input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}