

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.preload {
    display: none !important;
}

body {
    background: #fff;
    color: #444;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
}

a {
    color: #444;
    transition: 0.5s;
    cursor: pointer;
}

    a:hover,
    a:active,
    a:focus {
        color: #D6007A;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", 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: none;
    color: #d6007a;
    padding: 6px 12px 9px 12px;
    font-size: 14px;
    font-weight: 700;
    -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;
    border: 3px solid #d6007a;
    left: 15px;
    bottom: 0;
    transition: background 0.5s;
}

    .bottom-login:focus {
        background: #d6007a;
        color: #fff;
        outline: none;
    }

    .bottom-login:hover {
        background: #d6007a;
        color: #fff;
    }


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: none;
    color: #D6007A;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    border: 2px solid #D6007A;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

    .back-to-top:focus {
        background: #D6007A;
        color: #fff;
        outline: none;
    }

    .back-to-top:hover {
        background: #D6007A;
        color: #fff;
    }

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #FFFFFF;
    font-size: 16px;
    padding: 15px 125px;
    position: fixed;
    width: 100%;
    z-index: 1;
    font-weight: 500;
    letter-spacing: 2px !important;
}

    #topbar .contact-info a {
        line-height: 1;
        color: #1B1B1B;
    }

    #topbar .contact-info i {
        color: #D6007A;
        padding: 4px;
    }

    /*#topbar .contact-info .fa-phone {
        padding-left: 10px;
        margin-left: 10px;
    }*/

    #topbar .social-links a {
        /*color: hsla(0,0%,100%,.8);*/
        padding: 6px 12px;
        display: inline-block;
        /*border-left: 1px solid #e9e9e9;*/
    }

        #topbar .social-links a:hover {
            color: #D6007A;
        }

        #topbar .social-links a:first-child {
            border-left: 0;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 40px 125px 10px 125px;
    height: 300px;
    transition: all 0.5s;
    z-index: 997;
    background: #1b1b1b;
    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: "Poppins", 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;*/
    background-image: none !important;
    position: relative !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#intro {
    width: 100%;
    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: #495057;
            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: "Poppins", 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 {
            color: #fff;
            background: #D6007A;
            border: 2px solid #D6007A;
            border-radius: 25px;
        }

            #intro .intro-content .btn-get-started:hover {
                color: #1B1B1B;
            }

        #intro .intro-content .btn-projects {
            color: #fff;
            background: #D6007A;
            border: 2px solid #D6007A;
            border-radius: 25px;
        }

            #intro .intro-content .btn-projects:hover {
                background: #009eaf;
                border: 2px solid #009eaf;
            }

    #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: 90px;
}

/* Nav Meu Styling */

.nav-menu a {
    padding: 15px 15px;
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    outline: none;
}

    .nav-menu a:hover {
        color: #7A7A7A!important;
    }

.nav-menu .menu-active > a {
    color: #D6007A;
}

.nav-menu li:hover > a {
    color: #fff;
}

.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: 40px 190px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: #fff;
    }

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: #1b1b1b;
    left: -100%;
    width: 100%;
    overflow-y: auto;
    transition: 0.4s;
    margin-top: 120px;
    height: 380px;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-left: 40px;
    }

        #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: 39px;
        color: #60676a;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        padding-bottom: 10px;
        margin: 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: "Poppins", 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: 20px;
        }

            #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: 10px 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: #7A7A7A;
    background-size: cover;
    padding: 20px 0;
}

    #call-to-action .cta-title {
        color: #fff;
        font-size: 39px;
        font-weight: 700;
    }

    #call-to-action .cta-text {
        color: #fff;
        font-size: 20px;
    }

    #call-to-action .cta-btn {
        font-family: "Poppins", Sans-serif;
        font-size: 20px;
        display: inline-block;
        padding: 10px 26px;
        border-radius: 11px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid #D6007A;
        color: #ffffff;
        background: #D6007A;
    }

        #call-to-action .cta-btn:hover {
            color: #1B1B1B;
        }

/* 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 {
    background: #1b1b1b;
    padding: 30px 0 0 0;
}

    #contact .contact-info {
        text-align: center;
    }

        #contact .contact-info i {
            font-size: 48px;
            display: inline-block;
            margin-bottom: 10px;
            color: #b1bfc4;
        }

        #contact .contact-info address,
        #contact .contact-info p {
            margin-bottom: 0;
            color: #fff;
        }

        #contact .contact-info h3 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: bold;
            text-transform: uppercase;
            color: #b1bfc4;
        }

        #contact .contact-info a {
            color: #fff;
        }

            #contact .contact-info a:hover {
                color: #fff;
            }

    #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: #1b1b1b;
    padding: 0 0 10px 0;
    font-size: 14px;
}

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
        color: #fff !important;
    }

        #footer .copyright a {
            color: #fff !important;
        }

    #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 #fff;
        border-right: 1px solid #fff;
    }
}

@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: 1350px) {
    .nav-menu a {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .back-to-top {
        bottom: 15px;
    }

    #header {
        padding: 20px 0;
        height: 125px;
        position: fixed;
        background: #1b1b1b;
        width: 100%;
        top: 0;
    }

        #header #logo h1 {
            font-size: 34px;
        }

        #header #logo img {
            max-height: 90px;
        }

    .companyweb {
        top: 25px;
    }

    #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;
        }

    #call-to-action {
        margin-top: 125px;
    }
}

@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;
    }
}

label {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: 700;
}

.badge-secondary {
    color: #fff;
    background-color: #d6007a;
}

.badge {
    display: inline-block;
    padding: 6px 8px 4px 8px !important;
    margin-top: -7px !important;
    font-size: 18px;
    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: #000;
}

/*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: 150px;
    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;
}

#cookiepolicy {
    margin-right: 10px;
}

.btn-success {
    color: #fff;
    background-color: #D6007A;
    border: 2px solid #D6007A;
    border-color: #D6007A;
    border-radius: 11px;
}

    .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:not(:disabled):not(.disabled):active {
        color: #1B1B1B;
        background-color: #D6007A;
        border-color: #D6007A;
    }

.btn-primary {
    color: #fff;
    background-color: #D6007A;
    border: 2px solid #D6007A;
    border-color: #D6007A;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
        color: #1b1b1b;
        background-color: #D6007A;
        border: 2px solid #D6007A;
        border-color: #D6007A;
    }

.btn-secondary {
    color: #fff;
    background-color: #D6007A;
    border-radius: 11px;
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active {
        color: #1B1B1B;
        background-color: #D6007A;
    }

.btn-default {
    color: #495057;
    background-color: transparent;
    border: 2px solid #495057;
    border-color: #495057;
    border-radius: 11px;
}

    .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #495057;
        border: 2px solid #495057;
        border-color: #495057;
        border-radius: 11px;
    }

#divimages .text-center {
    border: 2px solid #1b1b1b;
    padding: 20px;
}

#user .card .card-header button {
    border-radius: 0;
    width: 100%;
    border: none !important;
    background-color: #D6007A !important;
    margin: 0 !important;
    text-decoration: none;
    padding: 20px;
    font-size: 24px !important;
    line-height: 1;
}

#user .card .card-header {
    padding: 0;
    border-radius: 0 !important;
    border: none;
}

#hdirectorycontact a, #hmembereventscontact a, #hmemberofferscontact a, #hmembernewscontact a {
    color: #60676a;
}

    #hdirectorycontact a:hover, #hdirectorycontact a:focus, #hdirectorycontact a:active,
    #hmembereventscontact a:hover, #hmembereventscontact a:focus, #hmembereventscontact a:active,
    #hmemberofferscontact a:hover, #hmemberofferscontact a:focus, #hmemberofferscontact a:active,
    #hmembernewscontact a:hover, #hmembernewscontact a:focus, #hmembernewscontact a:active,
    #directoryaddressmap:hover, #directoryaddressmap:focus, #directoryaddressmap:active,
    #membereventsaddressmap:hover, #membereventsaddressmap:focus, #membereventsaddressmap:active,
    #memberofferaddressmap:hover, #memberofferaddressmap:focus, #memberofferaddressmap:active,
    #membernewsaddressmap:hover, #membernewsaddressmap:focus, #membernewsaddressmap:active,
    #divpostcoderesult a:hover, #divpostcoderesult a:focus, #divpostcoderesult a:active,
    #registerModal a:hover, #registerModal a:focus, #registerModal a:active {
        color: #D6007A !important;
    }

.multiselect {
    /*padding: 8px;*/
    /*border-color: rgba(51,51,51,.2) !important;*/
    width: 100%;
    /*border: 1px solid #dcdcdc;
    border-radius: 2px 2px 2px 2px;
    font-size: 100%;
    margin-top: .5rem;*/
    text-align: left !important;
    /*color: #000;*/
}

.multiselect-container {
    position: relative;
    width: 100%;
}

    .multiselect-container .btn-group {
        width: 100%;
    }

.modal-header {
    background-color: #1b1b1b;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: hsla(0,0%,100%,.8);
}

    .modal-header .close {
        color: hsla(0,0%,100%,.8);
    }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

#successImage {
    height: 100%;
    text-align: center;
    background: #1b1b1b;
    padding: 20px 0;
}

#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-top: 40px;
}

.continueShopButton {
    color: #fff;
    background-color: #D6007A;
    border: 2px solid #D6007A;
    border-color: #D6007A;
    border-radius: 11px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 0.2s;
    padding: 10px 15px;
}

    .continueShopButton:hover {
        color: #1b1b1b;
        background-color: #D6007A;
        border: 2px solid #D6007A;
        border-color: #D6007A;
    }

.returnBasketButton {
    color: #fff;
    background-color: #D6007A;
    border: 2px solid #D6007A;
    border-color: #D6007A;
    border-radius: 11px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 0.2s;
    margin-right: 15px;
    padding: 10px 15px;
}

    .returnBasketButton:hover {
        color: #1b1b1b;
        background-color: #D6007A;
        border: 2px solid #D6007A;
        border-color: #D6007A;
    }

#eventdetails img {
    max-width: 100%;
}

.hideOnDirectoryCheckBox {
    height: 18px;
    width: 18px;
}

.hideOnDirectoryLabel {
    font-size: 12px;
    position: absolute;
    margin-left: 30px;
}

@media (max-width: 991px) {
    .hideOnDirectoryLabel {
        font-size: 12px;
    }
}

.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;
}

.benefitsections {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #1b1b1b;
}

@media (max-width: 992px) {
    .benefitsections {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding: 20px;
        border-radius: 20px;
        border: 2px solid #1b1b1b;
    }
}

.profileJoinNow {
    text-align: center !important;
    margin-top: 20px !important;
    padding: 20px 0 !important;
    background: #D6007A;
    border: 2px solid #D6007A;
    border-radius: 11px;
}

    .profileJoinNow:hover, .profileJoinNow:focus, .profileJoinNow:active {
        color: #1B1B1B;
    }

#tblcontactinterests {
    width: 50%;
}

@media (max-width: 992px) {
    #tblcontactinterests {
        width: 100%;
    }
}

/* -------------------------------------------- */
/* WordPress */
/* -------------------------------------------- */

#calendarwordpressitems .box {
    min-height: 275px;
}

#calendarwordpressitems .icon {
    max-width: 100px;
    display: table-cell;
}

#calendarwordpressitems .content {
    display: table-cell;
    text-align: left;
    height: 200px;
}

    #calendarwordpressitems .content p {
        margin-left: 0;
    }

    #calendarwordpressitems .content h4 {
        margin-left: 0;
    }

    #calendarwordpressitems .content .title a {
        color: #2c3332;
    }

        #calendarwordpressitems .content .title a:hover {
            color: #bfd630;
        }

#calendarwordpressitems .date {
    color: #58b0ac;
}

#calendarwordpressitems .booknowbutton {
    color: #000;
    background-color: #bfd630;
    border: 2px solid #bfd630;
    border-color: #bfd630;
    border-radius: 25px;
    font-weight: bold;
    padding: 15px 40px;
    font-size: 14px;
}

#calendarwordpressitems h4 {
    margin-bottom: 5px !important;
}

.btn-wordpress-clear {
    color: #000;
    background-color: #bfd630;
    border: 2px solid #bfd630;
    border-color: #bfd630;
    border-radius: 25px;
    font-weight: bold;
}

#calendarwordpressitems .box {
    box-shadow: 0;
}

#calendarwordpressitems .box h4 {
    text-align: left;
}

.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;
}

#divfilters {
    background: #F4FBFD;
}

    #divfilters label {
        color: #000;
        font-size: 16px;
    }

.companyweb {
    top: 95px;
}

/*@media (min-width: 1200px) {
    .companyweb {
        top: 0;
    }
}*/

.registrationinstructions h3 {
    font-size: 39px;
    font-weight: 700;
}

/*hide warning message for ckeditor*/
.cke_notification_message, .cke_notification_warning {
    display: none;
}

#memberLogo a {
    color: #d6007a;
}

    #memberLogo a:active, #memberLogo a:focus, #memberLogo a:hover {
        color: #d6007a;
    }

.downloadLogo {
    font-size: 80px;
}

#guestcheckout label {
    font-weight: 400;
}

@media (max-width: 588px) {
    #btnguest {
        margin-top: 15px !important;
    }
}