/*
Pins Marketing Page built on Bootstrap 3

*/
.container {
  width: 1170px;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  font-family: 'PT Sans', sans-serif !important;
  padding-bottom: 40px;
  color: #5a5a5a;
  min-width: 1170px;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'PT Sans', sans-serif !important;
  color: #333;
}

/* Nav -------------------------------------------------- */

nav {
  min-height: 60px;
  /*background-color:rgba(50, 50, 50, 0.8);*/
  background-color: #EEEEEE;
  padding: .5em 0;
  z-index: 100;
  border-bottom: 1px solid #ccc;
}
nav ul {
  font-size: 22px;
  color: #da4e00;
}
nav ul a {
  color: #7A7977;
}
.nav-pills{
  margin-left: -10px;
  margin-top:8px;
}
.little-logo {
  margin-top: 15px;
  display: none;
}
.logo-wrap ul, .logo-wrap ul:hover {
  list-style: none;
  margin-top: -10px;
}
.mini-logo-anchor {
  display: none;
}
.top-logo {
  width: 600px;
  margin-top: -10px;
  position: relative;
}
.feature-img {
  width: 600px;
}
.nav-pills > li.active > a{
  color:#7A7977;
  background: none;
  /*background-color:rgba(50, 50, 50, 0.8);*/
}
.nav-pills > li.active > a:hover{
  /*background-color:rgba(50, 50, 50, 0.8);*/
  background: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus
{
/*  background: none;
  background-color: white;*/
/*	background-color:white !important;*/

}
header {
  min-height: 100px;
  padding-bottom: 10px;
  /*background: url(../img/cork.png) repeat-x #EBEBEB ;*/
  background-color: #F8F8F8;
  border-bottom: 1px solid #ccc;
  padding-top: 1em;
}
header img {

}
header h1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 6em;
  font-weight: bold;
  margin-top: -20px;
  color: #333;
  float: left;
}
header h1 span {
  font-size: .2em;
  clear: left;
  margin-top: -10px;
  display: block;
  line-height: .2em;
  text-transform: lowercase;
  margin-bottom: 10px;
  margin-left: 5px;
}
.download {
  margin-right: 10px;
  background-color: #e47731;
  border-color: #da4e00;
  transition: background-color 0.5s ease;
}
.download:hover {
  margin-right: 10px;
  background-color: #da4e00;
  border-color: #C94902;
}

#buy_button {
  margin-right: 10px;
  background-color: #79CA00;
  border-color: #709B65;
  transition: background-color 0.5s ease;
}
#buy_button:hover {
  margin-right: 10px;
  background-color: #709B65;
  border-color: #709B65;
}

/* DIV CONTENT
-------------------------------------------------- */
.main-div {
  padding-top: 40px;
  min-height: 500px;
  padding-bottom: 40px;
}
.features-head, .details-head, .extensions-head, .contact-head {
  height: 50px;
  /*background: #da4e00;*/
  /*border-top: 1px solid #e47731;*/
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}
.features-head h2, .details-head h2, .extensions-head h2, .contact-head h2 {
  margin: 0 auto;
  width: 300px;
  background: #fff;
  padding: 5px;
  font-size: 4em;
  font-weight: bold;
  position: relative;
  top: -15px;
  /*color: #333;*/
  color:#d9d9d9;
}
.details {
  margin-top: 40px;
}
.details p {
  clear: left;
  font-size: 16px;
  margin-bottom: 40px;
}
.features, .details, .extensions, .contact {
  min-height: 420px;
  padding-top: 4em;
  text-align: center;
  padding-bottom: 40px;
}
.contact {
  text-align: left;
}
.contact input[type="text"], .contact textarea {
  margin-bottom: 1em;
  font-size: 16px;
}
.contact label {
  font-size: 20px;
}
.extensions {
  padding-top: 100px;
}
.extensions p {
  text-align: left;
  margin-top: 40px;
}
.details {
  text-align: left;
}
.features .container {
  margin-top: 10px;
  font-size: 16px;
}

.features p {
  text-align: left;
  margin-bottom: 40px;
}
.details img {
  float: left;
  width: 40px;
  margin-right: 20px;
  position: relative;
  top: -10px;
}
.features img {
  border-radius: 999px;
  width: 250px;
  border: 3px solid #aaa;
}
.features h1, .features h2, .features h3 {
  font-weight: bold;
}
.more {
  font-size: 5em;
  margin-top: 50px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-left:  15px;
    padding-right: 15px;
  }
  .navbar-wrapper .navbar {
    padding-left:  0;
    padding-right: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

}
.nav > li > a {
  padding-top:0px;
}
/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}

.btn-primary {
  /*background-color: #6E99C2;*/
  
}
/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

