/* GLOBAL STYLES
-------------------------------------------------- */
.hide {
    display: none!important;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 700!important;
}
h1, .h1 {
    font-size: 40px;
    text-align: center;
}

h2, .h2 {
    font-size: 25px;
    margin-bottom: 30px;
}

h3, .h3 {
    font-size: 17px;
    line-height: 23px;
}
.btn {
    font-weight: 700;
    color: #212529;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    border-radius: 0;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 1rem 1.5rem;
}
.btn-light {
    color: #219E50;
    background-color: #fff;
    border-color: #fff;
}
.gympos_icons, .gympos_icons2, .gympos_icons3, .gympos_icons4 {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.gympos_icons {
    width: 14px;
    height: 14px;
    background-image: url(../images/design/icons.svg);
}
.gympos_search {	background-position: 0 0; }
.gympos_fb {	background-position: 0 -14px; }
.gympos_in {	background-position: 0 -28px; }
.gympos_icons2 {
    width: 64px;
    height: 64px;
    background-image: url(../images/design/icons2.svg);
}
.gympos_studijne_programy {	background-position: 0 0; }
.gympos_prijimacie_konanie {	background-position: 0 -64px; }
.gympos_dokumenty {	background-position: 0 -128px; }
.gympos_kontakt {	background-position: 0 -192px; }
.gympos_icons3 {
    width: 32px;
    height: 32px;
    background-image: url(../images/design/icons3.svg);
}
.gympos_webmail {	background-position: 0 0; }
.gympos_edupage {	background-position: 0 -32px; }
.gympos_isic {	background-position: 0 -64px; }
.gympos_znamky {	background-position: 0 -96px; }
.gympos_studium {	background-position: 0 -128px; }
.gympos_jedalny_listok {	background-position: 0 -160px; }

.gympos_icons4 {
    width: 20px;
    height: 20px;
    background-image: url(../images/design/icons4.svg);
}
.gympos_file {	background-position: 0 0; }
.gympos_image { background-position: 0 -20px; }
.gympos_video { background-position: 0 -40px; }

.btn-primary {
    color: #fff;
    background-color: #219E50;
    border-color: #219E50;
}
.btn-primary:hover {
    color: #000;
    background-color: #E7C340;
    border-color: #E7C340;
}
.yellow-bg .btn-primary:hover {
    background-color: #FFF;
}
.arrow-left {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right:5px solid #219E50;
    display: inline-block;
    margin-right: 5px;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left:5px solid #219E50;
    display: inline-block;
    margin-left: 5px;
}

/*---------------------------------------------------*/
.smaller .navbar {
    min-height: 40px;
}
.smaller .navbar .navbar-brand img{
    height: 50px;
    width: 109px;
}
.navbar-nav > li > a {
    color: #4D4D4D;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
}
.navbar-nav a:hover {
    color: #219E50;
}
.navbar-stuff a {
    margin: 0px 6px;
    color: #000;
}
.navbar-stuff a:hover {
    color: #219E50;
    text-decoration: none;
}
.navbar-stuff a.search {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #219E50;
    margin-right: 0px;
    padding: 10px 13px;
    vertical-align: middle;
}
.bg-light {
    background-color: #FFF !important;
}
.navbar-light .navbar-toggler {
    color: #FFF;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #E7C340;
}
.navbar-stuff {
    padding: 10px 0px;
    text-align: center;
}
.dropdown-toggle::after {
    display: none;
}
.navbar-nav a .dropdown-menu a {
    text-transform: none;
}
.dropdown-menu {
    text-align: center;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #E7C340;
    color: #000;
}
/*---------------------------------------------------*/
#myCarousel.carousel {
    margin-bottom: 45px;
}
#myCarousel .carousel-caption {
    bottom: 10%;
    z-index: 10;
    padding: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(33,158,80,0.8);
    right: 20%;
    left: 20%;
}
#myCarousel .carousel-caption h1,
#myCarousel .carousel-caption .h1 {
    font-size: 20px;
    line-height: 25px;
    width: 85%;
    display: inline-block;
}
#myCarousel .carousel-caption .btn {
    margin-top:15px;
}
#myCarousel .carousel-indicators li {
    opacity: 1;
}
#myCarousel .carousel-indicators .active {
    background-color: #E7C340;
    opacity: 1;
}
#myCarousel .carousel-item {
    height: 600px;
}
#myCarousel .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    height: 600px;
}
/*---------------------------------------------------*/
#pribehyCarousel.carousel {
    margin-bottom: 75px;
}

#pribehyCarousel .carousel-caption {
    top: 0;
    z-index: 10;
    padding: 20px;
    color: #7F7F7F;
    text-align: left;
    background-color: #FFF;
    border: 1px solid #DEE2E6;
    border-top: 3px solid #219E50;
    right: 15%;
    left: 15%;
    text-align: center;
}
#pribehyCarousel .carousel-caption p {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    font-style: italic;
    display: inline-block;
    float: none;
    font-family: 'Libre Baskerville', serif;
}
#pribehyCarousel .carousel-caption p.meno {
    text-align: center;
    font-style: normal;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    float: none;
}
#pribehyCarousel .carousel-item {
    min-height: 430px;
    overflow: hidden;
}
#pribehyCarousel .carousel-control-prev,
#pribehyCarousel .carousel-control-next {
    position: absolute;
    top: 30%;
    bottom: 0;
    z-index: 1;
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    transition: opacity 0.15s ease;
    opacity:1;
}
#pribehyCarousel .carousel-control-prev img,
#pribehyCarousel .carousel-control-next img {
    width: 100%;
}
#pribehyCarousel .carousel-control-prev span.bg,
#pribehyCarousel .carousel-control-next span.bg {
    background-color: rgba(33,158,80,0.5);
    position: absolute;
    top: 0px;
    z-index: 2;
    width: 100px;
    height: 100px;
    clip: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
#pribehyCarousel .carousel-control-prev:hover span.bg,
#pribehyCarousel .carousel-control-next:hover span.bg {
    background-color: rgba(33,158,80,0);
}
#pribehyCarousel .carousel-control-prev span.carousel-control-prev-icon,
#pribehyCarousel .carousel-control-next span.carousel-control-next-icon {
    position: absolute;
    top: calc(50% - 10px);
    z-index: 3;
    width: 20px;
    height: 20;
    clip: auto;
}
.crop-circle {
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}
.crop-circle img {
    width: 100%;
}
#pribehyCarousel .crop-circle {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}
/*---------------------------------------------------*/
.nav-tabs {
    margin-bottom: 30px;
}
.nav-tabs a {
    font-size: 13px;
    text-transform: uppercase;
    color: #7F7F7F;
    border-radius: 0;
}
.nav-tabs .nav-link {
    border-radius: 0;
}
.nav-tabs .nav-link.active {
    color: #000;
    background-color: #E7C340;
    border: 1px solid #E7C340;
    border-radius: 0;
}
.news_thumb {
    margin-bottom: 40px;
}
h3 a,
.news_thumb_text h2 a {
    color: #000!important;
}
h3 a:hover,
.news_thumb_text h2 a:hover {
    text-decoration: none;
    border-bottom: 1px solid #219E50;
}
.news_thumb_text  span.gympos_icons4 {
    margin-left: 10px;
    vertical-align: top;
}
.news_thumb_text h2 a.attachment:hover {
    border: 0;
}
p.datum, div.datum {
    font-size: 16px;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    margin: 10px 0px 8px 0px;
}
p.datum strong, div.datum strong {
    color: #7F7F7F;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    margin-left: 1px;
}

/*---------------------------------------------------*/
.udalosti > div {
    padding: 25px 10px;
    box-sizing: border-box;
    border: 1px solid #dee2e6;
    border-top: 3px solid #219E50;
}
table.kalendar {
    width: 100%;
    font-family: 'Libre Baskerville', serif;
    font-size: 14px;
}
table.kalendar td {
    text-align: center;
    min-width: 26px;
    height: 45px;
    vertical-align: top;
    line-height: 10px;
}
table.kalendar td.inactive {
    opacity: 0.5;
}
table.kalendar td span {
    background-color: #219E50;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
}
table.kalendar span.today {
    background-color: #E7C340;
    width: 26px;
    height: 26px;
    padding-top: 4px;
    line-height: 19px;
    margin-top: -8px;
}
.udalosti {
    margin-top: 50px;
}
.udalosti > div > div > div {
    margin: 10px;
    border-top: 1px solid #DEE2E6;
    padding: 12px 0px 2px 0px;
    clear: both;
}
.udalosti > div > div > div h3 {
    margin: 0;
    vertical-align: middle;
    width: calc(100% - 55px);
    display: inline-block;
}
.udalosti > div > div > div p.datum {
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
}
.udalosti > div a.btn {
    margin-left: 10px;
}
.yellow-bg {
    background-color: #E7C340;
}
.w-100.yellow-bg {
    padding: 50px 0px;
    margin: 50px 0px 60px 0px;
}
.kalendar-controls {
    float: right;
    margin-top: -55px;
    color: #7F7F7F;
    font-size: 12px;
    font-weight: bold;
}
.yellow-bg .nav-tabs {
    margin-bottom: 30px;
}
.yellow-bg .nav-tabs a {
    color: #000;
}
.yellow-bg .nav-tabs .nav-link,
.yellow-bg .nav-tabs a {
    border: none;
    border-bottom: 1px solid #F3E1A0;
    border-top: 1px solid #F3E1A0;
}
.yellow-bg .nav-tabs a:hover {
    background-color: rgba(255,255,255,0.5);
}
.yellow-bg .nav-tabs .nav-link.active {
    background-color: #FFF;
    border: 1px solid #FFF;
}
.studium-stats p{
    font-size: 17px;
    line-height: 20px;
    width: 50%;
    float: right;
    padding-right: 40px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.studium-stats strong {
    font-size: 55px;
    color: #FFF;
    font-family: 'Libre Baskerville', serif;
}
#rychle-odkazy {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #F3E1A0;
}
#rychle-odkazy a {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    width: 42%;
    margin: 0px 3% 40px 3%;
    float: left;
    text-transform: uppercase;
    color: #000;
}
#rychle-odkazy a span {
    margin-bottom: 10px;
}
.social_embed {
    border: 1px solid #DEE2E6;
    height: 470px;
    margin-bottom: 30px;
}
/*---------------------------------------------------*/
.podstranka #header .navbar {
    border-bottom: 1px solid #DEE2E6;
}
.podstranka main {
    position: relative;
    top: 150px;
}
.breadcrumb {
    border-bottom: 3px solid #219E50;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    background-color: transparent;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 40px;
}
.breadcrumb2 {
    padding-top: 25px;
    margin-top: -45px;
    background-color: #F0F2F4;
}
.breadcrumb2 a {
    text-transform: none;
}
.breadcrumb2 .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "|"!important;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F0F2F4;
}
.breadcrumb2 .arrow-up {
    position: absolute;
    margin-top: -98px;
}
.breadcrumb a {
    color: #219E50;
}
.news_thumb_text {
    margin-bottom: 30px;
}
.news_thumb_text h2 {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
}
.news_thumb_text p {
    font-size: 15px;
    line-height: 20px;
    color: #4D4D4D;
}
p a {
    color: #219E50;
    border-bottom: 3px solid #219E50;
    text-decoration: none;
}
p a:hover {
    color: #219E50;
    text-decoration: none;
    background-color: #C8E7D4;
}
.pagination {
    font-weight: 700;
    font-size: 13px;
}
.pagination a {
    color: #219E50;
}
.pagination a:hover {
    color: #219E50;
}
.pagination .page-item.active .page-link{
    background-color: #219E50;
    border-color: #219E50;
}
/*---------------------------------------------------*/
.sidebar_nav {
    margin: 0px 0px 40px 0px;
    padding: 0;
    border-top: 1px solid #DEE2E6;
    font-size: 13px;
}
.sidebar_nav li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #DEE2E6;
}
.sidebar_nav a {
    display: block;
    padding: 15px 10px 15px 10px;
    color: #808080;
    text-transform: uppercase;
}
.sidebar_nav a:hover {
    background-color: #DEE2E6;
    text-decoration: none;
}
.sidebar_nav a.active {
    background-color: #E7C340;
    color: #000;
}
.sidebar_nav a.active .arrow-right {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #E7C340;
    position: absolute;
    right: 0px;
    top: 0px;
}
.sidebar_nav a.active .arrow-left {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 15px solid #E7C340;
    position: absolute;
    left: 0px;
    top: 0px;
}
.sidebar_panel {
    border: 1px solid #DEE2E6;
    padding: 20px;
    border-top: 3px solid #219E50;
    font-size: 13px;
    background-image: url(../images/design/sidebar_panel.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
.sidebar_panel h5 {
    font-size: 17px;
    margin-bottom: 15px;
}
.sidebar_panel ul {
    padding-left: 20px;
    margin-bottom: 0px;
}
.sidebar_panel ul li {
    margin: 10px 0px 0px 0px;
}
.sidebar_panel ul li a {
    color: #808080;
}
.sidebar_panel .active {
    font-weight: 700;
    color: #000 ;
}
.sidebar_panel ul li a:hover {
    border-bottom: 1px solid #219E50;
    text-decoration: none;
}
.sidebar_panel form {
    border-top: 1px solid #DEE2E6;
    margin-top: 20px;
    padding-top: 20px;
}
.article ul li,
.sidebar_panel ul li,
ul.zoznam li {
    margin: 5px 0px;
    list-style: none;
}
.article ul li::before,
.sidebar_panel ul li::before,
ul.zoznam li::before {
    content: "\2022";
    color: #219E50;
    font-weight: bold;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
}
.sidebar_panel ul li ul li::before {
    color: #E7C340;
}
.article p.datum {
    text-align: center;
    width: 70px;
    float: left;
    font-size: 23px;
    line-height: 15px;
    margin-bottom: 10px;
}


.article p.anotacia {
    color: #808080;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
}
table th {
    background-color: #E7C340;
}
table {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px!important;
}
/*.article > div > p:first-of-type::first-letter {
    font-size: 70px;
    color: #219E50;
    font-family: 'Libre Baskerville', serif;
    float: left;
    line-height: 70px;
    margin-right: 10px;
}*/
.article ul {
    list-style: none; /* Remove default bullets */
}
.ucitel_thumb {
    margin-top: 30px;
}
.trieda_thumb {
    margin-bottom: 30px;
}
.ucitel_thumb h2,
.trieda_thumb h2 {
    font-size: 17px;
    line-height: 22px;
    margin: 0px;
}
.ucitel_thumb h3,
.trieda_thumb h3 {
    font-size: 13px;
    line-height: 22px;
    color: #808080;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}
.trieda_thumb h3 {
    border-bottom: 3px solid #E7C340;
    padding-bottom: 10px;
}
.ucitel_thumb p,
.trieda_thumb p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}
.badge {
    background-color: #E7C340;
    line-height: 18px;
    padding: 3px 5px 1px 5px;
    text-transform: uppercase;
}
a.badges {
    border: none;
    color: #000;
}
a.badges:hover {
    background-color: transparent;
    color: #000;
}
input {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #D3ECDC;
    box-sizing: border-box;
}
.numbers {
    font-family: 'Libre Baskerville', serif;
}
form label {
    font-weight: 700;
}
.form-control {
    border: 1px solid #DEE2E6;
    border-bottom: 3px solid #E7C340;
}


/*--------------------- footer ------------------- */
.partneri {
    border-top: 1px solid #DEE2E6;
    padding: 40px 0px;
}
.partneri .col-lg-12 .h2 {
    margin: 0;
}
.partneri img {
    /*filter: grayscale(100%);  //toto odkomentovat ak maju byt loga C/B
    -webkit-filter: grayscale(100%); //toto odkomentovat ak maju byt loga C/B */
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
    margin-left: 40px;
    margin-bottom: 40px;
}
.partneri img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
footer {
    background-color: #219E50;
    padding-top: 35px;
    padding-bottom: 20px;
}
footer #is a {
    background-color: #FFF;
    color: #219E50;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    line-height: 30px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

footer #is a:hover {
    background-color: #E7C340;
    text-decoration: none;
    color: #000;
}
footer #is a span {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}
footer #credits {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
}

footer #credits p {
    margin-bottom: 0px;
    margin-top: 25px;
}
footer #credits p strong {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
}
footer #credits hr, footer #footer_menu hr {
    border-top: 1px solid #C8E7D4;
    margin: 0 0 25px 0;
}
footer #credits a {
    color: #FFF;
}



















/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 30em) {
    #rychle-odkazy a {
        width: 19%;
    }
    footer #is a {
        margin-bottom: 30px;
        border-right: 15px solid #219E50;
        border-left: 15px solid #219E50;
    }

    .reorder .col-md-9 {
        margin-bottom: 50px !important;
    }

}

@media (min-width: 40em) { /*viac ako 600 menej ako 950*/
    footer #is a {
        border-right: 15px solid #219E50;
        border-left: 15px solid #219E50;
    }
    footer #credits {
        text-align: left;
    }
    #footer_menu {
        margin-bottom: 35px;
    }
    .reorder {
        flex-direction: row-reverse;
    }
    .thumb-front{
        height: 120px !important;
        object-fit: contain;
        vertical-align: middle;
    }

}
@media (min-width: 48em) {
    .breadcrumb2 {
        display: none;
    }
}

@media (min-width: 62em) { /*cca nad 950px*/
    .navbar {
        min-height: 120px;
        padding: 17px 20px;
        background-color: #FFF;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 17px;
        padding-left: 17px;
    }
    .navbar-nav {
        position: absolute;
        top: 41px;
        margin: 0px auto;
        left: 0;
        right: 0;
        width: 680px;
    }
    .smaller .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .smaller .navbar-nav {
        top: 15px;
    }
    .navbar-brand {
        padding: 0;
        margin: 0;
    }
    .navbar-stuff {
        margin-left: auto;
        order: 2;
    }
    .navbar-stuff strong {
        padding-right: 12px;
        margin-right: 6px;
        border-right: 1px solid #BFBFBF;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-stuff a.search:hover {
        background-color: #E7C340;
    }
    .nav-item, .navbar-stuff {
        border: 0;
    }
    .dropdown-menu {
        top: 90%;
    }
    .dropdown-menu {
        text-align: left;
    }

    #myCarousel {
        padding-top: 120px !important;
    }
    #myCarousel .carousel-control-prev, #myCarousel .carousel-control-next {
        top: 120px;
    }
    #myCarousel .carousel-caption {
        padding: 40px;
        right: 0;
        max-width: 900px;
        left: 0;
        margin: 0 auto;
        width: 70%;
        bottom: 35%;
    }
    #myCarousel .carousel-caption h1, #myCarousel .carousel-caption .h1 {
        font-size: 30px;
        line-height: 36px;
        width: 80%;
        text-align: left;
        float: left;
    }
    #myCarousel .carousel-caption .btn {
        float: right;
        margin-top:15px;
    }
    #pribehyCarousel .carousel-caption {
        padding: 50px;

    }
    #pribehyCarousel .carousel-caption p {
        width: calc(100% - 140px);
        text-align: left;
    }
    #pribehyCarousel .carousel-caption p.meno {
        text-align: right;
        float: right;
    }
    #pribehyCarousel .carousel-item {
        min-height: 300px;
    }
    #pribehyCarousel .crop-circle {
        width: 100px;
        height: 100px;
        margin-right: 40px;
        float: left;
    }
    .udalosti {
        margin-top: 0px;
    }
    #studiumTab {
        width: 31%;
        float: left;
        margin-right: 6%;
    }
    #studiumTabContent {
        width: 63%;
        float: right;
    }
    #studiumTabContent p {
        padding-right: 20px;
    }
    #rychle-odkazy {
        border: none;
        border-left: 1px solid #F3E1A0;
        margin-top: 0;
        padding-top: 0;
        padding-left: 30px;
    }
    #rychle-odkazy a {
        width: 42%;
    }
    .partneri img {
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .partneri .col-lg-12 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .partneri .col-lg-7 img, .partneri .col-lg-5 img {
        margin-left: 30px;
    }
    footer #is a.two-lines {
        line-height: 15px;
    }
    #footer_menu {
        margin-bottom: 35px;
    }
    #footer_menu a {
        color: #FFF;
    }
    #footer_menu h5 {
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-top: 20px;
        font-family: 'Montserrat', sans-serif;
    }
    #footer_menu ul {
        margin: 0;
        padding: 0;
    }
    #footer_menu li {
        list-style: none;
        margin: 7px 0px;
        padding: 0px;
        font-size: 12px;
        line-height: 14px;
    }
    .sidebar_nav a {
        padding: 15px 15px 15px 20px;
    }
    .news_thumb_text p {
        margin: 0px 0px 5px 0px;
    }
    .news_thumb_text {
        margin-bottom: 50px;
    }
    .ucitel_thumb {
        margin-top: 60px;
    }


}

@media (min-width: 80em) { /*cca nad 1280px*/
    .navbar {
        padding: 17px 50px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
    .kalendar-controls {
        margin-right: 30px;
    }
    .udalosti > h2 {
        margin-left: 30px;
    }
    .udalosti > div {
        padding: 35px 20px;
    }
    #studiumTab {
        width: 31%;
        float: left;
        margin-right: 6%;
    }
    #studiumTabContent {
        width: 63%;
        float: right;
    }
    #studiumTabContent p {
        padding-right: 45px;
    }
    #rychle-odkazy {
        padding-left: 40px;
    }
    .partneri .col-lg-7 img, .partneri .col-lg-5 img {
        margin-left: 50px;
    }
    #pribehyCarousel .carousel-item {
        min-height: 260px;
    }

}


.supercal .supercal-header {

}
.supercal .supercal-header .prev-month {
    cursor: pointer;
}
.supercal .supercal-header .next-month {
    cursor: pointer;
}

.supercal td {
    cursor: pointer;
}

.supercal td.month-prev, .supercal td.month-next {
    background: #eee;
}
.supercal td.selected {
   /* background: #0088cc;
    color: #fff;
    font-weight: normal;*/
}
.supercal td.today {
    font-weight: bold;
}
