.r-pt {
    margin: 0 -14px
}
.r-pt-block {
	position: relative;
}
.r-pt-block h1 {
		color: #fff;
	}
}
.r-pt-item {
    margin: 14px;
    position: relative;
    text-align: center;
    transition: all .35s;
    -webkit-transition: all .35s;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch
}

.rpt-action {
    margin-top: auto;
    text-align: center;
}

svg#r-pt-infoicon {
    position: relative;
    top: 3px;
    left: 5px;
    display: inline-block;
    cursor: pointer;
    opacity: .6
}

.r-pt-item .rpt-feature-list li {
    list-style: none
}

.r-pt-item .rpt-feature-list .fa {
    min-width: 2em
}

.r-pt.style1 .r-pt-item {
    padding: 2em;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
    border-radius: .28571429rem;
    border: 1px solid rgba(34, 36, 38, .15)
}

.r-pt.style1 .rpt-title {
    font-size: 2em;
    width: 100%;
    margin: 0 0 .25em;
    padding: 0 0 .5em;
    border-bottom: 3px solid rgba(0, 0, 0, 0.05)
}

.r-pt.style1 .rpt-price {
    font-size: 1.75em;
    padding: 1em 0 .75em
}

.r-pt.style1 .rpt-validity {
    font-size: .5em;
    font-weight: 400;
    display: block;
    opacity: .75
}

.r-pt.style1 .rpt-subtitle {
    margin: 1em 0;
    font-weight: 700
}

.r-pt.style1 .rpt-feature-list {
    margin: 0;
    padding: 1em 1.25em 2em
}

.r-pt.style2 .r-pt-item {
    padding: 2em 2.5em;
    text-align: left
}

.r-pt.style2 .rpt-title {
    font-size: 1em;
    margin: 0 0 1em
}

.r-pt.style2 .rpt-price {
    font-size: 2em;
    font-weight: 700;
    padding: .5em 0 .75em;
    border-top: 3px solid rgba(139, 144, 157, 0.18)
}

.r-pt.style2 .rpt-currency {
    font-size: .5em;
    vertical-align: super
}

.r-pt.style2 .rpt-validity {
    font-size: .5em;
    font-weight: 400;
    display: block;
    opacity: .75
}

.r-pt.style2 .rpt-subtitle {
    font-weight: 700;
    padding: 0 0 .5em;
    margin: 14px 0 16px;
    border-bottom: 3px solid rgba(139, 144, 157, 0.18)
}

.r-pt.style2 .rpt-feature-list {
    font-size: .85em;
    font-style: italic;
    margin: 0;
    padding: .25em 0 2.5em;
    list-style: none;
    text-align: right
}

.r-pt.style3 .r-pt-item {
    padding: 0 0 2em
}

.r-pt.style3 .rpt-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.35em;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto;
    padding: 1em 1em 0
}

.r-pt.style3 .rpt-price {
    font-size: 2em;
    font-weight: 700;
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: .75em;
    -webkit-transition: color .3s;
    transition: color .3s
}

.r-pt.style3 .rpt-price::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.3s, opacity .3s;
    transition: transform 0.3s, opacity .3s;
    -webkit-transform: translate3d(-150%, 0, 0) skewX(40deg);
    transform: translate3d(-150%, 0, 0) skewX(40deg)
}

.r-pt.style3 .r-pt-item:hover .rpt-price::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) skewX(0deg);
    transform: translate3d(0, 0, 0) skewX(0deg)
}

.r-pt.style3 .rpt-validity {
    font-size: .5em;
    font-weight: 400;
    display: block;
    color: #2a272c
}

.r-pt.style3 .rpt-subtitle {
    margin-bottom: 2em
}

.r-pt.style3 .rpt-feature-list {
    margin: 0;
    padding: 2em 1em;
    list-style: none;
    text-align: center
}

.r-pt.style3 .rpt-action {
    margin: auto 2em 0
}

.r-pt.style4 {
    margin: 0 auto
}

.r-pt.style4 .g-grid {
    align-items: center;
    -webkit-align-items: center;
    justify-content: center
}

.r-pt.style4 .r-pt-item {
    margin: 0;
    padding: 2em 4em;
    max-width: 320px
}

.r-pt.style4 .r-pt-item:nth-child(2) {
    border-right: 1px solid rgba(139, 144, 157, 0.18);
    border-left: 1px solid rgba(139, 144, 157, 0.18)
}

.r-pt.style4 .r-pt-item:nth-child(4) {
    border-left: 1px solid rgba(139, 144, 157, 0.18)
}

.r-pt.style4 .rpt-title {
    font-size: 1em;
    margin: 1.5em 0 0
}

.r-pt.style4 .rpt-price {
    font-size: 2em;
    font-weight: 700;
    margin: .5em 0 .75em;
    overflow: hidden
}

.r-pt.style4 .rpt-validity {
    font-size: .35em
}

.r-pt.style4 .rpt-anim {
    display: inline-block;
    position: relative
}

.r-pt.style4 .r-pt-item:hover .rpt-anim {
    -webkit-animation: moveUp .4s forwards;
    animation: moveUp .4s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}

.r-pt.style4 .r-pt-item:hover .rpt-anim-2 {
    -webkit-animation-delay: .05s;
    animation-delay: .05s
}

@-webkit-keyframes moveUp {
    50% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    52% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes moveUp {
    50% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    52% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.r-pt.style4 .rpt-subtitle {
    font-weight: 700;
    margin: 0 0 1em;
    padding: 0 0 .5em
}

.r-pt.style4 .rpt-feature-list {
    font-size: .85em;
    margin: 0;
    padding: .25em 0 2.5em;
    list-style: none;
    text-align: center
}

.r-pt.style4 .rpt-image img {
    width: 35px;
    height: 35px
}

.r-pt.style4 .rpt-currency {
    font-size: .5em;
    vertical-align: super
}

@media all and (max-width: 767px) {
    .r-pt.style4 .r-pt-item {
        border: none!important
    }
}

.r-pt.style5 {
    margin: 0 auto
}

.r-pt.style5 .r-pt-item {
    padding: 3em;
    color: #262b38;
    background: #fff;
    position: relative;
}

.r-pt.style5.shadow .r-pt-item {
    padding: 2em 3em;
    margin: 1.15em;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.05)
}

.r-pt.style5.nomargin .r-pt-item {
    margin: 0
}

@media all and (max-width: 767px) {
    .r-pt.style5.nomargin .r-pt-item {
        margin-bottom: 14px!important
    }
}

@media all and (min-width: 768px) {
    .r-pt.style5.nomargin .r-pt-item:nth-child(1) {
        border-right: 0!important
    }
    .r-pt.style5.nomargin .r-pt-item:nth-child(3) {
        border-left: 0!important
    }
    .r-pt.style5.nomargin .r-pt-item:nth-child(4) {
        border-left: 0!important
    }
}

@media all and (min-width: 66.250em) {
    .r-pt.style5.shadow .r-pt-item {
        margin: 1.65em 0
    }
    .r-pt.style5.shadow .r-pt-item.featured {
        z-index: 10;
        margin: 0;
        font-size: 1.15em
    }
}

.r-pt.style5 .rpt-title {
    font-size: 2em;
    margin: .5em 0 0
}

.r-pt.style5 .rpt-price {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
    position: relative;
    text-align: right;
    z-index: 100
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}
.r-pt.style5 .rpt-price.poundhidden {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.r-pt.style5 .rpt-price.eurohidden {
    position:absolute;
    visibility: hidden;
    opacity: 0;
}
.r-pt.style5 .rpt-action.poundhidden {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.r-pt.style5 .rpt-action.eurohidden {
    position:absolute;
    visibility: hidden;
    opacity: 0;
}
.r-pt.style5 .rpt-currency {
    font-size: .5em;
    vertical-align: super
}

.r-pt.style5 .rpt-validity {
    font-size: .25em;
    display: inline-block;
    padding: 0 0 0 .5em
}

.r-pt.style5 .rpt-subtitle {
    font-weight: 700;
    margin: 0 0 1em;
    padding: 0 0 .5em
}

.r-pt.style5 .rpt-feature-list {
    font-size: .95em;
    margin: 0;
    padding: 1.5em .5em 0.5em;
    text-align: left
}

/*
 * Override it all to hell!
 */
@media all and (max-width: 1199px) {
	.r-pt-item {
		display: flex;
		flex-direction: column;
	}
	.r-pt-item.featured {
		padding-bottom: 3.25rem !important;
	}
	.r-pt-item .rpt-action {
		margin-top: 0 !important;
	}
	.r-pt-item .rpt-price {
		margin-top: auto !important;
	}
}
@media all and (max-width: 1059px) {
	.r-pt-item.featured {
		padding-bottom: 2rem !important;
	}
	section#g-pricing {
		height: initial;
	}
}
@media all and (min-width: 960px) and (max-width: 1059px) {
	.r-pt-item .rpt-price {
		font-size: 1.4rem !important;
	}
	.r-pt-item .rpt-price .rpt-validity {
		font-size: 0.5rem !important;
	}
}