.unselectable {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  cursor: default; }

.pull-xs-left {
  float: left !important; }

.pull-sm-right {
  float: right !important; }

.standard-lines, header + div.container, .sliderHome, .servicesLink .servicesTags, .servicesLink .servicesWrap, .servicesLink .servicesWrap .serviceAll .servicesTitles, .perspective h1, .glance h1, .bottomLinks, .glance-xs h1, .serviceWrap, .sectionDevice, .bannerOtherPages, .solversHighlights h1, .portfolioPartners h1, .peopleCollage {
  background-image: url("../img/home/linee.png"), url("../img/home/linee.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100%, 100%; }

.noBSlink, .upperLinks div .lang-wrapper a, .upperLinks div .lang-wrapper2 a, .navbar.navbar-default .nav.navbar-nav .linksMenuLi a, .servicesLink .servicesWrap .serviceThumbs a, footer .text-right a {
  text-decoration: none !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important; }
  .noBSlink:hover, .upperLinks div .lang-wrapper a:hover, .upperLinks div .lang-wrapper2 a:hover, .navbar.navbar-default .nav.navbar-nav .linksMenuLi a:hover, .servicesLink .servicesWrap .serviceThumbs a:hover, footer .text-right a:hover {
    color: #568cc2; }

.backgroundBase, .servicesLink .servicesWrap .serviceThumbs, .bottomLinks .bottomLinks-wrapper li a, .contacts .contactBoxSocial ul li a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%; }

.perspectiveBox {
  -webkit-perspective: 2000px;
  /* Chrome, Safari, Opera  */
  perspective: 2000px;
  text-align: center; }
  .perspectiveBox:nth-child(5) {
    margin-bottom: 2px; }

.flipper {
  opacity: 0;
  background-size: 60%;
  -ms-transform: rotateX(-100deg);
  /* IE 9 */
  -ms-transform-origin-x: top;
  /* IE 9 */
  -webkit-transform: rotateX(-100deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin-x: top;
  /* Chrome, Safari, Opera */
  transform: rotateX(-100deg);
  transform-origin: top; }

.flipped {
  width: 100%;
  transform-origin: top;
  -webkit-transform-origin-x: top;
  -ms-transform-origin-x: top;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: finite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: finite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: finite;
  -ms-animation-timing-function: ease-in-out;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: finite;
  animation-timing-function: ease-in-out; }
@-ms-keyframes spin {
  from {
    -ms-transform: rotateX(-100deg);
    filter: alpha(opacity=0);
    width: 60%; }
  to {
    -ms-transform: rotateX(0deg);
    filter: alpha(opacity=100);
    width: 100%; } }
@-moz-keyframes spin {
  from {
    -moz-transform: rotateX(-100deg);
    width: 60%; }
  to {
    -moz-transform: rotateX(0deg);
    width: 100%; } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateX(-100deg);
    width: 60%; }
  to {
    -webkit-transform: rotateX(0deg);
    width: 100%; } }
@keyframes spin {
  from {
    transform: rotateX(-100deg);
    width: 60%;
    opacity: 0; }
  to {
    transform: rotateX(0deg);
    width: 100%;
    opacity: 1; } }
body {
  overflow-x: hidden;
  font-family: 'PTSans-Caption';
  padding-bottom: 60px !important; }
  @media only screen and (max-device-height: 2880px) and (max-device-width: 5120px) and (-webkit-min-device-pixel-ratio: 2) {
    body {
      zoom: 1.35;
      -ms-zoom: 1.35;
      -webkit-zoom: 1.35;
      -moz-transform: scale(1.35, 1.35);
      -moz-transform-origin: top center; } }
  @media only screen and (max-device-height: 1440px) and (max-device-width: 2560px) and (-webkit-min-device-pixel-ratio: 2) {
    body {
      zoom: 1.35;
      -ms-zoom: 1.35;
      -webkit-zoom: 1.35;
      -moz-transform: scale(1.35, 1.35);
      -moz-transform-origin: top center; } }
  @media only screen and (min-width: 1920px) {
    body {
      zoom: 1.35;
      -ms-zoom: 1.35;
      -webkit-zoom: 1.35;
      -moz-transform: scale(1.35, 1.35);
      -moz-transform-origin: top center; } }
	  
	@media only screen and (max-device-height: 2880px) and (max-device-width: 5120px) and (-webkit-min-device-pixel-ratio: 2) {
		body > div.container > section.glance.hidden-xs > div.col-md-9 > div > div.col-sm-6.col-md-6.text-left > p{ font-size: 15px; }
	} 

/*

@media only screen and (min-device-width : 768px) and (max-device-width:1024px) and (orientation : landscape)and (-webkit-min-device-pixel-ratio: 2)
{
    #demo{
    width: 100%;
    min-height: 800px;
    background-size: 100%;
    background-repeat: no-repeat;
    position:absolute;
    background-image: url(demo_BG_1024@2x.png);
    background-color: rgb(0,0,0);
    }
}



*/
header {
  padding-top: 25px; }
  header + div.container {
    background-position: center bottom !important;
    padding-bottom: 2px;
    background-size: 97.5% !important; }
    @media screen and (max-width: 1091px) {
      header + div.container {
        background-size: 96% !important; } }
    @media screen and (max-width: 666px) {
      header + div.container {
        background-size: 94% !important; } }
    @media screen and (max-width: 450px) {
      header + div.container {
        background-size: 90% !important; } }

.navbar-toggle.collapsed, .navbar-toggle {
  border: none;
  padding: 0px;
  padding-top: 18px;
  margin: 0px;
  background-color: transparent !important; }

button[aria-expanded="false"] .icon-bar {
  height: 3px;
  width: 32px !important;
  margin-top: 5px !important;
  background-color: #9a9a9a !important; }

button[aria-expanded="true"] .icon-bar {
  height: 3px;
  width: 32px !important;
  margin-top: 5px !important;
  background-color: #08447f !important; }

.upperLinks {
  height: 21px;
  margin: 0 auto; }
  .upperLinks div {
    float: right; }
    .upperLinks div .social-wrapper, .upperLinks div .lang-wrapper, .upperLinks div .lang-wrapper2 {
      position: relative;
      margin-bottom: 0px;
      float: left;
      padding: 0px; }
      .upperLinks div .social-wrapper li, .upperLinks div .lang-wrapper li, .upperLinks div .lang-wrapper2 li {
        width: 25px;
        color: transparent;
        margin: 0 auto;
        position: relative;
        float: left; }
      .upperLinks div .social-wrapper a, .upperLinks div .lang-wrapper a, .upperLinks div .lang-wrapper2 a {
        padding: 9px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
    .upperLinks div .lang-wrapper, .upperLinks div .lang-wrapper2 {
      margin-left: 20px;
      color: #a6a7ab; }
      .upperLinks div .lang-wrapper li, .upperLinks div .lang-wrapper2 li {
        width: 15px;
        text-align: center; }
      .upperLinks div .lang-wrapper li:first-of-type, .upperLinks div .lang-wrapper2 li:first-of-type {
        text-align: left; }
      .upperLinks div .lang-wrapper li:last-of-type, .upperLinks div .lang-wrapper2 li:last-of-type {
        text-align: right; }
      .upperLinks div .lang-wrapper a, .upperLinks div .lang-wrapper2 a {
        padding-left: 0px;
        color: #a6a7ab; }
      .upperLinks div .lang-wrapper .lang-link, .upperLinks div .lang-wrapper2 .lang-link {
        color: #568cc2 !important; }

.navbar.navbar-default {
  background-color: transparent;
  border: none;
  background-image: none;
  box-shadow: none; }
  .navbar.navbar-default .nav.navbar-nav {
    font-family: 'PTSans-Regular';
    font-size: 13px;
    margin-left: 55px; }
    .navbar.navbar-default .nav.navbar-nav .linksMenuLi {
      padding-top: 13px;
      padding-bottom: 0px; }
      @media screen and (max-width: 991px) {
        .navbar.navbar-default .nav.navbar-nav .linksMenuLi {
          margin-left: -40px; } }
      .navbar.navbar-default .nav.navbar-nav .linksMenuLi a {
        padding-bottom: 4px;
        color: #a6a7ab; }
      .navbar.navbar-default .nav.navbar-nav .linksMenuLi .dropdown-menu {
        border: none;
        box-shadow: none;
        background-color: #e6e6e6;
        margin-top: 18px;
        border-radius: 0px;
        padding: 15px 10px 15px 0px !important;
        min-width: auto !important;
        left: -3px; }
        .navbar.navbar-default .nav.navbar-nav .linksMenuLi .dropdown-menu li {
          padding: 0px 0px 0px 0px;
          margin: 0 auto; }
          .navbar.navbar-default .nav.navbar-nav .linksMenuLi .dropdown-menu li a {
            text-transform: uppercase;
            font-size: 11px; }
            .navbar.navbar-default .nav.navbar-nav .linksMenuLi .dropdown-menu li a:first-letter {
              font-size: 15px; }
            .navbar.navbar-default .nav.navbar-nav .linksMenuLi .dropdown-menu li a:hover, .navbar.navbar-default .nav.navbar-nav .linksMenuLi .dropdown-menu li a:focus {
              background-image: none;
              border: none;
              background-color: #e6e6e6;
              box-shadow: none; }

@media (min-width: 768px) {
  .pull-right-lg {
    float: right;
    margin-right: -40px; } }
body > header > div > div > ul.lang-wrapper2 > li:nth-child(2), body > header > div > div > ul.lang-wrapper > li:nth-child(2) {
  list-style: none;
  color: #a6a7ab; }

body > header > nav > div > div.navbar-header > button {
  border-radius: 0px !important; }

.sliderHome {
  margin-top: -18px;
  padding-bottom: 0px;
  background-size: 100%, 99.9% !important; }
  .sliderHome:hover .arrows_wrapper {
    opacity: 1; }
  .sliderHome .carousel-inner div {
    padding: 2px;
    text-align: center; }
    .sliderHome .carousel-inner div figure {
      width: 100%;
      padding: 0px;
      margin: 0 auto; }
      .sliderHome .carousel-inner div figure img {
        width: 100%;
        margin: 0 auto; }
  .sliderHome .carousel-indicators {
    bottom: 0px; }
    .sliderHome .carousel-indicators li {
      background-color: #a0a3a7;
      border: solid 1px #a0a3a7;
      width: 8px;
      height: 8px; }
    .sliderHome .carousel-indicators .active {
      background-color: #fff;
      width: 10px;
      height: 10px; }
  .sliderHome .arrows_wrapper {
    position: absolute;
    margin-top: -15%;
    left: 10%;
    right: 10%;
    opacity: 0; }
    @media screen and (min-width: 1190px) and (max-width: 1290px) {
      .sliderHome .arrows_wrapper {
        margin-top: -16.5%;
        left: 8%;
        right: 8%; } }
    @media screen and (min-width: 990px) and (max-width: 1189px) {
      .sliderHome .arrows_wrapper {
        margin-top: -16%;
        left: 5%;
        right: 5%; } }
    @media screen and (min-width: 900px) and (max-width: 990px) {
      .sliderHome .arrows_wrapper {
        margin-top: -14.5%;
        left: 12%;
        right: 12%; } }
    @media screen and (min-width: 768px) and (max-width: 989px) {
      .sliderHome .arrows_wrapper {
        margin-top: -16%;
        left: 5%;
        right: 5%; } }
    @media screen and (max-width: 767px) {
      .sliderHome .arrows_wrapper {
        margin-top: -30%;
        left: 3%;
        right: 3%; } }
    .sliderHome .arrows_wrapper div {
      cursor: pointer; }
    .sliderHome .arrows_wrapper .left {
      transform: rotate(180deg);
      float: left; }
    .sliderHome .arrows_wrapper .right {
      float: right; }

.servicesLink {
  background-position: center bottom;
  padding-bottom: 1px; }
  .servicesLink h1 {
    margin-top: 10px;
    margin-bottom: 11px;
    font-size: 16px;
    color: #3a3a3a;
    /*@extend .standard-lines; background-position: center bottom; padding-bottom: 10px;*/ }
  .servicesLink .servicesTags {
    width: 100%;
    min-height: 36px;
    padding: 1px; }
  .servicesLink .servicesTitles {
    color: #08447f;
    font-size: 15px;
    margin-top: 9px; }
  .servicesLink .servicesWrap {
    margin-top: -10px;
    background-position: center bottom; }
    .servicesLink .servicesWrap .serviceAll {
      padding: 0px; }
      .servicesLink .servicesWrap .serviceAll .servicesTitles {
        padding-bottom: 10px;
        margin-bottom: 1px;
        padding-top: 10px;
        background-position: center bottom; }
        @media screen and (max-width: 767px) {
          .servicesLink .servicesWrap .serviceAll .servicesTitles {
            background-image: none !important; } }
        @media screen and (max-width: 400px) {
          .servicesLink .servicesWrap .serviceAll .servicesTitles {
            font-size: 13.5px; } }
    .servicesLink .servicesWrap .serviceThumbs {
      height: 200px;
      background-size: 110%;
      padding: 0px; }
      @media screen and (max-width: 1199px) {
        .servicesLink .servicesWrap .serviceThumbs {
          margin-top: -10px; } }
      @media screen and (max-width: 990px) and (min-width: 767px) {
        .servicesLink .servicesWrap .serviceThumbs {
          margin-top: -6px; } }
      @media screen and (max-width: 990px) {
        .servicesLink .servicesWrap .serviceThumbs {
          background-size: contain;
          height: 150px; } }
      @media screen and (max-width: 767px) {
        .servicesLink .servicesWrap .serviceThumbs {
          background-size: 75% !important;
          height: 150px; } }
      @media screen and (max-width: 550px) {
        .servicesLink .servicesWrap .serviceThumbs {
          background-size: 100% !important;
          height: 150px; } }
      .servicesLink .servicesWrap .serviceThumbs h6 {
        color: #08447f;
        font-size: 16px;
        margin: 0 auto;
        margin-top: 30%;
        letter-spacing: -0.5px;
        display: none; }
        @media screen and (max-width: 990px) {
          .servicesLink .servicesWrap .serviceThumbs h6 {
            position: absolute;
            margin-top: 20%;
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .servicesLink .servicesWrap .serviceThumbs h6 {
            margin-top: 5%;
            width: 40%;
            margin-left: 30%; } }
        @media screen and (max-width: 650px) {
          .servicesLink .servicesWrap .serviceThumbs h6 {
            margin-top: 5%;
            width: 45%;
            margin-left: 27.5%; } }
        @media screen and (max-width: 550px) {
          .servicesLink .servicesWrap .serviceThumbs h6 {
            margin-top: 15%;
            width: 80%;
            margin-left: 10%; } }
        @media screen and (max-width: 400px) {
          .servicesLink .servicesWrap .serviceThumbs h6 {
            margin-top: 30%;
            width: 80%;
            margin-left: 10%;
            font-size: 12px; } }
      .servicesLink .servicesWrap .serviceThumbs:hover h6 {
        display: block; }
      .servicesLink .servicesWrap .serviceThumbs:hover a {
        display: block; }
      .servicesLink .servicesWrap .serviceThumbs a {
        font-size: 12px;
        color: #fc9a53;
        position: absolute;
        right: 20px;
        bottom: 20px;
        display: none; }
        @media screen and (max-width: 990px) {
          .servicesLink .servicesWrap .serviceThumbs a {
            bottom: 25px; } }
        @media screen and (max-width: 767px) {
          .servicesLink .servicesWrap .serviceThumbs a {
            bottom: 20px;
            right: 30%; } }
        @media screen and (max-width: 550px) {
          .servicesLink .servicesWrap .serviceThumbs a {
            right: 15%; } }
        @media screen and (max-width: 400px) {
          .servicesLink .servicesWrap .serviceThumbs a {
            bottom: 40px;
            font-size: 10px; } }
        .servicesLink .servicesWrap .serviceThumbs a:hover {
          color: #fc9a53; }
    .servicesLink .servicesWrap div[data-service-thumb="explore"] {
      background-image: url("../img/home/service_explore.png"); }
      .servicesLink .servicesWrap div[data-service-thumb="explore"]:hover {
        background-image: url("../img/home/service_explore_hover.png"); }
    .servicesLink .servicesWrap div[data-service-thumb="apply"] {
      background-image: url("../img/home/service_apply.png"); }
      .servicesLink .servicesWrap div[data-service-thumb="apply"]:hover {
        background-image: url("../img/home/service_apply_hover.png"); }
    .servicesLink .servicesWrap div[data-service-thumb="shape"] {
      background-image: url("../img/home/service_shape.png"); }
      .servicesLink .servicesWrap div[data-service-thumb="shape"]:hover {
        background-image: url("../img/home/service_shape_hover.png"); }
    .servicesLink .servicesWrap div[data-service-thumb="portfolio"] {
      background-image: url("../img/home/service_portfolio.png"); }
      .servicesLink .servicesWrap div[data-service-thumb="portfolio"]:hover {
        background-image: url("../img/home/service_portfolio_hover.png"); }

.perspective {
  margin-top: -10px; }
  @media screen and (max-width: 1199px) {
    .perspective {
      margin-top: -20px; } }
  @media screen and (max-width: 990px) and (min-width: 767px) {
    .perspective {
      margin-top: -15px; } }
  @media screen and (max-width: 766px) {
    .perspective {
      margin-top: -8px; } }
  .perspective h1 {
    margin-top: 10px;
    margin-bottom: 1px;
    font-size: 16px;
    color: #3a3a3a;
    background-position: center bottom;
    background-size: 99.9% !important;
    padding-bottom: 10px;
    padding-top: 10px; }
  .perspective .blueBox {
    padding: 0px; }
    .perspective .blueBox img[data-flip="toFlip"] {
      max-width: 100%; }

@media screen and (max-width: 1200px) and (min-width: 990px) {
  body > div.container > section.glance.hidden-xs > div.col-md-9 > div:nth-child(3) > div.hidden-xs.hidden-sm.col-md-6.text-left > h4,
  body > div.container > section.glance.hidden-xs > div.col-md-9 > div:nth-child(3) > div.hidden-xs.hidden-sm.col-md-6.text-left > p {
    margin-left: 10px; } }
	
	@media screen and ( min-width: 1820px ) {
   body > div.container > section.glance.hidden-xs > div.col-md-9 > div:nth-child(3) > div.hidden-xs.hidden-sm.col-md-6.text-left > p{ font-size: 15px; }
	} 

@media screen and (max-width: 1199px){
  section.glance.hidden-xs p {
    margin-top: 8px;
    font-size: 14px; } }

[class^="glance"] {
  opacity: 0; }

.glance .puzzleImg {
  width: 100%; }
.glance .puzzleImg, .glance .text-left {
  height: 230px; }
.glance div {
  padding: 0px;
  background-color: #fff; }
  .glance div h4 {
    margin-top: 25px;
    margin-left: 30px;
    color: #08447f;
    line-height: 1.5;
    font-family: 'PTSans-Bold'; }
  .glance div p {
    margin: 30px;
    margin-top: 10px;
    font-size: 16px;
    color: #3a3a3a;
    font-family: 'PTSans-Regular';
    letter-spacing: -0.5; }
    .glance div p span {
      color: #fc9a53;
      font-family: 'PTSans-CaptionBold'; }
  .glance div div[data-puzzle] span:hover, .glance div div[data-puzzle] span:active, .glance div div[data-puzzle] span:focus {
    border-bottom: solid 1px #fc9a53; }
  .glance div div[data-puzzle="links"] div {
    background-color: #08447f;
    border-bottom: solid 1px #dedede;
    width: 100%;
    height: 90px; }
    .glance div div[data-puzzle="links"] div p {
      color: #fff;
      font-size: 12px;
      padding-top: 3.5px; }
      @media screen and (max-width: 1200px) {
        .glance div div[data-puzzle="links"] div p {
          margin: 25px 0px 0px 10px !important;
          font-size: 10.5px; } }
    .glance div div[data-puzzle="links"] div p, .glance div div[data-puzzle="links"] div img {
      float: left;
      margin: 25px 0px 0px 25px; }
.glance h1 {
  font-size: 16px;
  color: #3a3a3a;
  margin-top: -1px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-top: 10px; }

.bottomLinks {
  background-color: #08447f;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-top: -1px;
  background-position: center top; }
  .bottomLinks h4 {
    color: #fff; }
  .bottomLinks div.col-xs-6 {
    min-width: 220px; }
  .bottomLinks .bottomLinks-wrapper {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 220px; }
    .bottomLinks .bottomLinks-wrapper li {
      width: 30px;
      height: 30px;
      margin: 0px;
      float: right;
      margin-left: 5px; }
      .bottomLinks .bottomLinks-wrapper li:last-of-type {
        margin-left: 10px; }
      .bottomLinks .bottomLinks-wrapper li a {
        padding: 10px; }
  @media screen and (max-width: 520px) {
    .bottomLinks h4, .bottomLinks div {
      width: 100%; }
    .bottomLinks ul {
      float: left;
      padding-left: 0px;
      margin-left: -50px;
      margin-top: 5px !important; }
      .bottomLinks ul li {
        margin-left: 0px;
        margin-right: 10px; } }

.glance-xs h1 {
  font-size: 16px;
  color: #3a3a3a;
  margin-top: -1px;
  margin-bottom: 1px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-size: 99.9% !important; }
.glance-xs .wrapperGlanceXs {
  padding: 0px; }
  .glance-xs .wrapperGlanceXs img, .glance-xs .wrapperGlanceXs h5 {
    margin-top: 0px; }
  .glance-xs .wrapperGlanceXs img {
    width: 100%; }
  .glance-xs .wrapperGlanceXs .wrapThumb {
    margin-top: -0.5px;
    background-color: #08447f;
    color: #fff;
    padding: 20px 20px 20px 20px;
    border-bottom: solid 1px #dedede; }
    .glance-xs .wrapperGlanceXs .wrapThumb h5 {
      font-family: 'PTSans-CaptionBold'; }
    .glance-xs .wrapperGlanceXs .wrapThumb p {
      font-family: 'PTSans-Caption'; }
      .glance-xs .wrapperGlanceXs .wrapThumb p span {
        font-family: 'PTSans-CaptionBold'; }
      .glance-xs .wrapperGlanceXs .wrapThumb p span[data-link]:hover, .glance-xs .wrapperGlanceXs .wrapThumb p span[data-link]:active, .glance-xs .wrapperGlanceXs .wrapThumb p span[data-link]:focus {
        color: #fc9a53; }

footer {
  padding: 0px;
  margin-top: 1.5%; }
  footer h6 {
    padding: 0px !important;
    color: #a6a7ab;
    font-size: 13px; }
    @media screen and (max-width: 600px) {
      footer h6 {
        font-size: 10px; } }
    @media screen and (max-width: 420px) {
      footer h6 {
        font-size: 8px; } }
  footer .text-right a {
    color: #a6a7ab;
    font-size: 13px;
    color: #fc9a53 !important;
    font-weight: bold; }
    footer .text-right a:hover, footer .text-right a:visited, footer .text-right a:active {
      border-bottom: solid 1px #fc9a53 !important; }
    @media screen and (max-width: 600px) {
      footer .text-right a {
        font-size: 10px; } }
    @media screen and (max-width: 420px) {
      footer .text-right a {
        font-size: 8px; } }

footer.timeline-Footer.u-cf {
  display: none; }

@media (min-width: 1200px) {
  [class^="glance"] .text-left, [class^="glance"] .puzzleImg {
    height: 270px; } }
@media (max-width: 1199px) {
  [class^="glance"] .text-left, [class^="glance"] .puzzleImg {
    height: 230px; } }
.standard-lines, header + div.container, .sliderHome, .servicesLink .servicesTags, .servicesLink .servicesWrap, .servicesLink .servicesWrap .serviceAll .servicesTitles, .perspective h1, .glance h1, .bottomLinks, .glance-xs h1, .serviceWrap, .sectionDevice, .bannerOtherPages, .solversHighlights h1, .portfolioPartners h1, .peopleCollage {
  background-image: url("../img/home/linee.png"), url("../img/home/linee.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100%, 100%; }

.noBSlink, .upperLinks div .lang-wrapper a, .upperLinks div .lang-wrapper2 a, .navbar.navbar-default .nav.navbar-nav .linksMenuLi a, .servicesLink .servicesWrap .serviceThumbs a, footer .text-right a {
  text-decoration: none !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important; }
  .noBSlink:hover, .upperLinks div .lang-wrapper a:hover, .upperLinks div .lang-wrapper2 a:hover, .navbar.navbar-default .nav.navbar-nav .linksMenuLi a:hover, .servicesLink .servicesWrap .serviceThumbs a:hover, footer .text-right a:hover {
    color: #568cc2; }

.backgroundBase, .servicesLink .servicesWrap .serviceThumbs, .bottomLinks .bottomLinks-wrapper li a, .contacts .contactBoxSocial ul li a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%; }

.serviceWrap {
  padding: 2px;
  margin-top: -20px; }
  .serviceWrap img {
    width: 100%; }

.sectionDevice {
  background-position: center bottom !important;
  padding: 0px;
  font-family: 'PTSans-Regular';
  padding-top: 50px;
  padding-bottom: 50px; }
  .sectionDevice h4 {
    color: #08447f;
    margin-bottom: 40px;
    font-size: 22px; }
  .sectionDevice .imgExpDev {
    padding: 0px; }
    .sectionDevice .imgExpDev img, .sectionDevice .imgExpDev .thumb {
      width: 80%;
      margin-bottom: 25px; }
    .sectionDevice .imgExpDev .overlayService {
      width: auto;
      max-width: 400%; }
      @media screen and (max-width: 767px) {
        .sectionDevice .imgExpDev .overlayService {
          max-width: 300%; } }
      @media screen and (max-width: 500px) {
        .sectionDevice .imgExpDev .overlayService {
          max-width: 200%; } }
    .sectionDevice .imgExpDev .serviceLabel {
      position: absolute;
      bottom: 35px;
      right: 65px;
      cursor: pointer; }
      @media screen and (max-width: 1199px) {
        .sectionDevice .imgExpDev .serviceLabel {
          right: 55px; } }
      @media screen and (max-width: 990px) {
        .sectionDevice .imgExpDev .serviceLabel {
          right: 45px; } }
      @media screen and (max-width: 767px) {
        .sectionDevice .imgExpDev .serviceLabel {
          right: 60px; } }
      @media screen and (max-width: 690px) {
        .sectionDevice .imgExpDev .serviceLabel {
          right: 50px; } }
      @media screen and (max-width: 690px) {
        .sectionDevice .imgExpDev .serviceLabel {
          right: 45px; } }
      @media screen and (max-width: 580px) {
        .sectionDevice .imgExpDev .serviceLabel {
          right: 40px; } }
      @media screen and (max-width: 500px) {
        .sectionDevice .imgExpDev .serviceLabel {
          right: 55px; } }
      @media screen and (max-width: 470px) {
        .sectionDevice .imgExpDev .serviceLabel {
          right: 45px; } }
      @media screen and (max-width: 400px) {
        .sectionDevice .imgExpDev .serviceLabel {
          right: 400px; } }
  .sectionDevice .txtExpDev {
    padding-left: 0px; }
    .sectionDevice .txtExpDev p {
      line-height: 1.6;
      font-size: 16px;
      color: #3a3a3a; }
      .sectionDevice .txtExpDev p span {
        color: #fc9a53; }

.sectionDevice:last-of-type {
  background: none !important; }

@media screen and (max-width: 990px) {
  .breakToHide {
    display: none !important; } }
@media screen and (max-width: 500px) {
  .imageByHand, .sectionDevice .imgExpDev {
    width: 50%;
    margin-left: 10px;
    margin-right: 10px; }

  .textByHand, .sectionDevice .txtExpDev {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px; }

  .sectionDevice h4 {
    margin-left: 10px;
    margin-right: 10px; } }
.bannerOtherPages {
  padding: 2px;
  margin-top: -20px; }
  .bannerOtherPages img {
    width: 100%; }

.standard-lines, header + div.container, .sliderHome, .servicesLink .servicesTags, .servicesLink .servicesWrap, .servicesLink .servicesWrap .serviceAll .servicesTitles, .perspective h1, .glance h1, .bottomLinks, .glance-xs h1, .serviceWrap, .sectionDevice, .bannerOtherPages, .solversHighlights h1, .portfolioPartners h1, .peopleCollage {
  background-image: url("../img/home/linee.png"), url("../img/home/linee.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100%, 100%; }

.noBSlink, .upperLinks div .lang-wrapper a, .upperLinks div .lang-wrapper2 a, .navbar.navbar-default .nav.navbar-nav .linksMenuLi a, .servicesLink .servicesWrap .serviceThumbs a, footer .text-right a {
  text-decoration: none !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important; }
  .noBSlink:hover, .upperLinks div .lang-wrapper a:hover, .upperLinks div .lang-wrapper2 a:hover, .navbar.navbar-default .nav.navbar-nav .linksMenuLi a:hover, .servicesLink .servicesWrap .serviceThumbs a:hover, footer .text-right a:hover {
    color: #568cc2; }

.backgroundBase, .servicesLink .servicesWrap .serviceThumbs, .bottomLinks .bottomLinks-wrapper li a, .contacts .contactBoxSocial ul li a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%; }

.track3 {
  width: 10px;
  background: transparent;
  margin-right: 2px;
  border-radius: 10px;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear; }

.track3:hover, .track3.dragging {
  background: rgba(8, 68, 127, 0.35); }

.handle3 {
  width: 7px;
  right: 0;
  background: rgba(8, 68, 127, 0.35);
  border-radius: 7px;
  -webkit-transition: width 250ms;
  transition: width 250ms; }

.track3:hover .handle3, .track3.dragging .handle3 {
  width: 10px; }

.mailFromPage, .contacts .contactBoxPE p a, .contacts .contactBoxCareer p a {
  text-decoration: none;
  border-bottom: solid 1px #fc9a53;
  color: #fc9a53;
  font-family: 'PTSans-CaptionBold'; }
  .mailFromPage:hover, .contacts .contactBoxPE p a:hover, .contacts .contactBoxCareer p a:hover, .mailFromPage:focus, .contacts .contactBoxPE p a:focus, .contacts .contactBoxCareer p a:focus, .mailFromPage:active, .contacts .contactBoxPE p a:active, .contacts .contactBoxCareer p a:active {
    color: #fc9a53;
    text-decoration: none;
    text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.2); }

.solversHighlights h1 {
  font-size: 16px;
  color: #3a3a3a;
  margin-top: 0px;
  margin-bottom: 0px;
  background-position: center bottom;
  padding-bottom: 10px;
  padding-top: 10px; }

.highlightWrap figure {
  padding-bottom: 2px; }
  .highlightWrap figure img {
    width: 110%;
    position: relative;
    left: -5%; }
.highlightWrap h6 {
  color: #fff;
  font-family: 'PTSans-CaptionBold';
  line-height: 1.2;
  font-size: 16px;
  margin-top: 35px; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  section.solversHighlights > div > div:nth-child(13) > figure > img {
    margin-top: -50%; } }

.contacts {
  padding-top: 85px;
  height: 100%; }
  @media screen and (max-width: 400px) {
    .contacts {
      padding-top: 20px; } }
  .contacts .contactBox {
    margin-top: 15px;
    padding-left: 0px;
    padding-right: 0px; }
  .contacts .contactBoxPE figure {
    padding: 1px; }
  .contacts .contactBoxPE p, .contacts .contactBoxPE img {
    float: left;
    padding-left: 15px; }
  .contacts .contactBoxPE p {
    width: 80%;
    margin-top: 2px;
    color: #08447f;
    font-family: 'PTSans-CaptionBold'; }
    .contacts .contactBoxPE p a {
      border: none !important;
      color: #08447f; }
    .contacts .contactBoxPE p label {
      border-bottom: solid 2px #dedede; }
  .contacts .contactBoxCareer {
    padding-top: 12px; }
    .contacts .contactBoxCareer h6 {
      color: #3a3a3a;
      font-family: 'PTSans-CaptionBold';
      font-size: 14px;
      margin-bottom: 13px; }
    .contacts .contactBoxCareer p {
      line-height: 1.7;
      padding-right: 20px; }
      .contacts .contactBoxCareer p .divider {
        height: 5px;
        width: 100%; }
  .contacts .contactBoxSocial {
    padding-top: 12px; }
    .contacts .contactBoxSocial h6 {
      color: #3a3a3a;
      font-family: 'PTSans-CaptionBold';
      font-size: 14px;
      margin-bottom: 13px; }
    .contacts .contactBoxSocial ul {
      padding-left: 0px; }
      .contacts .contactBoxSocial ul li {
        list-style: none;
        min-height: 35px; }
        .contacts .contactBoxSocial ul li a {
          background-position: 2px center;
          background-size: 25px;
          color: #3a3a3a;
          font-family: 'PTSans-CaptionBold';
          text-decoration: none;
          text-align: right;
          padding: 12px 0px 13px 60px; }
          .contacts .contactBoxSocial ul li a:hover, .contacts .contactBoxSocial ul li a:focus, .contacts .contactBoxSocial ul li a:active {
            text-decoration: none; }
  .contacts .contactBoxLegal {
    padding-top: 12px; }
    .contacts .contactBoxLegal h6 {
      color: #3a3a3a;
      font-family: 'PTSans-CaptionBold';
      font-size: 14px;
      margin-bottom: 13px; }
    .contacts .contactBoxLegal p {
      line-height: 1.7; }
  .contacts .ukAdd {
    background-color: #f2f2f2;
    margin-top: 50px;
    margin-bottom: 40px; }
  .contacts .ukAdd > div:nth-child(3) {
    padding-top: 20px; }
  .contacts .ukAdd > div > div > figure > img {
    padding-left: 0px !important;
    margin-left: -15px; }

.portfolioPartners {
  /*@extend .standard-lines; background-position: center bottom 18px;*/ }
  .portfolioPartners h1 {
    font-size: 16px;
    color: #3a3a3a;
    margin-top: 0px;
    margin-bottom: 0px;
    background-position: center bottom;
    padding-bottom: 10px;
    padding-top: 8px; }
  .portfolioPartners .row {
    margin: 0px -10px 0px -10px; }
    .portfolioPartners .row div {
      padding: 0px 10px 0px 10px; }
      .portfolioPartners .row div figure {
        min-height: 200px; }
        .portfolioPartners .row div figure:hover, .portfolioPartners .row div figure:focus, .portfolioPartners .row div figure:active {
          background-color: #f2f2f2; }
        .portfolioPartners .row div figure img {
          max-width: 200px;
          max-height: 100px;
          position: absolute;
          top: -20px;
          bottom: 0;
          margin: auto;
          left: 0;
          right: 0; }
          @media screen and (max-width: 500px) {
            .portfolioPartners .row div figure img {
              max-width: 150px; } }
          @media screen and (max-width: 400px) {
            .portfolioPartners .row div figure img {
              max-width: 110px; } }
          @media screen and (max-width: 300px) {
            .portfolioPartners .row div figure img {
              max-width: 90px; } }

.whoWheAre {
  background: none !important; }

.peopleCollage {
  padding: 2px;
  padding-bottom: 10px;
  background-position: center bottom;
  padding-top: 5%; }
  .peopleCollage .mini_label {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 5%;
    margin-top: -25%;
    font-family: 'PTSans-Regular';
    color: #fff; }
    @media screen and (max-width: 1199px) {
      .peopleCollage .mini_label {
        margin-top: -35%; } }
    @media screen and (max-width: 992px) {
      .peopleCollage .mini_label {
        margin-top: -41%; } }
    @media screen and (max-width: 701px) {
      .peopleCollage .mini_label {
        margin-top: -25%; } }
    @media screen and (max-width: 501px) {
      .peopleCollage .mini_label {
        margin-top: -30%; } }
    @media screen and (max-width: 470px) {
      .peopleCollage .mini_label {
        margin-top: -25%; } }
    .peopleCollage .mini_label .mini_text, .peopleCollage .mini_label .number {
      width: 100% !important;
      text-align: center; }
    .peopleCollage .mini_label .number {
      font-size: 40px; }
      @media screen and (max-width: 992px) {
        .peopleCollage .mini_label .number {
          font-size: 30px; } }
      @media screen and (max-width: 767px) {
        .peopleCollage .mini_label .number {
          font-size: 80px; } }
      @media screen and (max-width: 700px) {
        .peopleCollage .mini_label .number {
          font-size: 60px; } }
      @media screen and (max-width: 585px) {
        .peopleCollage .mini_label .number {
          margin-top: -12%; } }
      @media screen and (max-width: 570px) {
        .peopleCollage .mini_label .number {
          font-size: 40px; } }
      @media screen and (max-width: 470px) {
        .peopleCollage .mini_label .number {
          font-size: 30px;
          margin-bottom: 5%; } }
      @media screen and (max-width: 385px) {
        .peopleCollage .mini_label .number {
          font-size: 25px;
          margin-bottom: 7%; } }
      @media screen and (max-width: 330px) {
        .peopleCollage .mini_label .number {
          font-size: 20px;
          margin-bottom: 10%; } }
    .peopleCollage .mini_label .mini_text {
      margin-top: -10px;
      font-size: 12px;
      line-height: 0.95; }
      @media screen and (max-width: 992px) {
        .peopleCollage .mini_label .mini_text {
          margin-top: 0px;
          font-size: 10px; } }
      @media screen and (max-width: 767px) {
        .peopleCollage .mini_label .mini_text {
          margin-top: -10px;
          font-size: 15px; } }
      @media screen and (max-width: 700px) {
        .peopleCollage .mini_label .mini_text {
          font-size: 12px; } }
      @media screen and (max-width: 570px) {
        .peopleCollage .mini_label .mini_text {
          margin-top: -10px;
          font-size: 14px; } }
      @media screen and (max-width: 500px) {
        .peopleCollage .mini_label .mini_text {
          font-size: 11px; } }
      @media screen and (max-width: 385px) {
        .peopleCollage .mini_label .mini_text {
          font-size: 10px; } }
      @media screen and (max-width: 330px) {
        .peopleCollage .mini_label .mini_text {
          font-size: 7px;
          width: 90% !important;
          margin-left: 5%; } }
      .peopleCollage .mini_label .mini_text .yellow {
        color: #ff7f00; }
    .peopleCollage .mini_label .mini_title {
      font-size: 18px; }
      @media screen and (max-width: 992px) {
        .peopleCollage .mini_label .mini_title {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .peopleCollage .mini_label .mini_title {
          font-size: 24px; } }
      @media screen and (max-width: 570px) {
        .peopleCollage .mini_label .mini_title {
          font-size: 15px; } }
      @media screen and (max-width: 385px) {
        .peopleCollage .mini_label .mini_title {
          font-size: 13px; } }
      @media screen and (max-width: 330px) {
        .peopleCollage .mini_label .mini_title {
          font-size: 10px;
          margin-top: 6px; } }
  .peopleCollage .row {
    margin-left: -10px;
    margin-right: -10px; }
    .peopleCollage .row .picsWrapCollage, .peopleCollage .row .toggleCollage {
      padding: 1px; }
      .peopleCollage .row .picsWrapCollage .columnsWrap, .peopleCollage .row .toggleCollage .columnsWrap {
        padding: 0px; }
      .peopleCollage .row .picsWrapCollage .fourNonBlocks, .peopleCollage .row .toggleCollage .fourNonBlocks {
        padding: 5px;
        margin: 0px; }
        .peopleCollage .row .picsWrapCollage .fourNonBlocks figure img, .peopleCollage .row .toggleCollage .fourNonBlocks figure img {
          width: 100%; }
      .peopleCollage .row .picsWrapCollage .singlePic, .peopleCollage .row .toggleCollage .singlePic {
        padding: 5px;
        margin: 0px; }
        .peopleCollage .row .picsWrapCollage .singlePic figure, .peopleCollage .row .toggleCollage .singlePic figure {
          background-color: #08447f; }
          .peopleCollage .row .picsWrapCollage .singlePic figure img, .peopleCollage .row .toggleCollage .singlePic figure img {
            width: 100%; }
          .peopleCollage .row .picsWrapCollage .singlePic figure .filled:hover, .peopleCollage .row .toggleCollage .singlePic figure .filled:hover, .peopleCollage .row .picsWrapCollage .singlePic figure .filled:focus, .peopleCollage .row .toggleCollage .singlePic figure .filled:focus, .peopleCollage .row .picsWrapCollage .singlePic figure .filled:active, .peopleCollage .row .toggleCollage .singlePic figure .filled:active {
            opacity: 0.5; }
      .peopleCollage .row .picsWrapCollage .profileDesc, .peopleCollage .row .toggleCollage .profileDesc {
        display: none; }
    .peopleCollage .row div[data-collage="picture"] {
      /*cursor: pointer;*/ }
    .peopleCollage .row .toggleCollage {
      display: none;
      background-color: #08447f;
      padding: 0px; }
      .peopleCollage .row .toggleCollage figure {
        background-color: #08447f; }
      .peopleCollage .row .toggleCollage .specialColumn {
        width: 12.499999995%;
        background-color: white;
        margin-top: -5px; }
        @media screen and (max-width: 384px) {
          .peopleCollage .row .toggleCollage .specialColumn {
            height: 100%; } }
        .peopleCollage .row .toggleCollage .specialColumn .singlePic {
          padding-bottom: 0px; }
        @media screen and (max-width: 750px) {
          .peopleCollage .row .toggleCollage .specialColumn {
            width: 24.999999990%; } }
      .peopleCollage .row .toggleCollage .blueColumn {
        width: 87.1%;
        color: #fff;
        font-family: 'PTSans-Regular'; }
        @media screen and (max-width: 750px) {
          .peopleCollage .row .toggleCollage .blueColumn {
            width: 74.28%; } }
        .peopleCollage .row .toggleCollage .blueColumn .bluColBKG .closeBlue {
          right: 15px;
          top: 5px;
          position: absolute;
          z-index: 5;
          cursor: default;
          font-size: 25px;
          font-weight: bold;
          transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg); }
          .peopleCollage .row .toggleCollage .blueColumn .bluColBKG .closeBlue:hover, .peopleCollage .row .toggleCollage .blueColumn .bluColBKG .closeBlue:focus, .peopleCollage .row .toggleCollage .blueColumn .bluColBKG .closeBlue:active {
            color: #fc9a53; }
        .peopleCollage .row .toggleCollage .blueColumn .BlueColPic img {
          width: 100%;
          margin-bottom: 30px; }
        .peopleCollage .row .toggleCollage .blueColumn .BluColDesc {
          margin-top: 100px; }
          @media screen and (max-width: 991px) {
            .peopleCollage .row .toggleCollage .blueColumn .BluColDesc {
              margin-top: 30px; } }
          @media screen and (max-width: 600px) {
            .peopleCollage .row .toggleCollage .blueColumn .BluColDesc h4:nth-child(1) {
              font-size: 16px; }
              .peopleCollage .row .toggleCollage .blueColumn .BluColDesc h4:nth-child(1) + h4 {
                font-size: 14px; }
            .peopleCollage .row .toggleCollage .blueColumn .BluColDesc p {
              font-size: 12px; } }
          @media screen and (max-width: 450px) {
            .peopleCollage .row .toggleCollage .blueColumn .BluColDesc {
              margin-top: 15px; }
              .peopleCollage .row .toggleCollage .blueColumn .BluColDesc h4:nth-child(1) {
                font-size: 14px; }
                .peopleCollage .row .toggleCollage .blueColumn .BluColDesc h4:nth-child(1) + h4 {
                  font-size: 12px; }
              .peopleCollage .row .toggleCollage .blueColumn .BluColDesc p {
                font-size: 10px; } }
          .peopleCollage .row .toggleCollage .blueColumn .BluColDesc h4 {
            font-family: 'PTSans-Bold'; }
          .peopleCollage .row .toggleCollage .blueColumn .BluColDesc h4:first-child {
            margin-bottom: 15px; }
          .peopleCollage .row .toggleCollage .blueColumn .BluColDesc h4:nth-child(2) {
            margin-bottom: 10px;
            color: #fc9a53 !important;
            margin-top: -12px !important;
            font-size: 16px; }

@media screen and (min-width: 701px) and (max-width: 767px) {
  body > div.container > section.peopleCollage > div > div:nth-child(2) > div.col-xs-6.col-sm-6.col-md-6.columnsWrap > div.fourNonBlocks.col-xs-12.col-sm-12.col-md-12 > div {
    margin-top: -30%; } }
@media screen and (min-width: 571px) and (max-width: 650px) {
  body > div.container > section.peopleCollage > div > div:nth-child(2) > div.col-xs-6.col-sm-6.col-md-6.columnsWrap > div.fourNonBlocks.col-xs-12.col-sm-12.col-md-12 > div {
    margin-top: -43%; } }
@media screen and (max-width: 450px) {
  body > div.container > section.peopleCollage > div > div:nth-child(2) > div.col-xs-6.col-sm-6.col-md-6.columnsWrap > div.fourNonBlocks.col-xs-12.col-sm-12.col-md-12 > div {
    margin-top: -40%; } }

.office {
  padding-bottom: 10px; }
  .office h1 {
    color: #08447f;
    font-size: 22px;
    padding-top: 0px;
    margin-top: 20px; }
  .office .cityBan {
    padding-top: 40px; }
    .office .cityBan .cityBanFigure {
      padding-right: 0px; }
      @media screen and (max-width: 500px) {
        .office .cityBan .cityBanFigure {
          padding-top: 9%; } }
      @media screen and (max-width: 450px) {
        .office .cityBan .cityBanFigure {
          padding-top: 50px; } }
      @media screen and (max-width: 380px) {
        .office .cityBan .cityBanFigure {
          padding-top: 70px; } }
      @media screen and (max-width: 330px) {
        .office .cityBan .cityBanFigure {
          padding-top: 80px; } }
      .office .cityBan .cityBanFigure img {
        width: 100%; }
    .office .cityBan .cityBanPlace {
      padding-left: 0px; }
    .office .cityBan .placeWrap {
      padding: 15px 0px 20px 20px;
      margin-top: -25px;
      background-color: #08447f;
      color: #fff; }
      .office .cityBan .placeWrap:hover, .office .cityBan .placeWrap:focus, .office .cityBan .placeWrap:active {
        background-color: #a6a7ab;
        color: #08447f; }
      .office .cityBan .placeWrap p {
        font-family: 'PTSans-CaptionBold';
        line-height: 1.8; }
        @media screen and (max-width: 570px) {
          .office .cityBan .placeWrap p {
            font-size: 10px;
            margin-right: 5px; } }
      .office .cityBan .placeWrap h5 {
        font-family: 'PTSans-Caption';
        margin-top: 10px;
        margin-bottom: 65px;
        font-size: 16px; }

@media screen and (max-width: 330px) {
  body > div.container > section.office > div > div:nth-child(4) {
    padding-top: 135px; } }
	
	body > div.container > section.glance.hidden-xs > div.col-sm-4.col-md-3.pull-sm-right > div:nth-child(3) > div.fadeTwitterBig{ border: none!important; background-color: none!important; background: none!important;  }

/*# sourceMappingURL=style.css.map */
