﻿/*------------------------------------------------*/
/* START FOOTER */
/*------------------------------------------------*/
.FooterPane {
    width: 100%;
    position: relative;
    padding-top: 122px;
    background:#20273a url(images/footer-bg.jpg) no-repeat center center;
    background-size: cover;
}

.FooterPane p {
    color:#878787;
}
.FooterPane hr {
    border-top: 1px solid #e3022a;
}
#dnn_FooterPane .info-box {
    margin-top: 17px;
    font-size: 16px;
    color: #004a8f;
}
.CompanyPane {
    margin-top: -192px;
    position: relative;
}
#dnn_CompanyPane {
    background-color:#fff;
    position:relative;
    margin-bottom: 50px;
    padding-top: 47px;
}
#dnn_CompanyPane::before,#dnn_CompanyPane::after {
    position: absolute;
    content: '';
    right: -9px;
    bottom: 0;
    height: 90px;
    background-color: #6fa750;
    width: 9px;
}
#dnn_CompanyPane::after {
    right:auto;
    left:-9px;
}
.footer-list {
    list-style:none;
    margin:0;
    padding: 10px 0;
    text-align: right;
}
.footer-list li {
    position:relative;
    transition:all 0.3s ease;
}
.footer-list li a {
    color: #949494;
    padding: 5px;
    display: block;
    font-size: 14px;
}
.footer-list li::before {
    position: absolute;
    content: '';
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #e3022a;
    width: 11px;
    height: 6px;
    border-radius: 5px;
    opacity:0;
    transition:all 0.3s ease;
}
.footer-list li:hover::before {
    opacity:1;
}
.footer-list li:hover a {
    color:#fff;
}
.info-box {
    padding-bottom: 5px;
    color:#878787;
    display: inline-block;
}
.info-box .col-md-11 {
    padding: 10px;
    line-height: 27px;
    font-size: 14px;
}
.info-box.add {
    min-height: 81px;
}
.info-box img {
    padding: 3px;
    margin-top: 8px;
}
.copyright {
    color: #fdfdff;
    padding: 10px 0;
    text-align: center;
    position: relative;
    background-color: #7c8396;
    display: table;
    width: 100%;
    margin-top:10px;
}
.FooterPane .Theme_26_Default .fa {
    color: #fdfdff;
    font-size: 19px;
    margin: 0 7px;
    transition:all 0.3s ease;
}
.FooterPane .Theme_26_Default .fa:hover {
    color:#6fa750;
}
.FooterPane .Theme_26_Default {
    margin-bottom: 0;
    text-align: right;
    padding-top: 12px;
}
.copyTxt {
    text-align:left;
    padding-top:12px;
}
.copyTxt a {
    color: #bfbfbf;
}
@media all and (max-width:768px) and (max-width:991px) {

    div#dnn_FooterPaneCenter {
        padding-right: 52px;
    }
    .DNNContainer_Title_Attention {
    margin-top: 0;
}
}
@media all and (max-width:767px) {
    .footer-list li {
        display:inline-block;
        width:40%;
    }
    .FooterPane .Theme_26_Default {
        text-align:center;
    }
    .copyTxt {
        text-align:center;
    }
}
/*------------------------------------------------*/
/* END FOOTER */
/*------------------------------------------------*/