/** **/
@-webkit-keyframes w-h{
	0%{
		background-position: 0 -128px;
		opacity: 0;
	}
	0% {
		margin-left: -64px;
		background-position: center;
		width:128px;
		height:auto;
		opacity: 1;

	}
	80%{
		height: 128px;
		opacity: 1;

	}
	100%{
		height: 128px;
		opacity: 0;

	}
}
@-moz-keyframes w-h{
	0%{
		background-position: 0 -128px;
		opacity: 0;
	}
	0% {
		bottom:0;
		margin-left: -64px;
		background-position: 0 0;
		width:128px;
		height:128px;
		opacity: 1;

	}
	80%{
		height: 128px;
		opacity: 1;

	}
	100%{
		height: 128px;
		opacity: 0;

	}
}
@-o-keyframes w-h{
	0%{
		background-position: 0 -128px;
		opacity: 0;
	}
	0% {
		bottom:0;
		margin-left: -64px;
		background-position: 0 0;
		width:128px;
		height:128px;
		opacity: 1;

	}
	80%{
		height: 128px;
		opacity: 1;

	}
	100%{
		height: 128px;
		opacity: 0;

	}
}
@-ms-keyframes w-h{
	0%{
		background-position: 0 -128px;
		opacity: 0;
	}
	0% {
		bottom:0;
		margin-left: -64px;
		background-position: 0 0;
		width:128px;
		height:128px;
		opacity: 1;

	}
	80%{
		height: 128px;
		opacity: 1;

	}
	100%{
		height: 128px;
		opacity: 0;

	}
}
/** **/
/** **/

.load-iesb{
	position: absolute;
	bottom:0;
	width:256px;
	height:0;
	margin-left: -128px;
	background: url(img/logo1.png) no-repeat 0 0;
	-webkit-animation: w-h 1.8s infinite;
	-moz-animation: w-h 1.8s infinite;
	-o-animation: w-h 1.8s infinite;
	-ms-animation: w-h 1.8s infinite;
	background-size: 100%;
}
.cont-load-iesb{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:64px;
}

.load {
	position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    margin: 0;
    z-index: 99999999;
}
.loaded{
	    z-index: 999;
}
.loading {
  opacity: 1;
  -webkit-transition:opacity 1s;
  -moz-transition:opacity 1s;
  -o-transition:opacity 1s;
  transition: opacity 1s;
}
.loaded{
	opacity: 0;
  -webkit-transition:opacity 1s;
  -moz-transition:opacity 1s;
  -o-transition:opacity 1s;
  transition: opacity 1s;
}
.load.loaded.display-none{
	z-index: -1;
}