/*********** 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');
@font-face {
  font-family: 'jinxuan-extrabold';
  src: url('../fonts/jf-jinxuan-3.1-extrabold.woff') format("woff"),
}
@font-face {
  font-family: 'jinxuan';
  src: url('../fonts/jf-jinxuan-3.1-book.woff') format("woff"),
}
/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}
/*** 

====================================================================
	Global Settings
====================================================================

 ***/
.page {

    min-height: 100vh;
    padding: 20rem 10rem 5rem;
}
@media (max-width: 767px) {
    .page {
        padding: 7rem 2rem;
        min-height: auto;
    }
}
#page-bg {
	
		background: url(../images/bg.png) bottom center no-repeat #6d22d6;
    background-size: 100% auto;
	background-attachment: fixed;
}
body {
	background:  #6d22d6;
	font-size:16px;
	color:#fff;
	line-height:1.6em;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Noto Sans TC', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#fff600;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
	color: #FFF;
}

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: 1.8rem;
	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:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  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 {
	color:#000;
  position: relative;
  display: block;
  z-index: 1;
  padding: 16px 45px;
  background: -webkit-linear-gradient(to right, #ffe140, #4facfe);
  background: linear-gradient(to right, #ffe140, #4facfe);
  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;
}
.btn-style-one:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 100%;
  background: #ffe140;
  -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: #4facfe;
  -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 {
  background: #ffe140;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
}
.btn-style-one:hover:after {
  background: #4facfe;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
}
/*Btn Style Two*/
.btn-style-two {
  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-two .btn-title {
color:#000;	
  position: relative;
  display: block;
  z-index: 1;
  padding: 16px 45px;
  background: -webkit-linear-gradient(to right, #ffe140, #4facfe);
  background: linear-gradient(to right, #ffe140, #4facfe);
  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-two:hover .btn-title {
  color: #ffffff;
}
.btn-style-two:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 100%;
  background: #ffe140;
  -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-two:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  height: 100%;
  background: #4facfe;
  -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-two:hover:before {
  background: #ffe140;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
}
.btn-style-two:hover:after {
  background: #4facfe;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
}
/*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: #ffe140;
}
.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: #ffe140;
  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;
  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 #ffe140;
}
.scroll-to-top:hover {
  background: #ffe140;
  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: none;
}
.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: #ffe140;
  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: #ffe140;
  box-shadow: 0px 0px 30px 0px #ffe140;
}
/*=== Header Upper ===*/
.main-header .header-upper {
  position: relative;
}
.main-header .header-upper .inner-container {
  position: relative;
  padding-left: 210px;
}
.header-style-two .header-upper .inner-container {
  padding-left: 0;
}
.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: auto;
  border: none;
}
.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;
}
.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: #ffe140;
}
.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;
}
.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: 25px 0px;
}
.main-menu .navigation > li:last-child {
  margin-right: 0px;
}
.main-menu .navigation > li > a {
 font-family: 'jinxuan';	
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  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;
}
.main-menu .navigation > li > a:hover {
  color: #ffe140 !important;
}
.header-style-two .main-menu .navigation > li > a {
  color: #ffffff;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
  color: #ffe140 !important;
  -webkit-text-shadow: 0px 0px 30px #ffe140, 0px 0px 30px #ffe140;
  -ms-text-shadow: 0px 0px 30px #ffe140, 0px 0px 30px #ffe140;
  text-shadow: 0px 0px 30px #ffe140, 0px 0px 30px #ffe140;
}
.main-menu .navigation > li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 0;
  border-bottom: 3px solid #ffe140;
  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 rgba(0, 0, 0, 0.05);
  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: #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:hover > a {
  color: #ffe140;
  padding-left: 5px;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: 'Font Awesome 5 Free';
  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: #ffe140;
  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: #ffe140;
  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: #ffe140;
}
.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: #ffe140;
  border-color: #ffe140;
}
/*** 

====================================================================
				Sticky Header
====================================================================

***/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: -1;
  background: #6d22d6;
  border-bottom: 1px solid #e5e5e5;
  -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;
}
.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99901;
  visibility: visible;
}
.fixed-header .sticky-header .logo {
  padding: 10px 0px;
}
.sticky-header .main-menu .navigation > li {
  margin-left: 50px !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: 20px 0px !important;
  line-height: 30px;
  font-size: 18px;
  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: #ffe140;
}
/*** 

====================================================================
			Mobile Menu
====================================================================

***/
.main-header .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  line-height: 50px;
  cursor: pointer;
  color: #ffe140;
  margin-left: 25px;
  margin-top: 25px;
  display: none;
}
.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: #ffe140;
  -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: #6d22d6;
  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: #ffe140;
  -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 #ffe140;
  -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: #ffe140;
}
.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: #ffe140;
  -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: #ffe140;
  -webkit-box-shadow: 0px 0px 30px 0px #ffe140;
  -ms-box-shadow: 0px 0px 30px 0px #ffe140;
  box-shadow: 0px 0px 30px 0px #ffe140;
}
/*** 

====================================================================
		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;
  margin: 0 auto;
}
.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: #ffe140;
}
/*** 

====================================================================
		Section Title
====================================================================

***/
.sec-title {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 45px;
}
.sec-title.centered {
  text-align: center;
}
.sec-title .bottom-curve {
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 30px;
  border-bottom: 4px solid #ffe140;
}
.sec-title.centered .bottom-curve {
  left: 50%;
  margin-left: -15px;
}
.sec-title .bottom-curve:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 0;
  border: 2px solid transparent;
  border-top: 2px solid #ffe140;
  border-right: 2px solid #ffe140;
}
.sec-title .bottom-curve:after {
  content: '';
  position: absolute;
  right: -4px;
  top: 0;
  border: 2px solid transparent;
  border-top: 2px solid #ffe140;
  border-left: 2px solid #ffe140;
}
.sec-title .sub-title {
  position: relative;
  display: block;
  font-size: 20px;
  color: #ffe140;
  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: 36px;
  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 {
  padding: 100px 0px 130px;
}
.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 {
  position: relative;
  display: block;
  /*background: #07070f;*/
  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 0px 30px 0px rgba(0, 0, 0, 0.50);
  -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;
  top: 0;
  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: #ffe140;
  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 #ffe140, 0px 0px 20px 0px #ffe140;
}
.game-block .image-box .link-box .link-btn:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 100%;
  background: #ffe140;
  -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: #ffe140;
  -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: #ffe140;
  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: #ffe140;
}
.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: #ffe140;
}
.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 #ffe140;
  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: #ffe140;
  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 #ffe140;
  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: #ffe140;
}
.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: #ffe140;
  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: #ffe140;
  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;
  height: 375px;
}
.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: #ffe140;
}
.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: #ffe140;
}
.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: #ffe140;
}
.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: #ffe140;
  -webkit-text-shadow: 0px 0px 40px #ffe140;
  -ms-text-shadow: 0px 0px 40px #ffe140;
  text-shadow: 0px 0px 40px #ffe140;
}
.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: #ffe140;
}
.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 {
	/*background: #fff;*/
  position: relative;
  display: block;
  text-align: center;
	/*	  -webkit-box-shadow: 0px 0px 30px #ddd, 0px 0px 30px #ddd;
  -ms-box-shadow: 0px 0px 30px #ddd, 0px 0px 30px #ddd;
  box-shadow: 0px 0px 30px #ddd, 0px 0px 30px #ddd;*/
}
.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 30px;
/*background: #fff;	*/

}
.team-block .lower-box p{
  font-size: 20px;
  color: #38F8EC;
  font-weight: 700;
	margin: 0;

}
.team-block .lower-box h3 {
  font-size: 24px;
  color: #38F8EC;
  font-weight: 700;
	letter-spacing: 4px;
  margin: 0 0 6px;
}
.team-block .lower-box h3 a {
  color: #ffffff;
}
.team-block .lower-box h3 a:hover {
  color: #ffe140;
}
.team-block .lower-box .designation {
    font-size: 15px;
    text-transform: capitalize;
    color: #38F8EC;
    margin: 0 0 12px;
    font-weight: 300;
}
.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: #ffe140;
  -webkit-box-shadow: 0px 0px 30px 0px #ffe140;
  -ms-box-shadow: 0px 0px 30px 0px #ffe140;
  box-shadow: 0px 0px 30px 0px #ffe140;
}
.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
====================================================================

***/
.award-section {
background: url("../images/award-bg.png") top center no-repeat;	
	background-size: 100% auto;	
  position: relative;
  padding: 8% 15px;
}
.news-section {
  padding: 60px 0;
}
.about-section {
	
background: url("../images/about-bg.png") center center no-repeat;
/*background-size: 100% auto;*/	
  position: relative;
  padding: 12% 15px;
	font-size: 1.8rem;
}
.news-page-section {
  position: relative;
  padding: 100px 0px 130px;
}
.news-section.no-top-curve {
  padding-top: 100px;
}
.news-block {
  position: relative;
  margin-bottom: 30px;
}
.news-block .inner-box {
/*background: linear-gradient(155deg, #43ea80, #38f8d4); 	*/
  position: relative;
  display: block;
	border-radius: 30px;
	padding: 1px;
  -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%;
	border-radius: 15px;
	border:1px solid #fee040;
	
}
/*.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: static;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px 20px 20px 20px;
  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;
}
.news-block .over-box .date .date-title {

  position: relative;
  display: block;
  z-index: 1;
  padding: 4px 15px;
  background: #ffe140;
  border-radius: 0px;
	color: #000;
  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: #ffe140;
  -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: #ffe140;
  -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: 30px;
  line-height: 1.2rem;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.news-block .over-box h3 a {
  font-family: 'jinxuan';
	color: #fff; 
	font-size: 1.5rem;
line-height: 2rem;}
.news-block .over-box h3 a:hover {
  color: #fee040;
  text-dcoration: 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: #ffe140;
  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: #ffe140;
  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: #ffe140;
}
.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: #ffe140;
  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: #ffe140;
  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: #ffe140;
  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: #ffe140;
  border-color: #ffe140;
}
/*** 

====================================================================
	Main Footer
====================================================================

***/
.main-footer dt{
font-family:'jinxuan';
font-size: 2rem;}
.main-footer {
  position: relative;
}
.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: #ffe140;
}
.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: #ffe140;
  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: #ffe140;
  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 #ffe140, 0px 0px 30px #ffe140;
  -ms-text-shadow: 0px 0px 30px #ffe140, 0px 0px 30px #ffe140;
  text-shadow: 0px 0px 30px #ffe140, 0px 0px 30px #ffe140;
}
.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: #ffe140;
  text-decoration: underline;
}
.main-footer .footer-bottom {
  position: relative;
  line-height: 30px;
}
.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;
}
.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: #ffe140;
}
.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: 80px;
}
.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: #ffe140;
  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: #ffe140;
  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: #ffe140;
}
/*** 

====================================================================
	Gallery Carousel Section
====================================================================

***/
.carousel-gallery {
  position: relative;
  padding: 150px 0px 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: #ffffff;
}
.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;
}
.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 {
  max-width: 800px;
  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
====================================================================

***/
.faq-section {
  position: relative;
  padding: 100px 0px 0px;
}
.faq-section .faq-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  margin-bottom: 10px;
}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  padding: 25px 40px;
  padding-right: 80px;
  letter-spacing: 0.03em;
  background-color: #85b1f8;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
 color: #f2f2f2;	
}
.accordion-box .block .icon {
  position: absolute;
  right: 40px;
  top: 25px;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
}
.accordion-box .block .acc-btn.active .icon:before {
  content: "\f148";
  font-family: "Flaticon";
}
.accordion-box .block .acc-btn.active {
  background-color:#dd24f5;
  color: #ffe140;
}
.accordion-box .block.active-block {
  -webkit-box-shadow: 0 30px 50px rgba(14, 16, 48, .08);
  -moz-box-shadow: 0 30px 50px rgba(14, 16, 48, .08);
  -ms-box-shadow: 0 30px 50px rgba(14, 16, 48, .08);
  -o-box-shadow: 0 30px 50px rgba(14, 16, 48, .08);
  box-shadow: 0 30px 50px rgba(14, 16, 48, .08);
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .content {
  position: relative;
  padding: 40px 40px 30px;
}
.accordion-box .block.current .acc-content {
  display: block;
}
.accordion-box .block .content .text {
  position: relative;
  display: block;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.6em;
	color: #C1CFD7;
}
/*** 

====================================================================
		Page Banner
====================================================================

***/
.page-banner {
  position: relative;
  /*padding: 156px 0 0;*/
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.page-banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.30);
}
.page-banner .banner-inner {
  position: relative;
  display: block;
  padding: 130px 0px 135px;
}
.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: 54px;
  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: #ffe140;
}
/*** 

====================================================================
	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: #ffe140;
  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: 30px;
}
.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: #12171c;
    color: #dddddd;
    font-weight: 400;
    border: 1px solid #333333;
    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: #ffe140;
}
.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: #999;
}
::-moz-input-placeholder {
  color: #999;
}
::-ms-input-placeholder {
  color: #999;
}
.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: #ffe140;
  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: #ffe140;
}
.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 #ffe140;
}
.game-details .lower-content .link-box .link-btn:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 100%;
  background: #ffe140;
  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: #ffe140;
  -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: #ffe140;
}
.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: #ffe140;
  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: #ffe140;
}
.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: #ffe140;
  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: #ffe140;
  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: #ffe140;
  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: #ffe140;
  -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: #ffe140;
  -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: #ffe140;
  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: #ffe140;
  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: #ffe140;
  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: #ffe140;
  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 #ffe140;
  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: #ffe140;
  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: #ffe140;
}
.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: #ffe140;
  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: #ffe140;
  -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: #ffe140;
  -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: #ffe140;
}
/*** 

====================================================================
		Comment Form
====================================================================

 ***/
.comment-form {
  position: relative;
}
.comment-form input[type="submit"], .comment-form button[type="submit"], .comment-form button {
  background: none;
}
/***
====================================================================
小布
====================================================================
***/
.award_block {
 /* background: url("../../images/award_bg.jpg") left no-repeat #fff;
  background-size: auto 100%;*/
  width: 100%;
  max-width: 270px;
  height: 90px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 0px 30px #eee, 0px 0px 30px #eee;
  -ms-box-shadow: 0px 0px 30px #eee, 0px 0px 30px #eee;
  box-shadow: 0px 0px 30px #eee, 0px 0px 30px #eee;
  margin: 15px 0;
}
.award_block h4, h5 {
  color: #38F8EC
}
.price {
  color: #000;
font-size: 3rem;
  font-weight: 500;
}
.dolar {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}
.total {
  color: #000;
  font-weight: 500;
  font-size: 1.2rem;
  /*background: url("../../images/count_bg.png") center center no-repeat;
  background-size: 100% 100%;*/
  height: 210px;
  padding-top: 50px;
  margin-top: -50px;
  width: 100%;
  max-width: 400px;
}
.total .count-box {
  margin: 15px 0
}
.total .count-text {
  margin-left: 20px;
  font-size: 4rem;
  background: #c31432; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #240b36, #c31432); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #240b36, #c31432); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.total .dolar {
  color: #c31432;
}
.award_bg {
  background: none;
}
@media (min-width:768px) {
  .award_bg {
    background: url("../../images/total_bg.png") bottom center no-repeat;
    padding-bottom: 80px
  }
}

/*-- 贊助 --*/
.sponser {
  padding: 25px 30px;
}
.sponser dl {
  margin: 0;
}
.sponser dl dt {
  padding-right: 25px;
  display: inline-block;
  color: #ffe140;
}
.sponser dl dd {
  display: inline-block;
}
.sponser span {
  color: #ffe140;
  margin-left: 6px;
}
.sponser h5 {
  color: #fff;
}
.sponser dd img {
  margin: 10px 20px 10px 0px;
  width: auto;
  /*height: 70px;*/
}
.border-bottom {
  border-bottom: 1px solid #1f1f1f !important;
}
/*-- 我要報名 --*/
.scroll_box {
  background: #161E21;
  padding: 2em;
  border: 5px solid #ffe140;
  -webkit-box-shadow: 0px 0px 30px #000, 0px 0px 30px #000;
  -ms-box-shadow: 0px 0px 30px #000, 0px 0px 30px #000;
  box-shadow: 0px 0px 30px #000, 0px 0px 30px #000;
}
@media (min-width:768px) {
  .scroll_box {
    background:#161E21;
    padding: 2em;
    margin-top: 30px;
  }
}
.scroll_box > ol {
  height: 500px;
  overflow-y: auto;
}
.scroll_box > ol li {
  color: #fff;
  font-size: 15px;
  line-height: 2em;
}
.scroll_box > ol > li {
  margin-top: 2em;
  font-size: 18px;
}
.scroll_box > ol span {
  color: #ffe140;
  display: block;
}
.scroll_box > ol span.important {
  font-size: 1.5em;
  font-weight: bold;
}
.scroll_box > ol span.important span {
  color: #000;
  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: #ddd;
}
.scroll_bar::-webkit-scrollbar-thumb {
  background: #ffe140;
}
/* Customize the label (the container) */
.check_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  color: #ffe140;
  -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: #35A592;
}
/* 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 {
  background: rgba(0, 0, 0, 0.3);
  padding: 80px 15px;
}
@media (min-width:768px) {
  .signupform {
    padding: 80px 60px;
  }
}
.contact-form h4 {
  color: #38F8EC;
  line-height: 200%;
  font-weight: 600;
}
.contact-form h4 span {
  color: #4facfe;
  padding-left: 8px;
}
.contact-form input {
  margin-bottom: 10px
}
.upload_cover {
    position: relative;
    width: 48%;
    height: 100px;
    text-align: center;
    cursor: pointer;
    background: #12171c;
    border: 1px solid #ffe140;
}
.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: 100%;
    height: 110px;
  }
}
.form-box {
  padding: 30px 5% 0 5%;
  background: #161E21;
  -webkit-box-shadow: 0px 0px 30px #000, 0px 0px 30px #000;
  -ms-box-shadow: 0px 0px 30px #000, 0px 0px 30px #000;
  box-shadow: 0px 0px 30px #000, 0px 0px 30px #000;
  margin-bottom: 30px;
}
.intro {
  background: url("../../images/intro_bg.png")center center no-repeat;
  margin-top: 60px;
}
.teacher-sec { padding:100px 0px 130px; }
.class-sec { padding:100px 0px 130px; }
.class-box {background: #fff; padding: 0;}
.class-title {background: url("../../images/class_title_bg.png") top center no-repeat ;  padding: 15px 0 30px 0 ; color: #fff; font-size:21px; font-weight: 400; text-align: center; }
.class-box ul {padding: 0 15px 30px 15px}
.class-box li {border-bottom: 1px solid #ddd; padding: 15px 0; }
.class-box li:last-child {border-bottom:none }

.class-box li .time {color:#ffe140; font-weight: 400; }

.class-box li .title {color:#060245; font-weight: 600; font-size: 19px;}


.highlight {
    position: fixed;
    z-index: 999999;
    right: 0;
    bottom: 90px;
}

.highlight a {
    display: block;
    margin: 0 auto;
    background: url(../../images/highlight.png) no-repeat;
    width: 132px;
    height: 154px;
}

.highlight a:hover {
  transform: translateY(-15px);
}

/*比賽隊伍*/

.team_frame { width: 266px;  margin: 8px auto; background: url("../../images/team_frame.png") top center no-repeat; background-size: 100% 100%;  /*-webkit-box-shadow: 0px 0px 30px #ddd, 0px 0px 30px #ddd;
  -ms-box-shadow: 0px 0px 30px #ddd, 0px 0px 30px #ddd;
  box-shadow: 0px 0px 30px #ddd, 0px 0px 30px #ddd; */}
.team_frame h4 { color:#fff; font-weight: 500; line-height:300%; font-size: 18px; }
.team_frame ul {margin-top: 30px; }
.team_frame li {line-height:2; font-size: 16px;}


/****** playoff  ****/

.team-info-wrap .team-info .team-name, .widget-match-result .widget-match-result-item .match-score, .widget-team-vs .widget-team-vs-item .team-score {
  display: block;
  font-family: Exo, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em
}
.widget-team-vs .widget-team-vs-item .team-score {
  font-size: 1.375em
}
.team-info-wrap .team-info .team-name, .widget-match-result .widget-match-result-item .match-score {
  font-size: 1.3em
}
@font-face {
  font-family: simple-line-icons;
  src: url(../font/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0);
  src: url(../font/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0#iefix) format("embedded-opentype"), url(../font/simple-line-icons/Simple-Line-Icons.woff2?v=2.4.0) format("woff2"), url(../font/simple-line-icons/Simple-Line-Icons.ttf?v=2.4.0) format("truetype"), url(../font/simple-line-icons/Simple-Line-Icons.woff?v=2.4.0) format("woff"), url(../font/simple-line-icons/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format("svg");
  font-weight: 400;
  font-style: normal
}
.icon-cup, .icon-info {
  font-family: simple-line-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.icon-cup:before {
  content: "\e044"
}
.icon-info:before {
  content: "\e08b"
}
@keyframes translate-from-bottom {
  0% {
    -o-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    opacity: 0
  }
  100% {
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}
@keyframes translate-from-right {
  0% {
    -o-transform: translate(30%, 0);
    -moz-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
    opacity: 0
  }
  100% {
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}
@keyframes spin {
  0% {
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

p.light {
  color: #8b8b8b
}
p.small {
  font-size: .6875em
}
::selection {
  color: #fff;
  background-color: #1e1f20
}
::-moz-selection {
  color: #fff;
  background-color: #1e1f20
}
.logo:after {
  content: '';
  display: table;
  clear: both
}
.logo .logo-img {
  float: left;
  width: 52px;
  height: 41px;
  margin-right: 12px
}
.team-logo {
  width: 56px;
  height: 56px
}
.team-logo.small {
  width: 30px;
  height: 30px
}
.team-info-wrap {
  display: flex;
  flex-flow: row wrap;
  position: relative
}
.team-info-wrap.small .team-info {
  margin-top: 10px
}
.team-info-wrap .team-info {
  margin: 6px 0 0 10px
}
.team-info-wrap .team-info .team-name {
  color: #363636
}
.team-info-wrap .team-info .team-country {
  margin-top: 2px;
  color: #8b8b8b;
  font-size: .5625em;
  line-height: 1em
}
.award-cup-img {
  width: 20px;
  height: 20px
}
::-webkit-input-placeholder {
  opacity: .4
}
:-ms-input-placeholder {
  opacity: .4
}
::-ms-placeholder {
  opacity: .4
}
.widget-overflow-wrap {
  overflow: auto;
  position: relative
}
.widget-overflow-wrap.tournament-results {
  height: 570px
}
.widget-overflow-wrap.tournament-results .widget-tournament-results {
  position: absolute;
  top: 0;
  left: 0
}
.widget-overflow-wrap .widget-match-box {
  width: auto;
  position: absolute;
  top: 0;
  left: 0
}
.widget-match-result {
  width: 240px;
  height: 130px;
  padding-top: 24px
}
.widget-match-result:hover {
  background-color: #f4f4f4
}
.widget-match-result .widget-match-result-item {
  display: flex;
  flex-flow: row wrap
}
.widget-match-result .widget-match-result-item + .widget-match-result-item {
  margin-top: 18px
}
.widget-match-result .widget-match-result-item .team-info-wrap {
  width: 80px;
  padding-left: 16px
}
.widget-match-result .widget-match-result-item .match-score {
  width: 90px;
  text-align: center
}
.widget-match-result .widget-match-result-item .match-score {
  margin-top: 6px;
  color: #363636
}
.widget-match-box-wrap {
  display: flex;
  flex-flow: row wrap
}
.widget-match-box-wrap .widget-match-box:nth-child(1), .widget-match-box-wrap .widget-match-box:nth-child(3) {
  width: 35%
}
.widget-match-box-wrap .widget-match-box:nth-child(2) {
  width: 30%
}
.widget-match-box {
  width: 100%
}
.widget-match-box.small {
  width: 270px
}
.widget-match-box.bordered {
  border: 1px solid #dbdbdb
}
.widget-match-box.bordered .widget-team-vs .widget-team-vs-item .team-info-wrap {
  margin-left: 16px
}
.widget-match-box.bordered .widget-team-vs .widget-team-vs-item .team-score {
  margin-right: 26px
}
.widget-match-box.bordered .widget-team-vs .widget-team-vs-item:last-child {
  border-bottom: none
}
.widget-match-box.bordered .widget-team-vs .widget-team-vs-item:last-child:before {
  left: 40px
}
.widget-match-box.bordered > :last-child {
  border-bottom: none
}
.widget-match-box-item {
  height: 58px;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer
}
.widget-team-vs.one-team .widget-team-vs-item:before {
  display: none
}
.widget-team-vs.small .widget-team-vs-item {
  height: 58px
}
.widget-team-vs.small .widget-team-vs-item .team-info-wrap {
  margin: 11px 0 0 4px
}
.widget-team-vs.small .widget-team-vs-item .team-score {
  font-size: .75em;
  margin: 23px 16px 0 auto
}
.widget-team-vs.small .widget-team-vs-item:last-child:before {
  margin-left: 0;
  left: 30px
}
.widget-team-vs .widget-team-vs-item {
  height: 86px;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between
}
.widget-team-vs .widget-team-vs-item .team-info-wrap {
  margin-top: 14px
}
.widget-team-vs .widget-team-vs-item .team-score {
  color: #363636;
  margin: 32px 22px 0 0
}
.widget-team-vs .widget-team-vs-item .team-score.light {
  color: #8b8b8b
}
.widget-team-vs .widget-team-vs-item .award-cup-img {
  margin: 18px 18px 0 0
}
.vs_info {
  content: '';
  /*width: 34px;*/
  background-color: #fff;
  color: #363636;
  font-family: Exo, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: -9px;
  left: 20%;
  margin-left: -17px;
	padding: 0 4px;
}
.playoff_play{

  position: absolute;
  top: -12px;
  right: 20%;
  margin-left: -17px}
.widget-info-box .widget-info-box-item {
  margin-top: 16px
}
.widget-info-box .widget-info-box-item:first-child {
  margin-top: 0
}
.widget-tournament-results {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: nowrap
}
.widget-tournament-results .widget-tournament-result-wrap {
  margin-right: 30px
}
.widget-tournament-results .widget-tournament-result-wrap:first-child .widget-tournament-result .widget-match-box:before {
  display: none
}
.widget-tournament-results .widget-tournament-result-wrap:last-child {
  margin-right: 0
}
.widget-tournament-results .widget-tournament-result-wrap:last-child .widget-tournament-result .widget-match-box:after {
  display: none
}
.widget-tournament-results .widget-tournament-result {
  position: relative
}
.widget-tournament-results .widget-tournament-result.tier-2, .widget-tournament-results .widget-tournament-result.tier-3 {
  margin-bottom: 26px
}
.widget-tournament-results .widget-tournament-result.tier-2:after, .widget-tournament-results .widget-tournament-result.tier-3:after {
  content: '';
  width: 1px;
  background-color: #dbdbdb;
  position: absolute;
  right: -16px
}
.widget-tournament-results .widget-tournament-result.tier-2:last-child, .widget-tournament-results .widget-tournament-result.tier-3:last-child {
  margin-bottom: 0
}
.widget-tournament-results .widget-tournament-result.tier-0 {
  padding: 244px 0 246px
}
.widget-tournament-results .widget-tournament-result.tier-0 .widget-match-box:before {
  top: 29px
}
.widget-tournament-results .widget-tournament-result.tier-1 {
  padding: 216px 0
}
.widget-tournament-results .widget-tournament-result.tier-2 {
  padding: 72px 0
}
.widget-tournament-results .widget-tournament-result.tier-2:nth-child(odd):after {
  top: 130px
}
.widget-tournament-results .widget-tournament-result.tier-2:nth-child(even):after {
  display: none
}
.widget-tournament-results .widget-tournament-result.tier-2:after {
  height: 289px
}
.widget-tournament-results .widget-tournament-result.tier-3:after {
  height: 145px;
  top: 58px
}
.widget-tournament-results .widget-tournament-result.tier-3 .widget-match-box {
  margin-bottom: 26px
}
.widget-tournament-results .widget-tournament-result.tier-3 .widget-match-box:last-child {
  margin-bottom: 0
}
.widget-tournament-results .widget-tournament-result .widget-match-box {
  position: relative
}
.widget-tournament-results .widget-tournament-result .widget-match-box:after, .widget-tournament-results .widget-tournament-result .widget-match-box:before {
  content: '';
  width: 16px;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  top: 57px
}
.widget-tournament-results .widget-tournament-result .widget-match-box:before {
  left: -16px
}
.widget-tournament-results .widget-tournament-result .widget-match-box:after {
  right: -16px
}
@media screen and (max-width:960px) {
  .widget-match-box-wrap {
    display: block
  }
  .widget-match-box-wrap .widget-match-box:nth-child(1), .widget-match-box-wrap .widget-match-box:nth-child(2), .widget-match-box-wrap .widget-match-box:nth-child(3) {
    width: 270px;
    margin: 0 auto
  }
}

.timeline{ margin-bottom: 20px;}

.timeline ul {height: 80px; width: 100%; max-width:1110px; background: #fff; }

.timeline dt {background: url("../../images/date_title_bg.png") right center no-repeat; height: 80px; width:34%; color: #fff; font-size:15px;padding-right: 20px; }
.timeline dd { width: 33%;} 
.timeline dd span {background: url("../../images/date_slash.png") left center no-repeat;   color: #34CF9E; font-size: 18px; padding-left:20px; margin-left: -21px; height: 30px; line-height: 30px; }
.timeline dd p {color: #000028; font-size: 18px; font-weight: bold;  }
@media (min-width:768px) {
.timeline dt {background: url("../../images/date_title_bg.png") right center no-repeat; height: 80px; width:200px; color: #fff; font-size: 24px;padding-right: 20px; }
.timeline dd { width: 20%;} 


}


.process h1 {font-size: 64px; color: #FFE500; font-weight: 700; line-height: 180%; padding: 30px 0; }
.process h3 {font-size: 32px; padding: 30px 0; }
.process p {font-size: 24px; padding: 20px 0; line-height: 150%;}
.process a{color: #fff; }
.process strong{color: #FFE500; }
.process strong a{color: #FFE500; }
.process li{font-size: 24px; text-align: start; padding-bottom: 20px; }
.process ol{list-style: decimal}

.page .box {
 /* background-image: linear-gradient(to right, #9254a6, #5d51ab);*/
  border-radius: 0.3rem;
  min-width: 100%;
  height: 850px;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.page .box .box-inside {
  background-color: rgba(22,30,33,.81) ;
  border: 1px solid #70819b;
  max-width: 96%;
  height: 92%;
  padding: 2rem;
}
.page .box .box-inside h1 {
  color: white;
  font-size: 2.5em;
  text-align: center;
}
.page .box .box-inside .box-content {
  overflow-y: scroll;
  overflow-x: none ;
  color: white;
  font-size: 1em;
  font-weight: 300;
  max-height: 90%;
  padding: 0.2rem 0.5rem;
  letter-spacing: 0.3em;
}
/* width */
.page .box ::-webkit-scrollbar {
  width: 10px;
	height: 10px;
}
/* Track */
.page .box ::-webkit-scrollbar-track {
  background-color: rgba(22,22,22,.60);
  border-radius: 10px;
}
/* Handle */
.page .box ::-webkit-scrollbar-thumb {
  background: #FFF743;
  border-radius: 10px;
}
/* Handle on hover */
.page .box ::-webkit-scrollbar-thumb:hover {
  background: #FFF743;
}

/*HIGHLIGHT*/

.highlight {
    position: fixed;
    z-index: 3;
    right: 0;
    bottom: 90px;
}