.full {
    width: 100%;    
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #222222;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #515151;
	border-top: 1px solid #515151;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #000;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #78828D;
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}

.footer-bottom {
	padding-top:18px;
	color:#fff;
	background: #111111;
	border-top:1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}

body {
    padding-top: 70px;
    background-image: url('/images/bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
}

.navbar-brand {padding:0 10px 0 10px;}
.play {margin:0 10px 10px 10px;padding:3px 20px 5px 20px;color:#fff;font-size:1.5em;}
.navbar-inverse .navbar-nav>li>a {color:#fff;}
.navbar-header {margin-top:10px;}
.navbar-nav {margin-top:10px;}

.textc {background:#111111;margin-top:15px;margin-bottom:15px;border:1px solid #222222;padding:0 20px 20px 20px;}

.container {max-width:1080px;}

 .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 0px;
padding-right: 0px;
}

h1, .h1 {    font-size: 2.3em;} 
h2, .h2 {    font-size: 2em;} 

.navbar {border-bottom:5px solid #595959;}
.portfolio-item img, .portfolio-item video {margin:0 auto 0 auto;display:block ;}
p {padding:10px;}



/*  GAMEPLAY 
	========================================================================== */
.player-thumb {
  height: 0;
  overflow: hidden;
  padding-bottom: 57.4%;
  position: relative;
}
.player-reg-window {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.player-reg-window2, .player-window-loading {
  display: none;
}
.player-reg-window2 {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.player-reg-window2-container {
  background-color: #000;
  height: 80%;
  margin: 8%;
}
.player-reg-stop {
  color: #f00;
  font-size: 2em;
  font-weight: bold;
  padding: 18px 0;
  text-align: center;
  text-transform: uppercase;
}
.player img {
  display: block;
  height: auto !important;
  margin: 10px auto 0;
}
.player-reg-button {
  padding: 5% 0;
  text-align: center;
}
.regname {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font: bold 33px/1 Helvetica, Arial, sans-serif;
  margin-top: 0.3em;
  padding: 17px 10px 10px;
  text-shadow: 0 2px 1px #000000;
  max-width: 320px;
  width: 100%;
  text-align: center;
  background: #35BD00;
  background: -moz-linear-gradient(top, #35BD00 0%, #348E0E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #35BD00), color-stop(100%, #348E0E));
  background: -webkit-linear-gradient(top, #35BD00 0%, #348E0E 100%);
  background: -o-linear-gradient(top, #35BD00 0%, #348E0E 100%);
  background: -ms-linear-gradient(top, #35BD00 0%, #348E0E 100%);
  background: linear-gradient(to bottom, #35BD00 0%, #348E0E 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#35BD00', endColorstr='#348E0E', GradientType=0);
  border: 1px solid #35BD00;
  color: #f0f0f0;
  text-shadow: 1px 1px 1px #000;
  font-size: 40px;
}
a.regname:hover {
    color: #fff;
}

.player-reg-button a {
	letter-spacing: -0.4px;
	letter-spacing: -0.04em;
	word-spacing: -0.4px;
	word-spacing: -0.04em;
}
.player-window-loading {
  background: rgba(0, 0, 0, 0.3) url("/images/ball_on.gif") no-repeat scroll center center;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 7;
}
.player-window-play {
  background: transparent url("../images/ball_off.png") no-repeat scroll center center;
  cursor: pointer;
  height: 150px;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  top: 50%;
  width: 150px;
  z-index: 5;
}
.player-window-play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
