/*			Contact				*/
.contact-inner {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.text-center-contact {
  float: left;
  margin-top: 80px;
  text-align: center;
  width: 100%;
}
.text-center-contact > span {
  color: #777;
  font-size: 16px!important;
  font-style: italic;
}

.contact-info {
  float: left;
  width: 100%;
}
.contact-map {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  float: right;
  width: 100%;
}
.contact-map iframe{
  vertical-align: middle;
}
.contact-address {
  background: #f1f1f1 none repeat scroll 0 0;
  box-sizing: border-box;
  float: right;
  min-height: 400px;
  padding: 20px;
  text-align: center;
  width: 30%;
  position: relative;
}
.contact-address-sub {
  border: 1px solid #fafafa;
  float: left;
  min-height: 358px;
  width: 100%;
}
.contact-address-sub > img {
  border-radius: 100%;
  margin-top: 25px;
  max-height: 150px;
  max-width: 150px;
}
.address-list{
  color: #555;
}
.address-list li {
  color: #000;
  font-size: 15px;
  font-style: italic;
  margin-top: 10px;
}
.address-list li::before{
  margin-right: 5px;
  vertical-align: middle;
  filter: 
}
.mxh-contact {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.mxh-contact > li {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: 15px;
}
.mxh-contact a {
  float: left;
  width: 100%;
}
.mxh-contact img {
  float: left;
  width: 100%;
}
.contact-address h3, .contact-form h3 {
  color: #252525;
  font-size: 20px;
  font-style: italic;
  margin-top: 40px;
}
.contact-address p{
  font-size: 16px;
  line-height: 23px;
  color: #636363;
  margin:0 0 40px;
  letter-spacing: normal;
}
.contact-form {
  border-radius: 4px;
  box-sizing: border-box;
  float: left;
  width: 66%;
}
#content .contact-form .wpcf7-form p {
  float: left;
  margin-bottom: 10px;
  margin-right: 2%;
  width: 100%;
}
#content .contact-form .wpcf7-form p:nth-of-type(3){margin-right: 0;}
#content .contact-form .wpcf7-form p:nth-of-type(4){
  width: 100%;
}
.contact-form .wpcf7-form label {
  display: block;
  color: #7f7f7f;
  font-weight: bold;
}
.contact-form .wpcf7-form textarea.wpcf7-textarea, .contact-form .wpcf7-form input.wpcf7-text {
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  float: none;
  font-weight: 400;
  transition: background 0s ease-out 0s;
  width: 100%;
  padding: 12px;
}
.contact-form .wpcf7-form textarea.wpcf7-textarea:focus ,.contact-form .wpcf7-form input.wpcf7-text:focus{
  outline: none;
  background-image: linear-gradient(#3f51b5, #3f51b5), linear-gradient(#D2D2D2, #D2D2D2);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.5s;
}
.contact-form .wpcf7-form textarea.wpcf7-textarea:focus label,.contact-form .wpcf7-form input.wpcf7-text:focus label {
  margin:-15px 0 0 0;
}
#content .contact-form.wpcf7-form .wpcf7-form-control-wrap {
  float: left;
  width: 100%;
  margin: 0;
}
.contact-form .wpcf7-form .wpcf7-submit, .contact-form .wpcf7-form .wpcf7-submit:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #777;
  float: left;
  height: 60px;
  padding: 0 40px;
}
.contact-form .wpcf7-form *{
	box-sizing:border-box;
}
div.wpcf7-response-output{border:none;float:left;}
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {
	.contact-info,.contact-map{
    width: 100%;
  }
  .contact-info{
    margin: 0 0 30px;
  }
  .wpcf7-form label, #content .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
  }
  .wpcf7-form .wpcf7-submit {
    margin-left: 0;
  }
  #contact-map iframe{height:300px}
  .contact-form {
    width: 100%;
  }
  .contact-address {
    width: 100%;
  }
}
@media only screen and (max-width: 640px ) {
  #content .wpcf7-form p{width: 100%;margin-right: 0}
}
@media only screen and (max-width: 480px ) {

}