/** languages **/
div.languages			{width:calc(100% - 64px); margin:0px 34px 40px 30px; padding:7px 0px 0px 0px; background-color:#fff; border:#978e9f 2px solid; border-radius:20px;font-weight: 500;}
div.current-lang		{color:#00072d; cursor:pointer; padding-bottom:7px;}
.current-lang span	{width:100%; display:table; padding:0px 15px 0px 15px; font-size:1.7rem; line-height:2rem; overflow:hidden;}
.current-lang span:after {
	content:"\F107";
	font-family:"FontAwesome";
	display:table-cell; width:33px;
	font-size:22px; line-height:100%;
	color:#00072d; text-align:right;
	vertical-align:middle;
}
.lang-open .current-lang span:after	{content:"\F106"; top:1px;}

.languages ul {
	width:100%; border-radius:0px 0px 20px 20px;
	text-align:left; margin:0; padding:0;
	max-height:0px; overflow:hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.lang-open .languages ul	{max-height:300px;}

.languages ul li				{display:block; margin:0; font-size:1.7rem; line-height:115%; list-style:none; cursor: pointer;}
.languages ul li a				{display:block; color:#00072d; padding:7px 15px 7px 15px; text-decoration:none;}
.languages ul li:last-child a	{padding-bottom:11px;}
.languages ul li a:hover		{background-color:#00072d; color:#fff; text-decoration:none;}

@media screen and (max-width: 767px) { /* mobile view */
	div.languages					{width:calc(100% - 17vw); margin:0px 7.8vw 9.2vw 7vw; padding:1.62vw 0px 0px 0px; border-width:0.52vw; border-radius:4.6vw;}
	div.current-lang				{padding-bottom:1.62vw;}
	.current-lang strong			{padding:0px 3.5vw 0px 3.5vw; font-size:4vw; line-height:4.6vw;}
	.current-lang strong:after		{width:8vw; font-size:5.2vw;}
	.languages ul					{border-radius:0px 0px 4.6vw 4.6vw;}
	.languages ul li				{font-size:4vw; line-height:115%;}
	.languages ul li a				{padding:1.62vw 3.5vw 1.62vw 3.5vw;}
	.languages ul li:last-child a	{padding-bottom:2.5vw;}
}
/************************ Top Nav (Main Menu) *****************************/
#top-nav {
	direction:rtl;
	position:fixed;
	top:0px; /*left:-364px;*/ left:-428px;
	z-index:90;
	/*visibility:hidden;*/
	width:428px; height:100%;
	padding-right:64px;
	background: -moz-linear-gradient(left, #e0e0e0 0px, #e0e0e0 363px, transparent 364px, transparent 428px);
	background: -webkit-linear-gradient(left, #e0e0e0 0px, #e0e0e0 363px, transparent 364px, transparent 428px);
	background: linear-gradient(to right, #e0e0e0 0px, #e0e0e0 363px, transparent 364px, transparent 428px);
	-webkit-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-o-transition: left 0.5s;
	-ms-transition: left 0.5s;
	transition: left 0.5s;
}
@media screen and (max-width: 767px) { /* mobile view */
	#top-nav {
		top: 48px;
		width:100%; left:-100%;
		padding-right:14.666667%;
		background: -moz-linear-gradient(left, #e0e0e0 0px, #e0e0e0 85.333333%, transparent 85.333333%, transparent 100%);
		background: -webkit-linear-gradient(left, #e0e0e0 0px, #e0e0e0 363px, 85.333333%, transparent 85.333333%, transparent 100%);
		background: linear-gradient(to right, #e0e0e0 0px, #e0e0e0 85.333333%, transparent 85.333333%, transparent 100%);
	}
}

.menu-open #top-nav		{left:0px;}
.search-open #top-nav, .game-open #top-nav	{z-index:9;}

div.top-nav-inner	{overflow:auto; direction:rtl; padding:0px 0px 40px 0px; height: 100%;}
div.top-nav-inner * {direction: ltr !important;} /* fix scrollbar to be on the left while keeping child elements rtl */

#menu-X {
	display:table;
	width:64px; height:65px; padding:20px;
    position:fixed;
    left:0; z-index:9;
	background:url('/img/hamburger.png') no-repeat center center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}

@media screen and (min-width: 768px) { /* desktop-view */
	.menu-open #menu-X {
		left:364px;
		background-image:url('/img/close-w.png');
		background-color:#5f5f5f;
	}
	.menu-open #menu-X:hover {background-color:#333;}
}

@media screen and (max-width: 767px) { /* mobile view */
	#menu-X {
		width:14.666667vw; height:14.666667vw;
		padding:0; left:-14.666667vw;
		background:url('/img/close-w-mobile.png') no-repeat center center / cover;
	}
	.menu-open #menu-X	{left:85.333333vw; background-color:#474747;}
}

/** nav logo **/
div.nav-logo		{background-color:#000;}
div.nav-logo a		{display:table; margin:0 auto;}
div.nav-logo img	{display:block; height:65px; width:auto;}

@media screen and (max-width: 767px) { /* mobile view */
	div.nav-logo img {height:14.666667vw; width:auto;}
}

/** nav buttons **/
div.nav-buttons			{background-color:#eee; padding:18px 11% 6px 11%;}
div.nav-buttons button	{width:100%; height:46px; margin:0 auto 10px auto; font-size:2.1rem;}

@media screen and (max-width: 767px) { /* mobile view */
	div.nav-buttons			{padding:4vw 11% 1.3vw 11%;}
	div.nav-buttons button	{height:10.7vw; font-size:5vw; margin-bottom:2.7vw; border-width:0.52vw;}
}

/** icons nav 1'st level **/
ul#icons-nav					{background-color:#fff; text-align:left; margin:0; padding:0;}
#icons-nav > li					{display:block; margin:0; font-size:1.7rem; line-height:115%; list-style:none;}
#icons-nav > li a				{display:flex; justify-content:flex-start; background-color:#fff; color:#01b4bb; padding:6px 30px 6px 20px; border-bottom:#fff 1px solid; font-weight:500; text-decoration:none;}
#icons-nav > li a img			{width:34px; height:34px; display:block; margin:0 20px 0 0;}
#icons-nav > li a span			{display:block; padding:7px 0px 8px 0px;}
#icons-nav > li:first-child a	{padding-top:8px;}
#icons-nav > li:last-child a	{padding-bottom:8px;}
#icons-nav > li a:hover			{color:#fff; background-color:#01b3bb; text-decoration:none;}
#icons-nav > li a:hover img		{filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1); -moz-filter: brightness(0) invert(1);}
#icons-nav > li a.current		{color:#fff; background-color:#01b3bb; font-weight:700; text-decoration:none;}

/** icons nav 2'nd level **/
/*#icons-nav ul				{text-align:left; margin:auto; padding:0 34px 0px 45px;}
#icons-nav ul li			{display:block; margin:0px 0px 1px 0px; font-size:1.7rem; line-height:115%; list-style:none;}
#icons-nav ul li a			{display:block; color:#f09d03; padding:7px 30px 8px 20px; text-decoration:none;}
#icons-nav ul li a:hover	{color:#ff3250; background:url('/img/arrow-TB.png') no-repeat left 9px; text-decoration:none;}
#icons-nav ul li a.current	{color:#ff3250;}*/

@media screen and (max-width: 767px) { /* mobile view */
	#icons-nav li				{font-size:4vw; line-height:115%;}
	#icons-nav li a				{padding:1.5vw 7vw 1.5vw 4.6vw;}
	#icons-nav li a img			{width:7.9vw; height:7.9vw; margin:0 4.6vw 0 0;}
	#icons-nav li a span		{padding:1.62vw 0px 1.85vw 0px;}
	#icons-nav li:first-child a	{padding-top:1.85vw;}
	#icons-nav li:last-child a	{padding-bottom:1.85vw;}
	/*#icons-nav ul li			{font-size:4vw; line-height:115%;}
	#icons-nav ul li a			{padding:1.62vw 7vw 8px 4.6vw;}
	#icons-nav ul li a:hover	{background:url('/img/arrow-TB.png') no-repeat left 2.1vw;}*/
}


/** other nav 1'st level **/
ul#other-nav				{text-align:left; margin:0 0 15px 0; padding:0;}
#other-nav li				{display:block; margin:0; font-size:1.7rem; line-height:115%; font-weight:500; list-style:none;}
#other-nav li a				{display:block; color:#00072d; padding:13px 30px 14px 33px; border-bottom:#e0e0e0 1px solid; text-decoration:none;}
#other-nav li:first-child a	{padding-top:17px;}
#other-nav li a:hover		{color:#fff; background-color:#00072d; text-decoration:none;}
#other-nav li a.current		{color:#fff; background-color:#00072d; font-weight:500; text-decoration:none;}

@media screen and (max-width: 767px) { /* mobile view */
	ul#other-nav				{margin:0 0 3.5vw 0;}
	#other-nav li				{font-size:4vw; line-height:115%;}
	#other-nav li a				{padding:3.3vw 7vw 3.4vw 7.6vw;}
	#other-nav li:first-child a	{padding-top:4vw;}
}

/*** mask ***/
.mask {
	opacity:0; z-index:-1;
	position:fixed; top:0; left:0;
	background-color:rgba(0,0,0,0.6);
	width:100vw; height:100vh;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.menu-open .mask	{opacity:1; z-index:89;}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'FontAwesome';
	src: url('/css/fonts/awesome-4/fontawesome-webfont.woff2') format('woff2');
	font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.fa-spinner:before {
    content: "\F110";
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-angle-left:before {
    content: "\F104";
  }

.fa-angle-right:before {
    content: "\F105";
}

/****************************    Main Elements ***************************/

html {
    box-sizing: border-box;
    font-size: 62.5%;
    line-height: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* 62.5% so each 0.1 rem is 1px */

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* Inherit box-sizing to make it easier to change */

body {
    overflow-y: scroll;
    text-align: center;
    background-color: #eee;
    color: #02072d;
    height: 100%;
    font-size: 1.6rem;
    line-height: 145%;
    direction: ltr;
    text-align: left;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

p {
    line-height: 170%;
}

body.search-open, body.game-open {
    height: 100vh;
}

body.search-open {
    height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    /* mobile-view */
    body {
        font-size: 3.7vw;
        line-height: 145%;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    /* mobile view landscape*/
    body {
        font-size: 2.5vw;
        line-height: 165%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin-top: 0;
    clear: both;
    display: block;
    color: #00072d;
}

h1 {
    padding: 0;
    font-size: 280%;
    line-height: 115%;
    color: #09afbd;
    font-weight: 900;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 185%;
    line-height: 120%;
    font-weight: 900;
}

h3 {
    font-size: 125%;
    line-height: 125%;
    font-weight: 700;
}

h4 {
    font-size: 100%;
    line-height: 125%;
    font-weight: 700;
}

h5 {
    font-size: 90%;
    line-height: 125%;
}

h6 {
    font-size: 80%;
    line-height: 125%;
}

@media screen and (max-width: 767px) {
    /* mobile-view */
    h1 {
        font-size: 180%;
        margin-bottom: 3.8vw;
    }
    h2 {
        font-size: 130%;
    }
    h3 {
        font-size: 110%;
    }
}

p {
    padding: 0;
    margin-top: 0;
    font-size: inherit;
}

ul {
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 20px 0px;
    font-size: inherit;
}

ol {
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 20px 0px;
    font-size: inherit;
}

ul li {
    padding: 0;
    margin: 0 0 8px 0;
    font-size: inherit;
    list-style: disc;
}

ol li {
    padding: 0px 0px 0px 5px;
    margin: 0 0 8px 0;
    font-size: inherit;
    list-style: decimal;
}

ol ul li {
    list-style: disc;
    padding-left: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 8px 0px 0px 0px;
}

/** ul li Paint only bullets **/

@media screen and (max-width: 767px) {
    /* mobile-view */
    ul {
        padding: 0 0 0 4.5vw;
        margin: 0 0 3.8vw 0;
    }
    ol {
        padding: 0 0 0 3.8vw;
        margin: 0 0 3.8vw 0;
    }
    ul li {
        padding: 0;
        margin: 0 0 1.6vw 0;
    }
    ol li {
        padding: 0 0 0 0.66vw;
        margin: 0 0 1.6vw 0;
    }
    ul ul,
    ul ol,
    ol ol,
    ol ul {
        margin: 1.6vw 0 0 0;
    }
}

table {
    font-size: inherit;
    line-height: inherit;
}

td {
    font-size: inherit;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

hr {
    height: 1px;
    width: 100%;
    border: 0;
    border-top: 1px solid #cbcbcb;
    background-color: transparent;
    margin-bottom: 15px;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
    -ms-interpolation-mode: bicubic;
}

video {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
}

figure {
    margin: 1em 0;
}

embed,
iframe,
object {
    width: 100%;
    height: 100%;
}

pre {
    background: #eee;
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    font-family: "Courier 10 Pitch", Courier, monospace;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    text-decoration: none;
}

abbr[title] {
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

small {
    font-size: 80%;
}

big {
    font-size: 125%;
}

b,
strong {
    font-weight: bolder;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

a {
    color: #09afbd;
    text-decoration: underline;
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(103, 199, 245, 0.4);
}

.content-line a {
    font-weight: 600;
}

a:hover {
    text-decoration: none;
    color: #09afbd;
}

a:active,
a:focus {
}

/****************************** Form stuff ***********************************/

form {
    margin: 0px;
    padding: 0;
}

fieldset {
    border: 1px solid #ccc;
    padding: 0.35rem 0.625rem 0.75rem;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.05);
}

legend {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px 30px;
    font-weight: bold;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
    background-color: rgba(0, 0, 0, 0.1);
}

input,
textarea,
optgroup,
select {
    font-family: inherit;
    font-size: 100%;
    line-height: 115%;
    margin: 0;
    /*vertical-align:top;*/
}

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"] {
    width: 280px;
    height: 40px;
    line-height: 31px;
    padding: 0px 10px 0px 10px;
    background-color: #fff;
    color: #333;
    border: #ccc 1px solid;
    border-radius: 8px;
    vertical-align: top;
}

textarea {
    width: 280px;
    height: 160px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: auto;
    padding: 4px 10px 4px 10px;
    vertical-align: top;
}

select {
    width: 280px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 8px;
    vertical-align: top;
    text-transform: none;
}

.rtl select {
    padding: 0px 4px 0px 0px;
}

.ltr select {
    padding: 0px 0px 0px 4px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #333;
    padding: 0px 10px 0px 10px;
}

::-ms-clear {
    display: none !important;
}

input[type="checkbox"] {
    padding: 0;
    position: relative;
    top: 2px;
    margin: 0px 6px 0px 0px;
    vertical-align: baseline;
    box-sizing: border-box;
}

input[type="radio"] {
    padding: 0;
    margin: 3px 6px 0px 0px;
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

input[type="image"] {
    display: block;
}

progress {
    vertical-align: baseline;
}

/** placeholder **/

*::-webkit-input-placeholder {
    text-align: left;
    color: #b4b9be;
}

*:-moz-placeholder {
    text-align: left;
    color: #b4b9be;
}

/* FF 4-18 */

*::-moz-placeholder {
    text-align: left;
    color: #b4b9be;
}

/* FF 19+ */

*:-ms-input-placeholder {
    text-align: left;
    color: #b4b9be !important;
}

/* IE 10+ */

*:focus::-webkit-input-placeholder {
    opacity: 0;
}

*:focus:-moz-placeholder {
    opacity: 0;
}

/* FF 4-18 */

*:focus::-moz-placeholder {
    opacity: 0;
}

/* FF 19+ */

*:focus:-ms-input-placeholder {
    opacity: 0;
}

/* IE 10+ */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

[inputtype="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/** button **/

button {
    display: flex;
    /*flex-direction:column;*/
    align-items: center;
    justify-content: center;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button:not(.clean) {
    height: 44px;
    background: #ff3250;
    color: #fff;
    padding: 0px 30px 0 30px;
    text-align: center;
    border-style: none;
    font-size: 100%;
    line-height: 100%;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    vertical-align: top;
    border-radius: 500px;
    border: 0;
    font-family: inherit;
    cursor: pointer;
    -webkit-appearance: button;
    box-sizing: border-box;
}

a.button {
    height: 44px;
    background: #ff3250;
    color: #fff;
    padding: 0px 30px 0 30px;
    display: table;
    text-align: center;
    font-weight: 900;
    line-height: 44px;
    text-transform: uppercase;
    border-radius: 500px;
    text-decoration: none;
    border: 0;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    /* mobile-view */
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    button:not(.clean),
    a.button {
        height: 10.4vw;
        font-size: 135%;
    }
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button,
a.button {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
button:hover,
button:active,
button:focus {
    background: #d11430;
    color: #fff;
}

a.button:hover,
a.button:active,
a.button:focus {
    background: #d11430;
    color: #fff;
    text-decoration: none;
}

button.negative-red {
    border: #ff3250 2px solid;
    background: transparent;
    color: #ff3250;
}

button.negative-red:hover,
button.negative-red:active,
button.negative-red:focus {
    background: #ff3250;
    color: #fff;
}

#footer-play-but button.negative-white {
    border: #ff3250 2px solid;
    background-color: #fff;
    color: #ff3250;
}

#footer-play-but button.negative-white:hover,
button.negative-white:active,
button.negative-red:focus {
    background-color: #fff;
    color: #ff3250;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button.clean {
    background: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
}

button.clean:hover {
    background: transparent;
    padding: 0;
}

/********************** Breadcrumbs & Page Title & description **********************/

#breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 15px 0px;
    padding: 0;
    list-style: none;
}

#breadcrumbs li {
    font-size: 85%;
    line-height: 17px;
    margin: 0;
}

#breadcrumbs li a {
    text-decoration: none;
}

#breadcrumbs li a:hover {
    text-decoration: underline;
}

#breadcrumbs .separator {
    margin: 0px 7px 0px 7px;
    font-size: 115%;
    font-weight: normal;
}

#breadcrumbs .separator .fa {
    font-size: 70%;
    line-height: 17px;
    color: #aaa;
}

.ltr #breadcrumbs .separator .fa-angle-left {
    display: none;
}

.rtl #breadcrumbs .separator .fa-angle-right {
    display: none;
}

@media screen and (max-width: 767px) {
    /* mobile-view */
    .page-title-line {
        padding: 20px 0px 40px 0px;
    }
    div.page-title {
        display: table;
        margin: 0px auto 0px 0px;
    }
}

div.description {
    border: red 1px solid;
}

div.description-section {
    border: cyan 1px solid;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    /* mobile-view */
    div.description-section {
        margin-bottom: 8vw;
    }
}

/********************** Columns **********************/

@media screen and (min-width: 768px) {
    /* desktop-view */
    .col-2-text {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 4em;
        -moz-column-gap: 4em;
        column-gap: 4em;
    }
    .col-2-text > * {
        display: inline-block;
    }
    .col-2-text > img {
        display: block !important;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    /* desktop-view */
    .col-3-text {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 4em;
        -moz-column-gap: 4em;
        column-gap: 4em;
    }
    .col-3-text > * {
        display: inline-block;
    }
    .col-3-text > img {
        display: block !important;
    }
}

.col-2-flex > * {
    margin-bottom: 6vw;
}

@media screen and (min-width: 768px) {
    /* desctop view */
    .col-2-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .col-2-flex > * {
        width: 47%;
        margin-bottom: 30px;
    }
}

.section-block .col-2-flex {
    margin-bottom: 0;
}

.col-3-flex > * {
    margin-bottom: 6vw;
}

@media screen and (min-width: 768px) {
    /* desctop view */
    .col-3-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .col-3-flex > * {
        width: 30%;
        margin-bottom: 30px;
    }
}

.section-block .col-3-flex {
    margin-bottom: 0;
}

.col-4-flex > * {
    margin-bottom: 6vw;
}

@media screen and (min-width: 768px) {
    /* desctop view */
    .col-4-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .col-4-flex > * {
        width: 24%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    /* desctop view */
    .col-4-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .col-4-flex > * {
        width: 47%;
        margin-bottom: 30px;
    }
}

.section-block .col-4-flex,
.section-block .col-4-flex > * {
    margin-bottom: 0;
}

.access {
    width: 1px;
    height: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    overflow: hidden;
    position: absolute !important;
    word-wrap: normal !important;
}

/*** active & focus ***/

.A:active,
a:focus {
    outline: none;
}

.show-focus a:active,
.show-focus a:focus {
    background-color: #ffffcc !important;
    color: #000 !important;
    text-decoration: none !important;
    outline: red solid medium !important;
    background-image: none !important;
}

*:focus {
    outline: none;
}

.show-focus *:focus {
    outline: red solid medium !important;
}

.full-size-row {
    max-width: 1920px;
    margin: 0px auto;
}

.area-wrapper {
    width: 95%;
    max-width: 1310px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .area-wrapper {
        width: 92%;
    }
}

/*##################################################################################################################################*/

/*##################################################################################################################################*/

/*##################################################################################################################################*/

/*##################################################################################################################################*/

/*##################################################################################################################################*/

/*##################################################################################################################################*/

/*##################################################################################################################################*/

/*##################################################################################################################################*/

/*##################################################################################################################################*/

/* GameCarouselComponent || GameList || SearchGameComponent */

/************************ Game Unit *****************************/

li.game-unit {
    background-color: #fff;
    padding: 0px;
    overflow: hidden;
    list-style: none;
    cursor: pointer;
    box-sizing: border-box;
}

.game-unit .img-wrap {
    overflow: hidden;
    position: relative;
}

.game-unit img {
    width: 100%;
    height: auto;
    display: block;
}

.game-unit a {
    display: block;
    width: 100%;
    color: #00072d;
    text-align: center;
    padding: 7px 6% 9px 6%;
    font-size: 1.4rem;
    line-height: 120%;
    font-weight: 500;
    box-sizing: border-box;
}

.game-unit:hover a {
    color: #fb3d56;
    text-decoration: underline;
}

.game-unit .game-up {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 50, 80, 0.8);
    text-align: center;
    z-index: 3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.game-unit .img-wrap:hover .game-up {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.game-unit .game-win {
    display: table;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffbb00;
    color: #00042d;
    padding: 8px 3px 6px 12px;
    z-index: 2;
    border-radius: 0px 10px 0px 0px;
}

.game-unit .game-win:after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    background-color: #ffbb00;
    color: #00042d;
    border-radius: 0px 10px 0px 0px;
    -webkit-transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.game-unit .game-win span {
    position: relative;
    z-index: 9;
}

/**** mobile view Game Unit ****/

@media screen and (max-width: 767px) {
    /* mobile view */
    .game-unit .game-win {
        font-size: 1.6rem;
        line-height: 125%;
    }
}

@media screen and (max-width: 420px) {
    /* mobile view */
    .game-unit .game-win {
        font-size: 1.2rem;
		line-height: 125%;
		padding: 2px 0px 4px 6px;
    }
}

.site-container.xmas .game-up {
    background-image: url('/img/game-thumb-xmas-over-square.jpg');
    background-size: cover;
}

.site-container.xmas .param-card .game-up {
    background-image: url('/img/game-thumb-xmas-over-rectangle.jpg');
}

/************************ Game Unit *****************************/

/* GameCarouselComponent || GameList || SearchGameComponent */

/* MainLayout */

/************************ Site Container *****************************/

#site-container {
    position: relative;
    height: 100%;
}

#site-container.menu-open {
}

@media screen and (max-width: 767px) {
    /* mobile view */
    #site-container {
        padding: 0px 0px 13.33vw 0px;
    }
}

/************************ Site Container *****************************/

/* MainLayout */

/* Index */

/************************ Hp Tabs Line *****************************/

.tabs-line-hp {
    position: relative;
}

/************************ Hp Tabs Line *****************************/

/* Index */

/* GameLayout || GamesProviderPage || Index */

/************************ Game hp *****************************/

/************ Tabs *****************/

#games-hp .area-wrapper {
    width: 100%;
    max-width: none;
}

/****** 1st level - games types tabs ******/

.tabs {
    width: 100%;
    text-align: center;
    background-color: #01b3bb;
    overflow: hidden;
}

ul.main-tabs {
    width: auto;
    display: flex;
    justify-content: space-between;
    padding: 13px 0px 11px 0px;
    margin: auto;
    max-width: 480px;
}

.site-container-de ul.main-tabs {
    justify-content: space-evenly;
}

ul.main-tabs li {
    margin: 0;
    font-size: 1.6rem;
    line-height: 115%;
    text-align: center;
    text-transform: uppercase;
    list-style: none;
}

ul.main-tabs li a {
    display: block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

ul.main-tabs li div {
    height: 51px;
    background-size: 63px;
    background-repeat: no-repeat;
    background-position: center top;
    text-decoration: none;
}

ul.main-tabs li a span {
    display: block;
    padding: 7px 0 0 0;
    margin: 0 2px;
    white-space: nowrap;
}

ul.main-tabs li.active {
}

ul.main-tabs li a:hover {
    color: #00072d;
    font-weight: 700;
}

ul.main-tabs li.active a {
    color: #00072d;
    font-weight: 700;
}

ul.main-tabs li a:hover div,
ul.main-tabs li.active a div {
    background-position: center bottom;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    ul.main-tabs {
        padding: 2.6vw 0px;
        max-width: 86%;
    }
    ul.main-tabs li {
        font-size: 3.2vw;
        line-height: 115%;
    }
    ul.main-tabs li div {
        background-size: 100px;
        background-size: 13.2vw;
        height: 10.7vw;
    }
    ul.main-tabs li a span {
        padding: 5px 0 0 0;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    /* mobile view landscape*/
    ul.main-tabs {
        padding: 1.6vw 0px;
    }
    ul.main-tabs li div {
        display: none;
        background-size: 9.2vw;
        height: 7.2vw;
    }
    ul.main-tabs li a span {
        padding: 0;
    }
}

/****** 2nd level - games icons nav ******/

div.inner-tabs-wrap {
    display: block;
    overflow: hidden;
    background-color: #fff;
}

ul.inner-tab-nav {
    display: none;
    margin: 0px;
    padding: 0px 40px 0px 40px;
}

ul.inner-tab-nav.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.inner-tab-nav li {
    margin: 0px 1px 0px 1px;
    list-style: none;
}

.inner-tab-nav li a {
    display: table;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 11px 40px 8px 40px;
    color: #008f95;
    border-top: #fff 4px solid;
    border-bottom: #fff 4px solid;
    font-size: 1.6rem;
    line-height: 115%;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
}

.inner-tab-nav li a span {
    display: table-cell;
    vertical-align: middle;
}

.inner-tab-nav li.active a {
    color: #00072d;
    border-color: #00072d;
    text-decoration: none;
}

.inner-tab-nav li a:hover {
    color: #00072d;
    border-color: #00072d;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    div.inner-tabs-wrap {
        padding: 0px;
    }
    ul.inner-tab-nav {
        padding: 0px;
    }
    .inner-tab-nav li {
        margin: 0;
        padding: 0px 1% 0px 1%;
    }
    .inner-tab-nav li a {
        width: 100%;
        padding: 2.6vw 2vw 2.6vw 2vw;
        font-size: 3.2vw;
        line-height: 115%;
        border-top-width: 3px;
        border-bottom-width: 3px;
    }
    .inner-tab-nav li a img {
        width: 66%;
        margin: auto;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    /* mobile view landscape*/
    .inner-tab-nav li a {
        padding: 0.6vw 2vw 0.6vw 2vw;
        font-size: 2.2vw;
    }
}

@media screen and (max-width: 620px) {
    .inner-tab-nav li a img {
        width: 80%;
        margin: auto;
    }
    .inner-tab-nav li a span {
        font-size: 4vw;
        line-height: 115%;
    }
}

/****** 3rd level - pannel - games ******/

#games-hp div.tabs-section-wrap {
    overflow: hidden;
    background-color: #eee;
    padding: 25px 20px 10px 20px;
}

div.tab-section-pannel ul.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px -5px 0px -5px;
    padding: 0px;
}

.tab-section-pannel ul.categories li {
    margin: 0px 5px 15px 5px;
}

.tab-section-pannel ul.categories li .img-wrap {
}

.tab-section-pannel ul.categories img {
}

.tab-section-pannel ul.categories li a {
}

.tab-section-pannel ul.categories li:hover a {
}

@media screen and (min-width: 1501px) {
    /* 6 items */
    .tab-section-pannel ul.categories li {
        width: calc(16.666666% - 10px);
    }
}

@media screen and (max-width: 1500px) {
    /* 5 items */
    .tab-section-pannel ul.categories li {
        width: calc(20% - 10px);
    }
}

@media screen and (max-width: 1240px) {
    /* 4 items */
    .tab-section-pannel ul.categories li {
        width: calc(25% - 10px);
    }
}

@media screen and (max-width: 980px) {
    /* 3 items */
    .tab-section-pannel ul.categories li {
        width: calc(33.333333% - 10px);
    }
}

@media screen and (max-width: 767px) {
    /* mobile view */
    #games-hp div.tabs-section-wrap {
        padding: 5.2vw 3.17vw 1vw 3.17vw;
    }
    .tab-section-pannel ul.categories li a {
        font-size: 1.6rem;
        line-height: 120%;
    }
}

@media screen and (max-width: 590px) {
    /* 2 items */
    .tab-section-pannel ul.categories li a {
        font-size: 1.2rem;
		line-height: 120%;
		padding: 4px 3% 6px 3%;
    }
}

@media screen and (max-width: 320px) {
    /* 2 items */
    .tab-section-pannel ul.categories li {
        width: calc(50% - 10px);
    }
}

/************************ Game hp *****************************/

/* GameLayout || GamesProviderPage || Index */

/* Promotion || GameComponent || GameTileComponent || SearchGameComponent */

/************************ Game up *****************************/

/** play now **/

.tabs .game-up button {
    width: 100%;
    height: 100%;
    background: transparent;
    align-self: center;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 0;
    padding: 15px;
}

@media screen and (min-width: 1901px) {
    .tabs .game-up button {
        font-size: 6rem;
    }
}

@media screen and (max-width: 1900px) {
    .tabs .game-up button {
        font-size: 5rem;
    }
}

@media screen and (max-width: 1600px) {
    .tabs .game-up button {
        font-size: 4.5rem;
    }
}

.tabs-section-wrap .game-up button {
    width: 100%;
    height: 100%;
    background: transparent;
    align-self: center;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 0;
    padding: 15px;
    white-space: normal;
}

@media screen and (min-width: 1901px) {
    .tabs-section-wrap .game-up button {
        font-size: 6rem;
    }
}

@media screen and (max-width: 1900px) {
    .tabs-section-wrap .game-up button {
        font-size: 5rem;
    }
}

@media screen and (max-width: 1600px) {
    .tabs-section-wrap .game-up button {
        font-size: 4.5rem;
    }
}

@media screen and (max-width: 767px) {
    .tabs-section-wrap .game-up button {
        font-size: 2rem;
    }
}

/************************ Game up *****************************/

/* Promotion || GameComponent || GameTileComponent || SearchGameComponent */

/* Index || GameCarouselComponent */

/****** Hompage first (All) 3rd level - pannel - carousels ******/

#hp-special {
    margin-bottom: 0px;
}

div.carousel-title {
    padding: 0px 0px 4px 0px;
    border-bottom: #01b3bb 2px solid;
    margin-bottom: 20px;
    text-align: left;
}

.carousel-title h2 {
    color: #01b3bb;
    font-size: 3rem;
    line-height: 115%;
    font-weight: 900;
    text-transform: capitalize;
    display: inline;
}

.carousel-title span {
    color: #ff3250;
    font-size: 2.2rem;
    line-height: 115%;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    #hp-special {
        margin-bottom: 0;
    }
    #hp-special .carousel-title h2 {
        font-size: 4.5vw;
        line-height: 115%;
    }
    #hp-special .carousel-title span {
        font-size: 3.9vw;
        line-height: 115%;
    }
    div.carousel-title {
        margin-bottom: 12px;
    }
}

/******* games carousels ******/

#slingo-carousel {
}

#slots-carousel {
}

#casino-carousel {
}

/** arrows**/

#hp-special button.carousel__back-button,
#hp-special button.carousel__next-button {
    height: calc(100% - 32px);
    padding: 0 10px;
    background-color: rgba(0, 7, 45, 0.6);
    position: absolute;
    top: 0;
    z-index: 2;
}

#hp-special button.carousel__back-button {
    left: 5px;
}

#hp-special button.carousel__next-button {
    right: 5px;
}

#hp-special button.carousel__back-button .fa,
#hp-special button.carousel__next-button .fa {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
        1px 1px 0 #000;
}

/****/

/* GameCarouselComponent */

#hp-special .games-carousel .carousel-container {
    position: relative;
    margin-left: -5px;
    margin-bottom: 30px;
    width: calc(100% + 10px);
}

#hp-special .games-carousel .carousel-container a {
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    padding: 0;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    #hp-special .games-carousel .carousel-container {
        width: calc(100% + 5px + 3.17vw);
        margin-bottom: 3vw;
    }
    #hp-special button.carousel__back-button,
    #hp-special button.carousel__next-button {
        display: none;
    }
    #hp-special .games-carousel .carousel-container a {
        height: unset;
        overflow: hidden;
        line-height: 1.4rem;
        white-space: nowrap;
        font-size: 1.2rem;
        max-width: 90%;
        margin: 4px auto;
    }
}

/****** long image ******/

div.long-img {
    margin: 0px -15px 25px -15px;
}

div.long-img img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    div.long-img {
        display: none;
        /*margin:0px -3.17vw 25px -3.17vw;*/
    }
}

/* Index || GameCarouselComponent */

/* gameCategoryPage */

/****** load more button ******/

div.panel-button {
    width: 100%;
    display: table;
    background-color: #eee;
}

#help-in .panel-button {
    display: none;
}

button.load-more {
    margin: 15px auto 0px auto;
    height: 50px;
    border: #01b3bb 2px solid;
    font-size: 2.2rem;
    line-height: 100%;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #eee;
    color: #01b3bb;
    padding: 0px 25px 0px 25px;
}

button.load-more:hover {
    background-color: #01b3bb;
    color: #fff;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    button.load-more {
        height: 11.8vw;
        border-width: 0.52vw;
        font-size: 5.6vw;
        line-height: 100%;
        margin: 2vw auto 0 auto;
        padding: 0 4.5vw 0px 4.5vw;
    }
}

/****** load more button ******/

/* gameCategoryPage */

/* SeoBlockComponent || SimpleFeedComponent ||    help || PaymentMethodPage || winnersPage*/

/************ Ip Content Line *****************/

.content-line {
    min-height: 300px;
    padding: 35px 0px 45px 0px;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .content-line {
        min-height: 0;
        padding: 3.5vw 0 3.3vw 0;
    }
}

.content-seo {
    position: relative;
    padding-top: 35px;
}

.content-seo:before {
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    display: block;
    font-size: 30px;
    color: #000;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .content-seo {
        padding: 10vw 0 3.3vw 0;
    }
}

/************ Ip Content Line *****************/

/* SeoBlockComponent || SimpleFeedComponent ||    help || PaymentMethodPage || winnersPage*/

li.game-unit {
    opacity: 0.1;
    animation: reveal 0.3s forwards;
    -webkit-animation: reveal 0.3s forwards;
}

@keyframes reveal {
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes reveal {
    100% {
        opacity: 1;
    }
}

div.sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 65px;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    div.sticky {
        top: 0px;
    }
}

@media screen and (max-width: 767px) {
    #games-hp .inner-tab-nav li {
        min-width: 25%;
        width: unset;
    }
}

/*** play now ***/

@media screen and (min-width: 768px) {
    /* desctop view */
    #search-results .game-up button {
        align-self: center;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 0;
        padding: 15px;
    }
}

@media screen and (min-width: 1901px) {
    #search-results .game-up button {
        font-size: 6rem;
    }
}

@media screen and (max-width: 1900px) and (min-width: 1601px) {
    #search-results .game-up button {
        font-size: 5rem;
    }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
    #search-results .game-up button {
        font-size: 4.5rem;
    }
}

/****/


/* About Us page */

.grid-3 h1 {
    text-align: center;
}

.center-text {
    text-align: center;
}

.quote {
    color: #ff3250;
    text-transform: uppercase;
    font-size: 400%;
    margin: auto;
}

.restricted-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #002538;
    display: flex;
    z-index: 999999;
    color: white;
    display: block;
    justify-content: center;
    align-items: center;
}

.restricted-popup img {
    margin: auto;
    margin-bottom: 50px;
}

.restricted-popup .contentText {
    padding: 20px;
}

@media screen and (min-width: 768px) {
    /* desktop-view */
    .grid-3 {
        grid-gap: 4em;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .quote {
        font-size: 500%;
    }
    .restricted-popup {
        display: flex;
    }
}

.grid-two-rows {
    grid-row: span 2;
}

.promotions-button {
    margin: auto !important;
}

.content-buttons button:not(.blog-btn) {
	height:auto;
	font-size:28px;
    margin: 0px auto 0px auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 768px) { /* mobile view */
	.content-buttons button:not(.blog-btn)			{height:auto; padding:1.5vw 3vw 1.5vw 3vw; font-size:3vw; margin-right:auto; margin-left:auto;}
}

@media screen and (max-width: 767px) { /* mobile view */
	.content-buttons button:not(.blog-btn)			{height:13.7vw; padding:0 5.9vw 0 5.9vw; font-size:6.46vw; margin-right:auto; margin-left:auto;}
}

.tab-section-pannel .fa-spinner {
    display: none;
    margin-left: 6px;
}

.tab-section-pannel .fa-spinner.spin {
    display: initial;
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.game-and-payments {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
}

.game-and-payments > a {
    max-width: 36%;
    display: inline-block;
}

.game-and-payments img {
    max-width: 100%;
    padding: 15px 25px;
    height: 65px;
}

.game-and-payments img:hover {
    -webkit-filter: brightness(350%);
    filter: brightness(350%);
}

.option-logo {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0 2% 3% 2%;
    display: flex;
    justify-content: center;
    justify-items: stretch;
}

.option-logo a {
    display: inline-flex;
}

.payments {
    padding-top: 0 !important;
}

@media only screen and (max-width: 767px) {
    #pg-wdg-cct .pg-wdg-cct-full {
        padding: 10px 10px 10px 10px;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    #pg-wdg-cct.fixed {
        position: static
    }
}

#pg-wdg-cct button {
    margin-left: 10px;
    color: #000;
    background: #fff;
    border-radius: 0;
    padding: 15px 15px 15px 15px;
    height: auto;
    display: initial;
    font-weight: 600;
}

.wrap-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9995;
}
.search-open .wrap-footer-fixed, .game-open .wrap-footer-fixed {
    bottom: -110%;
}
.game-search-open .wrap-footer-fixed {
    display: block;
}
.search-open #pg-wdg-cct,
.search-open #pg-wdg-cct.fixed,
.game-open #pg-wdg-cct,
.game-open #pg-wdg-cct.fixed,
.game-search-open #pg-wdg-cct,
.game-search-open #pg-wdg-cct.fixed {
    display: none;
}
@media screen and (min-width: 768px) {
    .wrap-footer-fixed   {
        display: none;
    }
    .game-search-open .wrap-footer-fixed {
        display: none;
    }
}

.scroll-up-button {
    z-index: 3 !important;
}


.desktop {
    display: block !important;
}
.mobile {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
}

.faq-area-wrapper {
    width: 95%;
    max-width: 1310px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .faq-area-wrapper {
        width: 100%;
    }
    .scroll-top img {
        max-width: 36px;
    }
}

.payment-option img {
    margin-bottom: 20px;
}

.recommended {
    background-color: #00072d;
    padding-top: 1em;
}

.recommended h2 {
    color: #fff;
    text-align: center;
}

.recommended .categories {
    justify-content: space-evenly !important;
    flex-wrap: unset !important;
}

.recommended .categories .game-unit {
    background-color: #00072d;
}

.recommended .categories .game-unit a {
    color: #fff;
}

.recommended .categories .game-unit a:hover {
    color: #fb3d56;
}

.loader-container {
    display: flex;
    height: 100%;
    width: 100%;
}

.loader {
    border: 24px solid #f3f3f3;
    border-radius: 50%;
    border-top: 24px solid #01b3bb;
    border-bottom: 24px solid #01b3bb;
    width: 140px;
    height: 140px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    opacity: 0.4;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/************ PWA installer *****************/
@keyframes pwaSlideInUp {
    from {
        height: 0;
        opacity: 0;
    }

    to {
        height: 12.6vw;
        opacity: 1;
    }
}

.pwaSlideInUp {
    -webkit-animation-name: pwaSlideInUp;
    animation-name: pwaSlideInUp;
    animation-delay: 2s;
}

@media screen and (max-width: 767px) { /* mobile view */
    .PWA-installer {
        display: flex;
        background: #062538;
        justify-content: space-between;
        align-items: center;
        border-top: solid 1px #fff;
        opacity: 0;
        padding: 10px;
    }
    .PWA-installer.animated-faster {
        -webkit-animation-duration: 0.7s;
        animation-duration: 0.7s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .PWA-installer .PWA-installer-container {
        display: flex;
        align-items: center;
        flex: 2;
    }
    .PWA-installer .PWA-installer-container img {
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }
    .PWA-installer .PWA-installer-container .PWA-text{
        color: #fff;
    }
}

@media screen and (min-width: 768px) { /* desktop-view */
    .PWA-installer	{display:none;}
}


/* blog buttons, used both in blog pages and in seo block */
.blog-btn-container a {
    color: unset;
    text-decoration: none;
    font-weight: unset;
    -webkit-tap-highlight-color: unset;
}

/* desktop view */
@media screen and (min-width: 768px) {
    button.blog-btn {
        font-size: 110%;
    }
}

/* mobile view */
@media screen and (max-width: 767px) {
    button.blog-btn.btn-big {
        height: 14vw;
        font-size: 170%;
    }    
}

button.blog-btn.btn-secondary {
    border-style: none !important;
    background: #01B3BB !important;
    color: #ffffff !important;
}

button.blog-btn.btn-secondary:hover, button.blog-btn.btn-secondary:active, button.blog-btn.btn-secondary:focus {
    background: #1b969c !important;
}

button.blog-btn.btn-negative-secondary {
    border: #01B3BB 2px solid !important;
    background: transparent !important;
    color: #01B3BB !important;
}

button.blog-btn.btn-negative-secondary:hover, button.blog-btn.btn-negative-secondary:active, button.blog-btn.btn-negative-secondary:focus {
    background: #01B3BB !important;
    color: #fff !important;
}

/* Shrink */
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
