@charset "utf-8";

.breadcrumb {
  margin: -4px 0px 20px 0px;
}


.dealer h3 {
  padding: 13px 15px 8px 15px;
  margin: 10px -15px;
  background: #0c2240;
  /* Old browsers */
  background: -moz-linear-gradient(45deg,  #0c2240 0%, #265495 100%);
  background: -webkit-linear-gradient(45deg,  #0c2240 0%,#265495 100%);
  background: linear-gradient(45deg,  #0c2240 0%,#265495 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2240', endColorstr='#265495',GradientType=1 );
  color: #fff;
  border-radius: 5px;
}
#ymap {
  width: 100%; height: 500px;
}
.img-rounded{
}
.img-circle{
}
.article img {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.pull-right{
  margin: 10px 0px 20px 20px;
}
.pull-left {
  margin: 10px 20px 20px 0px;
}

