@charset "UTF-8";
/*!
Theme Name: Casino basic
Theme URI: #
Author: freelancevip.pro
Author URI: #
Description: Custom theme: Casino basic, developed by freelancevip.pro
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: casino-basic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Casino basic is based on Underscores # (C) 2026-2026</Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal #
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

.section {
	margin-bottom: 50px;
}

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

h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-weight: 600;
	line-height: 130%;
	margin: 0 0 20px;
}

h1 {
	font-size: 42px;
	line-height: 55px;
	margin-bottom: 30px;
}

h2 {
	font-size: 32px;
	line-height: 42px;
}

h3 {
	font-size: 28px;
	line-height: 36px;
}

h4 {
	font-size: 24px;
	line-height: 26px;
}

@media (max-width: 768px) {
	h1 {
		font-size: 36px;
		line-height: 46px;
	}

	h2 {
		font-size: 32px;
		line-height: 42px;
	}

	h3 {
		font-size: 26px;
		line-height: 36px;
	}

	h4 {
		font-size: 22px;
		line-height: 32px;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 28px;
		line-height: 36px;
	}

	h2 {
		font-size: 24px;
		line-height: 32px;
	}

	h3 {
		font-size: 20px;
		line-height: 28px;
	}

	h4 {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (max-width: 320px) {
	h1 {
		font-size: 24px;
		line-height: 32px;
	}

	h2 {
		font-size: 20px;
		line-height: 26px;
	}

	h3 {
		font-size: 18px;
		line-height: 24px;
	}

	h4 {
		font-size: 16px;
		line-height: 20px;
	}
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link # */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #454545;
	font-family: Inter, Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

/* raleway-500 - latin-ext_latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	src: url("fonts/raleway-v19-latin-ext_latin-500.eot"); /* IE9 Compat Modes */
	src: local(''),
	url("fonts/raleway-v19-latin-ext_latin-500.eot") format('embedded-opentype'), /* IE6-IE8 */ url("fonts/raleway-v19-latin-ext_latin-500.woff2") format('woff2'), /* Super Modern Browsers */ url("fonts/raleway-v19-latin-ext_latin-500.woff") format('woff'), /* Modern Browsers */ url("fonts/raleway-v19-latin-ext_latin-500.ttf") format('truetype'), /* Safari, Android, iOS */ url("fonts/raleway-v19-latin-ext_latin-500.svg") format('svg'); /* Legacy iOS */
}

/* raleway-600 - latin-ext_latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	src: url("fonts/raleway-v19-latin-ext_latin-600.eot"); /* IE9 Compat Modes */
	src: local(''),
	url("fonts/raleway-v19-latin-ext_latin-600.eot") format('embedded-opentype'), /* IE6-IE8 */ url("fonts/raleway-v19-latin-ext_latin-600.woff2") format('woff2'), /* Super Modern Browsers */ url("fonts/raleway-v19-latin-ext_latin-600.woff") format('woff'), /* Modern Browsers */ url("fonts/raleway-v19-latin-ext_latin-600.ttf") format('truetype'), /* Safari, Android, iOS */ url("fonts/raleway-v19-latin-ext_latin-600.svg") format('svg'); /* Legacy iOS */
}

/* raleway-700 - latin-ext_latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	src: url("fonts/raleway-v19-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
	src: local(''),
	url("fonts/raleway-v19-latin-ext_latin-700.eot") format('embedded-opentype'), /* IE6-IE8 */ url("fonts/raleway-v19-latin-ext_latin-700.woff2") format('woff2'), /* Super Modern Browsers */ url("fonts/raleway-v19-latin-ext_latin-700.woff") format('woff'), /* Modern Browsers */ url("fonts/raleway-v19-latin-ext_latin-700.ttf") format('truetype'), /* Safari, Android, iOS */ url("fonts/raleway-v19-latin-ext_latin-700.svg") format('svg'); /* Legacy iOS */
}

/* inter-regular - latin */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url("fonts/inter-v3-latin-regular.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("fonts/inter-v3-latin-regular.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-700 - latin */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: local(''),
	url("fonts/inter-v3-latin-700.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("fonts/inter-v3-latin-700.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #E5E5E5 center top repeat-y;
	position: relative;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style-image: url("img/crown.svg");
	margin-left: 0;
	padding-left: 22px;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

table td {
	border: 1px solid #dedede;
	padding: 10px;
}

/* Links
--------------------------------------------- */
a {
	color: #C24747;
	text-decoration: none;
}

a:visited {
	color: #7E2828;
}

a:hover, a:active {
	color: #EE5F5F;
}

a:focus {
	outline: thin dotted;
	color: #7E2828;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #C24747;
	border-radius: 4px;
	color: #fff;
	padding: 22px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #D9915D;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #A79563;
}

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: #7B75A2;
	border: 1px solid #7B75A2;
	border-radius: 3px;
	padding: 3px;
}

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: #181818;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

#page {
	margin-top: 90px;
}

@media screen and (min-width: 992px) {
	.site-main {
		float: left;
		width: 74.385%;
	}
}

@media screen and (min-width: 992px) {
	.widget-area {
		float: right;
		width: 23.153%;
	}
}

.site-footer {
	clear: both;
	padding: 0 0 20px;
	background: #181818;
}

.site-footer .container {
	padding-left: 20px;
	padding-right: 20px;
}

.site-info-wrap {
	background: #000;
	padding-top: 17px;
	padding-bottom: 20px;
}

.footer-links {
	margin-bottom: 40px;
}

.footer-links__title {
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	color: #C24747;
	margin-bottom: 16px;
	text-transform: uppercase;
	position: relative;
}

.footer-links__title span {
	display: none;
}

.footer-links__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links__list a {
	font-weight: 500;
	font-size: 17px;
	color: #fff;
}

.footer-links__list a:hover {
	color: #C24747;
}

@media (max-width: 767px) {
	.footer-links__content {
		display: none;
		border-bottom: 1px solid #3F3F3F;
		padding-bottom: 30px;
	}

	.footer-links__title {
		border-bottom: 1px solid #3F3F3F;
		margin-bottom: 0;
		padding: 30px 0;
		cursor: pointer;
	}

	.footer-links__title.active {
		border-bottom: 0;
	}

	.footer-links__title span {
		position: absolute;
		display: block;
		width: 1px;
		background: #3F3F3F;
		right: 40px;
		top: 17px;
		bottom: 17px;
	}

	.footer-links__title.active span {
		display: none;
	}

	.footer-links__title:before, .footer-links__title:after {
		content: "";
		position: absolute;
		background: #C24747;
	}

	.footer-links__title:before {
		width: 21px;
		height: 2px;
		right: 0;
		top: 40px;
	}

	.footer-links__title:after {
		height: 21px;
		width: 2px;
		right: 9px;
		top: 30px;
	}

	.footer-links__title.active:after {
		display: none;
	}

	.footer-links__title.active:before {
		background: #fff;
	}

	.footer-links__title.active + .footer-links__content {
		display: block;
	}
}

@media (min-width: 768px) {
	.site-footer {
		padding-top: 50px;
	}

	.footer-links {
		display: flex;
	}

	.footer-links__col {
		padding-right: 20px;
	}

	.footer-links__list a {
		font-size: 15px;
	}
}

@media (min-width: 992px) {

	.site-footer {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.footer-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.footer-links__col {
		width: 100%;
	}

}

.site-info {
	display: flex;
}

@media (max-width: 767px) {
	.site-info {
		flex-direction: column;
	}

	.site-info .site-info__col:nth-child(1) {
		margin-bottom: 14px;
	}

	.site-info .site-info__col:nth-child(2) {
		order: 3;
		display: flex;
		justify-content: space-between;
	}

	.site-info .site-info__col:nth-child(3) {
		order: 2;
		margin-bottom: 20px;
	}
}

.site-info__col > div {
	padding-left: 10px;
}

@media (min-width: 768px) {
	.site-info {
		flex-wrap: wrap;
		align-items: center;
	}

	.site-info__col {
		min-width: 50%;
		flex-basis: 50%;
	}

	.site-info .site-info__col:nth-child(2) {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media (min-width: 1000px) {
	.site-info {
		justify-content: space-between;
	}

	.site-info__col {
		min-width: auto;
	}
}

.copyright {
	font-weight: 500;
	font-size: 15px;
	color: #454545;
}

.copyright__text {
	margin-bottom: 8px;
}

.copyright a {
	color: #fff;
}

.content-wrapper:after {
	display: table;
	clear: both;
	content: "";
	padding: 40px 0 0;
}

.no-sidebar .site {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto;
	grid-template-columns: auto;
	grid-template-areas: "header" "main" "footer";
}

.container {
	max-width: 1248px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.btn, a.btn {
	background: #C24747;
	border-radius: 4px;
	color: #fff;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 13px;
}

.btn:hover, a.btn:hover {
	color: #fff;
	background: #D9915D;
}

.btn:active {
	background: #A79563;
}

@media screen and (min-width: 576px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 768px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 992px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	background: #C24747;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.site-header__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1218px;
	margin: 0 auto;
	height: 60px;
}

@media (max-width: 1248px) {
	.site-header__l {
		padding-left: 15px;
	}
}

.site-header__l img {
	vertical-align: middle;
	max-width: calc(100% - 32px - 20px);
}

.header__phone {
	font-size: 22px;
	vertical-align: baseline;
}

@media screen and (min-width: 576px) {
	.site-header__l img {
	}
}

@media screen and (min-width: 768px) {
	.site-header__l img {
	}
}

.site-header__r {
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-header__c {
	display: none;
	margin: 0;
}

.site-header__c .menu-item-has-children > a {
	position: relative;
}

.site-header__c .menu-item-has-children > a:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 6px;
	background: url("img/ardn.svg") center center no-repeat;
	right: 20px;
	top: 50%;
	margin-top: -2px;
}

@media screen and (min-width: 1200px) {
	.site-header__c {
		display: block;
	}
}

.site-header__c li {
	display: inline;
	position: relative;
}

.site-header__c li:hover {
	color: #fff;
}

.site-header__c li a {
	font-weight: normal;
	font-size: 17px;
	line-height: 21px;
	color: #fff;
	padding: 15px;
	text-decoration: none;
}

.site-header__c li a:hover {
	color: #fff;
}

.site-header__c .sub-menu {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	background: #982E2E;
	right: 0;
	width: 330px;
}

.site-header__c > li:hover > .sub-menu {
	display: block;
	z-index: 10;
}

.site-header__c > li:hover > .sub-menu .sub-menu {
	background: #7E2828;
}

.sub-menu > li:hover > .sub-menu {
	display: block;
	z-index: 10;
}

.sub-menu li {
	display: block;
	font-weight: 500;
	font-size: 17px;
	list-style-type: none;
	padding: 0;
}

.sub-menu li a {
	color: #fff;
	display: block;
	padding: 10px 20px 8px;
}

.sub-menu li a:hover {
	color: #fff;
}

.site-header__phone {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #0d1b34;
	text-decoration: none;
}

@media screen and (min-width: 576px) {
	.site-header__phone {
		font-size: 20px;
		line-height: 24px;
	}
}

@media screen and (min-width: 768px) {
	.site-header__toggle {
		max-width: 210px;
	}
}

@media screen and (min-width: 1200px) {
	.site-header__toggle {
		display: none;
	}
}

.site-header__toggle.close {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADESURBVHgBndRBDsIgEAVQPlcx3st0od6i9BamC+O91Kt0BBIItsww8DcNZfJCCwzu09uRwUyGlvV5dmYgpYHb9KE0MYImLI0tNrg0gJ+4+gKldcDIW4gTl+9MllzPSmvY+jotyAUdKIeZ+JVloQKVsAPYQltYFeRQG58yxoI1tAyHiSCHSliINVLsBtU7zQr3G1BGOlJWg8UboLxR0GDpn2nOKbRYrmmg6ME0KHqxFooRTEL/G2wHxqG5wY5gIY/QAwvjBxQwBPpejzR1AAAAAElFTkSuQmCC);
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 15px 0 0;
}

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

.post-thumbnail {
	position: relative;
}

.post-thumbnail:before {
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(242, 243, 255, 0.7)), to(rgba(242, 243, 255, 0.7)));
	background: -o-linear-gradient(bottom, rgba(242, 243, 255, 0.7), rgba(242, 243, 255, 0.7));
	background: linear-gradient(0deg, rgba(242, 243, 255, 0.7), rgba(242, 243, 255, 0.7));
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	z-index: 1;
	content: "";
}

.blog .post-thumbnail:before, .single-post .post-thumbnail:before, .post-type-archive-post .post-thumbnail:before {
	display: none;
}

.post-thumbnail.play {
	height: 500px;
}

.post-thumbnail.play:before {
	display: none;
}

.post-thumbnail img {
	width: 100%;
	border-radius: 15px;
	vertical-align: middle;
}

.single-casino .post-thumbnail:before {
	display: none;
}

.single-casino .post-thumbnail {
	margin-bottom: 20px;
	height: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #000;
	border-radius: 15px;
}

.single-casino .post-thumbnail img {
	width: auto;
	max-height: 100%;
}

.play-slot {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	font-weight: 700;
	text-align: center;
	background: #f5f5fa;
	color: #ef233c;
	text-transform: none;
	border-radius: 35px;
	cursor: pointer;
	padding: 10px 45px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.play-slot:hover {
	-webkit-box-shadow: 0 0 6px 0 #2b2d42;
	box-shadow: 0 0 6px 0 #2b2d42;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.widget ul {
	margin: 0 0 1.5em 0;
	padding: 0;
}

.widget ul > li {
	padding-left: 35px;
	list-style: none;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMCIgY3k9IjEwIiByPSIxMCIgZmlsbD0iI0ZGQjIyOCIvPjxwYXRoIGQ9Ik0xMCA0bDEuODU0IDMuNjJMMTYgOC4yMDVsLTMgMi44MTYuNzA4IDMuOTc5TDEwIDEzLjEyIDYuMjkyIDE1IDcgMTEuMDIxIDQgOC4yMDVsNC4xNDYtLjU4NUwxMCA0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") left center no-repeat;
}

/* 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 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 {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Accordions
--------------------------------------------- */
.accordion__item {
	margin-bottom: 10px;
	padding: 20px 60px 20px 51px;
	position: relative;
	cursor: pointer;
	min-height: 70px;
	background: #fff url("img/crown.svg") left 22px top 27px no-repeat;
	border-radius: 4px;
}

.accordion__item:after, .accordion__item:before {
	position: absolute;
	content: "";
	width: 21px;
	height: 2px;
	top: 35px;
	right: 20px;
	border-radius: 2px;
	background: #C24747;
}

.accordion__item:before {
	width: 2px;
	height: 21px;
	top: 25px;
	right: 30px;
}

.accordion__item.active:before {
	display: none;
}

.accordion__item-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-right: 1px solid #E2E2E2;
	padding-right: 20px;
	position: relative;
}

.accordion__item-panel:after {
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	bottom: -10px;
	background: #E2E2E2;
	width: 1px;
}

.accordion__item-title {
	font-size: 20px;
	line-height: 28px;
	color: #181818;
}

@media (max-width: 320px) {
	.accordion__item-title {
		font-size: 15px;
		line-height: 21px;
	}
}

@media (max-width: 480px) {
	.accordion__item-title {
		font-size: 17px;
		line-height: 24px;
	}
}

@media screen and (min-width: 768px) {
	.accordion__item-title {
		font-size: 20px;
	}
}

.accordion__item.active .accordion__item-title {
	color: #C24747;
}

.accordion__item-content {
	display: none;
	overflow: hidden;
	margin-top: 10px;
	font-size: 15px;
	line-height: 21px;
}

@media (min-width: 481px) {
	.accordion__item-content {
		font-size: 17px;
	}
}

/* Star rating
--------------------------------------------- */
/*VARIABLES
====================================================*/
/*Range*/
/*Spacing*/
/*Colors*/
/*Sizes*/
/*Animation*/
/*Icons*/
/*Disabled*/
/*CSS Star Rating Elements
=================================================================*/
/*HELPER*/
.center-all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*
Star element
==================================================================*/
.star {
	position: relative;
	width: 20px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/*
  Fill states
  ==================================================================*/
	/*
  Colors
  ==================================================================*/
	/*
  Icon Types
  ==================================================================*/
	/*
  Star Size
  ===================================================================*/
	/*
Disabled
=================================================*/
	/*
  Direction
  =================================================*/
}

.star svg, .star i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-style: normal;
}

.star svg.star-half, .star svg.star-filled, .star i.star-half, .star i.star-filled {
	opacity: 0;
}

.star i {
	top: 1px;
	display: none;
}

.star.icon i, .rating.star-icon i {
	font-size: 25px;
	line-height: 25px;
}

.star.icon i.star-empty:before, .rating.star-icon i.star-empty:before {
	content: "☆";
}

.star.icon i.star-half:before, .rating.star-icon i.star-half:before {
	content: "★";
}

.star.icon i.star-filled:before, .rating.star-icon i.star-filled:before {
	content: "★";
}

.star.custom-icon i, .rating.star-custom-icon i, .rating.theme-kununu .star-container .star i {
	font-size: 18px;
	line-height: 18px;
}

.star.empty svg.star-half, .rating.hover:hover.value-1.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-1 .star-container .star svg.star-half, .rating.hover:hover.value-2.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-2 .star-container .star svg.star-half, .rating.hover:hover.value-3.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-3 .star-container .star svg.star-half, .rating.hover:hover.value-4.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-4 .star-container .star svg.star-half, .rating.hover:hover.value-5.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-5 .star-container .star svg.star-half, .rating.hover:hover.value-6.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-6 .star-container .star svg.star-half, .star.empty svg.star-filled, .rating.hover:hover.value-1.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-1 .star-container .star svg.star-filled, .rating.hover:hover.value-2.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-2 .star-container .star svg.star-filled, .rating.hover:hover.value-3.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-3 .star-container .star svg.star-filled, .rating.hover:hover.value-4.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-4 .star-container .star svg.star-filled, .rating.hover:hover.value-5.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-5 .star-container .star svg.star-filled, .rating.hover:hover.value-6.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-6 .star-container .star svg.star-filled, .star.empty i.star-half, .rating.hover:hover.value-1.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-1 .star-container .star i.star-half, .rating.hover:hover.value-2.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-2 .star-container .star i.star-half, .rating.hover:hover.value-3.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-3 .star-container .star i.star-half, .rating.hover:hover.value-4.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-4 .star-container .star i.star-half, .rating.hover:hover.value-5.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-5 .star-container .star i.star-half, .rating.hover:hover.value-6.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-6 .star-container .star i.star-half, .star.empty i.star-filled, .rating.hover:hover.value-1.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-1 .star-container .star i.star-filled, .rating.hover:hover.value-2.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-2 .star-container .star i.star-filled, .rating.hover:hover.value-3.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-3 .star-container .star i.star-filled, .rating.hover:hover.value-4.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-4 .star-container .star i.star-filled, .rating.hover:hover.value-5.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-5 .star-container .star i.star-filled, .rating.hover:hover.value-6.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-6 .star-container .star i.star-filled {
	opacity: 0;
}

.star.empty svg.star-empty, .rating.hover:hover.value-1.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-1 .star-container .star svg.star-empty, .rating.hover:hover.value-2.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-2 .star-container .star svg.star-empty, .rating.hover:hover.value-3.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-3 .star-container .star svg.star-empty, .rating.hover:hover.value-4.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-4 .star-container .star svg.star-empty, .rating.hover:hover.value-5.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-5 .star-container .star svg.star-empty, .rating.hover:hover.value-6.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-6 .star-container .star svg.star-empty, .star.empty i.star-empty, .rating.hover:hover.value-1.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-1 .star-container .star i.star-empty, .rating.hover:hover.value-2.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-2 .star-container .star i.star-empty, .rating.hover:hover.value-3.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-3 .star-container .star i.star-empty, .rating.hover:hover.value-4.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-4 .star-container .star i.star-empty, .rating.hover:hover.value-5.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-5 .star-container .star i.star-empty, .rating.hover:hover.value-6.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-6 .star-container .star i.star-empty {
	opacity: 1;
}

.star.half svg.star-filled, .rating.value-0.half .star:nth-child(1) svg.star-filled, .rating.value-1.half .star-container .star:nth-child(2) svg.star-filled, .rating.value-2.half .star-container .star:nth-child(3) svg.star-filled, .rating.value-3.half .star-container .star:nth-child(4) svg.star-filled, .rating.value-4.half .star-container .star:nth-child(5) svg.star-filled, .rating.value-5.half .star-container .star:nth-child(6) svg.star-filled, .star.half svg.star-empty, .rating.value-0.half .star:nth-child(1) svg.star-empty, .rating.value-1.half .star-container .star:nth-child(2) svg.star-empty, .rating.value-2.half .star-container .star:nth-child(3) svg.star-empty, .rating.value-3.half .star-container .star:nth-child(4) svg.star-empty, .rating.value-4.half .star-container .star:nth-child(5) svg.star-empty, .rating.value-5.half .star-container .star:nth-child(6) svg.star-empty, .star.half i.star-filled, .rating.value-0.half .star:nth-child(1) i.star-filled, .rating.value-1.half .star-container .star:nth-child(2) i.star-filled, .rating.value-2.half .star-container .star:nth-child(3) i.star-filled, .rating.value-3.half .star-container .star:nth-child(4) i.star-filled, .rating.value-4.half .star-container .star:nth-child(5) i.star-filled, .rating.value-5.half .star-container .star:nth-child(6) i.star-filled, .star.half i.star-empty, .rating.value-0.half .star:nth-child(1) i.star-empty, .rating.value-1.half .star-container .star:nth-child(2) i.star-empty, .rating.value-2.half .star-container .star:nth-child(3) i.star-empty, .rating.value-3.half .star-container .star:nth-child(4) i.star-empty, .rating.value-4.half .star-container .star:nth-child(5) i.star-empty, .rating.value-5.half .star-container .star:nth-child(6) i.star-empty {
	opacity: 0;
}

.star.half svg.star-half, .rating.value-0.half .star:nth-child(1) svg.star-half, .rating.value-1.half .star-container .star:nth-child(2) svg.star-half, .rating.value-2.half .star-container .star:nth-child(3) svg.star-half, .rating.value-3.half .star-container .star:nth-child(4) svg.star-half, .rating.value-4.half .star-container .star:nth-child(5) svg.star-half, .rating.value-5.half .star-container .star:nth-child(6) svg.star-half, .star.half i.star-half, .rating.value-0.half .star:nth-child(1) i.star-half, .rating.value-1.half .star-container .star:nth-child(2) i.star-half, .rating.value-2.half .star-container .star:nth-child(3) i.star-half, .rating.value-3.half .star-container .star:nth-child(4) i.star-half, .rating.value-4.half .star-container .star:nth-child(5) i.star-half, .rating.value-5.half .star-container .star:nth-child(6) i.star-half {
	opacity: 1;
}

.star.filled svg.star-empty, .rating.value-1 .star-container .star:nth-child(-n+1) svg.star-empty, .rating.value-2 .star-container .star:nth-child(-n+2) svg.star-empty, .rating.value-3 .star-container .star:nth-child(-n+3) svg.star-empty, .rating.value-4 .star-container .star:nth-child(-n+4) svg.star-empty, .rating.value-5 .star-container .star:nth-child(-n+5) svg.star-empty, .rating.value-6 .star-container .star:nth-child(-n+6) svg.star-empty, .rating.value-7 .star-container .star:nth-child(-n+7) svg.star-empty, .rating.value-8 .star-container .star:nth-child(-n+8) svg.star-empty, .rating.value-9 .star-container .star:nth-child(-n+9) svg.star-empty, .rating.value-10 .star-container .star:nth-child(-n+10) svg.star-empty, .rating.value-11 .star-container .star:nth-child(-n+11) svg.star-empty, .rating.value-12 .star-container .star:nth-child(-n+12) svg.star-empty, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-empty, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-empty, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-empty, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-empty, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-empty, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-empty, .star.filled svg.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled, .star.filled i.star-empty, .rating.value-1 .star-container .star:nth-child(-n+1) i.star-empty, .rating.value-2 .star-container .star:nth-child(-n+2) i.star-empty, .rating.value-3 .star-container .star:nth-child(-n+3) i.star-empty, .rating.value-4 .star-container .star:nth-child(-n+4) i.star-empty, .rating.value-5 .star-container .star:nth-child(-n+5) i.star-empty, .rating.value-6 .star-container .star:nth-child(-n+6) i.star-empty, .rating.value-7 .star-container .star:nth-child(-n+7) i.star-empty, .rating.value-8 .star-container .star:nth-child(-n+8) i.star-empty, .rating.value-9 .star-container .star:nth-child(-n+9) i.star-empty, .rating.value-10 .star-container .star:nth-child(-n+10) i.star-empty, .rating.value-11 .star-container .star:nth-child(-n+11) i.star-empty, .rating.value-12 .star-container .star:nth-child(-n+12) i.star-empty, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-empty, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-empty, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-empty, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-empty, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-empty, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-empty, .star.filled i.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled {
	opacity: 0;
}

.star.filled svg.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled, .star.filled i.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled {
	opacity: 1;
}

.star.default svg, .star-container .star svg {
	fill: #999;
}

.star.default i, .star-container .star i {
	color: #999;
}

.star.negative svg, .rating.hover:hover.hover-1 .star-container .star svg, .rating.hover:hover.hover-2 .star-container .star svg, .rating.value-0.half .star svg, .rating.value-1.half .star-container .rating.value-0.star:nth-child(2) .star svg, .rating.value-2.half .star-container .rating.value-0.star:nth-child(3) .star svg, .rating.value-3.half .star-container .rating.value-0.star:nth-child(4) .star svg, .rating.value-4.half .star-container .rating.value-0.star:nth-child(5) .star svg, .rating.value-5.half .star-container .rating.value-0.star:nth-child(6) .star svg {
	fill: #f03c56;
}

.star.negative i, .rating.hover:hover.hover-1 .star-container .star i, .rating.hover:hover.hover-2 .star-container .star i, .rating.value-0.half .star i, .rating.value-1.half .star-container .rating.value-0.star:nth-child(2) .star i, .rating.value-2.half .star-container .rating.value-0.star:nth-child(3) .star i, .rating.value-3.half .star-container .rating.value-0.star:nth-child(4) .star i, .rating.value-4.half .star-container .rating.value-0.star:nth-child(5) .star i, .rating.value-5.half .star-container .rating.value-0.star:nth-child(6) .star i {
	color: #f03c56;
}

.star.ok svg, .rating.hover:hover.hover-3 .star-container .star svg {
	fill: #ffc058;
}

.star.ok i, .rating.hover:hover.hover-3 .star-container .star i {
	color: #ffc058;
}

.star.positive svg, .rating.value-6 .star-container .star svg, .rating.value-7 .star-container .star svg, .rating.value-8 .star-container .star svg, .rating.value-9 .star-container .star svg, .rating.value-10 .star-container .star svg, .rating.value-11 .star-container .star svg, .rating.value-12 .star-container .star svg, .rating.hover:hover.hover-4 .star-container .star svg, .rating.hover:hover.hover-5 .star-container .star svg, .rating.hover:hover.hover-6 .star-container .star svg {
	fill: #7ed321;
}

.star.positive i, .rating.value-6 .star-container .star i, .rating.value-7 .star-container .star i, .rating.value-8 .star-container .star i, .rating.value-9 .star-container .star i, .rating.value-10 .star-container .star i, .rating.value-11 .star-container .star i, .rating.value-12 .star-container .star i, .rating.hover:hover.hover-4 .star-container .star i, .rating.hover:hover.hover-5 .star-container .star i, .rating.hover:hover.hover-6 .star-container .star i {
	color: #7ed321;
}

.star.svg i, .rating.star-svg i {
	display: none;
}

.star.svg svg, .rating.star-svg svg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.star.custom-icon svg, .rating.star-custom-icon svg, .rating.theme-kununu .star-container .star svg, .star.icon svg, .rating.star-icon svg {
	display: none;
}

.star.custom-icon i, .rating.star-custom-icon i, .rating.theme-kununu .star-container .star i, .star.icon i, .rating.star-icon i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.star.small, .rating.small .star {
	width: 10px;
	height: 10px;
}

.star.small i, .rating.small .star i {
	font-size: 11px;
	line-height: 10px;
}

.star.medium, .rating.medium .star {
	width: 20px;
	height: 20px;
}

.star.medium i, .rating.medium .star i {
	font-size: 25px;
	line-height: 25px;
}

.star.large, .rating.large .star {
	width: 35px;
	height: 33px;
}

.star.large i, .rating.large .star i {
	font-size: 36px;
	line-height: 35px;
}

.star.disabled, .rating.disabled .star-container .star {
	opacity: 0.5;
}

.star.direction-rtl svg.star-half, .star-container.direction-rtl .star svg.star-half, .rating.direction-rtl .star-container .star svg.star-half, .star.direction-rtl i.star-half, .star-container.direction-rtl .star i.star-half, .rating.direction-rtl .star-container .star i.star-half {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.star.direction-ltr svg.star-half, .star-container.direction-ltr .star svg.star-half, .star.direction-ltr i.star-half, .star-container.direction-ltr .star i.star-half {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

/*
Label Element
===================================================================*/
.label-value {
	font-size: 18px;
	line-height: 18px;
	/*
  Sizes
  =================================================================*/
	/*
  Disabled
  =================================================*/
}

.label-value.small, .rating.small .label-value {
	font-size: 10px;
	line-height: 10px;
}

.label-value.medium, .rating.medium .label-value {
	font-size: 18px;
	line-height: 25px;
}

.label-value.large, .rating.large .label-value {
	font-size: 28px;
	line-height: 35px;
}

.label-value.disabled, .rating.disabled .label-value {
	opacity: 0.5;
}

/*
Star Container
==================================================================*/
.star-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/*
 Direction
 ===================================================*/
	/*
  Space
  ======================================================*/
}

.star-container + .star {
	margin-left: 5px;
}

.star-container .star {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.star-container .star svg, .star-container .star i {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.star-container svg {
	z-index: 2;
}

.star-container i {
	z-index: 1;
}

.star-container.direction-rtl, .rating.direction-rtl .star-container {
	direction: rtl;
}

.star-container.direction-ltr {
	direction: ltr;
}

.star-container.space-no, .rating.space-no .star-container {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.star-container.space-between, .rating.space-between .star-container {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.star-container.space-around, .rating.space-around .star-container {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

/*
Rating Component
========================================================================= */
.rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 5px;
	/*Rating Value
  ====================================================*/
	/*Hover states
  ====================================================*/
	/*Half stars
  ====================================================*/
	/*Label Visible
  ====================================================*/
	/*Label Position
  ====================================================*/
	/*
  Direction
  ===================================================*/
	/* Star Type
  ====================================================*/
	/* Sizes
  ==========================================================*/
	/* Space
  ====================================================*/
	/* Static Color
	====================================================*/
	/*Disabled
  ====================================================*/
	/*AnimationSpeed
 ====================================================*/
}

.rating.value-1 .star-container .star svg {
	fill: #f03c56;
}

.rating.value-1 .star-container .star i {
	color: #f03c56;
}

.rating.value-2 .star-container .star svg {
	fill: #f03c56;
}

.rating.value-2 .star-container .star i {
	color: #f03c56;
}

.rating.value-3 .star-container .star svg {
	fill: #ffc058;
}

.rating.value-3 .star-container .star i {
	color: #ffc058;
}

.rating.value-4 .star-container .star svg {
	fill: #7ed321;
}

.rating.value-4 .star-container .star i {
	color: #7ed321;
}

.rating.value-5 .star-container .star svg {
	fill: #7ed321;
}

.rating.value-5 .star-container .star i {
	color: #7ed321;
}

.rating.value-6 .star-container .star svg {
	fill: #7ed321;
}

.rating.value-6 .star-container .star i {
	color: #7ed321;
}

.rating.label-hidden .label-value {
	display: none;
}

.rating.label-visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rating.label-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.rating.label-top .label-value + .star-container {
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
}

.rating.label-left .label-value {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.rating.label-left .label-value + .star-container {
	margin-left: 5px;
	margin-right: 0;
}

.rating.label-right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.rating.label-right .label-value + .star-container {
	margin-left: 0;
	margin-right: 5px;
}

.rating.label-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.rating.label-bottom .label-value + .star-container {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
}

.rating.direction-rtl {
	direction: rtl;
}

.rating.direction-ltr {
	direction: ltr;
}

.rating.color-default .star-container .star svg {
	fill: #999 !important;
}

.rating.color-default .star-container .star i {
	color: #999 !important;
}

.rating.color-ok .star-container .star svg {
	fill: #ffc058 !important;
}

.rating.color-ok .star-container .star i {
	color: #ffc058 !important;
}

.rating.color-positive .star-container .star svg {
	fill: #7ed321 !important;
}

.rating.color-positive .star-container .star i {
	color: #7ed321 !important;
}

.rating.color-negative .star-container .star svg {
	fill: #f03c56 !important;
}

.rating.color-negative .star-container .star i {
	color: #f03c56 !important;
}

.rating.immediately .star-container {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.rating.immediately .star-container .star {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.rating.immediately .star-container .star svg, .rating.immediately .star-container .star i {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.rating.noticeable .star-container {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.rating.noticeable .star-container .star {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.rating.noticeable .star-container .star svg, .rating.noticeable .star-container .star i {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.rating.slow .star-container {
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.rating.slow .star-container .star {
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.rating.slow .star-container .star svg, .rating.slow .star-container .star i {
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

/*theme modifiers
====================================================*/
.rating.theme-kununu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 78px;
}

.rating.theme-kununu .label-value,
.rating.theme-kununu .star-container {
	width: 100%;
}

.rating.theme-kununu .label-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 6px 6px 0 0;
	height: 50px;
	border: 1px solid #e9ecec;
	border-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	color: #2f3940;
	letter-spacing: -1px;
	background-color: #f8f8f8;
}

.rating.theme-kununu .star-container {
	border-radius: 0 0 6px 6px;
	padding: 2px 0 4px 0;
	margin-left: 0;
	margin-right: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #99c613;
	border: 1px solid #99c613;
	border-bottom: 0;
}

.rating.theme-kununu .star-container .star {
	height: 11px;
	width: 11px;
}

.rating.theme-kununu .star-container .star i {
	font-size: 11px;
	color: #fff;
	text-align: center;
}

.rating.theme-google-places .label-value {
	color: #e7711b;
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
}

.rating.theme-google-places .star-container {
	width: 65px;
	margin-left: 2px;
}

.rating.theme-google-places .star-container .star i {
	font-size: 17px;
	color: #e7711b !important;
}

.rating.theme-google-places .star-container .star i.star-empty {
	opacity: 1 !important;
	color: #e1e1e1 !important;
}

.rating.theme-google-places .star-container .star i.star-empty:before {
	content: "★";
}

.rating.theme-google-places .star-container .star i.star-half {
	width: 7px;
	overflow: hidden;
}

.rating.theme-google-places .star-container .star i.star-half:before {
	content: "★";
}

.rating.theme-google-places .star-container .star i.star-filled:before {
	content: "★";
}

.rating.theme-rolling-stars .star-container .star {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.rating.theme-rolling-stars.value-1 .star-container .star:nth-child(-n+1) {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-2 .star-container .star:nth-child(-n+2) {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-3 .star-container .star:nth-child(-n+3) {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-4 .star-container .star:nth-child(-n+4) {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-5 .star-container .star:nth-child(-n+5) {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-6 .star-container .star:nth-child(-n+6) {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-0.half .star:nth-child(1), .rating.value-0.half .rating.theme-rolling-stars.value-0.star:nth-child(1) .star:nth-child(1), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(2) .star:nth-child(1), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(3) .star:nth-child(1), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(4) .star:nth-child(1), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(5) .star:nth-child(1), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(6) .star:nth-child(1) {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-1.half .star-container .star:nth-child(2), .rating.value-0.half .rating.theme-rolling-stars.value-1.star:nth-child(1) .star-container .star:nth-child(2), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(2) .star-container .star:nth-child(2), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(3) .star-container .star:nth-child(2), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(4) .star-container .star:nth-child(2), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(5) .star-container .star:nth-child(2), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(6) .star-container .star:nth-child(2) {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-2.half .star-container .star:nth-child(3), .rating.value-0.half .rating.theme-rolling-stars.value-2.star:nth-child(1) .star-container .star:nth-child(3), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(2) .star-container .star:nth-child(3), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(3) .star-container .star:nth-child(3), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(4) .star-container .star:nth-child(3), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(5) .star-container .star:nth-child(3), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(6) .star-container .star:nth-child(3) {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-3.half .star-container .star:nth-child(4), .rating.value-0.half .rating.theme-rolling-stars.value-3.star:nth-child(1) .star-container .star:nth-child(4), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(2) .star-container .star:nth-child(4), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(3) .star-container .star:nth-child(4), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(4) .star-container .star:nth-child(4), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(5) .star-container .star:nth-child(4), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(6) .star-container .star:nth-child(4) {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-4.half .star-container .star:nth-child(5), .rating.value-0.half .rating.theme-rolling-stars.value-4.star:nth-child(1) .star-container .star:nth-child(5), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(2) .star-container .star:nth-child(5), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(3) .star-container .star:nth-child(5), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(4) .star-container .star:nth-child(5), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(5) .star-container .star:nth-child(5), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(6) .star-container .star:nth-child(5) {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-5.half .star-container .star:nth-child(6), .rating.value-0.half .rating.theme-rolling-stars.value-5.star:nth-child(1) .star-container .star:nth-child(6), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(2) .star-container .star:nth-child(6), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(3) .star-container .star:nth-child(6), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(4) .star-container .star:nth-child(6), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(5) .star-container .star:nth-child(6), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(6) .star-container .star:nth-child(6) {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.home p#breadcrumbs {
	display: none;
}

#wpadminbar {
	display: none;
}

.mobile-menu__burger {
	cursor: pointer;
	width: 60px;
	height: 60px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	background: #982E2E url("img/menu.svg") center center no-repeat;
}

.mobile-menu__burger.active {
	background: #982E2E url("img/menu_a.svg") center center no-repeat;
}

.widget-title {
	margin: 0 0 20px;
	font-weight: 600;
	font-size: 32px;
	line-height: 130%;
	color: #181818;
}

/* Plugin */
.yes-no {
	width: 20px;
	height: 20px;
	display: inline-block;
}

.yes-no--1 {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOSIgc3Ryb2tlPSIjMjVCRjYzIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTYuNjY2NjkgOS45OTk5OUw4Ljg4ODkxIDEyLjIyMjJMMTMuMzMzNCA3Ljc3Nzc3IiBzdHJva2U9IiMyNUJGNjMiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K") center center no-repeat;
}

.yes-no-- {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMjIyMjMgNy4yMjIyTDEyLjc3NzggMTIuNzc3OE0xMi43Nzc4IDcuMjIyMkw3LjIyMjIzIDEyLjc3NzgiIHN0cm9rZT0iI0ZGMkQ0NSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjkiIHN0cm9rZT0iI0ZGMkQ0NSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=") center center no-repeat;
}

.taxonomy-logo {
	text-align: center;
	padding: 30px 0;
}

.advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4em;
}

.advantages__col {
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-basis: 50%;
}

.advantages__col:first-child {
	margin-right: 15px;
}

.advantages__col:last-child {
	margin-left: 15px;
}

@media (max-width: 768px) {
	.advantages {
		display: block;
	}

	.advantages__col:first-child {
		margin-right: 0;
	}

	.advantages__col:last-child {
		margin-left: 0;
	}
}

.advantages__plus:before {
	content: "+";
	display: inline;
	color: #25bf63;
	padding-right: 10px;
}

.advantages__minus {
	margin-left: 15px;
}

.advantages__minus:before {
	content: "⨯";
	display: inline;
	color: #ff2d45;
	padding-right: 10px;
}

.slot-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slot-columns__col {
	max-width: 49.3%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 49.3%;
	flex: 0 0 49.3%;
}

.last-casinos__i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 14px 12px 20px 16px;
	text-decoration: none;
	background: -o-linear-gradient(20.64deg, #FFFFFF 41.37%, rgba(255, 255, 255, 0.4) 78.51%);
	background: linear-gradient(69.36deg, #FFFFFF 41.37%, rgba(255, 255, 255, 0.4) 78.51%);
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	border-radius: 4px;
}

.last-casinos__i:hover {
	background-color: rgba(230, 231, 242, .5);
}

.last-casinos__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	margin-right: 15px;
}

.last-casinos__t {
	font-size: .75rem;
	font-weight: 700;
	text-decoration: none;
}

.last-casinos__t-title {
	color: #181818;
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
}

.last-casinos__t-tx {
	font-weight: 500;
	font-size: 15px;
	line-height: 130%;
	color: #7B75A2;
}

.casinos-heading {
	background: #454545;
	border-radius: 4px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
	padding: 0 18px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
}

.casinos-heading__col {
	text-align: center;
	display: flex;
	align-items: center;
}

.casinos-heading .col-bonus, .casinos-heading .col-payments, .casinos-heading .col-software, .casinos-heading .col-play {
	display: none;
}

@media (min-width: 480px) {
	.casinos-heading .col-payments {
		display: flex;
	}
}

@media (min-width: 768px) {
	.casinos-heading .col-software, .casinos-heading .col-bonus, .casinos-heading .col-play {
		display: flex;
	}

	.casinos-heading .col-bonus-software {
		display: none;
	}
}

.casinos-list__item {
	max-width: 282px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 4px;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	font-size: 17px;
	padding: 20px;
}

@media (min-width: 768px) {
	.casinos-list__item {
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
	}
}

.casinos-list__item-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 768px) {
	.casinos-list__item-col {
		min-height: 120px;
		padding: 0 10px;
		width: 20%;
	}
}

.casinos-list__item-logo {
	text-align: center;
	border-right: 1px solid #E2E2E2;
	position: relative;
}

.casinos-list__item-logo:hover {
	text-decoration: none;
}

.casinos-list__item-title {
	font-weight: 500;
	font-size: 17px;
	color: #181818;
	margin-bottom: 15px;
}


.casinos-list__item-logo img {
	margin: 0;
	width: 86px;
}

.casinos-list__item-nth {
	position: absolute;
	width: 32px;
	height: 32px;
	right: -17px;
	top: 0;
	background: url("img/nth-child.svg") center center no-repeat;
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	padding-top: 2px;
}


.casinos-list__item-bonus {
	font-weight: 500;
	font-size: 17px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.casinos-list__item-payments {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: center;
	margin-bottom: 15px;
}

.casinos-list__item-payments a {
	width: 44px;
	height: 26px;
	background: #fff;
	border: 1px solid #454545;
	border-radius: 4px;
	line-height: 40px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
}

.casinos-list__item-payments a.hidden, .casinos-list__item-software a.hidden {
	display: none;
}

.casinos-list__item-payments a:hover {
	border: none;
	background: #EE5F5F;
}

.casinos-list__item-payments a > img {
	display: block;
	height: 100%;
	margin: auto;
}

.casinos-list__item-payments-show-all {
	color: #181818;
	font-weight: 600;
	font-size: 15px;
	background: #FFFFFF;
	width: 44px;
	height: 26px;
	border: 1px solid #454545;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.casinos-list__item-payments-show-all:hover {
	background: #EE5F5F;
}

.casinos-list__item-software {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.casinos-list__item-software a {
	display: block;
	color: #454545;
}

.casinos-list__item-software a:hover {
	color: #EE5F5F;
}

.casinos-list__item-claim {
	align-items: stretch;
	padding: 0;
	border-left: 1px solid #E2E2E2;
}

.casinos-list__item-claim > div {
	width: 100%;
}

.casinos-list__item-claim a {
	display: block;
	text-align: center;
}

.casinos-list__item-claim a:hover {
	border: none;
}

.claim-button {
	background: #C24747;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #fff !important;
	text-transform: uppercase;
	display: block;
}

.claim-button:hover {
	text-decoration: none;
	background: #D9915D;
}

.review-button {
	color: #7B75A2 !important;
	font-weight: 600;
	font-size: 15px;
}

.review-button:hover {
	color: #D9915D !important;
}

@media (min-width: 769px) {
	.casinos-list__item-bonus, .casinos-list__item-software, .casinos-list__item-payments {
		justify-content: left;
	}

	.casinos-list__item-title, .casinos-list__item-bonus, .casinos-list__item-payments, .casinos-list__item-software {
		margin-bottom: 0;
	}
}

.content-block {
	font-weight: 500;
	font-size: 17px;
	padding: 30px;
	border-radius: 4px;
	margin-bottom: 40px;
	background: #fff;
}

@media (max-width: 480px) {
	.content-block {
		padding: 20px;
		font-size: 15px;
	}
}

.content-block > *:last-child {
	margin-bottom: 0;
}

/* Slots List */
.slots-list {
	text-align: center;
	margin: 0 -15px 60px;
}

.slots-list__item {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 282px;
	background: -o-linear-gradient(21.43deg, #FFFFFF 42.03%, rgba(255, 255, 255, 0.4) 78.76%);
	background: linear-gradient(68.57deg, #FFFFFF 42.03%, rgba(255, 255, 255, 0.4) 78.76%);
	border-radius: 4px;
}

.slots-list__inner {
	border: 1px solid #FFFFFF;
	border-radius: 0 0 20px 20px;
}

.slots-list__image img {
	border-radius: 4px 20px 0 0;
	vertical-align: middle;
}

.slots-list__inner {
	padding: 20px 23px 28px;
}

.slots-list__title {
	color: #181818;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}

.slots-list__text {
	color: #7B75A2;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 17px;
	position: relative;
	padding-bottom: 20px;
}

.slots-list__text:after {
	display: block;
	content: "";
	height: 1px;
	left: -24px;
	bottom: 0;
	position: absolute;
	right: -24px;
	background: #fff;
}

.slots-list__btn {
	background: #C24747;
	border-radius: 4px;
	display: inline-block;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 10px 20px;
}

.slots-list__btn:hover {
	color: #fff;
	background: #D9915D;
}

.slots-list__link {
	font-weight: 600;
	font-size: 15px;
	color: #7B75A2;
	display: inline-block;
}

/* Casino Cards */
.casino-cards {
	text-align: center;
	margin: 0 -15px;
}

.casino-cards__item, .linking-cards__item {
	max-width: 282px;
	width: 100%;
	margin: 0 auto 30px;
	background: -o-linear-gradient(21.43deg, #FFFFFF 42.03%, rgba(255, 255, 255, 0.4) 78.76%);
	background: linear-gradient(68.57deg, #FFFFFF 42.03%, rgba(255, 255, 255, 0.4) 78.76%);
	border-radius: 4px;
}

.casino-cards__inner {
	border: 1px solid #FFFFFF;
	padding: 24px 24px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	border-radius: 4px;
	position: relative;
}

.casino-cards__top-label {
	position: absolute;
	background: -o-linear-gradient(0.17deg, #995DD9 7.81%, #5DBBD9 98.2%);
	background: linear-gradient(89.83deg, #995DD9 7.81%, #5DBBD9 98.2%);
	border-radius: 4px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	padding: 10px 20px;
	top: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.casino-cards__image {
	margin-bottom: 14px;
	height: 92px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.casino-cards__image img {
	vertical-align: middle;
}

.casino-cards__title {
	font-weight: 600;
	font-size: 20px;
	color: #181818;
	margin-bottom: 10px;
}

.casino-cards__text {
	font-weight: 500;
	font-size: 17px;
	color: #7B75A2;
	margin-bottom: 10px;
}

.casino-cards__rating {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.casino-cards__payments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto 15px;
	width: 200px;
}


.casino-cards__buttons {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 40px;
	margin: 0 -24px -20px;
	border-radius: 0 0 20px 20px;
}

.casino-cards__link {
	font-weight: 600;
	font-size: 15px;
	color: #7B75A2;
}

/* Payments List */
.payments-list {
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.payments-list__item {
	margin: 0 auto 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc(50% - 10px);
	flex: 1 0 calc(50% - 10px);
}

.payments-list__item-inner {
	background: -o-linear-gradient(22.23deg, #FFFFFF 42.71%, rgba(255, 255, 255, 0.4) 79%);
	background: linear-gradient(67.77deg, #FFFFFF 42.71%, rgba(255, 255, 255, 0.4) 79%);
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 18px 0 29px;
}

.payments-list__title {
	font-weight: 600;
	font-size: 24px;
}

.payments-list__image {
	width: 80px;
	height: 80px;
	background: #FFFFFF;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.payments-list__image img {
	max-width: 64px;
}

/*.aside-providers {*/
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*}*/

/*.aside-providers__item {*/
/*	text-decoration: none;*/
/*	width: 87px;*/
/*	height: 87px;*/
/*	margin: 0 10px 10px 0;*/
/*	background: linear-gradient(69.36deg, #FFFFFF 41.37%, rgba(255, 255, 255, 0.4) 78.51%);*/
/*	border: 1px solid #FFFFFF;*/
/*	border-radius: 4px;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*}*/

/*.aside-providers__item:nth-child(3n+3) {*/
/*	margin-right: 0;*/
/*}*/

/*.aside-providers__item > img {*/
/*	width: 60px;*/
/*}*/

@media (min-width: 769px) {
	.slots-list, .casino-cards, .payments-list, .linking-cards {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.slots-list__item, .casino-cards__item, .linking-cards__item {
		margin: 0 15px 30px;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 calc(33% - 30px);
		flex: 1 0 calc(33% - 30px);
	}

	.payments-list__item {
		width: 50%;
		margin: 0 5px 10px 5px;
		max-width: calc(50% - 10px);
	}
}

.the-stars-rating {
	width: 144px;
	height: 24px;
	background: url("img/stars-gray.png") no-repeat;
	position: relative;
	z-index: 9;
}

.the-stars-rating__inner {
	background: url("img/stars-gold.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.nav-links > * {
	padding: 0 8px;
	display: inline-block;
	text-align: center;
	background: linear-gradient(
		69.36deg, #FFFFFF 41.37%, rgba(255, 255, 255, 0.4) 78.51%);
	border: 1px solid #FFFFFF;
}

.disclaimer {
	font-size: 13px;
	line-height: 18px;
	color: #454545;
}

@media (min-width: 769px) {
	.disclaimer {
		font-size: 15px;
		line-height: 21px;
	}
}

.footer-social-logos img {
	height: 40px;
}

.footer-social-logos {
	font-size: 0;
}

.footer-social-logos > a {
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

.updated-at {
	margin-bottom: 20px;
}

.author-info {
	text-align: center;
}

.author-info__img {
	float: left;
	margin-right: 30px;
}

.author-info__img img {
	border-radius: 50%;
	overflow: hidden;
}

.content-block--author h2 {
	clear: none;
}

.content-block--author:after {
	display: table;
	clear: both;
	content: "";
}

.author-info__title {
	font-weight: bold;
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 20px;
}

.author-info img.avatar {
	border-radius: 4px;
	border: 1px solid #fff;
}

@media (min-width: 768px) {
	.author-info {
		display: flex;
		text-align: left;
		justify-content: space-between;
		align-items: center;
	}

	.footer-social-logos {
		margin-top: 14px;
	}
}

.author-info__l {
	margin-right: 30px;
}

.page-toc {
	margin-left: 0;
}

ol.page-toc, ol.page-toc ol {
	counter-reset: item
}

.page-toc li {
	display: block
}

.page-toc li:before {
	content: counters(item, ".") "";
	counter-increment: item
}

.page-toc a {
	color: #454545;
	font-size: 17px;
	line-height: 140%;
}

.page-toc a:hover {
	color: #C24747;
}

.title-lined {
	position: relative;
}

.title-lined:before {
	position: absolute;
	width: 4px;
	height: 55px;
	content: "";
	background: #C24747;
	left: -40px;
}

.comment-list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.comment-body {
	font-size: 17px;
	padding: 38px 34px 44px 40px;
	background: -o-linear-gradient(20.64deg, #FFFFFF 41.37%, rgba(255, 255, 255, 0.4) 78.51%);
	background: linear-gradient(69.36deg, #FFFFFF 41.37%, rgba(255, 255, 255, 0.4) 78.51%);
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	margin-bottom: 11px;
}

.comment-form label {
	display: block;
}

.comment-form label[for="wp-comment-cookies-consent"] {
	display: inline;
}

.sidebar {
	will-change: min-height;
}

.sidebar__inner {
	transform: translate(0, 0); /* For browsers don't support translate3d. */
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}

.content-wrapper__inner {
	overflow: hidden;
}

@media (max-width: 768px) {
	.archive.author .entry-content img.alignright {
		float: none;
	}
}

ol {
	counter-reset: li; /* Initiate a counter */
	margin: 15px 0 18px 20px;
	padding-left: 0; /* Remove the default left padding */
}

ol > li {
	display: block;
	margin: 0 0 10px;
	color: #454545;
}

ol > li:before {
	color: #C24747;
	content: counter(li);
	counter-increment: li;
	line-height: 140%;
	font-family: Inter, Arial, sans-serif;
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	margin-right: 15px;
}

li ol,
li ul {
	margin-top: 6px;
}

ol ol li:last-child {
	margin-bottom: 0;
}

.linking-cards {
	text-align: center;
}

.linking-cards__title {
	margin: 20px 0;
}

.linking-cards__item-1 .linking-cards__title {
	font-size: 14px;
}

.linking-cards__item-2 .linking-cards__title {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	min-height: 60px;
}

.linking-cards__item-2 .casino-cards__present {
	position: absolute;
	right: -1px;
	top: -1px;
}

.linking-cards__item-2 .casino-cards__present:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 7.5px;
	width: 50px;
	height: 50px;
	background: url("img/top-present.svg") no-repeat center/auto 100%;
}

.linking-cards__item-2 .casino-cards__present:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 75px 75px 0;
	border-color: transparent #995dd9 transparent transparent;
}

.linking-cards__item-2 .casino-cards__inner {
	overflow: hidden;
}

.contact-info__email, .contact-info__url {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

.contact-info__email a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: -22px;
	background: url("img/email.png") center center no-repeat;
}

.contact-info__url a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url("img/web.png") center center no-repeat;
}

@media only screen and (max-width: 768px) {
	.responsive-table {
		overflow: hidden;
		overflow-x: scroll;
		display: block;
	}
}

.post-type-archive .casino-cards__top-label {
	display: none
}

.single-casino .casino-cards__rating {
	justify-content: left;
}

.single-casino .entry-title {
	margin-bottom: 0;
}

@media (min-width: 769px) {

	.single-casino .entry-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media (max-width: 768px) {
	.single-casino .entry-header {
		margin-bottom: 20px;
	}

	.single-casino .entry-title {
		margin-bottom: 20px;
	}
}

.single-casino a.btn.play-now-button {
	padding: 15px 30px;
	font-weight: bold;
	font-size: 19px;
	height: 60px;
	min-width: 143px;
}

.currencies {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.currencies > div {
	color: #999;
	font-weight: 700;
	min-width: 51px;
	min-height: 51px;
	width: 51px;
	height: 51px;
	border-radius: 4px;
	background: #e6e9f0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 5px 5px 0;
}

@media (min-width: 768px) {

	.casinos-short-table {
		max-width: 50%;
	}

	.play-now-button-fixed {
		display: none;
	}
}

.play-now-button-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: #C24747;
	color: #fff;
	padding: 15px;
	z-index: 99;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
}

.play-now-button-fixed:hover {
	color: #fff;
	background: #D9915D;
}

.local-casinos {
	margin-bottom: 40px;
}

.local-casinos__it, .local-casinos-t {
	padding: 20px;
	text-decoration: none;
	background: -o-linear-gradient(20.64deg, #FFFFFF 41.37%, rgba(255, 255, 255, 0.4) 78.51%);
	background: linear-gradient(
		69.36deg, #FFFFFF 41.37%, rgba(255, 255, 255, 0.4) 78.51%);
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	border-radius: 4px;
}

.local-casinos__it:last-of-type {
}

.local-casinos__c:after {
	content: "";
	display: table;
	clear: both;
}

.local-casinos__c-l {
	float: left;
	width: 60%;
	padding-right: 20px;
}


.local-casinos__c-r {
	float: left;
	width: 40%;
}

.local-casinos__c-r img {
	width: 100%;
	border-radius: 4px;
}

@media (max-width: 768px) {
	.local-casinos__c-l {
		width: 100%;
		float: none;
	}

	.local-casinos__c-r {
		float: none;
		width: 100%;
		text-align: center;
	}
}


.content-block .entry-title {
	position: relative;
}

.content-block .entry-title:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 40px;
	background: #C24747;
	left: -30px;
}

@media (min-width: 768px) {
	.content-block .entry-title:before {
		height: 55px;
	}
}

@media (max-width: 480px) {
	.content-block .entry-title:before {
		left: -20px;
	}
}

/**
 c-list
 */

.c-list__item {
	background: #fff;
	margin-bottom: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto auto;
}

.c-list__item-logo, .c-list__item-pay {
	border-right: 1px solid #E2E2E2;
}

.c-list__item-bonus, .c-list__item-soft {
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: -1px;
}

.c-list__item-logo {
	position: relative;
	padding: 12px 18px 0;
	text-align: center;
}

.c-list__item-logo > img {
	margin-bottom: 11px;
	max-width: 125px;
	max-height: 45px;
}

.c-list__item-nth {
	position: absolute;
	width: 32px;
	height: 32px;
	right: -17px;
	top: 0;
	background: url("img/nth-child.svg") center center no-repeat;
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	padding-top: 2px;
	text-align: center;
}

.c-list__item-title {
	font-size: 15px;
	line-height: 130%;
	text-align: center;
	color: #181818;
}

.c-list__item-bonus {
	font-size: 15px;
	line-height: 140%;
	color: #454545;
	padding: 20px 19px 19px;
}

.c-list__item-soft {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 19px 19px;
}

.c-list__item-soft-link {
	display: block;
	font-size: 15px;
	line-height: 140%;
	color: #454545;
}

.c-list__item-soft-link.hidden {
	display: none;
}

.c-list__item-soft-link-more {
	font-weight: bold;
	font-size: 13px;
	line-height: 130%;
	color: #C24747;
	margin-top: 7px;
}

.c-list__item-pay {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px;
	padding: 25px;
	align-content: center;
}

.c-list__item-pay-icon {
	background: #fff;
	border-radius: 4px;
	width: 44px;
	height: 26px;
	border: 1px solid #454545;
	overflow: hidden;
	padding: 2px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-list__item-pay-icon.hidden {
	display: none;
}

.c-list__item-buttons {
	grid-column: 1 / span 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 1px;
}

a.c-list__item-button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 19px 0 18px;
	background: #C24747;
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
	color: #fff;
}

a.c-list__item-button:hover {
	background: #982E2E;
}

.c-list__item-revcol {
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-list__item-review {
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #181818;
}

@media (min-width: 480px) {
	.c-list__item {
		grid-template-columns: 0.8fr 1.1fr 1.1fr;
	}

	.c-list__item-logo {
		grid-row: 1 / span 2;
		padding: 12px 7px 0;
	}

	.c-list__item-bonus {
		font-size: 17px;
		line-height: 140%;
	}

	.c-list__item-soft-link {
		font-size: 17px;
	}

	.c-list__item-pay {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
		border-right: 0;
	}

	.c-list__item-soft {
		border-bottom: 0;
		margin-bottom: 0;
		border-right: 1px solid #E2E2E2;
		margin-right: -1px;
		padding: 9px 19px 14px;
		justify-content: start;
	}

	.c-list__item-buttons {
		display: block;
		grid-column: 3;
	}

	.c-list__item-button {
		font-size: 20px;
		line-height: 24px;
	}

	.c-list__item-review {
		padding: 20px 0;
	}
}

@media (min-width: 768px) {
	.c-list__item {
		grid-template-columns: 0.97fr 1.24fr 0.79fr 1.09fr 0.91fr;
		border-radius: 4px;
		margin-bottom: 4px;
	}

	.c-list__item-logo {
		grid-row: 1;
		padding-bottom: 14px;
	}

	.c-list__item-bonus {
		display: flex;
		align-items: center;
	}

	.c-list__item-soft {
		padding: 9px 10px 14px;
	}

	.c-list__item-pay {
		align-content: center;
	}

	.c-list__item-buttons {
		grid-column: 5;
	}

	.c-list__item-button {
		font-size: 15px;
		line-height: 18px;
	}

	.c-list__item-review {
		padding: 12px 16px 14px;
		text-align: center;
	}
}

@media (min-width: 1000px) {
	.c-list__item-button {
		font-size: 15px;
		line-height: 18px;
	}
}

@media (min-width: 1200px) {
	.c-list__item-button {
		font-size: 20px;
		line-height: 24px;
	}

	.c-list__item-review {
		padding: 19px 0;
	}
}

/**
 end c-list
 */


/**
 aside-providers
 */

.aside-providers {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 4px;
	grid-auto-rows: 70px;
}

.aside-providers__item {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aside-providers__item > img {
	max-width: 48px;
}

/**
 end aside-providers
 */

/**
 about-author
 */
.about-author {

}

.about-author__title, .about-author__info {
	background: #fff;
	padding: 0 20px;
}

.about-author__title {
	padding: 50px 20px 20px;
	font-weight: bold;
	font-size: 20px;
	line-height: 130%;
	color: #181818;
}

.about-author__info {
	display: grid;
	grid-template-columns: 70px 1fr;
	padding-bottom: 46px;
}

.about-author__name {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 17px;
	line-height: 130%;
	padding-left: 15px;
}

.about-author__description {
	grid-column: 1 / span 2;
	font-weight: normal;
	font-size: 15px;
	line-height: 140%;
	color: #454545;
	margin-bottom: 20px;
}

.about-author__date {
	grid-column: 1 / span 2;
	font-size: 15px;
	line-height: 140%;
	color: #454545;
	margin: 0;
}

@media (min-width: 480px) {
	.about-author__title {
		font-size: 24px;
		line-height: 130%;
		background: transparent;
	}

	.about-author__info {
		grid-template-columns: 100px 1fr;
		padding-top: 20px;
	}

	.about-author__name {
		font-size: 20px;
		line-height: 130%;
		display: block;
	}
}

/**
 end about-author
 */

/*
 Menu
 */
.mm-navbar__title {
	text-indent: -9999px;
	background: url("../../../../wp-content/themes/casino-basic/img/site-logo2.png") left center no-repeat;
}

/*
 Menu
 */
.clearfix::after{content:"";display:table;clear:both}
