body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-style:normal;
	font-weight:normal;
	text-align:center;
	color:#333;
	background:#fff url(../images/bg-template01.gif) repeat-y center;
}
#content-header h1, h2, h3, h4 {margin-bottom:5px; font-weight:normal; border-bottom:2px solid #eee;}
#content-header h1 {font-size:26.4px; color:#333; margin-bottom:15px; line-height:normal;}
h2 {font-size:1.6em; color:#666; margin-top:10px; letter-spacing:-1px;}
h3 {font-size:1.4em; color:#666; margin-top:5px;}
h4 {font-size:1.2em; color:#999;}

a:link, a:visited {color:#666; text-decoration:underline}
a:hover {color:#333; text-decoration:none}
a, object {outline:none;}
ul, li {list-style-type:none}
fieldset, img {border:0;}
p {padding-bottom:0.5em; line-height:1.6em;}


.fl {float:left}
.fr {float:right;}
.center {text-align:center}
.mrg-auto {margin:0 auto;}

.object {padding-top: 20px;}
.object div.obj-frame {display:inline-block; border:3px solid #e4e4e4; margin:0 auto 25px auto; padding:1px;}

.main-image {padding-bottom:8px; line-height: 0; text-align:center;}
.main-image img {max-width:100%;}

.l-side {float:left; margin-right:15px;}

.clear {clear:both; display:block; }
.clear hr {display:none;}

div.hr {clear:both; display:block;}
div.hr hr {display:none;}

.intro {font-size:medium; line-height:normal;}
blockquote.intro {padding-bottom:10px;}

.remark {color:#F13C73; font-weight:bold;}
/* colors */
.c-1 {color:#900} /* red */
.c-2 {color:#f90} /* orange */
.c-3 {color:#06c} /* blue */
.c-4 {color:#b8a970} /* light brown */
.c-5 {color:black} /* black */

#container {
	height: 100%;
	text-align: center;
	margin: 0 auto -57px;
}
.push {height: 36px;}

.btns-panel a:link,
.btns-panel a:visited {
	display:block;
	text-align:center;
	background: url(../images/btns.png) no-repeat 0 0;
}
.btns-panel a.video {
	width:112px;
	height:34px;
	margin:auto;
	line-height:32px;
}
.btns-panel a.video:hover {
	background-position:0 -38px;
	line-height:33px;
}

.btns-panel a.gallery {
	width:162px;
	height:34px;
	margin:auto;
	line-height:32px;
	background-position:0 -79px;
}
.btns-panel a.gallery:hover {
	background-position:0 -118px;
	line-height:33px;
}


/* ------------------- MAIN HEADER --------------------- */
#main-header {height:80px; margin-bottom:10px; background:#fcf8db; border-bottom:1px solid #eee; }
#main-header #header-wrap {max-width:960px; margin:0 auto;}



#page {width:100%;max-width:900px;  padding: 5px;  margin:0 auto; text-align:right; direction:rtl; }

/* ------------------- HEADER --------------------- */
#client-header {
	width:100%;
	position:relative;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
#client-header #logo {
	width:200px;
	max-width:100%;
	float:right;
	padding-bottom:5px;
}
#client-header #logo img { max-width:100%; }
#client-header #logo a:active {position:relative; top:1px;}
#client-header br {clear:both;}

#content-header img#client-logo { display:none;  width:100px;   vertical-align: text-bottom; }
/* #content-header h1 {display:inline-block;margin-right:5px;border-bottom:none; font-size:26px;} */

/* ------------------- cellular HEADER --------------------- */
    .client-cell-header {
      display: none;
      justify-content: space-between;
      padding: 20px;
    }

    .left-box,
    .right-box {
      width: 45%;
      padding: 10px;
      *border: 1px solid #ccc;
      *background-color: #f9f9f9;
    }

    .left-box {
      text-align: left;
    }

    .right-box {
      text-align: right;
    }

#buttons ul li a {
 	padding: 6px;
    color: white;
    background-color: darkslategray;
    display: block;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 5px 5px;
    text-decoration: none; 
	box-shadow: none;
    border-bottom: 5px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #4c4c4c;
    background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(12%, #595959), color-stop(25%, #666666), color-stop(39%, #474747), color-stop(50%, #2c2c2c), color-stop(51%, #000000), color-stop(60%, #111111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), color-stop(100%, #131313));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
	}
	
#buttons ul li.current a {
    color: #000;
    border-color: #000;
    background: #fceabb;
    background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
}
	
/* ------------------- menu --------------------- */
#menu {
	position:absolute;
	bottom:-5px;
	right:230px;
	width:700px;
	display:block;
}
#menu ul {display:block;}
/* #menu ul li{display:inline; } */
#menu ul li a:link,
#menu ul li a:visited {
	display:block;
	float:right;
	text-decoration:none;
	padding:5px 20px;
	margin:10px 4px 0 4px;
	color:#fff;
	text-align:center;
	line-height:normal;
	box-shadow: none;
	border-bottom:5px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

background: #4c4c4c; /* old browsers */
background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* ie */
}
#menu ul li a:hover {background:#fc0; color:#000}

#menu ul li.current a {
color:#000;
border-color:#000;
background: #fceabb; /* old browsers */
background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* ie */
}

/* ------------------- CONTENT --------------------- */
#client-content {float:right;  width:96%; max-width:76%; margin-bottom: 40px;   font-size:1.3em; line-height:1.6em; }
#client-content img {max-width:100%;}
#client-content hr {margin:8px 0;}


/*DL, DT, DD TAGS LIST DATA*/
dl {
	margin:20px 0;
	width:100%;
	display:block;
}
dl dt {
	font-size:large;
	color:#666;
}
dl dd {
	margin-bottom:10px;
	line-height:1.6em;
}
.lrg-font {font-size:medium}

.profile, .attraction {clear:both; padding:15px;}
.profile strong, .attraction strong{font-size:16px; font-weight:normal;}
.profile img, .attraction img {float:right; margin-left:10px; border:2px solid #eee; padding:1px; max-width:100px; }

.attraction strong {color:#000}



/* ------------------- GALLERY --------------------- */
.gallery br {clear:both; display:block; height:20px;}
.gallery a:link, .gallery a:visited {margin:4px;padding:2px; display:block; float:right; background:#eee;}
.gallery a:hover {background:#666;}
.gallery a:active {position:relative; top:1px;}
.gallery a img {border:2px solid #fff;}

.key-nav {
	width:90%;
	height:80px;
	position:relative;
	text-align:right;
	background: url(../images/key-arrows-btns.gif) no-repeat right center;
}
.key-nav em {
	position:absolute;
	top:15px;
	right:90px;
	color:#666;
	font-size:1.2em;
}

/* ------------------- VIDEO --------------------- */
.video iframe {width:100%; height:315px;}

/* ------------------- CONTACT --------------------- */

#contactDetails { float:right; width:200px; margin-left:30px;}
#contactDetails ul {list-style-type:disc; padding-right:15px;}
#contactDetails ul li {padding-bottom:10px; list-style-type:disc;}

#contactForm {width:420px; padding-right:20px; direction:rtl; float:right; border-right:5px solid #eee;}
#contactForm p {padding:5px 0;}
#contactForm p#service {font-size:medium; line-height:normal;}
#contactForm label {display:block; width:8em; float:right}
#contactForm em {color:#FF8CEB; font-style:normal; font-family:Verdana}
#contactForm input, #contactForm textarea  {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	color:#333;
	border: solid 1px #ccc;
	outline: 0;
	padding:8px;
	background: #FFFFFF url(../images/bg-form.png) left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
#contactForm input:hover, #contactForm textarea:hover,
#contactForm input:focus, #contactForm textarea:focus { 
	border-color: #888; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
#contactForm input {width:40%}
#contactForm textarea {width:70%; overflow:auto; direction:rtl;}
#contactForm p.formButtons {padding-right:8em; clear:both;}
#contactForm p.formButtons input {
	width:auto;
	float:right;
	cursor:pointer;
	font-family:Arial;
	font-weight:bold;
	display:block;
	color:#333;
	padding:5px 10px;
	border:1px solid #ccc; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff url(../images/bg-form-btn.gif) left bottom repeat-x;
	-moz-box-shadow: 0 3px 5px #ccc;
	-webkit-box-shadow: 0 3px 5px #ccc;
}
#contactForm p.formButtons input:hover {
	border-color:#00D374;
	position:relative;
	top:1px;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
}
#contactForm legend {display: none;}
#contactForm span.cursor {cursor: pointer;}
#contactForm #Error_msg {margin-right:8em; padding:3px 10px; line-height:normal; background-color:#cf9; color:#000; display:block; float:right; margin-bottom:10px;}

#mailResponse {width:200px; float:right; padding:10px; margin:20px 60px 0 0; text-align:center; border:1px solid #ccc;}
#mailResponse p {padding:5px; margin-bottom:10px; background:#ffc; font-size:medium;}



/* ------------------- SIDEBAR --------------------- */
#sidebar {
	float:left;
	max-width:22%;
	text-align:center;
}
#sidebar .waze { display:none;  }

.phone, .mobile {padding:2px; margin-bottom:4px;}
.phone a, .mobile a {font-family:georgia; font-size:large; text-decoration:none;font-weight:bold;}

.coupone-wrap {width:100%; position:relative; display:block; border:2px dashed #ccff99; margin:30px auto;}
.coupone-wrap  .scissors {display:block; width:20px; height:20px; position:absolute; top:-11px; right:10px; background: url(../images/ico_scissors.gif) no-repeat;}
.coupone {background:#ccff99; margin:5px; padding:10px; text-align:center;}
.coupone .title {font-size:1.6em; background:#fff; padding:4px 0; display:block;}
.coupone .discount {display:block; font-size:1.4em; font-style:normal;}
.coupone .discount span {font-family:georgia; font-size:160%;}
.coupone .action {border-top:1px solid #fff; margin-top:5px; height:100%; overflow:hidden;}
.coupone .action a:link, .coupone .action a:visited { width:6em; padding:5px 10px; margin:10px auto 0 auto; background:yellow; border:1px solid #ffcc00; text-decoration:none; display:block;-moz-border-radius: 5px; -webkit-border-radius: 5px;}
.coupone .action a:hover {background:#ffcc00}
.coupone ul {font-size:90%; text-align:right; padding-bottom:5px; color:#404040}




/* ------------------- MAIN FOOTER --------------------- */
#footer-wrap {
	max-width:100%; background-color:#eee;  border-top: 1px solid #ccc;
}

#footer {
	background-color:transparent;    
    height: 45px;
    margin: 0 auto;
}
	
#footer ul li {display:inline}
#footer ul li a, #footer-wrap ul li a:visited {color:#666; margin:0 10px;}


@media (max-width: 771px) {
	#main-header, #client-header {
	  display: none !important;
	}
	.client-cell-header {
		display: flex;
	}
	
	#client-content {
		max-width:95%;
		margin:0 10px;
		float:none;
	}
	#sidebar {
		width:95%;
		max-width:95%;
		margin-left:10px;
		display: block;
	}
	#content-header img#client-logo { display:inline-block;  }
	#content-header h1 {font-size:18px;}
	
	#sidebar .address { display:inline-block; vertical-align: top; }
	#sidebar .waze { display:inline-block;  vertical-align: top; margin-right:20px; }

}


#footer {height:45px}
#footer-wrap ul { padding-top:10px; }

.mm-page {
    height: 100%;
    margin-bottom: -16px;
}
