# SK custom colors

a {
        color: #abd245;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #a5c944;
        background-image: linear-gradient(to bottom, #abd245, #9abd3e);
        background-repeat: repeat-x;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
        text-shadow: none;
        color: #ffffff;
        background-color: #a5c944;
        background-image: linear-gradient(to bottom, #abd245, #9abd3e);
        background-repeat: repeat-x;
}

/* menu */
#menu {
        background-color: #a5c944;
        background-image: linear-gradient(to bottom, #abd245, #9abd3e);
        background-repeat: repeat-x;
        border-color: #9abd3e #9abd3e #627828;
        min-height: 40px;
}
#menu .see-all:hover, #menu .see-all:focus {
        text-decoration: none;
        color: #ffffff;
        background-color: #a5c944;
        background-image: linear-gradient(to bottom, #abd245, #9abd3e);
        background-repeat: repeat-x;
}
#menu .btn-navbar {
        font-size: 15px;
        font-stretch: expanded;
        color: #FFF;
        padding: 2px 18px;
        float: right;
        background-color: #a5c944;
        background-image: linear-gradient(to bottom, #abd245, #9abd3e);
        background-repeat: repeat-x;
        border-color: #9abd3e #9abd3e #627828;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
        color: #ffffff;
        background-color: #a5c944;
}

/* buttons */
.btn-primary {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #a5c944;
        background-image: linear-gradient(to bottom, #abd245, #9abd3e);
        background-repeat: repeat-x;
        border-color: #9abd3e #9abd3e #627828;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        background-color: #9abd3e;
        background-position: 0 -15px;
}
.btn-link {
        border-color: rgba(0, 0, 0, 0);
        cursor: pointer;
        color: #abd245;
        border-radius: 0;
}

