@media ( max-width : 980px) {
	.col-4 .item {
		width: 47%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
}

@media ( min-width : 980px) {
	.col-4 .item {
		width: 31%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
}

@media ( max-width : 768px) {
	.navbar-toggle {
		margin-top: 12px;
	}
	.header-frontend .navbar-collapse  ul.navbar-nav {
		float: none;
		margin-left: 0;
	}
	.header-frontend .nav li a:hover,.header-frontend .nav li a:focus,.header-frontend .nav li a.dropdown-toggle:focus,.header-frontend .nav li a.dropdown-toggle .dropdown-menu li a:hover,.header-frontend .nav li.active a,.header-frontend .dropdown-menu li a:hover
		{ /*         color: #fff !important; */
		
	}
	.header-frontend .navbar-nav>li {
		padding: 0;
		margin-bottom: 2px;
	}
	.header-frontend .nav li ul.dropdown-menu li a {
		margin-left: 0px;
		color: #999 !important;;
	}
	.header-frontend .nav li .dropdown-menu li a:hover,.header-frontend .nav li .dropdown-menu li.active a
		{
		color: #fff !important;
	}
	.purchase-btn,.about-testimonial {
		margin-top: 10px;
	}
	.breadcrumb.pull-right {
		padding: 0;
	}
	.search,.bx-controls-direction {
		display: none;
	}
	.tweet-box {
		margin-bottom: 20px;
	}
	.bx-wrapper {
		margin-bottom: 60px;
	}
	.purchase-btn,.about-testimonial {
		margin-top: 0;
	}
	.purchase-btn {
		line-height: 98px;
	}
	.social-link-footer li a {
		font-size: 16px;
		height: 40px;
		width: 40px;
	}
	.navbar-header {
		float: none;
		width: 100%;
	}
	.navbar-brand {
		float: none;
		margin-left: -100px;
		position: absolute;
		left: 50%;
		margin-top: 7px;
	}
	.carousel-control {
		font-size: 45px;
		line-height: 70px;
	}
	.btn,.form-control {
		margin-bottom: 10px;
	}
}

@media ( max-width : 480px) {
	.header-frontend .navbar {
		min-height: 60px;
	}
	.navbar-toggle {
		margin-right: -10px;
	}
	.header-frontend .nav li .dropdown-menu li a:hover {
		color: #f77b6f !important;
	}
	.navbar-brand {
		margin-top: 10px !important;
		float: left !important;
		position: absolute;
		z-index: 100;
		top: 3px;
	}
	.col-4 .item {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 2%;
	}
	.breadcrumb.pull-right {
		float: left !important;
		margin-top: 10px;
		padding: 0;
	}
	.carousel-control {
		font-size: 23px;
		line-height: 38px;
	}
}
}