/*  phpBB3 Style Sheet
	--------------------------------------------------------------
	Style name:			DaWar
	Based on style:		prosilver (the default phpBB 3.1.x style)
	Original author:	PBWoW by Tom Beddard ( http://www.subblue.com/ ) / PayBas ( http://pbwow.com/ )
	Modified by:		Yaliskah ( http://www.sixpiwan.com/ ) / DaScoub ( http://www.da-web.com/ )
	--------------------------------------------------------------
*/

@import url("icons.css?v=3.2");

/* Header & main body
--------------------------------------------- */
html {
	font-size: 62.5%;
	background-color: transparent;
	height: auto;
}

body {
/* 	color: #FFF; */
	color: #e3d6c4;
	font-size: 12px;
	background: #000 url("./images/theme/ror.jpg") no-repeat top center fixed;
	margin: 0;
	padding: 0;
}

#wrap {
	border: none;
	border-radius: 0;
	margin: 0 auto;
	padding: 0;
	min-height:  calc(100vh - 241px)
}

.footer-content  {
	border: none;
	border-radius: 0;
	margin: 0 auto;
	padding: 0;
	min-height: 200px;
/* 	font-size: 1.2em; */
}

#page-header {
	position: relative;
}

#page-body {
/*	background: #000;
	background: rgba(0, 0, 0, 0.1);*/
	margin: 0;
	padding: 10px 30px 38px;
	position: relative;
}

#page-body:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: -53px;
	padding-top: 53px;
/*	box-shadow: 0 0 25px 6px rgba(0, 0, 0, 0.30);*/
	z-index: -1;
}

#page-body:after {
	clear: both;
	content: "";
	display: block;
}

.headerbar {
/* 	background: url("./images/forumliner-top.png") repeat-x 0 100%; */
/* 	border: none; */
/* 	border-radius: 0; */
	margin: 0;
	min-height: 175px;
	padding: 0;
	position: relative;
}

#logo {
	display: block;
/* 	width: 100%; */
	height: 150px;
	padding: 0;
	line-height: 0;
	margin: 10px 10px 25px 10px;
	background-size: 100% 100%;
	background: none no-repeat;
}

@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px) {
	#logo {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	#logo {
		margin: 0;
		padding-top: 90px;
	}
	#logo img {
		width: 100%;
	}
}

#site-description {
	overflow: hidden;
	width: 100%;
}

#site-description h1,
#site-description p {
	display: none;
}

#site-description p.skiplink {
	display: none;
}

/* Common
--------------------------------------------- */
.panel {
	background: #111;
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid #5e5850;
	border-radius: 3px;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.forumbg {
	margin: 5px 1px;
/*	box-shadow: inset 0 0 0 1px #000, 0 0 0 1px #000, 0 2px 4px rgba(0, 0, 0, 0.2);*/
	border: 1px solid #5e5850;
	border-radius: 3px;
	background: rgba(20, 20, 20, 0.5);
	padding: 4px;
}

.forumbg > .inner {
}

.forumbg-table > .inner {
	margin: 0;
}

.bg1	{
	background: rgba(49, 49, 49, 0.15);
}

.bg2	{
	background: rgba(27, 27, 27, 0.15);
}

#simple-wrap {
	padding: 0 0 10px;
}

/* Links, arrows & text
--------------------------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
	url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
	url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
	url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

a 			{ color: #F90; }
a:hover 	{ color: #FFFFFF; }
a:active	{ color: #FF761E; }

a.up, a.down, a.left, a.right, a.top, a.top2,
a.arrow-up, a.arrow-down, a.arrow-left, a.arrow-right {
	text-indent: 0;
}

a.up:hover, a.down:hover, a.left:hover, a.right:hover, a.top:hover, a.top2:hover,
a.arrow-up:hover, a.arrow-down:hover, a.arrow-left:hover, a.arrow-right:hover {
	text-shadow: 0 0 2px #009CFF;
	text-decoration: none;
}

a.up:before, a.down:after, a.left:before, a.right:after, a.top:before, a.top2:before,
a.arrow-up:before, a.arrow-down:after, a.arrow-left:before, a.arrow-right:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	line-height: 0;
	text-decoration: none;
	padding-right: 3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a.up:before, a.arrow-up:before		{ content: "\f077"; }
a.down:after, a.arrow-down:after	{ content: "\f078"; padding-right: 0; padding-left: 3px; }
a.left:before, a.arrow-left:before	{ content: "\f053"; }
a.right:after, a.arrow-right:after	{ content: "\f054"; padding-right: 0; padding-left: 3px; }

a.top:before { content: "\f077"; }
a.top2:before { content: "\f077"; }
a.top2 {
	font-size: 10px;
	padding-left: 0;
}

a.arrow-up, a.arrow-down, a.arrow-left, a.arrow-right { padding: 0 3px !important; }
a.arrow-up:before, a.arrow-down:after, a.arrow-left:before, a.arrow-right:after { font-size: 0.7em; vertical-align: middle; }

/* .forumbg .header a, .forabg .header a, th a { color: #FFFFFF; } */
.forumbg .header a, .forabg .header a, th a { color: #e3d6c4; }
.forumbg .header a:active, .forabg .header a:active, th a:active { color: #FF761E; }

/* Post body links */
.postlink {
	border-bottom: 1px dotted #FFB019;
}

.postlink:hover {
	background: none;
	border-bottom-color: #FF761E;
	text-decoration: none;
}

.postlink:active {
	border-bottom-color: #FFF;
}

/* Profile links */
.postprofile a:hover, .postprofile dt.author a:hover, .search .postprofile a:hover {
	text-decoration: none;
}

/* Headings */
h1 {
	margin-top: 100px;
	color: #000;
}

h2 {
	color: #F3E6D0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	letter-spacing: -0.05em;
	margin-top: 0.5em;
}
h2 a { color: #F3E6D0; }
h2 a:hover { color: #FFF; text-decoration: none; }
h2 a:active { color: #FF761E; }
h2.solo { margin-bottom: 0.5em; }

h3 {
	border-bottom: 1px solid #444;
	color: #888;
}
h3 a:hover { text-decoration: none; }

.pm .postbody h3.first {
	color: #FFB019;
	font-size: 1.6em;
}

hr {
	border-color: #7C7C7C;
	border-top-color: #444;
}

/* Header box
--------------------------------------------- */
.navblock {
/*	background: #111;
	background: rgba(0, 0, 0, 0.15);
	border: 1px solid #363636;
	border-top: none;
	border-radius: 0 0 6px 6px;
	box-shadow: inset 0 0 6px 6px rgba(0, 0, 0, 1), 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 5px 2px rgba(0, 0, 0, 0.15);
	color: #888;*/
	padding: 1px 2px;
	position: absolute;
	right: 0;
	top: 0;
}

.navblock > .inner {
	border-radius: 0 0 3px 3px;
	background: rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
	border: 1px solid #5e5850;
	border-top: none;
	padding: 10px;
}

.navblock .linklist {
	padding: 2px 0;
}

.navblock .linklist > li {
	height: 24px;
}

/* Breadcrumbs & Navlinks
--------------------------------------------- */
#body-header {
	background: #111;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #5e5850;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	background-size: auto 100%;
	min-height: 35px;
	position: relative;
}

#body-header:before, #body-header:after {
	content: '';
	display: block;
	position: absolute;
	top: -21px;
	width: 22px;
	height: 121px;
	z-index: 1;
}

#body-header:before {
	left: 0;
/*	background: url("./images/forumliner-fix-left1.gif") no-repeat;*/
}

#body-header:after {
	right: 0;
/*	background: url("./images/forumliner-fix-right2.gif") no-repeat;*/
}

#body-header.no-search:before {
/*	background-image: url("./images/forumliner-fix-left2.gif");*/
}

#body-header ul.linklist {
	border: none;
	padding: 0 25px;
}

#body-header ul.linklist > li {
	line-height: 32px;
	padding-top: 0;
	padding-bottom: 0;
}

#body-header li.breadcrumbs {
	padding: 0 0 0 15px;
}

#body-header li.breadcrumbs:before,
#page-footer li.breadcrumbs:before {
	content: '\f015';
	display: block;
	position: absolute;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left: 0;
	top: 0;
	color: #888;
	text-shadow: 0 0 2px #000;
}

#body-header .crumb a {
	padding: 0 3px;
	position: relative;
	text-decoration: none;
}

#body-header .crumb a:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 7px;
	border-bottom: 1px dotted #8C6407;
}

#body-header .crumb a:hover:before {
	border-bottom-color: #FFF;
}

.breadcrumbs .crumb:before {
	content: '\f054';
	color: #7C7C7C;
	font-family: FontAwesome;
	font-size: 0.9em;
	font-weight: normal;
	padding: 0 0.5em;
	line-height: normal;
}

.breadcrumbs.locked .crumb:last-child:after {
	content: '\f023';
	font-family: FontAwesome;
	font-size: 13px;
	font-weight: normal;
	vertical-align: middle;
	position: absolute;
	padding-left: 3px;
}

/* Index & forum lists
--------------------------------------------- */
.index-left {
	width: auto;
	margin-right: 312px;
	overflow: hidden;
}
@media screen and (min-width: 1600px) {
	.index-left {
		margin-right: 400px;
	}
}
@media screen and (max-width: 1100px) {
	.index-left {
		width: 100%;
	}
}
.index-right {
	float: right;
	width: 302px;
}
@media screen and (max-width: 1100px) {
	.index-right.inside-forum {
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	.index-right.inside-forum {
		visibility: hidden;
		width: 0;
	}
}

.forabg {
	border-radius: 0;
}

.forum-blocks {
	padding: 0;
}

.forum-blocks ul.forums {
	display: block;
	list-style: none;
}

.forum-blocks li.row {
	float: left;
	display: block;
	width: 33.3%;
	background: none;
	border: none;
}

.forum-blocks li.row:hover {
	background: none;
}

.index-left .forum-blocks li.row {
	width: 50%;
}

@media screen and (min-width: 1600px) {
	.forum-blocks li.row,
	.index-left .forum-blocks li.row {
		width: 33%;
	}
}

@media screen and (max-width: 999px) {
	.forum-blocks li.row,
	.index-left .forum-blocks li.row {
		width: 100%;
		min-height: 60px;
	}

	.forum-blocks li.row dl {
		min-height: inherit;
	}

	.postprofile {
		background-position: 50% 0;
	}
}

.forum-blocks dl {
	display: block;
	position: relative;
	min-height: 115px;
	margin: 2px;
	padding: 10px 8px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	border: 1px solid #5e5850;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.6);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: inherit;
	transition: border 0.20s ease-in-out 0s;
}

/* Forums list contents */
.forum-blocks dt {
	margin: 0;
	padding: 0;
	width: auto;
}

.forum-blocks dt:after {
	clear: both;
	content: "";
	display: block;
}

.forum-blocks dl .list-inner {
	margin: 0 0 8px 47px;
	padding: 0;
	color: #877B69;
	font-size: 0.9em;
	line-height: 14px;
	transition: all 0.25s ease-in-out 0s;
}

.forum-blocks dl .forum-image {
	text-align: center;
}

.forum-blocks dl a.icon-link {
	margin: 0;
	left: 10px;
	top: 15px;
	height: 35px;
	width: 35px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
}

.forum-blocks dl a.icon-link.no-forum-image {
	top: 10px;
}

.forum-blocks a.forumtitle {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	display: block;
	padding-bottom: 1px;
}

.forum-blocks a.forumtitle:hover {
	text-decoration: none;
}

.forum-blocks .forum_link a.forumtitle:after {
	content: "\f08e";
	font-family: FontAwesome;
	font-size: 0.9em;
	font-weight: normal;
	padding-left: 5px;
}

.forum-blocks ul.forums dd {
	min-height: 0;
	padding: 3px 4px;
}

.forum-blocks dd.forum-stats,
.forum-blocks dd.redirect,
.forum-blocks dd.mcp-status,
#recent-topics dd.lastpost {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #4A4A4A;
	width: auto;
	line-height: normal;
}

.forum-blocks dd.mcp-status {
	bottom: auto;
	top: 0;
}

/* Hover states */
.forum-blocks dl:hover {
	border-color: #FF761E;
}

.forum-blocks dl:hover .list-inner {
	color: #FFF;
}

/* Other blocks */
.misc-block, .stat-block p {
	position: relative;
	margin-bottom: 4px;
	padding: 10px;
	background: #141414;
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid #5e5850;
	border-radius: 3px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.6);
}

.stat-block p {
	margin: 2px 2px 8px;
}

.stat-block p:after {
	clear: both;
	content: '';
	display: block;
}

.stat-block .online-pagelink {
	position: absolute;
	right: 3px;
	bottom: 3px;
}

/* Topic lists
--------------------------------------------- */
li.row,
.panel-container .panel li.row {
}

li.row:hover,
.panel-container .panel li.row:hover {
	background-color: #1E1E1E;
	background-color: rgba(30, 30, 30, 0.8);
}

.panel-container li.header {
/* 	color: #FFF; */
	color: #e3d6c4;
}

li.row strong {
/* 	color: #FFF; */
	color: #e3d6c4;
}

li.row.bg1,
.panel-container .panel li.row.bg1 {
	background: rgba(50, 50, 50, 0.2);
	border-radius: 3px;
}

li.row.bg1:hover,
.panel-container .panel li.row.bg1:hover {
 background: rgba(160, 160, 160, 0.5);
	color: #FFF;
}

li.row.bg2,
.panel-container .panel li.row.bg2 {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

li.row.bg2:hover,
.panel-container .panel li.row.bg2:hover {
 background: rgba(160, 160, 160, 0.5);
	color: #FFF;
}

#recent-topics li.row.bg2:hover, #recent-topics li.row.bg1:hover {
 background: rgba(0, 0, 0, 0.4);
	color: #FFF;
}

li.row.bg3, /* unread notifications */
.panel-container .panel li.row.bg3 {
	background: #333;
	background: #333 linear-gradient(to bottom, rgba(40, 40, 40, 1) 0, rgba(51, 51, 51, 0) 35px);
	border-color: #333 #000 #000 #333;
}

li.row.bg3:hover
.panel-container .panel li.row.bg3:hover {
	background: #333;
	background: #333 linear-gradient(to top, rgba(40, 40, 40, 1) 0, rgba(51, 51, 51, 0) 35px);
	color: #FFF;
}

li.row.reported,
li.row.reported:hover,
.panel-container .panel li.row.reported,
.panel-container .panel li.row.reported:hover {
	background-image: linear-gradient(to bottom, rgba(255, 17, 17, 1) 0, rgba(255, 17, 17, 0.3) 2%, rgba(255, 0, 100, 0) 25%, rgba(255, 0, 100, 0) 75%, rgba(255, 17, 17, 0.3) 98%, rgba(255, 17, 17, 1) 100%);
}

li.row.reported:hover,
.panel-container .panel li.row.reported:hover {
	background-color: rgba(255, 17, 17, 0.3);
}

ul.topiclist dl {
	font-size: 10px;
}

ul.topiclist dt, dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info, dd.extra {
	font-size: 10px;
}

ul.topiclist li.row .list-inner {
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.topiclist dd {
	border: none;
}

ul.topiclist a.topictitle {
	font-size: 13px;
}

li.header dt, li.header dd {
	overflow: hidden;
	text-overflow: ellipsis;
}

li.header dl.icon dt {
	text-indent: 5px;
}

dl.icon {
	background-position: 8px 50%;
	position: relative;
}

/* Tables
--------------------------------------------- */
.panel-container table.table1 {
	box-shadow: 0 0 5px #000;
}

table.table1 thead tr {
	background: #101010;
	border: 1px solid #252525;
}

table.table1 thead th {
	padding: 4px 0 5px 3px;
}

.panel-container table.table1 thead th {
	border: none;
/* 	color: #FFF; */
	color: #e3d6c4;
}

table.table1 tbody th {
	background: #101010;
	border-bottom: 1px solid #000000;
	color: #CCC;
	padding: 5px;
	text-align: left;
}

table.table1 tbody tr {
	border-width: 1px 1px 0;
	border-color: #161616;
}

table.table1 tbody tr.bg1,
table.zebra-list tbody tr:nth-child(even) {
	background: #252525;
	background: #252525 linear-gradient(to bottom, rgba(30, 30, 30, 1) 0, rgba(37, 37, 37, 0) 35px);
	border-color: #252525;
}

table.table1 tbody tr.bg2,
table.zebra-list tbody tr:nth-child(odd) {
	background: #161616;
	background: #161616 linear-gradient(to bottom, rgba(11, 11, 11, 1) 0, rgba(22, 22, 22, 0) 35px);
	border-color: #161616;
}

table.table1 tbody tr.bg3 {
	background: #101010;
	background: #101010 linear-gradient(to bottom, rgba(11, 11, 11, 1) 0, rgba(22, 22, 22, 0) 35px);
	border-color: #101010;
}

table.table1 tbody tr.bg1:hover,
table.table1 tbody tr.bg1.hover,
table.zebra-list tbody tr:nth-child(even):hover {
	background: #252525 linear-gradient(to top, rgba(30, 30, 30, 1) 0, rgba(37, 37, 37, 0) 35px);
}

table.table1 tbody tr.bg2:hover,
table.table1 tbody tr.bg2.hover,
table.zebra-list tbody tr:nth-child(odd):hover {
	background: #161616 linear-gradient(to top, rgba(11, 11, 11, 1) 0, rgba(22, 22, 22, 0) 35px);
}

table.table1 tbody tr.bg3:hover,
table.table1 tbody tr.bg3.hover {
	background: #101010 linear-gradient(to top, rgba(11, 11, 11, 1) 0, rgba(22, 22, 22, 0) 35px);
}

table.table1 tbody td {
	border: none;
}

table.table1 tbody tr:hover td,
table.table1 tbody tr.hover td {
	color: #FFF;
}

/* Specific column styles */
table.table1 tbody .big-column td {
/* 	color: #FFF; */
	color: #e3d6c4;
	font-style: italic;
	text-indent: 0.6em;
}

table.info tbody th {
/* 	color: #FFF; */
	color: #e3d6c4;
}

/* Post styling
--------------------------------------------- */
.post {
	margin: 0 1px 4px;
	box-shadow: inset 0 0 0 1px #000, 0 0 0 1px #000, 0 2px 4px rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid #5e5850;
	border-radius: 3px;
	padding: 3px;
}

/* .post.reported { */
/* 	background-color: #500C0C; */
/* } */

/* .post.warned { */
/* 	background-color: #50420C; */
/* } */

.postbody {
/* 	color: #CCC; */
	color: #e3d6c4;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
	line-height: 18px;
	width: 76.5%;
}
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.postbody {
		width: 100%;
	}
}

.has-profile .postbody {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
	background-repeat: no-repeat;
	background-size: 1px 100%;
}

.post .postbody .content,
#cp-main .post .content,
#cp-main .pm .content {
	text-align: justify;
	border-top: solid 1px rgba(0, 0, 0, 0.5);
	padding: 10px;
	background: url("./images/postbody-top-left.png") 0 0 no-repeat;
	font-size: 1.1em;
}

.postbody .ignore {
	padding: 5px 10px;
}

/* Post profiles
--------------------------------------------- */
.postprofile {
	background: none no-repeat 0 0;
	position: relative;
	margin: 0;
	padding: 5px;
	min-height: 165px;
	border: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 23.5%;
	float: left;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
	max-width: 300px;
}

.postprofile dt {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.postprofile .avatar-container {
	min-height: 92px;
	position: relative;
}

.no-avatar .avatar-container {
	background: url("./images/no_avatar.gif") 50% 2px no-repeat;
}

.postprofile .avatar {
/* 	background: #000 url("./images/portrait-frame-clean.gif") no-repeat 50% 50%; */
	display: inline-block;
	float: none;
	height: 64px;
	margin: 1px auto 0;
	padding: 8px 10px 11px 8px;
	position: relative;
	width: 64px;
	overflow: hidden;
}

.postprofile .avatar img {
	width: 64px;
	height: 64px;
	padding: 0px;
}

.online .postprofile dt strong:before,
.online .postprofile dt strong:after,
.online .postprofile dt a:not(.avatar):before,
.online .postprofile dt a:not(.avatar):after {
	color: #5CFF00;
	content: "«";
	font-size: 1em;
	font-weight: normal;
	margin-right: 4px;
	text-shadow: 0 0 3px #5DF644;
}

.online .postprofile dt strong:after,
.online .postprofile dt a:not(.avatar):after {
	content: "»";
	margin-left: 4px;
	margin-right: auto;
}

.postprofile dt, .postprofile dd {
	margin-left: 0;
}

.postprofile dd {
	margin: 8px 0;
	font-size: 0.9em;
}

.postprofile dd:last-child {
	margin-bottom: 0;
}

.postprofile strong {
	color: #DDD;
}

/* Gaming assets
--------------------------------------------- */
.postprofile .icons-frame {
	background: url("./images/portrait-icons.png") no-repeat;
	display: block;
	height: 83px;
	width: 35px;
	position: absolute;
	top: 1px;
	left: 50%;
	-webkit-transform: translateX(-74px);
	-ms-transform: translateX(-74px);
	transform: translateX(-74px);
}

.postprofile .icons-frame div {
	height: 18px;
	width: 18px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: #000;
	border-radius: 3px;
}

.postprofile .icons-frame > div {
	position: absolute;
}

.postprofile .game-icon-a {
	top: 11px;
	left: 11px;
}

.postprofile .game-icon-b {
	top: 31px;
	left: 11px;
}

.postprofile .game-icon-c {
	top: 51px;
	left: 11px;
}

.postprofile .rank-icon {
	background: url("./images/rank-bg.png") no-repeat 100% 100%;
	height: 33px;
	width: 33px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	bottom: 7px;
	left: 50%;
	-webkit-transform: translateX(9px);
	-ms-transform: translateX(9px);
	transform: translateX(9px);
}

.postprofile .rank-icon span {
	font-weight: bold;
	vertical-align: middle;
	font-size: 9px;
}

.postprofile .rank-icon img {
	margin-top: 1px;
	vertical-align: middle;
}

/* Polls
--------------------------------------------- */
.topic_poll .panel {
	margin: 0 1px 4px;
	box-shadow: inset 0 0 0 1px #000, 0 0 0 1px #000, 0 2px 4px rgba(0, 0, 0, 0.6);
	border: 2px solid #1B1B1B;
	border-radius: 0;
	background: #313131;
	padding: 3px;
}

.topic_poll .content {
	background: #1B1B1B;
	background: url("./images/poll-left.gif") 0 0 no-repeat,
				url("./images/poll-right.gif") 100% 0 no-repeat,
				url("./images/poll-bg.jpg") 0 0 repeat-x,
				linear-gradient(to top, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0) 40px), #1B1B1B;
	border: 1px solid #000;
	padding: 0 20px;
	position: relative;
}

.topic_poll h2 {
	color: #FF761E;
	font: italic 20px Georgia, "Times New Roman", Times, serif;
	border-bottom: none !important;
	padding-top: 0.5em;
}

.topic_poll h2 span {
/* 	color: #FFF; */
	color: #e3d6c4;
	font: bold 18px Arial, Helvetica, sans-serif;
	padding: 7px 5px 7px 25px;
}

.topic_poll h2 span.poll-icon-timer {
	background: url("./images/icons/poll-end.gif") no-repeat 0 50%;
}

.topic_poll h2 span.poll-icon-open {
	background: url("./images/icons/poll-open.gif") no-repeat 0 50%;
}

.topic_poll h2 span.poll-icon-closed {
	background: url("./images/icons/poll-private.gif") no-repeat 0 50%;
}

.topic_poll p.author {
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	margin: 0;
	padding: 8px 14px;
	box-shadow: 0 0 0 1px #000, 0 0 4px 2px rgba(0, 0, 0, 0.9), inset 0 0 6px 6px rgba(0, 0, 0, 1);
	background: #0A0A0A;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0 0 6px 6px;
	border: 1px solid #363636;
	border-top: none;
	line-height: 1.5em;
}

.topic_poll p.author strong {
/* 	color: #FFF; */
	color: #e3d6c4;
}

.topic_poll .polls {
	position: relative;
	box-shadow: 0 0 0 1px #000, 0 0 4px 2px rgba(0, 0, 0, 0.9), inset 0 0 0 1px #111, inset 0 0 6px 6px rgba(0, 0, 0, 1);
	background: #0A0A0A;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 6px;
	border: 1px solid #363636;
	margin: 10px 10px 36px;
	padding: 15px;
}

/*.topic_poll .polls .inner {
	margin: 1px 2px;
	border: 1px solid #1a1a1a;
}*/

fieldset.polls dl {
	border: none;
	color: #CCC;
	line-height: 16px;
}

fieldset.polls dt, fieldset.polls dd {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

fieldset.polls dt {
	text-align: right;
}

fieldset.polls dd {
	text-shadow: 0 0 2px #000;
}

fieldset.polls dd.resultbar div {
	background: url("./images/poll_bars1.gif") 100% -19px no-repeat;
	border: none;
	position: relative;
}

fieldset.polls dd.resultbar div:before {
	background: url("./images/poll_bars1.gif") 0 -19px no-repeat;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
}

fieldset.polls dl.most-votes dd.resultbar div {
	background-position: 100% -1px;
}

fieldset.polls dl.most-votes dd.resultbar div:before {
	background-position: 0 -1px;
}

fieldset.polls dl.voted {
/* 	color: #FFF; */
	color: #e3d6c4;
}

.poll_total_votes {
	margin: 10px 0;
	font-weight: bold;
	text-align: center;
}

.topic_poll .poll-footer {
	background: url("./images/poll-bot.gif") 50% 0 no-repeat;
	height: 74px;
	margin: 10px 0 -51px;
	padding: 13px 0 13px 2px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}

.topic_poll .poll-footer .button1 {
	display: inline-block;
	vertical-align: top;
	width: 120px !important;
	height: 25px;
	line-height: 25px;
	margin: 0 1px;
	padding: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vote-submitted {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
}

/* Sort & Display options
@ TODO: this is temporary
--------------------------------------------- */
.dropdown fieldset.display-options {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.dropdown fieldset.display-options label {
	display: block;
	margin: 4px;
	padding: 0;
	text-align: right;
	white-space: nowrap;
}

.dropdown fieldset.display-options select {
	min-width: 120px;
}

/* Search
--------------------------------------------- */
.search .postbody {
	width: 76.5%;
}

.search .postprofile {
	background: none !important;
	width: 23.5%;
	padding: 5px;
	min-height: inherit;
}

.search .postprofile dt {
	background: none !important;
	min-height: inherit;
	padding-top: 0;
}

body.section-search p:not(.jumpbox-return) a.arrow-left,
body.section-search p:not(.jumpbox-return) a.arrow-right {
	display: none;
}

/* Content container styles
--------------------------------------------- */
.content h2, .panel h2 {
	color: #F90;
	border-bottom: 1px solid #666;
}

.postbody h3 {
	font-size: 1.2em;
}

.postbody h3.first {
	font-size: 1.3em;
}

.post:target h3 a {
/* 	color: #FFF; */
	color: #e3d6c4;
}

.post:target .content {
	color: #DDD;
}

.post .postbody h3,
.post p.author {
	margin-left: 10px !important; /* TODO check */
}

blockquote {
	background-color: rgba(100, 100, 100, 0.2);
	border-color: #444;
	border-radius: 8px;
	color: #CCCCCC;
	padding: 6px 10px 10px 10px;
	position: relative;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}

blockquote:before, blockquote:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
	position: absolute;
	opacity: 0.3;
}

blockquote:before {
	content: "\f10d";
	left: 3px;
	top: 2px;
}

blockquote:after {
	content: "\f10e";
	right: 3px;
	bottom: 2px;
}

.signature, .notice {
	border-top-color: #555;
	padding: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.attachbox {
	background-color: rgba(10, 10, 10, 0.3);
	border-color: #7C7C7C;
	margin: 10px;
}

.attachbox dd {
	border-top-color: #575757;
}

.attachbox p {
	/*color: #999;*/
}

.attachbox p.stats {
	/*color: #999;*/
}

.pm-message .attachbox {
	background-color: #333;
}

.attach-image img {
	border-color: #444;
}

.inline-attachment {
	/* TODO */
}

dl.file dd {
	color: #999;
}

dl.details dt {
	color: #DDD;
}

dl.details dd {
	color: #AAA;
}

dl.faq dt {
/* 	color: #FFF; */
	color: #e3d6c4;
}

dl.thumbnail img,
.content a > img.postimage {
	background-color: rgba(0, 0, 0, 0.4);
	/*border: 1px solid #372511 !important;*/
	border: 1px solid #666 !important; /* !important for lightbox script */
	border-radius: 5px !important; /* !important for lightbox script */
	box-shadow: 0 0 6px #000000;
	padding: 0;
	transition: border 0.25s ease-out 0s;
}

dl.thumbnail dt a:hover {
	background-color: #222222;
}

dl.thumbnail dt a:hover img,
.content a > img.postimage:hover {
	border: 1px solid #CD9000 !important; /* !important for lightbox script */
}

.postimage {
	max-width: 100%;
}

.posthilit {
	background-color: #CCC;
	color: #000;
	text-shadow: none;
}

/* Code block */
.codebox {
	background-color: rgba(10, 10, 10, 0.3);
	border-color: #575757;
	text-shadow: none;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.codebox p {
	border-bottom-color: #575757;
}

.codebox code {
	color: #4A7;
	text-align: left;
	max-height: 400px;
}

.syntaxbg { color: #555; }
.syntaxcomment { color: #F0C674; }
.syntaxdefault { color: #81A2BE; }
.syntaxhtml { color: #AAA; }
.syntaxkeyword { color: #B5BD68; }
.syntaxstring { color: #C66; }

code.inline {
	background-color: rgba(10, 10, 10, 0.3);
	border: 1px solid rgba(88, 88, 88, 0.7);
	border-radius: 2px;
	color: #4A7;
	display: inline;
	font-family: Monaco, 'Andale Mono', 'Courier New', Courier, monospace;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.3em;
	padding: 0 3px;
}

/* Buttons
--------------------------------------------- */
@import url("buttons.css?v=3.2");

.button {
	background-color: #222;
	background-image: linear-gradient(to bottom, #373737 0%, #111111 100%);
	border: 1px solid #5D5D5D;
	/*border-radius: 8px;*/
	color: #CCC;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: auto;
	line-height: 28px;
	padding: 0 12px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.6), inset 0 0 3px 0 rgba(0, 0, 0, 0.8);
	transition: all 0.2s;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dropdown-select {
	padding-right: 5px;
}

.button:hover,
.button:active,
.dropdown-visible .dropdown-select,
.dropdown-visible .dropdown-select:hover,
.nojs .dropdown-container:hover .dropdown-select {
	background-color: #37dfff;
	border-color: #444;
/* 	color: #FFF; */
	color: #e3d6c4;
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.5), inset 0 1px 1px 0 rgba(200, 200, 200, 0.8);
}

.icon-button:before {
	background: none;
	content: none;
	height: auto;
	width: auto;
}

.icon-button:after,
.dropdown-select:before,
.dropdown-select:after {
	background: none;
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	margin: 0 0 0 5px;
	right: auto;
	left: auto;
	top: auto;
	float: none;
	font-family: FontAwesome;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
	text-decoration: none;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-button.dropdown-select {
	font-size: 0;
	padding: 0 5px 0 8px;
}

.icon-button.dropdown-select:before {
	margin: 0 3px 0 1px;
	width: auto;
	height: auto;
}

.dropdown-select:after {
	border-color: #5D5D5D;
	content: "\f0d7";
	font-size: 12px;
	height: 100%;
	padding-left: 3px;
	text-align: center;
	transition: border 0.2s;
}

.dropdown-select:hover:after,
.dropdown-visible .dropdown-select:after,
.nojs .dropdown-container:hover .dropdown-select:after {
	border-color: #444;
}

.post-icon:after, .newpm-icon:after 	{ content: '\f067'; }
.reply-icon:after, .pmreply-icon:after 	{ content: '\f112'; }
.locked-icon:after 						{ content: '\f023'; }
.forwardpm-icon:after 					{ content: '\f064'; }
.tools-icon:before 						{ content: '\f0ad'; }
.sort-icon:before 						{ content: '\f161'; }
.modtools-icon:before 					{ content: '\f0e3'; }
.search-icon:after 						{ content: '\f002'; margin: 0 1px; }
.search-adv-icon:after					{ content: '\f013'; margin: 0 1px; }

/* Forms
--------------------------------------------- */
select {
	background: rgba(0, 0, 0, 1);
	border-radius: 5px;
		box-shadow: 0 0 4px 2px rgba(0, 0, 0, 1);
	border-color: #444;
	color: #CCC;
	-webkit-appearance: none; /* Removes default chrome and safari style */
	-moz-appearance: none; /* Removes Default Firefox style */
}

.search-box .inputbox,
.search-box button.search-icon {
	height: auto;
	padding: 0 3px;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search-box .inputbox {
	border-color: #5d5d5d;
	line-height: 28px;
	height: 30px;
}

.search-box button.search-icon,
.search-box a.button {
	padding: 0 7px;
}

option.disabled-option { color: #888; }

input[type=checkbox][disabled] {
	opacity: 0.7;
}

label { color: #FFF; }

dd label { color: #CCC; }

fieldset dt { color: #888; }

fieldset dl:hover dt label { color: #FF761E; }

fieldset.fields2 dl:hover dt label { color: #FF761E; }

fieldset.display-options.right-box { text-align: right; }

fieldset.submit-buttons input { padding: 4px 6px; }

#format-buttons { margin: 15px 0 5px 0; }

#message-box textarea { color: #CCC; }

#message-box textarea.drag-n-drop {
	outline-color: rgba(102, 102, 102, 0.5);
}

#message-box textarea.drag-n-drop-highlight {
	outline-color: rgba(17, 163, 234, 0.5);
}

.inputbox {
	background-color: rgba(10, 10, 10, 0.5);
	border-radius: 6px;
	border-color: #444;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.6);
/* 	color: #FFF; */
	color: #e3d6c4;
}
.inputbox:hover { border-color: #FF761E; }
.inputbox:focus { border-color: #FF761E; color: #FFF; }

.inputbox:-moz-placeholder { color: #CCC; opacity: 0.5; }
.inputbox::-moz-placeholder { color: #CCC; opacity: 0.5; }
.inputbox::-webkit-input-placeholder { color: #CCC; opacity: 0.5; }

input.search {
	background-image: none;
	padding: 2px;
}

/* Form buttons */
a.button1, input.button1,
a.button2, input.button2, input.button3 {
	padding: 2px 3px;
	border: 1px solid #666;
	border-radius: 3px;
	background: #1A1A1A;
	background-image: linear-gradient(to top, #1a1a1a, #3a3a3a);
	box-shadow: inset 0 0 2px 1px #1a1a1a, 0 2px 5px 1px rgba(0, 0, 0, 0.5);
	min-width: 20px;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
	color: #DDD;
}

a.button2, input.button2, input.button3 {
	border-color: #4A4A4A;
	background-color: #1a1a1a;
	background-image: linear-gradient(to top, #111, #333);
}

a.button1, a.button1:active,
a.button2, a.button2:active {
	text-decoration: none;
	color: #DDD;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
}

a.button1:hover, input.button1:hover,
a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #FF761E;
	box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.3);
	color: #FFF;
}

input.button1:active, input.button2:active, input.button3:active {
	background-image: linear-gradient(to bottom, #111, #222);
	box-shadow: inset 0 0 2px 1px #000, 0 2px 5px 1px rgba(0, 0, 0, 0.5);
	border-color: #888;
	color: #CCC;
}

input.button1:focus, input.button2:focus, input.button3:focus {
	border-color: #FF761E;
	color: #FFF;
}

input.disabled {
	font-weight: normal;
	color: #999;
}

.button1.disabled {
	background-color: #1A1A1A;
	background-image: linear-gradient(to bottom, #202020 0%, #111111 100%);
	border-color: #3f3f3f;
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.6), inset 0 0 3px 0 rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
	color: #777 !important;
	font-weight: normal;
}

#login .button1,
#quick-login-panel .button1 {
	padding: 5px 14px;
}

/* Browser-specific tweaks */
input.button1::-moz-focus-inner,
input.button2::-moz-focus-inner,
input.button3::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* Search box (header)
--------------------------------------------- */
.search-header {
	background: rgba(40, 40, 40, 0.25);
	border: 1px solid #5e5850;
	border-bottom: none;
		border-radius: 3px 3px 0 0;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
	position: absolute;
	float: none;
	height: 45px;
	width: 270px;
	bottom: 0;
	right: 35px;
	text-align: left;
	margin: 0;
}

/*.search-header:before {
	content: "";
	display: block;
	position: absolute;
	background: url("./en/forum-menu-quicksearch.gif") no-repeat 0 0;
	width: 85px;
	height: 17px;
	left: 10px;
	top: -18px;
}*/

.search-header a.button {
	background: url("./en/forum-menu-advanced-search.gif") no-repeat 0 0;
	border: none;
	height: 17px;
	width: 107px;
	padding: 0;
	position: absolute;
	left: 15px;
	top: -18px;
	font-size: 0;
	box-shadow: none;
	transition: none;
}

.search-header a.button:hover {
	background-position: 0 100%;
}

.search-header button.search-icon {
	background: url("./images/loupe.png") no-repeat;
	height: 40px;
	width: 40px !important; /* TODO necessary !important? */
	border: none;
	border-radius: 0;
	top: 6px;
	left: 25px;
	padding: 0;
	font-size: 0;
	box-shadow: none;
	position: relative;
}

.search-header button.search-icon:after,
.search-header a.button:after {
	display: none;
}

.search-header input {
	vertical-align: top;
}

.search-header .inputbox {
	margin: 7px -7px 0 6px;
	padding: 4px;
	width: 200px;
	height: 31px;
	line-height: 15px;
	background: rgba(0, 0, 0, 0.52);
	border: 1px solid #5e5850;
	border-radius: 3px 3px 3px 3px;
}

.search-header .inputbox:focus {
	border: 1px solid #FF761E;
}

/* CP common
--------------------------------------------- */
.panel-container .panel {
	background: #212121;
	background: rgba(40, 40, 40, 0.7) linear-gradient(to top, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 46px);
}

#cp-main .pm {
	background: #212121;
	background: rgba(40, 40, 40, 0.7) linear-gradient(to top, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 46px);
	border: 1px solid #5e5850;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.6);
	margin-right: 0;
}

ul.cplist {
	background: linear-gradient(to top, rgba(13, 13, 13, 1) 0, rgba(27, 27, 27, 0) 46px);
	border: 1px solid #575757;
	box-shadow: 0 0 0 1px #000;
	padding: 3px;
	margin-bottom: 8px;
}

.cp-mini {
	background: #212121;
	background: rgba(33, 33, 33, 0.75);
	border: 1px solid #5e5850;
	border-radius: 0;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.6);
}

dl.mini dt {
	color: #888888;
}

.pmlist li.row {
	position: relative;
	padding: 0 0 0 4px;
}

.pmlist li.row:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	height: 100%;
	border-left: 4px solid transparent;
}

.pmlist li.pm_message_reported_colour:before, .pm_message_reported_colour 	{ border-left-color: #BC2A4D; }
.pmlist li.pm_marked_colour:before, .pm_marked_colour 						{ border-left-color: #FF6600; }
.pmlist li.pm_replied_colour:before, .pm_replied_colour 					{ border-left-color: #A9B8C2; }
.pmlist li.pm_friend_colour:before, .pm_friend_colour 						{ border-left-color: #5CFF00; }
.pmlist li.pm_foe_colour:before, .pm_foe_colour 							{ border-left-color: #AA1111; }

#gallery label {
	background-color: #161616;
	border: 1px solid #5e5850;
	min-height: 102px;
}

#gallery label:hover {
	background-color: #040D1A;
	border-color: #FF761E;
}

.panel-container hr,
#cp-menu hr {
	border-color: #444;
}

/* PM Message history */
.current {
	color: #FFF;
}

/* UCP/MCP Tabs
--------------------------------------------- */
#tabs .tab > a {
	background: #1a1a1a;
	background: rgba(40, 40, 40, 0.7) linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
	border: 1px solid #222;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	color: #999;
	margin: 2px 2px 0 0;
	padding: 6px 10px;
}

#tabs .tab > a:hover {
	background: #1a1a1a;
	background: rgba(40, 40, 40, 0.7) linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
	border-color: #555;
	color: #FFF;
}

#tabs .activetab > a {
	background: #111;
	background: rgba(20, 20, 20, 0.7);
	border-color: #444;
	border-bottom: 1px solid #0e0e0e;
	color: #FFF;
	margin-top: 0;
}

#tabs .activetab > a:hover {
	color: #FF761E;
	border-bottom-color: #0e0e0e;
}

#minitabs .tab > a {
	background: #1a1a1a;
	background: rgba(40, 40, 40, 0.7) linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
	border: 1px solid #222;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	margin: 2px 0 0 2px;
	padding: 6px 10px;
}

#minitabs .tab > a:hover {
	text-decoration: none;
	background: #1a1a1a;
	background: rgba(40, 40, 40, 0.7) linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
	border-color: #555;
}

#minitabs .activetab > a {
	background: #1a1a1a;
	background: rgba(40, 40, 40, 0.7);
	border-color: #444;
	border-bottom: 1px solid #202020;
	color: #FFF;
	margin-bottom: -1px;
	margin-top: 0;
	padding: 7px 10px;
}

#minitabs .activetab > a:hover {
	background: #1a1a1a;
	background: rgba(40, 40, 40, 0.7);
	color: #FF761E;
	border-bottom-color: #202020;
}

.responsive-tab .responsive-tab-link:before {
	left: auto;
	border-color: #999999;
}

/* UCP navigation menu
--------------------------------------------- */
#navigation a {
	color: #999;
	background: #212121;
	background: rgba(40, 40, 40, 0.7) linear-gradient(to left, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100px);
	border: 1px solid #222;
	border-right: none;
}

.rtl #navigation a { /* Do it here instead of bidi.css, so it's easier to overrule by children) */
	background: rgba(40, 40, 40, 0.7) linear-gradient(to right, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100px);
}

#navigation a:hover {
	background: #212121;
	text-decoration: none;
	color: #FF761E;
}

#navigation #active-subsection a {
	background: #212121;
	background-image: none;
	display: block;
	color: #FFF;
}

#navigation #active-subsection a:hover {
	color: #FF761E;
}

/* Footer
--------------------------------------------- */
#page-footer {
	text-shadow: 1px 1px 1px #000;
	width: 100%;
	background: url("./images/footer-bg.jpg") repeat-x center bottom;
}

#page-footer .navbar {
	border-radius: 0;
	padding: 0 15px;
}

.copyright {
	color: #555;
}

/* Pagination
--------------------------------------------- */
.action-bar {
	margin: 6px 3px;
}

.action-bar.top .pagination {
	margin-top: 5px;
}

.pagination li a {
	background-color: #1A1A1A;
	border-color: #575757;
	color: #CCC;
}

.pagination li a:hover,
.pagination .active a:hover,
.pagination .dropdown-visible a.dropdown-trigger,
.nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background-color: #000;
	border-color: #FFF;
	color: #FFF;
	text-decoration: none;
	box-shadow: 0 0 5px 1px rgba(0, 192, 255, 0.7);
}

.pagination li.active span {
	background-color: #0D1A2D;
	border-color: #B28910;
	color: #FFFFFF;
}

.pagination li.active span:hover {
	background-color: #FFB019;
	border-color: #FFB019;
	color: #000;
	text-decoration: none;
	box-shadow: none;
}

.row .pagination {
	background: url("./images/icons/icon_pages.png") 0 50% no-repeat;
	font-size: 10px;
}

.pagination li.page-jump a, .pagination li.next a, .pagination li.previous a {
	padding-left: 4px;
	padding-right: 4px;
	width: auto;
}

.pagination li.page-jump a:after, .pagination li.next a:after, .pagination li.previous a:after {
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: normal;
	padding: 0;
	line-height: normal;
	vertical-align: middle;
}

/* .pagination li.page-jump a:after { */
/* 	content: '\f124'; */
/* 	font-size: 12px; */
/* } */

/* .pagination li.next a:after { */
/* 	content: '\f054'; */
/* 	padding-left: 1px; */
/* } */

/* .pagination li.previous a:after { */
/* 	content: '\f053'; */
/* 	padding-right: 1px; */
/* } */

/* Quick-reply
--------------------------------------------- */
#qr_postform > .panel {
/* 	background: url("./images/post-out-top.gif") 50% 0 no-repeat, */
/* 				url("./images/post-out-bot.gif") 50% 100% no-repeat, */
/* 				url("./images/post-out-sides.gif") 50% 8px repeat-y, */
/* 				url("./images/post-main-bg.jpg") 50% 6px no-repeat #1b1b1b; */
	max-width: 757px;
	margin: -3px auto 10px;
	padding: 25px 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.6);
	border: none;
}

#qr_postform > .panel > .inner {
	max-width: 643px;
	margin: 0 auto;
}

#qr_postform #message-box {
/* 	background: url("./images/post-message-box-bot.gif") 0 100% / 100% auto no-repeat, */
/* 				url("./images/post-message-box-top.gif") 0 0 / 100% auto no-repeat, */
/* 				url("./images/post-message-box-sides.gif") 0 0 / 100% auto repeat-y; */
	/*padding: 15px 19px 27px 15px;*/
	padding: 15px 14px 27px 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 0;
}

#qr_postform textarea {
	background: #0D1A2D;
	background: #0D1A2D linear-gradient(to bottom, rgba(8, 17, 38, 1) 0, rgba(13, 26, 45, 0) 32px);
	margin: 0;
	padding: 2px;
	border-radius: 5px;
	transition: box-shadow 0.25s ease-in-out 0s;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#qr_postform textarea:focus {
	box-shadow: 0 0 3px 1px #11A3EA;
}

#qr_postform fieldset.submit-buttons {
/* 	background: url("./images/post-util-bot.gif") 0 100% / 100% auto no-repeat, */
/* 				url("./images/post-util-top.gif") 0 0 / 100% auto no-repeat, */
/* 				url("./images/post-util-sides.gif") 0 0 / 100% 100% repeat-y; */
	position: relative;
	margin: 0;
	padding: 14px 10px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Collapseable blocks
--------------------------------------------- */
.collapse-box h2,
.stat-block h3,
#rightad h2 {
	font-size: 20px;
	line-height: 30px;
	margin: 10px 2px 0;
	padding: 0 0 0 8px;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	border-bottom: 1px solid #444;
	color: #888;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	transition: border-bottom 0.20s ease-in-out 0s;
}

.collapse-box h2:hover,
.stat-block h3:hover,
#rightad h2 {
	border-bottom-color: #CCC;
}

.collapse-box h2.open,
.stat-block h3.open,
#rightad h2 {
	border-bottom-color: transparent;
}

.collapse-box h2 a,
.stat-block h3 a,
#rightad h2 {
	display: block;
	transition: color 0.20s ease-in-out 0s;
	color: #877B69;
}

.collapse-box h2 a:hover,
.stat-block h3 a:hover,
#rightad h2:hover { color: #FFF; text-decoration: none; }

.collapse-box h2 a:active,
.stat-block h3 a:active { color: #FF761E; }

.collapse-box h2 a[href="#"]:before,
.stat-block h3 a[href="#"]:before {
	content: "\f196";
	display: inline-block;
	margin-right: 8px;
	font-family: FontAwesome;
	font-size: 0.9em;
	font-weight: normal;
	opacity: 0.6;
}

.collapse-box h2.open a[href="#"]:before,
.stat-block h3.open a[href="#"]:before,
#rightad h2:before  {
	content: "\f147";
}
.collapse-box-right h2,
#rightad h2 {
	text-align: right;
}
.collapse-box-right h2 a[href="#"]:before,
#rightad h2:before {
	content: none;
}
.collapse-box-right h2.open a[href="#"]:before,
#rightad h2:before {
	content: none;
}
.collapse-box-right h2 a[href="#"]:after,
#rightad h2:after {
	content: "\f196";
	display: inline-block;
	margin-left: 8px;
	font-family: FontAwesome;
	font-size: 0.9em;
	font-weight: normal;
	opacity: 0.6;
}
.collapse-box-right h2.open a[href="#"]:after,
#rightad h2:after {
	content: "\f147";
}
.stat-block h3 {
	font-size: 16px;
	line-height: 24px;
}

/* Rules & Errors
--------------------------------------------- */
.error {
	color: #FF1111;
	font-weight: bold;
	font-size: 12px;
}

div.rules {
	background: #111;
	background: rgba(0, 0, 0, 0.4);
	border: solid 1px #AA1111;
	border-radius: 0;
	padding: 10px 10px 12px;
	color: #FFF;
	text-align: justify;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.6);
}

body.section-viewforum div.rules,
body.section-viewtopic div.rules {
	margin-left: 1px;
	margin-right: 1px;
	border: 1px solid #5e5850;
	border-radius: 3px;
	background: rgba(180, 0, 0, 0.3);
	padding: 4px;
}

body.section-viewforum div.rules > .inner,
body.section-viewtopic div.rules > .inner {
	padding: 10px;
}

div.rules strong {
	display: block;
	background: #320000;
	background: linear-gradient(to bottom, rgba(80, 1, 1, 1) 0, rgba(120, 5, 5, 1) 25px);
	border-radius: 3px;
	padding: 10px;
	margin: -6px -6px -6px -6px;
	font-size: 1.3em;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 0 5px #000;
}

div.rules.rules-link, div.rules.rules-link > .inner {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}

div.rules-link a {
	display: block;
	padding: 10px;
	background: #320000;
	background: linear-gradient(to bottom, rgba(30, 1, 1, 1), rgba(70, 5, 5, 1));
	border: 1px solid #811;
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

div.rules-link a:hover {
	background: #320000;
	background: linear-gradient(to bottom, rgba(60, 10, 10, 1), rgba(110, 10, 10, 1));
	border-color: #C11;
	color: #FFF;
	text-decoration: none;
}

p.post-notice,
.postbody div.rules {
	background-color: rgba(255, 0, 0, 0.1);
	border: solid 1px #AA1111;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	margin-left: 10px;
	margin-right: 8px;
}

p.post-notice:before {
	background: none !important;
	content: "";
	font-family: FontAwesome;
	font-size: 1.4em;
	top: 5px;
	left: 5px;
	color: #FFF;
	text-shadow: 0 0 5px #F11;
}

p.post-notice.deleted:before 	{ content: "\f014"; }
p.post-notice.reported:before 	{ content: "\f071"; }
p.post-notice.error:before 		{ content: "\f071"; }
p.post-notice.unapproved:before	{ content: "\f0e3"; }

#information {
	padding: 6px 6px 10px;
	text-align: center;
}

#information strong {
	margin-bottom: 7px;
}

/* Drop-down menus
--------------------------------------------- */
ul.linklist li.responsive-menu a.responsive-menu-link {
	font-size: 0;
	height: 22px;
	text-align: center;
}

ul.linklist li.responsive-menu a.responsive-menu-link:before {
	border: none;
	content: '\f0c9';
	color: #888;
	font-family: FontAwesome;
	font-size: 14px !important;
	line-height: inherit !important;
	position: relative;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
}

ul.linklist li.responsive-menu a.responsive-menu-link:hover:before,
ul.linklist li.responsive-menu.visible a.responsive-menu-link:before {
	color: #FFF;
}

.dropdown .pointer {
	border-color: #666 transparent;
}

.dropdown .pointer-inner {
	border-color: #111 transparent;
}

.dropdown .dropdown-contents {
	background: #111;
	background: rgba(20, 20, 20, 0.95);
	border-color: #666;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
}

.dropdown li, .dropdown li li, .dropdown li.separator {
	border-color: #444;
}

.dropdown-contents strong {
	color: #FFF;
	font-weight: bold;
}

/* Notifications */
.dropdown-extended {
	z-index: 3;
}

.dropdown-extended .header {
	background: #222120;
}

.dropdown-extended .pointer-inner {
	border-color: #222120 transparent;
}

.dropdown-extended .header, .dropdown-extended .footer {
	border-color: #444;
	color: #FFF;
	text-shadow: none;
}

.dropdown-extended ul li {
	border-color: #444;
}

.dropdown-extended ul li:hover {
	background: #111;
}

.dropdown-extended ul li.bg2 {
	background: #333;
	background: #333 linear-gradient(to bottom, rgba(40, 40, 40, 1) 0, rgba(51, 51, 51, 0) 35px);
}

.dropdown-extended a.mark_read {
	background-color: #525252;
	background-image: none;
}

.dropdown-extended a.mark_read:before {
	font-family: FontAwesome;
	text-shadow: 0 0 5px #000;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 24px;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.notification_list p.notification-time, .notification_list p.notifications_time {
	opacity: 0.6;
}

li.notification-reported strong, li.notification-disapproved strong {
	color: #FF1111;
}

/* Subforum menus */
.forums .dropdown-container {
	clear: left;
	float: left;
}

.forums .dropdown-trigger {
	display: block;
	float: left;
	background: url("./images/icons/child-arrow-big.gif") no-repeat scroll 50% 100% transparent;
	height: 24px;
	width: 36px;
	cursor: pointer;
}

.forums .dropdown-trigger:hover {
	background-position: 50% 33%;
}

.forums .dropdown-visible .dropdown-trigger {
	background-position: 50% 66%;
}

.forums .dropdown-visible .dropdown-trigger:hover {
	background-position: 50% 0;
}

.forums .dropdown {
	padding: 0;
}

.forums .dropdown-contents strong {
	display: block;
	margin-bottom: 5px;
}

.forums .dropdown-contents a {
	font-size: 1.1em;
	display: block;
	padding: 6px 6px 6px 15px;
}

.forums .dropdown-contents a.subforum.read {
	background: url("./images/icons/icon_post_read.gif") 0 50% no-repeat;
}

.forums .dropdown-contents a.subforum.unread {
	background: url("./images/icons/icon_post_unread.gif") 0 50% no-repeat;
}

/* Contact menu */
.contact-icons a {
	border-color: #333;
}

.contact-icons a:hover {
	background-color: #292A2A;
}

/* Profile Context Menu
--------------------------------------------- */
.profile-context .dropdown {
	padding: 0;
	left: 18%;
	top: 15px;
}

.profile-context .dropdown-contents {
	box-shadow: 0 0 0 1px #000, 0 1px 2px 1px rgba(0, 0, 0, 0.9), inset 0 0 10px 4px rgba(0, 0, 0, 0.5);
	padding: 10px;
	text-align: left;
	font-size: 1.1em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
}

.profile-context dt {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}

.profile-context dd {
	font-size: 10px;
	margin: 7px 0;
}

.profile-context dd:last-child {
	margin-bottom: 0;
}

.profile-context a {
	font-weight: bold;
}

.profile-context .user-icons {
	margin: 10px 0;
	display: block;
}

.profile-context .user-icons:after {
	clear: both;
	content: '';
	display: block;
}

.profile-context .user-icons a {
	background: #292A2A url("./images/icons/context.gif") no-repeat;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	padding-left: 30px;
	font-size: 1.1em;
}

.profile-context .user-icons a:hover {
	background-color: #525252;
	text-decoration: none;
}

.profile-context .user-icons a:first-child {
	border-radius: 3px 0 0 3px;
	padding-right: 10px;
}

.profile-context .user-icons a:last-child {
	border-radius: 0 3px 3px 0;
}

.profile-context a.icon-profile { background-position: 0 0; }
.profile-context a.icon-search { background-position: 0 -30px; }
.profile-context a.icon-ignore { background-position: 0 -60px; }

/* Top-bar (custom)
--------------------------------------------- */
#top-bar {
	background: url("./images/bar-bg-red.jpg") no-repeat scroll 50% 100% #2a0304;
	border-bottom: 1px solid #7e0505;
	box-shadow: 0 0 3px 3px #000000;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 40px;
	color: #FFF;
	text-shadow: 1px 1px #000000;
	position: relative;
	z-index: 1;
}

#top-bar > .inner {
	border-right: 3px solid #450404;
	border-left: 1px solid #230101;
	height: 40px;
	margin: 0 auto;
	max-width: 990px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#top-bar .linklist > li {
	border-left: 2px solid #450404;
	border-right: 1px solid #230101;
	margin: 0;
	padding: 0 10px;
	font-size: inherit;
	line-height: inherit;
}

#top-bar .linklist > li.link {
	padding: 0;
}

#top-bar .linklist > li.link > a {
	padding: 0 15px !important;
	display: block;
	font-weight: bold;
}

#top-bar .linklist > li.link > a:hover {
	background-color: rgba(255, 255, 255, 0.05);
	text-shadow: 0 0 7px rgba(255, 255, 255, 0.4);
}

#top-bar li.responsive-menu {
	border: none !important;
	line-height: 20px;
	margin: 5px;
	padding: 3px;
}

/* Adjust the background (and videos) if top-bar is active */
/* body.topbar { */
/* 	background-position: 49.999% 41px; */
/* } */

body.topbar-fixed #top-bar {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 40;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

body.topbar-fixed #wrap {
	margin-top: 41px;
}

body.topbar .navblock {
	margin-top: 1px;
	margin-right: 33px;
}

/* Miscellaneous styles
--------------------------------------------- */
#video-background {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#video-container {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	z-index: -1000;
}

#video-container video {
	opacity: 0;
}

#video-border {
	position: absolute;
	width: 100%;
	z-index: -999;
}

body.fixedbg {
	background-attachment: fixed;
}

body.fixedbg #video-background {
	position: fixed;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	z-index: -1; /* Conflicts with page-body box-shadow, when enabled f*cks up chrome fixed pos */
}

body.topbar #video-background {
	top: 41px;
}

#darken {
	background-color: #000;
	opacity: 0.75;
}

.phpbb_alert {
	background-color: #111;
	border-color: #575757;
	box-shadow: 0 0 10px #000;
}

.phpbb_alert .alert_close {
	height: 20px;
	width: 20px;
}

.phpbb_alert .alert_close:after {
	content: '\f057';
	color: #F00;
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 1.8em;
	line-height: inherit;
	text-align: center;
}

.advertisement, .misc-block.advertisement {
	margin: 10px auto;
	padding: 0;
	overflow: hidden;
}

/* Tweaks
--------------------------------------------- */
.notouch.section-viewtopic .post-buttons {
	opacity: 0;
	transition: opacity .4s;
}

.notouch.section-viewtopic .post:hover .post-buttons {
	opacity: 1;
}

ul.linklist > li,
#quick-links {
	margin-right: 10px;
}

ul.linklist > li.rightside {
	margin-left: 10px;
}

ul.linklist > li a:hover {
	text-decoration: none;
}

.action-bar.compact {
	display: none;
}

input#pf_pbbnetavatar, label[for=pf_pbbnetavatar] {
	display: none;
}

.topic_poll + hr {
	display: none;
}

/* Icon images
--------------------------------------------- */
.small-icon {
	background: none !important;
	padding: 0;
	position: relative;
}

.small-icon > a {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.small-icon > a:before,
#top-bar .small-icon:before,
.profile-context .user-icons a:before {
	display: inline-block;
	font-family: FontAwesome;
	color: #888;
	text-shadow: 0 0 5px #000;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: inherit;
	text-decoration: none;
	padding-right: 3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.small-icon > a:hover:before {
	color: #FFF;
	text-shadow: 0 0 16px #009CFF;
}

.dropdown-contents .small-icon > a:before {
	width: 1.28571em;
	text-align: center;
}

#top-bar .small-icon:before,
#top-bar .small-icon.link > a:before {
	color: inherit;
	padding-right: 5px;
}

.icon-acp > a:before 				{ content: "\f085"; }
.icon-boardrules > a:before 		{ content: "\f03a"; }
.icon-bookmark > a:before 			{ content: "\f02e"; }
.icon-bump > a:before 				{ content: "\f102"; }
.icon-contact > a:before 			{ content: "\f003"; }
.icon-delete-cookies > a:before 	{ content: "\f1f8"; }
.icon-download > a:before 			{ content: "\f019"; }
.icon-faq > a:before 				{ content: "\f059"; }
.icon-home > a:before 				{ content: "\f015"; }
.icon-logout > a:before 			{ content: "\f011"; }
.icon-mark:before 					{ content: "\f046"; }
.icon-mark-read > a:before			{ content: "\f046"; }
.icon-mcp > a:before 				{ content: "\f0e3"; }
.icon-members > a:before 			{ content: "\f0c0"; }
.icon-newspage > a:before 			{ content: "\f0a1"; }
.icon-notification > a:before 		{ content: "\f0f3"; }
.icon-pages > a:before 				{ content: "\f0c5"; }
.icon-pm > a:before 				{ content: "\f01c"; }
.icon-print > a:before 				{ content: "\f02f"; }
.icon-profile > a:before 			{ content: "\f007"; }
.icon-register > a:before 			{ content: "\f044"; }
.icon-restore-permissions > a:before { content: "\f079"; }
.icon-search > a:before 			{ content: "\f002"; }
.icon-search-self > a:before 		{ content: "\f007"; }
.icon-search-unanswered > a:before 	{ content: "\f1ae"; }
.icon-search-unread > a:before 		{ content: "\f06e"; }
.icon-search-new > a:before 		{ content: "\f0e7"; }
.icon-search-active > a:before 		{ content: "\f0e6"; }
.icon-sendemail > a:before 			{ content: "\f0e0"; }
.icon-subscribe > a:before 			{ content: "\f046"; }
.icon-team > a:before 				{ content: "\f132"; }
.icon-ucp > a:before 				{ content: "\f013"; }
.icon-unsubscribe > a:before 		{ content: "\f147"; }
.icon-view > a:before				{ content: "\f06e"; }

/* Post control buttons */
.post-buttons .icon-button {
	background: none !important;
	border: none;
	box-shadow: none !important;
	line-height: inherit;
	padding: 0 3px;
	height: auto;
	width: auto;
}

.post-buttons .icon-button:before {
	font-family: FontAwesome;
	text-shadow: 0 0 5px #000;
	font-size: 1.3em;
	line-height: inherit;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.post-buttons .icon-button:hover:before {
	color: #FFF;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.post-buttons .dropdown li a:before {
	content: "";
	display: none;
}

.report-icon:before { content: "\f06a"; color: #F40; }
.warn-icon:before { content: "\f071"; color: #FFAE00; }
.edit-icon:before { content: "\f044"; color: #888; }
.delete-icon:before { content: "\f00d"; color: #F00; }
.info-icon:before { content: "\f05a"; color: #00B6FF; }
.quote-icon:before { content: "\f10d"; }
.post-buttons .responsive-menu-link:before { content: "\f0c9"; color: #888; }

/* Profile & navigation icons */
.contact-icon { background-image: url("./images/icons/icons_contact.png"); }

.profile-context .user-icons a:before {
	display: none;
	font-size: 16px;
}

.profile-context a.icon-profile:before	{ content: "\f007"; }
.profile-context a.icon-search:before 	{ content: "\f002"; }
.profile-context a.icon-ignore:before 	{ content: "\f05e"; }

/* Forum icons & Topic icons */
.global_read 					{ background-image: url("./images/icons/announce_read.png"); }
.global_read_mine 				{ background-image: url("./images/icons/announce_read_mine.png"); }
.global_read_locked 			{ background-image: url("./images/icons/announce_read_locked.png"); }
.global_read_locked_mine		{ background-image: url("./images/icons/announce_read_locked_mine.png"); }
.global_unread 					{ background-image: url("./images/icons/announce_unread.png"); }
.global_unread_mine 			{ background-image: url("./images/icons/announce_unread_mine.png"); }
.global_unread_locked 			{ background-image: url("./images/icons/announce_unread_locked.png"); }
.global_unread_locked_mine 		{ background-image: url("./images/icons/announce_unread_locked_mine.png"); }
.announce_read 					{ background-image: url("./images/icons/announce_read.png"); }
.announce_read_mine 			{ background-image: url("./images/icons/announce_read_mine.png"); }
.announce_read_locked 			{ background-image: url("./images/icons/announce_read_locked.png"); }
.announce_read_locked_mine 		{ background-image: url("./images/icons/announce_read_locked_mine.png"); }
.announce_unread				{ background-image: url("./images/icons/announce_unread.png"); }
.announce_unread_mine 			{ background-image: url("./images/icons/announce_unread_mine.png"); }
.announce_unread_locked			{ background-image: url("./images/icons/announce_unread_locked.png"); }
.announce_unread_locked_mine	{ background-image: url("./images/icons/announce_unread_locked_mine.png"); }
.forum_link 					{ background-image: url("./images/icons/forum_link.png"); }
.forum_read 					{ background-image: url("./images/icons/forum_read.png"); }
.forum_read_locked 				{ background-image: url("./images/icons/forum_read_locked.png"); }
.forum_read_subforum 			{ background-image: url("./images/icons/forum_read_subforum.png"); }
.forum_unread 					{ background-image: url("./images/icons/forum_unread.png"); }
.forum_unread_locked 			{ background-image: url("./images/icons/forum_unread_locked.png"); }
.forum_unread_subforum 			{ background-image: url("./images/icons/forum_unread_subforum.png"); }
.sticky_read 					{ background-image: url("./images/icons/sticky_read.png"); }
.sticky_read_mine 				{ background-image: url("./images/icons/sticky_read_mine.png"); }
.sticky_read_locked				{ background-image: url("./images/icons/sticky_read_locked.png"); }
.sticky_read_locked_mine 		{ background-image: url("./images/icons/sticky_read_locked_mine.png"); }
.sticky_unread 					{ background-image: url("./images/icons/sticky_unread.png"); }
.sticky_unread_mine 			{ background-image: url("./images/icons/sticky_unread_mine.png"); }
.sticky_unread_locked 			{ background-image: url("./images/icons/sticky_unread_locked.png"); }
.sticky_unread_locked_mine 		{ background-image: url("./images/icons/sticky_unread_locked_mine.png"); }
.topic_moved					{ background-image: url("./images/icons/topic_moved.png"); }
.topic_read 					{ background-image: url("./images/icons/topic_read.png"); }
.topic_read_mine 				{ background-image: url("./images/icons/topic_read_mine.png"); }
.topic_read_hot 				{ background-image: url("./images/icons/topic_read_hot.png"); }
.topic_read_hot_mine 			{ background-image: url("./images/icons/topic_read_hot_mine.png"); }
.topic_read_locked 				{ background-image: url("./images/icons/topic_read_locked.png"); }
.topic_read_locked_mine 		{ background-image: url("./images/icons/topic_read_locked_mine.png"); }
.topic_unread 					{ background-image: url("./images/icons/topic_unread.png"); }
.topic_unread_mine 				{ background-image: url("./images/icons/topic_unread_mine.png"); }
.topic_unread_hot 				{ background-image: url("./images/icons/topic_unread_hot.png"); }
.topic_unread_hot_mine 			{ background-image: url("./images/icons/topic_unread_hot_mine.png"); }
.topic_unread_locked 			{ background-image: url("./images/icons/topic_unread_locked.png"); }
.topic_unread_locked_mine 		{ background-image: url("./images/icons/topic_unread_locked_mine.png"); }
.pm_read 						{ background-image: url("./images/icons/topic_read.png"); }
.pm_unread 						{ background-image: url("./images/icons/topic_unread.png"); }

/* Imageset */
span.imageset {
	display: inline-block !important;
	background: none;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

.imageset:before {
	color: #888;
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: inherit;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 0;
}

.imageset.icon_contact,
.imageset.icon_topic_reported,
.imageset.icon_topic_unapproved,
.imageset.icon_topic_deleted {
	position: relative;
	background: none !important;
	padding: 15px 0 0 17px;
	text-align: center;
}

.imageset.icon_contact:before 			{ content: "\f0e5"; padding-left: 2px; padding-top: 1px; }
.imageset.icon_topic_reported:before 	{ content: "\f06a"; color: #FFF; padding-left: 3px; }
.imageset.icon_topic_unapproved:before 	{ content: "\f059"; color: #FFF; padding-left: 2px; }
.imageset.icon_topic_deleted:before 	{ content: "\f1b8"; color: #5CFF00; padding-left: 2px; }

.imageset.icon_topic_poll 			{ background: url("./images/icons/poll.gif") 100% 100% no-repeat; padding: 14px 0 0 20px; vertical-align: middle; }
.imageset.icon_topic_attach 		{ background-image: url("./images/icons/icon_topic_attach.gif"); padding: 10px 0 0 7px; }
.imageset.icon_post_target 			{ background-image: url("./images/icons/icon_post_read.gif"); padding: 9px 0 0 11px; }
.imageset.icon_post_target_unread 	{ background-image: url("./images/icons/icon_post_unread.gif"); padding: 9px 0 0 11px; }
.imageset.icon_topic_latest 		{ background-image: url("./images/icons/icon_topic_latest.gif"); padding: 9px 0 0 11px; }
.imageset.icon_topic_newest 		{ background-image: url("./images/icons/icon_topic_newest.gif"); padding: 9px 0 0 11px; }
.unread .imageset.icon_topic_latest { background-image: url("./images/icons/icon_topic_newest.gif"); padding: 9px 0 0 11px; }

/* PBWoW Master style specific assets
   (excluded for children)
--------------------------------------------- */

body.pbwow3 {
	background-attachment: fixed !important;
}

body.pbwow3 #logo {
	background-image: url("./images/ror-logo2.png");
	width: 100%;
	height: 200px;
	margin: 0px 0px 25px 0px;
}

body.pbwow3 #video-background {
	display: none;
}

body.pbwow3 #page-body:before {
	display: none;
}

@media only screen and (max-width: 999px), only screen and (max-device-width: 999px) {
	body.pbwow3 {
		background-image: url("./images/theme/ror-small.jpg");
		background-position: 0 0;
	}

	body.pbwow3.topbar {
		background-position: 0 41px;
	}
}

@media screen and (max-width: 859px) {
	body.pbwow3 #logo {
		width: 200px;
		height: 100px;
		margin: 0 0 25px 0;
	}
}

/* =Media queries (all >700px rules are in responsive.css)
-------------------------------------------------------------- */

/* DaWar specific content
--------------------------------------------------------------- */

/*
GLOBAL
*/
#website-main .input_container:first-child {
	margin-top: 15px;
}
.dataTables_wrapper {
	margin-top: 15px;
}
#website-main h3, #website-main h4 {
	font-family: caslon_antique;
	font-size: 16pt;
	color: #5e5850;
	font-weight: normal;
}
#website-main h4 {
	font-size: 18pt;
	margin-left: 20px;
}
/* side view big screen maxed out */
@media screen and (min-width: 700px)
{
    .website .index-left {
        width: auto;
        overflow: hidden;
    }
    .website .index-right {
        float: right;
        margin-left: 10px;
        width: 302px;
    }
}
/* smartphones */
/* put side view as top block anyways */
@media only screen and (max-width: 700px) {
    /*hide the forum index */
    .website .index-left, .website .index-right {
        float: none;
        margin: auto;
        display: block;
    }
}
.realm-info-detail {
	float: right;
	width: 302px;
	height: 350px;
	text-align: center;
/* 	color: #FFF; */
	color: #e3d6c4;
	border-top: 1px solid #444;
	padding-top: 10px;
}
.realm-info .server-name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2rem;
	margin-bottom: 10px;
}
.realm-info .player-count, .realm-info .uptime {
    float: left;
    width: 50%;
}
.realm-info .server-status-online,.realm-info .server-status-offline {
	background: url("./images/online.png") no-repeat center top;
	width: 302px;
	height: 26px;
	margin-bottom: 10px;
}
.realm-info-detail .faction_bar {
	margin-top: 5px;
}
.realm-info .server-status-offline {
	background: url("./images/offline.png") no-repeat center top;
}
.realm-info .text-container {
	width: 302px;
	margin-bottom: 10px;
}
.center {
	width: 100%;
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/*
TOP MENU
*/
#top-bar .right {
	float:right;
}
#social, #social-forum {
	background: url("./images/social.png") no-repeat center top;
	width: 302px;
	height: 90px;
	padding-top: 75px;
}
#social {
	float: right;
}
#social-icons {
	background: url("./images/social_buttons.png") no-repeat center top;
	width: 240px;
	height: 80px;
	margin: auto;
}
#social-icons img {
	width: 80px;
	height: 80px;
}

/*
INDEX
*/
#main-slider {
	margin-bottom: 10px;
}
#recent_news ul {
	list-style-type: none;
}
#recent_news li {
	margin: 0 1px 10px;
	box-shadow: inset 0 0 0 1px #000, 0 0 0 1px #000, 0 2px 4px rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid #5e5850;
	border-radius: 3px;
	padding: 10px;
	font-size: 1.1em;
}
@media only screen and (min-width: 1600px), only screen and (min-device-width: 1600px) {
	#recent_news li {
		padding: 20px 50px;
	}
}
#recent_news li .topictitle-index {
	font-size: 1.3em;
}
#recent_news li .topic-stats-index {
	margin-top: 6px;
	text-align: right;
}
@media only screen and (min-width: 1100px), only screen and (min-device-width: 1100px) {
	#join {
		text-align: center;
		height: 69px;
		position: absolute;
		top: 105px;
		right: 50px;
	}
}
@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px) {
	#join {
		position: static;
		top: 0;
		right: 0;
		text-align: center;
	}
}

/*
VIDEO TRICKS FOR HOME
*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
FORUM
*/
#recent-topics-footer, #website-main {
	display: block;
	position: relative;
	min-height: 115px;
	margin: 2px;
	padding: 2px 10px;
	background: #141414;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	border: 1px solid #5e5850;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.6);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: inherit;
	transition: border 0.20s ease-in-out 0s;
}
#website-main {
	padding-bottom: 15px;
	text-align: justify;
}
.website option {
    background: black;
}
#recent-topics-footer p {
	line-height: 1.3em;
	font-size: 1.1em;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #444;
    text-align: center
}
#recent-topics-footer p:last-child {
    border-bottom: none;
}

/*
ARMORY
*/
.input_container {
	width: 400px;
	padding: 5px;
	margin: auto;
}
.input_left {
	float: left;
	width: 130px;
	font-weight: bold;
	text-align: right;
	font-size: 1em;
	color: #5e5850;
}
.input_right {
	float: left;
	width: 250px;;
	text-align: center;
	font-size: 1em;
}
.submit {
	margin: 10px 0;
	width: 100%;
	text-align: center;
}
#armory-results {
	margin: auto;
	margin-top: 25px;
	width: 500px;
}
.art-title {
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.85);
	border-radius: 4px 4px 4px 4px;
	border-width: medium 1px 1px;
	border-color: -moz-use-text-color #000 #000;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}
#war-online-results-tab a {
	font-size: 12px;
	color: #5e5850;
}
#war-online-results-tab a:hover {
	color: #fff;
}
.wort-title {
	float: left;
	height: 20px;
	padding-top: 3px;
	font-weight: bold;
	text-align: center;
	background: none;
	font-size: 12px;
}
.art-race,.art-careerline,.wort-race,.wort-careerline {
	float: left;
	height: 40px;
	padding: 2px 0;
	width: 75px;
	text-align: center;
}
.art-level,.art-renown,.wort-level,.wort-renown {
	width: 75px;
	text-align: center;
}
.art-name,.art-level,.art-renown,.wort-name,.wort-level,.wort-renown,.wort-account {
	float: left;
	padding-top: 10px;
	height: 34px;
}
.art-name,.wort-name {
	width: 200px;
	text-align: left;
}
.art-title .art-race,.art-title .art-careerline,.art-title .art-name,.art-title .art-level,.art-title .art-renown,.wort-title .wort-race,.wort-title .wort-careerline,.wort-title .wort-name,.wort-title .wort-level,.wort-title .wort-renown {
	float: left;
	height: 20px;
	padding-top: 3px;
	font-weight: bold;
	text-align: center;
}
.wort-race2,.wort-careerline2 {
	float: left;
	height: 40px;
	padding: 2px 0;
	width: 50px;
	text-align: center;
}
.wort-level2,.wort-renown2 {
	width: 50px;
	text-align: center;
}
.wort-account2,.wort-name2 {
	width: 150px;
	text-align: left;
}
.wort-account2,.wort-name2,.wort-level2,.wort-renown2,.wort-account2 {
	float: left;
	padding-top: 10px;
	height: 34px;
}
.wort-title .wort-account2,.wort-title .wort-name2,.wort-title .wort-race2,.wort-title .wort-careerline2,.wort-title .wort-level2,.wort-title .wort-renown2 {
	float: left;
	height: 20px;
	padding-top: 3px;
	font-weight: bold;
	text-align: center;
}
#armory-items {
	position: relative;
	width: 552px;
	height: 746px;
	background: url("./images/armory_bg.png") no-repeat left top;
	margin: auto;
	margin-top: 10px;
}
.armory-left-item {
	position: absolute;
	left: 53px;
	width: 64px;
	height: 64px;
}
.armory-right-item {
	position: absolute;
	right: 51px;
	width: 64px;
	height: 64px;
}
.armory-bottom-item {
	position: absolute;
	top: 612px;
	width: 64px;
	height: 64px;
}
#armory-item10 {
	left: 181px;
}
#armory-item11 {
	left: 309px;
}
#armory-item12 {
	left: 373px;
}
#armory-item14 {
	left: 245px;
}
#armory-item20 {
	top: 356px;
}
#armory-item21 {
	top: 420px;
}
#armory-item22 {
	top: 548px;
}
#armory-item23 {
	top: 164px;
}
#armory-item24 {
	top: 228px;
}
#armory-item27 {
	top: 292px;
}
#armory-item28 {
	top: 484px;
}
#armory-item31 {
	top: 100px;
}
#armory-item32 {
	top: 164px;
}
#armory-item33 {
	top: 228px;
}
#armory-item34 {
	top: 292px;
}
#armory-stats {
	position: absolute;
	top: 100px;
	left: 117px;
	width: 320px;
}
#armory-stats-top {
	width: 320px;
	height: 410px;
}
#ast-name {
	font-family: caslon_antique;
	font-size: 50px;
	color: #FFF;
	width: 320px;
	text-align: center;
	text-shadow: 0px 0px 10px #000;
}
#ast-race-career {
	width: 320px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	text-shadow: 0px 0px 3px #000;
}
#ast-race {
	float: left;
	text-align: center;
	width: 50%;
}
#ast-career {
	float: left;
	text-align: center;
	width: 50%;
}
#ast-sex {
}
#ast-level {
	margin-top: 25px;
	width: 100%;
	text-align: center;
	font-family: caslon_antique;
	color: #daae50;
	text-shadow: 0px 0px 3px #000;
	text-shadow: #000 1px 1px, #000 -1px 1px, #000 -1px -1px, #000 1px -1px;
}
#ast-renown {
	margin-top: 25px;
	width: 100%;
	text-align: center;
	font-family: caslon_antique;
	color: #a050da;
	text-shadow: #000 1px 1px, #000 -1px 1px, #000 -1px -1px, #000 1px -1px;
}
#ast-status-online,#ast-status-offline {
	margin-top: 60px;
	width: 320px;
	height: 26px;
	text-align: center;
	background: url("./images/online.png") no-repeat center top;
}
#ast-status-offline {
	background: url("./images/offline.png") no-repeat center top;
}
#ast-played {
	margin-top: 5px;
	font-family: caslon_antique;
	font-size: 25px;
	color: #FFF;
	width: 320px;
	text-align: center;
	text-shadow: #000 1px 1px, #000 -1px 1px, #000 -1px -1px, #000 1px -1px;
}
#armory-stats-bottom {
	color: #FFA400;
}
.tooltip-item-name-0 {
	color: #969696;
	font-weight: bold;
}
.tooltip-item-name-1 {
	color: #fff;
	font-weight: bold;
}
.tooltip-item-name-2 {
	color: #18F000;
	font-weight: bold;
}
.tooltip-item-name-3 {
	color: #0064C3;
	font-weight: bold;
}
.tooltip-item-name-4 {
	color: #ffd11a;
	font-weight: bold;
}
.tooltip-item-name-5 {
	color: #FBAC03;
	font-weight: bold;
}
.tooltip-item-name-6 {
	color: #FBAC03;
	font-weight: bold;
}
.tooltip-item-gray {
	color: #969696;
}
.tooltip-item-stats {
	color: #FF0;
}
.tooltip-top {
	width: 262px;
	height: 13px;
	background: url(./images/tooltipframe-a.gif) top left no-repeat;
}
.tooltip-middle {
	background: #020202 url(./images/tooltipframe-b.gif) top left
		repeat-y;
	padding: 0 13px;
	width: 236px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.tooltip-bottom {
	width: 262px;
	height: 13px;
	background: url(./images/tooltipframe-c.gif) bottom left
		no-repeat;
}
/*
JOIN US
*/
#join-left {
	width: 302px;
}
#join-left-content {
	margin-top: 30px;
	margin-left: 25px;
	width: 252px;
	color: #FFF;
}
#join-left-content a {
	color: #ff9610;
	line-height: 20px;
}
#join-left-content a.active {
	color: #fff;
	margin-left: 5px;
}
#join-left-content a:hover {
	color: #fff;
}
#join-left-content p {
	margin-left: 10px;
}
#join-left-content h1 {
	font-family: caslon_antique;
	color: #FFF;
	font-size: 15px;
	margin: 15px 0 8px 0;
	text-transform: uppercase;
	font-weight: normal;
}
#join-left-content img {
	margin-right: 4px;
}
#join-right {
	margin-top: 20px;
	margin-left: 15px;
}
#join-right h1,#join-right h2 {
	font-family: caslon_antique;
	color: #5e5850;
	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
}
@media (min-width: 748px) {
#join-left {
	float: left;
}

#join-right {
	float: left;
}
}
.join_button {
	position: relative;
	margin: auto;
	width: 233px;
}
.join_button_content {
	position: absolute;
	top: 20px;
	width: 233px;
	text-align: center;
}
.join_button_content, .join_button_content a {
	font-family: caslon_antique;
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
}
.tip, .tip-dual {
	background-color: #2A2619;
	border: 2px solid #79653e;
	width: 540px;
	padding: 10px;
}
.tip-dual
{
	float: left;
	width: 246px;
}
.tip-dual .title, .tip .title {
	font-weight: bold;
	font-size: 14px;
}
#join-us-title {
	background: url("./images/join.png") no-repeat center top;
	width: 302px;
	height: 84px;
}

/*
WHO IS ONLINE
*/
#war-online {
	float: left;
	margin-top: 10px;
/* 	width: 615px; */
}
.collapse-box h2,
#rightad h2 {
	font-family: caslon_antique;
	font-size: 18pt;
}
#war-online h1,#war-online h2,#about h1,#about h2,#about h3 {
	color: #4a391e;
	font-family: caslon_antique;
	font-size: 18pt;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
}
/*
ABOUT
*/
#about {
	float: left;
	margin-top: 10px;
	width: 615px;
}
#about h2
{
	font-size: 20px;
}
#about h3
{
	font-size: 20px;
	border: none;
	text-align: center;
	margin: 10px 0;
}
.staff-member {
	width: 280px;
	height: 180px;
	float: left;
  overflow:hidden;
}
.staff-member .staff-detail {
  opacity:0.85;
  filter: alpha(opacity=85);
	width: 260px;
	height: 160px;
  background: #0c0c0c;
  padding: 10px;
  color: #c5b37d;
  font-size: 12px;
  font-weight: bold;
}
.staff-member .staff-detail .staff-name {
  font-size: 22px;
	font-family: caslon_antique;
	text-transform: uppercase;
}
.staff-member .staff-detail .staff-function {
	margin-bottom: 5px;
	font-style: italic;
  font-weight: normal;
}
.staff-member .staff-detail .staff-in {
	margin-bottom: 5px;
}
.staff-member .staff-detail .staff-out {
	margin-bottom: 5px;
}
.staff-member .empty {
	height: 180px;
}
.column {
	float: left;
	padding-bottom: 20px;
	width: 25%;
	text-align: left;
}
.column ul {
	list-style-type: none;
}
.column_ff {
	float: left;
	padding-bottom: 20px;
	width: 50%;
	text-align: center;
}
@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
	.column_ff {
		float: none;
		margin: auto;
	}
}
.cff_l {
	padding-top: 15px;
}

.back2top .top {
margin-right: 0;
}

/*
FOOTER
*/
#final_footer {
	text-align: center;
	padding-bottom: 15px;
}
#sitemap h3 {
	color: #fff;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 14, 2014 */
@font-face {
	font-family: 'caslon_antique';
	src: url('./fonts/caslon-antique.bold-webfont.eot');
	src:
		url('./fonts/caslon-antique.bold-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('./fonts/caslon-antique.bold-webfont.woff')
		format('woff'),
		url('./fonts/caslon-antique.bold-webfont.ttf')
		format('truetype'),
		url('./fonts/caslon-antique.bold-webfont.svg#caslon_antiquebold')
		format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'caslon_antique';
	src: url('./fonts/caslon-antique.regular-webfont.eot');
	src:
		url('./fonts/caslon-antique.regular-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('./fonts/caslon-antique.regular-webfont.woff')
		format('woff'),
		url('./fonts/caslon-antique.regular-webfont.ttf')
		format('truetype'),
		url('./fonts/caslon-antique.regular-webfont.svg#caslon_antiqueregular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
 * Changes to pages plugin
 */
 
 .pages-content .postlink:has(img) {
    border-bottom: none;
}

.pages-content dl.thumbnail img, .content a > img.postimage {
    border: none !important;
    -webkit-filter: brightness(100%);
}

.pages-content dl.thumbnail img, .content a > img.postimage:hover {
    border: none !important;
    -webkit-filter: brightness(70%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}