/*
Author: توس وب
Author URI: http://2sweb.ir
*/

/* 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;
}

body {
	text-align: right;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block
}
::selection {
 background:#aaa;
 color:#fff;
}
::-moz-selection {
 background:#a94545;
 color:#fff;
}
::-webkit-selection {
 background:#a94545;
 color:#fff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666;
}
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;
}
ul {
	list-style:none;
}
caption, th {
	text-align:right;
	font-weight:bold;
}
q:before, q:after {
	content:'';
}
* {
	outline: none;
}
strong {
	font-family: 'iran-yekan', arial, tahoma;
    font-size: 16px;
	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;*/
}
span a,p a {
    color: #2980B9;
}
p {
	line-height:32px;
	direction: rtl;
	font-family: 'iran-yekan', arial, tahoma;
}
.clearfix:after {
	content: '';
	clear:both;
}
.clearfix {
	zoom: 1; /* IE 6/7 */
}
.clear {
	clear:both;
}
h1, h2, h3, h4, h5, h6, figcaption,pre, a {
    font-family: 'iran-yekan', arial, tahoma;
}
h1 {
font-size:1.625rem;
line-height:2.5rem;
}
h2 {
font-size:1.5rem;
line-height:2.375rem;
}
h3 {
font-size:1.375rem;
line-height:2.25rem;
}
h4 {
font-size:1.25rem;
line-height:2.125rem;
}
h5 {
font-size:1.125rem;
line-height:2rem;
}
h6 {
font-size:1rem;
line-height:1.875rem;
}
.alignright {
	display:inline;
	float:right;
	text-align:right;
    margin-left: 10px;
}
.alignleft {
	display:inline;
	float:left;
	text-align:left;
    margin-right: 10px;
}
.aligncenter {
	display:block;
	margin:10px auto;
	text-align:center;
}
.alignleft,.alignright,.aligncenter {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}


input, textarea, select, label {
	font-family: 'iran-yekan', arial, tahoma;
}
input[type="submit"], input[type="button"] {
	cursor:pointer;
}

table {
	font-family: 'iran-yekan', arial, tahoma;
	font-size: 0.8rem;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
/*-reset styles bootstrap------------------------------------------*/
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.25);
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.25);
}







