/*---------------------------*/
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 300; }

body {
  margin: 0px;
  padding: 0px; }

img {
  border: 0;
  vertical-align: bottom; }

a:link,
a:active {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:focus {
  outline: none; }

ul,
li {
  list-style: none; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

p {
  text-align: left;
  color: #444; }

table {
  color: #444; }

.ind {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center; }
  .ind li {
    display: inline-block;
    margin: 0 10px; }
    .ind li button {
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 7px;
      font-size: 0;
      line-height: 0;
      border: none;
      background: #fff; }
    .ind li.slick-active button {
      background: #64b4ff; }

header #nav-wrapper {
  position: relative;
  width: 100%;
  height: 115px;
  background: #fff; }
header nav {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 115px;
  background: #fff;
  transition: 0.3s; }
  header nav #menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 960px;
    padding: 40px 10px 25px;
    margin: 0 auto; }
    header nav #menu > img {
      display: block;
      width: 32.66%;
      max-width: 307px;
      min-width: 150px;
      margin-right: 30px; }
    header nav #menu ul {
      display: flex;
      flex-grow: 3;
      justify-content: space-between;
      align-items: center; }
      header nav #menu ul li {
        font-size: 15px;
        margin: 0 5px; }
        header nav #menu ul li a {
          color: #333;
          font-family: 'Lato', sans-serif;
          font-weight: 300;
          transition: 0.5s; }
          header nav #menu ul li a img {
            width: 100%;
            max-width: 150px; }
          header nav #menu ul li a:hover {
            color: #64b4ff; }
        header nav #menu ul li.logo {
          flex-shrink: 2; }
        header nav #menu ul li.contact {
          position: absolute;
          top: 0;
          right: 0; }
          header nav #menu ul li.contact a {
            display: block;
            padding: 6px 30px;
            font-size: 18px;
            font-weight: 400;
            line-height: 1;
            color: #fff;
            background: #64b4ff;
            border-radius: 0 0 5px 5px;
            transition: background 0.5s; }
            header nav #menu ul li.contact a:hover {
              background: #4f87bc; }
  header nav #menubar {
    display: none;
    position: absolute;
    width: 20px;
    height: 12px;
    top: 14px;
    right: 10px;
    z-index: 100; }
    header nav #menubar span {
      position: absolute;
      width: 20px;
      height: 2px;
      background: #777;
      top: 5px;
      left: 0;
      transition: 0.5s; }
    header nav #menubar #menubar1 {
      transform: translateY(-5px); }
    header nav #menubar #menubar2 {
      transform: translateY(5px); }
    header nav #menubar.open #menubar1 {
      transform: translateY(0);
      transform: rotate(135deg); }
    header nav #menubar.open #menubar2 {
      transform: translateY(0);
      transform: rotate(45deg); }
    header nav #menubar.open #menubar3 {
      opacity: 0; }
header > div {
  position: relative;
  width: 100%; }
  header > div .slider {
    width: 100%;
    height: 700px; }
    header > div .slider .header-slide {
      width: 100%;
      height: 700px;
      background: center center no-repeat;
      background-size: 1500px 700px; }
      header > div .slider .header-slide#header-slide1 {
        background-image: url(../images/header-1.jpg); }
      header > div .slider .header-slide#header-slide2 {
        background-image: url(../images/header-2.jpg); }
      header > div .slider .header-slide#header-slide3 {
        background-image: url(../images/header-3.jpg); }
      header > div .slider .header-slide.slick-cloned:first-child {
        background-image: url(../images/header-3.jpg); }
      header > div .slider .header-slide.slick-cloned:last-child {
        background-image: url(../images/header-1.jpg); }
  header > div h1 {
    /*position: absolute;
    top: 50%;
    left: 0;
    margin: -94px 0 0 0;
    width: 100%;
    padding: 45px 0;
    background: rgba(100, 180, 255, 0.7);*/
	  width: 32.66%;
      max-width: 307px;
      min-width: 150px;
	  margin:0 30px 0 0;}
    header > div h1 img {
      /*display: block;
      margin: 0 auto;
      width: 525px;*/
display: block;
      /*width: 32.66%;*/
      max-width: 100%;
      min-width: 150px;;}

@media screen and (min-width: 1500px) {
  header > div .slider .header-slide {
    background-size: cover; } }
@media screen and (max-width: 980px) {
  header > div .slider {
    height: 71.4vw; }
    header > div .slider .header-slide {
      background-size: cover;
      height: 71.4vw; } }
@media screen and (min-width: 768px) {
  header nav.prefixed {
    top: -60px;
    height: 60px; }
    header nav.prefixed #menu {
      padding: 21px 10px 10px; }
      header nav.prefixed #menu h1 {
        width: 180px;
        margin-right: 20%; }
	header nav.prefixed #menu h1 img {
        width: 100%; }
      header nav.prefixed #menu ul li {
        font-size: 14px; }
        header nav.prefixed #menu ul li.logo img {
          width: 80px; }
        header nav.prefixed #menu ul li.contact a {
          padding: 3px 30px;
          font-size: 14px; }
  header nav.fixed {
    position: fixed;
    top: 0; } }
@media screen and (max-width: 767px) {
  header #nav-wrapper {
    height: 44px; }
  header nav {
    position: fixed;
    height: 44px; }
    header nav #menu {
      height: 24px;
      padding: 10px 10px 10px; }
      header nav #menu ul {
        position: absolute;
        z-index: 10;
        top: 44px;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 0;
        overflow: hidden;
        padding: 0;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.95);
        transition: 0.3s; }
        header nav #menu ul.open {
          height: calc(100vh - 44px);
          padding: 15vh 0 20vh; }
        header nav #menu ul li.logo img {
          width: 100px; }
        header nav #menu ul li.contact {
          position: relative; }
          header nav #menu ul li.contact a {
            border-radius: 5px;
            padding: 6px 20px; }
    header nav #menubar {
      display: block; }
  header > div h1 {
    position: relative;
    top: 0;
    margin: 0;
    padding: 25px 0; }
    /*header > div h1 img {
      width: 90%; }*/}
section {
  padding: 50px 0; }
  section h2 {
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #64b4ff;
    font-size: 50px;
    line-height: 1.2; }
  section p {
    font-size: 15px;
    line-height: 2;
    font-family: 'Lato', sans-serif;
    font-weight: 300; }
  section table {
    font-size: 13px;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
    font-weight: 300; }

    section#movie h2 + p {
      width: 85%;
      max-width: 500px;
      margin: 0 auto;
      text-align: center; }
      section#movie p a img {
        display: block;
        width: 90%;
        max-width: 500px;
        margin: 30px auto 50px; }
        section#movie a.overwhite {
          background-color:#ffffff;
          display:block;
          max-width: 500px;
          margin: auto;
        }
        section#movie a.overwhite:hover img {
          -webkit-transition: 0.3s ease-in-out;  
          -moz-transition: 0.3s ease-in-out;  
          transition: 0.3s ease-in-out;  

          cursor:pointer;
          filter: alpha(opacity=60);        /* ie lt 8 */
          -ms-filter: "alpha(opacity=60)";  /* ie 8 */
          -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
          -khtml-opacity: 0.6;              /* Safari 1.x */
          opacity:0.6;
          zoom:1;
        }

  section#concept {
    position: relative;
    background: url(../images/concept-bg.jpg) right center no-repeat #f7f7f7;
    background-size: auto 100%;
    overflow: hidden; }
    section#concept::before {
      position: absolute;
      z-index: 0;
      content: '';
      top: 0;
      left: 0;
      width: 40%;
      height: 100%;
      background: #f7f7f7; }
    section#concept::after {
      position: absolute;
      z-index: 0;
      content: '';
      top: 0;
      left: 40%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 500px 300px 0 0;
      border-color: #f7f7f7 transparent transparent transparent; }
    section#concept h2, section#concept p {
      position: relative;
      z-index: 2; }
    section#concept p {
      text-align: center;
      line-height: 3; }
  section#product p {
    width: 85%;
    max-width: 860px;
    margin: 0 auto; }
    section#product p span {
      display: block;
      text-align: center;
      margin-top: 20px;
      padding: 10px 20px;
      background: rgba(100, 180, 255, 0.1); }
  section.product2 {
    position: relative;
    background: #d1e8ff;
    overflow: hidden;
    padding: 25px 0; }
    section.product2 + .product2 {
      margin-top: 5px; }
    section.product2::before {
      position: absolute;
      z-index: 0;
      content: '';
      top: 0;
      left: 0;
      width: 40%;
      height: 100%;
      background: #f0f7ff; }
    section.product2::after {
      position: absolute;
      z-index: 0;
      content: '';
      top: 0;
      left: 40%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 500px 300px 0 0;
      border-color: #f0f7ff transparent transparent transparent; }
    section.product2 > div {
      display: flex;
      justify-content: space-between;
      position: relative;
      z-index: 2;
      width: 85%;
      max-width: 860px;
      margin: 0 auto; }
      section.product2 > div .text {
        flex-shrink: 2;
        max-width: 480px;
        margin-right: 10px; }
        section.product2 > div .text h3 {
          margin-bottom: 10px;
          font-size: 24px;
          line-height: 1.4;
          color: #64b4ff;
          font-family: 'Lato', sans-serif;
          font-weight: 300; }
          section.product2 > div .text h3 span {
            display: block;
            font-size: 70%;
            margin-top: 5px; }
        section.product2 > div .text table {
          width: 310px;
          border-collapse: collapse;
          margin-top: 10px; }
          section.product2 > div .text table th {
            width: 35%;
            background: #b2d9ff;
            font-weight: normal;
            text-align: left;
            padding: 0 5px;
            border: solid 1px #64b4ff; }
          section.product2 > div .text table td {
            width: 65%;
            text-align: center;
            border: solid 1px #64b4ff; }
          section.product2 > div .text table tr:last-child td:first-child {
            padding-top: 10px;
            text-align: left;
            border: none; }
      section.product2 > div .slider2 {
        max-width: 335px;
        padding-bottom: 40px; }
        section.product2 > div .slider2 img {
          display: block;
          width: 100%; }
        section.product2 > div .slider2 .ind {
          position: relative;
          bottom: -20px; }
  section.product3 {
    padding: 40px 0;
    border-bottom: solid 1px #64b4ff; }
    section.product3 h3, section.product3 h3 + p {
      width: 85%;
      max-width: 860px;
      text-align: left;
      margin: 0 auto 10px; }
    section.product3 h3 {
      font-size: 27px;
      line-height: 1.4;
      color: #64b4ff;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
    section.product3 .slider3 {
      width: 84%;
      max-width: 860px;
      margin: 15px auto; }
      section.product3 .slider3 .slick-slide {
        padding: 0 2px; }
      section.product3 .slider3 img {
        display: block;
        width: 100%; }
      section.product3 .slider3 p {
        text-align: center;
        line-height: 1.6;
        margin-top: 10px; }
    section.product3 table {
      width: 95%;
      max-width: 860px;
      margin: 0 auto;
      border-collapse: collapse;
      text-align: center; }
      section.product3 table th, section.product3 table td {
        border: solid 1px #64b4ff;
        width: 33%; }
      section.product3 table th {
        font-weight: normal;
        background: #e0f0ff; }
  section#module {
    border-bottom: solid 1px #64b4ff; }
    section#module h2 + p {
      width: 85%;
      max-width: 860px;
      margin: 0 auto;
      text-align: center; }
      section#module h2 + p + img {
        display: block;
        width: 90%;
        max-width: 680px;
        margin: 30px auto 50px; }
    section#module table {
      width: 95%;
      max-width: 860px;
      margin: 0 auto 30px;
      border-collapse: collapse;
      text-align: center; }
      section#module table th, section#module table td {
        border: solid 1px #64b4ff;
        width: 20%; }
        section#module table th br, section#module table td br {
          display: none; }
      section#module table th {
        font-weight: normal;
        background: #e0f0ff; }
    section#module h3 {
      width: 85%;
      max-width: 860px;
      padding-bottom: 5px;
      margin: 20px auto 20px;
      text-align: left;
      font-size: 24px;
      line-height: 1.4;
      color: #64b4ff;
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      border-bottom: solid 1px #64b4ff; }
    section#module h3 + p {
      width: 85%;
      max-width: 860px;
      margin: 0 auto; }
    section#module h3 + div {
      display: flex;
      justify-content: space-between;
      width: 85%;
      max-width: 860px;
      margin: 0 auto; }
      section#module h3 + div > p {
        width: 35%;
        flex-shrink: 2; }
      section#module h3 + div > div {
        display: flex;
        width: 61.6%;
        justify-content: space-between; }
        section#module h3 + div > div p {
          margin-top: 5px;
          line-height: 1.5; }
          section#module h3 + div > div p span {
            font-size: 80%;
            margin-left: 10px; }
        section#module h3 + div > div img {
          width: 100%; }
        section#module h3 + div > div div {
          width: 28%; }
        section#module h3 + div > div div + div {
          width: 65.33%; }
  section#environment h3 {
    width: 85%;
    max-width: 860px;
    padding-bottom: 5px;
    margin: 20px auto 20px;
    text-align: left;
    font-size: 24px;
    line-height: 1.4;
    color: #64b4ff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    border-bottom: solid 1px #64b4ff; }
  section#environment h2 + h3 {
    margin-top: 30px; }
  section#environment p {
    width: 85%;
    max-width: 860px;
    margin: 0 auto 20px; }
  section#environment div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 85%;
    max-width: 860px;
    margin: 0 auto; }
    section#environment div img {
      width: 47%;
      max-width: 400px; }
  section#application {
    padding-bottom: 10px;
    background: #e0f0ff; }
    section#application p {
      width: 85%;
      max-width: 860px;
      margin: 0 auto 20px;
      text-align: center; }
    section#application img {
      display: block;
      width: 100%;
      max-width: 600px;
      margin: 0 auto; }
  section.application2 {
    position: relative;
    background: #f0f7ff; }
    section.application2 svg {
      position: absolute;
      top: -1px;
      left: 50%;
      margin-left: -55px; }
    section.application2 h3 {
      margin-bottom: 10px;
      text-align: center;
      font-size: 27px;
      line-height: 1.4;
      color: #64b4ff;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
    section.application2 h3 + p {
      width: 85%;
      max-width: 860px;
      margin: 0 auto 20px;
      text-align: center; }
    section.application2 .slider3 {
      width: 84%;
      max-width: 860px;
      margin: 15px auto; }
      section.application2 .slider3 .slick-slide {
        padding: 0 2px; }
      section.application2 .slider3 img {
        display: block;
        width: 100%; }
      section.application2 .slider3 p {
        text-align: center;
        line-height: 1.6;
        margin-top: 10px; }
  section#contact h2 + p {
    width: 85%;
    max-width: 860px;
    margin: 0 auto 20px;
    text-align: center; }
  section#contact a {
    color: #64b4ff; }
    section#contact a:hover {
      text-decoration: underline; }
  section#contact form {
    text-align: center;
    font-size: 13px; }
  section#contact table {
    width: 95%;
    max-width: 960px;
    margin: 50px auto;
    border-collapse: separate;
    border: solid 1px #b5b5b5; }
    section#contact table th, section#contact table td {
      min-height: 24px;
      padding: 13px 15px;
      border-bottom: solid 5px #fff;
      font-size: 13px;
      line-height: 1;
      text-align: left;
      font-weight: normal; }
    section#contact table tr:last-child th, section#contact table tr:last-child td {
      border: none; }
    section#contact table tr:last-child th {
      vertical-align: top; }
    section#contact table th {
      position: relative;
      background: #ddd;
      padding: 19px 50px 18px 15px; }
      section#contact table th span {
        position: absolute;
        top: 14px;
        right: 10px;
        margin: 0 0 0 auto;
        padding: 5px;
        color: #fff; }
        section#contact table th span.label-important {
          background: #c30d23; }
        section#contact table th span.label-optional {
          background: #727272; }
    section#contact table td {
      background: #f8f8f8; }
      section#contact table td input, section#contact table td span {
        display: inline-block;
        vertical-align: top; }
      section#contact table td span {
        max-width: 36%;
        line-height: 1.4; }
  section#contact select, section#contact textarea, section#contact input[type="text"] {
    display: inline-block;
    width: 60%;
    max-width: 400px;
    height: 22px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 14px;
    color: #555;
    vertical-align: middle; }
  section#contact textarea, section#contact input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  section#contact textarea {
    height: auto;
    line-height: 21px; }
  section#contact input[type="checkbox"] {
    margin-right: 5px; }
  section#contact input[type="submit"] {
    display: block;
    width: 80%;
    max-width: 320px;
    padding: 10px 0;
    margin: 30px auto 0;
    font-size: 25px;
    color: #fff;
    background: #64b4ff;
    border: none;
    transition: 0.5s; }
    section#contact input[type="submit"]:hover {
      opacity: 0.6; }
  section#thankyou {
    min-height: calc(100vh - 276px); }
    section#thankyou h1 {
      text-align: center;
      font-size: 50px;
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      color: #64b4ff;
      margin-bottom: 80px; }
    section#thankyou h2 {
      margin-bottom: 40px;
      font-size: 40px; }
      section#thankyou h2 br {
        display: none; }
    section#thankyou p {
      width: 85%;
      max-width: 860px;
      margin: 0 auto 20px;
      text-align: center; }
    section#thankyou a {
      display: block;
      width: 80%;
      max-width: 320px;
      padding: 10px 0;
      margin: 80px auto;
      text-align: center;
      font-size: 25px;
      color: #fff;
      background: #64b4ff;
      transition: 0.5s; }
      section#thankyou a:hover {
        opacity: 0.6; }

.banner {
  display: block;
  width: 90%;
  max-width: 960px;
  margin: 30px auto 80px;
  transition: 0.5s; }
  .banner:hover {
    opacity: 0.6; }
  .banner img {
    display: block;
    width: 100%; }

footer {
  width: 100%;
  background: #64b4ff;
  padding: 20px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  color: #fff; }

@media screen and (max-width: 980px) {
  section#concept {
    background-position: center center;
    background-size: cover; }
    section#concept::before {
      width: 100%;
      background: rgba(255, 255, 255, 0.7); }
    section#concept::after {
      display: none; }
    section#concept p {
      width: 85%;
      margin: 0 auto;
      text-align: left;
      line-height: 2.15; }
      section#concept p br {
        display: none; }
  section#product p span {
    text-align: left; } }
@media screen and (max-width: 767px) {
  section h2 {
    font-size: 40px; }
  section.product2::before {
    width: 100%; }
  section.product2::after {
    display: none; }
  section.product2 > div {
    flex-wrap: wrap; }
    section.product2 > div .text {
      width: 100%;
      max-width: 100%;
      margin: 0 0 20px; }
      section.product2 > div .text table {
        width: 90%;
        margin: 10px auto 0; }
    section.product2 > div .slider2 {
      width: 100%;
      max-width: 100%; }
  section.product3 h3 + p br {
    display: none; }
  section#module h2 + p {
    text-align: left; }
  section#module table th br, section#module table td br {
    display: inherit; }
  section#module h3 + div {
    flex-wrap: wrap; }
    section#module h3 + div > p {
      width: 100%;
      margin-bottom: 20px; }
    section#module h3 + div > div {
      width: 100%; }
  section#environment div {
    flex-wrap: wrap;
    justify-content: center; }
    section#environment div img {
      width: 100%; }
    section#environment div img + img {
      margin-top: 30px; }
  section#application p {
    text-align: left; }
  section.application2 h3 + p {
    text-align: left; }
    section.application2 h3 + p br {
      display: none; }
  section#contact h2 + P {
    text-align: left; }
  section#contact table th, section#contact table td {
    display: block; }
  section#contact table th {
    border: none;
    padding: 10px 50px 2px 15px; }
    section#contact table th span {
      top: 6px; }
  section#contact table td span {
    max-width: 100%; }
  section#contact select, section#contact textarea, section#contact input[type="text"] {
    display: block;
    width: 100%;
    margin-bottom: 5px; }
  section#thankyou {
    min-height: calc(100vh - 205px); }
    section#thankyou h1 {
      font-size: 30px;
      font-family: 'Lato', sans-serif;
      margin-bottom: 40px; }
    section#thankyou h2 {
      margin-bottom: 40px;
      font-size: 24px; }
      section#thankyou h2 br {
        display: inherit; }
    section#thankyou p {
      text-align: left; }
    section#thankyou a {
      margin: 40px auto; } }
