@charset "UTF-8";
/* CSS Document */
body#faf {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	font-size: 11px;
}
#faf-widget-close-button {
	position: absolute;
	right: -9px;
	margin-top: -9px;
}
#faf-widget-close-button img {
	width: 21px;
	height: 22px;
}
#faf-widget-wrapper {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.faf-widget a {
	color: rgb(255,255,255);
	text-decoration: none;
}
.faf-widget-main-header {
	padding: 10px 20px 0;
	border-bottom: 1px solid rgb(92,155,217);
}
.faf-widget-main-header h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	float: left;
	line-height: 26px;
}
.faf-widget-main-header-nav {
	float: right;
}
.faf-widget-main-header-nav li {
	padding: 0;
	margin: 0 8px;
	display: inline-block;
	float: left;
}
.faf-widget-main-header-nav li.button {
	padding: 0 10px;
	line-height: 37px;
	background: #5193d6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxOTNkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjc5Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #5193d6 0%, #2679cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5193d6), color-stop(100%, #2679cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5193d6 0%, #2679cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5193d6 0%, #2679cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5193d6 0%, #2679cc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5193d6 0%, #2679cc 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5193d6', endColorstr='#2679cc', GradientType=0 ); /* IE6-8 */
	position: relative;
	top: 1px;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
	text-shadow: 0px -1px 0px rgba(0,0,0,0.7);
	opacity: 0.3; /* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	transition: all 0.25s;
	cursor: pointer;
}
.faf-widget-main-header-nav li.button:hover {
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.faf-widget-main-header-nav li.selected, .faf-widget-main-header-nav li.selected:hover {
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.faf-widget-social img {
	position: relative;
	top: 1px;
	width: 24px;
	height: 24px;
}
.faf-widget-formats {
	position: relative;
	background-color: rgba(24,64,105,0.4);
	background-color: rgb(51,51,51);
	padding-top: 20px;
}
.faf-widget-powered-by-faf-wrapper {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	width: 356px;
	height: 34px;
	margin: 20px auto;
}
.faf-widget-powered-by-faf-wrapper img {
	width: 356px;
	height: 34px;
	margin: 0 auto;
}
.faf-widget-main-header-nav ul, .faf-widget-formats ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.faf-widget-formats ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
}
.faf-widget-formats ul {
	width: 60%;
	margin: 0 auto;
}
.faf-widget-formats ul li {
	width: 33%;
	text-align: center;
	border-bottom: 4px solid rgb(38,121,204);
	padding-bottom: 4px;
	opacity: 0.3; /* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	transition: all 0.25s;
}
.faf-widget-formats ul li:nth-child(2) {
	width: 34%;
}
.faf-widget-formats ul li img {
	width: 56px;
	height: 56px;
	display: block;
	margin: 0px auto 8px;
}
.faf-widget-formats ul li:hover {
	border-bottom: 4px solid rgb(38,121,204);
	padding-bottom: 4px;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.faf-widget-formats ul li.selected {
	border-bottom: 4px solid rgb(38,121,204);
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.faf-widget-info-bar {
	background-color: rgb(27,84,142);
	height: 44px;
	margin-bottom: 1px;
	width: 100%;
}
.faf-widget-info-bar h1 {
	font-size: 21px;
	margin: 0;
	padding: 0;
	line-height: 46px;
	font-weight: normal;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.7);
}
.faf-widget-info-bar .release-date {
	font-weight: bold;
}
.faf-widget-info-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.faf-widget-info-bar ul li {
	display: inline-block;
	float: left;
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	height: 44px;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
}
.faf-widget-info-bar a {
	padding: 10px 9px;
	display: block;
}
.faf-widget-info-bar img {
	width: 100%;
	height: auto;
	max-width: 140px;
	max-height: 22px;
}
.faf-widget-info-bar .btn-remind-me, .faf-widget-info-bar .btn-invite-friends {
	width: 20%;
	background: #bdaf8a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkYWY4YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MDcxNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #bdaf8a 0%, #80714e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bdaf8a), color-stop(100%, #80714e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bdaf8a 0%, #80714e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bdaf8a 0%, #80714e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bdaf8a 0%, #80714e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bdaf8a 0%, #80714e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdaf8a', endColorstr='#80714e', GradientType=0 ); /* IE6-8 */
	border-right: 1px solid rgba(0,0,0,0.2);
}
.faf-widget-info-bar ul li.info-release-date {
	width: 60%;
	background: #5193d6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxOTNkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjYyYTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #5193d6 0%, #1f62a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5193d6), color-stop(100%, #1f62a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5193d6 0%, #1f62a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5193d6 0%, #1f62a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5193d6 0%, #1f62a5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5193d6 0%, #1f62a5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5193d6', endColorstr='#1f62a5', GradientType=0 ); /* IE6-8 */
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(0,0,0,0.3);
}
.faf-widget-info-bar ul li:last-child {
	border-right: none;
	border-left: 1px solid rgba(255,255,255,0.2);
}
.faf-widget-info-bar.remind-me ul li:first-child {
	width: 100%;
	background: #5193d6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxOTNkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjYyYTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #5193d6 0%, #1f62a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5193d6), color-stop(100%, #1f62a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5193d6 0%, #1f62a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5193d6 0%, #1f62a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5193d6 0%, #1f62a5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5193d6 0%, #1f62a5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5193d6', endColorstr='#1f62a5', GradientType=0 ); /* IE6-8 */
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(0,0,0,0.3);
}
.responsive-container {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 45%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	float: left;
	width: 40%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 80%;
}
.faf-widget-table-wrapper {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.faf-widget-table-results-wrapper {
	float: left;
	width: 100%;
}
.faf-widget-table {
	margin: 0 0 44px 0;
	padding: 0;
	border: 0;
	width: 100%;
	transition: all 0.25s;
	border-spacing: 0;
	border-collapse: collapse;
	float: left;
	border-right: 2px solid rgb(235,235,235);
}
.faf-widget-table-headers {
	width: 100%;
}
.faf-widget-table td {
	font-size: 13px;
}
.faf-widget-table th {
	font-size: 13px;
	line-height: 36px;
	background-color: rgb(245,245,245);
	color: rgb(51,102,153);
}
.faf-widget-table td, .faf-widget-table th, .faf-widget-table-digital th {
	text-align: center;
	margin: 0;
	padding: 2px 0;
	border: 1px solid rgb(235,235,235);
}
.faf-widget-table td {
	width: 33%;
}
.faf-widget-table.faf-two-columns td {
	width: 50%;
}
.faf-widget-table td {
	padding: 8px;
}
.faf-widget-table-digital th {
	padding: 0;
}
.faf-widget-table th {
	border-bottom: none;
}
.faf-widget-table-digital th div.unselected:hover {
	border-bottom: 4px solid rgba(38,121,204,0.3);
}
.faf-widget-table-digital th div.selected {
	border-bottom: 4px solid rgba(38,121,204,1);
}
.faf-buy img {
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.faf-buy a {
	background: #5193d6;
	border-radius: 4px;
	color: rgb(255,255,255);
	text-decoration: none;
	padding: 6px 10px;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	transition: all 0.25s;
	background: rgb(255,255,255);
	color: #336699;
	border: 1px solid rgb(255,255,255);
	transition: all 0.25s;
}
.faf-buy a:hover {
	background: rgb(235,235,235);
	border: 1px solid rgb(235,235,235);
}
.faf-buy-headers {
	background-color: rgba(235, 235, 235);
}
.faf-widget-formats-keyline {
	position: absolute;
	top: 37px;
	left: 163px;
	opacity: 0.3; /* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
/* ----------------------------------- Cinema Search ---------- */

#faf-widget-find-cinemas {
	width: 100%;
	padding: 20px 0 40px 0;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-top: 4px solid rgb(38,121,204);
	background-color: rgba(24,64,105,0.4);
	margin-bottom: 1px;
}
input[type=submit], input[type=text], input[type=password] {
	-webkit-appearance: none;
	border: none;
}
input[type=text] {
	background-color: rgb(255,255,255);
	padding: 10px 14px;
	border-radius: 4px;
	border: 1px solid rgb(204,204,204);
	color: rgb(0,0,0);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 160px;
}
.findFilmsbutton, .faf-button {
	background-color: rgb(0,63,149);
	padding: 11px 16px;
	border-radius: 4px;
	border: none;
	color: rgb(255,255,255);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 116px;
	text-transform: uppercase;
	background: #5193d6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxOTNkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjYyYTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #5193d6 0%, #1f62a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5193d6), color-stop(100%, #1f62a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5193d6 0%, #1f62a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5193d6 0%, #1f62a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5193d6 0%, #1f62a5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5193d6 0%, #1f62a5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5193d6', endColorstr='#1f62a5', GradientType=0 ); /* IE6-8 */
	color: rgb(255,255,255);
	text-decoration: none;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	transition: all 0.25s;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
	text-shadow: 0px -1px 0px rgba(0,0,0,0.7);
	transition: all 0.25s;
}
.findFilmsbutton:hover, .faf-button:hover {
	background: #d8d8b1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjliNzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d8d8b1 0%, #9b9b76 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8b1), color-stop(100%, #9b9b76)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d8d8b1 0%, #9b9b76 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d8d8b1 0%, #9b9b76 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d8d8b1 0%, #9b9b76 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d8d8b1 0%, #9b9b76 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8b1', endColorstr='#9b9b76', GradientType=0 ); /* IE6-8 */
}
.borderNone {
	border: none;
}
#logo-faf {
	position: absolute;
	width: 117px;
	height: 54px;
	right: 0px;
}
.searchChoice {
	display: block;
	float: left;
	box-sizing: border-box;
	padding-right: 16px;
	overflow: hidden;
	text-align: center;
}
.searchChoice {
	border-right: 1px solid rgb(204,204,204);
	border: none;
}
#faf-widget-find-cinemas h1, #smallScreenForm h1 {
	font-size: 12px;
	margin-bottom: 14px;
	text-transform: uppercase;
}
#searchFindCinemasAtoZ {
	background-color: rgb(255,255,255);
	padding: 4px 8px;
	border: 1px solid rgb(204,204,204);
	border-radius: 4px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(0,0,0);
	font-size: 10px;
}
.simpleList {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.simpleList li {
	display: block;
	float: left;
}
#minimalTopBlock {
	width: 460px;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
}
#logo-faf {
	display: none;
}
#fafTopBlockLogo {
	float: left;
	padding-right: 16px;
}
#fafTopBlockLogo img {
	height: 80px;
	width: 130px;
	display: block;
	float: none;
}
#searchChoicesForm {
	float: left;
}
#searchFormInstructions {
	text-align: center;
	padding-bottom: 8px;
	clear: both;
}
#searchFormStrapline {
	text-align: center;
	padding-top: 8px;
	clear: both;
	font-weight: bold;
	color: rgb(255,255,255);
}
#boxFindFilms {
	padding: 0px;
	margin: 0px;
}
.filmTimesInstructions {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
/* ------------------------------------------------------------------------------------------------------ Book Tickets - Results */

#results {
	margin: 0 auto;
	background: rgba(0,0,0,0.8);
	overflow: hidden;
}
#resultsList {
	float: left;
	width: 60%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-x: hidden;
	-ms-touch-action: pan-y;
	box-sizing: border-box;
}
.cinemaList {
	display: table;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100% !important;
	border-collapse: collapse;
}
.cinemaListOdd {
	background: rgba(255,255,255,0.1);
}
.cinemaList tr {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.cinemaList td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.cinemaList td.cinemaID {
	background: rgba(255,255,255,0.1);
	height: 90px;
	width: 29px;
	border-right: 1px solid rgba(255,255,255,0.1);
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cinemaList td.cinemaDetails {
	padding: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	height: 60px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cinemaList td.cinemaDetails h1 {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 14px;
}
.cinemaList td.cinemaDetails a {
	color: rgb(172,148,104);
}
.filmTimes {
	margin: 0;
	padding: 1px 8px;
}
.filmTimes a {
	color: rgb(172,148,104);
	background-color: rgb(51,51,51);
	padding: 6px 10px;
	border-radius: 3px;
}
.cinemaList td p {
	font-size: 11px;
}
p.cinemaAddress {
	margin-bottom: 0;
}
.filmTimes li {
	display: inline-block;
	float: left;
	padding: 10px 3px;
}
.filmTimes li a {
	font-size: 11px;
}
#googleMap {
	width: 100%;
	height: 360px;
	border: 0px;
	margin: 0px;
	overflow: hidden;
}
#map {
	height: 360px;
	float: left;
	overflow: hidden;
	width: 40%;
	background: rgb(0,0,0);
}
.sectionTitle {
	height: 43px;
	line-height: 45px;
	text-transform: uppercase;
	overflow: hidden;
	padding-left: 12px;
}
#bookTickets .icon {
	padding: 14px 6px 0 0;
}
#cinemaSelectADate {
	width: 18.75%;
	height: 43px;
	line-height: 33px;
	text-transform: uppercase;
	overflow: hidden;
}
#cinemaSelectADate img {
	padding: 3px 6px 0 0;
}
#cinemaSelectADateLabel {
	display: inline-block;
}
#cinemaSearch {
	width: 37.5%;
	border-right: none !important;
}
#cinemaSearchForm {
	padding: 0px 5px;
	margin: 0px;
}
#cinemaSearchFormTextfield {
	width: 60%;
	height: 34px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: inline-block;
	float: left;
}
#cinemaSearchFormSubmitButton {
	display: inline-block;
	float: left;
	width: 40%;
	height: 34px;
	border: 0px;
	color: rgb(255,255,255);
	background-color: #735d3b;
}
#ticketTimes {
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	background: rgb(0,0,0);
}
nav#bookTicketsOptions {
	background: rgba(0,0,0,1);
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
nav#bookTicketsOptions ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 37px;
	line-height: 37px;
}
nav#bookTicketsOptions ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: left;
	text-align: center;
	width: 180px;
}
nav#bookTicketsOptions ul li.selected {
	border-bottom: 6px solid rgb(193,147,78);
}
nav#bookDate {
	width: 100%;
}
nav#bookDate ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
nav#bookDate ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: left;
	text-align: center;
	height: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 11px;
	padding-top: 6px;
	border-bottom: 6px solid rgb(0,0,0);
	width: 10%;
	box-sizing: border-box;
}
#chooseDateRH li:last-child {
	border-right: none;
}
nav#bookDate ul li h1 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: rgb(255,255,255);
}
nav#bookDate ul li.selected {
	border-bottom: 4px solid rgb(38,121,204);
}
nav#bookDate ul li.deselected {
	border-bottom: 4px solid rgb(34,54,90);
}
th.faf-buy-header-retailer, th.faf-buy-header-buy {
	width: 33%;
}
th.faf-buy-header-price {
	width: 33%;
}
th.faf-buy-header-digital-buy, th.faf-buy-header-digital-rent {
	width: 33% !important;
}
td.faf-buy-column-retailer, td.faf-buy-column-buy, td.faf-buy-edition {
	width: 33%;
}
td.faf-buy-column-price {
	width: 33%;
}
.watch-page th.faf-watch-header-channel {
	width: 16%;
	font-size: 11px;
	height: 51px;
}
.watch-page th.faf-watch-header-time {
	width: 12%;
	font-size: 11px;
	height: 51px;
}
.watch-page tr.faf-buy td.faf-watch-header-channel {
	width: 16%;
	font-size: 11px;
	height: 51px;
}
.watch-page tr.faf-buy td {
	width: 12%;
	font-size: 11px;
	height: 52px;
}
th, td {
	box-sizing: border-box;
}
.faf-widget-table-wrapper {
	position: relative;
	overflow: hidden;
	height: 209px;
	padding-top: 8px;
	box-sizing: border-box;
}
.mobile {
	display: none !important;
}
.desktop {
	display: block !important;
}
.customFontColour01, nav#bookDate ul li h1 {
	color: rgb(172,148,104);
}

@media screen and (max-width:840px) {
.faf-widget-formats-keyline {
	display: none;
}
.faf-widget-packshot-wrapper {
	padding: 25px 50px;
}
}

@media screen and (max-width:640px) {
.faf-widget-table {
	margin-left: 0;
	left: 0;
	top: 0;
}
#map {
	display: none;
}
#resultsList {
	width: 100%;
}
}

@media screen and (max-width:568px) {
.watch-page .faf-widget-table {
	width: auto;
}
}

@media screen and (max-width:480px) {
.faf-widget-main-header {
	width: 100%;
	padding: 10px 0;
	margin: 0;
}
.faf-widget-main-header h1 {
	text-align: center;
	font-size: 20px;
	float: none;
	font-weight: bold;
}
.faf-widget-packshot {
	display: none;
	width: 100%;
	float: none;
}
.faf-widget-table-wrapper {
	display: block;
	width: 100%;
	float: none;
}
.faf-widget-formats ul {
	width: 75%;
	padding-top: 16px;
}
.faf-widget-formats ul li {
	width: 33%;
}
.faf-widget-info-bar ul li.info-release-date {
	width: 100%;
	border: none;
}
.faf-widget-info-bar ul li.info-release-date h1 {
	font-size: 15px;
}
.faf-widget-info-bar ul li.btn-remind-me {
	width: 50%;
}
.faf-widget-info-bar ul li.btn-invite-friends {
	width: 50%;
}
.faf-widget-table-results-wrapper {
	overflow: hidden;
}
th.faf-buy-header-retailer, th.faf-buy-header-buy {
	width: 33%;
}
th.faf-buy-header-price {
	width: 34%;
}
th.faf-buy-header-digital-buy, th.faf-buy-header-digital-rent {
	width: 16.5% !important;
}
.faf-widget-powered-by-faf-wrapper {
	padding: 0 16px;
	margin: 20px 0 0;
	box-sizing: border-box;
	width: 100%;
}
.faf-widget-powered-by-faf-wrapper img {
	margin: 0;
	padding: 0;
}
.faf-widget-powered-by-faf-wrapper .mobile {
	width: 100%;
	height: auto;
}
.faf-widget-info-bar.mobile-position {
	position: fixed;
	bottom: 0px;
	margin: 0;
	padding: 0;
	z-index: 999999999999999;
}
.faf-widget-table-results-wrapper {
	margin-bottom: 44px;
}
.faf-widget-main-header-nav {
	float: none;
	border-top: 1px solid rgb(51,51,51);
	margin: 0;
	padding: 0;
	width: 100%;
}
.faf-widget-main-header-nav ul {
	width: 100%;
	display: table;
}
.faf-widget-main-header-nav li {
	padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	float: none;
	text-align: center;
	border-bottom: 4px solid rgb(34,54,90);
	height: 44px;
}
.faf-widget-main-header-nav li.button {
	padding: 0;
	margin: 0;
	background: none;
	position: relative;
	top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transition: all 0.25s;
	cursor: pointer;
	font-size: 13px;
}
.faf-widget-main-header-nav li.selected {
	border-bottom: 4px solid rgb(38,121,204);
}
.faf-widget-main-header-nav li.button:hover {
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.faf-widget-main-header-nav li.selected, .faf-widget-main-header-nav li.selected:hover {
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.faf-widget-main-header-nav .faf-widget-social {
	width: 44px;
	padding: 10px;
	box-sizing: border-box;
}
.faf-widget-main-header {
	padding: 10px 0px 0;
	border-bottom: 1px solid rgb(92,155,217);
}
.faf-widget-main-header h1 {
	margin: 0 0 8px;
}
.faf-widget-formats {
	border: none;
}
.faf-widget-main-header {
	border-bottom: none;
	position: fixed;
	top: 0px;
	background-color: rgba(0,0,0,0.8);
	z-index: 999999999999999;
}
.faf-widget {
	margin-top: 88px;
}
th.faf-buy-header-digital-buy, th.faf-buy-header-digital-rent {
	width: 16.5% !important;
}
.mobile {
	display: block !important;
}
.desktop {
	display: none !important;
}
#minimalTopBlock {
	width: 100%;
}
#searchChoicesForm {
	float: none;
	text-align: center;
}
#faf-widget-find-cinemas {
	width: 100%;
	padding: 0 0 16px;
}
#searchChoicesForm {
	padding-top: 12px;
	padding: 32px 0 20px 0;
}
#filters {
	width: 270px;
	margin: 0 auto;
}
.col07, .col08 {
	display: none !important;
}
nav#bookDate ul li {
	width: 12.5%;
}
.faf-widget-table-results-wrapper {
	height: 100%;
}
#results {
	height: 100%;
}
#resultsList {
	height: 100%;
}
#buy-now-artwork {
	display: none;
}
.faf-widget-table {
	width: 100%;
}
.faf-buy-header-release-date {
	display: none;
}
}
