#big-video-wrap {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 1
}
#big-video-vid,
#big-video-image {
	position: absolute
}
#big-video-control-container {
	position: fixed;
	bottom: 0;
	padding: 10px;
	width: 100%;
	background: rgba(0, 0, 0, .25);
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s
}
#big-video-control {
	width: 100%;
	height: 16px;
	position: relative
}
#big-video-control-middle {
	margin: 0 56px 0 24px
}
#big-video-control-bar {
	width: 100%;
	height: 16px;
	position: relative;
	cursor: pointer
}
#big-video-control-progress {
	position: absolute;
	top: 7px;
	height: 3px;
	width: 0;
	background: #fff
}
#big-video-control-track {
	position: absolute;
	top: 8px;
	height: 1px;
	width: 100%;
	background: #fff
}
#big-video-control-bound-left {
	left: 0
}
#big-video-control-bound-right {
	right: -1px
}
#big-video-control-track .ui-slider-handle {
	opacity: 0
}
#big-video-control-playhead {
	left: 30%
}
#big-video-control-play {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-image: url('bigvideo.png')
}
#big-video-control-timer {
	position: absolute;
	top: 1px;
	right: 0;
	color: #fff;
	font-size: 11px
}
#big-video-control-playhead,
#big-video-control-bound-left,
#big-video-control-bound-right {
	position: absolute;
	top: 0;
	height: 16px;
	width: 1px;
	background: #fff
}
#big-video-control .ui-slider-handle {
	border-left: solid 1px #fff;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -8px
}
.transparent {
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.vjs-big-play-button,
.vjs-error-display,
.vjs-control-bar,
.vjs-caption-settings {
	display: none!important
}
.abs-fs {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: none transparent
}
.abs-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.abs-vcenter {
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
.bg-cover {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.gpu-hack {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}
#preloadjs-container {
	left: 0;
	bottom: 0
}
.tof-fix::before {
	content: "";
	display: block;
	margin-left: -100%
}
.tof-fix::after {
	content: "";
	display: block;
	margin-right: -100%
}
.sven-wrapper {
	z-index: 0
}
.sven-wrapper,
.sven-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0
}
.sven-container {
	z-index: 2
}
.black-bg {
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	background: none #000
}
.color-wrapper {
	z-index: -2
}
.sven-slide {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	visibility: hidden
}
.sven-scene {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align: center;
	white-space: nowrap
}
.sven-scene:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle
}
.centered {
	position: relative;
	z-index: 1;
	display: inline-block;
	max-width: 80%;
	vertical-align: middle
}
.halign-left {
	text-align: left
}
.halign-right {
	text-align: right
}
.halign-center {
	text-align: center
}
.content-container {
	position: relative;
	visibility: hidden;
	white-space: normal;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}
.single-image,
.scene-image {
	position: absolute!important
}
.scene-image>* {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	outline: 1px solid transparent
}
.slideshow-wrapper {
	z-index: 0
}
.video-wrapper {
	z-index: -1
}
.YTPOverlay,
.bv-overlay {
	opacity: .3;
	background: none #000
}
.preview-image {
	opacity: 0;
	visibility: hidden
}
#big-video-wrap,
.mbYTP_wrapper {
	visibility: hidden
}
.mbYTP_wrapper {
	-webkit-transition: opacity 2s!important;
	-moz-transition: opacity 2s!important;
	-o-transition: opacity 2s!important;
	transition: opacity 2s!important
}
.splash-wrapper {
	z-index: 5
}
.splash-page {
	display: none
}
.right-bottom,
.bottom-right {
	right: 2%;
	bottom: 7%;
	vertical-align: bottom
}
.right-top,
.top-right {
	right: 2%;
	top: 7%;
	vertical-align: top
}
.right-center,
.center-right {
	right: 2%;
	vertical-align: middle
}
.left-top,
.top-left {
	left: 2%;
	top: 7%;
	vertical-align: top
}
.left-bottom,
.bottom-left {
	left: 2%;
	bottom: 7%;
	vertical-align: bottom
}
.left-center,
.center-left {
	left: 2%;
	vertical-align: middle
}
.center-top,
.top-center {
	top: 7%;
	vertical-align: top
}
.center-bottom,
.bottom-center {
	bottom: 7%;
	vertical-align: bottom
}
.place-left {
	top: 0;
	left: 0;
	right: auto!important;
	text-align: left
}
.place-right {
	top: 0;
	right: 0;
	left: auto!important;
	text-align: right
}
.place-center {
	top: 0;
	left: 0!important;
	right: 0!important;
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: center
}
.pl-wrapper {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 13%;
	direction: rtl
}
.pl-controls {
	position: relative;
	width: 94%;
	height: 100%;
	margin: 0 auto;
	text-align: left
}
.pl-controls:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-left: -0.25em;
	vertical-align: middle
}
.pl-controls ul {
	display: inline-block;
	margin: 0!important;
	list-style: none
}
.pl-controls li {
	display: inline-block;
	margin-left: 8px
}
.pl-controls li:last-child {
	margin-left: 0
}
.pl-controls a {
	position: relative;
	opacity: .6;
	padding: 0 4px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer
}
.pl-controls a:hover {
	opacity: 1
}
.pl-controls a.strike {
	text-decoration: line-through!important
}
.build-details {
	position: fixed;
	z-index: 10;
	bottom: 0;
	right: 0;
	opacity: 1;
	padding: 8px 12px 5px 15px;
	border-top-left-radius: 5px;
	background: none #2b3242!important;
	color: #fff!important;
	font-size: 8px;
}
.build-details span {
	display: inline-block;
	padding-left: 3px;
	font-size: 11px;
	font-weight: 600;
	vertical-align: baseline
}
.loader-container {
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: none #000
}
.loader-ie9 .loader-container .abs-center>div:after {
	content: 'LOADING';
	position: absolute;
	top: 100%;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}
.sk-double-bounce {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 auto
}
.sk-double-bounce .sk-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: .6;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	-webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
	animation: sk-doubleBounce 2s infinite ease-in-out
}
.sk-double-bounce .sk-double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}
@-webkit-keyframes sk-doubleBounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes sk-doubleBounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.sound-info {
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
	font-weight: 300;
	font-size: 12px;
	line-height: 2
}
.sound-info p {
	padding: 18px 0
}
#summary-handle,
#summary-container {
	display: none;
	-webkit-transition: left .4s;
	-moz-transition: left .4s;
	-o-transition: left .4s;
	transition: left .4s
}
#summary-handle {
	position: fixed;
	z-index: 999;
	top: 200px;
	width: 40px;
	height: 40px;
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	background: none #fff;
	line-height: 40px;
	text-align: center;
	cursor: pointer
}
#summary-handle {
	left: -5px
}
#summary-handle.active {
	left: 220px
}
#summary-handle i {
	display: block;
	width: 40px;
	height: 40px;
	color: #60d8ff;
	font-size: 1.25em;
	line-height: 40px
}
#summary-container {
	position: fixed;
	z-index: 998;
	top: 160px;
	width: 220px;
	min-height: 200px;
	height: auto!important;
	height: 200px;
	border: 1px solid #f1f1f1;
	background: none #fff;
	color: #555;
	text-align: left;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}
#summary-container {
	left: -225px
}
#summary-handle.active+#summary-container {
	left: 0
}
#summary-container p {
	line-height: 1.5
}
#summary-container .animation-name {
	text-decoration: underline
}
#summary-container .details {
	padding: 10px;
	margin: 0 auto
}
#particles-js {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%
}
.video-play-button {
	z-index: 6;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	-ms-transform: scale(0.65);
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	-o-transform: scale(0.65);
	transform: scale(0.65)
}
.video-play-button:before,
.video-play-button:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
.video-play-button:before {
	z-index: 0;
	background: none #ba1f24;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	-moz-animation: pulse-border 1500ms ease-out infinite;
	-o-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite
}
.video-play-button:after {
	z-index: 1;
	background: none #fa183d;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms
}
.video-play-button:hover:after {
	opacity: .8
}
.video-play-button span {
	position: relative;
	z-index: 3;
	top: 50%;
	display: block;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
@-webkit-keyframes pulse-border {
	0% {
		opacity: 1;
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5)
	}
}
@-moz-keyframes pulse-border {
	0% {
		opacity: 1;
		-moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
	}
	100% {
		opacity: 0;
		-moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5)
	}
}
@-o-keyframes pulse-border {
	0% {
		opacity: 1;
		-o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
	}
	100% {
		opacity: 0;
		-o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5)
	}
}
@keyframes pulse-border {
	0% {
		opacity: 1;
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
	}
	100% {
		opacity: 0;
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5)
	}
}
.lbox-top,
.lbox-bottom {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 13%;
	background: none #000
}
.lbox-bottom {
	top: auto;
	bottom: 0
}
.revealer {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none #ef0d33;
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%)
}
.lt-main {
	font-size: 1.75em;
	font-weight: 100
}
.lt-sub {
	position: relative;
	z-index: 1;
	padding: 4px;
	color: #000;
	font-size: 1.082em;
	font-weight: 300
}
.bt-container {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .12
}
.bt-wrapper {
	position: relative;
	width: 80%;
	height: 100%;
	margin: 0 auto
}
.bt-container h1 {
	font-weight: 700;
	white-space: nowrap
}
.s-char {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	outline: 1px solid transparent
}
svg#ffblur {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0
}
@media only screen and (min-width:768px) {
	.lt-main {
		font-size: 2.5em
	}
	.lt-sub {
		font-size: 1.545em
	}
	.video-play-button {
		-ms-transform: scale(0.75);
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-o-transform: scale(0.75);
		transform: scale(0.75)
	}
	#summary-handle,
	#summary-container {
		display: block
	}
}
@media only screen and (min-width:992px) {
	.lt-main {
		font-size: 3.125em
	}
	.lt-sub {
		font-size: 1.931em
	}
}
@media only screen and (min-width:1200px) {
	.lt-main {
		font-size: 4.25em
	}
	.lt-sub {
		font-size: 2.627em
	}
	.video-play-button {
		-ms-transform: scale(0.85);
		-webkit-transform: scale(0.85);
		-moz-transform: scale(0.85);
		-o-transform: scale(0.85);
		transform: scale(0.85)
	}
	.build-details {
		font-size: 10px
	}
	.build-details span {
		font-size: 14px
	}
}
@media only screen and (min-width:1824px) {
	.lt-main {
		font-size: 5.25em
	}
	.lt-sub {
		font-size: 3.245em
	}
	.video-play-button {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}
