.contact-wp {
  padding: 0 40px;
  width: auto;
  max-width: 1330px;
  margin: 0 auto;
  padding-top: 50px;
}

.contact-data-wp{
  float: left;
  width: 500px;
  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;
  display: inline-block;
  vertical-align: top;
  margin-left: 4em;
}

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

.contact-form{
  float: left;
  width: auto;
  max-width: 770px;
  _width: 730px;
  font-family: Verdana;
  font-size: 9pt;
}

.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;
}

.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: 350px;
  _width: 350px;
  padding: 17px 0 0 10px;
}

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

.fi-row, .fi-pdf{
  width: 100%;
  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 #afafaf;
}

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

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

.c-value{
  float: left;
  padding-top: 2px;
}

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

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

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

.form-thanks{
  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;
  margin: 0 0 43px 80px;
  height: 52.5px;
  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: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: 1px solid #afafaf;
  text-indent: 10px;
}

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

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

.contact-map {
  display: block;
  position: relative;
  margin: 4em 0 2em;
}

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

.contact-map span {
  position: absolute;
  right: 60px;
  bottom: 30px;
  color: #fff;
  background: #ffb119;
  height: 51px;
  line-height: 51px;
  padding: 0 26px;
  border-radius: 5px;
}

.cd-address {
  display: inline-block;
  vertical-align: top;
}

.hours-block {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  /* width: 220px; */
}

.hours-block:last-child {
  margin-right: 0;
} 

.hours-block span {
  float: right;
}

.cd-address.hours {
  font-size: 15px;
}

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

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

@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;
  }
}