﻿/*
Lovas Template
creation Date: 2018-06-05
Author: Sebastian Osinski
http://www.sebbi.net
*/

#footer-wrapper,
#footer-wrapper *{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#footer-wrapper{
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer-wrapper a:hover{
	text-decoration: underline;
}
#footer-wrapper p{
}