@font-face {
  font-family: OpenSans-Light;
  src: url(../fonts/OpenSans-Light.ttf); }
@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.ttf); }
@font-face {
  font-family: OpenSans-Semibold;
  src: url(../fonts/OpenSans-Semibold.ttf); }
@font-face {
  font-family: OpenSans-Bold;
  src: url(../fonts/OpenSans-Bold.ttf); }
@font-face {
  font-family: OpenSans-ExtraBold;
  src: url(../fonts/OpenSans-ExtraBold.ttf); }
body {
  position: relative;
  height: 100%;
  font-family: OpenSans-Regular, -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; }

body a {
  outline: none;
  letter-spacing: 0;
  text-decoration: none; }

body h1,
body h2,
body h3,
body h4,
body h5 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  font-family: OpenSans-Semibold; }

body p {
  font-family: OpenSans-Regular;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #232529; }

.top-bar-wrap img {
  margin-right: 80px; }
.top-bar-wrap span {
  float: right;
  color: #28aae1;
  font-family: OpenSans-Semibold;
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-top: 30px; }
  .top-bar-wrap{
    position: relative;;
  }
  .top-bar-wrap .absolute-span{
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 100 !important;
  }
  .top-bar-wrap span a {
    text-decoration: none;
    color: #28aae1; }

.pos-abs-wrap {
  position: relative; }

.menu-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 8888; }
  .menu-wrap .menu .navbar {
    padding: 0; }
    .menu-wrap .menu .navbar .navbar-brand {
      display: none; }
    .menu-wrap .menu .navbar .navbar-collapse #navigacija .nav-item .nav-link {
      color: #2e368e;
      font-size: 18px;
      letter-spacing: -0.03em;
      font-family: OpenSans-Light;
      padding-left: 10px;
      padding-right: 10px; }
    .menu-wrap .menu .navbar .navbar-collapse #navigacija .dropdown-menu {
      margin-top: 20px;
      padding: 0;
      padding-left: 5px;
      padding-right: 5px;
      border-top: 3px solid #2e368e;
      border-radius: 0; }
      .menu-wrap .menu .navbar .navbar-collapse #navigacija .dropdown-menu .dropdown-item {
        padding: 0;
        background: transparent; }
        .menu-wrap .menu .navbar .navbar-collapse #navigacija .dropdown-menu .dropdown-item:hover {
          background: transparent; }
        .menu-wrap .menu .navbar .navbar-collapse #navigacija .dropdown-menu .dropdown-item a {
          padding-top: 10px;
          padding-bottom: 10px;
          border-bottom: 1px solid #2e368e;
          background: #ffffff;
          width: 100%;
          display: block;
          text-align: left;
          color: #2e368e;
          text-decoration: none; }

.inner-header-title {
  background: url("../images/inner-header.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 375px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center; }
  .inner-header-title h1 {
    color: #fff;
    font-size: 50px;
    letter-spacing: -0.028em;
    font-family: OpenSans-Bold; }

.nabavke-header-title {
  background: url("../images/nabavke-header.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }

.front-slider-wrap {
  padding: 0;
  position: relative; }
  .front-slider-wrap .fs-intro {
    display: flex;
    align-items: center;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6); }
    .front-slider-wrap .fs-intro h2 {
      color: #fff;
      font-size: 50px;
      font-family: OpenSans-Bold;
      letter-spacing: 0.028em;
      margin-bottom: 10px; }
      .front-slider-wrap .fs-intro h2 a {
        text-decoration: none;
        color: #fff;
      }
    .front-slider-wrap .fs-intro p {
      font-size: 16px;
      font-family: OpenSans-Light;
      color: #fff;
      margin-bottom: 0; }
      .front-slider-wrap .fs-intro p a {
        color: #fff;
        text-decoration: none;
      }
  .front-slider-wrap #front-slider .owl-dots {
    
    z-index: 4;
    left: 0;
    right: 0; }
    .front-slider-wrap #front-slider .owl-dots .owl-dot span {
      border: 1px solid #2e368e;
      background: transparent; }
    .front-slider-wrap #front-slider .owl-dots .owl-dot.active span {
      background: #2e368e; }

.front-main-wrap {
  padding-bottom: 80px; }

.front-main {
  margin-top: 3rem; }
  .front-main .readmore-title {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2e368e; }
    .front-main .readmore-title .readmore {
      position: absolute;
      right: 15px;
      background: url("../images/readmore.png") no-repeat;
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      width: 150px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      font-size: 15px;
      font-family: OpenSans-Semibold; }
      .front-main .readmore-title .readmore i {
        font-size: 20px;
        margin-left: 10px; }
      .front-main .readmore-title .readmore:hover {
        text-decoration: none; }
    .front-main .readmore-title .date {
      position: absolute;
      right: 15px;
      color: #2e358e;
      font-size: 17px;
      font-family: OpenSans-Light;
      top: 12px; }
    .front-main .readmore-title h2 {
      color: #2e368e;
      font-size: 30px;
      letter-spacing: -0.02em; }

.featured-blog-item {
  border: 1px solid #2e368e;
  margin-bottom: 1.875rem; }
  .featured-blog-item .featured-image-wrap {
    border: 1px solid #2e368e;
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex;
     -ms-align-items: center;
      align-items: center;
      justify-content: center; }
    .main-featured-blog-item .featured-image-wrap img {
      min-width: 100%;
      /*height: auto;
      min-width: 100%;
      max-width: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);*/ }
  .featured-blog-item .featured-info-wrap {
    padding: 15px;
    padding-bottom: 5px; }
    .featured-blog-item .featured-info-wrap h3 {
      font-size: 15px;
      letter-spacing: 0.02em;
      padding-bottom: 0.5rem;
      margin-bottom: 0.5rem;
      height: 68px;
      display: flex;
      position: relative;
      align-items: center;
      overflow: hidden; }
      .featured-blog-item .featured-info-wrap h3 a {
        color: #2e368e;
        text-decoration: none; }
    .featured-blog-item .featured-info-wrap .admin-readmore {
      display: flex;
      align-items: center;
      margin-top: 10px; }
    .featured-blog-item .featured-info-wrap .admin {
      width: 50%; }
      .featured-blog-item .featured-info-wrap .admin span {
        color: #232529;
        font-size: 0.75rem;
        display: block; }
        .featured-blog-item .featured-info-wrap .admin span:last-child {
          margin-right: 0; }
    .featured-blog-item .featured-info-wrap .readmore-hold {
      text-align: right;
      width: 50%; }
      .featured-blog-item .featured-info-wrap .readmore-hold .readmore {
        background: url(../images/readmore.png) no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        width: 100%;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-family: OpenSans-Semibold; }
    .featured-blog-item .featured-info-wrap .blog-excerpt {
      margin-top: 5px;
      height: 66px;
      position: relative;
      overflow: hidden; }
      .featured-blog-item .featured-info-wrap .blog-excerpt p {
        color: #232529;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 0; }
    .featured-blog-item .featured-info-wrap .readmore {
      display: block;
      text-align: right;
      font-family: HelveticaNeueIt;
      color: #01afe2;
      font-size: 0.875rem;
      text-decoration: none;
      margin-top: 10px; }

body .main-featured-blog-item {
  border: 1px solid #2e368e;
  max-height: none; }
  body .main-featured-blog-item .featured-info-wrap {
    padding: 15px; }
    body .main-featured-blog-item .featured-info-wrap .blog-excerpt {
      height: auto; }
      body .main-featured-blog-item .featured-info-wrap .blog-excerpt p {
        color: #232529;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px; }
    body .main-featured-blog-item .featured-info-wrap .admin-readmore span {
      margin-top: 4px;
      color: #232529;
      font-size: 14px;
      margin-right: 10px; }
      body .main-featured-blog-item .featured-info-wrap .admin-readmore span:last-child {
        margin-right: 0; }
    body .main-featured-blog-item .featured-info-wrap .readmore {
      font-size: 1.25rem; }
    body .main-featured-blog-item .featured-info-wrap .readmore-hold {
      width: 150px;
      margin-left: 30px; }
      body .main-featured-blog-item .featured-info-wrap .readmore-hold .readmore {
        height: 40px;
        font-size: 16px; }
    body .main-featured-blog-item .featured-info-wrap h3 {
      height: 60px;
      font-size: 18px;
      letter-spacing: 0.02em;
      display: flex;
      align-items: center; }

.other-blog-items-wrap {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 4px solid #01afe2; }

.readmore-wrap {
  margin-top: 15px; }
  .readmore-wrap .readmore {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 15.63rem;
    height: 3.125rem;
    color: #fff;
    font-size: 1.25rem;
    background: #2e368e;
    text-decoration: none; }

.blog-readmore-wrap {
  margin-bottom: 3rem; }

.main-featured-blog-item .featured-image-wrap {
  height: 285px; }

.gallery-title {
  margin-top: 30px; }

.gallery-item {
  height: 390px;
  position: relative;
  overflow: hidden; }
  .gallery-item:hover .gal-overlay {
    opacity: 1; }
  .gallery-item .img-fluid {
    height: auto;
    min-width: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
  .gallery-item a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-family: OpenSans-Bold; }
  .gallery-item .gal-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background: rgba(46, 54, 142, 0.7);
    opacity: 0; }
    .gallery-item .gal-overlay .gal-name {
      min-width: 100%;
      font-style: normal;
      position: absolute;
      bottom: 0;
      left: 0;
      display: flex;
      text-align: center;
      align-items: center;
      text-align: center;
      justify-content: center;
      padding-left: 15px;
      padding-right: 15px;
      background: #2e368e;
      height: 90px;
      overflow: hidden; }
  .gallery-item .preview {
    display: block;
    position: absolute;
    bottom: 120px;
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .gallery-item .preview .prev-img1 {
      margin-left: 30px;
      margin-bottom: -40px;
      z-index: 10;
      position: relative;
      border: 2px solid #fff;
      width: 130px;
      height: 100px; }
    .gallery-item .preview .prev-img2 {
      margin-left: -30px;
      border: 2px solid #fff;
      width: 130px;
      height: 100px; }

.sidebar-wrap {
  margin-top: 48px;
  border-left: 1px solid #2e368e; }
  .sidebar-wrap h4 {
    color: #28aae1;
    font-size: 18px;
    font-family: OpenSans-Bold;
    margin-bottom: 15px;
    letter-spacing: 0.05em; }
  .sidebar-wrap img {
    margin-bottom: 20px; }
  .sidebar-wrap p {
    margin-bottom: 15px; }
  .sidebar-wrap .intro-text p {
    font-size: 12px;
    color: #232529;
    font-family: OpenSans-Regular; }
  .sidebar-wrap .alerts {
    margin-bottom: 15px;
    background: url("../images/alert.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    color: #fff;
    padding: 10px;
    text-align: center; }
    .sidebar-wrap .alerts a {
      color: #fff;
      text-decoration: none;
    }
    .sidebar-wrap .alerts span {
      display: block;
      text-align: center;
      font-size: 15px;
      font-family: OpenSans-Bold;
      padding-top: 7px;
      padding-bottom: 7px;
      letter-spacing: 0.05em; }
    .sidebar-wrap .alerts img {
      margin-bottom: 0; }
  .sidebar-wrap .sidebar-table-wrap ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 15px; }
    .sidebar-wrap .sidebar-table-wrap ul li {
      padding-left: 25px;
      background: url("../images/bullet.png") no-repeat;
      background-position: left top 7px;
      -webkit-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      .sidebar-wrap .sidebar-table-wrap ul li:hover {
        background-position: left 6px top 7px; }
      .sidebar-wrap .sidebar-table-wrap ul li a {
        color: #232529;
        font-size: 12px;
        font-family: OpenSans-Regular;
        letter-spacing: 0.05em;
        text-decoration: none;
        margin-bottom: 10px; }
        .sidebar-wrap .sidebar-table-wrap ul li a:last-child {
          margin-bottom: 0; }
        .sidebar-wrap .sidebar-table-wrap ul li a:hover {
          text-decoration: none; }
  .sidebar-wrap .banners a:first-child img {
    border: none; }
  .sidebar-wrap .banners img {
    min-width: 100%;
    border: 1px solid #c8c8c8; }
  .sidebar-wrap iframe {
    min-width: 100%;
    max-width: 100%; }

.small-title {
  display: none; }

.front-main .small-readmore-title .readmore {
  display: none; }

.inner-gallery-wrap .gallery-item-wrap {
  margin-bottom: 30px; }

.inner-sidebar-wrap {
  margin-top: 0; }

.small-fancy-wrap,
.big-fancy-wrap {
  float: left;
  margin-right: 8px; }
  /*.small-fancy-wrap .img-fluid,
  .big-fancy-wrap .img-fluid {
    height: auto;
    min-width: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }*/
  .small-fancy-wrap .fancy-overlay,
  .big-fancy-wrap .fancy-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/zoom.png") no-repeat;
    background-position: center;
    background-color: rgba(46, 54, 142, 0.8);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0; }
    .small-fancy-wrap .fancy-overlay:hover,
    .big-fancy-wrap .fancy-overlay:hover {
      opacity: 1; }

.small-fancy-wrap {
  width: calc(25% - 8px); }

.big-fancy-wrap {
  width: calc(50% - 8px); }

.fancy-img-wrap {
  margin-bottom: 8px; }

.small-fancy-wrap .fancy-img-wrap {
  height: 200px;
  position: relative;
  overflow: hidden;
  border: 1px solid #2e368e;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;  }

.big-fancy-wrap .fancy-img-wrap {
  height: 408px;
  position: relative;
  overflow: hidden;
  border: 1px solid #2e368e;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center; }

.about-us-item {
  padding-left: 30px;
  padding-right: 80px;
  background: url("../images/drop.png") no-repeat;
  background-position: left top 20px;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #2e368e;
  position: relative; }
  .about-us-item span a {
    font-size: 14px;
    text-decoration: none;
    color: #2e368e;
    font-family: OpenSans-Bold; }
  .about-us-item .readmore {
    position: absolute;
    right: 0;
    bottom: 5px;
    background: url("../images/readmore.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 77px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-family: OpenSans-Semibold;
    text-decoration: none; }

.faq-item {
  padding-top: 15px; }
  .faq-item:last-child {
    margin-bottom: 15px; }
  .faq-item span {
    display: block; }
  .faq-item .question {
    padding-left: 30px;
    background: url("../images/drop-blue.png") no-repeat;
    background-position: left top 5px;
    font-size: 14px;
    text-decoration: none;
    color: #2e368e;
    font-family: OpenSans-Bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #2e368e; }
  .faq-item .answer {
    color: #232529;
    font-family: OpenSans-Regular;
    font-size: 14px;
    letter-spacing: 0.01em;
    padding-left: 30px;
    margin-top: 5px; }

.nabavke-wrap .nabavke-item {
  margin-bottom: 30px; }
  .nabavke-wrap .nabavke-item img {
    display: block;
    margin-bottom: 15px; }
  .nabavke-wrap .nabavke-item span {
    display: block; }
  .nabavke-wrap .nabavke-item a {
    text-decoration: none;
    color: #2e368e;
    font-size: 18px;
    font-family: OpenSans-Bold; }

.pravilnik-item {
  background: transparent;
  padding-left: 0; }

.inner-wrap ul {
  list-style: none; }
  .inner-wrap ul li {
    padding-left: 25px;
    background: url("../images/drop-blue.png") no-repeat;
    background-position: left top 5px;
    font-family: OpenSans-Regular;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #232529;
    margin-bottom: 25px; }
.inner-wrap a {
  text-decoration: none;
  font-family: OpenSans-Regular;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #232529; }

.pagination-wrap {
  margin-top: 30px;
  text-align: center; }

.pagination-wrap .pagination {
  margin-bottom: 0; }

.pagination-wrap .pagination .page-link {
  margin-right: 7px;
  display: flex;
  padding: 0;
  align-items: center;
  height: 37px;
  width: 37px;
  text-align: center;
  border-radius: 50%;
  border: none;
  background: #e6e6e6;
  color: #555656;
  font-family: OpenSans-Semibold;
  font-size: 11px; }

.pagination-wrap .pagination .page-link:hover {
  opacity: 0.8; }

.pagination-wrap .pagination .page-link span {
  display: block;
  width: 100%;
  text-align: center; }

.pagination-wrap .pagination .page-link.active {
  background: transparent;
  border: 2px solid #e6e6e6;
  color: #28aae1; }

.pagination-wrap .pagination .page-link.active:hover {
  opacity: 1; }

.pagination-wrap .pagination .first-last {
  color: #28aae1; }

.pagination-wrap .pagination .prev-next {
  color: #28aae1; }

.pagination-wrap .pagination .page-item:last-child .page-link {
  margin-right: 0; }

.other-news-item {
  margin-bottom: 30px; }
  .other-news-item .oni-title {
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .other-news-item .oni-title h5 {
      font-size: 14px;
      font-family: OpenSans-Semibold; }
      .other-news-item .oni-title h5 a {
        color: #2e368e;
        text-decoration: none;
        letter-spacing: -0.02em; }
  .other-news-item .oni-img {
    position: relative;
    overflow: hidden;
    height: 140px; }
    .other-news-item .oni-img img {
      height: auto;
      min-height: 100%;
      min-width: 100%;
      max-width: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
  .other-news-item .omi-excerpt {
    display: flex;
    align-items: center;
    margin-top: 15px;
    height: 60px; }
    .other-news-item .omi-excerpt p {
      color: #232529;
      font-size: 12px;
      font-family: OpenSans-Regular; }
  .other-news-item .readmore {
    background: url(../images/readmore.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 120px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: OpenSans-Semibold;
    text-decoration: none; }

.contact-side {
  font-size: 17px;
  font-family: OpenSans-Light;
  color: #3d3d3d; }
  .contact-side span {
    display: block; }

.map-wrap {
  margin-bottom: 0;
  margin-top: 24px; }

.googlemap {
  width: 100%;
  height: 400px; }

.mangement-item {
  background: #f4f4f4;
  border: 1px solid #e1e1e1;
  text-align: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-top: 50px; }
  .mangement-item img {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -40px; }
  .mangement-item h4 {
    color: #2b2b2b;
    font-size: 16px;
    font-family: OpenSans-Bold; }
  .mangement-item h5 {
    color: #636363;
    font-size: 13px;
    font-family: OpenSans-Regular;
    font-style: italic;
    margin-bottom: 25px; }
  .mangement-item p {
    color: #636363;
    font-size: 12px;
    font-family: OpenSans-Regular; }

footer {
  padding-top: 195px;
  background: url("../images/footer-bcg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
  color: #fff; }
  footer h4 {
    font-size: 22px;
    letter-spacing: 0.05em;
    font-family: OpenSans-Semibold;
    margin-bottom: 25px; }
  footer p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 15px; }
    footer p span {
      display: block; 
      color: #fff;
    }
    footer p a {
      display: block; 
      color: #fff;
      text-decoration: none !important;
    }
    footer p a:hover {
      text-decoration: none !important;
    }

.footer-contact-wrap input,
.footer-contact-wrap textarea {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  font-family: OpenSans-Regular; }
.footer-contact-wrap input {
  height: 40px; }
.footer-contact-wrap textarea {
  padding-top: 15px;
  height: 130px; }
.footer-contact-wrap input::-webkit-input-placeholder,
.footer-contact-wrap textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }
.footer-contact-wrap input:-moz-placeholder,
.footer-contact-wrap textarea:-moz-placeholder {
  color: #fff;
  opacity: 1; }
.footer-contact-wrap input::-moz-placeholder,
.footer-contact-wrap textarea::-moz-placeholder {
  color: #fff;
  opacity: 1; }
.footer-contact-wrap input:-ms-input-placeholder,
.footer-contact-wrap textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1; }
.footer-contact-wrap button {
  background: #fff;
  border-radius: 12px;
  width: 123px;
  height: 35px;
  border: none;
  outline: none;
  color: #28aae1;
  font-size: 14px;
  font-family: OpenSans-Bold; }

.copyright {
  margin-top: 40px; }
  .copyright img {
    display: block; }
  .copyright span {
    display: block;
    margin-top: 15px;
    padding-bottom: 15px;
    font-family: OpenSans-Light;
    font-size: 14px; }

@media screen and (max-width: 1199px) {
  .top-bar-wrap img {
    margin-right: 70px;
    max-height: 50px; }

  .top-bar-wrap span {
    margin-top: 15px; }

  .top-bar-wrap {
    padding-top: 5px;
    padding-bottom: 5px; }

  .menu-wrap .menu .navbar .navbar-collapse #navigacija .nav-item .nav-link {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px; }

  .menu-wrap {
    padding-top: 10px;
    padding-bottom: 10px; }

  .menu-wrap .menu .navbar .navbar-collapse #navigacija .dropdown-menu {
    margin-top: 12px; }

  .front-slider-wrap .fs-intro h2 {
    font-size: 35px; }
    .front-slider-wrap .fs-intro p {
      font-size: 14px;
    }

  body .main-featured-blog-item .featured-info-wrap .admin-readmore span {
    font-size: 12px; }

  body .main-featured-blog-item .featured-info-wrap .readmore-hold {
    margin-right: 15px; }

  .gallery-item a {
    font-size: 16px; }

  .small-fancy-wrap .fancy-img-wrap {
    height: 170px; }

  .big-fancy-wrap .fancy-img-wrap {
    height: 348px; } }
@media screen and (max-width: 991px) {
  .menu-wrap {
    position: relative; }

  .top-bar-wrap {
    display: none; }

  .menu-wrap .menu .navbar .navbar-collapse #navigacija .nav-item .nav-link {
    padding-left: 0;
    padding-right: 0; }

  .menu-wrap .menu .navbar .navbar-toggler {
    border: none;
    outline: none;
    margin-top: 6px;
    margin-right: 0;
    padding-right: 0;
    margin-right: -15px; }

  .menu-wrap .menu .navbar .navbar-brand {
    display: inline-block; }
    .menu-wrap .menu .navbar .navbar-brand img {
      max-height: 40px; }

  .front-slider-wrap {
    display: none; }
.featured-blog-item .featured-info-wrap h3 {
  font-size: 14px;
  height: 80px;
}
  .menu-wrap .menu .navbar .navbar-collapse #navigacija .dropdown-menu .dropdown-item a {
    font-size: 14px; }

  .front-main {
    margin-top: 15px; }

  .menu-wrap .menu .navbar .navbar-collapse #navigacija .dropdown-menu {
    border-left: none;
    border-right: none;
    border-bottom: none; }

  .front-main .readmore-title h2 {
    font-size: 24px; }

  .sidebar-wrap {
    border: none; }

  .inner-header-title {
    height: 250px; }
    .inner-header-title h1 {
      font-size: 34px; }

  .small-fancy-wrap .fancy-img-wrap {
    height: 120px; }

  .big-fancy-wrap .fancy-img-wrap {
    height: 248px; }

  .front-main .readmore-title .date {
    position: relative;
    display: block;
    right: 0;
    font-size: 14px; }

  .map-wrap {
    margin-bottom: 30px; } }
@media screen and (max-width: 767px) {
  .featured-blog-item .featured-info-wrap .admin-readmore,
  .main-featured-blog-item .featured-image-wrap,
  .featured-blog-item .featured-image-wrap {
    display: block; }

  .featured-blog-item .featured-info-wrap .readmore-hold,
  .featured-blog-item .featured-info-wrap .admin {
    width: 100%; }

  .featured-blog-item .featured-info-wrap .readmore-hold .readmore {
    max-width: 150px; }

  .featured-blog-item .featured-info-wrap .admin span {
    display: inline-block;
    margin-right: 15px; }

  body .main-featured-blog-item .featured-info-wrap h3,
  .featured-blog-item .featured-info-wrap h3,
  .featured-blog-item .featured-info-wrap .blog-excerpt {
    display: block;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px; }

  .featured-blog-item .featured-image-wrap img {
    height: auto;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none; }

  .main-featured-blog-item .featured-image-wrap {
    height: auto; }

  .small-title {
    display: block; }

  .front-main .readmore-title .readmore {
    display: none; }

  .front-main .small-readmore-title .readmore {
    display: flex;
    position: relative;
    left: 0;
    right: 0; }

  .gallery-item-wrap {
    margin-bottom: 30px; }

  .gallery-title {
    margin-top: 0; }

  .sidebar-wrap {
    margin-top: 15px; }

  .about-us-item {
    padding-right: 0; }

  .about-us-item .readmore {
    position: relative;
    bottom: 0;
    top: 0;
    margin-left: 0;
    margin-top: 15px; }

  .nabavke-item {
    text-align: center; }
    .nabavke-item img {
      margin-left: auto;
      margin-right: auto; }

  .inner-wrap ul {
    padding-left: 0; }

  .pagination-wrap {
    margin-top: 15px;
    margin-bottom: 30px; }

  .pagination-wrap .pagination .page-link {
    margin-right: 3px; }

  .other-news-item .oni-img {
    height: auto; }
    .other-news-item .oni-img img {
      height: auto;
      min-height: auto;
      min-width: 100%;
      max-width: 100%;
      position: relative;
      left: 0;
      top: 0;
      -webkit-transform: none;
      transform: none; }

  .other-news-item .oni-title,
  .other-news-item .omi-excerpt {
    height: auto;
    display: block; } }
@media screen and (max-width: 575px) {
  .menu-wrap .menu {
    padding: 0; }

  .menu-wrap .menu .navbar .navbar-brand img {
    max-height: 30px; }

  .menu-wrap .menu .navbar .navbar-toggler {
    margin-top: 3px; }

  footer {
    padding-top: 55px; }

  .small-fancy-wrap .fancy-img-wrap {
    height: 80px; }

  .big-fancy-wrap .fancy-img-wrap {
    height: 168px; } }

/*# sourceMappingURL=main.css.map */
