@media screen and (min-width: 500px) {
  .website-col {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  html {
    overflow-y: scroll;
  }
  body.home {
    padding-top: 80px;
  }
  .jumbotron {
    margin-top: -80px;
    overflow: hidden;
    padding-top: 80px;
  }
  .jumbotron h1 {
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .jumbotron p {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .jumbotron .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
  }
  h1 {
    margin-bottom: 40px;
  }
  .title {
    text-align: center;
  }
  .sub-title {
    color: #4e5665;
    margin-top: 10px;
    text-align: center;
  }
  .navbar.navbar-home .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar.navbar-home .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar.navbar-home .navbar-nav .open .dropdown-menu > li > a:focus {
    background: #f5f5f5;
  }
  .navbar.navbar-home .dropdown-header {
    color: #777;
  }
  .navbar .nav .nav-bugs {
    background: #4da8f4;
    color: #fff;
  }
  .dropdown-menu {
    max-height: 400px;
    overflow-y: auto !important;
  }
  #features-mini .row {
    margin-bottom: 100px;
  }
  #login-box {
    margin: 20px auto 0;
    width: 350px;
  }
  #login-box h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  #pricing {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 50px;
  }
  #pricing .head {
    position: relative;
  }
  #pricing .price {
    text-align: center;
  }
  #pricing .price .sup {
    font-size: 24px;
    top: -18px;
  }
  #pricing .price .sub {
    font-size: 14px;
  }
  .website-col {
    float: left;
    width: 33%;
  }
  .website .website-settings {
    opacity: 0;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .jumbotron h1 {
    margin-top: 20px;
  }
  .jumbotron .browser {
    float: none;
    margin-right: 0;
  }
  .jumbotron .browser img {
    max-height: 400px;
  }
  .features .feature-container {
    padding-bottom: 100px;
    padding-top: 100px;
    text-align: left;
  }
  .features .feature-image {
    padding: 0;
  }
  .features .feature-text {
    margin-top: 50px;
  }
  .features .user-comment-section {
    margin-top:30px;
  }
  .features .feature-text .btn {
    margin-top: 10px;
  }
  .browser {
    float: right;
  }
  .navbar.navbar-default .navbar-nav > .active > a::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media screen and (min-width: 900px) {
  .jumbotron .hero-left,
  .jumbotron .hero-right,
  .jumbotron .hero-arrow-2,
  .jumbotron .hero-arrow-3 {
    display: block;
  }
}
@media screen and (min-width: 1136px) {
  .website-col {
    width: 25%;
  }
}
@media screen and (min-width: 1300px) {
  .jumbotron .hero-arrow-1,
  .jumbotron .hero-arrow-4 {
    display: block;
  }
  .jumbotron .hero-left .hero-img,
  .jumbotron .hero-right .hero-img {
    width: auto;
  }
}
@media screen and (max-width: 1136px) {
  .table-responsive {
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .table-responsive td,
  .table-responsive th {
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  #affix {
    max-width: 303px;
  }

  #pricing .col-lg-3 {
    max-width: 20%;
    padding-left: 5px;
    padding-right: 5px;
  }

  #pricing .col-lg-10 {
    max-width: 80%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 992px) {
  #affix {
    max-width: 293px;
  }

  .margin-bottom-md-70 {
    margin-bottom: 70px;
  }
}

.affix {
  position: fixed;
  top: 70px;
}

@media (max-width: 992px) {
  .affix {
    position: static;
  }
}


.bg-color-pink {
  background-color: #ff3366;
}

.color-pink {
  color: #ff3366;
}

#pricing .head h3 {
  float: none;
  line-height: 30px;
}

#pricing .price span {
  font-size: 45px;
}
