.nav {
  position: relative;
  float: left;
}

.desktop #nav li.hover > a {
  text-decoration: none;
  color: #221e1f;
}

.desktop #nav li:hover > a {
  color: #a948d3;
  border-right: 3px solid rgba(0, 0, 0, 0.08);
}

.desktop #nav:hover > li.selected > a {
  color: #a948d3;
}

.desktop #nav:hover > li.selected:hover > a {
  text-decoration: none;
}

#mobile-header {
  position: relative;
  width: 100%;
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  left: 0;
  top: 0;
  z-index: 20;
  display: none;
  padding-bottom: 10px;
}

#header {
  overflow: visible;
}

#header > .holder > .frame {
  width: 55%;
}

#mobile-header .nav-holder {
  margin-top: 75px;
}

#header:after {
  content: "";
  display: block;
  clear: both;
}

#mobile-header-wrapper {
  position: fixed;
  top: 0;
  width: 183px;
  z-index: 201;
  height: auto;
  max-height: 100%;
  overflow: auto;
  transition: all 0.5s;
  right: -213px;
  left: auto;
  background: #fff;
  transition: all 0.5s;
}

#header-decoration {
  display: block;
  float: left;
  position: absolute;
  width: 3px;
  top: 0;
  right: 0;
  height: 100%;
  background: #e5e6e7;
}

#mobile-header .nav-holder:after {
  content: "";
  display: block;
  clear: both;
}

#header .nav-holder {
  margin: 0;
  max-width: 210px;
  margin-top: 127px;
}

.btn-search {
  outline: none;
  float: left;
  background: url(images/sprite-bg.png) no-repeat;
  width: 23px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 8px 0 0;
}

.menu-nav {
  position: relative;
  float: left;
}

.notificationText {
  position: relative;
}

.notificationBadge {
  position: absolute;
  right: -25px;
  top: 0;
  display: block;
  float: left;
  width: auto;
  height: 12px;
  line-height: 12px;
  border-radius: 16px;
  padding: 3px 6px;
  color: #fff;
  background: #9bb2b8;
  font-size: 12px;
  font-weight: bold;
}

#blocks-container {
  display: block;
  float: left;
  width: 100%;
}

#mobile-logo {
  background: none;
  padding: 10px 0 0 16px;
  position: static;
  display: block;
  float: left;
  vertical-align: top;
  transition: all 0.5s;
  margin-left: 0;
  transition: all 0.5s;
  padding: 17px 0 0 25px;
  width: 130px;
  height: 50px;
}

#mobile-logo a img {
  width: 70px;
  height: 37px;
}

#mobile-menu-dropdown {
  position: fixed;
  top: 17px;
  right: 60px;
  width: auto;
  z-index: 200;
  box-sizing: border-box;
  background: #fff;
  display: none;
}

#mobile-menu-dropdown a {
  display: block;
  float: right;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 2px 10px;
  color: #444b4e;
  box-sizing: border-box;
  font-size: 0.9em;
}

@media only screen and (max-width: 900px) {
  #header {
    display: none !important;
  }
  #desktop-main-menu {
    display: none !important;
  }
  #desktop-sub-menu {
    display: none !important;
  }
  #header-decoration {
    display: none !important;
    padding-bottom: 300px;
  }
  #mobile-menu-dropdown {
    display: block;
  }
  #mobile-header-wrapper .nav-holder {
    background: #fff;
  }
  #mobile-header {
    display: block;
    float: left;
  }
}
@media only screen and (max-width: 310px) {
  #nav a {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    padding: 4px 0 4px 25px;
  }
  #nav ul a {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    padding: 4px 0 4px 36px;
  }
}
.desktop-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-menu ul li {
  float: left;
  margin: 0;
}

.desktop-menu ul li a {
  display: block;
  height: 20px;
  padding: 11px 20px 16px 20px;
  margin-left: 10px;
  background: transparent;
  font-weight: 300;
  font-family: "NeueHelveticaeText45Light", Helvetica, Arial, sans-serif;
  color: #444b4e;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s linear, background 0.2s linear;
  transition: all 0.2s linear, background 0.2s linear;
}

.desktop-menu ul li a:hover {
  text-decoration: none;
  color: #aa41d6;
}

.desktop-menu ul li.active a {
  color: #0a0a0a;
  font-weight: normal;
  font-family: "NeueHelveticaeText75Bold", Helvetica, sans-serif;
}

.desktop-menu ul li a:after {
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  top: 45px;
  height: 1px;
  background: #e7e7e7;
  transition: all 0.5s ease 0s;
  z-index: 50;
  opacity: 0;
}

.desktop-menu ul li:hover a:after {
  top: 45px;
  background: #e7e7e7;
  transition: all 0.5s ease 0s;
  opacity: 1;
}

.desktop-menu ul li.active a:after {
  top: 45px;
  background: #0a0a0a;
  opacity: 1;
}

#header {
  display: block;
  float: left;
  width: 100%;
}

#header-logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  display: block;
  float: left;
  padding: 27px 20px 20px 27px;
}

#header-logo a {
  display: block;
  float: left;
}

#header-logo a img {
  width: 91px;
  height: 48px;
}

#header-background {
  width: 100%;
  height: 93px;
  background: #fff;
}

#header-deco1 {
  display: block;
  float: left;
  width: 100%;
  height: 1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 93px;
  border-bottom: 1px solid #e7e7e7;
  pointer-events: none;
  z-index: 100;
}

@media only screen and (max-width: 900px) {
  #header-deco1 {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .desktop-menu ul li a {
    margin: 0;
  }
}
@media only screen and (max-width: 1040px) {
  .desktop-menu ul li a {
    margin: 0;
    padding: 11px 10px 16px 10px;
  }
}
#desktop-top-menu {
  position: absolute;
  right: 28px;
  top: 13px;
  z-index: 100;
}

#desktop-top-menu ul {
  list-style: none;
  margin: 0;
}

#desktop-top-menu ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#desktop-top-menu ul li a {
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 5px 2px 5px 2px;
  margin-left: 5px;
  font-weight: 500;
  font-family: "NeueHelveticaeText65Medium", Helvetica, Arial, sans-serif;
  color: #444b4e;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s linear, background 0.2s linear;
  transition: all 0.2s linear, background 0.2s linear;
}

#desktop-top-menu ul li a:hover {
  text-decoration: none;
  color: #aa41d6;
}

#desktop-top-menu ul li.selected a {
  color: #0a0a0a;
  font-weight: bold;
  font-family: "NeueHelveticaeText75Bold", Helvetica, sans-serif;
}

#desktop-top-menu ul li#choose-region {
  margin-left: 30px;
}

#desktop-top-menu ul li#choose-region a {
  background: url(icons/icons.png) no-repeat;
  background-size: 30px 920px;
  background-position: right -412px;
  padding-right: 31px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

#desktop-top-menu ul li#choose-region a:hover {
  background-position: right -709px;
}

#desktop-top-menu ul li#choose-region a b {
  color: #0a0a0a;
}

#desktop-top-menu ul li#choose-region a:hover b {
  color: #aa41d6 !important;
}

#desktop-top-menu ul li#choose-region a:hover {
  text-decoration: none;
  color: #444b4e;
}

#map-selector-panel {
  position: relative;
  top: 0;
  display: none;
  float: left;
  width: 100%;
  background: #fff;
  z-index: 10000;
  padding-top: 20px;
  padding-bottom: 40px;
  box-shadow: 0 8px 15px -3px rgba(0, 0, 0, 0.3);
}

body.map-selector-open #header {
  background: #fff;
}

body.map-selector-open #map-selector-panel {
  display: block;
}

body.map-selector-open #mobile-menu,
body.map-selector-open #mobile-menu-trigger {
  display: none !important;
}

#mobile-map-trigger {
  position: absolute;
  display: none;
  float: left;
  z-index: 2000;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url(icons/icons.png) no-repeat right -450px;
  background-size: 30px 920px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#map-selector {
  width: 90%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
}

#map-selector table {
  margin: 0;
}

#map-selector .map-choose-item {
  text-align: center;
  width: 50%;
}

#map-selector .map-choose-item:hover a {
  background-color: #aa41d6;
}

#map-selector .map-choose-item img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#map-selector .map-heading {
  font-size: 1.7em;
  font-weight: 300;
  font-family: "NeueHelveticaeText45Light", Helvetica, Arial, sans-serif;
  line-height: 40px;
  margin: 20px auto 5px auto;
  text-align: center;
  color: #000;
  width: 100%;
  display: block;
}

#map-selector a.link-1 {
  font-size: 16px;
  line-height: 18px;
}

#map-selector #world-map-wrap {
  position: relative;
}

#map-selector map area {
  outline: none;
}

#map-selector .select-map-mainimage {
  max-width: 100%;
  width: 612px;
  height: auto;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#map-selector .select-map-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 612px;
  height: auto;
  display: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.show-submenu #content-wrapper {
  margin-top: 0;
}

.hover-submenu {
  display: none;
}

.hover-submenu.big-menu-wrapper {
  background: #009dca !important;
  position: absolute;
  z-index: 1000;
}

.hover-submenu.active-submenu {
  display: block;
}

#footer-submenu {
  display: block;
}

#submenu-hover {
  position: fixed;
  margin-top: 102px;
  z-index: 1000;
}

body.cms #submenu-hover {
  display: none !important;
}

.scrolled #submenu-hover {
  margin-top: 47px;
}

.show-submenu.scrolled #submenu {
  opacity: 0.1;
}

.hover-submenu .big-menu h4 {
  color: #98e2f7;
}

.hover-submenu .big-menu ul li.active a {
  background: #008cb4;
}

.hover-submenu .big-menu ul li a:hover {
  background: #008cb4;
}

.hover-submenu .small-menu ul li.active a {
  background: #008cb4;
}

.hover-submenu .small-menu ul li a:hover {
  background: #008cb4;
}

.submenu-hidden {
  display: none;
}

#footer-submenu table tr td {
  display: block;
  float: left;
  padding-bottom: 30px;
  clear: both;
}

.show-submenu #content-wrapper {
  margin-top: 50px;
}

.hover-submenu .small-menu ul li.active a {
  background: #008cb4;
}

.hover-submenu .small-menu ul li a:hover {
  background: #008cb4;
}

#desktop-main-menu {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 25px;
  top: 49px;
  z-index: 100;
  clear: both;
  line-height: 1em;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#desktop-main-menu li {
  position: relative;
}
#desktop-main-menu li:hover > a {
  color: #aa41d6;
}
#desktop-main-menu li:hover .popup-menu-wrapper {
  display: block;
}
#desktop-main-menu li .popup-menu-wrapper {
  display: none;
}
#desktop-main-menu ul li a {
  text-transform: uppercase;
  font-size: 1.1111em;
}
#desktop-main-menu ul li a.mobile-menuitem-user {
  text-transform: none;
  margin-bottom: 18px;
}
#desktop-main-menu ul li.search-icon a {
  background: url(icons/icons.png) no-repeat 7px -358px;
  background-size: 30px 920px;
  -webkit-transition: none;
  transition: none;
}
#desktop-main-menu ul li.search-icon:hover a {
  background-position: 7px -663px;
  -webkit-transition: none;
  transition: none;
}

.scrolled #desktop-main-menu {
  top: 0;
}

.scrolled #desktop-main-menu ul li.hover a:after,
.scrolled #desktop-main-menu ul li:hover a:after,
.scrolled #desktop-main-menu ul li.active a:after {
  top: 42px;
}

#desktop-sub-menu {
  display: block;
  float: right;
  border-bottom: 1px solid #e7e7e7;
  height: 45px;
  width: 100%;
  position: absolute;
  top: 101px;
}

#desktop-sub-menu .small-menu {
  float: right;
  margin-right: 22px;
}

#desktop-sub-menu .small-menu ul li a {
  padding: 11px 12px 15px 12px;
}

.popup-menu li {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 15px;
}

.popup-menu li .image {
  display: block;
  float: left;
  border-radius: 34px;
  width: 54px;
  height: 54px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.popup-menu li .image.has-border {
  border: 1px solid #e7e7e7;
}

.popup-menu li .empty-image {
  display: block;
  float: left;
  border-radius: 34px;
  width: 54px;
  height: 54px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e7e7e7;
  content: " ";
}

.popup-menu li .label {
  display: block;
  float: left;
  color: #444b4e;
  margin: 0;
  font-weight: 300;
  font-family: "NeueHelveticaeText45Light", Helvetica, Arial, sans-serif;
  text-transform: none;
  min-width: 100px;
  padding-right: 20px;
}

.popup-menu li a:hover .label {
  color: #aa41d6;
}

.popup-menu-heading {
  display: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.popup-menu {
  padding-left: 0;
  margin-left: -85px;
  margin-bottom: 50px;
  display: block;
  float: left;
}

.popup-menu-center {
  margin-left: 0;
  padding: 0;
  display: block;
  float: left;
}

.popup-menu-wrapper {
  display: block;
  float: left;
  width: auto;
  position: absolute;
  z-index: 1000;
  min-width: 200px;
  background: #fff;
  margin-left: -85px;
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.36);
  padding: 35px 10px 30px 45px;
  border: 1px solid #e7e7e7;
  border-top: none;
  margin-top: -1px;
}

.popup-menu-wrapper.hidden {
  display: none !important;
}

.popup-menu-wrapper li {
  border: none !important;
}

#desktop-main-menu .popup-menu-wrapper li a {
  padding: 22px 20px 22px 70px;
  margin: 0 !important;
}

.popup-menu-wrapper li a:after {
  display: none;
}

@media only screen and (max-width: 900px) {
  .popup-menu-heading {
    display: block;
  }
  .popup-menu li {
    margin-bottom: 6px;
  }
}
#popup-menu li {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 10px;
}

#popup-menu li .image {
  display: block;
  float: left;
  border-radius: 24px;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

#popup-menu li .image.has-border {
  border: 1px solid #e7e7e7;
}

#popup-menu li .label {
  display: block;
  float: left;
  color: #444b4e;
  margin-left: 10px;
  margin-top: 13px;
}

#popup-menu li a:hover .label {
  color: #aa41d6;
}

#popup-menu li .empty-image {
  display: block;
  float: left;
  border-radius: 24px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid #aaa;
  content: " ";
}

#popup-menu-heading {
  display: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 25px;
}

#popup-menu {
  padding-left: 0;
  margin-left: -85px;
  margin-bottom: 80px;
  display: block;
  float: left;
}

#popup-menu-center {
  margin-left: 50%;
  padding: 0;
  display: block;
  float: left;
}

@media only screen and (max-width: 900px) {
  #popup-menu-heading {
    display: block;
  }
  #popup-menu li {
    margin-bottom: 6px;
  }
}
#popup-menus {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 0;
  z-index: 1;
}/*# sourceMappingURL=desktop-navigation.css.map */