/* Medium Layout: 1280px. */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
  border: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .single_screen_slide {
    padding: 48px 30px 52px 30px;
  }
}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mainmenu ul.nav.navbar-nav li a {
    padding: 20px 10px;
  }
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
  .mainmenu-area {
    background: #3b3b3c;

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#16c9f6', GradientType=1);
  }
  .affix img {
  }

  .affix-top img {
    width: 140px !important;
    transition: width 0.3s;
    transition: margin 0.3s;

    margin-top: -5px !important;
  }
  .mainmenu-area .navbar-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    /*  border: 1px solid #d8fb5e;*/
    border: none;
    border-radius: 1px;
    padding: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mainmenu-area .navbar-toggle .icon-bar {
    background-color: #d8fb5e;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mainmenu-area .navbar-toggle:focus,
  .mainmenu-area .navbar-toggle:hover {
    background-color: transparent;
  }
  .mainmenu-area .navbar-toggle:focus .icon-bar,
  .mainmenu-area .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }
  .well.well-lg {
    padding: 30px;
  }
  #mainmenu ul.nav.navbar-nav li a {
    text-align: center;
  }
  .comment-list .media-left {
    display: inline-block;
    padding: 20px 20px 10px;
  }
}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
}
