* {
	margin: 0;
	padding: 0
}
.clear {
	clear: both
}
#nex {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: fixed;
	width: auto;
	height: auto;
	background-size: cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: fixed;
	background-repeat: no-repeat;
	opacity: 0
}
#nex img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	width: 100%;
	height: 100%
}
.nex-animo-main {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	position: fixed;
	width: 100%;
	height: 100%
}
.nex-main {
	width: inherit;
	height: inherit;
	position: relative;
	z-index: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: fixed;
	background-repeat: no-repeat;
	background-position: center center
}
.nex-main.is-active {
	z-index: 1
}
.nex-main.is-active-top {
	z-index: 2
}
.nex-main.is-invisible {
	opacity: 0
}
.nex-main video {
	background-color: #000
}
#nex-pattern {
	position: absolute;
	width: inherit;
	height: inherit;
	z-index: 1;
	opacity: .2;
	filter: alpha(opacity=20)
}
#nex-bar {
	width: 800px;
	position: fixed;
	bottom: 35px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 2px;
	z-index: 3
}
#nex-bullets {
	z-index: 3;
	position: absolute;
	right: 15px;
	bottom: 35px
}
#nex-loadbar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: inherit;
	height: 7px;
	opacity: .3;
	filter: alpha(opacity=30);
	z-index: 3
}
#nex-loadbar-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 7px;
	display: block;
	z-index: 4;
	opacity: .75;
	filter: alpha(opacity=75)
}
#nex-thumbnails {
	z-index: 3;
	list-style: none;
	position: absolute;
	bottom: 35px;
	left: 50%
}
#nex-bar #nex-thumbnails {
	top: -110px;
	left: 0
}
#nex-thumbnails li {
	float: left;
	margin: 0 10px;
	display: block;
	width: 125px;
	height: 125px;
	opacity: 0
}
.nex-circle #nex-thumbnails li, .nex-circle #nex-thumbnails li img {
	border-radius: 50%;
	overflow: hidden
}
#nex-thumbnails li.is-active {
	margin-top: -35px
}
.is-hidden {
	display: none
}
.nex-grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
.nex-sepia {
	-webkit-filter: sepia(100%);
	filter: sepia(100%)
}
.nex-hue-rotate {
	-webkit-filter: hue-rotate(50deg);
	filter: hue-rotate(50deg)
}
.nex-brightness {
	-webkit-filter: brightness(45%);
	filter: brightness(4 5%)
}
.nex-contrast {
	-webkit-filter: contrast(200%);
	filter: contrast(200%)
}
.nex-saturate {
	-webkit-filter: saturate(100%);
	filter: saturate(100%)
}
#nex-preloader {
	position: absolute;
	width: 100px;
	height: 8px;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -50px
}
#nex-preloader div {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-animation-name: nex_preloader;
	-webkit-animation-duration: 2.2s;
	-webkit-animation-iteration-count: infinite;
	animation-name: nex_preloader;
	animation-duration: 2.2s;
	animation-iteration-count: infinite
}
#nex-preloader-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}
#nex-preloader-2 {
	-webkit-animation-delay: .22s;
	animation-delay: .22s
}
#nex-preloader-3 {
	-webkit-animation-delay: .44s;
	animation-delay: .44s
}
#nex-preloader-4 {
	-webkit-animation-delay: .66s;
	animation-delay: .66s
}
@-webkit-keyframes nex_preloader {
0% {
left:0;
background-color:#000
}
50% {
left:93px;
background-color:#cf32cf
}
100% {
left:0;
background-color:#000
}
}
@keyframes nex_preloader {
0% {
left:0;
background-color:#000
}
50% {
left:93px;
background-color:#cf32cf
}
100% {
left:0;
background-color:#000
}
}
