@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');

body {
	padding: 0px;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
}
a {
	color: #ccc;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
}
.maintext:hover {
	color: #B80000;
	text-decoration: none;
}
.hero img:hover {
	opacity: .8;
}
.hero img {
	float: none;
	border: none;
	width: 100%;
	height: auto;
	max-width: 285px;
	opacity: 1;
	box-sizing: border-box;
}
.hero img:hover {
	opacity: 1;
}
.wrapper {
	min-height: 750px;
	margin-right: -20px;
	font-family: Arial, Helvetica, Verdana;
	padding-bottom: 20px;
}
.hero {
	float: left;
	width: 25%;
	border: 0;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	position: relative;
	box-sizing: border-box;
	padding-right: 20px;
}
.subhero {
	height: auto;
	max-height: 545px;
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	text-align: center;
}
.text {
	font-family: Arial, Helvetica, Verdana;
	padding-top: 0px;
	margin: 0 auto;
	width: 100%;
	height: 63px;
	text-align: left;
	margin-top: 5px;
}
.heading_top {
	display: none
}
.heading {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	font-family: "Open Sans", Arial, Helvetica, Verdana;
	display: none;
}
.maintext {
	font-size: 14px;
	font-family: "Oswald", Impact, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	display: block;
	margin-top: 10px;
}
.action {
	display: none;
}
.dianomi_provider_short {
	color: #666;
	font-size: 12px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 8px;
	display: block !important;
}
.dianomi_provider_short:before {
	content: "";
}
.dianomi_provider_short:after {
	content: "";
}
.dianomihref::before {
	display: none;
	content: url(/img/shadows/60.png);
	position: absolute;
	top: 81px;
	left: 10px;
}
.line2 {
	padding: 0px;
	margin-top: 0px;
	font-size: 18px;
	margin: 0 0 12px;
	text-transform: none;
	color: #000;
	width: 100%;
	white-space: nowrap;
	font-family: "Oswald", Impact, sans-serif;
	font-weight: 400;
	position: relative;
	margin-left: 0px;
}
.logohover {
	background-repeat: no-repeat;
	width: 90px;
	height: 12px;
	position: absolute;
	bottom: 8px;
	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;
}
.sub-line2 {
	overflow: hidden;
	top: 10px;
	right: 0px;
	position: absolute;
	font-size: 10px;
	height: 1.3em;
	color: #ccc;
	width: 60px;
	height: 12px;
	padding-bottom: 0px;
	z-index: 5;
}
.sub-line2 a {
	color: #999;
}
.sub-line2 img {
	border: none;
	outline: none;
}
@media screen and (min-width:400px) and (max-width:600px) {
	.hero {
		width: 25% !important;
		height: 302px !important;
	}
}
@media screen and (max-width:400px) {
	.hero {
		width: 50% !important;
		height: 305px !important;
		padding: 0;
padding-left: 5px;}
	.wrapper{
		width: 100%;
	}	
.first{
padding-right: 5px;
padding-left: 0;}
.last{
padding-left: 5px;
}
}