
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.preload {
    display: none !important;
}

body {
    background: #fff;
    color: #444;
    font-family: "Montserrat", 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: #fff;
    box-shadow: rgb(0 0 0 / 25%) 0 1px 10px 0;
    color: #000;
    padding: 8px 15px 12px 15px;
    font-size: 12px;
    border-radius: 20px;
    right: 50px;
    bottom: 50px;
    transition: background 0.5s;
}

    .back-to-top:focus {
        background: #fff;
        color: #000;
        outline: none;
    }

    .back-to-top:hover {
        background: #fff;
        color: #000;
    }

/*--------------------------------------------------------------
# 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: 19px 0 10px 0;
    height: 100px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    /*box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);*/
    border-bottom: 3px solid #000;
}

    #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: url("../img/intro-carousel/inner.jpg") no-repeat !important;
  background-size: cover;*/
    height: auto !important;
    /*min-height: 400px;*/
    background-image: none !important;
    /*background-color: #d0103a !important;*/
    position: relative !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}


#intro {
    width: 100%;
    height: 20vh;
    position: relative;
    /*background: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8)), url("../img/intro-carousel/inner.jpg") no-repeat !important;*/
    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: #d0103a;*/
            margin-bottom: 30px;
            font-size: 36px;
            font-weight: 700;
            max-width: 50%;
        }

            #intro .intro-content h2 span {
                color: #4f8417;
            }

        #intro .intro-content .btn-get-started,
        #intro .intro-content .btn-projects {
            font-family: "Montserrat", 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: #d0103a;
            padding: 1.15em 2.1em;
            /*border: 2px solid #053f70;*/
        }

            #intro .intro-content .btn-get-started:hover {
                background: #fff;
                color: #000;
            }

        #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: 5px 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: -80px;
}

/* Nav Meu Styling */

.nav-menu a {
    padding: 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #555;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    outline: none;
}

.nav-menu li:hover > a {
    color: #a7a9b8;
}

.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: 10px;
}

    .section-header h2 {
        font-size: 24px;
        color: #d0103a;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        margin-bottom: 10px;
        /*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: "Montserrat", 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;*/
        border: 1px solid #ccc
    }

        /*#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: #333333;
    background-size: cover;
    padding: 20px 0;
}

    #call-to-action .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    #call-to-action .cta-text {
        color: #fff;
    }

    #call-to-action .cta-btn {
        font-family: "Montserrat", sans-serif;
        display: inline-block;
        border-radius: .2rem;
        background-color: #d0103a;
        border-color: #d0103a;
        padding: 1.15em 2.1em;
        color: #fff;
        margin: 10px;
    }

        #call-to-action .cta-btn:hover {
            box-shadow: rgb(0 0 0 / 25%) 0px 10px 10px 0px;
            background-color: #fff;
            border-color: #fff;
            color: #000;
        }

/* 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 {
    color: #fff;
    background: #053f70;
    border: 2px solid #053f70;
}


    .btn-primary:hover {
        color: #fff;
        background-color: #053f70;
        border-color: #053f70;
    }

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 {
    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: #d0103a;
}

/*Paypal styling*/
#processing {
    text-align: center;
}

.btnpaypal {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 15px;
}

/*Loading styling*/
#loadingModal {
    background-color: #fff;
    opacity: 0.65;
}

.companylogo {
    max-height: 105px;
    max-width: 150px;
}

/* 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;
}

#divimages .text-center {
    border: 1px solid #d0103a;
    padding: 20px;
}

#user .card {
    border: none;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 10px !important;
}

    #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;
            background-color: #d0103a !important;
            margin: 0 !important;
            text-decoration: none;
            padding: 20px;
            font-size: 24px !important;
            line-height: 1;
        }

#intro.introinner .intro-content {
    position: relative !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    color: #fff;
    font-size: 1.25em;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    #intro.introinner .intro-content {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #intro.introinner .intro-content {
        max-width: 1140px;
    }
}

#intro.introinner .intro-content h2 {
    color: #fff !important;
    max-width: 700px !important;
}

#intro.introinner .intro-content #heventdatetime {
    color: #fff !important;
}

#divbookattendees span.btn.btn-primary {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    background-color: rgba(0,0,0,0) !important;
    border: none;
    color: #fff !important;
    padding: 0 30px 0 0 !important;
    margin-top: .5em;
    text-align: left !important;
    z-index: 1;
    transition: color .2s;
    height: 40px !important;
    margin-top: 0 !important;
}

.btn-main {
    background-color: #d0103a;
    border-color: #d0103a;
    padding: 1.15em 2.1em;
    color: #fff;
}

    .btn-main:hover, .btn-main:focus, .btn-main:active {
        box-shadow: rgb(0 0 0 / 25%) 0px 10px 10px 0px;
        background-color: #fff;
        border-color: #fff;
        color: #000;
    }

    .btn-main:not(:disabled):not(.disabled):active, .btn-main:not(:disabled):not(.disabled).active, .show > .btn-main.dropdown-toggle {
        box-shadow: rgb(0 0 0 / 25%) 0px 10px 10px 0px;
        background-color: #fff;
        border-color: #fff;
        color: #000;
    }

.btn-primary {
    background: #d0103a;
    border-color: #d0103a;
}

    .btn-primary:hover {
        box-shadow: rgb(0 0 0 / 25%) 0px 10px 10px 0px;
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

#hdirectorycontact a, #hdirectorycontact a:hover, #hdirectorycontact a:focus,
#hmembereventscontact a, #hmembereventscontact a:hover, #hmembereventscontact a:focus,
#hmemberofferscontact a, #hmemberofferscontact a:hover, #hmemberofferscontact a:focus,
#hmembernewscontact a, #hmembernewscontact a:hover, #hmembernewscontact a:focus,
#hmembervacanciescontact a, #hmembervacanciescontact a:hover, #hmembervacanciescontact a:focus {
    color: #fff;
}


#topbar .social-links a:hover,
#topbar .contact-info a:hover,
#contact .contact-info a:hover,
.companyselector:hover,
#diveventsponsors a:hover,
#diveventsponsors a:focus,
#diveventpresenters a:hover,
#diveventpresenters a:focus,
#directoryaddressmap:hover, #membereventsaddressmap:hover, #memberofferaddressmap:hover, #membernewsaddressmap:hover, #membervacanciesaddressmap:hover,
#membereventsaddressmap:focus, #memberofferaddressmap:focus, #membernewsaddressmap:focus, #membervacanciesaddressmap:focus,
.copyright a:hover,
.copyright a:focus,
.alert a:hover {
    color: #a7a9b8;
}

#topbar .contact-info i, #contact .contact-info i {
    color: #d0103a;
}

@media (max-width: 768px) {
    #directoryitems .btn-main, #membereventsitems .btn-main, #membernewsitems .btn-main, memberoffersitems .btn-main {
        width: 100%;
    }
}

.createSubmissionItemContainer {
    width: 100%;
    height: 60px;
}

.createSubmissionItemButton {
    background-color: #d0103a;
    border-color: #d0103a;
    padding: 1.15em 2.1em;
    color: #fff;
    width: 25%;
    text-align: center;
    margin-left: 37.5%;
    margin-right: 37.5%;
}

    .createSubmissionItemButton:hover {
        box-shadow: rgb(0 0 0 / 25%) 0 10px 10px 0;
        background-color: #fff;
        border-color: #fff;
        color: #000;
    }

    .createSubmissionItemButton a {
        color: #fff !important;
    }

@media (max-width: 1144px) {
    .createSubmissionItemButton {
        width: 30%;
        margin-left: 35%;
        margin-right: 35%;
    }
}

@media (max-width: 865px) {
    .createSubmissionItemButton {
        width: 40%;
        margin-left: 30%;
        margin-right: 30%;
    }
}

@media (max-width: 656px) {
    .createSubmissionItemButton {
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }
}

@media (max-width: 448px) {
    .createSubmissionItemButton {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (max-width: 343px) {
    .createSubmissionItemButton {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* Transaction Page */

#processing {
    margin-top: 30px;
    margin-bottom: 30px;
}

#successImage {
    height: 100%;
    text-align: center;
}

#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-bottom: 30px;
}

.continueShopButton {
    position: relative;
    border-radius: .2rem;
    background-color: #d60825;
    border-color: #d60825;
    color: #fff;
    z-index: 1;
    overflow: hidden;
    transition: color 0.2s;
    padding: 1.15em 2.1em;
}

    .continueShopButton:hover {
        color: #000;
        background-color: #fff;
        border-color: #fff !important;
        border-color: #747474;
        box-shadow: rgb(0 0 0 / 25%) 0 10px 10px 0;
    }

.returnBasketButton {
    position: relative;
    border-radius: .2rem;
    padding: 5px 30px 5px 20px;
    background-color: #d60825;
    border-color: #d60825;
    color: #fff;
    z-index: 1;
    overflow: hidden;
    transition: color 0.2s;
    padding: 1.15em 2.1em;
    margin-right: 15px;
}

    .returnBasketButton:hover {
        color: #000;
        background-color: #fff;
        border-color: #fff !important;
        border-color: #747474;
        box-shadow: rgb(0 0 0 / 25%) 0 10px 10px 0;
    }

.registerEvent {
    margin-bottom: 20px;
}

    .registerEvent div {
        background-color: rgba(208, 16, 58,.1);
        padding: 10px 20px 10px 20px;
        width: 55%
    }

        .registerEvent div h5 {
            margin: 0;
            line-height: 1.5;
        }

            .registerEvent div h5 a {
                color: #000000;
            }

                .registerEvent div h5 a:hover {
                    color: #a7a9b8;
                }

@media (max-width: 991px) {
    .registerEvent div {
        width: 100%
    }
}

@media (max-width: 767px) {
    .registerEvent div h4 {
        font-size: 18px;
    }
}

@media (max-width: 354px) {
    .registerEvent div h4 {
        font-size: 16px;
    }
}

.loginModalRegister {
    width: 90%;
}

    .loginModalRegister:hover {
        color: #a7a9b8;
    }

#eventaddressmap:hover, #directoryaddressmap:hover, #membereventsaddressmap:hover, #membernewsaddressmap:hover, #memberoffersaddressmap:hover {
    color: #a7a9b8;
}

#eventdetails a:hover {
    color: #d0103a;
}

.contactInterestsRows {
    padding-top: 10px !important;
    padding-left: 200px !important;
    padding-bottom: 5px !important;
}

@media (max-width: 460px) {
    .contactInterestsRows {
        padding-left: 150px !important;
    }
}

@media (max-width: 420px) {
    .contactInterestsRows {
        padding-left: 100px !important;
    }
}

@media (max-width: 380px) {
    .contactInterestsRows {
        padding-left: 50px !important;
    }
}

@media (max-width: 320px) {
    .contactInterestsRows {
        padding-left: 20px !important;
    }
}

@media (max-width: 280px) {
    .contactInterestsRows {
        padding-left: 0 !important;
    }
}

/* WordPress Site*/
.wordpress-date {
    width: 75px;
    background-color: #eeeeee;
    color: #050505;
    margin-right: 5px;
    text-align: center;
}

.wordpress-month {
    text-align: center;
    margin-top: 20px;
    line-height: 0.5;
}

.wordpress-day {
    font-size: 26px;
    font-weight: bold;
}

.image-dimensions {
    width: 75px;
    height: 75px;
}

.wordpress-summary {
    margin-left: 10px;
    margin-top: 8px;
    color: #757575;
    width: 70%;
}

    .wordpress-summary a {
        color: #757575;
        font-weight: 400;
    }

        .wordpress-summary a:hover {
            color: #d0103a;
        }

.wordpress-title {
    line-height: 2;
}

.wordpress-button-container {
    width: 14%;
    text-align: right;
    margin-top: 25px;
}

@media (max-width: 1200px) {
    .wordpress-button-container {
        width: 15.2%;
    }
}

@media (max-width: 970px) {
    .wordpress-button-container {
        width: 12%;
    }

    .wordpress-summary {
        font-size: 14px;
    }
}

@media (max-width: 770px) {
    .wordpress-summary {
        width: 65%;
    }

    .wordpress-button-container {
        width: 22%;
    }
}

@media (max-width: 720px) {
    .wordpress-button-container {
        width: 22%;
    }

    .image-thumbnail {
        display: none;
    }
}

@media (max-width: 680px) {
    .wordpress-button-container {
        width: 22%;
    }

    .wordpress-summary {
        width: 60%;
        font-size: 12px;
    }
}

@media (max-width: 540px) {
    .wordpress-button-container {
        width: 22%;
    }

    .wordpress-summary {
        width: 55%;
    }

    .wordpress-button {
        padding: 3px 4.5px !important;
        font-size: 10px;
    }
}

@media (max-width: 450px) {
    .wordpress-button-container {
        width: 100%;
    }
}

.wordpress-button {
    background-color: #666;
    font-weight: 700;
    padding: 6px 9px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    border-radius: 3px;
}

    .wordpress-button:hover {
        color: #fff !important;
    }

@media (max-width: 1199px) {
    .menuuseevents {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .nav-events {
        display: list-item !important;
    }
}

.event-nav-option {
    color: #555 !important;
}

    .event-nav-option:hover {
        color: #a7a9b8 !important;
    }

.sub-menu-custom {
    color: #555 !important;
}

    .sub-menu-custom:hover !important, .sub-menu-custom:active !important, .sub-menu-custom:focus !important {
        color: #555 !important;
    }

.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;
}

    .login-footer-details a:hover, .login-footer-details a:focus, .login-footer-details a:active {
        color: #a7a9b8;
    }

.profileJoinNow {
    text-align: center !important;
    margin-top: 20px !important;
    padding: 20px 0 !important;
    border-radius: 15px;
}

.selectprice {
    border: 2px solid #d0103a;
    padding: 20px;
    background-color: #fde2e8;
    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;
    }
}

/*hide warning message for ckeditor*/
.cke_notification_message, .cke_notification_warning {
    display: none;
}