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

@font-face {
    font-family: 'IRANSans-web';
    src: url('../fonts/IRANSans/eot/IRANSansWeb.eot');
    src: url('../fonts/IRANSans/eot/IRANSansWeb.eot?#iefix') format('eot'),  /* IE6–8 */
    url('../fonts/IRANSans/woff2/IRANSansWeb.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
    url('../fonts/IRANSans/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSans/ttf/IRANSansWeb.ttf') format('ttf');  
    font-weight: normal;
}
@font-face {
    font-family: 'IRANSans-web-Medium';
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Medium.eot?#iefix') format('eot'),  /* IE6–8 */
    url('../fonts/IRANSans/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
    url('../fonts/IRANSans/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf') format('ttf');  
    font-weight: normal;
}
@font-face {
    font-family: 'iransans-number';
    src: url('../fonts/fonts-number/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/fonts-number/eot/IRANSansWeb(FaNum).eot?#iefix') format('eot'),  /* IE6–8 */
    url('../fonts/fonts-number/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* Chrome36+, Opera24+*/
    url('../fonts/fonts-number/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/fonts-number/ttf/IRANSansWeb(FaNum).ttf') format('ttf');  
    font-weight: 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
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaa;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #aaa;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #aaa;
}

fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
ol {
    padding-right: 15px;
}
caption, th {
	text-align:right;
	font-weight:bold;
}
q:before, q:after {
	content:'';
}
* {
	outline: none;
}
strong {
	font-size: 16px;
    line-height: 32px;
}
em {
	font-style: italic;
}
a img {
	border:0;
}
/*-General Styles------------------------------------------*/

a, a:visited {
	text-decoration:none;
/*	color:#a94545;*/
}
a:hover {
	text-decoration:none;
}
a:active {
	border: 0;
/*	color:#d70500;*/
}
p,span {
	line-height:25px;
	direction: rtl;
	font-family: IRANSans-web, tahoma, sans-serif;
}
p a, p a:visited {
	text-decoration:none;
	color: #445f9a;
}
.clearfix:after {
	content: '';
	clear:both;
}
.clearfix {
	zoom: 1; /* IE 6/7 */
}
.clear {
	clear:both;
}
input,label,select,textarea,span {
	font-family: IRANSans-web, tahoma, sans-serif;
    font-weight: normal;
    font-style: normal;
}
a {font-family: IRANSans-web-Medium, tahoma, sans-serif; }
h1, h2, h3, h4, h5, h6, figcaption,pre,strong {
	font-family: IRANSans-web-Medium, tahoma, sans-serif;
    color: #555;
}
h1 {
font-size:24px;
line-height:40px;
}
h2 {
font-size:22px;
line-height:38px;
}
h3 {
font-size:20px;
line-height:38px;
}
h4 {
font-size:18px;
line-height:38px;
}
h5 {
font-size:16px;
line-height:38px;
}
h6 {
font-size:14px;
line-height:37px;
}
.alignright {
	display:inline;
	float:right;
	text-align:right;
    padding-left: 10px;
margin-bottom:10px;
}
.alignleft {
	display:inline;
	float:left;
	text-align:left;
    padding-right: 10px;
margin-bottom:10px;
}
.aligncenter {
	display:block;
	margin:10px auto;
	text-align:center;
}

input[type="submit"], input[type="button"] {
	cursor:pointer;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
