@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700&subset=latin-ext");
.container {
  max-width: 1170px;
}
.container.wide {
  max-width: 1400px;
}

#header-wrap {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 400;
}

#back-to-top {
  border: 0;
  border-radius: 2px;
  bottom: 40px;
  color: #119ef9;
  cursor: pointer;
  font-size: 14px;
  height: 20px;
  line-height: 1;
  opacity: 0;
  position: fixed;
  right: 40px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  transition: all 0.5s;
  width: 80px;
  z-index: 300;
}
#back-to-top.white {
  color: #ffffff;
}
#back-to-top.white::after {
  background: url(/images/html/back-to-top-white.svg) no-repeat center;
}
#back-to-top:after {
  background: url(/images/html/back-to-top-blue.svg) no-repeat center;
  content: "";
  display: inline-block;
  height: 7px;
  margin-left: 6px;
  width: 7px;
  transition: all 0.2s ease-in-out;
}
#back-to-top.show {
  opacity: 0.9;
}

header {
  position: relative;
  z-index: 101;
}
header .soc-icons {
  margin-right: 35px;
}
header .soc-icons a {
  display: inline-block;
  margin-right: 3px;
  height: 35px;
  text-align: center;
  transition: opacity 0.16s linear;
}
header .soc-icons a:hover {
  opacity: 0.4;
}
header nav.navbar-expand-lg {
  padding: 10px 0;
  padding-left: 15px;
}
header .search-btn {
  margin-right: 6px;
  margin-top: -3px;
}
header .right-wrap {
  padding-top: 22px;
}
header .search-wrap {
  margin-right: 20px;
}
header .top-menu {
  font-size: 14px;
}
header .top-menu .nav-item {
  padding: 0;
}
header .top-menu .nav-item .nav-link {
  color: #484848;
  padding: 8px 10px;
  transition: color 0.16s linear;
}
header .top-menu .nav-item .nav-link:hover {
  color: #dadada;
}

.search-wrap {
  position: relative;
}
.search-wrap .search-btn {
  margin-left: 4px;
}

#searchbox {
  right: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
#searchbox form {
  width: 300px;
  display: flex;
  background-color: #ffffff;
  padding: 5px;
  left: auto;
  right: 0;
}
#searchbox form .form-control {
  border-radius: 0;
}
#searchbox form .btn-secondary {
  padding: 3px 15px;
}

.navbar-toggler {
  border: 2px solid #000 !important;
  cursor: pointer;
  height: 47px;
  padding: 0;
  width: 50px;
}
.navbar-toggler span {
  background-color: #fff;
  background-image: none;
  display: block;
  height: 3px;
  margin: 0 auto;
  margin-bottom: 8px;
  outline: 1px solid transparent;
  -webkit-transform: rotate(0) translate(0);
  transform: rotate(0) translate(0);
  transition: all 0.16s ease-in-out;
  width: 80%;
}
.navbar-toggler span:first-child {
  margin-top: 8px;
}
.navbar-toggler.active span {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.navbar-toggler.active span:first-child {
  -webkit-transform: rotate(45deg) translate(4px, -6px);
  transform: rotate(45deg) translate(4px, -6px);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.navbar-toggler.active span:last-child {
  -webkit-transform: rotate(45deg) translate(-4px, 5px);
  transform: rotate(45deg) translate(-4px, 5px);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.logo {
  padding-top: 18px;
}

.topline {
  background: #fff;
}
.topline .menu-toggler {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #245b99;
  margin-right: 15px;
  background-image: url("/images/html/menu.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}

nav .nav-link:hover {
  text-decoration: none;
}

.main-menu {
  background: #245b99;
  position: relative;
  z-index: 100;
}
.main-menu nav.blue-menu {
  padding: 0 15px 0 7px;
}
.main-menu nav.blue-menu .nav-item :not(.show-children) ul {
  display: none;
}
.main-menu nav.blue-menu .nav-item.show-children {
  background-color: red !important;
}
.main-menu nav.blue-menu .nav-item.show-children ul {
  padding-left: 0;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 2px 13px 10px 0px rgba(46, 49, 51, 0.35);
}
.main-menu nav.blue-menu .nav-item.show-children ul:not(.sec-children) {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  transform: translateY(calc(100% + 16px));
}
.main-menu nav.blue-menu .nav-item.show-children ul li.show-children .sec-children {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
}
.main-menu nav.blue-menu .nav-item.show-children ul li.show-children .sec-children a:hover {
  background-color: rgba(81, 158, 138, 0.1);
}
.main-menu nav.blue-menu .nav-item.show-children ul li {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  max-width: 300px;
}
.main-menu nav.blue-menu .nav-item.show-children ul span.arrow-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 6px;
}
.main-menu nav.blue-menu .nav-item.show-children ul a {
  color: black;
  padding-left: 20px;
  padding-right: 20px;
}
.main-menu nav.blue-menu .nav-item.show-children ul a:hover {
  color: #519e8a;
}
.main-menu nav.blue-menu .nav-link {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 10px;
  transition: all 0.16s linear;
}
.main-menu nav.blue-menu .nav-link.cart {
  background: url("/images/html/cart.svg") left 7px top 13px no-repeat;
  display: block;
  padding-left: 35px;
}
.main-menu nav.blue-menu .nav-link.cart:hover {
  background-image: url("/images/html/cart-blue.svg");
}
.main-menu nav.blue-menu .nav-link.register {
  background: url("/images/html/clipboard-with-pencil.svg") no-repeat top 13px left 0;
  background-size: 20px 20px;
  display: block;
  padding-left: 28px;
}
.main-menu nav.blue-menu .nav-link:hover {
  background-color: #fff;
  color: #519e8a;
}

.middle-menu .container {
  max-width: 100%;
}

.green-menu {
  background-color: #519e8a;
  margin-top: -70px;
  min-height: 70px;
  padding: 0;
  position: relative;
}
.green-menu .nav-item {
  border-right: 2px solid #74b1a1;
  flex: 1 1 25%;
  padding: 0;
  background-position: 200% 200%;
  background-repeat: no-repeat;
  position: relative;
}
.green-menu .nav-item::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 21px 18px;
  background-repeat: no-repeat;
  background-image: inherit;
  opacity: 0;
  transition: opacity 0.2s linear;
  pointer-events: none;
}
.green-menu .nav-item:hover {
  background-color: #f2f2f2;
  transition: all 0.16s linear;
}
.green-menu .nav-item:hover::after {
  opacity: 1;
}
.green-menu .nav-item:hover .nav-link {
  color: #519e8a;
  transition: all 0.16s linear;
  background-image: none !important;
}
.green-menu .nav-item:last-child {
  border-right: none;
}
.green-menu .nav-link {
  align-items: center;
  background-position: 21px 18px;
  background-repeat: no-repeat;
  border-right: 2px solid #74b1a1;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  min-height: 70px;
  padding-left: 72px;
  vertical-align: middle;
}
.green-menu .nav-link:last-of-type {
  border-right: 0;
}

#breadcrumbs ol {
  padding: 15px;
}
#breadcrumbs ol li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
#breadcrumbs ol li a,
#breadcrumbs ol li span {
  color: #519e8a;
}
#breadcrumbs ol li:last-child a,
#breadcrumbs ol li:last-child span {
  color: #6f6f6f;
}
#breadcrumbs ol li:last-child::after {
  display: none;
}
#breadcrumbs ol li::after {
  color: #cacaca;
  content: "/";
  margin-left: 5px;
}

.select-wrap {
  display: inline-block;
  max-width: 200px;
  outline: 0;
  position: relative;
  transition: z-index 0.16s linear 0s;
  width: 100%;
  z-index: 1;
}
.select-wrap a {
  color: #777;
  margin: 1px;
}
.select-wrap select {
  display: none;
}
.select-wrap .select-value {
  background-color: #ffffff;
  border: 1px solid transparent;
  color: #777;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  padding: 8px 10px;
  padding-right: 25px;
  position: relative;
  text-align: left;
  transition: all 0.16s ease-in-out 0s;
  white-space: nowrap;
  width: 100%;
  z-index: 0;
}
.select-wrap .select-value::after {
  background-color: hsla(0, 0%, 100%, 0.7);
  background-position: right 10px center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  padding-right: 7px;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.16s ease-in-out;
  width: 25px;
}
.select-wrap .select-options {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-top: 0;
  font-size: 14px;
  line-height: 1.25em;
  opacity: 0;
  overflow: auto;
  position: absolute;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition: all 0.16s ease-in-out;
  transition-delay: 0.16s;
  width: auto;
  z-index: 1;
}
.select-wrap .select-options .option {
  background-color: #fff;
  color: #525752;
  cursor: pointer;
  overflow: hidden;
  padding: 7px 15px;
  position: relative;
}
.select-wrap.error .select-value {
  border-color: rgb(26, 20, 20);
}
.select-wrap:focus {
  transition: z-index 0s linear 0s;
  z-index: 10 !important;
}
.select-wrap.clicked {
  transition: z-index 0s linear 0s;
  z-index: 2;
}
.select-wrap.clicked .select-options {
  opacity: 1;
  transform: translateY(0) scaleY(1);
  transition-delay: 0s;
  visibility: visible;
}
.select-wrap:focus {
  outline: solid 2px #A6C8FF;
}

.langmenu.select-wrap {
  width: 74px;
}
.langmenu.select-wrap .select-value {
  background: url(../images/world.png) no-repeat 7px center;
  background-color: transparent;
  border: 0;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-left: 32px;
  padding-top: 0;
  text-align: center;
  text-align: left;
}
.langmenu.select-wrap .select-value span,
.langmenu.select-wrap .select-value a {
  display: inline-block;
  padding-top: 3px;
}
.langmenu.select-wrap .select-value:after {
  background-color: transparent;
  background-image: url(../images/down_arrow.png);
}
.langmenu.select-wrap .select-options a.lang {
  display: block;
  height: 17px;
  min-width: 80px;
  text-align: left;
}
.langmenu.select-wrap .select-options a.lang img {
  max-width: none;
}
.langmenu.select-wrap .select-options {
  background-color: #fff;
  border-color: #f0f1f5;
}
.langmenu.select-wrap .select-options .option {
  background-color: transparent;
  font-size: 13px;
  line-height: 26px;
  padding: 0;
}
.langmenu.select-wrap .select-options .option a {
  height: 26px;
  padding-left: 15px;
  padding-right: 76px;
}
.langmenu.select-wrap .select-options .option:hover, .langmenu.select-wrap .select-options .option:active {
  background: #119ef9;
}
.langmenu.select-wrap .select-options .option:hover a, .langmenu.select-wrap .select-options .option:active a {
  color: #fff;
}
.langmenu.select-wrap.select-options .option a {
  color: #455c06;
  display: block;
  font-weight: 700;
  padding: 3px 15px;
}

.menu-toggle {
  margin-left: 10px;
}

.search-btn {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.16s linear;
}
.search-btn:hover {
  opacity: 0.4;
}

.event {
  color: #313131;
  display: flex;
  margin-bottom: 15px;
  transition: color 0.16s linear;
}
.event p {
  display: inline-block;
  width: 75%;
}
.event .date {
  background: #119ef9;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: bold;
  height: 68px;
  margin-right: 15px;
  padding-top: 5px;
  text-align: center;
  width: 68px;
  transition: background-color 0.16s linear;
}
.event:hover {
  text-decoration: none;
  color: #dadada;
}
.event:hover .date {
  background-color: #dadada;
}
.event.occured {
  color: #6f6e6e;
}
.event.occured .date {
  background: #c1c1c1;
  color: #fff;
}
.event .date span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: -10px;
}

.news {
  background-color: #f7f7f7;
  color: #313131;
  font-size: 16px;
  font-weight: bold;
}
.news .container {
  background: #fff;
  max-width: 1140px;
  padding-left: 30px;
  padding-right: 30px;
}
.news .col {
  padding-bottom: 60px;
  padding-top: 60px;
}
.news .col h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
.news .list-item:hover {
  color: #dadada;
  transition: color 0.16s linear;
}
.news a {
  color: #313131;
  font-size: 16px;
  font-weight: bold;
}
.news a.more {
  color: #519e8a;
  margin-top: 35px;
}

.offers img {
  margin-bottom: 15px;
}
.offers .description {
  margin-bottom: 15px;
}
.offers .offer a {
  text-decoration: none;
  transition: color 0.16s linear;
}
.offers .offer .image-wrap {
  position: relative;
}
.offers .offer .image-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #519e8a;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.offers .offer:hover .image-wrap::before {
  opacity: 0.5;
}
.offers .offer:hover a {
  color: #dadada;
}

a.back, a.more {
  color: #519e8a;
  font-weight: bold;
}
a.back::before {
  background: url(../images/green_arrow.png) no-repeat center;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 15px;
  position: relative;
  top: -2px;
  transform: rotate(180deg);
  vertical-align: middle;
  width: 16px;
}
a.more::after {
  background: url(../images/green_arrow.png) no-repeat center;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 15px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 16px;
}

.scholarship a.more,
.feed a.more {
  margin-top: 35px;
}

.offer-carousel:not(.owl-carousel) .offer:nth-child(n+2) {
  display: none;
}

.offer-toggler {
  display: block;
  float: right;
}
.offer-toggler .control {
  background-color: #c1c1c1 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: inline-block;
  height: 31px;
  margin: 0 1px;
  width: 31px;
}
.offer-toggler .control.next {
  background: url(../images/next.png);
}
.offer-toggler .control.prev {
  background: url(../images/prev.png);
  margin-right: -3px;
}

.exams .container.wide {
  max-width: unset;
}
.exams .exam {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #ffffff;
  padding: 90px 50px;
  position: relative;
}
.exams .exam::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #519e8a;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.exams .exam:hover::before {
  opacity: 0.5;
}
.exams .exam a {
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.exams .exam h3 {
  color: #fff;
  font-weight: 700;
  position: relative;
}
.exams .exam h3::after {
  background-image: url("/images/white_arrow.png");
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  margin-left: 10px;
  width: 24px;
}
.exams .exam p {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  max-width: 100%;
}

.scholarship {
  position: relative;
}
.scholarship .background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.scholarship .container {
  position: relative;
  max-width: unset;
}
.scholarship .container:not(.wide) {
  background-color: rgba(241, 246, 253, 0.9);
  padding: 0;
  max-width: 1140px;
}
.scholarship .scholar {
  padding: 50px 30px;
  padding-top: 18px;
}
.scholarship h2.title {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 33px;
  padding-top: 54px;
}
.scholarship h5 {
  font-weight: 700;
}

.counters {
  font-size: 0.875rem;
  margin: 50px 0;
}
.counters .container {
  padding: 0 30px;
  max-width: 1140px;
}
.counters .count-text {
  color: #519e8a;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}
.counters .count-text i {
  font-style: normal;
}
.counters .count-text span {
  color: #313131;
  display: block;
  font-size: 14px;
  max-width: 100px;
}
.counters .top {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  min-height: 80px;
}
.counters img {
  display: inline-block;
  margin-right: 15px;
}
.counters.fair-counters {
  background-color: #f4f4f4;
}
.counters.fair-counters .top {
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 0;
  min-height: 160px;
  padding-bottom: 20px;
  padding-top: 45px;
}
.counters.fair-counters .count-text {
  color: #119ef9;
  font-size: 2.125rem;
  line-height: 1;
  text-align: center;
}
.counters.fair-counters .count-text span {
  font-size: 1rem;
  margin-top: 7px;
  max-width: 200px;
}
.counters + .collage {
  margin-top: -48px;
}

.feedback {
  margin-bottom: 40px;
}
.feedback .container {
  background-color: #f4f4f4;
  padding: 40px 30px;
  max-width: 1140px;
}
.feedback h2 {
  margin-bottom: 20px;
}
.feedback .feed-carousel:not(.owl-carousel) {
  display: flex;
  flex-wrap: wrap;
}
.feedback .feed-carousel:not(.owl-carousel) .feed {
  flex-basis: 33%;
  margin-bottom: 15px;
  width: 33%;
}
.feedback .feed-carousel:not(.owl-carousel) + .negative-top {
  margin-top: 15px;
}
.feedback .feed img {
  vertical-align: top;
}
.feedback .feed {
  font-size: 0.875rem;
}
.feedback .feed img {
  display: inline-block;
  margin-right: 15px;
  width: auto;
}
.feedback .feed .feed-text {
  display: inline-block;
  max-width: 250px;
}
.feedback .feed .feed-text p {
  line-height: 1.5;
  margin-top: -5px;
}
.feedback .feed .name {
  color: #6f6e6e;
  display: block;
  font-weight: bold;
  margin-top: -10px;
}
.feedback .negative-top {
  float: left;
  margin-top: -24px;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-dots {
  margin-top: 40px;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  background-color: #959595;
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  margin: 0 5px;
  vertical-align: middle;
  width: 7px;
  transition: opacity 0.16s linear;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #119ef9;
  height: 9px;
  width: 9px;
}
.owl-carousel .owl-dots .owl-dot:hover {
  opacity: 0.6;
}

.brns {
  background-color: #f7f7f7;
}
.brns .carousel-item img {
  width: 100%;
}
.brns .carousel-item .carousel-caption {
  color: #fff;
  left: 50%;
  max-width: 1040px;
  position: absolute;
  text-align: center;
  top: 20%;
  transform: translateX(-50%);
  width: 80%;
}
.brns .carousel-item .carousel-caption p {
  font-size: 24px;
}
.brns .carousel-item .carousel-caption h3 {
  font-size: 55px;
  font-weight: bold;
}
.brns .carousel-item .carousel-caption h3 p {
  font-size: inherit;
}
.brns .carousel-indicators {
  bottom: 20%;
}
.brns .carousel-indicators .active {
  background: #119ef9;
}
.brns .carousel-indicators li {
  background: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  cursor: pointer;
  height: 14px;
  width: 14px;
  transition: opacity 0.16s linear;
}
.brns .carousel-indicators li:hover {
  opacity: 0.6;
}

.brands .container {
  max-width: 1140px;
  padding-left: 30px;
  padding-right: 30px;
}

.brand-wrap {
  text-align: center;
}
.brand-wrap .brand {
  display: inline-block;
  padding: 30px;
  padding-top: 0;
}

#programme-tabs .nav-tabs,
#mapTabs {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-top: 1px solid #efefef;
}
#programme-tabs .nav-tabs.nav-tabs .nav-link,
#mapTabs.nav-tabs .nav-link {
  background: #119ef9;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
}
#programme-tabs .nav-tabs.nav-tabs .nav-link:hover,
#mapTabs.nav-tabs .nav-link:hover {
  background-color: #f2f2f2;
  color: #119ef9;
}
#programme-tabs .nav-tabs.nav-tabs li,
#mapTabs.nav-tabs li {
  box-sizing: border-box;
  margin-right: 1px;
  text-align: center;
  flex: 1 1 0px;
}
#programme-tabs .nav-tabs.nav-tabs .nav-link.active,
#mapTabs.nav-tabs .nav-link.active {
  background: #fff;
  border-color: #fff;
  color: #6f6e6e;
}

#mapTabContent {
  background: #fff;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-top: -1px;
  padding: 30px 10px 15px 10px;
  position: relative;
  z-index: 200;
}
#mapTabContent h2.title {
  font-size: 24px;
  font-weight: bold;
}
#mapTabContent h3 {
  font-size: 18px;
  font-weight: bold;
}
#mapTabContent p {
  color: #313131;
  font-size: 16px;
}
#mapTabContent .mail,
#mapTabContent .big-mail,
#mapTabContent .skype,
#mapTabContent .chat,
#mapTabContent .whatsapp,
#mapTabContent .clock,
#mapTabContent .address,
#mapTabContent .phone,
#mapTabContent .fax {
  display: block;
  padding-left: 35px;
}
#mapTabContent .mail,
#mapTabContent .big-mail,
#mapTabContent .skype,
#mapTabContent .chat,
#mapTabContent .whatsapp {
  color: #519e8a;
  font-weight: bold;
  margin: 12px 0;
}
#mapTabContent .mail {
  background: url(../images/envelope.png) no-repeat center left;
}
#mapTabContent .big-mail {
  background: url(../images/big-envelope.png) no-repeat center left;
}
#mapTabContent .skype {
  background: url(../images/skype.png) no-repeat center left;
}
#mapTabContent .chat {
  background: url(../images/chat.png) no-repeat center left;
}
#mapTabContent .whatsapp {
  background: url(../images/whatsapp.png) no-repeat center left;
}
#mapTabContent .clock {
  background: url(../images/clock.png) no-repeat center left;
}
#mapTabContent .address {
  background: url(../images/small-pin.png) no-repeat center left;
}
#mapTabContent .phone {
  background: url(../images/phone.png) no-repeat center left;
}
#mapTabContent .fax {
  background: url(../images/print.png) no-repeat center left;
}

.fair-map.google-maps {
  min-height: 480px;
}
.fair-map #mapTabContent {
  padding-top: 50px;
}
.fair-map #mapTabContent h2 {
  font-size: 2.125rem;
}
.fair-map #mapTabContent a:not([href^=tel]) {
  color: #119ef9;
}
.fair-map #mapTabContent .mail {
  background: url(/images/html/envelope-blue.svg) no-repeat center left;
  background-size: 16px 16px;
}
.fair-map #mapTabContent .big-mail {
  background: url(/images/html/envelope-blue.svg) no-repeat center left;
  background-size: 22px 22px;
}
.fair-map #mapTabContent .skype {
  background: url(/images/html/skype-blue.svg) no-repeat center left;
  background-size: 22px 22px;
}
.fair-map #mapTabContent .chat {
  background: url(/images/html/chat-blue.svg) no-repeat center left;
  background-size: 25px 25px;
}
.fair-map #mapTabContent .whatsapp {
  background: url(/images/html/whatsapp-blue.svg) no-repeat center left;
  background-size: 22px 22px;
}
.fair-map #mapTabContent .address {
  background: url(/images/html/pin-gray.svg) no-repeat center left;
  background-size: 16px 16px;
}
.fair-map #mapTabContent .phone {
  background: url(/images/html/phone.svg) no-repeat center left;
  background-size: 16px 16px;
}
.fair-map #mapTabContent .fax {
  background: url(/images/html/fax.svg) no-repeat center left;
  background-size: 16px 16px;
}

#map_canvas {
  height: 670px;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

#tabHolder {
  margin-top: -715px;
}

.google-maps {
  margin-top: 40px;
  min-height: 670px;
}
.google-maps .container {
  max-width: 1140px;
}
.google-maps + footer {
  margin-top: 0;
}

footer {
  background: #245b99;
  margin-top: 60px;
  padding-top: 40px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul ul {
  margin-bottom: 22px;
  margin-top: 12px;
}
footer ul li {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
footer ul li a {
  color: inherit;
}
footer ul li a:hover {
  color: inherit;
}
footer ul li li {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.75;
}
footer ul li li:before {
  content: "»";
}
footer h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
footer input[type=submit] {
  background: url(../images/white_arrow.png) no-repeat center;
  border: none;
  height: 24px;
  margin-left: -32px;
  text-indent: -9999px;
  width: 24px;
}
footer input[type=email] {
  background: transparent;
  border: 1px solid #fff;
  color: #ffffff;
  font-size: 0.875rem;
  margin-bottom: 30px;
  padding: 6px;
}
footer ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #618ab7;
  opacity: 1;
  /* Firefox */
}
footer :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #618ab7;
}
footer ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #618ab7;
}
footer .soc-wrap .soc-item {
  padding-right: 14px;
}

.copyright {
  border-top: 1px solid #507cad;
  color: #fff;
  font-size: 12px;
  padding-bottom: 20px;
  padding-top: 8px;
  text-align: center;
}

#search-results .desc {
  font-size: 0.875rem;
  font-weight: 700;
}

.item-list {
  padding-left: 0;
}
.item-list li {
  list-style: none;
}
.item-list li a {
  color: #343a40;
  transition: color 0.16s linear;
}
.item-list li a:hover {
  color: #dadada;
  text-decoration: none;
}
.item-list.result-list .result {
  margin-bottom: 30px;
}
.item-list.result-list .result h6 {
  color: #519e8a;
  font-weight: 700;
}
.item-list.news-list li {
  margin-bottom: 15px;
}
.item-list.news-list li a {
  font-weight: 400;
}
.item-list.university-list {
  margin-top: 30px;
}
.item-list.university-list .list-item {
  margin-bottom: 40px;
}
.item-list.university-list .list-item .location::before {
  background-image: url("/images/html/pin.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 17px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 12px;
}
.item-list.university-list .list-item .image {
  flex: 0 0 250px;
}
.item-list.university-list .list-item .image img {
  width: 100%;
}
.item-list.university-list .list-item .info {
  padding: 10px 15px;
}
.item-list.university-list .list-item .info h4 {
  font-weight: 700;
}
.item-list.university-list .list-item .bottom {
  font-size: 0.875rem;
}
.item-list.university-list .list-item:last-child {
  margin-bottom: 0;
}

#page-image {
  margin-bottom: 35px;
}
#page-image img {
  width: 100%;
}

.page-tree {
  font-size: 0.875rem;
}
.page-tree,
.page-tree ul {
  list-style: none;
  padding-left: 0;
}
.page-tree .toggler {
  background-image: url("/images/html/arrow-down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px;
  cursor: pointer;
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 9px;
  transition: transform 0.16s ease;
  width: 16px;
}
.page-tree .toggler.show {
  transform: rotate(180deg);
}
.page-tree .submenu {
  border-left: 2px solid #519e8a;
}
.page-tree .submenu .toggler {
  left: 7px;
}
.page-tree .nav-link {
  color: #313131;
  flex: 1 1 100px;
  padding-left: 0;
}
.page-tree .nav-item {
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
  position: relative;
}
.page-tree .nav-item.active > .nav-link {
  color: #119ef9;
}
.page-tree .nav-item.active > .toggler {
  background-image: url("/images/html/arrow-down-blue.svg");
}
.page-tree .nav-item .submenu {
  flex: 0 0 100%;
}

.text-image-block {
  text-align: justify;
}
.text-image-block .images {
  margin-left: 20px;
  width: 260px;
}
.text-image-block .images img {
  margin-bottom: 20px;
}
.text-image-block .images img:last-child {
  margin-bottom: 0;
}

#swipebox-overlay {
  background: rgba(222, 222, 222, 0.9);
  width: 100% !important;
}

#swipebox-slider .slide-loading {
  background: url(/images/html/loader.svg) no-repeat center center;
}

#swipebox-close {
  background-color: #519e8a;
  background-image: url("/images/html/close.svg");
  background-position: center center;
  background-size: 40px;
  height: 70px;
  right: 5px;
  top: 5px;
  width: 70px;
}

#swipebox-prev,
#swipebox-next {
  background-color: #c1c1c1;
  background-image: url("/images/html/arrow-down.svg");
  background-position: center center;
  height: 70px;
  width: 70px;
}

#swipebox-prev {
  left: 5px;
  transform: rotate(90deg);
}

#swipebox-next {
  right: 5px;
  transform: rotate(-90deg);
}

#swipebox-bottom-bar, #swipebox-bottom-bar.visible-bars {
  transform: none;
}
#swipebox-bottom-bar #swipebox-prev,
#swipebox-bottom-bar #swipebox-next, #swipebox-bottom-bar.visible-bars #swipebox-prev,
#swipebox-bottom-bar.visible-bars #swipebox-next {
  position: fixed;
  top: 50%;
}
#swipebox-bottom-bar #swipebox-prev, #swipebox-bottom-bar.visible-bars #swipebox-prev {
  left: 5px;
}
#swipebox-bottom-bar #swipebox-next, #swipebox-bottom-bar.visible-bars #swipebox-next {
  right: 5px;
}

#count-text {
  bottom: 20px;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
}
.gallery .swipebox {
  display: block;
  margin: 5px;
}

.video-wrap .video {
  margin-bottom: 20px;
  position: relative;
}
.video-wrap .video img {
  cursor: pointer;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  width: 100%;
  z-index: 1;
}
.video-wrap .video iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.video-wrap .video::after {
  background-image: url("/images/html/play-button.svg");
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
  border-radius: 50%;
  content: "";
  display: block;
  display: block;
  filter: drop-shadow(0 0 3px #000);
  height: 120px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  z-index: 10;
}
.video-wrap .video.playing::after,
.video-wrap .video.playing img {
  opacity: 0;
  pointer-events: none;
}

.prices {
  color: #245b99;
}

.buy-table {
  color: #131313;
  font-size: 0.875rem;
  width: 100%;
}
.buy-table .header {
  background-color: #f7f7f7;
  font-weight: 600;
}
.buy-table .header .col {
  justify-content: center;
}
.buy-table .col {
  align-items: center;
  border-top: 1px solid #d9d9d9;
  display: flex;
  flex: 1 1 0px;
  padding: 7px 7px;
}
.buy-table .col.check {
  flex: 0 0 85px;
  justify-content: center;
  width: 85px;
}
.buy-table .col.check .custom-control {
  margin-right: 0;
}
.buy-table .col.weeks {
  flex: 0 0 110px;
}
.buy-table .col.weeks input {
  text-align: center;
  width: 95px;
}
.buy-table .col.price {
  flex: 0 0 90px;
  font-weight: 700;
  width: 90px;
}
.buy-table .col:first-child {
  border-left: 1px solid #d9d9d9;
}
.buy-table .col:last-child {
  border-right: 1px solid #d9d9d9;
}
.buy-table .row-wrap .row {
  margin-bottom: 0;
}
.buy-table .row-wrap:not(:first-child) .header {
  display: none;
}
.buy-table .row-wrap:last-child .row:last-child {
  border-bottom: 1px solid #d9d9d9;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  border: 1px solid #d9d9d9;
  height: 38px;
  padding-left: 12px;
}

select.custom-select {
  background-image: url("/images/html/arrow-down.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 9px;
}

textarea {
  height: 114px;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: none;
}
input[type=number]::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}

.custom-control {
  padding-left: 35px;
}
.custom-control .custom-control-label {
  font-weight: 400;
}
.custom-control .custom-control-label::before, .custom-control .custom-control-label::after {
  border-radius: 0;
  height: 24px;
  margin-right: 5px;
  top: -3px;
  width: 24px;
}
.custom-control .custom-control-label::before {
  background-color: #fff;
  border: 2px solid #d9d9d9;
}
.custom-control .custom-control-input {
  height: 24px;
  left: 0;
  top: 5px;
  width: 24px;
}
.custom-control .custom-control-input[type=checkbox]:checked ~ .custom-control-label::before {
  background-color: transparent;
}
.custom-control .custom-control-input[type=checkbox]:checked ~ .custom-control-label::after {
  background-image: url("/images/html/tick.svg");
  background-size: 18px 18px;
}
.custom-control .custom-control-input[type=radio] ~ .custom-control-label::before, .custom-control .custom-control-input[type=radio] ~ .custom-control-label::after {
  border-radius: 50%;
}
.custom-control .custom-control-input[type=radio]:checked ~ .custom-control-label {
  color: #519e8a;
}
.custom-control .custom-control-input[type=radio]:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #519e8a;
}
.custom-control .custom-control-input[type=radio]:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23518e8a'/%3E%3C/svg%3E");
}
.custom-control .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: #f0f0f0;
}

.btn-primary {
  background-color: #519e8a;
  border: 0;
  border-radius: 0;
  font-weight: 500;
  padding: 15px 22px;
}
.btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:hover {
  background-color: rgb(84.4569037657, 164.7430962343, 143.889539749);
}

.btn-secondary {
  background-color: transparent;
  border: 2px solid #245b99;
  border-radius: 0;
  color: #245b99;
  font-weight: 500;
}
.btn-secondary::after {
  background-image: url("/images/html/arrow-right-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 10px;
  position: relative;
  top: 2px;
  width: 18px;
}
.btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:hover {
  background-color: rgba(36, 91, 153, 0.1);
  border-color: #245b99;
  color: #245b99;
}
.btn-secondary.filled {
  background-color: #245b99;
  color: #ffffff;
}
.btn-secondary.filled::after {
  background-image: url("/images/html/arrow-right-white.svg");
}
.btn-secondary.filled:focus, .btn-secondary.filled:not(:disabled):not(.disabled):active, .btn-secondary.filled:hover {
  background-color: rgb(37.9428571429, 95.9111111111, 161.2571428571);
}

.buy-form .btn-primary {
  margin: 15px;
}

.university-list-wrap {
  margin-top: 20px;
  margin-bottom: 40px;
}

.form .block {
  margin-bottom: 45px;
}
.form h5 {
  font-weight: 700;
  margin-bottom: 25px;
}
.form label {
  font-size: 0.875rem;
}
.form label.form-control-label {
  font-weight: 700;
}
.form select,
.form textarea,
.form input {
  max-width: unset;
  width: 100%;
}
.form .row,
.form .input-group {
  margin-bottom: 20px;
}
.form .row .row,
.form .input-group .row {
  align-items: center;
}
.form .custom-checkbox .custom-control-input {
  width: 24px;
}
.form .custom-checkbox .custom-control-label {
  font-weight: 400;
}
.form label input[type=text],
.form label input[type=number] {
  margin: 0 5px;
  width: 100px;
}
.form .room-wrap {
  align-items: center;
  display: flex;
}
.form .room-wrap label {
  flex: 1 1 0px;
}
.form .room-wrap input {
  flex: 1 1 0px;
}
.form .summary a,
.form .actions a {
  font-size: 0.875rem;
}
.form .text-right .btn {
  margin-left: 10px;
}
.form .radio-wrap .row:not(:last-child) {
  margin-bottom: 10px;
}
.form .disclosure {
  font-size: 0.875rem;
}
.form .btn-primary {
  padding-left: 15px;
  padding-right: 15px;
}
.form .btn-primary::after {
  background-image: url("/images/html/arrow-right-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 10px;
  position: relative;
  top: 2px;
  width: 18px;
}

.alert {
  border-radius: 0;
}
.alert.alert-warning {
  background-color: #f7f7f7;
  border: 0;
  color: #b29d02;
  font-size: 0.875rem;
  padding-left: 65px;
}
.alert.alert-warning::before {
  background-color: #f4db05;
  background-image: url("/images/html/warning.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px;
}
.alert.alert-success {
  background-color: #fff;
  border: 2px solid #519e8a;
  color: #519e8a;
}
.alert.alert-success::before {
  background-image: url("/images/html/tick.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px;
}
.alert.large {
  padding: 30px;
  padding-left: 110px;
  padding-right: 15px;
}
.alert.large h6 {
  font-size: 1.125rem;
  font-weight: 700;
}
.alert.large p {
  color: #313131;
}
.alert.large::before {
  width: 100px;
}

#steps {
  margin-bottom: 40px;
  margin-top: 20px;
}
#steps .step {
  position: relative;
  text-align: center;
}
#steps .step .number,
#steps .step .check {
  background-color: #119ef9;
  color: #ffffff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  height: 60px;
  line-height: 64px;
  text-align: center;
  width: 60px;
}
#steps .step .check {
  background-image: url("/images/html/tick-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
#steps .step span {
  color: #119ef9;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 5px;
}
#steps .step.active ~ .step .number,
#steps .step.active ~ .step .check {
  background-color: #d0d0d0;
}
#steps .step.active ~ .step span {
  color: #d0d0d0;
}
#steps .step.active ~ .step::before {
  border-top: 2px solid #d0d0d0;
}
#steps .step::before {
  border-top: 2px solid #119ef9;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 50%;
  top: 30px;
  width: 100%;
  z-index: -1;
}
#steps .step:first-child::before {
  display: none;
}

#contact-wrap h4::after {
  display: none;
}
#contact-wrap h5 {
  font-weight: 700;
}
#contact-wrap p {
  margin-bottom: 0;
}
#contact-wrap .block {
  margin-top: 30px;
}
#contact-wrap a[href^=tel] {
  color: inherit;
}

#fair-brn {
  font-size: 1rem;
  line-height: 0.9;
  overflow: hidden;
  position: relative;
}
#fair-brn .container {
  color: #ffffff;
  font-weight: 700;
  padding: 3vw 0;
  position: relative;
}
#fair-brn .container:not(.wide) {
  margin-bottom: 100px;
  max-width: 1140px;
}
#fair-brn .container.wide::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 50%;
  left: -15px;
  position: absolute;
  right: -15px;
  top: 100%;
  transform: skewY(4deg) translateY(-100px);
  transform-origin: top left;
}
#fair-brn .container .content {
  font-size: 2em;
  text-align: center;
}
#fair-brn .container .content strong {
  font-size: 3.23em;
}
#fair-brn .container .date-wrap {
  font-size: 2.125rem;
  line-height: 1;
  margin-bottom: 30px;
}
#fair-brn .container .date-wrap .date {
  border: 2px solid #ffffff;
  float: left;
  font-size: 3rem;
  height: 95px;
  margin-right: 30px;
  padding: 15px;
  text-align: center;
  width: 95px;
}
#fair-brn .container .date-wrap .date span {
  display: block;
  font-size: 1.5rem;
}
#fair-brn .container .date-wrap::after {
  clear: both;
  content: "";
  display: block;
}
#fair-brn .container .entrance {
  padding: 0 30px;
}
#fair-brn .container .entrance strong {
  font-size: 1.5em;
}
#fair-brn .background {
  background-attachment: fixed;
  background-position: 10%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#fair-brn + .fair-description {
  margin-top: -40px;
  position: relative;
  z-index: 10;
}

#fair-registration {
  overflow: hidden;
}
#fair-registration,
#fair-registration .container.wide {
  position: relative;
}
#fair-registration .container.wide::before {
  background-color: #fff;
  bottom: 100%;
  content: "";
  display: block;
  height: 50%;
  left: -15px;
  position: absolute;
  right: -15px;
  transform: skewY(4deg) translateY(100px);
  transform-origin: bottom right;
  z-index: 10;
}
#fair-registration .container:not(.wide) {
  padding-top: 115px;
  position: relative;
  z-index: 10;
}
#fair-registration .form {
  background-color: #ffffff;
  margin-bottom: 260px;
  margin-top: 20px;
  padding: 40px 60px;
}
#fair-registration .background {
  background-attachment: fixed;
  background-position: 10%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#fair-registration ~ .fair-map {
  margin-top: 0;
}
#fair-registration ~ .fair-map #map_canvas {
  height: 480px;
}
#fair-registration ~ .fair-map #tabHolder {
  margin-top: -645px;
}
#fair-registration .custom-control .custom-control-input[type=radio] ~ .custom-control-label::before, #fair-registration .custom-control .custom-control-input[type=radio] ~ .custom-control-label::after {
  border-radius: 50%;
}
#fair-registration .custom-control .custom-control-input[type=radio]:checked ~ .custom-control-label {
  color: #245b99;
}
#fair-registration .custom-control .custom-control-input[type=radio]:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #245b99;
}
#fair-registration .custom-control .custom-control-input[type=radio]:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23245b99'/%3E%3C/svg%3E");
}

.slabtexted .slabtext {
  display: inline-block;
  white-space: nowrap;
}

.slabtextinactive .slabtext {
  display: inline;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  *letter-spacing: 0 !important;
  white-space: normal;
  word-spacing: inherit !important;
  *word-spacing: 0 !important;
}

.slabtextdone .slabtext {
  display: block;
  line-height: 0.9;
}

.participant-grid {
  margin-bottom: 40px;
}
.participant-grid .participant {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}
.participant-grid .participant img {
  height: 100%;
  object-fit: contain;
}
.participant-grid .btn {
  margin-top: 20px;
}

#fair-programme .top {
  color: #ffffff;
}
#fair-programme .top,
#fair-programme .top .container {
  position: relative;
}
#fair-programme .top .container:not(.wide) {
  padding-bottom: 100px;
  padding-top: 50px;
}
#fair-programme .bottom .container.wide {
  background-color: #f4f4f4;
  padding-bottom: 50px;
}
#fair-programme .bottom .container {
  background-color: #ffffff;
}
#fair-programme .background {
  background-attachment: scroll;
  background-position: 10%;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#fair-programme #programme-tabs {
  margin-top: -45px;
  position: relative;
  z-index: 11;
}
#fair-programme #programme-tabs .nav-tabs {
  border: 0;
  display: flex;
  flex-wrap: wrap;
}
#fair-programme #programme-tabs .nav-tabs .nav-item {
  flex: 1 1 25%;
  margin: 0 1px;
}
#fair-programme #programme-tabs .nav-tabs .nav-item .nav-link:hover {
  border-color: #119ef9;
}
#fair-programme #programme-tabs .nav-tabs .nav-item .nav-link.active {
  color: #245b99;
}
#fair-programme #programme-tabs .nav-tabs .nav-item .nav-link.active:hover {
  border-color: #ffffff;
}
#fair-programme #programme-tabs .tab-pane {
  padding: 35px 50px;
}
#fair-programme #programme-tabs .tab-pane .col.time {
  flex: 0 0 130px;
}
#fair-programme .time {
  color: #119ef9;
  font-size: 1.25em;
  font-weight: 700;
}
#fair-programme .schedule .row {
  margin-bottom: 30px;
}

.collage {
  margin-bottom: 40px;
}
.collage [class^=col] {
  border: 2px solid #ffffff;
}
.collage img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.fade {
  transition: opacity 0.3s linear;
}

#mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 320px;
  background-color: #fff;
  height: 100%;
  z-index: 100;
  display: none;
  transform: translateX(-100%);
  transition: all 0.16s ease 0.16s;
  transform-style: preserve-3d;
}
#mobile-menu .navbar {
  display: block;
}
#mobile-menu .navbar .nav-item {
  display: block;
}
#mobile-menu .navbar .nav-item .nav-link {
  color: #484848;
}
#mobile-menu .navbar.blue-menu {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#mobile-menu .navbar.blue-menu .nav-item .nav-link {
  color: #245b99;
}
#mobile-menu.show {
  transform: translateX(0);
  transition: all 0.16s ease;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
#mobile-menu.show .overlay {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transition: all 0.16s ease 0.16s;
}
#mobile-menu .content {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 66px;
}
#mobile-menu .overlay {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
  transition: all 0.16s ease;
}
#mobile-menu .nav-link.cart {
  background-image: url("/images/html/cart-dark-blue.svg");
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 20px 7px;
}
#mobile-menu .bottom-row {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  border-top: 1px solid #cfcfcf;
  display: none;
}
#mobile-menu .bottom-row .soc-icons a {
  margin-right: 15px;
}

@media (max-width: 1200px) {
  .brns .carousel-item .carousel-caption {
    top: 10%;
  }
}
@media (max-width: 1024px) {
  #mobile-menu {
    display: block;
    z-index: 210;
  }
  #mobile-menu .content {
    overflow: auto;
  }
  body {
    padding-top: 65px;
  }
  .topline {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 220;
  }
  .topline .menu-toggler {
    display: block;
  }
  .topline .top-menu {
    display: none;
  }
  .main-menu {
    display: none;
  }
  .carousel-item .carousel-caption {
    margin-left: 0;
  }
  .exams .exam {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .news .col-sm {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .counters .col-sm {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .brns .carousel-item .carousel-caption p {
    font-size: 3vw;
  }
  .brns .carousel-item .carousel-caption h3 {
    font-size: 5vw;
  }
  .copyright {
    margin-top: 30px;
  }
  .green-menu {
    align-items: stretch;
  }
  .green-menu .nav-item {
    flex: 1 1 50%;
    border-bottom: 1px solid #fff;
  }
  .news .col {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news .news-list-wrap {
    flex: 1 1 100%;
  }
  .side-brns {
    display: none;
  }
}
@media (max-width: 800px) {
  .carousel-caption {
    left: 10%;
  }
  .carousel-indicators {
    bottom: 2%;
  }
  .green-menu {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .news .col {
    flex: 1 1 100%;
  }
  .counters .col {
    flex: 1 1 50%;
  }
  .feedback .owl-item .feed {
    display: flex;
    align-items: flex-start;
  }
  .feedback .container {
    padding-bottom: 30px;
  }
  .feedback .negative-top {
    margin-top: 15px;
    float: none;
    margin-bottom: 0;
  }
  .feedback .owl-dots {
    margin-top: 20px;
  }
}
@media screen and (max-width: 680px) {
  .topline .navbar-brand {
    margin-right: auto;
  }
  .topline .soc-icons,
  .topline .langmenu {
    display: none;
  }
  #mobile-menu .content {
    padding-top: 65px;
  }
  #mobile-menu .bottom-row {
    display: flex;
  }
}
@media (max-width: 620px) {
  .counters .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .news .col-sm {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .news img {
    width: 100%;
  }
  .green-menu {
    width: 100%;
  }
  .green-menu a {
    display: block;
    padding-top: 20px;
    width: 100%;
  }
  .exams .exam {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #mapTabs.nav-tabs li,
  #programme-tabs .nav-tabs.nav-tabs li {
    flex: 1 1 100%;
  }
  #tabHolder {
    margin-top: 0;
  }
  .google-maps {
    display: flex;
    flex-direction: column;
  }
  .google-maps #map_canvas {
    order: 2;
  }
  .buy-table .row-wrap:not(:first-child) .header {
    display: block;
  }
  #basket .buy-table .col.price,
  #basket .buy-table .col.check,
  .buy-form .buy-table .col.price,
  .buy-form .buy-table .col.check {
    width: 100%;
  }
  #basket .row-wrap,
  .buy-form .row-wrap {
    display: flex;
    margin-bottom: 30px;
  }
  #basket .row-wrap .header,
  .buy-form .row-wrap .header {
    display: block;
  }
  #basket .row-wrap .row,
  .buy-form .row-wrap .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #basket .row-wrap .row .col,
  .buy-form .row-wrap .row .col {
    border: 1px solid #d4d4d4;
    flex: 1 1 100%;
  }
  #basket .row-wrap .row .col:first-child,
  .buy-form .row-wrap .row .col:first-child {
    height: 60px;
  }
  #basket .row-wrap .row .col:nth-child(2),
  .buy-form .row-wrap .row .col:nth-child(2) {
    height: 120px;
  }
  #basket .row-wrap .row .col:nth-child(3),
  .buy-form .row-wrap .row .col:nth-child(3) {
    height: 60px;
  }
  #basket .row-wrap .row .col:nth-child(4),
  .buy-form .row-wrap .row .col:nth-child(4) {
    height: 60px;
  }
  .green-menu .nav-item {
    width: 100%;
    flex: 1 1 100%;
  }
  .brand-wrap .brand {
    display: block;
  }
  .navbar-brand img {
    max-width: 250px;
  }
}
@media screen and (max-width: 400px) {
  .navbar-brand img {
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  #fair-brn .left {
    padding-right: 50px;
  }
  #fair-brn .right {
    padding-left: 50px;
  }
}
@media screen and (min-width: 992px) {
  #fair-registration .form .col-lg-10 {
    padding-left: 50px;
  }
}

/*# sourceMappingURL=responsive.css.map */
