/*@import url("media.css");*/
a {
    text-decoration: none;
}
article a {
    color: #48a7d4 !important;
    text-decoration: none !important;
}
h2 {

    font-weight: 700;
    font-size: 32px;
}

h3 {
    font-weight: 700;
    font-size: 18px;
}

.navbar ul {
    margin-top: 0.3%;
}

.login {
    margin-left: 10px;
    margin-top: -3px;
}

.header-top {
    background-color: #333333;
    color: #AAAAAA;

    font-size: 16px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
}

li {
    display: inline-block;
}

.fa-ml {
    margin-left: 15px;
}

.blog-h1 {

    letter-spacing: 1px;
    line-height: 22px;
    font-weight: 400;

    font-size: 22px;
    color: #333333 !important;

    text-decoration: none;

}
.min-text-height p {
   

}
#blog-item {
    min-height: 580px;
}
.item-separator:before{
    font-size: 13px;
    content: 'Tags:';


}


.blog-line:after {
    content: '';
    display: block;
position: relative;
    width: 85%;
    height: 1px;
    z-index: 10;
    background-color: #dcdcdc;
    bottom: 1px;
    left: 65px;

}
.blog-line:before {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    z-index: 10;
    background-color: #03a9e9;
    bottom: 0;

}
.inline {
 display: inline-block;
}
.inline li a {
    text-decoration: none;
    color: #03a9e9;
    font-size: 13px;
}
.inline li a:hover {
    text-decoration: underline ;
}
.header-a {

    color: #AAAAAA;
    text-decoration: none;

}

.header-a:hover {
    color: white;
    transition: all 0.25s ease;
}

/* END HEADER-TOP*/

/* HEADER */

nav {
    margin: 15px 0;

}

nav li {

    text-transform: uppercase;
    min-width: 70px;
    max-width: 135px;
    text-align: center;
    padding: 0 16px;
    /*padding: 0 5px;*/
    height: auto;
    margin: 0 0 8px;
    line-height: 1.1;
}

nav ul li a {
    margin-top: 5px;

    color: #333 !important;
    font-weight: 700;
    font-size: 12px;


    /*padding: 6px 0 6px;*/
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    text-decoration: none;
    padding-top: 20px;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 3px solid transparent;

}

nav ul li a:hover {
    color: #03a9e9;
    border-bottom-color: #03a9e9;
    transition: all 0.45s ease;
}

.triangle {
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -3px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #eab830;
}

.color-separator {
    position: relative;
    width: 40px;
    height: 3px;
    margin: 0 auto;
    background-color: #eab830;
}

.hide-more {
    visibility: hidden;
}

.magic-line {
    position: absolute;
    visibility: hidden;
    left: 15px;
    width: 100%;
    margin-bottom: -9px;
    bottom: -14px;
    height: 3px;
    background-color: #eab830;
    z-index: 18;
    opacity: 0;
}

.magic-line-visible {
    visibility: visible;
}

.magic_line:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 10;
    top: -3px;
    left: 50%;
    margin-left: -3px;
    border-style: solid;
    border-width: 0 3px 3px 3px;
    border-color: transparent transparent #eab830 transparent;
}

nav li:last-child {
    /*margin-left: 15px;*/
    /*padding: 6px 9px;*/
    /*border: #03a9e9 3px solid;*/
    /*color: #03a9e9;*/
    /*font-size: 14px;*/
    /*height: 45px;*/
}

/*.nav {*/
/*margin-top: 5px;*/
/*}*/
/*    .nav--font {*/
/*        color: #333;*/
/*        font-weight: 700;*/
/*        font-size: 12px;*/
/*        line-height: 1.4;*/

/*        padding: 6px 0 6px;*/
/*        text-transform: uppercase;*/
/*        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
/*    }*/
/*        .nav--font--a {*/
/*            text-decoration: none;*/
/*        }*/

.logo {
    width: 270px;
    height: 70px;
}

/* END HEADER */

/* SECTION */
.clearfix {
    display: flow-root;
}

.fl {

    max-width: 100%;
    margin: 0 auto;
}

.font-awesome {
    font-size: 53px !important;
    margin-bottom: 15px;
    color: #ffffff
}

.box-wrapper {
    float: left;

    width: 324px;
    height: 297px;

    position: relative;
    top: -110px;

}

.box-wrapper--green {
    background: #10c45c;
    color: #ffffff;
}

.box-wrapper--yellow {
    background: #fdc735;
    color: #ffffff;
}

.box-wrapper--purple {
    background: #e948ae;
    color: #ffffff;
}

.box-wrapper--blue {
    background: #307ad5;
    color: #ffffff;
}

.box-wrapper a {
    color: white;
    text-decoration: none;
}

.box-wrapper a:hover {
    color: white;
    text-decoration: none;
}

.box-wrapper--text {
    padding: 30px;
}

.box-wrapper--text h2 {
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    font-family: "Open Sans";

    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0;
    margin-inline-end: 0;

    padding: 0;
    margin: 0;
}

.box-wrapper--center {
    position: relative;
}

/* END SECTION */

.wrapper-a {

    margin-top: -100px;

}

.about-talk {
    border-bottom: 1px dotted black;
}

.about-talk a {
    text-decoration: none;
}

.arrow-border {
    border: 2px #03a9e9 solid;
    color: #03a9e9;
    padding: 5px;
    margin-top: 5px;
}

.arrow-border:hover {
    background-color: #03a9e9;
    color: #ffffff;
}

.about-talk .left {
    float: left;
}

.about-talk .right {
    float: right;
}

.px32 {
    font-size: 32px;
}

.facts {
    background-image: url("/images/Fotolia_83255773_Subscription_Monthly.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;

}

.fact-border {
    text-align: center;

}

.calc {
    color: #eab830;
    font-size: 40px;
    font-weight: bold;
}

.sub-text {
    font-size: 14px;
    font-weight: 700;

    margin-bottom: 15px;
    text-transform: uppercase;
}

.pre-footer {
    background-color: #414b4f;
    /*height: 300px;*/

}

.colored-card {
    background-color: #414b4f !important;
    border: 1px solid #414b4f !important;
}

.footer-top-wrapper {
    padding: 63px 0;

}

.footer-widget {
    /*width: 400px;*/
    max-width: 100%;
    font-size: 13px;
    overflow: hidden;
    color: #fff;

}

.footer-widget h3 {

}

.uppercase {
    text-transform: uppercase;
}

/*.footer-widget:last-child {*/
/*    width: 250px;*/
/*} AK SA PRIDA TRETI ODSTAVEC VO FOOTRI */
.footer-widget aside ul li {
    width: 100%;
    margin-bottom: 12px;
}

.footer-widget aside ul {
    margin-bottom: 0;
}

.footer-widget aside ul li a {
    color: #03a9e9;
    list-style: none;
    text-decoration: none;
}
.btn-primary, .btn, .btn a {
    color: white !important;
    text-decoration: none !important;
}

.footer-widget aside ul li i {
    margin-right: 25px;
    text-align: left;
}

.footer {
    background-color: #414b4f;
    height: 90px;

    color: #fff;
    font-size: 14px;
    line-height: 22px;


}

.footer {

}

.footer-end ul li:nth-last-child(-n+3) {
    font-size: 18px;
}

.col-6 p {
    font-size: 14px;

}

.pre-footer-icons li i {
    width: 10px;
    margin-right: 13px;
}

.pre-footer-icons h3 {
    margin-left: 6%;
}

.pre-footer-text li {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-left: 2px;
    color: #fff;
}

.icons-big i {
    font-size: 3rem;
    margin-left: 3px;
    margin-top: 1rem;
}

.icons-big li:nth-child(3) i {
    margin-left: 20px;
}

.card-body {
    margin-top: 10%;
}

.card img {
    width: 100%;
    height: 200px;
}

.main-wrapper {
    margin-bottom: 25px;
    max-width: 100%;
    min-height: 500px;

}

img[alt=Email] {
    display: none;
}

aside section {
    border: 3px solid #5AA1E3;
    border-radius: 5px;
    margin-top: 8px;
}

.aside-wrapper {

    background-color: #fff;
    width: 280px;
    margin-right: 0;
    margin-left: 18px;

    float: right;
}

.aside-wrapper section:last-child {
    margin-bottom: 50px;
}

.btn-primary {
    background-color: #5AA1E3;
    border-color: #5AA1E3;
}

.btn-primary:hover {
    background-color: #5789c8;
    border-color: #5789c8;
}

/* ID */
#animate-me {
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*width: 0;*/
    /*height: 0;*/
}

.douc {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-text-2 {
    top: 300px;


}

.slider-text-2-shadow {
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.74);
    border: 5px red solid;
}

.slider-text {


    top: 700px;

    font-weight: 700;
    font-size: 58px;
    line-height: 80px;

    color: rgb(0, 204, 102);
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.74);

}

.slider-arrow-div {

}

.pathway {
    display: inline-block;
    font-size: 11px;
    color: #aaa;

    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px;
}

.pathway:hover {
    color: #5AA1E3;
}

.finder {
    margin-top: 15px;
    margin-left: 5px;

}

.form-search input[type=text] {
    border: 2px #5AA1E3 solid;
    border-radius: 3px;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;

    padding: 5px;
}

.card-body {
    width: 99%;
}

/* FORMULAR*/
#mytabs {
    margin-top: 5px;

}

.login-text {
    margin-top: 15px;
}

.login-text a {
    text-decoration: none;
    color: black;

}

.current {

    margin: 0;

}

#seminarman {
    overflow: hidden !important;
}

h1 {
    font-weight: 700 !important;
    font-size: 40px !important;
    color: #333333;
}

.seminarman p {
    color: #555555;
}

blockquote {
    margin: 45px 0;
}

blockquote p {
    position: relative;
    padding: 14px 20px;

    margin: 12px 0;
    border-left: 3px solid #03a9e9;
}

blockquote:before, blockquote:after {
    content: '';
    display: block;
    /*  position: absolute; */
    width: 100%;
    height: 1px;
    z-index: 10;
    left: 0;
    margin: 15px 0;
    background-color: #e1e2e4;
}

/*ARTICLES*/
.light-silver {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
}

.seminarman {
    margin-top: 10px;
}

.top-menu-items a {
    margin-left: 1rem;
    color: #bfcac2;
    text-decoration: none;
}

.top-menu-items ul > li:not(:first-child):before {
    content: '|';
    margin-left: 0.5rem;
}

.top-menu-items ul > li:first-child a {
    margin: 0;
}

.top-menu-items a:hover, a:focus {
    color: #03a9e9;

}

#login-form {
    display: flex;
    flex-wrap: wrap;
}

.login-greeting {
    margin-right: 1rem;
    align-self: center;
    display: none;
}

.logout-button {
    margin: 1rem;
}

.btn-primary {
    background-color: #03a9e9 !important;
    border-color: #03a9e9 !important;
}

.btn-primary:hover {
    background-color: #0394d1 !important;
    border-color: #0394d1 !important;
}

.text-align-right {
    text-align: right;
}
.text-align-center {
    text-align: center;
}
img[alt="Petrzalka"]{
    margin-left: 5%;
}
/* MEDIA 991 */


@media (min-width: 570px) and (max-width: 991px) {
    .mh {
        display: none;
    }
    .navbar div:nth-child(2) {
        display: none;
    }
    .pre-footer-text {
        flex-direction: column;
    }
    .colored-card h3 {
        text-align: center;
    }
}
.g-recaptcha {
    display: inline-block;
    margin-top: 1%;
    margin-bottom: 1%;
}
.border-freedu {
    border: #0394d1 1px solid ;
    padding: 3%;
    margin: 1% 0;
}
.border-freedu-orange {
    color: #9d8967;
    border-color: #ffeccc;
    background-color: #fff4e2;
border-radius: 3%;
    padding: 1%;
}
.catimg {
    display: none;
}

/*div.floattext h2{*/
/*    display: none;*/
/*}*/
.catdescription {
    display: inline-block;
    margin-top: 1rem;
}
/* MEDIA 600 */

@media (max-width: 991px){
    .navbar-nav ul {
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        align-self: center;
    }

    nav li {

        border-bottom: 2px dotted #03a9e9;
        width: 80vw;
        max-width: none;
    }

    nav ul li a {
        width: 80vw;
    }

    nav ul li a {
        border: none;
    }
}
@media (max-width: 600px) {
    /* MENU prihlasenie*/
    .aside-wrapper {
        margin: 0 auto;
        width: 100%;
    }

    .logout-button {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    /*   PRE-FOOTER*/
    .pre-footer {
        height: auto;
    }

    .footer-top-wrapper {
        padding: 1rem 0;
        flex-direction: column;
    }

    .footer-widget {
        width: 100%;

        font-size: 13px;
        overflow: hidden;
        color: #fff;
    }

    .pre-footer-icons h3 {
        margin-left: 0;
    }

    .pre-footer ul {
        margin: 0.5rem 0;
        padding: 0;
    }

    .pre-footer ul > * {
        display: flex;
        justify-content: center;
    }

    .fa-phone, .fa-map-marker, .fa-envelope {
        display: none !important;
    }

    .footer-end li {
        text-transform: uppercase;
        text-align: center;
        font-size: 22px;
        font-weight: 400;
        margin-left: 2px;
        color: #fff;
        margin-bottom: 10px;
    }

    .footer-end i {
        margin: 15px 0;
    }

    .footer p {
        text-align: center;
    }

    .icons-big li {
        margin-top: 1rem;
    }

    .icons-big li:nth-child(3) i {
        margin-left: 10px;
    }

    .card-body {
        margin-top: 1%;
    }

    .mh {
        display: none;
    }

    /*    mobile login*/
    .ml {
        text-align: center;
    }

    .navbar-nav ul {
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        align-self: center;
    }

    nav li {

        border-bottom: 2px dotted #03a9e9;
        width: 80vw;
        max-width: none;
    }

    nav ul li a {
        width: 80vw;
    }

    nav ul li a {
        border: none;
    }

}

thead th a, td a{
    color: #03a9e9;
    text-decoration: none;
}
thead th a:hover, td a:hover{
    color: #038cc7;
    text-decoration: none;
}