/* BADGE */
.top-rated-badge {
    display: block;
    position: relative;
    z-index: 999;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
}
.top-rated-badge:hover {
    opacity: .8;
}

/* PROMOS */
.ph-promo {
    border: 6px dashed #aaa;
    text-align: center;
    padding: 30px;
    background: #fff;
    max-width: 500px;
}
.ph-promo .fa-scissors {
    font-size: 55px;
    position: absolute;
    right: 24px;
    transform: rotate(180deg);
    top: -58px;
    background: #fff;
}
.ph-promo h1 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    max-width: 350px;
    margin: 20px auto;
    color: #555;
    font-weight: 500;
}
.ph-promo .modal-body {
    padding: 0px 15px;
}
.ph-promo .percent-off {
    font-size: 85px;
    font-family: Asap;
    font-weight: 800;
    margin-top: 50px;
}
@media screen and (max-width: 600px) {
    .ph-promo .percent-off {
        font-size: 65px;
    }
}
.ph-promo .plan {
    font-size: 22px;
    font-family: Asap;
    font-weight: 500;
    margin-top: 30px;
    text-transform: uppercase;
}
.ph-promo .ph-logo {
    width: 120px;
}
.coupon-code {
    color: #da542f;
    font-size: 28px;
    margin: 40px 0 0;
}

/* structure */

body {
    color: #261a18;
}
.container {
    max-width: 940px;
    transition: .5s;
}
.stripe-container {
    overflow: hidden;
    width: 100%;
    position: absolute;
    z-index: 0;
}
footer {
    margin-top: 45px;
    border: none;
}
footer .container-fluid {
    max-width: 1054px;
}

/* decor */

.billboard .stripe-container {
    overflow: hidden;
    width: 100%;
    position: absolute;
    height: 650px;
    z-index: 0;
}
a.zoom:hover img, a.zoom:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

/* typography */

h2 {
    font-size: 36px;
    margin: 25px 0 5px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
@media screen and (max-width: 600px) {
    h2 {
        font-size: 30px;
    }
}
h3 {
    font-size: 22px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
}

/* brand */

.tophat-home .logo {
    background-image: none;
    width: 175px;
    margin: 16px 0px;
    float: left;
}

/* nav */

nav.global-nav {
    margin: 0;
    position: relative;
}
nav.global-nav ul {
    float: right;
    margin: 22px 0;
}
nav.global-nav ul li {
    float: left;
}
nav.global-nav ul li a {
    color: #333 !important;
    font-size: 18px;
    padding: 4px 10px;
    font-weight: 500;
    border-color: #ddd;
}
nav.global-nav ul li a:hover {
    color: #333;
    opacity: .8;
}
nav.global-nav ul li a.signin {
    padding: 4px 15px;
}
.header-logo {
    width: 175px;
    margin: 15px 0 0 -4px;
    float: left;
    background: transparent url(../../images/logo-dark.png) no-repeat;
    height: 40px;
    background-size: 100%;
    text-indent: -999999px;
}
@media screen and (max-width: 860px) {
    nav.global-nav ul {
        display: none;
    }
    .header-logo {
        display: block;
        text-align: center;
        margin-left: 50%;
        left: -87.5px;
        position: relative;
    }
}

/* buttons */
.btn-add {
    font-size: 20px;
    padding: 10px 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    border-bottom: 3px solid #dc461e !important;
}
.btn-add .slack-logo {
    width: 30px;
    vertical-align: bottom;
    margin-right: 5px;
}
.subtext-container .btn-add {
    margin: -10px 12px 10px;  
}

/* billboard */

.billboard {
    background: #fff;
}
@media screen and (max-width: 600px) {
    .billboard {
        overflow: hidden;
    }
}
.billboard .stripe {
    width: 140%;
    height: 500px;
    background: #fdfcc4;
    left: -100px;
    position: absolute;
    transform: rotate(-2deg);
    top: 20px;
}
@media screen and (max-width: 600px) {
    .billboard .stripe {
        height: 490px;
    }
}
.billboard h1 {
    font-size: 55px;
    font-weight: 900;
    color: #261a18;
    font-family: 'Raleway', sans-serif;
    margin: 65px auto 20px;
    transform: rotate(-1.5deg);
    line-height: 62px;
    max-width: 990px;
    padding: 0 20px;
}
@media screen and (max-width: 600px) {
    .billboard h1 {
        font-size: 49px;
        margin: 65px auto 22px;
        line-height: 51px;
        padding: 0 8px;
        transform: rotate(-2.5deg);
    }
}
.billboard .subtext {
    color: #444;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
    padding: 0 0 0 30px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    position: relative;
    z-index: 2;
    margin: 0;
}
.billboard .subtext-container {
    max-width: 575px;
    margin: 25px auto 0;
    position: relative;
    z-index: 3;
}
@media screen and (max-width: 600px) {
    .billboard .subtext {
        color: #444;
        font-size: 20px;
        max-width: 575px;
        margin: 19px auto;
        line-height: 25px;
        text-align: left;
        padding: 0 0 0 20px;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
    }
}
.billboard a.signin {
    background-image: none;
    color: #333;
    border: 1px solid #ccc;
    padding: 5px 19px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none !important;
}
.billboard .team {
    margin: -70px auto 0;
    width: 100%;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 990px) {
    .billboard .team {
        margin: -40px auto 0;
    }
}
@media screen and (max-width: 600px) {
    .billboard .team {
        margin: 61px -41px 0;
        display: block;
        width: 231%;
    }
}

.dont-use {
    float: right;
    margin: 4px 70px 0;
    display: block;
    position: relative;
    clear: both;
    z-index: 3;
    font-size: 15px;
}
.input-lg {
    font-size: 20px;
    height: 50px;
    width: 260px;
}
.btn-success {
    font-size: 20px;
    padding: 12px 28px;
    height: 50px;
}
.responsibly {
    font-size: 16px;
}

/* BLOCKQUOTES */

blockquote {
    position: relative;
    border: none;
    transform: rotate(-.5deg);
}
blockquote .btn-add {
    margin: 38px 24px 0;
}
@media screen and (max-width: 600px) {
    blockquote .btn-add {
        margin: 22px 14px 0;
        display: block;
    }
}
blockquote:before {
    font-family: Georgia, serif;
    display: block;
    content: "\201C";
    font-size: 116px;
    position: absolute;
    left: -30px;
    top: 38px;
}
.billboard blockquote:after {
    font-family: Georgia, serif;
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: 271px;
    top: 40px;
    transform: rotate(180deg);
}
blockquote strong {
    font-weight: 900;
}
@media screen and (max-width: 600px) {
    blockquote {
        margin: 25px 10% !important;
    }
    blockquote:before {
        font-size: 91px;
        left: -30px;
        top: 28px;
    }
}

/* TOTAL TEAMS */

.total-teams {
    font-size: 21px;
    text-align: center;
    margin: 45px auto 0;
    font-weight: 500;
    max-width: 600px;
}
.total-teams strong {
    font-weight: 900;
}
@media screen and (max-width: 600px) {
    .usedby {
        padding-bottom: 0;
        text-align: center;
    }
    .total-teams {
        font-size: 18px;
        line-height: 24px;
    }
}

/* HOW IT WORKS */

.how-it-works {
    padding: 0 0 95px;
    border-top-color: #fff;
    background: #fff;
    position: relative;
}
@media screen and (max-width: 600px) {
    .how-it-works {
        padding-bottom: 75px;
    }
}
.how-it-works .stripe-container {
    height: 950px;
}
.how-it-works .stripe {
    width: 140%;
    height: 860px;
    background: #f9f9f4;
    left: -100px;
    position: absolute;
    transform: rotate(1deg);
    top: 40px;
}
@media screen and (max-width: 600px) {
    .how-it-works .stripe {
        height: 815px;
    }
}
.how-it-works h2 {
    margin-top: 140px;
    transform: rotate(.5deg);
}
@media screen and (max-width: 600px) {
    .how-it-works h2 {
        margin-top: 110px;
    }
}
.how-it-works .subtitle {
    margin: 21px auto 45px;
    color: #444;
    font-size: 23px;
    line-height: 30px;
    max-width: 650px;
    transform: rotate(.5deg);
}
@media screen and (max-width: 600px) {
    .how-it-works .subtitle {
        font-size: 18px;
        line-height: 24px;
    }
}
.how-it-works .example-chat .small-avatar {
    float: left;
    width: 55px;
    margin-right: 20px;
}
.how-it-works-example {
    text-align: left;
    max-width: 675px;
    margin: 0 auto;
}
@media screen and (max-width: 600px) {
    .how-it-works-example {
        padding: 0 30px 30px;
    }
}
.how-it-works-example h3 {
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
}
.how-it-works-example ol {
    text-align: left;
    margin: 20px 0 0;
    font-size: 18px;
    padding: 0 1px;
    line-height: 26px;
    list-style: none;
}
.how-it-works-example ol li {
    margin-bottom: 15px;
}
.read-why {
    width: 300px;
    text-align: left;
    margin: 64px 55px 0 0;
    line-height: 30px;
    line-height: 24px;
}
.read-why a {
    color: #337ab7;
    text-decoration: underline;
}
.read-why a:hover {
    text-decoration: none;
}
.small-taco {
    width: 23px;
}
.messages {
    position: relative;
    overflow: hidden;
    height: 245px;
    max-width: 860px;
    padding-top: 18px;
    margin: 0 auto 30px;
}
@media screen and (max-width: 600px) {
    .messages {
        height: 180px;
    }
}
.message-container {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    box-shadow: 2px 2px 6px -3px #999;
    width: 380px;
    text-align: left;
    padding: 15px 15px 15px;
    position: absolute;
}
@media screen and (max-width: 600px) {
    .message-container {
        width: 285px;
    }
    .message-container.message-1 {
        transform: rotate(1deg);
        left: 45px;
        top: 12px;
    }
    .message-container.message-2 {
        left: 37px;
        top: 0;
    }
    .message-container.message-3 {
        top: 65;
    }
}
.message-container .small-avatar {
    float: left;
}
.message-container .name {
    font-weight: bold;
    font-size: 17px;
}
.message .timestamp {
    font-weight: 100;
    color: #999;
    font-size: 13px;
}
.message-container .message {
    padding-left: 45px;
    font-size: 16px;
}
.message-container .faux-link {
    color: #006699;
    font-weight: 500;
}
.message .small-taco {
    width: 22px;
    vertical-align: bottom;
}
.message-1 {
    transform: rotate(-5deg);
    left: 45px;
    top: 22px;
}
.message-2 {
    left: 238px;
    top: 111px;
    transform: rotate(-1deg);
}
.message-3 {
    right: 45px;
    transform: rotate(5deg);
}

/* REWARDS */

.rewards {
    position: relative;
    text-align: left;
    padding-top: 85px;
    height: 600px;
    overflow: hidden;
}
@media screen and (max-width: 600px) {
    .rewards {
        height: 800px;
    }
}
.rewards .rewards-screenshot {
    width: 650px;
    box-shadow: 2px 2px 18px 0px #ccc;
    margin: 0 auto;
    position: absolute;
    right: -20px;
    top: 0;
    box-shadow: 2px 2px 18px 0px #ccc;
    z-index: 2;
}
@media screen and (max-width: 600px) {
    .rewards .rewards-screenshot {
        top: 455px;
        width: 95%;
        left: 0;
        right: 0;
    }
}
.rewards h2 {
    padding-top: 65px;
}
@media screen and (max-width: 600px) {
    .rewards h2 {
        padding-top: 0;
    }
}
.rewards .subtitle {
    margin: 21px auto 55px;
    color: #444;
    font-size: 21px;
    line-height: 28px;
    max-width: 649px;
}
.rewards a {
    color: #337ab7;
    font-weight: 500;
}
.rewards a:hover {
    opacity: .8;
}
.rewards .btn {
    font-weight: bold;
}

/* ACTIVITY */

.activity {
    position: relative;
    height: 625px;
    padding-top: 65px;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .activity {
        height: 800px;
    }
}
@media screen and (max-width: 600px) {
    .activity {
        padding-top: 0;
    }
}
.activity h2 {
    margin-top: 50px;
    font-family: 'Lato', sans-serif;
}
@media screen and (max-width: 600px) {
    .activity h2 {
        font-size: 30px;
        text-align: center;
        margin-top: 0;
    }
}
.activity .subtitle {
    margin: 21px auto 55px;
    color: #444;
    font-size: 23px;
    line-height: 30px;
    max-width: 649=50px;
}
@media screen and (max-width: 600px) {
    .activity .subtitle {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
}
.activity .leaderboard-screenshot {
    display: none;
}
.activity .activity-screenshot, .activity .leaderboard-screenshot {
    width: 650px;
    position: absolute;
    right: -5%;
    top: 0;
    box-shadow: 2px 5px 22px -8px #000;
}

}
@media screen and (max-width: 1200px) {
    .activity .activity-screenshot, .activity .leaderboard-screenshot, .rewards .rewards-screenshot {
        right: -10%;
    }
}
@media screen and (max-width: 1180px) {
    .activity .activity-screenshot, .activity .leaderboard-screenshot, .rewards .rewards-screenshot {
        right: -15%;
    }
}
@media screen and (max-width: 1140px) {
    .activity .activity-screenshot, .activity .leaderboard-screenshot, .rewards .rewards-screenshot {
        right: -20%;
    }
}
@media screen and (max-width: 991px) {
    .activity .activity-screenshot, .activity .leaderboard-screenshot, .rewards .rewards-screenshot {
        right: -30%;
    }
}
@media screen and (max-width: 910px) {
    .activity .activity-screenshot, .activity .leaderboard-screenshot, .rewards .rewards-screenshot {
        right: -40%;
    }
}
@media screen and (max-width: 810px) {
    .activity .activity-screenshot, .activity .leaderboard-screenshot, .rewards .rewards-screenshot {
        right: -50%;
    }
}
@media screen and (max-width: 767px) {
    .activity .activity-screenshot, .activity .leaderboard-screenshot, .rewards .rewards-screenshot {
        top: 520px;
        width: 91%;
        left: 30px;
    }
}
@media screen and (max-width: 767px) {
    .activity .activity-screenshot, .activity .leaderboard-screenshot, .rewards .rewards-screenshot {
        top: 520px;
        width: 91%;
        left: 30px;
    }
}
@media screen and (max-width: 500px) {
    .activity .activity-screenshot, .activity .leaderboard-screenshot, .rewards .rewards-screenshot {
        top: 455px;
        width: 95%;
        right: 0;
    }
}
.activity .toggle {
    zoom: .9;
    margin-left: 10px;
}
.activity .toggle.ios, .activity .toggle-on.ios, .activity .toggle-off.ios {
    border-radius: 4px;
}
.activity .toggle.ios .toggle-handle {
    border-radius: 3px;
}
.activity .toggle-off.btn-xs, .activity .toggle-on.btn-xs {
    font-size: 14px;
}
.activity .toggle-button {
    position: absolute;
    top: 0px;
    background: none;
    border: none;
    font-size: 36px;
    outline: none;
    left: 3px;
    right: auto;
    color: #ffcd6b;
}
.actvity .btn-primary:hover {
    background: #91c225 !important;
}
.activity .toggle .btn-primary, .activity .toggle .btn-primary:active {
    background: #91c225 !important;
    border-bottom: none;
}
.activity .toggle.ios:active {
    border: 1px solid #91c225;
}
.toggle.ios, .toggle.ios:hover, .toggle.ios:active {
    border: 1px solid #91c225 !important;
}
.off.toggle.ios {
    border: 1px solid #ccc !important;
}

/* Gifts */
.gifts {
    text-align: center;
    padding: 0 0 95px;
    position: relative;
    z-index: 2;
    margin-top: -35px;
    position: relative;
}
.gifts .stripe-container {
    height: 1030px;
}
.gifts .stripe {
    width: 140%;
    height: 945px;
    background: #f9f9f4;
    left: -100px;
    position: absolute;
    transform: rotate(-1deg);
    top: 40px;
}
.gifts h2 {
    margin-top: 175px;
    transform: rotate(.5deg);
}
@media screen and (max-width: 600px) {
    .gifts h2 {
        margin-top: 100px;
        transform: rotate(.5deg);
    }
}
.gifts .message-container {
    width: 418px;
}
.gifts .messages {
    height: 485px;
    max-width: 100%;
}
.gifts .message-1 {
    top: 16px;
}
@media screen and (max-width: 600px) {
    .gifts .message-3 {
        display: none;
    }
}
.gifts .subtitle {
    margin: 21px auto 55px;
    color: #444;
    font-size: 23px;
    line-height: 30px;
    max-width: 880px;
}
@media screen and (max-width: 600px) {
    .gifts .subtitle {
        font-size: 18px;
        line-height: 24px;
    }
}
.gifts .message-container .name {
    font-weight: normal;
}
.gifts-screenshot {
    max-width: 450px;
    position: absolute;
    top: 530px;
    z-index: 0;
    left: 50%;
    margin-left: -225px;
}
.unlock-hint {
    background: #f1f1e9;
    width: 559px;
    padding: 10px 20px;
    margin: -27px auto;
    transform: rotate(-2deg);
    border-radius: 50px;
}
@media screen and (max-width: 600px) {
    .unlock-hint {
        background: #f1f1e9;
        width: 90%;
        padding: 10px 15px;
        margin: -27px auto;
        transform: rotate(-2deg);
        border-radius: 50px;
        display: block;
        line-height: 21px;
        font-size: 16px;
    }
}
.with-border {
    border-left: 3px solid #eee;
    padding-left: 15px;
    margin-top: 8px;
}
.gifts .message-1 {
    left: 30px;
    min-height: 340px;
    z-index: 3;
}
.gifts .message-3 {
    right: 30px;
    min-height: 340px;
    z-index: 2;
}

/* Testimonials */
.tags-section {
    padding-bottom: 65px;
    text-align: center;
    z-index: 4;
    position: relative;
}
.tags-section .stripe-container {
    height: 1050px;
}
.tags-section .stripe {
    width: 140%;
    height: 985px;
    background: #f9f9f4;
    left: -100px;
    position: absolute;
    transform: rotate(-1deg);
}
.tags-section .subtitle {
        margin: 21px auto 55px;
    color: #444;
    font-size: 23px;
    line-height: 30px;
    max-width: 780px;
}
.tags-section a {
    color: #337ab7;
    font-weight: 500;
}
.tags-section a:hover {
    opacity: .8;
}
.tags-section h2 {
    padding-top: 90px;
    margin-bottom: 35px;
}
.special-gift {
    margin-top: -20px;
}
.special-gift span {
    background: #fff;
    font-weight: 200;
    color: #999;
    padding: 12px 35px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
    border: 3px dashed #ddd;
    font-family: helvetica;
}
