/***** Header *****/
.full-header {
	float: left;
	width:100%;
    position: relative;
}
.full-header1 {
  width: 100%;
  float: left;
  display: none;
}
.home .full-header1 {
  display: block;
}




#row-wrap-slide-header {
  width: 100%;
  float: left;
}

.full-header-sub {
  float: left;
  width: 100%;
}
.header {
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  float: left;
  height: 790px;
  padding: 0 5px;
  position: absolute;
  width: 296px;
  top: 0;
}
.header-sub {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 100%;
  width: 100%;
  padding: 0px 25px;
  box-sizing: border-box;
}


.logo {
  float: left;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  padding: 20% 0;
}
.logo.wow.zoomIn > a {
  width: 100%;
  float: left;
}
.logo img{
  vertical-align: middle;
  max-height:50px;
  max-width:100%;
}


.address-header {
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  padding: 10% 0;
  width: 100%;
}
.address-header > p {
  color: #fff;
  font-size: 26px;
  line-height: 45px;
  text-align: center;
}


.address-header1 {
  border-top: 1px solid #ccc;
  float: left;
  text-align: center;
  width: 100%;
  padding: 10% 0;
}
.address-header1 > p {
  color: #fff;
  font-size: 17px;
  line-height: 45px;
  text-transform: uppercase;
}



.price-header {
  width: 100%;
  float: left;
  border-top: 1px solid #ccc;
  padding: 10% 0;
}
.number {
  color: #fff;
  float: left;
  font-size: 19px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.price-number {
  color: #fff;
  float: left;
  font-size: 39px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.kd-header {
  border-top: 1px solid #ccc;
  float: left;
  text-align: center;
  width: 100%;
  padding: 10% 0;
}
.schedule-visit-btn-2 {
  background: #242424 none repeat scroll 0 0;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  padding: 15px;
  text-transform: uppercase;
}
.schedule-visit-btn-2:hover {
  background: #189eff;
  color:#fff;
}
.full-header2 {
  background: #2a2a2a none repeat scroll 0 0;
  float: left;
  width: 100%;
  padding: 15px 0px;
  box-sizing: border-box;
}
.home .full-header2 {
  display:none;
}
.header21 {
  width: 50%;
  float: left;
}
.header21 > a {
  color: #fff;
  font-size: 18px;
  font-style: italic;
}
.header21 > a:hover {
  color: #e8a20c;
  cursor: pointer;
}
.header21 a > i {
  background: #e8a20c  none repeat scroll 0 0;
  font-size: 20px;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
  color:#000;
}
.header22 {
  width: 50%;
  float: left;
}
.header22 > ul {
  float: left;
  width: 100%;
  text-align: right;
}
.header22 li {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-left: 25px;
}
.header22 > li > i {
  margin-right: 5px;
}
.header22 li a {
  color: #fff;
}

/**** Responsive settings ******/
@media only screen and (max-width: 1200px ) {
  #header {
    display: none;
  }
}
@media only screen and (max-width: 640px ) {
  .header21 {
    width: 100%;
    text-align: center;
  }
  .header22 {
    float: left;
    width: 100%;
  }
  .header22 > ul {
    margin-top: 15px;
    text-align: right;
    width: 100%;
  }
  .header22 li {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .sologan,.address-list-top{
    width:100%;
    float:left;
    text-align:center;
    margin-top:5px;
  }
  .info {
    display: inline-block;
  }
  
  
  
  .header {
    height: 550px;
    width: 280px;
  }
  .logo {
    padding: 5% 0;
  }
  .address-header {
    padding: 0 0;
  }
  .address-header > p {
    margin: 10px 0;
  }
  .address-header1 {
    padding: 0 0;
  }
  .number {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px ) {
    ul.info li{font-size: 12px;}
}
