.container-fluid {
	padding: 0;
	margin: 0px -21px 0px 20px;
}
.item-grid {
	font-family: tahoma, Helvetica, Sans-Serif ;
	text-align: center;
	padding: 0;
	border: 1px solid rgba(0,0,0,.1);
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 10px 10px 0 0;
	margin: 5px 0px;
}

	.item-grid .item-image {
		position: relative;
		transition: all .3s ease 0s;	
	}

		.item-grid .item-image a {
			display: block
		}

		.item-grid .item-image img {
			width: 100%;
			height: 150px;
		}

	.item-grid .pic-1 {
		opacity: 1;
		transition: all .3s ease-out 0s;		
	}

	.item-grid:hover .pic-1 {
		/*opacity: 1*/
		filter: brightness(50%);
	}

	/*.item-grid .pic-2 {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		transition: all .3s ease-out 0s
	}

	.item-grid:hover .pic-2 {
		opacity: 1
	}*/

	.item-grid .actions {
		width: 150px;
		padding: 0;
		margin: 0;
		list-style: none;
		opacity: 0;
		transform: translateY(-50%) translateX(-50%);
		position: absolute;
		top: 60%;
		left: 50%;
		z-index: 1;
		border-radius: 2px;
		transition: all .3s ease 0s
	}

	.item-grid:hover .actions {
		opacity: 1;
		/*top: 50%*/
	}

	.item-grid .actions li {
		display: inline-block
	}

		.item-grid .actions li a {
			color: #fff;
			background-color: #34495e;
			font-size: 16px;
			line-height: 40px;
			text-align: center;
			height: 40px;
			width: 40px;
			margin: 0 2px;
			display: block;
			position: relative;
			transition: all .3s ease-in-out
		}

			.item-grid .actions li a:hover {
				color: #fff;
				background-color: #2ecc71
			}

			.item-grid .actions li a:after, .item-grid .actions li a:before {
				content: attr(data-tip);
				color: #fff;
				background-color: #17666c;
				font-size: 12px;
				letter-spacing: 1px;
				line-height: 20px;
				padding: 1px 5px;
				white-space: nowrap;
				opacity: 0;
				transform: translateX(-50%);
				position: absolute;
				left: 50%;
				top: -30px
			}

			.item-grid .actions li a:after {
				content: '';
				height: 15px;
				width: 15px;
				border-radius: 2;
				transform: translateX(-50%) rotate(45deg);
				top: -30px;
				z-index: -1
			}

			.item-grid .actions li a:hover:after, .item-grid .actions li a:hover:before {
				opacity: 1
			}

	/*.item-grid .item-discount-label, .item-grid .item-new-label {
		color: #fff;
		background-color: #ef5777;
		font-size: 12px;
		text-transform: uppercase;
		padding: 2px 7px;
		display: block;
		position: absolute;
		top: 10px;
		left: 0
	}

	.item-grid .item-discount-label {
		background-color: #333;
		left: auto;
		right: 0
	}

	.item-grid .rating {
		color: #FFD200;
		font-size: 12px;
		padding: 12px 0 0;
		margin: 0;
		list-style: none;
		position: relative;
		z-index: -1
	}

		.item-grid .rating li.disable {
			color: rgba(0,0,0,.2)
		}*/

	.item-grid .item-content {
		background-color: #fff;
		padding: 15px 5px 5px;
		margin: 0 auto;
		height: 100px;
		/*position: absolute;
		left: 0;
		right: 0;
		bottom: -10px;*/
		z-index: 1;
		transition: all .3s
	}

/*	.item-grid:hover .item-content {
		bottom: 0
	}*/

	.item-grid .title {
		font-size: 17px;
		font-weight: 700;
		letter-spacing: .6px;
		/*right: 0;*/
		/*position: absolute;*/
		/*text-transform: capitalize;*/
		margin: 0 3px 10px;
		transition: all .3s ease 0s
	}

		/*.item-grid .title a {
			color: #828282
		}*/

		.item-grid .title a:hover, .item-grid:hover .title a {
			color: #3333FF
		}

		/*.more:after {
			content: '\2807';
			font-size: 100px;
			text-align: left;
			padding: 5px 5px;
			margin: 0 auto;
			position: absolute;
			left: 0;
		}*/

	.item-grid .details {
		color: #33CC33;
		font-size: 13px;
		font-family: Montserrat,sans-serif;
		font-weight: 500;
		letter-spacing: .6px;
		margin: 10px 3px 10px;
		text-align: left;
		position: relative;
		/*transition: all .3s; */

	}

	/*.item-grid .btn-right {
		color: #33CC33;
		margin: 0px 3px 2px;*/
		/*position: relative;*/
		/*right: 0;
		text-align: right;
		left: auto;
		bottom: 1px;
	}*/

		.item-grid .details .btn-right {
			color: #33CC33;
			margin: 0px 3px 20px;
			/*padding-bottom:10px;*/
			position: relative;
			/*display: inline-block;*/
			text-align: right;
			right: 0;
			bottom:10px;
		}

	.item-grid .dropdown-menu .dropdown-item a {
		right: 0;
		left: auto;
		position: relative;
		display: inline-block;
		text-align: right;
	}

@media only screen and (max-width:990px) {
	.item-grid {
		margin-bottom: 30px
	}
}

