/* Begin Back-to-top */
a.back-to-top {
    display: none;
    position: fixed;
	z-index:9000;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}

a.back-to-top i {
    display: block;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #548dd4;
    border-radius: 50% 50%;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover,
a.back-to-top:focus {
    text-decoration: none;
}
/* End Back-top-top*/
.h2article{
	font-size: 24px;
}

.footer__stats{
	margin-top: 16px;
	color: #fff;
	line-height: 24px;
}