.dropdown .bg-important .caret {
    color: #fff;
}

.wrapper-padding-top {
    padding-top: 50px;
}

.vt-title {
    font-size: 24px;
}

.name-league {
    padding-top: 8px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

.sidebar .vt-title {
    font-size: 22px;
}

.vt-btn-background .vt-title {
   font-size: 20px;
   background-color: #003A7B; 
}

/* OWL CAROUSEL CAPTION */
.owl-carousel .item .item-caption {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.owl-carousel .item .item-caption span {
    background: #df130b;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    float: right;
    text-transform: uppercase;
    padding: 10px;
}

/* GOLF COMP LIST */
.comp-list .media {
    position: relative;
    border: 1px solid #aaaaaa;
}

.comp-list .media img.media-object {
    width: 155px;
    height: 155px;
}

.comp-list .media .media-body {
    padding-top: 10px;
    padding-bottom: 27px;
}

.comp-list .media .media-body p {
    text-align: justify;
}

.comp-list .media .media-mod {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #003A7B;
    color: #ffffff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.comp-list .media .info {
    padding-bottom: 10px;
}

.comp-list .media .info .media-date {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.comp-list .media .info .status.on {
    color: green;
}

.comp-list .media .info .status.off {
    color: red;
}

/* NEWS SIDEBAR */
.sidebar .media-body {
    width: auto;
}

.sidebar .news .media-body .media-heading {
    margin-top: 25px;
}

.sidebar .news .media-object {
    width: 80px;
    height: 80px;
}

.sidebar .news .news-cat {
    position: absolute;
    background-color: #003A7B;
    color: #ffffff;
    padding: 0 3px;
    width: auto;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.25px;
    font-weight: 400;
    font-family: "Roboto Condensed",sans-serif;  
}

.sidebar .news .media-date {
    margin-top: 15px;
}

.sidebar .news > .media {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}

.sidebar .news > .media:last-child {
    border-bottom: none;
}

@media(max-width: 400px) {
    .vt-title {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .media-left, .media-right {
        display: block;
        vertical-align: none;
    }

    .comp-list .media .media-object {
        display: block;
        width: 100%;
        height: auto;
    }

    .media-left, .media > .pull-left {
        padding-right: 0;
    }

    .comp-list .media .media-body {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sidebar .news .media-object {
        display: block;
        width: 100%;
        height: auto;
    }

    .sidebar .news .media-body {
        padding-top: 15px;
    }
}

.btn.btn-primary {
    color: #ffffff !important;
}