#header {
	position: relative;
	z-index: 2;
}

		#header .logo {
			position: absolute;
			top: 33px;
			left: 42px;
		}

			#header .logo img, #header .logo .text {
				display: block;
				width: 275px;
				height: 275px;
				border-radius: 50%;
				background: #fff;
			}

			#header .logo .text {
				background: rgba(0,0,0,0.8);
				font: normal 48px/275px univers_condensedmedium;
				text-align: center;
				color: #fff;

			}

			#header .logo .btn-back {
				position: absolute;
				left: -10px;
				bottom: 5px;
				display: block;
				width: 63px;
				height: 63px;
				background: #fff;
				border-radius: 50%;
				text-align: center;
				text-decoration: none;
				font: normal 13px/63px univers_condensedmedium;
				color: #8a8a8a;
			}

            #header .logo .btn-narc {
				position: absolute;
				left: 255px;
				bottom: 74px;
				display: block;
				width: 63px;
				height: 63px;
				background: #fff;
				border-radius: 50%;
				text-align: center;
				text-decoration: none;
				font: normal 13px/63px univers_condensedmedium;
				color: #8a8a8a;
			}

            #header .logo .btn-nov {
				position: absolute;
				left: 216px;
				bottom: 210px;
				display: block;
				width: 63px;
				height: 63px;
				background: #fff;
				border-radius: 50%;
				text-align: center;
				text-decoration: none;
				font: normal 13px/63px univers_condensedmedium;
				color: #8a8a8a;
			}

            #header .logo .btn-web {
				position: absolute;
				left: 145px;
				bottom: -34px;
				display: block;
				width: 63px;
				height: 63px;
				background: #fff;
				border-radius: 50%;
				text-align: center;
				text-decoration: none;
				font: normal 13px/63px univers_condensedmedium;
				color: #8a8a8a;
			}

		#header .title {
			position: absolute;
			left: 380px;
			top: 45px;
		}

				#header .title span {
					display: inline-block;
					padding: 7px 15px;
					font-family: univers_condensedbold;
					color: #fff;
					text-transform: uppercase;
				}

				#header .title span:first-child {
					background: #22231c;
					font-size: 50px;
				}

				#header .title span:last-child {
					background: #8c9989;
					font-size: 33px;
				}