#map-canvas {
  height: 350px; }

.list-offices {
  padding-bottom: 20px; }
  @media screen and (max-width: 992px) {
    .list-offices {
      text-align: center; }
      .list-offices .o-block {
        margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .list-offices .o-block {
      margin-bottom: 40px; } }

.o-name {
  margin-bottom: 20px; }
  .o-name a {
    font-size: 22px;
    color: #002244;
    text-decoration: none;
    font-weight: bold; }

.addr-block {
  margin-bottom: 20px;
  font-size: 15px; }
  .addr-block > .title {
    margin-top: 0;
    text-transform: uppercase; }
  .addr-block a {
    color: #c4262e;
    text-decoration: none; }

.contact-form {
  /*background: url('../../img/contact-form-bg.jpg') no-repeat center center;*/
  background-color: #002244;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .contact-form #goto-form {
    position: absolute;
    display: block;
    width: 62px;
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto; }

.subscribe-container {
  background-color: #193755; }

form.subscribe {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }
  form.subscribe .form-group {
    margin-right: 12px; }
    @media screen and (max-width: 992px) {
      form.subscribe .form-group {
        display: block;
        margin-right: 0;
        margin-bottom: 15px; } }
  form.subscribe p {
    margin-bottom: 0;
    color: #fff; }
  form.subscribe input {
    display: block;
    border: 1px solid #adb8c3;
    padding: 9px;
    width: 100%;
    outline: 0;
    font-size: 14px;
    height: 40px; }
  form.subscribe .btn-aventis {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40px; }
    @media screen and (max-width: 992px) {
      form.subscribe .btn-aventis {
        width: 100%; } }

/*# sourceMappingURL=contact.css.map */