img.float-left{
  float: left;
  margin-right: 33px;
}
.padding-left-0{
  padding-left: 0;
}
.padding-right-0{
  padding-right: : 0;
}
.padding-left-right-0{
  padding-left: 0;
  padding-right: : 0;
}
.navbar-brand, .navbar-nav>li>a {
  color: #fff;
  color: #FFF;
  cursor: pointer;
  font-size: 19px;
  text-shadow: 1px 1px 1px #3F3F41;
  border-right: 1px solid #094871;
  text-shadow: 0 1px 0 rgba(255,255,255,.25);
}
.navbar-nav>li:first-child {
  border-left: 1px solid #094871;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #1384CC;
  color: #fff;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}
.nav>li.active>a{
	background-color: #1384CC;
  color: #fff;
}
@media (max-width: 767px){
	.navbar-nav>li:first-child {
	    border-left: 0px solid #094871;
	}	
	.navbar-brand, .navbar-nav>li>a {
    color: #FFF;
    cursor: pointer;
    font-size: 19px;
    text-shadow: 1px 1px 1px #3F3F41;
    border-right: 0px solid #094871;
    text-shadow: 0 1px 0 rgba(255,255,255,.25);
	}
}
.top_rating_broker{
  background: #0e5a8b;
  color: #fff;
  font-size: 20px;
  border: 1px solid #0e5a8b;
  margin-bottom: 20px;
  height: 40px;
  padding-top: 6px;
}
.broker-item{
  margin-bottom: 20px;
}
.broker-item .numbr {
  position: absolute;
  top: 0;
  background: #0e5a8b;
  color: #fff;
  display: flex;
  justify-content: center;
  padding-top: 15px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
}
.comments_form_new .td_name_new_text {
    width: 100%;
}
.comments_form_new .form_comments_new {
  width: 100%;
  padding: 20px 20px;
}
.blog .col-lg-6{
  height: 485px;
}
.blog .item-image{
  width: 100%;
  margin-bottom: 10px;
}
.blog .item-image img{
  width: 100%;
  height: 284px;    
  object-fit: cover;
}
.blog .page-header {
    padding-bottom: 9px;
    margin: 40px 0 0px;
    border-bottom: 0px solid #eee;
}
.blog .col-lg-6>p{
  height: 60px;
  overflow: hidden;
}
.blog .readmore{
  display: block;
  width: 50%;
}
.blog .readmore a{
  font-family: tahoma;
  text-decoration: none;
  background: #1385CD;
  color: #fff !important;
  padding: 10px;
  border: 1px solid #1385CD;
  display: inline-block;
  border-radius: 0;
}
.blog .readmore a:hover {
  background: #fff;
  color: #1385CD !important;
}
.blog .readmore-date .date{
  float: right;
}
.blog .readmore-date{
  position: absolute;
  bottom: 0;
}
.blog .date{
  position: absolute;
  bottom: 20px;
  right: 26px;
}
.adress{
  font-size: 18px;
  font-weight: 700;
  margin-top: 150px;
}
.pagination{
  display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination-list{
  list-style: none;
  display: block;
  padding: 0;
}
.pagination ul li {
  float: left;
  margin-right: 10px;
}
.pagination ul li.pagination-start, .pagination ul li.pagination-end {
  padding: 2px 16px;
  margin-top: -2px;
}
.pagination .counter {
  display: none;
}
.item-page .item-image img{
  width: 100%;
  margin-bottom: 20px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 10px;
  border-bottom: 0px solid #eee;
}
.name_a{
  font-size:16px; color: #777777;
}
#searchForm .phrases, #searchForm .only{
  display: none;
}
.search{
  margin-top: 20px;
}
#searchForm input{
  color: #999;
  height: 35px;
  border: 2px solid #EDEDED;
  margin-left: 0px;
  width: 375px;
  padding-left: 6px;
  font-size: 15px;
}
#searchForm button{
  font-family: tahoma;
  text-decoration: none;
  background: #1385CD;
  color: #fff !important;
  padding: 6px;
  border: 1px solid #1385CD;
  display: inline-block;
}
#searchForm .search{
  margin-top: 0px;
}

.jshop_prod_description img {
	max-width: 100%;
}