/* jQuery Countdown styles 2.0.0. */
body { background-color: #f6f3f3; }

.is-countdown {
	border: 1px solid red;
	background-color: #eee;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    font-size: 200%; font-weight: 600;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

.menu { width: 90%; margin: 0 auto; }

.tase32 { float: left; }

.tase31 a { text-decoration: none; color: #ffffff; }

.tase31,.tase32 { width: 45%; background-color: grey; height: auto; line-height: 50px; font-size: 120%; font-weight: 500; cursor: pointer; }

.tase31:hover,.tase32:hover { background-color: #000000; }

.tase32 a { text-decoration: none; color: #ffffff; }

.program { margin: 0 auto; float: none; width: 95%; height: auto; margin-top: 30px; }

.cimage { margin: 0 auto; width: 45%; height: auto; margin-right: 10px; border: 1px #000000 solid; vertical-align: top; margin-top: 10px; }

.ad { margin: 0 auto; width: 728px; height: 90px; }

#counter { margin-top: 50px; direction: ltr; }

.exam { width: 80%; height: auto; margin: 0 auto; padding: 20px; background-color: #e8e1e1; margin-top: 20px; }

.sample { margin-top: 10px; font-size: 20px; }

.sample a { text-decoration: none; color: #ffffff; border: 1px solid red; width: 50px; height: 30px; text-align: center; display: inline-block; color: red; line-height: 30px; }

.sample a:hover { background-color: red; color: #ffffff; }

.header { font-size: larger; font-weight: 400; color: red; }


.header10 { font-size: larger; margin-bottom: 0px; }


.countdown-amount, .sample a {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { color: #000000; }
    50% { color: red; }
    100% { color: #000000; }
}

@-webkit-keyframes blinker {  
    0% { color: #000000; }
    50% { color: red; }
    100% { color: #000000; }
}

@keyframes blinker {  
    0% { color: #000000; }
    50% { color: red; }
    100% { color: #000000; }
}


.loadingText2,.loadingtase3,.loadingText3,.loadingText4,.loadingText5,.loadingText6,.loadingText7 {
	direction: rtl;
	white-space: pre;
	font-size: 18px;
}


.exam000 {
	float: none;
	margin-bottom: 30px;
	border-bottom: 1px dashed black;
	padding-bottom: 30px;
}


@media screen and (max-width:775px) {
	.tase32,.tase31 {
		float: none;
		margin-bottom: 6px;
		width: 100%;
	}
}

.loadingText5 {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	padding: 0 5px;
/* 	border: red 1px dashed; */
	width: 100%;
	margin: 0 auto;
}

.loadingText5:before {
	content: '----------- ';
	color: red;
	font-size: 14px;
}

.loadingText5:after {
	content: ' -----------';
	color: red;
	font-size: 14px;
}

.exam001 {
	border: none;
	padding-bottom: 0px;
	margin: auto;
	font-size: 18px;
}

.exam001 {
	border: none;
	padding-bottom: 0px;
	margin: auto;
}

@font-face {
    font-family: aisha;
    src: url(/fonts/DroidKufi-Regular.ttf);
}
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);


.resulttime {
	background: #c90000;
	text-shadow: 1px 1px 5px black;
/* 	white-space: pre; */
	color: #fff;
	font-size: 24px;
	width: 75%;
	margin: auto;
	font-family: 'aisha', Arial, 'Times New Roman', Garamond, Perpetua, serif;
	line-height: 40px;
	padding: 25px;
	direction: ltr;
	text-align: center;
	margin-top: 20px;
	border-radius: 15px;
	box-shadow: 0px 0px 3px 1px black;
}

.resulttime a {
	text-decoration: none;
	color: rgb(255, 204, 0);
	font-size: 25px;
	-webkit-transition: 100ms all ease-in;
}

.resulttime a:hover {
	color: #fff;
	text-decoration: underline;
	}


.after:after {
	content: '|';
	padding-left: 10px;
	padding-right: 10px;
	}




