* {
	margin:0;
	padding:0
}
.clear {
	clear:both
}
#nex {
	-webkit-transform:translateZ(0);
	transform:translateZ(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;
	opacity:0
}
#nex img {
	-ms-interpolation-mode:bicubic;
	border:0
}
.nex-animo-main {
	width:inherit;
	height:inherit;
	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:960px;
	position:fixed;
	bottom:25px;
	left:0;
	right:0;
	margin:0 auto;
	height:75px;
	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-bar #nex-bullets {
	right:15px;
	bottom:0;
	top:50%;
	overflow:hidden;
	margin-top:-6px
}
.nex-circle .nex-bullet {
	border-radius:50%
}
.nex-bullet {
	width:12px;
	height:12px;
	margin-left:10px;
	float:left;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .3)
}
#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
}
#nex-details {
	line-height:75px;
	padding-left:10px;
	font-size:18px
}
#nex-details-title {
	font-weight:700
}
.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
}
}

/*custom css */
#nex-bar {
	display:none;
}
.loginmainwraper {
	position: relative;
	z-index: 9999;
}
.headerlgin {
	background: url("../images/login-h.png") repeat-x scroll 0 0;
	float: left;
	height: 81px;
	width: 100%;
}
.logo {
    text-align: center;
}
.footer {
	background: url("../images/footer-bg-l.png") repeat-x scroll 0 0;
	float: left;
	height: 56px;
	width: 100%;
	display:none
}
.loginpartmid {
	margin:0 auto;
	width:375px;
}
.loginpartmidinner {
	background:#f6f7f8;
	padding:15px;
	float:left;
	width:100%;
	border-radius: 10px;
	color:#2e2e2e;
	font-family: Calibri,arial;
	margin:25% 0 0 0;
	box-shadow: 0px 0px 15px #363636;
}
.loginpartmidinner h2 {
    font-size: 33px;
    font-weight: normal;
	margin-bottom: 8px;
	text-align:center;
}
.loginpartmidinner h3 {
	font-size:14px;
	margin-bottom: 8px;
}
.formgroup {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.formgroup label {
	display:block;
}
.textfield {
    border: solid 1px #c9cacc;
    padding: 2%;
    border-radius: 5px;
    width: 96%;
}
.loginbtn {
	border: none;
    border-radius: 5px;
    padding: 2%;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 15px;
	cursor:pointer;
}
.loginbtnreset {
	border: solid 1px #dddddd;
    border-radius: 5px;
    padding: 2%;
    display: block;
    width: 100%;
    color: #2e2e2e;
    font-size: 15px;
	cursor:pointer;
}
.dateformatbg {
    color: #fff;
    float: right;
    width: 320px;
    margin-top: 22px;
}
#date {
    font-family: calibri,arial;
    font-size: 16px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-top: 3px;
    text-align: right;
    text-shadow: 1px 1px 0 #000;
    width: 300px;
}
/*custom css*/
#nex-preloader {
    display:none;
}
#nex-bar, #nex-loadbar, #nex-loadbar-progress {
    display:none !important;
}