@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");

* {
  font-family: 'Noto Sans TC', 'Roboto', sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  letter-spacing: 0.2rem;
}

::selection {
	background:#8BC34A;
	color:#fff;
}


::-webkit-scrollbar {
    width: 8px;
	height:8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(100, 100, 115, 0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(100, 100, 115, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4);
}

html, body {
	height: 100%;
	margin: 0;
}
body {
	font-size: 15px;
	line-height: 1.50;
	color: #666666;
	background-color: #e0e0e0;
}
body.full-height, body.full-height .page-wrapper {
	background-color: #fafafa;
	min-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #343434;
	line-height: 1.2;
}
h1 a, h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #343434;
}
h1 {
	font-size: 38px;
	font-weight: 700;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
ul {
	margin: 0px;
	padding: 0px;
	}
ul li {
	list-style-type: none;
	}
.table:not(.table-bordered) {
    border-bottom: 0px solid #f3f3f3;
}
.table > thead > tr > th {
    border-bottom: 1px solid rgba(132, 37, 28, 0);
    background-color: #484848;
    color: #fff;
}
.table > tbody > tr > td {
	color: #000;
	border-top: 1px solid rgba(255, 255, 255, .15);
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: rgba(255, 255, 255, 0.08);
}
/* Links
---------------------------------- */
.link {
	padding-right: 23px;
	position: relative;
	display: inline-block;
	text-align: right;
	color: #FFF;
	text-decoration: none;
}
.link:hover {
	text-decoration: none;
}
.link:hover span {
	text-decoration: underline;
}
.link:after {
	content: "\f178";
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 2px;
}
/* Image Boxes
---------------------------------- */
.image-box {
	background-color: rgba(250, 250, 250, 0);
    border: 1px solid rgba(243, 243, 243, 0);
}
.grid-space-0 .image-box {
	border: none;
}
.image-box h3.title {
	margin-top: 0;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.image-box h3.title a {
	margin-top: 0;
	color: #FFFFFF;
	text-decoration: none;
}
.image-box h3.title a:hover {
	color: #D55344;
}
.image-box h3.title:before {
    content: "";
    display:none;
}
.image-box .btn {
	white-space: normal;
	border-color: transparent;
}
.image-box .btn-block {
	margin: 0;
}
.image-box-body {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.image-box-body p {
	height: 50px;
	overflow: hidden;
	position: relative;
}
.panel-footer .pagination{
  margin:0;
}

/*
used to vertically center elements, may need modification if you're not using default sizes.
*/
.panel-footer .col{
	line-height: 34px;
	height: 34px;
	color: #9A9A9A;
	padding-left: 25px;
}
.panel-footer {
	background-color: rgba(245, 245, 245, 0);
	border-top: 1px solid rgba(221, 221, 221, 0);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.modal-open .header-top,.modal-open .header,.modal-open .section3,.modal-open .footer_copy {
    -webkit-filter: blur(3px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.space-top {
    padding-top: 20px;
}
.t-color1 {
	color: #dcaa21 !important;
}
.t-color2 {
	color: #CC0000 !important;
}
.t-color4 {
	color: #42F493 !important;
}
.t-color5 {
	color: #E395E3 !important;
}
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.refresh{
	line-height: 40px;
	height: 40px;
	display: inline-block;
	}
.refresh i{
	font-size: 20px;
	line-height: 40px;
	padding-right: 10px;
	vertical-align: middle;
	display: inline-block;
	}
.refresh img {
	display: inline-block;
}
.input-group-btn {
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	border: 0px solid #ccc;
	border-radius: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.input-group-btn .btn {
	height: 40px;
	border-radius: 0px 0px 0px 0px;
}
.form-control {
    border-radius: 0;
    background: #ffffff;
    height: 40px;
    padding-right: 30px;
    border-color: #acacac;
    color: #666666;
    position: relative;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}
#login-popup .form-control {
	border-radius: 0;
	background: #141513;
	height: 40px;
	padding-right: 30px;
	color: #e1e1e1;
	position: relative;
	-webkit-appearance: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-radius: 6px;
}
label ~ .form-control-feedback {
    top: 5px;
}
.form-control-feedback {
	width: 40px;
	height: 40px;
	line-height: 42px !important;
	top: 0;
	color: #A27926;
}
#login-popup {
	/* background-image: url(../images/loginbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom; */
	background-color: #035473;
	color: #FFF;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	}
#login-popup:before {
	content: "";
	display: block;
	height: 404px;
	width: 404px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
#login-popup a {
	color: #E0C07A;
	position: relative;
	z-index: 2;
	}
#login-popup a:hover {
	color: #EEDCB7;
	}
#login-popup .mfp-close {
	color: #FFFFFF;
}
.forgetlink {
	float: right;
	line-height: 33px;
	}
#login-popup h1{
	font-size: 25px;
	color: #FFF;
	margin-top: 0px;
	font-weight: 500;
	}
#login-popup h1 span {
	font-size: 15px;
	color: #E0C07A;
	padding-left: 5px;
}
input[type="radio"], input[type="checkbox"] {
	line-height: normal;
	vertical-align: middle;
	height: 35px;
    width: 20px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
	margin-left: -23px;
	}
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}

@media (min-width:992px) {

}
.member{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.member .nav {
	margin: 0px;

}
.member .navbar-nav > li > a {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(232, 212, 77);
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(181,163,44) 0%, rgb(232,212,77) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(181,163,44) 0%, rgb(232,212,77) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(181,163,44) 0%, rgb(232,212,77) 100%);
	height: 33px;
	background-repeat: repeat-x;
	line-height: 33px;
	box-sizing: border-box;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	margin-top: 2px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f2b2e', endColorstr='#6e1416',GradientType=0 ); */
}
.member .nav>li>a:hover,.member .nav>li>a:focus,.member .nav .open>a,.member .nav .open>a:hover,.member .nav .open>a:focus {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 239, 133);
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(232,212,77) 0%, rgb(255,239,133) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(232,212,77) 0%, rgb(255,239,133) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(232,212,77) 0%, rgb(255,239,133) 100%);
}
.member .dropdown-menu > li > a:hover,.member .dropdown-menu > li > a:focus {
    background-color: #9E2A2D;
}
.member .dropdown-menu>li>a {
	color: #FFFFFF;
}
.member .dropdown ul.dropdown-menu {
    border-radius:4px;
    box-shadow:none;
    margin-top:20px;
    background-color: #5a5a5a;
	position: absolute;
}
.member .dropdown-menu .divider {
	background-color: #737373;
	margin: 0px;
}
.member .dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 12px solid #5a5a5a;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 10;
}

.member-info {
	line-height: 35px;
	color: #dcd15b;
	vertical-align: middle;
	display: inline-block;
	padding-right: 10px;
}
.member-info span {
	padding-left: 6px;
	padding-right: 6px;
}
a {
	color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}
a:hover {
	color: #cd3c2e;
}
a:focus,
a:active {
	outline: none;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}


.scrollToTop {
	color: #CCC;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #851e22;
	z-index: 1005;
	display: none;
	padding-top: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.scrollToTop:hover {
	background-color: #AD272E;
}

.scrollToTop i {
	line-height: 50px;
	font-size: 30px;
}



.btnlogin,
.btnjoin,
.btnlogin:active,
.btnjoin:active,
.btnlogin:focus,
.btnjoin:focus {
	font-size: 16px;
	line-height: 33px;
	box-sizing: border-box;
	color: black;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin-top: 2px;
	position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(232, 212, 77);
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(181,163,44) 0%, rgb(232,212,77) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(181,163,44) 0%, rgb(232,212,77) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(181,163,44) 0%, rgb(232,212,77) 100%);
}

.btnlogin:hover,
.btnjoin:hover,
.btnmovies:hover {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 239, 133);
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(232,212,77) 0%, rgb(255,239,133) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(232,212,77) 0%, rgb(255,239,133) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(232,212,77) 0%, rgb(255,239,133) 100%);
	/* color: #FFFFFF;
    background: #bc3434;
    background: -moz-linear-gradient(top,  #bc3434 1%, #931c1c 100%);
    background: -webkit-linear-gradient(top,  #bc3434 1%,#931c1c 100%);
    background: linear-gradient(to bottom,  #bc3434 1%,#931c1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc3434', endColorstr='#931c1c',GradientType=0 ); */
}

.btnlogin .fa-sign-out {
	font-size: 20px;
    color: #390f11;
	position: absolute;
    left: 12px;
    top: 7px;
	}
.flogin{
	background-image: url(../images/loginicon.png);
	height: 16px;
	width: 19px;
	position: absolute;
	left: 12px;
	top: 9px;
	}
.fjoin{
	background-image: url(../images/joinicon.png);
	height: 19px;
	width: 18px;
	position: absolute;
	left: 12px;
	top: 8px;
	}

.fmovies{
	background-image: url(../images/moviesicon.png);
	height: 16px;
	width: 22px;
	position: absolute;
	left: 12px;
	top: 8px;
	}
.btnmovies,.btnmovies:active,.btnmovies:focus{
	color: #ccc;
	height: 33px;
	border-radius: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 33px;
	box-sizing: border-box;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin-top: 2px;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f4a46+0,282725+100 */
background: #4f4a46; /* Old browsers */
background: -moz-linear-gradient(top,  #4f4a46 0%, #282725 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4f4a46 0%,#282725 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4f4a46 0%,#282725 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4a46', endColorstr='#282725',GradientType=0 ); /* IE6-9 */

	}
.btnst{
	color: #ccc;
	height: 33px;
	background-repeat: repeat-x;
	border-radius: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 33px;
	box-sizing: border-box;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-top: 2px;
	position: relative;
	background-color: #4A4742;
	}
.btnst:hover{
	color: #FFF;
	}
.btn-menuball {
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0);
	position: relative;
	font-size: 24px;
	font-weight: 500;
	line-height: 42px;
	height: 42px;
	border-radius: 42px;
	display: inline-block;
	border: 1px solid #FFF;
	width: 42px;
	text-align: center;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 22px;
}
.btn-menuball:hover {
	color: #FDD800;
	border: 1px solid #FDD800;
}
.btn-menuball .fa-instagram:before,.btn-menuball .fa-facebook:before,.btn-menuball .fa-youtube-square:before {
	font-size: 19px;
	}
.btn.btn-sm2 {
    padding: 8px;
    font-size: 12px;
    min-width: 105px;
}
.btn.btn-lg {
    padding: 17px 12px;
    font-size: 18px;
    min-width: 210px;
}
.btn-default {
	background-color: #45840a;
	color: #fff !important;
	border-color: #45840a;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #fff !important;
    background-color: #269a00;
    border-color: #269a00;
}

.space {
    padding-top: 20px;
    padding-bottom: 20px;
}
.space20{
	padding-top: 10px;
	padding-bottom: 10px;
	}
.space30{
	padding-top: 15px;
	padding-bottom: 15px;
	}
.space40{
	padding-top: 20px;
	padding-bottom: 20px;
	}
.space50{
	padding-top: 20px;
	padding-bottom: 20px;
	}
.header-top {
	height: auto;
	width: 100%;
	background-color: #005574;
	padding: 5px 0px;
}
.header {
	height: 120px;
	}
.header .container {
	position: relative;
	}
.header .navbar-logo {
	background: url(../images/new_logo.png) center center no-repeat;
	height: 100px;
	width: 240px;
	position: absolute;
	left: 15px;
	top: 6px;
	z-index: 22;
	}
.header .navbar-inverse {
	/* background-image: url(../images/menubg.jpg); */
	/* background-repeat: repeat-x; */

    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 45%, rgb(208,223,232) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 45%, rgb(208,223,232) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 45%, rgb(208,223,232) 100%);
}

.header .navbar {
	position: relative;
	min-height: 120px;
	margin-bottom: 0px;
	border: 0px solid transparent;
	border-radius: 0px;
}
.header .navbar-inverse .navbar-nav > li > a {
	color: #282828;
	height: 120px;
	line-height: 120px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
	background-color: rgba(31, 31, 31, 0);
}
.header .navbar-inverse .navbar-nav > li > a .caret{
	position: absolute;
	left: 50%;
	bottom: 25%;
	margin-left: -4px;
	}
.header .navbar-inverse .navbar-nav > li.open > a {
	color: #282828;
	box-sizing: border-box;
	background-color: #d3e1e9;
}
.header .navbar-inverse .navbar-nav > li.active.open > a {
	color: #ff6065;
	box-sizing: border-box;
	background-color: #1F1F1F;
}
.header .navbar-inverse .navbar-nav > li.active a{
	background-color: rgba(31, 31, 31, 0);
	color: #FFFFFF;
}
.header .navbar-inverse .navbar-nav > li > a:hover {
	color: #282828;
	box-sizing: border-box;
	background-color: #d3e1e9;
}
.header .navbar-inverse .navbar-nav > li.active .mega-dropdown-menu a{
	background-color: #1F1F1F;
	color: #ff6065;
}
.header .nav-tabs > li > a{
	background-color: rgba(31, 31, 31, 0);
	color: #FFFFFF;
}

.nav-tabs {
	display: inline-block;
	border-bottom: none;
	padding-top: 15px;
	font-weight: bold;
	padding-bottom: 20px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #FFF;
	background-color: #9C292C !important;
	}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border: none;
	border-radius: 0;
	color: #434343 ;
}


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border: none;
	border-radius: 0;
	color: #E8E8E8 !important;
}

.nav-list { border-bottom: 0px solid #a6b8c2; }
.nav-list > li {
	position: relative;
	border-left: 1px solid #a6b8c2;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	-webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.nav-list > li:last-child { border-right: 1px solid #a6b8c2; }

@media ( max-width: 700px ) {
	.nav-list > li:last-child {
		border-right: 0px;
	}
	.nav-list > li{
		border-left: 0px;
	}
}

.nav-list  li > a {
	width: 100%;
	-webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.nav-list li a .playnow{
	width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
	position: absolute;
	font-size: 20px;
	font-weight: bolder;
	color: white;
	 -webkit-transform: scale(0.8);
    transform: scale(0.8);

}
.nav-list li a:hover .playnow {
	opacity: 1;
    filter: alpha(opacity=100);
	width: 160px;
	text-align: center;
	height: 60px;
	top: 25px;
	border-radius: 100px;
	line-height: 55px;
	-webkit-transform: scale(1);
    transform: scale(1);
	background-color: #035473;
}
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a:hover > span  {
 color: rgb(3, 84, 115);
}
.nav-list > li > a > span {
	color: #000;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 6px;
}

.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
	padding: 20px 15px 15px;
	text-align: center;
	width: 100%;
	background-color: #d3e1e9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3e1e9;
}
fieldset {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(221, 221, 221, 0.32);
	border-right-color: rgba(221, 221, 221, 0.32);
	border-bottom-color: rgba(221, 221, 221, 0.32);
	border-left-color: rgba(221, 221, 221, 0.32);
}
/*******select***********/
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.btn.selectpicker{
	background: #45840a;
    background: -moz-linear-gradient(top, #45840a 0%, #2f6100 100%);
    background: -webkit-linear-gradient(top, #45840a 0%,#2f6100 100%);
    background: linear-gradient(to bottom, #45840a 0%,#2f6100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45840a', endColorstr='#2f6100',GradientType=0 );
	color: white;
	min-height: 40px;
	}
.selectpicker.dropdown-menu > li > a:hover,.selectpicker.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #fbd0d0;
}

/*******pagination***********/
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #D7D7D7;
	text-decoration: none;
	background-color: rgba(47, 47, 47, 0);
	border: 1px solid rgba(221, 221, 221, 0.63);
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #ffffff;
    background-color: rgba(255, 0, 0, 0.42);
    border-color: rgba(221, 221, 221, 0.63);
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #851e22;
    border-color: rgba(221, 221, 221, 0.63);
}




.slider-banner-container {
	position: relative;
}
.section .slideshow {
	background-color: #d3e1e9;
}
.section2{
	background-color: #e0e0e0;
	padding-top: 36px;
	padding-bottom: 36px;
	position: relative;
	overflow: hidden;
}
.section2:before{
	content: "";
	background-image: url(../images/redline0.png);
	display: block;
	height: 404px;
	width: 404px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
.section2 .about h2,.section2 .guide h2,.section2 .line h2 {
	font-size: 25px;
	color: #FFF;
	margin-top: 0px;
}
.section2 .about p {
	font-size: 15px;
	color: #c1c1c1;
	padding-left: 5px;
	line-height: 160%;
}
.section2 .about p img{
	margin-top: 27px;
	margin-bottom: 29px;
}

.section2 .guide h3 {
	font-size: 15px;
	color: #FFF;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #413F3D;
	padding-top: 12px;
	padding-bottom: 12px;
}
.section2 .guide ul.serviec li {
	float: left;
	padding-left: 15px;
	width: 91px;
	box-sizing: border-box;
	background-image: url(../images/redarrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.section2 .guide ul.serviec li a {
	float: left;
	color: #FFF;
}
.section2 .about h2 span,.section2 .guide h2 span,.section2 .line h2 span {
	font-size: 15px;
	color: #E0C07A;
	padding-left: 5px;
}

.section2 .guide ul.iech li {
	float: left;
	padding-left: 15px;
	box-sizing: border-box;
	background-image: url(../images/redarrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
}
.section2 .guide ul.iech li:nth-child(1)  {
	padding-left: 36px;
	box-sizing: border-box;
	background-image: url(../images/chromeicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
}
.section2 .guide ul.iech li:nth-child(2)  {
	padding-left: 36px;
	box-sizing: border-box;
	background-image: url(../images/ieicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
}
.section2 .guide ul.iech li:nth-child(3)  {
	padding-left: 36px;
	box-sizing: border-box;
	background-image: url(../images/firefox.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 28px;
}
.section2 .guide ul.iech li a {
	float: left;
	color: #FFF;
}
.section2 .guide ul.game li {
	float: left;
	box-sizing: border-box;
	margin-right: px;
}
.section2 .guide ul.game li:nth-child(1) a {
	background-image: url(../images/glink_03.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 101px;
	display: block;
}
.section2 .guide ul.game li:nth-child(2) a {
	background-image: url(../images/glink_05.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 195px;
	display: block;
}
.section2 .guide ul.game li:nth-child(3) a {
	background-image: url(../images/glink_06.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 142px;
	display: block;
}
.section2 .line ul li {
	background-repeat: no-repeat;
	clear: both;
	width: 100%;
	padding-left: 60px;
	position: relative;
}
.section2 .line ul li:nth-child(1) {
	background-color: #413F3D;
}
.section2 .line ul li:nth-child(2) {
	background-color: #363432;
}
.section2 .line ul li:nth-child(3) {
	background-color: #413F3D;
}
.section2 .line ul li:nth-child(1):before {
	content: "";
	background-image: url(../images/lineicon.png);
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	width: 47px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.section2 .line ul li:nth-child(2):before {
	content: "";
	background-image: url(../images/QQicon.png);
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	width: 47px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.section2 .line ul li:nth-child(3):before {
	content: "";
	background-image: url(../images/wech.png);
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	width: 47px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.section2 .line ul li a {
	box-sizing: border-box;
	color: #FFF;
	height: 69px;
	padding: 15px;
	line-height: 69px;
}

.footer_copy {
	background-color: #1F1F1F;
	color: #A2A2A2;
	font-size: 13px;
	padding-top: 30px;
	padding-bottom: 30px;
	}
.footer_copy .f-left {
	float: left;
	}
.footer_copy .f-right {
	float: right;
	}

.section3{
	background-color: #377799;
	}
.section3 .pagebg{
	background-image: url(../images/bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	}
.section3 .pagebg2{
	background-image: url(../images/bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 450px;
}
.section3 .pagebg4{
	background-image: url(../images/bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	}
.section3 .pageheader {
	min-height: 85px;
	width: 100%;
	display: block;
	padding-top: 0px;
}
.section3 .pageheader .navbar-right {
	min-height: 85px;
	width: 100%;
	display: block;
    }

.section3 .pageheader h1 {
	width: 100%;
	display: block;
	color: #FFF;
	font-weight: 500;
	position: relative;
	padding-left: 8px;
    }
.section3 .pageheader h1 a:first-child{
	margin-left:20px;
    }
.separator {
    display: block;
    width: 60px;
    height: 2px;
    margin: 15px auto 15px;
    background-color: #9a292d;
    position: relative;
    border: 1px solid #9e2a2d;
}
.section3 form {
    margin: 20px 0;
}
.section3 .col-lg-12.content {
    background: #efefef;
    opacity: 0.95;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.section3 .col-lg-12.content2{
	padding-right: 40px;
	padding-left: 40px;
	}
.section3 .col-lg-12.content:before{
	content: "";
	display: block;
	height: 404px;
	width: 404px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 0;
}

.app-bg {
	position: relative;
	z-index: 1;
}
.app-bg::before {
	content: " ";
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;
	overflow: hidden;
	opacity: .5; 
	z-index: -1;
	background: url(/assets/www/images/bg.png);
}

.col-lg-12.content .sidebar nav {
	margin-top: 30px;
	}
.filters .nav-pills{
	text-align: center;
	}

.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(204, 204, 204, 0.2);
	padding-right: 6px;
	padding-left: 6px;
	display: inline-block;
	float: none;
}
.filters .nav-pills > li + li {
    margin-left: 0px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    color: #ffffff;
    background-color: #851e22;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 10px 15px;
	border: 1px solid transparent;
	color: #e14a4a;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}
.grid-space-10 .box-style-1 {
    margin: 10px 0;
}
.box-style-1 {
	text-align: center;
	padding: 10px;
	margin: 20px 0;
	color: #d2d2d2;
}
.box-style-1 h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
.box-style-1 h3 a:hover {
	color:  #D55344;
}
.box-style-1 p {
	height: 66px;
	overflow: hidden;
	position: relative;
	color: #8a8a8a;
	}
.white-bg {
	background-color: rgba(121, 121, 121, 0.33) !important;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}








/* Images and Images overlay
---------------------------------- */
.fixed-image {
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
}
.no-touch .fixed-image {
	background-attachment: fixed;
}
.fixed-image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.85);
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	border: 1px solid #900;
}
.overlay a {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 26px;
	color: #e84c3d;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #EBEBEB;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
}
.overlay-links {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transition: all 0.25s linear 0.05s;
	-moz-transition: all 0.25s linear 0.05s;
	-ms-transition: all 0.25s linear 0.05s;
	-o-transition: all 0.25s linear 0.05s;
	transition: all 0.25s linear 0.05s;
}
.overlay-links a {
	position: static;
	margin-top: 0;
	margin-left: 0;
}
.overlay-links a + a {
	left: 50px;
	color: #ffffff;
	background-color: #e84c3d;
}
.overlay a:hover {
	color: #ffffff;
	/* [disabled]background-color: #333333; */
}
.overlay i {
	line-height: 50px;
}
.box-style-1 .overlay i {
	font-size: 26px;
	margin: 0;
}

a.overlay {
	background-color: rgba(0, 0, 0, 0.9);
	cursor: pointer;
	border: 1px solid #900;
}
.listing-item a.overlay {
	-webkit-transition: linear 0.25s;
	-o-transition: linear 0.25s;
	transition: linear 0.25s;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transform: scale(1);
	transform: scale(1);
}
a.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 40px;
	line-height: 42px;
	color: #FFFFFF;
	margin-top: -22px;
	margin-left: -18px;
	text-align: center;
}
a.overlay:hover i{
	color: #e84c3d;
	}
a.overlay.small i {
	font-size: 26px;
	line-height: 1;
	margin-top: -12px;
	margin-left: -8px;
}

.overlay .social-links {
	margin: 0;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.overlay .social-links li {
	margin: 0 auto;
}
.overlay .social-links li a {
	margin: 2px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	position: static;
}
.overlay .social-links li a:hover {
	background-color: #fff;
	border-color: #fff;
	text-decoration: none;
}
.overlay .social-links li a i {
	line-height: 38px;
	font-size: 24px;
	margin: 0;
}
.overlay-container:hover .overlay, .overlay-container:hover .overlay-links {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.masonry-grid-item,.isotope-item {
    margin-bottom: 30px;
}
/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #A68500;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
/* .panel-heading a {
	font-weight: 400;
	display: inline-block;
	width: 100%;
	background-color: #e84c3d;
	color: #ffffff;
	position: relative;
	text-decoration: none;
	padding: 0px;
} */
/* .panel-dark .panel-heading a,
.panel-dark .panel-heading a:hover {
	background-color: #333333;
} */
.panel-transparent .panel-default > .panel-heading,
.panel-transparent .panel-default > .panel-heading + .panel-collapse > .panel-body {
	background-color: transparent;
	color: inherit;
}
.panel-transparent .panel-heading a {
	border: 1px solid #f1f1f1;
}
.panel-transparent .panel-heading a.collapsed {
	color: inherit;
	background-color: transparent;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #999999;
}
.panel-heading a.collapsed:after {
	content: "";
}
.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
	text-decoration: none;
	background-color: #e84c3d;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}
/* Blog pages
---------------------------------- */
.blogpost {
	position: relative;
	margin-top: 30;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
.blogpost .blogpost-body {
	padding: 20px 20px 0 20px;
	min-height: 140px;
}
.system .blogpost .blogpost-body {
	padding: 20px 20px 0 20px;
	min-height: 140px;
	border: 1px solid #6A5500;
}
.blogpost h2.title {
	margin-bottom: 0;
	margin-top: 0;
}
.blogpost .submitted {
	font-size: 12px;
	margin: 10px 0;
}
.blogpost .side {
	float: left;
	width: 80px;
}
.blogpost .post-info {
	float: left;
	top: 0;
	left: 25px;
	width: 80px;
	height: 90px;
	padding: 10px 15px;
	background-color: #851e22;
	color: #fff;
	text-align: center;
	z-index: 3;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.blogpost .side .post-info {
	float: none;
}
.blogpost .post-info .day {
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.blogpost .post-info .month {
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
}
.blogpost .side span.share {
	font-size: 13px;
	font-weight: 700;
	text-align: right;
	padding-top: 20px;
	display: block;
}
.blogpost .side .social-links {
	margin-top: 0;
}
.blogpost .side .social-links li {
	display: block;
	margin: 0;
}
.blogpost .side .social-links li a {
	width: 100%;
	height: auto;
	display: block;
	font-size: 20px;
	margin-bottom: 0;
	text-align: right;
	background-color: transparent;
	border-color: transparent;
	color: #e84c3d;
}
.blogpost .side .social-links li.twitter a:hover {
	background-color: transparent;
	color: #55acee;
	border-color: transparent;
}
.blogpost .side .social-links li.facebook a:hover {
	background-color: transparent;
	color: #3b5998;
	border-color: transparent;
}
.blogpost .side .social-links li.googleplus a:hover {
	background-color: transparent;
	color: #dd4b39;
	border-color: transparent;
}
.blogpost .blogpost-content {
	padding: 0 0 10px;
	margin-left: 100px;
}
.system .blogpost .blogpost-content {
	color: #CCC;
}
.blogpost footer {
	border-top: 1px solid #464441;
	font-size: 14px;
	line-height: 2;
	clear: both;
	margin-top: 20px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 30px;
}
.blogpost ul.links {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.blogpost .links {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.blogpost ul.links li {
	display: inline-block;
}
.blogpost ul.links li a {
	color: #666666;
	display: inline-block;
}
.blogpost ul.links li a:hover {
	color: #e84c3d;
}
.blogpost.full {
	background-color: transparent;
	border: none;
}
.blogpost.full footer {
	border: 1px solid #e8e8e8;
}
.blogpost.full .blogpost-body {
	padding: 20px 0;
}
.blogpost.full .submitted {
	margin: 0 0 20px 0;
}
.blogpost.full .overlay-container {
	margin-bottom: 20px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.blogpost .blogpost-content {
		margin-left: 0px;
	}
	.blogpost .side {
		width: 50px;
	}
	.blogpost .post-info {
		width: 50px;
		height: 60px;
		padding: 8px 8px;
		margin: 0 20px 5px 0;
	}
	.blogpost .post-info .day {
		font-size: 20px;
	}
	.blogpost .post-info .month {
		font-size: 11px;
		line-height: 1.2;
	}
	.section2 .guide ,.line{
	padding-top: 30px;
    }
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
	color: black;
}

.form-horizontal .control-label2 {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
	color: white;
}

.service-text-content{
	color: #d0d0d0;
	line-height: 18px;
	text-indent: 2em;
	padding-left: 20px;
	padding-right: 20px;
	height: 320px;
	overflow-y: scroll;
	}
.text-default {
	color: #e84c3d;
	padding-left: 3px;
}
.section3 .form-control,.section3 .form-control:focus {
	webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	background-color: #e1e1e1;
	border-top-color: white;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	border-radius: 3px;
	color: rgb(0, 0, 0);
}
.section3 .form-control:focus {
	border-top-color: #BD2F32;
	border-right-color: #BD2F32;
	border-bottom-color: #BD2F32;
	border-left-color: #BD2F32;
}
.section3 .title {
	margin-top: 0;
	color: black;
	position: relative;
}

.section3 .title:before {
	content: "";
	background-color: #98272B;
	height: 2px;
	width: 65px;
	position: absolute;
	bottom: -10px;
}

.wizard {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

    .wizard .nav-tabs {
	position: relative;
	margin: 40px auto;
	margin-bottom: 0;
	border-bottom-color: #e0e0e0;
	display: inline;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
	height: 2px;
	background: #e9d19b;
	position: absolute;
	width: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	border-radius: 100px;
	border: 2px solid #848484;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 25px;
	background-color: rgb(64, 61, 57);
}
span.round-tab i{
	color: #555555;
	top: 50%;
	margin-top: -11px;
	margin-left: -3px;
}
.wizard li.active span.round-tab {
	background: #45433e;
	border: 2px solid #ff2d34;
}
.wizard li.active span.round-tab i{
	color: #ff2d34;
}

span.round-tab:hover {
	color: #333;
	border: 2px solid #919191;
}

.wizard .nav-tabs > li {
	width: 50%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
	content: " ";
	position: absolute;
	left: 48%;
	opacity: 1;
	margin: 0 auto;
	bottom: -20px;
	border: 10px solid transparent;
	border-bottom-color: #47850c;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent !important;
    }
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus{
	 background: transparent !important;
	}
.wizard .control-label{
	text-align: right;
	color: #FFF;
	}
.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}
.wizard .tab-pane h1{
	color: #FFF;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 20px;
	}
.bonusinfo{
	color: #B2B2B2;
	font-size: 16px;
	}
.bonusinfo2{
	color: #ff2d34;
	font-size: 30px;
	margin-bottom: 20px;
	}
.bonusinfo3{
	color: #FFCC00;
	font-size: 30px;
	margin-bottom: 40px;
	}
.wizard h3 {
    margin-top: 0;
}
.nav-tabs > li.active > a:after {
	background-color: #FFFFFF;
}
.tab-content:after {
	background-color: #FFFFFF;
	width: 0px;
}
.wizard .tab-content {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	position: relative;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	border-top-width: 2px;
	border-top-color: #900;
}
.wizard .form-group:before {
    display: table;
    content: " ";
}
.wizard .form-group:after {
	clear: both;
    display: table;
    content: " ";
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";

        position: absolute;
        left: 35%;
    }
}
@media (max-width: 480px){
.wizard .nav-tabs {
	background-color: #FFFFFF;
}
.wizard li.active:after {
	display: none;
}
.wizard .nav-tabs > li {

	margin-right: auto;
	margin-left: auto;
}
.wizard .nav-tabs > li > a:hover:after {
    background-color: #FFFFFF;
}
.wizard .cart.table .quantity input {
    width: 30px;
    padding: 6px;
}
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 15px;
}

.btn-bok {
	background-color: #5F5A56;
	color: #fff !important;
	border-color: #5F5A56;
}
.btn-bok:hover {
	background-color: #85807A;
	color: #fff !important;
	border-color: #85807A;
}

.btn-radio {
	width: 100%;
}
.img-radio {
	width: 100%;
	opacity: 0.5;
	/* [disabled]margin-bottom: 5px; */
}
.btn-check {
	color: #fff;
	background-color: #797a79;
	border-color: #797a79;
	border-radius: 0px 0px 3px 3px;
}
.btn-check:hover, .btn-check:focus, .btn-check:active, .btn-check.active, .open > .dropdown-toggle.btn-check {
	color: #fff;
	background-color: #269a00;
	border-color: #269a00;
}

    #abgne_float_ad {
		display: none;
		position: absolute;
		z-index: 999;
	}
	#abgne_float_ad .abgne_close_ad {
		display: block;
		text-align: right;
		cursor: pointer;
		font-size: 12px;
		color: #999;
	}
	#abgne_float_ad a img {
		border: none;
		width: 100%;
	}
	@media (max-width: 900px) {
		#abgne_float_ad a img {
			width: 80%;
		}	
	}

    #abgne_float_ad_p {
        display: none;
        text-align: right;
        position: absolute;
	    z-index: 999;
    }
    .abgne_close_ad_p{
        display: block;
        text-align: right;
        font-size: 12px;
	    color: #999;
    }
	#abgne_float_ad_p a img {
	   border: none;
	   transform: scale(1.4);
	}

.payment-box{
	margin-bottom:15px;
}

.selected{
	position: relative;
	border: #ffcb25 4px solid;
}
.selected:after{
	background: #ffcb25;
	border-radius: 0 4px;
	color: #fff;
	content: "✔";
	display: block;
	line-height: 30px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	width: 30px;
}

@media (max-width: 1024px) {

	.container > .navbar-header{
		min-height:70px;
	}
	.header .navbar-logo {
		background-image: url(../images/new_logo.png);
		height: 65px;
		width: 156px;
		left: 10px;
		top: 5px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.header .navbar {
		position: relative;
		min-height: 50px;
	}
	.header {
		height: auto;
	}
	.header .navbar-inverse .navbar-nav > li > a {
		color: #282828;
		height: auto !important;
		line-height: 100%;
		padding-top:15px;
		padding-bottom:15px;
	}
	.header .navbar-toggle {
		margin-top: 18px;
	}
	.pageheader .btn{
		margin-top: 6px;
		margin-bottom: 6px;
		}
	.form-horizontal .control-label {
		padding-bottom: 7px;
	}
	.section2 .guide ul.iech li {
		margin-bottom: 10px;
	}
	.footer_copy {
		text-align: center;
	}
	.footer_copy .f-left,.footer_copy .f-right {
		float: none;
		text-align: center;
	}
	.member .dropdown ul.dropdown-menu{
		left: -35%;
	}
}
@media (max-width: 481px) {
	#abgne_float_ad {
		display: none !important;
	}
	#abgne_float_ad_p{
		display: block !important;
	}
	.connecting-line {
		width: 60%;
	}
	span.round-tab i {
		top: 58%;
	}
	.btn-default {
		margin-top: 15px;
	}
	.member-info {
		display: block;
	}
}
@media (max-width: 400px) {
	.member-info {
    	display: block;
	}
}
@media (max-width: 320px) {
	.member-info {
		font-size: 12px;
		padding-right: 0px;
		display: block;
	}
}

@media only screen and (max-width: 760px), 
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table, thead, tbody, th, td, tr {
		display: block;
	}

	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr {
		border: 1px solid #ccc;
	}

	td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50% !important;
	}

	td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	.shift td:nth-of-type(1):before,.dereference td:nth-of-type(1):before { content: "遊戲館"; }
	.shift td:nth-of-type(2):before,.dereference td:nth-of-type(2):before { content: "電子錢包"; }
	.shift td:nth-of-type(3):before,.dereference td:nth-of-type(3):before { content: "北京賽車"; }
	.shift td:nth-of-type(4):before,.dereference td:nth-of-type(4):before { content: "極速賽車"; }
	/* .shift td:nth-of-type(5):before,.dereference td:nth-of-type(5):before { content: "歐博"; }
	.shift td:nth-of-type(6):before,.dereference td:nth-of-type(6):before { content: "捕魚機"; }
	.shift td:nth-of-type(7):before,.dereference td:nth-of-type(7):before { content: "UC8電子"; } */

	.accounts td:nth-of-type(1):before { content: "日期"; }
	.accounts td:nth-of-type(2):before { content: "交易類型"; }
	.accounts td:nth-of-type(3):before { content: "來源"; }
	.accounts td:nth-of-type(4):before { content: "目的"; }
	.accounts td:nth-of-type(5):before { content: "狀態"; }

	

	/* td:nth-of-type(1):before { content: "First Name"; }
	td:nth-of-type(2):before { content: "Last Name"; }
	td:nth-of-type(3):before { content: "Job Title"; }
	td:nth-of-type(4):before { content: "Favorite Color"; }
	td:nth-of-type(5):before { content: "Wars of Trek?"; }
	td:nth-of-type(6):before { content: "Porn Name"; }
	td:nth-of-type(7):before { content: "Date of Birth"; }
	td:nth-of-type(8):before { content: "Dream Vacation City"; }
	td:nth-of-type(9):before { content: "GPA"; }
	td:nth-of-type(10):before { content: "Arbitrary Data"; } */
}



/** RWD 表格 */
.myTable {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #90ae22;
	table-layout: fixed;
  	margin: 1rem auto;
  	box-shadow: 0 0 2px rgba(0,0,0,.4);
}
.myTable th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}
.myTable td {
	color: #666666;
	border: #ddd 1px solid;
	padding: 5px;
}
.myTable td {
	border: 1px solid #ddd;
	padding: 8px;
	line-height: 1.5rem;
	font-size: 1.5rem;
	text-align: center;
}

@media (max-width: 768px) {
	.myTable tr:nth-child(odd) {
		background: rgba(244, 252, 247, 1);
	}
	.myTable tr:nth-child(even) {
		background-color: #fff;
	}
	.myTable th {
		display: none;
	}
	.myTable td {
		display: block;
		border: none;
		padding: 5px;
		padding-left: 35%;
		border-bottom: 1px solid #eee;
		position: relative;
		text-align: left;
		line-height: 2rem;
	}

	.myTable td::before {
		content: attr(data-th);
		display: inline-block;
		width: auto;;
		min-width: 40%;
		font-weight: 600;
		padding-right: 1rem;
		font-variant: small-caps;
	}
}

	/* Smartphones (portrait and landscape) ----------- */
	@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		body {
			padding: 0;
			margin: 0;
			 }
		}

	/* iPads (portrait and landscape) ----------- */
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		body {

		}
	}

.hui-input {
    background-color: #e1e1e1 !important;
    border: 1px solid #fff !important;
    border-radius: 3px !important;
    color: #797a70 !important;
}

/** */
.navbar-toggle {
    background-color: #005574;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #0597cd;
}

/** 提領/轉移點數/儲值提示金額 */
.memo-string {
	color: #0eaf0e;
	font-size: 1.8rem;
	display: none;
}


/** */
.carousel-inner img {
	margin: auto;
}

.text-white {
	color: #fff;
}




/** */
.ic_news {
    /* background: url(/assets/www/images/ic_news.png) no-repeat; */
    display: inline-block;
    min-width: 30px;
    min-height: 23px;
    position: relative;
    top: 5px;
}

.section4 {
    background: url(/assets/www/images/bg1.png) no-repeat;
    background-size: cover;
    min-height: 250px;
}
.about-title {
    color: #fff;
    text-align: center;
    margin-top: 80px;
}
.about-content {
    text-align: center;
    color: #fff;
    margin-top: 25px;
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 18px;
}
.spr {
    display: block;
    width: 60px;
    height: 2px;
    margin: 15px auto 15px;
    background-color: #dcd15b;
    position: relative;
    border: 1px solid #dcd15b;
}

.foot-help {
    background: #e0e0e0;
    margin-bottom: 50px;
}
.foot-help .browsers img {
	display: inline-block;
	margin-right: 10px;
	width: 35px;
}
.foot-help .payment img {
	display: inline-block;
	margin-right: 10px;
	max-width: 220px;
}

.visit_count {
	display: flex;
	justify-content: center;
	align-items: center;
}
.visit_count .num {
	background-color: white;
	color: black;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-left: 1px;
}
.visit_count .num::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	height: 1px;
	background-color: black;
}

/** */
footer {
    padding: 30px 30px 0;
    background-color: #222426;
    color: #888e8e;
}
footer .copyright {
    padding: 15px;
    text-align: center;
}
footer .copyright p {
    letter-spacing: .1rem;
}
footer .copyright p img {
    display: inline-block;
    vertical-align: middle;
}


.hover {
    position: relative;
}
.hover img {
	cursor: pointer;
}
.hover img:first-child {
    position: absolute;
    opacity: 0;
    transition: .5s;
}
.hover:hover img:first-child {
    opacity: 1;
}

@media (max-width: 768px) {
	.foot-help {
		text-align: center;
	}
	.hover {
		display: flex;
		justify-content: center;
	}
}


.min300h {
	min-height: 300px;
}

/** 背景 */
.bg {
	position: relative;
	z-index: 1;
}
.bg::before {
	content: " ";
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;
	overflow: hidden;
	opacity: .5; 
	z-index: -1;
	background-size: cover;
    background-position: center;
}
.bg-flag::before {
	background-image: url(/assets/www/images/bg.png);
}
.bg-money::before {
	background-image: url(/assets/www/images/bg-money.jpg);
}
.bg-board::before {
	background-image: url(/assets/www/images/bg-board.jpg);
}
.bg-01::before {
	background-image: url(/assets/www/images/bg-01.jpeg);
}
.bg-02::before {
	background-image: url(/assets/www/images/bg-02.jpeg);
}
.bg-03::before {
	background-image: url(/assets/www/images/bg-03.jpeg);
}
.bg-04::before {
	background-image: url(/assets/www/images/bg-04.jpeg);
}
.bg-05::before {
	background-image: url(/assets/www/images/bg-05.jpeg);
}
.bg-06::before {
	background-image: url(/assets/www/images/bg-06.jpeg);
}