:root {
    --link-hover-color: #00a0d2;
    --admin-primar-back: #23282d;
    --admin-primar-hover: #444;
    --admin-primar-fore: #eee;

    --azr-text-light: #ffffff;
    --azr-special-1: #f7722f;
    --azr-special-1-darken: #b35222;

    --border-hover: 1px solid rgba(0,0,0,0.15);
    --border-side: 0.3em solid var(--azr-special-1);
    --border-light: 1px solid #ced4da;

    --border-radius-standard: 1em;

    --font-header: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

a {
    color: #000;
    text-decoration: none !important;
}

a:hover {
    color: var(--link-hover-color);
}

a > .fas {
    margin-right: 1em;
}

.row.full-height {
    min-height: 100vh;
}


main {
    padding-top: 1em;
}

/* Header */

header.main-header {
    align-items: center;
    position: relative;
}

header.main-header > div.video-wrapper > video {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

header .search .form-control::placeholder {
    color: var(--azr-text-light);
    opacity: 0.6;
}
header .search .button-search {
    padding: 0 2em;
}

header div.video-wrapper {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

header div.video-wrapper > video {
    width: 100vw;
}

/* Forms */
label {
    width: 100%;
}

.bold {
    background-color: var(--admin-primar-back);
    color: var(--admin-primar-fore);
}

.search-container {
    padding: 8em 0;
}
.search-container .citat {
    color: var(--azr-text-light);
    position: relative;
    top: 0;

}
form.search {
    margin: auto;
    max-width: 1200px;
    position: relative;
}
.form-row label {
    margin-bottom: 0;
}

/* Navbar */

/* Aktualně z regionu */

.azr-logo.border-left {
    padding-left: 1em;
    border-left: 0.3em solid var(--azr-special-1) !important;
}
.azr-logo.border-right {
    padding-right: 1em;
    border-right: none !important;
}
a.azr-logo span {
    color: var(--azr-special-1);
}

/* Kategorie */
.container.categories {
    padding: 5em 0;
}
.categories .card {
    /*border: 0.05em solid rgba(0,0,0,0);*/
    border: none;
    border-radius: 0;
    padding: 1em;
    transition-duration: 0.3s;
    margin-bottom: 1.25em;
    background-color: rgba(0,0,0,0.25);
    color: rgba(255,255,255,0.8);
}
.card.category:hover {
    background-color: rgba(0,0,0,0.35);
    color: rgba(255,255,255,1);
}
.card.category .card-text {
    color: rgba(255,255,255,0.8);
}

.categories .card:hover, div.category-list .company-item:hover {
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
}
.categories .card > .card-img-top {
    width: 50px;
    margin: 0 auto;
    margin-bottom: 1em;
}
.categories .card > .card-body {
    padding: 0;
    text-align: center;
    font-size: 0.8em;
}
.categories .card > .card-body > h5 {
    font-size: 1.3em;
    margin-bottom: 0.3rem;
}
.categories .card > .card-body > .card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Footer */
footer.page-footer {
    padding-top: 2em;
    background-color: var(--admin-primar-back);
    color: var(--azr-text-light);
}
footer.page-footer a {
    color: rgba(255,255,255,0.5);
    transition-duration: 0.5s;
}
footer.page-footer a:hover {
    color: var(--azr-text-light);
}
footer.page-footer a.azr-logo {
    border: 0 !important;
}
footer.page-footer div.main-content {
    border-right: 0.3em solid var(--azr-special-1);
    text-align: right;
}
footer.page-footer > div.footer-copyright {
    background-color: rgba(0,0,0,0.3);
    margin-top: 2em;
}
@media (max-width: 575.98px) {

}

.container.main {
    padding-top: 4em;
    padding-bottom: 4em;
}

/* O nás */
#container-onas {
    background-color: var(--admin-primar-back);
    color: var(--admin-primar-fore);
}

#container-onas .description, #container-contacts, #container-company-detail {
    padding-top: 4em;
    padding-bottom: 4em;
}
#container-onas .carousel {
    padding: 0 !important;
}

#container-onas .carousel img {
    height: 700px;
    object-fit: cover;
}
#container-onas .grid-onas {
    text-align: center;
    padding-top: 2em;
}
#container-onas .grid-onas  i {
    font-size: 2em;
    padding-bottom: 0.5em;
    color: var(--azr-special-1);
}
#container-onas .grid-onas  p {
    font-size: 0.9em;
    color: rgba(255,255,255,0.75);
}

@media (max-width: 767.98px) {
    .container.categories .card > .card-img-top {
        float: left;
    }

    #container-onas .carousel img {
        max-height: 300px;
        object-fit: cover;
    }
}


/* Kontakty */
#container-contacts h2 {
    text-align: right;
}
#container-contacts .contact-bar {
    background-color: rgba(0,0,0,0.2);
    padding: 1em 3em;
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
    text-align: center;
}
#container-contacts .contact-bar > span {
    margin: 0 1em;
}
#container-contacts .poptavka {
    padding: 4em 0;
    text-align: center;
}
#container-contacts .poptavka > button {
    border-radius: 2em;
    width: 50%;
    padding: 1em;
    border: 1px solid #ced4da;
    background-color: rgba(0,0,0,0.5);
    color: var(--azr-text-light);
}

/* Category list */
div.category-list img.icon {
    height: 60px;
    float: right;
    border-right: var(--border-side);
    padding-right: 1em;
}
div.category-list h1.title {
    line-height: 60px;
}
div.category-list .logo-thumbnail {
    width: initial;
    height: 80px;
    object-fit: cover;
}
div.category-list .company-item {
    border: 1px solid transparent;
    transition-duration: 0.5s;
}
div.category-list hr {
    margin: 0.3em 0;
}
div.category-list .company-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.category-list .pagination-custom {
    margin: 0 auto;
}
div.category-list li.list-group-item {
    background-color: transparent;
}

/* Company detail */
#container-company-detail > div.row {
    padding-bottom: 2em;
}
#container-company-detail > div.row:last-child {
    padding-bottom: 0;
}
#container-company-detail span.day_name {
    width: 30px;
    display: block;
    float: left;
}

.logo-thumbnail {
    width: 200px;
}


.e-image {
    opacity: 0.75;
    transition-duration: 0.5s;
}
.e-image:hover {
    opacity: 1;
}

/* Golden card */
#golden-card {
    background: radial-gradient(ellipse farthest-corner at right bottom, rgba(254, 245, 185, 0.49) 0%, rgba(253, 218, 151, 0.65) 8%, rgba(224, 212, 150, 0.65) 30%, rgba(255, 251, 167, 0.4) 40%, transparent 80%),
        radial-gradient(ellipse farthest-corner at left top, rgba(255, 255, 255, 0.48) 0%, rgba(255, 250, 203, 0.64) 8%, rgba(222, 215, 161, 0.53) 25%, rgba(236, 218, 142, 0.5) 62.5%, #5d4a1f 100%);
}
#golden-card span {
    margin: 5px 0;
    display: block;
}
#golden-card span > i {
    padding-right: 1em;
    min-width: 32px;
}


/* Filter card */
.card.filter-card, .card.filter-card .card-header {
    border: 1px solid transparent;
}
.card.filter-card .card-header {
    background-color: transparent;
    border-bottom: 1px solid var(--azr-special-1);
}
.card.filter-card {
    background-color: transparent;
}

.card.filter-card button.btn-link {
    font-family: var(--font-header);
    text-decoration: none;
    padding: 0;
}
.card.filter-card button.btn-link > i.fas {
    padding-right: 1em;
    font-weight: bold;
}

/* Autocomplete */
#container-autocomplete {
    position: absolute;
    top: 3.2rem;
    left: 1.5rem;
    border: 1px solid #ced4da;
    color: var(--azr-text-light);
    background-color: transparent;
    top: 100%;
}
#container-autocomplete li {
    padding: 0.25rem 1rem;
    background-color: rgba(0,0,0,0.75);
    border-width: 0px;
}
li.list-group-item.search-item > a {
    color: var(--azr-text-light);
}

/* IČ Search */
form.form-ic-search {
    position: relative;
}
form.form-ic-search input {
    margin: 0 !important;
}
form.form-ic-search > ul#ic-search-container {
    position: absolute;
    top: 2.5rem;
    max-width: 100%;
}
#ic-search-container {
    z-index: 2;
}
#ic-search-container > li {
    padding: 0.5em 1em;
}
#ic-search-container > li > a {
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#ic-search-container > li > a > .ic {
    color: rgba(0,0,0,0.75);
    font-size: 0.75rem;
}
#ic-search {
    min-width: 300px;
}

div.logo-upload {
    position: relative;
    width: 204px;
    height: 204px;
}
div.logo-upload > img#logo-preview {
    object-fit: cover;
    padding: 0;
    border: var(--border-light);
}
div.logo-upload > input {
    z-index: 100;
    cursor: pointer;
}
div.logo-upload > * {
    position: absolute;
    width: 200px;
    height: 200px;
}

/* Sizing */
.py-c {
    padding-top: 4em;
    padding-bottom: 4em;
}

/* Image */
img.fx-60 {
    width: 60px;
}

.page-link {
    background-color: transparent;
}

#categories-body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.recursive-checkbox > .recursive-checkbox {
    display: none;
}
input:checked ~ .recursive-checkbox {
    display: block;
}

div#container-categories {
    padding-top: 1em;
    padding-bottom: 1em;
}
div#container-categories > span.badge {
    margin: 2px;
    padding: 4px 8px;
    cursor: pointer;
}
div#container-categories > span.badge:hover {
    opacity: 0.5;
}

.toast {
    position: fixed;
    right: 1em;
    top: 1em;
}

li.region-item {
    padding: 0.25em 0 0 1.5em;
    border-radius: 0 !important;
    border: none;
    background-color: rgba(128, 128, 0, 0.15);
}

li.region-item:last-child {
    padding-bottom: 0.25em;
}

.employees,.customer,.design,.order
{
    margin-top: 70px;
    margin-bottom: 70px;
}
.counter-count
{
    font-size: 18px;
    background-color: #00b3e7;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.employee-p,.customer-p,.order-p,.design-p
{
    font-size: 24px;
    color: #000000;
    line-height: 34px;
}

.limit-height {
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

.drag-drop {
    border: 2px dashed rgba(0,0,0,0.5);
    padding: 4em 10em;
    text-align: center;
    background-color: rgba(0,0,0,0.05);
    border-radius: 1em;
}
.drag-drop:hover {
    background-color: rgba(0,0,0,0.025);
    cursor: pointer;
}

.row + .row {
    margin-top: 1em;
}

.img-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: .25em;
}

.gallery > a {
}
.gallery > a > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: .5em;
}

/* Logo */
div.logo {
    max-width: 180px;
    text-align: center;
}
div.logo > img {
    width: 100%;
}
div.logo > .title {
    font-size: 1em;
}

.example-image-link {
    position: relative;
}
.example-image-link > button {
    position: absolute;
    left: 0;
}

.card.widget {
    max-height: 50vh;
    overflow-y: auto;
}

.card.widget.fixed {
    height: 50vh;
}

div.checkbox-level > div.checkbox-level {
    padding-left: 1em;
}

.card-img.company-img {
    padding: 1em;
}

.btn.round {
    border-radius: 10em;
}

i.icon-32 {
    font-size: 32px;
}

.title-video {
    color: var(--azr-text-light);
    margin-bottom: 2em !important;
    font-weight: bold;
    text-shadow: 2px 2px rgb(0 0 0 / 50%);
    text-align: center;
}

.filter-title {
    color: var(--azr-special-1);
    font-weight: bold;
    font-size: 1em;
}

.filter-title > i {
    color: rgba(0,0,0, 0.8);
}

.filter-title:hover {
    color: var(--azr-special-1);
}

.filter-title:hover > i {
    color: black;
}

.btn-firmy-navbar {
    background-color: transparent;
    border-color: transparent;
    color: var(--azr-special-1-darken);
    transition: font-weight 0.2s;
}

.btn-firmy-navbar:hover {
    font-weight: bold;
    color: var(--azr-special-1);
}

.btn-firmy-header:focus:active {
    box-shadow: none !important;
}

.badge-firmy {
    color: var(--admin-primar-fore);
    background-color: var(--azr-special-1);
}

.form-control-firmy {
    border: none;
    border-bottom: solid rgba(0,0,0,0.2) 3px;
    border-radius: 0;
    font-size: 2em;
    transition: font-size 0.3s;
    transition-duration: 0.3s;
}

.form-control-firmy:focus {
    font-size: 4em;
    border-bottom: solid var(--azr-special-1) 5px;
    box-shadow: none;
}

.cw-logo {
    height: 36px;
    border-left: 2px solid var(--azr-special-1);
    opacity: 0.5;
}

.social-icon.public {
    width: 40px;
}

.categories .card {
    border: none;
    border-radius: 0;
    padding: 0.5em 0.2em;
    transition-duration: .3s;
}

.card.category:hover {
    background-color: rgba(0,0,0,.8);
    color: rgba(255,255,255,1);
}

.categories .card:hover, div.category-list .company-item {
    border: none;
    border-left: transparent 12px solid;
}

.categories .card:hover, div.category-list .company-item:hover {
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 60%);
    border-left-color: var(--azr-special-1);
}

.pagination.justify-content-center {
    margin: 0 auto;
}

.page-link {
    border: none;
    color: rgba(0,0,0,.6);
}

.decorate-number {
    font-size: 2em;
    color: var(--azr-special-1);
}

.firmy-links a {
    color: var(--azr-special-1);
}

.firmy-links a:hover {
    color: var(--azr-special-1-darken);
}

.martins-text-shadow {
    color: var(--azr-text-light);
    text-shadow: 2px 2px rgb(0 0 0 / 50%);
}

@media (max-width: 550px) {
    header .search .form-control, header .search .button-search {
        border-radius: 0;
    }
    .search-bar > *:first-child {
        display: block;
        width: 100% !important;
    }

    .logo-thumbnail {
        width: 100%;
    }
    ¨
    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .row.row-no-margin {
        margin-left: 0;
        margin-right: 0;
    }
}

figure.media > div > div {
    width: 50vw;
}

@media (max-width: 991.98px) {

}

@media (max-width: 375px) {
    figure.media > div > div {
        width: 80vw;
    }
}

@media (max-width: 1199.98px) {
    form.search {
        max-width: 560px;
    }
}
