/*
Author: توس وب
Author URI: http://2sweb.ir
*/

@font-face {
    font-family: 'toosweb-yekan';
    src: url('../fonts/BYekan.eot') format('eot'),
         url('../fonts/BYekan.ttf') format('ttf'),
         url('../fonts/BYekan.woff') format('woff');
         font-weight: normal;
         font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Reset HTML Elements *//* ----------------------------------------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block
}
::selection {
 background:#a94545;
 color:#fff;
}
::-moz-selection {
 background:#a94545;
 color:#fff;
}
::-webkit-selection {
 background:#a94545;
 color:#fff;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	padding: 0;
	margin: 0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul, li {
	list-style:none;
}
caption, th {
	text-align:right;
	font-weight:bold;
}
q:before, q:after {
	content:'';
}
* {
	outline: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a img {
	border:0;
}
/*-General Styles------------------------------------------*/

a, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:active {
	border: 0;
/*	color:#d70500;*/
}
p {
	line-height:25px;
	direction: rtl;
	font-family: Tahoma, Geneva, sans-serif;
}
p a, p a:visited {
	text-decoration:none;
}
.clearfix:after {
	content: '';
	clear:both;
}
.clearfix {
	zoom: 1; /* IE 6/7 */
}
.clear {
	clear:both;
}
h1, h2, h3, h4, h5, h6, figcaption,pre {
    font-family: 'toosweb-yekan', arial, tahoma;
    font-weight: bold;
}
h1 {
font-size:28px;
line-height:40px;
}
h2 {
font-size:25px;
line-height:38px;
}
h3 {
font-size:23px;
line-height:38px;
}
h4 {
font-size:19px;
line-height:38px;
}
h5 {
font-size:17px;
line-height:38px;
}
h6 {
font-size:14px;
line-height:37px;
}
.alignright {
	display:inline;
	float:right;
	text-align:right;
}
.alignleft {
	display:inline;
	float:left;
	text-align:left;
}
.aligncenter {
	display:block;
	margin:0 auto;
	text-align:center;
}
input[type="submit"], input[type="button"] {
	cursor:pointer;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
