﻿body {
    display: flex;
    min-height: 100vh;
    flex-direction: column-reverse;
    font-family: 'Open Sans';
    font-size: 21px;
    line-height:2rem;
    color:#4f3b3b;
}

main {
    flex: 1 0 auto;
    min-height: 700px;
}

.bulleted li {
    list-style-type: square !important;
    text-indent: 20px !important;
    list-style-position: inside;
}

.icon-block {
    padding: 0 15px;
}

nav .brand-logo {
    font-family: 'Titillium Web';
    font-weight:bold;
    font-size: 32px;
    color: #2e3168 !important;
}

nav ul a {
    color: #000 !important;
    padding: 0px 15px !important;
    font-size:1.3rem;
}

.navbar-fixed {
    height: 80px !important;
}

.icon-block .material-icons {
    font-size: inherit;
}

.btn {
    background-color: #097656;
}

    .btn:hover {
        background-color: #119b72;
    }


.dropdown-content li {
    background-color: #333734;
    padding:0px 0px;
}
.dropdown-content li:hover {
    background-color: #333734;
}

.dropdown-content li > a {
    background-color: #333734;
     padding:10px 0px;
     line-height:3rem;
}

    .dropdown-content li > a:hover {
        background-color: #555;
        zcolor: #000;
        zfont-size: 1rem;
    }

.promo-caption {
    text-align: center;
    font-size: 24px;
}

.call-icon {
    font-size: 50px;
    position: relative;
    top: 20px;
}

nav {
    box-shadow:none !important;
}

.side-nav {
    background-color: #333933;
}

    .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: #aaa;
            color:#333;
        }

    .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;
    line-height:2.8rem;
}

footer a {
    color: #fff;
}

footer a:hover {
    text-decoration:underline !important;
}


footer .input-field label {
    color: #fff;
}

.footer-copyright {
    color: #999 !important;
    font-size:1.1rem;
}

/*.dropdown-content {
    width:inherit !important;
}

.dropdown-content li > a, .dropdown-content li > span {
    padding: 20px !important;
}*/

.bulleted li {
    list-style-type: square !important;
    text-indent: 20px !important;
    list-style-position: inside;
}

ul.disc li {
    list-style-type: disc !important;
    padding-left: 10px;
    list-style-position: inside;
    margin-bottom: 10px;
}

.collapsible {
    border: none;
    border-bottom: 1px solid #ddd;
}

.collapsible-header {
    border: none;
    border-top: 1px solid #ddd;
    line-height:2.1rem;
    padding:10px;
}

    .collapsible-header.active {
        color: #000333;
        font-weight:bold;
    }

.collapsible-body {
    background-color:#eee;
    border: none;
    padding: 15px;
    padding-left: 40px;
}

    .collapsible-body ul li {
        list-style-type: circle !important;
        padding-left: 10px;
        list-style-position: inside;
        margin-bottom: 10px;
    }

h1 {
    font-family: 'Titillium Web';
    font-weight:500;
    font-size: 2.0rem !important;
    color: #2e3168;

}

h2 {
    font-family: 'Titillium Web';
    font-weight:500;
    font-size: 1.7rem !important;
    font-weight:500;
    color: #2e3168;
}

h3 {
    font-size: 1.5rem !important;
    color: #2e3168;
}

h4 {
    font-size: 1.3rem !important;
}

h5 {
    font-size: 1.2rem !important;
    color: #b09b56;
}

h6 {
    font-size: 1.1rem !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;
}

.quotes {
    height: 77px;
    width: 80px;
    display: inline-block;
    background-image: url('../images/quotation_marks.png');
}

.opening {
    background-position: 0px 0px;
}

.closing {
    background-position: -80px 0px;
    vertical-align: text-top;
}


/****************/
/* Homepage     */
/****************/

.default-bar-section {
    background-color: #feeaea;
    padding: 10px 0px;
}

.slider {
    
}

.slides .caption a {
    font-size: 24px;
}

.slides h3, .slides h5 {
    text-shadow: 3px 3px 8px #000;
}

.parallax-container {
    height: 600px;
}

.parallax {
    height: 500px;
}

.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;
}

/*************/
/*  GALLERY  */
/*************/
.materialboxed {
    width: 100%;
}

/*************/
/*  CONTACT  */
/*************/
.booking-box-header {
    background-color: #eee;
    padding: 10px;
}

@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: 80px;
        line-height: 80px;
    }
}

@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: 80px;
    }

    .navbar-fixed {
        height: 60px !important;
    }
}

.more-dd {
display:none;

}
.more-item {
display:block;

}

@media only screen and (min-width: 900px) and (max-width: 1100px) {
.more-dd {
display:block;
}
.more-item {
display:none;

}
}

/**/
.gv_row {
    
}

@media only screen and (min-width: 993px) {
    .container {
        width: 95%;
    }
}
