body {
	margin-top: 32px !important;
}
.navbar-af {
	position: fixed !important;
	top: 0px !important;
	left: 0px;
	min-width: 100% !important;
	height: 42px !important;
	box-sizing: border-box !important;
	border: 0px solid black !important;
	box-shadow: 0px 4px 0px 0px #aea4a2 !important;
	background-color: #333 !important;
	z-index: 9999 !important;
	color: #FFF !important;
	font-size: 14px !important;
	font-family: sans-serif;
	text-align: center !important; 
	text-transform: UPPERCASE !important;
}

.navbar-af .login .btn {
	background-color: #2ecc71;
}
.navbar-af .separator {
	width: 1px;
	background-color: #444;
	border-left: 1px solid #181818;
	padding: 0;
}

/*Strip the ul of padding and list styling*/
.navbar-af ul {
	list-style-type:none;
	margin:0 auto;
	padding:0;
	position: relative;
	display: inline-block;
}

/*Create a horizontal list with spacing*/
.navbar-af li {
	display:inline-block;
	float: left;
}

/*Style for menu links*/

.navbar-af li a {
	min-width:140px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #fff;	padding: 13px 20px;
	text-decoration: none;
}
.navbar-af li .navbar-icon {
	margin-left: -5px;
    margin-right: 3px;
    margin-top: -16px;
    padding-left: -5px;
    width: 24px;
	position: relative;
    top: 7px;
}
/*Hover state for top level links*/

.navbar-af li:hover a,
.navbar-af li:focus a, 
.navbar-af li a.selected{
	text-shadow: rgba(255, 255, 255, 0.498039) 0px 0px 5px;
	border-bottom: 4px solid #72c02c;
	background-color: #232323 !important;
	text-decoration: none;
}

/*.navbar-af  li a.selected::after{
	  content: "";
	  border-left: 6px solid transparent !important;
	  border-right: 6px solid transparent !important;
	  border-bottom: 6px solid #F5F5F5;
	  border-top: none;
	  height: 0;
	  width: 0;
	  bottom: 0;
	  top: 39px;
	  margin-left: -45;
	  position: absolute;
}*/

/*Style for dropdown links*/
.navbar-af li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
.navbar-af li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
.navbar-af li ul {
	display: none;
}

/*Make dropdown links vertical*/
.navbar-af li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.navbar-af li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
.navbar-af ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.navbar-af .show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #19c589;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
.navbar-af input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.navbar-af input[type=checkbox]:checked ~ #menu{
    display: block;
}
.navbar-af ul .margin {
	margin-top: 10px !important; 
	margin-left: 20px; 
	line-height: 17px; 
	margin-right: 20px;
}
.navbar-af ul .margin-left {
	margin-left: 20px; 
}

.navbar-af ul .social {
	padding: 15px 13px 10px 13px !important; 
	line-height: 48px;"
}
.navbar-af .hide-large{
	display: none;
}
/*Responsive Styles*/
@media screen and (max-width : 1700px){
	.navbar-af ul {
		left: 13%;
	}
}
@media screen and (max-width : 1450px){
	.navbar-af ul {
		left: 10% !important;
		font-size: 13px;
	}
	.navbar-af ul .margin{
		margin-left: 20px; 
		margin-right: 20px;
	}
	.navbar-af ul .social {
		padding: 15px 15px 10px 15px; 
	}
}
@media screen and (max-width : 1350px){
	.navbar-af ul .margin-left {
		margin-left: 5px; 
	}
}
@media screen and (max-width : 1300px){
	.navbar-af ul {
		left: 8% !important;
		font-size: 12px;
	}
	.navbar-af ul .margin{
		margin-left: 10px; 
		margin-right: 10px;
	}
	.navbar-af ul .social {
		padding: 15px 10px 10px 10px; 
	}
}
@media screen and (max-width : 1150px){
	.navbar-af ul {
		left: 3% !important;
	}
}
@media screen and (max-width : 1100px){
	.navbar-af ul .pseudo {
		display: none;
	}
}
@media screen and (max-width : 1040px){
	.navbar-af ul {
		left: 1% !important;
	}
}
@media screen and (max-width : 1000px){
	.navbar-af #menu {
		margin-top: -5px;
	}
	/*Make dropdown links appear inline*/
	.navbar-af ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.navbar-af li {
		border-bottom: 1px solid #444;
		background-color: #333 ;
		/* margin-bottom: 1px; */ 
	}
	/*Make all menu links full width*/
	.navbar-af ul li, .navbar-af li a {
		width: 100%;
		display:block;
		background-color: #333 !important;
		line-height: 0px !important;
	}
	/*Display 'show menu' link*/
	.navbar-af .show-menu {
		display:block;
		border-bottom: 1px solid #444;
		color: #63D220;
		background-color: #232323;
	}
	
	.navbar-af {
		border: none !important;
		background-color: none !important;
	}
	.navbar-af .hide-large{
		display: inline-block;
	}
	.navbar-af li.hide-large:hover a{
		background-color: #333 !important;
	}
	.navbar-af li.hide-large a:hover{
		background-color: #232323 !important;
	}
	.navbar-af .hide-large a{
		display: inline-block !important;
		text-align: center;
		width: 50px;
		padding: 6px !important;
	}
	/*.navbar-af .hide-large a:hover {
		background-color: #232323 !important;
	}*/
	.navbar-af .hide-mobile {
		display: none;
	}
	.navbar-af ul .margin {
		margin: 0!important;
		padding-top: 8px !important;
		height: 36px;
	}
	.navbar-af ul .margin .player-bar{
		width: 35%;
		margin: 0 auto;
		padding-top: 3px;
	}
	.navbar-af .af-btn-navbar {
		padding-top: 0 !important;
	}
	.navbar-af .af-btn-navbar a{
		padding: 8px !important;
	}
	
	.navbar-af li a.selected{
		border-bottom: 0 !important;
	}
	.navbar-af li a {
		height: initial;
		padding: 12px !important;
		text-align: left;
		padding-left: 33% !important;
		min-width: 65px;
	}
	.navbar-af li a i {
		margin-right: 5px;
	}
	.navbar-af li:hover a,
	.navbar-af li:focus a {
		border-bottom: 0px;
	}
	
	.navbar-af li a.selected{
		border-bottom: 4px solid #72c02c;
	}
	
	.navbar-af  li a.selected::after{
		display: none;
	}
	
	.btn-navbar {
		margin-left: 0px !important;
		margin-right: 0px !important;
		text-align: center !important;
	}
}

.navbar-af .btn-cust {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.navbar-af .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.navbar-af .btn:hover,
.navbar-af .btn:focus {
  color: #333333;
  text-decoration: none;
}

.navbar-af .btn:active,
.navbar-af .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.navbar-af .btn-success {
  color: #ffffff;
  background-color: #72c02c !important;
}

.navbar-af .btn-success:hover,
.navbar-af .btn-success:focus,
.navbar-af .btn-success:active,
.navbar-af .btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #5fb611 !important;
}

.navbar-af .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.navbar-af .btn-warning:hover,
.navbar-af .btn-warning:focus,
.navbar-af .btn-warning:active,
.navbar-af .btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.navbar-af .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.navbar-af .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #72c02c;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.navbar-af .progress-bar-danger {
  background-color: #d9534f;
}

.navbar-af .progress-bar-warning {
  background-color: #f0ad4e;
}

.navbar-af .progress-bar-info {
  background-color: #5bc0de;
}

.navbar-af .progress-bar-success {
  background-color: #5cb85c;
}
.navbar-af .icon-highlight{
	position: relative;
    background: linear-gradient(rgba(255, 112, 0, 0.77),#FF8100) !important;
    box-shadow: 0 0 3px 2px #B9561D,inset 0 0 0 #fff;
    top: 1px;
	margin-right: 7px;
    right: -10px;
    height: 0;
    padding: 2px 4px;
}
.btn-navbar {
	line-height: 0px !important;
	padding: 0px 0px !important;
	margin-left: 10px;
	margin-right: 10px;
}
/*

  @-webkit-keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
   
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
        
    }
}
@-moz-keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
        
    }
}
@-ms-keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
   
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
   
    }
}
@keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
  
    }
}
.navbar-af{
	background-image: url('https://allfightpvp.com/includes/navbar/img/snow.png'), url('https://allfightpvp.com/includes/navbar/img/snow2.png'), url('https://allfightpvp.com/includes/navbar/img/snow3.png');
	  -webkit-animation: snow 20s linear infinite;
	-moz-animation: snow 20s linear infinite;
	-ms-animation: snow 20s linear infinite;
	animation: snow 20s linear infinite;
}
*/