@import url(http://fonts.googleapis.com/css?family=Open+Sans);
.menu, .menu ul, .menu ul li, .menu ul li a, .menu #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;
	z-index: 9999;
}
.menu:after, .menu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.menu #menu-button {
	display: none;
}
.menu {
}
#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #009ae1;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.menu > ul > li {
	float: left;
}
.menu.align-center > ul {
	font-size: 0;
	text-align: center;
}
.menu.align-center > ul > li {
	display: inline-block;
	float: none;
}
.menu.align-center ul ul {
	text-align: left;
}
.menu.align-right > ul > li {
	float: right;
}
.menu.align-right ul ul {
	text-align: right;
}
.menu > ul > li > a {
    padding: 0 10px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 18px;
}
.menu > ul > li > a:hover {
	    border-bottom: solid 2px;
}
.menu > ul > li:hover > a, .menu > ul > li.active > a {
	color: #3560A9;
}
.menu > ul > li.has-sub > a {
	padding-right: 25px;
}
.menu > ul > li.has-sub > a::after {
position: absolute;
    top: 9px;
    right: 10px;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #3560A9;
    border-right: 2px solid #3560A9;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.menu > ul > li.has-sub:hover > a::after {
	border-color: #009ae1;
}
.menu ul ul {
	position: absolute;
	left: -9999px;
	border-bottom: solid 3px #009ae1;
	margin-left: -15px;
	z-index: 999999999;
}
.menu li:hover > ul {
	left: auto;
}
.menu.align-right li:hover > ul {
	right: 0;
}
.menu ul ul ul {
	margin-left: 100%;
	top: 0;
}
.menu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
.menu ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}
.menu ul li:hover > ul > li {
	height: 32px;
}
.menu ul ul li a {
padding: 5px 0px;
    width: 115px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background: #3560A9;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    text-transform: uppercase;
    margin-top: -2px;
    border-right: 0;
}
.menu ul ul li:hover > a, .menu ul ul li a:hover {
	background: #009ae1;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.menu ul ul li.has-sub > a::after {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 0px solid #dddddd;
	border-right: 0px solid #dddddd;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
.menu.align-right ul ul li.has-sub > a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.menu ul ul li.has-sub:hover > a::after {
	border-color: #ffffff;
}

@media (max-width: 1280px) {
.menu > ul > li > a {
	padding: 0 10px;
}
}

@media (max-width: 992px) {
#navigation {
	display: none;
}
}
