body {
	margin: 0px;
	-webkit-overflow-scrolling: touch;
}
.jspHorizontalBar {    /* display: none; */
	width: 1px !important;
	/* position: relative !important; */
	height: 1px !important;
	bottom: -50px !important;
	left: -50px !important;
}
/* Global Classes */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.syca_IEMsgDiv {
	height: 100%;
	width: 100%;
	display: none;
   z-index: 9999;
   position: absolute;
}
.syca_centerAlign {
	text-align: center;
}
.syca_clearBoth {
	clear: both;
}
.syca_mtsContainer {
	padding: 0px;
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}

.syca_topDropdownFilter select {
	border: 1px solid #cbb226;
	background: url(../../assets/images/syca_dropdownArrow.png) no-repeat #cbb226;
	background-position: 96%;
}
.syca_topDropdownFilter select:hover, .syca_topDropdownFilter select:active, .syca_topDropdownFilter select:visited, .syca_topDropdownFilter select:focus {
	border: 1px solid #cbb226;
	outline: none;
}
.syca_tempFooterAdjust {
	height: 100vh; /* Fallback for browsers that do not support Custom Properties */
 height: calc(var(--vh, 1vh) * 100);
}
.syca_topFilterPanel {
	padding: 10px 10px 0px 10px;
	border-radius: 10px;
	margin-top: 10px;
}
.syca_topFilterTimingWise {
	width: 100%;
	float: left;
}

.syca_displayNoneImportant {
	display: none !important;
}
.syca_topFilterFormatWise {
	width: 100%;
	float: left;
}
.syca_topFilterDistanceWise {
	width: 32%;
	float: left;
	margin: 10px 0px 10px 1%;
}
.syca_topDropdownFilter select {
	width: 100%;
	padding: 5px 35px 5px 5px;
	height: 37px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	display: block;
}
 .syca_topDropdownFilter select::-ms-expand {
 display: none;
}
/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
 .syca_topDropdownFilter select {
 background:none\9;
 padding: 5px\9;
}
}
.syca_topAutoCompleteFilter {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
}
#syca_topAutocompleteFilterInput {
	padding: 8px;
	width: 100%;
	display: block;
	/* border-radius: 7px !important; */
    padding-right: 45px;
}
.syca_topAutoCompleteFilter-items {
	position: absolute;
	border-bottom: none;
	border-top: none;
	z-index: 9;
	top: 100%;
	left: 0;
	right: 0;
	padding-left: 15px;
}
.syca_topAutoCompleteFilter-items div {
	padding: 6px 8px;
	cursor: pointer;
	color: #000000;
}
.syca_datePanel {
	position: relative;
	padding: 0px 20px 3px 20px;
	margin: 0 auto;
}
.syca_dateBoxSlider {
	transition: -ms-transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s, transform 0.5s ease 0s;
	position: relative;
	white-space: nowrap;
}
.syca_dateBoxSlider .syca_dateBoxInner {
	margin-left: 0;
	padding: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}
.syca_DareSliderArrowDisabled {
	pointer-events: none;
}
.syca_dateBox {
	display: inline-block;
	margin: 4px 4px 10px 4px;
	vertical-align: top;
	width: 70px;
	cursor: pointer;
}
.syca_datePanelArrowLeft {
	left: -10px;
	border-radius: 0px 8px 8px 0px;
}
.syca_datePanelArrowRight {
	right: -10px;
	border-radius: 8px 0px 0px 8px;
}
.syca_movieTimingBtn {
	padding: 5px 15px;
	display: inline-block;
	margin: 5px;
	float:left;
}
.syca_theaterVendorBtn {
	padding: 10px 10px 10px 10px;
	display: block;
	margin: 5px;
	float: left;
	cursor: pointer;
	border-radius: 7px;
}
.syca_theaterVendorBtn img {
	margin-right: 5px;
	vertical-align: middle;
}
.syca_theaterVendorBtn span {
	vertical-align: middle;
}
.syca_movieTimingBtn sub {
	position: relative;
	bottom: 0px;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
.syca_movieTimingBtn sup {
	position: relative;
	top: 1px;
	vertical-align: super;
	font-size: 75%;
	line-height: 0;
}
.syca_theaterDetailsAccordian {
	width: 100%;
	margin: 0px auto 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0px;
}
.syca_theaterDetailsAccordianMain {
	position: relative;
	margin-bottom: 5px;
}
.syca_theaterDetailsAccordian .syca_theaterDetails {
	cursor: pointer;
	display: block;
	padding: 10px;
	position: relative;
}
.syca_theaterDetailsAccordianMain .syca_theaterDetails {
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 100%;
	float: left;
	border: 1px solid #ce8d8d;
	border-radius: 10px;
}
.syca_theaterSubDetails {
	display: none;
	padding: 5px 0px 0px 0px;
	width: 100%;
	float: left;
}
.syca_movieInformation {
	display: none;
}
.syca_topDropdownFilter {
	display: none;
}
#syca_mtsDetailsPanelForScroll, .syca_mtsDetailsPanelForScrollMob {
	outline: none;
}
.syca_mtsLoader {
	display: block;
	position: relative;
	width: 64px;
	height: 64px;
	margin: 25px auto;
}
.syca_mtsLoader div:nth-child(2) {
	animation-delay: -0.5s;
}
@keyframes syca_mtsLoader {
 0% {
 top: 28px;
 left: 28px;
 width: 0;
 height: 0;
 opacity: 1;
}
 100% {
 top: -1px;
 left: -1px;
 width: 58px;
 height: 58px;
 opacity: 0;
}
}
.syca_mtsLoaderHide {
	display: none;
}
#syca_moreMovieShowsList {
	list-style: none;
	padding: 0px;
	text-align: center;
	margin: 15px 10px 0px 10px;
}
#syca_formatFilter {
	list-style: none;
	padding: 0px;
	margin: 0px 10px 10px 0px;
}
#syca_timingFilter {
	list-style: none;
	padding: 0px;
	margin: 0px 10px 10px 0px;
}
.syca_displayInlineBlock {
	display: inline-block !important;
}

.syca_movieBannerWrapper {
	width: 100%;
	display: none;
	text-align: center;
	cursor: pointer;
}
.syca_movieBannerWrapper img {
	height: 100%;
    object-fit: contain;
}
.syca_movieBannerWrapperForMobile {
	width: 100%;
	background: url(../../assets/images/mobilebanner.jpg) #000000 no-repeat;
	height: 105px;
	background-position: center;
	background-size: contain;
}
.syca_movieBannerWrapperForMobileTablet {
	width: 100%;
	background: url(../../assets/images/mobilebannerlandscape.jpg) #000000 no-repeat;
	height: 250px;
	background-position: center;
	background-size: contain;
}
.syca_movieBannerWrapperWithMap {
	width: 100%;
	background: url(../../assets/images/desktopbanner.jpg) no-repeat;
	height: 250px;
	background-position: center;
	background-size: contain;
	/* border-radius: 7px;
	top:10px;
	right: 10px;
	cursor: pointer;
	position: absolute;
	z-index: 11;
	display: none;
	animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear; */
}
.syca_ticketingBannerPopUpContainer {
    position: absolute;
    right: 7px;
	top: 7px;
	cursor: pointer;
	z-index: 11;
	animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes pulse_animation {
	0% { transform: scale(1); }
	30% { transform: scale(1.09); }
	40% { transform: scale(1.1); }
	50% { transform: scale(1); }
	60% { transform: scale(1.1); }
	70% { transform: scale(1.06); }
	80% { transform: scale(1.02); }
	100% { transform: scale(1); }
 }

@media only screen and (min-width : 992px) {
.syca_mtsDetailsPanel {
	width: 70%;
	padding: 0px;
	float: left;
	position: relative;
}
.syca_mtsDetailsPanelScrollOuterDiv {
	padding: 0px 5px 0px 10px;
}
.syca_mapLocationPanel {
	width: 30%;
	float: left;
	height: 100%;
	background-color: #000000;
}
.syca_dateBoxContainer {
	width: 100%;
	overflow: hidden;
}
.syca_theaterNamePanel {
	width: 50%;
	float: left;
	padding-right: 7px;
}
.syca_movieTimingPanel {
	width: 50%;
	float: left;
	padding-left: 7px;
}
.syca_theaterFormatAndDistance {
	width: 50%;
	float: left;
	padding-right: 7px;
}
.syca_mapCloseOnlyForMbile {
	display: none;
}
.clickForDirection {
	display: none;
}
.syca_formateAndTimeFilterWrapper {
	width: 50%;
	float: left;
	padding-left: 2%;
	padding-right: 1%;
}
.syca_movieBannerWrapperForMobile {
	display: none;
}
.syca_movieBannerWrapperForMobileTablet {
	display: none;
}
}

@media only screen and (min-width : 1024px) {
.syca_searchTextBoxAndDateWrapper {
	width: 50%;
	float: left;
	padding-left: 1%;
	padding-right: 2%;
}
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
.syca_searchTextBoxAndDateWrapper {
	width: 50%;
	float: left;
	padding-left: 5%;
	padding-right: 2%;
}
}

@media only screen and (max-width : 992px) {
.syca_dateBoxContainer {
	width: 100%;
	overflow: hidden;
}
.syca_mapLocationPanel {
	display: none;
}
.syca_mtsContainer {
	overflow-y: auto;
}
.syca_ClearBothForMobile {
	clear: both;
}
.syca_theaterVendorInfoTitle {
	margin-left: 0px;
	margin-top: 2px;
}
.syca_theaterVendorBtn {
	padding: 3px 3px;
}
.syca_theaterVendorBtn img {
	width: 30px;
	height: 30px;
}
.mapCloseImgIcon {
	padding: 4px 4px 4px 4px;
}
.syca_mapDisplayForMobileOnly {
	display: block;
	width: 100%;
	height: calc(100% - 0px);
	position: fixed;
	top: 0px;
	z-index: 1;
}
.syca_movieBannerWrapper {
	display: none;
	height: 0px;
}
.syca_movieBannerWrapperWithMap {
	display: none;
	height: 0px;
}
.syca_topFilterPanel {
	padding-top: 5px;
}
.syca_topAutoCompleteFilter {
	width: 100%;
	margin: 0 0 0 auto;
	padding: 0;
}
.syca_topFilterTitle {
	width: 100%;
	margin: 0 0 5px auto;
	padding: 0;
}
.syca_dateSelectTitle {
	padding: 0;
}
.syca_theaterDetailsAccordianMain {
	margin: 0 2px 5px;
}
}

@media screen and (min-width: 1100px) and (max-width: 1366px) {
.syca_movieBannerWrapper {
	width: 100%;
	margin: 0 auto;
}
}

@media only screen and (min-width : 320px) {
.syca_datePanel {
	width: 100%;
}
}

@media only screen and (min-width : 480px) {
.syca_datePanel {
	width: 100%;
}
}

@media only screen and (min-width : 768px) {
.syca_datePanel {
	width: 100%;
}
}

@media only screen and (min-width : 992px) {
.syca_datePanel {
	width: 275px;
}
}

@media only screen and (min-width : 1200px) {
.syca_datePanel {
	width: 352px;
}
}

@media only screen and (min-width : 1400px) {
.syca_datePanel {
	width: 430px;
}
}

@media only screen and (min-width : 1600px) {
.syca_datePanel {
	width: 510px;
}
}

@media only screen and (min-width : 1800px) {
.syca_datePanel {
	width: 586px;
}
}

@media only screen and (max-width : 992px) {
.syca_movieBannerWrapperForMobile {
	display: block;
}
.syca_movieBannerWrapperForMobileTablet {
	display: none;
}
}
@media only screen and (max-width: 1600px){
	.syca_movieBannerWrapper img {
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 992px) and (orientation : portrait) {
.syca_movieBannerWrapperForMobileTablet {
	display: block;
}
.syca_movieBannerWrapperForMobile {
	display: none;
}
}
.syca_mapHiddenForAll {
	display: none !important;
}
