/*
Created by Bayu Anggara
2017/03/15
 */
@import url('https://fonts.googleapis.com/css?family=Luckiest+Guy');
@font-face {
    font-family: Unocide;
    src: local("Unocide"),
    local("Unocide"),
    url(../fonts/Unocide.ttf);
}
body{
    background: url(../images/bgcento_anniv.jpg) top center no-repeat fixed !important;
    background-size: cover !important;
    position: relative !important;
    padding-right: 0 !important;
}
legend{
    /*font-family: 'Unocide', 'Raleway', sans-serif;*/
    font-family: 'Luckiest Guy', cursive;
    color: darkslategrey;
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
    border-bottom: solid 1px transparent;
}
.font-uno{
    /*font-family: 'Unocide', 'Raleway', sans-serif;*/
    font-family: 'Luckiest Guy', cursive;
}
.site-header{
    z-index: -2;
    width: 100%;
    min-width: 1127px;
    height: 600px;
    position: absolute;
    margin: -30px 0 -340px 0;
    background: url("../images/characters.png") top no-repeat;
    overflow: hidden;
}
.left-char {
    background: url("../images/side-l.png") center no-repeat;
    height: 298px;
    width: 206px;
    position: absolute;
    top: 300px;
    left: 56.5%;
    margin-left: -701px;
    z-index: -1;
}
.right-char {
    background: url("../images/side-r.png") center no-repeat;
    height: 286px;
    width: 239px;
    position: absolute;
    top: 300px;
    left: 38%;
    margin-left: 494px;
    z-index: -1;
}
.m-t-sm{
    padding-top: 10px;
}
.m-t-md{
    padding-top: 20px;
}
.m-t-lg{
    padding-top: 40px;
}
.m-r-sm{
    padding-right: 5px;
}
.full-width{
    width: 100%;
}
.text-medium{
    font-size: 16px;
}
.text-red{
    color: red;
}
.text-white{
    color: #FFFFFF;
}
.text-blue{
    color: blue;
}
.text-green{
    color: green;
}
.text-pink{
    color: #ff1493;
}
.text-orange{
    color: orangered;
}
.text-gold{
    color: gold;
}
.text-gold-shadow{
    color: rgb(217, 161, 20);
    background-color: rgb(120, 120, 120);
    text-shadow: rgb(3, 3, 3) 1px 1px 1px;
}
.text-maroon{
    color: maroon;
}
.text-grey{
    color: slategrey;
}
.text-limegreen{
    color: limegreen;
}
.text-left{
    float: left !important;
}
.btn-com-fb{
    background: darkblue;
    color: #fff;
    text-decoration: none;
    padding: 4px;
}
.btn-com-kaskus{
    background: orange;
    color: #fff;
    text-decoration: none;
    padding: 4px;
}
.btn-com-fb:hover, .btn-com-kaskus:hover, .btn-com-fb:focus, .btn-com-kaskus:focus{
    color: #fff;
    text-decoration: none;
}
.width-80{
    width: 80%;
}
.well{
    background: rgba(245, 248, 250, 0.9) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.hr-st{
    border-top: 1px solid #000000; margin-top: 10px; margin-bottom: 10px;
}
.form-control:focus{
    border-color: dodgerblue;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 243, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 243, .6);
}
.navbar{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    background: rgba(0,0,0,0.9);
}
.dropdown-menu, .btn, .input-group-addon, .alert, .navbar, .form-control, .well, .modal-content, .panel{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.navbar .dropdown-menu{
    background: rgba(0, 0, 0, 0.9) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.navbar .dropdown-menu a{
    color: #fff !important;
}
.navbar .dropdown-menu a:hover{
    background-color: #dddddd !important;
    color: #000000 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover{
    background-color: #ffffff !important;
    color: #000000 !important;
}
#newsCarousel{
    top: 5px;
}
#newsCarousel .carousel-control {
    top: -28px;
    width:0;
    height: 20px !important;
    padding-left: 0;
}
#newsCarousel .carousel-control.left, .carousel-control.right {
    background: none !important;
    color: rgba(0, 0, 0, 0.2) !important;
}
#newsCarousel .carousel-control:focus, .carousel-control:hover {
    color: rgba(0, 0, 0, 0.2) !important;
    text-decoration: none !important;

    outline: 0 !important;
}
#newsCarousel .carousel-control.left{
    right: auto;
}
#newsCarousel .carousel-control.right{
    right: auto !important;
    float: left !important;
    left: 20px;
}
#newsCarousel{
    cursor: grab !important;
}

.dataTables_processing{
    position: absolute;
    z-index: 99999;
    background: none;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

.dtt-loading{
    padding-left: 10px;
    padding-top: 30px;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 3px !important;
}
.tp{
    margin-top: -25px !important;
}
.img-item{
    max-width: 40px; min-width: 40px; max-height: 40px; min-height: 40px;
}

.img-viewItem{
    max-width: 80px; min-width: 80px; max-height: 80px; min-height: 80px;
}
.img-viewItemMall{
    max-width: 100px; min-width: 100px; max-height: 100px; min-height: 100px;
}
.center {
    display: block;
    margin: 0 auto;
}
.img-medium{
    max-width: 60px; min-width: 60px; max-height: 60px; min-height: 60px;
}
.hr-half{
    width: 50% !important;
}
.modal-footer{
    border: none !important;
}
.no-pl{
    padding-left: 0 !important;
}
.no-pr{
    padding-right: 0 !important;
}
.cur-pnt{
    cursor: pointer;
}
.alert-info{
    background: #64B5F6 !important;
    border: solid 1px #64B5F6 !important;
    color: #fff !important;
}
.alert-danger{
    background: #f4645f !important;
    border: solid 1px #f4645f !important;
    color: #fff !important;
}
.alert-success{
    background: #5cd65c !important;
    border: solid 1px #5cd65c !important;
    color: #fff !important;
}
.alert-warning{
    background: #ffad33 !important;
    border: solid 1px #ffad33 !important;
    color: #fff !important;
}
code{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.img-footer{
    width: 80px;
    height: 40px;
}
.news-flash span{
    font-size: small !important;
}
.news-flash{
    min-height: 100px !important;
}
.read-more{
    bottom: 0;
    width: 100%;
    padding-bottom: 5px;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    left: 0;
}
.no-dec:hover{
    text-decoration: none !important;
}
.smaller{
    font-size: smaller;
}
.bold{
    font-weight: bold;
}
.title-break{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}
.thumbnail{
    padding: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.news-content img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#common-content img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

img{
    pointer-events: none;
}
.label{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.label-info{
    background: royalblue;
}
.carousel-inner .thumbnail{
    min-height: 320px !important;
    max-height: 320px !important;
}
.whndr{
    width: 100%;
}
.img-thumbnail{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.tip-container{
    margin-top: -15px;
    position: relative;
    width: 100%;
    height: auto;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: darkslategray;
}
.tip-container-uni{
    position: relative;
    width: auto;
    padding: 5px 15px;
    color: #fff;
    background-color: slategrey;
}
.tip-container-uni .tip-arrow{
    top: -5px;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: slategrey;
}
.tip-arrow{
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tip-container .tip-arrow{
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: darkslategray;
}
.table-hover > tbody > tr:hover {
    background-color: lightskyblue;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-prev, .owl-next {
    position:absolute;
    top:5%;
    padding:5px;
    margin:0;
    z-index:100;
    font-size:3rem;
    cursor:pointer;
    color:#555;
}

.owl-prev {
    left:-8px;
}

.owl-next {
    right:-8px;
}

.owl-theme .owl-controls .owl-buttons div{
    color: #555;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    font-size: 3rem;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    margin-top:-32px;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    color:#2a6496;
}

.guildlogo{padding:0;position:relative}
.guildlogo .div1{left:0;position:absolute;z-index:1}
.guildlogo .div2{left:0;position:absolute;z-index:2}
.guildlogo .div3{left:0;position:relative;z-index:3}

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    overflow-x: hidden;
}

div.fb-like-box,
div.fb-like-box > span,
div.fb-like-box > span > iframe[style],
div.fb-comments,
div.fb-comments > span,
div.fb-comments > span > iframe[style] {
    width: 100% !important;
    overflow-x: hidden;
}

.nav-tabs > li > a{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.pagination > li:first-child  > a, .pagination > li:first-child  > span, .pagination > li > a, .pagination > li > a, .pagination > li > span, .pagination > li > span, .popover{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.select2-dropdown {
    border-radius: 0 !important;
}

.select2-selection {
    border-radius: 0 !important;
}

.select2-search__field {
    border-radius: 0 !important;
}

.progress {
    overflow: unset;
    position: relative;
    border: solid 1px rgba(0,0,0,.3);
    border-radius: 20px;
}

.progress-bar {
    border-radius: 20px;
}

.tier-marker {
    transition: all .3s linear;
    position: absolute;
    z-index: 100;
    top: -8px;
    border-radius: 50%;
    box-shadow: 1px 4px 12px rgb(0, 0, 0.3);
}

.tier-marker:hover {
    transform: scale(1.3);
}

.tier-marker.tier-1 {
    left: calc(6.66666% - 25px);
}
.tier-marker.tier-2 {
    left: calc(33.33333% - 25px);
}
.tier-marker.tier-3 {
    left: calc(66.66666% - 25px);
}
.tier-marker.tier-4 {
    left: calc(100% - 25px);
}

/* VIP Area */

.vip-account__wrapper--active {
    position: relative;
    border: ridge 4px rgba(255, 200, 1, .5);
    /*box-shadow: 0px 0px 18px rgba(255, 200, 1, 0.55);*/
    padding: 15px 10px;
    border-radius: 8px;
    z-index: 9;
}

.vip-account__wrapper--active::before {
    content: '';
    position: absolute;
    right: -15px;
    top: -30px;
    background: url('../images/ui/vip_ticket.png') no-repeat;
    width: 64px;
    height: 64px;
    z-index: 5;
}

.vip-account__wrapper--active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    margin: -2px;
    box-shadow: 0 0 24px rgba(255, 200, 1, 0.75);
    border-radius: 8px;
    background: transparent;
    animation: expand-and-fade 1.75s infinite ease-out;
    z-index: -1;
}

.card {
    position: relative;
    background: #fff;
    padding: 20px;
    border: solid 2px rgba(0, 98, 255, 0.65);
    border-radius: 6px;
    cursor: pointer;
    min-height: 150px;
    box-shadow: 0 3px 8px rgba(24, 100, 222,.3);
    margin-bottom: 45px;
    transition: all .3s ease;
    padding-top: 5px;
}

.card .card-title h4 {
    font-weight: bold;
    font-size: 22px;
    max-width: 80%;
}

.card.card-login-event.vip-card {
    border: solid 2px rgba(255, 201, 1, 0.65);
    box-shadow: 0 3px 8px rgba(255, 201, 1, 0.3);
}

.card.card-login-event.disabled {
    pointer-events: none;
    background: #cccccc;
    color: rgba(0,0,0,.6);
    border-color: rgba(0,0,0,.4);
    box-shadow: 0 3px 8px rgba(0,0,0,.4);;
}

.card.card-login-event.disabled .login-event-reward {
    display: none !important;
}

.card.card-login-event.disabled::after,
.card.card-login-event.disabled::before {
    filter: grayscale(100%);
}

.card.card-login-event.disabled .view-rewards {
    display: none;
}

.card.card-login-event .card-body {
    max-width: 80%;
}

.card.card-login-event::before {
    content: '';
    position: absolute;
    right: -15px;
    top: -15px;
    background: url('../images/ui/login_event_32.png') no-repeat;
    width: 32px;
    height: 32px;
    z-index: 5;
}

.card.card-login-event.disabled .card-body::after {
    content: '- C L A I M E D -';
    position: absolute;
    top: 50%;
    font-size: 22px;
    transform: rotate(-30deg) translate(-5%, -50%);
    right: 5%;
    color: rgb(174, 32, 20);
    text-shadow: 5px 1px 12px rgba(174, 32, 20, 1);
}

.card.card-login-event::after {
    content: '';
    position: absolute;
    background: url('../images/ui/login_event_bg_64_alt.png') no-repeat;
    width: 64px;
    height: 64px;
    bottom: 10px;
    right: 10px;
    opacity: .3;
    transition: all .3s linear;
    transform: scale(0.75);
}

.card.card-login-event:hover::after,
.card.card-login-event:active::after {
    /*transform: rotate(360deg);*/
    transform: scale(1);
}

.card.card-login-event:hover,
.card.card-login-event:active {
    background: rgba(0, 98, 255, 0.65);
    color: #fff;
}

.card.card-login-event.vip-card:hover,
.card.card-login-event.vip-card:active {
    background: rgba(255, 201, 1, 0.65);
    color: #000;
}

.card.card-login-event .login-event-reward {
    background: rgba(0,0,0,.68);
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    display: none;
    margin-top: 25px;
}

.card.card-login-event .login-event-reward p {
    margin-bottom: 2px;
}

.card.card-login-event .view-rewards .fa {
    font-size: 20px;
    transition: all .3s linear;
    /*animation-name: scroll;*/
    /*animation-duration: 1.2s;*/
    /*animation-timing-function: cubic-bezier(.15,.41,.69,.94);*/
    /*animation-iteration-count: infinite;*/
}

.card.card-login-event .view-rewards {
    text-align: center;
    position: absolute;
    top: -2px;
    right: -2px;
    padding: 10px;
}

.card.card-login-event .claim-rewards {
    display: none;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    color: #ffffff;
    /*border-bottom-left-radius: 8px;*/
    /*border-bottom-right-radius: 8px;*/
    /*border-top-left-radius: 8px;*/
    border-radius: 8px;
    z-index: 8;
    width: calc(20% + 2px);
}

.card.card-login-event .claim-rewards:hover {
    text-shadow: 5px 3px 4px #fff;;
}

.card.card-login-event .view-rewards.opened .fa {
    transform: rotate(180deg);
    animation-name: unset;
}

.card.card-login-event:hover .view-rewards {
    background: rgba(0,0,0,.3);
    border-bottom-left-radius: 8px;
}

.card.card-login-event:hover .claim-rewards {
    display: block;
    background: rgba(0,0,0,.75);
    z-index: 5;
}

@keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(5px); opacity: 0;}
}

@keyframes scrollUp {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(-5px); opacity: 0;}
}

@keyframes expand-and-fade{
    0% { opacity:0 }
    1%{ opacity:1 }
    5%{ transform:scale(1.02) }
    50%{ transform:scale(1.04) }
    100%{ transform:scale(1.06);opacity:0 }
}

#beginner-guide-btn {
    position: relative;
    z-index: 5;
}

#beginner-guide-content {
    position: relative;
    display: none;
}

#beginner-guide-content .row {
    position: relative;
    z-index: 5;
}

#beginner-guide-content .row {
    display: flex;
    flex-wrap: wrap;
}

#beginner-guide-content::after {
    content: '';
    position: absolute;
    background: url('../images/bg-alt.png');
    right: 0;
    bottom: 0;
    width: 91px;
    height: 143px;
    opacity: 0.2;
}

/* Glowing Text */
@keyframes glow {
    to {
        text-shadow: 0 0 18px #ffffff;
        color: rgba(255, 200, 1, 1);
        transform: scale(1.2);
        background-color: transparent;
    }
}

@media (min-width: 1025px) {
    .text-glow {
        /*animation: glow 1.25s infinite alternate;*/
        color: rgba(255, 200, 1, 1) !important;
        background-color: transparent !important;
        text-shadow: 0 0 18px #ffffff;
    }

    .text-glow:hover,
    .active .text-glow {
        background-color: transparent;
    }
}

.daily-login {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.daily-login__item {
    width: 100%;
    max-width: calc((100% / 3) - 10px);
    border-bottom: solid 2px #cbcbcb;
}

/*@media (min-width: 501px) and (max-width: 1025px) {*/
/*    .daily-login__item {*/
/*        max-width: calc(100% / 3);*/
/*    }*/
/*}*/

@media (min-width: 400px) and (max-width: 560px) {
    .daily-login__item {
        max-width: calc((100% / 2) - 10px);
    }
}

@media (max-width: 399px) {
    .daily-login__item {
        max-width: 100%;
    }
}
