@font-face {
  font-family: "GT Walsheim";
  src: url("https://muzudychat.cz/APP3/fonts/GT-Walsheim-Light.eot");
  src: url("https://muzudychat.cz/APP3/fonts/GT-Walsheim-Light.eot?#iefix") format("embedded-opentype"), url("https://muzudychat.cz/APP3/fonts/GT-Walsheim-Light.woff") format("woff"), url("https://muzudychat.cz/APP3/fonts/GT-Walsheim-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT Walsheim";
  src: url("https://muzudychat.cz/APP3/fonts/GT-Walsheim-Light-Oblique.eot");
  src: url("https://muzudychat.cz/APP3/fonts/GT-Walsheim-Light-Oblique.eot?#iefix") format("embedded-opentype"), url("https://muzudychat.cz/APP3/fonts/GT-Walsheim-Light-Oblique.woff") format("woff"), url("https://muzudychat.cz/APP3/fonts/GT-Walsheim-Light-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "GT Walsheim";
  src: url("https://muzudychat.cz/APP3/fonts/GT-Walsheim-Bold.eot");
  src: url("https://muzudychat.cz/APP3/fonts/GT-Walsheim-Bold.eot?#iefix") format("embedded-opentype"), url("https://muzudychat.cz/APP3/fonts/GT-Walsheim-Bold.woff") format("woff"), url("https://muzudychat.cz/APP3/fonts/GT-Walsheim-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "GT Walsheim";
  src: url("https://muzudychat.cz/APP3/fonts/GT-Walsheim-Bold-Oblique.eot");
  src: url("https://muzudychat.cz/APP3/fonts/GT-Walsheim-Bold-Oblique.eot?#iefix") format("embedded-opentype"), url("https://muzudychat.cz/APP3/fonts/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("https://muzudychat.cz/APP3/fonts/GT-Walsheim-Bold-Oblique.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

body {
    margin: 0px;
    font-family: 'GT Walsheim', sans-serif;
    font-weight: 300;
    padding: 0px;
    overflow: hidden;
    color:rgb(0, 103, 180);
    font-size: 16px;
}
h2{
    box-sizing:border-box;
    color:rgb(0, 103, 180);
    display: block;
    font-family:'GT Walsheim', helvetica, sans-serif;
    font-size: 40px;
    font-weight: bold;
    height: 44px;
    letter-spacing: 0.4px;
    line-height: 44px;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
    /*margin-top: -52px;*/
    text-align: center;
    text-transform: uppercase;
    width: 885px;
    
}

input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: rgba(0, 103, 180, 0.247059);
  border-radius: 1.3px;
  
}
input[type=range]::-webkit-slider-thumb {
  
  height: 36px;
  width: 16px;
  background: #0067b4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(0, 103, 180, 0.247059);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
     background: rgba(0, 103, 180, 0.247059);
  border-radius: 1.3px;
  }
input[type=range]::-moz-range-thumb {

  height: 36px;
  width: 16px;
  background: #0067b4;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
background: rgba(0, 103, 180, 0.247059);
    border-radius: 2.6px;
  
}
input[type=range]::-ms-fill-upper {
  background: rgba(0, 103, 180, 0.247059);
  border-radius: 2.6px;
  
}
input[type=range]::-ms-thumb {
  height: 36px;
  width: 16px;
  background: #0067b4;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
   background: rgba(0, 103, 180, 0.247059);
}
input[type=range]:focus::-ms-fill-upper {
   background: rgba(0, 103, 180, 0.247059);
}


#main{
    width:1200px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
    
}

#sub_main {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    overflow: hidden;
    background-color: #d8eeff;
    min-height: 930px;
}
#city{
    width:800px;
}

#brno{
  max-width: 800px;
  }

#graph{
    width:380px;
    background-color: #d8eeff;
    z-index: 2000;
    padding: 10px;
}

#graph_obal {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#graph_provoz{
    width:50px;
    height: 250px;
    background-color: red;
    vertical-align: baseline;
    display: inline-block;
    margin: 0px 10px;
}

#graph_provoz_value{
    width:100%;
    height: 45%;
    background-color: silver;
}

#graph_pm{
    width:50px;
    height: 250px;
    background-color: deeppink;
    vertical-align: baseline;
    display: inline-block;
    margin: 0px 10px;
}

#graph_pm_value{
    width:100%;
    height: 30%;
    background-color: silver;
}

#graph_o3{
    width:50px;
    height: 250px;
    background-color: purple;
    vertical-align: baseline;
    display: inline-block;
    margin: 0px 10px;
}

#graph_o3_value{
    width:100%;
    height: 35%;
    background-color:silver;
}

#graph_no{
    width:50px;
    height: 250px;
    background-color: darkorange;
    vertical-align: baseline;
    display: inline-block;
    margin: 0px 10px;
}

#graph_no_value{
    width:100%;
    height: 60%;
    background-color: silver;
}

.zeleny{
    color:#29B473;
    font-size: 32px;
    font-weight: bold;
    padding: 4.8px;
}

.vetsi{
    font-size: 22.4px;
}

.mensi{
    font-size: 12.8px;
}


.graph_label{
    display: none;s
    margin: auto;
    font-size: 22.4px;
    color: white;
    width: 230px;
    position: absolute;
    margin-left: -130px;
    margin-top: 110px;
    z-index: 10100;
   
     -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.graph_label_provoz{
    display: block;
    margin: auto;
    font-size: 22.4px;
    color: white;
    width: 230px;
    position: absolute;
    left: 780px;
    margin-top: 110px;
    z-index: 10100;
   
     -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.graph_label_pm{
    display: block;
    margin: auto;
    font-size: 22.4px;
    color: white;
    width: 230px;
    position: absolute;
    left: 850px;
    margin-top: 110px;
    z-index: 10100;
   
     -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.graph_label_o3{
    display: block;
    margin: auto;
    font-size: 22.4px;
    color: white;
    width: 230px;
    position: absolute;
    left: 920px;
    margin-top: 110px;
    z-index: 10100;
   
     -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.graph_label_no{
    display: block;
    margin: auto;
    font-size: 22.4px;
    color: white;
    width: 230px;
    position: absolute;
    left: 990px;
    margin-top: 110px;
    z-index: 10100;
   
     -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.nakladak_nahore{
    height:115px;
    position: absolute;
    left:0px;
    top: 330px;
    z-index: 1000;
    display: none;
}

.nakladak{
    height:115px;
    position: absolute;
    left:0px;
    top: 430px;
    z-index: 1000;
    display: none;
}

.moto_nahore{
    height:80px;
    position: absolute;
    left:0px;
    top: 390px;
    z-index: 1000;
    display:none;
}

.moto{
    height:80px;
    position: absolute;
    left:0px;
    top: 470px;
    z-index: 1000;
    display:none;
}
.auto{
    height:115px;
    position: absolute;
    left:0px;
    top: 450px;
    z-index: 1000;
    display:none;
}

.zauto{
    height:75px;
    position: absolute;
    left:0px;
    top: 470px;
    z-index: 1000;
    display:none;
}

.auto_nahore{
    height:110px;
    position: absolute;
    left:0px;
    top: 360px;
    z-index: 1000;
    display:none;
}
.zauto_nahore{
    height:75px;
    position: absolute;
    left:0px;
    top: 380px;
    z-index: 1000;
    display:none;
}
.objekt{
    display: none;
}


/* *********************** */
  .js .obal div div {display: none;}
  .js .obal div.show div {display: block; font-size: 16px; padding:10px;}
  .js .obal h3 {cursor: pointer}
  .obal div {background: #efefef}
  .obal div h3 {background: #29B473; color: #fff; font-size: 22.4px; padding-left:10px;}
  .obal div.show h3 {background: #EE4036;}