@charset "UTF-8";
@import url(/asset_files/open-sans/open-sans.css);
@import "//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,500,600,700,800)";
@import url(/files/solutions/fancybox/source/jquery.fancybox.css);
@import url(/files/solutions/fancybox/source/helpers/jquery.fancybox-buttons.css);
@import url(/files/solutions/fancybox/source/helpers/jquery.fancybox-thumbs.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin-top: 0.92308em;
  margin-bottom: 0.92308em; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "“" "”" "‘" "’"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  margin: 0 2px;
  border-color: #c0c0c0;
  border-top-width: 0.07692em;
  border-top-style: solid;
  padding-top: 0.56923em;
  border-bottom-width: 0.07692em;
  border-bottom-style: solid;
  padding-bottom: 1.12308em;
  border-left-width: 0.07692em;
  border-left-style: solid;
  padding-left: 1.07692em;
  border-right-width: 0.07692em;
  border-right-style: solid;
  padding-right: 1.07692em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body, section {
  height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #000;
  cursor: default;
  min-width: 1014px; }

* {
  box-sizing: border-box; }

a {
  transition: all 0.75s ease;
  outline: none;
  color: #0380c1;
  text-decoration: underline; }
  a:hover {
    text-decoration: none;
    color: #ff8819; }
  a:focus {
    outline: none; }

input, button {
  transition: all 0.75s ease; }

p {
  margin: 0;
  padding: 0; }

header a.logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 220px;
  z-index: 1070;
  background: center center no-repeat;
  background-image: url(../images/base/logo.png); }
  header a.logo:hover {
    opacity: 0.9; }
header a.mobile-logo {
  background: center center no-repeat;
  background-image: url(../images/base/logo.png);
  display: none; }
header > .bg-crumb {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: center bottom no-repeat;
  background-image: url(../images/base/crumbs.png); }
  header > .bg-crumb .breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 275px;
    width: 1000px;
    margin: 0 auto;
    height: 25px;
    line-height: 17px;
    font-size: 13px;
    color: #0c2448;
    font-weight: bold;
    padding-top: 4px;
    white-space: nowrap; }
    header > .bg-crumb .breadcrumb > li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline; }
    header > .bg-crumb .breadcrumb a {
      color: #0c2448;
      text-decoration: none; }
      header > .bg-crumb .breadcrumb a:hover {
        color: black;
        text-decoration: underline; }
    header > .bg-crumb .breadcrumb li.active {
      color: #fff; }
  header > .bg-crumb.padding {
    bottom: 50px; }
@media screen and (min-width: 1014px) {
  header {
    height: 82px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    min-width: 1014px; }
    header > .bg {
      background: center top no-repeat;
      background-image: url(../images/base/header.png);
      height: 90px;
      z-index: 1050;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    header nav {
      display: block;
      width: 1000px;
      margin: 0 auto;
      position: relative;
      position: relative;
      z-index: 1060;
      height: 90px; }
      header nav > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 8px;
        right: 0;
        font-size: 13px; }
        header nav > ul > li {
          list-style: none;
          margin: 0;
          padding: 0;
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: top;
          zoom: 1;
          *display: inline; }
        header nav > ul.secondary-nav > li {
          position: relative;
          background: right 5px no-repeat;
          background-image: url(../images/base/headerMenuSeparator.jpg); }
          header nav > ul.secondary-nav > li:last-child {
            padding-right: 35px; }
            header nav > ul.secondary-nav > li:last-child > a {
              margin-right: 9px; }
              header nav > ul.secondary-nav > li:last-child > a:before {
                position: absolute;
                right: 7px;
                top: 2px; }
          header nav > ul.secondary-nav > li > a {
            margin-left: 12px;
            margin-right: 12px;
            color: #0380c1;
            text-decoration: none;
            border-bottom: 1px solid #adb7bf; }
            header nav > ul.secondary-nav > li > a:hover {
              color: #ff8819;
              text-decoration: none;
              border-bottom: 1px solid transparent; }
          header nav > ul.secondary-nav > li > ul {
            display: none;
            position: absolute;
            top: 18px;
            right: 3px;
            background-color: #FFF;
            padding: 10px 24px;
            border: 1px solid #CCC;
            border-radius: 5px;
            background-clip: padding-box;
            z-index: 100;
            list-style: none;
            min-width: 100px; }
            header nav > ul.secondary-nav > li > ul > li {
              margin-bottom: 3px; }
        header nav > ul.main-nav {
          top: 32px;
          box-sizing: border-box;
          display: table;
          width: 650px;
          margin: 0;
          background: left 6px no-repeat;
          background-image: url(../images/base/headerMenuSeparator.jpg); }
          header nav > ul.main-nav > li {
            display: table-cell; }
          header nav > ul.main-nav > li {
            background: right 6px no-repeat;
            background-image: url(../images/base/headerMenuSeparator.jpg);
            text-align: center;
            position: relative; }
            header nav > ul.main-nav > li a {
              font-weight: bold;
              text-transform: uppercase;
              color: #89a2ae;
              text-decoration: none; }
              header nav > ul.main-nav > li a:hover {
                color: #ff8819;
                text-decoration: none; }
            header nav > ul.main-nav > li > ul {
              position: absolute;
              z-index: 50;
              list-style: none;
              margin: 0;
              margin-top: 8px;
              padding: 5px 35px 60px 0;
              display: none;
              min-width: 290px;
              top: 16px; }
              header nav > ul.main-nav > li > ul:before {
                background: left top no-repeat;
                background-image: url(../images/icons/7.png);
                width: 11px;
                height: 7px;
                display: -moz-inline-stack;
                display: inline-block;
                vertical-align: top;
                zoom: 1;
                *display: inline;
                content: '';
                position: absolute;
                top: -8px;
                left: 14px; }
              header nav > ul.main-nav > li > ul:after {
                height: 1px;
                top: -1px;
                left: 0;
                right: 26px;
                background-color: #ff8819;
                position: absolute;
                display: block;
                content: ''; }
              header nav > ul.main-nav > li > ul > li {
                padding: 0;
                margin: 0; }
                header nav > ul.main-nav > li > ul > li > a {
                  display: block;
                  font-size: 16px;
                  text-transform: uppercase;
                  text-align: left;
                  font-weight: normal;
                  white-space: nowrap;
                  padding: 4px 15px;
                  position: relative;
                  z-index: 51; }
                header nav > ul.main-nav > li > ul > li:first-child:after {
                  background: left bottom no-repeat;
                  background-image: url(../images/base/ddMenu.png);
                  top: 0;
                  bottom: 0;
                  left: -10px;
                  width: 50px;
                  position: absolute;
                  display: block;
                  content: '';
                  z-index: 50; }
                header nav > ul.main-nav > li > ul > li:first-child:before {
                  background: right bottom no-repeat;
                  background-image: url(../images/base/ddMenu.png);
                  top: 0;
                  bottom: 0;
                  left: 40px;
                  right: 0;
                  position: absolute;
                  display: block;
                  content: '';
                  z-index: 50; } }
          @media screen and (min-width: 1014px) and (max-width: 1470px) {
            header nav > ul.main-nav > li:nth-child(5) > ul, header nav > ul.main-nav > li:nth-child(6) > ul {
              left: auto;
              right: 0;
              top: 16px;
              padding: 5px 0 60px 15px; }
              header nav > ul.main-nav > li:nth-child(5) > ul:after, header nav > ul.main-nav > li:nth-child(6) > ul:after {
                right: 0;
                left: 0; }
              header nav > ul.main-nav > li:nth-child(5) > ul:before, header nav > ul.main-nav > li:nth-child(6) > ul:before {
                left: auto;
                right: 14px; }
              header nav > ul.main-nav > li:nth-child(5) > ul > li > a, header nav > ul.main-nav > li:nth-child(6) > ul > li > a {
                text-align: right; }
              header nav > ul.main-nav > li:nth-child(5) > ul > li:first-child:before, header nav > ul.main-nav > li:nth-child(6) > ul > li:first-child:before {
                right: -26px; } }
@media screen and (min-width: 1014px) {
    header > .mobile {
      display: none; } }

section {
  padding-top: 57px;
  position: relative;
  overflow: hidden;
  background-position: center 57px;
  height: auto;
  min-height: 100%;
  padding-bottom: 133px; }

footer {
  background-color: #0c2448;
  border-top: 1px solid #335984;
  color: #7d99b9;
  min-height: 100px;
  z-index: 1;
  padding: 10px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px; }
  footer footer-icons {
    display: block;
    margin: 0 auto;
    padding: 13px 0 12px 0; }
    @media screen and (min-width: 1014px) {
      footer footer-icons {
        width: 1000px; } }
    footer footer-icons a {
      display: inline-block;
      margin-right: 27px; }
      footer footer-icons a:hover {
        opacity: 0.8; }
    footer footer-icons > span {
      vertical-align: middle;
      float: none !important; }
      @media screen and (min-width: 1014px) {
        footer footer-icons > span {
          float: right !important;
          margin-top: -11px; } }
      footer footer-icons > span input[type="text"] {
        height: 32px; }
      footer footer-icons > span button {
        height: 32px; }
        footer footer-icons > span button img {
          display: none; }
  footer > div {
    box-sizing: border-box;
    display: table;
    width: 1000px;
    margin: 0;
    margin: 0 auto; }
    footer > div > div {
      display: table-cell; }
    footer > div a {
      color: #7d99b9; }
    footer > div > div:nth-of-type(1) {
      width: 40%; }
      footer > div > div:nth-of-type(1) a {
        color: #67add8;
        text-transform: uppercase;
        margin-right: 33px; }
        footer > div > div:nth-of-type(1) a:hover {
          color: #ff8819;
          text-decoration: 0; }
    footer > div > div:nth-of-type(2) {
      width: 60%;
      text-align: right; }
      footer > div > div:nth-of-type(2) a {
        display: inline-block;
        margin-left: 7px; }

.red {
  color: #eb4e7d; }

.Center {
  text-align: center; }

.Left {
  text-align: left; }

.Right {
  text-align: right; }

.-hide {
  display: none !important; }

.-block, section > .main, .Title.s1, .Title.s10 > span, .ImageTitle .Title, .Tabs > div, .Product.flash > .btn, .Product > .d-2 > div, .Product > .d-2 > figure > .dynamic, .dimensional-btn, .ContentGallery > .c, section.company .Tabs-overview > div:nth-child(1) > .popup > section {
  display: block;
  width: 1000px;
  margin: 0 auto;
  position: relative; }

.-iblock {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline; }

.-iblock-m, .Product-list > a > figure > img, .App-list > a > figure > img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline; }

.-inline, li.flag > a:before, .Title.s9, .Title.s9_1, .Title.s10, .Btn.s2, .Btn.s3, .Form.s1 > input.submit, .Link.s1, .Link.s2, .Link.s3, .Link.s4, .Link.s5, .Link.s6, .Link.s7, .Link.s8, .Link.s9, .Icon, .SystemSeparator > *, .Product > .d-2 > figure.load:before, .Features.s1, .Features.s1 > ul > li, .Line > aside:before, .Line > aside a, .Structure.s2 > div > a > div > span, .Structure.s3 .control-group > .control-label, .Structure.s3 .control-group > .controls, .Structure.s3 .control-group > .controls input[type="text"], .Structure.s3 .control-group > .controls select, .Structure.s3 .control-group > .controls textarea, .Structure.s3 .control-group > .controls > .help-inline, .Structure.s3 .control-group > .controls > .desc, .MiniArticles > div > figure, .MiniArticles > div > div, .MiniArticles > div > div > p, .Menu.s1 li > a, .Form.s1 > input.text, .Form.s1 label .radio, section.company .Tabs-overview > div:nth-child(1) > .legend > div span, section.main .overview > div a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline; }

.-inline-middle, .Structure.s1 > div > div > span > label input, .Circle {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline; }

.-inline-grid, .Product-list, .App-list, .Laser-list, .Structure.s2, section.main .overview {
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0; }
  .-inline-grid > *, .Product-list > *, .App-list > *, .Laser-list > *, .Structure.s2 > *, section.main .overview > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    font-size: 13px; }

.-ul, .Features.s1 > ul, .Table.s4, .Structure.s2 > div ul, .News-list, .Menu.s1, .Menu.s1 ul, .Toolbar-list, .Icon-tools, section.why-ipg .Tabs-overview > div:first-child ul, section.temp .colors {
  list-style: none;
  margin: 0;
  padding: 0; }
  .-ul > li, .Features.s1 > ul > li, .Table.s4 > li, .Structure.s2 > div ul > li, .News-list > li, .Menu.s1 > li, .Menu.s1 ul > li, .Toolbar-list > li, .Icon-tools > li, section.why-ipg .Tabs-overview > div:first-child ul > li, section.temp .colors > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }

.Paragraph, .Tabs > div p {
  line-height: 24px;
  padding: 6px 0;
  margin: 0; }
  .Paragraph.s1, .Tabs > div p.s1 {
    margin: 0 auto;
    padding: 0;
    position: relative;
    font-size: 16px;
    color: #2a3f61;
    margin-top: 24px;
    margin-bottom: 24px;
    line-height: 26px; }

li.flag > a {
  text-decoration: none;
  line-height: 18px; }
  li.flag > a:before {
    content: '';
    background: no-repeat;
    background-image: url(../images/solutions/flags.png);
    width: 25px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px; }
li.flag.flag-ad > a:before {
  background-position: -25px 0; }
li.flag.flag-ae > a:before {
  background-position: -50px 0; }
li.flag.flag-af > a:before {
  background-position: -75px 0; }
li.flag.flag-ag > a:before {
  background-position: -100px 0; }
li.flag.flag-ai > a:before {
  background-position: -125px 0; }
li.flag.flag-al > a:before {
  background-position: -150px 0; }
li.flag.flag-am > a:before {
  background-position: -175px 0; }
li.flag.flag-an > a:before {
  background-position: -200px 0; }
li.flag.flag-ao > a:before {
  background-position: -225px 0; }
li.flag.flag-ar > a:before {
  background-position: -250px 0; }
li.flag.flag-as > a:before {
  background-position: -275px 0; }
li.flag.flag-at > a:before {
  background-position: -300px 0; }
li.flag.flag-au > a:before {
  background-position: -325px 0; }
li.flag.flag-aw > a:before {
  background-position: -350px 0; }
li.flag.flag-az > a:before {
  background-position: -375px 0; }
li.flag.flag-ba > a:before {
  background-position: 0 -15px; }
li.flag.flag-bb > a:before {
  background-position: -25px -15px; }
li.flag.flag-bd > a:before {
  background-position: -50px -15px; }
li.flag.flag-be > a:before {
  background-position: -75px -15px; }
li.flag.flag-bf > a:before {
  background-position: -100px -15px; }
li.flag.flag-bg > a:before {
  background-position: -125px -15px; }
li.flag.flag-bh > a:before {
  background-position: -150px -15px; }
li.flag.flag-bi > a:before {
  background-position: -175px -15px; }
li.flag.flag-bj > a:before {
  background-position: -200px -15px; }
li.flag.flag-bm > a:before {
  background-position: -225px -15px; }
li.flag.flag-bn > a:before {
  background-position: -250px -15px; }
li.flag.flag-bo > a:before {
  background-position: -275px -15px; }
li.flag.flag-br > a:before {
  background-position: -300px -15px; }
li.flag.flag-bs > a:before {
  background-position: -325px -15px; }
li.flag.flag-bt > a:before {
  background-position: -350px -15px; }
li.flag.flag-bv > a:before {
  background-position: -375px -15px; }
li.flag.flag-bw > a:before {
  background-position: 0 -30px; }
li.flag.flag-by > a:before {
  background-position: -25px -30px; }
li.flag.flag-bz > a:before {
  background-position: -50px -30px; }
li.flag.flag-ca > a:before {
  background-position: -75px -30px; }
li.flag.flag-cd > a:before {
  background-position: -100px -30px; }
li.flag.flag-cf > a:before {
  background-position: -125px -30px; }
li.flag.flag-cg > a:before {
  background-position: -150px -30px; }
li.flag.flag-ch > a:before {
  background-position: -175px -30px; }
li.flag.flag-ci > a:before {
  background-position: -200px -30px; }
li.flag.flag-ck > a:before {
  background-position: -225px -30px; }
li.flag.flag-cl > a:before {
  background-position: -250px -30px; }
li.flag.flag-cm > a:before {
  background-position: -275px -30px; }
li.flag.flag-cn > a:before {
  background-position: -300px -30px; }
li.flag.flag-co > a:before {
  background-position: -325px -30px; }
li.flag.flag-cr > a:before {
  background-position: -350px -30px; }
li.flag.flag-cu > a:before {
  background-position: -375px -30px; }
li.flag.flag-cv > a:before {
  background-position: 0 -45px; }
li.flag.flag-cy > a:before {
  background-position: -25px -45px; }
li.flag.flag-cz > a:before {
  background-position: -50px -45px; }
li.flag.flag-de > a:before {
  background-position: -75px -45px; }
li.flag.flag-dj > a:before {
  background-position: -100px -45px; }
li.flag.flag-dk > a:before {
  background-position: -125px -45px; }
li.flag.flag-dm > a:before {
  background-position: -150px -45px; }
li.flag.flag-do > a:before {
  background-position: -175px -45px; }
li.flag.flag-dz > a:before {
  background-position: -200px -45px; }
li.flag.flag-ec > a:before {
  background-position: -225px -45px; }
li.flag.flag-ee > a:before {
  background-position: -250px -45px; }
li.flag.flag-eg > a:before {
  background-position: -275px -45px; }
li.flag.flag-eh > a:before {
  background-position: -300px -45px; }
li.flag.flag-er > a:before {
  background-position: -325px -45px; }
li.flag.flag-es > a:before {
  background-position: -350px -45px; }
li.flag.flag-et > a:before {
  background-position: -375px -45px; }
li.flag.flag-eu > a:before {
  background-position: 0 -60px; }
li.flag.flag-fi > a:before {
  background-position: -25px -60px; }
li.flag.flag-fj > a:before {
  background-position: -50px -60px; }
li.flag.flag-fk > a:before {
  background-position: -75px -60px; }
li.flag.flag-fm > a:before {
  background-position: -100px -60px; }
li.flag.flag-fo > a:before {
  background-position: -125px -60px; }
li.flag.flag-fr > a:before {
  background-position: -150px -60px; }
li.flag.flag-ga > a:before {
  background-position: -175px -60px; }
li.flag.flag-en > a:before {
  background-position: -200px -60px; }
li.flag.flag-gd > a:before {
  background-position: -225px -60px; }
li.flag.flag-ge > a:before {
  background-position: -250px -60px; }
li.flag.flag-gf > a:before {
  background-position: -275px -60px; }
li.flag.flag-gg > a:before {
  background-position: -300px -60px; }
li.flag.flag-gh > a:before {
  background-position: -325px -60px; }
li.flag.flag-gi > a:before {
  background-position: -350px -60px; }
li.flag.flag-gl > a:before {
  background-position: -375px -60px; }
li.flag.flag-gm > a:before {
  background-position: 0 -75px; }
li.flag.flag-gn > a:before {
  background-position: -25px -75px; }
li.flag.flag-gp > a:before {
  background-position: -50px -75px; }
li.flag.flag-gq > a:before {
  background-position: -75px -75px; }
li.flag.flag-gr > a:before {
  background-position: -100px -75px; }
li.flag.flag-gs > a:before {
  background-position: -125px -75px; }
li.flag.flag-gt > a:before {
  background-position: -150px -75px; }
li.flag.flag-gu > a:before {
  background-position: -175px -75px; }
li.flag.flag-gw > a:before {
  background-position: -200px -75px; }
li.flag.flag-gy > a:before {
  background-position: -225px -75px; }
li.flag.flag-hk > a:before {
  background-position: -250px -75px; }
li.flag.flag-hm > a:before {
  background-position: -275px -75px; }
li.flag.flag-hn > a:before {
  background-position: -300px -75px; }
li.flag.flag-hr > a:before {
  background-position: -325px -75px; }
li.flag.flag-ht > a:before {
  background-position: -350px -75px; }
li.flag.flag-hu > a:before {
  background-position: -375px -75px; }
li.flag.flag-id > a:before {
  background-position: 0 -90px; }
li.flag.flag-ie > a:before {
  background-position: -25px -90px; }
li.flag.flag-il > a:before {
  background-position: -50px -90px; }
li.flag.flag-in > a:before {
  background-position: -75px -90px; }
li.flag.flag-io > a:before {
  background-position: -100px -90px; }
li.flag.flag-iq > a:before {
  background-position: -125px -90px; }
li.flag.flag-ir > a:before {
  background-position: -150px -90px; }
li.flag.flag-is > a:before {
  background-position: -175px -90px; }
li.flag.flag-it > a:before {
  background-position: -200px -90px; }
li.flag.flag-je > a:before {
  background-position: -225px -90px; }
li.flag.flag-jm > a:before {
  background-position: -250px -90px; }
li.flag.flag-jo > a:before {
  background-position: -275px -90px; }
li.flag.flag-jp > a:before {
  background-position: -300px -90px; }
li.flag.flag-ke > a:before {
  background-position: -325px -90px; }
li.flag.flag-kg > a:before {
  background-position: -350px -90px; }
li.flag.flag-kh > a:before {
  background-position: -375px -90px; }
li.flag.flag-ki > a:before {
  background-position: 0 -105px; }
li.flag.flag-km > a:before {
  background-position: -25px -105px; }
li.flag.flag-kn > a:before {
  background-position: -50px -105px; }
li.flag.flag-kp > a:before {
  background-position: -75px -105px; }
li.flag.flag-kr > a:before {
  background-position: -100px -105px; }
li.flag.flag-kw > a:before {
  background-position: -125px -105px; }
li.flag.flag-ky > a:before {
  background-position: -150px -105px; }
li.flag.flag-kz > a:before {
  background-position: -175px -105px; }
li.flag.flag-la > a:before {
  background-position: -200px -105px; }
li.flag.flag-lb > a:before {
  background-position: -225px -105px; }
li.flag.flag-lc > a:before {
  background-position: -250px -105px; }
li.flag.flag-li > a:before {
  background-position: -275px -105px; }
li.flag.flag-lk > a:before {
  background-position: -300px -105px; }
li.flag.flag-lr > a:before {
  background-position: -325px -105px; }
li.flag.flag-ls > a:before {
  background-position: -350px -105px; }
li.flag.flag-lt > a:before {
  background-position: -375px -105px; }
li.flag.flag-lu > a:before {
  background-position: 0 -120px; }
li.flag.flag-lv > a:before {
  background-position: -25px -120px; }
li.flag.flag-ly > a:before {
  background-position: -50px -120px; }
li.flag.flag-ma > a:before {
  background-position: -75px -120px; }
li.flag.flag-mc > a:before {
  background-position: -100px -120px; }
li.flag.flag-md > a:before {
  background-position: -125px -120px; }
li.flag.flag-me > a:before {
  background-position: -150px -120px; }
li.flag.flag-mg > a:before {
  background-position: -175px -120px; }
li.flag.flag-mh > a:before {
  background-position: -200px -120px; }
li.flag.flag-mk > a:before {
  background-position: -225px -120px; }
li.flag.flag-ml > a:before {
  background-position: -250px -120px; }
li.flag.flag-mm > a:before {
  background-position: -275px -120px; }
li.flag.flag-mn > a:before {
  background-position: -300px -120px; }
li.flag.flag-mo > a:before {
  background-position: -325px -120px; }
li.flag.flag-mp > a:before {
  background-position: -350px -120px; }
li.flag.flag-mq > a:before {
  background-position: -375px -120px; }
li.flag.flag-mr > a:before {
  background-position: 0 -135px; }
li.flag.flag-ms > a:before {
  background-position: -25px -135px; }
li.flag.flag-mt > a:before {
  background-position: -50px -135px; }
li.flag.flag-mu > a:before {
  background-position: -75px -135px; }
li.flag.flag-mv > a:before {
  background-position: -100px -135px; }
li.flag.flag-mw > a:before {
  background-position: -125px -135px; }
li.flag.flag-mx > a:before {
  background-position: -150px -135px; }
li.flag.flag-my > a:before {
  background-position: -175px -135px; }
li.flag.flag-mz > a:before {
  background-position: -200px -135px; }
li.flag.flag-na > a:before {
  background-position: -225px -135px; }
li.flag.flag-nc > a:before {
  background-position: -250px -135px; }
li.flag.flag-ne > a:before {
  background-position: -275px -135px; }
li.flag.flag-nf > a:before {
  background-position: -300px -135px; }
li.flag.flag-ng > a:before {
  background-position: -325px -135px; }
li.flag.flag-ni > a:before {
  background-position: -350px -135px; }
li.flag.flag-nl > a:before {
  background-position: -375px -135px; }
li.flag.flag-no > a:before {
  background-position: 0 -150px; }
li.flag.flag-np > a:before {
  background-position: -25px -150px; }
li.flag.flag-nr > a:before {
  background-position: -50px -150px; }
li.flag.flag-nu > a:before {
  background-position: -75px -150px; }
li.flag.flag-nz > a:before {
  background-position: -100px -150px; }
li.flag.flag-om > a:before {
  background-position: -125px -150px; }
li.flag.flag-pa > a:before {
  background-position: -150px -150px; }
li.flag.flag-pe > a:before {
  background-position: -175px -150px; }
li.flag.flag-pf > a:before {
  background-position: -200px -150px; }
li.flag.flag-pg > a:before {
  background-position: -225px -150px; }
li.flag.flag-ph > a:before {
  background-position: -250px -150px; }
li.flag.flag-pk > a:before {
  background-position: -275px -150px; }
li.flag.flag-pl > a:before {
  background-position: -300px -150px; }
li.flag.flag-pm > a:before {
  background-position: -325px -150px; }
li.flag.flag-pn > a:before {
  background-position: -350px -150px; }
li.flag.flag-pr > a:before {
  background-position: -375px -150px; }
li.flag.flag-ps > a:before {
  background-position: 0 -165px; }
li.flag.flag-pt > a:before {
  background-position: -25px -165px; }
li.flag.flag-pw > a:before {
  background-position: -50px -165px; }
li.flag.flag-py > a:before {
  background-position: -75px -165px; }
li.flag.flag-qa > a:before {
  background-position: -100px -165px; }
li.flag.flag-re > a:before {
  background-position: -125px -165px; }
li.flag.flag-ro > a:before {
  background-position: -150px -165px; }
li.flag.flag-rs > a:before {
  background-position: -175px -165px; }
li.flag.flag-ru > a:before {
  background-position: -200px -165px; }
li.flag.flag-rw > a:before {
  background-position: -225px -165px; }
li.flag.flag-sa > a:before {
  background-position: -250px -165px; }
li.flag.flag-sb > a:before {
  background-position: -275px -165px; }
li.flag.flag-sc > a:before {
  background-position: -300px -165px; }
li.flag.flag-sd > a:before {
  background-position: -325px -165px; }
li.flag.flag-se > a:before {
  background-position: -350px -165px; }
li.flag.flag-sg > a:before {
  background-position: -375px -165px; }
li.flag.flag-sh > a:before {
  background-position: 0 -180px; }
li.flag.flag-si > a:before {
  background-position: -25px -180px; }
li.flag.flag-sk > a:before {
  background-position: -50px -180px; }
li.flag.flag-sl > a:before {
  background-position: -75px -180px; }
li.flag.flag-sm > a:before {
  background-position: -100px -180px; }
li.flag.flag-sn > a:before {
  background-position: -125px -180px; }
li.flag.flag-so > a:before {
  background-position: -150px -180px; }
li.flag.flag-sr > a:before {
  background-position: -175px -180px; }
li.flag.flag-st > a:before {
  background-position: -200px -180px; }
li.flag.flag-sv > a:before {
  background-position: -225px -180px; }
li.flag.flag-sy > a:before {
  background-position: -250px -180px; }
li.flag.flag-sz > a:before {
  background-position: -275px -180px; }
li.flag.flag-tc > a:before {
  background-position: -300px -180px; }
li.flag.flag-td > a:before {
  background-position: -325px -180px; }
li.flag.flag-tf > a:before {
  background-position: -350px -180px; }
li.flag.flag-tg > a:before {
  background-position: -375px -180px; }
li.flag.flag-th > a:before {
  background-position: 0 -195px; }
li.flag.flag-tj > a:before {
  background-position: -25px -195px; }
li.flag.flag-tk > a:before {
  background-position: -50px -195px; }
li.flag.flag-tl > a:before {
  background-position: -75px -195px; }
li.flag.flag-tm > a:before {
  background-position: -100px -195px; }
li.flag.flag-tn > a:before {
  background-position: -125px -195px; }
li.flag.flag-to > a:before {
  background-position: -150px -195px; }
li.flag.flag-tr > a:before {
  background-position: -175px -195px; }
li.flag.flag-tt > a:before {
  background-position: -200px -195px; }
li.flag.flag-tv > a:before {
  background-position: -225px -195px; }
li.flag.flag-tw > a:before {
  background-position: -250px -195px; }
li.flag.flag-tz > a:before {
  background-position: -275px -195px; }
li.flag.flag-ua > a:before {
  background-position: -300px -195px; }
li.flag.flag-ug > a:before {
  background-position: -325px -195px; }
li.flag.flag-um > a:before {
  background-position: -350px -195px; }
li.flag.flag-us > a:before {
  background-position: -375px -195px; }
li.flag.flag-uy > a:before {
  background-position: 0 -210px; }
li.flag.flag-uz > a:before {
  background-position: -25px -210px; }
li.flag.flag-va > a:before {
  background-position: -50px -210px; }
li.flag.flag-vc > a:before {
  background-position: -75px -210px; }
li.flag.flag-ve > a:before {
  background-position: -100px -210px; }
li.flag.flag-vg > a:before {
  background-position: -125px -210px; }
li.flag.flag-vi > a:before {
  background-position: -150px -210px; }
li.flag.flag-vn > a:before {
  background-position: -175px -210px; }
li.flag.flag-vu > a:before {
  background-position: -200px -210px; }
li.flag.flag-wf > a:before {
  background-position: -225px -210px; }
li.flag.flag-ws > a:before {
  background-position: -250px -210px; }
li.flag.flag-ye > a:before {
  background-position: -275px -210px; }
li.flag.flag-yt > a:before {
  background-position: -300px -210px; }
li.flag.flag-za > a:before {
  background-position: -325px -210px; }
li.flag.flag-zm > a:before {
  background-position: -350px -210px; }
li.flag.flag-zw > a:before {
  background-position: -375px -210px; }

.Title.s1 {
  padding: 0;
  padding-top: 16px;
  display: block;
  color: #FFF;
  text-shadow: 1px 1px 2px #333;
  letter-spacing: 0;
  font-size: 48px;
  line-height: 42px;
  letter-spacing: 1px;
  font-weight: normal; }
.Title.s2 {
  display: block;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0;
  font-size: 28px;
  color: #ff8819;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 90px; }
.Title.s2_1 {
  display: block;
  margin: 0 auto;
  position: relative;
  text-shadow: 0 0 1px #b5f5ff;
  letter-spacing: 0;
  font-size: 28px;
  color: #b5f5ff;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 90px; }
  .Title.s2_1:after {
    content: '';
    position: absolute;
    margin-top: -7px;
    left: 0;
    width: 19px;
    height: 3px;
    background-color: #eb4e7d; }
.Title.s3 {
  display: block;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0;
  font-size: 32px;
  font-weight: bold;
  color: #2a54a1;
  text-transform: uppercase;
  padding-top: 71px; }
  .Title.s3:before {
    content: '';
    position: absolute;
    left: 2px;
    width: 26px;
    height: 3px;
    background-color: #eb4e7d;
    margin-top: -3px; }
.Title.s4, .Tabs > div h3 {
  display: block;
  padding: 5px 0 15px 0;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  color: #67808c; }
.Title.s5 {
  display: block;
  color: #166792;
  font-size: 16px;
  margin: 0;
  margin-top: 5px;
  padding: 11px;
  padding-left: 20px;
  background-color: #d1efff;
  font-weight: normal;
  border-left: 3px solid #F05A85; }
.Title.s6 {
  display: block;
  color: #67808c;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  margin-left: 3px;
  margin-top: 16px;
  padding: 4px;
  padding-left: 20px;
  background-color: #EFFAFF;
  border-bottom: 1px solid #dce2e4; }
.Title.s7 {
  display: block;
  position: relative;
  color: #67808c;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #d3dade; }
.Title.s8 {
  display: block;
  padding: 5px 0 15px 0;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  color: #67808c; }
.Title.s9 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  color: #ff8819; }
.Title.s9_1 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  top: 31px;
  left: 357px;
  background: rgba(3, 128, 193, 0.9);
  padding: 6px 16px;
  border-radius: 13px;
  background-clip: padding-box;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0; }
.Title.s10 {
  color: #fff;
  font-size: 33px;
  font-weight: normal;
  line-height: 40px; }
  .Title.s10 > span {
    color: #ff8819;
    font-weight: bold;
    font-size: 54px; }
.Title.s11 {
  display: block;
  font-size: 20px;
  margin-bottom: 5px; }
.Title.s12, .Title.s13 {
  display: block;
  font-size: 20px;
  color: #0380c1;
  margin: 0;
  margin-bottom: 25px;
  padding: 0; }
.Title.s13 {
  font-size: 17px;
  color: #000;
  margin-bottom: 10px; }
.Title.s14 {
  display: block;
  margin: 0;
  padding: 3px 9px;
  margin-bottom: 10px;
  background-color: #cbedff;
  color: #355b87; }
.Title.center {
  text-align: center; }

.ImageTitle {
  width: 100%;
  height: 409px;
  background-position: center top; }

.Btn {
  cursor: pointer; }
  .Btn.s1 {
    display: block;
    background-color: #fff;
    border: 1px solid #b2c1ca;
    border-radius: 5px;
    background-clip: padding-box;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    max-width: 400px; }
    .Btn.s1:hover {
      background-color: #4e96c8;
      color: #fff; }
    .Btn.s1.active {
      cursor: default;
      background-color: #E0E0E0;
      color: #444444;
      pointer-events: none; }
  .Btn.s2, .Btn.s3, .Form.s1 > input.submit {
    border-radius: 4px;
    background-clip: padding-box;
    padding: 8px 13px 7px 13px;
    margin: 0;
    color: #1580ba;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    background-color: #EEF7FF;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #D4E3F0;
    cursor: pointer;
    min-width: 185px; }
    .Btn.s2:hover, .Btn.s3:hover, .Form.s1 > input.submit:hover {
      box-shadow: 0 0 10px #000;
      color: #EEF7FF;
      background-color: #1580ba; }
  .Btn.s3 {
    min-width: inherit;
    position: relative;
    padding-left: 32px; }
    .Btn.s3:before {
      content: '';
      background: left top no-repeat;
      background-image: url(../images/icons/arr-b.png);
      width: 16px;
      height: 16px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      content: '';
      position: absolute;
      top: 5px;
      left: 13px; }
    .Btn.s3:hover {
      color: #0D8CFF;
      background-color: #9CD5F3;
      border-color: #38AAE7; }
    .Btn.s3.t:before {
      background: left top no-repeat;
      background-image: url(../images/icons/arr-t.png);
      width: 16px;
      height: 16px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      content: ''; }

.Link {
  	/*&.s2 {
  		&:after {
  			@include icon-block( '5.png', 32px );
  			margin-left:12px;
  		}
  
  		&:before {
  			display:none;
  		}
  	}*/ }
  .Link.right {
    display: block;
    text-align: right; }
  .Link.s1, .Link.s2 {
    color: #0380c1;
    text-decoration: none;
    line-height: 32px;
    font-size: 15px; }
    .Link.s1:hover, .Link.s2:hover {
      color: #ff8819;
      text-decoration: none; }
    .Link.s1:before, .Link.s2:before {
      background: left top no-repeat;
      background-image: url(../images/icons/5.png);
      width: 32px;
      height: 32px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      content: '';
      margin-right: 10px; }
    .Link.s1.mini, .Link.s2.mini {
      position: relative;
      padding-left: 40px;
      font-size: 14px;
      line-height: 20px; }
      .Link.s1.mini:before, .Link.s2.mini:before {
        position: absolute;
        left: 0;
        top: 0; }
  .Link.s3 {
    color: #0380c1;
    text-decoration: none;
    line-height: 16px;
    font-size: 16px;
    background: left center no-repeat;
    background-image: url(../images/icons/8.png);
    padding-left: 20px; }
    .Link.s3:hover {
      color: #ff8819;
      text-decoration: none; }
  .Link.s4 {
    color: #0578b5;
    text-decoration: none;
    line-height: 20px;
    font-weight: bold; }
    .Link.s4:hover {
      color: #ff8819;
      text-decoration: none; }
    .Link.s4:before {
      background: left top no-repeat;
      background-image: url(../images/icons/10.png);
      width: 31px;
      height: 20px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      content: '';
      margin-right: 10px; }
  .Link.s5, .Link.s6, .Link.s7, .Link.s8 {
    line-height: 15px;
    text-decoration: none;
    color: #111; }
    .Link.s5:before, .Link.s6:before, .Link.s7:before, .Link.s8:before {
      background: left top no-repeat;
      background-image: url(../images/icons/briefcase.gif);
      width: 15px;
      height: 15px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      content: '';
      margin-right: 15px;
      transition: all 0.75s ease; }
    .Link.s5:hover, .Link.s6:hover, .Link.s7:hover, .Link.s8:hover {
      color: #0380c1; }
      .Link.s5:hover:before, .Link.s6:hover:before, .Link.s7:hover:before, .Link.s8:hover:before {
        opacity: 0.9; }
  .Link.s6:before {
    background: left top no-repeat;
    background-image: url(../images/icons/investorkit_gray.gif);
    width: 15px;
    height: 15px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    content: ''; }
  .Link.s7:before {
    background: left top no-repeat;
    background-image: url(../images/icons/email.gif);
    width: 15px;
    height: 15px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    content: ''; }
  .Link.s8:before {
    background: left top no-repeat;
    background-image: url(../images/icons/icon_rss.gif);
    width: 15px;
    height: 15px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    content: ''; }
  .Link.s9 {
    text-decoration: none;
    padding-left: 30px;
    position: relative; }
    .Link.s9:before {
      background: left top no-repeat;
      background-image: url(../images/icons/audio.gif);
      width: 15px;
      height: 22px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      content: '';
      position: absolute;
      top: 10px;
      left: 10px; }

.Icon.s1 {
  background: left top no-repeat;
  background-image: url(../images/icons/smdown.gif);
  width: 8px;
  height: 9px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  content: '';
  vertical-align: baseline; }

.Style.s1 {
  display: block;
  fonnt-size: 11px;
  color: #999;
  padding: 10px 7px; }

.SystemSeparator {
  *zoom: 1;
  display: block;
  width: 100%;
  margin-top: 90px;
  margin-bottom: 30px;
  border-top: 1px dashed #0380c1;
  padding-right: 250px; }
  .SystemSeparator:before, .SystemSeparator:after {
    display: table;
    content: "";
    line-height: 0; }
  .SystemSeparator:after {
    clear: both; }
  .SystemSeparator > * {
    margin: 0 30px;
    padding: 8px 16px;
    border: 1px dashed #0380c1;
    border-top: none;
    border-radius: 8px;
    background-clip: padding-box;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: rgba(0, 0, 255, 0.03);
    color: #3b68ab;
    position: relative; }
    .SystemSeparator > *:nth-child(1):after {
      position: absolute;
      left: -24px;
      top: 3px;
      content: '↓';
      color: #0380c1;
      font-weight: bold;
      font-size: 30px; }
    .SystemSeparator > *:nth-child(2) {
      position: absolute;
      right: 30px; }
      .SystemSeparator > *:nth-child(2):after {
        position: absolute;
        top: -4px;
        right: 4px;
        color: red;
        content: 'class';
        font-size: 9px;
        font-weight: bold;
        pointer-events: none; }

@media screen and (min-width: 1014px) {
  .Contact-us-wrapper {
    background: center top no-repeat;
    background-image: url(../images/solutions/Tabs-end.jpg);
    height: 162px;
    text-align: center;
    padding-top: 24px;
    height: 186px; } }
@media screen and (max-width: 1013px) {
  .Contact-us-wrapper {
    background: center top;
    background-image: url(../images/solutions/contact-us.mobile.jpg);
    position: relative; }
    .Contact-us-wrapper:after {
      content: '';
      background-image: url(../images/solutions/contact-us.mobile-corner.png);
      width: 74px;
      height: 24px;
      position: absolute;
      top: -23px;
      right: 0;
      z-index: 1; } }
@media screen and (max-width: 570px) {
  .Contact-us-wrapper {
    background: center top;
    background-image: url(../images/solutions/contact-us.mobile570.jpg); }
    .Contact-us-wrapper:after {
      display: none; } }

.Contact-us {
  text-decoration: none; }
  @media screen and (min-width: 1014px) {
    .Contact-us {
      width: 941px;
      display: block;
      font-size: 0;
      margin: 0;
      padding: 0;
      height: 117px;
      opacity: 1;
      padding-top: 56px;
      margin: 0 auto;
      line-height: normal;
      background: left top no-repeat;
      background-image: url(../images/solutions/contact-us.png);
      text-align: left; }
      .Contact-us > * {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        font-size: 13px; }
      .Contact-us:hover {
        background: left top no-repeat;
        background-image: url(../images/solutions/contact-us-hover.png); }
        .Contact-us:hover .title {
          color: #fff; }
      .Contact-us .title {
        font-size: 24px;
        color: #522802;
        width: 200px;
        padding-top: 9px;
        padding-left: 30px;
        transition: all 0.75s ease; }
      .Contact-us .desc {
        width: 475px;
        color: #000;
        font-weight: bold;
        padding-top: 8px;
        padding-left: 5px; } }
  @media screen and (max-width: 1013px) {
    .Contact-us {
      padding-top: 39px;
      padding-bottom: 15px;
      display: block;
      text-align: center; }
      .Contact-us .title {
        color: #ff8819;
        font-size: 27px;
        display: block;
        width: 192px;
        height: 39px;
        line-height: 39px;
        border: 1px solid rgba(255, 136, 25, 0.8);
        margin: 0 auto; }
      .Contact-us .desc {
        display: block;
        max-width: 530px;
        margin: 0 auto;
        color: #ffffff;
        font-size: 15px;
        padding: 18px 10px;
        line-height: 26px; } }
  @media screen and (max-width: 570px) {
    .Contact-us {
      padding-top: 27px;
      padding-bottom: 0; } }
  @media screen and (max-width: 360px) {
    .Contact-us .desc {
      font-size: 13px; } }

.Tabs-overview > div {
  display: none;
  height: 409px;
  background-repeat: no-repeat; }
  .Tabs-overview > div.active {
    display: block; }
  .Tabs-overview > div > div {
    background-position: center top;
    background-repeat: no-repeat; }
  .Tabs-overview > div > .mobile, .Tabs-overview > div .bg-mobile {
    display: none; }
@media screen and (max-width: 1013px) {
  .Tabs-overview > div {
    height: 509px; }
    .Tabs-overview > div > div:not([class]) {
      display: none; }
    .Tabs-overview > div > .mobile, .Tabs-overview > div > .bg-mobile {
      display: block;
      width: 100%;
      height: 509px; } }
@media screen and (max-width: 570px) {
  .Tabs-overview > div {
    height: 407px; }
    .Tabs-overview > div > .mobile, .Tabs-overview > div > .bg-mobile {
      display: block;
      width: 100%;
      height: 407px;
      background-size: cover; } }

.Tabs {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff; }
  @media screen and (min-width: 1014px) {
    .Tabs {
      background: #fff repeat-x;
      background-image: url(../images/solutions/Tabs-background.jpg); }
      .Tabs > ul {
        display: block;
        width: 1000px;
        margin: 0 auto;
        position: relative;
        height: 38px;
        overflow: hidden;
        list-style: none;
        font-size: 0;
        margin: 0 auto;
        padding: 0; }
        .Tabs > ul > li {
          position: relative;
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: top;
          zoom: 1;
          *display: inline; }
          .Tabs > ul > li.active:after, .Tabs > ul > li.active:before {
            background: left 2px no-repeat;
            background-image: url(../images/solutions/Tabs-l.jpg); }
          .Tabs > ul > li.active:after {
            background: left 2px no-repeat;
            background-image: url(../images/solutions/Tabs-r.jpg); }
          .Tabs > ul > li a {
            display: block;
            font-size: 13px;
            height: 38px;
            line-height: 38px;
            text-decoration: none;
            padding: 0 14px 0 10px;
            color: #522802;
            font-weight: bold;
            margin: 0;
            text-align: center;
            position: relative;
            z-index: 2; }
            .Tabs > ul > li a:hover {
              color: #3b68ab; }
            .Tabs > ul > li a:focus {
              outline: none; }
          .Tabs > ul > li.active > a {
            color: #ff8819;
            cursor: default; }
          .Tabs > ul > li:after, .Tabs > ul > li:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 13px;
            z-index: 1;
            background: left 2px no-repeat;
            background-image: url(../images/solutions/Tabs-l-orange.jpg); }
          .Tabs > ul > li:after {
            background: left 2px no-repeat;
            background-image: url(../images/solutions/Tabs-r-orange.jpg);
            left: auto;
            right: 0;
            width: 13px; } }
  @media screen and (max-width: 1013px) {
    .Tabs {
      padding-top: 40px; }
      .Tabs > ul {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        z-index: 104;
        background-color: #ff8717;
        padding-top: 40px; }
        .Tabs > ul > li {
          list-style: none;
          margin: 0;
          padding: 0;
          display: none; }
          .Tabs > ul > li a {
            display: block;
            padding-left: 20px;
            font-size: 15px;
            line-height: 40px;
            color: #000;
            text-decoration: none; }
          .Tabs > ul > li.active {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0; }
            .Tabs > ul > li.active a {
              padding-right: 50px;
              color: #FFF;
              font-weight: bold;
              display: block;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              position: relative;
              background-color: #ff8717; }
              .Tabs > ul > li.active a:after {
                content: '';
                position: absolute;
                top: 15px;
                right: 21px;
                width: 17px;
                height: 10px;
                background-image: url(../images/solutions/arrow-down-ogray.png);
                transition: transform 0.75s; }
        .Tabs > ul.-singleNav > li > a:after {
          display: none; }
      .Tabs.open > ul {
        padding-bottom: 8px; }
        .Tabs.open > ul > li {
          display: block; }
          .Tabs.open > ul > li.active {
            border-bottom: 1px solid #FFF; }
            .Tabs.open > ul > li.active a:after {
              transform: rotate(180deg); }
      .Tabs.fixed > ul {
        position: fixed; }
      .Tabs > div {
        padding: 0 10px; }
      .Tabs img {
        max-width: 100% !important;
        height: auto !important; } }
  .Tabs > div > *, .Tabs > div .ui-effects-wrapper > * {
    padding: 25px 0;
    display: none;
    line-height: 24px;
    font-size: 14px; }
    .Tabs > div > *.active, .Tabs > div .ui-effects-wrapper > *.active {
      display: block; }
  .Tabs > div table {
    width: 100%; }

@-webkit-keyframes fadeBlink {
  1% {
    opacity: 1; }
  51% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }
@keyframes fadeBlink {
  1% {
    opacity: 1; }
  51% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }
.Product {
  display: block;
  height: 409px;
  position: relative;
  background-color: #143057;
  position: relative; }
  .Product:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    background: center center no-repeat #143057;
    background-image: url(../images/solutions/preloader.gif);
    z-index: 100; }
  .Product.ready:before {
    transition: all 0.75s ease;
    opacity: 0.01;
    z-index: 5; }
  .Product.dynamic {
    cursor: url(../images/solutions/Cursor-rotate.cur), e-resize; }
  .Product.mode-3D:before {
    display: none; }
  .Product.flash > .btn {
    height: 0; }
    .Product.flash > .btn > span {
      position: absolute;
      z-index: 150;
      top: 416px;
      right: 0;
      width: 69px;
      height: 26px;
      background-image: url(../images/solutions/Product-btn.png);
      font-size: 0; }
      .Product.flash > .btn > span.d-3 {
        right: 70px;
        cursor: pointer; }
      .Product.flash > .btn > span.d-2 {
        width: 70px;
        background-position: right top; }
      .Product.flash > .btn > span:focus {
        outline: none; }
    .Product.flash > .btn.inverse > span {
      background-image: url(../images/solutions/Product-btn-inverse.png); }
      .Product.flash > .btn.inverse > span.d-3 {
        cursor: default; }
      .Product.flash > .btn.inverse > span.d-2 {
        cursor: pointer; }
  @media screen and (min-width: 1014px) {
    .Product > .btn-body {
      display: block;
      width: 1000px;
      margin: 0 auto;
      position: relative;
      height: 0;
      position: relative;
      z-index: 20; }
      .Product > .btn-body > div {
        position: absolute;
        right: 0;
        top: 370px;
        z-index: 20; }
        .Product > .btn-body > div > span {
          background-color: #fff;
          border: 1px solid #b2c1ca;
          border-radius: 5px;
          background-clip: padding-box;
          line-height: 30px;
          text-decoration: none;
          text-align: center;
          max-width: 400px;
          width: auto;
          cursor: pointer;
          padding: 1px 8px;
          transition: all 0.75s ease;
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: top;
          zoom: 1;
          *display: inline; }
          .Product > .btn-body > div > span:hover {
            background-color: #4e96c8;
            color: #fff; }
          .Product > .btn-body > div > span.active {
            background-color: #ff8819;
            cursor: default;
            border-color: #3b68ab;
            color: #fff;
            pointer-events: none; } }
  @media screen and (min-width: 1014px) {
    .Product > .btn-cats {
      display: block;
      width: 1000px;
      margin: 0 auto;
      position: relative;
      height: 0;
      position: relative;
      z-index: 20; }
      .Product > .btn-cats > div {
        position: absolute;
        left: 0;
        top: 370px;
        z-index: 20; }
        .Product > .btn-cats > div > a {
          cursor: pointer;
          display: block;
          background-color: #fff;
          border: 1px solid #b2c1ca;
          border-radius: 5px;
          background-clip: padding-box;
          line-height: 30px;
          text-decoration: none;
          text-align: center;
          max-width: 400px;
          border-width: 0;
          background-color: #4e96c8;
          color: #fff;
          width: auto;
          padding-left: 15px;
          padding-right: 27px; }
          .Product > .btn-cats > div > a:hover {
            background-color: #4e96c8;
            color: #fff; }
          .Product > .btn-cats > div > a.active {
            cursor: default;
            background-color: #E0E0E0;
            color: #444444;
            pointer-events: none; }
          .Product > .btn-cats > div > a:after {
            background: left top no-repeat;
            background-image: url(../images/icons/triangle_up.png);
            width: 15px;
            height: 7px;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: top;
            zoom: 1;
            *display: inline;
            content: '';
            transition: all 0.75s ease;
            color: #ff8819;
            position: absolute;
            top: 12px;
            right: 10px; }
          .Product > .btn-cats > div > a:hover, .Product > .btn-cats > div > a.clicked {
            background-color: #ff8819;
            border-color: #3b68ab;
            color: #fff; }
          .Product > .btn-cats > div > a:active, .Product > .btn-cats > div > a.clicked {
            outline: none; }
            .Product > .btn-cats > div > a:active:after, .Product > .btn-cats > div > a.clicked:after {
              background: left top no-repeat;
              background-image: url(../images/icons/triangle_down.png);
              width: 15px;
              height: 7px;
              display: -moz-inline-stack;
              display: inline-block;
              vertical-align: top;
              zoom: 1;
              *display: inline;
              content: ''; }
        .Product > .btn-cats > div > ul {
          position: absolute;
          bottom: 33px;
          list-style: none;
          margin: 0;
          padding: 0;
          display: none; }
          .Product > .btn-cats > div > ul > li {
            list-style: none;
            margin: 0;
            padding: 0;
            display: block; }
          .Product > .btn-cats > div > ul > li > a {
            cursor: pointer;
            display: block;
            background-color: #fff;
            border: 1px solid #b2c1ca;
            border-radius: 5px;
            background-clip: padding-box;
            line-height: 30px;
            text-decoration: none;
            text-align: center;
            max-width: 400px;
            margin-bottom: 6px;
            width: auto;
            padding-left: 10px;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left; }
            .Product > .btn-cats > div > ul > li > a:hover {
              background-color: #4e96c8;
              color: #fff; }
            .Product > .btn-cats > div > ul > li > a.active {
              cursor: default;
              background-color: #E0E0E0;
              color: #444444;
              pointer-events: none; } }
  .Product > .btn {
    display: none;
    cursor: default; }
  .Product > .d-3 {
    display: none; }
  .Product > .d-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
    .Product > .d-2 > div {
      pointer-events: none; }
      .Product > .d-2 > div > h2, .Product > .d-2 > div h3 {
        padding: 0;
        margin: 0;
        display: block;
        padding-top: 45px;
        color: #b2f2fc;
        font-weight: bold;
        font-size: 28px;
        position: relative;
        z-index: 2; }
      .Product > .d-2 > div > h3 {
        color: #ff8819;
        font-size: 18px;
        padding-top: 5px; }
      .Product > .d-2 > div > div {
        width: 500px;
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
        line-height: 24px;
        letter-spacing: normal;
        position: relative;
        z-index: 10; }
    .Product > .d-2 > figure {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none; }
      .Product > .d-2 > figure > .static {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: center top no-repeat;
        background-image: url(/uploads/filemanager/mainpage/product-item.static.jpg); }
        .Product > .d-2 > figure > .static > div {
          display: block;
          width: 1000px;
          margin: 0 auto;
          position: relative; }
          .Product > .d-2 > figure > .static > div > img {
            display: inline-block !important;
            position: absolute;
            left: 500px; }
      .Product > .d-2 > figure > .dynamic {
        cursor: e-resize; }
        .Product > .d-2 > figure > .dynamic img {
          position: absolute;
          top: 0;
          bottom: 0;
          right: -112px; }
        .Product > .d-2 > figure > .dynamic:after {
          position: absolute;
          top: 275px;
          right: 150px;
          width: 213px;
          height: 114px;
          background: center center no-repeat;
          background-image: url(../images/solutions/Product-360.png);
          content: '';
          animation: fadeBlink 5s linear infinite; }
      .Product > .d-2 > figure.load {
        text-align: center; }
        .Product > .d-2 > figure.load > div {
          position: absolute;
          top: 0;
          left: 0;
          width: 1px;
          height: 1px;
          overflow: hidden; }
        .Product > .d-2 > figure.load:before {
          content: attr(data-load) "%";
          text-align: center;
          width: 128px;
          height: 128px;
          line-height: 128px;
          color: #FFF;
          font-size: 40px;
          margin-left: 520px;
          margin-top: 125px;
          text-align: center;
          background: center center no-repeat #ff8819;
          background-image: url(../images/solutions/preloader-2.gif);
          border-radius: 100px;
          background-clip: padding-box;
          box-shadow: 0 0 20px #FFF; }
  .Product.dynamic > .d-2 {
    background: center top no-repeat;
    background-image: url(/uploads/filemanager/mainpage/product-item.dynamic.jpg); }
  @media screen and (max-width: 1013px) {
    .Product {
      height: auto; }
      .Product > .btn-body {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 20; }
        .Product > .btn-body > div {
          padding: 0 30px 15px 30px;
          text-align: center; }
          .Product > .btn-body > div > span {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: top;
            zoom: 1;
            *display: inline;
            font-size: 15px;
            color: #b2f2fc;
            padding: 4px 6px;
            margin: 7px 17px; }
            .Product > .btn-body > div > span.active {
              border-bottom: 2px #ff8717 solid;
              color: #ff8717; }
      .Product > .d-2 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        overflow: hidden;
        padding-bottom: 380px; }
        .Product > .d-2 > div {
          padding: 0 10px; }
          .Product > .d-2 > div > h2 {
            padding-top: 15px; }
          .Product > .d-2 > div > div {
            width: auto;
            padding-bottom: 5px; }
        .Product > .d-2 > figure > .static {
          background: url(/uploads/filemanager/mainpage/product-item.static.mobile.jpg) center bottom no-repeat !important; }
          .Product > .d-2 > figure > .static > div {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            text-align: center; }
            .Product > .d-2 > figure > .static > div > img {
              position: relative;
              left: auto;
              transform: translate3d(50px, 0, 0);
              transform-origin: 0 bottom;
              margin: 0;
              padding: 0;
              vertical-align: bottom; }
        .Product > .d-2 > figure > .dynamic {
          position: absolute;
          bottom: 0; }
          .Product > .d-2 > figure > .dynamic > img {
            top: auto; } }
  @media screen and (max-width: 640px) {
    .Product > .d-2 {
      padding-bottom: 350px; }
      .Product > .d-2 > figure > .static > div > img {
        width: 100%;
        max-width: 100%;
        transform: translate3d(9%, 0, 0); } }
  @media screen and (max-width: 570px) {
    .Product > .d-2 {
      padding-bottom: 330px; }
      .Product > .d-2 > figure > .static > div > img {
        width: 115%;
        max-width: 115%;
        transform: translate3d(2%, 0, 0); } }
  @media screen and (max-width: 425px) {
    .Product > .d-2 {
      padding-bottom: 270px; } }
  @media screen and (max-width: 375px) {
    .Product > .d-2 {
      padding-bottom: 230px; } }

section.systems.dynamic .Product > .d-2 {
  background: center top no-repeat;
  background-image: url(/uploads/filemanager/mainpage/product-item.systems.dynamic.jpg); }

section.systems .Product > .d-2 > figure > .static {
  background: center top no-repeat;
  background-image: url(/uploads/filemanager/mainpage/product-item.systems.static.jpg); }

section.components.dynamic .Product > .d-2 {
  background: center top no-repeat;
  background-image: url(/uploads/filemanager/mainpage/product-item.components.dynamic.jpg); }

section.components .Product > .d-2 > figure > .static {
  background: center top no-repeat;
  background-image: url(/uploads/filemanager/mainpage/product-item.components.static.jpg); }

section.telecom.dynamic .Product > .d-2 {
  background: center top no-repeat;
  background-image: url(/uploads/filemanager/mainpage/product-item.telecom.dynamic.jpg); }

section.telecom .Product > .d-2 > figure > .static {
  background: center top no-repeat;
  background-image: url(/uploads/filemanager/mainpage/product-item.telecom.static.jpg); }

.dimensional-btn {
  height: 0; }
  .dimensional-btn > a {
    position: absolute;
    z-index: 150;
    top: 416px;
    right: 0;
    width: 69px;
    height: 26px;
    background-image: url(../images/solutions/Product-btn.png);
    font-size: 0; }
    .dimensional-btn > a.to3d {
      right: 70px; }
    .dimensional-btn > a.to2d {
      width: 70px;
      background-position: right top;
      cursor: default; }
    .dimensional-btn > a:focus {
      outline: none; }
  .dimensional-btn.inverse > a {
    background-image: url(../images/solutions/Product-btn-inverse.png); }
    .dimensional-btn.inverse > a.to3d {
      cursor: default; }
    .dimensional-btn.inverse > a.to2d {
      cursor: pointer; }

.Features div p {
  padding: 0; }
.Features.s1 {
  background: left top no-repeat;
  background-image: url(../images/solutions/features-1.png);
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #67808c;
  width: 100%; }
  .Features.s1 > h3 {
    padding: 0;
    margin: 0;
    font-size: 18px; }
  .Features.s1 > ul {
    margin-top: 10px;
    color: #516b77; }
    .Features.s1 > ul > li {
      margin: 6px 12px 6px 0;
      padding-left: 16px;
      width: 31%;
      background: left 9px no-repeat;
      background-image: url(../images/icons/6.png); }
.Features.s2 {
  background-image: url(../images/solutions/features-2.png); }
.Features.s3, .Features.s4 {
  display: block;
  width: 100%;
  background: left top no-repeat;
  background-image: url(../images/solutions/features-1.png);
  padding-top: 5px;
  padding-bottom: 10px;
  box-sizing: border-box;
  display: table;
  width: 100%;
  margin: 0; }
  .Features.s3 > *, .Features.s4 > * {
    display: table-cell; }
  .Features.s3 h3, .Features.s4 h3 {
    padding-left: 80px;
    padding-top: 8px;
    margin: 0;
    color: #67808c;
    font-size: 18px;
    width: 240px;
    vertical-align: top; }
  .Features.s3 table td, .Features.s4 table td {
    padding: 4px 10px 4px 40px;
    background: 25px 11px no-repeat;
    background-image: url(../images/icons/9.png);
    font-size: 14px; }
.Features.s4 {
  background: left top no-repeat;
  background-image: url(../images/solutions/features-2.png); }
  .Features.s4 h3 {
    width: 240px; }
.Features.s5 {
  display: block;
  width: 100%; }
  .Features.s5 table td {
    padding: 4px 10px 4px 40px;
    background: 25px 11px no-repeat;
    background-image: url(../images/icons/9.png);
    font-size: 14px; }
@media screen and (max-width: 1013px) {
  .Features.s3 > h3, .Features.s4 > h3, .Features.s5 > h3 {
    width: 33%; }
  .Features.s3 > div, .Features.s4 > div, .Features.s5 > div {
    width: 66%; }
    .Features.s3 > div > table, .Features.s3 > div > table > tbody, .Features.s4 > div > table, .Features.s4 > div > table > tbody, .Features.s5 > div > table, .Features.s5 > div > table > tbody {
      display: table !important;
      margin: 0 !important;
      width: 100% !important; }
    .Features.s3 > div > table tr, .Features.s4 > div > table tr, .Features.s5 > div > table tr {
      display: table-row !important;
      width: 100% !important; }
      .Features.s3 > div > table tr td, .Features.s4 > div > table tr td, .Features.s5 > div > table tr td {
        display: table-cell !important;
        width: auto !important;
        vertical-align: top; } }
@media screen and (max-width: 768px) {
  .Features.s3, .Features.s4 {
    background-position: center top; }
    .Features.s3 > h3, .Features.s3 > div, .Features.s4 > h3, .Features.s4 > div {
      display: block;
      width: 100%; }
    .Features.s3 > h3, .Features.s4 > h3 {
      padding: 58px 0 17px 0;
      text-align: center;
      font-size: 20px; } }
@media screen and (max-width: 570px) {
  .Features.s3, .Features.s4 {
    background-position: center top; }
    .Features.s3 > div > table tr > td, .Features.s4 > div > table tr > td {
      display: block !important;
      width: 100% !important; }
      .Features.s3 > div > table tr > td span, .Features.s4 > div > table tr > td span {
        font-size: 16px !important; } }

.Line {
  display: block; }
  .Line > aside {
    position: relative;
    background-color: #cbedff;
    cursor: pointer;
    margin: 8px 0;
    padding: 0;
    line-height: 32px;
    font-size: 13px;
    color: #355b87;
    font-weight: bold;
    padding: 7px 10px 6px 38px;
    line-height: 19px; }
    .Line > aside:before {
      box-sizing: border-box;
      content: '+';
      width: 24px;
      height: 24px;
      border: 1px solid #a9cee0;
      margin: 4px 10px 0 4px;
      color: #80939d;
      text-align: center;
      background-color: #f7f9f9;
      line-height: 24px;
      font-size: 20px;
      transition: all 0.5s ease;
      position: absolute;
      top: 0;
      left: 0; }
    .Line > aside a {
      margin-right: 15px;
      text-decoration: none;
      border-bottom: 1px dotted #0380c1;
      line-height: 17px;
      margin-top: 7px; }
    .Line > aside:hover:before {
      background-color: #0380c1;
      color: #fff; }
  .Line > div {
    display: none; }
    .Line > div .Line {
      margin-left: 40px; }
      .Line > div .Line.classic:last-child > aside {
        border-bottom: none; }
      .Line > div .Line.classic:last-child.active > div {
        border-bottom: none; }
    .Line > div p {
      padding-top: 0; }
  .Line.active {
    margin-bottom: 15px; }
    .Line.active > aside {
      margin-bottom: 0; }
      .Line.active > aside:before {
        content: '\2043';
        font-weight: bold; }
    .Line.active > div {
      display: block; }
  .Line.b-orange > aside {
    padding-left: 46px; }
    .Line.b-orange > aside:before {
      left: 8px; }
    .Line.b-orange > aside:after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 3px;
      border-right: 1px solid #fff;
      background-color: #ff8f27;
      content: ''; }
  .Line.Line-orange > aside {
    background: #FFF;
    border: 1px solid #ff8717;
    color: #ff8717;
    font-size: 17px;
    font-weight: normal;
    padding-left: 45px; }
    .Line.Line-orange > aside:before {
      width: 34px;
      height: 34px;
      margin: 0;
      left: -1px;
      top: -1px;
      border: 0;
      background: #ff8717;
      color: #FFF; }
  .Line.Line-white > aside {
    background: #FFF;
    color: #0678b3;
    border: 0; }
  .Line.padding > div {
    padding: 10px 0 5px 0; }
  .Line.classic > aside {
    background-color: transparent;
    border-bottom: 1px solid #dfe6e9;
    line-height: 24px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 8px;
    padding-left: 22px; }
    .Line.classic > aside:before {
      content: '';
      background: left top no-repeat;
      background-image: url(../images/icons/arr-y-r.png);
      width: 7px;
      height: 10px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      content: '';
      border: none;
      margin-top: 7px;
      margin-left: 5px; }
  .Line.classic.active > aside {
    border-bottom: none; }
    .Line.classic.active > aside:before {
      background: left top no-repeat;
      background-image: url(../images/icons/arr-y-b.png);
      width: 10px;
      height: 6px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      content: '';
      margin-top: 10px;
      margin-left: 2px; }
  .Line.classic.active > div {
    border-bottom: 1px solid #dfe6e9; }
  .Line.date > aside {
    padding-right: 100px;
    position: relative; }
    .Line.date > aside > span {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      color: #89a2ae; }
  .Line .Btn.s3.t {
    margin-top: 8px;
    display: block;
    max-width: 100px; }
  @media screen and (max-width: 1013px) {
    .Line > div .Line {
      margin-left: 17px; } }

.Table {
  width: 100%;
  padding: 0;
  margin: 0; }
  .Table tr > td {
    padding: 0; }
  .Table.center td, section.product-item .Tabs > div > div .Line table td {
    text-align: center; }
  .Table.border, section.product-item .Tabs > div > div .Line table {
    border: 1px solid #dce2e4;
    border-bottom: none;
    border-radius: none; }
    .Table.border tr > td, section.product-item .Tabs > div > div .Line table tr > td {
      border: 1px solid #dce2e4;
      border-top: none;
      border-left: none; }
  .Table.s0, .Table_ {
    box-sizing: border-box;
    display: table;
    width: 100%;
    margin: 0; }
    .Table.s0 > *, .Table_ > * {
      display: table-cell; }
    @media screen and (max-width: 1013px) {
      .Table.s0, .Table_ {
        display: block; }
        .Table.s0 > *, .Table_ > * {
          display: block; } }
  .Table.s1, section.product-item .Tabs > div > div .Line table {
    font-size: 14px;
    border-top: none;
    border-left: none; }
    .Table.s1 tr:nth-child(2n-2), section.product-item .Tabs > div > div .Line table tr:nth-child(2n-2) {
      background-color: #f1f5fa; }
    .Table.s1 td, section.product-item .Tabs > div > div .Line table td {
      padding: 9px 7px; }
      .Table.s1 td:first-child, section.product-item .Tabs > div > div .Line table td:first-child {
        text-align: left;
        padding-left: 17px; }
  .Table.s2 {
    font-size: 11px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 16px; }
    .Table.s2 tr:nth-child(2n-1) {
      background-color: #f7f9f9; }
    .Table.s2 tr:first-child {
      color: #67808c;
      text-transform: uppercase;
      border-bottom: 1px solid #dce2e4;
      font-weight: bold;
      background-color: #effaff; }
    .Table.s2 tr:nth-child(2) {
      color: #f05a85; }
    .Table.s2 tr td {
      padding: 10px 25px;
      text-align: center;
      line-height: 16px; }
      .Table.s2 tr td:first-child {
        text-align: left;
        font-weight: bold; }
  .Table.s3 {
    box-sizing: border-box;
    display: table;
    width: 100%;
    margin: 0; }
    .Table.s3 > * {
      display: table-cell; }
    .Table.s3.p15 > * {
      padding-right: 15px; }
    .Table.s3._2 > * {
      width: 50%; }
  .Table.s4 > li {
    box-sizing: border-box;
    display: table;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ced8e1;
    padding: 3px 0; }
    .Table.s4 > li > span {
      display: table-cell; }
    .Table.s4 > li > span {
      font-size: 12px; }
      .Table.s4 > li > span:first-child {
        text-align: left;
        padding-left: 8px; }
      .Table.s4 > li > span:last-child {
        text-align: right;
        padding-right: 4px; }
      .Table.s4 > li > span.red {
        color: #ce2222; }

.Product-list > a {
  width: 138px;
  height: 201px;
  position: relative;
  margin-right: 28px;
  margin-bottom: 18px; }
  .Product-list > a > span {
    display: block;
    text-align: center;
    position: absolute;
    width: 134px;
    bottom: 140px;
    text-decoration: underline;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold; }
  .Product-list > a > figure {
    position: absolute;
    width: 138px;
    height: 138px;
    background: no-repeat;
    background-image: url(../images/solutions/Product-list-icon-bg.png);
    transition: all 0.75s ease;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    line-height: 134px; }
    .Product-list > a > figure > img {
      margin-left: 6px;
      opacity: 0.9; }
  .Product-list > a:hover > span {
    text-decoration: none; }
  .Product-list > a:hover > figure {
    background-image: url(../images/solutions/Product-list-icon-bg-active.png); }
    .Product-list > a:hover > figure > img {
      opacity: 1; }

.App-list > a {
  width: 138px;
  height: 201px;
  position: relative;
  margin-right: 28px;
  margin-bottom: 18px; }
  .App-list > a > span {
    display: block;
    text-align: center;
    position: absolute;
    width: 134px;
    bottom: 140px;
    text-decoration: underline;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold; }
  .App-list > a > figure {
    position: absolute;
    width: 138px;
    height: 138px;
    transition: all 0.75s ease;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    line-height: 134px;
    border: 1px solid #CCC; }
    .App-list > a > figure > img {
      margin-left: 6px;
      opacity: 1; }
  .App-list > a:hover > span {
    text-decoration: none; }
  .App-list > a:hover > figure > img {
    opacity: 0.9; }

.Laser-list > li {
  width: 16%; }
  .Laser-list > li a {
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px; }
    .Laser-list > li a span {
      display: block;
      margin-bottom: 10px; }
    .Laser-list > li a img {
      transition: all 0.75s ease; }
    .Laser-list > li a:hover img {
      opacity: 0.82; }

.Icon-list > div {
  box-sizing: border-box;
  display: table;
  width: 100%;
  margin: 0; }
  .Icon-list > div > a {
    display: table-cell; }
  .Icon-list > div > a {
    width: 200px;
    min-height: 201px;
    position: relative;
    padding-bottom: 10px;
    text-align: center; }
    .Icon-list > div > a > span {
      display: block;
      width: 180px;
      text-decoration: underline;
      font-size: 13px;
      line-height: 22px;
      font-weight: bold;
      text-align: left;
      margin: 0 auto; }
    .Icon-list > div > a > figure {
      margin: 0 auto; }
      .Icon-list > div > a > figure > img {
        display: block;
        /*min-width:200px;*/
        margin: 0 auto; }
    .Icon-list > div > a:hover > span {
      text-decoration: none; }
    .Icon-list > div > a:hover > figure > img {
      opacity: 0.9; }
  .Icon-list > div.p-60 {
    padding: 0 60px; }
  .Icon-list > div.p-left-4 {
    padding-left: 70px; }
  .Icon-list > div.p-right-4 {
    padding-right: 70px; }
  .Icon-list > div.p-left-3 {
    padding-left: 100px; }
  .Icon-list > div.p-right-3 {
    padding-right: 100px; }
.Icon-list._table > a {
  width: auto; }
.Icon-list._table._4_3_3 .row:not(:first-child), .Icon-list._table._4_3 .row:not(:first-child) {
  padding: 0 125px; }
.Icon-list._table._5_4 .row:last-child {
  padding: 0 100px; }
.Icon-list._table._3_3_3 .row:first-child, .Icon-list._table._3_3_3 .row:last-child {
  padding-left: 120px; }
.Icon-list._table._3_3_3 .row:nth-child(2) {
  padding-right: 120px; }
.Icon-list._table._4_4 .row:first-child {
  padding-left: 70px; }
.Icon-list._table._4_4 .row:last-child {
  padding-right: 70px; }
.Icon-list._table._3_3 .row:first-child {
  padding-left: 120px; }
.Icon-list._table._3_3 .row:last-child {
  padding-right: 120px; }
.Icon-list._table._3_2 .row:last-child {
  padding: 0 167px; }
.Icon-list.s1 > div {
  margin-bottom: 20px; }
  .Icon-list.s1 > div > a {
    text-decoration: none;
    padding-left: 9px;
    padding-right: 9px; }
    .Icon-list.s1 > div > a > span {
      text-decoration: none;
      line-height: 20px;
      padding-top: 2px; }
    .Icon-list.s1 > div > a > figure > img {
      width: 182px; }
@media screen and (max-width: 1013px) {
  .Icon-list {
    text-align: center;
    font-size: 0; }
    .Icon-list > .row {
      display: inline; }
      .Icon-list > .row > a {
        display: inline-block;
        vertical-align: top; }
    .Icon-list._table {
      display: block;
      width: 100%; }
      .Icon-list._table > .row {
        display: inline;
        padding: 0 !important; }
        .Icon-list._table > .row > a {
          display: inline-block;
          vertical-align: top;
          width: 33%;
          padding: 0 0 10px 0; }
          .Icon-list._table > .row > a > img {
            max-width: 100%;
            display: inline-block;
            vertical-align: middle; }
          .Icon-list._table > .row > a > figure {
            display: block;
            min-height: 200px;
            line-height: 200px;
            text-align: center; }
            .Icon-list._table > .row > a > figure > span {
              max-width: 100%;
              padding: 0 5px; } }
@media screen and (max-width: 768px) {
  .Icon-list._table > .row > a {
    width: 50%; } }
@media screen and (max-width: 570px) {
  .Icon-list._table > .row > a {
    display: block;
    width: 100%;
    padding-bottom: 30px; }
    .Icon-list._table > .row > a > figure {
      min-height: auto;
      line-height: normal; }
      .Icon-list._table > .row > a > figure img {
        max-width: 90%; }
    .Icon-list._table > .row > a > span {
      width: 100%;
      text-align: center;
      font-size: 15px; }
  .Icon-list._table:not(._3_3_3) > .row > a > figure {
    padding-left: 50px; } }

.ContentGallery {
  position: relative;
  display: block;
  width: 100%; }
  .ContentGallery > .c {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    top: 10px;
    pointer-events: none;
    padding-top: 30px; }
  @media screen and (min-width: 1014px) {
    .ContentGallery > a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      text-decoration: none;
      background-position: center top;
      background-repeat: no-repeat;
      opacity: 0.01;
      overflow: hidden;
      transition: none; }
      .ContentGallery > a:first-child {
        opacity: 1; }
      .ContentGallery > a > div {
        display: block;
        width: 1000px;
        margin: 0 auto;
        position: relative;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: transparent !important; }
        .ContentGallery > a > div > * {
          position: absolute;
          display: block; }
        .ContentGallery > a > div > aside {
          color: #000;
          top: 100px;
          font-size: 14px;
          color: #fff;
          width: 500px !important; }
          .ContentGallery > a > div > aside p {
            line-height: 22px; }
          .ContentGallery > a > div > aside ul {
            list-style: none;
            margin-left: 0;
            padding-left: 23px;
            display: block;
            width: 450px; }
            .ContentGallery > a > div > aside ul li {
              margin-left: 0;
              margin-bottom: 10px; }
              .ContentGallery > a > div > aside ul li span {
                position: relative; }
                .ContentGallery > a > div > aside ul li span:before {
                  content: '\2022';
                  font-size: 26px;
                  line-height: 10px;
                  margin-right: 5px;
                  display: -moz-inline-stack;
                  display: inline-block;
                  vertical-align: middle;
                  zoom: 1;
                  *display: inline;
                  position: absolute;
                  margin-left: -20px;
                  top: 8px; } }
  @media screen and (max-width: 1013px) {
    .ContentGallery > .c {
      top: 0;
      padding: 10px; }
      .ContentGallery > .c h1 {
        padding: 0;
        margin: 0; }
    .ContentGallery > a {
      display: block;
      background: transparent !important;
      text-decoration: none; }
      .ContentGallery > a > div {
        padding: 10px;
        padding-top: 50px;
        padding-bottom: 350px;
        background-position: center bottom;
        color: #FFF;
        font-size: 15px; }
        .ContentGallery > a > div aside {
          width: auto !important; }
          .ContentGallery > a > div aside br {
            display: none; }
          .ContentGallery > a > div aside p {
            display: inline; }
        .ContentGallery > a > div > h2, .ContentGallery > a > div > p {
          margin: 0;
          padding: 10px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 40px;
          text-align: center;
          overflow: hidden; }
        .ContentGallery > a > div > h2 {
          color: #b2f2fc;
          font-weight: bold;
          font-size: 26px;
          height: 92px;
          line-height: 24px; }
        .ContentGallery > a > div > p {
          bottom: 20px;
          color: #ff8819;
          font-size: 17px;
          line-height: 18px;
          height: 66px; } }

.InteractiveRounds, .ContentGallery > .controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0; }
  @media screen and (min-width: 1014px) {
    .InteractiveRounds, .ContentGallery > .controls {
      display: block;
      width: 1000px;
      margin: 0 auto;
      position: relative;
      position: absolute; } }
  .InteractiveRounds > div, .ContentGallery > .controls > div {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: absolute;
    z-index: 30;
    right: 510px;
    bottom: 30px;
    font-size: 0; }
    .InteractiveRounds > div span, .ContentGallery > .controls > div span {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      transition: all 0.75s ease;
      width: 19px;
      height: 19px;
      margin: 0 4px;
      cursor: pointer;
      background-image: url(../images/solutions/switcher.png); }
      .InteractiveRounds > div span:hover, .ContentGallery > .controls > div span:hover {
        background-image: url(../images/solutions/switcher-hover.png); }
      .InteractiveRounds > div span.active, .ContentGallery > .controls > div span.active {
        background-image: url(../images/solutions/switcher-active.png);
        cursor: default; }
  @media screen and (max-width: 1013px) {
    .InteractiveRounds > div, .ContentGallery > .controls > div {
      left: 0;
      right: 0;
      bottom: 15px;
      font-size: 0;
      text-align: center; } }

.Gallery-wrapper {
  margin: 20px auto;
  position: relative;
  border: 10px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999; }
  .Gallery-wrapper > .Gallery {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .Gallery-wrapper > .Gallery > .Gallery-inner {
      width: 20000em;
      position: relative;
      list-style: none;
      margin: 0;
      padding: 0; }
      .Gallery-wrapper > .Gallery > .Gallery-inner > * {
        width: 200px;
        float: left;
        border: 1px solid #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .Gallery-wrapper > .Gallery > .Gallery-inner > * a {
          display: block; }
          .Gallery-wrapper > .Gallery > .Gallery-inner > * a:hover {
            opacity: 0.79;
            transition: all 0.4s ease; }
        .Gallery-wrapper > .Gallery > .Gallery-inner > * img {
          display: block;
          max-width: 100%;
          height: auto !important; }
  .Gallery-wrapper .jcarousel-control-prev,
  .Gallery-wrapper .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7; }
  .Gallery-wrapper .jcarousel-control-prev {
    left: 15px; }
  .Gallery-wrapper .jcarousel-control-next {
    right: 15px; }
  .Gallery-wrapper .jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0; }
  .Gallery-wrapper .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C; }
  .Gallery-wrapper .jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7; }

.Gradient.container > * {
  width: 1000px;
  margin: 0 auto; }
.Gradient.s1 {
  background: 0 0 repeat-x #f8fdff;
  background-image: url(../images/solutions/gradient-1.jpg);
  padding: 12px 0; }

.Structure.s1 {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  border-top: 1px solid #dce2e4; }
  .Structure.s1 > div {
    box-sizing: border-box;
    display: table;
    width: 100%;
    margin: 0;
    background-color: #f7f9f9; }
    .Structure.s1 > div > * {
      display: table-cell; }
    .Structure.s1 > div:nth-child(2n) {
      background-color: #FFF; }
    .Structure.s1 > div > label {
      width: 173px;
      color: #0578b5;
      padding: 9px 0 9px 24px;
      line-height: 27px;
      border: 1px solid #dce2e4;
      border-top: none;
      border-left: none; }
    .Structure.s1 > div > div > span {
      box-sizing: border-box;
      display: table;
      width: 100%;
      margin: 0; }
      .Structure.s1 > div > div > span > * {
        display: table-cell; }
      .Structure.s1 > div > div > span > label {
        width: 22%;
        padding: 9px 0 9px 24px;
        line-height: 27px;
        border: 1px solid #dce2e4;
        border-top: none;
        border-left: none;
        cursor: pointer;
        transition: all 0.75s ease; }
        .Structure.s1 > div > div > span > label:last-child {
          border-right: none;
          width: 12%; }
        .Structure.s1 > div > div > span > label input {
          margin-right: 4px;
          margin-bottom: 3px;
          cursor: pointer;
          pointer-events: none; }
        .Structure.s1 > div > div > span > label:hover {
          background-color: #e4f1f8; }
        .Structure.s1 > div > div > span > label.active {
          background-color: #ff8819; }
    .Structure.s1 > div.mini > div > span > label {
      padding-left: 125px;
      width: 44%; }
      .Structure.s1 > div.mini > div > span > label:last-child {
        padding-left: 24px;
        width: 12%; }
  .Structure.s1 > p {
    padding: 0;
    padding-top: 15px; }
    .Structure.s1 > p.note {
      font-weight: normal;
      margin-top: 10px; }
  .Structure.s1 input:focus {
    outline: none; }
.Structure.s2 {
  min-height: 500px;
  margin-top: 25px;
  position: relative; }
  .Structure.s2 > div {
    width: 333px;
    position: relative;
    margin-bottom: 45px;
    background: 98% 5px no-repeat;
    background-image: url(../images/solutions/overviewSeparator.png); }
    .Structure.s2 > div:after {
      content: '';
      position: absolute;
      top: 150px;
      right: 20px;
      bottom: 0;
      width: 1px;
      background-color: #4A6E97; }
    @media screen and (min-width: 1014px) {
      .Structure.s2 > div:nth-child(3n):after, .Structure.s2 > div:last-child:after {
        display: none; } }
    .Structure.s2 > div > a {
      padding-top: 200px;
      display: block;
      height: 232px;
      margin-bottom: 23px;
      position: relative; }
      .Structure.s2 > div > a > div {
        position: absolute;
        top: 150px;
        left: 0;
        right: 30px;
        height: 90px;
        overflow: hidden;
        z-index: 20; }
        .Structure.s2 > div > a > div > span {
          color: #d3f2fd;
          font-size: 16px;
          letter-spacing: 1px;
          position: relative;
          z-index: 11;
          font-weight: bold; }
        .Structure.s2 > div > a > div > div {
          font: 14px/20px "Open Sans";
          color: #fff;
          margin-top: 5px;
          height: 100px;
          overflow: hidden; }
          .Structure.s2 > div > a > div > div span {
            display: inline;
            position: relative; }
            .Structure.s2 > div > a > div > div span.more {
              position: absolute; }
              .Structure.s2 > div > a > div > div span.more ~ span {
                display: none; }
          .Structure.s2 > div > a > div > div p {
            margin: 0; }
      .Structure.s2 > div > a > img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10; }
      .Structure.s2 > div > a:hover > div {
        padding: 10px;
        left: -12px;
        top: 138px;
        height: auto;
        border: 2px solid #ff8819;
        border-radius: 8px;
        background-clip: padding-box;
        background-color: #ff8819;
        z-index: 999999; }
        .Structure.s2 > div > a:hover > div > div {
          overflow: visible;
          height: auto;
          color: #522802; }
          .Structure.s2 > div > a:hover > div > div span {
            display: inline !important; }
            .Structure.s2 > div > a:hover > div > div span.more {
              display: none !important; }
        .Structure.s2 > div > a:hover > div > span {
          color: #FFF;
          border-bottom-color: transparent; }
    .Structure.s2 > div ul {
      margin-right: 24px; }
      .Structure.s2 > div ul > li {
        background: left 6px no-repeat;
        background-image: url(../images/solutions/arrow-right.png);
        padding-bottom: 8px; }
        .Structure.s2 > div ul > li > a, .Structure.s2 > div ul > li > span {
          display: block;
          color: #6dcff6;
          text-decoration: none;
          font-weight: bold;
          font-size: 11px;
          padding-left: 10px; }
          .Structure.s2 > div ul > li > a:hover, .Structure.s2 > div ul > li > span:hover {
            color: #ff8819;
            text-decoration: none; }
        .Structure.s2 > div ul > li > span:hover {
          color: #6dcff6; }
        .Structure.s2 > div ul > li > ul {
          margin-top: 8px;
          margin-left: 11px; }
  .Structure.s2.mainColumn {
    width: 667px;
    margin-left: 333px; }
    .Structure.s2.mainColumn > div:nth-child(3n):after {
      display: block; }
    .Structure.s2.mainColumn > div:nth-child(3):after, .Structure.s2.mainColumn > div:nth-child(5):after {
      display: none; }
    .Structure.s2.mainColumn > div:nth-child(1) {
      position: absolute;
      top: 0;
      left: -333px;
      bottom: 0;
      width: 333px; }
  @media screen and (max-width: 1013px) {
    .Structure.s2 {
      width: 100%;
      max-width: 998px;
      margin: 0;
      text-align: center; }
      .Structure.s2 > div {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        text-align: left;
        width: 50%; }
        .Structure.s2 > div a > div > span {
          font-size: 20px; }
        .Structure.s2 > div a > div > div {
          font-size: 15px; }
        .Structure.s2 > div:nth-of-type(2n-1) {
          width: 47%;
          margin-left: 3%; }
        .Structure.s2 > div:nth-of-type(2n):after, .Structure.s2 > div:last-child:after {
          display: none; }
        .Structure.s2 > div img {
          max-width: 100%; }
      .Structure.s2.mainColumn {
        margin: 0;
        width: auto; } }
  @media screen and (max-width: 570px) {
    .Structure.s2 > div {
      border-bottom: 1px solid #4a6e97;
      padding-bottom: 10px;
      width: 94% !important; }
      .Structure.s2 > div > a > img {
        left: 25px; }
      .Structure.s2 > div img {
        max-width: 90%; }
      .Structure.s2 > div:after {
        display: none; }
      .Structure.s2 > div:last-child {
        border-bottom: 0;
        margin-bottom: 5px; } }
.Structure.s3 {
  padding-bottom: 20px;
  max-width: 100%; }
  .Structure.s3 .control-group {
    max-width: 100%; }
    .Structure.s3 .control-group > .control-label {
      width: 200px;
      padding-top: 11px;
      padding-right: 10px; }
    .Structure.s3 .control-group label {
      font-size: 14px;
      font-weight: bold;
      color: #0578c5; }
    .Structure.s3 .control-group > .controls {
      max-width: 100%; }
      .Structure.s3 .control-group > .controls input[type="text"], .Structure.s3 .control-group > .controls select, .Structure.s3 .control-group > .controls textarea {
        width: 500px;
        max-width: 500px;
        padding: 5px 10px 5px 10px;
        font-size: 18px;
        background-color: #FDFDFD;
        border: 1px solid #B8C4C9;
        border-top-color: #84999F;
        margin-top: 4px;
        margin-bottom: 7px;
        color: #71858E;
        max-width: 100%; }
      .Structure.s3 .control-group > .controls select {
        min-width: 240px;
        width: auto;
        max-width: 100%;
        cursor: pointer; }
      .Structure.s3 .control-group > .controls textarea {
        min-height: 200px;
        max-height: 800px; }
      .Structure.s3 .control-group > .controls > .help-inline {
        padding-top: 11px;
        padding-left: 10px;
        width: 285px; }
      .Structure.s3 .control-group > .controls > .desc {
        padding-top: 11px;
        padding-left: 10px;
        color: #ff8819;
        font-weight: bold; }
    .Structure.s3 .control-group.error {
      color: #eb4e7d; }
      .Structure.s3 .control-group.error > .controls input[type="text"], .Structure.s3 .control-group.error > .controls select, .Structure.s3 .control-group.error > .controls textarea {
        border-color: #eb4e7d; }
    .Structure.s3 .control-group.success {
      color: #468847; }
      .Structure.s3 .control-group.success > .controls input[type="text"], .Structure.s3 .control-group.success > .controls select, .Structure.s3 .control-group.success > .controls textarea {
        border-color: #468847; }
  @media screen and (min-width: 1014px) {
    .Structure.s3 .form-actions {
      text-align: right;
      padding-right: 350px; } }
  .Structure.s3.separator {
    border-bottom: 1px solid #DCE1E4; }
  @media screen and (max-width: 1013px) {
    .Structure.s3 {
      display: block;
      margin: 22px auto 0 auto;
      width: 706px; }
      .Structure.s3 .control-group > .controls > span.help-inline {
        display: block;
        padding-top: 0;
        padding-bottom: 10px; }
      .Structure.s3 table {
        width: 320px !important;
        margin: 0 auto; } }
  @media screen and (max-width: 730px) {
    .Structure.s3 {
      width: 500px; }
      .Structure.s3 .control-group > .control-label {
        width: 100%; } }
  @media screen and (max-width: 530px) {
    .Structure.s3 {
      width: 100%; } }
@media screen and (min-width: 1014px) {
  .Structure._flower {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 745px;
    height: 746px;
    margin: 10px auto; }
    .Structure._flower > li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block; }
    .Structure._flower:after {
      content: '';
      width: 203px;
      height: 202px;
      background-image: url(../images/solutions/flower/c12.png);
      position: absolute;
      top: 271px;
      left: 271px;
      z-index: 12; }
    .Structure._flower.__2 {
      height: 480px;
      margin-top: -140px; }
      .Structure._flower.__2:after {
        background-image: url(../images/solutions/flower/c2.png); }
    .Structure._flower.__3 {
      height: 610px; }
      .Structure._flower.__3:after {
        background-image: url(../images/solutions/flower/c3.png); }
    .Structure._flower.__4:after {
      background-image: url(../images/solutions/flower/c4.png); }
    .Structure._flower.__5 {
      height: 610px; }
      .Structure._flower.__5:after {
        background-image: url(../images/solutions/flower/c5.png); }
    .Structure._flower.__6:after {
      background-image: url(../images/solutions/flower/c6.png); }
    .Structure._flower.__7:after {
      background-image: url(../images/solutions/flower/c7.png); }
    .Structure._flower.__8:after {
      background-image: url(../images/solutions/flower/c8.png); }
    .Structure._flower.__9:after {
      background-image: url(../images/solutions/flower/c9.png); }
    .Structure._flower.__10:after {
      background-image: url(../images/solutions/flower/c10.png); }
    .Structure._flower.__11:after {
      background-image: url(../images/solutions/flower/c11.png); }
    .Structure._flower.ready > li {
      opacity: 1; }
    .Structure._flower > li {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      .Structure._flower > li:nth-child(1) {
        background-image: url(../images/solutions/flower/arrow1.png);
        width: 151px;
        height: 286px;
        left: 296px; }
      .Structure._flower > li:nth-child(2) {
        background-image: url(../images/solutions/flower/arrow2.png);
        width: 196px;
        height: 265px;
        top: 39px;
        left: 400px; }
      .Structure._flower > li:nth-child(3) {
        background-image: url(../images/solutions/flower/arrow3.png);
        width: 267px;
        height: 194px;
        top: 147px;
        left: 438px; }
      .Structure._flower > li:nth-child(4) {
        background-image: url(../images/solutions/flower/arrow4.png);
        width: 286px;
        height: 151px;
        top: 296px;
        left: 459px; }
      .Structure._flower > li:nth-child(5) {
        background-image: url(../images/solutions/flower/arrow5.png);
        width: 267px;
        height: 194px;
        top: 401px;
        left: 439px; }
      .Structure._flower > li:nth-child(6) {
        background-image: url(../images/solutions/flower/arrow6.png);
        width: 196px;
        height: 265px;
        top: 440px;
        left: 400px; }
      .Structure._flower > li:nth-child(7) {
        background-image: url(../images/solutions/flower/arrow7.png);
        width: 151px;
        height: 286px;
        top: 460px;
        left: 296px; }
      .Structure._flower > li:nth-child(8) {
        background-image: url(../images/solutions/flower/arrow8.png);
        width: 196px;
        height: 265px;
        top: 440px;
        left: 148px; }
      .Structure._flower > li:nth-child(9) {
        background-image: url(../images/solutions/flower/arrow9.png);
        width: 267px;
        height: 194px;
        top: 401px;
        left: 39px; }
      .Structure._flower > li:nth-child(10) {
        background-image: url(../images/solutions/flower/arrow10.png);
        width: 286px;
        height: 151px;
        top: 296px;
        left: 0px; }
      .Structure._flower > li:nth-child(11) {
        background-image: url(../images/solutions/flower/arrow11.png);
        width: 267px;
        height: 194px;
        top: 147px;
        left: 40px; }
      .Structure._flower > li:nth-child(12) {
        background-image: url(../images/solutions/flower/arrow12.png);
        width: 196px;
        height: 265px;
        top: 39px;
        left: 149px; }
      .Structure._flower > li > span {
        position: absolute;
        display: block;
        width: 150px;
        height: 150px;
        line-height: 150px;
        z-index: 14;
        padding: 0 1px;
        font-size: 12px;
        text-align: center;
        color: #0380c1; }
        .Structure._flower > li > span:hover {
          color: #011c2a;
          text-decoration: 0; }
        .Structure._flower > li > span > span {
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: middle;
          zoom: 1;
          *display: inline;
          font-weight: bold;
          line-height: 18px;
          position: relative; }
        .Structure._flower > li > span > div {
          display: none; }
          .Structure._flower > li > span > div p {
            margin: 0; }
      .Structure._flower > li:nth-child(2) > span, .Structure._flower > li:nth-child(3) > span, .Structure._flower > li:nth-child(4) > span, .Structure._flower > li:nth-child(5) > span, .Structure._flower > li:nth-child(6) > span {
        right: 0; }
      .Structure._flower > li:nth-child(5) > span, .Structure._flower > li:nth-child(6) > span, .Structure._flower > li:nth-child(7) > span, .Structure._flower > li:nth-child(8) > span, .Structure._flower > li:nth-child(9) > span {
        bottom: 0; }
      .Structure._flower > li:not(.active):not(.title) > span {
        cursor: pointer; }
        .Structure._flower > li:not(.active):not(.title) > span:hover {
          background-image: url(../images/solutions/flower/active-link.png);
          color: #ff8819; }
      .Structure._flower > li.active > span {
        z-index: 16; }
        .Structure._flower > li.active > span > span {
          color: #67808c;
          z-index: 20; }
        .Structure._flower > li.active > span > div {
          z-index: 18;
          position: absolute;
          display: block;
          width: 470px;
          min-height: 100px;
          background: center -59px;
          background-image: url(../images/solutions/flower/card.png);
          left: -159px;
          top: 65px;
          text-align: left;
          padding: 61px 37px 0 37px;
          color: #000;
          line-height: 18px; }
          .Structure._flower > li.active > span > div:before {
            content: '';
            position: absolute;
            top: -59px;
            left: 155px;
            width: 160px;
            height: 59px;
            background: center top;
            background-image: url(../images/solutions/flower/card.png); }
          .Structure._flower > li.active > span > div:after {
            content: '';
            position: absolute;
            width: 470px;
            height: 20px;
            bottom: -20px;
            left: 0;
            background: center bottom;
            background-image: url(../images/solutions/flower/card.png); }
          .Structure._flower > li.active > span > div > img {
            float: left;
            margin-right: 20px;
            margin-bottom: 10px; }
        .Structure._flower > li.active > span > strong {
          position: absolute;
          z-index: 19;
          top: 69px;
          right: -155px;
          width: 38px;
          height: 38px;
          cursor: pointer; }
          .Structure._flower > li.active > span > strong:hover {
            background: #FFF;
            opacity: 0.4; }
      .Structure._flower > li.empty {
        display: none; }
      .Structure._flower > li.title {
        width: 203px;
        height: 202px;
        line-height: 202px;
        text-align: center;
        position: absolute;
        top: 271px;
        left: 271px;
        z-index: 13;
        background: transparent; }
        .Structure._flower > li.title > span {
          position: relative;
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: middle;
          zoom: 1;
          *display: inline;
          width: auto;
          height: auto;
          font-size: 20px;
          padding: 0 32px;
          color: #68818D;
          line-height: 25px; } }
@media screen and (max-width: 1013px) {
  .Structure._flower {
    margin: 0;
    padding: 0; }
    .Structure._flower > li {
      display: block;
      margin-bottom: 20px;
      overflow: hidden; }
      .Structure._flower > li > span > span {
        display: block;
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 5px; }
      .Structure._flower > li > span > div > img {
        display: block;
        float: left;
        margin: 10px 15px 15px 0; }
      .Structure._flower > li > span > div > P {
        padding-top: 0; }
      .Structure._flower > li.title {
        display: none; } }

.Quote, .Inline-Quote {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #0096de;
  font-size: 18px;
  font-style: italic; }
  @media screen and (min-width: 570px) {
    .Quote, .Inline-Quote {
      float: right;
      width: 270px;
      padding-left: 60px;
      padding-top: 44px;
      padding-bottom: 15px;
      background: 60px 0 no-repeat;
      background-image: url(../images/solutions/quote.png);
      font-size: 22px;
      line-height: 28px;
      clear: both;
      margin-top: 10px; } }
  @media screen and (max-width: 570px) {
    .Quote, .Inline-Quote {
      display: block;
      padding-left: 35px; }
      .Quote:before, .Inline-Quote:before {
        content: '';
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        background: center center no-repeat;
        background-image: url(../images/solutions/quote.png);
        background-size: contain;
        width: 24px;
        height: 24px;
        margin-left: -34px;
        margin-right: 10px; } }

.Inline-Quote {
  padding-left: 0;
  background-position: left top;
  float: none;
  width: auto; }
  @media screen and (max-width: 1013px) {
    .Inline-Quote:before {
      margin-left: 0; } }

.FloatImage {
  float: right;
  padding-left: 60px;
  padding-bottom: 15px;
  color: #0096de;
  font-size: 22px;
  font-style: italic;
  line-height: 28px;
  margin-top: 10px;
  position: relative;
  clear: both; }
  .FloatImage:hover {
    opacity: 0.9; }
  .FloatImage:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 234px;
    height: 50px;
    background: bottom center no-repeat;
    background-image: url(../images/solutions/floatImage.png); }
  .FloatImage img {
    width: 210px;
    border: 4px solid #ced8e1; }
  @media screen and (max-width: 570px) {
    .FloatImage {
      float: none;
      display: block;
      text-align: center;
      padding: 0 0 10px 0; }
      .FloatImage img {
        display: block;
        margin: 0 auto; }
      .FloatImage:after {
        display: inline-block;
        position: relative;
        margin-left: -24px;
        margin-top: -27px;
        bottom: -1px;
        right: 0; } }

.Separator.s1 {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #d3dade;
  margin: 20px 0; }

.Circle {
  background: inherit;
  background-image: url(../images/icons/c_red.png);
  width: 24px;
  height: 24px; }
  .Circle._0 {
    background: inherit;
    background-image: url(../images/icons/c_0.png); }
  .Circle._45 {
    background: inherit;
    background-image: url(../images/icons/c_45.png); }
  .Circle._90 {
    background: inherit;
    background-image: url(../images/icons/c_90.png); }
  .Circle._180 {
    background: inherit;
    background-image: url(../images/icons/c_180.png); }
  .Circle._270 {
    background: inherit;
    background-image: url(../images/icons/c_270.png); }
  .Circle._315 {
    background: inherit;
    background-image: url(../images/icons/c_315.png); }

@media screen and (min-width: 1014px) {
  .Scheme.s1 {
    display: block;
    padding-top: 200px;
    background: center top no-repeat;
    background-image: url(../images/solutions/scheme1.png);
    position: relative;
    margin-top: 10px;
    margin-bottom: 60px;
    position: relative; }
    .Scheme.s1 p {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      text-align: center;
      width: 49%;
      padding: 0 52px; }
    .Scheme.s1 strong.Title {
      text-align: center;
      padding-bottom: 0; }
    .Scheme.s1:after {
      display: block;
      position: absolute;
      left: 0;
      bottom: -30px;
      right: 0;
      content: '';
      background: center bottom no-repeat;
      background-image: url(../images/solutions/scheme1.png);
      height: 30px; } }
@media screen and (max-width: 1013px) {
  .Scheme.s1 p {
    padding-top: 200px;
    margin-bottom: 40px; }
    .Scheme.s1 p:first-of-type {
      background: center top no-repeat;
      background-image: url(../images/solutions/optical-fiber-mobile.jpg); }
    .Scheme.s1 p:last-of-type {
      background: center top no-repeat;
      background-image: url(../images/solutions/pumping-diodes-mobile.jpg); } }

.MiniArticles > div {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #ff8819;
  margin-bottom: 20px;
  text-align: center; }
  .MiniArticles > div:last-child {
    border-bottom: none; }
  .MiniArticles > div > figure {
    width: 220px; }
    .MiniArticles > div > figure a img {
      width: 200px;
      margin-bottom: 10px;
      display: none; }
    .MiniArticles > div > figure a:first-child img {
      display: block; }
  .MiniArticles > div > div {
    width: 760px;
    padding-top: 0;
    max-width: 100%;
    text-align: left; }
    .MiniArticles > div > div > p:after {
      content: '...'; }
    .MiniArticles > div > div > span.more {
      display: none; }
  .MiniArticles > div > button {
    position: absolute;
    bottom: 10px;
    right: 10px; }
    .MiniArticles > div > button:after {
      content: 'Open...'; }
    .MiniArticles > div > button:focus {
      outline: none; }
  .MiniArticles > div.open > figure > a > img {
    display: block; }
  .MiniArticles > div.open > div > p:after {
    display: none; }
  .MiniArticles > div.open > div > span.more {
    display: inline; }
  .MiniArticles > div.open > button:after {
    content: 'Close...'; }

.Switcher {
  position: relative;
  height: 409px;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden; }
  .Switcher > div {
    position: absolute;
    width: 1000px;
    margin: 0 auto;
    padding: 0 70px;
    top: 30px;
    bottom: 10px;
    left: 1000px; }
    .Switcher > div:first-child {
      left: 0; }
  .Switcher > span {
    position: absolute;
    top: 48%;
    left: 0;
    width: 17px;
    height: 49px;
    background-image: url(../images/solutions/arrow_left_white.png);
    cursor: pointer;
    transition: all 0.45s ease; }
    .Switcher > span:last-child {
      background-image: url(../images/solutions/arrow_right_white.png);
      left: auto;
      right: 0; }
    .Switcher > span:hover {
      background-image: url(../images/solutions/arrow_left_yellow.png); }
      .Switcher > span:hover:last-child {
        background-image: url(../images/solutions/arrow_right_yellow.png); }

.News-list {
  font-size: 0; }
  .News-list > li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    font-size: 13px; }
  .News-list > li {
    width: 50%;
    height: 143px;
    overflow: hidden;
    padding-right: 35px;
    margin-bottom: 35px; }
    .News-list > li img {
      display: block;
      float: left;
      clear: both;
      margin-left: 2px;
      margin-right: 15px;
      margin-bottom: 5px;
      transition: all 0.75s ease; }
    .News-list > li a {
      display: block;
      font-size: 16px;
      color: #0380c1;
      font-weight: bold;
      text-decoration: none;
      line-height: 18px;
      margin-bottom: 5px; }
      .News-list > li a:hover {
        color: #ff8819; }
        .News-list > li a:hover img {
          opacity: 0.9; }
    .News-list > li p {
      padding: 0; }
  @media screen and (max-width: 1013px) {
    .News-list > li {
      height: auto; } }
  @media screen and (max-width: 768px) {
    .News-list > li {
      display: block;
      width: 100%;
      border: 1px solid #d3dfe6;
      margin-bottom: 10px;
      padding: 10px; }
      .News-list > li img {
        margin-left: 0;
        margin-bottom: 0; } }
  @media screen and (max-width: 570px) {
    .News-list > li {
      padding: 20px;
      font-size: 15px; }
      .News-list > li a {
        text-align: center;
        font-size: 18px; }
        .News-list > li a img {
          float: none;
          display: block;
          margin: 0 auto 20px auto;
          clear: none; } }

.Preview {
  position: relative;
  padding-bottom: 2px;
  overflow: hidden; }
  .Preview > .Link {
    position: absolute;
    bottom: 5px;
    right: 0; }
  .Preview img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px; }

.Grid {
  overflow: hidden; }
  .Grid > * {
    float: left; }
  .Grid.s2 > .row.s1 {
    width: 240px;
    padding-right: 10px; }
  .Grid.s2 > .row.s2 {
    width: 760px; }
  .Grid.s2 p {
    padding-bottom: 20px; }
  .Grid.s3 > .row.s1 {
    width: 240px;
    padding-right: 10px; }
  .Grid.s3 > .row.s2 {
    width: 550px;
    padding-right: 20px; }
  .Grid.s3 > .row.s3 {
    width: 210px; }
  .Grid.s3 p {
    padding-bottom: 20px; }

.Menu.s1 {
  position: relative; }
  .Menu.s1 ul {
    position: relative; }
    .Menu.s1 ul > li {
      margin-left: 20px; }
  .Menu.s1 li {
    white-space: nowrap;
    display: block; }
    .Menu.s1 li > a {
      margin-left: 9px;
      text-decoration: none;
      transition: none;
      line-height: 25px;
      white-space: nowrap; }
    .Menu.s1 li:hover > a, .Menu.s1 li.active > a {
      color: #522802;
      padding-left: 9px;
      margin-left: 0;
      background-image: url(../images/solutions/Menu_1_link.png);
      border-bottom-color: transparent;
      position: relative; }
      .Menu.s1 li:hover > a:after, .Menu.s1 li.active > a:after {
        content: '';
        width: 16px;
        height: 25px;
        position: absolute;
        top: 0;
        right: -16px;
        background: right top;
        background-image: url(../images/solutions/Menu_1_link.png); }
    .Menu.s1 li > ul {
      display: none; }
    .Menu.s1 li.selected > a, .Menu.s1 li.selected a {
      color: #ff8819; }
      .Menu.s1 li.selected > a:hover, .Menu.s1 li.selected a:hover {
        color: #03A4FA; }
    .Menu.s1 li.selected:hover > a {
      color: #522802; }
    .Menu.s1 li.selected > ul {
      display: block; }
    .Menu.s1 li.active > a {
      color: #522802; }

.Toolbar-list > li {
  margin-top: 30px; }
  .Toolbar-list > li > span {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px; }

.Icon-tools {
  padding-left: 10px; }
  .Icon-tools > li {
    margin-top: 8px;
    margin-bottom: 9px; }

.Form.s1 > input.text {
  font-size: 16px;
  line-height: 26px;
  padding: 3px;
  border-radius: 5px;
  background-clip: padding-box;
  width: 150px;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px #AAA;
  margin-left: 3px; }
.Form.s1 > input.submit {
  font-size: 13px;
  line-height: 16px;
  margin-top: 1px;
  margin-left: 5px;
  padding-left: 9px;
  width: 40px;
  min-width: 40px; }
.Form.s1 label {
  line-height: 26px;
  margin: 5px 0 5px 15px;
  cursor: pointer;
  display: block; }
  .Form.s1 label .radio {
    margin-top: 7px;
    margin-right: 8px; }

.Dialog {
  display: none; }

.specialDialog .fancybox-skin {
  border: 1px solid #ff8819; }
.specialDialog .fancybox-inner {
  font-size: 22px;
  text-align: center;
  padding: 10px 0; }

.Dialog2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999; }
  .Dialog2 > div {
    margin: 0 auto;
    margin-top: 200px;
    display: block;
    padding: 30px;
    border: 1px solid #ff8819;
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
    background-color: #FFF;
    border-radius: 10px;
    background-clip: padding-box;
    width: 800px; }

@media screen and (min-width: 1014px) {
  .e2 {
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../images/why-ipg/e2.png) center -1px no-repeat;
    width: 726px;
    height: 1438px;
    margin: 20px auto;
    margin-bottom: 70px;
    position: relative; }
    .e2 > li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block; }
    .e2 > li {
      display: block;
      position: absolute;
      padding-right: 190px;
      height: 150px;
      line-height: 150px;
      top: 81px;
      right: 407px;
      width: 350px;
      text-align: right;
      cursor: pointer; }
      .e2 > li:not(.active) > span > span {
        color: #0380c1;
        border-bottom: 1px dotted #0380c1;
        display: inline; }
        .e2 > li:not(.active) > span > span:hover {
          color: #ff8819;
          text-decoration: 0;
          border-bottom: 1px dotted transparent; }
      .e2 > li:not(.active):hover {
        background: url(../images/why-ipg/e2-hover.png) right top no-repeat; }
        .e2 > li:not(.active):hover:after {
          background-color: #ff8819;
          right: 150px;
          width: 30px; }
        .e2 > li:not(.active):hover span {
          color: #ff8819;
          border-bottom-color: transparent; }
      .e2 > li > span {
        transition: all 0.75s ease;
        font-weight: bold;
        display: inline-table;
        line-height: 17px; }
      .e2 > li p {
        display: none; }
      .e2 > li:after {
        transition: all 0.75s ease;
        position: absolute;
        width: 45px;
        background-color: #000;
        height: 1px;
        right: 130px;
        top: 75px;
        content: ''; }
      .e2 > li.elem-2 {
        top: 241px; }
      .e2 > li.elem-3 {
        top: 401px; }
      .e2 > li.elem-4 {
        top: 690px;
        right: 288px; }
      .e2 > li.elem-5, .e2 > li.elem-6, .e2 > li.elem-7, .e2 > li.elem-8, .e2 > li.elem-9, .e2 > li.elem-14 {
        right: auto;
        left: 406px;
        padding-right: 0;
        padding-left: 190px;
        text-align: left;
        background-position: left top; }
        .e2 > li.elem-5:after, .e2 > li.elem-6:after, .e2 > li.elem-7:after, .e2 > li.elem-8:after, .e2 > li.elem-9:after, .e2 > li.elem-14:after {
          right: auto;
          left: 130px; }
        .e2 > li.elem-5:hover, .e2 > li.elem-6:hover, .e2 > li.elem-7:hover, .e2 > li.elem-8:hover, .e2 > li.elem-9:hover, .e2 > li.elem-14:hover {
          background-position: left top; }
          .e2 > li.elem-5:hover:after, .e2 > li.elem-6:hover:after, .e2 > li.elem-7:hover:after, .e2 > li.elem-8:hover:after, .e2 > li.elem-9:hover:after, .e2 > li.elem-14:hover:after {
            right: auto;
            left: 150px; }
      .e2 > li.elem-5 {
        top: 0; }
      .e2 > li.elem-6 {
        top: 160px; }
      .e2 > li.elem-7 {
        top: 320px; }
      .e2 > li.elem-8 {
        top: 480px; }
      .e2 > li.elem-9, .e2 > li.elem-14 {
        /*
        top: 1105px;
        left: 84px;
        padding-left:222px + 40px;
        height:223px;
        line-height:223px;
        width:222px + 200px;
        */
        top: 892px;
        left: 252px;
        padding: 0;
        padding-top: 228px;
        height: auto;
        line-height: 23px;
        text-align: center;
        width: 224px; }
        .e2 > li.elem-9:after, .e2 > li.elem-14:after {
          left: 192px;
          top: 112px;
          width: 55px;
          display: none; }
        .e2 > li.elem-9:not(.active):hover, .e2 > li.elem-14:not(.active):hover {
          background: left top no-repeat;
          background-image: url(../images/why-ipg/e2-hover-big.png); }
          .e2 > li.elem-9:not(.active):hover:after, .e2 > li.elem-14:not(.active):hover:after {
            left: 222px;
            width: 30px;
            display: none; }
      .e2 > li.elem-10, .e2 > li.elem-11, .e2 > li.elem-12, .e2 > li.elem-13, .e2 > li.elem-15, .e2 > li.elem-16 {
        top: 600px;
        left: 33px;
        width: 150px;
        height: auto;
        padding: 0;
        padding-top: 154px;
        line-height: normal;
        text-align: center; }
        .e2 > li.elem-10:after, .e2 > li.elem-11:after, .e2 > li.elem-12:after, .e2 > li.elem-13:after, .e2 > li.elem-15:after, .e2 > li.elem-16:after {
          display: none; }
      .e2 > li.elem-10 {
        top: 827px; }
      .e2 > li.elem-11 {
        top: 1028px; }
      .e2 > li.elem-12 {
        top: 827px;
        left: auto;
        right: 29px; }
      .e2 > li.elem-13 {
        top: 1028px;
        left: auto;
        right: 29px; }
      .e2 > li.elem-14 {
        top: 1214px; }
      .e2 > li.elem-15 {
        top: 1250px;
        left: 0; }
      .e2 > li.elem-16 {
        top: 1250px;
        left: auto;
        right: 0; }
      .e2 > li.active {
        cursor: default;
        padding-right: 170px;
        line-height: 22px;
        padding-top: 55px;
        height: auto;
        min-height: 170px;
        width: 380px;
        transition: none; }
        .e2 > li.active:after {
          content: '';
          position: absolute;
          top: -3px;
          bottom: 0;
          right: -3px;
          width: 436px;
          height: auto;
          background: url(../images/why-ipg/e2-active.png) right top no-repeat;
          z-index: 5;
          transition: none; }
        .e2 > li.active:before {
          content: '';
          position: absolute;
          top: auto;
          bottom: -25px;
          right: -3px;
          width: 436px;
          height: 25px;
          background: url(../images/why-ipg/e2-active.png) right bottom no-repeat;
          z-index: 5; }
        .e2 > li.active p, .e2 > li.active span {
          position: relative;
          z-index: 6;
          display: block; }
        .e2 > li.active span {
          color: #000;
          border-bottom: none; }
        .e2 > li.active p {
          cursor: pointer;
          pointer-events: none; }
          .e2 > li.active p:after {
            content: '';
            position: absolute;
            top: -48px;
            left: -40px;
            width: 40px;
            height: 40px;
            z-index: 100;
            display: block;
            cursor: help;
            cursor: pointer;
            pointer-events: all; }
        .e2 > li.active.elem-5, .e2 > li.active.elem-6, .e2 > li.active.elem-7, .e2 > li.active.elem-8, .e2 > li.active.elem-9, .e2 > li.active.elem-10, .e2 > li.active.elem-11, .e2 > li.active.elem-14, .e2 > li.active.elem-15 {
          padding-right: 0;
          padding-left: 170px; }
          .e2 > li.active.elem-5:after, .e2 > li.active.elem-6:after, .e2 > li.active.elem-7:after, .e2 > li.active.elem-8:after, .e2 > li.active.elem-9:after, .e2 > li.active.elem-10:after, .e2 > li.active.elem-11:after, .e2 > li.active.elem-14:after, .e2 > li.active.elem-15:after {
            background: url(../images/why-ipg/e2-active-inverse.png) left top no-repeat;
            right: auto;
            left: -3px; }
          .e2 > li.active.elem-5:before, .e2 > li.active.elem-6:before, .e2 > li.active.elem-7:before, .e2 > li.active.elem-8:before, .e2 > li.active.elem-9:before, .e2 > li.active.elem-10:before, .e2 > li.active.elem-11:before, .e2 > li.active.elem-14:before, .e2 > li.active.elem-15:before {
            background: url(../images/why-ipg/e2-active-inverse.png) left bottom no-repeat;
            right: auto;
            left: -3px; }
          .e2 > li.active.elem-5 p:after, .e2 > li.active.elem-6 p:after, .e2 > li.active.elem-7 p:after, .e2 > li.active.elem-8 p:after, .e2 > li.active.elem-9 p:after, .e2 > li.active.elem-10 p:after, .e2 > li.active.elem-11 p:after, .e2 > li.active.elem-14 p:after, .e2 > li.active.elem-15 p:after {
            left: auto;
            right: -40px; }
        .e2 > li.active.elem-9, .e2 > li.active.elem-14 {
          padding-left: 232px;
          min-height: 300px;
          width: 505px; }
          .e2 > li.active.elem-9:after, .e2 > li.active.elem-14:after {
            background: url(../images/why-ipg/e2-active-big.png) left top no-repeat;
            left: -7px;
            top: -5px;
            width: 558px;
            display: block; }
          .e2 > li.active.elem-9:before, .e2 > li.active.elem-14:before {
            background: url(../images/why-ipg/e2-active-big.png) left bottom no-repeat;
            left: -7px;
            width: 558px; }
        .e2 > li.active.elem-10, .e2 > li.active.elem-11, .e2 > li.active.elem-12, .e2 > li.active.elem-13, .e2 > li.active.elem-15, .e2 > li.active.elem-16 {
          text-align: left; }
          .e2 > li.active.elem-10:after, .e2 > li.active.elem-11:after, .e2 > li.active.elem-12:after, .e2 > li.active.elem-13:after, .e2 > li.active.elem-15:after, .e2 > li.active.elem-16:after {
            display: block; }
        .e2 > li.active.elem-12, .e2 > li.active.elem-13, .e2 > li.active.elem-16 {
          text-align: right; } }
@media screen and (max-width: 1013px) {
  .e2 > img.mobile {
    display: block;
    margin: 10px auto 40px auto; }
  .e2 > li {
    margin-bottom: 6px; }
    .e2 > li > span {
      display: block;
      font-weight: bold;
      font-size: 17px;
      padding-bottom: 155px;
      background-position: center bottom;
      background-repeat: no-repeat;
      margin-bottom: 10px; }
    .e2 > li > p {
      padding-top: 1px; }
    .e2 > li.elem-5 > span {
      background-image: url("../images/solutions/vi-mobile/vi-1.jpg"); }
    .e2 > li.elem-6 > span {
      background-image: url("../images/solutions/vi-mobile/vi-2.jpg"); }
    .e2 > li.elem-7 > span {
      background-image: url("../images/solutions/vi-mobile/vi-3.jpg"); }
    .e2 > li.elem-8 > span {
      background-image: url("../images/solutions/vi-mobile/vi-4.jpg"); }
    .e2 > li.elem-1 > span {
      background-image: url("../images/solutions/vi-mobile/vi-5.jpg"); }
    .e2 > li.elem-2 > span {
      background-image: url("../images/solutions/vi-mobile/vi-6.jpg"); }
    .e2 > li.elem-3 > span {
      background-image: url("../images/solutions/vi-mobile/vi-7.jpg"); }
    .e2 > li.elem-4 > span {
      background-image: url("../images/solutions/vi-mobile/vi-8.jpg"); }
    .e2 > li.elem-9 > span {
      background-image: url("../images/solutions/vi-mobile/vi-9.jpg");
      padding-bottom: 231px; }
    .e2 > li.elem-12 > span {
      background-image: url("../images/solutions/vi-mobile/vi-10.jpg"); }
    .e2 > li.elem-13 > span {
      background-image: url("../images/solutions/vi-mobile/vi-15.jpg"); }
    .e2 > li.elem-10 > span {
      background-image: url("../images/solutions/vi-mobile/vi-13.jpg"); }
    .e2 > li.elem-11 > span {
      background-image: url("../images/solutions/vi-mobile/vi-11.jpg"); }
    .e2 > li.elem-14 > span {
      background-image: url("../images/solutions/vi-mobile/vi-14.jpg");
      padding-bottom: 231px; }
    .e2 > li.elem-15 > span {
      background-image: url("../images/solutions/vi-mobile/vi-12.jpg"); }
    .e2 > li.elem-16 > span {
      background-image: url("../images/solutions/vi-mobile/vi-16.jpg"); } }

@media screen and (min-width: 1014px) {
  .e3 {
    background: url(../images/why-ipg/e3.png) center top no-repeat;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 619px;
    height: 615px;
    margin: 25px auto;
    position: relative; }
    .e3 > li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block; }
    .e3 > li {
      display: block;
      position: absolute;
      width: 150px;
      height: 150px;
      line-height: 150px;
      top: 1px;
      left: 232px;
      text-align: center;
      cursor: pointer;
      z-index: 5; }
      .e3 > li:not(.active):hover {
        background: url(../images/why-ipg/e3-hover.png) right top no-repeat; }
        .e3 > li:not(.active):hover:after {
          background-color: #ff8819;
          right: 150px;
          width: 30px; }
        .e3 > li:not(.active):hover > span > span {
          color: #ff8819; }
      .e3 > li > span {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 150px;
        height: 150px; }
        .e3 > li > span > span {
          transition: all 0.75s ease;
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: middle;
          zoom: 1;
          *display: inline;
          color: #0380c1;
          margin: 0 1px;
          font-size: 12px;
          font-weight: bold;
          line-height: 18px; }
          .e3 > li > span > span:hover {
            color: #011c2a;
            text-decoration: 0; }
      .e3 > li p {
        display: none; }
      .e3 > li.active {
        background: url(../images/why-ipg/e3-active.png) 4px 5px no-repeat;
        width: 311px;
        min-height: 200px;
        height: auto;
        z-index: 6;
        cursor: default; }
        .e3 > li.active span {
          color: #67808c;
          cursor: default; }
        .e3 > li.active p {
          display: block;
          margin: 120px 0 5px 88px;
          width: 190px;
          text-align: left;
          cursor: pointer;
          pointer-events: none; }
          .e3 > li.active p:after {
            content: '';
            position: absolute;
            top: 71px;
            right: 5px;
            width: 32px;
            height: 32px;
            z-index: 100;
            display: block;
            cursor: help;
            pointer-events: all; }
        .e3 > li.active:after {
          position: absolute;
          left: 0;
          right: 0;
          bottom: -10px;
          height: 10px;
          background: url(../images/why-ipg/e3-active.png) 4px bottom no-repeat;
          display: block;
          content: ''; }
        .e3 > li.active:nth-child(6), .e3 > li.active:nth-child(7), .e3 > li.active:nth-child(8), .e3 > li.active:nth-child(9) {
          background: url(../images/why-ipg/e3-active-inverse.png) -2px 4px no-repeat; }
          .e3 > li.active:nth-child(6):after, .e3 > li.active:nth-child(7):after, .e3 > li.active:nth-child(8):after, .e3 > li.active:nth-child(9):after {
            background: url(../images/why-ipg/e3-active-inverse.png) -2px bottom no-repeat; }
          .e3 > li.active:nth-child(6) > span, .e3 > li.active:nth-child(7) > span, .e3 > li.active:nth-child(8) > span, .e3 > li.active:nth-child(9) > span {
            left: auto;
            right: 0; }
          .e3 > li.active:nth-child(6) > p, .e3 > li.active:nth-child(7) > p, .e3 > li.active:nth-child(8) > p, .e3 > li.active:nth-child(9) > p {
            margin-left: 32px;
            margin-right: 0; }
            .e3 > li.active:nth-child(6) > p:after, .e3 > li.active:nth-child(7) > p:after, .e3 > li.active:nth-child(8) > p:after, .e3 > li.active:nth-child(9) > p:after {
              right: auto;
              left: 5px; }
      .e3 > li:nth-child(2) {
        left: 389px;
        top: 57px; }
      .e3 > li:nth-child(3) {
        left: 469px;
        top: 195px; }
      .e3 > li:nth-child(4) {
        left: 443px;
        top: 356px; }
      .e3 > li:nth-child(5) {
        left: 318px;
        top: 461px; }
      .e3 > li:nth-child(6) {
        left: auto;
        right: 307px;
        top: 463px; }
      .e3 > li:nth-child(7) {
        left: auto;
        right: 437px;
        top: 364px; }
      .e3 > li:nth-child(8) {
        left: auto;
        right: 469px;
        top: 197px; }
      .e3 > li:nth-child(9) {
        left: auto;
        right: 388px;
        top: 57px; } }
@media screen and (max-width: 1013px) {
  .e3 > li {
    margin-bottom: 6px; }
    .e3 > li > span {
      font-weight: bold;
      font-size: 17px; }
    .e3 > li > p {
      padding-top: 1px; } }

#chart-header {
  color: #b2f2fc;
  text-transform: uppercase;
  clear: left;
  margin: 8px 0;
  font-weight: normal; }

#chart-subheader {
  color: #fe8617;
  clear: left;
  margin: 38px 0 5px 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal; }

#chart-description {
  width: 365px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline;
  float: left;
  color: #fff;
  line-height: 22px;
  max-height: 220px;
  overflow: hidden; }

.chart-legend {
  position: absolute;
  right: 70px;
  top: 328px;
  overflow: hidden;
  text-align: right;
  width: 850px;
  overflow: hidden;
  font-size: 0; }

.chart-legend .chart-title {
  display: inline-block;
  margin-left: 45px;
  color: #fff;
  line-height: 24px;
  font-size: 14px; }

.chart-legend .chart-title:first-child {
  margin-left: 0; }

.chart-legend .chart-title .chart-rectangle {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: solid;
  border-width: 4px;
  margin-right: 5px;
  vertical-align: sub; }

#chartContainer {
  position: absolute;
  top: 0;
  right: 70px;
  text-align: right;
  width: 570px; }

#fancybox-thumbs a {
  transition: none; }

.TableWrapper > .secondTable {
  display: none; }

.Timeline {
  display: block !important; }

@media screen and (min-width: 1014px) {
  .press-release-box {
    height: auto;
    min-height: 500px;
    margin-bottom: 50px; }
    .press-release-box .titlestyle {
      float: left;
      width: 100%; }
    .press-release-box .dataheader {
      color: #333;
      font-size: 14px;
      font-weight: 700;
      line-height: 30px;
      float: left; }
    .press-release-box .newsdate {
      width: 19%;
      float: left;
      text-align: left;
      border-left: medium none !important; }
    .press-release-box .rowstyle {
      border-top: 1px solid #adcde4;
      float: left;
      font-size: 14px;
      padding: 8px 0;
      vertical-align: top;
      width: 100%; }
    .press-release-box .newstitle {
      float: left;
      width: 68%; }
    .press-release-box .newstitle a {
      line-height: 18px; }
    .press-release-box .news {
      border-bottom: 4px solid #0380c1;
      border-top: 4px solid #0380c1;
      float: left;
      padding-bottom: 13px;
      padding-top: 15px;
      width: 100%; }
    .press-release-box a:hover {
      outline: none;
      text-decoration: none;
      color: #ff8516; }
    .press-release-box a {
      outline: 0;
      border: 0;
      color: #0380c1;
      text-decoration: none;
      font-size: 100%;
      vertical-align: baseline; }
    .press-release-box .press-releases {
      position: relative;
      float: left;
      margin-bottom: 25px;
      width: 100%; } }
@media screen and (max-width: 1013px) {
  .press-release-box .titlestyle {
    display: none; }
  .press-release-box .rowstyle {
    border-top: 1px solid #adcde4;
    font-size: 14px;
    padding: 7px 0;
    width: 100%; }
    .press-release-box .rowstyle:first-of-type {
      border-top: 0; }
    .press-release-box .rowstyle .newstitle a {
      text-decoration: none; }
  .press-release-box .items + div {
    float: none !important; }
    .press-release-box .items + div .summary {
      display: block !important;
      text-align: center;
      padding: 26px; }
  .press-release-box ~ p {
    text-align: left !important; } }

.form-actions {
  padding-top: 10px; }
  @media screen and (max-width: 1013px) {
    .form-actions {
      text-align: center;
      padding-top: 15px;
      padding-right: 0; } }
  @media screen and (max-width: 570px) {
    .form-actions .Btn {
      display: block;
      margin: 5px auto;
      font-size: 14px;
      padding-top: 13px;
      padding-bottom: 12px; } }

@media screen and (min-width: 1014px) {
  .tab-content > #tab_1 > p:first-child[style="text-align: right;"] .form-actions {
    display: inline-block; } }
@media screen and (max-width: 1013px) {
  .tab-content > #tab_1 > p:first-child[style="text-align: right;"] {
    text-align: center !important; } }
@media screen and (max-width: 570px) {
  .tab-content > #tab_1 > p:first-child[style="text-align: right;"] .Btn {
    width: 280px; } }

@media screen and (min-width: 1014px) {
  html:not([lang="en"]) .Tabs > ul > li a {
    font-size: 12px;
    height: 38px;
    line-height: 42px; } }

/*
.bite-jobs-container {
	position: relative;

	> .background-bite {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.__bjp-block {
		flex: 0 0 20% !important;

		input, select {
			height: 32px !important;
			line-height: 32px !important;
			padding: 2px 10px !important;
		}

		> div[id]:nth-of-type(2) {
			font-size: 0;
		}
	}

	.control-search button {
		position: absolute !important;
		top: 42px;
		right: 0;
		border-radius: 4px !important;
		background-clip: padding-box !important;
		padding: 9px 13px 9px 13px !important;
		margin: 0 !important;
		color: #1580ba !important;
		font-weight: bold !important;
		font-size: 12px !important;
		line-height: 12px !important;
		text-decoration: none !important;
		background-color: #EEF7FF !important;
		text-align: center !important;
		text-transform: uppercase !important;
		border: 1px solid #D4E3F0 !important;
		cursor: pointer !important;
		width: 186px !important;

		&:hover {
			box-shadow: 0 0 10px #000 !important;
			color: #EEF7FF !important;
			background-color: #1580ba !important;
		}
	}

}
*/
.bite-jobs-container {
  position: relative;
  padding: 0 0 50px 0; }
  .bite-jobs-container .__bjp-block select {
    height: 32px;
    line-height: 32px; }
  .bite-jobs-container > .background-bite {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 0 50px 0; }
  .bite-jobs-container .__bjp-block > div[id]:nth-of-type(2) {
    font-size: 0;
    line-height: 0; }
  .bite-jobs-container .__bjp-block:nth-of-type(1) {
    flex: auto !important; }
  .bite-jobs-container .__bjp-block:nth-of-type(2), .bite-jobs-container .__bjp-block:nth-of-type(3) {
    flex-basis: 250px !important; }
  .bite-jobs-container .__bjp-block:nth-of-type(4) {
    flex-basis: 215px !important; }
  .bite-jobs-container .__bjp-block input[type="text"] {
    width: 92%; }
  .bite-jobs-container .__bjp-block select {
    display: block;
    width: 215px !important; }
  .bite-jobs-container .control-search button {
    position: absolute !important;
    top: 94px;
    right: 0;
    border-radius: 4px !important;
    background-clip: padding-box !important;
    padding: 9px 13px 9px 13px !important;
    margin: 0 !important;
    color: #1580ba !important;
    font-weight: bold !important;
    font-size: 12px !important;
    line-height: 12px !important;
    text-decoration: none !important;
    background-color: #EEF7FF !important;
    text-align: center !important;
    text-transform: uppercase !important;
    border: 1px solid #D4E3F0 !important;
    cursor: pointer !important;
    width: 215px !important; }
    .bite-jobs-container .control-search button:hover {
      box-shadow: 0 0 10px #000 !important;
      color: #EEF7FF !important;
      background-color: #1580ba !important; }
  .bite-jobs-container .__line {
    position: relative;
    background-color: #cbedff;
    cursor: pointer;
    margin: 8px 0;
    padding: 0;
    line-height: 32px;
    font-size: 13px;
    color: #355b87;
    font-weight: bold;
    padding: 7px 10px 6px 17px;
    line-height: 19px;
    margin-bottom: 0;
    border-left: 3px solid #ff8f27;
    text-align: left; }
  .bite-jobs-container .bite-jobs-list-table .bite-jobs-list-body-cell:first-child {
    width: auto; }
  .bite-jobs-container .bite-jobs-list-table .bite-jobs-list-body-cell:not(:first-child) {
    width: 250px; }
  .bite-jobs-container .bite-jobs-list-table .bite-jobs-list-body-cell:last-child {
    width: 215px; }

#fancybox-thumbs {
  top: 50%;
  bottom: auto !important;
  transform: translate3d(0, -403px, 10px); }

.fancybox-skin {
  border-radius: 0; }

.fancybox-title {
  background: #f9f9f9;
  color: black;
  padding: 5px 14px;
  position: absolute;
  bottom: -8px;
  left: -15px;
  right: -15px;
  transform: translate3d(0, 100%, 0); }

.fancybox-close {
  position: absolute;
  top: -2px;
  right: -34px; }

section.investors > .Bg {
  height: 210px;
  background: url(../images/solutions/investors.jpg) center bottom no-repeat;
  margin-bottom: 25px; }
section.news .Tabs-overview > div {
  height: 168px; }
  section.news .Tabs-overview > div > div {
    width: 100%;
    height: 168px; }
    section.news .Tabs-overview > div > div > div {
      height: 168px; }
section.investors_old .Tabs-overview {
  background-color: #F2FEED; }
section.company .data-country-select {
  background-color: #ff8819; }
section.company .Tabs-overview .dimensional-btn {
  display: none; }
section.company .Tabs-overview > div:nth-child(1) {
  background: center top;
  background-image: url(/uploads/filemanager/mainpage/company.jpg);
  overflow: hidden; }
  section.company .Tabs-overview > div:nth-child(1) .map-2d {
    position: absolute;
    top: -90px;
    height: 589px;
    left: 0;
    right: 0; }
  section.company .Tabs-overview > div:nth-child(1) .map-3d {
    display: none;
    position: relative;
    z-index: 5; }
    section.company .Tabs-overview > div:nth-child(1) .map-3d object {
      position: relative;
      z-index: 5; }
  @media screen and (min-width: 1014px) {
    section.company .Tabs-overview > div:nth-child(1) ~ div > div {
      width: 100%;
      height: 409px; } }
  section.company .Tabs-overview > div:nth-child(1) > .popup {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none; }
    section.company .Tabs-overview > div:nth-child(1) > .popup > section {
      position: relative;
      height: 409px; }
      section.company .Tabs-overview > div:nth-child(1) > .popup > section > div {
        width: 500px;
        height: 350px;
        margin-top: 35px;
        background: #fff;
        padding: 10px;
        border-radius: 10px;
        background-clip: padding-box;
        position: relative;
        display: none; }
        section.company .Tabs-overview > div:nth-child(1) > .popup > section > div > .close:after {
          content: 'x';
          position: absolute;
          top: 8px;
          right: 15px;
          font-size: 20px;
          cursor: pointer; }
        section.company .Tabs-overview > div:nth-child(1) > .popup > section > div h2, section.company .Tabs-overview > div:nth-child(1) > .popup > section > div h4 {
          margin-bottom: 2px; }
        section.company .Tabs-overview > div:nth-child(1) > .popup > section > div h4 {
          margin-top: 2px; }
        section.company .Tabs-overview > div:nth-child(1) > .popup > section > div .image {
          float: left;
          width: 300px; }
          section.company .Tabs-overview > div:nth-child(1) > .popup > section > div .image img {
            max-width: 290px; }
  section.company .Tabs-overview > div:nth-child(1) > .legend {
    position: absolute;
    top: 504px;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none; }
    section.company .Tabs-overview > div:nth-child(1) > .legend > div {
      width: 1000px;
      margin: 0 auto;
      padding: 15px 20px 5px 0;
      line-height: 30px; }
      section.company .Tabs-overview > div:nth-child(1) > .legend > div img {
        width: 32px;
        vertical-align: middle; }
      section.company .Tabs-overview > div:nth-child(1) > .legend > div span {
        width: 16px;
        height: 16px;
        margin-right: 3px;
        margin-left: 20px;
        margin-bottom: 10px;
        border-radius: 5px;
        background-clip: padding-box;
        box-shadow: 0 0 3px 1px; }
        section.company .Tabs-overview > div:nth-child(1) > .legend > div span.c1 {
          background-color: #984B96; }
        section.company .Tabs-overview > div:nth-child(1) > .legend > div span.c2 {
          background-color: #FFEE00; }
        section.company .Tabs-overview > div:nth-child(1) > .legend > div span.c3 {
          background-color: #64B725; }
        section.company .Tabs-overview > div:nth-child(1) > .legend > div span.c4 {
          background-color: #C90827; }
        section.company .Tabs-overview > div:nth-child(1) > .legend > div span.c5 {
          background-color: #FF9B0C; }
@media screen and (min-width: 1014px) {
  section.company .Tabs > ul > li {
    position: relative;
    z-index: 4; } }
section.company .Tabs > div > div:nth-child(1) {
  padding-top: 75px; }
  section.company .Tabs > div > div:nth-child(1) .Btn.s3[href="#[Contact]"] {
    position: absolute;
    top: 35px;
    right: 50px;
    z-index: 50; }
  section.company .Tabs > div > div:nth-child(1) .Structure.s3.separator {
    display: none;
    margin-top: 85px;
    position: relative;
    z-index: 10; }
  section.company .Tabs > div > div:nth-child(1) .choose-country {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 2px;
    position: relative;
    z-index: 10; }
@media screen and (max-width: 1013px) {
  section.company .Tabs-overview {
    background: url(/uploads/filemanager/mainpage/contact.mobile.jpg) center top;
    height: 509px; }
    section.company .Tabs-overview > * {
      display: none !important; }
  section.company .Tabs .tab-content > div:nth-of-type(1) {
    padding: 0; }
    section.company .Tabs .tab-content > div:nth-of-type(1) > div:first-child {
      margin-top: 0; }
      section.company .Tabs .tab-content > div:nth-of-type(1) > div:first-child .Btn.s3 {
        position: relative;
        top: auto;
        right: auto; } }
section.why-ipg > .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none; }
@media screen and (min-width: 1014px) {
  section.why-ipg .Tabs-overview > div {
    height: 409px; }
    section.why-ipg .Tabs-overview > div > div {
      height: 409px;
      background-position: center top; } }
section.why-ipg .Tabs-overview > div:first-child {
  background: center 57px no-repeat;
  background-image: url(/uploads/filemanager/mainpage/company.jpg);
  background-position: center bottom;
  overflow: hidden; }
  section.why-ipg .Tabs-overview > div:first-child ul {
    font-size: 0;
    width: 1000px;
    margin: 0 auto;
    font-size: 0;
    padding-top: 120px;
    position: relative; }
    section.why-ipg .Tabs-overview > div:first-child ul > li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      font-size: 13px; }
    section.why-ipg .Tabs-overview > div:first-child ul li {
      width: 333px; }
      section.why-ipg .Tabs-overview > div:first-child ul li a {
        display: block;
        width: 333px;
        height: 250px;
        position: relative;
        z-index: 5;
        transition: none;
        font-size: 14px;
        color: #61b3ff;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        padding-top: 165px; }
      section.why-ipg .Tabs-overview > div:first-child ul li:nth-child(1) a {
        padding-left: 14px; }
      section.why-ipg .Tabs-overview > div:first-child ul li:nth-child(2) a {
        padding-right: 15px; }
      section.why-ipg .Tabs-overview > div:first-child ul li:nth-child(3) a {
        padding-right: 46px; }
    section.why-ipg .Tabs-overview > div:first-child ul:before {
      position: absolute;
      display: block;
      bottom: 0;
      left: -100px;
      width: 1200px;
      height: 237px;
      background: 27px bottom no-repeat;
      background-image: url(../images/company/top-icon-1.png);
      content: '';
      pointer-events: none;
      z-index: 4; }
    section.why-ipg .Tabs-overview > div:first-child ul.s1 li:nth-child(1) a {
      color: #ff8819; }
    section.why-ipg .Tabs-overview > div:first-child ul.s1:before {
      background: 27px bottom no-repeat;
      background-image: url(../images/company/top-icon-1.png); }
    section.why-ipg .Tabs-overview > div:first-child ul.s2 li:nth-child(2) a {
      color: #ff8819; }
    section.why-ipg .Tabs-overview > div:first-child ul.s2:before {
      background: center bottom no-repeat;
      background-image: url(../images/company/top-icon-2.png); }
    section.why-ipg .Tabs-overview > div:first-child ul.s3 li:nth-child(3) a {
      color: #ff8819; }
    section.why-ipg .Tabs-overview > div:first-child ul.s3:before {
      background: 213px bottom no-repeat;
      background-image: url(../images/company/top-icon-3.png); }
    section.why-ipg .Tabs-overview > div:first-child ul:not(.s1) > li:nth-child(1) a:hover {
      background: 136px 171px no-repeat;
      background-image: url(../images/company/top-icon-h1.png);
      color: #83ddff; }
    section.why-ipg .Tabs-overview > div:first-child ul:not(.s2) > li:nth-child(2) a:hover {
      background: 113px 171px no-repeat;
      background-image: url(../images/company/top-icon-h2.png);
      color: #83ddff; }
    section.why-ipg .Tabs-overview > div:first-child ul:not(.s3) > li:nth-child(3) a:hover {
      background: 98px 171px no-repeat;
      background-image: url(../images/company/top-icon-h3.png);
      color: #83ddff; }
section.why-ipg .Tabs-overview > div:nth-child(4) {
  background: center 57px no-repeat;
  background-image: url(/uploads/filemanager/mainpage/history.jpg);
  background-position: center 0; }
section.why-ipg .Tabs-overview > div:nth-child(6) {
  background: center 57px no-repeat;
  background-image: url(/uploads/filemanager/mainpage/financial-highlights.jpg);
  background-position: center 0; }
@media screen and (max-width: 1013px) {
  section.why-ipg .Tabs-overview > div:nth-of-type(5) {
    height: 407px; }
    section.why-ipg .Tabs-overview > div:nth-of-type(5) > div {
      display: block; } }
section.search {
  background: center 57px no-repeat;
  background-image: url(/uploads/filemanager/mainpage/search.jpg);
  padding-bottom: 100px;
  background-color: #143057; }
  section.search > .main .Title {
    height: 168px; }
  section.search .Tabs > div > div .results {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d3dade; }
    section.search .Tabs > div > div .results .Title {
      padding-top: 0;
      margin-top: 0;
      padding-bottom: 7px;
      margin-bottom: 20px; }
    section.search .Tabs > div > div .results .no-results {
      font-size: 18px;
      margin-bottom: 10px;
      text-align: center; }
  section.search .Tabs > div > div:nth-child(2) form {
    display: block;
    text-align: center; }
    section.search .Tabs > div > div:nth-child(2) form select {
      border-radius: 4px;
      background-clip: padding-box;
      box-shadow: 0 0 3px #CCC;
      padding: 3px 0 3px 8px;
      font-size: 15px;
      border: 1px solid #CCC;
      cursor: pointer;
      width: 220px;
      margin: 0 auto;
      margin-top: 3px;
      margin-bottom: 2px; }
      section.search .Tabs > div > div:nth-child(2) form select:focus {
        outline: none;
        box-shadow: 0 0 10px #ff8819; }
      section.search .Tabs > div > div:nth-child(2) form select[disabled] {
        box-shadow: none;
        color: #DDD;
        cursor: default;
        border-color: #DDD; }
    section.search .Tabs > div > div:nth-child(2) form p {
      margin-right: 1px;
      margin-top: 10px; }
      section.search .Tabs > div > div:nth-child(2) form p input {
        margin: 0 2%; }
  section.search .Tabs > div > div:nth-child(3) form {
    display: block;
    text-align: center; }
    section.search .Tabs > div > div:nth-child(3) form input[type="text"] {
      border-radius: 4px;
      background-clip: padding-box;
      box-shadow: 0 0 3px #CCC;
      transition: all 0.75s ease;
      padding: 7px;
      font-size: 22px;
      border: 1px solid #CCC;
      margin: 0 0 15px 0;
      width: 750px; }
      section.search .Tabs > div > div:nth-child(3) form input[type="text"]:focus {
        outline: none;
        box-shadow: 0 0 10px #ff8819; }
    section.search .Tabs > div > div:nth-child(3) form input[type="submit"] {
      margin-top: -6px; }
  section.search button:focus {
    outline: none; }
  @media screen and (max-width: 1013px) {
    section.search {
      background: url(/uploads/filemanager/mainpage/search.mobile.jpg) center top no-repeat; }
      section.search .Structure.s1 {
        display: none; }
      section.search .Structure.s3 {
        width: 530px; }
      section.search .form-actions > .Right {
        text-align: center !important; }
      section.search #tab_3 .Table_ {
        margin-top: 20px; }
        section.search #tab_3 .Table_ .control-group + input {
          max-width: 100%;
          margin: 0 auto 15px auto; } }
  @media screen and (max-width: 1013px) and (min-width: 570px) {
    section.search .Structure.s3 .control-group > .control-label {
      width: 200px; } }
  @media screen and (max-width: 570px) {
    section.search .Structure.s3 {
      width: 300px; } }
section.product-item {
  padding-bottom: 100px;
  background-color: #143057; }
  section.product-item .Tabs > div > div .Btn.s1 {
    max-width: none; }
    section.product-item .Tabs > div > div .Btn.s1.active {
      background-color: #ff8819; }
section.product-group {
  padding-bottom: 100px;
  background-color: #143057;
  overflow: hidden; }
  section.product-group > .bg {
    width: 22px;
    margin: 0 auto;
    position: relative;
    pointer-events: none; }
    section.product-group > .bg > img {
      position: absolute;
      top: 0; }
      section.product-group > .bg > img:first-child {
        right: 0; }
      section.product-group > .bg > img:last-child {
        left: 22px; }
    @media screen and (max-width: 1013px) {
      section.product-group > .bg {
        display: none; } }
  @media screen and (min-width: 1014px) {
    section.product-group > .main {
      height: 409px;
      overflow: hidden; }
      section.product-group > .main .mobile-bg {
        display: none; }
      section.product-group > .main > h1 {
        position: absolute;
        color: #ff8819;
        font-size: 28px;
        left: 275px;
        line-height: 33px;
        bottom: 305px;
        width: 450px; }
      section.product-group > .main > div {
        position: absolute;
        top: 91px;
        left: 275px;
        right: 80px;
        color: #fff;
        line-height: 22px;
        font-size: 14px; }
      section.product-group > .main > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 10;
        margin-top: 45px;
        width: auto;
        position: relative;
        z-index: 10;
        height: 346px; }
        section.product-group > .main > ul > li {
          list-style: none;
          margin: 0;
          padding: 0;
          display: block; }
        section.product-group > .main > ul .mCustomScrollBox > .mCSB_scrollTools {
          left: -7px; }
        section.product-group > .main > ul li {
          border-radius: 4px;
          background-clip: padding-box;
          border-bottom-right-radius: 15px;
          border-top-right-radius: 15px;
          padding: 0 9px;
          padding-left: 0;
          margin-bottom: 6px;
          display: block;
          white-space: nowrap;
          position: relative; }
          section.product-group > .main > ul li > a {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: top;
            zoom: 1;
            *display: inline;
            transition: none;
            color: #78c0ff;
            padding: 3px 0;
            margin-left: 9px;
            font-size: 13px;
            text-decoration: none;
            border-bottom: 1px dotted #78c0ff;
            max-width: 235px;
            text-overflow: ellipsis;
            overflow: hidden; }
          section.product-group > .main > ul li:hover > a, section.product-group > .main > ul li.active > a {
            color: #522802;
            padding-left: 9px;
            margin-left: 0;
            background-image: url(../images/product-group/link_bg.png);
            border-bottom-color: transparent;
            position: relative; }
          section.product-group > .main > ul li:hover:after, section.product-group > .main > ul li.active:after {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: top;
            zoom: 1;
            *display: inline;
            width: 20px;
            height: 25px;
            content: '';
            background: right top;
            background-image: url(../images/product-group/link_bg.png); }
          section.product-group > .main > ul li:hover > a {
            max-width: 500px; } }
  @media screen and (max-width: 1013px) {
    section.product-group > .main {
      padding-bottom: 380px; }
      section.product-group > .main > * {
        z-index: 2;
        position: relative; }
      section.product-group > .main > .mobile-bg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background-position: center bottom;
        padding: 0; }
      section.product-group > .main > h1 {
        color: #ff8819;
        font-size: 20px;
        padding: 0 20px; }
      section.product-group > .main > div {
        padding: 0 20px 10px 20px;
        color: #FFF;
        font-size: 15px; }
        section.product-group > .main > div p {
          display: inline; }
        section.product-group > .main > div br {
          display: none; } }
  @media screen and (max-width: 570px) {
    section.product-group > .main {
      padding-bottom: 304px; }
      section.product-group > .main > .mobile-bg {
        width: 130%;
        height: 130%;
        transform: scale(0.8);
        transform-origin: 0 -15%; } }
section.apps-group {
  padding-bottom: 100px;
  background-color: #143057; }
  section.apps-group > .bg {
    width: 34px; }
    section.apps-group > .bg > img:last-child {
      left: 34px; }
section.apps-item {
  padding-bottom: 100px;
  background-color: #143057; }
@media screen and (min-width: 1014px) {
  section.page > .ContentGallery {
    height: 409px; }
  section.page > .Tabs-overview > div {
    height: 409px; }
    section.page > .Tabs-overview > div > div {
      height: 409px; } }
@media screen and (max-width: 1013px) {
  section.page .Tabs-overview .ContentGallery {
    height: 509px; }
    section.page .Tabs-overview .ContentGallery > a > div {
      height: 509px; } }
@media screen and (max-width: 570px) {
  section.page .Tabs-overview .ContentGallery {
    height: 407px; }
    section.page .Tabs-overview .ContentGallery > a > div {
      height: 407px;
      background-size: cover; } }
@media screen and (min-width: 1014px) {
  section.product-category > .ContentGallery {
    height: 409px; }
    section.product-category > .ContentGallery a h2 {
      top: 260px;
      left: 390px;
      padding: 0;
      color: #b2f2fc;
      font-weight: bold;
      font-size: 28px; }
    section.product-category > .ContentGallery a > div > p {
      top: 320px;
      left: 390px;
      width: 600px;
      color: #ff8819;
      font-size: 18px; }
    section.product-category > .ContentGallery a:hover {
      color: #000; }
    section.product-category > .ContentGallery .Title {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline; } }
section.category {
  overflow: visible;
  padding-bottom: 250px; }
  section.category.product {
    background: center 57px no-repeat;
    background-image: url(/uploads/filemanager/mainpage/category.product.jpg);
    background-color: #1b386c; }
    @media screen and (max-width: 1013px) {
      section.category.product {
        background: url(/uploads/filemanager/mainpage/category.product.mobile.jpg) center top no-repeat #1b386c; } }
  section.category.apps {
    background: center 57px no-repeat;
    background-image: url(/uploads/filemanager/mainpage/category.apps.jpg);
    background-color: #1b386c; }
    @media screen and (max-width: 1013px) {
      section.category.apps {
        background: url(/uploads/filemanager/mainpage/category.apps.mobile.jpg) center top no-repeat #1b386c; } }
  section.category.industries {
    background: center 57px no-repeat;
    background-image: url(/uploads/filemanager/mainpage/category.industries.jpg);
    background-color: #1b386c; }
    @media screen and (max-width: 1013px) {
      section.category.industries {
        background: url(/uploads/filemanager/mainpage/category.industries.mobile.jpg) center top no-repeat #1b386c; } }
  @media screen and (max-width: 1013px) {
    section.category > .main > h1 {
      padding-top: 72px;
      padding-bottom: 22px;
      font-weight: bold; } }
section.main {
  background: center 57px no-repeat;
  background-image: url(/uploads/filemanager/mainpage/main.jpg);
  padding-bottom: 100px;
  background-color: #143057;
  /*
  .Contact-us-wrapper {
  	height:186px;
  	background-position:center top;
  	padding-top:24px;
  }
  */ }
  section.main > .main {
    height: 409px; }
    section.main > .main > .Title {
      margin-top: 113px;
      margin-bottom: 34px; }
  section.main .overview {
    margin-top: 0;
    margin-bottom: 15px; }
    section.main .overview > div {
      width: 300px;
      position: relative;
      margin-bottom: 40px;
      padding-top: 25px;
      padding-left: 10px;
      height: 127px; }
      section.main .overview > div:nth-child(1) {
        width: 361px; }
      section.main .overview > div:nth-child(2) {
        width: 325px; }
      section.main .overview > div a {
        font: 13px/20px "Open Sans";
        color: #83c3df;
        text-decoration: none; }
        section.main .overview > div a:hover {
          color: #ff8819; }
      section.main .overview > div > a {
        color: #d4effa;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
        position: absolute;
        top: 0;
        left: 10px;
        right: 0;
        text-decoration: underline; }
        section.main .overview > div > a img {
          position: absolute;
          top: 0;
          right: 10px;
          z-index: 5; }
        section.main .overview > div > a:hover {
          text-decoration: none; }
      section.main .overview > div p, section.main .overview > div ul, section.main .overview > div li {
        padding: 0;
        margin: 0;
        list-style: none; }
      section.main .overview > div li {
        display: block; }
        section.main .overview > div li a {
          border-bottom: 1px solid transparent;
          position: relative;
          z-index: 10; }
          section.main .overview > div li a:hover {
            border-bottom: 1px solid #ff8819; }
  @media screen and (min-width: 1014px) {
    section.main .overview > .mobile {
      display: none; }
    section.main .Tabs > ul > li > a {
      padding: 0;
      width: 166px; }
    section.main .Tabs > div > div:nth-child(1) {
      padding-bottom: 0; } }
  @media screen and (max-width: 1013px) {
    section.main {
      background: url(/uploads/filemanager/mainpage/main.mobile.jpg) center -55px; }
      section.main > .main {
        height: 456px;
        overflow: hidden; }
        section.main > .main > h1.Title {
          padding-left: 60px; }
        section.main > .main > .overview {
          overflow: hidden;
          position: relative;
          height: 229px;
          margin: 0; }
          section.main > .main > .overview > div {
            position: absolute;
            left: 0;
            right: 0;
            display: block;
            padding: 40px 60px 0 60px;
            margin: 0;
            width: auto;
            height: auto; }
            section.main > .main > .overview > div.animated {
              transition: transform 1s; }
            section.main > .main > .overview > div.left {
              transform: translate3d(-100%, 0, 0); }
            section.main > .main > .overview > div.right {
              transform: translate3d(100%, 0, 0); }
            section.main > .main > .overview > div.active {
              transform: none !important; }
            section.main > .main > .overview > div > a {
              left: 60px;
              font-size: 17px; }
              section.main > .main > .overview > div > a > img {
                top: 0;
                right: 60px; }
                section.main > .main > .overview > div > a > img:not(.mobile) {
                  display: none; }
            section.main > .main > .overview > div > ul {
              display: block;
              width: 80%;
              width: calc( 100% - 160px );
              font-size: 0; }
              section.main > .main > .overview > div > ul > li {
                display: inline-block;
                width: 50%; }
                section.main > .main > .overview > div > ul > li a {
                  padding-bottom: 10px;
                  padding-right: 10px;
                  font-size: 15px; }
          section.main > .main > .overview > .mobile .arrow-left, section.main > .main > .overview > .mobile .arrow-right {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 60px;
            z-index: 10;
            background: center 50px no-repeat;
            background-image: url(../images/solutions/arrow-left-blue-home.png); }
          section.main > .main > .overview > .mobile .arrow-right {
            transform: rotate(180deg);
            left: auto;
            right: 0;
            background-position: center 147px; } }
  @media screen and (max-width: 568px) {
    section.main {
      background: url(/uploads/filemanager/mainpage/main.mobile570.jpg) center top; }
      section.main > .main {
        height: 657px; }
        section.main > .main > h1.Title {
          font-size: 26px;
          margin-top: 78px;
          margin-bottom: 24px;
          padding-left: 15px; }
          section.main > .main > h1.Title span {
            font-size: 44px; }
        section.main > .main > .overview {
          height: 475px; }
          section.main > .main > .overview > div {
            text-align: center;
            padding: 39px 38px 0 39px; }
            section.main > .main > .overview > div > ul {
              width: 100%; }
              section.main > .main > .overview > div > ul > li {
                display: block;
                width: 100%; }
                section.main > .main > .overview > div > ul > li > a {
                  padding-bottom: 12px;
                  padding-right: 0; }
            section.main > .main > .overview > div > a {
              left: 0; }
              section.main > .main > .overview > div > a > img {
                top: 260px;
                left: 0;
                left: calc( 50% - 100px );
                right: auto; }
          section.main > .main > .overview > .mobile .arrow-left, section.main > .main > .overview > .mobile .arrow-right {
            width: 39px;
            background-position: center center; } }
section.temp {
  position: relative; }
  section.temp .colors-header {
    position: absolute;
    right: 0;
    top: 215px;
    color: #7d99b9; }
  section.temp .Tabs {
    border-radius: 20px;
    background-clip: padding-box;
    background-color: #F2F8FF; }
    section.temp .Tabs > ul {
      border-radius: 20px;
      background-clip: padding-box;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      -webkit-filter: grayscale(50%);
      -moz-filter: grayscale(50%);
      background: inherit;
      padding-left: 50px; }
      section.temp .Tabs > ul > li > a {
        padding: 0 122px 0 118px; }
  section.temp .colors {
    position: absolute;
    right: 0;
    top: 245px;
    font-size: 0;
    width: 45px;
    text-align: right; }
    section.temp .colors > li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      font-size: 13px; }
    section.temp .colors li {
      width: 30px;
      height: 30px;
      text-align: center;
      font-size: 0;
      border: 1px solid #888;
      margin-bottom: 3px;
      position: relative;
      cursor: pointer; }
      section.temp .colors li:before {
        position: absolute;
        right: 40px;
        line-height: 30px;
        content: "Link " attr(data-tag);
        min-width: 100px;
        font-size: 14px; }
      section.temp .colors li:nth-child(1) {
        background-color: #67add8;
        color: #67add8; }
      section.temp .colors li:nth-child(2) {
        background-color: #3b68ab;
        color: #3b68ab; }
      section.temp .colors li:nth-child(3) {
        background-color: #89a2ae;
        color: #89a2ae; }
      section.temp .colors li:nth-child(4) {
        background-color: #d4effa;
        color: #d4effa; }
      section.temp .colors li:nth-child(5) {
        background-color: #0380c1;
        color: #0380c1; }
      section.temp .colors li:nth-child(6) {
        background-color: #03A4FA;
        color: #03A4FA; }
      section.temp .colors li:nth-child(7) {
        background-color: #75c9ea;
        color: #75c9ea; }
      section.temp .colors li:nth-child(8) {
        background-color: #0578b5;
        color: #75c9ea; }
      section.temp .colors li:nth-child(9) {
        background-color: #0380c1;
        color: #0380c1; }
      section.temp .colors li:nth-child(10) {
        background-color: #ff8819;
        color: #ff8819; }
      section.temp .colors li:hover {
        font-weight: bold;
        font-size: 18px;
        font-weight: bold;
        border-color: transparent;
        width: 40px;
        height: 40px;
        font-size: 24px; }
        section.temp .colors li:hover:before {
          line-height: 40px;
          right: 50px; }
section.product-gallery .ContentGallery > a > div {
  padding-bottom: 470px; }

@media screen and (min-width: 1014px) {
  .mobile {
    display: none; } }
@media screen and (max-width: 1013px) {
  html {
    overflow-x: hidden; }
    html.mobile-menu {
      overflow-y: hidden; }
      html.mobile-menu header > nav {
        transform: none; }
      html.mobile-menu header > .mobile .hamburger {
        display: none; }
      html.mobile-menu header > .mobile .close {
        display: inline-block; }
      html.mobile-menu header > nav > ul.secondary-nav > li:last-child {
        transform: translate3d(110%, 0, 0); }

  body {
    min-width: 320px; }

  header {
    position: relative;
    width: 100%;
    height: 55px;
    background-color: #FFF;
    z-index: 1000; }
    header > .bg {
      display: none; }
    header a.logo {
      display: none; }
    header a.mobile-logo {
      position: absolute;
      top: 0;
      left: 16px;
      width: 147px;
      height: 55px;
      background-size: contain;
      display: block;
      z-index: 1070; }
    header > nav {
      position: fixed;
      top: 55px;
      left: 0;
      right: 0;
      bottom: inherit;
      padding-bottom: 55px;
      height: 100%;
      background: #FFF;
      z-index: 1100;
      border-top: 1px solid #e5e5e5;
      transform: translate3d(100%, 0, 0);
      transition: 0.6s transform ease;
      overflow-y: auto;
      overflow-x: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      -webkit-overflow-scrolling: touch; }
      header > nav ul {
        margin: 0;
        padding: 2px 0;
        list-style: none; }
        header > nav ul a {
          display: block;
          line-height: 41px;
          min-height: 41px;
          padding: 0 10px 0 20px;
          text-decoration: none;
          color: #355b87;
          font-size: 15px; }
      header > nav > ul.main-nav > li {
        display: block;
        position: relative;
        border-top: 1px solid #e5e5e5; }
        header > nav > ul.main-nav > li:after {
          content: '';
          position: absolute;
          top: 10px;
          right: 19px;
          width: 20px;
          height: 20px;
          background: 0 0 no-repeat;
          background-image: url(../images/solutions/icons-plus-minus.jpg);
          cursor: pointer;
          pointer-events: none; }
        header > nav > ul.main-nav > li > a {
          font-weight: bold; }
        header > nav > ul.main-nav > li:first-child {
          border-top: none; }
        header > nav > ul.main-nav > li:last-child {
          border-bottom: 1px solid #e5e5e5; }
        header > nav > ul.main-nav > li.open:after {
          background-position: -20px 0; }
        header > nav > ul.main-nav > li.open ul {
          display: block !important; }
      header > nav > ul.main-nav ul {
        display: none; }
        header > nav > ul.main-nav ul a {
          padding-left: 50px;
          color: #333333; }
      header > nav > ul.secondary-nav a {
        color: #0380c1; }
      header > nav > ul.secondary-nav > li:nth-of-type(4) {
        display: none; }
      header > nav > ul.secondary-nav > li:last-child {
        display: block;
        text-align: center;
        padding-top: 10px;
        background: #FFF;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: 0.6s transform ease;
        box-shadow: 0 0 15px 2px #555; }
        header > nav > ul.secondary-nav > li:last-child > a {
          display: none; }
    header > .bg-crumb {
      display: none;
      background-position: right top; }
      header > .bg-crumb .breadcrumb {
        padding-left: 5px;
        padding-right: 5px;
        text-align: right;
        width: auto; }
    header .mobile {
      font-size: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0; }
      header .mobile > * {
        display: inline-block;
        width: 40px;
        height: 55px;
        line-height: 55px;
        cursor: pointer;
        text-align: center; }
        header .mobile > *:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          background-image: url(../images/solutions/mobile-header-icons.png); }
      header .mobile .search:after {
        background-position: -16px 0;
        width: 16px;
        height: 16px; }
      header .mobile .company:after {
        background-position: 0 0;
        width: 16px;
        height: 16px; }
      header .mobile .hamburger:after {
        background-position: -32px 0;
        width: 16px;
        height: 12px; }
      header .mobile .close:after {
        background-position: -48px 0;
        width: 14px;
        height: 14px; }
      header .mobile .hamburger, header .mobile .close {
        padding-right: 10px;
        width: 50px; }
      header .mobile .close {
        display: none; }

  html.mobile-language header .secondary-nav > li:last-child {
    display: block;
    transform: none !important; }
  html.mobile-language header .mobile .company {
    display: none; }
  html.mobile-language header .mobile .close {
    padding-right: 0;
    width: 40px; }
  html.mobile-language header .mobile .hamburger {
    display: inline-block; }

  section {
    padding-top: 0;
    padding-bottom: 0 !important;
    background-position: center top; }
    section.category {
      background-position: center top !important; }

  footer {
    height: auto;
    line-height: 30px;
    padding: 10px;
    position: relative; }
    footer > div > div {
      width: auto !important; }
    footer footer-icons {
      padding-bottom: 0; }

  table:not(.Table):not(.native) {
    width: auto !important;
    height: auto !important;
    display: block !important;
    float: none !important;
    margin: auto !important; }
    table:not(.Table):not(.native) > tbody,
    table:not(.Table):not(.native) > tbody > tr,
    table:not(.Table):not(.native) > tbody > tr > td,
    table:not(.Table):not(.native) > tr,
    table:not(.Table):not(.native) > tr > td {
      width: 100% !important;
      height: auto !important;
      display: block !important;
      float: none !important;
      margin: auto !important; }
    table:not(.Table):not(.native)[align="left"],
    table:not(.Table):not(.native) td[align="left"] {
      text-align: left; }
    table:not(.Table):not(.native)[align="center"],
    table:not(.Table):not(.native) td[align="center"] {
      text-align: center; }
    table:not(.Table):not(.native)[align="right"],
    table:not(.Table):not(.native) td[align="right"] {
      text-align: right; }

  table.native {
    width: 100% !important; }

  .non-mobile {
    display: none !important; }

  .-block, section > .main, .Title.s1, .Title.s10 > span, .ImageTitle .Title, .Tabs > div, .Product.flash > .btn, .Product > .d-2 > div, .Product > .d-2 > figure > .dynamic, .dimensional-btn, .ContentGallery > .c, section.company .Tabs-overview > div:nth-child(1) > .popup > section,
  .-width-auto-tablet,
  footer > div {
    width: 100%; }

  .-iblock-tablet, footer > div > div {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline; }

  .-mobile-block {
    display: block; }

  .wistia_embed {
    max-width: 100%;
    margin: 0 auto;
    max-width: 100%; }

  .Title.s2 {
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 15px; }

  .TableWrapper {
    position: relative;
    margin-bottom: 20px; }
    .TableWrapper .TableContainer {
      overflow-x: auto;
      overflow-y: hidden; }
    .TableWrapper .Table {
      width: 1000px; }
      .TableWrapper .Table img {
        max-width: 100%;
        height: auto; }
      .TableWrapper .Table tr td:first-of-type {
        width: 17% !important;
        word-wrap: break-word;
        word-break: break-all; }
    .TableWrapper .secondTable {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      display: block;
      width: 170px;
      overflow: hidden; }
      .TableWrapper .secondTable .Table {
        background: #FFF; }
    .TableWrapper:after {
      content: '';
      width: 39px;
      height: 9px;
      background-image: url(../images/solutions/icon_scroll.png);
      position: absolute;
      right: 4px;
      bottom: -16px; }

  section.product-group > .main,
  .Product > .btn-cats > div {
    padding-top: 40px;
    position: relative; }
    section.product-group > .main > ul,
    .Product > .btn-cats > div > ul {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0;
      padding: 0;
      z-index: 105;
      background: rgba(4, 25, 45, 0.9); }
      section.product-group > .main > ul > li,
      .Product > .btn-cats > div > ul > li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none; }
        section.product-group > .main > ul > li a,
        .Product > .btn-cats > div > ul > li a {
          display: block;
          padding-left: 20px;
          font-size: 15px;
          line-height: 40px;
          color: #78c0ff;
          text-decoration: none; }
        section.product-group > .main > ul > li.active,
        .Product > .btn-cats > div > ul > li.active {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0; }
          section.product-group > .main > ul > li.active a,
          .Product > .btn-cats > div > ul > li.active a {
            padding-right: 50px;
            font-weight: bold;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            position: relative;
            background-color: #0f3f6d; }
            section.product-group > .main > ul > li.active a:after,
            .Product > .btn-cats > div > ul > li.active a:after {
              content: '';
              position: absolute;
              top: 15px;
              right: 21px;
              width: 17px;
              height: 10px;
              background-image: url(../images/solutions/arrow-down-wblue.png);
              transition: transform 0.75s; }
      section.product-group > .main > ul.open,
      .Product > .btn-cats > div > ul.open {
        padding-bottom: 8px;
        border-bottom: 1px solid #0f3f6d;
        box-shadow: 0 0 5px #000;
        padding-top: 40px; }
        section.product-group > .main > ul.open > li,
        .Product > .btn-cats > div > ul.open > li {
          display: block; }
          section.product-group > .main > ul.open > li.active a:after,
          .Product > .btn-cats > div > ul.open > li.active a:after {
            transform: rotate(180deg); }

  .Product > .btn-cats > div > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 40px;
    font-size: 0;
    z-index: 106;
    background: 16px center no-repeat;
    background-image: url(../images/solutions/arrow_left_white_mini.png); }
  .Product > .btn-cats > div > ul {
    z-index: 105; }
    .Product > .btn-cats > div > ul > li > a {
      padding-left: 50px; }

  .timelineFlat .item .read_more {
    right: 193px !important; }
  .timelineFlat .item.active .read_more {
    right: 181px !important; }
  .timelineFlat .timeline_open_content > div {
    overflow: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch; }

  .Gallery-wrapper .jcarousel-pagination {
    left: 0;
    right: 0;
    transform: none;
    text-align: center; } }
@media screen and (max-width: 609px) {
  .timelineFlat .timeline_open_content > div {
    height: 345px !important; }
  .timelineFlat a.t_line_node {
    overflow: hidden; } }
@media screen and (max-width: 570px) {
  [for$="verifyCode"] {
    display: block;
    margin: 20px 0;
    text-align: center; }
    [for$="verifyCode"] + div {
      padding: 0 !important;
      text-align: center; }
      [for$="verifyCode"] + div #recaptcha_widget_div {
        display: inline-block;
        margin-bottom: 10px; } }
@media screen and (max-width: 420px) {
  .timelineFlat .item {
    transform: scale(0.78) translateX(-13px); } }
@media screen and (max-width: 350px) {
  .timelineFlat .item {
    transform: scale(0.85) translateX(-13px); }
  .timelineFlat .item_open {
    transform: translateX(-9px); }
  .timelineFlat .timeline_line {
    transform: scale(0.9); } }

/*# sourceMappingURL=screen.css.map */
