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

/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
.header-nav {
    width: 440px !important;
    height: 100% !important;
    background: #f9f8f5;
    -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: 6.6rem 3rem 3.6rem 3.6rem;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999999;
    white-space: normal !important;
    max-width: 100% !important;
    max-height: 100% !important;
}
.header-nav:after {
	content: "";
	width: 72.2%;
	float: right;
	background: url(../images/logo-bright-white-plain-shape.svg) no-repeat center / 100%;
	margin: 0 0 0;
	padding: 0 0 122.8%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -9;
}
.header-nav p {
	float: none;
    font-size: 16px;
    font-weight: 400;
    color: #425145;
    letter-spacing: normal;
    line-height: 1.53;
	text-transform: uppercase;
    margin: 0 0 16px;
}
.header-nav p span {
	display: block;
}
.header-nav h2 {
	font-size: 30px;
    font-weight: 400;
	color: #425145;
    letter-spacing: normal;
    line-height: 0.99;
	text-transform: uppercase;
    margin: 0 0 0;
			text-align: left;
	line-height: 38px;
}
.header-nav h2 span {
	font-weight: 300;
	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 {
	line-height: 4.5rem;
}
.header-nav__list li li {
	line-height: 3rem;
}
.header-nav__list a::before {
	content: counter(ctr, decimal-leading-zero) ".";
	counter-increment: ctr;
	font-size: 11px;
	color: #c4cbbc;
	-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: #425145;
}
.header-nav__logo {
	width: 88%;
	float: left;
	margin: 0 0 0;
}
.header-nav__logo img {
	width: 100%;
	display: block;
}
.header-nav__social {
	width: 100%;
	float: left;
	margin: 0 0 0;
}
.header-nav__social li {
	width: 41px;
	float: left;
	margin: 0 11px 0 0;
}
.header-nav__social li:last-child {
	margin: 0;
}
.header-nav__close {
    height: 30px;
    width: 30px;
    display: block;
    background: #425145;
    border-radius: 50%;
    font: 0 / 0 a;
    text-shadow: none;
    color: transparent;
    transition: all 0.25s ease-out 0s;
    top: 52px;
    z-index: 800;
    position: fixed;
    right: 43px;
}
.header-nav__close:hover {
	background: #c4cbbc;
}
.header-nav__close span::before, .header-nav__close span::after {
	content: "";
	display: block;
	height: 2px;
	width: 12px;
	background-color: #ffffff;
	transition: all 0.25s ease-out 0s;
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -1px;
}
.header-nav__close:hover span::before, .header-nav__close:hover span::after{
	background: #ffffff;
}
.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: 118px;
	float: left;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	margin: 0 0 0;
	padding: 26px 0 26px 24px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
}
.header-menu-toggle::after {
	content: "Menu";
	float: right;
	font-size: 14px;
	font-weight: 600;
	color: #c4cbbc;
	letter-spacing: normal;
	line-height: 1.67;
	transform: translateY(-50%);
	margin: 0 0 0;
	position: absolute;
	top: 52%;
	right: 26px;
}
.header-menu-toggle.opaque {
	top: 0;
}
.header-menu-toggle.opaque::before {
	display: none;
}
.header-menu-icon {
	width: 20px;
	height: 2px;
	float: left;
	background: #c4cbbc;
	margin: 7px 0 7px;
	position: relative;
}
.header-menu-icon::before, .header-menu-icon::after {
	content: "";
	width: 20px;
	height: 2px;
	background: #c4cbbc;
	margin: 0 0 0;
	position: absolute;
	left: 0;
}
.header-menu-icon::before {
	top: -7px;
}
.header-menu-icon::after {
	bottom: -7px;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.header-menu-toggle {
	width: 64px;
	margin: 0 0 0;
	padding: 0 0 0;
	position: fixed;
	top:0;
	left: 0;
}
.header-menu-toggle::after {
	font-size: 13px;
	line-height: 1.75;
	margin: 0 0 0;
	position: absolute;
	right: 10px;
}
.header-menu-toggle.opaque {
	top: 0;	
	left: 0;
}
.header-nav {
	width: 320px !important;
	text-align: center;
	padding: 6.6rem 2rem 3.6rem;
}
.header-nav p {
	font-size: 13px;
}
.header-nav h2 {
	font-size: 24px;
	text-align: left;
	line-height: 33px;
}
.header-nav h3 {
	font-size: 30px;
}
.header-nav__social li {
	width: 39px;
	float: none;
	display: inline-block;
	margin: 0 3px 0;
}
.header-nav__list li {
	line-height: 3.4rem;
}
.header-nav__list li li {
	line-height: 2.4rem;
}
.header-nav__list a::before {
	vertical-align: middle;
	margin: 0 10px 0 0;
	position: relative;
	top: inherit;
	left: inherit;
}
.header-nav__close {
    right: 27px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.header-menu-toggle {
	width: 64px;
	margin: 0 0 0;
	padding: 0 0 0;
	position: fixed;
	top:0;
	left: 0;
	/* top: 16px;
	left: 5%; */
}
.header-menu-toggle::after {
	font-size: 13px;
	line-height: 1.75;
	margin: 0 0 0;
	position: absolute;
	right: 10px;
}
.header-menu-toggle.opaque {
	top: 0;
	left: 0;	
}
.header-nav {
	width: 344px !important;
	text-align: center;
	padding: 6.6rem 2rem 3.6rem;
}
.header-nav p {
	font-size: 13px;
}
.header-nav h2 {
	font-size: 24px;
		text-align: left;
	line-height: 33px;
}
.header-nav h3 {
	font-size: 30px;
}
.header-nav__social li {
	width: 39px;
	float: none;
	display: inline-block;
	margin: 0 3px 0;
}
.header-nav__list li {
	line-height: 3.4rem;
}
.header-nav__list li li {
	line-height: 2.4rem;
}
.header-nav__list a::before {
	vertical-align: middle;
	margin: 0 10px 0 0;
	position: relative;
	top: inherit;
	left: inherit;
}
.header-nav__close {
    right: 27px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.header-menu-toggle {
	width: 64px;
	margin: 0 0 0;
	padding: 0 0 0;
	position: fixed;
	top: 16px;
	left: inherit;
}
.header-menu-toggle::after {
	font-size: 13px;
	line-height: 1.75;
	margin: 0 0 0;
	position: absolute;
	right: 10px;
}
.header-menu-toggle.opaque {
	top: 0;
	left: 0;	
}
.header-nav {
	width: 347px  !important;
	text-align: center;
	padding: 6.6rem 2rem 3.6rem;
}
.header-nav p {
	font-size: 13px;
}
.header-nav h2 {
	font-size: 24px;
			text-align: left;
	line-height: 33px;
}
.header-nav h3 {
	font-size: 30px;
}
.header-nav__social li {
	width: 39px;
	float: none;
	display: inline-block;
	margin: 0 3px 0;
}
.header-nav__list li {
	line-height: 3.4rem;
}
.header-nav__list li li {
	line-height: 2.4rem;
}
.header-nav__list a::before {
	vertical-align: middle;
	margin: 0 10px 0 0;
	position: relative;
	top: inherit;
	left: inherit;
}
.header-nav__close {
    right: 27px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.header-menu-toggle {
	width: 64px;
	padding: 26px 22px 26px 22px;
}
.header-menu-toggle::after {
	display: none;
}
.header-nav__list li {
	line-height: 4rem;
}
.header-nav__list li li {
	line-height: 3rem;
}
.header-nav__social li {
	width: 41px;
	margin: 0 6px 0 0;
}
.header-nav {
	width: 340px !important;
	padding: 5.6rem 2rem 3.6rem;
}
.header-nav p {
	font-size: 15px;
}
.header-nav h3 {
	font-size: 26px;
}
.header-nav__close {
    top: 43px;
    right: 27px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.header-menu-toggle {
	width: 64px;
	padding: 26px 22px 26px 22px;
}
.header-menu-toggle::after {
	display: none;
}
.header-nav__list li {
	line-height: 4.4rem;
}
.header-nav__list li li {
	line-height: 3.4rem;
}
.header-nav__social li {
	width: 43px;
	margin: 0 7px 0 0;
}
.header-nav {
	width: 360px !important ;
	padding: 5.6rem 2.50rem 3.6rem;
}
.header-nav p {
	font-size: 16px;
}
.header-nav h3 {
	font-size: 30px;
}
.header-nav__close {
    top: 43px;
    right: 35px;
}
}

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

@media screen and (min-width:1241px) and (max-width:1340px) {
.header-menu-toggle {
	width: 64px;
	padding: 26px 22px 26px 22px;
}
.header-menu-toggle::after {
	display: none;
}
}

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

}


@media screen and (max-width:767px) {
.header-menu-toggle{
	background: #425145;
	padding: 15px;
	 width: 90px;
}
}
