

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.preload {
    display: none !important;
}

body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #444;
    transition: 0.5s;
    cursor: pointer;
}

    a:hover,
    a:active,
    a:focus {
        color: #4f8417;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}



.quantity {
    float: left;
    margin-right: 15px;
    background-color: #eee;
    position: relative;
    width: 80px;
    overflow: hidden
}

    .quantity input {
        margin: 0;
        text-align: center;
        width: 15px;
        height: 15px;
        padding: 0;
        float: right;
        color: #000;
        font-size: 20px;
        border: 0;
        outline: 0;
        background-color: #F6F6F6
    }

        .quantity input.qty {
            position: relative;
            border: 0;
            width: 100%;
            height: 40px;
            padding: 10px 10px 10px 10px;
            text-align: center;
            font-weight: 400;
            font-size: 15px;
            border-radius: 0;
            background-clip: padding-box
        }

    .quantity .minus, .quantity .plus {
        line-height: 0;
        background-clip: padding-box;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-background-size: 6px 30px;
        -moz-background-size: 6px 30px;
        color: #bbb;
        font-size: 20px;
        position: absolute;
        height: 50%;
        border: 0;
        right: 0;
        padding: 0;
        width: 25px;
        z-index: 3
    }

        .quantity .minus:hover, .quantity .plus:hover {
            background-color: #dad8da
        }

    .quantity .minus {
        bottom: 0
    }

.shopping-cart {
    margin-top: 20px;
}

.product-name {
    font-size: 18px;
}

/* Bottom login */

.bottom-login {
    position: fixed;
    background: #aaa;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 12px;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    left: 15px;
    bottom: 0;
    transition: background 0.5s;
}

    .bottom-login:focus {
        background: #4f8417;
        color: #fff;
        outline: none;
    }

    .bottom-login:hover {
        background: #053f70;
        color: #fff;
    }


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #4f8417;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}
.back-to-top.visible {
    display: block;
    visibility: visible;
    opacity: 1;
}
.back-to-top:focus {
    background: #4f8417;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #053f70;
    color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

    #topbar .contact-info a {
        line-height: 1;
        color: #555;
    }

        #topbar .contact-info a:hover {
            color: #4f8417;
        }

    #topbar .contact-info i {
        color: #4f8417;
        padding: 4px;
    }

    #topbar .contact-info .fa-phone {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #e9e9e9;
    }

    #topbar .social-links a {
        color: #555;
        padding: 4px 12px;
        display: inline-block;
        border-left: 1px solid #e9e9e9;
    }

        #topbar .social-links a:hover {
            color: #4f8417;
        }

        #topbar .social-links a:first-child {
            border-left: 0;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 20px 0 10px 0;
    height: 134px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

    #header #logo h1 {
        font-size: 42px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
    }

        #header #logo h1 a {
            color: #053f70;
            line-height: 1;
            display: inline-block;
        }

            #header #logo h1 a span {
                color: #4f8417;
            }

    #header #logo img {
        padding: 0;
        margin: 0;
    }

/*--------------------------------------------------------------
# Featured Section
--------------------------------------------------------------*/


.herodescription {
    max-width: 50% !important;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .herodescription {
        max-width: 100% !important;
    }

    .introinner {
        height: 70vh;
    }
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

.introinner {
    width: 100%;
    height: 20vh;
    position: relative;
    background-size: cover;
}


#intro {
    width: 100%;
    height: 20vh;
    position: relative;
    background-size: cover;
}

    #intro .intro-content {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

        #intro .intro-content h2 {
            color: #fff;
            margin-bottom: 30px;
            font-size: 36px;
            font-weight: 700;
            max-width: 50%;
        }

            #intro .intro-content h2 span, #intro .intro-content a, #heventdatetime {
                color: #fff;
            }

        #intro .intro-content .btn-get-started,
        #intro .intro-content .btn-projects {
            font-family: "Raleway", sans-serif;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: 1px;
            display: inline-block;
            padding: 6px 32px;
            border-radius: 2px;
            transition: 0.5s;
            margin: 0px;
            color: #fff;
        }

        #intro .intro-content .btn-get-started {
            background: #053f70;
            border: 2px solid #053f70;
        }

            #intro .intro-content .btn-get-started:hover {
                background: none;
                color: #053f70;
            }

        #intro .intro-content .btn-projects {
            background: #4f8417;
            border: 2px solid #4f8417;
        }

            #intro .intro-content .btn-projects:hover {
                background: none;
                color: #4f8417;
            }

    #intro #intro-carousel {
        z-index: 8;
        opacity: 0.5;
    }

        #intro #intro-carousel::before {
            content: '';
            background-color: rgba(255, 255, 255, 0.7);
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: 7;
        }

        #intro #intro-carousel .item {
            width: 100%;
            height: 20vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            transition-property: opacity;
        }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }

    .nav-menu ul li {
        min-width: 180px;
    }

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 22px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 8px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
    margin-top: -100px;
}

/* Nav Meu Styling */

.nav-menu a {
    padding: 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #555;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 20px;
    outline: none;
}

.nav-menu li:hover > a,
.nav-menu .menu-active > a {
    color: #4f8417;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

    .nav-menu ul li {
        transition: 0.3s;
    }

        .nav-menu ul li a {
            padding: 10px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 13px;
            text-transform: none;
        }

        .nav-menu ul li:hover > a {
            color: #4f8417;
        }

    .nav-menu ul ul {
        margin: 0;
    }

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 30px 30px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: #555;
    }

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #fff;
                font-size: 16px;
                overflow: hidden;
                padding: 10px 22px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
            }

                #mobile-nav ul li a:hover {
                    color: #fff;
                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #4f8417;
            }

        #mobile-nav ul .menu-item-active {
            color: #4f8417;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header {
    margin-bottom: 15px;
}

    .section-header h2 {
        font-size: 24px;
        color: #053f70;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        padding-bottom: 10px;
    }

        .section-header h2::before {
            content: '';
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: #4f8417;
            bottom: 0;
            left: 0;
        }

    .section-header p {
        padding: 0;
        margin: 0;
    }

/* About Section
--------------------------------*/

#about {
    padding: 60px 0 30px 0;
}

    #about .about-img {
        overflow: hidden;
    }

        #about .about-img img {
            margin-left: -15px;
            max-width: 100%;
        }

    #about .content h2 {
        color: #053f70;
        font-weight: 700;
        font-size: 36px;
        font-family: "Raleway", sans-serif;
    }

    #about .content h3 {
        color: #555;
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
        font-style: italic;
    }

    #about .content p {
        line-height: 26px;
    }

        #about .content p:last-child {
            margin-bottom: 0;
        }

    #about .content i {
        font-size: 20px;
        padding-right: 4px;
        color: #4f8417;
    }

    #about .content ul {
        list-style: none;
        padding: 0;
    }

        #about .content ul li {
            padding-bottom: 10px;
        }

/* Services Section
--------------------------------*/

#services {
    padding: 30px 0 0 0;
}

    #services .box {
        padding: 30px;
        margin-bottom: 30px;
        box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
        background: #fff;
        transition: 0.4s;
        border-radius: 10px;
    }

        /*#services .box:hover {
            box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
        }*/

        #services .box .icon {
            float: left;
        }

            #services .box .icon i {
                color: #444;
                font-size: 64px;
                transition: 0.5s;
                line-height: 0;
                margin-top: 34px;
            }

        /*#services .box .icon i:before {
                    background: #fff;
                    background: linear-gradient(45deg, #444 0%, #444 100%);
                    background-clip: border-box;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }*/

        #services .box h4 {
            margin-left: 100px;
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 17px;
        }

            #services .box h4 a {
                color: #444;
            }

        #services .box p {
            font-size: 14px;
            margin-left: 100px;
            margin-bottom: 0;
            line-height: 24px;
        }

/* Clients Section
--------------------------------*/

#clients {
    padding: 15px 0;
}

    #clients img {
        max-width: 100%;
        opacity: 0.5;
        transition: 0.3s;
        padding: 15px 0;
    }

        #clients img:hover {
            opacity: 1;
        }

    #clients .owl-nav,
    #clients .owl-dots {
        margin-top: 5px;
        text-align: center;
    }

    #clients .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd;
    }

        #clients .owl-dot.active {
            background-color: #4f8417;
        }

/* Our Portfolio Section
--------------------------------*/

#portfolio {
    background: #fff;
    padding: 30px 0;
}

    #portfolio .portfolio-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: all ease-in-out 0.4s;
    }

    #portfolio .portfolio-item {
        overflow: hidden;
        position: relative;
        padding: 0;
        vertical-align: middle;
        text-align: center;
    }

        #portfolio .portfolio-item h2 {
            color: #ffffff;
            font-size: 24px;
            margin: 0;
            text-transform: capitalize;
            font-weight: 700;
        }

        #portfolio .portfolio-item img {
            transition: all ease-in-out 0.4s;
            width: 100%;
        }

        #portfolio .portfolio-item:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        #portfolio .portfolio-item:hover .portfolio-overlay {
            opacity: 1;
            background: rgba(0, 0, 0, 0.7);
        }

    #portfolio .portfolio-info {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/* Testimonials Section
--------------------------------*/

#testimonials {
    padding: 30px 0;
}

    #testimonials .testimonial-item {
        box-sizing: content-box;
        padding: 30px 30px 0 30px;
        margin: 30px 15px;
        text-align: center;
        min-height: 350px;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    }

        #testimonials .testimonial-item .testimonial-img {
            width: 90px;
            border-radius: 50%;
            border: 4px solid #fff;
            margin: 0 auto;
        }

        #testimonials .testimonial-item h3 {
            font-size: 18px;
            font-weight: bold;
            margin: 10px 0 5px 0;
            color: #111;
        }

        #testimonials .testimonial-item h4 {
            font-size: 14px;
            color: #999;
            margin: 0;
        }

        #testimonials .testimonial-item .quote-sign-left {
            margin-top: -15px;
            padding-right: 10px;
            display: inline-block;
            width: 37px;
        }

        #testimonials .testimonial-item .quote-sign-right {
            margin-bottom: -15px;
            padding-left: 10px;
            display: inline-block;
            max-width: 100%;
            width: 37px;
        }

        #testimonials .testimonial-item p {
            font-style: italic;
            margin: 0 auto 15px auto;
        }

    #testimonials .owl-nav,
    #testimonials .owl-dots {
        margin-top: 5px;
        text-align: center;
    }

    #testimonials .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd;
    }

        #testimonials .owl-dot.active {
            background-color: #4f8417;
        }

/* Call To Action Section
--------------------------------*/

#call-to-action {
    background: #053f70;
    background-size: cover;
    padding: 50px 0;
}

    #call-to-action .cta-title {
        color: #fff;
        font-size: 45px;
        font-weight: 700;
        margin: 0.67em 0;
    }

    #call-to-action .cta-text {
        color: #fff;
    }

    #call-to-action .cta-btn {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 26px;
        border-radius: 3px;
        transition: 0.5s;
        margin: 10px;
        border: 3px solid #fff;
        color: #fff;
    }

        #call-to-action .cta-btn:hover {
            background: #4f8417;
            border: 3px solid #4f8417;
        }

/* Our Team Section
--------------------------------*/

#team {
    background: #fff;
    padding: 30px 0 0 0;
}

    #team .member {
        text-align: center;
        margin-bottom: 20px;
    }

        #team .member .pic {
            overflow: hidden;
            text-align: center;
        }

            #team .member .pic img {
                max-width: 100%;
            }

        #team .member .details {
            background: #4f8417;
            color: #fff;
            padding: 15px;
            border-radius: 0 0 3px 3px;
        }

        #team .member h4 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 18px;
        }

        #team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
        }

        #team .member .social {
            margin-top: 5px;
        }

            #team .member .social a {
                color: #fff;
            }

            #team .member .social i {
                font-size: 16px;
                margin: 0 2px;
            }

/* Contact Section
--------------------------------*/

#contact {
    padding: 30px 0;
}

    #contact .contact-info {
        margin-bottom: 20px;
        text-align: center;
    }

        #contact .contact-info i {
            font-size: 48px;
            display: inline-block;
            margin-bottom: 10px;
            color: #4f8417;
        }

        #contact .contact-info address,
        #contact .contact-info p {
            margin-bottom: 0;
            color: #000;
        }

        #contact .contact-info h3 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: bold;
            text-transform: uppercase;
            color: #999;
        }

        #contact .contact-info a {
            color: #000;
        }

            #contact .contact-info a:hover {
                color: #4f8417;
            }

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        margin-bottom: 20px;
    }

    #contact #google-map {
        height: 290px;
        margin-bottom: 20px;
    }

    #contact .form #sendmessage {
        color: #4f8417;
        border: 1px solid #4f8417;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #contact .form #errormessage {
        color: red;
        display: none;
        border: 1px solid red;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

        #contact .form #sendmessage.show,
        #contact .form #errormessage.show,
        #contact .form .show {
            display: block;
        }

    #contact .form .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }

    #contact .form input,
    #contact .form textarea {
        padding: 10px 14px;
        border-radius: 0;
        box-shadow: none;
        font-size: 15px;
    }

    #contact .form button[type="submit"] {
        background: #4f8417;
        border: 0;
        border-radius: 3px;
        padding: 10px 30px;
        color: #fff;
        transition: 0.4s;
        cursor: pointer;
    }

        #contact .form button[type="submit"]:hover {
            background: #2dc899;
        }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #f2f5f8;
    padding: 0 0 30px 0;
    font-size: 14px;
}

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #555;
    }

        #footer .credits a {
            color: #053f70;
        }

@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }

    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 1200px) {
    .back-to-top {
        bottom: 15px;
    }

    #header {
        padding: 20px 0;
        height: 100px;
    }

        #header #logo h1 {
            font-size: 34px;
        }

        #header #logo img {
            max-height: 70px;
        }

    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }

    #about .about-img {
        height: auto;
    }

        #about .about-img img {
            margin-left: 0;
            padding-bottom: 30px;
        }
}

@media (max-width: 767px) {
    #intro .intro-content h2 {
        font-size: 34px;
    }

    #services .box .box {
        margin-bottom: 20px;
    }

    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #services .box h4,
    #services .box p {
        margin-left: 0;
        text-align: center;
    }

    #testimonials .testimonial-item {
        margin: 30px 10px;
    }
}

@media (max-width: 576px) {
    #contact #google-map {
        margin-top: 20px;
    }
}


.btn-primary, .btn-success {
    color: #fff;
    background: #053f70;
    border: 2px solid #053f70;
}


    .btn-primary:hover, .btn-success:hover {
        color: #fff;
        background-color: #053f70;
        border-color: #053f70;
    }

.btn-booking {
    color: #fff;
}

label {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: 700;
}

.badge-secondary {
    color: #fff;
    background-color: #578934;
}

.badge {
    display: inline-block;
    padding: 4px 8px 5px 8px !important;
    margin-top: -7px !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2.25rem;
}

.media {
    padding-top: 9px;
}

.price {
    font-size: 22px;
}

.h2light {
    font-weight: 200;
}


.bootstrap-touchspin-down {
    border-color: #ced4da;
    border-right: 0 !important;
    border-radius: 0;
    margin-top: 1px;
}

.bootstrap-touchspin-up {
    border-color: #ced4da;
    border-left: 0 !important;
    border-radius: 0;
    margin-top: 1px;
}

.login {
    display: none !important;
}

.loggedin {
    display: normal;
}

.loading {
    width: 95%;
    text-align: center;
}

.sponsorlogo {
    max-width: 200px;
    max-height: 100px;
}

.presenterimage {
    max-width: 200px;
    max-height: 100px;
}

#loginmodal .input-group-prepend {
    text-align: center !important;
}

#loginmodal .input-group-text {
    width: 40px;
}

.card img {
    max-width: 200px;
    max-height: 100px;
    width: auto;
    height: auto;
}

.btn .moreinfo {
    color: #fff !important;
}

.userlogo {
    max-height: 200px;
    max-width: 200px;
}

select {
    cursor: pointer;
}

.registrationinstructions {
    color: #fff;
}

.postcode {
    text-transform: uppercase;
}

    .postcode::-webkit-input-placeholder { /* WebKit browsers */
        text-transform: none;
    }

    .postcode:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        text-transform: none;
    }

    .postcode::-moz-placeholder { /* Mozilla Firefox 19+ */
        text-transform: none;
    }

    .postcode:-ms-input-placeholder { /* Internet Explorer 10+ */
        text-transform: none;
    }

    .postcode::placeholder { /* Recent browsers */
        text-transform: none;
    }

#calendaritems .box {
    min-height: 275px;
}


#calendaritems .icon {
    max-width: 100px;
    display: table-cell;
}


#calendaritems .content {
    display: table-cell;
    text-align: left;
    height: 200px;
}

    #calendaritems .content p {
        margin-left: 20px;
    }

    #calendaritems .content h4 {
        margin-left: 20px;
    }

#calendaritems h4 {
    margin-bottom: 5px !important;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    font-size: 14px;
}

.icon .img-thumbnail:hover {
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
}

.nocolour {
    background-color: #fff !important;
    color: #444 !important;
}

/*Used to set the general text colour theme*/
#textcontent {
    color: #053f70;
}

/*Paypal styling*/
#processing {
    text-align: center;
}

.btnpaypal {
    display: none;
    margin-top: 5px;
}

/*Loading styling*/
#loadingModal {
    background-color: #fff;
    opacity: 0.65;
}

.companylogo {
    max-height: 105px;
    max-width: 350px;
}

/* Header Container */

@media (min-width: 1500px) {
    .containerHeader {
        max-width: 1400px;
    }
}

.containerHeader {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Email Sending */
.emailLoading {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    display: none;
}

/* Payment modal incomplete field */
.form-control:invalid {
    border-width: 2.5px;
}

#eventdetails img {
    max-width: 100%;
}

.forgotPasswordDiv {
    margin: 0 27.5% 80px 27.5%;
    text-align: center;
}

@media (max-width: 991px) {
    .forgotPasswordDiv {
        margin: 0 10% 80px 10%;
    }
}

@media (max-width: 767px) {
    .forgotPasswordDiv {
        margin: 0 0 80px 0;
    }
}

.forgotPasswordInnerDiv {
    width: 70%;
    margin: auto;
}

@media (max-width: 576px) {
    .forgotPasswordInnerDiv {
        width: 90%;
    }
}

.login-model-footer {
    border: 0px;
    padding-top: 15px;
}

.login-footer-details {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 14px;
    border-top: 3px solid #e9ecef;
    padding-top: 10px;
}

.profileJoinNow {
    text-align: center !important;
    margin-top: 20px !important;
    padding: 20px 0 !important;
    border-radius: 15px;
}

.requiredFields {
    width: 100%;
    text-align: right;
    margin-right: 30px;
    margin-bottom: 20px;
}

.registerLabels {
    font-size: 14px;
    color: #000;
}

#divimages .text-center {
    border: 1px solid #000;
    padding: 20px;
}

#user .card .card-header {
    padding: 0;
    border-radius: 0 !important;
    border: none;
}

    #user .card .card-header button {
        border-radius: 0;
        width: 100%;
        border: none !important;
        margin: 0 !important;
        text-decoration: none;
        padding: 20px;
        font-size: 24px !important;
        line-height: 1;
        color: #fff;
    }

/* ------------------------ SagePay Transaction Page Start ------------------------ */

#processing {
    margin-top: 30px;
    margin-bottom: 30px;
}

#successImage {
    height: 100%;
    text-align: center;
    font-size: 60px;
}

#confirmationText {
    margin-top: 30px;
    font-size: 20px;
}

#divprocessing hr {
    border-top: 1px solid rgba(0,0,0,.25);
}

.paymentButtonContainer {
    text-align: center;
    display: none;
    margin: 30px 0;
    font-size: 20px;
}

/* ------------------------ SagePay Transaction Page End ------------------------ */

.eventcontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .eventcontainer {
        max-width: 1200px;
    }
}

.selectprice {
    border: 2px solid #053f70;
    padding: 20px;
    margin: 30px 0;
}

.priceradio {
    margin-bottom: 10px;
}

.member-nav-option {
    color: #555 !important;
}

@media (max-width: 1199px) {
    .nav-bar-options {
        display: list-item !important;
    }
}

@media (max-width: 1199px) {
    .menuusememberupdates {
        display: none !important;
    }
}

.internalpage {
    background-color: #053f70;
    min-height: 400px;
}

.memberbenefitstitle {
    color: #053f70;
}

.memberbenefitsinfo {
    margin-bottom: 20px;
}

#accordion .card-header {
    background-color: #053f70;
}

#accordion .card-link {
    color: #fff;
    font-size: 24px;
}

#accordion .card-body {
    padding: 40px 40px;
}

.memberbenefitimage {
    margin-bottom: 30px;
}

/*hide warning message for ckeditor*/
.cke_notification_message, .cke_notification_warning {
    display: none;
}

#divdirectory span {
    font-size: 18px;
}

#divdirectory .form-group {
    padding: 0;
    margin-bottom: 5px;
}

.hideContact {
    display: none;
}

.showLessContacts {
    display: none;
}

.showMoreContacts, .showLessContacts {
    color: #00a1de;
    font-size: 18px;
    text-align: center;
}

div .was-validated .form-control:valid,
div .was-validated .form-control:invalid {
    border-color: initial;
    padding-right: initial;
    background-image: initial;
    background-repeat: initial;
    background-position: initial;
    background-size: initial;
}
div div .form-control.is-valid, div div .was-validated .form-control.is-valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

div div .form-control.is-invalid, div div .was-validated .form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}