/*===========================================
 * Importing CSS Libraries
 *===========================================*/
/*
 * Global Styles
 */
.carousel-inner > .carousel-item > picture {
  display: inline-block;
  line-height: 1;
  width: 100%;
  text-align: center; }
  .carousel-inner > .carousel-item > picture > img {
    display: inline-block;
    width: 100%;
    height: auto; }

.carousel-inner > .carousel-item > a > picture > img {
  display: inline-block;
  width: 100%;
  height: auto; }

.carousel-caption {
  font-size: 1.5em;
  line-height: 1.6em;
  top: 20px;
  right: auto;
  left: 10%;
  text-shadow: none;
  bottom: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  z-index: auto;
  color: #fff;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out; }
  .carousel-caption:hover {
    background: black;
    color: #9d9d9d; }
  .carousel-caption a {
    color: #e89f10;
    display: block;
    line-height: 1em;
    padding-top: 1em; }
    .carousel-caption a span {
      display: block; }
    .carousel-caption a svg {
      height: 1em;
      width: auto;
      fill: #e89f10;
      transition: all 0.3s ease-in-out; }
    .carousel-caption a:hover, .carousel-caption a:focus {
      color: #fff;
      text-decoration: none; }
      .carousel-caption a:hover svg, .carousel-caption a:focus svg {
        fill: #fff; }
  @media (max-width: 991.98px) {
    .carousel-caption {
      font-size: 1.1em;
      width: 250px;
      height: 250px; } }
  @media (max-width: 767.98px) {
    .carousel-caption {
      font-size: 1em;
      position: absolute;
      top: auto;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      border-radius: 0;
      height: auto;
      padding: 15px 20px; } }
  @media (max-width: 575.98px) {
    .carousel-caption {
      position: relative; } }
.carousel-control-prev svg, .carousel-control-next svg {
  position: absolute;
  font-size: 50px;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  stroke: #fff;
  fill: none; }
  @media (max-width: 767.98px) {
    .carousel-control-prev svg, .carousel-control-next svg {
      display: none; } }
.carousel-control-next svg {
  transform: rotate(180deg); }
  @media (min-width: 768px) {
    .carousel-control-next svg {
      margin-right: -15px;
      right: 50%; } }
@media (min-width: 768px) {
  .carousel-control-prev svg {
    margin-left: -15px;
    left: 50%; } }

.navbar-toggler {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    box-shadow: none;
    color: #fff;
    border-color: #fff; }
    .navbar-toggler:hover .navbar-toggler-icon, .navbar-toggler:focus .navbar-toggler-icon {
      background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3e%3cpath stroke="%23fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e'); }

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3e%3cpath stroke="%23aaa" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e'); }

.btn, a, .btn:hover, a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none !important; }

.btn-primary {
  background: #e89f10;
  border: none;
  text-transform: uppercase; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #F3C024 none repeat scroll 0% 0%;
    box-shadow: none; }
  .btn-primary svg {
    height: 1em;
    width: 1em;
    fill: #fff;
    margin-bottom: 0.2em; }

@media (max-width: 991.98px) {
  .btn {
    padding: 1em 2em; } }

.grid {
  margin: 0 auto;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .grid.grant-portfolio h2 {
    font-size: 1.3em; }
  .grid.copywriter-portfolio h2 {
    font-size: 1.5em; }
  .grid.online-portfolio h2 {
    font-size: 1.2em; }
  .grid figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 1px;
    /*change here for spacing*/
    width: 33.333333333%;
    text-align: center;
    cursor: pointer; }
    .grid figure img {
      position: relative;
      display: block;
      width: 100%;
      opacity: 1; }
    .grid figure figcaption {
      padding: 2em;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.25em;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .grid figure figcaption::before, .grid figure figcaption::after {
        pointer-events: none; }
      .grid figure figcaption > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        text-indent: 200%;
        white-space: nowrap;
        font-size: 0;
        opacity: 0; }
      .grid figure figcaption a {
        border: 1px solid #fff;
        margin-top: 1em;
        display: inline-block;
        color: #fff;
        padding: 1em 2em; }
        .grid figure figcaption a:hover {
          text-decoration: none;
          padding: 1em 4em; }
    .grid figure h2 {
      word-spacing: -0.15em;
      font-weight: 700;
      margin: 0; }
    .grid figure p {
      margin: 0;
      padding-top: 1em;
      letter-spacing: 1px;
      font-size: 68.5%; }

/* Common style */
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
/* Individual effects */
/*---------------*/
/***** Lily *****/
/*---------------*/
figure {
  /*---------------*/
  /***** Sadie *****/
  /*---------------*/
  /*---------------*/
  /***** Roxy *****/
  /*---------------*/
  /*---------------*/
  /***** Bubba *****/
  /*---------------*/
  /*---------------*/
  /***** Romeo *****/
  /*---------------*/
  /*---------------*/
  /***** Layla *****/
  /*---------------*/
  /*---------------*/
  /***** Honey *****/
  /*---------------*/
  /*---------------*/
  /***** Oscar *****/
  /*---------------*/
  /*figure.effect-oscar img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
*/
  /*---------------*/
  /***** Marley *****/
  /*---------------*/
  /*---------------*/
  /***** Ruby *****/
  /*---------------*/ }
  figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
    -o-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }
  figure.effect-lily figcaption {
    text-align: left; }
    figure.effect-lily figcaption > div {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 2em;
      width: 100%;
      height: 50%; }
  figure.effect-lily h2, figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: -moz-transform 0.35s;
    -ms-transition: -ms-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    transition: transform 0.35s; }
  figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.2s, -moz-transform 0.35s;
    -ms-transition: opacity 0.2s, -ms-transform 0.35s;
    -o-transition: opacity 0.2s, -o-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s; }
  figure.effect-lily:hover img, figure.effect-lily:hover p {
    opacity: 1; }
  figure.effect-lily:hover img, figure.effect-lily:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -ms-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s; }
  figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    -o-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    -moz-transition: -moz-transform 0.35s, color 0.35s;
    -ms-transition: -ms-transform 0.35s, color 0.35s;
    -o-transition: -o-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  figure.effect-sadie figcaption::before {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    -moz-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    -ms-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    -o-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0); }
  figure.effect-sadie:hover figcaption::before, figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%); }
    figure.effect-roxy img {
      max-width: none;
      width: -webkit-calc(100% + 60px);
      width: calc(100% + 60px);
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(-50px, 0, 0);
      transform: translate3d(-50px, 0, 0); }
    figure.effect-roxy figcaption {
      padding: 3em;
      text-align: left; }
      figure.effect-roxy figcaption::before {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        border: 1px solid #fff;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0); }
    figure.effect-roxy h2 {
      padding: 30% 0 10px 0; }
    figure.effect-roxy p {
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0); }
    figure.effect-roxy:hover img {
      opacity: 0.7;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-roxy:hover figcaption::before, figure.effect-roxy:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s; }
  figure.effect-bubba:hover img {
    opacity: 1; }
  figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); }
  figure.effect-bubba h2 {
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: rgba(0, 0, 0, 0.8); }
  figure.effect-bubba:hover h2, figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-romeo {
    -webkit-perspective: 1000px;
    perspective: 1000px; }
    figure.effect-romeo img {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0, 0, 300px);
      transform: translate3d(0, 0, 300px); }
    figure.effect-romeo:hover img {
      opacity: 0.6;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-romeo figcaption::before, figure.effect-romeo figcaption::after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80%;
      height: 1px;
      background: #fff;
      content: '';
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
    figure.effect-romeo:hover figcaption::before {
      opacity: 0.5;
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
      transform: translate3d(-50%, -50%, 0) rotate(45deg); }
    figure.effect-romeo:hover figcaption::after {
      opacity: 0.5;
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
      transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
    figure.effect-romeo h2, figure.effect-romeo p {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s; }
    figure.effect-romeo h2 {
      -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
      transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0); }
    figure.effect-romeo p {
      padding: 0.25em 2em;
      -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
      transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0); }
    figure.effect-romeo:hover h2 {
      -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
      transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0); }
    figure.effect-romeo:hover p {
      -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
      transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0); }
  figure.effect-layla {
    background: #18a367; }
    figure.effect-layla img {
      height: 390px; }
    figure.effect-layla figcaption {
      padding: 3em; }
      figure.effect-layla figcaption::before, figure.effect-layla figcaption::after {
        position: absolute;
        content: '';
        opacity: 0; }
      figure.effect-layla figcaption::before {
        top: 50px;
        right: 30px;
        bottom: 50px;
        left: 30px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0; }
      figure.effect-layla figcaption::after {
        top: 30px;
        right: 50px;
        bottom: 30px;
        left: 50px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0; }
    figure.effect-layla h2 {
      padding-top: 26%;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s; }
    figure.effect-layla p {
      padding: 0.5em 2em;
      text-transform: none;
      opacity: 0;
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0); }
    figure.effect-layla img, figure.effect-layla h2 {
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0); }
    figure.effect-layla img {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    figure.effect-layla figcaption::before, figure.effect-layla figcaption::after {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    figure.effect-layla p {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    figure.effect-layla:hover img {
      opacity: 0.7;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-layla:hover figcaption::before, figure.effect-layla:hover figcaption::after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    figure.effect-layla:hover h2, figure.effect-layla:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-layla:hover figcaption::after, figure.effect-layla:hover h2, figure.effect-layla:hover p, figure.effect-layla:hover img {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s; }
  figure.effect-honey {
    background: #4a3753; }
    figure.effect-honey img {
      opacity: 0.9;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    figure.effect-honey:hover img {
      opacity: 0.5; }
    figure.effect-honey figcaption::before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background: #fff;
      content: '';
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0); }
    figure.effect-honey h2 {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 1em 1.5em;
      width: 100%;
      text-align: left;
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0); }
      figure.effect-honey h2 i {
        font-style: normal;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0); }
    figure.effect-honey figcaption::before, figure.effect-honey h2 {
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s; }
    figure.effect-honey:hover figcaption::before {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-honey:hover h2 {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      figure.effect-honey:hover h2 i {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
  figure.effect-oscar {
    /*    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
        background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);*/ }
    figure.effect-oscar figcaption {
      /*    background-color: rgba(58,52,42,0.7);
          -webkit-transition: background-color 0.35s;
          transition: background-color 0.35s;*/
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      figure.effect-oscar figcaption::before {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        border: 1px solid #fff;
        content: ''; }
    figure.effect-oscar h2 {
      margin: 0;
      opacity: 0;
      letter-spacing: 2px;
      line-height: 1em;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
    figure.effect-oscar figcaption::before, figure.effect-oscar p {
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale(0);
      transform: scale(0); }
    figure.effect-oscar:hover h2 {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1; }
    figure.effect-oscar:hover figcaption::before, figure.effect-oscar:hover p {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    figure.effect-oscar:hover figcaption {
      background-color: rgba(0, 0, 0, 0.8); }
    figure.effect-oscar:hover img {
      opacity: 0.4; }
  figure.effect-marley figcaption {
    text-align: right; }
  figure.effect-marley h2 {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0; }
  figure.effect-marley p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  figure.effect-marley h2 {
    top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-marley h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  figure.effect-marley p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  figure.effect-marley:hover h2::after, figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-ruby {
    background-color: #17819c; }
    figure.effect-ruby img {
      opacity: 0.7;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale(1.15);
      transform: scale(1.15); }
    figure.effect-ruby:hover img {
      opacity: 0.5;
      -webkit-transform: scale(1);
      transform: scale(1); }
    figure.effect-ruby h2 {
      margin-top: 20%;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0); }
    figure.effect-ruby p {
      margin: 1em 0 0;
      padding: 3em;
      border: 1px solid #fff;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
      transform: translate3d(0, 20px, 0) scale(1.1); }
    figure.effect-ruby:hover h2 {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-ruby:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1);
      transform: translate3d(0, 0, 0) scale(1); }
  figure.effect-milo {
    background: #2e5d5a; }
    figure.effect-milo img {
      max-width: none;
      width: -webkit-calc(100% + 60px);
      width: calc(100% + 60px);
      opacity: 1;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
      transform: translate3d(-30px, 0, 0) scale(1.12);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    figure.effect-milo:hover img {
      opacity: 0.5;
      -webkit-transform: translate3d(0, 0, 0) scale(1);
      transform: translate3d(0, 0, 0) scale(1); }
    figure.effect-milo h2 {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 1em 1.2em; }
    figure.effect-milo p {
      padding: 0 10px 0 0;
      width: 50%;
      border-right: 1px solid #fff;
      text-align: right;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(-40px, 0, 0);
      transform: translate3d(-40px, 0, 0); }
    figure.effect-milo:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  figure.effect-dexter {
    background: -webkit-linear-gradient(top, #258dc8 0%, #683c13 100%);
    background: linear-gradient(to bottom, #258dc8 0%, #683c13 100%); }
    figure.effect-dexter img {
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    figure.effect-dexter:hover img {
      opacity: 0.4; }
    figure.effect-dexter figcaption::after {
      position: absolute;
      right: 30px;
      bottom: 30px;
      left: 30px;
      height: -webkit-calc(50% - 30px);
      height: calc(50% - 30px);
      border: 7px solid #fff;
      content: '';
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); }
    figure.effect-dexter:hover figcaption::after {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-dexter figcaption {
      padding: 3em;
      text-align: left; }
    figure.effect-dexter p {
      position: absolute;
      right: 60px;
      bottom: 60px;
      left: 60px;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0, -100px, 0);
      transform: translate3d(0, -100px, 0); }
    figure.effect-dexter:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  figure.effect-sarah {
    background: #42b078; }
    figure.effect-sarah img {
      max-width: none;
      width: -webkit-calc(100% + 20px);
      width: calc(100% + 20px);
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    figure.effect-sarah:hover img {
      opacity: 0.4;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-sarah figcaption {
      text-align: left; }
    figure.effect-sarah h2 {
      position: relative;
      overflow: hidden;
      padding: 0.5em 0; }
      figure.effect-sarah h2::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        content: '';
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); }
    figure.effect-sarah:hover h2::after {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-sarah p {
      padding: 1em 0;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
    figure.effect-sarah:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  figure.effect-zoe h2 {
    float: left; }
  figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em; }
  figure.effect-zoe:hover p.icon-links a:hover, figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31; }
  figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */ }
  figure.effect-zoe h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }
  figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }
    figure.effect-zoe p.icon-links a span::before {
      display: inline-block;
      padding: 8px 10px;
      font-family: 'feathericons';
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

/*---------------*/
/***** Milo *****/
/*---------------*/
/*---------------*/
/***** Dexter *****/
/*---------------*/
/*---------------*/
/***** Sarah *****/
/*---------------*/
/*---------------*/
/***** Zoe *****/
/*---------------*/
.icon-eye::before {
  content: '\e000'; }

.icon-paper-clip::before {
  content: '\e001'; }

.icon-heart::before {
  content: '\e024'; }

figure {
  /*---------------*/
  /***** Chico *****/
  /*---------------*/ }
  figure.effect-zoe h2 {
    display: inline-block; }
  figure.effect-zoe:hover p.description {
    opacity: 1; }
  figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s; }
  figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12); }
  figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1); }
  figure.effect-chico figcaption {
    padding: 3em; }
    figure.effect-chico figcaption::before {
      position: absolute;
      top: 30px;
      right: 30px;
      bottom: 30px;
      left: 30px;
      border: 1px solid #fff;
      content: '';
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
  figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  figure.effect-chico h2 {
    padding: 20% 0 20px 0; }
  figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  figure.effect-chico:hover figcaption::before, figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

.grid figure h2 {
  opacity: 0; }
  @media (min-width: 1400px) {
    .grid figure h2 {
      font-weight: 700;
      font-size: 2.1em; } }
  @media (max-width: 1399.98px) {
    .grid figure h2 {
      font-weight: 700;
      font-size: 2.1em; } }
  @media (max-width: 1199.98px) {
    .grid figure h2 {
      font-weight: 700;
      font-size: 1.6em; } }
  @media (max-width: 991.98px) {
    .grid figure h2 {
      font-weight: 700;
      font-size: 1.5em; } }
  @media (max-width: 767.98px) {
    .grid figure h2 {
      font-size: 1.2em; } }
  @media (max-width: 575.98px) {
    .grid figure h2 {
      font-size: 1.4em; } }
@media (max-width: 1199.98px) {
  figure.effect-oscar figcaption::before {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px; }
  figure.effect-chico figcaption::before {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px; }
  .grid.grant-portfolio figure {
    width: 50%; } }

@media (max-width: 991.98px) {
  .content {
    text-align: center; }
  .grid figure {
    width: 50%; }
  figure.effect-chico figcaption {
    padding: 2em; }
  figure.effect-chico figcaption::before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px; }
  .grid figure.effect-chico p {
    font-size: 0.6em;
    line-height: 1.5em; }
  .grid.grant-portfolio h2 {
    font-size: 0.8em; }
  .grid.grant-portfolio figure {
    width: 50%; }
  .grid.grant-portfolio p {
    font-size: 50%; } }

@media (max-width: 767.98px) {
  .grid.grant-portfolio h2 {
    font-size: 0.8em; }
  .grid.grant-portfolio figure {
    width: 50%; }
  .grid.grant-portfolio p {
    font-size: 50%; } }

@media (max-width: 575.98px) {
  .grid figure {
    width: 100%; }
    .grid figure.effect-oscar figcaption {
      padding: 10% 10%; } }

.books h2 {
  font-size: 1.5em; }

.grid-flex {
  justify-content: center;
  display: flex; }
  .grid-flex figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    /*change here for spacing*/
    text-align: center;
    cursor: pointer; }
    .grid-flex figure img {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      opacity: 1; }
    .grid-flex figure figcaption {
      color: #fff;
      text-transform: uppercase;
      font-size: 1.25em;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      padding: 40px;
      position: absolute;
      inset: 0; }
      .grid-flex figure figcaption::before, .grid-flex figure figcaption::after {
        pointer-events: none; }
      .grid-flex figure figcaption > a {
        position: absolute;
        inset: 0;
        z-index: 1000;
        text-indent: 200%;
        white-space: nowrap;
        font-size: 0;
        opacity: 0; }
      .grid-flex figure figcaption a {
        border: 1px solid #fff;
        margin-top: 1em;
        display: inline-block;
        color: #fff;
        padding: 1em 2em; }
        .grid-flex figure figcaption a:hover {
          text-decoration: none;
          padding: 1em 4em; }
    .grid-flex figure h2 {
      word-spacing: -0.15em;
      letter-spacing: 0.1em;
      font-weight: 700;
      margin: 0; }
    .grid-flex figure p {
      margin: 0;
      letter-spacing: 1px;
      font-size: 68.5%;
      padding: 1em 0; }

/* Common style */
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
/* Individual effects */
/*---------------*/
/***** Lily *****/
/*---------------*/
figure {
  /*---------------*/
  /***** Sadie *****/
  /*---------------*/
  /*---------------*/
  /***** Roxy *****/
  /*---------------*/
  /*---------------*/
  /***** Bubba *****/
  /*---------------*/
  /*---------------*/
  /***** Romeo *****/
  /*---------------*/
  /*---------------*/
  /***** Layla *****/
  /*---------------*/
  /*---------------*/
  /***** Honey *****/
  /*---------------*/
  /*---------------*/
  /***** Oscar *****/
  /*---------------*/
  /*figure.effect-oscar img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
*/
  /*---------------*/
  /***** Marley *****/
  /*---------------*/
  /*---------------*/
  /***** Ruby *****/
  /*---------------*/ }
  figure.effect-lily-flex img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
    -o-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }
  figure.effect-lily-flex figcaption {
    text-align: left; }
    figure.effect-lily-flex figcaption > div {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 2em;
      width: 100%;
      height: 50%; }
  figure.effect-lily-flex h2, figure.effect-lily-flex p {
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  figure.effect-lily-flex h2 {
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: -moz-transform 0.35s;
    -ms-transition: -ms-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    transition: transform 0.35s; }
  figure.effect-lily-flex p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.2s, -moz-transform 0.35s;
    -ms-transition: opacity 0.2s, -ms-transform 0.35s;
    -o-transition: opacity 0.2s, -o-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s; }
  figure.effect-lily-flex:hover img, figure.effect-lily-flex:hover p {
    opacity: 1; }
  figure.effect-lily-flex:hover img, figure.effect-lily-flex:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-lily-flex:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -ms-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s; }
  figure.effect-sadie-flex figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    -o-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  figure.effect-sadie-flex h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    -moz-transition: -moz-transform 0.35s, color 0.35s;
    -ms-transition: -ms-transform 0.35s, color 0.35s;
    -o-transition: -o-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  figure.effect-sadie-flex figcaption::before {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  figure.effect-sadie-flex p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  figure.effect-sadie-flex:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    -moz-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    -ms-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    -o-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0); }
  figure.effect-sadie-flex:hover figcaption::before, figure.effect-sadie-flex:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-roxy-flex {
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%); }
    figure.effect-roxy-flex img {
      max-width: none;
      width: -webkit-calc(100% + 60px);
      width: calc(100% + 60px);
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(-50px, 0, 0);
      transform: translate3d(-50px, 0, 0); }
    figure.effect-roxy-flex figcaption {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 3em;
      text-align: left; }
      figure.effect-roxy-flex figcaption::before {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        border: 1px solid #fff;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0); }
      figure.effect-roxy-flex figcaption p {
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0); }
    figure.effect-roxy-flex:hover img {
      opacity: 0.7;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-roxy-flex:hover figcaption::before, figure.effect-roxy-flex:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  figure.effect-bubba-flex {
    background: #e89f10; }
    figure.effect-bubba-flex img {
      opacity: 0.7;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    figure.effect-bubba-flex:hover img {
      opacity: 0.4; }
    figure.effect-bubba-flex figcaption {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      figure.effect-bubba-flex figcaption::before, figure.effect-bubba-flex figcaption::after {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s; }
      figure.effect-bubba-flex figcaption::before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1); }
      figure.effect-bubba-flex figcaption::after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0); }
    figure.effect-bubba-flex h2 {
      padding-top: 10%;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0); }
    figure.effect-bubba-flex p {
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0); }
    figure.effect-bubba-flex:hover figcaption::before, figure.effect-bubba-flex:hover figcaption::after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    figure.effect-bubba-flex:hover h2, figure.effect-bubba-flex:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  figure.effect-romeo-flex {
    -webkit-perspective: 1000px;
    perspective: 1000px; }
    figure.effect-romeo-flex img {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0, 0, 300px);
      transform: scale(1.1);
      max-width: 102%; }
    figure.effect-romeo-flex:hover img {
      opacity: 0.6;
      -webkit-transform: translate3d(0, 0, 0);
      transform: none; }
    figure.effect-romeo-flex figcaption::before, figure.effect-romeo-flex figcaption::after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80%;
      height: 1px;
      background: #fff;
      content: '';
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
    figure.effect-romeo-flex:hover figcaption::before {
      opacity: 0.5;
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
      transform: translate3d(-50%, -50%, 0) rotate(45deg); }
    figure.effect-romeo-flex:hover figcaption::after {
      opacity: 0.5;
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
      transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
    figure.effect-romeo-flex h2, figure.effect-romeo-flex p {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s; }
    figure.effect-romeo-flex h2 {
      -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
      transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0); }
    figure.effect-romeo-flex p {
      padding: 0.25em 2em;
      -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
      transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0); }
    figure.effect-romeo-flex:hover h2 {
      -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
      transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0); }
    figure.effect-romeo-flex:hover p {
      -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
      transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0); }
  figure.effect-layla-flex {
    background: #18a367; }
    figure.effect-layla-flex figcaption {
      padding: 3em;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      figure.effect-layla-flex figcaption::before, figure.effect-layla-flex figcaption::after {
        position: absolute;
        content: '';
        opacity: 0; }
      figure.effect-layla-flex figcaption::before {
        top: 50px;
        right: 30px;
        bottom: 50px;
        left: 30px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0; }
      figure.effect-layla-flex figcaption::after {
        top: 30px;
        right: 50px;
        bottom: 30px;
        left: 50px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0; }
    figure.effect-layla-flex h2 {
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s; }
    figure.effect-layla-flex p {
      padding: 0.5em 2em;
      text-transform: none;
      opacity: 0;
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0); }
    figure.effect-layla-flex img {
      transform: scale(1.16) translate3d(0, -30px, 0); }
    figure.effect-layla-flex h2 {
      transform: translate3d(0, -30px, 0); }
    figure.effect-layla-flex img {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    figure.effect-layla-flex figcaption::before, figure.effect-layla-flex figcaption::after {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    figure.effect-layla-flex p {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    figure.effect-layla-flex:hover img {
      opacity: 0.7;
      transform: scale(1.16); }
    figure.effect-layla-flex:hover figcaption::before, figure.effect-layla-flex:hover figcaption::after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    figure.effect-layla-flex:hover h2, figure.effect-layla-flex:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-layla-flex:hover figcaption::after, figure.effect-layla-flex:hover h2, figure.effect-layla-flex:hover p, figure.effect-layla-flex:hover img {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s; }
  figure.effect-honey-flex {
    background: #4a3753; }
    figure.effect-honey-flex img {
      opacity: 0.9;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    figure.effect-honey-flex:hover img {
      opacity: 0.5; }
    figure.effect-honey-flex figcaption::before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background: #fff;
      content: '';
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0); }
    figure.effect-honey-flex h2 {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 1em 1.5em;
      width: 100%;
      text-align: left;
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0); }
      figure.effect-honey-flex h2 i {
        font-style: normal;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0); }
    figure.effect-honey-flex figcaption::before, figure.effect-honey-flex h2 {
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s; }
    figure.effect-honey-flex:hover figcaption::before {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-honey-flex:hover h2 {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      figure.effect-honey-flex:hover h2 i {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
  figure.effect-oscar-flex {
    /*    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
        background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);*/ }
    figure.effect-oscar-flex figcaption {
      opacity: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      /*    background-color: rgba(58,52,42,0.7);
          -webkit-transition: background-color 0.35s;
          transition: background-color 0.35s;*/ }
      figure.effect-oscar-flex figcaption::before {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        border: 1px solid #fff;
        content: ''; }
    figure.effect-oscar-flex h2 {
      margin: 0;
      line-height: 1em;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
    figure.effect-oscar-flex figcaption::before, figure.effect-oscar-flex p {
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale(0);
      transform: scale(0); }
    figure.effect-oscar-flex:hover h2 {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-oscar-flex:hover figcaption::before, figure.effect-oscar-flex:hover p {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    figure.effect-oscar-flex:hover figcaption {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.8); }
    figure.effect-oscar-flex:hover img {
      opacity: 0.4; }
  figure.effect-marley figcaption {
    text-align: right; }
  figure.effect-marley h2 {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0; }
  figure.effect-marley p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  figure.effect-marley h2 {
    top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-marley h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  figure.effect-marley p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  figure.effect-marley:hover h2::after, figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-ruby-flex {
    background-color: #17819c; }
    figure.effect-ruby-flex img {
      opacity: 0.7;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale(1.15);
      transform: scale(1.15); }
    figure.effect-ruby-flex:hover img {
      opacity: 0.5;
      -webkit-transform: scale(1);
      transform: scale(1); }
    figure.effect-ruby-flex h2 {
      margin-top: 20%;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0); }
    figure.effect-ruby-flex p {
      margin: 1em 0 0;
      padding: 3em;
      border: 1px solid #fff;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
      transform: translate3d(0, 20px, 0) scale(1.1); }
    figure.effect-ruby-flex:hover h2 {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-ruby-flex:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1);
      transform: translate3d(0, 0, 0) scale(1); }
  figure.effect-milo {
    background: #2e5d5a; }
    figure.effect-milo img {
      max-width: none;
      width: -webkit-calc(100% + 60px);
      width: calc(100% + 60px);
      opacity: 1;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
      transform: translate3d(-30px, 0, 0) scale(1.12);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    figure.effect-milo:hover img {
      opacity: 0.5;
      -webkit-transform: translate3d(0, 0, 0) scale(1);
      transform: translate3d(0, 0, 0) scale(1); }
    figure.effect-milo h2 {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 1em 1.2em; }
    figure.effect-milo p {
      padding: 0 10px 0 0;
      width: 50%;
      border-right: 1px solid #fff;
      text-align: right;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(-40px, 0, 0);
      transform: translate3d(-40px, 0, 0); }
    figure.effect-milo:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  figure.effect-dexter {
    background: -webkit-linear-gradient(top, #258dc8 0%, #683c13 100%);
    background: linear-gradient(to bottom, #258dc8 0%, #683c13 100%); }
    figure.effect-dexter img {
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    figure.effect-dexter:hover img {
      opacity: 0.4; }
    figure.effect-dexter figcaption::after {
      position: absolute;
      right: 30px;
      bottom: 30px;
      left: 30px;
      height: -webkit-calc(50% - 30px);
      height: calc(50% - 30px);
      border: 7px solid #fff;
      content: '';
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); }
    figure.effect-dexter:hover figcaption::after {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-dexter figcaption {
      padding: 3em;
      text-align: left; }
    figure.effect-dexter p {
      position: absolute;
      right: 60px;
      bottom: 60px;
      left: 60px;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0, -100px, 0);
      transform: translate3d(0, -100px, 0); }
    figure.effect-dexter:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  figure.effect-sarah {
    background: #42b078; }
    figure.effect-sarah img {
      max-width: none;
      width: -webkit-calc(100% + 20px);
      width: calc(100% + 20px);
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    figure.effect-sarah:hover img {
      opacity: 0.4;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-sarah figcaption {
      text-align: left; }
    figure.effect-sarah h2 {
      position: relative;
      overflow: hidden;
      padding: 0.5em 0; }
      figure.effect-sarah h2::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        content: '';
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); }
    figure.effect-sarah:hover h2::after {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    figure.effect-sarah p {
      padding: 1em 0;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
    figure.effect-sarah:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  figure.effect-zoe h2 {
    float: left; }
  figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em; }
  figure.effect-zoe:hover p.icon-links a:hover, figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31; }
  figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */ }
  figure.effect-zoe h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }
  figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }
    figure.effect-zoe p.icon-links a span::before {
      display: inline-block;
      padding: 8px 10px;
      font-family: 'feathericons';
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

/*---------------*/
/***** Milo *****/
/*---------------*/
/*---------------*/
/***** Dexter *****/
/*---------------*/
/*---------------*/
/***** Sarah *****/
/*---------------*/
/*---------------*/
/***** Zoe *****/
/*---------------*/
.icon-eye::before {
  content: '\e000'; }

.icon-paper-clip::before {
  content: '\e001'; }

.icon-heart::before {
  content: '\e024'; }

figure {
  /*---------------*/
  /***** Chico *****/
  /*---------------*/ }
  figure.effect-zoe h2 {
    display: inline-block; }
  figure.effect-zoe:hover p.description {
    opacity: 1; }
  figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s; }
  figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12); }
  figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1); }
  figure.effect-chico figcaption {
    padding: 3em; }
    figure.effect-chico figcaption::before {
      position: absolute;
      top: 30px;
      right: 30px;
      bottom: 30px;
      left: 30px;
      border: 1px solid #fff;
      content: '';
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
  figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  figure.effect-chico h2 {
    padding: 20% 0 20px 0; }
  figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  figure.effect-chico:hover figcaption::before, figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

@media (min-width: 1400px) {
  .books {
    font-size: 0.9em; } }

@media (max-width: 1399.98px) {
  .books {
    font-size: 0.7em; } }

@media (max-width: 1199.98px) {
  .books {
    font-size: 0.65em; } }

@media (max-width: 991.98px) {
  .books {
    font-size: 0.9em; } }

@media (max-width: 767.98px) {
  .books {
    font-size: 1em; } }

@media (max-width: 575.98px) {
  .books {
    font-size: 1em; } }

.social-likes-toolbar {
  position: fixed;
  top: 50%;
  margin-top: -92px;
  right: 0;
  z-index: 1000;
  width: 36px;
  background: #fff;
  padding: 2px;
  border: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.5s ease-in-out; }
  .social-likes-toolbar:hover {
    transition: all 0.5s ease-in-out;
    width: 150px; }
  .social-likes-toolbar .social-likes {
    margin: 0; }
  .social-likes-toolbar .social-likes__button {
    font-weight: 300;
    font-family: "Roboto", "Open Sans", sans-serif;
    padding-left: 2.1em; }
  .social-likes-toolbar .social-likes__widget {
    margin: 1px 0 0 0;
    padding: 5px;
    opacity: 0.8; }
    .social-likes-toolbar .social-likes__widget:hover {
      opacity: 1; }
      .social-likes-toolbar .social-likes__widget:hover .social-likes__button {
        color: #eee; }
    .social-likes-toolbar .social-likes__widget:first-of-type {
      margin: 0;
      border-top-left-radius: 4px; }
    .social-likes-toolbar .social-likes__widget:last-of-type {
      border-bottom-left-radius: 4px; }
  @media (max-width: 575.98px) {
    .social-likes-toolbar {
      display: none; } }
#scrollUp {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #fff;
  border-radius: 0; }
  #scrollUp svg .angle {
    stroke: #fff; }

.breadcrumb-bar {
  background: #111;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }

.breadcrumb {
  background: #111;
  padding: 1px 0;
  margin: 0;
  font-size: 0.9em; }
  @media (max-width: 767.98px) {
    .breadcrumb {
      font-size: 0.7em; } }
  .breadcrumb .active {
    color: #e89f10; }
  .breadcrumb > li {
    clip-path: polygon(calc(100% - 1em) 0, 100% 50%, calc(100% - 1em) 100%, 0% 100%, 1em 50%, 0% 0%);
    padding: 0.7em 2em 0.7em 2em;
    margin-left: -1em;
    background: #e89f10; }
    .breadcrumb > li > a {
      color: #111; }
      .breadcrumb > li > a:hover, .breadcrumb > li > a:focus {
        color: #000;
        text-decoration: none; }
    .breadcrumb > li:first-of-type {
      margin-left: 0; }
    .breadcrumb > li:nth-of-type(odd) {
      background: #fff; }
    .breadcrumb > li:last-of-type {
      background: #111; }

.blueimp-gallery .prev, .blueimp-gallery .next {
  border-width: 2px;
  font-family: "Roboto", "Open Sans", sans-serif; }

.blueimp-gallery .close {
  font-weight: 100;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; }

.blueimp-gallery > .indicator > li {
  width: 30px;
  height: 30px;
  background-size: cover; }
  @media (max-width: 575.98px) {
    .blueimp-gallery > .indicator > li {
      width: 15px;
      height: 15px; } }
/*
 * Adaptive Photo Layout with Flexbox
 * https://css-tricks.com/adaptive-photo-layout-with-flexbox/
 */
.justified-gallery {
  display: flex;
  flex-wrap: wrap;
  /* Portrait: */ }
  .justified-gallery .gallery-item {
    height: 20vh;
    max-height: 250px;
    flex-grow: 1;
    margin: 1px; }
    .justified-gallery .gallery-item img {
      max-height: 100%;
      min-width: 100%;
      object-fit: cover;
      vertical-align: bottom; }
  .justified-gallery:after {
    content: "";
    flex-grow: 10;
    /* Prevent justify/stretch of last photo. 10 seems best */
    display: block; }
  @media (max-aspect-ratio: 1/1) {
    .justified-gallery .gallery-item {
      max-height: 300px; } }
  @media (max-width: 575.98px) {
    .justified-gallery {
      flex-direction: row; }
      .justified-gallery .gallery-item {
        max-height: none;
        height: auto;
        width: 100%; }
        .justified-gallery .gallery-item img {
          width: 100%;
          max-height: 75vh; } }
.grecaptcha-badge {
  visibility: hidden; }

.toast {
  padding: 1em;
  width: 390px;
  z-index: 100; }
  .toast .btn {
    font-size: 0.9em;
    padding: 10px 15px;
    height: 36px; }
  .toast p {
    font-size: 0.9em; }
  @media (max-width: 575.98px) {
    .toast {
      right: 0;
      width: auto;
      max-width: none; } }
/*
 * Header Styles
 */
/*
 * Header Styles
 */
.topbar {
  background: url('data:image/svg+xml,%3csvg width="777" height="6" xmlns="http://www.w3.org/2000/svg"%3e%3cg stroke-width="6"%3e%3cpath stroke="%23dec913" d="M0 3h84"/%3e%3cpath stroke="%23e89f10" d="M84 3h124"/%3e%3cpath stroke="%23986605" d="M208 3h276"/%3e%3cpath stroke="%23e89f10" d="M484 3h293"/%3e%3c/g%3e%3c/svg%3e');
  height: 5px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }

.logo {
  font-size: 1.8em;
  position: relative;
  display: inline-block;
  z-index: 10;
  padding: 18px 0 0 26px;
  line-height: 20px; }
  .logo:before {
    position: absolute;
    display: inline-block;
    background: #e89f10;
    width: 47px;
    height: 54px;
    content: " ";
    top: 4px;
    left: 2px;
    z-index: -1; }
  .logo .family {
    color: #e89f10; }
  .logo .name {
    color: #fff; }
  .logo .profession {
    font-size: 0.45em;
    padding-left: 50px;
    color: #9d9d9d; }
  .logo:hover .profession {
    color: white; }
  @media (max-width: 1199.98px) {
    .logo {
      padding: 12px 0 0 26px; }
      .logo:before {
        top: 0; } }
  @media (max-width: 991.98px) {
    .logo {
      padding: 11px 0 0 26px; }
      .logo:before {
        top: -2px; } }
  @media (max-width: 767.98px) {
    .logo {
      font-size: 1.5em;
      padding: 8px 0 0 29px; }
      .logo:before {
        top: -4px; } }
  @media (max-width: 575.98px) {
    .logo {
      font-size: 1.15em;
      padding: 6px 0 0 33px; }
      .logo:before {
        top: -5px; }
      .logo .profession {
        font-size: 0.6em; } }
.navbar-brand {
  padding-top: 11px; }
  @media (max-width: 991.98px) {
    .navbar-brand {
      padding-top: 7px; } }
.navbar-nav > li > a {
  font-size: 1em;
  line-height: 3.6em; }

.navbar-nav .nav-link {
  padding: 10px 15px; }

@media (max-width: 991.98px) {
  .navbar-nav > li > a {
    line-height: 1.5em; } }

.navbar.fixed-top {
  top: 5px;
  padding-top: 0;
  padding-bottom: 0; }

.navbar-dark {
  background: #111; }
  .navbar-dark .navbar-nav .show > .nav-link {
    color: #e89f10; }
  .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:hover, .navbar-dark .navbar-nav .nav-link.active:focus {
    color: #e89f10; }
  .navbar-dark .navbar-nav > li > a:focus {
    color: #9D9D9D; }
  .navbar-dark .navbar-nav > li.contact-phone > a {
    line-height: 2.3em;
    font-size: 1.5em; }
    @media (max-width: 991.98px) {
      .navbar-dark .navbar-nav > li.contact-phone > a {
        line-height: 1.3em; } }
    @media (max-width: 767.98px) {
      .navbar-dark .navbar-nav > li.contact-phone > a {
        line-height: 1em; } }
  @media (max-width: 767.98px) {
    .navbar-dark .navbar-nav > li > a {
      line-height: 1.5em; } }
  .navbar-dark .navbar-collapse.show, .navbar-dark .navbar-collapse.collapsing {
    margin-top: 10px;
    border-top: 1px solid white; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 15px; } }

html, body {
  margin: 0;
  padding: 0; }

body {
  color: #333;
  font: 300 15px/15px Roboto,Arial,Helvetica;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }

a {
  color: #00a9c6;
  text-decoration: none; }
  a:hover {
    color: #666; }

.form-control {
  height: 48px;
  padding: 15px 15px; }

.invalid-feedback {
  font-size: 1em;
  line-height: 1.7em; }

.field-contactform-body textarea {
  height: 120px; }

.portfolio-default-view {
  padding: 3em 0 0; }

.service h2 {
  font-size: 1.5em;
  margin-bottom: 0.8em; }
  .service h2 svg {
    height: 1em;
    width: 1em;
    margin-right: 0.5em;
    margin-bottom: 0.2em;
    vertical-align: middle;
    fill: #333; }

.books img {
  width: 100%; }

.avatar {
  width: 150px; }

.exclamation {
  width: 50px; }
  .exclamation svg {
    fill: #e89f10; }

hr {
  width: 150px;
  margin: 2em  auto;
  border: 1px solid #e89f10;
  opacity: 0.5; }

blockquote {
  border-left: 3px solid #e89f10;
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.8em;
  margin: 1em 0;
  padding: 0.5em 2em;
  position: relative;
  transition: .2s border ease-in-out;
  z-index: 0; }
  blockquote p {
    font-weight: bold; }
  blockquote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 2em;
    width: 5px;
    margin-top: -1em; }
  blockquote:after {
    content: "\f10e";
    position: absolute;
    top: 50%;
    left: -0.5em;
    background-color: #fff;
    color: #e89f10;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    line-height: 1em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.5em;
    transition: .2s all ease-in-out, .4s transform ease-in-out; }

.learned {
  font-size: 1em;
  line-height: 1.7em; }
  .learned li {
    padding-left: 10px; }
    .learned li::marker {
      content: "\f560";
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      color: green; }

.services > h2 {
  font: 300 2em Roboto,Arial,Helvetica;
  margin: 2em 0 1em 0; }

.services ul li {
  text-align: center;
  width: 10em;
  height: 10em;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 1em 0;
  margin: 1.25em 1.25em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .services ul li:hover {
    border-width: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .services ul li:hover a {
      color: #666;
      width: 100%; }
      .services ul li:hover a svg {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #666;
        fill: #666; }
      .services ul li:hover a img {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        filter: grayscale(1);
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(100%);
        /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
  .services ul li i {
    font-size: 3em; }
  .services ul li img {
    margin-bottom: 0.5em;
    height: 3.3em;
    width: auto; }
  .services ul li svg {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0.5em;
    height: 3.3em;
    width: 3.3em;
    color: #00a9c6;
    fill: #00a9c6; }
  .services ul li span {
    display: block;
    font-size: 1em;
    line-height: 1em;
    padding: 0.1em 0.3em 0 0.3em; }
  .services ul li strong.price {
    font-weight: 500;
    display: block;
    font-size: 0.8em;
    line-height: 1em;
    padding-top: 3px;
    height: 2em; }

.chevron-double-down {
  text-align: center; }
  .chevron-double-down svg {
    width: 50px;
    display: inline-block; }
    .chevron-double-down svg path {
      fill: #e89f10; }

.youtube iframe {
  width: 100%;
  aspect-ratio: 16 / 9; }

.spacer {
  padding-top: 7em; }

.main-default-index .portfolio {
  padding: 6em 0 0 0; }

.main-contact-index, .main-default-index .contact {
  padding-bottom: 6em; }

h1, h2, h3, h4 {
  margin: 0;
  line-height: 1em; }

h1, h2 {
  font: 400 2.5em Roboto,Arial,Helvetica;
  margin-bottom: 1.5em; }

.modal-title {
  font-size: 1.5em; }

p {
  font-size: 1em;
  line-height: 1.7em;
  margin-bottom: 1.7em; }

.highlight-info {
  margin-top: 5em;
  background: url(/img/moscow-city-bg.webp) center fixed;
  background-size: cover;
  color: #fff; }
  .highlight-info .overlay {
    background: rgba(232, 159, 16, 0.7);
    padding: 5em 0; }
  .highlight-info svg {
    height: 5em;
    width: 5em;
    fill: #fff;
    stroke: #fff; }
  .highlight-info .info {
    margin: 0.5em 0 0 0;
    font-size: 1.5em;
    line-height: normal; }

.no-webp .highlight-info {
  background-image: url(/img/moscow-city-bg.jpg); }

/* contact */
.contact-info .row {
  font-size: 1.2em;
  padding-bottom: 0.8em; }
  .contact-info .row svg {
    height: 1em;
    width: 1em;
    fill: #333;
    margin-bottom: 0.2em; }
  .contact-info .row a {
    color: #333; }
    .contact-info .row a:hover {
      color: #000;
      text-decoration: none; }

.top-spacer {
  padding-top: 6em;
  background: #111; }

@media (max-width: 1199.98px) {
  body {
    font-size: 13px;
    line-height: 13px; }
  .top-spacer {
    padding-top: 6.3em; }
  .services ul li {
    margin: 0.5em 0.5em; } }

@media (max-width: 991.98px) {
  .top-spacer {
    padding-top: 5.3em; }
  .spacer {
    padding-top: 9em; }
  .main-default-index .portfolio {
    padding: 5em 0 0 0; }
  .main-contact-index, .main-default-index .contact {
    padding-bottom: 6em; }
  .modal-title, .service h2 {
    font: 300 1.3em Roboto,Arial,Helvetica; }
  .partners img {
    margin: 0 15px 25px 0;
    width: 157px; }
  .services ul li {
    margin: 1em 2em; } }

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
    line-height: 14px; }
  .top-spacer {
    padding-top: 4.6em; }
  .modal-body {
    font-size: 1.3em;
    line-height: 1.3em; }
  .portfolio-default-view {
    padding: 2em 0 0; }
  h1.text-center, h2.text-center {
    text-align: left;
    font-size: 1.7em;
    padding-top: 0.4em; }
  .modal-title, .service h2 {
    font: 300 1.2em Roboto,Arial,Helvetica; }
  .services ul li {
    margin: 1em; }
  .spacer, .main-default-index .portfolio {
    padding-top: 5em; }
  .grid.team div {
    margin: 0;
    padding: 0; }
  .main-contact-index, .main-default-index .contact {
    padding-bottom: 2em; }
  .about {
    padding-top: 1em; }
  .highlight-info .info {
    margin-bottom: 2em; } }

@media (max-width: 575.98px) {
  .top-spacer {
    padding-top: 4.5em; }
  .services ul li {
    margin: 0.5em 0.4em; }
  .contact-info .row {
    font-size: 1.4em; }
    .contact-info .row .col-sm-4 {
      padding-bottom: 1em;
      padding-top: 1em; } }

.viewport-hidden {
  opacity: 0; }

.viewport-visible {
  opacity: 1; }

.confidential-info {
  font-size: 0.8em;
  text-align: right; }

/*
 * Footer Styles
 */
footer {
  background-color: #111;
  color: #aaa;
  font-size: 1em; }
  footer a {
    vertical-align: text-bottom;
    margin: 0 1em; }
  footer.spacer {
    padding-bottom: 5em;
    padding-top: 5em; }
  @media (max-width: 991.98px) {
    footer.spacer {
      padding: 4em 0; } }
  @media (max-width: 767.98px) {
    footer.spacer {
      padding-bottom: 2em; } }
  footer svg {
    -webkit-transition: fill 0.3s ease-in-out;
    -moz-transition: fill 0.3s ease-in-out;
    -ms-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
    height: 2em;
    width: 2em;
    fill: #aaa; }
    footer svg:hover {
      fill: #fff; }

/*# sourceMappingURL=site.css.map */