/*------------------------------------------------------------------
[Table of contents]
1. Service CSS
2. Image/Text Slider CSS
3. Button CSS
4. Team CSS
5. Isotope CSS
6. Big Text/Medium Text
7. Skills CSS
8. Image PopUp (PreetyPhoto) CSS
9. Portfolio Page CSS
10. Pricing CSS
11. Contact Info CSS
12. Single Portfolio
13. Responsive CSS
14. Offer CSS
15. Form
-------------------------------------------------------------------*/


/* ===================================
    1. Global CSS
====================================== */

.section-title-holder {
    width: 300px;
    position: relative;
    color: #000;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

@media screen and (min-width: 1025px) {
    .section-title-holder {
        background-color: transparent !important;
    }
}

.section-content-holder {
    width: 800px;
    margin-top: 200px;
}

span.current-section-num {
    font-weight: 700;
}

span.total-section-num {
    font-weight: 300;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.21);
    vertical-align: 60px;
}

.section-num {
    font-family: 'Poppins', sans-serif;
    font-size: 140px;
    line-height: 100%;
    letter-spacing: -3px;
}

.section.page-split .section-title-holder .page-desc {
    text-align: left;
}


.section.full-screen {
    min-height: calc(100vh - 140px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.section.full-screen .section-wrapper {
    margin: auto;
    padding: 0;
    transform: translateY(-50px);
}

.bg-holder {
    float: none !important;
}

.bg-holder.float-left img {
    position: absolute;
    top: -70px;
    transform: translateX(-104%);
    left: 420px;
    z-index: 0;
    max-width: none !important;
    max-height: none !important;
}

.bg-holder.float-right img {
    position: absolute;
    top: -70px;
    transform: translateX(100%);
    right: 420px;
    z-index: 0;
    max-width: none !important;
    max-height: none !important;
}

.blog-holder-scode {
    margin-top: 0;
}

.blog-holder-scode article:nth-of-type(2n) {
    margin-right: 0;
}

.blog-item-holder-scode {
    margin: 30px 0;
    width: 336px;
    display: inline-block;
    margin-right: 123px;
}

.blog-item-holder-scode h4 {
    padding: 0;
    max-width: 930px;
    margin: 0 auto;
}

.blog-item-holder-scode h4 a {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.blog-item-holder-scode h4 a:hover {
    color: #864eff;
}

.blog-item-holder-scode .cat-links ul {
    list-style: none;
    padding: 0;
}

.blog-item-holder-scode .cat-links ul li {
    display: inline-block;
}

.blog-item-holder-scode .cat-links ul li a:after {
    content: ",";
    padding-right: 5px;
}

.blog-item-holder-scode .cat-links ul li:last-child a:after {
    display: none

}

.blog-item-holder-scode .cat-links ul a {
    text-transform: uppercase;
    color: #864eff;
}

.blog-item-holder-scode .entry-date.published, .blog-item-holder-scode .cat-links {
    display: inline-block;
    font-size: 14px;
    color: #828282;
    margin-top: -10px;
}

.blog-item-holder-scode .entry-date.published:after {
    content: "\2022";
    display: inline-block;
    margin: 0 7px 0 10px;
}

.blog-holder-scode .more-posts-link {
    vertical-align: text-bottom;
    display: inline-block;
    background: #864eff;
    border-radius: 5px;
    width: 255px;
    height: 90px;
}

.blog-holder-scode .more-posts-link a {
    display: block;
    text-align: center;
}

.blog-holder-scode .more-posts-link img {
    transition: transform .3s ease;
    width: 60px;
    height: 60px;
    margin-top: 15px;
}

.blog-holder-scode .more-posts-link:hover img {
    transform: translateX(10px);
}


/* ===================================
    1.1 Columns CSS
====================================== */

.one, .one_half, .one_third, .two_third, .three_fourth,
.one_fourth {
    margin-right: 8%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.one {
    float: none;
    display: block;
    clear: both;
    margin-right: 0;
}

.one_half {
    width: 46%;
}

.one_third {
    width: 28%;
}

.two_third {
    width: 64%;
}

.one_fourth {
    width: 19%;
}

.three_fourth {
    width: 73%;
}

.animate {
    opacity: 0;
    transition: .3s ease-in;
    -ms-transform: translate(0px, 70px);
    -webkit-transform: translate(0px, 70px);
    transform: translate(0px, 70px);
}

.animate.show-it {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.wait-01s {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.wait-02s {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.wait-03s {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.wait-04s {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.wait-05s {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.wait-06s {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.wait-07s {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.wait-08s {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.wait-09s {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.wait-10s {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.wait-11s {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.wait-12s {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.wait-13s {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.wait-14s {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.wait-15s {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}


/* ===================================
    1. Service CSS
====================================== */


.service-item {
    text-align: center;
    margin: 0 auto;
}

.service-item .service-title {
    transition: all .5s ease;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-bottom: 15px;
}


.service-item:after {
    content: "";
    display: block;
    position: absolute;
    top: -15%;
    left: -25%;
    width: 150%;
    height: 130%;
    border-radius: 10px;
    opacity: 0;
    transition: opacity .5s ease;
    background-color: #F7F7F7;
    z-index: -1;
}

.site-wrapper .service-item:hover img.service-icon {
    transform: scale(1.1);
}

.site-wrapper img.service-icon {
    transition: transform .3s ease;
    width: 45px;
    height: 45px;
}

.service-item:hover:after {
    opacity: 1;
}

.service-content {
    opacity: 0;
    transition: opacity .5s ease;
    color: #a7a7a7;
    font-size: 14px;
}

.service-item:hover .service-content {
    opacity: 1;
}


/* ===================================
    2. Image Slider CSS
====================================== */

.image-slider-wrapper {
    margin-bottom: 45px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    background: #e3e3e3;
    transition: all .2s ease;
    border: 4px solid transparent;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: white;
    border-color: #f1576b;
}


/* ===================================
    3. Button CSS
====================================== */

input[type="submit"],
a.button {
    display: inline-block;
    color: #fff !important;
    background-color: #f1576b;
    text-align: left;
    padding-bottom: 17px;
    padding-top: 17px;
    padding-left: 60px;
    padding-right: 60px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
}

a.button:hover {
    background-color: #000;
}


/* ===================================
    4. Team CSS
====================================== */

.member-item-wrapper {
    width: 800px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.member-content {
    color: #828282;
}

.sonar-wrapper {
    position: relative;
    color: #000;
    font-weight: 700;
}

.sonar-emitter {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 9999px;
    background-color: #f1576b;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 15px;
}

.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #f1576b;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.sonar-wave {
    animation: sonarWave 1.2s linear infinite;
}

@keyframes sonarWave {
    from {
        opacity: 0.4;
    }
    to {
        transform: scale(3);
        opacity: 0;
    }
}

.info-text {
    font-family: "Poppins", sens-serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 40px;
    color: #000;
}

#team-holder {
    position: relative;
}

.member-holder-wrapper {
    list-style: none;
    padding: 0;
}

.member-holder-wrapper li.one_third:nth-child(3n), .member-holder-wrapper li.one_half:nth-child(2n), .member-holder-wrapper li.one_fourth:nth-child(4n) {
    margin-right: 0;
}

.member-name {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin: 10px 0 0 0;
}

.member-position {
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    margin-left: -2px;
    color: #828282;
}

.team-load-content-holder {
    opacity: 0;
    transform: translateY(70px);
    transition: all .5s ease;
}

.team-load-content-holder.show {
    transform: translateY(0);
    opacity: 1;
}

.team-load-content-holder.show.viceversa {
    opacity: 0;
    transform: translateY(70px);
}

.member-holder {
    transition: all .5s ease;
    opacity: 1;
    transform: translateY(0px);
    text-align: center;
}

.member-holder.hide {
    opacity: 0;
    transform: translateY(70px);
}

.member-content-wrapper {
    display: none;
}

.member-content-wrapper.show {
    display: block;
}

.close-icon {
    background-image: url(../images/close-left-arrow.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-color: #191919;
    border-radius: 5px;
    margin-bottom: 20px;
    background-size: 70px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.close-icon:hover {
    background-position: -5px 0;
}

.member-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1576b;
    opacity: 0;
    transition: opacity .3s ease;
}

.member-mask img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
    width: 70px !important;
    height: 70px !important;
}

.member-mask:hover, .member-mask.animate-plus {
    opacity: 1;
}

.member-mask.animate-plus img {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.member-holder a.img-link {
    position: relative;
    display: inline-block;
    line-height: 0;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
}


/* ===================================
    5. Isotope CSS
====================================== */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/* ===================================
    6. Big Text/Medium Text
====================================== */

.big-text {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    line-height: 70px;
    color: #000;
    font-weight: 700;
}

.medium-text {
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
}


/* ===================================
    7. Skills CSS
====================================== */

.v-skills-holder {
    position: relative;
    margin: 40px 0;
}

.v-skill {
    width: 5px;
    height: 250px;
    background-color: #e2e2e2;
    position: relative;
    display: inline-block;
    margin-right: 219px;
    z-index: 1;
}

.v-skills-holder .v-skill:last-of-type {
    margin-right: 0;
}

.v-skill-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
    border-radius: 0 0 50px 50px;
}

.v-skill-text {
    position: absolute;
    bottom: 0;
    right: -20px;
    transform: translate(100%, 50%);
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.v-skill-text span {
    font-weight: 300;
    color: #bbbbbb;
    font-size: 48px;
    line-height: 100%;
    display: block;
}


/* ===================================
    8. Image PopUp (PreetyPhoto) CSS
====================================== */

div.pp_default .pp_loaderIcon {
    display: none !important;
}

div.pp_default a.pp_arrow_previous {
    background-image: url(../images/nav_left.png);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    font-size: 0;
    line-height: 0;
    text-indent: -99999999px;
    transition: transform .3s ease;
}

div.pp_default a.pp_arrow_next {
    background-image: url(../images/nav_right.png);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 0;
    line-height: 0;
    text-indent: -99999999px;
    transition: transform .3s ease;
}

div.pp_default a.pp_arrow_previous:hover {
    transform: translateX(-5px);
}

div.pp_default a.pp_arrow_next:hover {
    transform: translateX(5px);
}

div.pp_default .pp_close {
    background-image: url(../images/close.png);
    background-size: 30px 30px;
    margin-top: 5px;
    text-indent: -99999999px;
    font-size: 0;
    line-height: 0;
}

div.pp_default .pp_next:hover {
    background: url(../images/nav_right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 20px;
}

div.pp_default .pp_previous:hover {
    background: url(../images/nav_left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: 20px;
}

div.pp_default .pp_nav .currentTextHolder {
    padding: 0 0 0 20px;
    color: #fff;
}

div.pp_default .pp_description {
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    top: -30px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}

a.video-popup-holder {
    line-height: 0;
    font-size: 0;
    display: block;
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

a.video-popup-holder .thumb {
    border-radius: 90%;
}

.popup-play {
    background-image: url(../images/play_btn.png);
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
    margin-bottom: 0;
    transition: opacity .3s ease;
}

a.video-popup-holder:hover .popup-play {
    opacity: 0.7;
}


/* ===================================
    9. Portfolio Page CSS
====================================== */

.grid {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.gutter-sizer {
    width: 40px;
}

.grid-sizer {
    width: calc(50% - 20px);
}

.grid-item {
    float: left;
    font-size: 0;
    line-height: 0;
    margin-bottom: 40px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.grid-item.p_one_half {
    width: calc(50% - 20px);
}

.grid-item.p_one {
    width: 100%;
}


.grid-item img {
    width: 100% !important;
    height: auto;
    display: block;
}

.grid-item .entry-holder {
    text-align: center;
    background-color: #fff;
    padding: 50px 20px;
}

.grid-item a.item-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f1576b;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.portfolio-text-holder {
    color: white;
    position: absolute;
    bottom: 10%;
    left: 50%;
    display: inline-block;
    z-index: 1;
    opacity: 0;
    transform: translate(-50%);
    transition: all .3s ease;
    text-align: center;
}

.portfolio-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    color: white;
    transform: translate(-50%, -100%);
    font-size: 75px;
    line-height: 75px;
    width: 70px;
    height: 70px;
    margin: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.portfolio-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
}

.portfolio-desc {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 2px;
}

.grid-item a.item-link:hover:after, .grid-item a.item-link:hover .portfolio-text-holder, .grid-item a.item-link:hover .portfolio-plus {
    opacity: 1;
}


.more-posts-portfolio-holder {
    margin-bottom: 50px;
    min-height: 1px;
}

.more-posts-portfolio-holder img {
    width: 70px !important;
    height: 70px !important;
}

.more-posts-portfolio-holder.hide {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    cursor: default;
}

.more-posts-portfolio, .no-more-posts-portfolio, .more-posts-portfolio-loading {
    color: #fff;
    background-color: #f1576b;
    padding: 17px 6px 17px 14px;
    display: block;
    font-size: 11px;
    min-width: 170px;
    letter-spacing: 8px;
    border-radius: 5px;
    transition: all .3s ease;
}

.more-posts-portfolio-loading img {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.more-posts-portfolio {
    cursor: pointer;
}

.more-posts-portfolio:hover {
    background-color: #000;
}

.no-more-posts-portfolio, .more-posts-portfolio-loading {
    display: none;
    background-color: #000;
}

.no-more-posts-portfolio img {
    transform: rotate(45deg);
}

.portfolio-load-content-holder {
    opacity: 0;
    transform: translateY(70px);
    transition: all .5s ease;
}

.portfolio-load-content-holder.show {
    transform: translateY(0);
    opacity: 1;
}

.portfolio-load-content-holder.show.viceversa {
    opacity: 0;
    transform: translateY(70px);
}

.portfolio-content-wrapper {
    display: none;
}

.portfolio-content-wrapper.show {
    display: block;
}

#portfolio-grid {
    transition: all .5s ease;
    opacity: 1;
    transform: translateY(0px);
}

#portfolio-grid.hide {
    opacity: 0;
    transform: translateY(70px);
}

.grid-item a.item-link.animate-plus:after, .ajax-portfolio.animate-plus .portfolio-text-holder, .ajax-portfolio.animate-plus .portfolio-plus {
    opacity: 1;
}

.ajax-portfolio.animate-plus .portfolio-plus img {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}


/* ===================================
    12. Single Portfolio
====================================== */

.portfolio-content {
    color: #828282;
}

.portfolio-item-wrapper {
    width: 800px;
    margin-top: 100px;
    margin-bottom: 50px;
}


/* ===================================
    13. Responsive CSS
====================================== */

@media screen and (max-width: 1024px) {
    .bg-holder {
        display: none;
    }

    .section-title-holder {
        float: none !important;
        width: 110%;
        left: -5%;
        padding-left: 5%;
        padding-bottom: 15px;
    }

    .section-title-holder:after {
        content: "";
        clear: both;
        display: block;
    }

    .section-num {
        font-size: 100px;
        margin-right: 30px;
        float: left;
    }

    span.total-section-num {
        font-size: 35px;
    }

    .section.page-split h2.entry-title {
        padding-top: 55px;
        padding-bottom: 0;
        padding-left: 0 !important;
        max-width: 62%;
    }

    .section.page-split .section-title-holder .page-desc {
        max-width: 62%;
        display: table;
        padding-left: 0;
    }

    .section-content-holder {
        width: 100%;
        margin-top: 75px;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1020px) {
    .v-skill-fill {
        width: 100% !important;
    }
}

@media screen and (max-width: 1020px) {
    .big-text {
        text-align: center;
        font-size: 55px;
        line-height: 60px;
    }

    .big-text br {
        display: none;
    }

    .v-skill {
        width: 100%;
        height: 5px;
        margin-right: 0;
        margin-bottom: 55px;
        margin-top: 30px;
    }

    .v-skills-holder .v-skill:last-of-type {
        margin-bottom: 0;
    }

    .v-skill-text {
        right: auto;
        left: 0;
        transform: none;
        bottom: 10px !important;
    }

    .v-skill-fill {
        height: 100% !important;
        border-radius: 0;
    }

    .v-skill-text span {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {

    .section-content-holder {
        margin-top: 35px;
    }

    .section-num {
        display: none;
    }

    .section.page-split h2.entry-title {
        padding-top: 30px;
        max-width: 90%;
        text-align: center !important;
    }

    .section.page-split .section-title-holder .page-desc {
        max-width: 90%;
        line-height: 20px;
        font-size: 15px;
        text-align: center;
        display: block;
    }

    .medium-text {
        font-size: 27px;
        line-height: 35px;
        text-align: center;
    }

    .medium-text br {
        display: none;
    }

    .blog-item-holder-scode {
        width: 100%;
        margin-right: auto;
        text-align: center;
        float: none;
        padding-bottom: 0;
    }


    .blog-holder-scode .more-posts-link {
        max-width: 175px;
        margin: 0 auto;
        float: none;
        display: block;
    }

    .section.full-screen .section-wrapper {
        transform: none;
    }

    .big-text {
        font-size: 30px;
        line-height: 35px;
    }

    a.button {
        padding-left: 35px;
        padding-right: 35px;
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .grid-item, .grid-sizer {
        width: 100% !important;
    }

    .info-text {
        font-size: 20px;
        line-height: 30px;
    }

    .service-item {
        margin-bottom: 60px;
    }

    .service-item:after {
        width: 100%;
        left: 0;
        opacity: 1;
        border-radius: 0;
    }

    .service-content {
        max-width: 90%;
        margin: 0 auto;
        opacity: 1;
    }

}

/* ===================================
    14. Offer CSS
====================================== */

.offer-item-wrapper {
    width: 800px;
    margin-top: 100px;
    margin-bottom: 50px;

}

.item-holder-wrapper .item-mask {
    background-color: #8838D1;
}

.item-content {
    color: #828282;
}

.sonar-wrapper {
    position: relative;
    color: #000;
    font-weight: 700;
}

.sonar-emitter {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 9999px;
    background-color: #f1576b;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 15px;
}

.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #f1576b;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.sonar-wave {
    animation: sonarWave 1.2s linear infinite;
}

@keyframes sonarWave {
    from {
        opacity: 0.4;
    }
    to {
        transform: scale(3);
        opacity: 0;
    }
}

.info-text {
    font-family: "Poppins", sens-serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 40px;
    color: #000;
}

#offer-holder {
    position: relative;
}

.item-holder-wrapper {
    list-style: none;
    padding: 0;
}

.item-holder-wrapper li.one_third:nth-child(3n), .item-holder-wrapper li.one_half:nth-child(2n), .item-holder-wrapper li.one_fourth:nth-child(4n) {
    margin-right: 0;
}

.item-name {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin: 10px 0 0 0;
}

.item-position {
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    margin-left: -2px;
    color: #828282;
}

.offer-load-content-holder {
    opacity: 0;
    transform: translateY(70px);
    transition: all .5s ease;
}

.offer-load-content-holder.show {
    transform: translateY(0);
    opacity: 1;
}

.offer-load-content-holder.show.viceversa {
    opacity: 0;
    transform: translateY(70px);
}

.item-holder {
    transition: all .5s ease;
    opacity: 1;
    transform: translateY(0px);
    text-align: center;
}

.item-holder.hide {
    opacity: 0;
    transform: translateY(70px);
}

.item-content-wrapper {
    display: none;
}

.item-content-wrapper.show {
    display: block;
}

.close-icon {
    background-image: url(../images/close-left-arrow.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-color: #191919;
    border-radius: 5px;
    margin-bottom: 20px;
    background-size: 70px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.close-icon:hover {
    background-position: -5px 0;
}

.item-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1576b;
    opacity: 0;
    transition: opacity .3s ease;
}

.item-mask img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
    width: 70px !important;
    height: 70px !important;
}

.item-mask:hover, .item-mask.animate-plus {
    opacity: 1;
}

.item-mask.animate-plus img {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
