
/* КОНТЕЙНЕР */

@media screen and (max-width: 716px) {
    .container-flued {
        width: 353px;
    }
    .navbar {
        padding-right: 0!important;
    }
}



/* НАВИГАЦИЯ */

@media screen and (max-width: 714px) {
    .navbar {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}

.sm {
  font-size: 40px;
}



/* ДРУГИЕ СТИЛИ */

.searchstr {
  width: 320px;
/*  max-width: 665px;*/
}

.searchstr .search-form {
  position: relative;
  white-space: nowrap;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

.searchstr .search-form .form-control {
  height: 42px;
  box-shadow: none;
  background-image: none;
  background: rgb(255, 255, 255) none repeat scroll 0%;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ccc;
  padding: 0 20px 1px 12px;
  line-height: 1.42857143;
  font-size: 16px;
  color: #555;
  vertical-align: top;
  display: inline-block;
  }

.searchstr .search-form .form-control:focus {
  color: #333;
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.searchstr .list-group-item {
  padding: 0.5rem 1.25rem 0.5rem 12px;
  border-radius: .25rem;
  border: none;
  color: #337ab7;
}


.searchstr .list-group-item:hover {
/*  background-color: #0097cf;*/
/*  border-color: #0097cf;*/
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}

