#footer_wrapper {
    position: relative;
    float: left;
    width:100%;
    background-color:#263238;
    padding-bottom: 40px;
}

#footer_inner {
    position: relative;
    min-width:960px;
    max-width:1400px;
    height:100%;
    margin:0 auto;
}

#payment_logos,#footer_links,#company_details,#footer_msg,#awards {
    position: relative;
    float: left;
    width:100%;
    height:90px;
    text-align:center;
    margin-top:20px;
}

#payment_logos {
    height:35px;
}

#footer_links {
    height:30px; line-height:30px;
}

#company_details,#footer_msg {
    height:auto;
    font-size:14px;
}

#footer_links a {
    color:#7C8184;
    text-decoration:none;
    font-size:14px;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

#footer_links a:hover {
    color:#FFF;
}

.about_info_wrap,.ov_about_info_wrap {
    width:100%;
    position: relative;
    float: right;
    right:0;
    height:auto;
}

.info_msg_toggler {
    width: 100%;
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #4a4a4a;
    color: #c3c3c3;
    font-size: 11px;
    cursor: pointer;
}

.info_msg_toggler:hover {
    color:#fc0;
}

.info_msg_toggler:after {
    content: "";
    display: inline-block;
    background: url("/media/icons/open_arrow.png")  top right/12px 12px no-repeat;
    width: 20px;
    height: 9px;
}

.info_msg_txt {
    width: 100%;
    position: relative;
    float: left;
    height: auto;
    color: #a7a7a7;
    padding: 20px;
    box-sizing: border-box;
    font-size: 12px;
    background-color: #555555;
    border-top: 1px solid #656464;
    border-bottom: 1px solid #656464;
    display: none;
}

#sponsor_wrapper {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    position: relative;
    float: left;
    width: 100%;
    height: 270px;
    background-color: #607D8B;
}

#sponsor_inner {
    position: relative;
    min-width: 960px;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
}

#sponsor_inner h1 {
    color: #ECEFF1;
    font-size: 24px;
    font-weight: lighter;
}

#sponsor_inner .sponsor {
    padding: 5px;
    display: inline-flex;
}

#sponsor_inner .sponsors {
    width: 100%;
    text-align: center;
}

#sponsor_inner .sponsor a {
    width: 120px;
    height: 250px;
    display: inline-block;
    color: #263238;
    text-decoration: none;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

#sponsor_inner .sponsor a:hover {
    color: #fff;
    text-decoration: none;
}

#sponsor_inner .sponsor img {
    width: 120px;
    display: inline-block;
    padding-bottom: 5px;
}

#sponsor_inner .sponsor span {
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    display: inline-block;
}

.ov_about_info_wrap {
    z-index: 10;
}

.footer_hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #4c4c4c;
}