body {
    padding-top: 20px;
    padding-bottom: 60px;
    -webkit-font-smoothing: antialiased;
}

ul, ol {
    margin: 0 0 10px 48px;
}


.masthead {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 8px;
}

.brand {
    float: left;
    display: block;
    width: 224px;
    height: 52px;
}

/* Custom container */
.container {
    margin: 0 auto;
    max-width: 1000px;
}

    .container > hr {
        margin: 24px 0;
    }

.hero-unit p {
    font-weight: 400;
}

.jumbotron {
    padding: 0;
    text-align: left;
}

    .jumbotron h1 {
        color: #FFFFFF;
        font-size: 36px;
        font-weight: 700;
        line-height: 1;
        margin-top: 42px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    .jumbotron .lead {
        color: #ffffff;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px;
        text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.9);
    }

    .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
    }

.alert {
    text-align: center;
    margin-bottom: 0;
}

.ranking {
    font-weight: 700;
    line-height: 1;
}

    .ranking .thin {
        font-weight: 300;
    }

    .ranking img {
        margin-right: 8px;
    }

.iphone {
    margin-left: 70px;
    margin-top: 24px;
}

/* Supporting marketing content */
.marketing {
    margin: 60px 0;
}

    .marketing p + h4 {
        margin-top: 28px;
    }

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #333;
}

.navbar .nav li a {
    font-weight: bold;
    text-align: center;
}

section#stats {
    background: #f1f1f1;
}

#signup-count p.lead {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    padding: 12px 0;
}

#signup-count .stat {
    font-weight: bold;
    font-size: 160%;
}

#signup-count .large {
    font-weight: bold;
    font-size: 120%;
    text-transform: uppercase;
}

body {
    background: #ffffff;
    padding-top: 20px;
}

.navbar-wrapper {
    z-index: 9999;
    position: relative;
}

.navbar {
    margin-top: 0px;
}

.banner
{
    background: #efefef url(../img/banner-bg2.jpg) top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 0 0 2px #000000;
    text-shadow: 1px 1px #000000;
}
    .banner-content {
        width: 75%;
    }

    .banner-img {
        width: 25%;
    }

.lead {
    font-weight: 400;
    line-height: 30px;
}

.infoColumns {
    margin-top: 420px;
}

.infoBox {
    min-height: 140px;
}

#features {
    text-align: center;
}

    #features img {
        border: 1px solid #666666;
        margin-bottom: 12px;
    }

    #features h3 {
        letter-spacing: -1px;
        text-transform: uppercase;
    }



.slides_container {
    min-height: 240px;
    margin-top: 24px;
}

.pagination {
    margin: 26px auto 0;
    width: 75px;
}

    .pagination li {
        float: left;
        margin: 0 1px;
        list-style: none;
    }

        .pagination li a {
            display: block;
            width: 12px;
            height: 0;
            padding-top: 12px;
            background-image: url(../img/pagination.png);
            background-position: 0 0;
            float: left;
            overflow: hidden;
        }

        .pagination li.current a {
            background-position: 0 -12px;
        }

.quotes {
    position: relative;
    text-align: center;
}

    .quotes blockquote {
        border: none;
    }

    .quotes cite {
        color: #666666;
        margin-top: 12px;
        text-transform: uppercase;
    }

    .quotes .prev
    {
        background: url(../img/prev.png) no-repeat;
        position: absolute;
        left: -24px;
        display: block;
        top: 50%;
        height: 48px;
        width: 48px;
        text-indent: -99999px;
        opacity: 0.4;
    }

    .quotes .next
    {
         background: url(../img/next.png) no-repeat;
        position: absolute;
        right: -48px;
        display: block;
        top: 50%;
        height: 48px;
        width: 48px;
        text-indent: -99999px;
        opacity: 0.4;
    }

.download {
    border-radius: 8px;
    float: left;
    padding: 4px;
    background: #FEFFFF;
    background: -moz-linear-gradient(top, #FEFFFF 0%, #D2EBF9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFFFF), color-stop(100%,#D2EBF9));
    background: -webkit-linear-gradient(top, #FEFFFF 0%,#D2EBF9 100%);
    background: -o-linear-gradient(top, #FEFFFF 0%,#D2EBF9 100%);
    background: -ms-linear-gradient(top, #FEFFFF 0%,#D2EBF9 100%);
    background: linear-gradient(to bottom, #FEFFFF 0%,#D2EBF9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 );
    box-shadow: 0 0 8px #444;
    margin: 24px 12px 24px 0;
    width: 163px;
}

.appstore-btn {
    display: block;
    background: url(../img/appstore-small.png) no-repeat;
    background-position-y: top;
    margin: 0 auto;
    height: 48px;
    width: 163px;
}

.android-btn {
    display: block;
    background: url(../img/android-small.png) no-repeat;
    background-position-y: top;
    margin: 0 auto;
    height: 48px;
    width: 163px;
}

.appstore-btn:hover {
    background-position-y: bottom;
}

.footer {
    font-size: 85%;
    text-align: center;
}

.social {
    margin: 20px auto;
    width: 310px;
}

    .social div {
        display: inline-block;
        float: left;
        margin: 0 10px;
    }

.content article {
    padding: 24px 10px;
}

    .content article h1 {
        margin-bottom: 16px;
    }

.about img {
    border: 1px solid #666666;
}

    .about img.thumb.pull-left {
        margin-right: 40px;
    }

/* Trades Timeline */
.timeline {
    background: #eee;
    border: 3px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 16px #cccccc;
    margin-top: 16px;
    padding: 4px;
    text-shadow: none;
}

#timeline-list {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
    height: 420px;
    overflow-y: scroll;
}

.timeline-item {
    border-bottom: 1px solid #cccccc;
    padding: 12px;
    position: relative;
}

.timeline-content {
    display: block;
}
    .timeline-content p {
        font-size: 12px;
        line-height: 14px;
    }

.timeline-user-img {
    float: left;
    max-height: 48px;
}

.timeline-user-info {
    float: left;
    margin-left: 8px;
}

.info-label, .info-extra {
    color: #aaaaaa;
    text-align: right;
}

.info-content {
    padding-left: 8px;
}


.timeline-stock-img {
    max-height: 30px;
    max-width: 90px;
    position: absolute;
    top: 12px;
    right: 8px;
}

/* Leaderboards */

.leaderboard {
    background: #eee;
    border: 1px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 16px #cccccc;
    margin-top: 16px;
    padding: 4px;
    text-shadow: none;
}

.leaderboard-header {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

ul.leaderboard-list {
    border-radius: 10px;
    border: 1px solid #cccccc;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    height: 370px;
    overflow-y: scroll;
}

    ul.leaderboard-list li {
        background: #ffffff;
        padding: 8px 0;
    }

        ul.leaderboard-list li:hover {
            box-shadow: 0 0 24px #cccccc inset;
            cursor: pointer;
        }

        ul.leaderboard-list li:first-child {
        }

        ul.leaderboard-list li:last-child {
        }

        ul.leaderboard-list li:nth-child(odd) {
            background: #f6f6f6;
        }

.leaderboard-user .leaderboard-img {
    margin: 0 12px;
    height: 48px;
    width: 48px;
}

.user-position {
    display: block;
    color: #4a6b9c;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin-left: 6px;
}

.user-name {
    float: left;
    font-size: 16px;
}

.user-roi {
    float: right;
    font-size: 18px;
    margin-right: 4px;
}

::-webkit-scrollbar {
}

.user-info {
    padding-left: 46px;
}

    .user-info p, .user-name p {
        margin-bottom: 0px!important;
    }

.user-roi {
    color: green;
}

.rating-star {
    height: 24px;
}



/* Carousel base class */
    .carousel {
      background: #444444 url(../img/banner-bg2.jpg) center center;
      height: 520px;
    }

    .carousel .container {
        position: relative;
        z-index: 9;
    }

.carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

.carousel .item {
}


.carousel-caption {
    background-color: transparent;
    position: static;
    padding: 0 20px;
    margin-top: 200px;
}

    .carousel-caption h1,
    .carousel-caption .lead {
        margin: 0;
        line-height: 1.25;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }

    .carousel-caption .btn {
        margin-top: 10px;
    }


#fixed-sidebar {
    position: fixed;
}


/* Responsive overrides*/
@media (max-width: 767px) {
    .brand {
        float: none;
        margin: 0 auto;
    }
    .timeline, .leaderboard {
        max-width: 80%;
        margin: 0 auto;
    }

    .carousel {
        height: 100%;
    }

    .footer {
        font-size: 65%;
        line-height: 1.43;
        padding-left: 24px;
        padding-right: 24px;
    }
    .content article h1{
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .masthead {
        padding-top: 8px;
    }
    .carousel {
        padding: 8px;
    }

        .carousel td {
            text-align: left;
        }

    .jumbotron h1 {
        font-size: 28px;
    }
    .banner-content {
        width: 100%;
    }
    .leaderboard, .timeline {
        max-width: 95%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .banner-content {
        width: 100%;
    }
    .slides_container {
        height: 320px;
    }
}


/* Custom landing pages */

#macquarie-logo {
    position: absolute;
    top: 0;
    left: 64px;
}

#macquarie-title {
    font-size: 36px;
    margin-top: -9px;
    margin-left: 128px;
    margin-bottom: 36px;
}


#warranthero .provider-banner {
    position: relative;
    background: url(../competitionPages/img/warrantHero/banner-warrantHero.jpg);
    height: 480px;
    margin-bottom: 24px;
    overflow: hidden;
}

#warranthero .provider-caption {
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    padding: 126px 134px 0 64px;
    text-shadow: 1px 1px #000;
}

.features-heading {
    font-size: 21px;
    text-align: left;
}

.features-content {
    padding: 10px;
    text-align: justify;
}
    .features-content img {
        border: 1px solid #666;
        margin-bottom: 24px;
    }
#warranthero .provider-caption span.highlight {
    color: #ffcc00;
    font-weight: 600;
}

#warranthero .fineprint {
    font-size: 50%;
}

#btn-warranthero {
    margin: 24px 0 12px;
}

.small {
    font-size: 75%;
}

#warrantheroeula h5 {
    font-size: 20px;
    margin: 24px 0;
}


/* Forms */
.field-validation-error {
    color: #f00;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 0;
}

@media (max-width: 480px) {
    #macquarie-logo {
        position: relative;
        width: 80px;
        left: 0;
        margin-bottom: 28px;
    }

    #macquarie-title {
        font-size: 1.4em;
        margin: 0 0 12px 0;
    }

    #warranthero .provider-banner {
        position: relative;
        background: url(../competitionPages/img/warrantHero/banner-warrantHero.jpg);
        height: 400px;
        margin-bottom: 24px;
        overflow: hidden;
    }

    #warranthero .provider-caption {
        font-size: 14px;
        line-height: 1.4;
        font-weight: 300;
        color: #fff;
        padding: 20px;
        text-shadow: 1px 1px #000;
    }

    #warranthero .fineprint {
        font-size: 85%;
    }

    #provider-features {
        text-align: justify;
    }

    .features-heading {
        font-size: 18px;
    }

    .features-content {
        font-size: 14px;
        line-height: 1.4em;
    }

    #warranthero .provider-caption span.highlight {
        color: #ffcc00;
        font-weight: 600;
    }

    #btn-warranthero {
        margin-top: 18px 0 9px;
    }
}


@media (max-width: 979px) and (min-width: 768px) {
    .navbar .nav {
        margin-top: 18px;
    }

    #macquarie-logo {
        left: 36px;
    }

    #macquarie-title {
        margin-top: -50px;
        margin-left: 128px;
        margin-bottom: 36px;
    }

    #warranthero .provider-caption {
        font-size: 1.4em;
        padding-left: 36px;
    }

    .features-heading {
        font-size: 18px;
    }

    .features-content {
        font-size: 14px;
        line-height: 1.4em;
    }

    #btn-warranthero {
        margin-top: 24px 0 12px;
    }
}