@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image:url(../image/Abr.png);
	width:100%;
	min-height: 100%;
	background-size:cover;
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
    padding:0px;
	position:absolute;
	
}
div.main {
	margin-left:auto;
	margin-right:auto;
    padding:0px;
	width:1000px;
	height:1000px;	
}

div.back{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	float:left;
	height:35px;
	margin-top:230px;	
}

div.back1{
	width:50px;
	float:left;
	height:35px;	
}

div.back2{
	width:900px;
	float:left;
	height:35px;	
}

div.back3{
	width:50px;
	float:left;
	height:35px;	
}


h1{
	color: white;
    text-shadow: 2px 2px 4px #000000;
}


/* header */
div.buttom{
/*	background-color:#063;*/
	height:33px;
	width:100%;
	border-radius:0px;
	background-repeat:repeat-x;	
}

div.m1{
	width:12.51%;
	height:33px;
	float:left;
	border-right:1px  solid #5a5959;	
}

div.m1:hover{
	width:12.5%;
	background-repeat:repeat-x;
	height:33px;
	border-right:1px solid   #8b8b8b;
	border-top-left-radius:12px;
	border-bottom-left-radius:12px;	
}

div.m2{
	width:12.5%;
	background-repeat:repeat-x;
	height:33px;
	float:left;
	border-right:1px  solid #5a5959;	
}

div.m2:hover{
	width:12.5%;
	background-repeat:repeat-x;
	height:33px;
	
}

div.m3{
	width:12.5%;
	background-repeat:repeat-x;
	height:33px;
	float:left;
	border-right:1px  solid #5a5959;
	
}

div.m3:hover{
	width:12.5%;
	background-repeat:repeat-x;
	height:33px;	
}

div.m4{
	width:12.5%;
	background-repeat:repeat-x;
	height:33px;
	float:left;
	border-right:1px  solid #5a5959;		
}

div.m4:hover{
	width:12.5%;
	background-repeat:repeat-x;
	height:33px;	
}


div.m5{
	width:12.34%;
	background-repeat:repeat-x;
	height:33px;
	float:left;
	border-right:1px  solid #5a5959;		
}

div.m5:hover{
	width:12.34%;
	background-repeat:repeat-x;
	height:33px;	
}

div.m6{
	width:12.25%;
	background-repeat:repeat-x;
	height:33px;
	float:left;
	border-right:1px  solid #5a5959;		
}

div.m6:hover{
	width:12.25%;
	background-repeat:repeat-x;
	height:33px;	
}

div.m7{
	width:12.25%;
	background-repeat:repeat-x;
	height:33px;
	float:left;
	border-right:1px  solid #5a5959;	
}

div.m7:hover{
	width:12.25%;
	background-repeat:repeat-x;
	height:33px;	
}

div.m8{
	width:12.26%;
	background-repeat:repeat-x;
	height:33px;
	float:left;
	border-top-right-radius:12px;
	border-bottom-right-radius:12px;	
}

div.m8:hover{
	width:12.26%;
	background-repeat:repeat-x;
	height:33px;
	border-top-right-radius:12px;
	border-bottom-right-radius:12px;		
}

a.f1{
	text-decoration:none;
	color:#005b2a;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
}

p.pop {
	margin-top:6px;
	text-align:center;
		
}

div.empty{
	width:1000px;
	height:100px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

div.part-1{
	width:1000px;
	height:250px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

div.part-11{
	width:220px;
	height:250px;
	float:left;
}

div.part-12{
	width:315px;
	height:250px;
	float:left;
	position: relative;
    display: inline-block;
}

div.part-13{
	width:100px;
	height:250px;
	float:left;
}

div.part-14{
	width:315px;
	height:250px;
	float:left;
	position: relative;
    display: inline-block;
}

.part-14-content {
    display: none;
    position:relative;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.part-14:hover .part-14-content {
    display: block;
}

.desc{
	text-align:center;
	font-family:tahoma;
	font-size:16px;
	color:#f35c11;
	font-style:italic;
	font-weight:bold;
	width:320px;
	text-align:center;
	text-decoration:none;
	display:block;
	direction:rtl;
}
	

div.part-15{
	width:50px;
	height:250px;
	float:left;
}

#myImg{
	width:315px;
	height:231px;
	padding-top:5px;
	box-shadow:8px 8px 5px #B8AEAE;
	border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
	font-size:16px;
	font-weight:bold;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes zoom {
    from {transform: scale(0.1)}
    to {transform: scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

#myImg-2{
	width:315px;
	height:231px;
	padding-top:5px;
	box-shadow:8px 8px 5px #B8AEAE;
	border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
	padding-top:10px;
}

#myImg-2:hover {opacity: 0.7;}


p.text-1 {
	text-align:center;
	font-family:tahoma;
	font-size:16px;
	color:#285A26;
	font-style:italic;
	font-weight:bold;
	width:150px;
	text-align:center;
	text-decoration:none;
	display:block;
	direction:rtl;
	padding-left:55px;
	padding-top:70px;
	line-height:200%;
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
	visibility: visible !important
}

div.part-2{
	width:1000px;
	height:250px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

div.part-21{
	width:50px;
	height:250px;
	float:left;
}

div.part-22{
	width:315px;
	height:250px;
	float:left;
}

div.part-23{
	width:20px;
	height:250px;
	float:left;
}

div.part-24{
	width:315px;
	height:250px;
	float:left;
}

div.part-25{
	width:300px;
	height:250px;
	float:left;
}

p.text-2 {
	text-align:center;
	font-family:tahoma;
	font-size:16px;
	color:#285A26;
	font-style:italic;
	font-weight:bold;
	width:100px;
	text-align:center;
	text-decoration:none;
	display:block;
	direction:rtl;
	padding-left:55px;
	padding-top:45px;
	line-height:200%;
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important
}

img.Calender-3{
	width:315px;
	height:231px;
	padding-top:10px;
	box-shadow:8px 8px 5px #B8AEAE;
}

img.Calender-3:hover {opacity: 0.7;}

div.part-3{
	width:1000px;
	height:250px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

div.part-31{
	width:500px;
	height:250px;
	float:left;
}

div.part-32{
	width:315px;
	height:250px;
	float:left;
}

div.part-33{
	width:185px;
	height:250px;
	float:left;
}

img.Calender-5{
	width:315px;
	height:231px;
	padding-top:10px;
	box-shadow:8px 8px 5px #B8AEAE;
}

img.Calender-5:hover {opacity: 0.7;}

p.text-3 {
	text-align:center;
	font-family:tahoma;
	font-size:16px;
	color:#285A26;
	font-style:italic;
	font-weight:bold;
	width:150px;
	text-align:center;
	text-decoration:none;
	display:block;
	direction:rtl;
	padding-left:270px;
	padding-top:55px;
	line-height:200%;
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important
}

p.text-31 {
	text-align:center;
	font-family:tahoma;
	font-size:16px;
	color:#285A26;
	font-style:italic;
	font-weight:bold;
	width:150px;
	text-align:center;
	text-decoration:none;
	display:block;
	direction:rtl;
	padding-left:270px;
	padding-top:5px;
	line-height:200%;
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important
}

div.part-4{
	width:1000px;
	height:250px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

div.part-41{
	width:220px;
	height:250px;
	float:left;
}

div.part-42{
	width:315px;
	height:250px;
	float:left;
}

div.part-43{
	width:465px;
	height:250px;
	float:left;
}

img.Calender-6{
	width:315px;
	height:231px;
	padding-top:10px;
	box-shadow:8px 8px 5px #B8AEAE;
}

img.Calender-6:hover {opacity: 0.7;}

p.text-4 {
	text-align:center;
	font-family:tahoma;
	font-size:16px;
	color:#285A26;
	font-style:italic;
	font-weight:bold;
	width:80px;
	text-align:center;
	text-decoration:none;
	display:block;
	direction:rtl;
	padding-left:55px;
	padding-top:55px;
	line-height:200%;
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important
}

div.part-5{
	width:365px;
	height:374px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

div.part-51{
	width:365px;
	height:143px;
}

div.part-52{
	width:365px;
	height:231px;
}

div.part-521{
	width:50px;
	height:231px;
	float:left;
}

div.part-522{
	width:315px;
	height:231px;
	float:left;
}

img.Calender-7{
	width:315px;
	height:231px;
	box-shadow:8px 8px 5px #B8AEAE;
}

img.Calender-7:hover {opacity: 0.7;}

div.part-6{
	width:20px;
	height:500px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

div.part-7{
	width:615px;
	height:500px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

img.Calender-8{
	width:315px;
	height:231px;
	padding-top:10px;
	box-shadow:8px 8px 5px #B8AEAE;
}

img.Calender-8:hover {opacity: 0.7;}

div.part-71{
	width:315px;
	height:260px;
}


div.part-72{
	width:615px;
	height:240px;
	float:left;
}

div.part-721{
	width:300px;
	height:240px;
	float:left;
}

div.part-722{
	width:150px;
	height:240px;
	float:left;
}

div.part-723{
	width:90px;
	height:240px;
	float:left;
}

img.Calender-9{
	width:315px;
	height:231px;
	box-shadow:8px 8px 5px #B8AEAE;
}

img.Calender-9:hover {opacity: 0.7;}

p.text-7 {
	text-align:center;
	font-family:tahoma;
	font-size:16px;
	color:#285A26;
	font-style:italic;
	font-weight:bold;
	width:80px;
	text-align:center;
	text-decoration:none;
	display:block;
	direction:rtl;
	padding-left:30px;
	padding-top:10px;
	line-height:200%;
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important
}

div.part-8{
	width:1000px;
	height:250px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

div.part-81{
	width:50px;
	height:250px;
	float:left;
}

div.part-82{
	width:315px;
	height:250px;
	float:left;
}

div.part-83{
	width:20px;
	height:250px;
	float:left;
}

div.part-84{
	width:315px;
	height:250px;
	float:left;
}

div.part-85{
	width:300px;
	height:250px;
	float:left;
}

img.Calender-10{
	width:315px;
	height:231px;
	padding-top:10px;
	box-shadow:8px 8px 5px #B8AEAE;
}

img.Calender-10:hover {opacity: 0.7;}

div.part-9{
	width:1000px;
	height:250px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

div.part-91{
	width:258px;
	height:250px;
	float:left;
}

div.part-92{
	width:315px;
	height:250px;
	float:left;
}

div.part-93{
	width:427px;
	height:250px;
	float:left;
}

img.Calender-12{
	width:315px;
	height:231px;
	padding-top:10px;
	box-shadow:8px 8px 5px #B8AEAE;
}

img.Calender-12:hover {opacity: 0.7;}

p.text-9 {
	text-align:center;
	font-family:tahoma;
	font-size:16px;
	color:#285A26;
	font-style:italic;
	font-weight:bold;
	width:300px;
	text-align:center;
	text-decoration:none;
	display:block;
	direction:rtl;
	line-height:200%;
	padding-left:60px;
	padding-top:70px;
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function:ease-out;	
	-webkit-animation-timing-function:ease-out;
	
	animation-name: slideExpandUp;
	-webkit-animation-name: slideExpandUp;

	visibility: visible !important
}


@keyframes slideUp {
	0% {
		transform: translateY(100%) scaleX(0.5);
	}
	30%{
		transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		transform: translateY(2%) scaleX(0.5);
	}
	50%{
		transform: translateY(0%) scaleX(1.1);
	}
	60%{
		transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		transform: translateY(0%) scaleX(1);		
	}
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%) scaleX(0.5);
	}
	30%{
		-webkit-transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		-webkit-transform: translateY(2%) scaleX(0.5);
	}
	50%{
		-webkit-transform: translateY(0%) scaleX(1.1);
	}
	60%{
		-webkit-transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		-webkit-transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		-webkit-transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		-webkit-transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		-webkit-transform: translateY(0%) scaleX(1);		
	}
}

/* footer*/
/* footer*/
div.part-66{
	width:1000px;
	height:160px;
	float:left;
	display:block;
}

div.part-661{
	width:200px;
	height:160px;
	float:left;
	display:block;
}

div.part-662{
	width:600px;
	height:160px;
	float:left;
	display:block;
}

div.part-662-1{
	width:600px;
	height:5px;
	display:block;
}

div.part-662-2{
	width:600px;
	height:20px;
	text-align:center;
	margin-top:5px;
	text-decoration:none;
	display:block;
}

div.part-662-3{
	width:600px;
	height:5px;
	border-radius:0PX;
	display:block;
}

div.part-6621-1{
	width:20px;
	height:20px;
	float:left;
	text-decoration:none;
	display:block;
}

div.part-6621-2{
	width:560px;
	height:20px;
	float:left;
	text-decoration:none;
	display:block;
	text-align:center;
}

div.part-6621-3{
	width:20px;
	height:20px;
	float:left;
}

div.part-663{
	width:200px;
	height:160px;
	float:left;
	text-decoration:none;
	display:block;
}

div.footer{
	width:560px;
	height:18px;
	text-align:center;
	display:block;
	border-radius:0px;
}
	
div.footer1{
	width:70px;
	float:left;
	height:18px;	
}
	
div.footer2{
	width:60px;
	float:left;
	height:18px;	
}

div.footer3{
	width:80px;
	float:left;
	height:18px;	
}

div.footer4{
	width:80px;
	float:left;
	height:18px;	
}

div.footer5{
	width:70px;
	float:left;
	height:18px;	
}

div.footer6{
	width:60px;
	float:left;
	height:18px;	
}

div.footer7{
	width:70px;
	float:left;
	height:18px;	
}

div.footer8{
	width:70px;
	float:left;
	height:18px;	
}

a.fimg{
	text-decoration:none;
	color:#00579d;
	font-size:11px;
	text-align:center;
	display:block;
	border-radius:0PX;
	font-family:Tahoma;
	font-weight:bold;
}

a.fimg:hover{
	text-decoration:underline;
	color:#e6833b;
	font-size:11px;
}

div.copy{
	width:100%;
}
/* footer*/
hr.hr2 {
	width:100%;
	size:10px;
	color:#280CB5;
	margin-top:10px;
}











