@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'WebTraffic';
	src:url('../fonts/WebTraffic.eot');
	src: local('../fonts/WebTraffic'), url('../fonts/WebTraffic.woff') format('woff'), url('../fonts/WebTraffic.ttf') format('truetype'), url('../fonts/WebTraffic.svg') format('svg');
}

*{
	font-family: 'WebTraffic';
	line-height:25px;
}

a{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:none;
}

img{
	max-width:100%;
}

input[type=text] {
	border-style: solid;
	border-width: 1px;
	border-radius:3px;
	margin:5px 0;
	border-color: #55595c;
	background-color: rgb(255, 255, 255);
	box-shadow: inset 0px 1px 5px 0px rgba(213, 222, 230, 0.5);
	max-width:100%;
	width:100%;
}

textarea {
	border-style: solid;
	border-width: 1px;
	border-radius:3px;
	margin:5px 0;
	border-color: #55595c;
	background-color: rgb(255, 255, 255);
	box-shadow: inset 0px 1px 5px 0px rgba(213, 222, 230, 0.5);
	max-width:100%;
	width:100%;
}

input[type=password] {
	border-style: solid;
	border-width: 1px;
	border-radius:3px;
	border-color: #55595c;
	background-color: rgb(255, 255, 255);
	box-shadow: inset 0px 1px 5px 0px rgba(213, 222, 230, 0.5);
	max-width:100%;
	width:100%;
}


input[type=submit] {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(78, 150, 255);
	background-color:#5db2ff;
	padding:0px 20px;
	color:#fff;
	margin:10px 0;
	border-radius:3px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4),inset 0px 1px 0px 0px rgba(126, 197, 255, 0.004);
	animation:submit2 .3s;
}

input[type=submit]:hover {
	background-color:#3C84C5;
	animation:submit1 .3s;
}

@keyframes submit1{
	from{background-color:#5db2ff;}
	to{background-color:#3C84C5;}
}

@keyframes submit2{
	to{background-color:#5db2ff;}
	from{background-color:#3C84C5;}
}

h1,h2,h3,h4,h5,h6{
	line-height:25px;
	font-size:18px;
}

hr {
	margin-top: -10px !important;
	margin-right:120px;
	border: 0;
	border-top: 1px solid #ecf0f5 !important;
}

body{
	direction:rtl;
	margin:0;
	padding:0;
	font-size:14px;
	cursor:default;
	line-height:30px;	
	background-color:#e7e7e7;
	color:#55595c;
	background-image: url(../pics/bg.jpg);
}

#date{
	color:#48a4a9;
	background-color:#f3f6f9;
	border-bottom:1px solid #4e96ff;
	border-left:1px solid #4e96ff;
	border-right:1px solid #4e96ff;
	padding:5px 10px;
	margin-left:10px;
	max-width:100%;
	float:left;
}

#date-icon{
	background:url(../pics/date-icon.png) right center no-repeat;
	padding-right:30px;
}

#content {
	margin-top:-20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 8.65px 0.35px rgba(30, 41, 54, 0.7),inset 0px -3px 0px 0px rgba(230, 236, 240, 0.004);
}

#logo{
	position:relative;
	z-index:999;
}

#menu{
	margin-top:-16px;
	background-color:#e6e6e6;
	height: 64px;
	border-bottom:1px solid #cfd5dc;
	border-top:1px solid #cfd5dc;
}

.menu-xs{
	background-color:#ecf0f5;
	border:1px solid #cad2d9;
}

#menu ul{
	padding:0;
	width:100%;
	margin-top:0px;
}

#menu ul li{
	display:inline-block;
	list-style:none;
	color:#727579;
	padding:20px 0;
	margin-right: -4px;
	width:19%;
	height:63px;
	font-size:16px;
	text-align:center;
	border-right:1px solid #cfd5dc;
	border-left:1px solid #cfd5dc;
	animation:hover2 .5s;
}

#menu ul li:hover{
	background-color:#44a2f0;
	color:#F4F4F4;
	animation:hover1 .5s;
}

@keyframes hover1{
	from{color:#8fa5bd;background:none}
	to{background-color:#44a2f0;color:#F4F4F4;}
}

@keyframes hover2{
	to{color:#44a2f0;background:none}
	from{background-color:#67baff;color:#F4F4F4;}
}

.menu-select{
	background-color:#44a2f0;
	color:#F4F4F4 !important;
}

.home-icon{
	background:url(../pics/home-icon.png) center right no-repeat;
	display:inline-block;
	padding-right:25px;
	animation:home2 .5s;
}

#menu ul li:hover .home-icon, #menu ul li .select-home{
	background:url(../pics/home-icon-hover.png) center right no-repeat;
	animation:home1 .5s;
}

@keyframes home1{
	from{background:url(../pics/home-icon.png) center right no-repeat;}
	to{background:url(../pics/home-icon-hover.png) center right no-repeat;}
}

@keyframes home2{
	to{background:url(../pics/home-icon.png) center right no-repeat;}
	from{background:url(../pics/home-icon-hover.png) center right no-repeat;}
}

.register-icon{
	background:url(../pics/register-icon.png) center right no-repeat;
	display:inline-block;
	padding-right:25px;
	animation:register2 .5s;
}

#menu ul li:hover .register-icon, #menu ul li .select-register{
	background:url(../pics/register-icon-hover.png) center right no-repeat;
	animation:register1 .5s;
}


@keyframes register1{
	from{background:url(../pics/register-icon.png) center right no-repeat;}
	to{background:url(../pics/register-icon-hover.png) center right no-repeat;}
}

@keyframes register2{
	to{background:url(../pics/register-icon.png) center right no-repeat;}
	from{background:url(../pics/register-icon-hover.png) center right no-repeat;}
}

.statute-icon{
	background:url(../pics/statute.png) center right no-repeat;
	display:inline-block;
	padding-right:25px;
	animation:statute2 .5s;
}

#menu ul li:hover .statute-icon, #menu ul li .select-statute{
	background:url(../pics/statute-hover.png) center right no-repeat;
	animation:statute1 .5s;
}

@keyframes statute1{
	from{background:url(../pics/statute.png) center right no-repeat;}
	to{background:url(../pics/statute-hover.png) center right no-repeat;}
}

@keyframes statute2{
	to{background:url(../pics/statute.png) center right no-repeat;}
	from{background:url(../pics/statute-hover.png) center right no-repeat;}
}

.about-icon{
	background:url(../pics/about-icon.png) center right no-repeat;
	display:inline-block;
	padding-right:25px;
	animation:about2 .5s;
}

#menu ul li:hover .about-icon, #menu ul li .select-about{
	background:url(../pics/about-icon-hover.png) center right no-repeat;
	animation:about1 .5s;
}

@keyframes about1{
	from{background:url(../pics/about-icon.png) center right no-repeat;}
	to{background:url(../pics/about-icon-hover.png) center right no-repeat;}
}

@keyframes about2{
	to{background:url(../pics/about-icon.png) center right no-repeat;}
	from{background:url(../pics/about-icon-hover.png) center right no-repeat;}
}

.contact-icon{
	background:url(../pics/contact-icon.png) center right no-repeat;
	display:inline-block;
	padding-right:28px;
	animation:contact2 .5s;
}

#menu ul li:hover .contact-icon, #menu ul li .select-contact{
	background:url(../pics/contact-icon-hover.png) center right no-repeat;
	animation:contact1 .5s;
}

@keyframes contact1{
	from{background:url(../pics/contact-icon.png) center right no-repeat;}
	to{background:url(../pics/contact-icon-hover.png) center right no-repeat;}
}

@keyframes contact2{
	to{background:url(../pics/contact-icon.png) center right no-repeat;}
	from{background:url(../pics/contact-icon-hover.png) center right no-repeat;}
}

#value{
	color:#1d8118;
	background-color:#ffffff;
	border:1px solid #cad2d9;
	border-radius:3px;
	max-width:100%;
	width:260px;
	float:left;
	margin-top:15px;
	padding:2px 10px;
}

#value-icon{
	background:url(../pics/value-icon.jpg) right center no-repeat;
	padding-right:35px;
}

#log-icon{
	background:url(../pics/log-icon.png) center right no-repeat;
	padding-right:20px;
}

#log-box{
	border:1px solid #55595c;
	border-radius:5px;
	box-shadow:1px 1px 3px #55595c;
	padding:10px 5px;
}

#charity {
	background:url(../pics/charity-icon.png) right 5px center no-repeat;
	color:#4e96ff;
	padding-right:52px;
	box-shadow:1px 1px 3px #cad2d9;
	border:1px solid #cad2d9;
	border-radius:5px;
	text-align:right;
	margin:10px 0;
	max-width:100%;
	animation:charity2 .5s;
}

#charity:hover{
	background:url(../pics/charity-icon-md.png) right 5px center no-repeat;
	color:#FFFFFF;
	background-color:#65b7ff;
	animation:charity1 .5s;
}

@keyframes charity1{
	from{background:url(../pics/charity-icon.png) right 5px center no-repeat;color:#4e96ff;background-color:inherit}
	to{background:url(../pics/charity-icon-md.png) right 5px center no-repeat;color:#FFFFFF;background-color:#65b7ff;}
}

@keyframes charity2{
	to{background:url(../pics/charity-icon.png) right 5px center no-repeat;color:#4e96ff;background-color:inherit}
	from{background:url(../pics/charity-icon-md.png) right 5px center no-repeat;color:#FFFFFF;background-color:#65b7ff;}
}

.charity-md {
	background:url(../pics/charity-icon-md.png) right 5px center no-repeat;
	color:#FFFFFF;
	background-color:#65b7ff;
	box-shadow:1px 1px 3px #cad2d9;
	border:1px solid #cad2d9;
	border-radius:5px;
	text-align:right;
	margin:10px 0;
	max-width:100%;
	padding:10px 52px 10px 5px;
	animation:charity-md2 .5s;
}

.charity-md:hover {
	background:url(../pics/charity-icon.png) right 5px center no-repeat;
	color:#4e96ff;
	background-color:inherit;
	animation:charity-md1 .5s;
}

@keyframes charity-md1{
	to{background:url(../pics/charity-icon.png) right 5px center no-repeat;color:#4e96ff;background-color:inherit}
	from{background:url(../pics/charity-icon-md.png) right 5px center no-repeat;color:#FFFFFF;background-color:#65b7ff;}
}

@keyframes charity-md2{
	from{background:url(../pics/charity-icon.png) right 5px center no-repeat;color:#4e96ff;background-color:inherit}
	to{background:url(../pics/charity-icon-md.png) right 5px center no-repeat;color:#FFFFFF;background-color:#65b7ff;}
}

.box{
	border:1px solid #55595c;
	border-radius:5px;
	box-shadow:1px 1px 3px #55595c;
	color:#9d9d9d;
	max-width:100%;
	min-height:150px;
	padding:10px;
	text-align:justify;
	margin:5px 0;
}

.box h3{
	color:#44a2f0;
	margin:5px 0;
	line-height:30px;
	text-align:right;
}

.box img{
	float:right
}

.box hr{
	margin:5px !important;
}

.footer{
	width:50%;
	border-radius:5px;
	padding:5px 50px;
	max-width:100%;
	border:2px solid #ecf0f5;
	text-align:center;
}

#footer-xs{
	width:100%;
	border-radius:5px;
	padding:5px;
	max-width:100%;
	text-align:center;
}

.line1{
	border:1px solid #ecf0f5;
	height:1px;
	width:23%;
	float:right;
	margin-top:8px;
}

.line2{
	border:1px solid #ecf0f5;
	height:1px;
	width:23%;
	float:left;
	margin-top:8px;
}