.project{
	
	margin-bottom: 6px;
	
	background-size:cover;
	height:145px;
	
}
	
.project.small{ height:100px; }
	
.gutterHolder{
	
	margin-left: -8px;
	margin-right: -8px;
	
}
	
.gutter{
	
	padding-left:8px;
	padding-right:8px;
	
	margin-bottom:10px;
	
}
	
.tag{
	
	bottom: 6px;
	right: 7px;
	
	opacity:0.75;
	text-transform:uppercase;
	
}
	
.bundle .tag{
	
	color:rgba(0, 0, 0,  0.75) !important;
	border:none;
	
	font-size:12px;
	
	right: 2px !important;
	bottom: 6px !important;
	
}
	
h3{
	
	border:none;
	font-size:14px;
	
	margin-top: 10px;
    text-align: center;
    display: block;
	
}
	
.sub{
	
	font-size:90%;
	color:rgba(0, 0, 0, 0.40);
	margin-left:4px;
	
}
	
.badge{
	
	position: absolute;
	top: 7px; left: 5px;
	padding: 5px 18px;
	border-radius: 2px;
	background-color: #FF243E;
	
}
	
.disabled{ 
	
	pointer-events: none;
	cursor: default;
	
	-webkit-filter: grayscale(100%) !important;
	filter: grayscale(100%) !important;
	
	opacity:0.25 !important;
	
}
	
.page{
	
	margin:0px 5px;
	padding: 4px 8px;
	
}
	
.page.current{
	
	border:2px solid #FF243E;
	padding: 4px 8px;
	border-radius: 4px;
	
}
	
.bundle{
	
	position:relative;
	
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 160px;
	
	height:100px;
	margin-bottom:20px;
	
}
	
.bundle:hover{
	
	border:2px solid #FF243E;
	
}
	
.icon-left{

	float: left;
	margin-top: 4px;

}

.form-control{ max-width:151px; }
	
@media screen and (max-width:767px){

	.bundle{ display:none; }
	
	.form-control{
		max-width: 100%;
		margin-bottom: 30px;
	}

}