

.sign_in_body {
	font-size: 0;
}

.sign_in_title_wrapper{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #666;
	padding: 20px 0 30px;
	margin-bottom: 30px;
}

.sign_in_title{
	font-family: akrobat_bold;
	font-size: 28px;
	margin-bottom: 8px;
	color: #fff;
	letter-spacing: 2px;
}

.sign_in_description{
	font-family: akrobat;
	font-size: 14px;
	color: #bbb;
	letter-spacing: 1px;
}

.wallet_wrapper{
	width: 1060px;
	margin: auto;
	background-color: rgba(21,21,21,0.6);
}

.wallet_title{
	font-size: 20px;
	font-family: akrobat_bold;
	letter-spacing: 3px;
	color: #fff;
	line-height: 50px;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
	padding-left: 60px;
}

.wallet_slider_wrapper{
	width: 100%;
	border-bottom: 1px solid #333;
	padding-bottom: 20px;
	position: relative;
}

.e_point_description{
	line-height: 68px;
	font-size: 14px;
	letter-spacing: 2px;
	color: #888;
	padding-left: 60px;
}

.image_coin{
	width: 28px;
	height: 28px;
	background-image: url('../../images/image_coin.png');
	display: inline-block;
	vertical-align: top;
	margin: 19px 8px 0;
}

.get_free_wrapper{
	font-size: 0;
	padding-left: 60px;
	height: 40px;
}

.btn_get_free{
	width: 160px;
	line-height: 40px;
	background-color: #ff393a;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-family: akrobat_bold;
	position: relative;
	margin-right: 18px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 3px;
	border-radius: 3px;
	padding-left: 20px;
}

.btn_get_free:hover{
	opacity: 0.8;
}

.get_free_arrow{
	position: absolute;
	top: 16px;
	left: 22px;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	transform: rotate(-90deg);
}

.get_free_description{
	line-height: 44px;
	color: #888;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 2px;
}

.wallet_slider_btn{
	position: absolute;
	top: 98px;
	border-color: #646464 transparent transparent transparent;
	border-style: solid;
	border-width: 16px 16px 0 16px;
	cursor: pointer;
}

.wallet_slider_btn:hover{
	opacity: 0.8;
}

.wallet_slider_btn_left{
	left: 10px;
	transform: rotate(90deg);
}

.wallet_slider_btn_right{
	right: 10px;
	transform: rotate(-90deg);
}

.wallet_slider_box {
	width: 208px;
	height: 208px;
	display: inline-block;
	vertical-align: top;
	margin-right: 36px;
	background-image: url(../../images/wallet_slider_box.png);
	border-radius: 10px;
	padding: 12px 12px 10px;
	transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	cursor: pointer;
}

.wallet_slider_box.active {
	border: 2px solid #cb0f8c;
}

.wallet_slider_body {
	width: 940px;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto 28px;
	font-size: 0;
}

.e_point_amount{
	color: #05e0dc;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 20px;
	font-family: akrobat_bold;
	margin-bottom: 28px;
}

.image_coin_small{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	background-image: url('../../images/image_coin.png');
	margin-right: 4px;
}

.image_coin_big{
	width: 136px;
	height: 90px;
	background-image: url('../../images/image_coin_big.png');
	margin: 0 auto 28px;
}

.e_point_cost{
	text-align: right;
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
	font-family: akrobat_bold;
}


/*============================= Select2 ===============================*/
.select2-container{
	border-bottom: 1px solid #888;
}

.select2-container--default .select2-selection--single {
	border: 0 !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	height: 36px;
	text-align: center;
	font-size: 16px;
	font-family: akrobat;
	letter-spacing: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fb3b3a;
	text-align: left;
	padding-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 2px;
	right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 0 !important;
	width: 8px !important;
	height: 8px !important;
	border-bottom: 1px solid #bbb !important;
	border-left: 1px solid #bbb !important;
	margin-left: -4px !important;
	margin-top: -5px !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.select2-container--default .select2-search--dropdown .select2-search__field{
	display: none;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 160px !important;
	letter-spacing: 3px;
	font-family: akrobat;
}

.select2-container--open .select2-dropdown--below {
	background-color: #000;
	border-radius: 0;
	border-color: #fff;
	border-top: 1px solid #fff !important;
}

.select2-search.select2-search--dropdown {
	display: none;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #605854;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: rgba(237, 33, 124, 0.3);
}

.select2-results__option{
	color: #fb3b3a;
	padding: 8px 14px;
}

.select2-container--default:hover .select2-selection--single{
	background-color: rgba(0,0,0,0.4);
}

.headtohead .select2 {
	margin-right: 5px;
}
/*============================= Select2 ===============================*/

.select_quantity {
	padding-left: 60px;
	margin-bottom: 20PX;
}

.select_quantity span {
	font-size: 24px;
}


@media only screen and (max-width: 700px) {

	.wallet_wrapper {
		width: 100%;
		overflow: hidden;

	}

	.select_quantity span {
		max-width: 90% !important;
		width: 90% !important;

	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		width: auto !important;
	} 
}

.point-top-up-slider {margin-bottom:50px;}
.point-top-up-slider .point-top-up-slide {height:auto;text-align:center;}
.wallet_slider_box {margin-right:0;}
.point-top-up-slider .slick-next:before, .point-top-up-slider .slick-prev:before {font-size:24px;color:#ff393a;}
.point-top-up-slider .slick-dots li button:before {font-size:12px;color:white;opacity:0.5;}
.point-top-up-slider .slick-dots li.slick-active button:before {font-size:14px;color:#ff393a;opacity:1;}
@media (max-width: 1199px) {.wallet_wrapper {width: 100%;}}