@charset "utf-8";
html, body {
  font-family:'Open Sans', 'Microsoft JhengHei';
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.IntimexSnap-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.IntimexSnap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.IntimexSnap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 250px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
     -moz-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease;
       -o-transition: width 0.3s ease;
          transition: width 0.3s ease;
}

.IntimexSnap-drawer-left {
  left: 0;
  z-index: 1;
}

.IntimexSnap-drawer-right {
  right: 0;
  z-index: 1;
}

.IntimexSnapjs-left .IntimexSnap-drawer-right,
.IntimexSnapjs-right .IntimexSnap-drawer-left {
  display: none;
}

.IntimexSnapjs-expand-left .IntimexSnap-drawer-left,
.IntimexSnapjs-expand-right .IntimexSnap-drawer-right {
  width: 100%;
}
