﻿.autoplayaltslider .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .autoplayaltslider .carousel-caption h5 {
        font-size: 14px;
        font-weight: bold;
        font-family: 'NeoSansPro-Regular';
    }

    .autoplayaltslider .carousel-caption h6 {
        font-size: 10px;
        font-family: 'NeoSansPro-Regular';
    }

.link_list {
    float: left;
    margin: 15px 0 0;
    color: #a3a3a3;
}

    .link_list a {
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.6;
        color: #a3a3a3;
        margin: 5px 0;
    }

        .link_list a:hover {
            color: #990000;
        }

@media(max-width:767px) {

    .link_list a {
        font-size: 12px;
    }
}
