/* CSS Document */
/* Public */
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), url('fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), url('fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), url('fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), url('fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), url('fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), url('fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), url('fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
	url('fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),
	url('fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

body{
	margin:0;
	padding:0;
	border:none;
	cursor:default;
	overflow-y: scroll;
	overflow-x: hidden;
	direction:rtl;
	font-family:IRANSansWeb , IRANSansWeb-Bold , IRANSansWeb-Bold-eot , IRANSansWeb-Light , IRANSansWeb-Light-eot , IRANSansWeb-Medium , IRANSansWeb-Medium-eot;
	}
#in-timer{
	width: 100%;
	height: 35px;
	position: relative;
	margin: 25px auto 0;
	color: #fff;
	text-align: center;
	font-size: 50px;
	direction: ltr;
	background-color: #fff;
	z-index: 2;
	display:block;
}
#timer{
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: 5px auto 0;
	color: gray;
	font-size: 30px;
}
#in-timet-text{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: -3px;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
}
