 /* Map Loader */
.syts_MapLoader div {
	position: absolute;
   border: 4px solid #ffffff;
	opacity: 1;
	border-radius: 50%;
	animation: syts_MapLoader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
 .syts_MapLoaderOuter {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #ffffff;
  background-color:#272727;
  z-index: 1;
}

.syts_MapLoader {  
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0px auto;
  top: calc(50% - 32px);
}

.syts_MapLoader div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes syts_MapLoader {
  0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
 }
  100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
 }
}

#map-canvas{
  height: 100%;
  width: 100%;
  outline: none !important;
}
.syts_movieBannerHalfImage {
  width: 100%;
  object-fit: contain;
  height: 250px;
}
/* Autocomplete box css start */
.syts_topAutoCompleteFilter-items {
	position: absolute;
	border-bottom: none;
	border-top: none;
	z-index: 9;
	top: 100%;
	left: 0;
    right: 0;
    font-size: 0.55em;
}
.syts_topAutoCompleteFilter-items div {
	padding: 6px 8px;
	cursor: pointer;
	color: #000000;
}
.syts_topAutoCompleteFilter-items div {
    background-color: #ffffff;
     border-bottom: 1px solid #d4d4d4;
 }
 .syts_topAutoCompleteFilter-items div:hover {
    background-color: #db0309;
     color: #ffffff;
 }
 .syts_topAutoCompleteFilter-active {
  background-color: #db0309 !important;
  color: #ffffff !important;
}
.syts_mapHalfWrapper{
  position: relative;
  width: 100%;
  height: 100%;
}
.gm-style .gm-style-iw-c{
  display:none;
}
.gm-style .gm-style-iw-t::after{
  display: none;
}
.gm-style-cc {
  display: none;
}

.markerTheaterLogo{
  width: 25px;
  height: 25px;
  top: 14px;
  position: relative;
  left: 9px;
}
.theaterMarker{
  position: absolute;
  cursor: pointer;
  width: 44px;
  height: 60px;
  background: url("../../assets/images/marker.png") 50%/contain no-repeat !important;
  opacity: 0.65;
}
.theaterMarker.active{
  background: url("../../assets/images/marker-active.png") 50%/contain no-repeat !important;
  opacity: 1;
}
.gm-style .gm-style-iw-c{
  display:none;
}
.gm-style .gm-style-iw-t::after{
  display: none;
}
@keyframes bounceIn{
  0%{
      opacity: 0;
      transform: scale(0.3) translate3d(0,0,0);
 }
  50%{
      opacity: 0.3;
      transform: scale(1.1);
 }
  80%{
      opacity: 0.6;
      transform: scale(0.89);
 }
  100%{
      opacity: 0.8;
      transform: scale(1) translate3d(0,0,0);
 }
}
.theaterMarker.active{
  z-index: 1;
  animation-name: bounceInActive;
  animation-duration:2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.removeAnimationIos{
  animation-name: none !important;
  transform: scale(1.5);
}
@keyframes bounceInActive{
  0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
 }
  40% {
      -webkit-transform: translateY(-30px);
      transform: scale(2);
 }
  60% {
      -webkit-transform: translateY(-15px);
      transform: scale(1.8);
 }
  100%{
      transform: scale(1.5);
 }
}

