.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.animate-general {
    opacity: 0
}

*:not(.elementor-editor-active) .plus-conditions--hidden {
    display: none
}

body.plus_row_scroll_overflow {
    overflow-x: hidden
}

section.plus_row_scroll_overflow {
    overflow: hidden !important
}

.elementor-widget-video .elementor-wrapper .fluidvids {
    position: initial
}

.fluidvids {
    width: 100%;
    max-width: 100%;
    position: relative
}

.fluidvids-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wpb_video_wrapper .fluidvids {
    position: initial
}

.elementor-widget-wrap .js-tilt[data-tilt]:hover {
    box-shadow: none
}

.elementor-widget-wrap .js-tilt[data-tilt] {
    transition: initial
}

.plus-widget-wrapper .plus-widget-inner-tilt {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(500px);
    transform: perspective(500px);
    position: relative;
    display: block
}

h3.theplus-posts-not-found {
    font-size: 14px;
    background: #8072fc;
    padding: 10px;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    box-shadow: 0 5px 30px -5px #8072fc;
    color: #fff
}

.plus-sticky-column-sticky {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.magic-scroll .parallax-scroll,
.magic-scroll .scale-scroll,
.magic-scroll .both-scroll,
.plus-list-adv-typo-block .plus-adv-text-typo.parallax-scroll {
    -webkit-transition: -webkit-transform 1.3s ease .0s;
    -ms-transition: -ms-transform 1.3s ease .0s;
    -moz-transition: -moz-transform 1.3s ease .0s;
    -o-transition: -o-transform 1.3s ease .0s;
    transition: transform 1.3s ease .0s;
    will-change: transform
}

.pt-plus-reveal.animated {
    display: block;
    position: relative
}

.heading-title.pt-plus-reveal {
    display: inline-block
}

.pt-plus-reveal.animated::before {
    content: '';
    background: #313131;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0% 0% 0;
    -webkit-animation: pt-plus-reveal 2s 800ms cubic-bezier(0, 0, .2, 1) both;
    animation: pt-plus-reveal 2s 800ms cubic-bezier(0, 0, .2, 1) both;
    z-index: 11
}

.pt-plus-reveal.animated::after {
    content: '';
    background: #ff214f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0% 0% 0;
    -webkit-animation: pt-plus-reveal 2s 400ms cubic-bezier(0, 0, .2, 1) both;
    animation: pt-plus-reveal 2s 400ms cubic-bezier(0, 0, .2, 1) both;
    z-index: 1
}

@-webkit-keyframes pt-plus-reveal {
    0% {
        transform: scaleX(0)
    }
    50% {
        transform: scaleX(1);
        transform-origin: 0% 0% 0
    }
    51% {
        transform-origin: 100% 50% 0
    }
    100% {
        transform: scaleX(0);
        transform-origin: 100% 50% 0
    }
}

@keyframes pt-plus-reveal {
    0% {
        transform: scaleX(0)
    }
    50% {
        transform: scaleX(1);
        transform-origin: 0% 0% 0
    }
    51% {
        transform-origin: 100% 50% 0
    }
    100% {
        transform: scaleX(0);
        transform-origin: 100% 50% 0
    }
}

.image-floating,
.hover_floating,
.image-tossing,
.hover_tossing,
.image-pulse,
.hover_pulse {
    display: inline-block;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s
}

.image-floating,
.hover_floating:hover {
    animation-name: content_effect_floating;
    -webkit-animation-name: content_effect_floating;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.image-tossing,
.hover_tossing:hover {
    animation-name: content_effect_tossing;
    -webkit-animation-name: content_effect_tossing;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.image-pulse,
.hover_pulse:hover {
    animation-name: content_effect_pulse;
    -webkit-animation-name: content_effect_pulse;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.image-rotating,
.hover_rotating:hover {
    animation-name: continue-rotating;
    -webkit-animation-name: rotating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.image-drop_waves:after,
.hover_drop_waves:after {
    content: '';
    background: #ff214f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.image-drop_waves:after,
.hover_drop_waves:hover:after {
    -webkit-animation-name: content-icon-float-away;
    animation-name: content-icon-float-away
}

@-webkit-keyframes content-icon-float-away {
    0% {
        opacity: .8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@keyframes content-icon-float-away {
    0% {
        opacity: .8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@keyframes continue-rotating {
    from {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg)
    }
}

@-webkit-keyframes continue-rotating {
    from {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg)
    }
}

.floating {
    animation-name: content_effect_floating;
    -webkit-animation-name: content_effect_floating;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.tossing {
    animation-name: content_effect_tossing;
    -webkit-animation-name: content_effect_tossing;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.pulse {
    animation-name: content_effect_pulse;
    -webkit-animation-name: content_effect_pulse;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.rotate-continue {
    -webkit-animation-name: rotating;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotating;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotating;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotating {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes content_effect_floating {
    0% {
        transform: translateY(0%)
    }
    50% {
        transform: translateY(2%)
    }
    100% {
        transform: translateY(0%)
    }
}

@-webkit-keyframes content_effect_floating {
    0% {
        -webkit-transform: translateY(0%)
    }
    50% {
        -webkit-transform: translateY(2%)
    }
    100% {
        -webkit-transform: translateY(0%)
    }
}

@keyframes content_effect_tossing {
    0% {
        transform: rotate(-1deg)
    }
    50% {
        transform: rotate(1deg)
    }
    100% {
        transform: rotate(-1deg)
    }
}

@-webkit-keyframes content_effect_tossing {
    0% {
        -webkit-transform: rotate(-1deg)
    }
    50% {
        -webkit-transform: rotate(1deg)
    }
    100% {
        -webkit-transform: rotate(-1deg)
    }
}

@keyframes content_effect_pulse {
    0% {
        transform: scale(.97);
        opacity: 1
    }
    50% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(.97);
        opacity: 1
    }
}

@-webkit-keyframes content_effect_pulse {
    0% {
        -webkit-transform: scale(.97);
        opacity: .7
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(.97);
        opacity: .7
    }
}

.animted-content-inner {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1
}

.pt_plus_animated_svg .svg_inner_block {
    position: relative;
    display: inline-flex
}

.pt_plus_animated_svg object {
    max-width: 100%;
    width: 100%
}

.pt_plus_animated_svg object,
.pt_plus_row_bg_animated_svg object,
.ts-hover-draw-svg object {
    opacity: 0
}

.pt_plus_row_bg_animated_svg .svg_inner_block {
    position: absolute
}

.pt_plus_animated_svg object {
    min-height: 100%
}

.svg_inner_block .embed-responsive,
.svg_inner_block .embed-responsive .embed-responsive-item,
.svg_inner_block .embed-responsive iframe,
.svg_inner_block .embed-responsive embed,
.svg_inner_block .embed-responsive object,
.svg_inner_block .embed-responsive video {
    position: relative;
    padding: 0;
    height: auto
}

.lity-wrap {
    overflow: auto !important
}

.pop-up-btn .button-link-wrap span {
    position: relative;
    z-index: 2
}

.pop-up-btn .button-style-7 .button-link-wrap span {
    position: initial
}

.pop-up-btn .button-style-21 .button-link-wrap:after {
    background: #ff004b;
    z-index: 1
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container {
    min-width: auto !important
}

.lity-iframe-container {
    width: 100%;
    height: 100vh;
    padding-top: 0%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    margin-bottom: 0
}

.ts-icon-img {
    margin-bottom: 10px;
    position: relative
}

.flip-back,
.flip-front {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: table
}

.flip-back .vertical-center,
.flip-front .vertical-center {
    display: table-cell;
    vertical-align: middle
}

.flip-horizontal :hover .flip-front {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.flip-horizontal :hover .flip-back {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

.flip-horizontal .flip-back {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.bezier-flip {
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1)
}

.padding-flip {
    padding: 30px 40px
}

.origin-center {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

.no-backface {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.numtext-left {
    text-align: left
}

.numtext-center {
    text-align: center
}

.numtext-right {
    text-align: right
}

.icon-right {
    text-align: right
}

.icon-left {
    float: left
}

.icon-center {
    margin: 0 auto
}

.ts-icon {
    display: block;
    position: relative;
    -o-transition: all 1.3s;
    -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -ms-transition: all 1.3s;
    transition: all 1.3s
}

.icon-img-b {
    line-height: 1;
    margin-bottom: 15px
}

.service-media .icon-img-b {
    margin-right: 15px
}

.border-pd {
    border: 2px solid
}

.subject-color {
    -o-transition: all 1.3s;
    -webkit-transition: all 1.3s;
    -ms-transition: all 1.3s;
    -moz-transition: all 1.3s;
    transition: all 1.3s;
    margin-bottom: 20px;
    line-height: 1
}

.sub-subject-color {
    margin-bottom: 20px;
    line-height: 1
}

.ts-icon-1 {
    display: block;
    vertical-align: middle;
    text-align: center;
    overflow: hidden
}

.pad-0 {
    padding: 0
}

.pad-5 {
    padding: 5px
}

.pad-30 {
    padding: 30px;
    padding-bottom: 10px
}

.border-icon {
    display: block;
    position: relative;
    padding: 30px;
    padding-bottom: 10px
}

hr.hr-border {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.service-icon-style-1 .icn-txt {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden
}

.icon-right .ts-icon-1 {
    text-align: right
}

.service-icon-style-2 .icn-content {
    padding: 20px;
    display: block;
    position: relative;
    background: #F9B701
}

.service-icon-style-2 .icn-header {
    display: block;
    position: relative;
    padding: 20px
}

.service-icon-style-2 .plus-number-counter,
.service-icon-style-2 .subject-color {
    margin-bottom: 0
}

.service-icon-style-3 .pt_plus_animated_svg,
.service-icon-style-4 .pt_plus_animated_svg {
    width: auto;
    margin-right: 15px
}

.grid-item:focus {
    outline: none
}

.pt-plus-pagination .current {
    background: #313131;
    color: #fff
}

.ajax_load_more {
    display: block;
    text-align: center;
    width: 100%;
    position: relative
}

.post-load-more,
.ajax_load_more .tp-morefilter {
    border: 1px solid;
    padding: 10px 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 20px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 22px
}

.ajax_lazy_load {
    position: relative;
    display: block;
    width: 100%;
    text-align: center
}

.post-lazy-load,
.tp-morefilter {
    padding: 37px;
    position: relative;
    display: block;
    font-size: 20px
}

.ajax_load_more .tp-morefilter {
    display: inline-block
}

.post-load-more.hide,
.ajax_lazy_load.hide,
.post-lazy-load.hide,
.ajax_load_more .tp-morefilter.hide {
    display: none !important
}

.plus-all-posts-loaded {
    position: relative;
    display: block;
    top: 0;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    margin-top: 25px;
    color: #313131;
    font-weight: 500;
    -moz-animation: plus-hide-load 0.7s ease-in-out 5s forwards;
    -webkit-animation: plus-hide-load 0.7s ease-in-out 5s forwards;
    -o-animation: plus-hide-load 0.7s ease-in-out 5s forwards;
    animation: plus-hide-load 0.7s ease-in-out 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes plus-hide-load {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        top: -25px
    }
    100% {
        opacity: 0;
        width: 0;
        height: 0;
        margin-top: 0;
        display: none
    }
}

@-webkit-keyframes plus-hide-load {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        top: -25px
    }
    100% {
        opacity: 0;
        width: 0;
        height: 0;
        margin-top: 0;
        display: none
    }
}

@media (min-width:1025px) {
    .elementor-element.elementor-element-edit-mode.elementor-hidden-desktop {
        opacity: .5
    }
    .pt-plus-row-set .desktop-hide,
    .tooltip_desktop_hide .menu-tooltip-title {
        display: none
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .elementor-element.elementor-element-edit-mode.elementor-hidden-tablet {
        opacity: .5
    }
}

@media (max-width:767px) {
    .elementor-element.elementor-element-edit-mode.elementor-hidden-phone {
        opacity: .5
    }
    .plus-table-col {
        border: none
    }
    .plus-sort-icon:after {
        font-family: 'Font Awesome 5 Free' !important;
        font-weight: 600
    }
    .sorting .plus-sort-icon:after {
        content: "\f0dc"
    }
    .sorting_asc .plus-sort-icon:after {
        content: "\f0de"
    }
    .sorting_desc .plus-sort-icon:after {
        content: "\f0dd"
    }
}

@media (min-width:601px) and (max-width:1024px) {
    .text--tabletleft {
        text-align: left !important;
        margin-left: 0 !important
    }
    .text--tabletcenter {
        text-align: center !important;
        margin: 0 auto !important
    }
    .text--tabletright {
        text-align: right !important;
        margin-right: 0 !important
    }
    .text--tabletjustify {
        text-align: justify !important
    }
    .elementor-widget-tp-heading-title.text--tabletleft .seprator.sep-l,
    .elementor-widget-tp-heading-title.text--tabletjustify .seprator.sep-l {
        margin-left: 0
    }
    .elementor-widget-tp-heading-title.text--tabletcenter .seprator.sep-l {
        margin: 0 auto
    }
    .elementor-widget-tp-heading-title.text--tabletright .seprator.sep-l {
        margin-right: 0
    }
    .pt-plus-row-set .tablet-hide,
    .tooltip_tablet_hide .menu-tooltip-title {
        display: none
    }
}

@media (max-width:600px) {
    .text--mobileleft {
        text-align: left !important;
        margin-left: 0 !important
    }
    .text--mobilecenter {
        text-align: center !important;
        margin: 0 auto !important
    }
    .text--mobileright {
        text-align: right !important;
        margin-right: 0 !important
    }
    .text--mobilejustify {
        text-align: justify !important
    }
    .elementor-widget-tp-heading-title.text--mobileleft .seprator.sep-l,
    .elementor-widget-tp-heading-title.text--mobilejustify .seprator.sep-l {
        margin-left: 0
    }
    .elementor-widget-tp-heading-title.text--mobilecenter .seprator.sep-l {
        margin: 0 auto
    }
    .elementor-widget-tp-heading-title.text--mobileright .seprator.sep-l {
        margin-right: 0
    }
    .plus-advance-heading {
        display: block;
        position: relative
    }
    .dataTables_length.plus-tbl-entry-wrapper.plus-table-info {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px
    }
    .dataTables_filter.plus-tbl-search-wrapper.plus-table-info {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center
    }
}

@media (min-width:991px) {
    .hide-desktop {
        display: none
    }
}

@media (min-width:601px) and (max-width:990px) {
    .hide-tablet {
        display: none
    }
}

@media (max-width:600px) {
    .hide-mobile {
        display: none
    }
}

@media (max-width:767px) {
    .list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item {
        width: 33.33% !important;
        height: 250px !important
    }
    ul.pt_plus_countdown li {
        margin: 0 10px 20px
    }
    .service-flipbox,
    .service-flipbox-holder {
        cursor: pointer
    }
    .pt_plus_social_list.style-14 ul.social_list li {
        width: 130px;
        display: inline-block
    }
    .pt_plus_social_list.style-14 .social_list {
        flex-wrap: wrap
    }
    .pt-plus-row-set .mobile-hide,
    .tooltip_mobile_hide .menu-tooltip-title {
        display: none
    }
    .post-inner-loop.tp-row {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (max-width:660px) {
    .list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item {
        width: 50% !important;
        height: 300px !important
    }
    #wpadminbar {
        position: fixed
    }
}

@media (max-width:480px) {
    .list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item {
        width: 100% !important;
        height: 420px !important
    }
}

@media (max-width:375px) {
    .list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item {
        height: 300px !important
    }
}

.ajax_lazy_load .post-lazy-load .tp-spin-ring,
.ajax_lazy_load .tp-morefilter .tp-spin-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.ajax_lazy_load .post-lazy-load .tp-spin-ring div,
.ajax_lazy_load .tp-morefilter .tp-spin-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 8px;
    border: 2px solid #000;
    border-radius: 50%;
    animation: tp-spin-ring-animation 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #000 transparent transparent transparent
}

.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(1),
.ajax_lazy_load .tp-morefilter .tp-spin-ring div:nth-child(1) {
    animation-delay: -0.45s
}

.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(2),
.ajax_lazy_load .tp-morefilter .tp-spin-ring div:nth-child(2) {
    animation-delay: -0.3s
}

.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(3),
.ajax_lazy_load .tp-morefilter .tp-spin-ring div:nth-child(3) {
    animation-delay: -0.15s
}

@keyframes tp-spin-ring-animation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.tippy-touch {
    cursor: pointer !important
}

.tippy-notransition {
    transition: none !important
}

.tippy-popper {
    max-width: 350px;
    -webkit-perspective: 700px;
    perspective: 700px;
    z-index: 9999;
    outline: 0;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    pointer-events: none;
    line-height: 1.4
}

.tippy-popper[data-html] {
    max-width: 96%;
    max-width: calc(100% - 20px)
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
    border-radius: 40% 40% 0 0
}

.tippy-popper[x-placement^=top] .tippy-roundarrow {
    bottom: -8px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.tippy-popper[x-placement^=top] .tippy-roundarrow svg {
    position: absolute;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tippy-popper[x-placement^=top] .tippy-arrow {
    border-top: 7px solid #333;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    margin: 0 6px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
    -webkit-transform-origin: 0 90%;
    transform-origin: 0 90%
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
    -webkit-transform: scale(6) translate(-50%, 25%);
    transform: scale(6) translate(-50%, 25%);
    opacity: 1
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
    -webkit-transform: scale(1) translate(-50%, 25%);
    transform: scale(1) translate(-50%, 25%);
    opacity: 0
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(-10px) rotateX(0);
    transform: translateY(-10px) rotateX(0)
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(0) rotateX(90deg);
    transform: translateY(0) rotateX(90deg)
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(-10px) scale(1);
    transform: translateY(-10px) scale(1)
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0)
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
    border-radius: 0 0 30% 30%
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow {
    top: -8px;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
    position: absolute;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.tippy-popper[x-placement^=bottom] .tippy-arrow {
    border-bottom: 7px solid #333;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: -7px;
    margin: 0 6px;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
    -webkit-transform-origin: 0 -90%;
    transform-origin: 0 -90%
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
    -webkit-transform: scale(6) translate(-50%, -125%);
    transform: scale(6) translate(-50%, -125%);
    opacity: 1
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
    -webkit-transform: scale(1) translate(-50%, -125%);
    transform: scale(1) translate(-50%, -125%);
    opacity: 0
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
    -webkit-transform-origin: top;
    transform-origin: top
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(10px) rotateX(0);
    transform: translateY(10px) rotateX(0)
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(0) rotateX(-90deg);
    transform: translateY(0) rotateX(-90deg)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(10px) scale(1);
    transform: translateY(10px) scale(1)
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0)
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
    border-radius: 50% 0 0 50%
}

.tippy-popper[x-placement^=left] .tippy-roundarrow {
    right: -16px;
    -webkit-transform-origin: 33.33333333% 50%;
    transform-origin: 33.33333333% 50%
}

.tippy-popper[x-placement^=left] .tippy-roundarrow svg {
    position: absolute;
    left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tippy-popper[x-placement^=left] .tippy-arrow {
    border-left: 7px solid #333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: -7px;
    margin: 3px 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
    -webkit-transform: scale(6) translate(40%, -50%);
    transform: scale(6) translate(40%, -50%);
    opacity: 1
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
    -webkit-transform: scale(1.5) translate(40%, -50%);
    transform: scale(1.5) translate(40%, -50%);
    opacity: 0
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
    -webkit-transform-origin: right;
    transform-origin: right
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(-10px) rotateY(0);
    transform: translateX(-10px) rotateY(0)
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(0) rotateY(-90deg);
    transform: translateX(0) rotateY(-90deg)
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(-10px) scale(1);
    transform: translateX(-10px) scale(1)
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0)
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
    border-radius: 0 50% 50% 0
}

.tippy-popper[x-placement^=right] .tippy-roundarrow {
    left: -16px;
    -webkit-transform-origin: 66.66666666% 50%;
    transform-origin: 66.66666666% 50%
}

.tippy-popper[x-placement^=right] .tippy-roundarrow svg {
    position: absolute;
    left: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.tippy-popper[x-placement^=right] .tippy-arrow {
    border-right: 7px solid #333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: -7px;
    margin: 3px 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
    -webkit-transform-origin: -100% 0;
    transform-origin: -100% 0
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
    -webkit-transform: scale(6) translate(-140%, -50%);
    transform: scale(6) translate(-140%, -50%);
    opacity: 1
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
    -webkit-transform: scale(1.5) translate(-140%, -50%);
    transform: scale(1.5) translate(-140%, -50%);
    opacity: 0
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
    -webkit-transform-origin: left;
    transform-origin: left
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(10px) rotateY(0);
    transform: translateX(10px) rotateY(0)
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(0) rotateY(90deg);
    transform: translateX(0) rotateY(90deg)
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(10px) scale(1);
    transform: translateX(10px) scale(1)
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0)
}

.tippy-tooltip {
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-size: 1.3rem;
    padding: .7rem .6rem;
    text-align: center;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #333
}

.tippy-tooltip[data-size=small] {
    padding: .2rem .4rem;
    font-size: 1.1rem
}

.tippy-tooltip[data-size=large] {
    padding: .4rem .8rem;
    font-size: 1.4rem
}

.tippy-tooltip[data-animatefill] {
    overflow: hidden;
    background-color: transparent
}

.tippy-tooltip[data-animatefill] .tippy-content {
    transition: -webkit-clip-path cubic-bezier(.46, .1, .52, .98);
    transition: clip-path cubic-bezier(.46, .1, .52, .98);
    transition: clip-path cubic-bezier(.46, .1, .52, .98), -webkit-clip-path cubic-bezier(.46, .1, .52, .98)
}

.tippy-tooltip[data-interactive],
.tippy-tooltip[data-interactive] path {
    pointer-events: auto
}

.tippy-tooltip[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.53, 2, .36, .85)
}

.tippy-tooltip[data-inertia][data-state=hidden] {
    transition-timing-function: ease
}

.tippy-arrow,
.tippy-roundarrow {
    position: absolute;
    width: 0;
    height: 0
}

.tippy-roundarrow {
    width: 24px;
    height: 8px;
    fill: #333;
    pointer-events: none
}

.tippy-backdrop {
    position: absolute;
    will-change: transform;
    background-color: #333;
    border-radius: 50%;
    width: 26%;
    left: 50%;
    top: 50%;
    z-index: -1;
    transition: all cubic-bezier(.46, .1, .52, .98);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tippy-backdrop:after {
    content: "";
    float: left;
    padding-top: 100%
}

body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
    -webkit-clip-path: ellipse(100% 100% at 50% 50%);
    clip-path: ellipse(100% 100% at 50% 50%)
}

body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
    -webkit-clip-path: ellipse(5% 50% at 50% 50%);
    clip-path: ellipse(5% 50% at 50% 50%)
}

body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
    -webkit-clip-path: ellipse(135% 100% at 0 50%);
    clip-path: ellipse(135% 100% at 0 50%)
}

body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
    -webkit-clip-path: ellipse(40% 100% at 0 50%);
    clip-path: ellipse(40% 100% at 0 50%)
}

body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
    -webkit-clip-path: ellipse(135% 100% at 100% 50%);
    clip-path: ellipse(135% 100% at 100% 50%)
}

body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
    -webkit-clip-path: ellipse(40% 100% at 100% 50%);
    clip-path: ellipse(40% 100% at 100% 50%)
}

@media (max-width:360px) {
    .tippy-popper {
        max-width: 96%;
        max-width: calc(100% - 20px)
    }
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.tippy-tooltip.light-theme {
    color: #26323d;
    box-shadow: 0 0 40px -4px rgba(154, 161, 177, .15);
    background-color: #fff
}

.tippy-tooltip.light-theme .tippy-backdrop {
    background-color: #fff
}

.tippy-tooltip.light-theme .tippy-roundarrow {
    fill: #fff
}

.tippy-tooltip.light-theme[data-animatefill] {
    background-color: transparent
}

.tippy-popper[x-placement^=top] .tippy-tooltip.translucent-theme .tippy-arrow {
    border-top: 7px solid rgba(0, 0, 0, .7);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.translucent-theme .tippy-arrow {
    border-bottom: 7px solid rgba(0, 0, 0, .7);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.translucent-theme .tippy-arrow {
    border-left: 7px solid rgba(0, 0, 0, .7);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.translucent-theme .tippy-arrow {
    border-right: 7px solid rgba(0, 0, 0, .7);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.tippy-tooltip.translucent-theme,
.tippy-tooltip.translucent-theme .tippy-backdrop {
    background-color: rgba(0, 0, 0, .7)
}

.tippy-tooltip.translucent-theme .tippy-roundarrow {
    fill: rgba(0, 0, 0, .7)
}

.tippy-tooltip.translucent-theme[data-animatefill] {
    background-color: transparent
}

.pt-plus-button-wrapper {
    position: relative;
    display: block
}

.ts-button.content_hover_effect {
    position: relative;
    display: inline-block;
    width: auto
}

.pt-plus-button-wrapper .parallax-scroll {
    position: relative;
    display: inline-block
}

.pt-plus-button-wrapper .pt-plus-move-parallax {
    position: relative;
    display: inline-block;
    width: auto
}

.pt-plus-button-wrapper .pt-plus-move-parallax.full-button {
    width: 100%
}

.pt_plus_button {
    position: relative;
    display: inline-block;
    width: auto
}

.pt_plus_button.full-button {
    width: 100%;
    text-align: center
}

.ts-button.content_hover_effect.full-button {
    width: 100%
}

.pt_plus_button.full-button a.button-link-wrap {
    display: block;
    width: 100%;
    text-align: center
}

a.button-link-wrap:hover {
    text-decoration: blink
}

.pt_plus_button.trnasition_hover {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.pt_plus_button.trnasition_hover:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

.pt_plus_button .button-link-wrap i {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle
}

.pt_plus_button .button-link-wrap {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    cursor: pointer;
    color: #000;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.pt_plus_button .button-link-wrap:hover .button_line {
    -webkit-animation: mymove 1s;
    -webkit-animation-iteration-count: 1;
    animation: mymove 1s;
    animation-iteration-count: 1
}

.pt_plus_button .button-link-wrap .button_line {
    position: absolute;
    background: #000;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0%;
    pointer-events: none;
    z-index: 11;
    display: inline-block
}

@-webkit-keyframes mymove {
    0% {
        left: 0%;
        width: 100%
    }
    45% {
        left: 100%;
        width: 0%
    }
    55% {
        left: 0%;
        width: 0%
    }
    100% {
        left: 0%;
        width: 100%
    }
}

@keyframes mymove {
    0% {
        left: 0%;
        width: 100%
    }
    45% {
        left: 100%;
        width: 0%
    }
    55% {
        left: 0%;
        width: 0%
    }
    100% {
        left: 0%;
        width: 100%
    }
}

.button-link-wrap i.button-before {
    margin-right: 10px
}

.button-link-wrap i.button-after {
    margin-left: 10px
}

.pt_plus_button.button-style-2 .button-link-wrap i {
    background: #252525;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-grid;
    line-height: 1;
    align-items: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.pt_plus_button.button-style-2 .button-link-wrap:hover i {
    background: #ff214f
}

.pt_plus_button.button-style-2 .button-link-wrap i.button-before {
    margin-right: 20px;
    padding: 15px
}

.pt_plus_button.button-style-2 .button-link-wrap i.button-after {
    margin-left: 20px;
    padding: 15px
}

.pt_plus_button.button-style-2 .button-link-wrap:hover i.button-before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    -moz-transform: translateX(14px);
    -o-transform: translateX(14px);
    transform: translateX(14px)
}

.pt_plus_button.button-style-2 .button-link-wrap:hover i.button-after {
    -webkit-transform: translateX(-14px);
    -ms-transform: translateX(-14px);
    -moz-transform: translateX(-14px);
    -o-transform: translateX(-14px);
    transform: translateX(-14px)
}

.pt_plus_button.button-style-3 a.button-link-wrap {
    padding: 5px 70px 5px 0
}

.pt_plus_button.button-style-3 a.button-link-wrap:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 20px;
    height: 20px;
    background: #252525
}

.pt_plus_button.button-style-3 a.button-link-wrap:hover:before {
    background: #252525
}

.pt_plus_button.button-style-3 a.button-link-wrap:hover:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .2s ease .2s;
    -moz-transition: all .2s ease .2s;
    -o-transition: all .2s ease .2s;
    -ms-transition: all .2s ease .2s;
    transition: all .2s ease .2s
}

.pt_plus_button.button-style-3 .arrow,
.pt_plus_button.button-style-3 .arrow-1 {
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 48px;
    height: 9px
}

.pt_plus_button.button-style-3 a.button-link-wrap:hover .arrow {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.pt_plus_button.button-style-3 a.button-link-wrap .arrow-1 {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px)
}

.pt_plus_button.button-style-3 a.button-link-wrap:hover .arrow-1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .2s ease .4s;
    -moz-transition: all .2s ease .4s;
    -o-transition: all .2s ease .4s;
    -ms-transition: all .2s ease .4s;
    transition: all .2s ease .4s
}

.pt_plus_button.button-style-4 .button-link-wrap {
    padding: 15px 30px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #252525;
    vertical-align: top;
    background: #252525;
    -webkit-transition: background 150ms ease-in-out, color 150ms ease-in-out;
    -moz-transition: background 150ms ease-in-out, color 150ms ease-in-out;
    -o-transition: background 150ms ease-in-out, color 150ms ease-in-out;
    -ms-transition: background 150ms ease-in-out, color 150ms ease-in-out;
    transition: background 150ms ease-in-out, color 150ms ease-in-out;
    position: relative;
    overflow: hidden;
    color: #8a8a8a;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important
}

.pt_plus_button.button-style-4 .button-link-wrap:hover {
    color: #252525;
    border: 1px solid #252525
}

.pt_plus_button.button-style-4 .button-link-wrap::after {
    content: attr(data-hover);
    display: grid;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #00d7e4;
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform ease 0.3s;
    -moz-transition: -moz-transform ease 0.3s;
    -o-transition: -o-transform ease 0.3s;
    -ms-transition: -ms-transform ease 0.3s;
    transition: transform ease 0.3s;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important
}

.pt_plus_button.button-style-4 .button-link-wrap:hover::after {
    -ms-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.pt_plus_button.button-style-5 .button-link-wrap {
    padding: 15px 30px;
    margin: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    border: 1px solid #252525;
    background: #252525;
    -moz-transition: all .15s ease-out .15s;
    -o-transition: all .15s ease-out .15s;
    -ms-transition: all .15s ease-out .15s;
    transition: all .15s ease-out .15s;
    -webkit-transition: all .15s ease-out;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transition: all .15s ease-out .15s;
    position: relative;
    color: #8a8a8a;
    -webkit-background-size: cover !important;
    ;
    -moz-background-size: cover !important;
    ;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important
}

.pt_plus_button.button-style-5 .button-link-wrap:before,
.pt_plus_button.button-style-5 .button-link-wrap:after {
    content: '';
    position: absolute;
    background: #ff214f;
    top: -7px;
    left: -7px;
    -moz-transition: all .15s ease-out .15s;
    -o-transition: all .15s ease-out .15s;
    -webkit-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out .15s;
    transition: all .15s ease-out .15s;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.pt_plus_button.button-style-5 .button-link-wrap:before {
    height: 7px;
    width: 100%
}

.pt_plus_button.button-style-5 .button-link-wrap:after {
    height: 100%;
    width: 7px
}

.pt_plus_button.button-style-5 .button-link-wrap:hover:before,
.pt_plus_button.button-style-5 .button-link-wrap:hover:after {
    left: 0;
    top: 0
}

.pt_plus_button.button-style-6 {
    overflow: visible
}

.pt_plus_button.button-style-6 .button-link-wrap {
    -webkit-transition: left .5s cubic-bezier(.19, 1, .22, 1), right .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: left .5s cubic-bezier(.19, 1, .22, 1), right .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: left .5s cubic-bezier(.19, 1, .22, 1), right .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: left .5s cubic-bezier(.19, 1, .22, 1), right .5s cubic-bezier(.19, 1, .22, 1);
    transition: left .5s cubic-bezier(.19, 1, .22, 1), right .5s cubic-bezier(.19, 1, .22, 1);
    position: relative;
    left: 22px;
    display: inline-block
}

.pt_plus_button.button-style-6 .button-link-wrap:hover {
    left: 0;
    padding-right: 22px
}

.pt_plus_button.button-style-6 .button-link-wrap::before {
    -webkit-transition: left .5s cubic-bezier(.19, 1, .22, 1), right .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: left .5s cubic-bezier(.19, 1, .22, 1), right .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: left .5s cubic-bezier(.19, 1, .22, 1), right .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: left .5s cubic-bezier(.19, 1, .22, 1), right .5s cubic-bezier(.19, 1, .22, 1);
    transition: left .5s cubic-bezier(.19, 1, .22, 1), right .5s cubic-bezier(.19, 1, .22, 1);
    font-size: 10px;
    position: absolute;
    left: 0;
    display: inline-block;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pt_plus_button.button-style-6 .button-link-wrap:hover::before {
    left: calc(100% - 11px)
}

.pt_plus_button.button-style-7 .button-link-wrap {
    padding-right: 36px
}

.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow {
    letter-spacing: 0 !important
}

.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 600;
    font-style: normal;
    text-decoration: inherit;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    right: 0;
    width: 23px;
    text-align: center;
    height: 30px;
    top: 50%;
    margin-top: -16px;
    -ms-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
    transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
    -moz-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
    -o-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
    -ms-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all 0.33s cubic-bezier(.12, .75, .4, 1)
}

.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid;
    height: 1px;
    width: 22px;
    right: 12px;
    top: 50%;
    margin-top: -1px;
    -ms-transform: scale(0, 1) translateX(0);
    -webkit-transform: scale(0, 1) translateX(0);
    -moz-transform: scale(0, 1) translateX(0);
    -o-transform: scale(0, 1) translateX(0);
    transform: scale(0, 1) translateX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    pointer-events: none;
    -webkit-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
    -moz-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
    -o-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
    -ms-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
    transition: all 0.33s cubic-bezier(.12, .75, .4, 1)
}

.pt_plus_button.button-style-7 .button-link-wrap:hover .btn-arrow:after,
.pt_plus_button.button-style-7 .button-link-wrap:hover .btn-arrow:before {
    -ms-transform: scale(1, 1) translateX(9px);
    -webkit-transform: scale(1, 1) translateX(9px);
    -moz-transform: scale(1, 1) translateX(9px);
    -o-transform: scale(1, 1) translateX(9px);
    transform: scale(1, 1) translateX(9px)
}

.pt_plus_button.button-style-7 .button-link-wrap:after {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .3);
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12.5px;
    content: ' ';
    display: block;
    pointer-events: none;
    -ms-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
    -moz-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
    -o-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
    transition: all 0.33s cubic-bezier(.12, .75, .4, 1)
}

.pt_plus_button.button-style-7 .button-link-wrap:hover:after {
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.pt_plus_button.button-style-8 {
    overflow: visible
}

.pt_plus_button.button-style-8 .button-link-wrap {
    -moz-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .27);
    -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .27);
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .27);
    padding: 15px 30px;
    border: 1px solid #252525
}

.pt_plus_button.button-style-8 .button-link-wrap:hover {
    -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .08);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .08);
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px)
}

.pt_plus_button.button-style-9 a.button-link-wrap {
    padding-right: 20px
}

.pt_plus_button.button-style-9 a.button-link-wrap .btn-arrow {
    position: relative;
    display: inline-block;
    margin-left: 10px
}

.pt_plus_button.button-style-9 a.button-link-wrap .fa-show {
    -webkit-transform: translateX(0%) translateZ(0) translateY(-50%);
    -ms-transform: translateX(0%) translateZ(0) translateY(-50%);
    -moz-transform: translateX(0%) translateZ(0) translateY(-50%);
    -o-transform: translateX(0%) translateZ(0) translateY(-50%);
    transform: translateX(0%) translateZ(0) translateY(-50%);
    position: absolute;
    top: 50%
}

.pt_plus_button.button-style-9 a.button-link-wrap:hover .fa-show {
    opacity: 0;
    -webkit-transform: translateX(20px) translateZ(0) translateY(-50%);
    -ms-transform: translateX(20px) translateZ(0) translateY(-50%);
    -moz-transform: translateX(20px) translateZ(0) translateY(-50%);
    -o-transform: translateX(20px) translateZ(0) translateY(-50%);
    transform: translateX(20px) translateZ(0) translateY(-50%);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.23, 1, .32, 1), opacity .45s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: -moz-transform .7s cubic-bezier(.23, 1, .32, 1), opacity .45s cubic-bezier(.165, .84, .44, 1);
    -o-transition: -o-transform .7s cubic-bezier(.23, 1, .32, 1), opacity .45s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: -ms-transform .7s cubic-bezier(.23, 1, .32, 1), opacity .45s cubic-bezier(.165, .84, .44, 1);
    transition: transform .7s cubic-bezier(.23, 1, .32, 1), opacity .45s cubic-bezier(.165, .84, .44, 1)
}

.pt_plus_button.button-style-9 a.button-link-wrap .fa-hide {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateZ(0);
    -ms-transform: translateX(-20px) translateZ(0);
    -moz-transform: translateX(-20px) translateZ(0);
    -o-transform: translateX(-20px) translateZ(0);
    transform: translateX(-20px) translateZ(0)
}

.pt_plus_button.button-style-9 a.button-link-wrap:hover .fa-hide {
    opacity: 1;
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: -webkit-transform .7s .1s cubic-bezier(.23, 1, .32, 1), opacity .45s .1s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: -moz-transform .7s .1s cubic-bezier(.23, 1, .32, 1), opacity .45s .1s cubic-bezier(.165, .84, .44, 1);
    -o-transition: -o-transform .7s .1s cubic-bezier(.23, 1, .32, 1), opacity .45s .1s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: -ms-transform .7s .1s cubic-bezier(.23, 1, .32, 1), opacity .45s .1s cubic-bezier(.165, .84, .44, 1);
    transition: transform .7s .1s cubic-bezier(.23, 1, .32, 1), opacity .45s .1s cubic-bezier(.165, .84, .44, 1)
}

.pt_plus_button.button-style-10 .button-link-wrap {
    display: inline-block;
    border: 1px solid #252525;
    background: #fff;
    padding: 15px 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.pt_plus_button.button-style-10 .button-link-wrap:hover {
    color: #252525;
    border-color: #ff214f;
    background: #ff214f
}

.pt_plus_button.button-style-11 .button-link-wrap {
    display: inline-block;
    background: #252525;
    border: 1px solid #252525;
    overflow: hidden
}

.pt_plus_button.button-style-11 .button-link-wrap:hover>span {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    display: block;
    opacity: 0
}

.pt_plus_button.button-style-11 .button-link-wrap::before {
    content: attr(data-hover);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #252525;
    background: #ff214f;
    display: grid;
    align-items: center;
    text-align: center
}

.pt_plus_button.button-style-11 .button-link-wrap>span,
.pt_plus_button.button-style-11 .button-link-wrap::before {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    padding: 15px 30px;
    display: block
}

.pt_plus_button.button-style-11.hover-left .button-link-wrap::before {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.pt_plus_button.button-style-11.hover-right .button-link-wrap::before {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.pt_plus_button.button-style-11.hover-top .button-link-wrap::before {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.pt_plus_button.button-style-11.hover-bottom .button-link-wrap::before {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.pt_plus_button.button-style-11.hover-left .button-link-wrap:hover::before,
.pt_plus_button.button-style-11.hover-right .button-link-wrap:hover::before,
.pt_plus_button.button-style-11.hover-top .button-link-wrap:hover::before,
.pt_plus_button.button-style-11.hover-bottom .button-link-wrap:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.pt_plus_button.button-style-11 .button-link-wrap {
    overflow: hidden;
    padding: 0
}

.pt_plus_button.button-style-12 .button-link-wrap {
    display: inline-block;
    border: 1px solid #252525;
    padding: 15px 30px;
    overflow: hidden
}

.pt_plus_button.button-style-12 .button-link-wrap span {
    z-index: 1;
    position: relative
}

.pt_plus_button.button-style-12 .button-link-wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 50px;
    height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff214f;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    -ms-transform: scale3d(1, 2, 1);
    -o-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -webkit-transform 0.3s, opacity 0.3s;
    -ms-transition: -webkit-transform 0.3s, opacity 0.3s;
    -o-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform .1, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    transition-timing-function: cubic-bezier(.7, 0, .9, 1)
}

.pt_plus_button.button-style-12 .button-link-wrap:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1)
}

.pt_plus_button.button-style-13 .button-link-wrap {
    display: inline-block;
    border: 1px solid #252525;
    padding: 15px 30px;
    overflow: hidden
}

.pt_plus_button.button-style-13 .button-link-wrap span {
    position: relative;
    z-index: 1
}

.pt_plus_button.button-style-13 .button-link-wrap::before {
    opacity: .4
}

.pt_plus_button.button-style-13 .button-link-wrap::before,
.pt_plus_button.button-style-13 .button-link-wrap::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -ms-transform 0.3s;
    -ms-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

.pt_plus_button.button-style-13.hover-top .button-link-wrap::before,
.pt_plus_button.button-style-13.hover-top .button-link-wrap::after {
    bottom: 100%;
    left: 0
}

.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::before,
.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::after {
    bottom: -100%;
    left: 0
}

.pt_plus_button.button-style-13.hover-right .button-link-wrap::before,
.pt_plus_button.button-style-13.hover-right .button-link-wrap::after {
    right: 100%;
    top: 0;
    left: 100%
}

.pt_plus_button.button-style-13.hover-left .button-link-wrap::before,
.pt_plus_button.button-style-13.hover-left .button-link-wrap::after {
    left: -100%;
    right: 100%;
    top: 0
}

.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::before,
.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::after {
    -webkit-transform: translate3d(100%, 0%, 0);
    -ms-transform: translate3d(100%, 0%, 0);
    -moz-transform: translate3d(100%, 0%, 0);
    -o-transform: translate3d(100%, 0%, 0);
    transform: translate3d(100%, 0%, 0)
}

.pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::before,
.pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::after {
    -webkit-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0)
}

.pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::before,
.pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::after {
    -webkit-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0)
}

.pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::before,
.pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::after {
    -webkit-transform: translate3d(0%, -100%, 0);
    -ms-transform: translate3d(0%, -100%, 0);
    -moz-transform: translate3d(0%, -100%, 0);
    -o-transform: translate3d(0%, -100%, 0);
    transform: translate3d(0%, -100%, 0)
}

.pt_plus_button.button-style-13 .button-link-wrap:hover::after {
    -webkit-transition-delay: 0.175s;
    -moz-transition-delay: 0.175s;
    -o-transition-delay: 0.175s;
    transition-delay: 0.175s
}

.pt_plus_button.button-style-13 .button-link-wrap::before,
.pt_plus_button.button-style-13 .button-link-wrap::after {
    background: #ff214f
}

.pt_plus_button.button-style-14 .button-link-wrap {
    display: inline-block;
    border: 1px solid #252525;
    padding: 15px 30px;
    overflow: hidden
}

.pt_plus_button.button-style-14 .button-link-wrap::after {
    content: attr(data-hover);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    display: grid;
    align-items: center;
    color: #252525;
    -webkit-transform-origin: -25% 50%;
    -ms-transform-origin: -25% 50%;
    -moz-transform-origin: -25% 50%;
    -o-transform-origin: -25% 50%;
    transform-origin: -25% 50%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-in;
    -ms-transition: -ms-transform 0.3s ease-in;
    transition: transform 0.3s ease-in
}

.pt_plus_button.button-style-14 .button-link-wrap:hover::after {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
}

.pt_plus_button.button-style-14 .button-link-wrap:hover::after,
.pt_plus_button.button-style-14 .button-link-wrap:hover {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.pt_plus_button.button-style-14 .button-link-wrap span {
    -webkit-transition: opacity .3s linear .1s;
    -moz-transition: opacity .3s linear .1s;
    -ms-transition: opacity .3s linear .1s;
    -o-transition: opacity .3s linear .1s;
    transition: opacity .3s linear .1s
}

.pt_plus_button.button-style-14 .button-link-wrap:hover span {
    opacity: 0;
    -webkit-transition: opacity .3s linear .1s;
    -moz-transition: opacity .3s linear .1s;
    -ms-transition: opacity .3s linear .1s;
    -o-transition: opacity .3s linear .1s;
    transition: opacity .3s linear .1s
}

.pt_plus_button.button-style-15 .button-link-wrap {
    display: inline-block;
    padding: 15px 30px;
    margin: 10px 0;
    color: #8a8a8a;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.pt_plus_button.button-style-15 .button-link-wrap span,
.pt_plus_button.button-style-16 .button-link-wrap span {
    position: relative;
    z-index: 1
}

.pt_plus_button.button-style-15 .button-link-wrap::before,
.pt_plus_button.button-style-15 .button-link-wrap::after {
    content: '';
    position: absolute;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    background: #252525
}

.pt_plus_button.button-style-15 .button-link-wrap::before {
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    opacity: .2;
    -webkit-transform: scale3d(.7, 1, 1);
    -ms-transform: scale3d(.7, 1, 1);
    -moz-transform: scale3d(.7, 1, 1);
    -o-transform: scale3d(.7, 1, 1);
    transform: scale3d(.7, 1, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s
}

.pt_plus_button.button-style-15 .button-link-wrap::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(1.1, 1, 1);
    -ms-transform: scale3d(1.1, 1, 1);
    -moz-transform: scale3d(1.1, 1, 1);
    -o-transform: scale3d(1.1, 1, 1);
    transform: scale3d(1.1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s, background 0.3s;
    -moz-transition: -moz-transform 0.3s, background 0.3s;
    -o-transition: -o-transform 0.3s, background 0.3s;
    -ms-transition: -ms-transform 0.3s, background 0.3s;
    transition: transform 0.3s, background 0.3s
}

.pt_plus_button.button-style-15 .button-link-wrap::before,
.pt_plus_button.button-style-15 .button-link-wrap::after {
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.pt_plus_button.button-style-15 .button-link-wrap::before,
.pt_plus_button.button-style-15 .button-link-wrap::after {
    background: #252525
}

.pt_plus_button.button-style-15 .button-link-wrap:hover {
    color: #fff
}

.pt_plus_button.button-style-15 .button-link-wrap:hover::before {
    opacity: 1
}

.pt_plus_button.button-style-15 .button-link-wrap:hover::after {
    background: #ff214f
}

.pt_plus_button.button-style-15 .button-link-wrap:hover::after,
.pt_plus_button.button-style-15 .button-link-wrap:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.pt_plus_button.button-style-16 .button-link-wrap {
    display: inline-block;
    padding: 15px 30px;
    margin: 10px;
    color: #8a8a8a;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.pt_plus_button.button-style-16 .button-link-wrap::before,
.pt_plus_button.button-style-16 .button-link-wrap::after {
    content: '';
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

.pt_plus_button.button-style-16 .button-link-wrap::before {
    border: 1px solid #252525;
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -o-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
    background: #ff214f
}

.pt_plus_button.button-style-16 .button-link-wrap:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.pt_plus_button.button-style-16 .button-link-wrap::after {
    background: #252525
}

.pt_plus_button.button-style-16 .button-link-wrap:hover::after {
    opacity: 0;
    -webkit-transform: scale3d(.8, .8, 1);
    -ms-transform: scale3d(.8, .8, 1);
    -moz-transform: scale3d(.8, .8, 1);
    -o-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
}

.pt_plus_button.button-style-17 .button-link-wrap {
    display: inline-block;
    margin: 10px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #252525;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    transition: background 0.3s
}

.pt_plus_button.button-style-17 .button-link-wrap span {
    padding: 15px 30px;
    display: block
}

.pt_plus_button.button-style-17 .button-link-wrap .btn-icon {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: grid;
    align-items: center;
    text-align: center;
    left: 0;
    color: #fff
}

.pt_plus_button.button-style-17.hover-top .button-link-wrap .btn-icon {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.pt_plus_button.button-style-17.hover-bottom .button-link-wrap .btn-icon {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.pt_plus_button.button-style-17 .button-link-wrap:hover .btn-icon {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.pt_plus_button.button-style-17 .button-link-wrap>span,
.pt_plus_button.button-style-17 .button-link-wrap .btn-icon {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

.pt_plus_button.button-style-17 .button-link-wrap:hover>span {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.pt_plus_button.button-style-17.hover-bottom .button-link-wrap:hover>span {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.pt_plus_button.button-style-17 .button-link-wrap::before {
    content: '';
    position: absolute;
    left: -50%;
    width: 200%;
    height: 200%;
    background: #ff214f;
    top: -50%
}

.pt_plus_button.button-style-17.hover-top .button-link-wrap::before {
    -webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg)
}

.pt_plus_button.button-style-17.hover-top .button-link-wrap:hover::before {
    -webkit-animation: button-style-17-top 0.3s forwards ease-in;
    -moz-animation: button-style-17-top 0.3s forwards ease-in;
    -o-animation: button-style-17-top 0.3s forwards ease-in;
    animation: button-style-17-top 0.3s forwards ease-in
}

.pt_plus_button.button-style-17.hover-bottom .button-link-wrap::before {
    -webkit-transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
    -moz-animation: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
    -o-animation: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg)
}

.pt_plus_button.button-style-17.hover-bottom .button-link-wrap:hover::before {
    -webkit-animation: button-style-17-bottom 0.3s forwards ease-in;
    -moz-animation: button-style-17-bottom 0.3s forwards ease-in;
    -o-animation: button-style-17-bottom 0.3s forwards ease-in;
    animation: button-style-17-bottom 0.3s forwards ease-in
}

@-webkit-keyframes button-style-17-top {
    50% {
        -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
        transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    100% {
        -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes button-style-17-top {
    50% {
        -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
        transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    100% {
        -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg)
    }
}

@-webkit-keyframes button-style-17-bottom {
    50% {
        -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
        transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    100% {
        -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes button-style-17-bottom {
    50% {
        -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
        transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    100% {
        -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg)
    }
}

.pt_plus_button.button-style-18 .button-link-wrap {
    display: inline-block;
    margin: 10px;
    padding: 15px 30px;
    overflow: hidden;
    background: #252525;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    transition: background 0.3s;
    z-index: 1
}

.pt_plus_button.button-style-18 .button-link-wrap span,
.pt_plus_button.button-style-18 .button-link-wrap .btn-icon {
    position: relative;
    z-index: 1
}

.pt_plus_button.button-style-18 .button-link-wrap::before,
.pt_plus_button.button-style-18 .button-link-wrap::after {
    content: '';
    position: absolute;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit
}

.pt_plus_button.button-style-18 .button-link-wrap::before {
    background: #ff214f;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

.pt_plus_button.button-style-18 .button-link-wrap:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.pt_plus_button.button-style-18 .button-link-wrap::after {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #252525
}

.pt_plus_button.button-style-18 .button-link-wrap::after {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.pt_plus_button.button-style-19 .button-link-wrap,
.pt_plus_button.button-style-20 .button-link-wrap,
.pt_plus_button.button-style-21 .button-link-wrap {
    display: inline-block;
    margin: 0;
    padding: 15px 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #252525
}

.pt_plus_button.button-style-19 .button-link-wrap span,
.pt_plus_button.button-style-20 .button-link-wrap span,
.pt_plus_button.button-style-21 .button-link-wrap span,
.pt_plus_button.button-style-19 .button-link-wrap i.btn-icon,
.pt_plus_button.button-style-20 .button-link-wrap i.btn-icon,
.pt_plus_button.button-style-21 .button-link-wrap i.btn-icon {
    position: relative;
    z-index: 1
}

.pt_plus_button.button-style-19 .button-link-wrap:after,
.pt_plus_button.button-style-20 .button-link-wrap:after,
.pt_plus_button.button-style-21 .button-link-wrap:after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.pt_plus_button.button-style-19 .button-link-wrap:after {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    background: #ff214f;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.pt_plus_button.button-style-19 .button-link-wrap:hover:after {
    width: 90%;
    opacity: 1
}

.pt_plus_button.button-style-19 .button-link-wrap:active:after {
    width: 101%;
    opacity: 1
}

.pt_plus_button.button-style-20 .button-link-wrap:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #ff214f;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.pt_plus_button.button-style-20 .button-link-wrap:hover:after {
    height: 280%;
    opacity: 1
}

.pt_plus_button.button-style-20 .button-link-wrap:active:after {
    height: 500%;
    opacity: 1
}

.pt_plus_button.button-style-21 .button-link-wrap:after {
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #ff214f;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.pt_plus_button.button-style-21 .button-link-wrap:hover:after {
    height: 75%;
    opacity: 1
}

.pt_plus_button.button-style-21 .button-link-wrap:active:after {
    height: 130%;
    opacity: 1
}

.pt_plus_button.button-style-22 .button-link-wrap {
    display: inline-block;
    margin: 10px;
    padding: 15px 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #252525;
    background: #fff
}

.pt_plus_button.button-style-22 .button-link-wrap .btn-icon {
    position: absolute;
    height: 100%;
    color: #252525;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: grid;
    align-items: center;
    vertical-align: middle
}

.pt_plus_button.button-style-22 .button-link-wrap .button-after {
    left: 130%;
    top: 0;
    margin-left: 10px
}

.pt_plus_button.button-style-22 .button-link-wrap:hover .button-after {
    left: 75%
}

.pt_plus_button.button-style-22 .button-link-wrap .button-before {
    left: -30%;
    opacity: 0;
    top: 0;
    margin-right: 10px
}

.pt_plus_button.button-style-22 .button-link-wrap:hover .button-before {
    left: 2%;
    opacity: 1
}

.pt_plus_button.button-style-23 {
    position: relative;
    display: inline-block;
    overflow: visible;
    max-width: 250px;
    width: 250px;
    height: 50px;
    cursor: pointer;
    -webkit-perspective: 500px;
    -ms-perspective: 500px;
    perspective: 500px;
    margin: 10px
}

.pt_plus_button.button-style-23 .align-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.pt_plus_button.button-style-23 .button-link-wrap {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    display: inline-block;
    margin: 10px;
    overflow: visible;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.pt_plus_button.button-style-23.hover-top .button-link-wrap:hover {
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}

.pt_plus_button.button-style-23 .button-link-wrap span:nth-child(1),
.pt_plus_button.button-style-23 .button-link-wrap span:nth-child(2) {
    border: 1px solid #252525;
    background: #252525;
    color: #8a8a8a;
    padding: 15px 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    backface-visibility: hidden;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pt_plus_button.button-style-23.hover-top .button-link-wrap span:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 25px);
    -ms-transform: translate3d(0, 0, 25px);
    -moz-transform: translate3d(0, 0, 25px);
    -o-transform: translate3d(0, 0, 25px);
    transform: translate3d(0, 0, 25px)
}

.pt_plus_button.button-style-23.hover-top .button-link-wrap span:nth-child(2) {
    -webkit-transform: rotateX(90deg) translate3d(0, 0, 25px);
    -ms-transform: rotateX(90deg) translate3d(0, 0, 25px);
    -moz-transform: rotateX(90deg) translate3d(0, 0, 25px);
    -o-transform: rotateX(90deg) translate3d(0, 0, 25px);
    transform: rotateX(90deg) translate3d(0, 0, 25px)
}

.pt_plus_button.button-style-23.hover-bottom .button-link-wrap:hover {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.pt_plus_button.button-style-23.hover-bottom .button-link-wrap span:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 25px);
    -ms-transform: translate3d(0, 0, 25px);
    -moz-transform: translate3d(0, 0, 25px);
    -o-transform: translate3d(0, 0, 25px);
    transform: translate3d(0, 0, 25px)
}

.pt_plus_button.button-style-23.hover-bottom .button-link-wrap span:nth-child(2) {
    -webkit-transform: rotateX(-90deg) translate3d(0, 0, 25px);
    -ms-transform: rotateX(-90deg) translate3d(0, 0, 25px);
    -moz-transform: rotateX(-90deg) translate3d(0, 0, 25px);
    -o-transform: rotateX(-90deg) translate3d(0, 0, 25px);
    transform: rotateX(-90deg) translate3d(0, 0, 25px)
}

.pt_plus_button.button-style-23.hover-right .button-link-wrap span:nth-child(1) {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    left: 0
}

.pt_plus_button.button-style-23.hover-right .button-link-wrap span:nth-child(2) {
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    left: 50%
}

.pt_plus_button.button-style-23.hover-right .button-link-wrap:hover span:nth-child(1) {
    -webkit-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    left: -50%
}

.pt_plus_button.button-style-23.hover-right .button-link-wrap:hover span:nth-child(2) {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    left: 0
}

.pt_plus_button.button-style-23.hover-left .button-link-wrap span:nth-child(1) {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    left: 0
}

.pt_plus_button.button-style-23.hover-left .button-link-wrap span:nth-child(2) {
    -webkit-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    left: -50%
}

.pt_plus_button.button-style-23.hover-left .button-link-wrap:hover span:nth-child(1) {
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    left: 50%
}

.pt_plus_button.button-style-23.hover-left .button-link-wrap:hover span:nth-child(2) {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    left: 0
}

.pt_plus_button.button-style-24 {
    position: relative;
    display: block
}

.pt_plus_button.button-style-24 .button-tag-hint {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.pt_plus_button.button-style-24 a.button-link-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.pt-plus-button-wrapper .button-link-wrap.shake_animate {
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    animation-name: shake_animate;
    -o-animation-name: shake_animate;
    -ms-animation-name: shake_animate;
    -moz-animation-name: shake_animate;
    -webkit-animation-name: shake_animate;
    animation-duration: 5s;
    -o-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-play-state: running;
    -o-animation-play-state: running;
    -ms-animation-play-state: running;
    -moz-animation-play-state: running;
    -webkit-animation-play-state: running
}

@keyframes shake_animate {
    2% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    4% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    6% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    8% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    10% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    12% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    14% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    16% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    18% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    20% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@-webkit-keyframes shake_animate {
    2% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    4% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    6% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    8% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    10% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    12% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    14% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    16% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    18% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    20% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@-moz-keyframes shake_animate {
    2% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    4% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    6% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    8% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    10% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    12% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    14% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    16% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    18% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    20% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@-o-keyframes shake_animate {
    2% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    4% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    6% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    8% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    10% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    12% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    14% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    16% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    18% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    20% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes shake_animate {
    2% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    4% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    6% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    8% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    10% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    12% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    14% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    16% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    18% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    20% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.content_hover_effect {
    position: relative;
    display: block;
    width: 100%
}

.content_hover_grow {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.content_hover_grow:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.content_hover_push {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.content_hover_push:hover {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.content_hover_bounce_in {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.content_hover_bounce_in:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.content_hover_float {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.content_hover_float:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px)
}

.content_hover_wobble_horizontal {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.content_hover_wobble_horizontal:hover {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.content_hover_wobble_vertical {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.content_hover_wobble_vertical:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.content_hover_float_shadow {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.content_hover_float_shadow:before,
.content_hover_radial:before {
    content: ''
}

.content_hover_float_shadow:before {
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 5%;
    content: '';
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.content_hover_float_shadow:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.content_hover_float_shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px)
}

.content_hover_grow_shadow {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform
}

.content_hover_grow_shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.content_hover_radial {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s
}

.content_hover_radial:hover:before,
.content_hover_radial:focus:before,
.content_hover_radial:active:before,
.content_hover_radial:hover:after,
.content_hover_radial:focus:after,
.content_hover_radial:active:after {
    opacity: 1
}

.content_hover_radial:before,
.content_hover_radial:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 10px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.content_hover_radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 80%)
}

.content_hover_radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 80%)
}

.content_effect_floating {
    animation-name: content_effect_floating;
    -webkit-animation-name: content_effect_floating;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.content_effect_tossing {
    animation-name: content_effect_tossing;
    -webkit-animation-name: content_effect_tossing;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.content_effect_pulse {
    animation-name: content_effect_pulse;
    -webkit-animation-name: content_effect_pulse;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.lity {
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(31, 31, 31, 0.18);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
    min-width: 97%;
    margin: 0 auto
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1
}

.lity-close {
    z-index: 9994;
    width: 45px;
    height: 45px;
    position: fixed;
    left: 50%;
    top: auto;
    bottom: 40px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    background: #313131;
    border-radius: 40px;
    padding: 8px 12px;
    font-style: normal;
    font-size: 35px;
    font-family: open sans;
    line-height: inherit;
    transition: all .2s linear;
    transform: translate3d(-50%, 0%, 0);
    text-shadow: none;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    transform: translate3d(-50%, 0%, 0) scale(1.1);
    text-decoration: none;
    text-align: center;
    color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.lity-hide {
    display: none
}

.lity-wrap {
    position: absolute !important;
    overflow: auto !important
}

.lity-content img {
    margin: 0 auto
}

.opened-lity-popup #content.site-content {
    filter: blur(2px)
}

.lity .lity-close:hover,
.lity .lity-close:focus {
    outline: none
}

.pt_plus_video_player {
    display: block;
    position: relative;
    width: 100%
}

.pt_plus_video_player iframe.fluidvids-item {
    opacity: 0
}

.pt_plus_video_player .ts-video-embed-container iframe {
    opacity: 1
}

.pt_plus_video_player .fluidvids iframe {
    opacity: 1
}

.pt_plus_video_player.not-touch iframe,
.pt_plus_video_player.not-touch video {
    pointer-events: none
}

.pt_plus_video_player .fluidvids {
    position: initial
}

.video_container {
    margin: 0;
    padding: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-space {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden
}

.pt_plus_video-box-shadow {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.ts-video-caption {
    -ms-filter: "alpha(Opacity=0.8)";
    filter: alpha(opacity=0.8);
    -moz-opacity: .8;
    opacity: .8;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    cursor: pointer;
    padding: 0;
    margin: 0;
    z-index: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.pt_plus_video_player:hover .ts-video-caption {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    z-index: 1
}

.tp-video-popup-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    z-index: 1;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.pt_plus_video_player .tp-video-popup-icon .tp-video-icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.ts-video-caption-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-weight: 400;
    left: 0;
    color: #fff;
    background: 0 0;
    padding: 5px 5%;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    line-height: 1;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    text-overflow: ellipsis;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pt_plus_video_player:hover .ts-video-caption-text {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.pt_plus_video_player {
    position: relative;
    overflow: hidden
}

.ts-video-image-zoom.set-image {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1
}

.ts-video-icon {
    height: auto;
    position: relative;
    z-index: 1;
    max-width: 80px
}

.ts-video-wrapper {
    width: 100%;
    display: block
}

.ts-video-wrapper.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.ts-video-wrapper.embed-container iframe,
.ts-video-wrapper.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.ts-video-embed-container {
    position: relative;
    display: block;
    padding: 0;
    padding-bottom: 56.25%;
    margin: 0;
    height: 0;
    overflow: hidden
}

.ts-video-hidden {
    display: none !important
}

.ts-video-embed-container {
    padding-bottom: 56.25000%
}

.pt-plus-video-frame {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.ts-type-self-hosted .ts-video-thumbnail {
    z-index: 1;
    object-fit: cover
}

.ts-type-self-hosted .ts-video-play-btn {
    z-index: 2;
    background: transparent
}

img.ts-video-thumbnail {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
    object-fit: cover;
    -webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

button.ts-video-play-btn.ts-video-blay-btn-youtube {
    background: transparent;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    margin: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
    opacity: .8;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ts-video-poster {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.ts-video-wrapper:hover .ts-video-play-btn {
    opacity: 1
}

.pt_plus_video_player .tp-video-icon-inner {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    z-index: 1
}

.pt_plus_video_player .tp-video-popup {
    overflow: visible;
    position: relative;
    display: inline-block;
    width: auto
}

.pt_plus_video-box-shadow.creative-mask-media {
    mask-repeat: no-repeat;
    mask-size: 120% 120%;
    mask-position: -20px -30px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: 0 0;
    height: auto;
    display: inline-block
}