footer {
    background-color:#ffffff;
    color:#000000;
    display: block;
    margin: 0 auto;
}

.drfFooter {
    width:1180px;
    margin-left:90px;
}

.footerWrap {
    width:1180px;
    display: block;
    margin: 0 auto;
}

.searchWrap {
    width:1180px;
    height:70px;
    display: block;
    margin: 0 auto;
}

.searchLeft {
    float:left;
    padding:10px;
    width:450px;
}

.searchLogo {
    height:50px;
    margin-right:20px;
}

.socialSearch {
    height: 30px;
    width: 30px;
    margin-bottom:10px;
    margin-right:15px;
}

.searchRight {
    padding:10px;
    float:left;
}

.searchBox {
    margin-top:10px;
    height:30px;
    width:590px;
    border: 1px solid #cccccc;
}

.searchMag {
    height: 30px;
    width: 30px;
    cursor:pointer;
    float:left;
}

.searchText {
    color:#161616;
    float:left;
    width:500px;
}

input[type=text] {
    border:none;
    height:28px;
    padding-left:5px;
}

#searchInput {
    width: 500px;
}

.footerMenu {
    display: block;
    margin: 0 auto;
    padding-bottom: 25px;
}

.footerMenu ul {
    list-style-type:none;
}
ul  {
    list-style-type:none;
}
.footerColumnTop {
    text-transform: uppercase;
    margin-top:20px;
    margin-bottom:15px;
    font-size: 18px;
}

.footerMenu li {
    width: 146px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    float: left;
}
.footerMenu li a {
    color: #161616;
    display: block;
    line-height: 18px;
    padding-bottom: 16px;
    text-decoration:underline;
}
.footerMenu li a:hover {
    color: #ec1c24;
}
.footerMenu li ul {
    margin: 5px 0 0 0;
    margin-left: -40px;
}
.footerMenu li ul.subLink {
    margin-bottom: 30px;
}
.footerMenu li ul li {
    float: none;
    width: auto;
    margin: 0;
}

.footer {
    margin: 18px 0;
}

.copyRight {
    width:1170px;
    text-align:center;
}

.footerImage {
    width:130px;
}

@media only screen and (max-width: 1200px) {
    .searchWrap {
        width:970px;
    }

    .socialSearch {
        margin-right:10px;
    }

    .searchLeft {
        width:310px;
    }

    .footerWrap {
        width:970px;
    }

    .footerMenu {
        width:970px;
    }

    .drfFooter {
        width: 970px;
        margin-left: 0;
    }

    .copyRight {
        width: 970px;
    }
}

@media only screen and (max-width: 979px) {

    .footer {
        width:100%;
    }

    .searchWrap {
        width:0;
        height:0;
    }

    .copyRight {
        width:100%;
        color: #161616;
        margin-bottom:15px;
    }
    .mobileFooterApp {
        width:100%;
        margin-top:20px;
        margin-bottom:10px;
        text-align:center;
    }

    .socialImage {
        height:40px;
        width:40px;
    }

    .mobileAdCenter {
        width: 320px;
        margin: 0 auto;
        text-align: center;
    }

    .moblieAdBottom {
        height: 50px;
        width: 100%;
        background: #ffffff;
        font-size: 16px;
        position: fixed;
        bottom: 0;
        left:0;
        display: block;
    }

}

