.wrapper {
	width: 960px;
	margin: 0 auto 900px;
}

#container {
	width: 960px;
	margin: 0 auto;
}

h1 {
	font-family: 'Lobster',
		cursive;
	font-size: 34px;
	margin: 40px 0 20px;
	text-align: center;
	color: white;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	margin: 10px 0 10px;
	text-align: center;
	color: white;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	margin: 10px 0 40px;
	text-align: center;
	color: white;
}

a.phone[href^=tel]:link {
	color: #fff;
	text-decoration: none;
}

.col {
	float: left;
	width: 300px;
	margin: 10px;
	height: 169px;
	background: black;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-ms-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

.video-js {
	display: none;
}

.col .image img {
	width: 300px;
}

.col .image:hover {
	cursor: pointer;
}

.filterBox {
	text-align: center;

	a {
		display: inline-block;
		padding: 10px 20px;
		color: white;
		font-size: 18px;

	}
}