*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gn-menu-main, .gn-menu-main ul {
	margin: 0;
	padding: 0;
	background: white;
	color: #5e4334;
	list-style: none;
	text-transform: none;
	font-weight: 600;
	line-height: 70px;
}
.gn-menu-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	font-size: 15px;
	z-index: 10000;
}
.gn-menu-main a {
	display: block;
	height: 100%;
	color: #5e4334;
	text-decoration: none;
	cursor: pointer;
}
.no-touch .gn-menu-main a:hover, .no-touch .gn-menu li.gn-search-item:hover, .no-touch .gn-menu li.gn-search-item:hover a {
	background: #5e4334;
	color: white;
}
.no-touch .gn-menu-main a.logo-button:hover {
	background: #f0e9de;
	color: white;
}
.gn-menu-main a.logo-button:hover {
	background: #f0e9de;
	color: white;
}
.gn-menu-main > li {
	display: block;
	float: left;
	height: 100%;
	border-right: 1px solid #EAEAEA;
	text-align: left;
	line-height: 70px;
}
/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
	position: relative;
	width: 70px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.gn-menu-main > li:last-child {
	float: right;
	border-right: none;
	border-left: 1px solid transparent;
}
.gn-menu-main > li > a {
	text-transform: capitalize;
	letter-spacing: normal;
	font-weight: 600;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}
.gn-menu-main:after {
	display: table;
	clear: both;
	content: "";
}
.gn-menu-wrapper {
	position: fixed;
	top: 70px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 70px;
	border-top: 1px solid #5e4334;
	background: white;
	-webkit-transform: translateX(-70px);
	-moz-transform: translateX(-70px);
	transform: translateX(-70px);
	-webkit-transition: -webkit-transform 0.3s, width 0.3s;
	-moz-transition: -moz-transform 0.3s, width 0.3s;
	transition: transform 0.3s, width 0.3s;
	border-right: 1px solid #E0DFC8;
}
.gn-scroller {
	position: absolute;
	overflow-y: scroll;
	width: 370px;
	height: 100%;
}
.gn-menu {
	border-bottom: 1px solid #5e4334;
	text-align: left;
	font-size: 15px;
}
.gn-menu li:not(:first-child), .gn-menu li li {
	box-shadow: inset 0 1px #5e4334
}
.gn-submenu li {
	overflow: hidden;
	height: 0;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}
.gn-submenu li a {
	color: #CAD9A7
}
input.gn-search {
	position: relative;
	z-index: 10;
	padding-left: 70px;
	outline: none;
	border: none;
	background: transparent;
	color: #5e4334;
	font-weight: 300;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	cursor: pointer;
}

/* placeholder */

.gn-search::-webkit-input-placeholder {
 color: #5e4334
}
 .gn-search:-moz-placeholder {
 color: #5e4334
}
 .gn-search::-moz-placeholder {
 color: #5e4334
}
 .gn-search:-ms-input-placeholder {
 color: #5e4334
}

/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder, .no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
 color: transparent
}
input.gn-search:focus {
	cursor: text
}
.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
	color: white
}

/* placeholder */

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
 color: white
}
 .no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
 color: white
}
 .no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
 color: white
}
 .no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
 color: white
}
.gn-menu-main a.gn-icon-search {
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
}
.gn-icon::before {
	display: inline-block;
	width: 70px;
	text-align: center;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'chimani-font';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}
.dropdown-menu .gn-icon::before {
	display: inline-block;
	width: 35px;
	text-align: center;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'chimani-font';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

/* if an icon anchor has a span, hide the span */

.gn-icon span {
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.gn-icon-menu::before {
	margin-left: -15px;
	vertical-align: -2px;
	width: 30px;
	height: 3px;
	background: #5e4334;
	box-shadow: 0 3px white, 0 -6px #5e4334, 0 -9px white, 0 -12px #5e4334;
	content: '';
	-webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.no-touch .gn-icon-menu:hover::before, .no-touch .gn-icon-menu.gn-selected:hover::before {
	background: white;
	box-shadow: 0 3px #5e4334, 0 -6px white, 0 -9px #5e4334, 0 -12px white;
}
.gn-icon-menu.gn-selected::before {
	background: #5e4334;
	box-shadow: 0 3px white, 0 -6px #5e4334, 0 -9px white, 0 -12px #5e4334;
}
/* styles for opening menu */

.gn-menu-wrapper.gn-open-all, .gn-menu-wrapper.gn-open-part {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
.gn-menu-wrapper.gn-open-all {
	width: 340px
}
.gn-menu-wrapper.gn-open-all .gn-submenu li {
	height: 70px
}

.gn-menu-main a:hover.buy-now {
	background:#8B6524;
}
#header .dropdown-menu.get-chimani li a {
color: #495f2b;
}
#header .dropdown-menu.get-chimani li {
border-top: 1px solid #495f2b;
}
#header .dropdown-menu.get-chimani > li > a:hover, #header .dropdown-menu.get-chimani > li > a:focus, #header .dropdown-submenu.get-chimani:hover > a, #header .dropdown-submenu.get-chimani:focus > a, #header .dropdown-menu.get-chimani > .active > a, #header .dropdown-menu.get-chimani > .active > a:hover, #header .dropdown-menu.get-chimani > .active > a:focus {
background: #495f2b;
}
.large-icon {
    font-size: 16.33333em;
    color: #5e4334;
}
.large-icon.gn-icon::before {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'chimani-font';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}
.med-icon {
	font-size: 100px;
	color: #5e4334;
	margin-left: 15px;
}
.med-icon.gn-icon::before {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'chimani-font';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}
.gn-icon-state {
	color: #5C732E;
}

 @media screen and (max-width: 422px) {
.gn-menu-wrapper.gn-open-all {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	width: 70%;
}
.gn-menu-wrapper.gn-open-all .gn-scroller {
	width: 130%
}
}
@media only screen and (max-width: 479px) {
	.gn-menu-main {
		height:50px;
	}
	.gn-menu-main, .gn-menu-main ul {
		line-height: 50px;
	}
	.gn-menu-main > li {
		line-height: 50px;
	}
	.gn-menu-wrapper {
		top:50px;
	}
}

 @media only screen and (max-width: 740px) {
.gn-menu-main > li > a {
	padding-right: 15px;
	padding-left: 15px;
}
.gn-icon-menu::before {
	margin-left: 0px;
}
}
.gn-menu-wrapper .gn-scroller .gn-menu li {
	line-height: 60px;
}
.gn-menu-main a.buy-now {
	color: #FFF;
	background: #495F2B;
}
.gn-menu-main a:hover.buy-now {
	color: #FFF;
}

@media only screen and (min-width: 768px) {
.next-section-button, .prev-section-button {
	display: block;
	position: fixed;
	left: auto;
	right: 25px;
	bottom: 25px;
	background-image: url(../../style/images/btn_next@2x.png);
	width: 52px;
	height: 52px;
	margin-left: -26px;
	z-index: 1000;
}
}
