.mr-30 {
  margin-right: -30px;
}

@media (min-width: 576px) {
    .mh30 {
	min-height: 60px;
    }
    .mh50 {
	min-height: 125px;
    }

}

@media (min-width: 768px) {
    .mh30 {
	min-height: 63px;  
    }
    .mh50 {
	min-height: 85px;
    }

}
#Capa_1 {
    display:block;
    margin: auto;
}
.servic-data {
    text-align: center;
}

#cookie-banner {
    position: fixed;
    bottom: 14px;
    left: 0;
    width: 98%;
    z-index: 1000;
    border-radius: 0;
    line-height: 40px;
    padding: 10px;
    margin: 10px 10px;
    color: white;
    background-color: #0022aa;
    display: none;
  }

#back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    z-index: 1000;
    border-radius: 0;
    line-height: 35px;
    padding: 10px 7px 0;
    margin: 10px 10px;
    color: white;
    background-color: #6964f7;
    border-radius: 5px;
    box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6);
    display: none;
    cursor: pointer;
  }

#back-to-top i {
    text-align: center;
}

#toggle-code {
    font-size: 20px;
    letter-spacing: 1.2px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 170px;
    z-index: 1000;
    border-radius: 0;
    line-height: 35px;
    padding: 10px 7px 0 15px;
    margin: 10px 10px;
    color: white;
    background-color: #6964f7;
    border-radius: 5px;
    box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6);
    display: none;
    cursor: pointer;
  }

#toggle-code i {
    position: relative;
    top: -4px;
    font-style: normal;
    margin-left: 8px!important;
    text-align: center;
}

#toggle-code.collapse-code:before {
    position: relative;
    top: -5px;
    font-family: 'fontello';
    font-size: 23px;
    content: '\ede5';
    color: white;
}

#toggle-code.expand-code:before  {
    position: relative;
    top: -5px;
    font-family: 'fontello';
    font-size: 23px;
    content: '\ede6';
    color: white;
}


.carousel-control-prev-icon {
background-image: url('../slike/arrow-left.png');
}

.carousel-control-next-icon {
background-image: url('../slike/arrow-right.png'); 
}


/* dodati u stil.css na vrijeme dovrÅ¡etka web stranice */


:root {
    --red: #ff3838;
    --gray: #777777;
    --blue: #1494a9;
    --white: #ffffff;
    --chalk: #f5f5f5;
    --green: #11b76b;
    --purple: #b12fad;
    --orange: #e86121;
    --yellow: #ffab10;
    --text: #555555;
    --dark: #0d0633;
    --border: #e8e8e8;
    --heading: #232d3b;
    --primary: #0044bb;
    --primary-light: #75a7ff;
    --primary-hover: #0022aa;
    --view: #8edb04;
    --click: #01cbd5;
    --rating: #e8ce00;
    --sale: #dc3545;
    --rent: #03a70c;
    --booking: #7209af;
    --facebook: #3b5998;
    --linkedin: #0e76a8;
    --twitter: #00acee;
    --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    --back-blue: #4049ec; 
    --light-blue: #9CCC65;  /* ---------- dodati ---------- */
    

    --bg-color-light: hsla(88, 50%, 60%, 0.55);
    --bg-color-full: hsl(88, 50%, 60%);
    --bg-footer: #9CCC65;
    --txt-footer: #888;
    
    --accordion-bg: #9CCC65;
    --accordion-hover: #E67605;
    --btn-color: #E67605;
    --head-color: #E67605;
    --btn-on: #9CCC65;
    
    --icon-lesson: #9CCC65;
    --icon-link: #9CCC65;    
    --icon-ubung: #E67605;
    --nav-link: #9CCC65;
    --nav-link-on: #E67605;



/* moj web dizajn
    --bg-color-light: hsla(46, 100%, 65%, 0.55);
    --bg-color-full: hsl(48, 88%, 80%);
    --bg-footer: hsl(46, 100%, 65%);
    --txt-footer: #37474F;
    
    --accordion-bg: #E67605;
    --accordion-hover: #9CCC65;
    --btn-color: #9CCC65;
    --btn-on: #E67605;
    
    --icon-lesson: #9CCC65;
    --icon-link: #E67605;
    --icon-ubung: #E67605;
    --nav-link: #E67605;
    --nav-link-on: #9CCC65;
*/
}
  

  .dropdown-list {
    width: 100%;
    display: none;
    background: var(--white);
    border-top: 2px solid var(--nav-link-on);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
  
  .dropdown-list li {
    border-bottom: 1px solid var(--border);
  }
  
  .dropdown-list li:last-child {
    border-bottom: none;
  }
  
  .dropdown-list li a span {
    color: var(--sale);
    margin-left: 10px;
  }
  
  .dropdown-link {
    display:block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: var(--text);
    padding: 10px 0px 10px 30px;
    position: relative;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
  
  .dropdown-link:hover {
    color: white;
    background: #e67605;
  }
  
  .dropdown-link:hover::before {
    background: var(--primary);
  }

/*========================================
            LAYOUT STYLE START
=========================================*/

/*
.header-part {
    background: var(--white);
}

.header-part .container {
    padding: 18px 25px;
}

.header-widget  {
    border-color: transparent;
    background-color: transparent;
}
*/

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-item {
    position: relative;
}

.header-logo {
    margin: 5px 45px;
}

.header-logo img {
    width: auto;
    height: 50px;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 0 4px 20px 0 rgba(40, 37, 89, 0.6);
}

.adds-logo img {
width: auto;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 0 4px 20px 0 rgba(40, 37, 89, 0.6);
    
}

/* 404 pocetak */

.header-veci img {
    margin-top:50px;
    min-width: 350px;
    width: 35%;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 0 4px 20px 0 rgba(40, 37, 89, 0.6);
}

.page {
    font-family: Nunito;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    height: 100%;
}
    
.page-content {
    margin: .75rem auto;
}

.error-page .display-1 {
    margin: 35px auto 0;
    font-size: 10.5rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.page p {
    color: white;
    font-size: 20.5px;
    letter-spacing: 1.2px;
    line-height: 1;
    margin: 12px;
}

a.text-link {
    text-decoration: none;
}

.page a.text-link:hover {
    color: darkblue!important;
    text-decoration: underline;
}

/* 404 kraj */

.search-btn {
display: none;
}

.post-btn {
width: 180px;
padding: 12px 0px;
margin-left: 20px;
}


.navbar-item {
border-bottom: 1px solid var(--border);
margin-left: 0px;
background: var(--white); 
}

.navbar-link {
font-size: 16px;
font-weight: 400;
padding: 12px 15px;
color: var(--heading);
display: flex;
align-items: center;
justify-content: center;
justify-content: space-between;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
transition: all linear .3s;
}

.navbar-link:hover {
color: white;
background: var(--nav-link-on);
}

.navbar-link.col-gray:hover {
color: #888!important;
background: white;
}


.navbar-link i {
font-size: 10px;
}

.sidebar-part {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100vh;
background: rgba(0, 0, 0, 0.7);
z-index: 1003; 
visibility: hidden;
opacity: 0;
transition: all linear .2s;
}

.sidebar-body {
position: fixed;
left: -300px;
top: 0px;
width: 300px;
height: 100vh;
background: #fbfbfb;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
transition: all linear .3s;
}

.sidebar-part.active {
visibility: visible;
opacity: 1;
}

.sidebar-part.active .sidebar-body {
left: 0px;
}

.sidebar-header {
padding: 18px 15px;
display: flex;
align-items: center;
justify-content: center;
justify-content: space-between;
border-bottom: 1px solid var(--border);
}

.sidebar-header.logo-center {
    justify-content: center;
}

.sidebar-logo img {
width: auto;
height: 50px;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 0 4px 20px 0 rgba(40, 37, 89, 0.6);
}

.sidebar-scroller {
    max-height: 100vh;
    overflow: hidden;
}

.sidebar-cross, .sidebar-btn {
border: none;
outline: none;
background: none;
}

.sidebar-cross i {
font-size: 16px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
color: var(--gray);
text-shadow: var(--primary-tshadow);
box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
}

.sidebar-cross i:hover {
color: var(--white);
background: var(--primary);
}

/*
.sidebar-btn i {
font-size: 16px;
width: 48px;
height: 40px;
line-height: 40px;
text-align: center;
color: #6161D2!important;
border-left: 1px solid #ededf5!important;
border-right: 1px solid #ededf5!important;
}
*/

.sidebar-close {
padding: 15px 15px 0;
display: flex;
align-items: center;
justify-content: center;
justify-content: flex-end;
}

.sidebar-content {
overflow-y: scroll;
height: 100vh;
margin-right: -10px!important;
}

.sidebar-profile {
text-align: center;
padding: 18px 0px;
}

.sidebar-avatar {
border-radius: 50%;
margin-bottom: 10px;
}

.sidebar-avatar img {
width: 120px;
border-radius: 50%;
background-color: var(--border);
border: 3px solid var(--primary);
}

.sidebar-name {
display: block;
color: var(--heading);
margin-top: 20px;
margin-bottom: -5px;
}

.sidebar-post {
font-size: 12px;
padding: 8px 18px;
}

.sidebar-menu {     /* dodano za vidjeti donji dio sidebar menija */
    margin-bottom: 85px;
  }

.sidebar-menu .nav-tabs {
margin-bottom: 15px;
}


.sidebar-menu .nav-tabs li .nav-link {
width: 100%;
font-size: 15px;
padding: 15px 10px;

}

.sidebar-menu .tab-pane {
padding: 0px;
}

.sidebar-footer {
padding-bottom: 120px;
text-align: center;
}

.sidebar-footer p {
font-size: 14px;
color: var(--heading);
}

.sidebar-footer p a {
color: var(--primary);
}

.sidebar-footer p a:hover {
text-decoration: underline;
}

@media (max-width: 1199px) {
.sidebar-footer {
    padding-bottom: 160px;
}
}

@media (max-width: 575px) {
.sidebar-part.active {
    visibility: visible;
    opacity: 1;
}
.sidebar-part.active .sidebar-body {
    left: 0px;
    width: 100%;
}
}


.nav {
flex-wrap: nowrap;
align-items: center;
justify-content: center;
}

.nav-tabs li {
width: 100%;
}

.nav-tabs li .nav-link {
width: 100%;
border: none;
padding: 16px 0px;
text-align: center;
font-size: 14px;
font-weight: 500;
color: white;
background: var(--nav-link);
letter-spacing: 0.5px;
text-transform: uppercase;
border-radius: var(--tab-radius);
border-bottom: 3px solid transparent;
text-shadow: var(--primary-tshadow);
}

.nav-tabs li .nav-link:hover {
  color: white!important;
  background: var(--nav-link-on)!important;
  border-color: var(--nav-link-on);
}

.nav-tabs li .nav-link.active {
color: var(--nav-link)!important;
background: white !important;  
border-color: var(--nav-link);
cursor: default;
}



.tab-pane {
display: none;
padding: 0px 50px;
}

.tab-pane.active {
display: block;
}

@media (max-width: 575px) {
    .nav-tabs li .nav-link {
        padding: 10px 0px;
    }
    .tab-pane {
        padding: 0px 15px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .tab-pane {
        padding: 0px 25px;
    }
}

.bg-shadow {
    box-shadow: 0 8px 6px -6px #999;
}

.footer-main ul li i {
    display: inline-block;
    color: #9CCC65;
    width: 23px;
}

.footer-main ul li a {
    font-size: 15px!important;
}

.footer-main ul.list-styled > li  {
    font-size: 15px!important;
    padding: 0 0 10px;
    letter-spacing: 0.8px;
}

.footer-main ul.list-styled > li:last-of-type {
    letter-spacing: 0!important;
}
/* --- Custom control --- */


.form-checkbox .custom-control-label::before {
    border-radius: 3px;
}

.br.form-checkbox .custom-control-label::before {
    border-radius: 50px;
}

.form-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
.form-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: #9CCC65;
}

.form-checkbox .custom-control-input:checked~.custom-control-label::after {
    background: url('../slike/checkbox.png') center center no-repeat;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #d4e1f4;
}

.custom-control-input:disabled~.custom-control-label {
    color: #868e96;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #ededf5;
}

.custom-control-label {
    margin-bottom: 0;
    position: static !important;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ededf5;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem;
}

.custom-control-label {
    vertical-align: middle;
}

.custom-control-label:before {
    border: 1px solid rgba(167, 180, 201, 0.5);
    background-color: #fff;
    background-size: .5rem;
}

.custom-control-description {
    line-height: 1.5rem;
}

.custom-control-label,
::-ms-backdrop {
    position: static;
}

/* --- Cookies Policy --- */

#gdpr-cookie-message {
    position: fixed;
    z-index: 1003;
    left: 0;
    bottom: 13px;
    max-width: 425px;
    background-color: rgba(255, 255, 255,0.95);
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #ededf5;
    box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6);
    margin-left: 20px;
    text-align: center;
    display: block; /* display: none */
    border-radius: 8px;
}

#gdpr-cookie-message h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    color: #5c5776;
    font-size: 15px;
    line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: center;
}

#gdpr-cookie-message li {
    width: 49%;
    display: -webkit-inline-box;
}

#gdpr-cookie-message a {
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    transition: all .3s ease-in;
}

#gdpr-cookie-message button {
    border: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1.15px;
    padding: 7px 18px;
    border-radius: 5px;
    margin-top: 4px;
    cursor: pointer;
    transition: all .3s ease-in;
}

#gdpr-cookie-message button#gdpr-cookie-accept {
    background-color: #6161D2;
    margin-right: 10px;
}

#gdpr-cookie-message button#gdpr-cookie-advanced {
    background-color: #D32F2F;
}

#gdpr-cookie-types {
    margin-bottom: 20px;
}

button#gdpr-cookie-advanced {
    margin-left: 4px;
}

@media (max-width: 390px) {
    button#gdpr-cookie-advanced {
        margin-left: 0 !important;
    }

    #gdpr-cookie-message p button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #gdpr-cookie-message {
        margin: 0 10px -5px;
        display: block;
        right: 0;
        width: calc(100% - 20px);
        box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6);
    }
}

#gdpr-cookie-message button:disabled {
    opacity: .3;
}

#gdpr-cookie-message input[type=checkbox] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

/* button samo za clanke, ne i za tecaj html i css */

.button-tecaj {
    border-radius: 8px!important;
}

.button-tecaj + pre {
    margin-bottom: 80px!important;    
}

.button-tecaj:hover {
    box-shadow: 0 20px 20px rgba(40, 37, 89, 0.6)!important;
    transition: box-shadow 0.3s ease-in-out;
}


/* ----- Popis clanaka tecaja ------ */

.online {
    background-color: #fff;
}

.content {
    display: flex;
    padding-left: 20px!important;
    justify-items: center;
    align-items: center;
}

.link-tecaj, .link-reg, .gray {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 65px;
}

.tecaj, .link-tecaj, .link-reg  {
    background-color: var(--chalk);
    border-radius: 8px!important;
    color: black;
    letter-spacing: 0.8px!important;
}

.link-tecaj > .pn-flex {
    display: flex;
    
}

.link-reg > a.content {
    justify-content: center;
    height: 55px;
    border: 0px none white!important;
    color: white!important;
    background-color: #e67605!important;
}


.link-reg > a.content:hover {
    background-color: #9CCC65!important;
    box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6)!important;
    transition: box-shadow 0.5s ease-in-out;
}

.gray p {
    display: flex;
    padding-left: 20px;
    border-radius: 8px!important;
    justify-content: flex-start;
    align-items: center;
    height: 58px;
    color: white!important;
}

.tecaj > label:hover, .link-tecaj:hover{
    color: #fff!important;
    text-shadow: none;
    background-color: var(--accordion-hover)!important;
    box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6)!important;
    transition: box-shadow 0.5s ease-in-out;
}
/*

/* samo za web-dizajn.html */

.webdizajn > .tecaj > label {
    font-size: 0px!important;
}

.webdizajn > .tecaj  p {
    padding: 20px;
    line-height: 1.5;
    color: #555!important;
    font-size: 16px!important;
}
/* ----------------------- */

/* --- za online-tecaj-uvod-u-* */

.tecaj {
    background-color: white!important;
}
.tecaj .drop {
    display: block;
    background-color: var(--accordion-bg)!important;
    font-size: 20px!important;
    border-radius: 10px 10px 0 0;
    padding: 15px 25px 15px 25px;
    margin:0!important;
    overflow: hidden!important;
    }

.content-web {
    display: grid;
    grid-template-columns: 1fr;
    background-color: var(--chalk)!important;
    color: #000!important;
    font-size: 20px!important;
    background: #fff!important;
}
.tecaj .content-web a.pn-flex {
    padding: 20px 10px 20px 20px!important;
    border: 1px solid #ccc;
    border-bottom: none;
    display: flex;
    align-items: center;
    font-size: 20px;
}
    
    
@media screen and (max-width: 768px) {
    .tecaj > label.drop, .tecaj > .content-drop > a {
        font-size: 17px!important;
        letter-spacing: 0;
    }
}

.tecaj .box {
    color: #333!important;
    margin: 0!important;
    border-bottom: 1px #fff solid;
}

.tecaj a.pn-flex:last-of-type {
    margin: 0!important;
    border-bottom: 1px #ccc solid!important; 
    border-radius: 0 0 8px 8px!important;
}

.tecaj > .html-active > a.end-lekcija  {
    margin: 0!important;
    border: 1px solid #ccc;
    border-radius: 0 0 8px 8px!important;
}

.tecaj > .html-active > a.end-lekcija ~ a  {
    display: none;
}


.tecaj a {
    padding-left: 10px;
}

.tecaj a:hover {
    text-decoration: underline;
    text-underline-offset: 8px;
}
u {
    text-underline-offset: 5px;
}
/* --------------------------- */

.veza .content, .gray .content-gray  {
    color: #000!important;
    font-size: 20px!important;
    background: #fff!important;
    border: 1px solid #ccc;
    border-radius: 7px!important;
}

.gray .content-gray, p.mark-bartol {
    overflow: hidden;
}

.veza a {
    padding-left: 10px;
    letter-spacing: 0.8px;
}

@media screen and (max-width: 768px) {
    .veza .content, .gray .content-gray, .veza a {
        font-size: 17px!important;
        letter-spacing: 0;
    }
}

.veza a:hover, .veza a span:hover {
    text-decoration: underline;
    text-underline-offset: 8px;
}

.veza p.box {
    background-color: #fff;
    border-bottom: 1px #ccc solid;
    border-radius: 7px!important;    
}

.rounded {
    border-radius: 5px!important;
}
/* ------------------------ */

/* --- tecaj accordion ---*/

.buttons {
    padding-top: 34px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;    
}

.btn-toggle, .btn-html {
    background-color: var(--btn-color)!important;
    display: block;
    color: #fff!important;
    text-shadow: none;
    cursor: pointer;
    font-size: 15px;
    width: 123px;
    padding: 8px 10px;
    margin: 15px 4px;
}

.btn-toggle:hover, .btn-html:hover {
    color: black!important;
    background-color: var(--btn-on)!important;
    text-shadow: -1px -1px #ccc;
}

.content-drop, .content-web {
  overflow: hidden;
  max-height: 650px;
  transition: all 0.8s ease-out;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
}

/* ne radi */
.html-1 {
    max-height: 69px;
}

.html-2 {
    max-height: 130px;
}
/* ne radi */   
.html-3 {
    max-height: 206px;
}
/* ne radi */
.html-4 {
    max-height: 275px;
}

.html-5 {
    max-height: 325px;
}


@keyframes anim {
   0% { content: '\ede6'; }
   100% { content: '\ede6'; }
}

.drop:hover {
    cursor: pointer;
}

.check-lekcija ~ .drop, .check-web ~ .drop {
    border: 1px solid #bbb;
    color: #232!important;
    text-shadow: -1px -1px #ccc;
}

.check-lekcija ~ .drop:after,
.check-web ~ .drop:after {
    position: relative;
    top: 4px;
    text-align: right;
    float: right;
    color: #fff;
    display: inline-block;
    width: 20px;
    font-size: 17px;
    font-family: 'fontello';
    content: '\ede5';
}


.check-lekcija:checked ~ .drop:after,
.check-web:checked ~ .drop:after {
    color: #fff;
    font-family: 'fontello';
    animation: anim 2s linear forwards;
    width: 20px;
}


/* nakon animacije s stavlja boder-radius na zatvorenu lekciju */
@keyframes zaobljene {
  100% {
    border-radius: 8px;
    border-bottom-style: none;
    }
}

.check-lekcija:checked ~ .drop, 
.check-web:checked ~ .drop {
    animation: zaobljene 1.5s linear forwards;    
}

@keyframes anim-btn {
    80% { content: '\f078'; }
    100% { content: '\f078'; }
}

.check-lekcija:checked ~ .content-drop,
.check-web:checked ~ .content-web {  
    max-height: 0px;
    overflow: hidden;    
}


.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.33333333;
    border-radius: 7px;
}

#btn-button ~ label {
    min-width: 135px;
}

#btn-button ~ label:before, #btn-button.active ~ label:before,
#btn-html ~ label:before, #btn-html.active ~ label:before
{
    display: inline-block;
    width: 20px;
    font-family: 'fontello';
}

#btn-button ~ label:first-of-type:before {
    content: '\ede5';
}

#btn-button.active ~ label:first-of-type:before {
    animation: anim-btn linear forwards;
}

#btn-html ~ label:before {
    content: '\f00d'
}

#btn-html.active ~ label:before {
    content: '\f00C';

}
/* next previous buttons u clancima */

.next-previous {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 10px;
    padding-bottom: 15px;
    background-color: white!important;
}

.btn-np {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    margin-right: 40px;
    height: 120px;
    padding: 20px 20px 12px 20px;
    border: 1px solid #ccc;
    border-radius: 7px;
    color: #333;
    background-color: white;
    font-size: 20px;
    letter-spacing: 0.8px;
}

.btn-np:hover {
    box-shadow: 0 20px 20px rgba(40, 37, 89, 0.6)!important;
    transition: box-shadow 0.5s ease-in-out;
}

a.btn-np:hover > span:last-of-type {
    color: #000;
    text-underline-offset: 8px;
    text-decoration: underline;
}

.btn-np > span:first-of-type {
    color: #333;
    letter-spacing: 2.5px;
    font-size: 15px;
}

.previous span {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.next span {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.pn-icon {
    padding-right: 10px!important;
}

/* grid za  uvod-u-html i uvod-u-css */

.content-drop {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 65px;
    background-color: var(--chalk)!important;
    color: #000!important;
    font-size: 20px!important;
    background: #fff!important;
}

.content-drop a.pn-flex {
    padding: 0 10px 0 20px!important;
    border: 1px solid #ccc;
    border-bottom: none;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.content-drop a.pn-flex i ~ i, a.pn-flex i ~ i {
    display:inline-block;
    padding-right: 15px;
}

.content-drop a.pn-flex:last-of-type {
    border-bottom: 1px solid #ccc;
}

.content-drop a:hover {
    text-decoration: underline;
    text-underline-offset: 8px;
}

.pn-icon {
    padding-right: 10px!important;
}

/* --------- article ------------- */

.article p, .article li {
    font-size: 18.5px;
    line-height: 35px;
    letter-spacing: 0.8px!important;
}

@media screen and (max-width: 768px) {
.article p, .article li {
    font-size: 17px;
    line-height: 30px;
  }
  
}

.article .marked {
    margin: 25px 0;
    padding: 25px 10px 25px 20px;
    border-top: 1px dotted #9CCC65; 
    border-bottom: 1px solid #9CCC65;     
    letter-spacing: 1.5px!important;
}

.article li.marked i.icon-code-text, .article p.marked i.icon-code-text {
    color: #ccc;
    float:  left;
    font-size: 3.5rem;
    line-height: 3.5vw;
    padding-right: 8px;
 /* border: 0.25em double; */
}


.article p mark, .article li mark, h2 mark, h3 mark, h4 mark {
    color: black;
    display: inline-block;
    padding: 4px 5px!important;
    line-height: 18px;
    background-color: #fff!important;
    border: 1px solid #E5E7E9;
    border-radius: 5px;
    letter-spacing: 0.8px;
}

h2 mark {
    padding: 15px 5px!important;
}
h3 mark {
    padding: 12px 5px!important;
}
.article h4 span:first-of-type {
    opacity: 0.8;
    font-size: 22.5px;
}

h4 mark {
    color: #0E3256;
    font-size: 17px;
    padding: 4px!important;
    background-color: var(--chalk)!important;
}

.article p em, .article li em {
    color: #e67605; 
    display: inline-block;
    padding: 4px 5px!important;
    line-height: 18px;
    background-color: #fff; /*#eee;*/
    border: 1px solid #eee;
    border-radius: 5px;
    letter-spacing: 0.8px;
}

.article h2 {
    margin: 75px 0 15px 20px;   
    letter-spacing: 1.5px;
    line-height: 1.5;
}

.article h3 {
    line-height: 1.5;
}

.article h4 {
    margin: 40px 0 15px 20px;
    color: #000;
    line-height: 1.5;
}

.article p {
    letter-spacing: 0.8px;
}

.article .language-html {
    font-size: 16px;
}

.article ol li.no-count code.language-html {
    line-height: 1.4;
    letter-spacing: 0.4px;
}
.article figure {
    display: block;
    margin: auto;
    text-align: center;
}

.article figure img, .article img {
    padding: 5px;
    border: 1px solid var(--border);
}


.article .figure-caption, .article figure figcaption  {
    font-size: 18.5px;
    color: #333;
    text-align: center;
}

.article figure figcaption {
    padding: 10px 0;
}

.article ul.popis-u-popisu {
    margin-left: 25px;
    list-style: outside;
    list-style-type: upper-alpha;
}
.oglas p {
    flex-direction: column;
}   

.oglas .star:hover {
    cursor: default;
    color: black;
}

/* --- upute --- */

.tab-pane h5 {
    font-size: 20px;
}


.tab-pane p, .tab-pane .lead-1 p, .tab-pane h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.8px;

}

/* --- cijena --- */

.price-card {
    margin: 0px;
    border-radius: 10px;
    padding: 20px;
    border: var(--border) 1px solid;
}

.price-head {
    display: flex;
    justify-content: space-between;
}

.price-head i {
    color: #e67605;
    text-align: right;
}

.price-head h3 {
    color: #9CCC65;
    font-size: 30px;
    font-weight: 900;
    margin: 10px 0 20px 40px;
}

.price-head h3 u {
    text-decoration: none;
}


.price-card h4 {
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 20px;
    margin: 10px 40px 20px 40px;
    border-bottom: var(--border) 1px solid;
}

.price-list i {
    padding: 0 20px 0 10px;
}

.price-list .icon-plus {
    color: #9CCC65;
}

.custom .menu-color {
    display: flex;
}

/* ---- icon cross ---- */

.icon {
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    line-height:1
  }
  
.icon-4x {
    font-size: 4em;
  }

/* --- breadcrump --- */

.single-content .breadcrumb{
    float: right;
	padding-bottom: 0px;
    padding-right: 15px;
	background-color: transparent;
	font-size: 16.5px;
	font-weight: 300;
}
.single-content .breadcrumb>.active{
      font-weight: 900;
      letter-spacing: 0.8px;
      color: #e67605;
}
.single-content .breadcrumb a{
    letter-spacing: 0.8px;
    color: #333;
}

.single-content .breadcrumb a:hover {
    color: black;
    text-decoration: underline;
    text-underline-offset: 5px;
}


@media (max-width: 991px) {
    .inner-section {
       margin-top: 50px;
     }
.single-content .breadcrumb {
    padding-top: 15px;
    }
}


/* ---- Copy to Clipbord examples ---- */


.btn-code, .btn-code2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 10px;
    margin-right: 20px;
    margin-top: -68px;
}

li.no-count .btn-code {
    margin-right: 20px;
    margin-top: -52px;
}

li.no-count .btn-code2 {
    margin-right: 20px;
    margin-top: -68px;
}

.article > p > .mark-btn,
button.copy-text, 
button.copy-color,
button.download-text,
button.expand-text, 
button.collapse-text, 
button.enlarge-img {
    font-size: 17px;
    background-color: var(--chalk)!important;
    border: 1px solid #ccc;
    border-radius: 5px;
    opacity: 1;
    letter-spacing: 0.8px;
    padding: 5px 5px!important;
}

li.no-count button.copy-text, 
li.no-count button.copy-color,
li.no-count button.download-text,
li.no-count button.expand-text, 
li.no-count button.collapse-text, 
li.no-count button.enlarge-img {
    padding: 0 5px!important;
}

.article > p > .mark-btn {
    padding: 3px 5px!important;
}

@media screen and (max-width: 1279px) {
    .btn-code, .btn-code2 {
        border-top: 1px dotted #9CCC65;
        border-bottom: 1px solid #9CCC65;
        margin-top: 10px;
        justify-content: center;
        margin-bottom: -20px;
        padding: 10px 30px;
        margin-right: 0;
        background-color: white;
    }
    
    li.no-count .btn-code, li.no-count .btn-code2 {
        margin-top: 0px;
        margin-right: 0px;
    }
    
    li.no-count button.copy-text, 
    li.no-count button.copy-color,
    li.no-count button.download-text,
    li.no-count button.expand-text, 
    li.no-count button.collapse-text, 
    li.no-count button.enlarge-img {
        padding: 2px 5px!important;
    }

    .btn-code:hover, .btn-code2:hover {
        box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6)!important;
        transition: box-shadow 0.5s ease-in-out;
    }
    .button-tecaj:hover {
        box-shadow: none!important;
    }
}


button.collapse-text:before {
    font-family: 'fontello';
    margin-right: 3px;
    content: '\f005';
    color: #e67605;
}

button.expand-text:before  {
    font-family: 'fontello';
    content: '\f006';
    color: #e67605;
}

button.expand-text:hover, 
button.collapse-text:hover, 
button.download-text:hover, 
button.enlarge-img:hover, 
button.copy-text:hover,
button.copy-color:hover {
    border: 1px solid #e67605;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

button.enlarge-img {
    position: relative;
    top: 48px;
    left: calc(100% - 110px);
}

span.oznaci-text {
    font-size: 18px;
    color: #0e3256;
    text-shadow: -1px -1px #ccc;
    display: inline-block;
    padding: 4px 20px 0 25px;
    font-weight: 500;
    line-height: 15px;
    background-color: #8BC34A; 
    background-color: #9CCC65; 
    opacity: 1;
    position: relative;
    box-shadow: 0 1px gray;
    top: 45px;
    left: 0px;

}
span.oznaci-text::before {
    content: '';
    z-index: 10;
    background: url('../slike/lampica.png') no-repeat!important;
    display: inline-block;
    height:55px;
    width: 38px;
    margin-top: -20px;
    margin-right: -20px;
    background-size: 40px 65px!important;
    vertical-align: middle;
    position: relative;
    top: 10px;
    left: -25px;
}

span.oznaci-text mark {
    letter-spacing: 0.8px;
    display: inline-block;
    margin-left: 5px;
    padding-left: 8px;
    margin-right: 5px;
    padding-right: 12px;
    background-color: gray; 
    color:white;
}

.col-orange {
    color: #e67605!important;
}

.col-gray {
    color: #888!important;
}

.fs-20 {
    font-size: 32px;
    width: 500px;
}
.bg-lightblue {
    background-color: #6964f7;
}
/* --- kljucne rijeci --- */


.product-tags  .list-unstyled > li > button {
    display: block;
    float: left;
    color: #aaa;
    font-size: 18.5px;
    max-width: 100%;
    border: 1px solid var(--border);
    padding: 5px 10px 5px;
    background-color: #fff;
    border-radius: 5px;
    margin: 4px;
}
.product-tags .list-unstyled > li > a:hover {
    transition: all 0.5s ;
    transition-timing-function: linear;
    border-color: var(--btn-color)!important;
    background-color: var(--btn-color)!important;
    color: white!important; 
}

.product-tags .list-unstyled > li > a {
    color: #000;
    display: inline-block;
    max-width: 100%;
    margin: 4px;    
}

.product-tags .list-unstyled li i, 
.product-tags .list-unstyled li a {
    font-size: 18.5px;
    letter-spacing: 0.8px;
} 

footer .list-unstyled > li  i, 
footer .list-unstyled > li > a {
     font-size: 15px!important;
    letter-spacing: 0.8px;
}

.list-unstyled li i {
    color: #6964f7;
    display: inline;
}

product-slider .list-unstyled li button {
    display: inline-block;
    font-size: 18.5px;
    max-width: 100%;
    margin: 4px;
}


.card-body table td {
    font-size: 15px;
}

/* ---- list style ---- */

ol li.light {
    list-style: none;
}

ol li.light::before {
    font-family: 'fontello';
    display: block;
    content: '\ea33';	/* --- fontello --- */
    color: black;
    margin: 0 5px 0 -20px;	
    height: 3px;
}

.instrukcije-alert h4 {
    color: #0E3256; 
    text-align: center;
    letter-spacing: 0.8px;
    margin: 0!important;
    font-size: 20px;
    height: 70px;
    padding: 17px 0 15px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6)!important;
    border-top: 1px dotted #e67605;
    border-bottom: 1px solid #e67605;
}

/* max-width of modal images */
        
#homeZadatak .modal-lg,
#homeZadatak .modal-xl {
    width:100%!important;
    max-height: 0;
}


#homeZadatak source, #homeZadatak img {
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*
#homeZadatak button.btn.btn-default  {
*/
#btnZadatak {
    font-size: 40px;
    font-weight: 100;
    background-color: rgb(126, 127, 127);
/*    background: rgba(34, 40, 74, 0.7);*/
    width: 80px;
    height: 80px;
    line-height: 60px;
    border-radius: 0;
    position:fixed;
    display: none;
    top: 0;
    right: 0px;
    padding: 10px;
    z-index: 10005;
    color: #fff;
    border: 0;
}

.py-10 {
    padding-top:4.5rem!important;
    padding-bottom:5.5rem!important
}

.text-gold {
    color: #e67605;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.text-yellow {
    color: #FFF176!important; 
}
.code-min {
    max-height: 0px!important;
    display: none;
}

.code-max {
    max-height: 100%;
}

.team-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.team-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* -- boje --- */

.animate {
    animation: upper 3s linear forwards;
}

#flat-boje, #google-boje, #sigurne-boje  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: auto;
}


section > .col > div {
    width: 95%;
    margin-bottom: 1px;
    margin-left: 5px;
    height: 0; 
    padding-bottom: 100%;
}

section > .col
{    flex:0.05;
    overflow-y: hide;
    overflow-x: hide;
}

.tecaj-freepik {
    padding-top: 5px;
    font-size: 12px!important;
}

.tecaj-freepik a:hover {
    color: gray;
}

@media screen and (max-width: 575px) {
td {
    font-size: 16px;
    }
}

@media screen and (min-width: 576px) {
        td {
      font-size: 18px;
    }    

section > .col > div:hover {
  border-radius: 4px;
  border: 1px solid white;
  animation: leaves 0.3s linear forwards;
}

    #flat-boje > .col > div:hover + div {
        padding-bottom: 92%;
    }

    #google-boje > .col > div:hover + div {
        padding-bottom: 92.5%;
    }
 
    #sigurne-boje > .col > div:hover + div{
        padding-bottom: 92.4%;
    }   
}

@media screen and (min-width: 768px) {
    #flat-boje > .col > div:hover + div {
        padding-bottom: 94%;
    }
    
    #google-boje > .col > div:hover + div {
        padding-bottom: 94.2%;
    }
    
    #sigurne-boje > .col > div:hover + div {
        padding-bottom: 94.5%;
    }
    /* Veličina slova unutar uvoda u html i css */
    .tecaj .box {
        font-size: 20px;
    }
}

@media screen and (min-width: 992px) {
    td {
        font-size: 21px;
        }

    #flat-boje > .col > div:hover + div {
        padding-bottom: 93.5%;
    }
    
    #google-boje > .col > div:hover + div {
        padding-bottom: 93.7%;
    }
        
    #sigurne-boje > .col > div:hover + div {
        padding-bottom: 93.9%;
    }
}


@media screen and (min-width: 1200px) {
    #flat-boje > .col > div:hover + div {
        padding-bottom: 95%;
    }
    
    #google-boje > .col > div:hover + div {
        padding-bottom: 95%;
    }

    #sigurne-boje > .col > div:hover + div {
        padding-bottom: 94.8%;
    }

}

@keyframes leaves {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(2);
    }
}


@keyframes upper {
    0% {
        transform: scale(2);
    }
    100% {
        transform: scale(2);
    }
}

.img-radius {
    border-radius: 8px;
}

.bg-lavender {
    background-color: rgb(217, 217, 244);
}
.bg-moja {
    background: hsla(88, 50%, 60%, 0.55);
}

.bg-color-wd {
    background-color: #f5f4f9;
}

grid-column: span 2; /* Spans two columns */.tab-content > .tab-pane h5 {
    font-weight: 900;
}

.tab-content > .tab-pane p {
    font-size: 18.5px;
}

.header-main .top-bar-light .top-bar-end .custom li.show-last a {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}


.card-body > .card-tecaj {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  grid-gap: 0.1rem 1rem; 
  grid-auto-flow: dense;
}

.card-body > .card-tecaj > .card-flex {
    margin: 0 auto;
    font-size: 16.5px;
    font-weight: 900;
    grid-column: span 2; /* Spans two rows */
    grid-row: span 2; /* Spans two rows */
    color:black;
}

.card-body > .card-tecaj p:nth-of-type(2n) {
    color: darkslategrey;
    font-weight: 100;
}

.card-flex {
    display: flex;
    flex-direction: row;
    height: 50px;
    min-height: 50px;
    padding: 12px 0 8px;
    border-bottom: 1px solid hsla(88, 50%, 60%, 0.55);
}

.card-flex p {
    min-width: 130px;
    letter-spacing: 0.5px;
}

.header-text h1, .header-text1 h1 {
    color: #0E3256;
    font-weight: 100;
    line-height: 1.5;
}

.fnt-footer {
    font-size: 17px!important;
    letter-spacing: 0.8px;
    color: var(--txt-footer)!important;
}


/* ubaceno iz user-form.css */

/*========================================
            COMPONENT STYLE START
=========================================*/
.form-group {
  margin-bottom: 30px;
}

.form-control {
  border: none;
  width: 100%;
  padding: 10px 20px;
  border-radius: 0px;
  color: var(--heading);
  background: var(--chalk);
  border-bottom: 2px solid #eee;
  font-size: 17.5px!important;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  color: var(--gray);
  background: var(--chalk);
  border-color: #9CCC65;
}

textarea.form-control {
  height: 215px;
  padding: 15px 20px;
}

.form-btn .btn {
  width: 100%;
  height: 50px;
  padding: 10px 30px;
}

.form-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray);
  margin-bottom: 8px;
  text-transform: capitalize;
}

.form-control::-webkit-file-upload-button {
  height: 45px;
  border: none;
  background: none;
  color: var(--placeholder);
}

.form-control::-webkit-file-upload-button:focus {
  border: none;
  outline: none;
}

.form-control::placeholder {
            color: #ccc;
            opacity: 1; /* Firefox */
}

/* izgled okvira za unos teksta */


form.poruka input, form.poruka textarea {
    font-family: 'Nunito', sans-serif!important;
    font-size: 20px!important;
    letter-spacing: 1.5px;
    min-width: 70%;
    width: 480px;
    max-width: 100%;
}

form.poruka button.btn-inline {
    padding: 7px!important;
    width: 250px;
    font-size: 18.5px!important;
    text-transform: uppercase;
}

form.poruka .form-center {
    text-align: center;
}

form.poruka label {
    display: inline-block;
    min-width: 70%;
    width: 480px;
    max-width: 100%;
    padding-left: 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.8px;
}

/* ----- color.css ------- */

/*white variables*/
/*black variables*/
a:hover {
  color: #6964f7;
  text-decoration: none;
}

.item-card7-overlaytext h4 {
  background: #6964f7;
}

.btn-primary {
  color: #fff;
  font-size: 17.5px!important;
  background-color: var(--btn-color)!important;
  border-color: var(--btn-color)!important;
}

.btn-primary:hover {
  color: black;
  text-shadow: -1px -1px #ccc;
  background-color: var(--btn-on)!important;
  border-color: var(--btn-on)!important;
}

.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(105, 100, 247, 0.1);
          box-shadow: 0 0 0 2px rgba(105, 100, 247, 0.1);
}

.btn-primary:disabled {
  color: #fff;
  background-color: #9CCC65;
  border-color: #9CCC65;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6964f7;
  border-color: #6964f7;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(105, 100, 247, 0.1);
          box-shadow: 0 0 0 2px rgba(105, 100, 247, 0.1);
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6964f7;
  border-color: #6964f7;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(5, 117, 230, 0.1);
          box-shadow: 0 0 0 2px rgba(5, 117, 230, 0.1);
}

.btn-link {
  color: #6964f7;
}

.btn-link:hover {
  color: #6964f7;
}

.btn-link:disabled {
  color: #6964f7;
}

.btn-link > i {
    color:#e67605!important;
}

.bg-primary {
  background-color: #9CCC65 !important;
}

.text-primary {
  color: #9CCC65 !important;
}

.text-copyright {
    color: #FFF !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #9CCC65 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #6964f7 !important;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
  color: #6964f7;
}

.nav-link.active {
  background-color: #6964f7;
}

.nav-tabs .nav-link:hover:not(.disabled), .nav-tabs .nav-link.active {
  color: #fff;
  background: #6964f7;
}

.tabs-menu ul li .active {
  background: #0E3256;
}

.tabs-menu1 ul li a {
  color: #0E3256;
}

.tabs-menu1 ul li .active {
  border: 1px solid #9CCC65;
  color: #fff;
  background-color: #9CCC65!important;
}

.wideget-user-tab .tabs-menu1 ul li .active {
  border-bottom: 2px solid #6964f7 !important;
}

.footer-main a:hover {
  color: #9CCC65;
  text-decoration: underline;
  text-underline-offset: 5px;
 
}

.product-tags li a:hover {
  background: #6964f7;
  border-color: #6964f7;
}

.item-all-cat .item-all-card:hover .item-all-text h5 {
  color: #e67605 !important;
}

.tabs-menu ul.eductaional-tabs li .active {
  background: transparent;
  color: #e67605;
  position: relative;
}

.tabs-menu ul.eductaional-tabs li .active:before {
  content: '';
  position: absolute;
  width: 75%;
  height: 2px;
  bottom: 0px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #e67605;
}

.horizontalMenu > .horizontalMenu-list > li:hover > a {
  color: #0E3256;
}

.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li:hover > a {
  background-color: #9CCC65;
  color: #fff !important;
}

.bg-background:before {
  background: var(--bg-color-light) !important;
}

.bg-background3 {
  background: var(--bg-color-full) !important;
}

.bg-background2:before {
  background: var(--bg-color-light) !important;
}
/* boja donjeg footera */
.bg-background-1 {
  background-color: var(--bg-footer) !important;
    
}

.item-card7-imgs:hover a {
  background: transparent !important;
}

.header-main i {
  color: rgba(255, 255, 255, 0.7);
}

.horizontal-main {
  background: transparent;
  padding: 20px 0;
}

.pattern-2:before {
  background: hsla(30, 96%, 46%, 0.8);
}

.header-main .dropdown-item i {
  color: #5c5776;
  margin-left: 0px;
}

.bg-dark {
  background-color: #273746 !important;
}

*::-ms-backdrop {
  color: #6964f7;
  background: transparent;
}

.item-hover-card:hover {
  background: rgba(105, 100, 247, 0.1);
  border-color: rgba(105, 100, 247, 0.1);
}

.item-hover-card:hover i {
  color: #6964f7;
}

.item-hover-card:hover a {
  color: #9CCC65;
}

.item-hover-card i {
  color: #6964f7;
}

.item-hover-card a {
  color: #5c5776;
}

.course-details .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li .active {
  color: #0E3256; 
}

.course-details .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li a { 
  background: #e67605;
}

.course-details .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li a:hover {
  background: #9CCC65;
}


.top-bar.top-bar-light .top-bar-end .custom li a i, .top-bar.top-bar-light .header-left .custom li a i {
  color: #6161D2;
}

.about-2:hover {
  background: #9CCC65;
}

.btn-primary:focus {
  background-color: #6964f7;
  border-color: #6964f7;
}

.nav-link:hover, .nav-link:focus {
  color: #6964f7;
}

.nav-link {
  color: #6964f7;
}

.custom .dropdown-menu a > i {
    display: inline-block;
    width: 30px;
    padding-right: 5px;
}

.custom li a > i {
    display: inline-block;
    width: 23px;
}

.header-left .custom li a > i {
    width: 25px;
}

.custom .dropdown-menu a  {
    color: #5c5776;
}

.custom .dropdown-menu a.col-gray  {
    color: #aaa!important;
}

.custom .dropdown-menu a:hover  {
    color: black;
}

.custom .dropdown-menu a.col-gray:hover {
    color: #aaa!important;
    background-color: white;
}

/* --- odavdje do kraja je samo net dio .... -------------- */

.order-first {order:-1!important}

@media (min-width:992px){
    .order-md-first {order:-1!important}
}

.menu li {
    margin-bottom: 12.5px;
}
.menu li span {
    line-height: 1.4;
    font-size: 15.5px;
    color: #5c5776;
}

.menu li a {
    line-height: 1.4;
    font-size: 17.5px;
    color: black;
}

.menu li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;

}

.menu li > a:hover { color: var(--icon-link)!important; transition: all .3s; }

/* ovo !!! treba kod mojwebdizajn.net  
custom.css :443 
.sidebar-header.logo-center {
    justify-content: center;
}
*/
.article h2 {
    font-size: 27px;
    text-align: center;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    margin: 25px 0 15px;
}


.article h2.podnaslov {
    font-size: 20px;
    color: #777;
    margin-top: 50px;
    border-bottom-style: dotted;
}

.article table td {
    font-size: 18.5px;
}

@media (min-width:992px){
    .menu li {
        font-size: 20px;
    }
}

.pn-code {
    padding-right: 25px!important;
}

.pa-icon {
	margin-left: -5px;
	padding-left: 0!important;
    padding-right: 8px!important;
	
}

.pa-icon:before {
	color: green;
}

.bg-code {
    background-color: aliceblue;
    padding: 10px;
}
.no-style, .no-style p {
    line-height: normal;
    text-align: left;
    font-size: 15.8px!important;
    margin: 0;
    padding: 0;
    border: 0px none aliceblue!important;
    overflow-x: scroll;
}

.no-style th {
    font-family: serif;
    font-size: 17.5px;
    text-align: center;
}

.no-style h1, .no-style h2, .no-style h3, .no-style h4, .no-style h5, .no-style h6 {
    margin: 5px!important;
    padding: 5px!important!;
    text-align: left;
}

.no-style ol, .no-style ul, .no-style dl {
    margin: 15px!important;
}
.no-style input[type="submit"], .no-style input[type="reset"], .no-style select  {
    padding: 5px 15px;
    font-size: 17px;
}

.no-style li, .no-style ol, .no-style ul, .no-style dl {
    line-height: 0.8;
    font-size: 17px!important;
}

.no-style ul {
    list-style-type: circle;
    list-style-position: inside;
}
.no-style td {
    line-height: 1.2;
    padding: 5px;
}
.no-style a:hover {
    color: #5c5776;
    text-decoration: underline;
}

.no-style a, .no-style p {
    font-size: 17.5px!important;
    padding: 20px;
}

.no-style .bg-color {
    background-color: blue;
    color: black;
}
.w30 {
    width: 30%;
}
.w40 {
    width: 40%;
}
.kodne-str .w40, .kodne-str .center {
    width: 30px;
    border: 1px solid black;
    text-align: center;
}
.w80 {
    width: 80%;
}
.w100 {
    width: 100px;
}

.w250 {
    width: 250px;
}
.border-1 {
    border: 1px solid black;
}

/* css */
.ls-8 {
    letter-spacing: 8px!important;
}

.ws-12 {
    word-spacing: 12px!important;
}
.kodne-str {
    width: 100%;
}

.example {
    font-size: 19px;
    color: blue;
}

/* html-kodovi-boja.php i html-nazivi-boja-php */
.stupac1 {  width: 30.74%;  padding: 5px; border-width: 1px;}
.stupac2 {  width: 26.94%;  padding: 5px; border-width: 1px;}
.stupac3 {  width: 16.94%;  padding: 5px; border-width: 1px;}
.stupac4 {  width: 25.38%;  padding: 5px; border-width: 1px;}
.stupac1 p, .odlomak {  height: 30px; line-height: 45px !important; box-sizing: border-box;  }
.odlomak {
    text-align: right;
}

/* simboli i posebni znakovi */

.width100 {
	width: 100%;
	overflow: hidden;
}
.w100-0 {
	width:100%;
	padding:0;
}
.w15-0 {
	width:15%;
	padding:0;
}
.w20-0 {
	width:20%;
	padding:0;
}
.w20-0 {
	width:30%;
	padding:0;
}
/* php operatori */

.stup1, .stup2, .stup3 {
    border: 1px solid #333;
    padding: 5px 10px;
}

.article table.w100-0 mark {
    color: black;
    display: inline-block;
    padding: 4px 5px!important;
    margin-left: 8px;
    margin-right: 8px;
    min-width: 25px!important;
    line-height: 18px;
    background-color: aliceblue;
    border: 1px solid #E5E7E9;
    border-radius: 5px;
    letter-spacing: 0.8px;
}

.article.a-php em {
    color: #e67605; 
    display: inline-block;
    font-style: initial!important;
    padding: 4px 2px!important;
    margin-left: 0!important;
    margin-right: 0!important;
    line-height: 18px;
    background-color: #fff; /*#eee;*/
    border: 1px solid #eee;
    border-radius: 5px;
}

.article.a-cpp h2 {
    margin-top: 58px;
}

.article table .stup2 mark {
    margin-left: 2px;
    margin-right: 2px;
}
.article table .stup0 mark {
    margin-left: 2px;
    margin-right: 2px;
}

table.mw-130 .stup1 {
    min-width: 138px!important;
}
table.op-130 .stup2 {
    min-width: 158px!important;
    
}
/* jquery examples */

.col-blue {
    color: blue;
}
.bg-blue {
    background-color: blue;
}
.bg-yell {
    background-color: yellow;
}

.lh-25 {
    line-height: 2.5!important;
}
.lh-15 {
    display: inline-block;
    line-height: 1.5!important;
}

/* 30.4.2024 dodano .hljs{font-size: 17.5px; */
.hljs {
  font-size:17px;  
}

.vjezbe-drop {
	max-height: 1500px!important;
}

/* horizontal menu dodatak za desni rub 
kada je overflow u body i pokazuje se vodoravni kliznik */

.zeleni {
    top: 105px!important;
}

.desni {
    position: inherit;
    top:125px!important;
    padding-right: 50px!important;
}

.lijevi {
    width: 170px!important;
    max-width: 170px!important;
    position: relative;
    right: -70px!important;
    top: 105px!important;
    display: block!important;
    padding-right: 20px!important;
    margin-right: 20px!important;
    padding: 5px!important;
}
    
.relative {
    position: relative;
}

@media only screen and (max-width: 1203px) {
    #id-menu.lijevi {
        right: -80px!important;
    }
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu.desni {
    position: absolute;
    top: 125px;
    margin-left: 12px!important;
    padding: 5px 12px!important;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu.desni>li {
    margin-bottom: 0!important;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu.desni>li>a {
    box-sizing: border-box;
    margin: 0 8px;
}

.horizontalMenu-list .sub-menu.desni {
    position: absolute;
    top: -37px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 5px solid #e8ebf3;
    border-left: 8px solid transparent;
    border-bottom-color: #fff!important;
    content: '';
}

.horizontalMenu-list .sub-menu.desni:before {
    position: absolute;
    top: -8px;
    left: 155px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e8ebf3;
    border-left: 8px solid transparent;
    border-bottom-color: #fff!important;
    content: '';
}

.horizontalMenu-list .sub-menu.desni:after {
    position: absolute;
    top: -8px;
    left: 155px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}

/* sticky oglas */

@media only screen and (min-width: 992px) {
    .leftcol-sticky {
        position: sticky;   
        top: -15%;
        left: 0%;
        border:solid 1px green;
        overflow: hidden;
        margin-bottom: 0;
    }
}

.r-float {
    float: right;
}

