/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */




	body {}
	
	h1 {font-size: 16px;}
	h2 {font-size: 14px; padding-bottom: 20px;}
	p {font-family: 'Ubuntu', sans-serif; line-height:normal; font-size: 14px;}
	a {text-decoration: none; color: #000;}
	a:link{text-decoration: none;color: #000;}
	a:visted {text-decoration: none;}
	a:hover {color: #ccc;  opacity:.8; border-bottom: 1px solid #3F0; }
	
	.bg-home {background-image:url(../images/bg-hm.jpg); background-position:center top;background-attachment:fixed;}
	.bg-elnett {background-image:url(../images/elnet-bg.jpg); background-position:center top;background-attachment:fixed;}
	.bg-cm {background-image:url(../images/bg-cm.jpg); background-position:center top;background-attachment:fixed;}
	.bg-bub {background-image:url(../images/bg-bub.jpg); background-position:center top;background-attachment:fixed;}
	.bg-hm {background-image:url(../images/bg-hm2.jpg); background-position:center top;background-attachment:fixed;}
	.bg-adele {background-image:url(../images/bg-adele.jpg); background-position:center top;background-attachment:fixed;}
	.bg-music-videos {background-image:url(../images/bg-music-videos.jpg); background-position:center top;background-attachment:fixed;}
	.bg-commercials {background-image:url(../images/bg-commercials.jpg); background-position:center top;background-attachment:fixed;}
	.bg-contact {background-image:url(../images/bg-contact.jpg); background-position:right top;background-attachment:fixed;}
	
	.bg-elnett p {}
	.player {}
	.player-B {text-align: right;}
	.navigation {background-color: #fff; /*position: fixed; */top:0;   opacity:.9; border-top: 1px solid #000; border-bottom: 1px solid #000; margin: 0 0 10px 0;}
	.navigation a, .navigation a:visited {text-decoration: none; color: #000;}
	.navigation a:hover {color:#666666; }
	.navigation p {margin: 0; padding:0; font-size: 14px; line-height: normal;}
	.description {}
	.logo {border-top: 1px solid #000; border-bottom: 1px solid #000;margin: 0 0 5px 0; padding: 5px 0 0 0 ;}
	.pad-A {padding: 0 30px 0 30px;}
	.intro {font-family: 'Ubuntu', sans-serif; line-height:normal; font-size: 14px; background-color:#FFFFFF; margin: 10px;}
	.footer {border-top: 5px solid #000;padding: 20px 0 30px 0;}
	
	.box-black{background-color:#000000;}
	
	.first {/*margin-top: 120px;*/}
	.footer p {font-size: 14px; color: #999;}
	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}