.footer .footer-menu{letter-spacing:1px;line-height:26px;}
.footer .footer-menu li{display:inline-block;float:left;padding:0px 10px;}
.footer .footer-menu a{color:#8E9095;}
.footer .footer-menu a:hover{color:#428BCA;}
.footer h3{font-size:16px;text-align:center;letter-spacing:1px;text-transform:uppercase;margin-top:0px;}
.footer .hrline{margin-bottom:20px;height:1px;background-color:#444;position:relative;}
.footer .hrline span{display:inline-block;width:50%;height:1px;background-color:#428BCA;position:absolute;right:0px;top:0px;}
.footer .social{text-align:center;margin-bottom:14px;}
.footer .social .fa-circle{color:#333;}
.footer .social a{font-size:16px;}
.footer .social a:hover .fa-circle{color:#428BCA;}
.footer .social a:hover .fa-inverse{color:#333;}
.footer .footerlogo{display:inline-block;padding:0px 10px;}
.footer .nav_qr img{border:2px solid #FFF;}
.footer .nav_footer{font-size:12px;background-color:#111;padding:15px;color:#EAEAEA;}

@media (max-width: 991px) {
.footer .hrline span{right:calc(50% - 65px);width:130px;}
}

/* share-buttons Start */
ul.share-buttons{list-style:none;padding:0px;margin:0px 0px 10px;}
ul.share-buttons li{display:inline-block;width:40px;height:40px;float:left;margin:0px 3px;}
ul.share-buttons li:first-child{margin-left:0px;}
ul.share-buttons li:last-child{margin-right:0px;width:auto;height:auto;}

ul.share-buttons li a{display:inline-block;width:40px;height:40px;background-color:#FF0000;border-radius:100%;position:relative;}
ul.share-buttons li a:before{
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	font-family:FontAwesome;
	color:#FFF;
	text-align:center;
}

ul.share-buttons li.share-buttons-email a{background-color:#A6A9AC;}
ul.share-buttons li.share-buttons-email a:before{content:"\f0e0";font-size:16px;line-height:42px;}

ul.share-buttons li.share-buttons-googleplus a{background-color:#DC4B38;}
ul.share-buttons li.share-buttons-googleplus a:before{content:"\f0d5";font-size:16px;line-height:42px;}

ul.share-buttons li.share-buttons-facebook a{background-color:#3C5B99;}
ul.share-buttons li.share-buttons-facebook a:before{content:"\f09a";font-size:20px;line-height:42px;}

/*line*/
iframe.line-it-button{
	width:40px !important;
	height:40px !important;
	padding:5px 0px 0px 5px;
	background:#06C755;
	border-radius:100%;
}
/* share-buttons End */