/*.chrome img{
  image-rendering: -webkit-optimize-contrast;
  @include mobile{
    image-rendering: auto;                 
  }
}*/
html, body {
  font-family: arial;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.container {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 760px) {
    .container {
      padding: 10px; } }

.header {
  padding: 60px 20px; }
  @media only screen and (max-width: 760px) {
    .header {
      padding: 30px 10px; } }
  .header a {
    display: inline-block;
    vertical-align: bottom; }
  .header .logo {
    font-weight: bold;
    font-size: 28px; }
    @media only screen and (max-width: 760px) {
      .header .logo {
        font-size: 24px; } }
  .header .contact {
    font-size: 22px;
    text-align: right;
    float: right;
    position: relative;
    top: 6px; }
    @media only screen and (max-width: 760px) {
      .header .contact {
        font-size: 18px; } }

.images {
  font-size: 0; }
  .images a {
    display: inline-block;
    width: calc(50% - 40px);
    margin: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    @media only screen and (max-width: 760px) {
      .images a {
        width: calc(50% - 20px);
        margin: 10px; } }
    @media only screen and (max-width: 500px) {
      .images a {
        width: 100%;
        margin: 0;
        padding: 10px; } }
    @media only screen and (min-width: 760px) {
      .images a:hover .inner, .images a:hover:after {
        opacity: 1; } }
    .images a .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: (translate(-50%, -50%),);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      width: 100%;
      opacity: 0;
      z-index: 2;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    .images a h1 {
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 4px;
      font-weight: bold;
      display: block;
      margin-bottom: 0px;
      line-height: 20px;
      color: #fff; }
      @media only screen and (max-width: 960px) {
        .images a h1 {
          margin-top: 0px;
          font-size: 14px;
          letter-spacing: 2px; } }
    .images a p {
      display: none;
      font-family: georgia;
      font-size: 20px;
      line-height: 32px;
      color: #fff; }
      @media only screen and (max-width: 760px) {
        .images a p {
          font-size: 16px;
          line-height: 26px;
          margin: 20px auto 40px; } }
    .images a:after {
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      background: rgba(0, 0, 0, 0.75);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: '';
      z-index: 1;
      opacity: 0; }
  .images img {
    width: 100%; }

.text {
  margin: 50px auto;
  width: 100%;
  max-width: 890px;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 760px) {
    .text {
      margin: 30px auto; } }
  .text h1 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: bold;
    display: block;
    margin-top: 30px;
    line-height: 20px; }
    @media only screen and (max-width: 760px) {
      .text h1 {
        margin-top: 0px;
        font-size: 14px;
        letter-spacing: 2px; } }
  .text p {
    font-family: georgia;
    font-size: 20px;
    line-height: 32px;
    margin: 30px auto 60px; }
    @media only screen and (max-width: 760px) {
      .text p {
        font-size: 16px;
        line-height: 26px;
        margin: 20px auto 40px; } }
    @media only screen and (max-width: 500px) {
      .text p {
        font-size: 14px;
        line-height: 24px; } }
    .text p span {
      font-size: 16px; }
    .text p small {
      font-size: 16px; }
  .text .button {
    text-transform: uppercase;
    outline: none;
    padding: 15px 20px 13px;
    font-size: 12px;
    color: #fff;
    background: #000;
    width: 120px;
    margin: 0 auto;
    display: block;
    letter-spacing: 3px;
    font-weight: bold;
    border: 2px solid #000;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -ms-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease; }
    .text .button:hover {
      color: #000;
      background: #fff; }
    @media only screen and (max-width: 500px) {
      .text .button {
        font-size: 11px; } }

.footer {
  text-align: center;
  font-size: 12px;
  margin-top: 100px;
  padding-bottom: 10px; }
  @media only screen and (max-width: 760px) {
    .footer {
      margin-top: 80px; } }
