@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* --------------------------------------------------------------
	$Base
-------------------------------------------------------------- */
/** {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/
/* Define your base font-size here; most elements will inherit this. _NO__DOTCOMMA__AFTER__*/
html {
  font-size: 1em; /* Assuming 16px... */
  line-height: 1.5; /* 24px (This is now our magic number; all subsequent margin-bottoms and line-heights want to be a multiple of this number in order to maintain vertical rhythm.) _NO__DOTCOMMA__AFTER__*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #2a6496;
  text-decoration: underline;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Suppress the focus outline on links that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
[tabindex="-1"]:focus {
  outline: none !important;
}

/**
 * Remove double underline from recent version of firefox
 */
abbr[title] {
  text-decoration: none;
}

/* --------------------------------------------------------------
	$Utilities
-------------------------------------------------------------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none;
}

.affix {
  position: fixed;
}

/* General Markup Styles
---------------------------------------- */
html {
  font-size: 100%;
  /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
  height: 101%;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  margin: 0;
  padding: 0 0 12px;
  word-wrap: break-word;
  -webkit-print-color-adjust: exact;
}

h1 {
  /* Forum name */
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-right: 200px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 2em;
}

h2 {
  /* Forum header titles */
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2em;
  margin: 12px 0;
  letter-spacing: -1px;
}

h2.solo {
  margin-bottom: 1em;
}

h3 {
  /* Sub-headers (also used as post headers, but defined later) */
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid transparent;
  margin-bottom: 3px;
  padding-bottom: 2px;
  font-size: 1.05em;
  margin-top: 20px;
  font-weight: bold;
}

h4 {
  /* Forum and topic list titles */
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
}

p {
  line-height: 1.3em;
  font-size: 1.0833333333em;
  margin-bottom: 1.5em;
}

img {
  border-width: 0;
}

hr {
  border: 0 solid transparent;
  border-top-width: 1px;
  height: 1px;
  margin: 12px 0 12px;
  display: block;
  clear: both;
}

hr.dashed {
  border-top-style: solid;
  margin: 10px 0;
}

hr.divider {
  display: none;
}

p.right {
  text-align: right;
}

p.jumpbox-return {
  margin-top: 1em;
}

b, strong {
  font-weight: bold;
}

.text-strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

.text-italics {
  font-style: italic;
}

u {
  text-decoration: underline;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  display: list-item;
}

ul ul, ol ul {
  list-style-type: circle;
}

ol ol ul, ol ul ul, ul ol ul, ul ul ul {
  list-style-type: square;
}

/* Main blocks
---------------------------------------- */
.wrap {
  /*border: 1px solid transparent;*/
  /*border-radius: 8px;*/
  margin: 0 auto;
  max-width: 1152px;
  min-width: 625px;
  /*padding: 15px;*/
}

@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
  .wrap {
    margin: 0 12px;
  }
}
.page-body {
  margin: 4px 0;
  clear: both;
}

.page-footer {
  clear: both;
}

.page-footer h3 {
  margin-top: 20px;
}

.logo {
  float: left;
  width: auto;
  padding: 0px;
}

.logo:hover {
  text-decoration: none;
}

.site_logo {
  background-repeat: no-repeat;
  display: inline-block;
  width: 250px;
  height: 88px;
}

@media only screen and (max-width: 1024px) {
  .site_logo {
    background-repeat: no-repeat;
    display: inline-block;
    width: 250px;
    height: 69px;
  }
}
@media only screen and (max-width: 900px) {
  .site_logo {
    background-repeat: no-repeat;
    display: inline-block;
    width: 128px;
    height: 50px;
  }
}
#nav-main li i.fa-envelope {
  width: 100%;
  /* height: 100%; */
  font-size: 30px;
  margin-top: 23%;
}

/* Site description and logo */
.site-description {
  float: left;
  width: 65%;
}

.site-description h1 {
  margin-right: 0;
  margin-top: 0;
  font-weight: normal;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
  background: transparent none repeat-x 0 0;
  margin-bottom: 0px;
  padding: 0px;
  /*border-radius: 0px;*/
  height: 120px;
}

.headerbar .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.navbar {
  padding: 0px;
  /*border-radius: 7px;*/
}

.forabg {
  background: transparent none repeat-x 0 0;
  margin-bottom: 12px;
  padding: 0px;
  clear: both;
  border-radius: 0px;
}

.forumbg {
  background: transparent none repeat-x 0 0;
  margin-bottom: 12px;
  padding: 0px;
  clear: both;
  border-radius: 0px;
}

.panel {
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 0px;
  border: solid 1px #E4E4E4;
  font-size: 1.083em;
}

.panel.member-search {
  font-size: 1.077em;
}

.section-mcp form#confirm h2.message-title + fieldset .panel {
  font-size: 1em;
}

#search_memberlist .panel {
  border: solid 1px #E4E4E4;
  padding: 12px;
}

#options-panel,
#attach-panel,
#poll-panel,
.section-ucp .tabs + .panel,
.section-ucp .tabs + #postform,
.section-mcp .tabs + .panel {
  margin-top: -1px;
}

#attach-panel #file-list-container.panel {
  padding: 0;
}

#attach-panel table.table1 thead th {
  border: solid 1px transparent;
  padding: 12px;
}

#attach-panel #file-list-container table.table1 thead th {
  padding: 0px;
}

.post {
  padding: 12px;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  border-radius: 0px;
  position: relative;
}

.rowbg {
  margin: 5px 5px 2px 5px;
}

/* Horizontal lists
----------------------------------------*/
.navbar ul.linklist {
  padding: 2px 0;
}

.navbar ul#nav-main.linklist {
  padding: 9px 12px;
}

.navbar ul#nav-breadcrumbs.linklist {
  padding: 1px 6px 5px;
}

.navbar #nav-main > li > a {
  font-size: 1.077em;
  text-transform: uppercase;
}

.navbar #nav-main > li.rightside > a {
  text-transform: inherit;
}

.navbar ul#nav-footer.linklist {
  padding: 12px 0;
  border: solid 1px transparent;
  border-left: 0;
  border-right: 0;
  margin-bottom: 12px;
}

.navbar .header-avatar {
  font-size: 1.077em;
}

ul.linklist {
  display: block;
  margin: 0;
}

.cp-main .panel {
  padding: 12px;
  font-size: 1em;
  margin-bottom: 12px;
  /*min-height: 256px;*/
}

.cp-main .panel + .panel,
.cp-main #pmheader-postingbox.panel,
.cp-main .panel.draft-load {
  min-height: auto;
}

.cp-main #pmheader-postingbox .pmlist dt {
  margin-bottom: 12px;
}

ul.linklist > li {
  float: left;
  font-size: 1.0833333333em;
  line-height: 2.2em;
  list-style-type: none;
  margin-right: 24px;
  padding-top: 1px;
  width: auto;
}

ul.linklist > li.rightside, p.rightside, a.rightside {
  float: right;
  margin-right: 0;
  margin-left: 12px;
  text-align: right;
}

ul.navlinks {
  border-top: 1px solid transparent;
}

ul.leftside {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  text-align: left;
}

ul.rightside {
  float: right;
  margin-left: 5px;
  margin-right: -5px;
  text-align: right;
}

ul.linklist li.responsive-menu {
  position: relative;
  margin: 0 5px;
}

.hasjs ul.linklist.leftside, .hasjs ul.linklist.rightside {
  max-width: 48%;
}

.hasjs ul.linklist.fullwidth {
  max-width: none;
}

li.responsive-menu.dropdown-right .dropdown {
  left: -9px;
}

li.responsive-menu.dropdown-left .dropdown {
  right: -6px;
}

ul.linklist .dropdown {
  top: 39px;
}

ul.linklist .dropdown-up .dropdown {
  bottom: 18px;
  top: auto;
}

/* Bulletin icons for list items
----------------------------------------*/
ul.linklist.bulletin > li:before {
  display: inline-block;
  /*content: "\2022";*/
  font-size: inherit;
  line-height: inherit;
  padding-right: 24px !important;
}

ul.linklist.bulletin > li:first-child:before,
ul.linklist.bulletin > li.rightside:last-child:before {
  content: none;
}

ul.linklist.bulletin > li.no-bulletin:before {
  content: none;
}

.responsive-menu:before {
  display: none !important;
}

/* Profile in overall_header.html */
.header-profile {
  display: inline-block;
  vertical-align: top;
}

.header-avatar:hover {
  text-decoration: none;
}

.header-avatar img {
  margin-bottom: 2px;
  max-height: 20px;
  vertical-align: middle;
  width: auto;
}

.header-avatar span:after {
  content: "▼";
  display: inline-block;
  font-size: 9px;
  float: right;
  padding-left: 2px;
  opacity: 0.7;
}

/* Dropdown menu
----------------------------------------*/
.dropdown-container {
  position: relative;
}

.dropdown-container-right {
  float: right;
}

.dropdown-container-left {
  float: left;
}

.nojs .dropdown-container:hover .dropdown {
  display: block !important;
}

.dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 29px;
  z-index: 2;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-right: -500px;
}

.dropdown.live-search {
  top: auto;
}

.dropdown-container.topic-tools {
  float: left;
}

.dropdown-up .dropdown {
  top: auto;
  bottom: 1.2em;
  padding: 0 0 9px;
}

.dropdown-left .dropdown, .nojs .rightside .dropdown {
  left: auto;
  right: 0;
  margin-left: -500px;
  margin-right: 0;
}

.dropdown-button-control .dropdown {
  top: 32px;
}

.dropdown-button-control.dropdown-up .dropdown {
  top: auto;
  bottom: 24px;
}

.dropdown .pointer, .dropdown .pointer-inner {
  position: absolute;
  width: 0;
  height: 0;
  border-top-width: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px dashed transparent;
  border-right: 10px dashed transparent;
  -webkit-transform: rotate(360deg); /* better anti-aliasing in webkit */
  display: block;
}

.dropdown-up .pointer, .dropdown-up .pointer-inner {
  border-bottom-width: 0;
  border-top: 10px solid transparent;
}

.dropdown .pointer {
  right: auto;
  left: 10px;
  top: 0;
  z-index: 3;
  display: none;
}

.dropdown-up .pointer {
  bottom: 0;
  top: auto;
}

.dropdown-left .dropdown .pointer, .nojs .rightside .dropdown .pointer {
  left: auto;
  right: 10px;
}

.dropdown .pointer-inner {
  top: auto;
  bottom: -11px;
  left: -10px;
}

.dropdown-up .pointer-inner {
  bottom: auto;
  top: -11px;
}

.dropdown .dropdown-contents {
  z-index: 2;
  overflow: hidden;
  overflow-y: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: relative;
  min-width: 40px;
  max-height: 360px;
  box-sizing: border-box;
}

.dropdown-button-control.sort-tools .dropdown .dropdown-contents {
  padding: 8px;
}

.dropdown-contents a {
  display: block;
  padding: 5px;
}

.jumpbox {
  margin: 5px 0;
}

.jumpbox .dropdown li {
  border-top: 1px solid transparent;
}

.jumpbox .dropdown-select {
  margin: 0;
}

.jumpbox .dropdown-contents {
  padding: 0;
  text-decoration: none;
}

.jumpbox .dropdown-contents li {
  padding: 0;
}

.jumpbox .dropdown-contents a {
  margin-right: 20px;
  padding: 8px 10px;
  text-decoration: none;
  width: 100%;
}

.jumpbox .spacer {
  display: inline-block;
  width: 0px;
}

.jumpbox .spacer + .spacer {
  width: 20px;
}

.dropdown-contents a {
  display: block;
  padding: 6px 12px;
}

.dropdown-trigger.dropdown-select {
  margin: 0;
  padding: 6px 12px;
}

.jumpbox .dropdown-contents a {
  text-decoration: none;
}

#quickmod .dropdown .dropdown-contents > li > a,
.responsive-menu .dropdown .dropdown-contents > li > a {
  display: block;
  padding: 6px 12px;
}

.navbar .dropdown .dropdown-contents > li > a {
  padding: 12px;
}

.dropdown .dropdown-contents > li > a:hover {
  text-decoration: none;
}

.dropdown li {
  border-top: 1px solid transparent;
  float: none !important;
  line-height: normal !important;
  font-size: 1em !important;
  list-style: none;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  white-space: nowrap;
  text-align: left;
}

.dropdown-contents > li {
  /*padding-right: 15px;*/
  padding: 0;
}

#jumpbox .dropdown-contents > li {
  font-size: 1.083em !important;
}

.mcp-main #jumpbox .dropdown-contents > li {
  font-size: 1em !important;
}

.dropdown-nonscroll > li {
  padding-right: 0;
}

.dropdown li:first-child, .dropdown li.separator + li, .dropdown li li {
  border-top: 0;
}

.dropdown li.icon-logout {
  border-top: solid 1px #E4E4E4 !important;
}

.dropdown li li:first-child {
  margin-top: 4px;
}

.dropdown li li:last-child {
  padding-bottom: 0;
}

.dropdown li li {
  border-top: 1px dotted transparent;
  padding-left: 18px;
}

.wrap .dropdown li, .dropdown.wrap li, .dropdown-extended li {
  white-space: normal;
}

.dropdown li.separator {
  border-top: 1px solid transparent;
  padding: 0;
}

.dropdown li.separator:first-child, .dropdown li.separator:last-child {
  display: none !important;
}

/* Responsive breadcrumbs
----------------------------------------*/
.breadcrumbs .crumb {
  float: left;
  word-wrap: normal;
}

.breadcrumbs .crumb:before {
  content: "»";
  font-weight: bold;
  padding: 0 0.5em;
  color: #B4B4B4;
}

.breadcrumbs .crumb:first-child:before {
  content: none;
}

.breadcrumbs .crumb a {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
  overflow: hidden;
}

.breadcrumbs.wrapped .crumb a {
  letter-spacing: -0.3px;
}

.breadcrumbs.wrapped .crumb.wrapped-medium a {
  letter-spacing: -0.4px;
}

.breadcrumbs.wrapped .crumb.wrapped-tiny a {
  letter-spacing: -0.5px;
}

.breadcrumbs .crumb.wrapped-max a {
  max-width: 120px;
}

.breadcrumbs .crumb.wrapped-wide a {
  max-width: 100px;
}

.breadcrumbs .crumb.wrapped-medium a {
  max-width: 80px;
}

.breadcrumbs .crumb.wrapped-small a {
  max-width: 60px;
}

.breadcrumbs .crumb.wrapped-tiny a {
  max-width: 40px;
}

/* Table styles
----------------------------------------*/
table.table1 {
  width: 100%;
}

.ucp-main table.table1 {
  padding: 2px;
}

table.table1 thead th {
  font-weight: normal;
  line-height: 1.3em;
  font-size: 0.923em;
  padding: 0 0 4px 3px;
}

table.table1 thead th span {
  padding-left: 7px;
}

table.table1 tbody tr {
  border: 1px solid transparent;
}

table.table1 td {
  font-size: 0.923em;
}

#ucp table.table1 td,
.section-mcp table.table1 td {
  font-size: 1em;
}

table.table1 tbody td {
  padding: 6px;
  border-top: 1px solid transparent;
}

#ucp table.table1 tbody td {
  padding: 12px;
}

table.table1 tbody th {
  padding: 5px;
  border-bottom: 1px solid transparent;
  text-align: left;
}

/* Specific column styles */
table.table1 .name {
  text-align: left;
}

table.table1 .center {
  text-align: center;
}

table.table1 .reportby {
  width: 15%;
}

table.table1 .posts {
  text-align: center;
  width: 7%;
}

table.table1 .joined {
  text-align: left;
  width: 15%;
}

table.table1 .active {
  text-align: left;
  width: 15%;
}

table.table1 .mark {
  text-align: center;
  width: 7%;
}

table.table1 .info {
  text-align: left;
  width: 30%;
}

table.table1 .info div {
  width: 100%;
  white-space: normal;
  overflow: hidden;
}

table.table1 .autocol {
  line-height: 2em;
  white-space: nowrap;
}

table.table1 thead .autocol {
  padding-left: 1em;
}

table.table1 span.rank-img {
  float: right;
  width: auto;
}

table.info td {
  padding: 3px;
}

table.info tbody th {
  padding: 3px;
  text-align: right;
  vertical-align: top;
  font-weight: normal;
}

.forumbg table.table1 {
  margin: 0;
}

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

.color_palette_placeholder table {
  border-collapse: separate;
  border-spacing: 1px;
}

table#memberlist thead th {
  font-size: 1.083em;
  vertical-align: middle;
  padding: 4px 0;
}

table#memberlist thead th:first-child {
  padding-left: 12px;
  border-left: solid 1px #43A6DF;
}

table#memberlist thead th:last-child {
  padding-right: 12px;
  border-right: solid 1px #43A6DF;
}

table#memberlist td {
  font-size: 1.083em;
  height: 36px;
  vertical-align: middle;
}

table#memberlist td:first-child {
  padding-left: 12px;
}

table#memberlist td:last-child {
  /*padding-right: 12px;*/
}

.section-memberlist table.show-header thead th {
  font-size: 1.083em;
  vertical-align: middle;
  height: 48px;
  padding: 0;
  line-height: 48px;
}

.section-memberlist table.show-header thead th:first-child {
  padding-left: 12px;
  border-left: solid 1px #43A6DF;
}

.section-memberlist table.show-header td {
  font-size: 1.083em;
  height: 36px;
  vertical-align: middle;
}

.section-memberlist table.show-header thead th:last-child {
  padding-right: 12px;
  border-right: solid 1px #43A6DF;
}

.section-memberlist table.show-header td:first-child {
  padding-left: 12px;
}

.section-search .forumbg.forumbg-table table.table1 thead th,
.section-search .forumbg.forumbg-table table.table1 td,
.section-viewonline .forumbg.forumbg-table table.table1 thead th,
.section-viewonline .forumbg.forumbg-table table.table1 td {
  font-size: 1.083em;
}

.section-search .forumbg.forumbg-table table.table1 thead th,
.section-viewonline .forumbg.forumbg-table table.table1 thead th {
  padding: 14px 12px;
}

.section-search .forumbg.forumbg-table table.table1 td,
.section-viewonline .forumbg.forumbg-table table.table1 td {
  padding: 12px;
}

.section-search .forumbg.forumbg-table > .inner,
.section-viewonline .forumbg.forumbg-table > .inner {
  margin: 0;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts */
.column1 {
  float: left;
  clear: left;
  width: 49%;
}

.column2 {
  float: right;
  clear: right;
  width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
  float: left;
  width: auto;
  text-align: left;
  max-width: 100%;
}

.avatar-rank-container {
  max-width: 20%;
}

.left-box.profile-details {
  width: 80%;
}

.right-box {
  float: right;
  width: auto;
  text-align: right;
  max-width: 100%;
}

dl.details {
  /*font-family: "Open Sans", Arial, Helvetica, sans-serif;*/
  font-size: 1em;
}

dl.details dt {
  float: left;
  clear: left;
  width: 30%;
  text-align: right;
  display: block;
}

dl.details dd {
  margin-left: 0;
  padding-left: 5px;
  margin-bottom: 5px;
  float: left;
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clearfix, fieldset dl, ul.topiclist dl, dl.polls {
  overflow: hidden;
}

fieldset.fields1 ul.recipients {
  list-style-type: none;
  line-height: 1.8;
  max-height: 150px;
  overflow-y: auto;
}

fieldset.fields1 dd.recipients {
  clear: left;
  margin-left: 0;
}

fieldset.fields1 ul.recipients input.button2 {
  font-size: 0.923em;
  line-height: 0.923em;
  margin-right: 0;
  padding: 0 1px 2px;
}

fieldset.fields1 dl.pmlist > dt {
  width: auto !important;
}

fieldset.fields1 dl.pmlist dd.recipients {
  margin-left: 0 !important;
}

/* Action-bars (container for post/reply buttons, pagination, etc.)
---------------------------------------- */
.action-bar {
  font-size: 1.083em;
  margin: 12px 0;
}

#viewfolder .action-bar {
  font-size: 1em;
}

.action-bar .button {
  margin-right: 5px;
  float: left;
}

.action-bar a.button:not(.button-search-end):not([role=button]) {
  padding: 6px 12px;
}

.forabg + .action-bar {
  margin-top: 2em;
}

#ucp .panel .action-bar,
.section-mcp .panel .action-bar {
  font-size: 1em;
}

/* Pagination
---------------------------------------- */
.pagination {
  float: right;
  margin-top: 3px;
  text-align: right;
  width: auto;
}

.action-bar.bar-bottom .pagination {
  margin-top: 0;
}

.action-bar .pagination .button {
  margin-right: 0;
  float: none;
}

.action-bar .pagination .button.button-icon-only > .fa-chevron-right,
.action-bar .pagination .button.button-icon-only > .fa-chevron-left {
  margin-top: 2px;
}

.pagination > ul {
  display: inline-block;
  list-style: none !important;
  margin-left: 5px;
}

.pagination > ul > li {
  display: inline-block !important;
  margin: 0px -1px !important;
  padding: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: middle;
}

.pagination li a, .pagination li span {
  border: 1px solid transparent;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: 16px;
  min-width: 14px;
  padding: 3px;
  text-align: center;
  text-decoration: none;
}

.pagination li.ellipsis span {
  border: none;
  padding: 0;
}

.pagination li.page-jump {
  margin-right: 5px;
}

.pagination li.page-jump a {
  background-position: 0 2px;
  width: 24px;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
  display: block;
  margin-top: -12px;
}

.row .pagination > ul {
  margin: 0;
}

.row .pagination li a, .row .pagination li span {
  border-width: 1px;
  display: inline-block;
  line-height: 16px;
  min-width: 12px;
  padding: 3px;
  height: 16px;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
  border: 0;
  display: none;
  left: 0;
  padding: 0 12px 24px 12px;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 50;
  width: 620px;
  margin: 0 auto;
}

@media only screen and (max-height: 500px), only screen and (max-device-width: 500px) {
  .phpbb_alert {
    top: 25px;
  }
}
.phpbb_alert .alert_close {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-decoration: none !important;
  background: transparent none 0 0 no-repeat;
  margin-top: -12px;
  margin-right: -24px;
}

.phpbb_alert .alert_close:hover {
  background-position: 0 -24px;
}

.phpbb_alert .alert_title,
.phpbb_alert h3 {
  background-color: #2E3539;
  margin: 0px -12px 12px !important;
  padding: 12px;
  color: #FFFFFF;
  text-transform: none;
  font-size: 1.167em;
  font-weight: normal;
  letter-spacing: 0;
}

.phpbb_alert p {
  margin: 8px 0;
  padding-bottom: 8px;
}

.phpbb_alert label {
  display: block;
  margin: 12px 0;
  padding-bottom: 12px;
  font-size: 1.083em;
}

.phpbb_alert input.button1,
.phpbb_alert input.button2 {
  font-size: 1.083em;
}

.phpbb_alert div.alert_text > p,
.phpbb_alert div.alert_text > label,
.phpbb_alert div.alert_text > select,
.phpbb_alert div.alert_text > textarea,
.phpbb_alert div.alert_text > input {
  font-size: 1.1em;
}

.darkenwrapper {
  display: none;
  position: relative;
  z-index: 44;
}

.darken {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 45;
}

.loading_indicator {
  background: center center no-repeat;
  display: none;
  opacity: 0.8;
  margin-top: -50px;
  margin-left: -50px;
  height: 50px;
  width: 50px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 51;
}

#phpbb_confirm .alert_text > form > p {
  border-top: solid 42px #2E3539;
  margin: 0 -12px 12px;
  padding: 12px;
}

#phpbb_confirm .alert_text > form > h3 + p {
  border-top: 0;
  margin: 12px 0;
  padding: 0;
}

/* Miscellaneous styles
---------------------------------------- */
#page-header {
  margin-bottom: 24px;
}

#forum-permissions {
  float: right;
  width: auto;
  padding-left: 5px;
  margin-left: 5px;
  margin-top: 10px;
  text-align: right;
}

.copyright {
  /*padding: 5px;*/
  text-align: center;
  font-size: 1.083em;
}

.page-footer .time {
  margin-bottom: 24px;
  text-align: center;
}

.small {
  font-size: 0.9em !important;
}

.titlespace {
  margin-bottom: 15px;
}

.headerspace {
  margin-top: 20px;
}

.error {
  font-weight: bold !important;
  font-size: 1.231em !important;
}

div.rules {
  margin: 12px 0 24px;
  font-size: 1.083em;
  padding: 12px;
  padding-left: 60px;
  min-height: 40px;
}

div.rules .inner .rules-header {
  font-size: 1.231em;
  margin-bottom: 6px;
  display: inline-block;
  font-weight: bold;
}

div.rules a {
  border-bottom-width: 1px;
}

div.rules a:hover {
  border-bottom: none;
  background-color: transparent;
}

div.rules ul, div.rules ol {
  margin-left: 20px;
}

p.post-notice {
  position: relative;
  padding: 12px;
  min-height: 14px;
  margin-bottom: 12px;
}

#mcp_approve p.post-notice.deleted {
  padding-left: 0;
}

form > p.post-notice strong {
  line-height: 20px;
}

#jumpbox {
  margin: 12px 0;
}

.mcp-main #jumpbox {
  margin-top: 0;
}

.stat-block {
  clear: both;
}

.top-anchor {
  display: block;
  position: absolute;
  top: -20px;
}

.clear {
  display: block;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  background: transparent;
}

/* Inner box-model clearing */
.inner:after,
ul.linklist:after,
.action-bar:after,
.notification_text:after,
.tabs-container:after,
.tabs > ul:after,
.minitabs > ul:after,
.postprofile .avatar-container:after {
  clear: both;
  content: "";
  display: block;
}

.emoji {
  min-height: 18px;
  min-width: 18px;
  height: 1em;
  width: 1em;
}

.smilies {
  vertical-align: text-bottom;
}

.icon-notification {
  position: relative;
}

.member-search {
  float: left;
  margin: 0;
  padding: 6px 10px;
}

.member-search strong {
  font-size: 0.95em;
}

.dropdown-extended {
  display: none;
  z-index: 1;
}

.dropdown-extended ul {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  clear: both;
}

.dropdown-extended ul li {
  padding: 0;
  margin: 0 !important;
  float: none;
  border-top: 1px solid;
  list-style-type: none;
  font-size: 0.95em;
  clear: both;
  position: relative;
}

.dropdown-extended ul li:first-child {
  border-top: none;
}

.dropdown-extended ul li.no_notifications {
  padding: 10px;
}

.dropdown-extended .dropdown-contents {
  max-height: none;
  padding: 0;
  position: absolute;
  width: 340px;
}

.nojs .dropdown-extended .dropdown-contents {
  position: relative;
}

.dropdown-extended .header {
  padding: 0 12px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: left;
  line-height: 48px;
  border-bottom: 0;
}

.dropdown-extended .header .header_settings {
  float: right;
  font-weight: normal;
  text-transform: none;
}

.dropdown-extended .header .header_settings a {
  display: inline-block;
  padding: 0 5px;
}

.dropdown-extended .header:after {
  content: "";
  display: table;
  clear: both;
}

.dropdown-extended .footer {
  text-align: center;
  font-size: 1em;
}

.dropdown-extended ul li a, .dropdown-extended ul li.no-url {
  padding: 12px;
}

.dropdown-extended .footer > a {
  padding: 8px 0;
}

.dropdown-extended ul li a, .notification_list dt > a, .dropdown-extended .footer > a {
  display: block;
  text-decoration: none;
}

.notification_list ul li img {
  float: left;
  max-height: 50px;
  max-width: 50px;
  width: auto !important;
  height: auto !important;
  margin-right: 5px;
}

.notification_list ul li p {
  margin-bottom: 4px;
  font-size: 1em;
}

.notification_list p.notification-reference,
.notification_list p.notification-location,
.notification_list li a p.notification-reason {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification_list p.notification-time {
  font-size: 10px;
  margin: 0;
  text-align: right;
}

.notification_list div.notifications {
  margin-left: 50px;
  padding: 5px;
}

.notification_list div.notifications a {
  display: block;
}

.notification_list p.notifications_title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px !important;
}

.notification_list p.notifications_title strong {
  font-weight: bold;
}

.notification_list p.notifications_time {
  font-size: 10px !important;
}

.notification_text {
  margin-left: 58px;
}

/* Navbar specific list items
----------------------------------------*/
.linklist .quick-links {
  margin: 0 24px 0 0;
}

.linklist .quick-links a.responsive-menu-link {
  display: block;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  width: auto;
}

.linklist .quick-links a.responsive-menu-link:before {
  font-size: 16px;
  line-height: 16.5px;
}

.linklist.compact .linklist .quick-links a.responsive-menu-link {
  font-size: 0;
}

.linklist.compact .icon-notification > a > span, .linklist.compact .icon-pm > a > span {
  display: none;
}

.linklist.compact .icon-notification > a > strong, .linklist.compact .icon-pm > a > strong {
  padding-left: 2px;
}

.dropdown-page-jump .dropdown {
  top: 20px;
}

.dropdown-page-jump.dropdown-up .dropdown {
  bottom: 20px;
}

.dropdown-page-jump input.tiny {
  width: 50px;
}

.dropdown .clone.hidden {
  display: none;
}

.dropdown .clone.hidden + li.separator {
  display: none;
}

.dropdown .clone.hidden + li {
  border-top: none;
}

/* Link Styles
---------------------------------------- */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
  direction: ltr;
  unicode-bidi: embed;
  text-decoration: none;
  /* we use links inline more often then not so to address several bugs with
  IE and some other browsers we render all links as inlineblock by default */
  display: inline-block;
}

a:hover {
  text-decoration: underline;
}

/* Coloured usernames */
.username-coloured {
  display: inline !important;
  padding: 0 !important;
}

/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {
  text-decoration: none;
}

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
  text-decoration: underline;
}

/* Navigation bar links */
li.breadcrumbs span:first-child > a {
  display: inline-block;
  padding-left: 0;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
  margin-top: -20px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  width: 30px;
  height: 40px;
  box-sizing: border-box;
}

.dropdown-extended li:hover a.mark_read {
  display: block;
}

.dropdown-extended a.mark_read:hover {
  width: 40px;
}

.jumpbox-cat-link,
.jumpbox-forum-link {
  font-weight: bold;
}

/* Links for forum/topic lists */
a.forumtitle {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.077em;
  font-weight: bold;
  text-decoration: none;
}

a.forumtitle:hover {
  text-decoration: underline;
}

a.topictitle {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.077em;
  font-weight: bold;
  text-decoration: none;
  display: inline;
}

a.topictitle:hover {
  text-decoration: underline;
}

a.lastsubject {
  font-weight: bold;
  text-decoration: none;
}

a.lastsubject:hover {
  text-decoration: underline;
}

/* Post body links */
.postlink,
div.rules a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}

.postlink:hover {
  text-decoration: none;
}

.signature a, .signature a:hover {
  border: none;
  text-decoration: underline;
}

/* Profile links */
.postprofile a, .postprofile dt.author a {
  font-weight: bold;
  text-decoration: none;
}

.postprofile a:hover, .postprofile dt.author a:hover {
  text-decoration: underline;
}

/* Profile searchresults */
.search .postprofile a {
  text-decoration: none;
  font-weight: normal;
}

.search .postprofile a:hover {
  text-decoration: underline;
}

.top {
  font-size: 12px;
  text-decoration: none;
  margin-top: 10px;
}

/* Back to top of page */
.back2top {
  clear: both;
}

.back2top .top {
  float: right;
  margin-right: -10px;
  margin-top: 0;
}

/* Arrow links  */
a.arrow-up {
  background: none no-repeat left center;
}

a.arrow-down {
  background: none no-repeat right center;
}

/*a.arrow-left		{ background: none no-repeat 0px 60%; }
a.arrow-right		{ background: none no-repeat 100% 60%; }*/
.arrow-up {
  padding-left: 10px;
  text-decoration: none;
  border-bottom-width: 0;
}

.arrow-up:hover {
  background-position: left top;
}

.arrow-down {
  padding-right: 10px;
}

.arrow-down:hover {
  background-position: right bottom;
  text-decoration: none;
}

/*.arrow-left {
	padding-left: 12px;
}

.arrow-left:hover {
	text-decoration: none;
	background-position: 0 60%;
}

a.arrow-right {
	padding-right: 12px;
}

.arrow-right:hover {
	text-decoration: none;
	background-position: 100% 60%;
}*/
/* invisible skip link, used for accessibility  */
.skiplink {
  position: absolute;
  left: -999px;
  width: 990px;
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
  float: right;
  margin: 3px;
}

a.anchor {
  display: block;
}

/* Content Styles
---------------------------------------- */
ul.topiclist {
  display: block;
  list-style-type: none;
  margin: 0;
}

ul.forums {
  background: transparent none repeat-x 0 0;
}

ul.topiclist li {
  display: block;
  list-style-type: none;
  margin: 0;
}

ul.topiclist dl {
  position: relative;
}

ul.topiclist li.row dl {
  padding: 12px 0;
}

ul.topiclist dt, ul.topiclist dd {
  display: block;
  float: left;
}

ul.topiclist dt {
  width: 100%;
  margin-right: -440px;
  font-size: 1.083em;
}

ul.topiclist.missing-column dt {
  margin-right: -345px;
}

ul.topiclist.two-long-columns dt {
  margin-right: -250px;
}

ul.topiclist.two-columns dt {
  margin-right: -80px;
}

ul.topiclist dt .list-inner {
  margin-right: 440px;
  padding-left: 12px;
  padding-right: 12px;
}

ul.topiclist.missing-column dt .list-inner {
  margin-right: 345px;
}

ul.topiclist.two-long-columns dt .list-inner {
  margin-right: 250px;
}

ul.topiclist.two-columns dt .list-inner {
  margin-right: 80px;
}

ul.topiclist dd {
  /*border-left: 1px solid transparent;*/
  padding: 4px 0;
  box-sizing: border-box;
}

ul.topiclist dfn {
  /* Labels for post/view counts */
  position: absolute;
  left: -999px;
  width: 990px;
}

ul.topiclist li.row dt a.subforum {
  background-image: none;
  background-position: 0 50%;
  background-repeat: no-repeat;
  position: relative;
  white-space: nowrap;
  padding: 0;
}

.forum-image {
  float: left;
  padding-top: 5px;
  margin-right: 5px;
}

.forum-image img {
  max-width: 100%;
}

li.row {
  /*border-top: 1px solid transparent;*/
  border-bottom: 1px solid transparent;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
  box-sizing: border-box;
}

li.row strong {
  font-weight: normal;
}

li.header dt, li.header dd {
  line-height: 1em;
  border-left-width: 0;
  margin: 2px 0 4px 0;
  padding-top: 16px;
  padding-bottom: 2px;
  font-size: 1em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  /*text-transform: uppercase;*/
}

.topiclist.two-long-columns li.header dt, .topiclist.two-long-columns li.header dd {
  margin-bottom: 14px;
}

li.header dt {
  /*font-weight: bold;*/
  width: 100%;
  margin-right: -440px;
  font-size: 1.167em;
  padding-left: 12px;
  padding-top: 14px;
  box-sizing: border-box;
}

li.header dt .list-inner {
  margin-right: 440px;
}

li.header dd {
  padding-left: 1px;
  box-sizing: border-box;
}

li.header dl.row-item dt, li.header dl.row-item dd {
  min-height: 0;
}

li.header dl.row-item dt .list-inner {
  /* Tweak for headers alignment when folder icon used */
  padding-left: 0;
  padding-right: 50px;
}

ul.topiclist li.header dt .list-inner {
  padding-left: 0;
}

/* Forum list column styles */
dl.row-item {
  background-position: 5px 12px; /* Position of folder icon */
  background-repeat: no-repeat;
  min-height: 48px;
}

dl.row-item dt {
  background-repeat: no-repeat;
  background-position: 5px 20px; /* Position of topic icon */
  background-size: 17px;
}

dl.row-item dt .list-inner {
  padding-left: 45px; /* Space for folder icon */
}

dl.row-item dt, dl.row-item dd {
  min-height: 35px;
}

dl.row-item dt a {
  display: inline;
}

dl a.row-item-link { /* topic row icon links */
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  margin-left: 9px;
}

dd.posts, dd.topics, dd.views, dd.extra, dd.mark {
  width: 80px;
  text-align: center;
  line-height: 2.2em;
  font-size: 1.2em;
}

dd.posts, dd.topics, dd.views {
  width: 95px;
}

/* List in forum description */
dl.row-item dt ol,
dl.row-item dt ul {
  list-style-position: inside;
  margin-left: 1em;
}

dl.row-item dt li {
  display: list-item;
  list-style-type: inherit;
}

dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info {
  width: 250px;
  font-size: 1.1em;
}

dd.redirect {
  line-height: 2.5em;
}

dd.time {
  line-height: 200%;
}

dd.lastpost > span, ul.topiclist dd.info > span, ul.topiclist dd.time > span, dd.redirect > span, dd.moderation > span {
  display: block;
  padding-left: 5px;
}

dd.extra, dd.mark {
  line-height: 200%;
}

dd.option {
  width: 125px;
  line-height: 200%;
  text-align: center;
  font-size: 1.1em;
}

/* UCP topic list */
#cp-main ul.topiclist li dt,
#cp-main ul.topiclist li dd {
  font-size: 1em;
}

#cp-main ul.topiclist li.header dt {
  padding-top: 16px;
}

#cp-main ul.topiclist li.header dl {
  min-height: 48px;
}

#cp-main fieldset.display-options {
  font-size: 1em;
  margin-top: 12px;
}

#report + #mcp_report fieldset.submit-buttons {
  margin-bottom: 12px;
}

/* Post body styles
----------------------------------------*/
.postbody {
  padding: 0;
  line-height: 1.48em;
  width: 76%;
  float: left;
  position: relative;
}

.postbody .ignore {
  font-size: 1.1em;
}

.postbody h3.first {
  /* The first post on the page uses this */
  /*font-size: 1.7em;*/
}

.postbody h3 {
  /* Postbody requires a different h3 format - so change it here */
  float: left;
  font-size: 1.5em;
  padding: 0;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  text-transform: none;
  border: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 125%;
  font-weight: normal;
}

.postbody h3 img {
  vertical-align: bottom;
}

.has-profile .postbody h3 {
  /* If there is a post-profile, we position the post-buttons differently */
  float: none !important;
  margin-right: 180px;
}

.postbody .content {
  font-size: 1.083em;
  overflow-x: auto;
  padding-top: 12px;
}

.postbody img.postimage {
  max-width: 100%;
  box-sizing: border-box;
}

.search .postbody {
  width: 68%;
}

/* Topic review panel
----------------------------------------*/
.panel .review {
  margin-top: 2em;
}

h3#review {
  font-size: 1.167em;
  font-weight: normal;
  letter-spacing: 0;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 6px;
}

.topicreview {
  padding-right: 5px;
  overflow: auto;
  height: 300px;
}

.topicreview .postbody {
  width: auto;
  float: none;
  margin: 0;
  height: auto;
}

.topicreview .post {
  height: auto;
}

.topicreview h2 {
  border-bottom-width: 0;
}

.post-ignore .postbody {
  display: none;
}

/* MCP Post details
----------------------------------------*/
.post_details {
  /* This will only work in IE7+, plus the others */
  overflow: auto;
  max-height: 300px;
  padding-top: 12px !important;
  font-size: 1em;
}

/* Content container styles
----------------------------------------*/
.content {
  clear: both;
  min-height: 3em;
  overflow: hidden;
  line-height: 1.4em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding-bottom: 1px;
}

.content h2, .panel h2 {
  font-weight: normal;
  border-bottom: 1px solid transparent;
  font-size: 1.538em;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 12px;
  letter-spacing: -1px;
}

.panel h3 {
  margin: 0 0 12px;
  padding-bottom: 12px;
  font-size: 1.231em;
}

.panel p {
  font-size: 1em;
  margin: 12px 0;
  line-height: 1.4em;
  font-weight: normal;
}

.content p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.4em;
}

.register-info .content p,
#agreement .content p,
.panel.ucp-agreement p {
  font-size: 1em;
}

.register-info .content p > a.button2 {
  line-height: 32px;
  display: inline-block;
}

.agreement {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 10px;
}

.agreement-text {
  line-height: 17px;
  margin-bottom: 10px;
}

dl.faq {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.4em;
}

dl.faq dt {
  font-weight: bold;
  margin-bottom: 12px;
}

.content dl.faq {
  margin-bottom: 12px;
}

.content li {
  list-style-type: inherit;
}

.content ul, .content ol {
  margin-bottom: 1em;
  margin-left: 3em;
}

.posthilit {
  padding: 0 2px 1px 2px;
}

/* Post author */
p.author {
  margin-bottom: 0.6em;
  padding: 0 0 5px 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  clear: both;
}

/* Post signature */
.signature {
  margin-top: 1.5em;
  padding-top: 0.2em;
  font-size: 1.1em;
  border-top: 1px solid transparent;
  clear: left;
  line-height: 140%;
  overflow: hidden;
  width: 100%;
}

.signature.standalone {
  border-top-width: 0;
  margin-top: 0;
}

dd .signature {
  margin: 0;
  padding: 0;
  clear: none;
  border: none;
}

.signature li {
  list-style-type: inherit;
}

.signature ul, .signature ol {
  margin-bottom: 1em;
  margin-left: 3em;
}

/* Post noticies */
.notice {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  width: auto;
  margin-top: 12px;
  padding-top: 12px;
  font-size: 1em;
  border-top: 1px solid transparent;
  clear: left;
  line-height: 130%;
}

/* Jump to post link for now */
ul.searchresults {
  list-style: none;
  text-align: right;
  clear: both;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
  background: transparent none 8px 16px no-repeat;
  border: 1px solid transparent;
  font-size: 1em;
  margin: 12px 0px 12px 24px;
  overflow: hidden;
  padding: 12px 12px 12px 32px !important;
  min-height: 24px;
}

blockquote blockquote {
  /* Nested quotes */
  font-size: 1em;
  margin: 12px 0px 0 24px;
}

blockquote cite {
  /* Username/source of quoter */
  font-style: normal;
  font-weight: bold;
  display: block;
  font-size: 0.9em;
}

blockquote cite cite {
  font-size: 1em;
}

blockquote.uncited {
  padding-top: 25px;
  margin-bottom: 12px;
}

blockquote > div > blockquote {
  margin-bottom: 0px !important;
}

blockquote cite > span {
  float: right;
  font-weight: normal;
}

.postbody .content li blockquote {
  overflow: inherit;
  margin-left: 0;
}

/* Code block */
.codebox {
  padding: 12px;
  border: 1px solid transparent;
  font-size: 1em;
  margin-left: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.codebox p {
  border-bottom: 1px solid transparent;
  margin-bottom: 12px;
  font-size: 1em !important;
  display: block;
  padding-bottom: 6px;
}

blockquote .codebox {
  margin-left: 0;
}

.codebox code {
  overflow: auto;
  display: block;
  height: auto;
  max-height: 200px;
  padding-top: 5px;
  font: 0.9em Monaco, "Andale Mono", "Courier New", Courier, mono;
  line-height: 1.3em;
  margin: 2px 0;
}

/* Attachments
----------------------------------------*/
.attachbox {
  float: left;
  width: auto;
  max-width: 100%;
  margin: 12px 12px 12px 0;
  padding: 12px;
  clear: left;
  box-sizing: border-box;
  font-size: 1.083em;
}

.attachbox dt {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.attachbox dd {
  margin-top: 6px;
  padding-top: 6px;
  clear: left;
  border-top: 1px solid transparent;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 12px;
}

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

.attachbox dd dd {
  border: none;
}

.attachbox p {
  line-height: 110%;
  font-weight: normal;
  clear: left;
}

.attachbox p.stats {
  line-height: 110%;
  font-weight: normal;
  clear: left;
}

.attach-image {
  margin: 3px 0;
  max-width: 100%;
}

.attach-image img {
  border: 1px solid transparent;
  /*	cursor: move; */
  cursor: default;
}

/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
  display: block;
  margin-bottom: 4px;
}

div.inline-attachment p {
  font-size: 100%;
}

dl.file {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  display: block;
}

dl.file dt {
  text-transform: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

dl.file dd {
  margin: 0;
  padding: 0;
}

dl.thumbnail img {
  padding: 3px;
  border: 1px solid transparent;
  box-sizing: border-box;
}

dl.thumbnail dd {
  font-style: italic;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.attachbox dl.thumbnail dd {
  font-size: 100%;
}

dl.thumbnail dt a:hover img {
  border: 1px solid transparent;
}

/* Post poll styles
----------------------------------------*/
fieldset.polls {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

fieldset.polls dl {
  margin-top: 5px;
  border-top: 1px solid transparent;
  padding: 5px 0 0 0;
  line-height: 120%;
}

fieldset.polls dl.voted {
  font-weight: bold;
}

fieldset.polls dt {
  text-align: left;
  float: left;
  display: block;
  width: 30%;
  border-right: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
}

fieldset.polls dd {
  float: left;
  width: 10%;
  border-left: none;
  padding: 0 5px;
  margin-left: 0;
  font-size: 1em;
}

fieldset.polls dd.resultbar {
  width: 50%;
}

fieldset.polls dd input {
  margin: 2px 0;
}

fieldset.polls dd div {
  text-align: right;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0 2px;
  overflow: visible;
  min-width: 8px;
}

.pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
}

.vote-submitted {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
  margin: 5px 0 10px 0;
  min-height: 80px;
  border: 1px solid transparent;
  border-width: 0 0 0 1px;
  width: 22%;
  float: right;
  display: inline;
  font-size: 1.083em;
}

.postprofile dd, .postprofile dt {
  line-height: 1.2em;
  margin-left: 8px;
}

.postprofile dd {
  overflow: hidden;
  text-overflow: ellipsis;
}

.postprofile strong {
  font-weight: normal;
}

.postprofile dt.no-profile-rank, .postprofile dd.profile-rank, .postprofile .search-result-date {
  margin-bottom: 10px;
}

/* Post-profile avatars */
.postprofile .has-avatar .avatar-container {
  margin-bottom: 3px;
  overflow: hidden;
}

.postprofile .avatar {
  display: block;
  float: left;
  max-width: 100%;
}

.postprofile .avatar img {
  display: block;
  height: auto !important;
  max-width: 100%;
}

.postprofile .profile-posts a {
  font-weight: normal;
}

dd.profile-warnings {
  font-weight: bold;
}

dd.profile-contact {
  overflow: visible;
}

.profile-contact .dropdown-container {
  display: inline-block;
}

.profile-contact .icon_contact {
  vertical-align: middle;
}

.profile-contact .dropdown {
  margin-right: -14px;
}

.online {
  background-image: none;
  background-position: 100% 0;
  background-repeat: no-repeat;
}

/* Poster profile used by search*/
.search .postprofile {
  width: 30%;
}

/* Profile used on view-profile */
.profile-avatar img {
  max-width: 100%;
}

/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
  width: 60% !important;
}

dl.pmlist dt textarea {
  width: 95%;
}

dl.pmlist dd {
  margin-left: 61% !important;
  margin-bottom: 2px;
}

.action-bar div.dl_links {
  padding: 10px 0 0 10px;
}

div.dl_links {
  display: inline-block;
  text-transform: none;
}

.dl_links strong {
  font-weight: bold;
}

.dl_links ul {
  list-style-type: none;
  margin: 0;
  display: inline-block;
}

.dl_links li {
  display: inline-block;
}

.attachment-filename {
  width: 100%;
}

.ellipsis-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table.fixed-width-table {
  table-layout: fixed;
}

/* Show scrollbars for items with overflow on iOS devices
----------------------------------------*/
.postbody .content::-webkit-scrollbar, .topicreview::-webkit-scrollbar, .post_details::-webkit-scrollbar, .codebox code::-webkit-scrollbar, .attachbox dd::-webkit-scrollbar, .attach-image::-webkit-scrollbar, .dropdown-extended ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.postbody .content::-webkit-scrollbar-thumb, .topicreview::-webkit-scrollbar-thumb, .post_details::-webkit-scrollbar-thumb, .codebox code::-webkit-scrollbar-thumb, .attachbox dd::-webkit-scrollbar-thumb, .attach-image::-webkit-scrollbar-thumb, .dropdown-extended ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

#memberlist tr.inactive, #team tr.inactive {
  font-style: italic;
}

/* Button Styles
---------------------------------------- */
.button {
  display: inline-block;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: normal;
  font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: transparent none 0 0 repeat-x;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 0px solid transparent;
  border-radius: 0px;
  line-height: 20px;
}

.button:focus,
.button:hover {
  text-decoration: none;
  outline: none;
}

.caret {
  border-left: 1px solid;
  position: relative;
  right: -6px;
}

.caret i {
  vertical-align: top;
}

/* Posting page styles
----------------------------------------*/
.button-search,
.button-search-end {
  float: left;
  border-radius: 0;
  margin: 0;
  padding: 2px 5px;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
}

.button-search-end {
  border-left-width: 0;
  border-radius: 0;
}

.search-header .button-search,
.search-header .button-search-end {
  border-top-width: 0;
  border-bottom-width: 0;
  padding: 3px 5px;
}

.search-header .button-search-end {
  border-right-width: 0;
}

.button-icon-only {
  padding-left: 3px;
  padding-right: 3px;
}

/* Poster contact icons
----------------------------------------*/
.contact-icons.dropdown-contents {
  min-width: 0;
  padding: 0;
  font-size: 0;
}

.contact-icon {
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 16px;
}

.contact-icons a {
  border-bottom: 1px solid;
  border-right: 1px solid;
  display: block;
  float: left;
  padding: 8px;
}

.contact-icons .last-cell {
  border-right: none;
}

.contact-icons div:last-child a {
  border-bottom: none;
}

.contact-icons div {
  clear: left;
}

/* Post control buttons
--------------------------------------------- */
.post-buttons {
  float: right;
  list-style: none;
  margin-top: 2px;
}

.has-profile .post-buttons {
  float: none;
  position: absolute;
  margin: 0;
  right: 0;
  top: 5px;
}

.post-buttons > li {
  float: left;
  margin-right: 3px;
}

.post-buttons > li > a {
  border: solid 1px transparent;
}

.post-buttons > li > a > .icon {
  margin-top: 4px !important;
  font-size: 16px;
}

.post-buttons .button, .format-buttons .button {
  padding: 0;
  width: 24px;
  height: 24px;
}

.format-buttons .button {
  border: solid 1px transparent;
}

.hastouch .post-buttons {
  padding: 2px 8px;
}

.post-buttons .button span {
  font-size: 0;
}

/* Responsive buttons in post body */
.post-buttons .dropdown {
  top: 18px;
}

.post-buttons .dropdown a {
  display: block;
  font-size: 1.2em;
  text-align: right;
}

.hasjs .postbody .post-buttons {
  max-width: 40%;
}

/* Browser-specific tweaks */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Deprecated as of version 3.2
-------------------------------------------------*/
.small-icon {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: none;
}

.dropdown .small-icon {
  background-position: 5px 50%;
  padding: 5px;
}

.dropdown .small-icon.clone {
  padding: 0;
}

.small-icon > a {
  padding: 0 0 0 18px;
}

ul.linklist.bulletin > li.small-icon:before {
  display: none;
}

.dropdown .small-icon > a {
  display: block;
}

.rtl .small-icon {
  background-position: 100% 50%;
}

.rtl .small-icon > a {
  padding-left: 0;
  padding-right: 19px;
}

/* Control Panel Styles
---------------------------------------- */
/* Main CP box
----------------------------------------*/
.cp-menu {
  float: left;
  width: 19%;
  margin-top: 1em;
  margin-bottom: 5px;
}

.cp-main {
  float: left;
  width: 81%;
}

.cp-main .content {
  padding: 0;
}

юcp-main #preview h3 {
  margin-bottom: 0 !important;
}

юcp-main #preview .content {
  font-size: 1em;
  padding-top: 12px;
}

.panel-container .panel p {
  font-size: 1em;
}

.panel-container .panel ol {
  margin-left: 2em;
  font-size: 1em;
}

.panel-container .panel li.row {
  border-bottom: 1px solid transparent;
}

ul.cplist {
  margin-bottom: 6px;
  /*border-top: 1px solid transparent;*/
}

.pmlist.cplist {
  margin-bottom: 12px;
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
  margin-bottom: 2px;
}

.panel-container table.table1 {
  margin-bottom: 1em;
}

.panel-container table.table1 thead th {
  padding: 0 12px;
  height: 48px;
  vertical-align: middle;
  font-size: 1em;
}

.panel-container table.table1 tbody th {
  font-style: italic;
  background-color: transparent !important;
  border-bottom: none;
}

.cp-main .pm-message {
  border: 1px solid transparent;
  margin: 10px 0;
  width: auto;
  float: none;
}

.pm-message h2 {
  padding-bottom: 5px;
}

.cp-main .postbody h3, .cp-main .box2 h3 {
  margin-top: 0;
}

.panel-container .postbody p.author {
  font-size: 1.1em;
}

.mcp-main .postbody p.author {
  font-size: 1em;
}

.cp-main .buttons {
  margin-left: 0;
}

.cp-main ul.linklist {
  margin: 0;
}

/* MCP Specific tweaks */
.mcp-main .postbody {
  width: 100%;
}

.tabs-container h2 {
  float: left;
  margin-bottom: 0px;
}

/* CP tabs shared
----------------------------------------*/
.tabs, .minitabs {
  line-height: normal;
}

.tabs > ul, .minitabs > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.tabs .tab, .minitabs .tab {
  display: block;
  float: left;
  font-size: 1em;
  font-weight: bold;
}

.tabs .tab > a, .minitabs .tab > a {
  display: block;
  padding: 13px 12px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1.083em;
}

.cp-main .minitabs .tab > a {
  font-size: 1em;
}

/* CP tabbed menu
----------------------------------------*/
.tabs {
  margin: 24px 0 0 0px;
}

.tabs .tab > a {
  border: 1px solid transparent;
  margin-right: 2px;
}

.tabs .activetab > a {
  margin-top: 0;
  /*padding-bottom: 7px;*/
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
.cp-main .tabs-container + form#mcp {
  margin-top: -1px;
}

.minitabs {
  float: right;
  margin: 8px 0 0 0;
  max-width: 50%;
}

.minitabs .tab {
  float: right;
}

.minitabs .tab > a {
  margin-left: 2px;
  border: solid 1px transparent;
  border-bottom: 0;
}

.minitabs .tab > a:hover {
  text-decoration: none;
}

/* Responsive tabs
----------------------------------------*/
.responsive-tab {
  position: relative;
}

.responsive-tab > a.responsive-tab-link {
  display: block;
  font-size: 16px;
  position: relative;
  width: 16px;
  /*line-height: 14px;*/
  text-decoration: none;
}

.responsive-tab .responsive-tab-link:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 18px;
  height: 0.125em;
  width: 14px;
  border-bottom: 0.125em solid transparent;
  border-top: 0.375em double transparent;
}

.tabs .dropdown, .minitabs .dropdown {
  top: 47px;
  margin-right: 3px;
  font-size: 1.1em;
  font-weight: normal;
}

.minitabs .dropdown {
  margin-right: -4px;
}

.tabs .dropdown-up .dropdown, .minitabs .dropdown-up .dropdown {
  bottom: 20px;
  top: auto;
}

.tabs .dropdown li {
  text-align: right;
}

.tabs .responsive-tab.activetab .dropdown li > a,
.minitabs .responsive-tab.activetab .dropdown li > a {
  display: block;
  padding: 12px;
}

.minitabs .dropdown li {
  text-align: left;
}

/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */
.navigation {
  width: 100%;
  padding-top: 26px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .navigation {
    padding-top: 25px;
  }
}
.navigation ul {
  list-style: none;
}

/* Default list state */
.navigation li {
  display: inline;
  font-weight: bold;
  margin: 1px 0;
  padding: 0;
}

/* Link styles for the sub-section links */
.navigation a {
  display: block;
  padding: 12px 6px;
  margin: 1px 0;
  text-decoration: none;
}

.navigation a:hover {
  text-decoration: none;
}

.navigation #active-subsection a {
  position: relative;
}

.navigation #active-subsection a:after {
  position: absolute;
  width: 1px;
  height: 43px;
  background-color: #F6F6F6;
  content: "";
  right: -1px;
  top: -1px;
}

/* Preferences pane layout
----------------------------------------*/
.cp-main h2 {
  border-bottom: none;
  padding: 0;
  margin-left: 10px;
}

/* Friends list */
.cp-mini {
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  padding: 12px 12px 0 0;
}

dl.mini dt {
  font-weight: bold;
  margin-bottom: 6px;
}

dl.mini dd {
  padding-top: 4px;
}

.friend-online {
  font-weight: bold;
}

.friend-offline {
  font-style: italic;
}

/* PM Styles
----------------------------------------*/
.pm-menu {
  line-height: 2.5em;
}

/* Defined rules list for PM options */
ol.def-rules {
  padding-left: 0;
  margin-left: 12px !important;
  margin-bottom: 12px;
}

ol.def-rules li {
  line-height: 180%;
  padding: 1px;
}

/* PM marking colours */
.pmlist li.bg1 {
  padding: 0 3px;
}

.pmlist li.bg2 {
  padding: 0 3px;
}

.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
  border-left-color: transparent;
  border-right-color: transparent;
}

.pmlist li.pm_marked_colour, .pm_marked_colour,
.pmlist li.pm_replied_colour, .pm_replied_colour,
.pmlist li.pm_friend_colour, .pm_friend_colour,
.pmlist li.pm_foe_colour, .pm_foe_colour {
  padding: 0;
  border: solid 3px transparent;
  border-width: 0 3px;
}

.pm-legend {
  border-left-width: 10px;
  border-left-style: solid;
  border-right-width: 0;
  margin-bottom: 3px;
  padding-left: 3px;
}

/* Avatar gallery */
.gallery label {
  position: relative;
  float: left;
  margin: 10px;
  padding: 5px;
  width: auto;
  border: 1px solid transparent;
  text-align: center;
}

/* Responsive *CP navigation
----------------------------------------*/
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
  .nojs .tabs a span, .nojs .minitabs a span {
    max-width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.5px;
  }
  .cp-menu, .navigation, .cp-main {
    float: none;
    width: auto;
    margin: 0;
  }
  .navigation {
    padding: 0;
    margin: 0 auto;
    max-width: 320px;
  }
  .navigation a {
    background-image: none;
  }
  .navigation li:first-child a {
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
  }
  .navigation li:last-child a {
    /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
  }
}
/* Form Styles
---------------------------------------- */
/* General form styles
----------------------------------------*/
fieldset {
  border-width: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  /*font-size: 	1.083em;*/
}

input {
  font-weight: normal;
  vertical-align: middle;
  padding: 0 3px;
  font-size: 0.813rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

select {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 3px 1px;
  font-size: 1em;
}

select:focus {
  outline-style: none;
}

option {
  padding-right: 1em;
}

select optgroup option {
  padding-right: 1em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

textarea {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  width: 60%;
  padding: 2px;
  font-size: 1em;
  line-height: 1.4em;
}

label {
  cursor: default;
  padding-right: 5px;
}

label input {
  vertical-align: sub;
}

label img {
  vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
  padding: 4px 0;
}

fieldset dt {
  float: left;
  width: 40%;
  text-align: left;
  display: block;
}

fieldset dd {
  margin-left: 41%;
  vertical-align: top;
  margin-bottom: 3px;
}

/* Specific layout 1 */
fieldset.fields1 dt {
  width: 15em;
  border-right-width: 0;
}

fieldset.fields1 dd {
  margin-left: 15em;
  border-left-width: 0;
}

fieldset.fields1 div {
  margin-bottom: 3px;
}

/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 .live-search div {
  margin-bottom: 0;
}

/* Specific layout 2 */
fieldset.fields2 dt {
  width: 15em;
  border-right-width: 0;
}

fieldset.fields2 dd {
  margin-left: 16em;
  border-left-width: 0;
}

/* Form elements */
dt label {
  font-weight: bold;
  text-align: left;
}

dd label {
  white-space: nowrap;
}

dd input, dd textarea {
  margin-right: 3px;
}

dd select {
  width: auto;
}

dd select[multiple] {
  width: 100%;
}

dd textarea {
  width: 85%;
}

/* Hover effects */
.timezone {
  width: 95%;
}

/* Browser-specific tweaks */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Quick-login on index page */
fieldset.quick-login {
  margin-top: 5px;
}

fieldset.quick-login input {
  width: auto;
}

fieldset.quick-login input.inputbox {
  width: 15%;
  vertical-align: middle;
  margin-right: 5px;
}

fieldset.quick-login label {
  white-space: nowrap;
  padding-right: 2px;
}

/* Display options on viewtopic/viewforum pages  */
fieldset.display-options {
  text-align: center;
  margin: 6px 0 12px 0;
  font-size: 1.083em;
}

fieldset.display-options label {
  white-space: nowrap;
  padding-right: 2px;
}

fieldset.display-options a {
  margin-top: 3px;
}

.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;
}

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
  text-align: right;
  line-height: 2em;
  white-space: nowrap;
  /*padding-right: 1em;*/
}

form#results[data-field-name=username_list] fieldset.display-actions {
  font-size: 1.083em;
}

#mcp_queue fieldset.display-actions {
  margin-bottom: 12px;
}

fieldset.display-actions label {
  white-space: nowrap;
  padding-right: 2px;
}

fieldset.sort-options {
  line-height: 2em;
}

/* MCP forum selection*/
fieldset.forum-selection {
  margin: 5px 0 3px 0;
  float: right;
}

#mcp > fieldset.forum-selection {
  margin-top: 0;
}

fieldset.forum-selection2 {
  margin: 13px 0 3px 0;
  float: right;
}

/* Submit button fieldset */
fieldset.submit-buttons {
  text-align: center;
  vertical-align: middle;
  margin: 12px 0 0;
}

fieldset.submit-buttons input {
  vertical-align: middle;
  padding-top: 6px;
  padding-bottom: 6px;
}

#postingbox + .panel.bg2 .submit-buttons,
.panel + .panel .submit-buttons {
  margin-top: 0;
}

.panel + .panel .content {
  min-height: auto;
  padding-bottom: 0;
}

form#mcp .panel + .submit-buttons,
form#mcp_ban .panel + .submit-buttons {
  margin-bottom: 12px;
}

/* Posting page styles
----------------------------------------*/
/* Buttons used in the editor */
.format-buttons {
  margin: 15px 0 2px 0;
}

.format-buttons input, .format-buttons select {
  vertical-align: middle;
}

.format-buttons button.button2 {
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  padding: 0;
  font-size: 1em;
}

.format-buttons button.button2:hover {
  border-width: 1px;
  border-style: solid;
}

/* Main message box */
.message-box {
  width: 80%;
}

.message-box textarea {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  width: 450px;
  height: 270px;
  min-width: 100%;
  max-width: 100%;
  /*font-size: 1.2em;*/
  resize: vertical;
  outline: 3px dashed transparent;
  outline-offset: -4px;
  transition: all 0.5s ease, height 1ms linear;
}

.inputbox {
  transition: all 0.5s ease;
}

/* Emoticons panel */
.smiley-box {
  width: 18%;
  float: right;
}

.smiley-box img {
  margin: 3px;
}

/* Input field styles
---------------------------------------- */
.inputbox {
  border: 1px solid transparent;
  padding: 6px 4px;
}

textarea.inputbox {
  padding: 2px;
}

.inputbox:hover, .inputbox:focus {
  border: 1px solid transparent;
  outline-style: none;
}

input.inputbox {
  width: 85%;
}

input.medium {
  width: 50%;
}

input.narrow {
  width: 25%;
}

input.tiny {
  width: 150px;
}

textarea.inputbox {
  width: 85%;
}

.autowidth {
  width: auto !important;
}

input[type=number] {
  -moz-padding-end: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
}

/* Form button styles
---------------------------------------- */
input.button1, input.button2 {
  font-size: 1em;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
  width: auto !important;
  padding: 5px 12px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background: transparent none repeat-x top left;
}

a.button1, input.button1 {
  /*font-weight: bold;*/
  border: 1px solid transparent;
}

input.button3 {
  padding: 0;
  margin: 0;
  line-height: 5px;
  height: 12px;
  background-image: none;
  font-variant: small-caps;
}

input[type=button], input[type=submit], input[type=reset], input[type=checkbox], input[type=radio], .search-results li {
  cursor: pointer;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
  border: 1px solid transparent;
}

/* <a> button in the style of the form buttons */
a.button1, a.button2 {
  text-decoration: none;
  padding: 2px 8px;
  vertical-align: text-bottom;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
  border: 1px solid transparent;
}

input.disabled {
  font-weight: normal;
}

/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
  outline-style: none;
}

/* Topic and forum Search */
.search-box {
  float: left;
}

.search-box .inputbox {
  background-image: none;
  /*border-right-width: 0;*/
  border-radius: 0px;
  float: left;
  height: 32px;
  width: 210px;
  padding: 3px;
  padding-right: 60px;
  box-sizing: border-box;
}

/* Search box (header)
--------------------------------------------- */
.search-header {
  /*border-radius: 4px;*/
  display: block;
  float: right;
  /*margin-right: 5px;*/
  /*margin-top: 30px;*/
  height: 28px;
  padding: 1px;
}

.search-header .inputbox {
  border: 0;
}

.navbar .linklist > li.responsive-search {
  display: none;
}

input.search {
  background-image: none;
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 17px;
}

.full {
  width: 95%;
}

.medium {
  width: 50%;
}

.narrow {
  width: 25%;
}

.tiny {
  width: 10%;
}

/* --------------------------------------------------------------
	$Icons
-------------------------------------------------------------- */
/* Global module setup
--------------------------------*/
/* Renamed version of .fa class for agnostic usage of icon fonts.
 * Just change the name of the font after the 14/1 to the name of
 * the font you wish to use.
 */
.icon, .button .icon, blockquote cite:before, .uncited:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 14px;
  line-height: 1;
  text-rendering: auto; /* optimizelegibility throws things off #1094 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.previous .button-icon-only .icon,
.next .button-icon-only .icon {
  font-size: 13px;
}

.icon:before {
  padding-right: 2px;
}

.button .icon:before {
  padding-right: 0;
}

/* Icon size classes - Default size is 14px, use these for small variations */
.icon.icon-xl {
  font-size: 20px;
}

.icon.icon-lg {
  font-size: 16px;
}

.icon.icon-md {
  font-size: 10px;
}

.icon.icon-sm {
  font-size: 8px;
}

/* icon modifiers */
.icon-tiny {
  width: 12px;
  transform: scale(0.65, 0.75);
  vertical-align: text-bottom;
  font-size: 16px;
}

.arrow-left:hover .icon {
  /*margin-left: -5px;
  margin-right: 5px;*/
}

.arrow-right .icon {
  float: right;
}

.arrow-right:hover .icon {
  /*margin-left: 5px;
  margin-right: -5px;*/
}

.post-buttons .dropdown-contents .icon {
  float: right;
  margin-left: 5px;
  margin-top: 4px;
}

.alert_close .icon:before {
  padding: 0;
  border-radius: 50%;
  width: 11px;
  display: block;
  line-height: 0.9;
  height: 12px;
}

/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */
html, body {
  color: #333333;
  background-color: #F6F6F6;
}

h1 {
  color: #FFFFFF;
}

h2 {
  color: #28313F;
}

h3 {
  border-bottom-color: #E4E4E4;
  color: #2E3539;
}

hr {
  border-color: #FFFFFF;
  border-top-color: #E4E4E4;
}

/* Search box
--------------------------------------------- */
.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus,
.search-box .button:hover {
  border-color: #E4E4E4;
}

.search-header {
  /*box-shadow: 0 0 10px #0075B0;*/
  border: solid 1px #E4E4E4;
  background-color: #FFFFFF;
}

.button.search-adv-icon {
  background-color: #2E3539;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
#wrap {
  /*background-color: #FFF;*/
  /*border-color: #E6E9ED;*/
}

.headerbar {
  /*background-color: #43A6DF;*/
  /*background-image: url("./images/bg_header.gif");*/
  /*color: #FFFFFF;*/
}

#site-description h1 {
  color: inherit;
}

.navbar {
  background-color: #43A6DF;
}

#page-footer .navbar {
  background-color: transparent;
}

.navbar ul#nav-footer.linklist {
  border-color: #E4E4E4;
}

.forabg {
  background-color: #43A6DF;
  /*background-image: url("./images/bg_list.gif");*/
}

.forumbg {
  background-color: #43A6DF;
  /*background-image: url("./images/bg_header.gif");*/
}

.panel {
  background-color: #FFFFFF;
  color: #28313F;
  border-color: #E4E4E4;
}

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

.post:target h3 a {
  color: #000000;
}

.bg1 {
  background-color: #FFFFFF;
}

table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
  background-color: #F6F6F6;
}

.bg2 {
  background-color: #FFFFFF;
}

table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
  background-color: #F2F2F2;
}

.bg3 {
  background-color: #FFFFFF;
}

.ucprowbg {
  background-color: #DCDEE2;
}

.fieldsbg {
  background-color: #E7E8EA;
}

.site_logo {
  background-image: url("./images/cflogo3.png");
  background-size: contain;
}

/* Horizontal lists
----------------------------------------*/
ul.navlinks {
  /*border-top-color: #FFFFFF;*/
  background-color: #2E3539;
}

div.navbar #nav-main > li > a,
div.navbar #nav-breadcrumbs > li > span > a {
  color: #FFFFFF;
}

#nav-main .username-coloured,
#nav-main .username {
  color: #FFFFFF !important;
}

.dropdown .small-icon.icon-search,
.dropdown .small-icon.icon-search:hover {
  background-color: #E4E4E4;
}

.dropdown .small-icon:hover {
  background-color: #F2F2F2;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
  color: #FFFFFF;
}

table.table1 tbody tr {
  border-color: #E4E4E4;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
  background-color: #F2F2F2;
  /*color: #000;*/
}

table.table1 td {
  color: #333333;
}

table.table1 tbody td {
  border-top-color: #E4E4E4;
}

table.table1 tbody tr:first-child td {
  border-top-color: transparent;
}

table.table1 tbody th {
  border-bottom-color: #000000;
  color: #333333;
  background-color: #FFFFFF;
}

table.info tbody th {
  color: #000000;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
  color: #000000;
}

dl.details dd {
  color: #333333;
}

.sep {
  color: #1198D9;
}

/* Pagination
---------------------------------------- */
.pagination li a {
  color: #747474;
  background-color: #FFFFFF;
  border-color: #E4E4E4;
}

.pagination li.ellipsis span {
  background-color: transparent;
  color: #000000;
}

.pagination li.active span {
  color: #FFFFFF;
  background-color: #2E3539;
  border-color: #2E3539;
}

.pagination li a:hover, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
  border-color: #43A6DF;
  background-color: #43A6DF;
  color: #FFFFFF;
}

/* Icon styles
---------------------------------------- */
.icon.icon-blue, a:hover .icon.icon-blue {
  color: #196db5;
}

.icon.icon-green, a:hover .icon.icon-green {
  color: #1b9A1B;
}

.icon.icon-red, a:hover .icon.icon-red {
  color: #BC2A4D;
}

.icon.icon-orange, a:hover .icon.icon-orange {
  color: #FF6600;
}

.icon.icon-bluegray, a:hover .icon.icon-bluegray {
  color: #536482;
}

.icon.icon-gray, a:hover .icon.icon-gray {
  color: #B3B3B3;
}

.icon.icon-lightgray, a:hover .icon.icon-lightgray {
  color: #999999;
}

.icon.icon-black, a:hover .icon.icon-black {
  color: #999999;
}

.alert_close .icon:before {
  background-color: #FFFFFF;
}

/* Posting buttons */
.post-buttons > li > a {
  background-color: transparent;
}

.post-buttons > li > a:hover {
  background-color: #F2F2F2;
  border-color: #E4E4E4;
}

.post-buttons .fa-pencil {
  color: #8F8F8F;
}

.post-buttons .fa-times-circle {
  color: #FF0C56;
}

.post-buttons .fa-exclamation-circle {
  color: #FF3C00;
}

.post-buttons .fa-exclamation-triangle {
  color: #FF7A00;
}

.post-buttons .fa-info-circle {
  color: #69BF5B;
}

.post-buttons .fa-quote-left {
  color: #8F8F8F;
}

/* Jumpbox */
.jumpbox .dropdown li {
  border-top-color: #E4E4E4;
}

.jumpbox-cat-link {
  background-color: #2E3539;
  border-top-color: #2E3539;
  color: #FFFFFF;
}

.jumpbox-cat-link:hover {
  background-color: #43A6DF;
  border-top-color: #43A6DF;
  color: #FFFFFF;
}

.jumpbox-forum-link {
  background-color: #FFFFFF;
}

.jumpbox-forum-link:hover {
  background-color: #E4E4E4;
}

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

.jumpbox-sub-link {
  background-color: #FFFFFF;
}

.jumpbox-sub-link:hover {
  background-color: #E4E4E4;
}

/* Miscellaneous styles
---------------------------------------- */
.copyright {
  color: #555555;
}

.error {
  color: #FF0000;
}

.reported {
  background-color: #FFFCD5;
}

li.reported:hover {
  background-color: #F2F2F2 !important;
}

.sticky, .announce {
  /* you can add a background for stickies and announcements*/
}

div.rules {
  background-color: #2E3539;
  color: #FFFFFF;
  background-attachment: scroll;
  background-image: url("./images/notice-exclamation.svg");
  background-position: 12px 12px;
  background-repeat: no-repeat;
}

.post {
  border: solid 1px #E4E4E4;
}

p.post-notice {
  background-color: #EAB7BD;
  background-image: none;
}

.mcp-main p.post-notice {
  background-color: #F6F6F6;
}

#jumpbox span.dropdown-trigger {
  background-color: #E4E4E4;
}

/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */
a {
  color: #43A6DF;
}

a:hover {
  color: #43A6DF;
}

a:focus {
  color: #43A6DF;
}

/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {
  color: #FFFFFF;
}

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
  color: #FFFFFF;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
  background-color: #FFFFFF;
}

.dropdown-extended a.mark_read:hover [class*=fa-] {
  color: #43A6DF !important;
}

/* Post body links */
.postlink,
div.rules a {
  color: #43A6DF;
  border-bottom-color: #43A6DF;
}

.postlink:visited {
  color: #5D8FBD;
  border-bottom-color: #5D8FBD;
}

.postlink:hover {
  /*background-color: #D0E4F6;*/
  color: #43A6DF;
  border-bottom-color: transparent;
}

div.rules a.postlink:hover {
  color: #43A6DF;
}

.signature a, .signature a:hover {
  background-color: transparent;
}

/* Back to top of page */
.top i {
  color: #999999;
}

/* Arrow links  */
.arrow-left:hover, .arrow-right:hover {
  color: #368AD2;
}

/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */
ul.forums {
  background-color: #FFFFFF;
  /*background-image: url("./images/gradient.gif");*/
}

ul.topiclist li {
  color: #777777;
}

ul.topiclist dd {
  border-left-color: transparent;
}

.rtl ul.topiclist dd {
  border-right-color: transparent;
  border-left-color: transparent;
}

/*ul.topiclist li.row dt a.subforum.read {
	background-image: url("./images/subforum_read.svg");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url("./images/subforum_unread.svg");
}*/
li.row {
  /*border-top-color:  #FFFFFF;*/
  border-bottom-color: #E4E4E4;
  border-left-color: #E4E4E4;
  border-right-color: #E4E4E4;
}

li.row strong {
  color: #000000;
}

li.row:hover {
  background-color: #F2F2F2;
}

li.row:hover dd {
  border-left-color: transparent;
}

.rtl li.row:hover dd {
  border-right-color: transparent;
  border-left-color: transparent;
}

li.header dt, li.header dd {
  color: #FFFFFF;
}

a.forumtitle {
  color: #2E3539;
}

/* UCP topic list */
#cp-main ul.topiclist li.header {
  background-color: #2E3539;
  color: #FFFFFF;
}

#cp-main ul.topiclist li.header dd,
#cp-main ul.topiclist li.header dt {
  color: #FFFFFF;
}

/* Post body styles
----------------------------------------*/
.postbody {
  color: #333333;
}

/* Content container styles
----------------------------------------*/
.content {
  color: #333333;
}

.postbody .content {
  border-top: solid 1px #E4E4E4;
}

.content h2, .panel h2 {
  color: #43A6DF;
  border-bottom-color: #E4E4E4;
}

dl.faq dt {
  color: #333333;
}

.posthilit {
  background-color: #F3BFCC;
  color: #BC2A4D;
}

.announce, .unreadpost {
  /* Highlight the announcements & unread posts box */
}

/* Post signature */
.signature {
  border-top-color: #E4E4E4;
}

/* Post noticies */
.notice {
  border-top-color: #E4E4E4;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
  background-color: #F6F6F6;
  background-image: url("./images/quote.svg");
  border-color: #E4E4E4;
}

.rtl blockquote {
  background-image: url("./images/quote_rtl.svg");
}

blockquote blockquote {
  /* Nested quotes */
  background-color: #EDEDED;
}

blockquote blockquote blockquote {
  /* Nested quotes */
  background-color: #F2F2F2;
}

/* Code block */
.codebox {
  background-color: #F6F6F6;
  border-color: #E4E4E4;
}

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

.codebox code {
  color: #2E8B57;
}

/* Attachments
----------------------------------------*/
.attachbox {
  background-color: #F2F2F2;
}

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

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

.attachbox p {
  color: #666666;
}

.attachbox p.stats {
  color: #666666;
}

.attach-image img {
  /*border-color: #999999;*/
}

/* Inline image thumbnails */
dl.file dd {
  color: #666666;
}

dl.thumbnail img {
  border-color: #666666;
  background-color: #FFFFFF;
}

dl.thumbnail dd {
  color: #666666;
}

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

dl.thumbnail dt a:hover img {
  border-color: #43A6DF;
}

/* Post poll styles
----------------------------------------*/
fieldset.polls dl {
  border-top-color: #E4E4E4;
}

fieldset.polls dl.voted {
  color: #000000;
}

fieldset.polls dd div {
  color: #FFFFFF;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
  border-right-color: transparent;
}

.pollbar1 {
  background-color: #AA2346;
  border-bottom-color: #74162C;
  border-right-color: #74162C;
}

.rtl .pollbar1 {
  border-left-color: #74162C;
}

.pollbar2 {
  background-color: #BE1E4A;
  border-bottom-color: #8C1C38;
  border-right-color: #8C1C38;
}

.rtl .pollbar2 {
  border-left-color: #8C1C38;
}

.pollbar3 {
  background-color: #D11A4E;
  border-bottom-color: #AA2346;
  border-right-color: #AA2346;
}

.rtl .pollbar3 {
  border-left-color: #AA2346;
}

.pollbar4 {
  background-color: #E41653;
  border-bottom-color: #BE1E4A;
  border-right-color: #BE1E4A;
}

.rtl .pollbar4 {
  border-left-color: #BE1E4A;
}

.pollbar5 {
  background-color: #F81157;
  border-bottom-color: #D11A4E;
  border-right-color: #D11A4E;
}

.rtl .pollbar5 {
  border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
  color: #666666;
  border-color: #FFFFFF;
}

.pm .postprofile {
  border-color: #DDDDDD;
}

.postprofile strong {
  color: #000000;
}

.online {
  /*background-image: none !important;*/
}

dd.profile-warnings {
  color: #BC2A4D;
}

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.button {
  background-color: #43A6DF;
  color: #FFFFFF;
}

.action-bar .buttons .button.icon-button {
  background-color: #2E3539;
}

.action-bar .buttons .button.icon-button:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

#format-buttons button {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
}

#format-buttons button:hover {
  background-color: #F2F2F2;
  border-color: #E4E4E4;
}

.dropdown-select {
  color: #8F8F8F;
  background-color: #E4E4E4;
}

.dropdown-select.tools-icon,
.dropdown-select.modtools-icon {
  background-color: #E4E4E4;
}

.dropdown-select.tools-icon:hover,
.dropdown-visible .dropdown-select.tools-icon,
.dropdown-select.modtools-icon:hover,
.dropdown-visible .dropdown-select.modtools-icon {
  background-color: #E4E4E4;
}

.button:hover, .dropdown-visible .dropdown-select, .nojs .dropdown-container:hover .dropdown-select {
  background-color: #2E3539;
}

.action-bar .button:hover, .action-bar .button:focus {
  color: #FFFFFF;
}

/*.dropdown-select:after	{ border-color: #D2D2D2; }
.dropdown-select:hover	{ border-color: #C7C3BF; }*/
.dropdown-visible .dropdown-select, .dropdown-visible .dropdown-select:hover, .nojs .dropdown-container:hover .dropdown-select {
  border-color: #A6B2BA;
}

.contact-icons a {
  border-color: #E4E4E4;
}

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

.post-buttons .icon-button {
  background-color: transparent;
  border: solid 1px transparent;
}

.post-buttons .icon-button:hover {
  border: solid 1px #E4E4E4;
  background-color: #F2F2F2;
}

.caret {
  border-color: #E4E4E4;
}

.dropdown-select .caret {
  border-color: #C2C2C2 !important;
}

.contact-icons a {
  border-color: #DCDCDC;
}

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

/* Icon images
---------------------------------------- */
/*.icon-acp					{ background-image: url("./images/icons_sprite_sm.svg"); background-position: 0 -65px; }
.icon-faq					{ background-image: url("./images/icons_sprite_sm.svg"); background-position: 0 -1px; }
.icon-mcp					{ background-image: url("./images/icons_sprite_sm.svg"); background-position: 0 -129px; }*/
.contact-icon {
  background-image: url("./images/icons_contact.svg");
}

/* Profile & navigation icons */
.pm-icon {
  background-position: 0 0;
}

.email-icon {
  background-position: -20px 0;
}

.jabber-icon {
  background-position: -80px 0;
}

.phpbb_icq-icon {
  background-position: -61px 0;
}

.phpbb_wlm-icon {
  background-position: -182px 0;
}

.phpbb_aol-icon {
  background-position: -244px 0;
}

.phpbb_website-icon {
  background-position: -40px 0;
}

.phpbb_youtube-icon {
  background-position: -98px 0;
}

.phpbb_facebook-icon {
  background-position: -119px 0;
}

.phpbb_googleplus-icon {
  background-position: -140px 0;
}

.phpbb_skype-icon {
  background-position: -161px 0;
}

.phpbb_twitter-icon {
  background-position: -203px 0;
}

.phpbb_yahoo-icon {
  background-position: -224px 0;
}

/* Forum icons & Topic icons */
.global_read {
  background-image: url("./images/announce_read.svg");
}

.global_read_mine {
  background-image: url("./images/announce_read_mine.svg");
}

.global_read_locked {
  background-image: url("./images/announce_read_locked.svg");
}

.global_read_locked_mine {
  background-image: url("./images/announce_read_locked_mine.svg");
}

.global_unread {
  background-image: url("./images/announce_unread.svg");
}

.global_unread_mine {
  background-image: url("./images/announce_unread_mine.svg");
}

.global_unread_locked {
  background-image: url("./images/announce_unread_locked.svg");
}

.global_unread_locked_mine {
  background-image: url("./images/announce_unread_locked_mine.svg");
}

.announce_read {
  background-image: url("./images/announce_read.svg");
}

.announce_read_mine {
  background-image: url("./images/announce_read_mine.svg");
}

.announce_read_locked {
  background-image: url("./images/announce_read_locked.svg");
}

.announce_read_locked_mine {
  background-image: url("./images/announce_read_locked_mine.svg");
}

.announce_unread {
  background-image: url("./images/announce_unread.svg");
}

.announce_unread_mine {
  background-image: url("./images/announce_unread_mine.svg");
}

.announce_unread_locked {
  background-image: url("./images/announce_unread_locked.svg");
}

.announce_unread_locked_mine {
  background-image: url("./images/announce_unread_locked_mine.svg");
}

.forum_link {
  background-image: url("./images/forum_link.svg");
}

.forum_read {
  background-image: url("./images/forum_read.svg");
}

.forum_read_locked {
  background-image: url("./images/forum_read_locked.svg");
}

.forum_read_subforum {
  background-image: url("./images/forum_read_subforum.svg");
}

.forum_unread {
  background-image: url("./images/forum_unread.svg");
}

.forum_unread_locked {
  background-image: url("./images/forum_unread_locked.svg");
}

.forum_unread_subforum {
  background-image: url("./images/forum_unread_subforum.svg");
}

.sticky_read {
  background-image: url("./images/sticky_read.svg");
}

.sticky_read_mine {
  background-image: url("./images/sticky_read_mine.svg");
}

.sticky_read_locked {
  background-image: url("./images/sticky_read_locked.svg");
}

.sticky_read_locked_mine {
  background-image: url("./images/sticky_read_locked_mine.svg");
}

.sticky_unread {
  background-image: url("./images/sticky_unread.svg");
}

.sticky_unread_mine {
  background-image: url("./images/sticky_unread_mine.svg");
}

.sticky_unread_locked {
  background-image: url("./images/sticky_unread_locked.svg");
}

.sticky_unread_locked_mine {
  background-image: url("./images/sticky_unread_locked_mine.svg");
}

.topic_moved {
  background-image: url("./images/topic_moved.svg");
}

.topic_read {
  background-image: url("./images/topic_read.svg");
}

.topic_read_mine {
  background-image: url("./images/topic_read_mine.svg");
}

.topic_read_hot {
  background-image: url("./images/topic_read_hot.svg");
}

.topic_read_hot_mine {
  background-image: url("./images/topic_read_hot_mine.svg");
}

.topic_read_locked {
  background-image: url("./images/topic_read_locked.svg");
}

.topic_read_locked_mine {
  background-image: url("./images/topic_read_locked_mine.svg");
}

.topic_unread {
  background-image: url("./images/topic_unread.svg");
}

.topic_unread_mine {
  background-image: url("./images/topic_unread_mine.svg");
}

.topic_unread_hot {
  background-image: url("./images/topic_unread_hot.svg");
}

.topic_unread_hot_mine {
  background-image: url("./images/topic_unread_hot_mine.svg");
}

.topic_unread_locked {
  background-image: url("./images/topic_unread_locked.svg");
}

.topic_unread_locked_mine {
  background-image: url("./images/topic_unread_locked_mine.svg");
}

.pm_read {
  background-image: url("./images/topic_read.svg");
}

.pm_unread {
  background-image: url("./images/topic_unread.svg");
}

/*
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */
/* Main CP box
----------------------------------------*/
.panel-container h3, .panel-container hr, .cp-menu hr {
  border-color: #E4E4E4;
}

.panel-container .panel li.row {
  border-bottom-color: #E4E4E4;
}

ul.cplist {
  /*border-top-color: #B5C1CB;*/
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
  color: #000000;
}

.panel-container table.table1 thead th {
  color: #FFFFFF;
  background-color: #2E3539;
}

.cp-main .pm-message {
  border-color: #DBDEE2;
  background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
.tabs .tab > a {
  background: #43A6DF;
  color: #FFFFFF;
}

.tabs .tab > a:hover {
  background: #2E3539;
  color: #FFFFFF;
}

.tabs .activetab > a,
.tabs .activetab > a:hover {
  background: #FFFFFF;
  border-color: #E4E4E4;
  border-bottom-color: #FFFFFF;
  color: #333333;
}

.tabs .activetab > a:hover {
  color: #000000;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
.minitabs .tab > a {
  background-color: #2E3539;
  color: #FFFFFF;
}

.minitabs .activetab > a,
.minitabs .activetab > a:hover {
  background-color: #F6F6F6;
  color: #333333;
  border-color: #E4E4E4;
}

/* Responsive tabs
----------------------------------------*/
.responsive-tab .responsive-tab-link:before {
  border-color: #FFFFFF;
}

.responsive-tab.activetab .responsive-tab-link:before {
  border-color: #333333;
}

.responsive-tab .responsive-tab-link:hover:before {
  border-color: #FFFFFF;
}

.responsive-tab.activetab .responsive-tab-link:hover:before {
  border-color: #333333;
}

/* UCP navigation menu
----------------------------------------*/
/* Link styles for the sub-section links */
.navigation a {
  color: #FFFFFF;
  background-color: #2E3539;
}

.rtl .navigation a {
  background-color: #2E3539;
}

.navigation a:hover {
  background-color: #43A6DF;
  color: #FFFFFF;
}

.navigation #active-subsection a {
  background-color: #F6F6F6;
  color: #333333;
  border: solid 1px #E4E4E4;
  border-right: 0;
}

.navigation #active-subsection a:hover {
  color: #43A6DF;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
  .navigation a, .rtl .navigation a {
    background: #2E3539;
  }
}
/* Preferences pane layout
----------------------------------------*/
.panel-container h2 {
  color: #333333;
}

.panel-container .panel {
  background-color: #F6F6F6;
}

.panel-container .panel .inputbox {
  background-color: #FFFFFF;
}

#attach-panel #file-list-container.panel {
  border: none transparent;
  background-color: transparent;
}

#attach-panel table.table1 thead th {
  background-color: #2E3539;
  border-color: #2E3539;
  color: #FFFFFF;
}

#cp-main .pm {
  background-color: #FFFFFF;
}

/* Friends list */
.cp-mini {
  /*background-color: #eef5f9;*/
}

dl.mini dt {
  /*color: #425067;*/
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
  color: #000000 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
  border-left-color: #BC2A4D;
  border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
  border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
  border-color: #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
  border-color: #5D8FBD;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
  border-color: #000000;
}

/* Avatar gallery */
.gallery label {
  background: #FFFFFF;
  border-color: #CCC;
}

.gallery label:hover {
  background-color: #EEE;
}

/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */
/* General form styles
----------------------------------------*/
select {
  border-color: #E4E4E4;
  background-color: #FFFFFF;
  color: #000;
}

label {
  /*color: #425067;*/
}

option.disabled-option {
  color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
  color: #333;
}

fieldset.fields1 {
  background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
  color: #000000;
}

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

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
  background-color: #F2F3F3;
}

/* Posting page styles
----------------------------------------*/
.message-box textarea {
  color: #333333;
}

.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);
}

/* Input field styles
---------------------------------------- */
.inputbox {
  background-color: #F7F7F7;
  border-color: #E4E4E4;
  color: #333333;
}

.inputbox:-moz-placeholder {
  color: #333333;
}

.inputbox::-webkit-input-placeholder {
  color: #333333;
}

.inputbox:hover {
  border-color: #11A3EA;
}

.inputbox:focus {
  border-color: #43A6DF;
  color: #000000;
  background-color: #FFFFFF;
}

.inputbox:focus:-moz-placeholder {
  color: transparent;
}

.inputbox:focus::-webkit-input-placeholder {
  color: transparent;
}

/* Form button styles
---------------------------------------- */
a.button1, input.button1, input.button3, a.button2, input.button2 {
  color: #FFFFFF;
  background-color: #43A6DF;
}

a.button1, input.button1 {
  border-color: transparent;
}

input.button3 {
  background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
  /*border-color: #666666;*/
}

/* <a> button in the style of the form buttons */
a.button1, a.button2 {
  color: #FFFFFF;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
  border-color: #2E3539;
  background-color: #2E3539;
  color: #FFFFFF;
}

/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
  border-color: transparent;
  color: #FFFFFF;
  background-color: #2E3539;
}

input.search {
  background-image: url("./images/icon_textbox_search.gif");
  background-color: #FFFFFF;
}

input.disabled {
  color: #666666;
}

input[name=cancel] {
  background-color: #2E3539;
}

#format-buttons button.button2 {
  background-color: transparent;
  border-color: transparent;
}

#format-buttons button.button2:hover {
  background-color: #f2f2f2;
  border-color: #e4e4e4;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
  background-color: #FFFFFF;
  border-color: #999999;
}

.phpbb_alert .alert_close {
  background-image: url("./images/alert_close.svg");
}

#darken {
  background-color: #000000;
}

.loading_indicator {
  background-color: #000000;
  background-image: url("./images/loading.gif");
}

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

.dropdown-extended ul li:hover {
  background-color: #F6F6F6;
  color: #333333;
}

.dropdown-extended .header, .dropdown-extended .footer {
  border-color: #E4E4E4;
  color: #333333;
}

.dropdown-extended .footer {
  border-top-style: solid;
  border-top-width: 1px;
  background-color: #F2F2F2;
}

.dropdown-extended .header {
  background: #2E3539;
  color: #FFFFFF;
}

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

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

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

.dropdown .dropdown-contents {
  background: #fff;
  border-color: #b9b9b9;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
}

.dropdown-up .dropdown-contents {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
}

#quickmod .dropdown .dropdown-contents > li > a:hover,
.responsive-menu .dropdown .dropdown-contents > li > a:hover {
  background-color: #F2F2F2;
}

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

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

.dropdown-extended .dropdown-contents ul li a {
  color: #333333;
}

#nav-main .dropdown-extended .dropdown-contents ul li a .notification-title .username,
#nav-main .dropdown-extended .dropdown-contents ul li a .notification-title span {
  color: #43A6DF !important;
}

/* Notifications
---------------------------------------- */
.notification_list p.notification-time {
  color: #4C5D77;
}

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

/* Stat blocks
---------------------------------------- */
.stat-block h3 {
  background-color: #2E3539;
  border-bottom: 0;
  line-height: 48px;
  color: #FFFFFF;
  padding: 0px 12px;
  text-transform: none;
  font-size: 1.167em;
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 0;
}

.stat-block h3 a {
  color: #FFFFFF;
}

.stat-block p {
  padding: 12px;
  border: solid 1px #E4E4E4;
  border-top: 0;
  background-color: #FFFFFF;
  margin-bottom: 12px;
}

/* Responsive Design
---------------------------------------- */
@media (max-width: 320px) {
  select, .inputbox {
    max-width: 240px;
  }
}
/* Notifications list
----------------------------------------*/
@media (max-width: 350px) {
  .dropdown-extended .dropdown-contents {
    width: auto;
  }
}
@media (max-width: 430px) {
  .action-bar .search-box .inputbox {
    /*width: 120px;*/
  }
  .section-viewtopic .search-box .inputbox {
    /*width: 57px;*/
  }
  .action-bar .search-box .inputbox ::-moz-placeholder {
    content: "Search...";
  }
  .action-bar .search-box .inputbox :-ms-input-placeholder {
    content: "Search...";
  }
  .action-bar .search-box .inputbox ::-webkit-input-placeholder {
    content: "Search...";
  }
}
@media (max-width: 500px) {
  dd label {
    white-space: normal;
  }
  select, .inputbox {
    max-width: 260px;
  }
  .captcha-panel dd.captcha {
    margin-left: 0;
  }
  .captcha-panel dd.captcha-image img {
    width: 100%;
  }
  dl.details dt, dl.details dd {
    width: auto;
    float: none;
    text-align: left;
  }
  dl.details dd {
    margin-left: 20px;
  }
  p.responsive-center {
    float: none;
    text-align: center;
    margin-bottom: 5px;
  }
  .action-bar > div {
    margin-bottom: 5px;
  }
  .action-bar > .pagination {
    float: none;
    clear: both;
    padding-bottom: 1px;
    text-align: center;
  }
  .action-bar > .pagination li.page-jump {
    margin: 0 2px;
  }
  p.jumpbox-return {
    display: none;
  }
  .display-options > label:nth-child(1) {
    display: block;
    margin-bottom: 5px;
  }
  .attach-controls {
    margin-top: 5px;
    width: 100%;
  }
  .quick-links .dropdown-trigger span {
    display: none;
  }
}
@media (max-width: 550px) {
  ul.topiclist.forums dt {
    margin-right: 0;
  }
  ul.topiclist.forums dt .list-inner {
    margin-right: 0;
  }
  ul.topiclist.forums dd.lastpost {
    display: none;
  }
}
@media (max-width: 700px) {
  .responsive-hide {
    display: none !important;
  }
  .responsive-show {
    display: block !important;
  }
  .responsive-show-inline {
    display: inline !important;
  }
  .responsive-show-inline-block {
    display: inline-block !important;
  }
  /* Content wrappers
  ----------------------------------------*/
  html {
    height: auto;
  }
  body {
    padding: 0;
  }
  .wrap {
    border: none;
    border-radius: 0;
    margin: 0 8px;
    min-width: 290px;
    padding: 0;
  }
  /* Common block wrappers
  ----------------------------------------*/
  .headerbar, .navbar, .forabg, .forumbg, .post, .panel {
    border-radius: 0;
    /*margin-left: -5px;
    margin-right: -5px;*/
  }
  .cp-main .forabg, .cp-main .forumbg, .cp-main .post, .cp-main .panel {
    border-radius: 0px;
  }
  /* Logo block
  ----------------------------------------*/
  .site-description {
    float: none;
    width: auto;
    text-align: center;
  }
  .logo {
    /* change display value to inline-block to show logo */
    /*display: none;
    float: none;*/
    padding: 10px;
  }
  .site-description h1, .site-description p {
    text-align: inherit;
    float: none;
    margin: 5px;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .site-description p, .search-header {
    display: none;
  }
  /* Navigation
  ----------------------------------------*/
  .headerbar + .navbar {
    margin-top: -5px;
  }
  /* Search
  ----------------------------------------*/
  .responsive-search {
    display: block !important;
  }
  /* .topiclist lists
  ----------------------------------------*/
  li.header dt {
    text-align: center;
    text-transform: none;
    line-height: 1em;
    font-size: 1.2em;
    padding-bottom: 4px;
  }
  ul.topiclist li.header dt, ul.topiclist li.header dt .list-inner {
    margin-right: 0 !important;
    padding-right: 0;
  }
  ul.topiclist li.header dd {
    display: none !important;
  }
  ul.topiclist dt, ul.topiclist dt .list-inner,
  ul.topiclist.missing-column dt, ul.topiclist.missing-column dt .list-inner,
  ul.topiclist.two-long-columns dt, ul.topiclist.two-long-columns dt .list-inner,
  ul.topiclist.two-columns dt, ul.topiclist.two-columns dt .list-inner {
    margin-right: 0;
  }
  ul.topiclist dt .list-inner.with-mark {
    padding-right: 34px;
  }
  ul.topiclist dt .list-inner {
    min-height: 28px;
  }
  ul.topiclist li.header dt .list-inner {
    min-height: 0;
  }
  ul.topiclist dd {
    display: none;
  }
  ul.topiclist dd.mark {
    display: block;
  }
  /* Forums and topics lists
  ----------------------------------------*/
  ul.topiclist.forums dt {
    margin-right: -250px;
  }
  ul.topiclist dd.mark {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    margin: 0;
    width: auto;
    min-width: 0;
    text-align: left;
  }
  ul.topiclist.forums dd.topics dfn, ul.topiclist.topics dd.posts dfn {
    position: relative;
    left: 0;
    width: auto;
    display: inline;
    font-weight: normal;
  }
  li.row .responsive-show strong {
    font-weight: bold;
    color: inherit;
  }
  ul.topiclist li.row dt a.subforum {
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
  }
  /* Pagination
  ----------------------------------------*/
  .pagination > ul {
    margin: 5px 0 0;
  }
  .row .pagination {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .row .pagination .ellipsis + li {
    display: none !important;
  }
  /* Responsive tables
  ----------------------------------------*/
  table.responsive, table.responsive tbody, table.responsive tr, table.responsive td {
    display: block;
  }
  table.responsive thead, table.responsive th {
    display: none;
  }
  table.responsive.show-header thead, table.responsive.show-header th:first-child {
    display: block;
    width: auto !important;
    text-align: left !important;
  }
  table.responsive.show-header th:first-child span.rank-img {
    display: none;
  }
  table.responsive tr {
    margin: 2px 0;
  }
  table.responsive td {
    width: auto !important;
    text-align: left !important;
    padding: 4px;
  }
  table.responsive td.empty {
    display: none !important;
  }
  table.responsive td > dfn {
    display: inline-block !important;
  }
  table.responsive td > dfn:after {
    content: ":";
    padding-right: 5px;
  }
  table.responsive span.rank-img {
    float: none;
    padding-right: 5px;
  }
  table.responsive.memberlist td:first-child input[type=checkbox] {
    float: right;
  }
  /* Forms
  ----------------------------------------*/
  fieldset dt, fieldset.fields1 dt, fieldset.fields2 dt {
    width: auto;
    float: none;
  }
  fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {
    margin-left: 20px;
  }
  textarea, dd textarea, .message-box textarea {
    width: 100%;
    box-sizing: border-box;
  }
  dl.pmlist dt {
    width: auto !important;
    margin-bottom: 5px;
  }
  dl.pmlist dd {
    display: inline-block;
    margin-left: 0 !important;
  }
  dl.pmlist dd:first-of-type {
    padding-left: 20px;
  }
  .smiley-box, .message-box {
    float: none;
    width: auto;
  }
  .smiley-box {
    margin-top: 5px;
  }
  .bbcode-status {
    display: none;
  }
  .colour-palette, .colour-palette tbody, .colour-palette tr {
    display: block;
  }
  .colour-palette td {
    display: inline-block;
    margin-right: 2px;
  }
  .horizontal-palette td:nth-child(2n), .vertical-palette tr:nth-child(2n) {
    display: none;
  }
  fieldset.quick-login label {
    display: block;
    margin-bottom: 5px;
    white-space: normal;
  }
  fieldset.quick-login label > span {
    display: inline-block;
    min-width: 100px;
  }
  fieldset.quick-login input.inputbox {
    width: 85%;
    max-width: 300px;
    margin-left: 20px;
  }
  fieldset.quick-login label[for=autologin] {
    display: inline-block;
    text-align: right;
    min-width: 50%;
  }
  /* User profile
  ----------------------------------------*/
  .column1, .column2, .left-box.profile-details {
    float: none;
    width: auto;
    clear: both;
  }
  /* Polls
  ----------------------------------------*/
  fieldset.polls dt {
    width: 90%;
  }
  fieldset.polls dd.resultbar {
    padding-left: 20px;
  }
  fieldset.polls dd.poll_option_percent {
    width: 20%;
  }
  fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent {
    margin-top: 5px;
  }
  /* Post
  ----------------------------------------*/
  .postbody {
    position: inherit;
  }
  .postprofile, .postbody, .search .postbody {
    display: block;
    width: auto;
    float: none;
    padding: 0;
    min-height: 0;
  }
  .post .postprofile {
    width: auto;
    border-width: 0 0 1px 0;
    padding-bottom: 5px;
    margin: 0 0 5px 0;
    min-height: 40px;
    overflow: hidden;
  }
  .postprofile dd {
    display: none;
  }
  .postprofile dt, .postprofile dd.profile-rank, .search .postprofile dd {
    display: block;
    margin: 0;
  }
  .postprofile .has-avatar .avatar-container {
    margin: 0;
    overflow: inherit;
  }
  .postprofile .avatar-container:after {
    clear: none;
  }
  .postprofile .avatar {
    margin-right: 5px;
  }
  .postprofile .avatar img {
    width: auto !important;
    height: auto !important;
    max-height: 32px;
  }
  .has-profile .postbody h3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .has-profile .post-buttons {
    right: 30px;
    top: 15px;
  }
  .online {
    background-size: 40px;
  }
  /* Misc stuff
  ----------------------------------------*/
  h2 {
    margin-top: 0.5em;
  }
  p {
    margin-bottom: 0.5em;
    overflow: hidden;
  }
  p.rightside {
    margin-bottom: 0;
  }
  fieldset.display-options label {
    display: block;
    clear: both;
    margin-bottom: 5px;
  }
  dl.mini dd.pm-legend {
    float: left;
    min-width: 200px;
  }
  .topicreview {
    margin: 0 -5px;
    padding: 0 5px;
  }
  fieldset.display-actions {
    white-space: normal;
  }
  .phpbb_alert {
    width: auto;
    margin: 0 5px;
  }
  .attach-comment dfn {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .postbody {
    width: 70%;
  }
}
@media (min-width: 850px) {
  .postbody {
    width: 76%;
  }
}
@media (max-width: 850px) {
  .postprofile {
    width: 28%;
  }
}
@media (min-width: 701px) and (max-width: 950px) {
  .row .pagination {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  ul.topiclist dt {
    margin-right: -410px;
  }
  ul.topiclist dt .list-inner {
    margin-right: 410px;
  }
  dd.posts, dd.topics, dd.views {
    width: 80px;
  }
}
/* Popup Login
---------------------------------------- */
#mask {
  display: none;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 999;
}

.login-popup {
  display: none;
  width: 364px;
  background: #fff;
  padding: 16px 0;
  float: left;
  font-size: 1.2em;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  box-shadow: 0px 0px 20px #434343; /* CSS3 */
  -moz-box-shadow: 0px 0px 20px #434343; /* Firefox */
  -webkit-box-shadow: 0px 0px 20px #434343; /* Safari, Chrome */
}

#navbar_username,
#navbar_password_hint,
#navbar_password {
  width: 254px;
  padding: 0 12px 0 32px;
  border: solid 1px #ebebeb;
  height: 40px;
  line-height: 40px;
  background-attachment: scroll;
  background-image: url("./images/login-icons.svg") !important;
  background-repeat: no-repeat;
  background-color: #FFF;
  outline: none !important;
  font-size: 11px;
}

#navbar_username {
  background-position: 12px 0;
}

#navbar_password_hint,
#navbar_password {
  background-position: 12px -40px;
}

.navbar_username_outer,
.navbar_password_outer {
  padding: 12px 32px;
}

.navbar_username_outer label,
.navbar_password_outer label {
  font-size: 11px;
}

.navbar_username_outer.active,
.navbar_password_outer.active {
  padding: 12px 32px 12px 26px;
  background-color: #f2f2f2;
  border-left: solid 6px #43A6DF;
  box-sizing: border-box;
}

.quick-login {
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 12px;
}

.login-buttons {
  padding: 12px 32px;
}

#autologin_label {
  font-size: 11px;
  cursor: pointer;
  float: right;
}

#login-box .login-footer {
  padding: 12px 32px;
}

.rtl #login-box .register-link {
  float: right;
}

.rtl #login-box .restore-password {
  float: left;
  margin-left: 0 !important;
}

#login-box a.close {
  position: absolute;
  right: 20px;
}

#login-text {
  font: 24px "Open Sans", sans-serif;
  color: #43A6DF;
  text-transform: lowercase;
  padding: 0 32px;
  margin-bottom: 12px;
}

.login-popup fieldset {
  border: none;
}

.login-link {
  display: none;
}

input[name=login] {
  padding: 6px 12px;
}

/* Metro header
----------------------------------------*/
#page-header.page-header-metro {
  position: relative;
}

.page-header-metro .navbar-metro {
  background-color: transparent;
}

.page-header-metro .headerbar + .navbar {
  margin-top: 0;
}

#page-header.page-header-metro .navbar.navbar-metro .search-box {
  margin-top: 6px;
}

#page-header.page-header-metro .headerbar #search-box.search-box.search-header {
  display: none;
}

.page-header-metro .navbar-metro #nav-main-top.linklist {
  padding: 9px 0;
}

.page-header-metro ul.linklist .dropdown {
  top: 38px;
}

.page-header-metro .navbar-metro #nav-main-top > li a [class*=fa-],
.navbar ul#nav-footer.linklist [class*=fa-] {
  color: #B3B3B3;
}

.page-header-metro .navbar-metro #nav-main-top > li > a {
  font-size: 1.077em;
  color: #43A6DF;
}

.page-header-metro .navbar-metro #nav-main .username-coloured,
.page-header-metro .navbar-metro #nav-main .username,
.page-header-metro .navbar-metro #nav-main-top .username-coloured,
.page-header-metro .navbar-metro #nav-main-top .username {
  color: #43A6DF !important;
}

.page-header-metro .navbar-metro #nav-main-top .dropdown-contents .icon-logout {
  background-image: none;
}

#page-header.page-header-metro .headerbar {
  position: absolute;
  left: 12px;
  bottom: 60px;
  height: auto;
}

#page-header.page-header-metro .headerbar .inner {
  position: static;
  transform: none;
}

#page-header.page-header-metro .headerbar .imageset.site_logo {
  vertical-align: bottom;
}

.page-header-metro .navbar .nav-main-metro-tabs {
  padding: 0 0 0 300px !important;
  border-bottom: solid 12px #F6F6F6;
}

.page-header-metro .navbar .nav-main-metro-tabs > li {
  float: right;
  width: 120px;
  height: 120px;
  border-left: solid 12px #F6F6F6;
  margin: 0;
  margin-right: 0 !important;
  background-image: none;
  padding-top: 0;
}

.page-header-metro .navbar .nav-main-metro-tabs > li > a,
.page-header-metro .navbar .nav-main-metro-tabs li.responsive-menu a.responsive-menu-link {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  padding: 0;
  margin: 0;
  background-color: #43A6DF;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.page-header-metro .navbar .nav-main-metro-tabs > li > a:hover,
.page-header-metro .navbar .nav-main-metro-tabs li.responsive-menu a.responsive-menu-link:hover {
  background-color: #2E3539;
}

.page-header-metro .navbar .nav-main-metro-tabs > li > a > span {
  position: absolute;
  bottom: 12px;
  left: 12px;
  line-height: 14px;
  padding-right: 12px;
}

.page-header-metro .navbar .nav-main-metro-tabs li#quick-links.dropdown-down .dropdown {
  top: 132px !important;
  right: 0 !important;
}

.page-header-metro .navbar .nav-main-metro-tabs a.responsive-menu-link:before {
  display: none;
}

.page-header-metro .navbar .nav-main-metro-tabs li.icon-mcp > a {
  background-image: url("./images/tab-icon-mcp.svg");
}

.page-header-metro .navbar .nav-main-metro-tabs li.icon-acp > a {
  background-image: url("./images/tab-icon-acp.svg");
}

.page-header-metro .navbar .nav-main-metro-tabs li.icon-faq > a {
  background-image: url("./images/tab-icon-faq.svg");
}

.page-header-metro .navbar .nav-main-metro-tabs li#quick-links > a {
  background-image: url("./images/tab-icon-ql.svg");
}

.page-header-metro .navbar .nav-main-metro-tabs li.clone-last > a {
  background-image: none;
}

/* Sidebar
---------------------------------------- */
#sidebar {
  float: right;
  width: 252px;
}

#sidebar + .page-body-inner .forabg,
#sidebar + .page-body-inner .dark-header {
  clear: none;
  overflow: hidden;
}

.sidebar-block {
  margin-bottom: 12px;
}

.sidebar-block:last-child {
  /*margin-bottom: 0;*/
}

.sidebar-block-header {
  background-color: #2E3539;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  padding: 14px 12px;
  letter-spacing: 0;
  margin: 0;
}

.sidebar-block-content {
  background: #FFFFFF;
  border: solid 1px #E4E4E4;
  color: #424242;
  padding: 16px 12px;
}

.sidebar-block-content p:last-child {
  margin-bottom: 0;
}

#sidebar ul {
  list-style-position: inside;
  margin-bottom: 1.5em;
}

/* Prefooter blocks
---------------------------------------- */
.prefooter-blocks {
  margin-bottom: 12px;
  overflow: hidden;
  clear: both;
}

.prefooter-blocks h2 {
  color: #FFF;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 6px;
  margin-top: 0;
  text-transform: lowercase;
  line-height: 1.23;
}

.prefooter-blocks h2, .prefooter-blocks h3, .prefooter-blocks h4 {
  color: #FFF;
}

#container1 {
  width: 100%;
  float: left;
  background-color: #2E3539;
  position: relative;
  right: 12px;
}

#container2 {
  width: 100%;
  float: left;
  background-color: #F6F6F6;
  position: relative;
  right: 252px;
}

#container3 {
  width: 100%;
  float: left;
  background-color: #43A6DF;
  overflow: hidden;
}

#col1 {
  float: left;
  left: 264px;
  margin-right: -264px;
  padding-right: 276px !important;
  position: relative;
  width: 100%;
}

#col2 {
  width: 252px;
  float: right;
  position: relative;
  left: 264px;
}

#col1, #col2 {
  box-sizing: border-box;
  padding: 24px 12px;
  color: #FFF;
}

.prefooter-block-01 {
  float: left;
  width: 70%;
  padding-right: 12px;
}

.prefooter-block-01.single {
  width: auto;
  padding-right: 0;
}

.prefooter-block-01 p {
  margin-bottom: 1em;
  line-height: 1.3em;
}

.about-block p:last-child {
  margin-bottom: 0;
}

.prefooter-block-02 {
  float: left;
  width: 30%;
}

.prefooter-block-02 li {
  line-height: 1.3em;
  margin-bottom: 6px;
}

.prefooter-right {
  float: right;
  width: 244px;
}

.prefooter-block-03 {
  margin-bottom: 24px;
  overflow: hidden;
}

.social-icons ul li {
  float: left;
  list-style-type: none;
}

.social-icons ul li a {
  color: #FFFFFF;
}

.social-icons ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.prefooter-block-04 a {
  color: #ffffff;
  text-decoration: underline;
}

.prefooter-block-04 a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (max-width: 700px) {
  #container1 {
    position: static;
  }
  #container2 {
    position: static;
    float: none;
  }
  #col1, #col2 {
    position: static;
    padding: 24px 12px !important;
    margin: 0;
  }
  #col1 {
    border-bottom: solid 12px #F6F6F6;
  }
  #col2 {
    width: 100%;
    background-color: #43A6DF;
  }
}
/* Misc
----------------------------------------*/
.forum-title a {
  color: #3e3e3e;
}

li.icon-notification .notification-count strong,
li.icon-pm .pm-count strong {
  background-color: #FF5500;
  border-radius: 12px;
  color: #FFFFFF;
  display: inline-block;
  line-height: 15px;
  min-width: 12px;
  padding: 2px 4px;
  text-align: center;
}

li.icon-notification .notification-count,
li.icon-pm .pm-count {
  color: #FFFFFF;
  padding: 0;
}

li.icon-notification .notification-count:hover,
li.icon-pm .pm-count:hover {
  text-decoration: none;
}

li.icon-logout .login-responsive-link {
  display: none !important;
}

input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.dropdown-extended a.mark_read {
  padding: 8px;
}

.inputbox.search + .button-search {
  margin-left: -59px;
  margin-top: 2px;
}

a.button-search-end {
  line-height: 24px;
  margin-left: -30px;
  margin-top: 2px;
}

button.button-search + a.button-search-end {
  background-color: #2E3539;
}

button.button-search + a.button-search-end:hover {
  color: #FFFFFF;
}

.header-profile .dropdown .dropdown-contents > li > a > .icon,
#quick-links .dropdown .dropdown-contents > li > a > .icon:not(.fa-search) {
  display: none;
}

.header-profile .dropdown .dropdown-contents li a:hover {
  background-color: #F2F2F2 !important;
}

#nav-breadcrumbs .fa-home {
  opacity: 0.5;
}

.responsive-search > a {
  color: #B3B3B3;
}

.responsive-tab-link.dropdown-toggle {
  height: 18px;
}

.post-buttons .dropdown-toggle .fa-ellipsis-h {
  color: #999999;
}

/* User online/offline status
----------------------------------------*/
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C1C1C1;
  margin-bottom: 1px;
  margin-left: 5px;
}

.online .status-dot {
  background-color: #55BF00;
}

/* Transitions
----------------------------------------*/
.button,
a.button1, input.button1, input.button3, a.button2, input.button2,
.dropdown .small-icon,
li.row,
.social-icons ul li a,
#quickmod .dropdown .dropdown-contents > li > a,
.responsive-menu .dropdown .dropdown-contents > li > a,
table.table1 tbody tr,
.tabs .tab > a, .navigation a {
  transition: all 0.3s ease 0s;
}

.page-header-metro .navbar .nav-main-metro-tabs > li > a,
.header-profile .dropdown .dropdown-contents li a {
  transition: background-color 0.3s ease 0s;
}

/* RTL Arrows */
.rtl .arrow.next .icon.fa-chevron-right:before {
  content: "\f053";
}

.rtl .arrow.previous .icon.fa-chevron-left:before {
  content: "\f054";
}

.rtl .lastpost a > .icon.fa-arrow-right:before {
  content: "\f060";
}

/* Metro theme responsive rules */
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
  .page-header-metro .navbar .nav-main-metro-tabs {
    /*height: 100px !important;*/
  }
  .page-header-metro .navbar .nav-main-metro-tabs > li,
  .page-header-metro .navbar .nav-main-metro-tabs > li > a {
    width: 100px !important;
    height: 100px !important;
  }
  .page-header-metro .navbar .nav-main-metro-tabs li#quick-links.dropdown-down .dropdown {
    top: 112px !important;
  }
  .page-header-metro .navbar .nav-main-metro-tabs > li > a > span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .page-header-metro .navbar .nav-main-metro-tabs {
    /*height: 80px !important;*/
  }
  .page-header-metro .navbar .nav-main-metro-tabs > li,
  .page-header-metro .navbar .nav-main-metro-tabs > li > a {
    width: 80px !important;
    height: 80px !important;
  }
  .page-header-metro .navbar .nav-main-metro-tabs li#quick-links.dropdown-down .dropdown {
    top: 92px !important;
  }
  .page-header-metro .navbar .nav-main-metro-tabs > li > a > span {
    font-size: 11px;
  }
  .page-body-inner.sidebar {
    margin-right: 0;
    width: 100%;
    overflow: hidden;
  }
  #sidebar {
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
  .sidebar-block-header {
    text-align: center;
  }
}
@media only screen and (min-width: 900px) {
  .page-header-metro .navbar .nav-main-metro-tabs.compact > li.hidden {
    display: block !important;
  }
  .page-header-metro .navbar .nav-main-metro-tabs li.clone-last {
    display: none !important;
  }
  .compact #quick-links a.responsive-menu-link {
    font-size: inherit !important;
  }
  .page-body-inner-with-sidebar,
  .page-body-inner.sidebar {
    float: left;
    margin-right: 12px;
    width: calc(100% - 264px);
    width: -webkit-calc(100% - 264px);
  }
  #sidebar {
    float: left !important;
  }
}
@media only screen and (max-width: 700px) {
  li.icon-logout .login-window,
  li.icon-logout .login-window-inner {
    display: none !important;
  }
  li.icon-logout .login-responsive-link {
    display: block !important;
  }
  .page-header-metro .logo {
    padding: 0;
  }
  .notification-count,
  .pm-count {
    display: inline-block !important;
  }
  fieldset dd,
  fieldset.fields1 dd,
  fieldset.fields2 dd {
    margin-left: 0 !important;
  }
  #cp-menu {
    margin-bottom: 12px !important;
  }
  .navigation #active-subsection a {
    border: solid 1px #E4E4E4 !important;
  }
  .navigation #active-subsection a:after {
    display: none;
  }
  table.table1.responsive tbody td:first-child {
    border-top-color: transparent;
  }
  .section-memberlist table.show-header td {
    height: auto !important;
  }
  table.table1 tbody td {
    padding: 6px 12px;
  }
  ul.linklist > li.rightside,
  p.rightside, a.rightside {
    margin-left: 12px;
  }
  .section-search .forumbg.forumbg-table table.table1 tr td,
  .section-viewonline .forumbg.forumbg-table table.table1 tr td {
    border-top: 0;
  }
  .section-search .forumbg.forumbg-table table.table1 tr,
  .section-viewonline .forumbg.forumbg-table table.table1 tr {
    border-bottom: 0;
  }
  .section-search .forumbg.forumbg-table table.table1 tbody tr:last-child,
  .section-viewonline .forumbg.forumbg-table table.table1 tbody tr:last-child {
    border-bottom: solid 1px #E4E4E4;
  }
  #page-header.page-header-metro .navbar.navbar-metro .search-box {
    display: none !important;
  }
  div.rules {
    padding: 12px !important;
    background-image: none !important;
  }
}
@media only screen and (max-width: 321px) {
  .post-buttons > li {
    margin-right: 0;
  }
  ul.linklist > li.breadcrumbs {
    margin-right: 0;
  }
  .page-header-metro .navbar .nav-main-metro-tabs {
    border-bottom: 12px solid #f6f6f6;
    padding: 0 0 0 200px !important;
  }
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?8927606");
  src: url("../fonts/fontello.eot?8927606#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?8927606") format("woff"), url("../fonts/fontello.ttf?8927606") format("truetype"), url("../fonts/fontello.svg?8927606#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.svg?8927606#fontello') format('svg');
  }
}
*/
.social-icons [class^=icon-]:before, .social-icons [class*=" icon-"]:before {
  font-family: "fontello";
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-dribbble:before {
  content: "\e800";
} /* '' */
.icon-facebook:before {
  content: "\e801";
} /* '' */
.icon-facebook-squared:before {
  content: "\e802";
} /* '' */
.icon-flickr:before {
  content: "\e803";
} /* '' */
.icon-foursquare:before {
  content: "\e804";
} /* '' */
.icon-github:before {
  content: "\e805";
} /* '' */
.icon-github-squared:before {
  content: "\e806";
} /* '' */
.icon-gplus:before {
  content: "\e807";
} /* '' */
.icon-gplus-squared:before {
  content: "\e808";
} /* '' */
.icon-instagramm:before {
  content: "\e809";
} /* '' */
.icon-linkedin-squared:before {
  content: "\e80a";
} /* '' */
.icon-linkedin:before {
  content: "\e80b";
} /* '' */
.icon-pinterest-circled:before {
  content: "\e80c";
} /* '' */
.icon-pinterest-squared:before {
  content: "\e80d";
} /* '' */
.icon-tumblr:before {
  content: "\e80e";
} /* '' */
.icon-tumblr-squared:before {
  content: "\e80f";
} /* '' */
.icon-twitch:before {
  content: "\e810";
} /* '' */
.icon-twitter:before {
  content: "\e811";
} /* '' */
.icon-twitter-squared:before {
  content: "\e812";
} /* '' */
.icon-vkontakte:before {
  content: "\e813";
} /* '' */
.icon-weibo:before {
  content: "\e814";
} /* '' */
.icon-xing:before {
  content: "\e815";
} /* '' */
.icon-xing-squared:before {
  content: "\e816";
} /* '' */
.icon-youtube:before {
  content: "\e817";
} /* '' */
.icon-youtube-squared:before {
  content: "\e818";
} /* '' */
.icon-vimeo-squared:before {
  content: "\e819";
} /* '' */
@font-face {
  font-family: "editor-icons";
  src: url("../fonts/editor-icons.eot?38641966");
  src: url("../fonts/editor-icons.eot?38641966#iefix") format("embedded-opentype"), url("../fonts/editor-icons.woff?38641966") format("woff"), url("../fonts/editor-icons.ttf?38641966") format("truetype"), url("../fonts/editor-icons.svg?38641966#editor-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'editor-icons';
    src: url('../font/editor-icons.svg?38641966#editor-icons') format('svg');
  }
}
*/
[class^=metro-editor-btn-]:before, [class*=" metro-editor-btn-"]:before {
  font-family: "editor-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1.846em;
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1.846em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.metro-editor-btn-bold:before {
  content: "\e800";
} /* '' */
.metro-editor-btn-italic:before {
  content: "\e801";
} /* '' */
.metro-editor-btn-underline:before {
  content: "\e802";
} /* '' */
.metro-editor-btn-quote-left:before {
  content: "\e803";
} /* '' */
.metro-editor-btn-code:before {
  content: "\e804";
} /* '' */
.metro-editor-btn-list-bullet:before {
  content: "\e805";
} /* '' */
.metro-editor-btn-list-numbered:before {
  content: "\e806";
} /* '' */
.metro-editor-btn-asterisk:before {
  content: "\e807";
} /* '' */
.metro-editor-btn-picture:before {
  content: "\e808";
} /* '' */
.metro-editor-btn-link:before {
  content: "\e809";
} /* '' */
.metro-editor-btn-videocam:before {
  content: "\e80a";
} /* '' */
.metro-editor-btn-magic:before {
  content: "\e80b";
} /* '' */
@media (max-width: 768px) {
  .adsbygoogle-noablate.adsbygoogle:not(.showme) {
    display: none !important;
  }
  .anzeige-header {
    min-height: 280px;
  }
}/*# sourceMappingURL=stylesheet.css.map */