/*START CAROUSEL STYLES*/
.homepage-carousel-wrapper {
	width:100%;
	overflow: hidden;
	padding:20px 0px;
	position:relative;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.homepage-carousel-wrapper * {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.homepage-carousel-wrapper .hide-content {
	opacity: 0;
}

.homepage-carousel-wrapper .slick-dots {
	bottom: -50px;
}

.homepage-carousel-wrapper .slick-dots li.slick-active button:before {
	color: #dc4e14;
	opacity: 1;
}

.homepage-carousel-wrapper .slick-dots li button:before {
	color: #dc4e14;
	font-size: 10px;
}

.homepage-carousel-wrapper .slick-prev,
.homepage-carousel-wrapper .slick-next {
	visibility: hidden;
}

.homepage-carousel-wrapper .slick-slide {
	position:relative;
}

.homepage-carousel-wrapper .home-carousel-img {
	width:100%;
	height:auto;
}

.homepage-carousel-wrapper .slick-caption {
	padding: 20px;
	background-color:rgba(255,255,255,0.85);
	color:#563400;
	font-weight:bold;
	display:block;
	font-size:1.3em;
	width: 100%;
}

.homepage-carousel-wrapper .slick-subtitle {
	color: #dc4e14;
	text-align: left;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
}

.homepage-carousel-wrapper .slick-title {
	font-style:normal;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0;
	color: #563400;
	font-size: 3.1em;
	line-height: 1;
	text-align: left;
	margin-bottom: 0.5em;
}

.homepage-carousel-wrapper .slick-text {
	text-align: left;
}

.homepage-carousel-wrapper .slick-info {
	display: block;
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 23px;
	text-transform: uppercase;
}

.homepage-carousel-wrapper .slick-primary-link,
.homepage-carousel-wrapper .slick-secondary-link {
	display: block;
	float: left;
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;
	padding: 10px 33px 8px 15px;
	font-size: 0.9em;
	line-height: 1;
	letter-spacing: 0.8px;
}

.homepage-carousel-wrapper .slick-primary-link {
	background-image: url(../images/presentation/white_chev.png);
	background-repeat: no-repeat;
	background-position: 91% center;
	background-color: #e14c25;
	color: #ffffff;
}

.homepage-carousel-wrapper .slick-secondary-link {
	color: #de4c25;
	position: relative;
	display: block;
	float: right;
}

.homepage-carousel-wrapper .slick-secondary-link:hover {
	text-decoration: underline;
}

/* adding the bg image here with a pseudo el as it's a sprite and fiddly */
.homepage-carousel-wrapper .slick-secondary-link:after {
	content: ' ';
	position: absolute;
	right: 9%;
	top: 50%;
	margin-top: -7px;
	background-image: url(../images/presentation/right_chev.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	width: 9px;
	height: 14px;
}

.homepage-carousel-wrapper .slick-primary-link:hover {
	color: #ffffff;
}

/* This text should only show on non-touch desktop devices */
.homepage-carousel-wrapper .next-slide-title {
	display: none;
}

/* Desktop specific styles for the carousel */
@media only screen and (min-width: 721px) {

	.homepage-carousel-wrapper .slick-caption {
		padding: 25px;
		position:absolute;
		bottom: 15px;
		left: 15px;
		width:38%;
	}

	.homepage-carousel-wrapper .slick-title {
		margin-bottom: 18px;
	}

	.homepage-carousel-wrapper .slick-prev,
	.homepage-carousel-wrapper .slick-next {
		visibility: visible;
		width: 52px;
		height: 30px;
		background-color: #ffffff;
		background-color: rgba(255, 255, 255, 0.85);
	}

	.homepage-carousel-wrapper .slick-prev:before, .homepage-carousel-wrapper .slick-next:before {
		content: ' ';
		opacity: 1;
	}

	.homepage-carousel-wrapper .slick-prev:before {
		position: absolute;
		left: 50%;
		margin-left: -4.5px;
		top: 50%;
		margin-top: -7px;
		background-image: url(../images/presentation/left_chev.png);
		background-position: 0 100%;
		width: 9px;
		height: 14px;
	}

	.homepage-carousel-wrapper .slick-next:before {
		position: absolute;
		left: 50%;
		margin-left: -4.5px;
		top: 50%;
		margin-top: -7px;
		background-image: url(../images/presentation/right_chev.png);
		background-position: 0 100%;
		width: 9px;
		height: 14px;
	}

	.homepage-carousel-wrapper .slick-prev:focus,
	.homepage-carousel-wrapper .slick-next:focus {
		background-color: rgba(255, 255, 255, 0.85);
	}

	.homepage-carousel-wrapper .slick-prev:hover,
	.homepage-carousel-wrapper .slick-next:hover {
		background-color: rgba(255, 255, 255, 0.85);
	}

	.no-touch .homepage-carousel-wrapper .slick-prev:hover:before {
		background-position: 0 0;
	}

	.no-touch .homepage-carousel-wrapper .slick-next:hover:before {
		background-position: 0 0;
	}

	/* Styling update for the response to tapping next/prev on a tablet*/
	.touch .homepage-carousel-wrapper .slick-prev.touching:before {
		background-position: 0 0;
	}

	.touch .homepage-carousel-wrapper .slick-next.touching:before {
		background-position: 0 0;
	}

	.homepage-carousel-wrapper .slick-prev {
		right: 75px;
		bottom: 15px;
		top: auto;
		left: auto;
		margin-top: 0;
	}

	.homepage-carousel-wrapper .slick-next {
		right:15px;
		bottom: 15px;
		top: auto;
		left: auto;
		margin-top: 0;
	}

	/* The text has a reveal on hover on desktop, so hide it in the first instance */
	/* and animate to reveal it on hover */
	/* If it's a touch device then just show the text - no hover, this is mainly   */
	/* for the benefit of tablet users */
	.no-touch .homepage-carousel-wrapper .slick-text {
		font-weight: normal;
		font-size: 1em;
		max-height: 0;
		overflow: hidden;
		margin-bottom: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;

	}

	.no-touch .homepage-carousel-wrapper .slick-caption:hover .slick-text {
		max-height: 200px;
		/*margin-top: 10px;*/
		margin-bottom: 20px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;

	}

	.touch .homepage-carousel-wrapper .slick-text {
		max-height: 200px;
	}

	.no-touch .homepage-carousel-wrapper .next-slide-title {
		display: block;
		width: 111px;
		background-color: #c53c06;
		color: #ffffff;
		position: absolute;
		bottom: 53px;
		right: 15px;
		opacity: 0;
		padding: 10px;
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		-o-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
	}

	.no-touch .homepage-carousel-wrapper .next-slide-title p {
		margin: 0;
		text-align: left;
	}

	.no-touch .homepage-carousel-wrapper .next-slide-title p.head {
		text-transform: uppercase;
		margin-bottom: 5px;
	}

	.no-touch .homepage-carousel-wrapper .next-slide-title p.body {
		font-size: 1.1em;
		line-height: 1;
	}

	.no-touch .homepage-carousel-wrapper .next-slide-title.show {
		display: block;
		opacity: 1;
		-webkit-transition: opacity 0.1s ease-out;
		-moz-transition: opacity 0.1s ease-out;
		-o-transition: opacity 0.1s ease-out;
		transition: opacity 0.1s ease-out;
	}

}





/*END CAROUSEL STYLES*/





/*START MASONRY STYLES*/

#homepage-column-wrapper {
	width: 100%;
}

#homepage-column-wrapper * {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.grid-sizer {
	width:33%;
}

.homepage-item {
	width: 31%;
	/*background-color:#dfddd9;*/
	background-color: #c53c06;
	margin-bottom: 20px;
	opacity: 1;
}

.homepage-item:hover img {
	opacity: 0.8;
}

.homepage-item.double {
	width:64%;
}

.homepage-item h2 {
	margin-bottom:0;
	padding: 17px 15px 0px 15px;
	font-size: 1.4em;
	line-height: 1.4;
	background-color:#dfddd9;
	text-align: left;
}

.homepage-item h2 a {
	color: #c53c06;
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
}

.homepage-item h2 a:hover {
	text-decoration: underline;
}

.homepage-item img{
	width:100%;
}

.home-item-txt {
	font-size: 1.3em;
	text-align: left;
	padding: 2px 15px 4px 15px;
	background-color: #dfddd9;
}

.home-item-txt p {
	font-weight: normal;
	font-size: 1em;
}

@media only screen and (min-width: 415px) {
	#homepage-column-wrapper {
		width: 102%;
		padding-left: 1%;
		margin-left: -1%;
		/*padding-left:2%;*/
	}
}

@media screen and (max-width: 414px) {

	.grid-sizer {
		width: 100%;
	}

	.homepage-item,
	.homepage-item.double {
		width:100%;
	}
}

@media only screen and (min-width: 415px) and (max-width: 720px) {
	.grid-sizer {
		width: 32%;
	}

	.homepage-item {
		width: 31%;
	}

	.homepage-item.double {
		width: 62%;
	}
}



/*END MASONRY STYLES */