
/*@@@@@@@@@@@@@@@@@@@@@@@
Reset
@@@@@@@@@@@@@@@@@@@@@@@*/
* {
	font-family:'Red Hat Display';
}

.container {
    max-width:100vw;
    overflow-y:hidden;
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Page Wipe
@@@@@@@@@@@@@@@@@@@@@@@*/

.valance {
    position:fixed;
    width:100%;
    height:100vh;
    z-index:9;
    overflow:hidden;
    pointer-events:none;
}

.valance .curtain {
    width:400%;
    height:400%;
    left:-100%;
    top:0;
    background-color:#2b2822;
    position:absolute;
    transform:rotate(35deg);
    transition:all 2s cubic-bezier(.5,0,.1,1);
}

.valance .rod {
    left:200%;
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Global
@@@@@@@@@@@@@@@@@@@@@@@*/

.mainlink {
    background-color:#b28a37;
    color:#fff;
    padding:15px 50px;
    font-size:24px;
    border:0;
    font-weight:bold;
    display:table;
    border-radius:5px;
}

.mainlink:hover {
    background-color:#d89c1e;
    box-shadow:0 2px 2px rgba(0,0,0,0.3);
}

form {
    background-color:#b28a37;
    color:#fff;
}

form div {
    font-weight:bold;
    color:#fff;
    font-size:13px;
    text-transform:uppercase;
}

form input {
    width:100%;
    border:0;
    background-color:#fff;
    display:block;
    padding:15px;
    border-radius:5px;
}

form button {
    width:100%;
    border:0;
    background-color:#221f1f;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    display:block;
    padding:15px;
    border-radius:5px;
}

form button:hover {
    background-color:#111;
}

form label {
    background-color:#221f1f;
    color:#fff;
    border-radius:5px;
    padding:15px;
    font-weight:bold;
    display:block;
    margin-top:10px;
    cursor:pointer;
    transition: .2s all;
    background-image:url('images/ui/checked.png');
    background-position:center left -32px;
    background-repeat:no-repeat;
    background-size:24px auto;
    text-align:center;
}

form label:hover {
    background-color:#111;
}

form .checked {
    background-color:#139d13;
    background-position:center left 15px;
}

form .checked:hover {
    background-color:#139d13;
}

form .disabled {
    opacity:.25;
    pointer-events:none;
}

form .systext {
    background-color:#ed4337;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    text-align:center;
    padding:10px;
    border-radius:5px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Mouseoust Form
@@@@@@@@@@@@@@@@@@@@@@@*/

.mouseout {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    z-index:20;
}

.mouseout .mousex {
    pointer-events:all;
    color:#fff;
    font-weight:bold;
    font-size:24px;
    cursor:pointer;
}

.mouseout .mousex:hover {
    color:#d89c1e;
}

.mouseout .mouseinner {
    width:100%;
    height:100%;
    z-index:21;
    position:relative;
    padding:25px;
    pointer-events:none;
}

.mouseout .mouseinner div {
    transition:all 1s cubic-bezier(.9,0,.1,1);
}

.mouseslide .mouseinner div {
    margin-top:20px;
}

.mouseslide h3 {
    margin-bottom:40px;
}

.mouseout h3 {
    font-size:36px;
    font-weight:500;
    color:#fff;
    display:block;
    transition:all 1s cubic-bezier(.9,0,.1,1);
}

.mouseout .mousebg {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.95);
    cursor:pointer;
    position:absolute;
    z-index:20;
    transition:all .3s;
}

.mouseout .mouseinner form {
    max-width:500px;
    border-radius:5px;
    pointer-events:all;
}

.mouseout .catchlink {
    color:#fff;
    text-align:center;
    font-weight:bold;
    opacity:.8;
    display:block;
}

.mouseout .catchlink:hover {
    opacity:1;
    text-decoration:underline;
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Header
@@@@@@@@@@@@@@@@@@@@@@@*/

header {
    position:fixed;
    width:100%;
    z-index:10;
    transition:all .5s;
}

header .subheader {
    background-color:rgba(43,40,34,.75);
    font-size:16px;
    color:#eee;
    width:100%;
}

header .subheader .quote {
    padding-top:15px;
    padding-bottom:15px;
}

header .subheader .quote div:not(:last-of-type) {
    margin-right:30px;
}

header .subheader .quote div span {
    color:#fff;
    font-weight:bold;
    background-repeat:no-repeat;
}

header .subheader .quote div .symbol {
    color:#f6b223;
}

header .subheader .quote .up {
    background-image:url('images/ui/quote-up.png');
    padding-left:18px;
    margin-left:5px;
    color:#97ff3e;
    background-position:top 5px left;
}

header .subheader .quote .down {
    background-image:url('images/ui/quote-down.png');
    padding-left:18px;
    margin-left:5px;
    color:#ca3030;
    background-position:top 7px left;
}

header .topform {
    position:absolute;
    right:90px;
    top:0;
    transition:all 1s cubic-bezier(.9,0,.1,1);
    z-index:3;
}

header .topform .close {
    display:none;
    transition:all .2s;
}

header .topform .subups {
    padding-top:60px;
    transition:all .2s cubic-bezier(.9,0,.1,1);
}

header .topform form {
    width:400px;
    border-radius:5px;
    border-top-left-radius:0;
    border-top-right-radius:0;
    box-shadow:0 2px 10px rgba(0,0,0,0.25);
}

header .logo {
    transition:all .5s cubic-bezier(.9,0,.1,1);
    height:83px;
    margin-top:45px;
}

header .opensub {
    background-color:#b28a37;
    border:0;
    border-radius:5px;
    opacity:0;
    pointer-events:none;
    transition:all .2s cubic-bezier(.9,0,.1,1);
    padding:10px 20px;
    padding-right:70px;
    font-weight:bold;
    color:#fff;
    font-size:24px;
    background-image:url('images/header_sub.png');
    background-repeat:no-repeat;
    background-position:center right 20px;
}

header .opensub:hover {
    background-color:#d89c1e;
    box-shadow:0px 3px 5px rgba(0,0,0,0.25);
}

header .opensubsmall {
    background-color:#b28a37;
    border:0;
    border-radius:5px;
    border-top-left-radius:0;
    border-top-right-radius:0;
    pointer-events:none;
    transition:all .4s cubic-bezier(.9,0,.1,1);
    top:-120px;
    width:64px;
    height:64px;
    right:20px;
    font-weight:bold;
    color:#fff;
    font-size:24px;
    background-image:url('images/header_sub.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:32px auto;
    position:absolute;
    pointer-events:all;
}

header .opensubsmall:hover {
    background-color:#d89c1e;
    box-shadow:0px 3px 5px rgba(0,0,0,0.25);
}

header .smallsymbol {
    transition:all .3s;
    opacity:0;
}

header .smallsymbol b {
    color:#d89c1e;
}

.scrolled {
    background-color:rgba(43,40,34,.95);
    padding-top:10px;
    padding-bottom:10px;
}

.scrolled .logo {
    height:60px;
    margin-top:0;
}

.scrolled .topform {
    margin-top:calc(-100% - 100px);
}

.scrolled .topform .subups {
    opacity:0;
    margin-top:30px;
}

.scrolled .opensub {
    opacity:1;
    pointer-events:all;
}

.scrolled .smallsymbol {
    display:table;
    color:#fff;
    background-color:#221f1f;
    margin-left:5px;
    border-radius:5px;
    padding:5px 10px;
    opacity:1;
    font-size:14px;
}

.subdown .topform {
    opacity:1 !important;
    margin-top:0 !important;
}

.subdown .opensub {
    pointer-events:none !important;
    opacity:0 !important;
}

.subdown .close {
    display:block !important;
    position:absolute;
    top:20px;
    right:20px;
    border:1px solid #221f1f;
    color:#221f1f;
    padding:5px 10px;
    font-weight:bold;
    opacity:.5;
    cursor:pointer;
    font-size:18px;
    border-radius:50%;
}

.subdown .close:hover {
    opacity:1;
}

.headload {
    background-color:transparent !important;
    margin-top:50px;
}

.headload img {
    height:83px !important;
    opacity:0;
}

.headload .opensubsmall {
    opacity:0;
}

.headload .smallsymbol {
    opacity:0;
}

@media only screen and (max-width: 1600px) {
    .subdown .close {
        position:unset;
        display:table !important;
        margin-left:auto;
    }
    header .topform {
        right:45px;
    }
}

@media only screen and (max-width: 1200px) {
    header .topform form {
        width:340px;
    }
    header .topform .subups img {
        width:120px;
    }
}

@media only screen and (max-width: 1000px) {
    header .topform {
        position:fixed;
        display:flex;
        flex-direction:column;
        justify-content:space-around;
        align-items:center;
        width:100%;
        height:100%;
        left:0;
        background-color:rgba(178,138,55,0.98);
        opacity:0;
        pointer-events:none;
    }
    header .topform form {
        width:unset;
        max-width:500px;
        background-color:transparent;
        box-shadow:none;
    }
    header .topform .subups {
        display:none;
    }
    header .topform .close {
        display:table;
        margin-left:auto;
        padding:10px 15px;
        border-radius:50%;
        border:1px solid #221f1f;
        color:#221f1f;
        text-align:center;
        font-size:18px;
        opacity:0.5;
    }
    header .topform .close:hover {
        opacity:1;
    }
    header .opensub {
        opacity:1;
        pointer-events:all;
        position:fixed;
        top:0;
        right:20px;
        border-top-left-radius:0;
        border-top-right-radius:0;
        padding:15px;
        padding-right:65px;
        background-position:center right 20px;
    }
    .subdown .topform form {
        pointer-events:all;
    }
}

@media only screen and (max-width: 800px) {
    header .subheader .quote div:last-of-type {
        display:none;
    }
    header .logoflex {
        display:block;
    }
    .scrolled .smallsymbol {
        margin-top:3px;
        margin-left:-40px;
        padding-left:40px;
    }
}

@media only screen and (max-width: 700px) {
    header .subheader .quote div:not(:first-of-type) {
        display:none;
    }
    .scrolled .opensub {
        margin-top:-80px;
    }
    .scrolled .opensubsmall {
        top:-10px;
    }
}

@media only screen and (max-width: 500px) {
    header .subheader .quote div {
        opacity:0;
    }
    header .opensub {
        left:20px;
        right:20px;
        width:calc(100% - 40px);
        text-align:left;
    }
    header .logo {
        max-width:80vw;
        height:auto;
    }
    .headload img {
        height:auto !important;
        opacity:0;
    }
}

@media only screen and (max-width: 420px) {
    header .opensub {
        font-size:18px;
        background-size:24px auto;
    }
    header .subheader {
        font-size:10px;
    }
    header .opensubsmall {
        width:48px;
        height:64px;
        background-position:center bottom 10px;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Hero Section
@@@@@@@@@@@@@@@@@@@@@@@*/

.hero {
    background-color:#2b2822;
    background-image:url('images/hero_under.jpg');
    background-size:cover;
    background-position:right top;
    box-shadow: inset 0 -10px 20px -10px rgba(0,0,0,0.5);
    position:relative;
}

.over {
    background-image:url('images/hero_over.png');
    background-position:right top;
    background-size:cover;
}

.hero h1 {
    font-size:72px;
    color:#fff;
    font-weight:500;
    text-transform:uppercase;
    line-height:72px;
    text-shadow:0 2px 10px rgba(0,0,0,0.5);
    position:relative;
    opacity:0;
    display:block;
}

.hero h1 div {
    position:absolute;
    width:100%;
    height:100%;
    background-color:#2b2822;
    right:0;
}

.hero h1 .show {
    width:0;
    pointer-events:none;
}

.hero h2 {
    color:#f6b223;
    font-size:42px;
    text-shadow:0 2px 10px rgba(0,0,0,0.5);
    text-transform:uppercase;
    opacity:0;
    display:inline-block;
}

.hero .mainlink {
    padding:15px 100px;
    background-color:transparent;
    border:2px solid #d89c1e;
    color:#d89c1e;
    margin-top:40px;
    opacity:0;
}

.hero .mainlink:hover {
    background-color:#d89c1e;
    color:#fff;
}

/*
	~~~~~~~~
	Media Queries
	~~~~~~~~
	*/

	@media only screen and (max-width: 1800px) {
		.hero h1 {
            font-size:64px;
            line-height:64px;
        }
	}

    @media only screen and (max-width: 1600px) {
		.hero h1 {
            font-size:56px;
            line-height:56px;
        }
        .hero h2 {
            font-size:42px;
            line-height:42px;
        }
        .hero .mainlink {
            font-size:18px;
        }
        .hero {
            box-shadow:unset;
        }
	}

    @media only screen and (max-width: 1400px) {
		.hero h1 {
            font-size:48px;
            line-height:48px;
        }
        .hero h2 {
            font-size:32px;
            line-height:32px;
        }
	}

    @media only screen and (max-width: 1200px) {
		.hero h1 {
            font-size:34px;
            line-height:34px;
        }
        .hero h2 {
            font-size:28px;
            line-height:28px;
        }
        .hero .mainlink {
            font-size:16px;
            padding:10px 50px;
            margin-top:20px;
        }
	}

    @media only screen and (max-width: 1000px) {
		.hero h1 {
            font-size:46px;
            line-height:46px;
        }
        .hero h2 {
            font-size:36px;
            line-height:36px;
        }
        .hero .mainlink {
            font-size:18px;
            padding:15px 100px;
            margin-top:40px;
            background-color:#d89c1e;
            color:#fff;
        }
	}

    @media only screen and (max-width: 800px) {
		.hero h1 {
            font-size:32px;
            line-height:32px;
        }
        .hero h2 {
            font-size:28px;
            line-height:28px;
        }
        .hero .mainlink {
            font-size:16px;
            padding:10px 50px;
            margin-top:20px;
            background-color:#d89c1e;
            color:#fff;
        }
	}

    @media only screen and (max-width: 600px) {
        .hero h1 {
            font-size:30px;
            line-height:30px;
        }
        .hero h2 {
            font-size:30px;
            line-height:30px;
        }
        .hero .flexbreak {
            display:block;
        }
        .hero h2:first-of-type {
            display:block;
        }
        .hero #h2-b {
            margin-left:0;
        }
    }

    @media only screen and (max-width: 500px) {
        .hero h1 {
            font-size:24px;
            line-height:24px;
        }
        .hero h2 {
            font-size:24px;
            line-height:24px;
        }
        .hero .mainlink {
            font-size:16px;
            padding:5px 25px;
            margin-top:20px;
        }
        .hero .flexbreak {
            display:block;
        }
        .hero h2:first-of-type {
            display:block;
        }
    }

    @media only screen and (max-width: 400px) {
        .hero h1 {
            font-size:20px;
            line-height:20px;
        }
        .hero h2 {
            font-size:20px;
            line-height:20px;
        }
    }


/*@@@@@@@@@@@@@@@@@@@@@@@
ALL Sections
@@@@@@@@@@@@@@@@@@@@@@@*/

.mainsec {
    overflow:hidden;
}

.mainsec h3 {
    color:#d89c1e;
    font-size:42px;
    font-weight:500;
}

.mainsec .tagline {
    font-weight:bold;
}

.mainsec .textbox {
    background-color:#fff;
    background-image:linear-gradient(#fff, #fafafa);
    box-shadow:0 2px 10px rgba(0,0,0,0.25);
    width:700px;
    position:relative;
}

.mainsec .under {
    position:absolute;
    height:48px;
    width:100%;
    left:0;
    text-align:center;
    bottom:-60px;
    text-shadow:0 0px 5px rgba(0,0,0,.5);
    color:#fff;
    font-size:18px;
    font-weight:bold;
}

.mainsec .under .arrowdown {
    position:absolute;
    left:calc(50% - 5px);
    width:32px;
    height:32px;
    background-image:url('images/ui/arrow-down.png');
    background-position:center center;
    background-repeat:no-repeat;
    animation: arrowbounce 1s infinite;
}

@keyframes arrowbounce {
  0% { background-position:center bottom 0; }
  50% { background-position:center bottom 10px; }
  100% { background-position:center bottom 0; }
}

@media only screen and (max-width: 1300px) {
    .mainsec .under {
        display:none;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Positioned Section
@@@@@@@@@@@@@@@@@@@@@@@*/

.positioned {
    background-color:#2b2822;
}

.positioned #pos-1 {
    background-image:url('images/positioned_under.jpg');
    background-size:cover;
    background-position:center right;
}

.positioned #pos-2 {
    background-image:url('images/positioned_over.png');
    background-size:cover;
    background-position:center right;
}

.positioned #pos-3 {
    background-image:url('images/positioned_label.png');
    background-size:cover;
    background-position:center right;
}

.positioned .textbox {
    position:absolute;
    bottom:90px;
    left:90px;
}

@media only screen and (max-width: 1600px) {
    .positioned .textbox {
        left:0;
    }
    .positioned #pos-1, .positioned #pos-2, .positioned #pos-3 {
        background-size:90vw auto;
        background-repeat:no-repeat;
        background-position:top 2px right;
    }
}

@media only screen and (max-width: 1300px) {
    .positioned {
        height:auto;
    }
    .positioned #pos-1, .positioned #pos-2, .positioned #pos-3 {
        background-position:top right;
        background-size:auto 100%;
        height:75vw;
    }
    .positioned #pos-1 {
        background-image:url('images/positioned_under_mobile.jpg');
    }
    .positioned #pos-2 {
        background-image:url('images/positioned_over_mobile.png');
    }
    .positioned .bgover {
        position:relative;
        margin-top:75vw;
        bottom:0;
        width:100%;
        padding:100px;
    }
}

@media only screen and (max-width: 800px) {
    .positioned .bgover {
        padding:50px;
    }
}

@media only screen and (max-width: 600px) {
    .positioned .bgover {
        padding:25px;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Drilling Section
@@@@@@@@@@@@@@@@@@@@@@@*/

.drilling #drill-1 {
    background-image:url('images/drilling_under.jpg');
    background-size:cover;
    background-position:center bottom;
    box-shadow: inset 0 10px 20px -10px rgba(0,0,0,0.75);
}

.drilling #drill-2 {
    background-image:url('images/drilling_map1.png');
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    width:50%;
    right:90px;
    z-index:3;
}

@media only screen and (max-width: 1500px) {
    .drilling #drill-2 {
        background-position:center top -50px;
        margin-top:-50px;
    }
    .drilling #drill-text {
        margin-top:100px;
    }
}

@media only screen and (max-width: 1300px) {
    .drilling {
        height:auto;
    }
    .drilling #drill-2 {
        position:relative;
        width:100%;
        right:0;
        height:75vw;
        background-position:center center;
        margin-top:0;
    }
    .drilling #drill-text {
        margin-top:0;
        padding-top:0;
    }
    .drilling .textbox {
        width:100%;
        padding:50px;
    }
}

@media only screen and (max-width: 800px) {
    .drilling .textbox {
        padding:25px;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Generating Section
@@@@@@@@@@@@@@@@@@@@@@@*/

.generating #gen-1 {
    background-image:url('images/generating_under.jpg');
    background-size:cover;
    background-position:center top;
    box-shadow: inset 0 -10px 20px -10px rgba(0,0,0,0.5);
}

.generating #gen-2 {
    background-image:url('images/generating_map1.png');
    background-size:auto 110%;
    background-position:top right;
    background-repeat:no-repeat;
    width:80%;
    left:0;
}

.generating #gen-3 {
    background-image:url('images/generating_map2.png');
    background-size:auto 110%;
    background-position:top right;
    background-repeat:no-repeat;
    width:80%;
    left:0;
}

.generating .textbox {
     margin-left:55%;
}

@media only screen and (max-width: 1600px) {
    .generating .textbox {
        width:50%;
        margin-left:50%;
    }
    .generating #gen-2, .generating #gen-3 {
        width:90%;
    }
}

@media only screen and (max-width: 1200px) {
    .generating {
        height:auto;
    }
    .generating #gen-2, .generating #gen-3 {
        height:75vw;
        background-position:center top;
        top:0;
    }
    .generating .textbox {
        position:relative;
        width:100%;
        margin-left:0;
        margin-top:40vw;
        padding:50px;
    }
}

@media only screen and (max-width: 800px) {
    .generating .textbox {
        padding:25px;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Opportunity Section
@@@@@@@@@@@@@@@@@@@@@@@*/

.opportunity {
    overflow:unset;
}

.opportunity #opp-1 {
    background-image:url('images/opportunity_under.jpg');
    background-size:cover;
    background-position:center bottom;
}

.opportunity #opp-2 {
    background-image:url('images/opportunity_over.png');
    background-size:contain;
    background-position:bottom right;
    background-repeat:no-repeat;
    width:100%;
    height:106%;
    margin-top:-3%;
}

.opportunity .bgover {
    pointer-events:none;
}

.opportunity .bgover .textbox {
    pointer-events:all;
}

.opportunity form {
    background-image:url('images/opportunity_form.jpg');
    background-position:center center;
    background-size:cover;
    position:absolute;
    right:90px;
    width:60%;
    z-index:2;
    padding:90px 270px;
    color:#fff;
    transition:all .5s;
}

.opportunity form p {
    font-size:24px;
}

.opportunity form h3 {
    color:#fff;
}

.opportunity  .mainlink {
    width:100%;
    padding:15px 20px;
    text-align:center;
    transition:all .2s;
}

@media only screen and (max-width: 1800px) {
    .opportunity form {
        padding:90px;
        padding-left:270px;
    }
}

@media only screen and (max-width: 1600px) {
    .opportunity form {
        right:45px;
        padding:45px;
        padding-left:270px;
    }
}

@media only screen and (max-width: 1400px) {
    .opportunity .textbox {
        width:600px;
    }
    .opportunity form {
        padding-left:200px;
    }
}

@media only screen and (max-width: 1300px) {
    .opportunity {
        height:auto;
    }
    .opportunity form {
        position:relative;
        right:0;
        margin:50px;
        margin-top:-25px;
        width:100%;
        width:calc(100% - 100px);
        padding:45px 270px;
    }
    .opportunity .textbox {
        width:100%;
        padding:50px;
    }
}

@media only screen and (max-width: 1200px) {
    .opportunity form {
        padding:45px 180px;
    }
}

@media only screen and (max-width: 1000px) {
    .opportunity form {
        padding:45px 90px;
    }
}

@media only screen and (max-width: 800px) {
    .opportunity form {
        padding:25px;
        width:calc(100% - 40px);
        margin:20px;
    }
    .opportunity form p {
        font-size:18px;
    }
    .opportunity .textbox {
        padding:25px;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Footer Section
@@@@@@@@@@@@@@@@@@@@@@@*/

footer {
    background-color:#14191f;
    padding-bottom:0 !important;
}

footer .textbox {
    width:800px;
    color:#ccc;
}

footer .subfooter {
    border-top:1px solid rgba(255,255,255,.2);
    padding-top:15px;
    padding-bottom:15px;
    color:#ddd;
    margin-top:15px;
}

footer .subfooter a {
    color:#b28a37;
    font-weight:bold;
}

footer .subfooter a:hover {
    text-decoration:underline;
    color:#d89c1e;
}

footer h5 {
    font-size:18px;
    color:#666;
    text-transform:uppercase;
    margin-bottom:5px;
}

.fb {
    background-image:url('images/ui/footer_fb.png');
}

.li {
    background-image:url('images/ui/footer_li.png');
}

.ig {
    background-image:url('images/ui/footer_ig.png');
}

.tw {
    background-image:url('images/ui/footer_tw.png');
}

.social {
    background-repeat:no-repeat;
    background-position:center center;
    background-size:16px auto;
    width:32px;
    height:32px;
    border:1px solid #fff;
    border-radius:5px;
    opacity:.5;
}

.social:not(:first-of-type) {
    margin-left:5px;
}

.social:hover {
    opacity:1;
}

@media only screen and (max-width: 900px) {
    footer .textbox {
        width:100%;
    }
}

@media only screen and (max-width: 500px) {
    footer .subfooter {
        display:block;
    }
    footer .subfooter span, footer .subfooter a {
        display:block;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Almost Section
@@@@@@@@@@@@@@@@@@@@@@@*/

.almost {
    top:0;
    bottom:0;
    left:0;
    right:0;
    position:fixed;
    background-color:rgba(106,194,89,.95);
    z-index:100;
    opacity:0;
    pointer-events:none;
    transition:all .5s;
    color:#fff;
    text-align:center;
}

.almost-on {
    opacity:1;
    pointer-events:all;
}

.check {
    background-image:url('images/ui/check-mark.png');
    background-repeat:no-repeat;
    background-position:center top;
    padding-top:100px;
    transition:all .3s;
}

.almost span {
    display:block;
    font-size:48px;
    line-height:48px;
    font-weight:400;
    margin-bottom:15px;
    text-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}

.almost .close {
    font-size:18px;
    background-color:#eee;
    color:#6ac259;
    padding:15px 100px;
    font-weight:500;
    display:inline-block;
    border-radius:5px;
    transition:all .3s;
    cursor:pointer;
    opacity:0;
}

.almost .close:hover {
    background-color:#fff;
    color:#222;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}

.almost h5 {
    color:#fff;
    font-size:18px;
    text-transform:uppercase;
    margin:10px 0;
}

.almost a {
    opacity:.75;
}

.almost a:hover {
    background-color:#d89c1e;
    border-color:#d89c1e;
    opacity:1;
}

.hidedown {
    margin-top:20px;
    opacity:0;
}

.closedown {
    margin-top:20px;
    opacity:1 !important;
}

/*
~~~~~~~~
Media Queries
~~~~~~~~
*/

@media only screen and (max-width: 800px) {
    .almost {
        padding:25px;
    }
}

@media only screen and (max-width: 600px) {
    .almost span {
        font-size:36px;
    }
}