@-webkit-keyframes myfirst {
 0% {
top:-83px;
}
 100% {
top:0px;
}
}
.appbanner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #c2c2c2;
	cursor: pointer;
	height: 83px;
	overflow: hidden;
	position: relative;
	-webkit-animation-name: myfirst;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
}
.appbanner div.appbanner_a {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	min-width: 28px;
	min-height: auto;
}
.appbanner div.appbanner_a img {
	height: 83px;
	width: 28px;
}
.appbanner div.appbanner_b {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	min-width: 70px;
	min-height: auto;
}
.appbanner div.appbanner_b img {
	height: 65px;
	width: 65px;
}
.appbanner div.appbanner_c {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	min-width: 173px;
	min-height: auto;
}
.appbanner div.appbanner_c span.appbanner_title {
	display: block;
	font-size: 20px;
}
.appbanner div.appbanner_c span.appbanner_title2 {
	display: block;
	font-size: 12px;
}
.appbanner div.appbanner_c span.appbanner_title3 {
	display: block;
	font-size: 13px;
}
.appbanner div.appbanner_c img.appbanner_rating {
	height: 9px;
	width: 52px;
	margin: 0;
	padding: 0;
}
.appbanner div.appbanner_d {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	min-width: 40px;
	min-height: auto;
	margin-right: 5px;
	color: #037aff;
	font-size: 16px;
}
.appbanner div.appbanner_e {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: baseline;
	-ms-flex-item-align: baseline;
	align-self: baseline;
	min-width: auto;
	min-height: auto;
	color: #000000;
	font-size: 9px;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	padding-right: 5px;
}
.appbanner div.appbanner_e img.appbanner_ipadscreens {
	height: 65px;
	width: 381px;
}
@media all and (max-width: 640px) {
.appbanner div.appbanner_e {
	visibility: hidden;
	width: 0px;
}
