@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,800&subset=latin,latin-ext);
header {
  border-bottom: 1px solid #8d9295;
  background-color: #fff; }
  header a.logo {
    background-image: url("/assets/images/cadillac-logo-tr-black.png"); }
    @media only screen and (max-width: 568px) {
      header a.logo {
        background-image: url("/assets/images/cadillac-logo-tr-black-mobile.png"); } }
  header .main-menu ul li > a {
    color: #222; }
  header .main-menu ul li span {
    display: block;
    font-size: 16px;
    color: #e91f48; }
  header .main-menu .mobil-button:hover {
    background-color: #a0152e; }
  header .main-menu .mobil-button i {
    background-color: #222; }

.contact-cont {
  display: block;
  width: 1200px;
  margin: 100px auto;
  font-size: 0; }
  @media only screen and (max-width: 1200px) {
    .contact-cont {
      width: 100%;
      padding: 0 10px;
      margin: 100px auto 30px auto; } }
  .contact-cont .left-cont h3, .contact-cont .right-cont h3 {
    display: block;
    padding: 30px 0 15px 0;
    font-size: 26px;
    font-family: "Open Sans", sans-serif;
    color: #4b494a;
    margin-bottom: 16px;
    border-bottom: 1px #9c9c9c solid;
    font-weight: 700; }
  .contact-cont .left-cont {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding: 0 20px 0 0; }
    @media only screen and (max-width: 1023px) {
      .contact-cont .left-cont {
        width: 100%;
        padding: 10px; } }
    .contact-cont .left-cont form {
      display: block; }
      .contact-cont .left-cont form input[type="text"] {
        display: block;
        width: 100%;
        padding: 14px 8px;
        margin-bottom: 10px;
        border: 0;
        border-bottom: 1px solid #d2d2d2;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        color: #222; }
      .contact-cont .left-cont form textarea {
        display: block;
        width: 100%;
        height: 150px;
        padding: 14px 8px;
        margin-bottom: 10px;
        border: 0;
        border-bottom: 1px solid #d2d2d2;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        color: #222; }
      .contact-cont .left-cont form button {
        display: inline-block;
        padding: 10px 24px;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        border: 0;
        font-size: 14px;
        font-weight: 500;
        background-color: #821529;
        cursor: pointer; }
        .contact-cont .left-cont form button:hover {
          background-color: #9c1631; }
  .contact-cont .right-cont {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 20px;
    vertical-align: top; }
    @media only screen and (max-width: 1023px) {
      .contact-cont .right-cont {
        width: 100%;
        padding: 10px; } }
    .contact-cont .right-cont .adreess {
      display: block; }
      .contact-cont .right-cont .adreess .row {
        display: block;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: 14px;
        font-weight: 500; }
        .contact-cont .right-cont .adreess .row strong {
          display: block;
          padding: 5px 0;
          font-weight: 700;
          color: #292521; }
        .contact-cont .right-cont .adreess .row span {
          display: block;
          padding: 5px 0;
          color: #292521;
          margin-bottom: 20px; }

.map-content {
  display: block; }
