@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');

.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:75px;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
}

.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: 62px;
	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: 72%;
	float: left;
  padding-right: 5px;
}

.maintext {
	font-size: 14px;
    font-family: "Open Sans", Arial, sans-serif;
	line-height: 18px;
	color: #21201f;
	display: block;
	margin-top: 0;
  font-weight: 400;
}

.action {
	display: none;
}

.heading {
	display: none;
}

.heading_top {
	display: none;
}

.line2 {
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	border-bottom: 2px solid #0D223F;
	border-radius: 0;
	position: relative;
	top: 0;
  font-weight: 400;
	margin: 0 0 15px 0px;
	display: inline-block;
  line-height: 1;
/*  line-height: 15px;
height:31px; */
}

.title {
	width: auto;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	border-bottom: 1px solid #0D223F; 
	border-radius: 0;
	background-color: #0D223F;
	font-size: 14px;
	position: relative;
	top: 0;
/*padding: 0 10px;*/
  font-weight: 400;
	display: inline-block;
  text-transform: uppercase;
    line-height: 1.5;
  padding: 2px 6px 0 6px;
}

.dianomi_provider_short, .article_date {
    font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 5px;
	display: block !important;
	font-size: 12px;
	color: #999999;
}

.sub-line2 {
	overflow: hidden;
	top: 10px;
	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: 320px){

  .maintext{
  font-size: 13px;
  }
  
  .dianomi_provider_short{
  font-size: 11px;
  }
  
}