@charset "utf-8";

/**** floats ****/
.sub_content, .sub_content_home, .sidebar_right, .sidebar_left,
	.home_page_yellow_glows, .now_showing, .new_this_week, .coming_soon,
	.content_left, .content_right, .content_right_wrapper, .content_right article,
	.specials, .special, .special_description_wrapper, .special_description,
	.special_thumb, .special_thumb img, .brands img, .phone_ico, .fax_ico,
	.email_ico, .web_ico, .sidebar_right article, .sidebar_right header,
	.sidebar_right .content_data, .sidebar_right .content_data p,
	.sidebar_right .thumbnail, .sidebar_right .thumbnail img, .sidebar_left article,
	.sidebar_left header, .sidebar_left .content_data, .sidebar_left .content_data p,
	.sidebar_left .thumbnail, .sidebar_left .thumbnail img, .social li,
	.social a, .sidebar_right .ads, .sidebar_right .ad_250, .sidebar_right .ad_250 a,
	.sidebar_right .ad_250 img, .sidebar_right .social, .sidebar_right .mobile,
	.sidebar_left .ads, .sidebar_left .ad_250, .sidebar_left .ad_250 a,
	.sidebar_left .ad_250 img, .sidebar_left .social, .sidebar_left .mobile,
	.now_showing h1, .new_this_week h1, .coming_soon h1,
	.home_vertical_slider, .home_vertical_slider_glows,
	.home_fade_slider_glows, .home_vertical_slider .slide,
	.home_vertical_slider_glows .slide, .home_fade_slider,
	.home_fade_slider .slide, .home_fade_slider .slide a, .home_fade_slider .slide img,
	.home_page_thumbnail, .home_page_thumbnail a, .home_page_thumbnail img,
	.list_slider .slide, .list_slider .thumbnail, .list_slider .thumbnail a,
	.list_slider .thumbnail img, .blog_list .thumbnail_wrapper, .blog_list .thumbnail_wrapper p,
	.blog_list .thumbnail, .blog_list .thumbnail a, .blog_list .thumbnail img,
	.movie_thumbnail_caption, .movie_details_header, .hover_details header,
	.hover_details header img, .hover_details_content, .footer_block_1,
	.footer_block_2, .footer_block_3, .footer_third, .input_wrapper, form label,
	form label .required_star, .half, .quarter, .third_left, .third_mid,
	.third_right, .two_third_left, .two_third_right, .float_left,
	.movie_content_spacing, .movie_times, .time_date, .time_title,
	.time_rating, .time_sheet, .time_slot, .time_collapse_bounds,
	.movie_schedule_days, .movie_schedule_utils, .movie_schedule_header,
	.movie_schedule_legend, .movie_schedule_slider,
	.movie_schedule_time_bounds, .event_picker, .event_picker label,
	.st_facebook_custom, .st_youtube_large, .st_googleplus_custom,
	.st_pinterest_custom, .st_email_custom, .st_twitter_custom, .st_instagram_custom {
	width: 100%;
	float: left;
}

html {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


body {
	color: #fff;
	background:#4b0000;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
}

h1, h2, legend {
	font-size: 1.7em;
	color: #fbe721;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-family: "doris_ppbold", Arial, Helvetica, sans-serif;
}

h2, legend {
	font-size: 1.3em;
}

p {
	margin-bottom: 10px;
}

ol, ul {
	margin-left: 25px;
	list-style: disc outside none;
	margin-bottom: 10px;
}

ol {
	list-style: lower-roman outside none;
}

ol.policy-ol {
	list-style-type: decimal;
}

a {
	outline: none;
	/*color: #fff;*/
	color: #FBE321;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	outline: none;
	border: none;
}

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}

nav ul li {
	display: inline-block;
	position: relative;
	padding: 0;
	overflow: visible;
}

strong {
	font-weight: bold !important;
}

em {
	font-style: italic;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"],
	input[type="digits"], input[type="date"], input[type="tel"], select,
	textarea {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	color: #CCC;
	display: block;
	width: 100%;
	outline: none;
}

input[type="submit"], input[type="button"] {
	background: none;
	border: medium none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

textarea {
	height: 200px;
	width: 808px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

fieldset {
	padding-bottom: 30px;
}

option {
	padding: 8px;
	cursor: pointer;
}

#container {
	display: block;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 100%;
	width: auto !important;
	width: 100%;
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	float: none;
	overflow: hidden;
	/*background: url(../images/background_bottom.png) no-repeat bottom center;*/
	/*background: url(../images/curtain.png) repeat-y center top;*/
	background:url("../images/new-bg-body.jpg") no-repeat scroll 50% 0 / cover;
}

#container.home{
	background:url("../images/new-bg-body2.jpg") no-repeat scroll center top;
	padding-bottom:160px;
}

/*** Containers for segments mainly used for background attachments e.g. header, navigation, etc.
	 Use for base layout, then create unique identifiers to attach more refined styles ***/
.background {
	width: 100%;
	float: none;
	clear: both;
	display: block;
	position: relative;
}

.transform_zindex_fix {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/*** Our main segments - Change widths and Heights accordingly in following blocks ***/
.background_inner_margin {
	float: none;
	clear: both;
	max-width: 96.42857142857143em; /* 1350px */
	min-width: 1280px;
	margin: 0px auto;
	display: block;
	padding: 0px;
	position: relative;
}

#top_background, #footer_background_curtains_inner {
	/*background: url(../images/background_top.png) no-repeat top center;*/
	background: url(../images/curtain.png) no-repeat center -420px;
}

#top_background {
	background-position: center -560px;
}

#stars_background {
	background: url(../images/background_stars.png) no-repeat center top;
}

#smudge_background, #smudge_background_flipped {
	background: url(../images/background_smudge.png) repeat-y 20% top;
}

/*** Header ***/
#main_header {
	height: 184px;
	text-align: center;
	line-height: 184px;
	padding-bottom: 20px;
	width: 300%;
	margin-left: -100%;
}

#main_header a {
	display: inline-block;
}

#main_header img {
	vertical-align: middle;
	max-height: 180px;
}

#main_header .logo_link {
	display: none;
}

#neonContainer {
	width: 2000px;
	height: 184px;
	margin: 0 auto;
}

/*** Navigation ***/
#navigation_background {
	border-top: 1px solid #FDF194;
	border-bottom: 1px solid #4A2C20;
	background: url(../images/main_menu_repeater.png) repeat-x left top;
}

#main_menu, #main_menu ul {
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	line-height: 34px;
	height: 34px;
}

#main_menu {
	text-align: center;
}

#main_menu ul {
	display: inline-block;
	text-align: left;
}

#main_menu li {
	/*display: table-cell;*/
	position: relative;
	padding: 0;
	overflow: visible;
	line-height: 34px;
	height: 34px;
	vertical-align: top;
	background: url(../images/menu_seperator.png) repeat-y top right;
}

#main_menu li:last-child {
	background-image: none;
}

#main_menu li a {
	color: #FFFFFF;
	display: block;
	font-family: "doris_ppbold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 15px;
	margin: 0;
	text-decoration: none;
	text-shadow: 0px 1px 1px #000;
	-moz-text-shadow: 0px 1px 1px #000;
	-webkit-text-shadow: 0px 1px 1px #000;
	position: relative;
	text-decoration: none;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

#main_menu li a.children {
	padding-right: 34px;
}

#main_menu li:hover>a, #main_menu li a:hover, #main_menu li.active>a,
	#main_menu li.active>a.active {
	background-color: #f4ae2a;
	color: #10599e;
	text-shadow: none;
}

.home {
	background-image: url(../images/home_ico.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 28px;
	height: 34px;
}

.home:hover {
	background-image: url(../images/home_ico_hover.png);
}

#main_menu ul ul {
	display: none;
	border-top: 1px solid #fef5b4;
	border-left: 1px solid #fbe659;
	border-right: 1px solid #804912;
	border-bottom: 1px solid #000000;
	padding: 0;
	position: absolute;
	z-index: 99999;
	line-height: 28px;
	height: auto;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, .4);
	-moz-box-shadow: 4px 4px 6px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .4);
	left: auto;
	top: 34px;
	background: url(../images/menu_gradient.png) repeat-x left bottom
		#0569ae;
}

#main_menu ul ul ul {
	left: 100%;
	top: 0;
}

#main_menu ul li:hover>ul, #main_menu ul ul li:hover>ul {
	display: block;
}

#main_menu ul li li {
	display: block;
	line-height: 28px;
	height: 28px;
	border-top: 1px solid #5a89b9;
	border-bottom: 1px solid #1e275c;
	border-left: 1px solid #3b649f;
	border-right: 1px solid #0d4c85;
	background: none;
	width: auto;
}

#main_menu ul ul a {
	min-width: 200px;
	width: auto;
	font-size: .85em;
	text-transform: capitalize;
	text-shadow: none;
	font-family: Arial, Helvetica, sans-serif;
}

#main_menu ul ul a.children {
	padding-right: 15px;
}

.nav_arrow {
	background: url("../images/menu_arrow.png") no-repeat scroll left top;
	height: 11px;
	margin-top: -5.5px;
	position: absolute;
	top: 50%;
	width: 8px;
	right: 15px;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

#main_menu ul ul .nav_arrow {
	right: 5px;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}

#main_menu li:hover>.nav_arrow, #main_menu li a:hover .nav_arrow,
	#main_menu li.active>a .nav_arrow, #main_menu li.active>a.active .nav_arrow
	{
	/*background-image: url(../images/menu_arrow_active.png);*/

}

/*** Body ***/
#body_content_background {
	margin-bottom: 326px;
}

#body_stars_background, #body_stars_background_flipped {
	background: url(../images/background_stars_body.png) no-repeat 20% 45%;
}

#body_stars_background_flipped, #smudge_background_flipped,
	#footer_background_curtains, #footer_background_curtains_inner {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	width: 100%;
	z-index: 0;
}

#content{
	padding: 20px 0 40px 0;
}

.sub_content, .sub_content_home, .sidebar_right, .sidebar_left {
	clear: none;
	padding: 0 2%;
	position: relative;
}

.sub_content {
	width: 76%;
	z-index: 1;
}

.sub_content_home {
	width: 60%;
	padding: 0;
	z-index: 1;
}

.sidebar_right, .sidebar_left {
	width: 16%;
	z-index: 0;
}

.breadcrumbs, .gallery_canvas_wrapper, .content_detail,
	.movie_schedule_bounds, .list_slider_bounds {
	height: auto;
	margin: 0 auto 20px;
	max-width: 960px;
	position: relative;
	width: 100%;
}

.gallery_canvas_inner {
	border: 5px solid #056AAE;
	max-height: 410px;
	overflow: hidden;
	position: relative;
}

.gallery_canvas_inner_no_border {
	max-height: 420px;
	border: none;
}

.gallery_canvas_slider, .gallery_canvas_slider div {
	max-height: 410px;
	float: left;
	width: 100%;
}

.gallery_canvas_inner_no_border .gallery_canvas_slider,
	.gallery_canvas_inner_no_border .gallery_canvas_slider div {
	max-height: 420px;
}

.gallery_canvas_wrapper img {
	width: 100%;
	position: relative;
}

.gallery_canvas {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 200;
}

.gallery_canvas_pager {
	bottom: 10px;
	height: 20px;
	position: absolute;
	right: 10px;
	width: auto;
	z-index: 400;
}

.home_fade_slider .gallery_canvas_pager {
	bottom: auto;
	right: auto;
	top: 10px;
	width: 100%;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity = 20);
	-moz-opacity: .2;
	-webkit-opacity: .2;
	-khtml-opacity: .2;
	opacity: .2;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

.home_fade_slider:hover .gallery_canvas_pager, .home_fade_slider .gallery_canvas_pager:hover
	{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.gallery_canvas_pager a {
	background: #10599E;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin: 2.5px 3px;
	display: inline-block;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

.gallery_canvas_pager a:hover, .gallery_canvas_pager a.cycle-pager-active
	{
	background: #F4AE2A;
}

.slider_btn_lft, .slider_btn_rgt {
	width: 52px;
	height: 52px;
	position: absolute;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	top: 50%;
	margin-top: -26px;
	overflow: hidden;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	left: -22px;
	display: inline-block;
	z-index: 970;
}

.slider_btn_lft:hover, .slider_btn_rgt:hover, .movie_share:hover,
	.movie_vote:hover, .movie_vote_continue:hover, .movie_schedule_button:hover
	{
	box-shadow: 0 0 20px rgba(245, 174, 42, 0.6);
	-moz-box-shadow: 0 0 20px rgba(245, 174, 42, 0.6);
	-webkit-box-shadow: 0 0 20px rgba(245, 174, 42, 0.6);
}

.slider_btn_lft {
	background: url(../images/slider_btn_lft.png) no-repeat left top;
	background-size: contain;
}

.slider_btn_rgt {
	left: auto;
	right: -22px;
	background: url(../images/slider_btn_rgt.png) no-repeat left top;
	background-size: contain;
}

.list_slider {
	z-index: 971;
}

.canvas_btn {
	margin-top: -16px;
}

.content_detail {

}

.content_detail header {
	position: relative;
}

.restaurant_shop_detail_header {
	padding-bottom: 30px;
}

.restaurant_shop_detail_header .shadow {
	left: auto;
	right: 0;
	width: 95%;
}

.content_title {
	border-bottom: 3px solid #FBE721;
	float: right;
	font-size: 2.2em;
	line-height: 1.4em;
	text-transform: capitalize;
	width: 70%;
	position: relative;
	z-index: 1;
}

.content_header_full .content_title {
	width: 100%;
}

.retaurant_ico, .shops_ico, .banquet_ico, .fiesta_ico, .no_ico {
	background: url(../images/restaurants_ico.png) no-repeat 10px top;
	padding: 20px 0 20px 67px;
	width: auto;
}

.no_ico {
	background: none;
	padding: 20px 0 0 0;
}

.shops_ico {
	background-image: url(../images/shops_ico.png);
}

.banquet_ico {
	background-image: url(../images/banquet_ico.png);
	padding-bottom: 50px;
}

.fiesta_ico {
	background-image: url(../images/fiesta_ico.png);
	padding-bottom: 50px;
}

.retaurant_ico .content_title, .shops_ico .content_title, .banquet_ico .content_title,
	.fiesta_ico .content_title, .no_ico .content_title {
	display: block;
	float: none;
	margin-bottom: 0;
	width: auto;
}

.content_logo {
	background: none repeat scroll 0 0 #FFFFFF;
	max-width: 260px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 28%;
	top: 0px;
	z-index: 1;
	max-height: 160px;
}

.content_logo img {
	width: 100%;
}

.restro {
	text-align: right;
}

.restro .content_title {
	width: 100%;
}

.content_links {

}

.home_content_links {
	bottom: -16px;
	text-align: center;
	top: auto;
	width: 100%;
    clear:both;
}

.content_links_lower {
	top: 30px;
}

.content_links_below {
	bottom: 10px;
	top: auto;
}

.content_links .button {
	margin-left: 15px;
}

.too_many_links .button {
	margin-left: -5px;
}

.content_header_full .content_links {
	bottom: 22px;
	top: auto;
}

.content_header_full .content_links .tab, .home_content_links .tab {
	border-right: 1px solid #FBDE21;
	color: #FBDE21;
	display: inline-block;
	line-height: 10px;
	margin-bottom: 10px;
	padding: 0 15px;
	vertical-align: bottom;
	font-weight: bold;
	margin-right: -5px;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

.home_content_links .tab {
	border: none;
	padding: 0 15px;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 50px;
	font-family: "doris_ppbold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	transition: background .5s ease-out;
	-moz-transition: background .5s ease-out;
	-webkit-transition: background .5s ease-out;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.content_header_full .content_links .tab:last-child {
	border-right: none;
	margin-right: 0;
}

.content_header_full .content_links .tab:hover, .home_content_links .tab:hover
	{
	text-decoration: none;
	color: #0865a9;
}

.home_content_links .tab:hover {
	color: #FBDE21;
	background: #040407;
	/*border: 1px solid #010001;
	padding: 0 15px;*/
}

.home_content_links .selected, .home_content_links .selected:hover {
	font-size: 20px;
	background: #040407;
	border: 1px solid #010001;
	/*padding: 20px 15px 10px;
	margin-bottom: -10px;*/
}

.content_header_full .content_links .selected, .content_header_full .content_links .selected:hover
	{
	background: #FBDE21;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-right: none;
	color: #0865a9;
	margin-bottom: 0;
	padding: 15px 15px 10px;
}

.content_body {
	height: 585px;
	padding: 10px;
	margin: 0;
	position: relative;
	max-width: 100%;
	max-height: auto !important;
}

.content_body_trim, .content_body_blue_inner {
	/*height: 484px;*/
	height: 585px;
}

.content_body_wrapper, .content_body_grey_wrapper,
	.content_body_event_grey_wrapper {
	position: relative;
	margin-left: 5%;
	max-width: 100%;
	max-height: auto !important;
}

.content_body_wrapper, .content_body_event_grey_wrapper {
	margin: 0;
	max-width: 100%;
	max-height: auto !important;
}

.content_body_grey {
	background-color: #242930;
}

.content_body_movie_details {
	height: 620px;
	padding: 0;
}

.content_body_blue_grad {
	background: url(../images/body_blue_grad_repeater.png) repeat-x left top
		#21468F;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 10px
}


.content_body_vip {
	background: url(../images/vip_background.jpg) center center no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 10px
}

.content_body_banquet {
	/* padding: 125px 10px 10px; */
	height: 470px;
	/* background: url(../images/banquet_bg.png) no-repeat left top #FAD377; */
	background-color: #fff3bc;
	background-size: contain;
	color: #7A003D;
	/*background: url(../images/banquet_background_repeater.png) repeat-x left bottom;*/
}

.content_body_banquet .ui-state-active, .content_body_banquet .ui-widget-content .ui-state-active,
	.content_body_banquet .ui-widget-header .ui-state-active,
	.content_body_banquet .ui-state-active a, .content_body_banquet .ui-state-active a:link,
	.content_body_banquet .ui-state-active a:visited, .content_body_banquet .ui-state-default a,
	.content_body_banquet .ui-state-default a:link, .content_body_banquet .ui-state-default a:visited
	{
	/* color: #7A003D; */

}

.content_body_banquet .ui-widget-header {
	/* background: url("../js/jquery-ui-1.10.3.custom/monster/css/monster/images/ui-bg_glass_50_057dcb_1x400_banquet.png") repeat-x scroll 50% 50% #A40052; */

}

.content_body_banquet h2, .content_body_banquet a, .content_body_banquet legend,
	.banquet_form_popup h2, .banquet_form_popup a, .banquet_form_popup legend
	{
	color: #21468F;
}

/*.content_body_banquet h1, .content_body_banquet h2, .content_body_banquet a {
	color: #29357B;
}

.content_body_banquet .ui-widget-content {
	border-color: #FBE321;
}*/
.content_banquet_inner {
	width: 790px;
	background-color: #fff9de;
	float: right;
	max-width: 100%;
	height: 470px !important;
	overflow: hidden;
	position: relative;
	z-index: 3;
	/* overflow: scroll; */ /*Lauren - 26.08.14*/
}

.content_right_scroller {
	padding-right: 2.5%;
}

.content_body_blue_grad_scroller, .content_banquet_scroller {
	padding: 0 5%;
}

.content_left, .content_right, .now_showing, .new_this_week,
	.coming_soon {
	clear: none;
	position: relative;
	overflow: hidden;
	height: 580px;
}

.home_page_yellow_glows {
	position: absolute;
	float: none;
	z-index: 0;
	width: 100%;
	height: auto;
}

.home_page_yellow_glows h1, .home_page_yellow_glows a {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.home_page_yellow_glows .now_showing, .home_page_yellow_glows .new_this_week,
	.home_page_yellow_glows .coming_soon {
	overflow: visible;
}

.content_left {
	font-size: 0.94em;
	margin-top: 70px;
	height: 510px;
	width: 30%;
}

.content_body_event_grey_wrapper .content_left {
	margin-top: 0;
}

.content_data img {
	width: 100%;
	margin-bottom: 10px;
}

.content_right {
	margin-left: 4%;
	width: 66%;
	overflow: auto;
}

.now_showing, .coming_soon, .new_this_week {
	height: auto;
	min-height: 767px;
}

#content .now_showing .home_vertical_slider,
#content .coming_soon .home_vertical_slider{
	height:650px !important;
}

.new_this_week {
	min-height: 740px;
}

.now_showing, .coming_soon {
	max-width: 172px;
	width: 19%;
	z-index: 3;
}

/*.home_page_yellow_glows .now_showing, .home_page_yellow_glows .coming_soon {
	max-width: 144px;
	width: 18%;
	margin: 0 1%;
}*/
.new_this_week {
	max-width: 486px;
	width: 62%;
	z-index: 0;
}

/*.home_page_yellow_glows .new_this_week {
	max-width: 464px;
	width: 58%;
	margin: 0 1%;
}*/
.now_showing h1, .coming_soon h1, .new_this_week h1 {
	text-align: center;
	font-size: 1.4em;
	height: 45px;
	line-height: 24px;
	margin: 0;
	padding: 15px 0;
}

.now_showing h1, .coming_soon h1 {
	background: url(../images/light_board_side.png) no-repeat center center;
	/*background-size: contain;*/
	margin-bottom: 5px;
}

.now_showing h1 a, .coming_soon h1 a {
	display: block;
	padding: 0 15%;
	width: 70%;
}

.new_this_week h1 {
	background: url(../images/light_board_mid.png) no-repeat center center;
	background-size: contain;
	line-height: 34px;
	padding: 15px 0 0;
}

.content_body_movie_details .content_left {
	margin-top: 0;
	width: 45%;
	height: 620px;
	line-height: 610px;
	background: #000;
	text-align: center;
	font-size: inherit;
}

.content_body_movie_details .content_left img {
	vertical-align: middle;
	width: 100%;
	max-height: 100%;
}

.content_body_movie_details .content_left p, .no_movie {
	line-height: 1.7em;
	margin: 300px 0 0;
	padding: 0 15px;
	text-align: center;
}

.content_body_movie_details .content_right_wrapper {
	width: 54%;
	margin-left: 1%;
	height: 620px;
	background: #26397f;
}

.content_body_movie_details .content_right {
	/*height: 570px;*/
	height: 510px;
	margin-left: 0;
	width: 100%;
}

.movie_details_header {
	height: auto;
	padding: 10px 0;
}

.movie_details_header_inner {
	padding-left: 10px;
	padding-right: 2.5%;
}

.movie_share_box {
	float: right;
	height: 20px;
	padding: 1px 0;
	width: auto;
	position: relative;
}

.movie_share, .movie_vote, .movie_vote_continue, .movie_schedule_button
	{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	display: inline-block;
	height: 28px;
	overflow: hidden;
	width: auto;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

.movie_share_hover {
	position: relative;
	display: inline-block;
	height: 38px;
	width: auto;
}

.movie_share_buttons {
	background: #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	top: 38px;
	width: 162px;
	height: 54px; /* Edited: Nov.6.2014  */
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.movie_share_buttons_show {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}

.movie_vote {
	margin-left: 15px;
}

.movie_vote_continue {
	display: block;
	text-align: center;
	height: 40px;
	margin: 20px auto;
	width: 149px;
}

.movie_audience_rating_wrapper {
	background: url('../images/rating-border.png') top no-repeat;
	display: inline-block;
	height: 40px;
	width: 65px;
	margin-left: 5px;
	margin-bottom: 0;
	overflow: hidden;
	padding: 4px;
	text-align: center;
}

.movie_audience_rating {
	color: #FFFFFF;
	display: inline-block;
	font: bold 18px/18px serif;
	/*font-size: 25px;*/
	height: 20px;
	text-align: left;
}

.play_trailer {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.play_trailer img {
	left: 50%;
	margin-left: -50px;
	margin-top: -52.5px;
	position: absolute;
	top: 50%;
	width: 100px !important;
	height: 105px !important;
}

.movie_yellow {
	color: #fbde21;
	font-weight: bold;
}

.movie_content_spacing {
	margin-bottom: 30px;
}

.movie_content_spacing p {
	margin-bottom: 0;
}

.movie_times {
	padding-bottom: 10px;
}

.time_block {
	font-size: 12px;
	font-weight: bold;
}

.time_legend {
	float: left;
	margin-left: 50px;
}

.time_dot {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	height: 10px;
	margin-left: 8px;
	width: 10px;
	vertical-align: middle;
}

.time_date {
	width: 20%;
	text-transform: uppercase;
}

.time_sheet {
	width: 80%;
}

.time_slot {
	width: 60px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #26397f;
	background: url(../images/time_slot_normal_bg.png) repeat-x left bottom
		#CFEFFC;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 2px;
}

.time_early {
	background: url(../images/time_slot_early_bg.png) repeat-x left bottom
		#FFF7A3;
}

.time_late {
	background: url(../images/time_slot_late_bg.png) repeat-x left bottom
		#F67F7F;
	color: #fff;
}

.time_spacer, .time_no_show {
	background: none;
}

.time_no_show {
	color: #fff;
	width: 100%;
}

.time_collapse_bounds {
	overflow: hidden;
	display: none;
}

.time_expand {
	color: #95dcf8;
	padding: 0 20px 0 0;
	background: url(../images/time_expand.png) no-repeat right 3px;
	transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	-webkit-transition: color .5s ease-out;
}

.time_expand:hover {
	text-decoration: none;
	color: #FBDE21;
}

.time_collapse {
	background: url(../images/time_collapse.png) no-repeat right 3px;
}

#loader_wrapper, #movie_vote_wrapper {
	position: fixed; /* LAUREN changed from absolute to fixed */
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.loading, .movie_vote_box {
	position: fixed;
	width: 300px;
	height: 150px;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -75px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: url(../images/loading.gif) no-repeat center 30px #0865AA;
}

.movie_vote_box {
	background-image: none;
	height: 280px;
	margin-top: -150px;
	width: 280px;
	padding: 10px;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

.movie_vote_box_expanded {
	height: 590px;
	margin-left: -450px;
	margin-top: -305px;
	width: 840px;
	padding: 10px 30px;
}

.banquet_form_popup {
	padding: 125px 10px 10px;
	height: 470px;
	background: url(../images/banquet_bg.png) no-repeat left top #FAD377;
	color: #7A003D;
}

.movie_vote_list {
	height: 546px;
	overflow: hidden;
}

.banquet_form_popup .movie_vote_list {
	height: 470px;
}

.movie_vote_list_scroller {
	margin-right: 16px;
}

.loading p {
	bottom: 15px;
	margin: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.movie_vote_close {
	background: url(../images/vote_close.png) no-repeat left top;
	width: 32px;
	height: 32px;
	position: absolute;
	right: -16px;
	top: -16px;
}

.vote_header, .movie_vote_list p {
	border-bottom: 1px solid #FFFFFF;
	line-height: 32px;
	font-size: 1.3em;
	font-weight: bold;
}

.movie_vote_list p, .blog_box p {
	font-size: 1em;
	border-color: #094f83;
	font-weight: normal;
	position: relative;
}

.popup_form p {
	border: none;
}

.blog_box p {
	border: none;
}

.blog_box h1, .blog_box h2 {
	margin: 0 0 10px 0;
	position: relative;
}

.blog_box img {
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto 10px;
}

.movie_vote_rating_bar_wrapper {
	position: absolute;
	top: 10px;
	height: 8px;
	width: 360px;
	right: 86px;
}

.movie_vote_rating_bar {
	float: left;
	height: 8px;
	width: 100%;
	background: #FFD200;
}

.movie_vote_thumbs_up, .movie_vote_thumbs_up_count {
	float: right;
	width: 18px;
	height: 18px;
	margin-top: 5px;
	color: #ffd200;
	background: url(../images/vote_thumbs_up.png) no-repeat left top;
	line-height: 22px
}

.movie_vote_thumbs_up:hover {
	background: url(../images/vote_thumbs_up_hover.png) no-repeat left top;
}

.movie_vote_thumbs_up_count {
	background: url(../images/vote_thumbs_up_count.png) no-repeat right top;
	padding-right: 24px;
	width: auto;
}

/*.movie_vote_thumbs_up_count:hover {
	background: url(../images/vote_thumbs_up_count_hover.png) no-repeat right top;
	color: #61CDFF;
	text-decoration: none;
}*/
.vote_radio_wrapper, .movie_vote_box label {
	background: url(../images/vote_radio.png) no-repeat left top;
	cursor: pointer;
	display: inline-block;
	height: 24px;
	margin: 10px;
	width: 24px;
	vertical-align: top;
}

.vote_radio_wrapper {
	margin: 10px 10px 10px 40px;
}

.movie_vote_box label {
	background: none;
	width: auto;
}

form label, .movie_vote_box .ajax_form label {
	height: 32px;
	line-height: 32px;
	width: 180px;
	cursor: pointer;
	position: relative;
	margin: 0;
}

form label.full_label, .movie_vote_box .ajax_form label.full_label {
	width: auto;
}

form span.error, .movie_vote_box .ajax_form span.error {
	height: 32px;
	line-height: 32px;
	margin: 0;
	position: relative;
	width: 100%;
	color: #F00;
	display: inline-block;
}

form label.inline_label, .movie_vote_box .ajax_form label.inline_label {
	margin-right: 30px;
	width: auto;
	min-width: 80px;
}

.vote_radio_bounds:hover .vote_radio_wrapper, .vote_radio_wrapper:hover,
	.vote_radio_wrapper_selected {
	background: url(../images/vote_radio_selected.png) no-repeat left top;
}

.vote_radio_wrapper input[type="radio"] {
	cursor: pointer;
	height: 24px;
	margin: 0;
	visibility: hidden;
	width: 24px;
}

.movie_vote_results_link {
	color: #61cdff;
	float: right;
	font-size: .8em;
	font-weight: normal;
	transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	-webkit-transition: color .5s ease-out;
}

.movie_vote_results_link:hover {
	color: #ffd200;
	text-decoration: none;
}

.movie_schedule_bounds {
	z-index: 1;
}

.movie_schedule {
	background: url("../images/main_menu_repeater.png") repeat-x scroll left
		top;
	height: 34px;
	line-height: 34px;
	margin: 0 15px;
	border-radius: 25px;
	position: relative;
}

.movie_schedule_button_bounds, .movie_schedule_button_bounds_inner {
	background: url("../images/menu_seperator.png") repeat-y scroll right
		top;
	height: 34px;
	margin-left: 50px;
	width: 160px;
}

.movie_schedule_button_bounds_inner {
	background: url("../images/menu_seperator.png") repeat-y scroll left top;
	text-align: center;
	margin: 0;
}

.movie_schedule_button {
	height: 25px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	vertical-align: middle;
}

.movie_schedule_popup {
	margin: 20px 2% 0;
	position: absolute;
	width: 96%;
	display: none;
}

.movie_schedule_popup_outside_click {
	/*height: 10000%;
	left: -5000%;
	top: -5000%;
	width: 10000%;*/
	height: 800%;
	left: -400%;
	top: -400%;
	width: 800%;
	position: absolute;
	z-index: 0;
	background: #000;
	/*visibility: hidden;*/
}

.movie_schedule_blue_bg {
	background: #0f5a9f;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 0 3px 3px;
	position: relative;
	z-index: 2;
}

.movie_schedule_header {
	background: url(../images/movie_schedule_header_bg.png) repeat-x left
		bottom;
	height: 58px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	position: relative;
}

.movie_schedule_current_date {
	color: #13559A;
	font-size: 16px;
	font-weight: bold;
	height: 58px;
	line-height: 58px;
	margin: 0;
	text-align: center;
}

.movie_schedule_prev, .movie_schedule_next {
	position: absolute;
	width: 27px;
	height: 27px;
	top: 15.5px;
}

.movie_schedule_prev {
	background: url(../images/movie_schedule_prev.png) no-repeat center
		center;
	left: 10px;
}

.movie_schedule_next {
	background: url(../images/movie_schedule_next.png) no-repeat center
		center;
	right: 10px;
}

.movie_schedule_legend {
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

.movie_schedule_slider {
	overflow: hidden;
	border-radius: 0 0 10px 10px;
}

.movie_schedule_slider_print {
	display: none;
}

.movie_schedule_time_bounds {
	background: #FFFFFF;
	color: #26397f;
	height: 258px;
	overflow: hidden;
}

.movie_schedule_time_bounds_scroller {

}

.movie_schedule_time_bounds .time_block, .movie_schedule_legend .time_block
	{
	border-bottom: 1px solid #C3C3C3;
	margin: 0 5px;
}

.movie_schedule_legend .time_block {
	border-bottom: none;
}

.movie_schedule_time_bounds .time_title, .movie_schedule_legend .time_title
	{
	width: 30%;
	border-right: 1px solid #C3C3C3;
	margin-left: -1px;
	padding: 0;
}

.movie_schedule_time_bounds .time_title {
	/*height: 25px;*/
	overflow: hidden;
}

.movie_schedule_time_bounds .time_title a {
	color: #26397F;
	display: block;
}

.movie_schedule_time_bounds .time_rating, .movie_schedule_legend .time_rating
	{
	width: 10%;
	text-align: center;
	border-right: 1px solid #C3C3C3;
	margin-left: -1px;
	padding: 5px 0;
}

.movie_schedule_legend .time_title, .movie_schedule_legend .time_rating
	{
	margin: 0;
	border: none;
	padding: 0;
}

.movie_schedule_time_bounds .time_sheet {
	width: 60%;
}

.movie_schedule_legend .time_sheet {
	width: 56%;
	padding: 0 2%;
	text-align: right;
}

.movie_schedule_time_bounds .time_slot {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	height: auto;
	line-height: inherit;
	margin: 0;
	padding: 5px;
	width: 70px;
	background: none;
	border-right: 1px solid #C3C3C3;
	margin-left: -1px;
}

.movie_schedule_time_bounds .time_early span,
	.movie_schedule_time_bounds .time_late span {
	background: #FFF694;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	display: inline;
}

.movie_schedule_time_bounds .time_late span {
	background: #fe2627;
}

.movie_schedule_time_bounds .time_no_show {
	border: none;
	color: #26397F;
	padding: 5px 0;
	width: 100%;
}

.movie_schedule_time_bounds .time_spacer {

}

.movie_schedule_footer {
	background: #FFFFFF;
	border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
	height: 26px;
	line-height: 26px;
	margin: -10px 3px 0;
	padding: 25px 30px 15px;
	position: relative;
	z-index: 1;
}

.movie_schedule_days {
	width: 65%;
}

.movie_schedule_days a {
	border: 2px solid #26397F;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #26397F;
	font-weight: bold;
	margin: 0 5px;
	padding: 3px 10px;
	line-height: 16px;
	text-transform: uppercase;
	transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	-webkit-transition: color .5s ease-out;
}

.movie_schedule_days a:hover, .movie_schedule_days a.active {
	text-decoration: none;
	color: #fff;
	background: url(../images/movie_schedule_day_button_bg.png) repeat-x
		left bottom #056AAE;
}

.movie_schedule_utils {
	width: 35%;
	text-align: right;
}

.movie_schedule_utils a, .event_picker a {
	margin-left: 15px;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	cursor: pointer;
	display: inline-block;
}

.event_picker a {
	margin: 0 15px;
}

.event_picker label {
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
	width: auto;
}

.movie_schedule_print {
	background: url(../images/print.png) no-repeat center center;
	width: 90px;
	height: 26px;
}

.movie_schedule_print_current {
	background-image: url(../images/print_current.png);
	width: 101px;
}

.view_list {
	background: url(../images/view_list.png) no-repeat center center;
	width: 162px;
	height: 33px;
}

.view_list:hover {
	background-image: url(../images/view_list_selected.png);
}

.view_list_promotions {
	background: url(../images/view_list_promotions.png) no-repeat center
		center;
	width: 193px;
	height: 33px;
}

.view_list_promotions:hover {
	background-image: url(../images/view_list_promotions_selected.png);
}

.view_calendar {
	background: url(../images/view_callendar.png) no-repeat center center;
	width: 198px;
	height: 33px;
}

.view_calendar:hover {
	background: url(../images/view_callendar_selected.png);
}

.view_calendar_promotions {
	background: url(../images/view_callendar_promotions.png) no-repeat
		center center;
	width: 228px;
	height: 33px;
}

.view_calendar_promotions:hover {
	background: url(../images/view_callendar_promotions_selected.png);
}

.list_slider_bounds {
	z-index: 0;
	padding-top: 20px;
}

.list_slider_body {

}

.filter {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.filter a, .category_crumbs a, .paging a {
	color: #FBE721;
}

.filter .filter-active{
	color: #FBE721;
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
	/*color: #4258D6 !important;*/
}

.event_picker {
	/*text-align: center;*/
	padding-top: 20px;
}

.event_select {
	float: right;
	margin-left: 30px;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity = 25);
	-moz-opacity: .25;
	-webkit-opacity: .25;
	-khtml-opacity: .25;
	opacity: .25;
}

.categories {
	color: #fbe321;
}

.location, .contact, .hours, .dining_type {
	margin-bottom: 10px;
	padding-left: 36px;
}

.contact {
	line-height: 28px;
}

.location strong, .contact strong, .hours strong, .dining_type strong,
	.location span, .contact span, .hours span, .dining_type span {
	margin-left: -36px;
}

.phone_ico, .fax_ico, .email_ico, .web_ico {
	width: 28px;
	height: 28px;
	clear: none;
}

.phone_ico {
	background: url(../images/phone_ico.png) no-repeat center center;
}

.fax_ico {
	background: url(../images/fax_ico.png) no-repeat center center;
}

.email_ico {
	background: url(../images/email_ico.png) no-repeat center center;
}

.web_ico {
	background: url(../images/web_ico.png) no-repeat center center;
}

.content_right article {
	background: #FFFFFF;
	clear: both;
	margin-bottom: 15px;
	color: #3d3b3b;
}

.content_body_movie_details .content_right article {
	background: none;
	margin: 0;
	color: #fff;
}

.content_right header {
	padding: 5px 10px 0 10px;
	border-bottom: 1px solid #d6d6d6;
}

.content_body_movie_details .content_right header {
	border: none;
}

.content_right .content_data {
	padding: 10px 10px 0;
}

.content_right h1 {
	color: #1D295D;
	font-size: 1.7em;
	margin-bottom: 5px;
}

.content_body_movie_details .content_right h1 {
	color: #FBE721;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	text-transform: none;
}

.specials {
	overflow: hidden;
	position: relative;
	padding: 0 !important;
}

.specials_inner {
	display: block;
	position: relative;
	padding: 10px 10px 0;
}

.special {
	border-bottom: solid 1px #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	float: right;
}

.special_thumb {
	clear: none;
	max-height: 245px;
	margin-right: 50px;
	overflow: hidden;
	width: 40%;
	display: inline;
	text-align: center;
}

.special_thumb img {
	float: left;
	clear: both;
	display: inline;
	margin-bottom: 0;
}

.content_body_blue_inner .specials .slim img {
	max-height: 245px;
	float: none;
	width: auto;
	display: inline-block;
}

.special_description_wrapper {
	position: relative;
	padding-bottom: 30px;
	width: 40%;
}

.special_title {
	color: #21468F;
}

.special_description {
	height: 190px;
	overflow: hidden;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.content_body_blue_inner .specials .read_more {
	color: #FBE321;
}

.brands img {
	margin: 0 1.66667% 15px;
	max-width: 180px;
	width: 30%;
}

.sidebar_right article, .sidebar_right header, .sidebar_right .content_data,
	.sidebar_left article, .sidebar_left header, .sidebar_left .content_data
	{
	margin-bottom: 30px;
}

.sidebar_right header, .sidebar_left header {
	margin-bottom: 15px;
}

.sidebar_right h1, .sidebar_left h1 {
	color: #ffb500;
	text-shadow: 0px 1px 1px #000;
	-moz-text-shadow: 0px 1px 1px #000;
	-webkit-text-shadow: 0px 1px 1px #000;
	margin-bottom: 0;
	line-height: 1.2em;
}

.sidebar_right .content_data, .sidebar_left .content_data {
	margin-bottom: 15px;
}

.sidebar_right .content_data:last-child, .sidebar_right .content_data p:last-child,
	.sidebar_left .content_data:last-child, .sidebar_left .content_data p:last-child
	{
	margin-bottom: 0;
}

.sidebar_right .ad_250 a, .sidebar_left .ad_250 a {
	overflow: hidden;
	border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	float: none;
	max-width: 250px;
	margin: 0 auto;
	display: block;
}

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

.social li {
	margin: 0;
	text-align: center;
	width: 25%;
}

.social a {

}

.social img {
	max-width: 42px;
}

.subscribe {

}

.subscribe .button {

}

.mobile a {
	margin: 0 auto;
	display: block;
}

.mobile img, .mobile a {
	max-width: 188px;
	width: 100%;
}

.home_page_nav_slider {
	/*height: 170px;
	margin: 10px 20px;
	/*max-width: 93.57142857142857em; /*1310px*/
	/*min-width: 1240px;*/
	/*overflow: hidden;*/
	height: 170px;
	/*left: 50%;
	margin: 10px 0 10px -675px;
	min-width: 1350px;*/
	overflow: hidden;
	position: relative;
	width: 100%;
}

.home_page_nav_slider .slide, .home_page_nav_slider .slide a {
	/*max-width: 300px;
	width: 100%;*/
	height: 170px;
	line-height: 170px;
	display: inline-block;
}

.home_page_nav_slider .slide {
	margin: 0;
	/*padding: 0 1%;
	width: 23%;*/
	padding: 0;
	/*width: 337.5px;*/
	width: 318.5px;
}

.home_page_nav_slider .slide a {
	width: 84%;
	/*padding: 0 8%;*/
	padding:0;
}

.home_page_nav_slider .slide a img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.home_page_nav_slider .slide a img.default, .home_page_nav_slider .slide a:hover img.hover
	{
	display: inline-block;
}

.home_page_nav_slider .slide a img.hover, .home_page_nav_slider .slide a:hover img.default
	{
	display: none;
}

.home_nav_slider_prev, .home_nav_slider_next, .home_vertical_slider_prev,
	.home_vertical_slider_next, .home_vertical_slider_prev span,
	.home_vertical_slider_next span {
	width: 16px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

.home_vertical_slider_prev, .home_vertical_slider_next {
	width: 100%;
	height: 36px;
	top: 2px;
	background: #000;
	margin: 0;
	z-index: 99;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	left: 0;
}

.home_vertical_slider:hover .home_vertical_slider_prev,
	.home_vertical_slider:hover .home_vertical_slider_next,
	.home_vertical_slider_prev:hover, .home_vertical_slider_next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.home_vertical_slider_prev {
	top: auto;
	bottom: 1px;
}

.home_nav_slider_next, .home_vertical_slider_next span {
	background: url(../images/home_page_nav_slider_arrow_next.png) no-repeat
		center center;
	right: 0;
}

.home_nav_slider_prev, .home_vertical_slider_prev span {
	background: url(../images/home_page_nav_slider_arrow_prev.png) no-repeat
		center center;
	left: 0;
}

.home_vertical_slider_prev span, .home_vertical_slider_next span {
	right: auto;
	left: 50%;
	margin-left: -8px;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.home_vertical_slider, .home_vertical_slider_glows {
	/*height: 582px !important;*/
	position: relative;
	margin: 36px 0;
}

.home_vertical_slider .slide {

}

.home_fade_slider, .home_fade_slider_glows {
	margin: 22px 1.5% 0;
	position: relative;
	width:97%;
}

.home_fade_slider_glows {
	bottom: 20%;
	height: 60%;
	position: absolute;
	top: 20%;
}

.home_page_thumbnail {
	position: relative;
}

.list_slider .thumbnail, .blog_list .thumbnail_wrapper {
	width: 30%;
	margin: 10px 1.666666666666667%;
	position: relative;
}

.event_list .thumbnail_wrapper {
	/*margin: 0 2% 0 0;
	width: 25%;
	float: left; */ /*Lauren - changed 19.8.2014*/
	/* vertical-align: top;
	display: inline-block;*/
	float: left;
	clear: none;
	max-height: 200px;
	margin-right: 50px;
	overflow: hidden;
	width: 40%;
	display: inline;
	/* text-align: center; */
}

.event_thumbnail2 img{
	float: left !important;
	clear: both !important;
	display: inline !important;
	margin-bottom: 0 !important;
	/* max-height: 245px !important; */
}

.blog_list .thumbnail_wrapper p {
	text-align: center;
	margin-bottom: 5px;
}

.blog_list .thumbnail {
	position: relative;
	margin-bottom: 15px;
}

.thumbnail a.html5lightbox, .event_thumbnail {
	max-height: 200px;
	overflow: hidden;
}

.event_thumbnail2 {
	max-height: 100px;
	width: 10%;
}

.event_thumbnail {
	max-height: 100%;
}

.event_list {
	/* position: relative;
	padding: 20px;
	border-bottom: 1px solid #000;
	color: #000; */

	overflow: hidden;
	position: relative;
	padding: 0 !important;
}

.event2{
	border-bottom: solid 1px #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	float: right;
}

.event_list .details {
	display: inline-block;
	width: 73%;
	position: relative;
	vertical-align: top;
}

.event_list .details2 {
	position: relative;
	display: inline-block;
	padding-bottom: 30px;
	width: 40%;
	float: right;
	vertical-align: top;
}

.event_list h2 {
	margin-bottom: 10px;
}

.event_list h2, .event_list h2 a {
	color: #21468F;
}

.event_list .description {
	height: 152px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

.event_list .description2 {
	height: 152px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

.event_list .read_more, .specials .read_more, .specials .apply {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #21468F;
}

.specials .apply {
	bottom: auto;
}

.blog_box .read_more, .blog_box .apply {
	color: #FBE321;
}

.event_list .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	/* background: #fff; */ /*Lauren changed - 18.8.2014*/
}

.paging {
	padding: 0;
	text-align: right;
	line-height: 40px;
}

.paging a, .paging strong {
	margin: 0 4px;
}

.list_slider .movie_thumbnail {
	margin: 10px 2%;
	width: 21%;
}

.list_slider .thumbnail a {
	overflow: hidden;
	border: 2px solid #FBE721;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-left: -2px;
	position: relative;
	/*max-height: 134px;*/
	background: #fff;
}

.list_slider .movie_thumbnail a {
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
	max-height: 299px;
}

.movie_thumbnail_caption {
	text-align: center;
	color: #fbe721;
}

.list_slider .category_thumbnail {
	margin: 10px 3.6%;
	max-width: 200px; /* Lauren - 09.09.2014 */
	min-width: 200px; /* Lauren - 09.09.2014 */
	width: 25%;
}

.list_slider .category_thumbnail a {
	border-color: #4C4A4B;
}

.category_thumbnail .thumb {
	width: auto !important;
}

.category_caption {
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 5;
	color: #540000;
	font-weight: bold;
}

/*.movie_poster_img,*/
.movie_presale {
	left: 0;
	position: absolute;
	top: 0;
}

.movie_presale {
	width: auto !important;
}

.movie_presale_lower {
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
}

.list_slider .thumbnail a .overlay, .blog_list .thumbnail a .overlay,
	.movie_poster a .overlay, .home_page_thumbnail a .overlay,
	.home_fade_slider .slide a .overlay, .st_facebook_custom .overlay,
	.st_youtube_large .overlay, .st_googleplus_custom .overlay, .st_instagram_custom .overlay,
	.st_pinterest_custom .overlay, .st_email_custom .overlay,
	.st_twitter_custom .overlay, .social_facebook .overlay, .social_youtube .overlay,
	.social_twitter .overlay, .social_instagram .overlay, .social_tiktok .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

.list_slider .thumbnail a:hover .overlay, .list_slider .active a .overlay,
	.blog_list .thumbnail a:hover .overlay, .blog_list .active a .overlay,
	.movie_poster a:hover .overlay, .home_page_thumbnail a:hover .overlay,
	.home_fade_slider .slide a:hover .overlay,
	.movie_schedule_popup_outside_click, .st_facebook_custom:hover .overlay,
	.st_youtube_large:hover .overlay, .st_googleplus_custom:hover .overlay, .st_instagram_custom:hover .overlay,
	.st_pinterest_custom:hover .overlay, .st_email_custom:hover .overlay,
	.st_twitter_custom:hover .overlay, .social_facebook:hover .overlay, .social_instagram:hover .overlay,
	.social_youtube:hover .overlay, .social_twitter:hover .overlay, .social_tiktok:hover .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.st_facebook_custom, .st_youtube_large, .st_googleplus_custom,
	.st_pinterest_custom, .st_instagram_custom, .st_email_custom, .st_twitter_custom,
	.social_facebook, .social_youtube, .social_twitter, social_instagram, .social_instagram,
	.social_tiktok {
	background: url(../images/movie_social-updated.png) no-repeat left top;
	width: 44px;
	height: 44px;
	position: relative;
	cursor: pointer;
	margin: 5px;
	clear: none;
}

.st_youtube_large, .social_youtube {
	background-position: -44px top;
	width: 43px;
	margin-right: 6px;
}

.st_youtube_large .stYoutube {
	display: block;
	height: 100%;
	margin: 0;
	top: 0;
	width: 100%;
}

.st_youtube_large a {
	display: block;
	height: 100%;
	width: 100%;
}

.st_youtube_large img {
	display: none;
}

.st_googleplus_custom {
	background-position: -87px top;
}

.st_pinterest_custom {
	background-position: -131px top;
}

.st_email_custom {
	background-position: -175px top;
	width: 43px;
	margin-right: 6px;
}

.st_twitter_custom, .social_twitter {
	background-position: -218px top;
}

.st_instagram_custom, .social_instagram{
	background-position: -262px top;
}

.st_tiktok_custom, .social_tiktok{
	background-position: -308px top;
}

.social_facebook, .social_youtube, .social_twitter, .social_instagram, .social_tiktok {
	display: inline-block;
	margin: 0;
}

.list_slider .thumbnail a .category_caption .overlay, .list_slider .thumbnail a:hover .category_caption .overlay
	{
	background-color: #fff;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.list_slider .thumbnail .is_youtube, .list_slider .thumbnail .is_3d,
	.home_page_thumbnail .is_3d, .home_page_thumbnail a .no_movie_placeholder,
	.home_fade_slider .slide a .is_3d {
	bottom: 10px;
	float: none;
	position: absolute;
	right: 10px;
	width: auto;
}

.home_page_thumbnail .is_3d {
	bottom: 15px;
	right: 30px;
	top: auto;
	z-index: 3
}

.list_slider .thumbnail .is_youtube {

}

.home_page_thumbnail .movie_presale {
	width: 85% !important;
	z-index: 4;
}

.home_page_thumbnail a {
	overflow: hidden;
	position: relative;
}

.home_page_thumbnail a .overlay {
	z-index: 2;
}

.home_page_thumbnail a .no_movie_placeholder {
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	background: #000;
	width: 96%;
	height: 96%;
}

.home_page_thumbnail .thumb {
	bottom: 2%;
	left: 11.5%;
	position: absolute;
	width: 76%;
	z-index: 0;
}

.home_page_thumbnail .film_strip {
	position: relative;
	top: -1px;
	z-index: 1;
}

.slider_btn_smaller {
	background-size: 35px 35px;
	height: 35px;
	width: 35px;
}

.list_slider_body .slider_btn_lft, .list_slider_body .slider_btn_rgt {
	top: 50%;
	margin-top: -17.5px;
}

.list_slider_body .slider_btn_lft {
	left: -30px;
}

.list_slider_body .slider_btn_rgt {
	right: -30px;
}

.hover_details {
	overflow: hidden;
	background: #6D0707;
	padding: 10px 0;
	width: 0;
	position: absolute;
	z-index: 900;
	left: 90%;
	box-shadow: 0 0 8px #000000;
	-moz-box-shadow: 0 0 8px #000000;
	-webkit-box-shadow: 0 0 8px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: opacity .5s ease-out, width 0s ease-out;
	-moz-transition: opacity .5s ease-out, width 0s ease-out;
	-webkit-transition: opacity .5s ease-out, width 0s ease-out;
}

.hover_details_visible {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	width: 260px;
}

.hover_details_inner {

}

.hover_details header {
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background: #FFF;
	box-shadow: 0 -1px 4px #000000;
	-moz-box-shadow: 0 -1px 4px #000000;
	-webkit-box-shadow: 0 -1px 4px #000000;
}

.hover_details header img {

}

.hover_details_content {
	background: url(../images/hover_popup_bg.png) repeat-x left bottom
		#FFFFFF;
	border: 1px solid #EEF5FA;
	margin-left: -1px;
	box-shadow: 0 0 8px #000000;
	-moz-box-shadow: 0 0 8px #000000;
	-webkit-box-shadow: 0 0 8px #000000;
	position: relative;
	z-index: 1;
}

.hover_details_content p {
	color: #000000;
	font-size: 1.1em;
	line-height: 1.7em;
	padding: 0 10px;
}

.hover_details_content .button {
	background: none !important;
	border: none !important;
	float: right !important;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 0 !important;
	width: auto !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.pull_up {
	margin-top: -35px !important;
}

.gift_voucher {
	/* background: url(../images/gift_voucher.png) no-repeat left top; */
	min-height: 108px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #F5F8F9;
}

/*** Footer ***/
#footer_background {

}

#footer_background, #footer_background_curtains,
	#footer_background_curtains_inner {
	/*position: absolute;
	bottom: 0;*/
}

#footer_background_curtains, #footer_background_curtains_inner {
	height: 1224px;
	top: auto;
	background-color: transparent;
}

#footer_background_curtains_inner {
	transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
}

#big_footer_background {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#big_footer_underlay {
	/*background: url(../images/big_foot_repeater.png) repeat top left #6e0000;*/
	/*background: #6e0000;*/
	background: url(../images/footer_gradient.png) repeat-x top left #6e0000;
}

#big_footer_underlay_pattern {
	background: url(../images/footer_pattern.png) repeat top left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	top: 3px;
	height: 98%;
}

#footer{
	background:url("../images/new-bg-footer1.jpg") repeat-x scroll center top #4b0000;
}

.main_footer {
	min-height: 283px;
}

.footer_block_1, .footer_block_2, .footer_block_3 {
	clear: none;
	height: 230px;
	padding: 20px 0 5px;
}

.footer_block_1 {
	height: auto;
	clear: both;
}

.footer_block_2, .footer_block_3 {
	width: 50%;
}

.footer_block_3 {
	text-align: center;
}

.footer_stripe {
	background: url(../images/footer_stripe.png) no-repeat right top;
}

.footer_third {
	clear: none;
	/*margin: 0 1.5%;*/
	width: 30%;
}

.footer_third h1 {

}

.footer_third h3, .footer_block_inner h3 {
	color: #e7df7d;
	text-transform: uppercase;
	font-size: .9em;
	margin-bottom: 10px;
}

.footer_third p, .footer_block_inner p {
	font-size: .9em;
}

.foot_contact {
	color: #f4ae2a;
	font-size: 1.3em;
	font-weight: bold;
}

.foot_logo {
	float: right;
	max-width: 150px;
	width: 60%;
}

#small_footer_background {
	height: 36px;
	padding: 10px 0;
	font-size: .7em;
}

#small_footer_underlay {
	background: #b54614;
}

.monster {
	margin: 0;
	line-height: 36px;
	text-align: right;
}

.monster a {
	display: inline-block;
	margin-left: 10px;
	max-width: 25%;
	width: auto;
}

.monster img {
	max-width: 211px;
	vertical-align: middle;
	width: 100%;
}

#footer_nav li {
	line-height: 36px;
}

#footer_nav a {
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	line-height: 10px;
	margin: 13px 4px 13px 0;
	padding: 0 8px 0 0;
	text-decoration: none;
}

#footer_nav a:hover {
	text-decoration: underline;
}

#footer_nav li:last-child a {
	border: none;
}

/*** Common ***/
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	background: #000;
}

.shadow {
	/*box-shadow: 50px 50px 55px #000000;
	-moz-box-shadow: 50px 50px 55px #000000;
	-webkit-box-shadow: 50px 50px 55px #000000;*/
}

.shadow_hidden {
	box-shadow: 50px -50px 55px #000000;
	-moz-box-shadow: 50px -50px 55px #000000;
	-webkit-box-shadow: 50px -50px 55px #000000;
	top: 100%;
}

.home_page_yellow_glows .overlay {
	background: transparent;
	width: 98%;
	height: 96%;
	margin: 2% 1%;
}


.home_page_yellow_glows .shadow {
	/*box-shadow: 0 0 85px 20px #f4d400;
	-moz-box-shadow: 0 0 85px 20px #f4d400;
	-webkit-box-shadow: 0 0 85px 20px #f4d400;*/
	/*box-shadow: 0 0 65px 8px #F4D400;
	-moz-box-shadow: 0 0 65px 8px #F4D400;
	-webkit-box-shadow: 0 0 65px 8px #F4D400;*/
}

.movie_shadow_left {
	width: 45%
}

.movie_shadow_right {
	width: 54%;
	margin-left: 1%;
	left: 45%;
}

.canvas_shadow {
	left: auto;
	right: 0;
	width: 95%;
	height: 95%;
}

.flipped {
	box-shadow: -40px -40px 40px #000000;
	-moz-box-shadow: -40px -40px 40px #000000;
	-webkit-box-shadow: -40px -40px 40px #000000;
}

.relative {
	position: relative;
}

.half {
	width: 50%;
	clear: none;
}

.half_third {
	width: 66%;
	clear: none;
}

.half_left {
	width: 48%;
	margin-right: 2%;
}

.half_right {
	width: 48%;
	margin-left: 2%;
}

.quarter {
	width: 25%;
	clear: none;
}

.third_left, .third_mid, .third_right {
	width: 33%;
	clear: none;
}

.third_left {
	margin-right: .5%;
	margin-left: 0;
}

.third_right {
	margin-right: 0;
	margin-left: .5%;
}

.third_mid {
	margin-left: 0;
	margin-right: 0;
}

.two_third_left, .two_third_right {
	width: 66%;
	clear: none;
	margin-left: .5px;
}

.two_third_left {
	margin-left: 0;
	margin-right: .5px;
}

.pad_lr_20, .pad_l_20, .pad_r_20 {
	display: block;
	padding: 0 20px;
}

.pad_lr_10, .pad_l_10, .pad_r_10 {
	display: block;
	padding: 0 10px;
}

.pad_l_20, .pad_l_10 {
	padding-right: 0;
}

.pad_r_20, .pad_r_10 {
	padding-left: 0;
}

.marg_b_0 {
	margin-bottom: 0 !important;
}

.marg_b_10 {
	margin-bottom: 10px !important;
}

.marg_r_10 {
	margin-right: 10px !important;
}

.marg_r_30 {
	margin-right: 30px !important;
}

.float_left {
	clear: both;
}

.clear {
	height: 0;
	width: 100%;
	clear: both;
}

.width_auto {
	width: auto;
}

.display_none {
	display: none;
}

.border_none {
	border: none !important;
}

.button, .button input[type="button"], .button input[type="submit"],
	.button button {
	color: #FFFFFF;
	display: inline-block;
	font-size: 0.857143em;
	font-weight: bold;
	line-height: 1.5em;
	height: 26px;
	cursor: pointer;
	padding: 0;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

.button:hover, .button input[type="button"]:hover, .button input[type="submit"]:hover,
	.button button:hover, .button:hover input[type="button"], .button:hover input[type="submit"],
	.button:hover button {
	color: #FBE721;
	text-decoration: none;
}

.button_left, .button_right, .button_top, .button_bottom {
	display: block;
	padding: 0;
	margin: 0;
	height: 26px;
}

.button_left {
	background: url(../images/button_left.png) no-repeat left top;
	padding-left: 10px;
}

.button_right {
	background: url(../images/button_right.png) no-repeat right top;
	padding-right: 13px;
}

.button_top {
	background: url(../images/button_top.png) repeat-x left top;
	padding-top: 2px;
}

.button_bottom, .button input[type="button"], .button input[type="submit"],
	.button button {
	background: url(../images/button_gradient.png) repeat-x left bottom;
	padding: 0 10px 5px;
	height: 19px;
}

.button input[type="button"], .button input[type="submit"], .button button
	{
	display: block;
	font-size: 1em;
	height: 24px;
}

.input_wrapper {
	background: #524f4b;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: auto;
	height: auto;
	padding: 5px;
}


.input_wrapper.calendar_select {
	background: #FFFFFF !important;
	color: #3F3F3F !important;
	/*width: 200px;*/

}

#event_location_select, #event_category_select {
	color: #3F3F3F;
}


form .input_wrapper {
	width: 200px;
}

form .input_wrapper_full {
	width: 628px;
}

.time_wrapper, form .time_wrapper {
	width: auto;
}

.time {
	width: 52px !important;
}

.required_star {
	color: #900;
	font-size: 26px;
}

form label .required_star {
	width: auto;
	margin: 6px 5px 0 0;
	height: 20px;
}

input[type="submit"].search_submit {
	width: 15px;
	height: 18px;
	background: url(../images/search_ico.png) no-repeat left top;
	position: absolute;
	margin-top: -9px;
	right: 7.5px;
	top: 50%;
}

.search_form .input_wrapper {
	display: block;
	float: none;
	padding-right: 25px;
	width: auto;
}

.empty {
	background: #000000;
	border: 1px solid #FFFFFF;
	box-shadow: 6px 6px 15px #000000;
	-moz-box-shadow: 6px 6px 15px #000000;
	-webkit-box-shadow: 6px 6px 15px #000000;
	color: #FFFFFF;
	font-size: 1em;
	margin: 0;
	padding: 40px 0;
	text-align: center;
	text-transform: none;
	position: relative;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.hr {
	background: #F5F8F9;
	height: 1px;
	margin: 0 0 10px 0;
}

/*** jDuery UI Overrides ***/
.ui-widget-header {
	font-weight: normal;
	font-family: "doris_ppbold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: .95em;
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-tab-wrapper {
	padding: 10px 0 20px;
}

.ui-widget h1, .ui-widget h2 {
	color: #29357B;
}

.ui-widget .hr {
	background: #29357B !important;
}

/*** Want table to take some ui stuff ***/
table, .table_wrapper {
	width: 100%;
	background:
		url("../js/jquery-ui-1.10.3.custom/monster/css/monster/images/ui-bg_inset-hard_100_f5f8f9_1x100.png")
		repeat-x scroll 50% bottom #F5F8F9;
	border: 1px solid #29357B;
	color: #222222;
	margin-bottom: 10px;
}

.calendar {
	position: relative;
	z-index: 1;
	background: #fff;
	color: #13559A;
	font-weight: bold;
}

.table_wrapper {
	padding: 5px;
	margin-bottom: 10px;
	width: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.table_wrapper table {
	margin: 0;
}

tr {
	position: relative;
}

th {
	text-align: left;
	padding: 5px 10px;
	background:
		url("../js/jquery-ui-1.10.3.custom/monster/css/monster/images/ui-bg_glass_50_057dcb_1x400.png")
		repeat-x scroll 50% 50% #057DCB;
	border: 1px solid #29357B;
	color: #FFFFFF;
	font-weight: normal;
	font-size: .85em;
	font-family: "doris_ppbold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	position: relative;
}

.calendar th {
	background: url("../images/movie_schedule_header_bg.png") repeat-x
		scroll left bottom rgba(0, 0, 0, 0);
	height: 58px;
	position: relative;
	padding: 0 10px;
	vertical-align: middle;
	font-size: 1.2em;
	color: #13559A;
}

td {
	padding: 5px 10px;
	border: 1px solid #29357B;
	font-size: .85em;
	position: relative;
}

.calendar td {
	width: 14.2857%;
}

td.day_name {
	border: none;
	color: #fff;
	background: #0F5A9F;
}

td.day {
	height: 90px;
	vertical-align: top;
	padding: 0;
}

td .highlight, td .today {
	background: #FFF694;
	display: block;
	height: 100%;
	padding: 0;
	position: relative;
}

td .today {
	color: #fff;
	background: #13559A;
}

.calendar a {
	display: block;
	color: #13559A;
	padding: 5px 10px;
}

.calendar .today a {
	color: #fff;
}

.calendar .today .hover_details a {
	color: #13559A;
}

td .highlight {

}

.day_span {
	display: block;
	margin-bottom: 10px;
	padding: 5px 10px;
}

.past {
	color: #999999;
}

.calendar .movie_schedule_prev, .calendar .movie_schedule_next {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	display: inline-block;
	margin-top: 6px;
}

.calendar .hover_details {
	text-align: left;
	font-weight: normal;
}

.calendar .hover_details .button {
	color: #fff;
	font-size: 1em;
}

.calendar .hover_details .button:hover {
	color: #FBE721;
}

/*.hover_details_inner {

}

.hover_details header {
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background: #FFF;
	box-shadow: 0 -1px 4px #000000;
	-moz-box-shadow: 0 -1px 4px #000000;
	-webkit-box-shadow: 0 -1px 4px #000000;
}

.hover_details header img {

}

.hover_details_content {
	background: url(../images/hover_popup_bg.png) repeat-x left bottom #FFFFFF;
	border: 1px solid #EEF5FA;
	margin-left: -1px;
	box-shadow: 0 0 8px #000000;
	-moz-box-shadow: 0 0 8px #000000;
	-webkit-box-shadow: 0 0 8px #000000;
	position: relative;
	z-index: 1;
}

.hover_details_content p{
	color: #000000;
	font-size: 1.1em;
	line-height: 1.7em;
	padding: 0 10px;
}

.hover_details_content .button {
	background: none !important;
	border: none !important;
	float: right !important;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 0 !important;
	width: auto !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}*/
@media print {
	body {
		background: #fff;
	}
	* {
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
	}
	#container {
		display: none;
	}
	input[type="text"] {
		border: 1px solid #000;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px;
		background-color: #ffffff;
	}
	textarea {
		border: 1px solid #000;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px;
		background-color: #ffffff;
	}
	select {
		border: 1px solid #000;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px;
		height: 30px;
		background-color: #ffffff;
	}
	input[type="digits"], input[type="number"] {
		border: 1px solid #000;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px;
		background-color: #ffffff;
	}
	input[type="email"], input[type="file"] {
		border: 1px solid #000;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px;
		background-color: #ffffff;
	}
	#PrintArea h2 {
		font-size: 21px;
		color: #000000;
	}
	#PrintArea legend {
		font-size: 19px;
		color: #000000;
	}
	.hideThis {
		display: none;
	}
	#PrintArea {
		font-size: 16px;
	}
	.formLogo img {
		display: block !important;
		width: 180px;
		height: 180px;
	}
	.banquet_formLogo {
		display: block !important;
	}
	.banquet_formLogo img {
		display: block !important;
		width: 320px;
		height: 150px;
	}
	#form_submitted {
		display: none;
	}
	input[type="button"] {
		display: none;
	}
	.movie_schedule_slider_print {
		display: block;
	}
	.movie_schedule_time_bounds {
		height: auto;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	.movie_schedule_legend {
		background: #0F5A9F;
	}
	.movie_schedule_time_bounds .time_block {
		margin: 0;
	}
	.movie_schedule_time_bounds .time_slot {
		width: 50px;
		padding: 5px 0;
	}
	.movie_schedule_time_bounds .time_slot, .movie_schedule_time_bounds .time_title,
		.movie_schedule_time_bounds .time_rating {
		height: 24px;
		overflow: hidden;
	}
	.movie_schedule_time_bounds .time_no_show {
		width: 100%;
	}
}

/*LAUREN ADDED THIS HERE*/

#foobar .ui-accordion-content {
	/* width: 100%; */
	background-color: #f3f3f3;
	/* color: #777; */
	font-size: 10pt;
	/* line-height: 16pt; */
	border-color: #FFFFFF !important;
}
#foobar .ui-accordion-icons .ui-accordion-header{
	background: #FFFFFF !important;
}

#foobar .ui-accordion-header {
	background: #CCCCCC !important;
	margin: 0px;
	color: #FFFFFF !important;
	/* border-color: #FFFFFF !important; */
	background: #daa444 !important; /*Old browsers*/
	background: -moz-linear-gradient(top, #daa444 0%, #e4c78b 65%, #daa444 100%) !important;
	/*FF3.6+*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #daa444),
		color-stop(65%, #e4c78b), color-stop(100%, #daa444)) !important;
	/*Chrome,Safari4+*/
	background: -webkit-linear-gradient(top, #daa444 0%, #e4c78b 65%, #daa444 100%) !important;
	/*Chrome10+,Safari5.1+*/
	background: -o-linear-gradient(top, #daa444 0%, #e4c78b 65%, #daa444 100%) !important;
	/*Opera 11.10+*/
	background: -ms-linear-gradient(top, #daa444 0%, #e4c78b 65%, #daa444 100%) !important;
	/*IE10+*/
	background: linear-gradient(to bottom, #daa444 0%, #e4c78b 65%, #daa444 100%) !important;
	/*W3C*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daa444',
		endColorstr='#daa444', GradientType=0) !important; /*IE6-9 */

	border-color: #FFFFFF !important;
}

#foobar .ui-accordion-header a {
	color: #fff !important;
	line-height: 42px !important;
	display: block !important;
	font-size: 12pt !important;
	width: 100% !important;
	text-indent: 10px !important;
}

#foobar .ui-icon
{
    background-image: url(../images/ui-icons_ffffff_256x240.png);
}

.vertical-menu {
  /* border: 1px dotted blue;
  background-color: #EEFFFF;
  margin: 5px;
  padding: 5px; */
  float: left;
  width: 128px;
  position: relative;
  z-index: 1;
  margin-right: 0px;
  padding-right: 0px;
}

#nav-item{
  background: #7A003D;
  width: 100%;
  height: 40px;

  background: #d88fb2; /*Old browsers*/
  background: -moz-linear-gradient(-45deg,  #d88fb2 0%, #a30051 18%, #7a003d 35%); /*FF3.6+*/
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d88fb2), color-stop(18%,#a30051), color-stop(35%,#7a003d)); /*Chrome,Safari4+*/
  background: -webkit-linear-gradient(-45deg,  #d88fb2 0%,#a30051 18%,#7a003d 35%); /*Chrome10+,Safari5.1+*/
  background: -o-linear-gradient(-45deg,  #d88fb2 0%,#a30051 18%,#7a003d 35%); /*Opera 11.10+*/
  background: -ms-linear-gradient(-45deg,  #d88fb2 0%,#a30051 18%,#7a003d 35%); /*IE10+*/
  background: linear-gradient(135deg,  #d88fb2 0%,#a30051 18%,#7a003d 35%); /*W3C*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d88fb2', endColorstr='#7a003d',GradientType=1 ); /*IE6-9 fallback on horizontal gradient*/

}

#nav-item:hover{
	background: #daa444 !important;
	font-size: 15px;
	font-weight: bolder;
}

.active2{
	background-color: #26397f;
}

.active{
	/* background: #daa444 !important; */
	/* font-size: 15px; */
	/* font-weight: bolder !important; */
	/* border: 1px solid #daa444 !important; */
	/*border-left: 1px solid #daa444 !important;
 	border-top: 1px solid #E0B872 !important;
 	border-bottom:  1px solid #daa444 !important;*/
 	background: #ffe2ad !important; /*Old browsers*/
	background: -moz-linear-gradient(-45deg, #ffe2ad 0%, #ffc14f 18%, #daa444 35%) !important;
	/*FF3.6+*/
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffe2ad),
		color-stop(18%, #ffc14f), color-stop(35%, #daa444)) !important;
	/*Chrome,Safari4+*/
	background: -webkit-linear-gradient(-45deg, #ffe2ad 0%, #ffc14f 18%, #daa444 35%) !important;
	/*Chrome10+,Safari5.1+*/
	background: -o-linear-gradient(-45deg, #ffe2ad 0%, #ffc14f 18%, #daa444 35%) !important;
	/*Opera 11.10+*/
	background: -ms-linear-gradient(-45deg, #ffe2ad 0%, #ffc14f 18%, #daa444 35%) !important;
	/*IE10+*/
	background: linear-gradient(135deg, #ffe2ad 0%, #ffc14f 18%, #daa444 35%) !important;
	/*W3C*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2ad',
		endColorstr='#daa444', GradientType=1) !important;
	/*IE6-9 fallback on horizontal gradient*/

}

.vertical-menu ul{
	width: 100%;
	padding-top: 20px;
}
#nav-item li {
  list-style: none;
  margin: 5px;
  padding: 10px;
  padding-top: 1px;
}

#nav-item li br {
   display: block;
   margin: 2px 0;
}

#nav-item li a{
  text-decoration: none;
  color: #FFFFFF !important;
  /* padding-top: 50px !important; */

  float: right !important;
  text-align: right;
  /* word-wrap: break-word; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold !important;
  word-wrap:   break-word !important;
  text-shadow: 1px 1px #444444 !important;

}

/* .vertical-menu li a {

} */


.vertical-menu li a:hover {
  /* text-decoration: underline; */
}

.tabs {
    padding: 0px;
    background: none;
    border-width: 0px;
}
.tabs .ui-tabs-nav {
    padding-left: 0px;
    background: transparent;
    border-width: 0px 0px 1px 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.tabs .ui-tabs-panel {
    background: #FFFFFF !important;
    border-width: 0px 1px 1px 1px;
}

/*.tabs:after{
	position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA !important;
    z-index: 1 !important;
}*/

.ui-tabs .ui-tabs-nav li{
   background: #FBE721 !important;
   /* border: 1px solid #AAA; */
}

.ui-tabs li.ui-tabs-active{
	background: #FFFFFF !important;
}

.content_header_full .content_links .selected_tab, .content_header_full .content_links .selected:hover{
	background: #FBDE21;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-right: none;
	color: #0865a9;
	margin-bottom: 0;
	padding: 15px 15px 10px;
}

.btn {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1.6px 1px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;

  border-radius: 3px;

   -moz-box-shadow:    inset -10px 0 5px -3px black;
   -webkit-box-shadow: inset -10px 0 5px -3px black;
   box-shadow: 		   inset -10px 0 5px -3px black;
  /*::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }*/
  /*::after{
  	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  ::before {
    height: 1px;
    background: rgba(white, 0.4);
  }
  ::after {
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(black, 0.3);
  }
  ::hover, ::focus {
    text-decoration: none;
   /*  @include background-image(linear-gradient(#5fc1ff 0%, #007fd0 100%)); */
  /*}*/
  /*::focus {
    outline: none;
    border: 1px solid darken(#0769a7, 25%);
   /*  @include background-image(linear-gradient(#5fc1ff 0%, #0078c5 100%)); */
  /*}
  ::active {
    top: 1px;


	}
   ::after {
     box-shadow: 0 1px 5px 0 rgba(black, 0.3);
   }*/

}

.noscroll{
	overflow: hidden;
}

.details{
	padding-left: 2em;
	font-style: italic;
	text-decoration: underline;
}


a.details:link {
	color: #4258D6 !important;
}

a.details:visited {
	color: #7A003D !important;
}

a.details:hover {
	text-decoration: none !important;
	color: #4258D6 !important;
	font-weight: bold !important;
}

a.details:active {
	color: red !important;
	text-decoration: none !important;
}

.content_body2 {
	height: 585px;
	padding: 10px;
	margin: 0;
	position: relative;
	max-width: 100%;
	max-height: auto !important;
}

.content_body_trim2, .content_body_blue_inner2 {
	/*height: 484px;*/
	height: 585px;
}

.nav_arrow2 {
	background: url("../images/menu_arrow.png") no-repeat scroll left top;
	height: 11px;
	margin-top: -5.5px;
	position: absolute;
	top: 50%;
	width: 8px;
	right: 15px;
	/* transform: rotate(90deg); */
	/* -moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg); */
}

.numSpace{
	letter-spacing: 1px;
}

.movie_share_box2 {
	float: right;
	height: 28px;
	padding: 1px 0;
	width: auto;
	position: relative;
}

.movie_share2:hover{
	box-shadow: 0 0 20px rgba(245, 174, 42, 0.6);
	-moz-box-shadow: 0 0 20px rgba(245, 174, 42, 0.6);
	-webkit-box-shadow: 0 0 20px rgba(245, 174, 42, 0.6);
}

.movie_share_buttons_show2 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}

.movie_share_hover2 {
	position: relative;
	display: inline-block;
	height: 38px;
	width: auto;
}

.movie_share_buttons2 {
	background: #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	top: 38px;
	width: 162px;
	height: 108px;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.map {
  width: 960px;
  height: 420px;
  /* background-color: #CCC; */
  margin-bottom: 20px;
}

.contact_map {
  width: 700px;
  height: 250px;
  /* background-color: #CCC; */
  margin-bottom: 20px;
}

.profile_map{
  width: 100%;
  height: 250px;
  /* background-color: #CCC; */
  margin: 0 auto;
  padding-bottom: 15px;
}

.development_map{
  width: 100%;
  height: 250px;
  /* background-color: #CCC; */
  margin: 0 auto;
  padding-bottom: 15px;
}

.map3 {
  width: 960px;
  height: 420px;
  /* background-color: #CCC; */
  margin-bottom: 20px;
}

.map2 {
  width: 400px;
  height: 300px;
  /* background-color: #CCC; */
  margin-bottom: 10px;
}

.seatingDisplay{
	/* margin: 0 auto; */
	margin-left: 120px;
	margin-top: 0;
	padding: 0;
	position: relative;
    /* top: 70%; */
    /* left: %; */
    width: 460px !important;
    height: 300px !important;
    /* margin-right: -%; */
    /* transform: translate(-50%, -50%); */
}

img.seatingDisplay {
	width: 100%;
	height: 100%;
}

.icons{
	float: left;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.content_title2 {
	margin-top: 20px;
	border-bottom: 3px solid #FBE721;
	float: right;
	font-size: 2.2em;
	line-height: 1.4em;
	text-transform: capitalize;
	width: 93%;
	position: relative;
	z-index: 1;
}

.modLinks{
	top: 50px !important;
}

.modLinks_movies{
	top: 28px !important;
}

.ratings_table{
	text-align: left;
	background-color: transparent !important;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 700px;
	overflow: hidden;
}

.left_column{
	float: left;
	width: 200px;
	margin-right: 100px;
}

.middle_column{
	float: left;
	width: 400px;

	/* margin-right: 40px;
	padding-right: 90px;
	overflow: hidden; */
}

.vertical_border{
	border-right: 1px dotted #fff;
	height: 180px;
	float: right;
	left: 50%;
}

.horizontal_border{
	border-bottom: 1px dotted #fff;
	width: 700px;
	float: left;
	margin-bottom: 5px;
}

.right_column{
	/* float: left;
	width: 200px;
	overflow: hidden; */
	padding-bottom: 0;
	margin-bottom: 0;
}

.genre-table{
	background-color: transparent !important;
	border: none !important;
	border-collapse:collapse !important;
	width: 300px;
}

.genre-table tr{
	background-color: transparent !important;

}


.genre-table tbody{
	background-color: transparent !important;
}

.genre-table td{
	border: none !important;
 	background-color: transparent !important;
	width: 100px !important;
}

/* Banquet Centre Testimonials CSS*/
.testimonial-div{
	width: 350px;
	/*height: auto;*/
	float: left;
	display: inline-block;
	position: relative;
}
.testimonial {
    margin-left: 20px;
    margin-right: 20px;
    /*background: #B7EDFF;*/
    background: #daa444;
    padding: 10px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #7A003D;
    border-radius: 5px;
    font-style: italic;
    /* text-shadow: 0 1px 0 #ECFBFF; */
   /* background-image: linear-gradient(#FBDE21, #daa444);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBDE21), to(#daa444));
    background-image: -webkit-linear-gradient(top, #FBDE21, #daa444);
    background-image:    -moz-linear-gradient(top, #FBDE21, #daa444);
    background-image:     -ms-linear-gradient(top, #FBDE21, #daa444);
    background-image:      -o-linear-gradient(top, #FBDE21, #daa444);*/
   /*  background-image: linear-gradient(#CEF3FF, #B7EDFF);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CEF3FF), to(#B7EDFF));
    background-image: -webkit-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:    -moz-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:     -ms-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:      -o-linear-gradient(top, #CEF3FF, #B7EDFF); */

    background: #ffe2a8; /* Old browsers */
background: -moz-linear-gradient(top,  #ffe2a8 2%, #ffcc66 50%, #cc9933 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffe2a8), color-stop(50%,#ffcc66), color-stop(99%,#cc9933)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffe2a8 2%,#ffcc66 50%,#cc9933 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffe2a8 2%,#ffcc66 50%,#cc9933 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffe2a8 2%,#ffcc66 50%,#cc9933 99%); /* IE10+ */
background: linear-gradient(to bottom,  #ffe2a8 2%,#ffcc66 50%,#cc9933 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2a8', endColorstr='#cc9933',GradientType=0 ); /* IE6-9 */




}

.testimonial:before, .testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #7A003D;
    font-style: normal;
}

.testimonial:before {
    top: 0;
    left: 10px;
}

.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #daa444;
    /* border-top: 15px solid #B7EDFF; */
    margin: 0 0 0 25px;
}

.testimonial-author {
    margin: 0 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    text-align:left;
}

.testimonial-author span {
    font-size: 12px;
    color: #666;
}

/* JScroll Pane Banquet Styling */

.jspVerticalBar {
   width: 6px;
   background-color: #fff9de !important;
}
.jspTrack {
   width: 8px;
   padding-left: 2px;
   padding-right: 2px;
   background: #633e04 !important;
   border: 1px solid #deac4b !important;
   border-radius: 5px;
}
.jspDrag {
	background: #deac4b !important;
   border-radius: 3px;
    /* width: 6px; */
}
.jspVerticalBar .jspCap {
    height: 2px;
}

/* JScroll Blue */
.content_body_blue_inner2{
	padding-left: 25px;
	padding-right: 9px;
	width: 900px;
}
.content_body_blue_inner2 .jspVerticalBar {
   width: 6px;
   background-color: #0668ac !important;
}
.content_body_blue_inner2 .jspTrack {
   width: 2px;
   padding-left: 1px;
   padding-right: 1px;
   background: #043b63 !important;
   border: 1px solid #043b63 !important;
   border-radius: 5px;
}
.content_body_blue_inner2 .jspDrag {
   background: #0668ac !important;
   border-radius: 3px;
    /* width: 6px; */
}
.content_body_blue_inner2 .jspVerticalBar .jspCap {
    height: 2px;
}


/* Scroll Wrapper JScroll */
.scroll_wrapper_event{
	max-width: 800px;
 	height: 400px;
 	position: relative;
 	z-index: 100;
}

.scroll_wrapper{
	/* padding-left: 25px; */
	/* padding-right: 9px; */
	max-width: 800px;
	height: 600px;
	position: relative;
	z-index: 100;
}
.scroll_wrapper .jspVerticalBar, .scroll_wrapper_event .jspVerticalBar {
   width: 6px;
   background-color: #0668ac !important;
}
.scroll_wrapper .jspTrack, .scroll_wrapper_event .jspTrack {
   width: 2px;
   padding-left: 1px;
   padding-right: 1px;
   background: #043b63 !important;
   border: 1px solid #043b63 !important;
   border-radius: 5px;
}
.scroll_wrapper .jspDrag, .scroll_wrapper_event .jspDrag {
   background: #0668ac !important;
   border-radius: 3px;
    /* width: 6px; */
}
.scroll_wrapper .jspVerticalBar .jspCap, .scroll_wrapper_event .jspVerticalBar .jspCap {
    height: 2px;
}

.fadeIn {
	position:relative;
	width: 250px;
	height: 250px;
}

.fadeIn img {
	position: absolute;
}

.event_list_bounds{
	height: inherit;
}

.premiere_thumbnail{
	width: 100px;
	height: 200px;
}

/* #list-of-partners{
	display: none !important;
	width: 280px !important;
  	padding: 10px !important;
 	background: #eeeeee !important;
  	color: #000000 !important;
  	border: 1px solid #1a1a1a !important;
  	font-size: 90% !important;
} */

/*Added by sumon*/
#header {
	background:url(../images/new-bg-header.png) no-repeat center top;
	min-height:170px;
	padding:0 0 10px;
	position: relative;
	max-width:1280px;
	margin:0px auto;
}

.animate{
    /*position: absolute;
    width: 550px;
    left: 50%;
  	transform: translate(-50%, 0);*/
}
.leftlt {
    width: 150px;
    display: inline-block;
    z-index: 2;
    position: absolute;
    left:50%;
	margin:0 0 0 -115px;
    bottom: 15px;
    -webkit-animation: leftlight 10s infinite; /* Chrome, Safari, Opera */
    animation: leftlight 10s infinite;
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%; /* Chrome, Safari, Opera */
    -ms-transform-origin: 0% 100%; /* IE 9 */
}

/* Chrome, Safari, Opera */
@-webkit-keyframes leftlight {
    0%   {transform: rotate(0deg);}
    50%  {transform: rotate(-10deg);}
    100% {transform: rotate(0deg);}
}

/* Standard synta */
@keyframes leftlight {
    0%   {transform: rotate(0deg);}
    50%  {transform: rotate(-20deg);}
    100% {transform: rotate(0deg);}
}
.rightlt {
    width: 150px;
    display: inline-block;
    z-index: 1;
    position: absolute;
    left:50%;
	margin:0 0 0 -45px;
    bottom: 15px;
    -webkit-animation: rightlight 10s infinite; /* Chrome, Safari, Opera */
    animation: rightlight 10s infinite;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%; /* Chrome, Safari, Opera */
    -ms-transform-origin: 100% 100%; /* IE 9 */
}

/* Chrome, Safari, Opera */
@-webkit-keyframes rightlight {
    0%   {transform: rotate(0deg);}
    50%  {transform: rotate(10deg);}
    100% {transform: rotate(0deg);}
}

/* Standard synta */
@keyframes rightlight {
    0%   {transform: rotate(0deg);}
    50%  {transform: rotate(10deg);}
    100% {transform: rotate(0deg);}
}
.center-logo{
    width:180px;
    height: 238px;
    display: inline-block;
    z-index: 4;
    position: absolute;
    left: 50%;
    top:-23px;
	margin:0 0 0 -90px;
    -webkit-animation: logotrans 10s infinite; /* Chrome, Safari, Opera */
    animation: logotrans 10s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes logotrans {
    0%   {transform: scale(.6);}
    50%  {transform: scale(.5);}
    100% {transform: scale(.6);}
}

/* Standard synta */
@keyframes logotrans {
    0%   {transform: scale(.6);}
    50%  {transform: scale(.5);}
    100% {transform: scale(.6);}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .center-logo {
        -webkit-animation: mynewkey 10s infinite; /* Chrome, Safari, Opera */
    	animation: mynewkey 10s infinite;
    }

	 ::i-block-chrome, .leftlt {
        -webkit-animation: newleftlight 10s infinite; /* Chrome, Safari, Opera */
    	animation: newleftlight 10s infinite;
    }

	 ::i-block-chrome, .rightlt {
        -webkit-animation: newrightlight 10s infinite; /* Chrome, Safari, Opera */
    	animation: newrightlight 10s infinite;
    }
}

@-webkit-keyframes mynewkey {
    0% { -webkit-transform: scale(.6); }
    50% { -webkit-transform: scale(.5); }
    100% { -webkit-transform: scale(.6); }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes newleftlight {
    0%   {-webkit-transform: rotate(0deg);}
    50%  {-webkit-transform: rotate(-10deg);}
    100% {-webkit-transform: rotate(0deg);}
}

/* Standard synta */
@keyframes newleftlight {
    0%   {-webkit-transform: rotate(0deg);}
    50%  {-webkit-transform: rotate(-20deg);}
    100% {-webkit-transform: rotate(0deg);}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes newrightlight {
    0%   {-webkit-transform: rotate(0deg);}
    50%  {-webkit-transform: rotate(10deg);}
    100% {-webkit-transform: rotate(0deg);}
}

/* Standard synta */
@keyframes newrightlight {
    0%   {-webkit-transform: rotate(0deg);}
    50%  {-webkit-transform: rotate(10deg);}
    100% {-webkit-transform: rotate(0deg);}
}

/*Added by sumon*/
.visual {
	padding:15px 37px 0;
	margin:0 0 25px;
}

#relative .list_slider .category_thumbnail{
	min-width:inherit;
	max-width:none;
	width:28%;
	margin:10px 2.6%;
}

@media screen and (max-width: 700px){
	#relative .list_slider .category_thumbnail{
		min-width:200px;
		max-width:200px;
		width:25%;
		margin:10px 3.6%
	}

}

/*Faq page*/
.ui-accordion-header .ui-icon-plus{
	background-position:-13px -129px;
}

i.utility-icon img {
	height: 100%;
	vertical-align: middle;
}

i.utility-icon:before {
	/*content: url('../images/web_ico_blue.png');*/
  	/*width: 100px;*/
 	/*text-align: center;*/
  	display:inline-block;
}


.buystrip {
	height: 38px;
	/*padding-top: 15px;*/
}


/* Hide the tabs */
#sando-tablink, #guyana-tablink {
	display:none; visibility:hidden;
}