/* Font Inport */
@font-face {
  font-family: play;
  src: url('../fonts/play/regular.woff2') format('woff2'),
       url('../fonts/play/regular.woff') format('woff'),
       url('../fonts/play/regular.ttf') format('truetype');
}
@font-face {
  font-family: play-bold;
  src: url('../fonts/play/bold.woff2') format('woff2'),
       url('../fonts/play/bold.woff') format('woff'),
       url('../fonts/play/bold.ttf') format('truetype');
  font-weight: bold !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6 {
  font-family: play !important;
}

p {
  font-family: play !important;
}

a {
  font-family: play-bold !important;
}
a.text-primary:focus, 
a.text-primary:hover {
    color: #ffc000!important;
}
a:hover {
    text-decoration: none;
}

hr.divider {
    border-width: .1rem;
    border-color: #b9b9b9;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #000;
}

.texture-bg-light {
  background: url(../img/texture-bg-light.png) center repeat;
}
.texture-bg-dark {  
  background: url(../img/texture-bg-dark.png) center repeat;
  background-color: #000;
  border-top: 1px solid #93743d;
}

.text-primary {
  color: #ffd452 !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 211, 83, 0.3);
    box-shadow: 0 0 0 0.2rem rgba(255, 211, 83, 0.3);
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f1b300;
    border-color: #f1b300;
}
.btn-primary {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    background-color: #ffd452;
    border-color: #ffc000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ffc000;
    border-color: #ffc000;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15) inset;
}
.btn-outline-primary {
    color: #ffd452;
    border: 2px solid;
    border-color: #ffd452;
}
.btn-outline-primary:hover {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    background-color: #ffc000;
    border-color: #ffd452;
}

/* Navigation */
#mainNav {
  background-color: rgba(0, 0, 0, 0.35);
}
#mainNav.navbar-scrolled {
    background-color: rgba(255, 255, 255, 0.85);
}
#mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
#mainNav .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
}
#mainNav .active > a {
  color: #ffd452 !important;
}
#mainNav.navbar-scrolled .active > a {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
#mainNav .navbar-nav .nav-item .nav-link:active, 
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #ffd452 !important;
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: #fff
}
#mainNav .dropdown-menu {
  min-width: 15rem;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 18px 0 0;
  padding-bottom: 0;
  border-radius: 0;
  border: 0px solid rgba(0,0,0,.15); 
}
#mainNav .dropdown-menu {
  border: 1px solid rgba(0,0,0,.1);
}

#mainNav.navbar-scrolled .dropdown-item.active, 
#mainNav.navbar-scrolled .dropdown-item:active {
    background-color: #ffd452;
}
#mainNav .dropdown-item hr {
  border-top: 1px solid rgba(0,0,0,.15);  
}

#mainNav .games-logo.dropdown-item {
    border: 2px solid transparent;
}
#mainNav .games-logo.dropdown-item:focus, 
#mainNav .games-logo.dropdown-item:hover {
    border: 2px solid #ffd353 !important;
}

/* Language */
#mainNav .dropdown-menu.dropdown-menu-right {
  min-width: 10rem;
  text-align: right;
  padding: 0;
  border: 1px solid #ffd452;
}
#mainNav .dropdown-menu.dropdown-menu-right .active {
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
    background-color: #ffd452;
}
#mainNav .dropdown-menu.dropdown-menu-right .active .dropdown-item {
    color: #fff !important;
}

/* Main Slide */
#mainSlide .carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#mainSlide .carousel-caption {
  bottom: 40px;
}
#mainSlide .carousel-indicators {
  bottom: 30px;
}
#mainSlide .display-4 {
  text-shadow: 2px 2px 1px rgba(0,0,0,0.6);
}
#mainSlide .btn {
  border-radius: 6px;
}
#mainSlide .slide-01 {
  background-image: url('../img/index-slide-01.jpg');
}
#mainSlide .slide-02{
  background-image: url('../img/index-slide-02.jpg');
}
#mainSlide .slide-03 {
  background-image: url('../img/index-slide-03.jpg');
}

#mainSlide .carousel-control-next, 
.carousel-control-prev {
    width: 11%;
}

/* Header */
.page-header {
    /*padding: 2rem 1rem;*/
    background: url(../img/page-banner.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: contain;
    height: 350px;
}
.page-header .container {
    height: 350px;
}
.page-header .breadcrumb {
  background-color: rgba(233, 236, 239, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffd452;
}
.breadcrumb-item.active {
    color: #ffd452;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

/* Modal */
.divider {
    display: block;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    padding: 5px 0;
}
.divider>span {
    display: inline-block;
    position: relative;
    color: #4b4f56;
    cursor: default;
    font-size: 13px;
}
.divider>span:before, 
.divider>span:after {
    background: #ced0d4;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 9999px;
}
.divider>span:before {
    margin-right: 15px;
    right: 100%;
}
.divider>span:after {
    left: 100%;
    margin-left: 15px;
}

#Account.modal {
  background-color: rgba(0, 0, 0, 0.6);
}
#Account .modal-header {
  background: url(../img/texture01.png) center repeat;
}
#Account a {
    color: #4b5056;
}
#Account a:hover, 
#Account a:focus {
    color: #ffc000;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.05);
}

/* Footer */
footer {
  background-color: rgba(255,255,255,0.8);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
footer p,
footer span {
  font-size: 11pt;
}
footer .text-muted {
  color: #585858;
}
footer a:hover p {
  color: #000 !important;
}

/* Page Conetnt */
#contact .img-wrapper {
  width: 300px;
}

#event {
  position: relative;
}
#event:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg-element.png) no-repeat;    
}

#event .content-wrapper {
  border-bottom: 1px dotted #93743d;
}
#event a:hover p {
  color: #93743d !important;
}

#event .box-wrapper {
  position: relative;
  /*box-shadow: 0 0 0 1px #93743d;*/
}
#event .box-wrapper img {
  border-radius: 55px;
}
#event .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 55px;
}
#event .box-wrapper:hover .overlay {
  opacity: 1;
}
#event .overlay .text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.95);
}

#event #news .img-wrapper {
  max-width: 100%;
}

#event #news .title-style {
  border-bottom: 1px dotted #93743d;
}
#event #news .title-style h3,
#event #news .title-style a {
  color: #fff;
}
#event #news .title-style a:hover {
  color: #93743d;
}

#event #news .date-style {
  background-color: #ffd452;
  margin: 0 auto;
  padding: 3px 5px;
  text-align: center;
  font-size: 8pt;
  border: 1px solid #ffefbd;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#event #news a .content-style {
  width: 100%;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
#event #news a:hover .content-style {
  color: #147900;
}
#event #news .line-style {
  width: 90%;
  border: 1px solid rgba(255,255,255,0.5);
}
#event #news .vl-style {
  height: 90%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    text-align: center;
    top: 8%;
    left: 50%;
}

/* Responsive */
@media (max-width: 991px) {
  #mainSlide .slide-02,
  #mainSlide .slide-03 {
    background-position: left center;
  }
}

@media (max-width: 767px) {
  /* Navigation */
  #mainNav {
    background-color: rgba(0, 0, 0, 0.6);
  }
  #mainNav.navbar-scrolled {
    background-color: rgba(0, 0, 0, 0.95);
  }
  #mainNav.navbar {
    padding: 0;
  }
  #mainNav #navbarResponsive,
  #mainNav .nav-wrapper {
    padding: .5rem 1rem;  
  }

  #mainNav .dropdown-menu {
    background-color: transparent;
    border-left: 2px solid #ffd452;
  }
  #mainNav .dropdown-item:focus, 
  #mainNav .dropdown-item:hover {
    background-color: rgba(255,255,255,0.25);
  }

  #mainNav .dropdown-menu .text-gray {
    color: #fff;
  }
  #mainNav .dropdown-menu hr {
    border-top: 1px solid rgba(255,255,255,.3);
  }
  #mainNav.games-logo.dropdown-item {
    box-shadow: 0 0 0 1px #93743d;
  }

  /* Language */
  #mainNav .dropdown-menu.dropdown-menu-right {
    margin: 0 auto;
    border-left: 0px solid #ffd452;
    border: 0px solid #ffd452;
  }
  #mainNav .dropdown-menu.dropdown-menu-right .dropdown-item {
    color: #fff;
  }

  .navbar-toggler {
    border: 0px solid transparent;
  }

  /*.navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }*/

  #mainSlide .carousel-control-next, .carousel-control-prev {
    width: 15%;
  }

  .page-header {
    background-position: bottom right;
    background-size: cover;
  }

  #event #news .date-style {
    font-size: 6pt;
  }
}

    



