@font-face {
  font-family: 'Avenir Next LT Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Regular'), url('/fonts/AvenirNextLTPro-Regular.woff') format('woff');
}
.dotted {
  border-bottom: 1px dashed #999;
  text-decoration: none;
}
.deadline {
  color: #ff0000;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  overflow-x: hidden;
}
.navbar,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Avenir Next LT Pro Regular';
  font-weight: normal;
}
.navbar {
  background-color: rgba(0, 0, 0, 0.505882);
}
.navbar-default {
  background: rgba(0, 0, 0, 0.505882);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-collapse.collapsing {
  background-color: rgba(0, 0, 0, 0.8);
}
.navbar-collapse.collapse.in {
  background-color: rgba(0, 0, 0, 0.8);
}
.navbar-brand {
  padding: 5px;
  -webkit-transition: all 0.3s;
}
.navbar-brand.loaded {
  opacity: 1;
}
.navbar-brand .svg {
  height: 40px;
  width: 40px;
  display: block;
  float: left;
}
.navbar-brand .title-container {
  display: block;
}
.navbar-brand .title-container h1 {
  display: inline-block;
  margin: 0;
  height: 30px;
  line-height: 50px;
  margin-left: 5px;
  color: #eee;
}
.navbar-brand .title-container h2 {
  display: inline-block;
  color: #ddd;
  font-size: 16px;
  margin: 0;
}
.navbar-brand #gear1,
.navbar-brand #gear2,
.navbar-brand #gear3 {
  fill: #eee;
}
.navbar-brand h1,
.navbar-brand h2,
.navbar-brand #gear1,
.navbar-brand #gear2,
.navbar-brand #gear3 {
  opacity: 0.9;
  -webkit-transition: all 0.3s;
}
.navbar-brand:hover h1,
.navbar-brand:hover h2,
.navbar-brand:hover #gear1,
.navbar-brand:hover #gear2,
.navbar-brand:hover #gear3 {
  color: white;
  fill: white;
  opacity: 1;
}
.navbar-nav.nav > li > a {
  color: white;
  text-shadow: none;
  font-size: 16px;
  padding: 15px 40px ;
  padding-top: 10px;
  border-top: 4px solid transparent;
  display: block;
  opacity: .7;
  -webkit-transition: all 0.3s;
}
.navbar-nav.nav > li > a:hover,
.navbar-nav.nav > li > a.active {
  border-top-color: white;
  background-color: transparent;
  opacity: 1;
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}
.navbar-nav .open .dropdown-menu {
  background-color: #fff;
}
.separator {
  height: 1px;
  width: 100%;
  background-color: #ECEFF7;
}
.bottom-margin-separator {
  margin-bottom: 70px;
}
.top-margin-separator {
  margin-top: 70px;
}
.bottom-margin-separator-lg {
  margin-bottom: 70px;
}
.top-margin-separator-lg {
  margin-top: 70px;
}
.bottom-margin-separator-md {
  margin-bottom: 50px;
}
.top-margin-separator-md {
  margin-top: 50px;
}
.bottom-margin-separator-sm {
  margin-bottom: 30px;
}
.top-margin-separator-sm {
  margin-top: 30px;
}
.section-title {
  text-align: center;
  margin-top: 70px;
}
.section-title .section-icon {
  margin-top: 1em;
}
.section-subtitle {
  color: #474F5C;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 60px;
}
footer {
  background-color: #41630e;
  color: white;
  padding: 50px 0;
}
footer.darker {
  background-color: #2c440a;
}
footer.lighter {
  margin-top: 60px;
}
.image-width-sm {
  max-width: 30px;
  height: auto;
}
.image-height-sm {
  max-height: 30px;
  width: auto;
}
.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.col-vertical-center {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}
.btn {
  text-shadow: none;
}
.btn-default {
  background-color: white;
  background-image: none;
  color: #6ca618;
}
.btn-ghost {
  background-color: transparent;
  background-image: none;
  color: white;
}
.btn-lg {
  border-radius: 2px;
  font-size: 24px;
}
.btn:focus,
.btn:active {
  outline: none !important;
}
blockquote {
  border: none;
}
.hidden {
  visibility: hidden;
}
.align-right {
  text-align: right;
}
.jeb-callout {
  background-color: #6ca618;
  color: white;
  border: 2px solid;
  border-radius: 25px;
  padding: 20px;
}
.jeb-callout a {
  font-weight: bold;
  color: #545454;
}
.jumbotron {
  color: white;
  background-image: url('/img/jumbotron5.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  overflow: hidden;
  margin-bottom: 0px;
}
.jumbotron h1 {
  font-size: 2.7em;
  text-shadow: 1px 1px #a0a0a0;
}
.jumbotron h2 {
  font-size: 1.7em;
  text-shadow: 1px 1px #a0a0a0;
}
.jumbotron *:not(.glyphicon) {
  font-family: 'Avenir Next LT Pro Regular';
  font-weight: normal;
}
.jumbotronEmpty {
  color: white;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 0;
  background-image: linear-gradient(to right, #6ca618 0%, #6fbb31 100%);
  min-height: 100px;
}
.jumbotronEmpty *:not(.glyphicon) {
  font-family: 'Avenir Next LT Pro Regular';
  font-weight: normal;
}
#jumbotron-bg-picture {
  background-image: url('/img/jumbotron5.jpg');
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#jumbotron-bg-overlay {
  opacity: 0.3;
  background-image: linear-gradient(to right, #6ca618 0%, #6fbb31 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#intro-buttons {
  margin-top: 50px;
}
#intro-buttons .btn {
  padding: 20px 40px;
}
#intro-buttons .btn:first-child {
  margin-right: 10px;
}
/*
#video-tease {
	background-image:url('/img/video.png');
	background-size:cover;
	width:100%;
	height:315px;
	position:relative;
	opacity:.9;
	transition:all .2s;

}

#video-tease:hover {
	-moz-box-shadow: inset 0px 0px 20px 0px @green1;
	-webkit-box-shadow: inset 0px 0px 20px 0px @green1;
	-o-box-shadow: inset 0px 0px 20px 0px @green1;
	box-shadow: inset 0px 0px 20px 0px @green1;
	opacity:1;
}

#video-tease .overlay {
	cursor:pointer;
	z-index:20;
	background-color:fadeout(white, 20%);
	transition:all .2s;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
}

#video-tease #play {
	z-index:25;
	pointer-events:none;

	width:130px;
	height:80px;
	margin-left:-65px;
	margin-top:-40px;

	padding:5px;
	text-align:center;
	font-size:18px;
	position:absolute;
	top:50%;left:50%;right:50%;bottom:50%;

	transition:all .2s;

	color:darken(@green1,10%);

}

#video-tease #youtube-video {
	transition:all .2s;
	transition-delay:.5s;
}

#video-tease #play i {
	font-size:40px;
	display:block;
	margin-bottom:10px;
}

#video-tease:hover #play {
	text-shadow: 2px 2px 20px white, -2px -2px 20px white, -2px 2px 20px white, 2px -2px 20px white;
}

#video-tease:hover .overlay {
	background-color:rgba(250,250,250,.1);
}

#video-tease[data-state=tease] #youtube-video {
	opacity:0;
}

#video-tease[data-state=youtube] {
	opacity:1;
	#youtube-video {
		opacity:1;
	}
	.overlay {
		background-color:transparent;
		pointer-events:none;
	}
	#play {
		transform:scale(3);
		opacity:0;
	}
}*/
#latest-update {
  opacity: .8;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
#latest-news {
  opacity: .8;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
#gettoknow .row.feature {
  margin: 20px auto;
  max-width: 900px;
}
#gettoknow .features-text-col {
  padding-left: 50px;
  padding-right: 50px;
}
#gettoknow .features-text-col p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #858f9f;
}
#gettoknow .features-text-col p em {
  color: #6a7586;
  font-weight: 400;
  font-style: normal;
}
#gettoknow .features-img-col {
  text-align: center;
}
#gettoknow .features-img-col .market-img {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 125px;
  background-repeat: no-repeat;
  background-size: cover;
}
#gettoknow .features-img-col .market-img.powerful {
  background-image: url('/img/powerful.png');
}
#gettoknow .features-img-col .market-img.flexible {
  background-image: url('/img/flexible.png');
}
#gettoknow .features-img-col .market-img.extensible {
  background-image: url('/img/extensible.png');
}
#customers img {
  min-height: 70px;
  height: 65px;
}
#customers-quotes img {
  min-height: 100px;
  height: 100px;
}
/*
#customers {
  img {
    height:60px;
    margin:40px;
  }

  .logos {
    text-align:center;
  }	
}
*/
#navbar-product {
  top: 50px;
  background-color: #6ca618;
  opacity: .8;
  z-index: 1000;
}
#navbar-product .navbar-nav.nav > li > a {
  color: #000;
  text-shadow: none;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 40px ;
  padding-top: 10px;
  border-top: 4px solid transparent;
  display: block;
  opacity: .7;
  -webkit-transition: all 0.3s;
}
