﻿body {
  padding: 0;
  margin: 0;
  font-family: 'Alata', sans-serif;
  overflow-x: hidden !important; }

header {
  min-height: 100vh; }

footer {
  color: #a8a8a8;
  text-align: center; }

.partition {
  min-height: 100vh;
  background: #fff; }

h2 {
  text-align: center; }

video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 80;
  top: 0;
  left: 0; }

.transp-bg {
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  opacity: 0.9; }

#trapezoid {
  width: 100%;
  height: 50vh;
  -webkit-clip-path: polygon(0 0, 100% 60%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 60%, 100% 100%, 0% 100%);
  background: #fff;
  opacity: 0.15;
  position: absolute;
  z-index: 95;
  bottom: 0;
  left: 0; }

.item {
  text-align: center;
  flex-grow: 1; }

.break {
  flex-basis: 100%;
  height: 0; }

.viewport-header {
  position: relative;
  z-index: 100;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 50px 0px; }

@media only screen and (max-width: 900px) {
  .viewport-header {
    display: flex;
    flex-direction: column; }
  .break {
    flex-basis: 0%; } }

.product-img {
  width: 371px;
  height: 440px;
  background-image: url("../Files/frpo.png");
  background-repeat: no-repeat;
  background-size: contain; }

.myButton {
  border: none;
  background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
  background-color: #2dabf9;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  padding: 13px 30px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2446ab; }

.myButton:hover {
  background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
  background-color: #0688fa; }

.myButton:active {
  position: relative;
  top: 1px; }

#images {
  padding-top: 60px; }
  #images .list-table {
    padding: 20px;
    padding-top: 50px;
    margin: auto; }
  #images ol {
    counter-reset: li;
    /* Initiate a counter */
    list-style: none;
    /* Remove default numbering */
    *list-style: decimal;
    /* Keep using default numbering for IE6/7 */
    font-size: 16px;
    padding: 0;
    margin-bottom: 4em; }
  #images ol ol {
    margin: 0 0 0 2em;
    /* Add some left margin for inner lists */ }
  #images .rectangle-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    color: #494949;
    text-decoration: none;
    transition: all .3s ease-out; }
  #images .rectangle-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #1ca0ff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold; }
  #images .rectangle-list a:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out; }
  #images .rectangle-list a:hover:after {
    left: -.5em;
    border-left-color: #1ca0ff; }

#videos {
  background: #f9f9f9;
  padding-top: 60px; }
  #videos .list-table {
    padding: 20px;
    padding-top: 50px;
    margin: auto; }
  #videos ol {
    counter-reset: li;
    /* Initiate a counter */
    list-style: none;
    /* Remove default numbering */
    *list-style: decimal;
    /* Keep using default numbering for IE6/7 */
    font-size: 16px;
    padding: 0;
    margin-bottom: 4em; }
  #videos ol ol {
    margin: 0 0 0 2em;
    /* Add some left margin for inner lists */ }
  #videos .rectangle-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    color: #494949;
    text-decoration: none;
    transition: all .3s ease-out; }
  #videos .rectangle-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #09e007;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold; }
  #videos .rectangle-list a:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out; }
  #videos .rectangle-list a:hover:after {
    left: -.5em;
    border-left-color: #09e007; }

#web {
  padding-top: 60px; }
  #web .list-table {
    padding: 20px;
    padding-top: 50px;
    margin: auto; }
  #web ol {
    counter-reset: li;
    /* Initiate a counter */
    list-style: none;
    /* Remove default numbering */
    *list-style: decimal;
    /* Keep using default numbering for IE6/7 */
    font-size: 16px;
    padding: 0;
    margin-bottom: 4em; }
  #web ol ol {
    margin: 0 0 0 2em;
    /* Add some left margin for inner lists */ }
  #web .rectangle-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    color: #494949;
    text-decoration: none;
    transition: all .3s ease-out; }
  #web .rectangle-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #fef100;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold; }
  #web .rectangle-list a:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out; }
  #web .rectangle-list a:hover:after {
    left: -.5em;
    border-left-color: #fef100; }
