
body {
  margin: 0;
  padding: 0;
  font-family: arial, sans-serif;
  -webkit-text-size-adjust: none;
  }
  
html, body, #wmobile-layout {
  height: 100%;
  }
  
#wmobile-layout {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  }
  
#wmobile-layout td {
  padding: 0;
  vertical-align: top;
  }
  
#wmobile-header-cell,
#wmobile-footer-cell {
  height: 1px;
  }


/* reusable bar */

.wmobile-line {
  position: absolute;
  z-index: 99;
  height: 1px;
  background: #000;
  }
  
.wmobile-bar {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255,255,255,.35)),
    color-stop(0.5, rgba(102,102,102,.35)),
    color-stop(0.5, rgba(0,0,0,.25))
    );
  background: -moz-linear-gradient(
    top,
    rgba(255,255,255,.35) 0,
    rgba(102,102,102,.35) 50%,
    rgba(0,0,0,.25) 50%
    );
  background-color: #000;
  color: #fff;
  }
  

/* reusable button */
  
.wmobile-button {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 41px;
  padding: 0 16px;
  text-align: center;
  -webkit-box-shadow:  0 1px 1px rgba(0,0,0,1), 0 2px 1px rgba(255,255,255,.6), 0 -1px 1px rgba(0,0,0,.5);
  -moz-box-shadow:  0 1px 1px rgba(0,0,0,1), 0 2px 1px rgba(255,255,255,.6), 0 -1px 1px rgba(0,0,0,.5);
  box-shadow:  0 1px 1px rgba(0,0,0,1), 0 2px 1px rgba(255,255,255,.6), 0 -1px 1px rgba(0,0,0,.5);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255,255,255,.45)),
    color-stop(0.5, rgba(153,153,153,.45)),
    color-stop(0.5, rgba(102,102,102,.4))
    );
  background: -moz-linear-gradient(
    top,
    rgba(255,255,255,.45) 0,
    rgba(153,153,153,.45) 50%,
    rgba(102,102,102,.4) 50%
    );
  background-color: #000;
  font-weight: bold;
  text-shadow: #222 0px -1px 1px;
  cursor: pointer;
  }

a.wmobile-button {
  color: #fff;
  text-decoration: none;
  }


/* header */
  
#wmobile-header {
  position: relative;
  z-index: 99;
  padding: 10px 16px;
  }
  
#wmobile-header h1 {
  line-height: 30px;
  margin: 0;
  padding: 5px 0;
  font-size: 22px;
  text-shadow: #222 0px -1px 1px;
  }

#wmobile-header .wmobile-button {
  float: right;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  }


/* menu blackout */
  
#wmobile-blackout {
  position: absolute;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  }


/* menu */
  
#wmobile-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  }

#wmobile-menu .wmobile-menu-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  }

.wmobile-menu-heading a {
  position: relative;
  display: block;
  background: #CCCACB;
  padding: 12px 16px 12px 10px;  
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  }
  
.wmobile-menu-heading a .wmobile-arrow {
  position: relative;
  top: 4px;
  float: left;
  border: 6px solid transparent;
  border-right-color: #333;
  margin-right: 12px;
  }
  
#wmobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  
#wmobile-menu ul li {
  margin: 0;
  padding: 0;
  }
  
#wmobile-menu ul li a {
  display: block;
  padding: 12px 16px;  
  border-bottom: 1px solid #CBCBCB;
  background: #F0F0F0;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  }
  
#wmobile-menu ul li a .wmobile-arrow {
  float: right;
  border: 8px solid transparent;
  border-left-color: #999;
  position: relative;
  top: 3px;
  left: 8px;
  }

#wmobile-menu .wmobile-master-item {
  font-weight: bold;
  }

#wmobile-menu .weebly-menu-more {
  display: none;
  }


/* content */
  
#wmobile-content {
  padding: 15px;
  font-size: 16px;
  }


/* footer */

#wmobile-footer1 {
  border-top: 1px solid #CBCBCB;
  background: #F0F0F0;
  text-align: center;
  font-size: 14px;
  }

#wmobile-footer1 .wmobile-footer1-inner {
  padding: 14px 5px;
  }

#wmobile-footer1 a {
  color: #000;
  }

#wmobile-footer1 a.wmobile-footer1-inner {
  display: block;
  }

#wmobile-footer2, .wmobile-switcher {
  padding: 10px 0;
  text-align: center;
  white-space: nowrap;
  }

#wmobile-mobile-button {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 1px solid rgba(0,0,0,.6);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(102,102,102,.4)),
    color-stop(1, rgba(255,255,255,.45))
    );
  background: -moz-linear-gradient(
    top,
    rgba(102,102,102,.4) 0,
    rgba(255,255,255,.45) 100%
    );
  background-color: #000;
  text-shadow: #222 0px 1px 1px;
  }
  
#wmobile-full-button {
  min-width: 80px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  }


/********************* elements ***********************/

#wmobile-content p,
#wmobile-content p *,
#wmobile-content h2,
#wmobile-content h2 *,
#wmobile-content div.paragraph,
#wmobile-content div.paragraph * {
  color: #000 !important; 
  }

#wmobile-content a {
  color: navy;
  }

#wmobile-content p a,
#wmobile-content p a *,
#wmobile-content h2 a *,
#wmobile-content h2 a *,
#wmobile-content div.paragraph a,
#wmobile-content div.paragraph a * {
  color: navy !important;
  }

.column {
  float: none !important;
  width: auto !important;
  overflow: visible !important;
  margin: 2em 0 !important;
  }

.columnlistp {
  padding: 0 !important;
  }
  
.wsite-multicol-table,
.wsite-multicol-tbody,
.wsite-multicol-tr,
.wsite-multicol-col {
  display: block !important;
  margin: 2em 0 !important;
  width: auto !important;
  }

#wmobile-content img {
  max-width: 80%;
  }

#wmobile-content .product img,
#wmobile-content .imageGallery img,
#wmobile-content .wslide img {
  max-width: 10000%;
  }

#wmobile-content .wcustomhtml {
  overflow-y: visible !important;
  }
  
.imgPusher {
  display: none;
  }
  
.paragraph {
  clear: both;
  }
  
.product-block,
.product-small,
.product-large,
.product-long {
  margin: 2em 0 !important;
  }
  
.product-title, .product-description {
  clear: both;
  }
  
html body .product-small .product-button {
  clear: left !important;
  float: left !important;
  }
  
html body .product-long-detail {
  clear: left !important;
  float: left !important;
  margin: 1em 0 !important;
  }

#commentComment {
  margin: 0;
  width: 98%;
  }

