/* Sintix - Digital Video Gaming and Consol HTML Template  */
/*********** TABLE OF CONTENTS **************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Sticky Header
6. Mobile Menu
7. Main Slider / Banner Carousel
8. Latest Games
9. Sponsors Section
10. Gallery Section 01
11. Fun Facts
12. Customer Reviews / Tesstimonials
13. Video Section
14. Featured Games
15. Team Section
16. News Section
17. Main Footer
18. Gaming Platforms
19. Watch Trailer
20. Awards Section
21. Gallery Secion 02
22. Featured Game
23. Parallax Section
24. FAQs
25. Home Light Version
26. Page Banner
27. About Section
28. Game Details
29. Gallery Page
30. Blog Grid
31. Blog Default
32. Sidebar
33. Blog Details
34. Map Banner
35. Contact Info
36. Contact Form



**********************************************/
/*** 

====================================================================
			Fonts
====================================================================

 ***/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');
/*
font-family: 'Oswald', sans-serif;
*/
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');
/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}
/*** 

====================================================================
	Global Settings
====================================================================

 ***/
#background-img {
    background: url("../images/bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
}
body {
	background-color:#000!important;
    font-size: 16px;
    color: #666;
    line-height: 1.6em;
    font-weight: 300;
    /*background:url("../images/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  height: 100vh;
  width: 100vw;*/
    font-family: 'Noto Sans TC', sans-serif;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #e9dab9;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.25em;
    font-family: 'Noto Sans TC', sans-serif;
}
textarea {
    overflow: hidden;
}
button {
    outline: none !important;
    cursor: pointer;
}
p {
    font-size: 16px;
    line-height: 1.8em;
    margin: 0 0 15px;
}
::-webkit-input-placeholder {
    color: inherit;
}
::-moz-input-placeholder {
    color: inherit;
}
::-ms-input-placeholder {
    color: inherit;
}
.page-wrapper {
    margin-top: -80px!important;
    width: 100%;
    z-index: 9;
    overflow: hidden;
    background: url("../images/bg1.jpg") top center no-repeat #000;
    background-attachment: fixed;
    background-size: cover;
}
.page-wrapper-inside {
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
    background: url("../images/bg2.jpg") top center repeat;
	background-attachment: fixed;
}
@media (min-width:992px) {

.page-wrapper-inside > .main-footer{
	border-radius: 70px 70px 0 0!important;
}
}
@media (min-width:1600px) {

.page-wrapper-inside > .main-footer{
	border-radius: 210px 210px 0 0!important;
}
}
.page-right{
    position: fixed;
    z-index: 2;
    right: 0;
    top: 0;
}

.page-left{
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
}

.auto-container {
    position: static;
    max-width: 1440px;
    padding: 0px 15px;
    margin: 0 auto;
}
.signup-container {
    position: static;
    max-width: 840px;
    padding: 0px 15px;
    margin: 0 auto;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
figure {
    margin-bottom: 0;
}
.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.centered {
    text-align: center !important;
}
/*Btn Style One*/
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    padding: 0px 10px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 0px;
    background: none;
}
.btn-style-one .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    padding: 16px 45px;
    background: #265b74;
    border-radius: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-style-one:hover .btn-title {
    color: #ffffff;
    box-shadow: 0px 0px 20px 0px #265b74;
}
.btn-style-one:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: #265b74;
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-style-one:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: #265b74;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-style-one:hover:before {
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    box-shadow: 0px 0px 20px 0px #265b74;
}
.btn-style-one:hover:after {
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    box-shadow: 0px 0px 20px 0px #265b74;
}
/*Btn Style Old*/
.btn-style-old {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Noto Sans TC', sans-serif;
    border-radius: 30px;
    overflow: hidden;
}
.btn-style-old:hover {
    color: #ffffff;
}
.btn-style-old .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    padding: 15px 45px;
    background-color: #ff6b70;
    border-radius: 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-style-old:hover .btn-title {
    color: #ffffff;
}
.btn-style-old .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #25283a;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.btn-style-old:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.theme_color {
    color: #e9dab9;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0);
}
.preloader .icon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.page-loaded .preloader .icon {
    opacity: 0;
}
.preloader:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
.page-loaded .preloader:before {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}
.preloader:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e9dab9;
    z-index: 2;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
.page-loaded .preloader:after {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.dropdown-toggle::after {
    display: none;
}
.fa {
    line-height: inherit;
}
/*** 

====================================================================
	Scroll To Top style
====================================================================

***/
.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 54px;
    height: 54px;
    color: #ffffff;
    font-size: 30px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #25283a;
    border-radius: 0px;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 2px 2px 0px #e9dab9;
}
.scroll-to-top:hover {
    background: #e9dab9;
    color: #ffffff;
    box-shadow: 2px 2px 0px #25283a;
}
/*** 

====================================================================
	Main Header style
====================================================================

***/
.main-header {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    z-index: 9999;
    background: #000;
	border-bottom: 1px solid #4a4a4a;
}
@media (min-width:1024px) {
    .main-header {
        background: #000;
    }
}
.main-header .header-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.main-header .bg-shape-box {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: -2px;
    right: -50px;
    overflow: hidden;
}
.main-header .bg-shape-box:before {
    content: '';
    position: absolute;
    right: 26px;
    top: 64px;
    width: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    z-index: 1;
}
.main-header .bg-shape-box .bg-shape {
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0px;
    right: 50px;
    background: #090a14;
    border-bottom: 1px solid #727489;
}
.main-header .bg-shape-box .bg-shape:before {
    content: '';
    position: absolute;
    left: -34px;
    top: -95px;
    width: 50px;
    height: 250px;
    background: #090a14;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    border-left: 1px solid #727489;
}
.main-header .bg-shape-box .bg-shape:after {
    content: '';
    position: absolute;
    right: -34px;
    top: -95px;
    width: 50px;
    height: 250px;
    background: #090a14;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    border-right: 1px solid #727489;
}
.main-header .header-top {
    position: relative;
    color: #727489;
    font-size: 15px;
    font-weight: 400;
    padding-left: 210px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.header-style-two .header-container {
    max-width: 100%;
}
.main-header .header-top .inner {
    position: relative;
    padding: 17px 20px 17px 60px;
}
.header-style-two .header-top {
    padding-left: 0;
}
.header-style-two .header-top .inner {
    padding: 17px 0px;
}
/* Top Left*/
.main-header .header-top .top-left {
    position: relative;
    color: #727489;
    float: left;
}
.header-style-two .header-top .top-left {
    color: #ffffff;
}
.main-header .header-top .top-right {
    position: relative;
    float: right;
}
.main-header .header-top .info {
    position: relative;
}
.main-header .header-top .info li {
    position: relative;
    float: left;
    font-size: 15px;
    line-height: 30px;
    color: #727489;
    padding: 0px 0px;
    margin-left: 30px;
}
.main-header .header-top .info li a {
    position: relative;
    display: inline-block;
    color: #727489;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-style-two .header-top .info li a {
    color: #ffffff;
}
.main-header .header-top .info li a:hover {
    color: #e9dab9;
    text-decoration: underline;
}
.main-header .social-links {
    position: relative;
}
.main-header .social-links li {
    position: relative;
    float: left;
    color: #999999;
    margin-left: 10px;
}
.main-header .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    background: #000000;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .social-links li a:hover {
    color: #e9dab9;
    box-shadow: 0px 0px 30px 0px #e9dab9;
}
.main-header .singup {
    background: #e9dab9
}
.main-header .singup:hover {
    color: #fff !important;
}
/*=== Header Upper ===*/
.main-header .header-upper {
    position: relative;
   /* background:url('../images/menu_bg.png') repeat;
    background-size:100% 100%;*/
}
.main-header .header-upper .inner-container {
    position: relative;
    padding-left: 210px;
}
.header-style-two .header-upper .inner-container {
    padding-left: 0;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}

@media only screen and (max-width: 1023px){
    .header-style-two .header-upper .inner-container {
        display: block;
    }
}
.main-header .header-upper .logo-box {
    position: absolute;
    float: left;
    left: 0;
    top: -64px;
    background: #090a14;
    padding: 20px 10px;
    text-align: center;
    height: 156px;
    width: 210px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    z-index: 10;
}
.header-style-two .header-upper .logo-box {
    position: relative;
    float: left;
    top: 0;
    background: none;
    padding: 0;
    width: auto;
    height: 80px;
    border: none;
	display: grid;
    place-items: center;
}
.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
}
.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    z-index: 1;
	height: 55px;
}
.main-header .header-upper .social-links {
    position: relative;
    float: right;
    padding: 26px 0;
}
.header-style-two .header-upper .social-links {
    padding: 30px 0px 20px;
    margin-left: 80px;
}
.main-header .nav-outer {
    position: relative;
    padding-left: 60px;
    padding-right: 20px;
    z-index: 1;
}
.header-style-two .nav-outer {
    float: right;
    padding: 0;
}
.main-header .nav-outer .link-box .cart-link a:hover {
    color: #e9dab9;
}
.main-header .nav-outer .main-menu {
    position: relative;
    float: left;
}
.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}
.main-menu .navigation {
    position: relative;
    margin: 0px;
    font-family: 'Noto Sans TC', sans-serif;
    display: flex;
    align-items: start;
}
.main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 21px 0px;
    margin-right: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-style-two .main-menu .navigation > li {
    padding: 15px 0px;
}
.main-menu .navigation > li:last-child {
    margin-right: 0px;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #727489;
    padding: 12px 0px 10px;
    letter-spacing: 0.05em;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-style-two .main-menu .navigation > li > a {
    color: #e9dab9;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
    color: #fff;
    -webkit-text-shadow: 0px 0px 30px #fff, 0px 0px 30px #fff;
    -ms-text-shadow: 0px 0px 30px #fff, 0px 0px 30px #fff;
    text-shadow: 0px 0px 30px #fff, 0px 0px 30px #fff;
}
/*.main-menu .navigation > li:before{
	content: "";
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width: 0;
	border-bottom: 3px solid #e9dab9;
	z-index:5;	
}*/
.main-menu .navigation > li.current:before, .main-menu .navigation > li:hover:before {
    width: 100%;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 10px;
    width: 200px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    background: #ffffff;
    text-align: left;
    border-radius: 3px;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -30px;
    width: 100%;
    height: 30px;
    display: block;
}
.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 25px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0px;
}
.main-menu .navigation > li > ul > li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 8px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #282828;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.main-menu .navigation > li > div {
   /* padding: 6px 0px !important;*/
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation .btn-style-one {
    font-size: 15px;
}
.main-menu .navigation .btn-style-one .btn-title {
    padding: 5px 10px;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #e9dab9;
    padding-left: 5px;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'Noto Sans TC', sans-serif;
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 9px;
    width: 10px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    z-index: 5;
}
.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 200px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    background: #ffffff;
    text-align: left;
    border-radius: 3px;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}
.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 0px;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 8px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #222222;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #e9dab9;
    padding-left: 5px;
}
.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}
/*** 

====================================================================
	Search Popup
====================================================================

***/
.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}
.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}
.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}
.search-popup .close-search:hover {
    opacity: 0.70;
}
.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.50);
    border-radius: 12px;
}
.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}
.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    background: #e9dab9;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
}
.search-popup .search-form fieldset input[type="submit"]:hover {
    background: #e9dab9;
}
.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
}
.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}
.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-popup .recent-searches li a:hover {
    color: #e9dab9;
    border-color: #e9dab9;
}
/*** 

====================================================================
				Sticky Header
====================================================================

***/
.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    /*-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);*/
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
	    background:#000;
	    border-bottom: 1px solid #4a4a4a;

}
.sticky-header > .auto-container{
	min-height: 100px;
	
}

.sticky-header .link-box{
   display: none!important;
	
	
}
.sticky-header .singup{
   display: block!important;
	background: none!important;
	
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
 }
.fixed-header .sticky-header .logo {
    padding: 5px 0px;
}
.sticky-header .main-menu .navigation > li {
    margin-left: 30px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent;
}
.sticky-header .main-menu .navigation > li.dropdown > a:after, .sticky-header .main-menu .navigation > li:before {
    display: none;
}
.sticky-header .main-menu .navigation > li > a {
    padding: 12px 0px !important;
    line-height: 30px;
    font-size: 15px;
    /*font-weight:600;*/
    color: #e9dab9;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.sticky-header .main-menu .navigation > li > div {
    padding: 15px 0px !important;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.sticky-header .main-menu .navigation > li > ul > li > ul {
    left: auto;
    right: 100%;
}
.sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li.current-menu-item > a {
    opacity: 1;
    color: #FFFFFF;
}
/*** 

====================================================================
			Mobile Menu
====================================================================

***/
.main-header .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    margin-right: 25px;
    margin-top: 10px;
    display: none;
    /* background: #0d66d3; */
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}
.mobile-menu .mCSB_inside > .mCSB_container {
    margin-right: 5px;
}
.mobile-menu .navbar-collapse {
    display: block !important;
}
.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}
.mobile-menu-visible {
    overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}
.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #e9dab9;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #000;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.mobile-menu .close-btn:hover {
    color: #e9dab9;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}
.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mobile-menu .navigation li ul li > a {
    margin-left: 20px;
    text-transform: capitalize;
}
.mobile-menu .navigation li > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #e9dab9;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a, .mobile-menu .navigation li > a:hover {
    color: #e9dab9;
}
.mobile-menu .navigation li.current > a:before {
    height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #e9dab9;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul {
    display: none;
}
.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0;
    margin-right: 7px;
    color: #999999;
}
.mobile-menu .social-links li:last-child {
    margin-right: 0;
}
.mobile-menu .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 13px;
    width: 39px;
    height: 39px;
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.10);
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
    color: #e9dab9;
    -webkit-box-shadow: 0px 0px 30px 0px #e9dab9;
    -ms-box-shadow: 0px 0px 30px 0px #e9dab9;
    box-shadow: 0px 0px 30px 0px #e9dab9;
}
/*** 

====================================================================
		Banner Section
====================================================================

***/
.banner-section {
    position: relative;
    z-index: 1;
}
.banner-carousel {
    position: relative;
}
.banner-carousel .slide-item {
    position: relative;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 160px 0px 0px;
    overflow: hidden;
}
.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* .banner-carousel .active .slide-item .image-layer {
    	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
} */
.banner-carousel .content-box {
    position: relative;
    height: 800px;
    max-width: 700px;
    display: table;
    vertical-align: middle;
    padding: 50px 0px 120px;
    z-index: 1;
}
.banner-style-two .banner-carousel .content-box {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}
.banner-carousel .content-box .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.banner-carousel .content-box h1 {
    position: relative;
    display: block;
    width: auto;
    font-size: 150px;
    line-height: 1em;
    color: #f7f7f9;
    font-weight: 500;
    padding: 0px 0px;
    margin: 20px 0px;
    opacity: 0;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}
.banner-carousel .content-box h1 span {
    position: relative;
    padding: 15px 0px;
    border-top: 2px solid #f7f7f9;
    border-bottom: 2px solid #f7f7f9;
    display: inline-block;
}
.banner-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}
.banner-carousel .content-box h2 {
    display: block;
    font-size: 92px;
    line-height: 1.10em;
    color: #ffffff;
    font-weight: 500;
    opacity: 0;
    margin-bottom: 40px;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
}
.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.banner-carousel .content-box .link-box {
    position: relative;
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
}
.banner-carousel .active .content-box .link-box {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}
.banner-carousel .content-box .upper-subtitle {
    position: relative;
    font-size: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #f7f7f9;
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}
.banner-carousel .active .content-box .upper-subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.banner-carousel .content-box .lower-subtitle {
    position: relative;
    font-size: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #f7f7f9;
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.banner-carousel .active .content-box .lower-subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms;
}
.banner-section .owl-nav {
    position: absolute;
    left: 50%;
    bottom: 90px;
    width: 1170px;
    text-align: right;
    margin-left: -585px;
}
.banner-style-two .owl-nav {
    top: 50%;
    left: 5%;
    width: 90%;
    margin: 0;
    height: 0;
    text-align: left;
}
.banner-section .owl-nav .owl-prev, .banner-section .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    background: none;
    height: 40px;
    border: none;
    padding: 0 !important;
    line-height: 40px !important;
    color: #ffffff;
    font-size: 40px !important;
    opacity: 0.50;
    margin: 0 0 0 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.banner-style-two .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    margin: 0;
    left: 20px;
}
.banner-style-two .owl-nav .owl-next {
    position: absolute;
    top: 0;
    margin: 0;
    left: auto;
    right: 20px;
}
.banner-section .owl-nav .owl-prev span, .banner-section .owl-nav .owl-next span {
    color: #ffffff;
}
.banner-section .owl-nav .owl-prev:hover, .banner-section .owl-nav .owl-next:hover {
    opacity: 1;
}
.banner-section .owl-dots {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    height: 0;
    text-align: center;
}
.banner-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 4px;
}
.banner-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
}
.banner-section .owl-dots .owl-dot.active span {
    background: #e9dab9;
}
/*** 

====================================================================
		Section Title
====================================================================

***/
.sec-title {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 0px;
}
.sec-title.centered {
    text-align: center;
}
.sec-title .bottom-curve {
    position: absolute;
    left: 4px;
    bottom: 0;
    width: 30px;
    border-bottom: 4px solid #e9dab9;
}
.sec-title.centered .bottom-curve {
    left: 50%;
    margin-left: -25px;
}
.sec-title .bottom-curve:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0;
    border: 2px solid transparent;
    border-top: 2px solid #e9dab9;
    border-right: 2px solid #e9dab9;
}
.sec-title .bottom-curve:after {
    content: '';
    position: absolute;
    right: -4px;
    top: 0;
    border: 2px solid transparent;
    border-top: 2px solid #e9dab9;
    border-left: 2px solid #e9dab9;
}
.sec-title .sub-title {
    position: relative;
    display: block;
    font-size: 20px;
    color: #e9dab9;
    font-weight: 400;
    text-transform: capitalize;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.sec-title h2 {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.2em;
    letter-spacing: 0.03em;
    font-weight: 400;
    text-transform: uppercase;
}
.sec-title .text {
    position: relative;
    display: block;
    padding-top: 20px;
    font-size: 16px;
    margin: 0;
}
/*** 

====================================================================
	Games Section
====================================================================

***/
.games-section {
    position: relative;
    padding: 100px 0px 70px;
}
.games-section.games-page-section {
    /* margin-top: 200px; */
    padding: 0px;
}
.top-pattern-layer {
    content: '';
    position: absolute;
    left: 0;
    top: -73px;
    width: 100%;
    height: 74px;
    background: url(../images/background/pattern-1.png) center bottom repeat-x;
    z-index: 2;
}
.bottom-pattern-layer {
    content: '';
    position: absolute;
    left: 0;
    bottom: -73px;
    width: 100%;
    height: 74px;
    background: url(../images/background/pattern-2.png) center top repeat-x;
    z-index: 2;
}
.game-block {
    position: relative;
    margin-bottom: 30px;
}
.game-block .inner-box {
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
    background: url(../images/game_block_bg.jpg) top center no-repeat #15151c;
    background-size: cover;
    border: 1px solid #727489;
    position: relative;
    display: block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.game-block .inner-box:hover {
    box-shadow: 0px 20px 20px 10px rgba(0, 0, 0, 0.20);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.game-block .image-box {
    position: relative;
    display: block;
    overflow: hidden
}
.game-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
}
.game-block .image-box .link-box {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.game-block .image-box .link-box .link-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    padding: 0px 10px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.game-block .image-box .link-box .link-btn .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    padding: 10px 20px;
    background: #e9dab9;
    border-radius: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.game-block:hover .image-box .link-box .link-btn .btn-title {
    background: #07070f;
}
.game-block:hover .image-box .link-box .link-btn {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    box-shadow: 0px 0px 20px 0px #e9dab9, 0px 0px 20px 0px #e9dab9;
}
.game-block .image-box .link-box .link-btn:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: #e9dab9;
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.game-block .image-box .link-box .link-btn:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: #e9dab9;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.game-block:hover .image-box .link-box .link-btn .btn-title {
    color: #ffffff;
}
.game-block:hover .image-box .link-box .link-btn:before {
    background: #07070f;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
}
.game-block:hover .image-box .link-box .link-btn:after {
    background: #07070f;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
}
.game-block:hover .image-box .link-box .link-btn:hover .btn-title, .game-block:hover .image-box .link-box .link-btn:hover:before, .game-block:hover .image-box .link-box .link-btn:hover:after {
    background: #ffffff;
    color: #07070f;
}
.game-block .lower-content {
    position: relative;
    display: block;
    padding: 50px 50px 30px;
}
.game-block .rating {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.game-block .rating .ratings {
    position: relative;
    top: -2px;
    color: #e9dab9;
    padding-left: 7px;
}
.game-block .rating .ratings span {
    position: relative;
    vertical-align: middle;
    font-size: 13px;
    margin-right: 2px;
}
.game-block h3 {
    position: relative;
    font-size: 24px;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}
.game-block h3 a {
    color: #ffffff;
}
.game-block h3 a:hover {
    color: #e9dab9;
}
.game-block .text {
    position: relative;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.game-block .post-info {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.game-block .post-info li {
    position: relative;
    float: left;
    color: #727489;
    text-transform: uppercase;
    margin-right: 25px;
}
.game-block .post-info li:last-child {
    margin-right: 0;
}
.game-block .post-info li a {
    display: inline-block;
    vertical-align: middle;
    color: #727489;
}
.game-block .post-info li a:hover {
    color: #e9dab9;
}
.game-block .post-info li .icon {
    position: relative;
    top: 0px;
    font-size: 18px;
    padding-right: 7px;
    display: inline-block;
}
/*** 

====================================================================
	Sponsors Section
====================================================================

***/
.sponsors-section {
    position: relative;
    padding: 140px 0px;
    background: #07070f;
}
.sponsors-section .sponsors-outer {
    position: relative;
}
.sponsors-section .sponsors-outer .owl-dots, .sponsors-section .sponsors-outer .owl-nav {
    position: relative;
    display: none;
}
.sponsors-section .sponsors-outer .image-box {
    position: relative;
    text-align: center;
}
.sponsors-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0.2;
}
.sponsors-section .sponsors-outer .image-box img:hover {
    opacity: 1;
}
/*** 

====================================================================
	Dual Section
====================================================================

***/
.dual-section {
    position: relative;
    padding: 100px 0px 100px;
}
.dual-section .bg-image-layer {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.04;
}
.home-gallery {
    position: relative;
    z-index: 1;
}
.gallery-item {
    position: relative;
    margin-bottom: 30px;
}
.owl-theme .gallery-item {
    margin: 0;
}
.gallery-item .inner-box {
    position: relative;
    display: block;
}
.gallery-item .image-box {
    position: relative;
    display: block;
    width: 100%;
}
.gallery-item .image-box img {
    position: relative;
    display: block;
    width: 100%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.gallery-item .inner-box:hover .image-box img {
    opacity: 0.50;
}
.gallery-item .image-box .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.gallery-item .inner-box:hover .image-box .image-layer {
    opacity: 0.50;
}
.gallery-item .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 20px solid #e9dab9;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}
.gallery-item .hover-box .lightbox-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    z-index: 1;
}
.gallery-item .hover-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
}
.gallery-item .inner-box:hover .hover-box {
    opacity: 1;
}
.fixed-gallery-box {
    position: relative;
    height: 800px;
}
.dual-section .fixed-gallery-box {
    margin-bottom: 80px;
}
.fixed-gallery-box .gallery-item:nth-child(1) {
    position: absolute;
    left: 60px;
    top: 240px;
}
.fixed-gallery-box .gallery-item:nth-child(1) .image-box {
    width: 160px;
    height: 170px;
}
.fixed-gallery-box .gallery-item:nth-child(2) {
    position: absolute;
    left: 282px;
    top: 0px;
}
.fixed-gallery-box .gallery-item:nth-child(2) .image-box {
    width: 290px;
    height: 305px;
}
.fixed-gallery-box .gallery-item:nth-child(3) {
    position: absolute;
    right: 140px;
    top: 0px;
}
.fixed-gallery-box .gallery-item:nth-child(3) .image-box {
    width: 400px;
    height: 440px;
}
.fixed-gallery-box .gallery-item:nth-child(4) {
    position: absolute;
    left: 330px;
    bottom: 180px;
}
.fixed-gallery-box .gallery-item:nth-child(4) .image-box {
    width: 240px;
    height: 230px;
}
.fixed-gallery-box .gallery-item:nth-child(5) {
    position: absolute;
    left: 0px;
    bottom: 30px;
}
.fixed-gallery-box .gallery-item:nth-child(5) .image-box {
    width: 270px;
    height: 270px;
}
.fixed-gallery-box .gallery-item:nth-child(6) {
    position: absolute;
    left: 630px;
    bottom: 0px;
}
.fixed-gallery-box .gallery-item:nth-child(6) .image-box {
    width: 270px;
    height: 280px;
}
.fixed-gallery-box .gallery-item:nth-child(7) {
    position: absolute;
    right: 60px;
    bottom: 130px;
}
.fixed-gallery-box .gallery-item:nth-child(7) .image-box {
    width: 150px;
    height: 150px;
}
/***

====================================================================
			Fun Fact Section
====================================================================

***/
.fun-fact-section {
    position: relative;
    padding: 110px 0 60px;
    border-top: 1px solid #e8e6ec;
}
.fun-fact-section .bg-image-layer {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.04;
}
.fact-counter {
    position: relative;
    z-index: 1;
}
.fact-counter .counter-column {
    position: relative;
    margin-bottom: 50px;
}
.fact-counter .count-box {
    position: relative;
    font-size: 80px;
    line-height: 1.2em;
    color: #e9dab9;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
}
.fact-counter .count-box .count-text {
    position: relative;
    display: inline-block;
}
.fact-counter .counter-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}
/*** 

====================================================================
	Reviews Section
====================================================================

***/
.reviews-section {
    position: relative;
    background: #07070f;
    padding: 100px 0px;
}
.reviews-section.bg_light {
    background: #0d0e1b;
    padding: 140px 0px;
}
.reviews-section .sec-title {
    margin-bottom: 45px;
}
.top-pattern-layer-dark {
    content: '';
    position: absolute;
    left: 0;
    top: -73px;
    width: 100%;
    height: 74px;
    background: url(../images/background/pattern-1-dark.png) center bottom repeat-x;
    z-index: 2;
}
.bottom-pattern-layer-dark {
    content: '';
    position: absolute;
    left: 0;
    bottom: -73px;
    width: 100%;
    height: 74px;
    background: url(../images/background/pattern-2-dark.png) center top repeat-x;
    z-index: 2;
}
.reviews-section .carousel-outer {
    position: relative;
    padding-left: 370px;
    min-height: 100px;
}
.reviews-section .carousel-outer .thumb-carousel-box {
    position: absolute;
    left: 0;
    top: 7px;
    width: 320px;
    overflow: hidden;
}
.reviews-section .carousel-outer .thumb-carousel-box .thumb-carousel {
    position: relative;
}
.reviews-section .carousel-outer .thumb-carousel-box .thumb {
    position: relative;
    cursor: pointer;
}
.reviews-section .carousel-outer .thumb-carousel-box .thumb:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 7px solid #e9dab9;
    opacity: 0;
}
.reviews-section .carousel-outer .thumb-carousel-box .center .thumb:after {
    opacity: 1;
}
.reviews-section .carousel-outer .thumb-carousel-box .thumb img {
    position: relative;
    width: 94px;
    height: 94px;
}
.reviews-section .text-carousel {
    position: relative;
}
.reviews-section .text-carousel .text {
    position: relative;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 20px;
}
.reviews-section .text-carousel .info {
    position: relative;
    font-size: 16px;
    line-height: 1.5em;
    color: #727489;
    text-transform: uppercase;
}
.reviews-section .text-carousel .info .name {
    color: #e9dab9;
}
.reviews-section .text-carousel .info .date {
    color: #727489;
}
.reviews-section .carousel-outer .owl-dots, .reviews-section .carousel-outer .owl-nav {
    display: none;
}
.reviews-section .carousel-outer .text-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -90px;
    display: block;
}
.reviews-section .carousel-outer .text-carousel .owl-prev, .reviews-section .carousel-outer .text-carousel .owl-next {
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    margin-left: 7px;
    font-weight: 700;
    opacity: 0.50;
}
.reviews-section .carousel-outer .text-carousel .owl-prev:hover, .reviews-section .carousel-outer .text-carousel .owl-next:hover {
    opacity: 1;
}
/*** 

====================================================================
	Video Section
====================================================================

***/
.video-section {
    position: relative;
    padding: 180px 0px;
    text-align: center;
    color: #ffffff;
}
.video-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.video-section .image-layer:before {
    content: '';
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
}
.video-section .content-box {
    max-width: 900px;
    margin: 0 auto;
}
.video-section .link-box {
    position: relative;
    margin-bottom: 40px;
}
.video-section .link-box a {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
    background: #e9dab9;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.video-section .link-box a:hover {
    color: #e9dab9;
    background: #ffffff;
}
.video-section h2 {
    position: relative;
    font-size: 60px;
    line-height: 1.15em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
/*** 

====================================================================
	Featured Games Section
====================================================================

***/
.featured-games-section {
    position: relative;
    padding: 100px 0px 150px;
}
.featured-carousel-box {
    position: relative;
}
.featured-carousel-box .slide-item {
    position: relative;
}
.featured-carousel-box .slide-item .content-box {
    position: relative;
    display: block;
    background: #07070f;
}
.featured-carousel-box .slide-item .image-column {
    position: absolute;
    float: left;
    width: 50%;
    height: 100%;
    display: block;
}
.featured-carousel-box .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.featured-carousel-box .slide-item .image-column .over-link {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.featured-carousel-box .slide-item .image-box {
    position: relative;
    display: none;
    width: 100%;
}
.featured-carousel-box .slide-item .image-column img {
    position: relative;
    display: block;
    width: 100%;
}
.featured-carousel-box .slide-item .text-column {
    position: relative;
    float: right;
    width: 50%;
    display: block;
    z-index: 10;
}
.featured-carousel-box .slide-item .text-column .inner {
    position: relative;
    display: block;
    font-weight: 400;
    padding: 80px 100px 140px;
}
.featured-carousel-box .slide-item .text-column .title {
    position: relative;
    padding-right: 100px;
    margin-bottom: 10px;
}
.featured-carousel-box .slide-item .text-column .title .rating {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 12px;
    color: #e9dab9;
}
.featured-carousel-box .slide-item .text-column .title .rating .fa {
    position: relative;
    line-height: 30px;
    margin-left: 2px;
}
.featured-carousel-box .slide-item .text-column .title h3 {
    font-size: 30px;
    color: #ffffff;
    line-height: 1.333em;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
}
.featured-carousel-box .slide-item .text-column .title h3 a {
    color: #ffffff;
}
.featured-carousel-box .slide-item .text-column .title h3 a:hover {
    color: #e9dab9;
}
.featured-carousel-box .slide-item .text-column .info {
    position: relative;
    margin-bottom: 40px;
}
.featured-carousel-box .slide-item .text-column .info li {
    position: relative;
    float: left;
    font-size: 15px;
    color: #727489;
    line-height: 24px;
    text-transform: uppercase;
    margin-right: 25px;
}
.featured-carousel-box .slide-item .text-column .info li:last-child {
    margin-right: 0;
}
.featured-carousel-box .slide-item .text-column .info li a {
    display: inline-block;
    vertical-align: middle;
    color: #727489;
}
.featured-carousel-box .slide-item .text-column .info li a:hover {
    color: #e9dab9;
}
.featured-carousel-box .slide-item .text-column .info li .icon {
    position: relative;
    top: -1px;
    font-size: 16px;
    padding-right: 7px;
    display: inline-block;
}
.featured-carousel-box .slide-item .text-column .info li:last-child .icon {
    font-size: 18px;
}
.featured-carousel-box .slide-item .text-column .text {
    position: relative;
    margin-bottom: 50px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6em;
}
.featured-carousel-box .slide-item .text-column .link-box .btn-style-one .btn-title {
    padding: 12px 30px;
}
.featured-carousel-box .slide-item .text-column .bottom-links {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.featured-carousel-box .slide-item .text-column .bottom-links li {
    position: relative;
    float: left;
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}
.featured-carousel-box .slide-item .text-column .bottom-links li:last-child {
    border: none;
}
.featured-carousel-box .slide-item .text-column .bottom-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 25px 15px;
    line-height: 30px;
    text-align: center;
}
.featured-carousel-box .slide-item .text-column .bottom-links li a:hover {
    color: #e9dab9;
    -webkit-text-shadow: 0px 0px 40px #e9dab9;
    -ms-text-shadow: 0px 0px 40px #e9dab9;
    text-shadow: 0px 0px 40px #e9dab9;
}
.featured-carousel-box .owl-theme .owl-nav {
    position: absolute;
    left: 0;
    height: 0;
    padding: 0;
    margin: 0;
    bottom: 120px;
    width: 100%;
    padding-right: 50%;
    text-align: right;
}
.featured-carousel-box .owl-theme .owl-nav .owl-prev, .featured-carousel-box .owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    background: none;
    height: 40px;
    border: none;
    padding: 0 !important;
    line-height: 40px !important;
    color: #ffffff;
    font-size: 28px !important;
    opacity: 0.50;
    margin: 0 0 0 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.featured-carousel-box .owl-theme .owl-nav .owl-next {
    margin-right: 50px;
}
.featured-carousel-box .owl-theme .owl-nav .owl-prev span, .featured-carousel-box .owl-theme .owl-nav .owl-next span {
    color: #ffffff;
}
.featured-carousel-box .owl-theme .owl-nav .owl-prev:hover, .featured-carousel-box .owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
}
/*** 

====================================================================
	Team Section
====================================================================

***/
.team-section {
    position: relative;
    background: #07070f;
    padding: 100px 0px 50px;
}
.team-section.team-page-section {
    background: none;
    padding: 100px 0px 110px;
}
.team-block {
    position: relative;
    margin-bottom: 50px;
}
.team-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
}
.team-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.team-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-block .inner-box:hover .image-box img {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.team-block .lower-box {
    position: relative;
    display: block;
    padding: 30px 15px 0px;
}
.team-block .lower-box h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 3px;
}
.team-block .lower-box h3 a {
    color: #ffffff;
}
.team-block .lower-box h3 a:hover {
    color: #e9dab9;
}
.team-block .lower-box .designation {
    font-size: 15px;
    text-transform: capitalize;
    color: #727489;
    font-weight: 400;
    margin: 0 0 12px;
}
.default-social-links {
    position: relative;
}
.default-social-links li {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    color: #999999;
}
.default-social-links li:last-child {
    margin-right: 0;
}
.default-social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 13px;
    width: 39px;
    height: 39px;
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.10);
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.default-social-links li a:hover {
    color: #e9dab9;
    -webkit-box-shadow: 0px 0px 30px 0px #e9dab9;
    -ms-box-shadow: 0px 0px 30px 0px #e9dab9;
    box-shadow: 0px 0px 30px 0px #e9dab9;
}
.team-block .inner-box:hover .default-social-links li a {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: scale(1.2) rotate(360deg);
    -ms-transform: scale(1.2) rotate(360deg);
    transform: scale(1.2) rotate(360deg);
}
/*** 

====================================================================
	News Section
====================================================================

***/

.news_area{
    /*padding-bottom: 200px;*/
}

@media only screen and (max-width: 1023px){
    .news_area{
        padding-bottom: 20px;
    }
}

.news-section {
    position: relative;
    padding: 120px 0 5% 0!important;
   /* background: url("../images/bg.jpg") top center no-repeat;
    background-size: cover;*/
}
.news-page-section {
    position: relative;
    padding: 100px 0px 130px;
}
/* .news-section.no-top-curve {
    padding-top: 900px;
} */
.news-block h3{
font-size:26px;
	color:#ced4e1;
	margin-bottom:15px;
}
.news-block p{
	color:#ced4e1;
}
.news-block {
    position: relative;
    margin-bottom: 0px;
	    padding: 0 15px !important;
}
.news-block .inner-box {
    position: relative;
    display: block;
	border-radius: 20px;
	overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
/*.news-block .inner-box:hover {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.50);
    -ms-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.50);
}*/
.news-block .image-box {
    position: relative;
    display: block;
}
.news-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
}
.news-block .image-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 80%;
    z-index: 1;
    opacity: 0.80;
    background: rgba(0, 0, 0, 0.60);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .inner-box:hover .image-box:before {
    opacity: 1;
}
.news-block .over-box {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
   /* padding: 10px 20px 40px 40px;*/
    z-index: 3;
}
.news-block .over-box .date {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    padding: 0px 12px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
    overflow: hidden;
    z-index: 99;
}
.news-block .over-box .date .date-title {
    position: relative;
    display: block;
    z-index: 1;
    padding: 4px 15px;
    background: #e9dab9;
    border-radius: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-block .over-box .date:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: #e9dab9;
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-block .over-box .date:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: #e9dab9;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-block .over-box h3 {
    font-size: 21px;
    line-height: 1.20em;
    color: #ffffff;
}
.news-block .over-box h3 a {
    color: #ffffff;
}
.news-block .over-box h3 a:hover {
    color: #e9dab9;
    text-decoration: none;
}
.news-block-two {
    position: relative;
    margin-bottom: 50px;
}
.news-block-two .inner-box {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.news-block-two .image-box {
    position: relative;
    display: block;
}
.news-block-two .inner-box .image {
    position: relative;
    display: block;
    background-color: #e9dab9;
    overflow: hidden;
}
.news-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-block-two .inner-box:hover .image img {
    opacity: 0.80;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.news-block-two .image-box .post-date {
    position: absolute;
    left: 30px;
    top: 30px;
    color: #ffffff;
    font-size: 14px;
    z-index: 1;
    padding: 9px 30px 7px;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #e9dab9;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-bottom: 25px;
}
.news-block-two .lower-content {
    position: relative;
    padding: 40px 0;
}
.news-block-two .lower-content h3 {
    position: relative;
    font-size: 28px;
    line-height: 1.25em;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.news-block-two .lower-content h3 a {
    color: #ffffff;
}
.news-block-two .lower-content h3 a:hover {
    color: #e9dab9;
}
.news-block-two .post-info {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.news-block-two .post-info li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #e9dab9;
    font-weight: 400;
    text-transform: uppercase;
    cursor: default;
    padding-right: 15px;
    margin-right: 15px;
}
.news-block-two .post-info li:before {
    position: absolute;
    right: -3px;
    font-size: 16px;
    line-height: 30px;
    color: #e9dab9;
    font-weight: 400;
    content: ".";
}
.news-block-two .post-info li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.news-block-two .post-info li:last-child:before {
    display: none;
}
.news-block-two .post-info li a {
    color: #e9dab9;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block-two .post-info li a:hover {
    color: #ffffff;
}
.news-block-two .lower-content .text {
    position: relative;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 300;
    margin-bottom: 0;
}
/*** 

====================================================================
		Styled Pagination
====================================================================

***/
.pagination-box {
    position: relative;
    margin-bottom: 30px;
}
.styled-pagination {
    position: relative;
}
.styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}
.styled-pagination li:last-child {
    margin-right: 0;
}
.styled-pagination li a {
    position: relative;
    display: block;
    line-height: 38px;
    font-size: 15px;
    height: 40px;
    width: 40px;
    color: #848484;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #ffffff;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.styled-pagination li a:hover, .styled-pagination li a.active {
    color: #ffffff;
    background: #e9dab9;
    border-color: #e9dab9;
}
/*** 

====================================================================
	Main Footer
====================================================================

***/
.main-footer {
    position: relative;
    background: #000000;
}
.main-footer .widgets-section {
    position: relative;
    padding: 100px 0px 70px;
}
.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}
.main-footer .widget-title {
    position: relative;
    margin-bottom: 30px;
}
.main-footer .widget-title h3 {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.main-footer .about-widget {
    position: relative;
}
.main-footer .about-widget .logo {
    position: relative;
    margin-bottom: 20px;
}
.main-footer .logo-widget .text {
    position: relative;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 40px;
}
.newsletter-form {
    position: relative;
}
.newsletter-form form {
    position: relative;
}
.newsletter-form .form-group {
    position: relative;
    margin: 0;
}
.newsletter-form .form-group input[type="text"], .newsletter-form .form-group input[type="tel"], .newsletter-form .form-group input[type="email"], .newsletter-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 19px 30px;
    height: 70px;
    display: inline-block;
    font-size: 16px;
    background: #000000;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.10);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.newsletter-form .form-group input[type="text"]:focus, .newsletter-form .form-group input[type="email"]:focus, .newsletter-form .form-group input[type="tel"]:focus {
    border-color: #e9dab9;
}
.newsletter-form .form-group input::-webkit-input-placeholder {
    color: #848484;
}
.newsletter-form .form-group .newsletter-btn {
    position: absolute;
    width: 50px;
    height: 70px;
    top: 0px;
    right: 15px;
    float: right;
    color: #e9dab9;
    font-size: 24px;
    font-weight: 400;
    padding: 10px 0px;
    line-height: 50px;
    display: block;
    background: none;
}
.main-footer .links-widget {
    margin-bottom: 0;
}
.main-footer .links-widget .column {
    position: relative;
    margin-bottom: 30px;
}
.main-footer .links-widget .widget-content {
    padding-left: 50px;
}
.main-footer .links-widget ul {
    margin-left: 15px;
}
.main-footer .links-widget .list li {
    position: relative;
    margin-bottom: 8px;
    font-size: 10px;
    list-style-type: disc;
    color: #e9dab9;
    letter-spacing: 0.05em;
}
.main-footer .links-widget .list li a {
    position: relative;
    color: #727489;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.main-footer .links-widget .list li a:hover {
    color: #ffffff;
    -webkit-text-shadow: 0px 0px 30px #e9dab9, 0px 0px 30px #e9dab9;
    -ms-text-shadow: 0px 0px 30px #e9dab9, 0px 0px 30px #e9dab9;
    text-shadow: 0px 0px 30px #e9dab9, 0px 0px 30px #e9dab9;
}
.main-footer .info-widget ul {
    position: relative;
}
.main-footer .info-widget ul li {
    position: relative;
    font-size: 16px;
    line-height: 1.5em;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.main-footer .info-widget ul li strong {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8em;
    color: #727489;
    text-transform: capitalize;
}
.main-footer .info-widget ul li a {
    color: #ffffff;
}
.main-footer .info-widget ul li a:hover {
    color: #e9dab9;
    text-decoration: underline;
}
.main-footer .footer-bottom {
    position: relative;
    line-height: 30px;
    background: #000000;
    padding: 25px 0;
}
.main-footer .footer-bottom .outer-container {
    position: relative;
    max-width: 1200px;
    padding: 28px 0px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.main-footer .footer-bottom .copyright {
    position: relative;
    padding: 5px 0px;
    font-size: 15px;
	color: #eee;
}
.main-footer .footer-bottom .copyright .logo-icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url(../images/icons/logo-icon.png) left top no-repeat;
    background-size: 20px 20px;
    margin-right: 10px;
}
.main-footer .footer-bottom .social-links {
    position: relative;
}
.main-footer .footer-bottom .social-links ul {
    position: relative;
    text-align: right;
}
.main-footer .bottom-shape-box {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: -2px;
    right: -50px;
    overflow: hidden;
}
.main-footer .bottom-shape-box .bg-shape {
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0px;
    right: 50px;
    background: #090a14;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.main-footer .bottom-shape-box .bg-shape:before {
    content: '';
    position: absolute;
    left: -13px;
    top: -15px;
    width: 50px;
    height: 130px;
    background: #090a14;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    border-left: 1px solid rgba(255, 255, 255, 0.10);
}
.main-footer .bottom-shape-box .bg-shape:after {
    content: '';
    position: absolute;
    right: -13px;
    top: -15px;
    width: 50px;
    height: 130px;
    background: #090a14;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}
/*** 

====================================================================
	Game View Section
====================================================================

***/
.game-view-section {
    position: relative;
    padding: 100px 0px 130px;
}
.game-view-section .platforms {
    position: relative;
    margin-bottom: 80px;
}
.game-view-section .platforms .row {
    margin: 0px -10px;
}
.platofrm-block {
    position: relative;
    margin-bottom: 30px;
}
.game-view-section .platforms .row .platofrm-block {
    padding: 0px 10px;
    margin-bottom: 20px;
}
.platofrm-block .inner {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2em;
    background: #07070f;
    padding: 35px 20px 35px 115px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.platofrm-block .inner:hover {
    background: #e9dab9;
}
.platofrm-block .icon-box {
    position: absolute;
    left: 50px;
    top: 34px;
    font-size: 44px;
    line-height: 40px;
}
.platofrm-block .over-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.trailer-video-box {
    position: relative;
    margin-bottom: 0px;
}
.trailer-video-box .image {
    position: relative;
    background: #07070f;
}
.trailer-video-box .image img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.70;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.trailer-video-box:hover .image img {
    opacity: 1;
}
.trailer-video-box .over-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
}
.trailer-video-box .over-link .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0px 0px -40px;
    display: block;
    width: 80px;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
    background: #e9dab9;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.trailer-video-box .over-link:hover .icon {
    color: #e9dab9;
    background: #ffffff;
}
.game-awards {
    position: relative;
}
.game-awards .award-block {
    position: relative;
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
}
.game-awards .award-block .inner {
    position: relative;
    display: block;
    width: 225px;
    height: 210px;
    margin: 0 auto;
    padding: 65px 60px 30px 60px;
}
.game-awards .award-block .inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100px;
    height: 210px;
    background: url(../images/icons/award-bg-icon.png) left center no-repeat;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.game-awards .award-block .inner:hover:before {
    left: -10px;
}
.game-awards .award-block .inner:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100px;
    height: 210px;
    background: url(../images/icons/award-bg-icon.png) right center no-repeat;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.game-awards .award-block .inner:hover:after {
    right: -10px;
}
.game-awards .award-block .upper-title, .game-awards .award-block .lower-title {
    position: relative;
    display: block;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.game-awards .award-block .lower-title {
    padding-top: 7px;
    color: #e9dab9;
}
/*** 

====================================================================
	Gallery Carousel Section
====================================================================

***/
.carousel-gallery {
    position: relative;
    padding: 100px 0px;
}
.carousel-gallery .carousel-box {
    position: relative;
}
.carousel-gallery .carousel-box .owl-nav, .carousel-gallery .carousel-box .owl-dots {
    display: none;
}
/*** 

====================================================================
	Featured Game
====================================================================

***/
.featured-game {
    position: relative;
    padding: 100px 0px 30px;
}
.featured-game .image-column {
    position: relative;
    margin-bottom: 30px;
}
.featured-game .image-column .inner {
    position: relative;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: -65px 0px -20px -180px;
}
.featured-game .image-column .image-box {
    position: relative;
    display: block;
}
.featured-game .image-column img {
    position: relative;
    display: block;
    max-width: 100%;
}
.featured-game .text-column {
    position: relative;
    margin-bottom: 30px;
    order: 12;
}
.featured-game .text-column .inner {
    position: relative;
    display: block;
    font-weight: 400;
}
.featured-game .text-column .text-column .sec-title {
    margin-bottom: 35px;
}
.featured-game .text-column .text {
    position: relative;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.65em;
}
.featured-game .text-column .link-box .btn-style-one .btn-title {
    padding: 12px 30px;
}
/*** 

====================================================================
	Parallax Section
====================================================================

***/
.parallax-section {
    position: relative;
    padding: 170px 0px;
    text-align: center;
    color: #fff;
}
.parallax-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    z-index: -1;
}
.parallax-section .image-layer:before {
    content: '';
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    z-index: 1;
}
.parallax-section .content-box {
    margin: 0 auto;
    z-index: 5;
}
.parallax-section h2 {
    position: relative;
    font-size: 60px;
    line-height: 1.15em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 35px;
}
.parallax-section .text-box {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5em;
    font-weight: 400;
    max-width: 650px;
    letter-spacing: 0.02em;
    margin: 0 auto;
}
/*** 

====================================================================
	FAQs Section
====================================================================
*/
.faq2-section {
  padding: 60px 20px 80px;
}
.faq2-wrap {
  max-width: 780px;
  margin: 0 auto;
  background: #141414;
  border-radius: 4px;
  overflow: hidden;
}

/* ── 標題 ── */
.faq2-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #ced4e1;
  letter-spacing: 14px;
  padding: 12px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-family: 'Noto Sans TC', sans-serif;
  margin: 0;
}

/* ── 深淺交替 ── */
.faq2-item:nth-child(odd)  { background: #222326; }
.faq2-item:nth-child(even) { background: #1c1c1f; }

/* 問題列 */
.faq2-q {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 28px 18px 24px;
  cursor: pointer;
  user-select: none;
  transition: background .18s;
}
.faq2-q:hover { background: rgba(255,255,255,0.05); }

/* 左側圖示（換成你的圖後自動顯示） */
.faq2-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: block;
  background: url('../images/faq_icon.png') center / contain no-repeat;
  /* 圖片備用：沒圖時顯示灰色圓點佔位 */
  position: relative;
}


/* 問題文字 */
.faq2-q-text {
  flex: 1;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 600;
  color: #c8cce8;
  letter-spacing: .05em;
  line-height: 1.5;
  font-family: 'Noto Sans TC', sans-serif;
  transition: color .18s;
}
.faq2-q.open .faq2-q-text { color: #ffffff; }

/* +/− */
.faq2-toggle {
  flex-shrink: 0;
  width: 26px; height: 26px;
  position: relative;
}
.faq2-toggle::before,
.faq2-toggle::after {
  content: '';
  position: absolute;
  background: #9096b8;
  border-radius: 2px;
  transition: transform .28s, opacity .28s;
}
.faq2-toggle::before {
  width: 16px; height: 2px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.faq2-toggle::after {
  width: 2px; height: 16px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.faq2-q.open .faq2-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* 答案 */
.faq2-a {
  display: none;
  padding: 4px 28px 20px calc(24px + 26px + 16px);
}
.faq2-a.open { display: block; }
.faq2-a-text {
  font-size: clamp(13px, 1.7vw, 15px);
  color: #7a8aaa;
  letter-spacing: .04em;
  line-height: 1.9;
  font-family: 'Noto Sans TC', sans-serif;
  border-left: 2px solid rgba(100,110,160,0.35);
  padding-left: 14px;
  margin: 0;
}

/* RWD */
@media (max-width: 600px) {
  .faq2-q  { padding: 16px; gap: 12px; }
  .faq2-a  { padding: 4px 16px 18px calc(16px + 26px + 12px); }
  .faq2-title { letter-spacing: 8px; }
}
/*
====================================================================
		Page Banner
====================================================================

***/
.page-banner {
    position: relative;
    padding: 0;
    background-repeat: no-repeat;
    text-align: center;
    /* background: url("../images/page_banner_promo.png") no-repeat; */
	background-position: 50% 75%;
}
.page-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}
.page-banner .banner-inner {
    position: relative;
    display: block;
    padding: 150px 0px 0px 0px;
    margin-top: 100px
}

@media only screen and (max-width: 1023px) {
    .page-banner .banner-inner {
        margin-top: 0px
    }
}
.page-banner .top-pattern-layer, .page-banner .top-pattern-layer-dark {
    bottom: 0px;
    top: auto;
}
.page-banner .inner-container {
    position: relative;
    z-index: 5;
}
.page-banner h1 {
    position: relative;
    font-size: 60px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.page-banner .bread-crumb {
    position: relative;
    display: inline-block;
}
.page-banner .bread-crumb li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    cursor: default;
    padding-right: 15px;
    margin-right: 15px;
}
.page-banner .bread-crumb li:before {
    position: absolute;
    right: -3px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    content: "-";
}
.page-banner .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.page-banner .bread-crumb li:last-child:before {
    display: none;
}
.page-banner .bread-crumb li a {
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.page-banner .bread-crumb li a:hover {
    color: #e9dab9;
}
/*** 

====================================================================
	About Section
====================================================================

***/
.about-section {
    position: relative;
    padding: 100px 0px;
}
.about-section .bg-image-layer {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.04;
}
.about-section .about-content {
    position: relative;
    margin-bottom: 70px;
    z-index: 1;
}
.about-section .image-column {
    position: relative;
    margin-bottom: 30px;
}
.about-section .image-column .inner {
    position: relative;
    display: block;
    padding-right: 40px;
}
.about-section .image-column .image-box {
    position: relative;
    display: block;
}
.about-section .image-column img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
}
.about-section .text-column {
    position: relative;
    margin-bottom: 30px;
    order: 12;
}
.about-section .text-column .inner {
    position: relative;
    display: block;
    font-weight: 400;
}
.about-section .text-column .sec-title {
    margin-bottom: 50px;
}
.about-section .text-column .text {
    position: relative;
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65em;
}
.about-section .text-column .text p {
    margin-bottom: 25px;
    line-height: 1.65em;
}
.about-section .text-column .link-box .btn-style-one .btn-title {
    padding: 12px 30px;
}
/*** 

====================================================================
	Awards Section
====================================================================

***/
.awards-section {
    position: relative;
    padding: 100px 0px;
}
/*** 

====================================================================
	Gallery Section
====================================================================

***/
.gallery-section {
    position: relative;
    padding: 100px 0px 130px;
}
/*** 

====================================================================
	Contact Banner
====================================================================

***/
.contact-banner {
    position: relative;
    padding: 0px 0px;
}
.contact-banner .banner-inner {
    position: relative;
    height: 750px;
    padding: 0;
}
.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}
.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}
.map-canvas {
    height: 450px;
}
.contact-banner .map-canvas {
    height: 750px;
}
/*** 

====================================================================
	Contact Info Section
====================================================================

***/
.cont-info-section {
    position: relative;
    background: #07070f;
    padding: 120px 0px 60px;
}
.cont-info-section .info-block {
    position: relative;
    margin-bottom: 50px;
}
.cont-info-section .info-block .inner-box {
    position: relative;
    display: block;
    padding-left: 50px;
}
.cont-info-section .info-block .inner-box:after {
    content: '';
    position: absolute;
    top: -40px;
    bottom: -40px;
    right: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}
.cont-info-section .info-block:first-child .inner-box {
    padding-left: 0;
}
.cont-info-section .info-block:last-child .inner-box:after {
    display: none;
}
.cont-info-section .info-block h3 {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}
.cont-info-section .info-block .text {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #717389;
    line-height: 1.7em;
    max-width: 310px;
}
.cont-info-section .info-block ul li {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
}
.cont-info-section .info-block .text a {
    position: relative;
    color: #717389;
    left: 3px;
}
.cont-info-section .info-block .text a:hover {
    color: #e9dab9;
    text-decoration: underline;
}
/*** 

====================================================================
	Contact Section
====================================================================

***/
.contact-section {
    position: relative;
    padding: 130px 0px 100px;
}
.contact-section .form-box {
    max-width: 1020px;
    margin: 0 auto;
}
/*Default Form*/
.default-form {
    position: relative;
}
.default-form .form-group {
    position: relative;
    margin-bottom: 0px;
}
.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form input[type="url"], .default-form input[type="tel"], .default-form input[type="search"], .default-form select, .default-form textarea {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 70px;
    font-size: 15px;
    padding: 20px 30px;
    background: #000;
    color: #d7d7d7;
    font-weight: 400;
    border: 1px solid #282828;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.default-form textarea {
    height: 260px;
    resize: none;
    font-weight: 400;
    padding: 20px 30px;
}
.default-form input[type="text"]:focus, .default-form input[type="email"]:focus, .default-form input[type="password"]:focus, .default-form input[type="url"]:focus, .default-form input[type="tel"]:focus, .default-form input[type="search"]:focus, .default-form select:focus, .default-form textarea:focus {
    border-color: #e9dab9;
}
.default-form input.error, .default-form input.error, .default-form textarea.error {
    border-color: #ff0000;
}
.default-form label.error {
    text-transform: capitalize;
    padding-top: 10px;
    display: block;
    line-height: 20px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #ffffff;
}
::-webkit-input-placeholder {
    color: #666;
}
::-moz-input-placeholder {
    color: #666;
}
::-ms-input-placeholder {
    color: #666;
}
.contact-section .contact-form button {
    background: none;
}
/*** 

====================================================================
	Games Details
====================================================================

***/
.game-details {
    position: relative;
}
.game-details .inner {
    position: relative;
    display: block;
}
.game-details .image-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.game-details .image-box img {
    position: relative;
    display: block;
    width: 100%;
}
.game-details .lower-content {
    position: relative;
    display: block;
    padding: 0px;
}
.game-details .lower-content .title-box {
    position: relative;
    margin-bottom: 40px;
}
.game-details .lower-content .link-box {
    position: relative;
    float: right;
    padding-top: 20px;
}
.game-details .lower-content .link-box .link-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    padding: 0px 10px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 0px;
}
.game-details .lower-content .link-box .link-btn .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    padding: 10px 24px;
    background: #e9dab9;
    border-radius: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.game-details .link-box .link-btn:hover .btn-title {
    background: #ffffff;
    color: #e9dab9;
}
.game-details .link-box .link-btn:hover {
    transition: all 0.3s ease 100ms;
    -moz-transition: all 0.3s ease 100ms;
    -webkit-transition: all 0.3s ease 100ms;
    -ms-transition: all 0.3s ease 100ms;
    -o-transition: all 0.3s ease 100ms;
    box-shadow: 0px 0px 20px 0px #e9dab9;
}
.game-details .lower-content .link-box .link-btn:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: #e9dab9;
    z-index: 1;
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.game-details .lower-content .link-box .link-btn:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: #e9dab9;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.game-details .lower-content .link-box .link-btn:hover:before {
    background: #ffffff;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
}
.game-details .lower-content .link-box .link-btn:hover:after {
    background: #ffffff;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
}
.game-details .lower-content .title-box .title {
    position: relative;
    float: left;
}
.game-details h2 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}
.game-details h3 {
    position: relative;
    font-size: 24px;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}
.game-details h3 a {
    color: #ffffff;
}
.game-details h3 a:hover {
    color: #e9dab9;
}
.game-details .rating {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.game-details .rating .ratings {
    position: relative;
    top: -2px;
    color: #e9dab9;
    padding-left: 7px;
}
.game-details .rating .ratings span {
    position: relative;
    vertical-align: middle;
    font-size: 13px;
    margin-right: 2px;
}
.game-details .post-info {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    padding: 0px;
}
.game-details .post-info li {
    position: relative;
    float: left;
    color: #727489;
    text-transform: uppercase;
    margin-right: 25px;
}
.game-details .post-info li:last-child {
    margin-right: 0;
}
.game-details .post-info li a {
    display: inline-block;
    vertical-align: middle;
    color: #727489;
}
.game-details .post-info li a:hover {
    color: #e9dab9;
}
.game-details .post-info li .icon {
    position: relative;
    top: 0px;
    font-size: 18px;
    padding-right: 7px;
    display: inline-block;
}
.game-details .text {
    position: relative;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 50px;
}
.game-details .text p, .game-details .text ul {
    margin-bottom: 25px;
}
.game-details .text ul li {
    position: relative;
    padding-left: 20px;
    line-height: 28px;
}
.game-details .text ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    background: #e9dab9;
    border-radius: 50%;
}
.game-details .game-features h2 {
    margin-bottom: 30px;
}
.feature-block {
    position: relative;
    margin-bottom: 30px;
}
.feature-block .inner-box {
    position: relative;
    display: block;
    padding: 50px 50px;
    background: #07070f;
}
.feature-block .icon-box {
    position: relative;
    display: block;
    line-height: 1em;
    font-size: 52px;
    color: #e9dab9;
    margin-bottom: 20px;
}
.feature-block h4 {
    position: relative;
    display: block;
    line-height: 1.3em;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
/***

====================================================================
		Sidebar Page Container
====================================================================

***/
.sidebar-page-container {
    position: relative;
    padding: 120px 0px 70px;
}
.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
    margin-bottom: 50px;
}
/*** 

====================================================================
		Blog Detail
====================================================================

***/
.blog-detail {
    position: relative;
}
.blog-detail .image-box {
    position: relative;
}
.blog-detail .image-box .image {
    position: relative;
    margin-bottom: 0;
    border: 1px solid #302f2f;
}
.blog-detail .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}
.blog-detail .lower-content {
    position: relative;
    padding: 40px 0 20px;
}
.blog-detail .lower-content .date {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    padding: 0px 12px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    overflow: hidden;
}
.blog-detail .lower-content .date .date-title {
    position: relative;
    display: block;
    z-index: 1;
    padding: 4px 15px;
    background: #e9dab9;
    border-radius: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.blog-detail .lower-content .date:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: #e9dab9;
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-detail .lower-content .date:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: #e9dab9;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-detail .lower-content h3 {
    position: relative;
    font-size: 40px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.blog-detail .post-info {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.blog-detail .post-info li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #e9dab9;
    font-weight: 400;
    text-transform: uppercase;
    cursor: default;
    padding-right: 15px;
    margin-right: 15px;
}
.blog-detail .post-info li:before {
    position: absolute;
    right: -3px;
    font-size: 16px;
    line-height: 30px;
    color: #e9dab9;
    font-weight: 400;
    content: "-";
}
.blog-detail .post-info li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.blog-detail .post-info li:last-child:before {
    display: none;
}
.blog-detail .post-info li a {
    color: #e9dab9;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.blog-detail .post-info li a:hover {
    color: #ffffff;
}
.blog-detail .lower-content p {
    position: relative;
    font-size: 16px;
    line-height: 32px;
    color: #727489;
    margin-bottom: 20px;
}
/*post share options*/
.post-share-options {
    position: relative;
    margin-bottom: 50px;
}
/* Author Box */
.author-box {
    position: relative;
    padding: 55px 55px;
    background: #07070f;
    margin-bottom: 50px;
}
.author-box .inner-box {
    position: relative;
    padding-left: 215px;
    min-height: 166px;
    padding-top: 5px;
}
.author-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
}
.author-box .thumb img {
    display: block;
    width: 100%;
}
.author-box .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.25em;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.author-box .text {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
}
.sidebar-widget {
    position: relative;
    padding: 45px 50px;
    margin-bottom: 30px;
}
.sidebar-widget:last-child {
    margin-bottom: 0;
}
.sidebar-widget .sidebar-title {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 28px;
}
.sidebar-widget .widget-content {
    position: relative;
}
/* Sidebar Title */
.sidebar-title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
/*Search Box Widget*/
.sidebar .search-box {
    position: relative;
    padding: 20px 40px;
    background: #e9dab9;
    border: none;
}
.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}
.sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    height: 50px;
    color: #ffffff;
    font-weight: 400;
    background: transparent;
    padding: 10px 50px 10px 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar .search-box ::-webkit-input-placeholder {
    color: #ffffff;
}
.sidebar .search-box ::-moz-input-placeholder {
    color: #ffffff;
}
.sidebar .search-box ::-ms-input-placeholder {
    color: #ffffff;
}
.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 100%;
    padding: 0;
    font-weight: normal;
    background: transparent;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar .search-box .form-group button:hover {
    text-shadow: 0px 2px 0px #e9dab9;
    color: #ffffff;
}
/*Post Widget*/
.sidebar .popular-posts {
    position: relative;
    background: #07070f;
    border: none;
}
.sidebar .popular-posts .post {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    margin-bottom: 25px;
}
.sidebar .popular-posts .post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.sidebar .popular-posts .post .post-inner {
    position: relative;
    padding-left: 80px;
    padding-top: 10px;
    min-height: 60px;
}
.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
}
.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post .text {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #727489;
    max-width: 150px;
    text-transform: uppercase;
}
.sidebar .popular-posts .post .text a {
    color: #727489;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post a:hover {
    color: #ffffff;
}
.sidebar .popular-posts .post-info {
    position: relative;
    display: block;
    font-size: 14px;
    color: #e9dab9;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 13px;
}
/* Blog Categories */
.sidebar .categories {
    position: relative;
    background: #07070f;
    border: none;
}
.blog-categories {
    position: relative;
}
.blog-categories li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 18px;
}
.blog-categories li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;
    background: #e9dab9;
}
.blog-categories li a {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #727489;
    display: block;
    font-weight: 300;
    letter-spacing: 1px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-categories li a:hover {
    color: #ffffff;
}
.blog-categories li:last-child {
    margin-bottom: 0;
}
/*** 

====================================================================
		Comment Area
====================================================================

 ***/
.group-title {
    position: relative;
    margin-bottom: 50px;
}
.group-title h3 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.comments-area {
    position: relative;
    margin-bottom: 55px;
}
.comments-area .comment-box {
    position: relative;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    margin-bottom: 60px;
}
.comments-area .comment-box:last-child {
    margin-bottom: 0;
}
.comments-area .comment {
    position: relative;
    min-height: 160px;
    padding-left: 200px;
}
.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 160px;
    margin-bottom: 20px;
    overflow: hidden;
}
.comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}
.comments-area .comment-box .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1em;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.comments-area .comment-box .text {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    padding-right: 30px;
}
.comments-area .comment-box .reply-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    padding: 0px 12px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    overflow: hidden;
}
.comments-area .comment-box .reply-btn a {
    position: relative;
    display: block;
    z-index: 1;
    padding: 4px 12px;
    letter-spacing: 1px;
    line-height: 20px;
    background: #e9dab9;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.comments-area .comment-box .reply-btn:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: #e9dab9;
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.comments-area .comment-box .reply-btn:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: #e9dab9;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.comments-area .comment-box .reply-btn:hover a, .comments-area .comment-box .reply-btn:hover:before, .comments-area .comment-box .reply-btn:hover:after {
    background-color: #ffffff;
    color: #e9dab9;
}
/*** 

====================================================================
		Comment Form
====================================================================

 ***/
.comment-form {
    position: relative;
}
.comment-form input[type="submit"], .comment-form button[type="submit"], .comment-form button {
    background: none;
}
/*** 


====================================================================
小布
====================================================================
 ***/
/*-- 首頁 --*/
.video_bg {
    background: url(../images/video_bg.png) center center no-repeat;
    background-size: 100% 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    margin-bottom: -5%;
}
.award_bg {
    background: none;
    background-size: 100%; 
	padding-top:0 ;
	padding-bottom:0 }
@media (min-width:992px) {
.award_bg {
    background: url("../images/award1.png") top center no-repeat;
    background-size: 100%; 
	padding-top:13% ;
	/*padding-bottom:15% */

}}
.award_bg h2 {
    padding-bottom: 5%;
}
.news_list {
    background-color: rgba(0, 0, 0, 0.95);
    padding: 15px 15px;
    width: 100%;
    margin: auto 0;
}
.news_list .date {
    color: #e9dab9;
    font-size: 13px;
    margin-bottom: 2px;
}
.news_list h5 {
    color: #ffffff;
    font-size: 15px;
    line-height: 150%;
}
.news_list h5 a {
    color: #ffffff;
}
.news_list h5 a:hover {
    color: #e9dab9;
}
/*-- 贊助 --*/
.sponser {
    /*padding: 25px 30px;*/
}
.sponser dl {
    margin: 0;
	margin-bottom: 20px;
}
.sponser dl dt {
    text-align: center;
    /* width: 100px; */
    height: 29px;
    display: inline-block;
    color: white;
    font-size: 24px;
    padding-right: 10px;
    font-weight: normal;
    /* background: url(../images/footer_title.png) center no-repeat;*/
}
.sponser dl dd {
    display: inline-block;
}
.sponser span {
    color: #e9dab9;
    margin-left: 6px;
}
.sponser h5 {
    color: #fff;
	font-size: 24px;
	display: inline-block;
}
.sponser dd img {
    margin: 10px 20px 10px 0px;
    width: auto;
    height: 35px;
}
.border-bottom {
    border-bottom: 1px solid #1f1f1f !important;
}
/*-- 我要報名 --*/
.scroll_box {
    background: url(../images/scroll_bg.png) center no-repeat;
    background-size: 100% 100%;
    padding: 2em;
}
@media (min-width:768px) {
    .scroll_box {
        background: url(../images/scroll_bg.png) center no-repeat;
        background-size: 100% 100%;
        padding: 4em;
    }
}
.scroll_box > ol {
    height: 600px;
    overflow-y: auto;
}
.scroll_box > ol li {
    color: #E6E6E6;
    font-size: 15px;
    line-height: 2em;
}
.scroll_box > ol > li {
    margin-top: 2em;
    font-size: 18px;
}
.scroll_box > ol span {
    color: #fff286;
    display: block;
}
.scroll_box > ol span.important {
    font-size: 1.5em;
    font-weight: bold;
}
.scroll_box > ol span.important span {
    color: #fff;
    display: inline;
}
.scroll_box ol ol li {
    padding-left: 2em;
}
.scroll_box > ol > li:first-child {
    margin-top: 0;
}
.scroll_bar::-webkit-scrollbar {
    width: 5px;
}
.scroll_bar::-webkit-scrollbar-track {
    background: #222222;
}
.scroll_bar::-webkit-scrollbar-thumb {
    background: #ffffff;
}
/* Customize the label (the container) */
.check_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #626275;
}
/* On mouse-over, add a grey background color */
.check_container:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.check_container input:checked ~ .checkmark {
    background-color: #e9dab9;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.check_container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.check_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.signupform {
    padding: 80px 15px;
}
@media (min-width:768px) {
    .signupform {
        padding: 80px 60px;
    }
}
.contact-form h4 {
    color: #fff;
    line-height: 200%;
    font-weight: 600;
}
.contact-form h4 span {
    color: #46D9DC;
    padding-left: 8px;
}
.contact-form input {
    margin-bottom: 10px
}
.upload_cover {
    position: relative;
    width: 160px;
    height: 100px;
    text-align: center;
    cursor: pointer;
    background: #07070f;
    border: 1px solid #222229;
}
.upload_input {
    display: none;
}
.upload_icon {
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 20%;
}
.delAvatar {
    position: absolute;
    right: 2px;
    top: 2px;
}
@media (min-width:768px) {
    .upload_cover {
        width: 49%;
        height: 105px;
    }
}
/*-- 比賽相關 --*/
.game-info h5 {
    color: #fff;
}
.game-info ul {
    margin-bottom: 60px;
}
.game-info li {
    line-height: 180%
}
.game-info h4 {
    color: #46d9dc;
}
.memo {
    background: #2b2c38;
    border-radius: 12px;
    padding: 8px 6px;
    color: #ddd;
    width: 300px;
}
.teach_area {
    background: rgba(0, 0, 0, .3);
    padding: 60px;
}
.teach_area h4 {
    color: #46d9dc
}
.teach_area h5 {
    color: #17639d;
    line-height: 2rem
}
.teach_area strong {
    color: #ffffff
}
/* .citytab li {
    border-bottom: 1px solid #888888
} */
.citytab li a {
	border-radius: 0!important;
    font-size: 1rem;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    /* margin-bottom: -15px; */
    background: url(../images/city_tab_icon_1.png) left center no-repeat;
    background-size: cover;
    height: 30px;
    text-align: left;
    padding-left: 50px;
}

.citytab li a.long {
    font-size: 1.2rem;
    font-weight: bold;
    color: #9ca6b6;
    padding: 20px 0;
    margin-bottom: -5px;
    background: url(../images/city_tab_icon_2.png) bottom center no-repeat;
    background-size: contain;
}
.citytab .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background: url(../images/city_tab_icon.png) left center no-repeat;
    /* background-size: cover !important;
    text-shadow: 0px 0px 30px #e9dab9, 0px 0px 30px #e9dab9; */
}
@media (min-width:992px){
#taipei-tab , #newtaipei-tab , #taoyuan-tab {position: relative; left: -25%}
#taichung-tab , #tainan-tab , #kaoshung-tab {position: relative; left: 25%}

#taipei-tab {z-index:996 } 
#newtaipei-tab {z-index:995 } 
#taoyuan-tab {z-index:994 }
#taichung-tab {z-index:999 }
#tainan-tab {z-index:998 }
#kaoshung-tab {z-index:997 }	
	
}
/*-- 比賽隊伍 --*/
/*#team_taipei { background: url("../images/team_taipei.png") top center no-repeat; background-position: 0 200px; background-size:100%;}
#team_newtaipei { background: url("../images/team_newtaipei.png") top center no-repeat; background-position: 0 200px; background-size: 100%;}
#team_taoyuan { background: url("../images/team_taoyuan.png") top center no-repeat; background-position: 0 200px; background-size: 100%;}
#team_taichung { background: url("../images/team_taichung.png") top center no-repeat; background-position: 0 200px; background-size: 100%;}
#team_tainan { background: url("../images/team_tainan.png") top center no-repeat; background-position: 0 200px; background-size: 100%;}
#team_kaoshung { background: url("../images/team_kaohsiung.png") top center no-repeat; background-position: 0 200px; background-size: 100%;}*/
.team_frame {
    /*width: 266px;
    margin: 30px auto;*/
    background: url("../images/team_frame.png") top center no-repeat;
	background-size: 100% 100%;
    padding: 30px 0 35px 0;
}
.team li{
	display: block;
padding: 0;
}
.team li::after {
content: "";
	display:block;
	background: url("../images/team_icon.png") center center no-repeat;
	width: 30px; height: 30px;
	margin: 0 auto;
}
.team h4 {
    color: #fff;
    font-weight: 500;
    line-height: 150%;
    font-size: 20px;
    letter-spacing: 5px;
	display: inline-block;
	max-width: 340px;
	width: 100%;
	margin-bottom: 0;
		

}
@media (min-width:992px){
	.team {margin-left:30px;}
	.team li{
	display: flex;
	align-items: center;
}
.team li::after {
content: "";
	display:inline-block;
	background: url("../images/team_icon.png") center center no-repeat;
	width: 30px; height: 30px;
}
.team li:nth-child(4)::after{
    display: none;
}
.team li:nth-child(7)::after{
    display: none;
}	
.team h4 {
    margin: 10px 0;

	width: 86%;
}	
}
.team_frame ul {
    margin-top: 30px
}
.team_frame li {
    background: rgba(0, 0, 0, 0.70);
    margin: 2px 0;
    padding: 10px 0;
}
.highlight {
    position: fixed;
    z-index: 3;
    right: 0;
    bottom: 90px;
}
.highlight a {
    display: block;
    margin: 0 auto;
    /* background: url("../images/highlight.png") no-repeat;*/
    width: 225px;
}
.highlight a:hover {
    transform: translateY(-10px);
}
/*-- button --*/
/*@font-face {
  font-family: Cyber;
  src: url("https://assets.codepen.io/605876/Blender-Pro-Bold.otf");
  font-display: swap;
}
*/
* {
    box-sizing: border-box;
}
.cybr-btn {
    /* --primary: hsl(var(--primary-hue), 95%, calc(var(--primary-lightness, 50) * 1%));
    --shadow-primary: hsl(var(--shadow-primary-hue), 90%, 50%);
    --primary-hue: 350;
    --primary-lightness: 35;
    --color: hsl(100, 100%, 100%);
    --font-size: 15px;
    --shadow-primary-hue: 213;
    --label-size: 8px;
    --shadow-secondary-hue: 60;
    --shadow-secondary: hsl(var(--shadow-secondary-hue), 60%, 40%);
    --clip: polygon(0 0, 100% 0, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 70%);
    --border: 4px;
    --shimmy-distance: 5;
    --clip-one: polygon(0 2%, 100% 2%, 100% 95%, 95% 95%, 95% 90%, 85% 90%, 85% 95%, 8% 95%, 0 70%);
    --clip-two: polygon(0 78%, 100% 78%, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 78%);
    --clip-three: polygon(0 44%, 100% 44%, 100% 54%, 95% 54%, 95% 54%, 85% 54%, 85% 54%, 8% 54%, 0 54%);
    --clip-four: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
    --clip-five: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
    --clip-six: polygon(0 40%, 100% 40%, 100% 85%, 95% 85%, 95% 85%, 85% 85%, 85% 85%, 8% 85%, 0 70%);
    --clip-seven: polygon(0 63%, 100% 63%, 100% 80%, 95% 80%, 95% 80%, 85% 80%, 85% 80%, 8% 80%, 0 70%); */
    font-family: 'Cyber', sans-serif;
    /* color: var(--color); */
    background: url("../images/menu_btn.png");;
    text-transform: uppercase;
    font-size: 1.2rem;
    outline: transparent;
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    border: 0;
    min-width: 226px;
    height: 55px;
    line-height: 100%;
    color: #002eff;
    /* background: url("../images/menu_btn.png"); */
}
.pink {
    --primary: hsl(var(--primary-hue), 100%, calc(var(--primary-lightness, 50) * 1%));
    --shadow-primary: hsl(var(--shadow-primary-hue), 90%, 50%);
    --primary-hue: 330;
    --primary-lightness: 50;
    --color: hsl(360, 100%, 100%);
    --font-size: 15px;
    --shadow-primary-hue: 180;
    --label-size: 8px;
    --shadow-secondary-hue: 60;
    --shadow-secondary: hsl(var(--shadow-secondary-hue), 90%, 60%);
    --clip: polygon(0 0, 100% 0, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 70%);
    --border: 4px;
    --shimmy-distance: 5;
    --clip-one: polygon(0 2%, 100% 2%, 100% 95%, 95% 95%, 95% 90%, 85% 90%, 85% 95%, 8% 95%, 0 70%);
    --clip-two: polygon(0 78%, 100% 78%, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 78%);
    --clip-three: polygon(0 44%, 100% 44%, 100% 54%, 95% 54%, 95% 54%, 85% 54%, 85% 54%, 8% 54%, 0 54%);
    --clip-four: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
    --clip-five: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
    --clip-six: polygon(0 40%, 100% 40%, 100% 85%, 95% 85%, 95% 85%, 85% 85%, 85% 85%, 8% 85%, 0 70%);
    --clip-seven: polygon(0 63%, 100% 63%, 100% 80%, 95% 80%, 95% 80%, 85% 80%, 85% 80%, 8% 80%, 0 70%);
    font-family: 'Cyber', sans-serif;
    color: var(--color);
    background: transparent;
    text-transform: uppercase;
    font-size: var(--font-size);
    outline: transparent;
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    border: 0;
    min-width: 200px;
    height: 60px;
    line-height: 100%;
    z-index: 99;
}
.cybr-btn:after, .cybr-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: var(--clip);
    z-index: -1;
}
/* .cybr-btn:before {
    background: var(--shadow-primary);
    transform: translate(var(--border), 0);
} */
/* .cybr-btn:after {
    background: var(--primary);
} */
.cybr-btn__tag {
    position: absolute;
    padding: 1px 4px;
    letter-spacing: 1px;
    line-height: 1;
    bottom: -5%;
    right: 5%;
    color: hsl(0, 0%, 0%);
    font-size: var(--label-size);
}
.cybr-btn__glitch {
    position: absolute;
    top: calc(var(--border) * -1);
    left: calc(var(--border) * -1);
    right: calc(var(--border) * -1);
    bottom: calc(var(--border) * -1);
    background: var(--shadow-primary);
    text-shadow: 2px 2px var(--shadow-primary), -2px -2px var(--shadow-secondary);
    clip-path: var(--clip);
    animation: glitch 2s infinite;
    display: none;
}
.cybr-btn:hover .cybr-btn__glitch {
    display: block;
}
.cybr-btn__glitch:before {
    content: '';
    position: absolute;
    top: calc(var(--border) * 1);
    right: calc(var(--border) * 1);
    bottom: calc(var(--border) * 1);
    left: calc(var(--border) * 1);
    clip-path: var(--clip);
    background: var(--primary);
    z-index: -1;
}
@keyframes glitch {
    0% {
        clip-path: var(--clip-one);
    }
    2%, 8% {
        clip-path: var(--clip-two);
        transform: translate(calc(var(--shimmy-distance) * -1%), 0);
    }
    6% {
        clip-path: var(--clip-two);
        transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }
    9% {
        clip-path: var(--clip-two);
        transform: translate(0, 0);
    }
    10% {
        clip-path: var(--clip-three);
        transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }
    13% {
        clip-path: var(--clip-three);
        transform: translate(0, 0);
    }
    14%, 21% {
        clip-path: var(--clip-four);
        transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }
    25% {
        clip-path: var(--clip-five);
        transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }
    30% {
        clip-path: var(--clip-five);
        transform: translate(calc(var(--shimmy-distance) * -1%), 0);
    }
    35%, 45% {
        clip-path: var(--clip-six);
        transform: translate(calc(var(--shimmy-distance) * -1%));
    }
    40% {
        clip-path: var(--clip-six);
        transform: translate(calc(var(--shimmy-distance) * 1%));
    }
    50% {
        clip-path: var(--clip-six);
        transform: translate(0, 0);
    }
    55% {
        clip-path: var(--clip-seven);
        transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }
    60% {
        clip-path: var(--clip-seven);
        transform: translate(0, 0);
    }
    31%, 61%, 100% {
        clip-path: var(--clip-four);
    }
}
/* 高*/
.sub {
    color: #f83434;
    letter-spacing: 1em;
    margin-left: 1em;
    font-size: 1.6rem;
    font-weight: bold;
}
.sub2 {
    color: #64dcdc;
    font-size: 1.2rem
}
/* Our mixin positions a copy of our text
directly on our existing text, while
also setting content to the appropriate
text set in the data-text attribute. */
.glitch {
    /* position: relative; */
    color: #385179;
    font-size: 4em;
    /* letter-spacing: .5em; */
    /* Animation provies a slight random skew. Check bottom of doc
  for more information on how to random skew. */
    /* animation: glitch-skew 1s infinite linear alternate-reverse; */
}
.glitch::before {
    /* content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 2px;
    text-shadow: -2px 0 #e9dab9; */
    /* Creates an initial clip for our glitch. This works in
    a typical top,right,bottom,left fashion and creates a mask
    to only show a certain part of the glitch at a time. */
    /* clip: rect(44px, 450px, 56px, 0); */
    /* Runs our glitch-anim defined below to run in a 5s loop, infinitely,
    with an alternating animation to keep things fresh. */
    animation: glitch-anim 5s infinite linear alternate-reverse;
}
/* .glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: -2px;
    text-shadow: -2px 0 #e9dab9, 2px 2px #e9dab9;
    animation: glitch-anim2 1s infinite linear alternate-reverse;
} */
/* Creates an animation with 20 steaps. For each step, it calculates 
a percentage for the specific step. It then generates a random clip
box to be used for the random glitch effect. Also adds a very subtle
skew to change the 'thickness' of the glitch.*/
/* @keyframes glitch-anim {
    0% {
        clip: rect(82px, 9999px, 68px, 0);
        transform: skew(0.53deg);
    }
    5% {
        clip: rect(60px, 9999px, 72px, 0);
        transform: skew(0.68deg);
    }
    10% {
        clip: rect(31px, 9999px, 3px, 0);
        transform: skew(0.45deg);
    }
    15% {
        clip: rect(6px, 9999px, 4px, 0);
        transform: skew(0.35deg);
    }
    20% {
        clip: rect(36px, 9999px, 16px, 0);
        transform: skew(0.55deg);
    }
    25% {
        clip: rect(32px, 9999px, 45px, 0);
        transform: skew(0.82deg);
    }
    30% {
        clip: rect(76px, 9999px, 25px, 0);
        transform: skew(0.33deg);
    }
    35% {
        clip: rect(81px, 9999px, 96px, 0);
        transform: skew(0.9deg);
    }
    40% {
        clip: rect(100px, 9999px, 94px, 0);
        transform: skew(0.03deg);
    }
    45% {
        clip: rect(33px, 9999px, 61px, 0);
        transform: skew(0.67deg);
    }
    50% {
        clip: rect(26px, 9999px, 16px, 0);
        transform: skew(0.68deg);
    }
    55% {
        clip: rect(85px, 9999px, 97px, 0);
        transform: skew(0.54deg);
    }
    60% {
        clip: rect(97px, 9999px, 39px, 0);
        transform: skew(0.21deg);
    }
    65% {
        clip: rect(54px, 9999px, 26px, 0);
        transform: skew(0.5deg);
    }
    70% {
        clip: rect(21px, 9999px, 53px, 0);
        transform: skew(0.17deg);
    }
    75% {
        clip: rect(21px, 9999px, 32px, 0);
        transform: skew(0.98deg);
    }
    80% {
        clip: rect(73px, 9999px, 32px, 0);
        transform: skew(0.79deg);
    }
    85% {
        clip: rect(47px, 9999px, 22px, 0);
        transform: skew(0.04deg);
    }
    90% {
        clip: rect(98px, 9999px, 15px, 0);
        transform: skew(0.97deg);
    }
    95% {
        clip: rect(50px, 9999px, 28px, 0);
        transform: skew(0.4deg);
    }
    100% {
        clip: rect(87px, 9999px, 82px, 0);
        transform: skew(1deg);
    }
}
@keyframes glitch-anim2 {
    0% {
        clip: rect(1px, 9999px, 20px, 0);
        transform: skew(0.35deg);
    }
    5% {
        clip: rect(48px, 9999px, 95px, 0);
        transform: skew(0.75deg);
    }
    10% {
        clip: rect(59px, 9999px, 28px, 0);
        transform: skew(0.92deg);
    }
    15% {
        clip: rect(93px, 9999px, 97px, 0);
        transform: skew(0.75deg);
    }
    20% {
        clip: rect(63px, 9999px, 11px, 0);
        transform: skew(0.85deg);
    }
    25% {
        clip: rect(6px, 9999px, 95px, 0);
        transform: skew(0.72deg);
    }
    30% {
        clip: rect(43px, 9999px, 70px, 0);
        transform: skew(0.28deg);
    }
    35% {
        clip: rect(88px, 9999px, 2px, 0);
        transform: skew(0.27deg);
    }
    40% {
        clip: rect(11px, 9999px, 33px, 0);
        transform: skew(0.44deg);
    }
    45% {
        clip: rect(59px, 9999px, 94px, 0);
        transform: skew(0.57deg);
    }
    50% {
        clip: rect(96px, 9999px, 99px, 0);
        transform: skew(0.66deg);
    }
    55% {
        clip: rect(5px, 9999px, 13px, 0);
        transform: skew(0.15deg);
    }
    60% {
        clip: rect(44px, 9999px, 19px, 0);
        transform: skew(0.52deg);
    }
    65% {
        clip: rect(82px, 9999px, 41px, 0);
        transform: skew(0.17deg);
    }
    70% {
        clip: rect(5px, 9999px, 74px, 0);
        transform: skew(0.97deg);
    }
    75% {
        clip: rect(98px, 9999px, 12px, 0);
        transform: skew(0.16deg);
    }
    80% {
        clip: rect(6px, 9999px, 18px, 0);
        transform: skew(0.99deg);
    }
    85% {
        clip: rect(40px, 9999px, 21px, 0);
        transform: skew(0.79deg);
    }
    90% {
        clip: rect(88px, 9999px, 39px, 0);
        transform: skew(0.19deg);
    }
    95% {
        clip: rect(69px, 9999px, 67px, 0);
        transform: skew(0.8deg);
    }
    100% {
        clip: rect(29px, 9999px, 16px, 0);
        transform: skew(0.88deg);
    }
}
@keyframes glitch-skew {
    0% {
        transform: skew(3deg);
    }
    10% {
        transform: skew(3deg);
    }
    20% {
        transform: skew(3deg);
    }
    30% {
        transform: skew(4deg);
    }
    40% {
        transform: skew(-2deg);
    }
    50% {
        transform: skew(0deg);
    }
    60% {
        transform: skew(-4deg);
    }
    70% {
        transform: skew(0deg);
    }
    80% {
        transform: skew(0deg);
    }
    90% {
        transform: skew(3deg);
    }
    100% {
        transform: skew(-2deg);
    }
} */
/*playoff*/
.esport-game .card {
    position: relative;
    background-color: #000;
    padding: 15px 15px;
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #222;
    border-bottom: 2px solid #e9dab9;
}
.esport-game .meta {
    padding: 0 !important;
}
.esport-game .meta h3 {
    margin: 0;
    color: #fff;
    font-size: 0.9em !important;
}
.esport-game .meta p {
    margin: 0;
    color: #000;
    font-size: 0.6rem;
}
.game-info2 {
    text-align: center
}
.game-info2 > .score {
    font-size: 30px;
    color: #46D8DC;
    margin: 0;
}
.game-info > .time {
    color: #727286;
    font-size: 12px;
    margin: 0;
}
.live-btn {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 20px;
    background: #EF2185;
    color: #fff;
}
.esport-team .logo {
    text-align: center;
    padding: 13px;
}
.esport-team {
    width: 35%
}
.game-info2 {
    width: 30%
}
.esport-team .logo img {
    max-height: 70px;
}
.date-tab li {
    width: 33.333%;
    padding: 30px auto !important;
}
@media (min-width:992px) {
    .esport-game .card {
        padding: 20px 15px;
    }
    .esport-game .meta h3 {
        margin: 0;
        color: #fff;
        font-size: 1.1rem !important;
    }
    .esport-game .meta p {
        margin: 0;
        color: #000;
        font-size: 0.8rem;
    }
    .game-info {
        text-align: center
    }
    .game-info2 > .score {
        font-size: 30px;
        color: #46D8DC;
        margin: 0;
    }
    .game-info2 > .time {
        color: #727286;
        font-size: 15px;
        margin: 0;
    }
    .game-info2 > .live-btn {
        padding: 4px 14px;
        font-size: 12px;
        line-height: 20px;
        background: #EF2185;
        color: #fff;
    }
    .esport-team .logo {
        text-align: center;
    }
    .esport-team .logo img {
        max-height: 70px;
    }
    .esport-team {
        width: 40%
    }
    .game-info2 {
        width: 20%
    }
    .date-tab li {
        width: 14% !important;
        padding: 30px auto !important;
    }
}
.replay {
    background-color: #192C4C !important;
}
.join {
    background-color: #FF4C4C !important;
}
.replay:hover {
    color: #32c8ff !important
}
.monitor {
    position: absolute;
    top: 15px
}
.monitor img {
    width: 65%
}
@media (min-width:768px) {
    .monitor {
        position: absolute;
        top: -30px
    }
    .monitor img {
        width: 180px
    }
}
/*rank*/
.rank_name {
    font-size: 15px;
    color: #fff !important;
    vertical-align: middle !important;
    font-weight: bold;
}
.rank td {
    color: #727285;
    vertical-align: middle !important;
    font-size: 15px;
    background: #000;
    border-top: 1px solid #222 !important;
    font-weight: 300;
}
.rank th {
    padding: 10px 3px !important;
    font-size: 15px !important;
    text-align: center;
    background: #000;
    color: #727285 !important;
    border-top: 1px solid #222 !important;
    border-bottom: 1px solid #222 !important;
}
.rank h3 {
    color: #000;
    font-size: 21px;
    margin-bottom: 15px;
}
.rank img {
    max-height: 60px;
}
.ranka-title-separator {
    width: 100%;
    height: 1px;
    margin-top: 16px;
    background-color: #ddd;
    position: relative;
}
.ranka-title-separator:before {
    content: '';
    width: 65px;
    height: 3px;
    background-color: #EF6400;
    position: absolute;
    top: -2px;
    left: 0;
}
/*.rank td img {height:40px;width: auto;}*/
.rankb-title-separator {
    width: 100%;
    height: 1px;
    margin-top: 16px;
    background-color: #ddd;
    position: relative;
}
.rankb-title-separator:before {
    content: '';
    width: 65px;
    height: 3px;
    background-color: #F2AD20;
    position: absolute;
    top: -2px;
    left: 0;
}
.info-bg {
    background: url(../images/info_bg.png) top center no-repeat;
    background-size: 100% 100%;
    padding: 15px 0 20px 20px;
    height: 100%;
}
.info-title {
    background: url(../images/info_title.png) top left no-repeat;
    background-size: auto 100%;
    height: 40px;
    margin: 0 0 15px 0;
    text-align: left;
    line-height: 38px;
    padding-left: 25px;
    color: #ffffff !important;
}
.info-title2 {
    background: url(../images/info_title2.png) top left no-repeat;
    background-size: auto 100%;
    height: 40px;
    margin: 0 0 15px 0;
    text-align: left;
    line-height: 38px;
    padding-left: 17px;
    color: #ffffff !important;
}
/* .sub-title:before {
	content: "";
    width: 100px;
    height: 8px;
    background: #eee;
    display: block;
} */
.sub-title {
    color: #228ae5;
    font-weight: bold;
}


#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
/* ─── SPONSOR TICKER ────────────────────────── */
  .sponsor-bar {
    background: rgba(4,10,26,0.9);
    border-top: 1px solid rgba(77,233,244,0.12);
    border-bottom: 1px solid rgba(77,233,244,0.12);
    padding: clamp(12px, 2vw, 50px) 0;
    overflow: hidden;
    /* 左右邊緣漸淡 */
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image:         linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    user-select: none;
  }
  /* 外層只是 overflow:hidden 容器，不設寬度限制 */
  .sponsor-viewport { display: flex; width: max-content; }
  /* 每一組複製集 */
  .sponsor-set {
    display: flex;
    align-items: center;
    gap: clamp(28px, 4vw, 56px);
    padding: 0 clamp(14px, 2vw, 28px); /* 左右各加一個 gap/2，讓兩組銜接時間距一致 */
    flex-shrink: 0;
    white-space: nowrap;
  }
  .sponsor-item {
    display: flex; align-items: center; gap: 7px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(12px, 1.8vw, 15px);
    letter-spacing: 2px;
    color: rgba(140,165,200,0.7);
    flex-shrink: 0;
    cursor: default;
    transition: color .2s;
  }
  .sponsor-item img { height: 30px!important; }
  .sponsor-item:hover { color: rgba(200,230,255,0.95); }

/*獎金*/
/* ── 區塊背景 ──────────────────────────── */
.fe-section {
  position: relative;
  padding: 70px 20px 180px;
  background: url("../images/award_bg.png") top center no-repeat;
 background-size: cover;
  overflow: hidden;
}

/* ── 標題 ──────────────────────────────── */
.fe-title {
  text-align: center;
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(36px, 7vw, 72px);
  letter-spacing: 6px;
  color: #d4b87a;
  text-shadow:
    0 0 40px rgba(200,160,60,0.5),
    0 2px 0 rgba(0,0,0,0.6);
  margin-bottom: 36px;
  line-height: 1;
}

/* ── 主卡片外框 ────────────────────────── */
.fe-card {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
  background: rgba(8,5,0,0.88);
  border: 1px solid rgba(200,160,60,0.35);
  border-radius: 4px;
  padding: 28px 28px 0;
}
/* 四角裝飾 */
.fe-card .fe-corner-br,
.fe-card .fe-corner-bl {
  content: '';
  position: absolute;
  width: 70px; height: 90px;
  
}
.fe-card .fe-corner-bl { top:-20px; left:-20px;  background: url("../images/conner_l.png" ) top left no-repeat;}
.fe-card .fe-corner-br { top:-20px; right:-20px; background: url("../images/conner_r.png" ) top right no-repeat; }

/* 頂部金線 */
.fe-card-topline {
  position: absolute; top:0; left:15%; right:15%; height:2px;
  background: linear-gradient(90deg, transparent, rgba(200,160,60,0.8), transparent);
}

/* ── TAB 切換 ──────────────────────────── */
.fe-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}
.fe-tab {
  width: 54px;
 text-align: center;	
  border-radius: 20px;
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all .22s ease;
  background: rgba(255,255,255,1);
  color: rgba(0,0,0,1);
  user-select: none;
}
.fe-tab:hover {
  color: rgba(0,0,0,0.8);
  border-color: rgba(200,160,60,0.4);
}
.fe-tab.active {
  background:#e9dab9;
  border-color: rgba(200,160,60,0.75);
  color: #000;
  box-shadow: 0 0 12px rgba(200,160,60,0.25);
}

/* ── 總獎金 ─────────────────────────────── */
.fe-pool {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.fe-pool-label {
  line-height: 1.3;
}
.fe-pool-label .zh {
  display: block;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 4px;
  color: rgba(220,190,120,0.85);
}
.fe-pool-label .en {
  display: block;
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: rgba(180,150,80,0.6);
  text-transform: uppercase;
}
.fe-pool-amount {
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(42px, 8vw, 68px);
  letter-spacing: 3px;
  color: #e8cc80;
  line-height: 1;
  text-shadow: 0 0 25px rgba(200,160,60,0.4);
  flex: 1;
}
.fe-pool-amount .unit {
  font-size: .42em;
  color: #b8942a;
  margin-left: 4px;
  letter-spacing: 2px;
}

/* 分隔線 */
.fe-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,60,0.5), transparent);
  margin-bottom: 20px;
}

/* ── 獎金捲動列表 ───────────────────────── */
.fe-list-wrap {
  /* 固定高度 + 內部捲動 */
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  padding-bottom: 16px;
  margin-right: -6px; /* 補回 scrollbar 空間 */
  /* 底部漸淡提示可以繼續滑 */
  -webkit-mask-image: linear-gradient(180deg, #000 80%, transparent 100%);
  mask-image:         linear-gradient(180deg, #000 80%, transparent 100%);
}

/* 自訂 scrollbar（Webkit） */
.fe-list-wrap::-webkit-scrollbar        { width: 4px; }
.fe-list-wrap::-webkit-scrollbar-track  { background: rgba(255,255,255,0.04); border-radius: 2px; }
.fe-list-wrap::-webkit-scrollbar-thumb  {
  background: linear-gradient(180deg, rgba(255,255,255,0.8), rgba(255,255,255,0.5));
  border-radius: 2px;
}

/* Tab 內容切換 */
.fe-pane { display: none; }
.fe-pane.active { display: block; }

/* 每一行獎金 */
.fe-row {
  display: flex;
  align-items: center;
  background: rgba(18,12,0,0.85);
  border: 1px solid rgba(200,160,60,0.18);
  border-radius: 3px;
  padding: 13px 20px;
  margin-bottom: 8px;
  transition: border-color .2s, background .2s;
  cursor: default;
}
.fe-row:hover {
  border-color: rgba(200,160,60,0.45);
  background: rgba(32,20,0,0.9);
}
.fe-row:first-child {
  border-color: rgba(200,160,60,0.42);
  background: rgba(28,18,0,0.95);
}

.fe-row-rank {
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: 18px; letter-spacing: 2px;
  color: #d4a840;
  min-width: 80px;
}
.fe-row-name {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 15px; font-weight: 700;
  letter-spacing: 2px;
  color: #e0e8f0;
  flex: 1;
}
.fe-row-dot {
  color: #c8a440;
  font-size: 20px;
  margin: 0 10px;
  line-height: 1;
}
.fe-row-money {
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: 22px; letter-spacing: 2px;
  color: #e8cc80;
  text-align: right;
  min-width: 140px;
}
.fe-row-money .sym { font-size: .75em; color: #c8a440; margin-right: 2px; }
.fe-row-money .unit { font-size: .5em; color: #a07820; margin-left: 4px; letter-spacing: 1px; }

/* 底部 padding 避免最後一行被 mask 遮住 */
.fe-list-pad { height: 28px; }
