/*TABLE STUFF*/

.containerT {
  display: table;
  width: 100%;
}

.left-half {
  left: 0px;
  width: 60%;
}

.right-half {
  right: 0px;
  width: 60%;
}


/*NO MORE TABLE STUFF*/

.containerX {
   height: auto;
   overflow: hidden;
}

.rightX {
    width: 180px;
    float: right;
    background: #aafed6;
}

.leftX {
    float: none; /* not needed, just for clarification */
    background: #e8f6fe;
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
}​​

.facebookButton{
	margin-top: - 5px;
}

.orangeText{
	color:#FF8100;
}

.TextMarginCreator{
	margin-left:15px;
	margin-right:15px;
}


.MarginCreator{
	margin-top:10px;
	
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.aboutHeader{
	color: white;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
	size:6;
	min-width:10px;
	max-width:650px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
}


.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.LogoTopper{
	width:300px;
}


.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
}

.Logogo{
	max-Height:150px;
	margin-bottom:80px;
}

.LogogoCurve{
	max-width:240px;
	margin-bottom:80px;
}

.tabtab{
	style="width:40%;"
	margin-left:30px;
}

.shado{
	 text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}

.BlackBackground{
		background-image: url("../img/Clouds.jpg"); 
		background-repeat: repeat-x;
		background-position:center top;
	
background-color:black	;
margin-top:-30px;
margin-bottom:-30px;
padding-top:30px;
border-left-width:0px;
border-right-width:0px;}

.BlueBackground{
background-color:#1f1f2e	;
margin-top:-5px;
margin-bottom:-5px;
padding-top:5px;
padding-bottom:5px;
border-left-width:0px;
border-right-width:0px;}

.Screenshot{
	max-width:200px;
}

.ScreenshotL{
	max-width:300px;
}


.Greybutton {
   border: 1px solid #000000;
   background: #adadad;
   background: -webkit-gradient(linear, left top, left bottom, from(#8f8f8f), to(#adadad));
   background: -webkit-linear-gradient(top, #8f8f8f, #adadad);
   background: -moz-linear-gradient(top, #8f8f8f, #adadad);
   background: -ms-linear-gradient(top, #8f8f8f, #adadad);
   background: -o-linear-gradient(top, #8f8f8f, #adadad);
   background-image: -ms-linear-gradient(top, #8f8f8f 0%, #adadad 100%);
   padding: 10.5px 21px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #7ea4bd 0 1px 0;
   color: #000000;
   font-size: 14px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.Greybutton:hover {
   border: 1px solid #000000;
   text-shadow: #1e4158 0 1px 0;
   background: #adadad;
   background: -webkit-gradient(linear, left top, left bottom, from(#828282), to(#adadad));
   background: -webkit-linear-gradient(top, #828282, #adadad);
   background: -moz-linear-gradient(top, #828282, #adadad);
   background: -ms-linear-gradient(top, #828282, #adadad);
   background: -o-linear-gradient(top, #828282, #adadad);
   background-image: -ms-linear-gradient(top, #828282 0%, #adadad 100%);
   color: #000000;
   }
.Greybutton:active {
   text-shadow: #1e4158 0 1px 0;
   border: 1px solid #030303;
   background: #ababab;
   background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#adadad));
   background: -webkit-linear-gradient(top, #757575, #ababab);
   background: -moz-linear-gradient(top, #757575, #ababab);
   background: -ms-linear-gradient(top, #757575, #ababab);
   background: -o-linear-gradient(top, #757575, #ababab);
   background-image: -ms-linear-gradient(top, #757575 0%, #ababab 100%);
   color: #000000;
   }

.orangeButton {
   border: 1px solid #000000;
   background: #de7d07;
   background: -webkit-gradient(linear, left top, left bottom, from(#de7d07), to(#de7d07));
   background: -webkit-linear-gradient(top, #de7d07, #de7d07);
   background: -moz-linear-gradient(top, #de7d07, #de7d07);
   background: -ms-linear-gradient(top, #de7d07, #de7d07);
   background: -o-linear-gradient(top, #de7d07, #de7d07);
   background-image: -ms-linear-gradient(top, #de7d07 0%, #de7d07 100%);
   padding: 8.5px 17px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #000000 0 1px 0;
   color: #ffffff;
   font-size: 16px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.orangeButton:hover {
   border: 1px solid #000000;
   text-shadow: #000000 0 1px 0;
   background: #966124;
   background: -webkit-gradient(linear, left top, left bottom, from(#b06f25), to(#966124));
   background: -webkit-linear-gradient(top, #b06f25, #966124);
   background: -moz-linear-gradient(top, #b06f25, #966124);
   background: -ms-linear-gradient(top, #b06f25, #966124);
   background: -o-linear-gradient(top, #b06f25, #966124);
   background-image: -ms-linear-gradient(top, #b06f25 0%, #966124 100%);
   color: #fffcff;
   }
.orangeButton:active {
   text-shadow: #000000 0 1px 0;
   border: 1px solid #000000;
   background: #734d21;
   background: -webkit-gradient(linear, left top, left bottom, from(#6b4315), to(#966124));
   background: -webkit-linear-gradient(top, #6b4315, #734d21);
   background: -moz-linear-gradient(top, #6b4315, #734d21);
   background: -ms-linear-gradient(top, #6b4315, #734d21);
   background: -o-linear-gradient(top, #6b4315, #734d21);
   background-image: -ms-linear-gradient(top, #6b4315 0%, #734d21 100%);
   color: #fff;
   }


.img-Logo {
	margin-top: 50px;
}
.btn-SeeMore {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	margin-top: 50px;
	padding: 10px 20px;
}
.photos-row {
	margin-bottom: 20px;
}
.header-bar {
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	border-top: 1px dashed #ddd;
	margin-top: 20px;
	margin-bottom: 20px;
}
.header-bar span {
	position: relative;
	background-color: #fff;
	top: -6px;
	padding: 20px;
}
.footer {
	background-color: #333;
	color: #FFF;
	padding: 10px 0 0 0;
}
.sponsor-row {
	margin-bottom: 20px;
}
/*
.VideoContainer{
	margin-left: 110px;
	margin-right: 400px;
}


.VideoContainer{
	margin-left: 110px;
	margin-right: 5%;
}*/

.VideoContainer{
	margin-left: 15%;
	width:750px;
}

.BarBack{
	background-image: url("http://10second.ninja/img/starbarbacking.png"); 
	background-size: 100% 100%;
}

.ProgressContainer{
	margin-left: 0px;
	height:0px;
}

.EndProgressContainer{
	margin-left: 0px;
	height:0px;
	margin-top: -20px;
}

.bodge
{
	margin-top:30px;
}

.bar {
  width: 750px;
  height: 370px;
  background: url('starbarbound.png');
  position: relative;
  background-size:contain;
  z-index: 1;
  background-repeat: no-repeat;
}

.bar .fg-bar {
  background: url(http://10second.ninja/img/starbarbackingh.png);
  background-size: cover;
  height: 80%;
   background-position:0px -40px;
  z-index: 2;
  background-repeat: inherit;
}

.bar .fg-bar2 {
  background: url(starbarfront.png);
  background-size: inherit;
 
  height: 100%;
  z-index: 2;
  background-repeat: inherit;
}

.whyareyoulookingatmyawfulsourcecode {
  background: url(starbarfront.png);
  background-size: 100% 100%;
  z-index: 2;
}

.clipper{
clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.loadingBarBar
{
	width:100%;
	height: auto;
}

.bodger
{
	margin-top:-30px;
}

.Lenny{
	width:80%;
	margin-bottom:15px;
}

.NotLenny{
	width:80%;
	margin-bottom:15px;
}

#clip {
  clip: rect(0, 12px, 10px, 0);
  /* clip: shape(top, right, bottom, left); NB 'rect' is the only available option */
}

.Platforms{
	width:100%;
}

@media (max-width: 1090px) {
	.VideoContainer{
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

.Lenny{
	padding-top:50px;
	width:80%;
	margin-bottom:15px;
}

.bar {
  width: 600px;
  height: 320px;
  background: url('starbarbound.png');
  position: relative;
  background-size:contain;
  z-index: 1;
  background-repeat: no-repeat;
}

.bar .fg-bar {
  background: url(http://10second.ninja/img/starbarbackingh.png);
  background-size: cover;
  height: 80%;
   background-position:0px -33px;
  z-index: 2;
  background-repeat: inherit;
}

.bar .fg-bar2 {
  background: url(starbarfront.png);
  background-size: inherit;
 
  height: 92.5%;
  z-index: 2;
  background-repeat: inherit;
}


}

@media (max-width: 1424px) {
	
	.hideQuotes{
		visibility:hidden;clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
	}
}

@media (max-width: 767px) {
	
	.hideNotWide{
		visibility:hidden;clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
	}
	
		.VideoContainer{
		margin-left:5%;
		width:90%;
	}
	.Lenny{
	width:80%;
	margin-bottom:0px;
}

.bodgeMarge{
	margin-top:-50px;
}

.bar {
  width: 660px;
  height: 362px;
  background: url('starbarbound.png');
  position: relative;
  background-size:contain;
  z-index: 1;
  background-repeat: no-repeat;
}

.bar .fg-bar {
  background: url(http://10second.ninja/img/starbarbackingh.png);
  background-size: cover;
  height: 80%;
   background-position:0px -36px;
  z-index: 2;
  background-repeat: inherit;
}

.bar .fg-bar2 {
  background: url(starbarfront.png);
  background-size: inherit;
 
  height: 90%;
  width: 1010%
  z-index: 2;
  background-repeat: inherit;
}

}

@media (max-width: 700px) {

.VideoContainer{
		margin-left:5%;
		width:90%;
	}
	.Lenny{
	width:80%;
	margin-bottom:0px;
}

.bar {
  width: 280px;
  height: 150px;
  background: url('starbarbound.png');
  position: relative;
      margin-left: auto;
    margin-right: auto;
  margin-top:50px;
  background-size:contain;
  z-index: 1;
  background-repeat: no-repeat;
}

.bar .fg-bar {
  background: url(http://10second.ninja/img/starbarbackingh.png);
  background-size: cover;
  height: 80%;
   background-position:0px -16px;
  z-index: 2;
  background-repeat: inherit;
}

.bar .fg-bar2 {
  background: url(starbarfront.png);
  background-size: inherit;
  z-index: 2;
  background-repeat: inherit;
}

}

#imageHeader {
	background-image: url(../img/DemoBanner.png); 
  background-position: right;
  background-repeat: no-repeat;
  background-size:cover;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom:10px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.SloppyJimbo{
	height:100%;
}

.DINGLE{
	margin-top:50px;
	margin-bottom:60px;
}

.dingle{
 width: 25%;
    float: left;
    margin: 0;
    text-align: center;
    padding: 0;
}


@media (max-width: 767px) {
	
	#imageHeader {
	background-image: url(../img/SmallResBackground.jpg); 
  background-size: cover;
}

.img-Logo {
	margin-top: -10px;
}

.game-Title{
	margin-top: 5px;
}

.no-MarginBottom{
	margin-bottom: 0px;
	margin-top:0px;
}

.Lenny{
	width:80%;
	margin-bottom:-20px;
}

.DINGLE{
	margin-top:20px;
	margin-bottom:20px;
}


}
	