:root {

--blue: #0075cc;
--blue-dark: #1a527c;
--red: #ed1c24;
--orange: #ff8557;

}

img {max-width: 100%;}
.PA.item_type_content img {height: auto !important;}
p {margin: 10px 0; line-height: 1.45;}
a {text-decoration: underline; color: inherit;}
a:hover {color: inherit; text-decoration: none;}
hr {display: block; line-height: 0; height:0; font-size:0; overflow: hidden; border: none; border: none; height: 4px; background: #5f86a4; padding:0; margin: 15px 0 15px 0; }
table {border-collapse: collapse;}
input, option, select {background: transparent;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #ddd; } ::-moz-placeholder { /* Firefox 19+ */ color: #ddd; } :-ms-input-placeholder { /* IE 10+ */ color: #ddd; } :-moz-placeholder { /* Firefox 18- */ color: #ddd; }

iframe {width: 100% !important;}

ul {margin: 0;}
.PA li {margin: 4px 0;}

html {margin: 0; padding: 0; background: var(--blue-dark); scroll-behavior: smooth;}
body {font-family: 'Libre Franklin', sans-serif; font-size: 16px; color: #000; margin: 0; padding: 0; height: 100%; position: relative; background: white;}

table {border: 1px solid #e9e9e9; width: 100%;}
table td {padding: 5px;}

p.p_highlight {background: #0075cc; color: white;}
p.p_highlight2 {background: #ed1c24; color: white;}


/* komponenty */

.button {display: inline-block; text-decoration: none; background: var(--blue); color: white; padding: 14px 30px; border-radius: 4px; font-weight: bold; transition: ease 0.35s; margin: 2px 0;}
.button:hover {background: var(--red); color: white;}
.button--orange {background-color: var(--orange); color: black;}

h1, h2, h3, h4, h5 {}
h1 {font-size: 50px;}
h2 {font-size: 27px; color: var(--blue);}
h3 {font-size: 22px; color: var(--orange);}

.HP h2 {font-size: 46px; margin-top: 0; color: black;}
.HP h3 {color: var(--blue);}
.HP .h3--aktualni-obory {color: var(--red);}

.width {width: 90%; max-width: 1440px; margin: 0 auto;}
.Main {background: white; padding-bottom: 60px;}
header {background: white;}
section {padding: 60px 0;}

.hp_cols {display: flex; justify-content: space-between; margin-bottom: 20px;}
.hp_cols__left {width: 320px; flex-shrink: 0; margin-right: 5.5%;}
.hp_cols__right__cols {display: flex; justify-content: space-between;}

nav.cestar {padding-top: 25px;}
nav.cestar ul {display: flex; margin: 0; padding: 0; font-size: 13px; flex-wrap: wrap;}
nav.cestar ul li {margin: 0; padding: 0; list-style: none;}
nav.cestar ul li a {color: var(--blue); text-decoration: none;}
nav.cestar ul li a::after {content: "/"; margin: 0 10px; color: #eee;}

.zamestnanci_list {padding: 0; margin: 0; position: relative;}
.zamestnanci_list li {padding: 0; margin: 0; list-style: none; position: relative;}
.zamestnanci_list li a {display: flex; padding: 25px 30px 25px 20px; border-bottom: 1px solid #eee; box-sizing: border-box; text-decoration: none; position: relative; transition: ease 0.35s;}
.zamestnanci_list li a::after {content: url(../images/ico_zamestnanci_sipka.svg); position: absolute; top: 50%; right:15px; transform: translateY(-50%);}
.zamestnanci_list li a:hover {background: #eee;}
.zamestnanci_list li a span {min-width: 40%;}
.zamestnanci_list li a span:first-child { font-weight: bold; max-width: 40%;}
.tab_detail_zamestnanec td {padding: 10px 5px; vertical-align: top;}
.tab_detail_zamestnanec tr td:first-child {padding-left: 0; padding-right: 30px; font-weight: bold;}

/* obory */

.obory_list {display: flex; position: relative; padding: 20px 0; flex-wrap: wrap; margin-left: -2.4306%;}
.obory_list--aktualni .obory_list__obor {border: 1px solid #eee; border-radius: 4px; padding: 12px 20px; width: unset;}
.obory_list__obor {position: relative; color: var(--blue); text-decoration: none; width: 22.5694%; margin-left: 2.4306%; margin-bottom: 2.4306%;}
.obory_list__obor a {text-decoration: none; color: inherit;}
a.obory_list__obor:hover {background: #eee;}
.obory_list__obor--maturitni-obor {color: var(--blue-dark);}
.obory_list__obor__img {margin-bottom: 25px; overflow: hidden; border-radius: 4px;}
.obory_list__obor__img img {display: block; transition: ease 0.25s; width: 100%;}
.obory_list__obor__img a:hover img {transform: scale(1.05);}

.obory_list__obor__label {font-size: 12px; padding-left: 45px; position: relative;}
.obory_list__obor__label::before {content: url(../images/ico_obory.svg); margin-right: 15px; position: absolute; top: 0; left: 0;}
.obory_list__obor__label h2 {font-size: 16px; margin: 0; color: inherit;}
.obory_list__obor__label p {margin: 2px 0; display: block;}
.obory_list__obor__perex {color: black; margin-top: 10px;}
.obory_list__obor--vice .obory_list__obor__img {width: 100%; padding-top: 56.307%; position: relative;}
.obory_list__obor--vice .obory_list__obor__img a {display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: var(--blue) url('../images/ico_obory_sipka.svg') center no-repeat; transition: ease 0.25s;}
.obory_list__obor--vice .obory_list__obor__img a:hover {background: var(--orange) url('../images/ico_obory_sipka.svg') center no-repeat;}
.obory_list__obor--vice .obory_list__obor__label {padding-left: 0; font-size: 16px; font-weight: bold; text-align: center;}
.obory_list__obor--vice .obory_list__obor__label::before {display: none; }

.obor_detail {position: relative;}
.obor_detail__top {display: flex; justify-content: space-between; align-items: flex-start;margin-bottom: 60px;}
.obor_detail__top__tab {width: 400px; flex-shrink: 0; padding-left: 50px; margin-left: 50px; border-left: 1px solid var(--orange);}
.obor_detail__top__tab table {border: none;}
.obor_detail__top__tab table td {padding: 5px; vertical-align: top;}
.obor_detail__top__tab table td:first-child {font-weight: bold; padding-left: 0;}

/* aktuality */

.aktuality_list {display: flex; margin-left: -2.4306%; flex-wrap: wrap;}
.aktuality_list__aktualita {width: 22.5694%; margin-left: 2.4306%; margin-bottom: 2.4306%; position: relative;}
.aktuality_list__aktualita h2,
.aktuality_list__aktualita h3 {font-size: 18px; color: black;}
.aktuality_list__aktualita a {text-decoration: none; color: inherit; transition: ease 0.35s;}
.aktuality_list__aktualita a:hover {color: var(--blue);}
.aktuality_list__aktualita__img {overflow: hidden; border-radius: 4px; width: 100%; padding-top: 56.25%; background: #efefef; position: relative;}
.aktuality_list__aktualita__img a {position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;}
.aktuality_list__aktualita__img a img {transform: scale(1); transition: ease 0.35s; display: block; width: 100%;}
.aktuality_list__aktualita__img a:hover img {transform: scale(1.05);}
.aktuality_list__aktualita__text__foo {display: flex; justify-content: space-between; font-size: 11px; color: #777;}
.aktuality_list__aktualita__text__foo a {color: var(--blue); transition: ease 0.35s;}
.aktuality_list__aktualita__text__foo a:hover {color: black;}

.aktuality_list.slick-slider {margin: 30px auto;}
.aktuality_list.slick-slider .aktuality_list__aktualita {margin: 0 16px;}
.aktuality_list.slick-slider .slick-dots {display: flex; margin: 0; padding: 0; justify-content: center; width: 100%; padding-top: 40px;}

.aktuality_list.slick-slider .slick-dots li {list-style: none; margin: 0 2px;}
.aktuality_list.slick-slider .slick-dots li button {display: block; width: 10px; height: 10px; background: black; border-radius: 50%; text-indent: -9999px; border: none; padding: 0;  cursor: pointer;}
.aktuality_list.slick-slider .slick-dots li.slick-active button {background: var(--blue);}
.aktualita_detail__img {float: right; width: 258px; margin-left: 20px; margin-bottom: 20px;}
.aktualita_detail__img img {border-radius: 4px;}
.aktualita_detail > .item_type_content::after {content:""; display: block; clear: both;}

.header__top {padding: 25px 0; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e9e9e9;}
.header__top__logo {min-width: 140px;}

.header__top__links__hot_links ul {display: flex; align-items: center;}
.header__top__links__hot_links ul li {list-style: none;}
.header__top__links__hot_links ul li a {margin-left: 20px; text-decoration: none; display: flex; align-items: center; transition: ease-in-out 0.25s;}
.header__top__links__hot_links ul li a:hover {color: var(--blue);}

.header__top__links__hot_links ul li a::before {margin-right: 12px;}
.header__top__links__hot_links ul li.ico_bakalari a::before {content: url(../images/ico_bakalari.svg);}
.header__top__links__hot_links ul li.ico_rozvrhy a::before {content: url(../images/ico_rozvrhy.svg);}
.header__top__links__hot_links ul li.ico_suplovani a::before {content: url(../images/ico_suplovani.svg);}
.header__top__links__hot_links ul li.ico_jidelnicek a::before {content: url(../images/ico_jidelnicek.svg);}
.header__top__links__hot_links ul li.ico_webkamera a::before {content: url(../images/ico_webkamera.svg);}

.header__top__links {display: flex; align-items: center;}

.header__top__links__socials {display: flex; margin-left: 40px;}
.header__top__links__socials a {width: 42px; height: 42px; border-radius: 50%; text-indent: -9999px; margin-left: 6px; transition: ease-in-out 0.25s;}
.header__top__links__socials a:hover {background-color: var(--blue-dark);}
.header__top__links__socials__facebook {background: #4267B2 url('../images/ico_facebook.svg') center no-repeat;}
.header__top__links__socials__youtube {background: #FF0000 url('../images/ico_youtube.svg') center no-repeat;}
.header__top__links__socials__instagram {background: #DD2A7B url('../images/ico_instagram.svg') center no-repeat;}

.header__bottom {padding: 15px 0; display: flex; justify-content: space-between; align-items: center; position: relative; border-bottom: 1px solid #e9e9e9;}
.HP .header__bottom {border-bottom: none;}
.header__bottom__nav ul {display: flex; margin: 0; padding: 0; position: relative;}
.header__bottom__nav ul li {list-style: none; position: relative;}
.header__bottom__nav ul li a {font-weight: bold; text-decoration: none; padding: 14px 30px; transition: ease-in-out 0.25s; display: block;}
.header__bottom__nav ul li.first a {padding-left: 0;}
.header__bottom__nav ul li.last a {padding-right: 0;}
.header__bottom__nav ul > li.active > a,
.header__bottom__nav ul li a:hover {color: var(--blue);}
.header__bottom__nav ul li ul {display: none; position: absolute; top: 40px; left: 0; width: 240px; box-sizing: border-box; background: white; box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15); padding: 22px 0; z-index: 10;}
.header__bottom__nav ul li:hover ul {display: block;}
.header__bottom__nav ul li ul li a {font-weight: normal; font-size: 14px; padding: 8px 30px;}
.header__bottom__nav ul li ul li.first a {padding-left: 30px;}
.header__bottom__nav > ul > li > ul > li > ul { display: none !important; }


.header__bottom__contacts {display: flex;}
.header__bottom__contacts a {text-decoration: none; margin-left: 16px; display: flex; align-items: center; flex-shrink: 0;}
.header__bottom__contacts a::before {margin-right: 12px;}
.header__bottom__contacts__mail::before {content: url(../images/ico_mail.svg);}
.header__bottom__contacts__tel::before {content: url(../images/ico_tel.svg);}
.header__bottom__contacts a.header__bottom__contacts__search {width: 44px; height: 44px; text-indent: -9999px; background: var(--red) url('../images/ico_search.svg') center no-repeat; border-radius: 50%;}



.hp_tips img {display: block; border-radius: 4px;}
.hp_tips {display: flex; justify-content: space-between; align-items: flex-start;}
.hp_tips__slider {position: relative; width: 66.6666%; margin-bottom: 60px;}
.hp_tips__slider a.button {padding: 10px; font-size: 13px !important;}
.hp_tips__slider__slide__text_box {background: white; padding: 20px; box-sizing: border-box; width: 320px; position: absolute; top: 50%; transform: translateY(-50%); margin-left: 30px; border-radius: 4px; font-size: 14px;}
.hp_tips__slider__slide__text_box h2 {font-size: 18px; padding-top: 0; margin-top: 0;}

.slideshowAspect { padding-top: 48%; position: relative; overflow: hidden; }
.slideshowAspect__inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.hp_tips__slider .slick-dots {display: flex; margin: 0; padding: 0; justify-content: center; position: absolute; left: 0; bottom: 12px; width: 100%;}
.hp_tips__slider .slick-dots li {list-style: none; margin: 0 2px;}
.hp_tips__slider .slick-dots li button {display: block; width: 10px; height: 10px; background: white; border-radius: 50%; text-indent: -9999px; border: none; padding: 0; box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); opacity: 0.7; cursor: pointer;}
.hp_tips__slider .slick-dots li.slick-active button {background: var(--blue);}
.hp_tips__slider:hover .slick-dots li button {opacity: 1;}

.hp_tips__links {width: 31.9444%; display: flex; flex-wrap: wrap;}
.hp_tips__links__a {position: relative; width: 48px; width: 47.8260%; overflow: hidden;}
.hp_tips__links__a img {transform: scale(1); transition: ease 0.35s;}
.hp_tips__links__a:hover img {transform: scale(1.05);}
.hp_tips__links__a:nth-child(2),
.hp_tips__links__a:nth-child(4) {margin-left: 4.3478261%;}
.hp_tips__links__a:nth-child(3),
.hp_tips__links__a:nth-child(4) {margin-top: 4.3478261%;}
.hp_tips__links__a__label {position: absolute; bottom: 20px; left: 50%; background: var(--blue); color: white; transform: translateX(-50%); padding: 10px; border-radius: 4px; font-weight: bold; font-size: 15px; width: max-content;}

.bleskovky_list {position: relative;}
.bleskovky_list__bleskovka {background: var(--red); color: white; border-radius: 4px; padding: 8px; display: flex; align-items: center; margin: 6px 0;}
.bleskovky_list__bleskovka::before {content: url(../images/ico_alert.svg); border-right: 1px solid #D91B22; padding: 0 14px 0 6px; margin-right: 14px;}


/* Napsali o nas */

.feedback_list {position: relative;}
.feedback_list a {text-decoration: none;}
.feedback_list__item {position: relative; padding-left: 50px; background: url('../images/ico_feedback.svg') left top no-repeat; margin-bottom: 35px;}
.feedback_list__item__footer {font-size: 13px;}
.feedback_list__item__footer span:first-child {font-weight: bold;}


/* Uspesni studenti */

.studenti_list {position: relative; display: flex; flex-wrap: wrap;}
.studenti_list__student {position: relative; text-align: center; font-size: 14px; width: 33.3%; padding: 0 5%; box-sizing: border-box; margin-bottom: 35px;}
.studenti_list__student h2 {font-size: 16px; color: black;}
.studenti_list__student__img img {display: block; margin: 0 auto 20px; border-radius: 50%; border: 7px solid white; box-shadow: 0 0 15px rgba(0, 0, 0, 0.09); box-sizing: border-box;}
.studenti_list__student span {color: var(--blue);}


/* HP obory */

.hp_obory ol {margin: 0; padding: 0; padding-left: 1em; counter-reset: section; }
.hp_obory ol li {list-style: none;}
.hp_obory ol li a {display: block; text-decoration: none; margin: 16px 0; font-weight: bold; transition: ease 0.35s;}
.hp_obory ol li a:hover {color: var(--blue);}
.hp_obory ol li a::before {counter-increment: section; content: counters(section,".") "."; color: var(--blue); margin-left: -24px; width: 24px; display: inline-block;}
.hp_obory ol li a::after {content:"více »"; color: var(--red); margin-left: 6px; font-weight: normal; font-size: 14px;}
.hp_obory .hp_cols__right__cols__col:nth-child(1) {margin-right: 3.5%;}


/* HP Aktuality */

.hp_aktuality {box-shadow: inset 0 0 20px #eee;}

/* HP Skola (+Benefity) */

.hp_skola .hp_cols {margin-top: 60px;}

.hp_skola .benefity_list {padding-top: 0;}
.benefity_list {display: flex; margin-left: -3.333%; flex-wrap: wrap; padding-top: 30px;}
.benefity_list__benefit {width: 30%; margin-left: 3.333%; margin-bottom: 3.333%;}
.benefity_list__benefit h3 {font-size: 18px; color: black; margin-top: 0; display: flex; align-items: center;}
.benefity_list__benefit h3::before {margin-right: 14px;}
.benefity_list__benefit--svarovani h3::before {content: url(../images/ico_benefity_svarovani.svg);}
.benefity_list__benefit--exkurze h3::before {content: url(../images/ico_benefity_exkurze.svg);}
.benefity_list__benefit--motocross h3::before {content: url(../images/ico_benefity_motocross.svg);}
.benefity_list__benefit--autoskola h3::before {content: url(../images/ico_benefity_autoskola.svg);}
.benefity_list__benefit--ruka h3::before {content: url(../images/ico_benefity_ruka.svg);}
.benefity_list__benefit--stipendium h3::before {content: url(../images/ico_benefity_stipendium.svg);}

/* HP partneri */

.HP .Main {padding-bottom: 0;}
.hp_partneri {border-top: 1px solid #F3F6F8; padding: 0;}
.partneri_list {display: flex; align-items: center;}
.partneri_list__nadpis {background: #F3F6F8; position: relative; z-index: 1; padding-right: 32px; margin-right: 32px;}
.partneri_list__nadpis::after {content: ""; background: #F3F6F8; position: absolute; width: 100vw; height: 100%; right: 0; top: 0; z-index: -1;}
.partneri_list__nadpis h2 {padding: 60px 0; margin: 0; z-index: 2; font-size: 25px;}
.partneri_list__partneri {display: flex; width: 1px; flex-grow: 1;}
.partneri_list__partner { text-align: center; position: relative; }
.partneri_list__partner a {display: flex; justify-content: center; align-items: center; height: 140px; margin: 0 20px;}
.partneri_list__partner img { width: 90%; max-width: 200px; display: inline-block !important; vertical-align: middle; }
.partneri_list__partnerTools { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }


/* Layout side menu */

.side_menu_layout {display: flex; justify-content: space-between; align-items: flex-start;}
.side_menu_layout__main {flex-grow: 1;}
.side_menu_layout__nav {width: 270px; flex-shrink: 0; margin-left: 50px; box-sizing: border-box;}
.side_menu_layout__nav ul {padding: 0; border-left: 1px solid var(--orange);}
.side_menu_layout__nav ul li {padding: 0; margin: 0; list-style: none;}
.side_menu_layout__nav ul li a {display: block; margin: 8px 0; text-decoration: none; font-weight: bold; padding: 5px 0;  padding-left: 50px; margin-left: -1px; transition: ease 0.25s;}

.side_menu_layout__nav ul li.active a {color: var(--blue); border-left: 2px solid var(--blue);}
.side_menu_layout__nav ul li a:hover {color: var(--orange);}


footer {background: var(--blue-dark); color: white;}
footer a {text-decoration: none; transition: ease 0.10s;}
footer a:hover {color: #5F86A4;}
.HP footer h2,
footer h2 {font-size: 21px; color: white; margin-bottom: 30px;}
footer ul {margin: 0; padding: 0;}
footer ul li {list-style: none; margin: 10px 0;}
.footer_top {padding: 50px 0; display: flex; justify-content: space-between;}
.footer_top__col {margin-right: 3%;}


.footer_bottom {padding: 25px 0; border-top: 1px solid #5F86A4; display: flex; justify-content: space-between;}
.footer_bottom span {margin: 0 6px; color: #5F86A4;}

/* Responsive menu */

.responsive-menu {position: absolute; z-index: 90; right: 0px; top: 50%; transform: translateY(-50%);}
.responsive-menu a { color: #fff; text-decoration: none; display: block; width: 44px; height: 44px; background: #fff url('../images/responsive-menu-btn.svg') center center no-repeat; border-radius: 3px;}
.responsive-menu a:hover { opacity: 0.8; }
.responsive-menu .pagelabel { color:#fff; text-align:center; padding:9px 0; font-size:13px; }
.responsive-menu-bubble { text-align:left; padding-top: 1px; width: 100%; left: 0px !important;}
.responsive-menu-bubble ul { padding: 0; margin: 0;}
.responsive-menu-bubble li { list-style:none; padding:0; margin:0; position: relative;}
.responsive-menu-bubble a { background: white; color: #000; text-decoration:none; display: block; padding: 16px 15px; font-size: 1.0625em; line-height: 14px; border-top: 1px solid #eee; text-align: center;}
.responsive-menu-bubble a.active,
.responsive-menu-bubble a:hover { background: #eee; color: #444;}
.responsive-menu-bubble a.hasChildren { /* padding-right:60px; */ }
.responsive-menu-bubble a.reveal { position:absolute; width:50px; height:100%; top:0; right:0; padding:0; margin:0; background:url('../images/responsive-menu-arrR.svg') center no-repeat; border-left: 1px solid #eee; }
.responsive-menu-bubble a.reveal span { display:none; }
.responsive-menu-bubble .responsive-menu-back a { background-image:url('../images/responsive-menu-arrL.svg'); background-position:15px center; background-repeat:no-repeat; padding-left:35px; }
.responsive-menu-bubble li.home a {padding-top: 0px !important; padding-bottom: 0px !important;}
.responsive-menu-bubble li.home a img {display: block;}
.responsive-menu-bubble a.home {display: none;}


/* Search */

#srchPopup { display: none; position: fixed; z-index: 99; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; }
#srchPopup_wnd { position: absolute; left: 0; top: -100%; width: 100%; height: 100%; background: var(--blue-dark); transition: all 500ms; display: flex; justify-content: center; align-items: center; }
#srchPopup_wnd > button { position: absolute; top: 2.5%; right: 2.5%; height: 70px; padding:0 24px 0 36px; background: #fff; color: #000;  font-family: 'Libre Franklin', sans-serif; font-weight: bold; font-size: 20px; cursor: pointer; border: none;}
#srchPopup_wnd > button::after { display: inline-block; content: '+'; transform: rotate(45deg); font-size: 56px; margin-left: 5px; font-weight: normal; vertical-align: middle; }
#srchPopup.visible { display: block; }
#srchPopup_wnd.visible { top: 0; }
#srchPopup .srchWrap { width: 1310px; max-width: 95%; }
#srchPopup .srchInput { display: flex; width: 100%; align-items: stretch; border-radius: 5px; box-shadow: 0 4px 3px rgba(0,0,0,0.1); margin-bottom: 20px; }
#srchPopup .srchInput input { width: 1px; flex-grow: 1; height: 60px; line-height: 60px; padding: 0 24px; border: none; background: #fff; border-radius: 5px 0 0 5px; font-size: 18px; }
#srchPopup .srchInput button { background: #000; color: #fff; border-radius: 0 5px 5px 0; height: 60px; padding:0 40px; font-family: 'Libre Franklin', sans-serif; font-weight: bold; font-size: 18px; cursor: pointer; border-color: black;}
#srchPopup .srchInput input::placeholder { color: #e0e0e0; }


/* galerie */


.gallery3 .item > a {padding-top: 56.25%;}
.gallery3 .item .label {display: none;}
.gallery3 .IS_placeholder, 
.gallery3 .item {width: 324px; margin-right: 2.57%; margin-bottom: 2.57%;}
.gallery3 .item > a > img {border-radius: 4px;}

.gallery3Files {margin: 15px 0;}

/* PA-image */
.PA-image { margin: 10px 0; }
.PA-image__img { display: block; width: 100%; padding-top: 75%; position: relative; }
.PA-image__img > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.PA-image__tools { position: absolute; top: 10px; right: 10px; z-index: 10; }
.PA-image__label { padding: 10px 15px; background: rgba(0,0,0,0.05); color: #000; font-style: italic; text-align: left; }

/* mailform*/

.formularek .formItem {display: block;}
.formularek {margin: 30px 0;}
.formularek .formItem_label {width: 100%; text-align: left; margin-bottom: 6px; margin-top: 12px; font-size: 16px;}
.formularek .formItem_input {width: 100%;}
.formularek .buttons {border: none;}
.formItem_input input[required]:invalid, .formItem_input input[pattern]:invalid, .formItem_input select[required]:invalid, .formItem_input textarea[required]:invalid, .formItem_input textarea[pattern]:invalid {border: 1px solid #ddd; border-left-color: var(--red); background: #eee;}
.formularek .buttons .button {background: var(--blue-dark) !important; font-size: 16px; font-family: "Libre Franklin";}
.formularek .buttons .button:hover {background: var(--red) !important;}
.formularek input,
.formularek textarea {font-family: 'Libre Franklin', sans-serif; padding: 10px; font-size: 16px;}


/* Large devices (desktops, less than 1400px) */
@media only screen and (max-width: 1399px) {
	
	.header__bottom__nav ul li a {padding: 14px 20px;}

}


/* Large devices (desktops, less than 1200px) */
@media only screen and (max-width: 1199px) {
	
	.header__top__links__hot_links ul li a {font-size: 14px;}
	.header__top__links__socials {display: none;}
	.hp_cols {display: block;}
	.hp_cols__left {width: unset; margin-right: 0; margin-bottom: 40px;}
	.aktuality_list__aktualita {width: 30.9027%;}

}

/* Large devices (desktops, less than 1040px) */
@media only screen and (max-width: 1040px) {
	.obory_list {margin-left: -3.3%;}
	.obory_list__obor {margin-left: 3.3%; width: 30%;}
}


/* Medium devices (tablets, less than 992px) */

@media only screen and (max-width: 991px) {

	.hp_tips {display: block; margin-bottom: 3%;}
	.hp_tips__slider {width: 100%; margin-bottom: 1%;}
	.hp_tips__links {width: 100%; justify-content: space-between;}
	.hp_tips__links__a {width: 24%; margin: 0 !important;}

	.header__top__links__hot_links ul li a {font-size: 0; width: 44px; height: 44px; background: #eee; display: flex; justify-content: center; align-items: center; border-radius: 50%; margin-left: 8px;}
	.header__top__links__hot_links ul li a::before {margin: 0;}
	.side_menu_layout {flex-direction: column-reverse;}
	.side_menu_layout__main { width: 100%; }
	.side_menu_layout__nav {margin: 0; margin-bottom: 20px; overflow-x: scroll; width: 100%; border-bottom: 1px solid var(--orange);}
	.side_menu_layout__nav ul {display: flex; border: none;}
	.side_menu_layout__nav ul li {flex-shrink: 0;}
	.side_menu_layout__nav ul li a {padding-left: 0; margin-right: 25px; border: none;}
	.side_menu_layout__nav ul li.active a {border: none;}

	.obor_detail__top {flex-direction: column;}
	.obor_detail__top__tab {margin-left: 0; margin-top: 30px; padding-left: 0px; border: none; width: unset;}


}

/* Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 767px) {

	h1 {font-size: 28px;}
	.item_columns {flex-wrap: wrap;}
	.item_column {margin: 10px 0 !important; flex-basis: unset; width: 100%;}
	.header__top__links__hot_links ul {margin-left: 20px; padding-left: 0;}
	.hp_cols__right__cols {display: block;}
	.hp_cols__right__cols__col {margin-bottom: 25px;}
	.benefity_list {margin-left: 0; justify-content: space-between;}
	.benefity_list__benefit {margin: 0; width: 48%; margin-bottom: 4%;}
	.aktuality_list {margin-left: 0; justify-content: space-between;}
	.aktuality_list__aktualita {width: 48%; margin-left: 0;}
	.aktuality_list__aktualita h2, .aktuality_list__aktualita h3 {font-size: 16px;}
	.footer_top {flex-wrap: wrap;}
	.footer_top__col {width: 47%; margin-bottom: 16px;}
	.footer_bottom {display: block; line-height: 2; text-align: center;}
	.footer_bottom__left {margin-bottom: 16px;}
	.obory_list {margin-left: 0; justify-content: space-between;}
	.obory_list__obor {margin-left: 0; width: 48.5%;}


}


/* phones */

@media only screen and (max-width: 575px) {	

	header .width {position: relative;}
	.responsive-menu {top: 98px;}
	.header__top {flex-wrap: wrap; justify-content: center; flex-direction: column-reverse; padding: 12px 0; align-items: flex-start;}
	.header__bottom {position: absolute; top: -3px; right: 0;}
	.header__top__logo {margin-top: 20px; margin-right: 60px; max-width: 220px;}
	.header__top__links__hot_links ul {margin: 0;}
	.header__top__links__hot_links ul li a {margin: 0 2px}
	.benefity_list {display: block;}
	.benefity_list__benefit {width: 100%;}
	/* .header__top__links__hot_links ul {width: 136px; overflow-x: scroll;} */
	.header__bottom {border: none;}
	.header__bottom__contacts a {width: 44px; height: 44px; border-radius: 50%; background-color: #eee; font-size: 0; text-align: center; justify-content: center; margin-left: 8px; margin-right: 0px;}
	.header__bottom__contacts a::before {margin: 0;}
	.obory_list--aktualni .obory_list__obor {flex-grow: 1;}
	.hp_tips__links__a {width: 49.5%; margin-bottom: 1% !important;}
	.hp_tips__links__a img {width: 100%;}
	.partneri_list {display: block; padding-bottom: 30px;}
	.partneri_list__nadpis {padding: 0; margin: 0; margin-bottom: 30px; background: none;}
	.partneri_list__nadpis::after {display: none;}
	.partneri_list__nadpis h2 {padding: 30px 0 10px;}
	.partneri_list__partneri { width: auto; }
	.HP h2 {font-size: 30px;}
	.obory_list__obor__label h2 {font-size: 16px;}
	.slideshowAspect { padding-bottom: 220px; }
	.hp_tips__slider__slide__text_box {position: relative; bottom: 0; left: 0; width: 100%; margin-left: 0; transform: translateY(0); padding: 20px 0 40px;}
	.hp_tips__slider__slide__text_box h2 {font-size: 17px;}
	.studenti_list {margin: 0; justify-content: space-between;}
	.studenti_list__student {width: 49%; margin: 0; margin-bottom: 2%;}	
	.aktualita_detail__img {float: none; width: unset; margin-left: 0;}

	#srchPopup .srchInput button {font-size: 0; background: black url('../images/ico_search.svg') center no-repeat;}
	#srchPopup .srchInput input {font-size: 15px;}

}


@media only screen and (max-width: 460px) {	

	.header__bottom__contacts a {display: none;}
	.header__bottom__contacts a.header__bottom__contacts__search {display: block;}
	.footer_top__col {width: 100%; margin-right: 0; margin-bottom: 10px; height: 40px; overflow: hidden;}
	.footer_top__col--open {height: unset;}
	.footer_top__col h2 {justify-content: space-between; width: 100%; display: flex;}
	.footer_top__col h2::after {content: "+";}
	.footer_top__col--open h2::after {content: "–"}

}


@media only screen and (max-width: 399px) {	

	.aktuality_list__aktualita {width: 100%;}
	/* .button {display: block; text-align: center;} */
	.obory_list__obor {margin-left: 0; width: 100%;}
	.zamestnanci_list li a {flex-wrap: wrap;}
	.zamestnanci_list li a span {max-width: unset; margin: 5px 0;}
	.zamestnanci_list li a span:first-child {max-width: unset;}

}


/* @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	style pro IE 10-11
	
} */

/* slick */

/* Slider */ .slick-slider {position: relative; display: block; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list {position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus {outline: none; } .slick-list.dragging {cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track {position: relative; top: 0; left: 0; display: block; } .slick-track:before, .slick-track:after {display: table; content: ''; } .slick-track:after {clear: both; } .slick-loading .slick-track {visibility: hidden; } .slick-slide {display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide {float: right; } .slick-slide img {display: block; } .slick-slide.slick-loading img {display: none; } .slick-slide.dragging img {pointer-events: none; } .slick-initialized .slick-slide {display: block; } .slick-loading .slick-slide {visibility: hidden; } .slick-vertical .slick-slide {display: block; height: auto; border: 1px solid transparent; }