/*
 * FOOTER
 */
 
 .kaze-footer {
 	background-color: #333435;
 	padding: 8px 12px 10px 12px;
 	white-space: nowrap;
 	position: relative;
    text-align: left;
 }
 .kaze-footer-column {
 	display: inline-block;
 	vertical-align: top;
 	padding: 0 6px;
 	width: 16.66666%;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 }
 .kaze-footer-column ul {
 	margin: 0;
 	padding: 0;
 }
 .kaze-footer-column li {
 	margin: 0;
 	padding: 0;
 	list-style: none;
 }
 .kaze-footer-copyright,
 .kaze-footer-column a:link,
 .kaze-footer-column a:visited,
 .kaze-footer h5 {
 	color: #b0b0b0;
 	font-family: Arial, Helvetica, sans-serif;
 }
 .kaze-footer-copyright,
 .kaze-footer-column a {
 	font-size: 12px;
 	line-height: 14px;
 }
 .kaze-footer-column a {
 	white-space: normal;
 	display: block;
 	padding: 2px;
 	text-decoration: none;
 	width: 100%;
 	text-overflow: ellipsis;
 	overflow: hidden;
 	border: 1px solid rgba(176 , 176 , 176 , .1);
 	background-color: rgba(176 , 176 , 176 , .1);
 	margin-bottom: 2px;
 }
 .kaze-footer-column a:hover {
 	text-decoration: underline;
 }
 .kaze-footer h5 {
 	font-size: 14px;
 	line-height: 16px;
 	font-weight: bold;
 	margin: 0 0 7px 0;
 	
 }
 .kaze-footer-copyright {
 	position: absolute;
 	bottom: 10px;
 	right: 10px;
 }