body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 600px;
	color: #3f4244;
  box-sizing: border-box;
}

.hero {
	font-size: 13px;
	list-style-type: none;
	padding-left: 0px;
	min-height: 105px;
	width: 100%;
	padding: 15px 0 0 0;
    box-sizing: border-box;
}



a {
	text-decoration: none;
	color: #464646;
}

.action:hover {
	color: #0fa6c1;
	text-decoration: none;
}

.hero img {
	float: left;
	padding: 0px;
	margin-right: 15px;
	width: 100px;
	height: auto;
	border: 1px solid #E6E6E6;
}

.subhero {
}

.wrapper {
    width: 95%;
    height: 600px;
    overflow: hidden;
    position: relative;
    text-align: left;
    float: left;
    box-sizing: border-box;
}

.text {
	cursor: pointer;
	width: 58%;
	float: left;
    box-sizing: border-box;

}



.line2 {
	font-family: 'Roboto Condensed',Arial,Sans-Serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 1.6em;
	color: #333333;
	border-bottom: 4px solid #d3d3d3;
	position: relative;
	text-align: center;
	margin: 0;
	height: auto;
	width: 100%;
}
.maintext {
	font-family: 'Lato',Arial,Sans-Serif;
	letter-spacing: normal;
	display: block;
	font-size: .938rem;
	font-weight: 700;
	line-height: 1.3em;
	color: #181818;
	max-height: 99px;
	padding: 0 8px 0 0;
	margin-bottom: 0;
	margin-left: inherit;
}

.action {
	display: none;
}

.heading {
	display: none;
}

.heading_top {
	display: none;
}



.dianomi_provider_short, .article_date {
    font-family: "Lato", Verdana, sans-serif; 
	font-weight: 400;
	line-height: 1.2;
	margin-top: 5px;
	display: block !important;
	font-size: 14px;
	color: #b61a1e;
}

.sub-line2 {
	overflow: hidden;
	bottom: 3px;
	right: 1px;
	position: absolute;
	font-size: 10px;
	height: 1.3em;
	color: #ccc;
	width: 55px;
	height: 10px;
	padding-bottom: 0px;
	z-index: 1;
}

.sub-line2 a {
	color: #666;
}

.sub-line2 img {
	border: none;
	outline: none;
	width: 55px;
	height: auto;
}

@media screen and (max-width: 380px){
  .maintext{
  line-height: 18px;
  }
}

@media screen and (max-width: 320px){
  .title{
  left: 5px;
  }
  
  .dianomi_provider_short, .article_date{
  font-size: 12px;
  }
}

@media screen and (min-width: 400px){

  .text{
  width: 69%;
  }
  
}
