@font-face {
	font-family: quantify;
	src: url(../webfonts/quantify.ttf)/*tpa=http://5.196.67.133/demo/darkyn2/assets/webfonts/quantify.ttf*/;
}

html, body{
	font-family: 'Roboto', sans-serif;
	min-width: 360px;
}

a{
	color: #9a322c;
}
a:hover{
	color: #EA4944;
}

.content{
	width: 98%;
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar_top{
	background-color: #58322B;
    color: #daba4c;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}
.navbar_top a{
	color: #fdeaa8 !important;
}

a.social_link{
	background-color: #daba4c;
    color: #58322B !important;
    padding: 1px;
    padding-top: 2px;
    display: inline-block;
    font-size: 11px;
    width: 21px;
    text-align: center;
    border-radius: 16px;
    margin-left: 1px;
    margin-right: 1px;
}
a.social_link:hover{
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}
a.social_link:first-child{
	margin-left: 10px;
}

.navbar-main{
	padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #DABA4C;
}
.navbar-main > .container{
	position: relative;
}
.navbar-main > .container:before{
	content: '';
    display: block;
    background-image: url(../images/logo_decoration.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/logo_decoration.png*/;
    width: 419px;
    height: 111px;
    position: absolute;
    left: -95px;
    top: -15px;
    z-index: -1;
}
.navbar-brand{
	display: inline-block;
	background-image: url(../images/logo.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/logo.png*/;
	width: 214px;
	height: 79px;
	transition-duration: 0.2s;
}
.navbar-brand:hover{
	-webkit-filter: brightness(115%);
	filter: brightness(115%);
}
.navbar-main .nav-item{
	position: relative;
}
.navbar-main .nav-link{
	color: #a13730 !important;
    font-weight: 500;
    font-size: 17px;
	margin-left: 3px;
    margin-right: 3px;
}
.navbar-main .nav-link:hover{
	-webkit-filter: brightness(130%);
	filter: brightness(130%);
}
.navbar-main .btn-gold{
    display: inline-block;
    background: rgb(213,175,63);
    background: -moz-linear-gradient(top, rgba(213,175,63,1) 0%, rgba(225,199,91,1) 100%);
    background: -webkit-linear-gradient(top, rgba(213,175,63,1) 0%,rgba(225,199,91,1) 100%);
    background: linear-gradient(to bottom, rgba(213,175,63,1) 0%,rgba(225,199,91,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5af3f', endColorstr='#e1c75b',GradientType=0 );
    box-shadow: none !important;
    color: white !important;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-radius: 0;
    line-height: 18px;
    padding-left: 50px;
    padding-right: 40px;
    margin-top: 5px;
    margin-left: 18px;
	position: relative;
}
.navbar-main .btn-gold:hover{
	-webkit-filter: brightness(108%);
	filter: brightness(108%);
}
.navbar-main .btn-gold:active{
	-webkit-filter: brightness(80%);
	filter: brightness(80%);
}
.navbar-main .btn-gold .fas{
	position: absolute;
    left: 14px;
    top: 9px;
}

#login_form{
	background: rgb(234,234,234);
	background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 80%, rgba(218,216,216,1) 100%);
	background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 80%,rgba(218,216,216,1) 100%);
	background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 80%,rgba(218,216,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#dad8d8',GradientType=0 );
	width: 264px;
	height: 300px;
	position: absolute;
	left: -98px;
    top: 40px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	display: none;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #DABA4C;
	z-index: 100;
}
#login_form .content{
	background-image: url(../images/logo_decoration.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/logo_decoration.png*/;
    background-repeat: no-repeat;
    background-position: 0 100px;
    background-size: contain;
	width: 100%;
    height: 100%;
	padding: 15px;
	position: relative;
}
#login_form .content:after{
    content: '';
    display: block;
    background-image: url(../images/login_panel_decoration_left.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/login_panel_decoration_left.png*/, url(../images/login_panel_decoration_right.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/login_panel_decoration_right.png*/;
	background-repeat: no-repeat;
	background-position: top left, top right;
    width: 364px;
    height: 100px;
    position: absolute;
    left: -50px;
    bottom: -28px;
	pointer-events: none;
}
#login_form hr{
	border-top-width: 2px;
	margin-top: 10px;
    margin-bottom: 10px;
}
#login_form form{
	padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
}

.button_facebook{
    display: inline-block;
    background-image: url(../images/button_facebook.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/button_facebook.png*/;
    width: 222px;
    height: 52px;
    color: white !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 44px;
    padding-left: 34px;
	transition-duration: 0.2s;
}
.button_facebook:hover{
	-webkit-filter: brightness(125%);
	filter: brightness(125%);
}
.button_facebook:active{
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
}
.button_facebook_register{
	background-image: url(../images/button_facebook_register.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/button_facebook_register.png*/;
    width: 319px;
    padding-left: 50px;
    line-height: 46px;
}

.form-control{
	font-size: 14px;
    margin-top: 4px;
	margin-bottom: 4px;
    border-radius: 0;
}

.checkbox{
	display: inline-block;
	margin-top: 6px;
	margin-bottom: 6px;
}
.checkbox a{
	color: #bd3536;
}
.checkbox label{
	padding: 0;
	cursor: pointer;
	font-size: 14px;
    font-weight: 500;
    color: #4c4c4c;
}

.form-check-input {
    display: inline-block; /* Garante que o checkbox seja exibido */
    width: 20px; /* Ajusta o tamanho */
    height: 20px;
    margin-right: 10px; /* Espaço entre o checkbox e o texto */
    appearance: auto; /* Usa o estilo padrão do navegador */
    cursor: pointer; /* Mostra o cursor de clique */
}

.form-check {
    display: flex; /* Organiza o checkbox e o texto na mesma linha */
    align-items: center; /* Alinha verticalmente o texto e o checkbox */
}

.form-check-label {
    font-size: 14px; /* Ajusta o tamanho do texto */
    cursor: pointer; /* Permite clicar no texto para marcar o checkbox */
}

.form-check-input:checked {
    border-color: #007bff; /* Muda a cor do checkbox quando marcado */
}

.form-check a {
    color: #007bff;
    text-decoration: none;
}

.form-check a:hover {
    text-decoration: underline;
}


input[type="checkbox"]{
    display: none;
}
input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 18px;
    background-image: url(../images/checkbox.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/checkbox.png*/;
	margin-right: 3px;
    margin-bottom: -2px;
}
input[type="checkbox"]:checked + label span {
    background-position: 19px 0;
}

.btn-primary, .btn-secondary, .btn-danger, .btn-warning{
    background-repeat-y: no-repeat;
    background-position: top center;
    background-color: transparent !important;
    height: 35px;
    border-radius: 0;
    border-color: rgba(0, 0, 0, 0.19) !important;
    box-shadow: none !important;
    font-size: 14px;
}
.btn-primary{
	background-image: url(../images/button_primary.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/button_primary.png*/;
}
.btn-secondary{
	background-image: url(../images/button_secondary.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/button_secondary.png*/;
}
.btn-danger{
	background-image: url(../images/button_danger.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/button_danger.png*/;
}
.btn-warning{
	background-image: url(../images/button_warning.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/button_warning.png*/;
	color: white !important;
}
.btn-primary:hover, .btn-secondary:hover, .btn-danger:hover, .btn-warning:hover{
	-webkit-filter: brightness(115%);
	filter: brightness(115%);
}
.btn-primary:active, .btn-secondary:active, .btn-danger:active, .btn-warning:active{
	-webkit-filter: brightness(75%);
	filter: brightness(75%);
}

#login_form_links{
	font-size: 14px;
	font-weight: 500;
    text-align: left;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    line-height: 16px;
}
#login_form_links a{
	color: #4c4c4c;
}
#login_form_links a:hover{
	-webkit-filter: brightness(125%);
	filter: brightness(125%);
}
#login_form_links a:last-child{
	color: #c5352d;
}

.modal-special{
	color: #4c4c4c;
    font-size: 15px;
}
.modal-special .modal-content{
	background: rgb(234,234,234);
	background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 80%, rgba(218,216,216,1) 100%);
	background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 80%,rgba(218,216,216,1) 100%);
	background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 80%,rgba(218,216,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#dad8d8',GradientType=0 );
	border-radius: 0;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-bottom-color: #DDBF51;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);
}
.modal-special .modal-content .modal-body{
	background-image: url(../images/bg_modal.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/bg_modal.png*/;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	position: relative;
	padding-bottom: 30px;
}
.modal-special .modal-content .modal-body:after{
	content: '';
    display: block;
    background-image: url(../images/login_panel_decoration_left.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/login_panel_decoration_left.png*/, url(../images/login_panel_decoration_right.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/login_panel_decoration_right.png*/;
	background-repeat: no-repeat;
	background-position: top left, top right;
    width: calc(100% + 100px);
    height: 100px;
    position: absolute;
    left: -50px;
    bottom: -28px;
	pointer-events: none;
}
.modal-special hr{
	border-top-width: 2px;
	margin-top: 6px;
}
.modal-special form{
	padding: 24px;
    padding-top: 0;
}
.modal-special .checkbox{
	margin-top: 20px;
    margin-bottom: 10px;
}
.modal-special .checkbox label{
	font-size: 13px;
}

.modal-medium{
	max-width: 400px;
}

#footer{
	background-image: url(../images/footer.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/footer.png*/;
	background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	width: 100%;
	min-height: 590px;
	padding-top: 230px;
	padding-bottom: 30px;
	color: #d3ac4a;
    font-size: 14px;
	position: relative;
	pointer-events: none;
}
#footer > .container{
	pointer-events: all;
}
#footer .navbar{
	margin-bottom: 115px;
}
#footer .nav-link{
	color: #d3ac4a;
	font-size: 17px;
    font-weight: 500;
    margin-left: 6px;
    margin-right: 6px;
	padding-top: 2px;
    padding-bottom: 2px;
}
#footer .nav-link:hover{
	-webkit-filter: brightness(125%);
	filter: brightness(125%);
}

.pegi{
	background-image: url(../images/pegi.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/pegi.png*/;
	width: 182px;
	height: 68px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

#slider{
	height: 810px;
}
#slider .carousel-inner{
	border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #DABA4C;
}
#slider .carousel-indicators{
	bottom: -39px;
}
#slider .carousel-item{
	width: 100%;
	height: 810px;
	background-position: top center;
}
#slider .carousel-indicators li{
	background-image: url(../images/slider_button.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/slider_button.png*/;
	width: 38px;
    height: 42px;
    background-color: transparent;
	transition-duration: 0.2s;
}
#slider .carousel-indicators li.active{
	background-image: url(../images/slider_button_active.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/slider_button_active.png*/;
}
#slider .carousel-indicators li:active{
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
}

.panel_download{
	background-image: url(../images/panel_download.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/panel_download.png*/;
	width: 794px;
    height: 479px;
	position: absolute;
    left: calc((100% - 794px) / 2 - 300px);
    top: 130px;
	padding-top: 215px;
    padding-left: 215px;
	font-size: 14px;
	color: #dbbb4d;
}
.panel_download .button{
	display: inline-block;
	background-image: url(../images/button_download.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/button_download.png*/;
	width: 299px;
    height: 55px;
	margin-top: 2px;
	margin-bottom: -5px;
	transition-duration: 0.2s;
}
.panel_download .button:hover{
	-webkit-filter: brightness(130%);
	filter: brightness(130%);
}
.panel_download .button:active{
	-webkit-filter: brightness(80%);
	filter: brightness(80%);
	-webkit-box-shadow: inset 0px 0px 30px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 30px 3px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 30px 3px rgba(0,0,0,0.75);
}
.panel_download a{
	color: #fdeaa8;
}

.panel_trailer{
	background-image: url(../images/panel_trailer.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/panel_trailer.png*/;
	width: 876px;
    height: 590px;
	position: absolute;
    left: calc((100% - 876px) / 2 - 260px);
    top: 125px;
	padding-left: 85px;
    padding-top: 135px;
}
.panel_trailer_content{
	position: relative;
}

.logo_small{
	background-image: url(../images/logo_small.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/logo_small.png*/;
	width: 114px;
    height: 31px;
	margin-left: -5px;
}

#panel_trailer_title{
	position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 614px;
    color: white;
    font-size: 16px;
    font-weight: 300;
    padding-left: 15px;
    line-height: 48px;
}
#panel_trailer_play{
	position: absolute;
    left: 257px;
    top: 98px;
    color: rgba(128, 128, 128, 0.4);
    font-size: 100px;
	transition-duration: 0.2s;
}
#panel_trailer_play:hover{
	-webkit-filter: brightness(150%);
	filter: brightness(150%);
}
#panel_trailer_decoration{
	position: relative;
}
#panel_trailer_decoration:before{
	content: '';
    display: block;
	background-image: url(../images/panel_trailer_decoration.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/panel_trailer_decoration.png*/;
	width: 291px;
    height: 242px;
	position: absolute;
    right: 75px;
    bottom: -75px;
	pointer-events: none;
}
#panel_trailer_decoration:after{
    content: '';
    display: block;
    background-image: url(../images/panel_trailer_decoration2.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/panel_trailer_decoration2.png*/;
    width: 379px;
    height: 299px;
    position: absolute;
    right: 40px;
    bottom: -115px;
    pointer-events: none;
    mix-blend-mode: screen;
}

.section{
	background: rgb(224,224,224);
	background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(224,224,224,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 );
	padding-top: 30px;
    padding-bottom: 30px;
}

.panel_news{
	background-image: url(../images/panel_news.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/panel_news.png*/;
	background-position: top center;
    width: 453px;
	max-width: 100%;
    height: 149px;
    font-size: 21px;
    font-weight: 500;
    color: #daba4c;
    padding-top: 66px;
    text-align: center;
    padding-right: 80px;
}
.news_container{
	background-color: white;
    background-image: url(../images/bg_news.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/bg_news.png*/;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #F0F0F0;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #DABA4C;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    margin-top: 25px;
	margin-bottom: 25px;
	padding: 25px;
	position: relative;
	color: #513a39;
}
.news_container:after{
	content: '';
    display: block;
    background-image: url(../images/news_decoration.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/news_decoration.png*/;
    width: 135px;
    height: 100px;
    position: absolute;
    right: -30px;
    bottom: -25px;
    pointer-events: none;
}
.news_image{
	background-image: url(../images/news_image.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/news_image.png*/;
	width: 123px;
    height: 123px;
	float: left;
	margin-right: 15px;
}
.news_title{
	font-size: 22px;
    color: black;
	margin-bottom: -5px;
}
.news_title a {
    color: black; /* Garante que a cor do link fique preta */
    text-decoration: none; /* Remove sublinhado */
}

.news_title a:hover {
    color: #007bff; /* Cor ao passar o mouse, se desejar */
}

.news_author{
	font-size: 13px;
    font-weight: 500;
    line-height: 13px;
}
.news_author span{
	color: #9a322c;
}
.news_info{
	display: inline-block;
	font-size: 13px;
    font-weight: 500;
    line-height: 13px;
	margin-left: 8px;
    margin-right: 8px;
}
.news_text{
	font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 10px;
}

#info_section{
	background-image: url(../images/bg_info.jpg)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/bg_info.jpg*/;
	background-position: top center;
	width: 100%;
    height: 513px;
	text-shadow: 1px 1px 1px black;
	color: #daba4c;
    line-height: 17px;
}
#info_section ul{
	list-style-type: square;
}
#info_section li{
	margin-top: 12px;
    margin-bottom: 12px;
}
.panel_info{
    background-image: url(../images/panel_info.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/panel_info.png*/;
    background-position: top center;
    width: 453px;
    max-width: 100%;
    height: 149px;
    padding-top: 68px;
    padding-left: 55px;
    font-family: quantify;
    font-size: 25px;
    line-height: 20px;
    text-align: left;
	margin-top: -22px;
}
.panel_info p{
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.panel_support{
	background-image: url(../images/bg_support.jpg)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/bg_support.jpg*/;
	background-position: top center;
	width: 477px;
	max-width: 100%;
    height: 455px;
	margin: 10px;
	margin-left: auto;
    margin-right: auto;
	padding-top: 340px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #a13730;
}
.panel_support a{
    display: inline-block;
    border-style: solid;
    border-width: 3px;
    border-color: #CC4037;
    color: #CC4037;
    padding: 2px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 18px;
	transition-duration: 0.2s;
	text-decoration: none !important;
}
.panel_support a:hover{
	-webkit-filter: brightness(130%);
	filter: brightness(130%);
}
.panel_support a:active{
	-webkit-filter: brightness(80%);
	filter: brightness(80%);
	-webkit-box-shadow: inset 0px 0px 30px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 30px 3px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 30px 3px rgba(0,0,0,0.75);
}

.panel{
	background-color: white;
    background-image: url(../images/bg_news.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/bg_news.png*/;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #DABA4C;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	position: relative;
}
.panel-title{
    color: #cc4037;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #DDDDDD;
    margin-bottom: 10px;
}
.panel-title a{
    background-image: url(../images/panel_button.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/panel_button.png*/;
    width: 25px;
    height: 25px;
    display: inline-block;
    float: right;
    margin-top: -3px;
}
.panel:after{
	content: '';
    display: block;
    background-image: url(../images/news_decoration.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/news_decoration.png*/;
    width: 135px;
    height: 100px;
    position: absolute;
    right: -30px;
    bottom: -25px;
    pointer-events: none;
}
.panel table{
	width: calc(100% + 30px);
    margin-left: -15px;
	margin-bottom: 8px;
}
.panel table tr:nth-child(even){
	background-color: #F7F3E6;
}

.server_status{
	width: 254px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
    margin-right: auto;
}
.server_status_title{
	font-size: 15px;
    font-weight: 500;
    color: #cc4037;
	margin-left: 6px;
}
.server_status_status{
	font-size: 15px;
    font-weight: 500;
	float: right;
	margin-right: 6px;
}
.server_status_bar_container{
	background-image: url(../images/status_bar_empty.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/status_bar_empty.png*/;
    width: 254px;
    height: 20px;
	margin-top: -3px;
	margin-bottom: -6px;
}
.server_status_bar{
	background-image: url(../images/status_bar.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/status_bar.png*/;
    width: 254px;
    height: 20px;
}
.server_status_text{
	color: #9e1024;
	font-size: 13px;
	font-weight: 300;
	margin-left: 6px;
}
.server_status_players{
	color: #919191;
	font-size: 13px;
	font-weight: 300;
	float: right;
	margin-top: 3px;
	margin-right: 6px;
}
.server_status_refresh{
	display: block;
    background-color: rgba(128, 128, 128, 0.25);
    color: white !important;
    padding: 2px;
    text-align: center;
    font-size: 20px;
    width: 34px;
    border-radius: 16px;
	margin-right: auto;
}
.server_status_refresh:hover{
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
}

.refresh_all{
	color: #919191 !important;
	font-size: 13px;
	font-weight: 300;
}

.flag_jinno{
	display: inline-block;
	background-image: url(../images/flag_jinno.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/flag_jinno.png*/;
    width: 43px;
    height: 22px;
}
.flag_chunjo{
	display: inline-block;
	background-image: url(../images/flag_chunjo.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/flag_chunjo.png*/;
    width: 43px;
    height: 22px;
}
.flag_shinsoo{
	display: inline-block;
	background-image: url(../images/flag_shinsoo.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/flag_shinsoo.png*/;
    width: 43px;
    height: 22px;
}

.panel_ranking{
	color: #cc4037;
	font-size: 14px;
	font-weight: 500;
}
.panel_ranking tr > td{
	padding-top: 2px;
	padding-bottom: 2px;
}
.panel_ranking tr > td:first-child{
	padding-left: 10px;
	text-align: center;
}
.panel_ranking tr > td:nth-child(3){
	color: #555555;
	text-align: center;
}
.panel_ranking tr > td:last-child{
	padding-right: 5px;
}

#section_recruit{
	background-image: url(../images/bg_recruit.jpg)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/bg_recruit.jpg*/;
	background-position: top center;
	width: 100%;
    height: 332px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #DABA4C;
	position: relative;
	color: #dbbb4d;
	font-size: 13px;
	font-weight: 300;
	overflow: hidden;
}
.panel_recruit{
	background-image: url(../images/panel_recruit.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/panel_recruit.png*/;
	background-position: top center;
	width: 685px;
	height: 331px;
	position: absolute;
	left: calc((100% - 685px) / 2 - 280px);
	padding-left: 165px;
    padding-top: 130px;
}
.panel_recruit .button{
	display: inline-block;
	background-image: url(../images/button_recruit.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/button_recruit.png*/;
	width: 299px;
    height: 55px;
	margin-bottom: -5px;
	transition-duration: 0.2s;
}
.panel_recruit .button:hover{
	-webkit-filter: brightness(130%);
	filter: brightness(130%);
}
.panel_recruit .button:active{
	-webkit-filter: brightness(80%);
	filter: brightness(80%);
	-webkit-box-shadow: inset 0px 0px 30px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 30px 3px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 30px 3px rgba(0,0,0,0.75);
}
#section_recruit a{
	color: #fdeaa8;
}

#section_community{
	background-image: url(../images/bg_community.jpg)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/bg_community.jpg*/;
	background-position: top center;
	width: 100%;
    height: 330px;
	margin-bottom: -185px;
	position: relative;
	overflow: hidden;
	color: #dbbb4d;
	font-size: 13px;
	font-weight: 300;
}
.panel_community{
	background-image: url(../images/panel_download.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/panel_download.png*/;
	width: 794px;
    height: 479px;
	position: absolute;
	left: calc((100% - 794px) / 2 + 300px);
	top: -110px;
	padding-top: 245px;
    padding-left: 220px;
}
.panel_community .button{
	display: inline-block;
	background-image: url(../images/button_community.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/button_community.png*/;
	width: 299px;
    height: 55px;
	margin-bottom: -5px;
	transition-duration: 0.2s;
}
.panel_community .button:hover{
	-webkit-filter: brightness(130%);
	filter: brightness(130%);
}
.panel_community .button:active{
	-webkit-filter: brightness(80%);
	filter: brightness(80%);
	-webkit-box-shadow: inset 0px 0px 30px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 30px 3px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 30px 3px rgba(0,0,0,0.75);
}

.header{
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 247px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #DABA4C;
}
.header_buy{
	background-image: url(../images/header_buy.jpg)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/header_buy.jpg*/;
}
.header_ranking{
	background-image: url(../images/header_ranking.jpg)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/header_ranking.jpg*/;
}

.page{
	background: rgb(224,224,224);
	background: url(../images/bg_page.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/bg_page.png*/ no-repeat center top;
	background: url(../images/bg_page.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/bg_page.png*/ no-repeat center top, -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
	background: url(../images/bg_page.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/bg_page.png*/ no-repeat center top, -webkit-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
	background: url(../images/bg_page.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/bg_page.png*/ no-repeat center top, linear-gradient(to bottom, rgba(224,224,224,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
	padding-top: 30px;
	padding-bottom: 200px;
    margin-bottom: -250px;
}
.panel_page{
    background-image: url(../images/panel_page.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/panel_page.png*/;
	background-position: top left;
    width: 443px;
	max-width: 100%;
    height: 204px;
    text-align: center;
    padding-top: 76px;
    padding-right: 50px;
}
.panel_page h2{
	text-transform: uppercase;
    font-size: 28px;
	font-weight: bold;
    color: #d3ac4a;
    margin: 0;
    line-height: 22px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -moz-linear-gradient(top, rgba(201,154,47,1) 0%, rgba(255,255,157,1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(201,154,47,1) 0%,rgba(255,255,157,1) 100%);
	background-image: linear-gradient(to bottom, rgba(201,154,47,1) 0%,rgba(255,255,157,1) 100%);
}

.buy_pagination{
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #a2342f;
	margin-top: 70px;
}
.buy_pagination p{
	display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.buy_pagination span{
	display: inline-block;
    background-image: url(../images/buy_circle.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/buy_circle.png*/;
    width: 46px;
    height: 48px;
    font-size: 22px;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 2px;
    margin-right: 6px;
}

.buy_packets{
	display: flex;
	align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}
.panel_buy{
	display: inline-block;
	background-image: url(../images/panel_buy.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/panel_buy.png*/;
	width: 300px;
	height: 380px;
	margin: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
	padding: 30px;
	position: relative;
}
.panel_buy_title{
	font-size: 26px;
    font-weight: bold;
    color: #cb4b46;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.panel_buy_desc{
	font-size: 14px;
    font-weight: 500;
    color: #afa06a;
}
.panel_buy_image{
	width: 100%;
    height: 144px;
    background-repeat: no-repeat;
    background-position: center;
}
.panel_buy_image01{
	background-image: url(../images/buy_pack01.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/buy_pack01.png*/;
}
.panel_buy_image02{
	background-image: url(../images/buy_pack02.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/buy_pack02.png*/;
}
.panel_buy_image03{
	background-image: url(../images/buy_pack03.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/buy_pack03.png*/;
}
.panel_buy_image04{
	background-image: url(../images/buy_pack04.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/buy_pack04.png*/;
}
.panel_buy_image05{
	background-image: url(../images/buy_pack05.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/buy_pack05.png*/;
}
.panel_buy_image06{
	background-image: url(../images/buy_pack06.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/buy_pack06.png*/;
}
.panel_buy_image07{
	background-image: url(../images/buy_pack07.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/buy_pack07.png*/;
}
.panel_buy_desc2{
	color: #a70909;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.panel_buy_button{
	display: inline-block;
    background-image: url(../images/buy_button.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/buy_button.png*/;
    width: 235px;
    height: 49px;
    position: absolute;
    left: 32px;
    bottom: 28px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #ebd898 !important;
    font-size: 16px;
    line-height: 48px;
	transition-duration: 0.2s;
}
.panel_buy_button:hover{
	-webkit-filter: brightness(130%);
	filter: brightness(130%);
}
.panel_buy_button:active{
	-webkit-filter: brightness(80%);
	filter: brightness(80%);
}

.button_news{
	background-image: url(../images/button_news.png)/*tpa=http://5.196.67.133/demo/devblade/assets/images/button_news.png*/;
	width: 373px;
	height: 53px;
	display: inline-block;
	color: #ebd898 !important;
	font-family: 'Cinzel', serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none !important;
	line-height: 56px;
	margin-top: 30px;
	transition-duration: 0.2s;
	cursor: pointer;
    border: none;
    outline-style: none !important;
}
.button_news:hover{
	-webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.button_news:active{
	-webkit-filter: brightness(80%);
    filter: brightness(80%);
	-webkit-box-shadow: inset 0px 0px 15px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 15px 3px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 15px 3px rgba(0,0,0,0.75);
}
.button_news2{
	background-image: url(../images/button_news2.png)/*tpa=http://5.196.67.133/demo/devblade/assets/images/button_news2.png*/;
}
.button_news3{
	background-image: url(../images/button_news3.png)/*tpa=http://5.196.67.133/demo/devblade/assets/images/button_news3.png*/;
}
.button_news3:hover{
	-webkit-filter: brightness(105%);
    filter: brightness(105%);
}

.header2{
	width: 100%;
	height: 412px;
	border-style: solid;
	border-width: 4px;
	border-color: #A42C48;
	border-left-style: none;
	border-right-style: none;
	margin-bottom: 40px;
	padding-top: 110px;
}
.header2_register{
	background-image:  url(../images/header_register.jpg)/*tpa=http://5.196.67.133/demo/devblade/assets/images/header_register.jpg*/;
	background-position: top left;
}
.header2_download {
    background-image: url(../images/header_download.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.header2_ranking{
	background-image:  url(../images/header_ranking.jpg)/*tpa=http://5.196.67.133/demo/devblade/assets/images/header_ranking.jpg*/;
	background-position: top center;
}
.header2_itemshop{
	background-image:  url(../images/header_itemshop.jpg)/*tpa=http://5.196.67.133/demo/devblade/assets/images/header_itemshop.jpg*/;
	background-position: top center;
}
.header2 .panel{
    width: 332px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.header2 .panel:after{
	content: '';
    background-image: url(../images/header2_panel_decoration.png)/*tpa=http://5.196.67.133/demo/devblade/assets/images/header2_panel_decoration.png*/;
    width: 930px;
    height: 425px;
    display: block;
    position: absolute;
	left: -500px;
    top: -130px;
    pointer-events: none;
    mix-blend-mode: screen;
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}
.header2 .panel h1{
	font-size: 42px;
	line-height: 38px;
}
.header2 .panel h2{
	font-size: 32px;
    font-weight: normal;
	line-height: 30px;
}

.download_title{
	font-family: 'Cinzel', serif;
    font-weight: bold;
	font-size: 22px;
	color: #cfc08c;
	margin-top: 40px;
}
.download_title2{
	font-size: 16px;
	color: #a42c48;
	display: inline-block;
}
.download_title:after, .download_title2:after{
	content: '';
    background-image: url(../images/download_title.png)/*tpa=http://5.196.67.133/demo/devblade/assets/images/download_title.png*/;
    width: 71px;
    height: 16px;
    display: block;
	margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
}

.requirements{
	font-family: 'Cinzel', serif;
    font-weight: bold;
	font-size: 14px;
	color: #b1a67d;
	margin-top: 10px;
}
.requirements tr > td:nth-child(1){
	color: #a42c48;
	padding-right: 30px;
}

.profile{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 280px;
	height: 250px;
	display: inline-block;
}
.profile_warrior_m{ background-image: url(../images/profile/warrior_m.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/profile/warrior_m.png*/;}
.profile_warrior_w{ background-image: url(../images/profile/warrior_w.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/profile/warrior_w.png*/;}
.profile_ninja_m{ background-image: url(../images/profile/ninja_m.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/profile/ninja_m.png*/;}
.profile_ninja_w{ background-image: url(../images/profile/ninja_w.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/profile/ninja_w.png*/;}
.profile_sura_m{ background-image: url(../images/profile/sura_m.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/profile/sura_m.png*/;}
.profile_sura_w{ background-image: url(../images/profile/sura_w.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/profile/sura_w.png*/;}
.profile_shaman_m{ background-image: url(../images/profile/shaman_m.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/profile/shaman_m.png*/;}
.profile_shaman_w{ background-image: url(../images/profile/shaman_w.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/profile/shaman_w.png*/;}
.profile_wolfman{ background-image: url(../images/profile/wolfman.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/profile/wolfman.png*/;}

.ranking_podium{
	background-image: url(../images/bg_ranking.png)/*tpa=http://5.196.67.133/demo/darkyn2/assets/images/bg_ranking.png*/;
    width: 937px;
    height: 394px;
	margin: 20px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}
.ranking_podium_name{
    width: 170px;
    position: absolute;
    text-shadow: 1px 1px 1px black;
    text-align: left;
    font-size: 14px;
}
.ranking_podium > .profile:nth-child(1){
	position: absolute;
	left: 315px;
    top: 100px;
}
.ranking_podium > .profile:nth-child(2){
	position: absolute;
	left: 50px;
    top: 85px;
}
.ranking_podium > .profile:nth-child(3){
	position: absolute;
	left: 630px;
    top: 75px;
}
.ranking_podium > .ranking_podium_name:nth-child(4){
	left: 370px;
    top: 12px;
    color: #ffeda6;
}
.ranking_podium > .ranking_podium_name:nth-child(5){
    left: 95px;
    top: 32px;
	color: #c6c6c6;
}
.ranking_podium > .ranking_podium_name:nth-child(6){
	left: 695px;
    top: 32px;
	color: #d5b6a3;
}

.nav-tabs{
	border-bottom-style: none;
}

@media screen and (min-width: 1200px) {
	#section_status > .container, #section_buy > .container{
		max-width: 1260px;
	}
}

@media screen and (max-width: 1280px) {
	.panel_trailer{
		left: calc((100% - 876px) / 2 - 110px);
	}
	.panel_community{
		left: initial;
		right: 0;
	}
}

@media screen and (max-width: 1199px) {
	.panel_download, .panel_recruit{
		left: 0;
	}
}

@media screen and (max-width: 991px) {
	#login_form{
		left: 18px;
	}
	
	#footer .navbar-nav, #footer .navbar-brand{
		margin-left: auto;
		margin-right: auto;
	}
	
	#footer .navbar{
		margin-bottom: 25px;
	}
	
	.panel_trailer{
		left: -15px;
	}
	
	.ranking_podium{
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#slider{
		display: none;
	}
	
	.news_container:after, .panel:after{
		display: none;
	}
	
	#section_community{
		margin-bottom: -235px;
	}
	.panel_recruit{
		left: -120px;
	}
	.panel_community{
		right: -250px;
	}
}

@media screen and (max-width: 450px) {
	.panel_page{
		padding-left: 120px;
		padding-right: 0;
		text-align: left;
		margin-left: -70px;
		max-width: calc(100% + 70px);
	}
}