﻿@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:url(images/bg.jpg) no-repeat center top #f2f2f2;
	font-family: 'sg';
	
}

@font-face {
	font-family: 'sg';
	src: url('fonts/segoeui.eot');
	src: url('fonts/segoeui.eot?#iefix') format('embedded-opentype'),
	url('fonts/segoeui.woff') format('woff'),
	url('fonts/segoeui.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'sgb';
	src: url('fonts/segoeuib.eot');
	src: url('fonts/segoeuib.eot?#iefix') format('embedded-opentype'),
	url('fonts/segoeuib.woff') format('woff'),
	url('fonts/segoeuib.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'sgl';
	src: url('fonts/segoeuil0.eot');
	src: url('fonts/segoeuil0.eot?#iefix') format('embedded-opentype'),
	url('fonts/segoeuil0.woff') format('woff'),
	url('fonts/segoeuil0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'arab';
	src: url('fonts/adobearabic-regular.eot');
	src: url('fonts/adobearabic-regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/adobearabic-regular.woff') format('woff'),
	url('fonts/adobearabic-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


strong{}

a{
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	text-decoration:none;	
}

h1,h2,h3,h4,h5,ul
{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

::-webkit-input-placeholder { color:#333;  opacity: 1 !important;}
::-moz-placeholder { color:#333;  opacity: 1 !important;} /* firefox 19+ */
:-ms-input-placeholder { color:#333; opacity: 1 !important; } /* ie */
input:-moz-placeholder { color:#333;  opacity: 1 !important;}

.clear{clear:both}

.left{float:left}
.right{float:right;}

.effect
{
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;	
}

.full
{
position:relative;	
}

.overflow
{
overflow:hidden;	
}

.inside-box
{
	width:980px;
	height:auto;
	margin:0px auto;
	position:relative;
}



.container{overflow:hidden;}

.lang
{
	overflow:hidden;
}

.lang a{
	display:block;
	float:left;
	margin:3px 0 0 7px;
	color:#fff;
	font-size:14px;

}

.lang a.arab
{
	font-family:'arab';
	direction:rtl !important;
	font-size:21px;
}
.lang a:hover
{
	text-decoration:underline;	
}

.lang a.home
{
	background:url(images/home.png) no-repeat center center;
	width:19px;
	height:19px;
	margin:3px 0 0 0;
}


.b-r-5
{
	border-radius:5px;
}

.header
{
	background:url(images/header-bg.jpg) no-repeat center top;
	padding:0px;	
	/*overflow:hidden;*/
}

.header-logo
{
	overflow:hidden;
}

.logo
{
	overflow:hidden;	
}

.other-logo
{
	overflow:hidden;
	margin:0 0 0 15px;	
	padding:10px 0 0 0;
}

.header-center
{
	text-align:center;	
}

.date-box
{
	display:inline-block;
	background:rgba(0,0,0,0.3);
	padding:0 10px;	
	width:152px;
	min-height:60px;
}

.date-box span
{
	display:block;
	font-size:15px;
	color:#fff;	
	padding:10px 0 10px 40px;
	text-align:left;
}

.date-box > span.date
{
	background:url(images/date-icon-1.png) no-repeat center left;	
}

.date-box > span.location
{
	background:url(images/date-icon-2.png) no-repeat center left;	
}

.header-text
{
	background:rgba(0,0,0,0.2);
	overflow:hidden;
	text-align:center;
}

.header-text h1
{
	display:inline-block;
	background:#406075;
	font-size:25px;
	color:#fff;	
	padding:5px;
}

.head-pad
{
	padding:0 20px;	
}

.header-bottom
{
	/*overflow:hidden;*/	
	text-align:center;
	padding:10px 0 0 0;
}

.head-menu a
{
	display:inline-block;
	font-size:15px;
	color:#333;
	background:rgba(255,255,255,0.5);
	border:1px solid #fff;
	border-bottom:none;
	padding:9px;
}

.head-menu a:hover
{
	background:#fff;	
}

.content-center
{
	background:#fff;
	padding:20px;
	margin:20px 0px;
	min-height:500px;
}

.center-menu-cont
{
	overflow:hidden;	
}

.c-m-icon
{
	width:140px;
	height:auto;
	position:relative;
	float:left;
	margin:0 20px 0 0;	
}

.c-m-icon-box
{
	background:#f1f1f1;
	padding:20px;
	border-radius:50%;	
	position:relative;
	margin:30px 0 0 0;
}

.c-m-icon-box span
{
	background:#fff;
	border-radius:50%;	
	padding:20px;	
	display:block;
	text-align:center;
	
}












.social {
    float: right;
}

    .social a {
        width: 25px;
        height: 25px;
        float: left;
        display: block;
        margin: 0 5px 0 0;
        border-radius: 50%;
    }

        .social a.fb {
            background: url(images/social.png) 0px 0px no-repeat #3a5ba2;
        }

        .social a.tw {
            background: url(images/social.png) -25px 0px no-repeat #20bef0;
        }

        .social a.fr {
            background: url(images/social.png) -50px 0px no-repeat #f94877;
        }

        .social a.gp {
            background: url(images/social.png) -75px 0px no-repeat #e1584b;
        }

        .social a.rss {
            background: url(images/social.png) -100px 0px no-repeat #e17842;
        }







.c-m-icon-title
{
	color:#0e2642;
	font-size:15px;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:#fff;
	padding:10px 0;
	border-top:1px solid #f1f1f1;
}

.c-m-icon-desc
{
	text-align:center;
	position:relative;	
	font-size:12px;
	color:#0e2642;	

}

.c-m-icon-desc ul
{
	display:none;	
}

.c-m-icon-desc ul li
{
	list-style-type:none;	
}

.c-m-icon-desc ul li a
{
	font-size:12px;
	color:#0e2642;	
}

.c-m-icon-desc ul li a:hover
{
	text-decoration:underline;	
}


.c-m-icon:hover
{
	cursor:pointer;	
	padding:0;
}

.c-m-icon:hover .c-m-icon-box
{	
	margin:0 0 10px 0;	
}

.c-m-icon:hover .c-m-icon-title
{
	position:relative;	
}


.c-m-icon-box-cont
{
	position:relative;	
}

.c-m-icon:nth-child(6n)
{
	margin:0 0 0 0;	
}

.center-content-cont
{
	overflow:hidden;	
	margin:10px 0 0 0;
	border-top:1px solid #ccc;
	padding:10px 0;
	clear:both;
}

.center-content-left
{
	width:30%;
	overflow:hidden;	
}

.center-content-right
{
	width:65%;
	overflow:hidden;	
}

.center-content-text
{
	overflow:hidden;
	font-size:15px;
	color:#333;	
	text-align:justify;
}

.center-content-text img
{
	width:100%;	
}

.center-content-text h1
{
	display:block;
	font-size:22px;
	color:#0E2642;
	padding:0 0 10px 0;
	margin:0 0 10px 0;	
	border-bottom:1px solid #ccc;
	font-family:'sgb';
}

.center-content-text a
{
	color:#333;	
}

.ann-cont
{
	overflow:hidden;
	margin:15px 0px;
}

.ann-cont-title
{
	padding:5px 0px 5px 10px;
	background:#f2f2f2;

}

.ann-cont-title span
{
	background:url(images/ann-icon.png) no-repeat center left;	
	display:block;	
	padding:5px 10px 5px 55px;
}

.ann-content
{
	overflow:hidden;	
}

.ann-content ul
{
	margin:0;
	padding:0;	
}

.ann-content ul li
{
	list-style-type:none;	
}

.ann-content ul li a
{
	padding:10px 0px;
	font-size:14px;
	color:#333;
	border-bottom:1px dashed #ccc;
	display:block;	
}

.ann-content ul li a:hover
{
	color:#0E2642;
	border-color:#0E2642;
}

._150
{
	width:130px;
	min-height:90px;
	overflow:hidden;	
	position:relative;
	box-shadow:0 0 6px #333;
	margin:0 10px 10px 0;
}

._150:nth-child(2n)
{
	margin:0 0px 10px 0;
}

._150img
{
	min-height:90px;
	position:absolute;
	z-index:1;	
	overflow:hidden;
}

._150img img
{
	height:100%;	
}


._150text
{
	position:absolute;
	bottom:0px;
	left:0;
	right:0;	
	z-index:2;
	background:rgba(0,0,0,0.7);
	font-size:14px;
}

._150text a
{
	color:#fff;	
	display:block;
	padding:5px;
}

._150:hover ._150img img
{
	transform:scale(1.1);	
}

._150:hover
{
	cursor:pointer;	
}

.shortcut-box
{
padding:10px 6px;	
overflow:hidden;
}

.carousel-cont
{
	overflow:hidden;	
}


.carousel-cont-title
{
	overflow:hidden;	
	padding:15px 10px;
	background:#406075 ;
}

.carousel-cont-title span
{
	padding:10px 10px 10px 40px;
	background:url(images/sponsor-icon.png) no-repeat left center;	
	color:#fff;
}

.carousel-cont-content
{
	background:#f2f2f2;
	padding:20px 20px 0 20px;	
}


.s1 img
{
	margin:0 5px 0 0;	
}


.footer
{
	overflow:hidden;	
	color:#333;
	font-size:13px;
	text-align:center;
}

.footer a
{
	color:#707070;
}

.menu-btn
{
	display:none;
	overflow:hidden;
	padding:10px;
	background:#333;
	border:1px solid #111;
	border-radius:2px;
	font-family:'sgb';
	color:#fff;
	font-size:1.5em;
	text-align:left;
	width:90%;
	margin:0px auto;
}

.menu-btn span
{
	display:block;
	background:url(images/menu.svg) no-repeat center right;
	background-size:auto 100%;	
}

.menu-cont
{
	 width:980px;
    height:auto;
    float:left;
    position:relative;
     text-decoration:none;
}


.menu-cont a{
    width:auto;
    height:27px;
    float:left;
    font-size:12px;
    color:black;
    padding-left:18px;
    padding-right:18px;
    border-right:solid 1px white;
    line-height:35px;
    }
    
.menu-cont a:hover{
    background:url(img/cizgi.png) right no-repeat #fff;
    }



.menu-cont  li{
    width:auto;
    height:46px;
    float:left;
    position:relative;
     list-style:none;
    }

.menu-cont  ul li ul{
    width:181px;
    height:auto;
    float:left;
    position:absolute;
    background:#e8e6e6;
    text-align:left;
    top:46px;
    left:1px;
    z-index:99999;
    display:none;
     list-style:none;
    }

.menu-cont  ul li ul a{
    width:163px;
    height:30px;
    line-height:30px;
    float:left;
    padding:0 0 0 17px;
    border-top: solid 1px #fff;
    background:none;
    }

.menu-cont  ul li ul li {
    height:30px;
    line-height:30px;
     list-style:none;
    }



.menu-cont  li:hover >  ul{
    display: block;

    }



.menu-cont  ul li ul li ul{
    list-style:none;
    top:0px;
    left:180px;
 
    display:none;

     width:180px;
    height:auto;
    float:left;
    position:absolute;
    background:#e8e6e6;
    text-align:left;
  
   
    z-index:99999;
    display:none;
    }





.gallery-cont
{
margin:10px 0px;
overflow:hidden;	
}

.gallery-img
{
	width:175px;
	padding:5px;
	border:1px solid #ccc;
	float:left;
	margin:0 24px 20px 0;
}

.gallery-img:nth-child(3n)
{
	margin:0 0 20px 0;	
}


.gallery-img img
{
	width:100% !important;
	margin:0 !important;	
    height:120px;
}


.login-cont
{
	width:400px;
	margin:0px auto;	
}


.login-cont span.input-err
{
	font-size:12px;
	color:#C00;
	display:block;	
}
.login-cont input, .login-cont textarea, .login-cont select{font-family:'sg';}

.login-cont input[type="text"], .login-cont input[type="password"], .login-cont textarea, .login-cont select
{
	width:96%;
	border:1px solid #ccc;
	border-radius:5px;
	padding:2%;
	font-size:14px;
	color:#0E2642;	
	margin:0 0 5px 0 !important;
	float:left;
}


.login-cont span.input-title
{
	font-size:14px;
	color:#333;
	display:block;
	padding:0 0 5px 0;	

}

.login-cont textarea
{
	width:93%;
	height:150px;
	resize:none;
	margin:0 0 0 4px;	
}

.login-cont select
{
	width:97.5%;
	padding:2% 1%;
	margin:5px 0 0 0 !important;
	appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
	background:url(images/select-arrow.svg) no-repeat center right;
	background-size:7% auto;
}



.login-cont input[type="submit"]
{
	padding:1% 2%;
	border:1px solid #0e2642;
	border-radius:5px;
	color:#fff;	
	background: #183d70; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzE4M2Q3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTI2NDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #183d70 1%, #0e2642 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#183d70), color-stop(100%,#0e2642)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #183d70 1%,#0e2642 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #183d70 1%,#0e2642 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #183d70 1%,#0e2642 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #183d70 1%,#0e2642 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183d70', endColorstr='#0e2642',GradientType=0 ); /* IE6-8 */

	float:right;
	font-size:14px;
}



.login-cont input[type="submit"]:hover
{
	cursor:pointer;	
}

.login-cont a.password
{
	float:left;
	font-size:14px;
	color:#333;
	margin:5px 0 0 0;	
}


.login-cont a.password:hover
{
	cursor:pointer;	
}

.login-cont a.sign
{
	display:block;
	padding:5px 0px;
	background: #2c5c82; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c5c82 0%, #0e2642 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c5c82), color-stop(100%,#0e2642)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c5c82 0%,#0e2642 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c5c82 0%,#0e2642 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c5c82 0%,#0e2642 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c5c82 0%,#0e2642 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c5c82', endColorstr='#0e2642',GradientType=0 ); /* IE6-9 */
	text-align:center;
	font-size:19px;
	color:#fff;
	border-radius:5px;
	margin:15px 0 0 0;
	font-family:'sgb';
	border:1px solid #0e2642;
}

.login-cont div.row-form
{
	display:block;
	font-size:14px;
	color:#333;	
	float:left;
	width:100%;
	padding:5px 0px;
}

.pass-box
{
	padding:15px 0 0 0;
	display:none;

}

.icon-menu{padding:0 0 200px 0;}

._C00{color:#C00; margin: 0 0 0 2px;}
.war-text{font-size:13px; padding:5px 0px;}
.join-input{width:93% !important; margin:2% 0 2% 1% !important;}





.form-info
{
	padding:10px;	
	border-radius:3px;
	font-size:13px;
	color:#fff;
	margin:0 0 10px 0;
}

.form-send
{
	background:rgba(0,122,46,0.6);
	border:1px solid #668868;	
}

.form-err
{
	background:rgba(255,105,105,0.8);
	border:1px solid #cd6666;	
}


.report-list-cont
{
	padding:7px 7px 0 7px;
	border:1px solid #ccc;	
	margin:10px 0 0 0;
	background:#f9f9f9;
}

.report-list-cont ul
{
	margin:0px;
	padding:0px;	
}

.report-list-cont ul li
{
	list-style-type:none;
	padding:0 0 7px 0px;	
	overflow:hidden;
}

.report-list-cont ul li > span.name
{
	min-width:100px;
	font-size:13px;
	color:#333;	
	float:left;
}

.report-list-cont ul li > a.link
{
	float:right;
	color:#fff;
	padding:5px 10px;
	font-size:12px;
	border-radius:2px;
	-moz-border-radius:2px;	
	-ms-moz-border-radius:2px;	
	-o-moz-border-radius:2px;	
	-webkit-moz-border-radius:2px;	
	
	background: #183d70; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzE4M2Q3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTI2NDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #183d70 1%, #0e2642 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#183d70), color-stop(100%,#0e2642)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #183d70 1%,#0e2642 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #183d70 1%,#0e2642 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #183d70 1%,#0e2642 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #183d70 1%,#0e2642 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183d70', endColorstr='#0e2642',GradientType=0 ); /* IE6-8 */

}


.report-list-cont ul li > a.link2
{
	float:right;
	color:#fff;
	padding:5px 10px;
	font-size:12px;
	border-radius:2px;
	-moz-border-radius:2px;	
	-ms-moz-border-radius:2px;	
	-o-moz-border-radius:2px;	
	-webkit-moz-border-radius:2px;	
	
	background: #a10202; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzE4M2Q3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTI2NDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a10202 1%, #0e2642 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a10202), color-stop(100%,#0e2642)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a10202 1%,#0e2642 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a10202 1%,#0e2642 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a10202 1%,#0e2642 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a10202 1%,#0e2642 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183d70', endColorstr='#0e2642',GradientType=0 ); /* IE6-8 */

}


.report-bottom
{
	overflow:hidden;	
	margin:10px 0 0 0;
}

.report-bottom a span
{
	background-size:auto 80% !important;
	background-repeat:no-repeat !important;	
	display:block;
}

.report-bottom a
{
	font-family:'sgb';
	font-size:14px;
	color:#fff;	
	padding:5px 10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;
}

.report-bottom a.next
{
	float:right;
	background: #8fc400; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MmFkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #8fc400 0%, #82ad00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc400), color-stop(100%,#82ad00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc400 0%,#82ad00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc400 0%,#82ad00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc400 0%,#82ad00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc400 0%,#82ad00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#82ad00',GradientType=0 ); /* IE6-8 */
	padding:5px 10px 5px 10px ;
}

.report-bottom a.prev
{
	float:left;
	background: #e81717; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4MTcxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NDBkMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e81717 0%, #840d02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e81717), color-stop(100%,#840d02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e81717 0%,#840d02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e81717 0%,#840d02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e81717 0%,#840d02 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e81717 0%,#840d02 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e81717', endColorstr='#840d02',GradientType=0 ); /* IE6-8 */


}


.report-bottom a.next > span{background:url(images/next-page.png) center right; padding:0 20px 0 0;}
.report-bottom a.prev > span{background:url(images/prev-page.png) center left; padding:0 0 0 20px;}




/* General*/
@media screen   and (min-width: 320px)   and (max-width: 1024px)
{
.left, .right {float:none;}
.inside-box{width:100%; margin:0px auto;}
body{background:none;}
.menu-btn{display:block;}
.menu-cont{display:none;}

.home{display:none !important;}

.lang{background:#FFDD03; padding:2% 0;}
.lang-box{text-align:center;}
.lang a, .lang a.arab{display:inline-block; float:none; font-family:'sgb'; font-size:1.5em; color:#333;}

.header{background:#FFDD03;}
.logo, .header-logo{text-align:center;}
.other-logo{display:inline-block; margin:0 0 10px 0;}

.header-center{background:#333;}
.date-box{width:100%; background:none; padding:0 20px;}
.date-box span{font-size:1.5em; font-family:'sgb'; padding: 10px 0px 10px 50px;}
.date-box{border-bottom:1px solid #111; margin:0 0 1px 0; box-shadow:0 0 1px #666;}

.header-text span{font-family:'sgb'; font-size:1.5em; padding:4%; display:block;}

.head-menu a{display:block; font-size:1.5em; background:none; border:none; border-bottom:1px solid #111; margin:0 0 1px 0; box-shadow:0 0 1px #666; text-align:left; color:#fff; font-family:'sgb';}

.head-menu a:hover{background:none;}

.menu-cont{width:90%; margin:0px auto; background:#333}
.header-bottom{padding:20px 0;}

.b-r-5{border-radius:0;}

.content-center{padding:0; margin:0;}

.c-m-icon{width:auto; float:none; margin:0;}
.c-m-icon-box{border-radius:0; padding:2%; margin:0;}
.c-m-icon-title{position:relative; background:#f1f1f1; font-size:1.5em; font-family:'sgb';}
.c-m-icon-box span{border-radius:0;}
.c-m-icon:hover .c-m-icon-box{margin:0;}

.c-m-icon-desc ul li a{display:block; font-size:1.5em; padding:2%; border-bottom:1px solid #ccc;}

.center-content-cont{margin:0 auto; width:90%; border:none;}
.center-content-left, .center-content-right{width:auto;}

.center-content-text{font-size:1em; padding:20px 0px;}

.ann-cont-title{font-size:1.5em; font-family:'sgb';}
.ann-content ul li a{font-size:1.2em;}

.shortcut-box{padding:10px 0;}
._150{box-shadow:none; margin:0 0 10px 0; width:49%;}
._150:nth-child(1n){float:left;}
._150:nth-child(2n){float:right;}
._150text a{font-size:1em;}
._150img{position:relative;}
._150img img{width:100%; height:auto;}

.carousel-cont{margin:20px 0;}
.carousel-cont-title span{font-size:1.5em; font-family:'sgb';  padding: 10px 10px 10px 50px;}

.footer{margin:0 0 20px 0; font-size:1em;}

.gallery-img{width:45%; padding:1%; margin:0 0 15px 0 !important;}
.gallery-img:nth-child(1n){float:left;}
.gallery-img:nth-child(2n){float:right;}

.login-cont{width:auto;}
.login-cont input[type="text"], .login-cont input[type="password"]{width:95%; padding:3% 2%; font-size:1.3em;}
.login-cont textarea{width:93%; font-size:1.3em;padding:3% 2%;}
.login-cont input[type="submit"]{width:100%; padding:3% 0%; float:none; font-size:1.3em;}
.login-cont a.password{text-align:center; float:none; display:block; padding:10px 0 0 0; font-size:1.3em;}
.login-cont a.sign{font-size:1.3em; padding:3% 0%;}  
.login-cont label{display:block; padding:5px 0px;}

.icon-menu{padding:0;}

.war-text{font-size:1em}
.fs_15{font-size:1.2em !important;}
.login-cont span.input-title, .login-cont select{font-size:1.2em !important;}

.form-info{font-size:1em;}
.login-cont span.input-err{font-size:1.2em;}

.report-list-cont ul li > span.name{width:100%; font-size:1.2em; overflow: hidden; display: block; margin:0 0 10px 0;}
.report-list-cont ul li > a.link{font-size:1.2em;  float:none;  overflow: hidden; display: block;}

.report-bottom a{display:block; float:none !important; font-size:1.2em; padding:2% 3% !important;}
.report-bottom a.next{margin:0 0 10px 0;}

}

/* General*/


/* Samsung Phone */
@media screen   and (min-device-width: 320px)   and (max-device-width: 640px) and (orientation: landscape) {
	.slide-cont{width:48%; float:left;}
	.ann-cont{width:48%; float:right; margin:0;}
	.shortcut-box{clear:both;}
	._150{width:24%; float:left !important; margin:0 1% 0 0 !important; }
	.full_100{width:100%;}
	
	.gallery-img{width:30%; float:left; margin:0 1.3% 15px 0 !important;}
	.gallery-img:nth-child(2n){float:left;}
	.gallery-img:nth-child(3n){margin:0 0 15px 0 !important; }


}

/* Samsung Phone */

/* iPhone Phone*/
@media only screen  and (min-device-width: 320px)   and (max-device-width: 568px)  and (-webkit-min-pixel-ratio: 2)  and (orientation: landscape) 
{
	.slide-cont{width:48%; float:left;}
	.ann-cont{width:48%; float:right; margin:0;}
	.shortcut-box{clear:both;}
	._150{width:24%; float:left !important; margin:0 1% 0 0 !important; }
	.full_100{width:100%;}
	
	.gallery-img{width:30%; float:left; margin:0 1.3% 15px 0 !important;}
	.gallery-img:nth-child(2n){float:left;}
	.gallery-img:nth-child(3n){margin:0 0 15px 0 !important; }

}
/* iPhone Phone*/

/* iPhone  Tablet Yatay*/
@media only screen  and (min-device-width: 768px)   and (max-device-width: 1024px) and (orientation: landscape) 
{
.center-content-cont{width:95%;}
	.slide-cont{width:32%; float:left;}
	.ann-cont{width:33%; float:left; margin:0 0 0 10px;}
	.shortcut-box{width:32%; float:right; padding:0;}
	
	.full_100{display:none;}
	
	.gallery-img{width:21%; float:left; margin:0 1.3% 15px 0 !important;}
	.gallery-img:nth-child(2n){float:left;}
	.gallery-img:nth-child(3n){margin:0 1.3% 15px 0 !important; }
	.gallery-img:nth-child(4n){margin:0 0 15px 0 !important; }
	
	.header-center{overflow:hidden;}
	.date-box{width:45%; padding:2%; float:left; border:none; box-shadow:none;}
	.date-box span{font-size:1.3em;}
	.header-text span{padding:2%; font-size:1.3em;}
	
	.icon-menu{width:35%; float:left;}
	
	.c-m-icon-title, .c-m-icon-desc ul li a{font-size:1.2em;}
	.c-m-icon-desc ul li a{border-right:1px solid #F1F1F1;}
	
	.center-content-cont{width:60%; float:right; margin:0 2% 0 0; clear:none;}
	.center-content-text h1{text-align:center;}
	.login-cont input[type="text"], .login-cont input[type="password"]{padding:2%%; width:95.5%; font-size:1em;}
	
	.login-cont input[type="submit"]{float:right; width:auto; padding:1% 2%; font-size:1em;}
	.login-cont a.password{float:left; padding:0; font-size:1em;}
	.login-cont a.sign{font-size:1.3em;}
	
	.slide-cont{width:48%; float:left;}
	.ann-cont{width:48%; float:right;}
	
	.ann-cont-title span{font-size:0.8em; padding:1%; background:none;}
	.ann-content ul li a{font-size:0.8em;}
	
	.shortcut-box{clear:both; width:100%}
	._150{width:24%; float:left !important; margin:25px 1% 10px 0 !important; }
	
	.fs_15{font-size:1em !important;}


}
/* iPhone  Tablet Yatay*/

/* iPhone  Tablet Dikey */
@media only screen  and (min-device-width: 768px)   and (max-device-width: 1024px) and (orientation: portrait) 
{
	.center-content-cont{width:95%;}
	.slide-cont{width:32%; float:left;}
	.ann-cont{width:33%; float:left; margin:0 0 0 10px;}
	.shortcut-box{width:32%; float:right; padding:0;}
	
	.full_100{display:none;}
	
	.gallery-img{width:21%; float:left; margin:0 1.3% 15px 0 !important;}
	.gallery-img:nth-child(2n){float:left;}
	.gallery-img:nth-child(3n){margin:0 1.3% 15px 0 !important; }
	.gallery-img:nth-child(4n){margin:0 0 15px 0 !important; }
	
	.header-center{overflow:hidden;}
	.date-box{width:45%; padding:2%; float:left; border:none; box-shadow:none;}
	.date-box span{font-size:1.3em;}
	.header-text span{padding:2%; font-size:1.3em;}
	
	.icon-menu{width:35%; float:left;}
	
	.c-m-icon-title, .c-m-icon-desc ul li a{font-size:1.2em;}
	.c-m-icon-desc ul li a{border-right:1px solid #F1F1F1;}
	
	.center-content-cont{width:60%; float:right; margin:0 2% 0 0; clear:none;}
	
	.center-content-text h1{text-align:center;}
	.login-cont input[type="text"], .login-cont input[type="password"]{padding:2%%; width:95.5%; font-size:1em;}
	
	.login-cont input[type="submit"]{float:right; width:auto; padding:1% 2%; font-size:1em;}
	.login-cont a.password{float:left; padding:0; font-size:1em;}
	.login-cont a.sign{font-size:1.3em;}
	
	.slide-cont{width:48%; float:left;}
	.ann-cont{width:48%; float:right;}
	
	.ann-cont-title span{font-size:0.8em; padding:1%; background:none;}
	.ann-content ul li a{font-size:0.8em;}
	
	.shortcut-box{clear:both; width:100%}
	._150{width:24%; float:left !important; margin:25px 1% 10px 0 !important; }
	
	.fs_15, .login-cont span.input-title, .login-cont select{font-size:1em !important;}
	
	
	.report-list-cont ul li > span.name{width:60%; font-size:0.8em;  overflow: hidden; display: block; margin:0 0 10px 0;}
	.report-list-cont ul li > a.link{font-size:0.8em;  float:right;  overflow: hidden; display: block;}
	
	.report-bottom a{font-size:0.9em; padding:1% 2% !important;}
	.report-bottom a.next{margin:0; float:right !important;}
	.report-bottom a.prev{margin:0; float:left !important;}

	
	

}
/* iPhone  Tablet Dikey */
