a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: inherit; }

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-color: #e3e3e3; }
  body .row {
    margin: 0; }
  body .logoNavArea {
    position: fixed;
    width: 100%;
    padding: 0;
    z-index: 999; }
  body .top {
    padding: 0; }
    body .top .header {
      padding: 0;
      width: 100%;
      transition: 1s ease-in-out;
      -moz-transition: 300ms ease-in-out;
      background-color: #ffffff;
      z-index: 998; }
      body .top .header .logoArea {
        display: inline-block;
        margin: 10px 0 0 10px; }
        body .top .header .logoArea img {
          display: inline-block;
          position: relative;
          max-width: 300px; }
      body .top .header .navigation {
        width: 700px;
        padding: 0;
        margin: 0 10px 0 0;
        position: absolute;
        right: 0px;
        top: 0px; }
        body .top .header .navigation .navSwitch {
          position: absolute;
          right: 0;
          visibility: hidden;
          cursor: pointer; }
        body .top .header .navigation ul {
          overflow: hidden;
          list-style: none;
          display: flex;
          justify-content: space-around;
          flex-direction: row;
          align-items: center;
          flex-wrap: wrap;
          padding: 0;
          color: #9D9D9D;
          margin: 0 75px 0 0;
          padding: 0 0 0 0;
          overflow: hidden; }
          body .top .header .navigation ul li {
            font-size: 16px;
            cursor: pointer;
            line-height: 51px;
            margin: 0 0 0 10px; }
        body .top .header .navigation span {
          position: absolute;
          top: 10px;
          right: 40px;
          height: 26px;
          width: 26px; }
          body .top .header .navigation span img {
            width: 100%; }
  body .container {
    background-color: #ffffff; }
  body h3 {
    margin: 0;
    padding: 0; }
  body .content {
    padding: 100px 0 0 0; }
    body .content .about {
      background-image: url("../images/automation.jpg");
      background-size: cover;
      margin: 0px 20px 0 0;
      padding: 0;
      height: 459px;
      position: relative;
      margin: 0 0 50px 0; }
      body .content .about .aboutContainer {
        background-color: rgba(255, 255, 255, 0.9);
        color: #000;
        position: absolute;
        bottom: 0;
        padding: 20px;
        text-align: justify;
        overflow: hidden;
        width: 100%; }
        body .content .about .aboutContainer p {
          max-width: 750px;
          margin: 0 auto;
          line-height: 1.5em; }
        body .content .about .aboutContainer #aboutTitle {
          font-size: 32px;
          font-weight: 300;
          margin: 0;
          padding: 0 0 10px 0; }
    body .content .sidebar {
      background-color: #282828;
      color: #ffffff;
      padding: 20px; }
      body .content .sidebar h3 {
        font-weight: 300; }
      body .content .sidebar p {
        max-width: 200px;
        text-align: center;
        font-style: italic; }
      body .content .sidebar p:before, body .content .sidebar p:after {
        content: '"';
        font-family: 'verdana';
        font-size: 30px;
        color: #FF6600; }
      body .content .sidebar .clientName {
        position: absolute;
        right: 20px;
        bottom: 20px; }
    body .content .solutions {
      margin: 0 0 50px 0; }
      body .content .solutions .solutionImage {
        width: 100%;
        height: 200px;
        background-image: url("../images/automation.jpg");
        background-size: cover;
        overflow: hidden;
        margin: 0 0 20px 0; }
        body .content .solutions .solutionImage h3 {
          display: inline-block;
          background-color: white;
          width: 100%;
          text-align: center;
          position: absolute;
          line-height: 60px; }
      body .content .solutions h4 {
        color: #000;
        margin: 0 0 20px 0;
        text-align: center;
        letter-spacing: 2px; }
      body .content .solutions ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around; }
        body .content .solutions ul li {
          width: 400px;
          border-top: 1px solid #FF6600;
          padding: 20px; }
    body .content .products {
      margin: 0 0 50px 0; }
      body .content .products ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        body .content .products ul li {
          width: 280px;
          padding: 10px;
          margin: 10px 0;
          cursor: pointer;
          border-left: 1px solid #FF6600; }
  body .footer {
    background-color: #9D9D9D;
    color: #ffffff;
    padding: 20px; }
    body .footer p {
      padding: 20px; }
    body .footer .contacts h3 {
      margin: 25px 0;
      text-align: center; }
    body .footer .quickContact {
      margin: 20px auto;
      color: #000; }
      body .footer .quickContact input[type="text"] {
        width: 70%;
        margin-top: 5px; }
      body .footer .quickContact textarea {
        width: 70%;
        margin-top: 5px; }
      body .footer .quickContact *[placeholder] {
        padding: 5px; }
      body .footer .quickContact input, body .footer .quickContact textarea {
        border: 2px solid #9D9D9D; }
      body .footer .quickContact input[type="submit"] {
        margin-top: 5px;
        background-color: initial;
        color: #ffffff; }

@media all and (max-width: 1200px) {
  body {
    margin: 0;
    padding: 0; }
    body .top .header {
      overflow: hidden; }
      body .top .header .navigation {
        width: 100%; }
        body .top .header .navigation ul {
          flex-direction: column;
          margin-top: 56px;
          background-color: #e3e3e3;
          padding: 0;
          margin: 56px 0 0 0; }
          body .top .header .navigation ul li {
            padding: 2px;
            text-align: left;
            width: 100%;
            padding: 0 0 0 10px; }
            body .top .header .navigation ul li:hover {
              background-color: #ffffff; }
        body .top .header .navigation .navSwitch {
          visibility: visible; }
    body .content .about {
      width: 100%;
      background-size: cover; }
    body .content .sidebar {
      width: 100%; }
    body .content .solutions ul {
      padding: 0; }
      body .content .solutions ul li {
        width: 90%; } }
@media all and (max-width: 769px) {
  body .header .logoArea {
    width: 60%;
    overflow: hidden; }
    body .header .logoArea img {
      width: 100%; }
  body .header .navigation .navSwitch {
    right: 15px; }
  body .header .navigation span {
    right: 65px; } }
.orange {
  color: #FF6600; }

.bold {
  font-weight: 600; }

.title {
  text-align: center;
  padding: 20px 0; }

.hidden {
  display: none; }

.toTop {
  color: #FF6600;
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  font-size: 35px;
  cursor: pointer; }

.border {
  border: 1px solid red; }

.closed {
  height: 56px; }

.active {
  height: 313px; }

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