body.page-template-tmpl-home-new {
  margin: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  font-size: 18px; }

.container-photos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100vh;
  min-height: 100%; }

.photos-link {
  background-size: cover;
  background-position: center;
  width: 33.3333333%;
  height: 100%;
  position: relative;
  text-align: center;
  float: left; }

.photos-link:hover {
  cursor: pointer; }

.photos-link:hover .bg-filter {
  background-color: rgba(0, 0, 0, 0.5); }

.photos-link:hover h1 {
  bottom: 80px; }

.photos-link h1 {
  font-family: 'Comfortaa', cursive;
  font-size: 36px;
  font-size: 2.5vw;
  font-weight: 400;
  letter-spacing: 3.6px;
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 0px;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s; }

.bg-filter {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s; }

.logo-pan {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  overflow: hidden;
  z-index: 1;
  padding-left: 5%; }

.logo-pan .anchor_logo {
  position: absolute;
  top: 0;
  height: 135px;
  z-index: 12;
  width: 200px;
  left: 73px; }

.center {
  width: 90%;
  margin: 0 auto; }

footer {
  background: #000;
  position: relative;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
  padding: 37px 0 0;
  -webkit-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out; }

.nav-down {
  bottom: -40px; }

.social_link {
  display: inline-block; }

.address {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  margin-left: 20px; }

.address p {
  margin: 0; }

.center-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 35px;
  border-bottom: 1px solid #8A8C8E; }

.contact_link {
  display: inline-block;
  float: right; }

.contact_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  color: #fff;
  text-decoration: none;
  margin-left: 78px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.contact_link a:hover {
  opacity: 0.5; }

.contact_link p {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  margin-left: 15px; }

.social_link a {
  margin-right: 13px; }

.social_link a:last-child {
  margin-right: 0; }

.copyright {
  font-size: 12px; }

.copyright a {
  color: #fff;
  text-decoration: none; }

.copyright a:hover {
  text-decoration: underline; }

.copyright p {
  margin: 10px 0; }

@media screen and (min-width: 1024px) {
  .container-photos {
    height: 90vh; }
  footer {
    height: 10vh; } }

@media screen and (max-width: 1023px) {
  .social_link {
    min-width: 120px; }
  .contact_link a {
    margin-left: 30px; }
  .photos-link h1 {
    font-size: 1.333em;
    font-size: 4.5vw; } }

/*
@media screen and (max-width: 800px) {
    .container-photos{
        flex-direction: column;
    }
    .photos-link{
      width: 100%;
      height: 33.33333%;
    }
    .center-flex{
        flex-direction: column;
    }
    .center{
        width: 90%;
        text-align: center;
    }
    .address{
        margin-left: 0;
        margin-top: 20px;
    }
    .contact_link a{
        margin-top: 20px;
        margin-left: 0;
        margin-right: 10px;
    }
}
*/
@media only screen and (max-width: 1023px) {
  html {
    overflow-x: hidden; }
  body {
    overflow-y: auto; }
  .container-photos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .logo-pan img {
    width: 150%;
    height: 20%; }
  .photos-link {
    width: 100%;
    height: 33.33333%; }
  .photos-link h1 {
    font-size: 1.333em;
    font-size: 7.5vw; }
  .center-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .center {
    width: 90%;
    text-align: center; }
  .address {
    margin-left: 0;
    margin-top: 20px; }
  .contact_link a {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 10px; } }

@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .photos-link h1 {
    font-size: 1.333em;
    font-size: 4.5vw; } }
