.widget-card {
	transition: box-shadow 400ms ease-in 100ms;
}
.widget-card:hover {
	transition: box-shadow 400ms ease-in 100ms;
}
.widget-card .header i {
	margin-top:8px;
	margin-left: 8px;
	padding:4px;
}
.widget-card .content {
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	min-height:70px;
}
.widget-card .content .logo {
	float:right;
	margin-top:10px;
	opacity:0.6;
	transition: opacity 300ms ease-in 100ms;
}
.widget-card .content .logo:hover {
	opacity:1.0;
	transition: opacity 300ms ease-in 100ms;
}
.widget-card .content .price {
	float:left;
	text-align:left;
	font-family: 'BTabassom', 'BTitrBold', Tahoma, Arial;
	margin-top:20px;
	margin-left:10px;
	font-size:20px;
	font-weight:bold;
}
.widget-card .footer {
	background: none;
}
.widget-card .footer form {
	margin-right:30px;
	margin-bottom:5px;
}
/****************************/
.widget-card.widget-orange {
	background:#F93 url(../img/bg-orange.jpg); 
	background-size: cover;
	background-position:right top;
}
.widget-card.widget-orange:hover {
	box-shadow:  0 0 8px 1px #ffae00;
}
.widget-card.widget-orange .header .navbar-inner {
	background-color: rgba(255, 174, 0, 0.4) !important;
}
.widget-card.widget-orange .content .price {
	color:#A64F00;
}
/****************************/
.widget-card.widget-green {
	background:#F93 url(../img/bg-green.jpg); 
	background-size: cover;
	background-position:right top;
}
.widget-card.widget-green:hover {
	box-shadow:  0 0 8px 1px #96ff00;
}
.widget-card.widget-green .header .navbar-inner {
	background-color: rgba(150, 255, 0, 0.4) !important;
}
.widget-card.widget-green .content .price {
	color:#095802;
}


