@charset "UTF-8"; /*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
* {
  -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;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  min-width: 300px;
  background-color: #cacaca;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
}
@-ms-viewport {
  width: auto;
}
.touch.noscroll {
  height: 100%;
  overflow: hidden;
}
.touch.noscroll body {
  height: 100%;
  overflow: hidden;
}
body {
  margin: 0;
  font-family: -apple-system, "Helvetica Neue", "Roboto", "Segoe UI",
    "Helvetica", sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #303030;
  background-color: transparent;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2d76d7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #b54444;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #d5d5d5;
}
.mark {
  background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 3.6rem;
}
h2,
.h2 {
  font-size: 3rem;
}
h3,
.h3 {
  font-size: 2.4rem;
}
h4,
.h4 {
  font-size: 1.8rem;
}
h5,
.h5 {
  font-size: 1.3rem;
}
h6,
.h6 {
  font-size: 1.2rem;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #888;
}
.text-primary {
  color: #b03d3d;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8a3030;
}
.text-success {
  color: white;
}
a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6;
}
.text-info {
  color: white;
}
a.text-info:hover,
a.text-info:focus {
  color: #e6e6e6;
}
.text-warning {
  color: #84652f;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5e4822;
}
.text-danger {
  color: white;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #b03d3d;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #8a3030;
}
.bg-success {
  background-color: #599877;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #46785e;
}
.bg-info {
  background-color: #6392cf;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #3c77c3;
}
.bg-warning {
  background-color: #ffe5b9;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffd286;
}
.bg-danger {
  background-color: #cf6363;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #c33c3c;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #d5d5d5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.4;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:after {
  clear: both;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #d5d5d5;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.4;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d5d5d5;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.4;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.container:after {
  clear: both;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
@media (min-width: 768px) {
  .container {
    width: 735px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 955px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1155px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:after,
.container-fluid:before {
  content: " ";
  display: table;
}
.row {
  margin-left: -7px;
  margin-right: -8px;
}
.row:after {
  clear: both;
}
.row:after,
.row:before {
  content: " ";
  display: table;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 7px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #888;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #cacaca;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #599877;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #50886a;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #6392cf;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #5084c9;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #ffe5b9;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #ffdca0;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #cf6363;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #c95050;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.4;
  color: #5f5f5f;
}
.form-control {
  display: block;
  width: 100%;
  height: 3.4rem;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.4;
  color: #5f5f5f;
  background-color: #e7e7e7;
  background-image: none;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #448cef;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(68, 140, 239, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(68, 140, 239, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 3.4rem;
  }
  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 31px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 30px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 45px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 4.25rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: white;
}
.has-success .form-control {
  border-color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-success .input-group-addon {
  color: white;
  border-color: white;
  background-color: #599877;
}
.has-success .form-control-feedback {
  color: white;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #84652f;
}
.has-warning .form-control {
  border-color: #84652f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #5e4822;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c39b56;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c39b56;
}
.has-warning .input-group-addon {
  color: #84652f;
  border-color: #84652f;
  background-color: #ffe5b9;
}
.has-warning .form-control-feedback {
  color: #84652f;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: white;
}
.has-error .form-control {
  border-color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-error .input-group-addon {
  color: white;
  border-color: white;
  background-color: #cf6363;
}
.has-error .form-control-feedback {
  color: white;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #707070;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-left: -7px;
  margin-right: -8px;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #b03d3d;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.4;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:after,
.btn-toolbar:before {
  content: " ";
  display: table;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #5f5f5f;
  text-align: center;
  background-color: #d5d5d5;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:after {
  clear: both;
}
.nav:after,
.nav:before {
  content: " ";
  display: table;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #d5d5d5;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #d5d5d5;
  border-color: #2d76d7;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.4;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #d5d5d5 #d5d5d5 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #cacaca;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #b03d3d;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #cacaca;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #b03d3d;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #8a3030;
}
.label-success {
  background-color: #599877;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #46785e;
}
.label-info {
  background-color: #499dd0;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #2f84b7;
}
.label-warning {
  background-color: #f6a942;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f49311;
}
.label-danger {
  background-color: #cf6363;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c33c3c;
}
.alert,
p.error,
dd.error {
  border: 0 solid transparent;
  border-radius: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 10px 15px;
}
.alert h4,
p.error h4,
dd.error h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link,
p.error .alert-link,
dd.error .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul,
p.error > p,
p.error > ul,
dd.error > p,
dd.error > ul {
  margin-bottom: 0;
}
.alert > p + p,
p.error > p + p,
dd.error > p + p {
  margin-top: 5px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #599877;
  border-color: #566a60;
  color: white;
}
.alert-success hr {
  border-top-color: #4b5c53;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #6392cf;
  border-color: #607794;
  color: white;
}
.alert-info hr {
  border-top-color: #566b85;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #ffe5b9;
  border-color: #d0b890;
  color: #84652f;
}
.alert-warning hr {
  border-top-color: #c8ad7f;
}
.alert-warning .alert-link {
  color: #5e4822;
}
.alert-danger,
p.error,
dd.error {
  background-color: #cf6363;
  border-color: #946060;
  color: white;
}
.alert-danger hr,
p.error hr,
dd.error hr {
  border-top-color: #855656;
}
.alert-danger .alert-link,
p.error .alert-link,
dd.error .alert-link {
  color: #e6e6e6;
}
#page-body > .container > .alert {
  display: none;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #b03d3d;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #599877;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #499dd0;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f6a942;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #cf6363;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:after {
  clear: both;
}
.panel-body:after,
.panel-body:before {
  content: " ";
  display: table;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #b03d3d;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #b03d3d;
  border-color: #b03d3d;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b03d3d;
}
.panel-primary > .panel-heading .badge {
  color: #b03d3d;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b03d3d;
}
.panel-success {
  border-color: #566a60;
}
.panel-success > .panel-heading {
  color: white;
  background-color: #599877;
  border-color: #566a60;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #566a60;
}
.panel-success > .panel-heading .badge {
  color: #599877;
  background-color: white;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #566a60;
}
.panel-info {
  border-color: #607794;
}
.panel-info > .panel-heading {
  color: white;
  background-color: #6392cf;
  border-color: #607794;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #607794;
}
.panel-info > .panel-heading .badge {
  color: #6392cf;
  background-color: white;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #607794;
}
.panel-warning {
  border-color: #d0b890;
}
.panel-warning > .panel-heading {
  color: #84652f;
  background-color: #ffe5b9;
  border-color: #d0b890;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d0b890;
}
.panel-warning > .panel-heading .badge {
  color: #ffe5b9;
  background-color: #84652f;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d0b890;
}
.panel-danger {
  border-color: #946060;
}
.panel-danger > .panel-heading {
  color: white;
  background-color: #cf6363;
  border-color: #946060;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #946060;
}
.panel-danger > .panel-heading .badge {
  color: #cf6363;
  background-color: white;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #946060;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.4;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, "Helvetica Neue", "Roboto", "Segoe UI",
    "Helvetica", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 6px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 6px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 6px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 6px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 6px;
  margin-bottom: -6px;
  border-width: 6px 6px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 6px;
  margin-bottom: -6px;
  border-width: 6px 6px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 6px;
  margin-top: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 6px;
  margin-top: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #000;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
} /*!
 * Canvas 1.2.0
 * Copyright 2016 Slickthemes
 * http://slickthemes.co
 */
ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.inputbox,
input[type="text"],
input[type="search"],
input[type="password"],
select,
.form-control {
  font-size: inherit;
  background: #e7e7e7;
  height: 3.4rem;
  vertical-align: middle;
  border-radius: 2px;
  padding: 0 0 0 12px;
  max-width: 100%;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.inputbox:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
select:focus,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  background: white;
  z-index: 5;
  border-color: #338fc7;
}
.inputbox .fi,
input[type="text"] .fi,
input[type="search"] .fi,
input[type="password"] .fi,
select .fi,
.form-control .fi {
  font-size: 1.4rem;
}
input[type="number"] {
  padding-right: 0;
}
textarea.inputbox {
  height: auto;
  padding: 7.5px 15px;
}
.input-group-addon {
  border-color: transparent;
}
input[type="text"],
input[type="password"],
textarea,
button,
input[type="search"] {
  -webkit-appearance: none;
}
select {
  text-transform: none;
  min-width: 150px;
}
.input-hint {
  position: relative;
  padding: 10px;
  top: -1px;
  border-left: 2px solid #d5d5d5;
  color: #555;
}
@media (max-width: 991px) {
  .PinchZoom.touch .form-control {
    font-size: 16px;
  }
}
select[multiple] {
  padding: 12px;
}
label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
}
textarea {
  max-width: 100%;
}
fieldset__ hr {
  border-top: 1px solid #e7e7e7;
}
fieldset__ dl {
  display: block;
  margin-bottom: 15px;
}
fieldset__ dl:last-child {
  margin-bottom: 0;
}
fieldset__ dt {
  font-weight: normal;
  padding-top: 8px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  fieldset__ dt {
    float: left;
    width: 50%;
    text-align: right;
  }
}
@media (min-width: 992px) {
  fieldset__ dt {
    width: 40%;
  }
}
fieldset__ dt label {
  color: #303030;
  -webkit-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}
@media (max-width: 479px) {
  fieldset__ dt select {
    display: block;
  }
}
@media (min-width: 480px) {
  fieldset__ dd {
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  fieldset__ dd {
    margin-left: 40%;
  }
}
.no-touch_ fieldset__:hover label {
  color: #a2a2a2;
}
.no-touch_ fieldset__ dl:hover label {
  color: #303030;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
@media (min-width: 480px) {
  fieldset__ dd .st-fancyRadio_label,
  fieldset__ dd .st-fancyCheckbox_label {
    padding-top: 8px;
  }
}
.st-form__submit,
form .submit-buttons {
  margin-top: 15px;
  border-top: 1px solid #d5d5d5;
  padding-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
fieldset dl {
  overflow: hidden;
  margin-bottom: 15px;
}
fieldset dl:last-child {
  margin-bottom: 0;
}
fieldset dt {
  font-weight: normal;
  float: left;
  width: 40%;
  display: block;
  color: #555;
}
@media (min-width: 768px) {
  fieldset dt {
    text-align: right;
  }
}
fieldset dt strong,
fieldset dt label {
  font-weight: bold;
}
fieldset dd {
  margin-left: 41%;
  vertical-align: top;
  margin-bottom: 4px;
}
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;
}
fieldset.fields1 #recaptcha_widget_div div,
fieldset.fields1 .live-search div {
  margin-bottom: 0;
}
fieldset.fields2 dt {
  width: 20em;
  border-right-width: 0;
}
fieldset.fields2 dd {
  margin-left: 21em;
  border-left-width: 0;
}
@media (max-width: 767px) {
  fieldset dt,
  fieldset.fields1 dt,
  fieldset.fields2 dt {
    width: auto;
    float: none;
    margin-bottom: 4px;
  }
  fieldset dd,
  fieldset.fields1 dd,
  fieldset.fields2 dd {
    margin-left: 0;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.table1 {
  width: 100%;
  margin-bottom: 15px;
}
.table1 td {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  background-color: white;
  cursor: default;
  position: relative;
  margin-bottom: -1px;
  border: 0 solid #e7e7e7;
  border-width: 1px 0;
}
.table1 td:first-child {
  border-left-width: 1px;
}
.table1 td:last-child {
  border-right-width: 1px;
}
.table1 tr:nth-child(even) td {
  background: #fafafa;
}
.table1 tr:last-child td {
  margin-bottom: 0;
}
.table1 tr:first-child td {
  border-top: 0;
}
.table1 tr.bg3 td {
  background: #ddd;
}
.table1 tr.big-column {
  font-weight: bold;
}
.table1 tr.big-column td {
  padding: 8px;
}
.table1 th {
  background: #d5d5d5;
  border: 1px solid #d5d5d5;
}
.table1 th a {
  color: inherit;
}
.table1 td,
.table1 th {
  padding: 8px;
}
.table1 td.center,
.table1 td.mark,
.table1 th.center,
.table1 th.mark {
  text-align: center;
}
.table1 td input[type="radio"],
.table1 th input[type="radio"] {
  margin-top: 8px;
}
@media (max-width: 991px) {
  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;
  }
}
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;
}
.dd-container,
.dropup {
  display: inline-block;
  position: relative;
}
.dropdown-menu {
  z-index: 1000;
  display: block;
  margin: 0;
  font-size: 1.2rem;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 4px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (min-width: 768px) {
  .dropdown-menu {
    font-size: 1.3rem;
  }
}
.dropup .dropdown-menu {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.dropdown-menu > li > a {
  max-width: 240px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  -webkit-transition: background-color 0.06s;
  -o-transition: background-color 0.06s;
  transition: background-color 0.06s;
  padding: 7px 20px;
}
.touch .dropdown-menu > li > a {
  padding: 9px 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  background-color: rgba(0, 0, 0, 0.05);
}
.dropdown-menu > li > a > .fi,
.dropdown-menu > li > a.fi:before {
  margin-right: 4px;
  font-size: 1.5rem;
  position: relative;
  top: 1px;
}
.dropdown-menu > li > a.fi:before {
  margin-right: 8px;
}
.dropdown-menu > li.divider {
  margin: 4px 20px;
}
.dropdown-menu .icon-subscribe a:before,
.dropdown-menu .icon-unsubscribe a:before {
  margin-right: 8px;
}
.no-csstransforms .dropdown-menu {
  display: none;
  visibility: visible;
}
.no-csstransforms .open > .dropdown-menu {
  display: block;
}
.dropdown--options .dropdown-menu {
  right: 0;
  left: auto;
  top: 0;
  margin-top: 0;
}
.dropdown--options .dropdown-menu a {
  padding: 10px 20px;
}
.dropdown--options > .fi {
  cursor: pointer;
  font-size: 24px;
  vertical-align: middle;
  padding: 10px;
  padding-right: 8px;
  margin-right: -8px;
}
.open > .dropdown-menu,
.no-js .dropdown:hover > .dropdown-menu {
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}
.dropdown-container {
  position: relative;
}
.dropdown-container-right {
  float: right;
}
.dropdown-container-left {
  float: left;
}
.no-js .dropdown-container:hover .dropdown {
  display: block !important;
}
.dropdown {
  position: absolute;
  top: 100%;
  z-index: 10;
}
.dropdown .live-search {
  top: auto;
}
.dropdown .topic-tools {
  float: left;
}
.dropdown-up .dropdown {
  top: auto;
  bottom: 1.2em;
  padding: 0 0 9px;
}
.dropdown-left .dropdown,
.dropdown .no-js .rightside .dropdown {
  left: auto;
  right: 0;
  margin-left: -500px;
  margin-right: -1px;
}
.dropdown-button-control .dropdown {
  top: 24px;
}
.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);
  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;
}
.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 {
  overflow: hidden;
  overflow-y: auto;
  min-width: 100px;
  max-height: 300px;
  text-align: left;
  font-size: 1.2rem;
  padding: 8px 0;
  background: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #555;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .dropdown .dropdown-contents {
    font-size: 1.3rem;
    padding: 4px 0;
  }
}
.dropdown-contents > li > a {
  display: block;
  -webkit-transition: background-color 0.06s;
  -o-transition: background-color 0.06s;
  transition: background-color 0.06s;
  color: inherit;
  padding: 7px 20px;
}
.touch .dropdown-contents > li > a {
  padding: 10px 20px;
}
.dropdown-contents > li > a:hover,
.dropdown-contents > li > a:focus {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  background-color: rgba(0, 0, 0, 0.05);
}
.dropdown-contents > li > a > .fi,
.dropdown-contents > li > a.fi:before {
  margin-right: 4px;
  font-size: 1.5rem;
  position: relative;
  top: 1px;
}
.dropdown-contents > li > a.fi:before {
  margin-right: 8px;
}
.responsive-tab-link {
  width: 19px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.responsive-tab-link:before {
  content: "";
  font-size: 1.9rem;
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  left: 50%;
  top: 50%;
  margin-top: -0.95rem;
  margin-left: -0.95rem;
}
.tooltip {
  z-index: 4000;
  opacity: 1 !important;
}
.tooltip-inner {
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  padding: 8px 15px;
  font-size: 1.2rem;
  background-color: #444;
  font-family: sans-serif;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #444;
}
.rtl .tooltip.left .tooltip-arrow {
  border-right-color: transparent;
  border-left-color: #444;
  border-width: 6px 0 6px 6px;
  left: auto;
  right: 0;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #444;
}
.rtl .tooltip.right .tooltip-arrow {
  border-left-color: transparent;
  border-right-color: #444;
  border-width: 6px 6px 6px 0;
  left: 0;
  right: auto;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #444;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #444;
}
.tooltip.fade.in {
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
ul.pagination {
  display: inline-block;
  background: #e7e7e7;
  border-radius: 2px;
  margin: 0;
  font-size: 1.2rem;
  vertical-align: middle;
  padding: 0;
  color: #5f5f5f;
  height: 34px;
  line-height: 34px;
}
ul.pagination > li {
  display: inline-block;
}
ul.pagination > li > span,
ul.pagination > li > a {
  font-weight: 500;
  color: inherit;
  padding: 0 9px;
  display: inline-block;
}
ul.pagination > li > span:hover,
ul.pagination > li > span:focus,
ul.pagination > li > a:hover,
ul.pagination > li > a:focus {
  color: inherit;
  background-color: #f7f7f7;
  background-color: rgba(255, 255, 255, 0.5);
}
ul.pagination > .active > a,
ul.pagination > .active > span,
ul.pagination > .active > a:hover,
ul.pagination > .active > a:focus,
ul.pagination > .active > span:hover,
ul.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background: #777;
  background: rgba(0, 0, 0, 0.2);
}
ul.pagination > .ellipsis > span {
  cursor: default;
}
ul.pagination > li:first-child.active a,
ul.pagination > li:first-child.active span {
  border-radius: 2px 0 0 2px;
}
ul.pagination > li:last-child.active a,
ul.pagination > li:last-child.active span {
  border-radius: 0 2px 2px 0;
}
ul.pagination-xs {
  font-size: 0;
  margin: 0;
  height: auto;
  line-height: 1;
  background: transparent;
}
ul.pagination-xs > li {
  margin-bottom: 0;
  margin-left: 2px;
}
ul.pagination-xs > li > a,
ul.pagination-xs > li > span {
  font-family: sans-serif;
  border-radius: 2px;
  padding: 3px 5px 2px;
  line-height: inherit;
  font-size: 1.1rem;
  font-weight: bold;
  border: 0;
}
ul.pagination-xs > li > a:hover,
ul.pagination-xs > li > a:focus,
ul.pagination-xs > li > span:hover,
ul.pagination-xs > li > span:focus {
  color: inherit;
  background-color: #f7f7f7;
  background-color: rgba(255, 255, 255, 0.5);
}
ul.pagination-xs > li > span {
  background: transparent;
  color: #777;
}
.pagination--inhead {
  position: absolute;
  top: 9px;
  right: 8px;
}
.pagination--inhead > ul.pagination {
  background: transparent;
  height: 22px;
  line-height: 22px;
  color: white;
}
.pagination--inhead > ul.pagination > li {
  float: left;
}
.pagination--inhead > ul.pagination > li > a,
.pagination--inhead > ul.pagination > li > span {
  background: rgba(255, 255, 255, 0.3);
  padding: 0 6px;
  margin-left: 1px;
  font-weight: normal;
}
.pagination--inhead > ul.pagination > li > a:hover,
.pagination--inhead > ul.pagination > li > span:hover {
  background: rgba(255, 255, 255, 0.4);
}
.pagination--inhead > ul.pagination > li.active > a,
.pagination--inhead > ul.pagination > li.active > span {
  background: rgba(255, 255, 255, 0.8);
  color: #555;
}
.dropdown-page-jump .dropdown-menu {
  padding: 8px;
}
.dropdown-page-jump .inputbox {
  width: 40%;
}
.itemlist__item.marked,
.post.marked {
  z-index: 2;
  background: transparent !important;
}
.itemlist__item.marked:after,
.post.marked:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(77, 144, 254, 0.25);
}
.itemlist__item.marked .fancyInput--checkbox,
.post.marked .fancyInput--checkbox {
  z-index: 3;
}
.itemlist__item.marked .fancyInput__base,
.post.marked .fancyInput__base {
  background: #5988d6 !important;
  border-color: #5988d6 !important;
}
.st-itemlist {
  margin: 0 0 15px 0;
}
.section-header + .st-itemlist {
  margin-top: -15px;
}
.st-itemlist__item {
  background-color: white;
  cursor: default;
  position: relative;
  margin-bottom: -1px;
  border: 1px solid #e7e7e7;
}
.st-itemlist__item:last-child {
  margin-bottom: 0;
}
.st-itemlist__item:first-child {
  border-top: 0;
}
.st-itemlist__item.marked {
  z-index: 2;
  background-color: #e2edfc !important;
  border-color: #c4d6ef !important;
  border-color: #c1cfe2 !important;
}
.st-itemlist__item:nth-child(even) {
  background: #f8f8f8;
}
.st-itemlist__item .item-col {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 7.5px;
}
@media (min-width: 768px) {
  .st-itemlist__item .item-col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.st-itemlist__item .item-col-icon {
  position: relative;
  vertical-align: middle;
  padding-right: 0;
  text-align: center;
  width: 30px;
}
@media (min-width: 321px) {
  .st-itemlist__item .item-col-icon {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .st-itemlist__item .item-col-icon {
    width: 50px;
  }
}
.st-itemlist__item .item-col-icon .icon-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.st-itemlist__item .item-title {
  color: inherit;
  margin-right: 2px;
}
.st-itemlist__item .item-info {
  color: #969696;
}
.st-itemlist__item .item-info a {
  color: inherit;
}
.st-itemlist__item .item-inner {
  display: table;
  width: 100%;
}
.st-itemlist__item dfn {
  display: none;
}
.st-itemlist__item .item-mark {
  width: 40px;
  text-align: center;
}
.st-itemlist__item .label {
  font-size: 1.1rem;
  position: relative;
  top: -1px;
  background: #ababab;
  padding: 4px 5px 3px;
}
.st-itemlist-sortbar {
  margin: 0;
  border-color: transparent;
  color: #555;
  font-size: 1.1rem;
}
.section-header + .st-itemlist-sortbar {
  margin-top: -15px;
}
.st-itemlist-sortbar .st-itemlist__item {
  background-color: #d5d5d5;
}
.st-itemlist-sortbar .item-col {
  padding: 10px 7.5px;
}
.st-itemlist-sortbar a {
  color: inherit;
}
@media (max-width: 991px) {
  .st-itemlist-sortbar {
    display: none;
  }
}
.st-section__subheader + .st-itemlist-sortbar,
.st-section__subheader + .itemlist--has-colbar {
  border-top: 1px solid white;
}
.genericlist .item-col-main {
  padding-left: 8px;
}
@media (min-width: 992px) {
  .genericlist .item-col-main {
    padding-left: 15px;
  }
}
.genericlist .item-image {
  width: 100%;
}
.genericlist .item-image img {
  max-width: 45px;
  height: auto;
}
.genericlist .item-col-time {
  width: 150px;
}
@media (max-width: 991px) {
  .genericlist .item-col-time {
    display: none;
  }
}
.genericlist .item-col-counter {
  width: 90px;
  text-align: center;
}
@media (max-width: 991px) {
  .genericlist .item-col-counter {
    display: none;
  }
}
.genericlist .item-time-inline {
  color: #969696;
}
@media (min-width: 992px) {
  .genericlist .item-time-inline {
    display: none;
  }
}
.genericlist .item-time-inline .item-actions {
  margin-left: 15px;
}
.itemlist {
  padding: 0;
  margin: 0 0 15px 0;
}
.itemlist__item {
  cursor: default;
  position: relative;
  background-color: white;
  border: 1px solid #e7e7e7;
  margin-bottom: -1px;
  border-color: transparent;
  border-left: 0;
  border-right: 0;
}
.itemlist__item:nth-child(even) {
  background: #f8f8f8;
}
.itemlist__item:first-child {
  border-top-color: transparent;
}
.itemlist__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.itemlist__item .item-inner {
  display: table;
  width: 100%;
}
.itemlist__item [class^="item-col-"] {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 7.5px;
}
.itemlist__item .item-col-icon {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  width: 30px;
}
@media (min-width: 321px) {
  .itemlist__item .item-col-icon {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .itemlist__item .item-col-icon {
    width: 50px;
  }
}
.itemlist__item .item-col-icon .icon-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.itemlist__item .item-col-main {
  padding-left: 15px;
}
.itemlist__item .item-col-main .label {
  font-family: "Helvetica Neue", "Helvetica", arial, sans-serif;
  margin-right: 2px;
  border-radius: 2px;
  position: relative;
  font-size: 1.1rem;
  height: 1.6rem;
  line-height: 1.7rem;
  top: -1px;
  font-weight: 500;
  color: white;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .itemlist__item .item-col-main .label {
    height: 1.8rem;
    line-height: 1.9rem;
  }
}
.itemlist__item .item-col-icon + .item-col-main {
  padding-left: 0;
}
.itemlist__item .item-title {
  color: inherit;
  margin-right: 2px;
  display: inline-block;
}
.itemlist__item .item-ti {
  position: relative;
  z-index: 2;
  font-size: 1.7rem;
  top: 1px;
  line-height: 1;
}
.itemlist__item .item-ti:after {
  z-index: 1;
  position: relative;
  content: "";
  background: transparent;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  opacity: 0;
  border-radius: 100%;
  pointer-events: none;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.itemlist__item .item-ti--locked {
  font-size: 1.5rem;
  top: 0;
}
.itemlist__item .item-ti--reported {
  color: #cf6363;
}
.itemlist__item .item-ti--reported:after {
  background-color: #cf6363;
}
.itemlist__item .item-ti--unapproved {
  color: #499dd0;
}
.itemlist__item .item-ti--unapproved:after {
  background-color: #499dd0;
}
.itemlist__item .item-ti--unapproved2 {
  color: #f6a942;
}
.itemlist__item .item-ti--unapproved2:after {
  background-color: #f6a942;
}
.itemlist__item .item-ti--deleted {
  color: #599877;
}
.itemlist__item .item-ti--deleted:after {
  background-color: #599877;
}
.itemlist__item .item-ti:hover {
  color: inherit;
}
.itemlist__item .item-title-action {
  background-color: #555;
  color: white;
  padding: 2px 4px;
  border-radius: 1px;
  font-size: 11px;
  position: relative;
  top: -2px;
  margin-right: 2px;
  font-weight: 500;
}
.itemlist__item .item-title-action:hover {
  background: #777;
}
.itemlist__item .item-info {
  font-size: 1.1rem;
  color: #969696;
}
@media (min-width: 768px) {
  .itemlist__item .item-info {
    font-size: inherit;
  }
}
.itemlist__item .item-info a {
  color: inherit;
}
.itemlist__item .item-info__icon {
  padding: 0 2px;
}
.itemlist__item .item-info--inline,
.itemlist__item .item-lastpost--inline {
  color: #969696;
  display: block;
}
@media (min-width: 992px) {
  .itemlist__item .item-info--inline,
  .itemlist__item .item-lastpost--inline {
    display: none;
  }
}
.itemlist__item .item-info--inline a,
.itemlist__item .item-lastpost--inline a {
  color: inherit;
}
.itemlist__item .item-lastpost--inline a {
  color: inherit !important;
}
.itemlist__item .item-col-moderation {
  width: 340px;
  display: none;
}
@media (min-width: 768px) {
  .itemlist__item .item-col-moderation {
    display: table-cell;
  }
}
.itemlist__item .item-col-moderation--inline {
  display: block;
  padding: 4px 0 0 !important;
}
@media (min-width: 768px) {
  .itemlist__item .item-col-moderation--inline {
    display: none;
  }
}
.itemlist__item .item-moderation-link {
  color: inherit;
  opacity: 0;
  -webkit-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
  background-color: rgba(0, 0, 0, 0.3);
  color: inherit;
  font-size: 11px;
  padding: 1px 5px;
  font-weight: 500;
  border-radius: 2px;
  color: #fff;
  position: relative;
  top: -1px;
}
.itemlist__item .item-moderation-link:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.itemlist__item:hover .item-moderation-link {
  opacity: 1;
}
.itemlist__item .item-col-stats {
  width: 90px;
  text-align: center;
  display: none;
}
@media (min-width: 992px) {
  .itemlist__item .item-col-stats {
    display: table-cell;
  }
}
.itemlist__item .item-stat__label {
  color: #969696;
}
.itemlist__item .item-col-stats .item-stat__count {
  display: block;
}
.itemlist__item .item-stats--inline {
  margin-top: 3px;
}
@media (min-width: 768px) {
  .itemlist__item .item-stats--inline {
    font-size: inherit;
  }
}
@media (min-width: 992px) {
  .itemlist__item .item-stats--inline {
    display: none;
  }
}
.itemlist__item .item-stats--inline .item-stat__label {
  color: inherit;
}
.itemlist__item .item-col-lastpost dfn,
.itemlist__item .item-lastpost--inline dfn {
  display: none;
}
.itemlist__item .item-lastpost__title {
  display: inline-block;
}
.itemlist__item .item-lastpost__time {
  display: inline-block;
}
.itemlist__item .item-lastpost__time,
.itemlist__item .item-lastpost__info {
  color: #969696;
}
.itemlist__item a.item-lastpost__time:hover {
  color: #555;
}
.itemlist__item .item-col-mark {
  width: 30px;
  text-align: center;
  padding-left: 0;
}
@media (min-width: 768px) {
  .itemlist__item .item-col-mark {
    width: 36px;
  }
}
.itemlist__item--colbar {
  margin: -15px 0 0;
  border: 0;
  color: #555;
  font-weight: bold;
  background-color: #d5d5d5;
}
.itemlist__item--colbar .item-inner {
  background: rgba(241, 241, 241, 0.85);
}
.itemlist__item--colbar + .itemlist__item {
  border-top: 0;
}
.itemlist__item--colbar div[class^="item-col-"] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.itemlist__item--colbar a {
  color: inherit;
}
@media (max-width: 767px) {
  .itemlist__item--colbar {
    display: none;
  }
}
.fancyInput--checkbox,
.fancyInput--radio {
  position: relative;
  height: 14px;
  width: 14px;
  display: inline-block;
  vertical-align: middle;
}
.fancyInput--checkbox input,
.fancyInput--radio input {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  opacity: 0;
  width: 14px;
  height: 14px;
}
.disabled.fancyInput--checkbox,
.disabled.fancyInput--radio {
  opacity: 0.6;
}
.disabled.fancyInput--checkbox,
.disabled.fancyInput--radio,
.disabled.fancyInput--checkbox input,
.disabled.fancyInput--radio input {
  cursor: not-allowed;
}
.fancyInput--checkbox:hover .fancyInput__base,
.fancyInput--radio:hover .fancyInput__base,
.fancyInput__label:hover .fancyInput--checkbox .fancyInput__base,
.fancyInput__label:hover .fancyInput--radio .fancyInput__base {
  border-color: #888;
}
.fancyInput--checkbox .fancyInput__base,
.fancyInput--checkbox .fancyInput__check,
.fancyInput--radio .fancyInput__base,
.fancyInput--radio .fancyInput__check {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.fancyInput--checkbox .fancyInput__base,
.fancyInput--radio .fancyInput__base {
  height: 14px;
  width: 14px;
  line-height: 14px;
}
.fancyInput_label {
  padding-right: 8px;
  padding-top: 1px;
}
.fancyInput_label .fancyInput--checkbox,
.fancyInput_label .fancyInput--radio {
  margin-right: 4px;
  top: -0.12em;
}
label.fancyInput_label {
  padding-left: 0;
}
.fancyInput--checkbox .fancyInput__base {
  border: 1px solid #b2b2b2;
  border-radius: 1px;
  background: white;
}
.fancyInput--checkbox .fancyInput__check {
  border: 0 solid white;
  -webkit-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  -o-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -webkit-transition: background-color 0.2s, -webkit-transform 0.3s;
  transition: background-color 0.2s, -webkit-transform 0.3s;
  -o-transition: background-color 0.2s, transform 0.3s, -o-transform 0.3s;
  transition: background-color 0.2s, transform 0.3s;
  transition: background-color 0.2s, transform 0.3s, -webkit-transform 0.3s,
    -o-transform 0.3s;
  border-width: 0 0 1px 1px;
  opacity: 0;
  top: 4px;
  left: 3px;
  width: 8px;
  height: 4px;
}
.rtl .fancyInput--checkbox .fancyInput__check {
  border-width: 0 1px 1px 0;
}
.fancyInput--checkbox.checked .fancyInput__base {
  background: #599877;
  border-color: #599877;
}
.fancyInput--checkbox.checked .fancyInput__check {
  -webkit-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  opacity: 1;
}
.fancyInput--radio {
  top: -1px;
}
.fancyInput--radio .fancyInput__base {
  border: 1px solid #999;
  border-radius: 100px;
  background: white;
}
.fancyInput--radio .fancyInput__check {
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fancyInput--radio.checked .fancyInput__base {
  border-color: #499dd0;
}
.fancyInput--radio.checked .fancyInput__check {
  background-color: #499dd0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.js .st-fancyCheckbox_label,
.js .st-fancyRadio_label {
  padding: 3px 4px 0 0;
}
.js .st-fancyCheckbox_label .st-fancyCheckbox,
.js .st-fancyCheckbox_label .st-fancyRadio,
.js .st-fancyRadio_label .st-fancyCheckbox,
.js .st-fancyRadio_label .st-fancyRadio {
  vertical-align: top;
  top: 1px;
  margin-right: 4px;
}
.st-fancyRadio:before {
  border-radius: 50%;
}
.st-fancyRadio:after {
  display: block;
  content: "";
  width: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  height: 100%;
  background-color: #499dd0;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
}
.st-fancyRadio[data-checked="true"]:before {
  background: white;
  border-color: #499dd0;
}
.st-fancyRadio[data-checked="true"]:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  color: #499dd0;
}
.fancyInput--select {
  display: inline-block;
  background: #e7e7e7;
  position: relative;
  line-height: 3.2rem;
  padding: 0 12px;
  padding-right: 24px;
  border: 1px solid transparent;
  vertical-align: middle;
  max-width: 100%;
  min-width: 150px;
}
.fancyInput--select select {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.fancyInput--select .fancyInput__text {
  display: block;
  overflow: hidden;
  height: 3.2rem;
}
.fancyInput--select .fancyInput__icon {
  position: absolute;
  width: 12px;
  height: 9px;
  top: 50%;
  margin-top: -4.5px;
  right: 4px;
}
.fancyInput--select .fancyInput__icon:after,
.fancyInput--select .fancyInput__icon:before {
  content: "";
  display: block;
  text-align: center;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  position: relative;
}
.fancyInput--select .fancyInput__icon:before {
  border-width: 0 3.5px 4px 3.5px;
  border-color: transparent transparent #555 transparent;
  top: -1px;
}
.fancyInput--select .fancyInput__icon:after {
  border-width: 4px 3.5px 0 3.5px;
  bottom: -1px;
  border-color: #555 transparent transparent transparent;
}
.fancyInput--select:hover .fancyInput__icon:before {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.fancyInput--select:hover .fancyInput__icon:after {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
#cp-main .st-editor dl dt {
  float: none;
  width: auto;
  text-align: left;
}
#cp-main .st-editor dl dd {
  margin-left: 0;
}
.st-editor__colorpalette {
  display: none;
  margin-bottom: 15px;
}
.st-editor__colorpalette__title {
  display: none;
}
.st-editor__colorpalette__colors table {
  border-collapse: separate;
  border-spacing: 1px;
}
@media (max-width: 479px) {
  .st-editor__colorpalette__colors table {
    border-spacing: 2px !important;
  }
}
@media (max-width: 479px) {
  .st-editor__colorpalette__colors td {
    width: 20px !important;
    height: 17px !important;
  }
}
@media (max-width: 479px) {
  .st-editor__colorpalette__colors td:nth-child(odd) {
    display: none;
  }
}
.st-editor__box .bbcode-section {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.st-editor__box .bbcode-section button {
  border-radius: 0;
  float: left;
}
.st-editor__box .bbcode-section button:first-child {
  border-radius: 2px 0 0 2px;
}
.st-editor__box .bbcode-section button:last-child {
  margin: 0;
  border-radius: 0 2px 2px 0;
}
.st-editor__box #message {
  height: 300px;
}
.st-editor__box textarea,
.st-editor__box #message {
  width: 100%;
  background: #e7e7e7;
  padding: 8px;
  resize: vertical;
}
.st-editor__formatbuttons .button2,
.st-editor__formatbuttons input,
.st-editor__formatbuttons select,
.st-editor__formatbuttons .fancyInput {
  margin-bottom: 15px;
  background: #e7e7e7;
  vertical-align: top;
  border-color: transparent;
}
.st-editor__formatbuttons .button2:hover,
.st-editor__formatbuttons input:hover,
.st-editor__formatbuttons select:hover,
.st-editor__formatbuttons .fancyInput:hover {
  background: #dadada;
}
.st-editor__formatbuttons .button2 {
  padding: 0 8px;
}
.st-editor__formatbuttons .button2 .fi {
  font-size: 17px;
  vertical-align: middle;
  top: 0;
}
#smiley-box {
  display: none;
  padding-bottom: 15px;
} /*! SCEditor | (C) 2011-2013, Sam Clarke | sceditor.com/license */
html.sceditor-maximized {
  overflow: hidden;
}
div.sceditor-grip,
.sceditor-button div {
  background-image: url("famfamfam.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.sceditor-button div:after {
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.7rem;
}
.sceditor-button-youtube div:after {
  color: #d64140;
  content: "";
}
.sceditor-button-vimeo div:after {
  color: #499dd0;
  content: "";
}
.sceditor-button-link div:after {
  content: "";
}
.sceditor-button-unlink div:after {
  content: "";
}
.sceditor-button-underline div:after {
  content: "";
}
.sceditor-button-time div:after {
  content: "";
}
.sceditor-button-table div {
  background-position: 0 -80px;
}
.sceditor-button-superscript div:after {
  content: "";
}
.sceditor-button-subscript div:after {
  content: "";
}
.sceditor-button-strike div:after {
  content: "";
}
.sceditor-button-source div:after {
  content: "";
}
.sceditor-button-size div:after {
  content: "";
}
.sceditor-button-rtl div {
  background-position: 0 -176px;
}
.sceditor-button-right div:after {
  content: "";
}
.sceditor-button-removeformat div:after {
  content: "";
}
.sceditor-button-quote div:after {
  content: "";
}
.sceditor-button-print div {
  background-position: 0 -240px;
}
.sceditor-button-pastetext div {
  background-position: 0 -256px;
}
.sceditor-button-paste div {
  background-position: 0 -272px;
}
.sceditor-button-outdent div {
  background-position: 0 -288px;
}
.sceditor-button-orderedlist div:after {
  content: "";
  font-size: 1.9rem;
}
.sceditor-button-maximize div:after {
  content: "";
}
.sceditor-maximize .sceditor-button-maximize div:after {
  content: "";
}
.sceditor-button-ltr div {
  background-position: 0 -336px;
}
.sceditor-button-left div:after {
  content: "";
}
.sceditor-button-justify div:after {
  content: "";
}
.sceditor-button-italic div:after {
  content: "";
}
.sceditor-button-indent div {
  background-position: 0 -400px;
}
.sceditor-button-image div:after {
  content: "";
}
.sceditor-button-horizontalrule div {
  background-position: 0 -432px;
}
.sceditor-button-format div {
  background-position: 0 -448px;
}
.sceditor-button-font div:after {
  content: "A";
  top: -1px;
  text-align: center;
  width: 100%;
  left: 1px;
}
.sceditor-button-emoticon div:after {
  content: "";
}
.sceditor-button-email div {
  background-position: 0 -496px;
}
.sceditor-button-date div:after {
  content: "";
}
.sceditor-button-cut div {
  background-position: 0 -528px;
}
.sceditor-button-copy div {
  background-position: 0 -544px;
}
.sceditor-button-color div:after {
  content: "";
}
.sceditor-button-code div:after {
  content: "";
}
.sceditor-button-center div:after {
  content: "";
}
.sceditor-button-bulletlist div:after {
  content: "";
  font-size: 1.9rem;
}
.sceditor-button-bold div:after {
  content: "";
}
div.sceditor-grip {
  width: 10px;
  height: 10px;
}
div.sceditor-grip:after {
  font-size: 15px;
  content: "" "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 100px;
  text-align: center;
  margin-left: -50px;
  letter-spacing: -2.4px;
}
.sourceMode div.sceditor-grip:after {
  color: #969696;
}
.sceditor-container {
  width: 100% !important;
  position: relative;
  background: #fff;
  line-height: 1;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sceditor-container *,
.sceditor-container *:before,
.sceditor-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sceditor-container,
.sceditor-container div,
div.sceditor-dropdown,
div.sceditor-dropdown div {
  padding: 0;
  margin: 0;
  z-index: 3;
}
.sceditor-container iframe,
.sceditor-container textarea {
  line-height: 1;
  border: 0;
  outline: 0;
  font-family: -apple-system, "Helvetica Neue", "Roboto", "Segoe UI",
    "Helvetica", sans-serif;
  margin: 0;
  padding: 8px 10px;
  resize: none;
  background: #fff;
  display: block;
  border: 1px solid #e7e7e7;
  border-width: 0 4px;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sceditor-container.sourceMode textarea,
.sceditor-container.sourceMode textarea:focus {
  background-color: #444348;
  border-color: #333;
  color: white;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: consolas, monospace;
}
div.sceditor-resize-cover {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.3;
}
.ie6 div.sceditor-resize-cover,
.ie7 div.sceditor-resize-cover,
.ie8 div.sceditor-resize-cover {
  background: #efefef;
}
.sceditor-container.ie6 {
  overflow: hidden;
}
div.sceditor-grip {
  overflow: hidden;
  width: 100%;
  height: 9px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e7e7e7;
  z-index: 3;
  background-image: none;
  cursor: n-resize;
}
div.sceditor-grip:hover {
  background-color: #dfdfdf;
}
.sourceMode div.sceditor-grip {
  background: #2c2b2f;
  border-color: #333;
}
.sourceMode div.sceditor-grip:hover {
  background-color: #242424;
}
.sceditor-container {
  padding-bottom: 9px !important;
}
.sceditor-container.sceditor-maximize {
  padding-bottom: 0 !important;
}
.sceditor-maximize {
  position: fixed;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2000;
}
html.sceditor-maximize,
body.sceditor-maximize {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.ie6.sceditor-maximize {
  position: absolute;
}
.sceditor-maximize div.sceditor-grip {
  display: none;
}
.sceditor-maximize div.sceditor-toolbar {
  border-radius: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.sceditor-dropdown {
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  z-index: 4000;
  padding: 10px;
  line-height: 1;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
div.sceditor-dropdown a,
div.sceditor-dropdown a:link {
  color: #333;
}
div.sceditor-dropdown form {
  margin: 0;
}
div.sceditor-dropdown label {
  display: block;
  font-weight: bold;
  color: #3c3c3c;
  padding: 4px 0;
}
div.sceditor-dropdown textarea {
  padding: 6px;
}
div.sceditor-dropdown .button {
  font-weight: 500;
  color: #444;
  padding: 10px 12px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  margin: 10px 0 0;
}
div.sceditor-dropdown .button:hover {
  background: #f3f3f3;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
div.sceditor-font-picker,
div.sceditor-fontsize-picker,
div.sceditor-format {
  padding: 6px 0;
}
div.sceditor-emoticons,
div.sceditor-more-emoticons,
div.sceditor-color-picker {
  padding: 0;
}
.sceditor-pastetext textarea {
  border: 1px solid #bbb;
  width: 20em;
}
.sceditor-emoticons img,
.sceditor-more-emoticons img {
  padding: 3px;
  cursor: pointer;
  margin: 2px;
}
div.sceditor-emoticons > div {
  padding: 5px;
}
.sceditor-more {
  display: none !important;
  border-top: 1px solid #bbb;
  display: block;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  padding: 6px 0;
}
.sceditor-dropdown a:hover {
  background: #eee;
}
.sceditor-fontsize-option,
.sceditor-font-option,
.sceditor-format a {
  display: block;
  padding: 7px 10px;
  cursor: pointer;
  text-decoration: none;
  color: #222;
}
.sceditor-fontsize-option {
  padding: 7px 13px;
}
.sceditor-color-column {
  float: left;
  width: 110px;
  padding: 5px !important;
}
.sceditor-color-option {
  display: inline-block;
  border: 1px solid #fff;
  height: 25px;
  width: 25px;
  overflow: hidden;
  margin-bottom: -1px;
}
.sceditor-color-option[data-color="#fff"] {
  -webkit-box-shadow: inset 0 0 0 1px #aaa;
  box-shadow: inset 0 0 0 1px #aaa;
}
.sceditor-color-option:hover {
  border: 1px solid #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.sceditor-toolbar {
  overflow: hidden;
  background: #e7e7e7;
  border: 0;
  line-height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px 1px;
}
.sceditor-maximize div.sceditor-toolbar {
  border-top: 0;
}
div.sceditor-group {
  display: inline-block;
  padding: 3px 5px 3px 4px;
  height: 28px;
  border-right: 1px solid #c1c1c1;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.sceditor-group:last-child {
  border: 0;
}
.ie6 div.sceditor-group,
.ie7 div.sceditor-group {
  display: inline;
  zoom: 1;
}
.sceditor-button {
  border-radius: 2px;
  float: left;
  cursor: pointer;
  padding: 4px 7px;
  margin-right: 1px;
  position: relative;
  width: 16px;
  height: 20px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-indent: -9999px;
}
.ie .sceditor-button {
  text-indent: 0;
}
.ie6 .sceditor-button,
.ie7 .sceditor-button {
  float: none !important;
  display: inline;
  zoom: 1;
}
.ie6 .sceditor-button {
  padding: 0;
}
.ie6 .sceditor-button div {
  margin: 5px;
}
.ie7 .sceditor-button div {
  margin: 5px 0;
}
.sceditor-button:hover {
  background: rgba(0, 0, 0, 0.08);
}
.sceditor-button.active {
  background: rgba(0, 0, 0, 0.15);
}
.sceditor-button.active div {
  color: #222;
}
.sceditor-button.disabled:hover {
  background: inherit;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sceditor-button,
.sceditor-button div {
  display: block;
}
.sceditor-button div {
  margin: 2px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: #444;
  background-image: none;
  position: relative;
}
.sceditor-button.disabled div {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.text .sceditor-button,
.text .sceditor-button div,
.sceditor-button.text,
.sceditor-button.text div,
.text-icon .sceditor-button,
.text-icon .sceditor-button div,
.sceditor-button.text-icon,
.sceditor-button.text-icon div {
  width: auto;
  overflow: visible;
  line-height: 16px;
  font-size: 1em;
  color: inherit;
  text-indent: 0;
}
.text .sceditor-button div,
.sceditor-button.text div {
  padding: 0 2px;
  background: 0;
}
.text-icon .sceditor-button div,
.sceditor-button.text-icon div {
  padding: 0 2px 0 20px;
}
.rtl div.sceditor-grip {
  right: auto;
  left: 0;
}
.sceditor-insertimage div {
  display: none;
}
.sceditor-insertimage div:first-child,
.sceditor-insertimage div:last-child {
  display: block;
}
#tabs {
  padding: 5px 5px 0 5px;
  background: #41454b;
}
@media (min-width: 480px) {
  #tabs {
    border-radius: 2px 2px 0 0;
    padding: 8px 8px 0 8px;
  }
}
#tabs > ul {
  margin: 0;
  padding: 0;
}
#tabs > ul > li {
  display: block;
  float: left;
  margin-right: 1px;
}
#tabs > ul > li > a {
  display: block;
  color: inherit;
  border-radius: 2px 2px 0 0;
  padding: 11px 15px;
  color: rgba(255, 255, 255, 0.7);
}
#tabs > ul > li > a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
#tabs > ul > .activetab > a {
  color: inherit;
  font-weight: bold;
  background: #efefef;
}
#tabs > ul > .activetab > a:hover {
  background: #efefef;
  color: inherit;
}
#tabs > ul > .dropdown-visible > a {
  background: white !important;
  z-index: 21;
  position: relative;
}
.fields2[role="tabpanel"] {
  border: 1px solid #e7e7e7;
  padding: 15px;
}
.tabs-container h2 {
  margin: 0;
  font-size: 15px;
  float: left;
  font-weight: normal;
  position: relative;
  top: 5px;
}
.tabs-container h2 a {
  color: inherit;
}
#minitabs {
  float: right;
  margin-bottom: -1px;
}
#minitabs .tab {
  float: right;
}
#minitabs .tab a {
  display: inline-block;
  color: #969696;
  padding: 6px 12px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
#minitabs .tab a:hover {
  color: #303030;
}
#minitabs .activetab a {
  color: #303030;
  font-weight: 500;
  border-bottom: 3px solid #499dd0;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}
.btn,
.button1,
.button2 {
  -webkit-appearance: none;
  text-transform: none;
  overflow: visible;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 2px;
  padding: 0 12px;
  line-height: 3.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 100ms;
  transition: -webkit-transform 100ms;
  -o-transition: transform 100ms, -o-transform 100ms;
  transition: transform 100ms;
  transition: transform 100ms, -webkit-transform 100ms, -o-transform 100ms;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.btn:hover,
.btn:focus,
.btn.focus,
.button1:hover,
.button1:focus,
.button1.focus,
.button2:hover,
.button2:focus,
.button2.focus {
  color: #5f5f5f;
  text-decoration: none;
  outline: 0;
}
.btn:active,
.btn.active,
.button1:active,
.button1.active,
.button2:active,
.button2.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.button1.disabled,
.button1[disabled],
fieldset[disabled] .button1,
.button2.disabled,
.button2[disabled],
fieldset[disabled] .button2 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .fi,
.button1 .fi,
.button2 .fi {
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  top: 1px;
  vertical-align: baseline;
}
.btn-label {
  display: none;
}
@media (min-width: 768px) {
  .btn-label {
    display: inline;
  }
}
.btn-default,
.button,
.button1,
.button2,
.button3 {
  color: #555;
  font-weight: 500;
  background-color: #e7e7e7;
}
.btn-default:hover,
.btn-default:focus,
.button:hover,
.button:focus,
.button1:hover,
.button1:focus,
.button2:hover,
.button2:focus,
.button3:hover,
.button3:focus {
  color: inherit;
  background-color: #dadada;
}
.btn-default:active,
.button:active,
.button1:active,
.button2:active,
.button3:active {
  background-color: lightgray;
}
.btn-primary {
  background-color: #b03d3d;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background: #c14b4b;
}
.btn-success {
  background-color: #599877;
  color: #fff;
}
.btn-success:hover,
.btn-success:focus {
  color: #fff;
  background: #69a786;
}
.btn-info {
  background-color: #499dd0;
  color: #fff;
}
.btn-info:hover,
.btn-info:focus {
  color: #fff;
  background: #61aad6;
}
.btn-warning {
  background-color: #f6a942;
  color: #fff;
}
.btn-warning:hover,
.btn-warning:focus {
  color: #fff;
  background: #f7b65f;
}
.btn-danger {
  background-color: #cf6363;
  color: #fff;
}
.btn-danger:hover,
.btn-danger:focus {
  color: #fff;
  background: #d67a7a;
}
.btn-link {
  border-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
}
.btn-createnew {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .btn-createnew {
    min-width: 130px;
  }
}
.btn-link,
.btn-min-link {
  color: #2d76d7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link,
.btn-min-link,
.btn-min-link:active,
.btn-min-link.active,
.btn-min-link[disabled],
fieldset[disabled] .btn-min-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-min-link,
.btn-min-link:hover,
.btn-min-link:focus,
.btn-min-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus,
.btn-min-link:hover,
.btn-min-link:focus {
  color: #b54444;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
.btn-min-link[disabled]:hover,
.btn-min-link[disabled]:focus,
fieldset[disabled] .btn-min-link:hover,
fieldset[disabled] .btn-min-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-min-link {
  color: inherit;
  padding: 0;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 12px;
  line-height: 28px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.quickScroll-container {
  position: fixed;
  right: 8px;
  bottom: 1px;
  z-index: 1000;
}
@media (min-width: 768px) {
  .quickScroll-container {
    right: 15px;
    bottom: 15px;
  }
}
.csspositionsticky .quickScroll-container {
  bottom: 0;
  float: right;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 8px 0;
  position: -webkit-sticky;
  position: sticky;
}
@media (min-width: 768px) {
  .csspositionsticky .quickScroll-container {
    padding: 8px 0;
  }
}
@media (min-width: 1200px) {
  .csspositionsticky .quickScroll-container {
    position: fixed;
    right: 8px;
    bottom: 8px;
  }
}
.quickScroll-toTop,
.quickScroll-toBottom {
  background: rgba(43, 43, 43, 0.4);
  color: white;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  margin-left: 1px;
}
@media (min-width: 768px) {
  .quickScroll-toTop,
  .quickScroll-toBottom {
    margin-top: 4px;
  }
}
.quickScroll-toTop:hover,
.quickScroll-toTop.active,
.quickScroll-toBottom:hover,
.quickScroll-toBottom.active {
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
.quickScroll-toTop:focus,
.quickScroll-toBottom:focus {
  color: white;
}
@media (max-width: 767px) {
  .quickScroll-toBottom {
    margin-top: 1px;
  }
}
.close-offcanvas {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 50px;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #555;
  background: rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
}
.offcanvas-open .close-offcanvas,
.offcanvas-open .close-offcanvas {
  visibility: visible;
  opacity: 1;
}
.offcanvas-content {
  background-color: #333;
  color: white;
  padding: 15px 8px;
  position: fixed;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  bottom: 0;
  top: 0;
  left: -100%;
  z-index: 1001;
}
@media (min-width: 768px) {
  .offcanvas-content {
    display: none;
  }
}
.stickyheader .offcanvas-content {
  padding-top: 60px;
}
.csstransforms .offcanvas-content,
.csstransforms .oncanvas-content,
.csstransforms #page-body,
.csstransforms #page-footer,
.csstransforms .main-header {
  -webkit-transition: -webkit-transform 300ms
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1),
    -o-transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1),
    -o-transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.csstransforms.offcanvas-open .offcanvas-content {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.offcanvas-backlink {
  display: block;
  background: #555;
  padding: 5px 10px;
  margin-bottom: 15px;
  border-radius: 2px;
  width: 100px;
  font-size: 24px;
  text-align: center;
  color: white;
}
.stickyheader .offcanvas-backlink {
  display: none;
}
.offcanvas-backlink:focus,
.offcanvas-backlink:hover {
  background: #777;
  color: white;
}
.h-nb .offcanvas-content {
  padding-top: 15px;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loader {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
  }
  30% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  10% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
  }
  30% {
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
  }
  30% {
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
.imageset {
  overflow: hidden;
  display: inline-block;
  position: relative;
  visibility: hidden;
  height: 1em;
  width: 1em;
}
.imageset:after {
  visibility: visible;
  font-size: 13px;
  top: 2px;
  position: relative;
  color: inherit;
  position: absolute;
  left: 0;
}
.icon_topic_latest:after {
  content: "";
}
.icon_topic_newest:after {
  content: "";
  top: 3px;
  font-size: 11px;
}
.dropdown-menu,
.quickScroll-container,
.itemlist__item a.item-title:before,
.itemlist--forums .item-lastpost__title:before,
.forumrow a.lastsubject:before,
.topictitle:before,
.utility-bar.stuck,
.category-header .close:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.breadcrumbs-bar.detached,
.layout-stretched .nav-breadcrumbs {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.st-itemlist__item .item-title,
.itemlist__item .item-title,
.topictitle {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .st-itemlist__item .item-title,
  .itemlist__item .item-title,
  .topictitle {
    font-size: 1.5rem;
  }
}
.st-editor__box textarea,
.st-editor__box #message,
.sceditor-container iframe,
.sceditor-container textarea,
.postbody .content,
.quickreply textarea {
  font-family: -apple-system, "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
.st-itemlist__item[class*="_unread"] .item-title,
.itemlist__item[class*="_unread"] .item-title,
.forumrow.forum_unread .forum-title,
.forumrow.forum_unread_locked .forum-title,
.forumrow.forum_unread_subforum .forum-title,
.subforum.unread {
  font-weight: bold;
}
.round-avatars a.user-view-dropdown > img,
.round-avatars .notification-item img {
  border-radius: 1000px;
}
fieldset__ dt,
.text-dim,
.description,
.attachbox,
.jumpbox-return a,
#widget-statistics,
.ucp-section__description,
.ucp-section__headerlinks a,
.topic-poll .poll-info,
.topic-poll .poll_option_percent,
.topic-poll .vote-submitted {
  color: #919191;
}
fieldset__ dl:before,
.st-editor__box .bbcode-section:before,
#tabs > ul:before,
.tabs-container:before,
.panel-bare:before,
.action-bar:before,
.breadcrumbs-bar:before,
.postprofile:before,
#widget-statistics p:before,
.cp-main .details:before,
.ucp-section__header:before,
fieldset__ dl:after,
.st-editor__box .bbcode-section:after,
#tabs > ul:after,
.tabs-container:after,
.panel-bare:after,
.action-bar:after,
.breadcrumbs-bar:after,
.postprofile:after,
#widget-statistics p:after,
.cp-main .details:after,
.ucp-section__header:after {
  content: " ";
  display: table;
}
fieldset__ dl:after,
.st-editor__box .bbcode-section:after,
#tabs > ul:after,
.tabs-container:after,
.panel-bare:after,
.action-bar:after,
.breadcrumbs-bar:after,
.postprofile:after,
#widget-statistics p:after,
.cp-main .details:after,
.ucp-section__header:after {
  clear: both;
}
.responsive-tab-link:before,
.sceditor-button div:after,
div.sceditor-grip:after,
.imageset:after,
.icon-subscribe a:before,
.icon-unsubscribe a:before,
.user-status-indicator:after,
.drop-arrow > a:after,
.arrow-left:before,
.arrow-right:after,
.attachbox:after,
.inline-attachment dd:last-child:before,
.user-view-pm i:after,
.nav-breadcrumbs .crumb:before,
.faqlinks__block__title:after,
.category-header .close:after,
.itemlist--forums .forum_read_locked .forum-image:before,
.itemlist--forums .forum_unread_locked .forum-image:before,
.forumrow.forum_read_locked .forum-image:before,
.forumrow.forum_unread_locked .forum-image:before,
.topiclist .icon_topic_attach:after,
.post-buttons .icon-button:before,
.post-buttons .dropdown a:before,
.post-buttons .dropdown-toggle:before,
.postbody .author .timestamp:before,
.postbody .icon_post_target--ICON,
.widget-icon,
.forum-permissions__rule:before,
.slickthemes .imageset.icon_solved_head:before,
.slickthemes .imageset.icon_solved_list:before,
.topicsolved-icon:before {
  display: inline-block;
  font-family: MaterialDesignIcons;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.genericlist .item-time-inline,
.itemlist__item .item-info--inline,
.itemlist__item .item-lastpost--inline,
.itemlist__item .item-col-moderation--inline,
.itemlist__item .item-stats--inline,
.itemlist__item--colbar,
.category-header .totaltopics,
.itemlist--forums .forum-stats-inline,
.forumrow .forum-stats-inline,
.forumrow .forum-lastpost-inline,
.forumrow .redirect-counter-inline,
.section-header .topic-count,
.widget-content,
.topic-poll .poll-info,
.topic-poll .poll_option_percent {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .genericlist .item-time-inline,
  .itemlist__item .item-info--inline,
  .itemlist__item .item-lastpost--inline,
  .itemlist__item .item-col-moderation--inline,
  .itemlist__item .item-stats--inline,
  .itemlist__item--colbar,
  .category-header .totaltopics,
  .itemlist--forums .forum-stats-inline,
  .forumrow .forum-stats-inline,
  .forumrow .forum-lastpost-inline,
  .forumrow .redirect-counter-inline,
  .section-header .topic-count,
  .widget-content,
  .topic-poll .poll-info,
  .topic-poll .poll_option_percent {
    font-size: 1.2rem;
  }
}
.alert-neutral {
  background: #efefef;
}
.input-hint {
  background: #fff;
}
.hoverbox,
.attachbox,
.layout-stretched .breadcrumbs-bar,
.layout-boxed .nav-breadcrumbs,
.layout-stretched .detached .nav-breadcrumbs,
.faqlinks__block,
#topicreview,
#cp-box,
.forum-moderators--block {
  background: #efefef;
}
.itemlist__item a.item-title,
.itemlist--forums .item-lastpost__title,
.forumrow a.lastsubject,
.topictitle {
  position: relative;
}
.itemlist__item a.item-title:hover,
.itemlist--forums .item-lastpost__title:hover,
.forumrow a.lastsubject:hover,
.topictitle:hover,
.itemlist__item a.item-title:focus,
.itemlist--forums .item-lastpost__title:focus,
.forumrow a.lastsubject:focus,
.topictitle:focus {
  color: #b54444;
  -webkit-box-shadow: 0 1px 0 0 #b54444;
  box-shadow: 0 1px 0 0 #b54444;
  text-decoration: none;
}
@media (min-width: 768px) {
  .itemlist__item a.item-title:before,
  .itemlist--forums .item-lastpost__title:before,
  .forumrow a.lastsubject:before,
  .topictitle:before {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background: #b54444;
  }
  .itemlist__item a.item-title:hover,
  .itemlist--forums .item-lastpost__title:hover,
  .forumrow a.lastsubject:hover,
  .topictitle:hover,
  .itemlist__item a.item-title:focus,
  .itemlist--forums .item-lastpost__title:focus,
  .forumrow a.lastsubject:focus,
  .topictitle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .itemlist__item a.item-title:hover:before,
  .itemlist--forums .item-lastpost__title:hover:before,
  .forumrow a.lastsubject:hover:before,
  .topictitle:hover:before,
  .itemlist__item a.item-title:focus:before,
  .itemlist--forums .item-lastpost__title:focus:before,
  .forumrow a.lastsubject:focus:before,
  .topictitle:focus:before {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.navigation > li > a,
.offcanvas-navigation-toggle,
.user-area li > .btn,
.user-area .guest-view,
.user-view-pm > a,
.user-view-notifications > a,
.user-view-dropdown-wrapper > a {
  height: 45px;
  line-height: 45px;
}
.section-header,
.thead,
.cp-main h3,
.st-section__header,
.inner > h3,
.category-header,
h3#review {
  display: block;
  line-height: inherit;
  margin-top: 0;
  background-color: #41454b;
  padding: 11px 15px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
  position: relative;
  font-size: inherit;
  z-index: 1;
  color: white;
  margin-bottom: 15px;
  border-bottom: 0 solid rgba(241, 241, 241, 0.85);
}
.section-header a,
.thead a,
.cp-main h3 a,
.st-section__header a,
.inner > h3 a,
.category-header a,
h3#review a {
  color: inherit;
}
.section-header a:hover,
.thead a:hover,
.cp-main h3 a:hover,
.st-section__header a:hover,
.inner > h3 a:hover,
.category-header a:hover,
h3#review a:hover {
  color: inherit;
}
.section-header + .itemlist,
.thead + .itemlist,
.cp-main h3 + .itemlist,
.st-section__header + .itemlist,
.inner > h3 + .itemlist,
.category-header + .itemlist,
h3#review + .itemlist {
  margin-top: -15px;
}
.dropdown-menu::-webkit-scrollbar-track,
.dropdown .dropdown-contents::-webkit-scrollbar-track,
.notifications-list::-webkit-scrollbar-track {
  background-color: #fff;
}
.dropdown-menu::-webkit-scrollbar,
.dropdown .dropdown-contents::-webkit-scrollbar,
.notifications-list::-webkit-scrollbar {
  width: 9px;
  background-color: transparent;
}
.dropdown-menu::-webkit-scrollbar-thumb,
.dropdown .dropdown-contents::-webkit-scrollbar-thumb,
.notifications-list::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 3px solid #fff;
  border-radius: 10px;
}
.dropdown-menu::-webkit-scrollbar-thumb:hover,
.dropdown .dropdown-contents::-webkit-scrollbar-thumb:hover,
.notifications-list::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
#topicreview::-webkit-scrollbar-track,
.codebox pre::-webkit-scrollbar-track,
blockquote .blockquote__inner::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
#topicreview::-webkit-scrollbar,
.codebox pre::-webkit-scrollbar,
blockquote .blockquote__inner::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}
#topicreview::-webkit-scrollbar-thumb,
.codebox pre::-webkit-scrollbar-thumb,
blockquote .blockquote__inner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#topicreview::-webkit-scrollbar-thumb:hover,
.codebox pre::-webkit-scrollbar-thumb:hover,
blockquote .blockquote__inner::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1300px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#wrap {
  margin-top: 0;
  margin-bottom: 0;
}
.layout-boxed #wrap {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.layout-boxed #wrap .container {
  width: 100% !important;
  max-width: 100% !important;
}
#page-body {
  background-color: #fff;
}
@media (min-width: 768px) {
  #page-body {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .layout-boxed {
    margin: 0 15px;
  }
}
@media (min-width: 992px) {
  .big-grid {
    display: table;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-maincontent,
  .col-sidebar {
    display: table-cell;
    height: 100%;
    vertical-align: top;
  }
}
.col-sidebar {
  min-width: 275px;
}
@media (min-width: 992px) {
  .col-sidebar {
    width: 20%;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-sidebar {
    width: 24%;
  }
}
.sidebar-ad a {
  width: 100%;
}
.taphighlight {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.avatar img,
.lastpostavatar img {
  overflow: hidden;
  -webkit-background-size: contain;
  background-size: contain;
  border-radius: 2px;
  max-width: 90px;
  max-height: 90px;
  height: auto;
}
.roundAvatars-enabled .lastpostavatar img,
.roundAvatars-enabled .avatar img,
.roundAvatars-enabled .userprofile-avatar img {
  border-radius: 1000px;
}
.roundAvatars-enabled .notRound img {
  border-radius: 2px;
}
.display-options {
  color: #777;
  text-align: center;
  padding: 4px 8px;
  background: #f5f5f5;
  margin-bottom: 15px;
}
.display-options:hover {
  color: inherit;
}
.display-options label {
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
}
.display-options select,
.display-options .fancyInput--select {
  min-width: 0;
  text-align: center;
  padding-left: 5px;
  border-radius: 2px;
  color: inherit;
  background: transparent;
  border: 0;
  color: #303030;
  font-weight: 500;
}
.rank-legend {
  display: none !important;
}
.rank-legend > a {
  display: block;
  color: inherit;
  line-height: 1;
  margin-bottom: 10px;
}
.rank-legend > a:last-child {
  margin-bottom: 0;
}
.rank-legend em {
  display: inline-block;
  width: 4px;
  height: 15px;
  vertical-align: middle;
  margin-right: 6px;
}
.posthilit {
  background: #ff3;
}
.linklist > li {
  float: left;
}
.linklist > li > a {
  display: block;
  float: left;
  padding: 0 8px;
}
.linklist > li > a:first-child {
  padding-left: 0;
}
.rules {
  margin-bottom: 15px;
  padding: 0 12px 15px;
  border: 2px solid #cf6363;
}
.rules strong {
  font-weight: 500;
  display: inline-block;
  background-color: #cf6363;
  padding: 2px 8px 4px;
  margin-bottom: 11px;
  color: white;
}
.rules-link a {
  font-weight: 500;
}
.rules-link {
  border: 0;
  background: transparent;
  font-weight: bold;
  padding: 0;
}
.rules-link a {
  padding: 8px 15px;
  color: #cf6363;
  display: inline-block;
  border: 2px solid #cf6363;
}
.rules-link a:hover {
  color: white;
  background: #cf6363;
}
.forum-moderators {
  display: block;
}
.forum-moderators__label {
  margin: 0 4px 0 0;
}
.rules-link:hover {
  color: inherit;
}
.icon-subscribe a:before,
.icon-unsubscribe a:before {
  margin-right: 4px;
  font-size: 1.5rem;
  position: relative;
  top: 1px;
}
.icon-subscribe a:before {
  content: "";
}
.icon-unsubscribe a:before {
  content: "";
}
.no-content {
  padding: 8px 15px;
  background-color: #efefef;
  margin-bottom: 15px;
}
#postingbox dt,
#postingbox dd {
  width: auto;
  float: none;
  margin: 0;
  display: inline-block;
}
.text-right,
.text-center {
  display: block;
}
.text-right + br,
.text-center + br {
  display: none;
}
html[lang="ar"] body {
  font-family: -apple-system, sans-serif;
}
html {
  background-image: none !important;
}
#st-bgimg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
a:focus {
  outline: 0;
}
img {
  max-width: 100%;
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
.timestamp {
  cursor: default;
}
a .timestamp {
  cursor: pointer;
}
html.timestamps .item-col-lastpost .timestamp {
  display: none;
}
.fi {
  vertical-align: baseline;
  display: inline-block;
}
.fi--full {
  font-size: 24px;
}
@media (max-width: 700px), (max-device-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;
  }
}
.skiplink {
  display: block;
  left: 0;
  right: 0;
  background: white;
  padding: 10px;
  text-align: center;
}
.skiplink:focus {
  text-decoration: none;
}
.st-anchor {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin-top: -8px;
  padding-top: 8px;
}
.stickyheader-enabled .st-anchor {
  margin-top: -53px;
  padding-top: 53px;
}
.st-panel,
.panel {
  padding: 8px;
  background: #efefef;
  margin-bottom: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .st-panel,
  .panel {
    padding: 15px;
  }
}
.panel {
  padding: 0;
  background: transparent;
}
.panel-bare {
  margin-bottom: 15px;
}
.input-group-addon {
  background: #eee;
  font-weight: 500;
}
.block-2 {
  background: #f5f5f5;
}
.hoverbox {
  clear: both;
  margin-bottom: 15px;
  border-radius: 2px;
  color: #555;
  padding: 15px;
}
.block-header {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 0;
}
.block-header a {
  color: inherit;
  text-decoration: none;
}
.block-header i {
  margin-right: 1px;
}
.block-content {
  padding: 0;
}
.action-bar > .btn,
.action-bar > .pagination,
.action-bar > select,
.action-bar > input,
.action-bar > button {
  margin-bottom: 15px;
}
.action-bar .buttons {
  float: left;
  font-size: 0;
  margin-bottom: 15px;
}
.action-bar .buttons .btn {
  margin-right: 4px;
}
.action-bar .search-box {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .action-bar .search-box {
    float: left;
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .action-bar .search-box {
    clear: none;
  }
}
.action-bar .search-box--full {
  max-width: none;
}
.action-bar .right-side {
  float: none;
  clear: both;
}
@media (min-width: 768px) {
  .action-bar .right-side {
    float: right;
    clear: none;
    margin: 0 0 0 10px;
  }
}
.action-bar .right-side > .btn,
.action-bar .right-side > .pagination,
.action-bar .right-side > select,
.action-bar .right-side > input,
.action-bar .right-side > button {
  margin-bottom: 15px;
}
.search-box .btn {
  padding-top: 0;
  padding-bottom: 0;
}
.heading-secondary,
.userprofile-panel h3 {
  font-size: 2.1rem;
  display: block;
  margin: 0 0 5px 0;
  font-weight: 500;
}
.username {
  color: inherit;
}
.username-coloured {
  font-weight: 500;
}
.user-status-indicator {
  font-size: 1rem;
  cursor: default;
  color: #ddd;
}
.user-status-indicator:after {
  content: "";
  font-size: inherit;
}
.online .user-status-indicator {
  color: #73b259;
}
.notification-count {
  z-index: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 1.1rem;
  background: #cf6363;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 4px;
  color: white;
  min-width: 1rem;
  display: inline-block;
  border: 1px solid white;
  font-family: sans-serif;
  height: 1.6rem;
  line-height: 1.6rem;
  border-radius: 3px;
  position: absolute;
  top: 6px;
  right: 25px;
}
.loading_spinner {
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
  display: none;
}
.csstransforms.cssanimations .loading_spinner {
  display: block;
}
.loading_spinner > div {
  background-color: white;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  -o-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.loading_spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
  -webkit-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.loading_spinner .rect3 {
  -webkit-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.loading_spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.loading_spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.label {
  display: inline-block;
}
.alert-neutral {
  border-color: #b2b2b2;
  color: #525252;
}
.alert-title {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
}
.alert a {
  color: inherit;
  font-weight: bold;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
}
.alert a:hover,
.alert a:focus {
  text-decoration: none;
  border-bottom-style: solid;
}
a.close {
  text-shadow: none;
  text-decoration: none;
  border-width: 0;
  opacity: 0.4;
}
a.close:hover {
  opacity: 1;
}
#phpbb_announcement {
  color: rgba(0, 0, 0, 0.7);
  border-radius: 0 !important;
  margin: 0 0 15px !important;
  padding: 10px 15px !important;
}
#phpbb_announcement a.close {
  opacity: 0;
  width: auto;
  height: auto;
  background: transparent;
}
#phpbb_announcement a.close:before {
  content: "\00D7";
}
#phpbb_announcement a.close:hover {
  opacity: 1;
}
#phpbb_announcement div {
  font-size: 1.3rem !important;
}
.alert-dismissable .close,
.alert-dismissible .close,
#phpbb_announcement .close {
  opacity: 0;
  position: relative;
  top: -2px;
  right: -4px;
  font-size: 24px;
  color: #000;
}
.alert-dismissable .close:hover,
.alert-dismissible .close:hover,
#phpbb_announcement .close:hover {
  opacity: 0.8 !important;
}
.alert:hover .close,
#phpbb_announcement:hover .close,
.touch .close {
  opacity: 0.4;
}
.drop-arrow > a:after {
  font-size: 1.5rem;
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-left: 6px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  top: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.drop-arrow.open > a:after,
.no-js .drop-arrow:hover > a:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.no-csstransforms .drop-arrow.open > a:after,
.no-csstransforms.no-js .drop-arrow:hover > a:after {
  content: "";
}
.dropdown-header,
.dropdown-footer {
  background: #fff;
  padding: 10px;
  display: block;
}
.dropdown-header {
  background: white;
  border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #e7e7e7;
}
.dropdown-header > strong {
  position: relative;
  top: 2px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #555;
}
.dropdown-header a {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2rem;
}
.dropdown-footer {
  background: #f5f5f5;
  border-radius: 0 0 2px 2px;
  border-top: 1px solid #e7e7e7;
}
.page-header {
  border: 0;
  margin: 0;
  padding: 10px 0 25px 0;
  display: table;
  width: 100%;
}
.page-header .page-header-inner,
.page-header .action-bar {
  margin-bottom: 0;
  display: block;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .page-header .page-header-inner,
  .page-header .action-bar {
    display: table-cell;
  }
}
@media (min-width: 480px) {
  .page-header .action-bar {
    padding-top: 0;
    text-align: right;
  }
}
.page-header .forum-title a {
  color: inherit;
  text-decoration: none;
}
.container > h2,
h2 {
  font-size: 2.1rem;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .container > h2,
  h2 {
    font-size: 2.6rem;
  }
}
.container > h2 a,
h2 a {
  color: inherit;
}
h2 a:hover,
h2 a:focus {
  color: inherit;
}
.container > h2 {
  padding: 10px 0 25px 0;
}
.arrow-left:before {
  position: relative;
  vertical-align: middle;
  top: -1px;
  left: 0;
  font-size: 2rem;
}
.arrow-right:after {
  position: relative;
  vertical-align: middle;
  top: -1px;
  left: 0;
  font-size: 2rem;
}
.arrow-left:before {
  content: "";
}
.arrow-right:after {
  content: "";
}
.attachbox {
  background: #f5f5f5;
  margin: 0;
}
.attachbox > dt:first-child {
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #777;
}
.attachbox .file {
  margin-bottom: 4px;
  padding: 8px 0;
  border-top: 1px solid #d5d5d5;
}
.attachbox .file dt a {
  font-size: 1.1em;
}
.attachbox .postimage {
  margin-bottom: 4px;
}
.attachbox .postlink {
  font-weight: 500;
}
.attach-image + dd {
  margin-top: 8px;
}
.attachbox {
  margin-bottom: 0;
  margin-top: 15px;
  padding: 8px 15px 0;
  display: inline-block;
  position: relative;
  border-left: 30px solid #41454b;
}
.attachbox:after {
  content: "";
  font-size: 2.4rem;
  position: absolute;
  left: -26px;
  top: 10px;
  color: white;
}
.inline-attachment {
  color: #969696;
}
.inline-attachment dd {
  font-size: 0.9em;
}
.inline-attachment dd:last-child:before {
  content: "";
  font-size: 1.9rem;
  vertical-align: middle;
  margin-right: 4px;
}
.imageset.icon_topic_attach {
  display: none;
}
dl.details dt,
dl.details dd {
  padding: 5px 0;
}
dl.details dt {
  float: left;
  width: 30%;
  clear: left;
  text-align: right;
  padding-right: 5px;
  text-transform: uppercase;
  font-size: 11px;
  color: #555;
  position: relative;
  top: 2px;
  word-wrap: break-word;
}
@media (min-width: 480px) {
  dl.details dt {
    width: 50%;
  }
}
dl.details dd {
  float: left;
  width: 70%;
  text-align: left;
  font-size: 13px;
}
@media (min-width: 480px) {
  dl.details dd {
    width: 50%;
  }
}
dl.details dd .fa {
  font-size: 14px;
  margin-left: 10px;
}
.st-section {
  margin-bottom: 15px;
}
.simplepage__return {
  display: none;
  margin: auto;
  width: 100%;
  padding: 25px 15px;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .simplepage__return {
    width: 700px;
    padding: 25px 0;
  }
}
.simplepage__return:hover,
.simplepage__return:focus,
.simplepage__return:active {
  color: rgba(0, 0, 0, 0.9);
}
.simplepage__box {
  width: 100%;
  padding: 8px;
  margin: auto;
  background-color: #fff;
}
@media (min-width: 768px) {
  .simplepage__box {
    width: 700px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px;
  }
}
.simplepage__box .page-title,
.simplepage__box .page-header .forum-title,
.page-header .simplepage__box .forum-title {
  display: block;
  margin: -8px -8px 15px;
  font-size: 1.7rem;
  font-weight: normal;
  border-bottom: 1px solid #e7e7e7;
  padding: 15px;
  background-color: #fcfcfc;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 768px) {
  .simplepage__box .page-title,
  .simplepage__box .page-header .forum-title,
  .page-header .simplepage__box .forum-title {
    margin: -15px -15px 15px;
  }
}
.simplepage__box .page-title + p,
.simplepage__box .page-header .forum-title + p,
.page-header .simplepage__box .forum-title + p {
  text-align: center;
}
.simplepage__box textarea,
.simplepage__box select {
  width: 100%;
}
.simplepage__box .st-fancyCheckbox {
  top: 0;
}
.simplepage__box .submit-buttons {
  text-align: center;
  margin-top: 15px;
  padding-top: 0;
  border-top: 0;
}
.simplepage__message {
  margin-bottom: 15px;
  display: block;
}
.simplepage__checkbox {
  text-align: center;
}
.member-search .btn {
  font-weight: bold;
}
.left-box {
  float: left;
  width: auto;
  text-align: left;
  max-width: 100%;
}
.left-box.profile-details {
  width: 80%;
}
.right-box {
  float: right;
  width: auto;
  text-align: right;
  max-width: 100%;
}
.def-rules li {
  padding: 5px 0;
}
.phpbb_alert {
  display: none;
  left: 0;
  padding: 0 25px 20px 25px;
  position: fixed;
  right: 0;
  left: 0;
  top: 100px;
  z-index: 50;
  margin: 0 15px;
  background-color: #fff;
  z-index: 99999;
  border-radius: 3px;
  border: 0;
}
@media (min-width: 480px) {
  .phpbb_alert {
    top: 150px;
  }
}
@media (min-width: 480px) {
  .phpbb_alert {
    width: 450px;
    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;
  text-decoration: none;
  background: transparent;
  position: absolute;
  top: 3px;
  right: 10px;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 200;
  font-size: 40px;
}
.phpbb_alert .alert_close:hover {
  opacity: 0.8;
}
.phpbb_alert p {
  margin: 8px 0;
  font-size: 1.3rem;
  color: #555;
}
.phpbb_alert label {
  display: block;
  margin: 8px 0;
  padding-bottom: 8px;
}
.phpbb_alert .submit-buttons {
  border: 0;
  text-align: left;
  padding: 0;
  margin: 0;
}
.phpbb_alert input[name="confirm"].button2 {
  color: white;
  font-weight: normal;
  background: #599877;
}
.phpbb_alert input[name="confirm"].button2:hover {
  background: #69a786;
}
.phpbb_alert input[name="cancel"].button2 {
  color: white;
  font-weight: normal;
  background: #777;
}
.phpbb_alert input[name="cancel"].button2:hover {
  background: #868686;
}
#darkenwrapper {
  display: none;
  position: relative;
  z-index: 9999;
}
#darken {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: 9999;
}
#loading_indicator {
  background: center center no-repeat;
  background-color: #000;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.24);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.24);
  background-image: url("loading.gif");
  border-radius: 5px;
  display: none;
  opacity: 0.8;
  margin-top: -25px;
  margin-left: -25px;
  height: 50px;
  width: 50px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 3000;
}
.csstransforms.cssanimations #loading_indicator {
  opacity: 0.8;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: -30px;
  margin-top: -30px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 60px;
  border-radius: 50%;
  width: 60px;
  background-image: none;
}
.csstransforms.cssanimations #loading_indicator:before,
.csstransforms.cssanimations #loading_indicator:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 100%;
  -webkit-animation: loader 0.7s infinite linear;
  -o-animation: loader 0.7s infinite linear;
  animation: loader 0.7s infinite linear;
}
.csstransforms.cssanimations #loading_indicator:before {
  border-left-color: white;
}
.csstransforms.cssanimations #loading_indicator:after {
  border-bottom-color: white;
  -webkit-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.phpbb_alert {
  background-color: #fff;
  border-color: #999;
}
.phpbb_alert h3 {
  font-weight: 300;
}
.phpbb_alert :last-child {
  margin-bottom: 0;
}
#darken {
  background-color: #000;
}
#loading_indicator {
  background-color: #000;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.24);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.24);
  background-image: url("loading.gif");
}
.utility-bar {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  background: white;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  color: #555;
}
.utility-bar .container {
  padding: 0;
}
.h-nb .utility-bar {
  border-radius: 0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.nb-h .utility-bar {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.layout-stretched.nb-h .utility-bar {
  z-index: 1001;
}
.utility-bar.stuck {
  z-index: 1001;
  border-radius: 0 !important;
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),
    0px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.08);
}
.utility-bar .dropdown-menu {
  margin-top: 8px;
}
.utility-bar.navbar-dark {
  color: white;
  background: rgba(41, 41, 41, 0.95);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.utility-bar.navbar-dark.stuck {
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) !important;
}
.utility-bar.navbar-dark .dropdown-menu {
  color: #303030;
}
@media (min-width: 768px) {
  .transparent + .stickyContainer .utility-bar {
    border-radius: 4px 4px 0 0;
  }
}
.icon-menu-bars {
  width: 18px;
  display: inline-block;
  position: relative;
  top: 2px;
  z-index: 1;
}
.icon-menu-bars .bar-1,
.icon-menu-bars .bar-2,
.icon-menu-bars .bar-3 {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  display: block;
  background: #555;
  width: 100%;
  height: 2px;
  margin-top: 3px;
}
.navbar-dark .icon-menu-bars .bar-1,
.navbar-dark .icon-menu-bars .bar-2,
.navbar-dark .icon-menu-bars .bar-3 {
  background: #efefef;
}
.icon-menu-bars .bar-1:first-child,
.icon-menu-bars .bar-2:first-child,
.icon-menu-bars .bar-3:first-child {
  margin-top: 0;
}
.dd-container.open .icon-menu-bars .bar-2,
.dropup.open .icon-menu-bars .bar-2,
.no-js .dd-container:hover .icon-menu-bars .bar-2,
.no-js .dropup:hover .icon-menu-bars .bar-2 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.dd-container.open .icon-menu-bars .bar-1,
.dropup.open .icon-menu-bars .bar-1,
.no-js .dd-container:hover .icon-menu-bars .bar-1,
.no-js .dropup:hover .icon-menu-bars .bar-1 {
  -webkit-transform: rotate(45deg) translateY(4px) translateX(3px);
  -ms-transform: rotate(45deg) translateY(4px) translateX(3px);
  -o-transform: rotate(45deg) translateY(4px) translateX(3px);
  transform: rotate(45deg) translateY(4px) translateX(3px);
}
.dd-container.open .icon-menu-bars .bar-3,
.dropup.open .icon-menu-bars .bar-3,
.no-js .dd-container:hover .icon-menu-bars .bar-3,
.no-js .dropup:hover .icon-menu-bars .bar-3 {
  -webkit-transform: rotate(-45deg) translateY(-4px) translateX(3px);
  -ms-transform: rotate(-45deg) translateY(-4px) translateX(3px);
  -o-transform: rotate(-45deg) translateY(-4px) translateX(3px);
  transform: rotate(-45deg) translateY(-4px) translateX(3px);
}
.navigation {
  margin: 0;
  display: none;
  float: left;
}
@media (min-width: 768px) {
  .navigation {
    display: table;
  }
}
.navigation > li > a:hover,
.navigation > li > a:focus,
.user-area .guest-register > .btn,
.dd-container.open > a {
  background-color: rgba(0, 0, 0, 0.03);
}
.navbar-dark .navigation > li > a:hover,
.navbar-dark .navigation > li > a:focus,
.navbar-dark .user-area .guest-register > .btn,
.user-area .navbar-dark .guest-register > .btn,
.navbar-dark .dd-container.open > a {
  background-color: rgba(255, 255, 255, 0.1);
}
.navigation > li {
  display: table-cell;
  vertical-align: middle;
}
.navigation > li[class*="icon-"] {
  background-image: none;
}
.navigation > li > a {
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
}
.navigation > li > a:hover,
.navigation > li > a:focus {
  color: #222;
}
.navbar-dark .navigation > li > a:hover,
.navbar-dark .navigation > li > a:focus {
  color: white;
}
.offcanvas-navigation-toggle {
  display: block;
  float: left;
  padding: 0 8px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .offcanvas-navigation-toggle {
    padding: 0 15px;
    display: none;
  }
}
.offcanvas-open .offcanvas-navigation-toggle .bar-1 {
  -webkit-transform: rotate(-45deg) translate(-5px, -3px) scale(0.6, 1);
  -ms-transform: rotate(-45deg) translate(-5px, -3px) scale(0.6, 1);
  -o-transform: rotate(-45deg) translate(-5px, -3px) scale(0.6, 1);
  transform: rotate(-45deg) translate(-5px, -3px) scale(0.6, 1);
}
.offcanvas-open .offcanvas-navigation-toggle .bar-3 {
  -webkit-transform: rotate(45deg) translate(-5px, 3px) scale(0.6, 1);
  -ms-transform: rotate(45deg) translate(-5px, 3px) scale(0.6, 1);
  -o-transform: rotate(45deg) translate(-5px, 3px) scale(0.6, 1);
  transform: rotate(45deg) translate(-5px, 3px) scale(0.6, 1);
}
.utility-bar .dd-container.open > a {
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  color: #333;
}
.navbar-dark .dd-container.open > a {
  color: white;
}
.offcanvas-content .drop-arrow > a:after {
  float: right;
  font-size: 2rem;
  top: 0;
}
.offcanvas-content .offcanvas-navigation-toggle {
  display: none;
}
.offcanvas-content .navigation,
.offcanvas-content .navigation {
  display: block;
  float: none;
  font-size: 1.1rem;
}
.offcanvas-content .navigation > li,
.offcanvas-content .navigation > li {
  display: block;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
.offcanvas-content .navigation > li:last-child,
.offcanvas-content .navigation > li:last-child {
  border-bottom: 0;
}
.offcanvas-content .navigation > li > a,
.offcanvas-content .navigation > li > a {
  display: block;
  color: white;
  height: auto;
  line-height: inherit;
  padding: 18px 2px;
}
.offcanvas-content .navigation .dropdown-menu,
.offcanvas-content .navigation .dropdown-menu {
  opacity: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 100%;
  left: 0;
  float: none;
  width: 100%;
  font-size: 13px;
  background: #555;
  margin-bottom: 15px;
  max-height: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offcanvas-content .navigation .dropdown-menu .divider,
.offcanvas-content .navigation .dropdown-menu .divider {
  background: rgba(255, 255, 255, 0.1);
}
.offcanvas-content .navigation .dropdown-menu > li > a,
.offcanvas-content .navigation .dropdown-menu > li > a {
  max-width: none;
  padding: 10px 24px 10px 20px;
  color: white;
}
.offcanvas-content .navigation .dropdown-menu > li > a:hover,
.offcanvas-content .navigation .dropdown-menu > li > a:focus,
.offcanvas-content .navigation .dropdown-menu > li > a:hover,
.offcanvas-content .navigation .dropdown-menu > li > a:focus {
  background: #777;
}
.offcanvas-content .navigation .open > .dropdown-menu,
.offcanvas-content .navigation .open > .dropdown-menu {
  opacity: 1;
  position: relative;
}
table.table1 span.rank-img {
  float: right;
}
table.table1 .info {
  width: 30%;
}
.quick-links.dropdown {
  position: relative;
}
.quick-links.dropdown > a:after {
  display: none;
  content: none;
}
.quick-links.dropdown.open {
  background: transparent;
}
.quick-links-label {
  display: none;
}
.offcanvas-content .quick-links-label {
  display: inline;
}
.offcanvas-content .icon-menu-bars {
  float: right;
}
.offcanvas-content .icon-menu-bars .bar-1,
.offcanvas-content .icon-menu-bars .bar-2,
.offcanvas-content .icon-menu-bars .bar-3 {
  background: white;
}
.quick-links .dropdown-menu {
  left: 8px;
  min-width: 200px;
}
li.quick-links > a {
  padding-left: 15px;
  padding-right: 10px;
  background: transparent !important;
}
.quicklogin {
  position: static;
}
@media (min-width: 480px) {
  .quicklogin {
    position: relative;
  }
}
.quicklogin.open > a.btn {
  background: transparent;
}
.quicklogin .input-group {
  margin-bottom: 15px;
}
.quicklogin-dropdown {
  right: 8px;
  left: 8px;
  margin-top: 11px;
  padding: 15px;
  width: auto;
  max-height: 400px;
}
@media (min-width: 480px) {
  .quicklogin-dropdown {
    width: 282px;
    left: auto;
  }
}
.quicklogin-dropdown:before,
.quicklogin-dropdown:after {
  display: none;
  position: absolute;
  content: "";
  top: -9px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.quicklogin-dropdown:after {
  top: -8px;
  border-bottom-color: #fff;
}
.quicklogin-dropdown .checkbox {
  margin-bottom: 15px;
  line-height: 1.6;
}
.quicklogin__forgot {
  display: block;
  padding: 3px;
  text-align: center;
  color: #777;
  margin-top: 15px;
}
.quicklogin__forgot:hover {
  color: #333;
}
.quicklogin__login-btn {
  display: block;
  padding: 3px;
  width: 100%;
}
.quicklogin__username-input,
.quicklogin__password-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d5d5d5;
}
.quicklogin__username-input:focus,
.quicklogin__password-input:focus {
  background: #f5f5f5;
  border-color: transparent;
}
.quicklogin__username-input {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.04);
}
.quicklogin__oneall {
  margin: -15px;
  margin-bottom: 15px;
  padding: 15px;
  background: #efefef;
}
.quicklogin__oneall iframe {
  visibility: hidden !important;
}
.quicklogin.open .quicklogin__oneall iframe {
  visibility: visible !important;
}
.user-area {
  float: right;
}
.user-area li > .btn {
  color: inherit;
  border-radius: 0;
  background-image: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  font-family: "Helvetica Neue", "open sans", arial, sans-serif;
}
.user-area li > .btn:hover {
  color: #b54444;
}
.navbar-dark .user-area li > .btn:hover {
  color: white;
}
.user-area .guest-login > .btn {
  padding-left: 15px;
}
.user-area .open > a.btn {
  color: #b54444;
}
.navbar-dark .user-area .open > a.btn {
  color: white;
}
.user-area .guest-view {
  display: table;
  line-height: normal;
}
.user-area .guest-view li {
  display: table-cell;
  vertical-align: middle;
}
.user-view-pm .fi,
.user-view-notifications .fi {
  line-height: inherit;
  font-size: 1.7rem;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s, -o-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s, -o-transform 0.1s;
}
.user-view-pm .notification-count,
.user-view-notifications .notification-count {
  padding: 0 0.4rem;
  border-radius: 50%;
  height: 1.8rem;
  line-height: 1.8rem;
  top: 3px;
  right: 24px;
  border-width: 3px;
  font-weight: bold;
  -webkit-transform: scale(0.6) translate(0px, -6px);
  -ms-transform: scale(0.6) translate(0px, -6px);
  -o-transform: scale(0.6) translate(0px, -6px);
  transform: scale(0.6) translate(0px, -6px);
  color: transparent;
  background-color: #ea4141;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
}
.user-view-pm .notification-count:after,
.user-view-notifications .notification-count:after {
  z-index: 1;
  position: relative;
  content: "";
  background: #ea4141;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  opacity: 0;
  border-radius: 100%;
  pointer-events: none;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.navbar-dark .user-view-pm .notification-count,
.navbar-dark .user-view-notifications .notification-count {
  border-color: #3d3d3d;
  background-color: #ec6161;
}
.navbar-dark .user-view-pm .notification-count:after,
.navbar-dark .user-view-notifications .notification-count:after {
  background-color: #ec6161;
}
@media (min-width: 992px) {
  .user-view-pm a:hover .notification-count:after,
  .user-view-notifications a:hover .notification-count:after {
    -webkit-animation: pulse 2s ease-out;
    -o-animation: pulse 2s ease-out;
    animation: pulse 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
}
.open.user-view-notifications:not(.has-unread) > a .fi,
.user-view-notifications:hover:not(.has-unread) > a .fi {
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.open.user-view-notifications:not(.has-unread) > a .fi:before,
.user-view-notifications:hover:not(.has-unread) > a .fi:before {
  content: "";
}
.user-view-pm i:before,
.user-view-pm i:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.user-view-pm i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  font-style: normal;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
}
.user-view-pm:hover i:before {
  opacity: 0;
}
.user-view-pm:hover i:after {
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.user-view-pm,
.user-view-notifications,
.user-view-dropdown-wrapper {
  float: left;
  position: static;
}
@media (min-width: 768px) {
  .user-view-pm,
  .user-view-notifications,
  .user-view-dropdown-wrapper {
    position: relative;
  }
}
.user-view-pm > a,
.user-view-notifications > a,
.user-view-dropdown-wrapper > a {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  text-align: center;
  color: inherit;
  text-decoration: none !important;
}
.open .notification-count {
  border-color: #f1f1f1;
}
.notifications-list {
  outline: 1px solid transparent;
  max-height: -webkit-calc(100vh - 180px);
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}
a.user-view-dropdown {
  padding-right: 15px;
  border-width: 0 0 0 1px;
  border-radius: 0 4px 0 0;
}
@media (min-width: 480px) {
  a.user-view-dropdown {
    padding-right: 15px;
  }
}
.sticky a.user-view-dropdown {
  border-radius: 0;
}
.js a.user-view-dropdown {
  cursor: pointer;
}
a.user-view-dropdown > img {
  width: auto;
  height: 28px;
  border-radius: 3px;
  position: relative;
  top: -1px;
}
a.user-view-dropdown:after {
  margin-left: 0;
  display: none;
}
.user-view-username {
  text-decoration: none !important;
  color: inherit;
  display: none;
}
.user-view-username .username-coloured {
  color: #555 !important;
}
.user-view-dropdown-menu {
  right: 8px;
  left: auto;
}
.user-view-dropdown-menu:before,
.user-view-dropdown-menu:after {
  display: none;
  position: absolute;
  content: "";
  top: -9px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.user-view-dropdown-menu:after {
  top: -8px;
  border-bottom-color: #fff;
}
.notifications-dropdown {
  padding: 0;
  right: 8px;
  left: 8px;
  border-radius: 4px;
  width: auto;
  max-height: none;
}
@media (min-width: 768px) {
  .notifications-dropdown {
    right: 0;
    left: auto;
    width: 350px;
  }
}
.notifications-dropdown li > a:focus,
.notifications-dropdown li > a:hover {
  background-color: #f9f9f9;
}
.notifications-dropdown ul {
  margin-bottom: 0;
}
.notifications-dropdown .dropdown-header {
  border-radius: 4px 4px 0 0;
  padding: 12px 15px;
  border: 0;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.notifications-dropdown .dropdown-footer {
  border: 0;
  position: relative;
  border: 0;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  background: white;
}
.notifications-dropdown .dropdown-footer > a {
  max-width: none;
  margin: -10px;
  color: #555;
  font-weight: 500;
  border-radius: 0 0 4px 4px;
  padding: 12px;
}
.notifications-dropdown .dropdown-footer > a:hover {
  background: #f5f5f5;
}
.notifications-dropdown:before,
.notifications-dropdown:after {
  display: none;
  position: absolute;
  content: "";
  top: -9px;
  right: 77px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .notifications-dropdown:before,
  .notifications-dropdown:after {
    right: 15px;
  }
}
.notifications-dropdown:after {
  top: -8px;
  border-bottom-color: white;
}
.notification-item {
  position: relative;
  overflow: hidden;
  border: 0 solid #e7e7e7;
  border-bottom-width: 1px;
  color: #303030;
  background: white;
}
.notification-item:first-child {
  border-top-width: 0;
}
.notification-item:last-child {
  border-bottom-width: 0;
}
.notification-item.bg2 {
  border-color: #e7d5c3;
  background: #fff7df;
}
.notification-item.bg2 .notification-block:hover,
.notification-item.bg2 .notification-block:focus {
  background: #fff9e7;
}
.notification-item img {
  width: 48px;
  height: 48px;
  float: left;
  border-radius: 3px;
  position: relative;
  top: 3px;
}
.notification-item .notification-block {
  padding: 10px 15px;
  display: block;
  color: inherit;
  text-decoration: none;
}
.notification-item div.notification-block {
  cursor: default;
}
@media (min-width: 768px) {
  .notification-item
    + .notification-item
    + .notification-item
    + .notification-item
    + .notification-item {
    display: block;
  }
}
.notification_text {
  margin-left: 60px;
}
.notification_text > p {
  margin: 0;
}
.notification-title > span {
  font-weight: 500;
}
.notifications-dropdown .notification-reference {
  margin-bottom: 0;
  color: #555;
  font-size: 1.1rem;
}
.notification-time {
  font-size: 1.1rem;
  color: #aaa;
  text-align: right;
  margin-top: 5px;
  display: block;
}
.bg2 .notification-time {
  color: #b69b92;
}
.no-notifications {
  color: #777;
  text-align: center;
  padding: 10px;
}
.notifications-toplinks {
  margin-right: -5px;
}
.notifications-toplinks a {
  padding: 10px 5px;
}
.notifications-toplinks .fi {
  font-size: 14px;
  color: #777;
}
.notifications-toplinks a:hover .fi {
  color: #333;
}
a.notification-mark-read.icon-mark {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 10px;
  margin-top: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  text-align: center;
  background: #599877;
  border-radius: 100px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s, -o-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s,
    -o-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  font-size: 12px;
  color: white;
  z-index: 9999;
}
a.notification-mark-read.icon-mark:hover,
a.notification-mark-read.icon-mark:focus {
  background: #474747;
  background: rgba(0, 0, 0, 0.71);
}
a.notification-mark-read.icon-mark .fi {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -9px;
}
.notification-item:hover a.notification-mark-read.icon-mark,
.notification-block:focus a.notification-mark-read.icon-mark,
a.notification-mark-read.icon-mark:focus {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}
.no-csstransforms .notification-block:hover a.notification-mark-read.icon-mark,
.no-csstransforms a.notification-mark-read.icon-mark:focus {
  right: 0;
}
.touch a.notification-mark-read.icon-mark {
  display: none;
}
.user-view-logout .fi {
  font-size: 1.7rem;
  line-height: 1;
  top: 3px;
  color: #cf6363;
}
.main-header {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 10%;
  background-repeat: repeat;
  background-color: #4d4d5c;
  background-image: url(poly.png);
  height: 80px;
}
.main-header .container {
  height: 100%;
  width: 100%;
  display: table;
}
.main-header.transparent {
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.layout-boxed .main-header.transparent .container {
  padding: 0;
}
.branding {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .branding {
    width: 70%;
    text-align: left;
  }
}
.section-search .branding {
  width: 100%;
}
.branding .logo {
  text-decoration: none;
  color: white;
  display: inline-block;
}
.branding h1 {
  position: relative;
  top: 1px;
  line-height: 1;
  margin: 0;
  font-weight: 200;
  font-size: 21px;
}
.branding .site-description {
  font-size: 13px;
  color: white;
  opacity: 0.7;
  margin-bottom: 5px;
  display: none;
}
.quicksearch {
  display: none;
  vertical-align: middle;
  width: 30%;
}
@media (min-width: 768px) {
  .quicksearch {
    display: table-cell;
  }
}
.quicksearch fieldset {
  position: relative;
  float: right;
  display: inline-block;
  background-color: white;
  color: #333;
  border-radius: 2px;
}
.quicksearch .form-control {
  z-index: 1;
  position: relative;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 120px;
  border: 0;
  color: inherit;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .quicksearch .form-control {
    width: 240px;
  }
}
.quicksearch .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  background: transparent;
}
.simplepage__box .quicksearch .form-control {
  background: #f5f5f5;
  margin: auto;
  float: none;
}
.quicksearch .btn {
  color: #555;
}
.quicksearch__placeholder {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 13px;
  line-height: 3.4rem;
}
.quicksearch .quicksearch--focus {
  background-color: white;
}
.offcanvas-content .quicksearch {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.offcanvas-content .quicksearch .form-control {
  width: 100%;
  padding: 12px;
  height: auto;
}
.offcanvas-content .quicksearch fieldset {
  margin-top: 2px;
  float: none;
  width: 100%;
  background: white;
}
.offcanvas-content .quicksearch .quicksearch__placeholder {
  line-height: 1.5;
  padding: 12px;
}
.breadcrumbs-bar {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .breadcrumbs-bar.detached {
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.breadcrumbs-bar--top {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .breadcrumbs-bar--top.detached {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs-bar--bottom.detached {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}
.breadcrumbs-bar .quick-nav-link {
  float: right;
  line-height: 1;
}
.breadcrumbs-bar .quick-nav-link > a {
  font-size: 1.7rem;
  color: #969696;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.breadcrumbs-bar .quick-nav-link > a:hover {
  color: #303030;
}
.breadcrumbs-bar .quick-nav-link .dropdown-menu {
  left: auto;
  right: 8px;
  top: 8px;
}
.breadcrumbs-bar--bottom .quick-nav-link .dropdown-menu {
  top: auto;
  bottom: 8px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.breadcrumbs-bar--bottom .quick-nav-link.open > .dropdown-menu {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.breadcrumbs-bar.detached .quick-nav-link > a {
  padding: 0 12px;
}
.nav-breadcrumbs {
  font-size: 0;
  margin: 0;
  padding-left: 15px;
  color: #777;
  line-height: 40px;
  height: 40px;
  cursor: default;
}
.layout-detached .detached .nav-breadcrumbs {
  background-color: transparent;
}
.nav-breadcrumbs .crumb {
  float: left;
  display: block;
}
.nav-breadcrumbs .crumb:before {
  font-size: 1.6rem;
  content: "";
  margin: 0 8px;
  vertical-align: middle;
  position: relative;
  top: 0;
}
.rtl .nav-breadcrumbs .crumb:before {
  content: "";
}
.nav-breadcrumbs .crumb--home:before {
  content: "";
  margin: 0;
  top: 0;
  font-size: 1.4rem;
  color: #555;
}
@media (min-width: 768px) {
  .nav-breadcrumbs .crumb--home:before {
    margin: 0 8px 0 0;
  }
}
.nav-breadcrumbs .crumb > a {
  font-size: 1.2rem;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  overflow: hidden;
  display: inline-block;
  max-width: 120px;
}
@media (min-width: 768px) {
  .nav-breadcrumbs .crumb > a {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .nav-breadcrumbs .crumb > a {
    max-width: 220px;
  }
}
.nav-breadcrumbs .crumb > a:hover,
.nav-breadcrumbs .crumb > a:focus {
  color: #333;
}
@media (max-width: 767px) {
  .nav-breadcrumbs .crumb {
    display: none;
  }
  .nav-breadcrumbs .crumb.crumb--previous {
    margin-left: -15px;
    display: block;
  }
  .nav-breadcrumbs .crumb.crumb--previous:before {
    content: "";
    margin-right: 2px;
    margin-left: 8px;
  }
  .nav-breadcrumbs .crumb.crumb--previous a {
    max-width: 180px;
  }
  .section-index .nav-breadcrumbs .crumb--home:before {
    content: "";
    margin-right: 5px;
  }
}
.jumpbox-dropdown {
  height: auto;
  max-height: 300px;
  overflow-x: hidden;
}
.jumpbox-dropdown li a {
  font-weight: 500;
}
li.jumpbox-subforum a {
  font-weight: normal;
}
li.jumpbox-subforum a span:before {
  content: "\2014";
  margin-right: 10px;
  color: #ccc;
}
.jumpbox-return {
  float: left;
}
.jumpbox-return a {
  padding: 0;
}
.jumpbox-return a:hover {
  color: inherit;
}
.jumpbox-return .arrow-left:before,
.jumpbox-return .arrow-right:before {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.jumpbox-return .arrow-left:hover:before {
  -webkit-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  transform: translateX(-4px);
}
.jumpbox-return .arrow-right:hover:before {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.page-footer {
  color: white;
  background: #3a3d42;
}
.page-footer .copyright {
  padding: 14px 0;
  background: rgba(0, 0, 0, 0.2);
}
.page-footer abbr {
  border-color: #fff;
}
.page-footer a {
  color: inherit;
  opacity: 0.6;
}
.page-footer a:hover,
.page-footer a:focus {
  opacity: 1;
  text-decoration: none;
}
.page-footer__before {
  background: rgba(255, 255, 255, 0.1);
}
.page-footer__before .container {
  height: 45px;
  line-height: 45px;
}
.page-footer--complex .page-footer__inner {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 0;
  margin-bottom: 0;
}
.page-footer--complex .page-footer__inner .container > div {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-footer--complex .page-footer__inner .container > div {
    margin-bottom: 0;
  }
}
.page-footer--complex .page-footer__inner .container > div:last-child {
  margin-bottom: 0;
}
.footer-links-dropdown {
  float: left;
}
@media (min-width: 768px) {
  .footer-links-dropdown {
    display: none;
  }
}
.footer-links-dropdown > a {
  margin: -12px -8px;
  padding: 12px 15px;
}
.footer-links-dropdown .icon-menu-bars .bar-1,
.footer-links-dropdown .icon-menu-bars .bar-2,
.footer-links-dropdown .icon-menu-bars .bar-3 {
  background: white;
}
.footer-links-dropdown .dropdown-menu a {
  opacity: 1;
}
.footer-links {
  display: none;
  float: left;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 768px) {
  .footer-links {
    display: block;
  }
}
.footer-links > li {
  display: inline-block;
}
.footer-links > li > a {
  display: inline-block;
  padding: 0 8px;
}
.footer-links > li > a:first-child {
  padding-left: 0;
}
.footer-block {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .footer-block {
    margin-bottom: 0;
  }
}
.footer-block:last-child {
  margin-bottom: 0;
}
.footer-block .heading {
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
}
.nav-list {
  margin: 0;
}
.nav-list li a {
  padding: 3px 0;
  display: inline-block;
}
.footer-aboutus {
  line-height: 1.5;
}
.footer-aboutus p {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.footer-aboutus h4 {
  margin-top: 0;
}
.debug-info {
  padding: 15px 0;
  background: #111;
  color: white;
  font-family: monospace;
  font-size: 1.4rem;
  line-height: 2rem;
}
.slickthemes-footerlink {
  clear: both;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .slickthemes-footerlink {
    clear: none;
    float: right;
    padding-top: 0;
  }
}
.slickthemes-footerlink a img {
  width: 40px;
  position: absolute;
  top: -6px;
  left: 0;
}
.slickthemes-footerlink .stfl__slick {
  text-transform: uppercase;
  font-size: 11px;
}
.slickthemes-footerlink .stfl__themes {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  margin-left: -1px;
}
.slickthemes-footerlink .designby {
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (min-width: 768px) {
  .slickthemes-footerlink .designby {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
}
.slickthemes-footerlink:hover .designby,
.touch .slickthemes-footerlink .designby {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.socialicons {
  float: right;
}
.socialicons a {
  margin-left: 8px;
}
.socialicons .fi {
  vertical-align: middle;
  font-size: 24px;
}
@media (min-width: 992px) {
  .no-sidebar .itemlist--forums .item-col-stats {
    display: table-cell;
  }
}
.mark-read--index {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #969696;
}
.faqlinks__block {
  margin-bottom: 2px;
}
.faqlinks__block > div {
  background: white;
}
.faqlinks__block > div a {
  color: #969696;
  display: block;
  padding: 5px 8px;
}
.faqlinks__block > div a:hover {
  color: inherit;
}
.faqlinks__block > div a:first-child {
  padding-top: 15px;
}
.faqlinks__block > div a:last-child {
  padding-bottom: 15px;
}
.faqlinks__block__title {
  font-weight: normal;
  display: block;
  position: relative;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
}
.faqlinks__block__title:after {
  content: "";
  font-size: 19px;
  position: absolute;
  top: 9px;
  right: 6px;
  color: rgba(0, 0, 0, 0.15);
}
.faqlinks__block__title:hover {
  background: #f3f3f3;
}
.faqlinks__block__title:hover:after {
  color: rgba(0, 0, 0, 0.35);
}
.collapsed > .faqlinks__block__title:after {
  content: "";
}
.faqlinks__link {
  display: block;
  padding: 4px;
}
.faq-title {
  font-weight: normal;
  font-size: 1.9rem;
  margin: 0;
  padding: 10px 0;
  display: block;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.stickyheader .faq-title {
  top: 45px;
}
#faqlinks .faq-title {
  position: static;
  background: 0;
  padding-top: 0;
}
#faqlinks .faq {
  margin-bottom: 30px;
  margin-top: 0;
}
#faqlinks dd a {
  padding: 5px 0;
  display: block;
}
.faq-block .faq-title {
  background: #efefef;
}
.faq {
  position: relative;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.faq:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.csspositionsticky .faq .st-anchor {
  margin-top: -50px;
  padding-top: 50px;
}
.csspositionsticky.stickyheader .faq .st-anchor {
  margin-top: -95px;
  padding-top: 95px;
}
.faq dd {
  line-height: 1.6;
}
.faq dt strong {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}
.category-wrapper {
  margin-bottom: 15px;
}
.category-header {
  margin-bottom: 0;
}
.collapsed .category-header {
  opacity: 0.7;
  border-radius: 2px;
}
.category-header .category-title {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
.category-header .totaltopics {
  margin-left: 5px;
  opacity: 0.7;
}
.category-header .close {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0 2px 2px 0;
  display: none;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s;
  transition: opacity 0.15s, -webkit-transform 0.3s;
  -o-transition: opacity 0.15s, transform 0.3s, -o-transform 0.3s;
  transition: opacity 0.15s, transform 0.3s;
  transition: opacity 0.15s, transform 0.3s, -webkit-transform 0.3s,
    -o-transform 0.3s;
  color: inherit;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
}
.category-wrapper:hover .category-header .close {
  opacity: 1;
}
.category-header .close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.section-index .category-header .close {
  display: inline-block;
  padding-right: 40px;
}
.category-header .close:after {
  font-weight: normal;
  font-size: 2rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s, -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  line-height: 20px;
  text-align: center;
}
.collapsed .category-header .close:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.no-csstransforms .collapsed .category-header .close:after {
  content: "";
}
.touch .category-header .close {
  opacity: 1;
}
.category-wrapper .itemlist--forums {
  margin-bottom: 0;
}
.itemlist--forums [class*="item-col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.itemlist--forums .item-col-icon {
  width: 55px;
}
@media (min-width: 992px) {
  .itemlist--forums .item-col-icon {
    width: 60px;
  }
}
.itemlist--forums .item-col-icon .item-icon {
  font-size: 2.4rem;
}
.itemlist--forums .item-col-icon .item-icon:before {
  content: "";
}
.grayscaleForumIcons .itemlist--forums .forum_read_locked .item-icon:before,
.grayscaleForumIcons .itemlist--forums .forum_read_subforum .item-icon:before,
.grayscaleForumIcons .itemlist--forums .forum_read .item-icon:before {
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
  opacity: 0.3;
}
.itemlist--forums .forum_read_locked .forum-image,
.itemlist--forums .forum_read_subforum .forum-image,
.itemlist--forums .forum_read .forum-image {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.grayscaleForumIcons .itemlist--forums .forum_read_locked .forum-image,
.grayscaleForumIcons .itemlist--forums .forum_read_subforum .forum-image,
.grayscaleForumIcons .itemlist--forums .forum_read .forum-image {
  opacity: 0.4;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.itemlist--forums .forum_link .item-icon:before {
  content: "";
}
.itemlist--forums .forum_read_locked .item-icon:before,
.itemlist--forums .forum_unread_locked .item-icon:before {
  content: "";
}
.itemlist--forums .forum_read_locked .forum-image:before,
.itemlist--forums .forum_unread_locked .forum-image:before {
  content: "";
  zoom: 1;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-top: -10px;
  border-radius: 1000px;
  color: #000;
  line-height: 20px;
}
.itemlist--forums .forum-image {
  position: relative;
  text-align: left;
  padding-left: 6px;
}
.itemlist--forums .forum-image img {
  max-height: 37px;
  height: auto;
  border-radius: 2px;
}
@media (min-width: 992px) {
  .itemlist--forums .forum-image img {
    max-height: 40px;
  }
}
.itemlist--forums .item-info {
  display: none;
}
@media (min-width: 768px) {
  .itemlist--forums .item-info {
    display: block;
  }
}
.itemlist--forums .itemlist__item:hover .fi-rss {
  opacity: 0.5;
}
.itemlist--forums .item-col-feed {
  width: 10px;
  color: inherit;
  font-size: 1.4rem;
}
.itemlist--forums .item-col-feed .fi {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.itemlist--forums .item-col-feed:hover .fi,
.itemlist--forums .item-col-feed:focus .fi {
  opacity: 1;
  color: #ed7124;
}
.touch .itemlist--forums .item-col-feed {
  display: none;
}
.itemlist--forums .forum-stats-inline {
  display: none;
  color: #555;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .itemlist--forums .forum-stats-inline {
    display: block;
  }
}
@media (min-width: 1200px) {
  .itemlist--forums .forum-stats-inline {
    display: none;
  }
}
.itemlist--forums .item-col-stats {
  padding-left: 0;
  display: none;
  width: 150px;
}
@media (min-width: 1200px) {
  .itemlist--forums .item-col-stats {
    display: table-cell;
  }
}
.itemlist--forums .item-col-stats .item-stat {
  width: 50%;
  float: left;
}
.itemlist--forums .item-stats--inline {
  margin-top: 2px;
  font-size: inherit;
  display: none;
}
@media (min-width: 1200px) {
  .itemlist--forums .item-stats--inline {
    display: none;
  }
}
.itemlist--forums .item-stats--inline .item-stat--topics {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .itemlist--forums .item-stats--inline .item-stat--topics {
    display: none;
  }
}
.itemlist--forums .item-col-lastpost {
  position: relative;
  width: 250px;
  display: none;
}
@media (min-width: 992px) {
  .itemlist--forums .item-col-lastpost {
    display: table-cell;
  }
}
.itemlist--forums .item-lastpost__title {
  color: inherit;
}
@media (min-width: 1200px) {
  .itemlist--forums--full [class*="item-col-"] {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.itemlist--forums--full .itemlist__item {
  border-left: 0;
  border-right: 0;
  border-color: #e7e7e7;
}
.itemlist--forums--full .itemlist__item:first-child {
  border-top: 0;
}
.itemlist--forums--full .itemlist__item:nth-child(even) {
  background: transparent;
}
.itemlist--forums--full .itemlist__item:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .itemlist--forums--full .item-col-lastpost {
    display: table-cell;
  }
}
.itemlist--forums--full .item-info {
  display: block;
}
.itemlist--forums--full .item-lastpost--inline {
  display: none;
}
.forumrow {
  border-left: 0;
  border-right: 0;
  display: table;
  width: 100%;
}
.category-forumlist .forumrow {
  border-color: #e5e5e5;
}
.category-forumlist .forumrow:nth-child(even) {
  background: transparent;
}
@media (min-width: 768px) {
  .forumrow .item-col {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.forumrow:last-child {
  border-bottom: 0;
}
.forumrow .item-col-icon {
  width: 45px;
}
@media (min-width: 992px) {
  .forumrow .item-col-icon {
    width: 60px;
  }
}
.forumrow .item-col-icon .item-icon {
  font-size: 2.4rem;
}
.forumrow .item-col-icon .item-icon:before {
  content: "";
}
.forumrow .item-col-icon a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.grayscaleForumIcons .forumrow.forum_read_locked .item-icon:before,
.grayscaleForumIcons .forumrow.forum_read_subforum .item-icon:before,
.grayscaleForumIcons .forumrow.forum_read .item-icon:before {
  opacity: 0.25;
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
}
.grayscaleForumIcons .forumrow.forum_read_locked .forum-image,
.grayscaleForumIcons .forumrow.forum_read_subforum .forum-image,
.grayscaleForumIcons .forumrow.forum_read .forum-image {
  opacity: 0.35;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.forumrow.forum_link .item-icon:before {
  content: "";
}
.forumrow.forum_read_locked .item-icon:before,
.forumrow.forum_unread_locked .item-icon:before {
  content: "";
}
.forumrow.forum_read_locked .forum-image:before,
.forumrow.forum_unread_locked .forum-image:before {
  content: "";
  zoom: 1;
  font-size: 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-radius: 1000px;
  color: #000;
  line-height: 18px;
}
.forumrow .forum-image {
  position: relative;
  text-align: left;
}
.forumrow .forum-image img {
  max-width: 30px;
  max-height: 30px;
  height: auto;
  border-radius: 2px;
}
@media (min-width: 992px) {
  .forumrow .forum-image img {
    max-width: 40px;
    max-height: 40px;
  }
}
.forumrow:hover .forum-feed .fi {
  opacity: 0.5;
}
.forumrow .forum-feed {
  width: 10px;
  color: inherit;
  font-size: 1.4rem;
}
.forumrow .forum-feed .fi {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.forumrow .forum-feed:hover .fi,
.forumrow .forum-feed:focus .fi {
  opacity: 1;
  color: #ed7124;
}
.touch .forumrow .forum-feed {
  display: none;
}
.forumrow .forum-info {
  width: auto;
  padding-left: 7.5px;
}
.forumrow .forum-info .label {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  top: -0.25rem;
  padding: 0 4px 1px;
  cursor: default;
}
.forumrow .forum-description {
  display: none;
  color: gray;
}
@media (min-width: 768px) {
  .forumrow .forum-description {
    display: block;
  }
}
.forumrow .forum-stats-inline {
  display: none;
  color: #555;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .forumrow .forum-stats-inline {
    display: block;
  }
}
@media (min-width: 1200px) {
  .forumrow .forum-stats-inline {
    display: none;
  }
}
.forumrow .forum-stats {
  display: none;
  text-transform: lowercase;
  color: #555;
  width: 170px;
}
@media (min-width: 1200px) {
  .forumrow .forum-stats {
    display: table-cell;
  }
}
.forumrow .forum-stats .topics,
.forumrow .forum-stats .posts {
  width: 50%;
  float: left;
  text-align: center;
  display: block;
}
.forumrow .forum-stats .topics-count,
.forumrow .forum-stats .posts-count {
  display: block;
  font-size: 1.5rem;
}
.forumrow .forum-stats .topics-label,
.forumrow .forum-stats .posts-label {
  color: #969696;
}
.forumrow .forum-lastpost {
  position: relative;
  width: 250px;
  display: none;
}
@media (min-width: 768px) {
  .forumrow .forum-lastpost {
    display: table-cell;
  }
}
.forumrow .lastpost-info {
  color: #969696;
}
.forumrow .lastpost-unapproved {
  color: #f6a942;
  font-size: 1.4rem;
  display: inline;
  margin-left: 4px;
}
.forumrow .lastpost-unapproved a {
  color: inherit;
}
.forumrow .lastpost-unapproved .fi {
  font-size: 17px;
}
.forumrow .lastpost-unapproved:hover {
  color: #8c5e45;
}
.forumrow .lastpost-unapproved .tooltip-inner {
  max-width: 25rem;
}
.forumrow .lastpost-label {
  display: none;
}
.forumrow .lastpost-post {
  display: block;
  margin-bottom: 1px;
}
.forumrow .lastpost-post a {
  color: inherit;
}
.forumrow .lastpost-postedby a {
  text-decoration: none;
}
.forumrow .lastpost-time {
  color: #969696;
  display: inline-block;
  outline: 0;
}
.forumrow .lastpost-time:hover {
  color: inherit;
}
.forumrow .lastpost-lpi {
  display: none;
}
.forumrow .forum-lastpost-inline,
.forumrow .redirect-counter-inline {
  color: #969696;
  display: block;
}
@media (min-width: 768px) {
  .forumrow .forum-lastpost-inline,
  .forumrow .redirect-counter-inline {
    display: none;
  }
}
.forumrow .forum-lastpost-inline a,
.forumrow .redirect-counter-inline a {
  color: inherit !important;
}
@media (min-width: 768px) {
  .forumrow .lastpost-label-inline {
    display: none;
  }
}
.forumrow .lastsubject-inline {
  display: none;
  font-weight: 500;
}
@media (min-width: 480px) {
  .forumrow .lastsubject-inline {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .has-lastpostavatar .forum-lastpost,
  .has-lastpostavatar .item-col-lastpost {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .has-lastpostavatar .forum-lastpost,
  .has-lastpostavatar .item-col-lastpost {
    width: 280px;
  }
}
.has-lastpostavatar .forum-lastpost .item-info,
.has-lastpostavatar .item-col-lastpost .item-info {
  padding-left: 40px;
}
span.lastpostavatar img {
  border-radius: 3px;
  border: 0;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 10px;
  position: relative;
  top: 4px;
  float: left;
}
.round-avatars span.lastpostavatar img {
  border-radius: 1000px;
  width: 35px;
  height: 35px;
}
.has-lastpostavatar span.lastpostavatar {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 7.5px;
}
@media (min-width: 768px) {
  .has-lastpostavatar span.lastpostavatar {
    display: inline-block;
  }
}
.has-lastpostavatar span.lastpostavatar img {
  margin-right: 0;
  position: static;
}
.subforums {
  line-height: 1.6;
  margin: 4px 0;
}
.subforum-stem {
  opacity: 0.4;
  position: relative;
  top: -3px;
  margin-left: 1px;
  height: 10px;
  display: inline-block;
  width: 20px;
  border-bottom: 1px solid #515151;
  border-left: 1px solid #555;
}
.subforum {
  color: inherit;
  margin-left: 5px;
}
.subforum:hover {
  text-decoration: none;
}
.section-header .topic-count {
  float: right;
  position: relative;
  top: 2px;
}
.itemlist--topics .item-col-icon {
  padding-left: 2px;
}
.itemlist--topics .topic-icon-img {
  margin-top: -3px;
  height: 16px;
  width: auto;
  margin-right: 2px;
}
.itemlist--topics .item-info {
  display: none;
}
@media (min-width: 992px) {
  .itemlist--topics .item-info {
    display: block;
  }
}
.itemlist--topics a.globaltopic-parentforum {
  color: #2d76d7;
}
.itemlist--topics a.globaltopic-parentforum:hover {
  color: #b54444;
}
.itemlist--topics .item-col-pagination {
  display: none;
}
@media (min-width: 1200px) {
  .itemlist--topics .item-col-pagination {
    display: table-cell;
  }
}
.itemlist--topics .pagination {
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
  display: none;
  color: white;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .itemlist--topics .pagination {
    display: block;
    float: right;
  }
}
.itemlist--topics .pagination a {
  background: #777;
}
.itemlist--topics .pagination a:hover,
.itemlist--topics .pagination a:focus {
  background: #555;
}
.itemlist--topics .itemlist__item:hover .pagination {
  opacity: 0.8;
}
.itemlist--topics .item-col-lastpost {
  display: none;
  width: 180px;
  max-width: 180px;
}
@media (min-width: 992px) {
  .itemlist--topics .item-col-lastpost {
    display: table-cell;
  }
}
.itemlist--topics .item-col-lastpost .lastpostavatar {
  margin-right: 10px;
  float: left;
  position: relative;
  top: 3px;
}
.itemlist--topics .item-col-lastpost .lastpostavatar img {
  margin: 0;
  position: static;
  float: none;
}
.itemlist--topics .itemlist__item[class*="_unread"] .item-col-icon:before {
  position: absolute;
  content: " ";
  display: block;
  height: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 1px 0 0 0;
  z-index: 10;
  width: 2px;
  top: 0;
  left: -2px;
  background-color: #777;
}
@media (min-width: 768px) {
  .itemlist--topics .itemlist__item[class*="_unread"] .item-col-icon:before {
    left: -1px;
  }
}
.itemlist--topics .itemlist__item[class*="global_unread"] .item-col-icon:before,
.itemlist--topics
  .itemlist__item[class*="announce_unread"]
  .item-col-icon:before {
  background-color: #499dd0;
}
.itemlist--topics
  .itemlist__item.reported[class*="_unread"]
  .item-col-icon:before {
  background-color: #cf6363;
}
.itemlist--topics .itemlist__item.reported .item-title {
  color: #bb3a3a;
}
.itemlist--topics .item-icon {
  color: #bbb;
  font-size: 1.9rem;
  position: relative;
}
.itemlist--topics .item-icon:before {
  content: "";
}
.itemlist--topics .itemlist__item[class*="_unread"] .item-icon {
  color: inherit;
}
.itemlist--topics .topic_moved .item-icon:before {
  content: "";
  font-size: 2.4rem;
}
.itemlist--topics .itemlist__item[class*="global_"] .item-icon,
.itemlist--topics .itemlist__item[class*="announce_"] .item-icon {
  font-size: 19px;
  top: 2px;
}
@media (min-width: 992px) {
  .itemlist--topics .itemlist__item[class*="global_"] .item-icon,
  .itemlist--topics .itemlist__item[class*="announce_"] .item-icon {
    font-size: 24px;
    top: 0;
  }
}
.itemlist--topics .itemlist__item[class*="global_"] .item-icon:before,
.itemlist--topics .itemlist__item[class*="announce_"] .item-icon:before {
  content: "";
}
.itemlist--topics .itemlist__item[class*="_hot"] .item-icon {
  font-size: 24px;
  color: #cf6363;
}
.itemlist--topics .itemlist__item[class*="_hot"] .item-icon:before {
  content: "";
}
.itemlist--topics .itemlist__item[class*="_unread"].reported .item-icon {
  color: #cf6363;
}
.itemlist--topics .itemlist__item[class*="sticky_"] .item-icon {
  font-size: 24px;
  top: 2px;
}
@media (min-width: 992px) {
  .itemlist--topics .itemlist__item[class*="sticky_"] .item-icon {
    top: 0;
  }
}
.itemlist--topics .itemlist__item[class*="sticky_"] .item-icon:before {
  content: "";
}
.itemlist--topics .itemlist__item[class*="sticky_unread"] .item-icon {
  color: #cf6363;
}
@media (max-width: 991px) {
  .itemlist--topics .item-stat--views {
    margin-left: 8px;
    color: #969696;
  }
}
.itemlist--topics--searchresults a.globaltopic-parentforum {
  color: inherit;
}
.itemlist--topics--searchresults .item-ti--locked {
  display: none;
}
.itemlist--topics--searchresults
  .itemlist__item[class*="locked"]
  .item-ti--locked {
  display: inline-block;
}
@media (min-width: 992px) {
  .itemlist--topics--full [class^="item-col-"] {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.itemlist--topics--full .item-info__icon .fi-attachment {
  font-size: 15px;
  line-height: 1;
  position: relative;
  top: 1px;
}
.itemlist--topics--full .item-info {
  display: none;
}
@media (min-width: 768px) {
  .itemlist--topics--full .item-info {
    display: block;
  }
}
.itemlist--topics--full .item-lastpost--inline {
  padding-top: 2px;
}
@media (min-width: 768px) {
  .itemlist--topics--full .item-lastpost--inline {
    display: none;
  }
}
.itemlist--topics--full .item-lastpost--inline a {
  color: inherit;
}
.itemlist--topics--full .item-lastpost--inline .lastpostavatar {
  display: none;
}
.itemlist--topics--full .item-lastpost--inline span.lastpostavatar img {
  top: 1px;
}
.itemlist--topics--full .reply-counter {
  line-height: 1;
  font-size: 12px;
  float: right;
  margin-right: 2px;
  margin-top: 2px;
  font-weight: 500;
}
.itemlist--topics--full .reply-counter--zero {
  display: none;
}
.itemlist--topics--full .reply-counter .fi {
  vertical-align: middle;
  font-size: 13px;
  margin-left: 2px;
}
.itemlist--topics--full .item-col-stats {
  width: 180px;
}
.itemlist--topics--full .item-stat {
  width: 50%;
  display: block;
  float: left;
  margin: 0 4px 0;
}
.itemlist--topics--full .item-stats--inline {
  display: none;
}
.itemlist--topics--full .item-stats--inline .item-stat {
  float: none;
  display: inline-block;
  width: auto;
}
.itemlist--topics--full .item-stats--inline .item-stat--posts {
  font-weight: 500;
}
.itemlist--topics--full .item-stat--v2 {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.itemlist--topics--full .item-stat--v2.item-stat--posts .fi {
  font-size: 1.9rem;
}
.itemlist--topics--full .item-stat--v2.item-stat--posts .item-stat__count,
.itemlist--topics--full .item-stat--v2.item-stat--posts .item-stat__label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
.itemlist--topics--full .item-stat--v2.item-stat--posts .item-stat__count {
  padding-left: 5px;
}
.itemlist--topics--full .item-stat--v2.item-stat--views .item-stat__count,
.itemlist--topics--full .item-stat--v2.item-stat--views .item-stat__label {
  color: #969696;
  text-transform: lowercase;
  font-size: 1.2rem;
}
.itemlist--topics--full .item-stat--v2.item-stat--views .item-stat__count {
  letter-spacing: 0.3px;
  display: inline;
}
@media (min-width: 768px) {
  .itemlist--topics--full .item-col-lastpost {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .itemlist--topics--full .item-col-lastpost {
    width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .itemlist--topics--full .item-col-icon {
    padding-left: 0;
    padding-right: 0;
  }
  .itemlist--topics--full .item-stats--inline {
    display: none;
  }
}
h3#review + #topicreview {
  margin-top: -15px;
}
#topicreview {
  max-height: 300px;
  overflow-y: scroll;
  margin-bottom: 15px;
  padding: 8px;
}
#cp-main #topicreview {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  #cp-main #topicreview {
    margin-left: 0;
    margin-right: 0;
  }
}
#topicreview + hr {
  display: none;
}
#topicreview .post {
  border-color: #e4e4e4;
  margin-bottom: 8px;
  border-radius: 0;
  background: white;
}
#topicreview .post:last-child {
  margin-bottom: 0;
}
#topicreview .postbody h3 {
  background: transparent;
  padding: 0;
  color: inherit;
  margin: 0;
  border: 0;
  display: inline-block;
}
#topicreview .post-buttons > li {
  margin-left: 10px;
}
#topicreview .icon-button {
  line-height: normal;
}
#topicreview .fancyInput_label {
  padding-right: 0;
  padding-top: 2px;
}
#topicreview .fancyInput_label .fancyInput--checkbox,
#topicreview .fancyInput_label .fancyInput--radio {
  margin-right: 0;
}
#topicreview .postbody {
  padding: 15px;
}
#topicreview .author {
  font-size: 1.1rem;
  color: #969696;
  margin-bottom: 8px;
}
#topicreview .author strong {
  font-weight: normal;
}
dd.posts,
dd.topics,
dd.views,
dd.extra,
dd.mark {
  width: 80px;
  text-align: center;
  line-height: 2.5em;
  font-size: 1.1em;
}
dd.posts,
dd.topics,
dd.views {
  width: 95px;
}
ul.topiclist {
  display: block;
  list-style-type: none;
  margin: 0 0 15px;
}
ul.forums {
  background: transparent none repeat-x 0 0;
}
ul.topiclist li {
  display: block;
  list-style-type: none;
  background: white;
  margin: 0;
  padding: 8px;
  border: 0 solid #e7e7e7;
}
ul.topiclist li:last-child {
  margin-bottom: 0;
}
ul.topiclist li:first-child {
  border-top: 0;
}
ul.topiclist li.marked {
  z-index: 2;
  background-color: #e2edfc !important;
  border-color: #c4d6ef !important;
  border-color: #c1cfe2 !important;
}
ul.topiclist li:nth-child(even) {
  background: #f8f8f8;
}
ul.topiclist li .pagination {
  display: none;
}
.topictitle {
  color: inherit;
}
.topiclist .icon_topic_attach {
  text-indent: -999px;
  display: inline-block;
  position: relative;
}
.topiclist .icon_topic_attach:after {
  text-indent: 0;
  font-size: 1.7rem;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
ul.topiclist dl {
  position: relative;
}
ul.topiclist li.row dl {
  padding: 2px 0;
}
ul.topiclist dt,
ul.topiclist dd {
  display: block;
  float: left;
}
ul.topiclist dt {
  width: 100%;
  font-weight: normal;
  margin-right: -440px;
}
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: 5px;
  padding-right: 5px;
}
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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.topiclist dfn {
  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 0 0 12px;
}
li.row {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
li.row strong {
  font-weight: normal;
}
li.header dt,
li.header dd {
  line-height: 1em;
  border-left-width: 0;
  padding: 8px;
  margin-bottom: 8px;
  background: #efefef;
  font-size: inherit;
}
li.header dt {
  font-weight: bold;
  width: 100%;
  margin-right: -440px;
}
li.header dt .list-inner {
  margin-right: 440px;
}
li.header dd {
  padding-left: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li.header dl.icon dt,
li.header dl.icon dd {
  min-height: 0;
}
li.header dl.icon dt .list-inner {
  padding-left: 0;
  padding-right: 50px;
}
@media (max-width: 767px) {
  li.header dt {
    text-align: center;
    text-transform: none;
    line-height: 1em;
  }
  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;
  }
  ul.topiclist.forums dt {
    margin-right: -250px;
  }
  ul.topiclist.forums dt .list-inner {
    margin-right: 250px;
  }
  ul.topiclist.forums dd.lastpost {
    display: block;
  }
  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;
  }
}
@media only screen and (max-width: 767px) and (max-width: 550px),
  only screen and (max-width: 767px) and (max-device-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: 767px) {
  li.row .responsive-show strong {
    font-weight: bold;
    color: inherit;
  }
  ul.topiclist li.row dt a.subforum {
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
  }
}
.post-notice strong {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  .post-notice strong {
    vertical-align: middle;
    display: inline;
    margin: 0;
  }
}
.post-notice.unapproved,
.post-notice.reported {
  margin: 2px 0 8px 0;
  display: inline-block;
}
.post-notice.deleted {
  padding: 1px 15px;
  margin-bottom: 15px;
  border-left: 2px solid #cf6363;
}
.post-notice.deleted strong {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.post-notice .btn {
  margin-right: 5px;
  line-height: 2.7rem;
}
.post-notice .fi-close {
  position: relative;
  top: 1px;
}
.post {
  border: 1px solid #dadada;
  position: relative;
  margin-bottom: 15px;
}
.post + hr,
.post .back2top {
  display: none;
}
.post.unapproved {
  border-style: dashed;
  border-width: 2px;
}
.stickyheader-enabled .post .st-anchor {
  margin-top: -55px;
  padding-top: 55px;
}
@media (min-width: 768px) {
  .stickyheader-enabled .post .st-anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}
.post-buttons {
  text-align: right;
  max-width: 40%;
  float: right;
  position: absolute;
  top: 15px;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, -webkit-transform 0.1s;
  -o-transition: opacity 0.1s, transform 0.1s, -o-transform 0.1s;
  transition: opacity 0.1s, transform 0.1s;
  transition: opacity 0.1s, transform 0.1s, -webkit-transform 0.1s,
    -o-transform 0.1s;
  right: 4px;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  -o-transform-origin: center right;
  transform-origin: center right;
  z-index: 1;
}
.post-buttons .dropdown-contents .icon_post_target {
  display: none !important;
}
@media (min-width: 768px) {
  .post-buttons {
    position: relative;
    top: -5px;
    right: -2px;
  }
  .ltr .has-postnum .post-buttons {
    right: 0;
  }
}
.post-buttons .icon_post_target {
  font-size: 1.2rem;
  display: none;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 2px;
  color: #ccc;
  position: relative;
  top: 4px;
  font-family: sans-serif;
}
@media (min-width: 768px) {
  .post-buttons .icon_post_target {
    display: inline-block;
  }
}
.rtl .post-buttons .icon_post_target {
  display: none;
}
.post:hover .icon_post_target {
  color: #222;
}
.post-buttons > li {
  float: left;
  margin-left: 5px;
}
.post-buttons .icon-button > span {
  display: none;
}
.post-buttons .icon-button {
  background: transparent;
  line-height: 21px;
  padding: 0 4px;
  color: #ccc;
}
.post-buttons .icon-button:before {
  vertical-align: bottom;
  font-size: 17px;
}
.post-buttons .edit-icon:before {
  content: "";
}
.post:hover .post-buttons .edit-icon,
.touch .post-buttons .edit-icon {
  color: #303030;
}
.post-buttons .report-icon:before {
  content: "";
}
.post:hover .post-buttons .report-icon,
.touch .post-buttons .report-icon {
  color: #cf6363;
}
.post-buttons .warn-icon:before {
  content: "";
}
.post:hover .post-buttons .warn-icon,
.touch .post-buttons .warn-icon {
  color: #f6a942;
}
.post-buttons .delete-icon:before {
  content: "";
}
.post:hover .post-buttons .delete-icon,
.touch .post-buttons .delete-icon {
  color: #cf6363;
}
.post-buttons .info-icon:before {
  content: "";
}
.post:hover .post-buttons .info-icon,
.touch .post-buttons .info-icon {
  color: #499dd0;
}
.post-buttons .quote-icon:before {
  content: "";
  font-size: 24px;
  position: relative;
  top: 2px;
}
.post:hover .post-buttons .quote-icon,
.touch .post-buttons .quote-icon {
  color: #46785e;
}
.post .post-buttons .icon-button:hover {
  color: inherit;
}
.post-buttons .dropdown {
  top: 0;
  margin-right: 8px;
}
.post-buttons .dropdown a {
  color: inherit !important;
  padding-left: 15px;
}
.post-buttons .dropdown a:before {
  vertical-align: bottom;
  font-size: 17px;
  margin-right: 8px;
}
.post-buttons .dropdown-toggle {
  position: relative;
  top: -2px;
}
.post-buttons .dropdown-toggle:before {
  font-size: 31px;
  vertical-align: bottom;
  content: "";
}
.postprofile {
  text-align: left;
  width: 100%;
  border: 0 solid #e7e7e7;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  top: 0;
  margin: 0;
  padding: 8px;
  background: #fcfcfc;
}
.postlist .postprofile,
.ucp-main .postprofile {
  background: white;
  padding: 8px;
}
.stickyheader .postprofile {
  top: 45px;
}
@media (min-width: 768px) {
  .stickyheader .postprofile {
    top: 60px;
  }
}
@media (min-width: 768px) {
  .postprofile {
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    margin: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-viewtopic .postprofile,
  .section-ucp .postprofile {
    text-align: center;
  }
}
.postprofile dd {
  color: #969696;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  display: none;
  font-size: 1rem;
}
.section-viewtopic .postprofile dd a,
.section-ucp .postprofile dd a {
  color: inherit;
}
.postprofile dd strong {
  font-weight: normal;
}
.search .postprofile dd {
  display: block;
}
@media (min-width: 768px) {
  .postprofile dd {
    display: block;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .postAuthorAlign-left .postprofile {
    width: 180px;
    float: left;
    border-width: 0 1px 0 0;
  }
  .postAuthorAlign-right .postprofile,
  .search .postprofile {
    width: 180px;
    float: right;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    border-width: 0 0 0 1px;
  }
  .search .postprofile {
    width: 220px;
  }
}
.postAuthorAlign-above .postprofile {
  width: 100%;
  border-width: 0 0 2px;
  text-align: left;
  margin: 0 0 15px;
  padding: 15px;
}
.postAuthorAlign-above .postprofile .avatar-container {
  margin-right: 15px;
}
.postAuthorAlign-above .postprofile .avatar img {
  max-height: 80px;
  width: auto;
  margin: 0;
}
.postprofile .avatar-container {
  margin-right: 4px;
}
@media (min-width: 768px) {
  .postprofile .avatar-container {
    margin-right: 0;
  }
}
.section-viewtopic .postprofile .avatar-container,
.section-ucp .postprofile .avatar-container {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .postprofile .avatar-container {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    float: none;
    margin-right: 0;
    display: block;
  }
  .postprofile .avatar-container img {
    margin-bottom: 8px;
  }
}
.postprofile .avatar-container img {
  max-width: 40px;
}
@media (min-width: 768px) {
  .postprofile .avatar-container img {
    max-width: 90px;
  }
}
.postprofile .profile-main {
  display: inline-block;
  font-weight: normal;
  vertical-align: baseline;
}
.postprofile .profile-main.has-profile-rank {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .postprofile .profile-main {
    display: block;
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.postprofile .profile-rank {
  font-size: 1.1rem;
  color: #969696;
}
@media (min-width: 768px) {
  .postprofile .profile-rank {
    font-size: 1.2rem;
  }
}
.postprofile .username,
.postprofile .username-coloured {
  font-weight: 500;
}
.postprofile .user-status-indicator {
  display: none;
  margin-left: 3px;
  position: relative;
  top: -1px;
}
@media (min-width: 768px) {
  .postprofile .user-status-indicator {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 12px;
  }
  .postAuthorAlign-right .postprofile .user-status-indicator {
    left: auto;
    right: 10px;
  }
}
.online .postprofile .user-status-indicator {
  display: inline-block;
}
.postbody {
  padding: 8px;
}
@media (min-width: 768px) {
  .postbody {
    padding: 15px;
  }
}
.postbody .bbcode-strikethrough {
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .postAuthorAlign-left .has-profile .postbody {
    margin-left: 200px;
  }
  .postAuthorAlign-right .has-profile .postbody {
    margin-right: 200px;
  }
}
.post.deleted .postbody {
  margin: 0;
}
.postbody h3:first-child {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  font-size: 1.5rem;
  margin: 0 0 4px;
  cursor: default;
  font-weight: 500;
  display: inline-block;
}
#preview .postbody h3:first-child {
  margin-bottom: 8px;
}
.postbody h3:first-child a {
  color: inherit;
}
.postbody h3:first-child a:hover {
  color: #b54444;
}
.section-viewtopic .postbody h3:first-child {
  display: none;
}
.postbody .content {
  display: table;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  clear: both;
}
@media (min-width: 768px) {
  .postbody .content {
    clear: none;
  }
}
.postbody .postlink:hover,
.postbody .postlink:focus {
  border-bottom-color: #215eb0;
  color: #215eb0;
  background-color: #eef4fc;
  text-decoration: none;
}
.postbody .author {
  color: #969696;
  font-size: 1.2rem;
  margin-bottom: 8px;
  margin-top: 4px;
  padding: 0;
}
.pm .postbody .author {
  color: #555;
}
@media (min-width: 768px) {
  .postbody .author {
    margin-top: 0;
    font-size: inherit;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
  }
}
.postbody .author .icon_post_target {
  float: right;
  font-size: 1.3rem;
  margin-top: -1px;
  line-height: normal;
}
@media (min-width: 768px) {
  .postbody .author .icon_post_target {
    display: none;
  }
}
.postbody .author .timestamp:before {
  content: "";
  vertical-align: middle;
  margin-right: 5px;
}
.postbody .author a {
  color: inherit;
}
.postbody .icon_post_target--ICON {
  display: none;
  margin-right: 4px;
  position: relative;
  top: 1px;
  font-size: 1.4rem;
}
.postbody .icon_post_target--ICON:before {
  content: "";
}
.postbody .icon_post_target--ICON:hover {
  color: #303030;
}
.postbody .content ol,
.postbody .content ul {
  padding-left: 40px;
  margin: 0;
}
.postbody .content ul {
  list-style-type: disc;
}
.postbody .notice {
  padding: 8px 15px;
  background: #efefef;
  display: inline-block;
  margin-top: 15px;
  border-left: 2px solid #aaa;
}
.postbody .notice br:first-child,
.postbody .notice br:nth-child(2) {
  display: none;
}
.postbody .notice .fi {
  position: relative;
  top: 1px;
  font-size: 1.5rem;
}
.postbody .postimage {
  display: inline-block;
}
.postbody .postimage[onclick="location.href=this.src"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
}
.codebox,
blockquote {
  margin: 0;
}
.codebox {
  background-color: #f5f5f5;
  font-size: 0.867em;
  display: inline;
  padding: 2px 0;
  margin-top: 0.3em;
}
.codebox pre,
.codebox .hljs {
  padding: 0;
  margin: 0;
  background: transparent;
}
.codebox pre {
  display: inline;
  font-size: 1.1em;
  border: 0;
  overflow: auto;
  max-height: 150px;
}
@media (min-width: 768px) {
  .codebox pre {
    max-height: 220px;
  }
}
.codebox__header {
  margin: -8px;
  margin-bottom: 8px;
  padding: 10px 15px;
  background-color: #e4e4e4;
  display: none;
  position: relative;
  font-style: normal;
  font-weight: bold;
}
br + .codebox,
.codebox:first-child {
  display: block;
  border-left: 3px solid #499dd0;
  padding: 8px;
}
br + .codebox pre,
.codebox:first-child pre {
  display: block;
  padding: 0 8px;
}
br + .codebox .codebox__header,
.codebox:first-child .codebox__header {
  display: block;
}
blockquote {
  font-size: inherit;
  overflow: auto;
  padding: 0;
  border-left: 3px solid #bcbcbc;
  margin-left: 1em;
}
@media (min-width: 480px) {
  blockquote {
    margin-left: 2em;
  }
}
blockquote .blockquote__inner {
  color: #555;
  font-size: 1.3rem;
  overflow: auto;
  padding: 0 15px 4px;
  max-height: 200px;
}
@media (min-width: 768px) {
  blockquote .blockquote__inner {
    max-height: 300px;
  }
}
blockquote.uncited .blockquote__inner {
  padding-bottom: 0;
}
blockquote blockquote {
  background: white;
  margin: 0;
}
blockquote blockquote:first-child {
  margin-top: 15px;
}
blockquote blockquote .blockquote__inner {
  font-size: 1em;
}
blockquote cite {
  padding: 4px 15px 0;
  display: block;
  position: relative;
  font-style: normal;
  font-weight: bold;
}
> blockquote:first-child {
  margin-top: 15px;
}
.postbody .signature {
  color: #969696;
  margin: -15px;
  margin-top: 15px;
  padding: 15px;
  border-top: 1px solid #e7e7e7;
}
.postbody .video-embed-wrapper {
  max-width: 560px;
  margin-bottom: 1.8em;
}
.postbody .video-embed-wrapper:first-child {
  margin-top: 1em;
}
.postbody .video-embed-wrapper + br,
.postbody .video-embed-wrapper + br + br {
  display: none;
}
.postbody .video-embed-wrapper .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.postbody .video-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.postbody .text-center .video-embed-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.postbody .spoiler {
  display: none;
}
.topic-author-label {
  margin-bottom: 4px;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
@media (min-width: 768px) {
  .topic-author-label {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.topic-author-label .label {
  padding-top: 4px;
  font-size: 11px;
  font-weight: normal;
}
.searchresults {
  padding: 0 7.5px;
}
.searchresults a {
  display: inline-block;
  padding: 7.5px 0;
}
.post.topicsolved-answer {
  border-color: #599877;
  border-width: 2px;
}
.post.topicsolved-answer .author {
  position: relative;
}
.post.topicsolved-answer .author .icon_solved_head {
  font-size: 21px;
  position: relative;
  float: left;
  margin-right: 8px;
  top: -2px;
  left: 0;
  font-style: normal;
}
@media (min-width: 768px) {
  .post.topicsolved-answer .author .icon_solved_head {
    font-size: 24px;
  }
}
.post.topicsolved-answer .author .timestamp:before {
  display: none;
}
.userprofile-panel {
  display: table;
  font-size: 13px;
  width: 100%;
  border-radius: 4px;
  position: relative;
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .userprofile-panel {
    padding: 25px;
  }
}
.userprofile-panel strong {
  font-weight: 500;
}
.userprofile-rankimg {
  display: block;
}
.userprofile-info.blurbox {
  color: white;
  background-color: #555;
}
.userprofile-info .user-status-indicator {
  position: relative;
  top: -2px;
}
.userprofile-info h3 {
  font-weight: normal;
}
.userprofile-details,
.userprofile-avatar {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}
.userprofile-avatar {
  vertical-align: top;
  width: 100px;
}
.userprofile-avatar img {
  max-width: 100px;
  height: auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.13);
  border: 2px solid white;
  width: 100px;
  min-height: 100px;
}
.blurbox .userprofile-avatar img {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.userprofile-details {
  padding-left: 15px;
}
@media (min-width: 480px) {
  .userprofile-details {
    padding-left: 20px;
  }
}
.userprofile-edit {
  color: inherit;
  text-decoration: none;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 4;
}
.userprofile-edit:hover,
.userprofile-edit:focus {
  color: inherit;
  opacity: 1;
}
.blurbox .userprofile-blurbox-overlay {
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.userprofile-customfield {
  display: block;
  font-size: 13px;
}
.userprofile-customfield:first-child {
  margin-top: 10px;
}
.userprofile-customfield:last-child {
  margin-bottom: 10px;
}
.userprofile-contact,
.userprofile-stats,
.userprofile-signature {
  text-align: center;
}
.userprofile-contact h3,
.userprofile-stats h3,
.userprofile-signature h3 {
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.userprofile-zebra .btn {
  margin-top: 4px;
  background-color: #777;
  color: white;
}
.userprofile-zebra .btn:hover,
.userprofile-zebra .btn:focus {
  background-color: #555;
}
.userprofile-zebra .btn .fa {
  font-size: 14px;
  margin-right: 4px;
}
.userprofile-zebra .alert {
  margin: 0;
  padding: 8px 15px;
  display: inline-block;
}
.btn.zebra-remove-foe,
.btn.zebra-remove-friend {
  background-color: #cf6363;
}
.userprofile-tools {
  background: transparent;
  text-align: center;
  padding-top: 0;
}
.userprofile-tools > .btn {
  margin-top: 4px;
  margin-right: 4px;
}
.userprofile-usergroup {
  margin-top: 15px;
}
.userprofile-signature,
.userprofile-info {
  background: white;
  border: 1px solid #e0e0e0;
}
.sidebar-widget {
  color: #555;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  background: white;
}
.sidebar-widget .close {
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  top: -1px;
  width: 35px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #777;
  font-weight: 200;
}
.sidebar-widget .close:after {
  font-weight: lighter;
  height: 20px;
  width: 20px;
  content: "\00d7";
  display: inline-block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
.sidebar-widget:hover .close,
.touch .sidebar-widget .close {
  opacity: 1;
}
.sidebar-widget.collapsed .close:after {
  content: "+";
}
.no-csstransforms .sidebar-widget.collapsed .close:after {
  content: "+";
}
@media (max-width: 991px) {
  .sidebar-widget {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
.widget-header {
  background-color: #fcfcfc;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin: -10px -15px;
  margin-bottom: 10px;
  padding: 10px 15px;
  padding-bottom: 10px;
}
.widget-header a {
  color: inherit;
}
.widget-content {
  color: #555;
  line-height: 1.5;
}
.widget-content p:last-child {
  margin: 0;
}
.widget-icon {
  margin-right: 4px;
  color: #555;
}
.sidebar-ad {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .sidebar-ad {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
.sidebar-ad a,
.sidebar-ad img {
  border-radius: 2px;
  width: 100%;
  display: block;
}
.sidebar-widget-bare {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.sidebar-widget-bare[data-twttr-id] {
  text-align: center;
}
#widget-statistics p {
  margin-bottom: 8px;
}
#widget-statistics p:last-child {
  margin-bottom: 0;
}
#widget-statistics p > strong {
  color: #555;
  float: right;
}
#widget-statistics .username {
  display: inline-block;
  max-width: 95px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #widget-statistics .username {
    max-width: 150px;
  }
}
.sidebar-widget .online-list-total {
  display: none;
  float: right;
  cursor: help;
  background-color: #599877;
  color: white;
  font-family: sans-serif;
  padding: 3px 6px;
  border-radius: 1000px;
  position: relative;
  font-size: 11px;
  top: 1px;
  font-weight: bold;
  line-height: 12px;
}
.sidebar-widget .online-list-total.zero {
  background-color: #777;
}
.sidebar-widget .online-list-total:before {
  margin-right: 0.5px;
}
.sidebar-widget .online-list-total:after {
  margin-left: 0.5px;
}
.wol-explain {
  display: block;
  margin-top: 0.2em;
  color: #969696;
}
.wol-total {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #e7e7e7;
}
#cp-box {
  margin-bottom: 15px;
  padding: 15px 8px 8px;
}
@media (min-width: 480px) {
  #cp-box {
    border-radius: 0 0 2px 2px;
  }
}
@media (min-width: 768px) {
  #cp-box > .inner {
    display: table;
    width: 100%;
  }
}
#cp-menu {
  vertical-align: top;
}
@media (min-width: 768px) {
  #cp-menu {
    display: table-cell;
    width: 180px;
  }
}
@media (min-width: 1200px) {
  #cp-menu {
    width: 250px;
  }
}
.cp-main {
  -webkit-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.08);
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  padding: 15px;
  width: 100%;
  display: inline-block;
  margin-top: 15px;
  background: #fff;
}
@media (min-width: 768px) {
  .cp-main {
    margin-top: 0;
    width: auto;
    display: table-cell;
    vertical-align: top;
  }
}
.cp-main .forum-selection {
  margin-bottom: 15px;
}
.cp-main form:last-child fieldset:last-child {
  margin-bottom: 0;
}
.cp-main .marklist-markall .btn-label,
.cp-main .marklist-unmarkall .btn-label {
  display: none;
}
.cp-main .panel {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.cp-main .panel + .panel {
  margin-top: 15px;
}
.cp-main h2 {
  margin: 0 0 15px 0;
  font-size: 21px;
  font-weight: 300;
}
.cp-main .tabs-container h2 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 15px;
}
.cp-main h3 {
  font-size: inherit;
}
.cp-main h3 + .table1 {
  margin-top: -15px;
}
.cp-main .st-section__subheader {
  background: #d5d5d5;
  padding: 8px 15px;
}
.cp-main .st-section__subheader a {
  color: inherit;
}
h3 + .st-section__subheader {
  margin-top: -15px;
}
.st-section__subheader + .itemlist .itemlist__item--colbar {
  margin: 0;
}
.cp-main .forumrow .forum-lastpost,
.cp-main .topiclist .topic-lastpost {
  width: 160px;
}
@media (min-width: 1200px) {
  .cp-main .forumrow .forum-lastpost,
  .cp-main .topiclist .topic-lastpost {
    width: 220px;
  }
}
@media (min-width: 768px) {
  .cp-main .forumrow .item-col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cp-main .st-itemlist__item .st-fancyCheckbox:after {
  left: 0;
}
.cp-main .topic-pagination {
  display: none;
}
@media (min-width: 992px) {
  .cp-main .topic-pagination {
    display: table-cell;
  }
}
@media (max-width: 479px) {
  .cp-main h3,
  .cp-main .section-header,
  .cp-main .st-section__header,
  .cp-main .st-section__subheader,
  .cp-main .itemlist,
  .cp-main .st-itemlist {
    margin-left: -14px;
    margin-right: -14px;
  }
}
#tabs,
#cp-box {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 480px) {
  #tabs,
  #cp-box {
    margin-left: 0;
    margin-right: 0;
  }
}
#cp-navigation .cp-nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#cp-navigation .cp-nav-list li {
  display: block;
}
#cp-navigation .cp-nav-list li a {
  color: #999;
  display: block;
  padding: 10px;
}
#cp-navigation .cp-nav-list li a:hover {
  color: inherit;
}
#cp-navigation .cp-nav-list #active-subsection a {
  -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 11px 20px;
  color: inherit;
  border-left: 3px solid #cf6363;
  position: relative;
  z-index: 2;
}
#cp-navigation .cp-nav-list #active-subsection + li {
  margin-top: 10px;
}
#cp-navigation .cp-nav-list li + #active-subsection {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #cp-navigation hr {
    margin-right: 15px;
  }
}
#cp-navigation .label {
  vertical-align: middle;
  padding: 0 5px;
  height: 17px;
  line-height: 17px;
  position: relative;
  top: -1px;
  margin-left: 4px;
}
.cp-navigation-seperator {
  height: 0;
  background: #ddd;
}
.cp-mini {
  background: #fff;
  margin-top: 15px;
  max-height: 200px;
  overflow-y: auto;
  padding: 15px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .cp-mini {
    margin-right: 15px;
  }
}
.cp-mini hr {
  margin: 8px 0;
}
.cp-mini .button2 {
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  font-style: normal;
  float: right;
}
dl.mini dt {
  font-weight: bold;
}
dl.mini dd {
  padding-top: 4px;
}
.friend-online {
  font-weight: bold;
}
.friend-offline {
  font-style: italic;
}
.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-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
.pm-legend {
  border-left-width: 10px;
  border-left-style: solid;
  border-right-width: 0;
  margin-bottom: 5px;
  padding-left: 10px;
}
.pmlist li.pm_message_reported_colour,
.pm_message_reported_colour {
  border-left-color: #bc2a4d !important;
  border-right-color: #bc2a4d !important;
}
.pmlist li.pm_marked_colour,
.pm_marked_colour {
  border-left-color: #f60 !important;
  border-right-color: #f60 !important;
}
.pmlist li.pm_replied_colour,
.pm_replied_colour {
  border-left-color: #a9b8c2 !important;
  border-right-color: #a9b8c2 !important;
}
.pmlist li.pm_friend_colour,
.pm_friend_colour {
  border-left-color: #2396ff !important;
  border-right-color: #2396ff !important;
}
.pmlist li.pm_foe_colour,
.pm_foe_colour {
  border-left-color: #111 !important;
  border-right-color: #111 !important;
}
.pmlist .item-icon:before {
  content: "";
  font-size: 19px;
}
@media (min-width: 480px) {
  .pmlist .item-icon:before {
    font-size: 24px;
  }
}
.pmlist .pm_read .item-icon {
  color: rgba(0, 0, 0, 0.2);
}
.pmlist .pm_unread .item-icon {
  color: rgba(0, 0, 0, 0.7);
}
.display-actions {
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .display-actions {
    text-align: right;
  }
}
.display-actions select {
  font-size: 1.3rem;
}
.ucp-section__header {
  display: block;
}
.ucp-section__header + .alert {
  margin-top: 8px;
}
.ucp-section__title {
  float: left;
}
.ucp-section__headerlinks {
  float: right;
  font-size: 1.5rem;
}
.ucp-section__headerlinks a:hover {
  color: inherit;
}
.ucp-pm-compose__addrecipients {
  margin-top: 15px;
}
.ucp-pm-compose__addrecipients #username_list {
  display: block;
  margin-bottom: 15px;
}
#cp-main dd.recipients {
  margin: 0;
}
ul.recipients {
  padding: 0;
  list-style-type: none;
}
ul.recipients .button2 {
  padding: 0 6px;
  line-height: inherit;
}
.itemlist--mcp .item-title + .fi-attachment {
  font-size: 17px;
}
.itemlist--mcp [class*="item-col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.itemlist--cp.itemlist--forums [class*="item-col-"] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.itemlist--cp .item-col-lastpost {
  width: 160px;
}
@media (min-width: 1200px) {
  .itemlist--cp .item-col-lastpost {
    width: 220px;
  }
}
.langselector {
  width: 250px;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
}
#agreement .submit-buttons {
  text-align: center;
  border-top: 0;
  padding: 30px 0 15px;
}
#agreement .submit-buttons .btn {
  margin-bottom: 15px;
}
.page-header .forum-description {
  color: #777;
  margin-bottom: 2px;
}
.page-header .action-bar > .btn {
  margin: 0;
}
.forum-moderators--block {
  padding: 8px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-viewforum .dropdown--options,
  .section-viewtopic .dropdown--options {
    display: none;
  }
}
.section-viewforum .dropdown--options a > .fi,
.section-viewtopic .dropdown--options a > .fi {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .section-viewforum .mark-read,
  .section-viewforum .action-bar > .icon-unsubscribe,
  .section-viewforum .action-bar > .icon-subscribe,
  .section-viewtopic .mark-read,
  .section-viewtopic .action-bar > .icon-unsubscribe,
  .section-viewtopic .action-bar > .icon-subscribe {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-viewforum .action-bar .btn,
  .section-viewtopic .action-bar .btn {
    line-height: 34px;
  }
  .section-viewforum .action-bar .form-control,
  .section-viewtopic .action-bar .form-control {
    height: 36px;
  }
}
.section-viewforum .page-header .page-header-inner,
.section-viewforum .page-header .action-bar {
  display: table-cell;
}
@media (max-width: 767px) {
  .section-viewforum .page-header .action-bar {
    text-align: right;
    width: 15px;
  }
}
.forum-permissions__rule {
  margin-top: 4px;
}
.forum-permissions__rule:before {
  margin-right: 4px;
  color: #cf6363;
  content: "";
}
.forum-permissions__rule.can:before {
  color: #599877;
  content: "";
}
.topic-author {
  color: #969696;
}
.topic-author a {
  color: inherit !important;
}
.topic-author strong {
  font-weight: normal;
}
.topic-poll {
  clear: both;
  margin: -8px;
  padding: 15px;
  background: #f5f5f5;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .topic-poll {
    margin-left: 0;
    margin-right: 0;
  }
}
.topic-poll .poll-header {
  background: #e4e4e4;
  margin: -15px;
  margin-bottom: 25px;
  padding: 15px;
}
.topic-poll .poll-info {
  margin-bottom: 0;
}
.topic-poll .poll-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
}
.topic-poll dl {
  display: table;
  width: 100%;
}
.topic-poll dl:last-child {
  margin-bottom: 3px;
}
.topic-poll dl:after,
.topic-poll dl:before {
  display: none;
}
.topic-poll dt,
.topic-poll dd {
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 992px) {
  .topic-poll dt,
  .topic-poll dd {
    display: table-cell;
  }
}
.topic-poll dt {
  font-weight: 500;
  width: 90%;
  padding-top: 0;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .topic-poll dt {
    width: 30%;
    margin-bottom: 0;
    text-align: right;
    padding-right: 10px;
  }
}
.topic-poll dt label {
  display: block;
  font-weight: 500;
}
.topic-poll .resultbar {
  width: 80%;
}
@media (min-width: 992px) {
  .topic-poll .resultbar {
    width: auto;
  }
}
.topic-poll .poll_vote {
  margin-bottom: 10px;
}
.topic-poll .poll_option_select {
  width: 20px;
  float: left;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .topic-poll .poll_option_select {
    float: none;
  }
}
@media (min-width: 992px) {
  .result-hidden .topic-poll .poll_option_select {
    width: auto;
  }
}
.topic-poll .poll_option_percent {
  width: 20%;
  padding-left: 8px;
}
@media (min-width: 992px) {
  .topic-poll .poll_option_percent {
    width: 100px;
  }
}
.topic-poll input[type="radio"],
.topic-poll input[type="checkbox"] {
  margin: 2px 0 0 0;
}
.topic-poll .progress {
  margin: 0;
  height: 7px;
  line-height: 6px;
  margin-top: 6px;
}
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes stretchRight {
  0% {
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes stretchRight {
  0% {
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.topic-poll .progress-bar {
  -webkit-transition: width 0.8s;
  -o-transition: width 0.8s;
  transition: width 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: stretchRight 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  -o-animation: stretchRight 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  animation: stretchRight 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  text-align: left;
  font-weight: bold;
  font-size: 1.1rem;
  text-indent: -100px;
  border-radius: 2px;
  background: #555;
}
.no-cssanimations .topic-poll .progress-bar {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.topic-poll:hover .progress-bar {
  text-indent: 0.4rem;
}
.topic-poll .vote-submitted {
  text-align: center;
}
.topic-poll .poll_vote dt,
.topic-poll .poll_total_votes dt {
  display: none;
}
@media (min-width: 992px) {
  .topic-poll .poll_vote dt,
  .topic-poll .poll_total_votes dt {
    display: table-cell;
  }
}
.topic-poll .poll_total_votes {
  font-size: 1.5rem;
}
#quickmod .dropdown-menu {
  left: auto;
  right: 0;
}
.quickreply {
  padding-left: 48px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .quickreply {
    padding-left: 95px;
  }
}
.quickreply__title {
  font-weight: 500;
}
.quickreply__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
}
@media (min-width: 768px) {
  .quickreply__avatar {
    width: 80px;
  }
}
.quickreply__avatar img {
  max-width: 100%;
}
.quickreply textarea {
  max-width: 100%;
  width: 100%;
  background-color: #efefef;
  height: 100px;
}
.quickreply textarea:focus {
  background-color: white;
  border-color: #499dd0;
}
.quickreply .submit-buttons {
  border: 0;
  margin: 0;
  text-align: right;
}
.clearfix:after,
.post:after {
  clear: both;
}
.clearfix:after,
.post:after,
.clearfix:before,
.post:before {
  content: " ";
  display: table;
}
.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;
}
.slickthemes .imageset.icon_solved_head,
.slickthemes .imageset.icon_solved_list {
  background-image: none;
  visibility: hidden;
  width: 1em;
  height: 1em;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 5px;
  font-size: inherit;
}
.slickthemes .imageset.icon_solved_head:before,
.slickthemes .imageset.icon_solved_list:before {
  content: "";
  color: #599877;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}
.slickthemes .imageset.icon_solved_list {
  top: 2px;
  font-size: 1.2em;
}
.recent-topics .topiclist:first-child {
  margin: 0;
}
.recent-topics .header {
  padding: 0;
}
.recent-topics .icon_topic_latest {
  margin-left: 2px;
}
.recent-topics dd.lastpost {
  width: 200px;
}
.recent-topics .topics dt,
.recent-topics dt a,
.recent-topics .topics .lastpost {
  color: #969696;
}
.recent-topics .topictitle,
.recent-topics .lastpost a {
  color: #303030;
}
.topicsolved-icon:before {
  background-image: none !important;
  content: "";
  font-size: 17px;
  vertical-align: bottom;
  top: 1px;
  position: relative;
}
.post:hover .topicsolved-icon:before {
  color: #599877;
}
.topicsolved-icon.unsolve-icon:before {
  content: "";
}
.post:hover .topicsolved-icon.unsolve-icon:before {
  color: #f6a942;
}
.slickthemes .post .topicsolved-icon:hover:before {
  color: #333;
}
.topicsolved-answer__icon {
  cursor: default;
}
@media (max-width: 767px) {
  .touch .collapsing {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
  }
}
.fi-contact-pm::before {
  content: "\f3fa";
}
.fi-contact-email::before {
  content: "\f151";
}
.fi-contact-jabber::before {
  content: "\f106";
}
.fi-contact-phpbb_icq::before {
  content: "\f2ff";
}
.fi-contact-phpbb_wlm::before {
  content: "\f106";
}
.fi-contact-phpbb_aol::before {
  content: "\f106";
}
.fi-contact-phpbb_website::before {
  content: "\f2a6";
}
.fi-contact-phpbb_youtube::before {
  content: "\f5ef";
}
.fi-contact-phpbb_facebook::before {
  content: "\f2c9";
}
.fi-contact-phpbb_googleplus::before {
  content: "\f365";
}
.fi-contact-phpbb_skype::before {
  content: "\f505";
}
.fi-contact-phpbb_twitter::before {
  content: "\f588";
}
.fi-contact-phpbb_yahoo::before {
  content: "\f106";
}
a.contact-icon {
  width: 20px;
  font-size: 17px;
}
a.contact-icon:hover {
  color: #000 !important;
}
