/* ==========================================================================
   Audio Hijack Website Redesign
   by Neale Van Fleet
   ========================================================================== */
   
   
 /* ==========================================================================
   Colors
   ========================================================================== */

#header {
	border-bottom: none;
}

::-moz-selection {
	color: #21252b;
    background: #ffc03d;
    text-shadow: none;
}

::selection {
	color: #21252b;
    background: #ffc03d;
    text-shadow: none;
}

h1, h2, h3, h5, h6 {
	color: #dd6e27;
	color: #FF6400;
}

h4 {
	color: #21252b;
}


a, a:link, a:visited {
	color: #dd6e27;
	color: #FF6400;
}

a:hover {
	color: #ffc03d;
}

h1 {
	font-weight: 900;
	color: #dd6e27;
	color: #FF6400;
	text-transform: uppercase;
	font-size: 44px;
	line-height: 42px;
	padding-top: 20px;
}

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

.new {
	color: #ffc03d;
}

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

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

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

.section.splash {
	background: #2d333b;
	background: 
		linear-gradient(135deg, #2d333b 35%, transparent 35%) -15px 0,
		linear-gradient(225deg, #2d333b 35%, transparent 35%) -15px 0,
		linear-gradient(315deg, #2d333b 35%, transparent 35%),
		linear-gradient(45deg, #2d333b 35%, transparent 35%);	
	background-size: 30px 30px;
	background-color: #323840; 
	
	
	overflow: hidden;
	padding-bottom: 30px;
	color: #fff;

	
	border-right: none;
	border-left: none;
}

.section.splash h2, .section.splash-light h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	color: #ffc03d;
}

.section.splash h4 {
	color: #dd6e27 !important;
	margin: 20px 0 0;
	padding: 25px 0 0;
	font-weight: 300;
	-webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.section.splash h5 {
	color: #dd6e27;
}

/* Purchase button */


.section.splash .action-small.purchase, .section.splash .action-small.download {
	border: 2px solid #22252A;
} 

.section.splash .action-small.purchase:hover, .section.splash .action-small.download:hover {
	border: 2px solid #fff;
} 

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

.action-small .basket-handle-left, .action-large .basket-handle-left {
	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 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    
    transform-origin: bottom center;
}

.action-small .basket-handle-right, .action-large .basket-handle-right {
	position: absolute;
	display: inline-block;
	left: 38px;
	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 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms 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 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms 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 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms 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 22px center, #ffc03d;
		background-size: 24px 24px;
	}
}

.action-small.purchase:hover, .action-large.purchase:hover {
	background: url('../../global/images/siteimages/icon-basket.png') no-repeat 22px center, #21252b;
	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 22px center, #21252b;
		background-size: 24px 24px;
	}
}

/* Download Button */

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

.action-small.download:hover, .action-large.download:hover {
	background: url('../../global/images/siteimages/icon-download-small.png') no-repeat 20px 20px, url('../../global/images/siteimages/icon-download-small-stem.png') no-repeat 20px 15px, #21252b;
	background-size: 16px 20px;
	color: #fff;
	
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms 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 20px 15px, url('../../global/images/siteimages/icon-download-small-stem@2x.png') no-repeat 20px 15px, #FF6400;
		background-size: 16px 20px;
	}
	
	.action-small.download:hover, .action-large.download:hover {
		background: url('../../global/images/siteimages/icon-download-small@2x.png') no-repeat 20px 20px, url('../../global/images/siteimages/icon-download-small-stem@2x.png') no-repeat 20px 15px, #21252b;
		background-size: 16px 20px;
	}
}

.movie-thumbnail {
	opacity: 1;
	transform: scale(1);
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;

}

.movie-thumbnail:hover {
	cursor: pointer;
	opacity: 1;
	
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;	
}

.movie-thumbnail:active {
	transform: scale(0.95);
	
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;	
}

/* Movie link for old style index */

.movielink {
	text-decoration: none;
	display: block;
	text-align: center;
	margin-top: 0px;
	border-radius: 6px;
	padding: 0;
/*
	width: 240px;
	height: 85px;
*/
}

.movielink img {
	padding: 0;
	margin: 0 0 5px;
}

.movielink img {
	transform: scale(1);
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    background: none !important;
}

.movielink:hover img {
	transform: scale(1.01);
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.movielink:active img {
	transform: scale(0.99);
	-webkit-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    transition: all 50ms ease;
}

/* Movie link for new style index */
.movie-link:hover {
	cursor: pointer;
}

.movie-link h4, .movie-link h5 {
	color: #dd6e27 !important;
	color: #FF6400 !important;
	-webkit-transition: all 300ms ease !important;
    -moz-transition: all 300ms ease !important;
    -o-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
}

.movie-link:hover h4, .movie-link:hover h5 {
	color: #ffc03d !important;
	-webkit-transition: all 100ms ease !important;
    -moz-transition: all 100ms ease !important;
    -o-transition: all 100ms ease !important;
    transition: all 100ms ease !important;
}

.movie-link img {
	transform: scale(1);
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    background: none !important;
}

.movie-link:hover img {
	transform: scale(1.05);
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.movie-link:active img {
	transform: scale(0.95);
	-webkit-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    transition: all 50ms ease;
}


.section.splash .action-small.purchase, .section.splash .action-small.download {
	border: 2px solid #2d333b;
} 

.section.splash .action-small.purchase:hover, .section.splash .action-small.download:hover {
	border: 2px solid #fff;
} 

#overviewMovie {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Light alternate */

.section.splash-light {
	background: #FCEFE0;
/*
	background: 
		linear-gradient(135deg, #FCEFE0 35%, transparent 35%) -15px 0,
		linear-gradient(225deg, #FCEFE0 35%, transparent 35%) -15px 0,
		linear-gradient(315deg, #FCEFE0 35%, transparent 35%),
		linear-gradient(45deg, #FCEFE0 35%, transparent 35%);	
	background-size: 30px 30px;
	background-color: #fff; 
*/
	
	
	overflow: hidden;
	padding-bottom: 30px;
	color: #333;

	
	border-right: none;
	border-left: none;
}

/* ==========================================================================
   Layered Hero Section
   ========================================================================== */

.movie-link-layered {
	width: 100%;
	max-width: 100%;
	height: 330px;
}

.movie-link-layered img {
	max-width: 100%;
}

.movie-link-layered h4, .movie-link-layered h5 {
	color: #dd6e27 !important;
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.movie-link-layered:hover h4, .movie-link-layered:hover h5 {
	color: #ffc03d !important;
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.hero-layered {
	position: relative;
	max-width: 100%;
	float: left;
	clear: both;
	height: 330px;
}

.hero-layer {
	position: absolute;
	top: 0;
	left: 0;

	max-width: 100% !important;
	transform: scale(1);
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* Hover */

.hero-layered:hover {
	cursor: pointer;
}

.hero-layered:hover .hero-layer.first {
	transform: scale(0.95);
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.hero-layered:hover .hero-layer.second {
	transform: scale(1.05);
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.hero-layered:hover .hero-layer.third {
	transform: scale(1.1);
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* Active */

.hero-layered:active .hero-layer.first {
	transform: scale(0.95);
	
	-webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.hero-layered:active .hero-layer.second {
	transform: scale(0.95);
	
	-webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.hero-layered:active .hero-layer.third {
	transform: scale(0.95);
	
	-webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

/* ==========================================================================
   Tour Section
   ========================================================================== */

#tour {
	width: 100%;
}

#tour-full {
	width: 100%;
	margin: 0 auto;
}

#tour-mobile {
	margin-bottom: 15px;
	width: 100%;
}

#tour img {
	max-width: 100%;	
}

.tour-description {
	color: #333;
	padding: 25px 15px 0;
	transform: translate(0, 0);
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tour-description h4 {
	color: #333;
	margin-bottom: 5px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tour-description:hover, .tour-description:hover h4, .tour-description.active, .tour-description.active h4 {
	color: #dd6e27;
	color: #FF6400;
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tour-description:hover,  .tour-description.active {
	transform: translate(0, -10px);
	
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);	
}

.tour-icon {
	margin-right: 5px;
	margin-top: -3px;
	width: 24px;
	height: 24px;
	-webkit-filter: saturate(0);
	filter: saturate(0);
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tour-description:hover .tour-icon,  .tour-description.active .tour-icon {
	-webkit-filter: saturate(1);
	filter: saturate(1);
	
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);	
}

#tour-full {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#tour-applications-overlay, #tour-devices-overlay, #tour-system-overlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.01;
	transform: translate(0,0);
	filter: blur(0px);
	
	-webkit-transition: all 400ms ease 100ms;
    -moz-transition: all 400ms ease 100ms;
    -o-transition: all 400ms ease 100ms;
    transition: all 400ms ease 100ms;
}

/* Alternative States for Tour Section */

#tour-full.first #tour-applications-overlay {
	opacity: 1;
	transform: translate(0,0);
	filter: blur(0);
	
	-webkit-transition: all 400ms ease 100ms;
    -moz-transition: all 400ms ease 100ms;
    -o-transition: all 400ms ease 100ms;
    transition: all 400ms ease 100ms;
}

#tour-full.second #tour-devices-overlay {
	opacity: 1;
	transform: translate(0,0);
	filter: blur(0);
	
	-webkit-transition: all 400ms ease 100ms;
    -moz-transition: all 400ms ease 100ms;
    -o-transition: all 400ms ease 100ms;
    transition: all 400ms ease 100ms;
}

#tour-full.third #tour-system-overlay {
	opacity: 1;
	transform: translate(0,0);
	filter: blur(0);

	-webkit-transition: all 400ms ease 100ms;
    -moz-transition: all 400ms ease 100ms;
    -o-transition: all 400ms ease 100ms;
    transition: all 400ms ease 100ms;
}

/* Arrow Overlays */

#tour-applications-arrows, #tour-devices-arrows, #tour-system-arrows {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.01;
	transform: scale(1.1);
	
	-webkit-transition: all 300ms ease 100ms;
    -moz-transition: all 300ms ease 100ms;
    -o-transition: all 300ms ease 100ms;
    transition: all 300ms ease 100ms;
}

#tour-full.first #tour-applications-arrows, #tour-full.second #tour-devices-arrows, #tour-full.third #tour-system-arrows {
	opacity: 1;
	transform: scale(1);
	filter: blur(0);
	
	-webkit-transition: all 400ms ease 400ms;
    -moz-transition: all 400ms ease 400ms;
    -o-transition: all 400ms ease 400ms;
    transition: all 400ms ease 400ms;
}

/* Add Delay for second feature arrow */
#tour-full.first #tour-applications-arrows.tour-delay-second, #tour-full.second #tour-devices-arrows.tour-delay-second, #tour-full.third #tour-system-arrows.tour-delay-second {
	opacity: 1;
	transform: scale(1);
	filter: blur(0);
	
	-webkit-transition: all 400ms ease 800ms;
    -moz-transition: all 400ms ease 800ms;
    -o-transition: all 400ms ease 800ms;
    transition: all 400ms ease 800ms;
}

/* Add Delay for third feature arrow */
#tour-full.first #tour-applications-arrows.tour-delay-third, #tour-full.second #tour-devices-arrows.tour-delay-third, #tour-full.third #tour-system-arrows.tour-delay-third {
	opacity: 1;
	transform: scale(1);
	filter: blur(0);
	
	-webkit-transition: all 400ms ease 1200ms;
    -moz-transition: all 400ms ease 1200ms;
    -o-transition: all 400ms ease 1200ms;
    transition: all 400ms ease 1200ms;
}



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

/* Photoswipe Customizations */

.pswp__bg {
	background: #21252b !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: #ffc03d !important;
	padding: 30px;
	opacity: 1 !important;
	background: none;
	
	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;
}

video::-webkit-media-controls-fullscreen-button
{
        display: none !important;
}

/* Screenshots */

.screenshot {
	transform: scale(1);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.001);
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    background: none !important;
}

.screenshot:hover {
	transform: scale(1.025);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.001);
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.screenshot:active {
	transform: scale(0.98);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.001);
	-webkit-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    transition: all 50ms ease;
}

/* ==========================================================================
   Use Cases Section
   ========================================================================== */

.section.features-primary {
	overflow: hidden;
}

.features-mobile {
	display: none;
}

/* ==========================================================================
   Use Cases Section
   ========================================================================== */

.section.use-cases {
	background: #fff;
	background: #fcf6ef;
	background: #FCEFE0;
	background: #FFE0CC;
	overflow: hidden;
}

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

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

.column.feature {
	background: url('../images/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: #fcf6ef;
	background: #FCEFE0;
	background: #fcf6ef;
	background: #FFE0CC;
}

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

/* ==========================================================================
   Book Promo Section
   ========================================================================== */

.section.bookpromo {
	background: #fff;

	overflow: hidden;
}

/* ==========================================================================
   Accolades Section
   ========================================================================== */
   
.section.accolades {
	background: #2d333b;
	color: #fff;
	border-right: 1px solid #3d424a;
	border-left: 1px solid #3d424a;
	
}

.section.accolades h2 {
	color: #ffc03d;
	color: #FF6400;
	text-align: center; 
}

.section.accolades p {
	color: #fff;
	font-weight: 200;
}

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

.section.accolades a:hover {
	color: #ffc03d;
}

#quotes-container {
	height: 230px;
}

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

#title h1 {
	color: #2E333A;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	font-weight: 700;
}

#title h2 {
	font-size: 22px;
	line-height: 36px;
	font-weight: 300;
	color: #dd6e27;
	color: #FF6400;
	text-transform: none;
}

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

/* Store Button */
a.storeButton, a.storeButton:link, a.storeButton:visited {
	color: #fff;
	background: #dd6e27;
	background: #FF6400;
}

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

/* Dark Button */
a.storeButton.dark, a.storeButton.dark:link, a.storeButton.dark:visited {
	color: #ffc03d;
	background: #21252b;
}

a.storeButton.dark:hover {
	color: #21252b;
	background: #ffc03d;
}


.store-item h3 {
	color: #21252b;
}

.store-block-big {
	background: #FCEFE0;
	background: #FFE0CC;
}

 /* ==========================================================================
   What's New Page
   ========================================================================== */

.section.whatsnew {
	background: #2d333b;
	background: 
linear-gradient(135deg, #2d333b 35%, transparent 35%) -15px 0,
linear-gradient(225deg, #2d333b 35%, transparent 35%) -15px 0,
linear-gradient(315deg, #2d333b 35%, transparent 35%),
linear-gradient(45deg, #2d333b 35%, transparent 35%);	
background-size: 30px 30px;
background-color: #323840; 
}

.section.whatsnew p {
	color: #fff;
}

.section.whatsnew .main-page-link {
	background: #fcf6ef;
	position: absolute;
	top: 0;
	right: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 5px 20px 5px;
	margin: 0;
	font-size: 14px;
}

.section.whatsnew .main-page-link:hover {
	background: #dd6e27;
	background: #FF6400;
	color: #fff;
}


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

@media (max-width: 600px) {
	
	.section.splash .icon-container {
		margin-bottom: 15px;
		padding-top: 15px;	
	}
	
	.section.splash h1 {
		font-size: 44px;
		line-height: 44px;
		padding-top: 0;
	}
	
	.section.splash h2 {
		font-size: 20px;
		line-height: 28px;
	}
	
	.store-item h3 {
		width: 100%;
		clear: both;
	}
	
	.store-description {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.section.actions h2 {
		width: 100%;
		clear: both;
	}
	
	.features-mobile {
		display: block;
	}
}

