@font-face {
	font-family: 'Yekan';
	src: url('Fonts/Yekan.ttf') format('truetype'), url('Fonts/Yekan.eot?#') format('eot'), url('Fonts/Yekan.woff') format('woff');
	font-style: normal;
	font-weight: normal;
}
* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	direction: rtl;
	color: #34495e;
	background: #f1f1f1;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: yekan;
}

a {
	text-decoration: none;
	color: #34495e;
	transition: all 0.3s ease-out;
}

a:hover {
	text-decoration: none;
	color: #3297da;
}

.logo {
	margin: 20px auto;
}

#redirectpage {
	width: 500px;
	margin: 10px auto;
	border: 1px solid #E5E5E5;
	padding: 15px;
	text-align: center;
	background: #fff;
}

#redirectpage h1 {
	font: 32px Yekan, tahoma;
	color: #4e6070;
	text-shadow: 1px 1px 0 #eee;
	margin-bottom: 10px
}

#redirectpage h2 {
	font: 20px Yekan, tahoma;
	color: #4e6070;
	text-shadow: 1px 1px 0 #eee;
}

#redirectpage p {
	margin: 15px;
	font: 14px Yekan, tahoma;
	color: #f26522;
}

#redirectpage a.redirectme {
	margin: 15px;
	background: #f26522;
	color: #F2F2F2;
	border-right: 10px solid #bb450d;
	font: 16px Yekan, tahoma;
	transition: all 0.5s ease 0s;
	text-shadow: 1px 1px 0px #bb450d;
	border-radius: 2px;
	padding: 5px 30px 5px 10px;
}

#redirectpage a:hover {
	opacity: 0.8;
}

span.shuffle {
	background: url('shuffle.png') no-repeat scroll transparent;
	width: 24px;
	height: 19px;
	margin: 4px -29px 0px;
	position: absolute;
}

@media screen and (max-width:530px) {
	#redirectpage {
		width: 100%
	}
}

#redirectpage img {
	max-width: 100%;
	height: auto;
}