/** <Design 2 RcmActionButton Plugin> **/
.rcmPlugin.RcmActionButton .button-box {
    height: 120px;
    overflow: hidden;
}

.rcmPlugin.RcmActionButton .button-area {
    height: calc(120px - 1em);
    overflow: hidden;
}

.rcmPlugin.RcmActionButton .button-content {
    overflow: hidden;
}
/** </Design 2 RcmActionButton Plugin> **/

/** OVER-RIDES for Bootstrap **/
.alert-success {
    background-color: #e4f1d1;
    border-color: #8dc63e;
    color: #6a942e;
}
.alert-success hr {
    border-top-color: #8dc63e;
}
.alert-success .alert-link {
    color: #46631f;
}

.alert-info {
    background-color: #c2e9f6;
    border-color: #00A4E4;
    color: #007ca4;
}
.alert-info hr {
    border-top-color: #00A4E4;
}
.alert-info .alert-link {
    color: #00526d;
}

.alert-warning {
    background-color: #fde6c9;
    border-color: #f8971d;
    color: #ba7116;
}
.alert-warning hr {
    border-top-color: #f8971d;
}
.alert-warning .alert-link {
    color: #7c4b0e;
}

.alert-danger {
    background-color: #fcd8ca;
    border-color: #f15d22;
    color: #b54619;
}
.alert-danger hr {
    border-top-color: #f15d22;
}
.alert-danger .alert-link {
    color: #782e11;
}

.text-success {
    color: #6a942e;
}

.text-info {
    color: #007ca4;
}

.text-warning {
    color: #ba7116;
}

.text-danger {
    color: #b54619;
}

.has-error .checkbox, .has-error .checkbox-inline,
.has-error .control-label, .has-error .help-block,
.has-error .radio, .has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #f15d22;
}

.has-error .form-control {
    border-color: #f15d22;
}

.has-error input {
    background-color: #fcd8ca;
}

/* Fix Modal scrolling */
@media only screen {
    .modal {
        max-height: none;
        overflow-y: scroll;
    }
}

.RcmCallToActionBox .top {
    font: 600 21px/1.3em 'Open Sans', sans-serif;
    margin: 20px 0 12px;
    color: #333333;
    text-align: left;
}

.RcmCallToActionBox .bottom {
    color: black;
    padding-bottom: 10px;
    text-align: left;
}

.RcmCallToActionBox .readMore {
    padding-bottom: 10px;
    text-align: left;
}

.RcmCallToActionBox a:hover {
    color: black;
    text-decoration: none;
}

.RcmCallToActionBox img {
    display: block;
    margin: 0 auto;
}

.RcmCallToActionBox .rollImg {
    width: 147px;
    height: 147px;
    background-size: 301px 147px;
}

.RcmCallToActionBox:nth-child(1) .rollImg {
    background-color: #00a0d2;
}

.RcmCallToActionBox:nth-child(2) .rollImg {
    background-color: #F8971D;
}

.RcmCallToActionBox:nth-child(3) .rollImg {
    background-color: #8DC63F;
}


.RcmCallToActionBox:nth-child(4) .rollImg {
    background-color: #F15D22;
}


.RcmCallToActionBox .rollImg:hover {
    background-position: 147px;
}


@media only screen and (max-width: 768px) {

    .RcmCallToActionBox {
        width: 100%;
        margin-left: 0;
        padding-bottom: 10px;
    }

    .RcmCallToActionBox .rollImg {
        background-color: #000088;
        width: 100px;
        height: 100px;
        background-size: 200px 100px;
        float: left;
        margin-right: 15px;
        margin-bottom: 40px;
        overflow: hidden;
    }

    .RcmCallToActionBox .rollImg:hover {
        background-position: 100px;
    }
}

/* Color css needs to be in color.css for each theme if it's shareble*/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

#blackLogo {
    background-image: url(//reliv-static.s3.amazonaws.com/art/WebStuff/Fit3Site/patterns/logo-web.png);
    height: 140px;
    width: 409px;
}

/* <images> */
a {
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    /*color: #00A4E4;*/
}

a:hover {
    color: black;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

img {
    max-width: 100% !important;
    height: auto;
    margin-bottom: 0;
}


h1, h1 a {
    color: black;
    margin: 12px 0 12px 0;
    font-size: 32px;
}


h2, h2 a {
    margin: 12px 0;
    font-size: 20px;

}

h3 {
    margin: 0;
    font: 16px 'Open Sans', Verdana, Arial, sans-serif;
    display: inline-block;
}

h4 {
    font: 300 18px/20px 'Open Sans', Verdana, Arial, sans-serif;
    margin-top: 19px;
}

label {
    font-weight: normal;
    padding-right: 1em;
    padding-bottom: 0.5em;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 0.5em;
}

/* This makes being a CMS admin more like microsoft word which everyone is used to.*/
p, ul {
    margin: 0;
}

legend {
    border-bottom: 0;
    margin-bottom: 0;
}

.hide {
    display: none;
}

.txt_cntr {
    text-align: center;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.mobile_txt_cntr {
    text-align: center;
}

.RcmRotatingImage img {
    width: 100%;
}

/* Col 1 fix for smaller displays */
@media (max-width: 480px) {
    .blackThemeHeader .col-xs-1 {
        padding-left: 0;
        padding-right: 0;
    }
}

/** blackTheme **/
.blackThemeContent {
    background-color: #fff;
    padding-top: 1em;
    padding-bottom: 1.5em;
}
.RcmRotatingImage img {
    width: 100%;
}
.blackThemeHeader {
    z-index: 1000;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    /*margin-top: 1em;*/
}

.blackThemeHeader.content_blackThemeHeader {
    margin-bottom: 78px;
}



#guestFooter, #guestFooter a, #guestFooter a:hover {
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
}

#blackThemeTitleText {
    position: relative;
    margin-top: 30px;

}

.mainContainer {
    min-height: 600px;
}

/** CMS Needed Rules **/
.ui-dialog, .ui-dialog-content {
    overflow: visible !important;
    z-index: 2000;
}

.RcmPluginContainer {
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    margin-top: 3px;
}

.wrapper, .wrapper-extra, .extra-wrap {
    width: 100%;
    overflow: hidden;
}

.wrapper-after:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.billingAddress, .otherQuestions {
    margin-top: 22px;
}

.continueButton {
    margin-top: 20px;
}
@media print {
    .printHidden {
        display: none;
    }

    body {
        background: transparent;
    }

    .paymentItems .subTotals {
        float: right;
    }
    .RcmCheckout .itemListToPrint {
        font-size: 12px;
        margin-left: -18px;
        display: inline-block;
    }
    .itemListToPrint .cartHeader {
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        height: 24px;
        /*background-color: black;*/
        font-weight: bold;
        color: white;
        margin-bottom: 1em;
        padding-top: 2px;
        margin-top: 1em;
    }
    .itemListToPrint th {
        text-align: left;
    }

}

/*
  order confirmation print items
*/
.itemListToPrint {
    display: none;
}
.itemListToPrint .name {
    width: 250px;
}
.itemListToPrint .qty {
    width: 60px;
}
.itemListToPrint .price {
    width: 75px;
}
.itemListToPrint .bv, .itemListToPrint .pv {
    width: 60px;
}
.itemListToPrint .skuNumber {
    width: 100px;
}
.itemListToPrint th.name {
    padding-left: 14px;
}

.itemListToPrint th.qty {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.itemListToPrint .item {
    border-bottom: 1px dotted grey;
}
.itemListToPrint td.name {
    padding: 5px;
}

/*
  end
  order confirmation print items
*/


.btn-sm, .btn-group-sm > .btn {
    font-size: 14px;
    line-height: normal;
}

#relivGuestFooter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#blackThemeTitleText {
    margin-bottom: 30px;
}

#featuredProductsBox {
    margin-top: 30px;
}

.blackThemeContactOwner fieldset input[type=text] {
    display: block;
}

.blackThemeContent .backgroundDesign {
    height: 170px;
    margin-top: -14px;
    background-image: url("https://reliv-static.s3.amazonaws.com/art/WebStuff/Fit3Site/patterns/267pattern52px-web.png");
}
.blackThemeContent .header {
    position: relative;
    margin-top: -154px;
}

body {
    background-color: #000000;
}

.top_section p {
    color: #000000;
}

.top_section p a {
    color: #000000;
}

.top_section p a:hover {
    color: #F8971D;
}
h2, h2 a {
    color: #000000;
}


.blackThemeHeader {
    background: #000000;
}

.pwsCallToAction a {
    color: #000000;
}

.top_section strong {
    color: #000000;
}

.main-footer p {
    color: #fff;
}

.footer_priv {
    color: #fff;
}

.footer_priv a {
    color: #fff;
}

.footer_priv a:hover {
    color: #000;
}

h2 {
    color: #000000;
}

h4 {
    color: #aaaaaa;
}

h3 {
    color: #343b41;
}

a {
    color: #62259D;
}


.img1 p {
    color: #1c1c1d;
}

.more_btn {
    color: #fff;
    background: #000000;
}

.more_btn:hover {
    color: #fff;
    background: #F8971D;
}

.more_btn2 {
    color: #F8971D;
}

.more_btn2:hover {
    color: #000000;
}

.btn.btn-primary {
    background-color: #000000;
}

.btn.btn-primary {
    border-color: #000000;
}

h1 {
    color: #000000;
}

.more_btn3 {
    color: #000000;
    background: #fff;

}

.more_btn3:hover {
    color: #fff;
    background: #333333;
}

#recommendedProducts .btn.btn-primary:hover {
    background: #000000;
}

.blackThemeHeader {
    background: #000000;
}

div.readMore {
    color: #000000;
}

div.recommended-product-name {
    color: #000000;
}

.blackThemeHeader .RcmDynamicNavigation .navbar-default .navbar-nav > .open > a,
.blackThemeHeader .RcmDynamicNavigation .navbar-default .navbar-nav > .open > a:hover,
.blackThemeHeader .RcmDynamicNavigation .navbar-default .navbar-nav > .open > a:focus {
    background-color: #000000;
    color: #000000;
}

.blackThemeHeader .RcmDynamicNavigation .dropdown-menu {
    background-color: #000000;
}

@media (min-width: 768px) {
    .blackThemeHeader .RcmDynamicNavigation .navbar-default .navbar-nav > .open > a,
    .blackThemeHeader .RcmDynamicNavigation .navbar-default .navbar-nav > .open > a:focus
    {
        background: #000000;
    }
}

@media (max-width: 480px) {
    #blackLogo {
        background-size: 100%;
        background-repeat: no-repeat;
        height: 94px;
        width: 275px;
        background-image: url(//reliv-static.s3.amazonaws.com/art/WebStuff/Fit3Site/patterns/logo-web.png);
    }
    .blackThemeContent .header {
        position: relative;
        margin-top: -134px;
    }
}

/* <rcm-three-choices> */

.RcmThreeChoices .choice:nth-of-type(1) {
    border-color: #62259D;
}
.RcmThreeChoices .choice:nth-of-type(1) h2 {
    color: #62259D;
}
.RcmThreeChoices .choice:nth-of-type(1) .btn.btn-primary {
    background-color: #62259D;
    border-color: #62259D;
}

.RcmThreeChoices .choice:nth-of-type(2) {
    border-color: #94D500;
}
.RcmThreeChoices .choice:nth-of-type(2) h2 {
    color: #94D500;
}
.RcmThreeChoices .choice:nth-of-type(2) .btn.btn-primary {
    background-color: #94D500;
    border-color: #94D500;
}

.RcmThreeChoices .choice:nth-of-type(3) {
    border-color: #FF4337;
}
.RcmThreeChoices .choice:nth-of-type(3) h2 {
    color: #FF4337;
}
.RcmThreeChoices .choice:nth-of-type(3) .btn.btn-primary {
    background-color: #FF4337;
    border-color: #FF4337;
}

#rcmPortalOptions .menuItem {
    background-color: #62259D;
}








/* <Design 2 RcmGlobalBagDisplay> */
.RcmGlobalBagDisplay {
    position: relative;
    /* Fix gaps in click-able area */
    cursor: pointer;
    top: 8px;
}

.RcmGlobalBagDisplay .itemCountVal {
    color: black;
    position: relative;
    left: 10px;
    bottom: 1px;
    text-align: center;
    width: 17px;
    font-size: 12px; /* size in px to match image */
    font-family: sans-serif;
    font-weight: bold;
    display: block;
}

.RcmGlobalBagDisplay a {
    text-decoration: none;
}

.RcmGlobalBagDisplay .cartImg {
    /*position: absolute;*/
    top: 3px;
    left: 0;
}

.RcmGlobalBagDisplay .cartDiv {
    display: block;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    color: black;
}

.RcmGlobalBagDisplay .popCart {
    left: -310px;
    position: absolute;
    top: 25px;
    display: none;
    width: 360px;
    padding: 15px;
    border: 3px solid black;
    background-color: white;
    z-index: 1000;
}

.RcmGlobalBagDisplay:hover .popCart {
    display: block;
}

.RcmGlobalBagDisplay .itemImage,
.RcmGlobalBagDisplay .itemDesc {
    float: left;
}

.RcmGlobalBagDisplay .itemImage {
    width: 50px
}

.RcmGlobalBagDisplay .itemDesc {
    width: 274px
}

.RcmGlobalBagDisplay .itemName {
    color: #00A4E4;
}

.RcmGlobalBagDisplay .itemImg {
    max-width: 40px;
    max-height: 60px;
    margin-right: 10px;
}

.RcmGlobalBagDisplay .item {
    clear: both;
    padding-bottom: 15px;
    overflow: hidden;
    display: block;
}

.RcmGlobalBagDisplay a:hover .itemQty,
.RcmGlobalBagDisplay a .itemQty {
    color: black;
}

.RcmGlobalBagDisplay .button {
    width: 100%;
    text-align: center;
}

.RcmGlobalBagDisplay .itemQty div {
    float: left;
}

.RcmGlobalBagDisplay .cartDiv,
.RcmGlobalBagDisplay .itemCountVal {
    color: white;
}

.RcmGlobalBagDisplay .cartImg {
    width: 31px;
    height: 24px;
    background-image: url(//reliv-static.s3-us-west-2.amazonaws.com/art/WebStuff/Cart/CartW-web.png);
}

/*.RcmGlobalBagDisplay .cartDiv {*/
    /*display: none;*/
/*}*/

/*.RcmGlobalBagDisplay .cartImg {*/
    /*position: static;*/
/*}*/

/* </Design 2 RcmGlobalBagDisplay> */

 .RcmDynamicNavigation .navbar {
     min-height: inherit !important;
 }

.RcmDynamicNavigation .navbar-default {
    background: none;
    border: none;
}

 .RcmDynamicNavigation .navbar-nav {
    border: 1px solid #ffffff;
    margin: 6px 1px 1px 1px;
}

 .RcmDynamicNavigation .navbar-default .navbar-collapse {
    border: none;
    border-color: transparent;
}

 .RcmDynamicNavigation .navbar-toggle {
    float: none;
    margin: 7px 0;
    padding: 5px 6px;
}

 .RcmDynamicNavigation .navbar-toggle .icon-bar {
    height: 2px;
    width: 14px;
}

 .RcmDynamicNavigation .navbar-default .navbar-nav > li > a,
 .RcmDynamicNavigation .dropdown-menu > li > a {
    color: #FFFFFF;
}

 .RcmDynamicNavigation .navbar {
    margin-bottom: auto;
    min-height: auto;
}

 .RcmDynamicNavigation .navbar-toggle {
    background: white;
}

 .RcmDynamicNavigation .navbar-collapse {
    padding: 0;
}

 .RcmDynamicNavigation .navbar-default .navbar-nav > .open > a,
 .RcmDynamicNavigation .navbar-default .navbar-nav > .open > a:hover,
 .RcmDynamicNavigation .navbar-default .navbar-nav > .open > a:focus {
    background: #ffffff;
}

 .RcmDynamicNavigation .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
    font-size: 16px;
}

@media (min-width: 768px) {
     /*Navigation*/
     .RcmDynamicNavigation .dropdown-menu > li > a {
        font: 12px/12px Arial, sans-serif;
        margin: 5px 0;
        padding: 6px 1em;
        text-align: center;
    }

    .RcmDynamicNavigation .navbar-default .navbar-nav > li {
        padding-right: 12px;
        margin-left: -10px;
    }

     .RcmDynamicNavigation .navbar-default .navbar-nav > li > a {
        font-size: 15px;
        padding: 0 1.2em 0 10px;
        line-height: 40px;
        font-weight: normal;
    }

   .RcmDynamicNavigation .navbar-nav {
        border: none;
        margin: 0;
    }

    .RcmDynamicNavigation .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
        font-size: 14px;
        line-height: 20px;
    }

     .RcmDynamicNavigation .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #000000;
    }

     .navbar-nav > li > .dropdown-menu {
        margin-top: -1px;
    }
}
.RcmTabs .tab-pane {
    padding: 1em 2em 1em 2em;
    min-height: 20em;
}

.RcmTabs .panel-default {
    border: 1px solid transparent;
}

.RcmTabs .panel-heading {
    background: none;
    border: 1px solid transparent;
}

.RcmTabs .panel-body {
    border: 1px solid transparent;
}

.RcmHomePageHorizontalArticleBlurb h2 {
    margin-top: 0;
}

.RcmHomePageHorizontalArticleBlurb p {
    font: 16px 'Open Sans', Verdana, Arial, sans-serif;
}

@media (min-width: 750px) {
    .RcmHomePageHorizontalArticleBlurb .RcmHomePageHorizontalArticleBlurbTextCol {
        width: 50%;
    }
}

.RcmHomePageHorizontalArticleBlurb .RcmHomePageHorizontalArticleBlurbImageCol {
    padding-bottom: 20px;
}

.RcmHomePageHorizontalArticleBlurb .RcmHomePageHorizontalArticleBlurbTextCol {
    padding-bottom: 20px;
}
