.lens-titles {
    position: relative;
    overflow: hidden;
    margin: 0;
    font-size: 10px;
}
.lens-titles.sd2-small {
    font-size: 7px;
}

.lens-titles dl {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.lens-titles dt {
	display: none !important;
}
.lens-titles dd {
	position: relative;
	overflow: hidden;
	background-image: none !important;
}
.lens-titles dd .sd-node-title-box .slide-inner {
	overflow: hidden;
	height: 100%;
	position: relative;
}

.lens-titles a,
.lens-titles a:link,
.lens-titles a:visited {
	text-decoration: none;
}
.lens-titles a:hover {
	text-decoration: none;
}

.lens-titles.sd2-dark dd,
.lens-titles.sd2-dark dl {
	background-color: #222;
	color: #ccc;
}
.lens-titles.sd2-light dd {
	background-color: #f6f6f6;
}
.lens-titles.sd2-dark .sd-node-title-box a,
.lens-titles.sd2-dark .sd-node-title-box a:link,
.lens-titles.sd2-dark .sd-node-title-box a:visited {
    color: #ccc;
}
.lens-titles.sd2-light .sd-node-title-box a,
.lens-titles.sd2-light .sd-node-title-box a:link,
.lens-titles.sd2-light .sd-node-title-box a:visited {
    color: #333;
}

.lens-titles.sd2-hyphenate dd .sd-node-title-box,
.lens-titles.sd2-hyphenate dd .sd2-node-caption,
.lens-titles.sd2-hyphenate .nav-button .sd2-nav-title {
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/* Start video stuff */
.lens-titles dl.slidedeck dd.slide-type-video {
    overflow: hidden;
}
/* TODO: Enforce this reduced width on the iPad only */
.lens-titles dl.slidedeck .slide-type-video .video-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.25s linear, opacity 0.25s linear;
    -moz-transition: visibility 0.25s linear, opacity 0.25s linear;
    -o-transition: visibility 0.25s linear, opacity 0.25s linear;
    transition: visibility 0.25s linear, opacity 0.25s linear;
}
.lens-titles dl.slidedeck .slide-type-video.show-video-wrapper .video-wrapper {
    visibility: visible;
    opacity: 1;
}
.lens-titles 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-titles dl.slidedeck .slide-type-video .video-wrapper .cover{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: none !important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* Necessary because IE ignores click events on children of elements that have filter: CSS proprties. #hate_ie */
.lens-titles dl.slidedeck .slide-type-video .video-wrapper .cover .ie-background-image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.lens-titles dl.slidedeck .slide-type-video .video-wrapper .play{
    width: 51px;
    height: 0;
    padding-top: 51px;
    z-index: 101;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background: url('http://dajeneats.com/wp-content/plugins/slidedeck-lenses/titles/images/play-button.png') no-repeat 0 0;
}
.lens-titles dl.slidedeck .slide-type-video .video-wrapper .play:hover{ background-position: 0 -51px; }
.lens-titles dl.slidedeck .slide-type-video .video-wrapper .play:active{ background-position: 0 -102px; }

.lens-titles dl.slidedeck .slide-type-video .image .play-video-alternative {
	display: block;
	height: 0;
	width: 20%;
	padding-top: 20%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
}
/* End video stuff */

.lens-titles .sd-node-title-box {
    display: none;
    z-index: 2;
    height: 100%;
    position: relative;
}

.lens-titles div.page-head-meta {
    background: none;
}
.lens-titles .page-head {
    z-index: 5;
}
.lens-titles div.inner {
    padding: 20px 45px;
}
.lens-titles a.full-link {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 700px;
    height: 422px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.lens-titles a.full-link:hover {
    text-decoration: none;
}

.lens-titles .page-head {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 0 30px;
}
/* Content area dark */
.lens-titles .sd-node-title-box div.inner {
    padding: 15px 20px;
    text-align: center;
    background-color: rgb(34,34,34);
    background-color: rgba(34,34,34,0.9);
    left: 0;
    right: 0;
}
.lens-titles .sd-node-title-box div.inner,
.lens-titles .slide-type-textonly .sd-node-title-box {
    -webkit-box-shadow: inset 0px 0px 80px 10px rgba(0, 0, 0, 0.75);
       -moz-box-shadow: inset 0px 0px 80px 10px rgba(0, 0, 0, 0.75);
            box-shadow: inset 0px 0px 80px 10px rgba(0, 0, 0, 0.75);
}

/* Content area light */
.lens-titles.sd2-light .sd-node-title-box div.inner {
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.8);
}
.lens-titles.sd2-light .sd-node-title-box div.inner,
.lens-titles.sd2-light .slide-type-textonly .sd-node-title-box {
    -webkit-box-shadow: inset 0px 0px 80px 10px #fff;
       -moz-box-shadow: inset 0px 0px 80px 10px #fff;
            box-shadow: inset 0px 0px 80px 10px #fff;
    
}

/* Content area textonly */
.lens-titles .slide-type-textonly .sd-node-title-box div.inner,
.lens-titles.sd2-light .slide-type-textonly .sd-node-title-box div.inner {
    background-color: transparent;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.lens-titles .sd-node-title-box .sd2-slide-date-wrapper {
	position: relative;
	display: table;
	width: 60%;
	margin: 0 auto;
}
.lens-titles .sd-node-title-box .sd2-slide-date {
    position: relative;
    display: inline;
    height: 2em;
    line-height: 2em;
    letter-spacing: 0.25em;
    margin: 0 auto 0.25em;
    text-transform: uppercase;
    whitespace: nowrap;
    color: #808080;
    font-weight: 900;
    font-size: 1.3em;
    font-family: sans-serif;
}
.lens-titles.sd2-light .sd-node-title-box .sd2-slide-date {
    color: #919191;
}
.lens-titles .sd-node-title-box .sd2-slide-date-wrapper .sd2-date-before,
.lens-titles .sd-node-title-box .sd2-slide-date-wrapper .sd2-date-after {
    display: table-cell;
    vertical-align: middle;
}
.lens-titles .sd-node-title-box .sd2-slide-date-wrapper .sd2-line {
	border-top: 1px solid #797c7c;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	height: 0;
}
.lens-titles .sd-node-title-box .sd2-slide-date-wrapper .sd2-line {
	border-top: 1px solid #808080;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	height: 0;
}
.lens-titles.sd2-light .sd-node-title-box .sd2-slide-date-wrapper .sd2-line {
	border-top: 1px solid #919191;
}
.lens-titles.sd2-small .sd-node-title-box .sd2-slide-date {
    width: 75%;
}
.lens-titles .sd-node-title-box .slide-title {
    display: none;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 2.9em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 80%;
    margin: 0 auto 0.15em;
}
.lens-titles.sd2-small .sd-node-title-box .slide-title {
    font-size: 2.3em;
}

.lens-titles.sd2-show-title .sd-node-title-box,
.lens-titles.sd2-show-title .sd-node-title-box .slide-title,
.lens-titles.sd2-show-author .sd-node-title-box,
.lens-titles.date-format-raw .sd-node-title-box,
.lens-titles.date-format-timeago .sd-node-title-box,
.lens-titles.date-format-human-readable .sd-node-title-box,
.lens-titles.date-format-human-readable-abbreviated .sd-node-title-box,
.lens-titles.date-format-human-readable-raw .sd-node-title-box,
.lens-titles.date-format-human-readable-raw-eu .sd-node-title-box,
.lens-titles .sd-node-title-box .slide-text { display: block; }

.lens-titles.date-format-none .sd-node-title-box .sd2-slide-date-wrapper .sd2-slide-date {
    width: 24px;
    height: 24px;
    display: block;
    background: url('images/icons-sprite.png') no-repeat 0 0;
}
.lens-titles.date-format-none .slide-type-image .sd-node-title-box .sd2-slide-date-wrapper .sd2-slide-date { background-position: center -8px; }
.lens-titles.date-format-none .slide-type-video .sd-node-title-box .sd2-slide-date-wrapper .sd2-slide-date { background-position: center -48px; }
.lens-titles.date-format-none .slide-type-textonly .sd-node-title-box .sd2-slide-date-wrapper .sd2-slide-date { background-position: center -85px; }

.lens-titles.sd2-light.date-format-none .slide-type-image .sd-node-title-box .sd2-slide-date-wrapper .sd2-slide-date { background-position: center -161px; }
.lens-titles.sd2-light.date-format-none .slide-type-video .sd-node-title-box .sd2-slide-date-wrapper .sd2-slide-date { background-position: center -201px; }
.lens-titles.sd2-light.date-format-none .slide-type-textonly .sd-node-title-box .sd2-slide-date-wrapper .sd2-slide-date { background-position: center -238px; }

.lens-titles .slide-type-video .slide-meta {
    display: none;
}
.lens-titles .play-video-alternative {
    letter-spacing: 0.2em;
    font-size: 1.8em;
    font-style: italic;
    font-weight: bold;
    position: relative;
    padding-right: 12px;
}
.lens-titles .play-video-alternative:after {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -11px;
    background: url('images/icons-sprite.png') no-repeat -9px -121px;
}
.lens-titles.sd2-light .play-video-alternative:after {
    background-position: -9px -274px;
}
.lens-titles .play-video-alternative:hover {
    text-decoration: underline;
}

/* Show the author if the option is on */
.lens-titles.sd2-show-author .sd-node-title-box .slide-author { display: block; }


/* Author */
.lens-titles .sd-node-title-box .slide-author {
    display: none;
    position: relative;
    font-size: 1.4em;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    font-weight: 700;
    font-style: italic;
}
.lens-titles .sd-node-title-box .slide-author,
.lens-titles .sd-node-title-box .slide-author a {
    color: #808080;
}
.lens-titles.sd2-light .sd-node-title-box .slide-author,
.lens-titles.sd2-light .sd-node-title-box .slide-author a {
	color: #919191;
}
.lens-titles.sd2-small .sd-node-title-box .slide-author { display: none; }


/* Boolean on/off */
.lens-titles dd .sd-node-title-box p.slide-title,
.lens-titles dd .sd2-node-caption p.slide-title,
.lens-titles dd .sd-node-title-box .slide-excerpt .readmore,
.lens-titles dd .sd2-node-caption .slide-excerpt {
	display: none;
}

/* General Navigation Styles */
.lens-titles .nav-button span {
	display: none;
	/* Disables text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.lens-titles .button-nav {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
	z-index: 3;
}

/* Navigation - dot nav */
.lens-titles .dot-nav-wrapper {
    position: absolute;
    bottom: 0;
    z-index: 3;
    background: #1a1a1a;
    width: 100%;
    height: 48px;
}
.lens-titles.sd2-light .dot-nav-wrapper {
    background: #fff;
}
.lens-titles.sd2-small .dot-nav-wrapper {
    height: 32px;
}

.lens-titles .dot-nav {
    position: absolute;
    bottom: 18px;
    left: 50%;
    z-index: 100;
    list-style: none;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
.lens-titles.sd2-small .dot-nav {
    bottom: 12px;
}
.lens-titles .dot-nav li {
    float: left;
    height: 12px;
    width: 12px;
    background-color: #FFF;
    border-radius: 12px;
    cursor: pointer;
}
.lens-titles.sd2-small .dot-nav li {
    height: 8px;
    width: 8px;
    border-radius: 8px;
}
.lens-titles .dot-nav li {
	background-color: #ccc;
}
.lens-titles .dot-nav li {
	background-color: #5f5f5f;
}
.lens-titles.sd2-light .dot-nav li {
	background-color: #b7b7b7;
}
.lens-titles .dot-nav li.active {
	background-color: #000;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
       -moz-box-shadow: inset 0 0 0 3px #fff;
            box-shadow: inset 0 0 0 3px #fff;
}
.lens-titles.sd2-small .dot-nav li.active {
	background-color: #000;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
       -moz-box-shadow: inset 0 0 0 2px #fff;
            box-shadow: inset 0 0 0 2px #fff;
}
.lens-titles.sd2-light .dot-nav li.active {
	background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 3px #000;
       -moz-box-shadow: inset 0 0 0 3px #000;
            box-shadow: inset 0 0 0 3px #000;
}
.lens-titles.sd2-small.sd2-light .dot-nav li.active {
	background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #000;
       -moz-box-shadow: inset 0 0 0 2px #000;
            box-shadow: inset 0 0 0 2px #000;
}
.lens-titles .dot-nav li:first-child {
	margin-left: 0px;
}
/* End of navigation - dot nav */


/* Generic styles for the button nav deck */
.lens-titles .button-nav dl {
	margin: 0 auto;
	padding: 0;
	height: auto;
	z-index: 1;
}
.lens-titles .button-nav dd{
	margin: 0;
	padding: 0;
	display: table;
}
.lens-titles .nav-arrow {
	position: relative;
	overflow: hidden;
}
.lens-titles .button-nav .nav-arrow{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    
    background: #3d3d3d;
}
.lens-titles.sd2-light .button-nav .nav-arrow{
    background: #ffffff;
}
.lens-titles .button-nav .nav-arrow.next{
	left: auto;
	right: 0;
}
.lens-titles .button-nav .nav-arrow span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -7px;
    width: 14px;
    height: 27px;
    opacity: 1;
    background: url('images/nav-sprite.png') no-repeat 0 0;
}
.lens-titles .button-nav .nav-arrow:hover span {
    opacity: 0.5;
}
.lens-titles .button-nav .nav-arrow.next span{
    background-position: -14px 0;
}
.lens-titles.sd2-light .button-nav .nav-arrow span{
    background-position: 0 -27px;
}
.lens-titles.sd2-light .button-nav .nav-arrow.next span{
    background-position: -14px -27px;
}

/* Styles for the nav thumbnails */
.lens-titles .nav-button div {
    height: 0;
    padding-top: 50%; /* This default is actually overidden in the JavaScript */
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    opacity: 0.5;
    -webkit-transition: opacity 125ms linear;
       -moz-transition: opacity 125ms linear;
         -o-transition: opacity 125ms linear;
            transition: opacity 125ms linear;
    
    -webkit-box-shadow: inset 0 0 32px rgba(0,0,0,0.4);
       -moz-box-shadow: inset 0 0 32px rgba(0,0,0,0.4);
            box-shadow: inset 0 0 32px rgba(0,0,0,0.4);
}
.lens-titles .nav-button:hover div {
    opacity: 1;
}
.lens-titles .nav-button.active div {
    opacity: 1;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

/* Here's the variation for numbers, not images */
.lens-titles .nav-button.sd2-no-image div {
    background-color: #2d2a28;
}
.lens-titles.sd2-light .nav-button.sd2-no-image div {
    background-color: #f6f6f6;
	color: #111;
}

/* Styles for the actual numeral */
.lens-titles .nav-button.sd2-no-image div span.sd2-number {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 10;
}

/* Navigation - button nav - thumbnails */
.lens-titles dl.nav-slidedeck {
    background: transparent;
}
.lens-titles.sd2-nav-thumbnails .button-nav dd.page {
	display: table !important;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	background: transparent;
	color: #ccc;
}
.lens-titles.sd2-nav-thumbnails .button-nav .nav-button,
.lens-titles.sd2-nav-thumbnails .button-nav .spacer {
	display: table-cell;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	overflow: visible;
}
.lens-titles.sd2-nav-thumbnails .button-nav .spacer {
	cursor: default;
}

/* Small Size */
.lens-titles.sd2-small .slide-excerpt {
	display: none !important;
}
/* End Small Size */

/* Bug Placement */
.lens-titles a.slidedeck-2-bug {
    top: 16px;
    bottom: auto;
}
.lens-titles.sd2-small a.slidedeck-2-bug { top: 10px; }

/* hide-slide-content override */
.lens-titles dd.hide-slide-content .sd-node-title-box,
.lens-titles dd.hide-slide-content .sd2-slide-background,
.lens-titles dd.hide-slide-content .sd2-node-caption {
    display: none !important;
}

/** ARROW STYLES **/
.lens-titles.sd2-arrowstyle-2 a.deck-navigation.horizontal span{
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1 !important;
}
.lens-titles.sd2-arrowstyle-2 a.deck-navigation.horizontal:hover span{
    opacity: 0.5 !important;
}

/**
 * Arrow style 2
 */
.lens-titles.sd2-arrowstyle-2 a.deck-navigation.horizontal{
    width: 46px;
    height: 46px;
    line-height: 100px;
    
    background: #3d3d3d;
   
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    margin-top: -23px;
}
.lens-titles.sd2-small.sd2-arrowstyle-2 a.deck-navigation.horizontal{
    width: 32px;
    height: 32px;
    
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    margin-top: -16px;
}
.lens-titles.sd2-light.sd2-arrowstyle-2 a.deck-navigation.horizontal{
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.lens-titles.sd2-arrowstyle-2 .deck-navigation.next { right: 10px; }
.lens-titles.sd2-arrowstyle-2 .deck-navigation.prev { left: 10px; }

.lens-titles.sd2-arrowstyle-2 a.deck-navigation.horizontal span,
.lens-titles.sd2-arrowstyle-2 a.deck-navigation.horizontal:hover span,
.lens-titles.sd2-arrowstyle-2 a.deck-navigation.horizontal:active span {
    background-image: url('images/arrowstyle_2-med.png');
}
.lens-titles.sd2-small.sd2-arrowstyle-2 a.deck-navigation.horizontal span,
.lens-titles.sd2-small.sd2-arrowstyle-2 a.deck-navigation.horizontal:hover span,
.lens-titles.sd2-small.sd2-arrowstyle-2 a.deck-navigation.horizontal:active span {
    background-image: url('images/arrowstyle_2-sml.png');
}

.lens-titles.sd2-arrowstyle-2 a.deck-navigation.horizontal span {
    background-position: 0 0;
    width: 23px;
    padding-top: 23px;
    margin-top: -11px;
    margin-left: -12px;
}
.lens-titles.sd2-arrowstyle-2 a.deck-navigation.horizontal.next span {
    background-position: -23px 0;
}
.lens-titles.sd2-small.sd2-arrowstyle-2 a.deck-navigation.horizontal span {
    background-position: 0 0;
    width: 18px;
    padding-top: 16px;
    margin-top: -8px;
    margin-left: -9px;
}
.lens-titles.sd2-small.sd2-arrowstyle-2 a.deck-navigation.horizontal.next span {
    background-position: -18px 0;
}