/* Enter Your Custom CSS Here */
.nav-dark .nav>li>a {
  color: #E50914 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
	}

.nav-dark .nav>li>a:hover {
  color: #000 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
	}

.nav-dropdown>li>a {
	font-size: 18px !important;
	color: #fff!important;
	font-family: 'Share Tech', sans-serif !important;
	text-align: center !important;
	text-transform: uppercase !important;
	}

.nav-dropdown>li>a:hover {
	font-size: 18px !important;
	color: #000!important;		
	}

.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
  background-color: #ffffff !important;    
	}

.icone-play:hover {
  -webkit-filter: drop-shadow(2px 2px 5px #E50914);
  filter: drop-shadow(2px 2px 5px #E50914);
	}


.nav-dropdown {
  padding: 10px 0 10px !important;  
	min-width: 100px !important;
  box-shadow: 1px 1px 15px #e50914bd !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  background-color: #8e0404 !important;  
	}

/*#logo img {
  max-height: 150px;
  -webkit-filter: drop-shadow(2px 2px 4px #000);
  filter: drop-shadow(2px 2px 4px #000);
	}*/

.badge-inner {
  background-color: #ff020c !important;
  color: #fff !important;    
	}

.is-divider {
	display: none !important;
	}

.stuck #logo img {
  max-height: 124px!important;
	-webkit-filter: drop-shadow(0px 0px 0px #000);
  filter: drop-shadow(0px 0px 0px #000);
	}

input[type='submit'], input[type='submit'].button, input[type='submit'], .primary {
    background-color: #e50914 !important;
	}


