body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

#overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
    padding-top: 200px;
    text-align: center;
    background: rgba(0, 0, 0, .95);
    display: none;
}
.address-col.referral-state-int {
    margin-right: 20px;
}
select#referral-country {
    padding: 8px;
}


/*#overlay img {
    animation-name: rotate; 
    animation-duration: 2s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
    }*/

    #overlay h5 {
        display: block;
        float: left;
        width: 100%;
        margin-top: 40px;
        text-align: center;
        color: #fff;
        font-size: 22px;
        font-weight: normal;
    }

    a {
        text-decoration: none;
    }

    input::-webkit-input-placeholder,
    input::placeholder {
        color: #999 !important;
    }

    input[type="text"].disabled {
        background: #fbfbfb !important;
    }

    .main-content {
        height: auto;
        width: 100%;
        display: block;
        float: left;
        margin: 20px 0 0 0;
    }

    .container {
        height: auto;
        width: 1140px;
        display: block;
        float: none;
        margin: 0 auto;
    }

    .header {
        height: auto;
        min-height: 96px;
        width: 100%;
        display: block;

    }

    .header .logo {
        height: 100%;
        width: auto;
        display: block;
        float: left;

    }

    .header .logo img {
   /* width: 253px;
   max-width: 253px; */
}

.header .top-panel.expanded {
    clear: both;
    height: 92px;
    position: relative;
    top: 3px;
}

.header .top-panel .block-search {
    margin-top: 34px;
    display: block;
    float: right;
    visibility: visible;
    width: 348px;
    height: 43px;
    border: 1px solid #ddd;
}

.header .top-panel .block-search input#search {
    height: 40px;
    width: 304px;
    border: 0 !important;
    background: #fff;
    border-radius: 0;
    padding: 4px 0 0 20px;
    font-size: 14px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #999 !important;
    display: block; 
    float: left;
    box-sizing: border-box;
}

.header .top-panel .block-search button {
    height: 43px;
    width: 44px;
    display: block; 
    float: left;
    border: 0;
    border-left: 1px solid #ccc;
    background: none;
    padding: 0 !important;
    
    background-position: 12px 15px;
    background-repeat: no-repeat;
}

.header .top-panel .block-links {
    margin: 32px 7px 0 0;
    display: block;
    float: right;
    width: auto;
    height: 43px;
}

.header .top-panel .block-links ul {
    list-style: none;
    display: block;
    float: left;
}

.header .top-panel .block-links ul li {
    list-style: none;
    display: block;
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #444;
    position: relative;
    top: 1px;
}

.header .top-panel .block-links ul li span.cart-count {
    position: relative;
    top: -3px;
    left: 5px;
    font-size: 11px;
    text-transform: none;
    color: #101010;
    font-weight: 600;
}

.header .top-panel .block-links ul li img {
    margin-top: 2px;
}

.sol-subnav {
    width: 100%;
    height: 58px;
    display: block;
    float: left;
    clear: both;
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
}

.sol-subnav ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    width: 100%;
}

.sol-subnav ul li {
    display: block;
    float: left;
    margin-right: 47px;
    list-style: none;
    height: 100%;
    margin-top: 18px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.sol-subnav ul li:last-child {
    margin-right: 0;
    float: right;
    border-left: 1px solid #bbb;
    padding-left: 32px;
    padding-right: 7px;
}

.sol-subnav ul li:last-child a {
    color: #486bb2; 
}

.sol-subnav ul li a {
    color: #444;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.sidebar-main {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 23px 0 0;
    padding: 20px;
    height: auto;
    width: 230px;
    min-width: 230px;
    max-width: 230px;
    box-sizing: border-box;
    display: block;
    float: left;
    clear: none;
}

.sidebar-main .title {
    width: 100%;
    padding: 6px 0px 8px 0;
    margin: 0;
    background-color: transparent;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ddd;
}

.sidebar-main .title strong {
    color: #a39f9c;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    text-transform: uppercase;
}

.sidebar-main ul.nav-items {
    display: block;
    float: left;
    position: relative;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

.sidebar-main ul.nav-items li {
    display: block;
    float: left;
    position: relative;
    left: 0;
    clear: both;
    width: 100%;
    padding: 14px 0;
    margin: 0px;
    line-height: 18px;
    border-bottom: 1px solid #ddd;
}

.sidebar-main ul.nav-items li:last-child {
    border: 0;
}

.sidebar-main ul.nav-items li a {
    color: #777;
    padding: 8px 0;
    font-size: 16px;
}

.sidebar-main ul.nav-items li a.current {
    font-weight: bold;
    color: #444;
}

.right-panel {
    width: 887px;
    height: auto;
    min-height: 600px;
    display: block;
    float: right;
}

.right-panel .box {
    width: calc(50% - 18px);
    height: auto;
    min-height: 275px;
    display: block;
    float: left;
    clear: none;
    margin: 0 35px 23px 0;
    padding: 0 !important;
    border: 1px solid #ddd !important;
    background: #fbfbfb !important;
    box-sizing: border-box !important;
}

.right-panel .box:nth-child(2n+1) {
    margin: 0 0 20px 0;
}

.right-panel .box .box-title {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 25px 0 !important;
    padding: 8px 20px !important;
    border-bottom: 1px solid #ddd !important;
    background: #f5f5f5 !important;
    box-sizing: border-box !important;
}

.right-panel .box .box-title span {
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: 600;
}

.right-panel .box .box-content {
    padding: 10px;
    min-height: 250px;
}

.right-panel .box .box-content p {
    padding: 0 10px;
    font-size: 13px;
    line-height: 24px;
}

.right-panel .box .box-actions {
    height: 46px;
    margin: 0 !important;
    padding: 12px 20px !important;
    border-top: 1px solid #ddd !important;
    background: #f5f5f5 !important;
    box-sizing: border-box !important;
    font-size: 14px;
}

.right-panel .box .box-actions a {
    display: block;
    float: left;
    color: #de0d72;
}

.right-panel .box .box-actions a.cancel {
    margin-right: 0;
    float: right;
    color: #e91212;
}

.right-panel .box .box-actions a.change-address {
    margin-right: 20px;
}



/* signup form */

.signup-form {
    height: auto;
    min-height: 700px;
    width: 100%;
    display: block;
    float: left;
    background-color: #fbfbfb;
    border: 1px solid #ececec !important;
    border-top: 4px solid #f297bd !important;
    padding: 20px 25px 25px 25px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.08);
    box-sizing: border-box;
    margin-bottom: 50px;
}

.signup-form.update-credit-card {
    min-height: auto;
}

.signup-form .left-col, 
.signup-form .right-col {
    height: auto;
    width: calc(50% - 23px);
    display: block;
    float: left;
}

.signup-form .left-col {
    margin-right: 46px;
}

.signup-form .left-col h3, 
.signup-form .right-col h3 {
    color: #de0d72;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

.signup-form .left-col h3.pushed, 
.signup-form .right-col h3.pushed {
    margin-top: 50px;
}

.signup-form .right-col h3 span.same-as {
    display: block;
    float: right;
    font-size: 14px;
    color: #444;
}

.signup-form .row {
    height: auto;
    width: 100%;
    display: block;
    float: left;
    margin: 0 0 20px 0;
}

.signup-form .payment-box {
    min-height:408px;
    width: 100%;
    display: block;
    float: left;
    background: #eee;
    margin-top: 200px;
    box-sizing: border-box;
    padding: 40px;
}

.signup-form .payment-box h3 {
    margin-top: 0;
}

.signup-form .row .address-col {
    height: auto;
    width: calc(50% - 10px);
    display: block;
    float: left;
}

.signup-form .row .address-col.float-right {
    text-align: right;
}

.signup-form .row .address-col.radio-short {
    width: 120px;
}

.signup-form .row .address-col.radio-long {
    width: calc(100% - 150px);
}

.signup-form .row .address-col:first-child {
    margin-right: 20px;
}

.signup-form .row label {
    height: auto;
    width: 100%;
    display: block;
    float: left;
    margin: 0 0 10px 0;
    font-size: 19px;
    line-height: 26px;
    color: #444;
}

.signup-form .row label span {
    display: inline-block;
    font-size: 16px;
}

.signup-form .row input[type="text"] {
    height: 38px;
    width: 100%;
    display: block;
    float: left;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    padding: 10px;
    vertical-align: baseline;
    box-sizing: border-box;
}

.signup-form .row input[type="text"].error {
    border: 1px solid red;
    background: #ffe8e8;
}

.signup-form .row select {
    height: 38px;
    width: 100%;
    display: block;
    float: left;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    padding: 10px;
    vertical-align: baseline;
    box-sizing: border-box;
}

.signup-form .row select.error {
    border: 1px solid red !important;
    background: #ffe8e8 !important;
}

.signup-form .row.buttons {
    text-align: right;
    margin-top: 30px;
}

#update-address-form h3 span.last-four {
    display: inline-block;
    font-size: 14px;
    color: #444;
    text-transform: lowercase;
    position: relative;
    top: -1px;
    left: 7px;
}

.row.buttons input[type="submit"],
.row.buttons input[type="button"] {
    background: #f297bd;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    border: 0;
    float: right;
}

.row.buttons .checkbox-wrapper {
    display: block;
    float: left;
    margin-top: 10px;
}

.clubs-nav {
    height: 50px;
    width: 100%;
    display: block;
    float: left;
    background: transparent;
}

.clubs-nav .club-nav {
    height: 50px;
    width: calc(33.33% - 31px);
    display: block;
    float: left;
    background: #f297bd;
    text-align: center;
    color: #0a0a0a;
    font-size: 17px;
    padding-top: 17px;
    box-sizing: border-box;
    cursor: pointer;
}

.club-description {
    height: auto;
    width: 100%;
    display: block;
    float: left;
    background: #eee;
    box-sizing: border-box;
    margin-bottom: 50px;
    padding: 40px;
    color: #444;
    font-size: 16px;
}

/* clubs page */

#club-faq {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
    padding-top: 50px;
    text-align: center;
    background: rgba(0, 0, 0, .95);
    display: none;
}

#club-faq .faqs {
    height: calc(100% - 100px);
    width: 100%;
    max-width: 800px;
    display: block;
    float: both;
    overflow: scroll;
    margin: 0 auto;
    background: #fff;
    position: relative;
    top: -2000px;
}

#club-faq .faqs .close {
    position: absolute;
    top: 13px;
    right: 18px;
    color: red;
}

#club-faq .faqs h2 {
    margin: 40px 0 0 0;
    float: center;
}

#club-faq .faqs ul {
    display: block;
    float: left;
    margin: 0;
    padding: 30px;
    list-style: none;
}

#club-faq .faqs ul li {
    display: block;
    float: left;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    color: #444;
    font-size: 15px;
    height: auto;
    position: relative;
    text-align: left;
}

#club-faq .faqs ul li:last-child {
    border: 0;
    padding-bottom: 0;
}

#club-faq .faqs ul li .bullet {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding-top: 0px;
    height: 100%;
    min-height: 100% !important;
    width: 25px;
    box-sizing: border-box;
    text-align: left;
}

#club-faq .faqs ul li .content {
    display: block;
    float: left;
    margin: 0;
    height: auto;
    min-height: 100% !important;
    width: calc(100% - 35px);
    text-align: left;
}





.clubs-intro {
    height: auto;
    width: 100%;
    display: block;
    float: left;
    margin: 0 0 30px 0;
}

.clubs-intro p a.clubs-faq-link {
    color: #869d42;
    font-weight: bold;
}
.hdhhdtest {
    background: #ffbf39;
    padding: 10px;
}
.GoldClubTitle {
    font-family: arial, helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 5px;
}
.clubs-intro p.click-videos {
    color: #de0d72;
    font-weight: bold;
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 20px 0;
    box-sizing: border-box;
    margin: 20px 0 14px 0px;
    text-align: center;
}

.club-col {
    height: auto;
    /*min-height: 700px;
    width: calc(33.33% - 31px); */
    display: block;
    float: left;
    background-color: #fbfbfb;
    border: 1px solid #ececec !important;
    border-top: none;
    box-shadow: 0 2px 3px rgba(0,0,0,0.08);
    box-sizing: border-box;
    /* margin: 0 46px 50px 0; */
    width: 25% !important;
    padding: 15px;
}
.goldlebel {    background: #cbaf4d !important;}
.club-col ul {
    padding: 11px !important;
}
.club-col:last-child {
    margin: 0 0 50px 0;
}

.club-col .club-col-header {
    height: 54px;
    width: 100%;
    display: block;
    float: left;
    background: #f297bd;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding-top: 17px;
    box-sizing: border-box;
    cursor: pointer;
}

.club-col .club-video {
    display: block;
    float: left;
    margin: 0;
    padding: 30px 30px 0 30px;
}

.club-col ul {
    display: block;
    float: left;
    margin: 0;
    padding: 30px;
    list-style: none;
}

.club-col ul li {
    display: block;
    float: left;
    /*margin: 0 0 15px 0; */
    padding: 0 0 15px 0;
    color: #444;
    font-size: 15px;
    height: auto;
    position: relative;
}

.club-col ul li:last-child {
    border: 0;
    padding-bottom: 0;
}

.club-col ul li .bullet {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding-top: 7px;
    height: 100%;
    min-height: 100% !important;
    width: 25px;
    box-sizing: border-box;
    text-align: left;
}

.club-col ul li .content {
    display: block;
    float: left;
    margin: 0;
    height: auto;
    min-height: 100% !important;
    width: calc(100% - 35px);
}

.club-col button.join-button {
    /*background: #869d42;*/
    background: #f297bd;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 30px 30px 30px;
    padding: 10px 20px;
    cursor: pointer;
    border: 0;
    width: calc(100% - 60px);
}

.message-box {
 /* height: 45px; */
 width: 100%;
 display: block;
 float: left;
 margin: 0 0 15px 0;
 padding: 10px 10px 10px 15px;
 background: #fbfbfb;
 border: 1px solid #fbfbfb;
 color: #444;
 box-sizing: border-box;
}

.message-box.success {
    background: #D3FCD3; /*#e5efe5 */;
    color: #444444;
}

.message-box.success a {
    font-weight: bold;
    color: #006400;
}

.message-box.error {
    background: #F8D4E3; /*#fae5e5; */
    color: #444444;
}

.message-box.error a {
    font-weight: bold;
    color: #b00000;
}

.message-box i.fa {
    display: inline-block;
    float: left;
    font-size: 22px;
    margin: 1px 13px 0 0;
}

.message-box.error i.fa {
    color: #b00000;
}

.message-box.success i.fa {
    color: #006400;
}

.message-box span {
    display: inline-block;
    float: left;
    margin-top: 1px;
}




#upgrade-yes, #upgrade-no,
#downgrade-yes, #downgrade-no {
    display: block;
    float: right;
    color: #b00000;
    margin: 0 10px;
    cursor: pointer;
}

#upgrade-no,
#downgrade-no {
    margin-right: 20px;
}


.delete-club-alert,
.downgrade-club-alert,
.upgrade-club-alert {
    display: none;
    float: left;
    clear: both;
    margin: 0 0 20px 0;
    border: 1px solid #e0e0e0;
    height: auto;
    width: 100%;
    box-sizing: border-box;
}

.delete-club-alert .heading {
    height: 50px;
    width: 100%;
    padding-top: 17px;
    font-size: 16px;
    display: block;
    float: left;
    text-align: center;
    box-sizing: border-box;
    background: #555;
    color: #fff;
}

.downgrade-club-alert .heading, 
.upgrade-club-alert .heading {
    height: 50px;
    width: 100%;
    padding-top: 17px;
    font-size: 16px;
    display: block;
    float: left;
    text-align: center;
    box-sizing: border-box;
    background: #555;
    color: #fff;
}

.delete-club-alert  > .top,
.downgrade-club-alert > .top,
.upgrade-club-alert > .top {
    height: auto;
    width: 100%;
    display: block;
    float: left;
    text-align: left;
    font-size: 14px;
    padding: 15px 0;
    margin-left: 50px;
    line-height: 25px;
    box-sizing: border-box;
}

.delete-club-alert  > .top p a,
.downgrade-club-alert > .top p a,
.upgrade-club-alert > .top p a {
    font-size: 17px;
}

.delete-club-alert  > .top p,
.downgrade-club-alert > .top p,
.upgrade-club-alert > .top p {
    color: #222;
    font-size: 17px;
    line-height: 32px;
}

.delete-club-alert  > .buttons,
.downgrade-club-alert > .buttons,
.upgrade-club-alert > .buttons {
    height: 39px;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    box-sizing: border-box;
    cursor: pointer;
}

.delete-club-alert  > .buttons #delete-no-button,
.downgrade-club-alert > .buttons #downgrade-no-button,
.upgrade-club-alert > .buttons #upgrade-no-button {
    height: 39px;
    width: 50%;
    padding-top: 10px;
    font-size: 16px;
    display: block;
    float: left;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    background: #e0e0e0;
    color: #757575;
    cursor: pointer;
}

.delete-club-alert > .buttons #delete-yes-button,
.downgrade-club-alert > .buttons #downgrade-yes-button,
.upgrade-club-alert > .buttons #upgrade-yes-button {
    height: 39px;
    width: 50%;
    padding-top: 10px;
    font-size: 16px;
    display: block;
    float: right;
    text-align: center;
    box-sizing: border-box;
    background: #d90000;
    color: #fff;
    cursor: pointer;
}

.downgrade-club-alert > .buttons #downgrade-yes-button,
.upgrade-club-alert > .buttons #upgrade-yes-button {
    background: #869D42;
    color: #fff;
    cursor: pointer;
}

.downgrade-suggestion-club-alert {
    display: none;
   /* float: left;*/
    clear: both;
    margin: 0 0 35px 0;
    border: 1px solid #e0e0e0;
    height: auto;
    /*width: 100%;*/
    box-sizing: border-box;
}

.downgrade-suggestion-club-alert .heading {
    height: 50px;
    width: 100%;
    padding-top: 17px;
    font-size: 36px;
    display: block;
    float: left;
    text-align: center;
    box-sizing: border-box;
    /* background: #555; */
    color: #f90c0c;
}

.top {
    height: auto;
    width: 100%;
    display: block;
    float: left;
    text-align: left;
    padding: 15px 35px;
    margin: 0;
    box-sizing: border-box;
    color: #222;
}

.downgrade-suggestion-club-alert  > .top p {
    color: #222;
    font-size: 17px;
    line-height: 32px;
}

.downgrade-suggestion-club-alert  > .top p strong {
    color: #F72F84;
}

.downgrade-suggestion-club-alert  > .top p.downgrade_dh a,
.downgrade-suggestion-club-alert  > .top p.downgrade_ck a {
    color: #08b0da;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.downgrade-suggestion-club-alert  > .buttons {
    height: 39px;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    box-sizing: border-box;
    cursor: pointer;
}

.downgrade-suggestion-club-alert  > .buttons #downgrade-suggestion-yes-button {
    height: 39px;
    width: 33.33%;
    padding-top: 10px;
    font-size: 16px;
    display: block;
    float: left;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #08b0da;
    background: #08b0da;
    color: #fff;
    cursor: pointer;
}

.downgrade-suggestion-club-alert  > .buttons #downgrade-suggestion-no-button {
    height: 39px;
    width: 33.33%;
    padding-top: 10px;
    font-size: 16px;
    display: block;
    float: left;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #b7b7b7;
    background: #f297bd;
    color: #ffffff;
    cursor: pointer;
}

.downgrade-suggestion-club-alert > .buttons #downgrade-suggestion-do-nothing-button {
    height: 39px;
    width: 33.33%;
    padding-top: 10px;
    font-size: 16px;
    display: block;
    float: left;
    text-align: center;
    box-sizing: border-box;
    background: #869D42;
    color: #fff;
    cursor: pointer;
}

.downgrade-suggestion-club-alert > .buttons #downgrade-suggestion-sc-button,
.downgrade-suggestion-club-alert > .buttons #downgrade-suggestion-dh-button {
    height: 39px;
    display: block;     
    float: left;
    width: 33.33%;
    padding-top: 10px;
    font-size: 16px;
    display: none;
    float: right;
    text-align: center;
    box-sizing: border-box;
    background: #08b0da;
    border-right: 1px solid #108ead;
    color: #fff;
    cursor: pointer;
}

.downgrade-suggestion-club-alert > .buttons #downgrade-suggestion-sc-button {
    background: #61c8e2;
}

.continue {
    height: 120px;
    width: 100%;
    display: block;
    float: left;
    margin-top: 40px;
}

.continue .continue_top {
    height: 50px;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.continue .continue_bottom {
    height: 50px;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
}

.continue .continue_bottom #downgrade-suggestion-cancel-button {
    height: 39px;
    width: 33.33%;
    padding-top: 10px;
    font-size: 16px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #b7b7b7;
    background: #e0e0e0;
    color: #757575;
    cursor: pointer;
    margin: auto 33.33%;
}


.top.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    margin-left: 0;
    padding-left: 15px;
}

.footer {
    height: 278px;
    width: 100%;
    background: #f5f5f5;
    display: block;
    float: left;
    padding-top: 65px;
    box-sizing: border-box;
}

.footer .column {
    display: block;
    float: left;
    height: 100%;
    width: 195px;
}

.footer .column h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    margin: 0 0 12px 0;
    padding: 0;
}

.footer .column ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .column ul li {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 6px 0;
    padding: 0;
    list-style: none;
}

.footer .column ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #444;
}

.footer .column.right {
    text-align: center;
    width: calc(100% - 779px);
    margin-left: 191px;
}

.footer .column.right ul {
    display: block;
    float: left;
    width: auto;
    margin: 9px 0 0 0;
    padding: 0;
    list-style: none;
}

.footer .column.right ul li {
    height: 37px;
    width: 37px;
    display: block;
    float: left;
    margin-left: 4px;
}

.footer .column.right ul li img {
    width: 100%;
    max-width: 100%;
}

.footer-bottom {
    height: 80px;
    width: 100%;
    background: #ccc;
    display: block;
    float: left;
}

.footer-bottom .column {
    display: block;
    float: left;
    height: 100%;
    width: 50%;
}

.footer-bottom .column.left {
    padding-top: 22px;
    font-size: 16px;
    font-weight: normal;
    color: #444;
}

.footer-bottom .column.right {
    padding-top: 21px;
    text-align: right;
}

@media (max-width: 1140px) {
    .club-col {
        width: 100%!important;
        max-width: 100% !important;
        height: auto !important;
        clear: both;
        margin-bottom: 40px;
    }
}



@media (max-width: 1140px) {
    .container {
        width: calc(100% - 80px);
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .club-video iframe {
        width: 100%!important;
        max-width: 100% !important;
        height: auto !important;
        background: #fff;
    }

    .club-col-image {
        width: calc(100% - 60px)!important;
        max-width: calc(100% - 60px) !important;
        height: auto !important;
    }

}

.footer .column.right form#newsletter-validate-detail .field.newsletter input{background-color: #fff;    color: #686865;    height: 48px;    border: none;    font-size: 14px;    padding-left: 10px;    border: 1px solid #DADAD8;    display: block;    line-height: normal;    width: 100%;    box-sizing: border-box;}.footer .column.right form#newsletter-validate-detail .actions{display: table-cell;    vertical-align: top;    width: 1%;    padding: 0px;}.footer .column.right form#newsletter-validate-detail .actions button.action.subscribe.primary{		height: 48px;    text-transform: uppercase;    padding: 0 22px;    box-shadow: none;    border: 0px;	}.footer .column.right form#newsletter-validate-detail{display:table;width:100%;}.footer .column.right ul{margin-top:12px;}

ul.RightmenuOuter {
    display: inline-block;
    float: right;
}
ul.RightmenuOuter li {
    display: block;
}





.header .top-panel ul.RightmenuOuter .block-search, .header .top-panel ul.RightmenuOuter .block-links{
    margin-top: 0;
}
.header .logo{width: auto;}
.topMenuWrapOuter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


a.action.showcart:before{
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    line-height: auto;
    color: #de0d72;
    content: '\f815';
    font-family: 'porto-icons';
    margin: 0;
    font-weight: normal;
}
.action.showcart .counter.qty {
    color: #000;
    height: 24px;
    line-height: 19px;
    border-radius: 2px;
    display: inline-block;
    margin: -11px 0 0;
    min-width: 18px;
    width: auto;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    position: absolute;
    top: 50%;
    left: 0;
    font-weight: 600;
    font-size: 14px;
}
a.porto-icon-mini-cart.action.showcart {
    position: relative;
}
.action.search:before {
    color: #000 !important;
}
.block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: inherit;
    color: #08c;
    content: '\f818';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.block-links a {
    color: #000;
}
.footer-bottom .container:before{
    background:none;
}

@media(max-width: 1023px){
    .footer .column.right{margin-left: 0; width: calc(100% - 588px);}
}
@media(max-width: 991px){
    .clubmembericons{display: none;}
    .footer{width: 100%; height: auto;}
    .footer .column, .footer .column.right{width: 50%;margin-bottom: 30px;}
    .footer .column.right {
        margin-left: 0;
    }
    .sol-subnav ul {
        display: none;
    }
    .sol-subnav {
        position: relative;
    }
    .sol-subnav:after {
        position: absolute;
        content: "\f0c9";
        display: block;
        font-family: fontAwesome;
        top: 40%;
        left: 45px;
        font-size: 20px;
        color: #de0d72;
    }
    .sol-subnav ul li {
        display: block;
        width: 100%;
    }
    .sol-subnav ul {
        background-color: #fff;
        width: 100%;
        position: relative;
        top: 59px;
        padding: 0 15px;
    }

    
}
@media(max-width: 767px){
   .topMenuWrapOuter{flex-flow: column;padding: 20px 0;}
   .footer-bottom {
    height: auto;
}
.footer-bottom .column.left a {color: #444;}


.footer-bottom .column {
    width: 100%;
}


}
@media(max-width: 479px){
   .footer .column, .footer .column.right{width: 100%;}
   .column.right img {
    width: 100%;
}
}
@media (max-width:400px)
{
.footer-bottom .column.left{    font-size: 12px !important;}
}
/* new css 24-4-19 */
@media(max-width:767px){
    .footer-bottom .container{width: auto;padding-left:15px !important;}
    .footer-bottom .column.right{text-align:left;}
    .header .logo img{max-width: 86%;}
    .club-alert, .downgrade-suggestion-club-alert {width: 90% !important;}
    
}
@media(max-width: 600px) {
.downgrade-suggestion-club-alert > .buttons #downgrade-suggestion-no-button {
    width: 100%;   
}

.downgrade-suggestion-club-alert > .buttons #downgrade-suggestion-yes-button {
    width: 100%;
     
}
.downgrade-suggestion-club-alert > .buttons #downgrade-suggestion-do-nothing-button {
    width: 100%;
}
.downgrade-suggestion-club-alert > .buttons #downgrade-suggestion-no-button {
    width: 100% !important;
}

.downgrade-suggestion-club-alert > .buttons #downgrade-suggestion-dh-button {
    width: 100% !important;
}
.downgrade-suggestion-club-alert > .buttons #downgrade-suggestion-do-nothing-button {
    width: 100% !important;
}
.action.showcart .counter.qty {
    line-height: 24px;
}
input#othress{padding: 11px;
    margin: 0px !important;}
div#downgrade-suggestion-do-nothing-button3 {
    background: #f297bd !important; 
        margin-left: 0px;
}   
.modelcc .heading.ddyes { font-size: 23px; }
.modelcc .top div:first-child{ text-align:center}
.modelcc .top {padding:0px !important;}
div#downgrade-suggestion-do-nothing-button3 {
    width: 100% !important;
}
div#downgrade-suggestion-do-nothing-button2 {
    width: 100%;
}
div#confirmcancellation {
    width: 100% !important;
    margin-left: 0px;
} 
div#continuecancellation {
    width: 100%;
    margin-left: 0px !important;
}
.innersure {     
    width: auto !important;
}
