@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,800,900&display=swap');

body { 
	padding:0; 
	margin:0;
	width:100%;
	height:auto;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding-left:0px;
	box-sizing: border-box;
    overflow: hidden;
} 
 
.hero {
	width:25%;
	background-position:0px 0px;
	border:0;
box-sizing: border-box;
	margin-left:0px;
	color:#003876;
position: relative;
  float: left;
    width: 100%;
    margin-bottom: 5px;
  height: auto;
}



.hero.last {
margin-top: 0px;
    padding: 0;
  margin-right: 0;
}

a { 
	color:#ccc; 
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover{text-decoration:none;}


.subhero {
	padding-top:0px;
	display: block;
}

.wrapper {
	padding-left:0px;
	width:100%;
/*	height:272px; */
	overflow: auto;
	position: relative;
	text-align: left;
	margin-top:0px;
background-color: #fff;
padding: 0;
display: table;
  position: relative;
}

.text {
	zoom:1;
	padding: 0px;
	cursor:pointer;
	width:100%;
	line-height:1.2em;
	color:#333;
padding-top: 16px;
	box-sizing: border-box;
}

.maintext {
    font-family: 'Muli',sans-serif;
font-size: 12px;
line-height: 1.2em;
	color: #122225;
font-weight: 700;
  display: block;
  margin-bottom: 3px;
}

.dianomi_provider_short {
	font-style:normal;
	font-family: 'Lato', sans-serif;
	font-size:15px;
	color: #999;
	font-weight:normal;
	display:block ;
	letter-spacing: 0px;
margin-top: 0.3em;
text-transform: none;

}

.action{
	display:none !important;
	visibility: hidden;
	color: rgb(85, 7, 92);
	cursor: auto;
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
	margin-left: 5px;
}


.heading_top,
.heading {
	display: none;
}

.logohover{background-repeat:no-repeat;
	width:60px;
	height:12px;
	position:absolute;
	left:240px;
	top:2px;
	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;
}
.sponsor{
	position: relative;
	display: block;
	height: 15px;
	margin-top: 15px;
}


.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 {
	overflow: hidden;
	bottom: 25px;
	right:2px;
	position:absolute;
	font-size:10px;height:1.3em;
	color:#424242;
	width:55px;
	padding-bottom:0px;
	z-index:1; 

font-weight: bold;
font-size: 9px;

}

.sub-line2 img{
	width: 55px;
  height: auto;
	border:none;
	outline:none;
  padding-left: 1px;
  
}

.hero img {
	display: inline-block;
    float: none;
    /*margin: 5px 0px;
    padding-right: 10px; */
padding-right: 0px;
  width: 100%;
    object-fit: cover;
  height: 100px;
  padding-bottom: 0px;
  position: relative;
  width: 100%;
  height: 180px;
  display: none;
  z-index: 0;
}

.hero {
/*	height: 90px; 
	padding-bottom: 0px;
	width: 25%;
	background-position: 0px 0px;
	float: left;
	border: 0;
	padding-left: 0px;
	box-sizing: border-box;
	margin-bottom: 0px;
	padding-bottom: 5px;
*/}
 
.line2{
display: none;
  position: absolute;
  left: 0;
  padding: 2px 10px;
  font-size: 12px; 
  color: #fff;
  background: #59b5e8;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  top: -10px;
  z-index: 9999;
  text-transform: uppercase;
}




  .text{
    z-index: 100;
    position: relative;
    padding: 5px 0 ;
    bottom: auto;
    width: 100%;
    max-width: 100%;
  }

.first .text{
padding-top: 0;
} 
  
  .maintext{
    font-size: 14px;
    line-height: 18px;
    display: inline;
    padding-right: 5px;
    padding: 0;
    display: block;
  }

  .dianomi_provider_short{
  font-size: 14px;
    display: inline;    
  }
  
  .sub-line2{
  bottom: 0px;
    z-index: 999;
  top: 260px;}


@media screen and (max-width: 1295px){

  .hero {
  width: 50%;
      height: 65px;
padding-right: 1%;
  }
  
  .first .text{
padding-top: 5px;
} 
  
   .sub-line2{
  top: 140px;
  }
  
}


@media screen and (max-width: 655px){

  .hero{
  width: 100%;
    height: 60px;
    padding-right: 0;
  }
  
  .first .text{
padding-top: 0;
} 
  
  .sub-line2{
  top: 260px;
  }

}



  
