@charset "utf-8";
/* CSS Document */


.body{
	margin:0;
	padding:0;
	 font-family: Tahoma,Verdana,Segoe,sans-serif;
}


.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;
}



.fixedheader{
 position: fixed;
    width: 100%;
    z-index: 2;
    
}
.fixedheadernone{
 position:relative;
    width: 100%;
    
    
}

.headertbl{
 width: 100%;
    background-position: right 1px bottom;
    background-repeat: no-repeat;
    
    
}

.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:15;  
    text-align: center;
	color:#ffffff;
    
}

.heade1 a{
   
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;  
}
.heade2{
	width:100%;
    min-width: 1024px;
	background-color:#fff;
	border-bottom:1px solid #a0a0a0;
	border-top:1px solid #a0a0a0;
}

.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;
    
}


.bigimg{
 background-size: 100% 100%;
    border-bottom:solid 5px #144c87;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}
.caption{
 width: 100%;
    height: 20%;
background-color: aqua;
}
    


.Invitations tr {
 text-align: left; 
}
.Invitations label {
 color: white;
    float: left;
    font-size: 16;
    font-style: normal;
}
.Invitations{
	width: 300px;
    height: 250px;
    margin-bottom: 8%;
    margin-top: 8%;
	background: -webkit-linear-gradient(right, rgba(24,78,133,0.3), rgba(24,78,133,0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(24,78,133,0.3), rgba(24,78,133,0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(24,78,133,0.3), rgba(24,78,133,0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, rgba(24,78,133,0.3), rgba(24,78,133,0.8)); /* Standard syntax (must be last)*/	
	box-shadow:3px 1px 5px #888888;
    border-radius: 10px;
    float: right;
}


.Invitations button {
  float: left;
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  width: 95%;
  transition: all .2s ease-in-out;
  cursor:pointer;
  margin-left: 2.5%;
}
.Invitations 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);
}

.Invitations h1{
    font-size:20px;
	color:#ffffff;
	line-height:40px;
    text-shadow:   -2px 0 #f4511e  , 0 2px #f4511e  , 2px 0 #f4511e  , 0 -2px #f4511e  ;
    margin-right: 5%;
}
.last-Invitation{
	width:100%;
	height:25px;
	text-align:center;
	border-bottom:1px solid #ccc;
	padding-top:0.5%; 
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#2070dd;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
}



.buttun_agho{
    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: 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(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

 .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%;
	border-radius:6px;	
	margin-top:1px;
	border:1px solid #47719d;
	margin-bottom:2%;
    

}


#moadon button {

    width:95%;
	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%;
    
}

#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 h5{
	font-size:14px;
	width:93.5%;
	height:24px;
	color:#fff;
    background: #184d85 ;
	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;
  
    
}



.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;
}


#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%;
    width:100%;
	height:120px;
	background-color:#fff;	
    border-top:solid 1px #737373;
    color:#595959;
    line-height:22px;
    text-align:center;
	font-size:14px;
	padding-bottom:15px;
	display:inline-block;
	margin-left:4.5%;  
}

.bigcenter{
    width: 75%;
 min-width: 1024px;

}
.israel-hotels{
	width:100%;
	min-height:200px;
	padding-top:8px;
	margin-right:10%;
}

.titlerightbar{
	font-size:18px;
    float: left;
	color:#2070dd;
	background-color:#fff;
	background-image:url(https://www.come2israel.com/img/title1.png);
	height:40px;
	width:100%;
	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: 3px;
    
}

.right-tables {
	width:100%;

    list-style-type:none;
    
}


.right-tables li{
	
	font-size:14px;
	text-align:left;
	border-bottom:1px dashed #b5b4b4 ;
	line-height:22px;
}
.right-tables a{
    color:#525252;
    text-decoration: none;
}
.right-tables a:hover{
	font-weight:bold;
}
.right-tables li:last-child {
	border-bottom:none;
}
.main-deals{
 width: 100%;
    direction: ltr;
    border-spacing: 10px;
    border-collapse: separate;
}
.main-deals td{
 
    direction: ltr;
    
}


.erea-title a{
    color: #d62c1f ;
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
    padding-right: 2%;
    text-shadow: 1px 1px 2px #8d8d8d;
    transition: all 0.5s;
}
.erea-title a:hover{
   
    text-shadow: 5px 3px 5px #8d8d8d;
}
.dealstitle{
	font-size:18px;
	color:#2070dd;
	background-color:#fff;
	background-image:url(https://www.come2israel.com/img/title1.png);
	height:40px;
	width:100%;
	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-top: 5px;
    box-shadow:3px 1px 3px #cccccc;
}

.best-dill{
    width:100%;
	height:auto;
    background-color:rgba(250,250,250,0.8);
	border:1px solid #b5b5b5;
    border-radius: 10px;    
	clear:both;
    display: inline-block;
    box-shadow:3px 1px 3px #cccccc;
    
	
}

.best-dill h6{
    text-align: left;
	width:91%;
    float: right;
	color:#4a4a4a;
	font-size:14px;
	font-weight:normal;
	border-top:solid 1px #737373;
	padding-top:4px;
	margin-right:4%;
	padding-right:2%;
	display: inline-block;
    margin-top: 1px;
    margin-bottom: 5px;
    min-height: 11ex; /* 2.5ex for each visible line */
    
}

.best-dill span{  
	font-size:14px;
	text-align:left;
	color:#2070dd;
	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%;
	border-bottom:1px solid #737373;
    border-radius: 10px 10px 0px 0px;
	float:left;
}

.best-dill h5{
	font-size:14px;
	width:93.5%;
	height:24px;
	color:#e3e3e3;
	background-color:#184d85 ;
	padding-right:7%;
	padding-top:10px;
	text-align:center;
	clear: both;
    margin-top: 10px;
    margin-bottom: 0px;
    border-radius: 0 0 10px 10px;
    text-decoration: none;
    transition: all .2s ease-in-out;
    
    
    
}
.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:14px;
    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:16px;
	text-align:right;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	position:absolute;
	z-index:2;
	display:block;
	margin-left:17px;
}

#footer{
	width:100%;
	height:auto;
	background-color:#144c87;
	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:#dd6d6d ;
    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-right: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;
}
#down-index{
	width:100%;
	height:28px;
	margin:auto;
	background-color:#eee;
}
#down-index ul{
	direction:rtl;
	margin:auto;
	width:857px;
	line-height:28px;
}

#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;
    
}

#copyright a{
	text-decoration: none;
    color: #144c87;
    
}
#copyright ul{
	direction:rtl;
	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: .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.come2israel.com/images/286b121_footer-share-icons.png) no-repeat 0 0;
    cursor: pointer
}

 .share .twit {
    width: 21px;
    height: 20px;
    background: url(https://www.come2israel.com/images/286b121_footer-share-icons.png) no-repeat -27px 0;
    cursor: pointer
}

 .share .gplus {
    width: 21px;
    height: 20px;
    background: url(https://www.come2israel.com/images/286b121_footer-share-icons.png) no-repeat -56px 0;
    cursor: pointer
}

 .share .you {
    width: 21px;
    height: 20px;
    background: url(https://www.come2israel.com/images/286b121_footer-share-icons.png) no-repeat -85px 0;
    cursor: pointer
}

 .share .instgram {
    width: 21px;
    height: 20px;
    background: url(https://www.come2israel.com/images/286b121_footer-share-icons.png) no-repeat -142px 0;
    cursor: pointer
}

 .share .pinterest {
    width: 21px;
    height: 20px;
    background: url(https://www.come2israel.com/images/286b121_footer-share-icons.png) no-repeat -113px 0;
    cursor: pointer
}



/**page 2**/
.answer1{
    width: 100%;
	height:auto;
	border:solid 1px #c0c0c0;
    border-radius: 10px;
    margin-bottom: 5px;
    border-spacing: 0px;
    -moz-box-shadow:  3px 1px 3px #888888;
    -webkit-box-shadow:  3px 1px 3px #888888;
    box-shadow:  3px 1px 3px #888888;
}
#HotelTopList .answer1{
	background-color:aliceblue;
	border:3px solid #174c89;
}
.answer1 table{
  border-spacing: 0px;
  vertical-align: bottom;
}
/**page 2 result**/

.sorttable{
    width: 100%;
    height: 35px;
    background-color: #615F5C;
    
}
.newsearch{
 width: 25%;
    height: 35px;
    text-align: center;
    background:url(img/cal.png) right 10% center no-repeat , url(https://www.come2israel.com/img/title1.png); 
    font-size:18px;
    font-weight: bold;
	color:#2070dd; 
    border-radius: 3px;
    border: 1px solid #ccc;
	text-shadow:
	0px 1px 0px rgba(000,000,000,0.2),
	0px 1px 0px rgba(255,255,255,1);  
    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);   
}

.left-record	{
  background-color:#f0f0f0 ;
    border-radius: 0px 10px 10px 0px;
    position:relative;
    border-right: 1px solid #ccc;
    
    
}

.right-record	{

    vertical-align: bottom;
    position:relative;

    
}
.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);  

    
}

.p2title0{
    font-size:20px;
	color:#2070dd;
	background-color:#fff;
	background-image:url(https://www.come2israel.com/img/title1.png);
	text-align:center;
margin-left: 1px;
	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: 3px;
    
}
.guests-score{
	padding-bottom: 6px;
    top: 3px;
    right: 3px;
    position: absolute;
    cursor: pointer;
    transition: all .2s ease-in-out;   
    
}
 .guests-score img{
    width: 17px;
    float: right;
     margin-top: 7px;
}

.guests-score h10{
	color:coral;
    text-decoration: underline;
	float:right;
    margin-top: 0px;
    margin-right: 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;
}

.land_guestscore {
    text-align:center;
    
    
}

.land_guestscore p{
    font-size: 14px;
    color: #99070f ;
    font-weight: bold;
    line-height: 18px;
}
.p2map{
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.p2map:hover{
    transform: scale(1.1);
}

.p2map img{
    
}




.score{ 
      background-image: url("https://www.come2israel.com/images/dg.png");
    background-repeat: no-repeat;
    background-position: center; 
    height: 65px;
    width: 100%;
    color: white;
    transition: all 0.2s ease-in-out;
}

.score:hover{
  transform: scale(1.2);
    cursor: pointer;
}
.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:19px;
	color:white;
	margin-top: 5px;
    display:block;
    text-align: center;    
}
.p2title4{
	font-size:16px;
    margin-left: 2px;
    
}
.p2title44{
	color:white;
	font-size:14px;
	display:block;
	text-align:center;
    
}
.p2title5{
	color:#4a4a4a;
	font-size:14px;
    font-weight: bold;
	display:block;
	text-align:center;
        position: absolute;
    left: 0px;
    right: 0px;
    bottom: 60px;
}
.plantag{
  background: #3c9724 ;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 5px 0 15px;
  position: relative;
  position: absolute;
  right: 0px;
  z-index: 100;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.plantag::after {
  background: #f0f0f0;
  border-bottom: 13px solid transparent;
  border-right: 10px solid #3c9724 ;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
.p2title6{
	color:#4a4a4a;
	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: 40px;
	color:#fff;
	text-align:center;
    vertical-align: middle;
	background-color:#144c87;
    transition: all .2s ease-in-out;
    border-radius: 0px 0px 10px 0px;
    float: left;
    position: absolute;
    text-decoration: none;
    bottom: 0;
    left: 0;

}
.psbtu:hover{

    box-shadow:3px 1px 3px #888888;
    cursor: pointer;
    -ms-transform: scale(1.009); /* IE 9 */
    -webkit-transform: scale(1.009); /* Safari */
    transform: scale(1.009);
}
.ocupaid{
	width:100%;
	line-height:40px;
	color:#fff;
	text-align:center;
	background-color:rgba(20, 76, 135, 0.7);
    border-radius: 0px 0px 0px 10px;
    position: absolute;
    bottom: 0;
    border: none;

}

.ocupaid h9{
	
    font-size:18px;
    font-weight:normal;
    color: aliceblue;
}

.left-record h9{
	font-size:18px;
    font-weight:normal;
}

.p2price{
    position: absolute;
    top: 0;
    right: 10px;
    width: 80px;
    height: 80px;
    background-image: url(https://www.come2israel.com/img/sing.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    
}
.p2title{
    font-size:18px;
	color:#2070dd;
	text-align: left;
	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: left;
    width: 96%
    
     
}


.right-record p{
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 0;
    text-align: right;
    font-size: 14px;
    padding-bottom: 10px; 
    vertical-align: bottom;
    border-top: 1px dashed #ccc;
}

.right-record2{
 
}
.right-record2 p{
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 0;
    text-align: left;
    direction: ltr;
    font-size: 14px;
   
}

.right-record2 span{
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 0;
    float: right;
    padding-bottom: 10px;
   
}

#hotelanswerimg{
    width: 98%;
    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:18px;
    margin-top: 0px;
	color:#fff;
	background-color:#144c87 ;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px; 
    margin-bottom: 10px;
    
}

.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;  
    vertical-align: top;
    min-height: 250px;
    max-width: 500px;
    float: left;
    direction: ltr;
    
  
    
    
    
}
    
.p3hotelheader{
  
}

#p3img{
    width: inherit;
    max-width: 45%;
    box-shadow:3px 1px 5px #888888;
    height: 280px;
    border:2px solid #ccc;
    border-radius: 10px;  
    transition: all .2s ease-in-out;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
}


.p3hoteltitle{
    font-size:18px;
    background-image: url(img/title.jpg);
	color:#2070dd;
	text-align: left;
	font-weight:bold;
	line-height:40px;
	text-shadow:
	0px 1px 0px rgba(000,000,000,0.2),
	0px 1px 0px rgba(255,255,255,1);
    top: 0;
    left: 0;
    margin-top: 10;
    padding-left: 10px;
    position: absolute;
    width: 50%;
    height: 40;
    border: 1px solid #ccc;
    border-radius: 3px;
    
}
.p3buttons{
 width: 100%;
    text-align: center;
    margin-top: 10px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    
}

.p3buttons a{
 text-decoration: none;   
}

.p3address{

	font-weight:bold;
	line-height:25px;

    margin-top: 5px;
    font-size:18px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    padding-left: 100px;
	color:#3172b5;
    
	text-align:center;
	border:1px solid #949393;
	background-image: url(img/p3btnback.png);
    background-color: white;   
	-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);


}


.p3iconspan{
    font-size: 14px;
    text-decoration: none;
    color: black;
    
    
    
}

.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: #efefef;
	border-bottom:1px solid #ccc;
	 
	font-size:16px;
	font-weight:bold;
	color:#2070dd;
	text-shadow: 0 0px 1px rgba(0,0,0,0.2);
}

.p3orderinfo1{
 background-color: #184e85 ;
    background-image: url(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;
    width: 300px;
  
}




.p3orderinfo2{
    width: 300px;
    color: white;
    border-right: 1px solid white;
    text-align: left;
    margin-left: 20px;
}
.p3orderinfo2 td:nth-child(1){
    width: 65%;
     text-overflow: ellipsis;
    white-space:nowrap;
    
}

.p3orderinfo3{
    
    text-align: left;
    color: white;
    border-right: 1px solid white;
    text-align: left;
}

.p3orderinfo3 td:nth-child(1){
  
     text-overflow: ellipsis;
    white-space:nowrap;
    
}

.sale-text{
 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 #184e85;
    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: #184e85;
    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: #184e85;
    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;
    
}
#smap{
    position: absolute;
    top: 2px;
    left: 2px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    color: #c02036;
    text-decoration: underline;
    z-index: 0;
    
}
#MapPage{
      -webkit-animation-name: animatefade;
    -webkit-animation-duration: 1.5s;
    animation-name: animatefade;
    animation-duration: 1.5s;
    
}
.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:#3172b5;
    width: 100%;
	text-align:center;
	border:1px solid #949393;
	background-image: url(img/p3btnback.png);
    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);		
}
.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(img/bdlp3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.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;
}
.p31hb_bigimg{
    margin: 0 auto;
position: relative;
height: 380px;
width: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
/* 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;	
		/*
		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(../img/bulb.png);
	    background-repeat: no-repeat;
	    background-position: right top;
	    background-size: 30px;    
		 direction: ltr;
  }
/* 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: left;
	height:auto;
}
.open_menu ul {
    text-align: center;
    width: 100%;
    float: left;
	margin:0px;
}
.open_menu ul li{
	color:#fff;
	font-size:15px;	
	position: relative;
    display: inline;
	color:#144C87;
	line-height:18px;
    margin-right: 5px;
	margin-left: 5px;
}
.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(15, 74, 137, 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: #FFFFFF;
    background: rgba(15, 74, 137, 0.3);
    cursor: pointer;
    float: right;
    margin: 0.4%;
    padding: 0 !important;
    text-align: left;
    display: inline-block;
    width: 92.2%;
}
.open_menu ul ul li a{
	padding:4%;
	width:92%;
	color:#fff;
	float:left;
}
.open_menu ul ul li a:hover{
	color:#e2ce21 ;
}
.open_menu ul ul li:hover{
	background:#214f7d;
	padding:4%;
}
.open_menu ul li a{
    text-align: left;
    text-decoration: none;
    display: inline-block; 
    color:#2066c5;
}
.open_menu ul li a:hover{
	color:#144C87;
}
.main_list{
	background-color: white;
}
/*end open menue*/

/* css tours */
.tourpage{
 width: 100%;   
}
.touemainimg{
	width: 100%;	
    border-radius: 20px 0 20px 0;
    border: 3px solid #ccc;
    box-shadow: 1px 1px 5px #333333;
    position: relative;
}
.touemainimg img{
	 width: 100%;
 	max-height:300px;
    border-radius: 20px 0 20px 0;    
}
.citynametag{
 position: absolute;  
    bottom: 0;
    right: 0;
    background: rgba(39, 115, 218, 0.85);
    padding: 10px 20px;
    border-radius: 0 0 15px 0;
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 0px 1px #111;
}
.tourinfo{
 direction: ltr;
 font-size: 16px;
 color: #aaa
}
.ptourtitle{
 text-align: center;
 color: #2773da ;
 font-size: 25px;
 text-shadow: 2px 1px 2px #ccc;
}
.tourlist{
 direction: ltr;
 color: #2773da;
 font-size: 18px;
 list-style-type: circle;
}
.tourlist li{
 margin: 0 0 8px 0;   
}

.tourform{
 border: 1px solid #ccc;
 border-radius: 15px;
 box-shadow: 5px 1px 5px #ccc;
}
.triparea{
    width: 100%;
    border-radius: 10px 0 10px 0;
    border: 1px solid #ccc;
    box-shadow: 3px 1px 3px #ccc;
}
.tripimg img{
 width: 100%;
 height: 100px;
 border-radius: 10px 0 0 0;
}
.tripimg{
  width: 100%;
  position: relative;
}
.triptag{
  position: absolute;
    top: 0;
    left: 0;
    padding: 2px 15px 2px 15px;
    background-color: rgba(20, 76, 135, 0.7);
    color: #fff;
    z-index: 1;
    box-shadow: -3px 1px 3px rgba(255, 255, 255, 0.1);
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px 0 0 0;
	text-align: left;
}
.tripname{
 font-size: 16px;
 padding-left: 10px;
 color: #144b87 ;
}
.tripinfo{
 font-size: 14px;
 margin-left: 10px;
    color: #b4b4b4;
}
.moreinfo {
	font-size: 16px;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #ccc;
	background-color: #2773da;
	color: #fff;
	transition: all .2s ease-in-out;
	float: right;
	border-radius: 0 0 10px 0;
	padding: 3px 10px;
}

.moreinfo:hover{
	box-shadow:3px 1px 3px #ccc;
}
.buttun_tours {
    font-size: 17px;
    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: 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(000,000,000,0.2),
 0px 1px 0px rgba(255,255,255,1);
}

.buttun_tours a{
 text-decoration: none;
    cursor: pointer;
    color: #2070dd;
}
.toursheader{
 width: 100%;
    max-height: 130px;
    border-radius: 15px;
    border: 1px solid #ccc;
    box-shadow: 3px 1px 3px #ccc;
    position: relative;
}
.toursheader img{
 width: 100%;
    height: 100%;
    border-radius: 15px;
}
.tourheadername{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    height: 30px;
    border-radius: 0 0 15px 15px;
}
.tourheadername p{
    color: #2070dd;
    font-size: 20px;
    margin-top: 5px;
}
/* css tours */
.contagent{
  width:100%;
    height: 100px;
    margin-top: 1px;
    margin-bottom:10px;
    background-color:#fff;
    border:1px solid #2070dd;
    transition: all 0.5s;
        -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);
}
.contagent a{
    padding-right: 15px;
    width:100%;
}
.contagent p{
    height: 100%;
    font-size:18px;
    color:#2070dd;
    text-shadow:
    0px -1px 0px rgba(000,000,000,0.2),
    0px 1px 0px rgba(255,255,255,1);
    width: 50%;
    text-align: center;
    float: right;
}
 .contagent:hover  {
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
/*Page 2 loading*/
.waitingdiv{
    width: 80%;
    margin: 0 auto;
    border: 3px solid #ccc;
    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: #184d85;
    line-height: 40px;
    text-shadow: 3px 1px 3px #ccc;
}
.comertialtext{
    text-align: center;
    font-size: 16px;
    color: #184d85;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.6);
}
.loader {
    margin: 0 auto;
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #184d85; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin .7s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*Page 2 loading*/
/*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*/
/*Bannaer p2 price*/
.plswait{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    min-height: 100px;
    text-align: center;
	background-color: #fff;
    background-image: url(https://www.come2israel.com/img/children3.png);
    background-size: 100% 100%;
    color: #184d85;
    box-shadow: 3px 1px 3px #333;
	padding:25px;
}
.plswait h4{
    background-color: rgba(255, 255, 255, .7);
    padding: 10px 0 10px 0;
	color:#9f2227;
}

.sk-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #184d85;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*Bannaer p2 price*/

מיקי חיים‎
9:57 AM (52 minutes ago)
 to me

/* 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%;
    right: 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.hotel4u.co.il/images/divtimeout01.png");
    background-repeat: no-repeat;
    background-position: left;
}
#Divtimeout table{
    width: 100%;
    margin: 0 auto;
    height: 200px;
    border-radius: 50px;
    height: 100%;
    direction: rtl;
}

#Divtimeout h3{
    text-align: left;
    color: #666;
    direction: ltr ;
}
#Divtimeout h4{
    text-align: left;
    direction: ltr ;
}
#Divtimeout strong{
    text-align: left;
}
#Divtimeout h1{
    text-align: center;
    line-height: 20px;
    direction: ltr ;
}
#Divtimeout p{
    text-align: center;
    width: 95%;
    margin: 0 auto;
	font-size:18px;
	font-weight:bold;
	 color: #666;
	 line-height:22px;	
    direction: ltr ;
}
#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.come2israel.com/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: 80%!important;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px !important;
    font-weight: normal !important;
    
}
/* Divtimeout P3 Price */
/*scrol to top*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(27, 78, 137);
    background: rgba(27,78,137.8);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    background-image: url("https://www.come2israel.com/images/returntop.png");
    background-size: 30px;
    border: 3px solid rgba(255, 255, 255, .7);
    box-shadow: 3px 1px 3px #333;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	 z-index: 2;  
}
#return-to-top:hover {   
    background-position: top;
}
/*scrol to top*/
/*BigTitleP3Price*/
.statictitp3price{
    background: #7092B5;
	text-shadow: 1px 1px 3px #333;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    box-shadow: 5px 1px 5px #aaa;
    font-size: 25px;
    color: #fff;
    font-weight: bold ;    
}
/*BigTitleP3Price*/

/*scrol to top*/
/* 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(8,39,73,.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: 95%;
    min-height: 40px;
    background-color: #fff;
    background-image: url("https://www.come2israel.com/images/searchmapdrop.png");
    background-repeat: no-repeat;
	background-position: right;
    background-size: contain;
    font-size: 14px;
    margin-right: 10px;	
    border-radius: 5px;
}
.datesinput{
    margin-right: 10px !important;
    min-height: 34px;
    background-color: #fff;
    width: 90%;
    background-image: url("https://www.hotel4u.co.il/images/searchmapdatedrop.png");
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 14px;
    text-align: center !important;
    border-radius: 5px;
}
.lp_invitations button{
   width: 80%;
    height: 40px;
    background-color: #459335;
    color: #fff;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #111;
}
.lp_invitations button:hover{
   background-color: #4db338; 
   cursor: pointer;
}
/*End new engine landing pages*/
.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%); /* ff3.6+ */
	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))); /* safari4+,chrome */
	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%); /* safari5.1+,chrome10+ */
	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%); /* opera 11.10+ */
	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%); /* ie10+ */
	background: linear-gradient(45deg, rgba(34,79,24,0.8) 0%, rgba(64,149,45,0.9) 50%, rgba(64,149,45,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40952d', endColorstr='#224F18',GradientType=1 ); /* ie6-9 */
    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;
}
/*Start Map Press*/
.mappress{
    width: 100%;
    height: 455px;
    background: url("https://www.come2israel.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*/