 @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);



#MAmenu2018,
#MAmenu2018 ul,
#MAmenu2018 ul li,
#MAmenu2018 ul li a,
#MAmenu2018 #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;	
}
#MAmenu2018:after,
#MAmenu2018 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#MAmenu2018 #menu-button {
  display: none;
}
#MAmenu2018 {
  position: fixed;
  font-family: Montserrat, sans-serif;
  background: #185094;
  width: auto;
  right: 0;
  left: 48px;
  margin-top: 34px;
  padding-right: 0px;
  z-index: 5000;	
}
#MAmenu2018 > ul > li {
  float: right;
  margin-right: 30px;
  margin-left: -30px;
  display: none;
}
#MAmenu2018.align-center > ul {
  font-size: 0;
  text-align: right;	
}
#MAmenu2018.align-center > ul > li {	
  display: inline-block;
  float: none;
}
#MAmenu2018.align-center ul ul {
  text-align: left;	
}
#MAmenu2018.align-right > ul > li {
  float: left;
}
#MAmenu2018 > ul > li > a {
  padding: 26px 10px 25px 10px;
  font-size: 18px;
  letter-spacing: .1px;
  text-decoration: none;
  color: #E7EDF4;
  font-weight: 400;
  text-transform: none;	
}
#MAmenu2018 > ul > li:hover > a {
  color: #ffffff;
}
#MAmenu2018 > ul > li.has-sub > a {
  padding-right: 30px;
}
#MAmenu2018 > ul > li.has-sub > a:after {
  position: absolute;
  top: 23px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: none;
  background: #b9cadf;
  content: '';
}
#MAmenu2018 > ul > li.has-sub > a:before {
  position: absolute;
  top: 20px;
  right: 14px;
  display: none;
  width: 2px;
  height: 8px;
  background: #b9cadf;
  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;
}
#MAmenu2018 > ul > li.has-sub:hover > a:before {
  top: 24px;
  height: 0;
}
#MAmenu2018 ul ul {
  position: absolute;
  left: -9999px;
}
#MAmenu2018.align-right ul ul {
  text-align: right;
  display: none;
}
#MAmenu2018 ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#MAmenu2018 li:hover > ul {
  left: auto;
}
#MAmenu2018.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#MAmenu2018 li:hover > ul > li {
  height: 37px;
}
#MAmenu2018 ul ul ul {
  margin-left: 100%;
  top: 0;
}
#MAmenu2018.align-center .align-right1 a{
  margin-left: 0px;
}
#MAmenu2018.align-center .align-right2 a{
  margin-left: -44px;
}
#MAmenu2018 ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 10px 10px 10px 10px;
  width: 200px;
  font-size: 15px;
  text-decoration: none;
  color: #E7EDF4;
  font-weight: 400;
  background: #6E92D0;
}
#MAmenu2018 ul ul li:last-child > a,
#MAmenu2018 ul ul li.last-item > a {
  border-bottom: 0;
}
#MAmenu2018 ul ul li:hover > a,
#MAmenu2018 ul ul li a:hover {
  color: #ffffff;
  background: #5780C8;
}
#MAmenu2018 ul ul li.has-sub > a:after {
  position: absolute;
  top: 17px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #FFFFFF;
  content: '';
}
#MAmenu2018.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#MAmenu2018 ul ul li.has-sub > a:before {
  position: absolute;
  top: 14px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #FFFFFF;
  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;
}
#MAmenu2018.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#MAmenu2018 ul ul > li.has-sub:hover > a:before {
  top: 18px;
  height: 0;
}
#MAmenu2018.small-screen {
  left: 48px;
  width: auto;
  right: 0px;
  height: 69px;
}
#MAmenu2018.small-screen ul {
  display: none;	
  background: #185094;
  margin-top: 33px;
  margin-bottom: 0px;
}
#MAmenu2018.small-screen.align-center > ul {
  text-align: left;
}
#MAmenu2018.small-screen ul li {
  width: 99%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
  margin-left: 10px;
}
#MAmenu2018.small-screen ul ul li,
#MAmenu2018.small-screen li:hover > ul > li {
  height: auto;	
  background: #4673a9;
}
#MAmenu2018.small-screen ul li a,
#MAmenu2018.small-screen ul ul li a,
#MAmenu2018.small-screen ul ul ul li a {
  width: auto;
  font-size: 22px;
  padding: 8px;
}
#MAmenu2018.small-screen > ul > li {
  float: none;
}
#MAmenu2018.small-screen ul ul li a {
  padding-left: 48px;
  padding: 12px;
}
#MAmenu2018.small-screen ul ul ul li a {
  width: auto;
  padding-left: 12px;
  font-size: 18px;
  background: #7496bf;
  z-index: 100;
}
#MAmenu2018.small-screen ul ul li a {  
  color: #E7EDF4;
  background: none;
  font-size: 18px;
}
#MAmenu2018.small-screen ul ul li:hover > a,
#MAmenu2018.small-screen ul ul li.active > a {
  color: #ffffff;
}
#MAmenu2018.small-screen ul ul,
#MAmenu2018.small-screen ul ul ul,
#MAmenu2018.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#MAmenu2018.small-screen > ul > li.has-sub > a:after,
#MAmenu2018.small-screen > ul > li.has-sub > a:before,
#MAmenu2018.small-screen ul ul > li.has-sub > a:after,
#MAmenu2018.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#MAmenu2018.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #185094;
  cursor: pointer;
  font-size: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
#MAmenu2018.small-screen #menu-button:after {
  position: absolute;
  top: 33px;
  right: 20px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #b9cadf;
  border-bottom: 2px solid #b9cadf;
  content: '';
  box-sizing: content-box;
}
#MAmenu2018.small-screen #menu-button:before {
  position: absolute;
  top: 27px;
  right: 20px;
  display: block;
  height: 2px;
  width: 20px;
  background: #b9cadf;
  content: '';
  box-sizing: content-box;
}
#MAmenu2018.small-screen #menu-button.menu-opened:after {
  top: 34px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#MAmenu2018.small-screen #menu-button.menu-opened:before {
  top: 34px;
  background: #ffffff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#MAmenu2018.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 68px;
  width: 48px;
  cursor: pointer;
}
#MAmenu2018.small-screen .submenu-button.submenu-opened {  
  background: #4673a9;
  height: 50px;
}
#MAmenu2018.small-screen ul ul .submenu-button {
  height: 36px;
  width: 36px;
}
#MAmenu2018.small-screen .submenu-button:after {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 2px;
  display: block;
  background: #b9cadf;
  content: '';
}
#MAmenu2018.small-screen ul ul .submenu-button:after {
  top: 20px;
  right: 25px;
}
#MAmenu2018.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}
#MAmenu2018.small-screen .submenu-button:before {
  position: absolute;
  top: 15px;
  right: 25px;
  display: block;
  width: 2px;
  height: 12px;
  background: #b9cadf;
  content: '';
}
#MAmenu2018.small-screen ul ul .submenu-button:before {
  top: 15px;
  right: 30px;
}
#MAmenu2018.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#MAmenu2018.small-screen.select-list {
  padding: 5px;
}
#MAmenu2018.small-screen .align-right1 a{
  margin-left: 0px;
}
#MAmenu2018.small-screen .align-right2 a{
  margin-left: 0px;
}

footer {
	position: fixed;	
  	font-family: Montserrat, sans-serif;
	font-size: 8px;
	font-weight: 400;
	color: rgba(182,209,243,1.00);
	bottom: 0px;
	right: 18px;
	width: auto;
	display: block;
	z-index: 90;
}

.align-center {
  display: none;
}

.fa-info {
	display: none;
}

.fa-at {
	display: none;
}

.fa-wrench {
	display: none;
}

.MA-logo {
	position: fixed;
	width: 80px;
	height:80px;
	margin-top:29px;
	margin-left:0px;
	z-index: 5100;
}

.MA-name {
	position: fixed;
	margin-top: 44px;
	margin-left: 75px;
	margin-right: 75px;
	z-index: 5100;
}

@media(min-width:1281px){	
}

@media(max-width:1280px){		
}

@media(max-width:1024px){
#MAmenu2018.small-screen {
  position:absolute;
}	
.MA-logo {
	position: absolute;
}

.MA-name {
	position: absolute;
}	
}

@media(max-width:960px){
#MAmenu2018 > ul > li > a {
  padding: 26px 5px 25px 5px;
  font-size: 16px;
}
	
@media(max-width:640px){
}
	
@media(max-width:480px){
.MA-name {
	margin-top: 49px;
	margin-left: 80px;
	margin-right: 60px;
}
}	
	