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;
}
a:hover .maintext {
	text-decoration: underline;
}
.hero img:hover {
	opacity: .8;
}
.hero img {
	float: none;
	border: none;
	width: 100%;
	height: auto;
	max-width: 239px;
	opacity: 1;
	box-sizing: border-box;
}
.hero img:hover {
	opacity: 1;
}
.wrapper {
	min-height: 320px;
margin-right: -15px;
	font-family: Arial, sans-serif;
	padding-bottom: 0px;
}

.hero {
	float: left;
	width: 33%;

	border: 0;
	/* padding: 0 6.5px 0 6.5px; */

	margin-top: 0px;
	margin-left: 0px;
height: 280px;
	margin-bottom: 0px;
	position: relative;
	box-sizing: border-box;
	/*padding-right: 0px; */
}

.first{
		float:left;
		border:0;
		
margin-left: 0;
		box-sizing: border-box;
	}


.last{
		float:left;
		border:0;
		margin-right: 0;

		box-sizing: border-box;
	}

.subhero {
	height: auto;
	max-height: 600px;
	width: 100%;

	padding-top: 0px;
	margin-top: 0px;
margin-right: 0;
	text-align: center;


}


.hero {
	float: left;
	width: 33%;
	border: 0;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	position: relative;
	box-sizing: border-box;
      
	padding-right: 10px;
}
.subhero {
	height: auto;
	
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	text-align: center;

}

.text {
	font-family: Arial, sans-serif;
	padding-top: 0px;
	margin: 0 auto;
	width:100%;
	max-height: 75px;
	text-align: left;
	margin-top: 10px;
}
.heading_top {
	display: none
}
.heading {
	display: none;
}
.maintext {
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: 600;
	line-height: 22px;
	color: #000;
	
	margin-top: 11px;
width: 100%;
}
.action {
	display: none;
}
.dianomi_provider_short {
	color: #faa61a;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 14px;
	margin-top: 5px;
display: block !important;
	
}

.dianomihref::before {
	display: none;
}
.line2 {
 display:block;
 font-size: 15px;
  font-family: Arial, sans-serif;
	font-weight: bold;
padding: 5px 0px 7px 0px; 
margin: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: 3px;
	position: absolute;
	font-size: 10px;
	height: 1.3em;
	color: #ccc;
	width: 56px;
	height: 12px;
	padding-bottom: 0px;
	z-index: 5;
}
.sub-line2 a {
	color: #999;
}
.sub-line2 img {
	border: none;
	outline: none;
  width: 55px;
  height: auto;
}

@media (max-width: 580px){

  .maintext{
  font-size:14px;
    line-height: 18px;
  }
  
  .dianomi_provider_short{
  font-size: 10px;
  }
  
}


@media (max-width: 399px){

.wrapper{
margin-right: 0;
}

.text{
position: relative;
display: block;
max-width: 350px;
}

.maintext{
width: 100%;
max-width: 350px;
line-height: 18px;
  font-size: 11px;
}

.hero {	
	width: 100%;
margin-bottom: 10px;
  height: 90px;
}


.hero img{
	display: block;
	float: left;
	max-width: 100px;
	max-height: 70px;
	margin-right: 15px;
	}

.line2 {
font-size: 15px;
}





}