.nav {
    list-style: none;
}

#navi {
width: 100%;
top: 0px;
position: fixed;
z-index:1000002;
/**background-color: #fff0f5;**/
}

#navbar-inner {
margin: 0px auto;
max-width: 75%;
height: 10px;
padding-top: 0px;
padding-left: 3,28%;
z-index:1000002;
}

#nav {
     position: relative;
     float: left;
     /**width: 100%;**/
     margin: 5px auto;
     /**padding: 2.5px;**/
     font-size: 15px;
     font-weight: bold;
     /**-webkit-border-radius: 15px;
     -moz-border-radius: 15px;
     border-radius: 15px;
     -webkit-box-shadow: 0 0 5px #ebdaa6;
     -moz-box-shadow: 0 0 5px #ebdaa6;
     box-shadow: 0 0 5px #ebdaa6;**/
}

#nav ul {
     margin: 0;
     padding: 0;
     list-style: none;
}

#nav ul li {
     float: left;
     padding-left: 3%;
}

#nav ul li a {
     padding: 10px 20px;
     display: block;
     color: #fff;
     text-decoration: none;
}

#nav ul li a:hover {
     color: #000;
}

@media screen and (max-width: 915px) {

#nav {
     position: fixed;
     top: 0;
     left: 0;
     float: none;
     width: 100%;
     margin: 0;
     padding: 0;
     font-size: 15px;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     background-color: #007dbd;
}

#nav ul li {
     float: none;
     text-align: center;
     border-bottom: 1px solid #555;
}

}

#nav ul li:last-child {
 border-bottom: none;
}

#nav ul li.close {
     display: none;
}

@media screen and (max-width: 915px) {

#nav ul li.close {
     display: block;
}

}

.nav-open {
     display: none;
}

@media screen and (max-width: 915px) {

.nav-open {
     position: fixed;
     top: 0;
     left: 0;
     font-weight: bold;
     display: block;
     width: 100%;
     background-color: #007dbd;
}

.nav-open a {
     padding: 10px 15px;
     display: block;
     color: #fff;
     text-align: center;
     text-decoration: none;
}

}

@media screen and (max-width: 915px) {

#nav {
     top: -200%;
}

}

@media screen and (max-width: 915px) {

#nav:target {
 top: 0;
}

}

@media screen and (max-width: 915px) {

#nav {
 -webkit-transition: all 1s ease-in-out;
 -moz-transition: all 1s ease-in-out;
 -o-transition: all 1s ease-in-out;
 -ms-transition: all 1s ease-in-out;
 transition: all 1s ease-in-out;
}

}