body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #595D54;
    line-height: 30px;
    text-align: center;
    /*background: url('/assets/img/background.jpg') center center fixed;*/
    background: url('../images/ctfo-enrollment-bg.jpg') center center fixed;
	background-color: rgba(124, 140, 84, 0.8);
    background-size: cover;
} 

strong {
    font-weight: 500;
}

.tooltipster-default {
    border: none;
    max-width: 300px;
    background: #454545;
}

.tooltipster-default .tooltipster-content {
    font-weight: 600;
}

#ajaxBeforeSendMessage{
    font-size: 1.5em;
    text-align: center;
    margin: auto;
    background: #6f7456;
    color: white;
    padding: 1em;
    font-weight: 600;
}

a, a:hover, a:focus {
    color: #69623B;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    
    line-height: 30px;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: #687151;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #687151;
    color: #fff;
    text-shadow: none;
}

a.selectThisProduct{
    color: white;
    background: #f08200;
    padding: 1em 2em;
    margin: 1em 0em;
    font-weight: 500;
    letter-spacing: 1px;
}

a.selectThisProduct:active, a.selectThisProduct:focus{
    color: white;
}

a.selectThisProduct:hover{
    background: #f1901b;
    color: white;
}

.selectedProduct{
    border-bottom: 4px solid #f1901b;
}

/***** Top menu *****/

.navbar {
    padding-top: 10px;
    background: #333;
    background: rgba(51, 51, 51, 0.3);
    border: 0;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.navbar.navbar-no-bg {
    background: none;
}

ul.navbar-nav {
    font-size: 16px;
    color: #fff;
}

.navbar-inverse ul.navbar-nav li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-inverse ul.navbar-nav li .li-text {
    opacity: 0.8;
}

.navbar-inverse ul.navbar-nav li a {
    display: inline;
    padding: 0;
    color: #fff;
}

.navbar-inverse ul.navbar-nav li a:hover {
    color: #fff;
    opacity: 1;
    border-bottom: 1px dotted #fff;
}

.navbar-inverse ul.navbar-nav li a:focus {
    color: #fff;
    outline: 0;
    opacity: 1;
    border-bottom: 1px dotted #fff;
}

.navbar-inverse ul.navbar-nav li .li-social a {
    margin: 0 5px;
    font-size: 28px;
    vertical-align: middle;
}

.navbar-inverse ul.navbar-nav li .li-social a:hover,
.navbar-inverse ul.navbar-nav li .li-social a:focus {
    border: 0;
    color: #f35b3f;
}

.navbar-brand {
    width: 162px;
    background: url(../img/logo.png) left center no-repeat;
    text-indent: -99999px;
}

.shared-by{
    position: absolute;
    top: 10px;
    padding: 5px;
    color: white;
    background: rgba(255, 255, 255, 0.8);
}

/***** Top content *****/

.top-content {
    padding: 30px 0 50px 0;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}

.form-box {
    padding-top: 40px;
}

.f1 {
    padding: 25px;
    /* background: #fff; */
	background: rgba(255,255,255, .95);
	
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.f1 h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    background: #687151;
}

.f1-step {
    position: relative;
    float: left;
    width: 33.333333%;
    padding: 0 5px;
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
    background: #6f7255;
    border: 1px solid #6f7255;
    color: #f6f8f8;
    line-height: 38px;
}

.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #6F7456;
    font-size: 22px;
    line-height: 48px;
}

.f1-step p {
    color: #ccc;
}

.f1-step.activated p {
    color: #6f7255;
}

.f1-step.active p {
    color: #6f7356;
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-buttons {
    text-align: center;
}

.f1 .input-error {
    border-color: #f35b3f;
}

#fname-error,
#lname-error,
#business-error,
#email-error,
#cemail-error,
#dayphone-error,
#cellphone-error,
#address-error,
#address2-error,
#city-error,
#state-error,
#typestate-error,
#country-error,
#dateofbirth-error,
#site-error,
#password-error,
#password2-error,
#billmethod-error,
#agree1-error,
#agree2-error,
#agreeSub-error,
#agree3-error,
.site_notAvailable,
.site_alreadyBelong,
#billfname-error,
#billlname-error,
#billaddress-error,
#billcity-error,
#selectbillstate-error,
#typebillstate-error,
#billzip-error,
#ccnumber-error,
#ccid-error,
#zip-error,
#billcountry-error,
#confirm_sponsor-error

{
    background: red;
    text-align: center;
    color: white;
    font-size: .8em;
    position: relative;
    top: -1.4em; 
    border-radius: .2em;
    padding: 0em 1em;

}

#expirationDate-error{
    background: red;
    text-align: center;
    color: white;
    font-size: .8em;
    position: relative;
    top: .5em;
    border-radius: .2em;
    padding: 0em 1em;
}

.site_available{
    background: green;
    text-align: center;
    color: white;
    font-size: .8em;
    position: relative;
    top: -1em;
    border-radius: .2em;
    padding: 0em 1em;
}

#copynames{
    margin-top: .5em;
}
footer{
	color:#fff;
}
footer a{
    color: white;
    padding: .5em;
}
footer a:hover,
footer a:focus,
footer a:active
{
	text-decoration: underline;
	color: #fff;
}

footer h3{
    font-weight: 600;
}

footer .container{
    text-align: left;
}

.privacyPolicy h3,
.shippingPolicy h3,
.returnPolicy h3,
.termsPolicy h3{
    color: #000;
    letter-spacing: 1px;
}

div.div_wealth_empowerment h3{
    color: #687151;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
}

.privacyPolicy,
.shippingPolicy,
.returnPolicy,
.termsPolicy {
    font-size: 90%;
    display:none;
    height:500px;
    overflow:auto;
    color: #000;
    background-color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1em;
    border-radius: .3em;
    padding: 0em 2em;
}

.IATOA h4,
.IATOA2 h4,
.ISOPP h4,
.subAgreement h4,
.returnpolicy h4,
.returnpolicy h3{
    color: white;
    font-weight: 600;
    text-align: center;

}

.IATOA p,
.IATOA2 p,
.ISOPP p,
.subAgreement p,
.returnpolicy p{ 
    letter-spacing: .5px;
    font-weight: 500;
}

.IATOA img,
.IATOA2 img,
.ISOPP img,
.subAgreement img,
.returnpolicy img{
    width: 30%;
    position: relative;
    right: 1em;
}

.IATOA,
.IATOA2,
.ISOPP,
.subAgreement,
.returnpolicy {
    font-size: 80%;
    display: none;
    height: 500px;
    overflow: auto;
    color: white;
    background-color: #687151;
    margin-bottom: 1em;
    border-radius: .3em;
    padding: 1em 2em;
}

.FTFB,
.MIMB,
.SSIB,
.ATMB{
    font-size: 80%;
    /*display: none;*/
    overflow: auto;
    color: #687151;
    background-color: white;
    margin-bottom: 1em;
    border-radius: .3em;
    padding: 1em 2em;
    margin-top: -1em;
}

.div_wealth_empowerment{
   font-size: 80%;
   display: none;
   overflow: auto;
   color: #687151;
   background-color: white;
   border-radius: .3em;
   padding: 1em 2em;
}

.ABT {
    height: 315px;
    font-size: 80%;
    overflow: auto;
    color: #687151;
    background-color: white;
    border-radius: .3em;
    padding: 1em 2em;
}

.SSIB {
    height: 210px;
}

.MIMB {
    height: 190px;
}

.FTFB {
    height: 180px;
}

.hvr-underline-reveal:before {
    background: #f08200 !important;
}

.div_wealth_empowerment .tooltip.right {
    /*margin-top: 2em;*/
}

.enrollment-div,
.agreement-div{
    padding: .3em 0em;
    text-align: left;
}

.phone-wrap{
    font-weight: 300;
}

.siteName{
    text-transform: uppercase;
}


::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

#limited-time {
    color: #687151;
}

.IATOA #ia-understand,
.IATOA2 #ia-understand
{
    margin-bottom: 0;
}

.IATOA ol li,
.IATOA2 ol li,
.ISOPP ol li,
footer #privacyPolicy ul li,
footer #termsPolicy ol li,
.ABT ul li,
.FTFB ul li,
.MIMB ul li,
.SSIB ul li,
.ATMB ul li{
    font-weight: 500;
}

.ABT ul li,
.FTFB ul li,
.MIMB ul li,
.SSIB ul li,
#option1-group ul li,
.ATMB ul li {
    font-size: 16px;
}

#option1-group ul li,
#option2-group #option2-group-main-ul .option2-group-main-li {
    color: #687151;
}

.hvr-underline-from-left:before {
    background: #687151 !important;
}

#option1-group ul li {
    font-weight: 600
}

.IATOA #ia-independent-contractor,
.IATOA2 #ia-independent-contractor
{
    margin-bottom: 0;
    margin-left: -13px;
}

.IATOA #iatoa-at-cost,
.IATOA2 #iatoa-at-cost,
.ISOPP #isopp-at-cost,
.ISOPP #isopp-unsolicited-fax-spam {
    display: block;
    content: "";
    margin-top: 10px;
}

.IATOA #iatoa-applicant-signature,
.IATOA2 #iatoa-applicant-signature
{
    margin-left: 20px;
    margin-bottom: 35px;
}

.IATOA .iatoa-applicant-signature-accepted-for,
.IATOA2 .iatoa-applicant-signature-accepted-for
{
    padding-left: 4px;
}

.IATOA .iatoa-applicant-signature-accepted-for p,
.IATOA2 .iatoa-applicant-signature-accepted-for p,
.IATOA .iatoa-applicant-signature-date p,
.IATOA2 .iatoa-applicant-signature-date p
{
    border-top: 1px solid white;
}

.IATOA .iatoa-applicant-signature-bottom .iatoa-applicant-signature-accepted-for,
.IATOA2 .iatoa-applicant-signature-bottom .iatoa-applicant-signature-accepted-for,
.IATOA .iatoa-applicant-signature-bottom .iatoa-applicant-signature-date,
.IATOA2 .iatoa-applicant-signature-bottom .iatoa-applicant-signature-date
{
    margin-top: 20px;
}

.IATOA .iatoa-applicant-signature-bottom .iatoa-applicant-signature-accepted-for p br,
.IATOA2 .iatoa-applicant-signature-bottom .iatoa-applicant-signature-accepted-for p br,
.IATOA .iatoa-applicant-signature-date p br,
.IATOA2 .iatoa-applicant-signature-date p br
{
    display: block;
    content: "";
    margin-top: -12px;
}

.ISOPP #isopp-audio-video {
    margin-top: 10px;
}

.ISOPP .ol-lower-alpha,
.ISOPP .ol-lower-number {
    counter-reset: list;
    margin: 0;
}

.ISOPP .ol-lower-alpha > li,
.ISOPP .ol-lower-number > li {
    list-style: none;
    position: relative;
}

.ISOPP .ol-lower-alpha > li:before {
    counter-increment: list;
    content: counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
}

.ISOPP .ol-lower-number > li:before {
    counter-increment: list;
    content: "(" counter(list) ")";
    position: absolute;
    left: -1.4em;
}

.ISOPP #isopp-unsolicited-fax-spam {
    margin-bottom: 10px;
}

.ISOPP #isopp-unsolicited-faxes,
.ISOPP .isopp-change-status,
.ISOPP .isopp-sale-transfer,
.ISOPP #isopp-entity-guarantee,
.ISOPP #isopp-members-household,
.ISOPP #isopp-tax-reporting,
.ISOPP #isopp-telemarketing-techniques,
.ISOPP #isopp-social-networking {
    display: block;
    content: "";
    margin-top: 10px;
}

footer #privacyPolicy .privacy-policy-secondary-header {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}

footer #privacyPolicy p,
footer #termsPolicy p {
    font-weight: 500;
}

footer #privacyPolicy a,
footer #termsPolicy a {
    color: #FB9E00;
    padding: 0;
}

footer #privacyPolicy a:hover,
footer #termsPolicy a:hover {
    color: #F47115;
}

footer #privacyPolicy ul li {
    list-style-type: none;
}

footer #privacyPolicy ul li:before {
    content: '* ';
}

footer #termsPolicy ol {
    padding-left: 1em;
}

footer ol li .termsPolicy-ol-heading {
    margin-left: 2.5em;
}

footer ol li .termsPolicy-ol-first-content {
    margin-top: 1em;
    text-indent: 2.5em;
}

footer .termsPolicy-text-indention {
    text-indent: 2.5em;
}

/*update*/
.onsel_container {
    margin-top: 10px;
}
.prod_container .prod_item {
    display: inline-block;
    width: 31%;
    text-align: center;
    background: #96a375;
    color: #fff;
    border: 1px solid #6f7255;
    border-radius: 3px;
}
.prod_container .prod_item:hover {
    background: #6f7255;
}
.onsel_container .onsel_sections {
    display: none;
}
.onsel_container .onsel_sections.open {
    display: block;
}
.onsel_container .onsel_sections {
    margin-top: 20px;
}
h2.ons_header {
    font-size: 21px;
    line-height: 1.2em;
    font-weight: bold;
    background: #6f7356;
    margin-top: 0;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    margin-bottom: 0;
}

.onsel_container .onsel_sections .on_inner {
    position: relative;
    background: #fff;
    border: 1px solid #6f7356;
    border-radius: 5px;
}

.onsel_container .onsel_sections .on_inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-bottom-color: #6f7356;
    border-top: 0;
    margin-left: -18px;
    margin-top: -18px;
}

.onsel_container .onsel_sections.on_select_open_0 .on_inner:after {
    left: 38%;
    margin-left: 40px;
}

.onsel_container .onsel_sections.on_select_open_1 .on_inner:after {
    left: 47%;
    margin-left: 0px;
}

.onsel_container .onsel_sections.on_select_open_2 .on_inner:after {
    left: 80%;
    margin-left: 0px;
}

.onsel_container .onsel_sections.on_select_open_3 .on_inner:after {
    left: 66%;
    margin-left: 0px;
}

.onsel_container .onsel_sections.on_select_open_4 .on_inner:after {
    left: 87%;
    margin-left: 0px;
}

.onsel_container .onsel_sections .on_inner p {
    padding: 0 15px;
    line-height: 1.6em;
	color: #111;
}

.onsel_container .onsel_sections .on_inner ul li {
    list-style: none;
    line-height: 1.2em;
}

.onsel_container .onsel_sections .on_inner p.note {
    font-size: 14px;
    color: #7d8d54;
    font-style: italic;
}
.onsel_container .onsel_sections .on_inner .ons_image img {
    width: 75%;
    margin: 0 auto 20px;
}
.ps_hidden {
    display: none;
}

.product_selected .ps_items.open {
    display: block;
}
.product_selected .ps_items .inner_ps {
    border: 1px solid #7d8d54;
    border-radius: 10px 10px 0 0;
}
.product_selected .ps_items p {
    padding: 0 20px;
}
.product_selected .ps_items .ons_image {
    padding: 35px;
    text-align: center;
}
.product_selected .ps_items .ons_image img {
    width: 80%;
    margin: 0 auto;
}

.xb-hide,
.shippingcontent {
    display: none;
}

.f1-steps .xb-openfour {
    width: 25%;
}

.subs_shipping {
    text-align: right;
}
/*
*   customer enrollment styles
*/

.selprod_item {
    margin-bottom: 25px;
}
.selprod_item .inner_item a {
    text-align: center;
    display: block;
    background: none;
    border: 2px solid #7d8d54;
    font-size: 18px;
    line-height: 1em;
    padding: 15px 10px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;

      -webkit-transition: all .51s ease-in-out;
  -moz-transition: all .51s ease-in-out;
  -o-transition: all .51s ease-in-out;
  transition: all .51s ease-in-out;
}
.selprod_item .inner_item a:hover,
.selprod_item .inner_item a.isactive {
    color: #fff;
    background: #7d8d54;

      -webkit-transition: all .51s ease-in-out;
  -moz-transition: all .51s ease-in-out;
  -o-transition: all .51s ease-in-out;
  transition: all .51s ease-in-out;
}

.tap_to_select {
    margin-bottom: 20px;
}
.tap_to_select .tap-to-item {
    width: 49%;
    display: inline-block;
    text-align: center;
}
.tap_to_select .tap-to-item a {
    text-align: center;
    display: block;
    border: 2px solid #7d8d54;
    border-radius: 5px;
    padding: 10px 0;
    line-height: 1em;
    font-size: 13px;
    font-weight: bold;

    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.tap_to_select .tap-to-item a:hover {
    background: #7d8d54;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.tap_to_select .tap-to-item a.itm_is_active {
    background: #7d8d54;
    color: #fff;
}
.push_alert {
    background: #7d8d54;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-style: italic;
    margin-bottom: 15px;
}

.push_alert h2 {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.push_alert p {
    text-align: center;
}

.itemtotal {
    margin-bottom: 20px;
}

.onckeckbox input#dateofbirth {
    width: 20px;
    margin: 0 5px 0 20px;
    display: inline-block;
    line-height: 1em;
    height: 20px;
}

.onckeckbox .labeler {
    display: inline-block;
    vertical-align: middle;
}

.customsteps .f1-step {
    width: 49%;
}

.billingstep .f1-step {
    width: 49%;
}
.itmdesc {
    display: none;
}


.idescinner {
    position: relative;
    background: #7d8d54;
    border-radius: .4em;
    padding: 15px 20px;
    color: #fff;
    width: 95%;
    margin: 25px auto 0;
}

.idescinner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #7d8d54;
    border-top: 0;
    margin-top: -20px;
}

.retdesc .idescinner:after {
    left: 20%;
}

.predesc .idescinner:after {
    left: 73%;
}

.returnpolicy a {
    color: #fff !important;
}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {

    .navbar {
        padding-top: 0;
    }

    .navbar.navbar-no-bg {
        background: #333;
        background: rgba(51, 51, 51, 0.9);
    }

    .navbar-brand {
        height: 60px;
        margin-left: 15px;
    }

    .navbar-collapse {
        border: 0;
    }

    .navbar-toggle {
        margin-top: 12px;
    }

    .top-content {
        padding: 40px 0 110px 0;
    }

}

@media (max-width: 500px) {
    .prod_item label strong {
        font-size: 11px;
    }
}

@media (max-width: 415px) {

    h1, h2 {
        font-size: 32px;
    }

    .f1 {
        padding-bottom: 20px;
    }

    .f1-buttons button {
        margin-bottom: 5px;
    }

    .agree1,.agree2,  .agree3{
        font-size: .9em;
    }


    .prod_item label strong {
        font-size: 13px;
        line-height: 1em;
    }
    .prod_container .prod_item {
        width: 100%;
        border: 1px solid #7d8d54;
        margin-bottom: 10px;
        border-radius: 5px;
        line-height: 1em;
        /*background: #7d8d54;*/
        padding: 10px 15px;
    }
    .prod_container .prod_item label {
        display: inline-block;
        width: 93%;
        line-height: 1em;
        margin: 0;
        color: #7d8d54;
    }
    .prod_container .prod_item input {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

    .prod_container .prod_item.sactive {
        background: #7d8d54;
    }
    .prod_container .prod_item.sactive label {
        color: #fff;
    }
    .onsel_container .onsel_sections .on_inner:after {
        display: none;
    }

    .ons_header strong {
        display: block;
        margin-top: 5px;
        font-style: italic;
    }

    .itemprods .prod_subtotal_num,
    .itemprods .shiphandle_num,
    .itemprods .salestax_num,
    .itemtotal .total_amount_num {
        font-weight: bold;
        font-size: 23px;
        font-style: italic;
    }

}

/* Retina-ize images/icons */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (   min--moz-device-pixel-ratio: 2), only screen and (     -o-min-device-pixel-ratio: 2/1), only screen and (        min-device-pixel-ratio: 2), only screen and (                min-resolution: 192dpi), only screen and (                min-resolution: 2dppx) {

    /* logo */
    .navbar-brand {
        background-image: url(../img/logo@2x.png) !important;
        background-repeat: no-repeat !important;
        background-size: 162px 36px !important;
    }

}

/* RESIZE BILLING STEP Card Identification Number */
#ccid {
    width: 6em;
}

/* Added Text */
.client-letter-text {
    margin-top: 1.5em;
}

.show {
  display: block !important;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.invisible {
  visibility: hidden;
}


/*new updates 02-06-18*/
hr.thick-divider{
    border-top: 3px solid #7b7b7b;
}

a#affiliate-business-toolkit,
a#wealth-empowerment{
   color: rgb(251, 158, 0); 
}

a#affiliate-business-toolkit{
    font-size: 1.3em;
}

a#wealth-empowerment{
    font-size: 1.2em;
}

li.option2-group-main-li{
    list-style: none;
}

.prod_container{
	display: block;
	text-align: center;
}

.prod-item{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	width: 25%;
}


#product-features-list .ctfo-system-plan-header {
    color: white;
    background: #0F1011;
    padding: .5em;
    font-size: .9em;
    border: 1px dotted whitesmoke;
    font-weight: 900;
    margin-bottom: .1em;
}

#product-features-list .ctfo-system-plan-header a {
    color: white;
}

#product-features-list ul li {
    border: 1px dotted whitesmoke;
    font-size: .9em;
}

#product-features-list .grouped-desc {
    line-height: 1.1;
    padding-top: .9em !important;
    padding-bottom: .9em !important;
}

#product-features-list .grouped-desc-hide {
    visibility: hidden;
}

@media (max-width: 575px) {
    #top-products-header-text {
        margin-bottom: 2em;
    }

    #product-features-list .ctfo-system-plan-header {
        font-size: .7em !important;
    }

    #product-features-list ul li {
        font-size: .7em !important;
    }

    .currency {
        font-size: 1.5rem !important;
    }

    .value {
        font-size: 3rem !important;
    }

    #selected-plan-info-wrap-info .col-xs-9 {
        width: 65% !important;
    }

    #selected-plan-info-wrap-info .col-xs-3 {
        width: 35% !important;
    }

    #selected-plan-info-wrap-info #selected-plan-info-wrap h5 {
        margin-top: 3px;
    }
}

@media (max-width: 475px) {
    #product-features-list .ctfo-system-plan-header {
        font-size: .6em !important;
    }

    #product-features-list ul li {
        font-size: .6em !important;
    }

    .currency {
        font-size: 1rem !important;
    }

    .value {
        font-size: 2rem !important;
    }

    #confirm-selected-plan-wrap label {
        font-size: 14px !important;
    }
}

@media (max-width: 415px) {

    h1, h2 {
        font-size: 32px;
    }

    .f1 {
        padding-bottom: 20px;
    }

    .f1-buttons button {
        margin-bottom: 5px;
    }

    .agree1,.agree2, .agree3,
    #ctfo-no-spam-policy-terms,
    #ctfo-privacy-policy-terms,
    #ctfo-terms-of-use-terms {
        font-size: .9em;
    }

    #confirm-selected-plan-wrap h3 {
        font-size: 17px !important;
    }

    #confirm-selected-plan-wrap label {
        height: 75px !important;
        font-size: .7em !important;
        padding-top: 0.5em !important;
    }

    #selected-plan-info-wrap-info .col-xs-9 {
        width: 55% !important;
    }

    #selected-plan-info-wrap-info .col-xs-3 {
        width: 45% !important;
    }

    #confirm-selected-plan-wrap input:checked + label:after {
        width: 30px !important;
        height: 30px !important;
        line-height: 26px !important;
    }
}

@media (max-width: 399px) {
    #product-features-list .ctfo-system-plan-header {
        font-size: .5em !important;
    }

    #product-features-list ul li {
        font-size: .41em !important;
    }

    .currency {
        font-size: .8rem !important;
    }

    .value {
        font-size: 1.6rem !important;
    }

    #confirm-selected-plan-wrap label {
        font-size: 14px;
    }

    #subscription-radio-intro-confirm-wrap,
    #subscription-radio-pro-confirm-wrap,
    #subscription-radio-premium-confirm-wrap {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 387px) {
    #selected-plan-info-wrap-info #selected-plan-info-wrap h5 {
        margin-top: 0;
    }
}

@media (max-width: 332px) {
    .agree1,.agree2, .agree3,
    #ctfo-no-spam-policy-terms,
    #ctfo-privacy-policy-terms,
    #ctfo-terms-of-use-terms {
        font-size: .8em;
    }
}

/* PRODUCT FEATURES LIST STYLES */
#product-features-list .col-md-5,
#product-features-list .col-sm-5,
#product-features-list .col-xs-5,
#product-features-list .col-md-7,
#product-features-list .col-sm-7,
#product-features-list .col-xs-7,
#product-features-list .col-md-4,
#product-features-list .col-sm-4,
#product-features-list .col-xs-4 {
    padding-left: 0;
    padding-right: 0;
}

#product-features-list #ctfo-system-features {
    padding-right: .2em;
}

#product-features-list #ctfo-system-features ul li {
    padding: .2em .5em;
    color: black;
    background: ghostwhite;
    font-weight: bold;
}

#product-features-list .ctfo-plan-selected:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 39px 0 0;
    border-color: #2592F7 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

#product-features-list .ctfo-plan-selected:after {
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    position: absolute;
    left: 2px;
    top: 0;
    text-shadow: 0 0 2px #37c5b6;
    font-size: 1.4rem;
}

#product-features-list #ctfo-first-plan,
#product-features-list #ctfo-second-plan,
#product-features-list #ctfo-third-plan {
    width: 100%;
}

#product-features-list #ctfo-first-plan,
#product-features-list #ctfo-second-plan {
    padding-left: .2em;
    padding-right: .2em;
}

#product-features-list #ctfo-third-plan {
    padding-left: .2em;
}

#product-features-list #ctfo-first-plan ul li,
#product-features-list #ctfo-second-plan ul li,
#product-features-list #ctfo-third-plan ul li {
    padding: .2em 0;
}

#product-features-list #ctfo-first-plan:hover li,
#product-features-list #ctfo-first-plan:hover .currency,
#product-features-list #ctfo-first-plan:hover .duration {
    color: #fff;
}

#product-features-list #ctfo-second-plan:hover li,
#product-features-list #ctfo-second-plan:hover .currency,
#product-features-list #ctfo-second-plan:hover .duration {
    color: #fff;
}

#product-features-list #ctfo-third-plan:hover li,
#product-features-list #ctfo-third-plan:hover .currency,
#product-features-list #ctfo-third-plan:hover .duration {
    color: #fff;
}

#product-features-list #ctfo-first-plan:hover,
#product-features-list #ctfo-second-plan:hover,
#product-features-list #ctfo-third-plan:hover {
    cursor: pointer;
    z-index: 10;
}

#product-features-list #ctfo-first-plan:hover h4,
#product-features-list #ctfo-second-plan:hover h4,
#product-features-list #ctfo-third-plan:hover h4 {
    border-top: 4px solid #bbb;
    border-left: 4px solid #bbb;
    border-right: 4px solid #bbb;
}

#product-features-list #ctfo-first-plan:hover li,
#product-features-list #ctfo-second-plan:hover li,
#product-features-list #ctfo-third-plan:hover li {
    border-left: 2px solid #bbb;
    border-right: 2px solid #bbb;
}

#product-features-list #ctfo-first-plan:hover li:last-child,
#product-features-list #ctfo-second-plan:hover li:last-child,
#product-features-list #ctfo-third-plan:hover li:last-child {
    border-bottom: 2px solid #bbb;
}

#product-features-list #ctfo-first-plan ul li:last-of-type,
#product-features-list #ctfo-second-plan ul li:last-of-type,
#product-features-list #ctfo-third-plan ul li:last-of-type {
    background: transparent;
    color: #6F7456;
}

#product-features-list #ctfo-first-plan ul li,
#product-features-list #ctfo-first-plan ul li .currency,
#product-features-list #ctfo-first-plan ul li  .duration{
    background: #9FBA89;
    font-weight: bold;
	color: #fff;
}

#product-features-list #ctfo-second-plan ul li {
    background: #6F7456;
    font-weight: bold;
}

#product-features-list #ctfo-second-plan ul li,
#product-features-list #ctfo-second-plan ul li .currency,
#product-features-list #ctfo-second-plan ul li .duration {
    color: white;
}

#product-features-list #ctfo-third-plan ul li {
    background: #6c7368;
    font-weight: bold;
}

#product-features-list #ctfo-third-plan ul li,
#product-features-list #ctfo-third-plan ul li .currency,
#product-features-list #ctfo-third-plan ul li .duration {
    color: #fff;
}

#product-features-list .ctfo-system-plan-header {
    color: white;
    background: #0F1011;
    padding: .5em;
    font-size: .9em;
    border: 1px dotted whitesmoke;
    font-weight: 900;
    margin-bottom: .1em;
}

#product-features-list .ctfo-system-plan-header a {
    color: white;
}

#product-features-list ul li {
    border: 1px dotted whitesmoke;
    font-size: .9em;
}

#product-features-list .grouped-desc {
    line-height: 1.1;
    padding-top: .9em !important;
    padding-bottom: .9em !important;
}

#product-features-list .grouped-desc-hide {
    visibility: hidden;
}

/* EMPHASIZE PRODUCT PRICE */
.currency,
.duration {
    color: #2d3e50;
}

.duration::before {
    content: '/';
    margin-right: 2px;
}

.currency {
    display: inline-block;
    margin-top: -5px;
    vertical-align: top;
    font-size: 1.9rem;
    font-weight: 700;
}

.value {
    font-size: 4rem;
    font-weight: 300;
}
/* END EMPHASIZE PRODUCT PRICE */

/* CHECK BOXES(RADIO BUTTON) STYLES BELOW PLAN GRAPH */
@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    top: 7px;
    left: 0;
    height: 25px;
    width: 25px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none !important;
    z-index: 1000;
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: #40e0d0;
}

.option-input:checked::before {
    height: 25px;
    width: 25px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}
/* END CHECK BOXES(RADIO BUTTON) STYLES BELOW PLAN GRAPH*/
/* END PRODUCT FEATURES LIST STYLES */

/* CONFIRM SELECTED PLAN STYLES */
#confirm-selected-plan-wrap input {
    display: none;
}

#confirm-selected-plan-wrap label {
    position: relative;
    background-color: #aaa;
    color: #fff;
    font-size: 17px;
    text-align: center;
    height: 100px;
    padding-top: 1.5em;
    display: block;
    cursor: pointer;
    border: 3px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

#confirm-selected-plan-wrap label:hover {
    transform: rotateX(360deg);
}

#confirm-selected-plan-wrap input:checked + label {
    border: 3px solid #333;
}

#confirm-selected-plan-wrap #subscription-radio-intro-confirm-wrap input:checked + label {
    background: #9FBA89;
    color: #6F7456;
}

#confirm-selected-plan-wrap #subscription-radio-pro-confirm-wrap input:checked + label {
    background: #6F7456;
    color: #fff;
}

#confirm-selected-plan-wrap #subscription-radio-premium-confirm-wrap input:checked + label {
    background: #6c7368;
    color: midnightblue;
}

#confirm-selected-plan-wrap input:checked + label:after {
    content: "✔";
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    border: 2px solid #333;
    z-index: 999;
    position: absolute;
    top: -10px;
    right: -10px;
    font-weight: bolder;
}

#confirm-selected-plan-wrap #subscription-radio-intro-confirm-wrap input:checked + label:after {
    background: #9FBA89;
}

#confirm-selected-plan-wrap #subscription-radio-pro-confirm-wrap input:checked + label:after {
    background: #6F7456;
}

#confirm-selected-plan-wrap #subscription-radio-premium-confirm-wrap input:checked + label:after {
    background: #6c7368;
}
/* END CONFIRM SELECTED PLAN STYLES */
/* SELECTED PLAN STYLES */
#selected-plan-info-wrap {
    padding-left: 0;
    padding-right: 0;
}
/* END SELECTED PLAN STYLES */

div.izimodalpopup{
    text-align: left;
    font-size: 1.7rem;
}

div.iziModal-content{
    padding: 15px !important;
}

.input-group-addon{
	background: #6F7456;
	border-color: #6F7456;
	color:#fff;
}

.form-control{
	border-color: #6f7356;
    background: #fafaf9;
}

.table>tbody>tr>td {
    text-align: left;
    line-height: 1em;
    vertical-align: middle;
}
span.label.label-info,
label.label.label-info {
    font-size: 12px;
}
.table>tbody>tr>td > h2 {
    line-height: 0;
}
table.table.table-striped {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
}
.prod_container .prod_item label {
    line-height: 1em;
    margin: 0;
    display: block;
    cursor: pointer;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.prod_container .prod_item label strong {
    font-weight: bold;
}
.prod_container .prod_item input {
    display: none;
}
.slidersot h2.maintitle {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 0;
    line-height: 1em;
}
.slidersot h3.subtitle {
    text-align: center;
    margin: 0 0 35px;
    font-size: 12px;
}
.slidersot h2.subheadbase {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 1.2em;
    font-weight: bold;
}
.slidersot p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 25px;
}
.onnote {
    font-size: 13px;
    color: #6f7356;
    font-style: italic;
    padding-left: 20px;
}
.mainplanheader h2 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.hideiffree {
    display: none;
}

div#sponsortext {
    color: red;
    font-size: 16px;
}

div#sponsortext p {
    font-weight: normal;
    font-size: 15px;
}

span.siteName {
    text-decoration: underline;
}