@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('includes/fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('includes/fonts/roboto-condensed-v25-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: url('includes/fonts/arimo-v27-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 700;
    src: url('includes/fonts/arimo-v27-latin-700.woff2') format('woff2');
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
ol,
li,
form,
fieldset {
    border: none;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background-color: #141516;
    color: #212529;
    font-family: 'Roboto Condensed', Sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

img,
video,
embed,
iframe,
object,
select,
textarea {
    max-width: 100%;
}

img {
    height: auto;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Roboto Condensed', Sans-serif;
    font-weight: inherit;
    line-height: 1.2;
}

a {
    color: #212529;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #000000;
}

pre {
    background-color: #F0F0F0;
    border: 1px solid #AAA;
    margin: 8px 0;
    padding: 8px;
    overflow: auto;
    -ms-word-wrap: normal;
    word-wrap: normal;
}

pre,
code {
    font-size: 16px;
    line-height: 1.6;
}

blockquote {
    background-color: #EDEDED;
    border-left: 6px solid #687888;
    margin: 20px;
    padding: 10px 14px 2px;
    font-style: italic;
}

blockquote cite {
    display: block;
    margin-top: 8px;
    text-align: right;
    font-style: normal;
    font-size: small;
}

dl {
    padding-left: 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 10px;
}

table {
    width: 98%;
    border-collapse: collapse;
    margin: 10px auto;
}

th {
    background-color: #DDD;
    font-weight: normal;
}

th,
td {
    border: 1px solid #AAA;
    font-size: 16px;
}

ul,
ol {
    margin-top: 4px;
    margin-bottom: 8px;
    padding-left: 20px;
}

ul ul,
ol ol {
    padding-left: 15px;
}

li {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 15px;
    margin-right: 0;
}

address {
    margin-bottom: 10px;
}

.screen-reader-text {
    display: none;
}

.cf:before,
.cf:after {
    clear: both;
    content: "";
    display: table;
}

/*----------------------------------------------
	----------CUSTOM-----------
-----------------------------------------------*/
.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.fs-11 {
    font-size: 11px;
}

.fs-10 {
    font-size: 10px;
}

.tbpaito :where(th, td) {
    padding: 0px !important;
    font-weight: 700;
}

.tbpaito th.title-pasaran {
    font-size: 16px;
}

table.table-light.tbpaito :where(tr, th, td) {
    border: 1px solid #dfdfdf;
}

table.table-dark.tbpaito :where(tr, th, td) {
    border: 1px solid #393939;
}

table.table-light.tbpaito td#j {
    color: #a9a9a9;
}

table.table-dark.tbpaito td#j {
    color: #979797;
}

table.table-light.tbpaito tr:nth-last-child(5n+1) td {
    background-color: #e5e6e7;
}

table.table-dark.tbpaito tr:nth-last-child(5n+1) td {
    background-color: #323539;
}

table.table-dark.tbpaito td:nth-child(5n) {
    background-color: #323539
}

table.tbpaito th,
table.bolafortunes th {
    background: #8d0404;
    color: #fff;
}

table.bolafortunes :where(tr, th, td) {
    border: 1px solid #dfdfdf;
    padding: 3px;
}

table.bolafortunes td {
    padding: 3px 2px;
    align-content: center;
}

.search {
    background: rgb(103 109 155 / 21%)
}

svg.icon-btn {
    width: 1.3rem;
    height: auto;
    margin: 0 3px 0 0;
}

.crs-pointer {
    cursor: pointer;
}

.rounded-start-bottom {
    border-bottom-left-radius: 10px;
}

.rounded-end-bottom {
    border-bottom-right-radius: 10px;
}

.coloring>div {
    width: 10%;
    height: 40px;
    cursor: pointer;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.coloring div[id].active {
    transform: scale(1.1);
    border-radius: 5px;
    box-shadow: inset 0 5px 5px rgba(255, 255, 255, .8);
    z-index: 1;
}

.coloring>div:not(.active) {
    transition: transform .3s ease, box-shadow .3s ease, border-radius .3s ease;
}

.coloring>div:hover:not(.active) {
    transform: scale(1.05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.color1 {
    background: linear-gradient(to bottom, #099bff 0, #006797 100%);
}

.color2 {
    background: linear-gradient(to bottom, #0f0 0, #009f00 100%);
}

.color3 {
    background: linear-gradient(to bottom, #ff6000 0, #9f3500 100%);
}

.color4 {
    background: linear-gradient(to bottom, red 0, #950303 100%);
}

.color5 {
    background: linear-gradient(to bottom, #932fed 0, #5800a9 100%);
}

.color6 {
    background: linear-gradient(to bottom, #ff1493 0, #bf0067 100%);
}

.color7 {
    background: linear-gradient(to bottom, #fff200 0, #df9000 100%);
}

.color8 {
    background: linear-gradient(to bottom, #0ff 0, #00baba 100%);
}

.color9 {
    background: linear-gradient(to bottom, #d9d9d9 0, #8c8c8c 100%);
}

.a0,
.a1,
.a2,
.a3,
.a4,
.a5,
.a6,
.a7,
.a8,
.a9 {
    background-color: #db8bca !important;
    color: #f10086 !important;
}

.c0,
.c1,
.c2,
.c3,
.c4,
.c5,
.c6,
.c7,
.c8,
.c9 {
    background-color: #7ed7ff !important;
    color: #f10086 !important;
}

.k0,
.k1,
.k2,
.k3,
.k4,
.k5,
.k6,
.k7,
.k8,
.k9 {
    background-color: #9fffd2 !important;
    color: #f10086 !important;
}

.e0,
.e1,
.e2,
.e3,
.e4,
.e5,
.e6,
.e7,
.e8,
.e9 {
    background-color: #fff5b3 !important;
    color: #f10086 !important;
}

.j0,
.j1,
.j2,
.j3,
.j4,
.j5,
.j6,
.j7,
.j8,
.j9 {
    background-color: #979797 !important;
    color: #f10086 !important;
}

.n1,
.n2,
.n3,
.n4,
.n5,
.n6 {
    background-color: #0000003b !important;
    color: #950303 !important;
    z-index: 11;
}

.searchNumber input,
.searchPosition input {
    max-width: 55px;
    width: 100%;
    padding: 2px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

canvas#chart-a,
canvas#chart-c,
canvas#chart-k,
canvas#chart-e {
    width: 100% !important;
    height: auto !important;
    display: block;
}

table.tbstatistik :where(tr, th, td) {
    padding: 0 !important;
    border: 1px solid #dfdfdf;
}

table.tbstatistik th {
    background: #950303;
    color: #ffffff;
    font-size: 18px;
}

@media (min-width:992px) {
    .custom-rounded {
        border-radius: 50rem
    }
}

@media (max-width:728px) {

    .tbpaito td,
    .tbpaito th {
        font-size: 14px
    }

    table.tbstatistik td {
        font-size: 10px;
    }
}

.ball-red {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0 2px;
    background: radial-gradient(circle at 65% 15%, white 1px, Red 3%, DarkRed 60%, Red 100%);
    color: white;
}

.ball-black {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0 2px;
    background: radial-gradient(circle at 65% 15%, white 1px, black 3%, #1c1c1c 60%, black 100%);
    color: white;
}

.ball-yellow {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0 2px;
    background: radial-gradient(circle at 65% 15%, white 1px, #ffe000 3%, #d98600 60%, #ffe000 100%);
    color: white;
}

.ball-green {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0 2px;
    background: radial-gradient(circle at 65% 15%, white 1px, #16db00 3%, #0d8100 60%, #16db00 100%);
    color: white;
}

.ball-gray {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0 2px;
    background: radial-gradient(circle at 65% 15%, white -1px, #bdbdbd 20%, #8a8a8a 50%, #bdbdbd 100%);
    text-shadow: 1px 1px 2px #03133b;
    color: white;
}

.ball-blue {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0 2px;
    background: radial-gradient(circle at 65% 15%, white 1px, #004cff 3%, #0f00bf 60%, #004cff 100%);
    color: white;
}

.ball-pink {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0 2px;
    background: radial-gradient(circle at 65% 15%, white 1px, #ff1493 3%, #bf0067 60%, #ff1493 100%);
    color: white;
}

.ball-violet {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0 2px;
    background: radial-gradient(circle at 65% 15%, white 1px, #9d00ff 3%, #5800a9 60%, #8400ff 100%);
    color: white;
}

/* rumu harian */
table.rumusHarian {
    margin: 0 auto;
    border-collapse: separate;
}

.rumusHarian :where(th, td) {
    padding: 1px !important;
    text-align: center;
    border-radius: 2px;
}

.rumusHarian tbody tr td:nth-child(n+2):nth-child(-n+12) {
    color: #8f8f8f;
}

.rumusHarian td.a {
    background-color: rgb(13 202 240 / 25%);
}

.rumusHarian td.c {
    background-color: rgb(255 201 40 / 50%);
}

.rumusHarian :where(td.k, td.jd, td.jt, td.j) {
    background-color: rgb(137 255 200 / 75%);
}

.rumusHarian td.e {
    background-color: rgb(255 57 76 / 50%);
}

.hide {
    display: none;
}

.unhide {
    background-color: rgb(108 117 125 / 75%);
    cursor: pointer;
}

td.flush {
    color: #dc3545 !important;
    border-color: #dc3545;
    font-weight: bold;
}

#text-a {
    color: #0b9cb9;
}

#text-c {
    color: #d5a000;
}

#text-k,
#text-j,
#text-jt,
#text-jd {
    color: #007d43;
}

#text-e {
    color: #dc3545;
}

x {
    display: none;
}

.side-scrolling {
    width: 100%;
    padding: 0.5em 0;
    margin: 0 0 0.4em 0;
    height: 20rem;
}

.side-scrolling input {
    width: 100%;
    padding: .4rem 0;
}

.table-home :where(tr, th, td) {
    border: none;
    padding: 4px 3px !important;
}

.table-home td {
    width: 150px;
}

.list-none {
    list-style: none !important;
}

.ball-home-active {
    border-radius: 50%;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: -1px;
    background: radial-gradient(circle at 65% 15%, white 1px, Red 3%, DarkRed 60%, Red 100%);
    color: white;
}

.ball-home-false {
    border-radius: 50%;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: -1px;
    background: radial-gradient(circle at 65% 15%, white -1px, #bdbdbd 20%, #8a8a8a 50%, #bdbdbd 100%);
    text-shadow: 1px 1px 2px #03133b;
    color: white;
}

.bg-merah {
    background: -webkit-linear-gradient(0deg, #5c0404, #950303, #e20808);
    background: -moz-linear-gradient(0deg, #5c0404, #950303, #e20808);
    background: -o-linear-gradient(0deg, #5c0404, #950303, #e20808);
    background: linear-gradient(0deg, #5c0404, #950303, #e20808);
    background-color: #d50000;
}

.bg-hijau {
    background-color: #19d604;
    background: -webkit-gradient(linear, left top, left bottom, from(#19d604), to(#084b00));
    background: -webkit-linear-gradient(top, #19d604 0%, #084b00 100%);
    background: -moz-linear-gradient(top, #19d604 0%, #084b00 100%);
    background: -o-linear-gradient(top, #19d604 0%, #084b00 100%);
    background: -ms-linear-gradient(top, #19d604 0%, #084b00 100%);
    background: linear-gradient(to bottom, #19d604 0%, #084b00 100%);
}

.bg-kuning {
    background-color: #ffe000;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe000), to(#c55200));
    background: -webkit-linear-gradient(top, #ffe000 0%, #c55200 100%);
    background: -moz-linear-gradient(top, #ffe000 0%, #c55200 100%);
    background: -o-linear-gradient(top, #ffe000 0%, #c55200 100%);
    background: -ms-linear-gradient(top, #ffe000 0%, #c55200 100%);
    background: linear-gradient(to bottom, #ffe000 0%, #c55200 100%);
}

.bg-biru {
    background-color: #00b5e5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #00b5e5), to(#00377b));
    background: -webkit-linear-gradient(top, #00b5e5 10%, #00377b 100%);
    background: -moz-linear-gradient(top, #00b5e5 10%, #00377b 100%);
    background: -o-linear-gradient(top, #00b5e5 10%, #00377b 100%);
    background: -ms-linear-gradient(top, #00b5e5 10%, #00377b 100%);
    background: linear-gradient(to bottom, #00b5e5 10%, #00377b 100%);
}

.btn-merah {
    background-color: #d50000;
    background: -webkit-linear-gradient(0deg, #5c0404, #950303, #e20808);
    background: -moz-linear-gradient(0deg, #5c0404, #950303, #e20808);
    background: -o-linear-gradient(0deg, #5c0404, #950303, #e20808);
    background: linear-gradient(0deg, #5c0404, #950303, #e20808);
    border: 1px solid #950303;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffcfcf;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffcfcf;
    box-shadow: inset 0px 1px 0px 0px #ffcfcf;
    cursor: pointer;
}

.btn-merah:hover,
.btn-merah:active {
    background: -webkit-linear-gradient(0deg, #e20808, #950303, #5c0404);
    background: -moz-linear-gradient(0deg, #e20808, #950303, #5c0404);
    background: -o-linear-gradient(0deg, #e20808, #950303, #5c0404);
    background: linear-gradient(0deg, #e20808, #950303, #5c0404);
}

.btn-hijau {
    background-color: #19d604;
    background: -webkit-gradient(linear, left top, left bottom, from(#19d604), to(#084b00));
    background: -webkit-linear-gradient(top, #19d604 0%, #084b00 100%);
    background: -moz-linear-gradient(top, #19d604 0%, #084b00 100%);
    background: -o-linear-gradient(top, #19d604 0%, #084b00 100%);
    background: -ms-linear-gradient(top, #19d604 0%, #084b00 100%);
    background: linear-gradient(to bottom, #19d604 0%, #084b00 100%);
    border: 1px solid #008300;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f4fff4;
    -moz-box-shadow: inset 0px 1px 0px 0px #f4fff4;
    box-shadow: inset 0px 1px 0px 0px #f4fff4;
    cursor: pointer;
}

.btn-hijau:hover,
.btn-hijau:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#084b00), to(#19d604));
    background: -webkit-linear-gradient(top, #084b00 0%, #19d604 100%);
    background: -moz-linear-gradient(top, #084b00 0%, #19d604 100%);
    background: -o-linear-gradient(top, #084b00 0%, #19d604 100%);
    background: -ms-linear-gradient(top, #084b00 0%, #19d604 100%);
    background: linear-gradient(to bottom, #084b00 0%, #19d604 100%);
}


.btn-kuning {
    background-color: #ffe000;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe000), to(#c55200));
    background: -webkit-linear-gradient(top, #ffe000 0%, #c55200 100%);
    background: -moz-linear-gradient(top, #ffe000 0%, #c55200 100%);
    background: -o-linear-gradient(top, #ffe000 0%, #c55200 100%);
    background: -ms-linear-gradient(top, #ffe000 0%, #c55200 100%);
    background: linear-gradient(to bottom, #ffe000 0%, #c55200 100%);
    border: 1px solid #fbc928;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    cursor: pointer;
}

.btn-kuning:hover,
.btn-kuning:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#c55200), to(#ffe000));
    background: -webkit-linear-gradient(top, #c55200 0%, #ffe000 100%);
    background: -moz-linear-gradient(top, #c55200 0%, #ffe000 100%);
    background: -o-linear-gradient(top, #c55200 0%, #ffe000 100%);
    background: -ms-linear-gradient(top, #c55200 0%, #ffe000 100%);
    background: linear-gradient(to bottom, #c55200 0%, #ffe000 100%);
}


.btn-biru {
    background-color: #00b5e5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #00b5e5), to(#00377b));
    background: -webkit-linear-gradient(top, #00b5e5 10%, #00377b 100%);
    background: -moz-linear-gradient(top, #00b5e5 10%, #00377b 100%);
    background: -o-linear-gradient(top, #00b5e5 10%, #00377b 100%);
    background: -ms-linear-gradient(top, #00b5e5 10%, #00377b 100%);
    background: linear-gradient(to bottom, #00b5e5 10%, #00377b 100%);
    border: 1px solid #00b1d5;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ccf6ff;
    -moz-box-shadow: inset 0px 1px 0px 0px #ccf6ff;
    box-shadow: inset 0px 1px 0px 0px #ccf6ff;
    cursor: pointer;
}

.btn-biru:hover,
.btn-biru:active {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #00377b), to(#00b5e5));
    background: -webkit-linear-gradient(top, #00377b 10%, #00b5e5 100%);
    background: -moz-linear-gradient(top, #00377b 10%, #00b5e5 100%);
    background: -o-linear-gradient(top, #00377b 10%, #00b5e5 100%);
    background: -ms-linear-gradient(top, #00377b 10%, #00b5e5 100%);
    background: linear-gradient(to bottom, #00377b 10%, #00b5e5 100%);
}

.height-mimpi {
    height: 32rem;
}

.height-mimpi :where(.card-img, .card-img-bottom, .card-img-top) {
    width: 100%;
    height: 222px !important;
    background-color: #f3f3f3;
    display: block;
    border-radius: 5px;
}

@media screen and (max-width: 728px) {
    .height-mimpi {
        height: 33.5rem;
    }

    .img-cont {
        width: 60%;
    }
}

.col-menucustom img {
    float: inline-start;
    margin: 2px 0 2px 1rem;
    height: 35px;
    width: auto;
    filter: drop-shadow(2px 2px 0 rgb(22 21 21));
}

.img-cont {
    height: 300px;
    filter: drop-shadow(2px 3px 0 rgba(26, 26, 26, .5));
}

.menu-sidebar span {
    background: #e0e3de9c;
    display: block;
    border-radius: 2px;
    padding: 3px 3px 3px 8px;
}

.footers-info {
    background: #ffffff;
    color: #212529;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #212529;
}

/*---------ads-----------*/
.ads {
    background: #F5F5F5;
}

.ads .column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
}

.ads img,
.balance img {
    border: 5px groove #bb0505;
}

.ads img {
    display: block;
}

.jumbo img {
    width: 100%;
    height: 110px;
}

.ads .column img {
    width: 728px;
    height: 90px;
}

#teaser {
    background: transparent;
    bottom: 0px;
    height: auto;
    left: 0;
    padding: 0px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

#bottom {
    width: 100%;
    max-width: 960px;
    margin: auto;
    height: auto;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0px;
    right: 0px;
    z-index: 9;
}

.balance img {
    height: 90px;
    margin: 0px -2px -10px -2px;
    width: 50%;
    padding: 0px;
}

/*----------------------------------------------
	Main Structure
-----------------------------------------------*/
#container {
    margin: 0 auto;
    box-shadow: 0 0 6px #000;
}

#top-bar {
    background-color: #222;
    border-bottom: 1px solid #000;
    padding: 4px;
    min-height: 34px;
    width: 100%;
}

#top-bar-info {
    float: left;
    margin-top: 2px;
}

#site-title,
#site-description {
    display: inline-block;
    margin-right: 4px;
    line-height: 1;
    vertical-align: bottom;
}

#site-title {
    font-size: 20px;
}

#site-title a {
    color: #DC8300;
}

#site-description {
    color: #CCC;
    font-family: 'Roboto Condensed', Sans-serif;
    font-size: 15px;
}

#header {
    background-color: #FFF;
    background-position: center;
    border-bottom: 1px solid #000;
    width: 100%;
}

#header-logo {
    display: inline-block;
}

#header-logo,
#header-logo img {
    max-width: 100%;
    float: left;
}

#below-menu {
    width: 100%;
}

#main {
    background-color: #F5F5F5;
    padding: 5px 0;
    width: 100%;
}

#content {
    display: inline-block;
    padding: 5px;
}

.sidebar {
    display: inline-block;
    float: left;
    padding: 5px 2px;
}

#footer {
    width: 100%;
}

#bottom-bar {
    color: #ffffff;
    background: #950303;
    width: 100%;
    min-height: 34px;
    border-top: none;
    text-shadow: none;
}

#bottom-bar a {
    color: #DC8300;
}

#bottom-bar-text {
    float: left;
    padding: 6px 8px;
}

#theme-link {
    float: right;
    margin: 6px 10px;
    font-family: 'Roboto Condensed', Sans-serif;
    font-size: 15px;
}

#theme-link a {
    color: #ffffff;
}

#theme-link a:hover {
    color: #ffffff;
}

/* No Sidebar */
.col-c #content,
#content.no-sidebars {
    width: 100%;
    max-width: 100%;
}

/* 1 Sidebar - Left */
.col-sc #content {
    float: right;
}

/* 1 Sidebar - Right */
.col-cs #content {
    float: left;
}

/* 2 Sidebars - Left */
.col-ssc #content {
    float: right;
}

/* 2 Sidebars - Right */
.col-css #content {
    float: left;
}

/* 2 Sidebars - Left & Right */
.col-scs #sidebar-left {
    float: left;
    margin-right: 0;
}

.col-scs #sidebar-right {
    float: right;
    margin-left: -4px;
}

.page-template-page-sc-php #main #content {
    float: right;
}

.page-template-page-cs-php #main #content {
    float: left;
}

.page-template-page-scs-php #main #content {
    float: none;
}

.page-template-page-scs-php #main #sidebar-left {
    float: left;
    margin-right: 0;
}

.page-template-page-scs-php #main #sidebar-right {
    float: right;
    margin-left: -4px;
}

/*----------------------------------------------
	Navigation Menus
-----------------------------------------------*/
#nav-main {
    background: -webkit-linear-gradient(0deg, #5c0404, #950303, #e20808);
    background: -moz-linear-gradient(0deg, #5c0404, #950303, #e20808);
    background: -o-linear-gradient(0deg, #5c0404, #950303, #e20808);
    background: linear-gradient(0deg, #5c0404, #950303, #e20808);
    background-color: #d50000;
    width: 100%;
    border-bottom: none;
    padding: 0 2px;
    line-height: 1.5;
}

#nav-main * {
    -webkit-transition: all 0.14s ease-out;
    -moz-transition: all 0.14s ease-out;
    transition: all 0.14s ease-out;
}

#nav-main ul {
    margin: 3px 0 0 3rem;
    padding: 0;
    list-style: none;
}

#nav-main li,
#nav-top ul,
#nav-top li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav-main .nav-main {
    position: relative;
    float: left;
    z-index: 300;
}

#nav-main .nav-main li {
    float: left;
    position: relative;
}

#nav-main .nav-main>li>a,
#nav-main .nav-main>ul>.page_item>a {
    text-align: center;
}

#nav-main .nav-main a {
    display: block;
    padding: 8px 8px;
    color: #FFF;
    font-family: 'Roboto Condensed', Sans-serif;
    font-size: 14px;
}

#nav-main .menu-item-has-children>a:after,
#nav-main .page_item_has_children>a:after {
    font-family: "Genericons";
    content: "\f431";
    vertical-align: top;
    padding-left: 4px;
}

#nav-main .sub-menu,
#nav-main .children {
    background-color: #2B2B2B;
    position: absolute;
    float: left;
    width: 180px;
    border: 1px solid #000;
    box-shadow: 0 1px 4px #000;
    z-index: 990;
    display: none;
}

#nav-main .sub-menu li,
#nav-main .children li {
    border-top: 1px solid #3B3B3B;
    border-bottom: 1px solid #000;
}

#nav-main .sub-menu li:first-child,
#nav-main .children li:first-child {
    border-top: none;
}

#nav-main .sub-menu li:last-child,
#nav-main .children li:last-child {
    border-bottom: none;
}

#nav-main .sub-menu a,
#nav-main .children a {
    float: left;
    width: 178px;
    padding: 10px 14px;
    font-size: 15px;
}

#nav-main .sub-menu .sub-menu,
#nav-main .children .children {
    top: -1px;
}

#nav-main li:hover>ul {
    display: inline;
}

#nav-main .drop-toggle {
    display: none;
}

#nav-main .genericon-menu {
    color: #FFF;
    font-size: 30px;
    height: auto;
    padding: 5px 10px;
    width: auto;
}

#nav-top {
    float: right;
}

#nav-top .nav-top,
#nav-top .nav-top li {
    float: left;
}

#nav-top .nav-top a {
    display: block;
    margin-top: 2px;
    padding: 0 18px;
    color: #FFF;
    font-family: 'Roboto Condensed', Sans-serif;
    font-size: 14px;
}

/*----------------------------------------------
	Post Elements
-----------------------------------------------*/
.archive-info,
.author-info,
.blog-view,
.form-404,
.single-view {
    background-color: #fff;
    border: 1px solid #e0e3de9c;
    border-radius: 5px;
    box-shadow: 0 5px 7px -5px #222;
    margin: 0 0 10px;
    padding: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.archive-description {
    border-top: 2px dotted #888;
    margin-top: 8px;
    padding-top: 2px;
}

.form-404 h2 {
    border-bottom: 2px dotted #888;
    padding-bottom: 10px;
}

.form-404 p {
    margin: 4px 0 10px;
}

.blog-view {
    border-top: 6px solid #2A5A8E;
}

.blog-view.sticky {
    background-color: #FFDC8A;
    border-top: 6px solid #222;
}

.entry-header {
    margin-bottom: 4px;
}

.entry-title {
    line-height: 1.5;
    text-align: center;
}

.entry-title a {
    color: #212529;
}

.sticky .entry-title:before {
    font-family: "Genericons";
    content: "\f308";
    vertical-align: top;
    padding-right: 4px;
    display: inline-block;
}

.single-view .featured-image {
    margin: -10px -10px 10px;
    text-align: center;
}

.single-view .featured-image img {
    max-width: 100%;
}

.entry-byline * {
    line-height: 20px;
}

.entry-author,
.entry-date,
.entry-categories,
.entry-comment-info {
    float: left;
    margin-right: 10px;
}

.single-view .entry-byline {
    margin-bottom: 10px;
}

.entry-thumbnail {
    float: left;
    padding-right: 8px;
}

.entry-thumbnail .post-thumbnail {
    display: table;
    background-color: #EEE;
    border: 1px solid #888;
    padding: 3px;
}

.entry-thumbnail img {
    float: left;
}

.continue-reading {
    background: #EEE;
    background: -moz-linear-gradient(top, #FBFBFB 0%, #E5E5E5 100%);
    background: -webkit-linear-gradient(top, #FBFBFB 0%, #E5E5E5 100%);
    background: linear-gradient(to bottom, #FBFBFB 0%, #E5E5E5 100%);
    display: inline-block;
    float: right;
    padding: 2px 10px;
    color: #555;
    border: 1px solid #CCC;
    border-radius: 4px;
}

.continue-reading:hover {
    border-color: #AAA;
    color: #333;
}

.sticky .continue-reading {
    border-color: #AAA;
}

.blog-view .entry-content {
    padding-top: 4px;
    padding-bottom: 4px;
    
    font-size: 14px;
    line-height: 1.55;
}

.entry-footer {
    clear: both;
}

.entry-updated {
    color: #555;
    font-size: 10px;
    padding: 2px 0;
}

.entry-tags {
    padding: 2px 0;
}

.blog-nav,
.post-nav {
    margin-bottom: 10px;
}

.blog-nav {
    padding: 4px 0;
}

.link-prev {
    float: left;
}

.link-next {
    float: right;
}

.link-prev a,
.link-next a {
    background-color: #FFF;
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid #555;
    box-shadow: 0 0 2px #333;
    color: #333;
}

.link-prev a:hover,
.link-next a:hover {
    color: #333;
}

.attachment-nav div a {
    background-color: #DDD;
    border: none;
    box-shadow: none;
    text-decoration: none;
}

.page-nav,
.comment-nav {
    clear: both;
    display: block;
    padding: 8px 0 2px;
    font-family: Arimo, Sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.page-nav>*,
.comment-nav>* {
    background-color: #2A5A8E;
    color: #FFF;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
}

.page-nav a,
.comment-nav a {
    text-decoration: none;
}

.page-nav a:hover,
.comment-nav a:hover {
    color: #FFF;
    text-decoration: underline;
}

.search-results .type-page .entry-byline {
    display: none;
}

/*-------------------------------------
	Post Content
--------------------------------------*/
.entry-content p,
.comment-content p {
    margin: 4px 0 12px;
}

.entry-excerpt p {
    margin: 0 0 4px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    clear: none;
    line-height: 1.5;
}

.entry-content li,
.comment-content li {
    list-style-position: outside;
    list-style-type: disc;
}

.entry-content ol>li,
.comment-content ol>li {
    list-style-type: decimal;
}

.entry-content ol>li>ol>li,
.comment-content ol>li>ol>li {
    list-style-type: lower-alpha;
}

.entry-content ol>li>ol>li>ol>li,
.comment-content ol>li>ol>li>ol>li {
    list-style-type: lower-roman;
}

.entry-content th,
.entry-content td,
.comment-content th,
.comment-content td {
    padding: 1px;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
.entry-content img,
.comment-content img {
    height: auto;
    max-width: 100%;
}

.wp-smiley {
    width: auto !important;
    border: none !important;
    padding: 0 !important;
}

.alignnone {
    margin-top: 4px;
    margin-bottom: 4px;
}

.alignleft {
    float: left;
    margin: 4px 8px 4px 0;
}

.alignright {
    float: right;
    margin: 4px 0 4px 8px;
}

.aligncenter {
    display: block;
    margin: 4px auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption img {
    width: 100%;
    background-color: #EEE;
    border: 1px solid #CCC;
    padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    margin: 0;
    padding: 0 5px;
    color: #555;
    font-size: 12px;
    line-height: 1.6;
}

.gallery .gallery-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.gallery-item img {
    padding: 4px;
    display: inline-block;
    border: 1px solid #CCC !important;
}

.gallery-item img:hover {
    background-color: #DDD;
    border: 1px solid #AAA !important;
}

.type-attachment .entry-content div.attachment {
    margin-bottom: 10px;
    text-align: center;
}

.sitemap-template .entry-content h3 {
    margin-left: 10px;
}

.sitemap-template .entry-content ul {
    margin: 8px 0 15px 10px;
}

.sitemap-template .entry-content ul li {
    list-style: square inside;
}

/*-------------------------------------
	Author Info & Author Page
--------------------------------------*/
.author-info {
    padding: 0;
}

.author-info .title {
    background-color: #2A5A8E;
    color: #FFF;
    padding: 4px 8px;
    text-shadow: 1px 1px 2px #222;
}

.author-avatar,
.author-description {
    display: table-cell;
    padding: 8px;
    vertical-align: top;
}

.author-avatar img {
    display: block;
}

.author-post-count {
    text-align: center;
}

.author-latest-posts {
    background-color: #FFF;
    border: 1px solid #555;
    box-shadow: 0 0 2px #333;
    padding: 8px;
}

.author-latest-posts li {
    list-style: square inside;
    margin: 4px 0 4px 4px;
}

/*-------------------------------------
	Comments
--------------------------------------*/
#comment-header,
#no-comments,
#respond,
.comment-body {
    background-color: #fff;
    margin: 0 0 10px;
    padding: 8px;
    border: 1px solid #e0e3de9c;
    border-top: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0 5px 7px -5px #222;
}

#comment-header .title {
    display: inline-block;
    float: left;
    line-height: 20px;
}

#comment-header .respond-link {
    display: inline-block;
    float: right;
}

#comment-header .respond-link a {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

#comment-header .respond-link a:hover {
    text-decoration: underline;
}

#comments .comment-list {
    padding-left: 0;
}

#comments .children {
    padding-left: 30px;
}

.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
    list-style: none;
    margin: 0 0 10px;
}

.comment-author-admin>.comment-body,
.bypostauthor>.comment-body {
    border-top: 6px solid #2A5A8E;
}

.comment-author,
.comment-author .avatar,
.comment-author .link {
    float: left;
}

.comment-author .avatar {
    border-radius: 50%;
    filter: drop-shadow(-1px 3px 2px rgba(26, 26, 26, .5));
}

.comment-author .link {
    margin: 1px 3px;
    font-size: 14px;
    font-weight: bold;
    word-wrap: break-word;
}

.comment-metadata {
    float: right;
    font-size: 12px;
}

.comment-metadata a {
    color: #888;
}

.comment-edit-link {
    background-color: #E0E0E0;
    color: #222;
    padding: 2px 8px;
}

.comment-awaiting-moderation {
    clear: right;
    display: inline-block;
    float: right;
    margin: 8px;
    font-style: italic;
}

.comment-content {
    clear: both;
    padding-top: 4px;
    font-size: 14px !important;
    line-height: 1.5;
    word-break: break-word;
}

.comment-content th,
.comment-content td {
    font-size: 13px;
    line-height: 1.55;
}

.comment-body .reply {
    margin-top: 8px;
    overflow: hidden;
}

.comment-reply-link {
    background-color: #950303;
    color: #FFF;
    display: inline-block;
    float: right;
    padding: 2px 10px;
    border-radius: 5px;
}

#no-comments .genericon {
    color: #888;
    font-size: 20px;
    line-height: 22px;
}

#no-comments h4 {
    display: inline-block;
    margin-left: 10px;
    color: #888;
}

#respond .comment-reply-title {
    margin-bottom: 8px;
}

#respond p {
    margin-top: 8px;
}

p.comment-notes {
    font-size: 12px;
}

#cancel-comment-reply-link {
    background-color: #F0F0F0;
    padding: 2px 8px;
    font-size: 16px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    margin-left: 2px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
    display: block;
    padding: 5px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}

.comment-form-comment {
    padding: 0 3px;
}

.comment-form-comment label {
    display: block;
}

.comment-form-comment textarea {
    position: relative;
    width: 100%;
    padding: 4px;
}

#respond #submit {
    padding: 5px 10px;
}

.comment-navigation {
    margin-bottom: 10px;
}

.page-numbers.current {
    cursor: default;
}

#comment-area #disqus_thread {
    background-color: #FFF;
    padding: 10px;
    border: 1px solid #555;
    box-shadow: 0 0 2px #333;
}

/*----------------------------------------------
	Widgets
-----------------------------------------------*/
.frontier-widget {
    background-color: #fff;
    margin: 0 0 5px;
    padding: 8px;
    border: 1px solid #e0e3de9c;
    border-radius: 5px;
    box-shadow: 0 5px 7px -5px #222;
    word-wrap: break-word;
}

.frontier-widget:after {
    clear: both;
    content: "";
    display: table;
}

.widget-title {
    margin: -8px -9px 6px -8px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-color: currentcolor;
    padding: 8px;
    color: #fff;
    font-family: 'Roboto Condensed', Sans-serif;
    font-size: 18px;
    text-shadow: none;
    box-shadow: 0 5px 7px -5px #222;
    background: -webkit-linear-gradient(0deg, #5c0404, #950303, #e20808);
    background: -moz-linear-gradient(0deg, #5c0404, #950303, #e20808);
    background: linear-gradient(0deg, #5c0404, #950303, #e20808);
    background-color: #d50000;
}

.widget-title a {
    color: #FFF;
    text-decoration: none;
}

.widget-body {
    display: inline-block;
}

.widget-header {
    display: inline-block;
    float: left;
    margin: 0;
}

.widget-header,
.widget-before-post,
.widget-before-post-content,
.widget-after-post-content,
.widget-after-post {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.widget-after-post {
    margin: 10px 0 0;
}

.widget-footer {
    display: inline-block;
    float: left;
    margin: 0 0.5% 10px;
}

.widget-column-1 .widget-footer {
    display: block;
    width: auto;
    float: none;
    margin: 0 0 10px;
}

.widget-column-2 .widget-footer {
    width: 48.98%;
}

.widget-column-3 .widget-footer {
    width: 32.32%;
}

.widget-column-4 .widget-footer {
    width: 23.98%;
}

.widget-column-5 .widget-footer {
    width: 18.98%;
}

.widget-column-6 .widget-footer {
    width: 15.65%;
}

.widget-column-2 .widget-footer:nth-child(2n+1),
.widget-column-3 .widget-footer:nth-child(3n+1),
.widget-column-4 .widget-footer:nth-child(4n+1),
.widget-column-5 .widget-footer:nth-child(5n+1),
.widget-column-6 .widget-footer:nth-child(6n+1) {
    clear: left;
}

#widgets-wrap-below-menu {
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    padding: 10px 10px 0;
}

#widgets-wrap-before-post,
#widgets-wrap-before-post-content,
#widgets-wrap-after-post-content,
#widgets-wrap-after-post {
    position: relative;
    clear: both;
}

#widgets-wrap-after-post {
    margin-top: 8px;
}

#widgets-wrap-footer {
    background-color: rgba(0, 0, 0, 0.25);
    border-top: 1px solid #000;
    padding: 10px;
}

.frontier-widget p {
    margin: 4px 0 12px;
}

.frontier-widget ul,
.frontier-widget ol {
    padding: 0 4px;
}

.frontier-widget ul ul,
.frontier-widget ol ol {
    margin: 4px 0;
    padding-left: 15px;
}

.frontier-widget li {
    list-style: none;
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px solid #e0e3de9c;
    font-size: 16px;
}

.frontier-widget li:last-child {
    border-bottom: none;
}

.widget_search label .screen-reader-text {
    display: none;
}

.widget_search label .search-field {
    background-color: #EEE;
    margin: 4px 4px 4px 0;
    padding: 4px;
    min-width: 55%;
    border: 1px solid #555;
    box-shadow: 0 0 2px #333 inset;
}

.widget_search .search-submit {
    background-color: #2A5A8E;
    border: 1px solid #333;
    border-radius: 3px;
    box-shadow: 0 0 0 #333;
    color: #FFF;
    cursor: pointer;
    margin: 2px 0;
    padding: 4px 8px;
}

.widget_tag_cloud {
    line-height: 24px;
}

.widget_calendar table {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2;
}

.widget_calendar caption {
    background-color: #2A5A8E;
    padding: 8px 0;
    color: #FFF;
}

.widget_calendar th {
    background-color: #E0E0E0;
    padding: 8px;
}

.widget_calendar td {
    background-color: #FFF;
    padding: 8px;
}

/*-------------------------------------
	Basic Slider
--------------------------------------*/
#slider {
    background-color: #FFF;
    border: 1px solid #555;
    box-shadow: 0 0 2px #333;
    display: block;
    overflow: hidden;
}

.slider-main {
    margin: 5px;
}

.slider-content {
    margin-bottom: 10px;
}

#basic-slider {
    max-width: 100% !important;
}

.bjqs,
.bjqs-slide {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

.bjqs {
    position: relative;
}

.bjqs-slide {
    position: absolute;
}

.bjqs-slide a {
    display: block;
}

.bjqs-slide img {
    display: block;
    margin: auto;
}

.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

.bjqs-controls a {
    position: absolute;
    -webkit-transition: left 0.3s ease-in-out;
    -webkit-transition-property: left, right;
    -moz-transition: left 0.3s ease-in-out;
    -moz-transition-property: left, right;
    transition: left 0.3s ease-in-out;
    transition-property: left, right;
}

.bjqs-prev a {
    left: -50px;
}

.bjqs-next a {
    right: -50px;
}

.slider-prev {
    background-image: url('images/slider-prev.png');
}

.slider-next {
    background-image: url('images/slider-next.png');
}

.slider-prev,
.slider-next {
    display: block;
    height: 32px;
    width: 38px;
}

#basic-slider:hover li.bjqs-next a {
    right: 10px;
}

#basic-slider:hover li.bjqs-prev a {
    left: 10px;
}

.slider-element {
    display: none;
}

.bjqs-heading,
.bjqs-descript {
    background-color: rgba(0, 0, 0, 0.65);
    color: #EEE;
    padding: 8px;
    width: 100%;
}

.bjqs-heading {
    position: absolute;
    top: 0;
    font-size: 16px;
}

.bjqs-descript {
    position: absolute;
    bottom: 0;
}

/*-------------------------------------
	Extra
--------------------------------------*/

/* bbPress */
#content #bbpress-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.super-sticky,
#bbpress-forums ul.sticky {
    font-family: Arial, Sans-serif;
    font-size: 13px;
}

#content #bbpress-forums a {
    text-decoration: none;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    padding: 8px 20px;
}

#bbpress-forums .bbp-topic-permalink {
    font-size: 14px;
}

#bbpress-forums .avatar {
    min-width: 20px;
    min-height: 20px;
}

#bbpress-forums .bbp-reply-content {
    padding: 10px 0 0;
}

.bbp-pagination-links>* {
    background-color: #222;
    padding: 2px 10px !important;
    border: 1px solid #000 !important;
    color: #FFF;
}

.bbp-pagination-links .page-numbers.current {
    background-color: #555;
}

.bbp-pagination-links>a:hover {
    background-color: #E0E0E0;
    color: #000;
    font-weight: bold;
}

@media print {

    #nav-top,
    #header,
    #nav-main,
    #below-menu,
    #slider,
    #sidebar-right,
    #sidebar-left,
    #footer,
    #bottom-bar,
    #comment-area,
    #widgets-wrap-before-content,
    #widgets-wrap-after-content,
    #widgets-wrap-before-post,
    #widgets-wrap-after-post,
    #widgets-wrap-before-post-content,
    #widgets-wrap-after-post-content,
    .entry-footer,
    .blog-nav,
    .post-nav {
        display: none;
    }

    #main,
    #content {
        padding: 0;
    }

    #content {
        display: block;
        float: none;
        width: auto;
    }

    .blog-view,
    .single-view {
        border: none;
    }

    .blog-view,
    .blog-view.sticky {
        border-top: 1px dashed #555;
    }

    #site-title a {
        color: #000;
    }

    #site-description {
        color: #333;
    }

    .entry-byline a,
    .genericon {
        color: #333;
    }
}