/*
Created by Bayu Anggara
2017/03/15
 */
@font-face {
    font-family: Unocide;
    src: local("Unocide"),
    local("Unocide"),
    url(../fonts/Unocide.ttf);
}
/*body{*/
/*    background: url(../images/background.jpg) bottom center no-repeat fixed !important;*/
/*    background-size: cover !important;*/
/*    position: relative !important;*/
/*    padding-right: 0 !important;*/
/*}*/
legend{
    font-family: 'Unocide', 'Raleway', sans-serif;
    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;
}
.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);
}
.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{
    width: 100%;
}
.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 p {
    color: white !important;
}
.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;
}
.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:50%;position:absolute;z-index:1; transform: translateX(-50%);}
.guildlogo .div2{left:50%;position:absolute;z-index:2; transform: translateX(-50%);}
.guildlogo .div3{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;
}

.pagination{display:inline-block;padding-left:0;margin:22px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.6;text-decoration:none;color:#3097d1;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#216a94;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;background-color:#3097d1;border-color:#3097d1;cursor:default}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.33333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}
.dataTables_paginate {
    display: flex;
    justify-content: center;
}

.dataTables_paginate .pagination {
    margin: 0;
}


button {
    border: 0;
    box-shadow: none;
    background: transparent;
    cursor: pointer;
}

[disabled="true"] {
    cursor: not-allowed !important;
}

[data-notify] {
    padding: 15px 0;
}

p {
    font-size: 14px !important;
}

h4 {
    font-size: 18px !important;
}

h3 {
    margin-top: 30px;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

.bootstrap-touchspin-up i,
.bootstrap-touchspin-down i{
    font-size: 10px !important;
}

.bootstrap-touchspin .input-group-btn-vertical {
    top: -3px;:
}

/* LOGIN EVENTS */

.card {
    position: relative;
    background: #fff;
    padding: 20px;
    border: solid 2px rgba(255, 36, 21, 0.65);
    border-radius: 6px;
    cursor: pointer;
    min-height: 150px;
    box-shadow: 0 3px 8px rgba(255, 36, 21,.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.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:hover,
.card.card-login-event:active {
    background: rgba(255, 36, 21, 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 {
    color: #ffffff !important;
}

.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;
}

.alert-danger p {
    color: #ffffff !important;
}

.select2-results__option--highlighted {
    background: #d16a18 !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 55, 99, 0.6) !important;
    border-color: #d16a18 !important;
}

.select2-container--bootstrap .select2-dropdown {
    border-color: #d16a18 !important;
}

fieldset {
    border: 5px solid #d16a18;
    background: #ddd;
    border-radius: 5px;
    padding: 15px !important;
}

fieldset legend {
    background: #d16a18;
    color: #fff;
    padding: 5px 10px ;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: 0 0 0 5px #ddd;
    margin-left: 20px;
    width: auto;
}

.info-value {
    font-weight: bold;
    color: #630509 !important;
    font-size: 16px !important;
}

#drop-result .row {
    margin-left: 0;
    margin-right: 0;
}

#drop-result .row .droplist:nth-child(odd) {
    padding: 10px;
    background: #eaeaea;
}

#drop-result .row .droplist:nth-child(even) {
    padding: 10px;
    background: #ffffff;
}

input::placeholder {
    opacity: 0.65 !important;
}

.selectric .label {
    font-size: 14px !important;
}

.bn-title {
    background: linear-gradient(180deg,#fb5074,#f3398c,#ed24a8) !important;
    border-right-color: #fcb05a !important;
}

.breakingNews {
    background: linear-gradient(180deg,#43c2f8,#1dbafd,#788aff) !important;
}

.sub-left a:hover img {
    box-shadow: 0 0 12px 5px #565656;
}

.card-login {
    margin-bottom: 160px !important;
}

.card-login.card-login--error {
    margin-bottom: 85px !important;
}

.card-login.card-login--logged {
    max-height: 425px;
    margin-bottom: 105px !important;
    overflow-y: auto;
}

.card-login.card-login--special {
    margin-bottom: 60px !important;
}

.form-control {
    height: auto !important;
}

.form-control::placeholder {
    color: #0a001f !important;
}

.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(47, 46, 46, 0.84);
}

.news-list__item__preview p {
    font-size: 20px !important;
}

.news-list__item__content {
    max-width: 500px !important;
}

@media (max-width: 1202px) {
    .header-main .header-nav ul {
        padding: 0 !important;
    }

    .header-main .header-nav .logo {
        top: -50px !important;
        left: auto !important;
        right: 0 !important;
        transform: none !important;
    }

    .sub-left + .col-md-9 {
        padding: 0 !important;
    }
}

.custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    margin-bottom: 15px;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #890707;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/**
New Override
 */

body .card-sidebar, body .card-sidebar::after, body .card-sidebar::before {
    background: -webkit-gradient(linear,left top,left bottom,from(#2a2bb5),to(#131468)) !important;
    background: linear-gradient(#2a2bb5,#131468) !important;
}

body .card-sidebar__title {
    color: #ffffff !important;
}

body .card-sidebar {
    border-top: 4px solid #2a2bb5 !important;
}

body .card-sidebar::before,
body .card-sidebar::after {
    border-color: #2a2bb5 !important;
}

body .news-list__item__type .badge-primary {
    background-color: #2a2bb5 !important;
}

.badge-success {
    color: #ffffff !important;
    background-color: #21510f !important;
}

body .card-login__top a {
    background: linear-gradient(#2a2bb5,#131468 85%) !important;
    border-color: #2a2bb5 !important;
}

body .card-login__top a:hover {
    filter: drop-shadow(0 0 .75rem #2a2bb5) !important;
}

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

.sub-left a:hover img {
    box-shadow: 0 0 12px 5px #2a2bb5 !important;
}

body header .header-main .header-nav {
    background: -webkit-gradient(linear,left top,left bottom,from(#292ab2),color-stop(25%,#2a2bb5),color-stop(75%,#1e1f8c),to(#191a7d)) !important;
    background: linear-gradient(#2a2bb5,#2a2bb5 25%,#191a7d 75%,#191a7d) !important;
    border: 2px solid #2a2bb5 !important;
}

body header .header-main .header-nav ul li::before {
    background: #2a2bb5 !important;
}

body header .header-main .header-nav ul li::after {
    background-image: linear-gradient(-180deg,rgba(255, 255, 255, 0.1), rgba(0, 67, 176, 0.44)) !important;
}

body .btn--login {
    background: -webkit-gradient(linear,left top,left bottom,from(#2a2bb5),color-stop(85%,#1e1f8c)) !important;
    background: linear-gradient(#2a2bb5,#1e1f8c 85%) !important;
    border: 2px solid #07227c !important;
}

.btn:hover {
    color: #ffffff !important;
    text-shadow: 0 0 10px  #ffffff !important;
}

body header .header-main::after {
    color: #2a2bb5 !important;
}

body footer .footer-content {
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
}

body footer .footer-content .text-menu,
body footer .footer-content a {
    font-size: 30px !important;
    color: #0b34b8 !important;
}

body footer .footer-content a {
    text-decoration: underline !important;
}

body footer .footer-content a:hover {
    text-decoration: none !important;
}

body .banner__list__item {
    background: -webkit-gradient(linear,left top,left bottom,from(#2a2bb5),color-stop(85%,#1e1f8c)) !important;
    background: linear-gradient(#2a2bb5,#1e1f8c 85%) !important;
    border-color: #2a2bb5 !important;
}

body header .header-main .header-nav ul li.header-nav__item--has-child ul {
    position: absolute;
    top: 100%;
    right: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(#2a2bb5),color-stop(25%,#1e1f8c),color-stop(75%,#1e1f8c),to(#850a0a)) !important;
    background: linear-gradient(#2a2bb5,#1e1f8c 25%,#1e1f8c 75%,#1e1f8c) !important;
}

footer {
    text-align: center;
}

.alert {
    padding: 15px;
    margin-bottom: 15px;
}

[data-notify] button.close {
    background: none !important;
    right: 5px !important;
    color: white !important;
}

.m-1{margin:.25rem!important}
.m-2{margin:.5rem!important}
.m-3{margin:1rem!important}
.m-4{margin:1.5rem!important}
.m-5{margin:3rem!important}

.mt-0 {margin-top: 0 !important}
.mt-1{margin-top:.25rem!important}
.mt-2{margin-top:.5rem!important}
.mt-3{margin-top:1rem!important}
.mt-4{margin-top:1.5rem!important}
.mt-5{margin-top:3rem!important}

.mb-1{margin-bottom:.25rem!important}
.mb-2{margin-bottom:.5rem!important}
.mb-3{margin-bottom:1rem!important}
.mb-4{margin-bottom:1.5rem!important}
.mb-5{margin-bottom:3rem!important}

.ms-1{margin-left:.25rem!important}
.ms-2{margin-left:.5rem!important}
.ms-3{margin-left:1rem!important}
.ms-4{margin-left:1.5rem!important}
.ms-5{margin-left:3rem!important}

.me-1{margin-right:.25rem!important}
.me-2{margin-right:.5rem!important}
.me-3{margin-right:1rem!important}
.me-4{margin-right:1.5rem!important}
.me-5{margin-right:3rem!important}

.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}
.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}
.mx-3{margin-left:1rem!important;margin-right:1rem!important}
.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}
.mx-5{margin-left:3rem!important;margin-right:3rem!important}

.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}
.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}
.my-3{margin-top:1rem!important;margin-bottom:1rem!important}
.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}
.my-5{margin-top:3rem!important;margin-bottom:3rem!important}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

ul {
    list-style: none;
}
