html, body { overflow-x: hidden; }

body {
	/* [disabled]padding: 0; */
	margin: 0;
	background-color: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover, a:visited, a:link, a:active{
    text-decoration: none;
}

h1 {
  color: #fff;
  font-family: specialfont;

}

h2 {
  color: #fff;
  font-family: specialfont;

}

h3 {
  color: #fff;
  font-family: specialfont;

}

h4 {
  color: #fff;
  font-family: specialfont;

}

p {
  color: #fff;

}

.no-padding {
	padding: 0;
}

.point {
	border-left: 5px solid #f65906;
	padding-left: 10px;
	font-size:16px;
}
button:focus,button:active {
   outline: none !important;
   box-shadow: none;
}
button:hover {
	color:#9e1522
}
@media only screen and (max-width: 768px) {
.point {
	border-left: 5px solid #f65906;
	padding-left: 10px;
	font-size:12px;
}
}
.dark-bg {
	background:rgba(0, 0, 0, 0.5);
	padding:10px;
}
/* mainNav-start */
.navbar {
	z-index: 1050;
	border:0;
}
.navbar-before {
	background: rgba(0, 0, 0, 0.7);
	padding-top:0px;
	padding-bottom:0px;
	margin-top:50px;
	margin-left:100px;
	margin-right:100px;
	transition: all 0.8s ;
	border-bottom: 0px solid #550001;
}
.navbar-after {
	background-image: repeating-linear-gradient(45deg, #000, #000 10px, #0a0a0a 10px, #0a0a0a 20px);
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	transition: all 0.8s ;
	border-bottom: 2px solid #550001;
}
@media only screen and (max-width: 768px) {
	.navbar-before {
	background-image: repeating-linear-gradient(45deg, #000, #000 10px, #0a0a0a 10px, #0a0a0a 20px);
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	transition: all 0.8s ;
	border-bottom: 2px solid #550001;
}
}
@media only screen and (max-width: 1024px) {
	.navbar-before {
	background-image: repeating-linear-gradient(45deg, #000, #000 10px, #0a0a0a 10px, #0a0a0a 20px);
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	transition: all 0.8s ;
	border-bottom: 2px solid #550001;
}
}
.navbar-default .navbar-brand {
    color: #fff;
	z-index:2000;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #FC0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #9e1522;
}
.navbar-default .navbar-nav > li > a:focus {
	color:#dcab21;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #dcab21;
	background-color:transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #dcab21;
    background-color:transparent;
}	
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000;
}
.logo-before {
	margin-top:-60px;
	width:330px;
	transition: all 0.8s ;
}
.logo-after {
	margin-top:0;
	width:130px;
	transition: all 0.8s ;
}
@media only screen and (max-width: 768px) {
	.logo-before {
	margin-top:0;
	width:130px;
	transition: all 0.8s ;
}
}
@media only screen and (max-width: 1024px) {
	.logo-before {
	margin-top:0;
	width:130px;
	transition: all 0.8s ;
}
}
@media only screen and (min-width: 768px) {
	.logo-before {
    margin-left:25px;
    margin-right:25px;
	}
	.logo-after {
    margin-left:25px;
    margin-right:25px;
	}
}
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left:0 auto;
  padding: 20px 0px;
  left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
    transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #9e1522;
}
.dropdown-menu-large .dropdown-header {
  color: #dcab21;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
	left: 0%;
	-webkit-transform: translateX(-0%);
	-ms-transform: translateX(-0%);
	-o-transform: translateX(-0%);
    transform: translateX(-0%);
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}
.dropdown-reload {
  position: static !important;
}
.dropdown-menu-reload  {
  padding: 20px 10px;
  top:52px;
  background-color: rgba(0, 0, 0, 0.7);
  width:200px;
}
.dropdown-menu-register {
  padding: 20px 10px;
  top:52px;
  background-color: rgba(0, 0, 0, 0.7);
  width:200px;
}
.dropdown-menu-member {
  padding: 20px 10px;
  top:52px;
  background-color: rgba(0, 0, 0, 0.7);
  width:200px;
}
.dropdown-menu-support {
  padding: 20px 10px;
  top:52px;
  background-color: rgba(0, 0, 0, 0.7);
  width:200px;
}
.dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu > li  {
  list-style: none;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff;
  white-space: normal;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li  > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #9e1522;
}
.dropdown-menu .dropdown-header {
  color: #dcab21;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu {
    margin-left: 0 ;
    margin-right: 0 ;
	left: 0%;
	-webkit-transform: translateX(-0%);
	-ms-transform: translateX(-0%);
	-o-transform: translateX(-0%);
    transform: translateX(-0%);
  }
  .dropdown-menu> li {
    margin-bottom: 0px;
  }
  .dropdown-menu > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu  .dropdown-header {
    padding: 3px 15px !important;
  }
}
/* effect */
.neon {
  font-family: Arial;
  color: #FB4264;
  font-size: 32px;
  text-shadow: 0 0 2vw #F40A35;
}

.flux {
  font-family: Arial;
  color: #426DFB;
  font-size: 32px;
  text-shadow: 0 0 2vw #2356FF;
}

.neon {
  animation: neon 1s ease infinite;
  -moz-animation: neon 1s ease infinite;
  -webkit-animation: neon 1s ease infinite;
}

@keyframes neon {
  0%,
  100% {
    text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128, .5vw .5vw .1vw #806914;
    color: #FED128;
  }
  50% {
    text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 5vw #800E0B, 0 0 .2vw #800E0B, .5vw .5vw .1vw #40340A;
    color: #806914;
  }
}

.flux {
  animation: flux 2s linear infinite;
  -moz-animation: flux 2s linear infinite;
  -webkit-animation: flux 2s linear infinite;
  -o-animation: flux 2s linear infinite;
}

@keyframes flux {
  0%,
  100% {
    text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 .4vw #8BFDFE, .5vw .5vw .1vw #147280;
    color: #28D7FE;
  }
  50% {
    text-shadow: 0 0 .5vw #082180, 0 0 1.5vw #082180, 0 0 5vw #082180, 0 0 5vw #082180, 0 0 .2vw #082180, .5vw .5vw .1vw #0A3940;
    color: #146C80;
  }
}
.bounce {
  -moz-animation: bounce 5s infinite;
  -webkit-animation: bounce 5s infinite;
  animation: bounce 5s infinite;
}
blink{animation: blink 4s infinite;}
@keyframes blink {
	0% {opacity: 0}
	50% {opacity: 1}
	100% {opacity: 0}
}
/* effect */

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}
.fullscreen-bg2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -90;
}
.fullscreen-bg3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -80;
}
.fullscreen-bg4 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -70;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

.side-btn {
	position:fixed;
	right:20px;
	top: 50%;
	width:200px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1000;
	background:rgba(0, 0, 0, 0.5);
}
.side-btn .navbar-nav li{
	flex-direction:column;
	width:100%;
}

#dot-matrix {
    background: url(../img/dot2.png) repeat;
    height: 100%;
    width: 100%;
    position:fixed;
    top: 0;
    z-index: -5;
}

.button-a {
  -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  display: block;
  margin: 20px auto;
  max-width: 180px;
  text-decoration: none;
  border-radius: 4px;
  padding: 20px 30px;
  color: rgba(256, 256, 256, 1);
  box-shadow: rgba(256, 256, 256, 1) 0 0px 0px 2px inset;
  background-color: rgba(0, 0, 0, 0.5);
}

.button-a:hover {
  display: block;
  margin: 20px auto;
  max-width: 180px;
  text-decoration: none;
  border-radius: 4px;
  padding: 20px 30px;
  color: rgba(256, 256, 256, 1);
  text-shadow:  5px 5px 5px 5px #000;
  box-shadow: rgba(158, 21, 34, 1) 0 0px 0px 40px inset;
}
.button-b {
  -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  display: block;
  margin: 20px auto;
  width:100%;
  text-decoration: none;
  border-radius: 4px;
  padding: 20px 30px;
  color: rgba(256, 256, 256, 1);
  box-shadow: rgba(256, 256, 256, 1) 0 0px 0px 2px inset;
  background-color: rgba(0, 0, 0, 0.5);
}

.button-b:hover {
  display: block;
  margin: 20px auto;
  text-decoration: none;
  border-radius: 4px;
  padding: 20px 30px;
  color: rgba(256, 256, 256, 1);
  text-shadow:  5px 5px 5px 5px #000;
  box-shadow: rgba(158, 21, 34, 1) 0 0px 0px 40px inset;
}
.button-c {
  -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  display: block;
  margin: 10px auto;
  width:280px;
  text-decoration: none;
  border-radius: 4px;
  padding: 20px 10px;
  color: rgba(256, 256, 256, 1);
  box-shadow: rgba(256, 256, 256, 1) 0 0px 0px 2px inset;
  background-color: rgba(0, 0, 0, 0.5);
}

.button-c:hover {
  border-radius: 4px;
  padding: 20px 10px;
  color: rgba(154, 215, 235, 1);
  text-shadow:  5px 5px 5px 5px #000;
  box-shadow: rgba(28, 70, 113, 0.8) 0 0px 0px 40px inset;
}
/* intro-section-a-start */
.intro-section-a {
	height:100vh;
	padding-top:50px;
	padding-bottom:50px;
	border-bottom: 0px solid #000;
	
}
@media only screen and (max-width: 768px) {
.intro-section-a {
	height:100vh;
	padding-top:50px;
	padding-bottom:50px;
	background :url(../img/mobile-bg.jpg) no-repeat top center fixed;
}
}
.brand {
	position: absolute;
	bottom:50px;
}

.pinkBg {
    background-color: #ed184f!important;
    background-image: linear-gradient(0deg, #9e1522, #dcab21);
}
.play-btn{
    height:140px;
    width:140px;
    position:absolute;
    bottom:10%;
    left:50%;
	padding-top:17px;
    text-align:center;
    margin:-70px 0 0 -70px;
    border-radius:100px;
    z-index:1
}
.play-btn > h1{
	margin-top:15px
}
.play-btn >.ripple{
    position:absolute;
    width:280px;
    height:280px;
    z-index:-10;
    left:50%;
    top:50%;
    opacity:0;
    margin:-140px 0 0 -140px;
    border-radius:140px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0.5);
        transform:scale(0.5)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0.5);
        transform:scale(0.5)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}
/* intro-section-a-end */

.intro-section-banner {
	background-color:#000;
	height:auto;
}
/* intro-section-b-start */
.intro-section-b {
	position:relative;
	height:100vh;
	padding-top:50px;
	padding-bottom:0px;
    border-top: 1px solid #550001;
    border-bottom: 4px solid #000;
}
#top-image1a {
background:url(../img/man1.png) 40% 0px no-repeat;
position: absolute;
bottom:0px;
width:100%;
height:711px;
left:0;
right:0;
margin:0 auto;
z-index:0;
}
/* intro-section-b-end */

/* intro-section-c-start */
.intro-section-c {
	position:relative;
	height:100vh;
	padding-top: 50px;
	padding-bottom: 50px;
    border-top: 1px solid #550001;
    border-bottom: 4px solid #000;
}
#top-image2 {
background:url(../img/crosshair.png) 50% 0px no-repeat;
position: absolute;
top:100px;
width:100%;
height:100%;
left:0;
right:0;
margin:0 auto;
z-index:0;
}
/* intro-section-c-end */

/* intro-section-d-start */
.intro-section-d {
	position:relative;
	height:100vh;
	padding-top: 50px;
	padding-bottom: 50px;
    border-top: 1px solid #550001;
    border-bottom: 4px solid #000;
}
#top-image3 {
background:url(../img/jump.png) 50% 0px no-repeat;
position: absolute;
top:150px;
width:100%;
height:100%;
left:0;
right:0;
margin:0 auto;
z-index:0;
}
/* intro-section-d-end */

/* intro-section-e-start */
.intro-section-e {
	position:relative;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	background :url(../img/fb-bg.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 1px solid #550001;
    border-bottom: 4px solid #000;
}
/* intro-section-e-end */

/* intro-section-e-start */
.intro-section-f {
	position:relative;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	background-image: repeating-linear-gradient(45deg, #000, #000 10px, #0a0a0a 10px, #0a0a0a 20px);
    border-top: 1px solid #550001;
    border-bottom: 4px solid #000;
}
.youtube {
	background-color:#000;
	width:100%;
	padding:10px;
}
/* intro-section-e-end */

/* intro-section-background-start */
.intro-section-news {
	position:relative;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	background-image: repeating-linear-gradient(45deg, #000, #000 10px, #0a0a0a 10px, #0a0a0a 20px);
    border-top: 0px solid #550001;
    border-bottom: 0px solid #000;
}
.intro-section-allnews {
	position:relative;
	height: auto;
	padding-top:200px;
	padding-bottom:20px;
	background: -moz-linear-gradient(top,  #333 , #111 ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(,#333), color-stop(,#111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333 ,#111); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333,#111 ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333 ,#111 ); /* IE10+ */
	background: linear-gradient(to bottom,  #333 ,#111 ); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#111',GradientType=0 ); /* IE6-9 */
    border-top: 0px solid #f65906;
    border-bottom: 0px solid #f65906;
}
@media only screen and (max-width: 768px) {
.intro-section-allnews {
	padding-top:70px;
}
}
.news-title {
	float:left;
}
.news-date {
	float:right;
	padding-top:12px;
	font-family: specialfont;
}
.news .thumbnail {
  padding:0;
  overflow: hidden;
  min-width: 150px;
  position: relative;
  opacity: 0.88;
  backface-visibility: hidden;
  transition: all 0.4s ease-out;
  border: 1px solid rgba(256, 256, 256, 0.1);
  box-shadow: 0px 0px 7px #000;
}
.news .thumbnail img {
  position: relative;
  width:100%;
  backface-visibility: hidden;
}
.news .thumbnail .caption {
  position: absolute;
  z-index:100;
  bottom:0;
  width:100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.news .thumbnail .caption h4{
	color:#9e1522;
	text-align:left;
}
.news .thumbnail:hover {
  padding:0;
  overflow: hidden;
  min-width: 150px;
  position: relative;
  opacity: 0.88;
  backface-visibility: hidden;
  transition: all 0.4s ease-out;
  border: 1px solid #550001;
  box-shadow: 0px 0px 20px #550001;
}
.latest-news {
	background: rgba(0, 0, 0, 0.5);
	padding-bottom:20px;
}
.latest-news > h3 {
    color: #fff;
    font-size: 24px;
	padding:20px;
	margin-bottom:0;
	border-bottom: 1px solid #fff;
}
.latest-news-all {
    border-bottom: 1px solid #fff;
    display: block;
    overflow: hidden;
	padding:20px;
}
.latest-news-all:hover {
	background: rgba(0, 0, 0, 0.5);
}
.news-date2 {
	float:right;
}
.intro-section-event {
	position:relative;
	height: auto;
	padding-top:150px;
	padding-bottom:20px;
	background-image: repeating-linear-gradient(45deg, #000, #000 10px, #0a0a0a 10px, #0a0a0a 20px);
    border-top: 0px solid #550001;
    border-bottom: 0px solid #000;
}
@media only screen and (max-width: 768px) {
	.intro-section-event {
	position:relative;
	height: auto;
	padding-top:50px;
	padding-bottom:20px;
	background-image: repeating-linear-gradient(45deg, #000, #000 10px, #0a0a0a 10px, #0a0a0a 20px);
    border-top: 0px solid #550001;
    border-bottom: 0px solid #000;
}
}
.intro-section-background {
	height: auto;
	padding-top: 50px;
	padding-bottom: 0px;
	background :url(../img/introbg1920x1080a.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 0px solid #e7e7e7;
    border-bottom: 0px solid #f65906;
	z-index:0;
}
.intro-section-background2 {
	height: auto;
	padding-top: 50px;
	padding-bottom: 0px;
	background: -moz-linear-gradient(top,  #ff7b16 , #e23c06 ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(,#ff7b16), color-stop(,#e23c06)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff7b16 ,#e23c06 ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff7b16 ,#e23c06 ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff7b16 ,#e23c06 ); /* IE10+ */
	background: linear-gradient(to bottom,  #ff7b16 ,#e23c06 ); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b16', endColorstr='#e23c06',GradientType=0 ); /* IE6-9 */
    border-top: 0px solid #e7e7e7;
    border-bottom: 2px solid #f65906;
	z-index:0;
}
/* intro-section-background-end */

.slider .carousel {
    z-index: 1;
    padding: 0;
}
.slider .carousel-inner {

}
.slider .carousel-indicators {
	position:relative;
    width: 100%;
    margin: 0;
	margin-top:50px;
    padding: 0;
    left: 0;
}
.slider .carousel-indicators li {
    text-indent: initial;
    width: 15%;
    height: 5px;
    margin: 0 2% 0 0;
    border-radius: 0;
    background: #ffffff;
    border: none;
    opacity: 0.6;
}
.slider .carousel-indicators li:last-child {
    margin: 0;
}
.slider .carousel-indicators li.active {
    opacity: 1;
    position: relative;
}
.slider .carousel-indicators li.active:after {
    content: "";
    width: 15%;
    height: 5px;
    top: 0;
    left: 0;
    position: absolute;
    background: #900;
}
.slider .carousel-indicators li:hover{
	opacity: 1;
}
.slider .indicator-inner {
    padding-top: 25px;
    text-align: left;
}
.slider .indicator-inner span {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.slider .indicator-inner span.number {
    font-size: 23px;
    font-weight: 500;
    margin-right: 10px;
}
@media only screen and (max-width: 959px) {
    .slider .carousel {
        padding: 0px 0 0px 0;
    }
    .slider .slider-content .btn {
        margin-bottom: 60px;
        padding: 6px 18px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .slider .slider-content p {
        font-size: 35px;
        line-height: 70px;
    }
    .slider .indicator-inner {
        padding-top: 10px;
    }
    .slider .slider-content h3 {
        font-size: 35px;
    }
    .slider .indicator-inner span {
        font-size: 10px;
    }
    .slider .indicator-inner span.number {
        font-size: 10px;
        margin-right: 0;
    }
}
@media only screen and (max-width: 420px) {
    .slider .carousel {
        padding: 0px 0 0px 0;
    }
    .slider .slider-content p {
        font-size: 35px;
        line-height: 70px;
    }
    .slider .indicator-inner {
        padding-top: 10px;
    }
    .slider .slider-content h3 {
        font-size: 35px;
    }
    .slider .indicator-inner span {
        font-size: 7px;
    }
    .slider .indicator-inner span.number {
        font-size: 7px;
        margin-right: 0;
    }
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.aos-all {
  margin: 0 auto 0 auto;
}
.aos-item {
  display: inline-block;
  width: 100%;
}
.aos-item2 {
  display: inline-block;
  float: left;
  width: 33.3333%;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
.aos-item2 {
  width: 100%;
}
}
.aos-item__inner {
  position: relative;
  width: 100%;
  height: 35%;
  float: left;
  text-align: center;
}
.box {
  z-index: 5;
  overflow: hidden;
  position: relative;
  border: 2px solid #000;

}
.box:hover > img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.box img {
  display: block;
  position: relative;
  -webkit-transition: all 0.6s ;
  -moz-transition: all 0.6s ;
  -o-transition: all 0.6s ;
  -ms-transition: all 0.6s ;
  transition: all 0.6s ;
}
.event-title {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin-left:10px;
	padding-left:10px;
	border-left:5px solid #550001;
	z-index:1000;
}
.game-title {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:1000;
}
.top-title {
	top: 0;
    left:0;
	right:0;
	position: absolute;
	z-index:1000;
}
.event-main {
	position:absolute;
	z-index:900;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
}
@media only screen and (max-width: 768px) {
.event-main {
	position:absolute;
	z-index:900;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	width:80%;
}
}
.download-btn {
	color:#FFF;
	font-size:100px;
}
.download-btn:hover {
	color:#9e1522;
}
.intro-section-sea {
	padding-top:20px;
	padding-bottom:20px;
	background :url(../img/map-sea.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 1px solid #550001;
    border-bottom: 1px solid #550001;
	height:auto;
}
.intro-section-siegewar {
	position:relative;
	height:100vh;
	padding-top:0px;
	padding-bottom:0px;
	background :url(../img/siegewar-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
}
.intro-section-siegewar2 {
	position:relative;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	background-image: repeating-linear-gradient(45deg, #000, #000 10px, #0a0a0a 10px, #0a0a0a 20px);
    border-top: 0px solid #550001;
    border-bottom: 0px solid #000;
}
.intro-section-siegewar3 {
	position:relative;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	background :url(../img/siegewar-bg2.jpg) no-repeat top center fixed;
    border-top: 0px solid #550001;
    border-bottom: 0px solid #000;
}
iframe {
box-shadow: 0px 0px 15px #000;
}

#countdown {
    text-align: center;
    min-height: 104px;
	margin-top:10px;
}

#countdown > div {
	background-color: rgba(0, 0, 0, 0.6);
    width: 100px;
    height: 100px;
    margin: 0px 57px;
    display: inline-block;
    font-size: 38px;
    line-height: 52px;
    position: relative;
    font-weight: 700;
    color: #fff;
    border: 2px solid #550001;
    border-radius: 5px;
}

#countdown > div > span
{
	display: block;
	font-size: 18px;
}
.footer {
	height:auto;
  	background: -moz-linear-gradient(top,  #ff7b16 , #e23c06 ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(,#ff7b16), color-stop(,#e23c06)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff7b16 ,#e23c06 ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff7b16 ,#e23c06 ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff7b16 ,#e23c06 ); /* IE10+ */
	background: linear-gradient(to bottom,  #ff7b16 ,#e23c06 ); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b16', endColorstr='#e23c06',GradientType=0 ); /* IE6-9 */
    border-top: 0px solid #fff;
    color: #fff;
}

.footer-dark {
	height:auto;
	background-color:#000;
	border-top: 1px solid #550001;
    color: #fff;
}