﻿@import url('css-Montserrat400800.css');
body
{
    font-family: 'Montserrat',"Open Sans",sans-serif;
    background: #000;
    color: #fff;
    padding-top: 80px;
}
.btn-primary
{
    color: #000;
    background: rgba(204,153,0,1);
    background: -moz-linear-gradient(-45deg,rgba(204,153,0,1) 0%,rgba(204,153,0,1) 17%,rgba(255,204,51,1) 37%,rgba(204,153,0,1) 49%,rgba(204,153,0,1) 50%,rgba(255,204,51,1) 61%,rgba(204,153,0,1) 79%,rgba(204,153,0,1) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(204,153,0,1)),color-stop(17%,rgba(204,153,0,1)),color-stop(37%,rgba(255,204,51,1)),color-stop(49%,rgba(204,153,0,1)),color-stop(50%,rgba(204,153,0,1)),color-stop(61%,rgba(255,204,51,1)),color-stop(79%,rgba(204,153,0,1)),color-stop(100%,rgba(204,153,0,1)));
    background: -webkit-linear-gradient(-45deg,rgba(204,153,0,1) 0%,rgba(204,153,0,1) 17%,rgba(255,204,51,1) 37%,rgba(204,153,0,1) 49%,rgba(204,153,0,1) 50%,rgba(255,204,51,1) 61%,rgba(204,153,0,1) 79%,rgba(204,153,0,1) 100%);
    background: -o-linear-gradient(-45deg,rgba(204,153,0,1) 0%,rgba(204,153,0,1) 17%,rgba(255,204,51,1) 37%,rgba(204,153,0,1) 49%,rgba(204,153,0,1) 50%,rgba(255,204,51,1) 61%,rgba(204,153,0,1) 79%,rgba(204,153,0,1) 100%);
    background: -ms-linear-gradient(-45deg,rgba(204,153,0,1) 0%,rgba(204,153,0,1) 17%,rgba(255,204,51,1) 37%,rgba(204,153,0,1) 49%,rgba(204,153,0,1) 50%,rgba(255,204,51,1) 61%,rgba(204,153,0,1) 79%,rgba(204,153,0,1) 100%);
    background: linear-gradient(135deg,rgba(204,153,0,1) 0%,rgba(204,153,0,1) 17%,rgba(255,204,51,1) 37%,rgba(204,153,0,1) 49%,rgba(204,153,0,1) 50%,rgba(255,204,51,1) 61%,rgba(204,153,0,1) 79%,rgba(204,153,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc9900',endColorstr='#cc9900',GradientType=1);
    border-color: #c90;
    border: 0;
    padding: 7px 10px;
    font-weight: 800;
    transition: all 1s;
}
.btn-primary:hover
{
    color: #000;
    background: rgba(204,153,0,1);
    background: -moz-radial-gradient(center,ellipse cover,rgba(204,153,0,1) 0%,rgba(204,153,0,1) 0%,rgba(204,153,0,1) 0%,rgba(255,204,51,1) 0%,rgba(255,204,51,1) 21%,rgba(204,153,0,1) 98%,rgba(255,204,51,1) 99%,rgba(204,153,0,1) 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0%,rgba(204,153,0,1)),color-stop(0%,rgba(204,153,0,1)),color-stop(0%,rgba(204,153,0,1)),color-stop(0%,rgba(255,204,51,1)),color-stop(21%,rgba(255,204,51,1)),color-stop(98%,rgba(204,153,0,1)),color-stop(99%,rgba(255,204,51,1)),color-stop(100%,rgba(204,153,0,1)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(204,153,0,1) 0%,rgba(204,153,0,1) 0%,rgba(204,153,0,1) 0%,rgba(255,204,51,1) 0%,rgba(255,204,51,1) 21%,rgba(204,153,0,1) 98%,rgba(255,204,51,1) 99%,rgba(204,153,0,1) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(204,153,0,1) 0%,rgba(204,153,0,1) 0%,rgba(204,153,0,1) 0%,rgba(255,204,51,1) 0%,rgba(255,204,51,1) 21%,rgba(204,153,0,1) 98%,rgba(255,204,51,1) 99%,rgba(204,153,0,1) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(204,153,0,1) 0%,rgba(204,153,0,1) 0%,rgba(204,153,0,1) 0%,rgba(255,204,51,1) 0%,rgba(255,204,51,1) 21%,rgba(204,153,0,1) 98%,rgba(255,204,51,1) 99%,rgba(204,153,0,1) 100%);
    background: radial-gradient(ellipse at center,rgba(204,153,0,1) 0%,rgba(204,153,0,1) 0%,rgba(204,153,0,1) 0%,rgba(255,204,51,1) 0%,rgba(255,204,51,1) 21%,rgba(204,153,0,1) 98%,rgba(255,204,51,1) 99%,rgba(204,153,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc9900',endColorstr='#cc9900',GradientType=1);
    border: 0;
}
#logo
{
    margin: 1px 0 9px;
}
#header-cta
{
    margin-top: 10px;
    border-radius: 0;
    font-size: 23px;
    padding: 1px 18px;/* font-weight: 400; */
    border-radius: 3px;
    text-decoration-color: #000;
    text-shadow: 0 -1px 0 #666;
    text-decoration-style: solid;
}
.header
{
    background: rgba(0,0,0,.75);
    height: 80px;
    padding: 13px;/* Fixed */
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.header-logos img
{
    margin: 8px 6px 0;
}
.header-logos a
{
    margin-left: 20px;
}
.btn-cta
{/* font-weight: 800; */
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    border-radius: 4px;
    padding: 3px 30px;
}
.top-games .btn-cta
{
    font-size: 23px;
    margin: 18px 0 58px;
}
.btn-cta-lg
{
    margin: 18px 0;
    font-size: 38px;
}
.steps
{
    padding: 40px 12% 20px;
    background: #000;
}
.steps h4
{
    font-weight: 800;
    text-transform: uppercase;
}
.steps p
{
    font-weight: 400;
}
.step-num
{
    position: relative;
    width: 50px;
    display: inline-block;
    text-align: center;
    font-weight: 900;
    color: #787878;
}
.step-label
{
    margin: 10px 0 0 2px;
    text-align: left;
}
.step-label p
{
    font-size: 14px;
    width: 320px;
}
.top-games
{/* background: url('../images/bg_topgames.jpg'); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; */
    color: #c90;
    text-align: center;
    font-weight: 400;
    font-family: 'Montserrat',"Open Sans",sans-serif;
}
.top-games p
{
    font-size: 14px;
    color: #fefefe;
}
.top-games h2
{
    margin: 40px 0;
    font-weight: 800;
    font-size: 51px;
    color: #c90;
    text-transform: uppercase;
}
.top-games h3
{
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
}
.otg-cta
{
    margin: 36px 0;
}
.mid-section
{
    background: #242424;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    padding: 60px 0;
}
.footer
{
    background: #000;
    text-align: center;
    padding: 30px 0;
    font-size: 12px;
    font-weight: normal;
}
a.clickables, a.clickables:hover
{
    text-decoration: none;
    color: #fff!important;
}/* XL */
@media(max-width: 1599.98px)
{
    .steps
    {
        padding: 40px 60px 20px;
    }
}
@media(max-width: 1190px)
{
    .steps
    {
        text-align: center;
    }
    .step-label
    {
        width: 160px;
    }
}/* SM - Mobile */
@media(max-width: 767.98px)
{
    .steps
    {
        padding: 40px 60px 20px 0;
    }
    .header
    {
        background: rgba(0,0,0,.75);
        height: 80px;
    }
    .btn-cta
    {
        font-size: 34px;
        text-transform: uppercase;
    }
    #header-cta
    {
        font-size: 19px;
        margin-top: 15px;
    }
}