@font-face {
    font-family: 'OCR A Std';
    src: url('../fonts/OCRAStd.eot');
    src: url('../fonts/OCRAStd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OCRAStd.woff2') format('woff2'),
        url('../fonts/OCRAStd.woff') format('woff'),
        url('../fonts/OCRAStd.ttf') format('truetype'),
        url('../fonts/OCRAStd.svg#OCRAStd') format('svg');
    font-weight: 900;
    font-style: normal;
}



html {
    font-size: 14px;
    color: #f9d301;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	background:center center no-repeat #000 url(../images/bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin:0;
    min-height: 100%;

}

h1,h2,h3,h4,#overlay-enter {
	font-family:'OCR A Std', 'Montserrat', sans-serif;
}

a {
	color:#000;
	text-decoration:none;
}

#overlay h1:not(.site-title):before, #overlay h2:before {
    background: none;
    content: "";
    display: block;
    height: 0;
    margin:0;
    width: 0;
	display:none;
}

#overlay {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
    overflow: auto;
}

#overlay-inner {
    position: relative;
	display: table;
    box-sizing: border-box;
    width: 100%;
    max-width: 900px;
    margin: auto;
	z-index:3;
}

#overlay-width {
    display: table-cell;
    vertical-align: middle;
	position:relative;

}

#overlay-header {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background: #f9d301;
    padding: 30px;
}

#overlay-logo {
    position: relative;
    margin: auto;
    display: block;
    line-height: 1em;
    width: 100%;
    box-sizing: border-box;
}

#overlay-logo img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.overlay-sub-heading {
    position: relative;
    margin: 20px auto 0;
    text-transform: uppercase;
    font-size: 1.2em;
	color:#000;
}

.overlay-sub-heading:first-child {
    margin-top: 0;
}

#overlay-center {
    display: table;
    width: 100%;
    background: #f9d301;
    margin: 20px auto 0;
    border-spacing: 20px;
    position: relative;
    table-layout: fixed;
    color: #000;
}

.overlay-center-block {
    display: table-cell;
    width: 2%;
    vertical-align: middle;
}

#packshot-block .overlay-sub-heading {
    display: none;
    margin-bottom: 20px;
}

#overlay-packshot-wrapper {
	background:no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.overlay-packshot {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#packshot-block.packshot-hover .overlay-packshot:hover {
	opacity:0;
}

.overlay-buttons {
    margin: 10px auto 0;
}

.overlay-buttons .overlay-button {
    display: block;
    padding: 10px 2em;
    border: 1px solid #000;
    color: #000;
    margin-top: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 10px;
}

.overlay-buttons .overlay-button:hover {
    background: #000;
    color: #f9d301;
}

.overlay-buttons:first-child, .overlay-buttons .overlay-button:first-child {
    margin-top:0;
}

#overlay-enter {
    position: relative;
    margin: 20px auto 0;
    background: #f9d301;
    display: block;
    padding: 20px 3em;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
	font-size: 18px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#overlay-enter:hover {
    border-width: 0;
	background:#000;
	color:#f9d301;
}


#overlay-bg-video-wrapper {
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	opacity:0;
}

#overlay-bg-video {
    position: absolute;
    left: 50%;
    top: 0;
    width: 140%;
    height: 1000%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width:736px){

/*  Overlay  */

.overlay-center-block {
    display: block;
    width: 100%;
}

#packshot-block .overlay-sub-heading {
    display: block;
}

#buttons-block {
    padding-top: 10px;
}

#buttons-block .overlay-sub-heading {
    display: none;
}

}