.NinjaEntryCommercial { display: none; }

/* //////////////////////////////////////////////////////////////////////////////// GENERAL AND GLOBAL ELEMENTS
*/

* { margin: 0; padding: 0; border: 0; box-sizing: border-box; }
*:before, *:after { content: ''; box-sizing: border-box; }
html,body { height: 100%; font-size: 16px; font-family: Arial, 微軟正黑體, メイリオ, MSゴシック; color: #202020; background-color: #fff; }
a { text-decoration: none; color: #202020; }

.display-none { display: none; }

/*-*/

/* //////////////////////////////////////////////////////////////////////////////// BASE section#hidari
*/

#hidari {
	width: 28%; height: 100%;
    background: /*linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)),*/ url(http://file.gtaki.blog.shinobi.jp/pentum-bg01.jpg) center center no-repeat;
	background-size: cover; 
	background-color: #16142c;

	position: fixed; top: 0%; left: 0%;
	/*border-right: 1px solid red;*/
	
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0);
}
#hidari:after {													/* hidari:after refers to left side shadow of section#migi */
	position: absolute; top: 0; right: -10px;
	display: block; width: 10px; height: 100%; z-index: 1;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
}

/*-*/

/* //////////////////////////////////////////////////////////////////////////////// BASE section#migi
*/

#migi {
	width: 72%; min-height: 100%;
	position: absolute; top: 0%; left: 28%;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	/*border-right: 1px solid red;*/
}

/*-*/

/* //////////////////////////////////////////////////////////////////////////////// BASE #triangle-0 */
/* /-- #triangle-0 refers to the triangle at the top right corner ie the back of calendar
*/

#triangle-0 {
	position: fixed; top: 0; right: 0; z-index: 1;
	display: block; width: 72%; height: 40px;
	background-color: #f6f8f4;

	}
#triangle-0:after {
	position: absolute; top: 40px; left: 0;
	box-sizing: content-box; height: 0;
	display: block; width: 100%; padding-top: 25%;
	background: linear-gradient(to left bottom, rgba(246,248,244,1) 49.9%, rgba(246,248,244,0.35) 50%, transparent 50.1%);
	pointer-events: none;
}

/*-*/

/* //////////////////////////////////////////////////////////////////////////////// BASE footer */
/* /-- footer refers to the left half of the triangle at the page bottom
*/

footer {
	width: 38.8888888889%; height: 160px; margin: 0px 0px 0px 0px; /* width is 0.28/0.72 ie hidari.wratio/migi.wratio */
	position: absolute; left: -38.8888888889%; bottom: 0px; z-index: 30;
	background-color: rgba(244,246,242,1);
}
footer:after {
	display: block; width: 100%; padding-bottom: 25%;
	position: absolute; left: 0; bottom: 100%;
	pointer-events: none;
	background: linear-gradient(to right top, rgba(244,246,242,1) 49.9%, rgba(244,246,242,0.5) 50%, transparent 50.1%);
}
footer, footer * {
	font-size: 0.625rem; color: #ccc !important;
}
footer { display: table; }
footer > div { display: table-cell; padding: 5px; vertical-align: bottom;  }

/*-*/

/* //////////////////////////////////////////////////////////////////////////////// BASE aside */
/* /-- aside refers to the blue pull down menu
/* /-- some styles are controlled and defined by javascripts
*/

aside {
	position: fixed; left: 0; top: -150vh; z-index: 3;
	width: 28%; height: 100vh;
	background-color: rgba(16,24,48,0.95);
	padding: 8vh 0px 20px 0px;  									/* /-- can't use lr padding, triangle will be non scaled */
}
aside:before {
	display: block;
	width: 100%; height: 0; padding-top: 25%;
	position: absolute; left: 0; top: 100%; z-index: -1;
	background: linear-gradient(to left bottom, rgba(16,24,48,0.955) 49.8%, rgba(16,24,48,0.47) 50%, transparent 50.2%);
}
.aside-transition {													/* /-- used in js */
	transition: top 0.75s cubic-bezier(.1,.8,.6,.95);
}

/*-*/


/* // GLOBAL AND BASE DEFINATIONS END // */


/* //////////////////////////////////////////////////////////////////////////////// CHILDREN OF #hidari
*/

#blog-title {
	position: absolute; left: 4vw; top: 50%; transform: translate(0%,-50%);
	width: 16vw; max-width: 100%;
}

/*-*/

/* //////////////////////////////////////////////////////////////////////////////// CONTROL COMPONENTS OF ASIDE */
/* /-- #aside-open will toggle aside status on click, #aside-close will push aside back up 
*/

#aside-open {
	position: fixed; left: 28%; top: 0; z-index: 20;
	margin: 0 0 0 -170px;
	width: 170px; height: 50px;
	overflow: hidden;
}
#aside-open::before {
	position: absolute; right: 0; top: 0;
	width: 160px; height: 40px; display: block;
	border-top: solid 20px #fff;
	border-right: solid 80px #fafafa;
	border-left: solid 80px transparent;
	border-bottom: solid 20px transparent;
	-webkit-filter: drop-shadow(-4px 2px 6px rgba(0,0,0,0.2));
	filter: drop-shadow(-4px 2px 6px rgba(0,0,0,0.2));
	transition: border-top-color 0.3s ease-out, border-right-color 0.30s ease-out;
}
#aside-open::after {
	position: absolute; left: 103px; top: 2px;
	width: 24px; height: 24px; display: block;
	border-left: solid 2px #666;
	border-bottom: solid 2px #333;
	border-top: solid 2px transparent;
	border-right: solid 2px transparent;
	transform: rotate(-30.9637565320deg);
}
#aside-open:hover::before {
	border-top-color: #f0ff66;
	border-right-color: #f0ff66;
}

#aside-close {
	position: absolute; left: 0; bottom: 0;
	width: 100%; height: 40px;
	border-bottom: 0px solid #111;
	transform: skewY(14.0362434679deg);
	transform-origin: left bottom;
	transition: border-width .3s cubic-bezier(.1,.7,.4,.95);
}
#aside-close::before {
	position: absolute; left: 0px; bottom: 0px;
	width: 56.5685424949238px; height: 56.5685424949238px;
	transform: skewY(-14.0362434679deg) rotate(45deg);
	transform-origin: left bottom;
	border-left: 1px solid #fff;
	pointer-events: none;
	transition: border-color .3s, bottom .3s;
	transition-timing-function: cubic-bezier(.7,.1,.95,.4);
}
#aside-close::after {
	position: absolute; left: 0px; bottom: 0px;
	width: 56.5685424949238px; height: 56.5685424949238px;
	transform: skewY(-14.0362434679deg) rotate(-45deg) translate(50%,50%);
	transform-origin: left bottom;
	border-left: 1px solid #fff;
	pointer-events: none;
	transition: border-color .3s, bottom .3s;
	transition-timing-function: cubic-bezier(.7,.1,.95,.4);
}
#aside-close:hover {
	border-bottom: 40px solid #111;
}
#aside-close:hover::before {
	bottom: -40px;
	border-left-color: #f0ff66;
}
#aside-close:hover::after {
	bottom: -40px;
	border-left-color: #f0ff66;
}

/*-*/

/* //////////////////////////////////////////////////////////////////////////////// PAGE NAVIGATION : PAGE TOP
/* /-- a script control the number of items in this navigation
*/

#paging-top {
	overflow: hidden;
	margin: 60px 0px 140px 20px;
	transform-origin: left bottom;
	transform: rotate(14.0362434679deg);
}
#paging-top * {
	box-sizing: content-box;
	float:left;
	margin: 0px 4px 0px 0px;
	width: 40px; line-height: 40px;
	background-color: transparent;
	border-radius: 18px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 1em;
	font-family: "Roboto Mono";
	font-weight: 300;
	letter-spacing: -1px;
	color: #666;
}
#paging-top *:last-child {
	margin-right: 0px;
}
#paging-top a {
	transition: background-color .3s, color .3s, border-color .3s;
	transition-timing-function: cubic-bezier(.1,.7,.4,.95);
}
#paging-top a:hover {
	background-color: #f0ff66;
	color: #000;
	border-color: transparent;
}
#paging-top span {								/* /-- indicates the current page */
	border-color: transparent;
	background-color: #f6f6f6;
	color: #202020;
}

/*-*/

/* //////////////////////////////////////////////////////////////////////////////// PAGE NAVIGATION : PAGE BOTTOM
/* /-- typically the fore-n-back navigation, a script controls the text shown in basic page mode
*/

#paging-bottom {
	position: relative; left: 0px; top: 0px;
	width: 640px; height: 160px;
	margin: 60px 0px 0px 0px;
	text-align: left;

	background: linear-gradient(to right top, rgba(234,236,232,1) 49.9%, rgba(234,236,232,0.45) 50%, transparent 50.1%);
}
#page-older, #page-newer {								/* /-- work around involved to clarify the fore and back, see the inline comments */
	display: block; overflow: hidden;
	width: 80px; height: 80px;
	border-radius: 32px;
	border: 1px solid #ccc;
	background-color: rgba(255,255,255,0.95);
	position: absolute; z-index: 1;
	transition: background-color 0.2s ease-out, border-color 0.2s ease-out, box-shadow 0.2s ease-out, width .3s cubic-bezier(.1,.7,.4,.95), left .3s  cubic-bezier(.1,.7,.4,.95);
}
#page-older {
	left: 240px; top: 25px;
}
#page-newer {
	left: 340px; top: 25px;
}
#page-older::before {
	width: 40px; height: 40px; display: block;
	position: absolute; left: 30px; top: 20px;
	border-width: 2px;
	border-style: solid;
	border-color: transparent transparent #333 #666;
	transform: rotate(45deg);
	transition: border-color .2s;
}
#page-newer::after {
	width: 40px; height: 40px; display: block;
	position: absolute; right: 30px; top: 20px;
	border-width: 2px;
	border-style: solid;
	border-color: #666 #333 transparent transparent;
	transform: rotate(45deg);
	transition: border-color .2s;
}
#page-older:hover, #page-newer:hover {
	border-color: #f0ff66;
	background-color: #f0ff66;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
}

#page-older p, #page-newer p {
	width: 156px; opacity: 0;
	position: absolute; top: 12px; bottom: 12px; overflow: hidden;
	transition: opacity .3s cubic-bezier(.1,.7,.4,.95);
	word-wrap: break-word;
}
#page-older p {
	left: 64px;
	text-align: left;
}
#page-newer p {
	right: 64px;
	text-align: right;
}
#page-older:hover {
	left: 80px;
	width: 240px;
}
#page-newer:hover {
	width: 240px;
}
#page-older:hover p, #page-newer:hover p {
	opacity: 1;
}

/*-*/

/* //////////////////////////////////////////////////////////////////////////////// CORE article
/* /-- one article = one entry
*/

article {
	margin: 0px 0px 60px 0px;
	padding: 0em 50px 0px 20px;
	min-width: 900px;
	min-height: 120px;
	position: relative;
}
article:last-of-type {
	margin-bottom: 0px;
}

.entry-date {
	width: 100px; 
	position: absolute; top: 0; left: 0;
	margin-left: -102px;
	padding: 10px 0 10px 0;
	border-radius: 25px 25px 25px 25px;
	border-width: 0px 5px 0px 5px;
	border-color: #fff #f8f8f8 #fff #fff;
	border-style: solid;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	transition: top .4s cubic-bezier(.1,.7,.4,.95);
	text-align: center;
}
.entry-date h4, .entry-date h5, .entry-date h6 { font-weight: 300; color: #333; font-family: 'Roboto Mono', Arial; }
.entry-date h4 { font-size: 4em; line-height: 0.4em; letter-spacing: -0.125em; text-indent: -0.125em; margin: 0.15em 0 0.25em 0; }
.entry-date h5 { font-size: 1.5em; line-height: 0.75em; text-transform: uppercase; }
.entry-date h6 { font-size: 2em; line-height: 0.8em; letter-spacing: -0.125em; text-indent: -0.125em; margin-top: 0.1em; }


.entry-title {
	font-size: 1.5rem;
	line-height: 1em;
	text-indent: -0.1em;
	margin: 0 0 0.25em 0;
}
.entry-title a {
	color: #333;
	transition: color .3s, text-shadow .3s;
	transition-timing-function: cubic-bezier(.1,.7,.4,.95);
}
.entry-title a:hover {
	color: #000;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.4);
}

.entry-category {
	margin: 0em 0 1em 0;
	font-size: 0.75em;
}
.entry-category:before {
	font-family: icons;
	content: '\e811';
	margin-right: 2px;
	color: #aaa;
}
.entry-category a {
	padding: 2px 6px;
	/*border: 1px solid #ccc;*/
	border-radius: 20px;
	background-color: transparent;
	transition: background-color 0.2s ease-in;
}
.entry-category a:hover {
	background-color: #f0ff66;
}

.entry-body {
	font-size: 0.875em;
	line-height: 1.5em;
	/*letter-spacing: 0.0625em;*/
}
.entry-read-more {
	display: block;
	width: 30%; height: 32px; margin: 1rem auto 0 12.5%;
	border: 1px solid #ccc;
	border-radius: 12px;
	line-height: 30px;
	text-align: center;
	transition: background-color .3s, border-color .3s, box-shadow .3s;
	transition-timing-function: cubic-bezier(.1,.7,.4,.95);
}
.entry-read-more:hover {
	background-color: #f0ff66;
	border-color: #f0ff66;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
}
.entry-extend {
	margin: 1rem 0 0 0;
}


/*
STYLES OF COMMENT BLOCK RELATED IN THE FOLLOWING IF ANY
*/

/*-*/

/* //////////////////////////////////////////////////////////////////////////////// PHOTO ROW
/* /-- work WITH scripts
*/

div[class|='frow'] {
  clear: left;
  width: 100%;
  margin: 0px 0px 4px 0px;
  /* background-color: red; */
  overflow: hidden;
}

div[class|='frow']:after {
	position: relative;
	clear: both;
	display: block;
}

div[class^='frow'] img {
  float: left;
  margin: 0px 4px 0px 4px;
}
div[class|='frow'] img:last-child {
  margin-right: 0px;
}

.frow-216 img { max-height: 216px; }			/* /-- need addon new styles if height other than these numbers is used */
.frow-200 img { max-height: 200px; }

/*-*/

/* //////////////////////////////////////////////////////////////////////////////// ADMIN LINK AND HOME BUTTON
/* /-- place at top right corner and always at top for convenience
*/

#quick-admin {
	position: fixed; top: 20px; right: 0px; z-index: 89;
}
#quick-admin a {
	width: 36px; height: 36px; display: block; position: relative;
	margin-bottom: 0px; padding-top: 2px;
	border-radius: 15px;
	background-color: transparent;
	text-align: center;
	line-height: 34px;
	font-family: 'icons';
	font-size: 28px;
	color: #ccc;
	transition: text-shadow 0.3s ease-out, color 0.3s ease-out;
}
#quick-admin a:hover {
	/*background-color: #f0ff66;*/
	color: #f0ff66;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}
#quick-admin a p {															/* /-- tooltip needed reset the styles of parent */
	position: absolute; right: 36px; top: 0px;
	display: inline-block; word-break: keep-all; white-space: nowrap;
	margin: 4px 0px 0px 0px; padding: 3px 7px 3px 7px;
	font: normal normal normal 14px/24px Arial,微軟正黑體,メイリオ,MSゴシック;
	color: #333; border-radius: 12px; border: 1px solid #ddd;
	visibility: hidden;
	opacity: 0;
	transition: visibility .3s, opacity .3s;
	transition-timing-function: cubic-bezier(.1,.7,.4,.95);
	text-shadow: none;
}
#quick-admin a:hover p {
	opacity: 1;
	visibility: visible;
}

/*-*/

/* //////////////////////////////////////////////////////////////////////////////// ENTRY ANCHORS
/* /-- always at the right and top layer, y-co-ordinates changes with the viewport width changes (css only)
*/

#quick-scroll {
	position: fixed; top: calc(18vw + 40px); right: 4px; z-index: 90;
}
#quick-scroll a {
	width: 16px; height: 16px; display: block;
	margin: 0px 4px 12px 4px;
	background-color: #fff;
	cursor: pointer;
	border-radius: 6px;
	border: 1px solid #ccc;
	transition: width 0.1s ease-out, height 0.1s ease-out, margin 0.1s ease-out, border-radius 0.1s ease-out;
}
#quick-scroll a:hover {
	width: 24px; height: 24px;
	margin: -4px 0 8px 0;
	border-radius: 9px;
}

/*-*/

/* //////////////////////////////////////////////////////////////////////////////// CALENDAR
/* /-- addon js for adding today indicator
*/

#calendar {
	position: absolute; top: 10px; left: 120px; z-index: 1;
	width: 868px; height: 60px;
	transform-origin: left bottom;
	transform: rotate(14.0362434679deg);
	/*background-color: pink;*/
}
#calendar ul { 
	margin: 0; padding: 0; border: 0;
	list-style-type: none; text-indent: 0;
	float: right;
	/*position: absolute; right: 0; top: 0;*/
}
#calendar ul li {
	float: left;
	width: 24px; display: block;
	margin: 0px 4px 0px 0px; padding-top: 2px;
	border-radius: 8px;
	border: 1px solid transparent;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

#calendar .kyou {													/* today */
	border-color: #ccc;
}

#calendar > h5, #calendar > h6, #calendar li p:nth-child(2) {
	font-family: "Roboto Mono", Arial;
}
#calendar > h5 {													/* year */
	position: absolute; right: 88px; bottom: 96px;
	text-align: right;
	line-height: 0.9em; font-size: 2em; font-weight: 100; letter-spacing: -0.1em;
	color: #ddd;
}
#calendar > h6 {													/* month */
	position: absolute; right: 4px; top: -0.85em;
	height: 0.9em;
	line-height: 0.9em; font-size: 5em;
	font-weight: 100; letter-spacing: -0.1em;
	text-align: right;
	color: #666;
}
#calendar li p:nth-child(2) {										/* date */
	line-height: 24px;
}
#calendar li a {
	width: 24px; display: block;
	border-radius: 7px;
	background-color: #ddd;
	color: #333;
	transition: background-color 0.1s ease-out, color 0.1s ease-out;
}
#calendar li a:hover {
	background-color: #f0ff66;
	color: #000;
}
#calendar > a {														/* next-n-previous month */
	position: absolute; bottom: 64px;
	display: block; width: 24px; height: 32px; 
	font-family: 'icons';
	font-size: 28px;
	line-height: 32px;
	color: #ccc;
	transition: text-shadow 0.3s ease-out, color 0.3s ease-out;
}
#calendar > a:hover {
	color: #f0ff66;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}
#calendar > a:nth-of-type(1) {										/* previous */
	right: 116px;
	text-align: left;
}
#calendar > a:nth-of-type(2) {										/* next */
	right: 88px;
	text-align: right;
}

/*-*/

/* //////////////////////////////////////////////////////////////////////////////// CORE ASIDE CONTENTS
/* /-- All ninja plugins are hardcoded into template
*/

.aside-content {													/* general container */
	margin: 0px 20px 32px 40px;
	color: #fafafa;
}
.aside-content h3 {													/* caption */
	margin: 0px 0px 0.1em 0px;
	font-family: "Roboto Mono", Arial;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1em;
	letter-spacing: 0.1em;
}

.aside-dropdown {													/* used in archives and categories */
	width: 270px;
	border: 3px solid #fafafa;
	border-radius: 12px;
	padding: 9px;
	position: relative;
	line-height: 24px;
	font-size: 0.875em;
	transition: background-color .2s ease-out, color .2s ease-out;
	cursor: default;
}
.aside-dropdown::before {											/* label at rhs */
	position: absolute; right: -3px; top: -3px;
	display: block; width: 40px; line-height: 48px; 
	padding-left: 8px;
	background-color: #fafafa;
	border-radius: 0px 12px 12px 0px;
	font-family: 'icons';
	font-size: 1.25em;
	color: rgba(16,24,48,1);
}
.aside-dropdown::after {											/* drop down menu bg */
	position: absolute; left: -3px; top: 32px; z-index: 2;
	width: 270px; height: 12px; display: block;
	background-color: #fafafa;
	border-radius: 0px 0px 12px 12px;
	opacity: 0;
	transition: opacity .3s cubic-bezier(.1,.7,.4,.95), height .3s cubic-bezier(.1,.7,.4,.95);
}
.aside-dropdown:hover {
	background-color: #fafafa;
	color: #101830;
}
.aside-dropdown:hover::after {
	opacity: 1;
	height: 208px;
}
.aside-dropdown nav {												/* the core linklist */
	list-style-type: none;
	margin: 0px 0px 0px 0px; border: 0; text-indent: 0;
	position: absolute; left: -3px; top: 36px; z-index: 3;
	width: 100%; padding: 0px 10px 0px 10px;

	height: 0px; overflow-y: scroll; overflow-x: hidden;
	
	opacity: 0;
	transition: opacity .3s cubic-bezier(.1,.7,.4,.95), height .3s cubic-bezier(.1,.7,.4,.95);
}
.aside-dropdown nav a {
	display: block;
	line-height: 24px;
	text-align: right;
}
.aside-dropdown nav a p:nth-child(1) {
	float: left;
	padding-left: 2px;
}
.aside-dropdown:hover nav {
	opacity: 1;
	height: 192px;
}
.aside-dropdown nav a:hover {
	background-color: #f0ff66;
}

#archives::before {													/* drop down menu label icons */
	content: '\e813';
}
#categories::before {
	content: '\e811';
}


#info {																/* specify element for blog intro */
	width: 270px;
	font-size: 0.875em;
}
#info:after { /*--- clearfix */
	display: block;
	clear: both;
}
#info > a, #info > div, #info > dl {
	display: block; margin: 4px 0px 0px 0px;
	line-height: 20px;
	text-align: left;
	padding: 8px;
	border-radius: 12px;
	border: 1px solid #ccc;
	color: #fafafa;
	text-align: justify;
}
#info .col-2 {
	float: left; width: calc(50% - 2px);
}
#info a.col-2 {
	text-align: center;
}
#info .col-2:nth-of-type(2n) {
	margin-left: 4px;
}
#info *[data-icon] span {
	font-family: 'icons';
	font-size: 1.5em;
}
#info dl:after { /*--- clearfix */
	display: block;
	clear: both;
}
#info dl * {
	display: block;
	vertical-align: top;
}
#info dt {
	float: left; width: 32px;
	font-family: 'icons';
	font-size: 1.5em;
	text-align: center;
}
#info dd {
	padding-left: 6px;
}
#info dl {
	position: relative;
	height: 42px; overflow-y: hidden;
	color: rgba(250,250,250,0);
	transition: height .3s cubic-bezier(.1,.7,.4,.95), color .2s ease-out;
}
#info dl *::first-line {
	line-height: 24px;
	color: #fafafa;
}
#info dl:hover {
	color: #fafafa;
	height: 162px;
}
#info dl::after {
	position: absolute; right: 16px; top: 10px;
	content: '\e80f';
	font-family: 'icons';
	font-size: 1em;
	color: rgba(250,250,250,0.5);
}

#info a {
	transition: background-color .3s ease-out, color .3s ease-out, border-color .3s ease-out;
}
#info a:hover {
	border-color: #f0ff66;
	background-color: #f0ff66;
	color: #202020;
}


#link-liberimei {																			/* links to liber mei */
	position: relative; overflow: hidden; z-index: 1;
}
#link-liberimei img {																		/* the old website banner */
	position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
	border-radius: 12px; 
	opacity: 0;
	transition: opacity .2s ease-out;
}
#link-liberimei:hover {
	background-color: transparent !important;
	color: rgba(250,250,250,0);
}
#link-liberimei:hover img {
	opacity: 1;
}

#info *[name|="tt"] {																		/* info link tooltip */
	font-size: 0.8125rem;
	line-height: 1rem;
	opacity: 0;
	visibility: hidden;
	transition: visibility .3s, opacity .3s;
	transition-timing-function: cubic-bezier(.1,.7,.4,.95);
}

/*-*/



/* //////////////////////////////////////////////////////////////////////////////// Lightbox Hyperlink in caption
*/
.lb-caption a {
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.50);
	transition: color .3s cubic-bezier(.1,.7,.4,.95);
}
.lb-caption a:hover {
	color: #f0ff66;
}
/*-*/
