@import "https://fonts.googleapis.com/css?family=Sansita:400,700,800,900";
#cssmenu,
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	border: 0 none;
	box-sizing: border-box;
	display: block;
	line-height: 1;
	list-style: outside none none;
	margin: 0;
	padding: 0 0 0 4px;
	position: relative
}
#cssmenu::after,
#cssmenu>ul::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden
}
#cssmenu #menu-button {
	display: none
}
#cssmenu {
	font-family: "roboto", sans-serif;
	line-height: 1;
	width: auto
}
#cssmenu>ul>li {
	float: left
}
#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.align-right ul ul {
	text-align: right
}
#cssmenu>ul>li>a {
	color: #fff;
	font-family: "roboto", sans-serif;
	font-size: 18px;
	padding: 20px 10px 10px;
	text-decoration: none;
	text-transform: capitalize;
	transition: color .2s ease 0;
	font-weight: 500
	line-height:inherit;
}
#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.active>a {
	color: #ed7c02
}
#cssmenu>ul>li.has-sub>a {
	padding-right: 25px
}
#cssmenu>ul>li.has-sub>a::after {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	height: 4px;
	position: absolute;
	right: 10px;
	top: 21px;
	transform: rotate(45deg);
	transition: border-color .2s ease 0;
	width: 4px
}
#cssmenu>ul>li.has-sub:hover>a::after {
	border-color: #009ae1
}
#cssmenu ul ul {
	left: -9999px;
	position: absolute;
	z-index: 9;
	margin: 0;
	padding: 0
}
#cssmenu li:hover>ul {
	left: auto
}
#cssmenu.align-right li:hover>ul {
	right: 0
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%
}
#cssmenu ul ul li {
	height: 0;
	transition: height .2s ease 0;
	margin: 0;
	padding: 0
}
#cssmenu ul li:hover>ul>li {
	height: 43px
}
#cssmenu ul ul li a {
	background: #ed7c02 none repeat scroll 0 0;
	color: #fff;
	text-align: left;
	font-size: 16px;
	padding: 14px 10px;
	text-decoration: none;
	transition: color .2s ease 0;
	width: 237px;
	font-weight: 400
}
#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #fff;
	background-color: #d3481f
}
#cssmenu ul ul li.has-sub>a::after {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	content: "";
	height: 4px;
	position: absolute;
	right: 10px;
	top: 22px;
	transform: rotate(-45deg);
	transition: border-color .2s ease 0;
	width: 4px
}
#cssmenu.align-right ul ul li.has-sub>a::after {
	border-color: #ddd -moz-use-text-color -moz-use-text-color #ddd;
	border-style: solid none none solid;
	border-width: 1px 0 0 1px;
	left: 10px;
	right: auto
}
#cssmenu ul ul li.has-sub:hover>a::after {
	border-color: #fff
}
@media only screen and (max-width: 1199px) {
	#cssmenu>ul>li>a {
		padding: 17px 12px
	}
}
@media only screen and (max-width: 991px) {
	.brand-logo {
		width: 17%;
		margin-top: 8px
	}
	.brand-logo img {
		width: 100%
	}
	#cssmenu>ul>li>a {
		padding: 17px 8px;
		font-size: 16px
	}
}
@media only screen and (max-width: 767px) {
	.brand-logo {
		width: 100%;
		float: inherit;
		text-align: center
	}
	.brand-logo img {
		width: inherit
	}
	.top-header-right {
		float: inherit;
		width: 100%
	}
}
@media all and (max-width: 767px),
not all,
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
not all,
not all,
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#cssmenu {
		width: 100%
	}
	#cssmenu ul {
		display: none;
		width: 100%
	}
	#cssmenu.align-center>ul,
	#cssmenu.align-right ul ul {
		text-align: left
	}
	#cssmenu ul li,
	#cssmenu ul ul li,
	#cssmenu ul li:hover>ul>li {
		border-top: 1px solid rgba(120, 120, 120, 0.15);
		height: auto;
		width: 100%
	}
	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%
	}
	#cssmenu>ul>li,
	#cssmenu.align-center>ul>li,
	#cssmenu.align-right>ul>li {
		display: block;
		float: none
	}
	#cssmenu ul ul li a {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		color: #000;
		font-size: 16px;
		padding: 16px 20px 16px 30px
	}
	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li a:hover {
		color: #000
	}
	#cssmenu ul ul ul li a {
		padding-left: 40px
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul {
		left: 0;
		margin: 0;
		position: relative;
		right: auto;
		width: 100%
	}
	#cssmenu>ul>li.has-sub>a::after,
	#cssmenu ul ul li.has-sub>a::after {
		display: none
	}
	#menu-line {
		display: none
	}
	#cssmenu #menu-button {
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 12px;
		padding: 20px;
		text-transform: uppercase
	}
	#cssmenu #menu-button::after {
		background: #f5821f none repeat scroll 0 0;
		content: "";
		display: block;
		height: 2px;
		position: absolute;
		right: 20px;
		top: 20px;
		width: 15px
	}
	#cssmenu #menu-button::before {
		border-bottom: 2px solid #f5821f;
		border-top: 2px solid #f5821f;
		content: "";
		display: block;
		height: 7px;
		position: absolute;
		right: 20px;
		top: 25px;
		width: 15px
	}
	#cssmenu .submenu-button {
		border-left: 1px solid rgba(120, 120, 120, 0.15);
		cursor: pointer;
		display: block;
		height: 52px;
		position: absolute;
		right: 0;
		top: 0;
		width: 52px;
		z-index: 10
	}
	#cssmenu .submenu-button::after {
		background: #f5821f none repeat scroll 0 0;
		content: "";
		display: block;
		height: 12px;
		left: 26px;
		position: absolute;
		top: 21px;
		width: 2px;
		z-index: 99
	}
	#cssmenu .submenu-button::before {
		background: #f5821f none repeat scroll 0 0;
		content: "";
		display: block;
		height: 2px;
		left: 21px;
		position: absolute;
		top: 26px;
		width: 12px;
		z-index: 99
	}
	#cssmenu .submenu-button.submenu-opened::after {
		display: none
	}
}
.top_header {
	padding: 10px 0;
	background-color: #202020
}
.top-header-right {
	float: right;
	margin-top: 10px
}
.brand-logo {
	float: left
}
#navigation-sticky-wrapper{ height:inherit !important;}
#navigation{ height:inherit;}
#navigation .row{ margin:0;}
.sticky-wrapper #navigation a, .sticky-wrapper #navigation a:active, .sticky-wrapper #navigation a:visited{ height:inherit;}
.sticky-wrapper #navigation ul li:hover a{ color:#fff;}
#cssmenu > ul > li > a{ color:#fff !important;}





@media only screen and (max-width: 959px) {
	.brand-logo{ width:100%; float:inherit; text-align:center;}
	.brand-logo img{ width:auto;}
	.top-header-right{ float:inherit;}
	#navigation #cssmenu ul{ float:inherit; width:inherit;}
}
@media only screen and (max-width: 767px) {
	#cssmenu ul ul li a{ color:#fff;}
	#cssmenu > ul > li > a{ padding:16px 20px 16px 30px;}
}