/* /templates2_0/module/property/global/sub.less */
.module_property_global_sub {
  position: relative;
  box-sizing: border-box;
  background-color: #eee;
  margin-top: -5px;
}
.module_property_global_sub:before,
.module_property_global_sub:after {
  content: none;
  display: none;
}
.module_property_global_sub-wrap {
  position: relative;
  box-sizing: border-box;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.module_property_global_sub-wrap:before,
.module_property_global_sub-wrap:after {
  content: none;
  display: none;
}
.module_property_global_sub-item {
  position: relative;
  box-sizing: border-box;
  font: bold 14px/50px Tahoma, sans-serif;
  color: #999;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module_property_global_sub-item:hover,
.module_property_global_sub-item.active {
  color: #3572bd;
  text-decoration: none;
}
