body{
  font-family:Open Sans;
  padding:0px;
  margin:0px;
}
img,a img{
  border:none;
}
.slider{
  height:50px;
  margin-top:25px;
  margin-left:5%;
  position:relative;
}
#dane h3{
  margin-top:3px;
}
#tooltip{
  font-size:11px;
  display:none;
  position:fixed;
  background-color:#323232;
  border-radius:5px;
  width:370px;
  top:10px;
  left:7%;
  z-index:1;
  color:white;
  padding:10px;
}
#otaznik:hover #tooltip{

  display:block;
}
#otaznik{
  position:relative;
  display:inline-block;
  background-image:url(img/otaznik.png);
  background-repeat:no-repeat;
  background-position:center top;
  width:20px;
  height:20px;
  cursor:pointer;
  vertical-align:bottom;
  position:relative;
  top:2px;
}
#otaznik:hover{
//background-image:url(img/otaznikh.png);
}
.level{
  margin-top:2px;
  display:none;
}
.level p{
  display:none;
}
.containment{
  position:absolute;
  width:90%;
  height:0px;
  left:-20px;
  top:-18px;
}
.slider .drag{
  background-image:url(img/slider.png);
  width:48px;
  height:48px;
  cursor:pointer;
  position:absolute;
  left:100px;
}
.slider-bg{
  float:left;
  width:80%;
  height:13px;
  border-radius:5px;
  background-color:white;

}
.slider-text{
  float:right;
  width:20%;
  font-size:14px;
  font-weight:bold;
  box-sizing:border-box;
  padding-left:25px;
  margin-top:-5px;
}
.stin {
  height:27px;
  width:448px;
  background:url(img/stin.png);
  margin:0 10px;
}
.boxtop {
  padding:3px;
  background:#fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.39);
  border-radius: 5px;
  margin: 10px 10px 0;
  width:442px;
}
.box{
  background-color:#f0f0f0;
  width:442px;
  height:502px;
  border-radius: 5px;
  box-sizing: border-box;
  padding:5px 10px 0px 10px;
  position:relative;

}
.footer{
  position:absolute;
  background-color:#c5c4c4;
  bottom:0px;
  left:0px;
  width:442px;
  height:40px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  box-sizing:border-box;
  padding-top:10px;
  font-size:14px;
}
.footer img{
  vertical-align:bottom;
  position:relative;
  top:1px;
}
.top{
  height:70px;
}
.top img{
  float:left;
  width:80px;
  margin-right:30px;
}
.top span{
  display:none;

}
.top #t1{
  display:inline;
}
.top h1{
  margin-top:0px;
  padding-top:10px;
  font-size:17px;
}
.top h2{
  font-size:13px;
  font-weight:normal;
}

h3{
  font-size:15px;
  font-weight:600;
}
p{
  font-size:12px;
  line-height:19px;
  margin-bottom:5px;
  text-align:justify;
}
p b{
  font-weight:700;
}
.content{
  display:none;
}
#content1 h3{
  font-size:14px;
  margin-top:5px;
}
#content1{
  display:block;
}
#content2 h3{
  margin-top:7px;
  margin-bottom:0px;
  font-size:14px;
}
#content3 h3{
  margin-bottom:2px;
  font-size:14px;
}
#content1 p{
  margin-bottom:10px;
}
.block{
  width:50%;
  float:left;
  height:130px;
}
#block-deti{
  width:40%;
  box-sizing:border-box;
  margin-left:40px;
}
#block-deti .counter{
  right:0px;
  width:40px;
}
.redbutton{

  background-color:#b43907;
  color:white;
  font-size:14px;
  font-weight:bold;
  height:30px;
  width:100%;
  border-radius:5px;
  text-align:center;
  cursor:pointer;

}
.redbutton.blue{
  background-color:#1c326c;
}
.redbutton.blue:hover{
  background-color:#2c427c
}
.redbutton:hover{
  background-color:#c44917;
}
.redbutton:hover .inner{
  background-color:#f05d22;
}
.redbutton.blue .inner{
  background-color:#4c68a1;
}
.redbutton.blue:hover .inner{
  background-color:#5c78b1;
}
.redbutton .inner{
  padding-top:7px;
  background-color:#e04d12;
  height:36px;
  border-radius:5px;
  width:100%;
  box-sizing:border-box;
}
.value-line{
  margin-top:10px;
  position:relative;
}
.block .value-line{
  margin-top:30px;
}
.counter{
  top:-7px;

  position:absolute;
  right:20px;
  width:60px;
}
.counter .sipup{
  cursor:pointer;
  background-image:url(img/sipup.png);
  background-size:100% auto;
  width:40px;
  height:20px;
}
.counter .sipdn{
  cursor:pointer;
  background-image:url(img/sipdn.png);
  background-size:100% auto;
  width:40px;
  height:24px;
}
.counter .sipup:hover{
  background-image:url(img/sipuph.png);
}
.counter .sipdn:hover{
  background-image:url(img/sipdnh.png);
}

.value{
  border:none;
  border-radius:5px;
  width:150px;
  padding:6px 10px 6px 10px;
  font-size:15px;
  margin-right:10px;
  vertical-align:middle;

}
.whiteblock{
  text-align:center;
  background-color:white;
  border-radius:5px;
  width:410px;
  height:100px;
  margin:auto;
  margin-top:10px;
  margin-bottom:10px;
  box-sizing:border-box;
  padding:5px 10px 0px 10px;
}
.whiteblock h3{
  margin-top:5px;
  margin-bottom:0px;
}
.whiteblock p{
  margin-top:3px;
  margin-bottom:3px;
}
.whiteblock #prispevek{
  color:#e04d12;
  font-weight:bold;
  font-size:24px;
}
.people{
  font-weight:bold;
  font-size: 16px;
}
.people-container img{
  width:15px;
}
.result-line{
  border-bottom:1px solid white;
  padding-bottom:2px;
  padding-left:3px;
  padding-right:3px;
  margin-bottom:5px;
  font-size:13px;
}
.result-line .right{
  float:right;
}
.result-line .right .red{
  font-weight:bold;
  color:#e04d12;
}
.small{
  font-size:10px;
}
.big{
  font-weight:600;
  font-size:13px;
  margin-top:10px;
  margin-bottom:10px;
}
.big a:hover{
  text-decoration:underline;
}
.big a{
  text-decoration:none;
  color:#e04d12;
  font-weight:bold;
}
.counter2{
  display:inline-block;
  background-color:#fac013;
  font-weight:bold;
  color:black;
  border-radius:2px;
  padding:1px 3px 1px 3px;
}

@media screen and (max-width:480px) {
  .boxtop {
    width:100%;
    margin:0px;
    box-sizing:border-box;
    padding:5px;
    float:left;

  }
  .box {
    width:100%;
    height:initial;
    box-sizing:border-box;
    float:left;
  }
  .stin {
    width:100%;
    box-sizing:border-box;
    margin:0;
    float:left;
  }
  .redbutton {
    margin:15px 0;
    float:left;
  }
  .footer {
    bottom:-60px;
    width:90%;
    left:5%;
    box-sizing:border-box;
    float:left;
  }
  .block {
    width:100%;
  }
  .value {
    width:80%;
  }
  #block-deti {
    width:100%;
    margin-left:0px;
  }
  .counter {
    right:0;
    width:40px;
  }
  .whiteblock {
    width:100%;
  }
}