@import "https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Roboto:wght@400;500&display=swap";

:root {
    --bg-magic: #18011e;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #18011e !important;
    font-family: 'Robot', sans-serif;
}

.bg-magic {
    background: var(--bg-magic) !important;
    color: white;

}

.info-nav {
    position: relative;
    color: white;
    background: #18011e;
    border: 0;
    padding: 8px 12px;
    transition: all .25s ease;
}

.info-nav.active {
    background: #600c75;
}
/* borde luminoso */
.info-nav.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom,
            #b86cff,
            #ffffff,
            #b86cff);
    box-shadow:
        0 0 8px #b86cff,
        0 0 12px #b86cff,
        0 0 16px #7a5cff;
    border-radius: 2px;
}

.navbar {
    font-family: 'Merriweather', sans-serif;
    text-transform: uppercase;
    font-size: 15px !important;
}

#smooth-content {
    position: relative;
    background-image: url(../img/bg_header-mg.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

/* capa animada del fondo */
#smooth-content::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/bg_header-mg2.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0;
    animation: headerFade 2s ease-in-out infinite;
    z-index: 0;
    pointer-events: none;
}

/* contenido siempre arriba */
#smooth-content > * {
    position: relative;
    z-index: 1;
}

@keyframes headerFade {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
.navbar {
    position: absolute !important;
    z-index: 1;
    width: 100%;
    background: transparent !important;

}

.navbar-nav .nav-item .nav-link {
    color: #bbb3b3 !important;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #ffffffbd !important;
}

.panel {
    min-height: 100vh;
    display: flex;
    align-items: center;
}


.panel:nth-child(2) {
    color: white;
    font-family: 'Merriweather', sans-serif;
}

.badge-info-bg {
    color: white;
    background-color: rgb(90 47 128) !important;
}

.desc-main {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    line-height: 1;
    filter: drop-shadow(2px 4px 6px black);
}

.btn-header {
    text-align: center;
    color: #FFFDFD;
    font-weight: bold;
}

.btn-header a,
.btn-news a,
.btn-rankings a {
    position: relative;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    filter: drop-shadow(2px 4px 6px black) brightness(1.0);
    transition: all .3s ease;
}

.btn-header a img,
.btn-news a img {
    display: block;
    min-width: 242px;
}

.btn-rankings a img {
    min-width: 124px;
    display: block;
}

.btn-header a span,
.btn-news a span,
.btn-rankings a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.btn-rankings a span {
    font-size: 14px;
}

.btn-header .btn-register {
    filter: hue-rotate(180deg);
}

.btn-news a:hover {
    filter: drop-shadow(0px 0px 12px #cc00ff) brightness(1.2) hue-rotate(180deg);
}

.btn-header a:hover,
.btn-rankings a:hover {
    filter: drop-shadow(0px 0px 12px #cc00ff) brightness(1.2);
    transform: scale(1.1);
}

.btn-rankings.active {
    filter: hue-rotate(90deg);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* news */
.news-card {
    position: relative;
    height: 420px;
    border-radius: 6px;
    text-align: start !important;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s ease;
}

.news-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
}

.news-card:hover .news-bg {
    transform: scale(1.1);
}

.news-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px;
    backdrop-filter: blur(2px);
    background: linear-gradient(to top, #18011ec7, #18011ede, transparent);
    color: #fff;
}

.news-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.news-desc {
    font-size: 14px;
    margin-bottom: 15px;
}

.btn-news a img {
    width: 142px;
}

.btn-news a span {
    font-size: 12px;
}

.news-desc a:hover {
    text-decoration: underline;
}

.news-meta {
    font-size: 13px;
    opacity: 0.8;
    margin-bottom: 15px;
}

#canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.box-castle {
    border-radius: 6px;
    background: url(../img/bgcastle.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;

    transition: all .3s ease;
}

.box-castle:hover,
.box-rankings:hover,
.box-stream:hover,
.news-card:hover {
    transform: translateY(-10px) !important;
}

.box-castle .content-castle {
    color: white !important;
    font-family: 'Merriweather', sans-serif !important;
    backdrop-filter: blur(3px);
    background: linear-gradient(to top, #18011e, #18011e, transparent);
}

.title-news,
.title-stream {
    font-family: 'Merriweather', sans-serif;
}


.box-stream {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 4px;
}

.box-stream.twitch-b img,
.box-stream.youtube-b img {
    filter: drop-shadow(2px 4px 6px black);
}

.box-stream.twitch-b {
    background: url(../img/rs/rsbg.png) no-repeat;
    background-size: cover;
}

.box-stream.youtube-b {
    background: url(../img/rs/rsbg1.png) no-repeat;
    background-size: cover;
}

.box-stream.facebook-b {
    background: url(../img/rs/rsbg2.jpg) center 25% no-repeat;
    background-size: cover;
}

.box-stream:hover {
    filter: brightness(1.2);
}

.box-stream .twitch {
    transition: all .3s ease;
    filter: drop-shadow(0px 0px 12px black);
}

.box-stream:hover .twitch {
    scale: 1.2 !important;
}

.box-rankings {
    color: white;
    background: url(../img/bgrank.jpg) bottom right no-repeat;
    background-size: cover;
    border-radius: 6px;
    transition: all .3s ease;
}

.box-rankings .rank-overlay {
    background: linear-gradient(to top, black, rgba(0, 0, 0, 0.418), transparent);
    backdrop-filter: blur(3px);
    border-radius: 6px;
}

/* rankings tabs */
/* RANKINGS MODULE */

.page-title {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.3rem;
    color: var(--bs-heading-color);
}

.rankings-table {
    width: 100%;
    border-spacing: 0 0.2em;
    --bs-table-bg: transparent !important;
    border-collapse: separate !important;
    --bs-table-border-color: transparent !important;
    font-family: 'merriweather', sans-serif;
}



.rankings-class-image {
    width: 30px;
    height: auto;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.rankings-table tr {
    transition: all .3s ease;

}

.rankings-table tr td {
    font-size: 16px !important;
}


.rankings-table tr td a {
    color: #ffffff !important;
    font-family: 'merriweather', sans-serif;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.rankings-table tr td a:hover {
    color: rgba(255, 255, 255, 0.507) !important;
}

.rankings-table tr th {
    padding: 10px;
    font-size: 14px;
    font-weight: light !important;
    color: #ffffffce;
    text-shadow: 0 2px 5px #000000be;
    text-align: center;
}


.rankings-table thead {
    transition: all 0.3s ease;
}

.rankings-table tbody tr {
    background: rgba(255, 255, 255, 0) !important;
    transition: all 0.3s ease;
}

.rankings-table tr td {
    padding: 10px;
    font-size: 16px;
    vertical-align: middle !important;
    text-align: center;
    color: #ffffff !important;
    font-weight: light !important;
}

.rankings-table tbody tr:nth-child(1) td.rankings-table-place {
    background-image: url('../img/bg-ranknumber.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: hue-rotate(130deg) saturate(1.5) brightness(1.2) drop-shadow(0px 0px 6px black);
}

.rankings-table tbody tr:nth-child(2) td.rankings-table-place {
    background-image: url('../img/bg-ranknumber.svg');
    background-size: contain;
    filter: hue-rotate(180deg) grayscale(0.7) brightness(1.3) drop-shadow(0px 0px 6px black);
    background-repeat: no-repeat;
    background-position: center center;
}

.rankings-table tbody tr:nth-child(3) td.rankings-table-place {
    background-image: url('../img/bg-ranknumber.svg');
    background-size: contain;
    filter: hue-rotate(80deg) sepia(0.4) saturate(1.3) drop-shadow(0px 0px 6px black);
    background-repeat: no-repeat;
    background-position: center center;
    filter: hue-rotate(500deg);
}

.rankings-table tr:first-child td {
    color: #ffffff;
    border-bottom: 3px solid transparent !important;
}

.rankings-update-time {
    text-align: right;
    font-size: 11px;
    color: #ccc;
    padding: 10px 0px;
}

.rankings_menu {
    width: 100%;
    overflow: auto;
    text-align: center;
    margin-bottom: 10px;
}

.rankings_menu span {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    color: #ccc;
    font-size: 24px;
}

.rankings_menu a {
    display: inline-block;
    width: 150px;
    border-left: 4px solid #e3e3e3;
    text-align: center;
    padding: 2px 0px;
    text-decoration: none;
    margin: 2px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #ffffff;
    transition: all .3s ease;
}

.rankings_menu a:hover {
    color: #3498db;
    border-color: #000000;
}

.rankings_menu a.active {
    color: #ffffff;
    border-color: #000000;
}

.rankings_guild_logo tr td {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.rankings-gens-img {
    width: auto !important;
    height: 30px !important;
    border: 0 !important;
    -moz-box-shadow: 0 0 0px #000 !important;
    -webkit-box-shadow: 0 0 0px #000 !important;
    box-shadow: 0 0 0px #000 !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.nav-tabs .nav-link {
    border-radius: 0 !important;
    background: transparent !important;
    font-family: 'Merriweather', sans-serif;
    color: white !important;
    text-align: center !important;
    border: 0 !important;
}

.nav-tabs .nav-link:hover {
    border: 0 !important;
}

.nav-tabs .nav-link.active {
    border: 0 !important;
}

.nav-tabs {
    border: 0 !important;
}

.footer {
    position: relative;
    padding: 80px 20px 40px;
    background: url(../img/bg-bottom.svg) no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    overflow: hidden;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
}

/* links */

.footer-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-links a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s;
}

.footer-links a:hover {
    color: white;
}

/* redes */

.footer-social {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 10px;
}

.social {
    width: 45px;
    height: 45px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    transition: 0.3s;
}

.social:hover {
    border-color: #fff;
    transform: translateY(-4px);
}

/* marca gigante */

.footer-brand {
    font-size: clamp(60px, 12vw, 160px);
    font-weight: bolder;
    color: rgba(255, 255, 255, 0.05);
    margin-bottom: 10px;
    line-height: 1;
    user-select: none;
}

/* copyright */

.footer-copy {
    font-size: 12px;
    color: #666;
    letter-spacing: 2px;
}

@media (max-width: 465px) {

    .responsive-btn .justify-content-end,
    .responsive-btn .justify-content-start {
        justify-content: center !important;
    }
}

.stats-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* cajas normales */

.stat-box {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    padding: 10px 18px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    min-width: 120px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* circulo online */

.stat-online {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 2px solid #600c75;
    box-shadow:
        0 0 10px rgba(0, 255, 120, 0.5),
        inset 0 0 10px rgba(0, 255, 120, 0.3);
    animation: pulseOnline 2s infinite;

}


/* numeros */

.stat-number {
    font-size: 18px;
    font-weight: bold;
    color: white;
    line-height: 1;
}

/* label */

.stat-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #cfcfcf;
    letter-spacing: 1px;
}

@keyframes pulseOnline {
    0% {
        box-shadow: 0 0 8px rgba(0, 255, 120, 0.5);
    }

    50% {
        box-shadow: 0 0 20px rgba(0, 255, 120, 0.9);
    }

    100% {
        box-shadow: 0 0 8px rgba(0, 255, 120, 0.5);
    }
}


.aboutSlider {
    width: 100%;
    padding: 100px 0;
}

.aboutSlider .swiper-slide {
    width: 900px;
    transition: all .4s ease;
    opacity: .35;
    transform: scale(.8);
}

.aboutSlider .swiper-slide img {
    width: 100%;
    border-radius: 16px;
    max-height: 500px !important;
}

.aboutSlider .swiper-slide-active {
    opacity: 1;
    transform: scale(0.8) !important;
    z-index: 2;
}

.aboutSlider .swiper-slide-prev {
    filter: brightness(0.8) !important;
    transform: translate3d(458px, 0px, -300px) rotateX(0deg) rotateY(0deg) scale(0.8) !important;
}

.aboutSlider .swiper-slide-next {
    filter: brightness(0.8) !important;
    transform: translate3d(-458px, 0px, -300px) rotateX(0deg) rotateY(0deg) scale(0.8) !important;
}

.about-card {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.75);
    border-radius: 0 0 12px 12px;
}


/* Modulos */

.info-box {
    background: #18011e !important;
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 24px;
    height: 75vh;
    overflow: auto!important;
    color: white;
    border: 1px solid rgba(120, 80, 255, 0.4);
    position: relative;
    overflow: hidden;
}

.accordion-button:not(.collapsed) {
    box-shadow: none!important;
    background: #600c75!important;
    border: 1px solid rgba(120, 80, 255, 0.4);
}
.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    filter: invert(1) grayscale(1);
}
.accordion-button {
    box-shadow: none!important;
}


.modulos-sect {
    background: linear-gradient(to bottom, var(--bg-magic), transparent);
}

.login-section {
    background: #18011e;
    height: 100%;
    border-radius: 16px;
    color: white;
}

.login-section img {
    max-width: 200px;
    height: auto;
    filter: drop-shadow(2px 4px 6px rgb(43, 49, 133));
}

.login-section form input {
    background: rgba(35, 39, 89, 0.151) !important;
    color: white !important;
    border: 1px solid rgb(43, 49, 133) !important;
    border-radius: 8;
}

.register-a {
    color: #00c3ff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    transition: color .3s ease
}

.register-a:hover {
    color: #00c3ffbd;
}

.login-section form input::placeholder {
    color: #aaa !important;
}

.down-left-login {
    width: 14px !important;
    margin-inline: 4px;
    filter: invert(1) brightness(1.5) !important;
    transition: all 0.3s ease;
}

.to-site-login {
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px !important;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.to-site-login:hover {
    color: white !important;
}

.to-site-login:hover .down-left-login {
    margin-right: 12px;
}

.btn-panel {
    transform: skewX(-10deg);
    border-radius: 4px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    width: 100%;
    color: white !important;
    background: rgb(42, 48, 129) !important;
    transition: all .3s ease !important;
    box-shadow: 0px 0px 20px rgb(42, 48, 129);
}

.btn-panel span {
    transform: skewX(10deg);
    display: block;
}

.btn-panel:hover {
    transform: skewX(-10deg) translateY(-5px);
    box-shadow: 0px 0px 40px rgb(42, 48, 129);
    filter: brightness(1.1);

}





/* PLAYER PROFILES */
.profiles_player_card {
	width: 100%;
	overflow: auto;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
	border: 1px solid #333;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	padding: 20px;
}

	.DW.profiles_player_card, .SM.profiles_player_card, .GM.profiles_player_card, .SW.profiles_player_card, .DSW.profiles_player_card { background: url('../img/profiles/wiz.jpg') no-repeat; background-size: cover; }
	.DK.profiles_player_card, .BK.profiles_player_card, .BM.profiles_player_card, .DGK.profiles_player_card, .IGK.profiles_player_card { background: url('../img/profiles/knight.jpg') no-repeat; background-size: cover; }
	.ELF.profiles_player_card, .ME.profiles_player_card, .HE.profiles_player_card, .NE.profiles_player_card, .RYE.profiles_player_card { background: url('../img/profiles/elf.jpg') no-repeat; background-size: cover; }
	.MG.profiles_player_card, .DM.profiles_player_card, .MK.profiles_player_card, .DPK.profiles_player_card { background: url('../img/profiles/mg.jpg') no-repeat; background-size: cover; }
	.DL.profiles_player_card, .LE.profiles_player_card, .EL.profiles_player_card, .FCE.profiles_player_card { background: url('../img/profiles/dl.jpg') no-repeat; background-size: cover; }
	.SUM.profiles_player_card, .BS.profiles_player_card, .DSM.profiles_player_card, .DS.profiles_player_card, .ESUM.profiles_player_card { background: url('../img/profiles/sum.jpg') no-repeat; background-size: cover; }
	.RF.profiles_player_card, .FM.profiles_player_card, .FB.profiles_player_card, .BF.profiles_player_card { background: url('../img/profiles/rf.jpg') no-repeat; background-size: cover; }
	.GL.profiles_player_card, .ML.profiles_player_card, .SL.profiles_player_card, .AL.profiles_player_card { background: url('../img/profiles/gl.jpg') no-repeat; background-size: cover; }
	.RW.profiles_player_card, .RSM.profiles_player_card, .GRM.profiles_player_card, .MRW.profiles_player_card, .IRW.profiles_player_card { background: url('../img/profiles/rw.jpg') no-repeat; background-size: cover; }
	.SLR.profiles_player_card, .SLRR.profiles_player_card, .MSLR.profiles_player_card, .SLTR.profiles_player_card, .RS.profiles_player_card { background: url('../img/profiles/sl.jpg') no-repeat; background-size: cover; }
	.GC.profiles_player_card, .GB.profiles_player_card, .MGB.profiles_player_card, .HGC.profiles_player_card, .MGC.profiles_player_card { background: url('../img/profiles/gc.jpg') no-repeat; background-size: cover; }
	.LIW.profiles_player_card, .LIM.profiles_player_card, .SHW.profiles_player_card, .LUW.profiles_player_card, .GLW.profiles_player_card { background: url('../img/profiles/liw.jpg') no-repeat; background-size: cover; }
	.LEM.profiles_player_card, .WAM.profiles_player_card, .ARM.profiles_player_card, .MYM.profiles_player_card, .BAM.profiles_player_card { background: url('../img/profiles/lem.jpg') no-repeat; background-size: cover; }
	.IK.profiles_player_card, .MIK.profiles_player_card, .IM.profiles_player_card, .MYK.profiles_player_card, .PPK.profiles_player_card { background: url('../img/profiles/ik.jpg') no-repeat; background-size: cover; }
	.ALC.profiles_player_card, .ALMN.profiles_player_card, .ALMTR.profiles_player_card, .ALFC.profiles_player_card, .CRE.profiles_player_card { background: url('../img/profiles/alc.jpg') no-repeat; background-size: cover; }

.profiles_player_content {
	float: right;
	width: 50%;
	color: #fff;
}

.profiles_player_table {
	width: 100%;
}

.profiles_player_table .cname {
	font-family: 'Cinzel', serif;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.profiles_player_table .cclass {
	text-align: center;
	font-size: 11px;
	color: #eee;
}

.profiles_player_table .isoffline {
	color: #ff0000;
}

.profiles_player_table .isonline {
	color: #00ff00;
}

.profiles_player_table_info {
	table-layout: fixed;
	margin-top: 10px;
}
.profiles_player_table_info tr td {
	padding: 3px 10px;
}
.profiles_player_table_info tr td:first-child {
	text-align: right;
}


/* ============== RANKING FILTERING =========== */

.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	margin: 20px auto;
	padding: 10px 20px;
	-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;
	width: 75px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
}

	.rankings-class-filter-selection:hover {
		color: #00c3ff !important;
	}

    .rankings-class-filter-grayscale:hover {
        filter: grayscale(0);
    }

	.rankings-class-filter-selection:hover img {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}

.rankings-class-filter-selection img {
	width: 40px;
	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%);
}


