/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#bstwrapper {
	position:relative;
}
#bstpreload {
	width:1px;
	height:1px;
	position:absolute;
	left:-9999px;
	top:-9999px;
	z-index:-100;
	overflow:auto;
}
#bstheader {
	position:relative;
	margin:0 auto;
	width:80%;
}
#bstsymtool {
	position:relative;
	margin:0 auto;
	max-width:100%;
	width:291px;
	height:798px;	
	overflow:hidden;
}
#bstoverlay {
	width:70%;
	position:absolute;
	left:15%;
	top:0;
	height:100%;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.bstfadein {
	opacity:1;
	visibility:visible;
	
}
.bstfadeout {	
	opacity:0;
	visibility:hidden;		
}
.bstnodisplay {
	display:none;
}
.bstoverlayactive {
	display:block !important;
	visibility:visible !important;
	opacity:1 !important;
}
@media (max-width: 1024px) {
#bstoverlay {
	width:100%;
	left:0;
}
}
#bstcontent {
	position:relative;
	width:100%;
	height:100%;
	background-size: 200% 100%;
    background-repeat: no-repeat;
	overflow:hidden;
	max-width:none;
	
}
.bstfrontside {
	background-position:left top;
}
.bstbackside {
	background-position:right top;
}
.bstrow, .bstzone {
	padding:0;
	margin:0;
	border:none;
	overflow:hidden;
}
.bstrow {
	height:16.667%;
	height:calc(1/6 * 100%);
}
.bstzone {
	position:relative;
	width:33.334%;
	width:calc(1/3 * 100%);
	float:left;
	height:100%;
}
.bstactivezone {
	cursor:pointer;
}
.bstzone img{
	position:absolute;
	width:600%;
	height:600%;
	opacity:0;
	visibility:hidden;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	max-width:none;
}
.bstzoneshow img{
	visibility:visible;
	opacity:1;	
}
.bstrow1 img {
	top:0;
}
.bstrow2 img {
	top:-100%;
}
.bstrow3 img {
	top:-200%;
}
.bstrow4 img {
	top:-300%;
}
.bstrow5 img {
	top:-400%;
}
.bstrow6 img {
	top:-500%;
}
.bstfrontside .bstleft img {
	left:0;
}
.bstfrontside .bstmid img {
	left:-100%;
}
.bstfrontside .bstright img {
	left:-200%;
}

.bstbackside .bstleft img {
	right:-200%;
}
.bstbackside .bstmid img {
	right:-100%;
}
.bstbackside .bstright img {
	right:0;
}

.bstloadingimage {
	width:120px;
	height:auto;
	margin:35% auto;
}
.bstcleardiv {
	clear:both;
}
.bstbodypartinfo {
	position:absolute;	
	background-color:#FFF;
	background-color:rgba(255,255,255,.8);
	height:33%;
	width:60%;
	min-width:291px;
	left:20%;
	z-index:2;
}
@media (max-width:535px) {
.bstbodypartinfo {
	left:0;
	width:100%;
}
}
.bstbodypartinfo:before, .bstbodypartinfo:after{
	content: '';
	width:100%;
	height:50%;
	position:absolute;
	left:0;
}
.bstbodypartinfo:before {
	bottom:100%;
}
.bstbodypartinfo:after{
	top:100%;
}
.bsthighwindow {	
	top:0;
}
.bsthighwindow:after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,0+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
	
}
.bstmidwindow {
	top:33%;
}
.bstmidwindow:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,0+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	
}
.bstmidwindow:after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,0+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
	
}
.bstlowwindow {
	bottom:0;
}
.bstlowwindow:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,0+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	
}
.bstopenspace {
	z-index:1;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.bstclosewindow {
	position: absolute;
	top:10px;
	right:10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
	cursor:pointer;
}
.bstclosewindow::before, .bstclosewindow::after {
	content: '';
    position: absolute;
	width: 100%;
    top: 50%;
    left: 0;
	border-radius: 100%;
	height: 3px;
    margin-top: -1px;
	background: #666666;
	background:rgba(0,0,0.4);
}
.bstclosewindow:hover:before, .bstclosewindow:hover:after {
	background: #000000;
}
.bstclosewindow::before  {	
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bstclosewindow::after {
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.bstsidebutton {
	position:absolute;
	display:inline-block;
	top:5px;
	right:5px;
	padding:5px 15px;
	background-color:#CCCCCC;
	color:#000000;
	border-radius:25px;
	-webkit-border-radius:25px;
	box-shadow:0 0 3px 1px #666666;
	-webkit-box-shadow:0 0 3px 1px #666666;
	cursor:pointer;
}
@media (max-width:700px) {
.bstsidebutton {
	position:relative;
	margin-bottom:10px;
}
}
.bstsidebutton:hover {
	color:#FFFFFF;
	background-color:#666666;
	box-shadow:0 0 3px 1px #000000;
	-webkit-box-shadow:0 0 3px 1px #000000;
}
