﻿﻿/*---------------------------------------------------------------

# Package - Joomla Template based on Helix Framework   

# ---------------------------------------------------------------

# Author - JoomShaper joomshaper

# Copyright (C) 2025 - 2025 JoomShaper. All Rights Reserved.

# license - PHP files are licensed under  GNU/GPL V2

# license - CSS  - JS - IMAGE files  are Copyrighted material 

# Websites: joomshaper

-----------------------------------------------------------------*/
/* Master Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Core */
body.bg {
	background: #444;
}
body {
	color: #777;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 150%;
}
.sp-wrap {
	margin-left: auto;
	margin-right: auto;
}
.sp-block {
	float: left;
	display: inline;
}
.mod-block {
	padding: 10px;
}
.sp-inner {
	padding-left: 10px;
	padding-right: 10px;
}
.sp-block .first {
	margin-left: -10px;
}
.sp-block .last {
	margin-right: -10px;
}
.sp-block .single {
	margin-left: -10px;
	margin-right: -10px;
}
.gap {
	clear: both;
	margin-bottom: 10px;
}
.relative {
	position: relative;
}
.mainbg {
	background: #FFFFFF;
	color: black;
}
/*Header Area*/
#header {
	background: #161616 url("../images/header-bg.png") repeat-x 0 0;
	border-bottom: 1px solid #333;
}
a#logo, #logo-text {
	position: absolute;
	margin: 0 10px;
	z-index: 999;
}
a#logo {
	background: url("../images/logo.png") no-repeat 0 0;
}
#logo-text h1 {
	font-size: 200%;
	font-weight: bold;
	text-transform: uppercase;
	border: 0!important;
	margin: 10px 0 0!important;
	padding: 0!important;
}
#logo-text h1 a {
}
#logo-text p.site-slogan {
	margin: 0;
	padding: 0;
	color: #999;
}
/*Search*/
#search {
	float: right;
	margin: 30px 10px 0;
}
input#mod-search-searchword {
	padding: 4px 10px;
	margin: 0;
	background: #474747 url("../images/search-glass.png") no-repeat 98% 50%;
	border: 1px solid #363636;
	color: #999;
}
.mod-search {
	float: right;
	margin: 7px 0 0 0;
	border: 1px solid #4b4b4b;
}
/*Module positions user1-user4*/
#sp-userpos {
	background: #fff;
	padding: 0px;
	border-bottom: 1px solid #e5e5e5;
}
#sp-userpos h3, #sp-userpos h4 {
	color: #555;
	font-size: 12px;
	text-transform: uppercase;
}
#sp-bottom {
	background: #111;
	color: #999;
}
/* Layout */
#sp-leftcol, #sp-rightcol, #sp-maincol, #inset1, #inset2, #inner_content {
	float: left;
}
#sp-maincol {
	padding: 0px 0;
}
#sp-leftcol, #sp-rightcol {
	background: #ebebeb;
}
.blog-featured .first, .blog-featured .last {
	margin: 0!important;
}
/*Font Resizer*/
div.font-sizer {
	width: 45px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	z-index: 1;
	top: 5px;
	right: 10px;
}
div.font-sizer a.btn_fs_big, div.font-sizer a.btn_fs_reset, div.font-sizer a.btn_fs_small {
	background-image: url("../images/font-resizer.png");
	background-repeat: no-repeat;
	height: 16px;
	width: 15px;
	border: medium none;
	cursor: pointer;
	display: block;
	float: left;
	text-indent: -999em;
	padding: 0;
}
div.font-sizer a.btn_fs_big {
	background-position: 0 0;
}
div.font-sizer a.btn_fs_reset {
	background-position: -15px 0;
}
div.font-sizer a.btn_fs_small {
	background-position: -30px 0;
}
div.font-sizer a.btn_fs_big:hover {
	background-position: 0 -16px;
}
div.font-sizer a.btn_fs_reset:hover {
	background-position: -15px -16px;
}
div.font-sizer a.btn_fs_small:hover {
	background-position: -30px -16px;
}
/* Breadcrumbs */
#breadcrumbs {
	background: #151515;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #222;
}
#breadcrumbs span.showhome {
	font-weight: bold;
	margin-right: 5px;
}
#breadcrumbs .padding {
	padding: 5px 8px;
}
#breadcrumbs a, #breadcrumbs span, #breadcrumbs strong {
	display: block;
	float: left;
	color: #999;
}
#breadcrumbs a, #breadcrumbs span.separator {
	margin-right: 10px;
	padding-right: 15px;
	background: url("../images/breadcrumbs.png") 100% 50% no-repeat;
}
#breadcrumbs span.current {
	color: #666;
}
a#topofpage {
	float: right!important;
	background: none!important;
	margin: 0!important;
	padding: 0!important;
}
/* Footer */
#sp-footer {
	background: #050505;
	padding: 20px 10px;
	border-top: 1px solid #222;
}
#sp-footer a {
	color: #666;
}
#sp-footer .cp {
	float: left;
}
/*Navigation*/
#navigation.sp-inner {
	padding: 0 20px;
}
#navigation {
	margin-top: 0px;
	height: 62px;
	line-height: 62px;
	background: url("../images/navigation-bg.png") repeat-x 0 100%;
	border-top: 1px solid #5e5e5e;
}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
}
#navigation li {
	background: none;
	display: block;
	float: left;
	height: 60px;
	line-height: 54px;
}
#navigation li a {
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 10px 15px;
	color: #F8F3F3;
}
#navigation li.active {
	background: url("../images/navigation-active.png") no-repeat 50% 0;
}
#navigation li.active a {
	color: #999;
}
/*Footer Navigation*/
#footer-nav {
	float: right;
	margin-top: 8px;
}
#footer-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
}
#footer-nav li {
	background: none;
	padding: 0;
	display: inline;
}
#footer-nav a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: inline;
	margin: 0;
	padding: 0 8px;
	color: #666;
}
/* Helix Logo */
#powered-by {
	display: block;
	text-indent: -999em;
}
.helix-logo-light, .helix-logo-dark, .helix-logo-light-small, .helix-logo-dark-small {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	margin: 0 15px 0 0;
	border-right: 1px solid #222;
}
.helix-logo-light, .helix-logo-dark, .helix-logo-light a, .helix-logo-dark a {
	height: 33px;
	width: 160px;
}
.helix-logo-light-small, .helix-logo-dark-small, .helix-logo-light-small a, .helix-logo-dark-small a {
	height: 33px;
	width: 100px;
}
.helix-logo a {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	text-indent: -999em;
}
.helix-logo-light a {
	background-image: url("../images/helix-logo/helix_light.png");
}
.helix-logo-dark a {
	background-image: url("../images/helix-logo/helix_dark.png");
}
.helix-logo-light-small a {
	background-image: url("../images/helix-logo/helix_light_small.png");
}
.helix-logo-dark-small a {
	background-image: url("../images/helix-logo/helix_dark_small.png");
}
/* Clearfix */
.clr {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix, :first-child + html .clearfix {
	zoom: 1;
}
/* table rec */
#container {
	width: 100%;
	margin: 0 auto;
}
#primary {
	float: left;
	width: 250px;
}
#content {
	float: left;
	width: 250px;
	text-align: center;
	padding-top: 0px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
}
.textbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#secondary {
	float: left;
}
#footer {
	clear: both;
}

/* Casino List */
#container2 {
    width:310px;
}

#content2 {
    float:left;
    width:135px;
    
}

#sidebar2 {
    float:left;
    width:170px;
}

#desk {
    clear:both;
}
#footer2 {
    clear:both;
}