.popup-bg {
  display: none;
}

.settings .pic {
  cursor: pointer;
}

.settings .pic img {
  width: inherit;
  height: inherit;
}

.settings .company-type {
  margin-top: 0px;
}

.errors {
  color: #f00;
  margin-top: 20px;
  line-height: 25px;
  border: 1px solid #f00;
  padding: 10px;
  width: 28%;
  display: none;
}

.noinfo {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  color: #333;
}

.static {
  width: 95%;
  margin: 0 auto;
  margin-top: 50px;
  min-height: 350px;
}

.static hr {
  height: 2px;
  background-color: #999;
}

.static .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
}

.static .txt {
  margin-top: 30px;
}

.static .price td {
  border: 1px solid #000;
  padding: 5px;
}

.news_post h2 {
  color: #f7b206;
  font-size: 20px;
  cursor: pointer;
}

.highlight {
  background: #ffecbd;
  padding: 5px;
  border: #f7b206 1px dotted;
}

.pagination {
  text-align: center;
  font-size: 13px;
  margin: 20px 0 0 0;
  position: relative;
  line-height: 20px;
  clear: both;
}

.pagination strong {
  padding: 2px;
  min-width: 20px;
  display: inline-block;
  background: #ffef00;
  float: left;
}

.pagination a {
  text-decoration: none;
  padding: 2px;
  min-width: 20px;
  display: inline-block;
  margin: 0 2px;
  font-weight: bold;
  color: #848484;
  background: #fff;
  float: left;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination a.active {
  text-decoration: none;
  color: #000;
}

.pagination .all_items {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
}

.pagination .all_items:hover {
  text-decoration: none;
}

.pagination .show_all {
  float: right;
  color: #848484;
  font-weight: bold;
}

.show_all_top {
  float: right;
  color: #848484;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
  text-align: right;
}

.show_all_top a {
  color: #848484;
}

.shop-hr {
  height: 1px;
  border-bottom: 1px solid #7e7e7d;
  margin: 3px 0px;
  width: 100%;
}

.left_nav {
  border-spacing: 0;
  border-collapse: collapse;
}

.left_nav td {
  padding: 0px;
  spacing: 0px;
  border-spacing: 0;
  border-collapse: collapse;
  float: right;
}

.left_nav a {
  display: inline-block;
  width: 205px;
  height: 44px;
  line-height: 44px;
  padding-left: 5px;
  background: url(../images/service.png) no-repeat;
  text-decoration: none;
  font-size: 11px;
}

.left_nav a:hover {
  background-position: 0 -44px;
}

.hrefPos1 {
  position: absolute;
  width: 460px;
  height: 127px;
  left: 249px;
}

.hrefPos2 {
  position: absolute;
  width: 460px;
  height: 41px;
  left: 249px;
  top: 365px;
}

.hero-pic {
  background: url(http://budport.com.ua/assets/i/validate.png) no-repeat;
  height: 216px;
  width: 460px;
}

#input-hero {
  width: 280px;
  height: 28px;
  margin: 30px 5px 0 0;
  padding: 0 5px;
  background: #d9d9d9;
  border-radius: 5px;
  box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
}

.submit-hero {
  height: 28px;
  line-height: 1;
  padding: 0 10px;
  border-radius: 5px;
  /*border:1px solid #fffabc;*/
  background: rgb(254, 237, 0);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(254, 237, 0)), color-stop(100%, rgb(242, 206, 0)));
  background: linear-gradient(135deg, rgb(254, 237, 0) 0%, rgb(242, 206, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feed00", endColorstr="#f2ce00", GradientType=1);
  font-size: 13px;
  color: #000;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
}

.submit-hero:hover {
  opacity: 0.75;
}