﻿ 

.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
    
}

    .slick-dots li {
        display: inline-block;
        margin-left: 4px;
        margin-right: 4px;
         
    }

        .slick-dots li.slick-active button {
            background-color: black;
           
        }

        .slick-dots li button {
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
            background-color: #999;
            border: none;
            width: 15px;
            height: 15px;
            border-radius: 50%; display:none;
        }

        .slick-dots li :hover {
            background-color: black;
        }

/* Custom Arrow */
.prev {
    color: #999;
    position: absolute;
    top: 38%;
    /*left: -2em;*/
    font-size: 1.5em;
}

    .prev :hover {
        cursor: pointer;
        color: black;
    }

.next {
    color: #999;
    position: absolute;
    top: 38%;
    right: 2%;
    font-size: 1.5em;
}

    .next :hover {
        cursor: pointer;
        color: black;
    }

@media screen and (max-width: 700px) {
    .next {
        display: none !important;
    }
    .prev {
        display: none !important;
    }
}
@media screen and (max-width:680px) {
    .h-brand {
        width:45%;
    }
}
.h-brand {
 
    max-width: 300px;
    border: 2px solid white;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
 
}
.v-full-width{width:100%;height:auto;background-color:#0c0b0b;padding-bottom:100px;padding-top:15px;margin-top:35px; }