.lens-leather {
	position: relative;
	overflow: hidden;
}
header .slidedeck-frame.lens-leather,
header iframe.slidedeck-iframe-embed { margin: 0; }
.lens-leather dl.slidedeck {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.lens-leather dl.slidedeck > dd {
    overflow: hidden;
	padding: 0;
	margin: 0;
	border: none;
	background-color: #eeeeee;
}

/* Start video stuff */
.lens-leather dl.slidedeck dd.slide-type-video {
    overflow: hidden;
}
.lens-leather dl.slidedeck .slide-type-video .video-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
}
.lens-leather dl.slidedeck .slide-type-video .video-container{
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.lens-leather dl.slidedeck .slide-type-video .video-wrapper .cover{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
}
.lens-leather dl.slidedeck .slide-type-video .video-wrapper .cover {
	background-color: #eeeeee;
}
.lens-leather dl.slidedeck .slide-type-video.sd2-image-scaling-cover .video-wrapper .cover {
    background-size: cover;
}
.lens-leather dl.slidedeck .slide-type-video.sd2-image-scaling-contain .video-wrapper .cover {
    background-size: contain;
}
.lens-leather dl.slidedeck .slide-type-video .slide-content .slide-text a.play-video-alternative {
	display: none;
}
/* Necessary because IE ignores click events on children of elements that have filter: CSS proprties. #hate_ie */
.lens-leather dl.slidedeck .slide-type-video .video-wrapper .cover .ie-background-image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* End video stuff */

.lens-leather dl.slidedeck > dd div.slide-content {
	display: none;
}
.lens-leather dl.slidedeck > dd.slide-source-twitter div.slide-content-inner{
    position: absolute;
    top: 0;
    bottom: 0;
}
.lens-leather dl.slidedeck > dd div.slide-content-inner .slide-title {
    display: none;
	font-weight: 400;
	margin: 0;
}
.lens-leather.sd2-hyphenate dl.slidedeck > dd div.slide-content-inner .slide-title {
	word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.lens-leather dl.slidedeck > dd div.slide-content-inner .slide-title a {
	text-decoration: none;
}
.lens-leather dl.slidedeck > dd div.slide-content-inner .slide-text {
    display: none;
    font-weight: normal;
}
.lens-leather.sd2-small dl.slidedeck .slide-type-video .slide-content .slide-text {
	display: none;
}
.lens-leather dl.slidedeck > dd div.slide-content-inner .slide-text a.readmore {
	display: none;
    font-size: 1em;
	text-decoration: underline;
	white-space: nowrap;
}
.lens-leather dl.slidedeck > dd div.slide-content-inner .slide-text a.readmore:hover,
.lens-leather dl.slidedeck > dd div.slide-content-inner .slide-text a.readmore:active {
    text-decoration: none;
}

/*Image Styles*/
.lens-leather dl.slidedeck > dd.has-image {
    background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.lens-leather dl.slidedeck > dd.has-image div.slide-content,
.lens-leather dl.slidedeck > dd.slide-type-textonly div.slide-content {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
}
.lens-leather dl.slidedeck > dd.slide-type-textonly div.slide-content {
	bottom: 0;
	top: 0;
}
.lens-leather dl.slidedeck > dd.slide-type-textonly div.slide-content div.slide-content-inner {
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}

/*Prev/Next Navigation Buttons*/
.lens-leather a.deck-navigation {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 50%;
	padding: 0;
	margin: 0;
	z-index: 50;
}
.lens-leather a.deck-navigation.horizontal span {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
}

/*size variations*/
.lens-leather dl.slidedeck {
	font-size: 10px;
}
.lens-leather.sd2-nav-pos-top dl.slidedeck > dd.has-image div.slide-content {
	top: 0;
}
.lens-leather.sd2-nav-pos-bottom dl.slidedeck > dd.has-image div.slide-content {
	bottom: 0;
}
.lens-leather.sd2-large dl.slidedeck > dd.slide-source-twitter div.slide-content,
.lens-leather.sd2-medium dl.slidedeck > dd.slide-source-twitter div.slide-content,
.lens-leather.sd2-small dl.slidedeck > dd.slide-source-twitter div.slide-content {
	right: 0;
}
.lens-leather.sd2-large dl.slidedeck > dd.no-image div.slide-content-inner {
	padding: 30px;
}
.lens-leather.sd2-medium dl.slidedeck > dd.no-image div.slide-content-inner {
	padding: 20px;
}
.lens-leather.sd2-small dl.slidedeck > dd.no-image div.slide-content-inner {
	padding: 10px;
}
.lens-leather.sd2-large dl.slidedeck > dd.has-image div.slide-content-inner {
	padding: 25px 20px;
}
.lens-leather.sd2-medium dl.slidedeck > dd.has-image div.slide-content-inner {
	padding: 15px;
}
.lens-leather.sd2-small dl.slidedeck > dd.has-image div.slide-content-inner {
	padding: 10px;
}
.lens-leather.sd2-large dl.slidedeck > dd.slide-source-twitter div.slide-content-inner {
	padding: 35px;
}
.lens-leather.sd2-medium dl.slidedeck > dd.slide-source-twitter div.slide-content-inner {
	padding: 35px;
}
.lens-leather.sd2-small dl.slidedeck > dd.slide-source-twitter div.slide-content-inner {
	padding: 25px;
}

/*Font Size Large*/
.lens-leather.sd2-large dl.slidedeck > dd div.slide-content-inner .slide-title {
	font-size: 2.3em;
	line-height: 1em;
}
.lens-leather.sd2-large dl.slidedeck > dd.no-image div.slide-content-inner .slide-title {
	font-size: 3.2em;
}
.lens-leather.sd2-large dl.slidedeck > dd div.slide-content-inner .slide-text {
	font-size: 1.5em;
	line-height: 1.2em;
}
.lens-leather.sd2-large dl.slidedeck > dd.no-image div.slide-content-inner .slide-text {
	font-size: 1.6em;
}

/*Font Size Medium*/
.lens-leather.sd2-medium dl.slidedeck > dd div.slide-content-inner .slide-title {
	font-size: 2.1em;
	line-height: 1em;
}
.lens-leather.sd2-medium dl.slidedeck > dd.no-image div.slide-content-inner .slide-title {
	font-size: 2.8em;
}
.lens-leather.sd2-medium dl.slidedeck > dd div.slide-content-inner .slide-text {
	font-size: 1.2em;
	line-height: 1.2em;
}
.lens-leather.sd2-medium dl.slidedeck > dd.no-image div.slide-content-inner .slide-text {
	font-size: 1.3em;
}

/*Font Size Small*/
.lens-leather.sd2-small dl.slidedeck > dd div.slide-content-inner .slide-title {
	font-size: 1.8em;
	line-height: 1em;
}
.lens-leather.sd2-small dl.slidedeck > dd.no-image div.slide-content-inner .slide-title {
	font-size: 2.0em;
}
.lens-leather.sd2-small dl.slidedeck > dd div.slide-content-inner .slide-text {
	font-size: 1.2em;
}
.lens-leather.sd2-small dl.slidedeck > dd.no-image div.slide-content-inner .slide-text {
	font-size: 1.2em;
}

/*Prev/Next Navigation Buttons - Size/Color Variations*/
.lens-leather a.deck-navigation.horizontal {
	width: 39px;
	height: 39px;
	background-image: url('nav-buttons-tan.png');
	background-repeat: no-repeat;
}
.lens-leather.sd2-black a.deck-navigation.horizontal {
	background-image: url('nav-buttons-black.png');
}
.lens-leather.sd2-white a.deck-navigation.horizontal {
	background-image: url('nav-buttons-white.png');
}
/*Default: Prev/Next Vertical Positioning with and without stiching */
.lens-leather.sd2-nav-pos-top.sd2-show-stitching a.deck-navigation.horizontal {
	top: 4px;
}
.lens-leather.sd2-nav-pos-bottom.sd2-show-stitching a.deck-navigation.horizontal {
	top: auto;
	bottom: 6px;
}
.lens-leather.sd2-nav-pos-top a.deck-navigation.horizontal {
	top: 6px;
}
.lens-leather.sd2-nav-pos-bottom a.deck-navigation.horizontal {
	top: auto;
	bottom: 8px;
}
.lens-leather a.deck-navigation.horizontal span {
	display: none;
}
.lens-leather a.deck-navigation.horizontal.prev {
	left: 4px;
	background-position: -39px 0;
}
.lens-leather a.deck-navigation.horizontal.prev:hover {
	background-position: -39px -39px;
}
.lens-leather a.deck-navigation.horizontal.prev:active {
	background-position: -39px -78px;
}
.lens-leather a.deck-navigation.horizontal.next {
	right: 4px;
	background-position: 0 0;
}
.lens-leather a.deck-navigation.horizontal.next:hover {
	background-position: 0 -39px;
}
.lens-leather a.deck-navigation.horizontal.next:active {
	background-position: 0 -78px;
}
.lens-leather.sd2-small a.deck-navigation.horizontal {
	width: 29px;
	height: 29px;
}
/*Small: Prev/Next Vertical Positioning with and without stiching */
.lens-leather.sd2-small.sd2-nav-pos-top.sd2-show-stitching a.deck-navigation.horizontal {
	top: 4px;
}
.lens-leather.sd2-small.sd2-nav-pos-bottom.sd2-show-stitching a.deck-navigation.horizontal {
	top: auto;
	bottom: 4px;
}
.lens-leather.sd2-small.sd2-nav-pos-top a.deck-navigation.horizontal {
	top: 6px;
}
.lens-leather.sd2-small.sd2-nav-pos-bottom a.deck-navigation.horizontal {
	top: auto;
	bottom: 6px;
}
.lens-leather.sd2-small a.deck-navigation.horizontal.prev {
	left: 5px;
	background-position: -29px -117px;
}
.lens-leather.sd2-small a.deck-navigation.horizontal.prev:hover {
	background-position: -29px -146px;
}
.lens-leather.sd2-small a.deck-navigation.horizontal.prev:active {
	background-position: -29px -175px;
}
.lens-leather.sd2-small a.deck-navigation.horizontal.next {
	right: 5px;
	background-position: 0 -117px;
}
.lens-leather.sd2-small a.deck-navigation.horizontal.next:hover {
	background-position: 0 -146px;
}
.lens-leather.sd2-small a.deck-navigation.horizontal.next:active {
	background-position: 0 -175px;
}
.lens-leather dl.slidedeck,
.lens-leather dl.slidedeck > dd {
	background-color: #eeeeee;
}
.lens-leather dl.slidedeck > dd div.slide-content {
	color: #333333;
}
.lens-leather dl.slidedeck > dd div.slide-content-inner .slide-title a {
	color: #333333;
}
.lens-leather dl.slidedeck > dd div.slide-content-inner .slide-text {
	color: #333333;
}
.lens-leather dl.slidedeck > dd div.slide-content {
    background-image: url('page-texture.8bit.png');
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	   -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
            box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

/*source-type-social styles*/
.lens-leather.source-type-social.sd2-large dl.slidedeck > dd.no-image div.slide-content-inner .slide-title {
	font-size: 2.6em;
}
.lens-leather.source-type-social.sd2-large dl.slidedeck > dd.image div.slide-content-inner .slide-title {
	font-size: 1.8em;
}
.lens-leather.source-type-social.sd2-medium dl.slidedeck > dd.no-image div.slide-content-inner .slide-title {
	font-size: 1.9em;
}
.lens-leather.source-type-social.sd2-medium dl.slidedeck > dd.image div.slide-content-inner .slide-title {
	font-size: 1.5em;
}
.lens-leather.source-type-social.sd2-small dl.slidedeck > dd div.slide-content-inner .slide-title {
	font-size: 1.8em;
}

/*Options Styling*/
.lens-leather.sd2-show-readmore dl.slidedeck > dd div.slide-content-inner .slide-text a.readmore {
	display: inline-block;
}
.lens-leather.sd2-show-title dl.slidedeck > dd div.slide-content-inner .slide-title {
	display: block;
}
.lens-leather.sd2-show-excerpt dl.slidedeck > dd div.slide-content-inner .slide-text {
	display: block;
}
.lens-leather dl.slidedeck > dd.slide-source-twitter div.slide-content-inner .slide-text {
	display: none !important;
}
.lens-leather.sd2-show-title dl.slidedeck > dd div.slide-content,
.lens-leather.sd2-show-excerpt dl.slidedeck > dd div.slide-content {
	display: block;
}
.lens-leather dl.slidedeck > dd.no-excerpt.no-title div.slide-content {
	display: none;
}

/*Twitter Styling*/
.lens-leather dl.slidedeck > dd.slide-source-twitter .slide-content {
	background-image: url('page-texture-twitter.8bit.png');
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.lens-leather dl.slidedeck > dd.slide-source-twitter div.slide-content-inner {
	text-align: center;
}

/* Custom SD */
.lens-leather .slide-source-custom.slide-type-image .sd2-node-caption,
.lens-leather .slide-source-custom.slide-type-textonly .sd2-node-caption,
.lens-leather .slide-source-custom.slide-type-video .sd2-node-caption {
	background-color: transparent;
	background-image: url('page-texture.8bit.png');
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	   -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
            box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
.lens-leather .slide-source-custom.slide-type-image .sd2-node-caption .sd2-slide-text,
.lens-leather .slide-source-custom.slide-type-textonly .sd2-node-caption .sd2-slide-text,
.lens-leather .slide-source-custom.slide-type-video .sd2-node-caption .sd2-slide-text {
	color: #333;
}

/*Nav Pos Top Caption offsets*/
.lens-leather.sd2-nav-pos-top .slide-source-custom.slide-type-image.custom-layout-caption.custom-caption-position-top .sd2-node-caption,
.lens-leather.sd2-nav-pos-top .slide-source-custom.slide-type-video.custom-layout-caption.custom-caption-position-top .sd2-node-caption {
	padding-top: 10px;
}

/*Nav Pos Bottom Caption offsets*/
.lens-leather.sd2-nav-pos-bottom .slide-source-custom.slide-type-image.custom-layout-caption.custom-caption-position-bottom .sd2-node-caption,
.lens-leather.sd2-nav-pos-bottom .slide-source-custom.slide-type-video.custom-layout-caption.custom-caption-position-bottom .sd2-node-caption {
	padding-bottom: 10px;
}

/*Quote Text default*/
.lens-leather dl.slidedeck dd.slide-source-custom.has-excerpt.custom-layout-block-quote .sd2-node-caption .sd2-slide-text {
    font-size: 1.2em;
    line-height: 1.5em;
}

/*Large Titles*/
.lens-leather.sd2-large dl.slidedeck > dd div.sd2-node-caption .sd2-slide-title {
	font-size: 2.3em;
	line-height: 1em;
}
.lens-leather.sd2-large dl.slidedeck > dd.no-image div.sd2-node-caption .sd2-slide-title {
	font-size: 3.2em;
	margin-bottom: 15px;
}
.lens-leather.sd2-large dl.slidedeck dd.slide-source-custom.has-excerpt.custom-layout-block-quote .sd2-node-caption .sd2-slide-title {
	line-height: 1.4em;
}

/*Medium Titles*/
.lens-leather.sd2-medium dl.slidedeck > dd div.sd2-node-caption .sd2-slide-title {
	font-size: 2.1em;
	line-height: 1em;
}
.lens-leather.sd2-medium dl.slidedeck > dd.no-image div.sd2-node-caption .sd2-slide-title {
	font-size: 2.8em;
	margin-bottom: 10px;
}
.lens-leather.sd2-medium dl.slidedeck dd.slide-source-custom.has-excerpt.custom-layout-block-quote .sd2-node-caption .sd2-slide-title {
	line-height: 1.2em;
}

/*Small Titles*/
.lens-leather.sd2-small dl.slidedeck > dd div.sd2-node-caption .sd2-slide-title {
	font-size: 1.8em;
	line-height: 1em;
}
.lens-leather.sd2-small dl.slidedeck > dd.no-image div.sd2-node-caption .sd2-slide-title {
	font-size: 2.0em;
}

/*Large Text*/
.lens-leather.sd2-large dl.slidedeck > dd div.sd2-node-caption .sd2-slide-text {
	font-size: 1.5em;
	line-height: 1.2em;
}
.lens-leather.sd2-large dl.slidedeck > dd.no-image div.sd2-node-caption .sd2-slide-text {
	font-size: 1.4em;
	line-height: 1.6em;
}
.lens-leather.sd2-large dl.slidedeck dd.slide-source-custom.has-excerpt.custom-layout-block-quote .sd2-node-caption .sd2-slide-text {
	font-size: 1.5em;
}

/*Medium Text*/
.lens-leather.sd2-medium dl.slidedeck > dd div.sd2-node-caption .sd2-slide-text {
	font-size: 1.2em;
	line-height: 1.4em;
}
.lens-leather.sd2-medium dl.slidedeck > dd.no-image div.sd2-node-caption .sd2-slide-text {
	font-size: 1.3em;
	line-height: 1.6em;
}

/*Small Text*/
.lens-leather.sd2-small dl.slidedeck > dd div.sd2-node-caption .sd2-slide-text {
	font-size: 1.2em;
	line-height: 1.2em;
}
.lens-leather.sd2-small dl.slidedeck > dd.no-image div.sd2-node-caption .sd2-slide-text {
	font-size: 1.2em;
}

/*caption positions*/
.lens-leather.sd2-small .slide-source-custom.slide-type-image.custom-layout-body-text.custom-caption-position-left .sd2-node-caption {
    left: 0;
    right: 25%;
}
.lens-leather.sd2-small .slide-source-custom.slide-type-image.custom-layout-body-text.custom-caption-position-right .sd2-node-caption {
    left: 25%;
    right: 0;
}
.lens-leather.sd2-small dl.slidedeck dd.slide-source-custom.slide-type-video.custom-caption-position-left .cover a.play,
.lens-leather.sd2-small dl.slidedeck dd.slide-source-custom.slide-type-video.custom-caption-position-right .cover a.play,
.lens-leather.sd2-medium dl.slidedeck dd.slide-source-custom.slide-type-video.custom-caption-position-left .cover a.play,
.lens-leather.sd2-medium dl.slidedeck dd.slide-source-custom.slide-type-video.custom-caption-position-right .cover a.play {
	display: none;
}
.lens-leather.sd2-small dl.slidedeck dd.slide-source-custom.slide-type-video.custom-caption-position-left .cover a.play-video-alternative,
.lens-leather.sd2-small dl.slidedeck dd.slide-source-custom.slide-type-video.custom-caption-position-right .cover a.play-video-alternative,
.lens-leather.sd2-medium dl.slidedeck dd.slide-source-custom.slide-type-video.custom-caption-position-left .cover a.play-video-alternative,
.lens-leather.sd2-medium dl.slidedeck dd.slide-source-custom.slide-type-video.custom-caption-position-right .cover a.play-video-alternative {
    display: block;
    text-decoration: none;
    margin-bottom: 15px;
}
.lens-leather.sd2-small dl.slidedeck dd.slide-source-custom.slide-type-video.custom-layout-none .cover a.play,
.lens-leather.sd2-small dl.slidedeck dd.slide-source-custom.slide-type-video.custom-caption-position-top .cover a.play,
.lens-leather.sd2-small dl.slidedeck dd.slide-source-custom.slide-type-video.custom-caption-position-bottom .cover a.play,
.lens-leather.sd2-medium dl.slidedeck dd.slide-source-custom.slide-type-video.custom-layout-none .cover a.play,
.lens-leather.sd2-medium dl.slidedeck dd.slide-source-custom.slide-type-video.custom-caption-position-top .cover a.play,
.lens-leather.sd2-medium dl.slidedeck dd.slide-source-custom.slide-type-video.custom-caption-position-bottom .cover a.play {
    display: block;
}
.lens-leather.content-source-custom .slidedeck-overlays {
    top: 15px;
    right: 15px;
    bottom: auto;
    left: auto;
}
.lens-leather .slide-type-video .play-video-alternative {
    display: none;
    position: absolute;
    font-size: 1.3em;
    height: 17px;
    line-height: 17px;
    padding: 0 0 0 25px;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
}
.lens-leather .slide-type-video .slide-content-inner .slide-text .play-video-alternative {
	font-size: 1em;
}
.lens-leather.sd2-small .slide-type-video .play-video-alternative {
	font-size: 1.1em;
	padding-left: 20px;
}
.lens-leather.sd2-small .slide-type-video .slide-content-inner .slide-text .play-video-alternative {
	font-size: 0.8em;
}
.lens-leather .slide-type-video .play-video-alternative:hover {
	text-decoration: underline;
}
.lens-leather.sd2-medium .slide-type-video .slide-content-inner .slide-text .play-video-alternative,
.lens-leather.sd2-small .slide-type-video .slide-content-inner .slide-text .play-video-alternative,
.lens-leather.sd2-medium .slide-source-custom.slide-type-video.custom-layout-body-text .sd2-node-caption .play-video-alternative,
.lens-leather.sd2-small .slide-source-custom.slide-type-video.custom-layout-body-text .sd2-node-caption .play-video-alternative {
    display: inline-block;
    bottom: 15px;
    left: 25px;
}
.lens-leather.sd2-medium .slide-type-video .slide-content-inner .slide-text .play-video-alternative {
	left: 15px;
}
.lens-leather.sd2-small .slide-type-video .slide-content-inner .slide-text .play-video-alternative,
.lens-leather.sd2-small .slide-source-custom.slide-type-video.custom-layout-body-text .sd2-node-caption .play-video-alternative {
    bottom: 10px;
    left: 10px;
}
.lens-leather .slide-type-video  .play-video-alternative .icon-shape-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
.lens-leather .slide-type-video .play-video-alternative .icon-shape {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lens-leather .slide-type-video .play-video-alternative:active .icon-shape {
	top: 1px;
}

/*Leather Nav positioning*/
.lens-leather.sd2-nav-pos-top dl {
	margin-top: 52px;
}
.lens-leather.sd2-nav-pos-bottom dl {
	margin-bottom: 52px;
}
.lens-leather.sd2-small.sd2-nav-pos-top dl {
	margin-top: 41px;
}
.lens-leather.sd2-small.sd2-nav-pos-bottom dl {
	margin-bottom: 41px;
}
.lens-leather.sd2-nav-pos-top .slidedeck-overlays {
	top: 67px;
}
.lens-leather.sd2-small.sd2-nav-pos-top .slidedeck-overlays {
	top: 56px;
}

/*Dot Navigation*/
.lens-leather .sd2-dot-nav-wrapper {
	position: absolute;
	display: block;
	overflow: hidden;
	left: 0;
	right: 0;
	height: 52px;
	margin: 0;
	list-style-type: none;
	z-index: 10;
}
.lens-leather.sd2-tan .sd2-dot-nav-wrapper {
	/*http://www.colorzilla.com/gradient-editor/#ffd573+0,fec962+100;Custom*/
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDU3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWM5NjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: #ffd573;
	background: -moz-linear-gradient(top,  #ffd573 0%, #fec962 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd573), color-stop(100%,#fec962));
	background: -webkit-linear-gradient(top,  #ffd573 0%,#fec962 100%);
	background: -o-linear-gradient(top,  #ffd573 0%,#fec962 100%);
	background: -ms-linear-gradient(top,  #ffd573 0%,#fec962 100%);
	background: linear-gradient(to bottom,  #ffd573 0%,#fec962 100%);
}
.lens-leather.sd2-nav-pos-top .sd2-dot-nav-wrapper {
	border-radius: 5px 5px 0 0;
}
.lens-leather.sd2-nav-pos-bottom .sd2-dot-nav-wrapper {
	border-radius: 0 0 5px 5px;
}
.lens-leather.sd2-black .sd2-dot-nav-wrapper {
	background: #000000;
}
.lens-leather.sd2-white .sd2-dot-nav-wrapper {
	background: #ffffff;
}
.lens-leather .sd2-dot-nav-wrapper .sd2-dot-nav-texture {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.lens-leather.sd2-tan .sd2-dot-nav-wrapper .sd2-dot-nav-texture {
	background: url('leather-texture.8bit.png') 0 0 repeat-x;
}
.lens-leather.sd2-black .sd2-dot-nav-wrapper .sd2-dot-nav-texture {
	background: url('leather-texture-black.jpg') 0 0 repeat-x;
}
.lens-leather.sd2-white .sd2-dot-nav-wrapper .sd2-dot-nav-texture {
	background: url('leather-texture-white.jpg') 0 0 repeat-x;
}
.lens-leather.sd2-nav-pos-top.sd2-tan .sd2-dot-nav-wrapper .sd2-dot-nav-texture {
	-webkit-box-shadow: inset 0 1px 4px 1px rgba(255,255,255,0.5), inset 0 -12px 3px -10px rgba(124,101,56,0.8);
	   -moz-box-shadow: inset 0 1px 4px 1px rgba(255,255,255,0.5), inset 0 -12px 3px -10px rgba(124,101,56,0.8);
            box-shadow: inset 0 1px 4px 1px rgba(255,255,255,0.5), inset 0 -12px 3px -10px rgba(124,101,56,0.8);
}
.lens-leather.sd2-nav-pos-bottom.sd2-tan .sd2-dot-nav-wrapper .sd2-dot-nav-texture {
	-webkit-box-shadow: inset 0 1px 4px 1px rgba(124,101,56,0.3), inset 0 -12px 3px -10px rgba(124,101,56,0.4);
	   -moz-box-shadow: inset 0 1px 4px 1px rgba(124,101,56,0.3), inset 0 -12px 3px -10px rgba(124,101,56,0.4);
            box-shadow: inset 0 1px 4px 1px rgba(124,101,56,0.3), inset 0 -12px 3px -10px rgba(124,101,56,0.4);
}
.lens-leather.sd2-nav-pos-top.sd2-black .sd2-dot-nav-wrapper .sd2-dot-nav-texture {
	-webkit-box-shadow: inset 0 1px 4px 1px rgba(255,255,255,0.3), inset 0 -12px 3px -10px rgba(0,0,0,0.3);
	   -moz-box-shadow: inset 0 1px 4px 1px rgba(255,255,255,0.3), inset 0 -12px 3px -10px rgba(0,0,0,0.3);
            box-shadow: inset 0 1px 4px 1px rgba(255,255,255,0.3), inset 0 -12px 3px -10px rgba(0,0,0,0.3);
}
.lens-leather.sd2-nav-pos-top.sd2-white .sd2-dot-nav-wrapper .sd2-dot-nav-texture {
	-webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.25), inset 0 -12px 3px -10px rgba(0,0,0,0.3);
	   -moz-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.25), inset 0 -12px 3px -10px rgba(0,0,0,0.3);
            box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.25), inset 0 -12px 3px -10px rgba(0,0,0,0.3);
}
.lens-leather.sd2-nav-pos-bottom.sd2-black .sd2-dot-nav-wrapper .sd2-dot-nav-texture,
.lens-leather.sd2-nav-pos-bottom.sd2-white .sd2-dot-nav-wrapper .sd2-dot-nav-texture {
	-webkit-box-shadow: inset 0 12px 3px -10px rgba(0,0,0,0.3), inset 0 -12px 3px -10px rgba(0,0,0,0.3);
	   -moz-box-shadow: inset 0 12px 3px -10px rgba(0,0,0,0.3), inset 0 -12px 3px -10px rgba(0,0,0,0.3);
            box-shadow: inset 0 12px 3px -10px rgba(0,0,0,0.3), inset 0 -12px 3px -10px rgba(0,0,0,0.3);
}
.lens-leather.sd2-nav-pos-top .sd2-dot-nav-wrapper {
	top: 0;
	bottom: auto;
}
.lens-leather.sd2-nav-pos-bottom .sd2-dot-nav-wrapper {
	top: auto;
	bottom: 0;
}
.lens-leather.sd2-large .sd2-dot-nav-wrapper,
.lens-leather.sd2-medium .sd2-dot-nav-wrapper {
	padding: 0 45px;
}
.lens-leather.sd2-small .sd2-dot-nav-wrapper {
	height: 41px;
	padding: 0 35px;
}
.lens-leather .sd2-dot-nav-wrapper .sd2-dot-nav {
	position: absolute;
	left: 50%;
	height: 16px;
	line-height: 19px;
}
.lens-leather.sd2-small .sd2-dot-nav-wrapper .sd2-dot-nav {
	height: 13px;
	line-height: 12px;
}
/*Dot Nav Vertical Positioning*/
.lens-leather.sd2-nav-pos-top.sd2-show-stitching .sd2-dot-nav-wrapper .sd2-dot-nav {
	top: 17px;
	bottom: auto;
}
.lens-leather.sd2-nav-pos-bottom.sd2-show-stitching .sd2-dot-nav-wrapper .sd2-dot-nav {
	top: auto;
	bottom: 17px;
}
.lens-leather.sd2-nav-pos-top.sd2-small.sd2-show-stitching .sd2-dot-nav-wrapper .sd2-dot-nav {
	top: 12px;
	bottom: auto;
}
.lens-leather.sd2-nav-pos-bottom.sd2-small.sd2-show-stitching .sd2-dot-nav-wrapper .sd2-dot-nav {
	top: auto;
	bottom: 12px;
}
/*No Stitching Dot Nav Vertical Positioning*/
.lens-leather.sd2-nav-pos-top .sd2-dot-nav-wrapper .sd2-dot-nav {
	top: 18px;
	bottom: auto;
}
.lens-leather.sd2-nav-pos-bottom .sd2-dot-nav-wrapper .sd2-dot-nav {
	top: auto;
	bottom: 19px;
}
.lens-leather.sd2-nav-pos-top.sd2-small .sd2-dot-nav-wrapper .sd2-dot-nav {
	top: 14px;
	bottom: auto;
}
.lens-leather.sd2-nav-pos-bottom.sd2-small .sd2-dot-nav-wrapper .sd2-dot-nav {
	top: auto;
	bottom: 14px;
}
/*Dot Nav Dots*/
.lens-leather .sd2-dot-nav-wrapper .sd2-dot-nav span {
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-indent: -9999px;
	width: 13px;
	height: 13px;
	margin: 0 3px;
	background: #b77a2c;
	border-radius: 20px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 1px 2px 0 #624523, 0 1px 1px 0 #f1e3c9;
	   -moz-box-shadow: inset 0 1px 2px 0 #624523, 0 1px 1px 0 #f1e3c9;
            box-shadow: inset 0 1px 2px 0 #624523, 0 1px 1px 0 #f1e3c9;
}
.lens-leather.sd2-black .sd2-dot-nav-wrapper .sd2-dot-nav span {
	background: #000;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.5), inset 0 -1px 0 0 rgba(255,255,255,0.5);
	   -moz-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.5), inset 0 -1px 0 0 rgba(255,255,255,0.5);
            box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.5), inset 0 -1px 0 0 rgba(255,255,255,0.5);
}
.lens-leather.sd2-white .sd2-dot-nav-wrapper .sd2-dot-nav span {
	background: #a5a5a5;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.4), 0 2px 0 0 rgba(255,255,255,1);
	   -moz-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.4), 0 2px 0 0 rgba(255,255,255,1);
            box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.4), 0 2px 0 0 rgba(255,255,255,1);
}
.lens-leather.sd2-small .sd2-dot-nav-wrapper .sd2-dot-nav span {
	width: 8px;
	height: 8px;
	margin: 0 2px;
}
.lens-leather .sd2-dot-nav-wrapper .sd2-dot-nav span:hover {
	background: #c88a43;
}
.lens-leather.sd2-black .sd2-dot-nav-wrapper .sd2-dot-nav span:hover,
.lens-leather.sd2-black .sd2-dot-nav-wrapper .sd2-dot-nav span:active {
	background: #333;
}
.lens-leather.sd2-white .sd2-dot-nav-wrapper .sd2-dot-nav span:hover,
.lens-leather.sd2-white .sd2-dot-nav-wrapper .sd2-dot-nav span:active {
	background: #f5f5f5;
}
.lens-leather .sd2-dot-nav-wrapper .sd2-dot-nav span:active {
	background: #e7c276;
}
.lens-leather .sd2-dot-nav-wrapper .sd2-dot-nav span.active {
	background: #edc87f;
	-webkit-box-shadow: inset 0 1px 2px 0 #f1e3c9, inset 0 -1px 2px 0 #9b6e2a, 0 0 2px 0 rgba(0,0,0,0.75);
	   -moz-box-shadow: inset 0 1px 2px 0 #f1e3c9, inset 0 -1px 2px 0 #9b6e2a, 0 0 2px 0 rgba(0,0,0,0.75);
            box-shadow: inset 0 1px 2px 0 #f1e3c9, inset 0 -1px 2px 0 #9b6e2a, 0 0 2px 0 rgba(0,0,0,0.75);
}
.lens-leather.sd2-black .sd2-dot-nav-wrapper .sd2-dot-nav span.active {
	background: #454545;
	-webkit-box-shadow: inset 0 -2px 1px 0 rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.25), 0 1px 3px 0 rgba(0,0,0,0.75);
	   -moz-box-shadow: inset 0 -2px 1px 0 rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.25), 0 1px 3px 0 rgba(0,0,0,0.75);
            box-shadow: inset 0 -2px 1px 0 rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.25), 0 1px 3px 0 rgba(0,0,0,0.75);
}
.lens-leather.sd2-white .sd2-dot-nav-wrapper .sd2-dot-nav span.active {
	top: -1px;
	background: #e5e5e5;
	-webkit-box-shadow: inset 0 2px 2px 1px rgba(255,255,255,1), 0 1px 2px 0 rgba(0,0,0,0.75), 0 -1px 1px 0 rgba(0,0,0,0.1);
	   -moz-box-shadow: inset 0 2px 2px 1px rgba(255,255,255,1), 0 1px 2px 0 rgba(0,0,0,0.75), 0 -1px 1px 0 rgba(0,0,0,0.1);
            box-shadow: inset 0 2px 2px 1px rgba(255,255,255,1), 0 1px 2px 0 rgba(0,0,0,0.75), 0 -1px 1px 0 rgba(0,0,0,0.1);
}

/*Stiching*/
.lens-leather .sd2-stitching {
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	height: 5px;
	background-image: url('stitching.8bit.png');
	background-position: 0 0;
	background-repeat: repeat-x;
	z-index: 10;
}
.lens-leather.sd2-black .sd2-stitching {
	background-position: 0 -5px;
}
.lens-leather.sd2-white .sd2-stitching {
	background-position: 0 -10px;
}
.lens-leather.sd2-nav-pos-top .sd2-stitching {
	bottom: 2px;
}
.lens-leather.sd2-nav-pos-bottom .sd2-stitching {
	top: 2px;
}
.lens-leather.sd2-show-stitching .sd2-stitching {
	display: block;
}

/*Page Tear*/
.lens-leather .sd2-page-tear {
	position: absolute;
	display: none;
	height: 8px;
	left: 0;
	right: 0;
	background-image: url('page-tear.png');
	background-repeat: repeat-x;
	z-index: 20;
}

/*set position relative to bar size*/
.lens-leather.sd2-nav-pos-top .sd2-page-tear {
	background-position: 0 -8px;
}
.lens-leather.sd2-nav-pos-top .sd2-page-tear {
	top: 52px;
}
.lens-leather.sd2-nav-pos-top.sd2-small .sd2-page-tear {
	top: 41px;
}
.lens-leather.sd2-nav-pos-bottom .sd2-page-tear {
	background-position: 0 0;
}
.lens-leather.sd2-nav-pos-bottom .sd2-page-tear {
	bottom: 52px;
}
.lens-leather.sd2-nav-pos-bottom.sd2-small .sd2-page-tear {
	bottom: 41px;
}

/*Show page tear when option is turned on*/
.lens-leather.sd2-show-page-tear .sd2-page-tear {
	display: block;
}

/*disabled elements*/
.lens-leather .slide-content .slide-meta {
	display: none;
}
