<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.date-boxhtml, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: none;
	background: #1C1C1C;
}
div, ul, li {
    /*border:1px red dotted;*/
}

.title, .header-toolbar {
    font-family: open sans, Arial, Helvetica, sans-serif;
}

#main {
	/*    padding: 10px 0;*/
	/*    margin: 0 auto;*/
    height: auto;
    min-height: 100%;
    position: relative;
    background-color: #1C1C1C;
	background: url(imgs/background.png) top right no-repeat;
	border-top: 5px solid #595959;
    /*width: 1100px;*/
}
#bottom{
    background-color: transparent;
	/*    width: 1090px;*/
	/*    margin: 10px auto;*/
    padding-left: 10px;
    padding-right: 10px;
}

#main-header {
}
#main-header .inner {
    margin: 0;
    text-align: center;
}
#main .container,
#main div.container {
    clear:both;
    padding: 0;
    margin: 0 auto;
	max-width: 1400px;
	width: 95%;
    width: calc(100% - 30px);
}
#main.small-screen .container {
    /*width: 990px !important;*/
}
.top-strip{
	max-width: 1400px;
	width: 95%;
	width: calc(100% - 30px);
	margin: -5px auto 0 auto;
	height: 5px;
	background-image: -webkit-linear-gradient(left, #03B8B8, #03B8B8 25%, #FF7F00 25%, #FF7F00 50%, #8FCC11 50%, #8FCC11 75%, #B54AAD 75%, #B54AAD 100%);
    background-image: -moz-linear-gradient(left, #03B8B8, #03B8B8 25%, #FF7F00 25%, #FF7F00 50%, #8FCC11 50%, #8FCC11 75%, #B54AAD 75%, #B54AAD 100%);
    background-image: -ms-linear-gradient(left, #03B8B8, #03B8B8 25%, #FF7F00 25%, #FF7F00 50%, #8FCC11 50%, #8FCC11 75%, #B54AAD 75%, #B54AAD 100%);
    background-image: linear-gradient(to right, #03B8B8, #03B8B8 25%, #FF7F00 25%, #FF7F00 50%, #8FCC11 50%, #8FCC11 75%, #B54AAD 75%, #B54AAD 100%);
    background-size: 100% 5px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
#header {
    position: relative;
    height:150px;
	margin-top: 0;
}
#header-logo {
    position: absolute;
    left: 0px;
    top: 40px;
}
.header-toolbar {
    position: absolute;
    right: 0;
    top: 95px;
    width:200px;
    text-align:right;
}
.header-toolbar a {
    color: black;
    text-decoration:none;
    color:#333;
    font-size: 16px;
}

.language-menu {
    position:absolute;
    right: 0;
    top: 10px;
    font-size: 12px;
    padding: 4px 4px;  
    text-align: right;
    color: white;
}

.header-menu {
    position:absolute;
    right: 0px;
    top: 40px;
}
ul#header-menu {
    padding:0;
    margin:0;
}
ul#header-menu li {
    display: table-cell;
    font-size:12px;
    list-style-type:none;
    margin:0 0 2px 0;
    text-transform:uppercase;
    padding: 4px 0px 4px 10px;
    margin: 0;

}
ul#header-menu li:first-child {
    margin-left:0px;
    padding-left:0px;
}
ul#header-menu li a, ul#top-menu li a  {
    text-decoration:none;
	color: white;
    margin-left: 20px;
    text-align: right;
}
.language-menu a{
    color: white;
}
ul#header-menu li a:hover, .language-menu a:hover {
    text-decoration:none;
    color:red;
}
#content,
#main #content,
#main div#content {
    position: relative;
}
#content{
    min-height: 876px;
}

.header-search-form {
    position: absolute;
    right: 0px;
    top: 90px;
	border: 1px solid #9F9FA3;
}

.header-search-form form{
	height: 25px;
}

input[type="text"].header-search-form-input{
	border: none;
	background: none;
	width: 140px;
	height: 25px;
	margin: 0;
	vertical-align: top;
	color: white;
}

.header-search-form-button{
	border: none;
	background: transparent url(imgs/search-background.png) right no-repeat;
	width: 44px;
	height: 25px;
	padding: 0;
	cursor: pointer;
}

#main-content{
	border-bottom: 3px dotted white;
	padding-bottom: 20px;
}

.gray-box {
    margin: 7px 0;
    padding: 15px;
    background: #F5F5F5;
    border-radius:5px;
}
form table {
    border-collapse: collapse;
    margin: 0 auto;
}
form table tr td {
    vertical-align: middle;
    padding: 5px;
    table-layout: fixed;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
form table.mouse-hover-show tr:hover td { background: #f8f8f8; }
form table tr td:first-child {
    /*    width: 25%; */
}
form.gray-box table tr td:first-child {
    text-align: right;
}
form button[disabled="disabled"],
form input[type="submit"][disabled="disabled"] {
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: not-allowed;
}
#login-form table td {
    background: none;
}
#login-form input[type="text"],
#login-form input[type="password"] { width: 300px; }
input[type="text"], input[type="password"], select {
    padding: 3px;
    border: solid 1px #B5B5B5;
    background: white;
    outline: none;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 250px;
    font-size: 12px;
    line-height: 12px;
    height: 25px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: border-color 0.5s, -webkit-box-shadow 0.2s;
    -moz-transition: border-color 0.5s, -moz-box-shadow 0.2s;
    transition: border-color 0.5s, box-shadow 0.2s;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}
#columns-3-center-content .left-col input[type="text"], #columns-3-center-content .left-col input[type="password"],
#columns-3-center-content .right-col input[type="text"], #columns-3-center-content .right-col input[type="password"],
#columns-2-right-content .left-col input[type="text"], #columns-2-right-content .left-col input[type="password"],
#columns-2-left-content .right-col input[type="text"], #columns-2-left-content .right-col input[type="password"]{

}
input[type="text"]:focus, input[type="password"]:focus, select:focus {
	border: none;
	/*    -moz-box-shadow: 0 0 3px #B5B5B5;
		-webkit-box-shadow: 0 0 3px #B5B5B5;
		box-shadow: 0 0 3px #B5B5B5;
		border-color: #B5B5B5;*/
}
input[type="text"].error, input[type="password"].error, select.error {
    border-color: red;
    background-color: #f6dfdf;
}
.btn,
[class^="btn"] {
    text-shadow: none;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 2px 0 2px 2px;
    padding: 8px 40px;
    color: #fff;
    font-family: open sans, Arial, Helvetica, sans-serif;
    /*font-style:italic;*/

    border: none;
    cursor: pointer;
    line-height: 100%;

    background: #03B8B8;

    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    -moz-appearance: none;
    -webkit-appearance: normal;
    appearance: normal;
	text-transform: uppercase;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
a.btn,
a[class^='btn'] {
    cursor: pointer;
    text-decoration: none;
    cursor: pointer;
}
.btn:hover,
[class^='btn']:hover {
    color:white;
}
.btn.on,
.btn:active,
[class^='btn'].on,
[class^='btn']:active {
}
.btn.on,
[class^='btn'].on {
    color: #666;
    background: #c0c0c0;
    filter: none;
}
.btn.disabled,
[class^='btn'].disabled {
    border: none;
    cursor: default;
    background: #999;
}
.btn.light {
    background: #e2e2df;
    color:#333;
}
.btn.right,
[class^="btn"].right {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.btn.right,
[class^="btn"].right, 
.btn.left,
[class^="btn"].left {
    position:relative;
    font-size:14px;
    height:14px;
    line-height:14px;
}
button.right, button.left {
    position:relative;
    height:14px;
    font-size:14px;
    border:0;
}
.btn.right:before,
[class^="btn"].right:before,
.btn.light:before,
[class^="btn"].light:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    z-index: 1;
}
.btn.light.right:before,
[class^="btn"].light.right:before,
.btn.light.left:before,
[class^="btn"].light.left:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    z-index: 1;
}
.btn.right:before,
[class^="btn"].right:before {
    border-left: 7px solid #E20E23;
    left: 100%;
}
.btn.light.right:before,
[class^="btn"].light.right:before {
    border-left: 7px solid #e2e2df;
    left: 100%;
}
.btn.left:before,
[class^="btn"].left:before {
    border-right: 7px solid #E20E23;
    right: 100%;
}
.btn.light.left:before,
[class^="btn"].light.left:before {
    border-right: 7px solid #e2e2df;
    right: 100%;
}
button.btn,
button[class^="btn"],
input.btn,
input[class^="btn"] {
    /* fix for inputs */
    /*padding: 3px 12px 6px 12px;;*/
}


.dropdown-menu {
    position:relative;
}
ol.dropdown-menu, ul.dropdown-menu {
    display: none;
}
.dropdown-menu .dropdown-menu-trigger {
    text-align: left;
    padding: 2px 22px 2px 5px;
    border: solid 1px silver;
    cursor: pointer;
    background: #e0e0e0;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#333;
}
.input-wrapper .dropdown-menu .dropdown-menu-trigger {
    display: block;
    padding: 0 15px 0 0;
    margin:  0;
    height:  100%;
    min-width: auto;
    text-align: center;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
}
.dropdown-menu .dropdown-menu-trigger:before { display: none }
.dropdown-menu .dropdown-menu-trigger:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 5px;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 6px black;
}
.dropdown-menu ul {
    display: none;
    background: white;
    border: solid 1px gray;
    border-radius: 2px;
    position: absolute;
    right: -1px;
    z-index: 100;
    min-width: 69px;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 3px 3px 6px silver;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0, 0.3);
    -moz-box-shadow: 3px 3px 6px silver;
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0, 0.3);
    box-shadow: 3px 3px 6px silver;
    box-shadow: 3px 3px 6px rgba(0,0,0, 0.3);
}
.dropdown-menu ul li {
    display: block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: auto;
}
.dropdown-menu ul li a {
    display: block;
    cursor: pointer;
    text-align: left;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-transition: all 0.05s;
    -moz-transition: all 0.05s;
    transition: all 0.05s;
    color:#333;
}
.dropdown-menu ul li a:hover {
    background: #779900;
    color: white;
}
.txt-center {
    text-align: center;
}
.lowercase {
    text-transform: none;
}
.green {
    /*color: #cc0000;*/
    color: #779900;
}
.green-title {
    color: #cc0000;
}
.txt-right { text-align: right; }
.fields-errors {
    border: solid 1px #f2b0b0;
    background: #fff0f0;
    padding: 0;
    list-style: none;
    margin: 10px auto;
    color: #880000;
    font-size: 12px;
    overflow: hidden;
    padding: 1px;
    text-shadow: 0 1px 0 white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 0 1px white,
        1px 1px 2px #dcdcdc;
    -webkit-box-shadow: inset 0 0 0 1px white,
        1px 1px 2px #dcdcdc;
    box-shadow: inset 0 0 0 1px white,
        1px 1px 2px #dcdcdc;
}
.fields-errors li {
    border-top: dashed 1px #f9baba;
    padding: 5px;
    -moz-box-shadow: inset 0 20px 30px white;
    -webkitbox-shadow: inset 0 20px 30px white;
    box-shadow: inset 0 20px 30px white;
}
.fields-errors li:first-child { border-top: none; }
.page-content {
    background: white;
    margin: 10px auto;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
hr {
    height: 0;
    padding: 0;
    margin: 10px 0;
    background: transparent;
    border: none;
    border-top: solid 1px lightgray;
}

/* ############### MESSAGES #################### */
.messages &gt; div {
    margin: 5px;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    text-shadow: 0 1px black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 15px 30px rgba(255,255,255, 0.45),
        inset 0 0 1px white;
    -webkit-box-shadow: inset 0 15px 30px rgba(255,255,255, 0.45),
        inset 0 0 1px white;
    box-shadow: inset 0 15px 30px rgba(255,255,255, 0.45),
        inset 0 0 1px white;
    position: relative;
    color: white;
}
.messages .error { border-color: #990000; background: #990000; }
.messages .message { border-color: #009900; background: #009900; }
.messages .warning { border-color: #DF8200; background: #DF8200; }
.messages &gt; div .redjs-close-btn {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    background: url(imgs/close-btn.png) 0 0 no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/* ############### END MESSAGES ################ */
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.label {
    cursor: pointer;
    padding: 0 6px;
    background: red;
    border: solid 1px red;
    color: black;
    min-width: 60px;
    display: inline-block;
    text-align: center;
    /*
    -moz-box-shadow: inset 0 5px 10px rgba(255,255,255, 0.3),
        inset 0 0 1px white,
        1px 1px 2px silver;
    -webkit-box-shadow: inset 0 5px 10px rgba(255,255,255, 0.3),
        inset 0 0 1px white,
        1px 1px 2px silver;
    -o-box-shadow: inset 0 5px 10px rgba(255,255,255, 0.3),
        inset 0 0 1px white,
        1px 1px 2px silver;
    box-shadow: inset 0 5px 10px rgba(255,255,255, 0.3),
        inset 0 0 1px white,
        1px 1px 2px silver;
    -moz-text-shadow: 0 1px 0 #333;
    -webkit-text-shadow: 0 1px 0 #333;
    -o-text-shadow: 0 1px 0 #333;
    text-shadow: 0 1px 0 #333;
    */
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
a.label:hover {
    color: black;
    text-decoration: none;
    background: darkred;
    border-color: darkred;
}

/* DISPLAY: TABLE */
.display-table {
    display: table;
}
.display-table-row {
    display: table-row;
}
.display-table-cell {
    display: table-cell;
}
/* END DISPLAY: TABLE */
/* WRAPPERY */
#columns-2-left-content,
#columns-2-right-content {
    margin-top: 0px;
    width: 100%;
}
#columns-2-right-content .left-col,
#columns-3-center-content .right-col,
#columns-3-center-content .left-col {
    width: 20%;
    margin-top: 10px;
}
#columns-2-left-content .right-col {
    width: 30%;
    margin-top: 10px;
}
#columns-2-right-content .right-col,
#columns-2-left-content .left-col,
#columns-3-center-content .center-col {
    background-size:100% auto;
}
#columns-1-content .single-col {
	/*    background-size:100% auto;*/
}
#columns-3-center-content .center-col &gt; div {
    margin: 0 10px;
}
#columns-2-right-content .right-col &gt; div {
    margin: 0 0 0 10px;
}
#columns-2-left-content .left-col &gt; div {
    margin: 0 10px 0 0;
}
#columns-2-left-content .right-col div.box,
#columns-2-right-content .left-col div.box,
#columns-3-center-content .right-col div.box,
#columns-3-center-content .left-col div.box
{
    margin: 10px 0 0 0;
}
#columns-2-left-content .right-col div.box:first-child,
#columns-2-right-content .left-col div.box:first-child,
#columns-3-center-content .right-col div.box:first-child,
#columns-3-center-content .left-col div.box:first-child
{
    margin-top: 0;
}
/* END WRAPPERY */
#bottom,
#main #bottom,
#main div#bottom {
    padding-top: 0px;
	background: white;
	width:100%;
	max-width:100%;
}
#bottom .level-1 {
    border-top:5px solid #333333;
    margin-bottom:10px;
    padding:10px 0;
}
#bottom .level-2 {
    border-top:1px solid #cccccc;
    padding:10px 0;
}
#bottom .level-3 {
    /*border-top:1px dotted #B4B4B4;*/
    padding:10px 0;
	max-width: 1400px;
	width: 95%;
	width: calc(100% - 30px);
	margin: 0 auto;
}
#bottom .level-3 img{
	margin: 0 50px 0 0;
}
#bottom .level-3, #bottom .level-3 p {
    color:#6F6F6F;
    font-size: 10px;
}
#bottom ul.bottom-menu {
    padding:0;
    margin:0;
}
#bottom ul.bottom-menu li {
    display: table-cell;
    width:160px;
}
#bottom ul.bottom-menu li a {
    display: inline-block;
    margin: 0 0;
    color: #333;
}
#bottom ul.bottom-menu li a:hover {
    text-decoration:none;
    color: #ccc;
}
#bottom i.icon-black-logo {
    margin-left: 20px;
}
/* END SPINNER */
.pull-right
{
    float: right;
}
.pull-left
{
    float: left;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}

/* IE8 and less hack */
header
,nav
,section
,article
,aside
,footer
,hgroup 
{ 
	display: block;
}

#map-canvas{
	width: 1400px;
	height: 920px;
	max-width: 100%;
}
.select-box{
	float: left;
	margin: 0 30px 0 0;
    border-right: 1px solid #909290;
}

.select-box.last{
	border: none;
}

.select-float-box{
	min-width: 544px;
}

.select-float-box .select-style{
	float: left;
}

.select-style {
    border: 1px solid #909391;
    width: 148px;
    border-radius: 0px;
    overflow: hidden;
    /*background: #1C1C1C;*/
	margin: 20px 30px 20px 0;
	height: 30px;
}
.filler-select-box{
	width: 150px;
	height: 30px;
	margin: 10px 30px 10px 0;
	float: left;
}
.select-style.pink{
	border-top: 3px solid #B54AAD;
}
.select-style.red{
	border-top: 3px solid #D7284B;
}
.select-style.green{
	border-top: 3px solid #8FCC11;
}
.select-style.orange{
	border-top: 3px solid #FF7F00;
}
.select-style.blue{
	border-top: 3px solid #4D7AFF;
}
.select-style.cyan{
	border-top: 3px solid #03B8B8;
}
.select-style.gray{
	border-top: 3px solid #838383;
}
.select-style.white{
	border-top: 3px solid #FFFFFF;
}
.old-city-container, .new-city-container {
    position: relative;
}

.select-label {
    position: absolute;
    color: #616166;
    font-style: italic;
    left: 125px;
    top: -3px;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
	background: transparent right no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
	color: white;
}
.select-style.pink select{
	background-image: url(imgs/select-background-pink.png);
}
.select-style.red select{
	background-image: url(imgs/select-background-red.png);
}
.select-style.green select{
	background-image: url(imgs/select-background-green.png);
}
.select-style.orange select{
	background-image: url(imgs/select-background-orange.png);
}
.select-style.blue select{
	background-image: url(imgs/select-background-blue.png);
}
.select-style.cyan select{
	background-image: url(imgs/select-background-cyan.png);
}
.select-style.gray select{
	background-image: url(imgs/select-background-gray.png);
}
.select-style.white select{
	background-image: url(imgs/select-background-white.png);
}

.select-style select:focus {
    outline: none;
}

.select-style option{
	background: #1C1C1C;
}

.tab-menu a{
	color: white;
    padding: 6px 0px;
    border: 1px solid #555555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
	display: inline-block;
	width: 193px;
	text-align: center;
}
.tab-menu a:hover{
	color: white;
}
.tab-menu a.active{
	background: white;
	color: black;
}

.list-box{
	background: white;
	border: 1px solid #555555;
	padding: 2em;
}
.list-box a, .list-box a:hover{
	color: black;
}

.white-paragraph{
	color: white;
}

.white-title{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	margin: 20px 0;
}

.clear-filters{
	font-style: italic;
	margin: 0 30px;
	color: white;
	font-size: 14px;
}
.clear-filters:hover{
	color: white;
}

.buttons-valign{
	padding: 0 35px;
}

.single-popup-box{
	padding: 15px 45px 0 15px;
}

.single-cinema-row{
	background: #EEEEEE;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	color: #464646;
}

.single-cinema-row:nth-child(2n){
	background: #F8F8F8;
}
.single-cinema-row-caption {
    display: inline-block;
    width: 150px;
	font-size: 16px;
	color: #464646;
}

.single-name, .single-address, .single-architect, .single-owner, .single-size, .single-frequency, .single-description, .single-image, .single-article {
    display: inline-block;
	font-size: 16px;
	color: #464646;
}

.single-description, .single-address, .single-name, .single-architect, .single-owner{
	width: 85%;
	width: -webkit-calc(100% - 180px);
	width: -moz-calc(100% - 180px);
	width: calc(100% - 180px);
}
.single-description p, .single-description div{
	font-size: 16px;
	color: #464646;
}

span.name {
    font-size: 25px;
    font-weight: bold;
    line-height: 22px;
}

span.date{
	font-size: 16px;
	color: #464646;
}

.single-address-inner{
	margin: 0 100px 10px 0;
	float: left;
	font-size: 16px;
	color: #464646;
}
.single-name-inner{
	float: left;
}

.single-image{
	margin: 0 10px 0 0;
}

.single-architect p, .single-owner p, .article-name{
	font-size: 16px;
	color: #464646;
}

span.list-address-space {
    display: inline-block;
    padding: 0 10px;
}

.show-modal, .article-name{
	cursor: pointer;
}

.owner-container, .architect-container {
    position: relative;
}

.owner-container div.show-more-link, .architect-container div.show-more-link{
    position: absolute;
	top: 55px;
    width: 100%;
    text-align: center;
}

.owner-container div.show-more-link a, .architect-container div.show-more-link a{
	color: white;
	text-decoration: none;
	font-style: italic;
}

.show-cinemas-for-owner, .show-cinemas-for-architect{
	cursor: pointer;
}

.owner-list-element, .architect-list-element{
	font-weight: bold;
}</pre></body></html>