* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* GENERAL */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong,
.strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
.edit_pagePart > span {
  color: #000;
}
*:focus {
  outline: 0;
}
/* BASIC */
html,
body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
}
body {
  font-size: 15px;
  color: #383433;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
}
a,
td a {
  color: #389dd7;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #389dd7;
  text-decoration: none;
}
a img,
img {
  border: none;
  outline: none;
}
p {
  margin: 0;
  line-height: 22px;
}
ul,
li {
  margin: 0px 0px 0px 9px;
  padding: 0;
  list-style-position: outside;
}
ol {
  margin: 5px 0px 5px 15px;
  padding: 0;
  list-style-position: inside;
}
li {
  padding: 2px 0px;
}
.cf {
  clear: both;
}
hr {
  border: none;
  border-bottom: 1px #e8e8e8 solid;
  padding: 0px;
  margin: 0px;
  line-height: 1px;
}
table td {
  vertical-align: top;
  padding: 5px;
}
table.tabela1 tr:nth-child(even) {
  background: #ffffff;
}
table.tabela1 tr:nth-child(odd) {
  background: #ececec;
}
table.tabela2 tr:first-child td {
  background: #389DD7;
  color: #fff;
  font-size: 18px;
}
table.tabela2 tr:first-child td a {
  color: #fff;
}
input[type="submit"] {
  -webkit-appearance: none;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}
h1,
h1 a,
h1 a:hover {
  color: #1bad48;
  font-size: 46px;
  line-height: 38px;
  margin-bottom: 25px;
  text-align: center;
}
h2,
h2 a,
h2 a:hover {
  color: #393534;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 10px;
}
h3,
h3 a,
h3 a:hover {
  color: #393534;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
h4,
h4 a,
h4 a:hover {
  color: #393534;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}
/* PARTS */
#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}
.odpadki {
  margin: 0 auto;
  margin-top: 200px;
  width: 700px;
}
.odpadki h1 span:nth-child(1) {
  color: #2811c9;
}
.odpadki h1 span:nth-child(2) {
  color: #E4A262;
}
.odpadki .odpadek .odpadek-input-container {
  position: relative;
}
.odpadki .odpadek .odpadek-input {
  padding: 10px;
  font-size: 18px;
  border-radius: 2px;
  border: 1px solid #aaa;
  width: 100%;
}
.odpadki .odpadek .odpadek-input:focus {
  border-color: #48993E;
}
.odpadki .odpadek .odpadek-input-response {
  width: 100%;
  display: none;
  border: 1px solid #aaa;
  border-radius: 2px;
  margin-top: 1px;
  max-height: 156px;
  overflow-y: auto;
}
.odpadki .odpadek .odpadek-input-response .response-value {
  padding: 6px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.odpadki .odpadek .odpadek-input-response .response-value:hover {
  background: #DBE4DA;
}
.odpadki .part {
  margin-top: 4px;
}
.odpadki .part .part_inner {
  border: 2px solid #1bad48;
  border-radius: 4px;
  padding: 15px;
}
.odpadki .part .part_inner .heading {
  color: #1bad48;
  font-weight: bold;
  font-size: 16px;
}
.odpadki .part .part_inner.empty {
  display: none;
}
.odpadki .part .part_inner img {
  width: 100%;
}
.odpadki .part .vrsta_odpadka_inner {
  border-color: #1bad48;
}
.odpadki .part .vrsta_odpadka_inner .heading {
  color: #1bad48;
}
.odpadki .part .ponovna_predelava_inner {
  border-color: #E4A262;
}
.odpadki .part .ponovna_predelava_inner .heading {
  color: #E4A262;
}
.odpadki .part .oddaja_inner {
  border-color: #a01229;
}
.odpadki .part .oddaja_inner .heading {
  color: #a01229;
}
.odpadki .part .odstotek_predelave_inner {
  border-color: #2811c9;
}
.odpadki .part .odstotek_predelave_inner .heading {
  color: #2811c9;
}
.odpadki .part .eko_misel_inner {
  border-color: #4987e4;
}
.odpadki .part .eko_misel_inner .heading {
  color: #4987e4;
}
.loader {
  border: 3px solid #545353;
  border-radius: 30px;
  height: 30px;
  right: 7px;
  margin: -15px 0 0 -15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .odpadki {
    width: 98%;
  }
}
