

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);

/* ==========================================================================
   Colors
   ========================================================================== */

#header {
	border-bottom: none;
}

::-moz-selection {
	color: #fff;
    background: #0571a3;
    text-shadow: none;
}

::selection {
	color: #fff;
    background: #0571a3;
    text-shadow: none;
}

a, a:link, a:visited, h1, h2, h3, h4, h5, h6 {
	color: #0571a3;
}

h1 {
	font-family: '.SFNSDisplay-Bold', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Sans-serif;
	font-weight: 800;
}

h4 {
	margin-bottom: 0px;
}

a:hover {
	color: #000;
}

.new-badge{
	border-radius: 6px;
	color: #fff;
	background: #37bfe7;
	padding: 5px 5px;
	margin: 0;
	font-size: 10px;
	display: inline;
}

.new {
	color: #37bfe7;
}

.column.new {
	color: #000;
	padding: 0 0 0 55px;
}

.column.new:before {
	content: 'New';
	float: left;
}

/* ==========================================================================
   Buy page title section
   ========================================================================== */

#title {
	overflow: hidden;
	
/* 	box-shadow: 30px 0px 30px 0 #E6F9FF inset, -30px 0px 30px 0 #E6F9FF inset; */
}

#title h1 {
	color: #333;
	margin-bottom: 0;
}

#title h2 {
	font-size: 22px;
	font-weight: 300;
	color: #0571a3;
	font-family: '.SFNSDisplay-Light', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Sans-serif;
}

#title h2 img {
	margin-bottom: 4px;
}

a.storeButton, a.storeButton:link, a.storeButton:visited {
	color: #fff;
	background: #0571a3;
	font-family: '.SFNSText-Bold', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Sans-serif;
	font-weight: 600;
}

a.storeButton.light, a.storeButton.light:link, a.storeButton.light:visited {
	color: #fff;
	background: #0571a3;
	font-family: '.SFNSText-Light', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Sans-serif;
	font-weight: 300;
}

a.storeButton:hover {
	color: #fff;
	background: #223940;
}

.cart-header-link {
	color: #0571a3;
}

.cart-header-link img {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.cart-header-link:hover img {
	-webkit-filter: brightness(0.1);
	filter: brightness(0.1);
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.store-description {
	padding: 0 0 0 158px;
}

.store-description p {
	margin-bottom: 8px;
}


/* ==========================================================================
   Splash Section
   ========================================================================== */

.section.splash {
	background: #e6f9ff;
	overflow: hidden;
}

.section.splash.hub h1 {
	display: inline-block;
	clear: none;
}

.section.splash.hub h2.subtitle {
	display: inline-block;
	clear: none;
	font-size: 24px;
	font-family: '.SFNSText-Regular', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Sans-serif;
}

.section.splash .content {
	background: -webkit-repeating-radial-gradient(665px 200px, circle, white, white 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
	background: -moz-repeating-radial-gradient(665px 200px, circle, white, white 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
	background: -o-repeating-radial-gradient(665px 200px, circle, white, white 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
	background:  repeating-radial-gradient(665px 200px, circle, white, white 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
	
	box-shadow: 30px 0px 30px 0 #E6F9FF inset, -30px 0px 30px 0 #E6F9FF inset;
}

/* Gradient for hub page */

.section.splash.both .content {
	background: -webkit-repeating-radial-gradient(705px 260px, circle, white, white 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
	background: -moz-repeating-radial-gradient(705px 260px, circle, white, white 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
	background: -o-repeating-radial-gradient(705px 260px, circle, white, white 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
	background:  repeating-radial-gradient(705px 260px, circle, white, white 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
	box-shadow: none;
}

.section.splash .content {
	padding: 20px 15px;
}

/* Animated Device Cloud */
/*
@-webkit-keyframes rotate {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
*/

#device-cloud {
	position: absolute;
	top: -124px;
	right: -29px;
	pointer-events: none;
	opacity: 0.5;
	
/*
	animation: rotate 150s infinite;
	animation-timing-function: linear;
*/
}




.section.splash .windows, .section.splash .mac {
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	border-bottom-left-radius: 6px;
	padding: 5px 20px 5px;
	margin: 0;
	color: #0571a3;
	font-size: 14px;
}

.section.splash .windows:hover, .section.splash .mac:hover {
	color: #fff;
	background: #0571a3;
}

.section.splash .windows .windows-icon {
	background: url('../images/windows-logo-regular.svg') no-repeat center center;
	background-size: contain;
	width: 15px;
	height: 13px;
	margin: 0 5px 0;
	display: inline-block;
}

.section.splash .windows:hover .windows-icon {
	background: url('../images/windows-logo-hover.svg') no-repeat center center;
	background-size: contain;
}

.section.splash .mac .mac-icon {
	background: url('../images/mac-logo-regular.svg') no-repeat center center;
	background-size: contain;
	width: 15px;
	height: 13px;
	margin: 0 5px 0;
	display: inline-block;
}

.section.splash .mac:hover .mac-icon {
	background: url('../images/mac-logo-hover.svg') no-repeat center center;
	background-size: contain;
}

h2.subtitle {
	color: #37bfe7;
	font-weight: 300;
	text-transform: none;
	line-height: 30px;
	margin: 0 0 20px;
	padding: 0;
	font-family: '.SFNSDisplay-Light', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Sans-serif;
}

a.action-tiny, a.action-tiny:visited {
	background: #0571a3;
	color: #fff;
}

a.action-tiny:hover {
	background: #223940;
	color: #fff;
}

a.action-tiny.secondary {
	color: #0571a3;
	background: none;
	padding: 1px 2px;
	margin: 0;
	border-radius: 0;
/* 	box-shadow: 0 0 0px 1px #0571a3 inset; */
}

a.action-tiny.secondary:hover {
	color: #000;
/*
	background: #0571a3;
	box-shadow: 0 0 0px 1px #0571a3 inset;
*/
}

/* Purchase button */

.action-small.purchase, .action-large.purchase {
	background: url('../../global/images/siteimages/icon-basket.png') no-repeat 12px center, #37bfe7;
	background-size: 24px 24px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-left: 25px;
}

.action-small .basket-handle-left, .action-large .basket-handle-left {
	position: absolute;
	display: inline-block;
	left: 18px;
	top: 12px;
	height: 10px;
	width: 2px;
	border-radius: 0px;
	background: #fff;
	
	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
    transform: rotate(-20deg);
    
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    
    transform-origin: bottom center;
}

.action-small .basket-handle-right, .action-large .basket-handle-right {
	position: absolute;
	display: inline-block;
	left: 28px;
	top: 12px;
	height: 10px;
	width: 2px;
	border-radius: 0px;
	background: #fff;
	
	-ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
    transform: rotate(20deg);
    
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    
    transform-origin: bottom center;
}

/* Rotate Left Handle on Hover */
.action-small:hover .basket-handle-left, .action-large:hover .basket-handle-left {	
	-ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
    transform: rotate(20deg);
    
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* Rotate Left Handle on Hover */
.action-small:hover .basket-handle-right, .action-large:hover .basket-handle-right {
	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
    transform: rotate(-20deg);
    
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;	
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
    .action-small.purchase, .action-large.purchase {
		background: url('../../global/images/siteimages/icon-basket@2x.png') no-repeat 12px center, #37bfe7;
		background-size: 24px 24px;
	}
}

.action-small.purchase:hover, .action-large.purchase:hover {
	background: url('../../global/images/siteimages/icon-basket.png') no-repeat 12px center, #223940;
	background-size: 24px 24px;
	color: #fff;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
	.action-small.purchase:hover, .action-large.purchase:hover {
		background: url('../../global/images/siteimages/icon-basket@2x.png') no-repeat 12px center, #223940;
		background-size: 24px 24px;
	}
}

/* Download Button */

.action-small.download, .action-large.download {
	background: url('../../global/images/siteimages/icon-download-small.png') no-repeat 15px 15px, url('../../global/images/siteimages/icon-download-small-stem.png') no-repeat 15px 15px, #0571a3;
	background-size: 16px 20px;
	color: #fff;
	padding-left: 25px;
	position: relative;
	font-weight: 600;
}

.action-small.download:hover, .action-large.download:hover {
	background: url('../../global/images/siteimages/icon-download-small.png') no-repeat 15px 20px, url('../../global/images/siteimages/icon-download-small-stem.png') no-repeat 15px 15px, #223940;
	background-size: 16px 20px;
	color: #fff;
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;	
}



@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
	.action-small.download, .action-large.download {
		background: url('../../global/images/siteimages/icon-download-small@2x.png') no-repeat 15px 15px, url('../../global/images/siteimages/icon-download-small-stem@2x.png') no-repeat 15px 15px, #0571a3;
		background-size: 16px 20px;
	}
	
	.action-small.download:hover, .action-large.download:hover {
		background: url('../../global/images/siteimages/icon-download-small@2x.png') no-repeat 15px 20px, url('../../global/images/siteimages/icon-download-small-stem@2x.png') no-repeat 15px 15px, #223940;
		background-size: 16px 20px;
	}
}

/* Google Play Button */

.action-small.playstore, .action-large.playstore {
	background: url('../../global/images/siteimages/icon-playstore.png') no-repeat 12px center, #37bfe7;
	background-size: 24px 24px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-left: 25px;
}

.action-small.playstore:hover, .action-large.playstore:hover {
	background: url('../../global/images/siteimages/icon-playstore.png') no-repeat 12px center, #223940;
	background-size: 24px 24px;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
		.action-small.playstore, .action-large.playstore {
			background: url('../../global/images/siteimages/icon-playstore@2x.png') no-repeat 12px center, #0571a3;
			background-size: 24px 24px;
			font-weight: 600;
			color: #fff;
			position: relative;
			padding-left: 25px;
		}
		
		.action-small.playstore:hover, .action-large.playstore:hover {
			background: url('../../global/images/siteimages/icon-playstore@2x.png') no-repeat 12px center, #223940;
			background-size: 24px 24px;
		}
}

/* Amazon Button */

.action-small.amazon, .action-large.amazon {
	background: url('../../global/images/siteimages/icon-amazon.png') no-repeat 12px center, #37bfe7;
	background-size: 24px 24px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-left: 25px;
}

.action-small.amazon:hover, .action-large.amazon:hover {
	background: url('../../global/images/siteimages/icon-amazon.png') no-repeat 12px center, #223940;
	background-size: 24px 24px;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
		.action-small.amazon, .action-large.amazon {
			background: url('../../global/images/siteimages/icon-amazon@2x.png') no-repeat 12px center, #0571a3;
			background-size: 24px 24px;
			font-weight: 600;
			color: #fff;
			position: relative;
			padding-left: 25px;
		}
		
		.action-small.amazon:hover, .action-large.amazon:hover {
			background: url('../../global/images/siteimages/icon-amazon@2x.png') no-repeat 12px center, #223940;
			background-size: 24px 24px;
		}
}

/* ==========================================================================
   Screenshots Section
   ========================================================================== */

/* Photoswipe Customizations */

.pswp__bg {
	background: #102329 !important;
}

.pswp__img--placeholder--blank {
	background: none !important;
}

.pswp__images--placeholder--blank {
	background: none !important;
}

.pswp__caption__center {
	font-size: 32px !important;
	line-height: 32px !important;
	text-align: center !important;
	font-weight: 300 !important;
	color: #fff !important;
	padding: 30px;
	opacity: 1 !important;
	background: none !important;
	
	width: 100% !important;
	max-width: 100% !important;
}


.pswp__ui--fit .pswp__top-bar, .pswp__top-bar {
	background: none !important;
}

pswp__caption pswp__caption--fake, .pswp__ui--fit .pswp__caption {
	background: none !important;
	opacity: 1 !important;
	padding: 30px;
}

.pswp__img {
	border-radius: 25px;
}

/* Screenshots */

.screenshot {
	transform: scale(1);
	box-shadow: 0 0 0 1px #e8e8e8, 0 0 10px 0 #fff;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: none !important;
}

.screenshot:hover {
	transform: scale(1.025);
	box-shadow: 0 0 0 1px #fff, 0 0 10px 0 #0571a3;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.screenshot:active {
	transform: scale(0.98);
	box-shadow: 0 0 0 1px #fff, 0 0 10px 0 #0571a3;
	-webkit-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    transition: all 50ms ease;
}

a.gallery {
	text-decoration: underline;
}

/* ==========================================================================
   Family Section
   ========================================================================== */
   
   .section.family {
		background: #0571a3;
		padding-bottom: 30px;
		font-size: 12px;
		line-height: 14px;
		color: #c2c5cf;
	}
	
	.section.family a {
		text-decoration: none;
		border-bottom: none;
	}
	
	.section.family a.family-link {
		font-size: 16px;
		color: #37bfe7;
		font-weight: 400;
	}
	
	.section.family a.family-link:hover {
		color: #fff;
	}
		
	.section.family h2 {
		color: #fff;
	}
	
	.section.family h5 {
		margin: 5px 0 5px;
		padding-bottom: 0;
		color: #fff;
		font-size: 14px;
		line-height: 16px;
	}
	
	.section.family .icon-container img {
		margin: 0;
	}
	
	.section.family p, .section.family h3 {
		margin-bottom: 8px;
	}
	
	.section.family img {
		margin: 15px auto 8px;
	}
	
	.section.family h4, .section.family a h4 {
		height: 36px;
		color: #fff;
		margin: 0 0 7px;
		font-size: 16px;
		line-height: 18px;
		font-weight: 700;
		text-decoration: none;
		border-bottom: none;
	}

		.section.family a .icon-container {
		transform: scale(1);
		
		-webkit-transition: all 300ms ease;
	    -moz-transition: all 300ms ease;
	    -o-transition: all 300ms ease;
	    transition: all 300ms ease;
	}
	
	.section.family a:hover .icon-container {
		transform: scale(1.1);
		
		-webkit-transition: all 100ms ease;
	    -moz-transition: all 100ms ease;
	    -o-transition: all 100ms ease;
	    transition: all 100ms ease;
	}
	
	.section.family a:active .icon-container {
		transform: scale(0.95);
		
		-webkit-transition: all 50ms ease;
	    -moz-transition: all 50ms ease;
	    -o-transition: all 50ms ease;
	    transition: all 50ms ease;
	}
	
	
	.legend {
	    display: block;
	    text-align: center;
	    overflow: hidden;
	    white-space: nowrap;
	    color: #859398;
	    font-weight: 600;
	    margin: 0px 0 15px;
	    text-transform: uppercase;
	    font-size: 12px;
	}
	
	.legend > span {
	    position: relative;
	    display: inline-block;
	}
	
	.legend > span:before,
	.legend > span:after {
	    content: "";
	    position: absolute;
	    top: 50%;
	    width: 9999px;
	    height: 1px;
	    background: #859398;
	}
	
	.legend > span:before {
	    right: 100%;
	    margin-right: 8px;
	}
	
	.legend > span:after {
	    left: 100%;
	    margin-left: 8px;
	}


/* ==========================================================================
   Secondary Features Section
   ========================================================================== */

.section.features-secondary {
	background: #fff;
	overflow: hidden;
}

.column.feature {
	background: url('/global/images/siteimages/feature-star.svg') no-repeat 15px 0px;
	background-size: 25px 25px;
}

.column .feature-icon {
	width: 40px;
	float: left;
	height: auto;
}

.column .feature-description {
	padding-left: 40px;
}

.section.features-secondary ul {
	margin: 0;
	padding: 0 0 30px 15px;
	list-style-position: outside;
}

.section.features-secondary ul li {
	padding: 0 0 0 0px;
}
	
/* ==========================================================================
   Actions Section
   ========================================================================== */
   
.section.actions {
	background: #e6f9ff;
}

.section.actions h2 {
	margin-top: 18px;
}

/* ==========================================================================
   Companions Section
   ========================================================================== */
   
.section.companions {
	background: #e6f9ff;
}

.section.companions h3 {
	background: #e6f9ff;
	font-weight: 400;
}
	
/* ==========================================================================
   Accolades Section
   ========================================================================== */
   
.section.accolades {
	background: #0571A3;
	color: #fff;
}

.section.accolades h2 {
	color: #fff;
}

.section.accolades a {
	color: #fff;
}

.airfoil-macworld {
	background: url('../images/airfoil-macworld.png') no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 83px;
	margin: 0 0 15px;
}

/* ==========================================================================
   Satellite Section
   ========================================================================== */
   
.section.satellite {
	background: #102329;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.section.splash.satellite .content {
	background: -webkit-repeating-radial-gradient(668px 50%, circle, #223940, #223940 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
	background: -moz-repeating-radial-gradient(668px 50%, circle, #223940, #223940 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
	background: -o-repeating-radial-gradient(668px 50%, circle, #223940, #223940 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
	background:  repeating-radial-gradient(668px 50%, circle, #223940, #223940 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
	
	box-shadow: none;
}
/*

.section.satellite-home {
	background: #102329;
	background: -webkit-repeating-radial-gradient(top left, circle, #223940, #223940 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px), #102329;
	background: -moz-repeating-radial-gradient(top left, circle, #223940, #223940 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px), #102329;
	background: -o-repeating-radial-gradient(top left, circle, #223940, #223940 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px), #102329;
	background:  repeating-radial-gradient(top left, circle, #223940, #223940 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px), #102329;
}
*/

.section.satellite h1 {
	color: #fff;
}

.section.satellite h2 {
	color: #fff;
}

.section.satellite h2.blue {
	color: #37bfe7;
	margin-bottom: 18px;
}

.section.satellite h3 {
	color: #37bfe7;
	font-weight: 400;
}

.section.satellite a.icon-link, .section.satellite a.icon-link:hover {
	color: #859398;
	border-bottom: none;
}

.section.satellite a.icon-link h3 {
	color: #fff;
	margin: 0;
}

.section.satellite a {
	color: #fff;
	border-bottom: 1px solid #223A40;
	text-decoration: none;
}

.section.satellite a:hover {
	color: #fff;
/* 	border-bottom: 1px solid #37bfe7; */
}

/* Regular App Store */
.app-store {
	background: url('/global/images/siteimages/app-store.png') #37bfe7;
	background-size: contain;
	box-shadow: none;
	width: 100%;
	max-width: 203px;
	height: 58px;
	border: none !important;
}

.app-store:hover {
	background: url('/global/images/siteimages/app-store.png') #0571a3;
	background-size: contain;
	box-shadow: none;
	max-width: 203px;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
    .app-store {
		background: url('/global/images/siteimages/app-store@2x.png') #37bfe7;
		background-size: contain;
	}
	
	.app-store:hover {
		background: url('/global/images/siteimages/app-store@2x.png') #0571a3;
		background-size: contain;
	}
}

/* Action App Store */
.app-store.small {
	background: url('/global/images/siteimages/app-store-small.png') #0571a3;
	background-size: contain;
	box-shadow: none;
	width: 100%;
	max-width: 203px;
	height: 50px;
	border: none;
}

.app-store.small:hover {
	background: url('/global/images/siteimages/app-store-small.png') #223A40;
	background-size: contain;
	box-shadow: none;
	max-width: 203px;
	border: none;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
    .app-store.small {
		background: url('/global/images/siteimages/app-store-small@2x.png') #0571a3;
		background-size: contain;
	}
	
	.app-store.small:hover {
		background: url('/global/images/siteimages/app-store-small@2x.png') #223A40;
		background-size: contain;
	}
}

.section.satellite .storeButton, .section.satellite .storeButton:visited {
	background: #37bfe7;
	color: #fff;
	border: none;
}

.section.satellite .storeButton:hover {
	background: #0571a3;
	color: #fff;
	cursor: pointer;
	border: none;
}

.section.satellite hr {
	background: #223940;
	height: 1px;
	margin: 45px 0 45px;
	border: none;
	clear: both;
}

.section.satellite a.gallery, .section.satellite a.action {
	color: #37bfe7;
	text-decoration: none;
}

.section.satellite a.gallery:hover, .section.satellite a.action:hover {
	color: #fff;
}

/* ==========================================================================
   Mobile Styles
   ========================================================================== */

@media (max-width: 600px) {
	h2.subtitle {
		font-size: 22px;
		line-height: 26px;
	}
	
	.section.splash.both .content {
		background: -webkit-repeating-radial-gradient(50% 50%, circle, white, white 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
		background: -moz-repeating-radial-gradient(50% 50%, circle, white, white 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
		background: -o-repeating-radial-gradient(50% 50%, circle, white, white 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
		background:  repeating-radial-gradient(50% 50%, circle, white, white 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
		box-shadow: none;
	}
	
	.section.splash.satellite .content {
		background: -webkit-repeating-radial-gradient(50% 50%, circle, #223940, #223940 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
		background: -moz-repeating-radial-gradient(50% 50%, circle, #223940, #223940 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
		background: -o-repeating-radial-gradient(50% 50%, circle, #223940, #223940 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
		background:  repeating-radial-gradient(50% 50%, circle, #223940, #223940 2px, rgba(1,1,1,0) 2px, rgba(1,1,1,0) 75px);
		
		box-shadow: none;
	}
	
	.store-description {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.section.actions h2 {
		width: 100%;
		clear: both;
	}
}

/* ==========================================================================
   Other
   ========================================================================== */
   
.fine-print {
	color: #859398;
	font-size: 12px;
	line-height: 15px;
}
