@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');

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

a {
    color: #F46300;
}

a:hover {
    color: white;
}

.dokuwiki img.media {
    width: 100%;
}

.dokuwiki article .wikilink2 {
    color: #F46300 !important;
}

.dokuwiki article .wikilink2:hover {
    color: white !important;
}

.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 white;
    padding-left: 35px;
    color: white;
    border-radius: 0px;
}

#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: white;
    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;
}

.col-md-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.col-sm-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.col-md-9 {
    padding-right: 0px;
    padding-left: 0px;
}

.col-sm-9 {
    padding-right: 0px;
    padding-left: 0px;
}

#dokuwiki__aside .dw-sidebar-content {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 0;
    color: #ffffff;
    border-right: 1px solid #383838;
    min-height: 960px;
}

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

#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body a {

    color: #FFFFFF;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    margin-left: 40px;
}

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

#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body h1 {
    height: 22px;
    color: #FFFFFF;
    font-family: "Rajdhani", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom: none;
}

#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body h4 {
    margin-left: 28px;
    font-family: "Rajdhani", sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0px;
    border-bottom: none;
}

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

}

.panel {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

#dokuwiki__content .dw-content {
    padding-left: 15px;
    min-height: 900px;
}

#dokuwiki__content .dw-content h1 {
    font-size: 2.6rem;
    color: white;
    font-family: "Rajdhani", 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: white;
    font-family: "Rajdhani", sans-serif;
    font-size: 26px;
    line-height: 40px;
}

#dokuwiki__content .dw-content h3 {
    color: #F46300;
    font-family: Rajdhani;
    font-size: 36px;
    font-weight: bold;
    line-height: 45px;

}

#dokuwiki__content .dw-content h4 {
    color: gainsboro;
    font-family: Rajdhani;
    font-size: 22px;
    font-weight: 500;
    line-height: 45px;

}

#dokuwiki__content .dw-content p {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
}

#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 */
.Section-warrock .header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* padding-top: 40px; */
    z-index: 2;
    background: linear-gradient(to bottom, black 0%, transparent 100%);
    overflow: hidden;
}

#wr-gnb {
    width: 100%;
}

/* line 422, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont {
    width: 86%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(24,24,24,0.8);
}

#wr-gnb .wr-gnb-cont .wr-gnb-left-wrapper {
    display: flex;
}

/* line 426, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont .logo {
    /* margin-right: 15px; */
    margin: 0 38px 0 0;
}

/* line 428, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont .logo img {
    height: 38px;
    margin-top: 7px;
}

/* line 432, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont .menus {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    /* width: 590px; */
    border-radius: 5px;
    /* background-color: rgba(24, 24, 24, 0.8); */
}

/* line 440, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont .menus li {
    position: relative;
    padding-top: 2px;
    transition: all 0.3s ease-out;
}

/* line 443, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont .menus li a {
    padding-top: 5px;
    padding-right: 17px;
    padding-left: 17px;
    padding-bottom: 5px;
    color: white;
    font-family: "Rajdhani", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    transition: all 0.3s ease-out;
    display: flex;
    align-items: flex-start;
    justify-content: center;
	text-transform:uppercase;
}

/* line 453, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont .menus li a i {
    margin-left: 5px;
    margin-top: 2px;
    font-size: 10px;
}

/* line 462, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont .menus li:hover a {
    color: #F46300;
    transition: all 0.3s ease-in;
}

/* line 469, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont .menus li:nth-child(5) a span {
    position: relative;
    top: -8px;
    margin-left: -30px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 5px;
    background-color: #F46300;
    color: white;
    font-family: "Rajdhani", sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 10px;
    text-transform: uppercase;
}

/* line 476, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont .menus li:nth-child(6) a span {
    position: relative;
    top: -8px;
    margin-left: -30px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 5px;
    background-color: #F46300;
    color: white;
    font-family: "Rajdhani", sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 10px;
    text-transform: uppercase;
}

/* line 483, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont .menus .active a {
    pointer-events: none;
    color: #F46300 !important;
}

/* line 489, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont .menus .disable a {
    pointer-events: none;
    color: #A5A5A5 !important;
}

/* line 496, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont a .o-btn {
    margin-left: 15px;
    height: 45px;
    width: 150px;
    border-radius: 0px;
    background-color: #F46300;
    border: 0px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease-out;
}

/* line 133, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont a .o-btn p {
    text-transform: uppercase;
    color: white;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.1px;
    line-height: 17px;
}

/* line 143, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont a .o-btn:hover {
    background-color: #7ED321;
    transition: all 0.3s ease-in;
}

/* line 150, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont a .o-btn:hover p {
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in;
}

/* line 154, ../../../../WEB-INF/sass/warrock/portal/wr-content.scss */
#wr-gnb .wr-gnb-cont a .o-btn:hover i {
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

#wr-gnb .wr-gnb-cont a .c-btn {
	margin-left:15px;
	height:45px;
	width:126px;
	border-radius:4px;
	background-color:#6b8e23;
	border:0px solid transparent;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	transition:all 0.3s ease-out
}

#wr-gnb .wr-gnb-cont a .c-btn p {
	text-transform:uppercase;
	color:#fff;
	font-family:Rajdhani;
	font-size:16px;
	font-weight:600;
	line-height:18px;
	letter-spacing:1.1px;
	line-height:17px
}

#wr-gnb .wr-gnb-cont a .c-btn:hover {
	background-color:#7ED321;
	transition:all 0.3s ease-in
}

#wr-gnb .wr-gnb-cont a .c-btn:hover p {
	text-shadow:2px 2px 1px rgba(0,0,0,0.5);
	transition:all 0.3s ease-in
}
#wr-gnb .wr-gnb-cont a .c-btn:hover i {
	text-shadow:2px 2px 1px rgba(0,0,0,0.5)
}

.drop-btn-wrap {
    margin-top:40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drop-btn-wrap .drop-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 95%;
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-family: Rajdhani;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}

.drop-btn-wrap i {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    height: 40px;
    background-color: #000;
    color: #fff;
}

.drop-btn-wrap .dropdown-menu{
    width: 95%;
    border-radius: 0;
    background-color: rgba(0,0,0,.5);
}
.drop-btn-wrap .dropdown-menu a{
    color: #fff;
}
.drop-btn-wrap .dropdown-menu a li{
    color: #fff;
    font-family: Rajdhani;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .3s ease-out;
}

.drop-btn-wrap .dropdown-menu a:hover li{
    background-color: #000;
    color: #F46300;
    transition: all .3s ease-in;
}

@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: 80px;
    }

    .container {
        position: relative;
    }

    .sub-menu {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        top: 46px;
        left: calc((100vw - 970px) / 2 * -1 + 12vw);
        z-index: 10;
    }

    .sub-menu a li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 122px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.2);
        color: white;
        font-family: "Rajdhani", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        transition: all 0.3s ease-out;
    }

    .sub-menu a li:hover {
        color: #F46300;
        background-color: rgba(0, 0, 0, 0.5);
        transition: all 0.3s ease-in;
    }

    .sub-menu .active {
        pointer-events: none;
        color: #F46300;
        background-color: rgba(0, 0, 0, 0.5);
        transition: all 0.3s ease-in;
    }
}

@media screen and (min-width: 1920px) {
    .sub-menu {
        left: calc(50vw * -0.5 + 233px);
    }
}

@media screen and (min-width: 2500px) {
    .sub-menu {
        left: calc(50vw * -0.5 + 254px);
    }
}
