html {
  color: #1d1d1b;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'PT Sans';
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a,
a:hover,
a:active,
a:focus {
  outline: 0;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.domov-html {
  height: 100%;
  width: 100%;
}
.domov-html body {
  height: 100%;
  width: 100%;
}
.domov-page {
  height: 100%;
}
.domov-page table {
  height: 100%;
  width: 100%;
}
.domov-page table tr {
  vertical-align: bottom;
}
.domov-page table tr td {
  text-align: right;
}
.domov-page table tr td .navigacija {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-bottom: 100px;
  margin-right: 120px;
  margin-top: 50px;
}
.domov-page table tr td .navigacija li {
  list-style: none;
  float: left;
  margin-right: 50px;
  position: relative;
}
.domov-page table tr td .navigacija li:hover a {
  margin-top: -20px;
}
.domov-page table tr td .navigacija li:hover a:before {
  right: 0;
  left: 0;
  bottom: -30px;
  background: #1d1d1b;
}
.domov-page table tr td .navigacija li:last-child {
  margin-right: 0;
}
.domov-page table tr td .navigacija li a {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  position: relative;
  display: block;
}
.domov-page table tr td .navigacija li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  background: #ffffff;
  height: 4px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  bottom: -10px;
}
.domov-page table tr td .navigacija li a img {
  width: 180px;
  display: block;
}
.domov-page table tr td .navigacija li a:hover {
  opacity: 0.8;
}
.single-page {
  overflow: hidden;
}
.single-page .single-inner {
  position: relative;
  right: -100%;
  opacity: 0;
}
.single-page .top {
  padding: 35px 0;
}
.single-page .top h1 {
  font-weight: 500;
  font-size: 90px;
  line-height: 1;
  margin: 0;
  color: #1d1d1b;
  float: left;
}
.single-page .top h1 span {
  color: #878786;
}
.single-page .top h1 img {
  height: 90px;
}
.single-page .top .domov {
  float: right;
  margin-top: 56px;
  display: none;
}
.single-page .top .domov a {
  color: #1d1d1b;
  text-decoration: none;
  font-family: 'PT Sans Narrow';
  text-transform: uppercase;
  font-size: 19px;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
}
.single-page .top .domov a:hover {
  color: #878786;
}
.single-page .top .top-obvestilo {
  color: #6D6F71;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow';
  font-size: 22px;
  float: right;
  margin-top: 54px;
}
.single-page .slika img {
  max-width: 100%;
  height: auto;
}
.single-page .bottom {
  background: #f1f2f2;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-page .bottom p {
  font-family: 'PT Sans Narrow';
  font-size: 22px;
  text-align: right;
  padding: 32px 20px;
  margin: 0;
}
.single-page .bottom p span.element {
  margin-left: 10px;
}
.single-page .bottom p span.small {
  font-size: 14px;
  font-family: 'PT Sans';
}
.single-page .bottom p span.gray {
  color: #939598;
}
.single-page .bottom p a {
  color: #1d1d1b;
  text-decoration: none;
}
@media only screen and (max-width: 950px) {
  .wrap {
    margin: 0 auto;
    padding: 0 10px;
  }
  .domov-page table tr {
    vertical-align: middle;
  }
  .domov-page table tr td {
    text-align: center;
  }
  .domov-page table tr td .navigacija {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .domov-page table tr td .navigacija li {
    float: left;
    margin-right: 40px;
  }
  .domov-page table tr td .navigacija li:hover a {
    margin-top: 0;
  }
  .domov-page table tr td .navigacija li:hover a:before {
    display: none;
  }
  .domov-page table tr td .navigacija li a img {
    width: 160px;
  }
  .single-page .single-inner {
    right: 0 !important;
    opacity: 1 !important;
  }
  .single-page .top {
    padding: 30px 0;
  }
  .single-page .top h1 img {
    height: 80px;
  }
  .single-page .top .top-obvestilo {
    font-size: 20px;
  }
  .single-page .top .domov {
    margin-top: 54px;
  }
  .single-page .top .domov a {
    font-size: 18px;
  }
  .single-page .bottom {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .single-page .bottom p {
    font-size: 21px;
    padding: 20px 18px;
  }
  .single-page .bottom p span.element {
    display: block;
    margin-bottom: 8px;
  }
  .single-page .bottom p span.element:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 400px) {
  .wrap {
    margin: 0 auto;
    padding: 0 10px;
  }
  .domov-page table tr {
    vertical-align: top;
  }
  .domov-page table tr td {
    text-align: center;
  }
  .domov-page table tr td .navigacija {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 40px;
  }
  .domov-page table tr td .navigacija li {
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .domov-page table tr td .navigacija li a img {
    width: 160px;
  }
  .single-page .top {
    padding: 25px 0;
  }
  .single-page .top h1 img {
    height: 65px;
  }
  .single-page .top .top-obvestilo {
    font-size: 17px;
    margin-top: 51px;
  }
  .single-page .top .domov {
    margin-top: 51px;
  }
  .single-page .top .domov a {
    font-size: 17px;
  }
  .single-page .bottom {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .single-page .bottom p {
    font-size: 19px;
    padding: 15px 12px;
  }
  .single-page .bottom p span.element {
    margin-bottom: 7px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
