.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contain {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@media (min-width: 1120px) {
  body {
    background: url("../img/bg.jpg") no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: lato, sans-serif;
  }
  .mobile-gallery {
    display: none;
  }
  .socials {
    height: 90px;
    text-align: center;
  }
  .socials a {
    width: 33px;
    height: 35px;
    background: url('../img/social-sprite.png') 0px 0px;
    display: inline-block;
    margin-top: 28px;
  }
  .socials .gp {
    background-position: -46px 0px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .socials .li {
    background-position: -91px 0px;
  }
  .container {
    background: #ffffff;
    overflow: hidden;
    padding-top: 100px;
    width: 1120px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  }
  .logo img {
    clear: both;
  }
  .logo div {
    width: 100%;
    margin: 78px 0px;
  }
  .logo div a {
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 25px;
    transition: all 0.25s;
    background: url('../img/contact-sprite.png') top left;
    margin: 0 10px 0 0;
  }
  .logo div a.contact-icon {
    background-position: right top;
    margin: 0 0 0 10px;
  }
  .logo div a.contact-icon:hover {
    background-position: right bottom;
  }
  .logo div a:hover {
    background-position: bottom left;
  }
  a.desktop-gallery {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    overflow: hidden;
    height: 190px;
    display: inline;
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
  }
  a.desktop-gallery img {
    width: 100%;
  }
  a.desktop-gallery:hover:before {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    content: url('../img/magnify.png');
    width: 100%;
    height: 190px;
    background: rgba(0, 0, 0, 0.75);
  }
  .double {
    float: left;
    width: 100%;
  }
  .photo-row {
    text-align: left;
    float: left;
  }
  .photo-col {
    width: 25%;
    float: left;
  }
  .photo-col a {
    width: 100%;
  }
  .contact-row {
    width: 100%;
    float: left;
    background: url('../img/contact-bg.jpg');
  }
  .contact-row div {
    width: 50%;
    float: left;
    height: 190px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
  }
  .contact-row div.telephone {
    line-height: 190px;
    padding-left: 30px;
    font-size: 48px;
    color: #000000;
  }
  .contact-row div.email {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
    line-height: 30px;
    padding: 63px 0 0 63px;
  }
  .info {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 43px 43px 0;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
  }
  .info p {
    padding-bottom: 10px;
  }
  .info p img {
    float: right;
    clear: both;
    margin-top: 30px;
  }
  .footer {
    height: 120px;
    width: 100%;
    line-height: 120px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
  }
}
@media (max-width: 1119px) {
  body {
    background: url("../img/bg.jpg") no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: lato, sans-serif;
    font-weight: 300;
    font-size: 16px;
  }
  .desktop-gallery {
    display: none;
  }
  .mobile-gallery {
    width: 100%;
  }
  .mobile-gallery img {
    width: 100%;
  }
  .container {
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    padding: 5%;
    margin: 0 5%;
  }
  .logo {
    text-align: center;
    padding: 0 0 5%;
  }
  .logo img {
    width: 50%;
  }
  .info {
    padding: 5% 0 0;
    text-align: justify;
  }
  .info p {
    padding-bottom: 5%;
  }
  .info p img {
    float: right;
    margin: 2% 0 5%;
    width: 40%;
  }
  .footer {
    text-align: center;
    height: 90px;
    color: #ffffff;
    line-height: 90px;
  }
  .contact-row div {
    padding: 0;
    height: 100px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contact-row div.telephone {
    line-height: 100px;
    font-size: 30px;
    border-bottom: 1px solid #000000;
  }
  .contact-row div.email {
    text-transform: uppercase;
    font-size: 18px;
    height: auto;
    padding: 40px 0;
  }
}
