@media screen and (min-width: 800px) {
	.active-thread div.post.reply:not(.has-file) .body {
	max-width: 300px;
	}
}
@media screen and (min-width: 1024px) {
	.active-thread div.post.reply:not(.has-file) .body {
	max-width: 360px;
	}
}
body {
	background:url('https://i.imgur.com/bSAyp1l.jpg') repeat 0 0;
	padding-top: 20px;
	color: #DEDEDE !important;
}
a, a:visited{
	color:#929292;
}
a:hover{
	color:#c00;
}
.post-menu ul {
	border: 1px solid #FFF;
	background-color: #333;
}
.post-menu li {
	background-color: #333;
	color: #FFF;
	transition: all 400ms ease;
}
.post-menu li:hover {
	color: #FFF;
	background-color: #38C8E1;
}
div.banner {
	background: #7d34b8;
	padding: 2px;
	border-radius: 12px;
}
hr {
	border: 1px solid rgb(104, 103, 103);
}
	/*== LISTA DE BOARDS ==*/
div.boardlist:not(.bottom) {
	left: 0;
	right: 0;
	top: 0;
	margin-top: 0;
	position: absolute!important;
	/*background: url('https://i.imgur.com/CgJ7B47.png') no-repeat;
	padding-top: 18.90vw;*/
	background-size: 100%, 40px;
	padding: 5px 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	border-bottom: 1px solid #eccdee;
	box-shadow: 1px 1px 3px #fff!important;
	z-index: 30;
	text-align: center;
}
.desktop-style div.boardlist:not(.bottom) {
	text-align: left;
	background-color: #121411 !important;
}
.desktop-style div.boardlist:not(.bottom) span {
	display: inline;
}
.theme-catalog div.boardlist:not(.bottom) {
	position: fixed!important;
	padding-top: 8px;
	background: #000;
	background-size: 40px;
	}
.theme-catalog header {
	margin-top: 40px;
}
div.boardlist:not(.bottom) span {
	padding-bottom: 8px;
	display: inline-block;
}
div.boardlist:not(.bottom) a{
	padding-bottom: 8px;
	color: #929292;
	transition: all 200ms ease;
}
div.boardlist:not(.bottom) a:hover{
	/*padding-bottom: 6px;*/
	color: #FFF;
	border-bottom: 2px solid #FFF;
}
div.boardlist.bottom {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
div.boardlist:not(.bottom) span.sub {
	background: none;
}
.active-thread div.thread {
	overflow: auto;
}
#alert_div {
    background: rgba(0,0,0,0.9);
    border: 1px solid #000;
    box-shadow: 3px 3px rgba(0,0,0,0.4);
}
img.board_image {
	margin-top: 2vw;
}
.threads div.mix div.thread {
	background: rgba(0,0,0,0.7);
	border: 1px solid #000;
	margin: 4px;
	box-shadow: 4px 4px rgba(0,0,0,0.4);
	transition: all 400ms ease;
}
.threads div.mix:nth-of-type(2n) div.thread {
	background: rgba(0,0,0,0.7);
	border: 1px solid #000;
	margin: 4px;
}
.threads div.mix div.thread:hover {
	border: 1px solid #f90;
}
div.options_tab, div#options_tablist {
	color: #FFF !important;
	background: #111;
	border: 1px solid #000;
	box-shadow:3px 3px rgba(0,0,0,0.4);
}
.options_tab_icon{
	color: #FFF;
}
.options_tab_icon.active {
	color: #2a9fd6;
}
div.pages {
    background: rgba(0,0,0,0.7);
    border: 1px solid #000;
    box-shadow: 3px 3px rgba(0,0,0,0.4);
	color: #FFF;
}
div.pages a.selected {
	color: #f90;
}
div.pages a:hover {
	color: #2a9fd6;
}
div.pages input {
	border: solid 1px #c05cc8;
	border-radius: 20px;
	background-color: #f4d2ff;
	color: #c05cc8;
	padding: 2px 10px;
	transition: all 400ms ease;
}
div.pages input:hover {
	background-color: #c05cc8;
	color: #f4d2ff;
}
div.post.reply {
	background: rgba(0,0,0,0.7);
	border: 1px solid #000;
	box-shadow: 4px 4px rgba(0,0,0,0.4);
	margin: 2px;
}
/*div.post.reply:nth-of-type(2n) {
	border: 1px solid #297CE2;
}*/
div.post.reply.highlighted {
	background: rgba(0,0,0,0.7);
	border: 1px solid #f90;
	box-shadow: 4px 4px rgba(0,0,0,0.4);
	margin: 2px;
}
div.post.reply.post-hover {
	background: rgba(0,0,0,0.95);
	border: 1px solid #000;
	box-shadow: 3px 3px rgba(0,0,0,0.5);
}
div.post.reply a {
	color: #FFF;
}
div.post.reply div.body a{
	color: #1CB7C9;
}
div.post.reply a:hover {
	color: #297CE2 !important;
}
/*div.post.reply:nth-of-type(2n) a:hover{
	color: #297CE2 !important;
}*/
div.post.reply span.heading {
	color:#F00000;
}
	/* Info Files */
div.file p {
	font-size: 11px;
}
div.file p.fileinfo span a {
	font-size: 14px;
}
div.file a, div.file a:visited {
	color: #1CB7C9;
}
div.file a:hover {
	color: #297CE2;
}
div.file {
	min-width:260px;
	position: relative;
	  margin: 0px;
	  padding: 0px;
	}
div.post img.post-image, img.post-image {
	border-radius: 4px;
	margin: 5px;
	padding: 0px;
}
div.post.op {
	padding-top: 7px;
}
div.post.reply.has-file div.body {
	padding-top: 6px;
}
div.file:not(.multifile) img.post-image {
	margin-right: 16px;
	margin-bottom: 12px;
}
div.multifile {
	width: auto!important;
}
div.files div.file:last-child {
	margin-right: 4px;
}
div.file a.file {
	margin-right: 0px;
}
p.fileinfo span.unimportant {
	display: block;
}
p.intro label time, p.intro .post_no {
	font-size: 13px;
	color: #fcfcff;
}
span.heading, header div.subtitle, h1, h2 {
	color: #FFF;
}
p.intro span.name, p.intro span.trip {
	color: #f60;
}

form[name="post"] {
    border: 2px solid #000;
    box-shadow: 3px 3px rgba(0,0,0,0.4);
    padding: 10px;
    background-size: 40px auto;
    color: #fff;
    background: rgba(0,0,0,0.7);

}
#quick-reply table{
	background: none;
}

form[name="post"] th, form[name="post"] input, form[name="post"] textarea {
	  background: #7d34b8;
	  border: none;
	  color: #fff;
	  margin: 2px;
}

form[name="post"] input, form[name="post"] textarea {
	padding: 5px;
}

form[name="post"] textarea {
	width: auto;
}

form[name="post"] span.hint {
	display: block;
}
div.dropzone, div.file-hint{
	border-radius: 5px;
}
form[name="post"] div.file-hint {
	border: 2px dashed #7c33b7;
	color: #FFF;
}
div.dropzone {
	background: #C4B1E9;
}
form[name="post"] input[name="subject"], form[name="post"] input[name="name"], form[name="post"] input[name="email"], form[name="post"] input[name="password"], form[name="post"] textarea, form[name="post"] input.dx, form[name="post"] input.dy, form[name="post"] input.dz {
	border-bottom: 3px solid #7d34b8;
	border-radius: 2px;
	background-color: rgb(240, 240, 240);
	color: #1b1b1b;
}
form[name="post"] a {
	color: #b47ae3;
}
form[name="post"] tr {
	background: none!important;;
}
form[name="post"] input[type="submit"] {
	padding: 7px 12px;
	border-radius: 20px;
	background-color: #7d34b8;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	transition: all 400ms ease;
}
form[name="post"] input[type="submit"]:hover {
	background-color: #fff;
	color: #7d34b8;
}
.required-star{
	color:#FFF;
	font-size: 18px;
}
.captcha_text{
	background: rgb(240, 240, 240);
	border-bottom: 3px solid #7d34b8;
	border-radius: 2px;
}
a.post-btn {
	color: #FFF !important;
	background: #c00;
	padding: 2px;
}
a.post-btn:hover {
	color: #FFF;
	background: #c00;
	padding: 2px;
}
#quick-reply th {
	border: none;
}
.intro span.subject{
	color: #2a9fd6;
}
 /*== Controles Mods ==*/
span.controls.op {
    float: right;
    margin-left: 10px;
}
div.post.replay span.controls{
	display:inline-block;
	clear:both;
	float:none;
}
.quote{
	color:#209c0e;
}
.rquote{
	color:#EA1AE8;
}