﻿.FooterContactUs {
    padding-top: 10px;
    margin-top: 15px;
}

.divFooter {
    padding: 40px 0;
    font-size: 12px;
}

.divFooterColumn {
    width: 50%;
    float: left;
    height: 190px;
}

.divFooterContent {
    display: inline-block;
    width: 100%;
}

.FooterHeader {
    padding-bottom: 10px;
    font-size: 14px;
}

.divFooterColumn a {
    display: block;
    text-decoration: none;
    margin-top: 15px;
    font-size: 12px;
}

    .divFooterColumn a:hover, .divLinks a:hover {
        color: #DEDEDE;
    }

.aSocial {
    margin-right: 10px;
    display: inline-block !important;
}

.FooterColumnNoHeight {
    height: auto;
}

.divCox {
    height: 100px;
    background-color: #F2F2F2;
}

    .divCox > div > div {
        /*float: right;*/
        margin: 0 auto;
        height: 20px;
        width: 236px;
        /*background: url(../images/SpriteSheet.png?v=1) 0 77px;*/
        background: url('../Images/Cox Automotive logo.png');
        background-repeat: no-repeat;
        padding-top: 40px;
        padding-bottom: 40px;
        background-position: center;
        cursor: pointer;
    }

.LinksLeft {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.LinksCenter {
    width: 50%;
}

.LinksRight {
    float: right;
    width: 50%;
}

.divLinksPadding {
    padding: 20px;
}

.divLinks a {
    display: block;
    text-decoration: none;
    padding: 12px 0;
    margin: 0 10px;
    font-size: 12px;
}

.divCookieBar {
    width: 100%;
    background-color: white;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
    font-size: 12px;
    line-height: 20px;
}

    .divCookieBar .cb-enable {
        border: 1px solid grey;
        background-color: #e6e6e6;
        padding: 0 4px;
        border-radius: 3px;
        margin: 0 5px;
        text-decoration: none;
    }

        .divCookieBar .cb-enable:hover {
            background-color: #ccc;
        }

#cookie-bar-static a:hover {
    text-decoration: underline;
}

.spnRot13 {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.divFooterSell, .divFooterAbout {
    height: 250px;
}

.divFooterTwitter {
    width: 28px;
    height: 29px;
    background: url(../images/SpriteSheet.png?v=1) 89px -30px;
}

.divFooterFacebook {
    width: 29px;
    height: 29px;
    background: url(../images/SpriteSheet.png?v=1) 61px -30px;
}

.divFooterPintrest {
    width: 29px;
    height: 29px;
    background: url(../images/SpriteSheet.png?v=1) 32px -30px;
}

.divFooterLinkedIn {
    width: 29px;
    height: 29px;
    background: url(../images/SpriteSheet.png?v=1) 89px -59px;
}

.divFooterYoutube {
    width: 29px;
    height: 29px;
    background: url(../images/SpriteSheet.png?v=1) 60px -59px;
}

@media (min-width:360px) {
    .divFooterColumn a {
        font-size: 13px;
    }
}

@media (min-width:660px) {
    .divCookieBar {
        font-size: 14px;
    }

    .cookiebr {
        display: none;
    }
}

@media (min-width:700px) {
    .divFooterColumn {
        width: 25%;
        float: left;
    }
}

@media (min-width:710px) {
    .LinksLeft {
        width: 30%;
    }

    .LinksCenter {
        margin: 0 auto;
        width: 30%;
    }

        .LinksCenter div {
            padding-left: 18px;
        }

    .LinksRight {
        width: 32%;
    }

    .divLinksPadding {
        padding: 20px;
    }

    .divLinks a {
        display: block;
        text-decoration: none;
        padding: 10px 0;
        border-bottom: none;
    }

    .LinksLeft a {
        padding-left: 10%;
    }
}

@media (min-width:950px) {
    .divFooter {
        padding: 50px 0;
    }

        .divFooter .ContentColumn {
            width: 900px;
        }

    .divFooterHeaderSocial {
        /*padding-left: 38px;*/
    }

    .aSocial {
        float: left;
        margin: 0 5px;
    }

    .divFooterColumn {
        height: auto;
    }

    .divCox > div > div {
        /*margin: 10px auto auto auto;*/            
    }

    .divFooterColumn a {
        margin-top: 5px;
    }

    .FooterHeader {
        padding-bottom: 10px;
    }
}

@media (min-width:1200px) {
    .divCookieBar {
        position: fixed;
        bottom: 0;
        border-bottom: none;
    }

    .divCookieBarBottom {
        margin-bottom: 100px;
        border-bottom: 1px solid #e6e6e6;
    }
}