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

#header {
	border-bottom: none;
}

::-moz-selection {
	color: #fff;
    background: #7234DC;
    text-shadow: none;
}

::selection {
	color: #fff;
    background: #7234DC;
    text-shadow: none;
}

h1, h3, h4, h5, h6 {
	color: #7234DC;
}

h2 {
	color: #7234DC;
	text-align: left;
}

a, a:link, a:visited {
	color: #7234DC;
}

p a:hover {
	color: #7234DC;
	text-decoration: underline;
}

h1 {
	color: #7234DC;
	text-transform: uppercase;
	font-size: 54px;
	line-height: 48px;
	padding-top: 7px;
	text-align: left;
}

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

.new {
	color: #FFEC51;
}

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

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

p {
	margin-bottom: 15px;
}

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

.section.splash, .section.actions {
/* 	background: #F0EAFB; */
	background: url("../images/tiling-background@2x.png");
	background-size: 100px 100px;
	
	background: url("../images/fg-bg@2x.png");
	background-size: 300px 200px;
	
	overflow: hidden;
	padding-bottom: 0px;
	color: #333;
}

.splash h1 {
	font-weight: 900;
}


.trademark {
	font-size: 24px;
	top: 0px;
}

.splash h2 {
	color: #333;
	font-weight: 300;
	font-size: 32px;
}

.splash p, .actions p {

/* 	font-size: 18px; */
	line-height: 24px;
	margin-bottom: 30px;
	font-weight: 300;
	background: #F0EAFB;
	box-shadow: 0 0 15px 10px #F0EAFB;
/*
	text-shadow: 1px 1px 3px #F0EAFB, 1px 1px 3px #F0EAFB;
	text-shadow: 5px 5px 5px #F0EAFB, -5px 5px 5px #F0EAFB, 5px -5px 5px #F0EAFB, -5px -5px 5px #F0EAFB, 0px 0px 5px #F0EAFB, 0px 0px 10px #F0EAFB;
*/
}


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

.action-small.purchase:hover, .action-large.purchase:hover {
	background: url('../../global/images/siteimages/icon-basket.png') no-repeat 12px center, #333;
	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, #333;
		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, #7234DC;
	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, #333;
	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, #7234DC;
		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, #333;
		background-size: 16px 20px;
	}
}

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

.tour-description {
	color: #333;
	padding: 30px 15px 0;
}

.tour-description h4 {
	color: #333;
}

#tour-full {
	position: relative;
}

#tour-sets-overlay, #tour-tiles-overlay, #tour-inspector-overlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	
	-webkit-transition: all 300ms ease-in 100ms;
    -moz-transition: all 300ms ease-in 100ms;
    -o-transition: all 300ms ease-in 100ms;
    transition: all 300ms ease-in 100ms;
}

/* Alternative States for Tour Section */

#tour-full.first #tour-tiles-overlay {
	opacity: 0.75;
	
	-webkit-transition: all 300ms ease-out 100ms;
    -moz-transition: all 300ms ease-out 100ms;
    -o-transition: all 300ms ease-out 100ms;
    transition: all 300ms ease-out 100ms;
}

#tour-full.second #tour-inspector-overlay {
	opacity: 0.75;
	
	-webkit-transition: all 300ms ease-out 100ms;
    -moz-transition: all 300ms ease-out 100ms;
    -o-transition: all 300ms ease-out 100ms;
    transition: all 300ms ease-out 100ms;
}

#tour-full.third #tour-sets-overlay {
	opacity: 0.75;
	
	-webkit-transition: all 300ms ease-out 100ms;
    -moz-transition: all 300ms ease-out 100ms;
    -o-transition: all 300ms ease-out 100ms;
    transition: all 300ms ease-out 100ms;
}

/* Highlight Arrows */


#tour-sets-arrow, #tour-tiles-arrow, #tour-inspector-arrow {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	
	transform: translate(0, 30px);
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#tour-full.first #tour-tiles-arrow {
	opacity: 1;
	transform: translate(0, 0);
	
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
}

#tour-full.second #tour-inspector-arrow {
	opacity: 1;
	transform: translate(0, 0);
	
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
}

#tour-full.third #tour-sets-arrow {
	opacity: 1;
	transform: translate(0, 0);
	
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
}

/* Hover Zones */
#activation-first {
	width: 515px;
	height: 410px;
	background: red;
	position: absolute;
	top: 40px;
	left: 150px;
	opacity: 0;
}

#activation-second {
	width: 235px;
	height: 410px;
	background: green;
	position: absolute;
	top: 40px;
	right: 0;
	opacity: 0;
}

#activation-third {
	width: 150px;
	height: 410px;
	background: blue;
	position: absolute;
	left: 0;
	top: 40px;
	opacity: 0;
}

/* Highlight Descriptions */

#tour-full.first #tour-tiles-description, #tour-full.first #tour-tiles-description h4 {
	color: #7234DC;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#tour-full.second #tour-inspector-description, #tour-full.second #tour-inspector-description h4 {
	color: #7234DC;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#tour-full.third #tour-sets-description, #tour-full.third #tour-sets-description h4 {
	color: #7234DC;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#tour-tiles-description, #tour-inspector-description, #tour-sets-description {
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#tour-full.first #tour-tiles-description, #tour-full.second #tour-inspector-description, #tour-full.third #tour-sets-description {
	transform: translate(0,-15px);
	
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
}



/*
@keyframes bounce {
	0%, 50%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
*/


/* ==========================================================================
   Photoswipe
   ========================================================================== */

.movie-link {
	filter: drop-shadow(0 2px 5px rgba(0,0,0,0));
	filter: drop-shadow(0 2px 10px #fff);
	-webkit-transform: translateZ(0);
	
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.movie-link:hover {
	filter: drop-shadow(0 2px 10px #7334DC);
	cursor: pointer;
	
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.movie-link:active {
	filter: drop-shadow(0 2px 20px #ffffff);
	cursor: pointer;
	
	-webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.pswp__bg {
	background: #21252b !important;
}

/* ==========================================================================
   Video Section
   ========================================================================== */

#video-bg {
	background: rgba(31,18,53,0.75);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	padding: 0;
	transform: translateZ(0);
	z-index: 999999999;
	
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
  
	opacity: 0;
	pointer-events: none;
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#video-bg.active {
	opacity: 1;
	pointer-events: all;
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#video-bg:hover {
	cursor: pointer;
}

#fg-video {
	display: none;
	width: 960px;
	height: auto;
	max-width: 100%;
	z-index: 999999999;
	pointer-events: none !important;
	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	
	position: fixed;
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#fg-video.active {
	display: block;
	pointer-events: auto !important;
	opacity: 1;
	transform: translate(-50%, -50%);
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#fg-video:-webkit-full-screen {
	transform: translate(0, 0);
}




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

.section.features {
	background: #F0EAFB;
	overflow: hidden;
}

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

.section.use-cases {
	background: #eaf9ff;
	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: #F0EAFB;
	background: url("../images/fg-bg@2x.png");
	background-size: 300px 200px;
}

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

/* ==========================================================================
   Accolades Section
   ========================================================================== */
   
.section.accolades {
	background: #333;
	color: #fff;
}

.section.accolades h2 {
	color: #7234DC;
}

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

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

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

#quotes-container {
	height: 170px;
}

/* ==========================================================================
   Buy Page
   ========================================================================== */

#title h2 {
	font-size: 22px;
	font-weight: 300;
	color: #7234DC;
	text-transform: none;
}

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

a.storeButton, a.storeButton:link, a.storeButton:visited {
	color: #fff;
	background: #7234DC;
}

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

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

.store-block-big {
	background: #F0EAFB;
}
