@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body { 
	padding:0px; margin:0; 
	max-width:100%;
	height:260px;
}

a {
	color:#464646; 
	text-decoration:none;
}

.action:hover  {text-decoration:underline}

.dianomi_provider_short:hover{
	color: #0080AE;
}

.maintext:hover{
	color: #0080AE;
}
.hero img {
	float: none;
	padding: 5px 0px 5px;
	border: none;
	width: 90%;
	height: auto;
	max-width: 145px;
	margin: 0 auto;
	width:95%;
}

.wrapper {
	max-width:100%;
	width:100%;
	height:280px;font-family:Arial, Helvetica, Verdana;
    background: #fff;
    display: block;
}

.hero {
	float:left;
	width:25%;
	border:0;
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	position: relative;
}
	.first {
		float:left;
		border:0;
	}

.subhero {
	height:167px;
	width:100%;
	padding-top:0px;
	margin-top: 0px;
	text-align: left;
	}

.text {	
	font-family: Arial, Helvetica, Verdana;
	padding-top:0px;
	margin: 0;
	width: 90%;
	max-width:160px;
	height:63px;
	text-align:left;
	}

.heading_top {display:none}
.heading {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	font-family: Arial, Helvetica, Verdana;
	display:none;

}


.maintext {
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    font-family: 'Open Sans';
    font-size: 13px;
    color: #1268b1;
    font-weight: normal;
	}

.action {
	display:none;
	}

.dianomi_provider_short{
	padding-top:2px;
	text-decoration:none;
	font-size: 12px;
	color: #777;
	font-family: 'Open Sans',  Arial, Helvetica, Verdana;
	font-weight:bold;
	display:block !important;
	transition: all 0.3s ease;
}


.dianomi_provider_short:before{
	content:"(";
}

.dianomi_provider_short:after{
	content:")";
}



.dianomihref::before {display:none;
	content: url(/img/shadows/60.png);
	position: absolute;
	top: 81px;
	left:10px;
	}

#dianomi-header {
	font-size: 17px;
	font-weight: 700;
	color:#000;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:3px;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	display:none;
}

.line2{
margin: 0; 
font-weight: normal; 
font-size: 13px;
    font-family: "Open Sans" ;padding: 10px 0 15px 10px; 
border-bottom: 1px solid #fff;
background-color: #1268b1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.12)), to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.12), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.12), rgba(255,255,255,0));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.12), rgba(255,255,255,0));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.12), rgba(255,255,255,0));
    color: #eee;
    font-size: 13px;
    line-height: 1.3;
    padding: 0.8em 1.5em;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}

.logohover{
	background-repeat:no-repeat;
	width:80px;
	height:12px;
	position:absolute;
	top:12px;
	right:10px;
	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/Ufe3LcCoyKoAADivRIsAAAAC.png');
	background-repeat:no-repeat;
	background-position:right;
	display:inline;
	padding:0px;
	background-color:#fff;
	height:12px;
	background-size:54px 10px;
}

.sub-line2 {
	display:block;
	overflow: hidden;
	top:12px;
	right:10px;
	position:absolute;
	font-size:10px;height:1.3em;
	color:#ccc;
	width:30px;
	height:11px; 
	padding-bottom:0px;
	z-index:1; 
}
	.sub-line2 a{
		color:#fff;
	}