@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(hover-min.css);

/* *********************************
           Variables
  ********************************** */
/* *********************************
   Some Style Overrides on Bootstrap
  ********************************** */
element.style {
  background-color: rgb(255, 255, 255);
}

.breedingArrows .arrows {
  font-size: 0.75em;
  position: relative;
  top: -0.15em;
}

www.ag-boost.com/media="all" .fa-stack-1x {
  line-height: inherit;
}

www.ag-boost.com/media="all" .fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

www.ag-boost.com/media="all" .fa {
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-inverse {
  background: transparent;
  border-bottom: none;
}

.navbar navbar-inverse navbar-fixed-top {
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border: 1px solid #333;
  border-color: rgba(255, 255, 255, 0.7);
  background-color: black;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: transparent;
}

@media (max-width: 768px) {
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    background: rgba(255, 255, 255, 0.9);
  }
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #000;
  background-color: transparent; /*active color on navbar current page*/
  border-bottom: 2px solid;
  border-bottom-color: green;
}

@media (max-width: 768px) {
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #000;
    background-color: transparent; /*active color on navbar current page*/
    border-bottom: 0px solid;
    border-left: 2px solid;
    border-bottom-color: green;
  }
}

.navbar-inverse .navbar-nav > li > a {
  color: #aaa; /*text color in nav bar*/
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #000; /*text hover color in nav bar*/
  border-bottom: 2px solid;
  border-bottom-color: lightgray;
}

/* *********************************
           Toolbar Logo
  ********************************** */
.small-logo-container {
  padding-top: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
}

.small-logo {
  color: white;
  font-size: 2.5em;
  padding-bottom: 2px;
}

/* *********************************
           Big Logo
  ********************************** */
.big-logo-row {
  background: #d3d3d3;
}

.big-logo-row .big-logo-container {
  padding-top: 50px;
}

.big-logo-row h1 {
  font-size: 4em;
  margin: 0;
  padding: 0 0 15px 0;
}

@media (min-width: 400px) {
  .big-logo-row h1 {
    font-size: 4.5em;
  }
}

@media (min-width: 440px) {
  .big-logo-row h1 {
    font-size: 5.5em;
  }
}

@media (min-width: 500px) {
  .big-logo-row h1 {
    font-size: 6.5em;
  }
}

@media (min-width: 630px) {
  .big-logo-row h1 {
    font-size: 7.5em;
  }
}

@media (min-width: 768px) {
  .big-logo-row h1 {
    font-size: 9em;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .big-logo-row h1 {
    font-size: 12em;
  }
}

.top-buffer {
  margin-top: 100px;
}

.signInNavBar {
  color: #fff;
  background-color: #017931;
}

.navbar-header {
}

* {
  border-radius: 8 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
}

p,
div {
  font-family: "Poppins";
}

.bullMainPage {
  width: 80%;
  margin-top: -100px;
}

.logoMainPage {
  height: 90px;
  margin-bottom: 40px;
}

.logoAbout {
  width: 400px;
}

@media (max-width: 768px) {
  .logoMainPage {
    height: 90px;
  }

  .bullMainPage {
    width: 80%;
    margin-top: -190px;
  }
}

@media (max-width: 1024px) {
  .bullMainPage {
    width: 80%;
    margin-top: 0px;
  }
}

.sup {
  vertical-align: super;
  white-space: nowrap;
  font-size: 50%;
}

.underLogoText {
  font-size: 1.4em;
  font-family: "Poppins";
  padding: 5px;
  color: black;
  white-space: nowrap;
}

.vcenter {
  display: table-cell;
  vertical-align: middle;
}

.btn-signup {
  border: none;
  font-family: "Poppins";
  padding: 24px 24px;
  font-size: 28px;
  background-color: #ff2f11;
  color: white;
  width: 100%;
}

.btn-signup:hover {
  background-color: #ff4f41;
}

.btn-faq {
  border: none;
  font-family: "Poppins";
  padding: 24px 24px;
  font-size: 28px;
  background-color: #088ad5;
  color: white;
  width: 100%;
}

.faqlistMaster {
  list-style-type: none;
  font-size: 24px;
}

.faqlistChild {
  list-style-type: none;
  font-size: 16px;
}

.ourTeamHeading {
  font-size: 24px;
}

.ourTeamChild {
  font-size: 16px;
}

.facebookFrame {
  position: fixed;
  top: 80px;
  right: 0px;
  width: 40%;
  height: 600px;
}

.btn-signup2 {
  border: none;
  font-family: "Poppins";
  padding: 24px 24px;
  font-size: 28px;
  background-color: #ff0046;
  color: white;
}

.featureHeight {
  height: 320px;
}

.greyBacking {
  background-color: #f0f0f0;
  font-family: "Poppins";
  font-size: 1.4em;
  margin-left: 0px;
  margin-right: 0px;
}

.whiteBacking {
  background-color: #fff;
  font-family: "Poppins";
  font-size: 1.4em;
  margin-left: 0px;
  margin-right: 0px;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}

.affordableBacking {
  background-color: transparent;
  color: black;
  font-family: "Poppins";
  font-size: 1.4em;
}

.container-fluid {
  max-width: 1200px; /* or 950px */
}

body {
  overflow-x: hidden;
  background-image: url("../img/grass.jpg");
  background-size: 100px;
  background-repeat: repeat-y;
  background-attachment: fixed;
}
/*this prevents the horiz scrollbar I was having on the pages*/

span.glyphicon-link {
  font-size: 1.2em;
}

.sectionMargin {
  padding-top: 60px;
  padding-bottom: 60px;
}

.enhancedValue {
  background-image: url("../img/coins.png");
  background-repeat: no-repeat;
  background-size: 60%;
  height: 300px;
  background-position-x: right;
  text-align: right;
}

.premierTechnology {
  background-image: url("../img/devices.png");
  background-repeat: no-repeat;
  background-size: 90%;
  height: 300px;
  background-position-x: right;
}

.information {
  background-image: url("../img/info.jpg");
  background-repeat: no-repeat;
  background-size: 70%;
  height: 300px;
  background-position-x: right;
}

@media (max-width: 768px) {
  .enhancedValue {
    background-image: url("../img/coins.png");
    background-repeat: no-repeat;
    background-size: 40%;
    height: 200px;
    background-position-x: right;
  }

  .premierTechnology {
    background-image: url("../img/devices.png");
    background-repeat: no-repeat;
    background-size: 70%;
    height: 200px;
    background-position-x: center;
  }

  .information {
    background-image: url("../img/info.jpg");
    background-repeat: no-repeat;
    background-size: 50%;
    height: 200px;
    background-position-x: center;
  }

  .featureHeight {
    height: 180px;
  }

  body {
    background-image: none;
  }
}

div.featureRotate {
  display: none;
}

h1.taglineRotate {
  display: none;
}

div.modelRotate {
  display: none;
}

.rotate:hover {
  -webkit-transform: rotateZ(-360deg);
  -ms-transform: rotateZ(-360deg);
  transform: rotateZ(-360deg);
  transition: ease-in-out 3.5s;
}

.swing:hover {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* *********************************
           News
  ********************************** */
.newsImage {
  max-width: 500px;
  max-height: 100px;
}

.testimonials {
  font-size: 18px;
  font-weight: bold;
}

.traitlist {
  font-size: 48px;
}

.marketplaceheading {
  font-size: 24px;
}

.marketplacemarketbox {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px;
  color: #000;
  background: url("/img/agboost_mp_bg.jpg") no-repeat center;
  background-size: cover;
  font-size: 14px;
  line-height: 16px;
  height: 100%;
}

.marketPlaceCollectionProductImage {
  float: right;
  margin-top: 15px;
  width: 100%;
  max-width: 250px;
  border-radius: 10px;
}

.marketplacetitle {
  font-size: 26px;
  font-weight: 900;
  line-height: 34px;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #017931;
  color: white;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* *********************************
          Settings
  ********************************** */

.planSelection {
  padding: 5px;
  border: 0px solid rgb(0, 0, 0);
  border-radius: 8px;
  background-color: rgb(150, 220, 170);
  width: 100px;
  margin: 5px;
  color: white;
  cursor: pointer;
  display: inline-block;
}

.strikeThroughRed {
  font-size: 3em;
  color: red;
  text-decoration: line-through;
}

.membershipIndicatorGreen {
  color: green;
}

.membershipIndicatorRed {
  color: red;
}

.membershipFooter {
  font-weight: bold;
  text-align: center;
}

.paymentMethod {
  text-align: center;
}

.footnote {
  text-align: center;
  font-size: 90%;
}

/* toggle style begin */
.onoffswitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 36px;
  padding: 0;
  line-height: 36px;
  border: 2px solid #e3e3e3;
  border-radius: 36px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in;
}

.onoffswitch-label:before {
  content: "";
  display: block;
  width: 36px;
  margin: 0px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  border: 2px solid #e3e3e3;
  border-radius: 36px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #49e845;
}

.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #49e845;
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
}
/* toggle style end */
