/**,*/
/**:after,*/
/**::before {*/
  /*-moz-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
/*}*/

html,
body,
.st-container,
.st-pusher {
  height: 100%;
}

/*.st-content {*/
  /*overflow-y: scroll;*/
  /*background: #f3efe0;*/
/*}*/

/*.st-content,*/
/*.st-content-inner {*/
  /*position: relative;*/
/*}*/

.st-container {
  position: relative;
  /*overflow: hidden;*/
}

.st-pusher {
  height: 100%;
  left: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  z-index: 99;
}

.st-pusher:after {
  background: rgba(255,255,255,0.7);
  content: '';
  height: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.2s, width 0.1s 0.2s, height 0.1s 0.2s;
  transition: opacity 0.2s, width 0.1s 0.2s, height 0.1s 0.2s;
  width: 0;
}

.st-menu-open .st-pusher:after {
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
}

.st-menu {
  /*background: #334450;*/
  /*color: white;*/
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  width: 250px;
  z-index: 100;
}

.st-menu .nav a {
  color: #6790ae;
  display: block;
  padding: 15px 10px;
  margin: 0 20px;
}
.st-menu .nav a:hover {
  background: #6790ae;
  color: white;
}
.st-menu .nav a .fa {
  float: left;
  font-size: 30px;
  margin: -3px 10px 0 0;
}
.st-menu .other-links {
  border-top: 1px solid #6790ae;
  margin: 30px 20px 0;
  overflow: hidden;
  padding-top: 20px;
}
.st-menu .other-links .convert-unit {
  float: left;
}
.st-menu .social {
  float: right;
}
.st-menu .social li {
  float: left;
  margin-right: 10px;
}
.st-menu .social a {
  color: #6790ae;
  font-size: 40px;
}

/*.st-menu::after {*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*background: rgba(0,0,0,0.2);*/
  /*content: '';*/
  /*opacity: 1;*/
  /*-webkit-transition: opacity 0.5s;*/
  /*transition: opacity 0.5s;*/
/*}*/

/*.st-menu-open .st-menu::after {*/
  /*width: 0;*/
  /*height: 0;*/
  /*opacity: 0;*/
  /*-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;*/
  /*transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;*/
/*}*/

/* content style */

/*.st-menu ul {*/
  /*margin: 0;*/
  /*padding: 0;*/
  /*list-style: none;*/
/*}*/

/*.st-menu h2 {*/
  /*margin: 0;*/
  /*padding: 1em;*/
  /*color: rgba(0,0,0,0.4);*/
  /*text-shadow: 0 0 1px rgba(0,0,0,0.1);*/
  /*font-weight: 300;*/
  /*font-size: 2em;*/
/*}*/

/*.st-menu ul li a {*/
  /*display: block;*/
  /*padding: 1em 1em 1em 1.2em;*/
  /*outline: none;*/
  /*box-shadow: inset 0 -1px rgba(0,0,0,0.2);*/
  /*color: #f3efe0;*/
  /*text-transform: uppercase;*/
  /*text-shadow: 0 0 1px rgba(255,255,255,0.1);*/
  /*letter-spacing: 1px;*/
  /*font-weight: 400;*/
  /*-webkit-transition: background 0.3s, box-shadow 0.3s;*/
  /*transition: background 0.3s, box-shadow 0.3s;*/
/*}*/

/*.st-menu ul li:first-child a {*/
  /*box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);*/
/*}*/

/*.st-menu ul li a:hover {*/
  /*background: rgba(0,0,0,0.2);*/
  /*box-shadow: inset 0 -1px rgba(0,0,0,0);*/
  /*color: #fff;*/
/*}*/

/* Individual effects */

/* Effect 2: Reveal */
.st-effect.st-menu-open .st-pusher {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.st-effect.st-menu {
  z-index: 1;
}

.st-effect.st-menu-open .st-effect.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.st-effect.st-menu::after {
  display: none;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 250px;
}
