@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed|Barlow+Semi+Condensed&display=swap');
/*
 * Description: Custom CSS styling for TrackAir.US, developed with Bootstrap 4.
 * Author: Rembrandt Capistrano
 * Last Updated: 2020 Jun 11
 */
 
/** Properties **/
a {
	font-family: 'Barlow Semi Condensed', sans-serif !important;
}
abbr[title] {
	text-decoration: none !important;
}
blockquote {
	font-family: 'Barlow Semi Condensed', sans-serif !important;
}
body {
	overflow-x: hidden;
}
form {
	font-family: 'Barlow Condensed', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Barlow Condensed', sans-serif !important;
}
html {
	scroll-behavior: smooth !important;
}
li {
	font-family: 'Barlow Semi Condensed', sans-serif !important;
}
p {
	font-family: 'Barlow Semi Condensed', sans-serif !important;
}
small {
	font-size: 90% !important;
}
table {
	width: 100%;
}
table td:nth-child(even) {
	text-align: right;
}
/** Classes **/
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.bg-red{
	background-color: red;
}
.b-padding {
	padding-bottom: 8rem;
}
.calculator-table td {
	text-align: left !important;
}
.carousel-caption a {
	text-decoration: underline;
}
.carousel-caption a:hover {
	text-decoration: none;
}
.carousel-control-prev i {
	background-color: #0a0a0a;
	font-size: 32px;
	padding: .5rem;
}
.carousel-control-next i {
	background-color: #0a0a0a;
	font-size: 32px;
	padding: .5rem;
}
.carousel-indicators li {
	background-color: #cacaca !important;
}
.carousel-indicators li.active {
	background-color: #2b2b2b !important;
}
.container {
	overflow-x: hidden !important;
}
.container-full-width {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.dropdown-header {
	text-decoration: underline !important;
}
.dropdown-item:hover {
	color: #666666!important;
}
.dropdown-menu {
	max-height: 360px;
	overflow-y: scroll;
}
.dropdown:hover>.dropdown-menu {
 display: block;
}
.footer-links a {
	color: #1779ba;
}
.footer-links a:hover {
	color: #115888;
}
.footer-links button {
	background-color: #1779ba;
	border-color: #1779ba;
}
.footer-links button:hover .img-mag:hover {
	cursor: zoom-in;
}
.helidas-jumbotron {
	background-attachment: scroll;
	background-image: url('../../../images/main/main-index-hero.jpg');
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.important {
	color: red;
}
.index-table td {
	text-align: center !important;
}
video#bgvideo {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(placeholder.jpg) no-repeat;
	background-size: cover;
}
.splash-container {
	background: linear-gradient( rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75) ), url('../../../images/company-large.png') 50% 100%/cover no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	filter: grayscale(100%);
}
.senecav-splash-container {
	background: linear-gradient( rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.64) ), url('../../../images/products/projects/seneca/piper-seneca-v.png') 50% 100%/cover no-repeat;
	background-attachment: relative;
	background-position: center;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fefefe;
	text-shadow: 2px 2px 4px #000000;
	position: relative;
}
.jumbotron-index {
	background-image: url('../../../images/main/nextrack_3_hero-min.jpg');
	background-attachment: scroll;
	background-position: center;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
	position: relative;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.jumbotron-index-container {
	background-color: rgba(0, 0, 0, 0.60);
	color: #fefefe;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100% !important;
}
.jumbotron-index-container img {
	width: 20rem !important;
}
.jumbotron-product {
	background-image: url('../../../images/main/nextrack_3_hero-min.jpg');
	background-attachment: scroll;
	background-position: center;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
	position: relative;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.jumbotron-product-container {
	background-color: rgba(0, 0, 0, 0.75);
	color: #fefefe;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100% !important;
}
.jumbotron-product-container img {
	width: 20rem !important;
}
.modal {
	padding: 0 !important;
}
.modal-full {
	min-width: 100%;
	margin: 0 !important;
}
.modal-full .modal-content {
	height: auto;
	min-height: 100%;
}
.navbar {
	border-bottom: .5rem #1779ba ridge;
}
.navbar a {
	color: #1779ba !important;
}
.navbar a:hover {
	text-decoration: underline;
	color: #0e4a71 !important;
}
.nav-item a {
	font-size: 18px !important;
}
.toggler {
	color: #1779ba !important;
	font-size: 18px;
}
.toggler:hover {
	color: #115888 !important;
	text-decoration: underline !important;
	cursor: pointer;
}
.t-padding {
	padding-top: 8rem;
}
.text-underlined {
	text-decoration: underline;
}
.vertical-center {
	margin: 0;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.vl {
	border-left: 2px solid #fefefe;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 0;
}
/** IDs **/
#index-navbar {
	bottom: 0 !important;
}
#logo-caption {
	animation: caption-fade 1.5s linear 1.25s forwards;
	color: #222222;
	opacity: 0;
}
#svg-logo{
	animation: logo-draw 1.5s linear forwards, logo-fade 1.5s linear 1.25s forwards; 
	height: 0%;
	fill-opacity: 0;
	stroke-dasharray: 3000;
	stroke-dashoffset: 3000;
	stroke: #1a1a1a;
}
/** Animations **/
@keyframes caption-fade {
	100% {
		opacity: 1;
	}
}
@keyframes logo-draw {
	0% {
		stroke-dashoffset: 3000;
	 }
	100% {
		stroke-dashoffset: 0;
	 }
}
@keyframes logo-fade {
	to {
		fill-opacity: 1;
	}
}
/** Custom Cards **/
.card {
	border-style: none !important;
}
.card .wrapper {
  background-color: #fff;
  min-height: 540px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.card .wrapper:hover .data {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.card .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(calc(8.5rem + 1em));
          transform: translateY(calc(8.5rem + 1em));
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.card .data .content {
  padding: 1em;
  position: relative;
}
.card .title {
  margin-top: 10px;
}
.card .text {
  height: 7rem;
  margin: 0;
}
.card input[type='checkbox'] {
  display: none;
}
.card input[type='checkbox']:checked + .menu-content {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
.piper .wrapper {
  background: url(../../../images/products/projects/seneca/Picture2.png) 50% 100%/cover no-repeat;
}
.piper .wrapper:hover {
  background: linear-gradient( rgba(16, 8, 4, 0.5), rgba(0, 0, 0, 0.75) ), url(../../../images/products/projects/seneca/Picture2.png) 50% 100%/cover no-repeat;
}
.piper .content {
  background-color: #000000;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.5);
}
.tele-lens .wrapper {
  background: url(https://via.placeholder.com/1920x1080?text=Coming+Soon) 50% 100%/cover no-repeat;
}
.tele-lens .wrapper:hover {
  background: linear-gradient( rgba(16, 8, 4, 0.5), rgba(0, 0, 0, 0.75) ), url(https://via.placeholder.com/1920x1080?text=Coming+Soon) 50% 100%/cover no-repeat;
}
.tele-lens .content {
  background-color: #000000;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.5);
}
.multi-lens .wrapper {
  background: url(https://via.placeholder.com/1920x1080?text=Coming+Soon) 50% 1%/cover no-repeat;
}
.multi-lens .wrapper:hover {
	background: linear-gradient( rgba(16, 8, 4, 0.5), rgba(0, 0, 0, 0.75) ), url(https://via.placeholder.com/1920x1080?text=Coming+Soon) 50% 100%/cover no-repeat;
}
.multi-lens .content {
  background-color: #000000;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.5);
}

#news-ticker { 
    font-weight: bold;
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0
}

#news-ticker .ticker-title {
    display: inline-block;
    margin-right: 1px;
}

#news-ticker ul { 
    display: inline-block;
    position: relative;
}

#news-ticker li a {
    color: #275CA0;
    text-decoration: none;
}

#news-ticker li a:hover {
    text-decoration: underline;
    color: dark-blue;
}

#news-ticker li {
    position: absolute;
    left: 0;
    width: 0;
    overflow: hidden;
    height: 4em;
    word-wrap: break-word;  
    opacity: 0
}

#news-ticker li.tick {
    -webkit-animation: tick 5s linear;
    
}

@-webkit-keyframes tick {
  0% {
    width: 0;
  }
  5% {
      opacity: 1;
  } 
  90% {
    width: 550px;
    opacity: 1;
  }
  100% {
     opacity: 0
  }
}

