/* EXTRA FONT */


/* MAIN CSS */

.container {
	width: 100%;
	height: 100px;
	background: transparent url(../images/back_fullsize.jpg) 10% 100% repeat-x;
	overflow: hidden;
}

.osncon {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 50px;
	height: 100px;
	width: 100%;
	opacity: 1;
	/* overflow: hidden; */
}

.osncon2 {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100px;
	width: 1920px;
	background-color: transparent;
	opacity: 1;
	left: 50%;
	transform: translatex(-50%);
	overflow: hidden;
}

.bottom_shadow {
	width: 100%;
	height: 10px;
	background: transparent url(../images/bn_low.png) 50% 100% no-repeat;
	overflow: hidden;
}

img {
	opacity: 0;
}

.clo1 {
	position: absolute;
	top: -72px;
	left: 508px;
	z-index: 5;
}

.ctr1 {
	position: absolute;
	top: 0px;
	left: 518px;
	z-index: 1;
}

.ctr2 {
	position: absolute;
	top: 0px;
	left: 350px;
	z-index: 1;
}

.b2 {
	position: absolute;
	top: 45px;
	left: 1250px;
	/* height: 50px; */
	z-index: 4;
}

.cop1 {
	position: absolute;
	top: 26px;
	left: 1025px;
	height: 25px;
	z-index: 4;
}

.cop2 {
	position: absolute;
	top: 58px;
	left: 1052px;
	height: 16px;
	z-index: 4;
}

.cop3 {
	position: absolute;
	top: 55px; 
	left: 1060px;
	height: 36px;
	z-index: 4;
}

.cc2 {
	position: absolute;
	top: 38px;
	left: 545px;
	height: 24px;
	z-index: 6;
}

.cc2_red {
	position: absolute;
	top: 10px;
	left: 417px;
	height: 80px;
	z-index: 6;
}

.cl1 {
	position: absolute;
	bottom: 0;
	top: -11px;
	left: 601px;
	z-index: 6;
}

.cl2 {
	position: absolute;
	bottom: 0;
	top: 37px;
	left: 604px;
	z-index: 6;
}

.cl3 {
	position: absolute;
	bottom: 0;
	top: 66px;
	left: 707px;
	z-index: 6;
}

.cl4 {
	position: absolute;
	bottom: 0;
	top: 36px;
	left: 844px;
	z-index: 6;
}

.cl5 {
	position: absolute;
	bottom: 0;
	top: -16px;
	left: 928px;
	z-index: 6;
}

.blick1 {
	position: absolute;
	bottom: 0;
	top: -5px;
	left: 940px;
	z-index: 6;
}

.blick2 {
	position: absolute;
	bottom: 0;
	top: -20px;
	left: 685px;
	z-index: 6;
}

.blick3 {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 740px;
	z-index: 6;
}

.blick4 {
	position: absolute;
	bottom: 0;
	top: 30px;
	left: 880px;
	z-index: 6;
}

.blick5 {
	position: absolute;
	bottom: 0;
	top: -25px;
	left: 820px;
	z-index: 6;
}

.blick6 {
	position: absolute;
	bottom: 0;
	top: 25px;
	left: 785px;
	z-index: 6;
}

.blick7 {
	position: absolute;
	bottom: 0;
	top: -15px;
	left: 610px;
	z-index: 6;
}


/* @MEDIA OPTIMISATION */

@media all and (max-width: 865px) {
	.osncon { left: 30px; }
	.b2 { display: none; }
	.b2_red { display: none; }
	.cc2 { left: 575px; height: 22px; }
	.cc2_red { display: none; }
	.cop1 { height: 22px; }
	.cop2 { height: 14px; }
	.cop3 { top: 50px; height: 38px; }
}

@media all and (min-width: 1900px) {
	.container { background-position: 70% 100%; }
}