@charset "UTF-8";/*!
Theme Name: top
Text Domain: top
 */

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #545454;
    background: #f5f5f5;
  
	overflow-x:hidden;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.3;
	color:#000;
}

h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h8 {font-size: 16px;}
p {
    margin: 0 0 15px;
}
abbr[data-bs-original-title],
abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding:0;
	margin:0 0 15px 15px;
}

dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 15px;
	font-style:italic;
	font-size:18px;
	padding-left:14px;
	border-left:4px solid #e2306c;
	color:#000;
}
b,
strong {
    font-weight: 700;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #ff642e;
    text-decoration: none;
}
a:hover {
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}
figure {
   margin-bottom:15px;max-width:100%;
}
figcaption {padding:6px 0 0;font-size:14px;font-style:italic;text-align:center;opacity:0.8;}
img,
svg {
    vertical-align: middle;
	max-width:100%;
	height:auto;
}
table {
    
    border-collapse: collapse;
	width:100%;
	margin:0 0 15px;
	border:1px solid rgba(0,0,0,0.1);
}

table td, table th {padding:10px 15px;border:1px solid rgba(0,0,0,0.1);}
@media screen and (max-width: 767px) {
    .ftable {
        width: 100%;
        overflow: auto!important;
       border:1px solid rgba(0,0,0,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .ftable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: block;
}
#comments label {font-size:14px;margin-bottom:7px;}
button {
    border-radius: 0;
}
.screen-reader-text {display:none;}
button:focus:not(:focus-visible) {
    outline: 0;
}
.search-submit {display:none;}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {width:100%;border-radius:0;border:1px solid rgba(0,0,0,0.06);padding:10px;}
textarea {width:100%;border-radius:0;border:1px solid rgba(0,0,0,0.06);padding:10px;max-height:150px;}
input:hover, input:focus, input:active, button:hover, button:focus, button:active, textarea:hover, textarea:focus, textarea:active {box-shadow:none;outline:0;}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
.row {
 
    display: flex;
    flex-wrap: wrap;
  
    margin-right: -15px;
    margin-left: -15px;
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {padding-left:15px;padding-right:15px;width:100%;}

@media (min-width: 992px) {


.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
}



.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {padding-top:5px;}
.navbar ul {margin:0;list-style:none;text-align:right;}
.navbar ul li {display:inline-block;margin-left:30px;}
.navbar ul li a {display:block;font-weight:700;color:#999;}
.navbar ul li a:hover {color:#fff;}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}



.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.navbar-toggler-icon {height:3px; width:30px;background:#fff;display:block;margin-bottom:3px;}
#masthead {background:#000;padding:15px 0;}
.logo img {width:130px;height:auto;}
#colophon {text-align:center;padding:30px 0;background:#000;}
.footer-menu {padding:10px 0 40px;}
.footer-menu ul {margin:0;list-style:none;}
.footer-menu ul li {display:inline-block;margin:5px 15px;}
.footer-menu ul li a {color: #999;font-weight:700;}
.footer-menu ul li a:hover {color: #fff;}
.site-info {font-size:13px;color:rgba(255,255,255,0.6);} 
.footer-pay {border-top: 1px solid rgba(255,255,255,0.1);padding:20px 0;}
.footer-dev {border-top: 1px solid rgba(255,255,255,0.1);border-bottom: 1px solid rgba(255,255,255,0.1);padding:20px 0;margin-bottom:30px;}
.footer-pay img, .footer-dev img {margin:10px 15px;vertical-align:middle;filter: invert(45%);}
.footer-btn {padding:0 0 40px;}
.banner {border-radius: 15px;margin:30px auto;width:100%;max-width:1300px;
padding:50px 30px 0;position:relative;background:url(/wp-content/uploads/2024/11/bonus.jpg) no-repeat center center;background-size:cover;height:320px;}
.bannergo {position:absolute;left:0;top:0;width:100%;height:100%;}
.bt {font-weight:700;color:#fff;font-size:26px;}
.bp {font-weight:700;color:#fff;display:inline-block;position:relative;z-index:9;}
.banner a.fc_2 {display:block;padding:10px;max-width:200px;margin:30px 0;}
.banner a.fc_1 {display:none;padding:10px;max-width:200px;margin:15px auto;}
.bp span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #ff7a00;
}

.bp span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/top/images/copy.svg);
    mask: url(/wp-content/themes/top/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ff7a00;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:1330px) {
.banner {margin:0 0 30px;max-width:100%;border-radius:0;}
}
@media (max-width:767px) {
.banner {height:auto;text-align:center;padding:30px 15px;}
.bannergo, .home .top_links, .home .navbar {display:none;}
.bt {font-size:25px;}
.banner a.fc_2 {margin:15px auto;}
.banner a.fc_1 {display:block;padding:10px;}
}

.slot_block {border-radius:15px;overflow:hidden;background:#000;margin-bottom:30px;position:relative;text-align:center;}
.slot_block img {width:100%;}
.slot_block span {color:#fff;}
.slot_block:hover img {opacity:0.2;}
.slot_button {position:absolute;left:0;top:25%;display:none;width:100%;}
.slot_block:hover .slot_button {display:block;}
.slot_block a.fc_2 {display:block;margin:10px auto;padding:8px;max-width:170px;}
a.fc_1 {text-align:center;padding:10px 30px;background:#dafe31;border-radius:30px;color:#111;font-weight:700;}

a.fc_2 {text-align:center;padding:10px 30px;border-radius:30px;background:#735cfc;color:#fff;font-weight:700;}
a.fc_3 {text-align:center;padding:10px 30px;border-radius:30px;background:#2ecc71;color:#1d1630;font-weight:700;}
.top_links {text-align:center;padding-top:4px;} 
.top_links a.fc_1, .footer-btn a.fc_1 {margin-right:10px;}
.right_links a {display:block;padding:10px!important;}
.right_links a.fc_1 {margin-bottom:15px;}
a.slot_link {color:#fff;font-weight:700;text-transform:uppercase;}
a.slot_link:hover {color: #fdae05;}
.news_box {border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);margin-bottom:30px;}
.news_box img {width:100%;}
.news_link {padding:15px;min-height:60px;}
.news_link a {display:block;line-height:1.3;font-size:16px;font-weight:700;}
.home h2, .home h1, .home .h2 {font-size:22px;font-weight:700;margin:0 0 15px;color:#000;}
.home h3 {font-size:18px;}

.site-info ul {margin:0 0 5px;list-style:none;}
.site-info ul li {display:inline-block;margin:0 10px 10px;}

.site-info ul li a:hover {color:#fff;}
.entry-feature-image {width:45%;float:left;margin-right:20px;margin-bottom:15px;}
.entry-content ul, .entry-content ol, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content blockquote, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}
.entry-content a {font-weight:700;text-decoration:underline;}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
#secondary {background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);padding:15px;height:100%;}
#primary {margin:40px 0 30px;}
#secondary ul {list-style:none;margin:0;}
#secondary ul li a {font-weight:700;line-height:1.3;display:block;}
#secondary ul li {margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,0.06);}
#secondary .widget {margin:0 0 30px;}
.widget-title {color:#000;font-weight:700;margin-bottom:15px;font-size:20px;}
.entry-header {background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);padding:15px 0;}
.entry-header h1 {font-size:25px;margin:0;}
.breadcrumbs {font-size:14px;}
.entry-title a {font-weight:700;line-height:1.3;display:block;margin-bottom:10px;font-size:20px;}
.article_box {margin-bottom:15px;}
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	background:#fff;
	padding: 7px 13px;
	margin-right:5px;
	color:#000;
	font-weight:700;
}

.dev-ul ul {margin:20px 0 5px;}
.dev-ul ul li {display:inline-block;margin-right:7px;margin-bottom:23px;}
.dev-ul ul li a {color:#fff;background:#735cfc;padding:10px 20px;border-radius:5px;font-weight:700;}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background:#472aed;
	color:#fff;
}
.taxonomy-description {margin-top:30px;}
.weight700 {font-weight:700;color:#000;margin-bottom:15px;font-size:22px;}
.error-404.not-found {text-align:center;padding:70px 0;}
.catdevs ul {margin:0 0 10px;list-style:none;}
.catdevs ul li {margin-right:10px;margin-bottom:15px;display:inline-block;}
.catdevs ul li a {padding:5px 15px;background:#e6eff4;font-weight:700;}
.entry-content iframe {width:100%;height:500px;border:none;padding:0;}
.entry-slot-btn {padding:30px 0;text-align:center;}
.comments-title, .comment-reply-title {font-size:20px;font-weight:700;color:#000;margin-bottom:15px;}
ol.comment-list, ol.comment-list ol {list-style:none;margin:0;}
ol.comment-list ol {padding-left:30px;}
.comment-head img {float:left;margin-right:20px;}
.comment-date {font-size:13px;opacity:0.7;}
.comment-content {padding-bottom:20px;}
a.comment-reply-link {font-weight:700;}
#comments input[type="submit"] {background:none;border-radius:30px;width:auto;border:0;color:#fff;background:#3430e2;padding:6px 20px;font-weight:700;}
.sidebar_links a {display:block;padding:15px!important;}
.sidebar_links a.fc_1 {margin-bottom:15px;}
.home_about {padding-bottom:30px;}
.home_about a {text-align: center;
  padding: 10px;display:block;margin:15px auto;
  background: #2e5aff;max-width:230px;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;}
.fcb {text-align:center;padding:10px 0 20px;} 
span.get_promo { 
position:relative;
margin-right:25px;
cursor:pointer;
color: #fdae05;
}

span.get_promo:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/fc/images/copy.svg);
    mask: url(/wp-content/themes/fc/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #fdae05;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.promo-copy {font-weight:700;color:#fff;border-radius: 15px;
background: #2e234a;padding:15px;text-align:center;margin:0 0 15px;}
.promo-top, .promotop {font-weight:700;color:#fff;background: #2e234a;padding:15px;text-align:center;}
.promotop {position:fixed;z-index:99;top:0;left:0;right:0;}
@media (min-width:992px) and (max-width:1199px) {
.top_links a.fc_1 {display:none;}
}
@media (max-width:1399px) {
.slot_button {top:20%;}
}
@media (max-width:1199px) {
.site-header .col-3 {width: 20%;}
.site-header .col-4 {width: 30%;}
.site-header .col-5 {width: 50%;}
.slot_button {top:15%;}
.home_news .col-3 {width: 50%;}
.entry-content iframe {height:400px;}
}
@media (max-width:991px) {
.home_slots .col-3 {width: 50%;}
.slot_button {top:25%;}
.site-header .col-3, .site-header .col-4, .site-header .col-5 {width: 100%;}
.site-header {text-align:center;}
.top_links {padding:30px 0;}
.navbar ul {text-align: center;}
.navbar ul li {margin: 5px 10px;}
#secondary {margin-top:30px;height:auto;}
}
@media (max-width:767px) {
.entry-content iframe {height:300px;}
.slot_button {top:20%;}
.entry-feature-image {width: 100%;margin-right: 0;}
.article_box {margin-bottom:30px;}
}
@media (max-width:520px) {
.slot_button {top:30%;}
.home_slots .col-3, .home_news .col-3 {width: 100%;}
}
@media (max-width:400px) {
.top_links a, .footer-btn a {display:block;}
.top_links a.fc_1, .footer-btn a.fc_1 {margin-right: 0; margin-bottom:15px;}
.entry-content iframe {height:250px;}
}
@media (max-width:330px) {
.slot_button {top:20%;}
}