/*Highlights*/
/*---------------------------------------*/
.highlights{
	max-width: 1170px;
	width: 80%;
}
.highlights-row{
	overflow-x: auto;
	overflow-y: hidden;
	padding: 15px;
	white-space: nowrap;
}
.column{
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	vertical-align: top;
}
.highlight-img-wrapper{
	width: 100%;
	max-width: 250px;
	height: 250px;
}
.highlight-img{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.rifle-img{
	width: auto;
	max-height: 250px;
}
.coffee-img{
	max-width: 150px;
}
#scroll-right{
	display: none;
}

/*Other Styles*/
/*---------------------------------------*/
.mt15{
	margin-top: 15px !important;
}
.mt30{
	margin-top: 30px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mt60{
	margin-top: 60px !important;
}
p.body em{
	font-size: 14px;
}
.highlight{
	padding: 2px 2px;
	background: #d9f0a3;
	font-size: 1.8em;
	font-family: 'FranklinITCProThin';
}

/*Media Queries*/
/*---------------------------------------*/
@media(max-width: 1400px){
	.highlights-row{
		border: 1px #ddd solid;
	}
}

@media(max-width: 1200px){
	#scroll-right{
		display: block;
	}
}
