body {
  font-family: 'Roboto', Arial, sans-serif !important;
  color: #121212;
  background-color: #e3e3e3 !important;
  background-image: url('img/bg-bottom-right.png') !important;
  background-position:  right bottom;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
}

header {
  position: fixed;
  top: 0 !important;
  right: 0 !important;
  left: 0;
  height: 60px;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  border-bottom: 1px solid #dadada;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 10px
}

img {
  margin: 15px 25px;
  vertical-align: middle;
  border-style: none;
}

a:hover {
  text-decoration: none;
}

.main {
  width: 100%;
  margin: 60px auto;
  margin-bottom: 0;
  font-size: 16px;
  min-height: calc(100vh - 165px);
}

.widget {
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.vlt-widget {
  border: 1px solid #bcbec0;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}

.home-widget {
  background-color: #5290ab;
  text-align: center;
  overflow: hidden;
}

.home-widget img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.card-title-prva-div {
  height: 65px !important;
  padding-top: 5px;
}

.home-widget h2 {
  color: #ffffff;
  min-height: 40px;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}

.home-widget p {
  font-size: 13px;
  line-height: 19px;
  display: block;
  height: 90px;
  color: #d3e0e6;
  /*margin: 15px 0 0 0;*/
}

.footer-link-color {
  color: #26819e !important;
}

.footer {
  bottom: 0;
  left: 0;
  padding: 19px 20px 4px 20px;
  position: relative;
  right: 0;
  font-size: 11px;
}

.under-row {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .under-row  {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.p-margin-top {
  margin: 15px 0 0 0;
}

.p-margin-bot {
  margin: 40px 0 0 0;
}