nav ul {
    width:658px;
    text-align: center;
    margin: 0 auto;
}

/* ==============
    Menu
   ============== */
.top_left{
    float:left; 
    color:#fff; 
    width:auto;
    padding-top:30px;
    padding-left:50px;
    font-size:15px; 
    padding-bottom:20px;
}
.top_right{
    float:right; 
    width:auto;
    color:#fff; 
    width:auto;
    padding-top:30px;
    padding-right:50px; 
    font-size:15px; 
    padding-bottom:20px;
}
.nav-small .top_left{
    display:none;
}
.nav-small .top_right{
    display:none;
}
.nav-small .logo2{
    display:none;
}
.nav-small nav{
    margin-top:0;
    background:none;
    border:none;
    color:#333;
}
.nav-small .logo{
    left:50px;
}
.nav-small a{
    color:#333;
}
nav li {
    position:relative;
}
nav a {
    display: inline-block;
    text-decoration: none;
    color:black;
    float: right;
    margin:0px 28px;
    line-height:16px;
    color: #fff;
    font-size:18px;
}
/*nav li .pos-line {
position: absolute;
left:50%;
bottom:0px;
width: 1px;
height: 16px;
background-color: #d66c24;
z-index: 999;
transition: all 0.3s ease-in-out 0s;
 }
nav li.on .pos-line {
    height: 16px;
    display: block;
}*/
nav{
    width:100%;
    background:rgba(164,164,164,0.2);
    height:40px;
    color:#fff;
    padding-top:25px;
    border-top:1px solid #7e7e7e;
    border-bottom:1px solid #7e7e7e;
    margin-top:40px;
    -webkit-transition:margin-top 0.3s ease;
    -moz-transition:margin-top 0.3s ease;
    -o-transition:margin-top 0.3s ease;
    -ms-transition:margin-top 0.3s ease;
}
nav a:focus{
    outline: 0;
}
nav a:hover, nav a.selected{
  color:#d86e28;
}
/* ==============
    Main
   ============== */
.logo{
    width:65px;
    height:61px;
    display:block;
    /*background: url('../images/logo.jpg');
    background-repeat: no-repeat;*/
    position:absolute; 
    left:48%;
    padding-bottom: 5px;
    margin:0 auto;
    -webkit-transition:margin-top 0.2s ease;
    -moz-transition:margin-top 0.2s ease;
    -o-transition:margin-top 0.2s ease;
    -ms-transition:margin-top 0.2s ease;
    -webkit-transition:left 0.4s ease;
    -moz-transition:left 0.4s ease;
    -o-transition:left 0.4s ease;
    -ms-transition:left 0.4s ease;
}
 .logo img {
     display:block;
 }
.logo2 {
    /*width: 260px;
    height: 99px;
    display: block;
    background: url('../images/logo22.png');
    background-repeat: no-repeat;*/
    position: absolute;
    left: 48%;
    top: 67px;
    padding-bottom: 5px;
    margin: 0 auto;
    -webkit-transition: margin-top 0.2s ease;
    -moz-transition: margin-top 0.2s ease;
    -o-transition: margin-top 0.2s ease;
    -ms-transition: margin-top 0.2s ease;
    -webkit-transition: margin-left 0.4s ease;
    -moz-transition: margin-left 0.4s ease;
    -o-transition: margin-left 0.4s ease;
    -ms-transition: margin-left 0.4s ease;
}

.sub-logo{
    margin-left: 433px;
    position: absolute;
}
.nav-small .logo{
    margin-left:0;
}
.header-container{
    position: fixed;
    width:100%;
    z-index:99;
    top:0px;
    -webkit-transition:height 0.3s ease;
    -moz-transition:height 0.3s ease;
    -o-transition:height 0.3s ease;
    -ms-transition:height 0.3s ease;
    background:rgba(0,0,0,0.5);
}
.nav-small-container{
    height:70px;
    background-color:#fff;
}
header{
    position: relative;
}
.nav-small{
    background: none;
    height:80px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .logoBlock {
        display: none !important;
    }

    .header-container {
        position: relative;
    }
}
.nav-small .sub-nav {
    top:70px;
}
.sub-nav {
    background: rgba(255,255,255,0.7);
    width: 100%;
    height: 255px;
    position: absolute;
    left: 0px;
    top: 180px;
    z-index: 99;
}
.sub-nav .sub-nav-main {
    width:1200px;
    margin:0 auto;
}

.sub-nav .sub-nav-item {
     float:left;
     width:200px;
}

.sub-nav .sub-nav-item h4 a {
      color:#333;
      font-size:16px;
      padding-top:50px;
}
.sub-nav .sub-nav-item a {
     display:block;
     font-size:14px;
     color:#4e4e4e;
     line-height:24px;
}
.sub-nav .sub-nav-item a:hover {
    color:#dd742d;
}













