html,body{
	margin: 0;
}
img{
	border:0;
}
.container-loader{
	position: fixed;
	top:0;left:0;
	z-index: 1000;
	height: 100vh;
	width: 100%;
	background: url("/view/img/cnd_preloader.gif") center center no-repeat #fff;
}
.container{
	width: 100%;
}
.fixed-scroll{
}
.noscroll{
}
.y{
	position: relative;
	overflow-x: hidden;
}
.innerPageHide{
	display:none;
}

.intermediate{
	position: relative;
	-webkit-transition: left 0.25s ease;
	-moz-transition: left 0.25s ease;
	-ms-transition: left 0.25s ease;
	transition: left 0.25s ease;
}

.x{
	width:100%;
	position: relative;
	float:left;
	overflow:hidden;
	max-height: 1px;
}
.y:first-child .x:first-child{
	max-height: none;
}
.current{
	max-height: none!important;
	overflow: visible;
}
