@CHARSET "utf-8";
@font-face {
    font-family: 'muskamotcondmfmedium';
    src: url('muskamot-condensed-webfont.woff2') format('woff2'),
         url('muskamot-condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
   
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    body{
        max-width: 100%;
    }
    .koteret a{
        font-size: 2.0rem;
    }
    h2 a {
        /*background: url("sprite.png") 1400px -35px no-repeat;*/
        display: block;
        padding: 15px;
        margin: 0;
        color: black;
        text-decoration: none;
        font-weight: bold;
        border-left: #ffca00 40px solid;
        font-size: 3.5em;
    }
}
body {
  /*direction: rtl;*/
  background: #ddd;
  margin: 0 auto;
  max-width: 95%;
  /*font: normal 14px/1.2 'Helvetica Neue', 'Arial'*/
  font-family: "Rubik",sans-serif;
}
.row
{
    width: 95% !important;
    margin: auto !important;
}
/*.upperBlock
{
    width: 80%;
    margin:auto;
}
.overall
{
    width: 80%;
    margin:auto;
}*/
.hebios
{
    direction: rtl;
    text-align: right;
}
.upkoteret
{
    font-weight:bold;
}
h2 {
  margin: 0;
  background-color: rgba(0,0,0,.03);
  /*background-image: linear-gradient(bottom, rgb(195,193,193) 14%, rgb(226,226,226) 57%);
  background-image: -o-linear-gradient(bottom, rgb(195,193,193) 14%, rgb(226,226,226) 57%);
  background-image: -moz-linear-gradient(bottom, rgb(195,193,193) 14%, rgb(226,226,226) 57%);
  background-image: -webkit-linear-gradient(bottom, rgb(195,193,193) 14%, rgb(226,226,226) 57%);
  background-image: -ms-linear-gradient(bottom, rgb(195,193,193) 14%, rgb(226,226,226) 57%);*/
}

h2 a {
  background: url("sprite.png");
  background-position-x:right;
  background-position-y: -35px;
  background-repeat:no-repeat;
  display: block;
  padding: 10px;
  padding-left: 32px;
  margin-right:10px;

  color: black;
  text-decoration: none;
  font-weight: bold;
  border-left: #ffca00 80px solid;
  border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: 3.5rem;
  /*text-shadow: 1px 1px 1px rgb(195,193,193);*/
    
}
h2 a:hover {
    text-decoration: none;
    color: rgb(0,0,0);
}
h2 a:visited {
    text-decoration: none;
    color: rgb(0,0,0);
}
h2.open a {background-position: right 31px;}
h2 + div { padding: 10px; }

/* Pre hide sections with JavaScript on
--- */
h2+div {
  display: none;
}

/* CSS3 Animation --- */
#css3-animated h2 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #000;
  display: block!important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -ms-transition:all 0.75s ease;
  transition: all 0.75s ease;
}
#css3-animated .content {
  padding: 10px;
}

#css3-animated h2.open + div {
  height: auto;
  background: #f4f4f4;
}
div.content
{
    width: 80%;
    margin: auto;
    padding-top: 50px;
}
.koteret
{
    margin-bottom: 15px;
    margin-top: 12px;
}
h4
{
    background-color: #ccc;
    padding-left: 10px;
    margin-left: -15px;
}

/* Responsive design
--- 
@media screen and (max-width: 1056px) {
  body {
    width: 672px;
  }
  .c2 {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.test { background: #ccc; padding: 10px; border-bottom: 1px solid #aaa;}
.test + div { background: #fff; padding: 10px; }

@media
only screen and (max-width: 704px),
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  body {
    width: 320px;
  }
  .c1 {
    margin-right: 0;
    margin-bottom: 0;
  }
  h1 {
    font-size: 28px;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.7);
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  body {
    padding: 0 12px;
  }
}*/
