html, body {
	border: 0;
	margin: 0;
	font-size: 14px;
	font-family: verdana, sans-serif;
	color: #333333;
}

h1 {
	font-size: 60px;
	font-family: 'Dimbo', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
p {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: underline;
	color: #ff0087;
}
div#navigation_old.top {
	background: #3b21a5;
}
div#navigation_old.scroll {
	background: rgba(0,0,0,0.45);
	border-bottom: 1px solid rgba(64,159,178,0.5);
}
div#navigation {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 3000;
    background: #1f242b;
    background: rgba(31, 36, 43, 0.65);
    background: rgba(30, 20, 40, 0.65);
    /* border-bottom: 3px solid #ffd400; */
    min-height: 60px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
	
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-ms-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.3s;
}
div#navigation a {
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: 'Dimbo', arial, sans-serif;
    font-style: normal;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.3s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 60px;
}

div#navigation a.header_logo {
	display: block;
	width: 190px;
	height: 40px;
	background: url('../img/scratchmark/scratchmark-games-logo.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 10px 0 0 0;
}
div#navigation a span {
	display: block;
	padding: 15px 20px 5px 20px;
}
div#navigation div.navigation_inner {
	text-align: right;
	padding: 0px;
}
div#navigation a:hover {
	color: rgba(255,255,255,0.7);
}
div#navigation a.active {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5), 0px 0px 20px #FF0087;
	border-bottom: 5px solid #FF0087;
}
div#navigation a.menu_download {
	display: none;
}

div#navigation div.big_ears {
	margin: 0px;
	padding: 0px;
}
div#navigation div.big_ears:after {
	display: table;
	content: "";
	clear: both;
}
div#navigation div.left_ear {
	width: 240px;
	float: left;
}
div#navigation div.right_ear {
	width: calc(100% - 240px);
	float: left;
}

div#navigation div.mobile_navigation {
	width: 100%;
	display: none;
}
div#navigation.top div.mobile_navigation {
	background: none;
}
div#navigation.scroll div.mobile_navigation {
	background: #111111;
}
div#navigation a#mobile_navigation_button {
	display: inline-block;
	font-size: 20px;
	text-align: right;
	color: #FFFFFF;
}
div#navigation a#mobile_navigation_button span {
	display: block;
	padding: 20px;
}

div#introbg {
	background-color: #01aef0;
}
div#intro {
	width: 100%;
	min-height: 100%;
	min-height: 100vh;
	
	
	text-align: center;
	
	position: relative;
}
div#intro.full {
	height: auto;
}
div#intro_pad {
	padding: 60px;
}
div#intro_image {
	width: 100%;
	text-align: left;
}
div#intro_image img {
	width: 80%;
	max-width: 400px;
	height: auto;
}
div#intro_area {
	width: 900px;
	margin: 0 auto 0 auto;
}
div#intro_left {
	width: 60%;
	width: calc(100% - 300px);
	float: left;
}
div#intro_right {
	width: 40%;
	width: calc(300px);
	float: right;
	padding: 140px 0 0 0;
}
div.intro_spacer {
	height: 30vh;
}
div.intro_spacer_2 {
	height: 100px;
}
div.intro_spacer_small {
	height: 80px;
}
div#intro h1,
div#intro h2,
div#intro h3,
div#intro p {
	color: #FFF;
}
div#intro h1 {
	font-size: 60px;
	font-family: 'Dimbo', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5), 0px 0px 16px rgba(0,174,255,0.7);
	margin: 0 0 10px 0;
}
div#intro h1.smaller {
	font-size: 42px;
}
div#intro h3 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: #F1F1F1;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5), 0px 0px 16px rgba(0,174,255,0.7);
	margin: 0 0 10px 0;
}
div#intro h2 {
	font-size: 24px;
	font-family: 'Open Sans', arial, sans-serif;
	color: #F1F1F1;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	line-height: 1.3em;
	margin: 0 0 10px 0;
}
div#intro p {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

div.intro_text {
	text-align: left;
}
div.intro_text_pad {
	padding: 0px;
}

div.blue_page {
	background: #01aef0;
}
div.white_page {
	background: #FFFFFF;
}
div.rounded_page {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-moz-box-shadow: 2px 4px 12px rgb(0,0,0,0.35);
    -webkit-box-shadow: 2px 4px 12px rgb(0,0,0,0.35);
    box-shadow: 2px 4px 12px rgb(0,0,0,0.35);
	margin: 0 0 30px 0;
}
div.pink_bottom {
	border-bottom: 5px solid #ff0087;
}

div.white_text,
div.white_text p,
div.white_text h1,
div.white_text h2,
div.white_text h3,
div.white_text h4 {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}


div.page_pad {
	padding: 60px;
}

div.full_page_pad {
	padding: 30px 40px 30px 40px;
}

div.logo_page {
	display: block;
	width: 256px;
	height: 160px;
	background: url('../img/bubblegrid-logo-256.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

/* Pages */
div.page_header {
	padding: 0px;
}
div.page_header::after {
	display: table;
	content: "";
	clear: both;
}
div.page_header div.logo_page {
	float: left;
}
div.page_header div.page_header_text {
	float: left;
	width: calc(100% - 256px);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 30px 0 0 40px;
}
div.page_header div.page_header_text h1 {
	color: #FFFFFF;
	font-size: 46px;
}
div.page_header div.page_header_text h2 {
	color: #FFFFFF;
	font-size: 22px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}


div.app_badge {
	width: 150px;
	height: 50px;
	display: inline-block;
	margin: 10px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,174,255,0.3);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,174,255,0.3);
	box-shadow: 0px 0px 50px 0px rgba(0,174,255,0.3);
	-webkit-transition: 0.25s;
    transition: 0.25s;
	background-size: 150px auto;
}
div.app_badge:hover {
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,174,255,0.7);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,174,255,0.7);
	box-shadow: 0px 0px 50px 0px rgba(0,174,255,0.7);
}
div.app_badge a {
	display: block;
	width: 150px;
	height: 50px;
	text-decoration: none;
}
div.app_badge.app_badge_android {
	background-image: url('../img/app_badges.png');
	background-position: 0px 50px;
}
div.app_badge.app_badge_apple {
	background-image: url('../img/app_badges.png');
	background-position: 0px 0px;
}

div.scores_total_hold {
	position: relative;
	width: 100%;
	margin: 80px 0 0 0;
}
div.scores_totals {
	background: none;
	padding: 20px 0 20px 0;
	width: 500px;
	margin: 0 auto 0 auto;
	border-top: 1px solid rgba(64,159,178,0.5);
}
div#scores_totals div.scores_title,
div.scores_totals div.scores_title,
div#stats_1 div.scores_title {
	text-align: center;
	padding: 10px 0 10px 0;
}
div#scores_totals div.scores_title p,
div.scores_totals div.scores_title p {
	font-size: 12px;
	color: #888888;
	margin: 0;
	
	color: rgba(64,159,178,.74);
}
div#stats div.scores_title p {
	font-size: 12px;
	color: #888888;
	margin: 0;
}
div#scores_totals div.third,
div.scores_totals div.third,
div#stats div.third {
	float: left;
	width: 33.3%;
	text-align: center;
}
div#stats div.half {
	float: left;
	width: 50%;
	text-align: center;
}
div#scores_totals div.third_inner,
div.scores_totals div.third_inner,
div#stats div.third_inner {
	padding: 10px;
}
div#scores_totals p.count,
div.scores_totals p.count {
	font-size: 20px;
	font-family: 'Dimbo', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: #FFFFFF;
	color: rgba(64,159,178,.74);
	margin: 0 0 5px 0;
}
div#stats p.count {
	font-size: 64px;
	font-family: 'Dimbo', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: #FFFFFF;
	margin: 0 0 5px 0;
}
div#scores_totals p.text,
div.scores_totals p.text {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: #777;
	color: rgba(64,159,178,.74);
	margin: 0 0 5px 0;
}
div#stats p.text {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: #999;
	margin: 0 0 5px 0;
}

/* Leaderboard */
div.leaderboards {
	background: rgba(0,0,0,0.4);
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.leaderboard_row {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 5px;
	color: #FFFFFF;
}
div.leaderboard_row_title {
	color: #c6eeff;
	font-size: 20px;
	font-family: 'Dimbo', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	border-top: none;
}
div.leaderboard_row div.row_rank {
	float: left;
	width: 20%;
}
div.leaderboard_row div.row_name {
	float: left;
	width: 40%;
}
div.leaderboard_row div.row_score {
	float: left;
	width: 40%;
}
div.leaderboards_pagination {
	margin: 20px 0 0 0 ;
}

div.leaderboard_nav a {
	display: inline-block;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	color: rgba(255,255,255,0.7);
	border-bottom: 2px solid transparent;
}
div.leaderboard_nav a span {
	display: block;
	padding: 5px 20px 5px 20px;
}
div.leaderboard_nav div.navigation_inner {
	text-align: right;
	padding: 10px 0 10px 0;
}
div.leaderboard_nav a:hover {
	color: #00FF41;
	color: rgba(0, 255, 65, 0.8);
}
div.leaderboard_nav a.active {
	color: #00FF41;
	color: rgba(0, 255, 65, 0.8);
	border-bottom: 2px solid #00FF41;
	border-bottom: 2px solid rgba(0, 255, 65, 0.8);
}

div.page_left {
	width: 30%;
	width: 200px;
	float: left;
}
div.page_right {
	width: 70%;
	width: calc(100% - 200px);
	float: right;
}

div.page_right_pad {
	padding: 0 0 0 30px;
}
a.page_navigation {
	display: block;
	text-decoration: none;
	font-weight: normal;
	background: #01aef0;
	font-size: 20px;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.page_navigation span {
	display: block;
	padding: 8px 16px 8px 16px;
}
a.page_navigation.active {
	background: #ff0087;
}


div.page_spacer {
	height: 50px;
}

div.faq {
	margin: 0px;
}
div.faq h4 {
	font-size: 20px;
	margin: 0 0 5px 0;
	color: #ff0087;
}
div.faq p {
	margin: 0 0 20px 0;
}


div.youtubez {
	width: 100%;
}
div.youtubez iframe {
	width: 100%;
	height: 300px;
}

/* Leaderboards / Stats UI */
div.ui_block {
	width: 100%;
	float: none;
}
div.ui_block_button {
	margin: 0 10px 10px 10px;
}
div.ui_block_button a {
	display: block;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0d2037;
	background: rgba(13, 32, 55, 0.7);
}
div.ui_block_button a:hover {
	background: rgba(13, 32, 55, 1);
}
div.ui_block_button a span.icon {
	display: block;
	padding: 10px 0 10px 0;
	font-size: 32px;
	color: #FFFFFF;
	color: #c6eeff;
}
div.ui_block_button a span.text {
	display: block;
	padding: 0;
	font-size: 18px;
	color: #FFFFFF;
}
div.ui_block_button a span.subtext {
	display: block;
	padding: 10px;
	font-size: 12px;
	color: #888888;
}
div.ui_block_button a.active,
div.ui_block_button a.active:hover {
	background: rgba(0, 255, 65, 0.73);
	background: rgba(0, 179, 255, 0.65);
}
div.ui_block_button a.active span.icon,
div.ui_block_button a.active span.text,
div.ui_block_button a.active span.subtext {
	color: #FFF;
}

div.leaderboards_left {
	width: 30%;
	float: left;
}
div.leaderboards_right {
	width: 70%;
	float: left;
	position: relative;
}
div.loading_mask_xtreme {
	background: #111111;
	filter: alpha(opacity=60);
	opacity: 0.6;
	position: absolute;
	z-index: 1100000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.coloured {
	color: #c6eeff;
}

div#updates_page h1 {
	font-size: 42px;
	color: #FFFFFF;
	margin: 0 0 30px 0;
}
div#updates_page h2 {
	font-size: 20px;
	color: #FFFFFF;
}
div#updates_page p {
	font-size: 16px;
	color: #FFFFFF;
}
div#updates_page div.update_box_old {
	background: #FFFFFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-moz-box-shadow: 2px 4px 12px rgb(0,0,0,0.35);
    -webkit-box-shadow: 2px 4px 12px rgb(0,0,0,0.35);
    box-shadow: 2px 4px 12px rgb(0,0,0,0.35);
	margin: 0 0 30px 0;
}
div#updates_page div.update_box {
	margin: 0 0 20px 0;
	border-bottom: 2px solid #E7E7E7;
}
div#updates_page div.update_box_inner {
	padding: 10px 20px 30px 20px;
}
div#updates_page div.update_box_inner p {
	color: #333333;
	font-size: 16px;
	text-shadow: none;
}
div#updates_page div.update_box_inner p.title {
	font-size: 22px;
	line-height: 1.2em;
	margin: 0px;
}
div#updates_page div.update_box_inner p.date {
	font-size: 14px;
}
div#updates_page div.update_box_inner p.description {
	font-size: 16px;
}
div#updates_page div.update_box_inner ul {
	margin: 0px;
	padding: 0px;
}
div#updates_page div.update_box_inner ul li {
	list-style: circle;
	line-height: 1.4em;
	font-size: 16px;
	margin: 0 0 0 20px;
}


div#guide_page {
	padding: 10px 0 10px 0;
}
div#guide_page h1 {
	font-size: 28px;
}
div#guide_page h1.green {
	color: #00FF41;
}
div#guide_page h2 {
	font-size: 18px;
}
div#guide_page p {
	font-size: 14px;
}


div#stats div.chart_title {
	text-align: center;
}
div#stats div.chart_title h3 {
	font-size: 32px;
	font-family: 'Dimbo', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: #FFFFFF;
	margin: 0 0 10px 0;
}

div.content_space_bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    -moz-background-attachment: fixed;
    -webkit-background-attachment: fixed;
    background-image: url('../img/space_content_bg.jpg');
    
}

div.content_dark {
	/*background-image: url('../img/tile.jpg');*/
	background-color: #0c0c0c;
	border-top: 1px solid rgba(64,159,178,0.5);
	
	background-color: rgba(32,31,43,.74);
}
div.content_dark h1,
div.content_dark h2,
div.content_dark h3,
div.content_dark p {
	color: #FFFFFF;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.5);
}

div.page_third {
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.promo_box {
	text-align: center;
	padding: 20px;
}
div.promo_box img {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}
div.promo_box h3 {
	font-size: 26px;
	font-family: 'Dimbo', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5), 0px 0px 16px rgba(0,174,255,0.7);
}

div#footer {
	background: #010101;
	border-top: 1px solid rgba(64,159,178,0.5);
}

/* Screenshots scroller */
.screenshots {
	padding: 30px 0 30px 0;
}
.screenshots-container {
	width: 100%;
	max-width: 1600px;
	margin: 0px auto 0 auto;
	overflow-x: auto;
	white-space: nowrap;
	scroll-behavior: smooth;
	padding: 0px;
	background: none;
}

.screenshots-wrapper {
	display: flex;
	gap: 0px;
}

.screenshots-wrapper img {
	width: 35vw;
	height: auto;
	border-radius: 8px;
	margin: 0 0 0 20px;
}

/* Other games */
div.content_other_games {
	margin: 0px;
}
div.footer_other_games {
	margin: 20px 0 20px 0;
}
div.content_other_games:after {
	display: block;
	content: ' ';
	clear: both;
}
div.content_other_games div.other_game {
	width: 50%;
	float: left;
}
div.content_other_games div.other_game_inner {
	margin: 10px;
	background: #FFFFFF;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 2px 4px 12px rgb(0,0,0,0.35);
    -webkit-box-shadow: 2px 4px 12px rgb(0,0,0,0.35);
    box-shadow: 2px 4px 12px rgb(0,0,0,0.35);
}
div.content_other_games div.other_game_inner:after {
	display: block;
	content: ' ';
	clear: both;
}
div.content_other_games div.other_game_inner div.other_game_image {
	display: block;
	float: left;
	width: 100px;
}
div.content_other_games div.other_game_inner div.other_game_image img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	-moz-box-shadow: 1px 2px 1px rgb(0,0,0,0.3);
    -webkit-box-shadow: 1px 2px 1px rgb(0,0,0,0.3);
    box-shadow: 1px 2px 1px rgb(0,0,0,0.3);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
div.content_other_games div.other_game_inner:hover div.other_game_image img {
	transform: scale(1.05, 1.05);
	-moz-box-shadow: 1px 3px 3px rgb(0,0,0,0.3);
    -webkit-box-shadow: 1px 3px 3px rgb(0,0,0,0.3);
    box-shadow: 1px 3px 3px rgb(0,0,0,0.3);
}
div.content_other_games div.other_game_inner div.other_game_text {
	display: block;
	float: left;
	width: calc(100% - 105px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 10px 10px 20px;
}
div.content_other_games div.other_game_inner div.other_game_text p.title {
	font-size: 18px;
	margin: 0 0 5px 0;
	line-height: 1.4em;
}
div.content_other_games div.other_game_inner div.other_game_text p.info {
	font-size: 16px;
	margin: 0px;
	color: #444444;
	line-height: 1.4em;
}
div.content_other_games div.other_game_inner div.other_game_text p.title a,
div#footer div.content_other_games div.other_game_inner div.other_game_text p.title a {
	font-size: 18px;
	color: #222222;
	text-decoration: none;
}
div.content_other_games div.other_game_inner div.other_game_text p.title a:hover,
div#footer div.content_other_games div.other_game_inner div.other_game_text p.title a:hover {
	color: #000000;
}


/* Guide */
div.guide_block {
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(64,159,178,0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 15px 0;
	padding: 0px;
}
div.guide_block_image {
	width: 220px;
	float: left;
}
div.guide_block_image img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
div.guide_block_info {
	width: calc(100% - 220px);
	float: left;
}
div.guide_block_info_pad {
	padding: 20px;
}

/* Social icons */
div.socials {
	display: block;
	padding: 0px;
}
div.socials:after {
	content: "";
	display: table;
	clear: both;
}
div.socials div.social {
	width: 48px;
	height: 48px;
	-moz-box-shadow: 0px 0px 16px rgba(255,255,255,0.35);
    -webkit-box-shadow: 0px 0px 16px rgba(255,255,255,0.35);
    box-shadow: 0px 0px 16px rgba(255,255,255,0.35);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	color: #FFFFFF;
	font-size: 32px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 0 0 0;
	float: left;
	margin: 0 12px 0 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
div.socials.right div.social {
	float: right;
}
div.socials div.social a {
	color: #FFFFFF !important;
	display: block;
	width: 100%;
	height: 48px;
}
div.socials div.social:hover {
	-moz-box-shadow: 0px 0px 16px rgba(246,148,32,0.35);
    -webkit-box-shadow: 0px 0px 16px rgba(246,148,32,0.35);
    box-shadow: 0px 0px 22px rgba(246,148,32,0.8);
}
div.socials div.social.linkedin {
	background: #0072B1;
}
div.socials div.social.facebook {
	background: #3B5998;
}
div.socials div.social.twitter {
	background: #1DA1F2;
}
div.socials div.social.instagram {
	background: #C13584;
	background: rgb(131,58,180);
	background: -moz-linear-gradient(214deg, rgba(131,58,180,1) 0%, rgba(193,53,132,1) 58%, rgba(252,175,69,1) 100%);
	background: -webkit-linear-gradient(214deg, rgba(131,58,180,1) 0%, rgba(193,53,132,1) 58%, rgba(252,175,69,1) 100%);
	background: linear-gradient(214deg, rgba(131,58,180,1) 0%, rgba(193,53,132,1) 58%, rgba(252,175,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#833ab4",endColorstr="#fcaf45",GradientType=1);
}

/* Mobile Styles */
@media only screen and (min-width: 980px) and (max-width: 1199px) {
	
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	div#intro {
		width: 100%;
		height: auto;
	}
	div.intro_spacer {
		height: 180px;
	}
	div#intro_area {
		width: 90%;
	}
	
	div.scores_total_hold {
		margin: 40px 0 0 0;
	}
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
	div#intro_pad {
		padding: 0px;
	}
	div.page_pad {
		padding: 20px;
	}

	div.full_page_pad {
		padding: 30px 40px 30px 40px;
	}
	
	
	
	div.intro_spacer {
		height: 120px;
	}
	div.intro_spacer_2 {
		height: 40px;
	}
	div.intro_main_pad {
		padding: 10px;
	}
	div#intro {
		width: 100%;
		height: auto;
	}
	div#introbg {
		background-image: url('../img/space_bg_small.jpg');
	}
	
	div#intro_left,
	div#intro_right {
		width: 100%;
		float: none;
	}
	div#intro_right img {
		margin: 0px;
	}
	
	div#intro_right {
		padding: 40px 0 40px 0;
	}
	div#intro_image {
		text-align: center;
	}
	div#intro_area {
		width: 100%;
	}
	h1 {
		font-size: 28px;
	}
	div#intro h1 {
		font-size: 42px;
	}
	div#intro h1.smaller {
		font-size: 30px;
	}
	
	div#intro p {
		font-size: 16px;
	}
	div#intro h3 {
		font-size: 16px;
	}
	
	div#navigation div.mobile_navigation {
		display: block;
		text-align: right;
	}
	div#navigation div.navigation_inner {
		text-align: center;
		padding: 0px;
		width: 100%;
		position: absolute;
		height: auto;
		background: #222222;
		display: none;
	}
	div#navigation div.navigation_inner a {
		display: block;
		width: 100%;
		font-size: 18px;
		color: #FFFFFF;
		border-bottom: 1px solid #000000;
		text-align: right;
	}
	div#navigation div.navigation_inner a span {
		display: block;
		padding: 20px;
	}
	div#navigation a.menu_download {
		display: block;
	}
	div#navigation div.left_ear {
		width: 240px;
		float: left;
	}
	div#navigation div.right_ear {
		width: calc(100% - 240px);
		float: left;
	}
	
	
	
	/* Stats */
	div.scores_totals div.third,
	div#stats div.third,
	div#stats div.half	{
		float: none;
		width: 100%;
		text-align: center;
	}
	div.scores_totals p.count,
	div#stats p.count {
		font-size: 32px;
	}
	div#stats p.text {
		color: #999;
	}
	
	/* Leaderboards */
	div.leaderboard_row_title {
		font-size: 16px;
	}
	div.leaderboard_nav a {
		font-size: 10px;
	}
	
	div.intro_text {
		text-align: left;
	}
	div#updates_page div.intro_text {
		text-align: left;
	}
	
	/* App badges */
	div.app_badge {
		margin: 4px;
	}
	
	div.page_left,
	div.page_right {
		width: 100%;
		float: none;
	}
	div.page_right {
		margin: 0 0 30px 0;
	}
	div.page_right_pad {
		padding: 30px 0 0 0;
	}
	
	/* Page header */
	div.page_header div.logo_page {
		float: none;
		width: 256px;
		margin: 0 auto 0 auto;
		max-width: 100%;
	}
	div.page_header div.page_header_text {
		float: none;
		width: 100%;
		text-align: center;
		padding: 10px 0 0 0;
	}
	div.page_header div.page_header_text h1 {
		color: #FFFFFF;
		font-size: 36px;
	}
	div.page_header div.page_header_text h2 {
		font-size: 16px;
	}
	
	/* Leaderboards / Stats UI */
	div.ui_block_button a span.text {
		padding: 0 0 10px 0;
	}
	div.ui_block_button a span.subtext {
		display: none;
	}
	
	div#stats div.chart_title h3 {
		font-size: 22px;
	}
	
	div.page_third {
		width: 100%;
		float: none;
	}
	div.promo_box h3 {
		font-size: 22px;
	}
	
	div.content_space_bg {
		background-image: url('../img/space_content_bg_small.jpg');
		
	}
	
	div.scores_total_hold {
		width: 100%;
		margin: 0px;
	}
	div.scores_totals {
		width: 100%;
		border-top: none;
	}
	
	/* Guide */
	
	div.guide_block_image {
		width: 50%;
		display: block;
		margin: 20px auto 0 auto;
		float: none;
		border: 1px solid rgba(64,159,178,0.5);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	div.guide_block_image img {
		width: 100%;
		height: auto;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	div.guide_block_info {
		width: 100%;
		float: none;
	}
	
	/* Other games */
	div.content_other_games div.other_game {
		width: 100%;
		float: none;
	}
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
	/* App badges */
	div.app_badge {
		margin: 0px;
		width: 120px;
		height: 40px;
		background-size: 100% auto;
	}
	div.app_badge a {
		width: 120px;
		height: 40px;
	}
	div.app_badge.app_badge_android {
		background-position: 0px 40px;
	}
	
	/* Other games */
	div.content_other_games div.other_game {
		width: 100%;
		float: none;
	}
}