#cookie {
	position: fixed;
	bottom: 0;
	z-index: 99999;
	width: 100%;
	/* BG color + opacity */
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#cookie-container {
	width: 80%;
	max-width: 1060px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#cookie h2, #cookie p {
	color: white;
	margin-bottom: 0;
}

#cookie p {
	margin-top: 0;
}

#cookie p a {
	color: white;
	text-decoration: underline;
}

.cookie-btn {
	position: absolute;
	top: 20px;
	right: 20px;
}

#deluxe-home {
	background-image: url('stikboldmedia/deluxe/bg.png');
	background-position: 13% 23%; 
	/*border-bottom: 15px solid #fff4d1;*/
	border-bottom: 1px solid #ffe76e;
	width: 100%;
	overflow: hidden;
}

#deluxe-masthead {
	background-image: url('stikboldmedia/deluxe/deluxe-masthead2.png');
	background-position: 0px 30px;
	background-repeat: no-repeat;
	padding-top: 30px;
	margin: 0px auto;
	width: 1068px;
	height: 687px;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
}
/*
#masthead-img {
	position: absolute;
	top: 0;
	z-index: 5;
}

#logo-bg {
	position: absolute;
	bottom: 0;
	z-index: 4;
}
*/
#eshopbtn {
	width: 376px;
	margin: 576px auto;
}

#deluxe-trailer {
	width: 880px;
	margin: 20px auto;
	text-align: left;
	padding-bottom: 0px;
}

#deluxe-trailer #deluxe-presskit {
	margin-top: 25px;
	text-align: center;
}

#deluxe-disclaimer {
	margin-top: 20px;
}

#deluxe-trailer img {
	padding-bottom: 10px;
}

.btn-cut {
	position: absolute;
	bottom: 85px;
	width: 100%;
	height: 97px;
	overflow: hidden;
	margin-top: 30px;
}

.btn-cut .menu-button {
	width: 446px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 12;
}

.btn-cut .menu-button img {
	margin-top: 7px;
	border-left: 4px solid #ffc94e;
	border-right: 4px solid #ffc94e;
}

#consoles {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 79px;
	overflow: hidden;
	margin: 0;
}

#consoles .center {
	width: 438px;
	margin: 0 auto;
	overflow: hidden;
}

#consoles .center  img{
	border: none;
}

#consoles a {
	position: relative;
	z-index: 12;
}

#consoles #oneline {
	width: 452px;
}

a img{
	border: none;
}

a {
	text-decoration: none;
}

body {
	margin:0;
	padding:0;
	overflow-x:hidden;
	background-color: #ffe76e;
	font-family: 'Open Sans', sans-serif;
}

.screen {
	height: 750px;
	overflow: hidden;
	position: relative;
}

#main {
	width: 100%;
	overflow: hidden;
}

#main img {
	width: 100%;
}

#menu {
	background-image: url('stikboldmedia/menubg.png');
	background-repeat: no-repeat;
	background-position: center 4px;
	height: 97px;
	width: 100%;
	position:relative;
	z-index: 50;
	overflow: hidden;
	font-size: 41px;
	font-weight: bold;
	text-align: center;
}

#menuplaceholder {
	height: 97px;
}

#menu ul {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

#menu ul li {
	display: table-cell;
}

.menu-button {
	height: 99px;
	display: block;
	background-image: url('stikboldmedia/menubtnbg.png');
	background-repeat: repeat-x;
	border-left: 1px solid rgba(255,232,181,0.31);
	border-right: 1px solid rgba(255,154,28,0.31);
	position: relative;
	top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

.menu-button:hover {
	top: 0px;
}

.menu-button:active {
	top: 6px;
}

.button-content {
	padding-top: 24px;
	height: 44px;
	overflow: hidden;
	color: #5a5044;
}

#home {
	height: 812px !important;
	background-image: url('stikboldmedia/masthead.png');
	background-repeat: no-repeat;
	background-position: 20px center;
}

#masthead {
	position: absolute;
	width: 100%;
}

#masthead img {
	width: 100%;
	max-width: 1248px;
	margin: 20px auto;
	display: block;
}

#webbg1 {
	width: 1920px;
}

#trailers {
	position: absolute;
	z-index:11;
	bottom: -5px;
	width: 100%;
}

#trailerspacers {
	width: 90%;
	max-width: 1234px;
	margin: 0 auto;
}

#singletrailer {
	-ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari */
    transform: rotate(-10deg);
	width: 314px;
	float: left;
}

#multitrailer {
	-ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Safari */
    transform: rotate(10deg);
	width: 314px;
	float: right;
}

#singletrailer video {
	outline: 6px solid #ffc94e;
	box-shadow: 6px 12px #ff9a1c;
}

#multitrailer video {
	outline: 6px solid #ffc94e;
	box-shadow: -6px 12px #ff9a1c;
}

#trailers h2 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	text-align: center;
	color: #5a5044;
	letter-spacing: -3px;
}

.traileroverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	background-color: rgba(24, 24, 24, 0.3);
	z-index: 99;
	top: 0;
	left: 0;
}

.traileroverlay iframe {
	position: absolute;
	top: 50%;
	margin-top: -270px;
	left: 50%;
	margin-left: -480px;
}

.playbtn {
	display: block;
	width: 314px;
	height: 176px;
	background: url('stikboldmedia/playbtn.png') top;
	text-indent: -99999px;
	position: absolute;
	z-index: 12;
}

.playbtn:hover {
	background-position: 0 176px;
}
.playbtn:active {
	background-position: 0 352px;
}

/* MOBILE */
@stikboldmedia only screen and (max-width: 960px) {
	#menu {
		font-size: 4vw;
	}
}

/* Cookie page */
#cookie-page {
	max-width: 960px;
	margin: 0px auto;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 40px;
	padding-top: 10px;
}

#cookie-logo {
	max-width: 382px;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.cookie-back {
	font-size: 24px;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}