/* Fonts */
@font-face { font-family: 'Charlie Pro'; src: url('../fonts/charliepro-light.woff2') format("woff2"), url('../fonts/charliepro-light.woff') format("woff"); font-style: normal; font-weight: 300; font-display:swap;}
@font-face { font-family: 'Charlie Pro'; src: url('../fonts/charliepro-regular.woff2') format("woff2"), url('../fonts/charliepro-regular.woff') format("woff"); font-style: normal; font-weight: 400;font-display:swap; }
@font-face { font-family: 'Charlie Pro'; src: url('../fonts/charliepro-medium.woff2') format("woff2"), url('../fonts/charliepro-medium.woff') format("woff");font-style: normal; font-weight: 500; font-display:swap;}
@font-face { font-family: 'Charlie Pro';  src: url('../fonts/charliepro-semibold.woff2') format("woff2"), url('../fonts/charliepro-semibold.woff') format("woff");font-style: normal; font-weight: 600;font-display:swap; }
/*@font-face {
    font-family: "Charlie Pro";
    font-style: normal;
    font-weight: 200;
    src: local( "Charlie Pro Light" );
    src: url( "../fonts/CharliePro-Light.otf" ) format( "opentype" );
}
@font-face {
    font-family: "Charlie Pro";
    font-style: normal;
    font-weight: 300;
    src: local( "Charlie Pro Medium" );
    src: url( "../fonts/CharliePro-Medium.otf" ) format( "opentype" );
}
@font-face {
    font-family: "Charlie Pro";
    font-style: normal;
    font-weight: 400;
    src: local( "Charlie Pro Regular" );
    src: url( "../fonts/CharliePro-Regular.otf" ) format( "opentype" );
}
@font-face {
    font-family: "Charlie Pro";
    font-style: normal;
    font-weight: 500;
    src: local( "Charlie Pro Semibold" );
    src: url( "../fonts/CharliePro-Semibold.otf" ) format( "opentype" );
}*/
body,
html{
    background-color: #f0f0f0;
    color: #00294b;
    font-family: 'Trebuchet MS', 'Charlie Pro', sans-serif;
}
a,
a:hover,
a:focus {
    color: rgb( 255, 77, 90 );
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.d-flex {display: flex;}
.justify-content-between {justify-content: space-between;}
.align-center {align-items: center;}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    width: 100%;
}
/* header */
.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb( 255, 255, 255 );
}
.navbar-toggle {
    border: none;
    background: transparent !important;
    margin-top: 28px;
}
.navbar-toggle:hover {
    background: transparent !important;
}
.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
#brand {
    margin-bottom: 0;
    margin-top: 0;
}
.addiko-search-button { background-image: url(../img/search.svg); background-repeat: no-repeat; background-position: center; width: 60px; height: 90px; background-size: 36px; text-indent: -9999px;margin-left: 15px; cursor: pointer; float: left}
@media screen and ( max-width: 480px ) {
    /*#brand {*/
        /*display: table;*/
        /*width: 75%;*/
    /*}*/
}
header .navbar-default {
    background-color: rgb( 255, 77, 90 );
    background-image: none;
    border-bottom-style: solid !important;
    border-bottom-width: 50px !important;
    border-color: rgb( 0, 45, 75 ) !important;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    filter: none;
}
header .navbar {
    border: 0 none transparent;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 120px;
}
header .navbar a {
    color: rgb( 255, 255, 255 ) !important;
}
header .navbar-brand {
    height: 90px;
    padding: 25px 10px;
    font-size: 36px;
    line-height: 36px;
}
.navbar-brand.has-logo {
    padding-top: 25px;
    padding-bottom: 25px;
}
.custom-logo {
    height: 100%;
    width: auto;
}
@media screen and ( max-width: 480px ) {
    .custom-logo-link {
        display: table-cell;
        vertical-align: middle;
        margin: auto;
    }
    header .navbar-brand {
        padding: 25px 5px;
        height: 86px;
    }
}
header .navbar > .container .navbar-brand,
header .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
header .nav > li > a {
    position: relative;
    font-size: 20px;
    padding: 10px 25px;
}
header .navbar-nav > li > a {
    padding-top: 35px;
    padding-bottom: 35px;
}
header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .open > a {
    background-image: none;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    filter: none;
}
header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:focus,
header .navbar-default .navbar-nav > .active > a:hover {
    background-color: rgba( 0, 0, 0, .15 );
}
header .navbar-brand, .navbar-nav > li > a {
    text-shadow: 0 0 0 transparent;
}
/* header end */
/* footer */
#navbar-footer {
    background-color: transparent !important;
    border-top: 30px solid rgb( 0, 45, 75 );
}
#social {
    float: none;
    display: table;
    margin: 0 auto;
}
footer.container-fluid {
    background: #F7F5F5;
    padding-bottom: 100px;
}
footer .navbar-nav > li > a {
    color: rgb( 0, 45, 75 );
    font-size: 28px;
    height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 48px;
}
footer .nav > li > a:focus,
footer .nav > li > a:hover {
    background-color: transparent;
}
.footer-widget {
    color: #002D4C;
    list-style: none;
    margin-bottom: 0;
    padding-top: 30px;
    text-align: center;
}
.footer-widget ul {
    text-align: left;
    list-style: none;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}
.footer-widget a,
.footer-widget a:hover {
    color: #002D4C !important;
}
.footer-widget .call-to-action {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-widget > .widget {
    display: table;
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
}
.footer-widget .widget-title {
    font-size: 28px;
    font-weight: 600;
    padding-top: 0;
    margin: 20px auto 35px;
    margin-top: 0;
    line-height: 28px;
    text-align: left;
}
.footer-widget,
.footer-widget p {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
.footer-widget .fa {
    background-color: rgb( 255, 255, 255 );
    border-radius: 50%;
    color: rgb( 255, 77, 90 );
    font-size: 48px;
    height: 100px;
    line-height: 48px;
    margin: 15px auto;
    padding: 25px 10px;
    width: 100px;
}

.footer-menu {
    background-color: #E1E1E1;
}
.footer-menu ul {
    padding: 20px 0;
    margin: 0;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li {
    margin-right: 20px;
}
.footer-menu ul li a {
    color: rgba(0,45,75,1.00);
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
}
/* footer end */

/* page */
.h1, .h2, .h3, .h4, .h5, .h6, h1:not(#brand), h2:not(#brand), h3:not(#brand), h4:not(#brand), h5:not(#brand), h6:not(#brand) {
    line-height: 150%;
}
h1:not(#brand), h2:not(#brand), h3:not(#brand), h4:not(#brand), h5:not(#brand), h6:not(#brand) {
    font-weight: 600;
}
.page-header {
    border-bottom: 0 none transparent;
    margin-bottom: 0;
}
.page-title {
    border-bottom: 2px solid rgb( 255, 77, 90 );
    color: rgb( 255, 77, 90 );
    display: table;
    font-size: 36px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
.thumbnail {
    background-color: transparent;
    border: 0 none transparent;
    margin-bottom: 0;
    padding: 0;
}
/*.thumbnail-home {*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 500px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
/*}*/
/* vc editing */
.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.vc_icon_element {
    margin-bottom: 10px !important;
}
/* helpers */
.large {
    max-width: 1200px;
}
.medium {
    max-width: 992px;
}
.small {
    max-width: 768px;
}
.large,
.medium,
.small {
    font-size: 18px;
    /*margin-top: 75px;*/
    margin-right: auto !important;
    /*margin-bottom: 25px;*/
    margin-left: auto !important;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.bordered .vc_icon_element-inner {
    border-color: rgb( 255, 77, 90 ) !important;
    border-style: solid !important;
    border-width: 2px !important;
}
/* forms */
label,
input[type="email"],
input[type="password"],
input[type="text"],
textarea {
    color: rgb( 255, 77, 90 );
    font-weight: 500;
    width: 100%;
}
input[type="email"],
input[type="password"],
input[type="text"],
textarea {
    border-color: rgb( 255, 77, 90 );
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    padding: 5px 10px;
}
.wpcf7-submit {
    background-color: transparent;
    border: 0 none transparent;
    color: rgb( 255, 77, 90 );
    font-size: 18px;
    padding: 0;
    margin-top: 15px;
    text-transform: uppercase;
}
/* vc elements */
/* addiko-figure */
.vc-addiko-figure-wraper::after {
    content: " ";
    display: table;
    clear: both;
}
.vc-addiko-figure-wrap {
    position: relative;
}
.vc-addiko-figure-number {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb( 255, 77, 90 );
    color: rgb( 255, 255, 255 );
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    width: 75px;
    height: 75px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.vc-addiko-figure-image img {
    width: 100%;
    height: auto;
}
.vc-addiko-figure-content-wraper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 35px;
    background-color: rgba( 0, 45, 75, .65 );
}
@media screen and ( max-width: 768px ) {
    .vc-addiko-figure-content-wraper {
        position: static;
        bottom: auto;
        left: auto;
        background-color: rgb( 0, 45, 75 );
    }
}
.vc-addiko-figure-title {
    margin-top: 0;
}
.vc-addiko-figure-title a {
    color: rgb( 255, 77, 90 );
    text-decoration: none;
}
.vc-addiko-figure-text {
    color: rgb( 255, 255, 255 );
    font-size: 20px;
}
.vc-addiko-figure-button,
.vc-addiko-figure-button:hover,
.vc-addiko-figure-button:focus {
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb( 0, 45, 75 );
    color: rgb( 255, 255, 255 );
    padding: 7px 15px;
    border-radius: 6px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
}
/* addiko-figure end */
/* addiko-post */
.vc-addiko-post-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}
.vc-addiko-post-wrap::after {
    content: " ";
    display: table;
    clear: both;
}
.vc-addiko-post-image img {
    width: 100%;
}
.vc-addiko-post-title {
    line-height: 90% !important;
    margin-top: 0;
}
@media screen and ( max-width: 991px ) {
    .vc-addiko-post-title {
        margin-top: 20px;
    }
}
.vc-addiko-post-title a,
.vc-addiko-post-title a:hover,
.vc-addiko-post-title a:focus {
    font-size: 28px;
    font-weight: 500;
    color: rgb( 0, 45, 75 );
    /* text-decoration: underline; */
}
.vc-addiko-post-text {
    font-size: 16px;
    line-height: 115%;
    margin-top: 25px;
}
/* addiko-accoridion */
.addiko-accordion {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgb( 0, 45, 75);
    margin-bottom: 0;
}
.vc-addiko-accordion-wrap {
    margin-bottom: 30px;
    position: relative;
}
@media screen and ( max-width: 991px ) {
    .vc-addiko-accordion-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.vc-addiko-accordion-wrap::after {
    content: " ";
    clear: both;
    display: table;
}
.vc-addiko-figure-image {
    background-size: cover;
    background-position: center center;
}
@media screen and ( min-width: 992px ) {
    .vc-addiko-accordion-wraper .vc-addiko-figure-image {
        position: absolute;
        height: 100%;
    }
}
@media screen and ( max-width: 991px ) {
    .vc-addiko-accordion-wraper .vc-addiko-figure-image {
        height: 300px;
    }
}
.panel-heading {
    background-image: none !important;
    background-color: transparent !important;
    filter: none;
    border: 0 none transparent;
    padding: 0;
}
.panel-group .panel {
    border-radius: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 0 none transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.panel-body {
    background-color: rgb( 255, 255, 255 );
    margin-bottom: 0;
}
.panel-title > a {
    color: rgb( 255, 255, 255 );
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    display: block;
    padding: 15px;
}
.panel-title > a:focus, .panel-title > a:hover {
    text-decoration: none !important;
}
.panel-title > a[aria-expanded="true"] {
    background-color: rgb( 255, 77, 90 );
}
/* quiz */
.quizName {
    display: none !important;
}
.quizArea label {
    color: rgb( 0, 45, 75 );
}
.quizArea input[type="email"],
.quizArea input[type="password"],
.quizArea input[type="text"],
.quizArea textarea {
    border-color: rgb( 0, 45, 75 );
    color: rgb( 0, 45, 75 );
    padding: 15px;
}
.startQuiz,
.nextQuestion,
.checkAnswer,
.slickQuizWrapper .button:hover {
    background-color: rgb( 0, 45, 75 ) !important;
    font-size: 20px;
}
.question h3 {
    color: rgb( 255, 77, 90 );
}
.answers > li > * {
    display: inline;
    vertical-align: middle;
    font-size: 20px;
    line-height: 150%;
    margin-right: 15px;
}
.answers {
    padding-left: 0;
}
.answers > li > input {
    margin-top: 0;
}
.quizShare > a {
    background-color: rgb(0, 41, 75) !important;
    color: rgb( 255, 255, 255 ) !important;
    font-size: 18px;
}
/* quiz end */
/* addiko-post end */
@media screen and ( max-width: 768px ) {
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6:not(#brand) {
        line-height: 125%;
    }
    .h2, h2:not(#brand), .h2 *, h2:not(#brand) * {
        font-size: 24px !important;
    }
    .h3, h3:not(#brand), .h3 *, h3:not(#brand) * {
        font-size: 22px !important;
    }
    .h4, h4:not(#brand), .h4 *, h4:not(#brand) * {
        font-size: 20px !important;
    }
    .h5, h5:not(#brand), .h5 *, h5:not(#brand) * {
        font-size: 18px !important;
    }
    .h6, h6:not(#brand), .h6 *, h6:not(#brand) * {
        font-size: 16px !important;
    }
    header .nav > li > a {
        font-size: 18px;
        padding: 10px 15px;
    }
    header .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-collapse {
        border-top: 0 none transparent;
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
    }
    footer .nav > li {
        float: left;
    }
    .large,
    .medium,
    .small {
        margin-top: 25px;
    }
}
.inactive > .vc_icon_element-inner {
    position: relative;
}
.inactive > .vc_icon_element-inner:after {
    content: " ";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-image: url("../img/Uskoro_blue.png");
    background-size: cover;
    background-position: center center;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;

}

.inactive .vc_single_image-wrapper {
    position: relative;
}
.inactive .vc_single_image-wrapper:after {
    content: " ";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-image: url("../img/Uskoro_blue.png");
    background-size: cover;
    background-position: center center;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;

}
.clicked .vc_single_image-wrapper:after {
    visibility: visible;
    opacity: 1;
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.clicked > .vc_icon_element-inner:after {
    visibility: visible;
    opacity: 1;
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.vc-addiko-call-to-action-wrap {
    background-color: rgb( 255, 77, 90 );
    color: rgb( 255, 255, 255 );
    float: none;
    list-style: none;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 100px;
    text-align: center;
}
.vc-addiko-call-to-action-wrap,
.vc-addiko-call-to-action-wrap p {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
.vc-addiko-call-to-action-wrap a {
    color: rgb( 255, 255, 255 );
}
.vc-addiko-call-to-action-title {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    border-bottom: 2px solid rgb( 255, 255, 255 );
    display: table;
    margin: 20px auto 35px;
    line-height: 28px !important;
}
.addiko-call-to-action-icon > i {
    background-color: rgb( 255, 255, 255 );
    border-radius: 50%;
    color: rgb( 255, 77, 90 );
    font-size: 48px;
    height: 100px;
    line-height: 48px;
    margin: 15px auto;
    padding: 25px 10px;
    width: 100px;
    display: block;
    margin-top: 50px;
}
.addiko-call-to-action-icon {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.addiko-call-to-action-icon:hover,
.addiko-call-to-action-icon:focus {
    text-decoration: none;
}
.navbar-nav {
    position: relative;
}
.nav > li {
    position: static;
}
.sub-menu {
    width: 100%;
    list-style: none;
    padding-left: 0;
}
@media screen and ( min-width: 768px ) {
    #primary > li.current-menu-parent > a:hover::after,
    #primary > li.menu-item-has-children > a:hover::after {
        content: " ";
        border-bottom: 12px solid #002d4c;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        bottom: 0;
        display: block;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-12px);
        -ms-transform: translateX(-12px);
        transform: translateX(-12px);
        transition: 0.25s ease-in-out;
        z-index: 100;
    }
    .sub-menu {
        background-color: rgb( 0, 45, 75 );
        text-align: left;
        display: none;
        position: absolute;
        left: 0;
        bottom: -50px;
        height: 50px;
    }
    .navbar-nav li:hover > .sub-menu {
        display: block;
    }
    .sub-menu > li {
        display: inline-block;
        padding: 0;
        line-height: 50px;
        margin: 0 10px;
    }
}
@media screen and ( max-width: 767px ) {
    .sub-menu > li {
        padding: 15px 15px 15px 25px;
        line-height: 20px;
    }
}
.sub-menu > li {
    font-size: 14px; 
}
.sub-menu > li > a:hover,
.sub-menu > li > a:focus {
    text-decoration: none;
}
#addiko-carousel {
    margin: 15px auto;
}
.carousel-caption {
    left: 0;
    bottom: 0;
    padding-bottom: 50px;
    text-align: left;
    background-color: rgba( 0, 45, 75, .8 );
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    text-shadow: 0 0 0 transparent;
}

@media screen and (max-width: 768px) {
    .carousel-caption {
        position: static;
        background-color: transparent;
        color: #000;
        padding-left: 0;
        padding-right: 0;
    }
}
.carousel-caption > h2 {
    color: rgb( 255, 77, 90 );
}
.home .vc-addiko-post-text {
    font-size: 22px;
}
.vc-addiko-article-wraper {
    margin-top: 15px;
    margin-bottom: 15px;
}

.vc-addiko-article-wrap {
    position: relative;
}
.vc-addiko-article-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
@media screen and ( max-width: 991px ) {
    .vc-addiko-article-image {
        position: static;
    }
}
.vc-addiko-article-text-wraper {
    padding-top: 15px;
    background-color: rgb( 0, 45, 75);
}
.vc-addiko-article-title {
    background-color: rgb( 255, 77, 90 );
    font-size: 16px;
    padding: 15px;
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
.vc-addiko-article-text {
    background-color: rgb( 255, 255, 255 );
    padding: 15px;
    font-size: 18px;
}
.vc-addiko-article-read-more {
    text-align: right;
}
.vc-addiko-article-read-more > a {
    color: rgb( 255, 255, 255 );
}
.startQuiz { background-color: rgb( 255, 77, 90 ) !important; }
.naslov-slide a { color: #9eabd5;}
.naslov-slide a:hover { }

.vc-addiko-infographic-image-desktop img {
    display: block;
    max-width:100%;
    height:auto;
    margin-right: auto;
    margin-left: auto;
}

.vc-addiko-infographic-image-mobile {
    display: none;
}

@media screen and ( max-width: 768px ) {
    .vc-addiko-infographic-image-desktop {
        display: none;
    }

    .vc-addiko-infographic-image-mobile {
        display: block;
    }

    .vc-addiko-infographic-image-mobile img {
        display: block;
        max-width:100%;
        height:auto;
        margin-right: auto;
        margin-left: auto;
    }
    #primary{display: block!important;}
    #navbar {
        float: none !important;
        max-width: 100% !important;
        text-align: left !important;
    }
}

.checkboxInfo {
    margin-top: 20px;
    font-weight: 500;
}

.checkboxLabel {
    display: inline;
    margin-left: 20px;
}

.checkboxHolder {
    margin-bottom: 10px;
}
table img {
    margin: 0 auto;
    width: auto !important;
}
thead td {
    color: #fff;
    background-color: rgba(0,45,75,1.00);
    vertical-align: middle;
    font-size: 16px !important;
    line-height: 1.6;
    padding: 0.6em 0.4em;
}
thead th {
    color: #fff;
    background-color: rgba(0,45,75,1.00);
    vertical-align: middle;
    font-size: 16px !important;
    line-height: 1.6;
    padding: 0.6em 0.4em;
    text-align: center;
}
thead th a,
thead th a:hover,
thead th a:focus {
    color: #fff;
}
tbody td {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,45,75,0.10);
    padding-top: 5px;
    padding-bottom: 5px;
}
#navbar {float: right; max-width: 70%;}
#navbar {float: right; max-width: 70%; text-align: center;}
#primary {    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;}
#primary ul > li {min-height: 90px;}
#primary > li > a {text-align: center;
    font-weight: 400;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
font-size: 17px; line-height: 1.5;padding: 5px 15px;min-height: 90px;}
/* Search */
.search-title { margin: 1.5em 0;font-weight: 500; }
.article-search { margin-bottom: 0.5em; float: left; width: 100%; }
.article-search-title { font-size: 1.8em; line-height: 1.5; color: inherit;font-weight: 500!important; }
.article-search-footer { display: none; }
.search-box-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9995;
    display: none;
    background-color: rgba(13,39,61,0.45);
    overflow: hidden;

}
.search-box {
    width: 90%;
    max-width: 800px;
    position: fixed;
    top: 15%;
    left: -50%;
    right: -50%;
    z-index: 9996;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    background-color: #fff;
    padding: 20px 40px 40px;
    border: 0px solid #fff;
    border-radius: 0;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    min-height: 1px;
}
.addiko-input-field {
    border: 2px solid #e1e1e1;
    text-align: center;
    height: auto;
    border-radius: 6px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0.5em;
    background-color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: 2em;
    font-weight: normal;
    color: #002d4b;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;

}
.search-label { font-size: 3em;line-height: 1.5;margin-bottom: 0.5em;color: #002d4b; font-weight: 700!important;}
.search-box-close {display: block;width: 40px !important;
    height:40px;position: absolute;
    top: 0;
    right: 0;
    z-index: 9996;background-color: transparent !important;color: #ff4d5a !important;border: none; font-size: 3em;line-height: 1 !important; font-weight: 300 !important;}
/* Structure */
.wrapper { width: 90%; max-width: 1170px; clear: both; margin-right: auto; margin-left: auto; display: block; position: relative; }
/* Page Navigation */
.navigation { display: block; padding-top: 15px; margin: 20px auto; padding-bottom: 5px; clear: both; text-align: center; overflow: hidden; }
.navigation a { margin: 2px; text-decoration: none; font-weight: 600; color: #eee; background-color: #002D4B; font-size: 1.3em; line-height: 1.5; padding: 3px 10px; }
.navigation a:link { padding: 3px 10px; margin: 2px; text-decoration: none; color: #eee; background-color: #002D4B; }
.navigation a:visited { padding: 3px 10px; margin: 2px; text-decoration: none; color: #eee; background-color: #002D4B; }
.navigation a:hover { color: #f6f6f6; background-color: #ff4d5a; }
.navigation a:active { padding: 3px 10px; margin: 2px; text-decoration: none; color: #eee; background-color: #002D4B; }
.navigation span.current { font-weight: 700; color: #fff; background-color: #ff4d5a; font-size: 1.3em; line-height: 1.5; padding: 3px 10px; }
.social-networks a:hover, .social-networks a:focus, .social-networks a:active {
    color: #bf3a44;
}
.facebook-icon {
    background-image: url(../img/redesign/facebook.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 24px !important;
    transition: all .3s;
}
.facebook-icon:hover {
    background-image: url(../img/redesign/facebook-hover.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 24px !important;
}
.instagram-icon {
    background-image: url(../img/redesign/instagram.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px !important;
    transition: all .3s;
}

.instagram-icon:hover {
    background-image: url(../img/redesign/instagram-hover.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px !important;
}
.linkedin-icon {
    background-image: url(../img/redesign/linkedin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 24px !important;
    transition: all .3s;
}
.linkedin-icon:hover {
    background-image: url(../img/redesign/linkedin-hover.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 24px !important;
}
.youtube-icon {
    background-image: url(../img/redesign/youtube.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 23px !important;
    transition: all .3s;
}
.youtube-icon:hover {
    background-image: url(../img/redesign/youtube-hover.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 23px !important;
}
.social-networks a, .social-networks a:link, .social-networks a:visited {
    display: block;
    text-decoration: none;
    color: #002D4C;
    width: 32px;
    height: 32px;
    /* text-indent: -9999px; */
    background-size: 18px;
}
.social-networks li {
    float: left;
    list-style-type: none;
    list-style-image: none;
    margin: 0 10px;
    width: 32px;
    height: 32px;
}
.site-logo-footer svg {
    width: 192px;
    height: auto;
}
.site-logo-footer {
    text-align: left;
    margin-bottom: 40px;
}
.social-networks {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 13px;
    overflow: hidden;
    left: -20px;
}
footer {
    padding: 60px 0 60px 0 !important;
}
.footer-menu {
    background-color: #FF4D5A;
}
.footer-menu .wrapper {
    justify-content: space-between;
}
.footer-menu .wrapper {
    display: flex;
    gap: 24px;
}
#copyright {
    display: block;
    text-align: center;
    font-family: "DM Sans";
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 22px 0;
}
.footer-menu .help-menu ul li a {
    font-weight: 500;
    font-size: 16px;
    color: #fff !important;
    line-height: 1.5;
    text-decoration: none;
}
footer>.container>.wrapper {
    display: flex;
    gap: 24px;
    width: 100%;
}
footer>.container>.wrapper .footer-widget:nth-of-type(1) {
    width: 29%;
}
footer>.container>.wrapper .footer-widget:nth-of-type(2) {
    width: 33%;
}
footer>.container>.wrapper .footer-widget:nth-of-type(3) {
    width: 18%;
}
footer>.container>.wrapper .footer-widget {
    width: 23%;
    padding: 0 !important;
}
.footer-widget, .footer-widget p, .footer-widget a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #858799;
}
.footer-widget .widget-title {
    font-size: 20px;
    font-weight: 700;
    padding-top: 0;
    margin: 20px auto 35px;
    margin-top: 0;
    line-height: 1.5;
    text-align: left;
    color: #0A1023;
    margin-bottom: 16px;
}
.footer-widget, .footer-widget p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #858799;
}
.footer-widget a {
    color: #858799 !important;
}
@media screen and ( max-width: 992px ) {
    footer>.container>.wrapper {
        flex-wrap: wrap;
    }
    footer>.container>.wrapper .footer-block {
        width: calc(33.33333% - 16px);
    }
    .footer-menu .wrapper {
        display: flex;
        gap: 0;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .footer-menu ul li {
        margin-right: 20px;
        display: block;
    }
}
@media screen and ( max-width: 768px ) {
    .social-networks ul {
        display: flex;
        width: 100%;
    }
    .social-networks {
        position: relative;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        overflow: visible;
        left: -12px;
        margin-bottom: 47px;
        display: block;
    }
    .footer-widget>.widget_nav_menu>div {
        display: none;
        padding-bottom: 20px;
    }
    .footer-widget .widget-title {
        position: relative;
    }
    .footer-widget .widget-title:before {
        content: "";
        position: absolute;
        right: 6px;
        top: calc(50% - 7px);
        width: 2px;
        height: 14px;
        background: #FF4D5A;
        border-radius: 10px;
        transform: rotate(0deg);
        transition: transform .4s;
    }
    .footer-widget .widget-title.active:before {
        transform: rotate(90deg);
    }
    .footer-widget .widget-title:after {
        content: "";
        position: absolute;
        right: 0;
        top: calc(50% - 1px);
        width: 14px;
        height: 2px;
        background: #FF4D5A;
        border-radius: 10px;
    }
    footer>.container>.wrapper  {
        display: flex;
        gap: 24px;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start !important;
        flex-direction: column !important;
        gap: 0;
    }

    footer>.container>.wrapper .footer-block:nth-of-type(1) {
        margin-bottom: 30px;
    }
    footer>.container>.wrapper .footer-widget:nth-of-type(1) {
        display: block;
        float: left;
        width: 100% !important;
        padding: 1.5% 0 1.5%;
    }
    footer>.container>.wrapper .footer-widget:nth-of-type(2) {
        display: block;
        float: left;
        width: 100% !important;
        padding: 1.5% 0 1.5%;
    }
    footer>.container>.wrapper .footer-widget:nth-of-type(3) {
        display: block;
        float: left;
        width: 100% !important;
        padding: 1.5% 0 1.5%;
    }
    footer>.container>.wrapper .footer-widget:nth-of-type(4) {
        display: block;
        float: left;
        width: 100% !important;
        padding: 1.5% 0 1.5%;
    }
}