body {
	background: url('/img/go/bg-chalk.jpg') top center #4C4C4C;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 20px 20px;
}
small {
	font-size: 75%
}
.wrapper {
	padding: 20px 0 15px;
	margin-bottom: 10px;
	border-radius: none;
	padding-bottom: none;
	-moz-border-radius: none;
	-webkit-border-radius:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-column-break-inside: avoid;
	column-break-inside: avoid;
}
.row {
	margin: 0;
	padding-left: 0;
}
.row-fluid {
	column-gap: 20px;
	-webkit-column-gap: 20px;
}
hr {
    border: 0;
    height: 30px;
	margin: 5px 15px;
    background: url('/img/go/hr-chalk.png') left top no-repeat;
    background-size: 100% 100%;
}
p {
	margin: 0;
}

/* Font Styles */
.headline {
	color: #FFFC9D;
}
.subhead {
	color: #AFF4D1;
	margin: 5px auto -5px;
}
.title, .price, .description {
	color: #FFF;
}
.price {
	padding: 0;
	text-align: right;
}
.description {
	color: #AFF4D1;
	padding-right: 0;
}

/* Slideshow */
.slideshow {
	width: 100%;
	height: auto;
}
.slide-img, .slide-img img {
	width: 100%;
}
.slide-img img {
	height: 100%;
}
.slide-caption {
	color: #FFF;
	width: 100%;
	padding: 20px;
	min-height: 90px;
	text-align: center;
	background-color: rgba(0,0,0,.4);
}

/* Other */
.item-container {
	padding-right: 15px;
}

/* Media Queries */
@media (width: 1080px) {
	.navbar {
		display: none;
	}
}
@media (min-width: 1920px) {
	body {
		padding: 20px;
        overflow: hidden;
	}
	.navbar {
		display: none;
	}
	.row-fluid {
		height: 1040px !important;
	}
	.slideshow {
		width: 1250px;
		height: 1040px;
		overflow: hidden;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.slide-img {
		height: 950px;
	}
}