﻿.FooterCSS {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #363636;
    color: #FFF;
    font-size: 14px;
}

    .FooterCSS a {
        color: #fff;
        text-decoration: none;
    }

        .FooterCSS a:hover,
        .FooterCSS a:focus,
        .FooterCSS a:active {
            color: #f5d815;
            text-decoration: underline;
        }

        .FooterCSS a:focus,
        .FooterCSS a:active {
            border-color: #0E8387 !important;
            outline: 2px #0E8387 !important;
            outline: thin dotted \9;
            border-collapse: separate; /* hack for checkboxes */
            -webkit-box-shadow: 0 0 0px 1px #0E8387;
            -moz-box-shadow: 0 0 0px 1px #0E8387;
            box-shadow: 0 0 0px 1px #0E8387;
            -webkit-transition: border linear 0.1s, box-shadow linear 0.1s;
            -moz-transition: border linear 0.1s, box-shadow linear 0.1s;
            -ms-transition: border linear 0.1s, box-shadow linear 0.1s;
            -o-transition: border linear 0.1s, box-shadow linear 0.1s;
            transition: border linear 0.1s, box-shadow linear 0.1s;
        }

    .FooterCSS .BottomItem {
        padding-top: 15px;
        padding-bottom: 15px;
    }
