body {
    margin: 0;
    padding: 0;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    min-width: 450px;
}

.debug-grid {
    background: url('../img/bg-grid-32.png');
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3000px;
    z-index: 10000;
    display: none;
}

.important {
    font-family: "Lato Bold", Lato, sans-serif;
    font-weight: 700;
}

p {
    margin: 32px 0;
}

ul {
    margin: 0;
}

h1 {
    line-height: 64px;
    margin: 32px 0;
    font-family: "Lato light", Lato, sans-serif;
    font-weight: 300;
}

h2 {
    line-height: 64px;
    margin: 0 0;
    font-family: "Lato light", Lato, sans-serif;
    font-weight: 300;
}

h3 {
    line-height: 32px;
    margin: 0;
    font-family: Lato, sans-serif;
    font-weight: 400;
}

.sign-up input {
    width: 100%;
    box-sizing: border-box;
}

.transparent-input {
    height: 56px;
    padding: 5px 12px;
    margin: 8px 0 0 0;
    border: 0;
    font-size: 17px;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.3);
    color: #FFF;
    display: block;
}

.sign-up-button {
    height: 42px;
    padding: 5px 10px;
    margin: 11px 0 11px 0;
    border: 0;
    display: block;
    background-color: #DF4141;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
}
.sign-up-button:hover {
    background-color: #FF4141;
}

::-webkit-input-placeholder
{
    opacity: 1;
    color: #FFF;
}

:-moz-placeholder /* Firefox 18- */
{
    opacity: 1;
    color: #FFF;
}

::-moz-placeholder  /* Firefox 19+ */
{
    opacity: 1;
    color: #FFF;
}

:-ms-input-placeholder
{
    opacity: 1;
    color: #FFF;
}

.section, form {
    margin: 0;
    padding: 0;
    position: relative;
}

.container {
    padding: 32px;
    box-sizing: border-box;
}

.section-top {
    /*background: url('../img/frontpage-bg-top.jpg');*/
    background: url('../img/head3.png');
    opacity: 1;
    background-size: cover;
    color: #FFF;
    transition: opacity 0.2s;
}

.section-top .container {
    position: relative;
    min-height: 736px;
    max-width: 1290px;
    margin: auto;
    z-index: 1;
}

.top-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
}

.section-top .top-menu {
    font-family: "Lato light", Lato, sans-serif;
    font-weight: 300;
    position: relative;
    margin: 0;
    padding: 0;
}

.section-top .top-menu ul {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-top .top-menu ul li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 12px;
}

.section-top .top-menu ul li a {
    color: #FFF;
    text-decoration: none;
}

.section-top .top-menu ul li a:hover {
    text-decoration: underline;
}

.section-top .top-menu .brand {
    background: url("../img/fgl-logo.png") no-repeat;
    height: 64px;
    width: 64px;
    margin: 0;
    padding: 0;
    background-size: 64px 64px;
}

.section-top .top-menu .brand span {
    display: none;
}

.section-top h1 {
    line-height: 64px;
    font-size: 47px;
    margin-bottom: 0;
}

.section-top p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    width: 65%;
    margin-top: 0;
}
.section-top .row {
    width: 65%;
}

.small-print {
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    width: 100%;
}

.small-print a {
    text-decoration: underline;
    color: #FFF;
}

.alternate-action {
    line-height: 24px;
    text-align: center;
    width: 100%;
    font-family: Lato, sans-serif;
    font-weight: 400;
}

.alternate-action a {
    font-family: "Lato Bold", Lato, sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #FFF;
}
.alternate-action a:hover {
    text-decoration: underline;
}

.fgl-help {
    margin-top: 32px;
    margin-bottom: 0;
    line-height: 32px;
}

.pad-left {
    padding-left: 72px;
    box-sizing: border-box;
}

.row {
}

.row div {
    vertical-align: top;
    display: inline-block;
}

.fgl-help-list {
    font-family: "Lato light", Lato, sans-serif;
    font-weight: 300;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.fgl-help-list li {
    margin-left: 0;
    padding-left: 32px;
    background: url('../img/tick.png') no-repeat 7px 7px;
    background-size: 18px 18px;
}

.col-4 {
    width: 40%;
}
.col-8 {
    width: 60%;
    text-align: left;
}

.float-right {
    float: right;
}

.section-partners {
    text-align: center;
}
.section-partners h4 {
    margin: 32px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: normal;;
    font-size: 14px;
}

ul.partners {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 128px;
    overflow-y: hidden;
}

ul.partners li {
    display: inline-block;
    padding: 0;
    margin: 0 16px;
}

.section-stats {
    margin-top: 64px;
}
.section-stats .container {
    max-width: 1290px;
    margin: auto;
    background: #f5f5f5;
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
    min-height: 352px;
}

.stat-column {
    vertical-align: top;
    width: 25%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    color: #666;
}

.stat-column h1 {
    margin: 0;
    line-height: 96px;
    font-size: 48px;
}

.stat-column .icon {
    height: 96px;
    width: 96px;
    margin: auto;
    background: url('../img/stat-icons.png') no-repeat top left;
}

.stat-column .icon.icon-publisher {
    background-position-x: 0;
}

.stat-column .icon.icon-developer {
    background-position-x: -96px;
}

.stat-column .icon.icon-revenue {
    background-position-x: -192px;
}

.stat-column .icon.icon-distribution {
    background-position-x: -288px;
}

.section-product {
    margin-top: 64px;
}
.section-product .container {
    position: relative;
    max-width: 1290px;
    margin: auto;
    background: #43B7CF;
    border-radius: 3px;
    padding: 32px 64px;
    color: #FFF;
}
.section-product .container h2 {
    margin: 32px 0 0 0;
    line-height: 64px;
    font-size: 40px;
    font-family: "Lato Bold", Lato, sans-serif;
    font-weight: 700;
}
.section-product .container p {
    margin: 0 300px 0 0;
    line-height: 32px;
    font-size: 20px;
    font-family: "Lato light", Lato, sans-serif;
    font-weight: 300;
}
.section-product .container p strong {
    font-family: "Lato bold", Lato, sans-serif;
    font-weight: 700;
}

.product-button {
    margin-top: 28px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 256px;
    background-color: #9BF360;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    color: #587D3F;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.product-button:hover {
    color: #333;
    background-color: #9BF360;
}

.fgl-product {
    font-size: 0;
    color: rgba(255,255,255,0);
    position: absolute;
    top: 20px;
    right: 20px;
    width: 128px;
    height: 26px;
    background: url('../img/fgl-product.png') no-repeat top right;
}

.enhance-phone {
    position: absolute;
    bottom: 0;
    right: 60px;
    width: 201px;
    height: 291px;
    background: url('../img/enhance-app.png') no-repeat bottom right;
}

.sdk-buttons {
    font-size: 0;
    line-height: 0;
    margin-right: 200px;
    height: 128px;
    overflow: hidden;
    background: url('../img/ping-line.png') no-repeat right center;
}

.sdk {
    position: relative;
    width: 128px;
    height: 128px;
    background: center no-repeat #FFFFFF;
    border-radius: 64px;
    display: inline-block;
    margin-right: 16px;
    left: 0;
    opacity: 1;
    transition: width 0.5s, margin 0.5s, left 0.5s, opacity 0.5s;
}

.section-footer {
    color: #777;
    text-align: center;
}
.section-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.section-footer p {
    margin-bottom: 0;
}
.section-footer ul li {
    font-size: 16px;
    display: inline-block;
    margin: 0 16px;
}


@media only screen and (max-width: 1000px) {
    .section-top .row {
        width: 100%;
    }
    .section-top p {
        width: 100%;
    }

    .section-top .col-4 {
        width: 50%;
    }

    .section-top .col-8 {
        width: 50%;
    }

    .pad-left {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .section-top h1 {
        font-size: 35px;
        text-align: center;
    }
    .section-top p {
        font-size: 16px;
        text-align: center;
    }
    ul.partners {
        height: 288px;
    }
    .stat-column {
        width: 50%;
    }
}

@media only screen and (max-width: 680px) {
    .section-top .row div {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 32px;
    }
    .top-section-bg {
        opacity: 0.25;
    }

    .section-product .container h2 {
        margin: 32px 0 0 0;
        line-height: 64px;
        font-size: 32px;
    }
    .section-product .container p {
        margin: 0;
        line-height: 32px;
        font-size: 20px;
    }
    .sdk-buttons {
        margin-top: 96px;
        margin-bottom: 96px;
        height: 64px;
    }
    .sdk {
        width: 64px;
        height: 64px;
        border-radius: 32px;
    }
}