@import url('https://fonts.googleapis.com/css?family=Open+Sans');

:root {
		--body-background-color: #fff;
		--card-background-color: #fff;
        --card-text-color: #2a2a2a;
        --maps-section-title-color: #2a2a2a;
    --nav-background-color: #212121fa;
    --input-box-color:grey;
    --input-box-background-color:#ececec;
    --view-text-color: #000;
    --primary-text-color: #212529;
    --mapcat-link-box: #ececec;
    --map-copy-code-btn: #ff0;
    --page-footer-bg-color: #1F1F1F;
    --cm-bg-color: #252525;
    --darkmode-btn-cir:#fff;
    --map-like-text-cat: #686868;
	}
	[data-theme="dark"] {
		--body-background-color: #1f1f1f;
		--card-background-color: #252525;
        --card-text-color: #9b9b9b;
        --maps-section-title-color: #fff;
        --nav-background-color: #212121fa;
        --input-box-color:#9b9b9b; 
        --input-box-background-color:#373737;
        --view-text-color: #fff;
        --primary-text-color: #ececec;
        --mapcat-link-box: #373737;
        --map-copy-code-btn: #ffea3a;
        --page-footer-bg-color: #242424;
        --cm-bg-color: #373737;
        --darkmode-btn-cir:#9f9f9f;
        --map-like-text-cat: #9b9b9b;
	} 


html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Open Sans', sans-serif;
    background-color: var(--body-background-color);
/*    padding-top: 57px; */
}

h1,h2,h3,h4,h5,small,p {
    color: #000;
    color: var(--primary-text-color);
}
/*
@media (max-width: 1086px) {
    body {
    margin-top: 57px; 
    }
}
*/
 .nav-profile-name {
              display: none;
          }


.navbar-brand {
    border-bottom: none;
}
.navbar-brand:hover {
    border-bottom: none;
}

.nav-sort {
    list-style: none;
    color: rgba(255,255,255,.5);
}
.nav-sort a {
    color: rgba(255,255,255,.5);
}


.navbar input {
    margin-bottom: 0;
}

.nav-icon {
    color: inherit !important; padding-right: 0px;
}

.search-box {
    background-color: rgba(255,255,255,0.1) !important;
    border-radius: 2rem;
}

.navbar form button {
    margin: 0;
    padding: 0 1rem 0 0;
}

.navbar i {
        font-size: 1rem;
    }
    
    
    @media (max-width: 1199px) {
    .nav-text {
        display: none;
    }
    
}

.dropdown-menu a .far {
    color: white; font-size: 1rem; padding-right: 0px;
}
.dropdown-menu a .fas {
    color: white; font-size: 1rem; padding-right: 0px;
}
.dropdown-menu a .fab {
    color: white; font-size: 1rem; padding-right: 0px;
}
.dropdown-menu a:hover .far {
    color: #FFEA3A;
}
.dropdown-menu a:hover .fas {
    color: #FFEA3A;
}
.dropdown-menu a:hover .fab {
    color: #FFEA3A;
}

    .cat-scroll::-webkit-scrollbar {
         display: none; 
     }
    .cat-scroll {
        text-align: center;
    overflow: auto;
    white-space: nowrap;
    padding: .5rem 1rem .5rem 1rem;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    background-color: #252525;
    }
    .cat-scroll a {
        text-transform: uppercase;
    font-family: 'Burbank Big Cd Bk';
    display: inline-block;
    color: #9f9f9f !important;
    text-align: center;
    padding: .25rem .5rem .15rem .35rem;
    text-decoration: none;
    background-color: #242424;
    -webkit-clip-path: polygon(0 0,100% 0,98% 100%,2% 100%);
    clip-path: polygon(0 0,100% 0,98% 100%,2% 100%);
    font-size: .8rem;
        transition: 0.1s !important;
        
    }
  .cat-scroll i {
    font-size: .8rem;
    padding: 0 .15rem .25rem .25rem;
        color: #9f9f9f;
        transition: 0.1s !important;
}
    .cat-scroll a:hover {
/*        background-color: yellow;*/
        background-color: #ffea3a;
        color: black !important;
        transform: scale(1.08);
    }
.cat-scroll .actcat {
        background-color: #ffea3a;
        color: black !important;
    }
.cat-scroll .actcat i {
    color: black;
}
    .cat-scroll a:hover i {
        color: black;
    } 

.speccat .mapcat-link {
    background-color: var(--mapcat-link-box);
}
.speccat .mapcat-link:hover {
    background-color: #ff0;
}
  

@media (max-width: 5560px){
	nav a {
        font-size: .80rem;
    }
    .navbar i {
    font-size: .7rem;
    }
    .dropdown-menu a .fas {
    font-size: .7rem;
    }
    .dropdown-menu a .far {
    font-size: .7rem;
    }
    .dropdown-menu a .fab {
    font-size: .7rem;
    }
}

@media (max-width: 2320px){
	nav a {
        font-size: .80rem;
    }
    .navbar i {
    font-size: .7rem;
    }
    .dropdown-menu a .fas {
    font-size: .7rem;
    }
    .dropdown-menu a .far {
    font-size: .7rem;
    }
    .dropdown-menu a .fab {
    font-size: .7rem;
    }
}

@media (max-width: 1667px) {
    .navbar {
    
        font-size: 1rem;
    }
    /*
    .navbar i {
        font-size: 1rem;
    }
    */
}

@media (max-width: 1366px) {
    
    nav a {
        font-size: .80rem;
    }
    .navbar i {
    font-size: .8rem;
    }
    .dropdown-menu a .fas {
    font-size: .8rem;
    }
    .dropdown-menu a .far {
    font-size: .8rem;
    }
    .dropdown-menu a .fab {
    font-size: .8rem;
    }
    
}

@media (max-width: 991px) {
    
    nav a {
        font-size: 1rem;
    }
    .nav-profile-name {
              display: inline-block;
          }
    .cat-scroll a {
        padding: .25rem .25rem 0rem .25rem;
    background-color: #373737;
    
    }
    .navbar i {
    font-size: 1rem;
    }
    .nav-text {
        display: inline;
    }
    .nav-text-important {
        display: inline;
    }
    .navbar-brand {
        margin: 0;
    }
    .form-control {
        display: inline;
        width: auto;
    }
    .fa-fw {
     vertical-align: sub;
    }
    .search-box {
    width: 100%;
}
.navbar form button {
        position: absolute;
    right: 10px;
}
}



@media (max-width: 768px) { 
    .navbar {
        font-size: medium;
    }
    .navbar i {
        font-size: medium;
    }
    .nav-text-sort {
        display: none;
    }
    nav .dropdown-item {
        text-align: center;
    }
    .navbar-dark .navbar-nav .nav-link {
    text-align: center;
}
    
}

@media (max-width: 500px) {
    nav .dropdown-item {
    font-size: .7rem;
    padding: .25rem 1rem .25rem 1rem;
    text-align: left;
    
}
.dropdown-menu a .fas {
    font-size: .8rem;
}
.dropdown-menu a .far {
    font-size: .8rem;
}
}
@media (max-width: 437px){
    .nav-text-important {
        display: none;
    }
}
@media (max-width: 434px) { 
    
    .fa-chart-line {
        font-size: 1.3rem !important;
    }
    .search-box input {
        width: 320px;
    }
}

@media (max-width: 320px){
    .search-box input {
    width: 245px;
                    }
}



nav {
    padding: 0px;
}


.new-nav-back {
         border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        background-color: #2a2a2a;
         background-color: var(--nav-background-color);
         box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
     }
nav .dropdown-menu {
     background-color: #2a2a2a !important;
    
}

nav .dropdown-item  {
   color: white !important;
}

nav .dropdown-item:hover {
    color: #FFEA3A !important;
    background-color: black !important;
    border-radius: 0.25rem;
}




nav a {
    color: #bfbfbf !important;
    transition: .2s;
    text-transform: uppercase;
    
}
nav a:hover {
    /*
    color: white !important;
    */
    color: #FFEA3A !important;
    transform: scale(1.05);
    
}



/* LIVE SEARCH */


#result {
    position: absolute;
    overflow-y: inherit;
    max-height: 400px;
    z-index: 10;
    font-size: .7rem;
    list-style: none;
    width: 100%;
  }
      .list-group a {
          color: white;
          transition: .3s;
          
      }
      
      .list-group a:hover {
          color: white;
          text-decoration: none;
      }
      .search-list-item:hover {
           background-color: #212529;
      }
      
      .author-search {
          color: #d1d1d1;
      }
      
      
      .search-list-item {
          padding: 1rem;
          background-color: #2a2a2a;
      }
      .link-class:hover{
       background-color:#000000;
      }
    .maps-section-title {
        color: var(--maps-section-title-color);
    }

/* END OF SEARCH */
.items-back button {
    -webkit-clip-path: polygon(0px 5%, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 5%, 100% 0px, 100% 100%, 0px 100%);
    background-color: #ffea3a;
    background-color: var(--map-copy-code-btn);
    font-family: 'Burbank Big Cd Bk', sans-serif;
    box-shadow: 5px 10px 2px solid black;
    color: #2a2a2a;
    margin-bottom: 2%;
    border: none;
    width: 70%;
    height: 40px;
    transition: .3s;
    border-radius: 0px;

}

.items-back button:hover {
    background-color: #ffff57;
}

.items-back input {
    outline: 0px;
    text-align: center;
    border: 0px;
    background-color: var(--input-box-background-color);
    -webkit-clip-path: polygon(0 0,100% 0,98% 100%,2% 100%);
    clip-path: polygon(0 0,100% 0,98% 100%,2% 100%);
     width: 70%;
    height: 40px;
    margin-bottom: 2%;
    color: var(--input-box-color);
}


.items-back {
    font-family: 'Burbank Big Cd Bk', sans-serif;
}

.items-back-submit input {
    text-align: center;
    border: 0px;
    background-color: #f7f7f7;
    margin-bottom: 2%;
    color: black;
}

.server .item-text a {
    text-transform: uppercase;
}

.server {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    width: 100%;
    position: relative;
    color: var(--card-text-color);
    text-decoration: none;
    background-color: var(--card-background-color);
    transition: all .4s;  
}
.server:hover {
    transform: scale(1.035);
    -webkit-transform: scale(1.035);
    -moz-transform: scale(1.035);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
}


.server a {
    color: #000;
    color: var(--card-text-color);
}

.server h3 {
    margin-bottom: -8px;
    font-size: 1.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
    /*width: 300px;*/
}

hr {
    font-size: 90px;
}



/*IMAGE ZOOM*/

.img-zoom {
  position: relative;
  margin: 2%;
  overflow: hidden;
    width: 100%;
    height: 195px;
    
}

/* holds the size of the images for lazy loading on desktop */
@media (max-width:1199px){.img-zoom{width:100%;height:163px}}@media (max-width:991px){.img-zoom{width:100%;height:118px}}
@media (max-width:767px) {
	.img-zoom {
		width: 100%;
		min-height: 286px;
	}
    .img-zoom a .lazy {
		width: 100%;
		min-height: 286px;
	}
}
@media (max-width:575px) {
	.img-zoom {
		min-height: 297px;
	}
    .img-zoom a .lazy {
		min-height: 297px;
	}
}
@media (max-width:575px) {
	.img-zoom {
		min-height: 297px;
	}
    .img-zoom a .lazy {
		min-height: 297px;
	}
}
@media (max-width:555px) {
	.img-zoom {
		min-height: 286px;
	}
    .img-zoom a .lazy {
		min-height: 286px;
	}
}
@media (max-width:538px) {
	.img-zoom {
		min-height: 276px;
	}
    .img-zoom a .lazy {
		min-height: 276px;
	}
}
@media (max-width:515px) {
	.img-zoom {
		min-height: 263px;
	}
    .img-zoom a .lazy {
		min-height: 263px;
	}
}
@media (max-width:505px) {
	.img-zoom {
		min-height: 257px;
	}
    .img-zoom a .lazy {
		min-height: 257px;
	}
}
@media (max-width:475px) {
	.img-zoom {
		min-height: 240px;
	}
    .img-zoom a .lazy {
		min-height: 240px;
	}
}
@media (max-width:450px) {
	.img-zoom {
		min-height: 226px;
	}
    .img-zoom a .lazy {
		min-height: 226px;
	}
}
@media (max-width:430px) {
	.img-zoom {
		min-height: 215px;
	}
    .img-zoom a .lazy {
		min-height: 215px;
	}
}
@media (max-width:425px) {
	.img-zoom {
		min-height: 222px;
	}
    .img-zoom a .lazy {
		min-height: 222px;
	}
}
@media (max-width:410px) {
	.img-zoom {
		min-height: 204px;
	}
    .img-zoom a .lazy {
		min-height: 204px;
	}
}
@media (max-width:395px) {
	.img-zoom {
		min-height: 195px;
	}
    .img-zoom a .lazy {
		min-height: 195px;
	}
}
@media (max-width:375px) {
	.img-zoom {
		min-height: 194px;
	}
    .img-zoom a .lazy {
		min-height: 194px;
	}
}
@media (max-width:360px) {
	.img-zoom {
		min-height: 185px;
	}
    .img-zoom a .lazy {
		min-height: 185px;
	}
}
@media (max-width:350px) {
	.img-zoom {
		min-height: 170px;
	}
    .img-zoom a .lazy {
		min-height: 170px;
	}
}
@media (max-width:325px) {
	.img-zoom {
		min-height: 156px;
	}
    .img-zoom a .lazy {
		min-height: 156px;
	}
}
@media (max-width:300px) {
	.img-zoom {
		min-height: 142px;
	}
    .img-zoom a .lazy {
		min-height: 142px;
	}
}
@media (max-width:285px) {
	.img-zoom {
		min-height: 133px;
	}
    .img-zoom a .lazy {
		min-height: 133px;
	}
}





.img-zoom img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all .5s;
    transition-timing-function: ease-in-out;
    width: 100%;
}
/*
.img-zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.05);
}
*/

.server .view {
    top: 4px;
    right: 0px;
    width: 30%;
    color: var(--view-text-color);
    left: 70%;
    position: relative;
    z-index: 2;
    color: #ececec;
    text-shadow: 0px 0px 3px black;
    position: absolute;

}
.server .view i {
    color: var(--view-text-color);
    font-size: 1rem;
    width: 0px;
    margin-right: -8px;
    color: #ececec;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid var(--card-text-color);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--card-text-color) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* ************* Help section    ***********************  */
          

.help-back {
    font-family: 'Burbank Big Cd Bk', sans-serif;
    background-image: radial-gradient(circle at center,#00c0ff 0,#6c00ff 100%);
}


.help-back button {
    -webkit-clip-path: polygon(1% 2%, 100% 3%, 99% 96%, 3% 100%);
    clip-path: polygon(1% 2%, 100% 3%, 99% 96%, 3% 100%);
    background-color: #ff0;
    font-family: 'Burbank Big Cd Bk', sans-serif;
    box-shadow: 5px 10px 2px solid black;
    color: #2a2a2a;
    margin-bottom: 2%;
    border: none;
    width: 800px;
    height: 90px;
    transition: .3s;

}

@media (max-width: 1086px) {
    .help-back button {
        width: 100%;
    }
}


.help-back button h1 {
    color: black;
}

.help-back h1 {
    color: white;
}

.help-back h3 {
    color: #ff0;
}

.help-back p {
    color: white;
}

.icon-up-arrow {
    animation: bounce .8s ease-in-out infinite;
    margin-left: 5%;    
}

@media (max-width: 768px) {
    .icon-up-arrow {
        margin-left: 40%;
    }
.server:hover {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.10);
}
}

@keyframes bounce {
    0% {
        transform: translateY(.1em);
    }
    50% {
        transform: translateY(.4em);
    }
    100% {
        transform: translateY(.1em);
    }
}


/* ************ MASTHEAD *********************** */

.mast-head {
    background-image: url(img/headers/home.jpg);
    height: 20vh;
    padding-top: 0;
    padding-bottom: 0;
    background-position: center center;
    background-size: cover;
    
}

.mast-head-error {
    background-image: url(/img/error-pages/error.jpg);
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    background-position: center center;
    background-size: cover;
    
}

.header-text-error h1 {
    color: black;
    font-size: 10em;
}

@media (max-width: 1086px) { 

.header-text-error h1 {
    font-size: 3em;
}
}

@media (max-width: 768px) { 
.header-text-error h1 {
    font-size: 4em;
}
    .mast-head {
    height: 10vh;
}
}


.header-text h1 {
    color: white;
    text-shadow: 4px 4px 0px rgb(0, 0, 0);
    font-size: 5em;
}

.header-text-about h1 {
    color: white;
    text-shadow: 4px 4px 0px rgb(0, 0, 0);
    font-size: 5em;
}

@media (max-width: 1086px) { 

.header-text-about h1 {
    font-size: 3em;
}
}

@media (max-width: 768px) { 
.header-text h1 {
    font-size: 2em;
}
.header-text-about h1 {
    font-size: 1.8em;
}
}

/* ************ Toggle Dark Mode Switch *********** */

/*Simple css to style it like a toggle switch*/
.theme-switch-wrapper {
  display: flex;
  align-items: center;
    display: inline-flex;
    vertical-align: sub;
}
.theme-switch {
  display: inline-block;
    height: 18px;
    position: relative;
    width: 30px;
}

.theme-switch input {
  display:none;
}

.slider {
  background-color: #9f9f9f;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: var(--darkmode-btn-cir);
  bottom: 4px;
  content: "";
  height: 12px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 12px;
}

input:checked + .slider {
  background-color: #383838;
}

input:checked + .slider:before {
  transform: translateX(10px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input:checked + #profaneslider:before{
    background-color: #9f9f9f;
}
#profaneslider.round:before {
    background-color:white;
}

.flwd-true{
              color: rgb(157, 157, 157) !important;
              background-color: var(--input-box-background-color) !important;
          }
          .flwd-false {
              color: rgb(42, 42, 42) !important;
              background-color: rgb(255, 234, 58) !important;
          }

/* ************ FOOTER ****************** */

footer {
    color: white;
}
footer a{
    color: #dbdbdb;
    transition: .3s;
}
footer a:hover {
    text-decoration: none;
    color: #ffffff;
}

.footer-copyright {
    background-color: #151515;
}

.page-footer {
    background-color: var(--page-footer-bg-color);
}

/* Font Awesome */
i {
    color: white;
    font-size: 2em;
    padding-top: 2px;
    padding-right: 30px;
}

input {
         height:50px;
         margin-bottom:.5em;
         width:66%;
         max-width:500px;
         border:0px solid rgba(0, 0, 0, 0.5);
         border-radius: 0px;
         background-color:#f2f2f2;
         padding-left: 10px;
         padding-right: 10px;
     }
/*
input[type="file"] {
    display: none;
}
*/
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

/*     Copied text       */

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}




nav input { 
    border-radius: 0px !important;
    background: transparent !important;
    border: transparent !important;
    color: white !important; 
    top: 9px !important;
    right: 60px;
    /*clip-path: polygon(1% 2%, 100% 3%, 99% 96%, 3% 100%);*/

}

nav input::placeholder {
    color: rgba(255, 255, 255, 0.31) !important;
   
}

nav .btn-outline-success {
    border-radius: 90px !important;
    border: transparent !important;
    outline-color: transparent !important;
     background: rgba(255, 255, 255, 0) !important;
    color: rgba(255,255,255,.5) ;
    box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.5) !important;
}

nav .btn-outline-success:focus {
     border: transparent !important;
}

nav input:active {
    box-shadow: none !important;
    
}

nav input {
  box-shadow: none !important;
}


.search-results h2 a {
    color: #0aaff1;
    transition: .3s;
}

.search-results h2 a:hover {
    color: #0198d4;
} 

.sort-title {
    font-size: .4em;
}

.items-back-submit select {
  background-color: #e0e0e0;
  color: #000000;
  font-size: inherit;
  padding: .8em;
  padding-right: 2.5em;	
  border: 0;
  margin: 0;
  width: 200px;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: '';
  /*Hiding the select arrow for firefox*/
  -moz-appearance: none;
  /*Hiding the select arrow for chrome*/
  -webkit-appearance:none;
  /*Hiding the select arrow default implementation*/
  appearance: none;
}

.car-back {
    min-height: 16rem; 
    padding-top: 0;
    padding-bottom: 0;
    background-position: center center;
    background-size: cover;
 
} 

@media (max-width: 768px) {
    .car-back{
        min-height: 10rem;
    }
}

.mini-game-car {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.65)), url(/images/1743-2048-4798.jpg);
    background-size:cover;
    background-position: center center;
    
}

.hide-seek-car {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.65)), url(/images/6585-8238-0391.jpg);
    background-size:cover;
    background-position: center center;
}



.maze-car {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.65)), url(/images/8145-7857-9681.jpg);
    background-size:cover;
    background-position: center center;
    
}

.puzzle-car {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.65)), url(/images/5970-3385-0426.jpg);
    background-size:cover;
    background-position: center center;
    
}

.support-car {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.65)), url(/img/supportdropnite.jpg);
    background-size:cover;
    background-position: center center;
    
}

.races-car {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.65)), url(/images/FF-Racetrack-v1.jpg);
    background-size:cover;
    background-position: center center;
    
}

.edit-courses-car {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.65)), url(/images/3847-9331-2064.jpg);
    background-size:cover;
    background-position: center center;
    
}

.warm-up-car {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.65)), url(/images/8671-4012-6897.jpg);
    background-size:cover;
    background-position: center center;
    
}

.parkour-car {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.65)), url(/images/8505-0120-9162.jpg);
    background-size:cover;
    background-position: center center;
    
}

.ffa-car {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.65)), url(/images/0886-8331-5300v3.jpg);
    background-size:cover;
    background-position: center center;
    
}

.remakes-car {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.65)), url(/images/2012-6281-8095.jpg);
    background-size:cover;
    background-position: center center;
    
}

.other-car {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.65)), url(/images/2468-2345-3440.jpg);
    background-size:cover;
    background-position: center center;
    
}

.carousel-inner a {
    text-decoration: none;
}

.hidden {
    display:none;
}

.error-back {
    background-color: rgba(255, 255, 255, 0.75);
}

.col-s.left-space, .col-s.right-space {
    position: sticky;
    top: 1.3rem;
    padding: 1rem .75rem;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
}

.col-s {
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
}

.dropdown-submenu {
  position: relative !important;
}

.dropdown-submenu .dropdown-menu {
  top: 0 !important;
  left: 100% !important;
  margin-top: -1px !important;
}
