.header {
	width: 960px;
	height: 247px;
	margin-left: auto;
	margin-right: auto;
	/* background-image: url(http://ksp.vfu.bg/images/header_bg.png); */
	/* background-image: url(http://ksp.vfu.bg/images/header_bg.gif); */
	background-image: url('http://ksp.vfu.bg/images/new-head/header_19.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.top_menu {
	width: 680px;
	height: 78px;
	margin-top: 20px;
	background-color: #ee7800;
	float: right;
}
.top_menu_element {
	float: left;
	height: 73px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 13px;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #fff;
	cursor: pointer;
}
.top_menu_element:hover {
	background-color: #264d78;
}
.top_menu_element:hover a {
	/*text-decoration: underline; */
}
.top_menu_element a {
	font-size: 18px;
	color: #fff;
	line-height: normal;
	text-decoration: none;
	display: block;
	height: 52px;
}

.top_menu_element button {
	font-size: 18px;
	color: #fff;
	line-height: normal;
	text-decoration: none;
	display: block;
	height: 52px;
}

.menu_hint {
	font-size: 11px;
	color: #fff;
}
.title_bar {
	margin-top: 82px;
	margin-left: 0px;	
	float: left;
	padding: 5px;
	text-transform: uppercase;
}
.title_bar h1 {
	font-size: 18px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #fff;
	border-bottom: 1px #faaf6a solid;
	padding: 5px;
	letter-spacing: 1px;
}
.search {
	margin-top: 70px;
	margin-right: 15px;
	float: right;
}
.search form {
	float: left;
	margin-right: 5px;
}
.search_field {
	width: 184px;
	height: 20px;
	padding-left: 5px;
	font-size: 12px;
	color: #787676;
	border: none;
	background-image: url(http://ksp.vfu.bg/images/search_field_bg.jpg);
	background-repeat: no-repeat;
}
.search a {
	float: right;
}
.logo_link {
	display: block;
	width: 265px;
	height: 165px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -475px;
}


.head-contacts {
	margin-top: 10px;
	width: 680px;
}


ul.mini-h-m {
	list-style-type: none;
	display: inline;
    margin: 0;
    padding: 0;
    color: #333;
}

.mini-h-m a {
	color: #333;
	text-decoration: none;
}

.mini-h-m a:hover {
	color: #5b286e;
	text-decoration: underline;
}

.mini-h-m li{
	display: inline;
}

.mini-h-m li + li:before{
    content: " | ";
    padding: 0 7px;
}

.addr_header {
	margin-top: 12px;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	width: 680px;
	z-index: 999;
    position: relative
}

.addr_header a{
	margin-top: 12px;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	color: #5b286e;
}


/* drop down */

.dropbtn {
  color: white;
  font-size: 18px;
  border: none;
  cursor: pointer;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  z-index: 9999;
}

.show {display: block;}


.dropbtn5 {
  color: white;
  font-size: 18px;
  border: none;
  cursor: pointer;
}


.dropdown5 {
  position: relative;
  display: inline-block;
}

.dropdown-content5 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
}

.dropdown-content5 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  z-index: 9999;
}

.show5 {display: block;}


/* ------ */

.menu-btn {
   background-color: #ee7800;
   color: white;
}
.dropdown-menu {
   position: relative;
   display: inline-block;
}
.menu-content {
   display: none;
   position: absolute;
   background-color: #264d78;
   min-width: 160px;
   margin-top: 22px;
   z-index: 99999;
}
.links {
   color: #ee7800;
   padding: 12px 16px;
   text-decoration: none;
   display: block;
   border-bottom: 1px solid black;
}
.links:hover {
   background-color: #ee7800;
}
.dropdown-menu:hover .menu-btn {
   background-color: #264d78;
}


.menu-btn2 {
   background-color: #ee7800;
   color: white;
}
.dropdown-menu2 {
   position: relative;
   display: inline-block;
}
.menu-content2 {
   display: none;
   position: absolute;
   background-color: #264d78;
   min-width: 160px;
   margin-top: 22px;
   z-index: 99999;
}
.links2 {
   color: #ee7800;
   padding: 12px 16px;
   text-decoration: none;
   display: block;
   border-bottom: 1px solid black;
}
.links2:hover {
   background-color: #ee7800;
}
.dropdown-menu2:hover .menu-btn2 {
   background-color: #264d78;
}