@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500');

body { 
	padding:0; 
	margin:0; 
	background-color:#fff;
	font-family: arial, Sans-serif;
	}

.hero { 
	width: 140px;
	height: 270px;
	float: left;
	margin-left:5px;
	}

.hero:nth-child(even) {
  margin-left: 0px !important;
}

.hero:nth-child(odd) {
  margin-left: 20px !important;
 }

a {
	text-decoration:none;
	color:#333;
	}

.maintext:hover {
	text-decoration: underline;
	color: #7a95cc;
	}
	
.subhero {
	width: 100%;
	height: inherit;
	}

.wrapper {
	position: relative;
	text-align: left;
	width:300px;
	height:600px;
	}
	
.text {
	float: left;
	cursor:pointer;
	padding: 2px 0;
	width: 99%;
	font-size: 12px;
	line-height: 17px;
	}

.heading {
	display:none;
	}

.maintext {
	font-weight:normal;
	margin-top: 2px;
	color:#7a95cc;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 18px;
	}
	
.action{display:none;}

.dianomi_provider_short {
	color: #444;
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 5px;
	display: block !important;
}

.heading_top {
	display: none;
	}

.line2 {
	padding: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	font-size: 22px;
	margin: 0 0 15px;
	text-transform: none;
	color: #333;
	width: 100%;
	font-family: 'Abril Fatface', cursive;
	font-weight: normal;
	text-align: center;
	margin-left: 0px;
	border-bottom: 1px dashed #000;
	}


.logohover{
	background-repeat:no-repeat;
	height:12px;
	right: 0px;
	position:absolute;
	bottom:0px;
	width:90px;
	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{
	display: none;								
	}

.sub-line2 {
	color:#ccc;
	display:block;
	font-size:10px;height:1.3em;
	height:12px; 
	right:1px;
	overflow: hidden;
	padding-bottom:0px;
	position:absolute;
	bottom: 0px;
	width:55px;
	z-index:1; 
	font-family: Helvetica,Arial,sans-serif;
    padding:0;
	}

.sub-line2 a{
	color:#999;
}

.sub-line2 img{
	border:none;
	outline: none;
}