@import "init.css";
@import "preloader.css";
@import "nav.css"; 
@import "ui.css";
@import "screen0.css"; 
@import "screen1.css";
@import "screen2.css";
@import "screen3.css";
@import "screen4.css";
@import "popup.css";
@import "jqcloud.css";
@import "videojs/video-js.css";
@import "jquery.jscrollpane.css";
@import "http://vjs.zencdn.net/c/video-js.css";


@font-face {
    font-family: "Lane Narrow Bold";
    src: url('fonts/lane-bold32-webfont.eot');
    src: url('fonts/lane-bold32-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lane-bold32-webfont.woff') format('woff'),
         url('fonts/lane-bold32-webfont.ttf') format('truetype'),
         url('fonts/lane-bold32-webfont.svg#lane-bold32regular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: "Lane Narrow SemiBold";
    src: url('fonts/lane-semibold20-webfont.eot');
    src: url('fonts/lane-semibold20-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lane-semibold20-webfont.woff') format('woff'),
         url('fonts/lane-semibold20-webfont.ttf') format('truetype'),
         url('fonts/lane-semibold20-webfont.svg#lane-semibold20regular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: "Lane Narrow";
    src: url('fonts/lanenar_-webfont.eot');
    src: url('fonts/lanenar_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lanenar_-webfont.woff') format('woff'),
         url('fonts/lanenar_-webfont.ttf') format('truetype'),
         url('fonts/lanenar_-webfont.svg#lane_-_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
@font-face {
font-family: "Lane Narrow";
src: url('fonts/LANENAR_.ttf') format('truetype');
}
@font-face {
font-family: "Lane Narrow SemiBold";
src: url('fonts/Lane-semibold20.ttf') format('truetype');
}
@font-face {
font-family: "Lane Narrow Bold";
src: url('fonts/Lane-bold32.ttf') format('truetype');
}*/

body {
	width:100%;
	height:100%;

	font-family: "Lane Narrow",Verdana,Arial,sans-serif;

	margin:0px;
	padding:0px;
	overflow:hidden;
	background-color:#b2a571;
	/*background-image:url(../images/preloadbg.jpg);*/
		background-image:url(../images/backgroundocre.jpg);
	background-size:cover;
	
}

#background {
	background-color:black;
	background-image:url(../images/backgroundocre.jpg);
	
	width:2819px;
	height:2083px;
	
	position:absolute;
	
	top:0px;
	left:0px;
	
}
#backgrounder {
	
	
	
	
	position:absolute;
	
	top:0px;
	left:0px;
	
}
#mainScreen {
	
	background-color:black;
	position:absolute;
	
	top:0px;
	left:0px;
	
	
}
#commentsbar {
		background-image:url(images/commentsbar.png);
	background-repeat:no-repeat;
		width:934px;
	height:31px;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-467px;
}
#commentsbar-title {
	color: black;
font-size: 15px;
position: absolute;
top: 6px;
left: 15px;
width: 180px;
text-align: center;
}
#commentsbar-content {
	color: #CEBC81;
font-size: 14px;
position: absolute;
top: 7px;
left: 220px;
width: 640px;
height: 18px;
overflow: hidden;
}
.scrolling {
	font-family: Arial, Helvetica, sans-serif !important;
	
position: absolute;	
top: 0px;
	left: 600px;
	
margin:0px;
padding:0px;
border:none;
	width:auto;
overflow: hidden;
height:16px;
}
.scrollingcomment {
	color:#0092D4;
	font-weight:bold;
	cursor:pointer;
}
#logo {
	
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:279px;
	height:137px;
	position:absolute;
	right:50px;
	bottom:30px;
}
.screen {
	position:absolute;
	display:block;
	
	
}
#chien {
	display:none;
	position: absolute;	
    top: 50%;
	left: 50%;
	width:900px;
	height:484px;
	margin-top:-270px;
	margin-left:-450px;
}
#tsb-spot {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

/*background: -moz-radial-gradient(center 45deg, circle closest-side, transparent, rgba(35, 30, 23, 0.8));
background: -webkit-gradient(radial, center center, 200, center center, 500, from(transparent), to(rgba(35, 30, 23, 0.8)));*/
background: -moz-radial-gradient(center 45deg, circle closest-side,  rgba(0,0,0,0) 0%, rgba(35,30,23,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 200px, center center, 500px, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(35,30,23,0.8))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, circle closest-side,  rgba(0,0,0,0) 0%,rgba(35,30,23,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, circle closest-side,  rgba(0,0,0,0) 0%,rgba(35,30,23,0.8) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, circle closest-side,  rgba(0,0,0,0) 0%,rgba(35,30,23,0.8) 100%); /* IE10+ */
background: radial-gradient(center,circle closest-side,  rgba(0,0,0,0) 0%,rgba(35,30,23,0.8) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc231e17',GradientType=1 );  IE6-9 fallback on horizontal gradient */

}

