﻿/*------------------------------------*\
    $FONTS
\*------------------------------------*/
@font-face {
  font-family: 'metaplusregular';
  src: url('../fonts/meta-plus-regular.eot');
  src: url('../fonts/meta-plus-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/meta-plus-regular.woff2') format('woff2'), url('../fonts/meta-plus-regular.woff') format('woff'), url('../fonts/meta-plus-regular.ttf') format('truetype'), url('../fonts/meta-plus-regular.svg#metaplusregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*#Global Header + Footer */
/*#End Global Header + Footer */
/*Box Background Color*/
/* Color & Hover */
/*------------------------------------*\
    $LANDING
\*------------------------------------*/
[lang=cs-cz] .landing .text-right,
[lang=cs] .landing .text-right,
[lang=pl-pl] .landing .text-right,
[lang=pl] .landing .text-right {
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}
[lang=cs-cz] .landing .magnet .text,
[lang=cs] .landing .magnet .text,
[lang=pl-pl] .landing .magnet .text,
[lang=pl] .landing .magnet .text {
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}
.landing .text-right {
  position: absolute;
  margin-top: 40px;
  color: #000000;
  z-index: 1;
  font-size: 1.8rem;
  font-family: metaplusregular;
}
.landing .no-padding {
  padding: 0;
}
.landing .cats .image,
.landing .dogs .image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing .cats .image {
  background-image: url("../images/landing/landing-cat.png");
}
.landing .dogs .image {
  background-image: url("../images/landing/landing-dog.png");
}
.landing .magnet {
  position: absolute;
  z-index: 1;
  top: 40%;
  padding: 20px 0;
  border: 1px solid transparent;
}
.landing .magnet .text {
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-family: metaplusregular;
  font-weight: bold;
  width: 130px;
  text-align: center;
}
.landing .magnet:hover {
  text-decoration: none;
}
.landing .magnet.cat {
  left: 0;
  background-color: #000000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-box-shadow: 3px 3px 2px #cccccc;
  -webkit-box-shadow: 3px 3px 2px #cccccc;
  box-shadow: 3px 3px 2px #cccccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=2);
}
.landing .magnet.cat .text {
  color: #ffffff;
}
.landing .magnet.dog {
  right: 0;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-box-shadow: -3px 3px 2px 0 #cccccc;
  -webkit-box-shadow: -3px 3px 2px 0 #cccccc;
  box-shadow: -3px 3px 2px 0 #cccccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=224, Strength=2);
}
.landing .magnet.dog .text {
  color: #000000;
}
@media (min-width: 768px) and (max-width: 992px) {
  .landing .magnet {
    top: 30%;
  }
  .landing .magnet .text {
    padding: 0 15px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .landing .magnet {
    top: 10%;
  }
  .landing .magnet .text {
    font-size: 1.8rem;
    padding: 0 15px;
    width: auto;
  }
  .landing .dogs .image {
    background-image: url("../images/landing/landing-dog-mobile.png");
    background-position: left center;
  }
  .landing .cats .image {
    background-image: url("../images/landing/landing-cat-mobile.png");
    background-position: right center;
  }
}
/* Landing Register Form Page */
.landing.register .image {
  background-image: url("../images/landing/landing-register-background.png");
  width: 100%;
  height: 100%;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing.register .magnet {
  right: 0;
  left: auto;
  padding-right: 30px;
  border-radius: 5px 0 0 5px;
  border-bottom-right-radius: 0;
  -moz-box-shadow: -3px 3px 2px 0 #cccccc;
  -webkit-box-shadow: -3px 3px 2px 0 #cccccc;
  box-shadow: -3px 3px 2px 0 #cccccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=224, Strength=2);
}
.footer .social {
  display: block !important;
}
@media (max-width: 1280px) {
  .landing.register .magnet {
    display: none;
  }
}
@media (max-width: 768px) {
  .landing.register .image {
    background-image: url("../images/landing/landing-register-background-mobile.png");
    background-position: center;
  }
}
/* End Landing Register Form Page */
.as-three-item.landing {
  position: relative;
}
.as-three-item.landing:after {
  clear: left;
  display: block;
  content: "";
}
.as-three-item .landing--header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  color: #000000;
  z-index: 1;
  font-size: 1.8rem;
  font-family: metaplusregular;
}
.as-three-item .landing--header p {
  padding: 16px;
  margin-right: auto;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .as-three-item .landing--header p {
    max-width: 60%;
  }
}
.as-three-item .landing--links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.as-three-item .landing--links--item {
  position: relative;
  float: left;
  width: 33.33333333%;
  overflow: hidden;
  height: 718px;
}
.as-three-item .landing--links--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.as-three-item .landing--links--link img {
  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%);
}
.as-three-item .landing--links--button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2rem;
  font-family: metaplusregular;
  font-weight: bold;
  width: 95%;
  height: 80px;
  display: inline-block;
  position: absolute;
  bottom: 5%;
  left: 50%;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 #000000;
  -moz-box-shadow: 0 2px 2px 0 #000000;
  box-shadow: 0 2px 2px 0 #000000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #7e6e88;
  color: #fff;
}
.as-three-item .landing--links--button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .as-three-item .landing--links--button {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .as-three-item .landing--links--button {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .as-three-item .landing--links--button {
    width: 50%;
  }
}
/*# sourceMappingURL=layout.landing.css.map */