@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext');
/*==============================================================================================================
									mix
  ============================================================================================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #333;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #333;
}
.blackGradient {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 61%, #000000 100%);
  background-image: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(61%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 61%, #000000 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 61%, #000000 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 61%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 61%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
/* ANIMATIONS */
.leftToRight {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.cf {
  clear: both;
}
.lt-ie8 .clear {
  zoom: 1;
}
/*==========================================================================================================================================
									helpers
  =========================================================================================================================================*/
.v-hidden {
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
}
.v-hidden.focusable:active,
.v-hidden.focusable:focus {
  margin: 0;
  width: auto;
  height: auto;
  overflow: visible;
  position: static;
  clip: auto;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #bfbfbf;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #bfbfbf;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-size: 14px;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 10px;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #FFF;
}
/*==========================================================================================================================================
									reset
  =========================================================================================================================================*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
pre {
  background: #f8f8f8;
  border-bottom: 3px solid #f93c73;
  padding: 20px 30px;
  color: #414042;
  font-size: 18px;
  font-style: italic;
}
/*==============================================================================================================
                COLORS
==============================================================================================================*/
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.black2 {
  color: #363636;
}
.grey {
  color: #464646;
}
.grey2 {
  color: #959595;
}
.grey3 {
  color: #d7d7d7;
}
.grey4 {
  color: #f6f6f6;
}
.lightgrey {
  color: #f1f2f2;
}
.brown {
  color: #9b804d;
}
.blue {
  color: #338bd2;
}
.lightblue {
  color: #d6e8f6;
}
.red {
  color: #f93c73;
}
.pink {
  color: #f8ebef;
}
.grey {
  color: #464646;
}
.green {
  color: #3cb878;
}
.lecture {
  color: #e6eefd;
}
.exam {
  color: #abc6f7;
}
.test {
  color: #fc9eb9;
}
.guest {
  color: #f8eaef;
}
.reserved {
  color: #d7d7d7;
}
.research {
  color: #faf7b5;
}
.kolokvij {
  color: #aae0ad;
}
.seminar1 {
  color: #8092ec;
}
.seminar2 {
  color: #cad3fd;
}
.bg-white {
  background: #ffffff;
}
.bg-black {
  background: #000000;
}
.bg-black2 {
  background: #363636;
}
.bg-brown {
  background: #9b804d;
}
.bg-blue {
  background: #338bd2;
}
.bg-lightblue {
  background: #d6e8f6;
}
.bg-red {
  background: #f93c73;
}
.bg-pink {
  background: #f8ebef;
}
.bg-grey {
  background: #464646;
}
.bg-grey {
  background: #464646;
}
.bg-grey2 {
  background: #959595;
}
.bg-grey3 {
  background: #d7d7d7;
}
.bg-grey4 {
  background: #f6f6f6;
}
.bg-lightgrey {
  background: #f1f2f2;
}
.bg-green {
  background: #3cb878;
}
.bg-trans {
  background: rgba(0, 0, 0, 0) !important;
}
.bg-lecture {
  background: #e6eefd;
}
.bg-exam {
  background: #abc6f7;
}
.bg-test {
  background: #fc9eb9;
}
.bg-guest {
  background: #f8eaef;
}
.bg-reserved {
  background: #d7d7d7;
}
.bg-research {
  background: #faf7b5;
}
.bg-kolokvij {
  background: #aae0ad;
}
.bg-seminar1 {
  background: #8092ec;
}
.bg-seminar2 {
  background: #cad3fd;
}
.border-white {
  border: 1px solid #ffffff;
}
.border-c2 {
  border: 1px solid #c2c2c2;
}
/*==============================================================================================================
                  FONTS
==============================================================================================================*/
@font-face {
  font-family: "Icons";
  src: url("../assets/icons/Flaticon.eot");
  src: url("../assets/icons/Flaticon.eot?#iefix") format("embedded-opentype"), url("../assets/icons/Flaticon.woff") format("woff"), url("../assets/icons/Flaticon.ttf") format("truetype"), url("../assets/icons/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Icons";
    src: url("../icons/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Icons;
  font-style: normal;
}
.flaticon-chemical:before {
  content: "\f100";
}
.flaticon-mouse:before {
  content: "\f101";
}
.flaticon-teamwork:before {
  content: "\f102";
}
.flaticon-microchip:before {
  content: "\f103";
}
.flaticon-sprout:before {
  content: "\f104";
}
.flaticon-water-cycle:before {
  content: "\f105";
}
.flaticon-robot:before {
  content: "\f106";
}
.flaticon-interface:before {
  content: "\f107";
}
.flaticon-medical:before {
  content: "\f108";
}
.flaticon-library:before {
  content: "\f109";
}
.flaticon-multimedia:before {
  content: "\f10a";
}
.flaticon-handshake:before {
  content: "\f10b";
}
.flaticon-teamwork-1:before {
  content: "\f10c";
}
.flaticon-list:before {
  content: "\f10d";
}
.flaticon-temple:before {
  content: "\f10e";
}
.flaticon-settings:before {
  content: "\f10f";
}
.flaticon-microscope:before {
  content: "\f110";
}
.flaticon-flask:before {
  content: "\f111";
}
.flaticon-drawing:before {
  content: "\f112";
}
.flaticon-map:before {
  content: "\f113";
}
.flaticon-open-book-1:before {
  content: "\f114";
}
.flaticon-quality:before {
  content: "\f115";
}
.flaticon-search:before {
  content: "\f116";
}
.flaticon-rocket:before {
  content: "\f117";
}
.flaticon-light-bulb:before {
  content: "\f118";
}
.flaticon-earth:before {
  content: "\f119";
}
.flaticon-petri-dish:before {
  content: "\f11a";
}
.flaticon-telescope:before {
  content: "\f11b";
}
.flaticon-compass:before {
  content: "\f11c";
}
.flaticon-axis:before {
  content: "\f11d";
}
.flaticon-solar-system:before {
  content: "\f11e";
}
.flaticon-satellite:before {
  content: "\f11f";
}
.flaticon-test-tube:before {
  content: "\f120";
}
.flaticon-dna-structure:before {
  content: "\f121";
}
.flaticon-statistics:before {
  content: "\f122";
}
.flaticon-flasks:before {
  content: "\f123";
}
.flaticon-mortarboard-1:before {
  content: "\f124";
}
.flaticon-diploma-1:before {
  content: "\f125";
}
.flaticon-atom:before {
  content: "\f126";
}
.flaticon-avatar:before {
  content: "\f127";
}
.flaticon-blackboard:before {
  content: "\f128";
}
.flaticon-student-1:before {
  content: "\f129";
}
.flaticon-professor:before {
  content: "\f12a";
}
.flaticon-student:before {
  content: "\f12b";
}
.flaticon-diploma:before {
  content: "\f12c";
}
.flaticon-earth-globe:before {
  content: "\f12d";
}
.flaticon-exam:before {
  content: "\f12e";
}
.flaticon-mortarboard:before {
  content: "\f12f";
}
.flaticon-university:before {
  content: "\f130";
}
.flaticon-open-book:before {
  content: "\f131";
}
.bold {
  font-weight: bold;
}
.semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.arial {
  font-family: Arial, sans-serif;
}
.pt-serif {
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
.opensans {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.ossb {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
/*==============================================================================================================
                  GLOBBAL CLASSES
==============================================================================================================*/
.left {
  float: left;
}
.right {
  float: right;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.width50 {
  width: 50%;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.uppercase {
  text-transform: uppercase;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-vertical-center {
  -webkit-align-items: center;
  align-items: center;
}
.absolute-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.overflowx-scroll {
  overflow-x: scroll;
}
.image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.image:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-0-30 {
  padding: 0 30px;
}
.p-0-50 {
  padding: 0 50px;
}
.pt-35 {
  padding-top: 35px;
}
.pb-70 {
  padding-bottom: 70px;
}
.p-35-0 {
  padding: 35px 0;
}
.mb-50 {
  margin-bottom: 50px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-100 {
  padding-bottom: 100px;
}

.m-b-0{
  margin-bottom: 0;
}

/************************************************************************/
/* WEBPARTS *************************************************************/
/************************************************************************/
body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
html {
  overflow-y: scroll;
}
body {
  font-size: 16px;
  letter-spacing: 0.1px;
  background: #ffffff;
  color: #464646;
}
.strong,
b,
strong {
  font-weight: 700;
}
#wrapper {
  height: 100%;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  background-color: rgba(0, 0, 0, 0);
}
.container {
  position: relative;
}
a,
a:active,
a:hover,
a:visited {
  text-decoration: none;
  transition: 0.2s all ease;
  cursor: pointer;
  color: #338bd2;
}
a:hover {
  color: #338bd2;
}
.bg-blue a:hover {
  color: #ffffff;
}
.bg-blue a:hover .slick-next:before,
.bg-blue a:hover .slick-prev:before {
  color: #ffffff;
}
h1 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  background: #338bd2;
  padding: 50px 35px;
  width: 100%;
}
h1 .slick-next:before,
h1 .slick-prev:before {
  color: #ffffff;
}
h2 {
  font-size: 30px;
  margin: 30px 0 0;
  font-weight: 600;
  display: inline-block;
  position: relative;
  line-height: 1.5;
  padding-bottom: 12px;
}
h2:after {
  content: '';
  background: #338bd2;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
h2.bottom-red:after {
  background: #f93c73;
}
.bg-blue h2 {
  color: #ffffff;
}
.bg-blue h2 .slick-next:before,
.bg-blue h2 .slick-prev:before {
  color: #ffffff;
}
.bg-blue h2:after {
  background: #ffffff;
}
h3 {
  font-size: 25px;
  line-height: 1.5;
  margin: 20px 0;
  font-weight: bold;
  color: #338bd2;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 0 20px;
}
h5 {
  font-size: 22px;
  line-height: 1.5;
  margin: 10px 0;
  font-weight: 600;
}
h6 {
  font-size: 20px;
  line-height: 1.5;
  margin: 10px 0;
}
p,
ul,
ol {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #464646;
  margin-bottom: 15px;
}
ol {
  list-style-position: inside;
}
ul:not([class]) {
  list-style: none;
}
ul:not([class]) li {
  padding-left: 1em;
  text-indent: -0.7em;
}
ul:not([class]) li:before {
  content: "• ";
  color: #338bd2;
}
.white p {
  color: #ffffff;
}
.white p .slick-next:before,
.white p .slick-prev:before {
  color: #ffffff;
}
button:focus,
input:focus {
  outline: none;
}
.btn {
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 20px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e1e1e1;
  border-radius: 0;
  color: #636363;
  cursor: pointer;
  text-align: center;
}
.btn-1.active,
a.btn-1.active,
.btn-1:hover,
a.btn-1:hover {
  color: #338bd2;
}
.btn-2.active,
a.btn-2.active,
.btn-2:hover,
a.btn-2:hover {
  color: #ffffff;
  background: #f93c73;
}
.btn-2.active .slick-next:before,
a.btn-2.active .slick-next:before,
.btn-2:hover .slick-next:before,
a.btn-2:hover .slick-next:before,
.btn-2.active .slick-prev:before,
a.btn-2.active .slick-prev:before,
.btn-2:hover .slick-prev:before,
a.btn-2:hover .slick-prev:before {
  color: #ffffff;
}
.btn-3,
a.btn-3 {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn-3 .slick-next:before,
a.btn-3 .slick-next:before,
.btn-3 .slick-prev:before,
a.btn-3 .slick-prev:before {
  color: #ffffff;
}
.btn-3.active,
a.btn-3.active,
.btn-3:hover,
a.btn-3:hover {
  color: #338bd2;
  background: #ffffff;
}
.btn-4,
a.btn-4 {
  color: #ffffff;
  background: #338bd2;
  border: 1px solid #338bd2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-4 .slick-next:before,
a.btn-4 .slick-next:before,
.btn-4 .slick-prev:before,
a.btn-4 .slick-prev:before {
  color: #ffffff;
}
.btn-4.active,
a.btn-4.active,
.btn-4:hover,
a.btn-4:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #338bd2;
  background: #ffffff;
}
.btn-less,
.btn-more {
  border: none;
  border-top: 2px solid #f1f2f2;
  border-bottom: 2px solid #f1f2f2;
  font-size: 14px;
  width: 95px;
  padding: 7px 0;
  font-weight: 600;
  margin-top: 10px;
}
.btn-less i,
.btn-more i {
  color: #338bd2;
  margin-left: 5px;
}
.btn-all,
a.btn-all {
  position: absolute;
  right: 15px;
  top: 47px;
  padding: 7px 20px;
}
.smallText {
  font-size: 15px;
  color: #959595;
  margin: 10px 0;
}
.tinyText {
  font-size: 12px;
  line-height: 1.2;
  margin: 10px 0;
}
.time:before {
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 5px;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-next::before,
.slick-prev::before {
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 1;
  color: #959595;
}
.white .slick-next:before,
.white .slick-prev:before {
  color: #ffffff;
}
.slick-next {
  right: -60px;
}
.slick-next:before {
  content: "\f105";
}
.slick-prev {
  left: -60px;
}
.slick-prev:before {
  content: "\f104";
}
.hr {
  border-bottom: 1px solid #959595;
  margin-bottom: 35px;
  margin-top: -2px;
}
.bg-black .hr,
.bg-blue .hr,
.bg-red .hr {
  border-bottom: 1px solid #ffffff;
}
.sticker {
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  background: #338bd2;
  padding: 8px 10px;
  position: absolute;
  top: 22px;
  left: 22px;
}
.sticker .slick-next:before,
.sticker .slick-prev:before {
  color: #ffffff;
}
.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.table {
  text-align: center;
  margin-bottom: 20px;
}
.table thead {
  text-align: center;
  font-size: 16px;
  background: #d6e8f6;
  color: #338bd2;
}
.table thead th {
  border: none;
  text-align: center;
  border-right: 1px solid #ffffff;
}
.table thead th:nth-last-child(1) {
  border-right: none;
}
.table tbody {
  font-size: 14px;
}
.table tbody tr:nth-last-child(1) {
  border-bottom: 1px solid #d7d7d7;
}
.table tbody td {
  border: none;
  border-right: 1px solid #d7d7d7;
}
.table tbody td:nth-last-child(1) {
  border-right: none;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}
ul.unordered-list {
  list-style: none;
  margin-bottom: 20px;
}
ul.unordered-list li {
  font-size: 16px;
  line-height: 26px;
  padding: 5px 0 5px 25px;
  position: relative;
}
ul.unordered-list li a {
  font-weight: 600;
  text-decoration: underline;
  color: #464646;
}
ul.unordered-list li a:hover {
  color: #338bd2;
  text-decoration: underline;
}
ul.unordered-list li:before {
  position: absolute;
  font-family: FontAwesome;
  color: #f93c73;
  content: "\f061";
  left: 0;
}
ul.unordered-list.indented {
  margin-left: 60px;
}
ul.side-menu {
  list-style: none;
  margin-top: 35px;
}
ul.side-menu ul {
  list-style: none;
}
ul.side-menu a {
  color: #464646;
  display: inline-block;
  padding: 5px 0;
}
ul.side-menu li.level1 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
ul.side-menu li.level1 a.level1 {
  color: #338bd2;
}
ul.side-menu li.level1 li.level2 {
  text-transform: none;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid #e1e1e1;
}
ul.side-menu li.level1 li.level2:hover a.level2 {
  position: relative;
  padding-left: 10px;
}
ul.side-menu li.level1 li.level2:hover a.level2:before {
  content: '';
  width: 2px;
  height: 16px;
  background: #338bd2;
  position: absolute;
  top: 8px;
  left: 0;
}
ul.side-menu li.level1 li.level2.active {
  font-weight: bold;
}
ul.side-menu li.level1 li.level2.active a.level2 {
  position: relative;
  padding-left: 10px;
}
ul.side-menu li.level1 li.level2.active a.level2:before {
  content: '';
  width: 2px;
  height: 16px;
  background: #338bd2;
  position: absolute;
  top: 8px;
  left: 0;
}
ul.side-menu li.level1 li.level2 ul.level3 {
  padding-bottom: 10px;
}
ul.side-menu li.level1 li.level2 ul.level3 li.level3 {
  font-size: 15px;
  padding-left: 18px;
  font-weight: 400;
}
ul.side-menu li.level1 li.level2 ul.level3 li.level3.active a {
  color: #338bd2;
}
form .form-element {
  width: 100%;
  max-width: 450px;
  margin: 5px 0;
  position: relative;
}
form .form-element label {
  display: block;
  padding: 5px 0;
  color: #959595;
  font-size: 16px;
}
form .form-element label.inline-block {
  display: inline-block;
}
form .form-element input,
form .form-element select {
  padding: 5px 0;
  display: block;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d7d7d7;
  font-size: 16px;
  color: #959595;
  background-color: rgba(0, 0, 0, 0);
}
form .form-element input:active,
form .form-element select:active,
form .form-element input:focus,
form .form-element select:focus {
  border: 1px solid #464646;
  color: #464646;
}
form .form-element input.error,
form .form-element select.error {
  border: 1px solid #f93c73;
}
form .form-element input.error + i,
form .form-element select.error + i {
  color: #f93c73;
  right: -30px;
}
form .form-element input.success,
form .form-element select.success {
  border: 1px solid #3cb878;
}
form .form-element input.success + i,
form .form-element select.success + i {
  color: #3cb878;
  right: -30px;
}
form .form-element input[type="text"],
form .form-element select[type="text"] {
  line-height: 50px;
  padding: 0 30px;
  height: 50px;
}
form .form-element input[type="checkbox"],
form .form-element select[type="checkbox"],
form .form-element input[type="radio"],
form .form-element select[type="radio"] {
  display: inline-block;
  width: auto;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
form .form-element input[type="radio"],
form .form-element select[type="radio"] {
  border: 2px solid #d7d7d7;
  position: relative;
  width: 20px;
  height: 20px;
  top: 3px;
  margin-right: 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
form .form-element input[type="radio"]:checked:before,
form .form-element select[type="radio"]:checked:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #338bd2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
form .form-element input[type="checkbox"],
form .form-element select[type="checkbox"] {
  border: 2px solid #d7d7d7;
  position: relative;
  width: 20px;
  height: 20px;
  top: 3px;
  margin-right: 3px;
}
form .form-element input[type="checkbox"]:checked:before,
form .form-element select[type="checkbox"]:checked:before {
  position: absolute;
  font-family: FontAwesome;
  color: #338bd2;
  content: "\f00c";
  top: -5px;
  left: 2px;
  font-size: 18px;
}
form .form-element input[type="submit"],
form .form-element select[type="submit"] {
  line-height: 50px;
  height: 50px;
  padding: 0;
  background: #338bd2;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  border: none;
  cursor: pointer;
  border: 1px solid #338bd2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form .form-element input[type="submit"] .slick-next:before,
form .form-element select[type="submit"] .slick-next:before,
form .form-element input[type="submit"] .slick-prev:before,
form .form-element select[type="submit"] .slick-prev:before {
  color: #ffffff;
}
form .form-element input[type="submit"]:hover,
form .form-element select[type="submit"]:hover {
  background: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #338bd2;
}
form .form-element select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 50px;
  padding: 0 30px;
  height: 50px;
  cursor: pointer;
}
form .form-element .smallText {
  margin: 0;
}
form .form-element i {
  position: absolute;
  right: 20px;
  margin-top: -33px;
  z-index: -1;
  color: #959595;
}
form .form-element.required label:before {
  content: '*';
  color: #f93c73;
}
.error-msg {
  background: #f8ebef;
  color: #f93c73;
  padding: 23px 27px;
  font-weight: 600;
}
.error-msg:before {
  content: "\f06a";
  font-family: FontAwesome;
  margin-right: 5px;
}
.datepicker.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px 8px;
}
/************************************************************************/
/* HEADER ***************************************************************/
/************************************************************************/
#corpo-nav {
  background: #338bd2;
  color: #ffffff;
  height: 35px;
}
#corpo-nav .slick-next:before,
#corpo-nav .slick-prev:before {
  color: #ffffff;
}
#corpo-nav a {
  color: #ffffff;
}
#corpo-nav a .slick-next:before,
#corpo-nav a .slick-prev:before {
  color: #ffffff;
}
#corpo-nav #corpo-container {
  position: relative;
  float: right;
  display: inline-block;
  line-height: 35px;
}
#corpo-nav #corpo-container #sekundarna {
  display: inline-block;
}
#corpo-nav #corpo-container ul {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
}
#corpo-nav #corpo-container ul li {
  display: inline;
}
#corpo-nav #corpo-container ul li a {
  padding: 10px;
}
#corpo-nav .social {
  display: inline-block;
  position: relative;
}
#corpo-nav .social i {
  color: #ffffff;
  font-size: 14px;
}
#corpo-nav .social i .slick-next:before,
#corpo-nav .social i .slick-prev:before {
  color: #ffffff;
}
#corpo-nav .social a {
  padding-left: 20px;
}
#corpo-nav .langbar {
  position: relative;
  font-size: 13px;
  line-height: 35px;
  display: inline-block;
}
#corpo-nav .langbar a {
  color: #f1f2f2;
  padding-right: 10px;
}
#corpo-nav .langbar a.active,
#corpo-nav .langbar a:hover {
  color: #ffffff;
}
#corpo-nav .langbar a.active .slick-next:before,
#corpo-nav .langbar a:hover .slick-next:before,
#corpo-nav .langbar a.active .slick-prev:before,
#corpo-nav .langbar a:hover .slick-prev:before {
  color: #ffffff;
}
#corpo-nav .langbar .lang-active {
  cursor: pointer;
  display: inline-block;
  padding: 1px 20px 12px 10px;
}
#corpo-nav .langbar .lang-active:after {
  color: #ffffff;
  content: "\f0d7";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
  position: relative;
  top: -1px;
}
#corpo-nav .langbar .lang-active:after .slick-next:before,
#corpo-nav .langbar .lang-active:after .slick-prev:before {
  color: #ffffff;
}
#corpo-nav .langbar .lang-navi {
  background: #338bd2;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 35px;
  transition: visibility 2s, opacity 0.3s;
  visibility: hidden;
  z-index: -1;
}
#corpo-nav .langbar .lang-navi a {
  display: block;
  padding: 0 15px;
  text-align: center;
}
#corpo-nav .langbar:hover .lang-navi {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: visible;
  z-index: 101;
}
.logo {
  position: relative;
  float: left;
  height: 100%;
  z-index: 10;
}
.logo img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.logo-bottom img {
  width: 100%;
  max-width: 270px;
  height: auto;
}
#header {
  height: 100px;
  background: #ffffff;
  padding: 15px 0;
  text-align: right;
  position: relative;
}
#header .container {
  height: 100%;
}
#header #search {
  position: absolute;
  right: 15px;
  top: 23px;
  z-index: 100;
  color: #464646;
}
#header #search .search-icons {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header #search .search-icons:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header #search .icon-close {
  display: none;
}
#header .search-bar {
  background: #ffffff;
  position: absolute;
  padding: 5px 15px 10px;
  bottom: -60px;
  width: calc(100% - 30px);
  z-index: 10;
}
#header .search-bar .search-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 50%;
  margin-right: 10px;
  background: #f1f2f2;
  padding: 6px;
}
#header .search-bar .search-submit {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 20px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e1e1e1;
  border-radius: 0;
  color: #636363;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  background: #338bd2;
  border: 1px solid #338bd2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header .search-bar .search-submit .slick-next:before,
#header .search-bar .search-submit .slick-prev:before {
  color: #ffffff;
}
#header .search-bar .search-submit.active,
#header .search-bar .search-submit:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #338bd2;
  background: #ffffff;
}
#navi-container {
  position: relative;
  height: 100%;
}
#navi-container #primarna {
  float: right;
  margin-right: 30px;
  height: 100%;
}
#navi-container #primarna ul.level1 {
  height: 100%;
  text-align: center;
  list-style: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#navi-container #primarna ul.level1 li.level1 {
  display: inline;
  line-height: 70px;
  padding: 0 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-weight: bold;
  font-size: 14px;
}
#navi-container #primarna ul.level1 li.level1 a {
  color: #363636;
  padding: 14px 5px;
}
#navi-container #primarna ul.level1 li.level1 ul.level2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1400px;
  min-height: 300px;
  background-color: #ffffff;
  padding: 32px 50px 40px;
  z-index: 20;
  border: 1px solid #f1f2f2;
  -webkit-transition: all 0.2s ease 0.2s;
  -moz-transition: all 0.2s ease 0.2s;
  -ms-transition: all 0.2s ease 0.2s;
  -o-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}
#navi-container #primarna ul.level1 li.level1 ul.level2 li.level2 {
  list-style: none;
  text-align: left;
  position: relative;
  padding: 8px 0px;
  line-height: 1.25;
  text-transform: none;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  max-width: 300px;
}
#navi-container #primarna ul.level1 li.level1 ul.level2 li.level2 a {
  color: #338bd2;
  display: block;
  padding: 13px 0;
}
#navi-container #primarna ul.level1 li.level1 ul.level2 li.level2:hover a {
  text-decoration: underline;
}
#navi-container #primarna ul.level1 li.level1 ul.level2 li.level2 ul {
  position: relative;
  margin-top: 18px;
}
#navi-container #primarna ul.level1 li.level1 ul.level2 li.level2 ul li {
  display: block;
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
}
#navi-container #primarna ul.level1 li.level1 ul.level2 .text {
  text-transform: none;
  width: calc(100% - 850px);
  position: absolute;
  top: 40px;
  left: 450px;
  text-align: left;
}
#navi-container #primarna ul.level1 li.level1 ul.level2 .text p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
#navi-container #primarna ul.level1 li.level1:hover a.level1 {
  border-bottom: 2px solid #338bd2;
}
#navi-container #primarna ul.level1 li.level1:hover ul.level2 {
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition: visibility 0.2s, opacity 0.3s;
  -moz-transition: visibility 0.2s, opacity 0.3s;
  -ms-transition: visibility 0.2s, opacity 0.3s;
  -o-transition: visibility 0.2s, opacity 0.3s;
  transition: visibility 0.2s, opacity 0.3s;
}
#navi-container #primarna ul.level1 .navi-banners {
  float: right;
  position: absolute;
  right: 50px;
  top: 40px;
}
#navi-container #primarna ul.level1 .navi-banners .image {
  background-size: cover !important;
  width: 333px;
  height: 200px;
}
#primarna-r,
.nav-icon {
  display: none;
}
.stuck {
  top: 0;
  position: fixed !important;
  width: 100%;
  z-index: 100;
  padding: 5px 0 !important;
  height: 50px !important;
  border-bottom: 1px solid #f1f2f2;
}
.stuck #navi-container #primarna ul.level1 li.level1 {
  line-height: 40px;
}
.stuck #navi-container #primarna ul.level1 li.level1 ul.level2 {
  top: 44px;
}
.stuck .logo {
  height: 40px;
}
.stuck #search {
  top: 7px !important;
}
.stuck #primarna-r #navi {
  top: 50px;
}
.breadcrumbs {
  padding: 10px 0;
  font-size: 14px;
}
.breadcrumbs a {
  color: #959595;
}
.breadcrumbs a.active {
  color: #464646;
}
.breadcrumbs .nexter {
  color: #959595;
  margin: 0 5px;
}
/************************************************************************/
/* VISUALS **************************************************************/
/************************************************************************/
#visual {
  background: #f1f2f2;
}
#visual .visual-container {
  position: relative;
  display: block;
}
#visual .visual-container .visual-element {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
}
#visual .visual-container .visual-element .text {
  background: #338bd2;
  padding: 30px;
  color: #ffffff;
  width: calc((100% / 3) * 1);
  min-height: 100%;
  float: left;
}
#visual .visual-container .visual-element .text .slick-next:before,
#visual .visual-container .visual-element .text .slick-prev:before {
  color: #ffffff;
}
#visual .visual-container .visual-element .text h1 {
  background: none;
  padding: 0;
  margin-bottom: 20px;
}
#visual .visual-container .visual-element .text p {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 16px;
}
#visual .visual-container .visual-element .text p .slick-next:before,
#visual .visual-container .visual-element .text p .slick-prev:before {
  color: #ffffff;
}
#visual .visual-container .visual-element .image {
  float: right;
  width: calc((100% / 3) * 2);
  height: 100%;
}
#visual.v-main {
  height: 500px;
}
#visual.v-main .visual-container .visual-element {
  height: 500px;
}
.slick-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 3px;
  cursor: pointer;
  border: 1px solid #f1f2f2;
  border-radius: 6px;
  outline: none;
  background: #f1f2f2;
}
.slick-dots li.slick-active button {
  background: #338bd2;
  border: 1px solid #338bd2;
}
/************************************************************************/
/* CONTENT **************************************************************/
/************************************************************************/
.content {
  padding: 35px 0;
}
.main.narrow {
  padding-right: 30px;
}
.aside {
  padding-left: 30px;
}
.events {
  margin-bottom: 35px;
}
.events .event {
  position: relative;
  margin-bottom: 15px;
}
.events .event .description {
  width: calc(100% - 150px);
  float: right;
}
.events .event p {
  font-size: 17px;
  font-weight: 600;
}
.events .event:hover p {
  color: #338bd2;
}
.events .date {
  background: #338bd2;
  padding: 20px 0;
  color: #ffffff;
  font-size: 15px;
  width: 135px;
  height: 115px;
  line-height: 1;
  text-align: center;
  float: left;
}
.events .date .slick-next:before,
.events .date .slick-prev:before {
  color: #ffffff;
}
.events .date .day {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 7px;
}
.programs {
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.programs .program {
  padding: 5px;
  text-transform: uppercase;
}
.programs .program .image {
  position: relative;
  height: 215px;
  background-size: 100%;
}
.programs .program h3 {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  margin: 20px;
}
.programs .program h3 .slick-next:before,
.programs .program h3 .slick-prev:before {
  color: #ffffff;
}
.programs .program:hover .image {
  background-size: 110%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.info img{
  max-width: 100%;
}
.infos .info {
  margin-top: 15px;
  position: relative;
}
.infos .info:hover .image h3 {
  background: #f93c73;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.infos .info .image {
  padding-top: 64.5%;
  position: relative;
  margin-bottom: 20px;
}
.infos .info .image h3 {
  position: absolute;
  background: #338bd2;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.infos .info .image h3 .slick-next:before,
.infos .info .image h3 .slick-prev:before {
  color: #ffffff;
}
.news .image {
  padding-top: 64%;
  background-size: 100%;
  margin-bottom: 20px;
}
.news .article {
  position: relative;
}
.news .article:hover .image {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: 110%;
}
.news-list {
  padding-bottom: 70px;
}
.news-list .filters {
  text-align: center;
  margin-bottom: 40px;
}
.news-list .filters a.filter {
  margin: 5px;
  padding: 12px 22px;
  border: 1px solid #cccccc;
  color: #636363;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  background: #ffffff;
}
.news-list .filters a.filter.active {
  background: #f93c73;
  border: 1px solid #f93c73;
  color: #ffffff;
  position: relative;
}
.news-list .filters a.filter.active .slick-next:before,
.news-list .filters a.filter.active .slick-prev:before {
  color: #ffffff;
}
.news-list .filters a.filter.active:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #f93c73;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
}
.news-list .filters.by-month .filter {
  text-transform: none;
  margin: 2.5px;
  background-color: #f1f2f2;
  border: 1px solid #f1f2f2;
  margin-bottom: 40px;
}
.news-list .filters.by-month .filter.active:after {
  display: none;
}
.news-list .article {
  margin-bottom: 60px;
}
.news-single .hr {
  margin-bottom: 50px;
}
.news-single h2 + .hr {
  margin-bottom: 0;
}
.news-single .date {
  margin: 25px 0;
}
.news-single .header-image {
  width: 100%;
  margin-bottom: 30px;
}
.news-single .header-image img {
  width: 100%;
  height: auto;
}
.news-single .share {
  color: #338bd2;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}
.news-single .share span {
  margin-right: 7px;
}
.news-single .share a {
  color: #959595;
  margin: 7px;
}
.news-single .share a:hover {
  color: #338bd2;
}
.news-single .related {
  margin: 70px 0;
}
.news-single .related h3 {
  font-size: 25px;
  font-weight: 600;
}
.levels {
  padding-top: 35px;
}
.levels .level {
  position: relative;
  text-align: center;
  padding: 50px 70px 30px;
  background: #f1f2f2;
  margin: 35px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.levels .level h4 {
  text-transform: uppercase;
}
.levels .level .icon {
  background: #f93c73;
  color: #ffffff;
  font-size: 40px;
  line-height: 80px;
  font-family: Icons;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  text-align: center;
}
.levels .level .icon .slick-next:before,
.levels .level .icon .slick-prev:before {
  color: #ffffff;
}
.levels .level:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f93c73;
  height: 10px;
}
.levels .level:hover {
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.levels .level:hover .btn-2 {
  background: #f93c73;
  color: #ffffff;
}
.levels .level:hover .btn-2 .slick-next:before,
.levels .level:hover .btn-2 .slick-prev:before {
  color: #ffffff;
}
.levels.bg-blue {
  padding-bottom: 45px;
}
.levels.bg-blue .level {
  background: #ffffff;
}
.years {
  /*padding-top: 35px;*/
}
.years .year {
  margin-bottom: 20px;
}
.years h4 {
  background: #338bd2;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px 35px 15px;
  font-size: 22px;
}
.years h4 .slick-next:before,
.years h4 .slick-prev:before {
  color: #ffffff;
}
.years .text {
  height: 100%;
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-top: none;
}
.years .text h5,
.years .text h6 {
  font-weight: 600;
  font-size: 16px;
}
.years .text ul,
.years .text ol {
  font-size: 14px;
  padding-bottom: 15px;
}
.ways {
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ways .way {
  padding: 5px;
}
.ways .way > a > div {
  border-bottom: 5px solid #338bd2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ways .way i {
  color: #338bd2;
  margin: 30px 0 10px;
  font-size: 50px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ways .way p {
  margin: 10px 0 20px;
  font-weight: 600;
}
.ways .way a:hover > div {
  border-bottom: 5px solid #f93c73;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ways .way a:hover i {
  color: #f93c73;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.students .student {
  margin-top: 15px;
  margin-bottom: 35px;
}
.students .student .image {
  padding-top: 62%;
}
.students .student .text {
  padding: 25px;
  position: relative;
}
.students .student .text .quote {
  font-size: 17px;
  left: 26px;
  font-weight: 600;
}
.students .student .text .quotee {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
.students .student .row {
  margin: 0;
}
.students .arrow-up:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: -20px;
  width: 0;
  height: 0;
  border-bottom: 30px solid #fff;
  z-index: 10;
}
.students .arrow-down:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: -20px;
  width: 0;
  height: 0;
  border-top: 30px solid #338bd2;
  z-index: 10;
}
.students .slick-dots {
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.students .slick-dots li button {
  border: 1px solid #959595;
  background: #959595;
}
.students .slick-dots li.slick-active button {
  background: #338bd2;
  border: 1px solid #338bd2;
}
.counter {
  height: 380px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
}
.counter .slick-next:before,
.counter .slick-prev:before {
  color: #ffffff;
}
.counter .container {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.counter i {
  font-size: 80px;
}
.counter .js-counter {
  font-size: 50px;
  font-weight: 300;
}
.counter p {
  font-size: 18px;
  color: #ffffff;
}
.counter p .slick-next:before,
.counter p .slick-prev:before {
  color: #ffffff;
}
.counter:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.counter.counter-2 {
  color: #959595;
  height: 250px;
}
.counter.counter-2 i {
  color: #f93c73;
  border: 2px solid;
  border-radius: 87px;
  padding: 0;
  width: 105px;
  height: 105px;
  display: inline-block;
  font-size: 50px;
  line-height: 105px;
}
.counter.counter-2 p {
  color: #959595;
}
.counter.counter-2:before {
  display: none;
}
.trivia {
  padding: 15px 0 35px;
}
.trivia .article {
  position: relative;
  padding: 0;
}
.trivia .article:hover .image {
  background-size: 110%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.trivia .image {
  padding-top: 90%;
  background-size: 100%;
}
.trivia .text {
  padding: 25px 30px 20px;
  font-weight: 300;
}
.trivia .slick-next {
  right: -40px;
}
.trivia .slick-prev {
  left: -40px;
}
.partners {
  padding: 30px 0 20px;
}
.partners img {
  width: 100%;
  height: auto;
}
.partners .slick-next {
  right: -45px;
}
.partners .slick-prev {
  left: -45px;
}
.goals .icon {
  margin-bottom: 20px;
  text-align: center;
  padding: 35px;
  font-size: 70px;
  line-height: 1;
}
.exposed [class^="col-"] {
  margin-bottom: 15px;
}
.exposed [class^="col-"]:hover .image {
  background-size: 110%;
}
.exposed .image {
  padding-top: 58%;
  background-size: 100%;
}
.exposed h5 {
  display: inline-block;
  padding: 3px 18px;
  margin: 15px 0;
}
.map {
  position: relative;
  height: 450px;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.login {
  margin: 0 auto;
  max-width: 700px;
  border: 1px solid #cccccc;
  padding: 10px 55px 20px;
}
.login form {
  max-width: 450px;
  margin: 0 auto;
}
.login .register {
  text-align: center;
  font-weight: 600;
  color: #636363;
}
.login .register i {
  margin-right: 5px;
}
.user-info {
  margin-top: 50px;
  background: #f1f2f2;
  padding: 60px 20px 20px;
  position: relative;
}
.user-info .icon {
  background: #f93c73;
  color: #ffffff;
  font-size: 40px;
  line-height: 80px;
  font-family: Icons;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  text-align: center;
}
.user-info .icon .slick-next:before,
.user-info .icon .slick-prev:before {
  color: #ffffff;
}
.user-info .vpisna {
  font-weight: bold;
  font-size: 16px;
}
.user-info .username {
  font-weight: 600;
  font-size: 18px;
}
.user-info .status {
  font-size: 15px;
  color: #636363;
  font-weight: 600;
}
.tt.filters {
  text-align: right;
}
.tt.filters .filter {
  margin: 25px;
  margin-right: 0;
  display: inline-block;
}
.tt.filters .filter .label {
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-right: 5px;
  font-weight: 600;
}
.tt.filters .filter .btn-filter {
  display: inline-block;
  color: #464646;
  line-height: 24px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 600;
}
.tt.filters .filter .btn-filter.active,
.tt.filters .filter .btn-filter:hover {
  background: #f1f2f2;
}
form.tt-search {
  margin: 0 -20px;
}
form.tt-search .form-element {
  float: left;
  width: calc(100% / 3 - 40px);
  margin: 20px;
}
form.tt-search .form-element label {
  color: #464646;
}
table.timetable {
  border: 1px solid #d7d7d7;
  border-bottom: none;
}
table.timetable thead.header-row {
  background: #eaf3fa;
  color: #464646;
  font-weight: 600;
  font-size: 22px;
}
table.timetable thead.header-row th {
  border-right: 1px solid #d7d7d7;
  font-size: 18px;
}
table.timetable thead.header-row th:nth-child(1) {
  width: 8%;
}
table.timetable thead.header-row th:nth-child(2) {
  width: 56%;
}
table.timetable thead.header-row th:nth-child(3) {
  width: 18%;
}
table.timetable thead.header-row th:nth-child(4) {
  width: 18%;
}
table.timetable tbody tr:nth-last-child(1) {
  border-bottom: none;
}
table.timetable td.days {
  padding: 0;
}
table.timetable td.days table.day {
  width: 100%;
}
table.timetable td.days table.day thead {
  background: #338bd2;
  color: #ffffff;
}
table.timetable td.days table.day thead .slick-next:before,
table.timetable td.days table.day thead .slick-prev:before {
  color: #ffffff;
}
table.timetable td.days table.day thead th {
  text-align: left;
  padding: 6px 15px;
  font-weight: 600;
  cursor: pointer;
}
table.timetable td.days table.day tr {
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
}
table.timetable td.days table.day td {
  text-align: left;
  vertical-align: middle;
}
table.timetable td.days table.day td:nth-child(1) {
  width: 8%;
  text-align: center;
}
table.timetable td.days table.day td:nth-child(2) {
  width: 56%;
}
table.timetable td.days table.day td:nth-child(3) {
  width: 18%;
}
table.timetable td.days table.day td:nth-child(4) {
  width: 18%;
}
table.timetable td.days table.day.open tbody {
  display: table-row-group;
}
table.timetable td.days table.day.closed {
  border-bottom: 1px solid #ffffff;
}
table.timetable td.days table.day.closed tbody {
  display: none;
}
.legend {
  margin-bottom: 70px;
}
.legend .legend-item {
  margin: 2px 0;
  color: #959595;
  position: relative;
  margin-left: 120px;
  margin-bottom: 8px;
}
.legend .legend-item:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 30px;
  margin-left: -120px;
  top: -4px;
}
.legend .legend-item.lecture:before {
  background-color: #e6eefd;
}
.legend .legend-item.exam:before {
  background-color: #abc6f7;
}
.legend .legend-item.test:before {
  background-color: #fc9eb9;
}
.legend .legend-item.guest:before {
  background-color: #f8eaef;
}
.legend .legend-item.reserved:before {
  background-color: #d7d7d7;
}
.legend .legend-item.research:before {
  background-color: #faf7b5;
}
.legend .legend-item.kolokvij:before {
  background-color: #aae0ad;
}
.legend .legend-item.seminar1:before {
  background-color: #8092ec;
}
.legend .legend-item.seminar2:before {
  background-color: #cad3fd;
}
footer ul {
  list-style: none;
}
#footer-top {
  padding: 60px 0 50px;
}
#footer-top div[class*=' col'],
#footer-top div[class^='col'] {
  margin-bottom: 30px;
}
#footer-referat {
  padding: 50px 0;
}
#footer-referat a {
  color: #ffffff;
}
#footer-referat a .slick-next:before,
#footer-referat a .slick-prev:before {
  color: #ffffff;
}
#footer-bottom {
  padding: 10px 0;
  font-size: 13px;
}
@media (min-width: 1260px) {
  .container {
    max-width: 1230px;
  }
}
@media only screen and (max-width: 1200px) {
  #corpo-nav #corpo-container #sekundarna {
    display: none;
  }
  #primarna-r {
    display: block;
    background-color: #f93c73;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  #primarna-r ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #primarna-r ul li {
    display: block;
    position: relative;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
  #primarna-r #navi {
    background: #ffffff;
    border-bottom: solid 1px #464646;
    left: -100%;
    overflow-x: auto;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 800;
    background: #f1f2f2;
  }
  #primarna-r a {
    display: block;
    padding: 10px 70px 10px 50px;
    line-height: 22px;
    text-align: left;
    text-transform: uppercase;
    color: #363636;
  }
  #primarna-r a:active,
  #primarna-r a:hover {
    color: #338bd2;
  }
  #primarna-r a.active {
    color: #464646;
  }
  #primarna-r a.level1 {
    font-size: 15px;
  }
  #primarna-r a.level2 {
    font-size: 14px;
    padding: 7px 70px 7px 60px;
    text-transform: none;
  }
  #primarna-r a.level3 {
    font-size: 12px;
    padding: 12px 70px;
    text-transform: none;
  }
  #primarna-r li.level1 ul,
  #primarna-r li.level2 ul,
  #primarna-r li.level3 ul {
    display: block;
    position: static;
  }
  #primarna-r a.expand {
    border: none;
    padding: 7px 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
  }
  #primarna-r a.expand:hover {
    background: none;
  }
  #primarna-r a.expand i {
    color: #363636;
    font-size: 27px;
  }
  #primarna-r a.collapse {
    border: none;
    display: none;
    padding: 9px 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
  }
  #primarna-r a.collapse:hover {
    background: none;
  }
  #primarna-r a.collapse i {
    color: #020202;
    font-size: 36px;
  }
  .nav-icon {
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 33px;
  }
  .nav-icon.icon-open i {
    transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header #search {
    position: absolute;
    right: 85px;
    top: -45px;
    color: #ffffff;
  }
  #header #search .slick-next:before,
  #header #search .slick-prev:before {
    color: #ffffff;
  }
  #navi-container {
    position: initial;
    display: none;
  }
  #navi-container #primarna {
    display: none;
  }
  #sekuNavi {
    border-top: 1px solid #363636;
    padding: 5px 0 !important;
    margin-top: 5px !important;
  }
  #sekuNavi a {
    text-transform: none !important;
    border: none;
    padding: 7px 70px 7px 50px !important;
  }
  .partners .slick-next {
    right: 0px;
  }
  .partners .slick-prev {
    left: 0px;
  }
  .trivia .slick-next {
    right: -25px;
    background: #ffffff;
  }
  .trivia .slick-prev {
    left: -25px;
    background: #ffffff;
  }
  .programs h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  #corpo-container #sekundarna-r {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  #corpo-container #sekundarna-r ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #corpo-container #sekundarna-r ul li {
    display: block;
    position: relative;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #corpo-container #sekundarna-r #navi {
    background: #ffffff;
    border-bottom: solid 1px #464646;
    left: -100%;
    overflow-x: auto;
    padding: 0;
    position: absolute;
    top: 38px;
    width: 100%;
    z-index: 800;
  }
  #corpo-container #sekundarna-r a {
    border-top: solid 1px #464646;
    display: block;
    padding: 15px 70px 15px 50px;
    line-height: 22px;
    text-align: left;
    text-transform: uppercase;
    color: #9b804d;
  }
  #corpo-container #sekundarna-r a:active,
  #corpo-container #sekundarna-r a:hover {
    color: #464646;
  }
  #corpo-container #sekundarna-r a.active {
    color: #464646;
  }
  #corpo-container #sekundarna-r a.level1 {
    font-size: 18px;
  }
  #corpo-container #sekundarna-r a.level2 {
    font-size: 16px;
  }
  #corpo-container #sekundarna-r a.level3 {
    font-size: 15px;
  }
  #corpo-container #sekundarna-r li.level1 ul,
  #corpo-container #sekundarna-r li.level2 ul,
  #corpo-container #sekundarna-r li.level3 ul {
    display: block;
    position: static;
  }
  #corpo-container #sekundarna-r a.expand {
    border: none;
    padding: 7px 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
  }
  #corpo-container #sekundarna-r a.expand:hover {
    background: none;
  }
  #corpo-container #sekundarna-r a.expand i {
    color: #667c82;
    font-size: 36px;
  }
  #corpo-container #sekundarna-r a.collapse {
    border: none;
    display: none;
    padding: 9px 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
  }
  #corpo-container #sekundarna-r a.collapse:hover {
    background: none;
  }
  #corpo-container #sekundarna-r a.collapse i {
    color: #020202;
    font-size: 36px;
  }
  #corpo-container .corpo-icon {
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 230px;
    top: 0;
  }
}
@media only screen and (max-width: 990px) {
  #visual.v-main,
  #visual.v-inner {
    max-height: auto;
  }
  #visual .visual-container .visual-element {
    height: auto;
  }
  #visual .visual-container .visual-element .text {
    width: 100%;
    height: auto;
  }
  #visual .visual-container .visual-element .image {
    width: 100%;
    height: 300px;
    padding-top: 306px;
  }
  #visual .slick-dots {
    bottom: auto;
    top: 260px;
  }
  .arrow-down:before,
  .arrow-up:before {
    visibility: hidden;
  }
  .main {
    padding-right: 15px;
  }
  form.tt-search .form-element,
  .tt.filters .form-element,
  form.tt-search .filter,
  .tt.filters .filter {
    width: calc(100% / 2 - 40px);
    margin: 0 20px 5px;
  }
}
@media only screen and (max-width: 768px) {
  .logo {
    position: absolute;
  }
  #corpo-nav .social {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
  }
  #footer-referat div[class*=' col'],
  #footer-top div[class*=' col'],
  #footer-referat div[class^='col'],
  #footer-top div[class^='col'] {
    text-align: center;
  }
  #footer-bottom .left,
  #footer-bottom .right {
    width: 100%;
    float: none;
    text-align: center;
    line-height: 2;
  }
  .counter {
    height: 550px !important;
  }
  .flex {
    display: flex;
    flex-direction: column;
  }
  .o-2 {
    order: 2;
  }
  .o-1 {
    order: 1;
  }
}
@media only screen and (max-width: 576px) {
  #header .search-bar {
    width: 100%;
    left: 0;
  }
  #header .search-bar .search-input {
    width: calc(100% - 85px);
  }
  #visual .container,
  #visual .visual-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .counter {
    height: 650px;
  }
  .counter div[class*=' col'],
  .counter div[class^='col'] {
    margin: 20px 0;
  }
  .news-list .filters a.filter.active:after {
    display: none;
  }
  .login {
    padding: 0 15px 20px;
  }
  ul.unordered-list.indented {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .events .date {
    width: 100%;
    margin-bottom: 20px;
  }
  .events .description {
    width: 100%;
  }
  form.tt-search .form-element,
  .tt.filters .form-element,
  form.tt-search .filter,
  .tt.filters .filter {
    width: calc(100% / 1 - 40px);
  }
  .legend .legend-item {
    margin-left: 70px;
  }
  .legend .legend-item:before {
    content: '';
    width: 50px;
    margin-left: -70px;
  }
}
