﻿/*		Global
-----------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	direction: rtl;
}
body {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	background-color: #171c28;
	color: #eaedf2;
}
img {
	border: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #667282;
}
a:focus,
a:active,
a:hover {
	outline: 0;
}
a:hover {
	text-decoration: none;
}
textarea {
	-webkit-resize: none !important;
	-moz-resize: none !important;
	-ms-resize: none !important;
	-o-resize: none !important;
	resize: none !important;
}
.copyr {
	font-size: 11px;
	color: #7a8491;
}
.clr, .end {
	clear: both;
	float: none;
}
/*		Main
-----------------------------------------------------------------------*/
#wrap {
	margin: 20px;
}
h1 {
	margin: 10px 0;
}
h2 {
	margin: 15px 0;
}