﻿#bottom {
    background: #f3f3f3;
    padding: 20px 0;
    position: relative;
}

    #bottom h1 {
        margin: 0 0 20px;
        color: #e30613;
        font-weight: 600;
        font-size: 28px;
    }

    #bottom p {
        margin: 0 0 20px;
        color: #6f6f6f;
        font-size: 14px;
    }

    #bottom .more {
        background: url("/images/more-icon.png") 0 center no-repeat;
        display: inline-block;
        padding-left: 25px;
        font-weight: 600;
        font-size: 14px;
    }

    #bottom .img .play {
        width: 55px;
        height: 55px;
        border: 5px #fff solid;
        border-radius: 55px;
        -moz-border-radius: 55px;
        -webkit-border-radius: 55px;
        background: url("/images/bottom-play.png") center center no-repeat rgba(0,0,0,.4);
        text-indent: -999em;
        top: 30%;
        left: 40%;
        transition: All .2s ease;
        -webkit-transition: All .2s ease;
        -moz-transition: All .2s ease;
        -o-transition: All .2s ease;
        box-shadow: 0 0 0 rgba(255,255,255,.2);
        -moz-box-shadow: 0 0 0 rgba(255,255,255,.2);
        -webkit-box-shadow: 0 0 0 rgba(255,255,255,.2);
    }

    #bottom .img:hover .play {
        border-width: 2px;
        box-shadow: 0 0 30px rgba(255,255,255,.8);
        -moz-box-shadow: 0 0 30px rgba(255,255,255,.8);
        -webkit-box-shadow: 0 0 30px rgba(255,255,255,.8);
    }

    #bottom .item .go {
        font-weight: 600;
        font-size: 14px;
        margin: 10px 0 0;
        display: block;
    }

@media (max-width: 767px) {
    #bottom .wrapper {
        padding: 20px 0 0;
    }

        #bottom .wrapper .item {
            margin-bottom: 20px;
            text-align: center;
        }

            #bottom .wrapper .item img {
                display: inline-block;
            }
}

@media (min-width: 768px) and (max-width: 991px) {

    #bottom .wrapper {
        padding: 20px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}
