h3,
h4 {
    line-height: 28px;
}
.hidden,
header {
    display: none;
}
*,
.gallery_container .gallery .ct-viewport .ct-canvas .slide {
    box-sizing: border-box;
}
body,
html {
    padding: 0;
    margin: 0;
    font-family: "PT Sans", "Roboto Condensed", sans-serif;
    font-size: 16px;
    width: 100%;
    color: #282828;
}
h2,
h3,
header .mobile_menu ul .menu_item a,
header ul.menu .menu_item a,
section#cast .cast_list li {
    font-family: "Roboto Condensed", "PT Sans", sans-serif;
}
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}
select:focus {
    outline: 0;
}
p {
    line-height: 22px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 20px;
}
img {
    display: block;
}
.clear {
    clear: both;
}
.text-center {
    text-align: center;
}
.column_container .column {
    width: 50%;
    float: left;
    position: relative;
}
.vertical_align_middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
img,
svg {
    width: 100%;
    height: auto;
}

header,
header .mobile_menu {
    position: fixed;
    top: 0;
    z-index: 20;
    transition: all ease 0.4s;
}
header {
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    padding: 15px 50px;
    box-shadow: 0 0 10px #d6d6d6;
}
header .site_logo {
    width: auto;
    float: left;
    height: 30px;
    margin-top: 5px;
}
header .site_logo img {
    height: 100%;
    width: auto;
    transition: all ease 0.4s;
}
header ul.menu {
    width: 80%;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.rotate_overlay span,
header .mobile_menu,
section#landing,
section#media .content .media_content,
section#press .content .press_content {
    text-align: center;
}
header ul.menu .menu_item {
    display: inline-block;
    line-height: 40px;
}
header ul.menu .menu_item:not(:first-child):before {
    content: " | ";
}
header ul.menu .menu_item a {
    color: #282828;
    padding: 0 10px;
}
header ul.menu .menu_item a.active {
    font-weight: 600;
}
header .mobile_menu_icon {
    display: none;
    float: left;
    width: 28px;
    margin-top: 7px;
}
header .mobile_menu_icon img {
    width: 100%;
}
header .mobile_menu {
    width: 250px;
    display: none;
    height: 100vh;
    left: -250px;
    margin: 0;
    padding: 70px 0 50px;
    background: #161718;
    overflow: hidden;
}
header .mobile_menu ul {
    list-style: none;
    padding: 0;
}
header .mobile_menu ul .menu_item {
    display: block;
    font-size: 18px;
    line-height: 50px;
}
header .mobile_menu ul .menu_item a {
    color: #fff;
    margin: 0 auto;
}
header .mobile_menu ul .menu_item a.active {
    color: #f8941c;
}
header .mobile_menu .close {
    width: 20px;
    height: 20px;
    display: block;
    background: url(images/close.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 20px;
}
header .mobile_menu .background {
    width: 350px;
    position: absolute;
    bottom: 0;
    left: -75px;
    z-index: -1;
    opacity: 0.03;
}

body.menu_open .mobile_menu {
    left: 0;
    box-shadow: 0 0 10px #282828;
}
.mobile_menu_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background: #000;
}
section,
section#cast .cast_images {
    position: relative;
    overflow: hidden;
}
section {
    margin: 0 auto;
    padding: 70px 0 0;
    height: calc(100vh - 70px);
}
section .content {
    max-width: 1280px;
    padding: 0 90px;
    margin: 0 auto;
    width: 100%;
}
section h2 {
    margin-top: 0;
}
section h2.margin_bottom_none {
    margin-bottom: 0;
}
section#landing {
    margin: 0 auto;
    padding: 0;
}
section#landing .column_container .column:first-child {
    height: 100vh;
    background-image: url(images/mezarci_poster_gorseli.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all ease 0.4s;
}
section#landing .column_container .column + .column {
    padding: 0;
    height: 100vh;
}
section#landing .column_container .column + .column h4 {
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
}
section#landing .column_container .column + .column img {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 0 auto 35px;
}
section#landing .column_container .column + .column img.festival_logo {
    height: auto;
    width: 150px;
    margin: 15px auto 10px;
    max-width: none;
}
section#landing .column_container .column + .column p,
section#landing .column_container .column + .column strong {
    font-size: 16px;
    line-height: 22px;
}
section#landing .column_container .column + .column p {
    font-style: italic;
    margin: 0 auto;
}
section#landing .column_container .column + .column .social_icons {
    padding: 35px;
    height: 95px;
}
section#landing .column_container .column + .column .social_icons a {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 5px;
}
section#landing .column_container .column + .column .scroll_down a {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}
section#story {
    padding-bottom: 0;
}
section#story .column_container {
    padding: 0 90px 0 50px;
}
section#story .column_container .column {
    height: calc(100vh - 70px);
}
section#story .column_container .column:first-child {
    width: 53%;
}
section#story .column_container .column:first-child img {
    width: 100%;
}
section#story .column_container .column + .column {
    padding-left: 20px;
    width: 47%;
}
section#cast .cast_images {
    padding-top: 40vh;
    margin-bottom: 30px;
}
section#cast .cast_images .cast_image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease 0.8s;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
section#cast .cast_images .cast_image.cast_2 {
    top: 100%;
}
section#cast .cast_images .cast_image.cast_3 {
    top: 200%;
}
section#cast .cast_images .cast_image.cast_4 {
    top: 300%;
}
section#cast .cast_images .cast_image.cast_5 {
    top: 400%;
}
section#cast .cast_images .cast_image.cast_6 {
    top: 500%;
}
section#cast .cast_images .cast_image.cast_7 {
    top: 600%;
}
section#cast .cast_images .cast_image.cast_8 {
    top: 700%;
}
section#cast .cast_images .cast_image.cast_9 {
    top: 800%;
}
section#cast .cast_list {
    padding-left: 0;
    column-count: 2;
    margin: 0;
}
section#cast .cast_list li {
    display: block;
    margin-bottom: 16px;
    position: relative;
    font-size: 16px;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}
section#cast .cast_list li a {
    color: #282828;
    font-weight: 600;
}
section#cast .cast_list li a.active {
    color: #f8941c;
}
section#cast .cast_info .info_card {
    display: none;
}
section#cast .cast_info .info_card.active {
    display: block;
}
section#cast .cast_info .info_card h3 {
    margin-top: 0;
    margin-bottom: 15px;
}
section#cast .cast_info .info_card h3:first-child {
    margin-bottom: 5px;
    color: #f8941c;
}
section#gallery .vertical_container {
    display: block;
    position: relative;
    width: 100%;
    height: calc(100vh - 70px);
}
.gallery_wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
section#gallery .gallery_wrapper .gallery_container {
    margin: 0 auto;
    max-width: 710px;
    max-height: 395px;
    position: relative;
    z-index: 1;
    padding-top: 395px;
    width: 710px;
    height: auto;
}
section#cast .gallery_wrapper .gallery_container {
    display: none;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    padding-top: 57%;
}
.gallery_wrapper .gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gallery_container .gallery .ct-viewport {
    overflow: visible !important;
    padding: 0 5px;
}
.gallery_container .gallery .ct-viewport .ct-canvas .slide img {
    width: 100%;
}
.gallery_container .gallery .ct-viewport .ct-canvas .slide .gallery_item_info {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 18px;
}
.gallery_container .gallery .ct-viewport .ct-canvas .slide .gallery_item_info .subtitle,
.gallery_container .gallery .ct-viewport .ct-canvas .slide .gallery_item_info .title {
    background: rgba(40, 40, 40, 0.7);
    transition: all ease 0.4s;
    padding: 3px 10px;
    display: block;
    float: left;
    clear: left;
}
.gallery_container .gallery .ct-viewport .ct-canvas .slide .gallery_item_info .title {
    color: #f8941c;
}
.gallery_container .gallery .ct-viewport .ct-canvas .slide:hover .gallery_item_info .title {
    color: #fff;
}
.gallery_container .gallery .ct-viewport .ct-canvas .slide:hover .gallery_item_info .subtitle {
    color: #f8941c;
}
.gallery_wrapper .button {
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(50% - 360px);
    z-index: 100;
}
.gallery_wrapper .button.button_right {
    left: auto;
    right: 0;
}
.gallery_wrapper .button.button_left img {
    right: 20px;
}
.gallery_wrapper .button.button_right img {
    left: 20px;
}
.gallery_wrapper .button img#Layer_1 {
    height: 50px;
    width: 50px;
}
.gallery_wrapper .button img {
    height: 50px !important;
    width: auto;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.gallery_wrapper .gallery .video i {
    background-image: url(images/play_icon.png);
    height: 70px;
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease 0.4s;
}
.gallery_wrapper .gallery .video:hover i {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
}
section#info {
    color: #fff;
    padding: 70px 0 50px;
}
section#info span {
    font-size: 23px;
    letter-spacing: 0.01em;
    font-weight: 300;
}
section#info span.small {
    font-size: 17px;
}
section#info .background {
    padding: 50px 0;
    height: 100%;
    width: 100%;
    background-image: url(images/mezarci_kunye_background_blur.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section#press .section_inner {
    height: calc(100vh - 240px);
    position: relative;
}
section#press .section_inner .content {
    margin-top: 50px;
    width: 100%;
}
section#press .content .press_content .press_item {
    width: auto;
    position: relative;
    display: inline-block;
    margin: 0 15px;
    text-align: center;
    height: 35vh;
}
section#press .content .press_content .press_item img {
    height: 100%;
    width: auto;
    display: inline-block;
    transition: all ease 0.4s;
}
section#press .content .press_content .press_item:hover img {
    filter: grayscale(50%);
}
section#press .content .press_content .download_link_press,
section#press .content .press_content .press_item .download_link {
    display: block;
    color: #282828;
    margin-top: 5px;
}
section#press .content .press_content .download_link_press:hover,
section#press .content .press_content .press_item .download_link:hover {
    color: #f8941c;
}
section#press .content .press_content .download_link_press {
    margin-top: 15px;
}
section#press .content .press_content p {
    margin-top: 0;
    margin-bottom: 25px;
}
section#press .content .press_content .clear_span {
    display: none;
}
section#media .content {
    width: 100%;
    margin-top: 50px;
}
section#media .content .media_content .media_link {
    width: 200px;
    display: inline-block;
    margin: 5px 10px;
}
section#media .content .media_content .media_link img {
    display: block;
    width: 100%;
}
section#media .content .media_content .media_link span {
    color: #282828;
}
section#theatre .content {
    margin-top: 50px;
    width: 100%;
}
section#theatre .select_container {
    margin-bottom: 20px;
}
section#theatre .select_container select {
    font-family: "PT Sans", "Roboto Condensed", sans-serif;
    display: inline-block;
    height: 40px;
    border: 1px solid #dedede;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    padding: 0 10px;
    outline: 0;
    cursor: pointer;
    min-width: 280px;
}
section#theatre .select_container select#theatre_select option.to_toggle,
section#theatre .theatre_hours .theatre_content {
    display: none;
}
section#theatre .theatre_hours .theatre_content h4 {
    margin: 15px 0;
}
section#theatre .theatre_hours .theatre_content .day_content {
    margin-bottom: 10px;
}
section#theatre .theatre_hours .theatre_content .day_content span {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 2px;
    background: #dedede;
    margin-right: 5px;
}
section#theatre .theatre_hours .theatre_content .day_content span.hour:last-child {
    margin-right: 0;
}
section#theatre .theatre_hours .theatre_content .day_content span.hour_header {
    font-weight: 600;
    background: 0 0;
    display: block;
    padding: 10px 0;
    margin: 0;
}
section#theatre .theatre_hours .empty_content p {
    margin: 0;
}
.footer {
    padding: 15px;
    display: block;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    position: absolute;
    bottom: 0;
    background: #fff;
    height: 170px;
}
.footer .social_icons a {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 5px;
}
.footer span {
    font-size: 12px;
    margin: 10px auto;
    display: block;
}
.footer a {
    margin: 0 auto;
    display: block;
    width: 50px;
}
.footer img {
    width: auto;
    height: 35px;
    margin: 0 auto;
}
.video_overlay,
.video_overlay iframe {
    width: 100%;
    height: 100%;
    display: block;
}
.video_overlay {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    background: #000;
}
.video_overlay iframe {
    position: relative;
    border: none;
}
.video_overlay .close_button {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 40px;
    right: 40px;
    z-index: 150;
    color: #fff;
    background: url(images/close.png) center no-repeat;
    background-size: cover;
}
.video_overlay .video_container {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.video_overlay .video_container .video_container_inner {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video_overlay .video_container .video_container_inner embed,
.video_overlay .video_container .video_container_inner iframe,
.video_overlay .video_container .video_container_inner object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.loading_overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2000;
    top: 0;
    left: 0;
}
.loading_overlay i {
    height: 64px;
    width: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    background: url(images/loader.gif);
}
.rotate_overlay {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 2500;
    background: rgba(255, 255, 255, 0.95);
    top: 0;
    left: 0;
}
.rotate_overlay img {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
}
.rotate_overlay span {
    position: absolute;
    top: 50%;
    margin-top: 80px;
    font-size: 16px;
    width: 100%;
}
.coming_soon {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #282828;
}
.coming_soon img {
    height: 60px;
    width: 340px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -170px;
}
.fancybox-overlay {
    background: rgba(255, 255, 255, 0.85);
}
.fancybox-wrap {
    transform: none;
}
.fancybox-skin {
    background: #efefef;
    box-shadow: none !important;
}
.fancybox-close {
    position: fixed;
    top: 10px;
    right: 10px;
    background: url(images/close_icon.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.fancybox-nav {
    width: 15%;
    height: 65%;
}
.fancybox-nav span {
    top: 75%;
}
.fancybox-title.fancybox-title-inside-wrap {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    width: calc(100% - 30px);
    display: none;
}
.fancybox-skin:hover .fancybox-title.fancybox-title-inside-wrap {
    display: block;
}
.fancybox-title.fancybox-title-inside-wrap .fancybox_download {
    width: 100%;
    height: 35px;
    display: block;
    background: url(images/download_icon.svg) top center no-repeat;
    background-size: 20px;
    margin: 0 auto;
}
.fancybox-title.fancybox-title-inside-wrap .fancybox_download span {
    color: #282828;
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -12px;
}
@media screen and (max-width: 1366px) {
    section#landing .column_container .column:first-child {
        padding-top: 56%;
    }
    section#press .section_inner .content,
    section#theatre .content {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1280px) {
    section#press .content .press_content .press_item {
        margin: 5px 10px;
        height: 33vh;
    }
}
@media screen and (max-width: 1100px) {
    section#landing .column_container .column:first-child {
        padding-top: 65%;
    }
}
@media screen and (max-width: 1030px) {
    h3,
    h4 {
        line-height: 26px;
    }
    body,
    html {
        font-size: 14px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    header .menu {
        display: none !important;
    }
    header ul.menu .menu_item a {
        font-size: 14px;
    }
    header .site_logo {
        float: none;
        margin: 5px auto 0;
        width: 200px;
    }
    header .site_logo img {
        margin: 0 auto;
    }
    body.menu_open .mobile_menu_overlay,
    header .mobile_menu,
    header .mobile_menu_icon {
        display: block;
    }
    .content_container {
        padding-top: 0;
    }
    section#landing .column_container .column {
        width: 100%;
        float: none;
    }
    section#landing .column_container .column + .column img {
        max-width: 300px;
    }
    section#landing .column_container .column + .column p,
    section#landing .column_container .column + .column strong {
        font-size: 16px;
        line-height: 22px;
    }
    section#landing .column_container .column:first-child {
        padding-top: 0;
        opacity: 0.1;
    }
    section#landing .column_container .column + .column {
        position: absolute;
        top: 0;
        height: 100vh;
    }
    section#cast .column_container .column {
        width: 30%;
    }
    section#cast .column_container .column + .column {
        width: 70%;
        padding-left: 20px;
    }
    section#cast .cast_images {
        padding-top: 20vh;
    }
    section#cast .content {
        margin-top: 30px;
    }
    section#cast .cast_list {
        column-count: 1;
    }
    section#gallery .gallery_wrapper .gallery_container {
        height: auto;
        max-height: 200px;
        width: 355px;
        max-width: 355px;
        padding-top: 195px;
    }
    section#gallery .gallery_container .gallery .ct-viewport .ct-canvas .slide .gallery_item_info {
        left: 15px;
        bottom: 15px;
        font-size: 14px;
    }
    section#gallery .gallery_wrapper .button {
        width: calc(50% - 177.5px);
    }
    section#gallery .gallery_wrapper .button img {
        height: 40px !important;
        margin-top: -20px;
    }
    section#gallery .gallery_wrapper .gallery .video i {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }
    section#gallery .gallery_wrapper .gallery .video:hover i {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
    section#cast .gallery_container .gallery .ct-viewport {
        padding: 0;
    }
    section#cast .gallery_wrapper .button {
        width: 60px;
        background: 0 0;
    }
    section#cast .gallery_wrapper .button img {
        height: 35px !important;
        margin-top: -17.5px;
    }
    section#cast .gallery_wrapper .button img path {
        fill: #fff;
    }
    section#cast .gallery_wrapper .button.button_left img {
        left: 10px;
        right: auto;
    }
    section#cast .gallery_wrapper .button.button_right img {
        right: 10px;
        left: auto;
    }
    section#press .section_inner .content,
    section#theatre .content {
        margin-top: 20px;
    }
    section#media .content .media_content .media_link {
        width: 150px;
    }
    .video_overlay .close_button {
        top: 20px;
        right: 20px;
    }
}
@media screen and (max-width: 768px) {
    section#cast .cast_images,
    section#cast .cast_list,
    section#story .column_container .column:first-child {
        display: none;
    }
    .column_container .column {
        width: 100% !important;
        float: none !important;
    }
    section .content,
    section#story .column_container {
        padding: 0 50px;
    }
    section#story .column_container .column + .column {
        padding: 0;
    }
    section#cast .column_container .column + .column {
        padding-left: 0;
        margin-top: 20px;
    }
    section#cast .gallery_wrapper .gallery_container {
        display: block;
    }
    section#info span {
        font-size: 16px;
    }
    section#info span.small {
        font-size: 11px;
    }
    section#press .content .press_content .press_item {
        width: 150px;
        height: 215px;
        overflow: hidden;
    }
    section#press .content .press_content .press_item .download_link {
        display: none;
    }
    section#press .content .press_content .press_item img {
        width: 100%;
        height: auto;
    }
    section#media .content .media_content .media_link {
        width: 120px;
    }
    .fancybox-title.fancybox-title-inside-wrap {
        display: block;
    }
}
@media screen and (max-width: 480px) {
    body,
    html {
        font-size: 12px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 18px;
        line-height: 22px;
    }
    h4 {
        font-size: 16px;
        line-height: 24px;
    }
    header {
        height: 50px;
        padding: 15px;
    }
    header .site_logo {
        margin: 0 auto;
    }
    header .site_logo img {
        height: 20px;
    }
    header .mobile_menu_icon {
        margin-top: 0;
        width: 20px;
    }
    section {
        height: calc(100vh - 50px);
        padding: 50px 0 0;
    }
    section .content,
    section#story .column_container {
        padding: 0 20px;
    }
    section#landing .column_container .column + .column img {
        max-width: 250px;
        margin-bottom: 25px;
    }
    section#landing .column_container .column + .column img.festival_logo {
        margin-bottom: 5px;
        width: 130px;
    }
    section#landing .column_container .column + .column h4 {
        margin-bottom: 5px;
    }
    section#landing .column_container .column + .column h4,
    section#landing .column_container .column + .column p,
    section#landing .column_container .column + .column strong {
        font-size: 13px;
        line-height: 15px;
    }
    section#landing .column_container .column + .column .social_icons {
        padding: 22px 35px;
        height: 69px;
    }

    section#landing .column_container .column + .column .scroll_down a {
        width: 30px;
        height: 30px;
    }
    section#gallery .vertical_container {
        height: calc(100vh - 50px);
    }
    section#gallery .gallery_wrapper .gallery_container {
        width: 100%;
        padding-top: 57%;
        max-width: 100%;
        max-height: none;
        height: auto;
        overflow: hidden;
    }
    section#gallery .gallery_container .gallery .ct-viewport .ct-canvas .slide .gallery_item_info {
        bottom: 10px;
    }
    .gallery_container .gallery .ct-viewport {
        padding: 0;
    }
    .gallery_wrapper .button {
        width: 60px;
        background: 0 0;
    }

    .gallery_wrapper .button.button_left img {
        left: 10px;
        right: auto;
    }
    .gallery_wrapper .button.button_right img {
        right: 10px;
        left: auto;
    }
    .gallery_wrapper .gallery .video i {
        height: 40px;
        width: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }
    .gallery_wrapper .gallery .video:hover i {
        height: 50px;
        width: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }
    section#info {
        padding: 50px 0;
    }
    section#press .content .press_content .press_item {
        width: 100px;
        height: 150px;
    }
    section#press .content .press_content p {
        display: none;
    }
    section#press .content .press_content .clear_span {
        display: block;
    }
    section#theatre h2 {
        margin-bottom: 20px;
    }
    section#theatre .select_container {
        margin-bottom: 0;
    }
    section#theatre .select_container select {
        width: 100%;
    }
    section#theatre .theatre_hours .theatre_content .day_content span {
        margin-bottom: 5px;
        padding: 5px 7px;
        margin-right: 3px;
    }
    section#theatre .theatre_hours .empty_content p {
        text-align: center;
        padding-top: 20px;
    }
    .footer {
        height: 125px;
        padding: 10px;
    }
    .footer .social_icons {
        display: none;
    }
    .footer span {
        margin-top: 5px;
    }
}
