html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font: normal .90em 'trebuchet ms', arial, sans-serif;
    background: #f7f7f7;
    color: #000;
}

p {
    padding: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.7em;
}

 h1 {
     font: bold 230% 'century gothic', arial, sans-serif;
     color: #000;
     margin: 0 0 15px 0;
     padding: 15px 0 5px 0;
}
 h2 {
     font: bold 210% 'century gothic', arial, sans-serif;
     color: #000;
     margin: 0 0 15px 0;
     padding: 15px 0 5px 0;
}
 h3 {
     font: bold 175% 'century gothic', arial, sans-serif;
     color: #000;
     margin: 0 0 15px 0;
     padding: 15px 0 5px 0;
}
 h4 {
     font: bold 150% 'century gothic', arial, sans-serif;
     color: #000;
     margin: 0 0 15px 0;
     padding: 15px 0 5px 0;
}
 h5, h6 {
     font: bold 130% 'century gothic', arial, sans-serif;
     color: #000;
     margin: 0 0 15px 0;
     padding: 15px 0 5px 0;
}
a, a:hover {
    outline: none;
    text-decoration: underline;
    color: #000;
}

a:hover {
    text-decoration: none;
}

.left {
    float: left;
    width: auto;
    margin-right: 10px;
}

.right {
    float: right;
    width: auto;
    margin-left: 10px;
}

.center {
    display: block;
    text-align: center;
    margin: 20px auto;
}

blockquote {
    margin: 20px 0;
    padding: 10px 20px 0 20px;
    border: 1px solid #E5E5DB;
    background: #FFF;
}

ul {
    margin: 2px 0 22px 17px;
}

ul li {
    font: normal 1.2em 'century gothic', arial, sans-serif;
    list-style-type: none;
    margin: 0 0 6px 0;
    padding: 0 0 4px 5px;
}

ul li b {
    font-weight: bold;
}

ol {
    margin: 8px 0 22px 20px;
}

ol li {
    font: normal 1.0em 'century gothic', arial, sans-serif;
    margin: 0 0 6px 0;
    padding: 0 0 4px 5px;
}

#header, #logo, #menubar, #site_content, #footer {
    margin-left: auto;
    margin-right: auto;
}
#header {
    background: #000;
}
#logo {
    width: 100%;
    position: relative;
    height: 128px;
    border-bottom: 1px solid #ffcc00;
}

#logo #logo_text {
    position: absolute;
    top: 20px;
    left: 0;
}

#logo_text .head_one, #logo_text .head_two {
    font: normal 300% 'century gothic', arial, sans-serif;
    border-bottom: 0;
    text-transform: none;
    margin: 0;
}

#logo_text .head_one, #logo_text .head_one a, #logo_text .head_one a:hover {
    padding: 22px 0 0 0;
    margin-left: 7px;
    color: #FFF;
    letter-spacing: -1px;
    text-decoration: none;
}

#logo_text .head_two a .logo_colour {
    color: #FFF;
}

#logo_text .head_two {
    font-size: 100%;
    padding: 4px 0 0 0;
    margin-left: 15px;
    color: #FFF;
}

#menubar {
    width: 80%;
    height: 52px;
    padding: 0;
    background: #000;
    margin: 0 auto;
    margin-left: 200px;
}

ul#menu, ul#menu li {
    float: left;
    margin: 0;
    padding: 0;
}

ul#menu li {
    list-style: none;
}

ul#menu li a {
    letter-spacing: 0.1em;
    font: bold 100% arial, sans-serif;
    display: block;
    float: left;
    height: 17px;
    margin: 10px 0 0 10px;
    padding: 9px 26px 6px 26px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
}

ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover {
    color: #000;
    background: #ffcc00;
}

ul#menu li.gold a, ul#menu li.gold a:hover {
    color: gold;
    background: #000;
}

ul#menu li.login a, ul#menu li.login a:hover {
    color: #FFF;
    background: #bb2200;
}

ul#menu li.dash a, ul#menu li.dash a:hover {
    color: #000;
    background: #FFF;
}

#site_content {
    width: 1100px;
    overflow: hidden;
    margin: 0 auto 0 auto;
    margin-top: 50px;
    padding: 0 24px 0 20px;
    background: transparent;
}

.sidebar {
    float: right;
    width: 30%;
    background: #FFF;
    padding: 0 15px 0 15px;
    border-radius: 5px;
}

.sidebar ul {
    width: 198px;
    padding: 4px 0 0 0;
    margin: 4px 0 30px 0;
}

.sidebar li {
    list-style: none;
    padding: 0 0 7px 0;
}

.sidebar li a, .sidebar li a:hover {
    padding: 0 0 0 40px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.sidebar li a.selected {
    color: #ffcc00;
    text-decoration: none;
}

#content {
    text-align: left;
    float: left;
    width: 63%;
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
}

#footer {
    width: 100%;
    font: 'lucida sans unicode', arial, sans-serif;
    font-size: 16px;
    height: 35px;
    padding: 50px 0 145px 0;
    text-align: center;
    background: #000;
    color: #FFF;
    text-transform: capitalize;
    letter-spacing: 0.1em;
}

#footer p {
    font-size: 12px;
    text-transform: capitalize;
    line-height: 6.0;
}

#footer a {
    color: #FFF;
    text-decoration: none;
}

#footer a:hover {
    color: #FFF;
    text-decoration: none;
}

.search {
    color: #5D5D5D;
    border: 1px solid #BBB;
    width: 134px;
    padding: 4px;
    font: 100% arial, sans-serif;
}

.form_settings {
    margin: 15px 0 0 0;
}

.form_settings p {
    padding: 0 0 4px 0;
}

.form_settings span {
    float: left;
    width: 200px;
    text-align: left;
}

.form_settings input, .form_settings textarea, .form_settings select {
    padding: 5px;
    width

: 299px;
    font: 100% arial;
    border: 1px solid #E5E5DB;
    background: #FFF;
    color: #47433F;
}

.form_settings .submit {
    font: 100% arial;
    border: 1px solid;
    width: 99px;
    margin: 0 0 0 212px;
    height: 33px;
    padding: 2px 0 3px 0;
    cursor: pointer;
    background: #000;
    color: #FFF;
}

.separator {
    width: 100%;
    height: 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #ffcc00;
    margin: 0 0 20px 0;
}

table {
    margin: 10px;
    margin-left: -1px;
    width: 100%;
    border: 1px solid #c2c2c2;
    overflow-x:auto
}

table tr th {
    background: #FFF;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    border-bottom: 1px solid #c2c2c2;
    border-radius: 3px;
    text-align: left;
}

table tr td {
    background: #FFF;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #c2c2c2;
    border-radius: 3px;
    text-align: left;
}

.center {
    text-align: center;
}

.btn-toggle {
    background: transparent;
    width: 40px;
    padding: 5px;
    float: right;
    margin-top: -66px;
    margin-right: 35px;
    border: none;
    outline: none;
    transition: all .5s ease;
    display: none;
}

.btn-toggle:hover {
    background: #ffcc00;
}

.btn-toggle:hover span {
    background: #000;
    transform: scale(0.8);
}

.btn-toggle span:nth-child(1) {
    margin-top: 0px;
}

.btn-toggle span {
    background: #fff;
    display: block;
    margin-top: 6px;
    padding: 2px;
    border-radius: 5px;
    transition: all .5s ease;
    transform: scale(1);
}

@media screen and (max-width: 767px) {
    .sidebar {
        width: 100%;
        margin-right: -17px;
    }

    #menubar {
        width: 100%;
        height: auto;
        padding: 0;
        background: #000;
        margin-left: 0;
    }

    #logo {
        width: 100%;
        position: relative;
        height: 128px;
        border-bottom: 1px solid #ffcc00;
    }

    #site_content {
        width: 88%;
        overflow: hidden;
        background: #FFF;
    }

    #content {
        text-align: left;
        float: left;
        width: 100%;
        padding: 0;
    }

    nav {
        position: relative;
    }

    #footer {
        width: 100%;
        font: normal 100% 'lucida sans unicode', arial, sans-serif;
        height: 33px;
        padding: 24px 0 260px 0;
        text-align: center;
        background: #000;
        color: #FFF;
        text-transform: capitalize;
        letter-spacing: 0.1em;
    }

    #footer a {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 2.0;
        text-transform: capitalize;
        font-weight: bold;
    }

    #footer p {
        font-size: 12px;
        text-transform: capitalize;
    }

    .min_foot {
        padding: 42px;
    }

    .btn-toggle {
        display: block;
    }

    ul#menu li {
        display: inherit;
        margin: 0px;
        padding: 5px;
        width: 100%;
    }

    ul#menu li:hover {
        background: #ffcc00;
    }

    ul#menu li:hover a {
        color: #000;
    }

    ul#menu {
        float: none;
        padding: 0px;
        margin-right: 0px;
        background: #000;
        border-radius: 3px;
        transition: max-height 0.2s ease-out;
        max-height: 0;
        overflow: hidden;
        width: 100%;
    }

    #footer span {
        line-height: 0.5;
    }
}

ul#menu li a {
    color: rgba(255, 255, 255, 1);
}

nav {
    overflow: inherit;
    padding: 0px;
    width: 100%;
}

#footer span {
    font: normal 220% 'century gothic', arial, sans-serif;
    line-height: 2.5;
}

.Button {
    background: transparent;
    color: #000;
    padding: 9px 15px;
    border: 0;
    border-bottom: 2px solid silver;
    border-radius: 0;
    margin-left: 36%;
    font-weight: bold;
}

.Button:hover {
    background: transparent;
    cursor: pointer;
    border: 0;
    border-bottom: 2px solid #ffcc00;
}

#container {
    background: #FFF;
    padding: 20px;
    margin-top: 10px;
}

#container a {
    text-decoration: none;
    font-weight: bold;
}

@media only screen and (min-width: 769px) and (max-width: 1281px) {
    
    #menubar {
    width: 100%;
    height: 52px;
    padding: 0;
    background: #000;
    margin: 0 auto;
}


    .sidebar {
        float: right;
        width: 30%;
    }
    

    #logo {
        width: 100%;
        position: relative;
        height: 128px;
        border-bottom: 1px solid #ffcc00;
    }

    #site_content {
        width: 88%;
        overflow: hidden;
        background: #FFF;
    }

    #content {
        text-align: left;
        float: left;
        width: 66%;
        padding: 0;
    }

    #footer {
        width: 100%;
        font: normal 100% 'lucida sans unicode', arial, sans-serif;
        height: 33px;
        padding: 24px 0 260px 0;
        text-align: center;
        background: #000;
        color: #FFF;
        text-transform: capitalize;
        letter-spacing: 0.1em;
    }

    #footer a {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 2.0;
        text-transform: capitalize;
        font-weight: bold;
    }

    #footer p {
        font-size: 12px;
        text-transform: capitalize;
    }

    .min

_foot {
        padding: 42px;
    }

    #footer span {
        line-height: 0.5;
    }
}

input[type=text], input[type=password], select, input[type=phone] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f7f7f7;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

input[type=phone] {
    width: 81%;
}

input[type=text]:focus, input[type=password]:focus, input[type=phone]:focus, select:focus {
    background-color: #ddd;
    outline: none;
}

.form-p {
    padding: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.7em;
}

.text-color-danger {
    color: red;
}

.alert-warning {
    background: #ccff00;
    padding: 5px;
}

.alert-danger {
    background: red;
    padding: 5px;
    color: #fff;
}

.alert-success {
    background: green;
    padding: 5px;
}
   /* Styling for Mega Menu */
.mega-menu {
   position: relative;
}

.mega-content {
   position: absolute;
   top: 100%;
   left: 0;
   width: 300px; /* Adjust width as needed */
   background-color: #1f1e1e; /* Change background color to black */
   border: 1px solid #ccc; /* Border color */
   border-radius: 5px; /* Rounded corners */
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Shadow effect */
   padding: 10px; /* Padding inside the mega menu */
   display: none; /* Hide mega menu content by default */
   color: #fff; /* Text color */
}

.mega-menu:hover .mega-content {
   display: block; /* Show mega menu content on hover */
}

.mega-content ul {
   list-style: none;
   padding: 0;
   margin: 0;
   font-size: 14px;
}

.mega-content ul li {
   padding: 5px 0;
   font-size: 12px;
   color: #fff; /* Set list item color to white */
}

.mega-content ul li a {
   color: #fff; /* Set anchor tag color to white */
   text-decoration: none;
   display: block;
   transition: color 0.3s; /* Smooth transition for color change */
}

.mega-content ul li a:hover {
   color: #007bff; /* Hover color */
}

@media screen and (max-width: 768px) {
   /* Adjustments for mobile devices */
   .mega-content {
      position: static; /* Change position to static for mobile devices */
      width: auto; /* Set width to auto */
      background-color: #1f1e1e; /* Transparent background */
      box-shadow: none; /* Remove shadow effect */
      padding: 0; /* Remove padding */
      display: block; /* Show mega menu content by default */
      color: #000; /* Text color */
   }
}

  #back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
  }
  #back-to-top:hover {
    background-color: #fc0;
  }
  
      .vvip {
      background-color: black;
      color: white;
      padding: 20px;
      border-radius: 10px;
      text-align: center;
    }


    .btn {
      display: inline-block;
      background-color: yellow;
      color: black;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 5px;
      margin-top: 20px;
    }

    .btn:hover {
      background-color: white;
      color: black;
    }
    
        .white {
        color: #FFF;
    }
                .telegram-promo {
            text-align: center;
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .telegram-promo a {
            text-decoration: none;
            color: #0088cc;
            font-size: 1.2em;
            font-weight: bold;
        }
        .telegram-promo a:hover {
            text-decoration: underline;
        }
        
                #more { display: none; }
        .button {
            background-color: #4CAF50; /* Green */
            border: none;
            color: white;
            padding: 10px 20px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 4px 2px;
            cursor: pointer;
        }
        
#footer, #footer * {
    background-color: #000;
}
#footer small {
    color: #000;
    background: #fff;
}

#footer small {
    color: #000;
    background: #fff;
    font-size: 12px;}