.wgt.wgt-kino #content .content1, .wgt #content .content2 {
    padding-top: 0;
}

.wgt.wgt-kino .wgt-navigation ul {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.wgt.wgt-kino .wgt-navigation.wgt-submenu {
    margin-top: -16px;
    margin-bottom: 10px;
}

.wgt.wgt-kino .details-wrapper .wgt-navigation.wgt-submenu {
    margin-top: 0;
}

.wgt.wgt-kino .wgt-navigation.wgt-submenu li {
    width: 33.3%;
}

.headline {
    text-transform: uppercase;
    padding: 0 15px;
    color: #717171;
    font-weight: bold;
    text-align: left;
    background-color: #F7F7F7;
    font-size: 16px;
    line-height: 36px;
}


.city-selector-wrapper {
    padding: 0 15px;
    position: relative;
}

.city-selector-wrapper .selected-city {
    overflow: hidden;
    position: absolute;
    left: 140px;
    right: 15px;
    top: 21px;
}

.city-selector-wrapper .selected-city span.city-name {
    display: block;
    color: #838383;
    font-size: 16px;
    line-height: 26px;
    padding-left: 5px;
    margin-right: 20px;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
}

.city-selector-wrapper .selected-city span.city-name:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    right: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("img/i/btn.png");
}

.city-selector-wrapper .selected-city span.city-name.no-city {
    font-size: 14px;
    font-style: italic;
}

.city-selector-wrapper .selected-city a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-indent: -100px;
}

.alpha-wrapper {
    padding: 10px;
    text-align: center;
    overflow: hidden;
}

.alpha-wrapper .headline {
    text-transform: uppercase;
    padding: 15px 10px 20px 10px;
    color: #717171;
    font-weight: bold;
    text-align: left;
    background-color: transparent;
}

.alpha-wrapper .letters a {
    float: left;
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #DEDEDE;
    text-transform: uppercase;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-8 */
    margin-top: -1px;
    margin-left: -1px;
}

.alpha-wrapper .letters a.selected {
    border-left-color: #CDCDCD;
    border-top-color: #CDCDCD;
    background: rgb(210,210,210); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(210,210,210,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,210,210,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(210,210,210,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(210,210,210,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(210,210,210,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(210,210,210,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-8 */
}

.letter-wrapper {
    padding: 10px 0;
    text-align: center;
}

.letter-wrapper .letter-content {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #B4B4B4;
    font-size: 36px;
    line-height: 48px;
    color: #F7F7F7;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    position: relative;

}

.letter-wrapper .letter-content:after {
    content: "";
    border-color: #B4B4B4 transparent transparent transparent;
    border-style: solid;
    border-width: 8px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}







.cinema-list-wrapper .accordion-toggle {
    padding: 10px 30px 10px 15px;
    overflow: hidden;
}

.cinema-list-wrapper .accordion-toggle.spec-movie .image-wrapper {
    float: left;
    margin-right: 10px;
    border: 1px solid #DFDFDF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 95px;
    height: 95px;
    overflow: hidden;
}

.cinema-list-wrapper .accordion-toggle.spec-movie .image-wrapper img {
    width: 100%;
}

.cinema-list-wrapper .accordion-toggle.spec-movie span.duration,
.cinema-list-wrapper .accordion-toggle.spec-movie span.type {
    display: block;
    color: #6C787D;
    font-size: 12px;
    line-height: 18px;
}

.cinema-list-wrapper .accordion-toggle.spec-movie span.duration {
    display: inline-block;
    background-color: #DBDEDF;
    padding: 3px 10px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    line-height: 16px;
    vertical-align: bottom;
}

.cinema-list-wrapper .accordion-toggle.spec-movie span.duration sub {
    vertical-align: bottom;
    font-size: 10px;
    padding-left: 3px;
}

.cinema-list-wrapper .accordion-inner {
    padding: 0 0 9px 0;
}



.details-wrapper .line {
    padding: 15px;
    border-top: 1px solid #E9E9E9;
}

.details-wrapper .line:first-child {
    border-top: none;
}

.details-wrapper .object a {
    display: block;
    color: #3F3F41;
    font-size: 16px;
    line-height: 24px;
}

.details-wrapper .object .hours span {
    font-size: 14px;
    padding-right: 10px;
    color: #404040;
    white-space: nowrap;
}

.details-wrapper .object .hours span.past {
    color: #879398;
}

.details-wrapper .object .nodata {
    color: #404040;
    font-style: italic;
}

.cinema-list-wrapper .details-wrapper .line.info {
    overflow: hidden;
}

.cinema-list-wrapper .details-wrapper .line.info a {
    float: right;
    font-size: 12px;
    line-height: 16px;
    padding-top: 16px;
}

.cinema-list-wrapper .details-wrapper .line.info a:after {
    content: "»";
    padding-left: 5px;
    font-size: 16px;
}

.cinema-list-wrapper .details-wrapper .cinema .cinema-info span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #6C787D;
}

.cinema-list-wrapper .details-wrapper .line.info.movie a {
    padding-top: 0;
}






.cities-wrapper {
    overflow: hidden;
    background-color: #F7F7F7;
}

.cities-wrapper .shadow {
    -moz-box-shadow:    0px -2px 10px 3px rgb(175, 175, 175);
    -webkit-box-shadow: 0px -2px 10px 3px rgb(175, 175, 175);
    box-shadow:         0px -2px 10px 3px rgb(175, 175, 175);
    height: 0px;
}

.cities-wrapper h2.headline {
    text-transform: uppercase;
    padding: 25px 10px 20px 10px;
    color: #717171;
    font-weight: normal;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    background-color: transparent;
}

.cities-wrapper .main-cities {
    background-color: #E5E5E5;
    padding: 0 5px 10px 5px;
    overflow: hidden;
}

.cities-wrapper .main-cities .city-container {
    float: left;
    width: 50%;
    padding: 5px 0;
}

.cities-wrapper .main-cities .city-container a {
    display: block;
    padding: 0 10px;
    margin: 0 5px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;

    border: 1px solid #D1D1D1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    position: relative;
    background: rgb(252,252,252);
    background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(243,243,243,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(243,243,243,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-8 */
}

.cities-wrapper .accordion {
    padding-top: 10px;
    visibility: visible;
}

.cities-wrapper .accordion .accordion-toggle {
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(img/w/ico-accordion-header-go.png);
}

@media only screen and (min-width: 480px) {
    .cities-wrapper .main-cities .city-container {
        width: 33.33%
    }
}


.details-wrapper.cinema .movies-list .line:first-child,
.details-wrapper.cinema .cinemas-list .line:first-child {
    border: none;
}

.details-wrapper.cinema h1 {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    padding: 12px 15px;
}

.details-wrapper.cinema .details {
    margin-bottom: 24px;
}

.details-wrapper.cinema .details .line {
    padding: 0 15px;
    color: #6C787D;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    border: none;
}

.details-wrapper.cinema .details .line label {
    font-weight: normal;
    padding-right: 5px;
}

.details-wrapper.movie .headline {
    margin-top: 10px;
}

.details-wrapper.movie h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #181818;
    padding: 15px 10px;
}

.details-wrapper.movie .details .image-wrapper {
    display: block;
    width: 320px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px;
    height: 200px;
    overflow: hidden;
}

.details-wrapper.movie .details .line {
    overflow: hidden;
    border: none;
    padding: 5px 10px;
}

.movie .stars {
    float: left;
    overflow: hidden;
}

.movie .stars .star {
    float: left;
    width: 18px;
    height: 17px;
    margin: 0 1px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("img/w/movieshowtimes/star-empty.png");
}

.movie .stars .star b {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("img/w/movieshowtimes/star-full.png");
}

.details-wrapper.movie .duration {
    float: right;
    color: #6C787D;
    font-size: 12px;
    line-height: 18px;
}

.details-wrapper.movie .duration {
    display: inline-block;
    background-color: #DBDEDF;
    padding: 3px 10px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    line-height: 16px;
    vertical-align: bottom;
}

.details-wrapper.movie .duration sub {
    vertical-align: bottom;
    font-size: 10px;
    padding-left: 3px;
}

.details-wrapper.movie .type,
.details-wrapper.movie .prod {
    float: right;
    color: #6C787D;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    width: 50%;
}

.details-wrapper.movie .type {
    float: left;
    font-weight: bold;
    text-align: left;
}

.details-wrapper.movie .description {
    padding: 30px 10px;
    color: #181818;
    font-size: 16px;
    line-height: 22px;
}

.details-wrapper.movie ul.persons {
    margin: 10px 0 15px 0;
}

.details-wrapper.movie ul.persons li {
    padding: 10px 10px 10px 30px;
    color: #000;
    border-bottom: 1px solid #F2F2F2;
}

.details-wrapper.movie ul.persons li.hidden {
    display: none;
}

.details-wrapper.movie ul.persons li span.role-name {
    color: #6C787D;
    padding-left: 5px;
}

.details-wrapper.movie ul.persons li.director {
    padding-left: 10px;
}

.details-wrapper.movie ul.persons li.director:last-child {
    border: 0;
}

.details-wrapper.movie ul.persons li.actor {
    background-repeat: no-repeat;
    background-position: 10px 13px;
    background-image: url("img/w/actor-icon.png");
}

.details-wrapper.movie ul.persons li.more {
    text-align: center;
}

.details-wrapper.movie ul.persons li.more a.show-full-list {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    padding-right: 35px;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url("img/w/ico-accordion-header-collapsed.png");
}

.wgt.wgt-kino .dubbing {
    font-size: 11px;
    background: #4B9BCE;
    color: #ffffff;
    display: inline-block;
    border-radius: 2px;
    padding: 0 2px;
    position: relative;
    top: -1px;
    line-height: 14px;
    left: -1px;
}

#top-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#top-layer .bg {
    background-color: #000;
    opacity: 0.9;
    width: 100%;
    height: 100%;
}

#top-layer .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#top-layer .image-wrapper span {
    display: block;
    margin: 0 auto;
    position: relative;
}

#top-layer .image-wrapper img {
    display: block;
}

#top-layer .image-wrapper span a.close {
    position: absolute;
    top: -23px;
    right: -23px;
    width: 47px;
    height: 47px;
    font-size: 0;
    color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("img/w/movieshowtimes/close.png");
}



@media only screen and (min-width: 340px) {

    .city-selector-wrapper,
    .wgt.wgt-kino .wgt-navigation ul {
        width: 310px;
        margin: 0 auto;
    }

}


@media only screen and (-webkit-min-device-pixel-ratio: 2) {

    #top-layer .image-wrapper span a.close {
        background-position: 0 0;
        background-size: 47px 47px;
        background-image: url("img/w/movieshowtimes/close-2.0.png");
    }

    .movie .stars .star {
        background-position: 0 0;
        background-size: 18px 17px;
        background-image: url("img/w/movieshowtimes/star-empty-2.0.png");
    }

    .movie .stars .star b {
        background-position: 0 0;
        background-size: 18px 17px;
        background-image: url("img/w/movieshowtimes/star-full-2.0.png");
    }

    .cities-wrapper .accordion .accordion-toggle {
        background-position: 100% 50%;
        background-size: 32px 32px;
        background-image: url(img/w/ico-accordion-header-go-2.0.png);
    }

    .details-wrapper.movie ul.persons li.actor {
        background-size: 13px 12px;
        background-position: 10px 13px;
        background-image: url("img/w/actor-icon-2.0.png");
    }

    .details-wrapper.movie ul.persons li.more a.show-full-list {
        background-size: 32px 32px;
        background-position: top right;
        background-image: url("img/w/ico-accordion-header-collapsed-2.0.png");
    }

    .city-selector-wrapper .selected-city a:after {
        background-position: center right;
        background-size: 21px 21px;
        background-image: url("img/w/circle-arrow-toright-2.0.png");
    }

    .city-selector-wrapper .selected-city a.collapse:after {
        background-image: url("img/w/circle-arrow-toleft-2.0.png");
    }

}
