/** Contents

-- Body
-- Headings
-- Sections
-- Hero
-- Content header
-- Scroll navigation
-- Nav
-- Dropdowns
-- Buttons
-- Movie slides
-- Tabs
-- Pill tabs
-- Accordion
-- Pill accordion
-- Single gallery
-- Call to Action
-- News
-- Comments
-- Pagination
-- Sidebar
-- Single movie
-- Show times
-- Movie ifo
-- Maps
-- Icon box
-- Form
-- News carousel
-- Footer
-- Keyframes
-- Custom
-- Policy

**/

/**  Body  **/


::-moz-selection {
  color: #fff;
  background: #0c9aba;
}

::selection {
  color: #fff;
  background: #0c9aba;
}

html,
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;

  height: 100%;
  

  color: #717171;
  text-shadow: 1px 1px 1px rgba(0,0,0,.004);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
a:active,
a:visited {
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;

  color: #0c9aba;
  outline: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;

  color: #ba9a56;
}

a:active,
a:focus {
  outline: none;
  box-shadow: none;
}

p {
  margin: 0 0 20px 0;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4em;

  position: relative;
text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0 0 20px 0;

  border-bottom: 1px solid #d8d8d8;
}

h2:after,
h3:after,
h4:after,
h5:after {
  position: absolute;
  right: auto;
  bottom: -1px;

  display: block;

  width: 125px;
  height: 4px;

  content: '';

  background-image: linear-gradient(to right, #10c5e2, #0c9aba);
}

h2.no-underline,
h3.no-underline,
h4.no-underline,
h5.no-underline {
  padding: 0;

  border-bottom: none;
}

h2.no-underline:after,
h3.no-underline:after,
h4.no-underline:after,
h5.no-underline:after {
  display: none;
}

h2 {
  font-size: 18px;

  margin-bottom: 40px;

  letter-spacing: 1.7px;
  text-transform: uppercase;

  color: #0c9aba;
}

h3 {
  font-size: 24px;
  font-weight: 300;

  letter-spacing: 1px;

  color: #101010;
}

span.title {
  font-size: 14px;

  letter-spacing: 2px;
  text-transform: uppercase;

  color: #10c5e2;
}

*:focus {
  outline: none;
  box-shadow: none;
}

blockquote {
  font-size: 18px;

  position: relative;

  min-height: 135px;
  margin: 45px 0;
  padding: 30px 30px 30px 135px;

  color: #4a4a4a;
  border: solid 1px #d8d8d8;
}

blockquote:before {
  font-family: 'Material Icons';
  font-size: 24px;
  font-size: 50px;
  font-style: normal;
  line-height: 1;
  line-height: 75px;

  position: absolute;
  top: 30px;
  left: 30px;

  display: inline-block;
  overflow: hidden;

  width: 24px;
  width: 75px;
  height: 24px;
  height: 75px;

  content: '\e244';
  text-align: center;
  text-transform: none;

  color: #fff;
  border-radius: 50%;
  background-color: #0c9aba;

  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input:focus,
input:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
  border-color: #10c5e2;
  box-shadow: 0 0 15px rgba(251, 189, 97, .4);
}

hr.space-10 {
  display: block;

  height: 10px;
  margin: 0;

  border: none;
}

i.material-icons {
  display: inline-flex;

  vertical-align: middle;
}

.wrapper {
  overflow-x: hidden;
}

hr.space-40 {
  height: 40px;
  margin: 0;

  border: none;
}
.just_mobile{
  opacity: 0;
}
/**  Headings  **/

.heading .tel,
.heading .search {
  font-size: 14px;
  font-weight: bold;

  display: flex;
  float: right;

  color: #fff;
}

.heading .tel {
  margin-right: 15px;
}

.heading .search {
  padding-left: 15px;

  border-left: 1px dotted rgba(255, 255, 255, .5);
}

.heading .tel i,
.heading .search i {
  font-size: 17px;

  max-width: 17px;
  margin-right: 5px;

  color: #fff;
}

.heading .tel a,
.heading .search a {
  color: #fff;
}

/**  Sections  **/

.section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.negative-margin {
  margin-top: -140px;
}

.section.small-padding {
  padding: 60px 15px;
}

.border-top {
  border-top: 1px solid #d8d8d8;
}

.dark {
  position: relative;

  color: #fff;
  background: #101010;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  z-index: 1;
  margin-bottom: 60px;

  color: #fff;
  border-bottom-color: #333;
}

.remove-top-padding {
  padding-top: 0;
}

.remove-bottom-padding {
  padding-bottom: 0;
}

.right-align {
  text-align: right;
}

/**  Hero  **/

#hero {
  overflow: hidden;

  /* min-height: 600px; */
}

#hero .scroll,
#content_hero .scroll {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;

  margin-left: -45px;

  -webkit-animation: ScrollDown 1.5s infinite;
  -moz-animation: ScrollDown 1.5s infinite;
  -o-animation: ScrollDown 1.5s infinite;
  animation: ScrollDown 1.5s infinite;
}

#hero .carousel-inner,
#hero .carousel-inner .item {
  height: 100%;
  min-height: 600px;

  text-align: center;

  background-color: #000;
  background-position: center;
  background-size: cover;
}

#hero .carousel-inner .item:before,
#content_hero:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: block;

  content: '';

  background-image: -webkit-gradient(
linear,
    right bottom,
    right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(1, rgb(0, 0, 0))
    );
    background-image:      -o-linear-gradient(top, rgb(0, 0, 0) -19%, rgba(0, 0, 0, 0) 16%);
    background-image:    -moz-linear-gradient(top, rgb(0, 0, 0) -19%, rgba(0, 0, 0, 0) 16%);
    background-image: -webkit-linear-gradient(top, rgb(0, 0, 0) -19%, rgba(0, 0, 0, 0) 16%);
    background-image:     -ms-linear-gradient(top, rgb(0, 0, 0) -19%, rgba(0, 0, 0, 0) 16%);
    background-image:         linear-gradient(to top, rgb(0, 0, 0) -19%, rgba(0, 0, 0, 0) 16%);
  }

  #hero .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;

    margin: auto;

    -webkit-transform: none;
    -moz-transform: none;
    transform: none;

    align-items: center;
    justify-content: center;
  }

  #hero .container .blurb,
  #content_hero .container .blurb {
    position: relative;

    width: 100%;
    margin-top: 50px;

    -webkit-animation: Blurb .5s .5s forwards;
    -moz-animation: Blurb .5s .5s forwards;
    -o-animation: Blurb .5s .5s forwards;
    animation: Blurb .5s .5s forwards;
    text-align: left;

    opacity: 0;
  }

  #hero .container .blurb h1,
  #content_hero .container .blurb h1 {
    font-size: 52px;
    font-weight: 300;

    padding: 0;

    -webkit-animation: Heading .5s .5s forwards;
    -moz-animation: Heading .5s .5s forwards;
    -o-animation: Heading .5s .5s forwards;
    animation: Heading .5s .5s forwards;
    letter-spacing: 3px;

    opacity: 0;
    color: #fff;
    border: none;
  }

  #hero .container .blurb .buttons {
    -webkit-animation: Buttons .5s .5s forwards;
    -moz-animation: Buttons .5s .5s forwards;
    -o-animation: Buttons .5s .5s forwards;
    animation: Buttons .5s .5s forwards;

    opacity: 0;
  }

  #hero .container .blurb p,
  #content_hero .container .blurb p {
    font-size: 18px;

    color: #fff;
  }

  #hero .container .blurb .certificate,
  #content_hero .container .blurb .certificate {
    font-size: 13px;
    font-weight: bold;
    line-height: 48px;

    display: inline-block;

    width: 48px;
    height: 48px;
    margin-right: 8px;

    transform: translateY(2px);
    text-align: center;

    color: #fff;
    border: solid 2px #fff;
    border-radius: 50%;
  }

  /* Fade transition for carousel items */

  .carousel-fade .carousel-inner .item {
    transition-property: opacity;

    opacity: 0;
  }

  .carousel-fade .carousel-inner .active {
    opacity: 1;
  }

  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    z-index: 1;
    left: 0;

    opacity: 0;
  }

  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }

  .carousel-fade .carousel-control {
    z-index: 2;
  }

  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);

      opacity: 0;
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);

      opacity: 0;
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);

      opacity: 1;
    }
  }

  /* Carousel indicators */

  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
    width: 100%;
    margin-left: 30px;

    text-align: left;
  }

  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 0 8px 0 0;

    border: solid 2px #fff;
  }

  /**  Content header  **/

  #content_hero {
    position: relative;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

    background-position: center;
    background-size: cover;
  }

  #content_hero:before {
    top: auto;

    height: 70%;
  }

  #content_hero .container .blurb {
    margin-top: 200px;
    margin-bottom: 100px;
  }

  #content_hero .container .blurb h1 {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;

    opacity: 1;
  }

  #content_hero .buttons .btn {
    margin-right: 15px;
  }

  /**  Scroll navigation  **/

  .navbar.banner--clone {
    position: fixed;
    z-index: 999;
    top: -1px;
    left: 0;
    width: 100%;
    padding: 0;
    transition: .3s;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    background: #101010;
  }

  .navbar.banner--clone .nav li.dropdown:hover .dropdown-menu {
    transform: translateY(9px);
  }

  .navbar.banner--clone .nav {
    border-bottom: none;
  }

  .navbar.banner--clone .nav li:after,
  .navbar.banner--clone .nav li.active a:after {
    bottom: -11px;
  }

  .navbar.banner--clone .heading {
    display: none;
  }

  .navbar.banner--clone .logo img {
    max-height: 40px;
    margin: 15px 0;
  }

  .navbar.banner--clone .nav li a {
    font-size: 12px;
  }

  .navbar.banner--clone .nav li.active a {
    color: #10c5e2;
  }

  .navbar.banner--stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    transition: .3s;
  }


  /**  Navigation  **/

  .logo {
    position: relative;
    z-index: 1;

    display: inline-block;
    width: 200px;
  }

  .navbar-toggle {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    transform: rotate(0deg);
  }

  .navbar-toggle.minimize {
    transform: rotate(90deg);
  }

  .navbar {
    position: absolute;
    z-index: 15;
    top: 0;
    right: 0;
    left: 0;
    padding:20px 20px 8px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.75);
    transition: all 0.5s;
  }

  .navbar-collapse {
    position: relative;

    padding: 0;
  }

  .nav {
    position: absolute;
    top: 50%;
    right: 0;

    float: none;

    /* border-bottom: 1px solid rgba(255, 255, 255, .2); */
  }

  .nav li {
    position: relative;

    margin: 0;
  }

  .nav li a {
    font-size: 16px;
    font-weight: normal;
    line-height: .8em;

    display: inline-block;

    padding: 20px 24px;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #fff;
  }

  .nav li:focus a,
  .nav li:active a,
  .nav li a:focus,
  .nav li a:active {
    background: transparent;
  }

  .nav li a:hover {
    background: transparent;
  }

  .nav li:after {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;

    display: block;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;

    background-image: linear-gradient(to right, #10c5e2, #0c9aba);
    box-shadow: 0 0 20px 0 #10c5e2;
  }

  .nav li:hover:after {
    right: 0;

    width: 100%;
  }

  .nav li.active a {
    color: #fff;
  }

  .nav li.active a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background-image: linear-gradient(to right, #10c5e2, #0c9aba);
    box-shadow: 0 0 20px 0 #10c5e2;
  }

  .navbar-toggle .icon-bar {
    background: #10c5e2;
  }

  /**  Dropdown  **/

  .nav .dropdown-menu {
    z-index: 0;

    display: block;
    visibility: hidden;

    /* width: 100%; */
    padding: 0;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);

    opacity: 0;
    border: none;
    border-radius: 0;
    background-image: linear-gradient(to right, #10c5e2, #0c9aba);
  }

  .nav li.dropdown:hover .dropdown-menu {
    z-index: 10;

    visibility: visible;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    display: block;
    opacity: 1;
  }

  .nav .dropdown-menu li {
    margin: 0;
    padding: 0;
  }

  .nav .dropdown-menu li a {
    font-size: 13px;

    display: block;

    height: auto;
    padding: 15px 10px;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .nav .dropdown-menu li a:hover,
  .nav .dropdown-menu li.active a {
    color: #fff;
    background: rgba(255, 255, 255, .1);
  }

  .nav .dropdown-menu li:after {
    display: none;
  }

  /** Buttons **/

  .btn {
    font-size: 13px;
    font-weight: normal;

    position: relative;

    overflow: hidden;

    width: auto;
    padding: 12px 24px;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: #fff;
    border-width: 2px;
    border-radius: 30px;
  }

  .btn i,
  .btn:hover i {
    position: relative;
    z-index: 1;

    display: inline-flex;

    vertical-align: middle;

    color: #fff;
  }

  .btn-default {
    border: none;
    background-image: linear-gradient(to right, #10c5e2, #0c9aba);
  }

  .btn-default span,
  .btn-default span:hover,
  .btn-ghost span:hover {
    position: relative;
    z-index: 1;

    color: #fff;
  }

  .btn-default:hover:before {
    width: 140%;
  }

  .btn-default:before,
  .btn-ghost:before {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -15px;

    width: 0;
    height: 100%;

    content: '';
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);

    background: #0c9aba;
  }

  .btn-primary {
    border: none;
    background: #0c9aba;
  }

  .btn-ghost {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

    color: #0c9aba;
    border-color: #0c9aba;
    background: transparent;
  }

  .btn-ghost:hover span {
    color: #fff;
  }

  .btn-ghost:hover:before {
    z-index: -1;

    width: 140%;
  }

  .btn-ghost:hover {
    color: #fff;
  }

  button.btn-default,
  button.btn-primary {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  button.btn-default:before,
  button.btn-primary:before {
    display: none;
  }

  button.btn-default:hover,
  button.btn-primary:hover {
    color: #fff;
    background: #10c5e2;
  }

  a.arrow-button {
    font-size: 12px;

    position: relative;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: #0c9aba;
  }

  a.arrow-button:after {
    font-family: 'Material Icons';
    font-weight: bold;

    position: absolute;
    top: -1px;

    content: 'chevron_right';
    text-transform: none;

    -webkit-font-feature-settings: 'chevron_right';
  }

  a.arrow-button:hover {
    color: #101010;
  }

  /**  Movies slider  **/

  .slick-list {
    margin: 0 -15px;
  }

  .slick-slide {
    margin: 0 15px;

    text-align: center;
  }

  .slick-slider .slick-arrow {
    font-size: 40px;

    position: absolute;
    top: 35%;

    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

    background: -webkit-linear-gradient(#10c5e2, #0c9aba);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
  }

  .slick-slider .slick-arrow.left {
    left: -65px;
  }

  .slick-slider .slick-arrow.right {
    right: -65px;
  }

  .slick-slider .slick-arrow.left:hover {
    left: -60px;

    opacity: .6;
  }

  .slick-slider .slick-arrow.right:hover {
    right: -60px;

    opacity: .6;
  }

  .slick-slide .movie-poster {
    position: relative;

    overflow: hidden;

    margin-bottom: 20px;

    border-radius: 10px;
    height: 348px;
  }

  .slick-slide .movie-poster img {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  .slick-slide .movie-poster:hover img {
    filter: grayscale(100%);
  }

  .slick-slide .movie-poster:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -100px;

    width: 0;
    height: 100%;

    content: '';
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);

    opacity: .9;
    background-image: linear-gradient(to bottom, #10c5e2, #0c9aba);
  }

  .slick-slide .movie-poster:hover:before {
    width: 200%;
  }

  .slick-slide .movie-poster:hover aside {
    transform: scale(1);

    opacity: 1;
  }

  .slick-slide .movie-poster aside {
    position: absolute;
    z-index: 1;

    display: flex;

    width: 100%;
    height: 100%;

    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    transform: scale(.9);
    text-align: center;

    opacity: 0;

    align-items: center;
  }

  .slick-slide .movie-poster aside div {
    width: 100%;
  }

  .slick-slide .movie-poster aside .play {
    font-size: 32px;
    line-height: 70px;

    display: block;

    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;

    color: #fff;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 50%;
  }

  .slick-slide .movie-poster aside .play:hover {
    transform: scale(.9);
  }

  .slick-slide .movie-poster aside .read-more {
    font-size: 13px;

    display: block;

    margin-bottom: 10px;

    cursor: pointer;
    letter-spacing: 4px;
    text-transform: uppercase;

    color: #fff;
  }

  .slick-slide .movie-poster aside .date {
    font-size: 16px;

    display: block;

    color: #fff;
  }

  .star-rating {
    display: inline-block;
  }

  .star-rating i {
    font-size: 18px;

    display: inline-block;

    width: 18px;

    color: #10c5e2;
  }

  .star-rating i.grey {
    color: #d8d8d8;
  }

  .movie-slide h4 {
    font-size: 18px;

    color: #4a4a4a;
  }

  /**  Tabs  **/

  .tabs ul {
    font-size: 0;

    margin: 0;
    padding: 0;

    border-bottom: 1px solid #d8d8d8;
  }

  .tabs ul li {
    display: inline-block;
  }

  .tabs ul li a {
    font-size: 18px;

    position: relative;

    display: block;

    padding: 10px 30px 15px 30px;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: #4a4a4a;
  }

  .tabs ul li.ui-state-active a {
    color: #0c9aba;
  }

  .tabs ul li a:after {
    position: absolute;
    bottom: -1px;
    left: 0;

    display: block;

    width: 0;
    height: 4px;

    content: '';
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;

    background-image: linear-gradient(to right, #10c5e2, #0c9aba);
  }

  .tabs ul li a:hover:after,
  .tabs ul li.ui-state-active a:after {
    width: 100%;
  }

  .tabs > div {
    padding: 45px 0;
  }

  .tabs ul li.date {
    float: right;
  }

  .tabs ul li.date span {
    font-size: 14px;

    display: block;

    padding: 10px 0;
    padding-right: 0;

    cursor: default;
    text-align: right;
    text-transform: uppercase;

    color: #717171;
  }

  /**  Pill tabs  **/

  .tabs.pill-style ul {
    border: none;
    border-radius: 30px;
    background: #f5f5f5;
  }

  .tabs.pill-style ul li a {
    padding: 10px 40px;

    text-decoration: none;

    border-radius: 30px;
  }

  .tabs.pill-style ul li a:after {
    display: none;
  }

  .tabs.pill-style ul li.ui-state-active a {
    color: #fff;
    background-image: linear-gradient(to right, #10c5e2, #0c9aba);
  }

  /**  Accordion  **/

  .accordion h2,
  .accordion h3,
  .accordion h4 {
    font-size: 18px;
    font-weight: 400;

    margin-bottom: 20px;
    padding: 0 15px;
    padding-bottom: 10px;

    cursor: pointer;
    text-transform: uppercase;

    color: #4a4a4a;
  }

  .accordion h2:after,
  .accordion h3:after,
  .accordion h4:after {
    display: none;
  }

  .accordion h2.ui-state-active,
  .accordion h3.ui-state-active,
  .accordion h4.ui-state-active {
    color: #0c9aba;
  }

  .accordion h2.ui-state-active:before,
  .accordion h3.ui-state-active:before,
  .accordion h4.ui-state-active:before {
    content: '\f068';
  }

  .accordion h2:before,
  .accordion h3:before,
  .accordion h4:before {
    font-family: FontAwesome;
    font-size: 12px;

    position: absolute;
    right: 15px;

    display: inline-block;

    content: '\f067';

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .accordion div {
    padding: 30px 15px;
  }

  /**  Pill accordion  **/

  .accordion.pill-style h2,
  .accordion.pill-style h3,
  .accordion.pill-style h4 {
    margin: 0;
    padding: 15px;

    color: #717171;
    background: transparent;
    border-color: #0c9aba;
  }

  .accordion.pill-style h2:before,
  .accordion.pill-style h3:before,
  .accordion.pill-style h4:before {
    line-height: 24px;

    width: 25px;
    height: 25px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #717171;
  }

  .accordion.pill-style h2.ui-state-active:before,
  .accordion.pill-style h3.ui-state-active:before,
  .accordion.pill-style h4.ui-state-active:before {
    background-image: linear-gradient(to bottom, #10c5e2, #0c9aba);
  }

  /* Live search */

  .live-search {
    position: relative;

    margin-bottom: 50px;
    padding: 20px;

    border-radius: 30px 30px 0 0;
    background: #fff;
  }

  .live-search input {
    width: 100%;
    padding: 10px 20px;

    border: solid 1px #d8d8d8;
    border-radius: 30px;
  }

  .live-search input:focus {
    box-shadow: none;
  }

  .live-search i {
    font-size: 16px;

    position: absolute;
    top: 35px;
    right: 35px;

    color: #0c9aba;
  }

  /* Movie tabs */

  .movie-tabs {
    margin-bottom: 40px;
    padding-bottom: 40px;

    border-bottom: 1px solid #d8d8d8;
  }

  .movie-tabs:last-child {
    margin-bottom: 0;
    padding-bottom: 0;

    border-bottom: none;
  }

  .movie-tabs img {
    border-radius: 10px;
  }

  .movie-tabs span.title {
    color: #0c9aba;
  }

  .movie-tabs p {
    max-width: 625px;
  }

  .movie-tabs .viewing-times {
    font-size: 12px;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #4a4a4a;
  }

  .movie-tabs .viewing-times i {
    font-size: 13px;
  }

  .movie-tabs .time {
    font-size: 14px;

    display: inline-block;

    margin-left: 5px;
    padding: 7px 10px;

    letter-spacing: 2px;

    color: #717171;
    border-radius: 5px;
    background-color: #d8d8d8;
  }

  .movie-tabs .time.past {
    opacity: .5;
  }

  .movie-tabs .running-time {
    font-size: 12px;

    text-align: right;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .movie-tabs .certificate {
    font-size: 13px;
    font-weight: bold;
    line-height: 33px;

    display: inline-block;

    width: 33px;
    height: 33px;
    margin-left: 5px;

    text-align: center;
    letter-spacing: 0;

    color: #fff;
    border-radius: 50%;
    background: #4a4a4a;
  }

  /* Coming soon slider */

  .comingSoon-slides > div {
    position: static;
  }

  .comingSoon-slides .single-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;

    height: 0;
    padding-bottom: 40px;

    opacity: 0;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .comingSoon-slides span.title {
    color: #0c9aba;
  }

  .comingSoon-slides h3 {
    font-size: 34px;

    margin-bottom: 0;
  }

  .comingSoon-slides .star-rating {
    margin-right: 8px;
  }

  .comingSoon-slides .star-rating i {
    font-size: 14px;

    width: 14px;
  }

  .comingSoon-slides .single-slide p:first-of-type {
    margin-top: 20px;
  }

  .date {
    font-size: 14px;

    display: inline-block;

    opacity: .75;
    color: #fff;
  }

  .date i {
    font-size: 14px;

    margin-right: 5px;
  }

  .comingSoon-slides .bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;
  }

  .comingSoon-slides .slide-content,
  .comingSoon-slides .slide-video {
    position: relative;
    z-index: 1;
  }

  .comingSoon-slides .video {
    position: relative;
  }

  .comingSoon-slides .video {
    display: block;

    -webkit-box-shadow: 0 0 50px 15px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 50px 15px rgba(0,0,0,.5);
    box-shadow: 0 0 50px 15px rgba(0,0,0,.5);
  }

  .comingSoon-slides .video i {
    font-size: 50px;
    line-height: 75px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 80px;
    height: 80px;
    margin: auto;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-align: center;
    text-indent: 14px;

    color: #fff;
    border: 2px solid #0c9aba;
    border-radius: 50%;
  }

  .comingSoon-slides .video:hover i {
    transform: scale(.9);
  }

  .comingSoon-slides a.arrow-button:hover {
    color: #10c5e2;
  }

  #comingSoon {
    padding: 60px 0;
  }

  #comingSoon:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: -250%;

    display: block;

    width: 500%;
    height: 100%;
    padding: 55px 0;

    content: '';

    background: #101010;
  }

  #comingSoon div {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  #comingSoon .slick-slide:hover {
    cursor: pointer;

    opacity: 1 !important;
  }

  #comingSoon .slick-slide img {
    border-radius: 10px;
    height: 220px;
  }

  #comingSoon .slick-slide h5 {
    font-size: 16px;

    overflow: hidden;

    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #comingSoon .slick-slide .release-date {
    font-size: 14px;

    opacity: .5;
    color: #fff;
  }

  .comingSoon-slides .slick-slider {
    background: #000;
  }

  /**  Single gallery  **/

  .singleGallery .slide-video img {
    width: 100%;
  }

  .singleGallery .slick-slider .slick-arrow {
    top: 45%;
  }

  /**  Call to action  **/

  .cta {
    text-align: center;
  }

  .cta p {
    font-size: 23px;
    font-weight: 300;

    margin-bottom: 10px;

    text-align: center;
    letter-spacing: 1px;

    color: #4a4a4a;
  }

  .cta p:last-of-type {
    margin-bottom: 0;
  }

  .cta .gradient-text {
    font-size: 46px;
    font-weight: 400;
  }

  .gradient-text {
    color: transparent;
    background: linear-gradient(330deg, #10c5e2 0%, #0c9aba 100%);
    -webkit-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
  }

  /**  News  **/

  .news article {
    margin-bottom: 60px;
    padding-bottom: 60px;

    border-bottom: solid 1px #d8d8d8;
  }

  .news article:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;

    border-bottom: none;
  }

  .news article .categories {
    font-size: 14px;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #0c9aba;
  }

  .news article h2 {
    font-size: 24px;
    font-weight: 300;

    margin-bottom: 20px;

    text-transform: none;

    color: #101010;
  }

  .news article .news-single-img {
    margin-bottom: 40px;
    border-radius: 10px;
  }

  .news article .img {
    position: relative;

    display: block;
    overflow: hidden;

    margin-bottom: 40px;
    border-radius: 10px;
  }

  .news article .img:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -100px;

    width: 0;
    height: 100%;

    content: '';
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);

    opacity: .9;
    background-image: linear-gradient(to bottom, #10c5e2, #0c9aba);
  }

  .news article .img aside {
    position: absolute;
    z-index: 1;

    display: flex;

    width: 100%;
    height: 100%;

    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    transform: scale(.9);
    text-align: center;

    opacity: 0;

    align-items: center;
  }

  .news article .img aside div {
    width: 100%;
  }

  .news article .img aside i {
    font-size: 32px;
    line-height: 80px;

    display: block;

    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;

    color: #fff;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 50%;
  }

  .news article .img aside .date {
    font-size: 16px;

    display: block;

    color: #fff;
  }

  .news article .img:hover:before {
    width: 200%;
  }

  .news article .img:hover aside {
    transform: scale(1);

    opacity: 1;
  }

  .bordered {
    overflow: hidden;

    margin-top: 35px;
    padding: 10px 0;

    border-top: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
  }

  .single-tags {
    float: left;
  }

  .single-tags i {
    font-size: 14px;

    margin-right: 10px;

    color: #0c9aba;
  }

  .single-tags a {
    font-size: 12px;

    display: inline-block;

    margin: 0 0 0 5px;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #717171;
  }

  .single-tags a:hover {
    color: #0c9aba;
  }

  .social-share {
    float: right;
  }

  .social-share a {
    font-size: 12px;

    text-transform: uppercase;

    color: #0c9aba;
  }

  .social-share a i {
    font-size: 16px;

    margin-left: 5px;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  .social-share a:hover,
  .social-share a:hover i {
    color: #10c5e2;
  }

  .social-share .share {
    display: none;

    margin: 0;
  }

  .social-share .share a {
    line-height: 32px;

    width: 34px;
    height: 33px;
    margin: 0;
  }

  .social-share .share i {
    font-size: 14px;

    margin: 0;
  }

  /**  Comments  **/

  .news-comments,
  .news-comment-form {
    margin-top: 75px;
  }

  .news-comments h3,
  .news-comment-form h3 {
    font-size: 18px;

    margin-bottom: 45px;

    text-transform: uppercase;

    color: #0c9aba;
  }

  .single-comment {
    position: relative;

    margin-bottom: 40px;
    margin-left: 34px;
    padding: 30px 30px 30px 60px;

    background-color: #f3f3f3;
  }

  .single-comment > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -34px;

    max-width: 68px;
    height: auto;
    margin: auto;

    border: 3px solid #fff;
    border-radius: 50%;
  }

  .single-comment .date {
    font-size: 12px;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #0c9aba;
  }

  .single-comment h4 {
    color: #4a4a4a;
  }

  /**  Pagination  **/

  ul.pagination {
    width: 100%;
    margin: 0;

    text-align: center;
  }

  ul.pagination li {
    display: inline-block;

    margin: 0 4px;
  }

  ul.pagination li a,
  ul.pagination li span {
    line-height: 32px;

    position: relative;

    width: 48px;
    height: 48px;

    color: #4a4a4a;
    border: solid 2px #e8e8e8;
    border-radius: 50%;
  }

  ul.pagination li a:hover {
    color: #0c9aba;
    border-color: #0c9aba;
    background: transparent;
  }

  ul.pagination li span:hover {
    background: transparent;
  }

  ul.pagination li:first-of-type a,
  ul.pagination li:last-of-type a {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;

    border-radius: 30px;
  }

  ul.pagination li a.active {
    border-color: #0c9aba;
  }

  /**  Sidebar  **/

  .sidebar .widget {
    position: relative;

    margin-bottom: 40px;
  }

  .sidebar .widget .search + i {
    font-size: 16px;

    position: absolute;
    top: 17px;
    right: 15px;

    color: #0c9aba;
  }

  .sidebar .widget h3 {
    font-size: 18px;

    margin-bottom: 25px;

    text-transform: uppercase;

    color: #0c9aba;
  }

  .sidebar .widget ul {
    margin: 0;
    padding: 0;

    list-style: none;
  }

  .sidebar .widget ul li {
    margin-bottom: 8px;
  }

  .sidebar .widget ul li a {
    display: block;

    color: #717171;
  }

  .sidebar .widget ul li a:hover {
    text-indent: 5px;

    color: #0c9aba;
  }

  .sidebar .widget .tag {
    font-size: 14px;

    display: inline-block;

    margin: 0 2px 5px 0;
    padding: 5px 8px;

    letter-spacing: 2px;

    color: #717171;
    border: 2px solid #d8d8d8;
    border-radius: 5px;
    background-color: #d8d8d8;
  }

  .sidebar .widget .tag:hover {
    color: #0c9aba;
    border-color: #0c9aba;
    background: transparent;
  }

  /**  Single movie  **/

  .single-movie .poster {
    display: block;

    margin: 0 auto 25px auto;

    border-radius: 10px;
  }

  .share {
      margin-bottom: 25px;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 10px;
  }

  .share a {
    /*line-height: 53px;*/
      /* width: 60px; */
      /* height: 60px; */
      margin: 0 2px;
      text-align: center;
      border: solid 1px #50aac8;
      /* border-radius: 50%; */
      padding: 10px;
      background: #50aac8;
      color: white;
  }

  .share a:hover {
    color: #10c5e2;
    border-color: #10c5e2;
  }

  /**  Show times  **/

  ul.show-times {
    margin: 0;
    padding: 0;

    list-style: none;
  }

  ul.show-times li {
    display: table;

    margin-bottom: 10px;
  }

  ul.show-times li i {
    font-size: 12px;
    font-style: normal;

    display: table-cell;

    width: 75px;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #4a4a4a;
  }

  ul.show-times li.today i {
    color: #0c9aba;
  }

  ul.show-times li .time {
    font-size: 14px;

    display: inline-block;

    margin: 0 5px 5px 5px;
    padding: 7px 10px;

    letter-spacing: 2px;
    border: solid 1px #d8d8d8;
    color: #717171;
    border-radius: 5px;
    background-color: #d8d8d8;
  }

  ul.show-times li .time.past {
    opacity: .5;
  }

  /**  Movie info  **/

  ul.movie-info {
    margin: 25px 0;
    padding: 0;

    list-style: none;
  }

  ul.movie-info li {
    font-size: 12px;

    margin-bottom: 10px;

    letter-spacing: 1px;
  }

  ul.movie-info li i {
    font-size: 12px;
    font-style: normal;

    display: inline-block;

    width: 115px;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #4a4a4a;
  }

  /* Icon row */

  .icon-row {
    display: table;

    margin-bottom: 30px;
  }

  .icon-row .col {
    display: table-cell;

    vertical-align: top;
  }

  .icon-row .col:first-of-type {
    padding-right: 25px;
  }

  .icon-row span {
    display: block;

    width: 75px;
    height: 75px;

    text-align: center;

    border: solid 2px #d8d8d8;
    border-radius: 50%;
  }

  .icon-row span i {
    font-size: 32px;

    position: relative;
    top: 50%;

    max-width: 46px;

    transform: translateY(-50%);

    color: #0c9aba;
  }

  .icon-row h2,
  .icon-row h3,
  .icon-row h4 {
    margin-bottom: 5px;
    padding-bottom: 0;

    color: #4a4a4a;
    border: none;
  }

  .icon-row h2:after,
  .icon-row h3:after,
  .icon-row h4:after {
    display: none;

    margin: 0;
    padding: 0;
  }

  .contact .icon-row span {
    width: 100px;
    height: 100px;
  }

  .contact .icon-row span i {
    font-size: 46px;
  }

  .contact .icon-row .col {
    vertical-align: middle;
  }

  /**  Icon box  **/

  .icon-box {
    text-align: center;
  }

  .icon-box i {
    font-size: 36px;

    max-width: 36px;
    max-height: 46px;
    margin: 0 auto 25px auto;

    word-wrap: normal;

    color: #0c9aba;
  }

  .icon-box h2,
  .icon-box h3,
  .icon-box h4 {
    margin-bottom: 10px;
    padding-bottom: 0;

    text-transform: uppercase;

    color: #4a4a4a;
    border: none;
  }

  .icon-box h2:after,
  .icon-box h3:after,
  .icon-box h4:after {
    display: none;
  }

  /* Map */

  #map {
    height: 450px;
    margin-bottom: 30px;

    border: 10px solid #fff;
    border-radius: 30px 30px 0 0;
  }

  /**  Form  **/

  form label {
    font-size: 12px;
    font-weight: normal;

    display: block;

    margin-bottom: 5px;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #4a4a4a;
  }

  form input,
  form textarea {
    width: 100%;
    padding: 12px 15px;
    background-color: transparent;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

    border: 1px solid #0c9aba;
  }

  .form-control{
    background-color: transparent;
    border-color: #0c9aba;
  }

  .dark .form-control {
    color: white;
  }
  .form-group.half {
    float: left;

    width: 50%;
  }

  .form-group.half:first-of-type {
    padding-right: 15px;
  }

  .form-group.half:last-of-type {
    padding-left: 15px;
  }

  .form-group.half:after {
    display: table;
    clear: both;

    content: '';
  }

  /**  Comments  **/

  .comments {
    position: relative;

    overflow-y: scroll;

    height: 480px;
  }

  .comments .row {
    margin: 0;
  }

  .comments::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  .comments::-webkit-scrollbar:vertical {
    width: 6px;

    border-radius: 6px;
    background: #f0f0f0;
  }

  .comments::-webkit-scrollbar:horizontal {
    height: 6px;

    border-radius: 6px;
    background: #f0f0f0;
  }

  .comments::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-image: linear-gradient(to bottom, #10c5e2, #0c9aba);
  }

  .comments .row {
    margin-bottom: 35px;
  }

  .comments .date {
    font-size: 12px;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #0c9aba;
  }

  /**  News carousel  **/

  .news-carousel .slick-slide {
    text-align: left;
  }

  .news-carousel .slick-arrow {
    top: 25%;
  }

  .news-carousel h2,
  .news-carousel h3,
  .news-carousel h4 {
    margin-bottom: 15px;
    padding-bottom: 0;

    text-align: left;

    border: none;
  }

  .news-carousel h2:after,
  .news-carousel h3:after,
  .news-carousel h4:after {
    display: none;

    text-align: left;

    border: none;
  }

  .news-carousel .date {
    font-size: 14px;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #0c9aba;
  }

  .news-carousel p {
    text-align: left;
  }

  /**  Footer  **/

  footer {
    z-index: 20;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 75px 0 0 0;

    color: #fff;
    background: #101010;
  }

  footer * {
    font-size: 14px;
    font-weight: 500;
  }

  footer ul {
    margin: 0;
    padding: 0;

    list-style: none;
  }

  footer ul li a,
  footer ul li a:active,
  footer ul li a:visited {
    font-size: 13px;

    display: inline-block;

    padding: 3px 0;

    letter-spacing: 1.5px;

    color: #fff;
  }

  footer ul li a:hover {
    color: #10c5e2;
  }

  footer h6 {
    font-size: 16px;

    margin: 0;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #0c9aba;
    border: none;
  }

  footer .fa {
    display: inline-block;

    width: 25px;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    transform: translateY(2px);

    color: rgba(255, 255, 255, .3);
  }

  footer .fa-brands {
    display: inline-block;
    width: 25px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    transform: translateY(2px);
    color: rgba(255, 255, 255, .3);
}

  footer ul li a:hover .fa {
    color: #10c5e2;
  }

  footer div[class^='col'] {
    position: relative;
  }


  footer .copyright {
    margin-top: 50px;
    padding: 20px 0;

    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  footer .copyright a {
    color: #fff;
  }

  footer .copyright a:hover {
    color: #0c9aba;
  }


  /**  Keyframes  **/

  @-webkit-keyframes Heading {
    0% {
      transform: translateY(-30px);

      opacity: 0;
    }
    100% {
      transform: translateY(0);

      opacity: 1;
    }
  }
  @-moz-keyframes Heading {
    0% {
      transform: translateY(-30px);

      opacity: 0;
    }
    100% {
      transform: translateY(0);

      opacity: 1;
    }
  }
  @-o-keyframes Heading {
    0% {
      transform: translateY(-30px);

      opacity: 0;
    }
    100% {
      transform: translateY(0);

      opacity: 1;
    }
  }
  @keyframes Heading {
    0% {
      transform: translateY(-30px);

      opacity: 0;
    }
    100% {
      transform: translateY(0);

      opacity: 1;
    }
  }


  @-webkit-keyframes ScrollDown {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(3px);
    }
    100% {
      transform: translateX(0);
    }
  }
  @-moz-keyframes ScrollDown {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(3px);
    }
    100% {
      transform: translateX(0);
    }
  }
  @-o-keyframes ScrollDown {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(3px);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes ScrollDown {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(3px);
    }
    100% {
      transform: translateX(0);
    }
  }



  @-webkit-keyframes Buttons {
    0% {
      transform: translateY(60px);

      opacity: 0;
    }
    100% {
      transform: translateY(0);

      opacity: 1;
    }
  }
  @-moz-keyframes Buttons {
    0% {
      transform: translateY(60px);

      opacity: 0;
    }
    100% {
      transform: translateY(0);

      opacity: 1;
    }
  }
  @-o-keyframes Buttons {
    0% {
      transform: translateY(60px);

      opacity: 0;
    }
    100% {
      transform: translateY(0);

      opacity: 1;
    }
  }
  @keyframes Buttons {
    0% {
      transform: translateY(60px);

      opacity: 0;
    }
    100% {
      transform: translateY(0);

      opacity: 1;
    }
  }


  @-webkit-keyframes Blurb {
    0% {
      transform: scale(1.15);

      opacity: 0;
    }
    100% {
      transform: translateY(1);

      opacity: 1;
    }
  }
  @-moz-keyframes Blurb {
    0% {
      transform: scale(1.15);

      opacity: 0;
    }
    100% {
      transform: scale(1)

      opacity: 1;
    }
  }
  @-o-keyframes Blurb {
    0% {
      transform: scale(1.15);

      opacity: 0;
    }
    100% {
      transform: scale(1);

      opacity: 1;
    }
  }
  @keyframes Blurb {
    0% {
      transform: scale(1.15);

      opacity: 0;
    }
    100% {
      transform: scale(1);

      opacity: 1;
    }
  }


  @media (max-width: 991px) {
    .logo {
      max-width: 180px;
    }

    .nav li a {
      font-size: 14px;

      padding: 20px 14px;

      letter-spacing: 2px;
    }

    .tabs ul li a {
      font-size: 16px;
    }

    .tabs ul li:last-of-type {
      display: none;
    }

    ul.show-times li i {
      display: block;

      margin-bottom: 5px;
    }

    ul.show-times li .time {
      padding: 5px 6px;
    }

    .single-movie .share a {
      font-size: 12px;
      line-height: 28px;

      width: 30px;
      height: 30px;
    }
∞
    .slick-slider .slick-arrow.left {
      left: -45px;
    }

    .slick-slider .slick-arrow.right {
      right: -45px;
    }
  }

  @media (max-width: 767px) {
    .modal-lg {
      width: 95%;
      
    }
    .logo {
      max-width: 150px;
      margin-left: 15px;
    }

    .navbar-toggle {
      margin-top: 0px;
      padding: 5px 10px;
      margin-bottom: -22px;
      top: -12px;
    }

    .nav {
      position: static;

      margin: 0 !important;
/*
      background: rgba(0, 0, 0, .9); */
    }

    .nav li {
      text-align: center;
    }

    .nav li:first-of-type a {
      padding-top: 25px;
    }

    .nav li:last-of-type a {
      padding-bottom: 25px;
    }

    .nav li.active a:after {
      display: none;
    }

    .nav li.active a {
      color: #0c9aba;
    }

    .nav li a {
      display: block;

      padding: 15px;
    }

    .nav .dropdown-menu {
      position: static;
      display: none;
      visibility: hidden;
      float: none;
      transform: scale(1);
      opacity: 0;
      background: #0c9aba;


    }

    .nav .dropdown-menu li a {
      font-size: 12px;
    }

    .movie-tabs img {
      margin-bottom: 30px;
    }

    .comments img {
      margin-bottom: 15px;
    }

    form .right-align {
      text-align: left;
    }

    .icon-row:first-of-type {
      margin-top: 40px;
    }

    .sidebar {
      margin-top: 60px;
    }

    footer .col-sm-3 {
      margin-bottom: 30px;
    }
  }

  @media (max-width: 600px) {
    #hero .container .blurb h1,
    #content_hero .container .blurb h1 {
      font-size: 40px;
      line-height: 1.2em;
    }

    #content_hero .star-rating {
      margin-top: 10px;
    }

    .slick-slide .movie-poster:before {
      -webkit-transform: skewX(23deg);
      -ms-transform: skewX(23deg);
      transform: skewX(23deg);
    }

    .slick-slide img{
      width: 100%;
    }
    .movie-tabs img {
      width: 100%;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%);
    }

    .tabs ul {
      border-bottom: none;
    }

    .tabs ul li {
      display: block;
    }

    .tabs ul li a {
      padding: 10px 30px;
    }

    .tabs ul li a:after {
      width: 4px;
      height: 0;

      background-image: linear-gradient(to bottom, #10c5e2, #0c9aba);
    }

    .tabs ul li a:hover:after,
    .tabs ul li.ui-state-active a:after {
      width: 100%;
      height: 4px;
    }

    .tabs ul li:last-of-type {
      display: block;
      float: none;
    }

    .tabs ul li:last-of-type span {
      text-align: left;
      text-indent: 30px;
    }

    .movie-tabs .viewing-times {
      display: block;

      margin-bottom: 25px;
    }

    .movie-tabs .running-time {
      padding-top: 10px;

      text-align: left;
    }

    .comingSoon-slides .single-slide {
      display: block;
      overflow: hidden;
    }

    .comingSoon-slides .video {
      margin: 40px 0 0 0;
    }

    .single-movie .poster {
      width: 60%;
    }

    .single-movie .share {
      text-align: left;
    }

    .single-movie .share a {
      font-size: 18px;
      line-height: 40px;

      width: 43px;
      height: 43px;
    }

    .icon-row {
      width: 100%;

      text-align: center;
    }

    .icon-row .col {
      display: block;
    }

    .icon-row .col:first-of-type {
      padding: 0;
    }

    .icon-row .col .circle {
      margin: 0 auto 25px auto;
    }

    ul.pagination li {
      display: none;
    }

    ul.pagination li:first-of-type,
    ul.pagination li:last-of-type {
      display: inline-block;
    }

    .single-tags {
      float: none;

      margin-bottom: 10px;
    }

    .social-share {
      float: none;
    }

    .social-share .share {
      text-align: left;
    }

    .form-group.half {
      float: none;

      width: 100%;
    }

    .form-group.half:first-of-type,
    .form-group.half:last-of-type {
      padding: 0;
    }

    .icon-box {
      margin-bottom: 30px;
    }

    .tabs.pill-style ul li a {
      border-radius: 0;
    }

    .tabs.pill-style ul li:first-of-type a {
      border-radius: 30px 30px 0 0;
    }

    .tabs.pill-style ul li:last-of-type a {
      border-radius: 0 0 30px 30px;
    }
  }

  .m-0 {
    margin: 0 !important;
  }

  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }

  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }

  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }

  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }

  .m-1 {
    margin: 0.25rem !important;
  }

  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }

  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }

  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }

  .m-2 {
    margin: 0.5rem !important;
  }

  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }

  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }

  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }

  .m-3 {
    margin: 1rem !important;
  }

  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }

  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }

  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }

  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }

  .m-4 {
    margin: 1.5rem !important;
  }

  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }

  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }

  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }

  .m-5 {
    margin: 3rem !important;
  }

  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }

  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }

  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }

  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }

  .p-0 {
    padding: 0 !important;
  }

  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }

  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }

  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }

  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }

  .p-1 {
    padding: 0.25rem !important;
  }

  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }

  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }

  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }

  .p-2 {
    padding: 0.5rem !important;
  }

  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }

  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }

  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }

  .p-3 {
    padding: 1rem !important;
  }

  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }

  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }

  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }

  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }

  .p-4 {
    padding: 1.5rem !important;
  }

  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }

  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }

  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }

  .p-5 {
    padding: 3rem !important;
  }

  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }

  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }

  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }

  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }

  .m-n1 {
    margin: -0.25rem !important;
  }

  .mt-n1,
  .my-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-n1,
  .mx-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-n1,
  .my-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-n1,
  .mx-n1 {
    margin-left: -0.25rem !important;
  }

  .m-n2 {
    margin: -0.5rem !important;
  }

  .mt-n2,
  .my-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-n2,
  .mx-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-n2,
  .my-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-n2,
  .mx-n2 {
    margin-left: -0.5rem !important;
  }

  .m-n3 {
    margin: -1rem !important;
  }

  .mt-n3,
  .my-n3 {
    margin-top: -1rem !important;
  }

  .mr-n3,
  .mx-n3 {
    margin-right: -1rem !important;
  }

  .mb-n3,
  .my-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-n3,
  .mx-n3 {
    margin-left: -1rem !important;
  }

  .m-n4 {
    margin: -1.5rem !important;
  }

  .mt-n4,
  .my-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-n4,
  .mx-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-n4,
  .my-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-n4,
  .mx-n4 {
    margin-left: -1.5rem !important;
  }

  .m-n5 {
    margin: -3rem !important;
  }

  .mt-n5,
  .my-n5 {
    margin-top: -3rem !important;
  }

  .mr-n5,
  .mx-n5 {
    margin-right: -3rem !important;
  }

  .mb-n5,
  .my-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-n5,
  .mx-n5 {
    margin-left: -3rem !important;
  }

  .m-auto {
    margin: auto !important;
  }

  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }

  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }

  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }

  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }

  @media (min-width: 576px) {

    .m-sm-0 {
      margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
      margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
      margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
      margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
      margin-left: 0 !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
      margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
      margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
      margin-left: 0.25rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
      margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
      margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
      margin-left: 0.5rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
      margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
      margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
      margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
      margin-left: 1rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
      margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
      margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
      margin-left: 1.5rem !important;
    }
    .m-sm-5 {
      margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
      margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
      margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
      margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
      margin-left: 3rem !important;
    }
    .p-sm-0 {
      padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
      padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
      padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
      padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
      padding-left: 0 !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
      padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
      padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
      padding-left: 0.25rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
      padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
      padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
      padding-left: 0.5rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
      padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
      padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
      padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
      padding-left: 1rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
      padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
      padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
      padding-left: 1.5rem !important;
    }
    .p-sm-5 {
      padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
      padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
      padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
      padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
      padding-left: 3rem !important;
    }
    .m-sm-n1 {
      margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
      margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
      margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
      margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
      margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
      margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
      margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
      margin-left: -1rem !important;
    }
    .m-sm-n4 {
      margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
      margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
      margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
      margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
      margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
      margin-left: -3rem !important;
    }
    .m-sm-auto {
      margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
      margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
      margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
      margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
      margin-left: auto !important;
    }
  }

  @media (min-width: 768px) {

    .m-md-0 {
      margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
      margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
      margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
      margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
      margin-left: 0 !important;
    }
    .m-md-1 {
      margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
      margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
      margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
      margin-left: 0.25rem !important;
    }
    .m-md-2 {
      margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
      margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
      margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
      margin-left: 0.5rem !important;
    }
    .m-md-3 {
      margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
      margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
      margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
      margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
      margin-left: 1rem !important;
    }
    .m-md-4 {
      margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
      margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
      margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
      margin-left: 1.5rem !important;
    }
    .m-md-5 {
      margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
      margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
      margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
      margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
      margin-left: 3rem !important;
    }
    .p-md-0 {
      padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
      padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
      padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
      padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
      padding-left: 0 !important;
    }
    .p-md-1 {
      padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
      padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
      padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
      padding-left: 0.25rem !important;
    }
    .p-md-2 {
      padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
      padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
      padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
      padding-left: 0.5rem !important;
    }
    .p-md-3 {
      padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
      padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
      padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
      padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
      padding-left: 1rem !important;
    }
    .p-md-4 {
      padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
      padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
      padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
      padding-left: 1.5rem !important;
    }
    .p-md-5 {
      padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
      padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
      padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
      padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
      padding-left: 3rem !important;
    }
    .m-md-n1 {
      margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
      margin-left: -0.25rem !important;
    }
    .m-md-n2 {
      margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
      margin-left: -0.5rem !important;
    }
    .m-md-n3 {
      margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
      margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
      margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
      margin-left: -1rem !important;
    }
    .m-md-n4 {
      margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
      margin-left: -1.5rem !important;
    }
    .m-md-n5 {
      margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
      margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
      margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
      margin-left: -3rem !important;
    }
    .m-md-auto {
      margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
      margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
      margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
      margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
      margin-left: auto !important;
    }
  }

  @media (min-width: 992px) {
    .m-lg-0 {
      margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
      margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
      margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
      margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
      margin-left: 0 !important;
    }
    .m-lg-1 {
      margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
      margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
      margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
      margin-left: 0.25rem !important;
    }
    .m-lg-2 {
      margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
      margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
      margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
      margin-left: 0.5rem !important;
    }
    .m-lg-3 {
      margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
      margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
      margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
      margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
      margin-left: 1rem !important;
    }
    .m-lg-4 {
      margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
      margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
      margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
      margin-left: 1.5rem !important;
    }
    .m-lg-5 {
      margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
      margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
      margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
      margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
      margin-left: 3rem !important;
    }
    .p-lg-0 {
      padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
      padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
      padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
      padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
      padding-left: 0 !important;
    }
    .p-lg-1 {
      padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
      padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
      padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
      padding-left: 0.25rem !important;
    }
    .p-lg-2 {
      padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
      padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
      padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
      padding-left: 0.5rem !important;
    }
    .p-lg-3 {
      padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
      padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
      padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
      padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
      padding-left: 1rem !important;
    }
    .p-lg-4 {
      padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
      padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
      padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
      padding-left: 1.5rem !important;
    }
    .p-lg-5 {
      padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
      padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
      padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
      padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
      padding-left: 3rem !important;
    }
    .m-lg-n1 {
      margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
      margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
      margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
      margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
      margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
      margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
      margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
      margin-left: -1rem !important;
    }
    .m-lg-n4 {
      margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
      margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
      margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
      margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
      margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
      margin-left: -3rem !important;
    }
    .m-lg-auto {
      margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
      margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
      margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
      margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
      margin-left: auto !important;
    }
  }

  @media (min-width: 1200px) {
    .m-xl-0 {
      margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
      margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
      margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
      margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
      margin-left: 0 !important;
    }
    .m-xl-1 {
      margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
      margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
      margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
      margin-left: 0.25rem !important;
    }
    .m-xl-2 {
      margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
      margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
      margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
      margin-left: 0.5rem !important;
    }
    .m-xl-3 {
      margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
      margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
      margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
      margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
      margin-left: 1rem !important;
    }
    .m-xl-4 {
      margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
      margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
      margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
      margin-left: 1.5rem !important;
    }
    .m-xl-5 {
      margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
      margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
      margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
      margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
      margin-left: 3rem !important;
    }
    .p-xl-0 {
      padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
      padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
      padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
      padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
      padding-left: 0 !important;
    }
    .p-xl-1 {
      padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
      padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
      padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
      padding-left: 0.25rem !important;
    }
    .p-xl-2 {
      padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
      padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
      padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
      padding-left: 0.5rem !important;
    }
    .p-xl-3 {
      padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
      padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
      padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
      padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
      padding-left: 1rem !important;
    }
    .p-xl-4 {
      padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
      padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
      padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
      padding-left: 1.5rem !important;
    }
    .p-xl-5 {
      padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
      padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
      padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
      padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
      padding-left: 3rem !important;
    }
    .m-xl-n1 {
      margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
      margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
      margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
      margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
      margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
      margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
      margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
      margin-left: -1rem !important;
    }
    .m-xl-n4 {
      margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
      margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
      margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
      margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
      margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
      margin-left: -3rem !important;
    }
    .m-xl-auto {
      margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
      margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
      margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
      margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
      margin-left: auto !important;
    }
  }










/* Custom */

.img-card{
  overflow: hidden;
  border-radius: 10px;
  height: 150px;
}

.img-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-footer{
  margin-top: 20px;
}

.modal-lg{
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal.in .modal-dialog {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
}

.modal-header .close {
  position: relative;
  z-index: 100;
}

.modal-banner{
  height: 360px;
  width: 80%;
  margin: auto;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 15px;
}

.modal-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-h1 {
  font-size: 52px;
    font-weight: 300;
    padding: 0;
    -webkit-animation: Heading .5s .5s forwards;
    -moz-animation: Heading .5s .5s forwards;
    -o-animation: Heading .5s .5s forwards;
    animation: Heading .5s .5s forwards;
    letter-spacing: 3px;
    opacity: 0;
    color: #fff;
    line-height: 1.4em;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    border: none;
    text-shadow: 0px 0px 10px black;
}

.solid{
  color: #717171!important;
  transition: .3s;
}

.solid:hover{
  color: #0c9aba!important;
}


.custom-arrow{
  font-size: 50px!important;

    color:  #0c9aba;

}

.text-md-right{
  text-align: right;
}

.tarriffeList{
    list-style-type: circle;
}
.wrap-overlay{
  width: 0px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  background: white;
  height: 100%;
  opacity: 0;
  transition: all .5s;
  padding: 0px;
  overflow: scroll;
}
.form-control {
  height: 50px;
}

.wrapProgChoose{
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
  display:flex;
  z-index: 15;
  opacity: 0;
  height: 0px;
}


  .box-l{
    background-color: #0c9aba;
    color: white!important;
    padding: 10px 10px;
    padding-left: 15%;
    display: block;
  }
  .box-r{
    background-color: white;
    padding: 10px 10px;
    padding-right: 15%;
    width: 100%;
    display: flex;
  }
  #buyticketmobile{
    display: none;
  }


  .containSpinner{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
  }

  @keyframes spinner-border {
    to { transform: rotate(360deg); }
  }

  .spinner-border {
      display: inline-block;
      width: 2rem;
      height: 2rem;
      vertical-align: -.125em;
      border: .25em solid currentColor;
      border-right-color: #fffffffa;
      border-radius: 50%;
      -webkit-animation: .75s linear infinite spinner-border;
      animation: .75s linear infinite spinner-border;
  }


  .modal-header {
    border: none;
  }

  .close {
    font-size: 30px;
  }

  .modal-footer{
    display: flex;
  }

  .btn-secondary {
    color: #444444!important
  }

  .modal-img-container{
    width: 80%;
    margin: auto;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  ul.show-times li  .time:hover{
    background-color: transparent;
    transition: all .3s;
    border: 1px solid #0c9aba;
  }

  .desc-promo{
    padding-right: 170px;
  }

  .wrap-atmos-logo{
    position: absolute;
    top: -30px;
    left: -20px;
    width: 132px;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
  }

  th, td {
    text-align: left;
    padding: 8px;
  }

  tr:nth-child(even){background-color: #f2f2f2}

  .wrap-props{
    position: absolute;
      top: 15px;
      left: 0;
  }
  .prop-label{
    background: #0c9aba;
    padding: 7px 18px;
    border-bottom-right-radius: 20px;
    color: white;
    transition: .5s all;
    margin-bottom: 10px;
  }







@media  (max-width: 768px){
    .wrap-atmos-logo{
      left: 50px;
    }
    .single-movie .share {
    text-align: center;
  }
  .single-movie .share a {
    font-size: 18px;
      line-height: unset;
      width: 100%;
      height: unset;
  }
  .movie-poster{
    height: 100%!important;
  }
  .movie-tabs{
    border-bottom: none;
  }
  .just_mobile{
    opacity: 1!important;
  }
  .box-l{
    display: none;
  }
  .box-r{
  padding-left: 10px;
  padding-right: 10px;
  }
  #buyticket{
    display: none;
  }
  #buyticketmobile{
    display: block;
  }
  .text-md-right{
    text-align: left;
  }

  .anchor{
    display: none;
  }

  .carousel-indicators{
    bottom: 5px;
  }

  .carousel-indicators li, .carousel-indicators li.active {
    width: 16px;
    height: 16px;
  }

  .desc-promo {
    padding-right: 0px;
  }

  .hero-h1{
    font-size: 1.5rem;
  }
  .navbar{
    padding: 12px 6px 0px;
  }
  .modal-banner {
    height: 200px;
  }
}


/* MOBILE APP */


#footer_mobile {
  width: 0px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  background: #444444;
  height: 100%;
  opacity: 0;
  transition: all .5s;
  padding: 0px;
  display: none;
}

.space-footer-mobile{
  height: 72px;
}

.wrap-mobile-nav{
  background-color: #ffffff;
  padding: 8px 20px;
  position: fixed;
  width: 100%;
  z-index: 5;
  display: flex;
  flex-direction: row;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0px 4px 10px #00000052;
  justify-content: space-around;
  bottom: 0px;
}

.wrap-mobile-nav a{
  color: #444444;
}

.wrap-mobile-nav .active{
  color: #0c9aba;
}

.separator-margin{
  height: 58px;
}

.txt-nav{
  color: #444444;
  font-size: .9rem;
}

.icn-nav{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.icon {
      font-size: 2.0rem!important;
}

.movie-poster-img{
  height: 265px;
  background-size: cover;
  background-position: center;
  border-radius: 7px;
}

.overlay-movie-poster-img{
  position: absolute;
  width: 96%;
  height: 270px;
  bottom: 5px;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 25%);
  border-radius: 7px;
}

@media (max-width: 768px) {
  #webticFrame{
    margin-top: 31px!important;
  }
}





/* Animation */

.badge-snow{
  width: 45px;
  aspect-ratio: 1/1;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  top: 11px;
  right: -49px;
}

.glow {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px rgb(181, 237, 255);
  }
  to {
    text-shadow: 0 0 10px rgb(78, 200, 240):
  }
}






/* Policy */

#cookie-banner {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0%);
  box-shadow: 0px 0px 14px rgb(0 0 0 / 23%);
  width: 51%;
  background: white;
  padding: 20px 15px;
  z-index: 9999;
  border-radius: 16px;
}

#cookie-banner p {
  font-size: 0.9rem;
}

#cookie-banner .close {
  position: absolute;
  right: 0;
  top: 0px;
}

.banner-title {
  font-size: 1.2rem;
}

.cookie-btn-wrap {
  display: flex;
}

#modalPrivacy h3 {
  font-size: 1.25rem;
}

#modalPrivacy h4 {
  font-size: 1.10rem;
}

#modalPrivacy h5 {
  font-size: 1rem;
}

#modalPrivacy p {
  font-size: 0.8rem;
}

#modalPrivacy ul {
  list-style: none;
}

#modalPrivacy .servizi-cat {
  display: flex;
  flex-direction: column;
}


#modalPrivacy .servizi-cat li {
  width: 100%;
  margin-bottom: 15px;
}

#modalPrivacy .servizi-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#modalPrivacy .servizi-item li {
  width: 50%;
}

@media screen and (max-width: 780px) {
  #cookie-banner {
    width: 100%;
    top: 0px;
  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: var(--primary);
}

input:focus+.slider {
  box-shadow: 0 0 1px var(--primary);
}

input:checked+.slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}