body #wrapper section.theme #pull footer .footNav{
	display: none;
}
@media (max-width: 570px) {

	body #wrapper nav.theme>ul {
		padding: 20px;
		display: none;
		z-index: 3;
	}

	body #wrapper nav.theme > ul li.current > ul li > a:before, 
	body #wrapper nav.theme > ul li.currentAncestor > ul li > a:before{
		display: none;
	}

  body #wrapper nav.theme ul li,
  body #wrapper nav.theme > ul li > ul {
    display: block !important;
  }
  body #wrapper nav.theme>ul > li:last-child > a {
    border-bottom: none;
  }
  body #wrapper nav.theme>ul > li a {
    width: 100%;
    display: block;
    font-size: 15px;
  }

  body #wrapper nav.theme ul li a {
  	border-bottom-width: 1px;
  	border-bottom-style: solid;
  	width: auto !important;
  }

  body #wrapper nav.theme>ul > li i {
    display: none;
  }
  body #wrapper nav.theme>ul > li li a {
    padding-left: 30px;
  }
}
section.theme #pull footer .footNav{background: }
section.theme #pull footer .footNav>li a{border-color}
section.theme a{color: }