@import url(https://fonts.googleapis.com/css?family=Roboto:300);

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #2e2a2a; /* fallback for old browsers */
	background: -webkit-linear-gradient(right, #2e2a2a, #2e2a2a);
	background: -moz-linear-gradient(right, #2e2a2a, #2e2a2a);
	background: -o-linear-gradient(right, #2e2a2a, #2e2a2a);
	background: linear-gradient(to left, #2e2a2a, #2e2a2a);
	font-size: 10px;
	color: #FFF;
	font-family: 'Roboto', Arial, Helvetica, Sans-serif, Verdana;
}

ul {
	list-style-type: none;
}

a {
	color: #e95846;
	text-decoration: none;
}

.usdt_overlay, .eth_overlay, .alts_overlay, .pending_overlay {
	display:none;
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    z-index: 1000;
    font-weight: bold;
    top: 3px;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 14px;
    line-height: 40px;
	user-select:none;
	align-items: center;
	justify-content: center;
}
.spinner {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 3px solid #fff;
	border-top: 3px solid #999;
	border-radius: 50%;
	animation: spin 0.7s linear infinite;
	margin-right: 10px;
}
@keyframes spin {
	to { transform: rotate(360deg); }
}
.crypto_button {
	position: relative;
	display: inline-block;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
	font-size: 14px;
}

.login_info {
    font-weight: bold;
    color: #dc0000;
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.pricing-table-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.6em;
	color: #FFF;
	margin-top: 15px;
	text-align: left;
	margin-bottom: 25px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table-title a {
	font-size: 0.6em;
}

.clearfix:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	clear: both;
}

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 29px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form select {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  margin-top: 13px;
}
.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

.pricing-wrapper {
	width: 1080px;
	margin: 40px auto 0;
}

.coins-wrapper {
	width: 1080px;
	margin:5px auto 0;
}
.coins-wrapper .coins_updated {
	margin-left:10px;
	font-size:20px;
}
.coins-wrapper i {
	color:#e9a324;
}

.pricing-wrapper .text_logged {
	float:left;
	font-size:16px;
	padding:0 10px 0 10px;
}
.pricing-wrapper ul {
	margin-right:10px;
}
.pricing-wrapper ul li{
	list-style-type:none;
}
.pricing-wrapper ul li a {
	float: right;
    font-size: 16px;
	margin-left: 15px;
}
.pricing-wrapper .text_logged .logout_link {
	margin:0 0 0 5px;
}

.pricing-table {
	margin: 0 10px;
	text-align: center;
	width: 340px;
	float: left;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	cursor:pointer;
	border-radius: 20px;
}

.pricing-table:hover {
	/*
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	*/
}
.pricing-table i {
	color:#e9a324;
}

.pricing-table.pricing-card {
	float:none;
	margin:0 auto;
	width:250px;
}
.pricing-card .pricing-title {
	font-size:25px;
	padding:10px 0;
}
.pricing-card .price {
	font-size: 25px !important;
	padding:10px 0 !important;
}
.pricing-card .table-buy {
	padding: 10px;
}
.pricing-card .recommended {
	background: #2db3cb;
}
.pricing-card .ultimate {
	background: #712dcb;
}

.pricing-title {
	color: #FFF;
	background: #e95846;
	padding: 20px 0;
	font-size: 2em;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	border-radius: 20px 20px 0 0;
}
.pay_pp {
	border-bottom: 1px solid #403e3d;
    margin-bottom: 15px;
    padding-bottom: 10px;
}								  
.pricing-table.recommended .pricing-title {
	background: #2db3cb;
}

.pricing-table.ultimate .pricing-title {
	background: #712dcb;
}

.pricing-table.recommended .pricing-action {
	background: #2db3cb;
}

.payment_table_basic, .payment_table_premium, .payment_table_ultimate {
	display: none;
    padding: 20px 20px;
    width: 100%;
    gap: 10px;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.payment_table_basic .pay_card, .payment_table_premium .pay_card, .payment_table_ultimate .pay_card {
	background: url("/images/pay_card.png") no-repeat center;
    background-size: contain;
    width: 130px;
    height: 82px;
    border: 0;
    outline: none;
    cursor: pointer;
	margin-right:15px;
}

.payment_table_basic .pay_pyusd, .payment_table_premium .pay_pyusd, .payment_table_ultimate .pay_pyusd {
	background: url("/images/pp_pyusd.png") no-repeat center;
    background-size: contain;
    width: 300px;
    height: 60px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.payment_table_basic .pay_btc, .payment_table_premium .pay_btc, .payment_table_ultimate .pay_btc {
	background: url("/images/btc_btn.png") no-repeat center;
    background-size: contain;
    width: 300px;
    height: 60px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.payment_table_basic .pay_eth, .payment_table_premium .pay_eth, .payment_table_ultimate .pay_eth {
	background: url("/images/eth_btn.png") no-repeat center;
    background-size: contain;
    width: 300px;
    height: 60px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.payment_table_basic .pay_usdt, .payment_table_premium .pay_usdt, .payment_table_ultimate .pay_usdt {
	background: url("/images/usdt_btn.png") no-repeat center;
    background-size: contain;
    width: 300px;
    height: 60px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.payment_table_basic .pay_alts, .payment_table_premium .pay_alts, .payment_table_ultimate .pay_alts {
	background: url("/images/alts_btn.png") no-repeat center;
    background-size: contain;
    width: 300px;
    height: 60px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.payment_table_basic form, .payment_table_premium form, .payment_table_ultimate form {
	display: inline-block;
    margin:0;
}

.pricing-table.ultimate .pricing-action {
	background: #712dcb;
}

.pricing-table .price {
	background: #403e3d;
	font-size: 3.4em;
	font-weight: 700;
	padding: 20px 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table .price sup {
	font-size: 0.4em;
	position: relative;
	left: 5px;
}

#basic_package.active {
	box-shadow: 0px 5px 30px #e95846;
}

#premium_package.active {
	box-shadow: 0px 5px 30px #2db3cb;
}

#ultimate_package.active {
	box-shadow: 0px 5px 30px #712dcb;
}

.table-list {
	background: #FFF;
	color: #403d3a;
}

.table-list li {
	font-size: 1.4em;
	font-weight: 700;
	padding: 12px 8px;
}

.table-list li:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	color: #3fab91;
	display: inline-block;
	position: relative;
	right: 5px;
	font-size: 16px;
} 

.table-list li span {
	font-weight: 400;
}

.table-list li span.unlimited {
	color: #FFF;
	background: #e95846;
	font-size: 0.9em;
	padding: 5px 7px;
	display: inline-block;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
}


.table-list li:nth-child(2n) {
	background: #F0F0F0;
}

.pricing-wrapper .active .table-buy {
	border-radius: 0;
}

.table-buy {
	background: #FFF;
	padding: 15px;
	text-align: left;
	overflow: hidden;
	border-radius: 0 0 20px 20px;
}

.pricing-wrapper .active .table-buy {
    border-radius: 0;
}
.table-buy p {
	text-align: center;
    color: #37353a;
    font-weight: 700;
    font-size: 2em;
    vertical-align: middle;
    line-height: 35px;
}

.table-buy p sup {
	font-size: 0.5em;
	position: relative;
	left: 5px;
}

.table-buy .pricing-action {
	float: right;
	color: #FFF;
	background: #e95846;
	padding: 10px 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: 700;
	font-size: 1.4em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border:none;
	outline:none;
	cursor:pointer;
}

.table-buy .pricing-action:hover {
	background: #cf4f3e;
}

.ultimate .table-buy .pricing-action:hover {
	background: #55219a;
}

.recommended .table-buy .pricing-action:hover {
	background: #228799;	
}

#coins_updated.animate {
  transform: scale(1);
}
.iframe-container{
	margin-top:50px;
	margin-bottom:50px;
	padding-left:10px;
	padding-right:10px;
}

/* CARD DESIGN */

.form_card fieldset {
  border: none;
  padding: 0;
  padding: 10px 0;
  position: relative;
  clear: both;
}
.form_card fieldset.card-expire {
  float: left;
  width: 60%;
}
.form_card fieldset.card-expire .expiration {
  width: 84px;
  margin-right: 12px;
  float: left;
}
.form_card fieldset.fieldset-ccv {
  clear: none;
  float: right;
  width: 86px;
}
.form_card fieldset label {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-weight: bold;
  font-family: Inconsolata;
}
.form_card fieldset input,
.form_card fieldset .select {
  width: 100%;
  height: 38px;
  color: #333333;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
}
.form_card fieldset input.input-cart-number:last-child,
.form_card fieldset .select.input-cart-number:last-child {
  margin-right: 0;
}
.form_card fieldset .select {
  position: relative;
}
.form_card fieldset .select::after {
  content: '';
  border-top: 8px solid #222;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 10px;
  pointer-events: none;
}
.form_card fieldset .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  padding: 0;
  border: none;
  width: 100%;
  outline: none !important;
  top: 6px;
  left: 6px;
  background: none;
}
.form_card fieldset .select select :-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.checkout {
  margin: 150px auto 70px;
  position: relative;
  width: 460px;
  background: white;
  border-radius: 15px;
  padding: 160px 45px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.credit-card-box {
  -webkit-perspective: 1000;
          perspective: 1000;
  width: 400px;
  height: 280px;
  position: absolute;
  top: -112px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.credit-card-box:hover .flip, .credit-card-box.hover .flip {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.credit-card-box .front,
.credit-card-box .back {
  width: 400px;
  height: 250px;
  border-radius: 15px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  color: #fff;
  font-family: Inconsolata;
  top: 0;
  left: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
.credit-card-box .default {
	background-color: #9dc5c3;
	background-image: linear-gradient(315deg, #9dc5c3 0%, #5e5c5c 74%);
}
.credit-card-box .visa {
	background:	linear-gradient(120deg, #1a1f71, #f7b600);
}
.credit-card-box .mastercard {
	background: linear-gradient(-120deg, #cc0000, #ff9900, #000066);
}
.credit-card-box .americanexpress {
	background:	linear-gradient(120deg, #85CCF2, #006CCE);
}
.credit-card-box .discover {
	background:	linear-gradient(120deg, #FF6600, #ffffff);
}
.credit-card-box .front::before,
.credit-card-box .back::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/images/earth.svg") no-repeat center;
  background-size: cover;
  opacity: .05;
}
.credit-card-box .flip {
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}
.credit-card-box .logo {
  position: absolute;
  top: 9px;
  right: 20px;
  width: 60px;
}
.credit-card-box .logo.visa {
	background: url("/images/visa.png") no-repeat center;
    height: 30px;
    width: 60px;
    background-size: contain;
}
.credit-card-box .logo.americanexpress {
	background: url("/images/americanexpress.png") no-repeat center;
    height: 65px;
    width: 60px;
    background-size: contain;
}
.credit-card-box .logo.mastercard {
	background: url("/images/mastercard.png") no-repeat center;
    height: 65px;
    width: 75px;
    background-size: contain;
}
.credit-card-box .logo.discover {
	background: url("/images/discover.png") no-repeat center;
    height: 65px;
    width: 75px;
    background-size: contain;
}
.credit-card-box .logo svg {
  width: 100%;
  height: auto;
  fill: #fff;
}
.credit-card-box .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.credit-card-box .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.credit-card-box .back .logo {
  top: 185px;
}
.credit-card-box .chip {
  position: absolute;
  width: 60px;
  height: 45px;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #ddccf0 0%, #d1e9f5 44%, #f8ece7 100%);
  border-radius: 8px;
}
.credit-card-box .chip::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 4px solid rgba(128, 128, 128, 0.1);
  width: 80%;
  height: 70%;
  border-radius: 5px;
}
.credit-card-box .strip {
  background: linear-gradient(135deg, #404040, #1a1a1a);
  position: absolute;
  width: 100%;
  height: 50px;
  top: 30px;
  left: 0;
}
.credit-card-box .number {
  position: absolute;
  margin: 0 auto;
  top: 103px;
  left: 19px;
  font-size: 38px;
}
.credit-card-box label {
  font-size: 10px;
  letter-spacing: 1px;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: normal;
  opacity: 0.5;
  display: block;
  margin-bottom: 3px;
}
.credit-card-box .card-holder,
.credit-card-box .card-expiration-date {
  position: absolute;
  margin: 0 auto;
  top: 180px;
  left: 19px;
  font-size: 22px;
  text-transform: capitalize;
}
.credit-card-box .card-expiration-date {
  text-align: right;
  left: auto;
  right: 20px;
}
.card-expiration-date .m_exp, .card-expiration-date .y_exp, .card-expiration-date .dv_exp {
	display:inline-block;
}
.card-expiration-date .dv_exp {
	margin-left: -8px;
	margin-right: -8px;
}
.credit-card-box .ccv {
  height: 36px;
  background: #fff;
  width: 91%;
  border-radius: 5px;
  top: 110px;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  color: #000;
  text-align: right;
  padding: 10px;
}
.credit-card-box .ccv label {
  margin: -25px 0 14px;
  color: #fff;
}
.form_card button {
  width: 100%;
  outline: none !important;
  background: linear-gradient(90deg, #11998e, #38ef7d);
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  box-shadow: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 90px;
  font-size: 14px;
}
.form_card button .fa {
  margin-right: 6px;
}
.btn {
  display: block;
  color: white;
  text-decoration: none;
  margin: 20px 0;
  padding: 15px 15px;
  border-radius: 5px;
  position: relative;
}
.btn::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0), 0 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.btn:hover::after {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.2);
}
.divider {
	min-height:550px;
}
.footer {
    padding: 0;
	margin-bottom:20px;
    width: 100%;
    height: 20px;
	text-align:center;
}
.footer ul {
	margin:0 auto;
	padding:0;
	display:block;
}
.footer ul li {
	margin: 0 10px 0 0;
    padding: 0;
    list-style-type: none;
    display: inline-flex;
}
.footer a {
	color:#e95846;
	font-size:14px;
}
.footer a:hover {
	text-decoration:underline;
}

/** ================
 * Responsive
 ===================*/
 @media only screen and (min-width: 768px) and (max-width: 959px) {
 	.pricing-wrapper {
 		width: 768px;
 	}

 	.pricing-table {
 		width: 236px;
 	}
	
	
	.table-list li {
		font-size: 1.3em;
	}
	
	.iframe-container{
	  position: relative;
	  width: 100%;
	  padding-bottom: 56.25%; 
	  height: 0;
	  margin-top:50px;
	  margin-bottom:50px;
	  padding-left:10px;
	  padding-right:10px;
	}
	.iframe-container iframe{
	  position: absolute;
	  top:0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}

 }

 @media only screen and (max-width: 767px) {
 	.pricing-wrapper {
 		width: 100%;
		margin: 20px auto;
 	}
	.coins-wrapper {
		width: 768px;
	}
	.coins_updated {
		width: 100%;
	}

 	.pricing-table {
 		display: block;
 		float: none;
 		margin: 0 0 20px 0;
 		width: 100%;
		padding:0;
 	}
	
	.iframe-container{
	  position: relative;
	  width: 100%;
	  padding-bottom: 56.25%; 
	  height: 0;
	  margin-top:20px;
	  margin-bottom:20px;
	  padding-left:10px;
	  padding-right:10px;
	}
	.iframe-container iframe{
	  position: absolute;
	  top:0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	
 }

@media only screen and (max-width: 479px) {
	
	.pricing-wrapper .text_logged {
		float:none;
		margin-bottom:15px;
		text-align:center;
	}
	.coins_updated {
		text-align: center;
	}
	
	.pricing-wrapper {
 		width: 100%;
		margin: 20px auto;
		padding:0 10px;
 	}
	.coins-wrapper  {
		width:300px;
	}
	.coins_updated {
		width: 100%;
	}
	
	.iframe-container{
	  position: relative;
	  width: 100%;
	  padding-bottom: 56.25%; 
	  height: 0;
	  margin-top:20px;
	  margin-bottom:20px;
	  padding-left:10px;
	  padding-right:10px;
	}
	.iframe-container iframe{
	  position: absolute;
	  top:0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	
	.checkout {
		width: 300px;
		margin: 20px auto;
		padding: 15px;
	}
	
	.form_card fieldset.card-expire .expiration {
		width:69px;
	}
	
	.credit-card-box {
		display:none;
	}
	
	.divider {
		
	}
	
} 
