<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-color: transparent;
    background-image: url("../imgs/bg.png");
    background-repeat: repeat;
}

h1{
    color: #FFFFFF;
    font-size: 30px;
}

h3{
    color: #FFFFFF;
    font-size:34px;
}

.menu-bar li, .mobile-menu li, .mobile-menu a {
    background-color: #CCCCCC;
}

.menu-bar li:hover, .mobile-menu li:hover {
    background-color: #A0A0A0;
}

table{
    table-layout: fixed;
}

td{
    width:25%;
}

td &gt; a,
td &gt; a:hover,
td &gt; a:focus{
    color: black;
    text-decoration: none;
    
}

.arrow{
    float:right;
    margin-top:-20px;
}

.dropdown:hover .first-level {
    display: block;
}

.dropdown-menu{
    background-color: #CCCCCC;
    width: 100%;
}

.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus{
    background-color: #A0A0A0;
}

.menu-dropdown{
    margin-top: -1px;
}

.menu-bar, .mobile-menu {
    background-color: #CCCCCC;
}
.mobile-menu {
    display: none;
}
.menu-item-hover{
    background-color: #A0A0A0;
}

.movie-container{
    outline-style: solid;
    outline-color: #CCCCCC;
    outline-width: 2px;
    padding-top: 10px;
    padding-bottom:10px;
    background-color: #000000;
}
.whiteback {
    background-color: #fff!important;
}
.footer{
    outline-style: solid;
    outline-color: #CCCCCC;
    outline-width: 2px;
    padding-top: 10px;
    padding-bottom:10px;
    background-color: #000000;
}

.movie-description p {
    font-size: 15px;
    color:#FFFFFF;
}

.movie-director{
    font-size: 20px;
    color: #AAAAAA;
}

.movie-location{
    margin-top: 5px;
    font-size: 20px;
    color: #1C6EA8;
}

.movie-rated{
    margin-top: 5px;
    font-size: 20px;
    color: #fff;
}

.movie-time{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #1C6EA8;
}

.sub-header{
    outline-style: solid;
    outline-color: #CCCCCC;
    outline-width: 2px;
    padding-top: 10px;
    padding-bottom:10px;
    background-color: #000000;
    margin-top: -15px;
}
.small-text {
    font-size: 10px;
}
section &gt; h1.info{
    margin: -10px 0px 0px 0px;
}

.space{
    margin-top: 15px;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu&gt;.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover&gt;.dropdown-menu {
    display: block;
}

.dropdown-submenu&gt;a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover&gt;a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left&gt;.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.first-level{
    margin-top: -1px;
}

.footer-text{
    color: #FFFFFF
}

.dropdown-menu &gt; li &gt; a {
    white-space: normal;
}

.movie-image{
    max-height:350px;
    overflow: hidden;
}

.actual-image{
    max-height:350px;
}
.movie-poster {
    display: block;
    width: 100%;
    max-width: 240px;
    height: auto;
}

.footer-info,
.footer-info:hover{
    background: #000000;
}

.award-text{
    font-size: 20px;
    color: #AAAAAA
}

.award-name{
    color:#1c6ea8;
}

.award-winner{
    color: #FFFFFF;
    font-size: 25px;
}

.award-reason{
    font-size:20px;
    color: #AAAAAA;
}

.award-nominee{
    color:#FFFFFF;
}

.award-winner &gt; em{
    text-decoration:underline;
}

.award-info{
    font-size: 12px;
    color: #AAAAAA;
}

.laural{
    color: #FFFFFF;
    font-size: 20px;
}

.ticket-warning{
    color: #FF0000;
    font-size: 20px;
}

.direction-info,
.direction-info:hover, ol.direction-info li {
    color: #FFFFFF;
    background-color: #000000;
}

.bottom-info{
    font-size: 12px;
}
#program{
	color: #1c6ea8;
	text-align: right;
font-size: 18.4px;
}
/* GO TO TOP */
.go-top {
	background: red url("../imgs/up-arrow.png") no-repeat center 43%;
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	border-radius: 30px;
}
.eventbriteimage {
    display: block;
    float: left; 
    margin-right: 10px;
}

.go-top:hover {
	background: #39FF14 url("../imgs/up-arrow-hover.png") no-repeat center 43%;
}
.social-list {
    padding-left: 0;
}
.social-list li {
    display: inline-block;
    background-color: #000;
}
.mobile {
    display: none;
}
.movie-rated {
    text-align: right;
}
.movie-country, .movie-program {
    color: #fff;
    margin-top: 0;
    font-size: 16px;
}
.movie-program {
    color: #1C6EA8;
}
.white {
    color: #fff!important;
}
.topinfo-ticket h1 {
    line-height: 36px;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .mobile-menu {
        padding: 0;
        list-style: none;
        display: block;
        text-align: center;
        width: 100%;
        clear: both;
    }
    .menu-item-with-children &gt; a {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.5em; 
    }
    .mobile-menu a {
        color: #000;
        font-size: 1.3em;
        cursor: pointer;
        border-bottom: 1px solid #aaa;
        width: 100%;
        display: block;
        padding: 10px 0;
    }
    .mobile-menu a:hover {
        text-decoration: none;
    }
    .mobile-menu ul {
        padding: 0;
        list-style: none; 
    }
    .mobile-menu ul ul a {
        color: #103B97;
    }
    .mobile-menu ul ul ul a {
        color: #222;
    }
    .movie-rated, .eventbriteimage {
        text-align: center;
        float: none;
        margin: 0 auto;
    }
    .social-list li {
        display: block;
        background-color: #000;
        margin-bottom: 5px;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .movie-poster {
        padding-left: 0px;
    }

}


</pre></body></html>