div.final-slide-content {

	text-align: center;
	width:inherit;
/* 	background-color: #ddd; */

}




div.final-slide-title {
	color: #eee;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'QuicksandBoldRegular';
	font-size: 21pt;
	line-height: 100%;
	margin-top: 3%;
}

div.final-slide-byline {
	color: #eee;
	text-align: center;
	font-size: 10pt;
	font-family: 'QuicksandLightRegular';
	margin-top: 1%;
/* 	line-height: 100%; */
}

div.final-slide-contact-info {
	text-align: center;
	font-size: 9pt;
	font-family: 'QuicksandLightRegular';
/* 	line-height: 100%; */
/* 	margin-top:3px; */
}

div.final-slide-contact-info > a {
	color: #fff;
}










div.final-slide-get-haiku-deck {
	font-weight: normal;
	font-family: "QuicksandBookRegular";
	font-size: 18pt;
	color: #fff;
	margin: 30px;
/* 	line-height: 100%; */
}

.link-get-haiku-deck {
	font-family: "QuicksandBoldRegular";
	background-color: #ff5500;
	color:#333;
	text-decoration: none;
	padding:10px;
/* 	display:inline-block; */
}

.link-get-haiku-deck:hover {
	background-color: #666;
	color:#fff;
	text-decoration: none;
}













.share {
	margin: 15px 0 ;
}

.share-text {
	text-transform: uppercase;
	font-family: 'QuicksandBoldRegular';
	font-size: 12pt;
	color: #999999;
	line-height: 32px;
	vertical-align:middle;
	margin: 0 3px;

}

.share-circle-facebook {
	vertical-align: middle;
	background-image: url('http://static.haikudeck.com/images/share-circle-facebook.png');
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	display:inline-block;
	margin: 0 3px;
}

.share-circle-twitter {
	vertical-align: middle;
	background-image: url('http://static.haikudeck.com/images/share-circle-twitter.png');
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	display:inline-block;
	margin: 0 3px;
}

.share-circle-email {
	vertical-align: middle;
	background-image: url('http://static.haikudeck.com/images/share-circle-email.png');
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	display:inline-block;
	margin: 0 3px;
}






















div.final-slide-gallery-decks {
/* 	margin-top: 9%; */
/* 	vertical-align: bottom; */
	text-align: center;
}


a.final-slide-gallery-link {
	color: #fff;
	font-weight: normal;
	font-family: "QuicksandBookRegular";
	font-size: 12pt;
	text-decoration: none;
	display: block;
}
a.final-slide-gallery-link:hover {
	text-decoration: underline;
}









div.featured-decks {
/* 	margin: 0 auto 0; */
}


a.featured-deck {
	width: 160px;
	height: 120px;
	margin: 8px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	border-style: solid;
	border-color: transparent;
	border-width: 2px;
	background-color: transparent;
/* 	border-collapse: separate; */
}

a.featured-deck:hover {
	border-color: #ddd;
}


div.featured-deck-head {
	background-color: #000;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	color: #fff;
	padding: 10px;

}
.featured-deck-title {
/* 	font-family: 'QuicksandBoldRegular'; */
	font-weight: bold;
	text-align:left;
}

.featured-deck-byline {
	text-align:left;
}




