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

/* -------------------------------------------------------------------
 * ## main navigation
 * ------------------------------------------------------------------- */
.header-nav {
	width: 440px !important;
	height: 100% !important;
	text-align: center;
	background: #ffffff;
	box-shadow: 10px 2px 32px 0px rgba(0,0,0,0.23);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 3.6rem 3rem 3.6rem 3.6rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999999;
    max-height: 100% !important;
    white-space: nowrap !important;
    max-width: 460px !important;display: flex;flex-wrap: wrap;align-items: center;
}
.header-nav  p {
	float: none;
    font-size: 15px;
    font-weight: 500;
    color: #1a1f2c;
    letter-spacing: 0.45px;
    line-height: 1.73;
    margin: 0 0 16px;
}
.header-nav  h3 {
	font-size: 21px;
    font-weight: 600;
    color: #c29c68;
    letter-spacing: 4.2px;
    line-height: 0.95;
	text-transform: uppercase;
    margin: 0 0 0;
}
.header-nav a:hover, .header-nav a:focus, .header-nav a:active {
	color: white;
}
.header-nav__content {
	position: relative;
	left: 50px;
	opacity: 0;
	visibility: hidden;
}
.header-nav__list li {
	/*border-top: 1px solid #d9d9d9;*/
}
.header-nav__list li:last-child {
	/*border-bottom: 1px solid #d9d9d9;*/
}
.header-nav__list a::before {
	content: counter(ctr, decimal-leading-zero) ".";
	counter-increment: ctr;
	font-size: 11px;
	color: rgba(194,156,104,0.88);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	left: 3px;
	top: 0;
	display:none;
}
.header-nav__list a:hover::before {
	color: rgba(26,31,44,0.5);
}
.header-nav__social {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.header-nav__social li {
	width: 29px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 3px 0;
}
.header-nav__social li a {
	width: 100%;
	display: block;
}
.header-nav__close {
	width: 30px;
	height: 30px;
	background: #1f2022;
	border-radius: 50%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 800;
}
.header-nav__close:hover {
	background: #8f8f90;
}
.header-nav__close span::before, .header-nav__close span::after {
	content: "";
	display: block;
	height: 2px;
	width: 12px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -1px;
}
.header-nav__close span::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header-nav__close span::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-overflow-scrolling: touch;
}

.header-nav .mCSB_container_wrapper > .mCSB_container {
    left: 0 !important;
}
.header-nav .mCSB_container_wrapper > .mCSB_container {
    width: 100% !important;
    padding-right: 0;
    left: 0 !important;
}
.menu-is-open .header-nav .header-nav__content {
	opacity: 1;
	visibility: visible;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	left: 0;
	width: 100% !important;
    max-width: 100% !important;
    white-space: normal;
    max-height: 100% !important;
    height: 100% !important;
}

.header-nav .header-nav__content {
    height: 100% !important;
	width: 100% !important;
    max-width: 100% !important;
    white-space: normal;
    max-height: 100% !important;
}
/* -------------------------------------------------------------------
 * ## mobile menu toggle
 * ------------------------------------------------------------------- */
.header-menu-toggle {
	width: 74px;
	float: left;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin: 0 0 0;
	position: fixed;
	top: 28px;
	left: 28px;
	z-index: 9999999999;
}
.header-menu-toggle::after {
	content: "Menu";
	float: right;
	font-size: 14px;
	font-weight: 700;
	color: #1f2022;
	letter-spacing: normal;
	line-height: 1.84;
	text-transform: uppercase;
	margin: 0 0 0;
	position: absolute;
	right: 0;
}
.header-menu-toggle.opaque {
	top: 28px;
}
.header-menu-toggle.opaque::before {
	display: none;
}
.header-menu-icon {
	width: 15px;
	height: 2px;
	float: left;
	background: #1f2022;
	border-radius: 6px;
	margin: 10px 0 10px;
	position: relative;
}
.header-menu-icon::before, .header-menu-icon::after {
	content: "";
	width: 23px;
	height: 2px;
	float: left;
	background: #1f2022;
	position: absolute;
	right: 0;
	left: 0;
}
.header-menu-icon::before {
	top: -10px;
}
.header-menu-icon::after {
	bottom: -10px;
}
.menu-is-open .header-menu-toggle {
    display: none;
}
nav.header-nav .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000 !important;
    background-color: #000 !important;
	 /* width: 6px !important; */
}

nav.header-nav .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000 !important;
    background-color: rgb(0 0 0 / 9%) !important;
    /* width: 6px !important; */
}

nav.header-nav  div#mCSB_1_dragger_horizontal {
    display: none !important;
}

nav.header-nav div#mCSB_1_scrollbar_horizontal {
    display: none !important;
}
/*Smartphone css*/
@media screen and (max-width: 480px) {
.header-menu-toggle {
	width: 70px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.header-menu-toggle::after {
	font-size: 12px;
}
.header-nav {
	width: 100% !important;
	max-width: 440px !important;
	padding: 3.6rem 2rem 3.6rem;
}

nav.header-nav .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-top: 3.6rem !important;
}
.header-menu-toggle.opaque {
	top: 16px;
}
.header-nav__social li {
	width: 30.6px;
	margin: 0 6px 0 0;
}
.menu-is-open .header-nav {
    overflow-y: scroll;
}

.header-nav__close {top: 0;z-index: 800; }

.header-nav__social {
    text-align: left;
}
.header-nav .mCSB_container_wrapper .mCSB_container {
    width: 100% !important;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.header-menu-toggle {
	width: 70px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.header-menu-toggle::after {
	font-size: 12px;
}
.header-nav {
	width: 320px;
	padding: 6.6rem 2rem 3.6rem;
}
.header-menu-toggle.opaque {
	top: 16px;
}
.header-nav__social li {
	width: 30.6px;
	margin: 0 6px 0 0;
}

.header-nav__social {
    text-align: left;
}
.header-nav .mCSB_container_wrapper .mCSB_container {
    width: 100% !important;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.header-menu-toggle {
	width: 70px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.header-menu-toggle::after {
	font-size: 12px;
}
.header-nav {
	width: 320px;
	padding: 6.6rem 2rem 3.6rem;
}
.header-menu-toggle.opaque {
	top: 16px;
}
.header-nav__social li {
	width: 30.6px;
	margin: 0 6px 0 0;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.header-menu-toggle {
	width: 23px;
	top: 20px;
	left: 1%;
}
.header-menu-toggle::after {
	display: none;
}
.header-nav {
	width: 340px;
	padding: 3.6rem 2rem 3.6rem;
}


}

@media screen and (min-width:901px) and (max-width:1024px) {
.header-menu-toggle {
	width: 23px;
	top: 24px;
	left: 3%;
}
.header-menu-toggle::after {
	display: none;
}
.header-nav {
	width: 340px;
	padding: 3.6rem 2rem 3.6rem;
}


}

@media screen and (min-width:1025px) and (max-width:1240px) {
.header-menu-toggle {
	width: 23px;
	left: 3%;
}
.header-menu-toggle::after {
	display: none;
}
.header-nav {
	width: 340px;
	padding: 3.6rem 2rem 3.6rem;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.header-menu-toggle {
	left: 3%;
}
.header-nav {
	width: 340px;
	padding: 3.6rem 2rem 3.6rem;
}

}

@media screen and (min-width:1341px) and (max-width:1400px) {
.header-menu-toggle {
	width: 23px;
	left: 3%;
}
.header-menu-toggle::after {
	display: none;
}
.header-nav {
	width: 340px;
	padding: 3.6rem 2rem 3.6rem;
}


}