/* 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:#0D1B2A;
	margin-bottom: 350px;
	color: #F5F5F5;
}

/* *[data-icofont] * {
	/*border:1px solid yellow;
	display:inline-table;
	width:auto;
	min-width:1px !important;
	float:left;
	margin:0 auto
} */

.nav-top {
	padding:15px 0;
	height:90px;
	background: linear-gradient(135deg, #0D1B2A 0%, #1a2332 100%);
	z-index:1007;
	position:relative;
}

.nav-top::after {
	content: '';
	clear: both;
	display: block;
}

.nav-top .logo {
	width:198px;
	height:75px;
	float:left;
}

.nav-top .logo img {
	position:absolute;
	height:150px;
	margin-top:-40px;
}

.navbar-left {
	position:fixed;
	z-index:1007;
	margin-top:5px;
}

.navbar-left .content .menu {
	float:left;
	width:90px;
	height:440px;
	padding:5px 15px;
	background:rgba(13, 27, 42, 0.95);
	backdrop-filter: blur(10px);
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}

.navbar-left .content .menu.close {
	width:0;
}

.navbar-left .content .expand {
	float:right;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height:440px;
}

.navbar-left .content .expand .caret {
	margin-top:100%;
	background:rgba(13, 27, 42, 0.95);
	padding:10px 0;
	width:20px;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
}

.navbar-left .content .expand a {
	color:#fff;
	text-decoration:none;
	
}

.navbar-left .content .menu ul {
    list-style-type: none;
	margin:0;
	padding:0;
}

.navbar-left .content .menu ul li a {
	padding:12px 0 !important;
	color:#fff;
	font-size:24px;
	text-align:center;
	display:block;
	border-bottom:1px solid rgba(255, 255, 255, 0.5);
	text-decoration:none;
}

.navbar-left .content .menu ul li:last-child a {
	border-bottom:0;
}

.navbar-left .content .menu ul li a i {
	display:block;
}

.navbar-left .content .menu ul li a small {
	display:block;
	font-family:'Univers';
	font-size:12px;
	text-transform:uppercase;
	margin-top:5px;
}

.navbar-menu {
	z-index:1006;
	position:relative;
	width:100%;
}

.navbar-menu .user-info {
	float:left;
	color:#fff;
	line-height:40px;
	font-family:'Univers';
}

.navbar-menu .user-info .item {
	float:left;
	margin-left:10px;
	position:relative;
}

.navbar-menu .user-info .item a {
	color:#fff;
	text-decoration:none;
}

.navbar-menu .user-info .item a:hover {
	color:#e0e0e0;
}

.navbar-menu .user-info .item:first-child {
	margin-left:0;
}

.navbar-menu .user-info .item::before {
	content:'';
	/* float:left; */
	position:relative;
	display:inline-block;
	margin-right:10px;
	margin-top:18px;
	width: 5px;
    height: 5px;
	background:#fff;
	border-radius:4px;
}

.navbar-menu .user-info .item:first-child::before {
	display:none;
}

.navbar-menu .user-info .label {
	font-size:12px;
	text-transform:uppercase;
}

.navbar-menu .user-info .value {
	font-family:'Roboto';
}

.navbar-full {
	background:#0d0d0d;
	height:40px;
}

.navbar-menu .container {
	padding-top:0;
}

.navbar-custom .collapse {
	margin-top:-10px;
}

.navbar-custom {
	z-index:1004;
	padding-left:0;
	padding-right:0;
	padding:0;
	margin-top:0;
	right:0;
	float:right;
	width:auto;
	height:40px;
	min-width:initial !important;
	border-radius:0;
	background:#0d0d0d;
	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::before {
	content:'';
	z-index:1003;
	position:relative;
	display:inline-block;
	left:-30px;
	width: 0;
    height: 0;
    border-top: 40px solid #0d0d0d;
    border-left: 30px solid transparent;
}

.navbar-custom::after {
	content:'';
	z-index:1003;
	position:relative;
	display:inline-block;
	right:-30px;
	width: 0;
    height: 0;
    border-top: 40px solid #0d0d0d;
    border-right: 30px solid transparent;
}

.navbar-full .navbar-custom {
	/*width:100%;*/
	background:#000;
}

.navbar-full .navbar-custom::before,
.navbar-full .navbar-custom::after {
	border-top-color:#000;
}
	

.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:5px 5px 0 5px;*/
	margin-top: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:#e0e0e0;
}

.navbar-custom .navbar-nav .nav-item {
	margin-left:5px;
	margin-right:5px;
}

.navbar-custom .navbar-nav .nav-item:first-child {
	margin-left:0;
}

.navbar-custom .navbar-nav .nav-item:last-child {
	margin-right:0;
}

.navbar-custom .navbar-nav .nav-item:not(:first-child)::before {
    content: "";
    position: absolute;
	margin-top:12.5px;
	margin-left:-8px;
    width: 6px;
    height: 6px;
	background:#A5A5A5;
    transform: rotate(45deg);
}

.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: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:#4B3F72;
	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:#4B3F72;
}

.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: linear-gradient(135deg, #4B3F72 0%, #5BC0EB 100%);
	border:1px solid #4B3F72;
	text-shadow: #4B3F72 1px 0px 0px;
}

.navbar-custom .dropdown .dropdown-menu .btn:focus,
.navbar-custom .dropdown .dropdown-menu .btn:hover,
.navbar-custom .dropdown .dropdown-menu .btn:active {
	background: linear-gradient(135deg, #5BC0EB 0%, #6EFACC 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(107, 250, 204, 0.3);
}

.navbar-custom .dropdown .dropdown-menu .links {
	margin:20px 0 0 0;
}

.navbar-custom .dropdown .dropdown-menu .links a {
	color:#4B3F72;
	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:#5BC0EB;
}

.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;
}

.nav-top .content {
	float:right;
	padding:0;
	margin-top:8px;
	width:auto;
	height:auto;
	background:transparent;
}

.nav-top .content .community-links {
	float:left;
	margin-right:20px;
	line-height:40px;
}

.nav-top .content .community-links .item {
	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;
}

.nav-top .content .community-links .item:hover {
	transform: scale(1.2);
}

.nav-top .content .server-status {
	float:left;
	width:auto;
	margin-right:15px;
	margin-top:5px;
	line-height:40px;
}

.nav-top .content .server-status .item {
	float:left;
	margin-right:10px;
}

.nav-top .content .server-status .item:last-child {
	margin-right:0;
}

.nav-top .content .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;
}

.nav-top .content .server-status .item .orange .color-green {
	color:#02de27;
}

.nav-top .content .server-status .item .desc i {
	font-size:3px;
	position:absolute;
	margin-top:19px;
	right:-6px;
}

.nav-top .content .server-status .item .orange span {
	padding-right:5px;
}

.nav-top .content .server-status .item .orange i {
	right:-1px;
}

.nav-top .content .server-status .item .icon {
	float:right;
	transform: rotate(90deg);
	line-height:40px;
	margin-left:5px;
}

.nav-top .content .server-status .item.online .icon {
	color:#fff;
}

.nav-top .content .server-status .item.offline .icon {
	color:#AAAAAA;
	transform: rotate(90deg) scaleX(-1);
}

.nav-top .content .server-status .item .icon i {
	font-size:22px;
}

.nav-top .content .server-status .item::after {
	content: '';
	clear: both;
	display: block;
}

.nav-top .content .search-database {
	float:right;
	position:relative;
	margin-top:5px;
	margin-left:5px;
}

.nav-top .content .search-database input,
.nav-top .content .search-database select,
.nav-top .content .search-database button,
.nav-top .content .search-database .dropdown {
	float:left;
	line-height:25px;
	outline:0;
}

.nav-top .content .search-database input {
	width:150px;
	background:#fff;
	padding-left:30px;
	border-right:0 !important;
	border:1px solid #4B3F72;
	border-radius:40px 0 0 40px !important;
}

.nav-top .content .search-database input:focus {
	background:#fff !important;
}

.nav-top .content .search-database .dropdown button {
	min-width:100px;
}

.nav-top .content .search-database .dropdown button,
.nav-top .content .search-database .dropdown button:active,
.nav-top .content .search-database .dropdown button:focus,
.nav-top .content .search-database .dropdown button:visited {
	padding:0 10px;
	background:#fff;
	color:#757575;
	font-size:13px;
	height:35px;
	border:1px solid #4B3F72;
	border-left:0 !important;
	border-right:0 !important;
	border-radius:0 !important;
	outline:0;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.nav-top .content .search-database .dropdown .dropdown-toggle::after {
    float:right;
	margin-top:10px;
}

.nav-top .content .search-database .dropdown .dropdown-menu {
	z-index:1003;
	margin-top:10px;
	padding:10px;
}

.nav-top .content .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;
}

.nav-top .content .search-database .dropdown .dropdown-menu a:first-child {
	margin-top:0;
}

.nav-top .content .search-database .dropdown .dropdown-menu a:last-child {
	border-bottom-color:transparent;
}

.nav-top .content .search-database .dropdown .dropdown-menu a:hover {
	background:#4B3F72;
	color:#fff;
	border-radius:2px;
	border-bottom-color:transparent;
}

.nav-top .content .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: '';
}

.nav-top .content .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: '';
}

.nav-top .content .search-database button[type="submit"] {
	line-height:20px;
	height:35px;
	color:#fff;
	background:#4B3F72;
	border-color:#4B3F72;
	border-left:0 !important;
	outline:0;
	border-radius:0 40px 40px 0 !important;
}

.nav-top .content .search-database button[type="submit"]:hover,
.nav-top .content .search-database button[type="submit"]:focus,
.nav-top .content .search-database button[type="submit"]:active {
	background:#5BC0EB;
	border-color:#5BC0EB;
}

.header {
	z-index:1002;
	position:relative;
	height:600px;
	background:url('../images/background-1.jpg') no-repeat, #fff;
	background-position: center top;
	background-size:cover;
	/*background-attachment:fixed;*/
}

.header .content {
	bottom:-5px;
	position:relative;
	width:100%;
}

.header .content::after {
	content: '';
	clear: both;
	display: block;
}

.header .left,
.header .right {
	z-index:1001;
	position:absolute;
	width:255px;
	margin-top:70px;
}

.header .left {
	position:absolute;
	left:8%;
	margin-top:18.5%;
	padding: 60px 20px 20px 20px;
	width:320px;
	background:#0D0D0D;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:5px;
}

.header-2 .left {
	background:#000;
}

.header .right {
	z-index:1002;
	position:absolute;
	top:0;
	right:0;
	width:620px;
}

.header .right .render {
	width:100%;
	height:520px;
	bottom:0;
	background: url('../images/render/head-main.png') no-repeat;
	background-position:center center;
	background-size:500px;
}

.header .left .logo {
	position:absolute;
	height:220px;
	top:-205px;
	left:10px;
	right:0;
	bottom:0;
	text-align:center;
}

.header .left .logo img {
	width:250px;
}

.header .left .head {
	color:#fff;
	text-align:center;
}

.header .left .head h2 {
	padding:0;
	margin:0;
	font-family:'Univers';
	text-transform:uppercase;
	font-size:24px;
}

.header .left .head p {
	font-size:10px;
	text-transform:uppercase;
}

.header .left form {
	margin-top:15px;
}

.header .left form button {
	width:100%;
	font-family:'Univers';
	letter-spacing:1px;
	text-transform:uppercase;
	border:1px solid #4B3F72;
	background: linear-gradient(135deg, #4B3F72 0%, #5BC0EB 100%);
	text-shadow: #4B3F72 1px 0px 0px;
}

.header .left form button:hover {
	background: rgb(254,93,0);
	background: radial-gradient(circle, rgba(254,93,0,1) 60%, rgba(224,49,0,1) 100%);
}

.header .left .links {
	position:relative;
}

.header .left .links a {
	float:left;
	color:#fff;
	font-family:'Univers';
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}

.header .left .links a:hover {
	color:#e0e0e0;
}

.header .left .links a:last-child {
	float:right;
}

.header .left .items {
	margin:25px 0;
}

.header .left .items .item {
	width:100%;
	margin:8px 0;
}

.header .left .items .item::after {
	content: '';
	clear: both;
	display: block;
}


.header .left .items .item .icon {
	float:left;
	width:20px;
	height:20px;
	line-height:22px;
	color:#000;
	font-size:13px;
	text-align:center;
	background:#fff;
	border-radius:50px;
}

.header .left .items .item .label {
	float:left;
	margin-left:5px;
	width:50px;
	color:#fff;
	font-family:'Univers';
	font-size:14px;
	line-height:22px;
	text-transform:uppercase;
}

.header .left .items .item .value {
	float:left;
	margin-left:5px;
	color:#fff;
	font-size:13px;
	line-height:22px;
}

.header.compact {
	display:none;
}

.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 {
	height:auto;
	min-height:1px;
	max-height:100%;
	padding: 15px 25px 15px 25px !important;
	position:relative;
	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-head,
.woe-head,
.community-head {
	position:relative;
	z-index:1003;
	margin-top:-50px;
	width:100%;
	height:150px;
	background:#000;
	-webkit-box-shadow: 1px -21px 27px 9px rgba(0,0,0,1);
	-moz-box-shadow: 1px -21px 27px 9px rgba(0,0,0,1);
	box-shadow: 1px -21px 27px 9px rgba(0,0,0,1);
}

.woe-head {
	z-index:1004;
	margin-top:0;
	height:100px;
}

.community-head {
	margin-top:105px;
	height:auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.news-content {
	z-index:1003;
	position:relative;
	background:url('../images/background-2.jpg') no-repeat, #000;
	background-size:cover;
	background-position:center bottom;
	background-attachment:fixed;
}

.news {
	position:relative;
	z-index:1005;
	width:100%;
	background:transparent;
	padding:20px 0;
}

.news-head .head,
.woe-head .head,
.community-head .head {
	width:600px;
	text-transform:normal;
	margin:0 auto;
	padding-top:25px;
}

/*
.news-head .head {
	position:relative;
	padding-top:20px;
}

.woe-head {
	padding-top:20px;
}*/

.news:after,
.news-head:after,
.news-head .head:after,
.woe-head:after,
.woe-head .head:after,
.community-head:after,
.community-head .head:after {
	content: "";
	display: table;
    clear: both;
}

.news-head .head .left,
.woe-head .head .left,
.community-head .head .left {
	float:left;
	width:250px;
}

.news-head .head .left h2,
.woe-head .head .left h2,
.community-head .head .left h2 {
	margin:0;
	color:#fff;
	text-align:right;
	font-family:'Univers';
}

.news-head .head .left p,
.woe-head .head .left p,
.community-head .head .left p {
	color:#fff;
	text-align:right;
	font-size:12px;
}

.news-head .head .right,
.woe-head .head .right,
.community-head .head .right {
	float:right;
	width:280px;
	padding:15px 0 0 0;
}

.news-head .head .right p,
.woe-head .head .right p,
.community-head .head .right p {
	color:#fff;
	font-size:12px;
}

.news-head .head .right a,
.woe-head .head .right a {
	color:#5BC0EB;
	text-decoration:none;
}

.news {
	clear:both;
}

.news .owl-news::before {
	content: "";
	display: block;
    clear: both;
}

.news .owl-news {
	z-index:1004;
	position:relative;
	padding:0;
	margin-top:-80px;
	width:100%;
	height:480px;
	background:transparent;
	overflow-y: hidden;
}

.news .owl-news .owl-carousel .item {
	width:100%;
	padding:0;
	background:rgba(13, 13, 13, 0.8);
	height:380px;
	border:1px solid #242424;
	border-right:0;
}

.news .owl-news .owl-carousel .owl-item {
	margin-top:52px;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1.1,1.1);
    }
}

.news .owl-news .owl-carousel .owl-item.center {
	z-index:1002;
	margin-top:52px;
	margin-left:16px;
	margin-right:16px;
	-webkit-animation: zoominoutsinglefeatured 1s forwards;
	animation: zoominoutsinglefeatured 1s forwards;
}

.news .owl-news .owl-carousel .owl-item.center .item {
	border:1px solid #242424;
	background:#141414;
}



.news .owl-news .owl-carousel .item a {
	color:#fff;
	text-decoration:none;
}

.news .owl-news .owl-carousel .item a:hover .cover {
	opacity:0.9;
}

.news .owl-news .owl-carousel .item .cover {
	width:100% !important;
	height:180px !important;
	position:relative;
	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;
	color:#fff;
	text-transform:capitalize;
	font-weight:bold;
}

.news .owl-news .owl-carousel .item .cover .tags .date {
	background:#18ab31;
	border:1px solid #027015;
	border-right:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	text-shadow: rgb(2, 112, 21) 1px 0px 0px, rgb(2, 112, 21) 0.540302px 0.841471px 0px, rgb(2, 112, 21) -0.416147px 0.909297px 0px, rgb(2, 112, 21) -0.989992px 0.14112px 0px, rgb(2, 112, 21) -0.653644px -0.756802px 0px, rgb(2, 112, 21) 0.283662px -0.958924px 0px, rgb(2, 112, 21) 0.96017px -0.279415px 0px;
}

.news .owl-news .owl-carousel .item .cover .tags .label {
	float:right;
	color:#fff;
	text-transform:uppercase;
	background:#019119;
	border:1px solid #027015;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	text-shadow: rgb(2, 112, 21) 1px 0px 0px, rgb(2, 112, 21) 0.540302px 0.841471px 0px, rgb(2, 112, 21) -0.416147px 0.909297px 0px, rgb(2, 112, 21) -0.989992px 0.14112px 0px, rgb(2, 112, 21) -0.653644px -0.756802px 0px, rgb(2, 112, 21) 0.283662px -0.958924px 0px, rgb(2, 112, 21) 0.96017px -0.279415px 0px;
}

.news .owl-news .owl-carousel .item .cover-maint .tags .date {
	background:#f03030;
	border-color:#9c0303;
	text-shadow: rgb(156, 3, 3) 1px 0px 0px, rgb(156, 3, 3) 0.540302px 0.841471px 0px, rgb(156, 3, 3) -0.416147px 0.909297px 0px, rgb(156, 3, 3) -0.989992px 0.14112px 0px, rgb(156, 3, 3) -0.653644px -0.756802px 0px, rgb(156, 3, 3) 0.283662px -0.958924px 0px, rgb(156, 3, 3) 0.96017px -0.279415px 0px;
}

.news .owl-news .owl-carousel .item .cover-maint .tags .label {
	background:#c20404;
	border-color:#9c0303;
	text-shadow: rgb(156, 3, 3) 1px 0px 0px, rgb(156, 3, 3) 0.540302px 0.841471px 0px, rgb(156, 3, 3) -0.416147px 0.909297px 0px, rgb(156, 3, 3) -0.989992px 0.14112px 0px, rgb(156, 3, 3) -0.653644px -0.756802px 0px, rgb(156, 3, 3) 0.283662px -0.958924px 0px, rgb(156, 3, 3) 0.96017px -0.279415px 0px;
}

.news .owl-news .owl-carousel .item .cover-news .tags .date {
	background:#1f37d1;
	border-color:#0c196e;
	text-shadow: rgb(12, 25, 110) 1px 0px 0px, rgb(12, 25, 110) 0.540302px 0.841471px 0px, rgb(12, 25, 110) -0.416147px 0.909297px 0px, rgb(12, 25, 110) -0.989992px 0.14112px 0px, rgb(12, 25, 110) -0.653644px -0.756802px 0px, rgb(12, 25, 110) 0.283662px -0.958924px 0px, rgb(12, 25, 110) 0.96017px -0.279415px 0px;
}

.news .owl-news .owl-carousel .item .cover-news .tags .label {
	background:#1B287A;
	border-color:#0c196e;
	text-shadow: rgb(12, 25, 110) 1px 0px 0px, rgb(12, 25, 110) 0.540302px 0.841471px 0px, rgb(12, 25, 110) -0.416147px 0.909297px 0px, rgb(12, 25, 110) -0.989992px 0.14112px 0px, rgb(12, 25, 110) -0.653644px -0.756802px 0px, rgb(12, 25, 110) 0.283662px -0.958924px 0px, rgb(12, 25, 110) 0.96017px -0.279415px 0px;
}

.news .owl-news .owl-carousel .item .cover-events .tags .date {
	background:#A393EB;
	border-color:#7A6BC5;
	text-shadow: #4B3F72 1px 0px 0px;
}

.news .owl-news .owl-carousel .item .cover-events .tags .label {
	background:#7A6BC5;
	border-color:#7A6BC5;
	text-shadow: rgb(135, 102, 0) 1px 0px 0px, rgb(135, 102, 0) 0.540302px 0.841471px 0px, rgb(135, 102, 0) -0.416147px 0.909297px 0px, rgb(135, 102, 0) -0.989992px 0.14112px 0px, rgb(135, 102, 0) -0.653644px -0.756802px 0px, rgb(135, 102, 0) 0.283662px -0.958924px 0px, rgb(135, 102, 0) 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;
	letter-spacing:1px;
	padding:0 10px;
}

.news .owl-news .owl-carousel .item .description {
	height:100px;
	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:10px 10px;
}

.news .owl-news .owl-carousel .item .read a {
	font-size:12px;
	text-decoration:none;
	color: #fff;
}

.news .owl-news .owl-carousel .item .read a:hover {
	color: #024dbc;
}

.news .owl-news .owl-carousel .owl-dots {
	display:none;
}

.news .owl-news .owl-carousel .owl-item .item a .title,
.news .owl-news .owl-carousel .owl-item .item a .description,
.news .owl-news .owl-carousel .item .read a {
	text-shadow: rgba(0, 0, 0, 0) 1px 0px 0px, rgba(0, 0, 0, 0) 0.540302px 0.841471px 0px, rgba(0, 0, 0, 0) -0.416147px 0.909297px 0px, rgba(0, 0, 0, 0) -0.989992px 0.14112px 0px, rgba(0, 0, 0, 0) -0.653644px -0.756802px 0px, rgba(0, 0, 0, 0) 0.283662px -0.958924px 0px, rgba(0, 0, 0, 0) 0.96017px -0.279415px 0px;
}

.news .owl-news .owl-carousel .owl-item.center .item a .title,
.news .owl-news .owl-carousel .owl-item.center .item a .description,
.news .owl-news .owl-carousel .owl-item.center .item .read a {
	text-shadow: rgba(0, 0, 0, 0) 1px 0px 0px, rgba(0, 0, 0, 0) 0.540302px 0.841471px 0px, rgba(0, 0, 0, 0) -0.416147px 0.909297px 0px, rgba(0, 0, 0, 0) -0.989992px 0.14112px 0px, rgba(0, 0, 0, 0) -0.653644px -0.756802px 0px, rgba(0, 0, 0, 0) 0.283662px -0.958924px 0px, rgba(0, 0, 0, 0) 0.96017px -0.279415px 0px;
}

.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:#4B3F72;
}

.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), (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%;
	}
}

.news .owl-news .owl-news-nav {
	z-index: 1010;
    position: absolute;
	top:200px;
	width:100%;
}

.news .owl-news .owl-news-nav .owl-prev,
.news .owl-news .owl-news-nav .owl-next {
	position:absolute;
	width: auto;
    height: auto;
	line-height:auto;
	background:transparent;
	border:0;
	visibility:visible;
	cursor: pointer;
	outline:0;
	border-radius:50%;
}

.news .owl-news .owl-news-nav i {
	font-size:42px;
}

.news .owl-news .owl-news-nav .owl-prev:hover,
.news .owl-news .owl-news-nav .owl-next:hover {
	background: transparent;
	animation: btnWhiteGreyZoomIn 2.1s infinite;
	-webkit-transition: all .1s ease-in-out;
       -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}

.news .owl-news .owl-news-nav .owl-prev {
   left: 25px;
}

.news .owl-news .owl-news-nav .owl-next {
    right: 25px;
}

.information {
	position:relative;
	margin-top:30px;
	padding-bottom:30px;
}

.information::after {
	content: "";
    display: table;
    clear: both;
}

.information .head {
	position:relative;
}

.information .left {
	float:left;
	margin-left:30px;
	width:450px;
}

.information .right {
	float:right;
	position:relative;
	margin-right:30px;
	width:450px;
}

.information .right .render {
	width:380px;
	height:685px;
	margin-top:-60px;
	background:url('../images/render/info.png') no-repeat;
	background-position:top right;
	background-size:cover;
}

.information .right::after,
.information .right .render::after {
	content: "";
    display: table;
    clear: both;
}

.information .left .head::after {
	content: "";
    display: table;
    clear: both;
	width:190px;
	height:5px;
	background:#fff;
	position:absolute;
	top:15px;
	right:0;
}

.information .left .head h2 {
	color:#fff;
	font-family:'Univers';
	text-transform:uppercase;
}

.information .left .head.second {
	margin-top:40px;
}

.information .left .head.second::after {
	width:270px;
}

.information .left .content.second {
	margin-top:20px;
}

.information .left .content p {
	color:#fff;
	padding:0;
	margin:0;
}

.information .left .content .item {
	float:left;
	width:calc(100% / 3);
	text-align:center;
}

.information .left .content .item .icon {
	color:#fff;
	font-size:42px;
}

.information .left .content .item .value,
.information .left .content .item .desc {
	color:#fff;
	font-family:'Univers';
	text-transform:uppercase;
	font-size:18px;
}

.information .left .content .item .value {
	font-size:28px;
}

.woe-scheduler {
	z-index:1001;
	clear:both;
	position:relative;
	margin-top:-80px;
	height:650px;
	background:url('../images/background-4.jpg') no-repeat, #000;
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
}

.woe-scheduler::before {
	content: "";
	display: block;
    clear: both;
	width:100%;
	height:80px;
	background:#000;
	-webkit-box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.75);
}

.woe-scheduler .render {
	position:absolute;
	width:480px;
	left:-50px;
	bottom:-150px;
}

.woe-scheduler .render img {
	width:100%;
}

.woe-scheduler .content {
	z-index:1004;
	float:right;
	width:calc(100% - 400px);
	margin-top:-90px;
}

.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;
	text-shadow: rgb(123, 29, 0) 1px 0px 0px, rgb(123, 29, 0) 0.540302px 0.841471px 0px, rgb(123, 29, 0) -0.416147px 0.909297px 0px, rgb(123, 29, 0) -0.989992px 0.14112px 0px, rgb(123, 29, 0) -0.653644px -0.756802px 0px, rgb(123, 29, 0) 0.283662px -0.958924px 0px, rgb(123, 29, 0) 0.96017px -0.279415px 0px;
}

.woe-scheduler .content .woe-next .next-day {
	text-shadow:none;
}

.woe-scheduler .content .woe-next .description {
	text-align:left;
}

.woe-scheduler .content .woe-next .item {
	float:left;
	padding:15px 10px;
	width:80px;
	margin:0 5px;
	background:#4B3F72;
	border:1px solid rgba(75, 63, 114, 0.2);
}

.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:80px;
	position:relative;
}

.woe-scheduler .content .owl-castles .owl-carousel {
	width:100%;
}

.woe-scheduler .content .owl-castles .owl-carousel .item {
	width:100%;
	height:250px;
}

.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: #252525;
	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:hover .content .owl-castles .owl-castles-nav .owl-prev,
.woe-scheduler:hover .content .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:#4B3F72;
	border:1px solid rgba(75, 63, 114, 0.2);
	text-align:center;
	border-radius:4px;
}

.woe-scheduler .content .woe-time {
	float:right;
	margin-right:-20px;
	margin-top:0;
}

.woe-scheduler .content .woe-time .item {
	margin:15px 0;
	padding:10px;
	width:280px;
	background:#dbdada;
	border:1px solid #cccbcb;
	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: var(--ghost-purple);
	border-radius:50%;
}

.woe-scheduler .content .woe-time .item .desc {
	/* float:right; */
	display:inline-block;
	width:calc(100% - 50px);
	border-left:1px solid #cccbcb;
	padding-left:10px;
}

.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:rgba(210,42,37,1);
	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;
}

.ranking-share {
	height: 500px;
	background:url('../images/background-3.jpg') no-repeat, #000;
	background-size:cover;
	background-position:center bottom;
	background-attachment:fixed;
}

.ranking {
	clear:both;
	background:transparent;
	z-index:1003;
	position:relative;
	height:150px;
	background:#000;
	-webkit-box-shadow: 0px 0px 19px 23px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 19px 23px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 19px 23px rgba(0,0,0,0.75);
}

.ranking .ranking-select {
	position:relative;
	z-index:1006;
	width:740px;
	margin-top:-85px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

.ranking .ranking-select .btn {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background:transparent;
	outline:0;
	text-shadow: rgba(0, 0, 0, 0) 1px 0px 0px, rgba(0, 0, 0, 0) 0.540302px 0.841471px 0px, rgba(0, 0, 0, 0) -0.416147px 0.909297px 0px, rgba(0, 0, 0, 0) -0.989992px 0.14112px 0px, rgba(0, 0, 0, 0) -0.653644px -0.756802px 0px, rgba(0, 0, 0, 0) 0.283662px -0.958924px 0px, rgba(0, 0, 0, 0) 0.96017px -0.279415px 0px;
}

.ranking .ranking-select .btn:active,
.ranking .ranking-select .btn:hover,
.ranking .ranking-select .btn:focus {
	outline:0;
	-webkit-box-shadow: none;
   box-shadow: none;
}

/*
.ranking .ranking-select .dropdown button,
.ranking .ranking-select .dropdown button:active,
.ranking .ranking-select .dropdown button:focus,
.ranking .ranking-select .dropdown button:visited {
	padding:0 10px;
	background:#fff;
	color:#757575;
	font-size:13px;
	height:35px;
	border:1px solid #FE560E;
	border-left:0 !important;
	border-right:0 !important;
	border-radius:0 !important;
	outline:0;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}*/

.ranking .ranking-select .dropdown .dropdown-toggle::after {
    float:right;
	margin-top:10px;
}

.ranking .ranking-select .dropdown .dropdown-menu {
	z-index:1003;
	margin-top:0px;
	padding:10px;
}

.ranking .ranking-select .dropdown .dropdown-menu a {
	margin-top:5px;
	color:#757575;
	font-size:13px;
	padding:5px 12px;
	border-bottom:1px solid rgba(117,117,117,0.1);
	cursor:pointer;
}

.ranking .ranking-select .dropdown .dropdown-menu a:first-child {
	margin-top:0;
}

.ranking .ranking-select .dropdown .dropdown-menu a:last-child {
	border-bottom-color:transparent;
}

.ranking .ranking-select .dropdown .dropdown-menu a:hover {
	background:#4B3F72;
	color:#fff;
	border-radius:2px;
	border-bottom-color:transparent;
}

.ranking .ranking-select .dropdown .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 45%;
	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: '';
}

.ranking .ranking-select .dropdown .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 45%;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}

.ranking .owl-ranking {
	position:relative;
	z-index:1005;
	width:750px;
	margin:5px auto 40px auto;
}

.ranking .owl-ranking .owl-carousel .item .position {
	float:left;
	margin:0 10px;
	padding:15px;
	width:236px;
	background:#F7F7F7;
	border-radius:2px;
}

.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:#c42408;
}

.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:#c42408;
	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:#c42408;
	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-pvp-nav,
.ranking .owl-ranking .owl-ranking-mvp-nav,
.ranking .owl-ranking .owl-ranking-empbreak-nav {
	z-index: 1001;
    position: absolute;
	top:0;
	margin-top:60px;
	width:745px;
}

.ranking .owl-ranking .owl-ranking-pvp-nav .owl-prev,
.ranking .owl-ranking .owl-ranking-pvp-nav .owl-next,
.ranking .owl-ranking .owl-ranking-mvp-nav .owl-prev,
.ranking .owl-ranking .owl-ranking-mvp-nav .owl-next,
.ranking .owl-ranking .owl-ranking-empbreak-nav .owl-prev,
.ranking .owl-ranking .owl-ranking-empbreak-nav .owl-next {
	position:absolute;
	width: auto;
    height: auto;
	line-height:auto;
	background:transparent;
	border:0;
	visibility:visible;
	cursor: pointer;
	outline:0;
	border-radius:50%;
}

.ranking .owl-ranking .owl-ranking-pvp-nav i,
.ranking .owl-ranking .owl-ranking-mvp-nav i,
.ranking .owl-ranking .owl-ranking-empbreak-nav i {
	font-size:42px;
}

.ranking .owl-ranking .owl-ranking-pvp-nav .owl-prev:hover,
.ranking .owl-ranking .owl-ranking-pvp-nav .owl-next:hover,
.ranking .owl-ranking .owl-ranking-mvp-nav .owl-prev:hover,
.ranking .owl-ranking .owl-ranking-mvp-nav .owl-next:hover,
.ranking .owl-ranking .owl-ranking-empbreak-nav .owl-prev:hover,
.ranking .owl-ranking .owl-ranking-empbreak-nav .owl-next:hover {
	background: transparent;
	animation: btnWhiteGreyZoomIn 2.1s infinite;
	-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-pvp-nav .owl-prev,
.ranking .owl-ranking .owl-ranking-mvp-nav .owl-prev,
.ranking .owl-ranking .owl-ranking-empbreak-nav .owl-prev {
   left: -85px;
}

.ranking .owl-ranking .owl-ranking-pvp-nav .owl-next,
.ranking .owl-ranking .owl-ranking-mvp-nav .owl-next,
.ranking .owl-ranking .owl-ranking-empbreak-nav .owl-next {
    right:-85px;
}

.community {
	margin:0 0;
	background:#000;
}

.community .items {
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}

.community .items .item {
	display:inline-block;
	margin:0 10px;
	width:64px;
	height:64px;
	line-height:60px;
	font-size:26px;
	text-align:center;
	color:#fff;
	border:4px solid #fff;
	border-radius:50px;
}

.community .items .item:hover {
	animation: btnZoomIn 2.1s infinite;
	-webkit-transition: all .1s ease-in-out;
       -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}

.community .items .item:first-child {
	margin-left:0;
}

.community .items .item:last-child {
	margin-right:0;
}

.sub-menu {
	z-index:1;
	padding:0;
	margin:0 0 0 0;
	background:#0d0d0d;
}

.sub-menu .container {
	padding:10px 16px;
}

.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:#5BC0EB;
}

.sub-menu .menu-icon i {
	margin-right:5px;
}

.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:#e0e0e0;
}

.news-list .head {
	margin-top:30px;
}

.news-view .head h2,
.news-view .head p,
.news-list .head h2,
.news-list .head p {
	margin:0;
	padding:0;
}

.news-list .head h2 {
	color:#4B3F72;
	font-family:'Univers';
	font-weight:normal;
	font-size:20px;
	letter-spacing:1px;
	font-weight:bold;
}

.news-view .head p,
.news-list .head p {
	color:#000;
	font-family:'Roboto';
	font-size:14px;
}

.news-view .head .tag a,
.news-list .head .tag a {
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
}

.news-view .footer a i,
.news-list .footer a i,
.news-view .head .tag a i,
.news-list .head .tag a i {
	margin-right:3px;
}

.news-view .head p small,
.news-list .head p small {
	font-size:13px;
}

.news-view .content,
.news-list .content {
	margin:10px 0;
	font-size:14px;
}

.news-view .footer,
.news-list .footer {
	font-size:10px;
	color:#EBE8E8;
}

.news-view .footer a,
.news-list .footer a {
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	margin:0 10px;
}

.news-view .footer a:first-child,
.news-list .footer a:first-child {
	margin-left:0;
}

.news-view .footer a:last-child,
.news-list .footer a:last-child {
	margin-right:0;
}

.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;
}

.form-check .form-check-label {
	font-size:12px;
}

.no-display {
	display:none;
}

.mce-tinymce {
	border-radius:2px;
	border-width:1px;
}

/* Go Top */
.go-top, .go-top:active, .go-top:focus {
	z-index: 1006;
	position:fixed;
	bottom:2%;
	right:2%;
	color:#c9c9c9;
	font-size:42px;
	background-attachment: scroll;
	border:0;
	bottom: 20px;
}

.go-top:hover {
	color:#b5b5b5;
}

@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;
	-ms-touch-action: manipulation;
      touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color:#fff;
  font-weight:normal;
  background: var(--ghost-purple);
	border:1px solid var(--ghost-purple);
}

.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:#4B3F72;
	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:1005;
}

#footer .navigation {
	background:#000;
	margin-top:0;
	height:260px;
}

#footer .navigation .logo {
	width:200px;
	line-height:150px;
	float:left;
}

#footer .navigation .logo img {
	max-width:190px;
}

#footer .navigation .links {
	float:left;
	width:580px;
	margin:25px 20px 0 50px;
}

#footer .navigation .links .head {
	font-family:'Skater Girls Rock';
	color: var(--ghost-purple);
	font-size:24px;
	padding:0;
	margin:10px 5px;
	line-height:30px;
	filter: drop-shadow(1px 1px #000000);
	background: linear-gradient(186deg, #4B3F72 0%, #5BC0EB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  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;
}

#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 span {
	display:inline-table;
	width:22px;
	text-align:center;
}

#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:#000;
}

#footer .copyright .logo {
	position:absolute;
}

#footer .copyright img {
	width:150px;
	margin-top:10px;
}

#footer .copyright a {
	color:#5BC0EB;
	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:#011b45;
}

#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: #A393EB;
	text-transform:uppercase;
	font-size:22px;
	padding:0;
	margin:15px 5px 10px 5px;
	line-height:30px;
	filter: drop-shadow(1px 1px #000000);
	background: linear-gradient(186deg, #4B3F72 0%, #5BC0EB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#footer .contact .mail {
	float:left;
	line-height:30px;
	margin:15px 10px 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:0px;
	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 .contact::before {
	content:'';
	clear:both;
	display:table;
	background:#000;
	width:100%;
	margin-top:0px;
	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.footer-secondary .contact::before {
	display:none;
}

#footer::after {
	content:'';
	clear:both;
	position:absolute;
	width:350px;
	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: var(--ghost-purple);
	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);
    }
}

@keyframes btnWhiteGreyZoomIn {
    0% {
		color:#fff;
        transform: scale(1,1);
    }
    50% {
		color:#b5b5b5;
        transform: scale(1.4,1.4);
    }
    100% {
		color:#fff;
        transform: scale(1.1,1.1);
    }
}

/* Flux Fixes */
.sub-content {
	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: var(--ghost-dark-blue);
	color: var(--ghost-soft-white);
	font-weight:normal;
}

.horizontal-table tr:nth-child(odd) td {
	background: var(--ghost-purple);
	color:  var(--ghost-soft-white);
	font-weight:normal;
}

.horizontal-table tr td .link-to-guild,
.horizontal-table tr td .link-to-character {
	border:0;
}

#pagemenu {
	color:#5BC0EB;
	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;
}