body {
    background-image: url(../../../bundles/keyupfrontend/img/bg-image-2019.jpg);
    background-repeat: repeat-y;
    background-position: center center;
    background-size: 100% auto;
    font-size: 16px;
    color: #1a1a1a;
    min-width:320px;
    font-family: 'CopperHewitt-Book'}

.page-header {
    margin-bottom: 25px;
}
.article {
    border-top: 10px solid #c1272d;
    background-color: #fff;
    padding: 15px;
    width: 940px;
    margin-bottom: 35px;
}
.theme-logo {
    float: left;
    background-image: url(../../../bundles/keyupfrontend/img/logo-bg.png);
    width: 225px;
    height: 92px;
    text-align: center;
    padding-top: 13px;
}
.navi-wrap {
    float: right;
    width: 61.2%}
.navi-wrap.safari-hack {
    width: 63%}
.program {
    padding: 0;
}
.program-content {
    padding: 15px;
    width: 100%;
    float: left;
}
.slicknav_menu {
    display: none;
}
.tags-menu {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.tags-menu li {
    float: left;
    padding-left: 22px;
    position: relative;
}
.tags-menu li:first-child {
    padding-left: 0;
}
.tags-menu li:first-child:after {
    display: none;
}
.tags-menu li a {
    color: #a1a1a1;
    text-decoration: none;
    font-family: 'CopperHewitt-Book';
    font-size: 1.1em;
}
.tags-menu li:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
    height: 1px;
    width: 20px;
    background-color: #a1a1a1;
}
.c-blue, .c-blue a {
    color: #3fa9f5;
}
.c-green, .c-green a {
    color: #43b183;
}
.c-yellow, .c-yellow a {
    color: #f6a500;
}
.c-red, .c-red a {
    color: #e84f35;
}
.semibold {
    font-family: 'CopperHewitt-Semibold'}
.border-top-red {
    border-top: 10px solid #c1272d;
}
.article img {
    width: 100%;
    cursor: pointer;
}
.article img:hover {
    opacity: .75;
}
h1 {
    text-transform: uppercase;
    font-family: 'CopperHewitt-Bold';
    font-size: 2.5em;
    margin-bottom: 15px;
    line-height: 1.5em;
}
h2 {
    font-family: 'CopperHewitt-Bold';
    font-size: 1em;
    line-height: 1.4em;
}
p {
    font-size: .9em;
    line-height: 1.4em;
    font-family: 'CopperHewitt-Book';
    color: #333;
    margin-bottom: 15px;
}
.article p+h2 {
    margin-top: 55px;
}
.article p+h1 {
    margin-top: 45px;
}
.article a, .row-content a {
    color: #3fa9f5;
    text-decoration: none;
}
.article a:hover, .row-content a:hover {
    text-decoration: underline;
}
.fluid-text {
    font-family: 'CopperHewitt-Book';
    margin-bottom: 10px;
    display: block;
    font-size: .9em;
}
.company, .subtitle {
    font-family: 'CopperHewitt-Bold';
    display: block;
    margin-bottom: 10px;
    font-size: 1.02em;
}
.row-content {
    width: 100%;
    float: left;
    background-color: #fff;
    border-top: 10px solid #c1272d;
    padding: 15px 20px;
    color: #333;
}
.fluid-text+.subtitle, .fluid-text+h2, dl+h2 {
    margin-top: 45px;
}
h2+dl {
    margin-top: 5px;
}
dl {
    font-family: 'CopperHewitt-Book';
    font-size: .95em;
    display: inline-block;
}
dl dt {
    float: left;
    width: 45%;
    line-height: 1.8em;
}
dl dd {
    float: left;
    width: 45%;
    padding-left: 5%;
    line-height: 1.6em;
}
iframe+h2 {
    margin-top: 25px;
}
.next-day-small{
    display: none;
}
.primery-navigation {
    float: left;
    width: 100%;
    margin-top: 28px;
}
.primery-navigation .navigation-item {
    position: relative;
    float: left;
    background-image: url(../../../bundles/keyupfrontend/img/sprite.png);
    background-repeat: no-repeat;
    height: 39px;
}
.primery-navigation .navigation-item:hover a {
    color: #fff;
}
.primery-navigation .navigation-item a {
    font-family: 'CopperHewitt-Bold';
    font-size: 1.2em;
    text-decoration: none;
    color: #1a1a1a;
    padding: 11px 9px 8px 9px;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    text-align: center;
    /*text-transform: uppercase;*/
}
.primery-navigation .navigation-item.bg-news {
    width: 128px;
    background-position: 0 0;
}
.primery-navigation .navigation-item.bg-news-active {
    background-position: 0 -56px;
}
.primery-navigation .navigation-item.bg-news-active a {
    color: #fff;
}
.primery-navigation .navigation-item.bg-news:hover {
    background-position: 0 -56px;
}
.primery-navigation .navigation-item.bg-program {
    width: 124px;
    background-position: 0 -122px;
    margin-left: 19px;
}
.primery-navigation .navigation-item.bg-program-active {
    background-position: 0 -186px;
}
.primery-navigation .navigation-item.bg-program-active a {
    color: #fff;
}
.primery-navigation .navigation-item.bg-program:hover {
    background-position: 0 -186px;
}
.primery-navigation .navigation-item.bg-about {
    width: 137px;
    background-position: 0 -263px;
    margin-left: 19px;
}
.primery-navigation .navigation-item.bg-about-active {
    background-position: 0 -332px;
}
.primery-navigation .navigation-item.bg-about-active a {
    color: #fff;
}
.primery-navigation .navigation-item.bg-about:hover {
    background-position: 0 -332px;
}
.primery-navigation .navigation-item.bg-contact {
    width: 128px;
    background-position: 0 -403px;
    margin-left: 19px;
}
.primery-navigation .navigation-item.bg-contact-active {
    background-position: 0 -461px;
}
.primery-navigation .navigation-item.bg-contact-active a {
    color: #fff;
}
.primery-navigation .navigation-item.bg-contact:hover {
    background-position: 0 -461px;
}
.header-offer {
    margin-bottom: 7px;
    font-family: 'CopperHewitt-Book'}
.header-offer .title-offer {
    font-size: 1.7em;
    text-transform: uppercase;
}
.header-offer .day {
    font-size: 1.2em;
    float: right;
}
.offer-content {
    position: relative;
    height: 244px;
    overflow: hidden;
}
.offer-content img {
    max-width: 100%}
.offer-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.offer-text .hour, .offer-text h2, .offer-text .offer-category {
    background-color: #fff;
}
.offer-text .hour {
    color: #999;
    font-size: 1.1em;
    padding: 6px 16px;
    margin-top: 25px;
    float: left;
}
.offer-text h2 {
    color: #1a1a1a;
    font-size: 1.5em;
    float: left;
    clear: left;
    padding: 8px 13px;
    margin-top: 6px;
    display:inline-block;
    max-width:80%;
    font-family: 'CopperHewitt-Bold'}
.offer-text .offer-category {
    float: left;
    clear: left;
    padding: 8px 15px;
    font-family: 'CopperHewitt-Medium';
    position:absolute;
    left:0;
    bottom:11px;
}
.program-table {
    width: 100%;
    margin-bottom: 15px;
    font-family: 'CopperHewitt-Bold';
    margin-top: 12px;
}
.program-table tr {
    border-bottom: 1px solid #e6e6e6;
}
.program-table td {
    padding: 8px 0;
    line-height: 1.5em;
    font-size:20px;
}
.program-table td.day-cell {
    width: 4%;font-family: 'CopperHewitt-Semibold';}
.program-table td.date-cell {
    width: 6%;font-family: 'CopperHewitt-Book';padding-right:10px; word-break: normal;}
.program-table td.hour-cell {
    font-family: 'CopperHewitt-Medium';
    font-size: 12px;
    color: #b3b3b3;
    width: 5%;
    line-height: 2.5em;
    vertical-align: top;
    position:relative;
    top:-3px;
}
@media (max-width:768px){
	.program-table td.hour-cell{
		top:1px;
	}
}
.program-table td.category-cell {
    font-family: 'CopperHewitt-Medium';
    font-size: .8em;
    width: 10%;
    line-height: 2.1em;
    text-align: right;
}
.program-table .day-cell a {
    width: 209px;
    height: 115px;
    overflow: hidden;
    float: left;
}
.article .button-complete {
    color: #c1272d;
    font-size: .9em;
    display: block;
    text-align: center;
    font-family: 'CopperHewitt-Medium';
    text-decoration: underline;
}
.article .button-complete:hover {
    text-decoration: none;
}
.program-header {
    float: left;
    width: 100%;
    background-color: #e6e6e6;
    padding: 10px 18px;
    font-family: 'CopperHewitt-Bold'}
.slider-photo-wrap {
    display: none;
}
.poster {
    background-color: #fff;
    width: 100%;
    float: left;
    height: 586px;
}
.poster-bild {
    position: relative;
}
.slider img {
    max-width: 100%}
.slider img {
    max-width: 91%;
    position: relative;
    z-index: 1;
}
.poster-bild {
    background: transparent;
}
.klubovna-hint {
    font-family: 'CopperHewitt-Bold';
    background-color: #fff;
    position: absolute;
    top: 90px;
    left: -131px;
    padding: 14px;
    height: 42px;
    width: 225px;
    z-index: 50;
    text-transform: uppercase;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.klubovna-hint.safari-hack {
    border-right: 3px solid #c1272d;
    top: 86px;
    padding: 15px;
}
.phm.pluginLikeboxStream {
    height: 482px !important;
}
.pluginSkinLight.pluginFontHelvetica>div {
    height: 570px !important;
}
.fb_iframe_widget {
    width: 100% !important;
    height: 500px !important;
}
.fb_iframe_widget>span {
    width: 98% !important;
    height: 570px !important;
}
.fb_iframe_widget iframe {
    width: 100% !important;
    height: 570px !important;
}
.program {
    color: #333;
}
.program h1 {
    text-transform: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #333;
}
.program h1 .day {
    font-family: 'CopperHewitt-Book';
    margin-left: 20px;
}
.program h2 {
    font-size: 2em;
    color: #333;
    margin-bottom: 7px;
}
.program h3 {
    font-size: 1.1em;
    margin-bottom: 5px;
}
.time-information {
    color: #b3b3b3;
    font-family: 'CopperHewitt-Book';
    margin-bottom: 25px;
}
.time-information+img {display:none;}
.time-information .separator {
    margin: 0 5px;
}
.program .link-fb {
    background-image: url(../../../bundles/keyupfrontend/img/kalendar.png);
    background-repeat: no-repeat;
    font-family: 'CopperHewitt-Book';
    font-size: .8em;
    padding-left: 24px;
    text-decoration: underline;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 1.4em;
}
.program .link-fb:hover {
    text-decoration: none;
}
.program dl {
    width: 100%;
    margin-bottom: 30px;
}
.program dt {
    width: auto;
    clear: left;
    line-height: 1.6em;
}
.program dd {
    font-family: 'CopperHewitt-Semibold';
    padding-left: 2%}
.program p+h2 {
    margin-top: 0;
}
.program h4 {
    color: #c1272d;
    text-transform: uppercase;
    font-size: 1.1em;
    font-family: 'CopperHewitt-Bold';
    margin-bottom: 7px;
}
.program p+h4 {
    margin-top: 45px;
}
.fluid-link {
    line-height: 1.6em;
    font-size: .8em;
    float: left;
    clear: left;
}
.socials {
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-top: 34px;
    margin-left: 8px;
}
.socials:before {
    position: absolute;
    top: 4px;
    left: 0;
    font-family: 'Icomoon';
    font-size: 1.8em;
}
.socials:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.fb:before {
    content: "\e604"}
.tw:before {
    content: "\e606"}
.trick:before {
    content: "\e605"}
.footer {
    margin-top: 25px;
}
.footer, .footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: none;
}
.footer .container {
    background-image: url(../../../bundles/keyupfrontend/img/footer.png);
    height: 100px;
    background-size: 72%;
    background-size: 97%;
    padding: 26px 35px 0;
    height: 109px;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer .text-fluid {
    font-family: Helvetica;
    font-size: .9em;
    display: block;
    margin-bottom: 10px;
}
.footer .text-content {
    float: left;
    margin-right: 23px;
}
.accordion-content {
    display: none;
}
.accordion-content.agtif {
    display: block;
}
.program .program-title {
    border: 0;
    padding: 0;
    text-transform: uppercase;
}
.program .filtr {
    float: left;
    font-size: .9em;
    line-height: 2.5em;
    margin-right: 8px;
}
.program .program-link {
    float: right;
    text-transform: uppercase;
    color: gray;
    font-size: 1em;
    line-height: 2.3em;
}
.tabs .program-header {
    padding: 4px 18px;
}
.tabs-list {
    float: left;
    width: 78%}
.tabs-list li {
    float: left;
}
.tabs-list li a {
    float: left;
    padding: 10px;
    color: #666;
    font-family: 'CopperHewitt-Book';
    position: relative;
}
.tabs-list li a:after {
    content: "";
    background-color: #fff;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 20px;
    position: absolute;
    display: none;
}
.tabs-list li.active a {
    background-color: #fff;
}
.tabs-list li.active a:after {
    display: block;
}
.tabs .program-header {
    padding: 5px 18px;
}
.program-extract td {
    vertical-align: top;
    line-height: 1em;
    padding: 15px 0;
}
.program-extract td.day-cell {
    width: 23%;
    position: relative;
}
.program-extract td.day-cell a+a {
    margin-top: 17px;
}
.program-extract .date-content {
    position: absolute;
    top: 15px;
    background-color: #fff;
    font-size: 1.2em;
    padding: 5px 7px;
    left: 0;
    font-family: 'CopperHewitt-Semibold'}
.program-extract .date {
    padding-left: 14px;
    font-family: 'CopperHewitt-Book'}
.program-extract td.content-cell {
    padding-left: 20px;
    font-size: 1.5em;
    font-family: 'CopperHewitt-Bold'}
.program-extract .time-information {
    margin-bottom: 10px;
    margin-top:70px;
    font-size: .7em;
    font-family: 'CopperHewitt-Medium'}
.program-extract .time-information:first-of-type {
    margin-top: 0;
}
.program-extract td.category-cell span {
    float: left;
    width: 100%;
    font-size: 1.2em;
}
.program-extract td.category-cell span+span {
    margin-top:105px;
}
.program-extract .time-information .separator {
    margin: 0 9px;
}
.head-xs {
    display: none;
}
.facebook-wall {
    float: left;
    width: 48%;
    background-color: #fff;
    height: 590px;
}
.slider {
    width: 48%;
    float: right;
    margin-bottom:15px;
}
.slider.slider-kino{
    width:940px;
    margin:auto;
    float:none;
    border-top: 10px solid #c1272d;
    position:relative;
}
.slider .owl-pagination{
    display:none;
}
.slider.slider-kino .klubovna-hint{
    left:-91px;
    top:91px;
}
.slider.slider-kino .owl-item{
        margin-bottom:35px;
}
.slider.slider-kino .owl-item li img{
    width:100%;
    max-width:100%;
}
.hidden {
    display: none;
}
.img-preview {
    float: left;
    margin-bottom: 9px;
    width:283px;
    height:179px;
    overflow:hidden;
}
#slider1 {
    height: 1%;
    padding: 0 0 10px;
    border-top: 10px solid #c1272d;
}
#slider1 .viewport {
    float: right;
    width: 411px;
    height: 584px;
    position: relative;
    top: -2px;
}
@media (max-width:992px) and  (min-width:768px){
	#slider1 .viewport{
		width:305px;
		height:428px;
	}
	body #slider1 .overview li{
		width:305px;
		height:428px;
	}
	body #slider1 .overview li img{
		max-width:100%;
	}
	body .fb_iframe_widget iframe{
		height:426px !important;
	}
	body .fb_iframe_widget>span{
		height:426px !important;
	}
	body .fb_iframe_widget{
		height:426px !important;
	}
	body .facebook-wall{
		height:436px;
	}
}
#slider1 .buttons {
    display: none;
}
#slider1 .next {
    margin: 30px 0 0 10px;
}
#slider1 .buttons:hover {
    color: #c01313;
    background: #fff;
}
#slider1 .disable {
    visibility: hidden;
}
#slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width:100%;
    left: 0;
    top: 0;
}
#slider1 .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 584px;
    width: 455px;
    position: relative;
}
.owl-theme .owl-controls .owl-page span {background: #fff;}

.owl-theme .owl-controls .owl-page.active span {background-color: #c1272d;}

.owl-theme .owl-controls {margin-top:0;text-align: center;width:91%;float:right;}

.owl-buttons {position: absolute;right: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);width:91%;opacity:0;}
.owl-prev {float:left}
.owl-next {float:right;}

.tab-content {display:none;}
.tab-content.active {display:block;}

.article .page-name a {color:#333;position:relative;padding-left: 10px;}
.article .page-name a:after {display:none; content: "\e600";font-family: 'Icomoon';left:0;position: absolute;top:1px;color:#fff;z-index: 20;}

@font-face {
    font-family: 'CopperHewitt-Book';
    src: url('../../../bundles/keyupfrontend/fonts/CooperHewitt-Book.eot');
    src: url('../../../bundles/keyupfrontend/fonts/CooperHewitt-Book.woff') format('woff'), url('../../../bundles/keyupfrontend/fonts/CooperHewitt-Book.svg#webfont') format('svg');
}
@font-face {
    font-family: 'CopperHewitt-BookItalic';
    src: url('../../../bundles/keyupfrontend/fonts/CooperHewitt-BookItalic.eot');
    src: url('../../../bundles/keyupfrontend/fonts/CooperHewitt-BookItalic.woff') format('woff'), url('../../../bundles/keyupfrontend/fonts/CooperHewitt-BookItalic.svg#webfont') format('svg');
}
@font-face {
    font-family: 'CopperHewitt-BookItalic';
    src: url('../../../bundles/keyupfrontend/fonts/CooperHewitt-BookItalic.eot');
    src: url('../../../bundles/keyupfrontend/fonts/CooperHewitt-BookItalic.woff') format('woff'), url('../../../bundles/keyupfrontend/fonts/CooperHewitt-BookItalic.svg#webfont') format('svg');
}
@font-face {
    font-family: 'CopperHewitt-Medium';
    src: url('../../../bundles/keyupfrontend/fonts/CooperHewitt-Medium.eot');
    src: url('../../../bundles/keyupfrontend/fonts/CooperHewitt-Medium.woff') format('woff'), url('../../../bundles/keyupfrontend/fonts/CooperHewitt-Medium.svg#webfont') format('svg');
}
@font-face {
    font-family: 'CopperHewitt-Semibold';
    src: url('../../../bundles/keyupfrontend/fonts/CooperHewitt-Semibold.eot');
    src: url('../../../bundles/keyupfrontend/fonts/CooperHewitt-Semibold.woff') format('woff'), url('../../../bundles/keyupfrontend/fonts/CooperHewitt-Semibold.svg#webfont') format('svg');
}
@font-face {
    font-family: 'CopperHewitt-Bold';
    src: url('../../../bundles/keyupfrontend/fonts/CooperHewitt-Bold.eot');
    src: url('../../../bundles/keyupfrontend/fonts/CooperHewitt-Bold.woff') format('woff'), url('../../../bundles/keyupfrontend/fonts/CooperHewitt-Bold.svg#webfont') format('svg');
}
@font-face {
    font-family: 'CopperHewitt-BoldItalic';
    src: url('../../../bundles/keyupfrontend/fonts/CooperHewitt-BoldItalic.eot');
    src: url('../../../bundles/keyupfrontend/fonts/CooperHewitt-BoldItalic.woff') format('woff'), url('../../../bundles/keyupfrontend/fonts/CooperHewitt-BoldItalic.svg#webfont') format('svg');
}
@font-face {
    font-family: 'Icomoon';
    src: url('../../../bundles/keyupfrontend/fonts/Icomoon.eot?-izooew');
    src: url('../../../bundles/keyupfrontend/fonts/Icomoon.eot?#iefix-izooew') format('embedded-opentype'), url('../../../bundles/keyupfrontend/fonts/Icomoon.woff?-izooew') format('woff'), url('../../../bundles/keyupfrontend/fonts/Icomoon.ttf?-izooew') format('truetype'), url('../../../bundles/keyupfrontend/fonts/Icomoon.svg?-izooew#Icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="im-"], [class*=" im-"] {
    font-family: 'Icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.im-arrow:before {
    content: "\e600"}
.im-arrow-left:before {
    content: "\e601"}
.im-arrow-right:before {
    content: "\e602"}
.im-fb:before {
    content: "\e604"}
.im-sc:before {
    content: "\e605"}
.im-tw:before {
    content: "\e606"}
.no-decoration {
    text-decoration: none;
    color: inherit !important;
}
.pagination {
    text-align: center;
}
.pagination button {
    background-color: rgb(193, 39, 45);
    width: 50px;
    height: 30px;
    border: medium none;
    cursor: pointer;
}
.pagination button.active {
    background-color: rgb(223, 59, 65);
    cursor: none;
}
.pagination button span {
    color: rgb(255, 255, 255);
    font-weight: bold;
    display: block;
}

.goout-link {
    color: black !important;
}
html {
    -webkit-text-size-adjust: none;
}
video {
    max-width: 100%;
    height: auto;
}
#main, #header, #footer .cover, #blok, #blok-wraper .blok-element, #content, #header .horizontal-menu, #header .horizontal-menu li a {
    transition: all .3s ease;
}
@media only screen and (min-width:1200px) {
    .container {
    width: 970px;
}
.article {
    width: 940px;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .slider.slider-kino{
        width:717px;
    }
    .poster {
    height: 447px;
}
.article {
    width: 717px;
}
body {
    background-size: auto;
}
.navi-wrap {
    width: 75%}
.tags-menu li {
    padding-left: 18px;
}
.tags-menu li::after {
    width: 17px;
}
.theme-logo {
    background-image: url("../../../bundles/keyupfrontend/img/logo-bg-tablet.png");
    width: 173px;
    height: 71px;
    padding-top: 10px;
}
.theme-logo img {
    width: 79%}
.footer .text-content:last-of-type {
    margin-right: 0;
}
.primery-navigation .navigation-item.bg-program, .primery-navigation .navigation-item.bg-about, .primery-navigation .navigation-item.bg-contact {
    margin-left: 7px;
}
.primery-navigation {
    margin-top: 9px;
}
.offer-content {
    height: 183px;
 
}
.offer-text h2 {
    font-size: 1.1em;
}
.program .program-link {
    font-size: .7em;
    line-height: 3.2em;
}
.tabs-list li a {
    font-size: .9em;
}
.program .filtr {
    line-height: 2.3em;
}
.program-table td.hour-cell {
    width: 6%}
.program-table td.date-cell {
    width: 7%}
.program-extract .time-information {
    margin-top: 30px;
}
.program-extract td.category-cell span+span {
    margin-top: 59px;
}

.navi-wrap.safari-hack {
    width:75%}
}@media only screen and (max-width:767px) {
    .slider.slider-kino{
        width:428px;
        margin-top:60px;
    }
    .slider.slider-kino .owl-item{
        padding-left:0;
    }
    .slider.slider-kino .klubovna-hint{
        left: 0;
        top: -35px;
    }
    .slicknav_menu {
    display: block;
}
.slicknav_nav ul.tags-menu {
    display: none !important;
}
.slicknav_nav ul {
    margin: 0;
}
.navi-wrap {
    display: none;
}
h1 {
    font-size: 1.2em;
       height: 29px;
    padding-top:8px;
    line-height: inherit;
}
.tabs .program-header {
 height:29px;
}
.slicknav_nav nav.primery-navigation li.navigation-item {
    width: 100%;
    margin-left: 0;
    border-top: 1px solid #000;
}
.slicknav_nav nav.primery-navigation li.navigation-item:first-child {
    border-top:none;
}
.slicknav_nav .primery-navigation .navigation-item:hover {
    background-color: #c1272d;
}
.time-information {
    margin-bottom: 15px;
    margin-top: 14px;
}
.slicknav_menu {
    padding: 5px 15px;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.slicknav_btn {
    background-color: transparent;
    margin-top: 32px;
    margin-bottom: 6px;
    margin-right: 0px;
    padding-right: 0px;
}
.slicknav_menu .slicknav_menutxt {
    display: none;
}
.slicknav_menu {
    background: transparent;
    position: relative;
    z-index: 2;
}
.slicknav_nav li, .slicknav_nav ul {
    background-color: #fff;
    text-align: center;
}
.slicknav_nav a {
    color: #1a1a1a;
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: 'CopperHewitt-Bold';
    margin-right: 0;
    margin-left: 0;
}
.slicknav_nav a:hover {
    background-color: #c1272d;
    color: #fff;
    border-radius: 0;
}
.primery-navigation .navigation-item.bg-news-active, .primery-navigation .navigation-item.bg-program-active, .primery-navigation .navigation-item.bg-about-active, .primery-navigation .navigation-item.bg-contact-active  {
    background-image:none;
}

.primery-navigation .navigation-item.bg-news-active a, .primery-navigation .navigation-item.bg-program-active a, .primery-navigation .navigation-item.bg-about-active a, .primery-navigation .navigation-item.bg-contact-active a {
      background-color: #c1272d;
    color: #fff;
}

body {
    background-image: url("../../../bundles/keyupfrontend/img/bg-mobil-2019.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: repeat-Y;
}
.article {
    width: 100%}
.container {
    width: 100%}
.article h1:before, .article h1:after, .row-content h1:before, .row-content h1:after {
    background-color: #c1272d;
    height: 35px !important;
    content: "";
    position: absolute;
    top: 0;
    width: 18px;
}
.article h1:before, .row-content h1:before {
    left: -15px;
}
.article h1:after, .row-content h1:after {
    right: -15px;
}
.facebook-wall, .next-day {
    display: none;
}
.next-day-small{
    display: table-row;
}
.offer-text .hour {
    font-size: 1em;
}
.offer-text h2 {
    font-size: 1em;
}
.program-table td.category-cell {
    display: none;
}
.header-offer .day {
    margin-top: 4px;
}
.socials {
    float: left;
    margin-top: 0;
}
.socials:first-of-type {
    margin-left: 0;
}
.theme-logo img {
    width: 85%}
.theme-logo {
    background-image: url("../../../bundles/keyupfrontend/img/logo-bg-mobil.png");
    width: 169px;
    height: 81px;
    position: relative;
    z-index:10;
}
.time-information+img {display:block;}
.page-header {
    margin-bottom: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
z-index:2;}
.slicknav_menu .slicknav_icon-bar {
    border-radius: 0px;
    height: 0.31em;
    width: 2.3em;
    margin: 0.31em 0px;
}
.poster-bild img {
    max-width: 100%}
.klubovna-hint {
    background-color: #c1272d;
    left: 0;
    padding:11px 7px 5px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    border-right: medium none;
    top: -31px;
    z-index: 2;
    width: 100%;
    font-size: 1.1em;
    color: #fff;
    height:35px;
}
.container {
    width: 460px;
}
.article {
    width: 428px;
}
.footer .container {
    background-image: url("../../../bundles/keyupfrontend/img/footer-width-mobil.png");
    padding: 26px 34px 0;
    height: 191px;
    background-size: 94% auto;
}
.program-table {
    font-size: .9em;
}
.program-table td.day-cell {
    width: 9%}
.program-table td.date-cell {
    width: 15%}
.program-table td.hour-cell {
    width: 15%}
.poster-bild {
    height: auto;
    margin-top: 20px;
}
.tabs-list, .filtr {
    display: none;
}
.program {
    padding: 0;
    border: 0;
    position: relative;
}
.program-header {
    background-color: #c1272d;
    color: #fff;
}
.program .program-link {
    color: #fff;
    font-size: .8em;
    text-decoration: underline;
    text-transform: none;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 9;
}
.program .program-title {
    position: absolute;
    top:0;
    left:0;
    font-size: 1.2em;
    color: #FFF;
       height: 29px;
    padding-top:8px;
    line-height: inherit;
      padding-left: 14px;
}
.program .program-title:before,.program .program-title:after {display:none;}
.program-table .day-cell img {
    display: none;
}
.program-extract .date-content {
    position: relative;
    top: 0;
    padding-left: 0;
    padding-right: 0;
    width:110px;
}
@media (max-width:480px){
.program-extract .date-content {
    width:85px;
}
}
.program-extract .time-information {
    margin-top: 20px;
    width:50px;
    float:left;
    margin-bottom:0;
}
.program-extract .time-information:not(:first-of-type) {
    margin-top:2px;
}
.program-extract td.content-cell{
    padding-left:0px;
}
.program-extract td.content-cell:after{
    content:"";
    display:block;
    clear:both;
}
.program-extract td.content-cell .no-decoration{
    width:calc(100% - 50px);
    float:right;
    display:block;
    padding-top:3px;
}
.article {
    border-top: 0;
}
h1 {
    background-color: #c1272d;
    color: #fff;
    font-size:1.2em;
    position: relative;
    padding-left: 8px;
    float:left;
    width:100%;
       height: 35px !important;
    padding-top:8px;
    line-height: inherit;
}
.row-content {
    border-top: 0 solid #c1272d;
    padding: 0 15px 20px;
}
.fluid-text+.subtitle, .fluid-text+h2, dl+h2 {
    margin-top: 20px;
}
.program-detail .program-header .page-name a:after{
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index:99;
}
.program h2 {
    font-size: 1.3em;
}
.img-content {
    display: none;
}
.program-detail .program-content {
    padding-top: 0;
}
.program h1 {
    text-transform: uppercase;
    color: #fff;
    padding-top: 3px;
    border-bottom:none;
}
.program h1:before, .program h1:after {
    height:29px;
}
.article {
    padding-top: 0;
}
.program .program-title:before, .program .program-title:after {
    display: none;
}
.head-xs {
      line-height: 1em;
    height: 29px;
    padding-top:8px;
    display:block;
}
.bullets {
    display: block;
}
#slider1 .viewport {
    width: 440px;
    height: 690px;
}
#slider1 .overview li {
    width: 440px;
    padding-top: 30px;
    height: 690px;
}
.slider {
    width: 100%;
    float: right;
    border-top: 0;
}
#slider1 {
    border-top: 0;
    text-align: center;
}
.slider img {
    max-width: 100%}
.klubovna-hint {
    top: 0;
}
.accordion-content {
    display: block;
}
.row-content .contact-title {
    line-height: 1em;
    height: 29px;
    padding-top: 5px;
}
.klubovna-hint.safari-hack {
    border-right: 3px solid #c1272d;
    top: 0;
    padding: 9px;
}

.row-content .contact-title {
    line-height: 1em;
    height: 29px;
    padding-top:8px;
}
.article p+h1 {
    line-height: 1em;
    height: 29px;
    padding-top:8px;
}
.slider-photo-wrap {
    display: block;
}
.slider-photo-wrap {
    height: 1%;
    overflow: hidden;
    padding: 0 0 10px;
    width: 100%;
    text-align: center;
    height: 305px;
}
.slider-photo-wrap .viewport {
    float: none;
    width:100%;
    height: 305px;
    overflow: hidden;
    position: relative;
    top: -2px;
    display: inline-block;
}
.slider-photo-wrap .buttons {
    display: block;
    position: relative;
}

.slider-photo-wrap .next {
    margin: 0;
}
.slider-photo-wrap .buttons:hover {
    color: #c01313;
    background: #fff;
}
.slider-photo-wrap .disable {
    visibility: hidden;
}
.slider-photo-wrap .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0;
    top: 0;
}
.slider-photo-wrap .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 305px;
    width: 460px;
    position: relative;
}
.program-detail h1 {
    padding-left: 16px;
       height: 29px;
    padding-top:6px;
    line-height: inherit;
}
.program-detail h1:before {
    content: "";
    left: -15px;
    width: 27px;
    padding-left: 5px;
    padding-top:5px;
    position:absolute;
    top:0;
}
.hidden {
    display: none;
}
.program-extract .date {
    padding-left: 5px;
}
.program-content .program-table td.day-cell {
    width: 30px}
img+.link-fb {
    margin-top: 15px;
}
.slicknav_menu {z-index:auto;}
.slicknav_btn {
    position:relative;
    z-index:10;
}
.program-table .day-cell a {display: none;}
.owl-buttons {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    opacity: 0;
}
.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
    width: 100%;
    float: right;
}
.viewport .owl-theme .owl-controls {
    margin-top:-38px;
    text-align: center;
    width: 100%;
    float: left;
}
.viewport .owl-buttons {opacity:1 !important;}
.viewport .owl-theme .owl-controls .owl-buttons div{position:relative;opacity: 1;text-indent: -9999px;background:transparent;}

.viewport img:hover {opacity:1;}

.viewport .owl-pagination {position:relative;z-index:10;}

.viewport .owl-buttons .owl-prev:before, .viewport  .owl-buttons .owl-next:after {
    position: absolute;
    color: #fff;
    font-family: 'Icomoon';
    z-index: 10;
    font-size: 2em;
    text-indent: 1px;
}
.viewport .owl-buttons .owl-prev:before {
    content: "\e601";
    left: 7px;
    top: -3px;
}
.viewport  .owl-buttons .owl-next:after {
    content: "\e602";
    right: 7px;
    top: -3px;
}
.viewport .owl-buttons .owl-prev:before:hover,.viewport  .owl-buttons .owl-next:after:hover {
    color: #c1272d;
}

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

.bg-transparent-xs {background:transparent;}
.bg-white-xs {float:left;background: #fff;}

.klubovna h1{margin-bottom:0;}
.klubovna .pdg-top-xs {padding-top:15px;}
.program-table td.hour-cell {padding-top: 4px;}
.primery-navigation .navigation-item {height: auto;}
.primery-navigation .navigation-item a {margin: 0;}
.program-detail h1 a {display: inline-block;margin-right: 10px;margin-bottom: 5px;text-decoration: none;color: #fff;width: 8px;color:#fff;}

.program-header {padding: 7px 18px;display:block;position:absolute;background-color:transparent;}
.article .page-name a:after {left: -12px;top: 0;}
.time-hours {display: inline-flex;line-height: 2.3em;width: 100%;height: 50%;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .slicknav_menu .slicknav_icon {margin: 0.188em 8px 0px 0.438em;}
    .theme-logo {margin-left: 8px;}
    .offer-text .offer-category {bottom: 33px;}
    .owl-theme .owl-controls {margin-top: -25px;}
}

@media only screen and (max-width:479px) {
    .footer .container {
    background-image: url("../../../bundles/keyupfrontend/img/footer-small-mobil.png");
    padding: 26px 15px 0;
    height: 220px;
    background-size: 100% auto;
}
.container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.article {
    padding-left: 15px;
    padding-right: 15px;
}
.socials {
    margin-top: 25px;
}
.slicknav_menu {
    padding: 5px 0;
    width: 100%;}
.slicknav_btn {
    margin-right: 13px;
}
.page-header {
    padding-left: 8px;
}
.program {
    padding: 0;
}
h1 {
    padding-left: 0;
    height: 29px;
    padding-top:8px;
    line-height: inherit;
}
h1:before, h1:after {
    background-color: #c1272d;
    height: 35px !important;
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
}
h1:before {
    left: -20px;
}
h1:after {
    right: -20px;
}
#slider1 .viewport {
    width: 100%;
    height: 500px;
    display: inline-block;
    float: none;
}
#slider1 .overview li {
    width: 100%;
    padding-top: 30px;
    height: 500px;
}
.article h1:before, .row-content h1:before {
    left: -18px;
}
.article .head-xs:before {
    left: -18px;
}
.row-content h1 {
    height: 29px;
    padding-top:8px;
    line-height: inherit;
}
.article p+h1 {
    line-height: 1em;
    height: 29px;
    padding-top: 5px;
}
.slider-photo-wrap {
    height: 215px;
}
.slider-photo-wrap .viewport {
    height: 205px;
}
.slider-photo-wrap .overview li {
height: 205px;
}
.slider-photo-wrap .prev:before {
    content: "\e601";
    left: 7px;
    top: 83px;
}
.slider-photo-wrap .next:after {
    content: "\e602";
    right: 7px;
    top: -123px;
}
.offer-content {
    height: 164px;
}
.program-table td {
    font-size: 15px;
}
.owl-theme .owl-controls {
    margin-top: 15px;
}
.viewport .owl-theme .owl-controls {
    margin-top:11px;
}


.program-table td {word-break:break-word;}
section {overflow: hidden;}
}
