footer {
	display: block;
	position: relative;
	z-index: 1000;
	margin: 0;
	padding: 20px;
	background: rgba(255,255,255,1);
}
footer h5 {
	margin: 0;
	line-height: 1.5em;
}
footer a:link,
footer a:visited,
footer a:active {
	color: #8a7e70;
	text-decoration: none;
}
footer .credits {
	font-size: 9px;
	letter-spacing: 0.3em;
}
footer div a:hover,
footer a:hover {
	color: #000;
}
footer h5 > .copyright:after,
footer h5 > .credits:before {
	content: "";
	display: inline-block;
	opacity: 1;
	width: 35px;
	height: 1px;
	border-top: 1px solid #8a7e70;
}
footer h5 > .copyright:after {
	margin: 0 25px 4px 30px;
}
footer h5 .credits {
	margin: 0 5px;
}
footer h5 > .credits:before {
	margin: 0 30px 4px 25px;
}
footer div {
	display: inline-block;
	width: auto;
	color: #555;
}
footer div a:link,
footer div a:visited,
footer div a:active {
	color: #555;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
footer div a:hover {
	color: rgba(85,85,85, 0.8);
}
footer div > span {
	margin: 0 5px;
}

/* @group Mobile Styles */
	@media (max-width: 767px){
		footer{
			text-align: left;
		}
		#terms-conditions{
			color: #8a7e70;
			margin-top: 10px;
		}
		footer div > span:first-child{
			display: block;
		}
	}
/* @end */

/* @group Mobile Styles */
	@media (min-width: 768px) and (max-width: 1149px){
		footer h5 > .copyright:after,
		footer h5 > .credits:before{
			content: "";
			border: none;
			height: auto;
			width: auto;
		}
		footer h5 > .copyright:after {
			margin: 0 5px 0 10px;
		}
		footer h5 > .copyright,
		footer h5 > .credits {
			display: block;
		}
		footer h5 > .credits:before {
			margin: 0 10px 0 5px;
		}
		footer h5 > span:nth-child(2):after{
			opacity: 0;
		}
	}
	@media (min-width: 1150px) and (max-width: 1430px){
		footer h5 > .copyright:after,
		footer h5 > .credits:before{
			content: "|";
			border: none;
			height: auto;
			width: auto;
		}
		footer h5 > .copyright:after {
			margin: 0 5px 0 10px;
		}
		footer h5 > .credits:before {
			margin: 0 10px 0 5px;
		}
		footer h5 > span:nth-child(2):after{
			opacity: 0;
		}
	}
/* @end */