/*! Pusha v2.0.0 | MIT License | https://github.com/slavanga/pusha */ 

body {
  overflow-x: hidden
}


.pusha-panel__content::-webkit-scrollbar {
  width: 10px;
} /* this targets the default scrollb*/
.pusha-panel__content::-webkit-scrollbar-track {
      background-color: #efe1c9;
} /* the new scrollbar will have a flat appearance with the set background color */
.pusha-panel__content::-webkit-scrollbar-thumb {
  background-color: #b3d3d2;
  -moz-border-radius: 15px;
  border-radius: 15px;
} /* this will style the thumb, ignoring the track */
.pusha-panel__content::-webkit-scrollbar-button {
  background-color: #efe1c9;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.pusha-panel__content::-webkit-scrollbar-button {
  background-color: #efe1c9;
  display: none
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.pusha-panel__content::-webkit-scrollbar-corner::before {}
.pusha-panel__content::-webkit-scrollbar-corner {
  background-color: #b3d3d2;
  -moz-border-radius: 15px;
  border-radius: 15px;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */




.pusha-active, .pusha-active body {
  overflow: hidden;

}
.pusha-push, .pusha-wrapper {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}
.pusha-wrapper {
  position: relative;
  z-index: 200;
  height: 100%;
  background-color: inherit
}
.pusha-panel {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  will-change: transform
}
.pusha-panel--left {
  max-width: 100%;
  max-height: 100vh;
  width: 260px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 200;
  -webkit-transition: visibility 0s linear .3s, opacity 50ms linear .3s, -webkit-transform .3s ease;
  transition: visibility 0s linear .3s, opacity 50ms linear .3s, -webkit-transform .3s ease;
  transition: visibility 0s linear .3s, opacity 50ms linear .3s, transform .3s ease;
  transition: visibility 0s linear .3s, opacity 50ms linear .3s, transform .3s ease, -webkit-transform .3s ease
}
.pusha-panel--left.pusha-panel--active ~ .pusha-blocker, .pusha-panel--left.pusha-panel--active ~ .pusha-push, .pusha-panel--left.pusha-panel--active ~ .pusha-wrapper {
  -webkit-transform: translateX(260px);
  transform: translateX(260px)
}
.pusha-panel--left.pusha-panel--active {
  -webkit-transition: opacity 50ms, -webkit-transform .3s ease;
  transition: opacity 50ms, -webkit-transform .3s ease;
  transition: opacity 50ms, transform .3s ease;
  transition: opacity 50ms, transform .3s ease, -webkit-transform .3s ease
}
.pusha-panel--right {
  max-width: 100%;
  max-height: 100vh;
  width: 260px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 200;
  -webkit-transition: visibility 0s linear .3s, opacity 50ms linear .3s, -webkit-transform .3s ease;
  transition: visibility 0s linear .3s, opacity 50ms linear .3s, -webkit-transform .3s ease;
  transition: visibility 0s linear .3s, opacity 50ms linear .3s, transform .3s ease;
  transition: visibility 0s linear .3s, opacity 50ms linear .3s, transform .3s ease, -webkit-transform .3s ease
}
.pusha-panel--right.pusha-panel--active ~ .pusha-blocker, .pusha-panel--right.pusha-panel--active ~ .pusha-push, .pusha-panel--right.pusha-panel--active ~ .pusha-wrapper {
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px)
}
.pusha-panel--right.pusha-panel--active {
  -webkit-transition: opacity 50ms, -webkit-transform .3s ease;
  transition: opacity 50ms, -webkit-transform .3s ease;
  transition: opacity 50ms, transform .3s ease;
  transition: opacity 50ms, transform .3s ease, -webkit-transform .3s ease
}
.pusha-panel--top {
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
  height: 260px;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 220;
  -webkit-transition: visibility 0s linear .3s, opacity 50ms linear .3s, -webkit-transform .3s ease;
  transition: visibility 0s linear .3s, opacity 50ms linear .3s, -webkit-transform .3s ease;
  transition: visibility 0s linear .3s, opacity 50ms linear .3s, transform .3s ease;
  transition: visibility 0s linear .3s, opacity 50ms linear .3s, transform .3s ease, -webkit-transform .3s ease
}
.pusha-panel--top.pusha-panel--active {
  -webkit-transition: opacity 50ms, -webkit-transform .3s ease;
  transition: opacity 50ms, -webkit-transform .3s ease;
  transition: opacity 50ms, transform .3s ease;
  transition: opacity 50ms, transform .3s ease, -webkit-transform .3s ease
}
.pusha-panel--bottom {
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
  height: 260px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 220;
  -webkit-transition: visibility 0s linear .3s, opacity 50ms linear .3s, -webkit-transform .3s ease;
  transition: visibility 0s linear .3s, opacity 50ms linear .3s, -webkit-transform .3s ease;
  transition: visibility 0s linear .3s, opacity 50ms linear .3s, transform .3s ease;
  transition: visibility 0s linear .3s, opacity 50ms linear .3s, transform .3s ease, -webkit-transform .3s ease
}
.pusha-panel--bottom.pusha-panel--active {
  -webkit-transition: opacity 50ms, -webkit-transform .3s ease;
  transition: opacity 50ms, -webkit-transform .3s ease;
  transition: opacity 50ms, transform .3s ease;
  transition: opacity 50ms, transform .3s ease, -webkit-transform .3s ease
}
.pusha-panel--active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
  transform: none !important;   
	z-index: 999;
}
.pusha-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
	
}
.pusha-active .pusha-panel__content {
  overflow-y: auto;
  outline: none;
  /* background: #b3d3d2; */
}
.pusha-blocker {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: visibility 0s linear .3s, opacity .3s ease, -webkit-transform .3s ease;
  transition: visibility 0s linear .3s, opacity .3s ease, -webkit-transform .3s ease;
  transition: visibility 0s linear .3s, transform .3s ease, opacity .3s ease;
  transition: visibility 0s linear .3s, transform .3s ease, opacity .3s ease, -webkit-transform .3s ease
}
.pusha-active .pusha-blocker {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease
}

.page__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 205;
  padding: 15px 0;
  background-color: #eee;
  border-bottom: 1px solid #ddd
}
.page__content {
  padding-top: 100px;
  padding-bottom: 50px
}
.page__footer {
  padding-top: 40px;
  padding-bottom: 20px
}
.menu {
  margin: 0 -15px;
  border-top: 1px solid #cdbea4;
  display: block;
  clear: both;
}
.menu  ul {padding: 0px 0px 10px 30px;border-bottom: 1px solid #b3d3d2;border-top: 1px solid #ffffff;position: relative;top: -1px;}
.menu  ul li a {
  display: block;
  padding: 5px;
  color: #4d3c1f;
  font-size: 15px;
  line-height: 24px;
  border-bottom: none;
}
.menu  li a {
  display: block;
  padding: 10px;
  color: #4d3c1f;
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid #cdbda3;
}
.sub-menu {
  display: none
}
.pusha-panel__inner {
  padding: 15px
}

.pusha-panel__inner .logo {
    margin: 0px 0px 20px 0px;
    float: left;
    position: relative;
    z-index: 2;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    text-align: center;
}
.pusha-panel__inner .logo img {
    height: auto;
	width:100%;
}
.btn.pusha-panel__close:hover {
color:#7b6339;
	background:transparent
}
.pusha-panel__close {
    background: none;
    padding: 0px;
    font-size: 30px;
    color: #666666;
    cursor: pointer;
    float: right;
    z-index: 9;
    position: fixed;
    right: 20px;
}