/* hebrew */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  src: local('Assistant'), local('Assistant-Regular'), url(fonts/Assistant_a.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  src: local('Assistant'), local('Assistant-Regular'), url(fonts/Assistant_b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Opensans/OpenSansHebrew-Regular.eot);
  src: url(fonts/Opensans/OpenSansHebrew-Regular.eot?#iefix) format('embedded-opentype'),
       url(fonts/Opensans/OpenSansHebrew-Regular.woff2) format('woff2'),
       url(fonts/Opensans/OpenSansHebrew-Regular.woff) format('woff'),
       url(fonts/Opensans/OpenSansHebrew-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Opensans/OpenSansHebrew-Bold.eot);
  src: url(fonts/Opensans/OpenSansHebrew-Bold.eot?#iefix) format('embedded-opentype'),
       url(fonts/Opensans/OpenSansHebrew-Bold.woff2) format('woff2'),
       url(fonts/Opensans/OpenSansHebrew-Bold.woff) format('woff'),
       url(fonts/Opensans/OpenSansHebrew-Bold.ttf) format('truetype');
}


html,body {
 padding:0px;
 margin:0px;
 font-family: 'Open Sans Hebrew', sans-serif;
 width:100%;
 height:100%;
 direction:rtl;
}

div {
	font-family: 'Open Sans Hebrew', sans-serif;
}
#main_container {
	transition: transform .4s ease,-webkit-transform .4s ease;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	direction:rtl;
	min-width:1400px;
}

#header {
	width:100%;
	text-align:center;
	/*background-color:#e9ece5;*/
	overflow:hidden;
	text-align:center;
}
.header {
	height:245px;
}
.header_short {
	height:100px;
}
#header_sep {
	width:100%;
	height:1px;
	background-color:#C0C0C0;
	margin-top:8px;
	/*margin-bottom:5px;*/
}
#logo_container {
	/*float:right;*/
	margin-right:9px;
	margin-top:9px;
}
#logo_container img {
	width:auto;
	height:55px;
	transform: rotate(10deg);
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	
}
#menu_container {
	/*position:relative;
	width:100%;
	top:-1px;*/
	/*position:absolute;
	top:5px;
	right:200px;*/
	float:left;
	padding-top:20px;
	width:780px;
}
#menu_inner {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	float:left;
}
.menu_item {
	cursor:pointer;
	/*width:100px;*/
	direction:rtl;
	/*border-left:1px solid rgba(0,0,0,0.2);*/
	border-top: 2px solid rgba(0,0,0,0);
	border-radius: 1px;
	float:left;
	padding-top:15px;
	height:40px;
	padding-right:12px;
	padding-left:12px;
	-moz-transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	color:#000;
}
/*
.menu_item:hover {
	background-color:#eee;
}
*/
.menu_item:hover a {
	color:#666;
}

.menu_item_label a {
	color:#394ba1;
	font-size:16px;
	text-decoration:none;
}

.menu_item_selected {
	/*width:100px;*/
	direction:rtl;
	/*border-left:2px solid #fff;
	border-right:1px solid #ccc;*/
	/*border-top: 3px solid #FFC928;*/
	background-color:#ff6e01;
	border-radius: 1px;
	float:left;
	padding-top:15px;
	height:40px;
	padding-right:12px;
	padding-left:12px;
	-moz-transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/*background-color:#3b3a36;*/
	color:#fff;
}
.menu_item_selected a {
	color:fff;
}

.menu_extras {
	float:right;
	padding-top:25px;
	padding-right:15px;
}
.menu_extras .fb_lbl {
	float:right;
}
.menu_extras .fb_img {
	float:right;
	margin-right:8px;
}
.menu_extras a {
	text-decoration:none;
	color:#444;
}

.fl_r {
	float:right;
}
.fl_l {
	float:left;
}
.fl_c {
	clear:both;
}

#logo_text_container {
 /*float:right;*/
 background-color:#fff;
 height:55px;
 text-align:center;
 /*position:absolute;
 right:15px;
 top:60px;*/
 margin-top:10px;
 float:right;
 margin-right:80px;
}
#logo_text_container a {
	text-decoration:none;
}
#logo_title {
  float:right;
  font-size:26px;
  /*font-family: 'Alef', Arial;*/
  direction:rtl;
}

#logo_img {
  float:right;
  margin-top:1px;
  margin-left:10px;
}


.content_seperator {
		background-color:rgba(99,165,99,0.6);
		width:100%;
		height:30px;
}
#content_bg {
	background-image:url(../img/th/bg.jpg);
	width:100%;
	min-height:600px;
	background-size: cover;
}

#section_vspacer {
	 height:50px;
}
.sidenav_button {
 display:none;
 position:absolute;
 top:10px;
 left:8px;
 font-size:32px;
 font-weight:bold;
 border:none;
 z-index:2250;
 width:35px;
 height:35px;
 background:none;
 cursor:pointer;
}

#sidenav {
	display:none;
    position: absolute;
    top: 0;
    height: 100%;
    left: -250px;
    width: 250px;
	z-index:2270;
    background-color:#1798C6;
}
#sidenav_content {
	padding:7px;
	padding-right:15px;
	padding-top:10px;
	direction:rtl;
}

.sidenav_item {
	 margin-bottom:5px;
}
.sidenav_item a {
	color:#fff;
	text-decoration:none;
}
.sidenav_item_selected {
	margin-bottom:5px;
}
.sidenav_item_selected a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.sidenav_cat {
	font-weight:bold;
	width:100%;
	direction:rtl;
}
#content_container {
	/*width:100%;*/;
	float: right;
	/*height:500px;
	width:1024px;*/
	overflow-y:auto;
	/*overflow-x:auto;*/
	overflow-x:hidden;
	/*position:fixed;
	top:105px;
	bottom:35px;
	left:0px;
	right:245px;*/
	min-width:1150px;
}
#footer {
	/*margin-top:25px;*/
	/*padding-top:10px;*/
	/*position:fixed;
	bottom:8px;
	left:5px;
	right:5px;*/
	width:100%
	font-size:15px;
	color:#000;
	background-color:#dadada;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#content_title {
	padding-top:10px;
	padding-right:10px;
	direction:rtl;
	text-align:right;
	font-weight:bold;
	font-size:19px;
}
#content_body {
	padding-right:10px;
	direction:rtl;
	text-align:right;
}
.contact_form {
	padding-right:10px;
}
.contact_form_table {
	width:400px;
	direction:rtl;
}

.contact_form {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.contact_inp1 {
	direction:rtl;
	border:1px solid #C7C5C6;
	padding:5px;
	padding-left:8px;
	padding-right:8px;
	min-height:36px;
	color:#7C7C7E;
	border:1px solid #C7C5C6;
	font-family: 'Assistant', 'Open Sans Hebrew', sans-serif;
	width:200px;
	font-size:16px;
}

.contact_inp2 {
	direction:rtl;
	/*background-color:rgba(169,169,169,0.2);*/
	padding:5px;
	padding-right:8px;
	min-height:36px;
	color:#7C7C7E;
	border:1px solid #C7C5C6;
	font-family: 'Assistant', 'Open Sans Hebrew', sans-serif;
	width:404px;
	font-size:16px;
}

.contact_inp3 {
	direction:rtl;
	border:1px solid #C7C5C6;
	padding:5px;
	padding-right:8px;
	height:140px;
	color:#7C7C7E;
	border:1px solid #C7C5C6;
	width:404px;
	overflow-y: auto;
	font-family: 'Assistant', 'Open Sans Hebrew', sans-serif;
	font-size:16px;
}
.contact_inpButton {
	direction:rtl;
    width:380px;
	/*background-color: rgba(27, 166, 82, 0.88);*/
	background-color:#19ACE2;
	text-align:center;
	color:#fff;
	padding-left:12px;
	padding-right:12px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:22px;
	cursor:pointer;
}
.contact_form_header {
	color:#7D7D7F; padding-bottom:4px;
}

.loginbox  {
	padding:10px;
	padding-bottom:10px;
	float:right;
	background-color:#d9d9d9;
	border:1px solid #b7b7b7;
	margin-right:30px;
	margin-top:30px;
	margin-bottom:30px;
	width:720px;
	min-height:380px;
}
.loginbox_title {
 background-color:#394ba1;
 height:80px;
 color:#fff;
 font-size:20px;
 line-height:80px;
}
.loginbox_title img {
  position:relative;
  top:15px;
  margin-right:20px;
  margin-left:20px;
}


.sidemenu_items {
	padding:1px;
}
.sidemenu_item {
	cursor:pointer;
	font-size:15px;
	margin-top:5px;
	padding-right:10px;
	border:1px solid #c5c5c5;
	background-color:#fff;
	color:#606060;
	height:60px;
	line-height:60px;
	font-weight:bold;
}
.sidemenu_item img {
	position:relative;
	top:5px;
}
#sidemenu {
	float:right;
	background-color:#d9d9d9;
	border:1px solid #b7b7b7;
	margin-top:50px;
	padding-bottom:15px;
	padding-left:8px;
	padding-right:8px;
	/*width:360px;*/
	width:300px;
	min-height:645px;
	overflow-y:auto;
	margin-bottom:30px;
}
.sidemenu_title {
	margin-top:8px;
	margin-bottom:8px;
	font-weight:bold;
	background-color:#ff6e01;
	color:#fff;
	height:80px;
	font-size:20px;
	line-height:80px;
}
.sidemenu_icon {
	float:right;
}
.sidemenu_icon img {
	margin:5px;
}
.sidemenu_label {
	float:right;
	margin-right:50px;
}

.op2_login_input {
	font-size:14px;
	height:35px;
	width:200px;
	direction:ltr;
	color: #000;
	padding-left:12px;
	padding-right:12px;
	display: block;
-webkit-box-shadow: 0 0 10px 0 hsla(0,0%,43%,.29);
box-shadow: 0 0 10px 0 hsla(0,0%,43%,.29);
background-color: #fff;
border: 1px solid #008096;
-webkit-transition: border .2s ease;
transition: border .2s ease;
	
}
.op2_login_input:focus {
	box-shadow: 0 0 3px 3px #b0e0ee;
}

.op2_gbutton {
	/*text-shadow: 0 -1px 1px rgba(0,0,0,0.36);*/
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.5);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1), transparent);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1), transparent);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.1), transparent);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1), transparent);
	background-image: linear-gradient(bottom, rgba(0,0,0,0.1), transparent);
	/*text-shadow: 0 1px 1px #fff;*/
	-webkit-transition: box-shadow 0.25s;
	-moz-transition: box-shadow 0.25s;
	-o-transition: box-shadow 0.25s;
	transition: box-shadow 0.25s;	
}
.op2_gbutton:hover {
 background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.15), rgba(255,255,255,0));
 background-image:-moz-linear-gradient(top, rgba(255,255,255,0.15), rgba(255,255,255,0));
 background-image:-ms-linear-gradient(top, rgba(255,255,255,0.15), rgba(255,255,255,0));
 background-image:-o-linear-gradient(top, rgba(255,255,255,0.15), rgba(255,255,255,0));
 background-image:linear-gradient(top, rgba(255,255,255,0.15), rgba(255,255,255,0))
}
.op2_gbutton:active {
 background-image:none;
 -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.35);
 box-shadow:inset 0 0 3px rgba(0,0,0,0.35)
}
.op2_gbutton:disabled {
 background:none;
 border:1px solid rgba(0,0,0,0.1);
 color:#333;
 text-shadow:none !important;
 cursor:default !important
}

#overlay {
    position: fixed;
    display: none;
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 50;
}
#overlay_box {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 5px;
	padding-left:10px;
	padding-right:10px;
    border: 1px solid #888;
    width: 50%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.op2_notice_red {
	padding:5px;
	border:2px solid #DD3333;
	text-align:center;
}
.op2_notice_green {
	padding:5px;
	text-align:center;
	border:2px solid #33DD33;
}
.op2_tree {
	margin-bottom:10px;
}

.op2_uitem {
	margin-bottom:3px;
	cursor:pointer;	
	padding:3px;
	padding-left:15px;
}
.op2_uitem:nth-child(even)  {
	background-color:#f2f2f2;
	border-radius:5px;
}
/*#AdvForm {
 height:400px;
 width:1024px;
 overflow-y:auto;
 overflow-x:hidden;
}*/

#news_scroller {
/*position:absolute;
top:400px;
left:10px;*/
background-color:#d9d9d9;
border:1px solid #b7b7b7;

margin-top:30px;
padding:10px;
width:300px;
hieght:300px;
float:left;
margin-bottom:30px;
}

#news_scroller marquee {
margin-top:10px;
width:292px;
padding-right:8px;
height:290px;
overflow:hidden;
background:#fff;
}

.news_scroller_title {
 background-color:#394ba1;
 height:80px;
 color:#fff;
 font-size:20px;
 line-height:80px;
}
.news_scroller_title img {
  position:relative;
  top:15px;
  margin-right:20px;
  margin-left:20px;
}


#afk_grey_bar {
	background-color:#a1a1a1;
	height:40px;
}
.afk_container {
	width:1480px;
	margin-left:auto;
	margin-right:auto;
}
#afk_grey_user {
	color:#fff;
	float:left;
}

#afk_grey_user img {
	position:relative;
	top:5px;
}
#afk_top_contact {
	text-align:left;
	margin-top:30px;
	margin-bottom:50px;
	color:#5f5f5f;
}
#afk_quickmenu {
	background-color:#394ba1;
	height:90px;
	width:100%;
}
#afk_qmc {
	float:left;
	widht:600px;
}
.afk_qmi_h {
	background-color:#ff6e01;
	margin-right:8px;
	color:#fff;
	height:40px;
	width:370px;
	line-height:40px;
	text-align:center;
	margin-left:5px;
	float:left;
	clear:both;
}
.afk_qmi_i {
	float:left;
	color:#fff;
	height:60px;
	line-height:60px;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}
#afk_footer {
	background-color:#dadada;
	width:100%;
	height:190px;
	border-top:1px solid #b6b6b6;
	border-bottom:1px solid #b6b6b6;
	color:#606060;
}
.afk_footer_text {
	color:#606060;
	vertical-align:top;
}
.afk_footer_h {
 color:#3a4aa1;
 margin-bottom:10px;
}
.afk_footer_i a {
	text-decoration:none;
	color:#606060;
}
#afk_footer_1 {
	padding-top:20px;
	float:right;
	margin-left:40px;
}
#afk_footer_2 {
	padding-top:30px;
	float:right;
	margin-left:40px;
}
#afk_footer_3 {
	padding-top:30px;
	float:right;
	margin-left:40px;
}
#afk_footer_4 {
	padding-top:30px;
	float:right;
}
#afk_footer_logos {
	width:100%;
	background-color: #fff;
	padding-top:20px;
	padding-bottom:20px;
}
.afk_logobox {
	float:right;
	margin-left:13px;
}
.afk_logobox img {
    height:70px;
    width:auto;
}
#afk_home_image {
	margin-top:50px;
	margin-right:30px;
	background-color:#eee;
	float:left;
}
#afk_home_image img {
	width:1110px;
	height:auto;
}

#afk_home_image .side {
 float:right;
 width:265px;
 background-color: rgba(100,100,100,0.5);
 height:415px;
}
#afk_home_image .side .join {
  margin-top:160px;
  margin-right:60px;
  font-size:19px;
  color:#fff;
}
#afk_home_image .join_button {
	margin-top:5px;
	background-color:#394ba1;
	width:120px;
	text-align:center;
}


.loginbox_inputs {
	margin-top:40px;
	margin-bottom:40px;
	width:460px;
	margin-left:auto;
	margin-right:auto;
}
.loginbox_input {
	margin-bottom:10px;
	background-color:#8390ff;
	width:100%;
	height:40px;
	font-size:16px;
}
.loginbox_button {
	width:100%;
	height:40px;
	padding-top:7px;
	background-color:#ff6e01;
	padding-bottom:7px;
	border:1px solid #9398b5;
}
#loginbox_status {
	padding:10px;
	text-align:center;
	font-size:17px;
}
#op2_login_status {
	display:none;
}
#content_box {
	border: 1px solid #c5c5c5;
	margin-top:50px;
	background-color:#fff;
	padding:12px;
	margin-right:30px;
	/*width:950px;*/
	width:1080px;
	margin-bottom:30px;

}
#dropdown {
top:380px;
display:none;
position:absolute;
color:#fff;
background-color: #4040AA;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 5px;
z-index: 12000;
}
.dropdown-content {
display:none;
}
#dropdown li {
 cursor:pointer;
 padding-bottom:5px;
}
.jstree-clicked {
 font-weight:bold;
}