/*!
 * Stashy v1.1.1 by @yperezva
 * Copyright 2013 Yago Pérez Vázquez
 * Licensed under http://http://opensource.org/licenses/MIT
 */

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(20px);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(20px);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.st-offcanvas {
  overflow: hidden;
  width: 100%;
}
.st-offcanvas * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.st-offcanvas .st-offcanvas-main {
  background: #ffffff;
}
.st-offcanvas .st-offcanvas-main:before,
.st-offcanvas .st-offcanvas-main:after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.st-offcanvas .st-offcanvas-main:before {
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.4) inset;
  background: #cccccc;
}
.st-offcanvas .st-offcanvas-main:after {
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.4) inset;
  background: #cccccc;
  left: 100%;
}
.st-offcanvas .st-offcanvas-menu,
.st-offcanvas .st-offcanvas-main,
.st-offcanvas .st-offcanvas-additional {
  width: 100%;
  display: block;
  position: relative;
}
.st-offcanvas.active-transitions .st-offcanvas-menu,
.st-offcanvas.active-transitions .st-offcanvas-main,
.st-offcanvas.active-transitions .st-offcanvas-additional {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.js .st-offcanvas .st-offcanvas-menu {
  margin-left: -100%;
  float: left;
  z-index: 2;
}
@media all and (min-width: 768px) {
  .js .st-offcanvas .st-offcanvas-menu {
    width: 30%;
    margin-left: 0;
  }
}
@media all and (min-width: 978px) {
  .js .st-offcanvas .st-offcanvas-menu {
    width: 25%;
    margin-left: 0;
    float: left;
  }
}
.js .st-offcanvas .st-offcanvas-main {
  margin-left: 0;
  float: left;
  z-index: 1;
  position: relative;
}
@media all and (min-width: 768px) {
  .js .st-offcanvas .st-offcanvas-main {
    width: 70%;
    float: left;
  }
}
@media all and (min-width: 978px) {
  .js .st-offcanvas .st-offcanvas-main {
    width: 50%;
  }
}
.js .st-offcanvas .st-offcanvas-additional {
  margin-right: -200%;
  float: left;
  z-index: 2;
}
@media all and (min-width: 768px) {
  .js .st-offcanvas .st-offcanvas-additional {
    width: 30%;
  }
}
@media all and (min-width: 978px) {
  .js .st-offcanvas .st-offcanvas-additional {
    width: 25%;
    margin-right: 0;
    float: right;
  }
}
.st-offcanvas.active-menu > .st-offcanvas-menu {
  margin-left: 0;
  width: 70%;
}
.st-offcanvas.active-menu > .st-offcanvas-main {
  margin-right: -170%;
}
.st-offcanvas.active-menu > .st-offcanvas-additional {
  margin-left: 100%;
}
.st-offcanvas.active-additional > .st-offcanvas-menu {
  margin-left: -100%;
}
@media all and (min-width: 768px) {
  .st-offcanvas.active-additional > .st-offcanvas-menu {
    margin-left: -100%;
  }
}
.st-offcanvas.active-additional > .st-offcanvas-main {
  margin-left: -70%;
}
@media all and (min-width: 768px) {
  .st-offcanvas.active-additional > .st-offcanvas-main {
    margin-left: 0;
    width: 70%;
  }
}
.st-offcanvas.active-additional > .st-offcanvas-additional {
  margin-left: 0;
  width: 70%;
}
@media all and (min-width: 768px) {
  .st-offcanvas.active-additional > .st-offcanvas-additional {
    margin-right: -70%;
    width: 30%;
  }
}
@media all and (min-width: 768px) {
  .st-offcanvas.no-menu > .st-offcanvas-menu {
    margin-right: -70%;
    width: 30%;
  }
}
@media all and (min-width: 978px) {
  .js .st-offcanvas.no-menu > .st-offcanvas-main {
    width: 75%;
  }
}
@media all and (min-width: 978px) {
  .js .st-offcanvas.no-additional > .st-offcanvas-main {
    width: 75%;
  }
}
.st-flyout {
  overflow: hidden;
  width: 100%;
}
.st-flyout-container * {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.st-flyout-container .st-flyout-menu {
  clear: both;
  overflow: hidden;
  z-index: 0;
  background: #cccccc;
}
.st-flyout-container .st-flyout-menu a {
  clear: both;
}
.st-flyout-container .st-flyout-main {
  background: #ffffff;
  position: relative;
  clear: both;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.4);
}
.st-flyout-container.active-transforms .st-flyout-menu,
.st-flyout-container.active-transforms .st-flyout-main {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.st-flyout-container .st-flyout-toggle {
  font-size: 1.3em;
}
.st-flyout-container.st-push {
  position: relative;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.st-flyout-container.st-push.active-menu {
  left: 75%;
}
@media all and (min-width: 768px) {
  .st-flyout-container.st-push.active-menu {
    left: 40%;
  }
}
.st-flyout-container.st-push.active-transforms.active-menu {
  left: 0 !important;
  -webkit-transform: translate3d(75%, 0, 0);
  transform: translate3d(75%, 0, 0);
}
@media all and (min-width: 768px) {
  .st-flyout-container.st-push.active-transforms.active-menu {
    left: 0 !important;
    -webkit-transform: translate3d(40%, 0, 0);
    transform: translate3d(40%, 0, 0);
  }
}
.st-flyout-container.st-reveal {
  position: relative;
}
.st-flyout-container.st-reveal .st-flyout-menu,
.st-flyout-container.st-reveal .st-flyout-main {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.st-flyout-container.st-reveal.active-menu .st-flyout-main {
  left: 75%;
}
@media all and (min-width: 768px) {
  .st-flyout-container.st-reveal.active-menu .st-flyout-main {
    left: 40%;
  }
}
.st-flyout-container.st-reveal.active-transforms.active-menu .st-flyout-main {
  left: 0 !important;
  -webkit-transform: translate3d(75%, 0, 0);
  transform: translate3d(75%, 0, 0);
}
@media all and (min-width: 768px) {
  .st-flyout-container.st-reveal.active-transforms.active-menu .st-flyout-main {
    -webkit-transform: translate3d(40%, 0, 0);
    transform: translate3d(40%, 0, 0);
  }
}
.js .st-flyout-container .st-flyout-menu {
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
}
.js .st-flyout-container.st-push .st-flyout-menu {
  left: -75%;
}
@media all and (min-width: 768px) {
  .js .st-flyout-container.st-push .st-flyout-menu {
    width: 40%;
    left: -40%;
  }
}
.js .st-flyout-container.st-push.active-transforms .st-flyout-menu {
  left: 0 !important;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media all and (min-width: 768px) {
  .js .st-flyout-container.st-push.active-transforms .st-flyout-menu {
    left: 0 !important;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media all and (min-width: 768px) {
  .js .st-flyout-container.st-reveal .st-flyout-menu {
    width: 40%;
  }
}
@media all and (min-width: 768px) {
  .js .st-flyout-container.st-reveal.active-transforms .st-flyout-menu {
    width: 40%;
  }
}
.st-toggle {
  width: 100%;
  min-height: 50px;
  z-index: 999;
  background: #000000;
}
.st-toggle a {
  color: #999999;
  text-decoration: none;
}
.st-toggle a:hover {
  color: #ffffff;
}
.st-toggle .st-toggle-menu-link {
  float: right;
  display: block;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .st-toggle .st-toggle-menu-link {
    visibility: collapse;
  }
}
.st-toggle .st-toggle-brand {
  float: left;
  display: table;
  width: 150px;
  height: 50px;
}
.st-toggle .st-toggle-brand a {
  display: table-cell;
  vertical-align: middle;
  font-size: 2em;
  padding-left: 0.5em;
}
.st-toggle .st-toggle-navigation {
  clear: both;
  visibility: collapse;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.st-toggle .st-toggle-navigation ul {
  margin: 0;
  padding: 0;
}
.st-toggle .st-toggle-navigation ul li a {
  display: block;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .st-toggle .st-toggle-navigation ul li {
    margin: 0 0.25em;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .st-toggle .st-toggle-navigation ul {
    margin: 0 0 0 -0.25em;
  }
}
.st-toggle .st-toggle-navigation a {
  display: block;
}
.js .st-toggle .st-toggle-navigation {
  overflow: hidden;
  max-height: 0;
}
@media screen and (min-width: 768px) {
  .js .st-toggle .st-toggle-navigation {
    max-height: none;
    visibility: visible;
    display: inline-block;
  }
}
.js .st-toggle .st-toggle-navigation.active {
  max-height: 15em;
  visibility: visible;
  max-height: 25em;
}
.st-toggle.st-toggle-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.st-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.st-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.st-image div {
  position: relative;
  max-width: none;
  height: auto;
}
@media all and (max-width: 767px) {
  .st-image div {
    margin: -3em -4em;
  }
}
@media all and (max-width: 767px) {
  .st-image.portrait div {
    margin: -4em -3em;
  }
}
@media all and (max-width: 767px) {
  /* Landscape down (Total 6em) */
  .down-1 div {
    margin-top: -3.5em;
    margin-bottom: -2.5em;
  }
  .down-2 div {
    margin-top: -4em;
    margin-bottom: -2em;
  }
  .down-3 div {
    margin-top: -4.5em;
    margin-bottom: -1.5em;
  }
  .down-4 div {
    margin-top: -5em;
    margin-bottom: -1em;
  }
  .down-5 div {
    margin-top: -5.5em;
    margin-bottom: -0.5em;
  }
  .down-6 div {
    margin-top: -6em;
    margin-bottom: 0;
  }
  /* Landscape up (Total 6em) */
  .up-1 div {
    margin-top: -2.5em;
    margin-bottom: -3.5em;
  }
  .up-2 div {
    margin-top: -2em;
    margin-bottom: -4em;
  }
  .up-3 div {
    margin-top: -1.5em;
    margin-bottom: -4.5em;
  }
  .up-4 div {
    margin-top: -1em;
    margin-bottom: -5em;
  }
  .up-5 div {
    margin-top: -0.5em;
    margin-bottom: -5.5em;
  }
  .up-6 div {
    margin-top: 0;
    margin-bottom: -6em;
  }
  /* Landscape right (Total 8em) */
  .right-1 div {
    margin-left: -4.66em;
    margin-right: -3.34em;
  }
  .right-2 div {
    margin-left: -5.33em;
    margin-right: -2.67em;
  }
  .right-3 div {
    margin-left: -6em;
    margin-right: -2em;
  }
  .right-4 div {
    margin-left: -6.66em;
    margin-right: -1.34em;
  }
  .right-5 div {
    margin-left: -7.33em;
    margin-right: -0.67em;
  }
  .right-6 div {
    margin-left: -8em;
    margin-right: 0;
  }
  /* Landscape left (Total 8em) */
  .left-1 div {
    margin-left: -3.34em;
    margin-right: -4.66em;
  }
  .left-2 div {
    margin-left: -2.67em;
    margin-right: -5.33em;
  }
  .left-3 div {
    margin-left: -2em;
    margin-right: -6em;
  }
  .left-4 div {
    margin-left: -1.34em;
    margin-right: -6.66em;
  }
  .left-5 div {
    margin-left: -0.67em;
    margin-right: -7.33em;
  }
  .left-6 div {
    margin-left: 0;
    margin-right: -8em;
  }
  /* Portrait down (Total 8em) */
  .portrait.down-1 div {
    margin-top: -4.66em;
    margin-bottom: -3.34em;
  }
  .portrait.down-2 div {
    margin-top: -5.33em;
    margin-bottom: -2.67em;
  }
  .portrait.down-3 div {
    margin-top: -6em;
    margin-bottom: -2em;
  }
  .portrait.down-4 div {
    margin-top: -6.66em;
    margin-bottom: -1.34em;
  }
  .portrait.down-5 div {
    margin-top: -7.33em;
    margin-bottom: -0.67em;
  }
  .portrait.down-6 div {
    margin-top: -8em;
    margin-bottom: 0;
  }
  /* Portrait right (Total 6em) */
  .portrait.right-1 div {
    margin-left: -3.5em;
    margin-right: -2.5em;
  }
  .portrait.right-2 div {
    margin-left: -4em;
    margin-right: -2em;
  }
  .portrait.right-3 div {
    margin-left: -4.5em;
    margin-right: -1.5em;
  }
  .portrait.right-4 div {
    margin-left: -5em;
    margin-right: -1em;
  }
  .portrait.right-5 div {
    margin-left: -5.5em;
    margin-right: -0.5em;
  }
  .portrait.right-6 div {
    margin-left: -6em;
    margin-right: 0;
  }
  /* Portrait up (Total 8em) */
  .portrait.up-1 div {
    margin-top: -3.34em;
    margin-bottom: -4.66em;
  }
  .portrait.up-2 div {
    margin-top: -2.67em;
    margin-bottom: -5.33em;
  }
  .portrait.up-3 div {
    margin-top: -2em;
    margin-bottom: -6em;
  }
  .portrait.up-4 div {
    margin-top: -1.34em;
    margin-bottom: -6.66em;
  }
  .portrait.up-5 div {
    margin-top: -0.67em;
    margin-bottom: -7.33em;
  }
  .portrait.up-6 div {
    margin-top: 0;
    margin-bottom: -8em;
  }
  /* Portrait left (Total 6em) */
  .portrait.left-1 div {
    margin-left: -2.5em;
    margin-right: -3.5em;
  }
  .portrait.left-2 div {
    margin-left: -2em;
    margin-right: -4em;
  }
  .portrait.left-3 div {
    margin-left: -1.5em;
    margin-right: -4.5em;
  }
  .portrait.left-4 div {
    margin-left: -1em;
    margin-right: -5em;
  }
  .portrait.left-5 div {
    margin-left: -0.5em;
    margin-right: -5.5em;
  }
  .portrait.left-6 div {
    margin-left: 0;
    margin-right: -6em;
  }
}
.st-loader {
  position: relative;
  left: 0;
  z-index: 10000;
  width: 100%;
  text-align: center;
}
.st-loader span {
  display: block;
  margin: 0 auto;
}
.st-loader span[class*="l-"] {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  margin: 12px 2px;
  position: relative;
  -webkit-animation: loader 4s infinite;
  -moz-animation: loader 4s infinite;
  -ms-animation: loader 4s infinite;
  animation: loader 4s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -moz-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -ms-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.st-loader span.l-1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.st-loader span.l-2 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.st-loader span.l-3 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.st-loader span.l-4 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.st-loader span.l-5 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.st-loader span.l-6 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
@media (max-width: 979px) {
  .st-loader {
    bottom: auto;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: translateX(-200px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  25% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    -webkit-transform: translateX(200px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes loader {
  0% {
    -moz-transform: translateX(-200px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  25% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    -moz-transform: translateX(200px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-ms-keyframes loader {
  0% {
    -ms-transform: translateX(-200px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  25% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    -ms-transform: translateX(200px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes loader {
  0% {
    transform: translateX(-200px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  25% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    transform: translateX(200px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.st-slider,
.st-slider-panes,
.st-slider-panes li {
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.st-slider {
  overflow: hidden;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1, 1, 1);
  -ms-transform: scale(1, 1, 1);
  transform: scale(1, 1, 1);
  -webkit-transform-style: preserve-3d;
  background: #ffffff;
}
.st-slider .st-slider-panes {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  -webkit-transform: scale(1, 1, 1);
  -ms-transform: scale(1, 1, 1);
  transform: scale(1, 1, 1);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transform-style: preserve-3d;
}
.st-slider .st-slider-panes.animate {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.st-slider .st-slider-panes li {
  float: left;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-slider .st-slider-panes li img {
  width: 100%;
  max-width: 100%;
}
.st-slider .st-slider-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
  margin: 0;
  list-style: none;
  padding: 0;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.st-slider .st-slider-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #FFF;
  border-radius: 5px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.st-slider .st-slider-indicators li.active {
  background-color: #FFF;
  opacity: 1;
}
.st-slider.controlsonhover .st-slider-indicators {
  opacity: 0;
  filter: alpha(opacity=0);
}
.st-slider.controlsonhover .st-slider-caption {
  opacity: 0;
  filter: alpha(opacity=0);
}
.st-slider.controlsonhover .st-slider-control {
  opacity: 0;
  filter: alpha(opacity=0);
}
.st-slider .st-slider-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.st-slider .st-slider-caption h1,
.st-slider .st-slider-caption h2,
.st-slider .st-slider-caption h3,
.st-slider .st-slider-caption h4,
.st-slider .st-slider-caption h5,
.st-slider .st-slider-caption h6 {
  margin: 0 0 5px;
  line-height: 20px;
  color: #FFF;
}
.st-slider .st-slider-caption p {
  margin-bottom: 0;
  line-height: 20px;
  color: #FFF;
}
.st-slider .st-slider-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  background: #ccc;
  border-radius: 23px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.st-slider .st-slider-control:hover {
  background: #fff;
  opacity: 1;
  cursor: pointer;
}
.st-slider .st-slider-control.right {
  right: 15px;
  left: auto;
}
.st-slider .st-slider-content {
  padding: 2em;
}
html,
body {
  height: 100%;
}
.st-sticky-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -20em;
  /* Change height. Can use px, ems or % */

}
@media (min-width: 768px) {
  .st-sticky-wrap {
    margin: 0 auto -10em;
    /* Change height. Can use px, ems or % */
  
  }
}
.st-sticky-push,
.st-sticky-footer {
  height: 20em;
  /* Change height. Can use px, ems or % */

}
@media (min-width: 768px) {
  .st-sticky-push,
  .st-sticky-footer {
    height: 10em;
    /* Change height. Can use px, ems or % */
  
  }
}
.st-refresh {
  position: relative;
  -webkit-transition: -webkit-transform 0ms;
  -moz-transition: -moz-transform 0ms;
  -o-transition: -o-transform 0ms;
  transition: transform 0ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1, 1, 1);
  -ms-transform: scale(1, 1, 1);
  transform: scale(1, 1, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 20px;
}
.st-refresh.pullrefresh-slideup {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
.st-refresh.pullrefresh-loading {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
.st-refresh-pullrefresh {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -490px;
  left: 0;
  width: 100%;
  height: 490px;
  background: #cccccc;
  box-shadow: 0 -5px 10px #999999 inset;
}
.st-refresh-pullrefresh .message {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  text-align: center;
  color: #999999;
  text-shadow: 1px 1px 0 #e6e6e6;
}
.st-refresh-pullrefresh .message span:after {
  content: attr(data-pull);
  font-size: 1.2em;
}
.pullrefresh-breakpoint .st-refresh-pullrefresh .message span {
  content: attr(data-release);
  font-size: 1.2em;
}
.pullrefresh-loading .st-refresh-pullrefresh .message span {
  content: attr(data-loading);
  font-size: 1.2em;
}
.st-refresh-pullrefresh .st-refresh-icon {
  position: absolute;
  left: 20px;
}
.st-refresh-pullrefresh .st-refresh-icon.arrow {
  background: url(images/arrow.png) no-repeat;
  width: 71px;
  height: 28px;
  bottom: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.st-refresh-pullrefresh .st-refresh-icon.arrow.arrow-up {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.st-refresh-pullrefresh .st-refresh-icon.loading {
  background: url(images/spinner.png) no-repeat;
  width: 19px;
  height: 19px;
  background-size: 100%;
  bottom: 0;
  -webkit-animation: rotate 1s linear infinite;
  -moz-animation: rotate 1s linear infinite;
  -ms-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.st-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.st-video iframe,
.st-video object,
.st-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
video {
  max-width: 100%;
  height: auto;
}
.st-list {
  margin: 0;
  padding: 0;
}
.st-list.st-inset {
  margin: 5%;
  border-radius: 5px;
}
.st-list.st-inset li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.st-list.st-inset li:first-child img {
  border-top-left-radius: 10px;
}
.st-list.st-inset li:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.st-list.st-inset li:last-child img {
  border-bottom-left-radius: 10px;
}
@media screen and (min-width: 60em) {
  .st-list.st-inset.st-double li {
    width: 46%;
    border-radius: 10px;
    margin: 2%;
    border: none;
  }
}
@media screen and (min-width: 60em) {
  .st-list.st-inset.st-double li img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.st-list li {
  display: table;
  border-collapse: collapse;
  width: 100%;
  background: #cccccc;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border-bottom: 1px solid #cccccc;
}
.st-list li a {
  display: table-row;
  overflow: hidden;
  text-decoration: none;
  color: #999999;
}
@media screen and (min-width: 60em) {
  .st-list li a {
    padding-right: 1em;
  }
}
.st-list li:last-child {
  border-bottom: none;
}
.st-list li:hover {
  background-color: #e6e6e6;
}
.st-list .st-list-img {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  padding-right: 1em;
}
.st-list .st-list-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 60em) {
  .st-list .st-list-img {
    vertical-align: top;
  }
}
.st-list .st-list-content {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  padding-right: 1em;
}
.st-list .st-list-title {
  margin: 0;
}
.st-list .st-list-summary {
  display: none;
  margin: 0;
}
@media screen and (min-width: 40em) {
  .st-list .st-list-summary {
    display: block;
  }
}
@media screen and (min-width: 60em) {
  .st-list.st-double li {
    float: left;
    width: 50%;
  }
}
.st-table-container {
  position: relative;
  margin: 5em 5%;
}
.st-table-container .st-table-menu-container {
  position: absolute;
  top: -3em;
  right: 0;
  z-index: 999;
}
.st-table-container .st-table-menu-container .st-table-menu-btn {
  text-decoration: none;
  font-size: 1.2em;
  padding: .3em 10px .3em 10px;
  color: #999999;
  background: #cccccc;
  border: 1px solid #cccccc;
}
.st-table-container .st-table-menu-container .st-table-menu {
  position: absolute;
  padding: 10px;
  font-size: 1.2em;
  right: 0;
  left: auto;
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 10em;
}
.st-table-container .st-table-menu-container .st-table-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.st-table-container .st-table-menu-container .st-table-menu li {
  padding: .3em 0;
}
.st-table-container .st-table-menu-container .st-table-menu li label {
  display: inline;
  vertical-align: middle;
}
.st-table-container .st-table-menu-container .st-table-menu-hidden {
  left: -999em;
  right: auto;
}
.st-table-container .st-table table {
  width: 100%;
  font-size: 1.2em;
}
.st-table-container .st-table thead th {
  white-space: nowrap;
  border-bottom: 1px solid #cccccc;
  color: #999999;
}
.st-table-container .st-table tbody th,
.st-table-container .st-table tbody td {
  border-bottom: 1px solid #cccccc;
}
.js .st-table-container .st-table th.always {
  display: table-cell;
}
@media screen and (min-width: 768px) {
  .js .st-table-container .st-table th.ontablet,
  .js .st-table-container .st-table th.ondesktop {
    display: table-cell;
  }
}
.js .st-table-container .st-table th {
  display: none;
}
.js .st-table-container .st-table td.always {
  display: table-cell;
}
@media screen and (min-width: 768px) {
  .js .st-table-container .st-table td.ontablet,
  .js .st-table-container .st-table td.ondesktop {
    display: table-cell;
  }
}
.js .st-table-container .st-table td {
  display: none;
}
.st-table-container .st-table th,
.st-table-container .st-table td {
  padding: .5em 1em;
  background-color: #ffffff;
  text-align: right;
}
.st-table-container .st-table th:first-child,
.st-table-container .st-table td:first-child {
  text-align: left;
}
.st-table-container .st-table .subtitle {
  display: block;
  font-size: .9em;
  opacity: .4;
}
.st-toast-container {
  position: fixed;
  width: 70%;
  z-index: 99999;
}
.st-toast-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.st-toast-container .st-notify {
  margin: 2% !important;
}
.st-toast-container.top {
  top: 2%;
}
.st-toast-container.left {
  left: 2%;
}
.st-toast-container.right {
  right: 2%;
}
.st-toast-container.bottom {
  bottom: 2%;
}
@media all and (min-width: 768px) {
  .st-toast-container {
    width: 40%;
  }
}
.st-bar-container {
  position: fixed;
  width: 100%;
  z-index: 99999;
}
.st-bar-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.st-bar-container.top {
  top: 0;
}
.st-bar-container.bottom {
  bottom: 0;
}
.st-bar-container .st-notify .st-notify-close {
  left: -20px;
}
.st-notify {
  line-height: 2em;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  z-index: 99999;
  width: 100%;
  cursor: pointer;
  color: #ffffff;
  padding: 1em;
  overflow-y: auto;
}
.st-notify h1,
.st-notify h2,
.st-notify h3,
.st-notify h4,
.st-notify h5,
.st-notify h6 {
  font-weight: bold;
  margin: 0;
}
.st-notify .st-notify-content {
  display: none;
}
.st-notify.radius {
  border-radius: 5px;
}
.st-notify:hover {
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  filter: alpha(opacity=100);
}
.st-notify.panel {
  width: 60%;
  height: 100%;
  position: fixed;
  top: 0;
}
.st-notify.panel.left {
  left: 0;
}
.st-notify.panel.right {
  right: 0;
}
@media all and (min-width: 768px) {
  .st-notify.panel {
    width: 50%;
  }
}
@media all and (min-width: 978px) {
  .st-notify.panel {
    width: 30%;
  }
}
.st-notify.default {
  border: #000000 1px solid;
  background: #000000;
}
.st-notify.default * {
  color: #cccccc;
}
.st-notify.error {
  border: #d52a2a 1px solid;
  background: #d52a2a;
}
.st-notify.error * {
  color: #ffffff;
}
.st-notify.info {
  border: #2092f3 1px solid;
  background: #2092f3;
}
.st-notify.info * {
  color: #ffffff;
}
.st-notify.warning {
  border: #f29444 1px solid;
  background: #f29444;
}
.st-notify.warning * {
  color: #ffffff;
}
.st-notify.success {
  border: #00ff89 1px solid;
  background: #00ff89;
}
.st-notify.success * {
  color: #ffffff;
}
.st-notify .st-notify-close {
  position: relative;
  color: #ffffff;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.st-notify .st-notify-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
