 /*  
Theme Name: Corporate eCommerce Travel 
Theme URI: http://www.onlywebpro.com
Description: This is theme is suitable for corporate website with eCommerce functionality
Version: v1.0
Author: YT Low
Author URI: http://www.onlywebpro.com
*/

/**************************
Item Listing
***************************/

.row .item-img {
	border-top: 3px solid #fb4840;
	margin-bottom: 10px;
	overflow: hidden;
}

.row img {
	height: auto;
	max-width: 100%;
	width: 100%;
	opacity: 1;
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.row .item:hover img {
	transform: scale(1.1,1.1);
	opacity: 0.9;
}

.row h3 {
	color: #4fc1e9;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px;
}

.row .location{
	color: #787878;
	display: block;
	font-size: 14px;
}

.row .price {
	display: block;
	float: left;
	margin-right: 10px;
}

.row .col-md-4 {
	margin-bottom: 30px;
}