@charset "UTF-8";
/* CSS Document */

/* Section start */
section#start .trnslt-item-2 {color: red; font-weight: bolder}

section#start .slide-headline .claim {
		font-size: 0.7em;
	margin-left: 0em;
	}
/* Section Front View */
section#start .block, section#start .bg-item {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	bottom: auto
}
section#start .block {
	bottom: 5%;
	background-image: none
}
section#start .bg-item {
	left: 0%;
	right: 50%;
	top: 50px;
	bottom: 55px;
	margin: 0;
	height: auto;
	width: auto
}
section#start .slide-copy {
	width: 68%
}



section#start.on .bg-item {
	background: transparent url("../images/power-dock/intro.png") no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	overflow: hidden;
	height: 714px;
	width: 556px;
	z-index: -1;
	-webkit-transform: translateZ(0);
	height: auto;
	width: auto;
	background-position: center right
}

/* This is in v2 and makes the bg image smaller. remove fit for max size bg image*/
@media screen and (min-height: 800px) {
	section#start.on .bg-item {
		background-size: auto
	}
}
/* end block */
@media screen and (max-width: 910px) {
	section#start .block {
		left: 28%
	}
	section#start .bg-item {
		left: 50%;
		margin-left: -53%
	}
	section#start .slide-copy {
		width: 75%
	}
}
@media screen and (max-width: 640px) {
	section#start .block {
		top: auto;
		left: 0;
		bottom: 0;
		padding-bottom: 5%;
		background-color: rgba(0, 0, 0, 0);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.35)), color-stop(50%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.7)));
		background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7));
		background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7))
	}
  section#start .bg-item {
    left: 50%;
    top: 0;
    margin-left: -40%;
    margin-top: 10px;
  }
	section#start .slide-copy {
		width: auto
	}
	section#start.on .bg-item {
		margin-left: -50%;
		width: 100%
	}
}

.nojs section#start .bg-item {
	background: transparent url("../images/power-dock/intro.png") no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	overflow: hidden;
	height: 714px;
	width: 556px;
	z-index: -1;
	-webkit-transform: translateZ(0)
}




/* Section design */
section#design .block, section#design .bg-item {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	bottom: auto
}
section#design .block, section#design .bg-item-light {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	bottom: auto
}
section#design .block {
	bottom: 5%;
	background-image: none
}
section#design .bg-item {
	left: 2%;
	right: 53%;
	top: 50px;
	bottom: 55px;
	margin: 0;
	height: auto;
	width: auto
}
section#design .bg-item-light {
	left: 2%;
	right: 53%;
	top: 50px;
	bottom: 55px;
	margin: 0;
	height: auto;
	width: auto
}
section#design .slide-copy {
	width: 68%
}
section#design.on .bg-item {
	background: transparent url("../images/power-dock/intro-powerdock.png") no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	overflow: hidden;
	height: 714px;
	width: 420px;
	z-index: -1;
	-webkit-transform: translateZ(0);
	height: auto;
	width: auto;
	background-position: center right
}

section#design.on .bg-item-light {
	background: transparent url("../images/power-dock/intro-powerdock-light.png") no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	overflow: hidden;
	height: 714px;
	width: 420px;
	z-index: 0;
	-webkit-transform: translateZ(0);
	height: auto;
	width: auto;
	background-position: center right
}


@media screen and (max-width: 910px) {
	section#design .block {
		left: 28%
	}
	section#design .bg-item {
		left: 50%;
		margin-left: -53%
	}
		section#design .bg-item-light {
		left: 50%;
		margin-left: -53%
	}
	section#design .slide-copy {
		width: 75%
	}
}
@media screen and (max-width: 640px) {
	section#design .block {
		top: auto;
		left: 0;
		bottom: 0;
		padding-bottom: 5%;
		background-color: rgba(0, 0, 0, 0);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.35)), color-stop(50%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.7)));
		background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7));
		background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7))
	}
  section#design .bg-item {
    left: 50%;
    top: 0;
    margin-left: -40%;
    margin-top: 0;
  }
	  section#design .bg-item-light {
    left: 50%;
    top: 0;
    margin-left: -40%;
    margin-top: 0;
  }
	section#design .slide-copy {
		width: auto
	}
	section#design.on .bg-item {
		margin-left: -50%;
		width: 100%
	}
		section#design.on .bg-item-light {
		margin-left: -50%;
		width: 100%
	}
}

.nojs section#design .bg-item {
	background: transparent url("../images/power-dock/intro-powerdock.png") no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	overflow: hidden;
	height: 714px;
	width: 420px;
	z-index: -1;
	-webkit-transform: translateZ(0)
}


/* Section Front View */
/* Section Front View */
section#engine .block, section#engine .bg-item {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	bottom: auto
}
section#engine .block {
	bottom: 5%;
	background-image: none
}
section#engine .bg-item {
	left: 0%;
	right: 50%;
	top: 50px;
	bottom: 55px;
	margin: 0;
	height: auto;
	width: auto
}
section#engine .slide-copy {
	width: 68%
}
section#engine.on .bg-item {
	background: transparent url("../images/power-dock/neo-engine.png") no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	overflow: hidden;
	height: 714px;
	width: 556px;
	z-index: -1;
	-webkit-transform: translateZ(0);
	height: auto;
	width: auto;
	background-position: center right
}

/* This is in v2 and makes the bg image smaller. remove fit for max size bg image*/
@media screen and (min-height: 800px) {
	section#engine.on .bg-item {
		background-size: auto
	}
}
/* end block */
@media screen and (max-width: 910px) {
	section#engine .block {
		left: 28%
	}
	section#engine .bg-item {
		left: 50%;
		margin-left: -53%
	}
	section#engine .slide-copy {
		width: 75%
	}
}
@media screen and (max-width: 640px) {
	section#engine .block {
		top: auto;
		left: 0;
		bottom: 0;
		padding-bottom: 5%;
		background-color: rgba(0, 0, 0, 0);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.35)), color-stop(50%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.7)));
		background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7));
		background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7))
	}
  section#engine .bg-item {
    left: 50%;
    top: 0;
    margin-left: -40%;
    margin-top: 10px;
  }
	section#engine .slide-copy {
		width: auto
	}
	section#engine.on .bg-item {
		margin-left: -50%;
		width: 100%
	}
}

.nojs section#engine .bg-item {
	background: transparent url("../images/power-dock/power-dock-flat.png") no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	overflow: hidden;
	height: 714px;
	width: 556px;
	z-index: -1;
	-webkit-transform: translateZ(0)
}



/* Section NeoWave */
section#ports .block, section#ports .bg-item {
	position: absolute
}
section#ports .block, section#ports .bg-item {
	top: 50%;
	left: 50%;
	margin-top: -180px;
	width: 48%
}
section#ports .block {
	margin-left: 20px
}
section#ports .slide-copy {
	width: 80%;
	max-width: 520px
}
section#ports .slide-copy a {
	display: block
}
section#ports .bg-item {
	left: 50%;
	margin-top: -310px;
	margin-left: -590px
}
section#ports .ringtone {
	display: inline-block
}

section#ports.on .lightning-cable {
	position: absolute;
    top: 436px;
	

	background-size: contain;
	white-space: nowrap;
	overflow: hidden;
	height: 574px;
	width: 556px;
	z-index: -1;
	-webkit-transform: translateZ(0);
	overflow: visible;
}

section#ports.on .audio-cable {
	position: absolute;
    top: 375px;
	/*background: transparent url("../images/audio-case/audio-cable.png") no-repeat center center; */
	background: transparent no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	overflow: hidden;
	height: 574px;
	width: 556px;
	z-index: -1;
	-webkit-transform: translateZ(0);
	overflow: visible;
}


section#ports.on .bg-item {
	background: transparent url("../images/power-dock/power-coils.png") no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	overflow: hidden;
	height: 574px;
	width: 556px;
	z-index: -1;
	-webkit-transform: translateZ(0);
	overflow: visible;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	section#ports .ringtone {
		width: 40%
	}
}
@media screen and (max-width: 800px) {
	section#ports.on .bg-item {
		left: 34%;
		top: 50%;
		margin-left: -55%;
		margin-top: -31%
	}
}
@media screen and (max-width: 640px) {
	section#ports .blocks {
		position: absolute;
		bottom: 0;
		height: 40%;
		width: 100%;
		background-color: rgba(0, 0, 0, 0);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.35)), color-stop(50%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.7)));
		background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7));
		background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7))
	}
	section#ports .block {
		top: auto;
		left: 0;
		bottom: 0;
		margin-top: 0;
		margin-left: 0;
		padding-bottom: 5%;
		width: 100%
	}
	section#ports .slide-copy {
		width: auto
	}
	section#ports .slide-headline {
		margin-right: 0
	}
	section#ports .ringtone {
		display: inline-block;
		margin-right: 0;
		padding-left: 3.75em;
		width: 49%
	}
	section#ports .ringtone .name {
		letter-spacing: 0.0625em
	}
	section#ports.on .bg-item {
		top: -50px;
		position: absolute;
		margin: 0;
		margin-left: 0;
		width: 100%;
		    left: 0%;
	}
	
		section#ports.on .lightning-cable {
		top: 300px;
		position: absolute;
		margin: 0;
		margin-left: 0;
		width: 100%;
		    left: 0%;
	}
			section#ports.on .audio-cable {
		top: 260px;
		position: absolute;
		margin: 0;
		margin-left: 0;
		width: 100%;
		    left: 0%;
	}
}

/* Cable Animations*/
.lightning-cable {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-in 200ms;
	-moz-transition: opacity 200ms ease-in 200ms;
	transition: opacity 200ms ease-in 200ms
}
.second-stage .lightning-cable {
	opacity: 1
}
.audio-cable {
	opacity: 1
}
.second-stage .audio-cable {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-in 200ms;
	-moz-transition: opacity 200ms ease-in 200ms;
	transition: opacity 200ms ease-in 200ms
}

.js section#ports .block {
	background: url('data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')
}
.js section#ports .block .slide-headline {
	-webkit-transition: all 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: translate3d(0, 300px, 0);
	-moz-transform: translate(0, 300px);
	-ms-transform: translate(0, 300px);
	-o-transform: translate(0, 300px);
	transform: translate(0, 300px);
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative
}
.js section#ports .block .slide-copy {
	-webkit-transition: all 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transform: translate3d(0, 340px, 0);
	-moz-transform: translate(0, 340px);
	-ms-transform: translate(0, 340px);
	-o-transform: translate(0, 340px);
	transform: translate(0, 340px);
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative
}
.js section#ports .block.show {
	z-index: 2
}
.js section#ports .block.show .slide-headline {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	filter: alpha(opacity=100)
}
.js section#ports .block.show .slide-copy {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	filter: alpha(opacity=100)
}
.js section#ports .block.hide .slide-headline {
	-webkit-transform: translate3d(0, -340px, 0);
	-moz-transform: translate(0, -340px);
	-ms-transform: translate(0, -340px);
	-o-transform: translate(0, -340px);
	transform: translate(0, -340px);
	opacity: 0;
	-ms-filter: alpha(opacity=0)
}
.js section#ports .block.hide .slide-copy {
	-webkit-transform: translate3d(0, -300px, 0);
	-moz-transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-o-transform: translate(0, -300px);
	transform: translate(0, -300px);
	opacity: 0;
	filter: alpha(opacity=0)
}
.js section#ports.active .Lcircle1, .js section#ports.active .Rcircle1,.js section#ports.active .Tcircle1 {
	-webkit-animation: slowzoom1 2s linear infinite;
	-moz-animation: slowzoom1 2s linear infinite;
	animation: slowzoom1 2s linear infinite;
	border: 1px solid #bbb;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50px;
	margin-left: 20px;
	left: 50%;
	-moz-border-top-left-radius: 250px;
	-moz-border-top-right-radius: 250px;
	-moz-border-bottom-left-radius: 250px;
	-moz-border-bottom-right-radius: 250px;
	-webkit-border-top-left-radius: 250px;
	-webkit-border-top-right-radius: 250px;
	-webkit-border-bottom-left-radius: 250px;
	-webkit-border-bottom-right-radius: 250px;
	border-top-left-radius: 250px;
	border-top-right-radius: 250px;
	border-bottom-left-radius: 250px;
	border-bottom-right-radius: 250px
}
.js section#ports.active .Lcircle2, .js section#ports.active .Rcircle2,.js section#ports.active .Tcircle2 {
	-webkit-animation: slowzoom2 2s linear infinite;
	-moz-animation: slowzoom2 2s linear infinite;
	animation: slowzoom2 2s linear infinite;
	-moz-border-top-left-radius: 250px;
	-moz-border-top-right-radius: 250px;
	-moz-border-bottom-left-radius: 250px;
	-moz-border-bottom-right-radius: 250px;
	-webkit-border-top-left-radius: 250px;
	-webkit-border-top-right-radius: 250px;
	-webkit-border-bottom-left-radius: 250px;
	-webkit-border-bottom-right-radius: 250px;
	border-top-left-radius: 250px;
	border-top-right-radius: 250px;
	border-bottom-left-radius: 250px;
	border-bottom-right-radius: 250px;
	border: 1px solid #bbb;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50px;
	margin-top: -25px;
	margin-left: 0px;
	left: 50%
}
.js section#ports.active .Lcircle3, .js section#ports.active .Rcircle3,.js section#ports.active .Tcircle3 {
	-webkit-animation: slowzoom3 2s linear infinite;
	-moz-animation: slowzoom3 2s linear infinite;
	animation: slowzoom3 2s linear infinite;
	-moz-border-top-left-radius: 250px;
	-moz-border-top-right-radius: 250px;
	-moz-border-bottom-left-radius: 250px;
	-moz-border-bottom-right-radius: 250px;
	-webkit-border-top-left-radius: 250px;
	-webkit-border-top-right-radius: 250px;
	-webkit-border-bottom-left-radius: 250px;
	-webkit-border-bottom-right-radius: 250px;
	border-top-left-radius: 250px;
	border-top-right-radius: 250px;
	border-bottom-left-radius: 250px;
	border-bottom-right-radius: 250px;
	border: 1px solid #bbb;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 50px;
	margin-top: -50px;
	margin-left: -25px;
	left: 50%
}
.js section#ports.active .Lcircle4, .js section#ports.active .Rcircle4,.js section#ports.active .Tcircle4  {
	-webkit-animation: slowzoom4 2s linear infinite;
	-moz-animation: slowzoom4 2s linear infinite;
	animation: slowzoom4 2s linear infinite;
	-moz-border-top-left-radius: 250px;
	-moz-border-top-right-radius: 250px;
	-moz-border-bottom-left-radius: 250px;
	-moz-border-bottom-right-radius: 250px;
	-webkit-border-top-left-radius: 250px;
	-webkit-border-top-right-radius: 250px;
	-webkit-border-bottom-left-radius: 250px;
	-webkit-border-bottom-right-radius: 250px;
	border-top-left-radius: 250px;
	border-top-right-radius: 250px;
	border-bottom-left-radius: 250px;
	border-bottom-right-radius: 250px;
	border: 1px solid #bbb;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50px;
	margin-top: -75px;
	margin-left: -50px;
	left: 41%;
	opacity: 0
}
	.js section#ports.active .Lcircle1, .js section#ports.active .Lcircle2, .js section#ports.active .Lcircle3, .js section#ports.active .Lcircle4, .js section#ports.active .Lcircle5 {
		left: 63%;
		top: -43px
	}
	.js section#ports.active .Tcircle1, .js section#ports.active .Tcircle2, .js section#ports.active .Tcircle3, .js section#ports.active .Tcircle4, .js section#ports.active .Tcircle5 {
		left: 53%;
		top: -356px
	}
	.js section#ports.active .Rcircle1, .js section#ports.active .Rcircle2, .js section#ports.active .Rcircle3, .js section#ports.active .Rcircle4, .js section#ports.active .Rcircle5 {
		left: 12%;
		top: -121px
	}

@media screen and (max-width: 640px) {
	.js section#ports.active .Lcircle1, .js section#ports.active .Lcircle2, .js section#ports.active .Lcircle3, .js section#ports.active .Lcircle4, .js section#ports.active .Lcircle5 {
		left: 58%;
		top: 47px
	}
	
		.js section#ports.active .Tcircle1, .js section#ports.active .Tcircle2, .js section#ports.active .Tcircle3, .js section#ports.active .Tcircle4, .js section#ports.active .Tcircle5 {
		left: 45%;
		top: -150px
	}
	
		.js section#ports.active .Rcircle1, .js section#ports.active .Rcircle2, .js section#ports.active .Rcircle3, .js section#ports.active .Rcircle4, .js section#ports.active .Rcircle5 {
		left: 9%;
		top: 0px
	}
}
.nojs section#ports .bg-item {
	background: transparent url("../images/battery-case/bright/case-led-bright.png") no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	overflow: hidden;
	height: 574px;
	width: 556px;
	z-index: -1;
	-webkit-transform: translateZ(0);
	overflow: visible
}
.nojs section#ports .block {
	top: 5%;
	margin-top: 0
}
.nojs section#ports .block2 {
	margin-top: 350px
}






/* Section Front View */
section#concept .block, section#concept .bg-item {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	bottom: auto
}
section#concept .block {
	bottom: 5%;
	background-image: none
}
section#concept .bg-item {
	left: 0%;
	right: 50%;
	top: 50px;
	bottom: 55px;
	margin: 0;
	height: auto;
	width: auto
}
section#concept .slide-copy {
	width: 68%
}
section#concept.on .bg-item {
	background: transparent url("../images/power-dock/power-dock-flat.png") no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	overflow: hidden;
	height: 714px;
	width: 556px;
	z-index: -1;
	-webkit-transform: translateZ(0);
	height: auto;
	width: auto;
	background-position: center right
}

/* This is in v2 and makes the bg image smaller. remove fit for max size bg image*/
@media screen and (min-height: 800px) {
	section#concept.on .bg-item {
		background-size: auto
	}
}
/* end block */
@media screen and (max-width: 910px) {
	section#concept .block {
		left: 28%
	}
	section#concept .bg-item {
		left: 50%;
		margin-left: -53%
	}
	section#concept .slide-copy {
		width: 75%
	}
}
@media screen and (max-width: 640px) {
	section#concept .block {
		top: auto;
		left: 0;
		bottom: 0;
		padding-bottom: 5%;
		background-color: rgba(0, 0, 0, 0);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.35)), color-stop(50%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.7)));
		background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7));
		background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7))
	}
  section#concept .bg-item {
    left: 50%;
    top: 0;
    margin-left: -40%;
    margin-top: 10px;
  }
	section#concept .slide-copy {
		width: auto
	}
	section#concept.on .bg-item {
		margin-left: -50%;
		width: 100%
	}
}

.nojs section#concept .bg-item {
	background: transparent url("../images/power-dock/power-dock-flat.png") no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	overflow: hidden;
	height: 714px;
	width: 556px;
	z-index: -1;
	-webkit-transform: translateZ(0)
}





/* Section duplex */
section#duplex .block, section#duplex .bg-item {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	bottom: auto
}
section#duplex .block, section#duplex .bg-item-light {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	bottom: auto
}
section#duplex .block {
	bottom: 5%;
	background-image: none
}
section#duplex .bg-item {
	left: 2%;
	right: 53%;
	top: 50px;
	bottom: 55px;
	margin: 0;
	height: auto;
	width: auto
}
section#duplex .bg-item-light {
	left: 2%;
	right: 53%;
	top: 50px;
	bottom: 55px;
	margin: 0;
	height: auto;
	width: auto
}
section#duplex .slide-copy {
	width: 68%
}
section#duplex.on .bg-item {
	background: transparent url("../images/power-dock/powerdock-base-angle.png") no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	overflow: hidden;
	height: 714px;
	width: 556px;
	z-index: -1;
	-webkit-transform: translateZ(0);
	height: auto;
	width: auto;
	background-position: center right
}

section#duplex.on .bg-item-light {
	background: transparent url("../images/power-dock/powerdock-lights-angle.png") no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	overflow: hidden;
	height: 714px;
	width: 556px;
	z-index: 0;
	-webkit-transform: translateZ(0);
	height: auto;
	width: auto;
	background-position: center right
}


@media screen and (max-width: 910px) {
	section#duplex .block {
		left: 28%
	}
	section#duplex .bg-item {
		left: 50%;
		margin-left: -53%
	}
		section#duplex .bg-item-light {
		left: 50%;
		margin-left: -53%
	}
	section#duplex .slide-copy {
		width: 75%
	}
}
@media screen and (max-width: 640px) {
	section#duplex .block {
		top: auto;
		left: 0;
		bottom: 0;
		padding-bottom: 5%;
		background-color: rgba(0, 0, 0, 0);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.35)), color-stop(50%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.7)));
		background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7));
		background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7))
	}
  section#duplex .bg-item {
    left: 50%;
    top: 0;
    margin-left: -40%;
    margin-top: 0;
  }
	  section#duplex .bg-item-light {
    left: 50%;
    top: 0;
    margin-left: -40%;
    margin-top: 0;
  }
	section#duplex .slide-copy {
		width: auto
	}
	section#duplex.on .bg-item {
		margin-left: -50%;
		width: 100%
	}
		section#duplex.on .bg-item-light {
		margin-left: -50%;
		width: 100%
	}
}

.nojs section#duplex .bg-item {
	background: transparent url("../images/hyper-usb/rotated-usb.png") no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	overflow: hidden;
	height: 714px;
	width: 420px;
	z-index: -1;
	-webkit-transform: translateZ(0)
}




/* Section COLOUR */
section#colour h2 {
	text-align: center;
	position: absolute;
	top: 90px;
	width: 100%
}
section#colour h3 {
	margin-bottom: -50px
}
section#colour .carousel {
	width: 99.8%;
	left: 0.1%;
	margin-left: 0
}
section#colour .carousel .slide {
	height: 500px;
	width: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat
}
@media screen and (max-width: 1024px), screen and (max-height: 768px) {
	section#colour h3 {
		margin-bottom: 10px
	}
}
@media screen and (max-width: 768px) {
	section#colour h2 {
		top: 90px
	}
}
@media screen and (max-width: 640px) {
	/*original: Changed as not displaying centre in iPhone X and larger displays.
	section#colour .carousel {
		height: 500px;
		top: -80px;
		margin-top: 0
	}
	section#colour .carousel .pager {
		bottom: 40px
	}
	section#colour .carousel .slide {
		background-position: center center;
		background-size: contain
	}
	section#colour .carousel .slide h3 {
		bottom: 120px
	}*/
	
		section#colour .carousel {
		margin-top: -270px;
		top: 50%;
		height: 580px
	}
	section#colour .carousel .slide h3 {
		bottom: 20px
	}
	section#colour .carousel .pager {
		bottom: 60px
	}
	
}
@media screen and (max-device-height: 700px) and (min-device-height: 490px) {
	/* controls position from top on mobile */
	section#colour .carousel {
		margin-top: -270px;
		top: 50%;
		height: 580px
	}
	section#colour .carousel .slide h3 {
		bottom: 20px
	}
	section#colour .carousel .pager {
		bottom: 60px
	}
}
/*Custom@Media Targeting larger screens like iPhone X, iPhone Plus etc... */
@media screen and (max-device-height: 850px) and (min-device-height: 701px) {
	section#colour .carousel .slide h3 {
		bottom: -10px
	}
	section#colour .carousel .pager {
		bottom: 30px
	}
}
@media screen and (max-height: 640px) and (max-width: 960px) and (orientation: landscape) {
	section#colour .carousel {
		width: 100%
	}
	section#colour .carousel .slide {
		margin-top: 140px;
		width: 100%;
		height: 300px
	}
	section#colour .carousel .slide h3 {
		bottom: 48px
	}
	section#colour .carousel .pager {
		bottom: 161px
	}
}
.js section#colour.off .carousel .slide {
	background-image: none !important
}


/* ---- CUSTOM ANIMATIONS ---- */

/* FLASHING ANIMATION */
.flashit{
	-webkit-animation: flash linear 1s infinite;
	animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}

.second-stage .flashit{
	-webkit-animation: none;
	animation:none;
}



/* FLASHING BATTERY ICON */
.flash-b{
	-webkit-animation: flashbat linear 1s infinite;
	animation: flashbat linear 1s infinite;
}
@-webkit-keyframes flashbat {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flashbat {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}

.second-stage .flash-b{
display: none;
}


/* FADE BATTERY ICON */
.fadebattery {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-in 200ms;
	-moz-transition: opacity 200ms ease-in 200ms;
	transition: opacity 200ms ease-in 200ms
}
.second-stage .fadebattery {
	opacity: 1
}

/* Light Flicker Animation */
.active .vhs-flicker {
  opacity: 0;
  -webkit-animation-name: vhs-flicker;
          animation-name: vhs-flicker;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: steps(7);
          animation-timing-function: steps(7);
}

.active .vhs-flicker {
	opacity: 1
}


@-webkit-keyframes vhs-flicker {
    0%   { opacity: 0 }
   12.5% { opacity: .25 }
   25%   { opacity: 0 }
   37.5% { opacity: 0 }
   50%   { opacity: .75 }
   62.5% { opacity: 0 }
   75%   { opacity: 1 }
   87.5% { opacity: .5 }
  100%   { opacity: 1 }
}

@keyframes vhs-flicker {
    0%   { opacity: 0 }
   12.5% { opacity: .25 }
   25%   { opacity: 0 }
   37.5% { opacity: 0 }
   50%   { opacity: .75 }
   62.5% { opacity: 0 }
   75%   { opacity: 1 }
   87.5% { opacity: .5 }
  100%   { opacity: 1 }
}