
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



.clr{
	clear: both;
}


/* Media Queries */
@media screen and (max-width: 767px) {
	
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}