
#cssmenu > ul > li.mobileshow {
  display: none;
}

button.menu-btn {
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  background:none;
  border:none;
  text-transform: uppercase;
  color: #39b44a;
  margin: 0 auto;
}
a.mobilepagebtn {
  color: #000;
}

/* MOBILE STYLES */

.mobileshow {
  display: none;
}

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

  #header .col.span_8,
  #header .col.span_16 {
    width: 100%;
  }

   #cssmenu > ul > li.mobileshow {
    display: block;
  }

	#header h1 {
    width: 335px;
    background-size: contain;
    margin: 20px auto;
	}

	.mobileshow {
    display: block;
  }

  .mobilehide {
    display: none !important;
  }

  .bx-controls-direction {
    display: none;
  }

  .span_3.block {
    width: 24%;
    font-size: 10px;
    text-align: center;
  }

  .block p {
    text-align: center;
  }

  button.menu-btn {
    width: 100%;
  }

}


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

	 .mobileshow {
    display: inline;
  }

}

#container { z-index: 9999; }
