.tipr_content {
	color: #777;
    background-color: #3D348B;
	padding: 7px 10px 6px 10px;
    color: #fff;
    min-width: 200px;
    font-size: 13px;
    line-height: 15px;
    border-radius: 3px;
}
.tipr_container_below {
    display: none;
    position: absolute;
    margin-top: 7px;
    z-index: 1000;
}
.tipr_container_above {
    display: none;
    position: absolute;
    margin-top: -67px;
    z-index: 1000;
}
.tipr_point_above, 
.tipr_point_below {
    position: relative;
	background: #3D348B;
	border: 1px solid #3D348B;
	border-radius: 1px;
}
.tipr_point_above:after, 
.tipr_point_above:before {
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	top: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_above:after {
	border-top-color: #3D348B;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_above:before {
	border-top-color: #f3f3f3;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.tipr_point_below:after, 
.tipr_point_below:before {
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_below:after {
	border-bottom-color: #3D348B;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_below:before {
	border-bottom-color: #3D348B;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.c-offcanvas, .c-offcanvas-content-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-offcanvas, .c-offcanvas-content-wrap, .c-offcanvas-bg.c-offcanvas-bg--reveal, .c-offcanvas-bg.c-offcanvas-bg--push {
  transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
}
.c-offcanvas {
    z-index: 9999;
}
.c-offcanvas.is-open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.c-offcanvas-content-wrap {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: #fff;
}
.c-offcanvas {
  position: fixed;
  min-height: 100%;
  max-height: none;
  top: 0;
  display: block;
  background: #f3474b;
  overflow-x: hidden;
  overflow-y: auto;
  color: #f4f7fa;
}
.c-offcanvas--opening {
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}
.c-offcanvas.is-closed {
  max-height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: none;
}
.c-offcanvas--overlay {
  z-index: 6;
}
.c-offcanvas--reveal {
  z-index: 2;
}
.c-offcanvas-bg {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  left: -100%;
  background-color: transparent;
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
  left: 0;
  background-color: rgba(0, 0, 0, 0.68);
  visibility: visible;
}
.c-offcanvas-bg.is-closed {
  visibility: hidden;
}
.c-offcanvas--left {
  height: 100%;
  width: 60%;
  transform: translate3d(-60%, 0, 0);
  padding: 15px;
}
.c-offcanvas--right {
  height: 100%;
  width: 17em;
  right: 0;
  transform: translate3d(17em, 0, 0);
}
.c-offcanvas--top {
  left: 0;
  right: 0;
  top: 0;
  height: 12.5em;
  min-height: auto;
  width: 100%;
  transform: translate3d(0, -12.5em, 0);
}
.c-offcanvas--bottom {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12.5em;
  min-height: auto;
  width: 100%;
  transform: translate3d(0, 12.5em, 0);
}
.c-offcanvas-content-wrap {
  z-index: 3;
}
.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--left.is-open {
  transform: translate3d(60%, 0, 0);
}
.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--right.is-open {
  transform: translate3d(-60%, 0, 0);
}
.c-offcanvas--reveal {
  z-index: 0;
  transform: translate3d(0, 0, 0);
}
.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--left.is-open {
  transform: translate3d(60%, 0, 0);
}
.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--right.is-open {
  transform: translate3d(-60%, 0, 0);
}
.c-offcanvas--push {
  z-index: 6;
}
.c-offcanvas--push--opening {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.c-offcanvas-content-wrap {
  z-index: 3;
}
.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open {
  transform: translate3d(60%, 0, 0);
}
.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--right.is-open {
  transform: translate3d(-60%, 0, 0);
}
.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open {
  transform: translate3d(60%, 0, 0);
}
.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--right.is-open {
  transform: translate3d(-60%, 0, 0);
}
