/*!
Theme Name: fortuna
Text Domain: fortuna
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
 	line-height: 1.15; /* 1 */
 	-webkit-text-size-adjust: 100%; /* 2 */
 }

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

 body {
 	margin: 0;
 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */



/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

 hr {
 	box-sizing: content-box; /* 1 */
 	height: 0; /* 1 */
 	overflow: visible; /* 2 */
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 pre {
 	font-family: monospace, monospace; /* 1 */
 	font-size: 1em; /* 2 */
 }

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

 a {
 	background-color: transparent;
 }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

 abbr[title] {
 	border-bottom: none; /* 1 */
 	text-decoration: underline; /* 2 */
 	text-decoration: underline dotted; /* 2 */
 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

 b,
 strong {
 	font-weight: bolder;
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 code,
 kbd,
 samp {
 	font-family: monospace, monospace; /* 1 */
 	font-size: 1em; /* 2 */
 }

/**
 * Add the correct font size in all browsers.
 */

 small {
 	font-size: 80%;
 }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

 sub,
 sup {
 	font-size: 75%;
 	line-height: 0;
 	position: relative;
 	vertical-align: baseline;
 }

 sub {
 	bottom: -0.25em;
 }

 sup {
 	top: -0.5em;
 }

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

 img {
 	border-style: none;
 }

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

 button,
 input,
 optgroup,
 select,
 textarea {
 	font-family: inherit; /* 1 */
 	font-size: 100%; /* 1 */
 	line-height: 1.15; /* 1 */
 	margin: 0; /* 2 */
 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

 button,
 input { /* 1 */
 	overflow: visible;
 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

 button,
 select { /* 1 */
 	text-transform: none;
 }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
 	-webkit-appearance: button;
 }

/**
 * Remove the inner border and padding in Firefox.
 */

 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
 	border-style: none;
 	padding: 0;
 }

/**
 * Restore the focus styles unset by the previous rule.
 */

 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
 	outline: 1px dotted ButtonText;
 }

/**
 * Correct the padding in Firefox.
 */

 fieldset {
 	padding: 0.35em 0.75em 0.625em;
 }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

 legend {
 	box-sizing: border-box; /* 1 */
 	color: inherit; /* 2 */
 	display: table; /* 1 */
 	max-width: 100%; /* 1 */
 	padding: 0; /* 3 */
 	white-space: normal; /* 1 */
 }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

 progress {
 	vertical-align: baseline;
 }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

 textarea {
 	overflow: auto;
 }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

 [type="checkbox"],
 [type="radio"] {
 	box-sizing: border-box; /* 1 */
 	padding: 0; /* 2 */
 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
 	height: auto;
 }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

 [type="search"] {
 	-webkit-appearance: textfield; /* 1 */
 	outline-offset: -2px; /* 2 */
 }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

 [type="search"]::-webkit-search-decoration {
 	-webkit-appearance: none;
 }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

 ::-webkit-file-upload-button {
 	-webkit-appearance: button; /* 1 */
 	font: inherit; /* 2 */
 }

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

 details {
 	display: block;
 }

/*
 * Add the correct display in all browsers.
 */

 summary {
 	display: list-item;
 }

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

 template {
 	display: none;
 }

/**
 * Add the correct display in IE 10.
 */

 [hidden] {
 	display: none;
 }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	color: rgba(0,0,0,0.7);
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	background:#f5f5f5;
}

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

h1, .h1 {
	font-size: 25px;
}
h2, .h2 {
	font-size: 23px;
}
h3, .h3 {
	font-size: 21px;
}
h4, .h4 {
	font-size: 19px;
}
h5, .h5 {
	font-size: 17px;
}
h6, .h6 {
	font-size: 15px;
}

p {
	margin: 0 0 15px;
}

dfn, cite, em {
	font-style: italic;
}

q {
	border-left: 3px solid #9CBE9C;
	display: inline-block;
	padding-left: 25px;
	font-style: italic;
	color: #262525;
	margin-bottom: 0;
	margin-right: 20px;
	font-size: 1.2223em;
	font-weight: 700;
	float: left;
	width: 40%;

}

blockquote {
	margin: 0 0 15px;
	
	font-size: 17px;
	
	font-style: italic;
	color: #000;
	padding-left:15px;
	border-left:4px solid #045ded;
}



address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}



hr {
	background-color: #E6E6E6;
	border: 0;
	height: 1px;
	margin-bottom: 2em;
	width: 100%;
	clear: both;
	margin-top: 2em;
}

ul, ol {
	margin: 0 0 20px 15px;
	padding:0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 15px;
	width: 100%;
    
	border: 1px solid rgba(0,0,0,0.1);
	text-align: left;
	border-collapse: collapse;
	display:table;
}


table td, table th {
	border: 1px solid rgba(0,0,0,0.1);
	padding:10px 15px;
}
@media screen and (max-width: 767px) {
    .tabled {
        width: 100%;
        overflow: auto!important;
        border: 1px solid rgba(0,0,0,0.1);
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .tabled table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
@media (min-width:1025px) and (max-width: 1199px) {

#fortuna-slot .mb-3, .category-template-category-slots-php .mb-3 {
  -ms-flex: 0 0 25!important%;
  flex: 0 0 25%!important;
  max-width: 25%!important;
}
}
@media (min-width:768px) and (max-width: 1024px) {
#fortuna-slot .mb-3, .category-template-category-slots-php .mb-3 {
  -ms-flex: 0 0 50!important%;
  flex: 0 0 50%!important;
  max-width: 50%!important;
}

}


@media (max-width: 310px) {
#fortuna-turnir .text-center {display:none;}
}
@media screen and (max-width: 1199px) {
#fortuna-turnir .tur-box {text-align:center;}
#fortuna-turnir .mb-6 {
  -ms-flex: 0 0 100!important%;
  flex: 0 0 100%!important;
  max-width: 100%!important;
}

}
.site-footer table tr td {
	color: #fff;
}

.site-footer table tbody tr:nth-child(odd) {
	background: rgba(255,255,255,0.05);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	background: #2f51ff;
	border: none;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	border-radius: 5px;
	padding: 10px 25px;
	cursor: pointer;
	
	
	outline: none;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #2f51ff;
	color:#fff;border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	padding: 5px 15px;
	width: 100%;
	height: 45px;
	font-size: 0.888em;
	font-weight: 400;
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000;
}

select {
	border: 1px solid #E6E6E6;
	height: 45px;
	padding: 5px 10px;
	width: 100%;
}

textarea {
	width: 100%;
	height: 100px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #045ded;
	text-decoration: none;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}



a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	padding-left: 20px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	padding-right: 20px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-top: 0;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.container:before,
.container:after,
.main-content:before,
.main-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.container:after,
.main-content:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px 0;
	
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	/* Make sure select elements fit in widgets. */
}
.site-footer .widget {
	margin: 0 0 0 0;
	padding:0;
	background:none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	/* Make sure select elements fit in widgets. */
}
#secondary .widget:last-child {
	margin-bottom: 0;
}

.widget select {
	max-width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
padding:6px 0 0;text-align:center;opacity:0.8;font-size:14px;font-style:italic;
}

.alignright .wp-caption-text, 
.alignleft .wp-caption-text {
	text-align: left;
	margin-bottom: 0;
}



/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*===========================
COMMON CSS
===========================*/
body.custom-background #page {
	max-width: 1300px;
	
	margin-left: auto;
	margin-right: auto;
	
}

.container, .main-content {
	max-width: 1170px;
	margin: 0 auto;
}

.mfp-wrap, .mfp-bg {
	z-index: 999999;
}

.responsive-nav {
	display: none;
}

.page-template-default .site-main .entry-content {
	margin-top: 0;
}



a.btn-readmore:hover, .btn-cta:hover {
	background-color: transparent;
	color: #9cbe9c;
}

a.btn {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.6666em;
	font-weight: 700;
	color: #000;
	background: #3daa45;
	padding: 15px 30px;
	border: 2px solid #3daa45;
	border-radius: 50px;
	text-transform:uppercase;
	text-decoration: none;
	text-align: center;
	font-size:18px;
}

a.btn:hover {
	background: #000;
	color: #3daa45;
	border: 2px solid #3daa45;
}

a.btn.btn-transparent {
	background: #fdc061;
	color: #000;
	padding: 10px 30px;
	border: 2px solid #fdc061;
}

a.btn.btn-transparent:hover {
	background: #000;
	color: #fdc061;
}

a.btn svg {
	margin-left: 10px;
	font-size: 1.112em;
	vertical-align: middle;
}

a.btn + a.btn {
	margin-left: 20px;
}

.sub-title {
	display: block;
	font-size: 0.778em;
	font-weight: 600;
	color: #9cbe9c;
}

.page-header .sub-title {
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.sub-title:empty, .widget_text .textwidget:empty {
	display: none;
}

.section-title, section[class*="-section"] .widget_text .widget-title {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 2em;
	text-transform:uppercase;
	font-weight: 400;
}

section[class*="-section"] .widget_text .widget-title:after {
	display: none;
}

section[class*="-section"] .section-desc, 
section[class*="-section"] .widget_text .textwidget {
	font-size: 1.112em;
	max-width: 700px;
	margin: 20px auto 0 auto;
	color: #262525;
}

.entry-meta {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 10px;
	color:#ccc6c8;
}

.entry-meta > span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 35px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.entry-meta > span::after {
	content: "";
	background: #F0F0F0;
	position: absolute;
	top: 6px;
	right: -22px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}

.entry-meta > span:last-child::after {
	display: none;
}

.entry-meta > span svg {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 5px;
	
	margin-top:-2px;
}

.entry-meta > span a {
	color: #999596;
	display: inline-block;
	vertical-align: middle;
}

.entry-meta > span a:hover {
	color: #9cbe9c;
}





header.page-header {
	background:#e4e4e4;
	padding: 15px 0;
	
	margin-bottom: 30px;
	
}


.page-header h1.page-title {
	
	font-size: 22px;
	
	
	margin: 10px 0 0;
	
}
.slot-content-btn {text-align:center;padding:20px 0;}
.brands ul {margin:0;list-style:none;}
.brands ul li {display:inline-block;margin-right:15px;margin-bottom:30px;}
.brands ul li:last-child {margin-right:0;}
.brands ul li a {border-radius:5px;font-weight:700;color:#fff;background:#045ded;padding:10px 20px;}
.brands ul li a:hover, .brands ul li.active a {background:#045ded;text-decoration:none;}
.archive-description {
padding-top:30px;
}

.page-header .breadcrumb {
	margin-left:2px;
	font-size: 0.6666em;
	text-transform: uppercase;
	font-weight: 700;
	
}

.page-header .breadcrumb a {
	color:#fff;
	display: inline-block;
	vertical-align: middle;
}

.page-header .breadcrumb .separator {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	
}

.page-header .breadcrumb .current {
	color: #b5b5b5;
	display: inline-block;
	vertical-align: middle;
}

.showing-result {
	font-size: 0.7778em;
	font-weight: 600;
	color: #999596;
	margin-bottom: 20px;
}

.cat-tags h5 {
	margin: 0 0 5px 0;
	font-size: 0.6666em;
	color: #9CBE9C;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
.cat-tags a {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	margin: 0 0 5px 3px;
	letter-spacing: 1px;
	font-size: 0.5556em;
	text-transform: uppercase;
	color: #fff;
	background: #262525;
	border-radius: 3px;
	padding: 2px 7px;
	text-decoration: none;
}
.cat-tags a:hover {
	background: #9cbe9c;
	color: #fff;
}

.entry-footer > span {
	display: inline-block;
	vertical-align: middle;
}

.entry-footer span + .edit-link {
	margin-left: 20px;
}

.edit-link a {
	text-transform: uppercase;
	font-size: 0.6666em;
	font-weight: 700;
	letter-spacing: 1px;
	background: #9cbe9c;
	color: #fff;
	padding: 0px 10px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	border: 1px solid #9cbe9c;
	text-decoration: none;
}

.entry-footer span.cat-tags + .edit-link a {
	margin-bottom: 5px;
}

.edit-link a:hover {
	background: none;
	color: #9cbe9c;
}

.widget .widget-title {
	margin-top: 0;
	font-size: 20px;
text-transform:uppercase;
	font-weight: 400;
	position: relative;
	margin-bottom: 20px;
	
}
#secondary .widget .widget-title {
	text-align: left;
}


.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul ul {
	margin-top: 12px;
	margin-left: 15px;
}
#secondary .widget ul li a {font-weight:700;line-height:1.3;display:block;}
#secondary .widget ul li {border-bottom:1px solid rgba(0,0,0,0.07);padding-bottom:10px;margin-bottom:10px;}

.widget ul li a {
	
	text-decoration: none;
}



.widget_rss .widget-title a.rsswidget {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}



/*========================
COMMENTS AREA
========================*/
.comments-area {
	margin-top: 30px;

}
.comments-area .comments-title, 
.comment-respond .comment-reply-title {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 20px;
	
	font-weight: 400;
	text-transform: uppercase;
}
.comments-area .comments-title span, 
.comment-respond .comment-reply-title span {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}

.comments-area ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.comments-area ol li ol {
	margin-left: 30px;
}
.comment-list .comment {
	border-top: 1px solid #F0F0F0;
	margin-top: 20px;
	padding-top: 20px;
}
.comment-list > .comment:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.comments-area .comment-body {
	position: relative;
	padding-left: 70px;
}
.comments-area .comment-body .comment-author::before {
	content: "";
	border: 3px solid rgba(240,240,240,0.75);
	top: 5px;
	left: 0;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
}
.comments-area .bypostauthor > .comment-body .comment-author::after {
	content: "";
	background: url(images/check-mark.svg) no-repeat;
	position: absolute;
	top: 37px;
	left: 32px;
	width: 20px;
	height: 21px;
	z-index: 1;
}
.comment-body img.avatar {
	position: absolute;
	top: 5px;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
.comment-body b.fn {
	font-weight: 700;
	font-size: 0.8888em;
	text-transform: capitalize;
	margin-bottom: 0;
	display: block;
}
.comment-author a {
	text-decoration: none;

}

.comment-body b.fn span.says {
	display: none;
}
.comment-body .comment-metadata {
	font-size: 0.6666em;
	color: #999;
}
.comment-metadata a {
	color: #999596;
}
.comment-metadata a:hover {
	color: #9cbe9c;
}
.comment-body .comment-awaiting-moderation {
	font-size: 0.7778em;
	margin-top: 10px;
	margin-bottom: 0;
	color: red;
	letter-spacing: 0;
}
.comment-body .reply .comment-reply-link {
	display: inline-block;
	text-align: center;
	position: relative;
	vertical-align: top;
	color: #212127;
	font-size: 0.7778em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.8px;
	padding-left: 25px;
}
.comment-body .reply .comment-reply-link:hover {
	color: #9cbe9c;
}
.comment-body .reply .comment-reply-link:before {
	content: "";
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z"></path></svg>');
	background-repeat: no-repeat;
	width: 15px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: 0;
}
.comment-body .comment-content {
	font-size: 0.8888em;
	font-weight: 400;
}
.comment-body .comment-content p {
	margin-top: 5px;
	margin-bottom: 20px;
}
.comments-area .comment-list + .comment-respond, 
.comments-area .comment-body + .comment-respond {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #F0F0F0;
}
.comment-respond .comment-reply-title a {
	display: inline-block;
	font-size: 0.7778em;
	margin-left: 10px;
	color: #212127;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.comment-respond .comment-reply-title a:hover {
	color: #9cbe9c;
}
.comment-respond .comment-form p {
	margin-top: 0;
	margin-bottom: 20px;
}
.comment-form p.comment-notes {
	display: none;
}
.comment-respond .comment-form p:not(.comment-form-cookies-consent) label {
	display: none;
}
.comment-respond .comment-form p.comment-form-cookies-consent {
	position: relative;
}
.comment-respond .comment-form p.comment-form-cookies-consent label {
	font-size: 0.888em;
	color: #262525;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
	display: block;
}
.comment-respond .comment-form p.comment-form-cookies-consent label:hover {
	text-decoration: underline;
}
.comment-respond .comment-form p.comment-form-cookies-consent label::before {
	content: "";
	width: 16px;
	height: 16px;
	border: 1px solid #F0F0F0;
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
	background-repeat: no-repeat;
	background-size: 0;
	background-position: center;
	position: absolute;
	top: 7px;
	left: 0;
	border-radius: 3px;
	font-weight: normal;
	text-align: center;
	line-height: 14px;
	font-size: 0;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.comment-respond .comment-form p.comment-form-cookies-consent input[type="checkbox"]:checked + label::before {
	content: "";
	border-color: #9cbe9c;
	background-color: #9cbe9c;
	background-size: 10px;
}
.comment-respond .comment-form p.comment-form-cookies-consent input[type="checkbox"] {
	position: absolute;
	top: 11px;
	left: 1px;
	opacity: 0;
	visibility: hidden;
}
.comment-form p.form-submit {
	margin-bottom: 0;
	margin-top: 30px;
}

/*==========================
PAGINATION 
==========================*/
.navigation.pagination .nav-links {
	
}

.navigation.pagination .page-numbers {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 44px;
	text-align: center;
	border: 2px solid #005aeb;
	border-radius: 100%;
	text-decoration: none;
	text-transform: uppercase;
	color: #005aeb;
	font-size: 14px;
	
	margin: 5px 3px;
	vertical-align: middle;
	letter-spacing: 1px;
	font-weight:700;
}

.navigation.pagination .page-numbers.dots {
	border: none;
}

.navigation.pagination .page-numbers.prev, 
.navigation.pagination .page-numbers.next {
	width: auto;
	border-radius: 40px;
	padding-left: 30px;
	padding-right: 30px;
	
	letter-spacing: 1px;
	float: left;
	position: relative;
}



.navigation.pagination .page-numbers.next {
	float: right;
	
}





.navigation.pagination .page-numbers:not(.dots):hover, 
.navigation.pagination .page-numbers.current:not(.dots) {
	background: #005aeb;
	color: #fff;
	
}

.posts-navigation .nav-links a {
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #005aeb;
	border-radius: 40px;
	padding: 12px 25px 12px 40px;
	font-size: 0.6666em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	color: #005aeb;
	position: relative;
	text-decoration: none;
}

.posts-navigation .nav-links .nav-next a {
	padding-left: 25px;
	padding-right: 40px;
}

.posts-navigation .nav-links a:hover {
	background: #005aeb;
	color: #fff;
	border-color: #005aeb;
}

.posts-navigation .nav-links a svg {
	position: absolute;
	top: 14px;
	left: 20px;
	font-size: 1.333em;
}

.posts-navigation .nav-links .nav-next a svg {
	left: auto;
	right: 20px;
}

#load-posts {
	text-align: center;
}

#load-posts a {
	display: inline-block;
	font-size: 0.666em;
	text-transform: uppercase;
	color: #262525;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 1px;
	border: 2px solid #f0f0f0;
	border-radius: 40px;
	padding: 15px 30px;
	text-align: center;
}

#load-posts a.loading, 
#load-posts a:hover {
	background: #9cbe9c;
	border-color: #9cbe9c;
	color: #fff;
	text-decoration: none;
}

#load-posts a svg {
	vertical-align: middle;
	margin-right: 10px;
}

#load-posts a.disabled {
	background: #9cbe9c;
	color: #fff;
	border-color: #9cbe9c;
	opacity: 0.6;
	cursor: not-allowed;
}

.post-navigation {
	border-top: 1px solid rgba(61,170,69,0.5);
	padding-top: 30px;
	margin-top: 60px;
	margin-bottom: 0;
}

.post-navigation .nav-links:before, 
.post-navigation .nav-links:after {
	content: "";
	display: table;
}

.post-navigation .nav-links:after {
	clear: both;
}

.post-navigation .nav-previous, 
.post-navigation .nav-next {
	position: relative;
}

.post-navigation .nav-previous a {
	display: block;
	position: relative;
	padding-left: 0;
	text-decoration: none;
	color:#fff;
	font-size: 1em;
	font-weight: 400;
}

.post-navigation .nav-next a {
	position: relative;
	display: inline-block;
	padding-right: 0;
	text-decoration: none;
	color:#fff;
	font-size: 1em;
	font-weight: 400;
}
.post-navigation .nav-next a span.post-title, .post-navigation .nav-previous a span.post-title {color:#fdc061;}
.post-navigation .nav-next a span.post-title:hover, .post-navigation .nav-previous a span.post-title:hover {color:#fff;text-decoration:underline;}
.post-navigation .nav-links .post-img {
	position: absolute;
	bottom: calc(100% - 20px);
	left: 30px;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0 1px 30px rgba(0,0,0,0.1);
	width: 260px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.post-navigation .nav-links .nav-next .post-img {
	left: auto;
	right: 30px;
}

.post-navigation .nav-links a:hover + .post-img {
	bottom: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.post-navigation a .meta-nav {
	display: block;
	font-size: 0.6666em;
	font-weight: 700;

	
}

.post-navigation a .meta-nav svg {
	font-size: 1.333em;
	font-weight: 400;
	vertical-align: middle;
	margin-right: 10px;
	position: absolute;
	top: 7px;
	left: -20px;
	width: 14px;
}

.post-navigation .nav-next a .meta-nav svg {
	margin-right: 0;
	margin-left: 10px;
	left: auto;
	right: -20px;
}

.post-navigation a .post-title {
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 0;
	/*width: 75%;*/
	display: block;
	line-height: 1.3;
	margin-top: 5px;
}

.post-navigation .nav-next a .post-title {
	float: right;
}



/*=========================
SIDEBARS
=========================*/
#primary {
	margin-bottom: 80px;
}

.centered #primary {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.rightsidebar #primary {
	float: left;
	width: 71%;
	padding-right: 30px;
}
.rightsidebar.category-template-category-slots-php #primary {
	float: left;
	width: 100%;
	padding-right: 0;
}
.leftsidebar #primary {
	float: right;
	width: 71%;
	padding-left: 30px;
}

#secondary {
	float: left;
	width: 29%;
	margin-bottom: 80px;
	background:#fff;
	padding:15px;
	box-sizing:border-box;
}

/*=============================
BACK TO TOP BTN
=============================*/
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 44px;
	background: #fdc061;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	border: 3px solid #3daa45;
	
	color: #000000;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.back-to-top.show {
	right: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.back-to-top:hover {
	background: #3daa45;
	
	border-color: #fdc061;
}


/*============================
Header main section
============================*/
#masthead {background:#000;}
.header-main {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-end;
	padding:15px 0;
}

.header-main .site-branding {
	display: flex;
	flex: auto;
	flex-direction: column;
	align-items: flex-start;
}
.site-branding img {max-width:130px;}
.site-header .site-branding.has-logo-text {    
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.site-header.header-six .site-branding.has-logo-text, 
.site-header.header-six .site-branding.has-logo-text {
	flex-direction: column;
	align-items: flex-start;
	text-align: center;
}

.site-header.header-six .site-branding.has-logo-text .custom-logo-link, 
.site-header.header-six .site-branding.has-logo-text .custom-logo-link {
	margin: 0 auto;
}

.site-header .site-branding.has-logo-text .site-title-wrap {
	padding-left: 15px;
}

.site-header.header-six .site-branding.has-logo-text .site-title-wrap, 
.site-header.header-seven .site-branding.has-logo-text .site-title-wrap {
	padding-left: 0;
}

.site-branding .site-title {

	font-weight: 400;
	font-size: 1.6667em;
	margin: 0;
}

.site-branding .site-title a {
	text-decoration: none;
}

.site-branding .site-description {
	margin: 0;
	font-size: 0.8888em;
}

.header-contact {
text-align:right;
}


#colophon .sb {margin:10px 0 20px;}

.play-home-more {text-align:center;padding:10px 0 0;}
.play-home-more a {
border-radius: 30px;
text-align:center;
margin:0 auto;
width:250px;
font-weight:700;padding:10px;display:block;text-transform:uppercase;color:#000;}
.play-home-more a:hover {text-decoration:none!important;}
.slot-box {background:#000;text-align:center;width:100%;position:relative;overflow:hidden;margin:0 0 30px;}
.slot-box img {width:100%;display:block;}
.slot-btn {display:none;position:absolute;width:100%;top:17%;left:0;}
.slot-box:hover .slot-btn {display:block;}
.slot-box:hover img {opacity:0.3;}
.slot-box span {color:#fff;}
.slot-box span.hb2 {display:block;max-width:170px;margin:15px auto;padding:10px;}
a.slot-demo {font-weight:700;color:#fff;text-transform:uppercase;}
.sb a:hover {text-decoration:none;}
.article-box {margin:0 0 30px;background:#fff;box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);}
.article-box img {width:100%;display:block;}
.article-title a {display:block;line-height:1.3;padding:10px 15px;font-weight:700;}
.header-contact span:hover {text-decoration:none;}
.header-contact span.hb1, .sb span.hb1 {margin-right:15px;}
.responsive-nav span.hb1, .responsive-nav span.hb2 {display:block;margin:15px auto;max-width:220px;}
.sbr span {display:block;max-width:300px;margin:0 auto 15px;}
span.hb1 {
border-radius:5px;
font-weight:700;
padding:10px 30px;
text-align:center;
background: #272d39;
color:#fff;
}

span.hb2 {
border-radius:5px;
font-weight:700;
padding:10px 30px;
text-align:center;
background: linear-gradient(45deg,#047cfc,#0064ff);
color:#fff;
}




/*==============================
NAV WRAP SECTION
==============================*/
header.site-header > .container {
	position: relative;
	
}

.nav-wrap {
	background: #232629;
	border-top:1px solid rgba(255,255,255,0.06);
	padding: 15px 0;

}

.nav-wrap .main-navigation {
	
}

.main-navigation button.toggle-btn {
	display: none;
	
}

.nav-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation ul li {
	display: inline-block;
	margin-right:20px;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	
	
	padding:0;
	
}

.main-navigation ul li a {
	color: #999;
	display: inline-block;
	padding:0;
	text-decoration: none;
	font-weight:700;
	
}

.main-navigation ul li a:hover, .main-navigation ul li.current-menu-item > a, 
.main-navigation ul li.current_page_items a {color:#fff;}



.main-navigation ul li ul {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	background: #302d28;
	width: 230px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
	z-index: 9999;
}

.main-navigation ul li ul ul {
	left: 100%;
	top: 10px;
}

.main-navigation ul li:hover > ul {
	top: calc(100% + 3px);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.main-navigation ul ul li:hover > ul {
	top: 0;
}

.main-navigation ul ul li {
	
	display: block;
	margin-right: 0;
	margin-left: 0;
}

.main-navigation ul ul li a {
	padding: 15px 20px;
	margin: 0;
	border-bottom: 1px solid #E0E0E0;
	width: 100%;
	
}

.main-navigation ul ul li:last-child > a {
	border-bottom: none;
}

.main-navigation ul ul li:hover > a, 
.main-navigation ul ul li.current-menu-item > a, 
.main-navigation ul ul li.current_page_items a {
	background: #453c2e;
	
}

.main-navigation ul ul li a:after {
	display: none;
}

.main-navigation ul li.menu-item-has-children a:after {
content: '\e801';
font-family: 'fontello';
margin-left:5px;
}

.main-navigation ul ul li.menu-item-has-children {
	padding-right: 0;
}

.main-navigation ul ul li.menu-item-has-children > a {
	padding-right: 30px;
}

.main-navigation ul li span {
	position: absolute;
	top: 5px;
	right: 0;
	color: #fff;
	font-size: 0.6666em;
}

.main-navigation ul ul li span {
	color: #262525;
	font-size: 0.888em;
	top: 19px;
	width: 20px;
	display: block;
	text-align: center;
	height: 20px;
	line-height: 20px;
	right: 5px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.main-navigation ul ul li:hover > span, 
.main-navigation ul ul li.current-menu-item > span, 
.main-navigation ul ul li.current_page_items span {
	color: #fff;
}

.social-list li {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.8888em;
}

.header-social .social-list li a {
	color: #585656;
	border-left: 1px solid rgba(255,255,255,0.1);
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.nav-wrap .header-social .social-list li a {
	color: #000;
}



.header-search {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}

.nav-wrap .nav-right {
	display: flex;
	flex: 1;
	white-space: nowrap;
	justify-content: flex-end;
	align-items: center;
}

.header-search > svg {
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 35px;
	
	padding: 0px 15px;
	cursor: pointer;

}

.search-form-wrap {
	background: #3f3f3f;
	padding: 5px 0;
	display: none;
}

.search-form-wrap .search-form-inner {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-right: 40px;
}

.search-form-wrap .search-form input[type="search"] {
	background: none;
	border-radius: 0;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.778em;
	font-weight: 700;
	letter-spacing: 1px;
}

.search-form-wrap .search-form input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.search-form-wrap .search-form input[type="search"]::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.search-form-wrap .search-form input[type="search"]:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.search-form-wrap .search-form input[type="search"]:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}

.search-form-wrap .search-form input[type="submit"] {
	display: none;
}

.search-form-wrap .close {
	position: absolute;
	top: 15px;
	right: 0;
}

.close {
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	cursor: pointer;
}

.close:before, .close:after {
	content: "";
	background: #fff;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close:hover:before, .close:hover:after {
	background: #f00;
}



/*===========================
STICKY HEADER
===========================*/
.customize-partial-edit-shortcut button svg {
	margin: auto !important;
}
.sticky-header {
	background: #9cbe9c;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	flex-flow: row wrap;
	padding: 10px 5%;
	z-index: 9999;
	border-bottom: 1px solid #fff;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	visibility: hidden;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.custom-background .sticky-header {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
}

.header-sticky .search-form-wrap.active + .site-header .sticky-header {
	top: 85px;
}

.admin-bar .sticky-header {
	top: 32px;
}

.header-sticky .sticky-header {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

.header-sticky .search-form-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	border-bottom: 1px solid #fff;
}

.admin-bar.header-sticky .search-form-wrap {
	top: 32px;
}

.sticky-header .site-branding {
	width: 20%;
}

.header-sticky .site-branding .site-title a {
	color: #fff;
} 
.header-sticky .site-branding .site-description {
	color: rgba(255,255,255,0.75);
}

.sticky-header .main-navigation {
	width: 60%;
	text-align: center;
}

.sticky-header .main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sticky-header .main-navigation ul li {
	line-height: 1.2;
}

.sticky-header .main-navigation ul li a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.sticky-header .main-navigation ul li span {
	line-height: 5;
	top: 0;
}

.sticky-header .main-navigation ul ul {
	text-align: left;
}

.sticky-header .main-navigation ul ul li {
	line-height: 1.8;
}

.sticky-header .main-navigation ul ul li span {
	line-height: 1.8;
	top: 19px;
}

.sticky-header .nav-right {
	width: 20%;
	text-align: right;
}

.sticky-header .header-social, 
.sticky-header .header-search {
	display: inline-block;
	vertical-align: middle;
}

.sticky-header .header-social .social-list li a {
	color: #fff;
}

.sticky-header .header-social .social-list li a:hover, 
.sticky-header .header-search:hover {
	background: rgba(0,0,0,0.05);
}





/*============================
SITE BANNER SECTION
============================*/
#banner_section {
padding:50px 0 0;
margin:0 0 30px;
background:url(/wp-content/uploads/2025/08/3.jpg) no-repeat center center;
background-size:cover;
height:370px;
position:relative;overflow:hidden;
}
#banner_section span.hb2 {display:block;max-width:200px;padding:10px;margin:15px 0 25px;}
#banner_section span.hb1 {display:none;max-width:240px;padding:10px;margin:15px auto;}
.btn-wrap {position:absolute;width:100%;height:100%;left:0;top:0;}
.ttl {font-weight:700;color:#fff;font-size:30px;} 
.prm {font-weight:700;color:#fff;position:relative;z-index:9;max-width:400px;} 
.prm span { 
position:relative;
margin-right:25px;
cursor:pointer;display:inline-block;
color: #fde30a;
}

.prm span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/fortuna/images/copy.svg);
    mask: url(/wp-content/themes/fortuna/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #fde30a;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.bpl {display:none;padding:15px;text-align:center;position:fixed;bottom:0;left:0;width:100%;background: linear-gradient(to left, #0e0a33 0%,#3c027a 100%);}
.bpl img {width:180px;}

@media (max-width:767px) {
#banner_section {text-align:center;height:auto;padding:30px 0;}
#banner_section span.hb1 {display:block;}
#banner_section span.hb2 {margin:15px auto;max-width:240px;}
.prm {

  max-width: 100%;
}
.ttl {font-size:22px;} 
.btn-wrap, .home .nav-wrap {display:none;}
.home .header-main {display:block;text-align:center;}
.home .header-main .header-contact {display:none;}
.home .header-main .site-branding {display:block;}
.home header.site-header > .container {padding-bottom: 0;}
.bpl {display: flex;
 justify-content: space-between;
 align-items: center;}
}

@media (max-width:390px) {
.bpl img {width:130px;}
}
@media (max-width:340px) {
.bpl img {display:none;}
.bpl span.hb2, .bpl {display:block;}
}
/*==============================
RECENT POST SECTION
=============================*/


.post-thumbnail {
	position: relative;
	margin: 0;
	display: inline-block;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	overflow: hidden
}

.post-thumbnail .category {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 0.6666em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

span.category a {
	display: inline-block;
	padding: 3px 10px;
	background: #262525;
	border-radius: 3px;
	color: #fff;
	margin-right: 2px;
	margin-bottom: 5px;
	text-decoration: none;
}

span.category a:hover {
	background: #9cbe9c;
}



.recent-post-section .mb-6 {padding-top:10px;}
.recent-post-section .content-wrap .h3 {font-size:20px;margin:0 0 15px;padding:0;}
.recent-post-section .content-wrap .h3:before {font-size:25px;padding-left:2px;padding-top:4px;text-align:center;color:#13100e;font-family: "fontello";margin-top:5px;border-radius:50%;background:#3daa45;content:"\e803";width:40px;height:40px;float:left;margin-right:15px;}
.recent-post-section .h3 a {
	color: #5e5a54;
	text-decoration: none;
	display:block;
	line-height:1.2;
}

.recent-post-section .h3 a:hover {
	color: #fff;
}


/*==========================
SITE FOOTER SECTION
==========================*/
.site-footer {
	background: #000;
}

.site-footer .footer-block-wrap .container {
	background: #1e1e1e;
	display: flex;
	flex: 1;
	flex-flow: row wrap;
	align-items: center;
	padding: 25px 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.site-footer .footer-block-wrap .footer-contact-block {
	width: 33.33%;
	border-right: 2px solid rgba(255,255,255,0.2);
	padding: 0 25px;
	position: relative;
	text-align: center;
}

.site-footer .footer-block-wrap .footer-contact-block:last-child {
	border-right: none;
}

.site-footer .widget_blossomtheme_featured_page_widget .featured_page_content {
	color: #fff;
}

.footer-contact-block-inner {
	display: inline-block;
	position: relative;
	text-align: left;
	padding-left: 65px;
}

.site-footer .footer-block-wrap .footer-contact-block-inner svg {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 3px;
	left: 0;
}

.site-footer .footer-block-wrap .footer-contact-block .title {
	font-size: 0.7778em;
	color: #fff;
	font-weight: 600;
}

.site-footer .footer-block-wrap .footer-contact-block .description {
	margin: 0;
	color: #999596;
	font-size: 0.8888em;
	font-weight: 600;
}

.site-footer .footer-block-wrap .footer-contact-block .description a {
	color: #999596;
}

.site-footer .footer-t {
	padding-top: 20px;
	padding-bottom: 20px;
}



.footer-t .grid:not(.column-1) {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
}

.footer-t .grid.column-4 .col {
	width: 22.66%;
	margin-right: 3%;
}

.footer-t .grid.column-3 .col {
	width: 31.33%;
	margin-right: 3%;
}

.footer-t .col {
	text-align:center;
}
.footer-t ul li {display:inline-block;margin:10px 20px;}
.footer-t ul li:last-child {margin-right:0;}
.footer-t ul li a {font-weight:700;color:#999;}
.footer-t ul li a:hover {color:#fff;}
.footer-t .grid .col:last-child {
	margin-right: 0 !important;
}

.site-footer .widget .widget-title {
	color: #fff;
}

.site-footer .widget .widget-title::after {
	background: -webkit-linear-gradient(to right, rgba(255,255,255,0.5), transparent);
	background: -moz-linear-gradient(to right, rgba(255,255,255,0.5), transparent);
	background: -ms-linear-gradient(to right, rgba(255,255,255,0.5), transparent);
	background: -o-linear-gradient(to right, rgba(255,255,255,0.5), transparent);
	background: linear-gradient(to right, rgba(255,255,255,0.5), transparent);
}

.site-footer .widget_text .textwidget {
	color: #fff;
}

.site-footer .footer-b {
	background: rgba(255,255,255,0.06);
	padding: 25px 0;
text-align:center;
}
.fimg {display:block;margin:10px 0 10px;}
.fimg img {max-height:60px;margin:10px 20px;}
.fimg img.f18 {max-height:52px;}
.footer-b .container {
	

}

.footer-b .copyright {
	
	font-size: 14px;
	color: #fff;
}
.copyright p {max-width:600px;margin:0 auto 15px;}

.footer-b ul li {list-style:none; margin-right:20px;display:inline-block;}
.footer-b ul li:last-child {margin-right:0;}
.footer-b ul li a {font-size:14px;color:#707070;}
.footer-b ul li a:hover {color:#fff;text-decoration:none;}
.footer-b ul {margin:0 0 10px;padding:0;}

.fortuna-img {background:rgba(0,0,0,0.8);margin-bottom:25px;text-align:center;position:relative;}
.fortuna-img img {display:block;width:100%;}
.fortuna-link {width:100%;position:absolute;left:0;top:10%;display:none;}
.fortuna-img:hover .fortuna-link {display:block;}
.fortuna-img:hover img {opacity:0.3;}
.fortuna-link span {color:#fff;}
a.demo {font-weight:700;color:#fff;text-transform:uppercase;}
.fortuna-link span.hb2 {display:block;padding:10px;max-width:170px;margin:10px auto;}
/*=========================
CLASSIC LAYOUT
=========================*/
.site-main article {
	
	margin-bottom: 30px;
	border-radius: 5px;
}

.page-template .site-main article, 
body:not(.search) .site-main article.page {
	box-shadow: none;
	margin-bottom: 0;
	border-radius: 0;
}

.site-main article .category {
	top: 15px;
	left: 15px;
}

.author-like-wrap {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
}

.post-thumbnail .author-like-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(transparent, rgba(0,0,0,0.6));
	background: -moz-linear-gradient(transparent, rgba(0,0,0,0.6));
	background: -ms-linear-gradient(transparent, rgba(0,0,0,0.6));
	background: -o-linear-gradient(transparent, rgba(0,0,0,0.6));
	background: linear-gradient(transparent, rgba(0,0,0,0.6));
	padding: 0 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

article:hover .post-thumbnail .author-like-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.byline svg {
	width: 18px;
	vertical-align: middle;
}

.byline svg .autb {
	fill: #fff;
}

.author-like-wrap > span, 
.author-like-wrap .bsp_ajax_like {
	display: flex;
	flex: 1;
	align-items: center;
	font-size: 0.666em;
	letter-spacing: 1px;
	color: #fff;
}

.author-like-wrap > span a, 
.author-like-wrap .bsp_ajax_like a {
	color: #fff;
}

.author-like-wrap > span a:hover, 
.author-like-wrap .bsp_ajax_like a:hover {
	color: #9CBE9C;
}

span.byline a {
	text-transform: capitalize;
}

.author-like-wrap .bsp_ajax_like {
	justify-content: flex-end;
}

.author-like-wrap > span svg, 
.author-like-wrap .bsp_ajax_like svg {
	margin-right: 7px;
}

.author-like-wrap > span svg, 
.author-like-wrap .bsp_ajax_like svg {
	font-size: 1.1667em;
}

.site-main article .content-wrap {
	padding: 15px;
	position: relative;
	
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
	background:#fff;
}


.site-main article .content-wrap .entry-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	
	font-weight: 400;
	
}
.archive .h2.entry-title a, .search .h2.entry-title a {font-size:17px;font-weight:700;}




.site-main article .content-wrap .entry-meta {
	margin-top: 20px;
}




/*=======================
GRID LAYOUT
=======================*/
.grid-layout .site-main {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
}

.grid-layout .site-main article {
	display: flex;
	/*flex: auto;*/
	flex-direction: column;
}

.grid-layout.rightsidebar .site-main article, 
.grid-layout.leftsidebar .site-main article {
	width: 48%;
	margin-right: 4%;
}

.grid-layout.rightsidebar .site-main article:nth-child(2n), 
.grid-layout.leftsidebar .site-main article:nth-child(2n) {
	margin-right: 0;
}

.grid-layout.full-width .site-main article {
	width: 31.33%;
	margin-right: 3%;
}

.grid-layout.full-width .site-main article:nth-child(3n) {
	margin-right: 0;
}

.grid-layout .site-main article .content-wrap {
	
	display: flex;
	flex: 1;
	flex-direction: column;
}



/*=========================
MASONRY LAYOUT
=========================*/
.masonry-layout.full-width .site-main article {
	width: 31%;
	margin-right: 1%;
	margin-left: 1%;
}

.masonry-layout.rightsidebar .site-main article, 
.masonry-layout.leftsidebar .site-main article {
	width: 47%;
	margin-right: 1.5%;
	margin-left: 1.5%;
}





/*=====================================
LIST and  LIST FEATURED POST LAYOUT
=====================================*/
.list-layout .site-main article, 
.list-with-feat-post-layout .site-main article:not(.featured-post) {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
}

.list-layout .site-main article .post-thumbnail, 
.list-with-feat-post-layout .site-main article:not(.featured-post) .post-thumbnail {
	width: 45%;
	border-top-right-radius: 0;
	border-bottom-left-radius: 5px;
}

.list-layout .site-main article .post-thumbnail img, 
.list-with-feat-post-layout .site-main article:not(.featured-post) .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list-layout .site-main article .content-wrap, 
.list-with-feat-post-layout .site-main article:not(.featured-post) .content-wrap {
	width: 55%;
	
	border-bottom-left-radius: 0;
}

.archive.list-layout .site-main article .post-thumbnail, 
.archive.list-layout .site-main article .content-wrap {
	width: 50%;
}



.list-layout .site-main article .entry-meta, 
.list-with-feat-post-layout .site-main article:not(.featured-post) .entry-meta {
	margin-top: 10px;
}

.list-layout .site-main article .entry-content, 
.list-with-feat-post-layout .site-main article:not(.featured-post) .entry-content {
	margin-top: 15px;
}
.list-layout .site-main article .entry-content p {font-size:16px;line-height:24px;}



/*==============================
SEARCH PAGE
==============================*/





.search-no-results .site-main .entry-title {
	font-size: 2.1665em;
	margin-top: 0;
	margin-bottom: 10px;
}

.search-no-results .site-main .page-content {
	margin-top: 0;
	font-size: 1.112em;
}

.search-no-results .site-main .page-content p {
	margin: 0;
}

/*=======================
ERROR 404 PAGE
=======================*/
.error404 .site-main {
	max-width: 776px;
	margin: 0 auto;
}

.error404 .error-404 {
	text-align: center;
}

.error404 .error-404 .page-content {
	margin: 0;
}

.error404 .error-404 .error-text {
	margin: 0 auto 30px auto;
	font-size: 16px;
	max-width: 586px;
}

.error404 .error-404 .error-num {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	color: #000;
	margin:10px 0 40px;
	
}

.error404 .error-404 .bttn {
	display: inline-block;
	background: #9cbe9c;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.6666em;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 18px 60px;
	border-radius: 40px;
	text-decoration: none;
	margin-bottom: 80px;
	border: 1px solid #9cbe9c;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.error404 .error-404 .bttn:hover {
	background: none;
	color: #9cbe9c;
}

.error404 .error-404 .search-form {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	display: flex;
	flex: 1;
	align-items: center;
	max-width: 630px;
	margin: 0 auto;
}

.error404 .error-404 .search-form label {
	width: calc(100% - 50px);
}

.error404 .error-404 .search-form .search-field {
	height: 50px;
	border: none;
}

.error404 .error-404 .search-form .search-submit {
	width: 50px;
	padding: 0;
	height: 50px;
	border-radius: 0 5px 5px 0px;
	background: #333 url(images/search-icon.svg) no-repeat;
	background-position: center;
	background-size: 20px;
	border: none;
	text-indent: 60px;
}

.error404 .error-404 .search-form .search-submit:hover {
	background-color: #9cbe9c;
}

/*===========================
ADDITIONAL POST SECTION
===========================*/
.additional-post {
	margin-top: 80px;
	padding-top: 80px;
	border-top: 1px solid #EBEBEB;
}

.single .additional-post {
	margin-top: 60px;
	padding-top: 60px;
}

.additional-post .post-title {
	margin-top: 0;
	margin-bottom: 30px;
	
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.112em;
}

.additional-post .post-title span {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}

.additional-post .post-title span::after {
	content: "";
	background: -webkit-linear-gradient(to right, rgba(156,190,156,0.5), transparent);
	background: -moz-linear-gradient(to right, rgba(156,190,156,0.5), transparent);
	background: -ms-linear-gradient(to right, rgba(156,190,156,0.5), transparent);
	background: -o-linear-gradient(to right, rgba(156,190,156,0.5), transparent);
	background: linear-gradient(to right, rgba(156,190,156,0.5), transparent);
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.additional-post article {
	box-shadow: none;
	border-bottom: 1px solid #ebebeb;
	border-radius: 0;
	padding-bottom: 25px;
	margin-bottom: 25px;
	display: flex;
	flex: 1;
	justify-content: flex-end;
}

.additional-post article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.additional-post article .post-thumbnail {
	order: 2;
	width: 110px;
	height: 83px;
	border-radius: 5px;
}

.additional-post article .entry-header {
	display: flex;
	flex: 1;
	padding-right: 20px;
	width: calc(100% - 110px);
}

.additional-post article .entry-meta {
	width: 200px;
	margin-top: 0;
}

.additional-post article .entry-title {
	margin-top: 0;
	font-size: 1em;
	font-weight: 400;
	
	width: calc(100% - 200px);
}


/*========================
SINGLE POST
========================*/


.single .site-main article {
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0;
}

.single header.page-header .category {
	font-size: 0.6666em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}



.single .page-header .entry-meta {
	margin-top: 20px;
}

.single .page-header .byline svg .autb {
	fill: #ccc6c8;
}

.single .page-header .entry-meta > span a {
	color: #ccc6c8;
}

.single .page-header .entry-meta > span a:hover {
	color: #9cbe9c;
}

.single .page-header .entry-meta > span::after {
	opacity: 0.25;
	filter: alpha(opacity=25);
	top: 8px;
}

.sticky-social .article-meta {
	position: sticky;
	width: 100px;
	display: inline-block;
	vertical-align: top;
	top: 40px;
	text-align: center;
}

.single.style2 .content-area .article-meta > span {
	font-size: 0.6666em;
	line-height: 1;
	font-weight: 700;
	display: block;
}

.single.style2 .content-area .article-meta > span span.author-img {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto;
}

.single.style2 .content-area .article-meta > span span.author-img::before {
	content: "";
	border: 5px solid rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.single.style2 .content-area .article-meta .byline img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single.style2 .content-area .article-meta .byline .author {
	display: block;
	margin-top: 20px;
	color: #999596;
}

.single.style2 .content-area .article-meta .byline .author a {
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	color: #262525;
}

.single.style2 .content-area .article-meta .byline .author a:hover {
	color: #9cbe9c;
}

.single.style2 .content-area .article-meta > span.posted-on {
	display: block;
	margin-top: 30px;
}
.widget_bttk_pro_recent_post .posted-on {margin-top:5px;}
.single.style2 .content-area .article-meta > span.posted-on a {
	display: block;
	margin-top: 5px;
	color: #262525;
}
#primary .posted-on svg {display:none;}
.single #primary .posted-on {font-size:14px;color:#927b57;}
.single.style2 .content-area .article-meta > span.posted-on a:hover {
	color: #9cbe9c;
}

.single.style2 .content-area .article-meta span.comment-box {
	display: block;
	margin-top: 30px;
	margin-bottom: 50px;
	text-transform: uppercase;
	line-height: 1.3;
}

.single.style2 .content-area .article-meta span.comment-box a {
	color: #353535;
}

.single.style2 .content-area .article-meta span.comment-box a:hover {
	color: #9cbe9c;
}

.single .content-area .favourite .fav-count {
	display: block;
	font-size: 0.6666em;
	font-weight: 700;
	letter-spacing: 1px;
}




.single .site-main .entry-content {
	margin-top: 0;
}

.sticky-social .entry-content {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 110px);
	padding-left: 40px;
}

.dropcap {
	display: inline-block;
	float: left;
	font-size: 3.5554em;
	line-height: 1;
	font-weight: 700;
	margin-right: 7px;
	color: #262525;
}

.single-post .site-main .entry-content figure img {
	border-radius: 5px;
}

.sticky-social .entry-footer {
	padding-left: 120px;
}

/*================================
RARATHEME STAT COUNTER WIDGET
================================*/
.footer-t .grid .widget .col {
	width: 100%;
	margin-right: 0;
}
.miniature {float:left;width:45%;margin-right:20px;margin-bottom:15px;}
/*=============================
RESPONSIVE STYLESHEET
=============================*/
@media screen and (max-width: 1640px) {
	/*========================
	STICKY HEADER
	========================*/
	.sticky-header {
		padding-left: 3%;
		padding-right: 3%;
	}

	.sticky-header .header-social .social-list li a, 
	.header-two .sticky-header .header-social .social-list li a, 
	.header-three .sticky-header .header-social .social-list li a, 
	.header-four .sticky-header .header-social .social-list li a, 
	.header-five .sticky-header .header-social .social-list li a {
		width: 39px;
		height: 40px;
		line-height: 40px;
	}

	.sticky-header .header-search > svg, 
	.header-two .sticky-header .header-search > svg, 
	.header-four .sticky-header .header-search > svg {
		width: 35px;
		height: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.header-five .sticky-header .nav-right .header-search > svg {
		padding-left: 10px;
		padding-right: 10px;
		width: 35px;
	}
}

@media screen and (max-width: 1370px) {
	.owl-carousel .owl-nav [class*="owl-"] {
		left: 0;
	}

	.owl-carousel .owl-nav .owl-next {
		right: 0;
		left: auto;
	}

	.back-to-top {
		bottom: 80px;
	}

	body.custom-background #page, 
	.custom-background .sticky-header {
		max-width: 1200px;
	}

	

	.site-banner .item img {
		height: 315px;
		object-fit: cover;
		width: 100%;
	}


}

@media screen and (max-width: 1024px) {


.home .home-menu ul li {margin-bottom:10px;margin-right:5px;
border:1px solid #fdc061;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.header-search {
  display: none;
}
.home .home-menu ul {border:none!important;}
.home .home-menu ul li:first-child {border-bottom:1px solid #fdc061;}
.home .home-menu ul {clear:both;line-height:1;margin:100px 0 0;padding:0;border-bottom:1px solid #fdc061;}
.home .home-menu ul li:first-child:hover {border-bottom:1px solid #fdc061;}

.home .home-menu ul li a {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding:20px 30px;}}
@media screen and (min-width:768px) and (max-width: 1024px) {
.home .home-menu ul li {margin-bottom:10px;margin-right:5px;
border:1px solid #fdc061;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.home .home-menu ul {border:none!important;}
.home .home-menu ul li:first-child {border-bottom:1px solid #fdc061;}
.home .home-menu ul {clear:both;line-height:1;margin:100px 0 0;padding:0;border-bottom:1px solid #fdc061;}
.home .home-menu ul li:first-child:hover {border-bottom:1px solid #fdc061;}

.home .home-menu ul li a {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding:20px 30px;}

}
@media screen and (max-width: 1199px) {
	body.custom-background #page, 
	.custom-background .sticky-header {
		max-width: 95%;
	}

	.container, .main-content {
		max-width: 1000px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.site-banner .banner-caption .main-content {
		width: auto;
		max-width: 1000px;
	}

	.header-six .header-main .nav-wrap {
		max-width: 1000px;
	}

	.search-form-wrap .close {
		right: 15px;
	}



	/*=======================
	STICKY HEADER
	=======================*/
	.sticky-header {
		padding-left: 2%;
		padding-right: 2%;
	}

	.site-branding .site-title {
		font-size: 1.2223em;
	}




	/*===========================
	SITE BANNER 
	===========================*/
	.site-banner .banner-caption .title {
		font-size: 2.5em;
	}



	.footer-b .copyright {
		display: inline-block;
		flex: inherit;
	}



	/*========================
	ARCHIVE AUTHOR
	========================*/
	.list-layout .site-main .entry-meta > span {
		margin-right: 16px;
	}

	.list-layout .site-main .entry-meta > span:last-child {
		margin-right: 0;
	}

	.list-layout .site-main .entry-meta > span::after {
		display: none;
	}



}

@media screen and (min-width: 1025px) {
	.submenu-toggle {display:none;}
	.header-six .nav-wrap .nav-right, 
	.header-seven .nav-wrap .nav-right, 
	.header-eight .nav-wrap .nav-right {
		display: none;
	}
}
@media screen and (min-width:768px) and (max-width: 1024px) {

.footer-t ul li a {font-size:14px;}

}
@media screen and (max-width: 1024px) {
	
	.container, .main-content {
		max-width: 768px;
	}
.site-banner .banner-caption {
	
	top: 0%;
	left: -12%;
	
	
}
	.site-banner .banner-caption .main-content, 
	.header-six .header-main .nav-wrap {
		max-width: 768px;
	}

	section[class*="-section"] .grid {
		grid-template-columns: repeat(2, 1fr);
		justify-items: center;
	}







	/*=========================
	SIDEBARS
	=========================*/
	.rightsidebar #primary, 
	.leftsidebar #primary {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	#secondary {
		float: none;
		width: 100%;
	}

	/*============================
	SITE HEADER SECTION
	============================*/
	.header-main .site-branding {
		justify-content: center;
		text-align: center;
	}

	.site-branding .site-title {
		font-size: 1.6667em;
	}

	
	.site-header .nav-wrap ul, 
	.site-header .header-social {
		display: none;
	}

	.nav-wrap {
		padding: 5px 10px;
		left: 15px;
		right: 15px;
	}

	.main-navigation button.toggle-btn {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		padding: 0 20px 0 50px;
		box-shadow: none;
		background: transparent;
		font-size: 0.7778em;
		height: 45px;
		color:#fff!important;
		border-radius: 0;
	}

	.main-navigation button.toggle-btn:hover {
		background: rgba(255,255,255,0.1);
		color: #fff;
	}

	.nav-wrap .main-navigation button.toggle-btn::after {
		content: "Меню";
		text-transform: uppercase;
		color:#fff!important;
	}

	.main-navigation button.toggle-btn .toggle-bar {
		background: #fff;
		width: 20px;
		height: 2px;
		position: absolute;
		top: 0;
		left: 20px;
		bottom: 0;
		margin: auto;
		color:#fff!important;
		-webkit-transition: all ease 0.35s;
		-moz-transition: all ease 0.35s;
		transition: all ease 0.35s;
	}

	.nav-wrap .main-navigation button.toggle-btn .toggle-bar:first-child {
		top: -10px;
	}

	.nav-wrap .main-navigation button.toggle-btn .toggle-bar:last-child {
		bottom: -10px;
	}

	.header-search > svg {
		border-left: none;
	}

	/*==============================
	HEADER LAYOUT TWO AND LAYOUT FOUR
	==============================*/
	.header-two .header-t, 
	.header-four .header-t {
		display: none;
	}

	





	.nav-wrap .nav-right {
		display: flex;
		flex: 1;
		white-space: nowrap;
		justify-content: flex-end;
		align-items: center;
	}




	.search-form-wrap.active + header.site-header.header-eight {
		border-top: 1px solid #fff;
	}

	.nav-wrap .header-search:hover, 
	.header-eight .nav-wrap .main-navigation .toggle-btn:hover {
		background: rgba(156,190,156,0.15);
	}









	/*=========================
	RESPONSIVE NAV
	=========================*/
	.responsive-nav {
		position: fixed;
		display: block;
		width: 50%;
		height: 100%;
		top: 0;
		left: 0;
		background: #101317;
		z-index: 999999;
		overflow: auto;
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all ease 0.35s;
		-moz-transition: all ease 0.35s;
		transition: all ease 0.35s;
	}

	.menu-toggled .responsive-nav {
		visibility: visible;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}

	.responsive-nav .main-navigation {
		text-align: right;
	}

	.responsive-nav .main-navigation button.toggle-btn {
		padding: 0;
		width: 40px;
		height: 40px;
		margin: 10px 10px 30px 0;
	}

	.responsive-nav .main-navigation button.toggle-btn .toggle-bar {
		right: 0;
		left: 0;
		width: 15px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.responsive-nav .main-navigation button.toggle-btn .toggle-bar:nth-child(2) {
		display: none;
	}

	.responsive-nav .main-navigation button.toggle-btn .toggle-bar:last-child {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.responsive-nav .main-navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: left;
	}

	.responsive-nav .main-navigation ul li {
		display: block;
		margin: 0;
		padding-right: 0;
		font-weight: 400;
		
	}

	.responsive-nav .main-navigation ul li span {
		width: 20px;
		text-align: center;
		height: 56px;
		line-height: 20px;
		right: 10px;
		font-size: 0.7778em;
		top: 0;
		color: #fff;
		opacity: 0.7;
		filter: alpha(opacity=70);
		display: flex;
		flex: 1;
		justify-content: center;
		align-items: center;
		-webkit-transition: all ease 0.35s;
		-moz-transition: all ease 0.35s;
		transition: all ease 0.35s;
	}
	.responsive-nav .main-navigation ul ul li span {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.responsive-nav .main-navigation ul li span.active {
		-webkit-transform: rotate(18deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.responsive-nav .main-navigation ul li a {
		padding: 15px 20px;
		border-bottom: 1px solid rgba(255,255,255,0.15);
		width: 100%;
	}

	.responsive-nav .main-navigation ul ul li:last-child > a {
		border-bottom: 1px solid rgba(255,255,255,0.15);
	}

	.responsive-nav .main-navigation ul li:hover > a, 
	.responsive-nav .main-navigation ul li.current-menu-item > a, 
	.responsive-nav .main-navigation ul li.current_page_item > a {
		background: rgba(255,255,255,0.1);
		color:#fff;
	}

	.responsive-nav .main-navigation ul li a::after {
		display: none;
	}

	.responsive-nav .main-navigation ul ul {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		background: none;
		box-shadow: none;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
		display: none;
	}

	.responsive-nav .main-navigation ul ul li a {
		color: #fff;
	}



	.responsive-nav .header-contact {
		flex-direction: column;
		white-space: normal;
		align-items: normal;
		margin-top: 40px;
		padding: 0 20px;
		margin-bottom: 20px;
	}

	.responsive-nav .header-contact .contact-block {
		border-left: 0;
		margin-left: 0;
		padding-left: 45px;
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding-bottom: 20px;
	}

	.responsive-nav .header-contact .contact-block:last-child {
		border-bottom: none;
	}

	.header-contact .contact-block a {
		color: #fff;
	}

	.responsive-nav .header-contact .contact-block svg {
		width: 30px;
		top: 45%;
		left: 0;
	}

	.responsive-nav .header-contact .contact-block svg .phb, 
	.responsive-nav .header-contact .contact-block svg .emb, 
	.responsive-nav .header-contact .contact-block svg .clkb {
		fill: #fff;
	}

	.responsive-nav .header-contact .contact-block .title {
		color: rgba(255,255,255,0.7);
		font-weight: 700;
		letter-spacing: 1px;
	}

	.responsive-nav .header-contact .contact-block .content {
		color: #fff;
	}



	/*==============================
	SERVICE SECTION STYLE TWO
	==============================*/
	section.service-section.style-2 .grid {
		padding-right: 0;
		padding-left: 0 !important;
		margin-bottom: 30px;
	}
	section.service-section.style-2 .widget_media_image {
		position: static;
		width: 100%;
		grid-column: 1/ span 2;
	}

	.service-section.style-2 .widget_bttk_icon_text_widget {
		padding: 50px 40px;
	}



	/*=================================
	SERVICE SECTION STYLE THREE
	=================================*/
	section.service-section.style-3 .grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/*=============================
	RECENT POST SECTION
	=============================*/



	/*================================
	FOOTER BLOCK WRAP
	================================*/
	.footer-contact-block-inner {
		padding-left: 0;
		text-align: center;
	}

	.site-footer .footer-block-wrap .footer-contact-block-inner svg {
		position: static;
		display: block;
		margin: 0 auto 10px auto;
	}

	.instagram-section .popup-gallery {
		flex-wrap: wrap;
	}

	.instagram-section .popup-gallery li {
		width: 33.33%;
	}

	.footer-t .grid.column-4 .col {
		width: 48%;
	}

	.footer-t .grid.column-4 .col:nth-child(2n) {
		margin-right: 0;
	}

	/*==========================
	FOOTER B SECTION
	==========================*/
	.footer-b .container {
		flex-direction: column;
		justify-content: center;
	}

	.footer-b .copyright {
		display: block;
		order: 2;
		text-align: center;
		width: 100%;
	}



	/*==========================
	ARCHIVE AUTHOR
	==========================*/
	.list-layout .site-main .entry-meta > span {
		margin-right: 36px;
	}

	.list-layout .site-main .entry-meta > span:last-child {
		margin-right: 0;
	}

	.list-layout .site-main .entry-meta > span::after {
		display: block;
		top: 9px;
	}

	.list-layout .site-main .entry-meta > span:last-child::after {
		display: none;
	}

	/*==========================
	GRID LAYOUT
	==========================*/
	.grid-layout.full-width .site-main article {
		width: 48%;
	}

	.grid-layout.full-width .site-main article:nth-child(2n) {
		margin-right: 0;
	}

	.grid-layout.full-width .site-main article:nth-child(3n) {
		margin-right: 3%;
	}

	/*===========================
	MASONRY LAYOUT
	===========================*/
	.masonry-layout.full-width .site-main article {
		width: 47%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}


}


@media screen and (max-width: 340px) {.site-banner .banner-caption {left: 0;}}


@media screen and (max-width: 767px) {
.footer-t ul li {margin:5px 9px;}
#i-social {display:none;}
#fortuna-slot i {display:none;}
#fortuna-slot .mb-6 {min-height:40px!important;}
.site-banner .banner-caption {top: 8%;}
body,button,input,select,optgroup,textarea {font-size: 15px;line-height: 1.5;}
	.entry-content .miniature {width:100%;margin-right:0;margin-top:0;margin-bottom:10px;}

	
	.container, .main-content {
		max-width: 730px;
	}
	.site-banner .item img {
		height: 200px;
		
	}
	.site-banner .banner-caption .main-content, 
	.header-six .header-main .nav-wrap {
		max-width: 420px;
	}




	q {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		font-size: 1em;
	}




	.comments-area ol li ol {
		margin-left: 15px;
	}




	/*================================
	FOOTER BLOCK WRAP
	================================*/
	.footer-block-wrap {
		padding: 0 15px;
	}

	.site-footer .footer-block-wrap .container {
		flex-direction: column;
	}




	.footer-t .grid:not(.column-1) {
		flex-direction: column;
	}

	.footer-t .grid.column-4 .col, 
	.footer-t .grid.column-3 .col, 
	.footer-t .grid.column-2 .col {
		width: 100%;
		margin-right: 0;
	}



	/*=======================
	LIST LAYOUT
	=======================*/
	.list-layout .site-main article, 
	.list-with-feat-post-layout .site-main article:not(.featured-post) {
		flex-direction: column;
	}

	.list-layout .site-main article .post-thumbnail, 
	.list-with-feat-post-layout .site-main article:not(.featured-post) .post-thumbnail, 
	.archive.list-layout .site-main article .post-thumbnail, 
	.archive.list-layout .site-main article .content-wrap, 
	.list-layout .site-main article .content-wrap, 
	.list-with-feat-post-layout .site-main article:not(.featured-post) .content-wrap {
		width: 100%;
	}



	/*=========================
	PAGINATION
	=========================*/
	.navigation.pagination .page-numbers {
		width: 40px;
		height: 40px;
		line-height: 36px;
	}

	.navigation.pagination .page-numbers.prev, 
	.navigation.pagination .page-numbers.next {
		width: auto;
	}

	.navigation.pagination .page-numbers.prev {
		padding-left: 20px;
		padding-right: 20px;
	}

	.navigation.pagination .page-numbers.next {
		padding-right: 20px;
		padding-left: 20px;
	}

	.navigation.pagination .page-numbers.prev::before, 
	.navigation.pagination .page-numbers.next::before {
		top: 10px;
	}

	.navigation.pagination .page-numbers.next::before {
		right: 15px;
	}

	.navigation.pagination .page-numbers.prev::before {
		left: 20px;
	}

	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous {
		width: 100%;
		float: none;
	}

	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		float: none;
		width: 100%;
		margin-top: 40px;
	}

	.post-navigation .nav-next {
		display: table;
		clear: both;
	}

	.post-navigation .nav-links .post-img {
		display: none;
	}

	/*=========================
	GRID LAYOUT
	=========================*/
	.grid-layout.rightsidebar .site-main article, 
	.grid-layout.leftsidebar .site-main article, 
	.grid-layout.full-width .site-main article {
		width: 100%;
		margin-right: 0;
	}



	.grid-layout.full-width .site-main article:nth-child(3n) {
		margin-right: 0;
	}

	/*==========================
	MASONRY LAYOUT
	==========================*/
	.masonry-layout.rightsidebar .site-main article, 
	.masonry-layout.leftsidebar .site-main article, 
	.masonry-layout.full-width .site-main article {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}



	/*==========================
	ERROR 404 PAGE
	==========================*/
	.error404 .error-404 .error-num {
		font-size: 150px;
	}

	.error404 .error-404 .bttn {
		padding-left: 40px;
		padding-right: 40px;
	}

	/*==========================
	ADDITIONAL POST BLOCK
	==========================*/
	.additional-post article .entry-header {
		flex-direction: column;
	}

	.additional-post article .entry-meta {
		width: 100%;
		margin-bottom: 10px;
	}

	.additional-post article .entry-title {
		width: 100%;
		margin-bottom: 0;
		line-height: 1.5;
	}


	/*=========================
	SEARCH PAGE
	=========================*/
	.search .page-header .container {
		max-width: 420px;
	}
	.search .site-content .search-form label {
		width: calc(100% - 50px);
	}

	.search .site-content .search-form .search-field {
		height: 50px;
		font-size: 1.5em;
	}

	.search .site-content .search-form .search-submit {
		height: 50px;
		width: 50px;
	}


}

@media screen and (max-width: 640px) {
	.responsive-nav {
		width: 80%;
	}

	
}
.home h2, .home h1 {font-size:23px;}
.home h3 {font-size:18px;}

.text-center {text-align:center!important;}
.mt-1 {margin-top:20px!important;}
.cash-logo {text-align:center;border-top:1px solid #302d28;padding:30px 0;}
.cash-logo img {margin:10px 35px;}
.develop-logo img {margin:10px 15px;}
.home-title {padding-bottom:30px;}

.home-title a {border-radius: 5px;
font-weight: 700;
padding: 10px;display:block;max-width:240px;margin:15px auto;
text-align: center;
background: #2f51ff;
color: #fff;}
.main-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.mb-1, .mb-2, .mb-3, .mb-4, .mb-5, .mb-6, .mb-7, .mb-8, .mb-9, .mb-10, .mb-11, .mb-12 {
  position: relative;
  width: 100%;
  
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width:1024px) {
.mb-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.mb-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.mb-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.mb-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.mb-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.mb-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.mb-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.mb-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.mb-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.mb-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.mb-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.mb-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
}

.entry-content iframe {width:100%;height:450px;}
@media (min-width:992px) and (max-width:1199px) {.entry-content iframe {height:350px;}}
@media (min-width:420px) and (max-width:767px) {.entry-content iframe {height:250px;}}
@media (max-width:419px) {.entry-content iframe {height:200px;}}
.icon-menu {text-align:center;padding:40px 0 20px;}
.icon-menu img {height:30px;display:block;margin:0 auto 6px;}
.icon-menu ul {list-style:none;margin:0;padding:0;}
.icon-menu ul li {font-size:14px;display:inline-block;text-transform:uppercase;margin:0 30px 30px;}
.icon-menu ul li a:hover {text-decoration:none;}
@media (max-width:767px) {
.develop-logo img {max-width:100px;margin:5px 8px;}
#fortuna-slot .mb-3, .category-template-category-slots-php .mb-3 {
  -ms-flex: 0 0 50!important %;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
}
@media (max-width:540px) {
#fortuna-slot .mb-3, .category-template-category-slots-php .mb-3 {
  -ms-flex: 0 0 100 !important %;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.fortuna-link {top:30%;}
}
@media (max-width:400px) {
.header-contact span {display:block;max-width:200px;margin:10px auto!important;}
.fortuna-link {top:20%;}
.header-main {
  display: block;text-align:center;
}
.header-main .site-branding {
  display:block;
}
}
@media (max-width:360px) {
.sb span {display:block;margin:0 auto 15px!important;}
}
:root {
    --mirror-primary: #00C853;
    --mirror-secondary: #0067FF;
    --mirror-accent: #FF6B00;
    --mirror-text: #eeeeee;
    --mirror-title: #ffffff;
    --mirror-bg: linear-gradient(135deg, #20242d 0%, #232D4D 100%);

    --vip-platinum: #00D1C1;
    --vip-silver: #C0C0C0;
    --vip-bronze: #CD7F32;
    --vip-gold: #FFD700;
    --vip-text: #FFFFFF;
    --vip-secondary: #AAAAAA;
    --vip-accent: #0047B3;
    --vip-blue: #0047B3;
    --vip-bg: #20242D;
    --vip-border: #2D3440;
    --vip-card-bg: linear-gradient(145deg, #252B36 0%, #1A1E26 100%);
    --vip-glow: 0 0 15px rgba(0, 71, 179, 0.5);

}

.social-text, .vip-header, .vip-title {
    text-align: center
}

.mirror-btn, .social-icon, .support-button {
    text-decoration: none
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes shine {
    0% {
        background-position: -200% 0
    }
    100% {
        background-position: 200% 0
    }
}

.section-wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 500px;
    gap: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: #20242d
}

.banner-container {
    flex: 1;
    animation: .8s ease-in-out forwards fadeIn;
    position: relative;
    backdrop-filter: blur(2px);
    border: 1px solid rgba(0, 103, 255, .1);
    border-radius: 12px;
    padding: 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0
}

.banner-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, rgba(0, 103, 255, .1), rgba(0, 103, 255, 0)) border-box;
    mask-composite: exclude;
    pointer-events: none
}

.logo-container {
    margin-bottom: 1.25rem;
    height: 60px;
    display: flex;
    align-items: center
}

.register-btn, .slogan-text {
    color: #fff;
    margin-bottom: 2rem;
    font-family: Roboto, sans-serif;
    position: relative
}

.logo-img {
    height: 100%;
    width: auto;
    object-fit: contain
}

.slogan-text {
    font-size: 1.25rem;
    font-weight: 500
}

.slogan-text::after, .slogan-text::before {
    content: '✦';
    color: #0067ff;
    font-size: .8em;
    margin: 0 10px;
    opacity: .7
}

.register-btn {
    background: linear-gradient(135deg, #0067ff 0, #0052cc 100%);
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 4px 12px rgba(0, 103, 255, .3);
    transition: .3s;
    overflow: hidden;
    border: none;
    z-index: 1;
    border-radius: .5rem;
    padding: .75rem 2.5rem;
    cursor: pointer
}

.register-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(-100%);
    transition: transform .6s;
    z-index: -1
}

.divider {
    border-top: 1px solid rgba(0, 103, 255, .3);
    position: relative;
    padding-top: 2rem
}

.divider::after, .divider::before {
    content: '';
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0067ff;
    opacity: .5
}

.divider::before {
    left: 30%
}

.divider::after {
    right: 30%
}

.social-text {
    color: #aaa;
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    position: relative;
    margin-bottom: 1.5rem
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem
}

.social-icon {
    width: 40px;
    height: 40px;
    transition: .3s;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.game-image, .promo-bg {
    background-size: cover;
    background-position: center
}

.characters-container {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.characters-img {
    max-height: 100%;
    width: auto;
    object-fit: contain
}

.register-btn:hover {
    background: linear-gradient(135deg, #0052cc 0, #0047b3 100%);
    box-shadow: 0 6px 16px rgba(0, 103, 255, .4);
    animation: 1.5s infinite pulse
}

.register-btn:hover::before {
    transform: translateX(100%)
}

.cta-button:active, .register-btn:active {
    transform: scale(.98)
}

.social-icon:hover {
    transform: scale(1.1) translateY(-3px);
    background: rgba(0, 103, 255, .2);
    color: #0067ff;
    box-shadow: 0 0 10px rgba(0, 103, 255, .3)
}

.promo-bg, .promo-overlay {
    height: 100%;
    position: absolute
}

.section {
    /*background-color: #fff;*/
    /*border-radius: .75rem;*/
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);*/
    /*padding: 1.5rem;*/
    margin-bottom: 30px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem
}

.accent, .tab-item:hover:not(.active) {
    color: #0067ff
}

.promo-scroller {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1.5rem;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch
}

.promo-scroller::-webkit-scrollbar {
    height: 6px
}

.promo-scroller::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px
}

.promo-scroller::-webkit-scrollbar-thumb {
    background: #0067ff;
    border-radius: 10px
}

.promo-scroller-item {
    flex: 0 0 calc(50% - 0.75rem);
    scroll-snap-align: start;
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
    min-height: 300px
}

.promo-bg {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.promo-overlay {
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2
}

.promo-content {
    position: relative;
    z-index: 3;
    padding: 1.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #fff
}

.vip-container {
    /*max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px*/
}

.vip-header {
    margin-bottom: 24px
}

.vip-title {
    line-height: 1.2
}

.vip-title .accent {
    color: var(--primary-color)
}

.vip-description {
    max-width: 800px;
    margin: 0 auto 32px;
    font-size: 16px;
    color: var(--text-medium);
    line-height: 1.5
}

.vip-cta {
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

.benefit-icon, .benefit-title {
    margin-bottom: 16px;
    color: #20242d
}

.cta-button {
    width: 100%;
    max-width: 300px;
    background-color: #0067ff;
    color: #fff;
    border-radius: 8px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: .2s
}

.cta-button:hover {
    background-color: #0067ff;
    transform: scale(1.02)
}

.vip-benefits {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 24px
}

.benefit-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transition: .3s;
    opacity: 0;
    transform: translateY(20px)
}

.game-card, .game-image-container {
    position: relative;
    border-radius: .5rem
}

.benefit-card.visible {
    opacity: 1;
    transform: translateY(0)
}

.benefit-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12)
}

.benefit-icon {
    width: 32px;
    height: 32px;
    transition: transform .3s
}

.benefit-card:hover .benefit-icon {
    transform: rotate(-2deg)
}

.benefit-title {
    font-size: 18px;
    font-weight: 700
}

.benefit-description {
    font-size: 14px;
    color: #20242d;
    line-height: 1.5
}

.divider {
    height: 1px;
    background-color: var(--divider-color);
    margin: 24px 0
}

.promo-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .5rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5)
}

.promo-link, .tab-item {
    font-weight: 500;
    font-size: .875rem
}

.promo-description, .promo-subtitle {
    color: rgba(255, 255, 255, .9);
    margin-bottom: 1rem
}

.promo-description, .promo-link, .promo-subtitle {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

.promo-subtitle {
    font-size: 1rem
}

.promo-description {
    font-size: .875rem
}

.promo-link {
    color: #f97316
}

.promo-link:hover {
    color: #ea580c
}

.nav-tabs {
    margin-bottom: 20px;
}

.tabs-container {
    display: flex;
    gap: 2rem;
    border-bottom: 1px solid #e5e7eb
}

.tab-item {
    padding-bottom: .75rem;
    color: #6b7280
}

.tab-item.active {
    color: #0067ff;
    border-bottom: 2px solid #0067ff
}

.games-grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 1rem
}

@media (min-width: 640px) {
    .games-grid {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (min-width: 768px) {
    .games-grid {
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (min-width: 1024px) {
    .games-grid {
        grid-template-columns:repeat(5, 1fr)
    }
}

.game-card {
    overflow: hidden
}

.game-image-container {
    padding-top: 100%;
    overflow: hidden
}

.game-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: transform .3s
}

.game-overlay, .vip-tooltip .tooltip-text {
    opacity: 0;
    transition: opacity .3s;
    position: absolute
}

.game-overlay {
    inset: 0;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center
}

.game-card:hover .game-overlay {
    opacity: 1
}

.game-card:hover .game-image {
    transform: scale(1.05)
}

.new-badge {
    position: absolute;
    top: .5rem;
    right: .5rem;
    background-color: #ef4444;
    color: #fff;
    font-size: .75rem;
    padding: .25rem .5rem;
    border-radius: 9999px;
    z-index: 2
}

.mirror-feature, .support-card, .support-title, .vip-benefit, .vip-level, .vip-level-header, .vip-title, .vip-tooltip {
    position: relative
}

.game-info {
    padding: .5rem
}

.game-title {
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.game-players {
    margin-bottom: 0;
    color: #6b7280;
    font-size: .75rem
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .375rem;
    font-size: .875rem;
    font-weight: 500;
    padding: .5rem 1rem;
    transition: background-color .2s
}

.btn-secondary {
    border: 1px solid #d1d5db;
    background-color: #fff;
    color: #0067ff
}

.btn-secondary:hover {
    background-color: #f9fafb
}

.btn-primary {
    background-color: #0067ff;
    color: #fff
}

.btn-primary:hover {
    background-color: #c2410c
}

.btn-sm {
    padding: .25rem .75rem;
    font-size: .75rem
}

.btn-rounded {
    border-radius: 9999px
}

.flex-icon {
    display: flex;
    align-items: flex-start
}

.icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .75rem;
    color: #ea580c
}

.button-group {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: auto
}

.bonus-tier {
    display: flex;
    align-items: center;
    margin-bottom: .75rem
}

.bonus-amount {
    font-weight: 700;
    color: #f97316;
    margin-right: .5rem;
    font-size: 1.1rem
}

.bonus-condition {
    color: rgba(255, 255, 255, .9);
    font-size: .875rem
}

.hot-badge {
    background-color: #ef4444;
    color: #fff;
    font-size: .75rem;
    padding: .25rem .5rem;
    border-radius: .25rem;
    margin-left: .5rem
}

.prize-pool {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f97316;
    margin: .5rem 0
}

.scroll-indicator {
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin-top: 1rem
}

.scroll-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d1d5db;
    transition: .3s
}

.scroll-dot.active {
    background-color: #0047b3;
    width: 16px;
    border-radius: 4px
}

.mirrors-section {
    background: var(--mirror-bg);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.mirrors-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--mirror-title);
    margin-bottom: .5rem
}

.mirrors-subtitle {
    font-size: 16px;
    color: var(--mirror-text);
    margin-bottom: 2rem
}

.mirrors-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1rem
}

.mirror-row {
    background-color: rgba(255, 255, 255, .05);
    border-radius: 8px;
    transition: .3s
}

.mirror-row:hover {
    background-color: rgba(255, 255, 255, .1);
    transform: translateY(-2px)
}

.mirror-cell {
    padding: 1.5rem;
    border: 0;
    vertical-align: middle
}

.mirror-icon {
    width: 40px;
    height: 40px;
    transition: transform .3s
}

.mirror-row:hover .mirror-icon {
    transform: scale(1.1)
}

.mirror-name {
    font-weight: 600;
    color: #fff;
    font-size: 18px
}

.mirror-feature {
    color: var(--mirror-text);
    line-height: 1.5;
    padding-left: 1.25rem
}

.mirror-feature::before {
    content: "•";
    position: absolute;
    left: 0;
    font-size: 1.25rem;
    line-height: 1
}

.primary .mirror-feature::before {
    color: var(--mirror-primary)
}

.secondary .mirror-feature::before {
    color: var(--mirror-secondary)
}

.accent .mirror-feature::before, span.tooltip-text {
    color: var(--mirror-accent)
}

.mirror-btn {
    background: linear-gradient(135deg, #0067ff 0, #0052cc 100%);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: .75rem 1.5rem;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: .3s;
    width: 200px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.primary .mirror-btn {
    background: linear-gradient(135deg, #00c853 0, #009245 100%)
}

.secondary .mirror-btn {
    background: linear-gradient(135deg, #0067ff 0, #0047b3 100%)
}

.accent .mirror-btn {
    background: linear-gradient(135deg, #ff6b00 0, #c50 100%)
}

.mirror-btn:hover {
    animation: 1.5s infinite pulse;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .3)
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
}

@media (max-width: 1024px) {
    .content-wrapper {
        height: 450px
    }

    .mirror-cell {
        padding: 1rem
    }
}

@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        height: auto;
        align-items: center
    }

    .banner-container {
        width: 100%;
        max-width: 500px;
        margin-bottom: 20px;
        padding: 1.5rem
    }

    .characters-container {
        height: 300px
    }

    .logo-container {
        height: 50px
    }

    .slogan-text {
        font-size: 1.125rem
    }

    .register-btn {
        font-size: .875rem;
        padding: .625rem 1.875rem
    }

    .vip-title {
        font-size: 24px
    }

    .vip-benefits {
        grid-template-columns:repeat(2, 1fr)
    }

    .divider {
        display: none
    }

    .promo-scroller-item {
        flex: 0 0 85%
    }

    .nav-tabs {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

    .tabs-container {
        gap: 1rem
    }

    .mirrors-table {
        display: block
    }

    .mirror-row {
        display: grid;
        grid-template-columns:60px 1fr;
        grid-template-rows:auto auto auto auto;
        gap: .5rem;
        padding: 1rem;
        margin-bottom: 1.5rem
    }

    .mirror-cell {
        display: block;
        padding: .5rem
    }

    .mirror-cell:first-child {
        grid-row: 1/span 4;
        align-self: center
    }

    .mirror-cell:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
        font-weight: 700
    }

    .mirror-cell:nth-child(3), .mirror-cell:nth-child(4), .mirror-cell:nth-child(5) {
        grid-column: 2
    }

    .mirror-cell:nth-child(6) {
        grid-column: 1/span 2;
        grid-row: 5;
        text-align: center;
        margin-top: 1rem
    }

    .mirror-btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto
    }
}

.vip-section {
    margin-bottom: 30px;
    /*max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    width: 100%*/
}

.vip-title {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    letter-spacing: .5px
}

.support-title::after, .vip-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--vip-accent) 0, var(--vip-platinum) 100%);
    margin: 1.5rem auto 0;
    border-radius: 2px
}

.vip-levels-container {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2rem;
    scrollbar-width: thin;
    scrollbar-color: var(--vip-accent) var(--vip-silver)
}

.vip-levels-container::-webkit-scrollbar {
    height: 8px
}

.vip-levels-container::-webkit-scrollbar-track {
    background: var(--vip-bg);
    border-radius: 10px
}

.vip-levels-container::-webkit-scrollbar-thumb {
    background-color: var(--vip-accent);
    border-radius: 10px
}

.vip-levels {
    display: inline-flex;
    gap: 1.5rem;
    min-width: max-content;
    padding-right: 1.5rem
}

.vip-level {
    background: var(--vip-card-bg);
    border: 1px solid var(--vip-border);
    border-radius: 16px;
    padding: 2rem;
    transition: .3s;
    overflow: hidden;
    width: 320px;
    flex-shrink: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.support-card::before, .vip-level::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--vip-accent) 0, var(--vip-platinum) 100%)
}

.vip-level::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, 0) 100%);
    pointer-events: none
}

.vip-level:hover {
    transform: translateY(-8px);
    box-shadow: var(--vip-glow)
}

.vip-level-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--vip-border)
}

.vip-level-name {
    font-weight: 500;
    font-size: 1.25rem;
    color: var(--vip-text);
    display: flex;
    align-items: center;
    white-space: nowrap
}

.vip-level-name.platinum {
    color: var(--vip-platinum);
    text-shadow: 0 0 8px rgba(0, 209, 193, .3)
}

.vip-level-name.gold {
    color: var(--vip-gold);
    text-shadow: 0 0 8px rgba(255, 215, 0, .3)
}

.vip-level-name.silver {
    color: var(--vip-silver);
    text-shadow: 0 0 8px rgba(192, 192, 192, .3)
}

.vip-level-name.bronze {
    color: var(--vip-bronze);
    text-shadow: 0 0 8px rgba(205, 127, 50, .3)
}

.vip-level-badge {
    margin-right: .75rem;
    font-size: 1.25rem
}

.vip-level-requirement {
    text-align: right
}

.vip-level-requirement-text {
    font-size: .875rem;
    color: var(--vip-secondary);
    margin-bottom: .25rem;
    white-space: nowrap
}

.vip-level-requirement-value {
    font-weight: 500;
    font-size: 1.3rem;
    color: var(--mirror-accent);
    white-space: nowrap
}

.vip-benefits1 {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 240px
}

.vip-benefit {
    display: flex;
    align-items: center;
    margin-bottom: .875rem;
    font-size: 1rem;
    padding-left: 2rem;
    line-height: 1.4;
    white-space: nowrap;
    Color: #fff
}

.vip-benefit::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230047B3'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .5rem
}

.vip-benefit.inactive {
    color: var(--vip-secondary)
}

.vip-benefit.inactive::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666E7D'%3E%3Cpath d='M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E")
}

.vip-tooltip {
    display: inline-block;
    border-bottom: 1px dotted var(--vip-blue);
    cursor: help
}

.support-card-header, .support-contact-item {
    display: flex;
    align-items: center
}

.faq-question, .support-button {
    cursor: pointer;
    font-weight: 600
}

.vip-tooltip .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: #2d3440;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: .75rem;
    z-index: 10;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    font-size: .875rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    line-height: 1.4
}

.vip-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1
}

.vip-level-progress {
    height: 6px;
    background: #2d3440;
    border-radius: 3px;
    margin-top: 1.5rem;
    overflow: hidden
}

.vip-level-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--vip-accent) 0, var(--vip-platinum) 100%);
    border-radius: 3px;
    position: relative
}

.vip-level-progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, 0) 100%)
}

.support-section {
    margin-bottom: 30px;
    /*max-width: 1200px;
    margin: 0 auto;
    width: 100%*/
}

.support-title {
    font-weight: 700;
    font-size: 2.5rem;
    /*color: var(--vip-accent);*/
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: .5px
}

.support-card-content, .support-card-header {
    margin-bottom: 1.5rem
}

.support-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center
}

.support-card {
    background: var(--vip-card-bg);
    border: 1px solid var(--vip-border);
    border-radius: 16px;
    padding: 2rem;
    width: 100%;
    max-width: 550px;
    transition: .3s;
    overflow: hidden
}

.support-card-icon {
    font-size: 2rem;
    margin-right: 1rem;
    color: var(--vip-accent)
}

.support-card-title {
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--vip-text)
}

.support-card-description {
    color: var(--vip-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6
}

.support-contact-item {
    margin-bottom: 1rem
}

.support-contact-icon {
    font-size: 1.25rem;
    margin-right: .75rem;
    color: var(--vip-accent);
    width: 24px;
    text-align: center
}

.support-contact-text {
    color: var(--vip-text)
}

.support-contact-time {
    font-size: .875rem;
    color: var(--vip-secondary);
    margin-top: .25rem
}

.support-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 1.5rem;
    background: linear-gradient(90deg, var(--vip-accent) 0, var(--vip-platinum) 100%);
    color: #fff;
    border-radius: 8px;
    transition: .3s;
    border: none;
    margin-top: .5rem
}

.support-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 71, 179, .3)
}

.support-button i {
    margin-right: .5rem
}

.faq-item {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--vip-border);
    padding-bottom: 1.5rem
}

.faq-question {
    font-size: 1.1rem;
    color: var(--vip-text);
    margin-bottom: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq-question::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: .9rem;
    transition: transform .3s
}

.faq-item.active .faq-question::after {
    transform: rotate(180deg)
}

.faq-answer {
    color: var(--vip-secondary);
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s
}

.faq-item.active .faq-answer {
    max-height: 200px
}

@media (max-width: 768px) {
    .support-title, .vip-title {
        font-size: 2rem
    }

    .vip-level {
        width: 280px;
        padding: 1.5rem
    }

    .vip-benefits {
        min-height: 220px
    }

    .support-card {
        padding: 1.5rem
    }

    .support-card-title {
        font-size: 1.25rem
    }
}

@media (max-width: 480px) {
    .logo-container {
        height: 40px
    }

    .slogan-text {
        font-size: 1rem
    }

    .social-icon {
        width: 36px;
        height: 36px;
        padding: 6px
    }

    .divider::after, .divider::before {
        width: 8px;
        height: 8px
    }

    .characters-container {
        height: 250px
    }

    .vip-benefits {
        grid-template-columns:1fr
    }

    .cta-button {
        max-width: 100%
    }

    .mirror-icon {
        width: 32px;
        height: 32px
    }

    .mirror-name {
        font-size: 16px
    }

    .mirror-feature {
        font-size: 14px
    }

    .support-title, .vip-title {
        font-size: 1.75rem
    }

    .vip-level {
        width: 260px;
        padding: 1.25rem
    }

    .vip-benefit {
        font-size: .875rem;
        padding-left: 1.75rem
    }

    .support-card {
        padding: 1.25rem
    }

    .support-card-icon {
        font-size: 1.5rem
    }
}
.go-ref {
  cursor: pointer;