/* Custom CSS
=================================================================== */
/* Bootstrap overrides */

.alert {
    padding: 8px 35px 8px 14px;
}

.alert ul {
    margin: 0 0 0 25px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #cc0000;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background-image: none;
    background-color: #cc0000;
    color: #FFF;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-image: none;
    background-color: #cc0000;
    color: #FFF;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .index.index #upcoming-events {
        min-height: 200px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .index.index #upcoming-events {
        min-height: 266px;
    }

    .sempreferrari-past-issue-archive .issue {
        min-height: 90px;
    }

    .contact.about-the-club #splash {
        position: absolute;
        top: 130px;
        right: 335px;
        width: 210px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .index.index #upcoming-events {
        min-height: 266px;
    }

    .sempreferrari-past-issue-archive .issue {
        min-height: 90px;
    }

    .contact.about-the-club #splash {
        position: absolute;
        top: 130px;
        right: 115px;
        width: 210px;
    }
}

h1 {
    font-size: 18px;
}

a:link {
    color: #cc0000;
}

/* unvisited link */
a:visited {
    color: #cc0000;
}

/* visited link */
a:hover {
    color: #cc0000;
    border-bottom: 1px solid #cc0000;
}

/* mouse over link */
a:active {
    color: #cc0000;
}

/* selected link */

/* homepage */
.index.index #upcoming-events {
    background-color: #000;
    max-height: 300px;
}

.index.index #upcoming-events h3 {
    color: #FFF;
}

.index.index #events {
    overflow: auto;
    max-height: 225px;
}

.index.index #home-carousel {
    padding-top: 15px;
}

.index.index #home-carousel .carousel-control.right,
.index.index #home-carousel .carousel-control.left {
    background-image: none;
}

.index.index #home-carousel .carousel-indicators {
    display: none;
}

.index.index #upcoming-events ul {
    padding: 0 20px 0 0;
    margin: 0;
}

.index.index #upcoming-events li {
    list-style: none;
    color: #FFF;
}

.index.index #upcoming-events li a:link {
    color: #FFF;
}

/* unvisited link */
.index.index #upcoming-events li a:visited {
    color: #FFF;
}

/* visited link */
.index.index #upcoming-events li a:hover {
    color: #FFF;
    border-bottom: 1px solid #cc0000;
}

/* mouse over link */
.index.index #upcoming-events li a:active {
    color: #FFF;
}

/* selected link */

.index.index #upcoming-events li span {
    color: #cc0000;
}

.index.index #upcoming-events .jspVerticalBar {
    background: #000;
}

.index.index #upcoming-events .jspDrag {
    background: #cc0000;
}

.index.index #upcoming-events .jspTrack {
    background: #000;
}

.index.index #hero {
    background-color: #000;
}

.index.index .promo {
    margin: 5px 0 5px 0;
}

.index.index .promo a:link {
    color: none;
}

/* unvisited link */
.index.index #upcoming-events li a:visited {
    color: none;
}

/* visited link */
.index.index .promo img:hover {
    color: none;
    border: 1px solid #cc0000;
}

/* mouse over link */
.index.index #upcoming-events li a:active {
    color: none;
}

/* selected link */

.index.index #fca-sw-event-galleries {
    background-color: #730816;
    color: #fdf9ba;
}

/* calendar */
.calendar.index #events ul {
    list-style: none;
}

.calendar.index #events li {
    padding-bottom: 15px;
}

.calendar.index .events {
    list-style: none;
    padding: 0;
    margin: 0;
}

.calendar.index .event-details {
    list-style: none;
    padding: 0 0  20px 0;
    margin: 0;
}

.calendar.index .event-details li {
    padding-top: 10px;
}

/* sempreferrari past-issue-archive */
.sempreferrari.past-issue-archive .issue {
    margin: 10px 0;
}

.sempreferrari.past-issue-archive .issue h4 {
    color: #cc0000;
}

.sempreferrari.article-submissions h2 {
    font-size: 18px;
}

/* contact about-the-club */
.contact.about-the-club #splash {
    font-size: 16px;
    font-weight: bold;
}

.contact.about-the-club ul {
    list-style: none;
}

/* contact board-of-directors */
.contact.board-of-directors h3 {
    font-size: 16px;
}

.contact.board-of-directors ul {
    list-style: none;
}

/* ferrariownership */

/* ferrariownership tech-tips */
.ferrari-ownership .contents {
    margin-top: 20px;
}

.ferrariownership.tech-tips .contents a:link {
    color: #000;
}

/* unvisited link */
.ferrariownership.tech-tips .contents a:visited {
    color: #000;
}

/* visited link */
.ferrariownership.tech-tips .contents a:hover {
    color: #000;
    border-bottom: 1px solid #cc0000;
}

/* mouse over link */
.ferrariownership.tech-tips .contents a:active {
    color: #000;
}

/* selected link */

/* search */
.search.index #search-message {
    display: none;
}

/* pager */
.pagination > li > a, .pagination > li > span {
    color: #777;
}

.pagination li.active a {
    background-color: #cc0000;
    border: 1px solid #ddd
}