/*!
 * Start Bootstrap - Coming Soon v5.0.8 (https://startbootstrap.com/themes/coming-soon)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-coming-soon/blob/master/LICENSE)
 */

@font-face {
  font-family: Antonio Bold;
  src: url('../fonts/Antonio-Bold-700.ttf');
}

@font-face {
  font-family: Antonio light;
  src: url('../fonts/Antonio-Light-300.ttf');
}

@font-face {
  font-family: Antonio Regular;
  src: url('../fonts/Antonio-Regular-400.ttf');
}

@font-face {
  font-family: SF Display Light;
  src: url('../fonts/SFProDisplay-Regular.ttf');
}

@font-face {
  font-family: SF Display Pro;
  src: url('../fonts/SFProDisplay-Regular.ttf');
}

@font-face {
  font-family: SF Display Pro Bold;
  src: url('../fonts/SFProDisplay-Bold.ttf');
}

html {
  height: 100%;
}

body {
  /*background-image: url('../img/tkos-bg.jpg');
  background-position: 100% 100%;
  background-size: 100% 100%;*/
  height: 100%;
  min-height: 35rem;
  position: relative;
  font-family: 'Source Sans Pro';
  font-weight: 300;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9e7e9+0,f0eef0+15,f4f3f4+40,f2f1f2+79,f0eef0+81,f1f0f2+81,eeedef+86,efeef0+89,edeced+89,e9e7e9+100 */
  background: rgb(233,231,233); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(233,231,233,1) 0%, rgba(240,238,240,1) 15%, rgba(244,243,244,1) 40%, rgba(242,241,242,1) 79%, rgba(240,238,240,1) 81%, rgba(241,240,242,1) 81%, rgba(238,237,239,1) 86%, rgba(239,238,240,1) 89%, rgba(237,236,237,1) 89%, rgba(233,231,233,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(233,231,233,1) 0%,rgba(240,238,240,1) 15%,rgba(244,243,244,1) 40%,rgba(242,241,242,1) 79%,rgba(240,238,240,1) 81%,rgba(241,240,242,1) 81%,rgba(238,237,239,1) 86%,rgba(239,238,240,1) 89%,rgba(237,236,237,1) 89%,rgba(233,231,233,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(236 236 236) 0%,rgba(240,238,240,1) 15%,rgba(244,243,244,1) 40%,rgb(243 243 243) 79%,rgba(240,238,240,1) 81%,rgb(239 239 239) 81%,rgba(238,237,239,1) 86%,rgb(241 241 241) 89%,rgba(237,236,237,1) 89%,rgb(236 236 236) 100%); /* IE6-9 */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather';
  font-weight: 700;
}

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

.view-mobile {
  display: none;
}

@media (pointer: coarse) and (hover: none) and (max-width: 1024px) {

  body .view-desktop {
    display: none;
  }

  .view-mobile {
    display: block;
    overflow-x: hidden;
  }

  .mobile-coming-soon {
    width: 100%;
  }

  .view-mobile p{
    font-family: SF Display Light;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 5px;
    text-align: center;
  }

  .view-mobile a {
    color: #e9b940;
  }

  .mail-to {
    color: #232323!important;
  }


  .social-media-icons ul {
    width: 100%;
    text-align: center;
    background-image: url(../img/list-icon-grd-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .social-media-icons ul > li {
    display: inline-block;
  }

  .social-media-icons ul > li:nth-child(2) {
    margin: 0 0.7rem;
  }

  .social-media-icons ul > li > a {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
  }
  video {
    height: auto;
  }
  .social-media-icons img{
    width: 90%;
  }

  .social-media-icons {
    width: 30%
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #cd9557;
  opacity: 0.7;
  z-index: 1;
}

.masthead {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  z-index: 2;
}

.masthead .masthead-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 35rem;
  height: 100%;
  background-color: rgba(0, 46, 102, 0.8);
  transform: skewY(4deg);
  transform-origin: bottom right;
}

.social-icons {
  position: absolute;
  margin-bottom: 2rem;
  width: 100%;
  z-index: 2;

}

.social-icons ul {
  margin-top: 5px;
  width: 95%;
  text-align: center;
  background-image: url(../img/icon-grid-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0
}

.social-icons ul > li {
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
}

.social-icons ul > li:first-child {
  margin-left: 0.7rem;
}

.social-icons ul > li > a {
  display: inline-block;
  font-size: 2rem;
  line-height: 4rem;
  height: 4rem;
  width: 4rem;
}


.social-icons p {
  font-family: SF Display Light;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 0;
  color: #242424;
}

strong {
  font-family: SF Display Pro Bold!important;
}

.safety-solution p {
  font-family: SF Display Light;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 0;
  color: #242424;
}

.safety-solution a {
  font-size: 18px;
  color: #242424;
  font-weight: bold;
  font-family: Sf Display Pro Bold;
  cursor: pointer!important;
}

.safety-academy p {
    font-family: SF Display Light;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 25px;
    margin-bottom: 0;
    color: #242424;
}

.btnSateySolutions,
.btnSafetyAcademy {
  font-size: 18px;
  color: #242424;
  font-weight: bold;
  font-family: Sf Display Pro Bold;
  cursor: pointer!important;
  background-image: url(../img/tkos-btn-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 0;
  opacity: 0;
  margin-top: 2px;
  letter-spacing: -1px;
}

.btnSateySolutions {
  margin-bottom: 2px;
}

.letter {
  line-height: 1em;
  opacity: 0;
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    min-height: 0;
    width: 100%;
    padding-bottom: 0;
  }
  .masthead .masthead-bg {
    min-height: 0;
    transform: skewX(-8deg);
    transform-origin: top right;
  }

  .masthead-content img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .tkos-logo {
    margin: 0;
    position: absolute;
    left: 10rem;
    top: 3rem;
    width: auto;
  }

  .social-icons {
    margin: 0;
    position: absolute;
    left: 10rem;
    bottom: 3rem;
    width: 210px;
    z-index: 3;
  }

  .social-icons ul > li {
    display: inline-block;
    margin-left: 0;
    margin-right: .5rem;
  }
  .social-icons ul > li:last-child {
    margin-bottom: 0;
  }
  .social-icons ul > li > a {
    transition: all 0.2s ease-in-out;
    font-size: 1rem;
    line-height: 0;
    height: 1.9rem;
    width: 1.9rem;
  }

  .social-icons img {
    width: 100%;
  }

  .safety-academy {
    margin: 0;
    position: absolute;
    right: 10rem;
    bottom: 3.3rem;
    width: 255px;
    text-align: right;
    z-index: 3;
  }

  .safety-solution {
    margin: 0;
    position: absolute;
    right: 10rem;
    top: 4rem;
    width: 255px;
    text-align: right;
    z-index: 3;
  }
}

.btn-secondary {
  background-color: #cd9557;
  border-color: #cd9557;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #ba7c37 !important;
  border-color: #ba7c37 !important;
}

.input {
  font-weight: 300 !important;
}

.sytem-scanning-top{
  position: absolute;
  left: 24.5em;
  top: 6.65em;
  transform-origin: 100% 100%;
  width: 200px;
}

#myProgress {
  background-color: #d5d4d5;
  width: 70px;
  display: -webkit-flex; /* Safari */
  -webkit-flex-direction: row-reverse; /* Safari 6.1+ */
  display: flex;
  flex-direction: row-reverse;
}

#myBar {
  width: 1%;
  height: 3px;
  background-color: #9c9a9c;
}

#myBar2 {
  width: 1%;
  height: 3px;
  background-color: #9c9a9c;
}

.scanning-text {
  position: absolute;
  right: 8px;
  top: -7px;
  font-size: 11px;
  color: #9c9a9c;
  font-family: SF Display Light;
}

.top-right-container {
  position: absolute;
  height: 3px;
  width: 120px;
  transform-origin: 100% 0;
  transform: translateY(-5px) translateX(40px) rotate(45deg)!important;
  top: 11.65em;
  left: 32em;
}

.top-right-line {
  opacity: 0;
  position: absolute;
  height: 3px;
  width: 115px;
  background-color: #cac9ca;
  transform-origin: 100% 0;
}

.top-right-line-2 {
  opacity: 0;
  position: absolute;
  left: 23.5em;
  height: 3px;
  width: 212px;
  background-color: #cac9ca;
  transform-origin: 100% 100%;
  top: 6.04em;
}

.bottom-right-container {
  position: absolute;
  height: 3px;
  width: 165px;
  left: 32em;
  bottom: 11.65em;
  transform-origin: 100% 0;
  -webkit-transform: translateY(19px) translateX(-25px) rotate(-46deg)!important;
}

.bottom-right-line {
  opacity: 0;
  position: absolute;
  height: 3px;
  width: 185px;
  background-color: #cac9ca;
  transform-origin: 100% 0;
}

.bottom-right-line-2 {
  opacity: 0;
  position: absolute;
  left: 23.7em;
  height: 3px;
  width: 160px;
  background-color: #cac9ca;
  transform-origin: 100% 100%;
  bottom: 3.1em;
}

.sytem-scanning-bottom{
  position: absolute;
  left: 23.7em;
  bottom: 3.5em;
  transform-origin: 100% 100%;
  width: 160px;
}

.scanning-text-bottom {
  font-family: SF Display Light;
  font-size: 11px;
  color: #9c9a9c;
  position: absolute;
  top: -20px;
  left: 1px;
  background: #d5d4d5;
  padding-left: 5px;
  z-index: 2;
}

.scanning-text-bottom-bg {
  background: #d5d4d5;
  position: absolute;
  width: 157px;
  height: 20px;
  bottom: 0px;
  z-index: 1;
  transform: skewX(-45deg);
  transform-origin: top right;
  left: 21px;
}

.top-left-container {
  position: absolute;
  height: 3px;
  width: 120px;
  right: 32em;
  top: 11.65em;
  transform-origin: 100% 0;
  -webkit-transform: translateY(-5px) translateX(-160px) rotate(135deg)!important;
}

.top-left-line {
  opacity: 0;
  position: absolute;
  height: 3px;
  width: 115px;
  background-color: #cac9ca;
  transform-origin: 100% 0;
}

.top-left-line-2 {
  opacity: 0;
  position: absolute;
  right: 28em;
  height: 3px;
  width: 140px;
  background-color: #cac9ca;
  transform-origin: 0 100%;
  top: 5.9em;
}

.tile-down {
  position: absolute;
  width: 9px;
  height: 28px;
  background: #c2c1c2;
  transform: skewX(-45deg);
  transform-origin: top right;
  -webkit-box-shadow: -4px 2px 2px 0px rgba(222,222,222,1);
  -moz-box-shadow: -4px 2px 2px 0px rgba(222,222,222,1);
  box-shadow: -4px 2px 2px 0px rgba(222,222,222,1);
}

.tile-1{
  top: 6.3em;
  right: 35em;
}

.tile-2{
  top: 6.3em;
  right: 33.9em;
}

.tile-3{
  top: 6.3em;
  right: 32.78em;
}

.tile-4{
  top: 6.3em;
  right: 31.65em;
}

.tile-5{
  top: 6.3em;
  right: 30.5em;
}

.tile-text {
  position: absolute;
  top: 12.1em;
  right: 50em;
  font-family: SF Display Light;
  font-size: 9px;
  color: #9c9a9c;
}

.bottom-left-container {
  position: absolute;
  height: 3px;
  width: 159px;
  right: 32em;
  bottom: 11.65em;
  transform-origin: 100% 0;
  -webkit-transform: translateY(5px) translateX(-160px) rotate(230deg)!important;
}

.bottom-left-line {
  opacity: 0;
  position: absolute;
  height: 3px;
  width: 160px;
  background-color: #cac9ca;
  transform-origin: 100% 0;
}

.bottom-left-line-2 {
  opacity: 0;
  position: absolute;
  right: 27em;
  height: 3px;
  width: 137px;
  background-color: #cac9ca;
  transform-origin: 0 100%;
  bottom: 3.8em;
}

.sytem-download {
  position: absolute;
  right: 44em;
  height: 15px;
  width: 130px;
  bottom: 8em;
  text-align: right;
  font-family: SF Display Light;
  font-size: 10px;
  color: #9c9a9c;
  opacity: 0;
}

#download {
  background-color: #d5d4d5;
  width: 100%;
  transform: skewX(40deg);
  transform-origin: top left;
}

#downloadBar {
  width: 1%;
  height: 10px;
  background-color: #9c9a9c;
}

/*Spinner*/
@keyframes ldio-11nhey3quq3 {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-11nhey3quq3 div {
  left: 47px;
  top: 24px;
  position: absolute;
  animation: ldio-11nhey3quq3 linear 1s infinite;
  background: #9c9a9c;
  width: 6px;
  height: 12px;
  border-radius: 3px / 6px;
  transform-origin: 3px 26px;
}.ldio-11nhey3quq3 div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #9c9a9c;
}.ldio-11nhey3quq3 div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #9c9a9c;
}.ldio-11nhey3quq3 div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #9c9a9c;
}.ldio-11nhey3quq3 div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #9c9a9c;
}.ldio-11nhey3quq3 div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #9c9a9c;
}.ldio-11nhey3quq3 div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #9c9a9c;
}.ldio-11nhey3quq3 div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #9c9a9c;
}.ldio-11nhey3quq3 div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #9c9a9c;
}.ldio-11nhey3quq3 div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #9c9a9c;
}.ldio-11nhey3quq3 div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #9c9a9c;
}.ldio-11nhey3quq3 div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #9c9a9c;
}.ldio-11nhey3quq3 div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #9c9a9c;
}
.loadingio-spinner-spinner-52ta3y1gnrx {
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  background: none;
  padding-top: 3px;
}
.ldio-11nhey3quq3 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.15);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-11nhey3quq3 div { box-sizing: content-box; }
/* generated by https://loading.io/ */


@media (max-width: 1792px) { 
  .btnSafetyAcademy {
    font-size: 18px;
  }
}

@media (max-width: 1680px) { 
  .btnSafetyAcademy {
    font-size: 18px;
  }

  .top-right-line {
    width: 75px;
  }

  .bottom-right-line {
    width: 135px;
  }

  .top-left-line {
    width: 75px;
  }

  .bottom-left-line {
    width: 110px
  }

}

@media (max-width: 1440px) {
   .tkos-logo,
  .social-icons {
    left: 3rem;
  }

  .safety-solution,
  .safety-academy {
      right: 3rem;
  }

  .tkos-logo img {
    width: 175px;
  }

  .top-right-container {
    top: 11.2em;
    left: 22em;
  }

  .top-right-line {
      width: 67px;
  }

  .top-right-line-2 {
    left: 15em;
    width: 186px;
    top: 5.5em;
  }

  .sytem-scanning-top {
    left: 15.5em;
    top: 6em;
  }

  #myProgress {
    width: 60px;
  }

  .scanning-text {
    right: 25px;
    top: -7px;
    font-size: 10px;
  }

  .social-icons {
    width: 210px;
  }

  .social-icons p {
    font-size: 18px;
  }

  .bottom-right-container {
    left: 25em;
    bottom: 11.65em;
  }

  .bottom-right-line {
    width: 107px;
  }

  .bottom-right-line-2 {
    left: 16.7em;
  }

  .sytem-scanning-bottom {
    left: 16.7em;
    bottom: 3.5em;
  }

  .top-left-container {
    right: 24em;
    top: 10.65em;
  }

  .top-left-line {
    width: 59px;
  }

  .top-left-line-2 {
    right: 20em;
    top: 4.9em;
  }

  .tile-1 {
    top: 5.3em;
    right: 27em;
    display: none;
  }

  .tile-2 {
    top: 5.3em;
    right: 25.9em;
  }

  .tile-3 {
    top: 5.3em;
    right: 24.78em;
  }

  .tile-4 {
    top: 5.3em;
    right: 23.65em;
  } 

  .tile-5 {
    top: 5.3em;
    right: 22.5em;
  }

  .tile-text {
    top: 10.1em;
    right: 36em;
  }

  .safety-solution {
    width: 255px;
  }

  .safety-solution p,
  .safety-solution a {
    font-size: 18px;
  }

  .bottom-left-container {
    right: 28em;
    bottom: 11.65em;
  }

  .bottom-left-line {
    width: 56px;
  }

  .bottom-left-line-2{
    right: 23em;
    bottom: 3.8em;
  }

  .sytem-download {
    right: 38em;
    bottom: 8em;
  }

  .safety-academy {
    width: 305px;
  }

  .safety-academy p {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) { 
}

@media (max-width: 768px) { 
  .social-media-icons {
    width: 40%
  }
}


@media (max-width: 575.98px) { 
  .mobile-logo {
    width: 150px!important;
  }
}

@media (max-width: 425px) { 
  .social-media-icons {
    width: 65%
  }
}

@media (max-width: 375px) { 
  .social-media-icons {
    width: 80%
  }
}

@media (max-width: 320px) { 
  .social-media-icons {
    width: 90%
  }
}