/* Static page override: disables slide-menu behaviour only on this page */


html,
body,
.static-nav-page {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #95933c;
}

.static-nav-page main {
  display: none;
}

.static-nav-page .cd-nav {
  min-height: 100vh;
  background-color: #95933c;
}

.static-nav-page .cd-navigation-wrapper {
  min-height: 100vh;
  box-sizing: border-box;
  padding-bottom: 60px !important;
}

.static-nav-page .store-wrapper {
  margin-bottom: 0;
  padding-bottom: 60px;
}




.static-nav-page main {
  position: relative;
  height: auto;
  overflow: visible;
  transform: none !important;
  transition: none !important;
  z-index: auto;
}


.static-nav-page .cd-nav-trigger {
  display: none !important;
}

.static-nav-page .cd-nav {
  position: relative;
  visibility: visible !important;
  height: auto;
  width: 100%;
  z-index: auto;
  transition: none !important;
	min-height: 100vh;
	  height: auto;
}

.static-nav-page .cd-nav .cd-navigation-wrapper {
  transform: none !important;
  transition: none !important;
  height: auto;
  overflow: visible;
}

.static-nav-page .cd-half-block {
  float: none;
	width: 50%; max-width: 50%; 
	height: auto; 
}


.static-nav-page .onethird {
  float: left;
	width: 33%; max-width: 33%; 
}

.static-nav-page .twothirds {
  float: left;
	width: 66%; max-width: 66%; 
}



.static-nav-page .store-wrapper {
  float: none;
  width: 100%;
  margin: 40px 0;
}

.des-mobile {
	visibility: hidden !important; 
	height: 0 !important;
}


@media only screen and (max-width: 840px) {
  .store1, .store2 {
    margin-bottom: 0 !important;
  }
	.static-nav-page .cd-half-block {
	width: 100%; max-width: 100%; 
}

	
	
	
	
	
}