﻿body {
    display: flex;
    min-height: 100vh;
    flex-direction: column-reverse;
    font-size: 19px;
}

main {
    flex: 1 0 auto;
    min-height: 600px;
}

.bulleted li {
    list-style-type: square !important;
    text-indent: 20px !important;
    list-style-position: inside;
}

.icon-block {
    padding: 0 15px;
}

nav .brand-logo {
    font-size: 20px;
    top: 16px !important;
}

nav ul a {
    color: #001100 !important;
    padding: 0px 10px;
}

.navbar-fixed {
    height: 90px !important;
}

.icon-block .material-icons {
    font-size: inherit;
}

.btn {
    background-color: #097656;
}

    .btn:hover {
        background-color: #119b72;
    }


.dropdown-content li > a {
    background-color: #eee;
    color: #001100;
    font-size: 1rem;
}

    .dropdown-content li > a:hover {
        background-color: #aaa;
        color: #000;
        font-size: 1rem;
    }

.promo-caption {
    text-align: center;
    font-size: 24px;
}

.call-icon {
    font-size: 50px;
    position: relative;
    top: 20px;
}

.side-nav {
    background-color: #fafafa;
}

    .side-nav a {
        font-size: 19px;
        padding: 15px 10px !important;
        height: 50px;
        line-height: 20px;
    }

        .side-nav li:hover, .side-nav a:hover {
            background-color: #ccc;
        }

    .side-nav li {
        padding: 0px !important;
        line-height: 20px !important;
    }

    .side-nav .divider {
        background-color: #aaa;
    }


.card-action {
    color: #eee;
}

.page-footer {
    margin-top: 0px !important;
}

footer a {
    color: #fff;
}

footer .input-field label {
    color: #fff;
}

h1 {
    font-size: 2.5rem !important;
    color: #006600;
}

h2 {
    font-size: 2.2rem !important;
}

h3 {
    font-size: 2.0rem !important;
}

h4 {
    font-size: 1.7rem !important;
}

h5 {
    font-size: 1.4rem !important;
}

h6 {
    font-size: 1.2rem !important;
}

.ModalPopupBackground {
    height: 100%;
    filter: alpha (opacity=80);
    opacity: 0.8;
    background-color: #000;
}

.header {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.header--hidden {
    -webkit-transform: translateY( -100% );
    -ms-transform: translateY( -100% );
    transform: translateY( -100% );
}

.header--narrow {
    height: 5em;
}

.more-dd {
    display: none;
}

.more-item {
    display: block;
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
    .more-dd {
        display: block;
    }

    .more-item {
        display: none;
    }
}

/****************/
/* Homepage     */
/****************/

.default-bar-section {
    background-color: #feeaea;
    padding: 10px 0px;
}

.slides .caption a {
    font-size: 24px;
}

.slides h3, .slides h5 {
    text-shadow: 3px 3px 8px #000;
}

.movietimes-section1 .card, .movietimes-section2 .card {
    box-shadow: none;
    text-transform: uppercase;
}

.parallax-container {
    height: 300px;
}

.sub-header {
    text-align: center;
    font-size: 1.5em;
    color: #444;
    margin-bottom: 40px;
    font-style: italic;
}

p.grey-text {
    font-size: 20px;
}

.slider .indicators .indicator-item.active {
    background-color: #888;
}

.select-wrapper input.select-dropdown {
    margin: 0px 10px;
}

.aspx-homepage-drop-down {
    display: block !important;
    height: 50px;
    margin-bottom: 10px;
}

/****************/
/* FAQs      */
/****************/
.collapsible-header {
}

    .collapsible-header:hover {
        text-decoration: underline;
        background-color: #fafafa;
    }


.collapsible .active {
    text-decoration: none;
    background-color: #f4f4f4;
}

.collapsible-body {
}


input:not([type]), input[type=text]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label {
    color: white;
}

input:not([type]), input[type=text]:focus:not([readonly]), input[type=email]:focus:not([readonly]) {
    border-bottom: 1px solid white;
}

/*input:not([type]), input[type=text], input[type=email] {
    sbackground-color: #ddd;
    zborder: 1px solid #aaa;
}*/

/*************/
/*  GALLERY  */
/*************/
.materialboxed {
    width: 100%;
}

/*************/
/*  CALENDAR */
/*************/
table.Calendar {
    margin: 13px !important;
    max-width: 410px !important;
}

.Calendar td {
    text-align: center !important;
    font-size: 17px;
    padding: 2px;
}

.Calendar th {
    text-align: center !important;
    border: 1px #777 solid !important;
}

.CalendarTitle td {
    text-align: center !important;
    font-size: 30px;
    padding: 2px;
}

.CalendarDay {
    border: 1px #777 solid !important;
    padding: 2px !important;
}

@media screen and (max-width: 1270px) {
    body {
    }

    .Calendar {
        font-size: 10px;
    }

        .Calendar td {
            text-align: center !important;
            font-size: 14px;
        }

    .CalendarTitle td {
        font-size: 24px;
    }

    .CalendarDay {
        font-size: 10px;
        max-width: 20px;
    }
}

/*************/
/*  CONTACT  */
/*************/
.booking-box-header {
    background-color: #eee;
    padding: 10px;
}

    #login-div { height:25px; line-height:20px; }
    #login-div a { height:24px; line-height:24px; font-size:16px; }
    #login-div a i { height:25px; line-height:24px; }

@media only screen and (min-width: 1101px) {
    nav ul a {
        padding: 0px 10px;
    }
}

@media only screen and (min-width: 601px) {
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 120px;
        line-height: 86px;
    }

    #logo-container1 img {
        width: 230px;
    }
}

@media only screen and (max-width: 600px) {
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 80px;
        line-height: 60px;
    }

    .navbar-fixed {
        height: 60px !important;
    }

    #logo-container1 img {
        width:150px;
    }
}
