p{
	color: #000

}

input:-webkit-autofill{

	background-color: #fff !important;

}

textarea:-webkit-autofill{

	background-color: #fff !important;

} 

select:-webkit-autofill {

	background-color: #fff !important;

}





ul,ol{

	list-style: none;

	margin: 0px;

	padding: 0px;

}



a{ outline: none; cursor: pointer; }



a:hover,

a:focus,

a:active{

	-webkit-transition: all 300ms ease-in-out;

	-moz-transition: all 300ms ease-in-out;

	-ms-transition: all 300ms ease-in-out;

	-o-transition: all 300ms ease-in-out;

	transition: all 300ms ease-in-out;

	text-decoration: none;

}



.f-right{ float: right; }



.clear, .clear-lg, .clear-sm, .clear-xs {

	clear: both;

	display: block;

	overflow: hidden;

	visibility: hidden;

	width: 0;

	height: 0;

}

.clear-lg, .clear-sm, .clear-xs {

	display: none;

}