@import url("/fonts/1fonts.css");
*{
	font-family: "B Yekan", Tahoma;
}
input{
	font-family: "B Yekan", Tahoma;
}
body{
	direction: rtl;
	font-size: 14px;
	background: #f7f7f7;
	color: #5d5d5d;
}
label{
	font-size: 14px;
	font-weight: 100;
	font-family: "B Roya" !important;
}
.content > .panel > .panel-body{
	
	font-size: 16px;
	/*font-family: "Zar" , "zar" , "B Zar" , "B Roya" !important;*/
}
.en{
	font-family : Tahoma;
}
.ltr{
	direction: ltr;
	text-align: left;
}
#header{
	height: 60px;
	background: #f7f7f7;
	position: fixed;
	width:100%;
	min-width:700px;
	z-index:999;
	box-shadow: 0 9px 8px -10px gray;
}
#logo{
	float: left;
	margin: 4px 15px;
}
#container {
	clear: both;
	padding-top: 60px;
}
#slider{
	width: 100%;
	height:300px;
	background: linear-gradient(-15deg, #000308 0px, #0071A0 100%) transparent;
}
#slider .contents{
	width: 1020px;
	margin:0 auto;
}
#slider .text{
	float: left;
	width: 600px;
	padding: 10px;
	color: white;
}
#slider .img{
	float: right;
	width: 400px;
}
#slider img{
	max-height: 300px;
}
#features li span{
	background-color: #1D84A5;
	border-radius: 9999px;
	display: block;
	float: right;
	height: 60px;
	padding-top: 15px;
	text-align: center;
	width: 60px;
	margin: 20px 0px 20px 20px;
}
#features li{
	float: right;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
}
#features li div{
	background-color: white;
	padding: 10px 20px;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.102);
}
#features ul{
	list-style: none;
}
.clearfix{
	height:20px;
}
#register label{
	text-align:right;
}
.fright{
	float:right;
}
label, input[type='radio']{
	cursor: pointer;
}

td{
	vertical-align: middle !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button{
	min-width: 200px;
}

h3 , .panel-title , .panel-title > a > b{
	font-family: "B titr","B yekan","Tahoma" !important;
}
h1{
	font-family: "B titr","B yekan","Tahoma" !important;
}
ul{
	line-height: 1.7;
}