.UIContact,
.UIContact .bg,
.UIContact .wrap,
.UIContact .wrap .newsletter,
.UIContact .wrap .socnet,
.UIContact .wrap .socnet a i,
.UIContact .wrap h1 {
  text-align: center;
  display: inline-block;
}
.UIContact {
  position: relative;
  width: 100%;
  background-color: #f1f3f7;
}
.UIContact .bg {
  float: left;
  width: 100%;
  margin-top: 240px;
  background-image: url(../img/contact/barica-blenkus-executive-coach.jpg);
  background-position: center top;
  background-size: cover;
}
.UIContact .wrap {
  width: 100%;
  max-width: 650px;
}
.UIContact .wrap h1 {
  float: left;
  width: 90%;
  margin: 0 0 0 5%;
  font-family: "Roboto Slab";
  font-size: 56px;
  font-weight: 400;
  color: #323241;
}
.UIContact .wrap > svg {
  display: inline-block;
  margin: -5px 0 0;
  width: 615px;
  height: 105px;
  opacity: 0.2;
}
.UIContact .wrap .contact {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
.UIContact .wrap .contact a,
.UIContact .wrap .contact span {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 18px;
  font-weight: 400;
  color: #282830;
  opacity: 0.8;
}
.no-touch .UIContact .wrap .contact a:hover {
  color: #e5573f;
}
.UIContact .wrap hr {
  display: inline-block;
  width: 61px;
  height: 3px;
  background: #e5573f;
  border: none;
}
.UIContact .wrap .socnet {
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
.UIContact .wrap .socnet a {
  display: inline-block;
  margin: 0 10px;
}
.UIContact .wrap .socnet a i {
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #323241;
  opacity: 0.8;
  transition: color 150ms cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touch .UIContact .wrap .socnet a:hover i {
  color: #e5573f;
}
.UIContact .wrap .newsletter {
  float: left;
  width: 100%;
  margin: 140px 0 350px;
}
.UIContact .wrap .newsletter svg {
  display: inline-block;
  width: 169px;
  height: 38px;
  opacity: 0.4;
}
.UIContact .wrap .newsletter h2,
.UIContact .wrap .newsletter h3 {
  float: left;
  width: 90%;
  color: #323241;
  text-align: center;
  font-weight: 400;
  display: inline-block;
}
.UIContact .wrap .newsletter h2 {
  margin: 5px 0 0 5%;
  font-family: "Roboto Slab";
  font-size: 36px;
}
.UIContact .wrap .newsletter h3 {
  margin: 7px 0 0 5%;
  font-size: 15px;
  opacity: 0.8;
}
.UIContact .wrap .newsletter .form {
  display: inline-block;
  position: relative;
  text-align: center;
}
.UIContact .wrap .newsletter input[type="text"],
.UIContact .wrap .newsletter input[type="email"] {
  display: inline-block;
  margin: 40px 10px 0;
  padding: 0;
  width: 245px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-indent: 45px;
  font-family: "Roboto Slab";
  font-size: 13px;
  font-weight: 400;
  color: rgba(50, 50, 65, 0.5);
}
.UIContact .wrap .newsletter input[type="text"] {
  background-image: url(../img/user-gray.svg);
  background-size: 19px 18px;
  background-position: 13px 15px;
  background-repeat: no-repeat;
}
.UIContact .wrap .newsletter input[type="email"] {
  background-image: url(../img/envelope-gray.svg);
  background-size: 21px 14px;
  background-position: 13px 19px;
  background-repeat: no-repeat;
}

.UIContact .wrap .newsletter .button.orange {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  margin: 20px auto auto auto;
  padding: 0;
  width: 195px;
  height: 56px;
  line-height: 56px;
  background: #e5573f;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 2px;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
  transition: 0.2s linear;
}

.UIContact .wrap .newsletter .button.orange:hover {
  background: #fff;
  color: #7b8db6;
}

.UIContact .wrap .newsletter input[type="submit"] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 60px 10px 0;
  padding: 0;
  width: 195px;
  height: 56px;
  line-height: 56px;
  background: #e5573f;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 2px;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.UIContact .wrap .newsletter #mce-responses,
.UIContact .wrap .newsletter div.mce_inline_error {
  position: absolute;
  bottom: 60px;
  left: 40px;
  width: calc(100% - 110px) !important;
}
.UIContact .wrap .newsletter #mce-responses .response,
.UIContact .wrap .newsletter div.mce_inline_error {
  border-left: 3px solid #e5573f;
  border-right: 3px solid #e5573f;
  background: #fff;
  padding: 10px 15px;
  font-size: 13px;
  color: #282830;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.UIContact .wrap .newsletter div.mce_inline_error {
  display: none !important;
}
.UIContact .wrap .newsletter #mce-responses .response {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 1550px) {
  .UIContact .wrap h1 {
    font-size: 52px;
  }
  .UIContact .wrap > svg {
    width: 515px;
    height: 87px;
  }
}
@media only screen and (max-width: 1440px) {
  .UIContact .wrap h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .UIContact .wrap h1 {
    font-size: 44px;
  }
  .UIContact .wrap > svg {
    width: 415px;
    height: 71px;
  }
  .UIContact .wrap .contact span {
    font-size: 18px;
  }
  .UIContact .wrap .contact a {
    font-size: 16px;
  }
  .UIContact .wrap .newsletter {
    margin-bottom: 270px;
  }
}
@media only screen and (max-width: 1024px) {
  .UIContact .wrap h1 {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .UIContact .wrap > svg {
    width: 315px;
    height: 54px;
  }
  .UIContact .wrap .newsletter svg {
    width: 109px;
    height: 24px;
  }
  .UIContact .wrap .newsletter h2 {
    font-size: 32px;
  }
  .UIContact .wrap .newsletter {
    margin-bottom: 220px;
  }
}
@media only screen and (max-width: 900px) {
  .UIContact .bg {
    margin-top: 200px;
    background-position: center center;
  }
  .UIContact .wrap .contact span {
    font-size: 16px;
  }
  .UIContact .wrap .contact a {
    font-size: 15px;
  }
  .UIContact .wrap .newsletter {
    margin-top: 110px;
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .UIContact .bg {
    margin-top: 175px;
  }
  .UIContact .wrap h1 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .UIContact .wrap > svg {
    width: 285px;
    height: auto;
  }
  .UIContact .wrap .contact span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .UIContact .wrap .contact a {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .UIContact .wrap .socnet a i {
    width: auto;
    height: auto;
    font-size: 26px;
  }
  .UIContact .wrap .socnet {
    margin: 20px 0 0;
  }
  .UIContact .wrap .newsletter h2 {
    font-size: 28px;
  }
  .UIContact .wrap .newsletter svg {
    width: 99px;
    height: auto;
  }
  .UIContact .wrap .newsletter input[type="text"] {
    background-position: 13px 14px;
  }
  .UIContact .wrap .newsletter input[type="email"] {
    background-position: 13px 16px;
  }
  .UIContact .wrap .newsletter input[type="email"],
  .UIContact .wrap .newsletter input[type="text"] {
    margin: 30px 10px 0;
    width: 225px;
    height: 44px;
    line-height: 44px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  .UIContact .wrap .newsletter input[type="submit"] {
    margin: 30px 10px 0;
    width: 165px;
    height: 52px;
    line-height: 52px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  .UIContact .wrap .newsletter {
    margin-top: 100px;
    margin-bottom: 130px;
  }
}
@media only screen and (max-width: 650px) {
  .UIContact .bg {
    margin-top: 150px;
  }
  .UIContact .wrap h1 {
    font-size: 28px;
  }
  .UIContact .wrap > svg {
    width: 255px;
  }
  .UIContact .wrap .contact span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .UIContact .wrap .contact a {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .UIContact .wrap hr {
    display: inline-block;
    width: 50px;
    height: 2px;
  }
  .UIContact .wrap .socnet a i {
    font-size: 22px;
  }
  .UIContact .wrap .newsletter svg {
    width: 90px;
  }
  .UIContact .wrap .newsletter h2 {
    font-size: 24px;
  }
  .UIContact .wrap .newsletter h3 {
    font-size: 13px;
  }
  .UIContact .wrap .newsletter input[type="text"] {
    background-position: 13px 12px;
  }
  .UIContact .wrap .newsletter input[type="email"] {
    background-position: 13px 14px;
  }
  .UIContact .wrap .newsletter input[type="email"],
  .UIContact .wrap .newsletter input[type="text"] {
    margin: 30px 10px 0;
    width: 195px;
    height: 41px;
    line-height: 41px;
  }
  .UIContact .wrap .newsletter input[type="submit"] {
    width: 135px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 460px) {
  .UIContact .bg {
    margin-top: 130px;
  }
  .UIContact .wrap h1 {
    font-size: 24px;
  }
  .UIContact .wrap > svg {
    width: 215px;
  }
  .UIContact .wrap .contact {
    width: 90%;
    margin: 30px 0 0 5%;
  }
  .UIContact .wrap .newsletter {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .UIContact .wrap .newsletter h2 {
    font-size: 22px;
  }
  .UIContact .wrap .newsletter input[type="email"],
  .UIContact .wrap .newsletter input[type="text"] {
    margin: 20px 5px 0;
  }
  .UIContact .wrap .newsletter input[type="submit"] {
    width: 125px;
    height: 44px;
    line-height: 44px;
    font-size: 13px;
    margin-top: 20px;
  }
}
