* { margin: 0; padding: 0; border: none; }
body, html { padding:0; margin: 0;}

@font-face {
  font-family: 'knockout';
  src: url('/lay/knockout-htf49-liteweight-webfont.eot'); /* IE9 Compat Modes */
  src: url('/lay/knockout-htf49-liteweight-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/lay/knockout-htf49-liteweight-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('/lay/knockout-htf49-liteweight-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/lay/knockout-htf49-liteweight-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

h1,h2,h3,h4,h5,h6,p {
	font-family: knockout, arial, sans-serif;
	/*-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;*/
	text-transform: uppercase;
	color: black;
}


body {
    background-image: url("/ad/skylanders_bg.jpg");
    text-align: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    padding-bottom: 100px;
}

h1{
	color: black;
	text-transform: uppercase;
	margin: 0;
}

h2.info {
	/*line-height: .6;*/
}
h2.info a {
	color: white;
	text-shadow: 1px 1.732px 3px rgba(0, 0, 0, 0.44);
}
/*h3.info a {
	color: black;
}*/

#secondrow {
	margin-top: 15px; 
}

/*#videoplayer {
	text-align: left;
	display: inline-block;
	width: 538px;
	height: 318px;
	background-color: black;
}*/

#player { box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; border: 2px solid white;width: 100%; height: auto; }
#mainvideo { display: block; width: 680px; margin-bottom: 20px; font-size: 32px; text-transform: uppercase; font-weight: bold; text-align: center; }
#videos { list-style-type: none; margin-top: 20px;}
#videos li { cursor: pointer; text-align: center; }
#videos a { text-decoration: none; }
/*#videos li { float: left; margin: 20px 0px 0px 20px; text-align: center; font-weight: bold; text-transform: uppercase; width: 145px; }*/
#layer_vid_player_wrapper { width: 100% !important; }
.jwplayer.playlist-none { width: 100% !important; }
#layer_vid_player { z-index: 100000; width: 100% !important; }

#videotitle {
	/*font-size: 4em;*/
	margin-bottom: 10px;
	line-height: 1;
}

#logo {
	width: 100%;
	max-width: 727px;
}

#videocontainer {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

#prizecontainer {
	display: inline-block;
	margin-top: -10px;
}
#prizecontainer img {
	width: 100%;
	max-width: 427px;
	margin-left: -5%;

}
#prizes p {
	font-size: 18px;
}
#prizes h1 {
	font-size: 30px;
}
#supercharge {
	width: 100%;
	max-width: 504px;
}

#prizecontainer span {
	color: white;
	text-shadow: 1px 1.732px 3px rgba(0, 0, 0, 0.44);
}

#howto {
	margin-top: 70px;
	margin-bottom: 10px;
}

#gamestop {
    margin-top: -15px;
}



p{
	color: black;
	font-size: 12px;
	text-transform: uppercase;
	font-size: 23px;
	line-height: 1.2;
}

#videoplayer {
	text-align: left;
	display: inline-block;
	width: 100%;
	height: 318px;
	background-color: black;
}

.livestreams h4, .livestreams p {
    color: white;
    text-transform: none;
}
.livestreams h4 {
    font-size: 3em;
    line-height: 1;
    text-transform: uppercase;
}
.livestreams h5 {
    font-size: 1.3em;
    line-height: 1;
}
.livestreams p {
    font-size: 1em;
    font-family: arial;
} 

.livestream {
    color: white;
    background:rgba(240, 93, 38, 0.67);
    border:3px solid rgba(255, 255, 255, 0.67);
    border-radius: 5px;
    padding:20px;
    min-height: 200px;
    margin-top: 20px;
}
.livestreamLink {
    margin-top: 10px;
    font-size: 3em;

}
.livestreamLink a {
    text-shadow: 1px 1.732px 3px rgba(0, 0, 0, 0.44);
    color: white;
}

/*.popUpWidgetWrapper {
    position: absolute !important;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/

#uploadVideoInner {
    text-align: left;
}
.uploadVideoButton {
    display: none;
}

@media screen and (max-width: 600px) {
    #videotitle {
    	font-size: 2em;
    	margin-bottom: 5px;
    }
    h2.info {
    	line-height: 1;
    }
    h3.info { 
    	 font-size: 1.5em !important;
    	line-height: 1;
    }
    #supercharge {
    	margin:15px 0;
    }
    #howto {
    	margin-top: 0;
    }
}