body {
    color: #2c2c2c;
    font-size: 14px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

a {
    color: #3cb278;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    color: #c90233 !important;
}

h4, .h4 {
    font-size: 1.5em;
    line-height: 1.45em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.navbar {
    /*        background-color: #fff;*/
    /*    opacity: 0.05;*/
    border-bottom: 1px solid #e3e3e3;
    opacity: 0.98;
}

@media (max-width: 991.98px) { 
    .navbar {
        background-color: #fff;
        /*        opacity: 0.98;*/
    }
}

.navbar.affix {
    background: #fff;

}

.navbar #logoWhite {
    display: block;
}
.navbar #logoColor {
    display: none;
}

@media (max-width: 991.98px) { 
    .navbar #logoWhite {
        display: none;
    }

    .navbar #logoColor {
        display: block;
    }
}

.navbar.affix #logoWhite {
    display: none;
}

.navbar.affix #logoColor {
    display: block;
}

.top-nav-collapse {
    background-color: #4285F4;
}

.display-3 {
    font-weight: 400;
}

@media (max-width: 991.98px) { 
    h1, .h1 {
        font-size: 2.0em;
    }

    h3, .h3 {
        font-size: 1.5em;
    }

    .display-3 {
        font-size: 2.5rem;;
    }
}

.bold {
    font-weight: bold;
}

/*@media only screen and (max-width: 768px) {
    .navbar {
        opacity: 0.95;
    }
}*/

.topMainJumbotronBottomLine .jumbotron {
    background: none;
}

/*.topMainJumbotronBottomLine {
    background: url(../../images/club/jumbotron-club-bg1-bottomLine1.jpg) 50% 0 repeat-y;
}*/

.topMainJumbotron {
    background: url(../../images/club/jumbotron-club-bg1.webp) 50% 50% no-repeat !important;
    text-transform: uppercase;
    font-family: Montserrat;
    color: #fff;
    text-shadow: 1px 1px #282828;
    padding: 0;
}

.topMainJumbotron .container-fluid {
    background-color: rgba(0, 0, 0, .4);      
    padding-top: 12rem;
    padding-bottom: 22rem;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 1.0rem;
    height: 60px;
    margin: 0 10px;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0!important;
    padding-right: 0!important;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Raleway' ,sans-serif;
    font-weight: 700;
    color: #fff;
}

.navbar-light.affix .navbar-nav .nav-link {
    color: #222;
}

@media (max-width: 991.98px) { 
    .navbar-light .navbar-nav .nav-link {
        color: #222;
    }
}

.navbar-light .navbar-nav .group-link {
    font-size: 1.0rem;
    height: 60px;
    margin: 0 10px;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0!important;
    padding-right: 0!important;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Raleway' ,sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 2.2rem;
}

.navbar-light .navbar-nav .group-link a {
    color: #fff;
}

@media (max-width: 991.98px) { 
    .navbar-light .navbar-nav .group-link a {
        color: #222;
    }
}

.navbar-light.affix .navbar-nav .group-link a {
    color: #222;
}

.navbar-light .navbar-nav .group-link a:hover,
.navbar-light .navbar-nav .group-link a:focus,
.navbar-light .navbar-nav .group-link a:active,
.navbar-light .navbar-nav .group-link a.active {
    color: #3cb278;
}

.navbar-light .navbar-nav .group-link .fa, 
.navbar-light .navbar-nav .group-link .far, 
.navbar-light .navbar-nav .group-link .fab {
    padding-right: 10px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
    border-color: rgb(255,255,255);
}

@media (max-width: 991.98px) { 
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .navbar-light .navbar-toggler {
        border-color: rgb(0,0,0);
    }
}

.navbar-light.affix .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light.affix .navbar-toggler {
    border-color: rgb(0,0,0);
}

.top-nav-collapse {
    background-color: #4285F4;
}

/*.navbar-light .navbar-nav li.nav-item:hover,
.navbar-light .navbar-nav li.nav-item:focus,
.navbar-light .navbar-nav li.nav-item:active{
    border-bottom: 2px solid #3cb278;
}*/

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link.active {
    color: #3cb278;
    /*    border-bottom: 3px solid #3cb278;*/
}

.navbar-light .navbar-nav .nav-link .fa, 
.navbar-light .navbar-nav .nav-link .far, 
.navbar-light .navbar-nav .nav-link .fas {
    padding-right: 5px;
}

.navbar-light .navbar-nav .nav-link .fa-facebook,
.navbar-light .navbar-nav .nav-link .fa-instagram, 
.navbar-light .navbar-nav .nav-link .fa-youtube {
    font-size: 2.2rem;
    /*    color: #3b5998;*/
}

.jumbotron {
    border-radius: 0;
    background-color: #fff;
}

.jumbotronList {
    list-style: none;
    margin-left: 0 !important;
}

.jumbotronList li {
    margin-bottom: 10px;
}

.jumbotronList li:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f00c';
    margin: 0 25px 0 -40px;
    color: #3cb278;
}

.jumbotronList.greenBg li:before{
    color: #fff;
}

.jumbotronList.greenBg a {
    color: #fff;
    font-weight: bold;
}

.jumbotronList.greenBg a:active,
.jumbotronList.greenBg a:hover,
.jumbotronList.greenBg a:focus {
    text-decoration: underline;
}

.jumbotronBgSubscribe .jumbotronList li {
    font-size: 1rem;
}

.boxInfoBg1 {
    background: url(../../../images/front/boxInfoBg1_a.jpg) top right no-repeat;
    min-height: 800px;
}

.boxInfoBg2 {
    background: url(../../../images/front/boxInfoBg2.jpg) 50% 50% no-repeat;
    min-height: 600px;
}

.boxInfoBg3 {
    background: url(../../../images/front/boxInfoBg3.jpg) 50% 50% no-repeat;
    min-height: 600px;
}

@media (max-width: 991.98px) { 
    .boxInfoBg3 {
        display: none;
    }
}

.boxInfoBg4 {
    background: url(../../../images/front/boxInfoBg3.jpg) 50% 50% no-repeat;
    min-height: 600px;
}

@media (max-width: 1199.98px) { 
    .boxInfoBg4 {
        display: none;
    }
}

.jumbotronBg1 {
    background: url(../../../images/front/jumbotron-bg1_a.jpg) left bottom no-repeat;
    min-height: 700px;
}

@media (max-width: 991.98px) { 
    .jumbotronBg1 {
        display: none;
    }
}

.jumbotronBg2 {
    background: url(../../../images/front/jumbotron-bg2.jpg) right 0 no-repeat;
    /*    height: 800px;*/
}

@media (max-width: 991.98px) { 
    .jumbotronBg2 {
        display: none;
    }
}

.jumbotronBgSubscribe {
    background: url(../../images/club/jumbotron-club-bg2.webp) right 0 no-repeat;
    color: #000;
}

.jumbotronBgSubscribe .container-fluid {
    background-color: rgba(0, 0, 0, .7);
}

.jumbotronBgSubscribe .title {
    font-weight: 700;
    padding-top: 30px;
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 30px;
}

.jumbotronBgSubscribe .description {
    font-weight: 300;
    color: #fff;
}

.jumbotronBgSubscribe .description .contactInfo {
    font-size: 1.5em;
}

.jumbotronBgSubscribe .description .contactInfo a {
    color: #fff;
}

.jumbotronBgSubscribe .card {
    border: 0;
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.jumbotronBgSubscribe .card-header {
    background-color: #fff;
}

.jumbotronBgSubscribe .card-contact {
    margin-top: 30px;
}
.jumbotronBgSubscribe .card-raised {
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.3);
}

.jumbotronBgSubscribe .card .card-title {
    margin-top: 15px;
    line-height: 1.25em;
    color: #000;
}

.jumbotronBgContact  {
    background: #3cb278;
    color: #fff;
}

.jumbotronBgContact a {
    color: #fff;
    font-weight: bold;
}

.jumbotronBgContact a:hover,
.jumbotronBgContact a:active,
.jumbotronBgContact a:focus {
    text-decoration: underline;
}

.dividerSlashGreenLeft {
    background: url(../../../images/front/divider-slash-green-left.jpg) 0 50% no-repeat #2a2924;
    height: 100px;
}

.dropshippingInfoBox {
    margin-top: 35px;
}

.dropshippingInfoRow {
    margin-left: -90px;
    clear: both;
    margin-top: 10px;
}

.dropshippingInfoRow .dropshippingIcon {
    width: auto;
    padding: 20px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.23);
    background-color: #fff;
    color: #3cb278;
    float: left;

    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 45px;
    margin-right: 15px;
    margin-bottom: 15px;
}

@media (max-width: 991.98px) { 
    .dropshippingInfoRow {
        margin-left: 0;
    }
}

.dropshippingInfoRow .dropshippingIcon:hover {
    background-color: #3cb278;
    color: #fff;
    cursor: pointer;
}

.dropshippingInfoRow .dropshippingIcon .fas,
.dropshippingInfoRow .dropshippingIcon .far {
    font-size: 40px;
}

.dropshippingInfoRow .dropshippingContent span {
    font-size: 16px;
    height: 85px;
    display: table-cell;
    vertical-align: middle;
}

.footer {
    padding: 1.125rem 0;
    text-align: center;
    background: #2a2924;
    color: #fff;
}

.footer .boottomNav {
    display: inline-block;
}

.footer .boottomNav ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.footer .boottomNav ul li {
    display: inline-block;
    padding: 0 5px;
}

.footer .boottomNav ul li a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.footer .boottomNav ul li a:active,
.footer .boottomNav ul li a:focus,
.footer .boottomNav ul li a:hover {
    color: #3cb278;
}

.footer a {
    color: #fff;
}
.footer a:active,
.footer a:focus,
.footer a:hover {
    color: #3cb278;
}

.footer .copyright {
    text-align: right;
}

@media screen and (max-width: 991px){
    .footer .boottomNav ul {
        float: none;
    }

    .footer .copyright {
        text-align: center;
    }
} 

.whyChooseUs {
    background-color: rgba(12,113,195,0.16)!important;
    /*    background-color: #3cb278;*/
}

.whyChooseUsBox {
    text-align: center;
    /*    padding-bottom: 2rem;*/
}

.whyChooseUsBox .icon {
    font-size: 7rem;
    line-height: 7rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #3cb278;

}

.whyChooseUsBox .bigText {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.whyChooseUsBox .smallText {
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

.whyChooseUsBox .tinyText {
    font-size: smaller;
}

.info-list {
    list-style: none;
    margin-left: 3rem !important;
}

.info-list .fas {
    color: #3cb278;
    padding-right: 5px;
}

.info-list li {
    margin-bottom: 10px;
}

.info-list li:before {    
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f00c';
    margin:0 10px 0 -25px;
    color: #3cb278;
}


.articleListImage {
    width: 100%;
}

.articleContent {
    font-size: 1.2rem;
    line-height: 1.8;
}

.articleContent .articleHeader h1 {
    text-transform: uppercase;
}

.articleContent img {
    width: 90%;
    
    display: block;
    margin: 2rem auto;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0.25rem !important;
}

@media (max-width: 991.98px) { 
    .articleContent img {
        width: 100%;
    }
}

.articleContent .articleVideoContent {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 15px;
}
.articleContent .articleVideoContent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.articleContent h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.socialBox .socialText {
    font-size: 1.5rem;
    text-align: center;
}

.socialBox .socialLink {
    text-align: center;
}

.socialBox .socialLink a {
    color: #000;
    font-size: 2rem;
}

.socialBox .socialLink a:active,
.socialBox .socialLink a:focus,
.socialBox .socialLink a:hover {
    color: #3cb278;
}

#landingModalPopup .modal-content {
    background: #3cb278;
    color: #fff;
}

#landingModalPopup .modal-header {
    border-bottom: 0;
}

.mainTopArticleContainer {
    background-color: rgba(0, 0, 0, .7);
    text-transform: none;
}

.articleInfo span.info {
    display: inline-block;
    margin: 0 5px;
    position: relative;
}
.articleInfo span.info.pointer_after:after {
    position: absolute;
    content: "";
    display: block;
    background: #2c2c2c;
    top: 8px;
    height: 2px;
    width: 2px;
    right: -8px;
}

.articleInfo span.info.pointer_after_white:after {
    position: absolute;
    content: "";
    display: block;
    background: #fff;
    top: 8px;
    height: 2px;
    width: 2px;
    right: -8px;
}

.articleContent .articleInfo span.info.pointer_after:after {
    top: 16px;
}

.jumbotronBgContact .info {
    font-size: 20px;
}

.authorImgInfo .authorImg {
    max-width: 400px; 
    border-radius: 50%;
}

.containerTitle {
    margin-top: 3rem;
    margin-bottom: 1.5rem;

}

.containerTitle h5 {
    text-align: center;
    font-size: 2.5rem;
    position: relative;
    /*    font-weight: bold;*/
    /*    text-transform: uppercase;*/
}

.containerTitle h5:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    height: 4px;
    background: #3cb278;
}



.containerTitle p {
    text-align: center;
    font-size: 1.2rem;
}

.articleProduct {
    padding: 30px;
    text-align: center;
}

.articleProduct .productImage {
    position: relative;
    text-align: center;
}
.articleProduct .productProducer {
    margin-top: 10px;
}
.articleProduct .productTitle {
    font-size: larger;
}

.articleProduct .productLink {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #2c2c2c;
}

.articleProduct .productLink a {
    color: #fff;
}

.articleProduct .productLink a:hover, a:active, a:focus {
    color: #3cb278;
}

.articleProduct a {
    color: #2c2c2c;
    font-weight: bold;
}
.articleProduct a:hover, a:active, a:focus {
    color: #3cb278;
    text-decoration: none;
    outline: none; 
}

.authorImgAfterArticle p.authorName {
    text-align: center;
    font-size: 2.5rem;
}
.authorImgAfterArticle p.authorName a {
    color: #2c2c2c;
}

.authorImgAfterArticle p.authorName a:hover, a:active, a:focus {
    color: #3cb278;
    text-decoration: none;
    outline: none; 
}

.authorImgAfterArticle .authorImg {
    position: relative;
    margin: 0 auto;
    max-width: 300px;
    border-radius: 50%;
}
.authorImgAfterArticle .authorImg:hover {
    opacity: 0.5;
}


.authorImgAfterArticle .authorImg img {
    max-width: 300px;
    border-radius: 50%;
}

.authorLink {
    display: none;
    font-weight: bold;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    /*    background: #2c2c2c;*/
    position: absolute;
    top: 50%;
}

.authorImgAfterArticle .authorLink a {
    color: #fff;
}

.authorImgAfterArticle .authorLink a:hover, a:active, a:focus {
    color: #fff;
}
.authorImgAfterArticle .authorImg:hover .authorLink {
    display: block;
}

.subscribeWithMarketingFile {
    margin: 2rem auto;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0.25rem !important;
    padding: 2rem;
}

.subscribeWithMarketingFile .subscribeTitle {
    font-size: 2rem;
    text-align: center;
}

.subscribeWithMarketingFile .subscribeTitle span.greenTxt {
    color: #3cb278;
}

.subscribeWithMarketingFile .subscribeTitle .subscribeTitleSmall {
    font-size: 1.25rem;
}

.subscribeWithMarketingFile img {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 991.98px) { 
    .subscribeWithMarketingFile img {
        margin-bottom: 2rem;
    }
}

.tableOfContents {
    margin: 2rem auto;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0.25rem !important;
    padding: 2rem;
}

.tableOfContents .tableOfContentsHeader {
    font-size: 2rem;
}

.curioBox {
    margin: 2rem auto;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0.25rem !important;
    padding: 2rem;
    background: #3cb278;
    color: #fff;
}

.curioBox .curioBoxHeader {
    font-size: 2rem;
}

.curioBox a {
    color: #fff;
    text-decoration: none;
}

.curioBox a:hover, a:focus, a:active {
    text-decoration: underline;
    color: #fff !important;
}


.tipBox {
    margin: 2rem auto;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0.25rem !important;
    padding: 2rem;
    background: #3cb278;
    color: #fff;
}

.tipBox .tipBoxHeader {
    font-size: 2rem;
}

.tipBox img {
    border-radius: 50% !important;
    margin: 0 auto;
}

.tipBox a {
    color: #fff;
    text-decoration: none;
}

.tipBox a:hover, a:focus, a:active {
    text-decoration: underline;
    color: #fff !important;
}

