.news-cycle-regular {
    font-family: "News Cycle", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.news-cycle-bold {
    font-family: "News Cycle", sans-serif;
    font-weight: 700;
    font-style: normal;
}
html {
    padding: 0;
    margin: 0;
}

#content {
    min-height: 80vh;
    position: relative;

}
body {
    font-family: 'News Cycle', sans-serif;
    color: black;
    background-color: white;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
}

a {
    color: #557898;
}
a:hover {
    color: #557898;
    text-decoration: none;
}
.clanek-obsah img {
    width: 100%;
    height: auto;
}
h1 {

    font-size: 3rem;
    color: black;
    text-transform: uppercase;
    font-weight: 900;
    margin: 4rem 0 4rem 0;
}

h2 {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    margin: 4rem 0;
    text-align: center;

}
h3 {

    color: black;
    text-transform: uppercase;
    text-align: center;
    margin: 2rem 0 1rem 0;
}

p {
    margin: 1rem 0;
}

ul {
    list-style-type: circle;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 99;
    font-size: 30px;
    border: none;
    outline: none;
    background-color: #93C5CD;
    color: white;
    cursor: pointer;
    /*border-radius: 50%;*/
    transition: opacity 0.5s;
    opacity: 100%;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(166,159,166,1);
    -moz-box-shadow: 0px 0px 15px 2px rgba(166,159,166,1);
    box-shadow: 0px 0px 15px 2px rgba(166,159,166,1);
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;

}
#Btnback {
    font-size: 30px;
    border: none;
    outline: none;
    background-color: #93C5CD;
    color: white;
    cursor: pointer;
    /*border-radius: 50%;*/
    transition: opacity 0.5s;
    opacity: 100%;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(166,159,166,1);
    -moz-box-shadow: 0px 0px 15px 2px rgba(166,159,166,1);
    box-shadow: 0px 0px 15px 2px rgba(166,159,166,1);
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 2rem 0;
}
.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

#myBtn:hover, #Btnback:hover {
    background-color: white;
    color: black;
}

.back-to-top:hover {
    opacity: 60%;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.button:focus {
    outline: none;
}
.dropdown-toggle::after {
    font-family: FontAwesome !important;
    content: '\f107';
    border: none;
    vertical-align: unset;
}
#main-header {
    background-color: white;
}

#main-header.nav-up {
    top: -5em;
}

#main-navbar {
    padding: 0;
}

#main-navbar .nav-link, #main-navbar .dropdown-item  {
    text-transform: initial;
    font-size: 1rem;
    padding: 1em 2em;
}
.dropdown-item {
    color: #93C5CD;
    margin-left: 1rem;
}
.nav-link {
    color: black;
}

#main-navbar .dropdown:hover > .dropdown-menu {
    display: block;

    /*margin-top: 0;*/
}

#main-navbar .nav-link, #main-navbar .dropdown-item {
    font-size: 1.2rem;
    line-height: 3;
    padding: 0;
}
.nav-item.active a, .fmenu .nav-link a {
    color: #93C5CD;
}


#main-navbar .nav-link:focus, .nav-link:hover {
    text-decoration: none;
    color: #93C5CD;
}

#main-navbar .nav-link.active, #main-navbar .dropdown-item.active {
    color: #93C5CD;
    background-color: white;
}
#main-navbar .dropdown-item:hover{
    color: #93C5CD;
    background-color: white;
}

#main-navbar .navbar-brand img, #footer .kontakt img {
    width: 250px;
    height: auto;

}

#main-header .navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(126, 126, 126, 0.9)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#main-navbar .dropdown-menu {
    background: white;
    border-radius: 0;
    border: none;
}
#main-navbar a:hover {
    color: #93C5CD;
}
.nav-item.active a {
    color: #93C5CD;
}
#main-navbar .nav-link:focus, .nav-link:hover {
    color: #93C5CD;
    text-decoration: none;
}


#main-navbar .collapse.show .nav-item,
#main-navbar .collapsing .nav-item {
    /*background: rgba(0, 42, 77, 0.9);*/
    border: none;
}

#main-navbar .collapse.show .nav-item:last-child,
#main-navbar .collapsing .nav-item:last-child {
    border: none;
}

#main-navbar .navbar-collapse {
    /*margin: 48px -19rem 0 -1rem;*/
    padding: 0 1rem;
    z-index: 2;
}

.cursor {
    cursor: pointer;
}

.btn {

}
.btn-primary, .tlacitko {
    font-size: 1rem;
    padding: 0.4rem 2rem;
    text-transform: lowercase;
    cursor: pointer;
    border: 1px solid black;
    background-color: transparent;
    color: black;
    margin-top: 1rem;
    border-radius: 50px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary:hover,.btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .tlacitko:hover, .tlacitko:active, .tlacitko:focus {
    cursor: pointer;
    box-shadow: none;
    color: white;
    border: 1px solid black;
    background-color: #93C5CD;
    cursor: pointer;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.mezera {
    margin-top: 4rem;
}

.contact-form {
    margin: 0 0 30px 0;
    padding: 5px 0;
    border: none;
}
.contact-form-wrapper {
    text-align: left;
    color: #080835;
    background-color: transparent;
}

.contact-form .action {
    text-align: right;
}
.contact-form .row {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.contact-form-wrapper {
    text-align: left;
    color: #080835;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.5;
    color: #080835;
    background-color: inherit;
    background-clip: padding-box;
    border: 1px solid black;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
    /*border-bottom: 1px solid;*/
    box-shadow: none;
    border-color: #080835;
}
.form-control::placeholder {
    color: #080835;
    opacity: 1;
}
.zprava::placeholder {
    padding-top: 60px;
}
label {
    color: black;
    margin-bottom: 2px;
    margin-top: 1rem;
}

.recaptcha-container {
    text-align: center;
}
.g-recaptcha {
    display: inline-block;
}
.rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
    border: 1px solid black;
}
.rc-anchor-light {
    background: none;
}
.eu-cookies {
    position: fixed;
    left:0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    color: white;
    background-color: #93C5CD;
    padding: 20px 0;
}

.eu-cookies .btn {
    border: none;
    background-color: white;
    color: #262626;
    padding: 10px 30px;
}
.eu-cookies .btn:hover {
    background-color:#EEEEEE;
    color: black;
}
.eu-cookies .btn-primary {
    margin-top: 0;
}
.eu-cookies a:hover {
    color: white;
}
.pozadi {
    height: 30rem;
    position: relative;
}
#footer .pozadi {
    height: 75rem;
    padding: 4rem 0;
    margin-top: 4rem;
}
.social a {
    padding: 0 5px;
    color: black;
}
.social a:hover {
    color:#93C5CD;
}
#omne, #akce {
    padding: 4rem 0;
}

.heslo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5rem;
    color: black;
    text-align: center;
    line-height: 1;
}
#omne h2 {
    text-align: left;
}
.obrtext, .skola {
    position: relative;
    padding-top: 2rem;
    margin: 4rem 0;
    text-align: center;
}
.obrtext:before, .pulramec > :first-child::before, .ramecek::before, .ramecek > :first-child::before {
    position:absolute;
    width:30px;
    height: 30px;
    border-style: solid;
    content: ' ';
}
.obrtext:before {
    top:0;
    left:0;
    border-width: 5px 0 0 5px;
    border-color: #93C5CD;
}

.obr, .obb {
    width: 80%;
}
.obb {
    margin: 2rem auto;
}
.text, .txt {
    width: 80%;
    margin: 0 auto;
    margin-top: 3rem;
}

.cert {
    margin-top: 2rem;
}
.clanek-obsah .ramecek {
    margin-top: 4rem;
}
.clanek-obsah h2  {
    margin: 4rem 0;
}
.clanek-obsah img {
    width: 100%;
    height: auto;
}
.clanek-obsah .obr {
    max-width: 50%;
    flex: 1 1 50%;
}
/*.clanek-obsah .text {*/
/*    max-width: 60%;*/
/*    flex: 1 1 60%;*/
/*}*/
.pulramec {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
    margin-top: 4rem;
}

.pulramec > :first-child::before {
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 0 5px 5px 0;
    border-color: #93C5CD;
}
.sluzba {
    text-align: center;
    margin-bottom: 4rem;
}
.sluzba .btn-primary, .nabidka .btn-primary, .article-detail .btn-primary {
    border: 2px solid #93C5CD;
}

.img-sluzba {
    height: 350px;
    width: 300px;
    margin: 0 auto 1rem auto;
    position: relative;
    background-size: cover;
    background-position: top;
}
.img-sluzba::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 25%;
    border-top: 2px solid black;
}
.sluzbatext {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 2rem;
    width: 100%;
}
.sluzbatext p {
    margin: 0;
}
.sluzbatext h2 {
    text-transform: none;
    margin-bottom: 2rem;
}
.ramecek {
    width: 70%;
    margin: 0 auto 4rem auto;
    text-align: center;
    position: relative;
    padding: 1rem 0;
    font-size: 1.8rem;
}
.ramecek:before {
    top:0;
    left:0;
    border-width: 5px 0 0 5px;
    border-color: #93C5CD;
}
.ramecek > :first-child::before {
    bottom: 0;
    right: 0;
    border-width: 0 5px 5px 0;
    border-color: #93C5CD;
}
.ramecek h2 {
    margin: 2rem 0 ;
}
.zaznam {
    text-align: center;
    margin-bottom: 2rem;
}
.zaznam h2 {
    margin: 2rem 0;
}
.zobr img {
    width: 50%;
}
.kontakt {
    position: relative;
    height: 32rem;

}
.prava {
    position: absolute;
    bottom: 0;
    font-size: 1rem;
}
.link {
    position: absolute;
    top: 50%;
    font-size: 1.5rem
}
.kontakt a {
    color: black;
}
.kontakt a:hover {
    color: #93C5CD;
}
.kontakt-info {
    margin: 2rem 0;
}
.kontakt-info p {
    margin: 0;
}
.social {
    font-size: 3rem;
}
.nabidka {
    text-align: center;
    margin-bottom: 4rem;
}
.nabidka-seznam h2 {
    margin-bottom: 0;
}
.nabidka-seznam .ramecek {
    padding: 3rem 0;
    margin-top: 4rem;
}
.pimage img {
    height: 7rem;
    text-align: center;
}
.article-detail .pimage img {
    height: 20rem;

}
.nabidka h2 {
    color: #93C5CD;
    margin: 2rem 0;
}

.obsah ul, .article-detail ul {
    text-align: center;
    list-style-position: inside;
    padding-left: 0;
}

.obsah {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-detail {
    text-align: center;
    margin: 4rem 0;
}
.article-detail h1 {
    color: #93C5CD;
}
.article-detail .btn-primary {
    margin-top: 4rem;
}


.recenze p:before {
    content: "\2760";
    color: #93C5CD;
    font-size: 2rem;
    padding-right: 1rem;
    line-height: 1;
}
.recenze p:after {
    content: "\275E";
    color: #93C5CD;
    font-size: 2rem;
    padding-left: 1rem;
    line-height: 1;
}
.img-list {
    text-align: left;
}
.img-list a, #photo-slider .slide a {
    line-height: 1.42857143;
    text-align: left;

    display: inline-block;

}
.img-list a:hover img,
.img-list a:focus img,
.img-list a:active img, #photo-slider .slide a:hover img, #photo-slider .slide a:focus img,
#photo-slider .slide a:active img {
    border: 1px solid #93C5CD;
    background: none;
}

.img-list img, #photo-slider .slide img {
    padding: 2px;
    width: 100%;
    height: 300px;
    border: 1px solid lightgrey;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    object-fit: cover;

}
.slick-prev::before, .slick-next::before {
    color: #93C5CD;
}
.galery {
    margin-bottom: 50px;
}

@media only screen and (min-width: 500px) {

.form-group {
    margin-bottom: 0;
}
    .form-control {
        padding: 10px;
    }
    .obr {
        width: 70%;
    }
}
@media only screen and (min-width: 768px) {
    #footer .pozadi {
        height: 42rem;
        padding: 4rem 0;

    }
    .obr {
        width: 55%;
            }
    .img-sluzba:hover {
        -webkit-transition: 0.5s all;
        -webkit-transform: scale(1.1);
        -ms-transition: 0.5s all;
        -ms-transform: scale(1.1);
        -moz-transition: 0.5s all;
        -moz-transform: scale(1.1);
        transition: 0.5s all;
        transform: scale(1.1);
    }
    .clanek-obsah .cert {
        text-align: center;
    }
    .clanek-obsah img {
        width: 80%;
        height: auto;
    }

    .img-list img, #photo-slider .slide img {

        height: 250px;
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {

    .clanek-obsah img {
        width: 70%;
        height: auto;
    }
    .container {
        max-width: 900px;
    }
    .menu-wraper {
        /*margin: -3em 0 0 -2em;  */
        background: none;
    }
    #main-header {
        margin-top: 1rem;
        margin-bottom: 5rem;

    }
    #main-navbar .navbar-collapse {
        margin: 1rem;
        z-index: 2;
        padding: 0;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-nav {
        text-align: right;
    }
    .nav-item {
        padding-left: 30px;
    }
    .dropdown-menu {
        padding-left: 30px;
        padding-top: 0;
        margin-top: 0;
    }

    #main-navbar .dropdown:hover > .dropdown-menu {
        display: block;
        background-color: transparent;
        /*margin-top: 0;*/
    }
    #main-navbar .dropdown-item:hover {
        background-color: transparent;
    }
    #main-navbar .nav-link {
        font-size: 1rem;
        line-height: 1;
        padding: 0;
    }
    #main-navbar .dropdown-item {
        font-size: 1.1rem;
        line-height: 1.4;
        padding: 0;
    }
    #main-navbar .navbar-brand img {
        margin: 0;
    }
    .pozadi {
        background-position: 50% 0;
        background-size: 120%;
    }
    #footer .pozadi {
        background-position: 50% 35%;
        background-size: 120%;
    }

    .obrtext, .zaznam, .skola {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 2rem;
        position: relative;
        padding-top: 2rem;
    }
    .obrtext:before, .pulramec > :first-child::before, .ramecek::before, .ramecek > :first-child::before {
        position:absolute;
        width:30px;
        height: 30px;
        border-style: solid;
        content: ' ';
    }
    .obrtext:before {
        top:0;
        left:0;
        border-width: 5px 0 0 5px;
        border-color: #93C5CD;
    }

    .obr, .obb {
        max-width: 50%;
        flex: 1 1 50%;
        word-break: break-word;
    }
    .obb {
        margin: auto;
    }
    .obb img {
        width: 100%;
    }
    .text {
        max-width: 50%;
        flex: 1 1 50%;
        word-break: break-word;
        text-align: right;
        margin-top: 0;
        margin-left: 4rem;
    }
    .txt {
        max-width: 50%;
        flex: 1 1 50%;
        word-break: break-word;
        text-align: left;
        margin-top: 0;
        margin-left: 1rem;
    }
    #footer .pozadi {
        height: 40rem;
        padding: 4rem 0;
    }
    .clanek-obsah .obr {
        max-width: 35%;
        flex: 1 1 35%;
    }
    .clanek-obsah .text {
        max-width: 65%;
        flex: 1 1 65%;
    }
    .zobr img {
        height: 250px;
        object-fit: cover;
        -o-object-fit: cover;
    }
    .zobr {
        max-width: 40%;
        flex: 1 1 40%;
    }
    .zobr img {
        width: 100%;
    }
    .ztext {
        max-width: 55%;
        flex: 1 1 55%;
    }
    .zaznam, .zaznam h2 {
        text-align: left;
    }
    .img-list img, #photo-slider .slide img {

        height: 250px;
        width: 100%;
    }
    .action {
        display: flex;
    }
    .action .btn-primary {
        width: 30%;
        height: 3rem;
        margin-left: 1%;
    }
}
@media only screen and (min-width: 1200px) {
    .clanek-obsah img {
        width: 60%;
        height: auto;
    }
    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 2.5rem;
    }



    .container {
        max-width: 1000px;
    }


    .pozadi {
        height: 30rem;
    }
    .obr {
        max-width: 60%;
        flex: 1 1 60%;

    }
    .text {
        max-width: 40%;
        flex: 1 1 40%;

    }
    .obb img {
        width: 100%;
    }
    .img-list img, #photo-slider .slide img {

        height: 200px;
        width: 100%;
    }
}

div.flash {
    color: #000;
    background: #FFF9D7;
    border: .1rem solid #E2C822;
    padding: 1.5em 1em;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 500;
    z-index: 9999;
    opacity: 0.9; }
div.flash.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880; }
div.flash.info {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324; }
div.flash.error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4; }
div.flash .close-flash {
    border: none;
    background: none;
    position: relative;
    float: right;
    padding-left: 20px; }