@charset "utf-8";

.box:first-child {
    margin-top: 0;
}
.box {
    margin-bottom: 12px;
    margin-top: 12px;
    clear:both;
}
.b-banner {
    overflow: hidden;
    text-align: center;
    margin: 0 0 6px 0;
}




.btn-mobilemenu {
  right: 60px;
}

/*--- Smart Banner ---*/

.smartbanner.smartbanner--android {
    background: #fff;
    box-shadow: none;
}

.smartbanner.smartbanner--android .smartbanner__info__title {
    color: #000;
}

.smartbanner__info__author, .smartbanner__info__price {
    color: #777;
}

.smartbanner.smartbanner--android .smartbanner__info {
    text-shadow: none;
}

.smartbanner.smartbanner--android .smartbanner__button {
    box-shadow: none;
    color: #fff;
    top: 26px;
    text-decoration: none;
}

.smartbanner.smartbanner--android .smartbanner__button__label {
    border-radius: 3px;
    padding: 4px 10px;
}

/*--- //Smart Banner ---*/

@media (max-width: 767px) {
  .navbar .nav.pull-right {
    margin-right: 100px;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  .navbar .nav.pull-right {
    margin-right: 80px;
  }
}