.contact-wp {
  padding: 40px;
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

.contact-data-wp{
  float: left;
  width: 350px;
  padding-right: 50px;
  padding-top: 7px;
}

.contact-data{
  padding: 3px;
  margin-right: 1px;
}

.contact-data h3{
  font-size: 21px;
  margin: 0;
  padding: 0 0 20px 0;
  font-weight: normal;
}

.cd-address{
  font-size: 19px;
  color: #282828;
  font-weight: 300;
}

.cd-phones{
  font-size: 19px;
  padding-top: 15px;
}

.cd-phones div{
  font-size: 19px;
  padding-top: 5px;
  color: #2c2c2c;
  font-weight: 300;
}

.contact-form{
  margin: 0 auto;
  max-width: 1000px;
  font-family: Verdana;
  font-size: 9pt;
  position: relative;
}

.contact-form h3{
  font-size: 24px;
  margin: 0;
  padding: 6px 0 20px 0;
  font-weight: normal;
}

.form-map{
  width: 100%;
  margin: 45px 0;
  position: relative;
  z-index: 1;
}

.contact-remark {
  padding-left: 10px;
  max-width: 700px;
}

.form-map img{
  width: 100%;
}

.form-map span {
  display: block;
  height: 51px;
  line-height: 51px;
  padding: 0 27px;
  background: #f9701c;
  border-radius: 4px;
  position: absolute;
  right: 39px;
  bottom: 26px;
  text-decoration: underline;
  color: #FFF;
}

.contact-form-inner{
  width: 100%;
}

.form-L{
  float: left;
  width: auto;
  max-width: 530px;
  _width: 530px;
  padding: 17px 0 0 10px;
}

.form-R{
  float: left;
  width: auto;
  max-width: 395px;
  _width: 395px;
  padding-left: 10px;
}

.fi-row, .fi-pdf {
  display: inline-block;
  width: 250px;
  margin-right: 10px;
  padding-top: 10px;
}

.fi-pdf {
  margin-bottom: 4em;
}

.fi-pdf:after {
  content: '';
  display: block;
  clear: both;
}

.fi-row label{
  display: block;
  float: left;
  width: 80px;
  padding: 15px 0 3px;
}

.fi-pdf label{
  display: block;
  float: left;
  width: 80px;
  height: 21px;
  padding-top: 10px;
  margin-bottom: 3px;
}

.fi-row div, .fi-pdf-input{
  float: left;
  width: 270px;
}

.fi-row input{
  width: 250px;
}

.fi-pdf-input input{
  width: 166px;
}

.form-R label{
  display: block;
}

.form-area{
  padding-top: 10px;
}

.form-area textarea{
  padding: 10px;
  width: 330px;
  height: 128px;
  resize: none;
  border-radius: 5px;
  border: 1px solid #dfe3e9;
}

.captcha{
  width: 100%;
  padding-top: 10px;
}

.c-question{
  float: left;
  padding: 9px 10px 0 0;
  text-align: right;
}

.c-value{
  float: left;
}

.c-value input{
  width: 62px;
  text-align: center;
}

.c-action{
  float: left;
  padding-left: 10px;
}

#msg{
  position: relative;
  z-index: 1;
}

.form-thanks {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D05540;
  border-top: 1px solid #D05540;
  color: #22272B;
  text-align: center;
}

.fi-checks {
  margin-top: 10px;
  padding-left: 80px;
}

.checks div {
  margin-bottom: -6px;
}

.checks div:after {
  content: '';
  clear: both;
  display: block;
}

.checks label {
  line-height: 30px;
}

.checks span {
  margin-right: 5px;
}

.upload-file {
  width: 155px;
  height: 53px;
  background: url('/images/upload-icon.png') no-repeat;
  cursor: pointer;
}

input[type="file"] {
  display: none;
}

.fi-row input[type="text"],
.c-value  input[type="text"] {
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  border: 1px solid #dfe3e9;
  text-indent: 10px;
}

.c-value  input[type="text"] {
  text-indent: 0;
}

.input-file-name {
  margin-top: 45px;
}

.contact-maps {
  position: relative;
}

.cm-body-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.cm-body {
  top: -200px;
  left: 0;
  position: absolute;
  background: #fff;
  padding: 20px 50px;
  width: 300px;
  font-weight: 400;
  font-size: 17px;
  color: #1d1d1d;
  z-index: 2;
}

.cm-body h3 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #222;
  margin-bottom: 20px;
}

.cm-body p {
  font-weight: 400;
  font-size: 16px;
  color: #222;
}

.contact-map {
  position: relative;
  z-index: 1;
}

.contact-map img {
  width: 100%;
  display: block;
}

.contact-map span {
  position: absolute;
  right: 21px;
  bottom: 0;
  color: #fff;
  background: #cf1510;
  height: 85px;
  line-height: 85px;
  padding: 0 36px;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 3px 0 5px rgba(0,0,0, .16);
  transition: background .5s;
}

.contact-map:hover span {
  background: #a71511;
}

.contact-map h4 {
  display: none;
  margin: 1em 1em .5em;
  font-weight: 400;
  font-size: 19px;
  color: #3d3d3d;
}

.contact-label {
  font-weight: 500;
  font-size: 15px;
  color: #586164;
}

@media (max-width: 1245px) {
  .contact-form {
    margin-top: 50px;
  }

  .contact-wp {
    padding-top: 0;
  }

  .cm-body {
    display: none;
  }

  .contact-remark {
    margin-top: 20px;
  }

  .contact-map h4 {
    display: block;
  }
}

@media only screen and (max-width : 1150px) {
  .contact-data-wp{
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 1125px) {
  .contact-map h3 {
    display: block;
  }
}

@media (max-width: 600px) {
  .contact-map span {
    display: none;
  }
}

@media only screen and (max-width : 415px) {
  .form-area textarea{
    width: 200px;
  }
}

@media (max-width: 370px) {
  .form-L {
    float: left;
    width: auto;
    max-width: 260px;
    _width: 350px;
    padding: 17px 0 0 10px;
  }

  .fi-row input[type="text"], .c-value input[type="text"] {
    width: 200px;
  }

  .upload-file {
    margin-left: 0;
  }

  .c-action {
    float: left;
    padding-left: 0;
    margin-top: 1em;
  }
}
