/*!
Theme Name: start
Text Domain: start
*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	height:100%
}

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



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

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


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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body {
	color: rgba(255,255,255,0.8);
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin:0;
	padding:0;
	background: #13212d;
 
}
#page {width:100%;margin:0 auto;background: #1b2b38;}
@media (min-width:576px) {
#page {max-width:540px;}
}
@media (min-width:768px) {
#page {max-width:730px;}
}
@media (min-width:992px) {
#page {max-width:960px;}
}
@media (min-width:1200px) {
#page {max-width:1160px;}
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 15px;
	color:#fff;
	font-weight:700;
}

p {
	margin: 0 0 15px;
}

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



address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */


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

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

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

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

figure {
	margin: 1em 0;
}

#page table {
	max-width:100%;
	margin: 0 0 15px;
	width: 100%;
	
	border-collapse: collapse;
	border:1px solid rgba(255,255,255,0.1);
}
#page table td, #page table th {padding:10px 15px;border:1px solid rgba(255,255,255,0.1);}

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


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

a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #d5b577;
	 border-radius:5px;
	background:none;
	text-transform:uppercase;
	font-weight:700;
	cursor:pointer;
 
    color: #fff;
	padding: 8px 20px;
}
.search-form input[type="submit"] {display:none;}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: 1px solid #d5b577;
	 color: #d5b577;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border: 1px solid #d5b577;
 color: #d5b577;
}
#comments input[type="submit"] {color:#fff;font-size:15px;padding:10px 20px;text-transform:none;border:none;background:#2e4455;border-radius:5px;}
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;
	border: none;
	width: 75%; 
	padding: 10px;
}

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

input[type="text"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="number"]:active,
input[type="tel"]:active,
input[type="range"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="week"]:active,
input[type="time"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="color"]:active,
textarea:active {
	color: #111;
	border:none;
	outline:0;
	box-shadow:none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.search-form input, .search-form label, .search-form {max-width:100%;width:100%!important;display:block;}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/



/* Navigation
--------------------------------------------- */

/* Small menu */
.menu-toggle {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 80px;
	padding:0;
	border:none;
	color:#fff;
	font-size:23px;
}

/* Move the button down if the admin bar is visible.*/
.admin-bar .menu-toggle {
	top: 80px;
}

.menu-toggle:hover, .menu-toggle:active,.menu-toggle:focus {
	border: none;outline:0;box-shadow:none;color:#fff;
}

.main-navigation.toggled {
	float: none;
}

.main-navigation .menu {
	display: none;
	list-style: none;
	padding: 0;
	margin: 10px 0;
	background: transparent;
	transition: 0.5s ease-in;
	line-height: initial;
}

.main-navigation.toggled .menu {
	display: block;
}

.main-navigation.toggled ul ul {
	position: absolute;
	left: 0;
	list-style: none;
	background: #fff;
	float: left;
	z-index: 99999;
	padding: 0;
	width: calc( 100% - 34px );
	margin-left: 1px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
}

.main-navigation.toggled ul ul ul {
	max-width: 50%;
}

.main-navigation.toggled ul li:hover > ul,
.main-navigation.toggled ul li.focus > ul {
	left: auto;
	opacity: 1;
	visibility: visible;
}

.main-navigation {text-align:right;} 
.main-navigation a {
	display: block;
	
	color: #fff;

	text-decoration: none;
	font-weight:700;
	
}



.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a {
	color: #ff7a00;
}


/* Wide menu */
@media screen and (min-width: 992px) {

	.main-navigation .menu {
		display: block;
	}



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




}

@media screen and (min-width: 992px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

/* Post Navigation */

.site-main .comment-navigation,
.site-main .posts-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.post-navigation {
	padding: 2em 0 3em 0;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}

.post-navigation a {
	color: #2f2f2f;
	text-decoration: none;
	font-weight: 700;
	padding: 5px;
    border: 1px solid #000;
}

.post-navigation a:hover,
.post-navigation a:focus {
	color:#000;
}

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

.post,
.type-page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.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;}
.page-links {
	clear: both;
	
}
blockquote {margin:0 0 15px;color:#fff;font-size:17px;font-style:italic;border-left:4px solid #7b5cfe;padding:0 0 0 15px;}
/* Comments
--------------------------------------------- */
#comments label {font-size:14px;opacity:0.7;padding-bottom:5px;display:block;}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


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

 

.aribg {
        border: 1px solid #e0e0e0; 
    padding: 20px;
}
.row:after {
    clear: both;
}
.row:after, .row:before {
    display: table;
    content: " ";
}



.mainNavbar {padding:15px 20px 15px;position:relative;display: flex;
 justify-content: space-between;
 align-items: center;}
.mainNavbar img {display:block;width:140px;}
.mainNavbar:after {
    clear: both;
	display: table;
    content: " ";
}
.bannerBox {padding:30px 30px 0;margin:0 0 30px;background: url(/wp-content/uploads/2024/05/gama.jpg) no-repeat center center;height:300px;
background-size:cover;position:relative;color:#fff;font-weight:700;}
.overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.bannerBox a.secondary-link {display:block;max-width:200px;padding:10px;margin:30px 0;} 
.bannerBox a.primary-link {display:none;max-width:200px;padding:10px;margin:15px auto;} 
.bannerBox .h3 {margin:0;font-size:27px;}
.promo {position:relative;z-index:9; display:inline-block;}
.promo span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #dafe31;
}

.promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/start/images/copy.svg);
    mask: url(/wp-content/themes/start/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #dafe31;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:767px) {
.bannerBox {height:auto;padding:30px 15px;text-align:center;background-position:left center;}
.bannerBox a.secondary-link {margin:15px auto;} 
.bannerBox a.primary-link {display:block;} 
.bannerBox .h3 {font-size:24px;}
.home .top-link, .home .main-navigation {display:none;}
}
.breadcrumb {
background:#13212d;
padding:15px;
font-size:14px;
}


.breadcrumb ol {
	list-style: none;
	padding: 0;
	list-style-type: none;
	margin: 0;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb .breadcrumb-item a {
	padding: 0 6px;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.2rem;
	content: "/";
}


.contentBox {
	width: 67%;
	padding-left:20px;
	
	padding-top:20px;
	padding-right:20px;
	float:left;
	padding-bottom:15px;
}

.slots_page .contentBox {
	width: 100%;
}


.error-404 {
	margin: 0 auto;
	text-align: center;
	padding:100px 0;
}

.comments-area {
	margin-top: 30px;
}

ol.comment-list {
	margin: 0;
	padding: 0;
	list-style:none;
}
ol.children {list-style:none;padding-left:30px;}
.comment {
	margin-bottom: 20px;
	width: 100%; 
}

.comments-title, .comment-reply-title {font-size:20px;font-weight:700;color:#fff;margin:0 0 15px;}
.comment-reply-title {margin:0 0 5px;}
.comment-author img {float:left;margin-right:15px;}
.comment-date {opacity:0.7;font-size:13px;}
.comment-content {padding-bottom:20px;}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
#secondary {
	width: 33%;
	padding: 20px;
	display:block;
	position:relative;
	float: left;
	overflow:hidden;
	
	
}
.sidebar {background:#13212d;padding:15px}

.sidebar .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar .widget ul li {border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:10px;margin-bottom:10px;}
.sidebar .widget ul li a {font-size:15px;font-weight:700;display:block;line-height:1.3;}

.widget-title {
	
	font-weight:700;
margin-bottom:10px;
    color:#fff;
	font-size:20px;
    position: relative;

	
}

.entry-header h1 {font-size:22px;line-height:1.2;}
.imgArea {width:45%;float:left;margin-right:20px;margin-bottom:15px;}
.imgArea img {width:100%;}
.article-posts {padding-bottom:15px;}
.article-posts .entry-title a {font-weight:700;display:block;line-height:1.3;font-size:17px;margin-bottom:10px;}
ul.pagination {
	text-align: center;
	list-style: none;
}

.pagination-wrap {
	margin: 0 0 15px;
}



.pagination a,
.pagination .current {
	display: inline-block;
font-weight:700;

color:#ff7a00;
margin-right:10px;
	text-decoration: none;
}

ul.pagination li {
	display: inline-block;
	
}

ul.pagination li.active a,
.pagination .current {
	color: #fff;
	
}

.pagination a:hover {
	color: #fff;
}

/* footer */
.site-footer {
	padding: 20px;
	background:#151a22;
	
}



.mainFooter {
	text-align:center;
	width: 100%;

}


.site-footer .widget ul {
	list-style: none;
	width: 100%;
	
	margin: 0;
	padding: 0;
}
.site-footer .widget ul li {display:inline-block;margin:5px 12px;}
.site-footer .widget ul li a {color: #fff;font-weight:700;}
.site-footer .widget ul li a:hover {color:#ff7a00;}
.site-info {font-size:13px;text-align:center;}
.site-info ul {margin:10px 0 0;list-style:none;}
.site-info ul li {display:inline-block;margin:0 10px;}


.site-info p {margin:5px 0 10px;}
a.primary-link {font-weight: 700;color:#fff;background: #7b5cfe;
padding: 10px 30px;border-radius:5px;}

a.secondary-link {text-align: center;
font-weight: 700;
padding: 10px 30px;
border-radius:5px;
background: #dafe31;

color: #111;}


.top-link a.primary-link, .bottom-link a.primary-link {margin-right:10px;}
.bottom-link {padding:10px 0 30px;}
.brand-images img {max-height:35px;margin:10px 15px;filter: grayscale(100%) opacity(50%);}
.brand-images {padding:15px 0;}
.sidebar-link {text-align:center;padding:0;}
.sidebar-link a {display:block;}
.sidebar-link a.primary-link {margin-bottom:15px;}
.section {padding-left:20px;padding-right:20px;}
.box_game {background:#000;margin-bottom:30px;position:relative;text-align:center;}
.box_game img {display:block;width:100%;}
.box_btns {display:none;position:absolute;width:100%;left:0;top:20%;}
.game_btn a.secondary-link {padding:8px;display:block;margin:10px auto;max-width:170px;}
a.g1 {font-weight:700;font-size:14px;text-transform:uppercase;color:#fff;}
.about {padding-bottom:40px;}
.about a {font-weight: 700;
color: #fff;
background: #3c5263;
padding: 10px;
text-align:center;
display:block;max-width:240px;margin:15px auto;
border-radius: 5px;}
.box_game:hover .box_btns {display:block;}

.box_game:hover img {opacity:0.2;}
.games .col-4 p {margin:0 0 20px;min-height:160px;background-color: #212425;
background-image: linear-gradient(45deg,#1c1f20 25%,transparent 25%,transparent 75%,#1c1f20 75%,#1c1f20),linear-gradient(-45deg,#1c1f20 25%,transparent 25%,transparent 75%,#1c1f20 75%,#1c1f20);
background-size: 60px 60px;overflow: hidden;
padding: 15px;
border: 1px solid #000;
}

.games .col-4 p strong {display:block;}
.service_box img {width:100%;opacity:0.7;display:block;}
.service_box {position:relative;margin-bottom:17px;}
.news_title {padding:15px;position:absolute;bottom:0px;}
.news_title a {display:block;font-weight:700;line-height:1.3;text-shadow: 2px 2px 2px #000;color:#fff;}
.big .news_title a {font-size:20px;}
.home h2, .home h1, .home .h2 {font-size:20px;font-weight:700;color:#fff;margin:0 0 15px;}
.home h3 {font-size:16px;}

.games {padding-top:30px;}
.page-title {font-weight:700;font-size:20px;color:#fff;margin:0 0 15px;}
.category-dev ul {list-style:none;margin:0;}
.category-dev ul li {display:inline-block;margin-right:15px;margin-bottom:20px;}
.category-dev ul li a {padding:9px 20px;font-size:15px;font-weight:700;border-radius:5px;color:#fff;background:#2e4455;}

.slot-single-btn {text-align:center;padding:20px 0;}
.entry-content iframe {width:100%;height:450px;border:none;padding:0;}

.row {
  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%;
  padding-right: 15px;
  padding-left: 15px;
}

/*responsive code*/
@media (min-width: 992px) {

  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width:1199px) {
.top-link {left: 27%;}
.entry-content iframe {height:350px;}
.box_btns {top:10%;}
}
@media (max-width:991px) {

.box_btns {top:25%;}

.mainNavbar {display:block;text-align:center;}
.slots_page .contentBox .col-3, .games .col-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
.contentBox {width: 100%;}
#secondary {width: 100%;}
.mainNavbar img {margin:0 auto;}
.top-link {position: static;text-align:center;padding:25px 0 15px;}
.main-navigation {text-align: left;}
.main-navigation .menu {background:#13212d;padding:15px;}
.main-navigation li {display: block;border-bottom:1px solid rgba(255,255,255,0.07);padding-bottom:10px;margin-bottom:10px;}
.main-navigation li:last-child {padding-bottom:0;margin-bottom:0;border:none;}
@media (max-width:767px) {
.brand-images img {
  max-height: 30px;
  margin: 8px;
 
}
.box_btns {top:15%;}
.entry-content iframe {height:300px;}
.imgArea {width: 100%;margin-right: 0;}
.entry-header h1 {font-size: 22px;line-height: 1.3;}
.mainNavbar {padding: 15px 15px;}
.menu-toggle {right: 15px;}
.contentBox {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
#secondary {padding: 15px;}
.site-footer {padding: 20px 15px;}
.article-posts {
    padding-bottom: 30px;
}
}


@media (max-width:500px) {
.entry-content iframe {height:250px;}
}
@media (max-width:500px) {
.slots_page .contentBox .col-3, .games .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
.box_btns {top:25%;}
}

@media (max-width:400px) {
.top-link a, .bottom-link a {display:block;margin:0 auto;max-width:180px;}
.top-link a.primary-link, .bottom-link a.primary-link {margin:0 auto 15px;}
}
@media (max-width:360px) {
.entry-content iframe {height:200px;}
.box_btns {top:20%;}
}