@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("//fonts.googleapis.com/css?family=Ubuntu+Condensed");
/*******************************************************************************
Nav/header hook
*******************************************************************************/
.wallet-block-top .display_top {
	float:right;
	padding-right: 10px;
	padding-left: 10px;
}
.wallet-block-top .header_user_info a {
	background: inherit;
	font-weight: 600;
	font-size: 13px;
}
.wallet-block-top .header_user_info i {
	color: #fa5968;
	padding-right: 5px;
}

/*******************************************************************************
Payment selection page
*******************************************************************************/
p.payment_module a.prepaid {
	background: url(../img/prepaidcard.png) 15px 12px no-repeat #fbfbfb;
}
p.payment_module a.prepaid:after {
	display: block;
	content: "\f054";
	position: absolute;
	right: 15px;
	margin-top: -11px;
	top: 50%;
	font-family: "FontAwesome";
	font-size: 25px;
	height: 22px;
	width: 14px;
	color: #777777;
}
p.payment_module a.prepaid:hover {
	background-color: #f6f6f6;
}

/*******************************************************************************
Buy packs page
*******************************************************************************/
.block_buy .row {
	margin-left: -15px;
	margin-right: -15px;
}
.block_buy .row:before, .block_buy .row:after {
	content: " ";
	display: table;
}
.block_buy .row:after {
	clear: both;
}
.block_buy ul {
	margin-top: 0;
	margin-bottom: 9px;
	list-style: none;
}
.block_buy .col-xs-12, .block_buy .col-md-4, .block_buy .col-lg-3 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.block_buy .col-xs-12 {
	width: 100%;
}

.block_buy a.product_img_link {
    cursor: pointer;
    pointer-events: none;
}

 @media (min-width: 992px) {
 .block_buy .col-md-4 {
 float: left;
 width: 33.33333%;
}
}
 @media (min-width: 1200px) {
 .block_buy .col-lg-3 {
 float: left;
 width: 25%;
}
}
.block_buy h2 {
	font-size: 18px;
	margin-top: 10px;
	line-height: 24px;
	margin-bottom:30px
}

.block_pack {
	padding-top: 10px
}
.pack-button {
	padding:0;
	/*float:right;*/
    margin-top: 20px
}
/*.box-info-product .exclusive {
	float: right;
	padding: 0;
	border-top: 1px solid #0079b6;
	border-right: 1px solid #006fa8;
	border-left: 1px solid #006fa8;
	border-bottom: 1px solid #012740;
	position: relative;
	display: block;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
	background-image: -webkit-linear-gradient(#009ad0, #007ab7);
	background-image: -moz-linear-gradient(#009ad0, #007ab7);
	background-image: -o-linear-gradient(#009ad0, #007ab7);
	background-image: linear-gradient(#009ad0, #007ab7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0 );
	min-height: 62px;
}
.box-info-product .exclusive:before {
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: white;
	font-size: 41px;
	line-height: 62px;
	text-shadow: 0 1px #015883;
	content: "\f07a";
	z-index: 2;
	width: 51px;
	text-align: center;
}
 @media (max-width: 991px) {
 .box-info-product .exclusive:before {
 display: none;
}
}
.box-info-product .exclusive.added:before {
	content: "\f00c";
}
.box-info-product .exclusive.added.disabled:before, .box-info-product .exclusive.disabled:before {
	content: "\f110";
	animation: 2s linear 0s normal none infinite spin;
	-webkit-animation: 2s linear 0s normal none infinite spin;
	-moz-animation: 2s linear 0s normal none infinite spin;
	border: none;
}
.box-info-product .exclusive span {
	font-weight: 700;
	font-size: 19px;
	text-shadow: 0 1px #015883;
	padding: 11px 36px 12px 60px;
	color: white;
	display: block !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
 @media (max-width: 1199px) {
 .box-info-product .exclusive span {
 padding: 12px 22px 14px 55px;
 font-size: 14px;
}
}
 @media (max-width: 991px) {
 .box-info-product .exclusive span {
 padding: 8px 12px 10px;
 text-align: left;
}
}
.box-info-product .exclusive:hover {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
	background-image: -webkit-linear-gradient(#007ab7, #009ad0);
	background-image: -moz-linear-gradient(#007ab7, #009ad0);
	background-image: -o-linear-gradient(#007ab7, #009ad0);
	background-image: linear-gradient(#007ab7, #009ad0);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7', endColorstr='#009ad0', GradientType=0 );
	background-position: 0 0;
}
*/
/*******************************************************************************
Customer wallet page
*******************************************************************************/
.block-center {
	margin-top:20px
}
.block-center .block-balance {
	width:auto;
	font-size: 20px;
	line-height: 30px;
	text-align:center
}
.block-center .block-balance .credits-left {
	font-size: 24px;
	font-weight: 800;
	color: #F36
}
.block-center .block-history {
	padding-top: 30px;
	clear: both;
}

.block-center .prepaid-buttons {
	text-align:center;
	margin-top:20px
}

.block-center .block-history .title {
	padding-bottom:10px;
	font-size: 18px;
	font-size: 20px;
	text-align:center
}
.block-center .block-history table {
	margin-top: 10px;
	margin-bottom: 30px;
}
.block-center .block-history .table-bordered {
	border: 1px solid #d6d4d4;
}
.block-center .block-history .table {
	width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.block-center .block-history .table .operation {
	font-weight:bold;
}
.table tbody td.table-td-red, .red, i.minus {
	color: red;
}
.table tbody td.table-td-green, .grine, i.plus {
	color:#090;
}
.history_state i.fa-clock-o, .history_state i.fa-check {
	font-size:16px;
	padding-left:6px;
}
.block-center .block-history .table .label-operation {
	display: block;
	font-size: 11px;
	font-weight: 700;
	font-style: italic;
}
.block-center .block-history .table > thead > tr > th {
	background: #fbfbfb;
	border-bottom-width: 1px;
	color: #333;
	vertical-align: middle;
}
.block-center .block-history .table-bordered > thead > tr > th, .block-center .block-history .table-bordered > thead > tr > td, .block-center .block-history .table-bordered > tbody > tr > th, .block-center .block-history .table-bordered > tbody > tr > td, .block-center .block-history .table-bordered > tfoot > tr > th, .block-center .block-history .table-bordered > tfoot > tr > td {
	border: 1px solid #d6d4d4;
}
.block-center .block-history .table thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #d6d4d4;
}
.block-center .block-history .table thead > tr > th, .block-center .block-history .table thead > tr > td, .block-center .block-history .table tbody > tr > th, .block-center .block-history .table tbody > tr > td, .block-center .block-history .table tfoot > tr > th, .block-center .block-history .table tfoot > tr > td {
	padding: 9px 8px 11px 18px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #d6d4d4;
}
.block-center .block-history table td, table th {
	padding: 9px 10px;
	text-align: left;
}
.block-center .block-history table th {
	font-weight: bold;
}
/*******************************************************************************
Packs column
*******************************************************************************/
.table-packs {
	background-color: #333333;
	border-radius: 5px;
	margin-top: 5px;
}
.table-packs table {
	margin-left: auto;
	margin-right: auto;
	background-color: #333333
}
.table-packs tr {
	border-bottom: 1px solid rgb(168, 168, 168);
}
.table-packs tr:last-child {
	border: none;
}
.table-packs td {
	padding:8px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.table-packs td span.extra_credits {
	font-size: 12px;
	color: rgb(171, 173, 165);
}
.table-packs .plnk {
	background-color: rgb(178, 12, 111);
}
.table-packs .plnk a {
	width: 100%;
	text-align: center;
	color: white;
}
.table-packs .plnk span {
	display: block;
	padding: 1em;
}
/*******************************************************************************
Hook shopping cart
*******************************************************************************/
#HOOK_SHOPPING_CART .box {
	background: #fbfbfb;
	border: 1px solid #d6d4d4;
	padding: 14px 18px 13px;
	margin: 0 0 30px 0;
	line-height: 23px;
}
#HOOK_SHOPPING_CART .box .page-subheading {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #555454;
	font-size: 16px;
	line-height: normal;
}
.treamclass {
	margin-left: 10px;
	margin-top: 15px;
	width: 100%;
	position: absolute;
}
.treamclass input {
	margin-right: 7px;
}
.treamclass > span {
	color:red;
	display: block;
	font-weight: bolder;
}
#blockpacksforsale > li .product-container .button-container .lnk_view, #blockpacksforsale .new-box {
	display: none;
}
#blockpacksforsale .product-name {
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold
}
#blockpacksforsale > li .product-container .product-image-container .content_price {
	display:block;
}
/* ************************** MODULE STYLES CSS FOR PACK LIST PAGE *************************  */
.js-packs .js-creditPack {
	position: relative;
	min-height: 1px;
	float: left;
	margin-right:20px;
	margin-bottom:20px;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.CreditPack {
	position:relative;
	overflow:hidden;
	margin:0 auto
}
.CreditPack--onsale:after {
	position:absolute;
	top:15px;
	right:-22px;
	width:100px;
	padding:4px 0;
	content:attr(data-onsale-text);
	color:#fff;
	font-size:11px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	white-space:nowrap;
	background:#ffad00;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
.CreditPack-topSection {
	padding:40px 10px;
	padding-bottom:20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	font-size:18px;
	font-weight:100;
	text-transform:uppercase;
	color:#fff;
	background:#191919;
	min-height:120px;
}
.CreditPack-bottomSection {
	padding:10px 4px 10px 4px;
	text-align:center;
	background:#fff;
	border:1px solid #c1c1c1;
	border-top:none
}
.CreditPack-bottomSection .ajax_add_to_cart_button {
	margin-top:5px
}

.CreditPack-price {
	font-size:41px;
	font-weight:700;
	color:#fff
}
.js-packs .pack-title {
	text-align: center;
	padding: 10px;
	background-color: #333333;
	border-bottom: 1px solid white;
	color:#aaa;
	text-transform:uppercase;
	font-size:13px;
}
.js-packs span.extra_credits {
	font-size: 14px;
	line-height: 20px;
	color: #F33;
	font-weight:bold
}
/* ************************** ***************************** ************************* */
.packs-menu .extra_credits {
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	color: #F30
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #333;
}
.uppercase {
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px
}

.ui-tooltip {
	font-size:11px;
	font-family: "Open Sans", sans-serif;
}
a.tooltip_text, a.tooltip_text_15 {
	text-decoration: none;
	color:#09C;
}
a:hover.tooltip_text, a:hover.tooltip_text_15 {
	text-decoration: none;
	color:#ccc;
}
.alert .howto {
	margin-left:0;
	font-weight:normal;
	list-style:none
}
#notice-user ul.ul-notice-user {
	margin-left:0;
	margin-top:10px;
}
.notice-close, .notice-open {
	margin-top:7px;
	font-size:11px;
	color:#FF6;
	cursor: pointer;
}

/*******************************************************************************
REQUEST FORM
*******************************************************************************/

#form_add_credits .required {
	color:#C00;
	font-size:14px
}
#form_add_credits {
	background:url(../img/request.png) right center no-repeat;
}
#form_add_credits .submit {
    margin-top: 10px;
	padding-left: 15px;
    text-align: left;
}
.info-uppercase {
	text-transform: uppercase;
	font-size:16px;
	letter-spacing:1px;
	font-weight:bold;
}

#form_add_credits .input-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px;
  font-size: 13px;
  line-height: 1.42857;
  color: #9c9b9b;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d4d4;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#form_add_credits .input-captcha {
    width: 81%;
}
#form_add_credits .captcha {
    margin-top: 5px;
}
#form_add_credits #reloadbtn {
	cursor:pointer
}
.input-control {
	display:inline-block
}
.display-ul {
	display:none;
}

@media all and (min-width:0px) and (max-width: 768px) {
	#hidden-td {
		display:none;
	}
	.display-ul {
		display: block;
		list-style: square;
		margin-left:14px
	}
	.CreditPack {
		width:100%!Important;
	}
}
@media all and (min-width:769px) and (max-width: 1024px){
	.CreditPack {
		width:100%!Important;
	}
}
.bold {
	font-weight: bold
}

.wallet-box {
	background:url(../img/wallet_icon.jpg) no-repeat;
	background-position: right 80px
}

/*******************************************************************************
SHARE CREDITS WITH FRIEND FORM
*******************************************************************************/
#prepaidform .required {
	color:#C00;
	font-size:14px
}
#prepaidform {
	background:url(../img/share-credits.png) right top no-repeat;
}
#prepaidform .submit {
    margin-top: 10px;
	padding-left: 15px;
    text-align: left;
}
#prepaidform .input-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px;
  font-size: 13px;
  line-height: 1.42857;
  color: #9c9b9b;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d4d4;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#prepaidform .textarea-control {
  display: block;
  width: 100%;
  height: 160px;
  padding: 6px;
  font-size: 13px;
  line-height: 1.42857;
  color: #9c9b9b;
  background-color: #fff;
  border: 1px solid #d6d4d4;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#prepaidform .captcha {
    margin-top: 5px;
}
#prepaidform #reloadbtn {
	cursor:pointer
}
.input-control {
	display:inline-block
}
.input-after-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d6d4d4;
  border-radius: 0px;
  display: inline-block
}
.std-uppercase {
	text-transform: uppercase;
	font-size: 12px
}
.std-amount {
	font-weight: bold;
	font-size: 14px;
}
input:required:invalid, input:focus:invalid {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAeVJREFUeNqkU01oE1EQ/mazSTdRmqSxLVSJVKU9RYoHD8WfHr16kh5EFA8eSy6hXrwUPBSKZ6E9V1CU4tGf0DZWDEQrGkhprRDbCvlpavan3ezu+LLSUnADLZnHwHvzmJlvvpkhZkY7IqFNaTuAfPhhP/8Uo87SGSaDsP27hgYM/lUpy6lHdqsAtM+BPfvqKp3ufYKwcgmWCug6oKmrrG3PoaqngWjdd/922hOBs5C/jJA6x7AiUt8VYVUAVQXXShfIqCYRMZO8/N1N+B8H1sOUwivpSUSVCJ2MAjtVwBAIdv+AQkHQqbOgc+fBvorjyQENDcch16/BtkQdAlC4E6jrYHGgGU18Io3gmhzJuwub6/fQJYNi/YBpCifhbDaAPXFvCBVxXbvfbNGFeN8DkjogWAd8DljV3KRutcEAeHMN/HXZ4p9bhncJHCyhNx52R0Kv/XNuQvYBnM+CP7xddXL5KaJw0TMAF8qjnMvegeK/SLHubhpKDKIrJDlvXoMX3y9xcSMZyBQ+tpyk5hzsa2Ns7LGdfWdbL6fZvHn92d7dgROH/730YBLtiZmEdGPkFnhX4kxmjVe2xgPfCtrRd6GHRtEh9zsL8xVe+pwSzj+OtwvletZZ/wLeKD71L+ZeHHWZ/gowABkp7AwwnEjFAAAAAElFTkSuQmCC);
    background-position: right top;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
}
input:required:valid {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAepJREFUeNrEk79PFEEUx9/uDDd7v/AAQQnEQokmJCRGwc7/QeM/YGVxsZJQYI/EhCChICYmUJigNBSGzobQaI5SaYRw6imne0d2D/bYmZ3dGd+YQKEHYiyc5GUyb3Y+77vfeWNpreFfhvXfAWAAJtbKi7dff1rWK9vPHx3mThP2Iaipk5EzTg8Qmru38H7izmkFHAF4WH1R52654PR0Oamzj2dKxYt/Bbg1OPZuY3d9aU82VGem/5LtnJscLxWzfzRxaWNqWJP0XUadIbSzu5DuvUJpzq7sfYBKsP1GJeLB+PWpt8cCXm4+2+zLXx4guKiLXWA2Nc5ChOuacMEPv20FkT+dIawyenVi5VcAbcigWzXLeNiDRCdwId0LFm5IUMBIBgrp8wOEsFlfeCGm23/zoBZWn9a4C314A1nCoM1OAVccuGyCkPs/P+pIdVIOkG9pIh6YlyqCrwhRKD3GygK9PUBImIQQxRi4b2O+JcCLg8+e8NZiLVEygwCrWpYF0jQJziYU/ho2TUuCPTn8hHcQNuZy1/94sAMOzQHDeqaij7Cd8Dt8CatGhX3iWxgtFW/m29pnUjR7TSQcRCIAVW1FSr6KAVYdi+5Pj8yunviYHq7f72po3Y9dbi7CxzDO1+duzCXH9cEPAQYAhJELY/AqBtwAAAAASUVORK5CYII=);
    background-position: right top;
    background-repeat: no-repeat;
}

#recipient-phone {
	display: none
}
#recipient-phone .phone_input {
	border: 0;
	color: #666666;
	outline: none;
	height: 24px;
	padding: 4px;
	font-size: 13px;
	line-height: 1.42857;
	color: #9c9b9b;
	vertical-align: middle;
	box-sizing: border-box;
	width:80%
}
#recipient-phone .form-control:last-child {
	border: 1px solid #d6d4d4;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	height:auto !Important;
}
@media all and (min-width:769px) and (max-width: 995px){
	#recipient-switch .address-hidden {
		display:none;
	}
}
