/* === Mixins === */
/* Arrow after e.g. dropdown menu text */
/* Menu border "arrow" */
/* === Styles === */
body,
html {
  margin: 0;
  padding: 0;
}
body {direction:ltr;
  background: white;
}
html {
  background: #f6f6f6;
}
header.ns--hf,
footer.ns--hf {
  display: block;
}
.ns--hf {
  font: 16px/1.4 Helvetica, Arial, sans-serif;
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
}
.ns--hf nav,
.ns--hf aside {
  display: block;
}
.ns--hf nav,
.ns--hf img,
.ns--hf a {
  margin: 0;
  padding: 0;
  border: none;
}
.ns--hf .hf--clearfix:before,
.ns--hf .hf--clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.ns--hf .hf--clearfix:after {
  clear: both;
  *zoom: 1;
  /* <=IE7 */

}
.ns--hf .hf--visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.ns--hf .hf--hide {
  display: none;
}
.ns--hf .hf--popup-container label:hover {
  cursor: pointer;
}
.ns--hf .hf--popup-container.hf--hover-enabled:hover .hf--popup-content {
  display: block !important;
}
.ns--hf .hf--popup-container input:focus + label {
  outline: 2px solid #A0A0A0;
}
.ns--hf .hf--popup-container > .hf--popup-toggle:checked + label + .hf--popup-content,
.ns--hf .hf--popup-container > .hf--popup-toggle:checked ~ .hf--popup-content,
.ns--hf .hf--popup-container > .hf--popup-content[aria-hidden="false"] {
  display: block;
}
.ns--hf .hf--popup-container.hf--hover-enabled:hover > label:before,
.ns--hf .hf--popup-container.hf--touch-enabled > .hf--popup-toggle:checked + label:before,
.ns--hf .hf--popup-container.hf--touch-enabled > .hf--popup-toggle:checked ~ label:before {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  left: 1em;
  right: auto;
  content: '';
  border: 0.6em transparent solid;
  border-bottom-color: #111;
  opacity: 0.95;
  width: 0;
  height: 0;
  display: block;
}
.ns--hf .hf--dropdown {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
}
.ns--hf .hf--dropdown li {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Header */
header.ns--hf {
  border-top: 3px #cc0f16 solid;
  width: 100%;
  margin: 0;
  padding: 4px 0 0 0;
  font-weight: lighter;
  background: #fff;
  /* Menu stuff */

  /* Turned on by JavaScript, if browser is capable */

  /* User stuff */

}
header.ns--hf hr {
  width: 100%;
  margin: 0;
  height: 2px;
  background: #e5e5e5;
  border: 0;
}
header.ns--hf > div {
  width: 900px;
  margin: 0.5em auto 0 auto;
}
header.ns--hf .hf--popup-container.hf--hover-enabled ul.hf--dropdown li:hover,
header.ns--hf .hf--popup-container.hf--hover-enabled ul.hf--dropdown li:focus,
header.ns--hf .hf--popup-container.hf--hover-enabled ul.hf--dropdown li:active {
  box-shadow: inset 125px 0 50px #222;
}
header.ns--hf ul.hf--dropdown {
  list-style: none inside none;
  min-width: 100%;
  padding: 0;
  font-weight: normal;
}
header.ns--hf ul.hf--dropdown li {
  background: #111;
  opacity: 0.95;
  font-size: 0.7em;
  width: 100%;
  padding: 0 7px;
}
header.ns--hf ul.hf--dropdown li a {
  line-height: 1.5;
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #ccc;
  text-decoration: none;
  clear: both;
  /*                img {
                    width: 26px;
                    height: 26px;
                    float: left;
                    margin: 3px 13px 10px 10px;
                }*/

}
header.ns--hf ul.hf--dropdown li strong {
  display: block;
  color: #fff;
}
header.ns--hf ul.hf--dropdown li + li a {
  border-top: 1px #565656 solid;
}
header.ns--hf ul.hf--dropdown.hf--settings {
  position: absolute;
  right: 0;
  min-width: 8em;
}
header.ns--hf ul.hf--dropdown.hf--settings li:not(:last-child) a {
  border-bottom: 1px #565656 solid;
}
header.ns--hf ul.hf--dropdown.hf--settings li a {
  display: block;
  font-weight: bold;
  color: #a2a4a3;
  padding: 7px 0;
  margin: 0;
  border-top: none;
}
header.ns--hf ul.hf--dropdown.hf--settings li:last-child a:hover {
  color: #fff;
}
header.ns--hf .hf--brand {
  font-size: 20px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  letter-spacing: -1px;
  margin: 0 0.4em 0 0;
  vertical-align: top;
}
header.ns--hf .hf--brand span {
  display: inline-block;
  margin-top: 0.35em;
  margin-left: 13px;
}
header.ns--hf .hf--brand img {
  float: left;
  height: 40px;
  width: 40px;
}
header.ns--hf .hf--sitenav-menu {
  position: relative;
}
header.ns--hf .hf--sitenav-link {
  padding-right: 15px;
  position: relative;
  float: left;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
header.ns--hf .hf--sitenav-link .hf--popup-container {
  display: inline-block;
}
header.ns--hf .hf--sitenav-link .hf--popup-container .hf--popup-content {
  width: 250px;
  max-width: 90vw;
}
header.ns--hf .hf--sitenav-link .hf--popup-container label {
  padding: 8px 14px 0 14px;
  display: block;
  position: relative;
  height: 39px;
  overflow: hidden;
}
header.ns--hf .hf--sitenav-link .hf--popup-container label .hf--toggle-image {
  background: url(img/header-footer-sprite.png) 50% -594px no-repeat;
  background-size: 24px 908px;
  position: relative;
  display: block;
  width: 24px;
  height: 25px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  header.ns--hf .hf--sitenav-link .hf--popup-container label .hf--toggle-image {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
header.ns--hf .hf--sitenav-link .hf--popup-container label:hover .hf--toggle-image {
  background: url(img/header-footer-sprite.png) 50% -550px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  header.ns--hf .hf--sitenav-link .hf--popup-container label:hover .hf--toggle-image {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
header.ns--hf .hf--sitenav {
  left: 0;
  /* This icon is not in use, and can be replaced. */

  /*.opera-sync:before {
            .image-sprite(50% -250px);
        }*/

  /* This icon is not in use, and can be replaced. */

  /*.opera-business:before {
            .image-sprite(50% -350px);
        }*/

}
header.ns--hf .hf--sitenav a {
  position: relative;
  padding-left: 35px;
}
header.ns--hf .hf--sitenav a:before {
  position: absolute;
  content: "\a0";
  top: 1em;
  left: 0;
  width: 30px;
  height: 30px;
}
header.ns--hf .hf--sitenav .opera-browser:before {
  background: url(img/header-footer-sprite.png) 50% 0px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  header.ns--hf .hf--sitenav .opera-browser:before {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
header.ns--hf .hf--sitenav .opera-addons:before {
  background: url(img/header-footer-sprite.png) 50% -50px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  header.ns--hf .hf--sitenav .opera-addons:before {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
header.ns--hf .hf--sitenav .opera-mobile-store:before {
  background: url(img/header-footer-sprite.png) 50% -100px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  header.ns--hf .hf--sitenav .opera-mobile-store:before {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
header.ns--hf .hf--sitenav .opera-help:before {
  background: url(img/header-footer-sprite.png) 50% -150px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  header.ns--hf .hf--sitenav .opera-help:before {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
header.ns--hf .hf--sitenav .opera-community:before {
  background: url(img/header-footer-sprite.png) 50% -200px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  header.ns--hf .hf--sitenav .opera-community:before {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
header.ns--hf .hf--sitenav .opera-developers:before {
  background: url(img/header-footer-sprite.png) 50% -300px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  header.ns--hf .hf--sitenav .opera-developers:before {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
header.ns--hf .hf--sitenav .opera-mediaworks:before {
  background: url(img/header-footer-sprite.png) 50% -400px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  header.ns--hf .hf--sitenav .opera-mediaworks:before {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
header.ns--hf .hf--sitenav .opera-solutions:before {
  background: url(img/header-footer-sprite.png) 50% -450px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  header.ns--hf .hf--sitenav .opera-solutions:before {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
header.ns--hf .hf--sitenav .opera-tv:before {
  background: url(img/header-footer-sprite.png) 50% -500px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  header.ns--hf .hf--sitenav .opera-tv:before {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
header.ns--hf .hf--main-menu {
  max-width: 100%;
  display: inline-block;
}
header.ns--hf .hf--main-menu li a {
  color: #000;
}
header.ns--hf .hf--main-menu li.hf--active {
  font-weight: bold;
}
header.ns--hf .hf--main-menu li.hf--active a {
  color: #cc0f16;
}
header.ns--hf .hf--main-menu-wrapper.hf--no-js .hf--main-menu {
  display: block;
}
header.ns--hf .hf--main-menu-wrapper.hf--no-js .hf--main-menu ul {
  display: block;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0.6em;
}
header.ns--hf .hf--main-menu-wrapper.hf--no-js .hf--main-menu ul li {
  display: inline-block;
}
header.ns--hf .hf--main-menu-wrapper.hf--no-js .hf--main-menu ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin: 0 0.5em;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--no-dropdown {
  position: absolute;
  right: 80px;
  display: block;
  white-space: nowrap;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--no-dropdown .hf--main-menu {
  display: inline-block;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--no-dropdown .hf--main-menu label {
  display: none;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--no-dropdown .hf--main-menu ul {
  margin: 0;
  padding: 0;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--no-dropdown .hf--main-menu ul li {
  display: inline-block;
  list-style: none;
  margin: 0 18px 0 0;
  padding: 0;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--no-dropdown .hf--main-menu ul li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--no-dropdown .hf--main-menu ul li:hover a {
  color: #cc0f16;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown {
  display: inline-block;
  position: absolute;
  right: 80px;
  margin-top: 2px;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu {
  display: inline-block;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu label {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  border: 1px solid transparent;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu label:before {
  border: 0;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu label:after,
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu > ul > li:first-child:after {
  content: '';
  border: 4px transparent solid;
  border-top-color: #ccc;
  width: 0px;
  height: 0px;
  display: block;
  position: absolute;
  top: 0.95em;
  right: 0.3em;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu > ul {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  background: white;
  z-index: 9999;
  max-width: 100%;
  top: 2px;
  left: 0;
  border: 1px solid #ddd;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu > ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu > ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-decoration: none;
  color: #000;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu > ul li a:hover {
  background: #eee;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu > ul .hf--sub-menu {
  padding: 0;
  margin-bottom: 0.6em;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu > ul .hf--sub-menu li {
  margin-left: 0 !important;
  font-weight: normal;
  font-size: 0.9em;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu > ul .hf--sub-menu li a {
  padding-left: 1.7em !important;
}
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu label,
header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu ul li a {
  padding: 0.4em 1.5em 0.4em 1em;
}
header.ns--hf .hf--no-account-controls .hf--main-menu-wrapper.hf--enhanced--dropdown,
header.ns--hf .hf--no-account-controls .hf--main-menu-wrapper.hf--enhanced--no-dropdown {
  right: 0px;
}
header.ns--hf .hf--login {
  text-decoration: none;
  float: right;
  color: #7f7f7f;
  border: 1px #ddd solid;
  background: #fff;
  padding: 4px 20px 2px 20px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: normal;
  margin-top: 12px;
}
header.ns--hf .hf--login:hover {
  border-color: #afafaf;
  color: #000;
}
header.ns--hf .hf--account {
  position: absolute;
  right: 0;
  margin: 0;
  top: 0;
  cursor: pointer;
}
header.ns--hf .hf--account label {
  padding-top: 0.5em;
  position: relative;
  height: 2.7em;
  overflow: hidden;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0.5em 1em 0 0.8em;
}
header.ns--hf .hf--account label:after {
  content: '';
  border: 4px transparent solid;
  border-top-color: #ccc;
  width: 0px;
  height: 0px;
  display: block;
  position: absolute;
  top: 20px;
  right: 0.3em;
}
header.ns--hf .hf--account label img {
  position: relative;
  width: 25px;
  height: 25px;
}
header.ns--hf .hf--account.hf--hover-enabled:hover > label:before,
header.ns--hf .hf--account.hf--touch-enabled > .hf--popup-toggle:checked + label:before,
header.ns--hf .hf--account.hf--touch-enabled > .hf--popup-toggle:checked ~ label:before {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  left: 1.9em;
  right: auto;
  content: '';
  border: 0.6em transparent solid;
  border-bottom-color: #111;
  opacity: 0.95;
  width: 0;
  height: 0;
  display: block;
}
/* Footer */
footer.ns--hf {
  clear: both;
  border-top: 2px #e5e5e5 solid;
  padding-bottom: 100px;
  background: #f6f6f6;
  margin: 0;
}
footer.ns--hf aside {
  padding: 1em 0.5em;
  margin: 0;
  background: #fff;
  border-bottom: 2px #e5e5e5 solid;
}
footer.ns--hf aside div.hf--extra {
  clear: both;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
footer.ns--hf aside div.hf--extra .hf--follow-us {
  margin: 0;
}
footer.ns--hf aside div.hf--extra .hf--follow-us h2 {
  font-size: 0.8em;
  font-weight: normal;
  display: inline;
}
footer.ns--hf aside div.hf--extra .hf--follow-us ul {
  display: inline;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
footer.ns--hf aside div.hf--extra .hf--follow-us li {
  display: inline-block;
  padding: 0 3px;
  font-weight: normal;
  color: #5e5e5e;
  line-height: 1.4;
  font-size: .75em;
  margin: 0 0 -3px 0;
}
footer.ns--hf aside div.hf--extra .hf--follow-us li a {
  width: 16px;
  height: 16px;
  display: block;
}
footer.ns--hf aside div.hf--extra .hf--follow-us li a.hf--facebook {
  background: url(img/header-footer-sprite.png) 50% -676px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  footer.ns--hf aside div.hf--extra .hf--follow-us li a.hf--facebook {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
footer.ns--hf aside div.hf--extra .hf--follow-us li a.hf--twitter {
  background: url(img/header-footer-sprite.png) 50% -784px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  footer.ns--hf aside div.hf--extra .hf--follow-us li a.hf--twitter {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
footer.ns--hf aside div.hf--extra .hf--follow-us li a.hf--linkedin {
  background: url(img/header-footer-sprite.png) 50% -748px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  footer.ns--hf aside div.hf--extra .hf--follow-us li a.hf--linkedin {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
footer.ns--hf aside div.hf--extra .hf--follow-us li a.hf--youtube {
  background: url(img/header-footer-sprite.png) 50% -712px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  footer.ns--hf aside div.hf--extra .hf--follow-us li a.hf--youtube {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
footer.ns--hf aside div.hf--extra .hf--follow-us li a.hf--vk {
  background: url(img/header-footer-sprite.png) 50% -820px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  footer.ns--hf aside div.hf--extra .hf--follow-us li a.hf--vk {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
footer.ns--hf aside div.hf--extra .hf--follow-us li a.hf--odnoklassniki {
  background: url(img/header-footer-sprite.png) 50% -856px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  footer.ns--hf aside div.hf--extra .hf--follow-us li a.hf--odnoklassniki {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
footer.ns--hf aside div.hf--extra .hf--follow-us li a.hf--instagram {
  background: url(img/header-footer-sprite.png) 50% -892px no-repeat;
  background-size: 24px 908px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  footer.ns--hf aside div.hf--extra .hf--follow-us li a.hf--instagram {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
footer.ns--hf div.hf--meta {
  width: 900px;
  margin: 1em auto;
}
footer.ns--hf div.hf--meta .hf--company {
  position: relative;
  width: 28%;
  min-width: 123px;
  text-transform: uppercase;
  display: block;
  padding: 0 1em 0 0;
  color: #a2a4a3;
  font-size: 0.6em;
  text-align: left;
  float: left;
}
footer.ns--hf div.hf--meta .hf--company img {
  display: block;
  margin-bottom: 1em;
}
footer.ns--hf div.hf--meta .hf--company a:hover {
  text-decoration: underline;
}
footer.ns--hf a {
  text-decoration: none;
  color: #a2a4a3;
}
footer.ns--hf .hf--language.hf--popup-container {
  position: absolute;
  text-transform: none;
  padding: 0.5em 0 0 0;
  margin-top: -0.6em;
  right: 0;
  text-align: right;
  padding-left: 5em;
  cursor: pointer;
  /* Overriding general styling for dropdown arrow */

}
footer.ns--hf .hf--language.hf--popup-container label {
  background: url(img/header-footer-sprite.png) 0 -635px no-repeat;
  background-size: 24px 908px;
  padding: 0.3em 0 0.3em 0;
  padding-left: 23px;
  display: block;
  text-align: right;
  min-width: 3em;
  max-width: 10em;
  height: 1em;
  background-color: #fff;
  position: relative;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  footer.ns--hf .hf--language.hf--popup-container label {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
footer.ns--hf .hf--language.hf--popup-container label .hf--hide-overflow {
  display: block;
  font-size: 0.8em;
  overflow: hidden;
  position: relative;
}
footer.ns--hf .hf--language.hf--popup-container label .hf--hide-overflow span:first-child {
  position: absolute;
  left: 0;
  top: -10em;
}
footer.ns--hf .hf--language.hf--popup-container.hf--hover-enabled:hover > label:before,
footer.ns--hf .hf--language.hf--popup-container.hf--touch-enabled > .hf--popup-toggle:checked + label:before,
footer.ns--hf .hf--language.hf--popup-container.hf--touch-enabled > .hf--popup-toggle:checked ~ label:before {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  left: auto;
  right: 1em;
  content: '';
  border: 0.6em transparent solid;
  border-bottom-color: #111;
  opacity: 0.95;
  width: 0;
  height: 0;
  display: block;
}
footer.ns--hf .hf--language.hf--popup-container.hf--hover-enabled:hover > label:before,
footer.ns--hf .hf--language.hf--popup-container.hf--touch-enabled > .hf--popup-toggle:checked + label:before,
footer.ns--hf .hf--language.hf--popup-container.hf--touch-enabled > .hf--popup-toggle:checked ~ label:before {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  left: auto;
  right: 1em;
  content: '';
  border: 0.6em transparent solid;
  border-bottom-color: #111;
  opacity: 0.95;
  width: 0;
  height: 0;
  display: block;
}
footer.ns--hf .hf--language.hf--popup-container.hf--hover-enabled:hover > label:before,
footer.ns--hf .hf--language.hf--popup-container.hf--touch-enabled > .hf--popup-toggle:checked + label:before,
footer.ns--hf .hf--language.hf--popup-container.hf--touch-enabled > .hf--popup-toggle:checked ~ label:before {
  border-bottom-color: transparent !important;
  border-top-color: #1a1a1a !important;
  bottom: 1em;
}
footer.ns--hf .hf--language.hf--popup-container ul {
  font-size: 0.8em;
  max-height: 20em;
  bottom: 2.6em;
  right: 0;
  overflow: auto;
  text-align: left;
  padding: 0;
  margin-bottom: 0;
  background: #1a1a1a;
  overflow-x: hidden;
  overflow-y: scroll;
}
footer.ns--hf .hf--language.hf--popup-container ul li.hf--selected {
  font-weight: bold;
}
footer.ns--hf .hf--language.hf--popup-container ul li a {
  white-space: nowrap;
  display: block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #ccc;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer.ns--hf .hf--language.hf--popup-container ul li a:hover {
  background-color: #cc0f16;
  color: #fff;
}
.hf--o-mini header.ns--hf {
  /* Close button for main menu in Opera Mini */

}
.hf--o-mini header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--popup-content:before {
  border: 1px solid blue;
  position: absolute;
  display: block;
  right: 2px;
  top: 2px;
  height: 1em;
  content: "X";
  border: 1px solid #ddd;
  background: white;
  padding: 0.2em 0.4em;
  color: #cc0f16;
  z-index: 10000;
}
/* Some things are always to be hidden in Opera Mini */
.hf--o-mini .hf--o-mini-hidden {
  display: none !important;
}
.hf--o-mini footer.ns--hf {
  /* Language selector for Opera Mini.

       This is the same styling that triggers for all browsers below 480px,
       with some modifications.

       Reason: Scroll lists does not work in Mini.

       Todo: Possibly refactor, to avoid duplication.
       */

  /* Clearfix to make the footer menu and Opera logo go below language selector */

}
.hf--o-mini footer.ns--hf .hf--language.hf--popup-container {
  float: right;
  background-color: transparent;
  max-width: 98%;
  position: static;
  text-align: right;
  padding: 5px 1% 5px 1%;
}
.hf--o-mini footer.ns--hf .hf--language.hf--popup-container label {
  text-align: left;
  float: none;
  vertical-align: middle;
}
.hf--o-mini footer.ns--hf .hf--language.hf--popup-container .hf--popup-toggle:checked + label {
  height: 2em;
  line-height: 1.5em;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
  max-width: none;
  display: block;
  width: 100%;
  text-align: left;
  background: #2a2a2a;
  color: #fff;
  cursor: default;
  margin-left: 0;
  padding-left: 0.5em;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.hf--o-mini footer.ns--hf .hf--language.hf--popup-container .hf--popup-toggle:checked + label .hf--hide-overflow span:first-child {
  position: static;
}
.hf--o-mini footer.ns--hf .hf--language.hf--popup-container .hf--popup-toggle:checked + label .hf--hide-overflow span + span {
  position: absolute;
  left: 0;
  top: -10em;
}
.hf--o-mini footer.ns--hf .hf--language.hf--popup-container ul {
  width: 100%;
  padding: 0;
  margin: 0;
  height: auto;
  position: static;
  overflow-y: inherit;
}
.hf--o-mini footer.ns--hf .hf--language.hf--popup-container ul li {
  width: 100%;
}
.hf--o-mini footer.ns--hf .hf--language.hf--popup-container ul li:hover {
  background: #cc0f16;
}
.hf--o-mini footer.ns--hf .hf--language.hf--popup-container ul li a:hover {
  background: none;
}
.hf--o-mini footer.ns--hf aside {
  overflow: hidden;
}
/* Navigation */
.ns--hf nav {
  position: relative;
  width: 100%;
  margin: 0;
  /* Secondary navigation */

}
.ns--hf nav.hf--secondary ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.ns--hf nav.hf--secondary ul li {
  display: inline-block;
  *display: inline;
  /* <=IE7 */

  zoom: 1;
  font-size: 0.8em;
}
.ns--hf nav.hf--secondary ul li a {
  text-decoration: none;
  display: block;
  line-height: 1.2;
  padding: 0.8em;
}
.ns--hf nav.hf--subnav {
  background: #cc0f16;
  clear: both;
}
.ns--hf nav.hf--subnav .hf--subnav-wrapper {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.ns--hf nav.hf--subnav ul {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.ns--hf nav.hf--subnav ul li:first-child {
  margin-left: 230px;
}
.ns--hf nav.hf--subnav ul li a {
  color: #fff;
}
.ns--hf nav.hf--subnav ul li.hf--selected a,
.ns--hf nav.hf--subnav ul li:hover a {
  background: #961217;
}
.ns--hf nav.hf--footnav {
  position: static;
  width: 65%;
  clear: right;
  float: right;
}
.ns--hf nav.hf--footnav:after {
  content: '';
  display: block;
  clear: both;
}
.ns--hf nav.hf--footnav ul {
  margin: 0;
  width: 100%;
  padding: 0;
}
.ns--hf nav.hf--footnav ul li {
  padding: 0;
  text-align: left;
}
.ns--hf nav.hf--footnav ul li h3 {
  font-size: 1em;
  margin: 0 0 0.5em 0;
}
.ns--hf nav.hf--footnav ul li a {
  font-size: 1.1em;
  padding: 0;
  color: #000;
}
.ns--hf nav.hf--footnav ul li a:hover {
  text-decoration: underline;
}
.ns--hf nav.hf--footnav ul.hf--level-1 {
  float: left;
}
.ns--hf nav.hf--footnav ul.hf--level-1 > li {
  width: 24%;
  vertical-align: top;
}
.ns--hf nav.hf--footnav ul.hf--level-1:after {
  content: '';
  display: block;
  clear: both;
}
.ns--hf nav.hf--footnav ul.hf--level-2 {
  float: none;
  width: 100%;
}
.ns--hf nav.hf--footnav ul.hf--level-2 > li {
  width: 100%;
  margin-bottom: 0.5em;
}
.ns--hf nav.hf--footnav ul.hf--level-2:after {
  content: '';
  display: block;
  clear: both;
}
.ns--hf nav.hf--footnav ul:after {
  content: '';
  display: block;
  clear: both;
}
.ns--hf nav.hf--footnav:after {
  content: '';
  display: block;
  clear: both;
}
@media all and (max-width: 920px) {
  header.ns--hf,
  footer.ns--hf {
    width: 100%;
  }
  header.ns--hf > div,
  footer.ns--hf > div.hf--meta,
  .ns--hf nav.hf--footnav ul {
    width: 98%;
  }
  .ns--hf nav.hf--subnav ul li:first-child {
    margin: 0;
  }
  header.ns--hf > div {
    margin: 0.5em 0 0 0;
  }
  header.ns--hf .hf--brand {
    margin-left: 5px;
  }
  header.ns--hf .hf--main-menu-wrapper.hf--no-js .hf--main-menu {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 40px;
    border-top: 1px solid #ddd;
  }
  header.ns--hf .hf--main-menu-wrapper.hf--no-js .hf--main-menu ul {
    display: table-row;
    padding: 0;
    margin-bottom: 0;
  }
  header.ns--hf .hf--main-menu-wrapper.hf--no-js .hf--main-menu ul li {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #ddd;
  }
  header.ns--hf .hf--main-menu-wrapper.hf--no-js .hf--main-menu ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0 0.5em;
  }
  footer.ns--hf .hf--language ul {
    max-width: 300px;
  }
  footer.ns--hf div.hf--meta small.hf--company {
    margin: 0 5px;
  }
  footer.ns--hf nav.hf--footnav .hf--level-1 > li {
    width: 48%;
  }
  footer.ns--hf nav.hf--footnav .hf--level-1 > li:nth-child(3),
  footer.ns--hf nav.hf--footnav .hf--level-1 > li:nth-child(4) {
    margin-top: 1em;
  }
}
@media all and (max-width: 700px) {
  header.ns--hf ul.hf--popup-content {
    margin-left: -3px;
  }
  header.ns--hf .hf--brand {
    padding: 0;
    width: 40px;
    margin-right: 5px;
  }
  header.ns--hf .hf--brand span {
    display: none;
  }
  header.ns--hf .hf--sitenav-link {
    padding-right: 15px;
    position: relative;
    float: left;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
  }
  header.ns--hf .hf--sitenav-link .hf--popup-container {
    display: inline-block;
    /* Dropdown arrow */
  
  }
  header.ns--hf .hf--sitenav-link .hf--popup-container label {
    padding-left: 0;
  }
  header.ns--hf .hf--sitenav-link .hf--popup-container.hf--hover-enabled:hover > label:before,
  header.ns--hf .hf--sitenav-link .hf--popup-container.hf--touch-enabled > .hf--popup-toggle:checked + label:before,
  header.ns--hf .hf--sitenav-link .hf--popup-container.hf--touch-enabled > .hf--popup-toggle:checked ~ label:before {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 0.2em;
    right: auto;
    content: '';
    border: 0.6em transparent solid;
    border-bottom-color: #111;
    opacity: 0.95;
    width: 0;
    height: 0;
    display: block;
  }
  footer.ns--hf small {
    width: 50%;
  }
  footer.ns--hf .hf--language ul {
    max-width: 480px;
  }
}
@media all and (max-width: 480px) {
  header.ns--hf {
    /*        .hf--brand {
              margin-top: 0.1em;
  
              img {
                  margin-top: 0;
              }
          }*/
  
    /*        .hf--sitenav-menu {
              img {
                  padding-left: 0;
              }
          }*/
  
  }
  header.ns--hf .hf--login {
    margin-top: -2px;
  }
  header.ns--hf .hf--enhanced--dropdown.hf--main-menu label,
  header.ns--hf .hf--enhanced--dropdown.hf--main-menu ul li a {
    padding: 0.4em 1em 0.4em 0.5em;
  }
  header.ns--hf .hf--enhanced--dropdown.hf--main-menu label:after {
    right: 0.1em;
  }
  header.ns--hf .hf--sitenav-link {
    padding-right: 10px;
  }
  header.ns--hf .hf--sitenav {
    z-index: 10;
  }
  header.ns--hf .hf--sitenav:not(#settings) li {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
  .ns--hf nav.hf--subnav ul li a {
    font-size: 0.8em;
  }
  footer.ns--hf {
    overflow: auto;
    padding-bottom: 3em;
    margin: 0;
    height: auto;
    /* Please note: This code is duplicated elsewhere, as it is always used for Mini. */
  
  }
  footer.ns--hf aside div.hf--extra .hf--follow-us {
    margin: 1em 0 0 1%;
  }
  footer.ns--hf > div {
    padding: 0 1%;
    width: 98%;
    margin: 10px 0 0 0;
    width: 100%;
    padding: 8px 0 12px 0;
    background: none !important;
  }
  footer.ns--hf > div small {
    display: none;
  }
  footer.ns--hf > div.hf--meta {
    float: left;
  }
  footer.ns--hf div.hf--meta small.hf--company {
    float: none;
  }
  footer.ns--hf nav.hf--footnav {
    float: none;
    margin: 2em 5px;
    width: 90%;
  }
  footer.ns--hf .hf--language.hf--popup-container {
    float: none !important;
    background-color: transparent;
    width: 98%;
    max-width: 98%;
    position: static;
    text-align: left !important;
    padding: 5px 1% 5px 1%;
  }
  footer.ns--hf .hf--language.hf--popup-container:hover > label:before,
  footer.ns--hf .hf--language.hf--popup-container > .hf--popup-toggle:checked + label:before,
  footer.ns--hf .hf--language.hf--popup-container > .hf--popup-toggle:checked ~ label:before {
    display: none !important;
  }
  footer.ns--hf .hf--language.hf--popup-container label {
    text-align: left;
    float: none;
    vertical-align: middle;
  }
  footer.ns--hf .hf--language.hf--popup-container .hf--popup-toggle:checked + label,
  footer.ns--hf .hf--language.hf--popup-container.hf--hover-enabled:hover label {
    height: 2em;
    line-height: 1.5em;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
    max-width: none;
    display: block;
    width: 100%;
    text-align: left;
    background: #2a2a2a !important;
    color: #fff;
    cursor: default;
    margin-left: 0;
    padding-left: 0.5em;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer.ns--hf .hf--language.hf--popup-container .hf--popup-toggle:checked + label .hf--hide-overflow span:first-child,
  footer.ns--hf .hf--language.hf--popup-container.hf--hover-enabled:hover label .hf--hide-overflow span:first-child {
    position: static;
  }
  footer.ns--hf .hf--language.hf--popup-container .hf--popup-toggle:checked + label .hf--hide-overflow span + span,
  footer.ns--hf .hf--language.hf--popup-container.hf--hover-enabled:hover label .hf--hide-overflow span + span {
    position: absolute;
    left: 0;
    top: -10em;
  }
  footer.ns--hf .hf--language.hf--popup-container ul {
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
    position: static;
    overflow-y: inherit;
  }
  footer.ns--hf .hf--language.hf--popup-container ul li {
    width: 100%;
  }
  footer.ns--hf .hf--language.hf--popup-container ul li:hover {
    background: #cc0f16;
  }
  footer.ns--hf .hf--language.hf--popup-container ul li a:hover {
    background: none;
  }
}
@media all and (max-width: 319px) {
  .ns--hf {
    font-size: 80%;
  }
  header.ns--hf {
    padding: 0 !important;
  }
  header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown {
    margin-top: 0.4em;
    right: 50px;
  }
  header.ns--hf .hf--main-menu-wrapper.hf--no-js .hf--main-menu {
    width: 100%;
    clear: both;
    display: block;
    border-top: none;
  }
  header.ns--hf .hf--main-menu-wrapper.hf--no-js .hf--main-menu ul {
    display: block;
  }
  header.ns--hf .hf--main-menu-wrapper.hf--no-js .hf--main-menu ul li {
    margin: 0;
    border-top: 1px solid #ddd;
    display: block;
    padding: 0.5em 0;
    text-align: center;
  }
  header.ns--hf .hf--main-menu-wrapper.hf--no-js .hf--main-menu ul li:last-child {
    border-right: none;
  }
  header.ns--hf .hf--brand {
    width: 28px;
    margin-top: 0.3em;
  }
  header.ns--hf .hf--brand img {
    width: 28px;
    height: auto;
  }
  header.ns--hf > div {
    margin-top: 0;
  }
  header.ns--hf .hf--sitenav-link {
    height: 42px;
    padding-right: 0px;
  }
  header.ns--hf .hf--sitenav-link:hover:before {
    border-width: 5px;
  }
  header.ns--hf .hf--sitenav-link .hf--popup-container label {
    height: 30px;
    padding: 10px 7px 0 2px;
  }
  header.ns--hf .hf--sitenav-link .hf--popup-container.hf--hover-enabled:hover > label:before,
  header.ns--hf .hf--sitenav-link .hf--popup-container.hf--touch-enabled > .hf--popup-toggle:checked + label:before,
  header.ns--hf .hf--sitenav-link .hf--popup-container.hf--touch-enabled > .hf--popup-toggle:checked ~ label:before {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 0.55em;
    right: auto;
    content: '';
    border: 0.6em transparent solid;
    border-bottom-color: #111;
    opacity: 0.95;
    width: 0;
    height: 0;
    display: block;
  }
  header.ns--hf .hf--account.hf--hover-enabled:hover > label:before,
  header.ns--hf .hf--account.hf--touch-enabled > .hf--popup-toggle:checked + label:before,
  header.ns--hf .hf--account.hf--touch-enabled > .hf--popup-toggle:checked ~ label:before {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 2.35em;
    right: auto;
    content: '';
    border: 0.6em transparent solid;
    border-bottom-color: #111;
    opacity: 0.95;
    width: 0;
    height: 0;
    display: block;
  }
  footer.ns--hf nav.hf--footnav .hf--level-1 > li {
    width: 98%;
    margin-top: 1em;
  }
  footer.ns--hf nav.hf--footnav .hf--level-1 > li h3 {
    margin-bottom: 0.3em;
  }
  footer.ns--hf .hf--language.hf--popup-container label {
    background: url(img/header-footer-sprite.png) 0 -638px no-repeat;
    background-size: 24px 908px;
  }
}
@media all and (max-width: 319px) and (-webkit-min-device-pixel-ratio: 2), all and (max-width: 319px) and (min-resolution: 192dpi), all and (max-width: 319px) and (min-resolution: 2dppx) {
  footer.ns--hf .hf--language.hf--popup-container label {
    background-image: url(img/header-footer-sprite@2x.png) !important;
    background-size: 24px 908px;
  }
}
@media all and (max-width: 239px) {
  .ns--hf {
    font-size: 70%;
  }
  header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown {
    position: static;
    display: block;
    clear: both;
    border-top: 1px solid #ddd;
  }
  header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu {
    display: block;
  }
  header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu label {
    padding-bottom: 0;
  }
  header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu > ul {
    margin-top: 40px;
    width: 100%;
    text-align: left;
  }
  header.ns--hf .hf--main-menu-wrapper.hf--enhanced--dropdown .hf--main-menu > ul li:first-child a {
    padding-top: 0.65em;
  }
  header.ns--hf .hf--sitenav-link .hf--popup-container.hf--hover-enabled:hover > label:before,
  header.ns--hf .hf--sitenav-link .hf--popup-container.hf--touch-enabled > .hf--popup-toggle:checked + label:before,
  header.ns--hf .hf--sitenav-link .hf--popup-container.hf--touch-enabled > .hf--popup-toggle:checked ~ label:before {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 0.65em;
    right: auto;
    content: '';
    border: 0.6em transparent solid;
    border-bottom-color: #111;
    opacity: 0.95;
    width: 0;
    height: 0;
    display: block;
  }
}
@media all and (max-width: 200px) {
  .ns--hf {
    font-size: 60%;
  }
}
