
* {
    font-family: 'Roboto', sans-serif;
}

html, body {
    background: transparent linear-gradient(180deg, var(#ffffff) 0%, var(#f1f1f1) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%) 0% 0% no-repeat padding-box;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#top-block {
    flex-grow: 1;
}

#footer {
    background: #222a35;
    color:#fff;
}

#footer a {
    color:#fff;
}

#footer .h3 {
    font-weight: bold;
    font-size: 1.125rem;
    text-transform: uppercase;
}

#footer .list a {
    display:block;
    color:#8a8e94;
    font-size: 1rem;
}

#footer hr {
    border: 1px solid #8A8E94;
    opacity: 0.2;
}

#footer strong {
    display:block;
    font-size: 1.5rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-width: bold;
}

#footer small {
    color:#8a8e94;
    font-size: 1rem;
}

#footer span.icon {
    background:#ed1d24;
    width:3.125rem;
    height:3.125rem;
    line-height:2.9rem;
    text-align: center;
    display:inline-block;
    -webkit-border-radius: 3.125rem;
    -moz-border-radius: 3.125rem;
    border-radius: 3.125rem;
    float: left;
    margin:0.3rem 1rem 0 0;
}

#footer .pt {
    padding-top:0.7rem;
}

#footer-copy {
    color:#8a8e94;
    font-size: 0.75rem;
    line-height: 1.6rem;
}

#footer-copy a {
    margin:0 0.5rem;
    text-decoration: none;
}

#button-to-top {
    display: inline-block;
    background-color: #861c7a;
    width: 3rem;
    height: 3rem;
    text-align: center;
    border-radius: 0.25rem;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

#button-to-top.show {
    opacity: 1;
    visibility: visible;
}

#button-to-top i {
    font-style: normal;
    font-size: 2em;
    line-height: 3rem;
    color: #fff;
}


#menu {
    background: #222a35;
    color: #fff;
}

    #menu a {
        color: #fff;
        font-size: 1rem;
        font-weight: normal;
        text-transform: uppercase;
        display: block;
        line-height: 2.5rem;
    }

    #menu span {
        display: block;
        border-right: 1px solid #3c434d;
        line-height: 2.5rem;
    }

    #menu a:hover, #menu a.active {
        background: #151D29;
        text-decoration: none;
    }

.home-icon {
    height: 38px;
    filter: invert(93%) sepia(7%) saturate(27%) hue-rotate(319deg) brightness(107%) contrast(106%);
    position: relative;
    top: -2px;
}

.login, .nav-link.active {
    background: #861c7a !important;
    color: #fff;
    text-decoration: none;
}

.login:hover {
    color: #fff;
    background-color: #ab009a !important;
    border-color: #ab009a;
}

p a, .nav-link {
    color:#861c7a;
    text-decoration: underline;
}

.btn {
    text-decoration: none;
}

p a:hover {
    color:#ab009a;
}

.bg-dance h1 {
    color: #fff;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 2.5rem;
    text-transform: uppercase;
}

.bg-dance {
    background: url('/images/action/tanecnikladno/ee9fc01008fc80d894494c588f96e01d.jpg');
    background-size: cover;
    background-position: center;
}

.bg-dance .row {
    min-height: 20rem;
}

.btn {
    border-radius: 0;
}

.no-wrap {
    white-space: nowrap;
}

@media (max-width: 992px) {

}