@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600);
@import url(https://fonts.googleapis.com/css?family=Lato:400, 300);
body { 
	padding:0px; margin:0; 
	max-width:100%;
    overflow: hidden;
}

a { 
	color:#ccc; 
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover{text-decoration:none;}

.maintext:hover  {
	text-decoration:underline;
}
.hero img:hover{
opacity: .8;}

.hero img {
	float: none;
	border: none;
	width: 100%;
	height: auto;
	max-width: 185px;
	opacity: 1;
	box-sizing: border-box;
}
.hero img:hover{
	opacity: 1;
}

.wrapper {
	min-height: 280px;
	margin-right: -20px;
	font-family:Arial, Helvetica, Verdana;
	padding-bottom:20px;
}

.hero {
	float:left;
	width:20%;
	border:0;
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	position: relative;
	box-sizing: border-box;
	padding-right: 20px;

}
.subhero {
	height:auto;
	max-height:245px;
	width:100%;
	padding-top:0px;
	margin-top: 0px;
	text-align:center;
	}



.text {	
	font-family: Arial, Helvetica, Verdana;
	padding-top:0px;
	margin: 0 auto;
	width:100%;
	height:63px;
	text-align: left;
	margin-top:5px;
	max-width:190px;
	}

.heading_top {display:none}
.heading {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	font-family: 'Open Sans', Arial, Helvetica, Verdana;
	display:none;

}


.maintext {
	letter-spacing: 0px;
	color:rgb(48, 145, 211);
	cursor: pointer;
	display: inline;
	font-family: 'Source Sans Pro', helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	margin-right:2px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	}

.action {
	display:none;
	}

.dianomi_provider_short{
	font-style:normal;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: rgb(100,100,100);
	font-weight:normal;
	display:block !important;
	letter-spacing: 0px;
}


.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: 13px;
    font-family: 'Lato', arial, sans-serif;
    color: #fff;
    background-color: #176093;
    padding: 5px 10px;
    margin-bottom: 5px;
}



.logohover{
	background-repeat:no-repeat;
	width:90px;
	height:12px;
	position:absolute;
	bottom:8px;
	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;
}


.sub-line2 {
	overflow: hidden;
	bottom:0px;
	right:0px;
	position:absolute;
	font-size:10px;height:1.3em;
	color:#999;
	width:57px;
	height:11px; 
	padding: 4px 8px 4px 8px;
	z-index:1; 
	width: 55px;

}


.sub-line2 a {
	color:#999;
}

.sub-line2 img {
	border: none;
	outline: none;
	width: 55px;
}

@media screen and (max-width: 600px){
.hero{
width: 33.3333% !important;
height: 280px !important;
}
}

@media screen and (max-width: 380px){
.hero{
width: 50% !important;
height: 280px !important;
}
}

