.fa-spin{
	-webkit-animation:fa-spin 2s linear infinite;
	animation:fa-spin 2s linear infinite
}
.fa-pulse{
	-webkit-animation:fa-spin 1s steps(8) infinite;
	animation:fa-spin 1s steps(8) infinite
}
@-webkit-keyframes fa-spin{
	0%{
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	to{
		-webkit-transform:rotate(1turn);
		transform:rotate(1turn)
	}
}
@keyframes fa-spin{
	0%{
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	to{
		-webkit-transform:rotate(1turn);
		transform:rotate(1turn)
	}
}

.helparea {
	width:35px; 
	height:110px; 
	position: fixed;    
	top: 50%;
	margin-top: -55px;   
	right: 0px;
	background-color: #fff;
	border:solid 1px #eee;
	z-index:10;
	opacity: 0.7;
	border-radius: 10px 0px 0px 10px;
	padding:5px;
	text-align: center;
	
}
.helparea:hover {
	opacity: 1;
}

.helpareaicon {
	font-size: 35px;
	color: #40b3e0;
}

.orange {
	
	color: #d1b850;
}

.gray {
	
	color: #868d9b;
}
.signup-form-girl-rt{
	position: absolute;
    right: -60px;
    top: -25px;
}
.signup-form-girl-lt{
	position: absolute;
    left: -82px;
    top: -42px;
}
.modal-dialog-girls [class*=uk-modal-close-]{
	right: 33px;
}
.modal-dialog-girls #modal-input{
	border: 1px solid #b8b7b7;
    height: 50px;
    border-radius: 4px;
    font-size: 18px;
	color: #000;
}
.modal-dialog-girls #modal-input:focus{
	border: 1px solid #656565;
}
.modal-dialog-girls #modal-input.error {
    border: 1px solid #ffa7a7 !important;
    background: #fff;
}
.modal-dialog-girls #modal-input + .error-field{
	display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.7));
        padding: 20px;
        color: white;
    }

/* Fix vertical alignment for button text */
.button .inner-text {
    vertical-align: middle;
    margin-top: 10px;
}

.inner-text2 {
    display: inline-block;
    margin-top: 8px;
    margin-left: 65px;
}
.modal-dialog-girls #modal-input.error + .error-field {
	display: block;
}
.error-field #modal-input.error + .error-field{
	display: none !important;
}
.modal-dialog-girls .uk-form-icon{
	font-size: 20px;
}
.modal-dialog-girls #modal-btn{
	color: #fff;
    border-color: #f6607e;
    background-color: #f6607e;
	font-weight: 400;
    font-size: 24px;
    border-radius: 3px;
    line-height: 26px;
    padding: 14px 50px;
	height: 54px;
	text-transform: uppercase;
	display: inline-flex;
	margin-top: 10px;
}
.modal-dialog-girls #modal-btn span{
	font-size: 34px;
	    line-height: 24px;
}
.modal-dialog-girls .modal-package-wrapper {
    background: #e4e4e4;
	border-bottom: 1px solid #dddddd;
}
.modal-dialog-girls.uk-modal-dialog{
    width: 530px;
}
.modal-dialog-girls .field-wrapper{
	width: 80%;
	margin: 0 auto;
}
.modal-dialog-girls h3{
	text-transform: none;
}
.offer-wrapper .dollar{
	line-height: 52px;
}
.no-back-image {
    background-image: none !important;
}
.join-content-footer{
	background: #1a1a1a;
}
.subscription-form-wrapper input[type="email"]{
	width: 100%;
}
.subscription-form-wrapper .uk-input {
    height: 50px;
    font-size: 20px;
	font-weight: 400;
    color: #000;
	border-radius: 2px;
    border: 1px solid #ffc484;
}
.offers-wrapper{
	display: flex;
	margin: 5px 0;
    justify-content: space-between;
}
.offer-item{
	display: block;
	position: relative;
	width: 32%;
}
.offer-item .checkmark{
	display: block;
	background-color: #000000;
    color: #fff;
    border: 2px solid #adadad;
    border-radius: 6px;
    cursor: pointer;
    padding: 15px 15px 10px;
    text-align: center;
    user-select: none;
    transition: all 0.3s ease 0s;
    margin: 0px;
	min-height: 223px;
}
.mobile-visible .offer-item .checkmark{
	min-height: auto;
}
.offer-item label:hover .checkmark{
	background-color: #000;
}
.offer-item:hover .offer-item__button{
	background-color: #f98f1d;
}
.offer-item:hover .checkmark{
	border-color: #ffbb5d;
}
.offer-item input[type="radio"]{
	visibility: hidden;
    height: 1px;
    width: 1px;
	position: absolute;
}
.offer-item__button{
	background-color: #f79832;
    border: 0px;
    color: white;
    cursor: pointer;
    display: block;
    font-weight: 400;
    font-size: 1.25rem;
    margin: 0px auto;
    padding: 12px 0px;
    width: 100%;
	transition: all 0.3s ease 0s;
}
.join-button{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	z-index: 5;
	cursor: pointer;
}
.offer-item .offer-item__title{
	font-size: 30px;
	display: block;
}

.offer-item .offer-item__price{
	font-size: 56px;
	position: relative;
	padding-left: 10px;
}
.offer-item .offer-item__currency{
	font-size: 30px;
	position: absolute;
	top: 18px;
    left: -8px;
}
.offer-item .offer-item__type{
	margin-top: 10px;
    display: inline-block;
    font-size: 12px;
}
.subscription-form-wrapper .email-message{
	min-height: 20px;
	margin: 1px 0;
    color: #ff0000;
	font-weight: 500;
	font-size: 14px;
}
.subscription-form-title {
    color: #ffffff;
    font-size: 30px;
	font-weight: 300;
}
.subscription-form-wrapper input.error{
	border: 1px solid #d51f1f;
    background: #ffcfcf;
}
.subscription-form-wrapper input.error:focus {
    background: #ffe9e9;
}
.features-wrapper {
    background-color: #1a1a1a;
    color: #fff;
    padding: 15px 10px;
    border-radius: 4px;
    margin-top: 25px;
    border: 1px solid #999;
}
.features-wrapper .row{
	display: flex;
}
.features-wrapper .row span {
	display: block;
	font-size: 18px;
    font-weight: 400;
	margin: 15px 5px;
}
.features-wrapper .row span i {
	font-size: 23px;
	margin-right: 3px;
}
.black-background{
	background: #000 !important;
}
.join-images-wrapper .gallery-item{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
	margin-bottom: 25px;
	border-radius: 5px;
    border: 1px solid #1e1b1b;
}
.join-email-wrapper{
	position: relative;
}
.join-email-wrapper span{
	position: absolute;
    top: 11px;
    left: 12px;
    color: #bfbfbf;
    opacity: 0.5;
}
.env-icon img{
	width: 30px;
}
.join-email-wrapper:hover span{
	opacity: 0.6;
}
.join-email-wrapper input{
	padding-left: 54px;
}
.update-membership{
	padding: 11px 0;
    font-size: 20px;
    font-weight: 400;
    background: #1a1a1a;
    color: #b5b4b4;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 20px;
}
.offer-item .offer-not-available{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #000000b5;
	display: flex;
	justify-content: center;
    align-items: center;
}
.offer-item .offer-not-available span{
	font-size: 64px;
	color: #ccc;
}
@media only screen and (max-width : 1225px) {
	.offer-item .checkmark {
	    min-height: 220px;
	}
	.offer-item .offer-item__type span{
		display:inline-block;
	}
}
@media only screen and (max-width : 1180px) {
	.features-wrapper .row span {
	    font-size: 14px;
	}
	.features-wrapper .row span i{
		font-size: 18px;
	}
}
@media only screen and (max-width : 1050px) {
	.join-content-section>:last-child {
	    display: block;
	}
	.signup-section.join-content-section {
	    padding-top: 0;
	    padding-bottom: 10px;
	}
	.signup-section.join-content-section h1 {
	    margin-bottom: 5px;
	}
}
@media only screen and (max-width : 992px) {
	.offer-item .checkmark{
		min-height: 207px;
		padding: 5px 10px 5px;
	}
	.offer-item .offer-item__title {
	    font-size: 24px;
	}
	.offer-item__button {
	    font-size: 16px;
		padding: 10px 0;
	}
	.join-images-wrapper .gallery-item{
		height: 185px;
	}
	.features-wrapper .row div{
		width: 50%;
	}
}
@media only screen and (max-width : 959px) {
	.offer-item .offer-item__title{
		font-size: 30px;
	}
	.offer-item__button {
	    font-size: 22px;
	}
	.join-images-wrapper{
		
	}
	.signup-section.join-content-section {
	    padding-left: 15px;
		padding-right: 15px;
	}
	.subscription-form-wrapper{
		margin-bottom: 25px;
	}
}

@media only screen and (max-width : 767px) {
	.signup-form-girl-rt, .signup-form-girl-lt{
		display: none;
	}
	.modal-dialog-girls [class*=uk-modal-close-] {
		right: 10px;
	}
	.modal-dialog-girls .field-wrapper{
		width: 100%;
	}
	.features-wrapper {
	    background-color: #1a1a1a;
	    color: #fff;
	}
	.join-images-wrapper .gallery-item {
	    height: 168px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width : 600px) {
	.offer-item .offer-item__title {
	    font-size: 24px;
	}
	.offer-item__button {
	    font-size: 18px;
	}
}
@media only screen and (max-width : 639px) {
	.join-images-wrapper div[class*=uk-child-width]>* {
	    width: 50%;
	}
	.join-images-wrapper .gallery-item {
	    height: 180px;
	}
}
@media only screen and (max-width : 580px) {
	.signup-section.join-content-section {
	    margin-top: 35px;
	}
	.offer-item .offer-item__price {
	    font-size: 40px;
	}
	.offer-item .offer-item__price {
	    padding-left: 2px;
	}
	.offer-item .offer-item__currency {
	    font-size: 22px;
	    top: 11px;
	    left: -12px;
	}
	.offer-item .checkmark {
	    min-height: 190px;
	}
	.subscription-form-title {
	    font-size: 22px;
	}
}
@media only screen and (max-width : 500px) {
	.features-wrapper{
		padding: 0 10px;
	}
	.features-wrapper .row {
	    display: block;
	}
	.features-wrapper .row div {
	    width: 100%;
	}
}
@media only screen and (max-width : 450px) {
	.offers-wrapper {
	    display: block;
	}
	.offer-item {
	    width: 100%;
		margin-bottom: 25px;
	}
	.offer-item .checkmark {
	    min-height: auto;
	}
	.offer-item__button {
	    max-width: 160px;
	}
	.join-images-wrapper .gallery-item {
	    height: 125px;
	}
}
@media only screen and (max-width : 390px) {
	.signup-section.section h1 {
	    font-size: 15px;
	}
	.join-content-section>:last-child{
		font-size: 13px;
	}
	.join-images-wrapper div[class*=uk-child-width]>* {
	    width: 100%;
	}
	.join-images-wrapper .gallery-item {
	    height: 240px;
	}
}

div.pa-subs-box-th-1 {
	background-color: #f1f1f1 !important;
}
#pa-push-notification-subscription {
	margin: 0 10%;
}
@media only screen and (max-width : 767px) {
	#pa-push-notification-subscription {
		margin: 0 auto;
	}
}












