* {
   margin: 0;
   padding: 0;
   position: absolute;
}

body {
   font-family: 'Nunito Sans', sans-serif;
}

.no_events,
svg {
   pointer-events: none;
}

#preloader-icon {
   background-size: cover;
   position: absolute;
   width: 20px;
   height: 20px;
   top: calc(50% - 10px);
   left: calc(50% - 10px);
   animation: preloader 1s ease-out infinite
}

.line {
   stroke: #f2c9a7;
   stroke-width: 1.5;
}

@keyframes preloader {
   0% {
      transform: rotate(0deg);
   }

   100% {
      transform: rotate(360deg)
   }
}

#preloader {
   background: black;
}

.syca_main {
   text-transform: uppercase;
   overflow: hidden;
}

.container {
   width: 970px;
   height: 250px;
}

#border {
   position: absolute;
   width: calc(100% - 2px);
   height: calc(100% - 2px);
   border: 1px solid #c26200;
}

.syca_banner {
   height: 250px;
}

.syca_banner>img {
   width: 970px;
   height: 250px;
   object-fit: cover;
}

.syca_theatersShowTiming {
   width: 100%;
   height: 100%;
   top: auto;
   bottom: 0;
   cursor: pointer;
}

.syca_theaters {
   display: inline-block;
   width: 246px;
   height: 67px;
   bottom: 61px;
   right: 24px;
   cursor: pointer;
   overflow: hidden;
   top: auto;
}

.syca_theaterNames {
   position: relative;
   color: #ffffff;
   font-size: 15px;
   width: 92%;
   text-align: center;
   top: 35px;
   height: 20px;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
   margin: 0 auto;
}

.syca_showTimes {
   color: #976b3e;
   font-size: 12px;
   cursor: pointer;
   width: 54px;
   position: relative;
   height: 100%;
   margin: 31px auto 0;
}

.seeMore,
.cta {
   position: absolute;
   width: 88px;
   height: 36px;
   top: 202px;
   left: 192px;
   overflow: hidden;
}

.cta_off,
.cta_on {
   position: absolute;
   width: 100%;
   height: 100%;
}

.cta_on {
   opacity: 0;
}

.cta_border {
   width: calc(100% - 2px);
   height: calc(100% - 2px);
   pointer-events: none;
   border: 1px solid #F83B28;
}

#resolve_rollover {
   opacity: 0;
}

.syca_main {
   -webkit-touch-callout: none;
   /* iOS Safari */
   -webkit-user-select: none;
   /* Safari */
   -khtml-user-select: none;
   /* Konqueror HTML */
   -moz-user-select: none;
   /* Old versions of Firefox */
   -ms-user-select: none;
   /* Internet Explorer/Edge */
   user-select: none;
   /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
