h1,
h2,
h3,
h4 {
  margin: 0; }

p {
  font-size: 16px;
  line-height: 26px; }

a {
  outline: none !important; }

.but-def {
  color: #fff;
  border-radius: 50px;
  padding: 12px 24px;
  margin: 12px 0;
  display: inline-block;
  text-decoration: none !important;
  background-color: #f86f80;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .but-def:hover, .but-def:focus {
    color: #fff;
    background-color: #D15E6C; }

header {
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 56px; }
  header .header-bg {
    width: 100%;
    height: 56px;
    z-index: 998;
    position: fixed;
    top: 0;
    opacity: 0.9;
    background-color: #0db7c4;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.4); }
  header .nav-container {
    width: 100%;
    padding: 0 15px;
    z-index: 999;
    position: fixed;
    top: 0; }
  header ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    header ul li {
      display: inline-block;
      margin: 18px 2px; }
      header ul li a {
        color: #fff;
        text-decoration: none !important;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        padding: 8px 20px;
        border-radius: 50px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        header ul li a:hover, header ul li a:focus {
          background-color: #0f949e;
          color: #fff; }
      header ul li:last-child a {
        background-color: #f86f80;
        border: solid 2px #fff; }
        header ul li:last-child a:hover {
          background-color: #D15E6C; }
  header .menu-but {
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 8px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f86f80;
    border: solid 2px #fff; }
    header .menu-but:hover {
      background-color: #D15E6C; }

.modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0db7c4;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  pointer-events: none; }
  .modal-dialog ul {
    margin: 60px 0 0 20px;
    padding: 0;
    list-style: none; }
    .modal-dialog ul li {
      margin-bottom: 30px; }
    .modal-dialog ul a {
      text-decoration: none;
      color: #fff;
      font-weight: 700;
      font-size: 24px;
      text-transform: uppercase; }

.modal-dialog:target {
  opacity: 1;
  pointer-events: auto; }

.close {
  position: absolute;
  margin: 5px 7px 0 0;
  opacity: 1;
  font-weight: 400;
  right: 40px;
  top: 0;
  color: #f86f80;
  font-size: 40px; }
  .close:hover, .close:focus {
    color: #f86f80;
    opacity: 1; }

.lending-page {
  height: 700px;
  width: 100%;
  background-image: url(../img/sections/lending-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px; }
  .lending-page h1,
  .lending-page h2 {
    color: #fff;
    background-color: #0db7c4;
    display: inline-block;
    padding: 18px 32px;
    border-radius: 50px; }
  .lending-page h1 {
    font-weight: 600;
    margin-bottom: 20px; }
  .lending-page h2 {
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 30px; }
  .lending-page h4 {
    color: #fff;
    max-width: 500px;
    margin: 0 auto 40px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
    line-height: 24px;
    font-size: 20px;
    font-weight: 600; }
  .lending-page .but-def {
    border: solid 2px #fff; }
  @media screen and (max-width: 991px) {
    .lending-page {
      background-image: url(../img/sections/lending-bg-xs.jpg);
      padding-top: 120px;
      height: 600px; }
      .lending-page h1 {
        font-size: 28px;
        background-color: rgba(13, 183, 196, 0.6);
        padding: 14px 28px; }
      .lending-page h2 {
        font-size: 24px;
        background-color: rgba(13, 183, 196, 0.6);
        padding: 14px 28px; }
      .lending-page h4 {
        font-size: 18px; } }
  @media screen and (max-width: 768px) {
    .lending-page {
      padding-top: 80px;
      height: 500px; }
      .lending-page h1 {
        font-size: 22px;
        padding: 10px 20px; }
      .lending-page h2 {
        font-size: 18px;
        line-height: 28px;
        padding: 10px 20px; }
      .lending-page h4 {
        font-size: 14px;
        font-weight: bold; } }

.section {
  padding: 80px 0; }
  .section h1 {
    color: #f86f80;
    margin-bottom: 30px; }
  .section h2 {
    color: #f86f80; }
  .section hr {
    margin-bottom: 80px; }

.articles .img-header {
  height: 320px;
  position: relative;
  max-width: 300px;
  margin: 0 auto; }
  .articles .img-header img {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    margin: 0 auto; }
  .articles .img-header .img-overlay,
  .articles .img-header .headline-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 300px;
    height: 90px; }
  .articles .img-header .img-overlay {
    background-color: #0db7c4;
    opacity: 0.7;
    z-index: 500; }
  .articles .img-header .headline-container {
    padding: 15px;
    color: #fff;
    z-index: 501; }
    .articles .img-header .headline-container h3 {
      font-size: 22px;
      line-height: 30px;
      font-weight: 600; }
.articles .intro-button {
  max-width: 300px;
  margin: 0 auto; }
  .articles .intro-button p {
    height: 130px;
    margin-top: 20px; }
.articles hr {
  margin-bottom: 40px; }

.zakazite-pregled,
.about-us {
  padding: 80px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .zakazite-pregled .overlay,
  .about-us .overlay {
    background-color: #0db7c4;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .zakazite-pregled h1,
  .zakazite-pregled h4,
  .about-us h1,
  .about-us h4 {
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 30px; }
  .zakazite-pregled h4,
  .about-us h4 {
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 40px; }
  .zakazite-pregled hr,
  .about-us hr {
    border-color: #fff;
    margin-bottom: 80px; }
  .zakazite-pregled p,
  .about-us p {
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 40px;
    font-weight: 600; }
  .zakazite-pregled .but-def,
  .about-us .but-def {
    border: solid 2px #fff; }

.about-us {
  background-image: url(../img/sections/about-us.jpg); }

.zakazite-pregled {
  background-image: url(../img/sections/zakazite-pregled.jpg); }

.employees {
  margin-bottom: -50px; }
  .employees img {
    width: 100%;
    max-width: 350px; }
  .employees h2 {
    margin: 24px 0 12px;
    font-size: 24px; }
  .employees h3 {
    color: #616161;
    margin-bottom: 36px;
    font-size: 18px; }

.pages-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  position: relative; }
  .pages-header h1 {
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    top: 80%;
    transform: translateY(-80%); }
  @media screen and (max-width: 992px) {
    .pages-header {
      height: 350px; } }
  @media screen and (max-width: 768px) {
    .pages-header {
      height: 300px; } }

.image-gallery p {
  margin-bottom: 50px; }
.image-gallery img {
  width: 100%;
  height: auto;
  max-width: 250px;
  margin-bottom: 50px;
  border: solid 2px transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .image-gallery img:hover {
    border: solid 2px #f86f80; }

.ordinacija-cover {
  background-image: url(../img/sections/ordinacija-cover.jpg); }

.services {
  padding-top: 60px; }
  .services h3 {
    color: #0db7c4;
    margin-bottom: 15px;
    margin-top: 30px; }
  .services .row.clearfix {
    border-bottom: solid 1px #bdbdbd;
    padding: 5px 0; }

.usluga p {
  margin: 0 !important; }

.cena-usluge p {
  margin: 0 !important;
  text-align: right;
  font-weight: bolder;
  color: #616161; }

.articles-page {
  margin-top: -60px; }
  .articles-page h3 {
    color: #f86f80;
    margin-top: 60px;
    font-weight: 600; }
  .articles-page hr {
    margin-bottom: 30px; }
  .articles-page img {
    float: right;
    margin: 0 0 30px 30px;
    width: 290px;
    height: auto; }
    @media screen and (max-width: 768px) {
      .articles-page img {
        float: none;
        margin: 0 auto 30px; } }
  .articles-page h4 {
    margin-bottom: 8px; }
  .articles-page p {
    margin-bottom: 20px; }
  .articles-page li {
    font-size: 16px; }

.savetovaliste-cover {
  background-image: url(../img/sections/savetovaliste-cover.jpg); }
  @media screen and (max-width: 992px) {
    .savetovaliste-cover {
      background-image: url(../img/sections/savetovaliste-cover-sm.jpg); } }

.contact-page h3,
.zakazite-page h3 {
  color: #f86f80;
  margin-top: 40px; }
.contact-page hr,
.zakazite-page hr {
  margin-bottom: 30px; }
.contact-page ul,
.zakazite-page ul {
  list-style: none; }
  .contact-page ul li,
  .zakazite-page ul li {
    margin: 15px 0;
    font-size: 16px; }
  .contact-page ul a,
  .zakazite-page ul a {
    color: #616161; }
  .contact-page ul i,
  .zakazite-page ul i {
    font-size: 22px;
    margin-right: 8px;
    color: #f86f80; }
.contact-page .but-def,
.zakazite-page .but-def {
  border: none; }

.contact-page {
  margin-top: -40px; }

.kontakt-cover {
  background-image: url(../img/sections/zakazite-pregled.jpg); }

.zakazite-pregled-cover {
  background-image: url(../img/sections/zakazite-pregled-cover.jpg); }

.thanks {
  margin-top: 40px; }

#grad {
  display: none; }

.form-fields {
  width: 100%;
  max-width: 500px;
  margin: 25px 0;
  background-color: #e0e0e0;
  border: none;
  padding: 12px 28px;
  font-size: 16px;
  border: solid 2px #e0e0e0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .form-fields:focus {
    border: solid 2px #f86f80; }

.map {
  width: 100%;
  height: auto; }

.map-overlay {
  width: 100%;
  height: 450px;
  position: relative;
  background-color: transparent;
  margin-bottom: -450px; }

footer {
  background-color: #fff;
  width: 100%; }
  footer .bot-nav {
    padding: 20px 0; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul li {
      display: inline-block;
      margin: 15px; }
      footer ul li a {
        color: #0db7c4;
        font-size: 16px;
        text-transform: uppercase; }
        footer ul li a:hover {
          color: #0db7c4; }
  footer .copyright {
    background-color: #f86f80;
    width: 100%;
    color: #fff;
    padding: 25px 0; }
    footer .copyright h6 {
      margin: 0;
      font-size: 14px;
      line-height: 22px; }

/*# sourceMappingURL=style.css.map */
