/* Versioning */

.footer_extended.container{
	position: relative;
    top: -20px;
}

.block-release-versoning{
	text-align: right;
    position: relative;
    top: -62px;
}

.version-blog-theme{
	position: relative;
    top: -60px;
    padding-bottom: 0px; /*21px;*/
    display: inline !important;
    text-align: right;
}

.l-r.region.pr-footer__footer{
	margin-top: -20px;
}

@media(max-width: 640px) and (min-width: 320px){

.copyright-blog-theme.hrDivider{
	padding-bottom: 20px !important;
}	

.version-blog-theme{
    top: -50px;
    text-align: left;
}

.hrDivider {
    border-bottom: 2px solid #454545;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.block-release-versoning{
	text-align:left;
}

.footer_copyright .copyright-adr-theme.copyrightCont {
    padding-bottom: 50px !important;
}

}

@media (max-width: 991px) and (min-width: 641px){
.block-release-versoning{
	top: -58px;
    display: inline !important;
    float: right;
}
}