@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-touch-callout: none;
}

html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}

.header_bg {
	height: 50px;
	width: 100%;
	background:#fff;
	opacity: 0.7;
	position: fixed;
	top:0px;
	left:0px;
	z-index: 100;
}

header p{
	z-index: 300;
	position: fixed;
	top:0px;
	left:0px;
}

.logo {
	width: 220px;
	z-index: 150;
	height: 40px;
	position: fixed;
	left: calc(50% - 110px);
	top: 5px;
}

.footer_bg {
	height: 50px;
	width: 100%;
	background:#fff;
	opacity: 0.7;
	position: fixed;
	bottom:0px;
	left:0px;
	z-index: 200;
}

footer p{
	position: fixed;
	bottom:15px;
	text-align: center;
	width: calc(100% - 20px);
	margin: 0;
	padding: 0 10px 0 10px;
	z-index: 400;
}


.clr{
	clear: both;
}

/* Media Queries */

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

}

@media screen and (max-width: 1120px) {
.footer_bg {
	height: 80px;
	}
}

@media screen and (max-width: 520px) {
.footer_bg {
	height: 100px;
	}
}

@media screen and (max-width: 375px) {
.footer_bg {
	height: 110px;
	}
}

@media screen and (max-width: 320px) {
.footer_bg {
	height: 120px;
	}
}