/* 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: 'Assistant', 'Open Sans Hebrew', sans-serif;
 width:100%;
 height:100%;
}

#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;
}

h1 {
 font-size:24px;
}

#header {
	width:100%;
	text-align:center;
	/*background-color:#e9ece5;*/
	overflow:hidden;
	text-align:center;
}
.header {
	height:225px;
}
.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:175px;
	transform: rotate(10deg);
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	
}
#menu_container {
	width:100%;
	position:relative;
	top:-1px;
}
#menu_inner {
	margin-left:auto;
	margin-right:auto;
	width:260px;
}
.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:right;
	padding-top:15px;
	height:80px;
	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:#000;
	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;
	border-radius: 1px;
	float:right;
	padding-top:15px;
	height:80px;
	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:#18ABDF;
}
.menu_item_selected a {
	color:#18ABDF;
}

.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:175px;
 text-align:center;
}
#logo_text_container a {
	text-decoration:none;
}

#logo_text {
  font-size:26px;
  padding-left:30px;
  padding-right:22px;
  font-family: 'Alef', Arial;
  direction:rtl;
}


#content_bg {
	margin-top:18px;
	border-top:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	background:url(../img/bg.jpg);
	padding-top:68px;
	
}

#section_vspacer {
	 height:50px;
}
#footer {
	/*margin-top:25px;*/
	padding-top:10px;
	width:100%
	font-size:15px;
	color:#aaa;
	text-align:center;
	padding-bottom:10px;
}

#search_box_container,#search_box_container2 {
  width:100%;
}
#search_box_container2{ margin-bottom:40px;}
#search_box,#search_box2{
 width:540px;
 margin-left:auto;
 margin-right:auto;
}

.search_box_input,.search_box_input2 {
 float:right;
 height:70px;
 width:450px;
 border:5px solid #9DCD55;
 border-top-right-radius:30px;
 border-bottom-right-radius:30px;
 padding-bottom:10px;
 padding-top:8px;
 padding-right:25px;
 padding-left:25px;
 font-family: 'Assistant', 'Open Sans Hebrew', sans-serif;
 font-size:28px;
 /*color:#C0C0C2;*/
 color:#000;
 direction:rtl;
}
.search_box_button,.search_box_button2 {
 float:right;
 height:50px;
 width:60px;
 text-align:center;
 cursor:pointer;
 font-size:20px;
 padding:10px;
 padding-top:18px;
 padding-bottom:2px;
 border-top-left-radius:30px;
 border-bottom-left-radius:30px;
 background-color:#9DCD55;
 -moz-transition: background-color 0.5s ease;
 -webkit-transition: background-color 0.5s ease;
 transition: background-color 0.5s ease;
}
.search_box_button:hover img {
 opacity:0.6;
}



.search_box_input_ltr,.search_box_input2_ltr {
 float:left;
 height:70px;
 width:450px;
 border:5px solid #9DCD55;
 border-top-left-radius:30px;
 border-bottom-left-radius:30px;
 padding-bottom:10px;
 padding-top:8px;
 padding-right:25px;
 padding-left:25px;
 font-family: 'Assistant', 'Open Sans Hebrew', sans-serif;
 font-size:28px;
 color:#C0C0C2;
 direction:ltr;
}
.search_box_button_ltr,.search_box_button2_ltr {
 float:left;
 height:50px;
 width:60px;
 text-align:center;
 cursor:pointer;
 font-size:20px;
 padding:10px;
 padding-top:18px;
 padding-bottom:2px;
 border-top-right-radius:30px;
 border-bottom-right-radius:30px;
 background-color:#9DCD55;
 -moz-transition: background-color 0.5s ease;
 -webkit-transition: background-color 0.5s ease;
 transition: background-color 0.5s ease;
}
.search_box_button_ltr:hover img {
 opacity:0.6;
}

#content_container {
	width:100%;
	text-align:center;
}
#content {
	margin-top:40px;
	border-top:5px solid #E62494;
	border-bottom:5px solid #E62494;
	background-color:#FFF;
	margin-bottom:60px;
	padding-top:20px;
	width:100%;
}
#content_wide {
	margin-top:40px;
	border-top:5px solid #E62494;
	border-bottom:5px solid #E62494;
	background-color:#FFF;
	margin-bottom:60px;
	padding-top:20px;
	padding-bottom:50px;
	width:100%;
}

#content_title {
	font-size:23px;
	color:#17ADE2;
	direction:rtl;
	text-align:right;
	padding-right:7%;
	margin-bottom:15px;
}
#content_title td {
	font-size:23px;
	color:#17ADE2;
}

#content_body {
	font-size:21px;
	direction:rtl;
	text-align:right;
	color:#7D7D7F;
	padding-right:7%;
	padding-left:2%;
}
#content_r {
	font-size:21px;
	direction:rtl;
	text-align:right;
}

.dash_sep {
	width:2px;
	/*background-color:#9DCB51;*/
	background-color: #19ACE2;
}

.tdltr {
 text-align:left;
 direction:ltr;
}
.tdrtl {
 text-align:right;
 direction:rtl;
}
/*.dash_rtr {
 width:100%;
}*/
.dash_rtb {
	margin-bottom:20px;
}

.dash_rtbh td {
 /* border: 1px solid #444;*/
  font-size:14px;
  vertical-align:top;
}
.dash_rtb_hdr {
	/*background-color:#444;
	background-color:#919193;*/
	background-color:#9DCD55;
	color:#fff;
	text-align:center;
	/*font-weight:bold;*/
}
.dash_rtb_hdr_td {
  border-left:8px solid #FFF;
  border-right:8px solid #FFF;	
  padding:10px;
  font-weight:bold;
}
.op2_dc {
 font-size:15px;
 width:164px;
 padding:7px;
 border-bottom:2px solid #E1E1E1;
 vertical-align:top;
}
.tdvac {
 vertical-align:middle;
}
.mobile_spacer {
 /*background-color:#19ACE2; */
 /*background-color: #9DCB51;*/
 background-color: #18ADE5;
 text-align:center; 
 font-size:11px;
 margin-bottom: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;
}
#loader {
 z-index:5005;
 position:absolute;
 background-color: #AAAADD;
 height:3px;
 width:0%;
 opacity:1;
 -moz-transition: all 0.5s ease;
 -webkit-transition: all 0.5s ease;
 transition: all 0.5s ease;
}


.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;
}

#overlay {
    position: absolute;
    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;
}

#content_r {
  width: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
 }	

 #settings_display {
	 display:none;
	 content: ''
 }

 
.empty_cell {
 width:90%;
 height:1px;
/*margin-top:8%;*/
 margin-left:5%;
 margin-right:5%;
 background-color:#afafaf;

 /*display:inline-block;*/
 /*background: #fff200;

 background: -moz-linear-gradient(10deg, #fff 1%, #fff 47%, #c9c9c9 48%, #fff 49%, #fff 100%); 
 background: -webkit-linear-gradient(10deg, #fff 1%,#fff 47%,#c9c9c9 48%,#fff 49%,#fff 100%);
 background: linear-gradient(10deg, #fff 1%,#fff 47%,#c9c9c9 48%,#fff 49%,#fff 100%); */
 
 /*
 width:90%;
 height:100%;
 margin-left:5%;
 margin-right:5%;
 
 background: -moz-linear-gradient(0deg, #fff 1%, #fff 47%, #afafaf 48%, #fff 49%, #fff 100%); 
 background: -webkit-linear-gradient(0deg, #fff 1%,#fff 47%,#afafaf 48%,#fff 49%,#fff 100%);
 background: linear-gradient(0deg, #fff 1%,#fff 47%,#afafaf 48%,#fff 49%,#fff 100%);*/
}
 
/*  and (max-device-width: 1080px)*/
/*@media only screen and (orientation: portrait) {*/
/*@media screen and (max-device-aspect-ratio: 1/1) and (orientation: portrait)*/
/*@media screen and (max-aspect-ratio: 13/9) {*/

#dash_rtb_responsive {
	display:none;
	/*padding:10px;*/
	direction:ltr;
	box-sizing: border-box;
}


.rtb_item {
 float:right;
 margin-top:15px;
 margin-left:10px;
 /*margin-right:10px;*/
}
.rtb_header  {
  border-left:7px solid #FFF;
  border-right:7px solid #FFF;	
  padding:10px;
  font-weight:bold;
  background-color:#9DCD55;
  color:#fff;
  text-align:center;
  width:328px;
}

.rtb_cell  {
 float:left;
 text-align:left;
 direction:ltr;
 display: table-cell;
 padding:5px;
}
.rtb_cell_rtl  {
 float:left;
 direction:rtl;
 text-align:right;
 display: table-cell;
 padding:5px;
}
.rtb_spacer {
 background-color: #18ADE5;
 width:100%;
 height:10px;
 text-align:center; 
 font-size:11px;
 margin-bottom:30px;
 margin-top:25px;
}

.sharethis-inline-share-buttons {
	margin-top:20px;
}
#search_box_wide {
 position:absolute; top:4px; right:150px; transform:scale(0.7, 0.7); -ms-transform:scale(0.7, 0.7); -webkit-transform:scale(0.7, 0.7);
 width:540px;
 margin-left:auto;
 margin-right:auto;
}
.header_short {
	height:100px;
}
.logo_wide_div {
	position:absolute; right:15px; top:15px;text-align:right;
	z-index:9998;
}
.footer_contact {
	text-align:center;
	padding-bottom:5px;
}
.footer_contact a {
	color:#fff;
	text-decoration:none;	
}



.idxTable {
width:100%;
}
.idxTableButton {
width:15px;
height:15px;
text-align:center;
}
.idxTableSelected {
background-color:#000;
color:#fff;
width:15px;
height:15px;
text-align:center;
}

.idxTableButton a {
 text-decortation:none;
 color:#000;
}
.idxResults {
 text-align:right; direction:rtl; padding:20px;
}
.idxResults a {
 color:#000;
}


@media screen and (max-width: 1585px) {
	
 #dash_rtb_content {
	 display:none;
 }

 /*#menu_container {
    display:none;	
 }*/
 #dash_rtb_responsive {
  display:inline;
 }
 .op2_dc {
	 border-bottom:none;
 }
 
 #content {
  width:auto;
 }
 #content_body {
	 padding-right:none;
 }
 #content_body_wide {
	 padding-right:none;
 }
 #search_box {
	width:92%;
 }
 #search_box_input {
	 width:70%;
	 font-size:20px;
 }

 #search_box2 {
	width:92%;
 }
 #search_box_input2 {
	 width:70%;
	 font-size:20px;
 }


 .sidenav_button {
  /*display:block;*/
 }
 
 #settings_display {
	 content:'P'
 }
 /*.op2_dc {
  font-size:18px;
  width:175px;
 }*/
 
 #logo_text {
  font-size:18px;
 }
 #search_box_button {
  width:50px;
 }
 .sidenav_button {
  font-size:24px;
 }
 .contact_form_table {
  width:auto;
 }
 .contact_inp1 {
  width:170px;
 }
 .contact_inp2 {
  width:345px;
 }
 .contact_inp3 {
  width:345px;
 }
 .contact_inpButton {
  width:320px;
 }
 
}
@media screen and (max-width: 560px) {
 .accessibility_component {
   display:none !important;
 }

 #wellisch_diploma {
  display:none;
 }
 /*#menu_inner {
  width:250px;
 }*/
 
	 #DV_LANG img {
	  width:32px;
	  height:32px;
	 }
	 
	 #content_bg {
	  background:url(../img/bg_mobile.jpg);
	 }
	
	 #search_box_wide {
		 width:70%;
	 }
	 #logo_wide {
		width:90%;
		height:auto;
	}
	 


.idxTableButton {
 width:30px;
 height:30px;
 display: inline-block;
}


}
@media screen and (max-width: 435px) {
	#logo_wide {
		width:50%;
		height:auto;
	}
	/*.search_box_wide {*/
	/*#menu_container {*/
	.menu_container_wide {
		display:none;
	}
	.header_short {
	 height:115px;
	}	
	#search_box_wide {
		top:65px;
		right:-30px;
		transform:scale(0.6, 0.6); -ms-transform:scale(0.6, 0.6); -webkit-transform:scale(0.6, 0.6);
	}
	#search_box_wide {
	 width:130%;
    }
	.logo_wide_div {
	 position:static; right:none; top:none;text-align:center;
	}
}

.DV_notice {	
    font-family: Arial;
	padding:8px;
	text-align:center;
	font-size:24px;
	width:100%;
	background-color:#000;
	color:#fff;
}
.DV_notice a {
	font-weight:bold;
	color:#fff;
}

#DV_LANG {
	position:absolute;
	top:5px;
	right:5px;
}
/*cell width*/

@media screen and (min-width: 1585px) {

#dash_rtb_content {
 display:block;
 margin-left:auto;
 margin-right:auto;
}
#dash_rtb_content tr {
 clear:both;
 display:block;
 display:flex;
}
#dash_rtb_content td.dash_sep {
 display:block;
 float:left;
 height: 100%;
 min-height:55px;
 background-color:transparent;
}

#dash_rtb_content .dash_rtr {
 border-bottom: 2px solid #E1E1E1;
}

#dash_rtb_content tr.dash_rtb_hdr {
 display:block;
 height:40px;
 background-color:#fff;
}
#dash_rtb_content td.dash_rtb_hdr_td {
 display:block;
 float:left;
 width:357px !important;
 background-color:#9DCD55;
}
#dash_rtb_content td.op2_dc {
 display:block;
 float:left;
 width:182px !important;
 min-height:40px;
 border-bottom:none;
 border-left:1px solid #19ACE2;
}
#dash_rtb_content td.op2_dc:nth-child(1) {
 border-left:none;
}

#dash_rtb_content .op2_dc .empty_cell {
 margin-top:15px;
}

}

/* responsive */
@media screen and (max-width: 400px) {

dash_rtb_responsive #rtb_content tr {
 clear:both;
 display:block;
 display:flex;
}


#dash_rtb_responsive td.op2_dc {
 display:block;
 float:left;
 width:182px !important;
 min-height:40px;
 border-bottom:none;
 /*border-left:1px solid #19ACE2;*/
 padding: 2px !important;
}

.rtb_item {
 margin-left:0px;
}
.rtb_item table {

 margin:0px;
 padding:0px;
 margin-top:10px;
}

/*.rtb_item td.dash_sep {
 display:none;
}*/


}

.resp_mob { display: none }

@media screen and (max-aspect-ratio: 13/9) {

 .resp_mob { display: inline-block; }
 .resp_desk { display: none; }

}