/*
         author: by PIXELFIELD s.r.o. 2020, Prg
         title: Landing Page
         version: 1.1
         last update: 28. 3. 2020
*/

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Eczar:400,500,600,700,800&display=swap&subset=latin-ext');
/* Basic */

html, body {
    height: 100%;
}

html, body, p, ul, li, h1, h3, h4, form, input, button {
    padding: 0;
    margin: 0;
}

body {
    min-width: 320px;
}

html {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
}

*, *::before, *::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000000;
}

li {
    list-style-type: none;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.etzar {
    font-family: 'Eczar', serif;
    font-style: normal;
    font-weight: normal;
}

/* One classes */

header h1 {
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 178px;
    height: 48px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    border-right: 2px solid #ffffff;
}

.top {
    display: block;
    background-color: #252525;
    background-image: url('../assets/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
}

.tops {
    margin-right: auto;
    display: inline-block;
    position: absolute;
    right: 12px;
}

.font-14 {
    font-size: 14px;
}

.login {
    margin-top: 0px;
}

.bold {
    font-weight: 800 !important;
}

.none, .invisible {
    display: none;
}

.invisibles {
    display: none !important;
}

.search-top input {
    margin-top: 10px;
}

.button-bot {
    position: relative;
    z-index: 9;
}

.button-bot a, .actual-detail-content .button {
    color: white;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    padding: 8px 10px;
    margin: 5px 3px 0 0;
    background-color: #B60E30;
    border: 1px solid #B60E30;
    cursor: pointer;
}

.authors .link {
    color: #B60E30;
}

.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 15px;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.actual-detail-content .button {
    margin-bottom: 35px;
}

.actual {
    color: #ffffff;
    background: #000000;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
}

.flex {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.yellow {
    background: #F4BE04;
    border: 1px solid #F4BE04 !important;
}

.date {
    text-align: right;
}

.margin-left {
    margin-left: 0 !important;
}

.margin-20 {
    margin-top: 20px;
}

.margin-20-bot {
    margin-bottom: 20px;
}

.margin-40 {
    margin-bottom: 40px;
}

.margin-50 {
    margin-top: 50px;
}

.margin-70 {
    margin-bottom: 70px;
}

.category {
    display: block;
    margin-bottom: 20px;
}

i {
    text-align: center;
    margin-left: -2px;
}

.hamburger {
    margin-right: 5px;
    overflow: hidden;
    width: 10px;
}

.bcgservice {
    position: relative;
    display: block;
    top: 50px;
    background: white;
    height: 50px;
    border-bottom: 2px solid #EAEAEA;
}

.red {
    color: #B60E30;
}

.black {
    color: #000000 !important;
}

.nomargin {
    margin: 0 !important;
}

.arrow-down {
    margin-left: 10px;
    margin-top: 8px;
    float: right;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #999999;
}

.okok img {
    max-width: 100%;
    width: 100% !important;
}

.tansparent h2 {
    height: auto;
    background: transparent !important;
}

/* Layout */

header {
    height: 50px;
    position: relative;
    z-index: 9999;
    border-bottom: 2px solid #EAEAEA;
}

header ul li {
    height: 100%;
}

.body {
    height: 100%;
    display: flex;
}

.body nav {
    width: 100%;
    z-index: 10;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
}

.body section {
    width: 100%;
}

footer {
    border-top: 2px solid #EAEAEA;
}

#container-main {
    position: relative;
    width: 100%;
}

.menu-language {
    position: absolute;
    right: 0;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-language a {
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    height: 48px;
    text-transform: uppercase;
    border-left: 2px solid #EAEAEA;
}

.menu-language a.active {
    background: black;
    color: white;
}

/* content */

.content {
    margin-top: 20px;
}

.content .mainpage {
    flex-wrap: wrap;
}

.content .mainpage .title {
    padding: 0 20px 20px 20px;
}

.content .mainpage .special img {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
}

.special {
    padding: 0 !important;
}

.content .mainpage p {
    margin: 0;
}

/* Search */

.search:not(body) {
    position: absolute;
    top: 50px;
    left: 0px;
    margin: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
    z-index: 6;
}

.search:not(body) input {
    border: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    width: 200px;
    padding: 5px;
}

/* Navigation */

.menu-main-mobile {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - 100px);
    overflow-y: auto;
    z-index: 133;
    margin-top: 100px;
    padding: 20px 0 20px 20px;
    background: white;
}

.menu-main-mobile li a {
    display: block;
    padding: 13px 0;
    font-size: 14px;
    border-bottom: 1px solid #C4C4C4;
}

ul.menu-main, .filler {
    margin: 15px 0;
}

.menu-main li, .filler li {
    margin: 4px 0;
}

.menu-main li a, .filler li a {
    display: block;
}

.menu-main li a {
    padding: 4px 0 4px 20px;
}

.filler li a {
    padding: 4px 0;
}

.menu-main-mobile li a:hover, .menu-main-mobile li a.active, .menu-main li a:hover, .menu-main li a.active, .filler li a:hover, .filler li a.active {
    font-weight: 800;
}

.menu-main li a:hover, .menu-main li a.active {
    border-right: 2px solid black;
}

.current-menu-item .sub-menu a, .current_page_ancestor .sub-menu a {
    border-right: 0;
    font-weight: 500;
}

.sub-menu {
    display:none;
}

.current-menu-item .sub-menu, .current_page_ancestor .sub-menu {
    display:block;
}

.footer a {
    border-right: 0 !important;
}

.current-menu-item a, .current_page_ancestor a, .current_page_ancestor .current-menu-item a{
    border-right: 2px solid black;
    font-weight: 800;
}

.submenu2, .sub-menu {
    margin-left: 20px;
}

.menu-main-mobile .submenu {
    text-indent: 20px;
}

.menu-language li:not(.mobile) {
    display: none;
}

form.mobile {
    visibility: hidden;
}

.menu-language .menu a {
    padding: 0 30px;
}

footer .logo img {
    max-width: 100%;
}

/* Basic flex settings */

.row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
}

.footer {
    flex-direction: column !important;
}

.filler {
    width: 100%;
    font-size: 13px !important;
    text-align: left;
    border: 1px solid transparent;
}

.wrap {
    max-width: 1344px;
    margin: 0 auto;
    padding-top: 24px;
}

.col--group>.row {
    margin-bottom: 0;
}

.col {
    flex: 0 0 auto;
    padding: 0 20px;
    flex-basis: calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.actual-detail-main .col {
    padding: 0;
}

.plan .col {
    flex-basis: 100%;
    max-width: 100%;
}

.repertoar .col {
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 10px;
    margin-bottom: 15px;
    flex-basis: 100%;
    max-width: 100%;
}

.repertoar .col h3 {
    padding: 0 20px;
    display: flex;
    height: 100%;
    width: calc(100% - 20px);
    align-items: center;
    justify-content: center;
    text-align: center;
}

.col-2 {
    flex: 0 0 auto;
    padding: 0 20px;
    flex-basis: 50%;
    max-width: 50%;
}

/* Hot */

.hot, .premiere {
    width: calc(100% + 20px);
    margin-left: -10px;
    font-family: 'Eczar', serif;
    font-style: normal;
    font-weight: normal;
}

.premiere, .news {
    overflow-x: auto;
    /* white-space: nowrap; */
}

.hot h3, .hot span {
    position: absolute;
    margin: 0;
    font-weight: normal;
    margin-right: 10px;
    padding: 20px 20px 0 20px;
    font-size: 30px !important;
    color: white;
    line-height: 150%;
}

.hot {
    flex-direction: column;
}

.hot span {
    bottom: 10px;
    padding: 0 20px 20px 20px;
}

.hot img, .premiere img {
    height: auto;
    width: 100%;
    max-width: 100%;
}

.hot .col-2, .premiere .col {
    position: relative;
    padding: 10px !important;
    font-size: 0;
}

.hot .col-2 {
    flex-basis: 100%;
    max-width: 100%;
}

/* Peoples */

.peoples {
    width: calc(100% + 20px);
    margin-left: -10px;
    font-family: 'Eczar', serif;
    font-style: normal;
    font-weight: normal;
    flex-direction: row;
    flex-wrap: wrap !important;
}

.peoples span {
    font-weight: 800;
    font-size: 14px;
    line-height: 150%;
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    display: block;
    margin-top: 20px;
}

.peoples span.position {
    font-weight: 600;
    color: #999999;
    margin-top: 0;
    margin-bottom: 10px;
}

.peoples img {
    width: 100%;
    max-width: 100%;
}

.peoples .col-2 {
    position: relative;
    padding: 10px !important;
    font-size: 0;
}

.peoples-filter {
    border: 0px solid red;
}

.peoples-filter ul {
    display: flex;    flex-wrap: wrap;
}

.peoples-filter li {
    position: static;
    display: flex;
    margin: 5px 0;
}

.peoples-filter li a {
    cursor: pointer;
    padding: 18px 20px;
    font-weight: 800;
    font-size: 14px;
    line-height: 160%;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
}

.peoples-filter li:first-of-type {
    border-left: 1px solid #EAEAEA;
}

.peoples-filter .active {
    background: #000000;
    color: #ffffff;
}

/* News */

.news .col {
    position: relative;
    margin: 0 10px;
    padding: 20px;
    border: 1px solid black;
    margin-bottom: 20px;
}

.news {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.news ul, .column h3 {
    margin-top: 15px;
}

.news h3, .column h3 {
    margin-top: 10px;
}

.news ul li, .column ul li {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    padding: 8px 10px;
    margin: 5px 3px 0 0;
    border: 1px solid black;
}

.news .screen, .column .screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.news .button, .column .button {
    position: relative;
    background-color: #B60E30;
    border: 1px solid #B60E30;
    z-index: 9;
    cursor: pointer;
}

.news .button button {
    background-color: #B60E30;
    border: 0;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
}

.news .desible .button, .column .desible .button {
    background-color: #777777;
    border: 1px solid #777777;
}

.news .button a, .column .button a {
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.news span, .column span {
    display: block;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px !important;
}

.news span:first-of-type, .column span:first-of-type {
    margin-bottom: 30px;
}

.news .desible, .news .desible ul li, .column .desible, .column .desible ul li {
    pointer-events: none;
    cursor: default;
    color: #777777;
    border: 1px solid #C4C4C4;
}

/* Premiere */

.premiere h3, .premiere span {
    position: relative;
    margin: 0;
    font-weight: normal;
    margin-right: 0;
    padding: 0;
    font-size: 30px;
    color: black;
}

.premiere span {
    display: block;
    margin: 10px 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px !important;
}

/* Actual */

.actual-detail-head {
    margin-bottom: 0px;
}

.actual-detail-head h2, .actual-head h2 {
    height: auto;
    background: transparent;
}

.actual-detail-head h2 {
    margin: 0;
    font-weight: 800;
    font-size: 34px;
    line-height: 110%;
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

.unfill {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

.zapis {
    border: 1px solid #000000;
    padding: 20px !important;
}

.zapis p:last-of-type {
    margin-bottom: 0
}

.zapis p:first-of-type {
    margin-top: 10px;
}

.actual-detail-head h2.fill {
    color: black;
    margin-bottom: 20px;
    -webkit-text-stroke-width: 0px;
}

.actual-head h2 {
    font-weight: 800;
    font-size: 140px;
    line-height: 110%;
}

.actual-detail-head h3 {
    margin: 0;
    font-weight: 800;
    font-size: 34px;
    line-height: 110%;
}

.actual-detail-content .row {
    flex-wrap: wrap;
}

.actual-detail-content .col {
    padding: 0;
}

.actual-detail-content .row div:first-of-type {
    padding-right: 0;
}

.actual-detail-content p {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 15px;
}

.actual-detail-content p strong {
    display: block;
    padding-bottom: 10px;
}

.actual-detail-content .link {
    display: inline;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #B60E30;
}

.actual-detail-content h2 {
    margin-top: 10px;
}

.actual-detail-main img, .actual-detail-content img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.actual-detail-content img {
    margin-bottom: 20px;
}

.actual-detail-content input[type="submit"] {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    padding: 8px 10px;
    margin: 0;
    background-color: #B60E30;
    border: 0;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
}

.actual-detail-content input, .actual-detail-content textarea {font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    padding: 7px 10px;
    margin: 0;
    display: inline-block;
    border: 1px solid #EAEAEA;
}

.actual-detail-content input[type="email"] {
    width: 280px;
}

.actual-detail-content textarea {font-weight: 600;
    width: 450px;
}

.actual-detail-main .col--2first {
    padding-right: 20px;
    flex-basis: 35%;
    max-width: 35%;
}

.actual-detail-main .col--2second {
    flex-basis: 65%;
    max-width: 65%;
}

.plan {
    overflow-x: visible;
    white-space: normal;
    flex-direction: row;
    display: block;
    width: calc(100% + 20px);
}

.col--1of1, .col--2of2, .col--3of3, .col--6of6, .col--1of2 {
    flex-basis: 100%;
    max-width: 100%;
}

/* @media query */

@media only screen and (min-width: 740px) {
    .toolbox {
        top: 59px !important;
        width: 320px !important;
    }
    .peoples-filter li {
        position: relative;
    }
    .actual-detail-content .button {
        margin-bottom: 60px;
    }
    .actual-detail-head h3, .actual-detail-head h2 {
        font-size: 64px;
    }
    .hot .col-2 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .hot, .news, .premiere {
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }
    .peoples .col-2 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .news, .premiere {
        overflow-x: visible;
        white-space: normal;
    }
    .plan {
        display: flex !important;
        width: calc(100% + 20px) !important;
    }
    .news .col {
        max-width: calc(33.3333333% - 20px);
    }
    .repertoar .col {
        flex-basis: 50%;
        max-width: 50%;
    }
    .premiere span {
        font-size: 14px !important;
    }
    .invisible {
        display: flex;
    }
    .invisibles {
        display: flex !important;
    }
    .hot h3, .hot span {
        font-size: 18px !important;
    }
    .content section {
        margin-top: 40px !important;
        padding: 0 !important;
    }
    .content section:first-of-type {
        margin-top: 0 !important;
    }
    .content .mainpage .title {
        padding: 0;
    }
    .content .mainpage .title img {
        width: calc(80%);
        min-width: calc(80%);
    }
    .content {
        margin: 20px;
        max-height: calc(auto - 100px);
    }
    .content .mainpage .special img {
        width: calc(100% + 20px);
        max-width: calc(100% + 20px);
        top: -20px;
    }
    .login {
        margin-top: 108px;
    }
    .rights {
        text-align: right !important;
    }
    .actual-detail-content .row div:first-of-type {
        padding-right: 20px;
    }
    ul.menu-main, .filler {
        margin: 40px 0;
    }
    .row {
        flex-direction: row !important;
    }
    header h1 {
        border-right: 2px solid #EAEAEA;
    }
    .search:not(body) {
        left: 221px;
        top: 0;
        margin: 0;
    }
    form.mobile {
        visibility: visible;
    }
    .menu-language .mobile, .bcgservice, .okok {
        display: none
    }
    .menu-language li:not(.mobile), .none {
        display: block;
    }
    .menu-language li:not(.mobile), .none {
        display: block;
    }
    .body nav {
        display: block;
        width: 178px;
        border-right: 2px solid #EAEAEA;
        position: relative;
        height: auto;
    }
    .body section {
        width: calc(100% - 178px);
    }
    .footer .col--1of6 {
        flex-basis: 16.66666% !important;
        max-width: 16.66666% !important;
    }
    .col--1of2 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .zapis {
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .peoples .col-2 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .col--2of6, .premiere .col--1of3 {
        flex-basis: 33.3333333%;
        max-width: 33.3333333%;
    }
    .col--1of3 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .col--1of4 {
        flex-basis: 25%;
        max-width: 25%;
    }
}

@media only screen and (min-width: 940px) {
    .toolbox {
        left: 0;
        right: auto;
    }
    .hot h3, .hot span, .news h3 {
        font-size: 24px !important;
    }
    .hot .col--1of6 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .hot .col--1of3 {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }
    .two-col .col--1of3 {
        flex-basis: 50% !important;
        max-width: 50% !important;
    }
    .footer .col--1of6 {
        flex-basis: 16.66666% !important;
        max-width: 16.66666% !important;
    }
}

@media only screen and (min-width: 1120px) {
    .hot h3, .hot span, .news h3 {
        font-size: 30px !important;
    }
    .col--1of6 {
        flex-basis: 16.66666% !important;
        max-width: 16.66666% !important;
    }
    .repertoar .col {
        flex-basis: 25%;
        max-width: 25%;
    }
}

.col--group {
    padding: 0;
}

/* Category */

#category, #category0, #category1, #actordetail, #category-languages, #category-search, #category01, #category02, #category03 {
    display: none;
}

/* Sections */

h2 {
    height: 1px;
    background-color: black;
    text-align: left;
    font-weight: 800;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
}

h2 span {
    padding-right: 20px;
    background-color: white;
    position: relative;
    top: -0.5em;
}

.content section {
    margin-top: 20px;
    width: 100%;
    padding: 0 20px;
}

.content section:first-of-type {
    margin-top: 40px;
}

.content section .container-row {
    border: 0px solid red;
}

.cinohra {
    font-weight: 800;
    font-size: 140px;
    line-height: 110%;
}

.rows {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    margin-left: -15px;
    width: calc(100% + 30px);
}

/* Create four equal columns that sits next to each other */

.column {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.column .actual-box {
    flex: 33.3333%;
    max-width: 33.3333%;
    align-items: flex-start;
    align-content: flex-start;
}

.column div:first-of-type {
    margin-top: 0;
}

.column div {
    margin: 10px;
    padding: 20px;
    border: 1px solid black;
}

.column div h3 {
    margin-bottom: 30px;
}

.column div.yellow {
    position: relative;
    vertical-align: middle;
    border: 1px solid #F4BE04;
}

.column div.yellow h3 {
    margin-top: 0;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media (max-width: 740px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
    .column div.yellow {
        margin: 0;
    }
    .column div.actual {
        margin: 0;
    }
}

/* Tabswticher */

.line {
    height: 2px;
    background: #EAEAEA;
    margin-left: -20px;
    width: calc(100% + 40px);
}

.tabswitcher {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 0 20px;
    position: relative;
    top: 2px;
}

.tabswitcher li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.tabswitcher li a {
    padding: 8px 10px;
    font-weight: 800;
    line-height: 160%;
    color: #999999;
    position: relative;

}

.tabswitcher .active {
    color: black;
}

.tabswitcher .active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: #B60E30;
}

.tabswitcher .arrow-down {
    margin-top: 10px;
}

.hasDatepicker {
    width: 140px;
    cursor: pointer;
    font-weight: 800;
    line-height: 160%;
    color: #999999;
    position: relative;
    background: transparent;
    text-align: center;
    border: 0;
}

.hasDatepicker::placeholder {
    color: #999999;
}

::selection{
    background: #f7a494;
  }
  
  ::-moz-selection{
    background: #f7a494;
  }

.tab {
    z-index: 99;
    cursor: pointer;
    border: 0;
    position: absolute;
    background: transparent;
    top: 0;
    padding: 8px 10px;
    font-weight: 800;
    line-height: 160%;
    width: 100%;
    color: transparent;
    font-size: 0;
    height: 100%;
}


*:focus {outline:none !important}

.program {
    top: 4px;
}

.program li {
    margin-bottom: 8px;
}

.program .active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #B60E30;
}

.toolbox {
    z-index: 100;
    width: 100%;
    min-width: 320px;
    max-height: 325px;
    overflow-y: auto;
    padding: 85px 25px 25px 25px;
    position: absolute;
    background: white;
    right: 0;
    font-weight: 800;
    font-size: 14px;
    line-height: 160%;
    border: 1px solid #EAEAEA;
}

.toolbox input[type=checkbox] {
    display:none;
    }
     
    .toolbox input[type=checkbox] + label
    {
    background-image: url('../assets/checkbox.svg');
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    width: 100%;
    display:inline-block;
    padding: 0 0 0 0px;
    text-indent: 36px;
    margin: 6px 0;
    cursor: pointer;
    }
    .toolbox input[type=checkbox]:checked + label
    {
        background-image: url('../assets/checkbox-ticked.svg');
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    width: 100%;
    display:inline-block;
    padding: 0 0 0 0px;
    text-indent: 36px;
    margin: 6px 0;
    cursor: pointer;
    }

    .count {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 18px 0;
        text-indent: 20px;
        border-bottom: 1px solid #EAEAEA;
    }

    .count span {
        font-size: 14px;
line-height: 160%;
color: #999999;
font-weight: 400;
    }

    .count button {
        position: absolute;
        top: 0;
        right: 0;
        height: calc(100% + 1px);
        display: inline-block;
    font-size: 14px;
    line-height: 140%;
    margin: 0;
    background-color: #B60E30;
    border: 0;
    padding: 0 20px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    }

.search-box {
    text-align: right;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.search-box input {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    width: 320px;
    padding: 18px 20px;
    margin: 0;
    display: inline-block;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    border-right: 0px solid #EAEAEA;
}

.search-box button{
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    padding: 18px 20px;
    margin: 0;
    background-color: #B60E30;
    border: 0;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
}

@media only screen and (max-width: 490px) {
    .actual-detail-content textarea { 
        width: 100%;
    }
}

@media only screen and (max-width: 380px) {
    .search:not(body) input {
        width: 130px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 320px) {
    .actual-detail-content textarea { 
        width: 280px;
    }
}

@media(hover: hover) {
    .menu-language a:hover, .peoples-filter li a:hover {
        background: black;
        color: white;
    }
}