html, body {
    margin: 0;
    font-family: "Roboto";
    min-height: 100%;
    font-size: 1em;
    font-weight: 300;
    color: #333;
}

a {
    text-decoration: none;
}

::selection {
    background: #5d8ef9; /* Safari */
    color: #FFFFFF;
}
::-moz-selection {
    background: #5d8ef9; /* Firefox */
    color: #FFFFFF;
}

div#movie {
    height: 100%;
    background: url(../img/backgrounds/hires_03.jpg) center center;
    background-size: cover;
    position: absolute;
    width: 100%;
}

div#wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

img#logo {
    float: left;
    width: 230px;
}


div#wrapper header a.button {
	float: right;
}
div#wrapper a.button, a.header-button {
    display: inline;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid transparent;
    transition: all .1s ease-in;
    font-weight: 300;
}

div#wrapper a.button:hover, a.header-button:hover {
    text-decoration: underline;
}

div#wrapper a.button.signin, a.header-button {
    border: 1px solid #fff;
    border-radius: 5px;
}

div#wrapper a.button.signin:hover {
    border-radius: 15px;
    background-color: #fff;
    color: #464951;
    text-decoration: none;
}

div#wrapper div#payoff {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 200px;
    text-align: center;
    color: #fff;
}

div#wrapper div#payoff h1 {
    width: 100%;
    text-align: center;
    position: relative;
    font-weight: 100;
    font-size: 2.9em;
    margin: 0;
}

div#wrapper div#payoff p {
    width: 230px;
    margin: 1em auto;
    font-weight: 300;
}

footer {
    height: 100px;
    width: 100%;
    background: none;
    background-image: none !important;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    bottom: 0;
}

footer.unsticky {
	position: absolute;
	background-color: #fff;
}

.pre-footer {
	display: block;
	height: 100px;
	clear: both;
}

.pre-footer.unsticky {
	height: 0px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

footer ul li {
    display: inline-block;
    color: #a4a4a4;
    font-size: .9em;
    padding: 0 20px;
    font-weight: 300;
}

footer ul li a {
    display: block;
    line-height: 100px;
    color: #464951;
    transition: all .1s ease-in;
}

footer ul li a:hover {
    color: #a4a4a4;
}

.top-buttons {
	float: right;
}

.wrap > .container{
    padding-bottom: 100px;
}

.image {
	height: 500px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}

.image.first-image {
	margin-top: 0px;
}

header {
	z-index: 999;
	padding-top: 35px;
}

.top-buttons a {
	margin-top: 10px;
	display: inline-block;
}

.text-justify{
    text-align: justify;
}

.section-container{
    margin-top: 10px;
    margin-bottom: 50px;
}

.section-heading{
    padding-top: 20px;
}

.inline-block{
    display: inline-block;
}

.button-border {
    display: inline-block;
    color: #fff;
    padding: 10px 35px;
    transition: all .1s ease-in;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 5px;
}

.button-border:hover, .button-border:focus {
    background-color: #fff;
    color: #464951;
    text-decoration: none;
    border: 1px solid #fff;
}

.button-border.blue {
	border: 1px solid #5d8ef9;
	background-color: #fff !important;
	color: #5d8ef9 !important;
}

.button-border.white{
    border: 1px solid #FFF;
    background-color: #FFF !important;
    color: #464951 !important;
}


.button-border.white:hover{
    border: 1px solid #FFF;
    color: #5d8ef9 !important;
}


.button-border.red {
	border: 1px solid #df4a32;
	color: #df4a32 !important;
	background-color: #fff !important;
}

.button-border.red:hover {
	background-color: #df4a32 !important;
	color: #fff !important;
}


.button-border.blue:hover {
	background-color: #5d8ef9 !important;
	color: #fff !important;
}
.button-border:hover:visited{
    color: #464951;
}

.button-border:visited{
    color: #FFFFFF;
}

h2.subtitle {
	font-size: 2.5em;
	margin-bottom: 20px;
}

.section-content {
	margin-bottom: 25px;
}

#to-menu {
	display: none;
	position: fixed;
	top: 20px;
	z-index: 11111;
	left: 20px;
	background-color: rgba(0,0,0,0.5);
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
}

.subtitle.white{
    color: #FFFFFF;
}

a:active{
    outline: none;
}

.mid-button {
	margin-top: 45px;
}

.mid-button a {
    color: #FFF;
    font-weight: 400;
}

img.glass_overlay {
	max-width: 600px;
	width: 100%;
}

img.site_preview {
	margin-bottom: -75px; margin-top: 25px;
	width: 100%;
	max-width: 747px;
}

.button-border.big {
	font-size: 1.3em;
	padding: 15px 65px;
}

.button-border.small{
    font-size: 0.9em;
    padding: 8px 35px;
}

h2.bigger {
	font-size: 3em;
}

h2 {
	font-weight: 200;
}

svg:not(:root) {
	height: 85%;
}

.spaced-right{
    margin-right: 10px;
}

#payoff span {
    font-weight: 500;
}

#payoff > *{
    font-weight: 300;
}

#payoff > .mid-button {
    margin-top: 140px;
}

.top-buttons > span {
    color: #FFF;
    font-weight: 500;
}

#play-video{
    vertical-align: middle;
}

#play-video .icon {
    font-size: 2em;
}

#play-video > span {
    display: inline-block;
    vertical-align: middle;
}

.capitalized{
    text-transform: uppercase;
}

@media only screen and (max-height: 860px){
    #payoff > .mid-button{
        margin-top: 100px;
    }
}

@media only screen and (max-height: 810px){
    #payoff > .mid-button{
        margin-top: 50px;
    }
}

@media only screen and (max-height: 720px){
    #payoff > .mid-button{
        margin-top: 40px;
    }
}


@media only screen and (max-height: 620px){
    #payoff > .mid-button{
        margin-top: 30px;
    }
}


@media only screen and (max-height: 580px){
    #payoff > .mid-button{
        margin-top: 0px;
    }
}

.smaller{
    font-size: 0.9em;
    font-style: italic;
}