@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400|Quicksand:300,400,500');
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*----------------------------*/
.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #ff5000;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center.active:before {
	left: 0;
	right: 0;
}
/*----------------------------*/

#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	font-family: 'Quicksand', sans-serif;
	right: 0px;
	padding: 17px 0;
	position: absolute;
}
#cssmenu > ul > li {
	float: left;
	margin: 0 0 0 30px;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu > ul > li > a {
	padding: 5px 0;
	font-size: 18px;
	text-decoration: none;
	color: #000;
	border-bottom: 2px solid #fff;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	margin: 0 0 0 0;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}
#cssmenu > ul > li:hover > a {
	color: #000;
}
#cssmenu > ul > li a.active {
	color: #000;
}
@media all and (max-width: 900px) {
#cssmenu {
	width: 100%;
}
#cssmenu ul {
	width: 100%;
	display: none;
}
#cssmenu.align-center > ul {
	text-align: left;
}
#cssmenu > ul > li:hover > a {
	border: inherit;
}
#cssmenu > ul > li.active a {
	border: inherit;
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid rgba(120, 120, 120, 0.2);
	background-color: #fff;
	margin: 0;
}
#cssmenu #menu-button {
	display: block;
	padding: 17px 0;
	color: #dddddd;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	text-indent: -10000px;
	position: absolute;
	right: 5px;
	top: 18px;
	width: 35px;
	height: 35px;
}
#cssmenu #menu-button:after {
	position: absolute;
	top: 18px;
	right: 0;
	display: block;
	height: 14px;
	width: 35px;
	border-top: 2px solid #d18b2b;
	border-bottom: 2px solid #d18b2b;
	content: '';
}
#cssmenu #menu-button:before {
	position: absolute;
	top: 6px;
	right: 0;
	display: block;
	height: 2px;
	width: 35px;
	background: #d18b2b;
	content: '';
}
#cssmenu #menu-button.menu-opened:after {
	top: 16px;
	border: 0;
	height: 2px;
	width: 35px;
	background: #d18b2b;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cssmenu #menu-button.menu-opened:before {
	top: 16px;
	background: #d18b2b;
	width: 35px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	height: 46px;
	width: 46px;
	cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626;
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px;
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #ffffff;
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none;
}
.cbp-af-header #cssmenu ul{
	top: 62px !important;
	padding: 0 15px 15px 15px !important;
	background-color: #fff;
}
.cbp-af-header.cbp-af-header-shrink #cssmenu ul{
	top: 44px !important;
	padding: 0 15px 15px 15px !important;
}
.cbp-af-header.cbp-af-header-shrink #cssmenu ul li {
    margin: 0 0 !important;
}
#cssmenu > ul > li > a {
    padding: 18px 0;
}

}
