@import url(fonts.css);
@import url(jssocials.css);
@import url(jssocials-theme-flat.css);
@import url(lightbox.min.css);
input, textarea {
  border: none;
  outline: none;
  background: none;
  width: 100%; }

/* mixin for multiline */
.float-container, .half-container {
  overflow: hidden; }

.half {
  width: 50%;
  float: left; }
  @media (max-width: 899px) {
    .half {
      width: 100%; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn, div[class$="-page"] {
  opacity: 0;
  animation: .3s fadeIn forwards; }

.collapse h6 {
  cursor: pointer; }

.delayed:nth-child(1) {
  animation-delay: 0.25s !important; }

.delayed:nth-child(2) {
  animation-delay: 0.5s !important; }

.delayed:nth-child(3) {
  animation-delay: 0.75s !important; }

.delayed:nth-child(4) {
  animation-delay: 1s !important; }

.delayed:nth-child(5) {
  animation-delay: 1.25s !important; }

.delayed:nth-child(6) {
  animation-delay: 1.5s !important; }

.delayed:nth-child(7) {
  animation-delay: 1.75s !important; }

.delayed:nth-child(8) {
  animation-delay: 2s !important; }

.delayed:nth-child(9) {
  animation-delay: 2.25s !important; }

.delayed:nth-child(10) {
  animation-delay: 2.5s !important; }

.delayed:nth-child(11) {
  animation-delay: 2.75s !important; }

.delayed:nth-child(12) {
  animation-delay: 3s !important; }

.delayed:nth-child(13) {
  animation-delay: 3.25s !important; }

.delayed:nth-child(14) {
  animation-delay: 3.5s !important; }

.delayed:nth-child(15) {
  animation-delay: 3.75s !important; }

.delayed:nth-child(16) {
  animation-delay: 4s !important; }

.delayed:nth-child(17) {
  animation-delay: 4.25s !important; }

.delayed:nth-child(18) {
  animation-delay: 4.5s !important; }

.delayed:nth-child(19) {
  animation-delay: 4.75s !important; }

.delayed:nth-child(20) {
  animation-delay: 5s !important; }

.delayed:nth-child(21) {
  animation-delay: 5.25s !important; }

.delayed:nth-child(22) {
  animation-delay: 5.5s !important; }

.delayed:nth-child(23) {
  animation-delay: 5.75s !important; }

.delayed:nth-child(24) {
  animation-delay: 6s !important; }

.button-large {
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  padding: 1em;
  border-radius: 15px;
  background: #9a9a9a;
  color: white; }
  .button-large img {
    width: 1em;
    height: 1em; }

.main-slider {
  height: calc(100vh - 178px - 100px);
  min-height: 400px;
  position: relative;
  overflow: hidden; }
  .main-slider .slider-item {
    width: 100%;
    transition: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover !important;
    background-position: center !important; }
    .main-slider .slider-item:not(.active) {
      left: 100%; }
    .main-slider .slider-item .slider-item-inner {
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      position: relative; }
      .main-slider .slider-item .slider-item-inner h3 {
        color: white;
        text-shadow: 0 0 14px #000000;
        font-size: 45px;
        line-height: 60px;
        font-weight: 300;
        max-width: calc(70vw - 5%);
        position: absolute;
        bottom: calc(40% + 30px);
        margin: 0;
        left: 5%; }
        @media (max-width: 899px) {
          .main-slider .slider-item .slider-item-inner h3 {
            bottom: calc(10% + 30px); } }
        @media (max-width: 499px) {
          .main-slider .slider-item .slider-item-inner h3 {
            bottom: calc(30% + 30px);
            font-size: 25px;
            line-height: 35px; } }
  .main-slider .indicators {
    position: absolute;
    bottom: 40%;
    left: 5%; }
    @media (max-width: 899px) {
      .main-slider .indicators {
        bottom: 10%; } }
    .main-slider .indicators .slider-indicator {
      margin: 5px 8px;
      cursor: pointer;
      float: left;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: white; }
      .main-slider .indicators .slider-indicator.active {
        background: #C1161C; }

.white {
  background: white; }

.post-item {
  border-radius: 15px;
  overflow: hidden;
  border-top-left-radius: 0;
  background: white;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
  .post-item:hover {
    transform: scale(1.02);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); }

.date {
  background: url("/img/podloga-crveno-bijelo.svg") no-repeat center;
  background-size: contain;
  color: white;
  font-size: 10px;
  padding: 1em 1em .5em 1.5em; }
  .date .date-content {
    font-weight: 900; }
    .date .date-content .date-day {
      font-size: 2em; }
    .date .date-content .date-rest {
      font-size: 1em; }

.news-item {
  width: 30%;
  float: left;
  position: relative;
  padding-bottom: 30px;
  margin-left: 3%; }
  .news-item:not(:first-child) {
    margin-left: 2%; }
  .news-item .header {
    padding-top: 50%;
    background-size: cover !important;
    background-position: center !important;
    position: relative; }
    .news-item .header .date {
      position: absolute;
      top: 10px;
      left: 10px; }
  .news-item .content {
    padding: 20px 10%; }
    .news-item .content h3 {
      font-size: 18px;
      line-height: 30px; }
    .news-item .content .content-text {
      color: #2E2E2E;
      font-size: 13px;
      line-height: 30px; }
  .news-item .footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1em 10%; }
    .news-item .footer span {
      color: #D2AB67;
      font-style: italic;
      vertical-align: middle;
      margin-right: 5px; }
    .news-item .footer img {
      vertical-align: middle;
      width: 14px;
      opacity: 0; }
      .news-item .footer img:nth-child(4) {
        opacity: 1;
        transform: translateX(-28px); }
  .news-item:hover .content h3 {
    color: #C1161C; }
  .news-item:hover .footer img:nth-child(2) {
    opacity: .25;
    transition-delay: .3s; }
  .news-item:hover .footer img:nth-child(3) {
    opacity: .5;
    transition-delay: .1s; }
  .news-item:hover .footer img:nth-child(4) {
    transform: translateX(0); }

.section-title {
  font-size: 0;
  position: relative;
  text-align: left;
  max-width: calc(100vw - 75px);
  margin-left: auto;
  margin-right: auto; }
  .section-title .icon {
    transform: translateX(-40%);
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url("/img/podloga-crveno-bijelo.svg") no-repeat center;
    background-size: contain;
    vertical-align: middle; }
    .section-title .icon.gray {
      background: url("/img/podloga-crveno-siva.svg") no-repeat center; }
    .section-title .icon.white {
      background: url("/img/podloga-bijelo-crvena.svg") no-repeat center; }
    .section-title .icon img {
      width: 40%;
      height: 40%;
      margin: 38% 0 0 38%; }
  .section-title h2, .section-title h1 {
    font-size: 25px;
    line-height: 30px;
    display: inline-block;
    font-weight: 900;
    vertical-align: middle;
    text-transform: uppercase; }
    @media (min-width: 361px) {
      .section-title h2, .section-title h1 {
        margin-left: 10px; } }
  .section-title.right h2, .section-title.right h1 {
    position: absolute;
    right: 0;
    left: 50px;
    top: 0; }
  .section-title .arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
    @media (max-width: 425px) {
      .section-title .arrows {
        right: -40px; } }
    @media (max-width: 360px) {
      .section-title .arrows {
        transform: translate(-50%, 0);
        top: 60px;
        left: 50%;
        right: auto; } }
    .section-title .arrows .arrow {
      cursor: pointer;
      display: inline-block;
      width: 45px; }

.announcement-item {
  position: relative;
  overflow: visible;
  background: white;
  border-radius: 15px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
  .announcement-item:not(:first-child) {
    margin-top: 50px; }
  .announcement-item .date {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-40%, -40%); }
  .announcement-item .content {
    width: calc(100% - 65px);
    padding: 30px 30px; }
    .announcement-item .content .image {
      border-radius: 50%;
      background-size: cover !important;
      width: 80px;
      height: 80px;
      display: inline-block;
      vertical-align: middle; }
    .announcement-item .content .title {
      padding-left: 20px;
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 90px);
      color: #9A9A9A;
      font-size: 15px;
      line-height: 30px;
      max-height: 60px;
      overflow: hidden; }
    @media (max-width: 499px) {
      .announcement-item .content .image {
        display: none; }
      .announcement-item .content .title {
        padding-top: 5px;
        padding-left: 0;
        width: auto;
        font-size: 14px; } }
  .announcement-item .arrow-area {
    transition: .4s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 65px;
    text-align: center; }
    .announcement-item .arrow-area svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-10px, -10px);
      width: 20px;
      height: 20px; }
      .announcement-item .arrow-area svg path {
        fill: #d2ab67; }
  .announcement-item:hover {
    transform: scale(1.05);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2); }
    .announcement-item:hover .arrow-area {
      background: #C1161C; }
      .announcement-item:hover .arrow-area svg path {
        fill: white !important; }

.bidding-item {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: white; }
  .bidding-item .title {
    text-transform: uppercase;
    font-weight: 900; }
  .bidding-item .counter {
    font-size: 25px;
    line-height: 30px;
    color: white;
    font-weight: 900; }
  .bidding-item .unit {
    display: inline-block;
    padding: 3px 18px;
    margin: 30px 0  15px;
    border-radius: 23px;
    background: #678A9F;
    color: white;
    font-style: italic;
    font-size: 13px; }

.button-container {
  clear: both;
  padding-top: 50px;
  width: 94%;
  margin-left: 3%; }

.post-group {
  position: relative; }

.posts-container .counter-span {
  position: absolute;
  bottom: 5%;
  color: white;
  font-size: 25px; }

.announcement-group:not(.active) {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.for-citizens-container {
  padding: 100px 0; }
  .for-citizens-container .for-citizens-items {
    font-size: 0; }
    .for-citizens-container .for-citizens-items .for-citizens-item {
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
      margin-top: 50px;
      display: inline-block; }
      .for-citizens-container .for-citizens-items .for-citizens-item:hover {
        transform: scale(1.05);
        box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2); }
      @media (min-width: 900px) {
        .for-citizens-container .for-citizens-items .for-citizens-item {
          width: 30%; }
          .for-citizens-container .for-citizens-items .for-citizens-item:not(:nth-child(3n+1)) {
            margin-left: 5%; } }
      @media (max-width: 899px) and (min-width: 501px) {
        .for-citizens-container .for-citizens-items .for-citizens-item {
          width: 45%;
          margin: 30px 2.5%; } }
      @media (max-width: 500px) {
        .for-citizens-container .for-citizens-items .for-citizens-item {
          width: 80%;
          margin: 30px 10%; } }
      .for-citizens-container .for-citizens-items .for-citizens-item .header {
        padding: 25%;
        background-size: cover !important; }
      .for-citizens-container .for-citizens-items .for-citizens-item .title {
        position: relative;
        border-left: 1px solid #EDEDED;
        height: 90px;
        text-overflow: ellipsis; }
        .for-citizens-container .for-citizens-items .for-citizens-item .title span {
          position: absolute;
          left: 5%;
          text-transform: uppercase;
          right: calc(5% + 26px);
          top: 50%;
          transform: translateY(-50%);
          line-height: 30px;
          font-size: 18px;
          font-weight: 900; }
        .for-citizens-container .for-citizens-items .for-citizens-item .title .arrow {
          width: 16px;
          position: absolute;
          top: 50%;
          right: 5%;
          transform: translateY(-50%); }
      .for-citizens-container .for-citizens-items .for-citizens-item:hover .title {
        color: #C1161C; }

.project-items {
  text-align: center;
  font-size: 0;
  padding-bottom: 50px; }
  .project-items .project-item {
    box-shadow: none;
    display: inline-block;
    width: calc(20% - 20px);
    margin: 20px 10px; }
    @media (max-width: 899px) {
      .project-items .project-item {
        width: calc(33% - 20px); } }
    @media (max-width: 599px) {
      .project-items .project-item {
        width: calc(50% - 20px); } }
    @media (max-width: 349px) {
      .project-items .project-item {
        width: calc(100% - 20px); } }
    .project-items .project-item:hover {
      transform: none !important;
      box-shadow: none !important; }
    .project-items .project-item .item-inner {
      padding: 8px;
      background: #EEEEEE;
      overflow: hidden; }
      .project-items .project-item .item-inner:hover {
        transform: none !important;
        box-shadow: none !important; }
    .project-items .project-item img {
      width: 100%; }

.unit-header {
  min-height: 140px;
  padding-top: 20px;
  background-size: cover !important; }
  .unit-header h1 {
    color: white;
    text-transform: none;
    font-size: 18px;
    padding-top: 8px; }

.breadcrumbs {
  margin: 10px 0 20px;
  display: inline-block; }
  .breadcrumbs .crumb {
    margin-left: 5px;
    display: inline-block;
    color: #a7a7a7;
    font-size: 11px; }
  .breadcrumbs a:first-child .crumb, .breadcrumbs a:hover .crumb {
    color: #C1161C; }

.pagination {
  float: left;
  width: 100%;
  padding-top: 25px;
  text-align: center;
  line-height: 50px; }
  .pagination span {
    display: inline-block;
    height: 50px;
    vertical-align: bottom;
    line-height: 50px; }
  .pagination a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #2E2E2E;
    color: white;
    font-weight: 700;
    border-radius: 0 12px 12px 12px;
    margin: 0 5px; }
    .pagination a:hover, .pagination a.active {
      background: #C1161C; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  opacity: 0; }
  .modal.visible {
    display: block;
    animation: fadeIn .4s forwards; }
  .modal .modal-content {
    background: white;
    border-radius: 0 16px 16px 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 90%;
    max-width: 720px; }

footer.page-footer {
  background: #0E3A55; }
  footer.page-footer .wrapper {
    background: url("/img/footer.png") no-repeat left;
    background-size: contain;
    overflow: hidden; }
    @media (max-width: 499px) {
      footer.page-footer .wrapper {
        background: none; } }
    footer.page-footer .wrapper .content {
      padding: 100px 0;
      position: relative;
      max-width: 1500px; }
    footer.page-footer .wrapper .info {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: wrap; }
      footer.page-footer .wrapper .info .info-part {
        padding: 0 15px;
        color: white;
        flex-basis: 20%;
        padding-top: 20px;
        font-size: 15px;
        line-height: 30px; }
        footer.page-footer .wrapper .info .info-part.large {
          flex-basis: 30%; }
        @media (max-width: 766px) {
          footer.page-footer .wrapper .info .info-part {
            flex-basis: 50%; }
            footer.page-footer .wrapper .info .info-part.large {
              flex-basis: 50%; } }
        @media (max-width: 499px) {
          footer.page-footer .wrapper .info .info-part {
            flex-basis: 80%;
            text-align: center;
            margin-left: 10%; }
            footer.page-footer .wrapper .info .info-part.large {
              flex-basis: 80%; } }
        footer.page-footer .wrapper .info .info-part.logo img:first-child {
          width: 100px; }
        footer.page-footer .wrapper .info .info-part.logo {
          text-align: center !important; }
          footer.page-footer .wrapper .info .info-part.logo .social a:not(:first-child) {
            margin-left: 5px; }
          footer.page-footer .wrapper .info .info-part.logo .social a img {
            width: 25px;
            height: 25px; }
            footer.page-footer .wrapper .info .info-part.logo .social a img:hover {
              opacity: .8; }
        footer.page-footer .wrapper .info .info-part b {
          font-weight: 900; }
        footer.page-footer .wrapper .info .info-part a:hover {
          color: #678A9F; }
        footer.page-footer .wrapper .info .info-part .light {
          color: #678A9F; }
          footer.page-footer .wrapper .info .info-part .light a:hover {
            color: white; }
      footer.page-footer .wrapper .info .newsletter {
        margin-top: 30px; }
        footer.page-footer .wrapper .info .newsletter span {
          font-style: italic;
          font-size: 13px;
          line-height: 30px;
          color: rgba(255, 255, 255, 0.75); }
        footer.page-footer .wrapper .info .newsletter .input {
          border-radius: 12px;
          border-top-left-radius: 0;
          background: #0A2B3F;
          position: relative;
          padding: 7px 15px; }
          footer.page-footer .wrapper .info .newsletter .input #newsletterButton {
            position: absolute;
            right: 10px;
            width: 20px;
            cursor: pointer;
            top: calc(50% - 10px);
            opacity: .75; }
            footer.page-footer .wrapper .info .newsletter .input #newsletterButton:hover {
              opacity: 1; }
          footer.page-footer .wrapper .info .newsletter .input input {
            background: none;
            border: none;
            font-style: italic;
            outline: none;
            color: white; }
          footer.page-footer .wrapper .info .newsletter .input ::placeholder {
            font-style: italic;
            color: rgba(103, 138, 159, 0.75); }
    footer.page-footer .wrapper .bottom-bar {
      position: absolute;
      left: calc(20% + 15px);
      right: 0;
      bottom: 10px;
      color: #678A9F; }
      @media (max-width: 599px) {
        footer.page-footer .wrapper .bottom-bar {
          left: 0; } }
      @media (max-width: 474px) {
        footer.page-footer .wrapper .bottom-bar {
          line-height: 25px;
          text-align: center; } }
      @media (min-width: 475px) {
        footer.page-footer .wrapper .bottom-bar .right {
          position: absolute;
          right: 0;
          bottom: 0; } }

body[class*='omo-BackGroundColor'] .special-alert {
  background: inherit; }
body[class*='omo-BackGroundColor'] nav .items-wrapper {
  background: inherit; }
  body[class*='omo-BackGroundColor'] nav .items-wrapper .nav-item:before, body[class*='omo-BackGroundColor'] nav .items-wrapper .nav-item:after {
    background: white; }

* {
  box-sizing: border-box;
  font-family: 'rawline', sans-serif;
  transition: .4s ease;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lightboxOverlay, .lightbox, .lightbox * {
  transition: none; }

html, body {
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

p {
  margin: 0; }

.limited {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 90%; }

nav {
  background: #EDEDED;
  position: relative; }
  nav img.header-logo {
    width: auto;
    height: 65px;
    max-width: 70%; }
  nav .top-bar {
    padding: 10px 15px;
    position: relative; }
  nav #navToggle {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 31.5px;
    right: 15px;
    width: 25px;
    height: 25px; }
  nav .fixed-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    right: 15px; }
    nav .fixed-right .languages {
      float: left;
      padding-left: 10px;
      border-left: 1px solid #A4A4A4; }
      nav .fixed-right .languages .lang {
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        display: inline-block;
        margin: 5px;
        border-radius: 50%;
        color: #C1161C;
        font-weight: 900; }
        nav .fixed-right .languages .lang.active, nav .fixed-right .languages .lang:hover {
          color: white;
          background: #C1161C; }
    nav .fixed-right .search-bar {
      float: left;
      cursor: pointer;
      margin: 5px;
      padding-right: 10px; }
      nav .fixed-right .search-bar .search-bar-inner {
        width: 28px;
        height: 28px;
        border-radius: 14px;
        background: #0A2B3F;
        position: relative;
        overflow: hidden; }
        nav .fixed-right .search-bar .search-bar-inner:after {
          display: block;
          content: "";
          width: 12px;
          height: 12px;
          position: absolute;
          right: 8px;
          top: 8px;
          background: url("../img/search-icon.svg") no-repeat center;
          background-size: 100%; }
        nav .fixed-right .search-bar .search-bar-inner input {
          opacity: 0;
          margin-left: 15px;
          line-height: inherit;
          color: white;
          height: 100%;
          width: 200px; }
      nav .fixed-right .search-bar.active .search-bar-inner {
        width: 250px;
        max-width: calc(100vw - 130px); }
        nav .fixed-right .search-bar.active .search-bar-inner input {
          opacity: 1; }
  nav .items-wrapper {
    background: linear-gradient(180deg, #C1161C, #810F13); }
  nav .items {
    display: flex;
    flex-direction: row; }
    nav .items .nav-item {
      height: 90px;
      line-height: 90px;
      text-transform: uppercase;
      flex-basis: 0;
      flex-grow: 1;
      color: white;
      font-size: 15px;
      text-align: center;
      position: relative; }
      nav .items .nav-item:before, nav .items .nav-item:after {
        position: absolute;
        left: 0;
        top: 30%;
        bottom: 30%;
        width: 1px;
        content: "";
        display: block;
        background: #C1161C; }
      nav .items .nav-item:after {
        left: auto;
        right: 0; }
      nav .items .nav-item:not(:last-child):after {
        display: none; }
      nav .items .nav-item:hover, nav .items .nav-item.active {
        background: #2E2E2E; }
      nav .items .nav-item .submenu {
        position: absolute;
        z-index: 1;
        width: 200%;
        top: 100%;
        left: 0;
        box-sizing: content-box;
        height: 0;
        overflow: hidden;
        background: #2E2E2E; }
        nav .items .nav-item .submenu .submenu-inner {
          padding: 10px 20px;
          column-count: 2;
          column-gap: 20px;
          font-size: 0;
          line-height: 0; }
          nav .items .nav-item .submenu .submenu-inner .subitem {
            display: inline-block;
            width: 100%;
            height: 40px;
            padding: 5px 0;
            line-height: 1.2em;
            font-size: 13px;
            text-align: left;
            border-bottom: 1px solid #707070; }

@media (max-width: 899px) {
  nav #navToggle {
    display: block; }
  nav .items-wrapper {
    height: 0;
    overflow: hidden; }
    nav .items-wrapper .items {
      width: 100%;
      flex-direction: column; }
  nav .top-bar .fixed-right {
    display: none;
    opacity: 0;
    top: calc(100% - 45px);
    transform: none;
    right: 10px; }
  nav.expanded #navToggle svg .cls-123 {
    stroke: #C1161C; }
  nav.expanded .top-bar {
    padding-bottom: 40px; }
    nav.expanded .top-bar .fixed-right {
      z-index: 999;
      display: block;
      animation: .4s fadeIn forwards .4s; }
  nav.expanded .items-wrapper .nav-item .submenu {
    width: 100%; }
    nav.expanded .items-wrapper .nav-item .submenu .submenu-inner {
      column-count: 1; } }
.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.company {
  min-height: 280px; }

div[class$="-page"] {
  min-height: calc(100vh - 178px - 515px); }
  div[class$="-page"] footer.page-footer {
    margin-top: 50px; }

.name_input {
  width: 35%;
  border-bottom: 1px solid darkgray; }
  @media (max-width: 499px) {
    .name_input {
      width: 100%; } }

#notif {
  position: fixed;
  z-index: 9999;
  max-width: 500px;
  text-align: center;
  min-width: 250px;
  width: 80%;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  background: rgba(14, 58, 85, 0.9);
  color: white;
  opacity: 0;
  border-radius: 0 8px 8px 8px;
  padding: 15px 25px;
  transition-duration: 1s; }
  #notif.shown {
    bottom: 95%;
    transform: translate(-50%, 100%);
    opacity: 1; }

.documents h5 {
  font-size: 18px;
  color: #2E2E2E;
  padding: 1em 0;
  margin: 0;
  border-bottom: 1px solid #ccc; }
.documents .document-item {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc; }
  .documents .document-item:hover .title {
    color: #C1161C; }
  .documents .document-item > * {
    float: left; }
  .documents .document-item img {
    width: 70px;
    height: 20px;
    padding-right: 50px; }
  .documents .document-item .title {
    padding: 0 10px 0 0;
    word-break: break-all;
    width: calc(100% - 140px);
    line-height: 20px; }

.not-found-content {
  width: 100%;
  min-height: 100%;
  display: table; }
  .not-found-content .not-found-inner {
    padding: 100px 20px;
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    .not-found-content .not-found-inner img {
      width: 100%;
      max-width: 250px; }
    .not-found-content .not-found-inner p {
      margin-top: 2em;
      font-size: 16px;
      line-height: 30px;
      color: #2E2E2E; }

/*# sourceMappingURL=main.css.map */
