/* Fonts */
@font-face {
  font-family: 'Univers';
  src: url(../webfonts/Univers/univers-condensed-57-regular.otf);
}

@font-face {
  font-family: 'Skater Girls Rock';
  src: url(../webfonts/SkaterGirlsRock/SkaterGirlsRock.ttf);
}

html {
	position: relative;
	min-height: 100%;
}

body,
h1,
h2,
h3 {
    font-family: Roboto, sans-serif;
}

body {
	background:#fff;
	margin-bottom: 350px;
}

.nav-top {
	padding:10px 0;
	height:80px;
	background:#000;
	z-index:1004;
	position:relative;
}

.nav-top::after {
	content: '';
	clear: both;
	display: block;
}

.nav-top .logo {
	width:260px;
	height:80px;
	float:left;
}

.nav-top .logo img {
	position:absolute;
	margin-top:5px;
}

.navbar-menu {
	background:#0d0d0d;
}

.navbar-menu .container {
	padding-top:0;
}

.navbar-custom .collapse {
	margin-top:-10px;
}

.navbar-custom {
	z-index:1003;
	padding-left:0;
	padding-right:0;
	padding:0;
	margin-top:0;
	width:100%;
	border-radius:0;
	background:transparent;
	transition: color .3s cubic-bezier(.17, .67, .83, .67);
	-webkit-transition: margin-top .1s ease-out;
       -o-transition: margin-top .1s ease-out;
          transition: margin-top .1s ease-out;
	font-family: Roboto, sans-serif;
}

.navbar-custom .navbar-brand {
	position:absolute;
	margin-top:50px;
	display:none;
}

.navbar-custom .navbar-brand img {
	width:200px;
}

.navbar-custom .navbar-nav {
	width:auto;
	padding:6px 0;
}

.navbar-custom .navbar-nav li {
	margin:0 5px;
}

.navbar-custom .navbar-nav li:first-child {
	margin-left:0;
}

.navbar-custom .navbar-nav li:last-child {
	margin-right:0;
}

.navbar-custom .navbar-nav li a {
	color:#FFFFFF;
	font-size:13px;
	letter-spacing:1px;
	font-weight:normal;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family: 'Univers';
	text-align:center;
}

.navbar-custom .navbar-nav .nav-item.show .nav-link:hover,
.navbar-custom .navbar-nav .nav-item.show .nav-link:focus,
.navbar-custom .navbar-nav .nav-item .nav-link:hover {
	color:#dedcdc;
}

.navbar-custom .navbar-nav li a small {
	display:block;
}

.navbar-custom .navbar-nav li a i {
	margin-right:4px;
}

.navbar-custom .dropdown .dropdown-menu {
	width: auto;
	min-width: 280px;
	margin-top:6px;
	padding:10px 10px;
}

.navbar-custom .dropdown .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 20%;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.navbar-custom .dropdown .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 20%;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}

.navbar-custom .dropdown .dropdown-menu-right:before,
.navbar-custom .dropdown .dropdown-menu-right:after {
	left:initial;
	right: 30%;
}

.navbar-custom .dropdown .dropdown-menu form {
	padding:0 10px !important;
}

.navbar-custom .dropdown .dropdown-menu label {
	font-size:14px;
	font-weight:bold;
	color:#404341;
}

.navbar-custom .dropdown .dropdown-menu .head h2 {
	margin:10px 0 0 0;
	color:#f520dc;
	text-transform:uppercase;
	font-size:14px;
}

.navbar-custom .dropdown .dropdown-menu .head p {
	margin:0 0 10px 0;
	color:#757575;
	font-size:12px;
}

.navbar-custom .dropdown .dropdown-menu a,
.navbar-custom .dropdown .dropdown-menu a:focus,
.navbar-custom .dropdown .dropdown-menu a:active {
	text-align:left;
	background:transparent;
	color:#615E5F;
	font-size:13px;
	font-weight:normal;
	padding:10px 5px;
	border-bottom:1px solid rgba(117,117,117,0.1);
}

.navbar-custom .dropdown .dropdown-menu a:hover {
	color:#615E5F;
}

.navbar-custom .dropdown .dropdown-menu a:first-child {
	margin-top:0;
}

.navbar-custom .dropdown .dropdown-menu a:last-child {
	border-bottom-color:transparent;
}

.navbar-custom .dropdown .dropdown-menu a i {
	color:#f520dc;
}

.navbar-custom .navbar-nav > li:first-child {
	padding-left:0 !important;
}

.navbar-custom .navbar-nav li:last-child {
	padding-right:0 !important;
}

.navbar-custom .navbar-nav > li:first-child:before {
	display:none;
}

.navbar-custom .dropdown-toggle::after {
    display:none;
}

.navbar-custom .dropdown .dropdown-menu input {
	font-size:14px;
	padding:0 10px;
}

.navbar-custom .dropdown .dropdown-menu .btn {
	width:100%;
	background:#f520dc;
	border-color:#c902b2;
}

.navbar-custom .dropdown .dropdown-menu .btn:focus,
.navbar-custom .dropdown .dropdown-menu .btn:hover,
.navbar-custom .dropdown .dropdown-menu .btn:active {
	background:#c902b2;
}

.navbar-custom .dropdown .dropdown-menu .links {
	margin:20px 0 0 0;
}

.navbar-custom .dropdown .dropdown-menu .links a {
	color:#f520dc;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	margin:10px 0;
	padding:0;
	border:0;
}

.navbar-custom .dropdown .dropdown-menu .links a:hover {
	color:#c902b2;
}

.navbar-custom .dropdown .dropdown-menu .links .links::after {
	display: block;
    content: "";
    clear: both;
}

@media (min-width: 992px) {
  .navbar-custom .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.navbar-custom .slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.community-bar {
	float:right;
	padding:0;
	margin-top:5px;
	width: auto;
	height:auto;
	background:transparent;
}

.community-bar .community-links {
	float:left;
	margin-right:20px;
	line-height:40px;
}

.community-bar .community-links .item {
	float:left;
	margin:10px 5px;
	display:inline-block;
	width:25px;
	height:25px;
	line-height:25px;
	background:#fff;
	color:#000;
	text-align:center;
	border-radius:50%;
	-webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.community-bar .community-links .item:hover {
	transform: scale(1.2);
}

/*
.community-bar .server-info {
	float:left;
	width:auto;
	margin-top:5px;
	margin-right:10px;
	line-height:40px;
}

.community-bar .server-info .item {
	float: left;
	color: #fff;
}

.community-bar .server-info .item .icon {
	float: left;
	margin-right: 5px;
}

.community-bar .server-info .item .desc {
	float: left;
	font-family:'Univers';
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:40px;
	position:relative;
	padding-right:4px;
}

.community-bar .server-info .item .desc .circle {
	position: absolute;
	font-size: 3px;
	margin-top: 1px;
	margin-left: 5px;
}*/

.community-bar .server-status {
	float:left;
	width:auto;
	margin-top:5px;
	margin-right:20px;
	line-height:40px;
}

.community-bar .server-status .item {
	float:left;
	margin-right:10px;
}

.community-bar .server-status .item:last-child {
	margin-right:0;
}

.community-bar .server-status .item .desc {
	float:left;
	color:#fff;
	font-family:'Univers';
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:40px;
	position:relative;
	padding-right:4px;
}

.community-bar .server-status .item .desc i {
	font-size:3px;
	position:absolute;
	margin-top:19px;
	right:-3px;
}

.community-bar .server-status .item .icon {
	float:right;
	transform: rotate(90deg);
	line-height:40px;
}

.community-bar .server-status .item .icon.lt {
	float: left;
}

.community-bar .server-status .item .desc.rt {
	float: right;
}

.community-bar .server-status .item .desc.rt span {
	margin-left: 2px;
}

.community-bar .server-status .item.online .icon {
	color:#fff;
}

.community-bar .server-status .item.offline .icon {
	color:#AAAAAA;
	transform: rotate(90deg) scaleX(-1);
}

.community-bar .server-status .item .icon i {
	font-size:22px;
}

.community-bar .server-status .item .icon.lt {
	margin-right: 8px;
	font-size: 10px;
	color: #fff;
	transform: none;
	line-height:44px;
}

.community-bar .server-status .item .icon.lt i {
	font-size: 18px;
}

.community-bar .server-status .item::after {
	content: '';
	clear: both;
	display: block;
}

.community-bar .search-database {
	float:right;
	position:relative;
}

.community-bar .search-database {
	margin-top:10px;
}

.community-bar .search-database input,
.community-bar .search-database select,
.community-bar .search-database button,
.community-bar .search-database .dropdown {
	float:left;
	line-height:25px;
	outline:0;
}

.community-bar .search-database input {
	width:150px;
	background:#fff;
	padding-left:30px;
	border-right:0 !important;
	border:1px solid #f520dc;
	border-radius:40px 0 0 40px !important;
}

.community-bar .search-database input:focus {
	background:#fff !important;
	border-color:#f520dc;
}

.community-bar .search-database .dropdown button {
	min-width:100px;
}

.community-bar .search-database .dropdown button,
.community-bar .search-database .dropdown button:active,
.community-bar .search-database .dropdown button:focus,
.community-bar .search-database .dropdown button:visited {
	padding:0 10px;
	background:#fff;
	color:#757575;
	font-size:13px;
	height:35px;
	border:1px solid #f520dc;
	border-left:0 !important;
	border-right:0 !important;
	border-radius:0 !important;
	outline:0;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.community-bar .search-database .dropdown .dropdown-toggle::after {
    float:right;
	margin-top:10px;
}

.community-bar .search-database .dropdown .dropdown-menu {
	z-index:1003;
	margin-top:10px;
	padding:10px;
}

.community-bar .search-database .dropdown .dropdown-menu a {
	color:#757575;
	font-size:13px;
	padding:5px 12px;
	border-bottom:1px solid rgba(117,117,117,0.1);
	margin-top:5px;
}

.community-bar .search-database .dropdown .dropdown-menu a:first-child {
	margin-top:0;
}

.community-bar .search-database .dropdown .dropdown-menu a:last-child {
	border-bottom-color:transparent;
}

.community-bar .search-database .dropdown .dropdown-menu a:hover {
	background:#f520dc;
	color:#fff;
	border-radius:2px;
	border-bottom-color:transparent;
}

.community-bar .search-database .dropdown .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 35%;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.community-bar .search-database .dropdown .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 35%;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}

.community-bar .search-database button[type="submit"] {
	line-height:20px;
	height:35px;
	color:#fff;
	background:#f520dc;
	border-color:#f520dc;
	border-left:0 !important;
	outline:0;
	border-radius:0 40px 40px 0 !important;
}

.community-bar .search-database button[type="submit"]:hover,
.community-bar .search-database button[type="submit"]:focus,
.community-bar .search-database button[type="submit"]:active {
	background:#ed0cd3;
	border-color:#f520dc;
}

.header {
	background:#8DC701;
	background: url('../images/shape.png') no-repeat, url('../images/header.jpg') no-repeat;
	background-position: bottom center, top center;
	background-size:100%, cover;
	height:470px;
	z-index:1002;
	position:relative;
}

.header .content {
	bottom:-5px;
	position:relative;
	width:100%;
}

.header .left,
.header .right {
	z-index:1001;
	position:absolute;
	width:255px;
	margin-top:70px;
}

.header .left {
	left:80px;
}

.header .right {
	right:80px;
}

.header .left .item,
.header .right .item {
	width:100%;
	position:relative;
	background:#fff;
	padding:10px 20px;
	border-radius:4px;
	margin-top:50px;
	font-family:'Roboto';
}

.header .right .item {
	text-align:right;
}

.header .left .item:first-child {
	margin-left:50px;
}

.header .right .item:first-child {
	margin-left:-50px;
}


.header .item .label {
	color:#ff1493;
	font-family:'Univers';
	text-transform:uppercase;
	font-size:14px;
}

.header .item .value {
	font-weight:bold;
	color:#0D0D0D;
	font-size:12px;
}

.header .center {
	z-index:1002;
	margin:0 auto;
	position:absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: calc(100% - 10px);
	margin: 0 auto;
	width:550px;
	height:450px;
	background: url('../images/render/head-main.png') no-repeat;
	background-position:center center;
	background-size:100%;
}

.quick-link {
	margin-top:-40px;
	z-index:1002;
	position:relative;
}

.quick-link .items {
	width:100%;
	position:relative;
}

.quick-link .item {
	z-index:1003;
	float:left;
	margin:0 1%;
	padding:10px;
	display:inline-block;
	width:calc((100% / 4) - 1.5%);
	color:#fff;
	background:#f520dc;
	border-radius:4px;
	text-decoration:none;
	-webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.quick-link .item:hover {
	background:#cf04b8;
}

.quick-link .item:first-child {
	margin-left:0;
}

.quick-link .item:last-child {
	margin-right:0;
}

.quick-link .item .icon {
	float:left;
	width:55px;
	border-right:1px solid rgba(255, 255, 255, 0.4);
	text-align:center;
	font-size:24px;
	line-height:60px;
	-webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.quick-link .item:hover .icon {
	border-right:1px solid rgba(255, 255, 255, 0.4);
}

.quick-link .item .value {
	float:right;
	width:calc(100% - 75px);
}

.quick-link .item .value h2 {
	font-family:'Univers';
	font-size:20px;
	margin:0;
	letter-spacing:1px;
	font-weight:normal;
}

.quick-link .item .value i {
	display:none;
}

.quick-link .item .value p {
	font-family:'Roboto';
	font-size:12px;
	margin:0;
}

.quick-link::after,
.quick-link .items::after,
.quick-link .items .item::after {
	content: '';
	clear: both;
	display: block;
}

.h-info {
	margin-top:20px;
}

.h-info .items {
	position:relative;
	width:100%;
}

.h-info .item {
	float:left;
	margin:0 1%;
	display:inline-block;
	width:calc((100% / 4) - 1.5%);
}

.h-info .item:first-child {
	margin-left:0;
}

.h-info .item:last-child {
	margin-right:0;
}

.h-info .item .icon {
	font-size:30px;
	text-align:center;
	color:#ff1493;
	text-shadow: rgb(42, 12, 1) 1px 0px 0px, rgb(42, 12, 1) 0.540302px 0.841471px 0px, rgb(42, 12, 1) -0.416147px 0.909297px 0px, rgb(42, 12, 1) -0.989992px 0.14112px 0px, rgb(42, 12, 1) -0.653644px -0.756802px 0px, rgb(42, 12, 1) 0.283662px -0.958924px 0px, rgb(42, 12, 1) 0.96017px -0.279415px 0px;
}

.h-info .item .desc h2 {
	margin-top:5px;
	color:#000;
	font-family:'Univers';
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:1px;
}

.h-info .item .desc p {
	text-align:center;
	color:#605d5e;
	font-size:12px;
	text-transform:uppercase;
}

.h-info .welcome2 {
	margin-top:30px;
}

.h-info .welcome2 p {
	text-align:center;
	margin:0;
	color:#605d5e;
	font-size:12px;
	text-transform:uppercase;
}

.h-info .welcome2 p:last-child {
	margin-top:20px;
	font-weight:bold;
	font-family:'Univers';
	font-size:14px;
	color:#ff1493;
}

.h-info::after,
.h-info .items::after,
.h-info .items .item::after {
	content: '';
	clear: both;
	display: block;
}

.sec-division {
	display:block;
	margin:10px auto;
	max-width:1140px;
	height:64px;
	background:url('../images/divisor.png') no-repeat;
	background-position:center center;
}

.sub-content {
	position:relative;
	height:auto;
	min-height:1px;
	padding: 15px 25px 15px 25px !important;
	margin-bottom:500px;
}

.sub-content::after {
	content: '';
	clear: both;
	display: block;
}

.sub-content .head {
	color:#0D0D0D;
	font-family:'Univers';
}

.sub-content .head,
.sub-content .sub-head {
	margin:0;
	padding:0;
}

.sub-content .sub-head {
	font-size:12px;
}

.main-content {
	padding:0;
	margin-top:10px;
}

.home {
	margin-top:-35px;
	background:#fff;
}

.home .welcome {
	text-align:center;
}

.home .welcome h4 {
	color:#122D62;
	text-transform:uppercase;
	margin-top:40px;
	padding:0;
}

.home .welcome p,
.home .welcome p strong {
	padding:0;
	margin:0;
	color:#605d5e;
}

.home .welcome2 .head {
	margin-left:40px;
	color:#404341;
}

.news {
	margin-top:10px;
}

.news .head {
	width:600px;
	text-transform:normal;
	margin:0 auto;
}

.news:after,
.news .head:after {
	content: "";
	display: block;
    clear: both;
}

.news .head .left {
	float:left;
}

.news .head .left h2 {
	font-family:'Univers';
	color:#000;
	margin:0;
}

.news .head .left p {
	text-align:right;
	font-size:12px;
}

.news .head .right {
	float:right;
	width:280px;
	padding:15px 0 0 0;
}

.news .head .right p {
	font-size:12px;
}

.news .head .right a {
	text-decoration:none;
}

.news .owl-news {
	margin-top:25px;
	background:#f8f8f8;
	padding:10px;
}

.news .owl-news .owl-carousel .item {
	width:100%;
	padding:0;
	background:#fff;
}

.news .owl-news .owl-carousel .item a {
	color:#25292D;
	text-decoration:none;
}

.news .owl-news .owl-carousel .item a:hover .cover {
	opacity:0.9;
}

.news .owl-news .owl-carousel .item .cover {
	height:160px;
	position:relative;
	border:1px solid #d1d1d1;
	background-position:center center !important;
	background-size:cover !important;
}

.news .owl-news .owl-carousel .item .cover .tags {
	position:absolute;
	bottom:10px;
	right:10px;
	text-transform:capitalize;
}

.news .owl-news .owl-carousel .item .cover .tags .date,
.news .owl-news .owl-carousel .item .cover .tags .label {
	float:left;
	padding:5px;
	font-size:10px;
	text-align:center;
	background:#fff;
	text-transform:capitalize;
	font-weight:bold;
}

.news .owl-news .owl-carousel .item .cover .tags .label {
	float:right;
	color:#fff;
	text-transform:uppercase;
	background:#f520dc;
}

.news .owl-news .owl-carousel .item .cover-red .tags .label {
	background:#c90606;
}

.news .owl-news .owl-carousel .item .cover-green .tags .label {
	background:#00FF00;
	text-shadow: rgb(0, 179, 0) 1px 0px 0px, rgb(0, 179, 0) 0.540302px 0.841471px 0px, rgb(0, 179, 0) -0.416147px 0.909297px 0px, rgb(0, 179, 0) -0.989992px 0.14112px 0px, rgb(0, 179, 0) -0.653644px -0.756802px 0px, rgb(0, 179, 0) 0.283662px -0.958924px 0px, rgb(0, 179, 0) 0.96017px -0.279415px 0px;
}

.news .owl-news .owl-carousel .item .cover-blue .tags .label {
	background:#26ABFF;
	text-shadow: rgb(0, 157, 255) 1px 0px 0px, rgb(0, 157, 255) 0.540302px 0.841471px 0px, rgb(0, 157, 255) -0.416147px 0.909297px 0px, rgb(0, 157, 255) -0.989992px 0.14112px 0px, rgb(0, 157, 255) -0.653644px -0.756802px 0px, rgb(0, 157, 255) 0.283662px -0.958924px 0px, rgb(0, 157, 255) 0.96017px -0.279415px 0px;
}

.news .owl-news .owl-carousel .item .title {
	text-transform:uppercase;
	font-family:'Univers';
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
	text-align:left;
	padding:0 10px;
}

.news .owl-news .owl-carousel .item .description {
	height:60px;
	margin-top:20px;
	text-align:justify;
	font-size:12px;
	display:block;
	padding:0 10px;
}

.news .owl-news .owl-carousel .item .description * {
	margin:0;
	font-size:12px;
	font-weight:normal;
}

.news .owl-news .owl-carousel .item .read {
	text-align:right;
	display:block;
	padding:0 10px;
}

.news .owl-news .owl-carousel .item .read a {
	font-size:12px;
	text-decoration:none;
	color: #0d6efd;
}

.news .owl-news .owl-carousel .item .read a:hover {
	color: #024dbc;
}

.news .owl-news .owl-carousel .owl-dots {
	position:absolute;
	width:100%;
	margin:15px 0;
	text-align:center;
}

.news .owl-news .owl-carousel .owl-dot {
	margin:0 5px;
	width:10px;
	height:10px;
	background:#F8F8F8;
	border-radius:50%;
	outline:0;
}

.news .owl-news .owl-carousel .owl-dot.active {
	background:#f520dc;
}

.news .owl-news .owl-carousel .owl-dot:last-child:after,
.news .owl-news .owl-carousel .owl-dots:after {
	content: "";
	display: block;
    clear: both;
}

@media (max-width: 1200px),
@media (max-width: 992px) {
	.news .owl-news .owl-carousel .item {
		width:100%;
		margin:0 auto;
	}
}

@media (max-width: 768px) {
	.news .owl-news .owl-carousel .item {
		width:100%;
	}
}

.battle {
	margin-top:100px;
	text-align: center;
}

.battle .head {
	width:auto;
	margin:0 auto;
}

.battle .head .left,
.battle .head .right {
	display: inline-block;
	width:68px;
	line-height: 50px;
	text-align:center;
}

.battle .head .left img,
.battle .head .right img {
	margin-top: -80px;
}

.battle .head .center {
	display: inline-block;
	margin:0 0;
	padding:20px 0 0 0;
}

.battle .head .center h2 {
	font-family:'Univers';
	color:#000;
	margin:0;
}

.battle .head .center p {
	font-size:12px;
}

.battle .head .right {
	transform: scaleX(-1);
	/*float:right;*/
}

.ranking {
	z-index:1002;
	position:relative;
}

.ranking .owl-ranking {
	width:750px;
	margin:20px auto;
}

.ranking .owl-ranking .owl-carousel .item .position {
	float:left;
	margin:0 10px;
	padding:15px;
	width:236px;
	background:#F7F7F7;
	border-radius:4px;
}

.ranking .owl-ranking .owl-carousel .item .position:first-child {
	margin-left:0;
}

.ranking .owl-ranking .owl-carousel .item .position:last-child {
	margin-right:0;
}

.ranking .owl-ranking .owl-carousel .item .position .left {
	float:left;
}

.ranking .owl-ranking .owl-carousel .item .position .left .job {
	width:100px;
	text-align:center;
}

.ranking .owl-ranking .owl-carousel .item .position .left .job img {
	width:auto;
	height:100px;
	margin:0 auto;
}

.ranking .owl-ranking .owl-carousel .item .position .right {
	float:right;
	width:106px;
}

.ranking .owl-ranking .owl-carousel .item .position .right .title,
.ranking .owl-ranking .owl-carousel .item .position .right .name,
.ranking .owl-ranking .owl-carousel .item .position .right .jobname {
	font-family:'Univers';
	font-size:12px;
	color:#f520dc;
}

.ranking .owl-ranking .owl-carousel .item .position .right .title {
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}

.ranking .owl-ranking .owl-carousel .item .position .right .name {
	color:#000;
	font-size:14px;
	letter-spacing:1px;
}

.ranking .owl-ranking .owl-carousel .item .position .right .jobname {
	color:#bfbdbd;
	font-family:'Roboto';
}

.ranking .owl-ranking .owl-carousel .item .position .right .icons {
	margin-top:5px;
}

.ranking .owl-ranking .owl-carousel .item .position .right .icons .guild,
.ranking .owl-ranking .owl-carousel .item .position .right .icons .job {
	float:left;
	max-width:24px;
	height:24px;
}

.ranking .owl-ranking .owl-carousel .item .position .right .icons .job {
	margin-right:5px;
}

.ranking .owl-ranking .owl-carousel .item .position .right .icons .guild {
	margin-left:5px;
}

.ranking .owl-ranking .owl-carousel .item .position .right .icons img {
	width:24px;
	height:auto;
}

.ranking .owl-ranking .owl-carousel .item .position .bottom {
	width:100%;
	display:block;
	margin-top:10px;
}

.ranking .owl-ranking .owl-carousel .item .position .bottom .left {
	float:left;
	width:50%;
}

.ranking .owl-ranking .owl-carousel .item .position .bottom .right {
	float:right;
	width:50%;
}

.ranking .owl-ranking .owl-carousel .item .position .bottom p {
	margin:0;
	color:#f520dc;
	font-family:'Univers';
	text-align:center;
}

.ranking .owl-ranking .owl-carousel .item .position .bottom p:last-child {
	color:#000;
	font-family:'Roboto';
	font-size:12px;
	font-weight:bold;
}

.ranking .owl-ranking .owl-carousel .item .position .right::after,
.ranking .owl-ranking .owl-carousel .item .position .top::after {
	content: "";
    display: table;
    clear: both;
}

.ranking .owl-ranking .owl-ranking-nav {
	z-index: 1001;
    position: absolute;
	top:105px;
	width:745px;
}

.ranking .owl-ranking .owl-ranking-nav .owl-prev,
.ranking .owl-ranking .owl-ranking-nav .owl-next {
	width:30px;
    height: 30px;
	position:absolute;
	line-height:20px;
	text-align:center;
    color: #7F1D95;
	background:#F7F7F7;
	border:0;
	border-radius:50%;
	visibility:visible;
	cursor: pointer;
	outline:0;
	-webkit-transition: all .1s ease-in-out;
       -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}

.ranking .owl-ranking .owl-ranking-nav i {
	font-size:15px;
}

.ranking .owl-ranking .owl-ranking-nav .owl-prev:hover,
.ranking .owl-ranking .owl-ranking-nav .owl-next:hover {
	background: rgba(247, 247, 247, 0.9);
}

.ranking .owl-ranking .owl-ranking-nav .owl-prev {
   left: -40px;
}

.ranking .owl-ranking .owl-ranking-nav .owl-next {
    right:-40px;
}

.woe-scheduler {
	z-index:1001;
	position:relative;
	margin-top:-100px;
	padding-bottom:105px;
	background:url('../images/ranking.jpg') no-repeat;
	background-position:center center;
	background-size:cover;
}

.woe-scheduler::after {
	position:absolute;
	content: "";
    display: table;
    clear: both;
	bottom:10px;
	width:100%;
	height:165px;
	background:url('../images/shape-wave.png') no-repeat;
	background-position:bottom left;
	background-size:100%;
}

.woe-scheduler .render {
	position:absolute;
	bottom:-40px;
	width:400px;
}

.woe-scheduler .render img {
	width:100%;
}

.woe-scheduler .content {
	float:right;
	width:calc(100% - 400px);
	margin-top:100px;
}

.woe-scheduler .content .woe-next {
	margin-top:40px;
	margin-left:-50px;
}

.woe-scheduler .content .woe-next .next-day,
.woe-scheduler .content .woe-next .description {
	width:350px;
	color:#FFFFFF;
	font-family:'Univers';
	text-align:right;
}

.woe-scheduler .content .woe-next .description {
	text-align:left;
}

.woe-scheduler .content .woe-next .item {
	background:rgba(255, 20, 147, 0.9);
	float:left;
	padding:15px 10px;
	width:80px;
	margin:0 5px;
}

.woe-scheduler .content .woe-next .item:first-child {
	margin-left:0;
}

.woe-scheduler .content .woe-next .item:last-child {
	margin-right:0;
}

.woe-scheduler .content .woe-next .item p {
	margin:0;
	padding:0;
	color:#fff;
	text-align:center;
	font-family:'Univers';
}

.woe-scheduler .content .woe-next .item p:last-child {
	font-family: Roboto, sans-serif;
	font-size:10px;
	text-transform:uppercase;
}

.woe-scheduler .content .owl-castles {
	float:left;
	width:360px;
	margin-top:10px;
	position:relative;
}

.woe-scheduler .content .owl-castles .owl-carousel {
	width:100%;
}

.woe-scheduler .content .owl-castles .owl-carousel .item {
	width:100%;
	height:200px;
}

.woe-scheduler .content .owl-castles .owl-castles-nav .owl-prev,
.woe-scheduler .content .owl-castles .owl-castles-nav .owl-next {
    z-index: 1001;
    position: absolute;
	top:60px;
	width:30px;
    height: 30px;
	line-height:20px;
	text-align:center;
    color: #7F1D95;
	background:#fff;
	border:0;
	border-radius:50%;
	visibility:hidden;
	cursor: pointer;
	outline:0;
	-webkit-transition: all .1s ease-in-out;
       -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}

.woe-scheduler .content .owl-castles .owl-castles-nav i {
	font-size:15px;
}

.woe-scheduler .content:hover .owl-castles .owl-castles-nav .owl-prev,
.woe-scheduler .content:hover .owl-castles .owl-castles-nav .owl-next {
	visibility:visible;
}

.woe-scheduler .content .owl-castles .owl-castles-nav .owl-prev:hover,
.woe-scheduler .content .owl-castles .owl-castles-nav .owl-next:hover {
	background: rgba(255, 255, 255, 0.9);
}

.woe-scheduler .content .owl-castles .owl-castles-nav .owl-prev {
   left: -40px;
}

.woe-scheduler .content .owl-castles .owl-castles-nav .owl-next {
    right:-40px;
}

.woe-scheduler .content .owl-castles .owl-carousel .item .flag {
	position:absolute;
	display:block;
	width:75px;
	height:145px;
	background:url('../images/guild-flag.png') no-repeat;
	background-size:70px;
	background-position:center center;
}

.woe-scheduler .content .owl-castles .owl-carousel .item .flag .icon {
	width:100%;
	height:32px;
	display:block;
	text-align:center;
	margin-top: 65px;
}

.woe-scheduler .content .owl-castles .owl-carousel .item .flag .icon img {
	width:32px;
	margin:0 auto;
}

.woe-scheduler .content .owl-castles .owl-carousel .item .flag_2 {
	margin-top:50px;
	margin-left:70px;
}

.woe-scheduler .content .owl-castles .owl-carousel .item .flag_3 {
	margin-left:140px;
}

.woe-scheduler .content .owl-castles .owl-carousel .item .flag_4 {
	margin-top:50px;
	margin-left:210px;
}

.woe-scheduler .content .owl-castles .owl-carousel .item .flag_5 {
	margin-left:280px;
}

.woe-scheduler .content .owl-castles .owl-carousel .item .feud {
	position:absolute;
	bottom:0;
	right:0 !important;
	left:0 !important;
	margin:0 auto;
	padding:5px;
	width:200px;
	color:#FFFFFF;
	font-family:'Univers';
	background:rgba(255, 20, 147, 0.9);
	text-align:center;
	border-radius:4px;
}

.woe-scheduler .content .woe-time {
	float:right;
	margin-top: -120px;
}

.woe-scheduler .content .woe-time .item {
	margin:15px 0;
	padding:10px;
	width:260px;
	background:#fff;
	border-radius:4px;
}

.woe-scheduler .content .woe-time .item:first-child {
	margin-top:0;
}

.woe-scheduler .content .woe-time .item:nth-child(even) {
	margin-left:20px;
}

.woe-scheduler .content .woe-time .item:last-child {
	margin-bottom:0;
}

.woe-scheduler .content .woe-time .item .icon {
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	background:#ff1493;
	border-radius:50%;
}

.woe-scheduler .content .woe-time .item .desc {
	float:right;
	display:inline-block;
	width:calc(100% - 50px);
}

.woe-scheduler .content .woe-time .item::after,
.woe-scheduler .content .woe-time .item .desc::after {
	content: "";
	display: block;
    clear: both;
}

.woe-scheduler .content .woe-time .item .desc .label {
	color:#ff1493;
	font-family:'Univers';
	text-transform:uppercase;
	font-size:14px;
	margin:0;
	padding:0;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

.woe-scheduler .content .woe-time .item .desc .value {
	font-weight:bold;
	color:#0D0D0D;
	font-size:12px;
	margin:0;
	padding:0;
}

.shop {
	margin-top:-20px;
	margin-bottom:30px;
	z-index:1001;
	position:relative;
	background:#fff;
}

.shop:after,
.shop .head:after {
	content: "";
	display: block;
    clear: both;
}

.shop .head .left,
.shop .head .right,
.shop .head .owl-shop-nav {
	float:left;
}

.shop .head .left {
	line-height:50px;
}

.shop .head .left img {
	width:50px;
}

.shop .head .right {
	margin-left:20px;
}

.shop .head .right h2,
.shop .head .right p {
	margin:0;
	padding:0;
	font-family:'Roboto';
}

.shop .head .right h2 {
	font-family:'Univers';
}

.shop .head .right p {
	font-size:12px;
}

.shop .head .owl-shop-nav {
	margin-top:10px;
	margin-left:30px;
}

.shop .head .owl-shop-nav .owl-prev,
.shop .head .owl-shop-nav .owl-next {
    width: 40px;
    height: 40px;
	line-height:30px;
	font-weight:normal;
	text-align:center;
    color: #fff;
	background:#f520dc;
	border:0;
	border:1px solid #ed0cd3;
	border-radius:50%;
	cursor: pointer;
	outline:0;
	-webkit-transition: all .1s ease-in-out;
       -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}

.shop .head .owl-shop-nav .owl-prev:hover,
.shop .head .owl-shop-nav .owl-next:hover {
	background:#ed0cd3;
}

.shop .head .owl-shop-nav i {
	font-size:22px;
}

.shop .head .owl-shop-nav .owl-prev,
.shop .head .owl-shop-nav .owl-next {
	visibility:visible;
}

.shop .head .owl-shop-nav .owl-next {
    margin-left:15px;
}

.shop .owl-shop {
	width:100%;
	margin-top:50px;
}

.shop .owl-shop .owl-carousel .item {
	padding:20px 10px;
	border:1px solid #E2E4DE;
	border-radius:4px;
}

.shop .owl-shop .owl-carousel .item .left {
	float:left;
	width:75px;
	height:100px;
}

.shop .owl-shop .owl-carousel .item .left img {
	width:100%;
}

.shop .owl-shop .owl-carousel .item .right {
	float:right;
	width:calc(100% - 95px);
}

.shop .owl-shop .owl-carousel .item .right h2 {
	font-family:'Univers';
	font-size:18px;
	color:#000;
}

.shop .owl-shop .owl-carousel .item .right .desc {
	height:75px;
	overflow:auto;
	overflow-x:hidden;
}

.shop .owl-shop .owl-carousel .item .right .desc::-webkit-scrollbar-track {
	border-radius: 4px;
	background-color: #DCDCDC;
}

.shop .owl-shop .owl-carousel .item .right .desc::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}

.shop .owl-shop .owl-carousel .item .right .desc::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #f520dc;
	border-radius:4px;
}

.shop .owl-shop .owl-carousel .item .right .desc p {
	margin:0;
	font-size:12px;
}

.shop .owl-shop .owl-carousel .item .bottom {
	clear:both;
	width:100%;
}

.shop .owl-shop .owl-carousel .item .bottom .tag {
	float:left;
	margin-top:15px;
}

.shop .owl-shop .owl-carousel .item .bottom .tag .type,
.shop .owl-shop .owl-carousel .item .bottom .tag .state {
	float:left;
	padding:2px 5px;
	min-width:40px;
	color:#fff;
	font-size:8px;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	text-transform:uppercase;
	background:#9ed108;
	border:1px solid #80ab02;
	border-radius:4px;
	text-shadow: rgb(128, 171, 2) 1px 0px 0px, rgb(128, 171, 2) 0.540302px 0.841471px 0px, rgb(128, 171, 2) -0.416147px 0.909297px 0px, rgb(128, 171, 2) -0.989992px 0.14112px 0px, rgb(128, 171, 2) -0.653644px -0.756802px 0px, rgb(128, 171, 2) 0.283662px -0.958924px 0px, rgb(128, 171, 2) 0.96017px -0.279415px 0px;
}

.shop .owl-shop .owl-carousel .item .bottom .tag .state {
	margin-left:5px;
	background:#f520dc;
	border-color:#ed0cd3;
	text-shadow: rgb(201, 2, 178) 1px 0px 0px, rgb(201, 2, 178) 0.540302px 0.841471px 0px, rgb(201, 2, 178) -0.416147px 0.909297px 0px, rgb(201, 2, 178) -0.989992px 0.14112px 0px, rgb(201, 2, 178) -0.653644px -0.756802px 0px, rgb(201, 2, 178) 0.283662px -0.958924px 0px, rgb(201, 2, 178) 0.96017px -0.279415px 0px;
}

.shop .owl-shop .owl-carousel .item .bottom .price {
	float:right;
	margin-top:15px;
	font-size:10px;
	text-transform:uppercase;
}

.shop .owl-shop .owl-carousel .item::after,
.shop .owl-shop .owl-carousel .item .right::after {
	content: "";
    display: table;
    clear: both;
}

.server-info {
	margin-top:40px;
	position:relative;
}

.server-info .items {
	width:100%;
}

.server-info .items .group-1 {
	float:left;
	width:50%;
}

.server-info .items .group-2 {
	float:right;
	width:50%;
}

.server-info .items .item {
	float:left;
	margin:0 1%;
	width:calc((100% / 2) - 1.5%);
}

.server-info .items .group-1 .item:first-child {
	margin-left:0;
}

.server-info .items .group-2 .item:last-child {
	margin-right:0;
}

.server-info .items .item .circle {
	position:relative;
	margin:0 auto;
	width:150px;
	height:120px;
	background:url('../images/circle.png') no-repeat;
	background-size:100%;
}

.server-info .items .item .value {
	width:100%;
	position:absolute;
	margin-top:50px;
	text-align:center;
	color:#000;
	font-family:'Univers';
	font-size:26px;
	font-weight:bold;
}

.server-info .items .item .label {
	position:relative;
	color:#000;
	text-align:center;
	font-family:'Univers';
	font-size:16px;
	margin-top:-5px;
}

.gallery {
	margin-top:100px;
	position:relative;
}

.gallery .container-fluid {
	padding:0 !important;
	margin:0 !important;
}

.gallery .item {
	float:left;
	display:inline-block;
	width:calc(25% - 2px);
	margin:0 1px;
	height:300px;
	background-size:100% !important;
	background-position:center center !important;
	-webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.gallery .item:first-child {
	margin-left:0;
}

.gallery .item:last-child {
	margin-right:0;
}

.gallery .item:hover {
	background-size:110% !important;
}

.sub-menu {
	z-index:1;
	padding:5px 0;
	margin:20px 0 0 0;
}

.sub-menu .container {
	padding:10px 16px;
	background:#000;
	border:1px solid #000;
	border-radius:4px;
}

.sub-menu .container::after {
	content: "";
    display: table;
    clear: both;
}

.sub-menu .menu-icon {
	float:left;
	margin:5px 0;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	font-family:'Univers';
	text-transform:uppercase;
	color:#d4d4d4;
}

.sub-menu .menu-icon i {
	margin-right:5px;
	color:#f520dc;
}

.sub-menu .breadcrumb {
	width:92%;
	float:left;
	border:0;
	padding:0;
	margin:0 10px 0 10px;
	background:transparent;
	border:0;
	border-radius:0;
}

.sub-menu .breadcrumb-item::before {
	color:#e6e3e3;
}

.sub-menu li {
	margin:5px 0;
}

.sub-menu li,
.sub-menu li a {
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
}

.sub-menu li a {
	color:#fff;
	font-family:'Roboto';
	font-weight:bold;
}

.sub-menu a:hover {
	color:#d9d9d9;
}

.donate-page .item {
	display:block;
	width:300px;
	height:300px;
	margin:60px auto;
	text-align:center;
	border-radius:4px;
}

.donate-page .item:hover {
	opacity:0.9;
}

.donate-page .item.green {
	background:#81B302;
}

.donate-page .item.blue {
	background:#1B82F9;
}

.donate-page .item.green img {
	width:380px;
	margin-top:-40px;
	margin-left:-60px;
}

.donate-page .item.blue img {
	width:340px;
	margin-top:-40px;
	margin-left:-20px;
}

.search-toggle-btn {
	margin-top:10px;
}

.search-toggle-btn a {
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}

.search-toggle button i,
.search-toggle-btn a i {
	margin-right:2px;
}

.search-toggle {
	display:none;
}

.form-main input,
.search-toggle input {
	padding-left:10px;
	padding-right:10px;
}

.form-main .form-group,
.search-toggle .form-group {
	margin-top:5px;
}

.form-main .form-group label,
.search-toggle .form-group label {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}

.form-main .form-group .form-text {
	margin:0;
}

.mce-tinymce {
	border-radius:2px;
	border-width:1px;
}

/* Go Top */
.go-top, .go-top:active, .go-top:focus {
	z-index: 1003;
	position:fixed;
	bottom:2%;
	right:2%;
	width:40px;
	height:40px;
	color:#fff;
	font-size:22px;
	text-align: center;
	line-height: 40px;
	background-attachment: scroll;
	border:1px solid #f520dc;
	background:#f520dc;
	background-position:center center;
	background-size:18px;
	border-radius:50%;
	bottom: 20px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	text-shadow: rgb(199, 124, 6) 1px 0px 0px, rgb(199, 124, 6) 0.540302px 0.841471px 0px, rgb(199, 124, 6) -0.416147px 0.909297px 0px, rgb(199, 124, 6) -0.989992px 0.14112px 0px, rgb(199, 124, 6) -0.653644px -0.756802px 0px, rgb(199, 124, 6) 0.283662px -0.958924px 0px, rgb(199, 124, 6) 0.96017px -0.279415px 0px;
}

.go-top:hover {
	color:#fff;
	border-color:#c902b2;
	background-color:#c902b2;
	-webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

@media (max-width: 1200px) {
	.go-top, .go-top:active, .go-top:focus {
		background-size:100px;
		bottom:0;
	}
}

/* Forms Style */
input, select {
	border-radius:2px !important;
	background:#fff;
	line-height:20px;
}

select {
	height:30px;
	padding:5px 10px;
	font-size:12px;
}

input[type="submit"],
input[type="button"],
button {
	display: inline-block;
	padding: 7px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	color:#fff;
	font-weight:normal;
	background:#f520dc;
	border:1px solid #f520dc;
	border-radius: 4px;
	-ms-touch-action: manipulation;
      touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
          user-select: none;
}

.table-default {
	border:0;
	margin-top:40px;
}

.table-default thead,
.table-default thead tr,
.table-default thead th,
.table-default tbody,
.table-default tbody tr,
.table-default tbody td {
	border:0;
	font-family: Roboto, sans-serif;
	font-weight:normal;
}

.table-default thead tr {
	background:#C03400;
	color:#fff;
	border:0;
}

.table-default thead th,
.table-default tbody td {
	min-width:24px;
}

.table-default thead th a {
	color:#fff;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.table-default thead th a:hover {
	color:#f9f4f4;
}

.table-default thead th:first-child {
	border-top-left-radius:2px;
}

.table-default thead th:last-child {
	border-top-right-radius:2px;
}

.table-default tbody {
	border:1px solid #DEE2E6;
	border-top:0;
}

.table-default tbody td {
	border-bottom:1px solid #DEE2E6;
	line-height:25px;
}

.table-default tbody td a {
	text-decoration:none;
}

.table-default tbody tr:last-child td {
	border-bottom:0;
}

.security-code {
	margin-bottom:10px;
}

.search-form2 p {
	border:0;
}

.search-form2 label {
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-size:12px;
	font-weight:bold;
}

.search-form2 input[type="submit"] {
	font-weight:normal;
}

/* -- Footer -- */
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-top:350px;
	/* Set the fixed height of the footer here */
	height: 350px;
	background-color: transparent;
	z-index:1001;
}

#footer .navigation {
	background:#0D0D0D;
	margin-top:0;
	height:260px;
}

#footer .navigation .logo {
	width:200px;
	line-height:150px;
	float:left;
}

#footer .navigation .logo img {
	max-width:200px;
}

#footer .navigation .links {
	float:left;
	position:relative;
	width:550px;
	margin:0 20px 0 50px;
	z-index:1002;
}

#footer .navigation .links span {
	display:inline-block;
	width:20px;
	text-align:center;
}

#footer .navigation .links .head {
	font-family:'Skater Girls Rock';
	color: #FFCC00;
	font-size:24px;
	padding:0;
	margin:10px 5px;
	line-height:30px;
	filter: drop-shadow(1px 1px #000000);
	background: rgb(255, 255, 255);
	background: linear-gradient(186deg, rgba(212, 212, 212, 1) 0%, rgba(255, 255, 255, 1) 62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#footer .navigation .links .items {
	width:100%;
}

#footer .navigation .links .items .item {
	float:left;
	list-style-type: none;
	padding:0;
	width:calc((100% / 4) - 2%);
	margin:0 1%;
}

#footer .navigation .links .items .item li {
	margin:0;
	padding:0;
	white-space: nowrap;
    width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
	color:#fff;
}

#footer .navigation .links .items .item:nth-child(1) {
	margin-left:0;
}

#footer .navigation .links .items .item:nth-child(3) {
	margin-right:0;
}

#footer .navigation .links .items .item li a {
	font-size:12px;
	font-weight:bold;
	font-family:'Roboto';
	letter-spacing:1px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

#footer .navigation .links .items .item li a i {
	color:#ff1493;
}

#footer .navigation .links .items .item li a:hover {
	color:#E5E5E5;
}

#footer .copyright {
	margin:0;
	padding:10px 0;
	font-size:12px;
	z-index:1002;
	height:100px;
	background:#000000;
}

#footer .copyright .logo {
	position:absolute;
}

#footer .copyright img {
	width:150px;
	margin-top:10px;
}

#footer .copyright a {
	color:#d4d4d4;
	text-decoration:none;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

#footer .copyright a:hover {
	color:#fff;
}

#footer .copyright .copy {
	width:100%;
	font-family:'Roboto';
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	line-height:80px;
}

#footer .contact {
	height:60px;
	margin:5px 0;
	color:#fff;
}

#footer .contact .title {
	float:left;
	font-family:'Skater Girls Rock';
	color: #FFCC00;
	text-transform:uppercase;
	font-size:22px;
	padding:0;
	margin:10px 5px;
	line-height:30px;
	filter: drop-shadow(1px 1px #000000);
	background: rgb(255,107,1);
	background: linear-gradient(186deg, rgba(212, 212, 212, 1) 0%, rgba(255, 255, 255, 1) 62%);;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#footer .contact .mail {
	float:left;
	line-height:30px;
	margin:10px 10px;
	font-family:'Roboto';
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}

#footer .contact::after {
	content:'';
	clear:both;
	display:table;
	background:#000;
	width:100%;
	margin-top:100px;
	height:1px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.1);
	box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.1);
}

#footer::after {
	position:relative;
	z-index:1001;
	content:'';
	clear:both;
	position:absolute;
	width:450px;
	height:380px;
	right:5%;
	bottom:90px;
	background:url('../images/render/bg-footer-render.png') no-repeat;
	background-position:right bottom;
}

.tooltip {
	font-family: Roboto, sans-serif;
	font-size:10px;
	text-transform:uppercase;
}

.tooltip-xs {
	display:none;
}

@media (max-width : 900px) {
	.tooltip-sm {
		display:none;
	}
}

/* Modal & Spinners */
.overlay {
	z-index: 1003;
    display: none;
    position: fixed;
	top:0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1003;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

/* --- Waitings --- */
.modal-waiting,
.modal-window,
.modal-confirm,
.language-waiting,
.modal-page-error,
.p-waiting {
	background:rgba(0,0,0,0.6);
	z-index:10001;
}

.p-waiting {
	width:100%;
	height:100%;
	position:fixed;
}

.modal-waiting .modal-dialog,
.modal-window .modal-dialog,
.modal-confirm .modal-dialog,
.language-waiting .modal-dialog,
.modal-page-error .modal-dialog,
.p-waiting .modal-dialog {
	width: 100%;
    height: 200px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto auto auto auto;
}

.modal-confirm .modal-dialog,
.modal-page-error .modal-dialog {
	height:250px;
}

.modal-waiting .modal-dialog .loader-logo,
.modal-window .modal-dialog .loader-logo,
.modal-confirm .modal-dialog .loader-logo,
.language-waiting .modal-dialog .loader-logo,
.modal-page-error .modal-dialog .loader-logo,
.p-waiting .modal-dialog .loader-logo {
	width:110px;
	height:119px;
	margin: -110px auto;
	font-size: 10px;
	position: relative;
	background:url('../images/icon/modal-waiting.png');
	background-repeat:no-repeat;
	background-size:110px;
	background-position:center center;
}

.modal-waiting .modal-dialog .message,
.modal-window .modal-dialog .message,
.modal-confirm .modal-dialog .message,
.language-waiting .modal-dialog .message,
.modal-page-error .modal-dialog .message,
.p-waiting .modal-dialog .message {
	width:100%;
	text-align:center;
	color:#fff;
	margin-top:125px !important;
	background:transparent !important;
	text-transform:uppercase;
	font-size:14px;
	border:1px solid #fff;
	display:block;
	border:0;
}

.modal-waiting .modal-dialog .message h3,
.modal-window .modal-dialog .message h3,
.modal-confirm .modal-dialog .message h3,
.language-waiting .modal-dialog .message h3,
.modal-page-error .modal-dialog .message h3,
.p-waiting .modal-dialog .message h3 {
	text-transform:uppercase;
	border-bottom:0;
}

.modal-waiting .modal-dialog .message p,
.modal-window .modal-dialog .message p,
.modal-confirm .modal-dialog .message p,
.language-waiting .modal-dialog .message p,
.modal-page-error .modal-dialog .message p,
.p-waiting .modal-dialog .message p {
	font-weight:normal;
}

.modal-confirm .modal-dialog .footer button:first-child {
	margin-right:5px;
}

.modal-confirm .modal-dialog .footer button:last-child {
	margin-left:5px;
}

.modal-confirm .modal-dialog .modal-content {
	background:transparent;
	border:0;
}


.modal-window .close,
.modal-confirm .close {
	position:absolute;
	font-weight:normal;
	font-size:40px;
	color:#fff;
	right:30px;
	top:30px;
	border:0 !important;
	outline:0;
	background:transparent !important;
}

.modal-window .close:hover,
.modal-confirm .close:hover {
	color:#fff !important;
	opacity:1;
}

/* --- Spinner --- */
.loader-spinner,
.loader-spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader-spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load1 1.1s infinite linear;
  animation: load1 1.1s infinite linear;
}
@-webkit-keyframes load1 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.continue-spinner {
  margin: 10px auto 0;
  width: 90px;
  text-align: center;
}

.continue-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.continue-spinner .bounce1 {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s;
}

.continue-spinner .bounce2 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.continue-spinner .bounce3 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* Notify */
.notice,
.message,
.red {
	display:none;
}

[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}

[data-notify="progressbar"] .progress-bar {
	background:#C13501;
}

[data-notify="container"][class*="alert-default-"] {
	background-color: rgb(255, 255, 238);
	border-width: 0px;
	border-radius: 2px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
	font-size:14px;
}

@keyframes btnZoomIn {
    0% {
		transform: scale(1.0,1.0);
    }
    50% {
		transform: scale(1.1,1.1);
    }
    100% {
		transform: scale(1.0,1.0);
    }
}

/* Flux Fixes */
.sub-content {
	position:relative;
	width:100%;
	overflow-x:auto;
}

.sub-content h2,
.sub-content h3 {
	font-family:'Univers';
	margin-top:20px;
	border-bottom:0;
}

.sub-content h3 {
	margin-top:30px;
}

.vertical-table,
.horizontal-table {
	margin-top:20px;
}

.vertical-table,
.horizontal-table {
	margin-top:20px;
	border-collapse: separate;
	border-spacing: 0 5px;
}

.vertical-table {
	margin-top:0;
	border-spacing: 2px 5px;
}

.horizontal-table tr,
.horizontal-table th {
	font-family: Roboto, sans-serif;
	border:0;
}

.horizontal-table tr {
	border-radius:4px;
}

.vertical-table th,
.horizontal-table th {
	padding:10px 10px;
	font-size:16px;
	font-weight:normal;
	font-family:'Univers';
}

.horizontal-table tr td {
	border:0;
	padding:10px 10px;
	font-size:14px;
}

.vertical-table tr th,
.vertical-table tr td {
	border-radius:4px;
}

.horizontal-table tr th:first-child {
	border-top-left-radius:4px;
}

.horizontal-table tr th:last-child {
	border-top-right-radius:4px;
}

.horizontal-table tr:nth-child(even) td {
	background:#fff;
	font-weight:normal;
}

.horizontal-table tr:nth-child(odd) td {
	background:#EEEEEE;
	font-weight:normal;
}

.horizontal-table tr td .link-to-guild,
.horizontal-table tr td .link-to-character {
	border:0;
}

#pagemenu {
	color:#FE6800;
	font-family:'Roboto';
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	border:0;
}

#pagemenu a {
	font-weight:normal;
	text-decoration:none;
}

#pagemenu a:first-child {
	margin-left:5px;
}