﻿@font-face {
    font-family: "PT Sans";
    src: local("PT Sans"), url("../fonts/pts55f.ttf?v=1") format('truetype');
}

@font-face {
    font-family: "PT Sans Bold";
    font-weight: bold;
    src: local("PT Sans Bold"), url("../fonts/pts75f.ttf?v=1") format('truetype');
}

@font-face {
    font-family: "PT Sans Narrow";
    src: local("PT Sans Narrow"), url("../fonts/ptn57f.ttf?v=1") format('truetype');
}

@font-face {
    font-family: "Symbols";
    src: local("Symbols"), url("../fonts/symbols.ttf?v=1") format('truetype');
}

html, body {
    margin: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px;
    width: 100%;
}

body {
    background-color: #fff;
    color: #333;
    font-family: "PT Sans";
    font-size: 22px;
}

a {
    color: #55a800;
    font-weight: bold;
    text-decoration: none;
}

a.white {
    color: #fff;
}

a.white:hover {
    color: rgba(0, 0, 0, 0.25) !important; /*  #b6dd7a */
}

a.white-button {
    background-color: #fff;
    border-bottom: 3px solid #d8d8d8;
    border-radius: 6px;
    color: #666;
    display: inline-block;
    padding: 13px 30px;
}

a.white-button:hover {
    border-color: #efefef;
    color: #7f7f7f !important;
}

a.white-button:active {
    border-bottom: 0px;
    border-top: 3px solid #548a23;
    color: #666 !important;
    padding: 11px 30px 15px;
}

@media screen and (max-width: 940px) {
    a.white-button {
        padding: 7px 15px;
    }

    a.white-button:active {
        padding: 5px 15px 9px;
    }
}

a.plain-button {
    border: 2px solid transparent;
    border-radius: 6px;
    color: #fff;
    font-family: "PT Sans Narrow";
    font-weight: normal;
    display: inline-block;
    padding: 10px 18px;
    text-shadow: 0px 2px 0px #589126;
}

a.plain-button:hover {
    color: #fff !important;
    border: 2px solid #4a8b2c;
}

a.plain-button:active,
a.plain-button.current {
    color: #fff !important;
    background-color: #4a8b2c;
    border: 2px solid #4a8b2c;
}

a.theme-button {
    background-color: #67ac2a;
    border-bottom: 3px solid #538427;
    border-radius: 6px;
    color: #fff;
    font-family: "PT Sans Narrow";
    font-weight: bold;
    display: inline-block;
    padding: 8px 20px;
    text-shadow: 0px 2px 0px #589126;
}

a.theme-button:hover {
    border-bottom-color: #5c9926;
    color: #fff !important;
}

a.theme-button:active {
    border-bottom: 0px;
    border-top: 3px solid #538427;
    color: #fff !important;
}

@media screen and (max-width: 940px) {
    a.theme-button {
        font-size: 14px;
        padding: 6px 10px;
    }
}

a.store-button {
    background-color: #4d4d4d;
    border-color: transparent transparent #404040 transparent;
    border-style: solid;
    border-width: 2px 1px 2px 1px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    width: 150px;
}

a.store-button:hover {
    background-color: #6b6a6a;
    border-bottom-color: #585858;
}

a.store-button:active {
    background-color: #4d4d4d;
    border-color: #404040;
    border-style: solid;
    border-width: 2px 1px 1px 1px;
    padding-bottom: 1px;
}

a.store-button.iphone img {
    width: 109px;
    height: 53px;
}

a.store-button.android img {
    width: 119px;
    height: 53px;
}

a.store-button.windows img {
    width: 124px;
    height: 53px;
}

a.store-button.kindle img {
    width: 101px;
    height: 53px;
}

a.store-button.winphone img {
    width: 126px;
    height: 53px;
}

@media screen and (max-width: 940px) {
    a.store-button {
        width: 120px;
    }

    a.store-button.iphone img {
        width: 82px;
        height: 40px;
    }

    a.store-button.android img {
        width: 90px;
        height: 40px;
    }

    a.store-button.windows img {
        width: 93px;
        height: 40px;
    }

    a.store-button.winphone img {
        width: 95px;
        height: 40px;
    }

    a.store-button.kindle img {
        width: 76px;
        height: 40px;
    }
}

img {
    border: 0px;
    -ms-interpolation-mode: bicubic;
}

h1, h2, h3 {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

h1 {
    font-size: 36px;
    font-family: "PT Sans Narrow";
}

h2 {
    font-size: 26px;
    font-family: "PT Sans Bold";
}

h3 {
    font-size: 18px;
    font-family: "PT Sans Bold";
}

p {
    font-size: 22px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

@media screen and (max-width: 940px) {
    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }
}

input:focus {
    outline: none;
}

input.dark {
    background-color: rgba(255, 255, 255, 0.25);
    border: 2px solid transparent;
    border-radius: 6px;
    box-shadow: 0px -2px 0px #414141;
    color: #fff;
    font-family: "PT Sans";
    font-size: 16px;
    padding: 11px 16px;
    width: 168px;
}

input.dark.error {
    border-color: #ff4848;
    box-shadow: none;
}

input.dark:focus {
    background-color: rgba(255, 255, 255, 0.10);
    border-color: #55a800;
    box-shadow: none;
}

input.light {
    background-color: #fff;
    border: 2px solid #55a800;
    border-radius: 6px;
    color: #333;
    font-family: "PT Sans";
    font-size: 16px;
    padding: 11px 16px;
    width: 225px;
}

@media screen and (max-width: 940px) {
    input.dark {
        padding: 6px 9px;
        font-size: 14px;
        width: 115px;
    }

    input.light {
        width: 180px;
    }
}

.page-getstarted {
    background-repeat: repeat;
    overflow: hidden;
    width: 100%;
    height: 0px;

    -webkit-transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
       -moz-transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        -ms-transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
         -o-transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
            transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.page-getstarted-anim {
    height: 100px;
}

.page-getstarted-content {
    margin: 0px auto;
    padding: 24px 0px;
    width: 940px;
}

.page-getstarted-link {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-right: 60px;
    vertical-align: middle;
    width: 400px;
}

.page-getstarted-input {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.page-getstarted-input.phone img {
    width: 21px;
    height: 34px;
}

.page-getstarted-button {
    display: inline-block;
    vertical-align: middle;
}

.page-getstarted-button a {
    text-align: center;
    width: 90px;
}

.page-getstarted-input img {
    margin-right: 10px;
    vertical-align: middle;
}

.page-getstarted-input input {
    vertical-align: middle;
}

.page-getstarted-close {
    display: inline-block;
    position: relative;
    left: 8px;
    top: -4px;
}

.page-getstarted-close img {
    width: 26px;
    height: 26px;
}

.page-getstarted-loading {
    display: none;
    height: 48px;
    text-align: center;
    width: 134px;
}

.page-getstarted-loading img {
    height: 32px;
    margin-top: 7px;
    width: 32px;
}

@media screen and (max-width: 940px) {
    .page-getstarted-anim {
        height: 140px;
    }

    .page-getstarted-content {
        padding: 15px;
        width: auto;
    }

    .page-getstarted-link {
        display: block;
        font-size: 14px;
        margin: 0px 0px 15px 0px;
        min-height: 57px;
        width: auto;
    }

    .page-getstarted-link br {
        display: none;
    }

    .page-getstarted-input {
        display: inline-block;
        margin: 0px;
        width: 165px;
    }

    .page-getstarted-input.phone img {
        height: 25.5px;
        margin-right: 5px;
        width: 15.75px;
    }

    .page-getstarted-button a {
        width: 60px;
    }

    .page-getstarted-loading {
        display: none;
        height: 34px;
        text-align: center;
        width: 84px;
    }

    .page-getstarted-loading img {
        height: 24px;
        margin-top: 3px;
        width: 24px;
    }

    .page-getstarted-close {
        top: 4px;
    }

    .page-getstarted-close img {
        height: 20px;
        width: 20px;
    }
}

.page-header {
    background-color: #55a800;
    border-bottom: 2px solid #4a8b2c;
    color: #fff;
    font-family: "PT Sans Narrow";
    font-size: 22px;
    height: 98px;
    width: 100%;
}

.page-header-content {
    clear: both;
    margin: 0px auto;
    width: 940px;
}

.page-header-logo {
    float: left;
    padding-top: 14px;
}

.page-header-logo .logo {
    width: 190px;
    height: 70px;
}

.page-header-links {
    float: right;
    margin-top: 20px;
}

.page-header-links .plain-button {
    margin: 3px 22px 0px;
    vertical-align: middle;
}

.page-header-links .white-button {
    margin-left: 22px;
    vertical-align: middle;
}

@media screen and (max-width: 940px) {
    .page-header {
        height: auto;
    }

    .page-header-content {
        width: auto;
    }

    .page-header-logo {
        float: none;
        padding-top: 15px;
        text-align: center;
    }

    .page-header-logo .logo {
        height: 52.5px;
        width: 142.5px;
    }

    .page-header-links {
        float: none;
        font-size: 14px;
        margin: 10px 0px;
        text-align: center;
    }

    .page-header-links .plain-button {
        margin: 0px;
    }

    .page-header-links .white-button {
        margin-left: 15px;
    }
}

.page-store {
    padding: 75px 0px;
    text-align: center;
    clear: both;
}

.page-store .store-button {
    margin: 0px 12px;
}

@media screen and (max-width: 767px) {
    .page-store {
        width: 280px;
    }
}

@media screen and (max-width: 940px) {
    .page-store {
        margin: 0px auto;
        padding: 30px 0px;
    }

    .page-store .store-button {
        margin: 5px 2px;
    }
}

.page-footer {
    background-color: #55a800;
    border-top: 1px solid #4a8b2c;
    color: #fff;
    font-family: "PT Sans Narrow";
    text-shadow: 0px 2px 0px #589126;
    font-size: 20px;
    height: 139px;
    width: 100%;
}

.page-footer-content {
    clear: both;
    margin: 0px auto;
    width: 940px;
}

.page-footer-copyright {
    float: left;
    padding: 20px 80px 0px 0px;
}

.page-footer-links {
    float: left;
    margin-top: 10px;
    max-width: 500px;
    text-align: center;
}

.page-footer-links .plain-button {
    margin-bottom: 10px;
}

.page-footer-social {
    float: right;
    margin: 5px -10px 0px 0px;
}

.page-footer-social img {
    width: 16px;
    height: 16px;
}

.page-footer-social a {
    display: inline-block;
    padding: 20px 10px;
}

@media screen and (max-width: 940px) {
    .page-footer {
        font-size: 14px;
        height: auto;
        text-align: center;
    }

    .page-footer-content {
        width: 100%;
    }

    .page-footer-copyright {
        float: none;
        padding: 10px 18px 0px;
    }

    .page-footer-links {
        float: none;
        padding: 0px 9px;
        max-width: none;
    }

    .page-footer-links a.plain-button {
        padding: 5px 9px;
    }

    .page-footer-social {
        float: none;
        margin: 0px;
    }

    .page-footer-social a {
        padding: 10px 5px;
    }

    .page-footer-social img {
        width: 12px;
        height: 12px;
    }
}

.ui-dialog {
    background-color: #fff;
    border: 0px;
    border-radius: 6px;
    padding: 20px 30px;
}

.ui-dialog .ui-dialog-titlebar, .ui-widget-header {
    background-color: transparent;
    background-image: none;
    border: 0px;
    margin: 0px;
    text-align: center;
    padding: 0px;
}

.ui-dialog .ui-dialog-title {
    background-color: transparent;
    float: none;
    font-family: "PT Sans Bold";
    color: #55A800;
    font-size: 32px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.ui-dialog .ui-dialog-titlebar-close {
}

.ui-dialog .ui-dialog-content {
    margin: 0px;
    padding: 0px 0px;
}

.ui-dialog .ui-dialog-content p {
    font-family: "PT Sans";
    font-size: 18px;
    padding: 10px 0px;
    text-align: justify;
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
}

@media screen and (max-width: 940px) {
    .ui-dialog {
        padding: 15px 25px;
    }

    .ui-dialog .ui-dialog-title {
        font-size: 18px;
    }

    .ui-dialog .ui-dialog-content p {
        font-size: 14px;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: center;
    }

    .ui-dialog .ui-dialog-buttonpane button {
        font-size: 14px;
        width: 115px;
    }

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-submit-button {
        padding: 7.5px 15px 8px;
        text-shadow: 0px 1px 0px #589126;
    }
    
    .ui-dialog .ui-dialog-buttonpane .ui-dialog-cancel-button {
        padding: 7.5px 15px 8px;
        text-shadow: 0px 1px 0px #919191;
    }
}

.fb_page_home {
    display: none;
    background-image: url('https://www.facebook.com/offsite_event.php?id=6011176722051&value=0&currency=USD');
}

.fb_start_click {
    display: none;
    background-image: url('https://www.facebook.com/offsite_event.php?id=6011176711851&value=0&currency=USD');
}

.fb_start_text {
    display: none;
    background-image: url('https://www.facebook.com/offsite_event.php?id=6011176712451&value=0&currency=USD');
}

.fb_download_iphone {
    display: none;
    background-image: url('https://www.facebook.com/offsite_event.php?id=6011176705651&value=0&currency=USD');
}

.fb_download_winphone {
    display: none;
    background-image: url('https://www.facebook.com/offsite_event.php?id=6011176708651&value=0&currency=USD');
}

.fb_download_android {
    display: none;
    background-image: url('https://www.facebook.com/offsite_event.php?id=6011176711251&value=0&currency=USD');
}

.fb_download_windows {
    display: none;
    background-image: url('https://www.facebook.com/offsite_event.php?id=6011176710451&value=0&currency=USD');
}

.fb_download_kindle {
    display: none;
    background-image: url('https://www.facebook.com/offsite_event.php?id=6012876022851&value=0&currency=USD');
}
