.layout-footer{
	allign:	center;
	font-size:	22px;
	padding-top:	10px;
	padding-bottom:	10px;
}
.layout-footer-columns{
	overflow: auto;
}
.footer-col1o3{
	width: 33.33%;
	float: left;
	text-align:	center;
	
}
.footer-col-header{
	height:	65px;
}

.footer-header{
	font-size:	28px;
}
.footer-text{
	padding:	10px;
	font-family: Helvetica,Arial,sans-serif;
}
.footer-image{
	text-align: center;
	margin:	20px 0;
/*	
	height: 215px;	
	
	background-image: url('/modules/mod_xeenfooter/images/stopka_pasek.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
*/	
}

.footer-image > img{
	height:	auto;
	width:	100%;
}
.footer-image-big{
	display: inline;
}
.footer-image-small{
	display: none;
}
.footer-copy-right{
	font-size: 10px;
	text-align: center;
}
@media (max-width:1100px){
	.footer-text{
		font-size: 18px;
	}
}
@media (min-width:1025px){
	.footer-col1o3{
		width: 33.33%;
		border-right: 2px solid black;
	}
	.footer-col1o3:last-of-type{
		border-right: 0px solid black;
	}
}
@media (max-width:1024px){
	.footer-col1o3{
		margin:	0 40px;
		min-width:	480px;
		width:	auto;
		float: none;
		
		padding: 20px;
		border-bottom: 2px solid black;
		
	}
	.footer-col1o3:last-of-type{
		border-bottom: 0px solid black;
	}
	.footer-image-big{
		display: none;
	}
	.footer-image-small{
		display: inline;
	}

}
@media (max-width:560px){
	.footer-col1o3{
		margin:	0;
		width:	100%;
		min-width:	0;
		padding: 20px 0;
	}
	.footer-text{
		font-size: 18px;
	}
}