@import url(http://fonts.googleapis.com/css?family=Nunito:100,200,300,400,600,700,800|El+Messiri:100,200,300,600);

body {
    padding-top: 0 !important;
    background-color: #000 !important;
    background-image: url(https://static.papayaplay.com/static/assets/images/latale/portal/latale-wiki-bg.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
}

a {
    color: #6B290B;
}

.secondary-color {
    color: #ffba00 !important;
}

.after-login, .before-login {
    display: none;
    align-items: center;
    justify-content: center;
}

.en, .fr, .de, .pt,.tr,.ms {
  display: none;
}

.footer .mobile .row1 #mobile-footer-language .en,
.footer .mobile .row1 #mobile-footer-language .fr,
.footer .mobile .row1 #mobile-footer-language .de,
.footer .mobile .row1 #mobile-footer-language .pt,
.footer .mobile .row1 #mobile-footer-language .tr,
.footer .mobile .row1 #mobile-footer-language .ms {
  display: none;
}

#dokuwiki__site {
    min-height: 800px;
    padding-top: 20px;
    padding-bottom:80px;
}

.sub-menu {
    display: none;
}

#dokuwiki__top .search-form-wrapper {
    display: block;
    width: 100%;
    height: 50px;
}

#dokuwiki__top .search-form-wrapper form {
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0;
}

#dokuwiki__top .search-form-wrapper input[type=search] {
    background: none;
    border: none;
    border-bottom: 2px solid #ffba00;
    padding-left: 35px;
    color: #ddd;
}

#dokuwiki__top .search-form-wrapper button {
    display: none;
}

#dokuwiki__top .search-form-wrapper form {
    box-shadow: none;
}

#dokuwiki__top .search-form-wrapper .form-group::before {
    font-family: FontAwesome;
    color: #ffba00;
    content: "\f002";
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: 0;
}

#dw__breadcrumbs hr {
    display: none;
}

#dw__breadcrumbs .dw__youarehere .breadcrumb li {
    font-size: 1.3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#dw__breadcrumbs .dw__youarehere .breadcrumb li:first-child {
    display: none;
}

#dw__breadcrumbs .dw__youarehere .breadcrumb li:nth-child(2) a {
    color: #acacac;
}

#dw__breadcrumbs .dw__youarehere .breadcrumb li:nth-child(2)::before {
    display: none;
}

#dokuwiki__aside .dw-sidebar-content {
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 0;
    color: #ffffff;
}

#dokuwiki__aside .dw-sidebar-content .dw-sidebar-title {
    background-color: #000000 !important;
    color: #FFDF03 !important;
    border: none !important;
    font-family: "Nunito", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 2px;
    padding-left: 25px;
}

#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body a {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left:12px;
    padding-top:5px;
    padding-right:5px;
    padding-bottom:5px;
    color: white;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight:200;
}

#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body a:hover, #dokuwiki__aside .dw-sidebar-content .dw-sidebar-body a:focus {
    color:black;
    background-color: #FFDF03;
}

#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body h1 {
    color: #D8C27E;
    font-family: "El Messiri";
    font-size: 20px;
    line-height: 31px;
    padding-left: 10px;
    margin: 0;
    border-bottom: none;
}

#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body h1::after {

}

#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body h1:not(:first-child) {
    padding-top: 15px;
}

#dokuwiki__content .dw-content {
    min-height: 800px;
}

#dokuwiki__content .dw-content h1 {
    font-size: 2.6rem;
    color: #2c2c2c;
    font-family: "El Messiri", sans-serif;
    font-weight: 600;
    padding-bottom: 2px;
    margin: 20px 0 10px;
    border-bottom: none;
}

#dokuwiki__content .dw-content h2 {
    font-weight: 600;
    margin-top: 10px;
    color: #000000;
    font-family: "El Messiri";
    font-size: 26px;
    line-height: 40px;
}

#dokuwiki__content .dw-content p {
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    color: black;
}

#dokuwiki__content .dw-content iframe {
    width: 100%;
}

div.dokuwiki div.gallery table {
    width: 100%;
}

div.dokuwiki div.gallery table img.tn {
    max-width: 100% !important;
    height: auto;
}

/* latale nav */

#la-gnb-wrap {
   width: 100%;
   display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
	align-items: center;
}
#la-gnb {
   z-index: 100;
}
.la-gnb-normal-position {
    position: absolute;
    top: 110px;
    width: 892px;
    box-sizing: border-box;
    background-color: #00000080;
    border: 1px solid #ffffff4d;
    border-radius: 40px;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5), 0 2px 4px 0 rgba(0,0,0,0.5);
    height: 60px;
    transition: all .3s ease-in-out;
	display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
	align-items: center;
    -ms-flex-pack: center;
}
.la-gnb-fix-position {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    background-color: #000;
    border-bottom: 1px solid #ffffff4d;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5), 0 2px 4px 0 rgba(0,0,0,0.5);
    transition: all .3s ease-in-out;
	display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
	align-items: center;
    -ms-flex-pack: center;
}
.la-g-cont-normal {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.la-g-cont-fix {
    position: relative;
    width: 100%;
    margin-left: 7%;
    margin-right: 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#la-gnb .la-gnb-cont .main-menu {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
}

.la-nav-logo {
    position: relative;
    top: -10px;
    padding-right: 10px;
}
.la-nav-logo a img {
    width: 153px;
    height: auto;
    transition: all .3s ease-in-out;
}
.la-nav-logo-fix {
    position: relative;
    top: 0;
    padding-right: 10px;
}
.la-nav-logo-fix a img {
    width: 108px;
    height: auto;
    transition: all .3s ease-in-out;
}

#la-gnb .la-gnb-cont .main-menu li:nth-child(n+2):nth-child(-n+7) {
    text-transform: uppercase;
    padding-left: 14px;
    padding-right: 14px;
}
#la-gnb .la-gnb-cont .main-menu li:nth-child(n+2):nth-child(-n+7) a, #la-gnb-scroll .la-gnb-cont .main-menu li:nth-child(n+2):nth-child(-n+7) a, #la-about-sec-head .la-sub-menu-cont .sub-menu li a, #la-update00-sec-head .la-sub-menu-cont .sub-menu li a, #la-fest-head .la-sub-menu-cont .sub-menu li a, #la-bts-head .la-sub-menu-cont .sub-menu li a, #la-w-fest-head .la-sub-menu-cont .sub-menu li a, .newyear--head .la-sub-menu-cont .sub-menu li a {
    color: #fff;
    font-family: "Nunito",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
	transition: all .3s ease-in-out;
}
#la-gnb .la-gnb-cont .main-menu li:nth-child(n+2):nth-child(-n+7) a:hover, #la-gnb-scroll .la-gnb-cont .main-menu li:nth-child(n+2):nth-child(-n+7) a:hover, #la-about-sec-head .la-sub-menu-cont .sub-menu li a:hover, #la-update00-sec-head .la-sub-menu-cont .sub-menu li a:hover, #la-fest-head .la-sub-menu-cont .sub-menu li a:hover, #la-bts-head .la-sub-menu-cont .sub-menu li a:hover, #la-w-fest-head .la-sub-menu-cont .sub-menu li a:hover, .newyear--head .la-sub-menu-cont .sub-menu li a:hover {
    color: #FEDB17;
    font-family: "Nunito",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
	transition: all .3s ease-in-out;
}

#la-gnb .la-gnb-cont .btn--wrap {
    position: relative;
    right: -5px;
    top: -16px;
}
#la-gnb .la-gnb-cont .btn--wrap .img--show {
    top: 0;
    opacity: 1;
    transition: all .6s ease-in-out;
}
#la-gnb .la-gnb-cont .btn--wrap .img--hide {
    top: 20px;
    opacity: 0;
    transition: all .3s ease-in-out;
}
#la-gnb .la-gnb-cont .btn--wrap .img--char {
    position: relative;
    z-index: 9;
    left: 49px;
}
#la-gnb .la-gnb-cont .btn--wrap .btn--normal {
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    padding-top: 2px;
    color: #fff;
    font-family: "El Messiri",sans-serif;
    font-size: 20px;
    font-weight: 500;
    width: 160px;
    height: 60px;
    transition: all .3s ease-out;
	 display: flex;
    align-items: center;
    justify-content: center;
}
#la-gnb .la-gnb-cont .btn--wrap .btn--hover {
    position: relative;
    z-index: 11;
    text-transform: uppercase;
    padding-top: 2px;
    color: #580F0F;
    font-family: "El Messiri",sans-serif;
    font-size: 20px;
    font-weight: 500;
    width: 160px;
    height: 60px;
    transition: all .3s ease-out;
	 display: flex;
    align-items: center;
    justify-content: center;
}

.Section-latale .header .main-menu .nav-about-active a {
    color: #FEDB17 !important;
}


@media screen and (min-width: 768px) {
    #dokuwiki__top{

    }
    #dokuwiki__top .search-form-wrapper {
        display: block;
        width: 100%;
        height: 50px;
    }

    #dokuwiki__top .search-form-wrapper form {
        text-align: right;
    }

    #dokuwiki__top .search-form-wrapper form .form-group {
        width: 30%;
    }

    #dokuwiki__top .search-form-wrapper form .form-group input {
        width: 100%;
    }

    #dokuwiki__top .search-form-wrapper form .form-group::before {
        top: -6px;
    }

    #dokuwiki__aside .dw-sidebar-content {
        padding: 15px 0;
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 970px;
    }

    #dokuwiki__site {
        padding-top: 110px;
    }

    .container {
        position: relative;
    }

    .sub-menu {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        top: 112px;
        left: 180px;
        z-index:10;
    }

    .sub-menu li {
        text-transform: uppercase;
        color: white;
        font-size: 16px;
        font-weight: 300;
        padding-left: 5px;
        padding-right: 5px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .sub-menu li a {
        color: white;
        font-family: 'Nunito', sans-serif;
        font-weight: 600;
        line-height: 27px;
        padding-top: 2px;
        font-size: 18px;
        transition: all 0.5s ease-out;
    }

    .sub-menu li a:hover {
        color: #FEDB17;
        font-size: 18px;
        transition: all 0.5s ease-in;
    }

    .sub-menu li .new-badge {
        margin-left: 5px;
        background-color: #FEDB17;
        color: black;
        font-family: 'Nunito', sans-serif;
        font-size: 12px;
        font-weight: 800;
        border-radius: 10px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 0.5px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&family=Mulish:wght@600&family=El+Messiri:wght@700&family=Nunito:wght@400;700&family=Rajdhani:wght@600&family=Rubik:wght@500&display=swap');

.latale-header {
  font-family: 'Rubik', sans-serif;
  z-index: 999;
  position: relative;
  width: 100%;
  background-color: rgba(18, 14, 56, 0.9);
}
.latale-header.sticky {
  position: fixed;
  top: 0;
}
.latale-header .header-container {
  width: 100%;
  height: 88px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.latale-header .lt-logo-wrapper {
  width: 100%;
  max-width: 120px;
}
.latale-header .lt-logo-wrapper .lt-logo {
  width: 100%;
}
.latale-header .lt-menu-container {
  margin-left: 72px;
  width: 100%;
  max-width: 1106px;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.latale-header .lt-menu-container .nav-wrapper {
  position: relative;
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.latale-header .lt-menu-container .nav-wrapper .nav-name {
  display: block;
  font-size: 30px;
  color: #fefefe;
  letter-spacing: 1.25px;
  line-height: 32px;
  text-transform: capitalize;
  transition: color 0.3 ease;
}
.latale-header .lt-menu-container .nav-wrapper .nav-name:hover {
  color: #ffdb12;
}
.latale-header .lt-menu-container .nav-wrapper .nav-name.active {
  color: #ffdb12;
}
.latale-header .lt-menu-container .nav-wrapper .nav-border-bottom {
  left: 0;
  bottom: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  background-color: #ffdb12;
}
.latale-header .lt-download {
  margin-left: auto;
  width: 100%;
  max-width: 392px;
  height: inherit;
  background-color: #ffdb12;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.latale-header .lt-download:hover {
  background-color: #ff2c81;
}
.latale-header .lt-download:hover .download-link {
  color: #fff;
}
.latale-header .lt-download .download-link {
  font-family: 'Rubik', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 42px;
  text-transform: uppercase;
  color: #590744;
}
@media screen and (max-width: 991px) {
  .latale-header {
    display: none;
  }
}
