/* Smartphones (portrait and landscape) ----------- */
 @import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);
@media (max-width : 767px) 
{
.font_heading{font-size:35px!important}
.font_heading .btn{padding:6px 5px;}
}

h1 {
    border-bottom: 1px solid #DDD;
    font-size: 28px;
    color: #488EC5;
    text-shadow: 0px 0px 2px rgba(231, 224, 224, 0.6);
}
}

h2 {
  color: #000;
  font-size: 18px;
  text-shadow: -1px -1px 2px #fff;
}
#content .content{margin-bottom:0px;}
.content{padding:10px;}
.h3_query {
  background: -webkit-linear-gradient(top, #ffffff 99%,#eaeaea 100%);
  margin:0px;
}

.h3_query a {
  background: url('../image/onj_arroe_down.png') 14px 17px no-repeat;
  display: block;
  padding: 10px;
  padding-right: 32px;
  color: #524F4F;
  text-decoration: none;
  font-weight: normal;
  font-size:19px;
  font-family:'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  box-shadow:0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
}
.h3_query:hover { background-image: linear-gradient(to bottom, #f5f5f5, #f5f5f5); }
.h3_query:hover a{color:#777;}
.h3_query.open  { /* background: #479ccf; */ background:#333333; margin: 0px 0px 0px 0px;}
.h3_query.open a { background: url('../image/onj_arroe_up.png') 14px 17px no-repeat; font-weight:bold; color:#F2C925 !important; }
.h3_query + div { /* padding: 10px; */ }
h2 + div,
.example {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.h3_query+div {
  display: none;
}

/* CSS3 Animation example
--- */
#css3-animated-example .h3_query + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #000;
  display: block!important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition: all 0.3s ease;
}
#css3-animated-example .content {
  padding: 10px;
}

#css3-animated-example .h3_query.open + div {
  height: auto;
  background: #ffffff;
}

/* Event example
--- */
pre#event-log {
  background: #fafacc;
  padding: 10px;
  display: block;
}

hr {
    margin-top: 0;
}

.test { background: #ccc; padding: 10px; border-bottom: 1px solid #aaa;}
.test + div { background: #fff; padding: 10px; }

.font_heading{color: #717171;
font-size: 24px !important;
width: auto;
font-family: "Alef Hebrew",“Helvetica Neue”, Helvetica, Arial, sans-serif;
font-weight: bold;
padding-top: 10px;
text-rendering: optimizelegibility;
padding-bottom: 10px;}

.onj_expand_all{float:left; margin-right:10px;}
.onj_aollapse_all{float:left;}
a, a:visited, a b{color:#777}
#footer .h3_query{background:#F8F8F8;}