@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
/**VARIABLES**/
html, body {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden; }

a {
  text-decoration: none; }

p {
  font-size: 15px; }

.hide {
  display: none !important; }

.main {
  width: 100%;
  height: 100%;
  position: relative; }
  .main .menu {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 45px;
    left: 0;
    z-index: 99; }
    .main .menu ul {
      float: right;
      padding: 20px 60px; }
      .main .menu ul li {
        list-style: none;
        color: #fbfbfb;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 27px; }
        .main .menu ul li ul li {
          margin-bottom: 0px; }
    .main .menu .contactOptions {
      position: absolute;
      visibility: hidden;
      bottom: 0;
      opacity: 0;
      background: #fff;
      border-radius: 3px;
      transition: ease .3s all; }
      .main .menu .contactOptions li {
        color: #313A41;
        padding: 10px 0; }
      .main .menu .contactOptions.active {
        display: block;
        visibility: visible;
        bottom: 50px;
        opacity: 1; }
      .main .menu .contactOptions a {
        color: #009FE3; }
    .main .menu .teamviewerOption {
      position: absolute;
      top: 20px;
      width: 100%;
      visibility: hidden;
      margin-bottom: 20px;
      background: #fff;
      border-radius: 3px;
      opacity: 0;
      transition: ease .3s all; }
      .main .menu .teamviewerOption.active {
        visibility: visible;
        top: 60px;
        opacity: 1; }
      .main .menu .teamviewerOption ul {
        width: 100%;
        padding: 0; }
        .main .menu .teamviewerOption ul li {
          display: inline-block;
          font-size: 15px;
          width: 100%; }
          .main .menu .teamviewerOption ul li a {
            color: #313A41;
            display: block;
            padding: 20px; }
          .main .menu .teamviewerOption ul li i {
            font-size: 18px;
            margin-bottom: -2px;
            color: #778a98;
            margin-right: 5px;
            transition: ease .3s color; }
          .main .menu .teamviewerOption ul li:hover i {
            color: #009FE3; }
        .main .menu .teamviewerOption ul .listDivider {
          width: 80%;
          margin-left: 10%;
          display: block;
          height: 1px;
          background: #eee; }
  .main .logo {
    position: absolute;
    right: 80px;
    top: 40px;
    z-index: 99;
    max-width: 220px; }
  .main .group {
    width: 100%;
    height: calc(100% - 520px);
    min-height: 380px;
    position: relative;
    background: url(../assets/images/bg4.jpg);
    background-size: cover;
    background-position: center;
    padding: 0; }
    .main .group .overflow {
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; }
    .main .group .title {
      position: absolute;
      left: 60px;
      bottom: 35px;
      z-index: 2; }
      .main .group .title h1 {
        color: #fbfbfb;
        font-weight: 700;
        font-size: 80px;
        line-height: 0px;
        /*font-family: 'Comic Sans MS';*/ }
  .main .top {
    height: 80px;
    width: 100%; }
  .main .options {
    width: 100%;
    height: 50%;
    min-height: 520px;
    position: relative;
    border-top: 2px solid #009FE3;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    .main .options .block-one {
      width: 25%;
      height: 100%;
      float: left;
      display: block;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      border: 1px solid #eee;
      border-bottom: 0; }
    .main .options .webshop-img {
      position: absolute;
      margin-bottom: -20%;
      height: 70%;
      left: 0;
      right: 0;
      margin: auto; }
    .main .options h3 {
      padding: 0;
      margin: 0;
      color: #313A41;
      font-size: 40px; }
    .main .options ul {
      margin: 0;
      min-height: 120px;
      height: auto; }
      .main .options ul li {
        margin: 12px 0;
        display: block;
        position: relative;
        font-size: 14px; }
        .main .options ul li span {
          width: 6px;
          height: 6px;
          padding: 0;
          left: -20px;
          top: 8px;
          background: #009FE3;
          border-radius: 50%;
          position: absolute; }
      .main .options ul a {
        color: #009FE3; }
    .main .options .productInfo {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: #009FE3;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
      .main .options .productInfo .productName {
        padding-left: 20px;
        color: #fff;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis; }
        .main .options .productInfo .productName i {
          color: #fff;
          margin-left: 15px; }
      .main .options .productInfo .btn {
        background-color: rgba(0, 0, 0, 0.2);
        height: 50px;
        padding: 0 20px;
        display: block;
        line-height: 50px;
        float: right;
        color: #fff; }
    .main .options .btnAbsolute {
      position: absolute;
      bottom: 60px; }
    .main .options .titleDivider {
      width: 90px;
      height: 5px;
      border-radius: 2px;
      background: #009FE3;
      margin-top: 12px; }
    .main .options .company-info {
      margin-top: 20px;
      margin-bottom: 50px;
      text-align: left;
      font-size: 14px; }
      .main .options .company-info span {
        font-weight: 700;
        display: block;
        color: #000;
        margin-top: 18px; }
    .main .options .company-logo {
      max-width: 115px;
      margin-left: 0px; }
    .main .options .inner {
      padding: 40px 60px;
      height: auto;
      min-height: 100px; }
    .main .options h2 {
      font-weight: 400;
      font-size: 30px;
      line-height: 36px;
      padding: 0;
      margin: 0; }
    .main .options span {
      padding-left: 2px;
      opacity: 0.8; }

.slideOptions {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 0px;
  border-top: 1px solid #009FE3;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: .3s height ease; }
  .slideOptions .close {
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 10px;
    color: #009FE3; }
    .slideOptions .close:hover {
      cursor: pointer; }
  .slideOptions.active {
    height: 170px; }
  .slideOptions li a {
    color: #009FE3;
    margin-left: 12px; }
  .slideOptions .teamviewer {
    display: none;
    transition: .3s opacity ease;
    transition-delay: .2s;
    opacity: 0; }
    .slideOptions .teamviewer.active {
      display: block;
      opacity: 1; }
    .slideOptions .teamviewer .download {
      width: 50%;
      margin-top: 40px;
      float: left;
      text-align: center; }
      .slideOptions .teamviewer .download i {
        font-size: 50px;
        display: block;
        color: #313A41;
        transition: ease .3s color; }
        .slideOptions .teamviewer .download i:hover {
          color: #009FE3; }
      .slideOptions .teamviewer .download a {
        color: #313A41;
        transition: ease .3s color; }
        .slideOptions .teamviewer .download a:hover {
          color: #009FE3; }
  .slideOptions .contact {
    display: none;
    transition: .3s opacity ease;
    transition-delay: .2s;
    opacity: 0; }
    .slideOptions .contact.active {
      display: block;
      opacity: 1; }
    .slideOptions .contact ul {
      margin: 40px 20px 0 0; }

img.version-img {
  position: absolute;
  right: 5px;
  bottom: 5px;
  opacity: 0.3 !important;
  width: 65px;
  height: 65px; }

.btn {
  padding: 12px 20px;
  max-width: 140px;
  border: none;
  border-radius: 3px;
  transition: ease .3s box-shadow;
  border: 2px solid #009FE3;
  margin: auto;
  text-align: center; }
  .btn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    cursor: pointer; }

.btn-tv {
  position: relative; }

.arrow_box {
  background: #fff; }

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -40%; }

.border-btn {
  border: 2px solid #009FE3;
  transition: .3s all ease; }
  .border-btn:hover {
    background: #009FE3;
    color: #fff; }

/**COLORS**/
.blue {
  background: #009FE3;
  color: #fbfbfb; }

.purple {
  background: #3F51B5;
  color: #fbfbfb; }

.light {
  background: #fbfbfb;
  color: #313A41; }

.light-2 {
  background: #ededed;
  color: #313A41; }

.white {
  background: #fff; }

@media screen and (max-width: 1700px) {
  .options {
    min-height: 520px !important; } }
@media screen and (max-width: 1500px) {
  .inner {
    padding: 40px 25px !important;
    height: auto;
    min-height: 100px; } }
@media screen and (max-width: 1400px) {
  .main .options {
    box-shadow: none;
    border-top: 0px; }

  .block-one {
    width: 50% !important;
    height: auto; } }
@media screen and (max-width: 1250px) {
  .main .options {
    box-shadow: none;
    border-top: 0px; }

  .main .group .title {
    top: 35px;
    left: 20px; }

  .toggleTeamviewer {
    display: none; }

  .block-one, .block-two {
    width: 100% !important;
    float: none;
    min-height: 390px;
    height: auto !important; }

  .block-three {
    width: 50%; }
    .block-three img {
      max-width: 20%; }

  .btn {
    bottom: 20px !important; } }
@media screen and (max-width: 660px) {
  .main .options {
    box-shadow: none;
    border-top: 0px; }

  .main .options .block-one {
    min-height: 100vh;
    border: none;
    border-bottom: 1px solid #eee; }
  .main .group {
    min-height: 480px; }
    .main .group .title {
      top: 0px;
      left: 0px; }
      .main .group .title h1 {
        line-height: 80px;
        text-align: center; }

  .main .menu ul {
    float: left;
    padding: 20px; }

  .slideOptions {
    border-top: 0px; }
    .slideOptions a {
      display: block; }
    .slideOptions.active {
      height: 220px; }

  .block-one, .block-two {
    width: 100% !important;
    height: 100vh;
    float: none !important;
    margin: 10px 0; }

  .toggleTeamviewer {
    display: none; }

  .block-three {
    width: 100% !important;
    float: none !important; }
    .block-three img {
      max-width: 20%; }

  .title h2 {
    font-size: 40px !important; }

  .btn {
    bottom: 20px !important; } }
.container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 980px;
  width: 100%; }
  .container ul.tabs {
    margin: 0px;
    padding: 18px;
    list-style: none;
    text-align: center; }
  .container ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer; }
  .container ul.tabs li.current {
    background: #fff;
    color: #222;
    font-weight: 700;
    border-bottom: 2px solid #009FE3; }
  .container .tab-content {
    display: none;
    background: #fff;
    padding: 15px;
    color: #313A41; }
  .container .tab-content.current {
    display: inherit; }

/*# sourceMappingURL=custom.css.map */
