:focus{
  outline: none !important;
}

.d-body {
  width: 100% !important;
}

.d-path {
  font-size: 9px;
  font-style: italic;
  text-transform: uppercase;
  color: #666666;
  border-bottom: 2px solid #cccccc;
}

.sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.d-form-title {
  margin: 20px 0 65px !important;
}

#d-form {
  font-size: 0;
  margin: 0 0 45px;
}

#d-form .item {
  font-size: 12px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

  @media only screen and (max-width: 768px) {
    #d-form .item {
      width: 100%;
      padding: 0 !important;
      margin-bottom: 30px;
    }
  }

#d-form .item:last-child {
  padding-left: 25px;
}

#d-form iframe {
  border: 0;
  margin-top: 30px;
  width: 100%;
  height: 313px;
}

#d-form span,
#d-form input,
#d-form textarea {
  display: block;
  color: #808080;
  font-size: 15px;
  font-weight: 100;
}

#d-form input,
#d-form textarea {
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}

#d-form .sub > span {
  margin-bottom: 10px;
}

#d-form textarea {
  height: 160px;
}

#d-form .rel {
  position: relative;
  width: 100%;
  height: 40px;
}

#d-form .rel button {
  border: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 0 15px !important;

  background: #173d60 !important;

  height: 30px;
  line-height: 30px;
  color: #FFF;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  padding: 0 5px;
  cursor: pointer;

  webkit-box-shadow: 0px 3px 0px 0px #999999 !important;
  box-shadow: 0px 3px 0px 0px #999999 !important;
  -moz-box-shadow: 0px 3px 0px 0px #999999 !important;
}

#d-form .rel button:hover {
  /* top: inherit !important; */
  top: 4px;
  background: #999999 !important;

  webkit-box-shadow: 0px 3px 0px 0px #173d60 !important;
  box-shadow: 0px 3px 0px 0px #173d60 !important;
  -moz-box-shadow: 0px 3px 0px 0px #173d60 !important;
}

/* second item */
#d-form .item-fifty {
  font-size: 0;
}

#d-form .d-address-box .item-fifty > * {
  width: 50%;
  display: inline-block;
  vertical-align: top;

  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  -ms-box-sizing:     border-box;
  -o-box-sizing:      border-box;
  box-sizing:         border-box;
}

  @media only screen and (max-width: 500px) {
    #d-form .d-address-box .item-fifty > * {
      width: 100%;
      margin-bottom: 40px;
    }
  }

#d-form .d-address-box .item-fifty > *:last-child {
  padding-left: 20px;
}

#d-form .item-fifty .d-title {
  color: #0c6299;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

#d-form .item-fifty span {
  font-size: 14px;
  color: #4D4D4D;
  /*margin-bottom: 5px;*/
}

.loading {
  width: 80px;
  height: 30px;
  background: url('/site/img/form_loading.gif') no-repeat center center;
  display: none;
}