.separated-section{
    padding-top: 40px;
}

/* ======= signup ======= */
.signup {
    padding: 80px 0;
    padding-top: 170px;
    position: relative;
    z-index: 10;
}
.signup .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
}
.signup .intro {
    color: #fff;
    margin-bottom: 80px;
}
.signup .item {
    padding: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.signup .item .item-inner {
    padding: 15px;
    background:#FBFBF1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    border: 1px solid #eeeeee;
}
.signup .item .item-inner:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.signup .item .heading {
    margin-top: 0;
    padding: 30px 15px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.signup .item .heading .title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px dashed #eeeeee;
    color: #444444;
}
.signup .item .content {
    padding: 30px 15px;
    padding-top: 0;
    font-size: 14px;
}
.signup .item .price-figure {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
}
.signup .item .price-figure .number {
    font-size: 42px;
    font-weight: bold;
}
.signup .item .price-figure .unit {
    font-weight: 400;
    color: #b3b3b3;
}
.signup .item .price-figure .currency {
    top: -12px;
    right: 2px;
    position: relative;
    font-family: arial, sans-serif;
    color: #666666;
    font-size: 18px;
}
.signup .item .ribbon {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 110px;
    height: 110px;
    overflow: hidden;
}
.signup .item .ribbon .text {
    position: relative;
    left: -8px;
    top: 18px;
    width: 158px;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #5d80a1;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
}
.signup .item .ribbon .text:before,
.signup .item .ribbon .text:after {
    content: '';
    position: absolute;
    bottom: -5px;
    border-top: 5px solid #2e4050;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.signup .item .ribbon .text:before {
    left: 0;
}
.signup .item .ribbon .text:after {
    right: 0;
}
.signup .item .feature-list {
    margin-bottom: 30px;
}
.signup .item .feature-list li {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px;
}
.signup .item .feature-list li .fa {
    margin-right: 5px;
    color: #4a6781;
}
.signup .item .feature-list li.disabled {
    color: #999999;
}
.signup .item .feature-list li.disabled .fa {
    color: #999999;
}

.forgot-password-text {
    text-align: center;
    color: #999999;
    font-size: 12px;
}

@media (min-width: 992px){
    .forgot-password-text {
        min-height: 130px;
    }
}


.access-section .form-box .sub-title {
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 0;
}

.show {
    display: block
}

.hidden {
    display: none;
}

.error-message-input {
    color: red;
    padding: 5px 0px 0px 0px;
    font-size: 12px;
    text-align: left;
}

.elegant-font {
    font-weight: 300;
}

.divider-simple {
    margin: 0 0px 30px 0px;
    background: #e5e5e5;
    height: 1px;
    width: 100%;
}

.registration-card .btn + .note {
    margin: 15px 0;
}
.registration-card .note {
    color: #999999;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 15px;
}
/*
.form-group.required .control-label:after { 
   content:"*";
   color:red;
}

.form-group.required .label:after { 
   content:"*";
   color:red;
}*/

.form-group.required .control-label:before{
    color: red;
    content: "*";
    position: absolute;
    margin-left: -15px;
}

.no-padding {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.radio-button {
    padding: 1px 7px;
}
.faq-weekly{
    font-size: 13px;
    margin-top: -6px;
}
.faq-weekly .title {
    color: #28a5a8;
}
.faq-weekly .sub-title {
    color: #848484;
}
.date-margin {
    top: 34px !important;
}
.weekly-title, .weekly-title i {
    position: relative;
    color: white !important;
}
.cartoon-of-the-week{
    margin-left: auto;
    margin-right: auto;
}
.weekly-archive-label {
    display: inline-block;
    text-align: center;
    font-size: 32px;
    position: absolute;
    left: 30px;
    top: 27px;
}

.home-text {
    padding: 10px !important;
    margin-bottom: 10px;
}


/* Styles go here */

.table-timing-cube .container {
    margin-top: 30px;
    /* border-radius: 5px; */
    border: solid #EEEEEE 1px;
    width: 100%;
}

.table-timing-cube .row{
    border-top: solid #EEEEEE 1px;
}

.table-timing-cube .title {
    text-align: center;
    background-color: #28a5a8;
    color: white;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.indice {
    background-color: #a4d3d4;
    color: #444949;
}

.top-grid-parent {
    position: relative;
    height: 32px;
    font-size: 14px;
}

.top-grid-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.no-border{
    border: none !important;
}

.no-padding{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.relevant-info {
    font-size: 17px;
}

.bold {
    font-weight: bold;
}

.buy {
    color: green;
    font-weight: bold;
}

.sell {
    color: red;
    font-weight: bold;
}

.cash {
    color: blue;
    font-weight: bold;
}

@media (min-width: 769px){
    .top-grid-child{
        min-width: 100px;
    }
    .col-table {
        min-height: 40px;
        line-height: 40px;
        font-size: 16px;
        white-space: nowrap;

    }
    .turbo-model-row .label-relevant-info {
        text-align: right;
    }
    .turbo-model-row .relevant-info {
        text-align: center;
    }
    .row.turbo-model-row {
        padding: 8px 0;
    }
}

@media (max-width: 768px){
    .result-nav {
        display: none;
    }
    .turbo-model-row {
        text-align: center;
    }
    .table-timing-cube .container {
        max-width: 400px;
        /*width: 100%;*/
    }
    .relevant-info {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .new-category {
        margin-top: 10px;
    }
    .table-timing-cube .row{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .table-timing-cube .container {
        margin-top: 30px;
        border-radius: 0px;
        border: none;
    }
    .section-alpha,
    .section-beta {
        margin-top: 15px;
    }
}

@media (min-width: 768px){
    .col-sm-2-5 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .table-classic-signal {
        width:100%;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.triple-row {
    height: 126px;
    line-height: 126px;
    /*border-right: black solid 1px;*/
}

.vertical-text {
}

.section-alpha {
    background-color: white;
}

.section-beta {
    background-color: #FBF8F8;
}

section.faq.no-padding-bottom {
    padding-bottom: 0 !important;
}


.scrollable-container {
    width: 100%;
    overflow-x: auto;
}

.result-nav {
    float: none !important;
}

.navbar-result {
    color: #666666;
    font-weight: normal;
    /*text-transform: uppercase;*/
    font-size: 13px;
    padding-bottom: 15px;
    margin-right: 30px;

    text-align: center;
    display: block;
    margin-left: 30px;
    margin-bottom: 35px;
    border-bottom: rgba(128, 128, 128, 0.54) solid 1px;
}

.navbar-result a {
    color: #666666;
}

.navbar-result a:visited {
    color: #666666;
}

.navbar-result a:hover {
    color: #28a5a8;
    background-color: white!important;
}

.navbar-result .navbar-nav {
    float: none;
    margin: 0 auto;
    display: inline-block;
}

/*align left all help-block inside this class*/
.help-block-left .help-block {
    text-align: left;
}

.bigger {
    font-size: 120%;
}

.much-bigger {
    font-size: 200%;
}


.image-container {
    background: #ccc;

    height: 160px;  
    vertical-align: bottom;
    display: table-cell;
}

.image-container img {
    vertical-align: bottom
}

.percentage-images-container
{
    position: relative;
    height: 400px;
    margin-top: 60px;
}

.percentage-images-container .percentage-images-content
{
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 60%;

}

.percentage-images-container .percentage-images-content.second-image
{
    margin-left: 40%;
}

.percentage-images-content img {
    height: 100%;
    display: block;
    margin: 0 auto 0 auto;
}

.percentage-images-content .percentage-image-text {
    font-size: 18px;
    position: absolute;
    bottom: 100%;
    text-align: center;
    width: 100%;
    margin-bottom: 6px;
}

.percentage-images-content .text-legend {
    text-align: center;
    margin-top: 10px;
}


.white {
    color:white;
}

.white-bg{
    background-color: white
}



@media (max-width: 767px){
    .contact-lead .btn.btn-cta.btn-cta-primary  {

    }
}
.btn.btn-cta.btn-cta-primary.btn-duo{
    width: 135px;   
    margin: auto;
    padding: 8px;

}
.btn.btn-cta-primary.focus, .btn.btn-cta-primary:focus, .btn.btn-cta-primary:hover{
    color:white;    
    outline: none;
}

.flex-container {
    display: flex;
    align-items: center;
}
.btn-full.btn-first{
    margin-right:15px;
}
@media (max-width: 767px){
    .btn-full {
        width:100%;
        display:block;
        margin-bottom:1em;
        margin-right:0px;
    }
}

a.btn-cta-primary:visited {
    color: white;
}

a.btn-cta,
.btn-cta-icon{
    padding: 4px 10px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0!important;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 40px;
    height: 40px;
    padding: 8px 10px!important;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px!important;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.inline-block{
    display:inline-block
}

.inline-flex-container {
    display: inline-flex;
    align-items: center;
}

/* Signal pages*/
.has-full-screen-bg .upper-wrapper-signals {
    background: #253340 url('../images/background/signals-background.jpg') no-repeat 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.features-video-signals {
    padding-top: 140px;
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
}
@media (max-width: 992px) {
    .features-video-signals {
        padding-top: 50px;
    }
}

/* Privacy page*/
.has-full-screen-bg .upper-wrapper-privacy {
    background: #253340 url('../images/background/terms-of-use.jpg') no-repeat 50% bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Free page*/
.has-full-screen-bg .upper-wrapper-free {
    background: #253340 url('../images/background/austin-background2.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Success page*/
.has-full-screen-bg .upper-wrapper-success {
    background: #253340 url('../images/background/austin-background.jpg') no-repeat 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 767px) {
    .success {
        padding-top: 40px!important;
    }
}

@media (min-width: 768px) {
    .success {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .success {
        padding-top: 120px;
    }
}


/* Report request page*/
.has-full-screen-bg .upper-wrapper-report {
    background: #253340 url('../images/background/bg-header-small-5.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* knowledge base page */
.knowledge-base-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 500px;
    background: #253340 url('../images/background/knowledge-base.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* results page */
.results-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 500px;
    background: #253340 url('../images/background/results-background.jpg') no-repeat 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Terms of Use page */
.headline-bg.terms-headline-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 500px;
    background: #253340 url('../images/background/terms-of-use.jpg') no-repeat 50% bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Managed page */
.headline-bg.managed-headline-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 500px;
    background: #253340 url('../images/background/management-background.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* FAQ page */
.headline-bg.faq-headline-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 500px;
    background: #253340 url('../images/background/FAQ-background.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Who we are page */
.headline-bg.us-headline-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 500px;
    background: #253340 url('../images/background/austin-background.jpg') no-repeat 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* What we do page */
.headline-bg.what-headline-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 500px;
    background: #253340 url('../images/background/what-we-do-background.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* subscribe page */
.headline-bg.subscribe-headline-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 500px;
    background: #253340 url('../images/background/subscribe-background.jpg') no-repeat 50% bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


a:visited {
    color: #28a5a8;
}

.blog-entry-content {
    /*margin-top:50px;*/
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .title{
    font-weight: 300;
    font-size: 36px;

}

@media (min-width: 576px){
    .post p {
        text-align: justify;
    }

    .post blockquote{
        text-align: justify;
    }
}

.headline-bg {

    height:400px;
}

.nav-previous{
    float:left;
}

.blog-entry-wrapper .blog-entry .blog-entry-heading .title {
    margin-top:0px;
    margin-bottom:0px;
}

.blog-entry-wrapper .blog-entry .blog-entry-heading .container {
    padding-top: 2em;
    padding-bottom: 2em;
}

.blog-entry-wrapper .blog-entry .blog-entry-heading {
    height:auto;
}


@media screen and(max-width: 767px) {
    wrapper .blog-entry .blog-entry-heading {
        height: auto!important;
    }
}

.timingcube {
    color: #28a5a8;
    font-family: "Roboto Slab", arial, sans-serif;
}

.tc-check {
    color: #28a5a8!important;
    font-size: x-large;
}

.access-section .form-group.text:before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 10px;
    top: 12px;
    color: #999999;
}

.access-section .form-group.tc-email:before {
    content: "\f1fa";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 10px;
    top: 12px;
    color: #999999;
}

.access-section .form-group.tc-answer:before {
    content: "\f084";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 10px;
    top: 12px;
    color: #999999;
}

.access-section .form-group.tc-userid:before {
    content: "\f1b0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 10px;
    top: 12px;
    color: #999999;
}

.access-section .form-group.tc-country:before {
    content: "\f0ac";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 10px;
    top: 12px;
    color: #999999;
}

.access-section .form-group.tc-zip:before {
    content: "\f192";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 10px;
    top: 12px;
    color: #999999;
}

.access-section .form-group.tc-phone:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 10px;
    top: 12px;
    color: #999999;
}

.custom-counter {
    list-style-type: none;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;

}

ol.custom-counter li {
    margin-bottom: 10px;
}

.custom-counter li {
    counter-increment: step-counter;
}

.custom-counter li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #28a5a8;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 10px;
}

.what {
    padding-bottom: 0px!important;
}


.tc-story-section {
    padding-top: 120px!important;
}


@media (max-width: 992px) {
    .tc-story-section {
        padding-top: 20px!important;
    }
}

.tc-member-story-section {
    padding-top: 120px!important;
}

@media (max-width: 992px) {
    .tc-member-story-section {
        padding-top: 160px!important;
    }
}

@media (max-width: 768px) {
    .tc-member-story-section {
        padding-top: 100px!important;
    }
}

.rotate {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.icon-rotate {
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: inline-block;
}

a.btn-cta-secondary-tc,
.btn-cta-secondary-tc {
    background: white;
    border: 2px solid #28a5a8;
    color: #28a5a8;
}

a.btn-cta-secondary-tc:hover,
.btn-cta-secondary-tc:hover {
    background: #28a5a8;
    border: 2px solid #28a5a8;
    color: #fff;
}

.title-results {
    font-size: 36px;
    margin-bottom: 60px;
    margin-top: 0;
    color: white;
    font-weight: 400;
    text-shadow: 0px 0px 20px #222, 2px 2px #000, 1px 1px #000;
}

.title-home {
    font-size: 40px;
    margin-bottom: 60px;
    margin-top: 0;
    color: white;
    font-weight: 700;
    text-shadow: 0px 0px 20px #222, 2px 2px #000, 1px 1px #000;
}

.intro-tc {
    font-size: 18px;
    margin-bottom: 80px;
    margin-top: 0;
    color: white;
    font-weight: 400;
    text-shadow: 0px 0px 20px #222, 1px 1px #000;
}

.my-errors {
    color: #42a985!important;
    font-size: 12px;
}
