*{
    font-family:Arial,Helvetica, Sans-Serif;
}
.body{
	margin:0;
	padding:0;
    background-color: #e8e8dc;
}


.font12black{
    font-size: 12px;
    color: black;
}

.font13black{
    font-size: 13px;
    color: black;
}

.font14black{
    font-size: 14px;
    color: black;
}

.font15black{
    font-size: 15px;
    color: black;
}

.font16black{
    font-size: 16px;
    color: black;
}

.font17black{
    font-size: 17px;
    color: black;
}

.font18black{
    font-size: 18px;
    color: black;
}

.font12white{
    font-size: 12px;
    color: white;
}

.font13white{
   font-size: 13px;
   color: white;
}

.font14white{
    font-size: 14px;
    color: white;
}

.font15white{
    font-size: 15px;
    color: white;
}

.font16white{
    font-size: 16px;
    color: white;
}

.font17white{
    font-size: 17px;
    color: white;
}

.font18white{
    font-size: 18px;
    color: white;
}

.goog-te-gadget-simple{
 background-color: #d8d8cb ;
    border: 1px solid #632115;
    color: #379b50;
    border-radius: 5px;
    
}

.goog-te-gadget-simple:hover{
 background-color: #f2f2e8 ;
    

}
.goog-te-gadget-simple span{
    color: #5d833e ;
}

.goog-te-gadget-icon{
border-radius: 100px;
    border: 1px solid #632115;
    box-shadow: 2px 0px 2px #ccc;
   
}
goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }
 
.fixedheader{
   position: fixed;
   width: 100%;
   z-index: 10;
   border-bottom: 4px solid #379b50;
   box-shadow: 5px 1px 5px #151515;
}

.fixedheadernone{
    position:relative;
    width: 100%;
}
.headertbl{
    width: 100%;
    background-color: #e8e8dc;
}

.headertbl  td:nth-child(1){
   width: 40%;
}

.headertbl td:nth-child(1){
   text-align: right;
    width: 30%;
}
.headertbl td:nth-child(3){
   text-align: left;
    width: 30%;
}

.heade1{
	font-size:14px;  
    line-height: 25px;
    text-align: center;
	color:#ffffff;
    background-color:#ccccc0 ;
}

.heade1 a{
    color: #632115;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;  
}

.heade1 a:hover{
    color: #cb968d ;
    cursor: pointer;
}

.heade2{
	width:100%;
    min-width: 1024px;
	background-color: #e8e8dc;
	border-top: 1px dashed #4d0115;
}

.heade2 ul li {
    display: inline;
	color:#144C87;
	font-size:15px;
	line-height:18px;
}

.heade2 ul a{
	text-align: center;
    text-decoration: none;
    display: inline-block; 
    color:#144C87;
}

.heade2 a:hover{
	color: #dd6d6d;
}

.heade2 a:visited{
	text-align: center;
    text-decoration: none;
    display: inline-block; 
    font-weight:bold;                                                  
}

.heade2 ul{

	margin:auto;
	text-align:center;
    color:#2066c5;
}

.headerlogo{
    width: 200px;
    height: auto;
}

.bubble{
    direction: rtl;
    width:100%;	
	float:left;
	position:absolute;
    top: 10%;
    right: 5%;
	z-index:5;
    background-color: rgba(55, 81, 35, 0.7);
    color: #fff;
    width: auto;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 5px 1px 5px #333, inset 3px 1px 3px #333;
    border: 4px #632115  solid; 
    transition: all .2s ease-in-out;
}

.bubble p{
    text-align: left;
    line-height: 25px;
}

.bubble img{
    width: 20px;  
    margin-left: 5px;
    margin-right: 5px;
}

.bubble:hover{
    transform: scale(1.3);
}

.bigimg{
  
    position: relative;
    height: auto;
    min-height: 370px;
   
}
.flexslider{
   border-bottom:solid 5px #863926 ; 
    min-height: 370px;
}
.slides li img{
 min-height: 370px;   
}
.caption{
 width: 100%;
 height: 20%;
 background-color: aqua;
}

.searchengine{
    width: 100%;
}


.tbltype1 td{
 
    border: 1px solid #863926;
}

.tbltype1{
 width: 100%;
     border-collapse: collapse;
    border: 1px solid #863926;
 
}

.tblprice1 p{
    border: 1px solid #863926;
    background-color: bisque;
    font-weight: bold;
    padding: 5px;
    box-shadow: 3px 1px 3px #ccc;   
}

.tblprice1 span{
    font-weight: normal;
    
}
.searchtytle{
    line-height: 30px;
    text-align: center;
    color: #29a64b;
    font-size: 30px;
    text-shadow: 3px 1px 3px #333;
    border-bottom: 1px dashed #29a64b;
	margin-top:15px;
	margin-bottom:20px;
}

.searchengine th{
}

.searchengine .inputdiv{
    background-color: rgba(255, 255, 255, 0.8);;
    line-height: 25px;
    border-radius: 5px;
    border:2px #29a64b solid;
    text-align: center;
    font-size: 14px;
    color: #888;
    width: 95%;
    transition: all .2s ease-in-out;
}
.searchengine .inputdiv:hover{
    box-shadow: 3px 1px 3px #333;
    background-color: #fff; 
}



.searchengine input{
    background-color: rgba(255, 255, 255, 0.8);;
    line-height: 25px;
    border-radius: 5px;
    border:2px #29a64b solid;
    text-align: center;
    font-size: 14px;
    color: #888;
    width: 95%;
    transition: all .2s ease-in-out;
}
.searchengine input:hover{
    box-shadow: 3px 1px 3px #333;
    background-color: #fff;
}

.btnsearch{
    width:98%;
    margin: 0 auto;
	text-align:center;
	line-height:30px;
	color:#fff;
	border:2px solid #fff;
	background: rgba(98,125,77,1);
background: -moz-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
background: -webkit-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: -o-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: -ms-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: linear-gradient(to right, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=1 );
	-moz-border-radius: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
	font-size:16px;
	letter-spacing:1px;	
    transition: all .2s ease-in-out;
}
.btnsearch:hover{
   box-shadow: 3px 1px 3px #ccc;
    transform: scale(1.1);
    cursor: pointer;
}
.comertialtxt{
    width:100%;
text-align:center;
color:#642112;
font-size:13px;
font-weight:bold;
margin-top:4px;
margin-bottom:4px;
line-height:40px;
    min-height: 40px;
    border: 2px solid #642112;
    box-shadow: inset 3px 1px 3px #999;
    background-image:url(https://www.booking-kibbutz.com/img/leave.png);
    background-color: rgba(207, 207, 186, 0.4);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: left;
    transition: all 2s ease-in-out;
}

.comertialtxt:hover{
    box-shadow: 3px 1px 3px #999;
    cursor: default;
}

#SelectArea{
 position: fixed; 
    z-index: 10; 
    top: 390px; 
    left: 210px;
    border-radius: 10px;
    
}

#SelectHotel{
 position: fixed; 
    z-index: 10; 
    top: 390px; 
    left: 410px;
    border-radius: 10px;
}

.tblagenthotel{
    padding-bottom: 10px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: rgba(216, 216, 203, 0.8);
    box-shadow: 3px 1px 3px #555;
}

.tblagentareatitle{
    width: 100%;
    background-color: #33a450 ;
    border-radius: 10px 10px 0 0;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    text-shadow: 1px 0 1px #888;
    color: #fff;
}

.tblagentareatitle td{
    text-align: center;
}

.divereatitle{
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.ereabtn{
    width: 90%;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    background: rgba(98,125,77,1);
    background: -moz-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
    background: -webkit-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
    background: -o-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
    background: -ms-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
    background: linear-gradient(to right, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=1 );
	-moz-border-radius: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
    border:1px solid #fff;
    color: #fff;
    cursor: pointer;
    margin-bottom:5px;
    margin-top: 5px;
}

.ereabtn:hover{
    background:rgba(98,125,77,1);
}
.ereabtnall{
    width: 100%;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    background: rgba(57,163,84,1);
	-moz-border-radius: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
    border:1px solid #fff;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    margin-bottom:5px;
    margin-top: 10px;
}
.ereabtnall:hover{
   background: rgba(87,206,118,1); 
}
.Invitations{
	width: 300px; 
	height:auto;
	background-color:rgba(231,228,212,0.9);
	box-shadow: 0px 0px 4px #000;
	border:2px #29a64b solid;
	border-radius:8px;
    position: absolute;
    top:10%;
    left: 10%;
    z-index: 5;
    
}

#search{
	width:100%;
	margin:auto;
    
}
.loginback{
background-size: cover;
    background-position: left;
}
.last-Invitation{
	position: absolute; 
    top: 550px;
	width:100%;
	height:25px;
	text-align:center;
	border-bottom:1px dashed #65200d;
	
	font-size:16px;
	font-weight:bold;
	color:#65200d;
	text-shadow:0 -1px 1px rgba(0,0,0,0.4);
}

.buttun_agho{
    font-size:18px;
	color:#fff;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px; 
    margin-top: 1px;
	margin-bottom:10px;
    border:1px solid #fff;
    transition: all 0.5s;
    background: rgba(98,125,77,1);
background: -moz-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);

background: -webkit-gradient(left top, right top, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));

background: -webkit-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);

background: -o-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);

background: -ms-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);

background: linear-gradient(to right, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=1 );

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	border-radius: 4px;

	-moz-box-shadow:

		0px 1px 3px rgba(000,000,000,0.5),

		inset 0px 0px 3px rgba(255,255,255,1);

     	-webkit-box-shadow:

		0px 1px 3px rgba(000,000,000,0.5),

		inset 0px 0px 3px rgba(255,255,255,1);

	box-shadow:

		0px 1px 3px rgba(000,000,000,0.5),

		inset 0px 0px 3px rgba(255,255,255,1);

	text-shadow:

		0px -1px 0px rgba(255,255,255,1),

		0px 1px 0px rgba(000,000,000,0.2);
}

 .buttun_agho:hover  {
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

#moadon{
	width:100%;	
	margin-top:1px;
	border:1px solid #59584e;
	margin-bottom:2%;
	border-radius:5px;
}

#moadon button {
  width:95%;
  height:25px;
  display: inline-block;
  border-radius: 4px;
  background-color: #29a64b;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  transition: all .2s ease-in-out;
  cursor:pointer;
  margin-top:2%;
  margin-bottom: 2%;
}

#moadon button:hover  {
   box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
   -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
}

#moadon input{
    font-size: 14px;
    color: #333;
    border-radius: 10px;
    border: 1px solid #333;
    transition: all .2s ease-in-out;
    background-color: rgba(255, 255, 255, 0.8);
}

#moadon input:hover{
    box-shadow: 3px 1px 3px #333;
    cursor: pointer;
    background-color: #fff;
}
#moadon input:focus{
     background-color: #f4ee94 ;
}

#moadon h5{
	font-size:14px;
	width:93.5%;
	height:24px;
	color:#fff;
    background: #642112;
	margin-top:4px;
	padding-right:7%;
	padding-top:10px;
	text-align:right;
	float:right; 
}

#moadon h11{
	font-size:14px;
	line-height:22px;
	color:#525252;
	text-align:center;
	font-weight:normal;
	margin-top:14px;
}

.daily-deal{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    margin-top: 5px;
	background: -webkit-linear-gradient(left, rgba(211,211,211,0.1), rgba(211,211,211,0.5)); /* For Safari 5.1 to 6.0 */

    background: -o-linear-gradient(right, rgba(211,211,211,0.1), rgba(211,211,211,0.5)); /* For Opera 11.1 to 12.0 */

    background: -moz-linear-gradient(right, rgba(211,211,211,0.1), rgba(211,211,211,0.5)); /* For Firefox 3.6 to 15 */

    background: linear-gradient(to right, rgba(211,211,211,0.1), rgba(211,211,211,0.5)); /* Standard syntax (must be last)*/	

	box-shadow:3px 1px 5px #888888;
    border-radius: 10px;
    border: 1px solid #888888;
    float: right;
}

.headlinedaily{
    width:100%;
	height:auto;
    background: rgba(255,255,255,0.4) ;
    border-radius: 10px 10px 0 0;
    float:right;
}
.daily-deal p{
    font-size:16px;
	line-height: 18px;
	color:#2070dd;
    margin-top: 2px;
    margin-bottom: 2px;
	padding-right:2%;
	text-align:right;
    font-weight:bold;
	text-shadow:
	0px 1px 0px rgba(000,000,000,0.2),

	0px 1px 0px rgba(255,255,255,1);
}

#reshet{
    padding-left: 8%;
    padding-top: 5px;
    float: left;       
}
.daily-deal h6{
    text-align: right;
	width:80px;
    float: right;
	color:#4a4a4a;
	font-size:14px;
	font-weight:bold;
	padding-top:4px;
	margin-right:4%;
	padding-right:2%;
	display: inline-block;
    margin-top: 1px;
    margin-bottom: 5px;    
}

.daily-deal h7{
    text-align: right;
	width:91%;
    float: right;
	color:#4a4a4a;
	font-size:14px;
	font-weight:normal;
	padding-top:4px;
	display: inline-block;
    margin-top: 1px;
    margin-bottom: 5px;
}

.daily-deal button {
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  width: 90%;
  transition: all .2s ease-in-out;
  cursor:pointer;
  margin-left: 7%;
  margin-top: 9%; 
}

.daily-deal button:hover  {
     box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);

    -ms-transform: scale(1.05); /* IE 9 */

    -webkit-transform: scale(1.05); /* Safari */

    transform: scale(1.05);
}
.dealprice {
    width: 90%;
    height: 90%;
    margin-left: 5%;
    border: 3px solid #f4511e;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow:3px 1px 3px #cccccc;
    position:relative;
}
.dealprice span{
    float: right;
    font-size: 14px;
    color: #f4511e ;
    padding-top: 2%;
    padding-right: 5%;
}
.dealprice h5{
    font-size:22px;
    margin-top: 5%;
    text-align:center;
	color:#f4511e;
	display:block;
}

.plantagp1{
  background: #3c9724 ;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 15px 0 5px;
  position: relative;
  position: absolute;
  left: 0px;
  bottom:5px;
  z-index: 1;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.plantagp1:after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #3c9724 ;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
#dealhotelphoto{
    width: 95%;
    margin-top: 5%;
    margin-bottom: 5%;
    border:2px solid #fff;
    border-radius: 10px;  
    transition: all .2s ease-in-out;
    opacity: 1;
}

#dealhotelphoto:hover{
    -ms-transform: scale(1.5); /* IE 9 */

    -webkit-transform: scale(1.5); /* Safari */

    transform: scale(1.5);
    cursor: zoom-in;
    opacity: 0.8;

}

.home-content{
    width:100%;
	height:auto;	
    color:#595959;
    line-height:22px;
    text-align:right;
	font-size:14px;
	padding-bottom:5px;
    text-align: left;

}

.bigcenter{
    width: 75%;
    min-width: 1024px;
	margin-top:26px;
}

.israel-hotels{
	width:100%;
	min-height:200px;
	padding-top:8px;
	margin-right:10%;
}

.titlerightbar{
	font-size:17px;
    float: right;
	color:#fff;
	background-color:#5c843a;
	height:32px;
	width:100%;
	text-align:center;
	font-weight:normal;
	line-height:32px;
	margin-bottom: 3px;
	border-radius:5px;
    box-shadow: 2px 1px 2px #333;
}

.right-tables {
	margin-right: 15px;
    min-width: 300px;
    list-style-type:none;   
    margin-top: 5px;
}

.right-tables li{
	font-size:17px;
	text-align:left;
	border-bottom:1px solid #6f6e65 ;
	line-height:34px;
}


.right-tables a{
    color:#642112;
    text-decoration: none;
}

.right-tables a:hover{
	font-weight:bold;
}

.right-tables li:last-child {
	border-bottom:none;
}

.main-deals{
 width: 100%;
    direction: ltr;
    
}

.main-deals td{
    direction: ltr;
}
.areatbl {
 width: 100%;   
    margin: 0 auto;
}
.maindealslist{
    width: 100%;
   list-style-type: none;
    position:relative;
    direction: ltr;
    margin: 0;             
}

.ereatitlelist {
   
}
.ereadeallist{
   width: 100%;
    text-align: left;
    direction: ltr;
}


.dealitem{
    width: 30%;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 4%;
}
.dealitem:first-child{
    margin-left: 0;
}
.dealitem:last-child{
    margin-right:.5%;
}


.erea-title{
 text-align: center;   
}


.erea-title a{
    color: #842b12 ;
    font-size: 22px;
    font-weight: bold;
	line-height:40px;
	text-decoration:underline;
    transition: all .2s ease-in-out;
    
}

.erea-title a:hover{
    text-shadow: 5px 3px 5px #8d8d8d;
}
.dealstitle{
	font-size:17px;
	color:#fff;
	height:32px;
	width:100%;
	text-align:left;
    padding-left: 10px;
	line-height:32px;
    margin-top: 5px;
	background-color:#5c843a;
	display:inline-block;
	border-radius:5px;
	font-weight:normal;
    box-shadow: 2px 1px 2px #333;
}
.best-dill{
    width:100%;
	height:auto;
    background-color:#d8d8ca;
	border:2px solid #642112;
    border-radius: 5px;    
	clear:both;
    display: inline-block;
    box-shadow:5px 3px 3px #999;
    transition: all .2s ease-in-out;
}
.best-dill:hover{
    transform: translate(0,-10px);
}
.best-dill h6{
   
    text-align: left;
	width:91%;
    float: right;
	color:#4a4a4a;
	font-size:14px;
	font-weight:normal;
	border-top:solid 1px #642112;
	padding-top:4px;
	margin-right:4%;
	padding-right:2%;
	display: inline-block;
    margin-top: 1px;
    margin-bottom: 5px;
    height: 96px;
    overflow:hidden;
}
.best-dill span{  
	font-size:15px;
	text-align:left;
	color:#629338;
	font-weight:bold;
	padding-top:5px;
	float:left;
	margin-right:2%;
    margin-left: 2%;
    line-height: 2.5ex;
    height: 5.5ex; /* 2.5ex for each visible line */
    overflow: hidden;
    display: inline-block;
    margin-top: 1px;
}

.best-dill img{
	width:100%;
	float:left;
	border-radius-top-left:5px;
	border-radius-top-right:5px;
}

.best-dill h5{
	font-size:14px;
	width:93.5%;
	height:24px;
	color:#e3e3e3;
	background-color:#642112 ;
	padding-left:7%;
	padding-top:10px;
	text-align:left;
	clear: both;
    margin-top: 10px;
    margin-bottom: 0px;
    text-decoration: none;
    transition: all .2s ease-in-out;
	border-radius-bottom-left:5px;
	border-radius-bottom-right:5px;
}
#hotelname a span{
 direction: ltr;
    align-content: stretch;
}
.best-dill a{
text-decoration: none;    
}

.best-dill h5:hover{
	color:#fff;
    font-size: 16px;
    cursor:pointer;
}
.price{
	width:auto;
	height:70px;
	position:absolute;
	z-index:1;
	margin-left:1%;
}

.price h8{
	font-size:16px;
    text-align:left;
	line-height:34px;
	color:#fff;
	position:absolute;
	z-index:2;
	display:block;
	margin-left:2px;
}

.price img{
	width:100%;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px;
	float:left;
}

.price h10{
	font-size:20px;
	text-align:right;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	position:absolute;
	z-index:2;
	display:block;
	margin-left:12px;
}

.opiniontitle{
	text-align:center;
	text-decoration:underline;
}
.opinionrecord{
	width:100%;
	text-align:center;
	color:#642112;
	font-size:16px;
	margin-top:12px;
    
}
.opinionrecord table{
    width: 100%;
    border-bottom: 1px dashed #642112;
}
.opinionrecord .font12black{
	color:#4a4a4a;
	font-size:12px;
    font-style: italic;
    padding-bottom: 10px;
    
}

.titlescore1 a{
	font-size:18px;
	font-weight:bold;
	color:#642112;
	text-decoration:underline;
}

.titlescore2{
	font-size:16px;
	font-weight:bold;
	color:#642112;
}
.titlescore3{
	color:#642112;
	font-size:16px;
}

#footer{
	width:100%;
	height:auto;
	background-color:#5c843a;
	display:inline-block;
	padding-bottom:14px;
    float: inherit;
}

#min-menu{
	width:100%;
	height:56px;
	background-color:rgba(250,250,250,0.1);
	box-shadow:1px 0px 2px #151515;
}

#min-menu ul li{
	display:inline-block;
	color:#CCC;
	font-size:10px;
}

#min-menu ul{
	direction:rtl;
	color:#CCC;
	text-align:center;
}

#min-menu a{
	color:#CCC;
    text-decoration: none;
}

#min-menu a:hover{
	color:#8ac79a;
    text-decoration: none;
}

.kol-6 ul {
 list-style-type:none;   
}

.kol-6 li a{
	font-size:12px;
	color:#c8c8c8 ;
    text-decoration: none;
}

.kol-6 li a:hover{
	font-size:13px;
    font-weight: bold;
	color:#dd6d6d ;
    cursor:pointer;
}

#footer h20{
	color:#eee;
	font-weight:bold;  
}

.kol-6{
	float:right;
	width:14.5%;
	margin-left:1.5%;
    text-align: left;
    line-height: 10px;
}

#min-Categories{
	width:94%;
	padding-top:22px;
}

.footer-Categories{
	border-top:1px solid #999;
}

#down-index ul li{
	display:inline-block;
	font-size:11px;
	text-align:center;
	color:#144c87;
    direction: ltr;
}

#down-index{
	width:100%;
	height:28px;
	margin:0 auto;
	background-color:#eee;
}

#down-index ul{
	direction:ltr;
	margin:0 auto;
	width:95%;
	line-height:28px;
    text-align: center;
}

#copyright ul li{
	display:inline-block;
	font-size:11px;
	text-align:center;
	color:#144c87;
    text-decoration: none;
}

#copyright{
	width:100%;
	height:28px;
	margin:auto;
	background-color:#cac9c9;
    direction: ltr;
}

#copyright a{
    margin: 0 auto;
	text-decoration: none;
    color: #144c87;
    text-align: center;
}

#copyright ul{
	direction:ltr;
	margin:auto;
	width:857px;
	line-height:28px;
}
 .share .face,  .share .twit,  .share .gplus,
 .share .you,  .share .instgram,  .share .pinterest {
    float: right;
    margin-top: 1%;
    margin-right: 20px;
    color: #f6f6f6;
}
 .share a {
    opacity: 0.8;
}

 .share a:hover {
    opacity: 1;
}
 .share .text {
    float: left;
    color: #f6f6f6;
    margin-left: 5px;
}
 .share .face {
    width: 21px;
    height: 20px;
    background: url(https://www.noapass.co.il/noapass/project/pics/286b121_footer-share-icons.png) no-repeat 0 0;
    cursor: pointer
}

 .share .twit {
    width: 21px;
    height: 20px;
    background: url(https://www.noapass.co.il/noapass/project/pics/286b121_footer-share-icons.png) no-repeat -27px 0;
    cursor: pointer
}

 .share .gplus {
    width: 21px;
    height: 20px;
    background: url(https://www.noapass.co.il/noapass/project/pics/286b121_footer-share-icons.png) no-repeat -56px 0;
    cursor: pointer
}

 .share .you {
    width: 21px;
    height: 20px;
    background: url(https://www.noapass.co.il/noapass/project/pics/286b121_footer-share-icons.png) no-repeat -85px 0;
    cursor: pointer
}

 .share .instgram {
    width: 21px;
    height: 20px;
    background: url(https://www.noapass.co.il/noapass/project/pics/286b121_footer-share-icons.png) no-repeat -142px 0;
    cursor: pointer
}

 .share .pinterest {
    width: 21px;
    height: 20px;
    background: url(https://www.noapass.co.il/noapass/project/pics/286b121_footer-share-icons.png) no-repeat -113px 0;
    cursor: pointer
}

/**page 2**/
.answer1{
    width: 100%;
	height:auto;
	border:solid 2px #642112;
    margin-bottom: 15px;
    border-spacing: 0px;
	background-color:#d8d8ca;
	box-shadow:3px 1px 3px #888888;
	border-radius:10px;
}

.answer1 table{
  border-spacing: 0px;
  vertical-align: bottom;
}
#HotelTopList .answer1{
	background-color:#f6f6f4;
	border:3px solid #642112;
}			
/**page 2 result**/
.sorttable{
    width: 100%;
    height: 35px;
    background-color: #31a54f;
}

.newsearch{
   
    
    width: 25%;
    height: 30px;
    text-align: center;
    background-color: #1684f6; 
    font-size:18px;
    font-weight: bold;
	color:#fff; 
    border-radius: 3px;
    border: 1px solid #ccc;
	text-shadow: 1px 0px 1px #333;
    box-shadow: 3px 1px 3px #333;
    transition: all .2s ease-in-out;
    
    
}

.newsearch:hover{
 -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);  
    cursor: pointer;
}

.left-record	{
    background-color:#379b50;  /*#46bd67;*/
    position:relative;
    border-right: 1px solid #ccc;
    border-radius: 0 10px 10px 0;
}

.right-record	{
    vertical-align: bottom;
    position:relative;
    direction: ltr;
}


.simpletitle{
    font-size:20px;
	color:#2070dd;
	background-color:#eae8e8;
	text-align:center;
	line-height:40px;
	border-radius:4px;
	border:1px solid #ccc;
	text-shadow:
	0px 1px 0px rgba(000,000,000,0.2),
	0px 1px 0px rgba(255,255,255,1);  
}

.p2toptextody{
    color:#642112;
	font-style:italic;
	font-size:15px;
	padding:6px;
    direction: ltr;
    text-align: left;
    width: 100%;
    
}

.p2title0{
    font-size:17px;
	color:#fff;
	height:32px;
	width:100%;
	text-align:center; 
	line-height:32px;
    margin-top: 5px;
	background-color:#5c843a;
	
	border-radius:5px;
	font-weight:normal;
    box-shadow: 2px 1px 2px #333;
    padding-left: 10px;
	
}
.p2title01{
       font-size: 17px;
color: #fff;
height: 32px;
width: 50%;
line-height: 32px;
margin-top: 5px;
background-color: #5c843a;
border-radius: 5px;
box-shadow: 2px 1px 2px #333;
font-weight: bold;
    padding-left: 10px; 
    margin-bottom: 0;
}

#ShowBtn table{
    margin: 0 auto;
}
.p2rates{
    color:#642112;
	font-style:italic;
	font-size:20px;
	padding:6px;
    border: 2px solid #642112;
    border-radius: 10px;
    box-shadow: 3px 1px 3px #ccc;
    width: auto;
}

.p2rates strong, font{
    vertical-align: bottom;
}

.p2rates img{
 width: 40px;
    height: auto;
    vertical-align:text-top;
    
}

.guests-score{
	padding-bottom: 6px;
    top: 3px;
    right: 3px;
    position: absolute;
    cursor: pointer;
    transition: all .2s ease-in-out;   
}

 .guests-score img{
    width: 25px;
    float: right;
    margin-top: 1px;
     -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

.guests-score h10{
	color:#e97d08;
    text-decoration: underline;
	float:left;
    margin-top: 0px;
    margin-left: 5px;
	font-size:16px;
	font-weight:bold;
}

.guests-score:hover{
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
    text-shadow: 2px  1px 2px #ccc;
     cursor: url(https://www.booking-kibbutz.co.il/img/like.png), auto;
}
.land_guestscore {
    text-align:center;
}

.land_guestscore p{
    font-size: 14px;
}

.p2map{
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.p2map:hover{
    transform: scale(1.1);
}

.p2map img{
}

#warning {
    color: #5d833e;
    border-top: 2px solid #642112;
    border-bottom: 2px solid #642112;
	direction: ltr;
	min-height: 100px;
    background-color: #d8d8cc ; 
    width: 100% ;  
}

#warning td strong{
    color: #5d833e;
    text-shadow: 1px 0px 1px #ccc;
}
#warning a{
    color: #642112;
    cursor: pointer;
    text-decoration: none;
}
#warning a strong{
    color: #642112;
    cursor: pointer;
    text-decoration: none;
}
.score{
      background-image: url("https://www.booking-kibbutz.co.il/images/scor.png");
    background-repeat: no-repeat;
    background-position: center; 
    height: 65px;
    width: 100%;
    color: #642112 ;
    transition: all 0.2s ease-in-out;
}

.score:hover{
  transform: scale(1.2);
    cursor: url(https://www.booking-kibbutz.co.il/images/hotel_reviews.png), auto;
}

.score a{
    font-size: 18px;
    line-height: 65px;
}

.p2title2{
	color:#4a4a4a;
	font-size:14px;
	display:block;
	text-align:center;
    vertical-align: bottom;
}

.p2title3{
	font-size:22px;
	color:#ffe52e;
    margin-top: 5px;
    display:block;
    text-align: center;
	font-weight:bold;
	text-shadow:0 -1px 1px rgba(0,0,0,0.6);
}

.p2title4{
	font-size:14px;
}
.p2title44{
	color:#ffe52e;
	font-size:22px;
	display:block;
	text-align:center;
	font-weight:bold;
	text-shadow:0 -1px 1px rgba(0,0,0,0.6);
}

.p2title5{
	color:#4a4a4a;
	font-size:14px;
    font-weight: bold;
	display:block;
	text-align:center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 60px;
}

.plantag{
  background: rgba(99, 33, 21, 0.9) ;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 5px 0 15px;
  bottom: 60px;
  position: absolute;
  right: 0px;
  z-index: 100;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.plantag::after {
  background: #379b50;
  border-bottom: 13px solid transparent;
  border-right: 10px solid rgba(99, 33, 21, 0.9) ;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
.p2title6{
	color:#fff;
	font-size:14px;
	display:block;
	text-align:center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;    
}

.p2title7{
    font-size:14px;
	color:darkslategray;
    vertical-align: text-top;
    margin-bottom: 0;
    margin-right: 1%;
}

.p2title8{
    font-size:14px;
    color:darkslategray;
	width:auto;
	text-align: right;
	font-weight:normal;
    vertical-align: bottom;
    margin-right: 1%;
}

.infop2{
}

.p2btu {
	width:100%;
	line-height: 31px;
	color:#842b12;
	text-align:center;
    vertical-align: middle;
	background-color:#379b50;
    transition: all .2s ease-in-out;
    float: left;
    position: absolute;
    text-decoration: none;
    bottom: 0;
    left: 0;
    border-radius: 0 0 10px 0;
	border-top:2px solid #fff;
	text-shadow:0 -1px 1px rgba(0,0,0,0.6);
}

.psbtu:hover{
    box-shadow:3px 1px 3px #888888;
    cursor: pointer;
   
}
.ocupaid{
	width:100%;
	line-height:40px;
	color:#fff;
	text-align:center;
	background-color:rgba(99, 33, 21, 0.9);
    border-radius: 0px 0px 10px 1px;
    position: absolute;
    bottom: 0;
    border: none;
}

.ocupaid h9{
    font-size:18px;
    font-weight:normal;
    color: aliceblue;
}
.left-record h9{
	font-size:20px;
    font-weight:bold;
    transition: .2s all ease-in-out;
}
.left-record h9:hover{
	text-shadow: 3px 1px 3px #333;
    
}
.p2price{
    top: 20px;
    left: 25%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
	position:absolute;
}

.newrate{
       font-size:18px;
       color:#fdac34 ;
        text-align: right;
        font-weight:bold;
        line-height:25px;
        text-shadow:
        0px 1px 0px rgba(000,000,000,0.2),
        0px 1px 0px rgba(255,255,255,1);
       float: right;
       direction: rtl;
       padding-right: 10px;
}

.p2title{
font-size:18px;
        color:#842b12;
        text-align: right;
        float:left;
        font-weight:bold;
        line-height:25px;
        height:25px;
        margin-top:5px;
        margin-bottom:0;
        padding-left: 10px;
		margin-right:10px;
}

.right-record p{
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 0;
    text-align: left;
    font-size: 14px;
    padding-bottom: 10px; 
    vertical-align: bottom;
    border-top: 1px dashed #ccc;
}
.right-record2 a{
    text-decoration: none;
}

.right-record2 p{
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 0;
    text-align: left;
    font-size: 14px;
    direction: ltr;
}

.right-record2 span{
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 0;
    float: right;
    padding-bottom: 10px;
}

#hotelanswerimg{
    width: 100%;
    float: left;
    height: 130px;
    border:2px solid #ccc;
    border-radius: 10px;  
    transition: all .2s ease-in-out;
    opacity: 1;
}

#hotelanswerimg:hover{
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari */
    transform: scale(1.3);
    cursor:zoom-in;
    opacity: 0.8;
}
.spacials{
    width: 100%;
    direction: rtl;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    /**
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow:3px 1px 5px #888888;
    **/
}
/**

.spacial-headline{
    background-color: #f0f0f0 ;
    border-radius: 10px 10px 0px 0px;
}
**/

.spacial-headline span{
    color:#2070dd ;
    font-size: 16px;
    font-style: oblique;
}

.spacial-line span{
    color: #f32a2a;
    font-size: 14px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.spacial-line span:hover{
    color: #3472b2;
}

.spacial-line strong{
   font-size: 15px;
   text-decoration: none;
}

tr.spacial-line td{
    border-bottom: 1px dotted  #f32a2a;
    height: 25px;
}

tr.spacial-line:last-child td{
    border: none;
}

.btugodeal a{
    padding-right: 2px;
    padding-left: 2px;
    background-color: #f32a2a;
    border: 1px solid #f32a2a;
    border-radius: 3px;
    font-size: 16px;
    text-decoration: none;
    color: white;
    transition: all .2s ease-in-out;
}

.btugodeal a:hover{
    box-shadow:3px 1px 5px #888888;
}

/**end**/

/**
.right-tablesSearch{
 text-align: right; 
    margin-top: 45px;
    border: 1px solid #888;
    background-color: #eeeeee ;
}
.right-tablesSearch li{
	color:#CCC;
	font-size:14px;
    text-decoration: none;
    list-style-type: none;
    line-height: 20px;
}
.right-tablesSearch a{
	color:#1e64af;
    text-decoration: none;
    list-style-type: none;
    cursor:pointer;
}

.right-tablesSearch a:hover{
	color:#dd6d6d ;
    text-decoration: none;
}
**/
.titlerightbar2{
	font-size:17px;
    margin-top: 0px;
	color:#fff;
	background-color:#5c843a ;
	height:32px;
	width:98%;
	text-align:left;
	line-height:32px; 
    margin-bottom: 10px; 
	border-radius:5px;
	padding-left:2%;
	font-weight:normal;  
    box-shadow: 2px 1px 2px #333;
}

.btudelete{
    font-size:18px;
	color:#2070dd;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px; 
	border:1px solid #949393;
    margin-top: 1px;
	margin-bottom:10px;
	background-color:#ccc;
    border:1px solid #2070dd;
    transition: all 0.5s;
    background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ccc),
		color-stop(0.50, #ffffff),
		to(#ccc));
	-moz-border-radius: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}
/* page 3 */
.p3hotelheader{
    position: relative;
}

.p3hotelheader p{   

    margin-top: 60px;
    text-align: left;
    font-size: 14px;
	line-height:20px;  
    vertical-align: top;
    min-height: 250px;
    max-width: 500px;
    float: left;
    direction: ltr;
	color:#595959;
}

.p3hotelheader{
}
#p3img{
    width:40%;
    box-shadow: 0px 0px 10px rgba(0,0,0,.7);
    height:260px;  
    transition: all .2s ease-in-out;
    opacity: 1;
    position: absolute;
    top: 0;
    margin-top: 25px;
    transition: all .2s ease-in-out;
    cursor: pointer;border: 3px solid #5c843a;border-radius: 10px;
}
#p3img:hover{
    box-shadow: 0px 0px 15px rgba(0,0,0,.7);
}
#p3img:hover{
    box-shadow: 3px 1px 3px #888;
    
}

.p3hoteltitle{
    font-size:17px;	
	background-color:#5c843a;
	color:#fff;
	text-align:left;
	font-weight:normal;
	line-height:32px;
    top: 0;
    left: 0;
    margin-top: 10;
    padding-left: 10px;
    position: absolute;
    width: 45%;
    height: 32px;
    border-radius:5px;
}

.p3buttons{
    width: 100%;
    text-align: center;
    padding-top: 10px;
	padding-bottom: 5px;
    border-top: 1px dashed #65200d;
    border-bottom: 1px solid #bfbbaf;
}

.p3buttons a{
 text-decoration: none;   
}

.p3address{
	font-weight:bold;
    font-size:18px;
	color:#5c843a;
	text-decoration:underline;
}

.p3iconspan{
    font-size: 16px;
    text-decoration:underline;
    color:#595959;
	font-weight:bold;
}

.p3icon{
    width: 50%; 
    max-width: 75px;
    transition: all .3s ease-in-out;
}

.p3icon:hover{
   transform: translateY(-15px);
    cursor: pointer;
}
.p3lastinvitation{
	width:100%;
	line-height: 30px;
	text-align:center;
    background-color: #dad6ca;
    border-bottom: 1px dashed #65200d;
	font-size:16px;
	margin-top: 10px;
	color:#65200d;
	text-shadow:0 -1px 1px rgba(0,0,0,0.4);
}
.p3orderinfo1{
 background-color:#521b0f;
    background-image: url(https://www.booking-kibbutz.co.il/images/bg-page-3.png);
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    color: white;
}

.p3orderinfo1 td:nth-child(2){
    direction: ltr;
}
.p3orderinfo2{
    width: 80%;
    color: white;
    border-right: 1px solid white;
    text-align: left;
    line-height: 50px;
    margin-right: 20px;
}
.p3orderinfo2 td:nth-child(1){
    width: 35%;
     text-overflow: ellipsis;
    white-space:nowrap;
}
.p3orderinfo3{
    width: 80%;
    text-align: left;
    color: white;
    border-right: 1px solid white;
    
}

.p3orderinfo3 td:nth-child(1){
    width: 65%;
     text-overflow: ellipsis;
    white-space:nowrap;
}
.sale-text{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    transition: all .2s ease-in-out;
}

.sale-text:hover{
 text-shadow: 2px 1px 3px #ccc;
}

.p3hotelremark{
    border: 1px solid #59584e;
    border-radius: 10px;
    box-shadow:3px 1px 5px #888888;
    width: 300px;
    min-height: 100px;
    position: relative;
}

.p3hotelremark h2{
    position: absolute;
    top: 0;
    margin-top: 0px;
    background-color:#5c843a;
    border-radius: 10px 10px 0 0;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.p3hotelremark span{
    text-align: right;
    color: #252525;
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
}
/* test */
#CommentsDiv{
    -webkit-animation-name: animatetop;
    -webkit-animation-duration:.5s;
    animation-name: animatefade;
    animation-duration: .5s;
}
#DivSendf{
    -webkit-animation-name: animatefade;
    -webkit-animation-duration: 1.5s;
    animation-name: animatefade;
    animation-duration: 1.5s;
}
/*
#mapDiv{
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.8s;
    animation-name: animatetop;
    animation-duration: 0.8s;
}
*/
#MapPage{
    -webkit-animation-name: animatefade;
    -webkit-animation-duration: 1.5s;
    animation-name: animatefade;
    animation-duration: 1.5s;
}
#smap{
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
    z-index: 0;
}
.loading-visible{
 min-height: inherit;  
    -webkit-animation-name: animatefadeback;
    -webkit-animation-duration: 1.5s;
    animation-name: animatefadeback;
    animation-duration: 1.5s;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300; opacity:0}
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300; opacity:0}
    to {top:0; opacity:1}
}
/* Add Animation */
@-webkit-keyframes animatefade {
    from {opacity:0}
    to {opacity:1}
}

@keyframes animatefade {
    from {opacity:0}
    to {opacity:1}
}

@-webkit-keyframes animatefadeback {
    from {opacity:0}
    to {opacity:0.75}
}
@keyframes animatefadeback {
    from {opacity:0}
    to {opacity:0.75}
}
.info-place{
	margin-top:10px;
	color:#4a4a4a;
	font-size:14px;
}

.info-place li{
	list-style-type:circle;
	direction:rtl;
	margin-right:16px;
}
.p3nav {
 align-content: center;
    width: 100%;
}
.p3btn{
    font-size:16px;
    padding-top: 5px;
    padding-bottom: 5px;
	color:#65200d;
    width: 100%;
	text-align:center;
	border:1px solid #949393;
	/*background-image: url(https://www.booking-kibbutz.com/img/p3btnback.png);*/
    background-color:#e8e8dc;   
    transition: all 0.2s ease-in-out; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5);
    box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5);
	text-shadow:
		1px 1px 1px rgba(000,000,000,0.2);		
}

.p3btn img{
    float: right;
    padding-right: 5px;
    width: 22px;   
}

.p3btn:hover{
    cursor: pointer;
    transform: scale(1.1);	
}
.p3spacials{
    width: 100%;
    direction: rtl;
    margin-bottom: 10px;
    font-weight: bold;
    /**
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow:3px 1px 5px #888888;
    **/
}
.p3spacials img{
    width: 22px;
    /**
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow:3px 1px 5px #888888;
    **/
}

/* Page 4 */

.p4table1{
    border: 2px solid #ccc;
    border-radius: 10px;
        -moz-box-shadow:
		3px 1px 3px rgba(000,000,000,0.5);	
	-webkit-box-shadow:
		3px 1px 3px rgba(000,000,000,0.5);
	box-shadow:
		3px 1px 3px rgba(000,000,000,0.5);   
}

.p4formtitle{
    font-size:22px;
	color:#2070dd;
	background-color:#fff;
	height:40px;
	width:705px;
	text-align:center;
	font-weight:bold;
	line-height:40px;
	border-radius:4px;
	border:1px solid #999;
	text-shadow:
	0px 1px 0px rgba(000,000,000,0.2),
	0px 1px 0px rgba(255,255,255,1);  
    margin-bottom: 10px;  
}
.p4table1title{
    font-size: 18px;
    color:#2070dd;
    height:35px;
    border-bottom: 1px dashed #2070dd;
    font-weight: bold; 
}

.p4table1title img{
    width: 40px;
}

.p4hotelimg{
    width: inherit; 
    max-width: 300px;
    max-height:250px;
    border: 3px solid #fff;
    border-radius: 10px;
     -moz-box-shadow:
		5px 1px 5px rgba(000,000,000,0.3);
	-webkit-box-shadow:
		5px 1px 5px rgba(000,000,000,0.3);
	box-shadow:
		5px 1px 5px rgba(000,000,000,0.3);
}

.p4table2{
    border: 2px solid #ccc;
    width: 100%;
    border-radius: 10px;
        -moz-box-shadow:
		3px 1px 3px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		3px 1px 3px rgba(000,000,000,0.5);
	box-shadow:
		3px 1px 3px rgba(000,000,000,0.5); 
}

.p4form{
 width: 100%;   
}

.p4table3{
 border: 2px solid #ccc;
    width: 100%;
    border-radius: 10px;
        -moz-box-shadow:
		3px 1px 3px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		3px 1px 3px rgba(000,000,000,0.5);
	box-shadow:
		3px 1px 3px rgba(000,000,000,0.5);
}

.cctable{
 width: 100%;   
}
.p4btn{
    font-size:18px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    font-weight: bold;
	color:#3172b5;
    width: 100%;
	text-align:center;
	border:1px solid #949393;
    background-color: white;   
    transition: all 0.2s ease-in-out; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5);
    box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5);
	text-shadow:
		1px 1px 1px rgba(000,000,000,0.2);
}

.p4btn:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.land-search{
 width: 100%;
    border: 2px solid #ccc;
    border-radius: 10px;
    -moz-box-shadow:  3px 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow:  3px 1px 3px rgba(0,0,0,0.5);
    box-shadow:  3px 1px 3px rgba(0,0,0,0.5);
}

.land-search h2{
    text-align: center;
    background-color: #144b87 ;
    border-radius: 10px 10px 0 0;
    float: left;
    width: 100%;
    margin-top: 0px;
    font-size: 18px;
    line-height: 30px;
    color: white;
}

.land-search strong{
    font-size: 14px;
    color: #144b87;
}

.btulend a{
    width:100%;
	height:25px;
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  transition: all .2s ease-in-out;
  cursor:pointer;
  margin-top:2%;
  margin-bottom: 2%;    
}

.btutbllend a{
  width:100%;
  height:20px;
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  transition: all .1s ease-in-out;
  cursor:pointer;
  margin-top:1%;
  margin-bottom: 1%;    
}
.btulend a:hover  {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
   -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
}
.p3hb{
    width: 100%;
    height: auto;
    background-image: url(http://www.hotel4u.co.il/img/bdlp3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/*צור קשר*/
.contacttable {
 background-color:#f1eee1;
border:2px solid #6f6b5a;
box-shadow:5px 3px 3px #999;   
    width: 60%;
}

.contacttable img{
    border:2px solid #ccc;
 
    
}


.textarea1 {
width: 100%;
height: 150px;
padding: 12px 20px;
box-sizing: border-box;
border: 1px solid #333;
border-radius: 4px;
resize: none;
    border-radius: 5px;
    box-shadow: 3px 1px 3px #ccc;
    font-size: 16px;
    direction: rtl;
}

.textarea1:hover {
    box-shadow: 3px 1px 3px #333;
}
.textarea1:focus {
    background-color: #f4ee94  ;
}
									
.input1 {
width: 100%;									
padding: 8px 15px;
margin: 8px 0;
display: inline-block;
border: 1px solid #333;
border-radius: 4px;
box-sizing: border-box;
border-radius: 5px;
    box-shadow: 3px 1px 3px #ccc;
    transition: all .2s ease-in-out;
    font-size: 16px;
    direction: ltr;
}

.input1:hover {
    box-shadow: 3px 1px 3px #333;
}

.input1:focus {
    background-color: #f4ee94 ;
}

.submit1{
width: 70%;
color: white;
margin: 8px 0;
border: none;
border-radius: 5px;
cursor: pointer;    
background-color:#29a64b;
padding:8px 20px;
font-size:18px;
transition: all .2s ease-in-out;
}

.submit1:hover{
 box-shadow: 3px 1px 3px #333; 
 font-weight: bold;
}

.text12{
 padding-right: 10px;   
}

 
/** דף 3 נחיתה **/

.bigcenterp3l{
    width: 100%;
    min-width: 1024px;
}
.tblatr{
	background-color:#d8d8ca;
	box-shadow:0px 0px 4px #000;
	border-radius:5px;
	margin-top:10px;
	width:340px;
}

.tblatr p{
      	color:#642112;
	font-style:italic;
	font-size:15px;
    margin-top: 0px;
	padding:6px;
}

.tblatrbigtitle{
	background-color:#5c843a;
	color:#fff;
	line-height:26px;
}
.tblatrtext{
	font-weight:bold;
	color:#5c843a;
	font-style:italic;
	margin-right:6px;
}

.p3ltext {
      	color:#642112;
	font-style:italic;
	font-size:15px;
	padding:6px;
    direction: ltr;
    text-align: left;
}
. p3lsubtitle {
     font-size:16px;
	color:#642112;
	height:20px;
	width:100%;
	text-align:right; 
	line-height:25px;
    margin-top: 5px;
	display:inline-block;
	font-weight:bold;
	text-decoration:underline;
    
}

.p3lheader{
 width: 100%;
    align-content: center;
}


.p3lcenter{
 width: 1024px;
    margin: 0 auto;
}
.p3lhb{
    margin: 0 auto;
     box-shadow: 180px 1px 50px #e8e8dd inset,-180px -1px 50px #e8e8dd inset;
    position: relative;
    height: 350px;
    width: 1300px;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}
.p3lhb < td {
 background-color: aqua;  
}
.p3lh{
   position: absolute;
    bottom: 0;
    width: 900px;
    background-color:rgba(232, 232, 220, 0.85);
    left: 50%;
    margin-left: -475px;
    border-radius: 10px 10px 0 0 ;
    box-shadow: 3px 1px 3px #333;
    height: auto;
    
}

.p3lh table{
 direction: rtl;
    width: 100%;
    position: relative;
    
}

.p3ltitleback{
    background: rgba(232,232,221,1);
background: -moz-linear-gradient(left, rgba(232,232,221,1) 0%, rgba(255,255,255,0.95) 50%, rgba(232,232,221,0.9) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232,232,221,1)), color-stop(50%, rgba(255,255,255,0.95)), color-stop(100%, rgba(232,232,221,0.9)));
background: -webkit-linear-gradient(left, rgba(232,232,221,1) 0%, rgba(255,255,255,0.95) 50%, rgba(232,232,221,0.9) 100%);
background: -o-linear-gradient(left, rgba(232,232,221,1) 0%, rgba(255,255,255,0.95) 50%, rgba(232,232,221,0.9) 100%);
background: -ms-linear-gradient(left, rgba(232,232,221,1) 0%, rgba(255,255,255,0.95) 50%, rgba(232,232,221,0.9) 100%);
background: linear-gradient(to right, rgba(232,232,221,1) 0%, rgba(255,255,255,0.95) 50%, rgba(232,232,221,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8dd', endColorstr='#e8e8dd', GradientType=1 );
    height: 40px;
    width: 100%; 
    

}
.p3lsearch td{
    text-align: center;
}
.p3ltitletbl{
    
    margin: 0 auto;
    width: 70%;    

}
.p3lhoteltytle{
 font-size: 24px;
    
    font-weight: bold;
    text-shadow: 0px 0 1px #333;
    color:#d49749;
    
    height: 35px;
    
    text-align: left;
    
}

.p3lrate{
    font-size: 16px;
    color: #2aa44b ;
    padding-right: 10px;
    height: 35px;
    padding-top: 15px;
    font-weight: bold;
    direction: ltr;
    text-align: right;
    
}


.p3lrate span{
    font-size: 18px;
    color: #ce2d4c  ;
    font-weight: bold;
    
}

.p3lrate a{
    font-size: 12px;
    color: #2aa44b  ;
    text-decoration: underline;
    cursor: pointer;
    
}

.p3lphone{
    color:#524033;
    font-size: 15px;
     height: 10px;
	 text-align:left;
	 padding-top:15px;
    height: 35px;
}

.p3lphone span{
    color:#524033;
    font-size: 15px;
    font-weight: bold;
	font-style:italic;
    text-align: right;
}
.p3lsearchdiv{
    position: absolute;
    top:100px;
    left: 20%;
    width: 200px;
    height: 200px;
}
.p3lsearch {
    margin-top: 0 auto;
    background-color:rgba(225, 140, 18,.8);
    border-radius: 10px;
    border: 2px solid rgba(255,255,255,.9);
	box-shadow:1px 0px 2px #333;
    height: 100%;
    text-align: left;
    
    
}
.p3lsearch h2{
    color: #fff;
    text-align: center;
    text-shadow: 1px 0px 1px #333;
    border-bottom: 2px solid #fff;
}

.p3lsearch p{
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.p3lsearch input{
    font-size: 14px;
    color: #333;
    border-radius: 5px;
    border: 1px solid #333;
    box-shadow: 1px 0 1px #333;
    transition: all .2s ease-in-out;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    
}

.p3lsearch input:hover{
    box-shadow: 3px 1px 3px #333;
    cursor: pointer;
    background-color: #fff;
    
}

.p3lsearch button{
    font-size: 14px;
    color: #fff;
    background-color: rgba(100, 33, 18, 1);
    border-radius: 5px;
    border: 1px solid #333;
    box-shadow: 1px 0 1px #333;
    width: 100%;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.p3lsearch button:hover{
     box-shadow: 3px 1px 3px #333;
    cursor: pointer;
    transform: scale(1.05);
}

.p3lcats{
    width: 100%;
    position: relative;
    height: 30px;
    z-index: 2;
    float: right;
    background-color: #642112;
    margin-bottom: 0;
    
    
    
}

.p3lcats ul{
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    padding-right: 3px;
    width: 100%;
    
    
    
}

.p3lcats li{
    float: right;
    width: auto;
    color: #fff;
    line-height: 30px;
    height: 30px;
    text-align: center;
    width: 13.9%;
    
}

.p3lcats li.sep {
    border-left: 1px dotted #fff;
    padding: 0;
    width: 1px;
    height: 19px;
    margin-top: 6px;
    width: 2px;
    
    
}


 .p3lcats li a, .p3lcats li span {
    white-space: nowrap;
    font-family: Arial;
    font-size: 14px;
}

.p3lcats li a {
    color: #fff;
    text-decoration: none;
    
    
}
.p3lcats li a:hover {
    font-weight: bold;
    
    
    
}
.p3lguests-score{
	padding-bottom: 6px;
    top: 3px;
    right: 3px;
    position: absolute;
    cursor: pointer;
    transition: all .2s ease-in-out;   
}

 .p3lguests-score img{
    width: 25px;
    float: right;
    margin-top: 5px;
      -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
     
}

.p3lguests-score h10{
	color:#fff ;
    text-decoration: underline;
	float:right;
    margin-top: 0px;
    margin-right: 5px;
	font-size:16px;
	font-weight:bold;
}

.p3lguests-score:hover{
    text-shadow: 2px  1px 2px #333;
    cursor: url(http://www.booking-kibbutz.co.il/images/hotel_reviews.png), auto;
}




.p3liconlist{  
    width: 95%;
    list-style-type: none;
    direction: ltr;
   
    
  
    
}
.p3liconitem {
 display: inline-block; 
    vertical-align: top;
    
}

.p3liconlist li{
    width: 35px;
    

}
.p3licon li{
    list-style-type: none;
    margin: 0;
  padding: 0;
    width: 35px;
   
}
.p3licon p{
    margin-top: 0;
    width: 35px;
    text-align: center;
    font-size: 12px;
   
}

.p3liconimg{
   margin: 0 auto;
 width: 30px;
    height: 30px;
    
}

.p3liconimg{
    
}

.p3lmanlist{
direction:rtl;
}
.p3lman li{
display:inline-block;
}

/* Allert Div */
.alerttext{
 background-color: rgba(255, 255, 255, 0.9); 
    border: 2px solid #ccc;
    border-radius: 10px;
    -moz-box-shadow:
		3px 1px 3px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		3px 1px 3px rgba(000,000,000,0.5);
	box-shadow:
		3px 1px 3px rgba(000,000,000,0.5);	
    min-height: 150px;
}

.alerttext tr:first-child td:first-child{
    background-color: #184e85;
    border-radius: 10px 0 0 0;
    height: 30px;
}

.alerttext tr:first-child td:last-child{
    background-color: #184e85;
    border-radius: 0 10px 0 0;
    height: 30px;
}

.alerttext tr:last-child td{
    height:120px; 
}

.alerttext span{
    text-align: center;
    color: #3172b5;
    font-size: 15px;
}

.alerttext p{
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    color: white;
}

.alerttext a{
    color: white;
    font-size: 15;
    cursor: pointer;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
     z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.htmltooltip{
    border-radius: 5px;
    border: 1px solid #ccc;
}
.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}
.pure-table td,
.pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible; 
    padding: 0.5em 1em; 
}
.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: right;
    vertical-align: bottom;
}
.pure-table td {
    background-color: transparent;
}
.pure-table-odd td {
    background-color: #f2f2f2;
}

/*Start tooltips*/
  .csstooltips{  
	    position: absolute;	
      text-align: left;
      direction: ltrl;
/*
		right:40%;
		top:35%;
*/
	    padding: 15px 35px;	   
	    background: rgba(255, 254, 226, 0.9);
	    color: #000;
	    border-radius: 10px;
        border: 1px solid #ccc;
        -moz-box-shadow:  3px 1px 3px #888888;
        -webkit-box-shadow:  3px 1px 3px #888888;
        box-shadow:  3px 1px 3px #888888;
        -webkit-animation-name: animate;
        -webkit-animation-duration: .5s;
        animation-name: animate;
	    animation-duration: .5s;
	    /*background-image: url(https://www.booking-kibbutz.com/bulb.png);*/
	    background-repeat: no-repeat;
	    background-position: right top;
	    background-size: 30px;    
		direction: rtl;
  }

/* Add Animation */
@-webkit-keyframes animate {
    from { opacity:0}
    to { opacity:0.9}
}

@keyframes animate {
    from { opacity:0}
    to { opacity:0.9}
}
/*End tooltips*/
/* start open man*/
.open_menu{
    width: 100%;
    float: right;
	height:auto;
}

.open_menu ul {
    text-align: center;
    width: 100%;
    float: right;
	margin:0px;
    color:#65200d;
	font-weight:bold;
	text-shadow: 1px 0px 1px #ccc;
}
.open_menu ul li{
	font-size:16px;	
	position: relative;
    display: inline;
	color:#65200d;
	font-weight:bold;
	text-shadow: 1px 0px 1px #ccc;
	line-height:18px;
    margin-right: 10px;
}
.open_menu li:hover > ul{
	display: block;
     -webkit-animation-name: animatefade;
    -webkit-animation-duration:.5s;
    animation-name: animatefade;
    animation-duration: .5s;
}
.open_menu ul ul {
    display: none;
    position: absolute;
    padding: 1%;
    width: 520px;
    top: 100%;
    box-sizing: border-box;
    left: 0px;
    border-radius: 10px;
    background: rgba(185, 185, 164, 0.9);
    z-index: 10;
    -moz-box-shadow:
		3px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		3px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		3px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
}
.open_menu ul ul li {
    color: #31a54f ;
    background: rgba(185, 185, 164, 0.2);
    background-image: url(https://www.booking-kibbutz.com/img/leave.png);
    background-position: left;
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    margin: 0.4%;
    padding: 0 !important;
    text-align: left;
    display: inline-block;
    width: 92.2%;
}

.open_menu ul ul li a{
	padding:4%;
    padding-right: 20px;
	width:92%;
	color:#333;
	float:right;
}

.open_menu ul ul li:hover{
    background: rgba(255, 255, 190, 0.3);
    background-image: url(https://www.booking-kibbutz.com/img/leave.png);
    background-position: left;
    background-size: 20px;
    background-repeat: no-repeat;

}

.open_menu ul li a{
    text-align: right;
    text-decoration: none;
    display: inline-block; 
    color:#6b011d;
}
.open_menu ul li a:hover{
	color:#35511f;
}

.main_list{
	background-color: #e8e8dc;
}

.topbartitle{
    color: #642112;
    font-weight: bold;
    text-decoration: underline;
}
/*end open menue*/
.fshare{
	background-color: rgba(28, 79, 131, 0.3);
    color: #fff;
    font-size: 16px;
	border: 2px solid #fff;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 5px 2px 5px #333333;
    position: relative;
    transition: all 0.5s;
}
.fshare span{
 vertical-align: middle;
 font-size: 35px;
 font-weight: bold;
}
.rateback{
    width: 95%;
    margin: 0 auto;
    line-height: 25px;
    background-color: cornflowerblue;
    border-radius: 5px;
    box-shadow: 3px 1px 3px #333;
    border: 1px solid #fff;
}
#SelectStar{
 border-radius: 10px;
}

.SelectStartable{
 border-radius: 10px;
 background: rgba(216, 216, 216, 0.8);
 width: 180px;
}
.SelectStartitle{
 background-color: #B30002;
    border-radius: 10px 10px 0 0;
}

/*Page 2 loading*/
.waitingdiv{
    width: 80%;
    margin: 0 auto;
    border: 3px solid #863927;
    border-radius: 10px;
    box-shadow: 5px 1px 5px #aaa;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}
.waitingtext{
    width: 65%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-shadow: 3px 0px 3px #000;
}
/*
.comertialtext{
    text-align: center;
    font-size: 16px;
    color: #2aa44b;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
}
*/
.loader {
    margin: 0 auto;
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #2aa44b; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin .7s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#NewSearchP2{
position:fixed;
width: 650px;
height: 460px;
top: 420px;
left: 50%;
/*margin-top: -230px;  Negative half of height. */
z-index:10;
}

.tblmoadon{
    direction: ltr;
	background-color:#f1f1e4;
	box-shadow:0px 0px 4px #000;
	border-radius:6px;
	border:2px solid #642112;
	padding-left:1.5%;
	padding-top:3%;
	padding-bottom:3%;
	font-size:14px;
	line-height:24px;
}
.tblmoadon_on{
color:#842b12;
}
.moadontbltitle h3{
	   text-align:center;
	color:#642112;
    font-size: 20px;
    text-shadow: 3px 1px 3px #ccc;
    font-weight: bold;
    text-decoration: underline;
}
.moadontblbuttons{
    
 
    
    
    
}
.tblmoadon th{
    text-align: left;
    color: #642112;
    font-size: 16px;
    text-decoration: underline;
    text-shadow: 3px 1px 3px #ccc;
}

.mtbl td{
    width:150px;
    text-decoration: none;
	background-color:#5c843a;
	border-radius:5px;
	line-height:30px;
	height:30px;
	box-shadow:2px 1px 2px #333;
	text-align:center;
	color:#fff;
	font-size:17px;
	font-weight:normal;	 
}

.mtbl td a{
   color: #fff;
    text-decoration: none;
}
.mtbl td a:hover{
    text-decoration: underline;
}
.mtbl td:first-child{
text-decoration: none;
	background-color:#f1f1e5;
	border-radius:0;
	line-height:30px;
	height:30px;
	box-shadow:none;
	text-align:left;
	color:#642112;
	font-size:17px;
	font-weight:normal;	 
}
.myordersbtn a{
text-align: center;
    color: #642112;
}
    
.userlogin{
 width: 600px;
    background-size: contain;
    background-repeat: no-repeat;
}

.logintbl{
    width: 90%;
    margin: 0 auto;
}
.logintbl input{
    width: 100%;
}
.logintbl [name=CodeNumber]{
 width: 50%;   
}

.logintbl font{
 font-size: 24px;   
    color: rgba(41, 166, 75, .5);
    -webkit-text-stroke-width: 3px;
   -webkit-text-stroke-color: rgba(41, 166, 75, .5);
}
/*download app div*/
.appdownload{
 width: 600px;
    height: auto;
    border-radius: 10px;
    border: 2px solid #642112;
    box-shadow: 3px 1px 3px #999;
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    
}
downloadapptbl{
    direction: rtl;
 width: 100%;
    
}
.storelogo img{
    margin-right: 5px;
    border-radius: 10px;
    box-shadow: 3px 1px 3px #333;
    border: 1px solid #642112;
 width: 150px;   
}
.phoneimg img{
 height: 150px;   
}
.logotext{
 text-align: center;  
    margin: 10px 10px;
}
.logotext h3{
    margin: 0 10px;
    color: #39a354 ;
    text-shadow: 3px 1px 3px #ccc;
}
.logotext h4{
    margin: 0 10px;
    color: #642112 ;
    text-shadow: 3px 1px 3px #ccc;
}
.logotext img{
    
 width: 150px;   
}
/*raiting */
.ratingtbl{
    width: 200px;
    border: 3px solid #97958e;
    border-radius: 15px;
    direction: ltr;
    box-shadow: 3px 1px 3px #333;
     background: rgba(216,216,203,1);
background: -moz-linear-gradient(top, rgba(216,216,203,1) 0%, rgba(232,232,221,1) 61%, rgba(232,232,221,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216,216,203,1)), color-stop(61%, rgba(232,232,221,1)), color-stop(100%, rgba(232,232,221,1)));
background: -webkit-linear-gradient(top, rgba(216,216,203,1) 0%, rgba(232,232,221,1) 61%, rgba(232,232,221,1) 100%);
background: -o-linear-gradient(top, rgba(216,216,203,1) 0%, rgba(232,232,221,1) 61%, rgba(232,232,221,1) 100%);
background: -ms-linear-gradient(top, rgba(216,216,203,1) 0%, rgba(232,232,221,1) 61%, rgba(232,232,221,1) 100%);
background: linear-gradient(to bottom, rgba(216,216,203,1) 0%, rgba(232,232,221,1) 61%, rgba(232,232,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8cb', endColorstr='#e8e8dd', GradientType=0 ); 
}
.ratingtbl td{
    height: 30px;
    border-bottom: 1px dashed #97958e;
    min-width: 30px;
    padding-left: 8px;
    color: #503c19;
}
.raitingtbltitle{
    height: 30px;
    text-align: center;
    background-color: #34914b;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 3px 3px #aaa;
    
}
.raitingtbltitle span{
    color: #e8e8dd;
    font-size: 18px;
    text-shadow: 1px 0px 1px #111;
}


/*******Fly&Drive************/
.fdimgmap{
    width: 100%;
    height: 300px;
    border: 3px solid #223c0e;
    box-shadow: 1px 1px 5px #888;
}

.fdtitle{
    padding-top: 10px;
    direction: ltr;
    font-size: 20px;
    color: #5d833e;
    text-decoration: underline;
}
.fdtext{
    
    direction: ltr;
}
.fdtext u{
    font-size: 16px;
color: #223c0e;
}
.fdtext span{
    
   
}
.fdtext p{
   
    padding-bottom: 10px;
   
}
.fd_table th{
    background-color: #5d833e;
    box-shadow: 1px 0px 1px #333;
    color: #fff;
}
.fd_table td:first-child{
    background-color: #233e10;
    color: #fff;
}
.fd_table td:nth-child(2){
    background-color: #233e10;
    color: #fff;
}
.fd_table td{
    border-bottom: 1px solid #49524f;
    border-left: 1px solid #49524f;
    text-align: center;
}

.fd_table td:hover{
    background-color: #233e10;
    color: #fff;
}
.fd_table td:first-child:hover{
    background-color: #233e10;
}
.fd_table{
    background-color: #f6f6f1;
    border: 2px solid #49524f;
    box-shadow: 1px 1px 5px #888;
}

.fd_table tr:nth-child(4){
    background-color: #d1d1c4;
}
.fd_table tr:nth-child(7){
    background-color: #d1d1c4;
}
.fd_table tr:nth-child(15){
    background-color: #d1d1c4;
}
.fd_table tr:nth-child(12){
    background-color: #d1d1c4;
}
.fdtitleform{
    height: 50px;
    
    
}
.fdtitleform p{
    width: 100%;
    line-height: 30px;
    box-shadow: 3px 1px 3px #888;
    background-color: #5d833e;
    color: #fff;
    border-radius: 10px;
}
.fdtblform{
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #49524f;
    box-shadow: 1px 1px 5px #333;
}
.fdtblform td:first-child{
    margin-left: 20px;
}
.fbtblabels {
    width: 100%;
    padding-left: 10px;
    color: #233e10;
}

#DivTotalPrice{
    
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #c75435;
    text-decoration: underline;
}
.fdp3formback{
    width: 75%;
    min-width: 1024px;
	margin-top:26px;
    background-color: #e8e8dd;
}
.fdp3table1{
    border-bottom: 2px solid #233e10;
    
}
.fdp3formtitle{
  color: #5d833e;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px #ccc;
    border-bottom: 2px solid #233e10;
    line-height: 30px;
}

/* Fly&Drive aswers p2*/

.fdanswer1{
    direction: ltr;
    width: 100%;
	height:auto;
	border-bottom:solid 2px #642112;
    margin-left: 10px;
    border-spacing: 0px;
    background: rgba(216,216,203,1);
background: -moz-linear-gradient(top, rgba(216,216,203,1) 0%, rgba(232,232,221,1) 61%, rgba(232,232,221,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216,216,203,1)), color-stop(61%, rgba(232,232,221,1)), color-stop(100%, rgba(232,232,221,1)));
background: -webkit-linear-gradient(top, rgba(216,216,203,1) 0%, rgba(232,232,221,1) 61%, rgba(232,232,221,1) 100%);
background: -o-linear-gradient(top, rgba(216,216,203,1) 0%, rgba(232,232,221,1) 61%, rgba(232,232,221,1) 100%);
background: -ms-linear-gradient(top, rgba(216,216,203,1) 0%, rgba(232,232,221,1) 61%, rgba(232,232,221,1) 100%);
background: linear-gradient(to bottom, rgba(216,216,203,1) 0%, rgba(232,232,221,1) 61%, rgba(232,232,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8cb', endColorstr='#e8e8dd', GradientType=0 );

}

.bigcenter .fdanswer1:first-child{
  border-top:solid 2px #642112;  
}
.fdaswertitle p{
    width: 100%;
font-size: 20px;
    font-weight: bold;
    color: #642112;
    text-shadow: 1px 0px 1px #fff;
}
.fdaswertitle span{
    font-size: 14px;

}
.fdp2img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 2px solid #642112;
    box-shadow: 3px 1px 5px #888;
    margin-bottom: 10px;
}
.fdp2days{
 
    border-radius: 6px;
    text-align: center;
    color: #fff;
    background-color: #642112;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    box-shadow: 3px 1px 5px #888;
    border: 1px solid #fff;
}

.fdp2mapbtn{
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
    color: #3c9a53;
    background-color: #fff; 
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    box-shadow: 3px 1px 5px #888;
    border: 1px solid #3c9a53; 
    background-image: url("https://www.booking-kibbutz.com/images/pin_map.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
    font-size: 14px;
    text-align: center;
}
.fdp2mapbtn:hover{
background-color: #eee;
}

.fdp2hotelsbtn{
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
    color: #632215;
    background-color: #fff; 
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    box-shadow: 3px 1px 5px #888;
    border: 1px solid #632215; 
    background-image: url("https://www.booking-kibbutz.com/images/table-star.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
    font-size: 14px;
    text-align: center;
}
.fdp2hotelsbtn:hover{
background-color: #eee;
}


.fdansertbl{
    width: 100%;
    margin-left: 10px;
}
.fdp2tblleft{
    
}
.fdp2pricetbl{
    min-height: 100%;
    margin: 0 auto;
}
.fdp2priscetag{
   /* background: #3c9a53;
    border-radius: 10px;
    border: 2px solid #642112;
    box-shadow: 3px 1px 5px #888;
    margin-bottom: 10px;*/
    background-image: url("https://www.booking-kibbutz.com/images/scribble.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #39b594;
    margin-bottom: 20px;
    
    /*text-shadow: 1px 0px 1px #000;
    margin-bottom: 30px;*/
    
    
}

.fdp2priscetag p{
 height: 100%;
    padding-top: 35px;
    font-size: 20px;
    font-weight: bold;
    
}
.fdp2btu{
    
    background-color: #642112;
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    height: 30px;
    background-image: url("https://www.booking-kibbutz.com/images/arrow_right.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 25px 20px;
    box-shadow: 3px 1px 5px #888;
}
.fdp2btu a{
text-decoration: inherit;
    line-height: 30px;
}

.fdp2btu:hover{
    background-color: #503f41;
}

.fdp3formimg{
    width: 80%;
    height: 250px;
    float: right;
    border-radius: 15px;
    border: 2px solid #642112;
    box-shadow: 3px 1px 5px #888;
    margin-bottom: 10px;
}

.fdp3formtitle01{
    direction: ltr;
border: 2px solid #632215;
border-radius: 10px;
padding-top: 10px;
padding-bottom: 10px;
color: #5e8242;
font-weight: bold;
background: rgba(216, 216, 203, 1);
background: -moz-linear-gradient(top, rgba(216, 216, 203, 1) 0%, rgba(232, 232, 221, 1) 61%, rgba(232, 232, 221, 1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216, 216, 203, 1)), color-stop(61%, rgba(232, 232, 221, 1)), color-stop(100%, rgba(232, 232, 221, 1)));
background: -webkit-linear-gradient(top, rgba(216, 216, 203, 1) 0%, rgba(232, 232, 221, 1) 61%, rgba(232, 232, 221, 1) 100%);
background: -o-linear-gradient(top, rgba(216, 216, 203, 1) 0%, rgba(232, 232, 221, 1) 61%, rgba(232, 232, 221, 1) 100%);
background: -ms-linear-gradient(top, rgba(216, 216, 203, 1) 0%, rgba(232, 232, 221, 1) 61%, rgba(232, 232, 221, 1) 100%);
background: linear-gradient(to bottom, rgba(216, 216, 203, 1) 0%, rgba(232, 232, 221, 1) 61%, rgba(232, 232, 221, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d8d8cb', endColorstr='#e8e8dd', GradientType=0 );
width: 80%;
float: right;
    box-shadow: 3px 1px 5px #888;
}

.fdloginagents{
    
    background-color: #3c9a53;
    border: 2px solid #fff;
    
}
.fdloginagents h3{
    color: #fff;
    text-shadow: 1px 0 1px #000;
}
.fdloginagents p{
    color: #fff;

}
.fdagentsbtn{
 width: 90%;
    margin: 0 auto;
    height: 30px;
    margin-bottom: 5px;
    line-height: 30px;
    background-color: #632215;
    box-shadow: 2px 1px 2px #000;
    border: 1px solid #fff;
}
.fdagentsbtn a{
color: #fff;
}

.fd_form_od_title{
    width: 100%;
    text-align: left;
    font-size: 20px;
    text-decoration: underline;
    color: #3c9a53;
    font-weight: bold;
    
}
.fd_Order_title{
    font-weight: bold;
    color: #3c9a53;
}

/*hotels packege table*/
.hotelpackdiv{
    background-color: #e8e8dd;
    
}

.hotelpackdiv h1{
    width: 100%;
    background-color: #354f21;
    color: #fff;
    font-size: 25px;
    padding-left: 20px;
    line-height: 40px;
    
}
.hotelpackdiv p{
    padding-left: 20px;
    font-weight: bold;
}
.hotelpacktbl{
border: 1px solid #3d4636;
    width: 90%;
    margin: 0 auto;
    background-color: #f6f6f1;
    
}
.hotelpacktbl th{
    background-color: #354f21;
    color: #fff;
    border: 1px solid #d1d1c5;
    font-size: 18px;
}
.hotelpacktbl td{
  border: 1px solid #3d4636;  
}
.hotelpacktbl td:nth-child(2n+0){
    background-color: #d1d1c5;
    
}
.hotelpacktbl td:first-child{
    background-color: #5e8242;
    color: #fff;
    font-size: 18px;
    
}

.hotelpackdiv ul{
    text-align: left;
    
}
.hotelpackdiv h2{
    padding-left: 20px;
    text-align: left;
    
}

/*Rooms new desing*/
    
.roomsp3 h2{
    
    text-align: center;
    padding-bottom: px;
    border-bottom: 2px solid #333;
}
.roomsp3 img{
    box-shadow: 3px 1px 3px #888;
    
}

.roomsp3 p{
 
    line-height: 20px;
}
.p3roomremark{
    
    padding: 10px;
}
.roomimgp3{
    
    width: 100%;
    height: 200px;
    background-size: cover;
    box-shadow: 3px 1px 3px #666;
    position: relative;
    
}



.roomimgp3 span{
 position: absolute;
    top: 20px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, .6);
    box-shadow: 3px 1px 3px #666
}

.roomsp3 h4{
    padding-bottom: 10px;
    padding-right: 10px;
}
 
.messageplanroom{
	text-align:center;
	width:100%;
	border:1px solid #32862e;
	font-weight:bolder;
	background-color:#eee;
	color:#32862e;
	background-image:url("https://booking-hotels.co.il/res/en/arrow-down.png");
	background-size:contain;
	background-repeat:no-repeat;
	 background-position: right; 
}

/*Styling Selectbox*/
.dropdown1 {
    float: right;
  width:auto;
    min-width: 150px;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  text-align: left;
    padding-right: 30px;
    padding-left: 10px;
    margin-left: 10px;
    background-color: #eee;
    line-height: 30px;
    background-image:url("https://www.booking-kibbutz.co.il/Images/tridown.png");
	background-size:15px;
	background-repeat:no-repeat;
	 background-position: right 10px center; 
    
    
}
.NoEnter{
    
    color: #ccc !important;
}
.dropdown1 .select1 {
    cursor: pointer;
    display: block;
    
}

.dropdown1 .select1 span{
    color: #a12123 ;
    
}
.dropdown1 .select1 > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
}
.dropdown1:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204);
}
.dropdown1:active {
    background-color: #f8f8f8;
    
}
.dropdown1.active:hover,
.dropdown1.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}
.dropdown1.active .select1 > i {
    transform: rotate(-90deg);
    
}
.dropdown1 .dropdown-menu1 {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
   
    overflow-y: auto;
    z-index: 9
}
.dropdown1 .dropdown-menu1 li {
   border-bottom: 1px dashed #ccc;
    transition: all .2s ease-in-out;
    cursor: pointer;
    padding-left: 10px;
} 
.dropdown1 .dropdown-menu1 {
    padding: 0;
    list-style: none
}
.dropdown1 .dropdown-menu1 li:hover {
    background-color: #f2f2f2
}
.dropdown1 .dropdown-menu1 li:active {
    background-color: #e2e2e2;
    
}

.titlplanroomp3 a{
    padding: 6px 10px 6px 40px;
    box-shadow: 2px 1px 2px #ccc;
    border-radius: 5px;
    color: #333;
    background-image: url("https://booking-hotels.co.il/res/en/78088.png");
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 3px;
    font-size: 14px;
    background-color: #eee;
     transition: all .5s; 
    
}

.titlplanroomp3 A:hover{
     background-color: #bbb;
    
}


.hotelremarks{
    direction: ltr;
    background-color: #5b3930;
    color: #fff;
    border-radius: 10px;
    border: 2px solid #fff;
    margin-bottom: 20px;
    box-shadow: 3px 1px 3px #ccc;
    background-image: url(https://www.booking-kibbutz.co.il/images/bg-page-3.png);
    
}
.hotelremarks h4{
    padding: 0px 10px 0px 10px;
}
.hotelremarks p{
      padding: 0px 10px 0px 10px;
}
/*MDiv*/
.side_div_main_tbl{
border: 2px solid #fff;
border-radius:10px;
color: #fff; 
width: 100%;
background: rgba(76,76,76,1);
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(102,102,102,0.95) 25%, rgba(71,71,71,0.93) 33%, rgba(44,44,44,0.92) 41%, rgba(0,0,0,0.9) 51%, rgba(17,17,17,0.88) 60%, rgba(43,43,43,0.85) 76%, rgba(28,28,28,0.82) 91%, rgba(19,19,19,0.8) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,0.98)), color-stop(25%, rgba(102,102,102,0.95)), color-stop(33%, rgba(71,71,71,0.93)), color-stop(41%, rgba(44,44,44,0.92)), color-stop(51%, rgba(0,0,0,0.9)), color-stop(60%, rgba(17,17,17,0.88)), color-stop(76%, rgba(43,43,43,0.85)), color-stop(91%, rgba(28,28,28,0.82)), color-stop(100%, rgba(19,19,19,0.8)));
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(102,102,102,0.95) 25%, rgba(71,71,71,0.93) 33%, rgba(44,44,44,0.92) 41%, rgba(0,0,0,0.9) 51%, rgba(17,17,17,0.88) 60%, rgba(43,43,43,0.85) 76%, rgba(28,28,28,0.82) 91%, rgba(19,19,19,0.8) 100%);
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(102,102,102,0.95) 25%, rgba(71,71,71,0.93) 33%, rgba(44,44,44,0.92) 41%, rgba(0,0,0,0.9) 51%, rgba(17,17,17,0.88) 60%, rgba(43,43,43,0.85) 76%, rgba(28,28,28,0.82) 91%, rgba(19,19,19,0.8) 100%);
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(102,102,102,0.95) 25%, rgba(71,71,71,0.93) 33%, rgba(44,44,44,0.92) 41%, rgba(0,0,0,0.9) 51%, rgba(17,17,17,0.88) 60%, rgba(43,43,43,0.85) 76%, rgba(28,28,28,0.82) 91%, rgba(19,19,19,0.8) 100%);
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(102,102,102,0.95) 25%, rgba(71,71,71,0.93) 33%, rgba(44,44,44,0.92) 41%, rgba(0,0,0,0.9) 51%, rgba(17,17,17,0.88) 60%, rgba(43,43,43,0.85) 76%, rgba(28,28,28,0.82) 91%, rgba(19,19,19,0.8) 100%);   
}
.side_div_main_tbl p {
text-align: center;
}
.side_div_img{
   width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 5px;
}
#side_div_button{
width: 80%;
display:inline-block;
 margin:0 0.3em 0.3em 0;
 border-radius:0.2em;
 box-sizing: border-box;
 text-decoration:none;
 font-family:'Roboto',sans-serif;
 font-weight:400;
 color:#FFFFFF;
 background-color:#3369ff;
 box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
 text-align:center;
 position:relative;
 background-color:#CCCCCC; 
 color:#000000;
font-size: 16px;
cursor: pointer;
}
#side_div_button active{
box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}
@media all and (max-width:30em){
 #side_div_button{
  display:block;
  margin:0.4em auto;
 }
}
.noty_body{padding-bottom:10px;}
/*MDiv*/
/* Divtimeout P3 Price */
@media screen and (max-width: 1250px) {
    #Divtimeout p{
        font-size: 14px!important;
    }
    #Divtimeout{
    	background-size:100px!important;
    }
    ..didyouknow p{
    	line-height:30px!important;
    }
}
#Divtimeout{
	position: fixed;
    top: 20%;
    left: 30%;
    width: 40%;
    height: 300px;
    z-index: 999;
    background-color: rgba(255,255,255,.9);
    box-shadow: 6px 3px 6px #000;
    border: 2px solid #fff;
    background-image: url("https://www.booking-kibbutz.co.il/images/divtimeout01.png");
    background-repeat: no-repeat;
    background-position: right;
}
#Divtimeout table{
    width: 100%;
    margin: 0 auto;
    height: 200px;
    border-radius: 50px;
    height: 100%;
    direction: rtl;
}

#Divtimeout h3{
    text-align: left;
    color: #666;
}
#Divtimeout h4{
    text-align: left;
}
#Divtimeout strong{
    text-align: left;
}
#Divtimeout h1{
    text-align: center;
    line-height: 20px;
}
#Divtimeout p{
    text-align: center;
    width: 60%;
    margin: 0 auto;
	font-size:18px;
	font-weight:bold;
	 color: #666;
	 line-height:22px;		
}
#Divtimeout button{
    text-align: center;
    padding: 0px 25px; 
    height: 30px;
    color: #fff;
    font-size: 16px;
    float: left;
	margin-bottom:10px;
}
.refreshord{
    background-color: #e4a426;
    margin-left: 20%;
    background-image: url("https://www.booking-kibbutz.co.il/images/divtimeout02.png");
    background-repeat: no-repeat;
    background-position: center left;
}
.didyouknow{
    background-color: #888;
    width: 100%;
    height: 100%;	
	line-height:45px;		
}
.didyouknow p{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #fff;	
}
/* Divtimeout P3 Price */

.p31hb{
    margin: 0 auto;
box-shadow: 180px 1px 50px #e8e8dd inset,-180px -1px 50px #e8e8dd inset;
position: relative;
height: 380px;
width: 1300px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
    background-image: url(https://www.booking-kibbutz.co.il/Pics/kibbutz/PicsBanner/Id_1f1_hotel_ortal_00001.jpg);
    direction: rtl;
}
.p31hb_bigimg{
    margin: 0 auto;
position: relative;
height: 380px;
width: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
    background-image: url(https://www.booking-kibbutz.co.il/Pics/kibbutz/PicsBanner/Id_1f1_hotel_ortal_00001.jpg);
}
.p3lrate{
    font-size: 16px;
    color: #5d2517 ;
    padding-right: 10px;   
    font-weight: bold;
    direction: rtl;
    text-align: center;
}


.p3lrate span{
    font-size: 18px;
    color: #ce2d4c  ;
    font-weight: bold;
    
}

.p3lrate a{
    font-size: 12px;
    color: #5d2517  ;
    text-decoration: underline;
    cursor: pointer;
}

.p3lphone{
    color:#5d2517;
    font-size: 15px;
    text-align: center;
    direction: rtl;
}

.p3lphone span{
    color:#5d2517;
    font-size: 18px;
    font-weight: bold;
	font-style:italic;
    text-align: right;
}

/* Start p3 Search*/
.smallengine button {
width:95%;
height: 40px;
background-color: #cf5030;
color: #fff;
margin-right: 0 auto;
font-size: 16px;
font-weight: bold;
text-shadow: 1px 1px 1px #111;
}
.smallengine button:hover{
   background-color: #ec6948; 
   cursor: pointer;
}
.smallengine{
border-radius:20px 20px 0 0;
    border:1px solid #fff;
width: 90%;
background-color: rgba(48,75,17,.8);
box-shadow: 3px 1px 10px #111;
}
.smallengine h2{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 40px;
    text-shadow: 1px 1px 1px #111;
    border-bottom: 1px solid #fff;
    border-radius: 20px 20px 0 0;
}
.smallengine #two-inputs{
    margin: 0 auto;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.smallengine #two-inputs td{
    margin: 0 auto;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#two-inputs input{
    width: 95% !important;
    text-align: center !important;
}
.datesinput{
    
    min-height: 34px;
    background-color: #fff;
    width: 90%;
    background-image: url("https://www.booking-kibbutz.co.il/images/searchmapdatedrop.png");
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 14px;
   
    border-radius: 5px;
}

.p3btitle{
    background-color: rgba(232,232,221,.7) ;
    width: 100%;
    border-radius: 10px 10px 0 0;
margin-top: 10px;
}

.p3lrate{
    font-size: 16px;
    color: #5d2517 ;
    padding-right: 10px;   
    font-weight: bold;
    direction: ltr;
    text-align: center;
}


.p3lrate span{
    font-size: 18px;
    color: #ce2d4c  ;
    font-weight: bold;
    
}

.p3lrate a{
    font-size: 12px;
    color: #5d2517  ;
    text-decoration: underline;
    cursor: pointer;
}

.p3lphone{
    color:#5d2517;
    font-size: 15px;
    text-align: center;
    direction: ltr;
}

.p3lphone span{
    color:#5d2517;
    font-size: 18px;
    font-weight: bold;
	font-style:italic;
    text-align: right;
}
.ribbon-wrapper2{
background: -moz-linear-gradient(45deg, rgba(34,79,24,0.8) 0%, rgba(64,149,45,0.9) 50%, rgba(64,149,45,1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(34,79,24,0.8)), color-stop(50%, rgba(64,149,45,0.9)), color-stop(100%, rgba(64,149,45,1)));
background: -webkit-linear-gradient(45deg, rgba(34,79,24,0.8) 0%, rgba(64,149,45,0.9) 50%, rgba(64,149,45,1) 100%);
background: -o-linear-gradient(45deg, rgba(34,79,24,0.8) 0%, rgba(64,149,45,0.9) 50%, rgba(64,149,45,1) 100%);
background: -ms-linear-gradient(45deg, rgba(34,79,24,0.8) 0%, rgba(64,149,45,0.9) 50%, rgba(64,149,45,1) 100%);
background: linear-gradient(45deg, rgba(34,79,24,0.8) 0%, rgba(64,149,45,0.9) 50%, rgba(64,149,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40952d', endColorstr='#224F18',GradientType=1 );
color: #fff;
        position: absolute;
        top:5%;
        right: 0px;
        line-height: 25px;
        padding-left: 10px;
        box-shadow: 3px 1px 3px #333;
        border-top: 1px dashed #fff;
        border-bottom: 1px dashed #fff;
        direction: rtl;
        padding-right: 10px;
}
/* End p3 Search*/
/* Start new engine landing pages*/
.lp_backimage{
    direction: ltr;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.lp_back_engine{
    width:60%;
    height: 250px;
    background-color: rgba(48,75,17,.8);
    box-shadow: 3px 1px 20px #111;
}
.lp_back_engine h2{
    text-align: left;
    color: #fff;
    font-size: 40px;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
    line-height: 50px;
}
.lp_invitations label{
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
}
.lp_invitations p{
 	width: 100%;
 	text-align: left;
 	font-weight: bold;
 	color: #fff;
 	padding-left: 10px;
 	font-size: 18px;
 	line-height: 30px;
}
.container input{
    width: 100%;
    min-height: 40px;
    background-color: #fff;
    background-image: url("https://www.booking-kibbutz.com/images/searchmapdrop.png");
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 14px;
    margin-left: 10px;	
    border-radius: 5px;
}
.datesinput{
    margin-left: 10px !important;
    min-height: 34px;
    background-color: #fff;
    width: 90%;
    background-image: url("https://www.booking-kibbutz.com/images/searchmapdatedrop.png");
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 14px;
    text-align: right !important;
    border-radius: 5px;
}
.lp_invitations button{
   width: 80%;
    height: 40px;
    background-color: #cf5030;
    color: #fff;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #111;
}
.lp_invitations button:hover{
   background-color: #ec6948; 
   cursor: pointer;
}
/*End new engine landing pages*/
/*BigTitleP3Price*/
.statictitp3price{
    background-color: #CCCCC0;
	text-shadow: 1px 1px 3px #fff;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    box-shadow: 5px 1px 5px #aaa;
    font-size: 25px;
    color: #521C10;
    font-weight: bold;
}
/*BigTitleP3Price*/
/*Start Map Press*/
.mappress{
    width: 100%;
    height: 455px;
    background: url("https://www.booking-kibbutz.com/images/googlemapdeme_en.png") no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    box-shadow: 3px 0px 3px #ccc;
    display: inline-block;
	cursor:pointer;cursor:hand;
}					
/*End Map Press*/