/*
 ----------------------------- 
 STT for CRT
 for dark right using image
 -----------------------------
*/

.p7STT {
	padding: 1em;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: fixed;
	display: none;
	z-index: 999999999;
}
.p7STT.dark {
}
.p7STT.right {
	right: 0px;
	bottom: 150px;
	padding: 0px;
	font-size: 2em;
}
.p7STT.right span {
	display: none;
}
.p7STT.right i:before {
	padding: 0px;
}
.p7STT-anchor {
	text-decoration: none;
	border-radius: 12px;
   border: 1px dotted #ccc;
}
.p7STT.dark .p7STT-anchor {
	color: #AAA;
}
.p7STT.dark .p7STT-anchor:hover {
	color: #FFF;
	background-color: #259dc5;
}

.p7STT-anchor i {
   font-style: normal;
} 
.p7STT-anchor i:before {
	content: url(../tiny-orca-spyhop.png);
}
/* animations for arrows */

/* arrow on right */
.p7STT.right {
	opacity: 0;
	margin-top:0px;
	-webkit-transition: opacity 1s, margin-top .5s;
	transition: opacity 1s, margin-top .5s;
}
.p7STT.right.p7stt-on {
	opacity: 1;
	margin-top: 0px;
}
.p7STT-scroll-to-top {
	font-size: inherit;	
}

