@import url(HTTPS://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(HTTPS://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);


html {
/*     height: 100%;
    margin-bottom: 0.01em;
		overflow-y: scroll;  */
}
body{
font-size:100%;
	background-color: #FFFFFF;
	direction: rtl;
	font-size: 13px;
	font-family: 'Open Sans Hebrew', serif;
	text-align: center;
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.container{
	min-height: calc(690px * (90/150));
	height: 90vh;
	width: 150vh;
	max-width: 90%;
	padding-left: 2px;
	padding-right: 2px;
/*	  margin-left: auto;
  margin-right: auto;
  max-width: 932px;*/
margin: 0 auto;
  position: relative;
 /* width: calc(100% - (16px * 2));*/
}

/* Clearfix */
.cleafix {
    clear: both;
    height: 10px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

#me{
    left: 15px;
    position: absolute;
    top: 6px;
    margin-left: 28px;
    color: #d9d9d9;
    font-size: 9px;
}
.tabtitle{
	color: #921517;
	font-weight: bold;
	text-align: right;
}

li.bolt a{
font-size: larger;
    text-shadow: 1px 1px 1px #d4d6ce;
    font-weight: bold;
    color: #A64421;
}

#info_box{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color:black;
	z-index: 100001;
	padding: 0;
}

#info_box img{
display: block;
    cursor: pointer;
    width: 100%;
    height: auto;
    vertical-align: middle;
    position: absolute;
}
#p_media{
	background-color: #FFFFFF;
}
.rec_header h2  {
    color: #9a0cbb;
    margin-top: 10px;
    font-size: 3.8em;
    line-height: 100%;
    font-family: 'Open Sans Hebrew Condensed', serif;
    font-weight: 400;
    text-align: right;
    margin-bottom: 10px;
}
#p_text{
	position: absolute;
	bottom: 10%;
	left:25%;
	padding:10px;
	color: white;
	clear:both;
}
#close{
    position: absolute;
    top: 0;
    left: 0;
    /* width: 30px; */
    /* height: 30px; */
    color: #000;
    display: block;
    font-size: 30px;
    cursor: pointer;
    /* z-index: 100010; */
    line-height: 26px;
    /* background-color: rgba(255,255,255,0.55); */
    /* border: 1px dotted #000; */
    /* border-radius: 8px; */
}
.confirm_a{
    margin: 0 auto 11px;
    width: 50%;
    padding: 10px;
    background: #f5f5dc;
}
#sad_box{
background: rgba(255, 255, 255, 0.80);
thin solid rgba(128, 128, 128, 0.56);
	position: fixed;
	bottom: 0;
	right: 0;
 width: 100%;
text-align: center;
	height: auto;
	z-index: 100001;
	box-shadow: 3px -4px 3px 0 rgba(0, 0, 0, 0.15);
}

#sad_box img{
margin:0 auto;
display: block;
cursor: pointer;
width: 100%;
max-width: 500px;
    height: 45px;
    vertical-align: middle;
}


h1, h2, h4, h5, h6 {
	color: #000;
}

h3{
	font-family: 'Open Sans Hebrew Condensed', serif;
	color: rgba(83,83,83,0.70);
	font-weight: 600;
	font-size: 21px;
	margin-top: -5px;
}
h3 span {
    font-size: 14px;
}
.no-scroll, .overflow-hide {
  overflow: hidden;
}
a:link, a:visited {
display: inline;
  color: #000000;
text-decoration:none;
}
.news_header h2{
	margin-top: 10px;
	font-size: 2.8em;
line-height: 100%;
  font-family: 'Open Sans Hebrew Condensed', serif;
	 font-weight: 400;
	text-align: right;
	margin-bottom: 10px;
}


#top_line{
	width:100%;
	margin:0 auto;
  background: #FFF;
  box-shadow: -3px -3px 3px 0 rgba(0, 0, 0, 0.19) , 3px 0 3px 0 rgba(0, 0, 0, 0.19) , 0 3px 3px 0 rgba(0, 0, 0, 0.23);
  position: fixed;
  top: 0;
  right: 0;
  height: auto;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 100001;
}
#top_line #logo img{
	width: 120px;
	height: auto;
	margin: 2px auto 0;
}
#nav-menu{
	z-index:100000;
	display: block;
	color: #555;
	height: 30px;
	width: 100%;
	font-size: 10pt;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
margin-top: 37px;
}
nav {
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
 line-height: 28px;
}
nav li {
	display: inline-block;
	position: relative;
padding: 0px 10px 0px 10px;
	text-align: center;
	line-height: 20px;
		border-right: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav a {
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
}
nav li a {

}
nav li:last-child a {
}
nav li:hover, nav li:active {
	color:#FFFFFF;
	background-color: #FEFFA5;
}
.m_icon{
display:none;
}

nav .sub_menu{
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    background-color: #F5F5DC;
}


#pull {
	float: left;
	position: relative;
	background: url('images/nav-icon.png') no-repeat;
	width: 30px;
	margin: 10px 0 0 10px;
	height: 30px;
}
#pull a{
text-decoration:none;
}

#pull div {
font-size: 12px;
    position: absolute;
    left: -22px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.u_name{
color:#9a0cbb;
font-weight:bold;
}
#more_nav{
    font-size: 14px;
    display: inline;
    top: 6px;
    left: 7px;
    position: absolute;
    width: 25px;
    text-align: left;
 cursor:pointer;
}
#more_nav:hover{
 background:#DFE207;
 cursor:pointer;
}
ul.fallback {
 display:none;
    /* background: rgba(199, 199, 136, 0.78); */
    position: absolute;
    top: 28px;
    right: 0px;
    z-index: 1000;
    width: auto;
    margin-right: 33px;
}
ul.fallback li {
    background: rgb(240, 241, 179);
    display: block;
    width: 137px;
     margin-bottom: 6px;
    font-weight: bold;
    border: thin solid gray;
 box-shadow: 1px 3px 7px #808080;
}

.fallback ul li:hover {
 background: rgb(240, 241, 179);
 color:black;
}

.main_img iframe, .main_img img {
    border-radius: 10px 10px 10px 10px;
	/*width:68%;*/
width:initial;
	height:auto;
}
.rec_img{
position: relative;
/* max-height: 450px; */
    /* overflow: hidden; */
}
#pic_remk{
    background: rgba(8, 8, 8, 0.21);
    text-align: left;
    font-size: 11px;
    color: #fbfafa;
    position: absolute;
    bottom: 4px;
    right: 5px;
}

.main_img img {
max-width: 100%;
/* width:100%; */
height: auto;
}
.img_front img {
/* width: 93%;
 width: auto; */
}
.erb-image-wrapper img{
    max-width:100% !important;
    height:auto;
    display:block;
}
.erb-image-wrapper img{
    max-width:100% !important;
    max-height:100% !important;
    display:block;
}
/* .main_img div {
    width: 100%;
    height: 400px;
    background-image: url('img_flowers.jpg');
    background-size: cover;
    border: 1px solid red;
} */
/*///////////////////////*/

#rec_info_box{
    position: absolute;
    top: 15px;
        left: 5px;
    width: 28%;
    padding: 8px;
}
#rec_info {
    width: 110px;
	font-size: 17px;
    font-weight: bold;
}

.rec_info_item {
    text-align: left;
    box-shadow: 2px 2px 5px #cec8c8;
        border-radius: initial;
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(97, 90, 90, 0.70);
    background: rgba(255, 250, 252, 0.81);
    color: #08736f;
    margin-top: 6px;
    padding-left: 9px;
}
.rec_info_item a {
    text-decoration: none;
	 color: #04403d;
}

.rec_info_item:first-child {
  border-radius: 8px 8px 0px 0px;
}
.rec_info_item:last-child {
    /* margin-right: 36px; */
    /* margin-top: 14px; */
	 color: #08736f;
    border-radius: 0px 0px 8px 8px;
	    height: auto;
}
.continue {
    color: #08736f;
	text-decoration: none;
}
.rec_info_item.details {
/*     box-shadow: none; */
}

.rec_ingr {
    position: relative;
}
.rec_box_title {
text-align:right;
font-size: 25px;
color: #800080;
font-family: 'Open Sans Hebrew Condensed', serif;
/* font-weight: bold; */
text-decoration: overline;
}
.r_ingr,.description1 ,.r_remk{
text-align:right;
    padding-bottom: 17px;
    margin: 2px 12px 18px 0px;
    font-size: 1.2em;
    line-height: 1.8em;
}
.quotit {
    font-size: 14px;
    padding: 4px;
    background: #fef7ff;
    border: 1px dotted #b84fcd;
    border-radius: 5px;
}
.ingridients strong {
    font-size: 18px;
    color: #9611a5;
}

.ingridients ul{
text-align:right;
position: relative;
list-style: none;
}

.ingridients li {
position: relative;
padding-right: 26px;
}

.chk {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.chk-check:before {
    content: "\2713";
    color: #fff;
}

.steps {
    position: absolute;
    top: 6px;
    right: 0;
    width: 16px;
    height: 17px;
    border: 1px solid gray;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;;
}


.ingridients li:hover {
cursor:pointer;
}
.steps.checked {
    background: #6dc02b;
    border-color: #6dc02b;
font-weight:bold;
}



















.v_note input {
    box-shadow: 1px 2px 2px rgba(138, 135, 138, 0.42);
    width: auto;
    position: absolute;
    top: 0;
    left: 20%;
    border-radius: 5px;
    font-weight: bold;
    height: 30px;
    background: #e9f1e5;
    cursor: pointer;
}
.v_note input active{
    box-shadow: none;
}
.description1 li {
   /*  border-bottom: 1px solid#fdd2fd; */
    margin-bottom: 11px;
    width: 84%;
	    padding-bottom: 3px;
}
.description1 ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}
.description1  ol>li {
	line-height: 22px;
margin-right: 3px;
  padding:0 0 0 2em;
  list-style-type:none;
  counter-increment:item;
}
.description1 ol > li:before {
    display: inline-block;
    padding-left: 10px;
    width: 1.2em;
    margin-top: 0.5em;
    content: counter(item) ".";
    font-size: 24px;
    color: rgba(128, 0, 128, 0.63);
}
.description1 img {
    width: initial !important;
    height: auto;
}
.t_article img, .main_img img {
min-width: 55%;
  /* width: 100%  !important;  */
    height: auto;
}
.r_remk {
    border: 1px dotted #808080;
    padding: 8px;
    background: rgba(253, 253, 223, 0.44);
    border-radius: 5px;
    margin-bottom: 26px;
}
#fav_print{
    font-size: 16px;
    margin: 8px;
}
#fav_print div{
background: #f7f7f7;
    display: inline;
    margin-left: 23px;
	padding: 0 5px 0 6px;
	border: thin dotted #808080;
	border-radius:5px;
	    margin-bottom: 9px;
	    box-shadow: 1px 2px 2px rgba(138, 135, 138, 0.42);
}

#comm_but{
    width: 92%;
    font-size: 12px;
 /*    font-weight: bold; */
    margin: 0 auto;
}
#comm_but input{
    display: inline-block;
    border-radius: 6px;
    height: 30px;
    margin-left: 23px;
    padding: 0 5px 0 6px;
}
div.minititle {
    font-size: 10px;
	color: #808080;
    margin-bottom: 10px;
}
.navigate_top {
    color: #808080;
}
#commentDiv {
    padding: 3px;
    border-radius: 8px;
    background: rgba(254,255,238,0.28);
}
.comm_op {
    color: #808080;
    font-weight: normal;
}
textarea#my_comment {
    font-family: sans-serif;
    font-size: 16px;
    max-width: 100%;
    height: 113px;
    border: thin solid #808080;
    padding: 4px;
    width: 410px;
}
#com_rating{
	margin-right: 25px;
	display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #be04bf;
    background: rgba(186, 199, 4, 0.14);
    border-radius: 5px;
}

#com_box {
    margin-top: 12px;
}

.com_row {
width: 100%;
    background: rgba(228, 228, 226, 0.11);
    font-weight: initial;
    color: #cd5c5c;
    border-bottom: 1px solid  #b1afaf;
    margin-bottom: 7px;
    padding: 2px;
    display: inline-table;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.com_row div {
display: inline-block;
vertical-align: middle;
}
.comr_1 {  /* counter */
    border-left: 1px solid #ccc;
    width: 22px;
    font-size: 14px;
    font-family: 'Open Sans Hebrew Condensed', serif;
    color: #a29a9a;
}
.c_rank {
    font-size: 10px;
    font-weight: normal;
}
.comr_2 { /* user */
word-break: break-word;
    width: 76px;
    color: #903;
    font-size: 11px;
    font-weight: bold;
    margin-right: 3px;
    line-height: 14px;
}

.comr_3 {  /* comment */
    width: 64%;
    font-size: 11pt;
    color: #000;
    padding: 3px;
}
.comr_3 input {
    width: 53px;
    color: #fff;
    height: 25px;
    font-size: 15px;
}
.comr_3 input[type="button"] ,#com_subm input{
    font-size: 18px;
	color:white;
}
.comr_3 textarea {
    width: 97%;
    height: 79px;
	    font-family: sans-serif;
    line-height: 20px;
}
.comr_4 {  /* rank */
float: left;
width: 50px;
    font-family: 'Open Sans Hebrew Condensed', serif;
    padding: 3px;
    border-radius: 5px;
    font-size: 21px;
    background: rgba(191, 191, 137, 0.17);
    font-weight: bold;
}

.comr_4 select {
    color: #000080;
    font-size: 17px;
    font-weight: bold;
    background-color: #ffc;
}
#declaretDiv {
    font-weight: normal;
    width: 100%;
}

div#comtextDiv {
    position: relative;
}
#com_status {
	display: none;
    margin-top: 8px;
    font-size: 14px;
    height: auto;
    width: 290px;
    border-radius: 5px;
    padding: 5px;
    background: #ff0;
    border: thin solid #f00;
    box-shadow: 2px 2px 2px #808080;
}


.err1 {
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 34px;

}
#login_page {
    margin-right: 5px;
		margin-top: 25px;
}
#login_page input ,#forgotform input, #reg_form input{
    font-size: 19px;
    height: 27px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #8e46de;
	    box-shadow: 2px 2px 2px #cac3c3;
}
#login_page label, #forgotform label, #reg_form label {
    display: block;
    font-size: 16px;
}
#newmailform {
background: #f3f1f3;
    border-radius: 5px;
    padding: 9px;
    margin: 22px 0 22px 0;
}










/* //////Favorite///// */
.fav_row {
    font-size: 14px;
    margin-bottom: 13px;
    background: rgba(88, 81, 88, 0.04);
    width: 100%;
    border-radius: 5px 5px 5px 5px;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.m_favc{
    display: inline-block;
    width: 12%;
margin-top: 2%;
}
.fav_title.m_favc {
    margin-top: initial;
	    width: 24%;
}
.fav_row .fav_title a{
	font-size: 16px;
    font-weight: bold;
    color: #9a0cbb;
	    margin-top: initial;
}
.marker {
    background-image: url(images/marker.gif);
}

/* /////////Submit/Edit//////////// */
#sub_form{
 font-size: 18px;
}
.rec_send{

}
.sub_row {
    margin-bottom: 9px;
    background: rgba(253, 252, 236, 0.94);
}
.sub_row input, .sub_row textarea,   .sub_row  select{
    margin: 6px 5px 7px 0;
    width: 90%;
   height: 29px;
    border-radius: 6px 6px 6px 6px;
  font-size: 16px;
    }
.sub_row .remarks{
	width:70%;
	height:120px;
}
    .sub_row  select{
width:150px;
    }
.sub_col_a,.sub_col_b{
display:inline;
}
.sub_col_a{
width:28%;
font-weight:bold;
}
.sub_col_b{
width:70%;
margin-right:3px;
}
.sub_dec {
    font-size: 14px;
}
.sub_sample{
    color: rgba(171, 12, 150, 0.68);
    font-weight: bold;
    font-style: oblique;
    }

#rec_opt{
font-size:14px;
}
#rec_opt td{
background:#E5E5E5;
}
table#sub_options td {
    padding: 5px;
}
/*     ////////////// */



#search {
  border: 1px solid #DAD8D8;
  font-size: 12px;
  width:auto;
}
#search,form {
  display: inline;
   border: 0 none;
}
#nav-menu #search #s {
 height:25px;
	width: 90px;
	border: 0 none;
	padding: 1px 6px;
	color: #4F4747;
	display: inline;
	font-size: 12px;
}
#search #searchsubmit {
    display: inline;
    text-indent: -9999em;
    background: url(images/search.png) no-repeat;
    background-size: 27px 27px;
    cursor: pointer;
    border: 0 none;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    margin-left: -1px;
}
.searchformelement{
    width: 140px;
/*     font-weight: bold; */
    font-size: 16px;
    height: 21px;
    border-radius: 5px;
    background: #fbfbf8;
}
.searchformelement2{
    font-size: 16px;
    border: none;
    background: #f9f8f8;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.35);
}

.s_result_row {
   /*  padding: 2px; */
       /* max-height: 112px; */
    background: #fff;
    margin-bottom: 9px;
    border-bottom: thin solid #d4d1d1;
}
.s_result_line {
    display: inline;
	width: 154px;
    margin-left: 5px;
}
.s_result_line span {
    font-weight: bold;
    color: #9a0cbb;
    font-size: 17px;
}

.s_result_sub {
    display: inline;
	    max-width: 200px;
		    font-size: 14px;
}
.bg_wht{
    background: #fff;
    padding: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.s_result_img {
    display: inline-block;
    width: 107px;
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
}
.s_result_img img {
    width: 124px;
    height: auto;
}

/* //////////////////// */



#facebook{
display: inline;
float: right;
margin-right: 3px;
margin-top:4px;
}
#facebook a img{
	width: 25px;
	height: 25px;
}
#content {
	display: block;
	padding-top: 1px;
	padding-bottom: 2px;
	height: auto;
	width: 100%;
	margin-top: 4px;
}
	#main_news {
	width: 70%;
	max-width:920px;
	/*padding: 5px;*/
	display: inline-block;
	/*margin-left:10px;*/
}

.navigation,.navigation a:link,.navigation a:visited {
	    height: 24px;
 margin-bottom: -15px;
color: #aea9af;
}

.cycle-slideshow {
/*overflow:hidden;*/
margin-bottom:25px;
}
.prevnext{
margin:0 auto;
font-weight:bold;
color: maroon;
margin-bottom:20px;
}
#prev, #next {
cursor: pointer;
margin-left:70px;
}

.news_item{
text-align:right;
}
.topic_title a:link,.topic_title a:visited {
	text-decoration: none;
	display: inline;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 25px;
	color: rgba(189,5,8,1.00);
	background-color: #FCFCFC;
}

.topic_title a:hover, .topic_title a:active{
	text-decoration: overline underline;
}
.news_item_cred {
	font-size: 10px;
	color: #666;
	display: inline;
	margin-bottom: 5px;
	text-align: right;
	background-color: #FEFEFE;
}
.news_body {
  /* font-family: 'Alef Hebrew',serif; */
  font-family: "Open Sans Hebrew",arial,helvetica,sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: right;
  font-weight: 400;
}

.news_body iframe,.news_body img {
 border-radius: 10px 10px 10px 10px;
}

.navigate {
  font-size: 12px;
  text-decoration: none;
  text-align: right;
  background: #FEFEFE;
  border-top: thin dotted #CCC;
  margin-top: 10px;
  padding-right: 10px;
  clear: both;
  height: 20px;
}
#nav_links{
display:inline;
margin-right:4px;
}
.navigate iframe{

}
.more_info {
  font-size: 11px;
  font-weight: bold;
  color: #168585;
}
.more_link {
  height: 8px;
  font-weight: bold;
  padding: 0 2px 0 0;
  background: #168585;
  color: #FFF;
}

h3 .r_author, h3 .r_author a {
font-size: 14px;
}
h3 .r_author a{
color: #9a0cbb;
}
#info_resp1{
    display: block;
    max-width: 400px;
    margin-bottom: 5px;
}
#info_resp2{
display: block;
    max-width: 400px;
    max-height: 610px;
    margin-bottom: 5px;
}
#info_resp4 {
 width: 100%;
height: auto;
	min-height:92px;
}

.g_ad1{
.width:30%;
height:auto;
padding-top: 10px;
}
#Xinfo_resp1 img{
width:100%;
height:auto;
}
#info_resp3{
/* display:none; */
/* float: left;
 margin-top: 24px; */
	    margin-bottom: 10px;
	width:100%;
}



#side_news {
	width: 33%;
	/*max-width:250px;*/
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-left: 5px;
}
.locals {
     width: 100%;
	font-size: 12px;
	line-height: 150%;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 4px;
	/* box-shadow: 1px 1px 1px #808080; */
  border-top: 7px solid #000;
  border-left: thin solid #CCC;
}
.locals :before {
  box-sizing: border-box;
}
.locals .headliner {
	font-size: 2.8em;
	text-align: right;
	line-height: 37px;
	padding: 4px;
  font-family: 'Open Sans Hebrew Condensed', serif;
	 font-weight: 400;
}
.headliner a {
 text-decoration:none;
}
.locals_title {
  font-size: 14px;
  font-weight: 700;
  color: #069;
  padding-right: 2px;
  line-height: 12px;
  padding-top: 2px;
}
.locals_source {
  font-size: 9px;
  color: #BBB;
}
.local_Ximg {
	overflow: hidden;
	height: 60px;
	width: 60px;
	float: right;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 2px 2px 3px #808080;
	border: thin solid #EEE;
	margin: 4px 6px 6px;
}
.locals_readmore a {
	font-size: 11px;
	color: #C00;
	text-decoration: none;
}
 .locals_navigate {
  font-size: 10px;
  text-decoration: none;
  border-top: thin dotted #CCC;
  padding-right: 5px;
  font-weight: 700;
}
.navigate iframe{
margin-top: -20px;
}
.locals ul,#mid_forums ul,#cats  ul ,#catsB ul,#v_rand ul{
	padding: 0;
	margin: 0 auto;
	width: 100%;
	list-style: none;
}

.locals li  {
	display: list-item;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	text-decoration: none;
	height: 72px;
	width: 98%;
	border-top: thin solid #CCC;
	word-wrap: break-word;
	overflow: hidden;
	padding: 5px;
	margin-bottom:5px;
}

#mid_forums li,#cats,#catsB{
	display: block;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	text-decoration: none;
	height: auto;
	width: 100%;
	border-top: thin solid #CCC;
	word-wrap: break-word;
	overflow: hidden;
	padding: 5px;
	margin-bottom:5px;
}
.s_cats ul {
padding: 0px;
text-decoration: none;
list-style: none;
}
.s_cats li.cc_list {
height: 21px;
line-height: 15px;
}
.s_cats li a {
font-size:13px;
font-weight:600;
    color: #9a0bbb;
   text-align: center;
    padding: 1% 1% 0 1%;
}


ul.c_list , ul.v_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


li.cc_list ,li.vv_list{
	    flex-grow: 1;
 position: relative;
    text-align: right;
    padding: 1% 2% 0 2%;
    background: rgba(113, 78, 112, 0.04);
  /*   width: 29%; */
    height: 34px;
    margin: 3px;
    line-height: 20px;
    padding-top: 1%;
    border-right: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea;
    border-radius: 5px 5px 5px 5px;
}


.cat_t {
    position: absolute;
    top: 4px;
    right: 6px;
	z-index: 1000;
}



#cats li a,.c_title,#catsB  li a, #v_rand li a{
	    line-height: 100%;
    font-size: 2.5em;
    padding-top: 9px;
color: #c50edb;
text-shadow: 1px 1px 1px rgba(8, 8, 8, 0.4);
		width: 100%;
    margin: 0px;
    display: block;
    height: 100%;
/*    top: 7%;
    position: absolute;
    z-index: 1000; */
}
#cats li a {
    font-size: 22px;
}
#catsB li a {
    font-size: 24px;
/*     line-height: 38px; */
}

ul.vv_list {
/* height: auto; */
}
li.vv_list {
/* 	border: 3px dotted #000; */
    border-top: 1px dotted #e2baf3;
    border-left: 1px dotted #8a8484;
    border-bottom: 3px solid #eee;
    border-right: 3px solid #eee;
    font-size: 10px;
    height: 50px;
}

li.v_list {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
}
li.v_list a{
font-family: 'Open Sans Hebrew', serif;
    font-size: 16px;
    font-weight: bold;
}
#v_rand li a {
display: initial;
    font-size: 23px;
    line-height: 24px;
}
li.vv_list div {
    font-size: 14px;
}


#catsB {
/*     display: none; */
}

.c_item {
/*     width: 20%; */
    height: 120px;
    padding: 5px;
	width: 16vw;
    flex-grow: 1;
}
.c_sbtitle{
/* position: absolute;
    top: 32px;
    right: 2px;
    z-index: 1000; */
/*     position: absolute;
    top: 18px;
    right: 2px;
    z-index: 1000; */
	margin-top: 11px;
    color: #3f0d4a;
    text-shadow: 1px 1px 2px #994bef;
    font-size: 18px;
    color: #3f0d4a;

}
.c_img {
position: absolute;
    left: -3px;
    bottom: -8px;
}

.cc_img img {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 65px;
    height: auto;
}

.nav {
    text-align: center;
    font-size: 19px;
    margin-bottom: 8px;
}

.nav a {
    padding: 3px;
}





.locals li a:link, a:visited{
color: rgba(0, 0, 0, 0.8);
}
.locals li:hover{
background:#EEEEEE;
}
.news_Ximg{
	overflow: hidden;
	height: 60px;
	width: 60px;
	float: right;
	border-radius: 4px 4px 4px 4px;
	/*	box-shadow: 2px 2px 3px #808080;
	border: thin solid #EEE;
	background: #ccc;*/
	margin: 4px 2px 2px 6px;
}
.locals img {
	width: 120px;
	height: auto;
}
.blocklinks,.n_locals_title{
 color:#2A6373;
 font-family: 'Open Sans Hebrew Condensed', serif;
  font-weight: 600;
    font-size: 18px;
	margin-bottom: 5px;
}
#top_line span {
	font-size: 11px;
}
#top_line #en_title {
	margin-right: 10px;
}

.mid_news,#mid_forums,#cats{
	margin: 0 auto;
	margin-bottom: 15px;
	width: 98%;
	padding: 5px;
    border-top: 3px solid rgba(42, 13, 47, 0.13);
/* 	box-shadow: 1px 0 1px #909090;
	-webkit-box-shadow: 1px 0 1px #909090; */
}


.midnews_headline{
		font-size: 2.8em;
	text-align: right;
	line-height: 37px;
	padding: 4px;
  font-family: 'Open Sans Hebrew Condensed', serif;
	 font-weight: 400;
  }

  .midnews_headline a { text-decoration:none;}

.mid_news ul,.locals ul{
padding: 0;
margin: 0 auto;
width: 100%;
list-style: none;
}
.mid_news li{
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	font-size: 13px;
	line-height: 16px;
	text-align: right;
	text-decoration: none;
	margin-left: 4px;
	height: 180px;
	width: 23%;
	padding: 3px;
	border: thin solid #CCC;
	word-wrap: break-word;
	overflow: hidden;
	box-shadow: 1px 1px 1px #808080;
	border-radius: 4px;
}
.more_news li{
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	font-size: 13px;
	line-height: 16px;
	text-align: right;
	text-decoration: none;
	margin-left: 4px;
	height: 180px;
	width: 23%;
	padding: 3px;
	border: thin solid #CCC;
	word-wrap: break-word;
	overflow: hidden;
	box-shadow: 1px 1px 1px #808080;
	border-radius: 4px;
}
.l_items ,.r_items,.event_rec{
	    margin-bottom: 2vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.l_sbtitle {
    font-size: 16px;
    color: #f5f5dc;
    position: absolute;
    top: 46px;
    right: 3px;
	    text-shadow: 2px 1px 1px rgba(8, 8, 8, 0.9);
}
.lv_items {
	/* max-width:640px; */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.lv_desc {
width: 100%;
    position: absolute;
    bottom: 0px;
    right: 2px;
    font-size: 15px;
    color: #fdfdfb;
    background: rgba(215, 215, 215, 0.23);
    padding: 0px;
}
.l_item ,.l_comm,.c_item {
	    flex-grow: 1;
	position: relative;
display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    text-decoration: none;
    margin: 7px;
    height: 180px;
    width: 29%;
    border: thin solid #CCC;
    word-wrap: break-word;
    overflow: hidden;
    box-shadow: 1px 1px 1px #808080;
    border-radius: 4px;
}
.c_item a {
    width: 100%;
    height: 100%;
    display: block;
}
.r_item,.ev_item{
	flex-grow: 1;
	position: relative;
display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    text-decoration: none;
    margin: 7px;
    height: 180px;
    width: 29%;
    border: thin solid #CCC;
    word-wrap: break-word;
    overflow: hidden;
    box-shadow: 1px 1px 1px #808080;
    border-radius: 4px;
}
.ev_item{
    line-height: 16px;
    font-size: 17px;
    margin: 4px;
    height: 38px;
    width: 31%;
    border: none;
    /* box-shadow: none; */
}
.ev_item a{
    width: 100%;
    height: 100%;
    display: block;
}
.r_item{
margin: 5px;
height: 95px;
width: 19%;
background: #bbb6bb;
}
.r_item .c_title  {
font-family: 'Open Sans Hebrew Condensed', serif;
    color: #fff;
    font-size: 31px;
/*     font-weight: bold; */
    line-height: 26px;
    text-shadow: 2px 2px 5px #060606;
    width: 100%;
    display: block;
    height: 100%;
}

.r_item .c_sbtitle {
	margin-top: 0px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 6px #060606;
}
.r_item img {
/*     width: 100%; */
width: initial;
}


#metait {
    padding: 10px;
    outline: double;
    user-select: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    display: none;
    position: absolute;
left: 0;
    z-index: 10000;
    background: #FFF;
}













.d_comm{
    font-style: italic;
}
.lv_item{
	position: relative;
display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    text-decoration: none;
    margin: 7px;
    height: 208px;
    width: 30%;
    border: thin solid #CCC;
    word-wrap: break-word;
    overflow: hidden;
    box-shadow: 1px 1px 1px #808080;
    border-radius: 4px;
}
.lv_item.g_ad1 {
  /*   max-height: 198px; */
}

















.l_comm{
padding: 3px;
    text-align: right;
    margin: 5px;
    height: auto;
    width: 100%;
}
.frate {
font-size: 20px;
	font-style: italic;
    margin-left: 5px;
    float: right;
    text-align: center;
    width: 25px;
    color: #963;
    font-weight: bold;
	background: #f6ffae;
}
span.c_rate {
    font-size: 10px;
	font-weight: normal;
}
.com_title {
font-size: 15px;
    font-weight: bold;
    color: #9a0cbb;
    text-decoration: none;
    padding-left: 2px;
}
.m_comm {
    font-style: italic;
    color: #8a4cc1;
}
.l_title{
text-shadow: 1px 1px 1px rgba(245, 246, 232, 0.9);
    background: rgba(255, 255, 255, 0.86);
    font-family: 'Open Sans Hebrew Condensed', serif;
    color: #7f635d;
    font-weight: 600;
    font-size: 22px;
    padding: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    width: 98%;
    height: auto;
    line-height: 18px;
}
.l_author {
    display: inline-block;
    font-weight: bold;
    color: #9c5d0b;
    font-size: 13px;
}
.l_img img {
    height: 225px;
    width: 290px;
}
.lv_img img {
/*     height: 144px;
    width: auto; */
	    height: 244px;
    width: 100%;
}

ul.events li a {
    font-size: 16px;
    font-weight: bold;
	color: #860698;
}
ul.events span {
    font-size: 12px;
	    color: #045d3d;
}
#mid_forums .forum_name {
	color: #B40A9E;
	font-weight: bold;
	font-size: 12px;
	/* background-color: rgba(238, 238, 238, 0.63); */
	text-align: right;
	line-height: 150%;
}
.n_locals_source{
	font-style: italic;
	font-weight: bold;
}


.mid_news li a:link, a:visited, #mid_forums li a:link, a:visited,
.locals  li a:link, a:visited{
	color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
	line-height: 150%;
}

.news_continue{
		text-decoration: none;
		font-weight: bold;
}
.mid_news li:hover, #mid_forums li:hover {
  background: #EEE;
}

.mid_news .mid_text{
font-size: 12px;
}
.mid_text iframe{
	max-height: 100px;
	width: 100%;
}
.mid_news .local_Ximg{
	height: 70px;
	width: 70px;
}






.locals .thetopic, .thetopic a {
	font-weight: bold;
	color: gray;
	font-size: 10px;
	/*padding-right: 35px;*/
}

#site_picks{
	margin-bottom: 10px;
	margin-left: 4px;
	padding: 5px;
/* 	box-shadow: 1px 1px 1px #808080; */
	border-radius: 4px;
}

#site_picks .pick_block {
	display: inline-block;
	width: 30%;
	text-align: right;
	margin-left: 8px;
	border: thin solid #CCC;
/*	box-shadow: 1px 1px 1px #808080;*/
border-radius: 4px;
	vertical-align: top;
	padding: 2px;
		border-top: 4px solid #000;
	box-shadow: 1px 0 1px #909090;
	-webkit-box-shadow: 1px 0 1px #909090;
	 height: 290px;
  overflow: hidden;
}
.pick_block ul{
	padding: initial;
}
.pick_block li{
	margin-top:5px;
	padding: 5px;
    list-style-type: none;
	line-height: 100%;
}
.pick_block div{

}
.pick_block  li{
  margin-right: 10px;
  margin-bottom: 2px;
}
.pick_block li a{
  text-decoration: none;
}
.pick_block li a:hover{
background:#EEEEEE;
}
footer {
	font-size: 10px;
}
.footer_head {
	font-weight: bold;
}



/*///////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 800px) {
#pull {
display: none;
}
#nav-menu{
display: block;
	}
#content{
	margin-top:4px;
}
	#main_news {
		    text-align: right;
	position: relative;
	    width: 63%;
    max-width: 720px;
	padding: 5px;
	display: inline-block;
	margin-left: 10px;
}


#main_news iframe {
width: 100% !important;
}
/*description1 img {*/
}

#side_news {
max-width: 300px;
	/* width: 30%; */
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-left: 5px;
}
#info_box {
/*	position: fixed;
	margin:0 auto;
	top: 10%;
	left: 25%;
	width: 80vw ;
	height: 100vh;*/
}


}
/*////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 800px)  {
.description1 img {
width: 100% !important;
}
#info_box{
	display: block;
    height: 100%;
    vertical-align: middle;
}
#info_resp1 {
display: none;
}
#info_box img{

}
.l_item,.lv_item {
    width: 45%;
}
#nav-menu {
	display: none;
	width: 70%;
	position: fixed;
	top: 5px;
	left: 0;
	height: auto;
    margin-top: 35px;
	-webkit-box-shadow: 2px 6px 15px #ABABAB;
	box-shadow: 2px 6px 15px #ABABAB;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #FFFFFF;
}

nav li {
    text-align: right;
    position: relative;
    padding: 7px;
	display: block;
	background: black;
	border: 1px dotted #D9EC15
}

nav li a {
	text-align: right;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	width:100%;
}
.m_icon{
	display:inline;
    font-size: 12px;
    color: #eee;
    top: 2px;
    left: 15px;
    position: absolute;
}

#menubar li a:link,#menubar li  a:visited{
	color: #F0FF08;
}
#menubar li:hover, #menubar li:active,nav {
	background-color: #8c99a4;
	color:yellow;
}
#menubar li:last-child {
/*background: white;*/
	margin: 0;
	border-bottom: thin dotted #000000;
}
#nav-menu #search #s {
  width:80%;
  border: none;
  display: inline;
  font-size: 20px;
}
#search #searchsubmit {
}

#content{
	margin-top:8px;
	text-align: right;
}
	#main_news {
	max-width:720px;
	width: 100%;
	padding-top: 5px;
	display: inline-block;
    margin-top: 30px;
}

.news_body img {
	width: 100% !important;
	 height: auto  !important;
	 padding:0; !important;
margin:0 !important;
}
.news_body iframe{
	width: 100% !important;
}

.news_body > img:first-of-type,.news_body > iframe:first-of-type {
float: none;
width: 100% !important;
display: block;
}

#side_news {
	width: 100%;
	display: block;
	vertical-align: top;
	margin-top: 10px;
	margin-left: 5px;
}
 #top_line #en_title {
display: none;
}
.mid_news li, #mid_forums li{
width: 98%;
height:auto;
margin-bottom:4px;
}
#info_resp2{
    display: block;
    width: 100%;
   max-height: 300px;
min-height: auto;
	margin-bottom:8px;
}

#info_resp3{
display: block;
margin-bottom:8px;
}
#mid_forums .forum_name{
	text-align:right;
}
#site_picks .pick_block{
  display: block;
  width: 100%;
  margin-bottom:5px;
}

.l_item {
    width: 46%;
}
.l_img img {
width: 327px;
height: auto;
}
.lv_img img {
    height: auto;
    width: 100%;
}

}
/*///////////////////////////////////////wide/////////////////////////////////////////////*/
@media only screen and (max-width : 480px) and (orientation: landscape) ){
.u_name{
color:#FFF;
}
#info_box img{
   position: absolute;
   left:25%;
	width: auto;
	max-width:100%;
	height:auto;
	max-height: 100%;
}
.description1 img {
width: 100% !important;
}
#rec_info_box {
    display: block;
    position: initial;
    width: 90%;
}
#rec_info_box {
    top: 0px;
    right: 3px;
    position: absolute;
     width: 27%;
}
.rec_info_item {
    text-align: center;
    font-size: 14px;
}
.rec_info_item:last-child {
    margin-top: inherit;
}
.l_item {
    width: 47%;
}

.description1 img {
    width: 100% !important;
    height: auto;
}


}



/*//////////////////mobile phones/////////////////////////////////////////////*/
@media only screen and (max-width : 480px) {
#top_line img{
width:90px;
}
.u_name{
color:#FFF;
}
#content{
	margin-top:30px;
}
#nav-menu {
	width: 90%;
}
#more_nav{
    top: 12px;
    left: 170px;
}
.fallback li:hover {
 background: rgb(240, 241, 179);
 color:black;
}
.searchformelement {
    width: 160px;
    height: 30px;
}
#info_box {
	display: block;
	height: 100%;
	vertical-align: middle;
}
#catsB {
    display: block;
}
#cats {
 /*    display: none; */
}
#rec_info_box {
top: -10px;
    right: -5px;
    position: absolute;
    width: 30%;
}
.rec_info_item {
    text-shadow: 1px 1px 2px rgba(97, 90, 90, 0.80);
    background: rgba(249, 248, 245, 0.86);
}
.rec_info_item{
	padding-left: initial;
    text-align: center;
    color: #6f0c0c;
    font-size: 14px;
}
.rec_info_item:last-child {
 margin-top: 5px;
	    height: auto;
}
.rec_info_item.details a {
    color: #fff;
}

.main_img img {
    width: 100%;
    height: auto;
	    margin: 0 auto;
}
#info_box img {
	display: block;
	width: 100%;
	height: auto;
	max-height:100%;
	/*margin:0 auto;*/
	vertical-align: middle;
}

.v_note input{
    position: fixed;
    white-space: pre-wrap;
    width: 106px;
  top: 473px;
    left: 2px;
    height: 45px;
}
.description1 li {
    width: initial;
    line-height: 1.7em;
    margin-right: -22px;
}
.description1  ol>li {
    padding: initial;
    margin-right: -5px;
    line-height: 20px;
    margin-bottom: initial;
}

.cke_skin_kama textarea.cke_source{
font-size:13px;
background-color:#fff;
white-space:pre;
height: auto  !important;
}
.cke_skin_kama .cke_contents {
    margin: 5px;
	height: auto  !important;
}
body.cke_show_borders {
    font-size: 14px;
}

.l_item,.lv_item{
    display: block;
    width: auto; /*100%*/
    height: 177px;
    margin-bottom: 4px;
    box-shadow: none;
}
.lv_item.g_ad1 {
    height: 100%;
}
  .l_title{
    width: 99%;
    height: 22px;
}
.l_img {

}

.l_img img,.lv_img img {
height: auto;
    width: 100%;
}

li.cc_list {
    /* width: 39%; */
    margin: 2px;
    text-align: right;
}
#cats li a, .c_title{
    font-size: 20px;
/*     top: 1px;
    position: absolute;
    z-index: 1000; */
}
.c_item {
    width: 23vw;
    height: 95px;
    flex-grow: 1;
}
.c_sbtitle {
    font-size: 13px;
}
.c_item img {
    width: 76px;
    left: 9px;
    bottom: 0px;
    position: absolute;
}

.r_item {
    margin: 3px;
    height: 85px;
    width: 24%;
    background: #b3a7b3;
}
.r_item .c_title {
    font-size: 26px;
    font-weight: normal;
}



.sub_row textarea{
    width: 98%;
height: 200px;
    border-radius: 2px;
    }
.sub_row .remarks{
	width:98%;
	height:120px;
}

#fav_print div {
    line-height: 35px;
    height: 34px;
    text-align: center;
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-left: initial;
    margin-bottom: 9px;
}

#comm_but input{
    margin-bottom: 5px;
    width: 100%;
}

.com_row div {
display: inline;
}

.comr_1 {
float: right;
border-left: none;
	width: 11px;
    font-size: 17px;
}

.comr_2 img {
    width: auto;
    height: 13px;
    margin-left: 3px;
}
.comr_4 {
    width: 25px;
    text-align: center;
	   display: inline;
    float: left;
}




#main_news {
width: 100%;
height: 100%;
margin-top: 5px;
}
.news_header h2{
	font-size: 27px;
	line-height: 30px;
	margin: 5px 0;
	text-align: right;
	margin-bottom: 10px;
}
.news_body{
	font-family: arial;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 0;
}
.news_body iframe,.news_body img {
	float: none;
	width: 100% !important;
	 height: auto  !important;
	display: block;
}
.navigate {
  margin-top: 20px;
  height: 30px;
}
.navigate iframe{
margin-top: -10px;
}
#nav_links{
display:block;
}
ul.fallback li {
    border-color: #C3C37C;
    background: #545449;
    box-shadow: 13px 0px 13px rgba(8, 8, 8, 0.75);
}
#side_news {
	width: 100%;
	display: block;
 }

#top_line #en_title,#top_line span {
	display: none;
}

.mid_news li,#mid_forums li{
display: block;
width: 98%;
height:auto;
margin-bottom:4px;
box-shadow:none;
}

#site_picks .pick_block{
  display: block;
  width: 100%;
  margin-bottom:5px;
}


#info_resp2{
  /*   max-height: 360px; */
	width:100%;
}
#info_resp3{
display:block;
width:100%;
/*min-height: 60px;*/
height:auto;
margin-bottom:10px;
margin-top:30px;
}
#info_resp1{
	/* [disabled]display:none; */
}
h3 {
	font-size: 16px;
}

.s_result_line {
     display: block;
    width: 90%;
    margin-left: initial;
}

}


/*////////////////////////////////////////////////*/

/*IE specific */
/*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
@import url(https://web-archive.nli.org.il/National_Library/cs_/http://fonts.googleapis.com/earlyaccess/alefhebrew.css);
 */
body {
font-family: "Alef Hebrew",
               “Helvetica Neue”,
               Helvetica,
               Arial,
               sans-serif;
}

.news_header h2{
/* font-family: "Alef Hebrew",
               “Helvetica Neue”,
               Helvetica,
               Arial,
               sans-serif; */

}

.news_body {
font-family: "Alef Hebrew",
               “Helvetica Neue”,
               Helvetica,
               Arial,
               sans-serif;
}
.blocklinks,.n_locals_title{
 font-family: "Alef Hebrew",
               “Helvetica Neue”,
               Helvetica,
               Arial,
               sans-serif;
 font-weight:normal;
}

}
/*/////////////////////////////////////////////////////*/



.flash_prom embed,.flash_prom object,.flash_prom img{
    width: 100%;
    height: auto;
}