/**********  head  *****************************************/
#head_navi_old {
	z-index: 99999;
	position: fixed;
	top: 0px; //left: 1px; left: 0px;
	height: 110px;
	width: 100%;
/**/
	//background-color: #01729c;
	background-color: #00629c; /* #004872 */
	
	background-image: -moz-linear-gradient(#002d41, #004973);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#002d41), to(#004973));
    background-image: -webkit-linear-gradient(#002d41, #004973);
    background-image: -o-linear-gradient(#002d41, #004973);
	background-image: linear-gradient(#002d41, #004973);
	
	border-bottom: 1px solid #0d0d0d;
	box-shadow: 0px 2px 15px rgba( 0, 0, 0, 0.6);
	
	//background:  transparent url(../img/bg_head_cr.jpg);
	
}

/***************************************************/
#book_emblem {
	position: fixed;
	//width: 111px; //height: 108px;
   
	width: 220px; height: 110px;
 /*  
	//background: transparent url(../img/emblem2_8.png); //background: transparent url(../img/logo-foot.png);
	//left: 50%;	transform: translate(-290%, -0%);
*/	
	background: transparent url(../img/emblem2_1.png);
	left: 50%;	transform: translate(-260%, -0%);
	
}
#book_fasad {
	position: fixed;top: 1px;
	height: 108px;
    width: 338px;
	background:transparent  url(../img/fasad_new.png);
	left: 50%; 	transform: translate(55%, -0%);
	
}
/*
#book_navs100 {
	position: fixed;top: 10px;
	width: 90px; height: 90px;
    background:transparent  url(../img/navs90_cr.png);
	left: 50%; 	transform: translate(455%, -0%);
	
}
#book_lupa {
	position: fixed;top: 1px;
	width: 130px; height: 110px;
    background:transparent  url(../img/lupa100.png);
	left: 50%; 	transform: translate(240%, -0%);
	
}
*/
/* ********************************* */
#head_navi_old h3 {
	
	font-family: 'Times New Roman', Times, serif; /* Шрифт с засечками */
	text-align: center;
    font-size: 18px; font-style: normal; font-weight: bolder;/*толщина букв */
	color:	#bbb; 
  //background: -webkit-linear-gradient(#9aaeac, #f1f4f4); 
	
	background: -webkit-linear-gradient(#fff, #aaa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
	letter-spacing: 0.6px;/*расст между буквами */
	text-transform: uppercase;/*Все символы текста становятся прописными (верхний регистр)*/
    
   // text-shadow: 0px 1px 0px #ddd;
	margin: 8px 0px 0px -100px; padding: 0;
   	
}
#head_navi_old h4 {
	
	font-family: 'Times New Roman', Times, serif; /* Шрифт с засечками */
	text-align: center;
    font-size: 14px; font-style: normal; font-weight: bolder;/*толщина букв */
	color:	#bbb; 
  //background: -webkit-linear-gradient(#9aaeac, #f1f4f4); 
	
	background: -webkit-linear-gradient(#fff, #aaa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
	letter-spacing: 1.6px;/*расст между буквами */
	text-transform: uppercase;/*Все символы текста становятся прописными (верхний регистр)*/
    
   // text-shadow: 0px 1px 0px #ddd;
	margin: 4px 0px 0px -100px; padding: 0;
   	
}
#head_navi_old h5 {
	
	font-family: 'Times New Roman', Times, serif; /* Шрифт с засечками */ 
	text-align: center;
    font-size: 12px; font-style: normal; font-weight: bolder;
	color:	#bbb;	
	//background: -webkit-linear-gradient(#9aaeac, #f1f4f4); 
	
	background: -webkit-linear-gradient(#fff, #aaa); 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  
	letter-spacing: 1.6px;
	
	text-transform: uppercase;
    //text-shadow: 1px 1px 1px  #ddd;
	margin: 6px 0px 0px -100px;  padding: 0;
   	
}

#head_navi_old h6 {
	
	font-family: 'Times New Roman', Times, serif; /* Шрифт с засечками */
	text-align: center;
    font-size: 26px; font-style:  italic; font-weight: bolder; //font-weight: normal;
	color:	#fff;
	//background: -webkit-linear-gradient(#f1f4f4, #9aaeac); //background: -webkit-linear-gradient(#fff, #bbb);//background: -webkit-linear-gradient(#f1f4f4, #9aaeac);
	
	background: -webkit-linear-gradient( #e88300 , #fef41a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
	letter-spacing: 0.8px;
	text-transform: uppercase;
     // text-shadow: 0px 1px 0px #bbb;
	margin: 4px 0px 0px -100px; padding: 0;
}
#head_navi_old a {
	text-decoration: none;
}
