@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,300i,400,400i,600,600i,700,700i&subset=latin-ext');
  .margin-top {
    margin-top: 40px !important; }
  .margin-top-xxs {
    margin-top: 5px !important; }
  .margin-top-xs {
    margin-top: 10px !important; }
  .margin-top-sm {
    margin-top: 20px !important; }
  .margin-top-md {
    margin-top: 30px !important; }
  .margin-top-lg {
    margin-top: 80px !important; }
  .margin-top-none {
    margin-top: 0 !important; }
  .margin-bottom {
    margin-bottom: 40px !important; }
  .margin-bottom-xxs {
    margin-bottom: 5px !important; }
  .margin-bottom-xs {
    margin-bottom: 10px !important; }
  .margin-bottom-sm {
    margin-bottom: 20px !important; }
  .margin-bottom-md {
    margin-bottom: 30px !important; }
  .margin-bottom-lg {
    margin-bottom: 80px !important; }
  .margin-bottom-none {
    margin-bottom: 0 !important; }
  .margin-left {
    margin-left: 40px !important; }
  .margin-left-xxs {
    margin-left: 5px !important; }
  .margin-left-xs {
    margin-left: 10px !important; }
  .margin-left-sm {
    margin-left: 20px !important; }
  .margin-left-md {
    margin-left: 30px !important; }
  .margin-left-lg {
    margin-left: 80px !important; }
  .margin-left-none {
    margin-left: 0 !important; }
  .margin-right {
    margin-right: 40px !important; }
  .margin-right-xxs {
    margin-right: 5px !important; }
  .margin-right-xs {
    margin-right: 10px !important; }
  .margin-right-sm {
    margin-right: 20px !important; }
  .margin-right-md {
    margin-right: 30px !important; }
  .margin-right-lg {
    margin-right: 80px !important; }
  .margin-right-none {
    margin-right: 0 !important; }
  .padding-top {
    padding-top: 40px !important; }
  .padding-top-xxs {
    padding-top: 5px !important; }
  .padding-top-xs {
    padding-top: 10px !important; }
  .padding-top-sm {
    padding-top: 20px !important; }
  .padding-top-md {
    padding-top: 30px !important; }
  .padding-top-lg {
    padding-top: 80px !important; }
  .padding-top-none {
    padding-top: 0 !important; }
  .padding-bottom {
    padding-bottom: 40px !important; }
  .padding-bottom-xxs {
    padding-bottom: 5px !important; }
  .padding-bottom-xs {
    padding-bottom: 10px !important; }
  .padding-bottom-sm {
    padding-bottom: 20px !important; }
  .padding-bottom-md {
    padding-bottom: 30px !important; }
  .padding-bottom-lg {
    padding-bottom: 80px !important; }
  .padding-bottom-none {
    padding-bottom: 0 !important; }
  .padding-left {
    padding-left: 40px !important; }
  .padding-left-xxs {
    padding-left: 5px !important; }
  .padding-left-xs {
    padding-left: 10px !important; }
  .padding-left-sm {
    padding-left: 20px !important; }
  .padding-left-md {
    padding-left: 30px !important; }
  .padding-left-lg {
    padding-left: 80px !important; }
  .padding-left-none {
    padding-left: 0 !important; }
  .padding-right {
    padding-right: 40px !important; }
  .padding-right-xxs {
    padding-right: 5px !important; }
  .padding-right-xs {
    padding-right: 10px !important; }
  .padding-right-sm {
    padding-right: 20px !important; }
  .padding-right-md {
    padding-right: 30px !important; }
  .padding-right-lg {
    padding-right: 80px !important; }
  .padding-right-none {
    padding-right: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.acenter {
  text-align: center; }

.text-success {
  color: #7ac543; }

.text-warning {
  color: #ff8f1e; }

.text-danger {
  color: #f00; }

.btn-default {
  border-radius: 3px !important;
  border: 1px solid #666;
  font-size: 14px;
  font-weight: 300;
  padding: 10px;
  line-height: 14px;
  background: #fff;
  display: inline-block;
  color: #666;
  min-width: 197px; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    background: #fff;
    border-color: #00a5ce;
    color: #00a5ce; }
  .btn-default.disabled {
    background-color: #959595 !important;
    color: #fff;
    border-color: #959595 !important;
    pointer-events: none; }
  .btn-default.btn-sm {
    min-width: 1px;
    font-size: 12px;
    padding: 2px 10px;
    display: inline-block;
    width: auto; }

input[type="text"], input[type="password"], input[type="email"] input[type="number"], input[type="submit"], textarea {
  -webkit-appearance: none;
  border-radius: 0; }

html {
  overflow-y: scroll;
  height: 100%;
  text-size-adjust: none; }

body {
  height: 100%;
  color: #666;
  font-family: 'Titillium Web', sans-serif;
  padding-top: 43px; }
  body.error {
    background: url(/images/newlayout/error-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed; }
    body.error #content {
      color: #fff; }
      body.error #content h1, body.error #content h2 {
        color: #fff; }
      body.error #content .btn-default {
        background: none;
        border-color: #fff;
        color: #fff;
        margin-right: 20px;
        vertical-align: top;
        margin-bottom: 20px; }
        body.error #content .btn-default:last-child {
          margin-bottom: 40px; }
    body.error footer {
      color: #fff; }
      body.error footer h1, body.error footer h2, body.error footer a {
        color: #fff; }

#content {
  padding-top: 60px;
  padding-bottom: 60px; }

a {
  transition-duration: 250ms; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

.strong {
  font-weight: 700; }

h1 {
  font-size: 40px;
  font-weight: 300;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px; }

h2 {
  font-size: 24px;
  font-weight: 300;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px; }

h3 {
  font-size: 21px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px; }

h4 {
  font-weight: 300;
  font-size: 11px;
  border-bottom: 1px solid ;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 5px; }

p {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px; }
  p.small {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child {
  margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, p:last-child {
    margin-bottom: 0; }

input, button, select, textarea {
  box-shadow: none !important;
  outline: none !important;
  transition-duration: 250ms; }

.clear {
  clear: both; }

.navbar {
  border-radius: 0;
  border: none;
  background-color: #959595;
  background: #959595;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(149, 149, 149, 1) 0%, rgba(51, 51, 51, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(149, 149, 149, 1) 0%, rgba(51, 51, 51, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(149, 149, 149, 1) 0%, rgba(51, 51, 51, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#959595', endColorstr='#333333',GradientType=0);
  /* IE6-9 */
  height: 40px; }
  .navbar .navbar-nav {
    transition-duration: 250ms; }
  .navbar a {
    transition-duration: 250ms;
    font-size: 14px;
    cursor: pointer; }
    .navbar a svg * {
      transition-duration: 250ms; }
    .navbar a:hover svg *, .navbar a:focus svg *, .navbar a:active svg * {
      fill: #333; }
  .navbar.RUS a {
    font-size: 12px; }
  .navbar:after {
    display: block;
    position: absolute;
    bottom: -3px;
    height: 3px;
    left: 0;
    right: 0;
    background: #c1d9ff;
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(193, 217, 255, 1) 0%, rgba(24, 148, 255, 1) 35%, rgba(46, 250, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(46, 250, 255, 1) 55%, rgba(24, 148, 255, 1) 65%, rgba(193, 217, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(193, 217, 255, 1) 0%, rgba(24, 148, 255, 1) 35%, rgba(46, 250, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(46, 250, 255, 1) 55%, rgba(24, 148, 255, 1) 65%, rgba(193, 217, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(193, 217, 255, 1) 0%, rgba(24, 148, 255, 1) 35%, rgba(46, 250, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(46, 250, 255, 1) 55%, rgba(24, 148, 255, 1) 65%, rgba(193, 217, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1d9ff', endColorstr='#c1d9ff',GradientType=1);
    /* IE6-9 */ }
  .navbar li.active a svg * {
    fill: #333; }
    .navbar li.special a {
      background: #75a8ce;
      /* Old browsers */
      background: -moz-linear-gradient(top, rgba(117, 168, 206, 1) 0%, rgba(84, 143, 188, 1) 50%, rgba(61, 106, 142, 1) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(117, 168, 206, 1) 0%, rgba(84, 143, 188, 1) 50%, rgba(61, 106, 142, 1) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(117, 168, 206, 1) 0%, rgba(84, 143, 188, 1) 50%, rgba(61, 106, 142, 1) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75a8ce', endColorstr='#3d6a8e',GradientType=0);
      /* IE6-9 */ }
  .navbar .navbar-brand {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-right: 0; }
  .navbar .navbar-toggle {
    padding: 13px 15px;
    margin: 0;
    border: none; }
    .navbar .navbar-toggle font {
      line-height: 40px;
      display: inline-block;
      color: #fff;
      position: absolute;
      top: 0;
      right: 100%;
      transition-duration: 250ms; }
    .navbar .navbar-toggle .icon-bar {
      background-color: #fff;
      transition-duration: 250ms; }
    .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
      background: none; }
    .navbar .navbar-toggle:not(.collapsed) font {
      color: #00a5ce; }
      .navbar .navbar-toggle:not(.collapsed) .icon-bar {
        background-color: #00a5ce; }
  .navbar .navbar-right {
    margin-right: 0; }
  .navbar .nav:not(.navbar-right) > li > a {
    padding-left: 13px;
    padding-right: 13px; }
  .navbar .search {
    position: relative;
    width: 40px;
    height: 40px; }
    .navbar .search .search-form-wrapper {
      overflow: hidden;
      white-space: nowrap;
      width: 40px;
      display: inline-block;
      position: absolute;
      right: 0;
      transition-duration: 0ms; }
      .navbar .search .search-form-wrapper > a {
        padding: 11px;
        position: relative;
        width: 40px;
        z-index: 2;
        display: inline-block;
        vertical-align: top; }
        .navbar .search .search-form-wrapper > a font {
          display: none; }
    .navbar .search form {
      display: none;
      white-space: nowrap;
      width: 100%; }
      .navbar .search form input[type="text"] {
        background-color: #333;
        height: 32px;
        color: #fff;
        padding: 8px 8px 8px 40px;
        line-height: 16px;
        border: none;
        margin: 4px;
        display: inline-block;
        width: calc(100% - 88px);
        vertical-align: top;
        margin-left: -40px; }
      .navbar .search form input[type="submit"] {
        width: 40px;
        height: 40px;
        display: inline-block;
        cursor: pointer;
        border: none;
        background: url(/images/newlayout/search-enter.svg) center center no-repeat; }
    .navbar .search a.search-close {
      width: 40px;
      height: 40px;
      display: inline-block;
      cursor: pointer;
      padding: 12px;
      vertical-align: top; }
  .navbar .orders svg {
    vertical-align: top;
    margin: 1px; }
    .navbar .orders a {
      background: -moz-linear-gradient(top, rgba(240, 117, 69, 1) 0%, rgba(215, 81, 31, 1) 50%, rgba(155, 85, 72, 1) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(240, 117, 69, 1) 0%, rgba(215, 81, 31, 1) 50%, rgba(155, 85, 72, 1) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(240, 117, 69, 1) 0%, rgba(215, 81, 31, 1) 50%, rgba(155, 85, 72, 1) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f07545', endColorstr='#9b5548',GradientType=0);
      /* IE6-9 */
      position: relative;
      padding: 10px; }
      .navbar .orders a span {
        position: absolute;
        top: 6px;
        left: 23px;
        background-color: #fff;
        color: #f00;
        border-radius: 5px;
        line-height: 12px;
        font-size: 10px;
        text-align: center;
        padding: 0 3px; }
  .navbar .profile svg {
    vertical-align: top;
    margin-right: 10px; }
    .navbar .profile .dropdown-menu {
      left: 24px !important;
      width: 340px; }
    .navbar .profile > a {
      display: block; }
    .navbar .profile.logged > a {
      max-width: 150px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      background: #f7ac3b;
      /* Old browsers */
      background: -moz-linear-gradient(top, rgba(247, 172, 59, 1) 0%, rgba(227, 159, 55, 1) 50%, rgba(170, 130, 64, 1) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(247, 172, 59, 1) 0%, rgba(227, 159, 55, 1) 50%, rgba(170, 130, 64, 1) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(247, 172, 59, 1) 0%, rgba(227, 159, 55, 1) 50%, rgba(170, 130, 64, 1) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ac3b', endColorstr='#aa8240',GradientType=0);
      /* IE6-9 */ }
      .navbar .profile.logged .dropdown-menu li.divider {
        margin: 20px 0; }
    .navbar .profile .forgot {
      color: #000;
      margin: 10px 0 0;
      display: inline-block; }
      .navbar .profile .forgot:hover {
        color: #00a5ce; }
    .navbar .profile input[type="text"], .navbar .profile input[type="password"] {
      text-align: center; }
  .navbar .languages > a {
    padding-top: 13px;
    padding-bottom: 13px; }
    .navbar .languages > a font {
      display: none; }
    .navbar .languages .dropdown-menu {
      width: 257px; }
  .navbar .catalog > .dropdown-menu {
    text-align: left;
    padding: 0;
    width: 640px; }
    .navbar .catalog > .dropdown-menu > li {
      display: inline-block;
      margin-top: 0; }
      .navbar .catalog > .dropdown-menu > li > a {
        padding: 15px 20px; }
      .navbar .catalog > .dropdown-menu > li:not(:last-child):after {
        content: "|";
        display: inline-block; }
    .navbar .catalog > .dropdown-menu a {
      padding: 0;
      display: inline-block; }
      .navbar .catalog > .dropdown-menu a:hover, .navbar .catalog > .dropdown-menu a:focus, .navbar .catalog > .dropdown-menu a:active {
        background: none;
        color: #00a5ce; }
  .navbar li.dropdown.open:before {
    content: "";
    position: fixed;
    top: 43px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 165, 206, 0.5); }
    .navbar li.dropdown.open svg * {
      fill: #333; }
    .navbar li.dropdown .dropdown-menu {
      border-radius: 0;
      margin-top: 4px;
      left: 50%;
      right: auto;
      transform: translateX(-50%); }
  .navbar .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid ;
    border-top: 0;
    box-shadow: none;
    padding: 20px;
    text-align: center; }
    .navbar .dropdown-menu:before {
      content: "";
      height: 10px;
      position: absolute;
      top: -10px;
      left: -1px;
      right: -1px;
      background: url(/images/newlayout/dropdown-arrow.svg) center center no-repeat; }
    .navbar .dropdown-menu li {
      margin-top: 10px; }
    .navbar .dropdown-menu li:first-child {
      margin-top: 0; }
    .navbar .dropdown-menu li.dropdown-header {
      font-size: 14px;
      font-weight: 700;
      color: #000;
      white-space: normal; }
    .navbar .dropdown-menu li.divider {
      background-color: ;
      margin-top: 30px; }
    .navbar .dropdown-menu a.btn, .navbar .dropdown-menu input[type="submit"] {
      border-radius: 3px !important;
      border: 1px solid #666;
      font-size: 14px;
      font-weight: 300;
      padding: 10px;
      line-height: 14px;
      background: #fff;
      display: inline-block;
      color: #666;
      min-width: 197px;
      width: 100%; }
    .navbar .dropdown-menu a.btn:hover, .navbar .dropdown-menu input[type="submit"]:hover, .navbar .dropdown-menu a.btn:focus, .navbar .dropdown-menu input[type="submit"]:focus, .navbar .dropdown-menu a.btn:active, .navbar .dropdown-menu input[type="submit"]:active {
      background: #fff;
      border-color: #00a5ce;
      color: #00a5ce; }
    .navbar .dropdown-menu a.btn.disabled, .navbar .dropdown-menu input[type="submit"].disabled {
      background-color: #959595 !important;
      color: #fff;
      border-color: #959595 !important;
      pointer-events: none; }
    .navbar .dropdown-menu a.btn.btn-sm, .navbar .dropdown-menu input[type="submit"].btn-sm {
      min-width: 1px;
      font-size: 12px;
      padding: 2px 10px;
      display: inline-block;
      width: auto; }
    .navbar .dropdown-menu a.btn.lang, .navbar .dropdown-menu input[type="submit"].lang {
      position: relative; }
      .navbar .dropdown-menu a.btn.lang img, .navbar .dropdown-menu input[type="submit"].lang img {
        position: absolute;
        top: 10px;
        left: 10px; }
  .navbar .dropdown-submenu {
    position: static; }
    .navbar .dropdown-submenu > a {
      position: relative; }
    .navbar .dropdown-submenu > .dropdown-menu {
      top: 46px;
      left: -1px;
      width: calc(100% + 2px);
      transform: none;
      position: absolute;
      text-align: left;
      padding: 10px 20px; }
    .navbar .dropdown-submenu > .dropdown-menu:before {
      display: none; }
    .navbar .dropdown-submenu > .dropdown-menu li {
      margin: 3px 0;
      width: 33%;
      display: inline-block; }
    .navbar .dropdown-submenu:hover > a:before {
      content: "";
      height: 10px;
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      background: url(/images/newlayout/dropdown-submenu-arrow.svg) center center no-repeat; }
    .navbar .dropdown-submenu:hover > .dropdown-menu {
      display: block; }

#news-menu, #categories-menu {
  position: relative; }
  #news-menu .navbar-toggle, #categories-menu .navbar-toggle {
    position: absolute;
    right: -52px;
    top: 0;
    margin: 0;
    border: none;
    background: #fff !important;
    border-radius: 0;
    border: 1px solid #c8c8c8;
    border-top: 0;
    border-left: 0;
    padding: 13px 15px 12px 14px;
    display: none; }
    #news-menu .navbar-toggle .icon-bar, #categories-menu .navbar-toggle .icon-bar {
      background-color: #666;
      transition-duration: 250ms; }
    #news-menu .navbar-toggle:hover, #categories-menu .navbar-toggle:hover, #news-menu .navbar-toggle:focus, #categories-menu .navbar-toggle:focus {
      background: none;
      box-shadow: none; }
    #news-menu .navbar-toggle:not(.collapsed) .icon-bar, #categories-menu .navbar-toggle:not(.collapsed) .icon-bar {
      background-color: #00a5ce; }

footer {
  background: url(/images/newlayout/footer-wave.svg) center top no-repeat;
  padding-top: 40px;
  padding-bottom: 30px; }
  footer #footer-logo {
    margin-bottom: 40px; }
  footer h4 {
    font-weight: 600;
    font-size: 14px;
    margin-top: 0;
    padding: 0;
    border: none;
    text-transform: none; }
  footer ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0;
    line-height: 22px; }
    footer ul#languages-sites {
      margin-top: 10px; }
    footer ul#languages-sites a {
      font-weight: 600;
      margin-left: -20px;
      margin-top: 10px; }
    footer ul a img {
      vertical-align: middle;
      margin-left: -20px;
      margin-right: 4px; }
  footer a {
    color: #666;
    transition-duration: 250ms; }
    footer a:hover {
      color: #00a5ce; }
  footer .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    footer .row > * {
      flex-shrink: 0;
      flex-grow: 0; }
  footer .col-md-3:not(:first-child) {
    border-left: 1px solid #c8c8c8; }
  footer #languages .active-lang {
    position: absolute;
    top: -50px;
    right: -140px;
    text-align: right; }
    footer #languages .active-lang span {
      display: block; }
  footer #underfooter {
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px; }
    footer #underfooter #underfooter-logo {
      vertical-align: bottom;
      margin-right: 15px;
      margin-left: 40px; }
    footer #underfooter #underfooter-logo + span {
      line-height: 14px;
      vertical-align: bottom; }
    footer #underfooter hr {
      margin: 5px 0; }
    footer #underfooter ul {
      float: right;
      padding-left: 0;
      line-height: normal; }
    footer #underfooter ul li {
      display: inline;
      margin-right: 10px; }
      footer #underfooter ul li:before {
        content: "|";
        margin-right: 10px; }
    footer #underfooter .copyrights {
      margin-right: 40px;
      margin-top: 1px; }
    footer #underfooter .copyrights:before {
      content: '|';
      margin-right: 0; }
    footer #underfooter .copyrights font {
      margin-left: 10px; }

#address-box {
  font-size: 18px; }
  #address-box p {
    margin-left: 15px; }
  #address-box .map-wrapper {
    width: 100%;
    position: relative;
    border: 1px solid #00a5ce;
    margin: 20px 0; }
    #address-box .map-wrapper:before {
      padding-top: 100%;
      content: "";
      display: block; }
    #address-box .map-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0; }
  #address-box .video-wrapper {
    width: 100%;
    position: relative;
    border: 1px solid #00a5ce;
    margin: 20px 0; }
    #address-box .video-wrapper:before {
      padding-top: 200%;
      content: "";
      display: block; }
    #address-box .video-wrapper video {
      position: absolute;
      top: 0;
      left: 0; }

#management {
  margin-bottom: 40px; }
  #management .person {
    margin-top: 10px; }

.alert {
  background: none !important;
  border-radius: 0; }
  .alert.alert-success {
    color: #7ac543; }
  .alert.alert-warning {
    color: #ff8f1e; }
  .alert.alert-danger {
    color: #f00; }
  .alert.alert-info {
    color: #0071b8; }

.form-field {
  margin-top: 10px; }
  .form-field label {
    font-weight: 300;
    display: block; }
  .form-field input[type="text"], .form-field input[type="password"], .form-field input[type="email"] {
    border: none;
    border-bottom: 1px dotted #959595;
    font-size: 22px;
    background: none;
    display: block;
    width: 100%; }
  .form-field textarea {
    font-size: 22px;
    padding: 5px; }
  .form-field select {
    display: block;
    width: 100%;
    height: 34px; }
  .form-field .errorMessage {
    color: #f00;
    font-style: italic;
    text-align: right;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 5px;
    display: block;
    clear: both; }
  .form-field input[type="submit"], .form-field .btn {
    border-radius: 3px !important;
    border: 1px solid #666;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    line-height: 14px;
    background: #fff;
    display: inline-block;
    color: #666;
    min-width: 197px; }
    .form-field input[type="submit"]:hover, .form-field .btn:hover, .form-field input[type="submit"]:focus, .form-field .btn:focus, .form-field input[type="submit"]:active, .form-field .btn:active {
      background: #fff;
      border-color: #00a5ce;
      color: #00a5ce; }
    .form-field input[type="submit"].disabled, .form-field .btn.disabled {
      background-color: #959595 !important;
      color: #fff;
      border-color: #959595 !important;
      pointer-events: none; }
    .form-field input[type="submit"].btn-sm, .form-field .btn.btn-sm {
      min-width: 1px;
      font-size: 12px;
      padding: 2px 10px;
      display: inline-block;
      width: auto; }
  .form-field input {
    /* Chrome/Opera/Safari */ }
    .form-field input::-webkit-input-placeholder {
      color: #c8c8c8; }
    .form-field input::-moz-placeholder {
      /* Firefox 19+ */
      color: #c8c8c8; }
    .form-field input:-ms-input-placeholder {
      /* IE 10+ */
      color: #c8c8c8; }
    .form-field input:-moz-placeholder {
      /* Firefox 18- */
      color: #c8c8c8; }

.form .form-field {
  margin: 0; }
  .form .form-field input, .form .form-field select, .form .form-field textarea {
    margin-bottom: 10px; }
  .form .password-wrapper {
    background-color: #fff4e8;
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin: 40px 0; }
  .form .text-warning {
    color: #ff8f1e; }
  .form .checkbox-list {
    margin-left: 80px;
    overflow: auto;
    margin-top: -20px; }
  .form .checkbox-list .checkbox {
    clear: both;
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 20px; }
  .form .checkbox-list input {
    float: left;
    margin: 5px 10px 0 0;
    position: relative; }
  .form .checkbox-list label {
    text-align: left;
    float: left;
    padding: 0;
    margin-top: 0; }
  .form .radio-list input {
    display: inline-block;
    margin: 15px 10px 0 0; }
  .form .radio-list label {
    display: inline-block;
    text-align: left;
    margin-right: 40px; }
  .form .radio-list label.radio-list-label {
    margin-right: 0; }
  .form .radio-list table td {
    vertical-align: top; }
  .form .indent {
    margin-left: 80px; }
  .form table {
    width: 100%; }
  .form table td {
    vertical-align: top; }
  .form table td:first-child {
    padding-right: 10px; }
  .form table td.min-width {
    width: 1px; }
  .form table td.nowrap {
    white-space: nowrap; }
  .form label {
    text-align: right;
    margin-top: 10px; }
  .form label.text-left {
    text-align: left; }
  .form input[type="submit"] {
    width: 215px;
    text-align: center;
    margin: 20px auto 0; }
  .form textarea {
    width: 100%;
    min-height: 150px;
    background-color: #f2f2f2;
    border: 1px solid #666;
    resize: vertical; }
  .form .captcha-holder label {
    text-align: left; }
  .form .captcha a {
    border-radius: 3px !important;
    border: 1px solid #666;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    line-height: 14px;
    background: #fff;
    display: inline-block;
    color: #666;
    min-width: 197px;
    min-width: 1px;
    font-size: 12px;
    padding: 2px 10px;
    display: inline-block;
    width: auto; }
  .form .captcha a:hover, .form .captcha a:focus, .form .captcha a:active {
    background: #fff;
    border-color: #00a5ce;
    color: #00a5ce; }
  .form .captcha a.disabled {
    background-color: #959595 !important;
    color: #fff;
    border-color: #959595 !important;
    pointer-events: none; }
  .form .captcha a.btn-sm {
    min-width: 1px;
    font-size: 12px;
    padding: 2px 10px;
    display: inline-block;
    width: auto; }
  .form .value {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 2px; }

#dealers #map_canvas {
  border: 1px solid #00a5ce; }
  #dealers .dealers-found {
    margin-top: 40px;
    display: none; }
  #dealers .dealers-found .dealer {
    padding: 10px 0;
    border-bottom: 1px solid #c8c8c8; }
  #dealers .dealers-found .dealer a {
    float: right;
    margin-left: 10px;
    border-radius: 3px !important;
    border: 1px solid #666;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    line-height: 14px;
    background: #fff;
    display: inline-block;
    color: #666;
    min-width: 197px;
    min-width: 1px;
    font-size: 12px;
    padding: 2px 10px;
    display: inline-block;
    width: auto; }
    #dealers .dealers-found .dealer a:hover, #dealers .dealers-found .dealer a:focus, #dealers .dealers-found .dealer a:active {
      background: #fff;
      border-color: #00a5ce;
      color: #00a5ce; }
    #dealers .dealers-found .dealer a.disabled {
      background-color: #959595 !important;
      color: #fff;
      border-color: #959595 !important;
      pointer-events: none; }
    #dealers .dealers-found .dealer a.btn-sm {
      min-width: 1px;
      font-size: 12px;
      padding: 2px 10px;
      display: inline-block;
      width: auto; }
  #dealers form {
    margin-left: 15px; }
  #dealers form + h3 {
    margin-top: 40px; }
  #dealers input[type="submit"] {
    width: 100%;
    margin-top: 20px; }
  #dealers #recommended-shops-button {
    width: 100%; }
  #dealers .recommended-banner {
    max-width: 270px;
    margin: 0 auto;
    position: relative;
    margin-top: -100px; }
  #dealers .recommended-banner span {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    top: 64%;
    left: 40%;
    right: 5%;
    line-height: 16px;
    margin-top: -16px; }
  #dealers .select label {
    display: inline-block; }
  #dealers .select select {
    width: 80px;
    display: inline-block;
    margin: 0 10px; }

#search-menu input[type="submit"], #search-result input[type="submit"] {
  width: 100%;
  margin-top: 20px; }
  #search-menu form, #search-result form {
    margin-left: 15px; }
  #search-menu #archive-manual-list-box .files, #search-result #archive-manual-list-box .files {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px; }
  #search-menu #archive-manual-list-box .files li:not(:first-child), #search-result #archive-manual-list-box .files li:not(:first-child) {
    margin-top: 20px; }
  #search-menu #archive-manual-list-box .files .btn, #search-result #archive-manual-list-box .files .btn {
    min-width: 214px; }

#news-category-menu, #news-search-list {
  list-style: none;
  padding: 0; }
  #news-category-menu > li, #news-search-list > li {
    margin: 1px 0; }
  #news-category-menu > li.active > a:before, #news-search-list > li.active > a:before {
    content: url(/images/newlayout/list-minus.svg);
    visibility: hidden; }
  #news-category-menu > li > a, #news-search-list > li > a {
    font-size: 18px;
    color: #666;
    display: block;
    background: #f1f1f1;
    padding: 10px; }
  #news-category-menu > li > a:hover, #news-search-list > li > a:hover {
    color: #00a5ce; }
  #news-category-menu > li > a:before, #news-search-list > li > a:before {
    content: url(/images/newlayout/list-plus.svg);
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 8px;
    opacity: 0.75;
    transition-duration: ; }
  #news-category-menu > li > a:hover:before, #news-search-list > li > a:hover:before {
    opacity: 1; }
  #news-category-menu .news-list, #news-search-list .news-list {
    border-top: 1px solid #c8c8c8;
    margin-left: 15px; }
  #news-category-menu .news-list .news-single, #news-search-list .news-list .news-single {
    border-bottom: 1px solid #c8c8c8; }
  #news-category-menu .news-list .news-single a, #news-search-list .news-list .news-single a {
    color: #666;
    font-size: 12px;
    display: block;
    padding: 10px 0 5px;
    background: #fff;
    position: relative; }
    #news-category-menu .news-list .news-single a:hover:not(.active), #news-search-list .news-list .news-single a:hover:not(.active) {
      color: #00a5ce; }
      #news-category-menu .news-list .news-single a:hover:not(.active) .more, #news-search-list .news-list .news-single a:hover:not(.active) .more {
        color: transparent;
        margin-right: 5px; }
        #news-category-menu .news-list .news-single a:hover:not(.active) .more:after, #news-search-list .news-list .news-single a:hover:not(.active) .more:after {
          content: url(/images/newlayout/more-arrow.svg); }
    #news-category-menu .news-list .news-single a span.h5, #news-search-list .news-list .news-single a span.h5 {
      font-size: 16px;
      margin: 0;
      display: block;
      font-weight: 600; }
    #news-category-menu .news-list .news-single a span.p, #news-search-list .news-list .news-single a span.p {
      font-size: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block; }
    #news-category-menu .news-list .news-single a .more, #news-search-list .news-list .news-single a .more {
      color: #00a5ce;
      text-align: right;
      display: block;
      transition-duration: 250ms; }
    #news-category-menu .news-list .news-single a .active, #news-search-list .news-list .news-single a .active {
      position: absolute;
      top: 0;
      left: -15px;
      right: 0;
      bottom: 0;
      background: rgba(0, 165, 206, 0.8) url(/images/newlayout/triangle-right-white.svg) center right 5px no-repeat;
      color: #fff;
      font-size: 24px;
      text-align: right; }
      #news-category-menu .news-list .news-single a .active font, #news-search-list .news-list .news-single a .active font {
        position: absolute;
        top: 50%;
        width: 100%;
        right: 40px;
        transform: translateY(-50%);
        margin-top: -3px; }
  #news-category-menu #scroll-content-wrapper, #news-search-list #scroll-content-wrapper {
    overflow-y: scroll;
    overflow-x: visible;
    position: relative; }
  #news-category-menu #scroll-content-wrapper #scroll-content, #news-search-list #scroll-content-wrapper #scroll-content {
    width: 100%; }
  #news-category-menu .news-list-item.col-md-4:nth-child(3n + 1), #news-search-list .news-list-item.col-md-4:nth-child(3n + 1) {
    clear: both; }

.news-single-box .date {
  color: #afafaf;
  font-size: 12px; }
  .news-single-box .image-wrapper {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px; }
  .news-single-box .image-wrapper img {
    max-width: 100%;
    height: auto; }
  .news-single-box .image-wrapper:before {
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    height: 16px;
    z-index: 1;
    position: absolute;
    background: url(/images/newlayout/image-shadow.png) center top no-repeat;
    background-size: contain; }
  .news-single-box .image-wrapper .wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: url(/images/newlayout/wave-overlay.svg) center bottom no-repeat;
    background-size: 100% 100%; }
  .news-single-box .image-wrapper .wave:before {
    padding-top: 6.55%;
    content: "";
    display: block; }
  .news-single-box .image-wrapper .wave .logo {
    width: 25%;
    height: auto;
    position: absolute;
    top: 40%;
    left: 16%; }

#product-list, #product-search-list {
  margin-top: -40px; }
  #product-list .col-md-4:nth-child(3n + 1), #product-search-list .col-md-4:nth-child(3n + 1) {
    clear: both; }
  #product-list .product-list-item, #product-search-list .product-list-item {
    text-align: center;
    margin-top: 40px; }
  #product-list .product-list-item a, #product-search-list .product-list-item a {
    color: #666;
    display: block;
    position: relative; }
  #product-list .product-list-item a .new-label, #product-search-list .product-list-item a .new-label {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 2;
    transition-duration: 250ms; }
  #product-list .product-list-item a:before, #product-search-list .product-list-item a:before {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition-duration: 250ms;
    content: ""; }
  #product-list .product-list-item a:hover .new-label, #product-search-list .product-list-item a:hover .new-label {
    right: -15px;
    top: -10px; }
    #product-list .product-list-item a:hover:before, #product-search-list .product-list-item a:hover:before {
      top: -15px;
      left: -15px;
      right: -15px;
      bottom: -15px;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.35); }
  #product-list .product-list-item img, #product-search-list .product-list-item img {
    width: 100%;
    height: auto;
    margin-bottom: 5px; }
  #product-list .product-list-item .name, #product-search-list .product-list-item .name {
    font-size: 20px; }

#categories-menu ul, .categories-menu ul {
  list-style: none;
  padding: 0; }
  #categories-menu > ul > li, .categories-menu > ul > li {
    margin-top: 5px; }
  #categories-menu > ul > li a, .categories-menu > ul > li a {
    font-size: 18px;
    color: #666; }
    #categories-menu > ul > li a:hover, .categories-menu > ul > li a:hover {
      color: #00a5ce; }
  #categories-menu > ul > li > ul > li, .categories-menu > ul > li > ul > li {
    margin-top: 5px; }
    #categories-menu > ul > li > ul > li.active > a:before, .categories-menu > ul > li > ul > li.active > a:before {
      content: url(/images/newlayout/list-minus.svg);
      visibility: hidden; }
    #categories-menu > ul > li > ul > li > a, .categories-menu > ul > li > ul > li > a {
      font-size: 16px;
      color: #666; }
      #categories-menu > ul > li > ul > li > a:before, .categories-menu > ul > li > ul > li > a:before {
        content: url(/images/newlayout/list-plus.svg);
        display: inline-block;
        margin-right: 5px;
        vertical-align: top;
        margin-top: 7px;
        opacity: 0.75;
        transition-duration: ; }
      #categories-menu > ul > li > ul > li > a:hover:before, .categories-menu > ul > li > ul > li > a:hover:before {
        opacity: 1; }
    #categories-menu > ul > li > ul > li ul, .categories-menu > ul > li > ul > li ul {
      padding-left: 20px; }
      #categories-menu > ul > li > ul > li ul li, .categories-menu > ul > li > ul > li ul li {
        margin-top: 5px; }
        #categories-menu > ul > li > ul > li ul li.active, .categories-menu > ul > li > ul > li ul li.active {
          text-decoration: underline; }
        #categories-menu > ul > li > ul > li ul li a, .categories-menu > ul > li > ul > li ul li a {
          font-size: 16px;
          color: #090d4a; }

.news-single-box .description, .product-box .description {
  overflow: auto; }
  .news-single-box h1, .product-box h1 {
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 20px; }
  .news-single-box h4, .product-box h4 {
    margin-bottom: 30px;
    margin-top: 40px; }
  .news-single-box .row.related-products, .product-box .row.related-products {
    margin-left: -5px;
    margin-right: -5px; }
  .news-single-box .row.related-products .col-md-2, .product-box .row.related-products .col-md-2 {
    padding: 0 5px;
    margin-bottom: 10px; }
  .news-single-box .row.related-products .col-md-2:nth-child(6n + 1), .product-box .row.related-products .col-md-2:nth-child(6n + 1) {
    clear: both; }
  .news-single-box .slider, .product-box .slider {
    margin-top: 20px; }
  .news-single-box .view360, .product-box .view360 {
    margin-bottom: 20px;
    width: 100%;
    padding-top: 68.73%;
    position: relative;
    border: 1px solid #00a5ce; }
  .news-single-box .view360 iframe, .product-box .view360 iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0; }
  .news-single-box .files, .product-box .files {
    list-style: none;
    padding: 0;
    margin: 0; }
  .news-single-box .files li:not(:first-child), .product-box .files li:not(:first-child) {
    margin-top: 20px; }
  .news-single-box .files .btn, .product-box .files .btn {
    min-width: 214px; }
  .news-single-box .related-product .thumbnail-wrapper, .product-box .related-product .thumbnail-wrapper {
    border: 1px solid #00a5ce;
    margin-bottom: ;
    display: block; }
  .news-single-box .related-product .thumbnail-wrapper img, .product-box .related-product .thumbnail-wrapper img {
    width: 100%;
    height: auto; }
  .news-single-box .related-product .name, .product-box .related-product .name {
    font-weight: 300;
    font-size: 17px;
    color: #000; }
  .news-single-box .video-wrapper, .product-box .video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.35%; }
  .news-single-box .video-wrapper:not(:first-child), .product-box .video-wrapper:not(:first-child) {
    margin-top: 20px; }
  .news-single-box .video-wrapper iframe, .product-box .video-wrapper iframe, .news-single-box .video-wrapper video, .product-box .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0; }

.product-box h3 {
  color: #a4025c;
  font-weight: 600;
  font-size: 22px; }
  .product-box .versions h4, .product-box .elements h4 {
    margin-bottom: 10px; }
  .product-box .versions .btn-default + .element, .product-box .elements .btn-default + .element {
    margin-top: 20px; }
  .product-box .versions .version, .product-box .elements .version, .product-box .versions .element, .product-box .elements .element {
    padding: 5px 0;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #c8c8c8; }
  .product-box .versions .version .ean, .product-box .elements .version .ean, .product-box .versions .element .ean, .product-box .elements .element .ean, .product-box .versions .version .icode, .product-box .elements .version .icode, .product-box .versions .element .icode, .product-box .elements .element .icode {
    font-size: 10px; }
  .product-box .versions .version p, .product-box .elements .version p, .product-box .versions .element p, .product-box .elements .element p {
    font-weight: 600;
    clear: both; }
  .product-box .versions .version a, .product-box .elements .version a, .product-box .versions .element a, .product-box .elements .element a {
    float: right;
    width: 25px;
    background: url(/images/newlayout/order-bg.svg) center right no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
    position: absolute;
    top: 5px;
    right: 0px;
    bottom: 5px;
    z-index: 2; }
    .product-box .versions .version a:before, .product-box .elements .version a:before, .product-box .versions .element a:before, .product-box .elements .element a:before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 25px;
      background: #e2e2e2; }
    .product-box .versions .version a:after, .product-box .elements .version a:after, .product-box .versions .element a:after, .product-box .elements .element a:after {
      content: '';
      background: url(/images/newlayout/order-tick.svg) center center no-repeat;
      position: absolute;
      display: block;
      width: 15px;
      height: 15px;
      right: 5px;
      bottom: 5px; }
    .product-box .versions .version a:hover, .product-box .elements .version a:hover, .product-box .versions .element a:hover, .product-box .elements .element a:hover {
      width: 100%; }
    .product-box .versions .version a:hover:after, .product-box .elements .version a:hover:after, .product-box .versions .element a:hover:after, .product-box .elements .element a:hover:after {
      background-image: url(/images/newlayout/order-add.svg) !important; }
    .product-box .versions .version a:hover span, .product-box .elements .version a:hover span, .product-box .versions .element a:hover span, .product-box .elements .element a:hover span {
      display: block;
      color: #00a5ce;
      position: absolute;
      top: 0px;
      right: 5px;
      font-size: 12px;
      text-transform: uppercase;
      white-space: nowrap; }
    .product-box .versions .version a span, .product-box .elements .version a span, .product-box .versions .element a span, .product-box .elements .element a span {
      display: none; }
  .product-box .versions .version.order-available, .product-box .elements .version.order-available {
    position: relative;
    padding-right: 30px; }
  .product-box .versions .version.order-available.added a:after, .product-box .elements .version.order-available.added a:after {
    background-image: url(/images/newlayout/order-added.svg); }

.new-label {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  height: 28px;
  line-height: 28px;
  padding: 0 10px 0 5px;
  display: inline-block;
  background: #ee7e5a;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(238, 126, 90, 1) 0%, rgba(212, 81, 29, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(238, 126, 90, 1) 0%, rgba(212, 81, 29, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(238, 126, 90, 1) 0%, rgba(212, 81, 29, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee7e5a', endColorstr='#d4511d',GradientType=1);
  /* IE6-9 */
  position: relative;
  margin: 0 14px 0 0; }
  .new-label:before {
    content: "";
    background: url(/images/newlayout/news-label-start.svg);
    display: block;
    width: 13px;
    height: 35px;
    position: absolute;
    top: 0;
    left: -13px; }
  .new-label:after {
    content: "";
    background: url(/images/newlayout/news-label-end.svg);
    display: block;
    width: 14px;
    height: 28px;
    position: absolute;
    top: 0;
    right: -14px; }
  .new-label.reverse {
    padding: 0 5px 0 10px;
    background: #ee7e5a;
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(212, 81, 29, 1) 0%, rgba(238, 126, 90, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(212, 81, 29, 1) 0%, rgba(238, 126, 90, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(212, 81, 29, 1) 0%, rgba(238, 126, 90, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4511d', endColorstr='#ee7e5a',GradientType=1);
    /* IE6-9 */
    margin: 0 0 0 14px; }
  .new-label.reverse:before {
    background: url(/images/newlayout/news-label-end-r.svg);
    width: 14px;
    height: 28px;
    left: -14px;
    right: auto; }
  .new-label.reverse:after {
    background: url(/images/newlayout/news-label-start-r.svg);
    width: 13px;
    height: 35px;
    right: -13px;
    left: auto; }

.slider {
  margin-bottom: 20px;
  overflow: auto; }

.slider .list {
  width: 92px;
  height: 450px;
  float: right;
  position: relative; }

.slider .list .list-wrapper {
  width: 100%;
  overflow: hidden;
  height: calc(100% - 58px);
  position: relative; }

.slider .list .thumbnails {
  position: relative;
  top: 0;
  left: 0; }

.slider .list .thumbnails a {
  display: block;
  height: 92px; }
  .slider .list .thumbnails a:not(:first-child) {
    margin-top: 8px; }

.slider .list a.prev, .slider .list a.next {
  width: 100%;
  height: 20px;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100); }

.slider .list a.prev:hover, .slider .list a.next:hover {
  opacity: 0.75;
  filter: alpha(opacity=75); }

.slider .list a.prev.disabled, .slider .list a.next.disabled, .slider .list a.prev.disabled:hover, .slider .list a.next.disabled:hover {
  opacity: 0.25;
  filter: alpha(opacity=25); }

.slider .list a.prev {
  margin-bottom: 8px; }

.slider .list a.next {
  margin-top: 8px; }

.slider .list a.prev .arrow, .slider .list a.next .arrow {
  height: 20px;
  width: 100%;
  display: block;
  margin: 0 auto; }

.slider .list a.prev .arrow {
  background: url(/images/newlayout/slider-arrow-up.svg) top center no-repeat; }

.slider .list a.next .arrow {
  background: url(/images/newlayout/slider-arrow-down.svg) top center no-repeat; }

.slider .list a img {
  border: 1px solid #00a5ce;
  display: block;
  width: 100%;
  height: auto; }

.slider .list a.active img {
  opacity: 0.65; }

.slider .list a:hover {
  opacity: 0.65;
  filter: alpha(opacity=65); }

.slider .image-wrapper {
  width: 450px;
  height: 450px;
  border: 1px solid #00a5ce;
  position: relative;
  float: left;
  margin-right: 28px; }

.slider .image-wrapper .slide {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none; }

.slider .image-wrapper .slide.active {
  display: block; }

.slider .image-wrapper img {
  display: block;
  max-width: 100%;
  height: auto; }

#uploaded-files {
  margin-bottom: 10px; }
  #uploaded-files > div {
    color: #959595;
    padding: 10px 0;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 10px; }
  #uploaded-files .delete-file {
    border-radius: 3px !important;
    border: 1px solid #666;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    line-height: 14px;
    background: #fff;
    display: inline-block;
    color: #666;
    min-width: 197px;
    min-width: 1px;
    font-size: 12px;
    padding: 2px 10px;
    display: inline-block;
    width: auto;
    float: right;
    margin-left: 10px;
    cursor: pointer; }
  #uploaded-files .delete-file:hover, #uploaded-files .delete-file:focus, #uploaded-files .delete-file:active {
    background: #fff;
    border-color: #00a5ce;
    color: #00a5ce; }
  #uploaded-files .delete-file.disabled {
    background-color: #959595 !important;
    color: #fff;
    border-color: #959595 !important;
    pointer-events: none; }
  #uploaded-files .delete-file.btn-sm {
    min-width: 1px;
    font-size: 12px;
    padding: 2px 10px;
    display: inline-block;
    width: auto; }

#sitemap ul {
  list-style: none;
  padding-left: 20px; }

#stock .errorMessage {
  display: none; }
  #stock .form .checkbox-list {
    margin-left: 0; }

.ui-widget-content.ui-autocomplete {
  border-radius: 3px;
  border: 1px solid #666;
  transition-duration: 0ms;
  position: fixed;
  padding: 0 !important; }
  .ui-widget-content.ui-autocomplete + .ui-widget-content.ui-autocomplete.ui-autocomplete {
    position: absolute; }
  .ui-widget-content.ui-autocomplete .ui-menu-item a {
    padding: 6px 10px !important;
    border-radius: 0;
    border: none; }
  .ui-widget-content.ui-autocomplete .ui-menu-item a.ui-state-hover {
    background-color: #00a5ce !important;
    color: #fff; }

.ui-widget-content.ui-menu {
  padding: 10px;
  max-height: 177px;
  overflow: auto; }
  .ui-widget-content.ui-menu .ui-menu-item {
    transition-duration: 0ms; }
  .ui-widget-content.ui-menu .ui-menu-item a {
    padding: 10px;
    font-size: 14px;
    font-weight: 300 !important;
    font-family: 'Titillium Web', sans-serif;
    border: 1px solid transparent;
    margin: 0;
    transition-duration: 0ms; }
    .ui-widget-content.ui-menu .ui-menu-item a.ui-state-hover {
      background: none;
      border-color: #00a5ce;
      margin: 0; }

#index {
  margin-top: -60px; }
  #index > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  #index #slider {
    width: 100%;
    padding-top: calc(51.7% + 56px);
    position: relative;
    overflow: hidden; }
  #index #slider .slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  #index #slider .slide:first-child {
    display: block; }
  #index #slider .slide img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  #index #slider .slide a {
    font-size: 0px; }
  #index #slider .slide .slide-description {
    color: #000;
    position: absolute;
    top: calc(100% - 113px);
    left: 0;
    right: 0; }
    #index #slider .slide .slide-description .description-content {
      background: #fff;
      padding: 0 0; }
    #index #slider .slide .slide-description .wave {
      width: 100%;
      background: url(/images/newlayout/wave-overlay.svg) center top no-repeat;
      background-size: 100% 100%;
      position: relative;
      top: 1px; }
    #index #slider .slide .slide-description .wave:before {
      padding-top: 6.55%;
      content: "";
      display: block; }
    #index #slider .slide .slide-description .wave .logo {
      width: 25%;
      height: auto;
      position: absolute;
      top: 40%;
      left: 16%; }
    #index #slider .slide .slide-description .title, #index #slider .slide .slide-description .description {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    #index #slider .slide .slide-description .title {
      font-size: 28px;
      font-weight: 300;
      display: block;
      line-height: 34px; }
    #index #slider .slide .slide-description .description {
      font-size: 16px;
      display: block; }
  #index #slider #slider-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px; }
  #index #slider #slider-menu .title {
    color: #fff;
    font-weight: normal; }
  #index #slider #slider-pager {
    text-align: right;
    float: right;
    cursor: default;
    line-height: 10px; }
  #index #slider #slider-pager li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    background-color: #8b9ba5; }
    #index #slider #slider-pager li.active, #index #slider #slider-pager li:hover {
      background-color: #00a5ce; }
  #index #banner-link {
    height: 80px;
    display: block;
    background: url(/images/newlayout/banner-link-bg.jpg) center center no-repeat;
    background-size: cover;
    text-align: right;
    padding: 22px 44px; }
  #index #banner-link h3 {
    display: inline;
    color: #fff;
    font-size: 36px;
    font-weight: 100;
    line-height: 36px;
    vertical-align: top; }
  #index #banner-link span {
    margin-left: 22px; }
  #index .community-col {
    width: calc(25% - 1px); }
  #index #community-box .wave, #index #welcome-box .wave {
    width: 100%;
    background: url(/images/newlayout/wave-overlay2.svg) center bottom no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 1px; }
  #index #community-box .wave:before, #index #welcome-box .wave:before {
    padding-top: 6.55%;
    content: "";
    display: block; }
  #index #community-box .underwave, #index #welcome-box .underwave {
    background: #fff;
    width: 100%;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #8b9ba5;
    padding: 5px 10px 10px; }
  #index #community-box .underwave .logo, #index #welcome-box .underwave .logo {
    width: 50%;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px; }
  #index #community-box {
    margin-left: -20px;
    margin-bottom: 10px;
    display: block;
    position: relative; }
  #index #community-box .wave-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  #index #welcome-box {
    background-color: #e5f6fa;
    border: 1px solid #afafaf;
    padding: 10px;
    margin-top: 10px;
    margin-left: -20px; }
  #index #welcome-box.new {
    background: none;
    border: none;
    padding-top: 0; }
  #index #welcome-box.new h3 {
    font-size: 20px;
    color: #010755;
    font-weight: 300;
    margin-bottom: 0; }
  #index #welcome-box.new button {
    width: 76px;
    height: 34px;
    border-radius: 17px !important;
    border: 1px solid #ccc;
    padding: 0;
    min-width: 1px;
    margin: 0;
    position: relative;
    transition-duration: 350ms;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8f8f8f+0,4c4c4c+100 */
    background: #8f8f8f;
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(143, 143, 143, 1) 0%, rgba(76, 76, 76, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(143, 143, 143, 1) 0%, rgba(76, 76, 76, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(143, 143, 143, 1) 0%, rgba(76, 76, 76, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f8f8f', endColorstr='#4c4c4c',GradientType=1);
    /* IE6-9 */
    z-index: 1; }
    #index #welcome-box.new button:before {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00ace4+0,170c66+100 */
      background: #00ace4;
      /* Old browsers */
      background: -moz-linear-gradient(left, rgba(0, 172, 228, 1) 0%, rgba(23, 12, 102, 1) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(0, 172, 228, 1) 0%, rgba(23, 12, 102, 1) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(0, 172, 228, 1) 0%, rgba(23, 12, 102, 1) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ace4', endColorstr='#170c66',GradientType=1);
      /* IE6-9 */
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      content: "";
      display: block;
      opacity: 0;
      transition-duration: 350ms;
      border-radius: 16px; }
    #index #welcome-box.new button:after {
      position: absolute;
      top: 4px;
      left: 4px;
      width: 24px;
      height: 24px;
      display: block;
      content: "";
      border-radius: 100%;
      background-color: #fff;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
      transition-duration: 350ms;
      z-index: 3; }
    #index #welcome-box.new button[disabled] {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#212121+0,535353+100 */ }
    #index #welcome-box.new button[disabled]:after {
      background: #212121;
      /* Old browsers */
      background: -moz-linear-gradient(top, rgba(33, 33, 33, 1) 0%, rgba(83, 83, 83, 1) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(33, 33, 33, 1) 0%, rgba(83, 83, 83, 1) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(33, 33, 33, 1) 0%, rgba(83, 83, 83, 1) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#535353',GradientType=0);
      /* IE6-9 */ }
    #index #welcome-box.new button:not([disabled]):after {
      animation: pulse 2s infinite; }
    #index #welcome-box.new button:not([disabled]):hover:after {
      left: 46px; }
      #index #welcome-box.new button:not([disabled]):hover:before {
        opacity: 1; }
  #index #welcome-box.new input[type="email"] {
    margin-right: 30px;
    width: calc(100% - 30px); }
  #index #welcome-box.new .checkbox {
    margin-top: -10px; }
  #index #welcome-box.new .form-field {
    margin-top: 10px; }
    #index #welcome-box.new .form-field span {
      font-size: 8px;
      display: block;
      text-align: center;
      margin-top: -10px; }
  #index #welcome-box h3 {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 10px; }
  #index #welcome-box p {
    font-size: 14px;
    margin: 10px 0; }
  #index #welcome-box p.small {
    font-size: 12px; }
  #index #welcome-box .checkbox input {
    margin-left: 0; }
  #index #welcome-box .checkbox.error {
    color: red; }
  #index #welcome-box input[disabled] {
    opacity: 0.35; }
  #index #welcome-box .wave {
    width: calc(100% + 20px + 2px);
    margin-left: -11px; }
  #index #welcome-box .underwave {
    margin-bottom: -11px;
    width: calc(100% + 20px + 2px);
    margin-left: -11px; }
  #index #newsletter-form td {
    vertical-align: top; }
  #index #newsletter-form td input {
    margin-bottom: 10px; }
  #index #newsletter-form #mc_embed_signup .submit-wrapper {
    text-align: center; }
    #index #newsletter-form #mc_embed_signup .submit-wrapper input[type="submit"] {
      border-radius: 3px !important;
      border: 1px solid #666;
      font-size: 14px;
      font-weight: 300;
      padding: 10px;
      line-height: 14px;
      background: #fff;
      display: inline-block;
      color: #666;
      min-width: 197px;
      margin-top: 0; }
    #index #newsletter-form #mc_embed_signup .submit-wrapper input[type="submit"]:hover, #index #newsletter-form #mc_embed_signup .submit-wrapper input[type="submit"]:focus, #index #newsletter-form #mc_embed_signup .submit-wrapper input[type="submit"]:active {
      background: #fff;
      border-color: #00a5ce;
      color: #00a5ce; }
    #index #newsletter-form #mc_embed_signup .submit-wrapper input[type="submit"].disabled {
      background-color: #959595 !important;
      color: #fff;
      border-color: #959595 !important;
      pointer-events: none; }
    #index #newsletter-form #mc_embed_signup .submit-wrapper input[type="submit"].btn-sm {
      min-width: 1px;
      font-size: 12px;
      padding: 2px 10px;
      display: inline-block;
      width: auto; }
  #index #newsletter-form #mc_embed_signup div.mce_inline_error {
    color: #f00;
    font-style: italic;
    text-align: right;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 5px;
    display: block;
    clear: both;
    background: none;
    font-weight: normal; }
  #index #newsletter-form #mc_embed_signup #mce-responses {
    margin-top: 10px; }
    #index #newsletter-form #mc_embed_signup #mce-responses .response {
      background: #fff !important;
      margin-bottom: 0; }
  #index #home-banner {
    padding-top: 57.4%;
    width: 100%;
    position: relative;
    margin-top: 50px; }
  #index #home-banner .banner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  #index #home-banner .banner img {
    width: 100%;
    height: auto; }
  #index #home-banner .banner.active {
    display: block; }
  #index .news-col {
    margin-top: 20px; }
  #index .yt-col {
    margin-top: 20px; }
  #index .banner-col {
    margin-top: 20px; }

#home-news {
  margin-bottom: -40px; }
  #home-news .col-sm-6 {
    margin-bottom: 40px; }
  #home-news .col-sm-6:nth-child(odd) {
    clear: both; }

#search-result h4 {
  margin-bottom: 20px; }
  #search-result .news-list .col-xs-12 {
    margin-bottom: 40px; }

#home-news .news-single .date, #search-result .news-list .news-single .date {
  display: block;
  color: #c8c8c8;
  font-size: 12px; }
  #home-news .news-single .h3, #search-result .news-list .news-single .h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    color: #000;
    display: block;
    line-height: normal; }
  #home-news .news-single .p, #search-result .news-list .news-single .p {
    margin: 0 0 5px;
    font-size: 20px;
    color: #666;
    display: block;
    line-height: normal; }
  #home-news .news-single .h3, #search-result .news-list .news-single .h3, #home-news .news-single .p, #search-result .news-list .news-single .p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  #home-news .news-single .image-wrapper, #search-result .news-list .news-single .image-wrapper {
    position: relative; }
  #home-news .news-single .image-wrapper .new-label, #search-result .news-list .news-single .image-wrapper .new-label {
    position: absolute;
    top: 5px;
    right: 0; }
  #home-news .news-single .image-wrapper img, #search-result .news-list .news-single .image-wrapper img {
    width: 100%;
    height: auto; }
  #home-news .news-single .image-wrapper .wave, #search-result .news-list .news-single .image-wrapper .wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: url(/images/newlayout/wave-overlay.svg) center bottom no-repeat;
    background-size: 100% 100%; }
    #home-news .news-single .image-wrapper .wave:before, #search-result .news-list .news-single .image-wrapper .wave:before {
      padding-top: 6.55%;
      content: "";
      display: block; }
  #home-news .news-single .image-wrapper:before, #search-result .news-list .news-single .image-wrapper:before {
    content: '';
    display: block;
    background: url(/images/newlayout/image-shadow.png) center top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px; }
  #home-news .news-single.recommend-banner, #search-result .news-list .news-single.recommend-banner {
    margin-top: 53px; }
  #home-news .news-single *, #search-result .news-list .news-single * {
    transition-duration: 250ms; }
  #home-news .news-single a:hover .date, #search-result .news-list .news-single a:hover .date, #home-news .news-single a:hover .p, #search-result .news-list .news-single a:hover .p, #home-news .news-single a:hover .h3, #search-result .news-list .news-single a:hover .h3 {
    color: #00a5ce; }

#yt-movie {
  margin-bottom: 30px;
  padding-top: calc(100% / 16 * 9);
  position: relative;
  margin-bottom: 66px; }
  #yt-movie h3 {
    color: #00a5ce;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 26px;
    position: absolute;
    bottom: -36px;
    width: 100%; }
  #yt-movie iframe {
    position: absolute;
    top: 0; }

#yt-list .yt-list-item {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: auto;
  clear: both; }
  #yt-list .yt-list-item .h4 {
    color: #00a5ce;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    margin-top: 0; }
  #yt-list .yt-list-item .p {
    color: #000;
    font-size: 12px;
    display: block;
    transition-duration: 250ms; }
  #yt-list .yt-list-item a {
    cursor: pointer;
    display: block;
    transition-duration: 250ms; }
  #yt-list .yt-list-item a:hover .p {
    color: #00a5ce; }

#yt-channel {
  padding: 5px 10px; }

.uploadifive-queue-item .progress {
  margin-bottom: 0; }

.upload_button .uploadifive-button {
  border-radius: 3px !important;
  border: 1px solid #666;
  font-size: 14px;
  font-weight: 300;
  padding: 10px;
  line-height: 14px;
  background: #fff;
  display: inline-block;
  color: #666;
  min-width: 197px;
  text-shadow: none;
  font-family: 'Titillium Web', sans-serif;
  text-transform: none;
  line-height: 14px !important;
  height: auto !important;
  cursor: pointer;
  position: relative; }
  .upload_button .uploadifive-button:hover, .upload_button .uploadifive-button:focus, .upload_button .uploadifive-button:active {
    background: #fff;
    border-color: #00a5ce;
    color: #00a5ce; }
  .upload_button .uploadifive-button.disabled {
    background-color: #959595 !important;
    color: #fff;
    border-color: #959595 !important;
    pointer-events: none; }
  .upload_button .uploadifive-button.btn-sm {
    min-width: 1px;
    font-size: 12px;
    padding: 2px 10px;
    display: inline-block;
    width: auto; }
  .upload_button .uploadifive-button input[type="file"] {
    left: -1px !important;
    right: -1px !important;
    top: -1px !important;
    bottom: -1px !important;
    cursor: pointer; }

.my-orders ul {
  list-style: none;
  padding: 0;
  display: table; }
  .my-orders .my-order {
    display: table-row; }
  .my-orders .my-order span {
    padding: 5px 10px 5px 0;
    vertical-align: bottom;
    display: table-cell; }
  .my-orders .my-order span:last-child {
    padding-right: 0; }
  .my-orders .my-order .order-id {
    font-weight: 600;
    color: #000; }
  .my-orders .my-order .status {
    text-align: center; }
  .my-orders .my-order .date {
    font-size: 11px; }

#order {
  list-style: none;
  padding: 0;
  display: table;
  width: 100%; }
  #order li {
    overflow: auto;
    display: table-row;
    width: 100%; }
  #order li > div {
    padding-right: 40px;
    display: table-cell;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 1px; }
  #order li > div .nowrap span:first-child {
    margin-right: 40px; }
  #order li > div:first-child {
    width: auto; }
  #order li > div.buttons {
    padding-right: 0;
    vertical-align: bottom;
    white-space: nowrap; }
  #order li p {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    color: #000; }

#my-order textarea {
  width: 100%;
  height: 100px;
  resize: vertical;
  margin-bottom: 20px; }

.overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 165, 206, 0.5);
  padding: 0 20px;
  z-index: 8000; }

.dialog {
  position: relative;
  margin: 80px auto;
  max-width: 650px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #c8c8c8; }
  .dialog .dialog-header {
    margin: 0 20px;
    border-bottom: 1px solid #c8c8c8; }
  .dialog .dialog-header h4 {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    border-bottom: none; }
  .dialog .dialog-header .close {
    width: 40px;
    height: 40px;
    background: url(/images/newlayout/close.svg) center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1; }
  .dialog .dialog-content {
    padding: 20px; }
  .dialog .dialog-content .ean {
    float: right;
    text-align: right; }
  .dialog .dialog-content .name {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #000;
    margin-bottom: 20px; }
  .dialog .dialog-content .form {
    float: right; }
  .dialog .dialog-content .form input[type="number"] {
    height: 36px;
    margin-right: 10px;
    width: 75px;
    text-align: center;
    font-size: 20px; }
  .dialog .dialog-content .form input[type="submit"] {
    margin: 0; }
  .dialog .dialog-footer {
    position: relative; }
  .dialog .dialog-footer .wave {
    width: 100%;
    height: 50px;
    background: url(/images/newlayout/wave-overlay.svg) left -75px top no-repeat;
    background-size: 723px;
    padding: 20px 40px 0; }
  .dialog .dialog-footer .wave .logo {
    width: auto;
    height: 15px; }

.category-banner {
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
  color: #fff;
  margin-top: -120px;
  position: relative;
  margin-bottom: -20px; }
  .category-banner:after {
    position: absolute;
    content: "";
    display: block;
    height: 65%;
    bottom: -1px;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0);
    /* IE6-9 */ }
  .category-banner .container {
    margin-top: 100px; }
  .category-banner .container h1 {
    color: #fff;
    font-size: 60px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.15); }

@media only screen and (max-width: 1280px) {
  footer #languages .active-lang {
    top: 0;
    right: 0; } }

@media only screen and (min-width: 1230px) {
  nav.search-enabled .navbar-nav:first-child {
    opacity: 0; }
    nav.search-enabled .search .search-form-wrapper {
      transition-duration: 250ms; }
      nav.search-enabled .search .search-form-wrapper form {
        display: inline-block; }
      nav.search-enabled .search .search-form-wrapper > a svg path {
        fill: #fff !important; } }

@media only screen and (max-width: 1229px) {
  .navbar-fixed-top #navbar.navbar-collapse, .navbar-fixed-bottom #navbar.navbar-collapse {
    max-height: 369px; }

  #navbar {
    background-color: #00a5ce;
    border: 1px solid #00a5ce; }
    #navbar .navbar-nav {
      margin: 0 -15px; }
      #navbar .navbar-nav > li {
        border-bottom: 1px solid #b2e4f0; }
        #navbar .navbar-nav > li a {
          position: relative; }
          #navbar .navbar-nav > li a:after {
            display: block;
            content: '';
            background: url(/images/newlayout/white-arrow-right.svg) center center no-repeat;
            height: 12px;
            width: 12px;
            position: absolute;
            right: 14px;
            top: 14px; }
        #navbar .navbar-nav > li.search {
          width: 100%;
          height: auto; }
          #navbar .navbar-nav > li.search .search-form-wrapper {
            width: 100% !important;
            position: relative; }
            #navbar .navbar-nav > li.search .search-form-wrapper > a {
              width: 100%;
              padding: 10px 15px;
              color: #fff; }
              #navbar .navbar-nav > li.search .search-form-wrapper > a:hover {
                color: #333; }
              #navbar .navbar-nav > li.search .search-form-wrapper > a font {
                display: inline; }
              #navbar .navbar-nav > li.search .search-form-wrapper > a svg {
                float: right; }
              #navbar .navbar-nav > li.search .search-form-wrapper > a:after {
                display: none; }
            #navbar .navbar-nav > li.search .search-form-wrapper form {
              background-color: #80d2e6;
              padding: 20px; }
              #navbar .navbar-nav > li.search .search-form-wrapper form input {
                padding: 10px;
                margin-left: 0; }
              #navbar .navbar-nav > li.search .search-form-wrapper form a.search-close:after {
                display: none; }
        #navbar .navbar-nav > li.active > a:after {
          transform: rotate(180deg); }
        #navbar .navbar-nav > li.dropdown .dropdown-menu {
          transform: none;
          left: 0;
          right: 0;
          margin: 0;
          width: 100%;
          border: none;
          background-color: #b2e4f0; }
          #navbar .navbar-nav > li.dropdown .dropdown-menu:before {
            display: none; }
          #navbar .navbar-nav > li.dropdown .dropdown-menu li {
            display: block;
            border-bottom: 1px solid #00a5ce; }
            #navbar .navbar-nav > li.dropdown .dropdown-menu li a {
              display: block;
              color: #333;
              padding: 10px 15px; }
              #navbar .navbar-nav > li.dropdown .dropdown-menu li a:after {
                background: url(/images/newlayout/gray-arrow-right.svg) center center no-repeat; }
            #navbar .navbar-nav > li.dropdown .dropdown-menu li.dropdown-submenu:after {
              display: none; }
              #navbar .navbar-nav > li.dropdown .dropdown-menu li.dropdown-submenu:hover > a:before {
                display: none; }
                #navbar .navbar-nav > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
                  display: none; }
              #navbar .navbar-nav > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
                padding: 0;
                background-color: #80d2e6;
                position: relative;
                top: 0; }
                #navbar .navbar-nav > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu li {
                  width: 100%;
                  margin: 0; }
                  #navbar .navbar-nav > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu li:last-child {
                    border-bottom: 0; }
                  #navbar .navbar-nav > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu li a {
                    font-size: 12px; }
          #navbar .navbar-nav > li.dropdown.open {
            border-bottom: 0 !important; }
          #navbar .navbar-nav > li.dropdown.open:before {
            display: none; }
          #navbar .navbar-nav > li.dropdown.open > a:after {
            transform: rotate(90deg); }
          #navbar .navbar-nav > li.dropdown.open .dropdown-menu > li > a {
            color: #333; }
          #navbar .navbar-nav > li.dropdown.languages > a {
            padding: 10px 15px; }
            #navbar .navbar-nav > li.dropdown.languages > a font {
              display: inline; }
            #navbar .navbar-nav > li.dropdown.languages > a img {
              float: right;
              margin-top: 3px; }
            #navbar .navbar-nav > li.dropdown.languages > a:after {
              display: none; }
          #navbar .navbar-nav > li.dropdown.languages .dropdown-menu {
            background-color: #f8fdfe; }
            #navbar .navbar-nav > li.dropdown.languages .dropdown-menu li {
              border: none;
              max-width: 215px;
              margin-left: auto;
              margin-right: auto; }
              #navbar .navbar-nav > li.dropdown.languages .dropdown-menu li a {
                line-height: 14px; }
                #navbar .navbar-nav > li.dropdown.languages .dropdown-menu li a:after {
                  display: none; }
          #navbar .navbar-nav > li.dropdown.profile svg {
            float: right;
            margin-right: 0; }
          #navbar .navbar-nav > li.dropdown.profile a:after {
            display: none; }
          #navbar .navbar-nav > li.dropdown.profile .dropdown-menu {
            background-color: #f8fdfe; }
            #navbar .navbar-nav > li.dropdown.profile .dropdown-menu li {
              border: none;
              max-width: 298px;
              margin-left: auto;
              margin-right: auto; }
          #navbar .navbar-nav > li.dropdown.profile.logged > a {
            max-width: 100%; }
      #navbar .navbar-nav.navbar-right > li:last-child {
        border-bottom: none; }

  nav.search-enabled .search .search-form-wrapper form {
    display: block; }

  .product-box .versions .version .ean, .product-box .elements .version .ean, .product-box .versions .element .ean, .product-box .elements .element .ean, .product-box .versions .version .icode, .product-box .elements .version .icode, .product-box .versions .element .icode, .product-box .elements .element .icode {
    display: block;
    float: none !important; }
    .product-box .versions .version p, .product-box .elements .version p, .product-box .versions .element p, .product-box .elements .element p {
      margin-top: 0px; }

  .slider .image-wrapper {
    width: 350px;
    height: 350px; }
    .slider .list {
      height: 350px;
      width: 67px; }
    .slider .list .thumbnails a {
      height: 67px; }

  #index #slider {
    padding-top: calc(55.7% + 56px); }
    #index #slider .slide .slide-description {
      top: calc(100% - 101px); }

  .category-banner {
    height: 250px; }
    .category-banner .container {
      margin-top: 80px; }
    .category-banner .container h1 {
      font-size: 50px; } }

@media only screen and (max-width: 1229px) and (min-width: 992px), screen and (max-width: 767px) {
  .my-orders ul {
    display: block; }
    .my-orders .my-order {
      display: block;
      padding: 10px 0; }
      .my-orders .my-order span {
        display: block;
        padding: 0; }
        .my-orders .my-order span:first-child, .my-orders .my-order span:nth-child(2) {
          float: left;
          width: 50%; }
        .my-orders .my-order span.buttons {
          text-align: right; }
      .my-orders .my-order .date {
        text-align: right; }
      .my-orders .my-order .status {
        text-align: left;
        clear: both;
        float: left; }
      .my-orders .my-order .btn {
        margin-top: 5px; } }

@media only screen and (max-width: 991px) {
  #content {
    padding-top: 40px;
    padding-bottom: 40px; }

  h1 {
    font-size: 36px;
    margin-bottom: 20px; }

  h2 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px; }

  h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px; }

  h4 {
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px; }

  p {
    font-size: 15px;
    margin-top: 10px; }

  .form .value {
    font-size: 20px; }

  #index {
    margin-top: -40px; }
    #index > .row > div {
      width: 100%; }
      #index > .row .slider-col {
        order: 1; }
      #index > .row .community-col {
        order: 4;
        margin-top: 20px; }
      #index > .row .news-col {
        order: 3; }
      #index > .row .yt-col {
        order: 5; }
      #index > .row .banner-col {
        order: 2; }
    #index #community-box, #index #welcome-box {
      margin-left: 0; }
      #index #community-box .underwave .logo, #index #welcome-box .underwave .logo {
        width: 25%; }
    #index #slider .slide .slide-description .title {
      font-size: 22px;
      line-height: 22px; }
      #index #slider .slide .slide-description .description {
        font-size: 13px; }
    #index #home-news .col-sm-6 {
      margin-bottom: 20px; }
      #index #home-news .news-single .h3 {
        font-size: 18px; }
        #index #home-news .news-single .p {
          font-size: 16px; }
        #index #home-news .news-single.recommend-banner {
          margin-top: 44px; }

  .page:not(#about):not(#contact) .col-md-3 #address-box {
    display: none; }

  .page#about .col-md-3 .video-wrapper, .page#contact .col-md-3 .video-wrapper {
    display: none; }

  #search-menu form, #search-result form {
    margin-left: 0; }

  #news-category-menu .news-list-item.col-md-4:nth-child(3n + 1), #news-search-list .news-list-item.col-md-4:nth-child(3n + 1) {
    clear: none; }
    #news-category-menu .news-list-item.col-md-4:nth-child(2n + 1), #news-search-list .news-list-item.col-md-4:nth-child(2n + 1) {
      clear: both; }

  #product-list .col-md-4:nth-child(3n + 1), #product-search-list .col-md-4:nth-child(3n + 1) {
    clear: none; }
    #product-list .col-md-4:nth-child(2n + 1), #product-search-list .col-md-4:nth-child(2n + 1) {
      clear: both; }

  .news-single-box .row.related-products .col-md-2:nth-child(6n + 1), .product-box .row.related-products .col-md-2:nth-child(6n + 1) {
    clear: none; }
    .news-single-box .row.related-products .col-md-2:nth-child(3n + 1), .product-box .row.related-products .col-md-2:nth-child(3n + 1) {
      clear: both; }

  #dealers form {
    margin-left: 0; }

  #search-menu input[type="submit"], #search-result input[type="submit"], #dealers input[type="submit"] {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  footer #footer-logo {
    height: 30px;
    width: auto; }
    footer .row {
      display: block; }
    footer .row .row > div:nth-child(4) {
      clear: both;
      border-left: 0;
      border-top: 1px solid #c8c8c8;
      padding-top: 15px; }
      footer .row .row > div:nth-child(4) #languages .active-lang {
        top: 15px; }
      footer .row .row > div:nth-child(4) ul li {
        display: inline-block;
        margin-right: 20px; }
        footer .row .row > div:nth-child(4) ul#languages-sites {
          margin-top: 5px; }
          footer .row .row > div:nth-child(4) ul#languages-sites a {
            margin-left: 0; }
    footer .row .row > div:nth-child(-n+3) {
      margin-bottom: 15px; }
    footer #underfooter #underfooter-logo {
      margin-left: 0; }
    footer #underfooter .copyrights {
      margin-right: 0; }

  .product-box .versions .version .ean, .product-box .elements .version .ean, .product-box .versions .element .ean, .product-box .elements .element .ean {
    display: inline;
    float: right !important; }

  #index #slider {
    padding-top: calc(60% + 40px); }
    #index #slider .slide .slide-description {
      top: calc(100% - 87px); }
    #index #banner-link {
      text-align: center;
      height: auto; }

  .category-banner {
    height: 200px;
    margin-top: -80px; }
    .category-banner .container {
      margin-top: 60px; }
    .category-banner .container h1 {
      font-size: 40px; } }

@media only screen and (max-width: 767px) {
  #content {
    padding-top: 30px;
    padding-bottom: 30px; }

  h1 {
    font-size: 32px; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 19px; }

  h4 {
    font-size: 9px; }

  p {
    font-size: 14px; }

  .form .value {
    font-size: 18px; }

  #dealers .recommended-banner {
    margin-top: 40px; }

  #product-list .product-list-item a:hover:before, #product-search-list .product-list-item a:hover:before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px; }

  #dealers #map_canvas {
    height: 320px !important; }

  #index {
    margin-top: -30px; }
    #index #community-box .underwave .logo {
      width: 50%; }
    #index #welcome-box h3 {
      font-size: 14px; }
      #index #welcome-box p {
        font-size: 12px; }
      #index #welcome-box .form label {
        font-size: 10px; }
      #index #welcome-box .form-field input {
        font-size: 18px; }
      #index #welcome-box .underwave .logo {
        width: 50%; }
    #index #slider {
      padding-top: calc(86.7% + 41px);
      margin-bottom: 20px; }
      #index #slider .slide .slide-description {
        top: calc(93.45% - 41px); }
        #index #slider .slide .slide-description .description-content {
          padding-bottom: 0; }
        #index #slider .slide .slide-description .title {
          font-size: 18px;
          line-height: normal; }
        #index #slider .slide .slide-description .description {
          font-size: 10px; }
    #index #home-news .col-sm-6 {
      margin-bottom: 20px; }
      #index #home-news .news-single .h3 {
        font-size: 18px; }
        #index #home-news .news-single .p {
          font-size: 16px; }
        #index #home-news .news-single.recommend-banner {
          margin-top: 0px; }
    #index #banner-link {
      padding: 22px; }
      #index #banner-link h3 {
        font-size: 24px; }
      #index #banner-link .btn {
        display: none; }

  .news-single-box .row.related-products .col-md-2:nth-child(3n + 1), .product-box .row.related-products .col-md-2:nth-child(3n + 1) {
    clear: none; }
    .news-single-box .row.related-products .col-md-2:nth-child(2n + 1), .product-box .row.related-products .col-md-2:nth-child(2n + 1) {
      clear: both; }

  #news-menu, #categories-menu {
    position: fixed;
    background: #fff;
    border-right: 1px solid #c8c8c8;
    z-index: 100;
    top: 43px;
    left: calc(-100% + 50px);
    width: calc(100% - 50px);
    padding: 15px;
    display: block !important;
    transition-duration: 250ms; }
    #news-menu.collapsing, #categories-menu.collapsing {
      overflow: visible;
      -webkit-transition-property: height, visibility, left;
      transition-property: height, visibility, left; }
    #news-menu.collapse.in, #categories-menu.collapse.in {
      left: 0; }
    #news-menu .navbar-toggle, #categories-menu .navbar-toggle {
      display: block; }

  #categories-menu {
    height: calc(100% - 43px) !important; }
    #categories-menu > ul {
      height: calc(100% - 35px);
      overflow: auto; }

  #stock #categories-menu > ul {
    height: calc(100% - 185px); }

  .news-single-box {
    margin-top: 20px; }

  .product-box {
    margin-top: 10px; }

  #stock {
    margin-top: 20px; }

  footer {
    padding-bottom: 15px;
    background-size: 767px; }
    footer #footer-logo {
      height: 20px;
      margin-bottom: 20px; }
    footer #underfooter .copyrights {
      text-align: right; }
    footer #underfooter .copyrights:before {
      content: '';
      margin-right: 0; }
    footer #underfooter hr {
      margin: 15px 0; }
    footer #underfooter ul {
      clear: both;
      float: none;
      text-align: right; }
    footer #underfooter ul li:first-child:before {
      content: '';
      margin-right: 0; }
    footer #underfooter ul li:last-child {
      margin-right: 0; }
    footer #underfooter #underfooter-logo + span {
      display: block;
      margin-top: 10px;
      font-size: 12px; }
    footer .row .row {
      margin: 0; }
    footer .row .row > div {
      border: none;
      border-bottom: 1px solid #c8c8c8;
      padding-top: 0;
      padding-bottom: 15px;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
    footer .row .row > div h4 {
      margin-bottom: 0; }
    footer .row .row > div h4:after {
      content: " +"; }
    footer .row .row > div h4.unfolded:after {
      content: " -"; }
    footer .row .row > div h4:focus + ul {
      display: block; }
    footer .row .row > div ul {
      margin-top: 5px;
      display: none; }
    footer .row .row > div:nth-child(-n+3) {
      margin-bottom: 15px; }
    footer .row .row > div:nth-child(4) {
      border-top: 0;
      padding-top: 0; }
    footer .row .row > div:nth-child(4) ul li {
      display: block;
      margin-right: 0; }
      footer .row .row > div:nth-child(4) ul#languages-sites {
        margin-top: 0; }
      footer .row .row > div:nth-child(4) ul#languages .active-lang {
        top: 0;
        right: 0; }

  .slider .image-wrapper {
    width: 290px;
    height: 290px;
    margin: 0 auto;
    float: none; }
    .slider .list {
      height: auto;
      width: 100%;
      overflow: visible;
      margin: 4px 0; }
    .slider .list .list-wrapper {
      overflow: visible;
      height: auto; }
    .slider .list a.prev, .slider .list a.next {
      display: none; }
    .slider .list .thumbnails {
      text-align: center;
      font-size: 0;
      height: auto !important; }
    .slider .list .thumbnails a {
      height: 67px;
      width: 67px;
      margin: 4px !important;
      display: inline-block; }

  #my-order .buttons {
    text-align: center; }
    #my-order .buttons .btn {
      float: none !important;
      display: block;
      width: 100%; }
    #my-order .buttons .btn:first-child {
      margin-bottom: 10px; }

  #order {
    display: block; }
    #order li {
      display: block;
      overflow: auto;
      border-bottom: 1px solid #666;
      padding-top: 10px;
      padding-bottom: 10px; }
    #order li > div {
      display: block;
      width: 50%;
      float: left;
      border-bottom: none;
      padding: 0; }
    #order li > div:first-child {
      width: 100%; }
    #order li > div:first-child div {
      white-space: normal; }
    #order li > div.buttons {
      text-align: left;
      width: 100%; }
    #order li > div .nowrap span {
      margin-right: 0;
      display: block; }

  .dialog .dialog-content {
    padding: 20px; }
    .dialog .dialog-content .ean {
      float: none;
      text-align: left; }
    .dialog .dialog-content .form {
      float: none !important;
      text-align: center;
      margin-bottom: 10px; }
    .dialog .dialog-content .btn {
      margin: 0 auto;
      display: block;
      width: 100%;
      float: none !important; }
    .dialog .dialog-content .form-field {
      float: none !important; }
    .dialog .dialog-content .buttons .btn {
      float: none !important; }
    .dialog .dialog-content .buttons .btn + .btn {
      margin-top: 10px; }

  .category-banner {
    height: 160px;
    margin-top: -60px; }
    .category-banner .container {
      margin-top: 50px; }
    .category-banner .container h1 {
      font-size: 30px; } }

@media only screen and (min-width: 768px) {
  footer ul {
    display: block !important; } }

.radio label, .checkbox label {
  cursor: default; }

.page#contact .form label {
  text-align: left; }
  .page#contact .radio input[type="radio"], .page#contact .radio-inline input[type="radio"], .page#contact .checkbox input[type="checkbox"], .page#contact .checkbox-inline input[type="checkbox"] {
    margin-left: 0; }
  .page#contact .checkbox.error {
    color: red; }
  .page#contact input[disabled] {
    opacity: 0.35; }

#privacy-info {
  position: fixed;
  z-index: 99999;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(9, 10, 74, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.35); }
  #privacy-info .privacy-box {
    padding: 20px;
    color: #fff; }
  #privacy-info .privacy-box .buttons {
    margin: -5px 0; }
  #privacy-info .privacy-box .btn {
    margin: 5px 10px; }

@keyframes pulse {
  0% {
    transform: scale(1.2); }

  70% {
    transform: scale(1); }

  100% {
    transform: scale(1.2); } }
