body {
    margin: 0px;
}
* {
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
a {
    text-decoration: none;
}a {

}
.pageOuterWrap {
    margin: auto;
    position: relative;
}

.pageInnerWrap {
    width: 100%;
}
.mobile-off {
    display: none;
}
.mobile-on {
    display: initial;
}

.left {
    /*padding: 40px;*/
    padding: 20px;
    float: left;
    background-color: #e6e7e8;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
}
@media only screen and (min-width: 480px) {
    .mobile-off {
        display: initial;
    }

    .mobile-on {
        display: none;
    }

    .pageInnerWrap {
        width: 100%;
        display: flex;
    }

    .left {
        padding: 20px;
        float: left;
        width: 320px;
        background-color: #e6e7e8;
        position: relative;
        top: 0;
        left: 0;
        display: initial;
    }
    .content {
        display: initial;
        width: 100%;
    }
}
.active {
    font-weight: bold;
}

.clearfix {
    clear: both;
    width: 0;
    height: 0;
}
.noBullets {
    list-style: none;
    padding: 0;
    margin-top: 0;
}
.searchHeader {
    font-size: 16px;
}
.snippet--content {
    width: 100%;
}
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #77777777;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
}
.loader {
    position: absolute;
    top: calc(50% - 64px);
    left: calc(50% - 64px);
    width: 128px;
    height: 128px;
    border-radius: 50%;
    perspective: 800px;
}

.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.inner.one {
    left: 0%;
    top: 0%;
    animation: rotate-one 2s linear infinite;
    border-bottom: 12px solid #e3b812;
}
.inner.two {
    right: 0%;
    top: 0%;
    animation: rotate-two 2s linear infinite;
    border-bottom: 12px solid #fe2a0b;
}
.inner.three {
    right: 0%;
    bottom: 0%;
    animation: rotate-three 2s linear infinite;
    border-bottom: 12px solid #51ae26;
}
.inner.four {
    right: 0%;
    bottom: 0%;
    animation: rotate-four 2s linear infinite;
    border-bottom: 12px solid #3e53a4;
}
@keyframes rotate-one {
    0% {
        transform: rotateX(60deg) rotateY(150deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(60deg) rotateY(150deg) rotateZ(360deg);
    }
}
@keyframes rotate-two {
    0% {
        transform: rotateX(150deg) rotateY(240deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(150deg) rotateY(240deg) rotateZ(360deg);
    }
}
@keyframes rotate-three {
    0% {
        transform: rotateX(240deg) rotateY(330deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(240deg) rotateY(330deg) rotateZ(360deg);
    }
}
@keyframes rotate-four   {
    0% {
        transform: rotateX(330deg) rotateY(60deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(330deg) rotateY(60deg) rotateZ(360deg);
    }
}
.block-image {
    width: 60px;
    height: auto;
}
.rating-star {
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.programme-logo img{
    max-width: 292px;
}
.operator-logo img{
    max-width: 292px;
    margin-left: -7px ;
}
.item{
    padding-top: 20px;
}
.item-title {
    text-transform: uppercase;
    font-size: 14px;
}
.searchButton {
    width: 30px;
    height: 31px;
    border-radius: 7px;
    background-color: #231f20;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.searchButton:hover .searchButtonLine{
    background-color: #df1c4b;
}
.searchButton:hover .searchButtonCircle{
    border-color: #df1c4b;
}
.searchButtonLine {
    width: 6px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    right: 6px;
    bottom: 8px;
    transform: rotate(45deg);
}
.searchButtonCircle{
    width: 14px;
    height: 14px;
    border-radius: 8px;
    background-color: #231f20;
    border: 2px solid #ffffff;
    position: absolute;
    right: 8px;
    bottom: 10px;
}
#query {
    height: 30px;
    width: 240px;
    padding-left: 1em;
    padding-right: 1em;
}
.left label {
    font-size: 16px;
    line-height: 25px;
}
.menu-divider {
    padding-top: 20px;
    /*border-bottom: 1px solid #a7a9ac;*/
    /*margin-bottom: 20px;*/
}
.menu-divider p {
    font-size: 14px;
    color: #a7a9ac;
    font-weight: bold;
}
/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 25px;
    border-radius: 6px;
    background-color: #ccc;
}

.container:hover input ~ .checkmark-checkbox {
    /*background-color: #ddd;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		box-shadow: 0px 0px 10px #999; 
}

.container input:checked ~ .checkmark-checkbox {
    background-color: #2196F3;
}

.checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark-checkbox:after {
    display: block;
}

.container .checkmark-checkbox:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.searchHeader {
    font-size: 14px;
    padding-top: 10px;
}
/* Create a custom radio button */
.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark-radio {
    background-color: #eee;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark-radio {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark-radio:after {
    top: 7px;
    left: 7px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: white;
}
.logo {
    margin-bottom: 20px;
    background-image: url("../images/logoVOV_cs_pos.svg");
    /*width: 304px;*/
    width: 240px;
    /*height: 76px;*/
    height: 60px;
    background-size: contain;

}
.display-blocks {
    background-image: url("../images/blocks.svg");
    width: 50px;
    height: 46px;
    display: inline-block;
    margin-right: 10px;
}
.display-blocks:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		box-shadow: 0px 0px 10px #999; 
}
.display-list:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		box-shadow: 0px 0px 10px #999; 
}
.display-list {
    background-image: url("../images/list.svg");
    width: 50px;
    height: 46px;
    display: inline-block;
}
.searchQueryLine {
    margin-bottom: 20px;
}

.menu-button{
    width: 43px;
    height: 43px;
    min-width: 43px;
    background-color: #c61f3c;
    position: fixed;
    z-index: 100;
    top: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
}
#menu-show {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 27px;
    height: 27px;
    background-image: url("../images/menu_open.png");
}
#menu-hide {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 27px;
    height: 27px;
    background-image: url("../images/menu_close.png");
}
/* The container must be positioned relative: */
.custom-select {
    position: relative;
}

.custom-select select {
    display: none; /*hide original SELECT element: */
}

.select-selected {
    border: 1px solid #a7a9ac !important;
    color: DodgerBlue !important;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #a7a9ac transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #a7a9ac transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    color: #a7a9ac;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #dddddd;
    /*background-color: DodgerBlue;*/
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
    color: DodgerBlue;
}
a.white, a.white:visited, a.white:active {
    color: white;
}
a.white:hover {
    color: black;
}
.operator-text {
    color: #0065bd;
    font-size: 14px;
    padding-top: 7px;
    /*padding-left: 7px;*/
}
.operator-text a {
    color: #0065bd;
}
.lang {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.lang-cs {
    /*width: 30px;*/
    /*height: 20px;*/
    width: 45px;
    height: 30px;
    background-image: url("../images/flag-cs.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.lang-de {
    /*width: 30px;*/
    /*height: 18px;*/
    width: 45px;
    height: 27px;
    background-image: url("../images/flag-de.png");
    background-repeat: no-repeat;
    background-size: cover;

}
.lang-en {
    /*width: 30px;*/
    /*height: 15px;*/
    width: 45px;
    height: 22px;
    background-image: url("../images/flag-en.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.found-counter {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
    margin-top: -10px;
}
#backToTop {
    border: 2px solid white;
    border-radius: 8px;
    background-color: #ff6600;
    width: 45px;
    height: 45px;
    margin-top: 0px;
    cursor: pointer; 
		display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    z-index: 99; /* Make sure it does not overlap */
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    background-image: url("../images/btn-top-30.png");    
    background-repeat: no-repeat;
    background-position: center center;
    
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */ 		
}

#backToTop:hover {
    box-shadow: 0px 0px 10px #999;    
    border-radius: 8px;
}
#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}