/*General CSS*/
body {
    background: black;
    font-family: rift, sans-serif;
    font-weight: 500;
    font-style: normal;

}
/*.buy-ticket,
#navbarSupportedContent > ul > li:nth-child(3) > a,
.arrow,
{
    display: none;
}*/
#about > div > div.col-sm-12.col-md-7.col-lg-6.pt-5.pb-5,
#contact > div > div.col-sm-12.col-md-7.col-lg-6.pb-5{
    display: none;
}

.film-time-table .buy-ticket{
    display: block !important;
}
#arrow{
    display: block;
}
.masthead .masthead-bg {
    background-color: transparent;
}

h1 {
    font-family: rift, sans-serif;
    font-size: 4.5rem;
    color: white;
    line-height: 5rem;

    font-weight: 600;
}

a {
    color: #fff;
    font-family: rift, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.3rem;

}

.nav a {

    margin-top: -20px;
    display: block;
}

p {
    color: white;
    font-size: 22px;

    font-weight: 400;
}
#about p,
#location p,
.films-home .tab_content p{
    font-family: rift, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 20px;
line-height: 40px;
}
.accordion p{
    font-family: rift, sans-serif;
font-weight: 300;
font-style: normal;
    line-height: 30px;
}
#about p:first-child{
    padding-top: 10px;
}
#about p{
    line-height: 50px;
    font-weight: 300;
    padding:  0 0 25px;
}
#about p a{
    font-size: 20px;
    color:#8b8a8a;
}
#about p a:hover{
    color:white;
}
#about p:last-child{
        margin-bottom: 0;
    padding-bottom: 0;
    color:#8b8a8a;
}
#about li {
    padding-bottom: 15px;
    line-height: 50px;
}
#about ul {
  list-style: none; /* Remove default bullets */
      margin-top: -70px;
}
#about > div > div.col-sm-12.col-md-5.offset-lg-2.col-lg-5{
    margin: 0 auto !important;
    padding:0 40px;
}
#about ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fff; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
strong{
    font-family: rift, sans-serif;
font-weight: 600;
font-style: normal;
}
h2,
h3,
h4 {
    font-family: rift, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
}

a:hover {
    color: white;
    text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
       padding: 0 0.7rem;
    font-size: 24px;
}
.nav-link:hover{
    color:#fff200;
}
.active a.nav-link {
    text-decoration: underline;
}

.navbar {
    padding-top: 0;

}


#nav-icon2 {
    width: 40px;
    height: 30px;
    position: relative;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navbar-toggler{
  padding-right: 0;
}
/* Icon 2 */

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
/*#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2){
  background:#ee2935;
}
#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4){
  background:#fff200;
}
#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6){
  background:#2c95bb;
}*/
#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 13px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
    top: 27px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 3px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 3px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 3px;
    top: 22px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 22px;
}

.container-fluid {
    padding: 0 4rem;
}

header {
    padding-top: 2rem;
    margin-bottom: 4vw;
}

header a {
    font-weight: 400;
}

footer {
    padding: 4rem 0;
    background: #262626;
    margin-top: 3rem;
    position: relative;
}

footer a {
    font-size: 20px;
    font-weight: 400;
}

footer ul {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-bottom: 0;
}

footer li {
    padding: 0.8rem 0;
}

.tc a {
    color: #838383;
}

#submit {
    margin-right: 13px;
    text-transform: uppercase;
    border: none;
    font-size: 20px;
    background: white;
    color: black;
    font-family: rift, sans-serif;
    font-weight: 600;
    padding:5px 30px;
    font-style: normal;
}

#submit:hover {
    cursor: pointer;
    background: transparent;
    border: 1px solid white;
    color: white;
}

.message {
    text-align: center;
    padding-top: 10px;
    color: #ee2935;
    font-weight: 600;
}
.films-home .tri:nth-child(2) h3{
    color:#2d96bb;
}

.films-home .tri:nth-child(3) h3{
    color:#fff200;
}

.films-home .tri:nth-child(4) h3{
    color:#ee2935;
}

/*Homepage*/
.tri-red {

    width: 100%;
    border-top: 0 solid transparent;
    border-left: 100vw solid transparent;
    border-right: 0vw solid #fff;
    border-bottom: 53vh solid #ee2935;
    bottom: 12vh;
    position: absolute;
    animation: change-colour-top 3s ease infinite;
}

.tri-blue {

    width: 100%;
    border-top: 0 solid transparent;
    border-left: 100vw solid transparent;
    border-right: 0vw solid #fff;
    border-bottom: 34vh solid #2d96bb;
    bottom: 12vh;
    position: absolute;
    animation: change-colour-middle 3s ease infinite;
}

.tri-yellow {

    width: 100%;
    border-top: 0 solid transparent;
    border-left: 100vw solid transparent;
    border-right: 0vw solid #fff;
    border-bottom: 16vh solid #fff200;
    bottom: 12vh;
    position: absolute;
    animation: change-colour-bottom 3s ease infinite;
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0
}

i.fas.fa-times {
    font-size: 20px;
    color: #ced4da;
}

i.fas.fa-times:hover {
    color: white;
    cursor: pointer;
}

.site-by {
       position: absolute;
    bottom: 15px;
    color: #838383;
    font-size: 1.3rem;
    margin: 0;
    z-index: 123;
    left: 4rem;
}

.site-by:hover {
    color: #f67b0d;
}

.sidebar-contact {
    position: fixed;
    top: 0;
    right: -350px;

    width: 350px;
    height: auto;
    padding: 20px;
    background: #000;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
}

.sidebar-contact.active {
    right: 0;
}

.form-control {
    background: transparent;
    border-radius: 0;
    border-color: white;

}
.form-control::placeholder{
  color: white;
}
.form-item {
    padding: 10px 0;
}

.tri-yellow,
.tri-blue,
.tri-red {
    z-index: -1;
}

input {
    color: white;
}

#comment {
    background: transparent;
    border-radius: 0;
    width: 100%;
    height: 150px;
    padding: .375rem .75rem;
    color: white;
    border-color: white;
}

#potty-container {
    display: none;
}

.desktop-tree {
    display: block;
}

.mobile-tree {
    display: none;
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.arrow span {
    color: #fff;
    margin-top: -25px;
    display: block;
}

.arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 123;
    width: 60px;
    height: 40px;
    transform: translate(-50%, -50%);
    background-image: url(img/tree-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-webkit-keyframes change-colour-top {
    0% {
        border-bottom: 50vh solid #ee2935;
    }

    0.1% {
        border-bottom: 50vh solid #ee2935;
    }

    33.3% {
        border-bottom: 50vh solid #ee2935;
    }

    33.4% {
        border-bottom: 50vh solid #2d96bb;
    }

    66.7% {
        border-bottom: 50vh solid #2d96bb;
    }

    66.71% {
        border-bottom: 50vh solid #fff200;
    }

    100% {
        border-bottom: 50vh solid #fff200;
    }
}


@keyframes change-colour-top {
    0% {
        border-bottom: 50vh solid #ee2935;
    }

    0.1% {
        border-bottom: 50vh solid #ee2935;
    }

    33.3% {
        border-bottom: 50vh solid #ee2935;
    }

    33.4% {
        border-bottom: 50vh solid #2d96bb;
    }

    66.7% {
        border-bottom: 50vh solid #2d96bb;
    }

    66.71% {
        border-bottom: 50vh solid #fff200;
    }

    100% {
        border-bottom: 50vh solid #fff200;
    }
}

@-webkit-keyframes change-colour-middle {
    0% {
        border-bottom: 32vh solid #2d96bb;
    }

    0.1% {
        border-bottom: 32vh solid #2d96bb;
    }

    33.3% {
        border-bottom: 32vh solid #2d96bb;
    }

    33.4% {
        border-bottom: 32vh solid #fff200;
    }

    66.7% {
        border-bottom: 32vh solid #fff200;
    }

    66.71% {
        border-bottom: 32vh solid #ee2935;
    }

    100% {
        border-bottom: 32vh solid #ee2935;
    }
}


@keyframes change-colour-middle {
    0% {
        border-bottom: 32vh solid #2d96bb;
    }

    0.1% {
        border-bottom: 32vh solid #2d96bb;
    }

    33.3% {
        border-bottom: 32vh solid #2d96bb;
    }

    33.4% {
        border-bottom: 32vh solid #fff200;
    }

    66.7% {
        border-bottom: 32vh solid #fff200;
    }

    66.71% {
        border-bottom: 32vh solid #ee2935;
    }

    100% {
        border-bottom: 32vh solid #ee2935;
    }
}



@-webkit-keyframes change-colour-bottom {
    0% {
        border-bottom: 16vh solid #fff200;
    }

    0.1% {
        border-bottom: 16vh solid #fff200;
    }

    33.3% {
        border-bottom: 16vh solid #fff200;
    }

    33.4% {
        border-bottom: 16vh solid #ee2935;
    }

    66.7% {
        border-bottom: 16vh solid #ee2935;
    }

    66.71% {
        border-bottom: 16vh solid #2d96bb;
    }

    100% {
        border-bottom: 16vh solid #2d96bb;
    }
}


@keyframes change-colour-bottom {
    0% {
        border-bottom: 16vh solid #fff200;
    }

    0.1% {
        border-bottom: 16vh solid #fff200;
    }

    33.3% {
        border-bottom: 16vh solid #fff200;
    }

    33.4% {
        border-bottom: 16vh solid #ee2935;
    }

    66.7% {
        border-bottom: 16vh solid #ee2935;
    }

    66.71% {
        border-bottom: 16vh solid #2d96bb;
    }

    100% {
        border-bottom: 16vh solid #2d96bb;
    }
}

.img-fluid {
    width: 100%;
}

#home p {
    max-width: 510px;
}
#home {
    padding-top: 30px;
}

.films-home h2,
.films-home h3 {
    font-size: 3.4rem;
    color: white;
    font-weight: 600;
        padding-bottom: 0;
    margin: 0;
}
.films-home h3{
    font-size: 1.8rem;
    font-weight: 400;
}
.films-home h4{
    font-size: 2rem;
    margin: 0 auto 50px;
    color: black;
    background: white;
    max-width: 500px;
    padding: 10px;
    font-weight: 400;
}

.tri img {
    width: 40%;
}

.films-home h3 {
        padding: 20px 0 30px;
    margin: 0;
}

.buy-ticket {
    color: #409128;
    text-decoration: underline;
}


/*About page*/


#about ul{
padding-left: 15px;
    color: white;
    font-size: 20px;
    font-family: rift, sans-serif;
font-weight: 400;
font-style: normal;
}
/*#about li{
    list-style: none;
}*/

.shapes {
    padding-top: 26px;
}
#home .buy-ticket::before,
#about .buy-ticket::before,
.buy-link .buy-ticket::before,
.trired .buy-ticket::before,
.triyellow .buy-ticket::before,
.triblue .buy-ticket::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #3f8f27;
    left: 0;
    position: relative;
    display: inline-block;

    vertical-align: middle;

    margin-right: 15px;
}

.buy-link .buy-ticket::before{
  background-color: white;
}
#home .buy-ticket,
#about .buy-ticket {
    text-decoration: none;
    font-size: 22px;
}


/*Location Page*/
#location h1,
#about h1,
#contact h1 {
    font-size: 70px;
    padding-bottom: 25px
}

#location .mt-5 {
    margin-top: 5rem !important;
}

#location .green-line {
    position: absolute;
    right: -13vw;

}

.green-line {
    width: 28vw;
    z-index: 123;
}

#map {
    min-height: 700px;
}

/*FAQ Page*/

#faq h1 ,
#session-times h1,
#contact h1{
    font-size: 70px;
}
#session-times h1{
    margin-bottom: 40px;
}

.accordion li {
    border-bottom: 1px solid #d9e5e8;
    position: relative;
    list-style: none;
    padding: 0 60px;
}


.accordion p {
    display: none;
}

.accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 45px;
    user-select: none;
    color: white !important;
    padding: 20px 0 0;
}

.accordion a:after {
    width: 18px;
    height: 18px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 3%;
    content: " ";
    top: 45px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion p {
    font-size: 20px;
    font-weight: 300;

    line-height: 2;
    color: white;
    padding: 10px;
}

a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.film-tabs h4{
         font-size: 1.8rem;

    color: #fff;


    font-weight: 600;
    padding: 5px 10px;
    margin-bottom: 0;
    margin-left: 50px;
}
.film-tabs h4 a{
    font-size: 1.7rem;
    color:black;
}
.film-tabs h4 a:hover{
    text-decoration: underline;

}

body > div.wrapper > div > div > div:nth-child(2) > h4:nth-child(3){
    margin-top: 100px;
}
/*Session times*/
.tab {
position: relative;
    overflow: hidden;
}
#session-times{
    margin:60px 0 40px;
}


.tabs {
  display: table;
  position: relative;
  overflow: hidden;
      text-align: center;
        margin: 0 auto 50px;
    padding: 0;

}
.tabs li {
      display: inline-block;

    overflow: hidden;
    padding: 5px;
    position: relative;
    text-align: center;
}
.tabs a {

    border-bottom: 1px solid #fff;


    display: block;

    padding: 15px 40px;
    font-size: 22px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    border: 1px solid white;
}

.tabs_item {
  display: none;

}
.tab_content {
    margin:100px 0;
    overflow: auto;
}
.films-home .tab_content{
    overflow: hidden;
}
.session-times-tabs .tabs_item a{
      font-size: 1.4rem;
    color: black;
    background: #fff;
    padding: 1px 10px;
    font-weight: 400;
    text-align: center;
    float: left;
    margin-left: 4rem;
    margin-top: 10px;
    letter-spacing: 1px;
        border: 1px solid transparent;
}
.session-times-tabs .tabs_item a:hover {
    border: 1px solid white;
    color: white;
    background: transparent;
}
.tabs_item:first-child {
  display: block;
}

.current a {
    color: #070707;
    background: white;
}
.tabs a:hover {
    background: #202020;
}
.current a:hover {
    color: #070707;
    background: white;
}
.wrapper {
    margin-bottom: -3rem;
}

.film-time-table {
    background: #ffffff;
    overflow-x: auto;
    width: 100%;

}

.film-time-table table {
    margin-bottom: 0;
}

.film-time-table table tr td {
    font-size: 25px;
    padding: 30px 15px;
    background-color: #f6f6f6;
    border: none;
    color: #ffffff;
    font-weight: 600;
    vertical-align: middle;
}
.film-time-table p{
    margin-top: -15px;
    font-weight:300;
    font-size: 20px;
}
.buy-link{
  line-height: 0;
}

.buy-link .buy-ticket {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: white;
    text-decoration: none;
}
.film-time-table table tr:nth-child(2) td .buy-ticket,
.film-time-table table tr:nth-child(4) td .buy-ticket{
  color: black;
}
.film-time-table table tr:nth-child(2) td .buy-link .buy-ticket::before,
.film-time-table table tr:nth-child(4) td .buy-link .buy-ticket::before{
  background-color: black;
}
.film-time-table table tr:nth-child(odd) td {
    background: #e9e9e9;
}

.film-time-table table tr td:first-child {
    padding-left: 60px;
    position: relative;
    padding-right: 80px;
    white-space: nowrap;
}


.film-time-table table tr:first-child td,
.film-time-table table tr:nth-child(5) td  {

    background: #fff200;

    color: #000000;
}

.film-time-table table tr:nth-child(3) td
{

    background: #ee2935;


}
.description{
    align-self: center;
}
.film-time-table table tr:first-child td p,
.film-time-table table tr:nth-child(5) td p{
    color: #000000;
}
.film-time-table table tr:nth-child(2) td,
.film-time-table table tr:nth-child(4) td {

    background: #2d96bb;

}





.rows .cell:first-child {
    width: 250px;
    padding-left: 4rem;
}

.rows .cell:first-child::after {
    content: '';
    height: 80%;
    width: 2px;
    position: absolute;
    right: 90px;
    top: 16px;
    background-color: #000000;
}


.rows {
    display: table-row;
    background: #f6f6f6;
}

.rows:nth-of-type(odd) {
    background: #e9e9e9;
}

.rows.header {
    font-weight: 900;
    color: #ffffff;
    background: #ea6153;
}

.rows.green {
    background: #27ae60;
}

.rows.blue {
    background: #2980b9;
}


.cell {
    width: 100px;
    padding: 40px 0;
    display: table-cell;
    font-size: 40px;
    position: relative;

}
nav.navbar.navbar-expand-lg.fixed-header {
    position: fixed;
    width: 100%;
    background: black;
    top: 0;
    z-index: 1231;
    left: 0;
    padding: 0.5rem 4rem;
}


.partner-logos{
    text-align: center;
    padding-left: 0;
    padding-bottom: 30px;
    width: 100%;
    margin-top: 50px;
}
body > div.container-fluid.films-home > ul > li:nth-child(2),
body > div.container-fluid.films-home > ul > li:nth-child(5){
    width: 250px;
}
.partner-logos li {
     display: inline-block;
    width: 13%;
    padding: 0px 10px;
    text-align: center;
    vertical-align: top;
    max-width: 250px;
    margin:0 20px;
}
footer span{
        font-size: 1vw;
            letter-spacing: 1px;
    color: white;
    display: block;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 300;

}
.partner-logos li:first-child{

}
footer > div > div:nth-child(2){
    margin-top: 50px;
}
.partner-logos li:nth-child(3){
    width: 11%;
}


.films-home .tabs_item .row{
        padding: 4rem 0;
}
@media screen and (min-width:960px){
.partner-logos li {

    margin:0 15px;
}
}
@media screen and (min-width:1400px){
.partner-logos li {

    margin:0 25px;
}
}
@media screen and (min-width:1600px){
.partner-logos li {
    padding:0 20px;
    margin:0 28px;
}
}
@media screen and (min-width:1800px){
.partner-logos li {
    padding:0 30px;
    margin:0 30px;
}
}
.trired h2,
.trired .buy-ticket{
color:#ee2935;

}
.triyellow h2,
.triyellow .buy-ticket {
color: #fff200;

}
.triblue h2,
.triblue .buy-ticket {
    color: #2d96bb;

}
.trired img{
    border-bottom: 10px solid #ee2935;
}
.triyellow img{
    border-bottom: 10px solid #fff200;
}
.triblue img{
    border-bottom: 10px solid #2d96bb;
}
.trired .buy-ticket,
.triyellow .buy-ticket,
.triblue .buy-ticket{
    display: block;
    text-decoration: none;
    font-size: 1.5rem;
}
.trired .buy-ticket:hover,
.triyellow .buy-ticket:hover,
.triblue .buy-ticket:hover{
    color:white;
}
.trired .buy-ticket::before{
    background-color: #ee2935;
}
.triyellow .buy-ticket::before{
    background-color: #fff200
}
.triblue .buy-ticket::before {
    background-color: #2d96bb;
}
.tooltipz{
       display: inline-block;
    position: relative;
    float: right;
}
.tooltipz .tooltiptext {
  visibility: hidden;
  width: 350px;
  background-color: black;
  color: #fff !important;
  text-align: center;

  padding: 4px 0;
  display: none;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  right:80px;
  top:20px;
}

.tooltipz:hover .tooltiptext {
  visibility: visible;
  display: block;
}
.modal-dialog {
      max-width: 800px;
      margin: 130px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
@media screen and (min-width:620px) {
    .film-time-table table tr td:first-child span {
        position: absolute;
        top: 20px;
        bottom: 20px;
        width: 3px;
        height: calc(100% - 40px);
        border-right: 3px solid #fff;
        right: 40px;
    }

    .film-time-table table tr:nth-child(1) td:first-child span,
    .film-time-table table tr:nth-child(5) td:first-child span {
        border-right: 2px solid #000000;
    }
}

@media screen and (min-width:768px) {
    .film-time-table table tr td {
        font-size: 30px;
    }

}

@media screen and (min-width:992px) {
    #about h1{
        margin-left: 8.333333%;
    }

    #home .row{
        position: relative;
    }
    #home > div.row > div{

        top:50px;
    }
    .nav-brand{
        width: 350px;
      -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.fixed-header img.nav-brand.img-fluid {
    width: 250px;
  -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}

    .film-time-table table tr td:last-child img{

            max-width: 60px;

    margin-right: 10px;
    float: right;
    }

    .film-time-table table tr td {
        font-size: 40px;
    }
}
.desktop-hide{
    display: none;
}
.mobile-hide{
    display: block;
}
body > div.wrapper > div > div > div:nth-child(2) > h4:nth-child(4){
    margin-top: 150px;
}
@media screen and (max-height: 800px) {
  h1{
    font-size: 4rem;
    line-height: 4rem;
  }
  #home > div.row > div{
    top:0;
  }
}
@media screen and (min-width:970px) and (max-width:1200px) {
    .nav-brand{
        width:260px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 20px;
    }
}
@media screen and (max-width:1150px) {

    .tab_content{
        overflow:hidden;
        padding:0 15px;
    }

    .film-time-table table tr td:last-child img{

            max-width: 50px;

    }
    body > div.container-fluid.films-home > ul > li:nth-child(2),
body > div.container-fluid.films-home > ul > li:nth-child(5){
    width: 200px;
}
    h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
    #about > div > div.col-sm-12.col-md-5.offset-lg-2.col-lg-5{
        padding:0;
    }
}


@media screen and (max-width: 960px) {
    .film-time-table img {
    max-width: 35px;
    margin: 0  auto;
    padding: 10px 0 !important;
}
    .desktop-hide{
    display: block;
}
.film-time-table table tr td:nth-child(2) {
    font-size: 25px;
    padding-top: 0;
    margin-top: -10px;
}
.film-time-table table tr{
    padding-bottom: 10px;
}
.film-time-table table{
    background-color: black;
}
.mobile-hide{
    display: none !important;
}
.film-time-table p{
        font-size: 25px;
    padding-top: 0;
}
.film-time-table table tr td p{
    margin-bottom: 0;
    padding-top: 3px;
}
.film-tabs h4{
        margin: 0;
    width: 100%;
    text-align: center;

}
.tab_content{
    margin:0 0 100px;
}
.session-times-tabs .tabs_item a{
    float: none;
    margin-top: 10px;
    letter-spacing: 1px;
    display: block;
    width: 150px;
    margin: 20px auto 0;
}
.tooltipz .tooltiptext{
    right: 0;
    top:30px;
}

.tooltipz{
    float: none;
    display: block;
}
.film-time-table p{
    font-size: 15px;
}
    .triblue > div:first-child{
        order:2;
    }
    .tab_content img{
        padding-top: 20px;
    }
    #home > div.row.h-50 > div:nth-child(2){
        padding-top:0 !important;
    }
    #home > div.row.h-50 > div:nth-child(2) p{
        font-size:18px;
    }
nav.navbar.navbar-expand-lg.fixed-header{
  padding:10px 20px;
}
.films-home h2, .films-home h3{
  margin-top: 0;
}
header{
  padding-top: 10px;
}
  .accordion li{
    padding:0;
  }
  #faq{
    padding-top: 1rem;
  }
   ul.accordion{
    padding-left: 0;
  }
  .films-home h2
{
  font-size: 2rem;
}
.films-home h3{
    font-size: 1.6rem;
}
.films-home h4{
          font-size: 1.4rem;
    max-width: 280px;

}
p{
  font-size: 20px;
}
  .navbar{
    padding: 0 20px;
    z-index: 123;
  }

    .container-fluid {
        padding: 0 15px;
    }
    .desktop-tree {
        display: none;
    }

    .mobile-tree {
        display: block;
        width: 300px;
        margin-left: auto;
    }

    .tri-yellow,
    .tri-blue,
    .tri-red {
        bottom: 6vh;
    }
    .nav-overlay{
          position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.9;
    z-index: 1;
    display: none;
    }
    .nav-open .nav-overlay{
      display: block;
    }
    #about .pt-5 {
      padding-top: 2rem !important;
    }
    #location .p-0{
      padding: 0 20px !important;
    }
    #location .green-line{
     display: none;
    }
}


@media screen and (max-width:770px) {
    .partner-logos li{
        width: 230px !important;
    padding: 30px 30px 50px !important;
    }
    .partner-logos li:first-child{
            padding: 1vw 15px 40px !important;

    }
    .partner-logos{
        padding:1rem 2rem   ;
    }
    footer span {
       text-align: center;

    font-size: 13px;
}
  .tabs a{
        padding: 10px 30px;
    margin-top: 10px;
    font-size: 15px;
  }

    h1,
    #faq h1,
    #about h1,
    #session-times h1,
    #contact h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    #about h1 {
        padding: 0
    }
     #faq h1,
    #about h1,
    #session-times h1,
    #contact h1 {
        padding:20px 0;
    }

    .img-fluid {
        width: auto;
    }
    footer {
      padding:2rem 0;
    }
    footer ul {
        width: 32.5%;
        padding-left: 15px;
    }
    footer .img-fluid{
      padding:0 15px 15px;
    }
    .arrow{
      left: 40%;
    }
}

@media screen and (max-width:619px) {
    .shapes{
        display: none;
    }
    .film-time-table table tr td:first-child span {
        display: none;
    }

    .film-time-table table {
        display: block;
    }

    .film-time-table table tbody {
        display: block;
    }

    .film-time-table table tr {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        width: 100%;
    }

    .film-time-table table tr td {
        -ms-flex: 1;
        -webkit-flex: 1;
        padding: 20px 10px;
        flex: 1;
        text-align: center;
        font-size: 32px;
    }

    .film-time-table table tr td:first-child {
        width: 100%;
        min-width: 100%;
        text-align: center;
        padding: 10px 10px;
    }
    .film-time-table table tr:nth-child(2) td,
    .film-time-table table tr:nth-child(3) td{
      border-bottom-color: #fff;
    }
}

@media screen and (max-width: 580px) {
    #location h1,
    #about h1 {
            font-size: 70px;
    padding-bottom: 30px;
    }
    .cell {
        padding: 2px 16px;
        display: block;
    }

    body>header>div>div>div.col-sm-4.col-md-6.col-lg-2 {
        width: 200px;
        display: inline-block;
    }

    body>header>div>div>div.col-sm-8.col-md-6.col-lg-10.text-right.rotate {
        width: 170px;
        display: inline-block;
        padding-top: 10px;
    }

    .table {
        display: block;
    }

    .rows {
        padding: 14px 0 7px;
        display: block;
    }

    .rows.header {
        padding: 0;
        height: 6px;
    }

    .rows.header .cell {
        display: none;
    }

    .rows .cell {
        margin-bottom: 10px;
    }

    .rows .cell:before {
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #969696;
        display: block;
    }
}


@media (max-width: 400px) {
  .partner-logos li{
        width: 230px;
    padding: 30px 0;
    }
    .tri-yellow,
    .tri-blue,
    .tri-red {
        bottom: 6vh;
    }

    .site-by {
         right: 15px;
    left: auto;
    bottom: 20px;
    font-size: 1rem;
    }

    @-webkit-keyframes change-colour-top {
        0% {
            border-bottom: 42vh solid #ee2935;
        }

        0.1% {
            border-bottom: 42vh solid #ee2935;
        }

        33.3% {
            border-bottom: 42vh solid #ee2935;
        }

        33.4% {
            border-bottom: 42vh solid #2d96bb;
        }

        66.7% {
            border-bottom: 42vh solid #2d96bb;
        }

        66.71% {
            border-bottom: 42vh solid #fff200;
        }

        100% {
            border-bottom: 42vh solid #fff200;
        }
    }


    @keyframes change-colour-top {
        0% {
            border-bottom: 42vh solid #ee2935;
        }

        0.1% {
            border-bottom: 42vh solid #ee2935;
        }

        33.3% {
            border-bottom: 42vh solid #ee2935;
        }

        33.4% {
            border-bottom: 42vh solid #2d96bb;
        }

        66.7% {
            border-bottom: 42vh solid #2d96bb;
        }

        66.71% {
            border-bottom: 42vh solid #fff200;
        }

        100% {
            border-bottom: 42vh solid #fff200;
        }
    }

    @-webkit-keyframes change-colour-middle {
        0% {
            border-bottom: 26vh solid #2d96bb;
        }

        0.1% {
            border-bottom: 26vh solid #2d96bb;
        }

        33.3% {
            border-bottom: 26vh solid #2d96bb;
        }

        33.4% {
            border-bottom: 26vh solid #fff200;
        }

        66.7% {
            border-bottom: 26vh solid #fff200;
        }

        66.71% {
            border-bottom: 26vh solid #ee2935;
        }

        100% {
            border-bottom: 26vh solid #ee2935;
        }
    }


    @keyframes change-colour-middle {
        0% {
            border-bottom: 26vh solid #2d96bb;
        }

        0.1% {
            border-bottom: 26vh solid #2d96bb;
        }

        33.3% {
            border-bottom: 26vh solid #2d96bb;
        }

        33.4% {
            border-bottom: 26vh solid #fff200;
        }

        66.7% {
            border-bottom: 26vh solid #fff200;
        }

        66.71% {
            border-bottom: 26vh solid #ee2935;
        }

        100% {
            border-bottom: 26vh solid #ee2935;
        }
    }



    @-webkit-keyframes change-colour-bottom {
        0% {
            border-bottom: 13vh solid #fff200;
        }

        0.1% {
            border-bottom: 13vh solid #fff200;
        }

        33.3% {
            border-bottom: 13vh solid #fff200;
        }

        33.4% {
            border-bottom: 13vh solid #ee2935;
        }

        66.7% {
            border-bottom: 13vh solid #ee2935;
        }

        66.71% {
            border-bottom: 13vh solid #2d96bb;
        }

        100% {
            border-bottom: 13vh solid #2d96bb;
        }
    }


    @keyframes change-colour-bottom {
        0% {
            border-bottom: 13vh solid #fff200;
        }

        0.1% {
            border-bottom: 13vh solid #fff200;
        }

        33.3% {
            border-bottom: 13vh solid #fff200;
        }

        33.4% {
            border-bottom: 13vh solid #ee2935;
        }

        66.7% {
            border-bottom: 13vh solid #ee2935;
        }

        66.71% {
            border-bottom: 13vh solid #2d96bb;
        }

        100% {
            border-bottom: 13vh solid #2d96bb;
        }
    }


