:root {
    --primary: #2daae2;
    --dark_blue: #062140;
    --light: #ffffff;
    --lighter: #eee;
    --dark: #000000;
    --text-color: #606A76;
    --muted: #999;
    /*--text-color: #82939e;*/
    --secondary: #333;
    --text-size: 15px;
}

footer, header, menu, nav, section {
    display: block;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, small, ol, ul, li, form, label, table, caption, tr, td, footer, header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

body {
    font-family: "semplicitapro", sans-serif;
    font-weight: 400;
    background-color: var(--light);
    font-size: var(--text-size);
    line-height: 1.3;
    color: var(--secondary);
}

.main-holder {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
}

img{
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

a, a:hover {
    outline: 0;
    text-decoration: none;
    color: var(--primary);
}

.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb-item {
    margin-bottom: 0;
}

#toTop{
    z-index: 11;
}

h1 {

    margin: 0 0;
    font-size: 29px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
}

h2 {
    margin: 0 0;
    font-size: 25px;
    color: var(--dark);
    line-height: 1.3;
    margin-bottom: 1rem;
    font-weight: 400;
}

h4 {
    margin: 20px 0 0 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* ========================================
   Legacy Home Page Styles
   ======================================== */

/* Hero Banner */
.hero {
    position: relative;
    margin-bottom: 40px;
}

.hero img {
    width: 100%;
    height: auto;
}

.herotext {
    position: absolute;
    bottom: 50px;
    right: 80px;
    z-index: 1;
    max-width: 500px;
    font-size: 18px;
}

.herotext p {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 20px;
}

.btn-primary,
.btn-primary:hover{
    background-color: var(--primary);
    border-color: var(--primary);
}

.button,
.button:hover {
    vertical-align: baseline;
    margin: 15px auto 0 auto;
    background-color: var(--primary);
    text-align: center;
    padding: 10px 30px;
    line-height: 22px;
    font-size: 15px;
    border: 0;
    color: #fff;
}

.subpage a.buttonGrey,
.subpage a.buttonGrey:hover,
.buttonGrey,
.buttonGrey:hover{
    background-color: #efefef;
    text-align: center;
    padding: 5px 20px;
    line-height: 20px;
    font-size: 12px;
    border: 0;
    color: var(--secondary);
}

.subpage{
    min-height: 600px;
}

.subpage .viacinfo {
    color: var(--primary);
    text-decoration: none;
}

.subpage .sekcie-dashboard {
    margin: 0 0 50px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    list-style-type: none;
}

@media (max-width: 800px) {
    .subpage .sekcie-dashboard  {
        grid-template-columns: 1fr;
    }
}

.subpage .sekcie-dashboard div {
    list-style-type: none;
    border: 1px solid #ddd;
    padding: 15px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    /*-webkit-transition: background-color 1000ms linear;*/
    /*-ms-transition: background-color 1000ms linear;*/
    /*transition: background-color 1000ms linear;*/
}

.subpage .sekcie-dashboard div a {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: bold;


}
.subpage .sekcie-dashboard div img {
    margin: 0;
    height: auto;
    width: auto ;
    max-height: 100px;


}

.subpage .sekcie-dashboard div span {
    color: #aaa;
    text-align: right;

}

.subpage .sekcia-code {
    display: block;


}

.customer_zone_holder{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.customer_zone_holder {
    label {
        display: inline-block;
        margin-bottom: .5rem;
    }
}

.subpage ul.sekcia-menu, .subpage ul.sekcia-menu li {
    list-style-type: none;
    margin-left: 0;
}

.aktuality_subpage h4{
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    max-height: 44px;
    min-height: 44px;
}

.subpage p, .subpageformat p {
    margin-bottom: 20px;

    font-size: 16px;
    line-height: 1.4em;
    /*color: #777;*/
    color: #000;
    padding-right: 20px;

}

.subpage a {
    font-size: 15px;
    color: var(--primary);

}

ol {
    margin: 0 0 20px 20px;
}

ol li {
    margin-bottom: 16px;
}

.subpage img {
    margin-bottom: 20px;
}

.subpage ul, .subpageformat ul {
    list-style-type: circle;
    margin: 0 0 20px 25px;
    padding: 0 0 0 00px;
}

.subpage ul li, .subpageformat ul li {
    list-style-type: circle;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
}

.subpage h2, .subpageformat h2 {
    clear: both;

    margin: 0 0;
    font-size: 28px;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 15px;
    font-weight: 500;
}

.sekcialogo {
    /* max-width: 700px; */
    height: 200px;
}

.sekcialogo img {
    /* max-width: 700px; */
    max-height: 200px;
    margin-left: -40px;
}

/* Podujatia (Events) */
.podujatia {
    background-color: var(--primary);
    padding: 40px 0;
}

.podujatie {
    border: 1px solid #2b3a42;
    padding: 10px 20px;
    color: #00171f;
    min-height: 120px;
}

.podujatie .datum {
    padding: 10px;
    background-color: #498692;
    font-size: 12px;
    font-weight: bold;
    width: 60px;
    float: left;
}

/* Home Calendar (Events Carousel) */
.homecalendar {
    position: relative;
    background-color: #fff;
    margin-bottom: 2rem;
}

.homecalendar h4 {
    color: #000;
    text-align: left;
    padding: 5px 0;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    min-height: 48px;
    line-height: 1.3;
    overflow: hidden;
    max-height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* Swiper Container */
.swiper-container {
    height: 350px;
}

/* Swiper Slides */
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

/* Event carousel image container */
.homecalendar .swiper-slide .swiper-image {
    max-height: 197px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Event carousel images */
.homecalendar .swiper-slide .swiper-image img {
    width: 100%;
    height: 100%;
    max-height: 197px;
    object-fit: cover;
    object-position: center;
}

.homecalendar .swiper-slide p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 20px;
    margin-bottom: 20px;
}


.homecalendar .day {
    display: block;
    position: absolute;
    border-radius: 10px;
    background-color: #1a1a1a;
    height: 83px;
    width: 70px;
    vertical-align: top;
    z-index: 999;
    bottom: 20px;
    left: 10px;
}

.homecalendar .day.bude {
    background-color: var(--primary);
}

.homecalendar .daycontent p {
    font-size: 14px;
    line-height: 20px;
    color: #979797;
    text-align: left;
    margin-bottom: 0;
}

.calendaritem img{
    margin-bottom:0;
}
.homecalendar .daynumber {
    margin-top: 5px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.homecalendar .dayname {
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

/* Calendar Item */
.calendaritem {
    height: 100%;
    min-height: 400px;
}

.calendaritem a.button {
    color: #fff;
}

.produkty-detail-contentWrapper p {
    margin-bottom: 20px;
}

.produkty-detail-contentWrapper ul {
    padding-left: 15px;
}

.produkty-detail-contentWrapper li {
    list-style-type: square;
    margin-bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    z-index: 5;
}

.swiper-button-next {
    right: -40px;
}

.swiper-button-prev {
    left: -40px;
}


.aktuality a {
    display: block;
    margin-bottom: 10px;
}

.aktualita img {
    width: 100%;
    height: auto;
}

.aktuality h3 {
    color: #000;
    text-align: left;
    padding: 5px 0;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
    max-height: 46px;
    min-height: 46px;
    line-height: 20px;
    overflow: hidden;
}

.aktuality p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 40px;
    margin-bottom: 20px;
    color: var(--secondary);
}

.aktualita .viacinfo {
    color: var(--dark);
    text-decoration: none;
}



.borderitem {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.onas {
    /*background-image: url("../images/onas_bg.png");*/
    /*background-repeat: repeat-y;*/
    /*background-size: cover;*/
    /*!*background-attachment: fixed;*!*/
    /*background-position: 0 120px;*/

    font-family: "Raleway";
    font-size: 15px;
}

.onas_logo {
    text-align: center;
}

.onas h1 {
    color: #5d6a75;
    font-size: 35px;
    font-family: "Raleway";
    text-transform: none;
    margin: 25px 0 55px 0;
}

.onas h2 {
    text-align: center;
    color: #5d6a75;
    font-size: 35px;
    font-family: "Raleway";
    text-transform: none;
    margin: 30px 0 5px 0;
}

.onas h3 {
    text-align: center;
    color: #5d6a75;
    font-size: 18px;
    font-family: "Raleway";
    text-transform: none;
    margin: 5px 0 5px 0;
}

.onas ul {
    padding-top: 30px;
    column-count: 2;
    column-gap: 30px;
}

.onas ul li {
    list-style-type: none;
    font-size: 14px;
    background-image: url("../images/onas_li.png");
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding: 0 0 15px 20px;
    line-height: 20px;

}

.onas_link a {
    color: #000;
    line-height: 26px;
    font-size: 14px;

}

.onas_people {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}

.onas_people p {
    font-size: 14px;
}

.onas_people_item {
    flex: 1 0 50%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.onas_people_item pre {
    background-color: transparent;
    font-family: "semplicitapro", sans-serif;
    overflow: hidden;
}

.onas_people_item h4 {
    font-size: 18px;
    margin: 0 0 5px 0;
    padding: 0;
}

.onas_people_item_image {
    flex: 1 0 40%;
}

.onas_people_item_image img {
    max-width: 195px;
}

.onas_people_item_text {
    flex: 1 0 60%;
}

.casopisy {

}

.casopis a {
    display: block;
    padding: 10px 10px;
    border: 1px solid #ddd;
    margin-bottom: 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.casopis a:hover {
    background-color: #862e2c;
    color: #fff;

    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;

}

.casopis a:hover h3 {

    color: #fff;

}

.casopis a h3 {
    margin: 0;
    padding: 0;
    line-height: 35px;
    font-size: 14px;
    text-transform: none;
}

a.download_file {
    border: 1px solid #eee;

    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 10px 10px;
    font-size: 15px;
    min-width: 45%;
    background-color: var(--primary);
    color: #fff;
}

.infotext {
    font-size: 13px;
    line-height: 18px;
    color: #777;

}

.info {
    padding: 10px 20px;
    color: #fff;
    background-color: #495057;
    margin: 20px 0;
    p{
        color: #fff;
    }
}

.info a {
    color: #fff;
}

.registeredonly {
    background-color: #efefef;
    text-align: center;
    padding: 30px;
}

.subpage h1, .subpageformat h1 {
    margin: 0 0;
    font-size: 35px;
    color: #000;
    margin-bottom: 40px;
    font-weight: 700;
}

/* Utility Classes */
.relative {
    position: relative;
}

.align-center {
    text-align: center;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.submenuholder {
    background: url(../images/bgtransLight.png);
    line-height: 50px;
}

.submenu{
    padding: 0 40px;
}

.submenu img {
    height: 26px;
    margin-right: 10px;

}

.submenu li {

    list-style-type: none;
    display: inline-block;
    margin: 0;

}

.submenu a {
    background: transparent;
    display: block;
    line-height: 50px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    padding: 0 30px 0 0;
    opacity: 0.5;
}

.submenu a.active {

    color: #000;
    opacity: 1;

}

.submenu.sluzby a {
    font-size: 13px;
    padding: 0 15px 0 0;
}

.submenu a:hover {

    color: #000;
}

/* Responsive Styles */
@media (max-width: 1300px) {
    .swiper-button-next {
        right: 0px;
    }

    .swiper-button-prev {
        left: 0px;
    }
}

@media (max-width: 800px) {
    .swiper-container {
        height: auto;
    }

    .swiper-slide {
        display: block;
        max-width: 400px;
        margin: 20px auto;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        .button{
            display: block;
        }
    }

    .swiper-wrapper {
        display: block;
    }

    .homecalendar .swiper-slide .swiper-image{
        max-height: none;
    }

    .homecalendar .swiper-slide .swiper-image img{
        max-height: unset;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {


    .aktualita {
        max-width: 480px;
        margin: 0 auto 30px auto;
        h3{
            max-height: none;
            min-height: auto;
        }
    }

    .homecalendar p {
        margin: 0;
        text-align: left;
    }

    .aktuality {
        text-align: left;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .main-holder {
        max-width: 90%;
        margin: 0 auto;
        padding: 0 0;
    }

    .hero {
        margin-top: 30px;
    }

    .herotext {
        padding: 30px 0;
        position: relative;
        text-align: left;
        right: inherit;
        bottom: inherit;
        max-width: none;
    }

    .herotext h1 {
        font-size: 24px;
    }

    .herotext p {
        font-size: 16px;
    }

    .subpage{
        margin: 2rem auto;
    }

    .sekcialogo{
        height: auto;
    }

    .sekcialogo img {
        margin-left: 0;
    }

    .breadcrumb {
        margin: 0;
        padding: 0;
        background-color: transparent;
        text-transform: uppercase;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-behavior: unset;
        scrollbar-width: none;
        li {
            font-size: 12px;
            flex: 0 0 auto;
            white-space: nowrap;
        }
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/* ==============================================
   EVENT DETAIL STYLES (Kongresy detail)
   ============================================== */

.skolenieHolder {
    background: linear-gradient(135deg, #f5f7fa 0%, #cdcdcd 100%);
    padding: 30px 0 50px;
}

.skolenieHolder h1 {
    color: #000;
    margin: 0 0 10px 0;
}

.skolenieHolder h2 {
    color: #000;
    font-size: 18px;
    margin-bottom: .8rem;
}

.skolenieHolderBanner {
    padding-bottom: 0;
}

.skoleniaBannerInfo {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.skoleniaBannerInfo .skoleniaDetailContent {
    flex: 1;
    margin-bottom: 2rem;
}

.skoleniaBannerInfo > .trainer_photo {
    max-width: 400px;
    min-width: 7vw;
    margin-right: 15px;
}

.skoleniaBannerInfo > .trainer_photo img {
    width: 100%;
    max-width: 100%;
}

.skoleniaBannerInfo .skoleniaDate {
    min-width: 18vw;
    max-width: 25vw;
    display: flex;
    flex-direction: column;
    align-self: center;
    text-align: center;
    font-size: 48px;
    color: var(--dark);
}

.skoleniaBannerInfo .skoleniaDate .skoleniaDay {
    font-size: 64px;
    font-weight: bold;
}

.event_holder_content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.event_description {
    flex: 1;
}

.event_description p {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.5rem;
    color: var(--text-color);
}

.event_description a {
    font-size: 16px;
    color: var(--primary);
}

.event_description img {
    margin-bottom: 1rem;
}

.event_description ul {
    list-style-type: none;
    margin: 0 0 1.3rem 2rem;
    padding: 0;
}

.event_description li {
    list-style-type: none;
    background: url(../images/bullet2.jpg) no-repeat left 8px;
    padding-left: 1.5em;
    line-height: 1.5rem;
    background-color: transparent;
    color: var(--text-color);
    font-size: 16px;
}

.event_description h1 {
    color: var(--dark);
}

.event_description h2 {
    font-size: 24px;
    color: var(--dark);
    margin-bottom: 1rem;
    font-weight: 600;
}

.event_description h3 {
    color: var(--dark);
    font-size: 20px;
    margin-bottom: 1rem;
}

.event_holder_info {
    width: 400px;
    border-left: 1px solid rgba(0,0,0,.1);
    padding-left: 2rem;
    margin-left: 2rem;
    color: var(--text-color);
}

.event_holder_info h3 {
    font-size: 20px;
    color: var(--dark);
    margin-bottom: 1rem;
    font-weight: 600;
}

.event_holder_info b {
    color: var(--dark);
}

.event_holder_info .skolenia-cenovka b {
    color: var(--light);
}

.white-popup-block {
    background: var(--light);
    padding: 1rem 1.5rem;
    text-align: left;
    max-width: 750px;
    margin: 40px auto;
    position: relative;
    h1{
        color: var(--dark);
        margin-bottom: 0;
    }
}

.table_modal{
    td{
        padding-bottom: 5px;
        padding-top: 5px;
    }
}

.skolenia-cenovka {
    vertical-align: baseline;
    text-align: left;
    border: 0;
    border-radius: 5px;
    margin-top: 12px;
    color: var(--light);
    font-family: 'Roboto', sans-serif;
    background: #515151;
    line-height: 30px;
    font-size: 14px;
    display: block;
    max-width: 600px;
    padding: 10px;
}

.skolenieCenaTable {
    min-width: 320px;
    width: 100%;
    max-width: 600px;
}

.skolenieCenaTable td {
    line-height: 1.3em;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    padding: 8px 5px;
}

.skolenieCenaTable tr:last-child td {
    border-bottom: none;
}

.skolenieCenaTable td label {
    width: auto;
    cursor: pointer;
}

.map {
    max-width: 600px;
    max-height: 450px;
}

.map iframe {
    max-width: 100% !important;
    max-height: 100% !important;
}

/* Responsive styles for event detail */
@media (max-width: 1199px) {
    .skoleniaBannerInfo{
        flex-wrap: wrap;
    }
    .skoleniaBannerInfo .skoleniaDate {
        min-width: 100%;
        max-width: unset;
        display: flex;
        flex-direction: row;
        align-self: center;
        text-align: center;
        font-size: 48px;
        color: var(--dark);
        order: 1;
    }

    .skoleniaBannerInfo .skoleniaDate .skoleniaDay {
        font-size: 52px;
        margin-right: .5rem;
        order: 1;
    }

    .skoleniaBannerInfo .skoleniaDate .skoleniaMonth {
        order: 2;
        font-size: 52px;
    }

    .skoleniaBannerInfo .skoleniaDetailContent {
        order: 2;
    }

    .skoleniaBannerInfo .trainer_photo {
        order: 3;
    }
}

@media only screen and (max-width: 991px) {
    .skolenieHolder {
        padding: 20px 0 20px;
    }

    .map {
        width: 100%;
        max-width: 100%;
    }

    .event_holder_content {
        flex-direction: column;
    }

    .event_description {
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(0,0,0,.1);
        margin-bottom: 1rem;
    }

    .event_holder_info {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        width: unset;
    }
}

@media only screen and (max-width: 768px) {
    .skoleniaBannerInfo {
        flex-direction: column;
    }

    .skoleniaBannerInfo > div {
        width: 100%;
    }

    .skoleniaBannerInfo > .trainer_photo {
        align-self: unset;
        max-width: unset;
        min-width: unset;
        width: unset;
    }


}