/* IE browser message */
.syca_IEMsgDiv {
	background-color: #171717;
}
.syca_IEMsgPara {
	color: #ffffff;
	font-size: 2em;
	text-align: center;
	transition: font-size .4s, line-height .4s;
	margin: 0 auto;
	width: 70%;
	position: relative;
	top: 45%;
}
/*New Google map direction window open permission box*/
.syca_permissionBox {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(48, 49, 49, 0.8);
}
.syca_permissionBoxContents {
	position: relative;
	text-align: center;
}
.syca_permissionBoxContents {
	position: relative;
	text-align: center;
	width: 25%;
	margin: 0 auto;
	background-color: #bda72d;
	background-image: linear-gradient(141deg, #b19809 0%, #d4bb33 51%, #bda72d 75%);
	padding: 30px 20px;
	border-radius: 10px;
}
.syca_permissionBoxContentsMsg {
	font-size: 0.55em;
	color: #ffffff;
	margin: 0px;
}
#syca_setDirURL, #syca_setMovTktURL {
	background: #CC3A11;
	border: 1px solid #d2d2d2;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
	border-color: #dedede;
	color: #ffffff;
	font-size: 0.50em;
	padding: 5px 15px;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}
.syca_permissionBoxClose {
	position: absolute;
	right: 6px;
	top: 5px;
	display: flex;
	cursor: pointer;
}
.permissionBoxCloseImgIcon {
	height: 25px;
	width: 25px;
	position: relative;
}
.syca_removeBottomBorder {
	border-bottom: 1px solid transparent !important;
}
/* main container */
.syca_mtsContainer{
   background: #0e0e0e;
   /* background-image: url("../images/bg.jpg"); */
   background-size: 100%;
   font-size: calc(1em + 1vw);
   text-transform: uppercase;
   background-repeat: repeat;
   -webkit-user-select: none; /* Safari */
   -ms-user-select: none; /* IE 10+ and Edge */
   user-select: none; /* Standard syntax */
}
/* filter title */
.syca_topFilterTitle {
   color: #FFFFFF;
   margin: 0px auto 5px auto;
   font-size: 0.5em;
   padding-left: 15px;
}
/* date select title */
.syca_dateSelectTitle {
   color: #FFFFFF;
   margin: 5px auto 0px auto;
   font-size: 0.5em;
   padding-left: 15px;
   display: none;
}
/* fromat filter title */
.syca_formatFilterTitle {
   color: #ffffff;
   margin: 0px auto 0px auto;
   font-size: 0.5em;
   /* text-align: center; */
}
/* timing filter title */
.syca_timingFilterTitle {
   color: #FFFFFF;
   margin: 0px auto 0px auto;
   font-size: 0.5em;
   /* text-align: center; */
}

/* fliter dropdown panel */
.syca_topFilterPanel {
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}
/* autocomplete input box */
#syca_topAutocompleteFilterInput {
   border: 1px solid #ce8d8d;
   background-color: #FFFFFF;
   color: #000000;
   /* -moz-box-shadow:    inset 0 0 3px #272727;
   -webkit-box-shadow: inset 0 0 3px #272727;
   box-shadow:         inset 0 0 3px #272727; */
   text-transform: uppercase;   
   font-size: 0.7em;
   outline: none !important;
}

.syca_topAutoCompleteFilterIconWrapper{
   position: absolute;
   right: 0px;
   top: 0px;
   background-color: #fdbc00;
   padding: 0px 20px;
   background-image: url(../../assets/images/searchicon.png);
   background-repeat: no-repeat;
   height: calc(100% - 6px);
   /* width: 100%; */
   background-position: center;
   margin: 3px;
   cursor: pointer;
   /* border-radius: 7px; */
}

#syca_topAutocompleteFilterInput::placeholder{
   color: #757575;
}
#syca_topAutocompleteFilterInput:hover, #syca_topAutocompleteFilterInput:active, #syca_topAutocompleteFilterInput:visited, #syca_topAutocompleteFilterInput:focus {
	/* border: 1px solid #696969; */
	outline: none;
}
.syca_topAutoCompleteFilter-items {
	font-size: 0.6em;
}
.syca_topAutoCompleteFilter-items div {
   background-color: #ffffff;
	border-bottom: 1px solid #d4d4d4;
}
.syca_topAutoCompleteFilter-items div:hover {
   background-color: #c3780e;
	color: #ffffff;
}
.syca_topAutoCompleteFilter-active {
   background-color: #c3780e !important;
	color: #ffffff !important;
}
.pac-container {
	letter-spacing: 1px;
   text-transform: uppercase;
}
.pac-card {
	margin: 10px 10px 0 0;
	border-radius: 2px 0 0 2px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}
.pac-container:after {
	background-image: none !important;
	height: 0px;
}
/* dropdown select */
.syca_topDropdownFilter select {
	border: 1px solid #8f5715;
	background: url(../../assets/images/syca_dropdownArrow.png) no-repeat #8f5715;
	background-position: 96%;
    text-transform: uppercase;
	font-size: 0.45em;
	color: #000000;
}
.syca_topDropdownFilter select:hover, .syca_topDropdownFilter select:active, .syca_topDropdownFilter select:visited, .syca_topDropdownFilter select:focus {
	border: 1px solid #8f5715;
	outline: none;
}
/* datebox slider */
.syca_dateBoxSlider .syca_dateBoxInner {
	/* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
	color: #FFFFFF;
    border: 1px solid #ffffff;
	line-height: 1;
	border-radius: 7px;
}
.syca_dateBoxSlider .syca_dateBoxInner.active {
    background-image: linear-gradient(#ffb602, #ffd801);
   color: #ffffff;
   border:1px solid #FFC20F;
   /* background: transparent; */
}
.syca_dateBoxSlider .syca_dateBoxInner:hover {
   color: #ffffff;
   border:1px solid #FFC20F;
   background-image: linear-gradient(#ffb602, #ffd801);
 }
.syca_dateBoxSlider .syca_dateBoxInner.active:after {
	content: '';
	position: absolute;
	margin-left: 20px;
	width: 0;
	bottom: 0px;
	height: 0;
   border-top: solid 10px #FFC20F;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}
.syca_dateDay {
	margin: 0px 0px 5px 0px;
	font-size: 0.6em;
	text-align: center;
	font-weight: bold;
}
.syca_dateMonth {
	margin: 7px 0px 7px 0px;
	font-size: 0.5em;
	text-align: center;
}
.syca_date {
	margin: 5px 0px 0px 0px;
	font-size: 0.5em;
	text-align: center;
	font-weight: bold;
}
.syca_datePanelArrow {
	bottom: 14px;
	padding: 0;
	position: absolute;
	top: 14px;
	z-index: 1;
	/* height: 100%; */
   /* background: #25322a; */
	opacity: 0.95;/* border-radius: 5px; */
}
.syca_datePanelArrow:active, .syca_datePanelArrow:focus, .syca_datePanelArrow:hover {
	outline: none;
}
.syca_datePanelArrowBtn:active, .syca_datePanelArrowBtn:focus, .syca_datePanelArrowBtn:hover {
	outline: none;
}
.syca_datePanelArrowBtn {
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 100%;
	padding: 0px;
}
#syca_datePanelArrowLeftBtn {
	display: none;
	background: url(../../assets/images/left_arrow1.png);
	background-repeat: no-repeat;
	width: 20px;
	background-position: center;
	background-size: 100%;
}
#syca_datePanelArrowRightBtn {
	background: url(../../assets/images/right_arrow1.png);
	background-repeat: no-repeat;
	width: 20px;
	background-position: center;
	background-size: 100%;
}
/* theater details panel */
.syca_theaterDetailsAccordian .syca_theaterDetails {
   /* background-color: #b37a3a;
   background-image: linear-gradient(141deg, #b37a3a 0%, #de7d0c 51%, #b37a3a 75%); */
   background-color: #cec9cf;
    /* background-image: linear-gradient(141deg, #e0c75f 0%, #d8a431 51%, #bf962d 75%); */
}
.syca_theaterName {
  color: #540524;
	margin: 0px;
	font-size: 0.7em;
	-webkit-transition: font-size .4s, line-height .4s;
	transition: font-size .4s, line-height .4s;
	margin-right: 15px;
	font-weight: bold;
    /* line-height: 1.7rem; */
}
.syca_theaterNameAddress {
	padding-left: 60px;
}
.syca_theaterIcon {
	width: 48px;
	height: 48px;
	float: left;
	margin: 0px 15px 15px 0px;
   /* box-shadow: 0px 1px 1px 2px rgba(105, 105, 105, 0.5);
   background-image: linear-gradient(to right top, #171717, #696969);*/
   border-radius: 7px; 
   padding: 2px;
   /* background: #cacdba; */
   border: 1px solid #ce8d8d;
   background-color: #fdbc00;
}
@-webkit-keyframes syca_theaterDetailsStripHover {
 0% {
 background: rgba(251,204,90,.5)
}
 30% {
 background: rgba(251,204,90,.7)
}
 60% {
 background: rgba(251,204,90,.9)
}
 100% {
 background-image: linear-gradient(141deg, #f4be3b 0%, #fbcc5a 51%, #f4be3b 75%);
}
}
.syca_theaterDetails.active {
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
}
.syca_theaterAddress {
  color: #540524;
	margin: 0px;
	font-size: 0.45em;
	font-weight: 400;
   font-style: italic;
	line-height: normal;
}
.syca_theaterFormat {
	color: #dbdbdb;
	margin: 0px;
	font-size: 0.6em;
	font-weight: 400;
	line-height: normal;
}
.syca_theaterDistance {
  color: #540524;
	margin: 0px;
	font-size: 0.55em;
	margin-top: 2px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-left: 5px;
	line-height: normal;
}
.syca_theaterDistance img {
	margin-right: 10px;
	margin-bottom: -2px;
}
.syca_getDirection {
   color: #540524;
	margin: 0px;
	font-size: 0.45em;
	margin-top: 2px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: normal;
   border: 1px solid #ce8d8d;
	padding: 5px 40px 5px 10px;
	background: url(../../assets/images/google_direction.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
   border-radius: 7px;
   background-color: #ffffff;
}
.syca_theaterDetailsAccordianMain .syca_theaterDetails.active .syca_getDirection{
	color: #107168;
    border: 1px solid #107168;
	background-image: url(../../assets/images/google_direction_active.png);
	border-radius: 7px;
}
.syca_getDirection img {
	margin-left: 20px;
	vertical-align: text-bottom;
}
.syca_movieTimingTitle {
   color: #540524;
	margin: 0px;
	font-size: 0.5em;
	font-weight: 400;
	margin-left: 5px;
	line-height: normal;
}
.syca_movieFormatNameTitle {
   color: #540524;
	margin: 0px;
	font-size: 0.55em;
	font-weight: 400;
	margin-left: 5px;
	margin-top: 5px;
	line-height: normal;
}
.syca_movieFormatName {
   color: #540524;
}
.syca_theaterVendorInfoTitle {
  color: #540524;
	margin: 0px;
	font-size: 0.5em;
	font-weight: 400;
	margin-left: 5px;
	line-height: normal;
}
.syca_theaterDetails.active .syca_movieFormatName {
	color: #1c847f;
}
.syca_theaterDetails.active .syca_getDirection {
	color: #107168;
	border: 1px solid #107168;
}
.syca_theaterDetails.active .syca_movieTimingTitle {
  color: #540524;
}
.syca_theaterDetails.active .syca_movieFormatNameTitle {
   color: #540524;
}
.syca_theaterDetails.active .syca_theaterAddress {
  color: #540524;
}
.syca_theaterDetails.active .syca_theaterDistance {
   color: #540524;
}
.syca_theaterDetails.active .syca_movieTimingBtn {
	/* color: #a9550c; */
	/* border: 2px solid #ca8b53; */
}
.syca_theaterDetailsAccordianMain .syca_theaterDetails.active {
	background-image: linear-gradient(#ffb602, #ffd801);
   /* border-bottom: 5px solid #414141;
   background-image: linear-gradient(141deg, #414141 0%, #5a5a5a 51%, #414141 75%); */
   color:#cacdba;   
   /* border: 1px solid #000000; */
   box-shadow: 0 0 5px #000000;
  
}
.syca_theaterDetailsAccordianMain .syca_theaterDetails.active .syca_theaterName {
   color:#540524;
}
.syca_theaterDetailsAccordianMain .syca_theaterDetails.active  .syca_getDirection{
   color:#540524;
   border: 1px solid #ce8d8d;
   background: url(../../assets/images/google_direction.png) #ffffff;
   background-repeat: no-repeat;
   background-position: center right 10px;
}
.syca_theaterDetailsAccordianMain .syca_theaterDetails.active .syca_movieFormatName{
   color: #540524;
}
.syca_theaterDetailsAccordianMain .syca_theaterDetails.active .syca_theaterIcon{
   background: #000000;
}
.syca_theaterSubDetails{
   background-color:transparent;
   /* border: 1px solid #cacdba;
   border-top: none; */
    /* border-bottom: none; */
    /* background-image: linear-gradient(141deg, #333333 0%, #6b6b6b 51%, #313131 75%); */
}
.syca_movieTimingBtn {
   /* background-image: linear-gradient(to right top, #ff3c00, #ff6c00);
   border: 1px solid #9c0000;
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
   border-color: #860303; */
   box-shadow: 3px 3px 0px #4b2206;
   background: #ffffff;
	border-radius: 7px;
   border: 2px solid #ffffff;
   color: #7e4b03;
   font-size: 0.5em;
   -webkit-user-select: none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -ms-user-select: none;
   /* transition: 0.25s; */
}
/* .syca_movieTimingBtn:hover{
   box-shadow: 0 0.5em 0.5em -0.4em #CC3A11;
   transform: translateY(-0.25em);
} */
/* .syca_theaterDetailsAccordianMain .syca_theaterDetails.active .syca_movieTimingBtn{
   background: #225886;
   border: 2px solid #225886;
   box-shadow: 3px 3px 0px #17222c;
	 color: #FFFFFF;
} */
.syca_movieTimingBtn.active{
   background: #c08e1f;
   color: #ffffff;
   border: 2px solid #ffffff;
 }
 .syca_movieTimingBtn:hover{
   background: #540524;
   color: #ffffff;
   border-color: #ffffff;
 }

 .syca_theaterDetailsAccordianMain .syca_theaterDetails.active .syca_movieTimingBtn:hover{
   background: #540524;
   color: #ffffff;
   border-color: #ffffff;
 }

.syca_movieTimingBtnDisabled{
  cursor: auto;
   opacity: 0.5;
 }

  .syca_movieTimingBtnDisabled:hover{
	box-shadow: 3px 3px 0px #17222c;
    background: #225886 !important;
    border-radius: 3px;
    border: 2px solid #225886  !important;
    color: #FFFFFF  !important;
  } 
  .syca_theaterDetailsAccordianMain .syca_theaterDetails.active .syca_movieTimingBtnDisabled:hover{
	box-shadow: 3px 3px 0px #17222c;
    background: #225886 !important;
    border-radius: 3px;
    border: 2px solid #225886  !important;
    color: #FFFFFF  !important;
}
.syca_theaterVendorBtn {
	/* background: #5f1a02; */
   border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 0.5em;
}
.syca_movieInformation {
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	width: 80%;
	margin: 20px auto;
}
.syca_noDataOnFilter {
	text-align: center;
	font-size: 0.6em;
    color:#FFFFFF;
	width: 80%;
	margin: 20px auto;
	display: none;
}
.syca_moreMovieShowTimes {
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	margin: 40px 10px 10px 10px;
	line-height: normal;
	font-weight: bold;
}
/* go to top button */
#syca_topStickyBar {
	display: none;
	z-index: 1;
	border: none;
	outline: none;
   background-color: #502304;
	color: white;
	cursor: pointer;
	position: absolute;
	font-size: 0em;
	bottom: 2%;
	right: 4%;
	border-radius: 50%;
}
/* MTS Loader */
.syca_mtsLoader div {
	position: absolute;
	border: 4px solid #ffffff;
	opacity: 1;
	border-radius: 50%;
	animation: syca_mtsLoader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
/* Map Loader */
.syca_MapLoader div {
	position: absolute;
   border: 4px solid #ffffff;
	opacity: 1;
	border-radius: 50%;
	animation: syca_mtsLoader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
/* map outer panel */
.syca_mapLocationPanel {
	position: relative;/* background: rgba(48, 49, 49, 0.4); */
}
/* show more cities */
.syca_moreMovieShowsListElement {
	padding: 5px;
   border: 1px solid #c3780e;
   background-color:#c3780e;
   color: #ffffff;
	border-radius: 7px;
	margin: 5px;
	cursor: pointer;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}
.syca_moreMovieShowsListElement:hover {
   color: #ffffff;
   background: #540524;
   border: 1px solid #540524;
}
#loadMore {
	padding: 5px 20px;
    cursor: pointer;
    background: #ffb602;
    width: auto;
    margin: 10px auto;
    position: relative;
    border-radius: 7px;
    font-size: 0.6em;
    text-align: center;
    color: #540524;
    opacity: 0;
    display: inline-block;
    border: 1px solid #737173;
   
}

#loadMore:hover{
   color: #ffffff;
   background: #540524;
   border: 1px solid #540524;
}
.loadMoreDevices:hover{
   color: #ffffff !important;
   background: #540524 !important;
   border: 1px solid #540524 !important;
}
.syca_loadMoreOuter{
   text-align: center;
   padding-bottom: 20px;
}

#syca_moreMovieShowsList{
   font-size: 0.55em;
   color: #cacdba;
}
#syca_moreMovieShowsMain li {
	display: none;
}
.syca_moreMovieShowsDist {
	font-size: 0.74em;
	margin-left: 5px;
}
/* Format list */
#syca_formatFilter {
	font-size: 0.45em;
   color: #e4e4e4;
}
.syca_formatFilterListElement {
	padding: 5px 5px 5px 0px;
   /* border: 1px solid #a78f0d;
   background-color: #8f5715; */
   /* border-radius: 5px; */
   margin:  0px 5px 5px 0px;
   color: #e4e4e4;
   cursor: pointer;
   display: inline-block !important;
   -webkit-user-select: none; /* webkit (safari, chrome) browsers */
   -moz-user-select: none; /* mozilla browsers */
   -khtml-user-select: none; /* webkit (konqueror) browsers */
   -ms-user-select: none; /* IE10+ */
}
.syca_formatFilterListWrapper {
	display: inline-block;
}
.syca_formatFilterListWrapper input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.syca_formatFilterListWrapper label {
	position: relative;
	cursor: pointer;
}
.syca_formatFilterListWrapper label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
   border: 1px solid #ffffff;   
	padding: 15px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 7px;
}
.syca_formatFilterListWrapper input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: 7px;
	width: 100%;
	height: 100%;
	background: url(../../assets/images/checkboxcheck.png) no-repeat;
}
/* Timing list */
#syca_timingFilter {
	font-size: 0.45em;
   color: #cacdba;
}
.syca_timingFilterListElement {
	padding: 5px 5px 5px 0px;
   /* border: 1px solid #a78f0d;
   background-color: #8f5715;
   border-radius: 5px; */
   margin: 0px 5px 5px 0px;
   color: #e4e4e4;
   cursor: pointer;
   display: inline-block !important;
   -webkit-user-select: none; /* webkit (safari, chrome) browsers */
   -moz-user-select: none; /* mozilla browsers */
   -khtml-user-select: none; /* webkit (konqueror) browsers */
   -ms-user-select: none; /* IE10+ */
}
.syca_timingFilterListWrapper {
	display: inline-block;
}
.syca_timingFilterListWrapper input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.syca_timingFilterListWrapper label {
	position: relative;
	cursor: pointer;
}
.syca_timingFilterListWrapper label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
   border: 1px solid #ffffff;   
	padding: 15px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 7px;
}
.syca_timingFilterListWrapper input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
   top: 12px;
	left: 7px;
	width: 100%;
	height: 100%;
	background: url(../../assets/images/checkboxcheck.png) no-repeat;
}
/* JScroll Pane */
#syca_mtsDetailsPanelForScroll .jspVerticalBar {
	width: 8px;
	border-radius: 10px;
	background: #dde;
	margin-right: 5px;
}
#syca_mtsDetailsPanelForScroll .jspTrack {
	width: 8px;
	border-radius: 10px;
   background: #ffffff;
}
#syca_mtsDetailsPanelForScroll .jspDrag {
	width: 8px;
	border-radius: 10px;
   background: #c3780e;
}


/* Movie time button hover animation css*/
.hvr-shutter-out-verticalMovTime {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0px 1px 2px 2px rgba(37, 37, 37, 0.8);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
}
.hvr-shutter-out-verticalMovTime:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: -2px;
	right: -2px;
	border-radius: 5px;
	background: #ffffff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	color: #000000;
}
.hvr-shutter-out-verticalMovTime:hover, .hvr-shutter-out-verticalMovTime:focus, .hvr-shutter-out-verticalMovTime:active {
	color: #000000;
	background-color: #ff4300;
}
.hvr-shutter-out-verticalMovTime:hover:before, .hvr-shutter-out-verticalMovTime:focus:before, .hvr-shutter-out-verticalMovTime:active:before {
	-webkit-transform: scaleY(1.15);
	transform: scaleY(1.15);
}
/* Movie format button hover animation css*/
.hvr-shutter-out-verticalMovFormat {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.hvr-shutter-out-verticalMovFormat:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: -1px;
	right: -1px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	background-image: linear-gradient(to right top, #a3391b, #994013, #8f450d, #864a08, #7c4d07);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-out-verticalMovFormat:hover, .hvr-shutter-out-verticalMovFormat:focus, .hvr-shutter-out-verticalMovFormat:active {
	color: #ffffff;
	background-color: transparent;
}
.hvr-shutter-out-verticalMovFormat:hover:before, .hvr-shutter-out-verticalMovFormat:focus:before, .hvr-shutter-out-verticalMovFormat:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.syca_triggerToTickets {
	cursor: pointer;
}

@media only screen and (max-width : 1280px) {
.syca_permissionBoxContents {
	width: 30%;
}
}
@media only screen and (max-width : 1024px) {
	.syca_theaterDistance {
		margin-top: 5px;
	}
}
@media only screen and (max-width : 992px) {
.syca_mapCloseOnlyForMbile {
	position: absolute;
	z-index: 9;
	/* background-image: linear-gradient(to right top, #a3391b, #994013, #8f450d, #864a08, #7c4d07);; */
	cursor: pointer;
	right: 40px;
	top: 7px;
	border-radius: 10px;
	padding: 0px;
	font-size: 0.7em;
	background: #626363;
}
#syca_topStickyBar {
	display: none !important;
}
.syca_timingFilterListWrapper label:before {
	padding: 10px;
}
.syca_timingFilterListWrapper input:checked + label:after {
	top: 9px;
	left: 4px;
	width: 15px;
	height: 15px;
	background-size: contain;
}
.syca_formatFilterListWrapper label:before {
	padding: 10px;
}
.syca_formatFilterListWrapper input:checked + label:after {
	top: 9px;
	left: 4px;
	width: 15px;
	height: 15px;
	background-size: contain;
}
/* #loadMore{
   width: 290px;
} */

#syca_topAutocompleteFilterInput {
	font-size: 0.60em;
}
.syca_topDropdownFilter select {
	font-size: 0.60em;
}
.syca_permissionBoxContents {
	width: 44%;
}
.permissionBoxCloseImgIcon {
	top: 0px;
}
.syca_movieTimingTitle {
	margin-top: 10px;
}
}

@media only screen and (max-width : 736px) {
.syca_theaterIcon {
	width: 32px;
	height: 32px;
}
.syca_theaterNameAddress {
	padding-left: 44px;
}
}

@media only screen and (max-width : 767px) {
.syca_permissionBoxContents {
	width: 80%;
}
.syca_permissionBoxContentsMsg {
	font-size: 0.6em;
}
#syca_setDirURL, #syca_setMovTktURL {
	font-size: 0.55em;
}
#syca_moreMovieShowsList, #loadMore {
	/*font-size: 0.53em;*/
	font-size: 14px;
}
#loadMore{
	margin: 10px 15px;
}
}

@media screen and (max-width:450px) {
body {
	font-size: 24px;
}
.syca_movieTimingPanel {
	margin-left: 39px;
}
}
@media screen and (max-width:766px) {
	.syca_movieTimingPanel {
		margin-left: 44px;
	}
}
@media (max-width: 992px) and (min-width: 767px){
	.syca_movieTimingPanel {
		margin-left: 60px;
	}
}

@media only screen and (max-width : 1024px) {
	.syca_dateBoxSlider .syca_dateBoxInner:hover{
	   color: #FFFFFF;
	   /* border: 1px solid #FFFFFF; 
	   background: transparent;  */
	 }

	 .syca_mtsContainer{
		 background-position: center center;
		 background-size: cover;
	 }

		
 }

 @media only screen and (max-width : 992px) {	

	#loadMore:hover {
		color: #ffffff !important;
		background: #ffb602 !important;
		border-color: #ffb602 !important;
	}
	.syca_moreMovieShowsListElement:hover {
		color: #ffffff !important;
		background: #c3780e !important;
		border: 1px solid #c3780e !important;
	}

	.syca_topAutoCompleteFilter-items
	{
		padding-left: 0px !important;
	}
	
	
 }

 @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	#loadMore:hover {
		color: #ffffff !important;
		background: #ffb602 !important;
		border: 1px solid #ffb602 !important;
	}
	.syca_moreMovieShowsListElement:hover {
		color: #ffffff !important;
		background: #c3780e !important;
		border: 1px solid #c3780e !important;
	}
  }