/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.header .container-search .btn-search:active,
.header .container-search .btn-search:focus,
.header .container-search input.form-control:focus {
    outline: 0
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
    position: relative
}

.fancybox-skin {
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../libraries/fancyapps-fancyBox/source/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
    z-index: 8040;
    position: absolute;
    cursor: pointer
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../libraries/fancyapps-fancyBox/source/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    background: url(../images/sprite.png) -107px 0 no-repeat;
    height: 30px;
    right: 4px;
    top: 4px;
    width: 30px
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: url(../libraries/fancyapps-fancyBox/source/blank.gif);
    -webkit-tap-highlight-color: transparent
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock,
.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../libraries/fancyapps-fancyBox/source/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    background-color: #363636;
    color: #fff;
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.hidden,
.tmp123 {
    display: none!important
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(../libraries/fancyapps-fancyBox/source/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(../libraries/fancyapps-fancyBox/source/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

#wrapper {
    margin-bottom: 0
}

.block>.in,
.clearfix {
    display: block
}

img {
    border: 0;
    vertical-align: middle
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* html .clearfix {
    height: 1%
}

.block {
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px
}

.block.es {
    padding-bottom: 50px;
    padding-top: 50px
}

.block.grey {
    background-color: #363636
}

.block.grey-light {
    background-color: #f6f6f6
}

.block>.in {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.block-article>.in,
.block-home>.in,
.block-rubric>.in,
.block.block-simple>.in,
.block.block-table>.in,
.block.grey-light>.in,
.block.te>.in {
    max-width: 853px
}

.r-only {
    display: none
}

.header .nav,
.logo {
    display: block;
    float: left
}

body,
hmtl {
    background-color: #fff;
    font-family: Raleway, Verdana, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    padding: 0
}

#header,
.header {
    background-color: #9e0c11;
    height: auto;
    padding-bottom: 0;
    padding-top: 0
}

.header.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 1px #dad7d4
}

.header>.in {
    padding-top: 5px;
    position: static
}

.logo {
    margin-left: 0;
    margin-top: 8px;
    width: 152px
}

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

.header .nav {
    margin: 14px 0 0 16px
}

.header .nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.header .nav ul .item {
    display: inline;
    position: relative
}

.header .nav ul .item::after {
    background-color: #c87578;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    transform: rotate(27deg)
}

.header .nav ul .item.last::after {
    display: none
}

.header .nav ul .item a,
.theater-encyclopedia {
    display: inline-block;
    color: #fff;
    text-decoration: none
}

.header .nav ul .item a {
    font-size: 14px;
    margin: 0 12px
}

.header .nav ul .item.active a {
    font-weight: 700
}

.theater-encyclopedia {
    float: left;
    font-family: Cardo, serif;
    font-size: 17px;
    font-weight: 700;
    margin: 12px 0 0 25px
}

.lang {
    color: #fff;
    float: right;
    font-size: 14px;
    margin: 14px 10px 0 0;
    text-decoration: none
}

.header .container-search {
    background-color: #86060b;
    cursor: pointer;
    display: block;
    float: right;
    height: 53px;
    margin: -5px 0 0;
    padding: 0;
    position: relative;
    width: auto
}

.header .container-search .in {
    background-color: #86060b;
    bottom: 0;
    height: 53px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    transition: width .3s ease
}

.header .container-search.active .in {
    width: 240px
}

.header .container-search input.form-control {
    border: 0;
    background-color: transparent;
    color: #fff;
    margin: 20px 20px 0;
    height: 18px;
    width: 170px
}

.header .container-search .btn-search {
    background-color: #86060b;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 53px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 42px
}

.active-search .header .container-search .btn-search {
    background-color: #fff
}

.header .container-search .btn-icon {
    background: url(../images/sprite.png) no-repeat;
    display: inline-block;
    font-size: 0;
    height: 18px;
    margin: 4px 12px 0;
    overflow: hidden;
    width: 18px
}

.active-search .header .container-search .btn-icon {
    background-position: -169px 0
}

.es .events,
.renginiu-paieska {
    background-color: #fff;
    border: 3px solid #ee999c;
    display: block;
    float: left;
    height: 340px;
    margin: 0 30px 0 0;
    padding: 15px 18px;
    position: relative;
    width: 350px
}

.es .events .form-control-select,
.es .events .title {
    color: #a41c21;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    float: left;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase
}

#eb_calendar select,
.es .events .form-control-select {
    border: 0;
    float: right;
    width: auto
}

.es .events .ui-datepicker,
.es .events div.ui-datepicker {
    font-size: 13px;
    width: 100%
}

.es .events .ui-datepicker-calendar {
    width: 100%
}

.es .events .ui-datepicker-title {
    color: #9e0c11;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    text-align: center
}

.es .events .ui-datepicker .ui-datepicker-header {
    height: auto
}

.es .events .ui-datepicker .ui-datepicker-calendar th,
.es .events .ui-datepicker .ui-datepicker-header {
    background: 0 0
}

.es .events .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.es .events .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    position: absolute;
    left: 18px;
    top: 46px
}

.es .events .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    left: auto;
    right: 18px
}

.es .events .ui-datepicker .ui-datepicker-header .ui-datepicker-next span,
.es .events .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
    background: url(../images/sprite.png) -18px 0 no-repeat;
    display: inline-block;
    height: 11px;
    text-indent: -9999px;
    width: 16px
}

.es .events .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
    background-position: -34px 0
}

.es .events .ui-datepicker .ui-datepicker-calendar td,
.es .events .ui-datepicker .ui-datepicker-calendar td a,
.es .events .ui-datepicker .ui-datepicker-calendar th {
    color: #9e0c11
}

.es .events .btn-events-search,
.search-shows>.title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase
}

.es .events .ui-datepicker .ui-datepicker-calendar td,
.es .events .ui-datepicker .ui-datepicker-calendar th {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0
}

.es .events .ui-datepicker .ui-datepicker-calendar th {
    border-bottom: 1px solid #ee999c
}

.es .events .ui-datepicker td {
    border: 0;
    padding: 0;
    text-align: center
}

.es .events .ui-datepicker td.ui-datepicker-today {
    background-color: #fff
}

.es .events .ui-datepicker td a,
.es .events .ui-datepicker td span {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    width: 12px
}

.es .events .ui-datepicker td a.ui-state-active,
.es .events .ui-datepicker td a.ui-state-highlight,
.es .events .ui-datepicker td a.ui-state-hover,
.es .events .ui-datepicker td span.ui-state-active,
.es .events .ui-datepicker td span.ui-state-highlight,
.es .events .ui-datepicker td span.ui-state-hover {
    border-color: #111
}

.es .events .ui-datepicker td.ui-datepicker-today a,
.es .events .ui-datepicker td.ui-datepicker-today span {
    border-color: #f1dbdc
}

.es .events .btn-events-search {
    background-color: #9e0c11;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 30px
}

.search-shows {
    background-color: #9e0c11;
    display: block;
    float: none;
    height: 334px;
    margin: 0;
    overflow: hidden;
    padding: 21px 29px;
    position: relative;
    width: auto
}

.search-shows>.title {
    font-size: 16px;
    margin: 0;
    padding-bottom: 32px
}

.block>.in>.content>.title.purple,
.block>.in>.title,
.search-shows .btn-shows-search,
.search-shows .control-label,
.search-shows input.form-control {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px
}

.search-shows .form-group {
    padding-bottom: 10px;
    position: relative
}

.search-shows .form-group.width-49 {
    float: left;
    width: 49%
}

.search-shows .width-49.even {
    float: right
}

.search-shows .control-label {
    color: #acacac;
    display: block;
    position: absolute;
    left: 2%;
    top: 10px
}

.search-shows input.form-control.active+.control-label,
.search-shows input.form-control:active+.control-label,
.search-shows input.form-control:focus+.control-label {
    opacity: 0
}

.search-shows input.form-control {
    background-color: #fff;
    border: 0;
    color: #acacac;
    display: block;
    padding: 12px 2%;
    width: 96%
}

.search-shows .btn-shows-search {
    background-color: #9e0c11;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-weight: 700;
    padding: 7px 30px;
    text-transform: uppercase
}

.l {
    background-color: #ebebeb;
    height: 380px;
    position: absolute;
    width: 1px;
    transform: rotate(27deg)
}

.l.l1 {
    left: 40%;
    top: -50px
}

.l.l2 {
    bottom: -68px;
    right: 0
}

.block>.in>.content>.title.purple,
.block>.in>.title {
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    text-transform: uppercase
}

.block>.in>.content>.title.purple,
.block>.in>.title.purple {
    margin: 14px 0 27px 26px;
    padding: 0
}

.block>.in>.content>.title.purple,
.block>.in>.content>.title.purple a,
.block>.in>.title.purple,
.block>.in>.title.purple a {
    color: #9e0c11
}

.block.grey>.in>.title.purple,
.block.grey>.in>.title.purple a {
    color: #fff
}

.block>.in>.content>.title.purple,
.block>.in>.title,
.block>.in>.title.purple {
    margin-right: 12px;
    position: absolute;
    right: 100%;
    top: 0
}

.block-article .h1,
.block-right>.in>.title,
.block>.in>.title.h1 {
    bottom: auto;
    position: relative;
    left: auto;
    right: auto;
    top: auto
}

.block>.in>.title a {
    text-decoration: none
}

.block>.in>.title:hover>a,
.block>.in>a.title:hover {
    text-decoration: underline
}

.block>.in>.content>.title.purple::before,
.block>.in>.title.purple::before {
    background-color: #ee999c;
    content: '';
    display: block;
    height: 50px;
    position: absolute;
    left: -15px;
    top: -14px;
    width: 1px;
    transform: rotate(27deg)
}

.block.grey>.in>.title.purple::before {
    background-color: #fff
}

.list {
    list-style: none;
    margin: 0;
    padding: 0
}

.block .list {
    margin-bottom: 2px
}

.block-with-partners .list {
    float: left;
    width: 70%
}

.block-home .item,
.block-rubric .item,
.block.cols-3 .item,
.block.te .item {
    float: left;
    margin-bottom: 30px
}

.block-0 .item,
.block.cols-4 .item,
.block.grey .item,
.block.grey-light .item,
.block.white-further .item {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 23.5%
}

.block.cols-4 .col {
    float: left;
    width: 23.5%
}

.block.cols-4 .col .item {
    width: 100%
}

.block-0 .item-1,
.block-0 .item-2,
.block-0 .item-3,
.block-0 .item-4 {
    width: 32%
}

.block-0 .item-0 {
    background-color: #9e0c11;
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.block-2 .item,
.block-rubric .item,
.block.cols-3 .item,
.block.te .item {
    margin-left: 1%;
    margin-right: 1%;
    width: 32%
}

.block.cols-2 .item {
    width: 48%
}

.block.te .item {
    height: 164px;
    outline: #ee999c solid 2px
}

.block.te .item:hover {
    background-color: #9e0c11;
    outline-color: #9e0c11
}

.block-0 .item:nth-child(4n-2),
.block-2 .item:nth-child(3n-2),
.block-rubric .item:nth-child(3n-2),
.block.cols-2 .item.item-0,
.block.cols-3 .item:nth-child(3n-2),
.block.cols-4 .item:nth-child(4n-7),
.block.grey .item:nth-child(4n-7),
.block.grey-light .item:nth-child(4n-7),
.block.te .item:nth-child(3n-2),
.block.white-further .item:nth-child(4n-7) {
    clear: both;
    margin-left: 0
}

.block-0 .item:nth-child(4n+1),
.block-2 .item:nth-child(3n),
.block-rubric .item:nth-child(3n),
.block.cols-2 .item.item-1,
.block.cols-3 .item:nth-child(3n),
.block.cols-4 .item:nth-child(4n),
.block.grey .item:nth-child(4n),
.block.grey-light .item:nth-child(4n),
.block.te .item:nth-child(3n),
.block.white-further .item:nth-child(4n) {
    margin-right: 0
}

.block.cols-3 .item:nth-child(4n-7) {
    clear: none;
    margin-left: 1%
}

.block.cols-3 .item:nth-child(3n-2) {
    margin-left: 0;
    margin-right: 1%
}

.block.cols-3 .item:nth-child(4n) {
    margin-right: 1%
}

.block.cols-2 .item:nth-child(3n-2) {
    clear: none;
    margin-left: 1%
}

.block.cols-2 .item:nth-child(odd) {
    clear: both;
    margin-left: 0;
    margin-right: 1%
}

.block.cols-2 .item:nth-child(even) {
    margin-left: 1%;
    margin-right: 0
}

.block-home.block-0 .item-4,
.block-home.grey .item-3 {
    display: none
}

.block.grey-light-article .item {
    margin-bottom: 1%
}

.block.te .item>.in {
    display: block;
    padding: 30px;
    text-decoration: none
}

.block .item .image,
.block .item .image img {
    min-width: 100%
}

.block .item .image {
    margin-bottom: 10px;
    height: 160px;
    text-align: center;
    overflow: hidden;
    background-color: #ccc
}

.block-0 .item-0 .image,
.block-0 .item-0 .image img {
    min-height: 0;
    min-width: 0
}

.block-0 .item-0 .image {
    float: left;
    height: auto;
    margin: 0;
    width: 60%;
    width: 66%
}

.grey-light.block-rubric .item .image {
    height: 220px
}

.block-0 .item-0 .image img {
    height: auto;
    width: 100%
}

.block .item .image .btn-link {
    display: block;
    height: 100%;
    position: relative
}

.block .item-0 .image .btn-link {
    max-height: 440px
}

.block .item .btn-link>.in.landscape,
.block .item .btn-link>.in.top {
    display: block;
    float: left;
    height: 100%;
    position: relative;
    left: 50%
}

.block .item .btn-link>.in img {
    width: 100%
}

.block .item .btn-link>.in.landscape img,
.block .item .btn-link>.in.top img {
    height: 120%;
    min-width: 0;
    max-width: none;
    position: relative;
    left: -50%;
    top: -10%;
    width: auto
}

.block .item .btn-link>.in.landscape img {
    height: 100%;
    top: 0
}

.block .item .btn-link>.in.portrait img {
    height: 100%;
    min-width: 0;
    margin: 0 auto;
    width: auto
}

.block .item .info {
    font-family: Lora, serif
}

.block .item .author,
.block .item .date,
.block .more,
.block .more>a {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase
}

.block-0 .item-0 .info {
    float: none;
    padding: 30px;
    overflow: hidden;
    width: auto
}

.block-0 .item-0 .info .table {
    display: table;
    height: 100%
}

.block-0 .item-0 .info .table .row {
    display: table-row
}

.block-0 .item-0 .info .table .row .col {
    display: table-cell;
    vertical-align: top
}

.block-0 .item-0 .info .table .row.s .col {
    vertical-align: bottom
}

.block .item .title,
.block .item .title>a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none
}

.block .item .title {
    display: inline-block;
    margin-bottom: 10px
}

.block .item .author,
.block .item .date {
    color: #959595;
    font-size: 11px;
    margin-bottom: 7px
}

.block .item .date {
    margin-bottom: 0
}

.block-0 .item-0 .author,
.block-0 .item-0 .date {
    color: #efefef
}

.block .item .desc {
    color: #464646;
    font-size: 15px
}

.block-0 .item-0 .desc,
.block.grey .desc,
.block.grey .title {
    color: #fff
}

.block-0 .item-0 .title,
.block-0 .item-0 .title>a {
    color: #fff;
    font-size: 30px;
    font-size: 24px;
    line-height: 1.3;
    text-decoration: none
}

.block-0 .item-0 .title {
    margin-bottom: 15px
}

.block.te .item .title,
.block.te .item .title>a {
    color: #9e0c11;
    font-size: 15px;
    position: relative;
    text-decoration: none
}

.block.te .item:hover .desc,
.block.te .item:hover .title,
.block.te .item:hover .title>a {
    color: #fff
}

.block.grey .desc.fadeout {
    height: 62px;
    position: relative;
    overflow: hidden
}

.block.grey .desc.fadeout::after,
.block.te .item .title::after {
    position: absolute;
    display: block;
    content: ''
}

.block.grey .desc.fadeout::after {
    bottom: 0;
    height: 35px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #363636 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #363636));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #363636 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #363636 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #363636 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #363636 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#363636', GradientType=0)
}

.block.te .item .title::after {
    background: url(../images/sprite.png) -34px 0 no-repeat;
    height: 11px;
    margin: -6px 0 0;
    right: -21px;
    top: 50%;
    width: 16px
}

.block.te .item:hover .title::after {
    background-position: -50px 0;
    height: 16px;
    margin-top: -8px;
    right: -26px;
    width: 21px
}

.block.te .item .desc {
    display: block
}

.block .more,
.block .more>a {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none
}

.block a.more:hover,
.block-contents .list-contents .item a:hover,
.block-contents .list-letters .item a:hover,
.block.grey .more:hover>a {
    text-decoration: underline
}

.block.grey .more,
.block.grey .more>a {
    color: #fff
}

.block .more {
    clear: both;
    float: right
}

.block-with-partners .partners {
    border: 1px solid #ececec;
    float: right;
    width: 27%
}

.block-article-simple .partners {
    margin-left: 20px
}

.block-with-partners .partners>.in {
    padding: 30px
}

.block-with-partners .partners ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.block-with-partners .partners .item {
    float: none;
    padding-bottom: 10px;
    text-align: center;
    width: 100%
}

.block-with-partners .partners .item img {
    max-width: 100%
}

.block-contents {
    padding-top: 10px
}

.block-contents>.in {
    padding: 0
}

.block-contents .list-contents {
    margin-top: 14px
}

.block .block-contents .item,
.block .block-contents .item:nth-child(3n-2),
.block .block-contents .item:nth-child(4n-7),
.block-contents .item,
.block-contents.cols-3 .item {
    clear: none;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto
}

.block-contents .list-letters .item.separator {
    margin-left: 50px
}

.block-contents .list-contents .item,
.block-contents .list-contents .item a,
.block-contents .list-letters .item,
.block-contents .list-letters .item a {
    color: #252525;
    font-family: Lora, serif;
    font-size: 14px
}

.block-contents .list-letters .item a {
    margin: 0 7px;
    text-decoration: none;
    text-transform: uppercase
}

.block-contents .list-contents .item a {
    margin: 0 7px;
    text-decoration: none
}

.block-contents .list-contents .item.active,
.block-contents .list-contents .item.active a,
.block-contents .list-letters .item.active,
.block-contents .list-letters .item.active a {
    color: #9e0c11
}

.block-contents .list-letters .item.active a {
    text-decoration: underline
}

.block-contents .list-contents .item,
.block-contents .list-contents .item a {
    color: #111
}

.list-contents .item {
    position: relative
}

.list-contents .item::before {
    background-color: #c5c5c5;
    content: '';
    display: block;
    height: 80%;
    position: absolute;
    left: 0;
    top: 10%;
    width: 1px;
    transform: rotate(25deg)
}

.list-contents .item:first-child::before {
    display: none
}

.block>.in>.years {
    position: absolute;
    top: -5px;
    right: 15px
}

.block>.in>.years label {
    color: #959595;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 38px;
    margin: 0 12px;
    padding: 0;
    text-transform: uppercase
}

.block>.in>.years select {
    border: 2px solid #d7d7d7;
    color: #363636;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 7px 13px;
    text-align: center;
    wiht: 96px
}

.pagination {
    clear: both;
    float: none;
    font-family: Lora, serif;
    font-size: 15px;
    margin-left: -10px;
    margin-right: -10px
}

.pagination.has-first {
    margin-left: 15px;
    margin-right: 15px
}

.pagination ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0
}

.pagination .item {
    display: inline;
    float: none;
    margin: 0!important;
    padding: 0;
    position: relative;
    width: auto
}

.pagination .item::before {
    background-color: #cecece;
    content: '';
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    transform: rotate(25deg)
}

.pagination .item.first::before,
.pagination .item.last::before {
    display: none
}

.pagination .item.next::before,
.pagination .item.prev::before {
    background: url(../images/sprite.png) -137px 0 no-repeat;
    height: 11px;
    margin-top: -6px;
    left: -13px;
    top: 50%;
    width: 16px;
    transform: rotate(0)
}

.pagination .item.next::before {
    background-position: -153px 0;
    left: auto;
    right: -13px
}

.pagination .item a {
    border-radius: 3px;
    color: #4b4b4b;
    display: inline-block;
    min-width: 10px;
    margin: 0 5px;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none
}

.pagination .item.active a,
.pagination .item:hover a {
    color: #9e0c11
}

.block-article .content {
    overflow: hidden;
    width: auto
}

.block-article .h1,
.block-article>.in>.h1 {
    color: #111;
    font-family: Lora, serif;
    font-size: 31px;
    line-height: 1.28;
    margin-top: 3px;
    text-decoration: none;
    text-transform: none
}

.block-article .info {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-top: 18px
}

.block-article .author,
.block-article .date,
.block-article .source {
    display: inline-block;
    margin: 0 14px;
    position: relative
}

.block-article .info>span:first-child {
    margin-left: 0
}

.block-article .author::after,
.block-article .date::after,
.block-article .image .caption::before {
    background-color: #e1e1e1;
    content: '';
    display: block;
    height: 80%;
    position: absolute;
    right: -14px;
    top: 10%;
    width: 1px
}

.block-article .image .caption::before {
    background-color: #b7b7b7;
    left: -14px;
    right: auto
}

.block-article .author {
    color: #9e0c11;
    font-weight: 700;
    text-transform: uppercase
}

.block-article .date {
    color: #959595;
    font-weight: 400
}

.block-article .source {
    color: #959595;
    font-weight: 700
}

.block-article .image {
    margin-top: 23px;
    text-align: left
}

.block-article .image .fancy {
    display: block
}

.block-article .image img {
    display: block;
    max-height: 300px;
    max-width: 100%;
    margin: 0;
    width: auto
}

.block-article .image .caption {
    color: #666;
    display: inline-block;
    font-style: italic;
    margin-left: 14px;
    margin-top: 10px;
    position: relative
}

.block-article .wysiwyg {
    color: #363636;
    font-family: Lora, serif;
    font-size: 17px;
    margin-top: 4px
}

.block-gallery>.in>.title,
.block-right>.in>.title {
    font-family: 'Open Sans', sans-serif
}

.block-article .wysiwyg a {
    color: #c38688
}

.block-sidebar {
    float: right;
    margin-left: 20px;
    width: 230px
}

.block-sidebar>.in {
    padding-right: 0
}

.block-sidebar .block,
.block-social {
    border: 2px solid #ebebeb;
    margin-bottom: 27px;
    padding: 14px;
    text-align: center
}

.block-sidebar>div:first-child {
    margin-top: 32px
}

.block-sidebar .social>.in {
    min-height: 20px;
    opacity: 0
}

.block-sidebar .social .item,
.block.block-social .item {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px
}

.content .block.block-social .item {
    height: 20px;
    vertical-align: middle
}

.block-sidebar .fb-like {
    height: 20px;
    overflow: hidden
}

.block-sidebar .btn-group,
.block-social .btn-group {
    background-color: #f5f4f4;
    text-align: center
}

.block-sidebar .social>.btn-group,
.block-social>.btn-group {
    margin: 10px -14px -14px
}

.content .block-social>.btn-group {
    margin-bottom: -20px
}

.block-sidebar .btn-group>.in,
.block-social .btn-group>.in {
    padding: 10px
}

.block-gallery>.in,
.block-right>.in {
    padding: 0
}

.block-sidebar .btn-group .btn,
.block-social .btn-group .btn {
    color: #000;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-decoration: none
}

.block-sidebar .social .btn-group .btn,
.block-social .btn-group .btn {
    margin: 0 40px;
    position: relative
}

.block-sidebar .social .btn-group .btn:first-child,
.block-social .btn-group .btn:first-child {
    margin-left: 0
}

.block-sidebar .social .btn-group .btn:last-child,
.block-social .btn-group .btn:last-child {
    margin-right: 0
}

.block-sidebar .social .btn-group .btn::after,
.block-social .btn-group .btn::after {
    background-color: #e1e1e1;
    content: '';
    display: block;
    height: 80%;
    position: absolute;
    right: -40px;
    top: 10%;
    width: 1px
}

.block-sidebar .social .btn-group .btn:last-child::after,
.block-social .btn-group .btn:last-child::after {
    display: none
}

.icon {
    background: url(../images/sprite.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px
}

.icon-comments {
    background-position: -71px 0;
    width: 20px
}

.icon-print {
    background-position: -91px 0
}

.block-sidebar .btn-group .btn .icon,
.block-social .btn-group .btn .icon {
    margin-bottom: -3px;
    margin-right: 5px
}

.block-gallery>.in>.title {
    color: #363636;
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.block-gallery .item .image {
    height: 170px;
    margin: 0
}

.block-gallery .item .image img {
    height: 100%;
    min-height: 0;
    min-width: 0;
    width: auto
}

.block-right>.in>.title {
    font-size: 16px;
    font-weight: 400;
    text-align: left
}

.block-right>.in .desc,
.block-right>.in .desc a {
    color: #9e0c11;
    font-family: Lora, serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none
}

.block-right>.in .desc {
    background-color: #f5f4f4;
    margin: 10px -14px 0;
    padding: 7px 14px;
    text-align: left
}

.block-right.recommended>.in ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.block-right>.in .desc .list {
    background-color: #fff;
    margin: 10px -14px -7px;
    padding: 14px
}

.block-right .list {
    padding: 15px 0;
    text-align: left
}

.block-right .list .item {
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 15px;
    padding: 0 0 20px
}

.block-right .list .item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.block-right .list .item .title,
.block-right .list .item .title>a {
    color: #000;
    font-family: Lora, serif;
    font-size: 16px;
    font-weight: 700
}

.block-right .list .item.has-image .title {
    display: block;
    float: left;
    width: 74%
}

.block-right .list .item .image {
    float: right;
    height: auto;
    margin: 5px 0 0;
    min-height: 0;
    min-width: 0;
    width: 55px
}

.block-right .list .item .image img {
    width: 100%
}

.most-read>.in>.title {
    color: #9e0c11
}

.most-read .list .item .title,
.most-read .list .item .title a {
    font-weight: 400
}

.most-read .list .item .title {
    width: 74%
}

.most-read .list .item .title-long {
    margin-top: 0
}

.block-right .number {
    background-color: #9e0c11;
    color: #fff;
    display: block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    min-width: 20px;
    padding: 5px;
    text-align: center
}

.block-simple .item {
    padding-bottom: 5px
}

.block-simple .btn-link {
    color: #363636;
    font-family: Lora, serif;
    font-size: 16px
}

.block-simple .btn-link:hover {
    text-decoration: none
}

.block-simple .h1,
.block-simple>.in>.h1 {
    color: #111;
    font-family: Lora, serif;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: none
}

.block-simple .h2,
.block-simple .wysiwyg,
.list-stripped .btn-link {
    color: #464646;
    font-family: Lora, serif
}

.block-simple .h2 {
    font-size: 21px;
    font-weight: 700
}

.block-simple .h2.before-list {
    margin: 20px 0 10px
}

.block-table .h3,
.list-stripped .item.item-15535,
.list-stripped .item:first-child {
    margin-bottom: 20px
}

.block-simple .wysiwyg {
    font-size: 17px;
    line-height: 1.8
}

.list-stripped .item {
    background-color: #fff;
    display: block;
    padding: 5px
}

.block-search,
.block-table .image,
.block-table .table:before {
    display: none
}

.table td,
.table th {
    padding: 12px;
    text-align: left
}

.list-stripped .item-actors {
    margin-top: 30px
}

.list-stripped .item:nth-child(odd) {
    background-color: #f6f6f6
}

.list-stripped .item:last-child {
    margin-top: 20px
}

.list-stripped .btn-link {
    font-size: 15px
}

.list-stripped .i {
    font-style: italic
}

.block-table .h3 {
    color: #111;
    font-family: Lora, serif;
    font-size: 24px;
    font-weight: 700
}

.table {
    border-collapse: collapse;
    border-spacing: 0
}

.block-table .table {
    margin-bottom: 20px;
    width: 100%
}

.table th {
    color: #c38688;
    background-color: #efe7e7;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.table td {
    border-right: 1px solid #ececec;
    color: #363636;
    font-family: Lora, serif;
    font-size: 15px
}

.block-search .btn-search,
.footer>.in>.title,
.footer>.in>.title:hover {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase
}

.table td:last-child {
    border-right: 0
}

.table tbody tr:nth-child(even) td {
    background-color: #f6f6f6
}

.table td a {
    color: #c38688
}

.block-search.active {
    display: block
}

.block-search.active+.block {
    padding-top: 0
}

.block-search .btn-search,
.block-search input.form-control {
    display: block;
    float: left
}

.block-search input.form-control {
    border: 1px solid #a7a7a7;
    color: #a7a7a7;
    margin-right: 1%;
    padding: 17px 2%;
    width: 77.6%
}

.block-search input.form-control:focus {
    outline: 0
}

.block-search input.form-control::-webkit-input-placeholder {
    color: #a7a7a7
}

.block-search input.form-control:-moz-placeholder {
    color: #a7a7a7
}

.block-search input.form-control::-moz-placeholder {
    color: #a7a7a7
}

.block-search input.form-control:-ms-input-placeholder {
    color: #a7a7a7
}

.block-search .btn-search {
    background: #fff;
    border: 2px solid #9e0c11;
    border-radius: 2px;
    color: #9e0c11;
    font-size: 16px;
    font-weight: 700;
    padding: 0
}

.block-search .btn-search .btn-icon {
    display: inline-block;
    padding: 12px 45px
}

.block.block-search-results .item {
    display: block;
    float: none;
    margin: 0;
    padding-bottom: 10px;
    width: auto
}

.block-search-results .item .title {
    margin-right: 10px
}

.block-search-results .director,
.block-search-results .premiere {
    display: inline-block;
    margin: 0 10px;
    position: relative
}

.block-search-results .director::after,
.block-search-results .premiere::after {
    background-color: #666;
    content: '';
    display: inline-block;
    position: absolute;
    height: 80%;
    left: -10px;
    top: 10%;
    width: 1px;
    transform: rotate(25deg)
}

.block-sr .gsc-control-cse {
    padding-left: 0;
    padding-right: 0
}

.block-sr .gsst_a .gscb_a {
    display: none
}

.block-sr input.gsc-search-button,
.block-sr input.gsc-search-button:hover {
    background: #fff;
    border: 2px solid #9e0c11;
    border-radius: 2px;
    color: #9e0c11
}

.block-sr .gsc-input-box {
    border: 1px solid #a7a7a7;
    color: #a7a7a7
}

.line {
    background-color: #ececec;
    width: 3px;
    transform: rotate(25deg)
}

.footer {
    background-color: #111
}

.footer>.in {
    padding-bottom: 43px;
    padding-top: 43px
}

.footer>.in>.title,
.footer>.in>.title:hover {
    color: #fff;
    font-size: 16px;
    margin-bottom: 26px;
    text-decoration: none
}

.footer .nav,
.footer .nav .item a {
    font-family: Lora, serif
}

.block.footer>.in>.title {
    position: static
}

.footer .nav {
    float: left
}

.footer .nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer .nav>ul>.item {
    display: block;
    float: left;
    margin-right: 30px;
    padding: 0
}

.footer .nav>ul>.item>.title,
.footer .nav>ul>.item>.title>a {
    border-bottom: 1px solid #464646;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 14px;
    padding: 0 0 3px;
    text-decoration: none;
    white-space: nowrap
}

.footer .nav>ul>.item>.title.light>a {
    border-bottom: 0;
    font-weight: 400;
    text-decoration: none
}

.footer .nav .item a {
    color: #c2c2c2;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none
}

.footer .nav .item a:hover {
    text-decoration: underline
}

.footer .nav .item.active a {
    font-weight: 700
}

.copyright,
.footer .nav .item .wysiwyg {
    font-family: Lora, serif;
    font-size: 13px;
    font-weight: 400
}

.footer .nav .item {
    padding-bottom: 2px
}

.footer .nav .item .wysiwyg {
    color: #c2c2c2
}

.footer .partners {
    display: block;
    float: right;
    margin-left: 17px;
    margin-top: 7px
}

.footer .partners ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer .partners .item {
    display: block;
    float: right;
    margin-bottom: 30px;
    margin-right: 30px
}

.footer .partners .item.last {
    margin-right: 0
}

.footer .partners .item.separator {
    clear: both;
    margin: 0
}

.footer .partners .item img {
    height: 90px
}

.copyright {
    color: #404040;
    display: block;
    margin-top: 44px
}

.block-0 .item-0 {
    float: left
}

.block-0 .item-1,
.block-0 .item:nth-child(4n-2) {
    clear: none;
    float: right;
    float: left;
    margin-right: 1%
}

.block-0 .item-0 .title {
    font-size: 20px
}

.block-0 .item-0 .desc {
    font-size: 15px
}

.block-0 .item-2 {
    clear: none;
    margin-left: 1%
}

.block-0 .item-3 {
    margin-right: 0
}

.font-size-button{
	display:none;
}

@media (min-width:1180px) {
    .header .nav {
        margin-left: 66px
    }
    .theater-encyclopedia {
        margin-left: 78px
    }
    .footer .nav>ul>.item>.title {
        width: 150px
    }
}

@media (min-width:1260px) {
    .block-gallery .item .image img {
        height: auto;
        min-width: 100%
    }
    .block-search input.form-control {
        width: 80.4%
    }
    .block-article>.in,
    .block-home>.in,
    .block-rubric>.in,
    .block.block-simple>.in,
    .block.block-table>.in,
    .block.grey-light>.in,
    .block.te>.in {
        max-width: 853px
    }
    .block>.in>.content>.title.purple::before,
    .block>.in>.title.purple::before {
        display: block
    }
    .block-sidebar {
        width: 280px
    }
    .footer .partners .item img {
        height: auto
    }
}

@media (min-width:1340px) {
    .block-article>.in,
    .block-home>.in,
    .block-rubric>.in,
    .block.block-simple>.in,
    .block.block-table>.in,
    .block.grey-light>.in,
    .block.te>.in {
        max-width: 1160px
    }
    .block>.in>.content>.title.purple,
    .block>.in>.title,
    .block>.in>.title.purple {
        margin-right: 0;
        position: relative;
        right: auto;
        top: auto
    }
    .block-0 .item-0 .desc {
        font-size: 14px
    }
    .block-home.cols-3 .item {
        float: left;
        width: 23.5%
    }
    .block-home.cols-3 .item:nth-child(3n-2) {
        clear: none
    }
    .block-home.cols-3 .item:nth-child(4n-7) {
        clear: both
    }
    .block.cols-3 .item:nth-child(4n) {
        margin-right: 0
    }
    .block-home.cols-2 .item:nth-child(even),
    .block-home.cols-3 .item.item-0,
    .block-home.cols-3 .item:nth-child(3n),
    .block-rubric.cols-2 .item:nth-child(even) {
        margin-right: 1%
    }
    .block.cols-3 .item:nth-child(3n-2),
    .block.cols-3 .item:nth-child(4n) {
        margin-left: 1%
    }
    .block-home.cols-3 .item.item-0,
    .block-home.cols-3 .item:nth-child(4n-7),
    .block-rubric.cols-3 .item.item-0 {
        margin-left: 0
    }
    .block-home.cols-3 .item:nth-child(9n) {
        display: none
    }
    .block.cols-2 .item {
        width: 32%
    }
    .block-home.cols-2 .item:nth-child(odd),
    .block-rubric.cols-2 .item:nth-child(odd) {
        clear: none
    }
    .block-0 .item-2,
    .block-home.cols-2 .item:nth-child(3n-2),
    .block-rubric.cols-2 .item:nth-child(3n-2) {
        clear: both;
        margin-left: 0
    }
    .block-home.cols-2 .item:nth-child(3n),
    .block-home.cols-2 .item:nth-child(3n-1),
    .block-rubric.cols-2 .item:nth-child(3n),
    .block-rubric.cols-2 .item:nth-child(3n-1) {
        margin-left: 1%
    }
    .block-home.cols-2 .item:nth-child(3n),
    .block-rubric.cols-2 .item:nth-child(3n) {
        margin-right: 0
    }
    .block-with-partners .partners .item {
        width: 100%
    }
    .block-0 .item-0 {
        width: 66%
    }
    .block-0 .item-1,
    .block-0 .item:nth-child(4n-2) {
        float: right;
        margin-right: 0
    }
    .block-0 .item-3 {
        margin-right: 1%
    }
    .block-home.block-0 .item-4,
    .block-home.grey .item-3 {
        display: block
    }
    .block-home.white .item:nth-child(10n) {
        display: none
    }
    .block-article .image img {
        max-height: 600px
    }
    .block-article .h1,
    .block>.in>.title.h1 {
        width: auto
    }
    .block-sidebar {
        width: 390px
    }
    .block-gallery.cols-3 .item.item-0 {
        margin-left: 0
    }
}

@media (max-width:1004px) {
    .block-with-partners .partners,
    .tmp123 {
        display: none!important
    }
    .placeholder-header {
        height: 53px
    }
    .header {
        min-height: 53px;
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 1px 1px #dad7d4
    }
    .header>.in {
        padding-bottom: 5px
    }
    .nav-active .header>.in {
        padding-bottom: 25px
    }
    .btn-nav-toggle {
        display: block;
        float: left;
        height: 20px;
        margin-top: 10px;
        position: relative;
        width: 20px
    }
    .btn-nav-toggle .i {
        background-color: #fff;
        display: block;
        height: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%
    }
    .btn-nav-toggle .i.f {
        margin-top: -5px
    }
    .btn-nav-toggle .i.t {
        margin-top: 5px
    }
    .logo {
        margin-left: 18px
    }
    .header .nav {
        clear: both;
        display: none;
        float: none;
        margin: 0;
        padding: 10px 0 0
    }
    .nav-active .header .nav {
        display: block
    }
    .header .nav ul .item {
        display: block;
        margin: 0 0 10px
    }
    .header .nav ul .item::after {
        display: none
    }
    .header .nav ul .item a {
        display: block;
        font-size: 17px;
        margin: 0;
        padding: 0
    }
    .theater-encyclopedia {
        display: none;
        margin: 0
    }
    .nav-active .theater-encyclopedia {
        display: block;
        font-size: 17px
    }
    .header .container-search {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .lang {
        margin: 0;
        position: absolute;
        right: 52px;
        top: 18px
    }
    .block {
        padding-bottom: 20px;
        padding-top: 20px
    }
    .block>.in {
        padding-left: 20px;
        padding-right: 20px
    }
    .block>.in>.content>.title.purple,
    .block>.in>.title,
    .block>.in>.title.purple {
        margin-right: 0;
        position: relative;
        right: auto;
        top: auto
    }
    .block>.in>.content>.title.purple::before,
    .block>.in>.title.purple::before {
        display: block
    }
    .block-0 .item-0 {
        display: block;
        float: none;
        margin: 0 -20px 25px!important;
        width: auto
    }
    .block-0 .item,
    .block-0 .item-1,
    .block-0 .item:nth-child(4n-2),
    .block.cols-2 .item,
    .block.cols-3 .item,
    .block.cols-3 .item:nth-child(4n),
    .block.grey-light .item {
        float: none;
        margin: 0 0 25px;
        width: auto
    }
    .block .item .image,
    .block-0 .item-0 .image {
        background-color: transparent;
        float: none;
        height: auto;
        width: auto
    }
    .block .item .btn-link>.in.landscape {
        display: block;
        float: none;
        height: auto;
        position: static;
        left: auto
    }
    .block-table .table tr,
    .block>.in>.years {
        position: relative;
        display: block
    }
    .block .item .btn-link>.in.landscape img,
    .block .item .btn-link>.in.portrait img {
        height: auto;
        left: auto;
        top: auto;
        width: 100%
    }
    .block .item-0 .image .btn-link {
        height: auto;
        max-height: none
    }
    .block-0 .item-0 .image img {
        height: auto!important;
        min-height: 0
    }
    .block .item .btn-link>.in.portrait img {
        width: 100%
    }
    .block-0 .item-0 .info {
        height: auto!important;
        padding: 20px
    }
    .block .more,
    .block.grey .more {
        background-color: #efe7e7;
        color: #000;
        display: block;
        float: none;
        padding: 15px 0;
        text-align: center
    }
    .block-with-partners .list {
        width: auto
    }
    .block-search input.form-control {
        margin: 0 0 25px;
        width: 96%
    }
    .block-search .btn-search {
        width: 100%
    }
    .block-sidebar,
    .block.te .item,
    .search-shows .form-group.width-49 {
        width: auto;
        float: none
    }
    .block.te .item {
        height: auto;
        margin: 0 0 25px
    }
    .block-contents .list-letters .item.separator,
    .block.cols-3 .list-letters .item,
    .list-letters .item {
        display: inline-block;
        margin: 0 0 10px
    }
    .block.es {
        padding-bottom: 30px;
        padding-top: 30px
    }
    .es .events,
    .renginiu-paieska {
        float: none;
        height: auto;
        margin: 0 0 25px;
        width: auto
    }
    .es .events::after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0
    }
    .block>.in>.years label,
    .footer .partners {
        display: none
    }
    .search-shows {
        height: auto
    }
    .es .events .ui-datepicker td a,
    .es .events .ui-datepicker td span {
        padding: 5px 8px
    }
    .footer>.in {
        padding-bottom: 0;
        padding-top: 0
    }
    .block.footer>.in>.title {
        margin-right: 0
    }
    .footer .nav>ul>.item {
        float: none;
        margin-bottom: 25px
    }
    .copyright {
        color: #5e5e5e;
        margin: 0
    }
    .block-sidebar {
        margin: 0;
        padding-top: 0
    }
    .block-sidebar>.in,
    .block-sidebar>.in>.block>.in {
        margin: 0;
        padding-left: 0;
        padding-right: 0
    }
    .block-gallery>.in {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }
    .block.cols-4 .col {
        float: none;
        margin: 0;
        width: 100%
    }
    .block.cols-4 .col .item {
        float: none;
        margin: 0
    }
    .block>.in>.years {
        clear: both;
        margin-bottom: 10px;
        float: none;
        right: auto;
        top: auto;
        width: 100%
    }
    .block>.in>.years select {
        width: 100%
    }
    .block-table .table {
        border: 0;
        display: block;
        margin-left: -20px;
        margin-right: -20px;
        width: auto
    }
    .block-table .table tr:nth-of-type(odd) {
        background-color: #f6f6f6
    }
    .block-table .table th,
    .block-table .table thead,
    .block-table .table thead tr {
        display: none
    }
    .block-table .table td {
        border: 0;
        display: block;
        float: left;
        padding: 20px 20px 20px 50%;
        position: relative;
        vertical-align: top;
        width: 46%
    }
    .block-table .table td:first-child {
        border-top: 1px solid #ebebeb
    }
    .block-table .table-wide td {
        padding-left: 34%;
        width: 60%;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto
    }
    .block-table .table td::before {
        color: #ca9597;
        position: absolute;
        left: 20px;
        top: 20px;
        white-space: nowrap
    }
    .block-table .table-wide td::before {
        max-width: 120px;
        white-space: normal
    }
    .table td a {
        color: #363636
    }
    .block-contents .list-contents .item,
    .block-contents .list-contents .item:nth-child(4n-7),
    .block.block-contents .list-contents .item:nth-child(4n) {
        display: block;
        float: none;
        margin: 0 0 10px
    }
    .list-contents .item:first-child::before {
        display: block
    }
    .block-article .h1,
    .block-article>.in>.h1 {
        font-size: 24px
    }
    .block-article .author,
    .block-article .date,
    .block-article .source {
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (max-width:1004px) and (min-width:481px) {
    .block .item,
    .block.cols-2 .item:nth-child(3n-2),
    .block.cols-3 .item:nth-child(4n-7) {
        clear: both;
        margin-left: 0;
        margin-right: 0
    }
    .block .item .image {
        float: left;
        margin-bottom: 25px;
        margin-right: 25px;
        min-width: 0;
        width: 250px
    }
    .block-0 .item-0 .image {
        float: none;
        width: 100%
    }
    .block .item .image .in {
        display: block
    }
    .block .item .info {
        overflow: hidden;
        width: auto
    }
}

@media(max-width:767px) {
	.font-size-button{
		display: inline-block;
		color: #86060b;
		text-decoration: none;
		border: 1px solid #86060b;
		border-radius: 4px;
		font-size: 18px;
		line-height: 26px;
		width: 26px;
		text-align: center;
	}
    .block .item .desc,
    .block-0 .item-0 .desc,
    .block-article .wysiwyg {
        font-size: 18px
    }
    .fontSize1 .block-article .wysiwyg{
		font-size:1.25rem;
	}
    .fontSize2 .block-article .wysiwyg{
		font-size:1.35rem;
	}
}