/******************************** BODY ****************************/
body {
	background: url(../images/bg-body.jpg) repeat;
	background-size: cover;
	color: #727272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	min-width: 960px;
	padding: 0;
}
#background {
	background: url(../images/bg-page.jpg) no-repeat top center;
	margin: 0;
	padding: 0;


	}	
	
#body {
	background: url(../images/bg-body-header.png) no-repeat top center;
	margin: 0 auto;
	padding: 112px 0 0;
	width: 960px;
	direction: rtl;
}

#body p {
	margin: 0;
	padding: 0;
}
#body p a {
	color: #000000;
	font-size: 20px;
}
#body p a:hover {
	color: #000000;
	font-size: 20px;}
	
#body > div {
	background: url(../images/bg-body-footer.png) no-repeat bottom center;
	margin: 0;
	padding: 0 0 114px;
}
#body > div > div {
background-color: #8a8a8a;
	min-height: 400px;
	margin: 0;
	padding: 0;
}


#body .about {
	overflow: hidden;
}
#body .about ul {
	margin: 0;
	padding: 0;
} 
#body .about ul li {
	background: url(../images/border.gif) repeat-x top left;
	list-style: none;
	margin: 0 0 20px;
	padding: 3px 0 0;
}
#body .about ul li h3 {
	background: #449282 url(../images/gradient3.png) repeat-x top center;
	border: 1px solid #22272a;
	color: #fff;
	font-family: 'Philosopher-Regular';
	font-size: 24px;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	margin: 0 0 1px;
	padding: 0 19px;
	text-transform: capitalize;
}
#body .about ul li div {
	background: linear-gradient(13deg, #000000 14%,#2598f7 73%);
	background: -moz-linear-gradient(13deg, #d5ff99 14%,#2598f7 73%);
	background: -webkit-linear-gradient(13deg, #d5ff99 14%,#2598f7 73%);
	border-radius: 10px 10px 10px 10px;
	
	border: 2px solid #000000;
	margin: 0;
	min-height: 250px;
	padding: 11px 19px;
}
#body .about ul li div p {
	line-height: 24px;
	padding: 0 0 28px;
}
#body .about ul li div p span {
	font-size: 16px;
	text-transform: uppercase;
}
#body .about ul li div > span {
	text-transform: uppercase;
	line-height: 24px;
}
#body .about .content {
	float: right;
	margin: 0 0 0 20px;
	padding: 0;
	width: 560px;
	color: black;
	
}

#body .about .content2 {
	float: right;
	margin: 0PX 0 0 50px;
	padding: 0;
	width: 560px;
	height: 425PX;
	
	
}
#body .about .aside {
	float: left;
	height: 200px;
		
	height: 530PX;
	margin: 2PX	 5SPX 6PX 39px;
	padding: 0;
	width: 370px;
	
}
/******************************** #header  ****************************/

#header {
	background: url(../images/bg-header2.png) repeat-x top center;
	margin: 0;
	background-repeat:repeat;

	padding: 0;
}
#header > div {

	margin: 0;
	padding: 0;

}
TD.TickerPlayer					{padding:20px 0px 0px 22px; text-align:left;}
IMG.TickerPlayer				{background-color:#f08f28;}
#header > div > div {
	height: 147px;
	margin: 0 auto;
	padding: 49px 0 0;
	position: relative;
	width: 960px;
	z-index: 5;
}

.logo {
	position: relative;
	background: url(../images/logo.gif);
	margin: 10px 10px 20px 100px;
	width: 200px;
	height: 140px;
opacity: 70%;
	
	float: right;

	 z-index: 1; 


}
#header ul {
	background: url(../images/bg-navigation.png) no-repeat center center;
	bottom: -107px;
	height: 98px;
	left: 30px;
	margin: 0 auto;
	overflow: hidden;
	padding: 9px 17px;
	position: absolute;
	width: 865px;
	direction: rtl;
	text-decoration: none;
}
#header ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 5px;
	padding: 0;
}
#header ul li a {
	background: url(../images/menu.png) no-repeat;
	color: #0056b8;
	display: block;
	font-family: 'Philosopher-Bold';
	font-size: 16px;
	font-weight: normal;
	height: 98px;
	letter-spacing: 0.07em;
	line-height: 104px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: rtl;
	/* text-transform: uppercase; */
	width: 163px;
	direction: rtl;
}
#header ul li #menu1 {
	 direction: rtl;
	background-position: 0 0;
	
	
}

#header ul li #menu1:hover{
	transform: scale(0.9,0.9) rotate(2deg);
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	animation-duration: 5s;
	 animation-name: menu1;
	-moz-animation:menu1 5s 1;
	-webkit-animation:menu1  5s 1;
	-o-animation:menu1 5s 1;
	border-radius:5px;
	-webkit-border-radius:5px;
	}
	@keyframes menu1
	{
	0% {transform: rotate(0deg);left:0px;}
	25% {transform: rotate(20deg);left:300px;}
	50% {transform: rotate(0deg);left:300px;}
	55% {transform: rotate(0deg);left:300px;}
	70% {transform: rotate(20deg);left:300px;}
	100% {transform: rotate(0deg);left:0px;}
	}



#header ul li #menu2 {
	background-position: -168px 0;
}
#header ul li #menu2:hover{
	transform: scale(0.9,0.9) rotate(2deg);
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	animation-duration: 5s;
	 animation-name: menu2;
	-moz-animation:menu2 5s 1;
	-webkit-animation:menu2  5s 1;
	-o-animation:menu2 5s 1;
	border-radius:5px;
	-webkit-border-radius:5px;
	}
	@keyframes menu2
	{
	0% {transform: rotate(0deg);left:0px;}
	25% {transform: rotate(20deg);left:300px;}
	50% {transform: rotate(0deg);left:300px;}
	55% {transform: rotate(0deg);left:300px;}
	70% {transform: rotate(20deg);left:300px;}
	100% {transform: rotate(0deg);left:0px;}
	}

#header ul li #menu3 {
	background-position: -335px 0;
}

#header ul li #menu3:hover{
	transform: scale(0.9,0.9) rotate(2deg);
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	animation-duration: 5s;
	 animation-name: menu3;
	-moz-animation:menu3 5s 1;
	-webkit-animation:menu3  5s 1;
	-o-animation:menu3 5s 1;
	border-radius:5px;
	-webkit-border-radius:5px;
	}
	@keyframes menu3
	{
	0% {transform: rotate(0deg);left:0px;}
	25% {transform: rotate(20deg);left:300px;}
	50% {transform: rotate(0deg);left:300px;}
	55% {transform: rotate(0deg);left:300px;}
	70% {transform: rotate(20deg);left:300px;}
	100% {transform: rotate(0deg);left:0px;}
	}


#header ul li #menu4 {
	background-position: -502px 0;
}

#header ul li #menu4:hover{
	transform: scale(0.9,0.9) rotate(2deg);
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	animation-duration: 5s;
	 animation-name: menu4;
	-moz-animation:menu4 5s 1;
	-webkit-animation:menu4  5s 1;
	-o-animation:menu4 5s 1;
	border-radius:5px;
	-webkit-border-radius:5px;
	}
	@keyframes menu4
	{
	0% {transform: rotate(0deg);left:0px;}
	25% {transform: rotate(20deg);left:300px;}
	50% {transform: rotate(0deg);left:300px;}
	55% {transform: rotate(0deg);left:300px;}
	70% {transform: rotate(20deg);left:300px;}
	100% {transform: rotate(0deg);left:0px;}
	}

#header ul li #menu5 {
	background-position: -669px 0;
}
#header ul li #menu5:hover{
	transform: scale(0.9,0.9) rotate(2deg);
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	animation-duration: 5s;
	 animation-name: menu5;
	-moz-animation:menu5 5s 1;
	-webkit-animation:menu5  5s 1;
	-o-animation:menu5 5s 1;
	border-radius:5px;
	-webkit-border-radius:5px;
	}
	@keyframes menu5
	{
	0% {transform: rotate(0deg);left:0px;}
	25% {transform: rotate(20deg);left:300px;}
	50% {transform: rotate(0deg);left:300px;}
	55% {transform: rotate(0deg);left:300px;}
	70% {transform: rotate(20deg);left:300px;}
	100% {transform: rotate(0deg);left:0px;}
	}

#header ul li a:hover, #header ul li.selected a {
	color: rgb(255, 255, 255);
}

#header ul li #menu1:hover, #header ul li.selected #menu1 {

	background-position: 0 -113px;
	
}
#header ul li #menu2:hover, #header ul li.selected #menu2 {
	background-position: -168px -113px;
}
#header ul li #menu3:hover, #header ul li.selected #menu3 {
	background-position: -335px -113px;
}
#header ul li #menu4:hover, #header ul li.selected #menu4 {
	background-position: -502px -113px;
}
#header ul li #menu5:hover, #header ul li.selected #menu5 {
	background-position: -669px -113px;


}

/******************************* .contentwith us  ************************/
.contectus{

	font-size: 40px	;
	color: rgb(17, 180, 255);
	font-family: 'Suez One', serif;
}
.TOFES{
	font-family: 'Suez One', serif;
	text-decoration: none;
}

.gamal{
	background: url(../images/gamal.jpg);
}


/******************************** Ticker ****************************/
TABLE.tickerContainer			{ width:367px; height:454px; margin-bottom:30px; background: linear-gradient(13deg, #000000 14%,#2598f7 73%);
	background: -moz-linear-gradient(13deg, #d5ff99 14%,#2598f7 73%);
	background: -webkit-linear-gradient(13deg, #d5ff99 14%,#2598f7 73%);
	border-radius: 10px 10px 10px 10px;
	box-shadow: 3px 3px 3px #ffffff;
padding: 10px;
}
TD.tickerTitle					{vertical-align:top; height:43px; padding:19px 27px 0px 10px;}
H3.tickerTitle					{color:#000000; font-size:140%; font-weight:normal;}
TD.TickerPlayer					{padding:20px 0px 0px 22px; text-align:left;}
TD.tickerBody					{vertical-align:top; padding:15px 18px 64px 18px;}
TABLE.tickerContainer MARQUEE	{width:100%; height:100%;}
DIV.tickerItemContainer			{margin-bottom:20px; padding-bottom:6px; clear:right;}
.tickerHeadLine					{color:#0a5a99; font-size:100%; font-weight:bold; line-height:115%; text-decoration:none;}
.tickerHeadLine:hover			{color:#d5e645;}

/******************************** Footer ****************************/

#footer > div {
	background: url(../images/bg-footer.png) no-repeat bottom center;
	margin: 0;
	text-align: center;
	padding: 73px 0 42px;
}
#footer ul {
	display: block;
	margin: 0 auto;
	padding: 0 0 65px;
	overflow: hidden;
	width: 351px;
}
#footer ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 22px;
	padding: 0;
}
#footer ul li a {
	background: url(../images/icons.png) no-repeat;
	color: #fff;
	display: block;
	line-height: 73px;
	height: 73px;
	text-decoration: none;
	text-indent: -99999px;
	width: 73px;
}
#footer ul #facebook a {
	background-position: 0 0;
}
#footer ul #facebook a:hover {
	background-position: -78px 0;
}
#footer ul #twitter a {
	background-position: 0 -78px;
}
#footer ul #twitter a:hover {
	background-position: -78px -78px;
}
#footer ul #googleplus a {
	background-position: 0 -156px;
}
#footer ul #googleplus a:hover {
	background-position: -78px -156px;
}
#footer p {
	color: #4e5151;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: capitalize;
}


/* ********************************************************IMG******** */

  

  
  img {
	vertical-align: middle;
	
  }
  
  /* Position the image container  */
  .container {
	position: relative;
	float: left;
	margin: -66% -0px 00px 50px;

  }
  
  /* Hide the images by default */
  .mySlides {
	display: none;
  }
  
  /*  pointer images */
  .cursor {
	cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,.next {

	position: relative;
	top: 100%;
	width: auto;
	padding: 16px;
	color: rgb(255, 248, 248);
	font-weight: bold;
	font-size:30px;
	border-radius: 0 3px 7px 0;
	user-select: none;
	-webkit-user-select: none;
  }
  
  /* Positionnext button" right */
  .next {
	right: 300px;
	border-radius: 5px 0 0 3px;
  }
  
  /* On hover */
  .prev:hover,
  .next:hover {
	background-color: rgba(40, 43, 255, 0.8);
	opacity: 70%;
  }
  
  /* Number text */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* Container for image text */
  .caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: rgb(236, 12, 12);
  }
  
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  /* Six columns side by side */
  .column {
	float: right;
	width: 16.66%;
  }
 
  .demo {
	opacity: 0.6;
  }
  
  .active,
  .demo:hover {
	opacity: 1;
  }
  .why{
	font-family: 'Suez One', serif;
	  background-color: rgb(87, 85, 84);
	  width: 680px;
	  height: 35px;
	  margin: auto;
	  text-align: center;
	  font-size: 35px;
	  color: rgb(0, 0, 255);
	  padding: 2px;
	  border-radius: 10%;
  }

  .why2{
	font-family: 'Suez One', serif;
	  padding: 40px;
	  margin: auto;
	  width: 600px;
	  height: 450px;
	  background-color: black;
	  font-size: 17px;
	  color: white;
	
  }


/******************************************* אטרקציות ********************************/
.rif{
	background: url(../images/atraction/rif_dolphine.jpg) no-repeat; 	
	margin: 0px 20px 30px 70px;
	height: 300px;
	width: 300px;}
	.riftext{
		position: relative;
		background-color: white;
		color: #000000;
		font-size: 18px;
		margin: 0px 100px 0px 450px;
	}
	.mizpe{
		background: url(../images/atraction/mizpe.jpg) no-repeat; 	
		margin: 0px 20px 30px 70px;
	height: 300px;
	width: 300px;
		position: relative;

		width: 300px;}




		/* TRYYYYYYYYYYYYYYYYYYYY */

		
table{
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        margin: auto;
        background-color: rgb(131, 131, 131);
        text-align: center;

        color:rgba(0, 0, 0, 0.897)
    
     
    
    
    }
	h1{
		color: #004739;
		font-size: 27px;
	}
h3{
	color: #023057;
	font-size: 20px;
}
	.todo{
		border-radius: 90%;
		margin: auto;
		background-color: #ffffff;
		width: 200px;
		height: 70px;
	}
/* 
  ******************************* media - atraction ******************  */
	#body .media, #body .games, #body .about, #body .blog {
		margin: 0;
		padding: 24px 0;
	}
	#body .media > div {
		margin: 0;
		overflow: hidden;
		padding: 0 10px;
	}
	#body .media > div > div {
		background: url(../images/border.gif) repeat-x top left;
		float: left;
		margin: 0 10px;
		padding: 3px 0 0;
		width: 450px;
	}
	#body .media h3 {
		background: #070707 url(../images/gradient3.png) repeat-x top center;
		border: 1px solid #22272a;
		color: #fff;
		font-family: 'Philosopher-Bold';
		font-size: 16px;
		font-weight: normal;
		height: 50px;
		letter-spacing: 0.07em;
		line-height: 50px;
		margin: 0 0 1px;
		padding: 0 19px;
		text-transform: uppercase;
	}
	#body .media ul {
		background: #181818;
		border: 1px solid #22272a;
		margin: 0;
		overflow: hidden;
		padding: 0;
	}
	#body .media ul li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#body .media div div ul {
		padding: 8px;
	}
	#body .media div div ul li {
		border: 1px solid #22272a;
		display: block;
		float: left;
		margin: 8px 10px;
		padding: 0;
		width: 194px;
	}
	#body .media div div ul li a.figure {
		display: block;
		margin: 0;
		padding: 0;
	}
	#body .media div div ul li a.figure:hover {
		opacity: 0.8;
	}
	#body .media div div ul li a.figure img {
		border: 1px solid #000;
		display: block;
	}
	#body .media div div ul li span {
		background: #181a1a url(../images/gradient4.png) repeat-x bottom left;
		border-top: 1px solid #22272a;
		display: block;
		height: 38px;
	}
	#body .media div div ul li span a {
		color: #a7a9ac;
		display: block;
		font-size: 12px;
		line-height: 38px;
		margin: 0;
		padding: 0 9px;
		text-align: center;
		text-decoration: none;
	}
	#body .media div div ul li span a:hover {
		color: #fff;
	}
	#body .media .article {
		background: url(../images/border.gif) repeat-x top left;
		margin: 17px auto 0;
		padding: 3px 0 0;
		width: 920px
	}
	#body .media .article ul {
		padding: 0 10px;
	}
	#body .media .article ul li {
		display: block;
		float: left;
		margin: 0 9px;
		overflow: hidden;
		padding: 0 0 10px;
		width: 430px;
	}
	#body .media .article ul li a.figure {
		border: 1px solid #22272a;
		float: left;
		display: block;
		margin: 19px 13px 0 0;
		padding: 0;
	}
	#body .media .article ul li a.figure:hover {
		opacity: 0.8;
	}
	#body .media .article ul li a.figure img {
		border: 1px solid #000;
		display: block;
	}
	#body .media .article ul li p {
		font-size: 12px;
		line-height: 24px;
		padding: 13px 0 0;
	}
	#body .media .article ul li p a {
		color: #727272;
	}
	#body .media .article ul li p a:hover {
		color: #a3a3a3;
	}
 
    

