body {
	padding: 0px;
	margin: 0;
	background-color: #ffffff;
	max-width: 650px;
	height: 800px;
}
a {
	color: #464646;
	text-decoration: none;
}
.action:hover {
	text-decoration: underline
}
.dianomi_provider_short:hover {
	color: #1d6fa5;
}
.maintext:hover {
	color: #0080AE;
}
.hero img {
	float: none;
	border: none;
	width: 100%;
	margin: 0px 0;
	height: auto;
	max-height: 164px;
}
.wrapper {
	max-width: 102%;
	background-color: #ffffff;
	width: 102%;
	margin-left: -2%;
	height: 800px;
	font-family: Arial, Helvetica, Verdana;
}
.hero {
	float: left;
	width: 33.33%;
	border: 0;
	padding-left: 2%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	height: 33.3333%;
	position: relative;
	box-sizing: border-box;
}
.subhero {
	height: auto;
	max-height: 245px;
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
}
.text {
	font-family: Arial, Helvetica, Verdana;
	padding-top: 4px;
	margin: 0;
	width: 95%;
	height: 63px;
	text-align: left;
}
.heading_top {
	display: none;
	visibility: hidden;
}
.heading {
	display: none;
	visibility: hidden;
}
.maintext {
	vertical-align: middle;
	display: block;
	padding: 2px 0px  0px  0px;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, Verdana;
	line-height: 14px;
	min-height: 30px;
	transition: all 0.3s ease;
}
.action {
	display: none;
	visibility: hidden;
}
.dianomi_provider_short {
	padding-top: 2px;
	text-decoration: none;
	font-size: 12px;
	color: #999;
	font-family: Arial, Helvetica, Verdana;
	font-weight: normal;
	display: block !important;
	transition: all 0.3s ease;
}

#dianomi-header {
	display: none;
	visibility: hidden;
}

.logohover {
	background-repeat: no-repeat;
	width: 110px;
	height: 12px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding-bottom: 0px;
	display: inline;
	-webkit-transition: background 300ms ease-in-out 0s;
	-moz-transition: background 400ms ease-in-out 0s;
	-o-transition: background 400ms ease-in-out 0s;
	transition: background 400ms ease-in-out 0s;
	z-index: 1;
}
.logohover:hover {
	background: url('/img/uploads/VfG99MCoyKoAAGpDgiIAAAAI.png');
	background-repeat: no-repeat;
	background-position: right;
	display: inline;
	padding: 0px;
	background-color: #fff;
	height: 12px;
	background-size: 54px 10px;
}
.sub-line2 {
	overflow: hidden;
	bottom: 0px;
	right: -2px;
	position: absolute;
	font-size: 10px;
	height: 1.3em;
	color: #ccc;
	width: 105px;
	height: 11px;
	padding-bottom: 0px;
	z-index: 1;
}
.sub-line2 a {
	color: #777;
}
.sub-line2 img {
	border: none;
	outline: none;
}
@media screen and (min-width:401px) and (max-width:600px) {
}
@media screen and (max-width:525px) {
	.hero {
		margin-bottom: 0px;
		height: 33.3333%;
	}
	.logohover, .sub-line2 {
		bottom: 8px;
	}
}
@media screen and (max-width:416px) {
	.hero {
		margin-bottom: 0px;
		height: 33.3333%;
	}
	.logohover, .sub-line2 {
		bottom: 5px;
	}
}