/*================================================
Default CSS
=================================================*/
.dark-version {
  position: fixed;
  z-index: 1000;
  right: 95px;
  bottom: 45px;
}
.dark-version .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.dark-version .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.dark-version .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff661f;
  transition: 0.4s;
}
.dark-version .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2.5px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: white url("https://i.ibb.co/FxzBYR9/night.png");
  background-repeat: no-repeat;
  background-position: center;
}
.dark-version input:checked + .slider {
  background-color: #ff661f;
}
.dark-version input:focus + .slider {
  box-shadow: 0 0 1px #ff661f;
}
.dark-version input:checked + .slider:before {
  transform: translateX(24px);
  background: white url("https://i.ibb.co/7JfqXxB/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}
.dark-version .slider.round {
  border-radius: 50px;
}
.dark-version .slider.round:before {
  border-radius: 50%;
}

.theme-light .black-logo {
  display: block;
}
.theme-light .white-logo {
  display: none;
}

.theme-dark .black-logo {
  display: none;
}
.theme-dark .white-logo {
  display: block;
}
.theme-dark body {
  background-color: #000000;
  color: #f1f1f1;
}
.theme-dark p {
  color: #f1f1f1;
}
.theme-dark p a {
  color: #f1f1f1 !important;
}
.theme-dark p a:hover {
  color: #ff661f !important;
}
.theme-dark span {
  color: #ffffff !important;
}
.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff !important;
}
.theme-dark .h1 a, .theme-dark .h2 a, .theme-dark .h3 a, .theme-dark .h4 a, .theme-dark .h5 a, .theme-dark .h6 a, .theme-dark h1 a, .theme-dark h2 a, .theme-dark h3 a, .theme-dark h4 a, .theme-dark h5 a, .theme-dark h6 a {
  color: #ffffff !important;
}
.theme-dark .h1 a:hover, .theme-dark .h2 a:hover, .theme-dark .h3 a:hover, .theme-dark .h4 a:hover, .theme-dark .h5 a:hover, .theme-dark .h6 a:hover, .theme-dark h1 a:hover, .theme-dark h2 a:hover, .theme-dark h3 a:hover, .theme-dark h4 a:hover, .theme-dark h5 a:hover, .theme-dark h6 a:hover {
  color: #ff661f !important;
}
.theme-dark .date {
  color: #f1f1f1 !important;
}
.theme-dark .section-title {
  border-bottom: 1px solid #09101f;
}
.theme-dark .top-header-area {
  background-color: #000000;
}
.theme-dark .top-header-area.bg-color {
  border-bottom: 1px solid #000000;
}
.theme-dark .top-header-area.bg-color .top-header-others li a {
  color: #ffffff !important;
}
.theme-dark .top-header-area.bg-color .top-header-others li a:hover {
  color: #ff661f !important;
}
.theme-dark .top-header-area.bg-ffffff .top-header-others li a {
  color: #ffffff !important;
}
.theme-dark .top-header-area.bg-ffffff .top-header-others li a:hover {
  color: #ff661f !important;
}
.theme-dark .main-navbar {
  background-color: #09101f;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #ffffff;
  background-color: #ff661f;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item:hover a, .theme-dark .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #ffffff;
  background-color: #ff661f;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #000000;
  background-color: transparent;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ff661f;
}
.theme-dark .main-navbar .navbar .others-options .option-item .search-box .form-control {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.theme-dark .main-navbar .navbar .others-options .option-item .search-box .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .main-navbar .navbar .others-options .option-item .search-box .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .single-main-news-box {
  border: 1px solid #09101f;
}
.theme-dark .widget-area .widget .widget-title {
  border-bottom: 1px solid #09101f;
}
.theme-dark .widget-area .tagcloud a {
  border: 1px solid #09101f !important;
  color: #ffffff;
}
.theme-dark .widget-area .widget_newsletter {
  background-color: #09101f;
}
.theme-dark .widget-area .widget_newsletter .newsletter-form .input-newsletter {
  background-color: #000000;
  color: #ffffff;
}
.theme-dark .widget-area .widget_newsletter .newsletter-form .input-newsletter::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .widget-area .widget_newsletter .newsletter-form .input-newsletter::placeholder {
  color: #ffffff;
}
.theme-dark .widget-area .widget_newsletter .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.theme-dark .widget-area .widget_newsletter .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.theme-dark .widget-area .widget_search form .search-field {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #09101f;
}
.theme-dark .widget-area .widget_search form .search-field::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .widget-area .widget_search form .search-field::placeholder {
  color: #ffffff;
}
.theme-dark .most-popular-post {
  border: 1px solid #09101f;
}
.theme-dark .single-footer-widget .social li a i {
  border: 1px solid #000000;
}
.theme-dark .single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter {
  background-color: #000000;
  color: #ffffff;
}
.theme-dark .single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter::placeholder {
  color: #ffffff;
}
.theme-dark .single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.theme-dark .single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.theme-dark .navbar-two .main-navbar {
  border-bottom: 1px solid #09101f;
}
.theme-dark .single-new-news {
  border: 1px solid #09101f;
}
.theme-dark .daily-briefing-item {
  border: 1px solid #09101f;
}
.theme-dark .daily-briefing-item .title h3::before {
  border-bottom: 1px solid #09101f;
}
.theme-dark .daily-briefing-item .daily-briefing-content {
  border-bottom: 1px solid #09101f;
}
.theme-dark .single-new-news-box {
  border: 1px solid #09101f;
}
.theme-dark .page-title-area {
  border-bottom: 1px solid #09101f;
}
.theme-dark .page-title-content ul li a {
  color: #ffffff;
}
.theme-dark .page-title-content ul li a:hover {
  color: #ff661f;
}
.theme-dark .pagination-area .page-numbers {
  box-shadow: unset;
}
.theme-dark .blog-details-desc .article-content span a {
  color: #f1f1f1;
}
.theme-dark .blog-details-desc .article-content span a:hover {
  color: #ff661f;
}
.theme-dark .blog-details-desc .article-content .features-list li {
  color: #ffffff;
}
.theme-dark .article-footer {
  border-top: 1px solid #09101f;
}
.theme-dark blockquote, .theme-dark .blockquote {
  background-color: #09101f;
}
.theme-dark blockquote p, .theme-dark .blockquote p {
  color: #ffffff;
}
.theme-dark .post-navigation {
  border-top: 1px solid #09101f;
  border-bottom: 1px solid #09101f;
}
.theme-dark .post-navigation a {
  color: #ffffff;
}
.theme-dark .post-navigation a:hover {
  color: #ff661f;
}
.theme-dark .comments-area .comment-body {
  color: #ffffff;
}
.theme-dark .comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: #ffffff;
}
.theme-dark .comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #ff661f;
  border-color: #ff661f;
}
.theme-dark .comments-area .comment-metadata {
  color: #f1f1f1;
}
.theme-dark .comments-area .comment-metadata a {
  color: #f1f1f1;
}
.theme-dark .comments-area .comment-metadata a:hover {
  color: #ff661f;
}
.theme-dark .comments-area .comment-respond input[type=date], .theme-dark .comments-area .comment-respond input[type=time], .theme-dark .comments-area .comment-respond input[type=datetime-local], .theme-dark .comments-area .comment-respond input[type=week], .theme-dark .comments-area .comment-respond input[type=month], .theme-dark .comments-area .comment-respond input[type=text], .theme-dark .comments-area .comment-respond input[type=email], .theme-dark .comments-area .comment-respond input[type=url], .theme-dark .comments-area .comment-respond input[type=password], .theme-dark .comments-area .comment-respond input[type=search], .theme-dark .comments-area .comment-respond input[type=tel], .theme-dark .comments-area .comment-respond input[type=number], .theme-dark .comments-area .comment-respond textarea {
  background-color: #09101f;
  color: #ffffff;
  border: 1px solid #09101f;
}
.theme-dark .comments-area .comment-respond input[type=date]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=time]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=datetime-local]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=week]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=month]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=text]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=email]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=url]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=password]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=search]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=tel]::-moz-placeholder, .theme-dark .comments-area .comment-respond input[type=number]::-moz-placeholder, .theme-dark .comments-area .comment-respond textarea::-moz-placeholder {
  color: #09101f;
}
.theme-dark .comments-area .comment-respond input[type=date]::placeholder, .theme-dark .comments-area .comment-respond input[type=time]::placeholder, .theme-dark .comments-area .comment-respond input[type=datetime-local]::placeholder, .theme-dark .comments-area .comment-respond input[type=week]::placeholder, .theme-dark .comments-area .comment-respond input[type=month]::placeholder, .theme-dark .comments-area .comment-respond input[type=text]::placeholder, .theme-dark .comments-area .comment-respond input[type=email]::placeholder, .theme-dark .comments-area .comment-respond input[type=url]::placeholder, .theme-dark .comments-area .comment-respond input[type=password]::placeholder, .theme-dark .comments-area .comment-respond input[type=search]::placeholder, .theme-dark .comments-area .comment-respond input[type=tel]::placeholder, .theme-dark .comments-area .comment-respond input[type=number]::placeholder, .theme-dark .comments-area .comment-respond textarea::placeholder {
  color: #09101f;
}
.theme-dark .comments-area .comment-respond .comment-form-cookies-consent label {
  color: #ffffff;
}
.theme-dark .author-area .container {
  border-bottom: 1px solid #09101f;
}
.theme-dark .author-content .author-list li a {
  color: #ffffff;
}
.theme-dark .author-content .author-list li a:hover {
  color: #ff661f;
}
.theme-dark .single-team-box .content {
  background-color: #09101f;
}
.theme-dark .login-form {
  background-color: #09101f;
}
.theme-dark .login-form form .form-group label {
  color: #ffffff;
}
.theme-dark .login-form form .form-group .form-control {
  background-color: #000000 !important;
  color: #ffffff;
  border: 1px solid #000000;
}
.theme-dark .login-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .login-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .login-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.theme-dark .login-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.theme-dark .login-form form .form-check {
  color: #ffffff;
}
.theme-dark .login-form form .lost-your-password a {
  color: #ffffff;
}
.theme-dark .login-form .important-text p {
  color: #ffffff;
}
.theme-dark .register-form {
  background-color: #09101f;
}
.theme-dark .register-form form .form-group label {
  color: #ffffff;
}
.theme-dark .register-form form .form-group .form-control {
  background-color: #000000 !important;
  color: #ffffff;
  border: 1px solid #000000;
}
.theme-dark .register-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .register-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .register-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.theme-dark .register-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.theme-dark .register-form form .form-check {
  color: #ffffff;
}
.theme-dark .register-form .important-text p {
  color: #ffffff;
}
.theme-dark .faq-accordion .accordion .accordion-item {
  border: 2px solid #09101f;
  background-color: #09101f;
}
.theme-dark .faq-accordion .accordion .accordion-title {
  color: #ffffff;
}
.theme-dark .faq-accordion .accordion .accordion-title i {
  color: #ffffff;
}
.theme-dark .faq-accordion .accordion .accordion-title.active i::before {
  color: #ff661f;
}
.theme-dark .faq-accordion .accordion .accordion-content {
  border-top: 1px solid #ff661f;
  color: #f1f1f1;
}
.theme-dark .coming-soon-content {
  background: #09101f;
}
.theme-dark .coming-soon-content #timer div {
  background-color: #000000;
}
.theme-dark .coming-soon-content form .form-group .form-control {
  background-color: transparent;
  color: #ffffff;
}
.theme-dark .coming-soon-content form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .coming-soon-content form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .contact-info li {
  color: #f1f1f1;
}
.theme-dark .contact-info li a {
  color: #f1f1f1;
}
.theme-dark .contact-info li a:hover {
  color: #ff661f;
}
.theme-dark .contact-form {
  background-color: #09101f;
}
.theme-dark .contact-form form .form-group .form-control {
  background-color: #000000 !important;
  color: #ffffff;
  border: 1px solid #000000;
}
.theme-dark .contact-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .contact-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .contact-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.theme-dark .contact-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.theme-dark .contact-form form .form-check {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .theme-dark .navbar-area {
    background-color: #09101f;
  }
  .theme-dark .navbar-area.is-sticky {
    background-color: #09101f !important;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle:hover {
    background-color: #ff661f;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-dark .navbar-area {
    background-color: #09101f;
  }
  .theme-dark .navbar-area.is-sticky {
    background-color: #09101f !important;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle:hover {
    background-color: #ff661f;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .theme-dark .navbar-area {
    background-color: #09101f;
  }
  .theme-dark .navbar-area.is-sticky {
    background-color: #09101f !important;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle:hover {
    background-color: #ff661f;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background-color: #ffffff;
  }
}

/*================================================
5portal custom — search popup / article body / ContentBuilder
=================================================*/
/* Search popup (već tamni overlay; uskladi sa dark paletom #000 / #09101f) */
.theme-dark .search-popup {
  background: rgba(0, 0, 0, 0.94);
}
.theme-dark .search-popup-close {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
.theme-dark .search-popup-close:hover,
.theme-dark .search-popup-close:focus {
  background: #4c3997;
  color: #ffffff;
}
.theme-dark .search-popup-form {
  border-bottom-color: rgba(255, 255, 255, 0.28);
}
.theme-dark .search-popup-input {
  color: #ffffff;
  background: transparent;
}
.theme-dark .search-popup-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme-dark .search-popup-submit {
  background-color: #4c3997;
  color: #ffffff;
}
.theme-dark .search-popup-submit:hover,
.theme-dark .search-popup-submit:focus {
  background-color: #ff661f;
  color: #ffffff;
}

/* Article / ContentBuilder body — prebija style.css light override (#656565) */
.theme-dark .article-content.article-body,
.theme-dark .article-content.article-body p {
  color: #f1f1f1;
}
.theme-dark .article-content.article-body h1,
.theme-dark .article-content.article-body h2,
.theme-dark .article-content.article-body h3,
.theme-dark .article-content.article-body h4,
.theme-dark .article-content.article-body h5,
.theme-dark .article-content.article-body h6 {
  color: #ffffff;
}
.theme-dark .article-content.article-body .is-dark-text p span {
  color: inherit;
}

/* CB wrapper (realno korišćeno: is-section / is-boxes / is-container / is-bg-light / is-dark-text) */
.theme-dark .article-content.article-body .is-section.is-bg-light,
.theme-dark .article-content.article-body .is-box.is-bg-light,
.theme-dark .article-content.article-body .is-bg-light {
  background-color: #09101f !important;
  background-image: none !important;
}
.theme-dark .article-content.article-body .is-dark-text,
.theme-dark .article-content.article-body .is-dark-text * {
  color: #f1f1f1 !important;
}
/* Linkovi NAKON is-dark-text * (i nakon content-bootstrap.css koji se učitava poslije dark.css) */
.theme-dark .news-details-area .blog-details-desc .article-body a,
.theme-dark .article-content.article-body a,
.theme-dark .article-content.article-body .is-dark-text a {
  color: #08c9b9 !important;
}
.theme-dark .news-details-area .blog-details-desc .article-body a:hover,
.theme-dark .news-details-area .blog-details-desc .article-body a:focus,
.theme-dark .article-content.article-body a:hover,
.theme-dark .article-content.article-body a:focus,
.theme-dark .article-content.article-body .is-dark-text a:hover {
  color: #ff661f !important;
}
.theme-dark .article-content.article-body .is-container,
.theme-dark .article-content.article-body .is-boxes,
.theme-dark .article-content.article-body .is-box-centered {
  color: #f1f1f1;
}

/* Toggle iznad go-top / cookie; template default z-index:1 je prenizak */
.dark-version {
  z-index: 1000;
}

/*
 * Dark toggle živi u .main-responsive-menu (između loga i hamburgera).
 * Na desktopu je .main-responsive-nav inače display:none — “izvlačimo” samo toggle
 * da ostane position:fixed donji desni ugao. Na mobilnom (≤1199 = meanScreenWidth) u flex redu.
 */
@media only screen and (min-width: 1200px) {
  .main-responsive-nav {
    display: block !important;
    height: 0;
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .main-responsive-nav > .container {
    height: 0;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
  .main-responsive-nav .logo,
  .main-responsive-nav .mean-bar,
  .main-responsive-nav .mean-nav,
  .main-responsive-nav .mean-push {
    display: none !important;
  }
  .main-responsive-nav .dark-version {
    position: fixed;
    right: 95px;
    bottom: 45px;
    z-index: 1000;
    margin: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .main-responsive-nav .main-responsive-menu {
    display: flex;
    align-items: center;
    padding-right: 48px; /* prostor za absolute hamburger (meanmenu-reveal) */
  }
  .main-responsive-nav .main-responsive-menu .logo {
    flex: 0 0 auto;
    z-index: 2;
  }
  .main-responsive-nav .dark-version {
    position: relative; /* z-index iznad .mean-bar (999) */
    right: auto;
    bottom: auto;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    z-index: 1001;
  }
  .main-responsive-nav .dark-version .switch {
    width: 50px;
    height: 28px;
  }
  .main-responsive-nav .dark-version .slider:before {
    height: 24px;
    width: 24px;
    left: 2px;
  }
  .main-responsive-nav .dark-version input:checked + .slider:before {
    transform: translateX(20px);
  }
  /* Hamburger vs logo/toggle/… red — spusti da se poravna */
  .main-responsive-nav .mean-container a.meanmenu-reveal {
    margin-top: 8px;
  }
}

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