/* 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;
	height: 100px;
	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:#ededed;
}

.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:#ff3b93;
	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:#bb047d;
}

.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:#ff3b93;
	border-color:#bb047d;
}

.navbar-custom .dropdown .dropdown-menu .btn:focus,
.navbar-custom .dropdown .dropdown-menu .btn:hover,
.navbar-custom .dropdown .dropdown-menu .btn:active {
	background:#bb047d;
}

.navbar-custom .dropdown .dropdown-menu .links {
	margin:20px 0 0 0;
}

.navbar-custom .dropdown .dropdown-menu .links a {
	color:#ff3b93;
	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:#bb047d;
}

.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 #ff3b93;
	border-radius:40px 0 0 40px !important;
}

.community-bar .search-database input:focus {
	background:#fff !important;
}

.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 #F35A06;
	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:#FD560E;
	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:#ff3b93;
	border-color:#ff3b93;
	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:#de570d;
	border-color:#ff3b93;
}

.header {
	background:#8DC701;
	background: url('../images/header.jpg') no-repeat;
	background-position: top center;
	background-size: cover;
	height:800px;
	z-index:1002;
	position:relative;
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 90%, 50% 100%, 0% 90%, 0 0);
	clip-path: polygon(50% 0%, 100% 0, 100% 90%, 50% 100%, 0% 90%, 0 0);
}

.header .content {
	bottom:-5px;
	position:relative;
	width:100%;
}

.header .left,
.header .right {
	z-index:1004;
	position:absolute;
	width:255px;
	margin-top:70px;
}

.header .left {
	left:40px;
}

.header .right {
	right:50px;
}

.header .left .item,
.header .right .item {
	position:relative;
	display: block;
	width:100px;
	height:50px;
	text-decoration: none;
	transition: transform .5s;
}

.header .left .item:hover,
.header .right .item:hover {
	transform: scale(1.1);
}

.header .left .item:first-child {
	margin-top:90px;
	width: 150px;
	height: 180px;
	background: url('../images/btn/download.png') no-repeat;
	background-position: center center;
	background-size: 100%;
}

.header .left .item:last-child {
	margin-top:50px;
	margin-left:50px;
	width: 159px;
	height: 229px;
	background: url('../images/btn/support.png') no-repeat;
	background-position: center center;
	background-size: 100%;
}

.header .right .item:first-child {
	margin-top:60px;
	width: 166px;
	height: 183px;
	background: url('../images/btn/login.png') no-repeat;
	background-position: center center;
	background-size: 100%;
}

.header .right .item:last-child {
	margin-top:40px;
	margin-left:40px;
	width: 134px;
	height: 209px;
	background: url('../images/btn/register.png') no-repeat;
	background-position: center center;
	background-size: 100%;
}


.header .item .label {
	color:#F35A06;
	font-family:'Univers';
	text-transform:uppercase;
	font-size:14px;
}

.header .item .value {
	font-weight:bold;
	color:#0D0D0D;
	font-size:12px;
}

.header .center {
	z-index:1003;
	position:absolute;
	top:0;
	left: 0;
	right: 0;
	margin: 35px auto 0 auto;
	width:650px;
	height:750px;
	background: url('../images/render/head-main.png') no-repeat;
	background-position:center bottom;
	background-size:100%;
}

.quick-link {
	display: none;
	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:#3A1649;
	border:1px solid #7c25a1;
	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:#F34B06;
}

.quick-link .item:first-child {
	margin-left:0;
}

.quick-link .item:last-child {
	margin-right:0;
}

.quick-link .item .icon {
	float:left;
	width:55px;
	height: 60px;
	border-right:1px solid #7c25a1;
	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 #F24906;
}

.quick-link .item .icon img {
	position: absolute;
	width:70px;
}

.quick-link .item .icon .img-01 {
	left: -10px;
	top: 5px;
}

.quick-link .item .icon .img-02 {
	width: 70px;
	left: -5px;
	top: -2px;
}

.quick-link .item .icon .img-03 {
	width: 70px;
	left: -10px;
	top: 5px;
}

.quick-link .item .icon .img-04 {
	width: 70px;
	left: -10px;
	top: 5px;
}

.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 {
	width: 100%;
	height: 150px;
}

.h-info .item .icon-01 {
	background: url('../images/icon/i01.png') no-repeat;
	background-position: center center;
	background-size: 100px;
}

.h-info .item .icon-02 {
	background: url('../images/icon/i02.png') no-repeat;
	background-position: center center;
	background-size: 100px;
}

.h-info .item .icon-03 {
	background: url('../images/icon/i03.png') no-repeat;
	background-position: center center;
	background-size: 100px;
}

.h-info .item .icon-04 {
	background: url('../images/icon/i04.png') no-repeat;
	background-position: center center;
	background-size: 120px;
}

.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:#000;
}

.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;
	padding-bottom: 80px;
}

.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:#FEFCD6;
	text-transform:capitalize;
	font-weight:bold;
}

.news .owl-news .owl-carousel .item .cover .tags .label {
	float:right;
	color:#fff;
	text-transform:uppercase;
	background:#c90606;
}

.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:#bb047d;
}

.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;
	height:auto;
}

.battle .head {
	position: relative;
	width:auto;
	margin:0 auto;
	text-align: center;
}

.battle .head .left,
.battle .head .right {
	float: initial !important;
	display: inline-table;
	width:68px;
	line-height: 60px;
	text-align:center;
	margin-top: -100px;
}

.battle .head .center {
	display: inline-table;
	margin:0 10px;
	padding:0 0;
}

.battle .head .center h2 {
	font-family:'Univers';
	color:#000;
	margin:0 0 0 0;
}

.battle .head .center p {
	font-size:12px;
}

.battle .head .right {
	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:#ff3b93;
}

.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:#ff3b93;
	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: #000;
	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(255, 255, 255, 1);
}

.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:135px;
	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:-120px;
	left: -120px;
	width:500px;
}

.woe-scheduler .render img {
	width:500px;
}

.woe-scheduler .content {
	float:right;
	width:calc(100% - 400px);
	margin-top:100px;
	margin-right: 50px;
}

.woe-scheduler .content .woe-next {
	margin-top:40px;
	margin-left:0;
}

.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(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}

.woe-scheduler .content .woe-next .description {
	text-align:left;
}

.woe-scheduler .content .woe-next .item {
	background:#F35A06;
	float:left;
	padding:15px 10px;
	width:80px;
	margin:0 5px;
	background: linear-gradient(120deg, #d70890, #ad0273);
	border-radius: 40px 0px 40px 0px;
	-webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.151);
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.151);
}

.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';
	text-shadow: rgb(172, 5, 115) 1px 0px 0px, rgb(172, 5, 115) 0.540302px 0.841471px 0px, rgb(172, 5, 115) -0.416147px 0.909297px 0px, rgb(172, 5, 115) -0.989992px 0.14112px 0px, rgb(172, 5, 115) -0.653644px -0.756802px 0px, rgb(172, 5, 115) 0.283662px -0.958924px 0px, rgb(172, 5, 115) 0.96017px -0.279415px 0px;
}

.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: #000;
	background:#F7F7F7;
	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 {
	color: #000;
	background: rgba(255, 255, 255, 1);
}

.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:#F35A06;
	text-align:center;
	border-radius:4px;
	background: linear-gradient(120deg, #d70890, #ad0273);
	border-radius: 40px 0px 40px 0px;
	-webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.151);
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.151);
	text-shadow: rgb(172, 5, 115) 1px 0px 0px, rgb(172, 5, 115) 0.540302px 0.841471px 0px, rgb(172, 5, 115) -0.416147px 0.909297px 0px, rgb(172, 5, 115) -0.989992px 0.14112px 0px, rgb(172, 5, 115) -0.653644px -0.756802px 0px, rgb(172, 5, 115) 0.283662px -0.958924px 0px, rgb(172, 5, 115) 0.96017px -0.279415px 0px;
}

.woe-scheduler .content .woe-time {
	float:right;
	margin-top: -120px;
}

.woe-scheduler .content .woe-time .item {
	margin:15px 0;
	padding:10px;
	width:260px;
	background:#F7F7F7;
	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:#F35A06;
	background:#e0e0e0;
	border-radius:50%;
}

.woe-scheduler .content .woe-time .item .icon .image {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 60px;
	height: 70px;
	background: url('../images/icon/i12.png') no-repeat;
	background-size: 60px;
}

.woe-scheduler .content .woe-time .item:nth-child(2) .icon .image {
	top: -2px;
	left: -15px;
	width: 65px;
	background: url('../images/icon/i05.png') no-repeat;
	background-size: 65px;
}

.woe-scheduler .content .woe-time .item:nth-child(3) .icon .image {
	top: -3px;
	left: -15px;
	width: 68px;
	background: url('../images/icon/i14.png') no-repeat;
	background-size: 68px;
}

.woe-scheduler .content .woe-time .item:nth-child(4) .icon .image {
	top: 6px;
	left: -10px;
	width: 75px;
	background: url('../images/icon/i15.png') no-repeat;
	background-size: 75px;
}

.woe-scheduler .content .woe-time .item:nth-child(5) .icon .image {
	top: -7px;
	left: -14px;
	width: 65px;
	background: url('../images/icon/i06.png') no-repeat;
	background-size: 65px;
}

.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:#ff3b93;
	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:90px;
}

.shop .head .right {
	margin-left:20px;
	padding: 10px 0;
}

.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: #ff3b93;
	background:#fff;
	border:0;
	border:1px solid #ff3b93;
	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 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: #ff3b93;
	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:#ff3b93;
	border-color:#ff3b93;
	border:1px solid #ff3b93;
	text-shadow: rgb(179, 9, 85) 1px 0px 0px, rgb(179, 9, 85) 0.540302px 0.841471px 0px, rgb(179, 9, 85) -0.416147px 0.909297px 0px, rgb(179, 9, 85) -0.989992px 0.14112px 0px, rgb(179, 9, 85) -0.653644px -0.756802px 0px, rgb(179, 9, 85) 0.283662px -0.958924px 0px, rgb(179, 9, 85) 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:250px;
	height:365px;
	background:url('../images/circle-01.png') no-repeat;
	background-size:100%;
	background-position: center bottom;
}

.server-info .items .group-1 .item:nth-child(2) .circle {
	background:url('../images/circle-02.png') no-repeat;
	background-size:100%;
	background-position: center bottom;
}

.server-info .items .group-2 .item:nth-child(1) .circle {
	background:url('../images/circle-03.png') no-repeat;
	background-size:100%;
	background-position: center bottom;
}

.server-info .items .group-2 .item:nth-child(2) .circle {
	background:url('../images/circle-04.png') no-repeat;
	background-size:100%;
	background-position: center bottom;
}

.server-info .items .item .value {
	width:100%;
	position:absolute;
	bottom: 30px;
	text-align:center;
	color:#fff;
	font-family:'Univers';
	font-size:18px;
	font-weight:bold;
}

.server-info .items .item .value p {
	margin: 0;
	padding: 0;
}

.server-info .items .item .label {
	position:relative;
	color:#fff;
	text-align:center;
	font-family:'Univers';
	font-size:14px;
	margin-top:10px;
	text-transform: uppercase;
}

.promo-video .title {
	z-index:1002;
	position: relative;
	padding: 8px;
	margin:0 auto -20px auto;
	width:150px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	background: linear-gradient(120deg, #d70890, #ad0273);
	border-radius: 40px 0px 40px 0px;
	-webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.151);
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.151);
}

.promo-video h1 {
	padding: 0;
	margin: 0 0 0 0;
	font-size:14px;
	font-weight:normal;
	font-family:'Univers';
	text-align: center;
	color:#000;
}

.promo-video .video {
	z-index:1001;
	position: relative;
	margin: 0 auto;
	padding: 6px 6px 0 5px;
	width:660px;
	text-align: center;
	border:1px solid #e2e4de;
	border-radius: 4px;
}

.promo-video .video iframe {
	width: 100% !important;
	height: 420px;
	border-radius: 4px;
}

.promo-video .video .vrl {
	z-index: 1002;
	position: absolute;
	top: -40px;
	left: -50px;
	width: 133px;
	height: 185px;
	background:url('../images/render/vr1.png') no-repeat;
	background-size: 100%;
}


.promo-video .video .vr2 {
	z-index: 1002;
	position: absolute;
	right: -50px;
	bottom: -40px;
	width: 173px;
	height: 185px;
	background:url('../images/render/vr2.png') no-repeat;
	background-size: 100%;
}

.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:#FD6308;
}

.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:#d9d9d9;
}

.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:#FD560E;
	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;
}

.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:100px;
	height:150px;
	text-decoration: none !important;
	border:0 !important;
	background:url('../images/icon/i17.png') no-repeat;
	background-position:center center;
	background-size:100px;
	bottom: 20px;
}

.go-top:hover {
	text-decoration: none !important;
	border:0 !important;
	opacity: 0.8;
	-webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

/* 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:#F35A06;
	border:1px solid #F35A06;
}

.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 {
	z-index:1005;
	position: absolute;
	bottom: 0;
	margin-top:230px;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 230px;
	background-color: transparent;
}

#footer .navigation {
	background:#EEEEEE;
	margin-top:0;
	height:120px;
}

#footer .navigation .community {
	position: relative;
	margin-top: -40px;
	width: 100%;
	height: 80px;
	text-align: center;
	background: linear-gradient(120deg, #d70890, #ad0273);
	border-radius: 40px 0px 40px 0px;
	-webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.151);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.151);
}

#footer .navigation .community a {
	display: inline-table;
	margin: 0 0;
	padding: 18px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 32px;
	transition: all 0.3s ease-out;
}

#footer .navigation .community a.opacity {
	opacity: 0.5;
}

#footer .navigation .help-links {
	margin-top: 50px;
	text-align: center;
}

#footer .navigation .help-links a {
	margin: 0 30px;
	color: #000;
	font-family: 'Univers';
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

#footer .navigation .help-links a:first-child {
	margin-left: 0;
}

#footer .navigation .help-links a:last-child {
	margin-right: 0;
}

#footer .navigation .help-links a.opacity {
	opacity: 0.5;
}

#footer .copyright {
	position: relative;
	z-index:1002;
	margin:0;
	padding:20px 0 40px 0;
	font-size:12px;
	background:#EEEEEE;
}

#footer .copyright .logo {
	position:absolute;
}

#footer .copyright img {
	width:150px;
}

#footer .copyright .copy {
	position: relative;
	z-index: 1002;
	margin: 0 auto;
	width:100%;
	font-family:'Roboto';
	text-transform:uppercase;
	text-align:center;
	color:#fff;
}

#footer .copyright .copy p {
	padding: 0;
	margin: 0;
	color: #000;
}

#footer .copyright .render {
	z-index: 1001;
	position: absolute;
	right: 0;
	bottom: -40px;
	width: 300px;
	height: 420px;
	background: url('../images/render/bg-footer-render.png') no-repeat;
	background-position: top right;
	background-size: 350px;
}

#footer .copyright .render .female {
	z-index: 1001;
	position: absolute;
	right: 0;
	bottom: -40px;
	width: 300px;
	height: 380px;
	background: url('../images/render/footer-right.png') no-repeat;
	background-position: top right;
	background-size: 300px;
}

.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;
}