/*
* Header Footer Nav
*/
header > .row.collapse.top{
	max-width: 72.35em;
}
header nav.footer {
	display: none;
	float: none;
	position: relative;
	margin-top: 20px;
	border-top: 1px solid #cfb087;
	padding-top: 20px;
}
header nav.footer ul {
	list-style: none;
	margin: 0;
}
header nav.footer ul li {

}
header nav.footer ul li a {
	display: block;
	color: #8c7c79;
	font-size: 18px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Amasis MT W01 Light';
}
@media only screen and (max-width: 64em) {
	header nav.mobile nav.footer {
		display: block;
	}
}
@media only screen and (max-width: 40em) {
	header nav.footer {

	}
}

/* Footer Footer Nav */
footer nav.footer {
	float: right;
}
footer nav.footer ul {
	list-style: none;
	margin: 0;
}
footer nav.footer ul li {
	float: left;
	margin-left: 15px;
}
footer nav.footer ul li:first-child {
	margin-left: 0;
}
footer nav.footer ul li a {
	display: block;
	color: #8b7155;
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
	font-family: 'TradeGothicW01-BoldCn20_675334';
}
footer nav.footer ul li a.current {
	text-decoration: underline !important;
}
@media only screen and (max-width: 40em) {
	footer nav.footer {
		display: inline-block;
		float: none;
		margin-bottom: 15px;
	}
}


/* 
 * Mobile nav
 */
nav.mobile {
	display: none;
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	position: relative;
}
nav.mobile > .trigger {
	border: 1px solid #cfb087;
	height: 40px;
	line-height: 38px;
	padding: 0 10px;
	text-transform: uppercase;
	color: #241209;
	font-size: 20px;
	font-family: 'Amasis MT W01 Light';
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	width: 115px;
	position: relative;
	z-index: 20;
}
nav.mobile > .trigger .open {
	display: block;
}
nav.mobile > .trigger .close {
	display: none;
	color: #cfb087;
}
nav.mobile.open > .trigger {
	background-color: #fff;
}
nav.mobile.open > .trigger .open {
	display: none;
}
nav.mobile.open > .trigger .close {
	display: block;
}
nav.mobile > .trigger i {
	display: block;
	float: left;
	line-height: 38px;
	margin-right: 5px;
	font-size: 16px;
	width: 15px;
}
nav.mobile > .dropdown {
	display: none;
	position: absolute;
	width: 320px;
	right: -15px;
	top: -20px;
	background-color: #fff;
	z-index: 10;
	padding: 20px 15px;
}
nav.mobile > .dropdown:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 100%;
	background-image: url(/includes/public/assets/shared_2/red-stripe.png);
	background-repeat: repeat-x;
	z-index: 30;
}
@media only screen and (max-width: 64em) {
	nav.mobile {
		display: block;
	}
	nav.mobile.open > .dropdown {
		display: block;
	}
}
@media only screen and (max-width: 40em) {
	nav.mobile {
		margin-top: 0;
	}
	nav.mobile > .trigger {
		font-size: 10px;
		width: 50px;
		height: 50px;
		line-height: 15px;
		padding: 10px 0;
	}
	nav.mobile.open > .trigger {
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav.mobile > .trigger i {
		float: none;
		line-height: 15px;
		margin: auto;
	}
	nav.mobile > .dropdown {
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		padding-top: 10px;
		overflow-y: scroll;
	}
	nav.mobile.open > .dropdown {
		display: block;
	}
	nav.mobile > .dropdown:after {
		position: fixed;
	}
	nav.mobile > .dropdown::-webkit-scrollbar {
		display: none;
	}
	nav.mobile.open{
		width: 400%;
		margin-right: 0 !important;
		margin-top: -10px;
	}
}


/*
 * Primary nav
 */ 
nav.primary {
	border-top: 1px solid #cfb087;
	clear: both;
	position: relative;
	z-index: 10;
	margin-left: 48px;
}
nav.primary > ul {
	list-style: none;
	margin: 0;
}
nav.primary > ul > li {
	float: left;
	margin-left: 42.2px;
	position: relative;
}
nav.primary > ul > li:first-child {
	margin-left: 0;
}
/*
nav.primary > ul > li:last-child {
	float: right
}
*/
nav.primary > ul > li > a {
	display: block;
	font-family:'Amasis MT W01 Regular';
	font-weight: 300;
	color: #241209;
	font-size: 20px;
	line-height: 40px;
	text-transform: uppercase;
}
nav.primary > ul > li > a:hover {
	text-decoration: none;
}
nav.primary > ul > li > ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	list-style: none;
	background-color: #fff;
	padding: 10px 0;
}
@media only screen and (min-width: 64.063em) {
	/*  > 1024px  */ 
	nav.primary > ul > li > ul {width: 320px;}
}
nav.primary > ul > li > ul::after {
	content: "";
	background-image: url(/includes/public/assets/shared_2/red-stripe.png);
	height: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.mobile-nav nav.primary > ul > li > ul::after {
	background-image: none;
}
@media only screen and (max-width: 40em) {
	/* < 641px */ 
	nav.primary > ul > li > ul::after {
		background-image: none;
	}
}
nav.primary > ul > li:nth-child(4) > ul,
nav.primary > ul > li:nth-child(5) > ul {
	left: auto;
	right: 0;
}
nav.primary > ul > li:hover > ul {
	display: block;
}
nav.primary ul li i {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.25s;
	font-size: 10px;
}
nav.primary ul li i.open {
	transform: rotateX(180deg);
}
nav.primary > ul > li > i {
	display: none;
}
nav.primary ul li ul li {
	position: relative;
}
nav.primary ul li ul li a {
	display: block;
	color: #8c7c79;
	font-size: 18px;
	line-height: 20px;
	font-family:'Amasis MT W01 Regular';
	padding: 10px 20px;
	font-weight: 300 !important;
}
nav.primary ul li ul li a.has-children {
	padding-right: 40px;
}
nav.primary ul li ul li a:hover {
	text-decoration: none;
}
nav.primary ul li ul li ul {
	list-style: none;
	margin-left: 20px;
	display: none;
}
nav.primary ul li ul li i.open + ul {
	display: block;
}
@media only screen and (max-width: 1024px) {
	nav.primary {
		margin-left: 0;
	}
	nav.primary > ul > li {
		margin-left: 32.5px;
	}
}

@media only screen and (max-width: 64em) {
	nav.primary {
		display: none;
		padding-top: 20px;
		margin-top: 10px;
	}
	nav.mobile nav.primary {
		display: block;
	}
	nav.primary > ul > li {
		float: none !important;
		margin-left: 0;
		position: relative;
	}
	nav.primary > ul > li > a {
		color: #8c7c79;
		font-size: 19px;
		line-height: 20px;
		padding-top: 4px;
		padding-bottom: 5px;
	}
	nav.primary > ul > li > ul {
		position: static;
	}
	nav.primary > ul > li:hover > ul {
		display: none;
	}
	nav.primary > ul > li > i {
		display: block;
	}
	nav.primary >ul  > li > i.open + ul {
		display: block;
	}
	nav.primary ul li a.has-children {
		padding-right: 30px !important;
	}
	nav.primary ul li i {
		line-height: 30px !important;
		width: 30px !important;
	}
	nav.primary ul li ul {
		padding: 0;
	}
	nav.primary ul li ul li a {
		padding-top: 5px;
		padding-bottom: 9px;
		padding-right: 0;
	}
}
@media only screen and (max-width: 40em) {
	nav.primary {

	}
}



/*
 * Secondary nav
 */
nav.secondary {
	float: right;
}
nav.secondary ul {
	list-style: none;
	margin: 0;
}
nav.secondary ul li {
	float: left;
	margin-left: 20px;
}
nav.secondary ul li:first-child {
	margin-left: 0;
}
nav.secondary ul li a {
	display: block;
	color: #241209;
	font-size: 14px;
	line-height: 35px;
	font-family: 'TradeGothicW01-BoldCn20_675334';
	text-transform: uppercase;
	font-weight: lighter;
}
nav.secondary ul li a.current {
	text-decoration: underline !important;
}
@media only screen and (max-width: 40em) { /* < 641px */ 
	 nav.secondary ul li a {
	 	font-family:'Amasis MT W01 Regular';
	 	font-weight: 300 !important;
	 }
}
@media only screen and (max-width: 64em) {
	nav.secondary {
		display: none;
		border-top: 1px solid #cfb087;
		padding-top: 20px;
		margin-top: 20px;
		clear: both;
		float: none;
	}
	nav.secondary ul li {
		float: none;
		margin-left: 0;

	}
	nav.secondary ul li a {
		display: block;
		color: #8c7c79;
		font-size: 18px;
		line-height: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-family: 'Amasis MT W01 Light';
		text-transform: none;
		font-weight: bold;
	}
	nav.mobile nav.secondary {
		display: block;
	}
}
@media only screen and (max-width: 40em) {
	nav.secondary {

	}
}



/* 
 * Side Nav 
 */
nav.side {
	float: left;
	margin-bottom: 20px;
}
nav.side .trigger {
	cursor: pointer;
	padding: 0 10px;
	line-height: 25px;
	color: #fff;
	background-color: #cfb087;
	font-size: 15px;
	font-family: 'TradeGothicW01-BoldCn20_675334';
	text-transform: uppercase;
	padding-top: 1px;
}
nav.side .trigger span a {
	color: #fff;
	font-weight: normal;
}
nav.side.open .trigger {
	width: 325px;
}
nav.side .trigger i {
	font-size: 13px;
	display: block;
	float: left;
	line-height: inherit;
	margin-right: 5px;
}
nav.side ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 20px
}
nav.side > ul {
	width: 325px;
	padding: 20px;
	background-color: #fff;
	position: absolute;
	top: 25px;
	z-index: 100;
}
nav.side.open > ul {
	display: block;
}
nav.side > ul:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 4px;
	width: 100%;
	background-image: url(/includes/public/assets/shared_2/red-stripe.png);
	background-repeat: repeat-x;
}
nav.side ul li {
	position: relative;
}
nav.side ul li a {
	display: block;
	font-size: 18px;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 8px;
	color: #8c7c79;
	font-family:'Amasis MT W01 Light';
}
nav.side ul li a.current {
	text-decoration: underline !important;
}
nav.side ul li a.has-children {
	padding-right: 30px;
}
nav.side ul li i.show-children {
	cursor: pointer;
	display: block;
	font-size: 22px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 0.25s;
}
nav.side ul li i.show-children.open {
	transform: rotateX(180deg);
}
nav.side ul li i.show-children.open + ul {
	display: block;
	margin-top: 10px;
}

nav.side {
	display: none;
}
nav.side.activeSection {
	display:block;
}
	nav.primary.border-none {
	border-top: none
}
@media only screen and (min-width: 1024px) and (max-width: 1165px){
	nav.primary > ul > li > a {
		font-size: 18px;
	}
	nav.primary > ul > li {
		margin-left: 32.5px;
	}
}
@media only screen and (max-width: 64em) {
	nav.side {
		display: none;
	}
	nav.primary.border-none {
		border-top: 1px solid #cfb087;
		margin-top: 70px;
	}
}