/*
Theme Name: casino
Text Domain: casino
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Accessibility
# Alignments
# Clearings
# Navigation
	## Links
	## Menus
# Structure
	## Container
	## Branding
# WooCommerce
# Content
	## Posts and pages
# Widgets
# Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Site Footer
	## Footer Widgets
	## Social Links
	## Site Credits
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(255,255,255,0.7);
	padding:0;margin:0;
	background: #20242d;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}


mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	/* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	height:120px;
}


optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {

margin:0 0 15px;
padding:0;
	font-weight: 700;
	line-height: 1.3;
	color:#fff;
}

h1 {
	font-size: 28px;

}

h2 {
	font-size: 25px;

}

h3 {
	font-size: 22px;

}

h4 {
	font-size: 20px;

}

h5 {
	font-size: 18px;

}

h6 {
	font-size: 16px;
	
}

hr {
	height: 0;
	margin-top: -1px;
	margin-bottom: 24px;
	padding-top: 24px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
	clear: both;
}

p {
	margin: 0 0 15px;
	
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 4px solid #2f2fde;
	
	margin: 0 0 15px;
	padding:0 0 0 15px;
	font-style:italic;
	font-size:17px;
}


pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.75;
	margin: 0 0 24px;
	max-width: 100%;
	overflow: auto;
	padding: 24px;
}

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

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

mark,
ins {
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}



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

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

embed,
iframe,
object {
	max-width: 100%;
}

hr {
	height: 1px;
	width: auto;
	background-color: #ddd;
	border: 0;
	margin: 0 0 1.5rem 0;
}

figure {
	margin: 0;
}

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

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}



dt {
	font-weight: 700;
}

dd {
	margin: 0 15px 15px 0;
}

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

th {
	padding:10px 15px;
	border:1px solid rgba(0,0,0,0.1);
}

td {
	
	padding:10px 15px;
	border:1px solid rgba(0,0,0,0.1);
}
@media screen and (max-width: 767px) {
    .brt {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(0,0,0,0.1);
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .brt table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #343b49;
	border: 0;
	border-radius: 0;
	color: #fff;
	border-radius:5px;
	font-weight: 700;
	
	padding: 10px 20px;
	
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #3c4453;
outline:0;
border:none;
box-shadow:none;
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #fff;
	
	border: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
	border-radius: 0;
	color: #686868;
	padding: 10px;
	min-width: 100% !important;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	outline:0;
	box-shadow:none;
	border: 1px solid rgba(0,0,0,0.1);
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	height: auto;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0 24px 0 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 0 24px;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
	content: "";
	display: block;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3077f7;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #fff;
	text-decoration: none;
	outline:0;

}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.head-btn {float:left;width:35%;text-align:right;padding-top:7px;}
.main-navigation {
	padding-top:7px;
float:left;
width:35%;

}

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

.main-navigation li {
	position: relative;
	display: inline-block;
	margin:0 15px;
}


.main-navigation a {
	color: #828f9a;
	display: block;
font-weight:700;
}

.main-navigation a:hover {
color: #fff;
}





.menu-toggle {
	display: none;
}



/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Container
--------------------------------------------------------------*/

.wrapper {margin:0 auto;width:100%;padding-left:15px;padding-right:15px;position:relative;}
@media(min-width:576px) {
.wrapper {max-width:530px;}
}
@media(min-width:768px) {
.wrapper {max-width:730px;}
}
@media(min-width:992px) {
.wrapper {max-width:960px;}
}
@media(min-width:1200px) {
.wrapper {max-width:1160px;}
}


#secondary {
	background: #1c2028;
	border-radius:10px;
	display: block;
	margin: 0;
	padding: 15px;
	height:100%;
}
#secondary ul {margin:0;}
#secondary ul li {padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid rgba(255,255,255,0.05);}
#secondary ul li a {font-weight:700;line-height:1.3;display:block;}
#secondary .widget-title {font-size:20px;font-weight:700;margin-bottom:15px;color:#fff;}
#primary.content-area {padding:40px 0;}


/*--------------------------------------------------------------
## Branding
--------------------------------------------------------------*/
.site-header {
	background:#1c2028;
	margin: 0;
	padding: 15px 0 10px;

}


.site-branding {
	margin: 0;
float:left;
width:30%;
}

.site-branding img {max-width:100px;}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px;

	padding: 0;

}
.footer-wrap .widget {margin:0;}
.widget select {
	max-width: 100%;
}


.widget ul,
.widget ol {
	list-style: none;
}

.search-submit {
	display: none;
}

.wp-block-search label {display:none;}

.wp-block-search button {display:none;}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	margin: 0;
}

ol.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.comment-list ol {list-style: none;
	margin: 0;padding-left:30px;}
.comment-form label {
	opacity:0.7;
	font-size: 14px;
	margin:0 0 6px;
}
.comments-title, .comment-reply-title {font-weight:700;font-size:20px;margin-bottom:15px;color:#fff;}
.comment-head img {float:left;margin-right:20px;}
.commentmetadata {font-size:14px;opacity:0.6;}
a.comment-reply-link {font-weight:700;}
.comment-content {padding-bottom:20px;}
.comment-date {opacity:0.7;
font-size: 13px;}
p.form-submit {
	margin: 0;
}

.required {
	color: #c0392b;
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
	clear: both;
	width: 100%;
	text-align:center;
	background:#1c2028;
	padding:40px 0 0;
}

.footer-wrap {

	padding: 20px 0 20px;
}
.footer-wrap ul li {display:inline-block;margin:0 10px 5px;}
.footer-wrap ul li a {color: #828f9a;font-weight:700;}
.footer-wrap ul li a:hover {color: #fff;}


/*--------------------------------------------------------------
## Site Credits
--------------------------------------------------------------*/
.site-info {
	padding:0px 0 15px;
	font-size: 13px;
	
	
	
}
.site-info p {opacity:0.7;}
.site-info ul {list-style:none;margin:0 0 10px;}
.site-info ul li {display:inline-block;margin:0 10px 5px;}
.page-title {font-weight:700;font-size:23px;margin-bottom:15px;}
.error-404 {text-align:center;padding:80px 0;}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

.wp-caption {
	margin: 0 0 1.5rem 0;
	max-width: 100%;
}

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

.wp-caption.aligncenter {
	margin: 0 auto 24px auto;
}

.wp-caption.alignleft {
	margin-right: 24px;
}

.wp-caption.alignright {
	margin-left: 24px;
}

.wp-caption .wp-caption-text {
	margin: 12px 0;
}
.wp-caption-text {
	text-align: center;
}

a.btn1 {text-align:center;font-weight:700;border-radius:5px;padding:10px 30px;
color:#fff;background: #dc3545;}
a.btn2 {border-radius:5px;text-align:center;font-weight:700;padding:10px 30px;color:#fff;
background: #3077f7;
}
.head-btn a.btn1, .foot-btn a.btn1 {margin-right:10px;}
.foot-btn {text-align:center;padding:0 0 40px;}
#welcome-pack {padding:40px 30px 0;font-weight:700;color:#fff;background: url(/wp-content/uploads/2025/05/win.jpg) no-repeat center center;height:300px;position:relative;margin:30px 0;background-size:cover;}
.welcome-overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.wtitle {color:#fff;font-weight:700;font-size:40px;line-height:1.3;}
.wt {font-size:27px;}
.js__get_promo {position:relative;z-index:9;display:inline-block;}
#welcome-pack a.btn2 {display:block;padding:10px;max-width:200px;margin:30px 0;}
#welcome-pack a.btn1 {display:none;padding:10px;max-width:200px;margin:15px auto;}
.js__get_promo span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #000;
}

.js__get_promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/casino/images/copy.svg);
    mask: url(/wp-content/themes/casino/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #000;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}


@media (max-width:767px) {
#welcome-pack {padding:30px 15px;height:auto;text-align:center;}
.wt {font-size:23px;}
#welcome-pack a.btn2 {margin:15px auto;}
#welcome-pack a.btn1 {display:block;}

}
.home h1 {font-size:22px;}
.home h2, .home .h2 {font-size:22px;margin:0 0 15px;font-weight:700;color:#fff;}
.home h3 {font-size:18px;}
#homepage ul, #homepage ol {margin:0 0 15px;list-style:none;}
#homepage ul {margin:0 -15px 15px 0;}
#homepage ul li, #homepage ol li {position:relative;}
#homepage ul li {padding-left:17px;padding-bottom:5px;float:left;width:33.3333%;}
#homepage ul:nth-of-type(3) li, #homepage ul:nth-of-type(4) li, #homepage ul:nth-of-type(5) li {width:100%;}
#homepage ul:nth-of-type(6) li, #homepage ul:nth-of-type(7) li {width:50%;}
#homepage ul li:last-child {padding-bottom:15px;}
#homepage ul li:before {content:"";position:absolute;left:0;top:10px;border-radius:50%;width:7px;height:7px;background: linear-gradient(90deg,#1462ef,#27d2f2);}

#homepage ol li {padding-left:37px;padding-bottom:15px;}
#homepage ol li:last-child {padding-bottom:0;}
#homepage ol li:before {content:"1";position:absolute;left:0;top:0;width:27px;height:27px;border-radius:50%;text-align:center;font-weight:700;color:#fff;background:#343464;}
#homepage ol li:nth-child(2):before {content:"2";}
#homepage ol li:nth-child(3):before {content:"3";}
#homepage ol li:nth-child(4):before {content:"4";}
#homepage ol li:nth-child(5):before {content:"5";}
#homepage ol li:nth-child(6):before {content:"6";}
#homepage ol li:nth-child(7):before {content:"7";}
.box {margin-bottom:30px;padding:15px;background:rgba(0,0,0,0.1);}
.gamesbox {background:#151529;text-align:center;margin-bottom:30px;position:relative;
border-radius:5px;overflow:hidden;
}
.gamesbox .gameshover {width:100%;position:absolute;left:0;top:20%;display:none;}
.gamesbox img {display:block;width:100%;}
.gamesbox:hover img {opacity:0.3;}
.gamesbox:hover .gameshover {display:block;}
.gameshover a.btn1 {margin:10px auto;display:block;max-width:170px;padding:5px;}
.gameshover span {color:#fff;font-size:14px;}
a.btntext {text-decoration:underline;color:#fff;font-weight:700;}
#slots {padding-top:50px;}
.home .site-main {padding:30px 0;}
.home .site-main img {display:block;margin-bottom:15px;}
#news article {border-radius:5px;overflow:hidden;background:#272d39;margin-bottom:30px;}
#news article img {width:100%;display:block;}
.titlelink {padding:15px;}
.titlelink a {font-size:14px;display:block;line-height:1.3;font-weight:700;}

.foot-img {}
.foot-img img {filter: grayscale(100%) invert(100%);vertical-align:middle;margin:10px 15px;max-height: 36px;
max-width: 110px;}
.breadcrumbs {font-size:14px;}
.entry-header h1 {font-size:23px;}
.entry-image {width:45%;float:left;margin-bottom:15px;margin-right:20px;}
.entry-image img {width:100%;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ul, .entry-content ol, .entry-content blockquote, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}
.right-btn a {margin:0 0 15px;display:block;}
.entry-title a {font-size:18px;font-weight:700;display:block;line-height:1.3;margin-bottom:10px;}
article .content-wrap {padding-bottom:15px;}
.taxonomy-description {padding-top:30px;}
.devlist ul {margin:0;list-style:none;}
.devlist ul li {margin-right:10px;display:inline-block;margin-bottom:20px;}
.devlist ul li a {padding:7px 20px;font-weight:700;border:1px solid #ffcf86;}
.entry-content iframe {width:100%;height:450px;border:none;padding:0;}
.slotlink {text-align:center;padding:30px 0;}
.hcenter {text-align:center;padding:10px 0 20px;} 
.wp-pagenavi {
	clear: both;
}

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

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background:#3077f7;
	color:#fff;
}


.gutters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.p1 {border:1px dashed #41ca3e;color:#fff;font-weight:700;padding:15px;text-align:center;margin:0 0 15px;}
.p2 {text-align:center;}
.p2 b {display:block;margin:0 0 15px;}
.p2 p {border:1px dashed #eeeb00;color:#fff;font-weight:700;padding:15px;}
.p3, .p4 {background:#2a6ead;color:#fff;font-weight:700;padding:15px;text-align:center;}
.p4 {position:fixed;z-index:99;width:100%;left:0;top:0;}
span.promobonus { 
position:relative;
margin-right:25px;
cursor:pointer;
color: #ff4200;
font-weight:700;
}

span.promobonus:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/jws/images/copy.svg);
    mask: url(/wp-content/themes/jws/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ff4200;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (min-width: 992px) {
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
.entry-content iframe {height:400px;}
.main-navigation li {margin: 0 7px;}
.main-navigation a {font-size:14px;}
.gamesbox .gameshover {top:13%;}
#news .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

}
@media only screen and (max-width: 991px) {
#homepage ul li {width:100%;}
#homepage ul:nth-of-type(6) li, #homepage ul:nth-of-type(7) li {width:100%;}
#slots .col-3, .slotcat .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.site-branding img {
   
	margin:0 auto;
}
.gamesbox .gameshover {top:24%;}
.head-btn {width:100%;text-align:center;padding-top:9px;padding-bottom:20px;}
.main-navigation {width:100%;}
.site-branding {width: 100%;text-align:center;}

	.main-navigation {
		float: none;
	}

	.main-navigation ul {
		display: none;
	}

	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}
.main-navigation.toggled ul {margin:0 0 15px;background:#272d39;}
.main-navigation li {
	display: block;
	margin:0;
	padding:10px 15px;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.main-navigation li:last-child {border:none;}
	.menu-toggle {
		background: none!important;
		border: 0!important;
		font-size: 16px;
		color:#fff;
		margin: 0 auto;
		text-shadow: none;
	}

	.menu-toggle:before {
		content: "\f0c9";
		font-family: fontawesome;
		display: inline-block;
		margin-right: 8px;
		
		position: relative;
	
	}



	.toggled .menu-toggle:before {
		content: "\e80d";
	}

#secondary {margin:30px 0 0;height:auto;}
}
@media (max-width:767px) {
.entry-content iframe {height:300px;}
.entry-image {width: 100%;margin-right: 0;}
.foot-img img {margin:10px 10px;max-width:120px;}
article .content-wrap {padding-bottom: 30px;}
.gamesbox .gameshover {top:16%;}
}


@media (max-width:500px) {

.gamesbox .gameshover {top:23%;}
#slots .col-3, .slotcat .col-3, #news .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.titlelink {min-height: auto;}
.entry-content iframe {height:250px;}
}
@media (max-width:370px) {
.entry-content iframe {height:200px;}
.head-btn a.btn1, .foot-btn a.btn1 {margin-right: 0;margin-bottom:15px;display:block;}
.head-btn a.btn2, .foot-btn a.btn2 {display:block;}
.gamesbox .gameshover {top:18%;}
}