/* SLIDER HOME */
.slider .item-first {
    background-image: url(../images/slider1.jpg);
}
.slider .item-second {
    background-image: url(../images/slider2.jpg);
}

/* NAVBAR */
a.navbar-brand, a.navbar-brand i {
    color: #aecf1c !important;
    transition: all .3s !important;
}
a.navbar-brand:hover, a.navbar-brand:hover i {
    color: #9eb923 !important;
}
.navbar-collapse .navbar-nav li a {
    color: #333 !important;
    text-transform: uppercase;
    font-weight: bold !important;
    transition: all .3s !important;
}
.navbar-collapse .navbar-nav li a:hover {
    color: #9eb923 !important;
}
.navbar-collapse .navbar-nav li.btn-login a.login {
    background-color: #aecf1c !important;
    color: #fff !important;
    transition: all .3s !important;
}
.navbar-collapse .navbar-nav li.btn-login a.login:hover {
    background-color: #9eb923 !important;
    color: #fff !important;
}

/* UMUM */
.my-button, .my-button a {
    background-color: #aecf1c !important;
    color: #fff !important;
    border: 0 !important;
    transition: all .3s !important;
}
.my-button:hover, .my-button:hover a {
    background-color: #9eb923 !important;
    color: #fff !important;
}
i.my-icon {
    color: #aecf1c !important;
}
i.my-icon-bg {
    background-color: #aecf1c !important;
    color: #fff !important;
}
a {
    color: #aecf1c !important;
    transition: all .3s !important;
}
a:hover {
    color: #9eb923 !important;
}

