.cf:before,
.cf:after {
  display: table;
  content: ' ';
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.ItemCard__thumb img {
  max-width: 100%;
  height: 185px;
}
figure {
  margin: 0;
  padding: 10px;
}
figure a {
  display: block;
}
mark {
  padding: 0 5px;
  background-color: #dddddd;
}
.site-header {
  background-color: #212a34;
  text-align: center;
}
.site-header h1,
.site-header a {
  padding: 15px;
  text-transform: uppercase;
  color: #fff;
}
.site-header h1 {
  font-size: 18px;
  margin: 0;
}
.site-header a {
  font-size: 14px;
  font-weight: 300;
  display: block;
  text-decoration: none;
  background-color: #49b293;
  font-weight: 600;
  padding: 15px 30px;
}
@media screen and (min-width: 630px) {
  .site-header {
    text-align: none;
  }
  .site-header h1,
  .site-header a {
    font-size: 12px;
  }
  .site-header h1 {
    float: left;
  }
  .site-header a {
    float: right;
  }
}
html,
body {
  overflow-x: hidden;
}
.site-header {
  position: relative;
  z-index: 100;
}
.card-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
{
  height: 860px;
  background-color: #eaeaea;
}

.card-row,
.column,
.ItemCard,
.ItemCard__thumb {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.card-row {
  position: absolute;
  /*top: -400px;*/
  /*top: 0;*/
  bottom: 0;
  left: 55vw;
  right: 60vh;
  width: 960px;
  -webkit-transform: rotateX(60deg) rotateZ(45deg) scale(1.2);
          transform: rotateX(60deg) rotateZ(45deg) scale(1.2);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 720px) {
  .card-row {
    /*left: 70vh;*/
  }
}
@media screen and (min-width: 860px) {
  .card-row {
    /*top: -5vh;*/
    /*left: 90vh;*/
  }
}
@media screen and (min-width: 1000px) {
  .card-row {
    /*left: 110vh;*/
  }
}
.column {
  width: 50%;
  max-width: 50%;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.card-shadow {
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .9;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) shadow 2;
          animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) shadow 2;
}
.ItemCard__thumb img {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 0, 20px);
          transform: translate3d(0, 0, 20px);
  /*-webkit-animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) levitate 2;
          animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) levitate 2;*/
}
.column:hover .ItemCard__dest,
.column:hover .ItemCard__dest {
  z-index: 10;
}
.column:hover .ItemCard__dest,
.column:hover .ItemCard__dest,
.column:hover .ItemCard__thumb img {
  -webkit-transform: translate3d(0, 0, 50px) rotateX(-5deg);
          transform: translate3d(0, 0, 50px) rotateX(-5deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.column:hover .ItemCard__thumb .card-shadow,
.column:hover .ItemCard__thumb .card-shadow {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}
.card-row,
.section--list .card-row {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  /*padding: 160px 0;*/
  z-index: 15;
}
.column,
.section--list .column {
  padding: 12px;
}
.hero {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  padding: 160px 40px 0 40px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
@media screen and (min-width: 680px) {
  .hero {
    width: 80vw;
    padding: 160px 100px 40px 40px;
  }
}
@media screen and (min-width: 840px) {
  .hero {
    width: 70vw;
  }
}
@media screen and (min-width: 960px) {
  .hero {
    width: 60vw;
  }
}
@media screen and (min-width: 1000px) {
  .hero {
    width: 50vw;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    width: 40vw;
  }
}
.hero h1 {
  margin: 0;
  font-size: 3em;
  font-weight: 900;
  color: #212a34;
}
.hero h2 {
  font-size: 1.2em;
  font-weight: 400;
  opacity: .6;
  color: #212a34;
}
.hero button {
  margin-top: 40px;
  padding: 20px 60px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  border-radius: 30px;
  background-color: #ec3e3a;
}
@media screen and (min-width: 640px) {
  .column {
    width: 320px;
    max-width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 320px;
        -ms-flex: 1 1 320px;
            flex: 1 1 320px;
  }
}
@media screen and (min-width: 940px) {
  .column {
    width: 313.33333333px;
    max-width: 33.333%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 313.33333333px;
        -ms-flex: 1 1 313.33333333px;
            flex: 1 1 313.33333333px;
  }
}
.ItemCard {
  position: relative;
  max-width: 510px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ItemCard__thumb {
  position: relative;
  padding: 0;
}
.ItemCard__thumb img {
  display: block;
  cursor: pointer;
}
.ItemCard__summary {
  width: 100%;
  padding: 20px;
  background-color: #fff;
}
.ItemCard__title {
  margin: 6px 0;
  font-size: 1.2em;
}
.ItemCard__meta {
  font-size: .8em;
  color: #aaa;
}
.ItemCard__meta.category {
  font-weight: 800;
  text-transform: uppercase;
  color: #ec3e3a;
}
@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translate3d(0, 0, 20px);
            transform: translate3d(0, 0, 20px);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translate3d(0, 0, 1px);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 20px);
            transform: translate3d(0, 0, 20px);
  }
}
@keyframes levitate {
  0% {
    -webkit-transform: translate3d(0, 0, 20px);
            transform: translate3d(0, 0, 20px);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translate3d(0, 0, 1px);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 20px);
            transform: translate3d(0, 0, 20px);
  }
}
@-webkit-keyframes shadow {
  0% {
    opacity: .9;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }
  50% {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.18);
  }
  100% {
    opacity: .9;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }
}
@keyframes shadow {
  0% {
    opacity: .9;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }
  50% {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.18);
  }
  100% {
    opacity: .9;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }
}
/*# sourceMappingURL=style.css.map */
