<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'quicksandregular';
    src: url('../fonts/quicksand/quicksand-regular-webfont.eot');
    src: url('../fonts/quicksand/quicksand-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand/quicksand-regular-webfont.woff2') format('woff2'),
         url('../fonts/quicksand/quicksand-regular-webfont.woff') format('woff'),
         url('../fonts/quicksand/quicksand-regular-webfont.ttf') format('truetype'),
         url('../fonts/quicksand/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pressstart2p';
    src: url('../fonts/pressstart2p/pressstart2p-webfont.eot');
    src: url('../fonts/pressstart2p/pressstart2p-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pressstart2p/pressstart2p-webfont.woff2') format('woff2'),
         url('../fonts/pressstart2p/pressstart2p-webfont.woff') format('woff'),
         url('../fonts/pressstart2p/pressstart2p-webfont.ttf') format('truetype'),
         url('../fonts/pressstart2p/pressstart2p-webfont.svg#pressstart2p') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

nav ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.hidden {
    display: none;
}

input,select {
    vertical-align: middle;
}

::selection {
    background: #cccccc;
}

::-moz-selection {
    background: #cccccc;
}

#ie-message {
    font-family: sans-serif;
    background-color: #f26522;
    text-align: center;
    top: 0;
    padding: 40px;
    line-height: 25px;
    font-size: 18px;
    color: #15231a;
    height: 100%;
}

#ie-message h2 {
    font-size: 130%;
    margin-bottom: 30px;
}

#ie-message ul {
    margin: 0;
    padding-left: 0 0 0 20px;
}

#ie-message a {
    color: #426f50;
}

body,html {
    -webkit-transform: translateZ(0);
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
}

body {
    font-family: "pressstart2p","Helvetica Neue",Helvetica,sans-serif;
    background-color: #cccccc;
}

a {
    color: #f26522;
    text-decoration: none;
}

small {
    font-size: 70%;
}

img#thumb {
    display: none;
}

#background {
    /*-webkit-transform: translateZ(0);*/
    background: url("../img/background.png");
    /* background-size: 1380px 835px; */
	background-size: 2760px 835px;
    background-position: center 0;
    display: block;
    width: 100%;
    min-width: 720px;
    height: 835px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    z-index: -100;
}

.ie7 #background,.ie8 #background {
    background-color: #32656b;
    background: url("../img/background.png");
    background-position: center 0;
}

@media only screen and (max-width:780px) {

	#background {
        background: url("../img/background_cropped.png");
        background: url("../img/background_cropped.png");
        background: url("../img/background_cropped.png");
        background: url("../img/background_cropped.png");
        background: url("../img/background_cropped.png");
        background: url("../img/background_cropped.png");
        background: url("../img/background_cropped.png");
        background-size: 780px 835px;
        background-position: center 0;
    }

    .ie7 #background,.ie8 #background {
        background-color: #32656b;
        background: url("../img/background_cropped.png");
        background-position: center 0;
    }
}


.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

.buy {
    margin-top: 60px;
}

.buy h3 {
    margin: auto;
    font-size: 22px;
    /*display: inline-block;*/
}

.buy h4 {
    margin-top: 15px;
    display: block;
    font-size: 28px;
    font-style: normal;
}

.buy.sale {
    margin-top: 40px;
}

.bottom {
    color: #f26522;
}

a.appstore {
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition:all 0.2s;
    position: relative;
    margin: auto;
    margin-top: 0px;
    display: block;
    height: 0;
    width: 222px;
    padding-top: 90px;
    overflow: hidden;
    background-image: url("../img/sprite.png");
    background-size: 2263px 530px;
    background-position: -535px 0;
    opacity: 0.8;
}
a.appstore:hover {
    top:-2px;
    opacity: 0.7;
}
a.appstore:active {
    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -o-transition:all 0.1s;
    transition:all 0.1s;
    top:1px;
    opacity: 0.8;
}

a.appstore.border {
    border: solid 1px white;
    width: 186px;
    padding-top: 54px;
    background-position: -553px -18px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-bottom: 120px;
}

ul.store_links {
    margin: 30px 0 40px 0;
    list-style: none;
    padding: 0;
}

ul.store_links li {
    display: inline-block;
    margin: 5px;
}

ul.store_links li a {
    position: relative;
    display: block;
    transition:all 0.2s;
}

ul.store_links li a:hover {
    top:-2px;
}
ul.store_links li a:active {
    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -o-transition:all 0.1s;
    transition:all 0.1s;
    top:1px;
}

ul.store_links li img {
    /* border: 1px solid #505a53;
    border-radius: 6px; */
}

#foreground {
    position: absolute;
    width: 100%;
    min-width: 720px;
    pointer-events: none;
    overflow: hidden;
    /* height: 330px; */
	height: 250px;
    /* top: 400px; */
	top: 300px; /* -------------------------------------------------------- */
    background-image: url("../img/sprite.png");
    /* background-size: 2263px 530px; */
	background-size: 2000px 530px;
    background-position: center -200px;
}

#foreground .inner {
    position: relative;
    width: 0;
    height: 0;
    margin: auto;
    background-color: blue;
    z-index: -1;
}

#foreground .inner #blades {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 165px;
    top: 8px;
    width: 150px;
    height: 150px;
    background-image: url("../img/sprite.png");
    background-size: 2263px 530px;
    background-position: -757px 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
   
}

.ie7 #foreground .inner #blades, .ie8 #foreground .inner #blades {
    left: 165px;
    top: 8px;
    width: 150px;
    height: 150px;
    background-image: url("../img/blades_ie.png");
    background-size: 120px 120px;
    background-position: center center;
    background-repeat: no-repeat;
}

#foreground .inner #bird {
    background-image: url("../img/bird.png");
    height: 10px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 244px;
    top: -47px;
    z-index: 50;
    background-size: 60px 20px;
    display: none;
    cursor: pointer;
    z-index: 200;
    pointer-events: auto;
}

#content {
    position: absolute;
    width: 100%;
    min-width: 720px; 
    /* top: 710px; */
	top: 550px; /* -------------------------------------------------------- */
     background-color: #22201e;
	/* background-color: #343434; */
	/* border: solid 1px #330000; */
}

#content #inner {
    width: 720px;
    margin: auto;
    margin-top: -20px;
    padding-bottom: 80px;
    color: #f26522; /* #97c8b5; */
    text-align: center;
}

/* New bit */

#content #inner .maincopy {
    /* font-family: arial, tahoma, sans-serif; */
    /* font-weight: bold; */
    margin: 30px 0 0 0;
    /* font-size: 15px; */
	font-size: 13px;
	text-transform: uppercase;
    line-height: 20px;
    color: #aaaaaa;
}

#blackout {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
	display: none;
}

#android {
    display: block;
    margin-bottom: 70px;
    -webkit-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
}

#android .logo {
    display: block;
    margin: 0 auto 20px auto;
    width: 50px;
    height: 60px;
    background-image: url("../img/sprite.png");
    background-size: 2263px 530px;
    background-position: -555px -90px;
}

#android h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

#android .more {
    font-size: 20px;
}

#android:hover {
    opacity: 0.7;
}

#content h2 {
    font-size: 25px;
	color: #f26522;
	line-height: 35px;
	margin: 0 0 10px 0;
}

#content .section {
    font-size: 22px;
	color: #aaaaaa;
}

#content .subhead {
    font-size: 20px;
	color: #ffffff;
}

iframe#video {
    /*border: solid 20px #15231a;*/
	position: relative;
	z-index: 1001;
}

#video_thumb {
    /*border: solid 20px #15231a;*/
    width: 640px;
    height: 260px;
    margin: auto;
    background-image: url("../img/video.jpg");
    background-size: 640px 360px;
    display: block;
    padding-top:100px;
}
#video_thumb .text {
    display: block;
    /* color: #ffffff; */
	color: #f26522;
    font-size: 25px;
    margin: auto;
    margin-bottom: 30px;
}
#video_thumb .button {
    display: block;
    width: 85px;
    height: 60px;
    background-image: url("../img/playbutton.png");
    background-size: 86px 60px;
    /* background-position: -907px 0; */
    color: #15231a;
    margin: auto;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1;
}
#video_thumb:hover .button {
    opacity: 0.7;
}

ul#awards {
    list-style: none;
    margin-top: 100px;
    padding: 0;
}

ul#awards li {
    vertical-align:top;
    display: inline-block;
    min-width: 39%;
    min-height: 120px;
    margin: 0 5% 40px 5%;
}

ul#awards li a {
    -webkit-transition:opacity 0.2s;
    -moz-transition:opacity 0.2s;
    -o-transition:opacity 0.2s;
    transition: opacity 0.2s;
}
ul#awards li a:hover {
    opacity: 0.5;
}

ul#awards li p {
    display: inline-block;
    vertical-align:middle;
    font-size: 25px;
    line-height: 30px;
    padding: 10px;
}

ul#awards li:before, ul#awards li:after {
    vertical-align:middle;
    content: "";
    display: inline-block;
    width: 44px;
    height: 103px;
    background-image: url("../img/sprite.png");
    background-size: 2263px 530px;
    
}

ul#awards li:before {
    background-position: -907px -60px;
    /*float: left;*/
}

ul#awards li:after {
    background-position: -951px -60px;
    /*float: right;*/
}

ul#quotes {
    list-style: none;
    margin-top: 100px;
    padding: 0;
    font-size: 20px;
    line-height: 25px;
    color: #bbecd9;
}

ul#quotes li {
    vertical-align:top;
    display: inline-block;
    width:40%;
    margin:0 5% 90px 5%;
}

ul#quotes li .stars {
    margin-top: 15px
}

.star-icon {
    font-size: 1em;
    position: relative;
    color: #344b41;
}
.star-icon.full:before {
    color: #f26522;
    content: '\2605'; /* Full star in UTF-8 */
    position: absolute;
    left: 0;
}
.star-icon.half:before {
    color: #f26522;
    content: '\2605'; /* Full star in UTF-8 */
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
}

ul#quotes li p {
    display: block;
    font-style: italic;
}

ul#quotes li footer {
    margin-top: 30px;
}

ul#quotes li footer a {
    -webkit-transition:opacity .2s;
    -moz-transition:opacity .2s;
    -o-transition:opacity .2s;
   transition: opacity .2s;
}

ul#quotes li footer a:hover {
    color: #87ada2;
    opacity: 0.5;
}

ul#screenshots {
    list-style: none;
    margin: auto;
    margin-top: 30px;
    padding: 0;
    width: 660px;
}

ul#screenshots li {
    padding: 0;
    margin: 10px;
    display: inline-block;
}

ul#screenshots li a img{
    display: block;
    width: 200px;
    padding: 0;
    margin: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

ul#screenshots li a:hover img {
    opacity: 0.5;
}

#subscribe {
    display: block;
    width: 450px;
    height: 30px;
    margin: 20px auto 110px auto;
}

#subscribe h3 {
    /*-webkit-transform: translateZ(0);*/
    font-size: 18px;
    margin-bottom: 35px;
}

#subscribe .text,#subscribe .submit {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    float: left;
    height: 30px;
    border: 0;
    padding: 10px;
    margin: 0;
    font-family: "Quicksand","Helvetica Neue",Helvetica,sans-serif;
    font-size: 20px;
    outline: 0;
    font-weight: normal;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#subscribe .text {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    width: 290px;
    background-color: #354e3f;
    color: #f26522;
}

#subscribe .submit {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    height: 50px;
    width: 140px;
    background-color: #f26522;
    color: #15231a;
    cursor: pointer;
    -webkit-transition: background-color .1s;
    -moz-transition: background-color .1s;
    -o-transition: background-color .1s;
    transition: background-color .1s;
}

#subscribe .submit:hover {
    background-color: #c9e2d9;
}

#subscribe .submit:active {
    background-color: #a8d1c1;
}

input.text::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #729a89;
}

input.text:-moz-placeholder,textarea:-moz-placeholder {
    color: #729a89;
}

input.text.placeholder,textarea.placeholder {
    color: #729a89!important;
}

#social {
    -webkit-font-smoothing: antialiased;
    /*-webkit-transform: translateZ(0);*/
    list-style: none;
    margin: 0 auto 50px auto;
}

#social li {
    display: inline;
}

#social li a {
    position: relative;
    font-size: 18px;
    display: inline-block;
    margin: 0 10px 10px 10px;
    height: 30px;
    text-align: left;
    line-height: 30px;
    padding: 0 0 0 50px;
    -webkit-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
}

#social li a:before,#social li a .before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 35px;
}

#social li a.twitter:before,#social li a.twitter .before {
    background-image: url("../img/twitterlogo.png");
    /* background-size: 2263px 530px;
    background-position: -525px -90px; */
}

#social li a.facebook:before,#social li a.facebook .before {
    background-image: url("../img/sprite.png");
    background-size: 2263px 530px;
    background-position: -525px -120px;
}

#social li a.instagram:before,#social li a.instagram .before {
    background-image: url("../img/sprite.png");
    background-size: 2263px 530px;
    background-position: -255px -465px;
}

#social li a:hover {
    /* color: #fff568; */
	opacity: .5;
}

ul#links {
    list-style: none;
    margin: 30px auto 60px auto;
    font-size: 22px;
    /*list-style-position: inside;*/
    /*padding-left: 20px;*/
}

ul#links li {
    margin-bottom: 45px;
}

ul#links li a {
    color: #f26522;
    -webkit-transition: color .1s;
    -moz-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s;
}

ul#links li a:hover {
    color: #fff568;
}

ul#credit {
    display: block;
}
ul#credit li {
    display: inline-block;
}

ul#credit li a {

    display: block;

    width: 50px;
    height: 0;
    padding: 0;
    margin: 0 6px 10px 6px;
    padding-top: 50px;
    overflow: hidden;

    background-image: url("../img/sprite.png");
    background-size: 2263px 530px;

    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;

}

ul#credit li a:hover {
    opacity: 0.5;
}

ul#credit li a.snowman {
    background-position: -525px -150px;
}

ul#credit li a.harry {
    background-position: -575px -150px;
}

#snowman:hover {
    opacity: .5;
}

#contact {
    font-size: 13px;
    /*-webkit-transform: translateZ(0);*/
    margin: 0 auto 0 auto;
    -webkit-transition: color .1s;
    -moz-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s;
    color: #4d6c5d;
}

#contact:hover {
    color: #354e3f;
}

#badge {
    position: fixed;
    width: 236px;
    height: 70px;
    top: 50px;
    left: 0;
    background-image: url("../img/Best_of_2015-PartnerBadge-EN.html");
    background-size: 236px 70px;
}</pre></body></html>