html {
  font-size: 16px;
}

body {
  color: #0e1419;
  font-size: 1.125rem;
  padding-top: 4rem;
}

a {
  color: #0084ff;
  text-decoration: underline;
}

a:hover {
  color: #0069CC;
  text-decoration: none;
}

button:focus {outline:0;}

nav {
  box-shadow: 2px 2px 6px 0 rgba(14, 20, 25, 0.1);
  background-color: #fff;
  padding: 0;
  height: 4rem;

  position: fixed !important;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 10100;
}

nav.up {
  top: -4rem;
}

nav a {
  color: #0e1419;
  text-decoration: none;
}

.dos_head {
  width: 100%;
  height: 539px;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  color: #fff;
}

.dos_head_grad, .mod_head_grad {
  width: 100%;
  height: 539px;
  background: url('../img/grad.png');
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  position: relative;
}

.dos_head h1 {
  font-size: 6.25rem;
  margin-top: 140px;
  margin-bottom: 40px;
}

.dos_head h2 {
  font-size: 1.5rem;
  margin-bottom: 30px;;
}

.dos_head .authors {
  font-size: 1rem;
}

.dos_head .authors .title {
  font-size: 1rem;
}

.dos_head_grad .will_know, .mod_head_grad .will_know {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 449px;
  height: 60px;
  background-color: #ffb700;
  display: inline-block;
  cursor: pointer;
}

.dos_head_grad .will_know span, .mod_head_grad .will_know span {
  display: inline;
  margin: 18px 0 0 70px;
}

.dos_head_grad .will_know img, .mod_head_grad .will_know img {
  margin: 20px 30px;
  transition: all 0.2s ease-in-out;
}

.modules_holder {
  margin-top: 100px;
}

.modules_holder .module_bg {
  background-position: center center;
  background-repeat: no-repeat;
}

.modules_holder .mnumber {
  color: #0084ff;
}

.modules_holder .mtitle {
  color: #0e1419;
  margin-top: 14px;
  margin-bottom: 10px;
}

.modules_holder .desc {
  color: #6a737b;
}

.modules_holder .arrow_bg {
  background-image: url('../img/arrow-forward.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 92%;
  margin: 0 10px 0px 0;
  padding: 32px 0 0 45px;
}

.modules_holder .mbox {
  border: 1px solid #c8cfd6;
  min-height: 260px;
  cursor: pointer;
  margin-bottom: 40px;
  text-decoration: none;
}

.modules_holder .mbox:hover {
  border: 1px solid #0084ff;
  background-color: #dff0ff;
  text-decoration: none;
}

footer {
  margin-top: 120px;
}

footer .f1 {
  height: 500px;
  background-color: #f5f7f8;
}

footer .f2 {
  height: 182px;
  background-color: #fbfcfc;
}

footer .impressum {
  padding-top: 60px;
}

footer .impressum a {
  color: #0084ff;
  float: left;
  text-decoration: underline;
  margin-right: 20px;
  font-size: 0.875rem;
}

footer .impressum span {
  color: #6a737b;
  float: right;
  font-size: 0.75rem;
}

footer .visibility {
  margin-top: 100px;
}

footer .visibility .col {
  display: flex;
  align-items: center;
}

footer .visibility .col a img {
  width: 100%;
}

footer .visibility .col a {
  width: 100%;
  text-align: center;
}

footer .visibility .col:first-child a img {
  width: 150px;
}

footer .visibility .col:nth-child(2) a img {
  width: 210px;
}

footer .visibility .col:nth-child(3) a img {
  width: 100px;
}

footer .visibility .col:nth-child(4) a img {
  width: 150px;
}

footer .visibility .col:nth-child(5) a img {
  width: 200px;
}

footer .visibility .col a:after {
  content: '';
  display: none !important;
}

footer .info {
  font-size: 0.75rem;
  color: #6a737b;
  text-align: center;
  margin-top: 50px;
}

footer .strukt {
  font-size: 0.75rem;
  color: 0084ff;
  text-decoration: none;
  text-align: center;
  margin-top: 50px;
}

footer .line1, footer .line2 {
  text-align: center;
}

footer .line1 {
  padding-top: 50px;
}

footer .line2 {
  font-size: 0.75rem;
  color: #6a737b;
  padding-top: 10px;
}

.mod_head {
  color: #fff;
  background-repeat: no-repeat;
  background-position-x: center;
}

.mod_head_grad {
  height: 360px;
}

.mod_head h1 {
  font-size: 3.5rem;
  font-weight: normal;
  margin-top: 32px;
}

.mod_head .breadcrumbs {
  font-size: 0.875rem;
  margin-top: 60px;
}

.units_holder {
  margin-top: 100px;
}

.units_holder .unit_link {
  height: 433px;
  border: 1px solid #c8cfd6;
  display: block;
  background: url('../img/arrow-forward.svg') no-repeat;
  background-position: right 20px bottom 20px;
  text-decoration: none;
}

.units_holder .unit_link:hover {
  text-decoration: none;
  background-color: #ffd800;
  border-color: #ffb700;
}

.units_holder .unit_link .add_text {
  height: 390px;
  color: #6a737b;
  font-size: 0.875rem;
  overflow: hidden;
  margin-top: 0;
  position: absolute;
  top: 1px;
  z-index: 1;
  background-color: #ffd800;
  display: none;
  padding: 22px 5% 0 5%;
  width: 90%;
}

.units_holder .unit_link .add_text .text {
  padding: 0;
}

.units_holder .unit_link:hover .add_text {
  display: block;
}

.units_holder .unit_link .photo {
  height: 240px;
}

.units_holder .unit_link .text {
  padding: 22px;
}

.units_holder .unit_link .text .number {
  color: #0084ff;
  font-size: 1rem;
}

.units_holder .unit_link .text .title {
  font-size: 1.25rem;
  color: #0e1419;
  margin-top: 10px;
}

.will_know_holder {
  display: none;
}

.will_know_holder {
  background-color: #dff0ff;
  color: #0e1419;
}

.will_know_holder > div > div > div {
  background-image: url('../img/dot.png');
  background-repeat: no-repeat;
  background-position: left 20px top 10px;
}

.will_know_holder .row {
  padding-top: 60px;
}

.will_know_holder ul {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  padding: 0;
}

.will_know_holder ul li {
  list-style-type: none;
  padding-left: 20px;
  background-image: url('../img/dot.png');
  background-repeat: no-repeat;
  background-position: left 0px top 10px;
}

.rotate45 {
  transform: rotate(45deg);
}

.eu {
  width: 130px;
  height: 90px;
  text-align: center;
  padding-top: 16px;
  background-color: rgba(8,21,125,0.8);
  position: absolute;
  top: 0;
  right: 0;
}

.eu img {
  width: 78px;
}

.unit_content {
  position: relative;
  margin-top: -256px;
  background-color: #fff;
  border: 1px solid #c8cfd6;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 1rem;
}

.page_content {
  padding-top: 40px;
  padding-bottom: 0;
}

.page_content div.back {
  color: #0084ff;
  margin-bottom: 30px;
}

.page_content div.back a {
  margin-left: 10px;
}

.page_content div.back_border {
  border-top: 1px solid #c8cfd6;
  margin-top: 40px;
}

.page_content div.back_border div.back {
  margin-top: 40px;
  margin-bottom: 40px;
}

.unit_content .breadcrumbs {
  position: absolute;
  top: -38px;
  left: 0;
  color: #ccc;
  font-size: 0.875rem;
}

.unit_content .breadcrumbs span {
  color: #fff;
}

.unit_content .breadcrumbs a {
  color: #ccc;
  text-decoration: none;
}

.breadcrumbs_dd {
  position: fixed !important;
  top: -40px;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 10001;
  height: 40px;
  background-color: #f5f5f5;
  font-size: 0.875rem;
  line-height: 40px;
  color: #8e8e8e;
}

.breadcrumbs_dd a {
  color: #8e8e8e;
  text-decoration: none;
}

.breadcrumbs_dd span {
  color: #0084ff;
}

.breadcrumbs_dd.show {
  top: 0;
}

.breadcrumbs_dd.show_down {
  top: 4rem;
}

.unit_content h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.unit_content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.unit_content h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.unit_content h4 {
  font-size: 1.125rem;
  margin: 0;
}

.unit_content .will_know .title {
  font-size: 1.5rem;
}

.unit_content .itxt p img, .unit_content .txt p img {
  width: 100% !important;
  height: auto !important;
}

.unit_content .flipcard_holder {
  min-height:100px;
  perspective: 1000px;
  margin-bottom:50px;
  position: relative;
}

.side_left_navigation {
  position: fixed;
  top: 14%;
  left: 0;
  width: 14rem;
  box-shadow: 2px 2px 6px 0 rgba(14, 20, 25, 0.1);
  background-color: #fff;
  z-index: 100;
  max-height: 560px;
  overflow-y: auto;
  overflow-x: hidden;
}

.side_left_navigation a {
  transition: all 0.4s ease-in-out;
}

.side_left_navigation a:hover {
  text-decoration: none;
}

.side_left_navigation .top_holder {
  background-color: #ffd800;
  font-size: 14px !important;
  width: 100%;
  min-height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.side_left_navigation .top_holder .top {
  margin-left: 30px;
  margin-right: 30px;
  width: 100%;
  display: inline-block;
}

.side_left_navigation .top_holder .prev_unit_title, .side_left_navigation .top_holder .next_unit_title {
  top: 0;
  width: 200px;
  position: absolute;
  background-color: #ffd800;
  display: flex;
  align-items: center;
  padding-left: 10px;
  color: #0e1419;
  text-decoration: none;
}

.side_left_navigation .top_holder .prev_unit_title {
  left: -170px;
  background: url('../img/unit_navigation_ab.svg') center right 6px no-repeat;
  padding-right: 30px;
}

.side_left_navigation .top_holder .next_unit_title {
  right: -170px;
  background: url('../img/unit_navigation_af.svg') center left 6px no-repeat;
  padding-left: 30px;
}

.side_left_navigation .top_holder .prev_unit_title:hover {
  left: 0;
  background-color: #ffb700;
  background-image: none;
  padding-right: 10px;
}

.side_left_navigation .top_holder .next_unit_title:hover {
  right: 0;
  background-color: #ffb700;
  background-image: none;
  padding-left: 10px;
}

.side_left_navigation .top_holder .prev_unit_title.out {
  position: absolute;
  top: 0;
  left: 0;
  width: 14rem;
}

.side_left_navigation .top_holder .prev_unit_arr {
  background: url('../img/unit_navigation_ab.svg') center center no-repeat;
  width: 30px;
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

.side_left_navigation .section {
  border-bottom: solid 1px #c8cfd6;
  display: inline-block;
  width: 100%;
  padding: 10px 5px 10px 20px;
  text-decoration: none;
  color: #0e1419;
  font-size: 14px !important;
}

.side_left_navigation .section:hover, .side_left_navigation .section.active {
  background-color: #0e3dbb;
  color: #fff;
}

.side_left_navigation a.section:last-child {
  border-bottom: 0;
}

.navbar a.nav-link {
  margin-right: 60px;
}

.navbar-nav li:last-child a {
  margin-right: 0;
}

.navbar a.dropdown-item {
  margin: 0;
}

.navbar .navbar-brand {
  margin-left: 60px;
  margin-right: 60px;
  font-weight: bold;
  font-size: 16px;
  color: #08157d;
}

.navbar a.dropdown-toggle::after {
  display: none;
}

.navbar .dropdown-menu {
  border: 0;
  border-radius: 0;
}

.night .navbar .dropdown-menu, .night .navbar .dropdown-submenu {
  background-color: #0e1419;
}

.navbar .dropdown-item {
  line-height: 3rem;
}

.footer_cubes {
  background-color: #dff0ff;
  margin-top: 100px;
  height: 290px;
}

.footer_cubes .cube {
  height: 290px;
  color: #fff;
  margin-top: 66px;
  background-image: url('../img/arrow-forward-white.svg');
  background-position: bottom 20px right 20px ;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  background-color: #08157d;
}

.footer_cubes .cube:hover {
  background-color: #ffb700;
}

.footer_cubes .cube span.title {
  font-size: 1.5rem;
  margin: 30px 30px 0 30px;
  display: block;
  color: #fff;
}

.footer_cubes .cube .uptitle {
  text-transform: uppercase;
  padding-top: 40px;
  margin-left: 30px;
  color: #fff;
}

.slick-next.slick-arrow, .slick-prev.slick-arrow {
  background-color: #0e3dbb;
}

.gallery {
  border-radius: 0;
  border: 0;
  padding: 0;
}

.gallery .slide_content {
  text-align: center;
}

.flipcard {
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  /* border: 1px solid #c8cfd6; */
  color: #fff;
}

.flipcard div {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flipcard .front {
  text-align: center;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  justify-content: center;
}

.flipcard .front img, .flipcard .back img {
  width: 100% !important;
  height: auto !important;
}

.flipcard .back {
  text-align: center;
  display: none;
  -webkit-transform: rotateY( 180deg );
  -moz-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg );

  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flipcard .front, .flipcard .back {
  background: rgb(8,21,125);
  background: -moz-linear-gradient(45deg, rgba(8,21,125,1) 0%, rgba(54,70,195,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(8,21,125,1) 0%, rgba(54,70,195,1) 100%);
  background: linear-gradient(45deg, rgba(8,21,125,1) 0%, rgba(54,70,195,1) 100%);

  padding: 3rem;
  cursor: pointer;
}

.flipcard.flipped {
  -webkit-transform: rotateY( 180deg );
  -moz-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
}

.flipcard.flipped .back {
  display: flex;
}

.flipcard.flipped .front {
  display: none;
}

.flipcard p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.flipcard .back ul li {
  list-style-type: none;
}

.flipcard_holder .flip_arrow {
  position: absolute;
  right: 0.25rem;
  top: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  background: url('../img/flip-arrow.png') center center no-repeat;
  background-size: 1.875rem;
  z-index: 101;
  cursor: pointer;
}

.help-holder {
  position: relative;
  margin-left: 60px !important;
  margin-right: 60px !important;
  font-size: 16px;
}

.help-holder a {
  margin-left: 0;
}

.help-holder img {
  width: 24px;
}

.help-holder ul {
  display: none;
  position: absolute;
  top: 40px;
  right: -16px;
  background-color: #fff;
  padding: 12px 12px 12px 16px;
  z-index: 101;
}

.help-holder ul.show {
  display: block;
}

.help-holder ul li {
  width: 260px;
  list-style-type: none;
  float: left;
  line-height: 2em;
  font-size: 1em;
  margin-bottom: 1.5em;
}

.help-holder ul li:last-child {
  margin-bottom: 0;
}

.help-holder ul li span.switch {
  float: right;
  width: 56px;
  height: 32px;
  border: 1px solid #6a737b;
  border-radius: 16px;
  cursor: pointer;
}

.help-holder ul li span.switch em {
  width: 24px;
  height: 24px;
  background-color: #6a737b;
  border-radius: 12px;
  margin: 3px;
  float: left;
}

.help-holder ul li span.switch.on {
  border: 1px solid #4BBD68;
}

.help-holder ul li span.switch.on em {
  background-color: #4BBD68;
  float: right;
}

div.txt p>img, div.itxt p>img {
  cursor: pointer;
}

div.txt.hide, div.itxt.hide {
  display: none;
}

.glossary {
  position: relative;
  background-color: #fff;
  border: 1px solid #c8cfd6;
  /* height: 1105px; */
  font-size: 1.25rem;
  /* overflow-y: scroll; */
  margin-top: 100px;
}

.night .glossary {
  background-color: #0e1419;
}

.glossary .letters_holder {
  border-bottom: 1px solid #c8cfd6;
  padding: 0;
}

.glossary .letters {

}

.glossary .letters .letter {
  line-height: 71px;
  text-align: center;
  float: left;
}

.glossary .letters .letter a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  color: #0e1419;
  padding: 0 1.5rem 0 1.5rem;
}

.night .glossary .letters .letter a {
  color: #f5f7f8;
}

.glossary .letters .letter a:hover {
  background-color: #ffeee3;
  color: #0e1419;
}

.glossary .letters .letter a.active {
  background-color: #dd5f08;
  color: #fff;
}

.glossary .big_letter_holder {
  position: relative;
}

.glossary .letter_anchor {
  position: absolute;
  top: -88px;
}

.title_holder {
  position: relative;
}

.title_holder .title_anchor {
  position: absolute;
  top: -7.5rem;
}

.glossary .main_letter {
  padding: 50px 0;
  font-size: 3.5rem;
}

.glossary .explanations {
  position: relative;
}

.glossary .explanation {
  border-bottom: 1px solid #c8cfd6;
  padding: 28px 0;
  font-size: 1.25rem;
  position: relative;
}

.glossary .explanation a {
  position: absolute;
  top: -88px;
}

.glossary .explanation .title {
  font-weight: bold;
}

.question_holder {
  margin: 40px 0.5%;
  border: 8px solid #c8cfd6;
  padding: 20px;
  width: 99% !important;
}

.question_holder.ok {
  border: 8px solid #087d46;
}

.question_holder.err {
  border: 8px solid #D42222;
}

.question_holder .q {
  border-bottom: 1px solid #c8cfd6;
  margin-bottom: 16px;
}

.question_holder .q p:nth-child(2) {
  display: inline;
}

.question_holder .q .nr {
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 0.5rem;
}

.question_holder .q .nr::after {
  /* content: '.'; */
  display: inline;
  white-space: nowrap;
  margin-left: .1em;
}

.quiz_content .question_holder .q .nr::after {
  content: '.';
}

.question_holder.yes_no .a label input, .question_holder.checkbox_button .a input {
  display: none;
}

.question_holder.yes_no .a label, .question_holder.checkbox_button .a label {
  cursor: pointer;
  padding: .375rem .75rem;
  background-color: #ABB1B8;
  color: #fff;
  margin-right: 10px;
  position: relative;
}

.question_holder.radio .a label, .question_holder.checkbox .a label {
  width: 100%;
  position: relative;
}

.question_holder.yes_no .a label:hover, .question_holder.checkbox_button .a label:hover {
  background-color: #dd5f08;
}

.question_holder.yes_no .a label.active, .question_holder.checkbox_button .a label.active {
  background-color: #dd5f08;
}

.question_holder .check, .question_holder .e {
  border-top: 1px solid #c8cfd6;
  margin-top: 10px;
  padding-top: 16px;
}

.question_holder .e {
  display: none;
  font-size: 0.875rem;
}

.question_holder .check input {
  border-radius: 0;
}

.question_holder input[type=text] {
  margin-bottom: 2px;
}

.video_holder {
  width: 100%;
  margin: 20px 0;
}

.quiz_holder {
  width: 100%;
  margin: 20px 0;
}

.quiz_holder .slider {
  border: 0 !important;
}

.quiz_holder .slider-quiz {
  border: 0 !important;
}

.quiz_check input {
  border-radius: 0;
  font-size: 1.4rem;
}

.quiz_result {
  font-size: 1.8rem;
  display: none;
}

video {
  outline: none;
}

.interactive_el {
  margin: 1rem 0;
  width: 100%;
  box-shadow: 1px 1px 10px -5px #333;
  padding: 0.5rem;
}

.interactive_el .btn-primary, .interactive_el .btn-outline-primary, .interactive_el .btn-danger, .interactive_el .btn-warning {
  border-radius: 0;
}

.interactive_el .btn-primary {
  background-color: #0e3dbb;
  border-color: #0e3dbb;
}

.interactive_el.scroll_interactive {
  overflow: scroll;
}

.interactive_el div.container {
  padding: 0;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 200000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.overlay.hidden {
  display: none;
}

.overlay .close_img, .overlay_slider .close_img {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
  width: 40px;
  height: 40px;
  background-color: #000;
  text-align: center;
  color: #ccc;
  cursor: pointer;
  line-height: 40px;
}

.overlay .img_desc {
  position: absolute;
  top: 0px;
  background-color: #fff;
  opacity: 0.8;
  padding: 0.4rem 0.8rem;
}

.overlay_slider.hidden {
  display: none;
}

.overlay_slider {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 200000;
  padding-top: 3rem;
}

.overlay_slider .slick-prev {
  left: 0;
  opacity: 0.6;
}

.overlay_slider .slick-next {
  right: 0;
  opacity: 0.6;
}

.overlay_slider.slider_holder .slider_big {
  border: 0;
}

.overlay_slider.slider_holder .slider_big.slick-slider {
  padding: 0;
}

.overlay_slider.slider_holder {
  margin: 0;
}

.overlay_slider.slider_holder.slider_gallery .slide_content {
  text-align: center;
}

.overlay_slider .slide_text {
  text-align: center;
  color: #fff;
}

.overlay_slider .slide_num {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  color: #fff;
}

.slide_content .slide_text, .slide_content .slide_photo {
  text-align: center;
  font-size: 1rem;
}

.slider_holder.intext .slide_num {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 6px 6px;
  font-size: 1rem;
}

.slide_content.first_slide .first_slide_content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

.slider_holder {
  border: 1px solid #0e3dbb;
  margin: 2rem 0;
}

.slider_holder.intext {
  position: relative;
}

.slider_holder a.expand_slider {
  position: absolute;
  right: 6px;
  bottom: 6px;
  background-image: url('../img/go_fs-b.png');
  background-repeat: no-repeat;
  width: 31px;
  height: 24px;
}

.overlay_slider .slick-slide p {
  color: #fff;
}

[href^="http"]:not([href*="localhost"]):not([href*="edutorij.e-skole.hr"]):not([href*="dos2.harbor.software"]):not([href*="creativecommons.org"]):not([href*="strukturnifondovi.hr"])::after {
  content: '(external link)';
  display: inline-block;
  width: .7em;
  height: .7em;
  text-indent: .7em;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('../img/Icon_External_Link.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: .1em;
}

.side_left_navigation a.section::after {
  background-image: none !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a:after {
  content: "&#8250;";
  float: right;
  border: none;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.hamburger {
  display: none;
  width: 22px;
  height: 20px;
  position: relative;
  margin-left: 14px;
  margin-right: 14px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  position: relative;
  width: 22px;
  height: 3px;
  background-color: #08157d;
  border-radius: 1px;
  transition: all 0.2s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2) {
  top: 6px;
}

.hamburger span:nth-child(3) {
  top: 12px;
}

.hamburger.on span:nth-child(1) {
  transform: rotate(-135deg);
  top: 9px;
}

.hamburger.on span:nth-child(3) {
  transform: rotate(135deg);
  top: 3px;
}

.hamburger.on span:nth-child(2) {
  opacity: 0;
}

.mobile_search {
  display: none;
}

.search, .mobile_search input {
  border: 1px solid #ccc;
  background-image: url('../img/magnifier.svg');
  background-repeat: no-repeat;
  background-position: 14px 10px;
  outline: none;
  width: 16rem;
}

.mobile_search input {
  width: 100%;
}

.search_holder, .mobile_search {
  position: relative;
}

.search_results {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  top: 38px;
  z-index: 1;
  overflow-y: auto;
  height: 500px;
  min-width: 256px;
}

.search_results.mobile {
  width: 100%;
}

.search_results ul {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.night .search_results ul {
  background-color: #0e1419;
}

.search_results ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.search_results ul li a {
  display: inline-block;
  line-height: 1.5rem;
  width: 100%;
  padding: 14px 10px 14px 20px;
  font-size: 1rem;
}

.search_results ul li a span {
  width: 40px;
  display: inline-block;
}

.search_results ul li a:hover {
  background-color: #dff0ff;
  color: #0e1419;
}

.quiz_holder.one .slick-slider {
  padding: 0;
}

.quiz_holder.one .slick-slider .question_holder {
  margin: 0;
  width: 100% !important;
}

.question_holder.pairing .a table tr td span.o_n {
  display: inline-block;
  width: 2rem;
  line-height: 2rem;
  background-color: #ccc;
  text-align: center;
  margin-left: 1rem;
  margin-right: 1rem;
}

.question_holder.pairing .a table tr td div.pairing_select_holder {
  position: relative;
  display: inline-block;
}

.question_holder.pairing .a table tr td {
  padding-bottom: 16px;
}

.question_holder.pairing .a table tr td.pairing_td1, .question_holder.pairing .a table tr td.pairing_td2 {
  width: 50%;
}

.question_holder .ok_circle, .question_holder .error_circle {
  position: absolute;
  top: 6px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 12px;
  transform: translate(50%, -50%);
  color: #ffffff;
  text-align: center;
  padding: 0;
  line-height: 20px;
  display: none;
  z-index: 1;
}

.question_holder.radio .ok_circle, .question_holder.radio .error_circle, .question_holder.checkbox .ok_circle, .question_holder.checkbox .error_circle {
  transform: translate(50%, 0%);
  top: 2px;
  left: -14px;
}

.question_holder .error_circle {
  background-color: #d22b2b;
}

.question_holder .ok_circle {
  background-color: #339824;
}

.question_holder.fill_in .q span.input_holder, .question_holder.fill_in span.input_holder_a {
  display: inline-block;
  position: relative;
}

.question_holder.fill_in .q {
  border-bottom: 0;
}

.question_holder.table .a table {
  width: 100%;
}

.question_holder.table .a table tr td div input, .question_holder.table .a table tr td div {
  width: 100%;
}

.question_holder.table .a table tr td div {
  position: relative;
}

.question_holder.table .a table tr td div.input_holder .correct_answer {
  display: none;
  font-size: 0.875rem;
}

.question_holder.table .a table tr:first-child td {
  border-top: 0;
  text-align: center;
}

.question_holder.move_words .move_word {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.night .question_holder.move_words .move_word {
  color: #000;
}

.question_holder.move_words .move_word .move_text, .question_holder.move_words .move_word .move_next, .question_holder.move_words .move_word .move_prev {
  text-align: center;
  line-height: 1.8rem;
  display: inline-block;
}

.question_holder.move_words .move_word .move_next, .question_holder.move_words .move_word .move_prev {
  background-color: #D5DDE6;
  cursor: pointer;
  padding: 2px 4px;
}

.question_holder.move_words .move_word .move_next:hover, .question_holder.move_words .move_word .move_prev:hover {
  background-color: #C2C9D1;
}

.question_holder.move_words .move_word .move_next {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.question_holder.move_words .move_word .move_prev {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.question_holder.move_words .move_word .move_text {
  background-color: #D5DDE6;
  display: inline-block;
  padding: 2px 8px;
}

.question_holder.move_words .move_word:first-child .move_prev, .question_holder.move_words .move_word:last-child .move_next {
  display: none;
}

.question_holder.move_words .move_word:first-child .move_text {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 16px;
}

.question_holder.move_words .move_word:last-child .move_text {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-right: 16px;
}

.slick-slide .question_holder p {
  text-align: left;
}

#fontsize_switch {
  float: right;
  width: 92px;
  height: 32px;
  border: 1px solid #6a737b;
}

#fontsize_switch .fs_plus, #fontsize_switch .fs_minus, #fontsize_switch .fs_l {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 16px !important;
  cursor: pointer;
  float: left;
  line-height: 32px;
  font-family: Arial, sans-serif;
}

#fontsize_switch .fs_minus {
  border-right: 1px solid #6a737b;
}

#fontsize_switch .fs_plus {
  border-left: 1px solid #6a737b;
}

#fontsize_switch .fs_minus, #fontsize_switch .fs_plus {
  background-color: #f5f7f8;
}

.dyslexic {
  font-family: OpenDyslexic3;
}

.html_fs-0 {
  font-size: 13px;
}

.html_fs-1 {
  font-size: 14px;
}

.html_fs-2 {
  font-size: 15px;
}

.html_fs-3 {
  font-size: 17px;
}

.html_fs-4 {
  font-size: 19px;
}

@font-face {
  font-family: 'OpenDyslexic3';
  src: url("../css/fonts/open-dyslexic/OpenDyslexicThree-Regular.eot");
  src: url("../css/fonts/open-dyslexic/OpenDyslexicThree-Regular.eot?") format("embedded-opentype"), url("../css/fonts/open-dyslexic/OpenDyslexicThree-Regular.woff") format("woff"), url("../css/fonts/open-dyslexic/OpenDyslexicThree-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenDyslexic3';
  src: url("../css/fonts/open-dyslexic/OpenDyslexicThree-Bold.eot");
  src: url("../css/fonts/open-dyslexic/OpenDyslexicThree-Bold.eot?") format("embedded-opentype"), url("../css/fonts/open-dyslexic/OpenDyslexicThree-Bold.woff") format("woff"), url("../css/fonts/open-dyslexic/OpenDyslexicThree-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

.night {
  background-color: #0e1419;
  color: #f5f7f8;
}

.night .help-holder ul {
  background-color: #0e1419;
  color: #f5f7f8;
}

.night .unit_content {
  background-color: #151e27;
  border: 1px solid #151e27;
}

.night nav {
  background-color: #0e1419;
  color: #f5f7f8;
}

.night nav a {
  color: #f5f7f8;
}

.night table {
  color: #f5f7f8;
}

.night .table {
  color: #f5f7f8;
}

.night .f1 {
  background-color: #c8cfd6;
}

.night .f2 {
  background-color: #0e1419;
}

.night .interactive_el {
  color: #000;
  background-color: #fff;
  padding: 0.5rem 0;
}

.night .interactive_el p {
  color: #000;
}

.night #fontsize_switch .fs_minus, .night #fontsize_switch .fs_plus {
  background-color: transparent;
}

.night .breadcrumbs_dd {
  background-color: #151e27;
}

.night .side_left_navigation {
  background-color: #151e27;
}

.night .side_left_navigation .section {
  color: #f5f7f8;
  border-bottom: 1px solid #0e1419;
}

.night .side_left_navigation .top_holder .top {
  color: #0e1419;
}

.night input {
  border: 1px solid #6a737b;
  background-color: #151e27;
  color: #f5f7f8;
}

.night .overlay .img_desc {
  color: #000;
}

.night .navbar .navbar-brand {
  color: #fff;
}

.navbar .navbar-brand img:nth-child(2) {
  display: none;
}

.night .navbar .navbar-brand img:nth-child(1) {
  display: none;
}

.night .navbar .navbar-brand img:nth-child(2) {
  display: inline;
}

.night .units_holder .unit_link .text .title {
  color: #fff;
}

.night .units_holder .unit_link .add_text .text .title {
  color: #000;
}

.night .units_holder .unit_link .add_text {
  color: #000;
}

.check .try_again {
  display: none;
}

.quiz_try_again {
  display: none;
}

nav.pagi {
  height: initial;
  position: initial !important;
  box-shadow: unset;
}

nav.pagi li a {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  padding: 0;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 0;
}

.mod_head_grad .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.mod_head_grad .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.i_video_holder {
  position: relative;
}

.i_video_holder .video_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items:center;
  justify-content:center;
  display: flex;
}

.i_video_holder .ok_circle {
  background-color: #339824;
}

.i_video_holder .error_circle {
  background-color: #d22b2b;
}

.i_video_holder .ok_circle, .i_video_holder .error_circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 1rem;
  transform: translate(50%, -50%);
  color: #ffffff;
  text-align: center;
  padding: 0;
  line-height: 2rem;
  display: none;
  z-index: 1;
}

.i_video_holder .i_video_questions .i_video_answer .ok_circle, .i_video_holder .i_video_questions .i_video_answer .error_circle {
  top: 0;
  left: 0;
  right: initial;
  transform: translate(-70%, 0%);
}

.i_video_holder video.opacity-50 {
  opacity: 0.5;
}

.i_video_holder .i_video_text1 {
  background-color: #ffd800;
  padding: 0.8rem;
  display: none;
  margin-top: 0.6rem;
  position: absolute;
  top: 0;
}

.i_video_holder .i_video_answer {
  position: relative;
}

.i_video_holder .i_video_answer button {
  border: 0;
  margin-bottom: 5px;
  padding: 0.4rem 1rem;
  background-color: #fff;
}

.i_video_holder .i_video_answer button:hover {
  background-color: #fbdc2d;
}

.vjs-menu .vjs-menu-content li:first-child {
  display: none;
}

.vjs-menu .vjs-menu-content li:nth-child(2) span:first-child {
  visibility: hidden;
}

.vjs-menu .vjs-menu-content li:nth-child(2)>span:first-child:after {
  content: 'titlovi isključeni';
  visibility: visible;
  display: block;
  margin-top: -14px;
}

.night .will_know_holder {
  background-color: #333 !important;
  color: #FFF !important;
}

.night nav.pagi li a {
  background-color: unset;
}

.night .modules_holder .desc {
  color: #FFF;
}

.night .page_content table td {
  border-color: #FFF !important;
}

.night .question_holder.pairing .a table tr td span.o_n {
  background-color: #333;
}

.night .question_holder.yes_no .a label, .night .question_holder.checkbox_button .a label {
  background-color: #333;
}

.night .modules_holder .mtitle {
  color: #FFF;
}

.night .modules_holder .mbox:hover {
  background-color: #333;
}

.u_img_holder {
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.u_img_holder img {
  width: 100%;
}

.u_txt_img {
  padding: 0.5rem;
  border: 1px solid #c8cfd6;
  max-width: 580px;
}

#loader_holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: grid;
  place-items: center;
  background-color: #fff;
  z-index: 1000000;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #08157d;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #08157d transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.video_transcribe {
  margin-bottom: 1rem;
  padding: 1rem;
  margin-top: -20px;
  background-color: #f5f5f5;
}

.night .video_transcribe {
  background-color: #000;
}

.bs-tooltip-bottom.circle {
  font-size: 0.875rem;
}
