/*
Theme Name: win
Text Domain: win
*/

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
body {
	margin: 0; 
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	overflow-x: hidden;	
	background: #191919;
	font-size:16px;
	line-height:1.5;
	color: rgba(255,255,255,0.75);

}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

p{
	margin:0 0 15px;
}

pre {
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
}

a:active,
a:hover {
	outline-width: 0;
}
a:focus, input:focus, textarea:focus, button:focus, .header-box a:focus,
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus{
	outline: 0!important;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6, .h2 {padding:0;font-weight:700;line-height:1.3;margin:0 0 15px;color: #fff;}
h1 {font-size:27px;}
h2, .h2 {font-size:24px;}
h3 {font-size:21px;}
h4 {font-size:19px;}
h5 {font-size:17px;}
h6 {font-size:15px;}

button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 0;
}

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

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

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

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

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}
/*-------------- Alignments ---------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------- Clearings -------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------- Forms ---------*/

#comments label {
	
	display: block;
	
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

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: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}



select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}


input[type="button"],
input[type="submit"] {
border:none;padding:11px 20px;background:#1070e3;color: #fff;
border-radius:10px;
-webkit-transition: background 0.2s;
	transition: background 0.2s;
	
	font-weight:700;
	font-size:14px;
	text-transform:none;
}


input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {

}

.search-box button, .search-outer button {border:none;color:#fff;}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #3f3f3f;
}
:-moz-placeholder {
	color: #3f3f3f;
}
::-moz-placeholder {
	color: #3f3f3f;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #3f3f3f;
}

/*------ Formatting ---------*/

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

/*-------- Lists ----------*/

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*---------- Tables ---------*/

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

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

@media screen and (max-width: 767px) {
    .tablet {
        width: 100%;
        overflow: auto!important;
        border: 1px solid rgba(255,255,255,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
	
    .tablet table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
/*---------- Links -----------*/
a {
	color: #e26700;
	text-decoration: none ;
}

a:hover,
a:active {
	outline: 0;
	color:#79a6f8;
	text-decoration: none;
}



/*-------------- Header ----------------*/
.menu-section{
	text-align: center;
	padding-top:3px;
}

.article-text a {text-decoration:underline;font-weight:700;}
.headerlinks {text-align:center;padding-top:2px;}
#header {padding:15px 0;}

/* --------- MENUS CSS --------- */
#sidelong-menu {
	background: #000;
	display: inline;
}

.nav-menu ul{
  margin:0;
  padding:0;
}
.nav-menu li {
  display:inline-block;
  margin-right:20px;
  position:relative;
}
.nav-menu li:last-child {margin:0;}
.nav-menu ul li a {
  color: #d8d8d8;
font-weight:700;
  display:block;
 

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

/*--------------- SUPERFISH MENU ---------------------------*/
.sf-arrows .sf-with-ul:after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    position: absolute;
    right: 14px;
    top: 11px;
    font-size: 14px;
}
.sf-arrows .sf-with-ul{
	padding: 10px 25px 10px 10px;
}
.sf-arrows ul .sf-with-ul {
	padding: 10px;
}
.sf-arrows ul .sf-with-ul:hover:after{
    transform: rotate(270deg);
}
.sf-arrows ul .sf-with-ul:after{
	top: 12px;
	right: 15px;
}
.toggle-menu, a.closebtn{
  display: none;
}



/*----- search box ------*/
.search-box {
	text-align: right;
	padding-top:5px;
}
.search-box i{
	color: #fff;
	font-size: 16px;
	
	
}
.search-box button{
	background: transparent;
	padding: 0;
}
.search-outer {
	background: rgb(0 0 0 / 0.7);
	position: fixed;
	top: -110%;
	left: 0;
	width: 100%;
	visibility: hidden;
	text-align: center;
	height: 100%;
	transition: 1s ease-in-out;
	z-index: 999999;
}
.search-outer.show{
	top: 0;
	visibility: visible;
	transition: 1s ease-in-out;
}
.search-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25%;
    right: 25%;
}
.search-form {
	
    border: none;
    padding: 0;
    border-radius: 0;
    background: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.search-outer .search-form {
	
    border: 1px solid #bababf;
    padding: 14px 20px 10px;
    border-radius: 0;
    background: #ffffff;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
}
.search-form label{
	width: 100%;
	margin: 0;
	position:relative;
}
.search-form input {
	border: 1px solid #bababf;
	float: left;
	width: 100%;
	padding: 10px;
	border-radius: 0;
}
.search-form button {
border:0;padding:12px 20px 13px;background:#000;color: #fff;

-webkit-transition: background 0.2s;
	transition: background 0.2s;
	color:#fff;
	font-weight:400;
	font-size:15px;
	text-transform:uppercase;
	position:absolute;
	right:0;
}
.search-outer .search-form button {right:20px;}



.search-outer button.search-close {
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    background: transparent;
    font-size: 30px;
    right: 5%;
    padding: 0;
}
.sthumb {width:45%;float:left;margin-right:20px;margin-bottom:15px;}

/* --------- SLIDER --------- */
#slider { 
padding:40px 0 0;background:#151515 url(/wp-content/uploads/2024/04/br.png) no-repeat 70% center;height:320px;position:relative;margin:0 0 30px;
width:100%;
}


.sl-decs {text-transform:uppercase;color:#fff;}
.sl-title span, .sl-decs span {color: #2dc53a;}
.sl-title {
    font-size: 27px;
    color:#fff;font-weight:700;
}
#slider a.go-btn-2 {display:block;max-width:200px;padding:10px; margin:30px 0;}
#slider a.go-btn-1 {display:none;max-width:200px;padding:10px; margin:15px auto;}
.sl-promo {display:inline-block;font-weight:700;color:#fff;position:relative;z-index:9;}
.sl-promo span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #2dc53a;
}
.overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.sl-promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/win/images/copy.svg);
    mask: url(/wp-content/themes/win/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #2dc53a;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
#slider .mainbox {position:relative;}
.tg {position:absolute;right:30px;bottom:0;z-index:10;}
.tg a {font-size:14px;padding:14px 50px 14px 20px;border-radius:30px;background:#fff url(/wp-content/uploads/2025/07/telegram.png) no-repeat 94% center;background-size:30px;color:#000;font-weight:700;}
@media (max-width:991px) {
#slider {background-position:90% center;}
}

@media (max-width:767px) {
#slider {padding:30px 0 40px;height:auto;text-align:center;background-image:none;}
.overlay, .home .headerlinks, .home .menu-section {display:none;}
.sl-title {font-size:20px;}
#slider a.go-btn-2 { margin:15px auto;}
#slider a.go-btn-1 {display:block;}
.tg {position:static;margin-top:30px;}
}
/*-------- subjects Section --------*/

#casino-section {padding:0 0 30px;}
#casino-section a {text-align: center;
  color: #fff;
  padding: 10px;display:block;max-width:240px;margin:15px auto;
  border-radius: 10px;
  font-weight: 700;
  background: #1070e3;}
#casino-section .lnkruvi {
	padding: 0;
    background: none;
    color: #0053dd;
    margin: 0;
    font-weight: 400;
    border-radius: 0;
    max-width: none;
    display: contents;
}
#subjects-section .subjects-box {
    margin-bottom: 30px;
   background:#242424; 
  

}
.stitle {padding:15px;min-height:75px;}
.stitle a {
	font-weight:700;
	display:block;
	line-height:1.3;

}


.subjects-img img {width:100%;}
.custom-logo-link {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 30px;
	width: auto;
}



/*-------- Regular Content -----------*/
.site-content-contain {
	position: relative;
}

.pagination {
	padding: 0 0 30px;
}


.page-numbers {
	display: none;
margin-right:4px;
}
.page-numbers.current{
	display: inline-block;
	background-color: rgba(204, 177, 161, 0.9);
border: 1px solid rgba(158, 103, 42, 0.5);
box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.29);
color: #000;
padding: 7px 15px;
font-weight: 700;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: rgba(204, 177, 161, 0.4);
border: 1px solid rgba(158, 103, 42, 0.5);
box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.29);
	display: inline-block;
	color: #000;
    font-weight: 700;
	padding: 7px 15px;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
 background-color: rgba(204, 177, 161, 0.9);
}
.prev.page-numbers {
	float: left;
}
.next.page-numbers {
	float: right;
}

.wp-pagenavi {
	clear: both;
	padding: 0 0 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
background: #fff;
font-weight:700;
	display: inline-block;
	color: #000;
    font-weight: 700;
	padding: 7px 15px;
	margin-right:5px;
}

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



blockquote {color:#fff;padding-left:14px;margin:0 0 15px;font-style:italic;border-left:4px solid #e26700;font-size:17px;}
.page-header {padding:10px 0 15px;margin-bottom:40px;
background: #151515;}
.page-header h1 {font-size:25px;margin:0;}
.breadcrumbs a {font-size:14px;}

/*----------- Footer --------------*/
#colophon {text-align:center;
background: #151515;
}
.site-footer .widget-area {
padding:40px 0 0;
}

.site-footer .widget-area .widget {margin-bottom:20px;}
.site-footer .widget-area ul {
list-style:none;margin:0;
}
.site-footer .widget-area ul li {display:inline-block;margin:5px 15px;}
.site-footer .widget-area ul li a {font-weight:700;color: #d8d8d8;}
.site-footer .widget-area ul li a:hover {color: #fff;}
.site-info {
    padding: 15px 0;
}
.site-info ul {list-style:none;margin:0;}
.site-info ul li {display:inline-block;margin:0 10px 10px;}
.site-info ul li a {color: #d8d8d8;}
.site-info ul li a:hover {color:#fff;}
.copyright {
 color:rgba(255,255,255,0.6);
 font-size:13px;
 text-shadow:none;
background:#191919;
padding-top:10px;
}

/*------- Comments ------------*/
#comments {
	clear: both;
	padding: 30px 0;
}
.comments-title, .comment-reply-title {
	font-size: 23px;
	color:#fff;
	margin-bottom: 15px;
}
.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list .children {padding-left:30px;}
.comment-date {font-size:13px;color:#7f7369;}
.comment-author img {float:left;margin-right:15px;border:1px solid #7f7f7f;}
.comment-author .says {
	display: none;
}
.comment-content {clear:both;padding-bottom:30px;}
a.comment-reply-link {font-weight:700;}
.commentmetadata {float:right;font-size:14px;}



#sidebar .widget {
    padding: 15px;
    margin-bottom: 30px;
    background:#151515;
}

#sidebar .widget ul {margin:0;list-style:none;}
#sidebar .widget ul li {margin-bottom:10px;padding-bottom:10px;border-bottom: 1px solid rgba(255,255,255,0.07);}

#sidebar .widget ul li a {font-weight:700;display:block;line-height:1.3;}
#sidebar .widget-title {font-size:18px;font-weight:700;color:#fff;margin-bottom:15px;}





/* Search */
.search-form {
	position: relative;
}


/*----------- Media ----------*/
img,
video {
	height: auto; 
	max-width: 100%;
}
img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-style: italic;
	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;
}



/* 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;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

a.go-btn-1 {
text-align:center;
color: #fff;
padding:10px 30px;border-radius:10px;
font-weight:700;
background:#219a19;
}




a.go-btn-2 {


text-align:center;
color: #fff;
padding:10px 30px;border-radius:10px;
font-weight:700;
background:#e26700;
}

.footerlinks {padding-bottom:30px;}

.sblinks a {display:block;max-width:280px;margin:0 auto 15px;}
.slot-box {margin-bottom:30px;background:#000;position:relative;text-align:center;}
.slot-box:hover img {opacity:0.2;}
.slot-box img {width:100%;}

.slot-box span {color:#fff;font-size:14px;}
.slot-button {left:0;position:absolute;width:100%;display:none;top:17%;}
a.demo {color: #fff;
font-weight:700;}
.slot-button a.go-btn-2 {padding:10px;display:block;max-width:200px;margin:15px auto;}
.slot-box:hover .slot-button {display:block;}

.slotdev {padding:30px 0;}
.slotdev img, .paylogos img {margin:5px 15px;}
.paylogos {padding:30px 0;border-top:1px solid rgba(255,255,255,0.1);border-bottom:1px solid rgba(255,255,255,0.1);}
.gamescat ul {list-style:none;margin:0;}
.gamescat ul li {display:inline-block;margin-right:10px;margin-bottom:20px;}
.gamescat ul li a {border-radius:10px;padding:10px 20px;font-weight:700;background:#1070e3;color: #fff;}

.latest-img {float:left;margin-right:15px;width:45%;}
.latest_content {margin-bottom:30px;}
.latest-title a {display:block;font-weight:700;font-size:20px;margin-bottom:10px;line-height:1.2;}
.play-slot {text-align:center;padding:20px 0;}
.play-slot a {text-decoration:none;}

.article-text iframe {width:100%;height:415px;padding:0;margin:0;}

.error-404-title {color:#fff;margin:0 0 15px;font-size:35px;}
.error-404 {max-width:600px;margin:0 auto;padding:70px 0 100px;}





/*--------- Media --------------*/
@media screen and (max-width: 1199px){


.slot-button {top:10%;}
}
@media screen and (max-width: 991px){
.slp .col-l-3, #slots-section .col-l-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
.slot-button {top:23%;}

    .nav-menu .nav ul li a:focus,
	a.closebtn.responsive-menu:focus{
		outline: 0;
	}
	.toggle-menu {
		
		cursor: pointer;
		z-index: 999999;
		text-align: right;
	}

.search-box {display:none;}
	.toggle-menu i {		
        font-size: 20px;
	    color: #fff;
	    padding: 0;
	    
	}

	.toggle-menu button {
		background: transparent;
		border: none;
		padding: 0;
	}
	.sidenav {
		height: 100%;
		visibility: hidden;
		width: 0%;
		position: fixed;
		z-index: 9999999;
		top: 0;
		left: 0;
		background: #252525;
		overflow-x: hidden;
		transition: 0.8s width ease-in-out;
		padding-top: 30px;
	}
	.sidenav.show{
		visibility: visible;
		width: 100%;
		transition: 0.8s width ease-in-out;
	}
	.sidenav .closebtn {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 30px;
		margin-left: 50px;
		display: block;
		padding: 10px;
		color: #ffffff;
		border: none;
		background: transparent;
	}
	.sidenav #primary-site-navigation {
		width: 100%;
	}
	.toggle-menu span{
		font-size:30px;
		cursor:pointer; 
		text-align: right;
	}
	.toggle-menu {
		display: block;
		margin: 5px 0;
		position:absolute;
		top:-15px;
		right:0;
	}
	.nav-menu ul ul li{
		display: block;
	}
	.nav-menu .nav ul li{
		border-top:1px rgba(255,255,255,0.1) solid; 
		display:block;
	}
	.nav ul li a{
		padding: 10px;
		display:block;
		
		border: none;
		background: none !important;
	}

	.sf-arrows .sf-with-ul:after{
		right: 20px;
	}
	.nav ul li ul li a:before{
		content:"\00BB \00a0";
	}
	.nav ul li ul li a{
		padding-left:20px !important;
	}
	.nav ul li ul li ul li a{
		padding-left:30px !important;
	} 
	.nav-menu ul ul{
		position: static;
		width: 100%;
		border: 0;
	}
	.nav-menu li{
		padding: 0;
		display: block;border-top:1px rgba(255,255,255,0.1) solid;
	}
	.headerlinks {
 
  padding: 20px 0;
}
	.main-header-box{
		padding-bottom: 15px;
	}
	#sidelong-menu {
		text-align: left;
		display: inline;
	}

	.main-menu-navigation {
		padding: 0px 10px;
	}
#header {height:auto;padding:15px 0;}
.custom-logo-link img {margin:0 auto;}
.logo {text-align:center;}
}
@media screen and (max-width: 767px){
.slot-button {top:17%;}

.sthumb {width:100%;margin-right:0;}

.latest-img {margin-right:0;width:100%;margin-bottom:15px;}
}

@media screen and (max-width: 575px){
.slp .col-l-3, #slots-section .col-l-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
.slot-button {top:22%;}
.toggle-menu {right:15px;}

}
@media screen and (max-width: 320px){
	.headerlinks a {
display:block;margin:0 0 15px;
}
.footerlinks a {display:block;margin:0 0 15px;}
	.headerlinks {
 
  padding: 20px 0 0;
}
.slot-button {top:17%;}
}