/* helpers/aligners */
.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.ml40 {
  margin-left: 40px; }

.p40 {
  padding: 40px; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.pb40 {
  padding-bottom: 40px; }

.pb50 {
  padding-bottom: 50px; }

.ptb20 {
  padding-bottom: 20px;
  padding-top: 20px; }

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.pt50 {
  padding-top: 50px; }

.ml10 {
  margin-left: 10px; }

.pl10 {
  padding-left: 10px; }

.mt4 {
  margin-top: 4px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.pt10 {
  padding-top: 10px; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.pr10 {
  padding-right: 10px; }

.m10 {
  margin: 10px; }

.p10 {
  padding: 10px; }

.nom {
  margin: 0; }

.mp0 {
  margin: 0;
  padding: 0; }

.mb0 {
  margin-bottom: 0; }

.mt0 {
  margin-top: 0; }

.pt0 {
  padding-top: 0; }

.p0 {
  padding: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.m0 {
  margin: 0; }

.text-right-res {
  text-align: right; }

html,
body {
  height: 100%;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px; }

a {
  color: #E755B5;
  transition: color 0.5s ease; }

a:hover {
  color: #bc1a84;
  text-decoration: none; }

/* -- HEADER --*/
.navbar {
  min-height: 80px;
  margin-bottom: 0;
  border: none;
  border-radius: 0; }

.homepage .navbar {
  width: 100%;
  z-index: 2;
  position: absolute;
  background-color: #292929;
  background: rgba(0, 0, 0, 0.3); }

.homepage .navbar .navbar-nav > li > a {
  color: #fff; }

.navbar-brand {
  height: auto; }
  .navbar-brand img {
    width: 80px;
    height: auto; }

.nav-float {
  float: right; }

ul.nav-contact {
  float: right;
  color: #00AECE;
  font-size: 18px;
  padding: 0; }
  ul.nav-contact li {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
    background-color: white;
    padding: 10px; }

.tagline {
  font-size: 12px;
  margin: 0;
  font-weight: 300;
  color: #fff; }

.navbar-nav > li > a {
  padding-top: 34px;
  padding-bottom: 34px;
  color: #fff; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background: none;
  color: #E755B5; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #E755B5;
  background: none; }

.logintext span {
  font-size: 16px; }

.navbar-default .navbar-nav > li.logintext > a {
  color: #f4aedc; }

.navbar-default .navbar-nav > li.logintext > a:hover {
  color: #fff; }

.navbar-default .navbar-nav > li.logintext > a:hover {
  color: #E755B5; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #292929; }

/* -- TYPOGRAPHY -- */
h1.introduction {
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  margin: 40px 0; }

::selection {
  background: #E755B5;
  color: white; }

::-moz-selection {
  background: #E755B5;
  color: white; }

blockquote p {
  font-size: 16px; }

h1, .h1 {
  font-size: 46px; }

h2, .h2 {
  font-size: 38px; }

h3, .h3 {
  font-size: 31px; }

/* CAROUSEL */
.carousel {
  height: 50% !important;
  z-index: 100; }

.item, .carousel-inner {
  height: 500px !important; }

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }

.carousel-caption .background {
  background: #fff;
  width: auto;
  padding: 10px;
  margin: 0 auto;
  color: #000; }

.carousel-control.left, .carousel-control.right {
  background-image: none; }

.carousel-control .icon-prev, .carousel-control .icon-next {
  font-size: 150px;
  color: #999;
  width: 45px;
  height: 50px;
  top: 35%; }

/* MAIN STYLES */
section {
  padding: 10px 0 20px 0; }

.whitebg {
  background: #fff; }

.greybg {
  background-color: #f8f8f8; }

.smokers-lung-grey-bg {
  background-color: #676767;
  color: #fff; }

.pinkbg {
  background: #E755B5;
  color: #fff; }

.darkgreybg {
  background: #292929;
  color: #fff; }

.boxshadow {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75); }

.bxslider img {
  box-shadow: none; }

.large-banner {
  padding: 250px 20px; }

.large-banner a {
  color: #fff; }

.greybox {
  background-color: #efefef;
  padding: 20px; }

.whitebox {
  background-color: #ffffff;
  padding: 20px; }

.well {
  border: none;
  box-shadow: none;
  border-radius: 0; }

.Flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0px;
  overflow: hidden; }

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.Flexible-container img {
  box-shadow: none; }

label {
  color: #A29999;
  font-weight: 400; }

.btn {
  border: none;
  border-radius: 0; }

.btn.btn-default:hover {
  color: #000; }

.browserwarning {
  background-color: #B94A48;
  padding: 10px 10px 0 10px;
  color: #fff;
  display: none; }

.btn-primary {
  background-color: #E755B5; }

.btn-primary:hover {
  background-color: #bc1a84; }

.btn-green {
  background-color: #57C700;
  color: #fff; }

.btn-green:hover {
  background-color: #3E9100;
  color: #fff; }

.btn-xl {
  padding: 20px 30px;
  font-size: 22px; }

.btn.focus, .btn:focus, .btn:hover {
  color: #fff;
  text-decoration: none; }

.plandetail li {
  list-style-type: none;
  background-image: url(../img/icons/tick.png);
  padding-left: 30px;
  background-repeat: no-repeat;
  margin-bottom: 15px; }

.plandetail {
  margin: 30px 0 30px 0; }

.banner-bg, .homepage-top, .homepage-banner, .aurorabg, .rocksbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  background-attachment: fixed; }

.panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: none; }

.panel-title {
  font-size: 20px; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #F5F5F5; }

.panel-heading {
  padding: 0;
  border: none;
  border-radius: none; }

.panel-heading a {
  padding: 10px 15px;
  display: block; }

.panel-heading a:hover, .panel-heading a:active, .panel-heading a:focus {
  background-color: #DFDFDF;
  text-decoration: none; }

.panel-group .panel + .panel {
  margin-top: 10px; }

.panel-body p:first-child {
  margin-top: 0; }

.panel-body p:last-child {
  margin-bottom: 0; }

/* HOMEPAGE */
.about-mbf {
  padding: 40px 0;
  color: #000; }

.homepage-top {
  background-image: url(../img/banners/neuron-banner.jpg);
  background-position: center center;
  position: relative;
  padding: 80px 20px 270px; }
  .homepage-top .text-container {
    padding-top: 80px; }
  .homepage-top .text {
    position: relative; }
    .homepage-top .text h1 {
      margin-top: 0;
      font-size: 54px; }
      .homepage-top .text h1 span {
        color: white; }
  .homepage-top .footer {
    background-color: #292929;
    background-color: rgba(41, 41, 41, 0.6);
    padding: 40px 0 20px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }
    .homepage-top .footer h1 {
      margin-top: 0; }
    .homepage-top .footer span {
      font-size: 20px; }

.homepage-top-footer-mobile {
  color: #fff;
  background-color: #292929;
  padding-top: 40px;
  padding-bottom: 40px; }

.homepage-banner {
  background-image: url(../img/banners/neuron-banner.jpg);
  background-position: center center; }

.aurorabg {
  background-image: url(../img/banners/aurora-banner.jpg); }

.rocksbg {
  background: url(../img/banners/rocks-banner.jpg) no-repeat fixed; }

.homequote span {
  font-size: 15px; }

.table-spacer {
  min-height: 56px; }

/* Pricing table */
.pricing {
  margin-top: 110px; }

.pricing-table {
  color: #333; }
  .pricing-table .plan {
    text-align: center;
    background-color: #f3f3f3;
    padding: 0;
    -webkit-transition: all .2s ease-in-out; }
    .pricing-table .plan ul {
      padding: 0;
      list-style: none;
      margin: 0; }
      .pricing-table .plan ul li:nth-child(odd) {
        background-color: #f2f2f2; }
      .pricing-table .plan ul li:nth-child(even) {
        background-color: #f9f9f9; }
    .pricing-table .plan ul li.plan-feature {
      padding: 15px 10px;
      border-top: 1px solid #c5c8c0; }
  .pricing-table .plan:hover {
    background-color: #fff; }
    .pricing-table .plan:hover ul li {
      background-color: #fff; }
  .pricing-table .plan-name {
    padding: 20px;
    background-color: #fff; }
    .pricing-table .plan-name h2 {
      margin-top: 0px; }
    .pricing-table .plan-name .price span {
      font-size: 35px; }
  .pricing-table .price {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    border-radius: 999px;
    background-color: #2c2c2c;
    margin: 0 auto;
    padding-top: 30px;
    color: #fff;
    line-height: 20px; }
  .pricing-table .popular {
    z-index: 5;
    background-color: #fff;
    margin-top: -20px; }
    .pricing-table .popular .plan-name {
      background-color: #E755B5;
      color: #fff;
      padding-top: 40px; }
    .pricing-table .popular .most-popular {
      width: 75px;
      height: 75px;
      border-radius: 999px;
      background: #57C700;
      color: #FFF;
      line-height: 20px;
      position: absolute;
      top: -40px;
      right: 10px;
      padding-top: 15px; }

/* Pro page - Main image resize  */
.pro-main-image {
  max-width: 75%; }

.plan-mouseover .plan-name {
  background-color: #4e9a06; }

.btn-plan-select {
  padding: 8px 25px;
  font-size: 18px; }

/* HOW MBF WORKS */
table.how-mbf-works td {
  padding: 20px; }

/* INTEGRATION-GUIDE */
/* TWITTER */
#loading-container {
  padding: 16px 0px 16px 0px;
  text-align: center; }

.twitter-text {
  margin-left: 50px; }

#twitter-feed h1 {
  color: #5F5F5F;
  margin: 0px;
  padding: 9px 0px 9px 0px;
  font-size: 18px;
  font-weight: lighter; }

.twitter-article, #loading-container {
  width: 100%;
  padding: 8px 0px 8px 0px;
  position: relative; }

.twitter-pic {
  position: absolute; }

.twitter-pic img {
  float: left;
  border-radius: 7px;
  border: none; }

/* FOOTER */
.social-footer {
  padding: 0; }

.social-footer li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  margin-right: 3px; }

.social-footer li:last-child {
  margin-right: 0; }

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -193px;
  /* Pad bottom by footer height */
  padding: 0 0 193px; }

/*Payment pages*/
.payment {
  background-color: #E4E4E4;
  padding: 30px 0;
  display: none; }

.payment form {
  background-color: #DADADA;
  padding: 20px; }

.payment .paypal-forms-pro, .payment .paypal-forms-pro input {
  padding: 0;
  height: 0; }

table.payment-options {
  border-collapse: collapse; }

table.payment-options td {
  padding: 5px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left; } }
/* Set the fixed height of the footer here */
#footer {
  min-height: 193px;
  background-color: #333;
  color: #fff;
  padding: 20px 0; }

footer h2 {
  font-size: 16px;
  font-weight: 300; }

footer p {
  font-size: 12px;
  margin: 0 0 5px;
  font-weight: 200; }

footer strong {
  font-weight: normal; }

footer a {
  color: #E755B5; }

.alert {
  padding: 20px;
  margin-bottom: 20px;
  border: none;
  border-radius: 0; }

label {
  color: #494949; }

.form-control {
  padding: 15px 20px;
  height: 58px;
  font-size: 18px; }

.form-control:focus {
  border-color: #E755B5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #E755B5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #E755B5; }

@media (min-width: 1200px) {
  .container-fluid {
    width: 1200px; } }
/* Responsive */
@media (max-width: 1200px) {
  .nav-float {
    float: left; }

  ul.nav-contact li {
    margin-bottom: 70px; } }
@media (min-width: 992px) and (max-width: 1052px) {
  .pricing-table .popular {
    margin-top: -61px; } }
@media (max-width: 991px) {
  h1.introduction {
    font-size: 40px; }

  ul.nav-contact li {
    display: none; }

  .carousel-caption {
    bottom: 4%; }

  .cl {
    clear: left; }

  .navbar-nav > li > a {
    font-size: 15px; }

  .pricing-table .popular {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */
    transform: scale(1);
    margin-top: 0; }

  .pricing-table .popular .most-popular {
    top: 5px;
    right: 5px; }

  .pricing {
    margin-top: 40px; }

  .pricing-table .popular .plan-name {
    padding-top: 20px; }

  .homepage-top .text-container {
    padding-top: 40px; } }
@media (min-width: 768px) and (max-width: 900px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important;
    height: 0px;
    overflow: hidden; }

  .navbar-collapse.collapse.in {
    overflow-y: auto !important;
    display: block !important;
    overflow-x: visible !important;
    overflow-y: hidden !important; }

  .navbar-nav {
    float: none; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-toggle {
    margin-top: 30px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0; }

  .navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 0;
    background-color: #9B9B9B; }

  .navbar-default .navbar-toggle:hover {
    background: none; }

  .nav-float {
    float: none !important; }

  .navbar-brand {
    margin-left: 20px; }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none; }

  .navbar-nav > li > a {
    font-size: 20px; }

  .homepage .navbar {
    background-color: #292929; } }
@media (max-width: 850px) {
  .navbar-nav > li > a {
    font-size: 13px; } }
@media (max-width: 767px) {
  ul.nav-contact {
    float: left;
    font-size: 14px; }

  .navbar-nav > li > a {
    font-size: 20px; }

  .homepage-top .footer {
    display: none; }

  .homepage .navbar {
    position: relative;
    background-color: #292929; }

  .navbar-brand {
    margin-left: 20px; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-toggle {
    margin-top: 30px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0; }

  .navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 0;
    background-color: #9B9B9B; }

  .navbar-default .navbar-toggle:hover {
    background: none; }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none; }

  .item, .carousel-inner {
    height: 250px !important; }

  .item h1 {
    font-size: 20px; }

  .nav-float {
    float: none; }

  .pricing-table .plan {
    margin-bottom: 20px; }

  .pricing-variable-height .plan {
    margin-left: 0; }

  .pricing {
    padding: 0 50px; }

  h1, .h1 {
    font-size: 40px; }

  h2, .h2 {
    font-size: 36px; }

  .pricing-table .popular {
    margin-top: 0; }

  .text-right-res {
    text-align: left; }

  .homepage-top {
    height: auto;
    background-image: none;
    background-color: #3F3F3F;
    padding: 0; }

  .homepage-top .text-container {
    padding: 30px 0 20px;
    margin-top: 0;
    height: auto; } }
@media (min-width: 768px) {
  .carousel-caption {
    width: 500px;
    margin: 0 auto;
    padding-bottom: 0;
    bottom: 20%; }

  .homepage-top-footer-mobile {
    display: none; }

  .container-fluid {
    padding-left: 30px;
    padding-right: 30px; } }
/*@media (max-width: 530px) { .panel-body { height: 220px; }  }*/
@media (max-width: 480px) {
  h1.introduction {
    font-size: 30px;
    margin: 20px 0; }

  .carousel-caption {
    bottom: 2%; } }
@media (max-width: 390px) {
  .most-popular {
    display: none; } }
/*iPhone 6 Portrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  .homepage-top {
    background-attachment: scroll; } }
/*iPhone 6 landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .homepage-top {
    background-attachment: scroll; } }
/*iPhone 6+ Portrait*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  .homepage-top {
    background-attachment: scroll; } }
/*iPhone 6+ landscape*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .homepage-top {
    background-attachment: scroll; } }
/*iPhone 6 and iPhone 6+ portrait and landscape*/
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  .homepage-top {
    background-attachment: scroll; } }
/*iPhone 6 and iPhone 6+ portrait*/
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation: portrait) {
  .homepage-top {
    background-attachment: scroll; } }
/*iPhone 6 and iPhone 6+ landscape*/
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation: landscape) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .homepage-top {
    background-attachment: scroll; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .homepage-top {
    background-attachment: scroll; } }

/*# sourceMappingURL=styles-min.css.map */
