/*======================================================================*/
/* FOOTER STYLESHEET													*/
/*======================================================================*/
footer {
	width: 100%;
	font-size: 16px;
	position: absolute;
	bottom: 0;
}

#copyright p {
	padding: 15px 20px;
	margin-bottom: 0;
	text-align: right;
	color: inherit;
}

#copyright p a {
	color: inherit;
}

.copyright-break:after {
	content: ' | ';
}

/*======================================================================*/
/* RESPONSIVE															*/
/*======================================================================*/
@media only screen and (max-width : 1024px) {
	
}

@media only screen and (max-width : 768px) {
	footer {
		height: auto;
		text-align: center;
	}

	#copyright p {
		text-align: center;
	}


}

@media only screen and (max-width : 568px) {

}

@media only screen and (max-width : 480px) {
	.copyright-break {
		display: block;
	}
	.copyright-break:after {
		content: '';
	}
}