    /*------------------------------------------------------------------
[Master Stylesheet]

Author: AtypicalThemes
Template: ARSNL - Video Game landing page

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

-------------------------------------------------------------------
Table of contents

    I.General
    II.Header & Navigation
    III.Hero Section
    IV.About Section
    V.Media Section
    VI.Features Section
    VII.CTA Section

-------------------------------------------------------------------
[Color codes]

Background:	#FFF; (white)
Content:	#222; (black)
Footer:		#222;

a (standard): #FFD012;
a (hover): #FFD012;
a (visited): #FFD012;	
a (active):	#FFD012;

[Colors]

Primary Color: #222;
Accent Color: #FFD012;







-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap'); /* Quicksand Font */

/* --------------------------- /////////// I. GENERAL /////////// --------------------------- */
/* -Color- */
.colored {
    color: #FFD012;
}
/* -Link Styling- */
a {
    color: #222;
    font-family: Quicksand, sans-serif;
	text-decoration: none;
}
a:visited {
    color: #222;
    text-decoration: none;
}
a:hover {
    color: #333;
	text-decoration: none;
}
a:active {
    color: #222;
    text-decoration: underline;
}
a:focus {
    color: #222;
    text-decoration: none;
}
/* -Resets- */
html, body { 
    color: #222;
    font-size: 16px;
    line-height: 1.5rem; /* 24px */
    max-width: 100%;
	overflow-x: hidden;
}
/* -Full width fluid container- */
.full-width {
    padding-left: 0;
    padding-right: 0;
}
/* -Text Styling */
h1,h2,h3,h4,h5,h6 {
	font-family: Quicksand, sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 1.875rem;
} 
h2 {
    font-size: 1.5rem;
}
h3 {
    font-size: 1.25rem;
}
p {
    font-family: Quicksand, sans-serif;
    font-size: 0.9375rem; /* 15px */
    padding: 5px 5px 5px 0;
    margin: 0;
    font-weight: 400;
}
.strong {
    font-weight: bold;
}
.spaced {
    letter-spacing: 5px;
}
.subtle {
	color: #999;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
ul {
    list-style: none;
    padding: 0;
}
/* -Margins and Floats- */
.floated-left {
     float: left;
}
.floated-right {
    float: right;
}
.inline {
	display: inline;
}
.tiny-margin {
    margin-bottom: 3em /* 32px */
}
.small-margin {
	margin-bottom: 6em; /* 96px */
}
.medium-margin {
	margin-bottom: 8em; /* 128px */
}
.large-margin {
	margin-bottom: 12em; /* 192px */
}
/* -hr- */
hr {
    width: 100%;
    height: 1px;
    background: #FFD012;
    margin: 10px 0;
}
/* -General Button Styles */
button {
    outline: none !important;
}
.button {
    height: auto;
    width: 150px;
    margin: 20px auto;
    padding: 10px 15px;
    font-family: Quicksand, sans-serif;
    font-weight: bold;
    color: #222;
    border: 2px solid #333;
    border-radius: 4px;
    background: none;
	display: inline-block;
    outline: none;
	transition: all 0.2s ease;
    cursor: pointer;
    text-align: center;
}
.button:visited {
    color: #222;
}
.button:hover {
    text-decoration: none;
    color: #FFF;
    background: #333;
}
.button:focus {
    color: #FFF;
}
/* - Cookies Notification - */
.cookies-bar {
    background: #f0f0f0;
    height: auto;
    width: 100vw;
    position: fixed;
    bottom: -60px;
    border-top: 1px solid #FFD012;
    z-index: 10;
    transition: 0.4s;
}
.cookies-wrapper {
    position: relative;
    padding: 15px 40px;
}
.cookies-bar.open {
    transform: translateY(-60px);
}
.cookies-bar.closed {
    transform: translateY(60px);
}
.cookies-bar p {
    display: inline;
}
.cookies-bar a {
    text-decoration: underline;
}
.cookies-bar .button {
    display: block;
    position: absolute;
    top: 25%;
    right: 35px;
    margin: 0;
    height: 30px;
    width: 30px;
    padding: 0;
    font-size: 1.4rem;
    color: #333;
    background: none;
    border: none;
}
.cookies-bar .button:hover {
    color: #FFD012 !important;
}
/* -Loading Screen- */
#loader-wrapper {
    background: #FFF;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 1050;
}
.loader-logo {
    position: relative;
    top: 43%;
    font-family: Montserrat, sans-serif;
    letter-spacing: 5px;
}
#progress {
    width: 0;
    height: 2px;
    background: #FFD012;
    position: relative;
    top: 45%;
}
.loader-text {
    position: relative;
    color: #222;
    top: 48%;
}

/* -Loading Screen Animation- */
.loaded {
    -moz-transform: translate3d(0px, -100%, 0px);
    -webkit-transform: translate3d(0px, -100%, 0px);
    -o-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate3d(0px, -100%, 0px);
    -webkit-transition: all 0.5s ease; 
    transition: all 0.5s ease;
}

/***************** 24 Jan 2023*********************/

.leader_bg {
    background-image: url(../images/leaderbg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 59px;
	position: relative;
    overflow: hidden;
    padding-bottom: 26.25%;
}

.leader_bg .container{ position: absolute; left: 0; right: 0;  margin: 0 auto; }


.leader_bg h2 {
    font-family: Quicksand, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(22px,5.208vw,70px);
    line-height: 42px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    padding-top: 12%;
    margin-left: -2%;
}
.week_new {
    margin: 22px 0;
}
.week_new h3 {
    font-family: Quicksand, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(21px,1.458vw,28px);
    line-height: 42px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}
.table_sec h3{
font-family: Quicksand, sans-serif;
font-style: normal;
font-weight: 400;
font-size: clamp(21px,1.458vw,28px);
line-height: 42px;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #000000;
margin: 0;
}
section.c_week {
    background: #174C7C;
}
.row.counter_r {
    padding: 115px 0;
}
div#countdown span.days {

font-family: Quicksand, sans-serif;
font-style: normal;
font-weight: 400;
font-size: clamp(35px,3.333vw,64px);
line-height: 42px;
letter-spacing: 0.04em;
text-transform: capitalize;

color: #FFFFFF;
}
div#countdown label {
    font-size: clamp(16px,1.458vw,28px);
    padding-top: clamp(16px,1.458vw,28px);
}
div#countdown span {
    border: none !important;
}
div#countdown span.hours {
color: #fff;
font-family: Quicksand, sans-serif;
font-style: normal;
font-weight: 400;
font-size: clamp(35px,3.333vw,64px);
line-height: 42px;
letter-spacing: 0.04em;
text-transform: capitalize;

}
div#countdown span.minutes {
color: #fff;
font-family: Quicksand, sans-serif;
font-style: normal;
font-weight: 400;
font-size: clamp(35px,3.333vw,64px);
line-height: 42px;
letter-spacing: 0.04em;
text-transform: capitalize;
}
div#countdown span.seconds {
color: #fff;
font-family: Quicksand, sans-serif;
font-style: normal;
font-weight: 400;
font-size: clamp(35px,3.333vw,64px);
line-height: 42px;
letter-spacing: 0.04em;
text-transform: capitalize;
}
div#countdown {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

div#countdown span:after{
    position: absolute;
    content:':';
    width: 100px;
    height: 100px;
    top: 0;
    left: 80%;
}
div#countdown span:last-child:after{
    position: absolute;
    content:'';
    top: 0;
    left: 0;
}
div#countdown span{
    position: relative;
}


/***** Counter css******/
#countdown {
  width: 100%;
}
label {
  clear: both;
  display: block;
}
#countdown span {
  background: rgba(0,0,0,0);
  color: #000;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  width: 25%;
  display: block;
  float: left;
  border-right: 1px solid #FFF;
}
#countdown span:last-child {
  border-right: 1px solid #313233;
}

/***** end ******/

/*********** table************/

/* Modernize the table appearance */
table.table.table-hover {
    border-collapse: collapse !important; /* Collapse borders to eliminate spacing */
    border-spacing: 0 !important;
    width: 100% !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important; /* Soft shadow effect for a modern look */
    background-color: #fff !important;
}

/* Remove padding and margin for table cells */
.table td, .table th {
    padding: 0 !important; /* Remove all padding for a compact look */
    margin: 0 !important; /* Remove any margin */
    vertical-align: middle !important; /* Center align vertically */
    border-top: 1px solid #dee2e6 !important;
    text-align: center !important; /* Center-align text */
    font-size: 14px !important; /* Font size for readability */
    line-height: 1 !important; /* Reduce line height to minimize vertical space */
    height: auto !important; /* Let content determine the height */
    overflow: hidden !important; /* Prevents content overflow */
}

/* Ensure avatar images are displayed correctly */
.fixed-size-image {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important; /* Ensure full image is visible without clipping */
    display: block !important; /* Prevents inline elements from affecting image size */
    margin: 0 auto !important; /* Center the image horizontally */
    border: none !important; /* Remove any border that could create a rectangle */
    padding: 0 !important; /* Remove any padding that might create an outer rectangle */
}

/* Directly style images within the table cells */
.table td img, .table th img {
    width: 100% !important; /* Ensure the image fits the full width of the cell */
    max-width: 50px !important; /* Set a maximum width to prevent it from exceeding 50px */
    height: auto !important; /* Maintain aspect ratio */
    object-fit: contain !important; /* Contain the image within its bounds without clipping */
    display: block !important;
    margin: 0 auto !important; /* Center the image */
    border: none !important; /* Ensure no border around the image */
    padding: 0 !important; /* Remove any padding */
}

/* Hover effect for table rows */
.table-hover tbody tr:hover {
    background-color: #f8f9fa !important; /* Light gray background on hover */
    cursor: pointer !important; /* Pointer cursor to indicate clickability */
}

/* Zebra striping for rows */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2 !important; /* Light gray for alternate rows */
}

/* Responsive adjustments for table on smaller screens */
@media (max-width: 768px) {
    .table td, .table th {
        font-size: 12px !important; /* Smaller font size on mobile */
        padding: 0.5rem !important; /* Add some horizontal padding for better readability */
        line-height: 1.2 !important; /* Slightly increase line height for better spacing */
        height: auto !important; /* Ensure auto height on mobile */
    }
    .table th {
        padding: 0.75rem !important; /* Slightly more padding for column headers */
        text-align: center !important; /* Center align text for headers on mobile */
    }

    /* Ensure full image display on mobile */
    .table td img, .table th img {
        width: 100% !important; /* Make sure the image fits fully within the container */
        max-width: 50px !important; /* Set a maximum width to prevent scaling beyond 50px */
        height: auto !important; /* Maintain aspect ratio */
        object-fit: contain !important; /* Maintain aspect ratio without clipping */
        display: block !important;
        margin: 0 auto !important; /* Center the image */
        border: none !important; /* Remove any border */
        padding: 0 !important; /* Remove any padding */
    }
}



/*********** end table************/



form.form-inline {
    display: flex;
    justify-content: flex-end;
}
.table .thead-dark th {
    color: #fff;
    background-color: #174c7c;
    border-color: #174c7c;
}
div#CTA-section {
    margin-top: 85px;
}
button.btn.button_go {
    background: #11A0DE;
    color: #fff;
    font-family: Quicksand, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    margin-right: 20px;
    border-radius: 4px;
	position: absolute;
    right: 0;
    top: 0;
}
input.form-control {
    background: #D9D9D9;
    border: #D9D9D9;
    border-radius: 4px;
}
select.form-control {
    background: #D9D9D9;
    border: #D9D9D9;
    border-radius: 4px;
    font-family: Quicksand, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #000000;
}
thead.thead-dark th {
    font-family: Quicksand, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
}
form.form-inline ::placeholder {
    font-family: Quicksand, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #000000;
}


.table_sec .new_line{ position:relative; padding-left:15px; }
.table_sec .new_line::before{ content: "";  position: absolute; left: -4px; top: -5px; height: 52px; background: rgba(0,0,0,0.2); width: 1px; }
.table_sec .new_line select{ min-width:250px; }
 

.leaderboard-table tr td img { max-width:clamp(30px,3.229vw,42px); }
.leaderboard-table tr td{ height: clamp(80px,5.625vw,108px); vertical-align: middle; }
.search-zone{ position: relative; padding-right: 70px; }
.pagination-box .page-link{ border-color:#fff; color:#000; outline:none !important; }
.pagination-box .page-link:focus{ outline:none !important; }

.pagination-box .page-link:hover{ background:#274056; border-color:#174C7C; color:#fff; }
.navbar-light .navbar-toggler{ background:url(../images/menu-button.png) 0 0 no-repeat; width:30px; height:30px; background-position: center; }



/**24 Jan 2023**/

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;border-right:1px solid #ccc;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }

  .tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
  }
  
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  .tab button:hover, .tab button.active  { background-color: #222; color: #fff; }




/* RESPONSIVE STYLES */

@media (max-width : 1439px) {

.table_sec .new_line select{ min-width:250px; }
 

}


@media (max-width : 1400px) {
    .row.counter_r {
    padding: 45px 0;
}
div#countdown {
    width: 100%;
    max-width: 955px;
    margin: auto;
}
.week_new {
    margin: 10px 0;
}
    
}

@media (max-width :981px) {
.leaderboard-table .table{ min-width:930px; }
.tab button{padding:14px 14px;}

}



@media (max-width : 769px) {
    .tiny-margin {
    margin-bottom: 1.5em;
}
    .small-margin {
	margin-bottom: 3em; 
}
    .medium-margin {
	margin-bottom: 4em; 
}
    .large-margin {
	margin-bottom: 6em; 
}
    .cookies-wrapper {
        padding: 15px 60px 15px 20px;
    }
    .cookies-bar .button {
        top: 30%;
    }
	
	div#countdown span:after{ left:50%; }
	.leader_bg h2{ padding-top:8%; color: rgba(0, 0, 0, 0.7); }
	.table_sec .new_line select { min-width: 200px; }
}
/* --------------------------- /////////// II. HEADER AND NAVIGATION /////////// --------------------------- */
#main-logo {
    color: #222;
    font-family: Quicksand, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 5px;
}
.navbar-light {
    height: auto;
    background-color: #FFF;
    border: none;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #222;
}
/* Menu bars for mobile */
.navbar-toggler {
    border: none;
    cursor: pointer;
}
#hamburger .icon-bar {
    display: block;
    height: 2px;
    width: 25px;
    background: #222;
    margin: 7px 0;
    transition: .3s ease-in-out;
}
/* Dropdown Menu */
.navbar-collapse .dropdown-menu {
	margin-top: 8px;
	border: none;
	background: #FFF; 
    border-radius: 0;
}
.navbar-collapse .dropdown-item {
	color: rgba(0,0,0,.5);
	text-decoration: none;
}
.navbar-collapse .dropdown-item:hover {
	background: none; 
}
.navbar-collapse .dropdown-item .item-text {
	font-size: 0.875rem;
}
.navbar-collapse .dropdown-item:hover .item-text {
	color: #222;
}
.navbar-collapse .dropdown-items-divide-hr {
	width: 100%;
	height: 1px;
	margin: 0.25rem auto 0.25rem auto;
	border: none;
	background-color: #999;
	opacity: 0.2;
}
/* - Mobile menu animation - */
#hamburger .icon-bar:nth-child(1) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#hamburger .icon-bar:nth-child(2) {
   -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#hamburger .icon-bar:nth-child(3) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#hamburger.open .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#hamburger.open .icon-bar:nth-child(2) {
    width: 0%;
    opacity: 0;
}
#hamburger.open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* --------------------------- /////////// III. HERO SECTION /////////// --------------------------- */
.hero-unit {
    position: relative;
}
/* -Video- */
#bgvid {
    width: 100%;
    height: 100%;
}
/* -Image Overlay- */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}
/* -Hero Image Caption- */
.hero-caption {
    position: absolute;
    top: 30%;
    left: 15%;
    right: 15%;
    color: #FFF;
    padding: 20px;
    z-index: 5;
    text-align: center;
}
.hero-caption p {
    font-size: 1.5rem;
}
.hero-caption h1 {
    font-size: 5rem;
}
.underline {
    width: 50%;
    height: 2px;
    background: #FFF;
    margin: 10px auto;
}
/* RESPONSIVE STYLES */
@media (max-width : 769px) {
    .hero-caption p {
    font-size: 1rem;
}
    .hero-caption h1 {
        font-size: 2rem;
    }
}
/* --------------------------- /////////// IV. ABOUT SECTION /////////// --------------------------- */
.store-buttons li {
    display: inline-block;
    width: auto;
    height: auto;
    background: #121212;
    padding: 10px;
    border-radius: 4px;
    margin: 0 10px;
    transition: 0.3s;
}
.store-buttons {
    margin: 3em 0 6em 0;
}
.store-buttons li a {
    color: #fff;
    transition: 0.3s;
}
.store-buttons li i {
    display: inline;
    float: left;
    margin-right: 10px;
}
.store-buttons li p {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    white-space: nowrap;
}
.store-buttons li:hover {
    background: #fcdc4b;
}
.store-buttons li:hover a {
    color: #222;
}
.video-box img {
    display: block;
    height: auto;
    width: 60%;
    margin: 0 auto;
}
.video-box h2 {
    color: #fff;
}
.reviews {
    margin: 6em 0;
}
.reviews div {
    display: inline-block;
    margin: 0 25px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlay img {
    width: 100%;
    height: 30%;
    position: absolute;
    top: 30%;
}
.overlay h2 {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 65%;
}
/* RESPONSIVE STYLES */
@media (max-width : 996px){
    .overlay h2 {
        font-size: 1rem;
    }
    .reviews div {
        margin: 15px 25px;
    }
}
@media (max-width : 769px) {
    .store-buttons li {
        display: block;
        width: auto;
        margin: 15px auto;
    }
    .store-buttons li i {
        float: none;
    }
    .store-buttons {
        margin: 2em 3em;
    }
    .overlay img {
        left: 10%;
    }
    .reviews {
        margin: 3em 0;
    }
    .reviews div {
        margin: 1em 25px;
    }
    .video-box img {
        width: 80%;
    }
}
/* --------------------------- /////////// V. MEDIA SECTION /////////// --------------------------- */
.gallery-item {
    padding: 0 2.5px;
}
.grid-gallery .row {
    margin: 0 0 5px 0;
}
.gallery-item img {
    transition: 0.3s ease;
}
.gallery-item:hover img {
    opacity: 0.6;
}
/* RESPONSIVE STYLES */
@media (max-width : 769px) {
    .gallery-item {
        margin: 5px 0;
    }
    .grid-gallery .row {
        margin: 0;
    }
}
/* --------------------------- /////////// VI. FEATURES SECTION /////////// --------------------------- */
.features img {
    width: 60%;
}
.features ul {
    font-family: Quicksand, sans-serif;
    list-style-type: disc;
    font-size: 0.975rem;
    padding-left: 40px;
    margin: 15px 0;
}
/* RESPONSIVE STYLES */
@media (min-width : 765px) and (max-width : 996px) {
    .features img {
        width: 100%;
    }
}
@media (max-width : 769px) {
    .features img {
        margin: 2rem 0;
    }
}
/* --------------------------- /////////// VII. CTA SECTION /////////// --------------------------- */
.cta h1 {
    font-size: 5rem;
}
.cta h2 {
    font-size: 1.2rem;
}
/* Newsletter */
input {
    width: 50%;
    height: 45px;
    border: none;
    background: #f0f0f0;
    padding: 0 0 0 20px;
    outline: #333;
}
#newsletter-box .button {
    vertical-align: top;
    margin: 0;
    height: 45px;
}
.text-danger {
    font-family: Montserrat, sans-serif;
    font-size: 1.3rem;
    margin-top: 10px;
}
.text-success {
    font-family: Montserrat, sans-serif;
    font-size: 1.3rem;
    margin-top: 10px;
}
/* --------------------------- /////////// EXTRAS /////////// --------------------------- */
.social-links li {
    display: inline-block;
    margin: 10px 20px;
}
.social-links li a i {
    transition: 0.2s;
}
.social-links li a :hover {
    color: #fcdc4b;
}
/* --------------------------- /////////// FOOTER /////////// --------------------------- */
#footer {
    width: 100%;
    min-height: 50px;
    height: auto;
    color: #AAA;
    background: #222;
    border-top: 1px solid #FFD012;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}
#footer ul {
    margin: 10px 0;
}
#footer ul li {
    display: inline-block;
    margin: 0 10px;
}
#footer ul li a {
    color: #AAA;
}
#footer ul li a:hover {
    color: #fcdc4b;
}
.brands {
    text-align: center;
}
.brands img {
    margin: 20px 0;
}
#copyright {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}
#copyright a {
    color: #AAA;
    text-decoration: underline;
}
/* --------------------------- /////////// X. EXTRA PAGES /////////// --------------------------- */
.extra-page {
    font-size: 0.875rem;
}
.extra-page a {
    color: #ecc424;
}
.extra-page a:hover {
    color: #ecc424;
    text-decoration: underline;
    text-decoration-color: #ecc424;
}
.extra-page h3 {
    font-weight: bold;
}
.extra-page .button:hover {
    text-decoration: none;
    color: #FFF;
}
.extra-page .hero-unit {
    min-height: 400px;
    background: #FFF;
    border: none;
}
.extra-page .hero-caption {
    margin-top: 25vh;
}
.extra-page .hero-caption h1 {
    font-size: 3.5rem;
}
.text-container ul {
    list-style: circle;
    margin-left: 40px;
}
.text-container ul li {
    margin: 5px 0;
}
.text-container ol li {
    margin: 5px 0;
}
.breadcrumb-nav {
    background: #F0F0F0;
    border: none;
    height: 60px;
}
.breadcrumb {
    border: none;
    background: none;
    margin: 0;
    height: 60px;
}
.breadcrumb li {
    padding-top: 5px;
}
#footer-extra {
    color: #FFF;
    border-top: 1px solid #ecc424;
    background: #222; 
}
#footer-extra .row:first-child {
    padding: 40px 0;
}
#footer-extra .social-links li a{
    color: #FFF;
}
#footer-extra .social-links li {
    margin: 0 15px 0 0;
}
.form-control-input {
    width: 100%;
}
.form-control-select {
    width: 100%;
    height: 45px;
    background: #F0F0F0;
    border: none;
    outline: #333;
    color: #222;
    padding: 0 0 0 20px;
}
.checkbox {
    font-size: 14px;  
}
.checkbox input {
    width: auto;
    height: auto;
    vertical-align: -5%;
    margin-right: 0.375rem;
}
#privacyForm .button {
    width: 100%;
    margin-top: 0;
    height: 50px;
    font-size: 1.1rem;
}
.form-container {
    padding-top: 2em;
}
/* -RESPONSIVE STYLES- */
@media (max-width : 991px) {
    #footer-extra .col-md-4 {
        margin-bottom: 2em;
        text-align: center;
    }
    #footer-extra .row:first-child {
        padding: 40px 0 20px 0;
    }
}

@media(max-width:767px){
.tab button{border-right:0px none;}	
.table_sec .tab{display:flex;flex-wrap:wrap;}
.table_sec .tab button.tablinks { width: 50%; }	
.table_sec .tab .border-btm{border-bottom:1px solid #ccc;}
.table_sec .tab button.tablinks:nth-child(3){border-right:1px solid #ccc;}
.table_sec .tab button.tablinks:nth-child(2){border-left:1px solid #ccc;}
.leaderboard-table .table{min-width:auto;}
}

@media (max-width :576px) {
	
div#countdown label{ padding-top:0; }
.table_sec .new_line::before{ display:none; }
.search-zone{ width:100%; padding-right: 60px; }
.table_sec .new_line{ width:100%; padding-left:0; }
button.btn.button_go{ margin-right: 0; }
.table_sec { margin-top:30px !important; }
.table_sec  form.form-inline{ margin-bottom:0 !important; margin-top:20px !important; }
div#countdown span:after{ left:40%; }
#main-logo{ font-size: 1.1rem; }

}

@media(max-width:480px){
.table_sec .tab button.tablinks { width: 100%; border-bottom: 1px solid #ccc; border-right: 0px!important; border-left: 0!important;}	
.table_sec .tab button.tablinks:last-child{border-bottom:0px none;}
}