@charset "utf-8";
/* CSS Document */

.footer-section{ background:#2b384c; padding:60px 0 50px;}
.footer-section h3{ color:#fff; font-size:18px; font-weight:600; text-transform:uppercase; padding:0 0 20px; margin:0;}
.copyright-section{ text-align:center; padding:0 0; border-right:dashed 1px #a4a4a4; min-height:200px;}
.copyright-section p{ text-align:center; color:#a4a4a4; line-height:24px; padding:15px 0;}
.news-section{ list-style:none; padding:0; margin:0;}
.news-section li{ display:block; padding:7px 0;min-height: 65px}
.news-section li a{ display:block;}
.news-section li a span{ width:50px; height:50px; border-radius:5px; background:#ffbe2c; float:left; text-align:center; color:#342403; font-size:24px; font-weight:700; margin-right:15px;}
.news-section li a span b{ font-size:13px; display:block; background:#fff; border-radius:0 0 5px 5px; text-transform:uppercase; font-weight:500; line-height:18px;}
.news-section li a p{ color:#a4a4a4; font-size:14px; font-weight:300; line-height:20px;}
.news-section li a:hover p{ color:#fff;}
.footer-nav{ list-style:none; padding:0; margin:0;}
.footer-nav li{ display:block;}
.footer-nav li a{ color:#a4a4a4; font-size:14px; display:block; line-height:30px; font-weight:300;}
.footer-nav li a img{ padding-right:15px;}
.footer-nav li a:hover{ color:#fff;} 
.copyright-text{ display:none;}

/*_____ Footer, Mobile Responsive css start here_____*/
/*-----------------*********************------------------*/

@media(min-width:300px) and (max-width:767px) {
.footer-section{ padding-bottom:0; padding-top:35px;}	
.footer-section h3{ padding-bottom:15px;}	
.copyright-section{ border:none; min-height:20px; text-align:left; display:none;}
.news-section, .footer-nav { padding-bottom:30px;}
.copyright-text{ background:#1A203A; font-size:14px; padding:15px; color:#a4a4a4; font-weight:300; display:block; margin:0;}
}

/*______________Footer, iPad Responsive css start here_____________*/
/*-----------------*********************------------------*/

@media(min-width:768px) and (max-width:991px) {
.copyright-section img{ max-width:80%; height:auto;}
.news-section li a p{ font-size:13px; line-height:16px; height:55px; overflow:hidden;}
.footer-nav li a{ font-size:13px; line-height:28px;}
.footer-nav li a img{ padding-right:9px;}
.footer-section h3{ font-size:15px;}

}

.set_lang {
    color: #a4a4a4;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
}

.set_lang:hover {
    cursor: pointer;
    color: #fff;
}