/**
 * THEMES.DARK
 */
/* Body */
body {
  background: #162626;
  color: #979899;
}

/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #a4a5a6;
}

/* Link Container */
.t-link-container {
  color: inherit;
  display: block;
}

.t-link-container:hover,
.t-link-container:focus,
.t-link-container:active {
  color: inherit;
}

.t-link-container .t-link-container__item--blended {
  color: inherit;
}

/* Links */
a,
.t-link-container .t-link-container__item,
.t-link-container:hover .t-link-container__item--blended {
  color: #e0a80d;
}

/* Hover Links */
a:hover,
a:focus,
a:active,
.t-link-container:hover .t-link-container__item {
  color: #fefaee;
}

/* Horizontal Rulers */
hr,
.t-border-color {
  border-color: #006666 ;
}

hr,
.t-border-color-bg {
  background: #006666 ;
}

/* Primary Color */
.t-primary-color,
.t-primary-color-line {
  color: #e0a80d;
}

.t-primary-bg,
.t-primary-color-line {
  background: #e0a80d;
}

/* Preloader */
.t-preloader__spinner:not(:required):before {
  border-top-color: #e0a80d;
  border-bottom-color: #e0a80d;
}

/* Brand Colors */
.t-title__first-word {
  color: #a4a5a6;
}

.t-title__second-word {
  color: #e0a80d;
}

.t-sub-title {
  color: #979899;
}

/* Brand Typography */
.t-title {
  font-size: 4.8rem;
  line-height: 0.91;
}

.t-title__first-word {
  font-weight: 300;
}

.t-title__second-word {
  text-transform: uppercase;
  font-weight: 700;
}

.t-sub-title {
  font-weight: 300;
  font-size: 1.5rem;
}

/* Icons */
.fas,
.far,
.fal,
.fab {
  color: #575859;
}

/* Social Buttons */
.t-social-button {
  background: #0b1818;
  border-color: #0b1818;
}

.t-social-button .fas,
.t-social-button .far,
.t-social-button .fal,
.t-social-button .fab {
  color: #717273;
}

.t-social-button:hover {
  background: #006666 ;
  border-color: #006666;
}

.t-social-button:hover .fas,
.t-social-button:hover .far,
.t-social-button:hover .fal,
.t-social-button:hover .fab {
  color: #e0a80d;
}

/* Image Overlay */
.t-image-overlay {
  background: #162626;
}

.t-image-overlay * {
  color: #e4e5e5;
}

.t-image-overlay:hover img {
  opacity: 0.4;
}

.t-image-overlay__deco-line {
  color: #c0c1c1;
  background: #c0c1c1;
}

/* Transition */
a,
button,
a .fa,
.t-link-container .t-link-container__item,
.t-link-container .t-link-container__item--blended {
  transition: all .15s linear;
}

/* Sections */
.t-section__header {
  background: #025c5c;
}

.t-section__content,
.t-section--header .t-section__header {
  background: #162626;
}

.t-section__content-border-color {
  border-color: #162626;
}

.t-timeline__point {
  box-shadow: 0 0 0 6px #162626;
}

@media (max-width: 1023px) {
  .t-section__header {
    border-top: 1px solid #404242;
    border-bottom: 1px solid #404242;
  }
  .t-section--header .t-section__header {
    border-top: none;
    border-bottom: none;
  }
}

@media (min-width: 1024px) {
  /* Odd Sections */
  .t-section,
  .t-section__header,
  .t-section--header .t-section__header {
    background: #006666 ;
  }
  .t-section__content {
    background: #162626;
  }
  /* Even Sections */
  .t-section:nth-child(even),
  .t-section:nth-child(even) .t-section__header {
    background: #025c5c;
  }
  .t-section:nth-child(even) .t-section__content {
    background: #112121;
  }
  .t-section:nth-child(even) .t-timeline__point {
    box-shadow: 0 0 0 6px #112121;
  }
}

.o-section__heading{
  color:#fff;
}

.c-brand__sizer{
  color:#fff;
}

/* Stilizacija vertikalnog scroll bara */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #006666;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #004d4d;
}

/* Za Firefox */
.scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #006666 #f1f1f1;
}

.c-header__contact-divider{
  background: #006666;
}