#fixed-nav {
    display: none;
    height: 40px;
    width: 100%;
    text-align: center;
    background-color:white;
    background-repeat: repeat-x;
    position: fixed;
    z-index: 99999;
    border-bottom: 2px solid darkorange;
    top: 0;

}
.social {
    float: right;
    position: relative;
    margin-top: 10px;
    margin-right: 5px;
}
.nav_link {
    display: block;
    margin: 0 auto;
    width: 78px;
}

.ps{
	display: none;
}
.nav_link{
	display: block;
	margin: 0 auto;
	width:78px;	
}


.dva_linka a{
	display: block  !important;
	margin-left:5px !important;
	text-decoration: none  !important;
	border-left: none  !important;
	border-top: none  !important;
	border-right: none  !important;
	padding: 0px  !important;
	font-weight: bold !important;
	background: transparent none repeat scroll 0% 0%  !important;
	line-height: 15px  !important;
}
.dva_linka a:hover{
	color:blue  !important;
}

@media only screen and (max-width : 1213px) {
	.social{
		top: 30px;
		height: 30px;
		padding: 5px;
		width: 200px;
		background-color: white;
	}
	.nav_link{
		
	}
}


#fixed-nav a:hover{
	text-decoration: none;
}
	
.nav2 {
position: relative;
z-index: 50000;
margin: 0px auto;
list-style: outside none none;
font-size: 12px;
line-height: 2em;
width: 900px;

}

.nav2 li{
	display: inline-block;
	padding: 10px;
	height: 22px;

}


.nav2 a:hover{
	color: darkblue;
	text-decoration: none;
}

.nav2 a { font-family: "Trebuchet MS", verdana, arial, tahoma, sans-serif;; text-decoration: none; font-size: 14px; color:#516997}


.nav2 a:hover{
	color: darkblue;
	text-decoration: none;
}

.nav2 a{
	font-size: 14px;
}

.nav3 {
	position: relative;
	z-index: 50000;
	margin: 0px auto;
	list-style: outside none none;
	font-size: 12px;
	line-height: 2em;
	width: 460px;
	padding:15px;
}

.nav3-left {
	float:left;
	position: relative;
	z-index: 50000;
	margin: 0px auto;
	list-style: outside none none;
	font-size: 12px;
	line-height: 2em;
	width: 460px;
	padding:0;
	left:50px;
}

.nav3-left li{
	display: inline-block;
	padding: 10px;
	height: 22px;

}


.nav3-left a:hover{
	color: darkblue;
	text-decoration: none;
}

.nav3-left a{
	font-size: 14px;
}

.nav3-right {
	float:right;
	position: relative;
	z-index: 50000;
	margin: 0px auto;
	list-style: outside none none;
	font-size: 12px;
	line-height: 2em;
	width: 460px;
	padding:0;
	left:-250px;
	top: -77px;
}

.nav3-right li{
	display: inline-block;
	padding: 10px;
	height: 22px;

}


.nav3-right a:hover{
	color: darkblue;
	text-decoration: none;
}

.nav3-right a{
	font-size: 14px;
}

