.nasa-info-short {
    line-height: 1.6
}

.nasa-info-short:empty {
    display: none
}

.nasa-info-short p:last-child {
    margin-bottom: 0
}

.nasa-sc-blogs-list .post-content>*:first-child {
    margin-top: 0
}

.nasa-post-date-author {
    display: inline-block;
    font-size: 90%
}

.nasa-post-date-author i {
    font-size: 120%;
    position: relative;
    top: 2px;
    color: inherit
}

.nasa-post-date-author:after {
    content: " ";
    display: inline-block;
    height: 10px;
    width: 1px;
    border-left: 1px solid #ddd;
    margin: 0 5px
}

.nasa-post-date-author-link {
    color: #aaa
}

.nasa-post-date-author-link:hover {
    color: #000
}

.nasa-post-date-author-link:last-child .nasa-post-date-author:after {
    display: none
}

.nasa-blog-info-slider {
    padding: 10px 0 25px 0
}

.nasa-sc-posts-warp .nasa-blog-wrap-all-items {
    padding-top: 20px
}

.nasa-sc-posts-warp .section-title {
    margin-bottom: 0
}

.nasa-slide-style-blogs .nasa-blog-carousel {
    margin-bottom: 25px
}

.nasa-blog-title {
    font-size: 20px;
    display: inline-block;
    line-height: 1.2
}

.blog-image-attachment {
    position: relative
}

.blog-image-attachment:after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    -webkit-border: 0px solid rgba(255, 255, 255, 0.5);
    -moz-border: 0px solid rgba(255, 255, 255, 0.5);
    -ms-border: 0px solid rgba(255, 255, 255, 0.5);
    -o-border: 0px solid rgba(255, 255, 255, 0.5);
    border: 0px solid rgba(255, 255, 255, 0.5);
    opacity: 0
}

.blog-image-attachment:hover:after {
    opacity: 1;
    -webkit-border: 15px solid rgba(255, 255, 255, 0.5);
    -moz-border: 15px solid rgba(255, 255, 255, 0.5);
    -ms-border: 15px solid rgba(255, 255, 255, 0.5);
    -o-border: 15px solid rgba(255, 255, 255, 0.5);
    border: 15px solid rgba(255, 255, 255, 0.5)
}

.blog-image-attachment img {
    width: 100%
}

.blog-image-fullwidth img,
.nasa-slick-slider .blog-image-attachment img {
    width: 100%
}

.nasa-item-blog-grid-2 {
    position: relative;
    overflow: hidden
}

.nasa-item-blog-grid-2 .entry-blog {
    position: relative;
    z-index: 1
}

.nasa-item-blog-grid-2 .entry-blog-title {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center
}

.nasa-item-blog-grid-2 .entry-blog-title a {
    display: inline-block;
    padding: 8px 50px;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    -webkit-box-shadow: 0px 0px 5px 0px #ececec;
    -moz-box-shadow: 0px 0px 5px 0px #ececec;
    box-shadow: 0px 0px 5px 0px #ececec
}

.nasa-item-blog-grid-2 .nasa-blog-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    visibility: hidden;
    opacity: 0
}

.nasa-item-blog-grid-2 .nasa-info-short {
    margin-top: 15px
}

.nasa-item-blog-grid-2 .nasa-date-author-wrap {
    border-top: 1px solid #efefef;
    padding-top: 20px;
    margin: 25px 0 0 0
}

.nasa-item-blog-grid-2:hover .nasa-blog-info,
.nasa-item-blog-grid-2:active .nasa-blog-info,
.nasa-item-blog-grid-2:focus .nasa-blog-info {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%
}

.nasa-item-blog-grid-3 .blog-image-fullwidth {
    margin-bottom: 30px
}

.nasa-item-blog-grid-3 .nasa-info-short {
    opacity: 0.8
}

.nasa-sc-blogs-list .nasa-sc-blogs-row {
    margin-bottom: 50px
}

.nasa-blog-carousel .slick-dots {
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    body .nasa-sc-blogs-list .blog-image {
        margin-bottom: 20px
    }

    body .nasa-sc-blogs-list .blog-image img {
        width: 100%
    }

    body .nasa-sc-blogs-list .post-content h5 {
        line-height: 1.5
    }
}

.nasa-slick-slider .nasa-banner {
    margin-bottom: 0
}

.nasa-slick-slider .banner-inner {
    opacity: 0;
    display: none
}

.nasa-slick-slider .banner-inner.animated {
    opacity: inherit
}

div.nasa-banner-image {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out
}

img.nasa-banner-image {
    position: static;
    width: 100%;
    height: auto
}

.nasa-banner-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto
}

.nasa-banner-content.align-left {
    left: 10%;
    right: auto
}

.nasa-banner-content.align-right {
    right: 10%;
    left: auto
}

.nasa-banner-content.align-center {
    text-align: center
}

.nasa-banner-content.valign-top {
    top: 10%;
    bottom: auto
}

.nasa-banner-content.valign-bottom {
    bottom: 10%;
    top: auto
}

.nasa-banner-content.valign-middle {
    bottom: 50%;
    top: auto;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.nasa-banner-content .x-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.nasa-banner-content button {
    margin-top: 10px
}

.banner-content-warper {
    position: relative;
    height: 100%;
    z-index: 4;
    max-width: 82.75862em !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.nasa-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer
}

.nasa-banner * {
    font-family: inherit
}

.nasa-banner.hover-zoom {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.nasa-banner.hover-zoom .nasa-banner-image {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.nasa-banner.hover-zoom:hover a {
    text-decoration: none !important
}

.nasa-banner.hover-zoom:hover .nasa-banner-image {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.nasa-banner.hover-reduction {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.nasa-banner.hover-reduction .nasa-banner-image {
    width: 100%;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.nasa-banner.hover-reduction:hover a {
    text-decoration: none !important
}

.nasa-banner.hover-reduction:hover .nasa-banner-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.75
}

.nasa-banner.hover-fade {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out
}

.nasa-banner.hover-fade:hover .nasa-banner-image {
    opacity: 0.8;
    width: 100%
}

.nasa-banner.hover-carousel {
    overflow-x: hidden;
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    animation-duration: 120s !important;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-name: animatedBackground;
    -moz-animation-name: animatedBackground;
    -moz-animation-duration: 120s !important;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0s;
    -moz-animation-direction: normal;
    -moz-animation-fill-mode: none;
    -moz-animation-iteration-count: infinite;
    -moz-animation-play-state: running;
    -webkit-animation-name: animatedBackground;
    -webkit-animation-duration: 120s !important;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running
}

.nasa-banner.hover-lax .nasa-banner-image {
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center
}

.nasa-banner h1 {
    font-size: 380%;
    line-height: 95%;
    margin: 12px 0px
}

.nasa-banner h2 {
    font-size: 330%;
    line-height: 100%;
    margin: 12px 0px
}

.nasa-banner h3 {
    font-size: 280%;
    line-height: 100%;
    margin: 12px 0px
}

.nasa-banner h4 {
    font-size: 200%;
    line-height: 100%;
    margin: 6px 0px
}

.nasa-banner h5 {
    font-size: 150%;
    line-height: 130%;
    margin: 6px 0px
}

.nasa-banner h6 {
    font-size: 100%;
    line-height: 100%;
    margin: 6px 0px
}

.nasa-banner.ns-3d {
    overflow: initial;
    padding-bottom: 30px;
    padding-left: 30px
}

.nasa-banner.ns-3d:before {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 30px;
    left: 30px;
    right: 0;
    border: 6px solid #f1f1f1;
    content: "";
    -webkit-transform: translate(-30px, 30px);
    -moz-transform: translate(-30px, 30px);
    -o-transform: translate(-30px, 30px);
    -ms-transform: translate(-30px, 30px);
    transform: translate(-30px, 30px)
}

.nasa-banner.ns-3d:after {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: -8px;
    bottom: 22px;
    left: 22px;
    right: -8px;
    background: #fff;
    content: "";
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05)
}

.nasa-banner.ns-3d img.nasa-banner-image {
    position: relative;
    z-index: 3
}

.nasa-banner.ns-3d .nasa-banner-content {
    z-index: 4
}

.nasa-banner.ns-3d .nasa-banner-content.align-left {
    padding-left: 30px !important
}

.nasa-banner-v2 h1 {
    font-size: 50px
}

.nasa-banner-v2 h2 {
    font-size: 45px
}

.nasa-banner-v2 h3 {
    font-size: 40px
}

.nasa-banner-v2 h4 {
    font-size: 29px
}

.nasa-banner-v2 h5 {
    font-size: 21px
}

.nasa-banner-v2 h6 {
    font-size: 15px
}

@media only screen and (max-width: 480px) {
    .nasa-banner-v2 h1 {
        font-size: 38px
    }

    .nasa-banner-v2 h2 {
        font-size: 32px
    }

    .nasa-banner-v2 h3 {
        font-size: 28px
    }

    .nasa-banner-v2 h4 {
        font-size: 24px
    }

    .nasa-banner-v2 h5 {
        font-size: 18px
    }
}

.has-border-outner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    border: 1px solid #999
}

.has-border-inner:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    border: 2px solid rgba(255, 255, 255, 0.5)
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3000px 0
    }
}

.banner-wrapper {
    position: relative
}

.nasa-marker-icon-wrap {
    position: relative;
    display: block;
    height: 100%;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.nasa-marker-icon-bg {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #f76b6a;
    border: 3px solid #f76b6a;
    color: #FFF;
    font-size: 85%;
    text-align: center;
    line-height: 35px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.nasa-marker-icon-bg .woocommerce-Price-amount.amount {
    color: inherit !important;
    margin: 0 5px
}

.nasa-marker-icon-bg:hover {
    background-color: #f76b6a !important
}

.nasa-marker-icon-bg:hover .woocommerce-Price-amount.amount {
    color: #fff !important
}

.nasa-marker-icon {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #FFF;
    color: #555;
    border: 3px solid #f76b6a;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.nasa-marker-icon:before {
    line-height: 35px;
    color: inherit
}

.nasa-marker-icon.fa-plus:before {
    line-height: 30px;
    font-size: 65%
}

.nasa-action-effect {
    display: block;
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    opacity: 0;
    z-index: 1;
    background: #f76b6a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.nasa-effect .nasa-action-effect {
    animation: nasa_pulsate 2s ease infinite
}

.wpb_text_column :last-child .nasa-material-pin,
.wpb_text_column :last-child .nasa-product-pin {
    margin-bottom: 20px
}

.nasa-material-pin,
.nasa-product-pin {
    margin-bottom: 20px;
    background: #FFF;
    color: #333;
    padding: 15px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
    -moz-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
    box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3)
}

.nasa-material-pin:after,
.nasa-product-pin:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 15px;
    margin-left: -15px;
    -webkit-filter: drop-shadow(0 1px 1px #dfdfdf);
    filter: drop-shadow(0 1px 1px #dfdfdf)
}

.nasa-product-pin .image-wrap {
    margin: 0 0 10px 0
}

.nasa-product-pin .title-wrap {
    margin: 5px 0
}

.nasa-product-pin .price {
    font-size: 110%;
    margin: 0 0
}

.row .nasa-material-pin .row,
.row .nasa-product-pin .row {
    margin-left: 0;
    margin-right: 0
}

.easypin-popover {
    width: 200px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.easypin-popover.nasa-left,
.easypin-popover.nasa-right {
    bottom: 50% !important
}

.easypin-popover.nasa-left .nasa-material-pin,
.easypin-popover.nasa-left .nasa-product-pin,
.easypin-popover.nasa-right .nasa-material-pin,
.easypin-popover.nasa-right .nasa-product-pin {
    margin-bottom: 0
}

.easypin-popover.nasa-left .nasa-material-pin:after,
.easypin-popover.nasa-left .nasa-product-pin:after,
.easypin-popover.nasa-right .nasa-material-pin:after,
.easypin-popover.nasa-right .nasa-product-pin:after {
    top: 50%;
    border-width: 10px;
    border-top-color: transparent;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.easypin-popover.nasa-left {
    right: 100%;
    left: auto;
    padding-right: 5px;
    -webkit-transform: translate(-10px, 50%);
    -moz-transform: translate(-10px, 50%);
    -o-transform: translate(-10px, 50%);
    -ms-transform: translate(-10px, 50%);
    transform: translate(-10px, 50%)
}

.easypin-popover.nasa-left .nasa-material-pin:after,
.easypin-popover.nasa-left .nasa-product-pin:after {
    right: 1px;
    left: auto;
    border-left-color: #ffffff;
    margin-right: -20px;
    -webkit-filter: drop-shadow(1px 0 1px #dfdfdf);
    filter: drop-shadow(1px 0 1px #dfdfdf)
}

.easypin-popover.nasa-right {
    left: 100%;
    right: auto;
    padding-left: 5px;
    -webkit-transform: translate(10px, 50%);
    -moz-transform: translate(10px, 50%);
    -o-transform: translate(10px, 50%);
    -ms-transform: translate(10px, 50%);
    transform: translate(10px, 50%)
}

.easypin-popover.nasa-right .nasa-material-pin:after,
.easypin-popover.nasa-right .nasa-product-pin:after {
    left: 1px;
    right: auto;
    border-right-color: #ffffff;
    margin-left: -20px;
    -webkit-filter: drop-shadow(-3px 0px 2px #dfdfdf);
    filter: drop-shadow(-3px 0px 2px #dfdfdf)
}

.easypin-popover.nasa-bottom {
    bottom: auto !important;
    top: 100% !important
}

.easypin-popover.nasa-bottom .nasa-material-pin,
.easypin-popover.nasa-bottom .nasa-product-pin {
    margin-bottom: auto;
    margin-top: 20px
}

.easypin-popover.nasa-bottom .nasa-material-pin:after,
.easypin-popover.nasa-bottom .nasa-product-pin:after {
    top: auto;
    bottom: 100%;
    border-top: none;
    border-bottom-color: #ffffff;
    -webkit-filter: drop-shadow(0 -1px 1px #dfdfdf);
    filter: drop-shadow(0 -1px 1px #dfdfdf)
}

.easypin-marker:hover .easypin-popover,
.easypin-marker.nasa-active .easypin-popover {
    opacity: 1;
    visibility: visible
}

.easypin {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.easypin>div {
    width: 100%
}

.easypin>div.easypin-marker {
    width: auto
}

.slick-initialized .easypin {
    display: block
}

.nasa-wrap-relative-image img {
    width: 100%
}

.row>.columns .nasa_pin_pb_image,
.row>.columns .nasa_pin_mb_image,
.nasa-row>.columns .nasa_pin_pb_image,
.nasa-row>.columns .nasa_pin_mb_image {
    width: 100%
}

.row>.columns .easypin,
.nasa-row>.columns .easypin {
    width: auto !important;
    height: auto !important
}

.row>.columns .nasa-slick-slider:not(.slick-initialized) .easypin,
.nasa-row>.columns .nasa-slick-slider:not(.slick-initialized) .easypin {
    width: 100% !important;
    height: 100% !important
}

@keyframes nasa_pulsate {
    0% {
        transform: scale(0.2);
        opacity: 0
    }

    50% {
        opacity: 0.8
    }

    100% {
        transform: scale(1.4);
        opacity: 0
    }
}

@media only screen and (max-width: 767px) {
    .nasa-active .easypin-popover {
        display: block !important
    }
}

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-shadow: 0 0 1px transparent;
    -moz-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.nasa-service-block {
    background: #ffffff;
    border: 1px solid #cccccc
}

.service-block {
    position: relative;
    cursor: pointer
}

.service-block .box {
    background: #ffffff;
    padding: 10px 20px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle
}

.service-block .box:hover .fly_effect {
    -webkit-transform: translate(30px, -80px);
    -ms-transform: translate(30px, -80px);
    -o-transform: translate(30px, -80px);
    transform: translate(30px, -80px);
    -webkit-transition: all 1.3s cubic-bezier(1, -0.53, 0.405, 1.425) 0.1s;
    transition: all 1.3s cubic-bezier(1, -0.53, 0.405, 1.425) 0.1s;
    cursor: pointer
}

.service-block .box:hover .zoom_effect {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03)
}

.service-block .box:hover .buzz_effect {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.service-block .box:hover .rotate_effect {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.service-block .service-icon {
    font-size: 190%;
    color: #888
}

.service-block .service-text {
    overflow: hidden
}

.service-block .service-title {
    text-transform: capitalize;
    font-size: 120%;
    line-height: 150%;
    font-weight: 800;
    color: #333
}

.service-block .service-desc {
    font-size: 100%;
    color: #999
}

.service-block.style-1 {
    margin-bottom: 10px
}

.service-block.style-1 .box {
    display: table-row;
    padding: 0
}

.service-block.style-1 .service-icon {
    width: 60px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    font-size: 300%;
    font-weight: normal;
    color: #f76b6a
}

.service-block.style-1 .service-text {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 100%;
    line-height: 150%
}

.service-block.style-2 {
    text-align: center
}

.service-block.style-2 .box {
    padding: 25px 45px;
    background: #f6f6f6;
    border: none
}

.service-block.style-2 .service-icon {
    float: none;
    margin-right: 0;
    font-size: 250%;
    color: #f76b6a
}

.service-block.style-2 .service-title {
    line-height: 30px;
    margin-top: 5px
}

.service-block.style-2 .service-desc {
    line-height: 22px
}

.service-block.style-3 {
    text-align: center
}

.service-block.style-3 .box {
    padding: 10px;
    border: none
}

.service-block.style-3 .service-icon {
    float: none;
    margin-right: 0;
    font-size: 260%;
    color: #f76b6a
}

.service-block.style-3 .service-text {
    color: #333
}

.service-block.style-3 .service-title {
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 3px
}

.service-block.style-3 .service-desc {
    line-height: 22px
}

.service-block.style-4 {
    text-align: center;
    border: 1px solid #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.service-block.style-4 .box {
    padding: 15px 38px 20px 38px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.service-block.style-4 .service-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 200%;
    color: inherit;
    opacity: 0.5
}

.service-block.style-4 .service-text {
    color: #555
}

.service-block.style-4 .service-title {
    font-size: 115%;
    margin-top: 5px;
    text-transform: uppercase
}

.service-block.style-4 .service-desc {
    line-height: 22px
}

.service-block.style-4:hover {
    border-color: #ccc
}

.nasa-icon-box .box-img {
    min-width: 115px;
    min-height: 115px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
}

.nasa-icon-box .box-img:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px dashed #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.nasa-icon-box .box-img img {
    width: 55px;
    height: auto
}

.nasa-icon-box .box-text {
    color: #333
}

.nasa-icon-box .box-desc {
    opacity: .8
}

.nasa-icon-box .flex-column .box-text {
    margin-top: 25px
}

.nasa-icon-box .flex-row .box-text {
    margin-left: 30px
}

.nasa-icon-box:hover .box-img:before {
    border-color: #f76b6a;
    -webkit-animation: nasa-spin 8s linear infinite;
    -moz-animation: nasa-spin 8s linear infinite;
    -o-animation: nasa-spin 8s linear infinite;
    -ms-animation: nasa-spin 8s linear infinite;
    animation: nasa-spin 8s linear infinite
}

.nasa-col.service-icon {
    border-right: 1px solid #ddd
}

.nasa-col.service-icon.last {
    border: none
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .service-block .box .title .text {
        top: 18px
    }
}

@media only screen and (max-width: 767px) {
    .service-block .box .title .text {
        font-size: 100%
    }

    .service-block .box {
        margin-bottom: 15px
    }
}

.client {
    font-size: 100%;
    text-align: left
}

.client.client-simple {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.client.client-simple .client-img {
    width: 80px
}

.client.client-simple .client-img img {
    margin-top: 5px
}

.client.client-simple .client-name {
    color: #888;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 85%;
    text-align: center;
    min-width: 80px
}

.client .client-inner {
    text-align: center;
    padding: 60px 80px 35px 80px
}

.client .client-inner img {
    margin: 0 auto;
    max-width: 60px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px
}

.client .client-inner .client-info {
    overflow: hidden;
    text-align: center;
    margin-top: 15px
}

.client .client-inner .client-info .quote-left {
    margin-bottom: 30px
}

.client .client-inner .client-info .quote-left:before {
    content: "";
    width: 40px;
    height: 33px;
    background-image: url(assets/images/quote-left.png);
    background-repeat: no-repeat;
    position: absolute
}

.client .client-inner .client-info .client-content {
    line-height: 1.5em;
    letter-spacing: 1px
}

.client .client-inner .client-info .star-rating {
    margin-top: 5px;
    margin-bottom: 14px;
    font-size: 100%;
    margin: 0
}

.client .client-inner .client-info span {
    list-style: none;
    padding-right: 0;
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.client .client-inner .client-info .client-pos {
    color: #666
}

.client .client-inner .client-info .client-name {
    margin-top: 8px;
    margin-bottom: 5px;
    color: #969696;
    font-weight: bold
}

.client .client-inner .client-info .client-img-info {
    display: inline-block
}

.client .client-inner .client-info .client-img-info .client-img {
    display: block;
    vertical-align: middle
}

.client .client-inner .client-info .client-img-info .client-name-post {
    display: block;
    vertical-align: middle
}

.client .client-content {
    font-style: italic;
    margin-bottom: 20px
}

.client.text-left .client-inner,
.client.text-justify .client-inner {
    padding: 0px
}

.client.text-left .client-inner .client-info,
.client.text-justify .client-inner .client-info {
    margin-top: 0
}

.client.text-left .client-inner .client-info .client-img-info,
.client.text-justify .client-inner .client-info .client-img-info {
    display: table
}

.client.text-left .client-inner .client-info .client-img-info .client-img,
.client.text-justify .client-inner .client-info .client-img-info .client-img {
    display: table-cell;
    vertical-align: middle
}

.client.text-left .client-inner .client-info .client-img-info .client-name-post,
.client.text-justify .client-inner .client-info .client-img-info .client-name-post {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px
}

.client.text-left .client-inner .client-info .client-img-info .client-name-post .client-name,
.client.text-justify .client-inner .client-info .client-img-info .client-name-post .client-name {
    color: #f76b6a
}

.client.text-left .client-inner .client-info {
    text-align: left
}

.client.text-right .client-inner .client-info {
    text-align: right
}

.client.text-right .client-inner .client-info .client-img-info {
    display: table
}

.client.text-right .client-inner .client-info .client-img-info .client-img {
    display: table-cell;
    vertical-align: middle
}

.client.text-right .client-inner .client-info .client-img-info .client-name-post {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px
}

.client.text-right .client-inner .client-info .client-img-info .client-name-post .client-name {
    color: #f76b6a
}

.client.text-justify .client-inner .client-info {
    text-align: justify
}

.slick-initialized .slick-slide.client-simple {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

ul.instagram-pics {
    margin-bottom: 0
}

.nasa-instagram {
    position: relative
}

.nasa-instagram.items-4 li {
    width: 25%
}

.nasa-instagram.items-5 li {
    width: 20%
}

.nasa-instagram.items-6 li {
    width: 16.6666%
}

.nasa-instagram.items-7 li {
    width: 14.2857%
}

.nasa-instagram.items-8 li {
    width: 12.5%
}

.nasa-instagram.items-9 li {
    width: 11.1111%
}

.nasa-instagram.items-10 li {
    width: 10%
}

.nasa-instagram li {
    position: relative;
    display: inline-block;
    list-style: none
}

.nasa-instagram li:hover {
    opacity: 0.8
}

.nasa-instagram img.nasa-not-set {
    background: #efefef
}

.nasa-instagram .username-text {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    font-size: 100%;
    font-weight: bold;
    color: #666;
    padding: 12px 20px;
    background: #fff;
    letter-spacing: 0.2em;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.nasa-instagram .username-text span {
    margin-left: 10px
}

.nasa-img-box {
    padding: 5px;
    border: 1px solid #F1F1F1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.nasa-img-box:hover {
    border-color: #f76b6a;
    background-color: #f76b6a0d
}

.nasa-img-box img {
    width: 30%;
    max-width: 85px
}

.nasa-img-box .img-text {
    color: #333
}

.nasa-image-box-grid {
    margin-left: -5px;
    margin-right: -5px
}

.nasa-image-box-grid .item-wrap {
    padding: 5px
}

.flex-items-8>* {
    width: 12.5%
}

.flex-items-7>* {
    width: 14.285%
}

.flex-items-6>* {
    width: 16.666%
}

.flex-items-5>* {
    width: 20%
}

.flex-items-4>* {
    width: 25%
}

.flex-items-3>* {
    width: 33.333%
}

.flex-items-2>* {
    width: 50%
}

.flex-items-1>* {
    width: 100%
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .nasa-instagram.items-tablet-1 li {
        width: 100%
    }

    .nasa-instagram.items-tablet-2 li {
        width: 50%
    }

    .nasa-instagram.items-tablet-2 li:nth-of-type(n) {
        clear: none
    }

    .nasa-instagram.items-tablet-2 li:nth-of-type(2n+1) {
        clear: both
    }

    .nasa-instagram.items-tablet-3 li {
        width: 33.3333%
    }

    .nasa-instagram.items-tablet-3 li:nth-of-type(n) {
        clear: none
    }

    .nasa-instagram.items-tablet-3 li:nth-of-type(4n+1) {
        clear: both
    }

    .nasa-instagram.items-tablet-4 li {
        width: 25%
    }

    .nasa-instagram.items-tablet-4 li:nth-of-type(n) {
        clear: none
    }

    .nasa-instagram.items-tablet-4 li:nth-of-type(4n+1) {
        clear: both
    }

    .nasa-instagram.items-tablet-5 li {
        width: 20%
    }

    .nasa-instagram.items-tablet-5 li:nth-of-type(n) {
        clear: none
    }

    .nasa-instagram.items-tablet-5 li:nth-of-type(5n+1) {
        clear: both
    }

    .nasa-instagram.items-tablet-6 li {
        width: 16.6666%
    }

    .nasa-instagram.items-tablet-6 li:nth-of-type(n) {
        clear: none
    }

    .nasa-instagram.items-tablet-6 li:nth-of-type(6n+1) {
        clear: both
    }

    .medium-flex-items-5>* {
        width: 20%
    }

    .medium-flex-items-4>* {
        width: 25%
    }

    .medium-flex-items-3>* {
        width: 33.333%
    }

    .medium-flex-items-2>* {
        width: 50%
    }

    .medium-flex-items-1>* {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .nasa-instagram.items-mobile-1 li {
        width: 100%
    }

    .nasa-instagram.items-mobile-2 li {
        width: 50%
    }

    .nasa-instagram.items-mobile-2 li:nth-of-type(n) {
        clear: none
    }

    .nasa-instagram.items-mobile-2 li:nth-of-type(2n+1) {
        clear: both
    }

    .nasa-instagram.items-mobile-3 li {
        width: 33.3333%
    }

    .nasa-instagram.items-mobile-3 li:nth-of-type(n) {
        clear: none
    }

    .nasa-instagram.items-mobile-3 li:nth-of-type(4n+1) {
        clear: both
    }

    .nasa-instagram.items-mobile-4 li {
        width: 25%
    }

    .nasa-instagram.items-mobile-4 li:nth-of-type(n) {
        clear: none
    }

    .nasa-instagram.items-mobile-4 li:nth-of-type(4n+1) {
        clear: both
    }

    .nasa-instagram.items-mobile-5 li {
        width: 20%
    }

    .nasa-instagram.items-mobile-5 li:nth-of-type(n) {
        clear: none
    }

    .nasa-instagram.items-mobile-5 li:nth-of-type(5n+1) {
        clear: both
    }

    .nasa-instagram.items-mobile-6 li {
        width: 16.6666%
    }

    .nasa-instagram.items-mobile-6 li:nth-of-type(n) {
        clear: none
    }

    .nasa-instagram.items-mobile-6 li:nth-of-type(6n+1) {
        clear: both
    }

    .small-flex-items-3>* {
        width: 33.333%
    }

    .small-flex-items-2>* {
        width: 50%
    }

    .small-flex-items-1>* {
        width: 100%
    }
}

.images-compare-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: col-resize
}

.images-compare-before {
    will-change: clip;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden
}

.images-compare-after {
    pointer-events: none
}

.images-compare-before img,
.images-compare-after img {
    max-width: 100%;
    height: auto;
    display: block
}

.images-compare-separator {
    position: absolute;
    background: #FFF;
    height: 100%;
    width: 2px;
    z-index: 4;
    left: 0;
    top: 0;
    cursor: inherit;
    -webkit-transform: translateX(-1px);
    -moz-transform: translateX(-1px);
    -o-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px)
}

.images-compare-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 3px solid #FFF;
    z-index: 3;
    background: transparent;
    cursor: inherit;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.images-compare-left-arrow,
.images-compare-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px
}

.images-compare-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px
}

.images-compare-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px
}

.images-compare-container .images-compare-label {
    display: inherit
}

.images-compare-before .images-compare-label {
    left: 10px
}

.images-compare-after .images-compare-label {
    left: auto;
    right: 10px
}