
/* TEASERS */
#myCarousel {
    background: ;
}
#myCarousel .pennant {
    color: ;
}

/* GLOBAL */
a {
    color: ;
}
a:hover {
    color:  !important;
}
#nav,
.dropotron,
#footer {
    background: ;
}

/* BUTTONS */
.btn-custom {
    background: ;
    color:  !important;
}
 
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open > .dropdown-toggle.btn-custom {
    background: ;
    color:  !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    border-color: ;
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
    border-color: ;
    box-shadow: 0 0 0 1px ;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
.button.special {
    background-color: ;
    color:  !important;
    border-radius: ;
    border: solid 1px  !important;
}

input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
.button.special:hover,
#header nav > ul > li .button.special:hover {
    background-color: ;
    color:  !important;
}

input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
.button.special:active {
    background-color: ;
}

/* MENU */
.dropotron li.active > a, .dropotron li:hover > a {
    background: ;
    color:  !important;
}

.dropotron li a.selected,
.dropotron li a.category {
    background: ;   
    color: !important;   
}
