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