@charset "utf-8";
/* CSS Document */

.button_container {
  width: 80px;
  float: left;
  text-align: center;
  transition: opacity 0.25s ease;
  cursor: pointer;
  margin: 0 0 0;
  position: absolute;
  top: 56px;
  left: 40px;
  z-index: 999999999;
}
.button_container .button_line {
  width: 26%;
  height: 29px;
  float: left;
  margin: 0 0 0;
}
.button_container .button_text {
  float: left;
  font-size: 10px;
  font-weight: 600;
  color: #37314b;
  letter-spacing: 1.28px;
  line-height: 2.8;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0;
  width: 100%;
  text-align: left;
}
.button_container.active .button_text {
  color: #ffffff;
}
.button_container.active .button_line .top {
  width: 100%;
  background: #ffffff;
  transform: rotate(45deg) translate(9px, 9px);
}
.button_container.active .button_line .middle {
  opacity: 0;
  display: none;
  background: #ffffff;
}
.button_container.active .button_line .bottom {
  width: 100%;
  background: #ffffff;
  transform: rotate(-45deg) translate(-6px, 6px);
}
.button_container .button_line span {
  width: 100%;
  height: 4px;
  float: left;
  background: #cbb37b;
  border-radius: 14px;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  cursor: pointer;
  margin: 0 0 0;
  position: relative;
}
.button_container .button_line span:nth-of-type(2) {
  width: 18px;
  margin: 8px 0 8px;
}
.overlay {
  width: 100%;
  height: 0%;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.overlay:after {
	content: "";
	width: 60%;
	float: right;
	background: url(../images/logo-gold-plain-shape.svg) no-repeat right bottom / 100%;
	opacity: 0.1;
	margin: 0 0 0;
	padding: 0 0 60%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -9;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
  animation-delay: 0.65s;
}
.overlay.open li:nth-of-type(8) {
  animation-delay: 0.7s;
}
.overlay.open li:nth-of-type(9) {
  animation-delay: 0.75s;
}
.overlay.open li:nth-of-type(10) {
  animation-delay: 0.8s;
}
.overlay.open li:nth-of-type(11) {
  animation-delay: 0.85s;
}
.overlay.open li:nth-of-type(12) {
  animation-delay: 0.9s;
}
.overlay.open li:nth-of-type(13) {
  animation-delay: 0.95s;
}
.overlay.open li:nth-of-type(14) {
  animation-delay: 1.0s;
}
.overlay.open li:nth-of-type(15) {
  animation-delay: 1.05s;
}
.overlay.open li:nth-of-type(16) {
  animation-delay: 1.1s;
}





.overlay nav {
  width: 50% !important;
  float: right;
  font-size: 50px;
  transform: translateY(-50%);
  margin: 0 0 0;
  position: relative;
  top: 50%;
  right: 4%;
  z-index: 9;
  max-width: 100%;
  height: 100% !important;
}
.overlay ul li {
  /*height: calc(100% / 8);
  min-height: 50px;*/
  opacity: 0;
}
.overlay-back {
	width: 42%;
	height: 100%;
	float: left;
	background: #37314b url(../images/menu-bg.jpg) no-repeat center right / cover;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


.overlay .header-nav .mCSB_container_wrapper {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger_bar {
  width: 5px;
  background-color: #cdb680 !important;
}

.mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  width: 3px;
}

.mCSB_scrollTools #mCSB_1_dragger_horizontal.mCSB_dragger {
  display: none !important;
}


.stikerdrive .button_container .scroll.float-panel {z-index: 999999999; position: relative;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.button_container {
  width: 74px;
  position: fixed;
  top: 16px;
  left: 5%;
}
.button_container .button_line {
    width: 26px;
}
.overlay {
  width: 100%;
  text-align: center;
  margin: 0 0 0;
}
.overlay:after {
  width: 150%;
  margin: 0 0 0;
  padding: 0 0 150%;
}
.overlay-back {
  width: 100%;
  display: none;
  margin: 0 0 0;
}
.overlay nav {
  width: 100% !important; 
  margin: 0 0 0;
  right: 0;
}
.button_container .button_text {
  display: block;
}
.button_container.active .button_text {
  color: #37314b;
}
.button_container.active .button_line .top {
  background: #cbb37b;
}
.button_container.active .button_line .middle {
  background: #cbb37b;
}
.button_container.active .button_line .bottom {
  background: #cbb37b;
}
.mCSB_outside + .mCSB_scrollTools {
  right: 10px;
}
.stikerdrive .sticyyy-menu .menu-col2 {float: right; margin: 4px 0 0;}

.stikerdrive.mob-sticky-arrive  .button_container {
  padding: 12px 15px 2px;
}
.overlay nav {  height: auto !important;}

}

@media screen and (min-width:481px) and (max-width:600px) {
.button_container {
  width: 74px;
  position: fixed;
  top: 16px;
  left: 5%;
}
.button_container .button_line {
    width: 26px;
}
.overlay {
  width: 100%;
  text-align: center;
  margin: 0 0 0;
}
.overlay:after {
  width: 150%;
  margin: 0 0 0;
  padding: 0 0 150%;
}
.overlay-back {
  width: 100%;
  display: none;
  margin: 0 0 0;
}
.overlay nav {
  width: 100% !important; 
  margin: 0 0 0;
  right: 0;
}
.button_container .button_text {
  display: block;
}
.button_container.active .button_text {
  color: #37314b;
}
.button_container.active .button_line .top {
  background: #cbb37b;
}
.button_container.active .button_line .middle {
  background: #cbb37b;
}
.button_container.active .button_line .bottom {
  background: #cbb37b;
}

.mCSB_outside + .mCSB_scrollTools {
  right: 10px;
}
.stikerdrive .sticyyy-menu .menu-col2 {float: right; margin: 4px 0 0;}

.stikerdrive.mob-sticky-arrive  .button_container {
  padding: 12px 15px 2px;
}
.overlay nav {  height: auto !important;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.button_container {
  width: 74px;
  position: fixed;
  top: 16px;
  left: 5%;
}
.button_container .button_line {
    width: 26px;
}
.overlay {
  width: 100%;
  text-align: center;
  margin: 0 0 0;
}
.overlay:after {
  width: 150%;
  margin: 0 0 0;
  padding: 0 0 150%;
}
.overlay-back {
  width: 100%;
  display: none;
  margin: 0 0 0;
}
.overlay nav {
  width: 100% !important;
  margin: 0 0 0;
  right: 0;
}
.button_container .button_text {
  display: block;
}
.button_container.active .button_text {
  color: #37314b;
}
.button_container.active .button_line .top {
  background: #cbb37b;
}
.button_container.active .button_line .middle {
  background: #cbb37b;
}
.button_container.active .button_line .bottom {
  background: #cbb37b;
}

.mCSB_outside + .mCSB_scrollTools {
  right: 10px;
}
.stikerdrive .sticyyy-menu .menu-col2 {float: right; margin: 4px 0 0;}

.stikerdrive.mob-sticky-arrive  .button_container {
  padding: 12px 15px 2px;
}
.overlay nav {  height: auto !important;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.button_container {
  top: 44px;
  left: 3%;
}

.overlay-back {
 
  background-position-x: 72% !important;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.button_container {
  top: 50px;
  left: 3%;
}

.overlay-back {
 
  background-position-x: 72% !important;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.button_container {
  left: 3%;
}
.button_container .button_text {
  display: block;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.button_container {
  left: 3%;
}
.button_container .button_text {
  display: block;
}
}

@media(max-width:767px){ 
  .stikerdrive .button_container {width: 100%;left: 0;top: 0;background: #fff;padding: 12px 15px 12px;}
  .overlay nav {  height: auto !important;}
 .overlay.open li {  animation: fadeInUp 0.5s ease forwards;  }

}