@font-face {
	font-family: 'Encode Sans Regular';
	src: url('/fonts/EncodeSansNormal-Regular.eot');
	src: url('/fonts/EncodeSansNormal-Regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/EncodeSansNormal-Regular.woff2') format('woff2'),
		url('/fonts/EncodeSansNormal-Regular.woff') format('woff'),
		url('/fonts/EncodeSansNormal-Regular.ttf') format('truetype'),
		url('/fonts/EncodeSansNormal-Regular.svg#EncodeSansNormal-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Encode Sans Medium';
	src: url('/fonts/EncodeSans-Medium.eot');
	src: url('/fonts/EncodeSans-Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/EncodeSans-Medium.woff2') format('woff2'),
		url('/fonts/EncodeSans-Medium.woff') format('woff'),
		url('/fonts/EncodeSans-Medium.ttf') format('truetype'),
		url('/fonts/EncodeSans-Medium.svg#EncodeSans-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Encode Sans Semibold';
	src: url('/fonts/EncodeSansNormal-SemiBold.eot');
	src: url('/fonts/EncodeSansNormal-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/EncodeSansNormal-SemiBold.woff2') format('woff2'),
		url('/fonts/EncodeSansNormal-SemiBold.woff') format('woff'),
		url('/fonts/EncodeSansNormal-SemiBold.ttf') format('truetype'),
		url('/fonts/EncodeSansNormal-SemiBold.svg#EncodeSansNormal-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Forum';
	src: url('/fonts/Forum.eot');
	src: url('/fonts/Forum.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Forum.woff2') format('woff2'),
		url('/fonts/Forum.woff') format('woff'),
		url('/fonts/Forum.ttf') format('truetype'),
		url('/fonts/Forum.svg#Forum') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.clear,
* html .clearfix,
*:first-child+html .clearfix {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.grid_1 {
	width: 8.33%;
}

.grid_2 {
	width: 16.67%;
}

.grid_3 {
	width: 25%;
}

.grid_4 {
	width: 33.33%;
}

.grid_5 {
	width: 41.67%;
}

.grid_6 {
	width: 50%;
}

.grid_7 {
	width: 58.33%;
}

.grid_8 {
	width: 66.67%;
}

.grid_9 {
	width: 75%;
}

.grid_10 {
	width: 83.33%;
}

.grid_11 {
	width: 91.67%;
}

.grid_12 {
	width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: block;
	position: relative;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

img {
	border: none;
	max-width: 100%;
}

a,
img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

textarea:focus,
input:focus,
select:focus {
	outline: none;
}

/* General */
html {
	height: 100%;
}

body {
	font-size: 15px;
	background: #fff;
	color: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
	padding-top: 96px;
}

main {
	height: 100%;
	width: 100%;
}

.img {
	width: 100%;
	margin: 0;
	display: block;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	font-weight: normal;
}

p {
	text-align: left;
	margin: 0;
	color: #fff;
	font-size: clamp(20px, 1.95vw, 26px);
	line-height: 1.4;
	font-family: "Forum";
}

h1 {
	font-size: clamp(30px, 4.88vw, 65px);
	font-family: "Forum";
	text-align: center;
	margin: 120px auto 80px;
	text-transform: uppercase;
}

h2 {
	font-size: clamp(30px, 4.88vw, 58px);
	color: #fff;
	font-family: "Forum";
	text-transform: uppercase;
}

h3 {
	font-size: clamp(30px, 4.88vw, 40px);
	color: #fff;
	font-family: "Forum";
	text-align: center;
	text-transform: uppercase;
}

h4 {
	font-size: clamp(25px, 6.66vw, 40px);
	color: #2A3851;
	font-family: "Encode Sans Semibold";
}

/* Navigation */
header {
	background-color: #3E3F3A;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 20px clamp(50px, 4.9vw, 75px);
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

header .logo {
	width: 140px;
	margin: 0;

}

header .btn-white {
	font-size: 16px;
	padding: 8px 50px;
}

.logo {
	margin: 0 auto;
	display: block;
}





nav li {
	list-style: none;
	display: inline-block;
	padding: 0 clamp(15px, 1.46vw, 25px);
	position: relative;

}

nav li a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Encode Sans Regular';
	font-size: 16px;
	line-height: 1em;
}

/* nav-toggle */
#nav-toggle {
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 100;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: none;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
	cursor: pointer;
	height: 3px;
	width: 30px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

#nav-toggle span:before {
	top: -10px
}

#nav-toggle span:after {
	bottom: -10px
}

#nav-toggle.active span {
	background-color: transparent !important;
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
	top: 0
}

#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: a rotate(45deg)
}

#nav-toggle.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: a rotate(-45deg)
}



/* enquiry */
.enquiry-selling h2 {
	color: #3E3F3A;
}

.enquiry-selling h4 {
	font-size: clamp(18px, 4.8vw, 22px);
	color: #3E3F3A;
}

.enquiry-selling p {
	font-size: clamp(16px, 4.27vw, 18px);
	font-family: "Encode Sans Regular";
	color: #3E3F3A;
}

.enquiry-selling a {
	color: #3E3F3A;
}

.register .logo {
	width: 260px;
}

.register h2 {
	text-align: center;
}

.register p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: "Encode Sans Regular";
}

.register .grid_6 {
	width: calc(50% - 25px);
}

.register .grid_6:nth-child(2),
.register .grid_6:nth-child(5) {
	margin-left: 50px;
}

.register {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	background: #898B56;
}

.formbox {
	margin: 0 auto;
	padding: 10px 0;
	width: 90%;
	max-width: 1440px;
}

input,
select {
	font-size: clamp(14px, 3.73vw, 16px);
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	color: #fff;
	border: 0 none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Encode Sans Regular";
}

select {
	padding: 20px 0;
	text-align-last: left;
	text-align: left;

	-ms-text-align-last: left;
	-moz-text-align-last: left;
	text-align-last: left;
}

select option {
	padding: 20px 0;
	color: #000;
	background: #fff;
	text-align-last: left;
	text-align: left;

	-ms-text-align-last: left;
	-moz-text-align-last: left;
	text-align-last: left;
}

.b_submit {
	max-width: fit-content;
	font-size: 12px;
	padding: 8px 80px 6px;
	line-height: 1.2em;
	margin: 0 auto;
	transition: 0.3s;
	letter-spacing: normal;
}

.privacy {
	font-size: 10px;
}

.chk_holder,
.readpp_holder {
	margin: 10px auto 0 auto;
	color: #fff;
}

#chkInternational,
#readPP {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	cursor: pointer;
	display: inline-block;
	line-height: 25px;
	width: 20px;
	text-align: center;
}

#chkInternational+label,
#readPP+label {
	padding: 2px 0 2px 26px;
	position: relative;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 14px;
	font-family: "Encode Sans Regular";
}

#chkInternational+label:hover,
#readPP+label:hover {
	cursor: pointer;
}

#chkInternational+label:before,
#readPP+label:before {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #fff;
	content: '';
	display: block;
}

#chkInternational+label:after,
#readPP+label:after {
	position: absolute;
	left: 0;
	width: 5px;
	height: 11px;
	top: 50%;
	left: 8px;
	-webkit-transform: translateY(-60%) rotate(45deg) scale(0);
	transform: translateY(-60%) rotate(45deg) scale(0);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	display: block;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#chkInternational:checked+label:after,
#readPP:checked+label:after {
	-webkit-transform: translateY(-60%) rotate(45deg) scale(1);
	transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0.7;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	opacity: 0.7;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 0.7;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity: 0.7;
}

/*footer*/
footer {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #3E3F3A;
}



.just-home {
	display: none;
}

#page-home .just-home {
	display: block;
}

footer .logo {
	width: 180px;
}

.footer-links {
	margin: 0 auto;
}

footer a,
footer p {
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	font-family: "Encode Sans Regular";
}

.indigenous {
	font-size: clamp(12px, 3vw, 14px);
	max-width: 675px;
	line-height: 1.4;
	margin: 0 auto;
	font-family: 'Encode Sans Regular';
}

/* Token Style */
ul.token-input-list-project {
	border: none;
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
	text-align-last: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border-bottom: 1px solid #525252;
	clear: both;
}

li.token-input-input-token-project {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%
}

ul.token-input-list-project li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100% !important;
	margin-bottom: 0;
}

li.token-input-token-project p {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
	line-height: 20px;
	font-size: 11px
}

li.token-input-token-project {
	overflow: hidden;
	height: 25px;
	margin: 0;
	padding: 2px 5px;
	background-color: #ccc;
	color: #000;
	cursor: default;
	border: 1px solid #525252;
	font-size: 12px;
	white-space: nowrap;
	list-style: none;
	display: inline-block;
}

div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
	cursor: default;
	font-size: 11px;
	z-index: 13;
	color: #000000;
}

div.token-input-dropdown-project ul {
	margin: 0;
	padding: 0;
	display: block !important;
	max-height: 205px;
}

div.token-input-dropdown-project ul li {
	background-color: #fff;
	font-size: 14px;
	padding: 3px;
	margin: 0;
	list-style-type: none;
	font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
	background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
	background-color: #fff;
}

div.token-input-dropdown-project ul li em {
	font-weight: bold;
	font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
	background-color: #ccc;
	color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
	font-size: 10px;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
	padding: 0;
	text-align: left;
	color: #F00D0D;
}

* {
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}

/* =============== STYLE =============== */
/* ------ Global Style ------ */

.row {
	display: flex;
	flex-direction: row;
}

.column {
	display: flex;
	flex-direction: column;
}

.mobile {
	display: none;
}

.m0a {
	margin: 0 auto !important;
}

.mra {
	margin: 0 auto 0 0 !important;
}

.mla {
	margin: 0 0 0 auto !important;
}

.m0 {
	margin: 0 !important;
}

.tac {
	text-align: center;
}

.semibold {
	font-family: "Encode Sans Semibold" !important;
}

.posrel {
	position: relative;
}

.top25 {
	top: 25%;
}

.fullheight {
	height: 100%;
}

.fleft {
	float: left;
}

.underline {
	text-decoration: underline !important;
}

.icongroup-1 {
	width: 68px;
	height: 68px;
}

.icongroup-2 {
	width: 133px;
	height: 133px;
}

.justify-center {
	justify-content: center;
}

.justify-right {
	justify-content: right;
}

.justify-left {
	justify-content: left;
}

.space-around {
	justify-content: space-around;
}

.space-between {
	justify-content: space-between;
}

.wrap {
	flex-wrap: wrap;
}

.bg-cream {
	background-color: #E4E2C6;
}

.bg-green {
	background-color: #898B56;
}

.bg-darkgrey {
	background-color: #3E3F3A;
}

.ptxxs {
	padding-top: 15px;
}

.pbxxs {
	padding-bottom: 15px;
}

.ptxs {
	padding-top: 30px;
}

.pbxs {
	padding-bottom: 30px;
}

.pts {
	padding-top: 45px;
}

.pbs {
	padding-bottom: 45px;
}

.ptm {
	padding-top: 60px;
}

.pbm {
	padding-bottom: 60px;
}

.ptl {
	padding-top: 75px;
}

.pbl {
	padding-bottom: 75px;
}

.ptxl {
	padding-top: 90px;
}

.pbxl {
	padding-bottom: 90px;
}

.ptxxl {
	padding-top: 120px;
}

.pbxxl {
	padding-bottom: 120px;
}

.ptxxxl {
	padding-top: 150px;
}

.pbxxxl {
	padding-bottom: 150px;
}

.mts {
	margin-top: 45px;
}

.mbs {
	margin-bottom: 45px;
}

.mr50 {
	margin: 0 50px 0 0 !important;
}

.pr60 {
	padding-right: 60px;
}

.pl60 {
	padding-left: 60px;
}

.plr60 {
	padding-left: 60px;
	padding-right: 60px;
}

.pr100 {
	padding-right: 100px;
}

.mr260 {
	margin-right: 260px;
}

.mw280 {
	max-width: 280px;
}

.mw400 {
	max-width: 400px;
}

.mw410 {
	max-width: 410px;
}

.mw455 {
	max-width: 455px;
}

.mw500 {
	max-width: 500px;
}

.mw550 {
	max-width: 550px;
}

.mw600 {
	max-width: 600px;
}

.mw650 {
	max-width: 650px;
}

.mw700 {
	max-width: 700px;
}

.mw760 {
	max-width: 760px;
}

.mw800 {
	max-width: 800px;
}

.mw900 {
	max-width: 900px;
}

.mw1000 {
	max-width: 1000px;
}

.mw1200 {
	max-width: 1200px;
	width: 80%;
}

.mw1440 {
	max-width: 1440px;
	width: 80%;
}

.w280 {
	width: clamp(190px, 18.6vw, 280px);
}

.w90per {
	width: 90%;
}

.btn {
	max-width: fit-content;
	font-size: 18px;
	padding: 14px 50px;
	line-height: 1.2em;
	margin: 0 auto;
	transition: 0.3s;
	font-family: "Encode Sans Regular";
}

.btn-white {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.btn-white:hover {
	color: #3E3F3A !important;
	background-color: #fff;
}

.btn-green {
	background-color: #898B56;
	border: 2px solid #898B56;
	color: #fff;
}

.btn-green:hover {
	background-color: #fff;
	color: #898B56;
}

/* ------ Section Specific Style ------ */
section {
	width: 100%;
}

/* home */
.landing {
	background-size: cover !important;
	height: 100%;
	width: 100%;
	background-position: center center;
}

#page-home .landing {
	background-image: url('/images/home/bg.jpg');
}

.landing img {
	margin: 0 auto;
	width: clamp(280px, 52vw, 650px);
}

#page-home .bottom-bg {
	background-image: url('/images/home/aerial.jpg');
	background-size: cover;
	height: 100%;
}

#page-home h2 {
	color: #3E3F3A;
}

.grid_6 img {
	width: 98%;
}

#page-home p {
	color: #3E3F3A;
}

#page-home footer * {
	color: #fff;
}

/* location */
#page-location .landing {
	background: url('/images/location/bg-1.jpg');
	background-position: bottom center;
}

#page-location .bottom-bg {
	background: url('/images/location/bg-2.jpg');
	background-size: cover;
	height: 100%;
}

#page-location p {
	color: #3E3F3A;
}

#page-location .bg-cream p,
#page-location .bg-cream h4,
#page-location .bg-cream h2 {
	color: #3E3F3A;
}

#page-location .bg-cream h4 {
	font-family: "Forum";
}

#page-location .bottom-bg p {
	color: #fff;
}

#page-location .bg-green p {
	color: #fff;
}

/* community */
#page-community .landing {
	background: url('/images/community/bg.jpg');
	background-position: center center;
}

#page-community .bg-cream h2,
#page-community .bg-cream p {
	color: #3E3F3A;
}

#page-community .logo {
	max-width: 155px;
	max-height: 155px;
	width: 100%;
	height: 100%;
}


/* now selling */
#page-nowselling .landing {
	background: url('/images/nowselling/bg.jpg');
	background-position: bottom center;
}

#page-nowselling .flex-control-nav {
	bottom: 0;
}
#carousel {
	position: absolute;
	right: 20%;
	bottom: 0;
	z-index: 10; 
}

#carousel .slides {
	width: 500px !important;
	padding: 15px;
	background-color: #898B56;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#carousel li {
	width: 100px;
	font-family: 'Encode Sans Regular';
	text-align: center;
	color: #fff;
}

/* contact */
#page-contact .landing {
	position: relative;
	background: url('/images/contact/horses.jpg');
	height: calc(100vw * 0.33);
}

@media screen and (max-width : 1400px) {
	.d-pl30 {
		padding-left: 30px;
	}

	.d-pr30 {
		padding-right: 30px;
	}
}

@media screen and (max-width : 1000px) {
	body {
		padding-top: 81px;
	}

	/* Global Style */


	p {
		font-size: 18px;
	}

	.btn {
		margin: 0 auto;
	}

	.m-pt0 {
		padding-top: 0 !important;
	}

	.m-pb0 {
		padding-bottom: 0 !important;
	}

	.m-pts {
		padding-top: 30px !important;
	}

	.m-ptm {
		padding-top: 45px !important;
	}

	.m-pbm {
		padding-bottom: 45px !important;
	}

	.m-ptl {
		padding-top: 60px !important;
	}

	.m-pbl {
		padding-bottom: 60px !important;
	}

	.m-ptxl {
		padding-top: 75px !important;
	}

	.m-pbxl {
		padding-bottom: 75px !important;
	}

	.ptxxxl {
		padding-top: 75px;
	}

	.pbxxxl {
		padding-bottom: 75px;
	}

	.pts {
		padding-top: 30px;
	}

	.d-pr30 {
		padding-right: 0;
	}

	.d-pl30 {
		padding-left: 0;
	}

	.m-mb20 {
		margin-bottom: 20px !important;
	}

	.m-m0a {
		margin: 0 auto !important;
	}

	.btn {
		font-size: 16px;
	}

	.mr260 {
		margin-right: 0;
	}

	.m-justify-center {
		justify-content: center !important;
	}

	.mobile {
		display: inherit;
	}

	.desktop {
		display: none !important;
	}

	.grid_6 {
		width: 100% !important;
		margin: 0 !important;
	}

	.m-grid_6 {
		width: 50%;
	}

	.m-grid_12 {
		width: 100%;
		max-width: 100%;
	}

	.grid_9 {
		width: 100% !important;
		margin: 0 !important;
	}

	.m-row {
		flex-direction: row !important;
	}

	.row {
		flex-direction: column;
	}

	.m-tac {
		text-align: center !important;
	}

	.m-plr30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}


	/* home */
	#page-home h2,
	#page-home p {
		text-align: center;
	}

	.top25 {
		top: 0;
	}

	#page-home .ptxxl,
	#page-home .ptxxxl {
		padding: 0;
	}

	#page-home .grid_6 img {
		width: 100% !important;
	}

	/* location */
	.icongroup-2 {
		width: 68px;
		height: 68px;
	}

	/* now-selling */
	#carousel {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	#carousel .slides {
		width: 100% !important;
		min-width: 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	#carousel li {
		width: 50% !important;
	}

	/* contact */
	#page-contact .landing {
		height: calc(100vw * 0.6);
	}

	/* header */

	header .logo {
		width: 100px;
		margin: 0 auto !important;
		z-index: 3;
	}

	#nav-toggle {
		display: block !important;
	}

	nav {
		display: flex;
		margin: 0;
		position: fixed;
		height: 100%;
		width: 100%;
		background-color: #3E3F3A;
		z-index: 2;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		top: 0;
		left: 0;
		transition: 0.8s;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-ms-transition: 0.8s;
		-o-transition: 0.8s;
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
	}

	header.active_nav nav {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
	}

	nav ul li {
		display: block;
		margin: 0 auto 30px;
		width: 100%;
		text-align: center;
		padding: 0;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}

	nav ul li a {
		margin: 0;
		text-align: center;
		width: 100%;
		line-height: normal;
		color: #fff;
		/* padding: 10px 0; */
		font-size: 16px;
	}
}