/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

#footer, .footer {
	float: none;
	position: absolute;
	width: 100%;
	/* Set the fixed height of the footer here. This makes it overlap body */
	height: 38px;
	bottom: 0px;
	font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans",sans-serif;
	padding: 1.6em;
	padding-top:0.5em;
	padding-bottom: 0px;
	clear:both;
	text-align: left;
}


.footer .footer-r br{
	display: none;
}

.footer .footer-r .small{
	padding-left:5px;
	display: inline;
}

.footer>.container {
	padding-right: 15px;
	padding-left: 15px;
}

.footer	ul {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: .4em 0;
}

.footer	li {
	display: inline-block;
	margin: .4em;
}

#footer a, #footer a:visited, .footer a, .footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover, .footer a:hover {
	color: white;
	border-bottom: solid 1px white;
}

#footer .footer-r a:hover{
	color: white;
	border-bottom: none;
}

#footer .footer-logo a, #footer .footer-logo a:visited {
	border: none;
	color: white;
    text-decoration: none;
}

#footer .footer-logo {
	text-align: center;
}

#footer .footer-logo .logo-image {
	height: 54px;
	width: 105px;
}

@media all and (max-width: 991px) {
	#footer, .footer {
		height: 40px;
	}

	.footer-l{
		display:none;
	}

	#footer {
		padding-top:0px;
	}

	.footer-r a {
		padding-top: 10px;
		width: 100px;
		margin: 0 auto;
		display: block;
		padding-bottom: 10px;
	}

	.footer-r a img{
		width:100px;
	}

}

@media all and (min-width: 480px) and (max-width: 767px) {
	#footer .footer-logo .logo-image {
	    width: 93px;
	    height: 48px;
	}
}

@media all and (min-width: 768px) and (max-width: 1199px) {
	#footer .footer-logo .logo-image {
	    width: 105px;
	    height: 54px;
	}
}