/*!
 * Start Bootstrap - 3 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
  margin-top: 5%; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.navbar {
  margin-bottom: 100%;
  position: fixed;
}
.navbar li {
  color: #2371c0;
}
.navbar-default {
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #fff;
}
.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover {
  color: #fff;
}
.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav li:hover {
  background: #29ad48;
  padding-bottom: 5px;
  color: #fff;
}
.navbar-default .navbar-brand {
  font-size: 25px;
  color: #fff;
  font-weight: 100;
}
.navbar-default .navbar-brand:hover {
  color: #fff;
}
.navbar-brand {
  padding-top: 10px;
}
.navbar-brand img {
  height: 35px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #333;
}
.affix.navbar-default {
  background: #1c5a99;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
  opacity: 0;
  //visibility: hidden;
  transition: 1s;
}

.blue-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 55px;
  background: #2371c0;
  width: 100%;
}

.portfolio-item {
  margin-bottom: 25px;
}

.catalog-wrapper {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
  padding: 15px;
  border-radius: 5px;
  padding-bottom: 5px;
}

footer {
  margin: 50px 0;
}
.img-responsive {
  opacity: 0.8;
}
.ribbon {
  width: 80px;
  position: absolute;
  left: calc(50% - 44px);
  top: -15px;
}
.start {
  color: white !important;
  display: inline-block;
  float: right;
  font-size: 16px;
  height: 100%;
  padding: 0 20px;
  line-height: 26px;
  border-radius: 3px;
  background: #46a2d8;
  text-decoration: none !important;
}
.type-icon {
  color: white;
  padding: 9px 10.5px 7px 11.5px;
  position: absolute;
  top: 8px;
  left: 23px;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
  background: #063b70;
}
.difficulty-icon {
  border-radius: 50%;
  position: absolute;
  top: 8px;
  height: 44px;
  width: 44px;
  right: 23px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}
#css3 {
  padding: 9px 7.5px 7px 8.5px;
}
#jsfiddle {
  padding: 9px 5.5px 7px 6.5px;
}
#bars {
  padding: 9px 9.5px 7px 10.5px;
}
#calc {
  padding: 9px 7px 7px 9px;
}
#spin {
  padding: 9px 9.25px 7px 10.25px;
}
#plug {
  padding: 9px 7.5px 7px 8.5px;
}
#cal {
  padding: 9px 8.5px 7px 9.5px;
}
#game {
  padding: 8px 7px 8px 7px;
}
#tree {
  padding: 8px 10px 8px 10px;
}
.video-holder {
  position: fixed;
  z-index: -1;
  opacity: 0;
  left: calc(50% - 400px);
  top: calc(50% - 250px);
  transition: 1s;
}
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
  opacity: 0;
  transition: 1s;
}
.preview {
  float: left;
  padding: 0 10px;
  background: rgb(180, 0, 0);
}
.line {
  line-height: 26px;
  display: inline-block;
  max-width: calc(100% - 148px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.preview:hover {
  cursor: pointer;
  user-select: none;
}
.catalog-wrapper h3 {
  text-align: center;
  font-size: 20px;
}
.trial-title h1 {
  font-size: 40pt;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
}
.trial-blurb p {
  font-size: 16pt;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
}
.checkout {
  margin: 0 auto;
  width: 250px;
  margin-top: 25px;
}
.stripe-button-el {
  width: 250px;
  height: 40px;
}
.stripe-button-el span {
  height: 40px !important;
  line-height: 38px !important;
}
.trial-img img {
  display: block;
  margin: 0 auto;
  width: 50%;
  margin-left: 25%;
}
.inp {
  width: 100%;
  padding-left: 5px;
  height: 30px;
  color: #444;
}
.log-stuff {
  background:;
  color: white;
}
.font-col {
  color: #444;
}
.blocker {
  position: absolute;
  width: 80%;
  height: 50px;
  background: transparent;
  margin-top: 17.5px;
  z-index: 5;
}
.error {
  color: #ff6666;
  font-weight: bold;
  display: none;
}
