@import url('https://fonts.googleapis.com/css2?family=Prompt&amp;display=swap');

body {
    font-family: 'Prompt', sans-serif;
    min-width: 1200px;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: hidden;
    background: #161b28;
}

ul {
    list-style-type: none
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none
}

.priesthood_girl_box {
    position: absolute;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-image: url('../images/3.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: -70px;
    bottom: 0;
    left: 0;
    z-index: 4
}

.eyes_change_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 81%
}

.eyes_change {
    position: absolute;
    width: 100%;
    height: 0;
    padding-bottom: 81%;
    background-image: url('../images/4.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-animation: eyes_change 5s infinite;
    -moz-animation: eyes_change 5s infinite;
    -o-animation: eyes_change 5s infinite;
    -ms-animation: eyes_change 5s infinite
}

@-webkit-keyframes eyes_change {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    52% {
        opacity: 1
    }

    54% {
        opacity: 0
    }

    56% {
        opacity: 1
    }

    58% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.ppoli {
    position: absolute;
    width: 21%;
    height: 0;
    padding-bottom: 23%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url('../images/ppoli.html');
    z-index: 4;
    top: 42%;
    left: 85.5%;
    -webkit-animation: poli 3s infinite;
    -moz-animation: poli 3s infinite;
    -o-animation: poli 3s infinite;
    -ms-animation: poli 3s infinite;
    animation: poli 3s infinite
}

@-webkit-keyframes poli {
    0% {
        transform: scaleY(1);
        transform-origin: bottom
    }

    20% {
        border-radius: 0;
        transform-origin: bottom
    }

    50% {
        transform: scaleY(1.05);
        transform-origin: bottom
    }

    80% {
        border-radius: 0;
        transform-origin: bottom
    }

    100% {
        transform: scaleY(1);
        transform-origin: bottom
    }
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 650px;
    top: 65px;
    background-image: url("");
    background-repeat: repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
    pointer-events: none
}

.header_menu .menu_topbar_bg {
    opacity: 0.95;
    width: 100%;
    height: 76px;
    margin: 0 auto;
    padding: 0 auto;
    background-color: #2b2a32;
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
    -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
    box-shadow: 1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
    border: 1px solid 1px rgba(0,0,0,.4);
    position: fixed;
    z-index: 50
}

.sub-menu-parent {
    height: 76px;
    position: relative
}

.sub-menu-parent .arrow:after {
    width: 9px;
    height: 11px;
    background: url(../images/angel.png) center top no-repeat;
    position: absolute;
    left: calc(50% - 4px);
    bottom: 7px;
    opacity: .5;
    content: '';
}

.header_menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    z-index: 5;
    margin-left: -1px;
    left: 0;
    width: 105.8%;
    transform: translateY(-2em);
    z-index: -1;
    transition: all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear .01s
}

.header_menu .sub-menu-parent:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s,0s,0.3s
}

.header_menu .sub-menu {
    font-size: 12px;
    background-color: #2b2a32;
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
    -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
    box-shadow: 1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
    border: 1px solid #000;
    border-top: 0;
    padding: 0 auto
}

.header_menu .sub-menu a {
    padding: 10px 5px 10px 5px;
    border-bottom: solid 1px rgba(0,0,0,.1)
}

.header_menu .sub-menu>li:last-child a {
    border-bottom: 0
}

.header_menu ul {
    width: 1170px;
    margin: 0 auto;
    list-style: none;
    padding-left: 65px
}

.header_menu nav a {
    color: #fff;
    font-family: 'Prompt', sans-serif;
    display: block;
    padding: 20px 22px;
    text-decoration: none
}

.header_menu nav a:hover {
    color: #cdcdcd
}

.header_menu nav ul,.header_menu nav ul li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.header_menu nav span {
    font-weight: 400;
    display: block;
    font-size: 70%
}

.header_menu nav>ul {
    text-align: center
}

.header_menu nav>ul>li {
    display: inline-block;
    border-left: solid 1px rgba(0,0,0,.2)
}

.header_menu nav>ul>li:first-child {
    border-left: none
}
/*
.header-top::after {
    display: block;
    content: "";
    position: relative;
    top: 85px;
    background-color: #fff;
    width: 100%;
    height: 100px;
    background-position: 50% 50%;
    z-index: 5
}*/

.header-top {
    width: 100%;
    padding-top: 5em;
    background: url("../images/header-bg22.png") no-repeat center center;
    background-size: cover;
    color: #FFF;
    position: relative;
}

.xg-logo {
    margin-top: 3rem;
    margin-bottom: 3rem;
    animation: 1.5s linear 0s infinite normal none running logo;
}

@-webkit-keyframes logo { 
    0% { transform: scale(1); }
    20% { transform: scale(1.05); }
    30% { transform: scale(0.95); }
    60% { transform: scale(1.05); }
    100% { transform: scale(1); }
  }
  @keyframes logo { 
    0% { transform: scale(1); }
    20% { transform: scale(1.05); }
    30% { transform: scale(0.95); }
    60% { transform: scale(1.05); }
    100% { transform: scale(1); }
  }

.header-top .col-left {
    width: 60%;
    float: left;
    position: relative;
    z-index: 3
}

.header-top .col-left img {
    position: relative;
    left: 0;
    top: 8.5em;
    width: 100%;
    height: 550px;
    z-index: 0
}

.header-top .col-right {
    padding-top: 10em;
    font-family: 'Prompt', sans-serif;
    width: 40%;
    float: left;
    font-size: 14px;
    text-align: left
}

.header-top .col-right span {
    font-size: 18px;
    font-weight: 300;
    word-wrap: break-word
}

.header-top .btnvoteserver {
    width: 100%;
    height: 60px;
    position: relative;
    top: 15px;
    background-color: #ea8327;
    border: 5px solid #fff;
    margin: 0 auto;
    border-radius: 32px;
    text-align: left;
    font-family: 'Prompt', sans-serif;
    z-index: 2
}

.btnvoteserver:focus,.btnvoteserver.focus {
    color: #FFF;
    background-color: #ee9341
}

.btnvoteserver:hover {
    color: #FFF;
    background-color: #ee9341
}

.btnvoteserver a:hover {
    color: #FFF
}

.header-top,.btnvoteserver,.btnlikeshare,div a {
    color: #fff
}

.header-top .btnlikeshare {
    width: 100%;
    height: 60px;
    position: relative;
    top: 15px;
    background-color: #6bc04b;
    border: 5px solid #fff;
    margin: 0 auto;
    border-radius: 32px;
    text-align: left;
    font-family: 'Prompt', sans-serif;
    z-index: 2
}

.btnlikeshare:focus,.btnlikeshare.focus {
    color: #FFF;
    background-color: #81d162
}

.btnlikeshare:hover {
    color: #FFF;
    background-color: #81d162
}

.btnlikeshare a:hover {
    color: #FFF
}

.header-top .text-btn {
    padding: 5px 10px 10px 20px
}

.header-top .text-btn .icon-btn {
    padding: 5px 10px 10px 5px;
    float: left
}

.header-top .text-btn .body-btn {
    float: left;
    margin-left: 5px;
    font-weight: 500
}

.logo_top {
    position: relative;
    z-index: 3;
    width: 650px;
    height: 550px
}

.header-top .logo {
    width: 650px;
    height: 700px;
    left: 9%;
    background-image: url(../../img/logo.html);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 3
}

.features {
    margin-top: 3rem;
}

.status-section {
    height: 120px;
    padding: 0 48px;
    border-radius: 12px;
    background: #000000;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.06);
    position: relative;
}

.features .feature {
    padding: 10px;
    height: 170px;
    background: #1d2333;
    border-radius: 12px;
    text-align: center;
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 40px 0 rgba(0,0,0,.06)
}

.online {
    color: #87da25
}

.offline {
    color: #f00
}

.features .feature .status {
    font-size: 18px;
    font-family: 'Prompt', sans-serif;
}

.features .feature .onlineCount {
    font-size: 40px;
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    color: #bba9ff;
    line-height: 1;
    padding-top: 42px
}

.features .feature .onlineCount>small {
    font-size: 14px;
    color: #6bc04b;
    font-family: 'Prompt', sans-serif;
    display: block;
    font-weight: 500;
    position: relative;
    top: 20px
}

.features .feature>.feature-icon {
    font-size: 36px;
    color: #999;
    padding: 28px 0 15px 10px;
    line-height: 1
}

.features .feature>.feature-text {
    font-size: 16px;
    color: #999;
    line-height: 1.2;
    font-family: 'Prompt', sans-serif;
    font-weight: 300
}

.wide-container {
    max-width: 100%;
    height: 421px;
    margin: 0 auto
}

.slidemain {
    margin-top: -45px
}

.slider {
    width: 100%;
    min-height: 445px;
    /*background: #fff;*/
    color: #999;
    font-family: 'Prompt', sans-serif;
    position: relative;
    z-index: 3px
}

.slider .slide_text h3 {
    padding-left: 10px;
    font-weight: 600;
    padding-top: 30px;
    font-size: 26px;
    font-family: 'Prompt', sans-serif;
}

.slider .slide_text span {
    padding-left: 10px;
    padding-top: 10px;
    color: #666;
    font-size: 14px;
    font-family: 'Prompt', sans-serif;
}

.slider .col-slider-left {
    position: relative;
    top: 20px;
    width: 60%;
    padding: 0 10px 10px 10px;
    float: left
}

.slider .col-slider-left .slider-bg {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #1d2333;
    box-shadow: 0 0 60px 0 rgba(0,0,0,.12);
    border-radius: 10px;
    min-height: 431px;
    float: left
}

.slider .col-slider-right {
    position: relative;
    top: 20px;
    width: 40%;
    padding: 0 10px 10px 10px;
    float: left
}

.menucontent-boxright {
    position: relative;
    z-index: 1
}

.menu-right-content {
    border-radius: 10px;
    background: #1d2333;
    box-shadow: 0 0 60px 0 rgba(0,0,0,.12);
    margin-top: 10px;
    padding: 10px;
}

.menu-right-content>li {
    list-style-type: none;
    overflow: hidden;
    position: relative
}

.boxbtn-rightcontent {
    /*border: 2px solid #dcd6f3;*/
    border-radius: 10px;
    margin: 0 0 7px 0;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease;
}
/*
a:hover .boxbtn-rightcontent {
    border: 2px solid #bba9ff
}*/

.btn-topcontent {
    font-size: 26px;
    color: rgb(255, 255, 255);
    /*border: 2px solid #e6e0f8;*/
    border-radius: 8px;
    display: block;
    background-color: #030806;
    box-shadow: 6px 8px 13px 0 rgba(119,80,248,.2);
    padding: 16px 15px;
    transition: all 300ms ease;
}

.btn-topcontent:hover {
    background-color: #050408;
}

.icon-menu-right-content {
    margin-top: 14px;
    color: #c7c7c7;
    margin-right: 10px
}

.menu-right-content-text {
    line-height: 42px
}

.menu-right-content-headertext {
    font-size: 26px;
    line-height: 42px
}

.menu-right-content-subtext {
    font-size: 14px;
    margin-top: -5px;
    height: 25px;
    line-height: 18px;
    color: rgb(192, 192, 192);
    letter-spacing: 2px;
    text-transform: uppercase
}

.menu-right-content-headertext, .menu-right-content-subtext, .menu-right-content-text, .icon-menu-right-content {
    transition: all 200ms ease;
}

a:hover .menu-right-content-text, a:hover .icon-menu-right-content {
    color: white;
}

a:hover .menu-right-content-subtext {
    color: rgb(192, 192, 192);
}

.object-menu-right-content {
    position: relative;
    right: -80.6%;
    z-index: 99;
    width: 333px;
    height: 448px;
    background: url('../images/objectweb3.png') no-repeat center top
}

.object-menu-right-content.btnmember {
    position: absolute;
    left: -80px;
    top: -25px
}

.object-menu-right-content.btnregister {
    position: absolute;
    right: -110px;
    top: -144px
}

.object-menu-right-content.btndonate {
    position: absolute;
    right: -110px;
    top: -251px
}

.object-menu-right-content.btndownload {
    position: absolute;
    right: -110px;
    top: -358px
}

.member-topcontent .boxbtn-rightcontent {
    border: 2px solid #f3bc5d;
    border-radius: 10px
}

.member-topcontent:hover .boxbtn-rightcontent {
    border-color: #c69a4a
}

.member-topcontent .btn-topcontent {
    font-size: 26px;
    color: #fff;
    border: 2px solid #fadca8;
    border-radius: 8px;
    display: block;
    background-color: #fec25b;
    background-image: linear-gradient(to bottom,#fece6d,#fec25b);
    padding: 28px 15px
}

.member-topcontent:hover .btn-topcontent {
    color: #fff
}

.member-topcontent .menu-right-content-text {
    font-weight: 800;
    line-height: 35px
}

.member-topcontent .menu-right-content-subtext {
    color: #b36e3c;
    letter-spacing: 3px;
    line-height: 18px
}

.carousel-caption h4 {
    margin: 0 auto;
    font-weight: 500;
    padding-top: 0
}

.carousel-caption span {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.thumb-boxnews {
    border-radius: 8px 8px 0 0;
    overflow: hidden
}

.boxnews .thumb-boxnews img {
    -webkit-transition-property: -ms-transform,transform,-webkit-transform;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    transition-property: -ms-transform,transform,-webkit-transform;
    transition-duration: .5s;
    transition-timing-function: ease
}

.boxnews:hover .thumb-boxnews img {
    -ms-transform: rotate(10deg) scale(1.5,1.5);
    -webkit-transform: rotate(10deg) scale(1.5,1.5);
    transform: rotate(10deg) scale(1.5,1.5)
}

.activitie_tab {
    /*background: #fffdfb;*/
    padding: 2em 0 0 0;
    padding-bottom: 4em
}

.activitie_tab .activitie_text {
    line-height: 23px;
    padding-bottom: 3.3em;
    text-align: center
}

.activitie_tab .activitie_text p {
    margin-bottom: 0;
    font-size: 14px;
    color: rgb(255, 248, 248);
    letter-spacing: 2px
}

.menu-tab .nav>li {
    display: block;
    font-family: 'Prompt', sans-serif;
    float: none;
    margin-bottom: 10px;
    border-radius: 0
}

.menu-tab .nav>li:last-child a {
    width: 120px;
    float: right;
    padding-top: 25px;
    text-align: center;
    padding-left: 0
}

.menu-tab .nav>li:last-child:after:before,.menu-tab .nav>li:last-child:after:after {
    content: " ";
    display: table
}

.menu-tab .nav>li>a {
    height: 72px;
    text-transform: none;
    font-weight: 700;
    background: #090613;
    color: #fff;
    padding: 18px 0 18px 75px;
    position: relative;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    border: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.menu-tab .nav>li>a img {
    position: absolute;
    top: 6px;
    left: 7px;
    border-radius: 6px
}

.menu-tab .nav>li>a>small {
    display: block;
    margin-top: 4px;
    font-weight: 400;
    font-size: 12px
}

.menu-tab .nav>li a:hover {
    width: 100%;
    background: #9668ff;
    color: #fff;
    box-shadow: 4px 7px 12px 0 rgba(119,80,248,.2);
    position: relative
}

.menu-tab .nav>li.active a:before {
    opacity: 1
}

.activitie_tab .news-item {
    background: #FFF;
    height: 317px;
    -webkit-box-shadow: 2.5px 4.33px 54px 0 rgba(0,0,0,0.1);
    box-shadow: 2.5px 4.33px 54px 0 rgba(0,0,0,0.1);
    margin: 0 0 15px
}

.activitie_tab .news-item .news-info {
    font-size: 18px;
    font-weight: 700
}

.news-info a {
    color: #e5a068;
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.activitie_tab .news-item .news-info span {
    font-size: 16px;
    color: #e5a068;
    font-weight: 400
}

.activitie_tab .news-item .news-info p {
    font-size: 14px;
    font-weight: 400;
    padding-top: 3px
}

.activitie_tab .news-item .latest-description p {
    font-size: 14px
}

.news-item {
    width: 100%;
    position: relative;
    margin: 0 10px 15px 10px;
    border-radius: 8px 8px 0 0
}

.news-item .news-image {
    position: relative;
    border-radius: 8px 8px 0 0
}

.news-item .news-image img {
    border-radius: 8px 8px 0 0
}

.news-item .latest-description {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    width: 100%
}

.news-item .latest-description p {
    font-weight: 400;
    font-size: 14px;
    margin: 6px 0;
    line-height: 1.4;
    color: #aaa
}

.label-latest {
    float: right;
    color: #fff;
    text-align: center;
    padding: 1px 4px 2px 4px;
    border-radius: 100px;
    position: relative;
    left: 0;
    font-family: 'Prompt', sans-serif;
    font-size: 10px
}

.label-boxnews-promotion {
    background-color: #fe4c6d
}

.label-boxnews-update {
    background-color: #fe854c
}

.label-boxnews-activities {
    background-color: #83c96a
}

.label-boxnews-faq {
    background-color: #3f55b4
}

.label-boxnews-gameguide {
    background-color: #36acfe
}

.cut-text-multi {
    height: 4.8em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.textwraper {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.text-date-box {
    margin-top: 3px
}

.text-date-box small {
    font-family: 'Prompt', sans-serif;
    font-weight: 200;
    font-size: 10px;
    color: #ccc
}

.facebookfanpage {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px
}

.sponsor {
    padding-top: 11px
}

.right {
    float: right
}

.left {
    float: left
}

.body_middle {
    min-height: 585px;
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    background: url("../images/bg_footer1.png") no-repeat bottom;
    position: relative;
    z-index: 1px
}

.body_middle .col-live-right {
    position: relative;
    top: 45px;
    width: 50%;
    padding: 0 10px 10px 10px;
    float: left
}

.body_middle .col-live-left .live-bg {
    position: relative;
    width: 100%;
    padding: 10px 10px 10px 10px;
    background: #262a35;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.06);
    border-radius: 12px;
    float: left
}

.body_middle .col-live-left {
    position: relative;
    top: 45px;
    width: 50%;
    padding: 0 10px 10px 10px;
    float: left
}

.btn-live-intro {
    color: #FFF;
    background-color: #bd7eb6;
    border-color: #bd7eb6;
    font-size: 24px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 700;
    text-align: right;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.btn-live-intro:focus,.btn-live-intro.focus {
    color: #FFF;
    background-color: #974d8f;
    border-color: #974d8f
}

.btn-live-intro:hover {
    color: #FFF;
    background-color: #ac5ca3;
    border-color: #ac5ca3
}

.btn-live-intro:active,.btn-live-intro.active,.open>.btn-live-intro.dropdown-toggle {
    color: #FFF;
    background-color: #974d8f;
    border-color: #974d8f
}

.btn-live-intro:active:hover,.btn-live-intro:active:focus,.btn-live-intro:active.focus,.btn-live-intro.active:hover,.btn-intro.active:focus,.btn-live-intro.active.focus,.open>.btn-live-intro.dropdown-toggle:hover,.open>.btnlive--intro.dropdown-toggle:focus,.open>.btn-live-intro.dropdown-toggle.focus {
    color: #FFF;
    background-color: #974d8f;
    border-color: #974d8f
}

.btn-live-intro:active,.btn-live-intro.active,.open>.btn-live-intro.dropdown-toggle {
    background-image: none
}

.btn-live-intro .badge {
    color: #bd7eb6;
    background-color: #FFF
}

.btn-live-intro>small {
    text-transform: none;
    font-size: 14px;
    display: block;
    font-weight: normal;
    font-weight: 400
}

.btn-live-intro.btn-rounded {
    border-radius: 10px;
    padding: 24px 15px
}

.header-text {
    color: #fffbfc;
    font-size: 34px;
    font-weight: 700;
    text-shadow: 1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2)
}

.mini-figure {
    position: absolute;
    transition: all .5s cubic-bezier(0.77,0,0.175,1)
}

.char-left {
    top: 35px;
    left: -10px
}

.char-right {
    top: 50px;
    right: 0
}

.viewpage {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #e9ecef;
    border-radius: 8px;
    padding: 10px
}

.text-right {
    float: right;
    vertical-align: center;
    text-align: right
}

.normal {
    font-weight: normal
}

.gray {
    color: #cdcdcd
}

.black {
    color: #000
}

.blue {
    color: #2d526c
}

.light-blue {
    color: #36acfe
}

.red {
    color: #c10001
}

.green {
    color: #7cd018
}

.white {
    color: #fff
}

.yellow {
    color: #f29b10
}

.yellow_light {
    color: #f1b331
}

.marquee_text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 26px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #1a1a1a;
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
    -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
    box-shadow: 1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
    border: 1px solid #000;
    color: #fff;
    text-decoration: none
}

.fanpage {
    margin-top: 15px;
    width: 100%;
    background-color: #1a1a1a;
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
    -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
    box-shadow: 1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
    border: 1px solid #000;
    padding: 10px
}

.box-page {
    margin-top: 30px;
    padding: 20px;
    width: 1170px;
    min-height: 500px;
    background-color: #0e0f0f;
    border: 1px solid #1f1f1f;
    border-radius: 4px
}

.view_container {
    padding-bottom: 30px;
    background-color: #121010;
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
    -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
    box-shadow: 1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
    border: 1px solid #000
}

.view_container h2 {
    color: #999
}

.gray_light {
    color: #aaa
}

.text_center {
    text-align: center;
    padding-bottom: 20px
}

.text_center h1 {
    font-size: 28px;
    height: 40px;
    line-height: 40px
}

.footer {
    color: #fff;
    min-height: 92px;
    line-height: 20px;
    text-align: left;
    margin: 0 auto;
    padding-top: 17px;
    padding-left: 20px;
    background-color: #2b2a32;
    font-family: 'Prompt', sans-serif;
    font-size: 12px;
    z-index: 10;
    position: relative
}

.body {
    position: relative;
    width: 160px;
    height: 130px;
    margin: 0 auto;
    background: #a4c639;
    margin-top: 5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.body div {
    position: absolute;
    width: 35px;
    height: 110px;
    border-radius: 30px;
    background: #a4c639
}

.body div:first-child {
    left: -40px;
    transform-origin: top;
    animation: arm-l .9s infinite;
    animation-delay: .45s
}

.body div:nth-child(2) {
    left: 165px;
    transform-origin: top;
    animation: arm-r .9s infinite
}

.body div:nth-child(3),.body div:nth-child(4) {
    top: 75px
}

.body div:nth-child(3) {
    animation: legup-l .9s infinite;
    animation-delay: .45s;
    left: 32px
}

.body div:nth-child(4) {
    animation: legup-r .9s infinite;
    left: 96px
}

.footsteps {
    display: flex
}

.footsteps div {
    height: 15px;
    width: 30px;
    background: gainsboro;
    border-radius: 50%;
    margin: 51px 20px;
    z-index: -1
}

.footsteps div:first-child {
    animation: footsteps-l .9s infinite;
    animation-delay: .45s
}

.footsteps div:last-child {
    animation: footsteps-r .9s infinite
}

@keyframes shadow {
    50% {
        transform: scale(0.96)
    }
}

@keyframes footsteps-l {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(6px,-5px)
    }
}

@keyframes footsteps-r {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(-6px,-5px)
    }
}

@keyframes bobble {
    0% {
        transform: translateY(-2px)
    }

    70% {
        transform: translateY(2px)
    }

    100% {
        transform: translateY(-2px)
    }
}

@keyframes legup-l {
    0% {
        transform: translate(4px,-5px)
    }

    30% {
        transform: translate(-4px,7px)
    }

    100% {
        transform: translate(4px,-5px)
    }
}

@keyframes legup-r {
    0% {
        transform: translate(-4px,-5px)
    }

    30% {
        transform: translate(4px,7px)
    }

    100% {
        transform: translate(-4px,-5px)
    }
}

@keyframes arm-l {
    0% {
        transform: rotate(7deg)
    }

    60% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(7deg)
    }
}

@keyframes arm-r {
    0% {
        transform: rotate(-7deg)
    }

    60% {
        transform: rotate(5deg)
    }

    100% {
        transform: rotate(-7deg)
    }
}

.numcount {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 27px;
    text-align: center;
    font-size: inherit;
    line-height: 27px
}

.text-letter {
    letter-spacing: 2px
}

.header_content {
    min-height: 350px;
    background-image: url("../images/header-bg.html");
    position: relative
}

.content_text {
    font-family: 'Prompt', sans-serif;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    top: 8.5em;
    font-size: 16.7px;
    text-align: center
}

.content_text h1 {
    margin-bottom: 0;
    font-size: 70px;
    padding-bottom: 0
}

.container.content {
    padding: 50px 0;
    min-height: 500px;
    padding: 30px;
    position: relative;
    z-index: 2
}

.body_middle,.btnvoteserver,.btnguildwarinfo,div a {
    color: #fff
}

.body_middle .btnguildwarinfo {
    width: 100%;
    height: 70px;
    position: relative;
    top: 30px;
    background-color: #909cf8;
    border: 5px solid #fff;
    margin: 0 auto;
    border-radius: 100px;
    text-align: left;
    font-family: 'Prompt', sans-serif;
    z-index: 2
}

.btnguildwarinfo:focus,.btnguildwarinfo .focus {
    color: #FFF;
    background-color: #8593fa
}

.btnguildwarinfo:hover {
    color: #FFF;
    background-color: #8593fa
}

.btnguildwarinfo a:hover {
    font-weight: inherit;
    font-size: infinite;
    color: #FFF
}

.body_middle .btn_report {
    width: 100%;
    height: 70px;
    position: relative;
    top: 30px;
    background-color: #ff916f;
    border: 5px solid #fff;
    margin: 0 auto;
    border-radius: 100px;
    text-align: left;
    font-family: 'Prompt', sans-serif;
    z-index: 2
}

.btn_report:focus,.btn_report .focus {
    color: #FFF;
    background-color: #fc8a67
}

.btn_report:hover {
    color: #FFF;
    background-color: #fc8a67
}

.btn_report a:hover {
    font-weight: inherit;
    font-size: infinite;
    color: #FFF
}

.body_middle.text-btn {
    padding: 5px 10px 10px 20px
}

.body_middle .text-btn .icon-btn {
    padding: 14px 15px 10px 15px;
    float: left
}

.body_middle .text-btn .body-btn {
    float: left;
    margin-top: 9px;
    font-weight: inherit;
    font-size: infinite
}

.rankings {
    width: 100%;
    font-size: 12px;
    position: relative
}

.rankings table tr td:hover {
    color: #6bc04b
}

.rankings table tr td:last-child {
    text-align: center
}

.pvpladder {
    width: 100%;
    position: relative;
    top: -15px;
    left: 0
}

.rankings table {
    border-collapse: separate;
    border-spacing: 0 8px;
    padding: 20px;
    padding-bottom: 0;
    width: 100%
}

.rankings table tr td,.rankings table tr th {
    vertical-align: middle;
    line-height: 20px
}

.rankings .kills,.num,.rankings .name {
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.rankings table tr th {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    padding: 0 auto;
    color: #999
}

.rankings .name {
    width: 70%;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 500
}

.rankings .kills {
    width: 61px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    color: #999;
    height: 27px;
    line-height: 27px;
    text-align: center;
    float: right
}

.rankings .num {
    width: 61px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    height: 27px;
    line-height: 27px;
    color: #999;
    text-align: center;
    float: left
}

.woe_report {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    background: #fff8f7;
    position: relative;
    z-index: 5
}

.guild_box_site {
    float: left;
    width: 23.2%;
    margin: 10px;
    padding: 10px;
    height: 182px;
    background: #FFF;
    border-radius: 12px;
    text-align: center;
    -webkit-box-shadow: 2.5px 4.33px 54px 0 rgba(0,0,0,0.1);
    box-shadow: 2.5px 4.33px 54px 0 rgba(0,0,0,0.1)
}

.guild_box_site span {
    color: #999;
    text-align: center;
    font-size: 12px;
    margin-top: -5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ffoe p {
    color: #f87994;
    font-size: 12px;
    margin-top: -5px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ffoe {
    margin: 10px auto
}

.guildembled2 {
    position: relative;
    background: url('../images/war-flag.html') no-repeat;
    width: 77px;
    height: 91px;
    margin: auto
}

.guildembled2 .emmm {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #ccc;
    top: 30px;
    left: 27px
}

#myBtn {
    display: none;
    font-size: 12px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    border: 0;
    outline: 0;
    background-color: #252422;
    color: white;
    cursor: pointer;
    padding: 10px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.08);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.08);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.08)
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

table-condensed thead {
    color: #09f
}

.daterangepicker .calendar td.available {
    color: #ccc
}

.daterangepicker .calendar td.available.active {
    color: #fff
}

.daterangepicker .calendar td.off {
    color: #666
}

.daterangepicker .calendar th,.daterangepicker .calendar td {
    min-width: auto
}

.table-condensed {
    color: #666
}

#myBtn:hover {
    background-color: #555
}

@media(max-width: 1170px) {
    body,html {
        width:1200px;
        overflow-x: hidden
    }
}


.box-allnews-left {
    width: 260px;
    min-height: 276px;
    float: left;
    margin-left: 17px;
    margin-right: 5px;
    margin-bottom: 25px;
    background-color: rgba(5, 4, 4, 0.212);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15)
}

.box-allnews-right {
    width: 260px;
    min-height: 276px;
    float: left;
    margin-left: 8px;
    margin-right: 5px;
    margin-bottom: 25px;
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15)
}

.text-fullnews {
    font-size: 14px;
    padding-top: 0;
    color: #f9fafc
}

.text-mininews {
    min-height: 55px;
    font-size: 12px;
    padding-bottom: 2px;
    color: #ffffff98
}

.text-postnews {
    font-size: 11px;
    color: #fffbfb4f;
    padding-left: 5px
}

.label {
    float: right;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 2px 12px 4px;
    margin-right: 5px
}

.label-all-update {
    background-color: #05aeca;
    text-shadow: 0 1px 0 rgba(0,0,0,.15)
}

.label-all-news {
    background-color: #e56e7e;
    text-shadow: 0 1px 0 rgba(0,0,0,.15)
}

.label-all-event {
    background-color: #f99a56;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    margin-right: 3px
}

.label-all-promo {
    background-color: #6cbf76;
    text-shadow: 0 1px 0 rgba(0,0,0,.15)
}

.imgnewscate {
    position: absolute;
    width: 100%;
    float: left
}

figure {
    width: 280px;
    height: 150px;
    margin: 5px;
    padding: 0;
    background: 0 0;
    overflow: hidden
}

.img-shine {
    margin-bottom: 5px
}

.img-shine figure {
    position: relative
}

.img-shine p {
    display: block;
    margin: 0 0 -2px 5px
}

.img-shine figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.img-shine figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.backdrop-nav { 
    background:rgb(29, 35, 51);
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 40px 0px;
}

.stat-block {
    display: flex;
    min-height: 48px;
    height: 120px;
    align-items: center;
}

.stat-block .stat-block-decoration {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #66e273;
    margin-right: 16px;
}

.stat-block .stat-block-info {
    margin-top: 6px;
}

#stat-block-slider > .tns-item {
    width: 272px;
}

#stat-block-slider > .tns-item {
    font-size: 16px;
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.stat-block .stat-block-info .stat-block-title {
    color: white;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.stat-block .stat-block-info .stat-block-text {
    color: lime;
    margin-top: 8px;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

.stat-block .stat-block-info .stat-block-text-red {
    color: red;
    margin-top: 8px;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

.ui.segment {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    margin: 1rem 0;
    padding: 1em 1em;
    border-radius: .28571429rem;
    border: 1px solid rgba(34,36,38,.15)
}

.ui.segment:first-child {
    margin-top: 0
}

.ui.segment:last-child {
    margin-bottom: 0
}

.ui.segments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 1rem 0;
    border: 1px solid rgba(34,36,38,.15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    border-radius: .28571429rem;
    padding-bottom: 4rem;
}

.ui.segments:first-child {
    margin-top: 0
}

.ui.segments:last-child {
    margin-bottom: 0
}

.ui.segments>.segment {
    top: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid rgba(34,36,38,.15)
}

.ui.segments:not(.horizontal)>.segment:first-child {
    border-top: none;
    margin-top: 0;
    bottom: 0;
    margin-bottom: 0;
    top: 0;
    border-radius: .28571429rem .28571429rem 0 0
}

.ui.segments:not(.horizontal)>.segment:last-child {
    top: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),none;
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),none;
    border-radius: 0 0 .28571429rem .28571429rem
}

.ui.segments:not(.horizontal)>.segment:only-child {
    border-radius: .28571429rem
}

.ui.segments>.ui.segments {
    border-top: 1px solid rgba(34,36,38,.15);
    margin: 1rem 1rem
}

.ui.segments>.segments:first-child {
    border-top: none
}

.ui.segments>.segment+.segments:not(.horizontal) {
    margin-top: 0
}

.ui.segment, .ui.segments .segment {
    font-size: 1.5rem;
}

.main-header {
	font-family: 'Prompt',sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 20px 0 25px;
    padding-bottom: 7px;
    text-align: center;
}

.ui.basic.table.segment {
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15)
}

.ui.attached.table {
    top: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0 -1px;
    width: calc(100% + 2px);
    max-width: calc(100% + 2px);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d4d4d5
}

.ui.attached+.ui.attached.table:not(.top) {
    border-top: none
}

.ui.table [class*="center aligned"], .ui.table[class*="center aligned"] {
    text-align: center;
}


.ui.table thead th {
    cursor: auto;
    background: #f9fafb;
    text-align: inherit;
    color: rgba(0,0,0,.87);
    padding: .92857143em .78571429em;
    vertical-align: inherit;
    font-style: none;
    font-weight: 700;
    text-transform: none;
    border-bottom: 1px solid rgba(34,36,38,.1);
    border-left: none
}

.ui.table thead tr>th:first-child {
    border-left: none
}

.ui.table thead tr:first-child>th:first-child {
    border-radius: .28571429rem 0 0 0;
}

.ui.table thead tr:first-child>th:last-child {
    border-radius: 0 .28571429rem 0 0
}

.ui.table thead tr:first-child>th:only-child {
    border-radius: .28571429rem .28571429rem 0 0
}

.ui.table tfoot {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui.table tfoot th {
    cursor: auto;
    border-top: 1px solid rgba(34,36,38,.15);
    background: #f9fafb;
    text-align: inherit;
    color: rgba(0,0,0,.87);
    padding: .78571429em .78571429em;
    vertical-align: middle;
    font-style: normal;
    font-weight: 400;
    text-transform: none
}

.ui.table tfoot tr>th:first-child {
    border-left: none
}

.ui.table tfoot tr:first-child>th:first-child {
    border-radius: 0 0 0 .28571429rem
}

.ui.table tfoot tr:first-child>th:last-child {
    border-radius: 0 0 .28571429rem 0
}

.ui.table tfoot tr:first-child>th:only-child {
    border-radius: 0 0 .28571429rem .28571429rem
}

.ui.table tr td {
    border-top: 1px solid rgba(34,36,38,.1)
}

.ui.table tr:first-child td {
    border-top: none
}

.ui.table tbody+tbody tr:first-child td {
    border-top: 1px solid rgba(34,36,38,.1)
}

.ui.table td {
    padding: .78571429em .78571429em;
    text-align: inherit
}

.ui.table>.icon {
    vertical-align: baseline
}

.ui.table>.icon:only-child {
    margin: 0
}

.ui.table.segment {
    padding: 0
}

.ui.table.segment:after {
    display: none
}

.ui.table.segment.stacked:after {
    display: block
}

@media only screen and (max-width: 767px) {
    .ui.table:not(.unstackable) {
        width:100%
    }

    .ui.table:not(.unstackable) tbody,.ui.table:not(.unstackable) tr,.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th {
        width: auto!important;
        display: block!important
    }

    .ui.table:not(.unstackable) {
        padding: 0
    }

    .ui.table:not(.unstackable) thead {
        display: block
    }

    .ui.table:not(.unstackable) tfoot {
        display: block
    }

    .ui.table:not(.unstackable) tr {
        padding-top: 1em;
        padding-bottom: 1em;
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset!important;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset!important
    }

    .ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th {
        background: 0 0;
        border: none!important;
        padding: .25em .75em!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }

    .ui.table:not(.unstackable) td:first-child,.ui.table:not(.unstackable) th:first-child {
        font-weight: 700
    }

    .ui.definition.table:not(.unstackable) thead th:first-child {
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
}

.ui.table td .image,.ui.table td .image img,.ui.table th .image,.ui.table th .image img {
    max-width: none
}

.ui.table {
    font-size: 14px;
}

.ui.message {
    position: relative;
    min-height: 1em;
    margin: 1em 0;
    background: #f8f8f9;
    padding: 1em 1.5em;
    line-height: 1.4285em;
    color: rgba(0,0,0,.87);
    -webkit-transition: opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    transition: opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
    transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent;
    box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent
}

.ui.message:first-child {
    margin-top: 0
}

.ui.message:last-child {
    margin-bottom: 0
}

.ui.message .header {
    display: block;
    font-weight: 700;
    margin: -.14285714em 0 0 0
}

.ui.message .header:not(.ui) {
    font-size: 14px;
}

.ui.message p {
    font-size: 12px;
    opacity: .85;
    margin: .75em 0
}

.ui.message p:first-child {
    margin-top: 0
}

.ui.message p:last-child {
    margin-bottom: 0
}

.ui.message .header+p {
    margin-top: .25em
}

.ui.message .list:not(.ui) {
    text-align: left;
    padding: 0;
    opacity: .85;
    list-style-position: inside;
    margin: .5em 0 0
}

.ui.message .list:not(.ui):first-child {
    margin-top: 0
}

.ui.message .list:not(.ui):last-child {
    margin-bottom: 0
}

.ui.message .list:not(.ui) li {
    position: relative;
    list-style-type: none;
    margin: 0 0 .3em 1em;
    padding: 0
}

.ui.message .list:not(.ui) li:before {
    position: absolute;
    content: 'Ã¢â‚¬Â¢';
    left: -1em;
    height: 100%;
    vertical-align: baseline
}

.ui.message .list:not(.ui) li:last-child {
    margin-bottom: 0
}

.ui.message>.icon {
    margin-right: .6em
}

.ui.message>.close.icon {
    cursor: pointer;
    position: absolute;
    margin: 0;
    top: .78575em;
    right: .5em;
    opacity: .7;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease
}

.ui.message>.close.icon:hover {
    opacity: 1
}

.ui.message>:first-child {
    margin-top: 0
}

.ui.message>:last-child {
    margin-bottom: 0
}

.ui.attached.message {
    margin-bottom: -1px;
    border-radius: .28571429rem .28571429rem 0 0;
    box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset;
    margin-left: -1px;
    margin-right: -1px
}

.ui.attached+.ui.attached.message:not(.top):not(.bottom) {
    margin-top: -1px;
    border-radius: 0
}

.ui.bottom.attached.message {
    margin-top: -1px;
    border-radius: 0 0 .28571429rem .28571429rem;
    box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset,0 1px 2px 0 rgba(34,36,38,.15)
}

.ui.bottom.attached.message:not(:last-child) {
    margin-bottom: 1em
}

.ui.attached.icon.message {
    width: auto
}

.menu-header {
    border-radius: 20px;
    background: rgb(0, 0, 0);
    padding: 20px;
    margin-bottom: 1rem;
}
.menu-header span {
    color: white;
    font-weight: 800;
    font-size: 20px;
}
.menu-header small {
    color: rgb(219, 219, 219);
    font-size: 12px;
}
.fanpage-box {
    border: solid 2px red;
    border-radius: 10px;
}

.textz {
    font-size: 14px;
}

.modal .modal-content{background-color: #111;}
.modal .modal-content .modal-header{background:rgba(40, 40, 40, 0.5);border:1px solid #26262e;}
.modal .modal-content .modal-body{border-left:1px solid #26262e;border-right:1px solid #26262e;}
.modal .modal-content .modal-footer{border:1px solid #26262e;background:rgba(40, 40, 40, 0.5);}
