/*
@font-face {
	font-family: DINRoundWebPro-Bold;
	src: url("fonts/DINRoundWebPro-Bold.eot");
}

@font-face {
	font-family: DINRoundWebPro-Bold;
	src: url("fonts/DINRoundWebPro-Bold.woff") format("woff");
}
*/
@font-face {
    font-family: 'CharterOSCRegular';
    src: url('fonts/charterosc-webfont.eot');
    src: url('fonts/charterosc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/charterosc-webfont.woff') format('woff'),
         url('fonts/charterosc-webfont.ttf') format('truetype'),
         url('fonts/charterosc-webfont.svg#CharterOSCRegular') format('svg');
    font-weight: normal;
    font-style: normal;

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

}
@font-face {
    font-family: 'CirceRegular';
    src: url('fonts/circe-regular-webfont.eot');
    src: url('fonts/circe-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/circe-regular-webfont.woff') format('woff'),
         url('fonts/circe-regular-webfont.ttf') format('truetype'),
         url('fonts/circe-regular-webfont.svg#CirceRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'CharterOSCItalic';
    src: url('fonts/charterosc-italic-webfont.eot');
    src: url('fonts/charterosc-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/charterosc-italic-webfont.woff') format('woff'),
         url('fonts/charterosc-italic-webfont.ttf') format('truetype'),
         url('fonts/charterosc-italic-webfont.svg#CharterOSCItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

/* LESS VARIABLES */
.rounded-corners (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
/* ############## */


* {
	padding: 0;
	margin: 0;
}
body {
	background: #000;
	cursor: move;
	
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
#debug {
	position: fixed;
	padding: 10px;
	color: #fff;
	font-family: Courier;
}
#wrapper {
	width: 5000px;
	height: 5000px;
}
.video {
	position: absolute;
	width: 690px;
	height: 380px;
	background: #fff;
	margin: -380px 0 0 -690px;
}
.pa {
	position: absolute;
}
p, .p1 {
	color: #fff;
	font-family: CirceRegular;
	font-size: 15px;
	line-height: 21px;
	-webkit-font-smoothing: antialiased;
	z-index: 1000;
}
.p1 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 6px;
}
a {
	display: block;
	color: #00AEEF;
	text-decoration: underline;
}
.lin {
	font-family: LineaturaLight;
	-webkit-font-smoothing: antialiased;
	font-size: 28px;
	line-height: 38px;
	span {
		text-decoration: underline;
	}
}
img {
	margin: -306px 0 0 -560px;
}
