
[class*=animate-] {
	position: relative;
	overflow: hidden
}
[class*=animate-] .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(b70.png);
	color: #fff;
	padding: 5px 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
	overflow: hidden;
	font-size: 13px
}
[class*=animate-] .overlay h3 {
	margin-top: 15px;
	margin-bottom: 15px
}
[class*=animate-] .overlay.solid {
	background: #000
}
[class*=animate-] img {
	position: relative
}
[class*="-out"] {
	overflow: visible
}
.animate-filter img.filter {
	position: absolute;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	top: 0;
	left: 0
}
.animate-filter-reverse img.filter {
	position: absolute;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
	left: 0
}
[class*="-icon"] .overlay>span {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center
}
[class*="-icon"] .overlay>span i {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px
}
[class*=animate-boxin] .mask {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	left: 0;
	border: 1px solid rgba(0,0,0,.7);
	border-style: inset;
	border-width: 0;
	z-index: 1
}
[class*="-liftoff"] {
	overflow: visible
}
[class*="-reveal"] {
	position: relative;
	margin-bottom: 20px;
	float: left;
	background: #000;
	outline: #000 solid 0;
	border-color: #000;
	overflow: visible
}
[class*="-reveal"] .overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	color: #fff;
	padding: 5px 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
	overflow: hidden;
	float: left;
	position: relative
}
[class*="-flyin-up"] .overlay, [class*="-flyin-down"] .overlay, [class*="-flyin-left"] .overlay, [class*="-flyin-right"] .overlay {
	position: absolute;
	left: 0;
	height: auto;
	top: auto;
	bottom: 0
}

@media(max-width:1024px) {
[class*=animate-] {
	overflow: visible;
	outline: 0!important
}
[class*="-icon"] .overlay, [class*=animate-boxin] .mask {
	display: none!important
}
[class*=animate-] .overlay {
	position: relative;
	opacity: 1!important;
	overflow: visible!important;
	filter: alpha(opacity=100);
	background: #000;
	height: auto!important;
	-moz-transform: scale(1)!important;
	-webkit-transform: scale(1)!important;
	-o-transform: scale(1)!important;
	transform: scale(1)!important;
	top: 0!important;
	bottom: 0!important;
	left: 0!important;
	right: 0!important
}
[class*=animate-reveal] .overlay {
	padding: 10px!important
}
[class*=animate-] img {
	position: relative;
	-moz-transform: scale(1)!important;
	-webkit-transform: scale(1)!important;
	-o-transform: scale(1)!important;
	transform: scale(1)!important;
	top: 0!important;
	bottom: 0!important;
	left: 0!important;
	right: 0!important
}
[class*=animate-] .overlay * {
	top: 0!important;
	bottom: 0!important;
	left: 0!important;
	right: 0!important;
	-moz-transform: scale(1)!important;
	-webkit-transform: scale(1)!important;
	-o-transform: scale(1)!important;
	transform: scale(1)!important;
	filter: alpha(opacity=100)!important;
	opacity: 1!important
}
}
