@charset "utf-8";
/* CSS Document */

/* Reset CSS Trick Start */

html {
	min-height: 100%;
	margin-bottom: 1px;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}

img, img a, fieldset {
	border: 0;
}

ul, ol {
	list-style: none;
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

.clearfix { 
	display: block; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
.clear { 
	clear: both; 
	font-size: 1%; 
	height: 1%; 
	line-height: 0; 
}

input{
	border:none;
	outline:none;
	}
p, h1, h2{
	direction:rtl;
}

/* Reset CSS Trick End */

