

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

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

#header {
	border-bottom: none;
}

::-moz-selection {
	color: #fff;
    background: #3cbfbf;
    text-shadow: none;
}

::selection {
	color: #fff;
    background: #3cbfbf;
    text-shadow: none;
}

a, a:link, a:visited, h1, h2, h5, h6 {
	color: #3cbfbf;
}

h3, h4 {
	color: #000;
}

h2 {
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 15px;
}

h1 {
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: 900;
	margin: 4px 0 0;
	padding: 0;
}

a:hover {
	color: #000;
}

/*
.smaller {
	color: #859398;
}
*/


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

.section.splash {
	background: #e7f5f5;
	background: #3CBFBF;
	overflow: hidden;
	color: #fff;
}

.section.splash .content {
	padding: 60px 15px 30px;
}

.section.splash p {
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
}

.icon-loopback {
	width: 100%;
	height: 200px;
	float: left;
	margin: 0 10px 0 0;
	background: url('../../global/images/icons/256/loopback@2x.png') no-repeat bottom left;
	background-size: contain;
}

.icon-loopback-small {
	width: 96px;
	height: 96px;
	float: left;
	margin: 0 10px 10px 0;
	background: url('../../global/images/icons/96/loopback@2x.png') no-repeat center center;
	background-size: contain;
}

.title-loopback {
	width: 250px;
	height: 44px;
	float: left;
	margin: 12px 10px 0 0;
	background: url('../images/loopback-title@2x.png') no-repeat top left;
	background-size: contain;
}

.section.splash h2 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0 15px;
	color: #E7F5F5;
	font-size: 30px;
}

.section.splash h1, .section.splash h2, .section.splash p {
	text-shadow: 0 0 20px #3CBFBF, 0 0 10px #3CBFBF, 0 0 10px #3CBFBF, 0 0 10px #3CBFBF, 0 0 5px #3CBFBF;
} 

.registered-trademark {
	color: #fff;
	opacity: 0.75;
	float: right;
	right: -5px;
	top: -33px;
}


.section.splash .splash-hero .screenshot {
	background: url('../images/loopback-splash.jpg') no-repeat center center;
	width: 100%;
	margin: 5px 0 30px;
	background-size: contain;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
    .section.splash .splash-hero .screenshot {
		background: url('../images/loopback-splash@2x.jpg') no-repeat center center;
		background-size: contain;
	}
}

/*
Mobile Media Queries

@media all and (max-width: 769px) { 
	.section.splash .splash-hero .screenshot {
		height: 250px;
		margin: 0 0 10px;
	}
}
*/

h2.subtitle {
	color: #3cbfbf;
	font-weight: 200;
	line-height: 25px;
	margin: 5px 0 10px;
	padding: 0;
}

a.action-small, a.action-large {
	color: #fff;
}

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

.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 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: 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 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;	
}

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

@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, #3cbfbf;
		background-size: 24px 24px;
	}


	
	.action-small.purchase:hover, .action-large.purchase:hover {
		background: url('../../global/images/siteimages/icon-basket@2x.png') no-repeat 22px center, #495b5b;
		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, #47d6d6;
	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, #495b5b;
	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 20px 15px, url('../../global/images/siteimages/icon-download-small-stem@2x.png') no-repeat 20px 15px, #47d6d6;
		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, #495b5b;
		background-size: 16px 20px;
	}
}

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

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

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

#tour-full {
	position: relative;
}

#tour-sources-overlay, #tour-routing-overlay, #tour-passthru-overlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.01;
	
	-webkit-transition: all 500ms ease-in 100ms;
    -moz-transition: all 500ms ease-in 100ms;
    -o-transition: all 500ms ease-in 100ms;
    transition: all 500ms ease-in 100ms;
}

/* Alternative States for Tour Section */

#tour-full.first #tour-sources-overlay {
	opacity: 1;
	
	-webkit-transition: all 500ms ease-out 100ms;
    -moz-transition: all 500ms ease-out 100ms;
    -o-transition: all 500ms ease-out 100ms;
    transition: all 500ms ease-out 100ms;
}

#tour-full.second #tour-routing-overlay {
	opacity: 1;
	
	-webkit-transition: all 500ms ease-out 100ms;
    -moz-transition: all 500ms ease-out 100ms;
    -o-transition: all 500ms ease-out 100ms;
    transition: all 500ms ease-out 100ms;
}

#tour-full.third #tour-passthru-overlay {
	opacity: 1;
	
	-webkit-transition: all 500ms ease-out 100ms;
    -moz-transition: all 500ms ease-out 100ms;
    -o-transition: all 500ms ease-out 100ms;
    transition: all 500ms ease-out 100ms;
}


/* Highlight Arrows */


#tour-sources-arrow, #tour-routing-arrow, #tour-passthru-arrow {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.01;
	
	transform: translate(0, 30px);
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

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

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

/* Hover Zones */
#activation-first {
	width: 180px;
	height: 240px;
	background: transparent;
	background: red;
	position: absolute;
	top: 90px;
	left: 215px;
	opacity: 0.01;
	display: none;
}

#activation-second {
	width: 320px;
	height: 240px;
	background: transparent;
	background: yellow;
	position: absolute;
	top: 90px;
	left: 395px;
	opacity: 0.01;
	display: none;
}

#activation-third {
	width: 500px;
	height: 150px;
	background: transparent;
	background: pink;
	position: absolute;
	left: 215px;
	top: 330px;
	opacity: 0.01;
	display: none;
}


/* Highlight Descriptions */

#tour-full.first #tour-sources-description, #tour-full.first #tour-sources-description h4 {
	color: #3cbfbf;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#tour-full.second #tour-routing-description, #tour-full.second #tour-routing-description h4 {
	color: #3cbfbf;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#tour-full.third #tour-passthru-description, #tour-full.third #tour-passthru-description h4 {
	color: #3cbfbf;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#tour-sources-description, #tour-routing-description, #tour-passthru-description {
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

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



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

.features-primary {
	text-align: left;
}

.screenshot {
	height: 200px;
}

/* Photoswipe Customizations */

.pswp__bg {
	background: #112a2b !important;
}

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

.pswp__img--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;
	
	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;
}

/* Screenshots */

.features-primary .screenshot {
	transform: scale(1);
	box-shadow: 0 0 0 1px #3cbfbf, 0 0 10px 0 #fff;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

.features-primary .screenshot:hover {
	transform: scale(1.025);
	box-shadow: 0 0 0 1px #3cbfbf, 0 0 10px 0 #3cbfbf;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.features-primary .screenshot:active {
	transform: scale(0.98);
	box-shadow: 0 0 0 1px #3cbfbf, 0 0 10px 0 #3cbfbf;
	-webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}




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

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

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

.new-badge{
	border-radius: 6px;
	color: #fff;
	background: #3cbfbf;
	padding: 3px 3px;
	margin: 0 5px 0 0;
	font-size: 10px;
	line-height: 13px;
	display: inline-block;
	text-align: center;
	float: left;
	font-weight: 600;
}

.new {
	color: #37bfe7;
}

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

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

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

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

.section.use-cases {
		background: #e7f5f5;
		text-align: left;
	}

/* ==========================================================================
   Actions Section
   ========================================================================== */
   
   .section.actions {
		background: #e7f5f5;
		text-align: left;
	}
	
	.section.actions h2 {
		margin-top: 18px;
	}
	
/* ==========================================================================
   Accolades Section
   ========================================================================== */
   
   .section.accolades {
		background: #3cbfbf;
		color: #fff;
	}
	
	.section.accolades h2 {
		color: #fff;
	}
	
	.section.accolades a {
		color: #fff;
	}
	
/* ==========================================================================
   Buy Page
   ========================================================================== */

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

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

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

a.storeButton, a.storeButton:link, a.storeButton:visited {
	color: #fff;
	background: #3cbfbf;
}

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

.notice {
	color: #3cbfbf;
}

.notice strong {
	font-weight: 500;
}

a.cart-header-link {
	color: #3cbfbf;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

a.cart-header-link:hover {
	color: #000;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.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-block-big {
	background: #e7f5f5;
}

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

.section.whatsnew, .section.accolades {
	background: #3cbfbf;
	background: url('../images/background.png');
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
    .section.whatsnew, .section.accolades {
	background: #3cbfbf;
	background: url('../images/background@2x.png');
	background-size: 74px 64px;
}
}

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

.section.whatsnew .main-page-link {
	background: #fff;
	position: absolute;
	top: 0;
	right: 30px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 6px 15px 6px;
	margin: 0 0 0;
	font-weight: 400;
	font-size: 18px;
}

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

.section.whatsnew .action-small.purchase, .section.whatsnew .action-small.download {
	background-color: #495b5b;
}

.section.whatsnew .action-small.purchase:hover, .section.whatsnew .action-small.download:hover {
	background-color: #333;
}


 /* ==========================================================================
   Mobile Styles
   ========================================================================== */
	
@media all and (max-width: 631px) { 
	#lightbox {
		display: none !important;
	}
}

