#footer {
  background-color: #48525E;
  text-align: center;
  margin: auto;
  color: #333333;
  padding: 30px 0;
  clear: both;
}

#footer span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 13px;
  padding: 0 5px;
  color: #A0ABB7;
}

#footer a {
  text-decoration: none;
}
#footer ul{
  margin: 0 auto;
  width: 1000px;
  list-style: none;
}
#footer li{
  margin-bottom: 5px;
}
#footer .contact_us .icons {
  padding: 0 20px;
  /*background: url("/static/img/footer_icons.86a435acd882.png") no-repeat;*/
  height: 20px;
  line-height: 20px;
}
#footer .contact_us span:hover{
  background-image: url("/static/img/footer_icons_hover.fbfc54580c66.png")
}
#footer .contact_us .weibo{
  background-position: 0 -5px;
}
#footer .contact_us .wechat{
  background-position: 0 -35px;
}
#footer .contact_us .qq_group{
  background-position: 0 -65px;
}

#footer .contact_us span a{
  margin-left: 10px;
}
#footer a{
  color: #46A597;
}
#footer a:hover{
  color: #657acb;
}
.hor-menu{
  font-size: 16px;
}
/*
.meet-our-team {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: hsl(0, 0%, 80%);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: hsl(0, 0%, 80%);
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: hsl(0, 0%, 80%);
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: hsl(0, 0%, 80%);
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    height: 240px;
    margin-bottom: 6px;
    margin-right: 6px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 180px;
}
*/
.meet-our-team{
  border:1px solid hsl(0, 0%, 80%);
  margin-bottom: 15px;
  text-align:center;
}
.meet-our-team h3 {
  margin-bottom: 0;
  padding: 10px;
  background: #ffffff;
  height:60px;
}
.meet-our-team img {
  width:200px;
  height:200px;
}

.meet-our-team small {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

.meet-our-team .team-info {
  height:80px;
  padding: 10px;
  overflow: hidden;
  background: #ffffff;
}

/* LAYOUT WIDGET */

.widget-layout {
  position: relative;
  background: #ffffff;
  overflow:hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; 
}

.widget-badge {
  position: absolute;
  top:0px; 
  right:0px;
}

.widget-title {
  font-size: 21px;
  color: #677c88;
  padding-top: 15px; 
  padding-left: 20px; 
}

.widget-screen {
  margin-top: -5px;
  padding-left:20px;
}

.widget-btn {
  padding-top: 20px;
  padding-bottom: 10px;
}
.sale-summary li .sale-num {
  color: hsl(203, 91%, 52%);
  float: right;
  font-size: 14px;
  font-weight: 50;
}
.sale-summary li .sale-info {
    color: hsl(0, 0%, 39%);
    float: left;
    font-size: 14px;
    margin-top: 0px;
    text-transform: uppercase;
}
