@font-face{
	font-family: "Gotham-Bold";
	src: url('../fonts/fonts-GothamBold.ttf') format("truetype");	
}

@font-face{
	font-family: "Gotham-Book";
	src: url('../fonts/fonts-GothamBook.ttf') format("truetype");	
}

@font-face{
	font-family: "Bebas-Regular";
	src: url('../fonts/fonts-Bebas-Regular.ttf') format("truetype");	
}

@font-face{
	font-family: "GothamCondensed-Book";
	src: url('fonts/GothamCondensed-Book.otf') format("opentype");	
}

@font-face{
	font-family: "GothamCondensed";
	src: url('fonts/GothamCondensed-Medium.otf') format("opentype");	
}

body{
	margin: 0;
	padding: 0;
	background: url('img/bg.webp') center -190px no-repeat;
	background-color: #000;
}

/*a {
	opacity: 0.7;
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;	
}

a:hover{
	opacity: 1;
}*/

.container {
	margin: auto;
	width: 1124px;
	max-width: 1124px;
	height: auto;	
}



.logo {
	position: relative;
	z-index: 9995;
	margin: 0 auto;
	width: 581px;
	height: 335px;
}

.logo img {
	animation: bounceDown 2s;
	-webkit-transition: all 1s cubic-bezier(.8,1.8,.75,.75);
	-moz-transition: all 1s cubic-bezier(.8,1.8,.75,.75);
	-o-transition: all 1s cubic-bezier(.8,1.8,.75,.75);
	transition: all 1s cubic-bezier(.8,1.8,.75,.75);
}

.content {
	position: relative;
	top: -75px;
	z-index: 9994;
	margin: auto;
	width: 900px;
	min-height: 700px;
	max-height: 700px;
	background: url(../images/img-content-bg.png) top center no-repeat;
	padding: 0px 80px;
}

.content .panes {
	position: relative;
	top: 110px;
	margin: auto;
	width: 100%;
	height: auto;
}

.panes .lpane {
	float: left;
	width: 523px;
	height: auto;
	margin-left: 10px;
}

.register {
	margin-top: 20px;
}

.intro-reg {
	font-family: 'GothamCondensed' !important;
	color: #e7b952 !important;
	font-size: 17pt !important;
	text-transform: uppercase !important;
	text-align: left !important;
	padding: 0!important;
	font-style: italic !important;
}

.panes .lpane-content {
	float: left;
	width: 863px;
	height: auto;
	margin-left: 170px;
}

.welcome-yami {
	/* Remove a imagem de fundo */
	background: none;
	width: 498px;
	height: auto;
	padding: 30px 15px;
	padding-top: 20px;
	max-width: 528px;
}

.welcome-yami p {
	font-family: 'Cinzel', serif !important;
	font-size: 15px !important;
	line-height: 1.8 !important;
	color: #ffffff !important;
	text-align: justify !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8) !important;
	margin-bottom: 15px !important;
}

.welcome-yami b {
	color: #37AFE3 !important;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(55, 175, 227, 0.6);
}

.rpane .navi-1 {
	float: left;
	margin-top: 7px;
}



.rpane .navi-2 {
	float: left;
	margin-left: 7px;
	margin-top: 7px;
}



.rpane .navi-3 {
	float: left;
	position: relative;
	left: 1px;
	margin-left: 7px;
	margin-top: 7px;
}

.btn-website {
	float: left;
	margin-left: 7px;
}

.btn-website:hover {
	opacity: 0.8;
}


.btn-forum {
	float: left;
	background: url(../images/img-btn-forum.png) no-repeat;
	background-position: 0 0;
	display: block;
  	width: 248px;
    height: 60px; 
    cursor: pointer;
	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-ms-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.4s;
	margin-left: 10px;
}
.btn-forum:hover{ 
	opacity: 0.8;
}


.panes .rpane {
	float: left;
	width: 335px;
	height: auto;
	margin-left: 5px;
}

.register .title {
	font-size: 16pt;
	font-family: "GothamCondensed-Book", sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.register .register-form {
	margin-top: 20px;
	max-width: 315px;
}

.txt {
	border: 1px solid #2a2a38;
	background-color: #17181f;
	-moz-box-shadow: inset 0px 0px 11px 2px #0e0f13;
	-webkit-box-shadow: inset 0px 0px 11px 2px #0e0f13;
	box-shadow: inset 0px 0px 11px 2px #0e0f13;
	outline: none;
	outline: none;
	color: #fff;
	height: 21px;
	padding: 5px;
	max-width: 185px;
}

.sex {
	border: 1px solid #2a2a38;
	background-color: #17181f;
	-moz-box-shadow: inset 0px 0px 11px 2px #0e0f13;
	-webkit-box-shadow: inset 0px 0px 11px 2px #0e0f13;
	box-shadow: inset 0px 0px 11px 2px #0e0f13;
	outline: none;
	color: #fff;
	height: 30px;
	width: 100%;
	padding: 5px;
}

.month, .day, .yr {
	border: 1px solid #2a2a38;
	background-color: #17181f;
	-moz-box-shadow: inset 0px 0px 11px 2px #0e0f13;
	-webkit-box-shadow: inset 0px 0px 11px 2px #0e0f13;
	box-shadow: inset 0px 0px 11px 2px #0e0f13;
	outline: none;
	color: #fff;
	height: 30px;
	padding: 5px;
	font-weight: bold;
	width: 32%;
}

.register .register-form table {
	font-family: "Gotham-Book", sans-serif;
	color: #b4b4b4;
	font-size: 9pt;
	margin-bottom: 20px;
}

.register .register-form tr {
	line-height: 35px;
}


.register p {
	text-align: center;
	font-family: "Gotham-Book", sans-serif;
	font-size: 7pt;
	color: #636363;
	width: 95%;
	margin: 0 auto;
}

.register a {
	opacity: 0.7;
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;	
}

.register a:hover{
	opacity: 1;
}

.register .btn-register {
	position: relative;
	top: 5px;
}

.btn-submit {
	border: 0;
	outline: 0;
	width: 315px;
	height: 60px;
	margin-top: 20px;
	background: url(../images/img-btn-register.png) no-repeat;
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;	
}

.btn-submit:hover{
	opacity: 0.8;
	cursor: pointer;
}




#errorWrapper{
	width: 1206px;
	margin: auto;
}

.message { font-family: "Gotham-Book", sans-serif; z-index: 9999; margin: -90px 0 0 0px; width: 330px; background: #e7e7e7; padding: 5px; border-radius: 5px; color: #000; position: absolute; font-size: 9.5pt; } .error { background: #852929; color: #FFF; } .message ul li { list-style: square; } .success { background: #abd43a; color: #FFF; }


.footer {
	margin-top: -40px;
	width: 100%;
	min-height: 141px;
	background: #000;
	border-top: 1px dashed #f7be01;
}

.footer .footer-content {
	margin: auto;
	width: 100%;
	max-width: 920px;
	max-height: 200px;
	padding: 28px 0;
}

.footer-content .lpane {
	float: left;
	width: 140px;
	text-align: left;
	color: #000;
}

.mid-content {
	float: left;
	width: 590px;
	height: 80px;
	color: #898989;
	font-family: Tahoma;
	font-size: 9pt;
	text-align: center;	
}

.mid-content ul {
	list-style: none;
	padding: 0;
}

.mid-content ul li {
	display: inline;
	padding: 2px 10px;
	border-right: 1px solid gray;
}

.mid-content ul li:last-child {
	border: 0;
}

.mid-content ul li a{
	color: #898989;
}

.mid-content ul li a:hover {
	color: #fff;
}

.social-buttons {
	margin-top: 20px;
	list-style: none;
	text-decoration: none;
	padding: 0;
}

.social-buttons li{
	display: inline;
	padding: 0 10px;
}

.soc-fb {
	background: url(../images/img-fb-button.png) no-repeat;
	width: 31px;
	height: 31px;
	display: inline-block;
}

.soc-dis {
	background: url(../images/img-discord-button.png) no-repeat;
	width: 31px;
	height: 31px;
	display: inline-block;
}

.soc-twi {
	background: url(../images/img-twitter-button.png) no-repeat;
	background-position-y: 3px;
	width: 31px;
	height: 31px;
	display: inline-block;
}

.soc-yt {
	background: url(../images/img-youtube-button.png) no-repeat;
	width: 31px;
	height: 31px;
	display: inline-block;
}

.soc-ig {
	background: url(../images/img-ig-button.png) no-repeat;
	width: 31px;
	height: 31px;
	display: inline-block;
}


.soc-fb:hover {
	background: url(../images/img-fb-button-hover.png) no-repeat;
}

.soc-dis:hover {
	background: url(../images/img-discord-button-hover.png) no-repeat;
}

.soc-twi:hover {
	background: url(../images/img-twitter-button-hover.png) no-repeat;
	background-position-y: 3px;
}

.soc-yt:hover {
	background: url(../images/img-youtube-button-hover.png) no-repeat;
}

.soc-ig:hover {
	background: url(../images/img-ig-button-hover.png) no-repeat;
}

.btn-logo-footer {
	float: left;
	margin-right: 25px;
	margin-top: 20px;
}

.lpane p {
	font-family: Tahoma;
	font-size: 10pt;
	color: #64636e;
	text-align: center;
	padding: 0 10px;
	color: #555555;
	font-size: 9pt;
	line-height: 18px;
}

.footer-content .rpane {
	float: left;
	width: 190px;
	text-align: right;
}

.rpane ul.footer-links {
	list-style: none;
	display: inline-flex;
	margin: 0;
}

.rpane ul.footer-links li a{
	font-family: 'Gotham-Book';
	font-size: 10pt;
	color: #64636e;
	margin-top: 0px;
	padding: 0 10px;
	border-right: 1px solid #64636e;
	text-decoration: none;
}

.rpane ul.footer-links li.last-border a {
	border-right: 0;
}

.rpane .register {
	width: 355px;
	height: 486px;
	margin-top: 0px;
	padding: 0px 20px;
	padding-bottom: 20px;
}

.footer a {
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;	
}

.footer a:hover{
	opacity: 0.7;
}

.clearfix {
	clear: both;
}

@keyframes bounceDown {
	0%       { opacity: 0; transform: translatey(-200px); }
    50%      { transform: translatey(30px); }
    100%     { opacity: 1; }
}

@-webkit-keyframes bounceDown {
	0%       { opacity: 0; transform: translatey(-200px); }
    50%      { transform: translatey(30px); }
    100%     { opacity: 1; }
}

@-moz-keyframes bounceDown {
    0%       { opacity: 0; transform: translatey(-200px); }
    50%      { transform: translatey(30px); }
    100%     { opacity: 1; }
}

@-o-keyframes bounceDown {
    0%       { opacity: 0; transform: translatey(-200px); }
    50%      { transform: translatey(30px); }
    100%     { opacity: 1; }
}
