html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.1;
  background: #222;
  /*background-image: url('bgn.jpg');
	background-attachment:scroll;
	background-position: top;
	background-repeat: repeat-y;*/
  margin: 0;
  /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: left;
  /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #CCCCCC;
  line-height: normal;
}
a {
  color: #BD0000;
  cursor: pointer;
}
a:hover {
  color: #FF0000;
  text-shadow: 0px 0px 12px #FF0000;
  cursor: pointer;
}
h1 {
  font-family: 'Dosis', sans-serif;
  /*font-family: Helvetica, Arial, sans-serif;*/
  font-size: 4em;
  font-weight: 100;
  color: #DDDDDD;
  text-shadow: 0 1px 4px #000;
  margin: -10px 8px 5px 8px;
  padding: 0;
}
h2 {
  font-family: 'Dosis', sans-serif;
  /*width:100%;	*/
  /*font-family: Helvetica, Arial, sans-serif;*/
  font-size: 1.7em;
  font-weight: 100;
  color: #A0A0A0;
  text-shadow: 0 1px 4px #000;
  margin: 0px 8px 24px 8px;
}
h3 {
  /*width:100%;	*/
  /*font-family: Helvetica, Arial, sans-serif;*/
  font-size: 1.2em;
  font-weight: normal;
  color: #7b7b7b;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin: -18px 8px 24px 8px;
}
.row {
  overflow: hidden;
}
ul {
  padding: inherit;
  margin: 0;
}
.page-main {
  padding: 0px;
  min-height: 100vh;
  overflow: hidden;
}
.page-content {
  width: auto;
  overflow: hidden;
}
.sidebar {
  float: right;
  transition: width 400ms;
  width: 400px;
  height: 100%;
  background: linear-gradient(180deg, #494949 136px, #3A3A3A 137px);
  color: #777;
  font-size: 0.9em;
  padding: 20px;
  margin-bottom: -5000px;
  /* any large number will do */
  padding-bottom: 5000px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 0.2);
}
.sidebar iframe {
  transition: width 400ms;
  transition: height 400ms;
  width: 400px;
  height: 225px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .sidebar {
    transition: display 400ms;
    display: none !important;
  }
}
@media screen and (max-width: 1300px) {
  .sidebar {
    transition: width 400ms;
    width: 240px !important;
  }
  .sidebar iframe {
    transition: width 400ms;
    transition: height 400ms;
    width: 240px !important;
    height: 135px !important;
  }
}
.devstream {
  width: 100%;
}
.devstream .content {
  width: 100%;
  margin-bottom: 24px;
}
.sidebar h1 {
  color: #DDD;
  font-size: 2em;
  margin: 0px 0px 24px 0px;
  text-shadow: none;
}
.devstream h1 {
  margin-top: 36px;
  color: #CCC;
}
.sidebar h2 {
  color: #4A4;
  font-size: 1.4em;
  margin: 0px 0px 10px 0px;
  text-shadow: none;
}
em {
  color: #777799;
  font-style: normal;
}
i {
  color: #7777AF;
}
.devstream .content .date {
  color: #777;
  font-size: 0.8em;
  margin-bottom: 4px;
  font-style: italic;
}
.page {
  width: 708px;
  margin: 20px auto 0px auto;
}
.infotext {
  color: #888888;
  font-size: 0.8em;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.divider {
  width: 708px;
  margin: 20px auto 0px auto;
  height: 4px;
  background-image: url("images/div.png");
}
.spacer {
  clear: both;
  height: 1px;
}
.Logo {
  float: left;
  position: inherit;
  left: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 3.6em;
}
.Logo a {
  transition: text-shadow 3000ms;
  padding-left: 6px;
  font-weight: bold;
  color: transparent;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.Logo a:hover {
  transition: text-shadow 400ms;
  text-shadow: 0 0 0.2px rgba(255, 255, 255, 0.85);
}
.small {
  font-size: 2em !important;
}
.customerlogin {
  padding-left: 10px;
}
.social {
  vertical-align: middle;
  float: right;
  position: relative;
  right: 10px;
}
.social a {
  width: 34px;
  height: 34px;
  display: inline-block;
}
.social a:hover {
  background-position: 0px -34px;
}
.notmissing a {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-image: url('images/play.png');
}
.notmissing a:hover {
  background-position: 0px -100px;
}
.buy {
  font-family: 'Dosis', sans-serif;
  float: right;
  margin: 14px 8px 8px 8px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 20px 4px 20px;
  border-radius: 8px;
  /*border:  2px solid #71c36f;*/
  background: #249121;
  /*rgb(150, 150, 150); */
  /* Fall-back for browsers that don't support rgba */
  /*background: rgba(255, 255, 255, .45);*/
  background: #47b044;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47b044 0%, #086f05 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47b044), color-stop(100%, #086f05));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47b044 0%, #086f05 100%);
  /* Chrome10+,Safari5.1+ */
  /* background: -o-linear-gradient(top,  #47b044 0%,#086f05 100%); /* Opera 11.10+ */
  /* background: -ms-linear-gradient(top,  #47b044 0%,#086f05 100%); /* IE10+ */
  /* background: linear-gradient(to bottom,  #47b044 0%,#086f05 100%); /* W3C */
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35), inset 0px 0px 4px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35), inset 0px 0px 4px rgba(255, 255, 255, 0.5);
  /*, inset 0 0px 3px rgba(255, 255, 255, .5);*/
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35), inset 0px 0px 4px rgba(255, 255, 255, 0.5);
  /* inset 3px 0px 0px rgba(255, 255, 255, .25), inset 0px -3px 0px rgba(255, 255, 255, .25), inset -3px 0px 0px rgba(255, 255, 255, .25), inset 0px 3px 0px rgba(255, 255, 255, .25);*/
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #EEE;
  cursor: pointer;
}
span.buy {
  background: #2a2d2a;
  color: #777;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), inset 0px 0px 4px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), inset 0px 0px 4px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), inset 0px 0px 4px rgba(255, 255, 255, 0.1);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: auto;
}
span.owned {
  color: #56da53;
  background: #315230;
}
a.buy:hover {
  color: #FFF;
  text-shadow: none !important;
  background: #56da53;
  /* Old browsers */
  background: -moz-linear-gradient(top, #56da53 0%, #47b044 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56da53), color-stop(100%, #47b044));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #56da53 0%, #47b044 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #56da53 0%, #47b044 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #56da53 0%, #47b044 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #56da53 0%, #47b044 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56da53', endColorstr='#47b044', GradientType=0);
  /* IE6-9 */
  box-shadow: 0 2px 18px rgba(48, 131, 30, 0.8);
  /*, inset 0 0px 3px rgba(255, 255, 255, .5);*/
  -moz-box-shadow: 0 2px 18px rgba(48, 131, 30, 0.8);
  /*, inset 0 0px 3px rgba(255, 255, 255, .5);*/
  -webkit-box-shadow: 0 2px 18px rgba(48, 131, 30, 0.8);
  /*, inset 0 0px 3px rgba(255, 255, 255, .5);*/
  cursor: pointer;
}
#twitter-widget-0 {
  width: 334px !important;
}
.twitter-mention-button {
  position: relative;
  top: 3px;
  margin-top: 0px;
  width: 60px !important;
  padding-left: 10px;
  padding-right: 4px;
}
#___plusone_0 {
  margin: 0px;
  padding: 0px;
}
.fb-like {
  height: 20px !important;
  margin: 0px;
}
.Slot {
  padding: 0px;
  margin: 6px;
  float: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  /* Fall-back for browsers that don't support rgba */
  background: #383838;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), inset 0px 0px 4px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), inset 0px 0px 4px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), inset 0px 0px 4px rgba(255, 255, 255, 0.1);
  font-weight: 100;
  font-size: 0.9em;
  color: #999;
}
.ActiveSlot:hover {
  /* 		box-shadow:inset 0 0 10px rgba(255, 255, 255, .7);*/
  /*		-moz-box-shadow:inset 0 0 10px rgba(255, 255, 255, .7);*/
  /*		-webkit-box-shadow:inset 0 0 10px rgba(255, 255, 255, .7);*/
  /*THIS	margin: 4px;
 		border: 2px solid rgba(255, 255, 255, .25);
 		box-shadow:inset 0 0 20px rgba(255, 255, 255, .2), 0 0 4px rgba(255, 255, 255, .45), 0 0 24px rgba(255, 255, 255, .1);
		-moz-box-shadow:inset 0 0 20px rgba(255, 255, 255, .2), 0 0 4px rgba(255, 255, 255, .45), 0 0 24px rgba(255, 255, 255, .1);
		-webkit-box-shadow:inset 0 0 20px rgba(255, 255, 255, .2), 0 0 4px rgba(255, 255, 255, .45), 0 0 24px rgba(255, 255, 255, .1);*/
  background-color: #444;
  /* 		box-shadow:inset 0 0 10px rgba(0, 0, 0, .35), 0 0 4px rgba(255, 255, 255, .45);*/
  /*		-moz-box-shadow:inset 0 0 10px rgba(0, 0, 0, .35), 0 0 4px rgba(255, 255, 255, .45);*/
  /*		-webkit-box-shadow:inset 0 0 10px rgba(0, 0, 0, .35), 0 0 4px rgba(255, 255, 255, .45);*/
  /* 		box-shadow:inset 0 0 16px rgba(0, 0, 0, .25), 0 0 4px rgba(255, 255, 255, .55);*/
  /*		-moz-box-shadow:inset 0 0 16px rgba(0, 0, 0, .25), 0 0 4px rgba(255, 255, 255, .55);*/
  /*		-webkit-box-shadow:inset 0 0 16px rgba(0, 0, 0, .25), 0 0 4px rgba(255, 255, 255, .55);*/
  /*background: rgb(30, 30, 30); /* Fall-back for browsers that don't support rgba */
  /*background: rgba(0, 0, 0, .45);*/
}
/*.ActiveSlot img:hover {
 		box-shadow:inset 0 0 16px rgba(0, 0, 0, .35);
		-moz-box-shadow:inset 0 0 16px rgba(0, 0, 0, .35);
		-webkit-box-shadow:inset 0 0 16px rgba(0, 0, 0, .35);
		border-radius: 4px;
		cursor: pointer;
}*/
.owned:hover {
  background-color: #448844;
}
.notowned img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.Slot1x1 {
  width: 106px;
  height: 106px;
  position: relative;
}
.Slot2x1 {
  width: 224px;
  height: 106px;
}
.Slot2x2 {
  width: 224px;
  height: 224px;
}
.Slot3x2 {
  width: 336px;
  height: 224px;
}
.Slot4x2 {
  width: 460px;
  height: 224px;
}
.Slot6x3 {
  width: 696px;
  min-height: 336px;
}
iframe,
object,
embed {
  border: -5px solid #ffffff;
  border: -5px solid rgba(255, 255, 255, 0);
  -webkit-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  width: 696px;
  height: 336px;
}
.Slot1x1 span {
  position: absolute;
  color: #bababa;
  font: 100% "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
  letter-spacing: -1px;
  background: #000000;
  /* fallback color */
  background: rgba(0, 0, 0, 0.7);
  padding: 6px;
  border-radius: 4px 0px 0px 4px;
}
.Slot1x1 .version {
  bottom: 10px;
  right: 0;
  color: #bababa;
}
.old {
  color: #7c7c7c !important;
  background: rgba(0, 0, 0, 0.45) !important;
}
.Slot1x1 .new {
  bottom: 10px;
  left: 0;
  color: #ff0000;
  border-radius: 0px 4px 4px 0px;
}
.glow {
  box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.1);
}
.Dark {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background: #323232;
  /* Fall-back for browsers that don't support rgba */
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /*, 0 0 4px rgba(255, 255, 255, .25); */
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /*, 0 0 4px rgba(255, 255, 255, .25); */
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /*, 0 0 4px rgba(255, 255, 255, .25); */
  font-weight: 100;
  font-size: 0.9em;
  color: #999;
}
.SlotDark {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background: #323232;
  /* Fall-back for browsers that don't support rgba */
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /*, 0 0 4px rgba(255, 255, 255, .25); */
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /*, 0 0 4px rgba(255, 255, 255, .25); */
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /*, 0 0 4px rgba(255, 255, 255, .25); */
  padding: 20px;
  margin: 6px;
  font-weight: 100;
  font-size: 0.9em;
  color: #999;
}
.SlotDark strong {
  color: #CCC;
}
.Empty {
  /* Fall-back for browsers that don't support rgba */
  background: #202020;
}
.page .plain {
  font-size: 0.9em;
  margin: 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  color: #959595;
}
.page .plain em {
  color: #afafaf;
  font-weight: 100;
  font-style: normal;
}
.page #about {
  font-size: 0.9em;
  line-height: 130% !important;
}
.Lines {
  background-image: url("images/lines.png");
}
.ContentSlot6x2 {
  width: 656px;
  min-height: 224px;
}
.ContentSlot4x2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  width: 420px;
  min-height: 184px;
  border-radius: 4px;
  background: #323232;
  /* Fall-back for browsers that don't support rgba */
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /*, 0 0 4px rgba(255, 255, 255, .25); */
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /*, 0 0 4px rgba(255, 255, 255, .25); */
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /*, 0 0 4px rgba(255, 255, 255, .25); */
  padding: 20px;
  margin: 6px;
  font-weight: 100;
  font-size: 0.9em;
  color: #999;
}
.ContentSlot6x2 .content {
  background-color: rgba(30, 30, 30, 0.85);
  border: 4px solid #444;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}
.customerlogin {
  font-size: 1.1em;
  color: #999;
  margin-top: -14px;
  width: 100%;
  margin-bottom: 20px;
  height: 56px;
}
.customerlogin input,
select,
textarea {
  color: #a3a3a3;
  font-size: 1em;
  padding: 2px 4px;
  border: solid 1px #666;
  border-radius: 12px;
  width: 120px;
  margin: 2px 2px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.13);
}
.customerlogin input:hover {
  background: rgba(255, 255, 255, 0.3);
}
span.tooltip {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -30px;
  margin-left: 28px;
  min-width: 160px;
  max-width: 400px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  /* -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25); */
  /* -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25); */
  /* box-shadow: 2px 2px 8px #rgba(0, 0, 0, 0.25); */
  font-size: 0.9em;
}
a:hover span.tooltip {
  display: block;
  position: absolute;
  color: #969696;
  text-shadow: none;
  background: rgba(51, 51, 51, 0.9);
}
.cornerprototype {
  background-image: url(images/Corner_Prototype.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.cornerbeta {
  background-image: url(images/Corner_Beta.png);
  background-position: top right;
  background-repeat: no-repeat;
}
/*.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
    background-color: rgb(0,0,0);
}
body .ui-tooltip {
	border-width: 2px;
    border-radius: 4px;
}*/
/* Tooltip container */
.tooltip2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip2 .tooltiptext {
  visibility: hidden;
  background-color: #ccc;
  color: #333;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  text-shadow: none;
  box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.25);
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  width: 120px;
  top: 108%;
  left: 50%;
  margin-left: -65px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
}
.tooltip2 .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ccc transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext {
  visibility: visible;
}
