html {
    scroll-behavior: smooth
}

HTML BODY {
    max-width: 1900px;
    margin: 0 auto
}

:root {
    --bg-color1: #f02137;
    --bg-color2: #f02137;
    --bg-color3: #2c2a2a;
    --bg-color4: #847059;
    --title-black: 'oxygenlight';
    --title-bold: 'oxygenlight';
    --font-regular: 'noto_serifregular';
    --font-bold: 'noto_serifregular';
    --font-italic: 'noto_serifregular';
    --font-menu: 'oxygenlight';
    --font-alt: 'oxygenlight'
}

HTML BODY .h1,
HTML BODY .h2,
HTML BODY h1 {
    font-family: var(--title-black) !important
}

HTML BODY h2,
HTML BODY h3,
HTML BODY h4,
HTML BODY h5,
HTML BODY h6 {
    font-family: var(--title-bold)
}

HTML BODY,
HTML BODY p {
    font-family: var(--font-regular)
}

HTML BODY strong {
    font-family: var(--font-bold)
}

HTML BODY em {
    font-family: var(--font-italic)
}

.alt-font {
    font-family: var(--font-alt) !important
}

.navbar-nav a,
.sidenav a {
    font-family: var(--font-menu)
}

.navbar-nav a,
.sidenav a {
    letter-spacing: 1px
}

HTML BODY p {
    font-size: 110% !important
}

.top-header,
.top-header a,
.top-header p {
    font-size: 90% !important
}

.middle-header,
.middle-header a,
.middle-header p {
    font-size: 100% !important
}

.bottom-header,
.bottom-header a,
.bottom-header li a,
.bottom-header p {
    font-size: 100% !important
}

a {
    text-decoration: none !important
}
body,.bg-color{background: #fff(90deg, #b1afaf, #ffffff,#ffffff, #b1afaf)!important;}
.bg-color1,
.bg-color1:hover {
    background: var(--bg-color1) !important
}

.t-color1,
.t-color1:hover {
    color: var(--bg-color1) !important
}

.bg-color2,
.bg-color2:hover {
    background: var(--bg-color2) !important
}

.t-color2,
.t-color2:hover {
    color: var(--bg-color2) !important
}

.bg-color3,
.bg-color3-hover:hover,
.bg-color3:hover {
    background: var(--bg-color3) !important
}

.t-color3,
.t-color3:hover {
    color: var(--bg-color3) !important
}

.bg-color3-hover:hover,
.bg-color4,
.bg-color4:hover {
    background: var(--bg-color4) !important
}

.t-color4,
.t-color4:hover {
    color: var(--bg-color4) !important
}

.bg-dark-25 {
    background: rgba(0, 0, 0, .25)
}

.bg-dark-50 {
    background: rgba(0, 0, 0, .5)
}

.bg-dark-75 {
    background: rgba(0, 0, 0, .75)
}

.bg-dark-gradient-50 {
    background: #fff(80deg, rgba(0, 44, 83, .87), #002c53, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
}

.bg-img-thank-you-page {
    background: url(../images/elements/slider/1.jpg)
}

.bg-img1 {
    background: url(../images/elements/bg/bg_1.jpg)
}

.bg-img2 {
    background: url(../images/elements/bg/bg_2.jpg)
}

.bg-img3 {
    background: url(../images/elements/bg/bg_3.jpg)
}

.bg-img4 {
    background: url(../images/elements/bg/bg_4.jpg)
}

.bg-img5 {
    background: url(../images/elements/bg/bg_5.jpg)
}

.bg-imgMobile {
    background: url(../images/elements/slider/bg_imgMobile.jpg)
}

.bg-img {
    background-size: cover
}

.bg-img-100 {
    background-size: 100%
}

.bg-img-contain {
    background-size: contain
}

.bg-repeat-x {
    background-repeat: repeat-x
}

.bg-repeat-y {
    background-repeat: repeat-y
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-img-fixed {
    background-attachment: fixed
}

.bg-img-top-left {
    background-position: top left
}

.bg-img-top-center {
    background-position: top center
}

.bg-img-top-right {
    background-position: top right
}

.bg-img-center-left {
    background-position: center left
}

.bg-img-center-center {
    background-position: center center
}

.bg-img-center-right {
    background-position: center right
}

.bg-img-right-left {
    background-position: right left
}

.bg-img-right-center {
    background-position: right center
}

.bg-img-right-right {
    background-position: right right
}

.bg-height {
    padding: 11% 0
}

.svgPosition {
    line-height: 0;
    z-index: -2;
    margin-bottom: -2px;
    margin-left: -1px !important
}

.svgPositionInvert {
    transform: rotateY(-540deg);
    line-height: 0;
    z-index: -2;
    margin-bottom: -2px;
    margin-left: -1px !important
}

.t-shadow-50 {
    text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.t-shadow-100 {
    text-shadow: 0 0 10px #000
}

i {
    position: relative;
    vertical-align: -5px
}

.fa {
    transform: translateY(-5px)
}

.list-style-none li {
    list-style: none
}

.main-navbar .dropdown,
.main-navbar .dropdown:hover,
.main-navbar .navbar-nav a,
.main-navbar .navbar-nav a:hover,
a[data-fancybox=gallery]>img:hover {
    transition: all .3s ease;
    color: var(--bg-color1)
}

.main-navbar .navbar-nav a {
    color: var(--bg-color2);
    font-size: 1.05rem !important
}

.main-navbar .navbar-nav a:hover {
    color: var(--bg-color3)
}

.dropdown-menu a:hover,
.main-navbar .navbar-nav .active a {
    background: #a87d4f !important;
    color: #fff !important
}

.navbar-toggler {
    background: var(--bg-color3) !important
}

.main-navbar .dropdown .active,
.main-navbar .dropdown:hover {
    background: var(--bg-color3) !important
}

.main-navbar .dropdown-menu {
    padding: 0
}

.main-navbar .dropdown-menu a {
    color: var(--bg-color1);
    background: 0 0
}

.main-navbar .dropdown-menu a:hover {
    background: var(--bg-color1) !important;
    background: 0 0
}

.main-navbar .dropdown-menu {
    background: var(--bg-color3);
    border-radius: 0 !important;
    transform: translateY(-2px);
    border: none
}

#indicador-carousel .carousel-caption h5 {
    font-size: 180%
}

#indicador-carousel .carousel-caption p {
    font-size: 110% !important
}

#indicador-carousel .carousel-caption a.btn {
    font-size: 90%
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: var(--bg-color2);
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px
}

.sidenav a {
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: .3s
}

.sidenav a:hover {
    color: var(--bg-color4);
    background: #f6f6f6
}

.sidenav .active {
    background: #fff;
    color: var(--bg-color4)
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    margin-left: 50px
}

.sidenav .closebtn:hover {
    background: 0 0 !important
}

@media(min-width:300px) {
    .image-min {
        width: 100% !important
    }
    .negative-margin-top2,
    .services-home {
        margin-top: -6% !important
    }
    #indicador-carousel .carousel-caption h3 {
        font-size: 25px !important
    }
    .carousel-caption{bottom: 0px}
    #indicador-carousel .carousel-caption .btn {font-size: 15px !important}
    .bg-dark-gradient-50 {
        background: #fff(80deg, rgba(0, 44, 83, .97), rgba(0, 44, 83, .82), rgba(0, 44, 83, .51), rgba(0, 0, 0, .3)) !important
    }
    .sidenav .closebtn {
        font-size: 170% !important
    }
    .top-slider {
        margin-top: 6px;
        position: relative;
        z-index: 0
    }
    .efectMissionIcon {
        margin-left: 0 !important
    }
    .sidebarContact {
        font-size: .8em
    }
}

@media(min-width:540px) {
    .carousel-caption {
        bottom: 8% !important
    }
    .negative-margin-top2 {
        margin-top: 5%
    }
    .sidenav .closebtn {
        font-size: 170% !important
    }
    .top-slider {
        margin-top: 6px;
        position: relative;
        z-index: 0
    }
    #indicador-carousel .carousel-caption a.btn {
    font-size: 60%; }
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }
    .sidenav a {
        font-size: 18px
    }
}

@media(min-width:768px) {
    .efectMissionIcon {
        /*margin-left: -41px !important*/
    }
    .sidebarContact {
        font-size: 1em
    }
    #indicador-carousel .carousel-caption a.btn {
    font-size: 80%!important; }
}

@media(min-width:960px) {
    .image-min {
        width: 70% !important
    }
    .carousel-caption {
        bottom: 10% !important
    }
    .negative-margin-top2 {
        margin-top: -2%
    }
    #indicador-carousel .carousel-caption h3 {
        font-size: 280% !important
    }
    #indicador-carousel .carousel-caption a.btn {
    font-size: 90%; }
    .bg-dark-gradient-50 {
        background: #fff(80deg, rgba(0, 44, 83, .87), #002c53, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important
    }
    .sidenav .closebtn {
        font-size: 170% !important
    }
    .top-slider {
        margin-top: -224px;
        position: relative;
        z-index: 0
    }
}

@media(min-width:1140px) {
    .image-min {
        width: 70% !important
    }
    .carousel-caption {
        bottom: 10%!important
    }
    .negative-margin-top2 {
        margin-top: -2%
    }
    #indicador-carousel .carousel-caption h3 {
        font-size: 350% !important
    }
    .sidenav .closebtn {
        font-size: 190% !important
    }
    .top-slider {
        margin-top: -224px;
        position: relative;
        z-index: 0
    }
}

.top-menu {
    position: relative;
    z-index: 100
}

a.navbar-brand {
    font-size: 130% !important
}

.navbar-toggler {
    margin-bottom: 10px
}

.go-up {
    background: url(../../src/images/elements/top.png) #000 center center;
    border-radius: 50px;
    opacity: .5;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 67px;
    right: 25px;
    display: inline-block !important
}

.go-up:hover {
    opacity: 1
}

.hide-top,
.hide-top-alt {
    opacity: 0 !important
}

.icon-align {
    min-width: 24px;
    text-align: center;
    position: absolute;
    left: 20px;
    margin-top: 8px
}

.icon-align-ul li {
    list-style: none
}

.icon-align-ul li {
    list-style: none
}

a[data-fancybox=gallery]>img:hover {
    box-shadow: rgba(0, 0, 0, .5) 0 0 2px 3px
}

.shake-bottom {
    -webkit-animation: shake-bottom .8s cubic-bezier(.455, .030, .515, .955) 3 both;
    animation: shake-bottom .8s cubic-bezier(.455, .030, .515, .955) 3 both
}

@-webkit-keyframes shake-bottom {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    20%,
    40%,
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
}

@keyframes shake-bottom {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    20%,
    40%,
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
}

.listNumber {
    border: 3px solid var(--bg-color3) !important;
}

.listNumber:hover {
    border: 3px solid var(--bg-color2) !important;
    color: #fff !important
}

.form-control {
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #ccc !important;
    transition: all .5s ease-in-out !important
}

.form-control:hover {
    transition: all .5s ease-in-out !important
}

.input-group-text {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important
}

.efect-box, .efect-box2 {
    transition: all .5s ease-in-out !important;
    box-shadow: 0 0 5px 0 var(--bg-color1)!important;
    border-radius: 7px;
}
.efect-box2:hover {
    transform: translate(0,-21px);
    box-shadow: -3px -3px 4px 0 #333131 !important;
    transition: all 1s ease-in-out;
}
.efectIN {
    transition: all .5s ease-in-out !important
}

.efect-box:hover {
    transform: translate(10px, 10px);
    box-shadow: -3px -3px 4px 0 #333131 !important;
    transition: all .5s ease-in-out
}

.efectUP {
    transition: transform .3s cubic-bezier(.34, 2, .6, 1), box-shadow .2s ease
}

.efectUP:hover {
    box-shadow: 0 12px 19px -7px rgba(0, 0, 0, .3);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px)
}

.efectIN:hover {
    transition: all .5s ease-in-out !important;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -moz-transform: scale(.9)
}

.bottom-shadow {
    border: 11px solid #ececec;
    -webkit-box-shadow: 0 10px 17px -6px #001135;
    box-shadow: 0 10px 17px -6px #001135
}

.position-img {
    margin-left: -143px !important;
    position: absolute;
    bottom: -43px;
    z-index: 2
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
    display: inline-block
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2)
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg)
}

.flip-card-back,
.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: .25rem !important
}

.flip-card-front {
    color: #000
}

.flip-card-back {
    background-color: var(--bg-color3);
    color: #000;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg)
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header-border:nth-child(2) {
    border-left: 1px solid var(--bg-color2);
    border-right: 1px solid var(--bg-color2)
}

.titleTop {
    display: block;
    padding: 25px 40px 15px 20px;
    border-bottom: 1px solid var(--bg-color3);
    margin: -7px 0 -12px
}

.titleTop1 {
    display: block;
    padding: 25px 40px 15px 20px;
    border-bottom: 1px solid #fff;
    margin: -7px 0 -12px
}

.services-home {
    position: relative;
    margin-top: -65px;
    z-index: 1
}

.services-home .service {
    box-shadow: 0 0 6px 2px #6d6b6b
}

.services-home .service:hover h5 {
    color: var(--bg-color1)
}

.services-home .service:hover a {
    border: 1px solid #fff;
    color: #fff
}

.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    background: var(--bg-color3);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px
}

.hvr-shutter-in-horizontal:active,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:hover {
    color: #fff
}

.hvr-shutter-in-horizontal:active:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

a.styleBtn {
    position: relative;
    font-weight: 700;
    overflow: hidden;
    color: #fff !important;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    text-decoration: none;
    transition: all ease .5s;
    background: var(--bg-color4);
    border-radius: 10px;
}

a.styleBtn:after,
a.styleBtn:before {
    width: 40px;
    height: 200px;
    content: '';
    display: block;
    background: rgba(255, 255, 255, .5);
    transform: rotate(45deg);
    top: -60px;
    position: absolute;
    transition: none;
    right: -45%;
    cursor: pointer
}

a.styleBtn:before {
    left: -48%
}

a.styleBtn:hover {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    background: var(--bg-color4)
}

a.styleBtn:hover:after,
a.styleBtn:hover:before {
    transform: rotate(45deg), scaleX(130%);
    background: rgba(255, 255, 255, .1);
    transition: all ease .5s
}

a.styleBtn:hover:after {
    right: 130%
}

a.styleBtn:hover:before {
    left: 130%
}

.efectMissionIcon {
    background: #fff;
    transition: all .5s ease-in-out !important
}

.efectMission:hover .efectMissionIcon {
    transition: all .5s ease-in-out !important;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg)
}

.sliderServices {
    display: flex;
    align-items: center;
    justify-content: center
}

.sliderServices__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 33.33%;
    height: 100vh;
    font-size: 22px;
    line-height: 32px;
    text-shadow: 0 0 10px #000;
    transition: all .3s
}

.sliderServices__item:hover {
    flex-basis: 50%;
    color: red !important
}

.ServicesMobil a h3,
.sliderServices__item a h3 {
    color: var(--bg-color1) !important;
    transition: all ease .5s
}

.ServicesMobil:hover a h3,
.sliderServices__item:hover a h3 {
    color: #fff !important;
    transition: all ease .5s
}

.item-1 {
    background: url(../images/services/home1.jpg) center center no-repeat;
    background-size: cover
}

.item-2 {
    background: url(../images/services/home2.jpg) center center no-repeat;
    background-size: cover
}

.item-3 {
    background: url(../images/services/home3.jpg) center center no-repeat;
    background-size: cover
}

.item-4 {
    background: url(../images/services/home4.jpg) center center no-repeat;
    background-size: cover
}

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

@media only screen and (max-width:1200px) and (min-width:992px) {
    .sliderServices__item {
        height: 70vh
    }
}

@media only screen and (max-width:991px) and (min-width:200px) {
    .ServicesMobil {
        padding: 12% 0
    }
}

.titlePosition {
    position: relative;
    z-index: 6
}

.meet-ask-row:after {
    content: "";
    width: 80%;
    height: 100%;
    border-right: 7px solid #2b3036;
    display: block;
    position: absolute;
    left: 32px;
    top: 0;
    background: var(--bg-color4);
    -moz-transform: skewX(35deg);
    -webkit-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    transform: skewX(35deg);
    box-shadow: 0 0 12px -5px #000;
    -webkit-box-shadow: 0 0 12px -5px #000;
    background-image: url(../images/elements/bg/meet-ask-row.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat
}

.meet-ask-row::after {
    right: auto;
    background-position: right;
    -moz-transform: skewX(-35deg) rotate(180deg);
    -webkit-transform: skewX(-35deg) rotate(180deg);
    -o-transform: skewX(-35deg) rotate(180deg);
    -ms-transform: skewX(-35deg) rotate(180deg);
    transform: skewX(-35deg) rotate(180deg)
}

.meet-ask-row:after {
    border-left: 7px solid #2b3036;
    border-right: 0
}

.bagde,
.btn {
    white-space: pre-line !important
}
.effect-zoom-in {
    -webkit-animation: effect-zoom-in 5s ease-out both;
    animation: effect-zoom-in 5s ease-out both
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
.slit-in-vertical {
    -webkit-animation: slit-in-vertical .45s ease-in both;
    animation: slit-in-vertical .45s ease-in both
}

/* ----------------------------------------------
 * Generated by Animista on 2020-9-2 10:48:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes slit-in-vertical {
    0% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0
    }
    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0)
    }
}

@keyframes slit-in-vertical {
    0% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0
    }
    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0)
    }
}
.gmap-here-contact iframe{
    border: 5px solid var(--bg-color4)!important;
    box-shadow: 0px 4px 13px -1px #000!important;
}
.grid figure {
    position: relative;
    overflow: hidden;
    min-width: 300px;
    max-width: 100%;
    max-height: 360px;
    width: 100%;
    background: #000;
    text-align: center;
    /*cursor: pointer;*/
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2 span {
    font-weight: 800;
}
.grid figure h2,
.grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%!important;
}
figure.slide-left-anim img {
    max-width: none;
    -webkit-filter: grayscale(0.7);
    filter: grayscale(0.7);
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.5;
    -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.slide-left-anim figcaption {
    /*text-align: left;*/
}

figure.slide-left-anim figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    height: 60%;
}

figure.slide-left-anim h3,
figure.slide-left-anim p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.slide-left-anim h3 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.slide-left-anim p {
    color: rgba(255,255,255,1);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}
figure.slide-left-anim:hover img{opacity: 0.2;-webkit-filter: grayscale(0);filter: grayscale(0);}

figure.slide-left-anim:hover p {
    opacity: 1;
}

figure.slide-left-anim:hover img,
figure.slide-left-anim:hover h3,
figure.slide-left-anim:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.slide-left-anim:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.font-arial{font-size:10px;}