nav a {
	font-size: 1rem;
	color: #ab3d34;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 1px;
}
nav a:hover {
	text-decoration: none;
}
#main_top_nav ul,
#main_top_nav ul li,
#main_top_nav ul li a,
#main_top_nav #menu-button
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	display: block;
	/*
	*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main_top_nav > ul > li:not(:last-child) {
 border-right: 1px solid #d1d1d1;
}

#main_top_nav:after,
#main_top_nav > ul:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#main_top_nav #menu-button
{
	display: none;
}
#main_top_nav
{
	font-family: Calibri, Arial, sans-serif;
	/*
	background: #333333;
	*/
}
#main_top_nav > ul > li
{
	float: left;
}
#main_top_nav.align-center > ul
{
	font-size: 0;
	text-align: center;
}
#main_top_nav.align-center > ul > li
{
	display: inline-block;
	float: none;
}
#main_top_nav.align-center ul ul
{
	text-align: left;
}
#main_top_nav.align-right > ul > li
{
	float: right;
	text-align: center;
}
#main_top_nav > ul > li > a
{
	  padding: 10px 2rem;
	  border-bottom: 5px solid #eddbcf;
}
#main_top_nav > ul > li:hover > a
{
	padding-bottom: 13px;
	padding-left: 1.7rem;
	background-color: #f8f0e6;
	border-left: 5px solid #ab3d34;
	border-bottom: 1px solid #ab3d34;
}
/*

#main_top_nav > ul > li.has-sub > a
{

}
#main_top_nav > ul > li.has-sub > a:after
{

	float: right;
	position: relative;
	top: 8px;
	right: -20px;
	width: 10px;
	height: 2px;
	display: block;
	background: #5a6def;
	content: '';
}
#main_top_nav > ul > li.has-sub > a:before
{
	float: right;
	position: relative;
	top: 4px;
	right: -14px;
	display: block;
	width: 2px;
	height: 10px;
	background: #5a6def;
	content: '';
}
#main_top_nav > ul > li.has-sub:hover > a:before
{
	top: 23px;
	height: 0;
}
*/

#main_top_nav ul ul
{
	position: relative;
	left: -9999px;
	top:0px;
}
#main_top_nav.align-right ul ul
{
	text-align: center;
}
#main_top_nav ul ul li
{
	height: 0;
	padding: 0;
	border-left: 5px solid #ab3d34;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#main_top_nav li:hover > ul
{
	left: auto;
}
#main_top_nav.align-right li:hover > ul
{
	left: auto;
	right: 0;
}
#main_top_nav li:hover > ul > li
{
	height: 40px;
}
#main_top_nav ul ul ul
{
	margin-left: 100%;
	top: 0;
}
#main_top_nav.align-right ul ul ul
{
	margin-left: 0;
	margin-right: 100%;
}
#main_top_nav ul ul li a
{

	padding: 12px 30px;
	width: auto;
	font-size: 17px;
	text-decoration: none;
	background-color: #f8f0e6;
	
}
#main_top_nav ul ul li:last-child > a,
#main_top_nav ul ul li.last-item > a
{
	border-bottom: 0;
}
#main_top_nav ul ul li:hover > a,
#main_top_nav ul ul li a:hover
{
	background-color: #eddbcf;
	border-left: 5px solid #d68078;
	margin-left: -5px;
}
#main_top_nav ul ul li.has-sub > a:after
{
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #cacaca;
	content: '';
}
#main_top_nav.align-right ul ul li.has-sub > a:after
{
	right: auto;
	left: 11px;
}
#main_top_nav ul ul li.has-sub > a:before
{
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #cacaca;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#main_top_nav.align-right ul ul li.has-sub > a:before
{
	right: auto;
	left: 14px;
}
#main_top_nav ul ul > li.has-sub:hover > a:before
{
	top: 17px;
	height: 0;
}

@media all and (max-width: 768px) {

	#main_top_nav ul
	{
		width: 100%;
		display: none;
	}
	
	#main_top_nav.align-center > ul
	{
		text-align: left;
	}
	#main_top_nav ul li
	{
		width: 100%;
		border-top: 1px solid rgba(120, 120, 120, 0.2);
		padding: 0px;
		background: #ececec;
	}

	#main_top_nav ul ul li,
	#main_top_nav li:hover > ul > li
	{
		height: auto;
	}
	#main_top_nav ul li a,
	#main_top_nav ul ul li a
	{
		width: 100%;
		padding: 8px 30px;
		font-size: 17px;
		font-weight: 500;
		color: #404040;

	}
	#main_top_nav ul li a,
	#main_top_nav ul li:hover >a{
		border: none;
	}
	#main_top_nav > ul > li
	{
		float: none;
	}
	#main_top_nav ul ul li a
	{
		padding-left: 45px;
	}
	#main_top_nav ul ul ul li a
	{
		padding-left: 60px;
	}
	#main_top_nav ul ul li a
	{
		color: #4f4e4e;
		background: none;
	}
	#main_top_nav ul ul li:hover > a,
	#main_top_nav ul ul li.active > a
	{
		  color: #ed1c24;
	}

	#main_top_nav ul ul,
	#main_top_nav ul ul ul,
	#main_top_nav.align-right ul ul
	{
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	}
	#main_top_nav > ul > li.has-sub > a:after,
	#main_top_nav > ul > li.has-sub > a:before,
	#main_top_nav ul ul > li.has-sub > a:after,
	#main_top_nav ul ul > li.has-sub > a:before
	{
		display: none;
	}
	#main_top_nav #menu-button
	{
		/*
		*/
		position: relative;
		display: block;
		padding: 12px 0 9px 15px;
		font-size: 18px;
		letter-spacing: 1px;
		text-decoration: none;
		color: #e0e0e0;
		cursor: pointer;
		background: #ab3d34;; 
	}
	#main_top_nav #menu-button:after
	{
		position: absolute;
		top: 19px;
		right: 17px;
		display: block;
		height: 5px;
		width: 24px;
		border-top: 3px solid #e0e0e0;
		border-bottom: 3px solid #e0e0e0;
		content: '';
	}
	#main_top_nav #menu-button:before
	{
		position: absolute;
		top: 11px;
		right: 17px;
		display: block;
		height: 3px;
		width: 24px;
		background: #e0e0e0;
		content: '';
	}
	#main_top_nav #menu-button.menu-opened:after
	{
		top: 18px;
		border: 0;
		height: 3px;
		width: 20px;
		background: #e0e0e0;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#main_top_nav #menu-button.menu-opened:before
	{
		top: 18px;
		background: #e0e0e0;
		width: 20px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#main_top_nav .submenu-button
	{
		float: right;
		position: relative;
		z-index: 999;
		right: 7px;
		top: 7px;
		display: block;
		height: 18px;
		width: 18px;
		cursor: pointer;
		margin-left: auto;
		margin-right: auto;
		background: #f2f2f2;
		border: 1px solid #9e9e9e;
		/*
		*/
	}
	#main_top_nav .submenu-button.submenu-opened
	{
		/*
		background: #c6c6c6;
		*/
	}
	#main_top_nav ul ul .submenu-button
	{
		height: 40px;
		width: 40px;
	}
	#main_top_nav .submenu-button:after
	{
		float: right;
		position: relative;
		top: 8px;
		right: 2px;
		width: 10px;
		height: 2px;
		display: block;
		background: #b4b4b4;
		content: '';
	}
	#main_top_nav ul ul .submenu-button:after
	{
		top: 20px;
		right: 20px;
	}
	#main_top_nav .submenu-button.submenu-opened:after
	{
		top: 8px;
		right: 4px;
		background: #5e5e5e;
	}
	#main_top_nav .submenu-button:before
	{
		float: right;
		position: relative;
		top: 4px;
		right: 8px;
		display: block;
		width: 2px;
		height: 10px;
		background: #b4b4b4;
		content: '';
	}
	#main_top_nav ul ul .submenu-button:before
	{
		top: 12px;
		right: 16px;
	}
	#main_top_nav .submenu-button.submenu-opened:before
	{
		display: none;
	}
}
