@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

body {
	padding: 0px;
	margin: 0;
	background-color: #ffffff;
	max-width: 750px;
	height: 570px;
  overflow: hidden;
}

a {
	color: #464646;
	text-decoration: none;
}

.action:hover {
	text-decoration: none;
}

.dianomi_provider_short:hover {
	text-decoration: none;
}

.maintext:hover {
	text-decoration: none;
}

.hero img {
	float: none;
	border: none;
	width: 100%;
	margin: 0px 0;
	height: auto;
	max-height: 184px;
}

.wrapper {
	background-color: #ffffff;
	height: auto;
	display: table;
	font-family: Arial, Helvetica, Verdana;
	width: 103.111%;
	/*margin-left: -3.111%; */
width: 100%;

	position: relative;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

.hero {
	float: left;
	width: 33.33%;
	border: 0;
	padding: 0 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	box-sizing: border-box;
	/*min-height: 320px; */
min-height: 270px;
	padding-left: 3%;
padding-left: 6px;
}

.subhero {
	height: auto;
	max-height: 240px;
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
}

.text {
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	padding-top: 4px;
	margin: 0;
	width: 97%;
	height: 63px;
	text-align: left;
}

.heading_top {
	display: none;
	visibility: hidden;
}

.heading {
	display: none;
	visibility: hidden;
}

.maintext {
	vertical-align: middle;
	display: block;
	padding: 0px;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	line-height: 19px;
	min-height:10px;
	transition: all 0.3s ease;
padding-left: 7px;
padding-right: 5px;
}

.action {
	display: none;
	visibility: hidden;
}

.dianomi_provider_short {
padding-top: 3px;
padding-left: 7px;
	text-decoration: none;
	font-size: 12px;
	color: #adadad;
	font-family: 'Roboto Condensed', arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block !important;
	transition: all 0.3s ease;
}

.line2 {
	padding: 0px;
	padding-top: 0px;
	font-size: 19px;
	margin: 0px 0 10px 0px;
	text-transform: uppercase;
	color: #333333;
	width: 100%;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 600;
	position: relative;
	margin-left: 5px;
	line-height: 24px;
	padding-top: 0px;
}

.logohover {
	background-repeat: no-repeat;
	width: 110px;
	height: 12px;
	position: absolute;
	bottom: 0px;
	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;
}

.logohover:hover {
	background: url('/img/uploads/VfG99MCoyKoAAGpDgiIAAAAI.png');
	background-repeat: no-repeat;
	background-position: right;
	display: inline;
	padding: 0px;
	background-color: #fff;
	height: 12px;
	background-size: 54px 10px;
}

.sub-line2 {
  position: absolute;
  top: 8px !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: 490px) {
  img.dianomi-lg {
    display: none;
  }

  img.dianomi-lg2 {
    display: inline;
  }

  .sub-line2 {
    top: 2px !important;
    right:12px;
    align-items: center;
  }

  .sub-line2 span {
    padding: 0;
  }
}
@media screen and (max-width:460px) {
	.hero {
		width: 100%;
		height: 10%;
		min-height: 85px;
	}

.line2{
margin-bottom: 20px;
}

	.sub-line2 {
		bottom: 0;
		top: 550px !important;
right: 5px;
	}

	.text {
		padding-left: 90px;
                padding-right: 10px;
		box-sizing: border-box;
		margin: 0;
		width: 100%;
		padding-top: 0;
	}

	.maintext {
		min-height: 0px;
	font-size: 15px;
	}

	.hero img {
		max-width: 80px;
		float: left;
		margin-right: 10px;
	}

}
