/* IE browser message */
.sycanew_IEMsgDiv {
  background-color: #171717;
}
.sycanew_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*/
.sycanew_permissionBox {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(48, 49, 49, 0.8);
}
.sycanew_permissionBoxContents {
  position: relative;
  text-align: center;
}
.sycanew_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;
}
.sycanew_permissionBoxContentsMsg {
  font-size: 0.55em;
  color: #ffffff;
  margin: 0px;
}
#sycanew_setDirURL, #sycanew_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+ */
}
.sycanew_permissionBoxClose {
  position: absolute;
  right: 6px;
  top: 5px;
  display: flex;
  cursor: pointer;
}
.permissionBoxCloseImgIcon {
  height: 25px;
  width: 25px;
  position: relative;
}
.sycanew_removeBottomBorder {
  border-bottom: 1px solid transparent !important;
}
/* main container */
.sycanew_mtsContainer {
  background: #000000;
  /*font-family: "Helvetica Now Text W05";
   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 */
.sycanew_topFilterTitle {
  color: #FFFFFF;
  margin: 0px auto 5px auto;
  font-size: 0.5em;
  padding-left: 15px;
}
/* date select title */
.sycanew_dateSelectTitle {
  color: #FFFFFF;
  margin: 5px auto 0px auto;
  font-size: 0.5em;
  padding-left: 15px;
  display: none !important;
}
/* fromat filter title */
.sycanew_formatFilterTitle {
  color: #ffffff;
  margin: 0px auto 0px auto;
  font-size: 0.5em;
  /* text-align: center; */
  display: none;
}
/* timing filter title */
.sycanew_timingFilterTitle {
  color: #FFFFFF;
  margin: 0px auto 0px auto;
  font-size: 0.5em;
  /* text-align: center; */
  display: none;
}
/* fliter dropdown panel */
.sycanew_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 */
#sycanew_topAutocompleteFilterInput {
  border: 1px solid #FFFFFF;
  background-color: #000000;
  color: #ffffff;
  /* -moz-box-shadow:    inset 0 0 3px #272727;
   -webkit-box-shadow: inset 0 0 3px #272727;
   box-shadow:         inset 0 0 3px #272727;
   font-size: 0.7em; */
  font-family: "Trade Gothic W05";
  text-transform: uppercase;
  outline: none !important;
}
/*.sycanew_topAutoCompleteFilterIconWrapper {
	border: 2px solid #FFFFFF;
	outline: none !important;
	background: #FFFFFF;
	text-align: center;
	color: #000000;
	border-radius: 0;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 11px 20px 10px;
	font-family: "Helvetica Now Text W05";
	margin-left: -5px;
}
.sycanew_topAutoCompleteFilterIconWrapper{
   position: absolute;
   right: 0px;
   top: 0px;
   background-color: #103158;
   padding: 0px 20px;
   background-image: url(../../assetsNew/images/searchicon.png);
   background-repeat: no-repeat;
   height: calc(100% - 6px);
   /* width: 100%; */
/* background-position: center;
   margin: 3px;
   cursor: pointer;
}*/
.sycanew_topAutoCompleteFilterIconWrapper {
  background: #FFFFFF;
  color: #000000;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Trade Gothic W05";
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  width: 95px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sycanew_topAutocompleteFilterInput::placeholder {
  color: #eeeeee;
}
#sycanew_topAutocompleteFilterInput:hover, #sycanew_topAutocompleteFilterInput:active, #sycanew_topAutocompleteFilterInput:visited, #sycanew_topAutocompleteFilterInput:focus {
  /* border: 1px solid #696969; */
  outline: none;
}
.sycanew_topAutoCompleteFilter-items {
  font-size: 0.6em;
}
.sycanew_topAutoCompleteFilter-items div {
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
}
.sycanew_topAutoCompleteFilter-items div:hover {
  background-color: #313131;
  color: #ffffff;
}
.sycanew_topAutoCompleteFilter-active {
  background-color: #313131 !important;
  color: #ffffff !important;
}
.pac-container {
  font-family: "Trade Gothic W05";
  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;
  font-family: "Trade Gothic W05";
}
.pac-container:after {
  background-image: none !important;
  height: 0px;
}
/* dropdown select */
.sycanew_topDropdownFilter select {
  border: 1px solid #8f5715;
  background: url(../../assetsNew/images/sycanew_dropdownArrow.png) no-repeat #8f5715;
  background-position: 96%;
  font-family: "Trade Gothic W05";
  text-transform: uppercase;
  font-size: 0.45em;
  color: #000000;
}
.sycanew_topDropdownFilter select:hover, .sycanew_topDropdownFilter select:active, .sycanew_topDropdownFilter select:visited, .sycanew_topDropdownFilter select:focus {
  border: 1px solid #8f5715;
  outline: none;
}
/* datebox slider */
.sycanew_dateBoxSlider .sycanew_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;
}
.sycanew_dateBoxSlider .sycanew_dateBoxInner.active {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important; /* background: transparent; */
}
.sycanew_dateBoxSlider .sycanew_dateBoxInner:hover {
  background-color: #FFFFFF;
  color: #000000;
}
/*.sycanew_dateBoxSlider .sycanew_dateBoxInner.active:after {
	content: '';
	position: absolute;
	margin-left: 20px;
	width: 0;
	bottom: 0px;
	height: 0;
   border-top: solid 10px #103158;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}*/
.sycanew_dateDay {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
}
.sycanew_dateMonth {
  display: block;
  font-size: 16px;
  text-align: center;
}
.sycanew_date {
  display: block;
  font-size: 16px;
  text-align: center;
}
.sycanew_datePanelArrow {
  /*bottom: 14px;*/
  bottom: 0;
  top: 0;
  padding: 0;
  position: absolute;
  /*top: 14px;*/
  z-index: 1;
  /* height: 100%; */
  /* background: #25322a; */
  opacity: 0.95; /* border-radius: 5px; */
}
.sycanew_datePanelArrow:active, .sycanew_datePanelArrow:focus, .sycanew_datePanelArrow:hover {
  outline: none;
}
.sycanew_datePanelArrowBtn:active, .sycanew_datePanelArrowBtn:focus, .sycanew_datePanelArrowBtn:hover {
  outline: none;
}
.sycanew_datePanelArrowBtn {
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 0px;
}
#sycanew_datePanelArrowLeftBtn {
  display: none;
  background: url(../../assetsNew/images/left_arrow1.png);
  background-repeat: no-repeat;
  width: 20px;
  background-position: center;
  background-size: 100%;
}
#sycanew_datePanelArrowRightBtn {
  background: url(../../assetsNew/images/right_arrow1.png);
  background-repeat: no-repeat;
  width: 20px;
  background-position: center;
  background-size: 100%;
}
/* theater details panel */
.sycanew_theaterDetailsAccordian .sycanew_theaterDetails {
  /* background-color: #b37a3a;
   background-image: linear-gradient(141deg, #b37a3a 0%, #de7d0c 51%, #b37a3a 75%);
   background-color: #214774;
    background-image: linear-gradient(141deg, #e0c75f 0%, #d8a431 51%, #bf962d 75%); */
}
.sycanew_theaterName {
  /* color: #d8dfe0;
	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; */
  font-size: 24px;
  margin: 0 0 3px;
}
.sycanew_theaterNameAddress {
  /*padding-left: 60px;*/
}
.sycanew_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: 5px;
  padding: 2px;
  /* background: #cacdba; */
  border: 1px solid #cacdba;
  display: none;
}
@-webkit-keyframes sycanew_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%);
  }
}
.sycanew_theaterDetails.active {
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
}
.sycanew_theaterAddress {
  color: #ffffff;
  font-weight: 400;
  line-height: normal;
  font-size: 14px;
  margin: 0 0 30px;
}
.sycanew_theaterFormat {
  color: #dbdbdb;
  margin: 0px;
  font-size: 0.6em;
  font-weight: 400;
  line-height: normal;
}
.sycanew_theaterDistance {
  color: #d8dfe0;
  margin: 0px;
  font-size: 0.50em;
  margin-top: 2px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-left: 10px;
  line-height: normal;
  display: none;
}
.sycanew_theaterDistance img {
  margin-right: 10px;
  margin-bottom: -2px;
}
.sycanew_getDirection {
  border-radius: 0;
  border: 2px solid #FFFFFF !important;
  outline: none !important;
  background-color: #FFFFFF;
  color: #000000;
  letter-spacing: 1px;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
.sycanew_theaterDetailsAccordianMain .sycanew_theaterDetails.active .sycanew_getDirection {
  /*color: #107168;
    border: 1px solid #107168;
    background-image: url(../../assetsNew/images/google_direction_active.png);*/
}
.sycanew_getDirection img {
  margin-left: 20px;
  vertical-align: text-bottom;
}
.sycanew_movieTimingTitle {
  color: #f7f0f0;
  margin: 0px;
  font-size: 0.5em;
  font-weight: 400;
  margin-left: 5px;
  line-height: normal;
  display: none;
}
.sycanew_movieFormatNameTitle {
  margin: 0 0 10px;
  font-size: 14px;
}
.sycanew_movieFormatName {
  color: #ffffff;
}
.sycanew_theaterVendorInfoTitle {
  color: #ffffff;
  margin: 0px;
  /* font-size: 0.5em; */
  font-size: 10px;
  font-weight: 400;
  margin-left: 5px;
  line-height: normal;
}
.sycanew_theaterDetails.active .sycanew_movieFormatName {
  color: #1c847f;
}
.sycanew_theaterDetails.active .sycanew_getDirection {
  color: #107168;
  border: 1px solid #107168;
}
.sycanew_theaterDetails.active .sycanew_movieTimingTitle {
  color: #ffffff;
}
.sycanew_theaterDetails.active .sycanew_movieFormatNameTitle {
  color: #ffffff;
}
.sycanew_theaterDetails.active .sycanew_theaterAddress {
  color: #ffffff;
}
.sycanew_theaterDetails.active .sycanew_theaterDistance {
  color: #ffffff;
}
.sycanew_theaterDetails.active .sycanew_movieTimingBtn {
  /* color: #a9550c; */
  /* border: 2px solid #ca8b53; */
}
.sycanew_theaterDetailsAccordianMain .sycanew_theaterDetails.active {
  /*background-color: #103158;
    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 10px #31393C; */
}
.sycanew_theaterDetailsAccordianMain .sycanew_theaterDetails.active .sycanew_theaterName {
  color: #ffffff;
}
.sycanew_theaterDetailsAccordianMain .sycanew_theaterDetails.active .sycanew_getDirection {
  border-radius: 0;
  border: 2px solid #FFFFFF !important;
  outline: none !important;
  background-color: #FFFFFF;
  color: #000000;
  letter-spacing: 1px;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 1.4;
}
.sycanew_theaterDetailsAccordianMain .sycanew_theaterDetails.active .sycanew_movieFormatName {
  color: #ffffff;
}
.sycanew_theaterDetailsAccordianMain .sycanew_theaterDetails.active .sycanew_theaterIcon {
  background: transparent;
}
.sycanew_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%); */
}
.sycanew_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: 4px 4px 0px #000000;*/
  box-shadow: 1px 1px 6px #000000;
  background: #225886;
  /*border-radius: 3px;*/
  border: 1px solid #225886;
  color: #FFFFFF;
  font-size: 0.5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; /* transition: 0.25s; */
}
/* .sycanew_movieTimingBtn:hover{
   box-shadow: 0 0.5em 0.5em -0.4em #CC3A11;
   transform: translateY(-0.25em);
} */
/* .sycanew_theaterDetailsAccordianMain .sycanew_theaterDetails.active .sycanew_movieTimingBtn{
   background: #225886;
   border: 2px solid #225886;
   box-shadow: 3px 3px 0px #17222c;
	 color: #FFFFFF;
} */
.sycanew_movieTimingBtn.active {
  background: #ffffff;
  color: #000000;
  border: 2px solid #ffffff;
}
.sycanew_movieTimingBtn:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.sycanew_theaterDetailsAccordianMain .sycanew_theaterDetails.active .sycanew_movieTimingBtn:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.sycanew_movieTimingBtnDisabled {
  cursor: auto;
  opacity: 0.5;
}
.sycanew_movieTimingBtnDisabled:hover {
  box-shadow: 3px 3px 0px #17222c;
  background: #225886 !important;
  border-radius: 3px;
  border: 2px solid #225886 !important;
  color: #FFFFFF !important;
}
.sycanew_theaterDetailsAccordianMain .sycanew_theaterDetails.active .sycanew_movieTimingBtnDisabled:hover {
  box-shadow: 3px 3px 0px #17222c;
  background: #225886 !important;
  border-radius: 3px;
  border: 2px solid #225886 !important;
  color: #FFFFFF !important;
}
.sycanew_theaterVendorBtn {
  /* background: #5f1a02; */
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.5em;
  border-radius: 5px;
}
.sycanew_movieInformation {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width: 80%;
  margin: 50px auto;
  text-transform: capitalize;
}
.sycanew_noDataOnFilter {
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  width: 80%;
  margin: 20px auto;
  display: none;
}
.sycanew_moreMovieShowTimes {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin: 40px 10px 10px 10px;
  line-height: normal;
  font-weight: bold;
}
/* go to top button */
#sycanew_topStickyBar {
  display: none;
  z-index: 1;
  border: none;
  outline: none;
  background-color: #31393C;
  color: white;
  cursor: pointer;
  position: absolute;
  font-size: 0em;
  bottom: 2%;
  right: 4%;
  border-radius: 50%;
}
/* MTS Loader */
.sycanew_mtsLoader div {
  position: absolute;
  border: 4px solid #ffffff;
  opacity: 1;
  border-radius: 50%;
  animation: sycanew_mtsLoader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
/* Map Loader */
.sycanew_MapLoader div {
  position: absolute;
  border: 4px solid #ffffff;
  opacity: 1;
  border-radius: 50%;
  animation: sycanew_mtsLoader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
/* map outer panel */
.sycanew_mapLocationPanel {
  position: relative; /* background: rgba(48, 49, 49, 0.4); */
}
/* show more cities */
.sycanew_moreMovieShowsListElement {
  padding: 5px;
  border: 1px solid #103158;
  background-color: #103158;
  color: #ffffff;
  border-radius: 5px;
  margin: 5px;
  cursor: pointer;
  box-shadow: 1px 1px 6px #000000;
  -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+ */
}
.sycanew_moreMovieShowsListElement:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #ffffff;
}
#syca_loadMore {
  padding: 5px 20px;
  cursor: pointer;
  background: #ffffff;
  width: auto;
  margin: 10px auto;
  position: relative;
  font-size: 14px;
  text-align: center;
  color: #000000;
  opacity: 0;
  display: inline-block;
  border: 1px solid #ffffff;
}
#syca_loadMore:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #ffffff;
}
#syca_hboMaxBtn {
  padding: 5px 20px;
  cursor: pointer;
  background: #ab050b;
  background: -webkit-linear-gradient(#fe010a, #ab050b);
  background: -o-linear-gradient(#fe010a, #ab050b);
  background: -moz-linear-gradient(#fe010a, #ab050b);
  background: linear-gradient(#fe010a, #ab050b);
  width: 50%;
  /*margin-left: 25%;*/
  margin-top: 10px;
  position: relative;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  border: 1px solid transparent;
  line-height: initial;
  -webkit-transition: .40s ease-in-out;
  -moz-transition: .40s ease-in-out;
  -o-transition: .40s ease-in-out;
  transition: .40s ease-in-out;
}
/*
#syca_hboMaxBtn:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #ffffff;
}
*/
.bookingOption-col:hover {
  -webkit-transition: .40s ease-in-out;
  -moz-transition: .40s ease-in-out;
  -o-transition: .40s ease-in-out;
  transition: .40s ease-in-out;
}
.bookingOption-col:hover #syca_hboMaxBtn {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}
.bookingOption-col:hover #syca_hboMaxBtn:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}
.syca_loadMoreDevices:hover {
  color: #000000 !important;
  background: #fbd21e !important;
  border: 1px solid #fbd21e !important;
}
.sycanew_loadMoreOuter {
  text-align: center;
  padding-bottom: 20px;
}
#sycanew_moreMovieShowsList {
  font-size: 0.55em;
  color: #cacdba;
}
#sycanew_moreMovieShowsMain li {
  display: none;
}
.sycanew_moreMovieShowsDist {
  font-size: 0.74em;
  margin-left: 5px;
}
/* Format list */
#sycanew_formatFilter {
  font-size: 0.8em;
  color: #e4e4e4;
}
.sycanew_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+ */
}
.sycanew_formatFilterListWrapper {
  display: inline-block;
}
.sycanew_formatFilterListWrapper input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.sycanew_formatFilterListWrapper label {
  position: relative;
  cursor: pointer;
}
.sycanew_formatFilterListWrapper label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #e4e4e4;
  padding: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}
.sycanew_formatFilterListWrapper input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 7px;
  width: 100%;
  height: 100%;
  background: url(../../assetsNew/images/checkboxcheck.png) no-repeat;
}
/* Timing list */
#sycanew_timingFilter {
  font-size: 0.45em;
  color: #cacdba;
}
.sycanew_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+ */
}
.sycanew_timingFilterListWrapper {
  display: inline-block;
}
.sycanew_timingFilterListWrapper input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.sycanew_timingFilterListWrapper label {
  position: relative;
  cursor: pointer;
}
.sycanew_timingFilterListWrapper label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #e4e4e4;
  padding: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}
.sycanew_timingFilterListWrapper input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 7px;
  width: 100%;
  height: 100%;
  background: url(../../assetsNew/images/checkboxcheck.png) no-repeat;
}
/* JScroll Pane */
#sycanew_mtsDetailsPanelForScroll .jspVerticalBar {
  width: 8px;
  border-radius: 10px;
  background: #dde;
  margin-right: 5px;
}
#sycanew_mtsDetailsPanelForScroll .jspTrack {
  width: 8px;
  border-radius: 10px;
  background: #ffffff;
}
#sycanew_mtsDetailsPanelForScroll .jspDrag {
  width: 8px;
  border-radius: 10px;
  background: #5a8e7f;
}
/* 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);
}
.sycanew_triggerToTickets {
  cursor: pointer;
}
@media only screen and (max-width : 1280px) {
  .sycanew_permissionBoxContents {
    width: 30%;
  }
}
@media only screen and (max-width : 1024px) {
  .sycanew_theaterDistance {
    /* display: block; */
    margin-top: 5px;
  }
}
@media only screen and (max-width : 992px) {
  .sycanew_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;
  }
  #sycanew_topStickyBar {
    display: none !important;
  }
  .sycanew_timingFilterListWrapper label:before {
    padding: 10px;
  }
  .sycanew_timingFilterListWrapper input:checked + label:after {
    top: 9px;
    left: 4px;
    width: 15px;
    height: 15px;
    background-size: contain;
  }
  .sycanew_formatFilterListWrapper label:before {
    padding: 10px;
  }
  .sycanew_formatFilterListWrapper input:checked + label:after {
    top: 9px;
    left: 4px;
    width: 15px;
    height: 15px;
    background-size: contain;
  }
  /* #syca_loadMore{
   width: 290px;
} */
  #sycanew_topAutocompleteFilterInput {
    font-size: 0.60em;
  }
  .sycanew_topDropdownFilter select {
    font-size: 0.60em;
  }
  .sycanew_permissionBoxContents {
    width: 44%;
  }
  .permissionBoxCloseImgIcon {
    top: 0px;
  }
  .sycanew_movieTimingTitle {
    margin-top: 10px;
  }
}
@media only screen and (max-width : 736px) {
  .sycanew_theaterIcon {
    width: 32px;
    height: 32px;
  }
  .sycanew_theaterNameAddress {
    /* padding-left: 44px; */
  }
  .sycanew_theaterDistance {
    margin-left: 5px;
  }
}
@media only screen and (max-width : 767px) {
  .sycanew_permissionBoxContents {
    width: 80%;
  }
  .sycanew_permissionBoxContentsMsg {
    font-size: 0.6em;
  }
  #sycanew_setDirURL, #sycanew_setMovTktURL {
    font-size: 0.55em;
  }
  #sycanew_moreMovieShowsList, #syca_loadMore, #syca_hboMaxBtn {
    /*font-size: 0.53em;*/
    font-size: 12px;
  }
  #syca_loadMore {
    margin: 10px 15px;
  }
  #syca_hboMaxBtn {
    /*margin: 10px 15px;*/
    margin: 7px 15px;
  }
  .bookingOption-hbomaxText {
    margin-top: 0px;
  }
  sycanew_loadMoreOuter {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:450px) {
  body {
    font-size: 24px;
  }
  .sycanew_movieTimingPanel {
    /* margin-left: 39px; */
  }
}
@media screen and (max-width:766px) {
  .sycanew_movieTimingPanel {
    /* margin-left: 44px; */
  }
}
@media (max-width: 992px) and (min-width: 767px) {
  #home .sycanew_movieTimingPanel {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width : 1024px) {
  .sycanew_dateBoxSlider .sycanew_dateBoxInner:hover {
    color: #FFFFFF;
    /* border: 1px solid #FFFFFF;*/
    background: transparent;
  }
}
@media only screen and (max-width : 992px) {
  #home #syca_loadMore:hover {
    color: #000000 !important;
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
  }
  #home #syca_hboMaxBtn:hover {
    color: #000000 !important;
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
  }
  #home .bookingOption-col:hover #syca_hboMaxBtn:hover {
    color: #000000 !important;
    background: #ffffff !important;
    border: 1px solid #000000 !important;
  }
  .sycanew_topAutoCompleteFilter-items {
    padding-left: 0px !important;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  #home #syca_hboMaxBtn:hover {
    color: #000000 !important;
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
  }
  #home #syca_loadMore:hover {
    color: #000000 !important;
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
  }
  #home .bookingOption-col:hover #syca_hboMaxBtn:hover {
    color: #000000 !important;
    background: #ffffff !important;
    border: 1px solid #000000 !important;
  }
}
@media only screen and (min-width : 2400px) {
  /*.sycanew_dateDay {
	font-size: 0.5em;
}*/
}
.sycanew_theaterDetailsAccordianInnerContentPod .sycanew_movieTimingPanel, .sycanew_theaterDetailsAccordianInnerContentPod .sycanew_movieTimings {
  opacity: 0 !important;
  height: 0;
  position: absolute;
  visibility: hidden;
}
.sycanew_theaterDetailsAccordianInnerContentPod .sycanew_getDirection {
  display: none !important;
}
.sycanew_theaterDetailsAccordianInnerContentPod .sycanew_theaterDistance {
  display: block !important;
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 14px;
}
.sycanew_theaterDetailsAccordianInnerContentPod .sycanew_theaterDetailsAccordianMain {
  cursor: pointer;
}
@media only screen and (max-width : 767px) {
  .sycanew_theaterDetailsAccordianInnerContentPod .sycanew_theaterDistance {
    position: relative;
    right: 0px;
    top: 0px;
  }
}