/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/
/*# sourceMappingURL=maps/custom.css.map */

.btn-whatsapp {
	   display:block;
	   width:60px;
	   height:60px;
	   color:#fff;
	   position: fixed;
	   right:23px;
	   bottom:105px;
	   border-radius:50%;
	   line-height:80px;
	   text-align:center;
	   z-index:999;
}

.btn-discord {    
		display: block;
		width: 65px;
		height: 65px;
		color: #fff;
		position: fixed;
		right: 20px;
		bottom: 105px;
		border-radius: 50%;
		line-height: 80px;
		text-align: center;
		z-index: 999;
}

.rankblock {
	max-width: 270px;
	width: 100%;
	background: #16191b;
	position: fixed;
	left: -270px;
	top: 45%;
	z-index: 101;
	padding: 20px;
	transform: translate(0%,-50%);
	transition: 0.5s;
}

.rankblockhover {
	position: absolute;
	right: -70px;
	background: #000;
	padding: 13px 30px 13px 30px;
	text-transform: uppercase;
	font-size: 15px;
	color: #ff9900;
	transform: rotate(-90deg);
	letter-spacing: 3px;
	display: block;
	height: 38px;
	font-weight: bold;
}

.pull-right {
    float: right !important;
}

.img-circle {
    border-radius: 50%;
	padding: 2px;
}

.char-0 {
    border: 2px solid #D0D0D0;
    vertical-align: middle;
}

.char-1 {
    border: 2px solid #b1e730;
    vertical-align: middle;
}

.modal-dialog {
		margin: 100px auto;
	}

@media (min-width: 576px) {
	.modal-dialog {
		margin: 75px auto;
	}
}

@media (min-width: 768px) and (max-width: 1919px) {
	.site-header--landing .header-logo--img img {
		max-width: 750px;
	}
}

@media (max-width: 767px) {
	.site-header--landing .header-logo--img img {
		max-width: 275px;
	}
	.site-header--top .header-logo--img img, .site-header--bottom .header-logo--img img {
		max-width: 145px;
		margin-top: 0px;
	}
}

@media (min-width: 1200px) {
	.site-header--top .header-logo--img img, .site-header--bottom .header-logo--img img {
		margin-left:50px;
	}
	.main-nav__list > li {
    padding-left: 1rem !important;
    padding-right: 1.875rem !important;
	}
}

@media (min-width: 1300px) {
	.main-nav__list > li {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
	}
}

/* RANKINGS FILTER BY CLASS */

.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

	.rankings-class-filter li {
		display: inline-block;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin-bottom: 10px;
	}
	
	.rankings-class-filter li:hover {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

.rankings-class-filter-selection {
	display: inline-block;
	text-align: center;
	color: #ff9900;
	font-size: 12px;
	cursor: pointer;
}

	.rankings-class-filter-selection:hover {
		color: #ff9900 !important;
	}

	.rankings-class-filter-selection:hover img {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}

.rankings-class-filter-selection img {
	width: 50px;
	height: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	margin-bottom: 5px;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}

.rankings-class-filter-grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}