#cssmenu, #cssmenu #menu-button, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
	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
}
#cssmenu:after, #cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #menu-button {
	display: none
}
#cssmenu {
	width: auto;
	float: left
}
#cssmenu.align-center>ul {
	font-size: 0;
	text-align: center
}
#cssmenu ul ul li a, #cssmenu>ul>li>a {
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(0,0,0,.25);
	text-decoration: none
}
#cssmenu.align-center ul ul {
	text-align: left
}
#cssmenu.align-center>ul>li {
	display: inline-block;
	float: none
}
#cssmenu ul>li.has-sub>a:after, #cssmenu ul>li.has-sub>a:before {
	content: '';
	display: block;
	position: absolute
}
#cssmenu.align-right>ul>li {
	float: right
}
#cssmenu.align-right ul ul {
	text-align: right
}
#cssmenu>ul>li {
	float: left
}
#cssmenu>ul>li>a {
	margin: 0 5px 0 0;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .2px
}
#cssmenu>ul>li.active>a, #cssmenu>ul>li:hover>a, #cssmenu>ul>li>a:hover {
	background: 0 0;
	border-bottom: 4px solid #4955a5
}
#cssmenu>ul>li.has-sub>a {
}
#cssmenu ul>li.has-sub>a:after {
	right: 0;
	top: 17.5px;
	width: 8px;
	height: 18px;
	background: 0 0
}
#cssmenu ul>li.has-sub:hover>a:after {
	background-position: 0 -18px
}
#cssmenu ul>li.has-sub>a:before {
	right: 12px;
	top: 22px;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-top-color: #4955a5;
	z-index: 99
}
#cssmenu>ul>li.active>a:before {
	border-top-color: #4955a5
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	opacity: 0;
	-webkit-transition: top .2s ease, opacity .2s ease;
	-moz-transition: top .2s ease, opacity .2s ease;
	-ms-transition: top .2s ease, opacity .2s ease;
	-o-transition: top .2s ease, opacity .2s ease;
	transition: top .2s ease, opacity .2s ease
}
#cssmenu>ul>li>ul {
	top: 91px;
	border-radius: 5px;
	margin-top: 17px;
	display: none !important;
}
#cssmenu>ul>li:hover>ul {
/*	
width: 878px;
	left: -223px;
*/
left: 0px;
	top: 27px;
	opacity: 1;
	display: block !important;
}
#cssmenu ul ul li {
	float: left;
	display: inline-block;
}

#cssmenu ul ul li a {
	/* height: 48px; */
}






#cssmenu.align-right>ul>li:hover>ul {
	right: 0
}
#cssmenu ul ul ul {
	top: 40px
}
#cssmenu ul ul>li:hover>ul {
	top: 0;
	left: 178px;
	padding-left: 10px;
	opacity: 1
}
#cssmenu.align-right ul ul>li:hover>ul {
	left: auto;
	right: 178px;
	padding-left: 0;
	padding-right: 10px;
	opacity: 1
}
#cssmenu ul ul li a {
	width: 290px;
	line-height: normal;
	padding: 8px;
	margin: 0 1px;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	background: #eee;
	text-transform: capitalize;
	border-bottom: thin dotted #333;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}
#cssmenu ul ul li.active>a, #cssmenu ul ul li:hover>a, #cssmenu ul ul li>a:hover {
	background: #4955a5 !important;
	color: #fff;
}
#cssmenu ul ul li:first-child>a {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
#cssmenu ul ul li:last-child>a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}
#cssmenu ul ul>li.has-sub>a:after {
	right: 12px;
	top: 9.5px;
	background: #3db2e1;
	background: -webkit-linear-gradient(top, #58bde5 0, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
	background: -ms-linear-gradient(top, #58bde5 0, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
	background: -moz-linear-gradient(top, #58bde5 0, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
	background: -o-linear-gradient(top, #58bde5 0, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
	background: linear-gradient(to bottom, #58bde5 0, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
	box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
	background-size: 36px 36px;
	background-position: 0 0;
	background-repeat: no-repeat
}
#cssmenu.align-right ul ul>li.has-sub>a:after {
	right: auto;
	left: 12px
}
#cssmenu ul ul>li.has-sub:hover>a:after {
	background-position: 0 -18px
}
#cssmenu ul ul>li.has-sub>a:before {
	top: 15.5px;
	right: 16px;
	border-top-color: transparent;
	border-left-color: #fff
}
#cssmenu.align-right ul ul>li.has-sub>a:before {
	top: 15.5px;
	right: auto;
	left: 16px;
	border-top-color: transparent;
	border-right-color: #fff;
	border-left-color: transparent
}
#cssmenu ul ul>li.has-sub:hover>a:before {
	border-top-color: transparent;
	border-left-color: #1c89b5
}
#cssmenu.align-right ul ul>li.has-sub:hover>a:before {
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: #1c89b5
}
.navbar {
	margin-bottom: 0
}
#cssmenu {
	background: 0 0!important;
	z-index: 9;
}
#cssmenu>ul>li>a {
	padding: 15px 25px;
	border-bottom: solid 4px #fff0
}

@media (max-width:1200px) {
#menu-button {
	float: right!important;
	width: 61px!important;
	z-index: 10000000!important;
	background: #4955a5!important;
	color: #fff!important;
	text-align: center!important;
	border-radius: 5px!important;
	padding: 11px 0!important;
	margin: 6px 13px 6px 0!important
}
}

@media (max-width:991px) {
#menu-button {
	margin: 15px 13px 15px 0!important
}
}
@media (max-width:768px) {
.head-inner-contact {
	text-align: center;
	margin: 0 auto;
	float: none
}
}

@media all and (max-width:1199px), only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1199px), only screen and (min--moz-device-pixel-ratio:2) and (max-width:1199px), only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1199px), only screen and (min-device-pixel-ratio:2) and (max-width:1199px), only screen and (min-resolution:192dpi) and (max-width:1199px), only screen and (min-resolution:2dppx) and (max-width:1199px) {
#cssmenu, #cssmenu ul li, .open {
	background: #fff
}
#cssmenu {
	width: 100%
}
#cssmenu ul, #cssmenu ul ul, #cssmenu ul ul li:hover>ul, #cssmenu ul ul ul, #cssmenu ul ul ul li:hover>ul, #cssmenu.align-center>ul, #cssmenu.align-right ul ul, #cssmenu.align-right ul ul li:hover>ul, #cssmenu.align-right ul ul ul li:hover>ul, #cssmenu>ul, #cssmenu>ul>li:hover>ul, #cssmenu>ul>li>ul {
	position: relative;
	left: 0;
	right: auto;
	top: 0;
	width: 100%;
	display: none;
	padding: 0;
	opacity: 1;
	text-align: left
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid rgba(120,120,120,.2);
	z-index: 1
}
#cssmenu ul ul li a, #cssmenu ul ul li:first-child>a, #cssmenu ul ul li:last-child>a, #cssmenu>ul>li>a {
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	background: 0 0
}
#cssmenu ul li a {
	padding: 12px 7px;
	text-align: center;
	border-bottom: 4px solid transparent
}
#cssmenu ul ul li a {
	padding: 14px 25px 14px 27.5px;
	color: #fff;
	background: #4955a5!important;
	border: none
}
#cssmenu ul ul ul li a {
	padding-left: 42.5px
}
#cssmenu ul ul ul ul li a {
	padding-left: 57.5px
}
#cssmenu ul ul li.has-sub>a:after, #cssmenu ul ul li.has-sub>a:before, #cssmenu>ul>li.has-sub>a:after, #cssmenu>ul>li.has-sub>a:before {
	display: none
}
#cssmenu>ul>li.has-sub>a {
	padding: 12px 7px
}
#cssmenu #menu-button {
	position: relative;
	display: block;
	padding: 10px 0;
	cursor: pointer;
	font-size: 14px;
	color: #333;
	text-shadow: 0 1px 0 rgba(0,0,0,.25);
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100%;
	float: right;
	top: 0
}
#cssmenu .submenu-button {
	position: absolute;
	right: 0;
	display: block;
	width: 37px;
	height: 37px;
	border-left: 1px solid rgba(120,120,120,.2);
	z-index: 10;
	cursor: pointer
}
#cssmenu #menu-button:before, #cssmenu .submenu-button:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 99
}
#cssmenu ul ul .submenu-button {
	height: 41px
}
#cssmenu #menu-button.menu-opened:after, #cssmenu ul .submenu-button.submenu-opened:after {
	background-position: 0 -28px
}
#cssmenu ul ul .submenu-button:after {
	top: 6.5px
}
#cssmenu #menu-button:before {
	right: 0;
	top: 3px;
	width: 32px;
	height: 32px;
	background: url(../images/menu.png) left center no-repeat
}
#cssmenu .submenu-button:before {
	right: 13px;
	top: 17px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #4955a5
}
#cssmenu ul ul .submenu-button:before {
	top: 19.5px
}
#cssmenu #menu-button.menu-opened:before {
	border-top-color: #19799f
}
#cssmenu .submenu-button.submenu-opened:before {
	border-top-color: #4955a5
}
}
