/* -------------------------------- FONTS ----------------------------------- */
/* Webfont: OrtoRNIDS-Regular */@font-face {
    font-family: 'OrtoRNIDS';
    src: url('../fonts/OrtoRNIDS-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: OrtoRNIDS-Italic */@font-face {
    font-family: 'OrtoRNIDS';
    src: url('../fonts/OrtoRNIDS-Italic.woff2') format('woff2');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: OrtoRNIDS-Bold */@font-face {
    font-family: 'OrtoRNIDS';
    src: url('../fonts/OrtoRNIDS-Bold.woff2') format('woff2');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
/* Webfont: OrtoRNIDS-BoldItalic */@font-face {
    font-family: 'OrtoRNIDS';
    src: url('../fonts/OrtoRNIDS-BoldItalic.woff2') format('woff2');
    font-style: italic;
    font-weight: bold;
    text-rendering: optimizeLegibility;
} 
types {
    font/woff2  woff2;
}
/* -------------------------------- GLOBAL ---------------------------------- */
html {
    scroll-behavior: smooth;
}
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    font-family: "OrtoRNIDS", Georgia;
    font-feature-settings: "kern";  /* kern */
}
body.lock {
    overflow-y: clip;
}
.innerPage {
    margin-bottom: 100px;
}
.container {
    width: 100%;
    max-width: 1170px;
    padding: 0 30px;
    margin: 0 auto;
}
.containerBigger {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
.innerContainer {
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    margin: 50px 0 30px;
}
.innerPage h1,
.innerPage h2,
.innerPage h3,
.innerPage h4,
.innerPage h5,
.innerPage h6 {
    margin-bottom: 20px;
    line-height: 1.2;
}
h1 {
    font-size: 40px;
}
h1.pageTitle {
    margin-top: 70px;
}
.subPage h1.pageTitle {
    margin-top: 25px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
p {
    margin: 0 0 30px;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.bold {
    font-weight: bold;
}
a {
    color: #0C71C3;
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
    color: #D0023D;
    transition: all 0.3s ease;
    text-decoration: none;
}
a.button,
button {
    width: 200px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    overflow: hidden;
    position: relative;
    display: table;
    background-color: #FF0000;
    height: 50px;
}
a.button.new .linkTextHolder,
button.new .linkTextHolder {
    display: table;
    width: 100%;
    padding: 0 30px;
    line-height: 1.2;
    box-sizing: border-box;
    margin: 0;
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
    font-size: 16px;
    height: 50px;
    transition: all 0.3s ease;
}
a.button.new:hover .linkTextHolder,
button.new:hover .linkTextHolder {
    padding: 0 30px;
    transition: all 0.3s ease;
}
a.button.new .linkText,
button.new .linkText {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translate(30px, -50%);
    -webkit-transform: translate(30px, -50%);
    -o-transform: translate(30px, -50%);
    -ms-transform: translate(30px, -50%);
    transform: translate(30px, -50%);
    transition: all 0.3s ease;
}
a.button.new:hover .linkText,
button.new:hover .linkText {
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
a.button.new .linkText.full,
button.new .linkText.full {
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
a.button.new:hover .linkText.full,
button.new:hover .linkText.full {
    left: 0;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
a.button.new .linkI,
button.new .linkI {
    opacity: 1;
    width: 30px;
    text-align: right;
    transition: all 0.3s ease;
    position: absolute;
    right: 30px;
    overflow: hidden;
}
a.button.new:hover .linkI,
button.new:hover .linkI {
    width: 0px;
    right: 5px;
    opacity: 0;
    transition: all 0.3s ease;
}
a.button.new .linkI i,
button.new .linkI i {
    font-size: 20px;
    line-height: 50px;
}
a.button.new .leftMask,
button.new .leftMask,
.inputButtonHolder .leftMask {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,0,0,1) 0%, rgba(208,2,61,1) 100%);
    margin: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
}
a.button.new:hover .leftMask,
button.new:hover .leftMask,
.inputButtonHolder input:hover + .leftMask {
    left: 100%;
    transition: all 0.3s ease;
}
a.button.new.mSize,
button.new.mSize {
    width: 250px;
}
a.button.new.bigger,
button.new.bigger {
    width: 290px;
}

a.button.blue,
button.blue {
    background-color: #29ABE2;
}
a.button.new.blue .leftMask,
button.new.blue .leftMask {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(41,171,226,1) 0%, rgba(12,113,195,1) 100%);
}
img {
    display: block;
}
img.fluidImg {
    width: 100%;
    height: auto;
}
form {
    width: 100%;
    display: table;
}
input,
select {
    font-size: 16px;
    line-height: 50px;
    color: #333;
    padding: 0 20px;
    border-radius: 5px;
    border: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    height: 50px;
}
input {
    background-color: #F9F9F9;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(204,204,204,0.8);
    -moz-box-shadow: 0px 2px 4px 0px rgba(204,204,204,0.8);
    box-shadow: 0px 2px 4px 0px rgba(204,204,204,0.8);
}
input:focus-visible {
    outline: 2px;
    outline-color: #0C71C3;
    outline-style: solid;
}
input.white {
    background-color: #fff;
}
.inputButtonHolder {
    width: 200px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    overflow: hidden;
    position: relative;
    display: table;
    background-color: #FF0000;
}
.inputButtonHolder input {
    color: #fff;
    background-color: transparent;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(204,204,204,0.8);
    -moz-box-shadow: 0px 2px 4px 0px rgba(204,204,204,0.8);
    box-shadow: 0px 2px 4px 0px rgba(204,204,204,0.8);
    cursor: pointer;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}
.inputButtonHolder .leftMask {
    z-index: 1;
}
select {
    background: #F9F9F9 url("../fonts/arrowDown.svg") center right 10px no-repeat;
    padding-right: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
form button:disabled {
    pointer-events: none;
    opacity: 0.5;
}
.formInner select {
    margin-bottom: 10px;
}
select:disabled {
    opacity: 0.5;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.ta-center {
    text-align: center;
}
.pt-40 {
    padding-top: 40px;
}
.pl-0 {
    padding-left: 0;
}
.mt-0 {
    margin-top: 0;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-25 {
    margin-top: 25px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-60 {
    margin-bottom: 60px;
}
.blueColor {
    color: #0C71C3;
}
.redColor {
    color: #D0023D;
}
.greyColor {
    color: #666;
}
.darkGreyColor {
    color: #333;
}
.hidden {
    display: none;
}
.borderTop {
    border-top: 1px solid rgba(204,204,204,0.5);
}
.borderBottom {
    border-bottom: 1px solid rgba(204,204,204,0.5);
}
.borderRight {
    border-right: 1px solid rgba(204,204,204,0.5);
}
.borderTop2 {
    border-top: 2px solid #ccc;
}
.borderBottom2 {
    border-bottom: 2px solid #ccc;
}
.data.gridHolder,
.gridHolder {
    width: 100%;
    display: table;
    position: relative;
}
.twelve {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 5px 15px 0;
}
.tenAndHalf,
.nine,
.six,
.three,
.oneAndHalf {
    float: left;
    box-sizing: border-box;
    padding: 15px 5px 15px 20px;
}
.twenty,
.sixty {
    float: left;
    padding: 25px 5px 25px 0;
    box-sizing: border-box;
}
.twenty {
    width: 20%;
}
.sixty {
    width: 60%;
}
.tenAndHalf.pl-0,
.nine.pl-0,
.six.pl-0 {
    padding-left: 0;
}
.tenAndHalf {
    width: 87.5%;
}
.nine {
    width: 75%;
}
.six {
    width: 50%;
}
.three {
    width: 25%;
}
.oneAndHalf {
    width: 12.5%;
}
/* -------------------------------- HEADER ---------------------------------- */
header {
    z-index: 999;
    position: relative;
}
.mobNavOpen,
.mobNavClose {
    display: none;
}
.headerLogoWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 40px;
}
.headerLogoWrapper a.logo {
    margin-right: 65px;
}
.headerLogoWrapper .logoImg {
    height: 50px;
    width: auto;
}
.headerLogoWrapper .logoImg.mp1 {
    float: left;
}
.secondaryNavigation.desktop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 0 30px;
}
.secondaryNavigation.mobile {
    display: none;
}
.secondaryNavigation a.contact {
    color: #333;
    margin-right: 30px;
}
.secondaryNavigation a.contact.active,
.secondaryNavigation a.contact:hover,
.secondaryNavigation a.langLink:hover {
    color: #D0023D;
}
.secondaryNavigation a.langLink {
    font-weight: bold;
    color: #0C71C3;
    padding: 0 10px;
    line-height: 30px;
}
.secondaryNavigation a.langLink.ci {
    border-right: 1px solid #D6DBE0;
}
.secondaryNavigation a.login {
    margin-left: 50px;
}
.secondaryNavigation a.login i {
    font-size: 20px;
}
.primaryNavigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.primaryNavigation a {
    font-weight: bold;
    color: #333;
    line-height: 26px;
    padding: 12px 0;
    display: block;
}
.primaryNavigation a.active,
.primaryNavigation a:hover {
    color: #D0023D;
}
.primaryNavigation .navLink {
    position: relative;
}
.dropdownDivider {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 4px;
    opacity: 0;
    transition: all 0.3s ease;
}
.primaryNavigation .navLink.withChildren:hover .dropdownDivider {
    opacity: 1;
    transition: all 0.3s ease;
}
.dropdownDivider .triangle {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 4px solid #E7011F;
    margin: 0 auto;
}
.dropdownDivider .red,
.dropdownDivider .blue {
    height: 3px;
    width: 100%;
    display: block;
}
.dropdownDivider .red {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,0,0,1) 0%, rgba(208,2,61,1) 100%);
}
.dropdownDivider .blue {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(41,171,226,1) 0%, rgba(12,113,195,1) 100%);
}
.primaryNavigation .dropdown {
    position: absolute;
    width: 400px;
    right: 0;
    top: 100%;
    display: none;
    padding-top: 0;
    transition: all 0.3s ease;
}
.primaryNavigation .navLink.withChildren:hover .dropdown {
    padding-top: 5px;
    display: block;
    transition: all 0.3s ease;
}
.primaryNavigation a span.mobile {
    display: none;
}
.dropdownNav {
    background-color: #fff;
    width: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(204,204,204,0.4);
    -moz-box-shadow: 0px 0px 23px 0px rgba(204,204,204,0.4);
    box-shadow: 0px 0px 23px 0px rgba(204,204,204,0.4);
}
.dropdownNav .navLink {
    width: 100%;
    display: block;
    border-bottom: 2px solid #ccc;
}
.dropdownNav .navLink.last {
    border-bottom: none;
}
.dropdownNav .navLink a {
    width: 100%;
    display: block;
}
/* -------------------------------- FOOTER ---------------------------------- */
footer .divider {
    border-top: 3px solid #ccc;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.footreTop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: 320px;
}
.footerLeft {
    float: left;
    width: 66.66%;
    border-bottom: 1px solid #ccc;
}
.footerRight {
    float: right;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 30px;
}
.footreTop h6 {
    font-size: 14px;
}
.footreTop p {
    font-size: 12px;
}
.logoWrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.logoWrapper img {
    height: auto;
}
.logoWrapper .logoMpFWrapper {
    width: 30.7%;
    /*    float: left;*/
}
.logoWrapper .logoMpFWrapper img.mp1 {
    float: left;
    width: 18.61%;
    height: auto;
}
.logoWrapper .logoMpFWrapper img.mp2 {
    width: 81.39%;
    height: auto;
}
.logoWrapper img.eu {
    width: 33.33%;
    /*    float: right;*/
}
.logoWrapper img.fon {
    width: 17.44%;
}
.footreBottom p {
    font-size: 14px;
    margin: 30px 0;
}
a.backToTop {
    width: 30px;
    height: 30px;
    display: block;
    background: url('../fonts/arrowUp.svg') #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px auto;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.75);
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.75);
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    z-index: -1;
}
a.backToTop.visible {
    opacity: 1;
    z-index: 99;
}
a.backToTop:hover {
    opacity: 0.65;
}
/* -------------------------------- HOME PAGE ------------------------------- */
section {
    margin-bottom: 50px;
}
section.mb-0 {
    margin-bottom: 0;
}
/* MOJA SREDNJA SKOLA */
.textImgWrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.textImg .text {
    width: 59.92%;
    padding-right: 50px;
    box-sizing: border-box;
    display: table;
}
.myHighSchoolWrapper .buttonHolder {
    float: left;
    margin-bottom: 25px;
}
.myHighSchoolWrapper .buttonHolder.first {
    margin-right: 40px;
}
.myHighSchoolWrapper .buttonHolder span.label {
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-bottom: 10px;
}
.textImg img {
    width: 40.08%;
    height: auto;
}
/* PRIJAVI SE - PROVERA PODATAKA */
.twoColumns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}
.twoColumns .grayBackground {
    background-color: #F9F9F9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    padding: 0 60px 40px;
    text-align: center;
}
.checkUl {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.checkUl li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
}
.checkUl li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0C71C3;
    position: absolute;
    left: 5px;
    top: 0;
}
.signInDataCheck .checkUl li {
    font-size: 12px;
}
.signInHolder a.button {
    margin: 0 auto;
}
#dataCheckForm p {
    font-size: 14px;
    margin-bottom: 20px;
}
#dataCheckForm input {
    margin-bottom: 40px;
    text-align: center;
}
#dataCheckForm button {
    margin: 0 auto;
}
/* AKTUELNO */
.currentWrapper.textImgWrapper {
    align-items: flex-start;
}
.currentWrapper .text h2 {
    margin-top: 70px;
}
.currentWrapper .text p {
    margin-bottom: 50px;
}
/* IZVOD IZ ZVANICNOG KALENDARA */
.excerptFromTheOfficialCalendarWrapper h2 {
    text-align: center;
}
.fiveColumns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.calendarItem {
    padding: 0 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(204,204,204,0.4);
    -moz-box-shadow: 0px 0px 23px 0px rgba(204,204,204,0.4);
    box-shadow: 0px 0px 23px 0px rgba(204,204,204,0.4);
    margin-bottom: 50px;
}
.calendarItem h4 {
    font-size: 24px;
}
.calendarItem p {
    font-size: 18px;
    margin-bottom: 20px;
}
.textButton {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.textButton .text {
    width: calc(100% - 240px);
    max-width: 900px;
}
.current .linkTextHolder .linkText {
    width: 154px;
}
/* OSNOVNE SKOLE */
.twoHalf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
}
.twoHalf .imgWrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.twoHalf .textContent {
    width: 100%;
    max-width: 615px;
    padding: 0 30px 0 60px;
    box-sizing: border-box;
}
.twoHalf .textContent form {
    width: 100%;
    max-width: 520px;
}
/* SREDNJE SKOLE */
.reverseOrder .half.imgWrapper {
    order: 1;
}
.reverseOrder .half {
    order: 0;
}
.twoHalf.reverseOrder .textContent {
    float: right;
    padding: 0 60px 0 30px;
    box-sizing: border-box;
}
.highSchool .half h2 {
    margin-bottom: 50px;
}
.highSchool .half p.fs-22 {
    margin-bottom: 50px;
}
.highSchool .half form {
    margin-bottom: 60px;
}
.highSchool .half form button {
    margin-top: 40px;
}
/* PREDHODNA GODINA */
.previousYear .half h2 {
    margin-bottom: 50px;
}
.previousYear .half p.fs-22 {
    margin-bottom: 50px;
}
.previousYear .half form {
    margin-bottom: 60px;
}
.previousYear .half form button {
    margin-top: 40px;
}
/* -------------------------------- OSNOVNE SKOLE --------------------------- */
.grayGradient {
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 30px 10px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(241,241,241,1) 0%, rgba(210,210,210,1) 100%);
}
.contentText {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}
.contentText i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
}
.data {
    display: grid;
    font-size: 18px;
}
.data.oneCol {
    grid-template-columns: 1fr;
}
.data.fourCol {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 20px;
}
.data.oneCol .holder {
    ;
    padding: 10px 0;
}
.holder.twoElement {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.data.fourCol .holder {
    justify-content: space-between;
    align-items: flex-start;
}
.data.fourCol .holder span {
    display: block;
    text-align: center;
}
/* -------------------------------- SREDNJE SKOLE --------------------------- */
.formTwoCol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}
.hsResultsWrapper {
    margin-top: 80px;
}
.hsResultsWrapper .topWrapper {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.hsResultsWrapper .rightContent {
    display: table;
}
.hsResultsWrapper .leftContent,
.hsResultsWrapper .rightContent .label {
    padding-top: 12px;
}
.hsResultsWrapper .rightContent select {
    width: 300px;
    margin-left: 10px;
}
table.customTable {
    border-collapse: collapse;
}
table.highSchoolData {
    text-align: center;
}
table.customTable th,
table.customTable td {
    border: none;
    vertical-align: middle;
    padding: 15px 5px;
    line-height: 1.2;
}
table.customTable th {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    color: #666;
    font-weight: bold;
}
table.customTable td {
    border-bottom: 1px solid rgba(204,204,204,0.5);
}
table.highSchoolData th.skola {
    text-align: left;
}
table.highSchoolData td {
    font-weight: bold;
}
table.highSchoolData td.skolaNaziv {
    font-weight: normal;
    text-align: left;
}
table.highSchoolData td.skolaNaziv span {
    display: block;
}
table.highSchoolData td.skolaNaziv a {
    font-weight: bold;
}
table.highSchoolData th.status {
    width: 26px;
}
table.highSchoolData th.kvota {
    width: 65px;
}
table.highSchoolData th.prviKrugBroj,
table.highSchoolData th.drugiKrugBroj {
    width: 130px;
}
table.highSchoolData th.minBodova {
    width: 140px;
}
.hsResultsWrapper .bottomWrapper {
    display: table;
    margin: 30px 0 0;
    width: 100%;
}
.pagination {
    display: table;
    width: auto;
}
.pagination a,
.pagination .dots {
    float: left;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    margin: 0 5px;
}
.pagination a {
    width: 36px;
    border-radius: 5px;
    background-color: #F9F9F9;
}
.pagination a.active,
.pagination a:hover {
    background-color: #0C71C3;
    color: #fff;
    font-weight: bold;
}
.pagination a span {
    width: 100%;
    height: 100%;
    display: block;
}
.pagination a.previous,
.pagination a.next {
    font-size: 20px;
    line-height: 36px;
}
.pagination a.last {
    margin-right: 0;
}
.hsResultsWrapper .bottomWrapper .info {
    padding-top: 30px;
    clear: both;
}
.circle {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 8px;
    display: inline-block;
}
.circle.green {
    background-color: #6DD400;
}
.circle.red {
    background-color: #FF0000;
}
.hsResultsWrapper .bottomWrapper .info .circle {
    margin-right: 10px;
    -moz-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -o-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}
/* -------------------------------- PODACI O UCENICIMA ---------------------- */
.formInner input.search {
    padding: 0 20px 0 60px;
    /*background-image: url("../img/icon-search.svg");*/
    background-position: 20px center;
    background-repeat: no-repeat;
}
.formInner p.errorMessages {
    margin-bottom: 10px;
}
.g-recaptcha {
    margin: 20px 0 10px;
}
.formInner p.errorMessages span {
    width: 100%;
}
.sdResultsWrapper {
    margin-top: 50px;
}
.sdResultsWrapper .topData {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}
.sdResultsWrapper .topData .data.oneCol {
    width: calc(100% - 280px);
    border-top: 0;
}
.holder .twoElement.leftAlignment {
    justify-content: flex-start;
}
.twoElement.leftAlignment .label {
    width: 150px;
}
.twoElement.leftAlignment .bold {
    width: calc(100% - 160px);
}
.twoElement.leftAlignment .bold span {
    font-weight: normal;
    display: block;
}
.numberOfPoints {
    width: 230px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(41,171,226,1) 0%, rgba(12,113,195,1) 100%);
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}
.numberOfPoints span {
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1;
}
.innerPage h4.mb-10 {
    margin-bottom: 10px;
}
.leftColumn {
    width: calc(50% - 10px);
}
.triggerModal {
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    color: #0C71C3;
    text-align: center;
    position: relative;
}
.triggerModal:hover {
    color: #D0023D;
    transition: all 0.3s ease;
}
.triggerModal span {
    opacity: 1;
    transition: all 0.3s ease;
}
.data.active .triggerModal span {
    opacity: 0;
    transition: all 0.3s ease;
}
.triggerModal i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -2px;
    opacity: 0;
    transition: all 0.3s ease;
}
.data.active .triggerModal i {
    opacity: 1;
    transition: all 0.3s ease;
}
.modalCustom {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    margin-left: 20px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(204,204,204,0.4);
    -moz-box-shadow: 0px 0px 23px 0px rgba(204,204,204,0.4);
    box-shadow: 0px 0px 23px 0px rgba(204,204,204,0.4);
    padding: 20px 0;
    z-index: 9;
    font-size: 16px;
}
.modalCustom.bottomPosition {
    top: auto;
    bottom: 0;
}
.data.active .modalCustom {
    display: block;
}
.modalCustom h4.redColor {
    margin: 15px 0 15px;
    padding: 0 20px;
}
.modalCustom .holder {
    padding: 15px 20px;
}
.modalCustom .twoElements {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
span.block {
    display: block;
}
.data h4.m-0 {
    margin: 0px;
}
.innerThreeCol {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.innerThreeCol span span {
    margin-left: 10px;
}
.modalCustom .nine,
.modalCustom .oneAndHalf {
    padding: 15px 5px;
}
.modalCustom .innerThreeCol {
    padding: 0 15px;
    box-sizing: border-box;
}
.modalCustom .twoElements.flexCenter {
    align-items: center;
}
.modalCustom .orderNumber {
    font-size: 28px;
    width: 40px;
}
.modalCustom .nine h4.redColor {
    margin: 0;
    padding: 0;
}
.expressedWishesWrapper .twoElements .text {
    width: calc(100% - 40px);
}
/* -------------------------------- DOKUMENTA ZA PREUZIMANJA ---------------- */
.subnavWrapper {
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px;
}
.subnavWrapper i.fa-angle-double-right {
    font-size: 12px;
}
.documentRow {
    font-size: 18px;
    margin-bottom: 10px;
}
.documentRow .date {
    color: #666;
}
.documentRow .verticalDivider {
    margin: 0 5px;
}
.documentRow a {
    font-weight: bold;
}
hr {
    margin-top: 40px;
    border: none;
    border-top: 2px solid #ccc;
}
.innerPage ul,
.innerPage ol {
    margin: 0 0 30px;
    padding-left: 15px;
}
.innerPage ol {
    padding-left: 27px;
}
.innerPage ul li,
.innerPage ol li {
    padding-left: 10px;
}
.innerPage ul.listCircle {
    list-style: circle;
}
.innerPage ul.mb-0,
.innerPage ol.mb-0 {
    margin-bottom: 0;
}
/* -------------------------------- PRAVILNIK ------------------------------- */
select.select-button {
    width: calc(100% - 210px);
}
.innerPage ol.newStyle {
    padding-left: 0;
    counter-reset: list;
}
.innerPage ol.newStyle li {
    position: relative;
    padding-left: 28px;
    list-style: none;
}
.innerPage ol.newStyle li:before {
    counter-increment: list;
    content:counter(list) ") ";
    position: absolute;
    top: 0;
    left: 0;
}
/* -------------------------------- KALENDAR -------------------------------- */
.accordion {
    width: 100%;
    display: inline-block;
}
.accordionElement {
    margin-bottom: 2px;
}
.accordion .card.accordionElement {
    border: none;
    border-radius: 0;
}
.accordion .card.accordionElement .card-header {
    position: relative;
    width: 100%;
    background-color: #F1F1F1;
    border-radius: 10px !important;
    overflow: hidden;
    cursor: pointer;
    color: #0C71C3;
    text-align: center;
    line-height: 26px;
    padding: 0;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 22px;
    height: auto;
    border: none;
}
.accordion .card .card-header a {
    width: 100%;
    padding: 17px 70px;
    text-align: center;
    background-color: transparent;
    position: relative;
    display: block;
    z-index: 2;
}
.accordion .card .card-header:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(241,241,241,1) 0%, rgba(210,210,210,1) 100%);
    transition: all 0.3s ease;
    z-index: 1;
}
.accordion .card .card-header:hover:before {
    left: 100%;
    transition: all 0.3s ease;
}
.accordion .card .card-header a i {
    position: absolute;
    right: 40px;
    top: 50%;
    color: #0C71C3;
    -moz-transform: scaleY(-1) translateY(50%);
    -webkit-transform: scaleY(-1) translateY(50%);
    -o-transform: scaleY(-1) translateY(50%);
    -ms-transform: scaleY(-1) translateY(50%);
    transform: scaleY(-1) translateY(50%);
    transition: all 0.3s ease;
}
.accordion .card .card-header a.collapsed i {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.accordion .card .card-header a:hover i {
    color: #D0023D;
    transition: all 0.3s ease;
}
.accordion .card-body {
    padding: 0;
}

/* -------------------------------- PRIJEMNI ISPITI ------------------------- */
.textImgWrapper.entranceExamsIntro {
    align-items: flex-start;
}
.innerPage ul.checkUl {
    padding: 0;
}
.innerPage ul.checkUl li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
}
.holder.twoElement.ai-center {
    align-items: center;
}
.innerPage h5.mb-30 {
    margin-bottom: 30px;
}
.holder.twoElement .firstElement {
    max-width: calc(100% - 290px);
}
/* ----------------------------- COLOR SCHEME ------------------------------- */
a.set-handle {
    margin-left: 30px;
    font-weight: bold;
    cursor: pointer;
}
.handle-wrapper-desktop {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.handle-wrapper-desktop.active {
    height: 388px;
    transition: all 0.3s ease;
}
.handle-wrapper-desktop h3,
.handle-wrapper-desktop h5 {
    margin: 10px 0;
}
.handle-wrapper-desktop h3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.handle-wrapper-desktop h3 i {
    transition: all 0.3s ease;
    cursor: pointer;
    color: #0C71C3;
}
.handle-wrapper-desktop h3 i:hover {
    color: #D0023D;
}
.handle-wrapper-desktop p {
    margin-bottom: 20px;
}
.color-scheme {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
}
.color-scheme .card {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border: 3px solid #000;
    color: #fff !important;
    box-sizing: border-box;
    position: relative;
    flex-direction: inherit;
}
.color-scheme .normal {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(41,171,226,1) 0%, rgba(12,113,195,1) 100%);
}
.color-scheme .bw {
    background: #000;
}
.color-scheme .invert {
    background: #fff;
    color: #000 !important;
}
html .color-scheme .normal {
    border: 3px solid #D0023D;
}
html.bw .color-scheme .normal,
html.invert .color-scheme .normal {
    border: 3px solid #000;
}
html.bw .color-scheme .bw,
html.invert .color-scheme .card.invert {
    border: 3px solid #D0023D;
}
html .color-scheme .normal:after,
html.bw .color-scheme .bw:after,
html.invert .color-scheme .invert:after {
    width: 16px;
    height: 16px;
    background: #D0023D;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    border-left: 3px solid #D0023D;
    border-bottom: 3px solid #D0023D;
}
html.bw .color-scheme .normal:after,
html.invert .color-scheme .normal:after {
    display: none;
}
/* BLACK WHITE */
html.bw img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
html.bw a,
html.bw .secondaryNavigation a.langLink,
html.bw .secondaryNavigation a.contact {
    color: #999;
}
html.bw .primaryNavigation a.active,
html.bw .primaryNavigation a:hover,
html.bw .secondaryNavigation a.contact:hover,
html.bw .secondaryNavigation a.contact.active,
html.bw .secondaryNavigation a.langLink:hover,
html.bw a:hover {
    color: #000;
}
html.bw a.button.blue,
html.bw button.blue {
    background-color: #000;
    color: #fff;
}
html.bw a.button.new.blue .leftMask,
html.bw button.new.blue .leftMask {
    background: #000;
}
html.bw .dropdownDivider .blue {
    background: #000;
}
html.bw .dropdownDivider .red {
    background: #ccc;
}
html.bw .dropdownDivider .triangle {
    border-bottom: 4px solid #ccc;
}
html.bw select {
    background: #F9F9F9 url("../fonts/arrowDown-Black.svg") center right 10px no-repeat;
}
html.bw a.button,
html.bw button {
    background-color: #999;
}
html.bw a.button.new .leftMask,
html.bw button.new .leftMask,
html.bw .inputButtonHolder .leftMask {
    background: #999;
}
html.bw a.button,
html.bw button {
    color: #000;
}
html.bw .checkUl li::before {
    color: #000;
}
html.bw a.backToTop {
    background: url('../fonts/arrowUp-Black.svg') #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px auto;
}
html.bw .handle-wrapper-desktop h3 i {
    color: #000;
}
html.bw .blueColor {
    color: #000;
}
html.bw .redColor {
    color: #000;
}
html.bw .triggerModal {
    color: #000;
}
html.bw .triggerModal:hover {
    color: #999;
}
html.bw .numberOfPoints {
    background: #000;
}
html.bw .inputButtonHolder {
    background: #999;
    color: #000;
}
html.bw .inputButtonHolder input {
    color: #000;
}
html.bw .circle.green {
    background-color: #999;
}
html.bw .circle.red {
    background-color: #000;
}
html.bw .pagination a.active,
html.bw .pagination a:hover {
    background-color: #000;
    color: #fff;
}
.handle-wrapper-desktop .container {
    box-sizing: content-box;
}
.handle-wrapper-desktop h3,
.handle-wrapper-desktop h5 {
    line-height: 1.6;
}
html.bw .accordion .card .card-header a i,
html.bw .accordion .card .card-header a:hover i {
    color: #000;
}
html.bw input:focus-visible {
    outline: 2px;
    outline-color: #000;
    outline-style: solid;
}
/* INVERT */
html.invert body {
    background-color: #000;
    color: #fff;
}
html.invert img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
html.invert .headerLogoWrapper a.logo img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
html.invert img.mp1 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
html.invert img.mp2 {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
html.invert a,
html.invert .secondaryNavigation a.langLink,
html.invert .secondaryNavigation a.contact {
    color: #999;
}
html.invert .primaryNavigation a.active,
html.invert .primaryNavigation a:hover,
html.invert .secondaryNavigation a.contact:hover,
html.invert .secondaryNavigation a.contact.active,
html.invert .secondaryNavigation a.langLink:hover,
html.invert a:hover {
    color: #fff;
}
html.invert a.button.blue,
html.invert button.blue {
    background-color: #fff;
    color: #000;
}
html.invert a.button.new.blue .leftMask,
html.invert button.new.blue .leftMask {
    background: #fff;
}
html.invert .dropdownDivider .blue {
    background: #fff;
}
html.invert .dropdownDivider .red {
    background: #ccc;
}
html.invert .dropdownDivider .triangle {
    border-bottom: 4px solid #ccc;
}
html.invert .dropdownNav {
    background-color: #000;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(255,255,255,0.4);
    -moz-box-shadow: 0px 0px 23px 0px rgba(255,255,255,0.4);
    box-shadow: 0px 0px 23px 0px rgba(255,255,255,0.4);
}
html.invert a.button,
html.invert button {
    color: #fff;
    background-color: #666;
}
html.invert a.button.new .leftMask,
html.invert button.new .leftMask,
html.invert .inputButtonHolder .leftMask {
    background: #666;
}
html.invert .grayBackground {
    color: #000;
}
html.invert .checkUl li::before {
    color: #000;
}
html.invert select {
    background: #F9F9F9 url("../fonts/arrowDown-Black.svg") center right 10px no-repeat;
}
html.invert .logoWrapper img.fon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
html.invert a.backToTop {
    background: url('../fonts/arrowUp-Black.svg') #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px auto;
    -webkit-filter: invert(1);
    filter: invert(1);
}
html.invert .handle-wrapper-desktop h3 i {
    color: #fff;
}
html.invert .color-scheme .card {
    border: 3px solid #fff;
}
html.invert .grayGradient {
    color: #000;
}
html.invert .blueColor {
    color: #000;
}
html.invert .redColor {
    color: #fff;
}
html.invert .numberOfPoints {
    background: #fff;
    color: #000;
}
html.invert .triggerModal {
    color: #fff;
}
html.invert .triggerModal:hover {
    color: #666;
}
html.invert .modalCustom {
    background-color: #000;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(255,255,255,0.4);
    -moz-box-shadow: 0px 0px 23px 0px rgba(255,255,255,0.4);
    box-shadow: 0px 0px 23px 0px rgba(255,255,255,0.4);
}
html.invert .circle.green {
    background-color: #666;
}
html.invert .circle.red {
    background-color: #fff;
}
html.invert .pagination a.active,
html.invert .pagination a:hover {
    background-color: #666;
    color: #000;
}
html.invert .greyColor {
    color: #999;
}
html.invert .documentRow .date {
    color: #999;
}
html.invert .accordionElement {
    background-color: transparent;
}
html.invert a.card-link {
    color: #000;
}
html.invert a.card-link:hover {
    color: #666;
}
html.invert .accordion .card .card-header a i,
html.invert .accordion .card .card-header a:hover i {
    color: #000;
}
html.invert .logoWrapper img.eu {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
html.invert input:focus-visible {
    outline: 2px;
    outline-color: #000;
    outline-style: solid;
}
/* ----------------------------------------------------------------- RESPONSIVE --------------------------------------------------------------- */
@media (max-width: 1440px) {
    .primaryNavigation a,
    .secondaryNavigation a {
        font-size: 14px;
        line-height: 16px;
        margin: 5px 0;
    }
    .previousYear .half h2 {
        margin-bottom: 40px;
    }
    .previousYear .half form {
        margin-bottom: 50px;
    }
    .previousYear .half form button {
        margin-top: 20px;
    }
    .previousYear .half p.fs-22 {
        margin-bottom: 40px;
    }
    .twoHalf .textContent p:last-child {
        margin-bottom: 20px;
    }
}
@media (max-width: 1430px) {
    .twoHalf .textContent h2:first-child {
        margin-top: 20px;
    }
    .elementarySchool form {
        margin-bottom: 20px;
    }
    .highSchool .half h2,
    .highSchool .half p.fs-22,
    .previousYear .half h2,
    .previousYear .half p.fs-22 {
        margin-bottom: 30px;
    }
    .highSchool .half form button,
    .previousYear .half form button {
        margin-top: 0;
    }
    .highSchool .half form,
    .previousYear .half form {
        margin-bottom: 30px;
    }
    .twoHalf {
        align-items: center;
    }
}
@media (max-width: 1300px) {
    .primaryNavigation a, .secondaryNavigation a {
        margin: 0;
    }
    .primaryNavigation .navLink.L1 {
        margin: 0 5px;
    }
    .primaryNavigation .navLink.L1:first-child {
        margin-left: 0;
        min-width: 45px;
    }
    .primaryNavigation .navLink.L1:last-child {
        margin-right: 0;
    }
    .primaryNavigation .navLink
    .primaryNavigation .dropdownNav .navLink {
        margin: 0;
    }
    .previousYear .twoHalf .imgWrapper img.fluidImg {
        position: absolute;
        height: 100%;
        width: auto;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .textImgWrapper {
        align-items: center;
    }
}
@media (max-width: 1250px) {
    .containerBigger {
        max-width: 1200px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .headerLogoWrapper {
        left: 15px;
    }
    .containerBigger .container {
        padding: 0;
        max-width: inherit;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 994px;
    }
    .twoHalf .textContent {
        max-width: 512px;
    }
}
@media (max-width: 1100px) {
    .twoHalf .textContent {
        padding: 0 30px 0 30px;
    }
    .twoHalf.reverseOrder .textContent {
        padding: 0 30px 0 15px;
    }
    .elementarySchool .half h2,
    .elementarySchool .half p.fs-22,
    .highSchool .half h2,
    .highSchool .half p.fs-22,
    .previousYear .half h2,
    .previousYear .half p.fs-22,
    .highSchool .half form, .previousYear .half form {
        margin-bottom: 20px;
    }
    .elementarySchool .twoHalf .imgWrapper img.fluidImg,
    .highSchool .twoHalf .imgWrapper img.fluidImg{
        position: absolute;
        height: 100%;
        width: auto;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .twoHalf .imgWrapper {
        min-height: 530px;
    }
}
@media (max-width: 1024px) {
    .container {
        box-sizing: border-box;
    }
    header {
        border-bottom: 1px solid #ccc;
    }
    header .containerBigger {
        display: table;
    }
    .headerLogoWrapper {
        position: relative;
        left: auto;
        top: auto;
        float: left;
        margin: 17px 0;
    }
    .headerLogoWrapper,
    .mobNavOpen {
        margin: 17px 0;
    }
    .headerLogoWrapper .logoImg {
        height: 26px;
    }
    .mobNavOpen,
    .mobNavClose {
        display: block;
        cursor: pointer;
        font-size: 24px;
        line-height: 1;
        color: #0C71C3;
        transition: all 0.3s ease;
    }
    .mobNavOpen:hover,
    .mobNavClose:hover {
        color: #D0023D;
        transition: all 0.3s ease;
    }
    .mobNavOpen {
        float: right;
    }
    .navWrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 0;
        right: 0;
        z-index: 9999;
        background-color: rgba(0,0,0,0.5);
        overflow: hidden;
        transition: all 0.3s ease;
        width: 100%;
    }
    .navWrapper.active {
        left: 0;
        width: 100%;
        transition: all 0.3s ease;
    }
    .navHolder {
        width: 100%;
        max-width: 330px;
        float: right;
        background-color: #fff;
        padding: 90px 30px 30px;
        box-sizing: border-box;
        height: 100%;
        display: block;
        position: relative;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .mobNavClose {
        position: absolute;
        top: 20px;
        right: 30px;
    }
    .primaryNavigation {
        display: block;
        width: 100%;
    }
    .primaryNavigation .navLink.L1 {
        margin: 0;
    }
    .primaryNavigation a,
    .secondaryNavigation a {
        font-size: 16px;
        line-height: 20px;
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
    }
    .primaryNavigation .dropdown {
        position: relative;
        display: block;
        width: 100%;
        right: auto;
        top: auto;
    }
    .primaryNavigation .navLink.withChildren:hover .dropdown {
        padding: 0;
    }
    .dropdownNav {
        padding: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .dropdownNav .navLink {
        border-bottom: 0;
        padding-left: 10px;
    }
    .dropdownNav .navLink a {
        border-bottom: 0;
        padding: 10px 0;
        font-weight: normal;
    }
    .dropdownDivider {
        display: none;
    }
    .secondaryNavigation {
        display: table;
        width: 100%;
    }
    .secondaryNavigation a.login {
        margin-left: 0;
        float: right;
        padding: 0;
    }
    .secondaryNavigation.desktop {
        display: none;
    }
    .secondaryNavigation.mobile {
        display: block;
    }
    .secondaryNavigation.mobile a {
        margin: 0;
        display: block;
        width: 100%;
        font-weight: bold;
        color: #333;
    }
    .secondaryNavigation.mobile a:hover {
        color: #D0023D;
    }
    .secondaryNavigation a.login {
        padding: 20px 0;
    }
    .secondaryNavigation.mobile .langNav {
        clear: both;
        padding-top: 30px;
    }
    .secondaryNavigation.mobile .langNav a {
        padding: 5px 0;
        border: none;
        color: #0C71C3;
    }
    .secondaryNavigation.mobile .langNav a:hover {
        color: #D0023D;
    }
    .primaryNavigation a span.mobile {
        display: block;
    }
    .primaryNavigation a i.fa-home {
        display: none;
    }
    .hsResultsWrapper .rightContent.right {
        float: left;
        clear: left;
        margin-top: 10px;
        width: 100%;
    }
    .hsResultsWrapper .rightContent.right .label {
        width: 105px;
    }
    .hsResultsWrapper .rightContent select {
        width: calc((100% - 125px) / 2);
    }
    .handle-wrapper-mobile h6 {
        margin: 20px 0 10px;
    }
    .handle-wrapper-mobile .color-scheme {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    .secondaryNavigation.mobile .color-scheme a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .secondaryNavigation.mobile .color-scheme a.invert {
        color: #000;
    }
    /* BW */
    html.bw .mobNavOpen,
    html.bw .mobNavClose {
        color: #000;
    }
    html.bw .mobNavOpen:hover,
    html.bw .mobNavClose:hover {
        color: #999;
    }
}
@media (max-width: 991px) {
    .twoHalf .imgWrapper {
        min-height: inherit;
    }
    .fiveColumns {
        display: table;
        text-align: center;
        margin-bottom: 30px;
    }
    .calendarItem {
        width: calc((100% - 50px) / 3);
        display: inline-table;
        box-sizing: border-box;
        margin-bottom: 20px;
        min-height: 250px;
    }
    .calendarItem:nth-child(1),
    .calendarItem:nth-child(2),
    .calendarItem:nth-child(4) {
        margin-right: 20px;
    }
    .modalCustom .innerThreeCol {
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .modalCustom.zeljePrviKrug .innerThreeCol.flexCenter,
    .modalCustom.zeljeDrugiKrug .innerThreeCol.flexCenter {
        padding: 0 15px 10px;
    }
    .modalCustom.zeljePrviKrug .nine,
    .modalCustom.zeljeDrugiKrug .nine {
        width: 100%;
    }
    .modalCustom.zeljePrviKrug .heading .oneAndHalf,
    .modalCustom.zeljeDrugiKrug .heading .oneAndHalf {
        display: none;
    }
    .leftColumn .data .modalCustom.zeljePrviKrug .oneAndHalf,
    .leftColumn .data .modalCustom.zeljeDrugiKrug .oneAndHalf {
        width: 100%;
        padding: 0 5px 0 45px;
        position: relative;
    }
    .modalCustom.zeljePrviKrug .oneAndHalf:before,
    .modalCustom.zeljeDrugiKrug .oneAndHalf:before {
        display: inline-block;
        font-weight: normal;
        margin-right: 10px;
    }
    .modalCustom.zeljePrviKrug .oneAndHalf.greyColor:before,
    .modalCustom.zeljeDrugiKrug .oneAndHalf.greyColor:before {
        content: "Бодови ученика";
        color: #333;
    }
    .modalCustom.zeljePrviKrug .oneAndHalf.bold:before,
    .modalCustom.zeljeDrugiKrug .oneAndHalf.bold:before {
        content: "мин бодова";
        font-weight: normal
    }
}
@media (max-width: 768px) {
    .container,
    .containerBigger {
        padding: 0 30px;
    }
    .textImgWrapper {
        flex-direction: column-reverse;
    }
    .textImg img {
        width: 100%;
        max-width: 480px;
        margin-top: 40px;

    }
    .textImg .text {
        width: 100%;
        margin-right: 0;
        padding: 0;
    }
    .twoColumns {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .currentWrapper.textImgWrapper {
        align-items: center;
    }
    .textButton {
        display: table;
        width: 100%;
    }
    .textButton .text {
        width: 100%;
    }
    .twoHalf {
        grid-template-columns: 1fr;
    }
    .elementarySchool .twoHalf .imgWrapper img.fluidImg,
    .highSchool .twoHalf .imgWrapper img.fluidImg,
    .previousYear .twoHalf .imgWrapper img.fluidImg {
        position: relative;
        height: auto;
        width: 100%;
        top: auto;
        left: auto;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .reverseOrder .half.imgWrapper {
        order: 0;
    }
    .reverseOrder .half {
        order: 1;
    }
    .twoHalf .textContent {
        padding: 0 30px;
        margin-bottom: 30px;
        max-width: inherit;
    }
    .twoHalf .textContent form {
        margin: 0 auto 20px;
    }
    .footreTop {
        display: table;
    }
    .footerLeft,
    .footerRight {
        width: 100%;
        float: none;
        padding-left: 0;
        border-bottom: 1px solid #ccc;
    }
    .footerLeft {
        border-bottom: none;
    }
    .footerRight {
        padding-bottom: 30px;
    }
    .footreTop h6 {
        margin: 20px 0 10px;
    }
    .logoWrapper {
        max-width: 390px;
        margin-top: 15px;
    }
    footer .divider {
        margin-bottom: 10px;
    }
    .footreTop p {
        margin-bottom: 10px;
    }
    .twoColumns .grayBackground {
        padding: 0 30px 30px;
    }
    h1 {
        font-size: 35px;
    }
    h1.pageTitle {
        margin-top: 50px;
    }
    .subPage h1.pageTitle {
        margin-top: 25px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4,
    .accordion .card .card-header a {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    .fs-12 {
        font-size: 12px;
    }
    .fs-14 {
        font-size: 14px;
    }
    .fs-20 {
        font-size: 18px;
    }
    .fs-22 {
        font-size: 20px;
    }
    .data,
    .calendarItem p,
    .documentRow {
        font-size: 16px;
    }
    p {
        margin-bottom: 20px;
    }
    table.highSchoolData tr:first-child {
        display: none;
    }
    table.highSchoolData {
        border-top: 2px solid #ccc;
        width: 100%;
    }
    table.highSchoolData tr {
        border-bottom: 1px solid #ccc;
    }
    table.highSchoolData tr td {
        display: block;
        box-sizing: border-box;
        position: relative;
        text-align: left;
        border: none;
        width:100%;
        clear: left;
        padding-top: 0;
        padding-bottom: 5px;
        padding-left: 31px;
    }
    table.highSchoolData tr td:first-child {
        display: block;
        width: 26px;
        float: left;
        padding-top: 10px;
        padding-left: 5px;
    }
    table.highSchoolData tr td:nth-child(2) {
        width: calc(100% - 26px);
        float: left;
        clear: none;
        padding-top: 10px;
        font-weight: bold;
        padding-left: 5px;
    }
    table.highSchoolData tr td:nth-child(3):before,
    table.highSchoolData tr td:nth-child(4):before,
    table.highSchoolData tr td:nth-child(5):before,
    table.highSchoolData tr td:nth-child(6):before,
    table.highSchoolData tr td:nth-child(7):before {
        display: inline-block;
        font-weight: normal;
        margin-right: 10px;
        min-width: 200px;
    }
    table.highSchoolData tr td:nth-child(3):before {
        content: 'Квота';
    }
    table.highSchoolData tr td:nth-child(4):before {
        content: 'Уписано у првом кругу';
    }
    table.highSchoolData tr td:nth-child(5):before {
        content: 'Мин. број бодова 1.';
    }
    table.highSchoolData tr td:nth-child(6):before {
        content: 'Уписано у другом кругу';
    }
    table.highSchoolData tr td:nth-child(7):before {
        content: 'Мин. број бодова 2.';
    }
    .formTwoCol {
        grid-template-columns: 1fr;
    }
    .holder.twoElement {
        flex-direction: column;
        padding-bottom: 30px;
    }
    .holder.twoElement .firstElement {
        width: 100%;
        max-width: inherit;
    }
    .hsResultsWrapper .rightContent.right .label {
        width: 100%;
        float: none;
    }
    .hsResultsWrapper .rightContent select {
        width: calc((100% - 10px) / 2);
    }
    .hsResultsWrapper .rightContent select:nth-of-type(1) {
        margin-left: 0;
    }
    .calendar .twenty,
    .calendar .sixty {
        width: 100%;
        float: none;
    }
    .calendar .twenty {
        padding: 0;
    }
    .calendar .gridHolder .twenty:first-child {
        padding-top: 25px;
    }
    .calendar .sixty {
        padding: 5px 0 25px;
    }
    .sdResultsWrapper .leftColumn {
        display: table;
        width: 100%;
    }
    .modalCustom {
        margin-left: 0;
        width: 87.5%;
        left: 0;
        background-color: #F9F9F9;
    }
    .data.active .triggerModal i {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .twoElement.leftAlignment .label,
    .twoElement.leftAlignment .bold {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .calendarItem {
        width: calc((100% - 30px) / 2);
    }
    .calendarItem:nth-child(2),
    .calendarItem:nth-child(4) {
        margin-right: 0;
    }
    .calendarItem:nth-child(3) {
        margin-right: 20px;
    }
    .headerLogoWrapper a.logo {
        margin-right: 30px;
    }
    .data.fourCol {
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
    }
    .data.fourCol .holder:nth-child(2) {
        border-right: 0;
    }
    select.select-button {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .hsResultsWrapper .rightContent select {
        width: 100%;
        margin-left: 0;
    }
    .hsResultsWrapper .rightContent select:nth-of-type(1) {
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .calendarItem {
        width: 100%;
        margin-right: 0;
    }
    .calendarItem:nth-child(1),
    .calendarItem:nth-child(3) {
        margin-right: 0;
    }
    .container,
    .containerBigger,
    .twoHalf .textContent {
        padding: 0 15px;
    }
    .twoColumns .grayBackground {
        padding: 0 15px 15px;
    }
    .holder.twoElement {
        flex-direction: column;
    }
    .data.fourCol {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }
    .data.fourCol .holder {
        border-right: 0;
        text-align: left;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
    .data.fourCol .holder span {
        text-align: left;
    }
    #contactResults .grayGradient p span {
        display: block;
    }
    .documentRow .date {
        display: block;
    }
    .documentRow .verticalDivider {
        display: none;
    }
    .pagination a,
    .pagination .dots {
        margin-bottom: 10px;
    }
    .sdResultsWrapper .topData {
        flex-direction: column;
    }
    .sdResultsWrapper .topData .data.oneCol,
    .numberOfPoints {
        width: 100%;
    }
    .numberOfPoints {
        margin-top: 30px;
        padding: 25px 5px;
    }
    .leftColumn .data .six,
    .leftColumn .data .three,
    .leftColumn .data .nine,
    .leftColumn .data .oneAndHalf {
        width: 100%;
        padding: 5px 0;
    }
    .triggerModal {
        text-align: left;
        width: 12.5%;
    }
    .modalCustom {
        left: auto;
        right: 0;
    }
    .data.active .triggerModal i {
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    a.backToTop.visible {
        right: 15px;
        bottom: 15px;
    }
}
@media (max-width: 400px) {
    input, select {
        font-size: 14px;
    }
}