@font-face {
    font-family: 'yekan';
    src: url('../fonts/yekan.eot');
    src: url('../fonts/yekan.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yekan.woff') format('woff'),
         url('../fonts/yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'yekan', tahoma  !important;
	font-weight: 300;
	font-size: 16px;
    line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'yekan', tahoma  !important;
}

.navbar-nav li a{
	text-align : right;
}
.rtl{
	direction : rtl;
}
ul.lead-list li span.fa {
    margin: 5px 0px 0 5px !important;
    float: right !important;
}
ul.lead-list {
    padding-right: 0px !important;
}

@media (min-width: 768px){

	.navbar-header{
		float:right  !important;
	}
	.navbar-right{
		float : left  !important;
	}
	.navbar-nav>li{
		float : right  !important;
	}

}