body{
		margin: 0;
		padding:0;
font-family:Arial, Helvetica, sans-serif;
direction:rtl;
overflow-x:hidden;
background:#6B226A;
}

img{border:none;outline: 0;}
a, a:active, a:focus {
outline: none;
}

h1{margin: 0 0 0 0; padding :0; font-weight:normal;}
h2{margin: 0 0 0 0; padding :0; font-weight:normal; }
h3{margin: 0 0 0 0; padding :0; font-weight:normal;}
h4{margin: 0 0 0 0; padding :0; font-weight:normal;}

 

form {margin:0; padding:0;}

.float_r {float:left;}
.float_l {float:right;}

body.mceContentBody {   background: #FFF;}
.clear { clear:both; padding:0; margin:0; width:100%; height:0; line-height:0px; font-size:0px; overflow:hidden; float:none; }

a:link {color:#666666;	 text-decoration:none;}
a:visited {color:#666666;	text-decoration:none; }
a:hover {color:#666666;	 text-decoration:none; }
a:active {color:#666666;	text-decoration:none; }

.clickable {
   cursor: pointer;
}
.clickable:hover {
}

.bg1{width:100%;  /*margin:0 auto; position:relative;*/}
.bg1 img{width:100%; height:auto;}
.main{max-width:1200px; width:100%;  margin:0 auto; position:relative;}

.spinners1{position:absolute; top:700px; right:5%; width:21%; max-width:215px;}
.spinners1 img{width:100%; height:auto;}

.logos_holder{
        display:none;
    /*position:absolute;top:0;   width:100%; 
display: -webkit-box;      
  display: -moz-box;      
  display: -ms-flexbox;   
  display: -webkit-flex;   
  display: flex;
  
  -webkit-justify-content: center; 
  justify-content:         center;  */       
}
.logo1{  width:28%; max-width:120px; margin-left:1%; margin-top:15px;}
.logo2{ width:22%; max-width:100px; margin-right:1%}
.logo img{width:100%; height:auto;}

.fb_holder{position:absolute; top:240px; left:0; right:0; width:100px;margin: 0 auto;}

.slide_holder{width:100%;  left:0; right:0; margin: 0 auto; top:290px;position:absolute; z-index:5; text-align:center;}
.slider{width:100%; max-width:710px; margin:0 auto;z-index:5; }
/*.slide_holder img{width:100%; height:auto;}*/

.slideNav{position:absolute; /*top:160px;*/ top:40%; z-index:6; width:5%; max-width:56px;min-width:25px; cursor:pointer;}
.slideNav img{width:100%; height:auto;}
.next{left:3%;}
.prev{right:3%;}
.disabled{display:none;}

.fbComments{position:absolute; top:800px; z-index:6; left:0; right:0; width:100%;margin: 0 auto; max-width:640px; background:#FFFFFF;}


@media screen and (max-width: 1024px)  {

.slide_holder img{width:100%; height:auto;}

}


@media screen and (max-width: 480px) {
	/*	portrait mobile*/
	
body{	font-size: 16px;}

.logo1 {
  top: 80px;
}
.logo2 {
  top: 75px;
}
.next{left:0;}
.prev{right:0;}

.fb_holder {
  top: 88px;
}
.slide_holder {
  top: 120px;
  width: 95%;
}
.fbComments {
  top: 400px;
  width: 95%;
  }
  .spinners1{top:275px;}

.mobile_hide{display: none;}
.mobile_hit{display: block;}
.mobile_show{display:block;}
.mobile_only{display:block;}


}

	
	
@media screen and (max-width: 768px) and (min-width: 481px) {
	/*	landscape mobile */
.mobile_hit{display: none;}




}
@media screen and (max-width: 1024px) and (min-width: 481px) {
/*	big tablet/small laptop*/



.mobile_hide{display: none;}
.mobile_hit{display: block;}
.mobile_show{display:block;}
.mobile_only{display:block;}
}

@media screen and (max-width: 320px)  {
/*	very small phone*/




}