@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

body {
	font-family: 'Raleway';
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transition: 0.4s;
}

.no-transition, .no-transition * {
	transition: none;
}

.lightboxOverlay, .lightbox {
	transition: none;
}

.transition * {
	transition: 0.4s;
}

.line-through {
	text-decoration: line-through;
}

a {
	color: #844d45;
	text-decoration: none;
	font-weight: bold;
	transition: none;
}

a:hover {
	color: #963f33;
	text-decoration: underline;
}

h2 {
	color: #6b6767;
}

h3 {
	color: #6b6767;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.modal-discord-banner {
	position: fixed;
	right: 15px;
	bottom: 15px;
	font-size: 0;
	z-index: 90;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	display: none;
}

.modal-discord-banner .discord-banner-close {
	font-size: 22px;
	position: absolute;
	top: -5px;
	left: -5px;
}

.modal-discord-banner .discord-banner-close a {
	color: #ffffff;
}

.modal-discord-banner .discord-banner-close a:hover {
	color: #000;
}

.modal-discord-button {
	position: fixed;
	right: 15px;
	bottom: 15px;
	font-size: 0;
	z-index: 90;
	display: none;
}

.modal-discord-button img {
	width: 96px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.modal-digitalcodes-button {
	position: fixed;
	left: 15px;
	bottom: 15px;
	font-size: 0;
	z-index: 90;
	animation:pulse 2.0s infinite;
	border-radius: 50%;
}

.modal-digitalcodes-button img {
	width: 96px;
}

.epvp-icon {
	background-image: url("../images/presentation/epvp.png");
	background-repeat: no-repeat;
	width: 32px;
	height: 28px;
	display: inline-block;
}

.m2dl-icon {
	background-image: url("../images/presentation/m2downloads.png");
	background-repeat: no-repeat;
	width: 44px;
	height: 32px;
	display: inline-block;
}

.m2dev-icon {
	background-image: url("../images/presentation/m2dev.png");
	background-repeat: no-repeat;
	width: 35px;
	height: 34px;
	display: inline-block;
}

.presentation-container {
	max-width: 750px;
	margin: auto;
}

.presentation-container > a {
	font-size: 0;
	vertical-align: top;
}

.presentation-container > img {
	display: inline-block;
	vertical-align: top;
}

input[type="text"], input[type="password"], select {
	width: 390px;
	height: 67px;
	border: 1px solid #cdcccc;
	background-color: #f2f2f2;
	background-image: url("../images/layout/input/input_adorner.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 10%;
	padding: 0px 25px;
	color: #6c6767;
	font-size: 12pt;
	vertical-align: top;
}

input[type="text"]:focus, input[type="password"]:focus {
	background-color: #ffffff;
}

input[type="submit"] {
	width: 441px;
	height: 82px;
	color: #f9f9f9;
	font-size: 20pt;
	background-image: url("../images/layout/buttons/btn_big_norm.jpg");
	background-size: contain;
	background-color: #bf9f6f;
}

input[type="submit"]:hover {
	background-image: url("../images/layout/buttons/btn_big_hover.jpg");
}

textarea {
	width: 390px;
	height: 150px;
	border: 1px solid #cdcccc;
	background-color: #f2f2f2;
	background-image: url("../images/layout/input/input_adorner.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 10%;
	padding: 2px;
	color: #6c6767;
	font-size: 12pt;
	vertical-align: top;
}

input[type="submit"].btn-small {
	width: 200px;
	height: 36px;
	font-size: 13pt;
	border: 0;
	background-image: url("../images/layout/buttons/btn_small_norm.jpg");
	float: right;
}

input[type="submit"].btn-small:hover {
	background-image: url("../images/layout/buttons/btn_small_hover.jpg");
}

@media only screen and (max-width: 1200px) {
	
	input[type="text"], input[type="password"], select {
		width: 337px;
		height: 58px;
		font-size: 12pt;
	}
	
}

@media only screen and (max-width: 1080px) {
	
	input[type="text"], input[type="password"], select {
		width: 291px;
		height: 50px;
		font-size: 11pt;
	}
	
	input[type="submit"] {
		width: 403px;
		height: 75px;
		font-size: 17pt;
	}
	
	.modal-discord-banner img {
		width: calc(320px/100*90);
	}
	
	.modal-discord-button img {
		width: calc(96px/100*90);
	}
	
	.modal-digitalcodes-button img {
		width: calc(96px/100*90);
	}
	
}

@media only screen and (max-width: 920px) {
	
	input[type="text"], input[type="password"], select {
		width: 262px;
		height: 45px;
		font-size: 10pt;
	}
	
	input[type="submit"] {
		width: 373px;
		height: 70px;
		font-size: 16pt;
	}
	
	.modal-discord-banner img {
		width: calc(320px/100*75);
	}
	
	.modal-discord-button img {
		width: calc(96px/100*75);
	}
	
	.modal-digitalcodes-button img {
		width: calc(96px/100*75);
	}
	
}

@media only screen and (max-width: 820px) {
	
	input[type="text"], input[type="password"], select {
		width: 233px;
		height: 40px;
		font-size: 10pt;
	}
	
	input[type="submit"] {
		width: 346px;
		height: 65px;
		font-size: 15pt;
	}
	
	.modal-discord-banner img {
		width: calc(320px/100*60);
	}
	
	.modal-discord-button img {
		width: calc(96px/100*60);
	}
	
	.modal-digitalcodes-button img {
		width: calc(96px/100*60);
	}
	
}

@media only screen and (max-width: 520px) {
	
	input[type="submit"] {
		width: 318px;
		height: 60px;
		font-size: 14pt;
	}
	
}

@media only screen and (max-width: 420px) {
	
	input[type="submit"] {
		width: 273px;
		height: 52px;
		font-size: 14pt;
	}
	
}

div.fa {
	background-color: #f2f2f2;
}

.separator:after {
	content: "";
	background-image: url("../images/layout/section_separator.jpg");
	position: relative;
	top: 100%;
	width: 100%;
	height: 3px;
	display: block;
}

.separator-fix:after {
	top: 0px;
}

.header {
	
}

.header .separator-adorner {
	width: 100%;
	float: left;
}

.header .separator-adorner:after {
	content: "";
	background-image: url("../images/layout/section_separator_adorner.png");
	position: relative;
	margin-top: -26px;
	left: calc(50% - 109px);
	width: 218px;
	height: 53px;
	display: block;
}

.bg-header {
	width: 100%;
	height: 715px;
	background-image: url("../images/layout/bg.jpg");
	background-position: center;
	background-size: cover;
}

.bg-sub-header {
	width: 100%;
	height: 522px;
	background-image: url("../images/layout/bg_subheader.jpg");
	background-position: center;
	background-size: cover;
}

.bg-news {
	width: 100%;
	height: 761px;
	background-image: url("../images/layout/bg_section_news.jpg");
	background-position: center;
	background-size: cover;
}

.bg-status {
	width: 100%;
	height: 727px;
	background-image: url("../images/layout/bg_section_status.jpg");
	background-position: center;
	background-size: cover;
}

.bg-trailer {
	width: 100%;
	height: 688px;
	background-image: url("../images/layout/bg_section_trailer.jpg");
	background-position: center;
	background-size: cover;
}

.bg-gallery {
	width: 100%;
	height: 775px;
	background-image: url("../images/layout/bg_section_gallery.jpg");
	background-position: center;
	background-size: cover;
}

.bg-error404 {
	width: 1920px;
	height: 768px;
	background-image: url("../images/layout/bg_error404.jpg");
}

.bg-maintenance {
	width: 1920px;
	height: 768px;
	background-image: url("../images/layout/bg_maintenance.jpg");
}

.bg-footer {
	width: 100%;
	height: 332px;
	background-image: url("../images/layout/bg_footer.jpg");
	background-position: center;
	background-size: cover;
}

.bg-content {
	width: 100%;
	background-image: url("../images/layout/bg_subcontent.jpg");
	background-repeat: no-repeat;
	background-color: #f8eeef;
}

@media only screen and (max-width: 1500px) {
	.bg-news {
		height: 670px;
	}
	
	.bg-sub-header {
		height: 490px;
	}
}

@media only screen and (max-width: 1200px) {
	.bg-header {
		height: 600px;
	}
	
	.bg-news {
		height: 580px;
	}
	
	.bg-sub-header {
		height: 420px;
	}
	
	.bg-status {
		height: 790px;
	}
	
	.bg-trailer {
		height: 640px;
	}
	
	.bg-gallery {
		height: 730px;
	}
	
}

@media only screen and (max-width: 1080px) {
	.bg-header {
		height: 500px;
	}
	
	.bg-news {
		height: 500px;
	}
	
	.bg-sub-header {
		height: 360px;
	}
	
	.bg-status {
		height: 770px;
	}
	
	.bg-trailer {
		height: 600px;
	}
	
	.bg-gallery {
		height: 630px;
	}
	
}

@media only screen and (max-width: 920px) {
	.bg-header {
		height: 400px;
	}
	
	.bg-news {
		height: 450px;
	}
	
	.bg-trailer {
		height: 580px;
	}
	
	.bg-gallery {
		height: 520px;
	}
	
}

@media only screen and (max-width: 820px) {
	.bg-header {
		height: 350px;
	}
	
	.bg-news {
		height: 380px;
	}
	
	.bg-sub-header {
		height: 300px;
	}
	
	.bg-status {
		height: 720px;
	}
	
	.bg-trailer {
		height: 550px;
	}
	
	.bg-gallery {
		height: 420px;
	}
	
}

@media only screen and (max-width: 420px) {
	.bg-header {
		height: 200px;
	}
	
	.bg-news {
		height: 260px;
	}
	
	.bg-sub-header {
		height: 150px;
	}
	
	.bg-status {
		height: 570px;
	}
	
	.bg-trailer {
		height: 400px;
	}
	
	.bg-gallery {
		height: 360px;
	}
	
}

.nav {
	width: 100%;
	height: 93px;
	position: fixed;
	background-image: url("../images/layout/nav_bg.jpg");
}

.nav:after {
	display: inline-block;
    content: "";
    border-top: .2rem solid #ffffff;
    width: 100%;
    margin: 0;
    transform: translateY(-1rem);
	position: relative;
	top: 7px;
	z-index: 1;
}

.nav .left-side {
	width: 15%;
	height: 92px;
	float: left;
	text-align: right;
}

.nav .left-side .welcome-text {
	text-align: center;
	float: right;
	position: relative;
	top: calc(50% - 19px);
	font-size: 13pt;
	width: 80%;
}

.nav .right-side {
	width: calc(85% - 10px);
	height: 92px;
	float: right;
}

.nav .left-side .btn-login {
	width: 269px;
	height: 92px;
	border: 0;
	display: block;
	float: right;
	background-image: url("../images/layout/buttons/btn_login_norm.jpg");
	background-size: contain;
}

.nav .left-side .btn-login:hover {
	background-image: url("../images/layout/buttons/btn_login_hover.jpg");
}

@media only screen and (max-width: 1200px) {
	
	.nav {
		height: 77px;
	}
	
	.nav .left-side .welcome-text {
		font-size: 11pt;
		position: relative;
		top: 21px;
	}
	
	.nav .left-side {
		height: 76px;
	}
	
	.nav .right-side {
		height: 76px;
	}
	
	.nav .left-side .btn-login {
		width: 219px;
		height: 75px;
	}
	
}

@media only screen and (max-width: 1080px) {
	
	.nav {
		height: 61px;
	}
	
	.nav .left-side .welcome-text {
		font-size: 9pt;
		position: relative;
		top: 16px;
	}
	
	.nav .left-side {
		height: 61px;
	}
	
	.nav .right-side {
		height: 61px;
	}
	
	.nav .left-side .btn-login {
		width: 175px;
		height: 60px;
	}
	
}

@media only screen and (max-width: 920px) {
	
	.nav .left-side .welcome-text {
		width: 100%;
	}
	
	.nav .left-side {
		width: 25%;
	}
	
	.nav .right-side {
		width: 75%;
	}
	
}

@media only screen and (max-width: 820px) {
	
	.nav .left-side {
		display: none;
	}
	
	.nav .left-side .welcome-text {
		display: none;
	}
	
	.nav .right-side {
		width: 100%;
	}
	
}

@media only screen and (max-width: 420px) {
	
	.nav {
		height: 36px;
	}
	
	.nav .left-side {
		height: 36px;
	}
	
	.nav .right-side {
		height: 36px;
	}
	
}

.nav .right-side .nav-wrapper .nav-menu {
  	list-style-type: none;
  	padding: 0;
  	line-height: 62px;
	margin: auto;
	display: inline-block;
}

.nav .right-side .nav-wrapper .nav-menu li {
  	float: left;
	margin: 13px 15px 0px 15px;
	font-size: 13pt;
}

.nav .right-side .nav-wrapper .nav-menu li:not(:last-child):after {
	content: "/";
	position: relative;
	font-size: 32px;
	top: -61px;
	font-weight: lighter;
	color: #844d45;
	float: right;
	left: 25px;
}

.nav .right-side .nav-wrapper .nav-menu li a {
  	display: block;
  	color: #844d45;
	font-weight: normal;
  	text-align: center;
  	text-decoration: none;
}

.nav .right-side .nav-wrapper .nav-menu li a:hover {
  	font-weight: bold;
}

.nav .right-side .nav-wrapper .nav-menu-compact {
	list-style-type: none;
  	padding: 0;
  	line-height: 62px;
	margin: auto;
	display: none;
	width: calc(100% - 60px);
}

.nav .right-side .nav-wrapper .nav-menu-compact li {
	float: left;
	width: 33%;
}

.nav .right-side .nav-wrapper .nav-menu-compact .logo {
	width: 141px;
	height: 61px;
	display: inline-block;
	background-image: url("../images/layout/logo.png");
	background-size: contain;
}

@media only screen and (max-width: 1200px) {
	
	.nav .right-side .nav-wrapper .nav-menu {
		line-height: 50px;
	}
	
	.nav .right-side .nav-wrapper .nav-menu li {
		font-size: 11pt;
	}
	
	.nav .right-side .nav-wrapper .nav-menu-compact {
		line-height: 61px;
	}
	
}

@media only screen and (max-width: 1080px) {
	
	.nav .right-side .nav-wrapper .nav-menu {
		line-height: 34px;
	}
	
	.nav .right-side .nav-wrapper .nav-menu li {
		font-size: 9pt;
	}
	
}

@media only screen and (max-width: 820px) {
	
	.nav .right-side .nav-wrapper .nav-menu {
		display: none;
	}
	
	.nav .right-side .nav-wrapper .nav-menu-compact {
		display: inline-block;
	}
	
}

@media only screen and (max-width: 420px) {
	
	.nav .right-side .nav-wrapper .nav-menu-compact {
		width: calc(100% - 30px);
		font-size: 10pt;
		line-height: 36px;
	}
	
	.nav .right-side .nav-wrapper .nav-menu-compact .logo {
		width: 83px;
		height: 36px;
	}
	
}

.pinned-nav {
	width: 100%;
	height: 50px;
	background-image: url("../images/layout/nav_bg.jpg");
	position: fixed;
	z-index: 10;
}

.pinned-nav:after {
	display: inline-block;
    content: "";
    border-top: .2rem solid #ffffff;
    width: 100%;
    margin: 0;
    transform: translateY(-1rem);
	position: relative;
	top: 7px;
	z-index: 1;
}

.pinned-nav .left-side {
	width: 30%;
	height: 50px;
	float: left;
	text-align: right;
}

.pinned-nav .left-side .welcome-text {
	text-align: center;
	float: right;
	position: relative;
	top: calc(50% - 19px);
	font-size: 11pt;
	width: 80%;
}

.pinned-nav .right-side {
	width: calc(70% - 10px);
	height: 50px;
	float: right;
}

.pinned-nav .left-side .btn-login, .pinned-nav .left-side .btn-login {
	width: 146px;
	height: 50px;
	border: 0;
	display: block;
	float: right;
	background-image: url("../images/layout/buttons/btn_login_norm.jpg");
	background-size: contain;
}

.pinned-nav .left-side .btn-login:hover, .pinned-nav .left-side .btn-login:hover {
	background-image: url("../images/layout/buttons/btn_login_hover.jpg");
}

.pinned-nav .right-side .nav-wrapper .nav-menu {
  	list-style-type: none;
  	padding: 0;
  	line-height: 50px;
	margin: auto;
	display: inline-block;
}

.pinned-nav .right-side .nav-wrapper .nav-menu li {
  	float: left;
	margin: 0px 15px 0px 15px;
	font-size: 12pt;
}

/*.pinned-nav .right-side .nav-wrapper .nav-menu li:not(:last-child):after {
	content: "/";
	position: relative;
	font-size: 32px;
	top: -50px;
	font-weight: lighter;
	color: #844d45;
	float: right;
	left: 25px;
}*/

.pinned-nav .right-side .nav-wrapper .nav-menu li a {
  	display: block;
  	color: #844d45;
	font-weight: normal;
  	text-align: center;
  	text-decoration: none;
}

.pinned-nav .right-side .nav-wrapper .nav-menu li a:hover {
  	font-weight: bold;
}

.pinned-nav .right-side .nav-wrapper .nav-menu-compact {
	list-style-type: none;
  	padding: 0;
  	line-height: 62px;
	margin: auto;
	display: none;
	width: calc(100% - 60px);
}

.pinned-nav .right-side .nav-wrapper .nav-menu-compact li {
	float: left;
	width: 33%;
}

.pinned-nav .right-side .nav-wrapper .nav-menu-compact .logo {
	width: 141px;
	height: 61px;
	display: inline-block;
	background-image: url("../images/layout/logo.png");
	background-size: contain;
}

@media only screen and (max-width: 1200px) {
	
	.pinned-nav {
		height: 50px;
	}
	
	.pinned-nav .left-side .welcome-text {
		font-size: 11pt;
		position: relative;
		top: 9px;
	}
	
	.pinned-nav .left-side {
		height: 50px;
	}
	
	.pinned-nav .right-side {
		height: 50px;
	}
	
	.pinned-nav .right-side .nav-wrapper .nav-menu {
		line-height: 50px;
	}
	
	.pinned-nav .right-side .nav-wrapper .nav-menu li {
		font-size: 11pt;
	}
	
	.pinned-nav .right-side .nav-wrapper .nav-menu-compact {
		line-height: 61px;
	}
	
}

@media only screen and (max-width: 1080px) {
	
	.pinned-nav .left-side .welcome-text {
		font-size: 9pt;
		position: relative;
		top: 11px;
	}
	
	.pinned-nav .right-side .nav-wrapper .nav-menu li {
		font-size: 9pt;
	}
	
}

@media only screen and (max-width: 920px) {
	
	.pinned-nav .left-side .welcome-text {
		width: 100%;
	}
	
	.pinned-nav .left-side {
		width: 25%;
	}
	
	.pinned-nav .right-side {
		width: 75%;
	}
	
}

@media only screen and (max-width: 820px) {
	
	.pinned-nav .left-side {
		display: none;
	}
	
	.pinned-nav .left-side .welcome-text {
		display: none;
	}
	
	.pinned-nav .right-side {
		width: 100%;
	}
	
	.pinned-nav .right-side .nav-wrapper .nav-menu {
		display: none;
	}
	
	.pinned-nav .right-side .nav-wrapper .nav-menu-compact {
		display: inline-block;
		line-height: 50px;
	}
	
	.pinned-nav .right-side .nav-wrapper .nav-menu-compact .logo {
		width: 115px;
		height: 50px;
	}
	
}

@media only screen and (max-width: 420px) {
	
	.pinned-nav .right-side .nav-wrapper .nav-menu-compact {
		width: calc(100% - 30px);
		font-size: 10pt;
		line-height: 36px;
	}
	
	.pinned-nav .right-side .nav-wrapper .nav-menu-compact .logo {
		width: 83px;
		height: 36px;
	}
	
	.pinned-nav {
		height: 36px;
	}
	
	.pinned-nav .left-side .welcome-text {
		font-size: 11pt;
		position: relative;
		top: 9px;
	}
	
	.pinned-nav .left-side {
		height: 36px;
	}
	
	.pinned-nav .right-side {
		height: 36px;
	}
	
	.pinned-nav .right-side .nav-wrapper .nav-menu {
		line-height: 36px;
	}
	
}

.nav-sidebar-wrapper {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
}

.nav-sidebar-wrapper .nav-sidebar {
	width: 100%;
	max-width: 380px;
	height: 100%;
	background-image: url("../images/layout/nav_bg.jpg");
	overflow: auto;
}

.nav-sidebar-wrapper .nav-sidebar .sidebar-header-wrapper {
	height: 73px;
}

.nav-sidebar-wrapper .nav-sidebar .sidebar-header-wrapper .sidebar-close {
	float: left;
	display: inline-block;
	position: relative;
	top: 35px;
	left: 40px;
	font-size: 16pt;
}

.nav-sidebar-wrapper .nav-sidebar .sidebar-header-wrapper .sidebar-logo {
	display: inline-block;
	width: 138px;
	height: 60px;
	background-image: url("../images/layout/logo.png");
	background-size: contain;
	position: relative;
	top: 15px;
}

.nav-sidebar-wrapper .nav-sidebar .sidebar-separator {
	width: 90%;
	display: block;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.nav-sidebar-wrapper .nav-sidebar .nav-menu-wrapper {
	text-align: left;
	width: 70%;
	margin: auto;
}

.nav-sidebar-wrapper .nav-sidebar .nav-menu-wrapper a {
  	font-size: 15pt;
	display: block;
  	color: #844d45;
	font-weight: normal;
  	text-decoration: none;
	margin: 10px 0px;
}

.nav-sidebar-wrapper .nav-sidebar .nav-menu-wrapper a:hover {
  	font-weight: bold;
}

.nav-sidebar-wrapper .nav-sidebar .btn-login {
	width: 175px;
	height: 60px;
	border: 0;
	margin: auto;
	background-image: url("../images/layout/buttons/btn_login_norm.jpg");
	background-size: contain;
}

.nav-sidebar-wrapper .nav-sidebar .btn-login:hover {
	background-image: url("../images/layout/buttons/btn_login_hover.jpg");
}

.nav-sidebar-menu {
	position: relative;
	top: calc(50% - 19px / 2);
}

@media only screen and (max-width: 520px) {
	
	.nav-sidebar-wrapper .nav-sidebar .sidebar-header-wrapper .sidebar-close {
		top: 30px;
	}
	
	.nav-sidebar-wrapper .nav-sidebar .sidebar-header-wrapper .sidebar-logo {
		top: 10px;
	}

	.nav-sidebar-wrapper .nav-sidebar .sidebar-header-wrapper {
		height: 60px;
	}
	
	.nav-sidebar-wrapper .nav-sidebar .sidebar-separator {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.nav-sidebar-wrapper .nav-sidebar .nav-menu-wrapper a {
		font-size: 14pt;
		margin: 8px 0px;
	}
	
}

@media only screen and (max-width: 420px) {
	
	.nav-sidebar-wrapper .nav-sidebar .nav-menu-wrapper a {
		font-size: 13pt;
	}
	
}

.header .bg-sub-header .header-title {
	width: 125px;
	height: 432px;
	background-image: url("../images/layout/header_pagetitle.png");
	background-size: contain;
	float: right;
	position: relative;
	right: 20%;
	top: 93px;
}

.header .bg-sub-header .header-title div {
	display: block;
	font-size: 28pt;
    color: #ffffff;
    letter-spacing: 55px;
    word-break: break-all;
    position: relative;
    left: 50px;
    top: 8%;
	text-transform: uppercase;
}

@media only screen and (max-width: 1500px) {
	
	.header .bg-sub-header .header-title {
		width: 115px;
		height: 398px;
	}
	
}

@media only screen and (max-width: 1200px) {
	
	.header .bg-sub-header .header-title {
		width: 115px;
		height: 398px;
	}
	
}

@media only screen and (max-width: 1080px) {
	
}

@media only screen and (max-width: 920px) {
	
}

@media only screen and (max-width: 820px) {
	
}

@media only screen and (max-width: 420px) {
	
}

.section {
	
}

.section .title-gold {
	width: 653px;
	height: 75px;
	background-image: url("../images/layout/section_title_gold_bg.png");
	color: #a6844b;
	font-size: 30pt;
	text-align: center;
	line-height: 75px;
	margin: 0 auto;
	float: left;
	position: relative;
	left: calc(50% - 653px / 2);
	top: 40px;
	background-size: cover;
}

.section .title-white {
	width: 653px;
	height: 72px;
	background-image: url("../images/layout/section_title_white_bg.png");
	color: #ffffff;
	font-size: 30pt;
	text-align: center;
	line-height: 72px;
	margin: 0 auto;
	float: left;
	position: relative;
	left: calc(50% - 653px / 2);
	top: 40px;
	background-size: cover;
}

.section .news-carousel {
	position: relative;
	top: 45px;
	float: left;
	width: 100%;
	text-align: center;
}

.section .news-carousel .news-item {
	width: 401px;
	height: 530px;
	display: inline-block;
	background-image: url("../images/news/border_bg.png");
	background-size: contain;
	margin: 0px 5px;
}

.section .news-carousel .news-item .news-item-header {
	width: calc(100% - 6px);
	height: 286px;
	margin: auto;
	margin-top: 3px;
	position: relative;
}

.section .news-carousel .news-item .news-item-header .news-item-news {
	float: left;
	color: #d02525;
	background-image: url("../images/news/bg_title_news.png");
	background-size: cover;
	width: 46px;
	height: 152px;
	position: absolute;
	right: 2%;
	top: 2%;
}

.section .news-carousel .news-item .news-item-header .news-item-events {
	float: left;
	color: #81a274;
	background-image: url("../images/news/bg_title_events.png");
	background-size: cover;
	width: 46px;
	height: 152px;
	position: absolute;
	right: 2%;
	top: 2%;
}

.section .news-carousel .news-item .news-item-header .news-item-itemshop {
	float: left;
	color: #55889b;
	background-image: url("../images/news/bg_title_itemshop.png");
	background-size: cover;
	width: 46px;
	height: 169px;
	position: absolute;
	right: 2%;
	top: 2%;
}

.section .news-carousel .news-item .news-item-header .news-item-updates {
	float: left;
	color: #9b5556;
	background-image: url("../images/news/bg_title_updates.png");
	background-size: cover;
	width: 46px;
	height: 152px;
	position: absolute;
	right: 2%;
	top: 2%;
}

.section .news-carousel .news-item .news-item-header .news-item-news span {
	word-wrap: break-word;
	letter-spacing: 14px;
	text-align: center;
	position: relative;
	left: 7px;
	top: calc(50% - 60px);
	font-size: 19pt;
}

.section .news-carousel .news-item .news-item-header .news-item-events span {
	word-wrap: break-word;
	letter-spacing: 14px;
	text-align: center;
	position: relative;
	left: 7px;
	top: calc(50% - 60px);
	font-size: 13pt;
}

.section .news-carousel .news-item .news-item-header .news-item-itemshop span {
	word-wrap: break-word;
	letter-spacing: 18px;
	text-align: center;
	position: relative;
	left: 9px;
	top: calc(50% - 65px);
	font-size: 10pt;
}

.section .news-carousel .news-item .news-item-header .news-item-updates span {
	word-wrap: break-word;
	letter-spacing: 15px;
	text-align: center;
	position: relative;
	left: 7px;
	top: calc(50% - 60px);
	font-size: 11pt;
}

.section .news-carousel .news-item .news-item-header * {
	float: left;
	width: 100%;
}

.section .news-carousel .news-item .news-item-header img {
	height: 286px;
	float: left;
}

.section .news-carousel .news-item .news-item-header:after {
	content: "";
	display: inline-block;
	background-image: url("../images/news/bg_overlay.png");
	width: 100%;
	height: 86px;
	position: absolute;
	top: calc(100% - 86px);
	z-index: 1;
	left: 0px;
}

.section .news-carousel .news-item .news-item-body {
	color: #ad8b51;
	height: 220px;
	display: inline-block;
	width: 100%;
}

.section .news-carousel .news-item .news-item-body h6 {
	font-size: 12pt;
	text-align: left;
	padding: 0px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section .news-carousel .news-item .news-item-body hr {
	width: calc(100% - 8px);
	margin: auto;
	border: 1px solid #ad8b51;
}

.section .news-carousel .news-item .news-item-body div {
	overflow: hidden;
	max-height: 193px;
	padding: 0px 10px;
	text-align: left;
}

.section .news-carousel .news-item .news-item-body div * {
	display: none;
}

.section .news-carousel .news-item .news-item-body div p {
	display: block;
}

.section .news-carousel .news-item .news-item-footer {
	font-size: 9pt;
	width: 70%;
	margin: auto;
	display: inline-block;
}

.section .news-carousel .news-item .news-item-footer .date {
	float: left;
}

.section .news-carousel .news-item .news-item-footer .user {
	float: right;
}

@media only screen and (max-width: 1500px) {
	
	.section .news-carousel .news-item {
		width: 340px;
		height: 450px;
	}
	
	.section .news-carousel .news-item .news-item-header {
		height: 242px;
	}

	.section .news-carousel .news-item .news-item-header img {
		height: 242px;
	}
	
	.section .news-carousel .news-item .news-item-body {
		height: 186px;
	}

	.section .news-carousel .news-item .news-item-body h6 {
		font-size: 11pt;
	}
	
	.section .news-carousel .news-item .news-item-body div {
		max-height: 163px;
		font-size: 10pt;
	}
	
	.section .news-carousel .news-item .news-item-header .news-item-news {
		width: 39px;
		height: 129px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-events {
		width: 39px;
		height: 129px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-itemshop {
		width: 39px;
		height: 143px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-updates {
		width: 39px;
		height: 129px;
	}
	
	.section .news-carousel .news-item .news-item-header .news-item-news span {
		letter-spacing: 14px;
		left: 7px;
		top: calc(50% - 52px);
		font-size: 17pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-events span {
		letter-spacing: 14px;
		left: 7px;
		top: calc(50% - 55px);
		font-size: 12pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-itemshop span {
		letter-spacing: 18px;
		left: 9px;
		top: calc(50% - 60px);
		font-size: 9.5pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-updates span {
		letter-spacing: 15px;
		left: 7px;
		top: calc(50% - 55px);
		font-size: 10pt;
	}
	
}

@media only screen and (max-width: 1200px) {
	
	.section .title-gold {
		width: 522px;
		height: 60px;
		left: calc(50% - 522px / 2);
		top: 30px;
		font-size: 24pt;
		line-height: 60px;
	}
	
	.section .title-white {
		width: 522px;
		height: 60px;
		top: 30px;
		left: calc(50% - 522px / 2);
		font-size: 24pt;
		line-height: 60px;
	}
	
	.section .news-carousel .news-item {
		width: 302px;
		height: 399px;
	}
	
	.section .news-carousel .news-item .news-item-header {
		height: 218px;
	}

	.section .news-carousel .news-item .news-item-header img {
		height: 218px;
	}
	
	.section .news-carousel .news-item .news-item-body {
		height: 160px;
	}

	.section .news-carousel .news-item .news-item-body h6 {
		font-size: 10pt;
	}
	
	.section .news-carousel .news-item .news-item-body div {
		max-height: 138px;
		font-size: 9.5pt;
	}
	
	.section .news-carousel .news-item .news-item-header .news-item-news {
		width: 35px;
		height: 116px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-events {
		width: 35px;
		height: 116px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-itemshop {
		width: 35px;
		height: 129px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-updates {
		width: 35px;
		height: 116px;
	}
	
	.section .news-carousel .news-item .news-item-header .news-item-news span {
		letter-spacing: 14px;
		left: 7px;
		top: calc(50% - 45px);
		font-size: 14pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-events span {
		letter-spacing: 14px;
		left: 7px;
		top: calc(50% - 48px);
		font-size: 10pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-itemshop span {
		letter-spacing: 18px;
		left: 9px;
		top: calc(50% - 56px);
		font-size: 9pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-updates span {
		letter-spacing: 15px;
		left: 7px;
		top: calc(50% - 49px);
		font-size: 9pt;
	}
	
}

@media only screen and (max-width: 1080px) {
	
	.section .title-gold {
		width: 392px;
		height: 44px;
		left: calc(50% - 392px / 2);
		top: 25px;
		font-size: 16pt;
		line-height: 43px;
	}
	
	.section .title-white {
		width: 392px;
		height: 44px;
		left: calc(50% - 392px / 2);
		top: 25px;
		font-size: 16pt;
		line-height: 43px;
	}
	
	.section .news-carousel .news-item {
		width: 263px;
		height: 348px;
	}
	
	.section .news-carousel .news-item .news-item-header {
		height: 186px;
	}

	.section .news-carousel .news-item .news-item-header img {
		height: 186px;
	}
	
	.section .news-carousel .news-item .news-item-body {
		height: 137px;
	}

	.section .news-carousel .news-item .news-item-body h6 {
		font-size: 9pt;
	}
	
	.section .news-carousel .news-item .news-item-body div {
		max-height: 118px;
		font-size: 8pt;
	}
	
	.section .news-carousel .news-item .news-item-header .news-item-news {
		width: 26px;
		height: 86px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-events {
		width: 26px;
		height: 86px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-itemshop {
		width: 26px;
		height: 96px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-updates {
		width: 26px;
		height: 86px;
	}
	
	.section .news-carousel .news-item .news-item-header .news-item-news span {
		letter-spacing: 14px;
		left: 6px;
		top: calc(50% - 34px);
		font-size: 11pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-events span {
		letter-spacing: 14px;
		left: 7px;
		top: calc(50% - 36px);
		font-size: 8pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-itemshop span {
		letter-spacing: 18px;
		left: 9px;
		top: calc(50% - 40px);
		font-size: 6pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-updates span {
		letter-spacing: 15px;
		left: 8px;
		top: calc(50% - 38px);
		font-size: 7pt;
	}
	
}

@media only screen and (max-width: 920px) {
	
	.section .title-gold {
		width: 326px;
		height: 37px;
		left: calc(50% - 326px / 2);
		top: 18px;
		font-size: 13pt;
		line-height: 36px;
	}
	
	.section .title-white {
		width: 326px;
		height: 37px;
		left: calc(50% - 326px / 2);
		top: 18px;
		font-size: 13pt;
		line-height: 36px;
	}
	
	.section .news-carousel .news-item {
		width: 219px;
		height: 290px;
	}
	
	.section .news-carousel .news-item .news-item-header {
		width: calc(100% - 4px);
		height: 155px;
		margin-top: 2px;
	}

	.section .news-carousel .news-item .news-item-header img {
		height: 155px;
	}
	
	.section .news-carousel .news-item .news-item-body {
		height: 112px;
	}

	.section .news-carousel .news-item .news-item-body h6 {
		font-size: 7pt;
	}
	
	.section .news-carousel .news-item .news-item-body div {
		max-height: 98px;
		font-size: 7pt;
	}
	
	.section .news-carousel .news-item .news-item-header .news-item-news {
		width: 26px;
		height: 86px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-events {
		width: 26px;
		height: 86px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-itemshop {
		width: 26px;
		height: 96px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-updates {
		width: 26px;
		height: 86px;
	}
	
	.section .news-carousel .news-item .news-item-header .news-item-news span {
		letter-spacing: 14px;
		left: 6px;
		top: calc(50% - 34px);
		font-size: 11pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-events span {
		letter-spacing: 14px;
		left: 7px;
		top: calc(50% - 36px);
		font-size: 8pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-itemshop span {
		letter-spacing: 18px;
		left: 9px;
		top: calc(50% - 40px);
		font-size: 6pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-updates span {
		letter-spacing: 15px;
		left: 8px;
		top: calc(50% - 38px);
		font-size: 7pt;
	}
	
	.section .news-carousel .news-item .news-item-footer {
		font-size: 8pt;
		width: 80%;
	}
	
}

@media only screen and (max-width: 820px) {
	
	.section .news-carousel .news-item {
		width: 175px;
		height: 232px;
	}
	
	.section .news-carousel .news-item .news-item-header {
		height: 124px;
	}

	.section .news-carousel .news-item .news-item-header img {
		height: 124px;
	}
	
	.section .news-carousel .news-item .news-item-body {
		height: 86px;
	}

	.section .news-carousel .news-item .news-item-body h6 {
		font-size: 7pt;
	}
	
	.section .news-carousel .news-item .news-item-body div {
		max-height: 78px;
		font-size: 5pt;
	}
	
	.section .news-carousel .news-item .news-item-header .news-item-news {
		width: 21px;
		height: 69px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-events {
		width: 21px;
		height: 69px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-itemshop {
		width: 21px;
		height: 77px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-updates {
		width: 21px;
		height: 69px;
	}
	
	.section .news-carousel .news-item .news-item-header .news-item-news span {
		letter-spacing: 14px;
		left: 6px;
		top: calc(50% - 28px);
		font-size: 9pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-events span {
		letter-spacing: 14px;
		left: 7px;
		top: calc(50% - 29px);
		font-size: 6pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-itemshop span {
		letter-spacing: 18px;
		left: 8px;
		top: calc(50% - 32px);
		font-size: 5pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-updates span {
		letter-spacing: 15px;
		left: 8px;
		top: calc(50% - 28px);
		font-size: 5pt;
	}
	
	.section .news-carousel .news-item .news-item-footer {
		font-size: 7pt;
		width: 80%;
	}
	
}

@media only screen and (max-width: 420px) {
	
	.section .title-gold {
		width: 176px;
		height: 20px;
		left: calc(50% - 176px / 2);
		top: 6px;
		font-size: 8pt;
		line-height: 20px;
	}
	
	.section .title-white {
		width: 176px;
		height: 20px;
		left: calc(50% - 176px / 2);
		top: 20px;
		font-size: 8pt;
		line-height: 20px;
	}
	
	.section .news-carousel {
		top: 20px;
	}
	
	.section .news-carousel .news-item {
		width: 136px;
		height: 180px;
	}
	
	.section .news-carousel .news-item .news-item-header {
		width: calc(100% - 2px);
		height: 96px;
		margin-top: 1px;
	}

	.section .news-carousel .news-item .news-item-header img {
		height: 96px;
	}
	
	.section .news-carousel .news-item .news-item-body {
		height: 60px;
	}

	.section .news-carousel .news-item .news-item-body h6 {
		font-size: 6pt;
	}
	
	.section .news-carousel .news-item .news-item-body div {
		max-height: 78px;
		font-size: 5pt;
	}
	
	.section .news-carousel .news-item .news-item-header .news-item-news {
		width: 21px;
		height: 69px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-events {
		width: 21px;
		height: 69px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-itemshop {
		width: 21px;
		height: 77px;
	}

	.section .news-carousel .news-item .news-item-header .news-item-updates {
		width: 21px;
		height: 69px;
	}
	
	.section .news-carousel .news-item .news-item-header .news-item-news span {
		letter-spacing: 14px;
		left: 6px;
		top: calc(50% - 28px);
		font-size: 9pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-events span {
		letter-spacing: 14px;
		left: 7px;
		top: calc(50% - 29px);
		font-size: 6pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-itemshop span {
		letter-spacing: 18px;
		left: 8px;
		top: calc(50% - 32px);
		font-size: 5pt;
	}

	.section .news-carousel .news-item .news-item-header .news-item-updates span {
		letter-spacing: 15px;
		left: 8px;
		top: calc(50% - 28px);
		font-size: 5pt;
	}
	
	.section .news-carousel .news-item .news-item-footer {
		font-size: 5pt;
		width: 80%;
	}
	
}

.section .status {
	width: 1000px;
	position: relative;
	left: calc(50% - 1000px / 2);
	top: 100px;
	height: 100%;
}

.section .status .login-bg {
	width: 569px;
	height: 467px;
	background-image: url("../images/layout/login/bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
}

.section .status .login-bg .channel-online {
	width: 87px;
	height: 87px;
	float: left;
	color: #a09497;
	text-align: center;
	line-height: 87px;
	background-image: url("../images/layout/login/channel_on_bg.png");
	background-size: contain;
}

.section .status .login-bg .channel-offline {
	width: 87px;
	height: 87px;
	float: left;
	color: #a09497;
	text-align: center;
	line-height: 87px;
	background-image: url("../images/layout/login/channel_off_bg.png");
	background-size: contain;
}

.section .status .login-bg .ch1 {
	position: relative;
	top: 49px;
	left: 74px;
}

.section .status .login-bg .ch2 {
	position: relative;
	top: 205px;
	left: -78px;
}

.section .status .login-bg .ch3 {
	position: relative;
	top: 359px;
	left: -99px;
}

.section .status .login-bg .ch4 {
	position: relative;
	top: 50px;
	left: 147px;
}

.section .status .login-bg .ch5 {
	position: relative;
	top: 206px;
	left: 127px;
}

.section .status .login-bg .ch6 {
	position: relative;
	top: 359px;
	left: -28px;
}

.section .status .login-bg .auth {
	position: relative;
	top: 120px;
	left: 190px;
}

.section .status .login-bg .auth i {
	font-size: 52pt;
}

.section .status .login-bg .auth-offline {
	width: 200px;
	text-align: center;
	font-size: 16pt;
	color: #ab4343;
}

.section .status .login-bg .auth-online {
	width: 200px;
	text-align: center;
	font-size: 16pt;
	color: #d3edc7;
}

.section .status .statistics {
	width: 380px;
	height: 340px;
	color: #9c8585;
	font-size: 12pt;
	display: inline-block;
	position: relative;
	top: 75px;
}

.section .status .statistics div {
	display: block;
	float: left;
	text-align: center;
	width: 187px;
	height: 167px;
	background-image: url("../images/layout/login/stats_bg.png");
	background-size: contain;
}

.section .status .statistics p {
	position: relative;
	top: 70px;
	left: 10px;
	font-size: 10pt;
}

.section .status .statistics div p span {
	font-weight: bold;
	font-size: 12pt;
	margin-left: -10px;
}

@media only screen and (max-width: 1200px) {
	
	.section .status {
		width: 748px;
		position: relative;
		top: 50px;
		left: 0;
		margin: auto;
	}

	.section .status .login-bg {
		position: relative;
		left: calc(50% - 569px / 2);
	}
	
	.section .status .statistics {
		width: 100%;
		top: 15px;
		text-align: center;
	}
	
}

@media only screen and (max-width: 820px) {
	
	.section .status {
		width: 569px;
	}

	.section .status .statistics div {
		width: 131px;
		height: 117px;
		display: inline-block;
		float: unset;
	}
	
	.section .status .statistics p {
		top: 50px;
		font-size: 9pt;
	}
	
	.section .status .statistics div p span {
		font-size: 9pt;
	}
	
}

@media only screen and (max-width: 620px) {
	
	.section .status .login-bg {
		width: 450px;
		height: 369px;
		left: calc(50% - 450px / 2);
	}

	.section .status {
		width: 450px;
	}

	.section .status .login-bg .channel-online {
		width: 64px;
		height: 64px;
		line-height: 64px;
	}

	.section .status .login-bg .channel-offline {
		width: 64px;
		height: 64px;
		line-height: 64px;
	}

	.section .status .login-bg .ch1 {
		top: 42px;
		left: 61px;
	}

	.section .status .login-bg .ch2 {
		top: 165px;
		left: -54px;
	}

	.section .status .login-bg .ch3 {
		top: 286px;
		left: -66px;
	}

	.section .status .login-bg .ch4 {
		top: 42px;
		left: 133px;
	}

	.section .status .login-bg .ch5 {
		top: 165px;
		left: 120px;
	}

	.section .status .login-bg .ch6 {
		top: 287px;
		left: 5px;
	}

	.section .status .login-bg .auth {
		top: 77px;
		left: 131px;
	}

}

@media only screen and (max-width: 420px) {
	
	.section .status .login-bg {
		width: 320px;
		height: 262px;
		left: calc(50% - 320px / 2);
	}

	.section .status {
		width: 320px;
	}

	.section .status .statistics div {
		width: 100px;
		height: 89px;
	}
	
	.section .status .statistics p {
		top: 38px;
		font-size: 7pt;
	}
	
	.section .status .statistics div p span {
		font-size: 7pt;
	}
	
	.section .status .login-bg .channel-online {
		width: 48px;
		height: 48px;
		line-height: 48px;
	}

	.section .status .login-bg .channel-offline {
		width: 48px;
		height: 48px;
		line-height: 48px;
	}

	.section .status .login-bg .ch1 {
		top: 28px;
		left: 43px;
	}

	.section .status .login-bg .ch2 {
		top: 116px;
		left: -42px;
	}

	.section .status .login-bg .ch3 {
		top: 201px;
		left: -53px;
	}

	.section .status .login-bg .ch4 {
		top: 28px;
		left: 86px;
	}

	.section .status .login-bg .ch5 {
		top: 116px;
		left: 75px;
	}

	.section .status .login-bg .ch6 {
		top: 202px;
		left: -10px;
	}

	.section .status .login-bg .auth {
		top: 55px;
		left: 65px;
	}
	
	.section .status .login-bg .auth i {
		font-size: 32pt;
	}
	
	.section .status .login-bg .auth-online {
		font-size: 14pt;
	}
	
}

.section .trailer-content {
	position: relative;
	top: 150px;
	width: 680px;
	height: 300px;
	right: 5%;
	float: right;
}

.section .trailer-content p {
	width: 100%;
	color: #fefefe;
	text-align: center;
	position: relative;
	top: 55px;
}

.section .trailer-content .title-white {
	float: unset;
	left: unset;
}

.section .trailer-content .trailer-gallery {
	width: 472px;
	height: 252px;
	position: relative;
	top: 80px;
	margin: auto;
	background-image: url("../images/trailer/gallery_preview_bg.png");
	background-size: contain;
}

.section .trailer-content .trailer-gallery .trailer-play {
	width: 472px;
	height: 252px;
	opacity: 0.75;
	background-image: url("../images/trailer/gallery_trailer_play.png");
	background-size: contain;
}

.section .trailer-content .trailer-gallery .trailer-play:hover {
	opacity: 1.0;
}

@media only screen and (max-width: 1200px) {
	
	.section .trailer-content {
		right: 4%;
		top: 140px;
	}
	
}

@media only screen and (max-width: 1080px) {
	
	.section .trailer-content {
		right: 3%;
		top: 135px;
	}
	
}

@media only screen and (max-width: 920px) {
	
	.section .trailer-content {
		right: 2%;
		top: 135px;
	}
	
}

@media only screen and (max-width: 820px) {
	
	.section .trailer-content {
		right: 1%;
		top: 130px;
		width: 100%;
	}
	
}

@media only screen and (max-width: 520px) {
	
	.section .trailer-content {
		right: 1%;
		top: 90px;
		width: 100%;
	}
	
	.section .trailer-content .trailer-gallery {
		width: 360px;
		height: 192px;
	}

	.section .trailer-content .trailer-gallery .trailer-play {
		width: 360px;
		height: 192px;
	}

}

@media only screen and (max-width: 420px) {
	
	.section .trailer-content {
		right: 1%;
		top: 60px;
		width: 100%;
	}
	
	.section .trailer-content .trailer-gallery {
		width: 300px;
		height: 160px;
	}

	.section .trailer-content .trailer-gallery .trailer-play {
		width: 300px;
		height: 160px;
	}

}

.section .gallery-carousel {
	position: relative;
	top: 110px;
	float: left;
	width: 100%;
	text-align: center;
}

.section .gallery-carousel .gallery-item {
	width: 344px;
	height: 500px;
	display: inline-block;
	background-size: contain;
	margin: 0px 10px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
}

.section .gallery-carousel .gallery-item-border {
	display: block;
	border: 1px solid white;
	width: 322px;
	height: 480px;
	margin: 10px;
	opacity: 1.0;
	float: left;
}

.section .gallery-carousel .gallery-item:after {
	content: "";
	display: block;
	width: 322px;
	height: 480px;
	margin: 10px;
	opacity: 0.0;
	background-image: url("../images/media/btn_open_media.png");
	background-size: contain;
}

.section .gallery-carousel .gallery-item:hover:after {
	opacity: 1.0;
}

@media only screen and (max-width: 1200px) {
	
	.section .gallery-carousel {
		position: relative;
		top: 100px;
	}

}

@media only screen and (max-width: 1080px) {
	
	.section .gallery-carousel {
		position: relative;
		top: 80px;
	}

	.section .gallery-carousel .gallery-item {
		width: 289px;
		height: 420px;
	}
		
	.section .gallery-carousel .gallery-item-border {
		width: 270px;
		height: 403px;
		margin: 8px;
	}

	.section .gallery-carousel .gallery-item:after {
		width: 270px;
		height: 403px;
		margin: 8px;
	}

}

@media only screen and (max-width: 920px) {
	
	.section .gallery-carousel {
		position: relative;
		top: 70px;
	}

	.section .gallery-carousel .gallery-item {
		width: 242px;
		height: 353px;
	}
		
	.section .gallery-carousel .gallery-item-border {
		width: 227px;
		height: 338px;
		margin: 7px;
	}

	.section .gallery-carousel .gallery-item:after {
		width: 227px;
		height: 338px;
		margin: 7px;
	}

}

@media only screen and (max-width: 820px) {
	
	.section .gallery-carousel {
		position: relative;
		top: 60px;
	}

	.section .gallery-carousel .gallery-item {
		width: 203px;
		height: 296px;
	}
		
	.section .gallery-carousel .gallery-item-border {
		width: 190px;
		height: 284px;
		margin: 6px;
	}

	.section .gallery-carousel .gallery-item:after {
		width: 190px;
		height: 284px;
		margin: 6px;
	}

}

@media only screen and (max-width: 420px) {
	
	.section .gallery-carousel {
		position: relative;
		top: 50px;
	}

	.section .gallery-carousel .gallery-item {
		width: 170px;
		height: 248px;
	}
		
	.section .gallery-carousel .gallery-item-border {
		width: 159px;
		height: 238px;
		margin: 5px;
	}

	.section .gallery-carousel .gallery-item:after {
		width: 159px;
		height: 238px;
		margin: 5px;
	}

}

.footer {
	width: 100%;
	margin: auto;
	position: relative;
	top: 50px;
}

@media only screen and (max-width: 991px) {
	
	.footer {
		top: 0px;
	}
	
}

.footer .copyright {
	text-align: center;
	margin-bottom: 10px;
}

.footer .copyright .logo {
	width: 268px;
	height: 116px;
	display: inline-block;
	background-image: url("../images/layout/logo.png");
}

.footer .copyright p {
	font-size: 13pt;
	color: #844d45;
	text-align: center;
}

.footer .copyright .credits {
	font-size: 10pt;
}

@media only screen and (max-width: 991px) {
	
	.footer .copyright {
		margin-top: 10px;
	}
	
}

@media only screen and (max-width: 420px) {
	
	.footer .copyright .footer-copyright {
		font-size: 10pt;
	}
	
}

.footer .footer-nav {
  	list-style-type: none;
  	padding: 0;
  	overflow: hidden;
  	line-height: 120px;
	margin: auto;
	display: inline-block;
}

@media only screen and (max-width: 991px) {
	
	.footer .footer-nav {
		line-height: unset;
	}
	
}

.footer .footer-nav li {
  	float: left;
	margin: 0px 15px 0px 15px;
	font-size: 14pt;
}

.footer .socials {
	font-size: 26pt;
	text-align: center;
}

@media only screen and (max-width: 991px) {
	
	.footer .socials {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
}

@media only screen and (max-width: 520px) {
	
	.footer .footer-nav {
		line-height: unset;
	}
	
	.footer .footer-nav li {
		margin: 0px 12px 0px 12px;
		font-size: 12pt;
	}
	
}

@media only screen and (max-width: 420px) {
	
	.footer .footer-nav {
		line-height: unset;
	}
	
	.footer .footer-nav li {
		margin: 0px 10px 0px 10px;
		font-size: 10pt;
	}
	
}

.container {
	width: 75%;
	margin: auto;
	padding-top: 60px;
}

@media only screen and (max-width: 1200px) {
	
	.container {
		width: 83%;
	}
	
}

@media only screen and (max-width: 1080px) {
	
	.container {
		width: 90%;
	}
	
}

@media only screen and (max-width: 920px) {
	
	.container {
		width: 95%;
	}
	
}

@media only screen and (max-width: 820px) {
	
	.container {
		width: 95%;
	}
	
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.btn-big {
	width: 460px;
	height: 82px;
	background-image: url("../images/layout/buttons/btn_big_norm.jpg");
	background-size: contain;
	margin: auto;
}

.btn-big:hover {
	background-image: url("../images/layout/buttons/btn_big_hover.jpg");
}

.btn-big * {
	width: 100%;
	height: 100%;
	float: left;
	line-height: 82px;
	text-align: center;
}

@media only screen and (max-width: 540px) {
	
	.btn-big {
		width: 303px;
		height: 54px;
		font-size: 10pt;
	}

	.btn-big * {
		line-height: 54px;
	}

}

.container .download-list {
	list-style-type: none;
	margin: auto;
	max-width: 500px;
	width: 100%;
}

.container .download-list li {
	margin: 15px 0px;
}

.form-table ul {
	list-style-type: none;
	color: #9a9696;
}

.form-table ul li {
	margin: 15px;
}

.form-table ul li > .fa {
	width: 66px;
	height: 67px;
	border: 1px solid #cdcccc;
	border-right: 0;
	line-height: 66px;
}

@media only screen and (max-width: 1200px) {
	
	.form-table ul li > .fa {
		width: 57px;
		height: 58px;
		line-height: 57px;
	}
	
}

@media only screen and (max-width: 1080px) {
	
	.form-table ul li > .fa {
		width: 49px;
		height: 50px;
		line-height: 48px;
	}
	
}

@media only screen and (max-width: 920px) {
	
	.form-table ul li > .fa {
		width: 44px;
		height: 45px;
		line-height: 41px;
	}
	
}

@media only screen and (max-width: 820px) {
	
	.form-table ul li > .fa {
		width: 39px;
		height: 40px;
		line-height: 36px;
	}
	
}

.page_nav {
	margin: auto;
	text-align: center;
}

.page_nav ul {
	list-style-type: none;
	display: inline-block;
}

.page_nav li {
	display: inherit;
	background-color: #c7b088;
	width: 32px;
	height: 32px;
	margin: 3px;
	line-height: 32px;
	text-align: center;
}

.page_nav li:hover {
	background-color: #c9b89b;
}

.page_nav li a {
	color: #ffffff;
}

.page_nav li a:hover {
	text-decoration: none;
}

.page_nav .selected {
	background-color: #ddcaa8;
}

.ranking-table {
	margin: auto;
	padding: 0;
	overflow-x: auto;
}

.ranking-table thead {
	font-size: 18pt;
	color: #c7b088;
}

.ranking-table tbody {
	color: #bda781;
	font-size: 12pt;
}

.ranking-table tbody tr {
	height: 45px;
}

.ranking-table tbody tr:nth-child(odd) {
	background-color: #ede2d3;
}

.ranking-table tr td {
	padding: 0px 5px;
}

.ranking-table .rank-index {
	width: 70px;
}

.ranking-table .rank-player {
	overflow: hidden;
	max-width: 150px;
}

.ranking-table .rank-empire1 {
	color: #ff0000;
}

.ranking-table .rank-empire2 {
	color: #ddb20b;
}

.ranking-table .rank-empire3 {
	color: #009bff;
}

.ranking-table .rank-guild {
	max-width: 150px;
	padding: 0px 5px;
}

@media only screen and (max-width: 820px) {
	
	.ranking-table thead {
		font-size: 12pt;
	}

	.ranking-table tbody {
		font-size: 9pt;
	}

	.ranking-table .rank-index {
		width: 50px;
	}

}

@media only screen and (max-width: 500px) {
	
	.ranking-table {
		margin: auto;
		display: block;
		overflow-x: auto;
	}

	.ranking-table thead {
		display: inline-block;
	}

	.ranking-table tbody {
		display: inline-block;
	}
	
}

.race-0-small {
	background-image: url('../images/icons/race/small/icon_mwarrior.png');
	width: 27px;
	height: 27px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.race-1-small {
	background-image: url('../images/icons/race/small/icon_wninja.png');
	width: 27px;
	height: 27px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.race-2-small {
	background-image: url('../images/icons/race/small/icon_msura.png');
	width: 27px;
	height: 27px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.race-3-small {
	background-image: url('../images/icons/race/small/icon_wshaman.png');
	width: 27px;
	height: 27px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.race-4-small {
	background-image: url('../images/icons/race/small/icon_wwarrior.png');
	width: 27px;
	height: 27px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.race-5-small {
	background-image: url('../images/icons/race/small/icon_mninja.png');
	width: 27px;
	height: 27px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.race-6-small {
	background-image: url('../images/icons/race/small/icon_wsura.png');
	width: 27px;
	height: 27px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.race-7-small {
	background-image: url('../images/icons/race/small/icon_mshaman.png');
	width: 27px;
	height: 27px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.empire1-small {
	background-image: url('../images/icons/empire/1.png');
	width: 26px;
	height: 16px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.empire2-small {
	background-image: url('../images/icons/empire/2.png');
	width: 26px;
	height: 16px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.empire3-small {
	background-image: url('../images/icons/empire/3.png');
	width: 26px;
	height: 16px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.container .tos-content {
	text-align: left;
	padding: 15px;
}

.container .tos-content ul {
	list-style-type: decimal;
	padding-left: 30px;
}

.container .tos-content .para1 {
	padding-left: 0px;
	font-size: 11pt;
	color: #b69b5e;
	font-weight: bold;
}

.container .tos-content .para2 {
	padding-left: 8px;
	margin-bottom: 3px;
}

.container .tos-content .para3 {
	padding-left: 17px;
	margin-bottom: 3px;
}

.modal-dlg {
	display: none;
	position: fixed;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	transition: none;
}

.modal-dlg .modal-wrapper {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	border: 0;
}

.modal-dlg .modal-wrapper .login-form {
	width: 100%;
	max-width: 500px;
	height: 415px;
	border-top: 4px solid #c5a876;
	background-color: #ffffff;
	text-align: center;
	margin: auto;
	position: relative;
	top: calc(50% - 415px / 2);
	background-image: url('../images/layout/modal_bg.png');
	background-repeat: no-repeat;
	background-position: top right;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
}

.modal-dlg .modal-wrapper .login-form .login-form-title .login-form-close {
	float: right;
}

.modal-dlg .modal-wrapper .login-form .login-form-title {
	height: 60px;
	width: 100%;
	text-align: center;
	line-height: 60px;
	font-size: 18pt;
	color: #9a9696;
	border-bottom: 1px solid #cdcccc;
	padding-left: 66px;
}

.modal-dlg .modal-wrapper .login-form a {
	padding: 0px 25px;
}

@media only screen and (max-width: 520px) {
	
	.modal-dlg .modal-wrapper .login-form {
		top: 0;
		height: 100%;
		max-width: unset;
	}
	
}

.change-language-modal {
	width: 100%;
}

.change-language-modal ul {
	list-style-type: none;
}

.change-language-modal ul li {
	font-size: 16pt;
}

.tab-nav {
	display: block;
	padding: 0rem 1rem;
	list-style-type: none;
}

.tab-nav .tab-nav-link {
	position: relative;
	display: block;
	/* color: #444; */
	font-size: 13pt;
	font-weight: 600;
	-webkit-transition: color .25s linear;
	-o-transition: color .25s linear;
	transition: color .25s linear;
	text-align: left;
	height: 26px;
}

.tab-nav .tab-nav-link .fas {
	font-size: 13pt;
}

.tab-nav > li > ul {
	display: none;
}

.select-is-category-modal .tab-nav > li > ul {
	display: block;
}

.tab-nav .active {
	color: #ad8b51;
}

/* .tab-nav .tab-nav-link:after { */
	/* content: ''; */
	/* opacity: 0; */
	/* position: absolute; */
	/* top: 50%; */
	/* width: 40%; */
	/* height: 2px; */
	/* -ms-flex-positive: 1; */
	/* flex-grow: 1; */
	/* margin-left: 15px; */
	/* margin-top: -1px; */
	/* -ms-transform: translate( 25%, -1px ); */
	/* transform: translate( 25%, -1px ); */
	/* background: linear-gradient(to right,transparent 10%,#ad8b51 50%); */
	/* transition: all .4s ease-in-out; */
	/* background-color: #ad8b51; */
	/* -backface-visibility: hidden; */
/* } */

/* .tab-nav .active:after { */
	/* opacity: 1; */
	/* -ms-transform: translate( 0, -1px ); */
	/* transform: translate( 0, -1px ); */
/* } */

.ucp-sec-2fa-code-section {
	display: block;
	text-align: left;
}

.ucp-sec-2fa-code-section .ucp-sec-code-list {
	list-style-type: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.ucp-sec-2fa-code-section .ucp-sec-code-list li {
	height: 32px;
	font-size: 12pt;
	line-height: 32px;
}

.ucp-sec-2fa-code-section .ucp-sec-code-list li span {
	width: 85px;
	display: inline-block;
}

.ucp-sec-2fa-code-section .ucp-sec-code-list li .code-used-yes {
	width: 24px;
	height: 24px;
	border: 1px solid black;
	display: inline-block;
	margin: -6px 5px;
	border-radius: 5px;
	background-color: crimson;
}

.ucp-sec-2fa-code-section .ucp-sec-code-list li .code-used-no {
	width: 24px;
	height: 24px;
	border: 1px solid black;
	display: inline-block;
	margin: -6px 5px;
	border-radius: 5px;
}

.ucp-sec-2fa-code-section .ucp-sec-2fa-code-notice {
	font-weight: bold;
	color: gray;
	font-size: 10pt;
}

.btn-hollow-red {
	border: 1px solid crimson;
	border-radius: 8px;
	padding: 10px;
	font-size: 11pt;
	color: crimson;
}

.btn-hollow-red:hover {
	border: 2px solid crimson;
	text-decoration: none;
	color: #FFFFFF;
	background-color: crimson;
}

.btn-hollow-blue {
	border: 1px solid #317df2;
	border-radius: 8px;
	padding: 10px;
	font-size: 11pt;
	color: #317df2;
}

.btn-hollow-blue:hover {
	border: 2px solid #317df2;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #317df2;
}

.btn-hollow-orange {
	border: 1px solid orange;
	border-radius: 8px;
	padding: 10px;
	font-size: 11pt;
	color: orange;
}

.btn-hollow-orange:hover {
	border: 2px solid orange;
	text-decoration: none;
	color: #FFFFFF;
	background-color: orange;
}

@media only screen and (max-width: 1200px) {
	
	.tab-nav .tab-nav-link {
		font-size: 12pt;
	}
	
	.tab-nav .tab-nav-link .fas {
		font-size: 12pt;
	}

}

@media only screen and (max-width: 1080px) {
	
	.tab-nav .tab-nav-link {
		font-size: 10pt;
	}
	
	.tab-nav .tab-nav-link .fas {
		font-size: 10pt;
	}

}

.section .container .payment-methods > .row-no-gutters {
	margin-top: 0px;
	margin-bottom: 20px;
}

.section .container .payment-methods table {
	margin: auto;
	width: 500px;
}

.section .container .payment-methods .payment-logo {
	text-align: right;
	padding-right: 20px;
}

.section .container .payment-methods .payment-desc * {
	text-align: left;
}

@media only screen and (max-width: 991px) {
	
	.section .container .payment-methods > .row-no-gutters {
		margin-top: 0px;
	}
	
	.section .container .payment-methods .payment-logo {
		text-align: center;
		padding-right: 0px;
	}

	.section .container .payment-methods .payment-desc * {
		text-align: center;
	}
	
}

.paymentbox-modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	overflow: auto;
	width: 100%;
	height: 100%;
}

.paymentbox-modal-overlay .paymentbox-modal-header {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #212121;
	line-height: 40px;
	text-align: right;
	color: #f0f0f0;
}

.paymentbox-modal-overlay .paymentbox-modal-frame {
	display: block;
	border: 0;
}

.paymentbox-modal-overlay .paymentbox-modal-header .paymentbox-modal-close div {
	border-radius: 15px;
	background-color: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	float: right;
	margin-right: 30px;
	margin-top: 4px;
}

.paymentbox-modal-overlay .paymentbox-modal-header .paymentbox-modal-close div:hover {
	color: #d0d0d0;
}

.is-container {
	width: 90%;
	margin: auto;
}

.is-container input[type="text"] {
	width: calc(100% - 42px);
	height: 40px;
	font-size: 13pt;
	float: left;
	background-size: 45px;
}

.is-container select {
	width: 220px;
	height: 30px;
	font-size: 11pt;
	padding: 0px 15px;
	float: left;
	background-size: 15%;
}

.is-container ul {
	list-style-type: none;
	font-size: 11pt;
}

.is-container hr {
	border: 1px solid #bfbebe;
	margin: 5px 0px;
}

.is-container .is-navmenu {
	width: 100%;
	margin: auto;
}

.is-container .is-navmenu .is-promo-banner {
	position: relative;
	top: 20px;
	width: 95%;
	margin: auto;
}

.is-container .is-navmenu .is-promo-banner img {
	width: 100%;
	max-width: 350px;
}

.is-container .is-navmenu .is-navmenu-button {
	display: none;
	width: 100%;
	height: 32px;
	background-color: #bf9f6f;
	border: 0;
	border-radius: 5px;
	color: #fff;
}

.is-container .is-navmenu .is-navmenu-button:hover {
	background-color: #d2ab70;
}

.is-container .is-navmenu .is-navmenu-button:focus {
	border: 3px solid #c19653;
}

.is-container .tab-nav {
	margin-top: 59px;
}

.is-container .tab-nav > li > ul {
	margin-top: 0px;
	color: #000;
}

@media only screen and (max-width: 991px) {
	
	.is-container .is-navmenu .is-navmenu-button {
		display: block;
	}
	
	.is-container .tab-nav {
		display: none;
	}
	
	.is-container .is-navmenu {
		width: 75%;
	}
	
	.is-container .is-navmenu .is-navmenu-wrapper {
		display: none;
	}
	
}

.is-container .is-shop-content {
	margin-top: 37px;
}

.is-container .is-shop-content .is-title {
	float: left;
	font-size: 21pt;
}

.is-container .is-shop-content .is-sort {
	float: right;
}

.is-container .is-shop-content .is-sort .is-sort-filter {
	display: block;
}

.is-container .is-shop-content .is-sort .is-filter-open {
	display: none;
}

.is-container .is-shop-content .is-title-separator {
	width: 100%;
	max-width: 400px;
	clear: both;
}

.is-container .is-shop-content .is-shop-itemlist {
	margin-bottom: 20px;
}

.is-container .is-shop-content .is-shop-itemlist .is-item-box {
	color: #6b6767;
	width: 165px;
	height: 250px;
	display: inline-block;
	margin: 10px 10px 0px 10px;
	vertical-align: top;
}

.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-icon-wrapper {
	
}

.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-icon-wrapper .is-item-icon {
	width: 164px;
	height: 164px;
	border: 1px solid #cdcccc;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	line-height: 164px;
	-webkit-box-shadow: inset 0px 0px 69px 0px #e1dddf;
	-moz-box-shadow: inset 0px 0px 69px 0px #e1dddf;
	box-shadow: inset 0px 0px 69px 0px #e1dddf;
}

.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-icon-wrapper .is-item-icon img {
	height: 55%;
	position: relative;
	top: 21%;
}

.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-icon-wrapper .is-item-discount {
	line-height: 0;
	float: left;
	position: relative;
	top: -20px;
	left: 7px;
	font-size: 12pt;
	color: #d5882a;
	text-shadow: 0px 0px 10px #d7ad43;
}

.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-icon-wrapper .is-item-limited-time {
	position: relative;
	top: -165px;
	left: 144px;
	font-size: 12pt;
	color: #d31212;
}

.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-icon-wrapper .is-item-limited-time i {
	position: absolute;
}

.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-name {
	word-break: break-all;
	display: block;
	height: 40px;
	font-size: 10.5pt;
	text-align: left;
}

.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-name-limited-stock a {
	color: #8e008e;
}

.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-price {
	display: block;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-price-discounted {
	color: #d5882a;
	text-shadow: 0px 0px 10px #d7ad43;
}

.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-category {
	font-size: 8pt;
	display: block;
	margin-top: 3px;
}

.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-category a {
	color: #6b6767;
	font-weight: normal;
}

@media only screen and (max-width: 1500px) {
	
	.is-container .is-shop-content .is-shop-itemlist .is-item-box {
		width: 129px;
		height: 210px;
		margin: 10px 8px 0px 8px;
	}

	.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-icon-wrapper .is-item-icon {
		width: 128px;
		height: 128px;
		line-height: 128px;
	}
	
	.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-name a {
		font-size: 10pt;
	}
	
	.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-icon-wrapper .is-item-limited-time {
		top: -130px;
		left: 109px;
		font-size: 12pt;
	}

}

@media only screen and (max-width: 1200px) {
	
	.is-container {
		width: 95%;
	}
	
	.is-container ul {
		font-size: 9pt;
	}
	
	.is-container .is-shop-content .is-shop-itemlist .is-item-box {
		width: 101px;
		height: 180px;
		margin: 10px 6px 0px 6px;
	}

	.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-icon-wrapper .is-item-icon {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
	
	.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-icon-wrapper .is-item-discount {
		top: -18px;
		left: 5px;
		font-size: 10pt;
	}

	.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-icon-wrapper .is-item-limited-time {
		top: -102px;
		left: 83px;
		font-size: 11pt;
	}

	.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-name a {
		font-size: 10pt;
	}
	
	.is-container .is-sidebar .is-mostpopular-list .is-item-price {
		font-size: 8pt;
	}
	
	.is-container .is-shop-content .is-sort .is-sort-filter {
		width: 180px;
		height: 26px;
		font-size: 9pt;
		padding: 0px 15px;
	}
	
}

@media only screen and (max-width: 1080px) {
	
	.is-container .is-shop-content .is-shop-itemlist .is-item-box {
		width: 97px;
		margin: 5px 3px 0px 3px;
	}

	.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-icon-wrapper .is-item-icon {
		width: 96px;
		height: 96px;
		line-height: 96px;
		margin: 0px 5px 0px 0px;
	}
	
	.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-icon-wrapper .is-item-discount {
		top: -11px;
		left: 5px;
		font-size: 9pt;
	}

	.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-icon-wrapper .is-item-limited-time {
		top: -94px;
		left: 78px;
		font-size: 11pt;
	}

	.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-name a {
		font-size: 10pt;
	}
	
	.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-price {
		font-size: 9pt;
	}
	
	.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-category {
		font-size: 7pt;
	}
	
}

@media only screen and (max-width: 991px) {
	
	.is-container .is-shop-content .is-sort .is-sort-filter {
		display: none;
	}

	.is-container .is-shop-content .is-sort .is-filter-open {
		display: block;
	}

	.is-container .is-shop-content .is-sort .is-sort-filter {
		width: 180px;
		height: 26px;
		font-size: 9pt;
		padding: 0px 8px;
	}
	
}

@media only screen and (max-width: 820px) {
	
	.is-container .is-shop-content .is-sort .is-filter-open {
		display: none;
	}

	.nav .right-side .nav-wrapper .nav-menu-compact .is-filter-open,
	.pinned-nav .right-side .nav-wrapper .nav-menu-compact .is-filter-open	{
		display: inline-block;
		margin-right: 5px;
	}
	
}

@media only screen and (max-width: 520px) {
	
	.is-container .is-shop-content .is-shop-itemlist {
		text-align: center;
	}
	
	.is-container .is-shop-content .is-shop-itemlist .is-item-box .is-item-icon-wrapper .is-item-limited-time {
		top: -93px;
		left: 29px;
		font-size: 11pt;
	}
	
}

.is-container .is-shop-product-content {
	text-align: left;
}

.is-container .is-shop-product-content .is-product-title {
	
}

.is-container .is-shop-product-content .is-product-item-image {
	text-align: center;
	max-width: 200px;
}

.is-container .is-shop-product-content .is-product-item-image .is-item-box {
	color: #6b6767;
	width: 165px;
	height: 165px;
	display: inline-block;
	margin: 10px;
	margin-top: 0;
	vertical-align: top;
}

.is-container .is-shop-product-content .is-product-item-image .is-item-box .is-item-icon-wrapper .is-item-icon {
	width: 164px;
	height: 164px;
	border: 1px solid #cdcccc;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	line-height: 164px;
	-webkit-box-shadow: inset 0px 0px 69px 0px #e1dddf;
	-moz-box-shadow: inset 0px 0px 69px 0px #e1dddf;
	box-shadow: inset 0px 0px 69px 0px #e1dddf;
}

.is-container .is-shop-product-content .is-product-item-image .is-item-box .is-item-icon-wrapper .is-item-icon img {
	height: 55%;
	position: relative;
	top: 21%;
}

.is-container .is-shop-product-content .is-product-title-separator {
	width: 80%;
	max-width: 500px;
	clear: both;
}

.is-container .is-shop-product-content .is-product-title-limited-stock-desc {
	color: #007d00;
	font-weight: bold;
	padding: 10px 0;
}

.is-container .is-shop-product-content .is-product-buy-wrapper {
	text-align: left;
}

.is-container .is-shop-product-content .is-product-buy-wrapper .is-product-buy {
	border: 1px solid #cdcccc;
	border-radius: 10px;
	padding: 10px;
	width: 100%;
	max-width: 450px;
	display: inline-block;
	margin-bottom: 10px;
}

.is-container .is-shop-product-content .is-product-buy-wrapper .is-product-buy select {
	float: unset;
}

.is-container .is-shop-product-content .is-product-buy-wrapper .is-product-buy .is-product-price {
	color: #ff2000;
	font-weight: bold;
	font-size: 16pt;
}

.is-container .is-shop-product-content .is-product-buy-wrapper .is-product-buy .is-product-price .is-product-price-discounted {
	color: #d5882a;
	text-shadow: 0px 0px 10px #d7ad43;
}

.is-container .is-shop-product-content .is-product-buy-wrapper .is-product-buy hr {
	border: 1px solid #cdcccc;
}

.is-container .is-shop-product-content .is-product-buy-wrapper .is-product-buy input[type="submit"] {
	width: 200px;
	height: 36px;
	font-size: 13pt;
	border: 0;
	background-image: url("../images/layout/buttons/btn_small_norm.jpg");
	float: right;
}

.is-container .is-shop-product-content .is-product-buy-wrapper .is-product-buy input[type="submit"]:hover {
	background-image: url("../images/layout/buttons/btn_small_hover.jpg");
}

.is-container .is-shop-product-content .is-product-expire {
	line-height: 36px;
}

@media only screen and (max-width: 991px) {
	
	.is-container .is-shop-product-content .is-product-buy-wrapper {
		text-align: center;
	}

	.is-container .is-shop-product-content .is-product-item-image {
		max-width: unset;
	}
	
}

.is-container .is-sidebar {
	text-align: left;
}

.is-container .is-sidebar h3 {
	font-size: 16pt;
}

.is-container .is-sidebar .is-sidebar-separator {
	
}

.is-container .is-sidebar .is-sidebar-filter-wrapper > .fa, .is-container .is-sidebar > .fa {
	width: 40px;
	height: 40px;
	border: 1px solid #cdcccc;
	border-right: 0;
	line-height: 40px;
	text-align: center;
	font-size: 12pt;
	color: #9a9696;
	float: left;
}

.is-container .is-sidebar .is-sidebar-filter-wrapper .is-price-range-filter {
	float: right;
}

.is-container .is-sidebar .is-mostpopular-list {
	list-style-type: none;
	color: #6b6767;
}

.is-container .is-sidebar .is-mostpopular-list li {
	margin: 8px 0px;
	border-bottom: 1px solid #cdcccc;
	float: left;
	padding-bottom: 10px;
	width: 100%;
}

.is-container .is-sidebar .is-mostpopular-list .is-mostpopular-icon {
	width: 64px;
	height: 102px;
	background-color: #ede7e8;
	border: 1px solid #cdcccc;
	text-align: center;
	line-height: 96px;
	float: left;
}

.is-container .is-sidebar .is-mostpopular-list .is-mostpopular-icon img {
	height: 50%;
	position: relative;
	top: 21%;
}

.is-container .is-sidebar .is-mostpopular-list li span {
	display: block;
	float: left;
	margin-left: 10px;
	width: calc(100% - 80px);
}

.is-container .is-sidebar .is-mostpopular-list .is-item-price {
	display: block;
	font-size: 10pt;
	font-weight: bold;
}

@media only screen and (max-width: 1080px) {

	.is-container .is-sidebar .is-mostpopular-list .is-mostpopular-icon {
		width: 56px;
		height: 89px;
	}
	
	.is-container .is-sidebar .is-mostpopular-list .is-mostpopular-icon img {
		top: 15%;
	}
	
}

@media only screen and (max-width: 991px) {
	
	.is-container .is-sidebar .is-sidebar-filter-wrapper {
		display: none;
	}
	
	.is-container .is-sidebar {
		margin-top: 30px;
	}
	
}

.is-filter-sidebar-wrapper {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
}

.is-filter-sidebar-wrapper .is-filter-sidebar {
	width: 100%;
	max-width: 380px;
	height: 100%;
	background-image: url("../images/layout/nav_bg.jpg");
	overflow: auto;
	float: right;
}

.is-filter-sidebar-wrapper .is-filter-sidebar .container {
	padding: 0;
	width: 80%;
}

.is-filter-sidebar-wrapper .is-filter-sidebar .container input[type="text"], 
.is-filter-sidebar-wrapper .is-filter-sidebar .container input[type="password"] {
	width: calc(100% - 45px);
	height: 45px;
	font-size: 10pt;
}

.is-filter-sidebar-wrapper .is-filter-sidebar .container > .fa {
	width: 45px;
	height: 45px;
	border: 1px solid #cdcccc;
	border-right: 0;
	line-height: 45px;
	text-align: center;
	font-size: 12pt;
	color: #9a9696;
	float: left;
}

.is-filter-sidebar-wrapper .is-filter-sidebar .container .is-price-range-filter {
	float: right;
}

.is-filter-sidebar-wrapper .is-filter-sidebar .sidebar-header-wrapper {
	height: 73px;
}

.is-filter-sidebar-wrapper .is-filter-sidebar .sidebar-header-wrapper .sidebar-close {
	float: right;
	display: inline-block;
	position: relative;
	top: 35px;
	right: 40px;
	font-size: 16pt;
}

.is-filter-sidebar-wrapper .is-filter-sidebar .sidebar-header-wrapper .sidebar-logo {
	display: inline-block;
	width: 138px;
	height: 60px;
	background-image: url("../images/layout/logo.png");
	background-size: contain;
	position: relative;
	top: 15px;
	left: 35px;
}

.is-filter-sidebar-wrapper .is-filter-sidebar .sidebar-separator {
	width: 90%;
	display: block;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.support-desk-menu {
	display: inline-block;
	width: 100%;
}

.support-desk-menu .desk-menu-button {
	display: inline-block;
	width: 128px;
}

.support-desk-menu .desk-menu-button div {
	font-size: 60px;
}

.support-desk-menu .desk-menu-button div span {
	display: block;
	font-size: 22px;
	margin-top: 10px;
}

.support-faq-list {
	list-style-type: none;
	text-align: left;
}

.support-faq-list li {
	padding-bottom: 5px;
}

.support-faq-list li span {
	display: none;
	position: relative;
	left: 15px;
}

.support-ticket-filter {
	text-align: left;
}

.support-ticket-list {
	list-style-type: none;
}

.support-ticket-list li {
	width: 100%;
	max-width: 600px;
	background-color: rgba(255, 255, 255, 0.25);
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	margin-bottom: 3px;
}

.support-ticket-list li:hover {
	background-color: rgba(255, 255, 255, 0.40);
	cursor: pointer;
}

.support-ticket-list li .ticket-title {
	width: 100%;
	display: inline-block;
	text-align: left;
	font-size: 14px;
}

.support-ticket-list li .ticket-date {
	width: 100%;
	display: inline-block;
	text-align: left;
	font-size: 12px;
}

.support-ticket-list li .ticket-status {
	display: inline-block;
	float: right;
	border-radius: 10px;
	padding: 2px 7px;
	font-size: 13px;
}

.support-ticket-list li .ticket-status-pending_response {
	background-color: lightblue;
	color: #000;
}

.support-ticket-list li .ticket-status-replied {
	background-color: green;
	color: #fff;
}

.support-ticket-list li .ticket-status-closed {
	background-color: lightgray;
}

.support-ticket-createdate {
	font-size: 11px;
}

.support-ticket-message {
	background-color: rgba(255,255,255, 0.3);
	border: 1px solid #d0cdcd;
	padding: 10px;
	font-size: 12px;
}

.support-ticket-reply {
	padding: 10px;
	margin-top: 10px;
	background-color: rgba(255,255,255, 0.3);
	border: 1px solid #d0cdcd;
	margin-left: 3%;
	font-size: 12px;
}

.support-ticket-separator {
	color: lightgray;
}

.support-ticket-reply-form textarea {
	width: 100%;
	height: 100px;
	background-image: none;
}

.ticket-status {
	display: inline-block;
	float: right;
	border-radius: 10px;
	padding: 2px 7px;
	font-size: 13px;
}

.ticket-status-pending_response {
	background-color: lightblue;
	color: #000;
}

.ticket-status-replied {
	background-color: green;
	color: #fff;
}

.ticket-status-closed {
	background-color: lightgray;
}
