@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/IRANSans.eot');
	src: url('../fonts/IRANSans.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/IRANSans.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/IRANSans.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/IRANSans.ttf') format('truetype');
}
body {
    font-family: IRANSans, Tahoma, Arial, sans-serif;
    font-size: 14px;
}
.popover {
    font-family: IRANSans, Tahoma, Arial, sans-serif;
    font-size: 13px;
}
/* Pagination */
.pagination-counts .pagination-counts-text {
    margin-right: 0;
    margin-left: 15px;
}
@media (min-width: 768px) {
    .pagination-links {
        text-align: left;
    }
}