
/* ------------ ######
FOOTER
------------ #### */
footer {
    background: #000;
    color: #fff;
    clear: both;
    /*margin-top: 30px;	*/
    width: 100%;
    float: left;
}
footer .container {
    text-align: center
}
footer a{
	color:#fff;
	font-weight: 700;
	font-size: 14px;
	letter-spacing:.3px;
}
footer a:hover {color:#26bbdb;}
.footer_section {
    width: 100%;
    color: #adadad;
    padding: 10px 0;
	float:left;
	border-bottom:1px solid #222;
}
.footer_section li {
    padding: 4px 0;
    text-align: center;
    display: inline-block;
    margin: 0 15px;
}
.footer_section li a{
	letter-spacing:.6px;
}
.aboutus-editions {
    width: 100%;
	float:left;
    text-align: left;
	border-bottom:1px solid #222;
    color: #666;
}
.aboutus-editions a {
    color: #666;
}
.aboutus-editions .footer-stack, .aboutus-editions .footer-link {
    padding: 15px 0;
	float:left;
}
.aboutus-editions .footer-stack {
	width:25%;
}
.aboutus-editions .footer-stack img {
	width:50%;
}
.aboutus-editions .footer-link {
	width:75%;
}
.aboutus-editions .footer-width {
	width:33.33%;
	float:left;
}
.aboutus-editions li {
    padding-left: 0
}
.aboutus-editions li a {
    color: #666;
    font:400 14px/32px 'Lato',sans-serif!important;
    letter-spacing: .6px;
}
footer .copyright {
    color: #666;
    float: left;
    font:400 14px/32px 'Lato',sans-serif!important;
    letter-spacing: .6px;
}
footer .copyright b {
    color: #999;
    font-weight: 400
}
footer .share-icon {
    float: right;
    padding-top: 16px;
	list-style:none;
}
footer .share-icon a {
	display:inline-block;
	color:#505050;
	font-size: 18px;
	margin-left: 15px;
}
footer .share-icon a:hover {color:#8adb2b;}

#backtotop{
	width: 50px;
	display: block;
	position: fixed;
	z-index: 99;
	bottom: 222px;
	right: 0px;
	opacity: 0.2;
	-webkit-transition: 4s ease-out;
	-moz-transition: 4s ease-out;
	-o-transition: 4s ease-out;
	transition: 4s ease-out;
}
#div-gpt-ad-Adhesion{
	bottom:0;
	left:0;
	right:0;
	z-index:99999;
	background:#fff;
	border-top:1px solid #E5E5E5;
	text-align:center;
	padding:0;
}
@media screen and (max-width: 768px){
	.footer_section li {margin: 0 10px;}
	.aboutus-editions {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	.footer-stack img{width:75%;margin-top: 10px;}
	footer a {
		font-size: 13px;
		letter-spacing: 0px;
	}
	footer .copyright{width:100%;border-bottom: 1px solid #111;}
	footer ul.social{
		float: left;
		width: 100%;
		text-align: center;
	}
	footer .share-icon {
		float: none;
		padding-top: 5px;
		padding-bottom: 15px;
		list-style: none;
		margin: 0 auto;
	}
	#backtotop{display:none !important;}
}
@media only screen and (max-width: 580px){
	.aboutus-editions .footer-stack{display:none;}
	.aboutus-editions .footer-link{width:100%;}
	.aboutus-editions .footer-width{
		width: 100%;
		position:relative;
		margin-bottom: 25px;
	}
	.aboutus-editions .footer-width:before {
		position: absolute;
		content: "";
		height: 1px;
		width: 100%;
		bottom: -5px;
		left: 0;
		background:#111;
	}
	.aboutus-editions .footer-width:last-child{
		margin-bottom: 0px;
	}
	footer .copyright {
		padding: 0 25px 10px;
		box-sizing:border-box;
		line-height:22px !important;
		letter-spacing:0;
		margin-bottom:10px;
	}
	footer .share-icon a {
		display: inline-block;
		color: #26bbdb;
	}
}
/* ------------ ######
FOOTER ENDS
------------ #### */