@charset "utf-8";
/* CSS Document */
@font-face {
/*	font-family: 'Alarabiya Font';
	src: url('../webfonts/Alarabiya_Font/Alarabiya-Font.ttf') format('truetype');
*/
}
* {
	box-sizing: border-box;
	margin: 0;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif";
}

#page_frame {
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
}

#head1 {
	height: 110px;
	width: 100%;
	padding: 0 1%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: white;
}
#head1 .lr_logo {
	width: 230px;
	height: auto;
	text-align: center;
}
#head1 .c_logo {
	height: 100px;
	width: auto;
	text-align: center;
}
.menu_holder {
	width: 100%;
	overflow: auto;
	background-color: white;
}
.menu_square {
	display: none;
	float: right;
	width: 50px;
	color: #D6D6D6;
	font-size: x-large;
	text-align: center;
	padding: 10px 5px;
	cursor: pointer;
	background-color: #414c5c;
}
.menu_block {
	display: flex;
	float: right;
	width: 100%;
	color: #EBEBEB;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1px;
	position: relative;
	flex-direction: row;
	direction: rtl;
}
.menu_item {
	flex: 1 auto;
	height: auto;
	text-align: center;
	border-right: solid 1px white;
	padding: 10px 5px;
	cursor: pointer;
	background-color: #414c5c;
	user-select: none;
}
.menu_item:hover {
	color: white;
	background-color: #687A94;
	margin: -5px 0 5px 0;
	box-shadow: 0 4px 0 0 red;
}
.menu_item:active {
	color: #003956;
	background-color: #9CA8B9;
}
.menu_item_disp {
	color: #003956;
	background-color: #9CA8B9;
	margin: -5px 0 5px 0;
	box-shadow: 0 4px 0 0 red;
}
.menu_sub {
	position: absolute;
}
#ctr_stripe {
	display: flex;
	clear: both;
	width: 100%;
	height: 50px;
	margin-bottom: 1px;
	align-items: center;
	background-color: black;
	background-image: url("../img/p_count_bk2.png");
	background-size: contain;
	background-repeat: repeat-x;
	padding: 5px 20px;
	color: white;
}
#ctr_stripe .num {
	position: relative;
	float: left;
	padding: 0 20px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 5px;
	color: white;
	text-shadow: 5px 7px 6px white;
	cursor: pointer;
}
/* removed for RITA 
#ctr_stripe .num:hover .tooltip {
	visibility: visible;
}
#ctr_stripe .num .tooltip {
	position: absolute;
	visibility: hidden;
	width: 180px;
	height: 120px;
	top: 100%;
	left: -25px;
	border: solid 4px #4AD2FB;
	box-shadow: 4px 4px 12px 0px black, -4px -4px 12px 0px white;
	background-image: url("../img/ctr_tip2.png");
	background-size: 100% 100%;
	z-index: 1;
}
*/
#ctr_stripe p {
	float: left;
	color: #E4E4E4;
	font-size: 24px;
	line-height: 22px;
	font-weight: normal;
}
#ctr_stripe img {
	float: left;
	height: 100%;
}
#webinfo_block {
	display: block;
	direction: rtl;
	width: 100%;
	margin-top: 40px;
	padding: 0 20% ;
	color: #808080;
	text-align: center;
}
#webinfo {
	position: relative;
	font-size: 24px;
	text-align: justify;
	text-indent: 5%;
	line-height: 30px;
}
#webinfo_link {
	display: inline-block;
	color: #006699;
	font-size: 20px;
	cursor: pointer;
}
#webinfo_link:hover {
	background-color: #687A94;
	color: white;
}

.ban1 {
	background-color: white;
}
.content_holder {
	/*font-family: "Alarabiya Font";*/
	width: 100%;
	margin-top: 30px;
	text-align: center;
	direction: rtl;
}
.content_box {
	width: 100%;
	padding: 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.content_box .cont_item {
	margin: 30px 3%;
	width: 300px;
	height: auto;
	border: solid 5px rgba(255,255,255,0);
	text-align: center;
	cursor: pointer;
}
.content_box .cont_item:hover {
	border: solid 0 #FFFFFF;
	box-shadow: 0 0 15px 2px #006699;
}
.cont_item img {
	width: 100%;
	color: #006699;
	box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.6);
}
.cont_item .title {
	width: 100%;
	margin-top: 10px;
	/*font-family: "Alarabiya Font";*/
	font-size: 28px;
	font-weight: bold;
	text-shadow: 4px 4px 5px #929292;
	color: #006699;
}
.links {
	margin: 40px 0;
	background-color: #DDDDDD;
	text-align: center;
	border-top: solid 2px #006699;
	border-bottom: solid 2px #006699;
}
.links_title {
	display: inline-block;
	position: relative;
	top: calc(-0.5em - 14px);
	padding: 10px;
	width: 320px;
	color: #006699;
	font-size: 30px;
	font-weight: bold;
	background-color: inherit;
	border: solid 2px #006699;
}
.linkitem {
	width: 300px;
	display: inline-block;
	margin: 20px 2%;
	cursor: pointer;
}
.linkitem:hover img {
	border: 2px solid #77D1FF;
	box-shadow: 0 0 15px 2px #006699;
}
.linkitem img {
	width: 200px;
	border: 5px solid #77D1FF;
	border-radius: 15px;	
}
.linkitem .title {
	width: 100%;
	padding-top: 10px;
	/*font-family: "Alarabiya Font";*/
	font-size: 26px;
	color: #006699;
}
#p_footer {
	display: block;
	color: #D1D1D1;
	background-color: #414c5c;
	text-align: center;
	font-size: 24px;
	margin-top: 40px;
	padding-bottom: 20px;
	direction: rtl;
}
.footer_block {
	display: inline-block;
	width: 350px;
	padding: 10px;
	margin: 10px 3%;
	border-bottom: solid 1px #9D9D9D;
}
.footer_block .lnk {
	cursor: pointer;
}
.footer_block .lnk:hover {
	color: white;
	font-weight: bold;
}
#copyrights {
	width: 100%;
	padding: 20px 10px;
	text-align: center;
	color: #898989;
	font-size: 24px;
	direction: rtl;
	background-color: white;
}
#copyrights p {
	display: inline-block;
	padding: 0 20px;
}

/* START Sub-Pages Title area  */
.content_title_area {
	width: 100%;
	margin-top: 50px;
	text-align: center;
}
.content_title {
	display: inline-block;
	padding: 10px 30px;
	color: #006699;
	border: solid 2px #006699;
	border-radius: 50px;
	font-size: 32px;
	font-weight: bold;
}
/* END Sub-Pages Title area  */

@media screen and (max-width: 1020px) {
	.menu_block {display: none; flex-direction: column; width: 300px;}
	.menu_item {border-bottom: solid 1px #D6D6D6;}
	.menu_item:hover {margin: 0; box-shadow: 0 0}
	.menu_item:first-of-type {max-width: 300px;}
	.menu_square {display: block;}
	.menu_sub {display: inline-block; width: 100%;}
	.content_box {padding: 0 1%;}
	#webinfo_block { padding: 0 5% }
	#ctr_stripe p {font-size: 20px }
}

@media screen and (max-width: 600px) {
	#head1 {height: 65px;}
	#head1 .lr_logo {width: 140px;}
	#head1 .c_logo {height: 60px;}
	.content_box {flex-direction: column;}
}
.web_backgroung {
	position: fixed;
	z-index: -10;
	margin: 0;
	width: 100vw;
	height: 100vh;
	top: 0px;
	background-image: url("../img/page_bkground.png");
	background-size: cover;
}

