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

/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
.header-nav {
	width: 440px;
	height: 100%;
	background: #ffffff no-repeat center / 180%;
	-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: 5.6rem 3rem 3.6rem 3.6rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999999;
}
.header-nav p {
	float: none;
    font-size: 15px;
    font-weight: 400;
    color: #433f46;
    letter-spacing: normal;
    line-height: 2.13;
    margin: 0 0 16px;
}
.header-nav p a {
    color: #433f46;
}
.header-nav p span {
	display: block;
}
.header-nav h3 {
	font-size: 15px;
    font-weight: 600;
    color: #8d357c;
    letter-spacing: 1.95px;
    line-height: 1.47;
	text-transform: uppercase;
    margin: 0 0 0;
}
.header-nav h3 a {
    color: #8d357c;
}
.header-nav h3 span {
	display: block;
}
.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 rgba(135,135,135,0.3);
	line-height: 4.8rem;
}
.header-nav__list li:last-child {
	border-bottom: 1px solid rgba(135,135,135,0.3);
}
/*.header-nav__list a::before {
	content: counter(ctr, decimal-leading-zero) ".";
	counter-increment: ctr;
	font-size: 11px;
	color: rgba(141,53,124,0.5);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	left: 3px;
	top: 0;
}
.header-nav__list a:hover::before {
	color: rgba(38,40,41,0.5);
}*/
.header-nav__list .excludenumbering a::before {
	display: none;
}
.header-nav__social {
	display: inline-block;
	margin: 0;
}
.header-nav__social li {
	width: 55.3px;
	display: inline-block;
	margin: 0 9.6px 0 0;
}
.header-nav__social li:last-child {
	margin: 0;
}
.header-nav__close {
	height: 30px;
	width: 30px;
	display: block;
	background: #433f46;
	border-radius: 3px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	position: absolute;
	top: 24px;
	right: 30px;
	z-index: 800;
}
.header-nav__close:hover {
	background: #8d357c;
}
.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;
}
.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;
}
/* ------------------------------------------------------------------- 
 * ## mobile menu toggle 
 * ------------------------------------------------------------------- */
.header-menu-toggle {
	width: 130px;
	float: left;
	text-align: center;
	background: #640d55;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin: 0 0 0;
	padding: 20px 0 20px 25px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
}
.header-menu-toggle::after {
	content: "Menu";
	float: right;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.8;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0 0 0;
	position: absolute;
	right: 26px;
}
.header-menu-toggle.opaque {
	top: 0;
}
.header-menu-toggle.opaque::before {
	display: none;
}
.header-menu-icon {
	width: 18px;
	height: 3px;
	float: left;
	background: #ffffff;
	margin: 10px 0 10px 9px;
	position: relative;
}
.header-menu-icon::before, .header-menu-icon::after {
	content: "";
	width: 27px;
	height: 3px;
	background: #ffffff;
	position: absolute;
	right: 0;
}
.header-menu-icon::before {
	top: -10px;
}
.header-menu-icon::after {
	bottom: -10px;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.header-menu-toggle {
	width: 104px;
	margin: 0 0 0;
	padding: 16px 0 16px 16px;
	position: fixed;
	top: 4px;
	left: 0;
}
.header-menu-toggle::after {
	font-size: 12px;
	color: #ffffff;
	line-height: 2;
	margin: 0 0 0;
	position: absolute;
	right: 16px;
}
.header-nav {
	width: 320px;
	border-top: 4px solid #433f46;
	padding: 5.6rem 2rem 3.6rem;
}
.header-nav p {
	font-size: 13px;
}
.header-nav h3 {
	font-size: 12px;
	letter-spacing: 0.95px;
}
.header-menu-toggle.opaque {
	top: 0;
}
.header-nav__social li {
	width: 35.3px;
	margin: 0 10px 0 0;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.header-menu-toggle {
	width: 104px;
	margin: 0 0 0;
	padding: 16px 0 16px 16px;
	position: fixed;
	top: 4px;
	left: 0;
}
.header-menu-toggle::after {
	font-size: 12px;
	color: #ffffff;
	line-height: 2;
	margin: 0 0 0;
	position: absolute;
	right: 16px;
}
.header-nav {
	width: 320px;
	border-top: 4px solid #433f46;
	padding: 5.6rem 2rem 3.6rem;
}
.header-nav p {
	font-size: 13px;
}
.header-nav h3 {
	font-size: 12px;
	letter-spacing: 0.95px;
}
.header-menu-toggle.opaque {
	top: 0;
}
.header-nav__social li {
	width: 35.3px;
	margin: 0 10px 0 0;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.header-menu-toggle {
	width: 104px;
	margin: 0 0 0;
	padding: 16px 0 16px 16px;
	position: fixed;
	top: 4px;
	left: 0;
}
.header-menu-toggle::after {
	font-size: 12px;
	color: #ffffff;
	line-height: 2;
	margin: 0 0 0;
	position: absolute;
	right: 16px;
}
.header-nav {
	width: 320px;
	border-top: 4px solid #433f46;
	padding: 5.6rem 2rem 3.6rem;
}
.header-nav p {
	font-size: 13px;
}
.header-nav h3 {
	font-size: 12px;
	letter-spacing: 0.95px;
}
.header-menu-toggle.opaque {
	top: 0;
}
.header-nav__social li {
	width: 35.3px;
	margin: 0 10px 0 0;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.header-menu-toggle {
	width: 75px;
	padding: 18px 24px 17px;
}
.header-menu-toggle::after {
	display: none;
}
.header-nav {
	width: 340px;
	padding: 5.6rem 2rem 3.6rem;
}
.header-nav p {
	font-size: 13px;
}
.header-nav h3 {
	font-size: 13px;
	letter-spacing: 0.95px;
}
.header-nav__social li {
	width: 51.3px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.header-menu-toggle {
	width: 75px;
	padding: 19px 24px 18px;
}
.header-menu-toggle::after {
	display: none;
}
.header-nav {
	width: 360px;
	padding: 5.6rem 2.50rem 3.6rem;
}
.header-nav p {
	font-size: 14px;
}
.header-nav h3 {
	font-size: 14px;
	letter-spacing: 1.45px;
}
.header-nav__social li {
	width: 53.3px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.header-menu-toggle {
	width: 75px;
	padding: 20px 24px 20px;
}
.header-menu-toggle::after {
	display: none;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {

}

@media screen and (min-width:1341px) and (max-width:1440px) {

}