@font-face{font-family: 'Roboto';
src:url('https://fonts.googleapis.com/css?family=Roboto:500');
}

@font-face{font-family: 'Open Sans';
src:url('https://fonts.googleapis.com/css?family=Open+Sans');
}



.hidden {
	display: none;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 600px;
  background: transparent;
}

.hero {
	font-size: 13px;
	list-style-type: none;
	padding-left: 0px;
	min-height: 90px;
	width: 100%;
	padding: 10px 0;
	border-bottom: 0px solid #e4e4e4;
}

.first {
	padding-top: 0;
}



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 #eee;
}

.subhero {
}

.wrapper {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	text-align: left;
	float: left;
}

.text {
	cursor: pointer;
	width: 65%;
	float: left;
}

.maintext {
	font-size: 13px;
font-family: Verdana, sans-serif;  
  font-weight: 400;
	line-height: 19px;
	color: #333333;
	display: block;
	margin-top: 0;
}

.maintext:hover{
color: #4db2ec;
text-decoration: underline;  
}

.action {
	display: none;
}

.heading {
	display: none;
}

.heading_top {
	display: none;
}


/*
.line2 {
  width: 80%;
	list-style-type: none;
	position: relative;
	top: 0;
  font-weight: bold;
	margin: 0 0 15px 0px;
    font-family: Georgia, Times, serif; 	
	color: #333333;
	border-bottom: 3px solid #005fa6;
	border-radius: 0;
	font-size: 17px;
	position: relative;
padding: 0 5px;
	display: block;
  line-height: 24px;
}

*/

.line2 {
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
font-family: 'Roboto', sans-serif;
	color: #ffffff;
	border-bottom: 2px solid #1e73be;
	border-radius: 0;
	position: relative;
	top: 0;
  font-weight: 600;
	margin: 0 0 15px 0px;
	display: inline-block;
  line-height: 15px;
/*height:31px; */
  letter-spacing: 1px;
}

.title {
	width: auto;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
font-family: 'Roboto', sans-serif;
	color: #ffffff;
	border-bottom: 1px solid #1e73be; 
	border-radius: 0;
	background-color: #1e73be;
	font-size: 14px;
	position: relative;
	top: 0;
padding: 7px 12px 4px 12px;
  font-weight: normal;
	display: inline-block;
/*  line-height: 35px; */
}

.dianomi_provider_short, .article_date {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 5px;
	display: block !important;
	font-size: 11px;
	color: #444;
}
/*
.article_date{
font-family: Georgia, Times, serif; 	
	font-weight: 400;
	line-height: 1.2;
	margin-top: 5px;
	display: block !important;
	font-size: 12px;
	color: #666;
white-space: nowrap;
}
*/
.sub-line2 {
  position: absolute;
  top: 581px !important;
  right: 2px;
  z-index: 1;

  display: flex;
  align-items: flex-start;

  font-size: 12px;
  font-weight: 400;
  color: #999;

  -webkit-font-smoothing: antialiased;
}

.sub-line2 a {
  font-size: inherit;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}

.sub-line2 > :nth-child(2) {
  width: 100px;
}

.sub-line2 img {
  width: 60px;
  height: auto;
  border: 0;
  outline: 0;
}

.sub-line2 span {
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #404040;
  padding-left: 2px;
}

img.dianomi-lg {
  display: inline;
}

img.dianomi-lg2 {
  display: none;
  max-width: 25px;
  height: auto;
  filter: invert(1);
}

@media (max-width: 335px) {

  .line2 {
  width: 90%;
  }
  
  .text{
  width: 60%;
  }
  
}
