.krayt_shop_copyright{
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #242424;	
}

.krayt_shop_copyright_text{
    color: #919191;
    text-align: center;
    font: 12px/14px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    transition: .2s;
}

.krayt_shop_copyright_text:hover,.krayt_shop_copyright_text:focus{
	text-decoration: none;
	color: #aaa;
}

.krayt_shop_copyright_text:active{
	text-decoration: none;
	color: #888;
}