/*! responsive-nav.js v1.0.20 by @viljamis */

#nav-toggle{color:#f3e9d9; font-size:16px; padding:2px 199px 0 10px; display:block;}

#nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

#nav li {
  width: 100%;
  display: block;
}

#nav li:nth-child(3) a {
	background: #f52c43;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.js #nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

#nav.opened {
  max-height: 9999px;
}

.db_nav ul li{background:url(../images/db_nav_divider1.png) left bottom repeat-x; border-bottom:1px dotted #ffffff;}
.db_nav ul li a{font-size:14px; color:#ffffff!important; padding: 10px 0 10px 10px; display:block;}

.db_nav_midd {
    float: left;
    width: 100%;
}

.db_nav_out {
    background: #2B529C;
    border: 0px solid #C6A89A;
    border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
    display: block;
    float: left;
    margin: 1px 0 0 13px;
    padding: 1% 2%;
    position: absolute;
    top: 108px;
    width: 90%;
    z-index: 1000;
}

/*@media screen and (min-width: 40em) {
  .js #nav {
    position: relative;
  }
  .js #nav.closed {
    max-height: none;
  }
  #nav-toggle {
    display: none;
  }
}
*/