@-webkit-keyframes pulse {
 from {
   opacity: 0.0;
 } to {
   opacity: 1.0;
 }
}
@-webkit-keyframes consoleIn {
 from {
   opacity: 0.0;
 } to {
   opacity: 1.0;
 }
}
@-webkit-keyframes consoleOut {
 from {
   opacity: 1.0;
 } to {
   opacity: 0.0;
 }		
}
@-moz-keyframes pulse {
 from {
   opacity: 0.0;
 } to {
   opacity: 1.0;
 }
}
@-moz-keyframes consoleIn {
 from {
   opacity: 0.0;
 } to {
   opacity: 1.0;
 }
}
@-moz-keyframes consoleOut {
 from {
   opacity: 1.0;
 } to {
   opacity: 0.0;
 }
}		

embed {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
}

body
{
	background-color: #ddd;
	font-family:Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}
a:link, a:visited
{
	color:#666;
	text-decoration:underline;
}
a:hover
{
	color:#000;
	text-decoration: underline;
}

.gridHr {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	margin-top: 10px;
}

#logoButton {
	background-image: linear-gradient(
		to top,
		rgba(255,255,255,0) 20%,
		rgba(255,255,255,0.6) 100%
	);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	height: 54px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: background-color 0.1s ease-in-out;
	display: block;
}
#logoButton:hover {
	background-color: rgba(255,255,255,0.8);
}

.hightlightButton {
	transition: background-color 0.1s ease-in-out, border 0.1s ease-in-out;
}
.hightlightButton:hover {
	background-color: rgba(255,255,255,0.8);
	border: 10px solid #fff;
}

.infoTabs_tab {
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	color: #777;
	background-image: linear-gradient(
		to top,
		rgba(232,232,232,1) 0%,
		rgba(255,255,255,1) 80%
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(232,232,232,1) 0%,
		rgba(255,255,255,1) 80%
	);
	background-image: -o-linear-gradient(
		bottom,
		rgba(199,199,199,0.7) 0%,
		rgba(199,199,199,0) 80%
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgba(199,199,199,0.7) 0%,
		rgba(199,199,199,0) 80%
	);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.infoTabs_tab:hover {
	box-shadow: rgba(0, 0, 0, 0.199219) 0px -2px 0px;
}
.infoTabs_tab:active {
	box-shadow: rgba(0, 0, 0, 0.4) 0px -2px 0px;
}
.infoTabs_tab_selected {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	background-color: white;
	color: #555;
	box-shadow: rgba(0, 0, 0, 0.199219) 0px -2px 0px;
}

.toolTabsButtons_container {
	background-image: linear-gradient(
		to top,
		rgba(255,255,255,0) 20%,
		rgba(255,255,255,0.6) 100%
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(255,255,255,0) 20%,
		rgba(255,255,255,0.6) 100%
	);
	background-image: -o-linear-gradient(
		bottom,
		rgba(255,255,255,0) 20%,
		rgba(255,255,255,0.6) 100%
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgba(255,255,255,0) 20%,
		rgba(255,255,255,0.6) 100%
	);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

.toolTabs_container {
	background-image: linear-gradient(
		to top,
		rgba(200,200,200,1) 20%,
		rgba(200,200,200,0) 80%
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(200,200,200,1) 20%,
		rgba(200,200,200,0) 80%
	);
	background-image: -o-linear-gradient(
		bottom,
		rgba(200,200,200,1) 20%,
		rgba(200,200,200,0) 80%
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgba(200,200,200,1) 20%,
		rgba(221, 221, 221,1) 80%
	);
	/*box-shadow: 0px 7px 10px 2px rgba(255,255,255,1);*/
	box-shadow: 0 2px 2px rgba(255,255,255,0.7);
	
}
.toolTabs_tab {
	opacity: 0.7;
}
.toolTabs_tab:hover {
	background-color: #fff;
}
.toolTabs_tab:active {
	background-color: #ddd;
	box-shadow: inset 2px 2px 10px rgba(0,0,0,0.2), 0 2px 2px #ddd;
}
.toolTabs_tab_selected {
	background-color: #fff;
	opacity: 1.0;
}

.toolTabsText_tab {
	opacity: 0.5;
	height: 35px;
	line-height: 35px;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
}
.toolTabsText_tab:hover {
	opacity: 0.6;
	background-color: #fff;
}
.toolTabsText_tab:active {
	background-color: #ddd;
	box-shadow: inset 2px 2px 10px rgba(0,0,0,0.2), 0 2px 2px #ddd;
}
.toolTabsText_tab_selected {
	background-color: #fff;
	opacity: 1.0;
	height: 35px;
	line-height: 35px;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	color: #000;
}

.colorSlider{
	/*height: 160px;*/
	margin-left: -1px;
	margin-top: -1px;
	/*box-shadow: 1px 1px 5px rgba(0,0,0,0.4);*/
}
.colorSlider:hover{
	/*box-shadow: 0px 0px 5px rgba(255,255,255,1);*/
}

#slide1_container {
	width:580px;
	height:326px;
	overflow:hidden;
	position:relative;
}
#slide1_images {
	position:absolute;
	left:0px;
	width:2320px;
	-webkit-transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-o-transition:all 0.6s ease-in-out;
	-ms-transition:all 0.6s ease-in-out;	
	transition:all 0.6s ease-in-out;
}
#slide1_images img {
	padding:0;
	margin:0;
	float:left;
}

.gallIm
{
	padding: 0;
	opacity: 0.4;
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;	
	transition:all 0.1s ease-in-out;
}
.gallIm:hover
{
	opacity: 1.0;
	cursor: pointer;
}
.gallImFocus
{
	opacity: 1.0;
	/*-moz-box-shadow:0px 0px 10px 2px #888;
	-webkit-box-shadow:0px 0px 10px 2px #888;
	box-shadow:0px 0px 10px 2px #888;*/
}

.sliderWrapper {
	border-radius: 8px;
	/*box-shadow: inset 3px 2px 10px rgba(0,0,0,0.2), 0 2px 2px #eee;*/
	box-shadow: 0 2px 2px #eee;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.5);
	background: linear-gradient(to bottom, #757575 1%,#b3b3b3 73%);
	color: #333;
}
.sliderWrapperActive {
	background: linear-gradient(to bottom, #666 1%,#939393 73%);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
	color: #000;
}
.sliderWrapperActive .sliderInner{
	background-image: linear-gradient(
		to top,
		rgba(232,232,232,1) 0%,
		rgba(255,255,255,1) 50%
	);
}

.sliderInner{
	background-color: #fff;
	background-image: linear-gradient(
		to top,
		rgba(222,222,222,1) 0%,
		rgba(255,255,255,1) 70%
	);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3), 2px 2px 10px rgba(0,0,0,0.2);
	border-radius: 3px;
}

button
{
	padding: 5px;
	min-width: 30px;
	font-size: 15px;
	color:#666;
	border: none;
	  background-color:#eee;
	  border-radius: 2px;
	  
	background-image: linear-gradient(
		to top,
		rgba(111,111,111,0.1) 0%,
		rgba(255,255,255,0) 60%,
		rgba(255,255,255,0.8) 100%
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(111,111,111,0.1) 0%,
		rgba(255,255,255,0) 60%,
		rgba(255,255,255,0.8) 100%
	);
	background-image: -o-linear-gradient(
		bottom,
		rgba(111,111,111,0.1) 0%,
		rgba(255,255,255,0) 60%,
		rgba(255,255,255,0.8) 100%
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgba(111,111,111,0.1) 0%,
		rgba(255,255,255,0) 60%,
		rgba(255,255,255,0.8) 100%
	);
	
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
button:hover {
	background-color:#fff;
	color: #777;
	cursor: pointer;
}
button:active {
	background-color: #ddd;
	box-shadow: inset 2px 2px 10px rgba(0,0,0,0.2), 0 2px 2px #ddd;
}
button:disabled {
	padding: 5px;
	min-width: 30px;
	font-size: 15px;
	color:#999;
	border: none;
	  background-color:#ddd;
	  border-radius: 2px;
	
	background-image: linear-gradient(
		to top,
		rgba(255,255,255,0) 60%,
		rgba(255,255,255,0.3) 100%
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(255,255,255,0) 60%,
		rgba(255,255,255,0.3) 100%
	);
	background-image: -o-linear-gradient(
		bottom,
		rgba(255,255,255,0) 60%,
		rgba(255,255,255,0.3) 100%
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgba(255,255,255,0) 60%,
		rgba(255,255,255,0.3) 100%
	);
	cursor: default;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
button:disabled img {
	opacity: 0.2;
}
button img {
	float: left;
}
.gridButton {
	width: 120px;
	margin-left: 10px;
	margin-top: 10px;
	display: box;
}

#intropopup
{
	background: radial-gradient(rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7));
	background: -webkit-radial-gradient(rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7));
	background-image: -o-radial-gradient(rgba(127, 127, 127, 0.5) 0%, rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7) 100%);
	background-image: -moz-radial-gradient(rgba(127, 127, 127, 0.5) 0%, rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7) 100%);
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-name: pulse;
	-moz-animation-duration: 0.3s;
	-moz-animation-timing-function: ease-in;
}
#popup
{
	background: rgba(100, 100, 100, 0.5);
	/*background: -webkit-radial-gradient(rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7));
	background-image: -o-radial-gradient(rgba(127, 127, 127, 0.5) 0%, rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7) 100%);
	background-image: -moz-radial-gradient(rgba(127, 127, 127, 0.5) 0%, rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7) 100%);*/
	display:table;
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-name: pulse;
	-moz-animation-duration: 0.3s;
	-moz-animation-timing-function: ease-in;
}
.poperror {
	padding-left: 104px;
	background: url(error.png) no-repeat 20px 20px;
	 border-radius: 10px;
}
.popok {
	padding-left: 104px;
	background: url(ok.png) no-repeat 20px 20px;
	border-radius: 10px;
}
.popwarning {
	padding-left: 104px;
	background: url(warning.png) no-repeat 20px 20px;
	border-radius: 10px;
}
.popupload {
	padding-left: 104px;
	background: url(upload.png) no-repeat 20px 20px;
	border-radius: 10px;
}
.poptrash {
	padding-left: 104px;
	background: url(trash.png) no-repeat 20px 20px;
	border-radius: 10px;
}
.popdefault{
	border-radius: 10px;
}
.popchangelog{
	border-radius: 10px;
}
#cell {
	display:table-cell; vertical-align:middle;
	padding-bottom:160px;
	padding-top: 10px;
}
#infobox {
	background: url(infologo.png) no-repeat 0px 0px;
	height: 529px;
	width: 580px;
	text-align: left;
	background-color: #fff;
	
	position:absolute;
	
	box-shadow: 0px 5px 80px #505050;/*0px 0px 20px rgba(0,0,0,0.5);*/
	border-radius: 10px;
}

.canvasWrapper {
	transition:all 0.3s ease-in-out;
}

#playbutton {
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
}
#playbutton:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

#infobutton {
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
}
#infobutton:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
#closeinfobutton:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

#vidbox
{
	margin-left: auto;
	margin-right: auto;
}
#helpbox
{
	padding-left: 20px;
	padding-right: 20px;
	height: 400px;
	color: #777;
	line-height: 19px;
}
#helpbox h4 {
	color: #000;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 20px;
}
#aboutbox {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #777;
	line-height: 19px;
}
#aboutbox b {
	color: #000;
	font-weight: normal;
	
}

.helptext {
}
#morehelp {
	background-image: linear-gradient(
		to top,
		rgba(0,0,0,0.2) 0%,
		rgba(0,0,0,0.1) 100%
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(0,0,0,0.2) 0%,
		rgba(0,0,0,0.1) 100%
	);
	background-image: -o-linear-gradient(
		bottom,
		rgba(0,0,0,0.2) 0%,
		rgba(0,0,0,0.1) 100%
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgba(0,0,0,0.2) 0%,
		rgba(0,0,0,0.1) 100%
	);
	display: block;
	height: 47px;
	margin-top: 10px;
	border-radius: 5px;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	padding-top: 23px;
	opacity: 0.8;
}
#morehelp:hover {
	opacity: 1;
}
#infofooter
{
	color: #808080;
	font-size: 13px;
	/*width: 500px;*/
}
#infofooter i {
	font-family: serif;
	font-size: 15px;
}
#infofooter a:link, #infofooter a:visited {
	font-weight: bold;
}
#gallerybox
{
}
#navi
{
	/*margin: 0px 10px 10px 00px;*/
}

#BVCONSOLE {
	position: absolute;
	right: 280px;
	top: 10px;
	min-width: 50px;
	text-align: center;
	padding: 10px;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	border-radius: 10px;
	z-index: 100;
	box-shadow: 0px 0px 15px 3px rgba(255,255,255,0.5);
	-webkit-animation-duration: 0.3s;
	-moz-animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
}
	
#socialBox {
	margin-left: auto;
	margin-right: auto;
	width: 410px;
	position: relative;
}
#share_fbook {
	float:left;
}
#share_twitter {
	float:left;
}
#share_gplus {
	float:left;
	margin-left: -10px;
}
#share_paypal {
	margin-top: -3px;
	margin-left: 3px;
	float:left;
}
.checkLabel {
	cursor: pointer;
	color: #555;
}
.checkLabel:hover {
	color: #000;
}

.infoBar{
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	font-size: 14px;
	
	background-image: linear-gradient(
		to top,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.4) 80%
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.4) 80%
	);
	background-image: -o-linear-gradient(
		bottom,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.4) 80%
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.4) 80%
	);
}

.infoBarDark{
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	font-size: 14px;
	
	background-color: #888;
	
	background-image: linear-gradient(
		to top,
		rgba(155, 155, 155, 1) 0%,
		rgba(143, 143, 143, 1) 80%
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(155, 155, 155, 1) 0%,
		rgba(143, 143, 143, 1) 80%
	);
	background-image: -o-linear-gradient(
		bottom,
		rgba(155, 155, 155, 1) 0%,
		rgba(143, 143, 143, 1) 80%
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgba(155, 155, 155, 1) 0%,
		rgba(143, 143, 143, 1) 80%
	);
}

a.infoBarButton {
	color: #888;
	height: 30px;
	text-align: center;
	float: left;
	text-decoration: none;
}
a.infoBarButton:hover {
	color: #666;
	background: #efefef;
}
a.infoBarButton:active {
	margin-top: 1px;
}

a.infoBarButtonDark {
	color: #eee;
	height: 30px;
	text-align: center;
	float: left;
	text-decoration: none;
	-webkit-transition: background 0.1s ease-in-out;
}
a.infoBarButtonDark:hover {
	color: #fff;
	background: #777;
}
a.infoBarButtonDark:active {
	background: #555;
}

#pre_infobox {
	width:728px;
	margin-left: auto;
	margin-right: auto;
}
#pre_header {
	padding: 20px;
	text-align: center;
}
.pre_browser {
	float:left;
	padding: 10px 0;
	text-align:center;
	width: 120px;
	margin-bottom: 100px;
}
.pre_browser:last {
	clear: both;
}
.pre_browser  img {
	display: block;
	margin: 0 auto;
	padding-bottom: 5px;
}

#failbox {
	font-size: 22px;
	margin-top: 20px;
}
.layerBox {
	background-image: -linear-gradient(to top, rgba(188,188,188,0.1) 0%, rgba(255,255,255,0.3) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(188,188,188,0.1) 0%, rgba(255,255,255,0.3) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(188,188,188,0.1) 0%, rgba(255,255,255,0.3) 100%);
}
#bitbofLogo {
	display: block;
	width: 95px;
	height: 63px;
	background: url(bybitbof.png);
	margin-left: auto;
	margin-right: auto;
	opacity: 0.8;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
}
#bitbofLogo:hover {
	opacity: 1;
}
#bitbofLogo:active {
	background-position: 0 2px;
}
#mailme {
	background-image: url(mail.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	line-height: 33px;
	height: 33px;
	margin-top: -8px;
}
#donateBox {
	height: 50px;
	display: block;
	width: 135px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.bottomBarLine1 a {
	height: 100%;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 36px;
	text-align: center;
	padding-left: 24px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(255,255,255,0.2);
	background-repeat: no-repeat;
	cursor: pointer;
	color: #666;
	background-position: 2px 6px;
	-webkit-transition: background-color 0.1s linear;
	background-size: 26px 24px;
}
.bottomBarLine1 a:hover {
	background-color: #eee;
}
.bottomBarLine1 a:active {
	border-top: 1px solid rgba(255,255,255,0);
}
.bottomBarLine2 a {
	text-decoration: none;
	padding-left: 7px;
	padding-right: 6px;
	font-size: 11px;
	display: block;
	float: left;
	height: 100%;
	-webkit-transition: background-color 0.1s linear;
}
.bottomBarLine2 a:hover {
	color: #333;
	background: rgba(0,0,0,0.1);
	text-shadow: 0 0 10px rgba(255,255,255,1);
}

.info-hint  {
	background: rgb(255, 243, 131);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}