@font-face {
	font-family: 'entypo';
	src:url('../fonts/controls/entypo.eot');
	src:url('../fonts/controls/entypo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/controls/entypo.woff') format('woff'),
		url('../fonts/controls/entypo.ttf') format('truetype'),
		url('../fonts/controls/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}
#mainWindow {
    position   : fixed;
    width      : 100%;
	overflow:hidden;
    top     : 66px;
	left:-1px;
   	height : 100%;
	z-index:20;
	background:transparent;
}
.copyright{
	position:fixed;
	top:260px;
	left:240px;
	z-index:999;
}

.copyright2{
	position:absolute;
	top:25px;
	left:398px;
	width: 569px;
}
#topMenu {
    position   : fixed;
	margin-left:10%;
	margin-right:60%;
	width:100%;
    top     : 8px;
	z-index:20;
}
.cbp-bislideshow {
	list-style: none;
	width: 50%;
	height: 58%;
	position: fixed;
	top: 0px;
	left: 0;
	z-index:-30;
	padding: 0;
	margin: 0;
	background-color:#333333;
}

.cbp-bislideshow li {
	position: absolute;
	width: 200%;
	height: 160%;
	top: 75px;
	left: 2px;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
	
}

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
}

.cbp-bicontrols {
	position: fixed;
	width: -250px;
	height: 100px;
	margin: 50px 0 0 0px;
	top: 80%;
	left: 80%;
	z-index:20;
}

.cbp-bicontrols span {
	float: left;
	width: 50px;
	height: 100px;
	position: relative;
	cursor: pointer;
}

.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 30px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}

.cbp-bicontrols span:hover:before {
	opacity: 1;
}

.cbp-bicontrols span:active:before {
	top: 2px;
}

span.cbp-biplay:before {
	content: url(/images/play.png);
}

span.cbp-bipause:before {
	content:url(/images/pause.png);
}

span.cbp-binext:before {
	content:url(/images/next.png);
}

span.cbp-biprev:before {
	content:url();
}

.cbp-bicontrols span.cbp-binext {
	float: right;
}


/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}
