body:not(.isTablet) #indice .units ul li:hover, 
#indice .units ul li:focus, 
#indice .units ul li.active {
  background: #acd04c !important;
}

.btn-primary, 
.btn-primary.disabled, 
.btn-primary.disabled:focus {
  background-color: #acd04c !important;
}

a:hover, 
a:active, 
a:focus {
  color: #acd04c !important;
}

div.title {
    background-color: #acd04c;
    padding: 1rem;
    color: white;
}

.header.default {
background-color:#acd04c;
}


iframe {
    display: block;
    background-color: white;
}

#swipeview-slider .swipeview-active .item {
    background-color: white;
}