/* Styles */
body, div, ul, li, a, h1, h2, h3, h4, h5 {
  font-family: 'source-sans-pro', Sans;
  font-weight: 400;
}

.navbar {
  padding: 30px 0 20px 0;
}

.navbar-default {
  background-color: #fff;
}

/*
  ------------- HEADER -------------
*/

#navbar-brand:hover {
  text-decoration: none;
}

#navbar-brand .brand-title {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 27px;
  color: #E32C2C;
  line-height: 29px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

#navbar-brand .brand-title:hover {
  text-decoration: none;
}

#navbar-brand .brand-desc {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  color: #424141;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

.navbar-default .navbar-nav>li>a {
  color: #C2BFBF;
  margin-top: -7px;
}

.navbar-default .navbar-nav>li .selected-link {
  color: #000;
  font-weight: 700;
}

#toplink-login {
  border: 1px solid rgb(190, 190, 190);
  border-radius: 3px;
  padding: 5px 15px;
  margin-top: 3px;
  color: #535353;
  background-color: #fff;
}

#toplink-login:hover {
  background-color: #F0F0F0;
}

/*
  ------------- HOMEPAGE --------------
*/

#intro {
  margin: 50px 0;
}

.start-button {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px 15px;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  background-color: rgb(160, 5, 67);
  color: white;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

.start-button strong {
  font-weight: normal;
  font-size: 19px;
  line-height: 19px;
}

.start-button:hover {
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  text-decoration: none;
  color: white;
}

#intro-screenshot {
  width: 100%;
  transition: all 0.3s;
  margin-top: -2.5%;
}

#testimonials {
  min-height: 136px;
  margin-bottom: 60px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

.testimonial-block {
  display: none;
  padding: 15px 10px;
  color: #424141;
  border: 1px solid rgb(233, 233, 233);
  border-radius: 4px;
  min-height: 136px;
  background-color: rgb(251, 255, 238);
  -webkit-font-smoothing: antialiased;
}

.testimonial-block .avatar {
  padding: 0 0 0 0;
  text-align: center;
  font-size: 13px;
}

.testimonial-block .avatar img {
  display: inline-block;
  padding-right: 0;
  width: 50%;
  border-radius: 50%;
}

.testimonial-block .avatar p {
  margin: 0;
  padding: 10px 0 0 0;
}

.testimonial-block a {
  color: #424141;
  text-decoration: none;
  border-bottom: solid 1px rgb(220, 220, 220);
}

.testimonial-block a:hover {
  text-decoration: none;
  border-bottom: solid 1px rgb(200, 200, 200);
}

.testimonial-block .quote {
  font-weight: 500;
  padding: 10px 25px 0 0;
  font-size: 17px;
}

.testimonial-block .quote em {
  font-weight: bold;
  border-bottom: 1px solid #D5D5D5;
  font-style: normal;
}

.testimonial-block .quote span {
  padding-top: 10px;
  font-size: 15px;
}

#testimonials .more-testimonials {
  display: block;
  float: right;
  clear: both;
  font-size: 12px;;
  color: #AAA7A7;
  margin-top: 5px;
  /*border-bottom: solid 1px #DFDFDF;*/
}

#testimonials .more-testimonials:hover {
  text-decoration: none;
}

#intro .intro-text {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

#intro .intro-features-link{
  margin-top: 10px;
  text-align: center;
}

#intro .intro-features-link a {
  color: #424141;
  border-bottom: dotted 1px #424141;
}

#intro .intro-features-link a:hover {
  color: #424141;
  text-decoration: none;
}

#bottom-start {
  margin-bottom: 100px;
}

#bottom-start p {
  text-align: center;
}

/*
  --------------- HOMEPAGE - FEATURES -------------------
*/

.feature-block ,.feature-block a{
  color: white;
}

.feature-block a{
  font-weight: bold;
  font-weight: 600;
  border-bottom: 1px solid;
}

.feature-block a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.feature-block.purple { background: rgb(65, 58, 90); }
.feature-block.blue { background: rgb(60, 90, 110); }
.feature-block.brown { background: rgb(101, 67, 81); }
.feature-block.gray { background: rgb(82, 82, 82); }
.feature-block.black { background: rgb(31, 35, 36); }
.feature-block.green{background: rgb(101, 131, 100); }

.feature-block .content-wrap {
  display: table;
  width: 100%;
  height: 500px;
  min-height: 500px;
}

.feature-block .description,
.feature-block .screenshots {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.feature-block .description {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

.feature-block .description h2 {
  font-size: 35px;
}

.feature-block .description p {
  font-size: 18px;
}

.feature-block .screenshots {
  position: relative;
}

.feature-block .screenshots img.single {
  border-radius: 3px;
}

.feature-block .screenshots img.front {
  position: absolute;
  width: 100%;
  bottom: 15%;
  left: 50%;
  z-index: 20;
  opacity: 1;
  transition: all 0.2s;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.feature-block .screenshots img.back {
  position: absolute;
  height: 80%;
  bottom: 15%;
  left: 50%;
  z-index: 10;
  opacity: 0.5;
  transition: all 0.3s;
  transform: translateX(-50%) scale(0.8);
  -webkit-transform: translateX(-50%) scale(0.8);
  -moz-transform: translateX(-50%) scale(0.8);
  -o-transform: translateX(-50%) scale(0.8);
}

.feature-block .screenshots img.single {
  position: absolute;
  max-width: 80%;
  max-height: 400px;
  padding: 5px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  z-index: 10;
  transition: all 0.3s;
  transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
}

.feature-block .screenshots:hover img.front {
  opacity: 0;
  transform: translateX(-50%) translateY(50px) scale(1.2);
  -webkit-transform: translateX(-50%) translateY(50px) scale(1.2);
  -moz-transform: translateX(-50%) translateY(50px) scale(1.2);
  -o-transform: translateX(-50%) translateY(50px) scale(1.2);
}

.feature-block .screenshots:hover img.back {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
}

.feature-block .screenshots img.single:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.1);
}

/*
  --------------- HOMEPAGE - CONFIG -------------------
*/

#config {
  padding: 150px 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

#config .text h2 {
  margin-top: 0;
  font-size: 35px;
}

#config .text p {
  font-size: 18px;
}

#config .example {
  line-height: 1.7;
}

#config .example span {
  opacity: 0.25;
}

@keyframes blink-caret {
  from {opacity: 0;}
  to {opacity: 1;}
}

@-webkit-keyframes blink-caret {
  from {opacity: 0;}
  to {opacity: 1;}
}

#config .example span.code-caret {
  animation: blink-caret 0.4s linear 0 infinite alternate;
  -webkit-animation: blink-caret 0.4s linear 0 infinite alternate;
}

/*
  --------------- POST LISTS -------------------
*/

.post-list-item {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.post-list-item h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

.post-list-item .link {
  color: #555;
  font-weight: 700;
  font-size: 26px;
}

.post-list-item .link:hover {
  text-decoration: none;
  color: #222;
}

.post-list-item .date, .post-list-item .who {
  color: #888;
  font-size: 15px;
  font-weight: 600;
}

.post-list-item .who a{
  color: #888;
  border-bottom: 1px solid #ddd;
}

.post-list-item .who a:hover{
  text-decoration: none;
}

.post-list-item .summery {
  color: #333332;
  margin-top: 10px;
  font-size: 19px;
  font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
  letter-spacing: .01rem;
  font-weight: 400;
  line-height: 1.5;
}


/*
  ---------------- POST ----------------
*/

.post {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

.post h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
}

.post h2 {
  font-weight: 700;
  font-size: 27px;
  color: #444;
  margin: 20px 0;
  line-height: 1.2;
}

.post h3 {
  font-weight: 700;
  font-size: 23px;
  color: #444;
  margin: 20px 0;
  line-height: 1.2;
}

.post h4 {
  font-weight: 700;
  font-size: 19px;
  text-decoration: underline;
  color: #444;
  margin: 20px 0;
  line-height: 1.2;
}

.post pre {
  padding: 0px;
}

.post code {
  border: 1px solid rgb(255, 244, 244);
  font-size: 14px;
  font-weight: bold;
}

.post pre code {
  padding: 15px;
  border: 0px;
}

.post a code {
  border: 1px solid rgb(250, 179, 182);
}

.post img,
.post embed,
.post object,
.post iframe {
  max-width: 100%;
  margin: 20px 0;
}

.post a code:hover {
  cursor: pointer;
  background-color: #fff;
}

.post a:hover {
  text-decoration: none;
}

.post .date, .post .who {
  color: #888;
  font-size: 15px;
  font-weight: 600;
}

.post .who a{
  color: #888;
  border-bottom: 1px solid #ddd;
}

.post .who a:hover{
  text-decoration: none;
}

.post .content {
  margin-top: 30px;
  color: #333332;
}

.post .content li,
.post .content p {
  font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
  letter-spacing: .01rem;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}

.post .content a {
  font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
}

.post blockquote {
  border-style: solid;
  border-color: rgba(111,186,135,1);
  border-width: 0px 0px 0px 5px;
  line-height: 28px;
  font-size: 20px;
}


/*
  ------------------ FOOTER ---------------------
*/

footer {
  padding: 20px;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid rgb(233, 230, 230);
  color: #666363;
  -webkit-font-smoothing: antialiased;
}

footer a {
  color: #666363;
  text-decoration: none;
}

footer a:hover {
  color: #666363;
  text-decoration: none;
  border-bottom: 1px solid #aaa;
}

footer.navbar {
  margin-bottom: 0;
}

/*
  ----------------- COMMENTS --------------------
*/

.comments {
  border-top: 1px solid #eee;
  padding: 20px 0px 10px 0px
}

/*
  ---------------- BUTTONS -------------------------
*/

.btn-subscribe {
  outline: 0;
  background-color: rgb(252, 255, 249);
  border: 2px solid rgb(164, 221, 141);
  min-width: 150px;
  font-weight: 700;
  font-size: 15px;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

.btn-subscribe:hover {
  outline: 0;
  background-color: #fff;
  border: 2px solid rgb(164, 221, 141);
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

/*
  ---------------- PRICING PAGE -------------------
*/

.table-plans {
  margin: 30px 0 50px 0;
  border: 0;
}

.table-plans a{
  color: white;
  font-weight: bold;
}

.table-plans a:hover {
  color: white;
  opacity: 0.8;
}

.table-plans tr.current{
  background: #EEFFE8;
}

.btn-plan {
  text-transform: uppercase;
  border: 1px solid #D0D0D0;
}

.plan-free .btn {
  border: 1px solid #aaa;
  background-color: #aaa;
}

.plan-solo .btn {
  border: 1px solid #aaa;
  background-color: #aaa;
}

.plan-startup .btn {
  background-color: #7DAC69;
  color: #fff;
}

.plan-pro .btn {
  color: #fff;
  background: rgb(49, 112, 143);
}

.plan-business .btn {
  background-color: rgb(82, 29, 79);
  color: #fff;
}

.plan-custom a {
  color: #428bca;
}

.plan-custom a:hover {
  color: #428bca;
  text-decoration: underline;
}

.col-features {
  padding-top: 15px;
}

.table-plans th {
  font-size: 18px;
  line-height: 32px;
  color: #E13838;
  text-align: center;
  border: 0;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}

.table-plans td {
  padding: 20px;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.list-features {
  font-size: 18px;
  color: #575656;
  line-height: 32px;
  list-style: none;
}

.col-question {
  padding: 0 0 0 15px;
}

.row-questions p {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  max-width: 750px;
}

.row-questions h3 {
  margin: 5px 0;
}

.row-questions {
  margin-top: 10px;
}

.row-questions p,
.row-questions li{
  font-size: 18px;
  color: #575656;
  -webkit-font-smoothing: antialiased;
}

.row-questions ul{
  padding-left: 30px;
}

#common-questions {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}


.free-plan-feature-summery .panel-default{
  border-color: #6ECBE9;
}

.free-plan-feature-summery .panel-heading {
  background-color: #6ECBE9;
  border: 0;
}

.paid-plans-feature-summery .panel-default{
  border-color: #E6C969;
}

.paid-plans-feature-summery .panel-heading {
  background-color: #E6C969;
  border: 0;
}

/*
  ------------- TESTIMONIALS PAGE --------------
*/

#all-testimonials {
  text-align: center;
}

#all-testimonials .testimonial-block {
  display: inline-block;
  margin: 10px;
  float: none;
  text-align: left;
}

#tweet-testimonials {
  text-align: center;
}

#tweet-testimonials > div {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#tweet-testimonials > div:nth-child(odd) {
  padding-right: 5px;
  text-align: right;
}

#tweet-testimonials > div:nth-child(even) {
  padding-left: 10px;
  text-align: left;
}

#tweet-testimonials .tweet-wrap {
  display: inline-block;
  width: 500px;
}

/*
  ------------- MOBILE --------------
*/

@media (max-width: 992px) {
  .navbar-nav {
    float: none!important;
    text-align: left;
  }

  #navbar-brand .brand-title,
  #navbar-brand .brand-desc {
    width: 90%;
    margin: 0 auto;
  }

  #toplink-login {
    border: none;
    background: none;
    border-left: 3px solid rgb(200, 200, 200);
    border-radius: 0;
    transition: all 0.3s;
  }

  #toplink-login:hover {
    background-color: rgb(240, 240, 240);
    border-left: 3px solid rgb(150, 150, 150);
  }

  #intro-screenshot {
    display: none;
  }

  .testimonial-block .avatar {
    padding: 0 0 0 0;
  }

  .testimonial-block .avatar img {
    width: 35%;
  }

  .testimonial-block .quote {
    padding: 10px;
    text-align: center;
  }

  .feature-block {
    border-bottom: 1px solid rgb(240, 240, 240);
  }

  .feature-block .content-wrap {
    min-height: 0;
    padding: 30px 0;
  }

  .feature-block.purple,
  .feature-block.blue,
  .feature-block.brown,
  .feature-block.gray {
    color: rgb(50, 50, 50);
    background: none;
  }

  .feature-block .description,
  .feature-block .screenshots {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .feature-block .description h2 {
    font-size: 24px;
  }

  .feature-block .description p {
    font-size: 14px;
  }

  div.feature-block .screenshots img.single,
  div.feature-block .screenshots img.single:hover,
  div.feature-block .screenshots img.front,
  div.feature-block .screenshots:hover img.front {
    position: static;
    opacity: 1;
    border: solid 1px rgb(240, 240, 240);
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }

  div.feature-block .screenshots img.back,
  div.feature-block .screenshots:hover img.back {
    display: none;
  }

  #config {
    padding: 50px 0;
  }

  #config .text {
    width: 90%;
    text-align: center;
  }

  #config .text h2 {
    font-size: 24px;
  }

  #config .text p {
    font-size: 14px;
  }

  #bottom-start {
    margin-bottom: 50px;
  }
}

/*
  ------------- PROMO --------------
*/

#promo-bulletproof-meteor {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.bulletproof-meteor-intro {
  margin: 60px 0 40px 0;
  font-size: 20px;
  font-weight: lighter;
  line-height: 1.25;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.bulletproof-meteor-intro span.bold {
  font-size: 50px;
  font-weight: bold;
}

.bulletproof-meteor-apps {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.bulletproof-meteor-apps {
  padding: 10px;
}

.bulletproof-meteor-apps strong {
  text-decoration: underline;
}

.bulletproof-meteor-app-logos img {
  display: inline-block;
  height: 40px;
  margin: 15px 5px 20px;
  padding: 3px 7px 2px;
}

.bulletproof-meteor-start {
  margin: 20px 0 60px 0;
  text-align: center;
}

.bulletproof-meteor-start .btn-start {
  font-size: 30px;
  padding: 15px 60px;
  line-height: 1;
  color: white;
  background: #699141;
  -webkit-font-smoothing: subpixel-antialiased;
}

.bulletproof-meteor-start .btn-start:hover {
  opacity: 0.8;
}
